Re-structure LTTng sub-project as per the Linux Tools guidelines
authorFrancois Chouinard <fchouinard@gmail.com>
Thu, 24 Nov 2011 19:32:43 +0000 (14:32 -0500)
committerFrancois Chouinard <fchouinard@gmail.com>
Mon, 28 Nov 2011 20:05:19 +0000 (15:05 -0500)
742 files changed:
org.eclipse.linuxtools.lttng-feature/.gitignore [deleted file]
org.eclipse.linuxtools.lttng-feature/.project [deleted file]
org.eclipse.linuxtools.lttng-feature/build.properties [deleted file]
org.eclipse.linuxtools.lttng-feature/epl-v10.html [deleted file]
org.eclipse.linuxtools.lttng-feature/feature.properties [deleted file]
org.eclipse.linuxtools.lttng-feature/feature.xml [deleted file]
org.eclipse.linuxtools.lttng-feature/license.html [deleted file]
org.eclipse.linuxtools.lttng-feature/pom.xml [deleted file]
org.eclipse.linuxtools.lttng.core.tests/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/.project [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/ChangeLog [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/ActivateDebugging.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/AllLTTngCoreTests.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/LTTngCoreTestPlugin.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/LttngTestPreparation.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/control/LTTngSyntheticEventProviderTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/control/LTTngSyntheticEventProviderTextTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/AllLTTngEventTests.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngEventContentTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngEventFieldTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngEventReferenceTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngEventTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngEventTypeTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngTimestampTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/headless/JniTraceTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/headless/LttngTraceTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/headless/TmfTraceTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/AllJniTests.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/Combinations.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/JniEventTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/JniMarkerFieldTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/JniMarkerTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/JniTraceTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/JniTracefileTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/model/LTTngTreeNodeTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/StateManagerFactoryTestSupport.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/TestStateManager.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/experiment/StateExperimentManagerTextTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/handlers/AbsStateUpdate.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/handlers/after/StateAfterUpdateFactory.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/handlers/after/StateAfterUpdateHandlers.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/handlers/before/StateBeforeUpdateFactory.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/handlers/before/StateBeforeUpdateHandlers.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/resource/LTTngStateResourceTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/tests/handlers/AbsStateUpdate.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/trace/LTTngExperimentTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/trace/LTTngTextTraceTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/trace/LTTngTraceTest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/test.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/traceset/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/traceset/trace-15316events_nolost_newformat.tar.gz [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/traceset/trace-15316events_nolost_newformat.txt [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/traceset/trace-15471events_nolost_newformat.tar.gz [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/traceset/trace-15471events_nolost_newformat.txt [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core.tests/traceset/trace-2.6.tar.gz [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/LTTngCorePlugin.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/LTTngProjectNature.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/LttngConstants.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/LttngFactory.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/TraceDebug.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/TraceHelper.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/control/LttngCoreProviderFactory.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/control/LttngSyntheticEventProvider.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/LTTngCorePlugin.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/LTTngProjectNature.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/LttngConstants.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/LttngFactory.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/TraceDebug.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/TraceHelper.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/control/LttngCoreProviderFactory.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/control/LttngSyntheticEventProvider.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEvent.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEventContent.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEventField.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEventReference.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEventSource.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEventType.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngLocation.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngSyntheticEvent.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngTimestamp.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/exceptions/EventOutOfSequenceException.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/exceptions/LttngException.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/model/ILTTngTreeNode.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/model/LTTngTreeNode.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/model/LTTngTreeNodeGeneric.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/ILttngSyntEventRequest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/IRequestStatusListener.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/LttngBaseEventRequest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/LttngSyntEventRequest.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/RequestCompletedSignal.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/RequestStartedSignal.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/signal/ILttExperimentSelectedListener.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/signal/StateExperimentListener.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/LttngStateException.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/StateStrings.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/AbsEventToHandlerResolver.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/IBaseEventProcessor.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/IEventToHandlerResolver.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/ILttngEventProcessor.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/ITransEventProcessor.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/state/AbsStateProcessing.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/state/AbsStateUpdate.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/state/StateEventToHandlerFactory.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/state/StateUpdateHandlers.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/experiment/IStateExperimentManager.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/experiment/StateExperimentManager.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/experiment/StateManagerFactory.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LTTngCPUState.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngBdevState.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngExecutionState.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngIRQState.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngProcessState.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngSoftIRQState.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngTraceState.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngTrapState.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/StateModelFactory.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/resource/ILTTngStateResource.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/resource/ILttngStateContext.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/resource/LTTngStateResource.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/trace/IStateTraceManager.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/trace/StateTraceManager.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/trace/LTTngExperiment.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/trace/LTTngTextTrace.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/trace/LTTngTrace.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/trace/LTTngTraceVersion.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/Messages.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/messages.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/ProviderResource.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/TargetResource.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/TraceResource.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/config/TraceChannel.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/config/TraceChannels.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/config/TraceConfig.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/service/ILttControllerService.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/service/LttControllerServiceProxy.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEvent.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEventContent.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEventField.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEventReference.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEventSource.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEventType.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngLocation.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngSyntheticEvent.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngTimestamp.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/exceptions/EventOutOfSequenceException.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/exceptions/LttngException.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/model/ILTTngTreeNode.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/model/LTTngTreeNode.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/model/LTTngTreeNodeGeneric.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/ILttngSyntEventRequest.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/IRequestStatusListener.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/LttngBaseEventRequest.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/LttngSyntEventRequest.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/RequestCompletedSignal.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/RequestStartedSignal.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/signal/ILttExperimentSelectedListener.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/signal/StateExperimentListener.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/LttngStateException.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/StateStrings.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/AbsEventToHandlerResolver.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/IBaseEventProcessor.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/IEventToHandlerResolver.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/ILttngEventProcessor.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/ITransEventProcessor.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/state/AbsStateProcessing.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/state/AbsStateUpdate.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/state/StateEventToHandlerFactory.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/state/StateUpdateHandlers.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/experiment/IStateExperimentManager.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/experiment/StateExperimentManager.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/experiment/StateManagerFactory.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LTTngCPUState.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngBdevState.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngExecutionState.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngIRQState.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngProcessState.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngSoftIRQState.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngTraceState.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngTrapState.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/StateModelFactory.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/resource/ILTTngStateResource.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/resource/ILttngStateContext.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/resource/LTTngStateResource.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/trace/IStateTraceManager.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/trace/StateTraceManager.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/trace/LTTngExperiment.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/trace/LTTngTextTrace.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/trace/LTTngTrace.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/trace/LTTngTraceVersion.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/Messages.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/messages.properties [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/ProviderResource.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/TargetResource.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/TraceResource.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/config/TraceChannel.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/config/TraceChannels.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/config/TraceConfig.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/service/ILttControllerService.java [deleted file]
org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/service/LttControllerServiceProxy.java [deleted file]
org.eclipse.linuxtools.lttng.tests/.classpath [deleted file]
org.eclipse.linuxtools.lttng.tests/.gitignore [deleted file]
org.eclipse.linuxtools.lttng.tests/.project [deleted file]
org.eclipse.linuxtools.lttng.tests/.settings/org.eclipse.jdt.core.prefs [deleted file]
org.eclipse.linuxtools.lttng.tests/ChangeLog [deleted file]
org.eclipse.linuxtools.lttng.tests/META-INF/MANIFEST.MF [deleted file]
org.eclipse.linuxtools.lttng.tests/build.properties [deleted file]
org.eclipse.linuxtools.lttng.tests/plugin.properties [deleted file]
org.eclipse.linuxtools.lttng.tests/pom.xml [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/ActivateDebugging.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/AllLTTngCoreTests.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/LTTngCoreTestPlugin.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/LttngTestPreparation.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/control/LTTngSyntheticEventProviderTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/control/LTTngSyntheticEventProviderTextTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/AllLTTngEventTests.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngEventContentTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngEventFieldTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngEventReferenceTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngEventTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngEventTypeTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngTimestampTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/AllJniTests.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/Combinations.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/JniEventTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/JniMarkerFieldTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/JniMarkerTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/JniTraceTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/JniTracefileTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/model/LTTngTreeNodeTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/StateManagerFactoryTestSupport.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/TestStateManager.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/experiment/StateExperimentManagerTextTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/handlers/AbsStateUpdate.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/handlers/after/StateAfterUpdateFactory.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/handlers/after/StateAfterUpdateHandlers.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/handlers/before/StateBeforeUpdateFactory.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/handlers/before/StateBeforeUpdateHandlers.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/resource/LTTngStateResourceTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/tests/handlers/AbsStateUpdate.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/trace/LTTngExperimentTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/trace/LTTngTextTraceTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/trace/LTTngTraceTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxxtools/lttng/tests/headless/JniTraceTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxxtools/lttng/tests/headless/LttngTraceTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxxtools/lttng/tests/headless/TmfTraceTest.java [deleted file]
org.eclipse.linuxtools.lttng.tests/test.xml [deleted file]
org.eclipse.linuxtools.lttng.tests/traceset/.gitignore [deleted file]
org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat.tar.gz [deleted file]
org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat.txt [deleted file]
org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat.tar.gz [deleted file]
org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat.txt [deleted file]
org.eclipse.linuxtools.lttng.tests/traceset/trace-2.6.tar.gz [deleted file]
org.eclipse.linuxtools.lttng.ui.tests/stubs/org/eclipse/linuxtools/lttng/stubs/LTTngEventParserStub.java
org.eclipse.linuxtools.lttng.ui.tests/stubs/org/eclipse/linuxtools/lttng/stubs/LTTngTimestampStub.java
org.eclipse.linuxtools.lttng.ui.tests/stubs/org/eclipse/linuxtools/lttng/stubs/LTTngTraceStub.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/LTTngUiPlugin.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/model/trange/TimeRangeEventResource.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/model/trange/TimeRangeResourceFactory.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/model/trange/TimeRangeViewerProvider.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/actions/ConfigureMarkers.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/actions/ConfigureTrace.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/actions/CreateNewTrace.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/actions/DeleteTrace.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/actions/ImportToProject.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/actions/PauseTrace.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/actions/StartTrace.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/actions/StopTrace.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/connectorservice/TraceConnectorService.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/dialogs/ConfigureMarkersDialog.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/dialogs/ImportTraceDialog.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/dialogs/NewTraceDialog.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/model/ProviderResourceAdapter.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/model/TargetResourceAdapter.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/model/TraceAdapterFactory.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/model/TraceResourceAdapter.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/model/config/TraceChannelCellModifier.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/model/config/TraceChannelTableContentProvider.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/model/config/TraceChannelTableLabelProvider.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/subsystems/TraceSubSystem.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/utility/DownloadProxy.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/wizards/ConfigureTraceWizard.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/wizards/ITraceChannelConfigurationPage.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/wizards/KernelTraceChannelConfigurationPage.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/wizards/TraceConfigurationPage.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/tracecontrol/wizards/UstTraceChannelConfigurationPage.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/common/AbsTRangeUpdate.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/common/AbsTimeUpdateView.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/common/ParamsUpdater.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/controlflow/ControlFlowView.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/controlflow/evProcessor/AbsFlowTRangeUpdate.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/controlflow/evProcessor/FlowAfterUpdateHandlers.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/controlflow/evProcessor/FlowBeforeUpdateHandlers.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/controlflow/evProcessor/FlowEventToHandlerFactory.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/controlflow/evProcessor/FlowFinishUpdateHandler.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/controlflow/model/FlowProcessContainer.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/events/EventsTable.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/histogram/HistogramDataModel.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/histogram/HistogramRequest.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/histogram/HistogramView.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/project/ProjectView.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/project/dialogs/ImportTraceWizardPage.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/project/dialogs/NewLTTngProjectWizard.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/project/dialogs/TraceLibraryPathPropertyPage.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/project/model/LTTngProjectNode.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/resources/ResourcesView.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/resources/evProcessor/AbsResourcesTRangeUpdate.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/resources/evProcessor/ResourcesAfterUpdateHandlers.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/resources/evProcessor/ResourcesBeforeUpdateHandlers.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/resources/evProcessor/ResourcesEventToHandlerFactory.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/resources/evProcessor/ResourcesFinishUpdateHandler.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/resources/model/ResourceContainer.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/statistics/StatisticsView.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/statistics/evProcessor/AbstractStatsEventHandler.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/statistics/evProcessor/StatsModeChangeHandler.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/statistics/evProcessor/StatsModeEndHandler.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/statistics/evProcessor/StatsProcessExitHandler.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/statistics/evProcessor/StatsTimeCountHandlerFactory.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/statistics/evProcessor/StatsTimeCountHandlers.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/statistics/evProcessor/StatsTracesetEndHandler.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/statistics/model/KernelStatisticsData.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/statistics/model/StatisticsData.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/timeframe/SpinnerGroup.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/timeframe/TimeFrameView.java
org.eclipse.linuxtools.lttng/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.lttng/.project [new file with mode: 0644]
org.eclipse.linuxtools.lttng/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng/epl-v10.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng/feature.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng/feature.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng/license.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.tmf-feature/.gitignore [deleted file]
org.eclipse.linuxtools.tmf-feature/.project [deleted file]
org.eclipse.linuxtools.tmf-feature/ChangeLog [deleted file]
org.eclipse.linuxtools.tmf-feature/build.properties [deleted file]
org.eclipse.linuxtools.tmf-feature/epl-v10.html [deleted file]
org.eclipse.linuxtools.tmf-feature/feature.properties [deleted file]
org.eclipse.linuxtools.tmf-feature/feature.xml [deleted file]
org.eclipse.linuxtools.tmf-feature/license.html [deleted file]
org.eclipse.linuxtools.tmf-feature/pom.xml [deleted file]
org.eclipse.linuxtools.tmf.core.tests/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/.options [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/.project [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/ChangeLog [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/AllTmfCoreTests.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/TmfCorePluginTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/TmfCoreTestPlugin.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/component/AllTests.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/component/TmfEventProviderTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/component/TmfProviderManagerTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/AllTests.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventContentTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventFieldTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventReferenceTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventSourceTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventTypeTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfTimeRangeTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfTimestampTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfTraceEventTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/experiment/AllTests.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/experiment/TmfExperimentTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/experiment/TmfMultiTraceExperimentTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/AllTests.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfCoalescedDataRequestTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfCoalescedEventRequestTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfDataRequestTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfEventRequestTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfRequestExecutorTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/AllTests.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfCheckpointTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfContextTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfExperimentTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfLocationTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfTraceTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/uml2sd/AllTests.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/uml2sd/TmfAsyncSequenceDiagramEventTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/uml2sd/TmfSyncSequenceDiagramEventTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/util/AllTests.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/util/TmfFixedArrayTest.java [new file with mode: 0755]
org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/CreateTestFiles.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/component/TmfClientStub.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/component/TmfDataProviderStub.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/component/TmfEventProviderStub.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/component/TmfSyntheticEventProviderStub.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/event/TmfEventContentStub.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/event/TmfEventTypeStub.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/event/TmfSyntheticEventStub.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/request/TmfDataRequestStub.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/request/TmfEventRequestStub.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/trace/TmfEventParserStub.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/trace/TmfTraceStub.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/test.xml [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/testfiles/A-Test-10K [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/testfiles/E-Test-10K [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/testfiles/O-Test-10K [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/testfiles/R-Test-10K [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/.options [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/.project [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/ChangeLog [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/about.html [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/plugin.xml [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/schema/org.eclipse.linuxtools.tmf.tracetype.exsd [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/TmfCorePlugin.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/TmfProjectNature.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/Tracer.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/ITmfComponent.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/ITmfDataProvider.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfComponent.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfDataProvider.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfEventProvider.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfProviderManager.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfThread.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfData.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEvent.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventContent.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventField.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventReference.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventSource.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventType.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfNoSuchFieldException.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfTimeRange.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfTimestamp.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfTraceEvent.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/experiment/TmfExperiment.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/experiment/TmfExperimentCheckpoint.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/experiment/TmfExperimentContext.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/experiment/TmfExperimentLocation.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/experiment/TmfLocationArray.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/ITmfFilter.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/ITmfFilterTreeNode.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterAndNode.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterCompareNode.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterContainsNode.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterEqualsNode.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterEventTypeNode.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterMatchesNode.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterNode.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterOrNode.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterRootNode.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterTreeNode.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/xml/TmfFilterContentHandler.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/xml/TmfFilterXMLParser.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/xml/TmfFilterXMLWriter.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/io/BufferedRandomAccessFile.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/parser/ITmfEventParser.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/ITmfDataRequest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/ITmfEventRequest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfCoalescedDataRequest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfCoalescedEventRequest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfDataRequest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfEventRequest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfRequestExecutor.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfEndSynchSignal.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfExperimentDisposedSignal.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfExperimentRangeUpdatedSignal.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfExperimentSelectedSignal.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfExperimentUpdatedSignal.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfRangeSynchSignal.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfSignal.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfSignalHandler.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfSignalManager.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfSignalTracer.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfStartSynchSignal.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfTimeSynchSignal.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfTraceSelectedSignal.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfTraceUpdatedSignal.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/ITmfContext.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/ITmfLocation.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/ITmfTrace.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfCheckpoint.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfContext.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfLocation.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfTrace.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/uml2sd/ITmfAsyncSequenceDiagramEvent.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/uml2sd/ITmfSyncSequenceDiagramEvent.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/uml2sd/TmfAsyncSequenceDiagramEvent.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/uml2sd/TmfSyncSequenceDiagramEvent.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/util/TmfFixedArray.java [new file with mode: 0755]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/util/TmfSortedArrayList.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/util/TmfTraceType.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/traceset/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.tmf.tests/.classpath [deleted file]
org.eclipse.linuxtools.tmf.tests/.gitignore [deleted file]
org.eclipse.linuxtools.tmf.tests/.options [deleted file]
org.eclipse.linuxtools.tmf.tests/.project [deleted file]
org.eclipse.linuxtools.tmf.tests/.settings/org.eclipse.jdt.core.prefs [deleted file]
org.eclipse.linuxtools.tmf.tests/ChangeLog [deleted file]
org.eclipse.linuxtools.tmf.tests/META-INF/MANIFEST.MF [deleted file]
org.eclipse.linuxtools.tmf.tests/build.properties [deleted file]
org.eclipse.linuxtools.tmf.tests/plugin.properties [deleted file]
org.eclipse.linuxtools.tmf.tests/pom.xml [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/AllTmfCoreTests.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/TmfCorePluginTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/TmfCoreTestPlugin.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/component/AllTests.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/component/TmfEventProviderTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/component/TmfProviderManagerTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/AllTests.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventContentTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventFieldTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventReferenceTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventSourceTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventTypeTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfTimeRangeTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfTimestampTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfTraceEventTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/experiment/AllTests.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/experiment/TmfExperimentTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/experiment/TmfMultiTraceExperimentTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/AllTests.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/TmfCoalescedDataRequestTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/TmfCoalescedEventRequestTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/TmfDataRequestTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/TmfEventRequestTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/TmfRequestExecutorTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/AllTests.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/TmfCheckpointTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/TmfContextTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/TmfExperimentTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/TmfLocationTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/TmfTraceTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/uml2sd/AllTests.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/uml2sd/TmfAsyncSequenceDiagramEventTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/uml2sd/TmfSyncSequenceDiagramEventTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/util/AllTests.java [deleted file]
org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/util/TmfFixedArrayTest.java [deleted file]
org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/CreateTestFiles.java [deleted file]
org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/component/TmfClientStub.java [deleted file]
org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/component/TmfDataProviderStub.java [deleted file]
org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/component/TmfEventProviderStub.java [deleted file]
org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/component/TmfSyntheticEventProviderStub.java [deleted file]
org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/event/TmfEventContentStub.java [deleted file]
org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/event/TmfEventTypeStub.java [deleted file]
org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/event/TmfSyntheticEventStub.java [deleted file]
org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/request/TmfDataRequestStub.java [deleted file]
org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/request/TmfEventRequestStub.java [deleted file]
org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/trace/TmfEventParserStub.java [deleted file]
org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/trace/TmfTraceStub.java [deleted file]
org.eclipse.linuxtools.tmf.tests/test.xml [deleted file]
org.eclipse.linuxtools.tmf.tests/testfiles/A-Test-10K [deleted file]
org.eclipse.linuxtools.tmf.tests/testfiles/E-Test-10K [deleted file]
org.eclipse.linuxtools.tmf.tests/testfiles/O-Test-10K [deleted file]
org.eclipse.linuxtools.tmf.tests/testfiles/R-Test-10K [deleted file]
org.eclipse.linuxtools.tmf.ui.tests/src/org/eclipse/linuxtools/tmf/ui/tests/statistics/TmfBaseColumnDataProviderTest.java
org.eclipse.linuxtools.tmf.ui.tests/src/org/eclipse/linuxtools/tmf/ui/tests/statistics/TmfBaseColumnDataTest.java
org.eclipse.linuxtools.tmf.ui.tests/src/org/eclipse/linuxtools/tmf/ui/tests/statistics/TmfBaseStatisticsDataTest.java
org.eclipse.linuxtools.tmf.ui.tests/src/org/eclipse/linuxtools/tmf/ui/tests/statistics/TmfStatisticsTreeNodeTest.java
org.eclipse.linuxtools.tmf.ui.tests/src/org/eclipse/linuxtools/tmf/ui/tests/statistics/TmfTreeContentProviderTest.java
org.eclipse.linuxtools.tmf.ui.tests/src/org/eclipse/linuxtools/tmf/ui/tests/views/uml2sd/impl/IUml2SdSignalValidator.java
org.eclipse.linuxtools.tmf.ui.tests/src/org/eclipse/linuxtools/tmf/ui/tests/views/uml2sd/impl/TmfUml2SDSyncLoaderExpTest.java
org.eclipse.linuxtools.tmf.ui.tests/src/org/eclipse/linuxtools/tmf/ui/tests/views/uml2sd/impl/TmfUml2SDSyncLoaderFindTest.java
org.eclipse.linuxtools.tmf.ui.tests/src/org/eclipse/linuxtools/tmf/ui/tests/views/uml2sd/impl/TmfUml2SDSyncLoaderSignalTest.java
org.eclipse.linuxtools.tmf.ui.tests/src/org/eclipse/linuxtools/tmf/ui/tests/views/uml2sd/impl/TmfUml2SDSyncLoaderTimeTest.java
org.eclipse.linuxtools.tmf.ui.tests/src/org/eclipse/linuxtools/tmf/ui/tests/views/uml2sd/impl/Uml2SDSignalValidator.java
org.eclipse.linuxtools.tmf.ui.tests/src/org/eclipse/linuxtools/tmf/ui/tests/views/uml2sd/impl/Uml2SDTestFacility.java
org.eclipse.linuxtools.tmf.ui.tests/src/org/eclipse/linuxtools/tmf/ui/tests/views/uml2sd/impl/Uml2SDTestTimestamp.java
org.eclipse.linuxtools.tmf.ui.tests/widgetStubs/org/eclipse/linuxtools/tmf/ui/tests/uml2sd/load/TestLoaders.java
org.eclipse.linuxtools.tmf.ui.tests/widgetStubs/org/eclipse/linuxtools/tmf/ui/tests/uml2sd/trace/TmfUml2SDTestTrace.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/editors/ITmfTraceEditor.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/editors/TmfEditor.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/editors/TmfEditorInput.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/editors/TmfEventsEditor.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/editors/TmfMultiPageEditorPart.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/parsers/custom/CustomEvent.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/parsers/custom/CustomEventContent.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/parsers/custom/CustomEventType.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/parsers/custom/CustomEventsTable.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/parsers/custom/CustomTraceDefinition.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/parsers/custom/CustomTxtEvent.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/parsers/custom/CustomTxtTrace.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/parsers/custom/CustomTxtTraceContext.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/parsers/custom/CustomXmlEvent.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/parsers/custom/CustomXmlTrace.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/parsers/custom/CustomXmlTraceContext.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/parsers/wizards/CustomTxtParserOutputWizardPage.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/parsers/wizards/CustomXmlParserOutputWizardPage.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/handlers/OpenExperimentHandler.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/handlers/OpenTraceHandler.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/handlers/SelectTraceTypeContributionItem.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/handlers/SelectTraceTypeHandler.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/model/TmfTraceElement.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/wizards/ImportTraceWizardPage.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/wizards/NewTmfProjectWizard.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/signal/TmfTraceClosedSignal.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/signal/TmfTraceOpenedSignal.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/signal/TmfTraceParserUpdatedSignal.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/ITmfEventsFilterListener.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/TmfEventsCache.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/TmfEventsTable.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/TmfView.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/colors/ColorSetting.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/colors/ColorSettingsManager.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/colors/ColorSettingsXML.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/events/TmfEventsView.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/filter/FilterDialog.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/filter/FilterManager.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/filter/FilterTreeContentProvider.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/filter/FilterTreeLabelProvider.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/filter/FilterView.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/filter/FilterViewer.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statistics/TmfStatisticsView.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statistics/model/AbsTmfStatisticsTree.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statistics/model/TmfBaseStatisticsTree.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statistics/model/TmfStatisticsTreeNode.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/timechart/TimeChartAnalysisEntry.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/timechart/TimeChartDecorationProvider.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/timechart/TimeChartEvent.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/timechart/TimeChartView.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/DrawableToolTip.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/SDWidget.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/TimeCompressionBar.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/AsyncMessage.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/BasicFrame.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/ExecutionOccurrence.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/Frame.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/ITimeRange.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/SDTimeEvent.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/SyncMessage.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/impl/TmfAsyncMessage.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/impl/TmfSyncMessage.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/impl/TmfUml2SDSyncLoader.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/load/LoadersManager.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/util/MinMaxDialog.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/TmfRawEventViewer.java
org.eclipse.linuxtools.tmf/.classpath [deleted file]
org.eclipse.linuxtools.tmf/.options [deleted file]
org.eclipse.linuxtools.tmf/.project
org.eclipse.linuxtools.tmf/.settings/org.eclipse.jdt.core.prefs [deleted file]
org.eclipse.linuxtools.tmf/ChangeLog
org.eclipse.linuxtools.tmf/META-INF/MANIFEST.MF [deleted file]
org.eclipse.linuxtools.tmf/about.html [deleted file]
org.eclipse.linuxtools.tmf/build.properties
org.eclipse.linuxtools.tmf/epl-v10.html [new file with mode: 0644]
org.eclipse.linuxtools.tmf/feature.properties [new file with mode: 0644]
org.eclipse.linuxtools.tmf/feature.xml [new file with mode: 0644]
org.eclipse.linuxtools.tmf/license.html [new file with mode: 0644]
org.eclipse.linuxtools.tmf/plugin.properties [deleted file]
org.eclipse.linuxtools.tmf/plugin.xml [deleted file]
org.eclipse.linuxtools.tmf/pom.xml
org.eclipse.linuxtools.tmf/schema/org.eclipse.linuxtools.tmf.tracetype.exsd [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/TmfCorePlugin.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/TmfProjectNature.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/Tracer.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/ITmfComponent.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/ITmfDataProvider.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/TmfComponent.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/TmfEventProvider.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/TmfProviderManager.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/TmfThread.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfData.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEvent.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEventContent.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEventField.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEventReference.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEventSource.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEventType.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfNoSuchFieldException.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfTimeRange.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfTimestamp.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfTraceEvent.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfExperimentCheckpoint.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfExperimentContext.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfExperimentLocation.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfLocationArray.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/ITmfFilter.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/ITmfFilterTreeNode.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterAndNode.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterCompareNode.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterContainsNode.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterEqualsNode.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterEventTypeNode.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterMatchesNode.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterNode.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterOrNode.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterRootNode.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterTreeNode.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/xml/TmfFilterContentHandler.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/xml/TmfFilterXMLParser.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/xml/TmfFilterXMLWriter.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/io/BufferedRandomAccessFile.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/parser/ITmfEventParser.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/ITmfDataRequest.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/ITmfEventRequest.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/TmfCoalescedDataRequest.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/TmfCoalescedEventRequest.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/TmfEventRequest.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/TmfRequestExecutor.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfEndSynchSignal.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfExperimentDisposedSignal.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfExperimentRangeUpdatedSignal.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfExperimentSelectedSignal.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfExperimentUpdatedSignal.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfRangeSynchSignal.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfSignal.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfSignalHandler.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfSignalManager.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfSignalTracer.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfStartSynchSignal.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfTimeSynchSignal.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfTraceSelectedSignal.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfTraceUpdatedSignal.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/ITmfContext.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/ITmfLocation.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/ITmfTrace.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/TmfCheckpoint.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/TmfContext.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/TmfLocation.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/uml2sd/ITmfAsyncSequenceDiagramEvent.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/uml2sd/ITmfSyncSequenceDiagramEvent.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/uml2sd/TmfAsyncSequenceDiagramEvent.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/uml2sd/TmfSyncSequenceDiagramEvent.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/util/TmfFixedArray.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/util/TmfSortedArrayList.java [deleted file]
org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/util/TmfTraceType.java [deleted file]
org.eclipse.linuxtools.tmf/traceset/.gitignore [deleted file]
pom.xml

diff --git a/org.eclipse.linuxtools.lttng-feature/.gitignore b/org.eclipse.linuxtools.lttng-feature/.gitignore
deleted file mode 100644 (file)
index 8d94ef8..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-bin
-@dot
-javaCompiler...args
-build.xml
-target
diff --git a/org.eclipse.linuxtools.lttng-feature/.project b/org.eclipse.linuxtools.lttng-feature/.project
deleted file mode 100644 (file)
index b7a86a0..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.eclipse.linuxtools.lttng</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.pde.FeatureBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.FeatureNature</nature>
-       </natures>
-</projectDescription>
diff --git a/org.eclipse.linuxtools.lttng-feature/build.properties b/org.eclipse.linuxtools.lttng-feature/build.properties
deleted file mode 100644 (file)
index 39b0777..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-bin.includes = feature.xml,\
-               epl-v10.html,\
-               feature.properties,\
-               license.html
diff --git a/org.eclipse.linuxtools.lttng-feature/epl-v10.html b/org.eclipse.linuxtools.lttng-feature/epl-v10.html
deleted file mode 100644 (file)
index 9321f40..0000000
+++ /dev/null
@@ -1,256 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head>
-
-
-
-
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Eclipse Public License - Version 1.0</title>
-
-<style type="text/css">
-  body {
-    size: 8.5in 11.0in;
-    margin: 0.25in 0.5in 0.25in 0.5in;
-    tab-interval: 0.5in;
-    }
-  p {          
-    margin-left: auto;
-    margin-top:  0.5em;
-    margin-bottom: 0.5em;
-    }
-  p.list {
-       margin-left: 0.5in;
-    margin-top:  0.05em;
-    margin-bottom: 0.05em;
-    }
-  </style></head><body lang="EN-US">
-
-<p align="center"><b>Eclipse Public License - v 1.0</b></p>
-
-<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
-PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
-DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
-AGREEMENT.</p>
-
-<p><b>1. DEFINITIONS</b></p>
-
-<p>"Contribution" means:</p>
-
-<p class="list">a) in the case of the initial Contributor, the initial
-code and documentation distributed under this Agreement, and</p>
-<p class="list">b) in the case of each subsequent Contributor:</p>
-<p class="list">i) changes to the Program, and</p>
-<p class="list">ii) additions to the Program;</p>
-<p class="list">where such changes and/or additions to the Program
-originate from and are distributed by that particular Contributor. A
-Contribution 'originates' from a Contributor if it was added to the
-Program by such Contributor itself or anyone acting on such
-Contributor's behalf. Contributions do not include additions to the
-Program which: (i) are separate modules of software distributed in
-conjunction with the Program under their own license agreement, and (ii)
-are not derivative works of the Program.</p>
-
-<p>"Contributor" means any person or entity that distributes
-the Program.</p>
-
-<p>"Licensed Patents" mean patent claims licensable by a
-Contributor which are necessarily infringed by the use or sale of its
-Contribution alone or when combined with the Program.</p>
-
-<p>"Program" means the Contributions distributed in accordance
-with this Agreement.</p>
-
-<p>"Recipient" means anyone who receives the Program under
-this Agreement, including all Contributors.</p>
-
-<p><b>2. GRANT OF RIGHTS</b></p>
-
-<p class="list">a) Subject to the terms of this Agreement, each
-Contributor hereby grants Recipient a non-exclusive, worldwide,
-royalty-free copyright license to reproduce, prepare derivative works
-of, publicly display, publicly perform, distribute and sublicense the
-Contribution of such Contributor, if any, and such derivative works, in
-source code and object code form.</p>
-
-<p class="list">b) Subject to the terms of this Agreement, each
-Contributor hereby grants Recipient a non-exclusive, worldwide,
-royalty-free patent license under Licensed Patents to make, use, sell,
-offer to sell, import and otherwise transfer the Contribution of such
-Contributor, if any, in source code and object code form. This patent
-license shall apply to the combination of the Contribution and the
-Program if, at the time the Contribution is added by the Contributor,
-such addition of the Contribution causes such combination to be covered
-by the Licensed Patents. The patent license shall not apply to any other
-combinations which include the Contribution. No hardware per se is
-licensed hereunder.</p>
-
-<p class="list">c) Recipient understands that although each Contributor
-grants the licenses to its Contributions set forth herein, no assurances
-are provided by any Contributor that the Program does not infringe the
-patent or other intellectual property rights of any other entity. Each
-Contributor disclaims any liability to Recipient for claims brought by
-any other entity based on infringement of intellectual property rights
-or otherwise. As a condition to exercising the rights and licenses
-granted hereunder, each Recipient hereby assumes sole responsibility to
-secure any other intellectual property rights needed, if any. For
-example, if a third party patent license is required to allow Recipient
-to distribute the Program, it is Recipient's responsibility to acquire
-that license before distributing the Program.</p>
-
-<p class="list">d) Each Contributor represents that to its knowledge it
-has sufficient copyright rights in its Contribution, if any, to grant
-the copyright license set forth in this Agreement.</p>
-
-<p><b>3. REQUIREMENTS</b></p>
-
-<p>A Contributor may choose to distribute the Program in object code
-form under its own license agreement, provided that:</p>
-
-<p class="list">a) it complies with the terms and conditions of this
-Agreement; and</p>
-
-<p class="list">b) its license agreement:</p>
-
-<p class="list">i) effectively disclaims on behalf of all Contributors
-all warranties and conditions, express and implied, including warranties
-or conditions of title and non-infringement, and implied warranties or
-conditions of merchantability and fitness for a particular purpose;</p>
-
-<p class="list">ii) effectively excludes on behalf of all Contributors
-all liability for damages, including direct, indirect, special,
-incidental and consequential damages, such as lost profits;</p>
-
-<p class="list">iii) states that any provisions which differ from this
-Agreement are offered by that Contributor alone and not by any other
-party; and</p>
-
-<p class="list">iv) states that source code for the Program is available
-from such Contributor, and informs licensees how to obtain it in a
-reasonable manner on or through a medium customarily used for software
-exchange.</p>
-
-<p>When the Program is made available in source code form:</p>
-
-<p class="list">a) it must be made available under this Agreement; and</p>
-
-<p class="list">b) a copy of this Agreement must be included with each
-copy of the Program.</p>
-
-<p>Contributors may not remove or alter any copyright notices contained
-within the Program.</p>
-
-<p>Each Contributor must identify itself as the originator of its
-Contribution, if any, in a manner that reasonably allows subsequent
-Recipients to identify the originator of the Contribution.</p>
-
-<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
-
-<p>Commercial distributors of software may accept certain
-responsibilities with respect to end users, business partners and the
-like. While this license is intended to facilitate the commercial use of
-the Program, the Contributor who includes the Program in a commercial
-product offering should do so in a manner which does not create
-potential liability for other Contributors. Therefore, if a Contributor
-includes the Program in a commercial product offering, such Contributor
-("Commercial Contributor") hereby agrees to defend and
-indemnify every other Contributor ("Indemnified Contributor")
-against any losses, damages and costs (collectively "Losses")
-arising from claims, lawsuits and other legal actions brought by a third
-party against the Indemnified Contributor to the extent caused by the
-acts or omissions of such Commercial Contributor in connection with its
-distribution of the Program in a commercial product offering. The
-obligations in this section do not apply to any claims or Losses
-relating to any actual or alleged intellectual property infringement. In
-order to qualify, an Indemnified Contributor must: a) promptly notify
-the Commercial Contributor in writing of such claim, and b) allow the
-Commercial Contributor to control, and cooperate with the Commercial
-Contributor in, the defense and any related settlement negotiations. The
-Indemnified Contributor may participate in any such claim at its own
-expense.</p>
-
-<p>For example, a Contributor might include the Program in a commercial
-product offering, Product X. That Contributor is then a Commercial
-Contributor. If that Commercial Contributor then makes performance
-claims, or offers warranties related to Product X, those performance
-claims and warranties are such Commercial Contributor's responsibility
-alone. Under this section, the Commercial Contributor would have to
-defend claims against the other Contributors related to those
-performance claims and warranties, and if a court requires any other
-Contributor to pay any damages as a result, the Commercial Contributor
-must pay those damages.</p>
-
-<p><b>5. NO WARRANTY</b></p>
-
-<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
-PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
-OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
-ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
-OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
-responsible for determining the appropriateness of using and
-distributing the Program and assumes all risks associated with its
-exercise of rights under this Agreement , including but not limited to
-the risks and costs of program errors, compliance with applicable laws,
-damage to or loss of data, programs or equipment, and unavailability or
-interruption of operations.</p>
-
-<p><b>6. DISCLAIMER OF LIABILITY</b></p>
-
-<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
-NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
-WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
-DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
-HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
-
-<p><b>7. GENERAL</b></p>
-
-<p>If any provision of this Agreement is invalid or unenforceable under
-applicable law, it shall not affect the validity or enforceability of
-the remainder of the terms of this Agreement, and without further action
-by the parties hereto, such provision shall be reformed to the minimum
-extent necessary to make such provision valid and enforceable.</p>
-
-<p>If Recipient institutes patent litigation against any entity
-(including a cross-claim or counterclaim in a lawsuit) alleging that the
-Program itself (excluding combinations of the Program with other
-software or hardware) infringes such Recipient's patent(s), then such
-Recipient's rights granted under Section 2(b) shall terminate as of the
-date such litigation is filed.</p>
-
-<p>All Recipient's rights under this Agreement shall terminate if it
-fails to comply with any of the material terms or conditions of this
-Agreement and does not cure such failure in a reasonable period of time
-after becoming aware of such noncompliance. If all Recipient's rights
-under this Agreement terminate, Recipient agrees to cease use and
-distribution of the Program as soon as reasonably practicable. However,
-Recipient's obligations under this Agreement and any licenses granted by
-Recipient relating to the Program shall continue and survive.</p>
-
-<p>Everyone is permitted to copy and distribute copies of this
-Agreement, but in order to avoid inconsistency the Agreement is
-copyrighted and may only be modified in the following manner. The
-Agreement Steward reserves the right to publish new versions (including
-revisions) of this Agreement from time to time. No one other than the
-Agreement Steward has the right to modify this Agreement. The Eclipse
-Foundation is the initial Agreement Steward. The Eclipse Foundation may
-assign the responsibility to serve as the Agreement Steward to a
-suitable separate entity. Each new version of the Agreement will be
-given a distinguishing version number. The Program (including
-Contributions) may always be distributed subject to the version of the
-Agreement under which it was received. In addition, after a new version
-of the Agreement is published, Contributor may elect to distribute the
-Program (including its Contributions) under the new version. Except as
-expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
-rights or licenses to the intellectual property of any Contributor under
-this Agreement, whether expressly, by implication, estoppel or
-otherwise. All rights in the Program not expressly granted under this
-Agreement are reserved.</p>
-
-<p>This Agreement is governed by the laws of the State of New York and
-the intellectual property laws of the United States of America. No party
-to this Agreement will bring a legal action under this Agreement more
-than one year after the cause of action arose. Each party waives its
-rights to a jury trial in any resulting litigation.</p>
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng-feature/feature.properties b/org.eclipse.linuxtools.lttng-feature/feature.properties
deleted file mode 100644 (file)
index 3cad903..0000000
+++ /dev/null
@@ -1,145 +0,0 @@
-#*******************************************************************************
-# Copyright (c) 2009 Ericsson
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-#    Ericsson - initial API and implementation
-#********************************************************************************
-
-featureName=LTTng - Linux Tracing Toolkit (Incubation)
-
-description=Plugins to integrate LTTng tools into the workbench.
-
-featureProvider=Eclipse Linux Tools
-
-copyright=Copyright 2009 Ericsson
-
-licenseURL=license.html
-
-license=\
-Eclipse Foundation Software User Agreement\n\
-February 1, 2011\n\
-\n\
-Usage Of Content\n\
-\n\
-THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
-OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
-USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
-AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
-NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU\n\
-AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
-AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
-OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE\n\
-TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
-OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
-BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
-\n\
-Applicable Licenses\n\
-\n\
-Unless otherwise indicated, all Content made available by the\n\
-Eclipse Foundation is provided to you under the terms and conditions of\n\
-the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
-For purposes of the EPL, "Program" will mean the Content.\n\
-\n\
-Content includes, but is not limited to, source code, object code,\n\
-documentation and other files maintained in the Eclipse Foundation source code\n\
-repository ("Repository") in software modules ("Modules") and made available\n\
-as downloadable archives ("Downloads").\n\
-\n\
-       - Content may be structured and packaged into modules to facilitate delivering,\n\
-         extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
-         plug-in fragments ("Fragments"), and features ("Features").\n\
-       - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
-         in a directory named "plugins".\n\
-       - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
-         Each Feature may be packaged as a sub-directory in a directory named "features".\n\
-         Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
-         numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
-       - Features may also include other Features ("Included Features"). Within a Feature, files\n\
-         named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
-\n\
-The terms and conditions governing Plug-ins and Fragments should be\n\
-contained in files named "about.html" ("Abouts"). The terms and\n\
-conditions governing Features and Included Features should be contained\n\
-in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
-Licenses may be located in any directory of a Download or Module\n\
-including, but not limited to the following locations:\n\
-\n\
-       - The top-level (root) directory\n\
-       - Plug-in and Fragment directories\n\
-       - Inside Plug-ins and Fragments packaged as JARs\n\
-       - Sub-directories of the directory named "src" of certain Plug-ins\n\
-       - Feature directories\n\
-\n\
-Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
-Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
-Update License") during the installation process. If the Feature contains\n\
-Included Features, the Feature Update License should either provide you\n\
-with the terms and conditions governing the Included Features or inform\n\
-you where you can locate them. Feature Update Licenses may be found in\n\
-the "license" property of files named "feature.properties" found within a Feature.\n\
-Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
-terms and conditions (or references to such terms and conditions) that\n\
-govern your use of the associated Content in that directory.\n\
-\n\
-THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
-TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
-SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
-\n\
-       - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\
-       - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
-       - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
-       - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
-       - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
-       - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
-\n\
-IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
-TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
-is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
-govern that particular Content.\n\
-\n\
-\n\Use of Provisioning Technology\n\
-\n\
-The Eclipse Foundation makes available provisioning software, examples of which include,\n\
-but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
-the purpose of allowing users to install software, documentation, information and/or\n\
-other materials (collectively "Installable Software"). This capability is provided with\n\
-the intent of allowing such users to install, extend and update Eclipse-based products.\n\
-Information about packaging Installable Software is available at\n\
-http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
-\n\
-You may use Provisioning Technology to allow other parties to install Installable Software.\n\
-You shall be responsible for enabling the applicable license agreements relating to the\n\
-Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
-in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
-making it available in accordance with the Specification, you further acknowledge your\n\
-agreement to, and the acquisition of all necessary rights to permit the following:\n\
-\n\
-       1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
-          the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
-          extending or updating the functionality of an Eclipse-based product.\n\
-       2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
-          Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
-       3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
-          govern the use of the Installable Software ("Installable Software Agreement") and such\n\
-          Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
-          with the Specification. Such Installable Software Agreement must inform the user of the\n\
-          terms and conditions that govern the Installable Software and must solicit acceptance by\n\
-          the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
-          indication of agreement by the user, the provisioning Technology will complete installation\n\
-          of the Installable Software.\n\
-\n\
-Cryptography\n\
-\n\
-Content may contain encryption software. The country in which you are\n\
-currently may have restrictions on the import, possession, and use,\n\
-and/or re-export to another country, of encryption software. BEFORE\n\
-using any encryption software, please check the country's laws,\n\
-regulations and policies concerning the import, possession, or use, and\n\
-re-export of encryption software, to see if this is permitted.\n\
-\n\
-Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng-feature/feature.xml b/org.eclipse.linuxtools.lttng-feature/feature.xml
deleted file mode 100644 (file)
index 0b38b5b..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- For PDE build, remove "ws" and "arch" -->
-<feature
-      id="org.eclipse.linuxtools.lttng"
-      label="%featureName"
-      version="0.4.0.qualifier"
-      provider-name="%featureProvider"
-      os="linux"
-      ws="*"
-      arch="*">
-
-   <description>
-      %description
-   </description>
-
-   <copyright>
-      %copyright
-   </copyright>
-
-   <license url="%licenseURL">
-      %license
-   </license>
-
-   <url>
-      <update label="Linux Tools Update Site" url="http://download.eclipse.org/technology/linuxtools/update"/>
-   </url>
-
-   <includes
-         id="org.eclipse.linuxtools.tmf"
-         version="0.0.0"
-         name="Tracing and Monitoring Framework (TMF) (Incubation)"/>
-
-   <requires>
-      <import plugin="org.eclipse.linuxtools.lttng.jni" version="0.3.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.core.runtime" version="3.7.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.linuxtools.tmf.core" version="0.3.2" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.rse.core" version="3.2.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.tm.tcf.core" version="0.4.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.core.resources" version="3.7.100" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ui" version="3.7.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ui.ide" version="3.7.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.core.filesystem" version="1.3.100" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.linuxtools.tmf.ui" version="0.3.2" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.linuxtools.lttng.core" version="0.3.2" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.rse.services" version="3.2.100" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.rse.subsystems.files.core" version="3.2.100" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.rse.ui" version="3.2.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.tm.tcf.rse" version="0.4.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.help" version="3.5.100" match="greaterOrEqual"/>
-   </requires>
-
-   <plugin
-         id="org.eclipse.linuxtools.lttng.core"
-         os="linux"
-         ws="*"
-         arch="*"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.eclipse.linuxtools.lttng.ui"
-         os="linux"
-         ws="*"
-         arch="*"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.eclipse.linuxtools.lttng.help"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.eclipse.linuxtools.lttng.jni"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-</feature>
diff --git a/org.eclipse.linuxtools.lttng-feature/license.html b/org.eclipse.linuxtools.lttng-feature/license.html
deleted file mode 100644 (file)
index 6e579a5..0000000
+++ /dev/null
@@ -1,164 +0,0 @@
-<!--?xml version="1.0" encoding="ISO-8859-1" ?-->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>Eclipse Foundation Software User Agreement</title>
-</head>
-
-<body lang="EN-US">
-<h2>Eclipse Foundation Software User Agreement</h2>
-<p>February 1, 2011</p>
-
-<h3>Usage Of Content</h3>
-
-<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
-   (COLLECTIVELY "CONTENT").  USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
-   CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU AGREE THAT YOUR USE
-   OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
-   NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
-   CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
-
-<h3>Applicable Licenses</h3>
-
-<p>Unless otherwise indicated, all Content made available by the Eclipse
- Foundation is provided to you under the terms and conditions of the 
-Eclipse Public License Version 1.0
-   ("EPL").  A copy of the EPL is provided with this Content and is also
- available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-   For purposes of the EPL, "Program" will mean the Content.</p>
-
-<p>Content includes, but is not limited to, source code, object code, 
-documentation and other files maintained in the Eclipse Foundation 
-source code
-   repository ("Repository") in software modules ("Modules") and made 
-available as downloadable archives ("Downloads").</p>
-
-<ul>
-       <li>Content may be structured and packaged into modules to 
-facilitate delivering, extending, and upgrading the Content.  Typical 
-modules may include plug-ins ("Plug-ins"), plug-in fragments 
-("Fragments"), and features ("Features").</li>
-       <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&#8482; ARchive) in a directory named "plugins".</li>
-       <li>A Feature is a bundle of one or more Plug-ins and/or 
-Fragments and associated material.  Each Feature may be packaged as a 
-sub-directory in a directory named "features".  Within a Feature, files 
-named "feature.xml" may contain a list of the names and version numbers 
-of the Plug-ins
-      and/or Fragments associated with that Feature.</li>
-       <li>Features may also include other Features ("Included 
-Features"). Within a Feature, files named "feature.xml" may contain a 
-list of the names and version numbers of Included Features.</li>
-</ul>
-
-<p>The terms and conditions governing Plug-ins and Fragments should be 
-contained in files named "about.html" ("Abouts"). The terms and 
-conditions governing Features and
-Included Features should be contained in files named "license.html" 
-("Feature Licenses").  Abouts and Feature Licenses may be located in any
- directory of a Download or Module
-including, but not limited to the following locations:</p>
-
-<ul>
-       <li>The top-level (root) directory</li>
-       <li>Plug-in and Fragment directories</li>
-       <li>Inside Plug-ins and Fragments packaged as JARs</li>
-       <li>Sub-directories of the directory named "src" of certain Plug-ins</li>
-       <li>Feature directories</li>
-</ul>
-
-<p>Note: if a Feature made available by the Eclipse Foundation is 
-installed using the Provisioning Technology (as defined below), you must
- agree to a license ("Feature Update License") during the
-installation process.  If the Feature contains Included Features, the 
-Feature Update License should either provide you with the terms and 
-conditions governing the Included Features or
-inform you where you can locate them.  Feature Update Licenses may be 
-found in the "license" property of files named "feature.properties" 
-found within a Feature.
-Such Abouts, Feature Licenses, and Feature Update Licenses contain the 
-terms and conditions (or references to such terms and conditions) that 
-govern your use of the associated Content in
-that directory.</p>
-
-<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER 
-TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.
-  SOME OF THESE
-OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
-
-<ul>
-       <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
-       <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
-       <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
-       <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
-       <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
-       <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
-</ul>
-
-<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND 
-CONDITIONS PRIOR TO USE OF THE CONTENT.  If no About, Feature License, 
-or Feature Update License is provided, please
-contact the Eclipse Foundation to determine what terms and conditions 
-govern that particular Content.</p>
-
-
-<h3>Use of Provisioning Technology</h3>
-
-<p>The Eclipse Foundation makes available provisioning software, 
-examples of which include, but are not limited to, p2 and the Eclipse
-   Update Manager ("Provisioning Technology") for the purpose of 
-allowing users to install software, documentation, information and/or
-   other materials (collectively "Installable Software"). This 
-capability is provided with the intent of allowing such users to
-   install, extend and update Eclipse-based products. Information about 
-packaging Installable Software is available at <a href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
-   ("Specification").</p>
-
-<p>You may use Provisioning Technology to allow other parties to install
- Installable Software. You shall be responsible for enabling the
-   applicable license agreements relating to the Installable Software to
- be presented to, and accepted by, the users of the Provisioning 
-Technology
-   in accordance with the Specification. By using Provisioning 
-Technology in such a manner and making it available in accordance with 
-the
-   Specification, you further acknowledge your agreement to, and the 
-acquisition of all necessary rights to permit the following:</p>
-
-<ol>
-       <li>A series of actions may occur ("Provisioning Process") in 
-which a user may execute the Provisioning Technology
-       on a machine ("Target Machine") with the intent of installing, 
-extending or updating the functionality of an Eclipse-based
-       product.</li>
-       <li>During the Provisioning Process, the Provisioning Technology 
-may cause third party Installable Software or a portion thereof to be
-       accessed and copied to the Target Machine.</li>
-       <li>Pursuant to the Specification, you will provide to the user 
-the terms and conditions that govern the use of the Installable
-       Software ("Installable Software Agreement") and such Installable 
-Software Agreement shall be accessed from the Target
-       Machine in accordance with the Specification. Such Installable 
-Software Agreement must inform the user of the terms and conditions that
- govern
-       the Installable Software and must solicit acceptance by the end 
-user in the manner prescribed in such Installable Software Agreement. 
-Upon such
-       indication of agreement by the user, the provisioning Technology 
-will complete installation of the Installable Software.</li>
-</ol>
-
-<h3>Cryptography</h3>
-
-<p>Content may contain encryption software. The country in which you are
- currently may have restrictions on the import, possession, and use, 
-and/or re-export to
-   another country, of encryption software. BEFORE using any encryption 
-software, please check the country's laws, regulations and policies 
-concerning the import,
-   possession, or use, and re-export of encryption software, to see if 
-this is permitted.</p>
-
-<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng-feature/pom.xml b/org.eclipse.linuxtools.lttng-feature/pom.xml
deleted file mode 100644 (file)
index d86c8fc..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   All rights reserved. This program and the accompanying materials
-   are made available under the terms of the Eclipse Public License v1.0
-   which accompanies this distribution, and is available at
-   http://www.eclipse.org/legal/epl-v10.html
--->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>linuxtools-lttng-parent</artifactId>
-    <groupId>org.eclipse.linuxtools.lttng</groupId>
-    <version>0.10.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.linuxtools.lttng</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
-  <packaging>eclipse-feature</packaging>
-
-  <name>Linux Tools LTTng (Linux Tracing Toolkit)</name>
-
-  <groupId>org.eclipse.linuxtools.lttng</groupId>
-</project>
diff --git a/org.eclipse.linuxtools.lttng.core.tests/.classpath b/org.eclipse.linuxtools.lttng.core.tests/.classpath
new file mode 100644 (file)
index 0000000..1fa3e68
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+       <classpathentry kind="src" path="src"/>
+       <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/org.eclipse.linuxtools.lttng.core.tests/.gitignore b/org.eclipse.linuxtools.lttng.core.tests/.gitignore
new file mode 100644 (file)
index 0000000..8d94ef8
--- /dev/null
@@ -0,0 +1,5 @@
+bin
+@dot
+javaCompiler...args
+build.xml
+target
diff --git a/org.eclipse.linuxtools.lttng.core.tests/.project b/org.eclipse.linuxtools.lttng.core.tests/.project
new file mode 100644 (file)
index 0000000..dbc4c84
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.eclipse.linuxtools.lttng.core.tests</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.pde.ManifestBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.pde.SchemaBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.PluginNature</nature>
+               <nature>org.eclipse.jdt.core.javanature</nature>
+       </natures>
+</projectDescription>
diff --git a/org.eclipse.linuxtools.lttng.core.tests/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.linuxtools.lttng.core.tests/.settings/org.eclipse.jdt.core.prefs
new file mode 100644 (file)
index 0000000..1d817b7
--- /dev/null
@@ -0,0 +1,12 @@
+#Thu Nov 18 17:14:29 EST 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6
diff --git a/org.eclipse.linuxtools.lttng.core.tests/ChangeLog b/org.eclipse.linuxtools.lttng.core.tests/ChangeLog
new file mode 100644 (file)
index 0000000..4202a32
--- /dev/null
@@ -0,0 +1,72 @@
+2010-12-15  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/lttng/tests/event/LttngTimestampTest.java: Added a proper test for toString()
+
+2010-11-23  Francois Chouinard  <fchouinard@gmail.com>  Adjusted tests to new API
+
+       * src/org/eclipse/linuxtools/lttng/state/experiment/StateExperimentManagerTextTest.java: 
+       * src/org/eclipse/linuxtools/lttng/state/resource/LTTngStateResourceTest.java: 
+       * src/org/eclipse/linuxtools/lttng/tests/event/LttngEventTest.java: 
+       * src/org/eclipse/linuxtools/lttng/tests/event/LttngEventTypeTest.java: 
+       * src/org/eclipse/linuxtools/lttng/tests/state/handlers/after/StateAfterUpdateHandlers.java: 
+       * src/org/eclipse/linuxtools/lttng/tests/state/handlers/before/StateBeforeUpdateHandlers.java: 
+
+2010-11-10  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxxtools/lttng/tests/headless/JniTraceTest.java: New file.
+       * src/org/eclipse/linuxxtools/lttng/tests/headless/LttngTraceTest.java: New file.
+       * src/org/eclipse/linuxxtools/lttng/tests/headless/TmfTraceTest.java: New file.
+
+2010-11-09  Francois Chouinard  <fchouinard@gmail.com>
+
+    Suppress warning for non-externalized strings
+          * src/org/eclipse/linuxtools/lttng/control/LTTngSyntheticEventProviderTest.java: 
+          * src/org/eclipse/linuxtools/lttng/LttngTestPreparation.java: 
+          * src/org/eclipse/linuxtools/lttng/model/LTTngTreeNodeTest.java: 
+          * src/org/eclipse/linuxtools/lttng/state/experiment/StateExperimentManagerTextTest.java: 
+          * src/org/eclipse/linuxtools/lttng/state/resource/LTTngStateResourceTest.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/event/AllLttngTests.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/event/LttngEventContentTest.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/event/LttngEventFieldTest.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/event/LttngEventReferenceTest.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/event/LttngEventTest.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/event/LttngEventTypeTest.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/event/LttngTimestampTest.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/jni/AllJniTests.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/jni/Combinations.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/jni/JniEventTest.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/jni/JniMarkerFieldTest.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/jni/JniMarkerTest.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/jni/JniTracefileTest.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/jni/JniTraceTest.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/LTTngCoreTestPlugin.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/state/handlers/AbsStateUpdate.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/state/handlers/after/StateAfterUpdateHandlers.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/state/handlers/before/StateBeforeUpdateHandlers.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/state/tests/handlers/AbsStateUpdate.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/state/TestStateManager.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/trace/LTTngExperimentTest.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/trace/LTTngTextTraceTest.java: 
+          * src/org/eclipse/linuxtools/lttng/tests/trace/LTTngTraceTest.java: 
+
+2010-10-27  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/lttng/LttngTestPreparation.java (prepareExperimentContext): Event provider adjustment
+
+2010-10-15  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/lttng/tests/trace/LTTngExperimentTest.java (fStartTime): Fixed unit test for updated start time
+2010-09-17  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/lttng/control/LTTngSyntheticEventProviderTest.java: Adjusted unit test
+       * src/org/eclipse/linuxtools/lttng/LttngTestPreparation.java: Adjusted unit test
+
+2010-09-15  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/lttng/control/LTTngSyntheticEventProviderTest.java: Problematic test
+       * src/org/eclipse/linuxtools/lttng/LttngTestPreparation.java: Problematic test
+
+2010-09-09  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/lttng/tests/AllLTTngCoreTests.java: Invoke new test
+       * src/org/eclipse/linuxtools/lttng/tests/trace/LTTngExperimentTest.java: New test
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core.tests/META-INF/MANIFEST.MF b/org.eclipse.linuxtools.lttng.core.tests/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..ed7bbd1
--- /dev/null
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name
+Bundle-SymbolicName: org.eclipse.linuxtools.lttng.core.tests
+Bundle-Version: 0.4.0.qualifier
+Bundle-Vendor: %Bundle-Vendor
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Require-Bundle: org.junit;bundle-version="3.8.2",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.linuxtools.lttng.core;bundle-version="0.4.0",
+ org.eclipse.linuxtools.tmf.core;bundle-version="0.4.0",
+ org.eclipse.linuxtools.lttng.jni;bundle-version="0.4.0"
+Bundle-Localization: plugin
+Bundle-Activator: org.eclipse.linuxtools.lttng.core.tests.LTTngCoreTestPlugin
+Bundle-ActivationPolicy: lazy
+Import-Package: org.eclipse.linuxtools.lttng.jni
diff --git a/org.eclipse.linuxtools.lttng.core.tests/build.properties b/org.eclipse.linuxtools.lttng.core.tests/build.properties
new file mode 100644 (file)
index 0000000..d9271d7
--- /dev/null
@@ -0,0 +1,7 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .,\
+               plugin.properties,\
+               traceset/,\
+               test.xml
diff --git a/org.eclipse.linuxtools.lttng.core.tests/plugin.properties b/org.eclipse.linuxtools.lttng.core.tests/plugin.properties
new file mode 100644 (file)
index 0000000..eab88dc
--- /dev/null
@@ -0,0 +1,3 @@
+#Properties file for org.eclipse.linuxtools.lttng.tests
+Bundle-Vendor = Eclipse Linux Tools
+Bundle-Name = LTTng Core Unit Test Suite
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core.tests/pom.xml b/org.eclipse.linuxtools.lttng.core.tests/pom.xml
new file mode 100644 (file)
index 0000000..133a0f0
--- /dev/null
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Copyright (C) 2011, Red Hat, Inc.
+
+   All rights reserved. This program and the accompanying materials
+   are made available under the terms of the Eclipse Public License v1.0
+   which accompanies this distribution, and is available at
+   http://www.eclipse.org/legal/epl-v10.html
+-->
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>linuxtools-lttng-parent</artifactId>
+    <groupId>org.eclipse.linuxtools.lttng</groupId>
+    <version>0.10.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>org.eclipse.linuxtools.lttng.core.tests</artifactId>
+  <version>0.4.0-SNAPSHOT</version>
+  <packaging>eclipse-test-plugin</packaging>
+
+  <name>Linux Tools LTTng Core Unit Test Suite</name>
+
+ <build>
+     <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
+     <resources>
+      <resource>
+        <directory>src</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </resource>
+    </resources>
+    <plugins>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <version>1.2</version>
+            <executions>
+                <execution>
+                    <id>prepare</id>
+                    <phase>validate</phase>
+                    <configuration>
+                    <tasks>
+                        <echo message="prepare phase" />
+                        <gunzip src="traceset/trace-15471events_nolost_newformat.tar.gz" dest="traceset/" />
+                        <untar src="traceset/trace-15471events_nolost_newformat.tar" dest="traceset/" />
+                        <gunzip src="traceset/trace-15316events_nolost_newformat.tar.gz" dest="traceset/" />
+                        <untar src="traceset/trace-15316events_nolost_newformat.tar" dest="traceset/" />
+                    </tasks>
+                    </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                </execution>
+            </executions>
+        </plugin>
+        <plugin>
+            <groupId>org.eclipse.tycho</groupId>
+            <artifactId>tycho-surefire-plugin</artifactId>
+            <version>${tycho-version}</version>
+            <configuration>
+                <testSuite>org.eclipse.linuxtools.lttng.core.tests</testSuite>
+                <testClass>org.eclipse.linuxtools.lttng.core.tests.AllLTTngCoreTests</testClass>
+                <useUIHarness>false</useUIHarness>
+                <useUIThread>false</useUIThread>
+                <product>org.eclipse.sdk.ide</product>
+            </configuration>
+        </plugin>
+    </plugins>
+  </build>
+
+ <groupId>org.eclipse.linuxtools.lttng</groupId>
+</project>
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/ActivateDebugging.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/ActivateDebugging.java
new file mode 100644 (file)
index 0000000..178c16f
--- /dev/null
@@ -0,0 +1,14 @@
+package org.eclipse.linuxtools.lttng.core.tests;
+
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+
+public class ActivateDebugging {
+
+       public static void activate() {
+               TraceDebug.setDEBUG(true);
+       }
+       
+       public static void deactivate() {
+               TraceDebug.setDEBUG(false);
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/AllLTTngCoreTests.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/AllLTTngCoreTests.java
new file mode 100644 (file)
index 0000000..151868b
--- /dev/null
@@ -0,0 +1,74 @@
+package org.eclipse.linuxtools.lttng.core.tests;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.eclipse.linuxtools.lttng.core.tests.control.LTTngSyntheticEventProviderTest;
+import org.eclipse.linuxtools.lttng.core.tests.control.LTTngSyntheticEventProviderTextTest;
+import org.eclipse.linuxtools.lttng.core.tests.event.LttngEventContentTest;
+import org.eclipse.linuxtools.lttng.core.tests.event.LttngEventFieldTest;
+import org.eclipse.linuxtools.lttng.core.tests.event.LttngEventReferenceTest;
+import org.eclipse.linuxtools.lttng.core.tests.event.LttngEventTest;
+import org.eclipse.linuxtools.lttng.core.tests.event.LttngEventTypeTest;
+import org.eclipse.linuxtools.lttng.core.tests.event.LttngTimestampTest;
+import org.eclipse.linuxtools.lttng.core.tests.jni.JniEventTest;
+import org.eclipse.linuxtools.lttng.core.tests.jni.JniMarkerFieldTest;
+import org.eclipse.linuxtools.lttng.core.tests.jni.JniMarkerTest;
+import org.eclipse.linuxtools.lttng.core.tests.jni.JniTraceTest;
+import org.eclipse.linuxtools.lttng.core.tests.jni.JniTracefileTest;
+import org.eclipse.linuxtools.lttng.core.tests.model.LTTngTreeNodeTest;
+import org.eclipse.linuxtools.lttng.core.tests.state.TestStateManager;
+import org.eclipse.linuxtools.lttng.core.tests.state.experiment.StateExperimentManagerTextTest;
+import org.eclipse.linuxtools.lttng.core.tests.state.resource.LTTngStateResourceTest;
+import org.eclipse.linuxtools.lttng.core.tests.trace.LTTngExperimentTest;
+import org.eclipse.linuxtools.lttng.core.tests.trace.LTTngTextTraceTest;
+import org.eclipse.linuxtools.lttng.core.tests.trace.LTTngTraceTest;
+
+public class AllLTTngCoreTests {
+
+    public static Test suite() {
+        TestSuite suite = new TestSuite(AllLTTngCoreTests.class.getName());
+        // $JUnit-BEGIN$
+
+        // Event
+        suite.addTestSuite(LttngTimestampTest.class);
+        suite.addTestSuite(LttngEventFieldTest.class);
+        suite.addTestSuite(LttngEventContentTest.class);
+        suite.addTestSuite(LttngEventReferenceTest.class);
+        suite.addTestSuite(LttngEventTypeTest.class);
+        suite.addTestSuite(LttngEventTest.class);
+
+        // JNI
+        suite.addTestSuite(JniTraceTest.class);
+        suite.addTestSuite(JniTracefileTest.class);
+        suite.addTestSuite(JniEventTest.class);
+        suite.addTestSuite(JniMarkerTest.class);
+        suite.addTestSuite(JniMarkerFieldTest.class);
+
+        // Trace
+        suite.addTestSuite(LTTngTextTraceTest.class);
+        suite.addTestSuite(LTTngTraceTest.class);
+        suite.addTestSuite(LTTngExperimentTest.class);
+
+        // Control
+        suite.addTestSuite(LTTngSyntheticEventProviderTest.class);
+        suite.addTestSuite(LTTngSyntheticEventProviderTextTest.class);
+
+        // Model
+        suite.addTestSuite(LTTngTreeNodeTest.class);
+
+        // State
+        suite.addTestSuite(TestStateManager.class);
+        suite.addTestSuite(StateExperimentManagerTextTest.class);
+        // suite.addTestSuite(AbsStateUpdate.class);
+        // suite.addTestSuite(StateAfterUpdateFactory.class);
+        // suite.addTestSuite(StateAfterUpdateHandlers.class);
+        // suite.addTestSuite(StateBeforeUpdateFactory.class);
+        // suite.addTestSuite(StateBeforeUpdateHandlers.class);
+        suite.addTestSuite(LTTngStateResourceTest.class);
+
+        // $JUnit-END$
+        return suite;
+    }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/LTTngCoreTestPlugin.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/LTTngCoreTestPlugin.java
new file mode 100644 (file)
index 0000000..fbb9aa0
--- /dev/null
@@ -0,0 +1,70 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.tests;
+
+import org.eclipse.core.runtime.Plugin;
+import org.eclipse.linuxtools.tmf.core.Tracer;
+import org.osgi.framework.BundleContext;
+
+/**
+ * <b><u>TmfCoreTestPlugin</u></b>
+ * <p>
+ * The activator class controls the plug-in life cycle
+ */
+@SuppressWarnings("nls")
+public class LTTngCoreTestPlugin extends Plugin {
+
+    // ========================================================================
+    // Attributes
+    // ========================================================================
+
+       // The plug-in ID
+       public static final String PLUGIN_ID = "org.eclipse.linuxtools.lttng.tests";
+
+       // The shared instance
+       private static LTTngCoreTestPlugin plugin;
+       
+    // ========================================================================
+    // Constructors
+    // ========================================================================
+
+       /**
+        * The constructor
+        */
+       public LTTngCoreTestPlugin() {
+               plugin = this;
+       }
+
+    // ========================================================================
+    // Accessors
+    // ========================================================================
+
+    /**
+     * @return the shared instance
+     */
+    public static LTTngCoreTestPlugin getPlugin() {
+        return plugin;
+    }
+    
+    @Override
+    public void start(BundleContext context) throws Exception {
+        super.start(context);
+        plugin = this;
+    }
+
+    @Override
+    public void stop(BundleContext context) throws Exception {
+        plugin = null;
+        super.stop(context);
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/LttngTestPreparation.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/LttngTestPreparation.java
new file mode 100644 (file)
index 0000000..1ffa327
--- /dev/null
@@ -0,0 +1,427 @@
+package org.eclipse.linuxtools.lttng.core.tests;
+
+import java.io.File;
+import java.net.URL;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.control.LttngCoreProviderFactory;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngTimestamp;
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent.SequenceInd;
+import org.eclipse.linuxtools.lttng.core.state.experiment.IStateExperimentManager;
+import org.eclipse.linuxtools.lttng.core.state.experiment.StateManagerFactory;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTextTrace;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTrace;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.request.TmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+
+@SuppressWarnings("nls")
+public abstract class LttngTestPreparation extends TestCase {
+       // ========================================================================
+       // Data
+       // ========================================================================
+       private final static String ftracepath_T1 = "traceset/trace-15316events_nolost_newformat";
+       final static String fTextTracepath_T1 = "traceset/trace-15316events_nolost_newformat.txt";
+
+       private static final Long CHECK_POINT_INTERVAL = 1000L;
+
+       final Long[] expectedEvents_T1 = new Long[20];
+       final Long[] requestIntervals_T1 = new Long[32];
+
+       static LTTngTextTrace ftextStream_T1 = null;
+       private static LTTngTrace frealStream = null;
+
+       private TmfExperiment<LttngEvent> fTestExperiment = null;
+       protected volatile int feventCount = 0;
+       protected boolean validSequence = true;
+
+       public LttngTestPreparation() {
+               super();
+               init();
+       }
+
+       public LttngTestPreparation(String name) {
+               super(name);
+               init();
+       }
+
+       protected void init() {
+               fillInRequestIntervals();
+               fillInExpectedEvents();
+               feventCount = 0;
+       }
+
+       /**
+        * @return
+        */
+       protected TmfExperiment<LttngEvent> prepareExperimentToTest() {
+               if (fTestExperiment == null) {
+                       String expId = "testExperiment";
+                       int nbTraces = 1;
+
+                       // Define traces in experiment
+                       @SuppressWarnings("unchecked")
+            ITmfTrace<LttngEvent>[] traces = new ITmfTrace[nbTraces];
+                       ITmfTrace<LttngEvent> trace = prepareStreamToTest();
+                       traces[0] = trace;
+
+                       // create experiment and associate traces
+                       fTestExperiment = new TmfExperiment<LttngEvent>(LttngEvent.class,
+                                       expId, traces, TmfTimestamp.Zero, TmfExperiment.DEFAULT_BLOCK_SIZE, true);
+                       // fTestExperiment.indexExperiment(waitForCompletion);
+
+                       // Set the current selected experiment as the test experiment
+                       TmfExperimentSelectedSignal<LttngEvent> signal = new TmfExperimentSelectedSignal<LttngEvent>(
+                                       this, fTestExperiment);
+                       fTestExperiment.experimentSelected(signal);
+               }
+
+               return fTestExperiment;
+       }
+
+       /**
+        * @return
+        */
+       protected TmfExperiment<LttngEvent> prepareTextExperimentToTest() {
+               if (fTestExperiment == null) {
+                       String expId = "testExperiment";
+                       int nbTraces = 1;
+
+                       // Define traces in experiment
+            @SuppressWarnings("unchecked")
+            ITmfTrace<LttngEvent>[] traces = new ITmfTrace[nbTraces];
+                       ITmfTrace<LttngEvent> trace = prepareTextStreamToTest();
+                       traces[0] = trace;
+
+                       // create experiment and associate traces
+                       fTestExperiment = new TmfExperiment<LttngEvent>(LttngEvent.class,
+                                       expId, traces);
+
+                       // Set the current selected experiment as the test experiment
+                       TmfExperimentSelectedSignal<LttngEvent> signal = new TmfExperimentSelectedSignal<LttngEvent>(
+                                       this, fTestExperiment);
+                       fTestExperiment.experimentSelected(signal);
+
+               }
+
+               return fTestExperiment;
+       }
+
+       protected LTTngTrace prepareStreamToTest() {
+               if (frealStream == null) {
+                       try {
+                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(ftracepath_T1),
+                                               null);
+                               File testfile = new File(FileLocator.toFileURL(location).toURI());
+                               LTTngTrace tmpStream = new LTTngTrace(testfile.getPath(), false);
+                               frealStream = tmpStream;
+                       } catch (Exception e) {
+                               System.out.println("ERROR : Could not open " + ftracepath_T1);
+                               frealStream = null;
+                       }
+               } else {
+                       frealStream.seekEvent(0L);
+               }
+
+               return frealStream;
+       }
+
+       protected LTTngTextTrace prepareTextStreamToTest() {
+               if (ftextStream_T1 == null) {
+                       try {
+                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(),
+                                               new Path(fTextTracepath_T1), null);
+                               File testfile = new File(FileLocator.toFileURL(location).toURI());
+                               LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath());
+                               ftextStream_T1 = tmpStream;
+
+                       } catch (Exception e) {
+                               System.out.println("ERROR : Could not open " + fTextTracepath_T1);
+                               ftextStream_T1 = null;
+                       }
+               } else {
+                       ftextStream_T1.seekEvent(0);
+               }
+
+               return ftextStream_T1;
+       }
+
+       protected IStateExperimentManager prepareExperimentContext(
+                       boolean waitForRequest) {
+               // Create a new Experiment manager
+               IStateExperimentManager expManager = StateManagerFactory
+                               .getExperimentManager();
+               // Configure the interval to create check points so this can be tested
+               // with medium size files i.e. default is 50000 events
+               StateManagerFactory.setTraceCheckPointInterval(CHECK_POINT_INTERVAL);
+
+               // Lets wait for the request completion to analyse the results
+               LttngCoreProviderFactory.getEventProvider(0)
+                               .setWaitForRequest(waitForRequest);
+               return expManager;
+       }
+
+       /**
+        * @param <T>
+        * @param k
+        * @param startIdx
+        *            , > 0 and between 0 - 31
+        * @param endIdx
+        *            , > startIdx and between 0 - 31
+        * @return
+        */
+       protected <T extends LttngEvent> TmfEventRequest<T> prepareEventRequest(Class<T> k, int startIdx, int endIdx) {
+               return prepareEventRequest(k, startIdx, endIdx, true);
+       }
+
+       /**
+        * @param <T>
+        * @param k
+        * @param startIdx
+        *            , > 0 and between 0 - 31
+        * @param endIdx
+        *            , > startIdx and between 0 - 31
+        * @param printFirst20
+        *            , print the first expected events vs actual events
+        * @return
+        */
+       protected <T extends LttngEvent> TmfEventRequest<T> prepareEventRequest(
+                       Class<T> k, final int startIdx, int endIdx, final boolean printFirst20) {
+               // verify bounds
+               if (!(endIdx > startIdx && startIdx >= 0 && endIdx <= 31)) {
+                       TraceDebug.debug("Event request indexes out of bounds");
+                       return null;
+               }
+
+               int DEFAULT_CHUNK = 1;
+       
+               // time range
+               TmfTimeRange trange = new TmfTimeRange(new LttngTimestamp(
+                               requestIntervals_T1[startIdx]), new LttngTimestamp(
+                               requestIntervals_T1[endIdx]));
+       
+               // request
+               validSequence = true;
+               TmfEventRequest<T> request = new TmfEventRequest<T>(k, trange, TmfDataRequest.ALL_DATA, DEFAULT_CHUNK) {
+       
+                       @Override
+                       public void handleData(T event) {
+                               if (event == null) {
+                                       System.out
+                                                       .println("Syntheric Event Received is null, after event: "
+                                                                       + feventCount);
+                                       return;
+                               }
+       
+                               // Listen to only one variant of synthetic event to keep
+                               // track of
+                               if (event instanceof LttngSyntheticEvent) {
+                                       if (((LttngSyntheticEvent) event).getSynType() != SequenceInd.BEFORE) {
+                                               return;
+                                       }
+                               }
+       
+                               // Validating the orders of the first 20 events
+                               if (printFirst20 && feventCount < 20) {
+                                       long timevalue = event.getTimestamp().getValue();
+                                       if (timevalue != expectedEvents_T1[feventCount]) {
+                                               validSequence = false;
+                                               System.out.println("Expected Event: "
+                                                               + expectedEvents_T1[feventCount] + " actual: "
+                                                               + event.getTimestamp().getValue());
+                                       } else {
+                                               System.out.println("Synthetic Event: " + feventCount
+                                                               + " matched expected time");
+                                       }
+                               }
+       
+                               // increment count
+                               incrementCount();
+                       }
+
+                       /**
+                        * possibly increased by multiple request threads
+                        */
+                       private synchronized void incrementCount() {
+                               feventCount++;
+                       }
+
+                       @Override
+                       public void handleCompleted() {
+                               // if (isCancelled() || isFailed()) {
+                               // // No notification to end request handlers
+                               // } else {
+                               // // notify the associated end request handlers
+                               // requestCompleted();
+                               // }
+       
+                               System.out.println("handleCompleted(request:" + startIdx + ") Number of events processed: " + feventCount);
+                       }
+       
+               };
+               return request;
+       }
+
+       /**
+        * @param <T>
+        * @param k
+        * @param startIdx
+        *            , > 0 and between 0 - 31
+        * @param endIdx
+        *            , > startIdx and between 0 - 31
+        * @param printFirst20
+        *            , print the first expected events vs actual events
+        * @return
+        */
+       protected <T extends LttngEvent> TmfEventRequest<T> prepareEventRequest2(
+                       Class<T> k, final int startIdx, int endIdx, final boolean printFirst20) {
+               // verify bounds
+               if (!(endIdx > startIdx && startIdx >= 0 && endIdx <= 31)) {
+                       TraceDebug.debug("Event request indexes out of bounds");
+                       return null;
+               }
+
+               int DEFAULT_CHUNK = 1;
+       
+               // time range
+               TmfTimeRange trange = new TmfTimeRange(new LttngTimestamp(
+                               requestIntervals_T1[startIdx]), new LttngTimestamp(
+                               requestIntervals_T1[endIdx]));
+       
+               // request
+               validSequence = true;
+               TmfEventRequest<T> request = new TmfEventRequest<T>(k, trange, TmfDataRequest.ALL_DATA, DEFAULT_CHUNK) {
+       
+                       @Override
+                       public void handleData(T event) {
+                               if (event == null) {
+                                       System.out
+                                                       .println("Syntheric Event Received is null, after event: "
+                                                                       + feventCount);
+                                       return;
+                               }
+       
+                               // Listen to only one variant of synthetic event to keep
+                               // track of
+                               if (event instanceof LttngSyntheticEvent) {
+                                       if (((LttngSyntheticEvent) event).getSynType() != SequenceInd.BEFORE) {
+                                               return;
+                                       }
+                               }
+       
+                               // Validating the orders of the first 20 events
+                               if (printFirst20 && feventCount < 20) {
+                                       long timevalue = event.getTimestamp().getValue();
+                                       if (timevalue != expectedEvents_T1[feventCount]) {
+                                               validSequence = false;
+                                               System.out.println("Expected Event: "
+                                                               + expectedEvents_T1[feventCount] + " actual: "
+                                                               + event.getTimestamp().getValue());
+                                       } else {
+                                               System.out.println("Synthetic Event: " + feventCount
+                                                               + " matched expected time");
+                                       }
+                               }
+       
+                               // increment count
+                               incrementCount();
+                       }
+
+                       /**
+                        * possibly increased by multiple request threads
+                        */
+                       private synchronized void incrementCount() {
+                               feventCount++;
+                       }
+
+                       @Override
+                       public void handleCompleted() {
+                               // if (isCancelled() || isFailed()) {
+                               // // No notification to end request handlers
+                               // } else {
+                               // // notify the associated end request handlers
+                               // requestCompleted();
+                               // }
+       
+                               System.out.println("handleCompleted(request:" + startIdx + ") Number of events processed: " + feventCount);
+                       }
+       
+               };
+               return request;
+       }
+
+       /**
+        * Validation points
+        */
+       private void fillInExpectedEvents() {
+               expectedEvents_T1[0] = 13589759412128L;
+               expectedEvents_T1[1] = 13589759419903L;
+               expectedEvents_T1[2] = 13589759422785L;
+               expectedEvents_T1[3] = 13589759425598L;
+               expectedEvents_T1[4] = 13589759430979L;
+               expectedEvents_T1[5] = 13589759433694L;
+               expectedEvents_T1[6] = 13589759436212L;
+               expectedEvents_T1[7] = 13589759438797L;
+               expectedEvents_T1[8] = 13589759441253L;
+               expectedEvents_T1[9] = 13589759444795L;
+               expectedEvents_T1[10] = 13589759447800L;
+               expectedEvents_T1[11] = 13589759450836L;
+               expectedEvents_T1[12] = 13589759453835L;
+               expectedEvents_T1[13] = 13589759459351L;
+               expectedEvents_T1[14] = 13589759464411L;
+               expectedEvents_T1[15] = 13589759467021L;
+               expectedEvents_T1[16] = 13589759469668L;
+               expectedEvents_T1[17] = 13589759474938L;
+               expectedEvents_T1[18] = 13589759477536L;
+               expectedEvents_T1[19] = 13589759480485L;
+       }
+
+       /**
+        * Intervals for trace 1, separated %500 + last event
+        */
+       private void fillInRequestIntervals() {
+               requestIntervals_T1[0] = 13589759412128L; /* check point expected */
+               requestIntervals_T1[1] = 13589763490945L; /* between check points */
+               requestIntervals_T1[2] = 13589778265041L; /* check point expected */
+               requestIntervals_T1[3] = 13589783143445L; /* between check points */
+               requestIntervals_T1[4] = 13589786300104L; /* check point expected */
+               requestIntervals_T1[5] = 13589790722564L; /* between check points */
+               requestIntervals_T1[6] = 13589796139823L; /* check point expected */
+               requestIntervals_T1[7] = 13589800400562L; /* between check points */
+               requestIntervals_T1[8] = 13589801594374L; /* check point expected */
+               requestIntervals_T1[9] = 13589802750295L; /* between check points */
+               requestIntervals_T1[10] = 13589804071157L; /* check point expected */
+               requestIntervals_T1[11] = 13589810124488L; /* between check points */
+               requestIntervals_T1[12] = 13589822493183L; /* check point expected */
+               requestIntervals_T1[13] = 13589824131273L; /* between check points */
+               requestIntervals_T1[14] = 13589825398284L; /* check point expected */
+               requestIntervals_T1[15] = 13589826664185L; /* between check points */
+               requestIntervals_T1[16] = 13589827811998L; /* check point expected */
+               requestIntervals_T1[17] = 13589828915763L; /* between check points */
+               requestIntervals_T1[18] = 13589830074220L; /* check point expected */
+               requestIntervals_T1[19] = 13589831232050L; /* between check points */
+               requestIntervals_T1[20] = 13589832394049L; /* check point expected */
+               requestIntervals_T1[21] = 13589833852883L; /* between check points */
+               requestIntervals_T1[22] = 13589839626892L; /* check point expected */
+               requestIntervals_T1[23] = 13589849509798L; /* between check points */
+               requestIntervals_T1[24] = 13589850728538L; /* check point expected */
+               requestIntervals_T1[25] = 13589851889230L; /* between check points */
+               requestIntervals_T1[26] = 13589853294800L; /* check point expected */
+               requestIntervals_T1[27] = 13589859414998L; /* between check points */
+               requestIntervals_T1[28] = 13589878046089L; /* check point expected */
+               requestIntervals_T1[29] = 13589886468603L; /* between check points */
+               requestIntervals_T1[30] = 13589902256918L; /* check point expected */
+               requestIntervals_T1[31] = 13589906758692L; /* last event in T1 */
+       }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/control/LTTngSyntheticEventProviderTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/control/LTTngSyntheticEventProviderTest.java
new file mode 100644 (file)
index 0000000..b446695
--- /dev/null
@@ -0,0 +1,95 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tests.control;
+
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.tests.LttngTestPreparation;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+
+@SuppressWarnings("nls")
+public class LTTngSyntheticEventProviderTest extends LttngTestPreparation {
+       // ========================================================================
+       // Tests
+       // ========================================================================
+
+       public void testPlainDataRequest() {
+               // prepare
+               init();
+               TmfExperiment<LttngEvent> experiment = prepareExperimentToTest();
+               TmfEventRequest<LttngEvent> request = prepareEventRequest(
+                               LttngEvent.class, 0, 31);
+
+               // execute
+               experiment.sendRequest(request);
+               try {
+                       request.waitForCompletion();
+               } catch (InterruptedException e) {
+                       e.printStackTrace();
+               }
+
+               // finish
+               assertEquals("Unexpected eventCount", 15316, feventCount);
+               boolean expected = true;
+               assertEquals("Events received out of expected order", expected,
+                               validSequence);
+       }
+
+       public void testSyntheticEventRequest() {
+        System.out.println("testSyntheticEventRequest: test removed");
+//             init();
+//             // Create a new Experiment manager context
+//             IStateExperimentManager expManager = prepareExperimentContext(false);
+//
+//             // make sure a TmfExperiment instance is registered as provider and
+//             // selected as current
+//             TmfExperiment<LttngEvent> experiment = prepareExperimentToTest();
+//
+//             // experiment selected, build experiment selection context and trigger
+//             // check point creation
+//             expManager.experimentSelected_prep(experiment);
+//             // builds check points in parallel
+//             expManager.experimentSelected(this, experiment);
+//
+//             // Obtain the singleton event provider
+//             LttngSyntheticEventProvider synProvider = LttngCoreProviderFactory
+//                             .getEventProvider();
+//
+//             // prepare synthetic event requests
+//             boolean printExpectedEvents = false;
+//             TmfEventRequest<LttngSyntheticEvent> request1 = prepareEventRequest(LttngSyntheticEvent.class, 5, 9,
+//                             printExpectedEvents); /* 2001 events */
+//             TmfEventRequest<LttngSyntheticEvent> request2 = prepareEventRequest(LttngSyntheticEvent.class, 11, 13,
+//                             printExpectedEvents); /* 1001 events */
+//
+//             // execute
+//             synProvider.sendRequest(request1);
+//             try {
+//                     request1.waitForCompletion();
+//             } catch (InterruptedException e) {
+//                     e.printStackTrace();
+//             }
+//             System.out.println("EventCount " + feventCount);
+//
+//             synProvider.sendRequest(request2);
+//             try {
+//                     request2.waitForCompletion();
+//             } catch (InterruptedException e) {
+//                     e.printStackTrace();
+//             }
+//             System.out.println("EventCount " + feventCount);
+//
+//             // finish
+//             assertEquals("Unexpected eventCount", 3002, feventCount);
+       }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/control/LTTngSyntheticEventProviderTextTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/control/LTTngSyntheticEventProviderTextTest.java
new file mode 100644 (file)
index 0000000..f36ead1
--- /dev/null
@@ -0,0 +1,76 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tests.control;
+
+
+
+import org.eclipse.linuxtools.lttng.core.tests.LttngTestPreparation;
+
+public class LTTngSyntheticEventProviderTextTest extends LttngTestPreparation {
+
+       // ========================================================================
+       // Tests
+       // ========================================================================
+       /**
+        * 
+        */
+       public void testPlainDataRequest() {
+//             // prepare
+//             init();
+//             TmfExperiment<LttngEvent> experiment = prepareTextExperimentToTest();
+//             TmfEventRequest<LttngEvent> request = prepareEventRequest(
+//                             LttngEvent.class, 0, 31);
+//
+//             // execute
+//             experiment.sendRequest(request);
+//             try {
+//                     request.waitForCompletion();
+//             } catch (InterruptedException e) {
+//                     e.printStackTrace();
+//             }
+//
+//             // finish
+//             assertEquals("Unexpected eventCount", 15316, feventCount);
+//             boolean expected = true;
+//             assertEquals("Events received out of expected order", expected,
+//                             validSequence);
+       }
+
+       /**
+        * 
+        */
+       public void testSyntheticEventRequest() {
+//             init();
+//             // make sure a synthetic event provider exists and it's registered
+//             LttngSyntheticEventProvider synProvider = LttngCoreProviderFactory
+//                             .getEventProvider();
+//
+//             // make sure a TmfExperiment instance is registered as provider and
+//             // selected as current
+//             prepareTextExperimentToTest();
+//
+//             // prepare synthetic event request
+//             TmfEventRequest<LttngSyntheticEvent> request = prepareEventRequest(
+//                             LttngSyntheticEvent.class, 0, 31);
+//
+//             // execute
+//             synProvider.sendRequest(request);
+//             try {
+//                     request.waitForCompletion();
+//             } catch (InterruptedException e) {
+//                     e.printStackTrace();
+//             }
+//
+//             // finish
+//             assertEquals("Unexpected eventCount", 15316, feventCount);
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/AllLTTngEventTests.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/AllLTTngEventTests.java
new file mode 100644 (file)
index 0000000..406aeb4
--- /dev/null
@@ -0,0 +1,24 @@
+package org.eclipse.linuxtools.lttng.core.tests.event;
+
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+
+import org.eclipse.linuxtools.lttng.core.tests.trace.LTTngTextTraceTest;
+
+@SuppressWarnings("nls")
+public final class AllLTTngEventTests extends TestCase  {
+    public static TestSuite suite() {
+        TestSuite suite = new TestSuite("Testing LTTng (trace in text format)");
+        
+        suite.addTestSuite(LTTngTextTraceTest.class);
+        suite.addTestSuite(LttngTimestampTest.class);
+        suite.addTestSuite(LttngEventFieldTest.class);
+        suite.addTestSuite(LttngEventContentTest.class);
+        suite.addTestSuite(LttngEventReferenceTest.class);
+        suite.addTestSuite(LttngEventTypeTest.class);
+        suite.addTestSuite(LttngEventTest.class);
+        
+        return suite;
+    }
+}
+
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngEventContentTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngEventContentTest.java
new file mode 100644 (file)
index 0000000..3a8b7da
--- /dev/null
@@ -0,0 +1,266 @@
+package org.eclipse.linuxtools.lttng.core.tests.event;
+
+import java.io.File;
+import java.net.URL;
+import java.util.HashMap;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventContent;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventField;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventType;
+import org.eclipse.linuxtools.lttng.core.event.LttngTimestamp;
+import org.eclipse.linuxtools.lttng.core.tests.LTTngCoreTestPlugin;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTextTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;
+
+/*
+ Functions tested here :
+       
+       public LttngEventContent()
+    public LttngEventContent(LttngEvent thisParent)
+    public LttngEventContent(LttngEvent thisParent, HashMap<String, LttngEventField> thisContent)
+    public LttngEventContent(LttngEventContent oldContent)
+    
+    public void emptyContent()
+    
+    public LttngEventField[] getFields()
+    public LttngEventField getField(int position)
+    public LttngEventField getField(String name)
+    public LttngEvent getEvent()
+    public LttngEventType getType()
+    public Object[] getContent()
+    public HashMap<String, LttngEventField> getRawContent()
+    
+    public void setType(LttngEventType newType)
+    public void setEvent(LttngEvent newParent)
+    
+    public String toString()
+ */
+
+@SuppressWarnings("nls")
+public class LttngEventContentTest extends TestCase {
+    private final static String tracepath1="traceset/trace-15316events_nolost_newformat.txt";
+//    private final static boolean skipIndexing=true;
+    
+    private final static String firstEventContentFirstField    = "alignment:0";
+    private final static String firstEventContentFirstFieldName = "alignment";
+    private final static String firstEventContentType                  = "metadata/0/core_marker_id";
+    
+    private final static String secondEventContentSecondField  = "string:LTT state dump begin";
+    private final static String secondEventContentSecondFieldName = "string";
+    private final static String secondEventContentType                         = "kernel/0/vprintk";
+    
+    private final static long   timestampAfterMetadata                  = 13589760262237L;
+    
+    private static LTTngTextTrace testStream = null;
+    
+    private LTTngTextTrace initializeEventStream() {
+       if (testStream == null) {
+                       try {
+                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
+                               File testfile = new File(FileLocator.toFileURL(location).toURI());
+                               LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath());
+                               testStream = tmpStream;
+                       } 
+                       catch (Exception e) {
+                               System.out.println("ERROR : Could not open " + tracepath1);
+                               testStream = null;
+                       }
+               }
+       else {
+               testStream.seekEvent(0);
+       }
+       
+               return testStream;
+    }
+    
+    
+       private LttngEventContent prepareToTest() {
+               LttngEventContent tmpEventContent = null;
+
+               // This trace should be valid
+               try {
+                       testStream = null;
+                   LTTngTextTrace tmpStream = initializeEventStream();
+                       tmpEventContent = (LttngEventContent)tmpStream.getNextEvent( new TmfContext(new TmfLocation<Long>(0L), 0) ).getContent();
+               }
+               catch (Exception e) {
+                       fail("ERROR : Failed to get content!");
+               }
+
+               return tmpEventContent;
+       }
+
+       public void testConstructors() {
+               LttngEvent                testEvent = null;
+               LttngEventContent testContent   = null;
+               LttngEventContent testContent2  = null;
+        LttngEventField[]      testFields  = new LttngEventField[1];
+        testFields[0] = new LttngEventField(testContent2, "test");
+        
+           // Default construction with good argument
+        try {
+               testContent = new LttngEventContent();
+        }
+        catch( Exception e) { 
+               fail("Construction with format failed!");
+        }
+        
+        // Construction with good parameters (parent event)
+        try {
+               testContent = new LttngEventContent(testEvent);
+        }
+        catch( Exception e) { 
+               fail("Construction with format, content and fields failed!");
+        }
+        
+        // Construction with good parameters (parent event and pre-parsed content)
+        try {
+               HashMap<String, LttngEventField> parsedContent = new HashMap<String, LttngEventField>();
+               testContent = new LttngEventContent(testEvent, parsedContent);
+        }
+        catch( Exception e) { 
+               fail("Construction with format, content and fields failed!");
+        }
+        
+        
+        // Copy constructor with correct parameters
+        try {
+               testContent = new LttngEventContent(testEvent);
+               testContent2 = new LttngEventContent(testContent);
+        }
+        catch( Exception e) { 
+               fail("Copy constructor failed!");
+        }
+        
+       }
+       
+       
+       public void testGetter() {
+               LttngEventContent testContent = null;
+       LTTngTextTrace tmpStream = null;
+       LttngEvent tmpEvent = null;
+       TmfContext tmpContext = null;
+       
+       // Require an event
+       tmpStream = initializeEventStream();
+       tmpContext = new TmfContext(new TmfLocation<Long>(0L), 0);
+       tmpEvent = (LttngEvent)tmpStream.getNextEvent(tmpContext);
+               testContent = prepareToTest();
+       // getFieldS()
+       assertNotSame("getFields() returned null!",null,testContent.getFields() );
+       
+       // *** FIXME ***
+       // Depending from the Java version because of the "hashcode()" on String. 
+       // We can't really test that safetly
+       //
+       // getField(int)
+       //assertEquals("getField(int) returned unexpected result!",firstEventContentFirstField, testContent.getField(0).toString());
+       assertNotSame("getField(int) returned unexpected result!",null, testContent.getField(0).toString());
+       
+       
+       // getField(name)
+       assertEquals("getField(name) returned unexpected result!",firstEventContentFirstField, testContent.getField(firstEventContentFirstFieldName).toString());
+       // getRawContent
+       assertNotSame("getRawContent() returned null!",null, testContent.getRawContent());
+       // Test that get event return the correct event
+       assertTrue("getEvent() returned unexpected result!", tmpEvent.getTimestamp().getValue() == testContent.getEvent().getTimestamp().getValue());
+       // getType()
+       assertEquals("getType() returned unexpected result!",firstEventContentType, testContent.getType().toString());
+       
+       //*** To test getFields with a fields number >0, we need to move to an event that have some more
+       tmpStream = initializeEventStream();
+       tmpContext = new TmfContext(new TmfLocation<Long>(0L), 0);
+       // Skip first events and seek to event pass metadata
+       tmpContext= tmpStream.seekEvent(new LttngTimestamp(timestampAfterMetadata) );
+       // Skip first one 
+       tmpEvent = (LttngEvent)tmpStream.getNextEvent(tmpContext);
+       
+       // Second event past metadata should have more fields
+       tmpEvent = (LttngEvent)tmpStream.getNextEvent(tmpContext);
+       // Get the content
+       testContent = tmpEvent.getContent();
+       
+       // Test that get event return the correct event
+       assertTrue("getEvent() returned unexpected result!",tmpEvent.getTimestamp().getValue() == testContent.getEvent().getTimestamp().getValue());
+       // getType()
+       assertEquals("getType() returned unexpected result!",secondEventContentType, testContent.getType().toString());
+       
+       
+       // getFieldS()
+       assertNotSame("getFields() returned null!",null,testContent.getFields() );
+       // getField(int)
+       assertEquals("getField(int) returned unexpected result!",secondEventContentSecondField, testContent.getField(1).toString());
+       // getField(name)
+       assertEquals("getField(name) returned unexpected result!",secondEventContentSecondField, testContent.getField(secondEventContentSecondFieldName).toString());
+       // getRawContent
+       assertNotSame("getRawContent() returned null!",null, testContent.getRawContent());
+       
+    }
+       
+       public void testSetter() {
+               // Not much to test here, we will just make sure the set does not fail for any reason.
+       // It's pointless to test with a getter...
+       LTTngTextTrace tmpStream = null;
+       LttngEvent tmpEvent = null;
+       TmfContext tmpContext = null;
+       
+       // Require an event
+       tmpStream = initializeEventStream();
+       tmpContext = new TmfContext(new TmfLocation<Long>(0L), 0);
+       tmpEvent = (LttngEvent)tmpStream.getNextEvent(tmpContext);
+               
+       LttngEventContent tmpContent = prepareToTest();
+       try {
+               tmpContent.setEvent(tmpEvent);
+       }
+       catch( Exception e) { 
+               fail("setEvent(event) failed!");
+        }
+       
+       
+       LttngEventType testType = new LttngEventType();
+       try {
+               tmpContent.setType(testType);
+       }
+       catch( Exception e) { 
+               fail("setType(type) failed!");
+        }
+       }
+       
+       public void testEmptyContent() {
+               LttngEventContent testContent = null;
+       LTTngTextTrace tmpStream = null;
+       LttngEvent tmpEvent = null;
+       TmfContext tmpContext = null;
+       
+       // Require an event
+       tmpStream = initializeEventStream();
+       tmpContext = new TmfContext(new TmfLocation<Long>(0L), 0);
+       tmpEvent = (LttngEvent)tmpStream.getNextEvent(tmpContext);
+       // Get the content
+       testContent = tmpEvent.getContent();
+       // Get all the fields to make sure there is something in the HashMap
+       testContent.getFields();
+       // Just making sure there is something in the HashMap
+       assertNotSame("HashMap is empty but should not!", 0, testContent.getRawContent().size() );
+       
+       // This is the actual test
+       testContent.emptyContent();
+       assertSame("HashMap is not empty but should be!", 0, testContent.getRawContent().size() );
+       }
+    
+       public void testToString() {
+       LttngEventContent tmpContent = prepareToTest();
+       
+               // Just make sure toString() does not return null or the java reference
+               assertNotSame("toString returned null",null, tmpContent.toString() );
+               assertNotSame("toString is not overridded!", tmpContent.getClass().getName() + '@' + Integer.toHexString(tmpContent.hashCode()), tmpContent.toString() );
+    }
+       
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngEventFieldTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngEventFieldTest.java
new file mode 100644 (file)
index 0000000..b6218f4
--- /dev/null
@@ -0,0 +1,124 @@
+package org.eclipse.linuxtools.lttng.core.tests.event;
+
+
+
+import java.io.File;
+import java.net.URL;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventContent;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventField;
+import org.eclipse.linuxtools.lttng.core.tests.LTTngCoreTestPlugin;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTextTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;
+
+/*
+ Functions tested here :
+        public LttngEventField(String name, Object newContent) 
+        public LttngEventField(LttngEventField oldField) 
+        public String getName() 
+        public String toString() 
+
+ */
+@SuppressWarnings("nls")
+public class LttngEventFieldTest extends TestCase {
+    private final static String tracepath1="traceset/trace-15316events_nolost_newformat.txt";
+    private final static boolean skipIndexing=true;
+    
+//    private final static String firstEventName               = "alignment";
+    private final static String firstEventValue        = "0";
+    
+    private static LTTngTextTrace testStream = null;
+    private LTTngTextTrace initializeEventStream() {
+               if (testStream == null) {
+                       try {
+                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
+                               File testfile = new File(FileLocator.toFileURL(location).toURI());
+                               LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath(), skipIndexing);
+                               testStream = tmpStream;
+                       } 
+                       catch (Exception e) {
+                               System.out.println("ERROR : Could not open " + tracepath1);
+                               testStream = null;
+                       }
+               }
+               else {
+                       testStream.seekEvent(0);
+               }
+               
+               return testStream;
+       }
+    
+       private LttngEventField prepareToTest() {
+               LttngEventField tmpField = null;
+
+               // This trace should be valid
+               try {
+                       LTTngTextTrace tmpStream = initializeEventStream();
+                       tmpField = (LttngEventField)tmpStream.getNextEvent( new TmfContext(new TmfLocation<Long>(0L), 0) ).getContent().getField(0);
+               } 
+               catch (Exception e) {
+                       fail("ERROR : Failed to get field!");
+               }
+
+               return tmpField;
+       }
+
+       public void testConstructors() {
+               LttngEventContent testContent = null;
+               LttngEventField testField       = null;
+               @SuppressWarnings("unused")
+               LttngEventField testField2      = null;
+        
+           // Default construction with good argument
+        try {
+               testField = new LttngEventField(testContent, "test", "test");
+        }
+        catch( Exception e) { 
+               fail("Default construction failed!");
+        }
+        
+        // Copy constructor with correct parameters
+        try {
+               testField = new LttngEventField(testContent, "test", "test");
+               testField2 = new LttngEventField(testField);
+        }
+        catch( Exception e) { 
+               fail("Copy constructor failed!");
+        }
+        
+       }
+       
+       public void testGetter() {
+       
+       // *** To "really" test the field, we will get a real field from LTTngTrace
+       LTTngTextTrace tmpStream = initializeEventStream();
+       
+       LttngEventField testField       = (LttngEventField)tmpStream.getNextEvent( new TmfContext(new TmfLocation<Long>(0L), 0) ).getContent().getField(0);
+       assertNotSame("getField is null!",null,testField);
+       
+       // *** FIXME ***
+       // Depending from the Java version because of the "hashcode()" on String. 
+       // We can't really test that safetly
+       //
+       //assertTrue("getName() returned unexpected result!",firstEventName.equals(testField.getId().toString()));
+       assertNotSame("getName() returned unexpected result!",null, testField.getId());
+       
+       assertTrue("getValue() returned unexpected result!",firstEventValue.equals(testField.getValue().toString()));
+       
+       
+    }
+    
+       public void testToString() {
+       LttngEventField tmpField = prepareToTest();
+       
+               // Just make sure toString() does not return null or the java reference
+               assertNotSame("toString returned null",null, tmpField.toString() );
+               assertNotSame("toString is not overridded!", tmpField.getClass().getName() + '@' + Integer.toHexString(tmpField.hashCode()), tmpField.toString() );
+    }
+       
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngEventReferenceTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngEventReferenceTest.java
new file mode 100644 (file)
index 0000000..47de615
--- /dev/null
@@ -0,0 +1,138 @@
+package org.eclipse.linuxtools.lttng.core.tests.event;
+
+import java.io.File;
+import java.net.URL;
+
+import junit.framework.TestCase;
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventReference;
+import org.eclipse.linuxtools.lttng.core.tests.LTTngCoreTestPlugin;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTextTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+
+/*
+ Functions tested here :
+    public LttngEventReference(String newTraceName)
+    public LttngEventReference(String newTracefilePath, String newTraceName)
+    public LttngEventReference(LttngEventReference oldReference)
+    
+    public String getTracepath()
+    public String getValue()
+    
+    public void setTracepath(String tracename)
+    public void setValue(String newReference)
+    
+    public String toString()
+ */
+
+@SuppressWarnings("nls")
+public class LttngEventReferenceTest extends TestCase {
+    private final static String tracepath1="traceset/trace-15316events_nolost_newformat.txt";
+    private final static boolean skipIndexing=true;
+    
+    private final static String firstEventReference        = "metadata_0";
+    
+    private static LTTngTextTrace testStream = null;
+    private LTTngTextTrace initializeEventStream() {
+               if (testStream == null) {
+                       try {
+                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
+                               File testfile = new File(FileLocator.toFileURL(location).toURI());
+                               LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath(), skipIndexing);
+                               testStream = tmpStream;
+                       } 
+                       catch (Exception e) {
+                               System.out.println("ERROR : Could not open " + tracepath1);
+                               testStream = null;
+                       }
+               }
+               else {
+                       testStream.seekEvent(0);
+               }
+               
+               return testStream;
+       }
+    
+    private LttngEventReference prepareToTest() {
+        LttngEventReference tmpEventRef = null;
+
+        // This trace should be valid
+        try {
+            LTTngTextTrace tmpStream = initializeEventStream();
+            tmpEventRef = (LttngEventReference)tmpStream.getNextEvent(new TmfContext(null, 0) ).getReference();
+        } 
+        catch (Exception e) {
+            fail("ERROR : Failed to get reference!");
+        }
+
+        return tmpEventRef;
+    }
+    
+    public void testConstructors() {
+        LttngEventReference testRef = null;
+        @SuppressWarnings("unused")
+        LttngEventReference testRef2 = null;
+        
+        // Default construction with good argument (newTracefilePath)
+        try {
+            testRef = new LttngEventReference("test");
+        }
+        catch( Exception e) { 
+            fail("Construction failed!");
+        }
+        
+        // Default construction with good arguments (newTracefilePath, newTraceName)
+        try {
+            testRef = new LttngEventReference("test", "test");
+        }
+        catch( Exception e) { 
+            fail("Construction failed!");
+        }
+        
+        // Copy constructor
+        try {
+            testRef = new LttngEventReference("test", "test");
+            testRef2 = new LttngEventReference(testRef);
+        }
+        catch( Exception e) { 
+            fail("Construction failed!");
+        }
+    }
+    
+    
+    public void testGetter() {
+        LttngEventReference tmpRef = prepareToTest();
+        
+        assertTrue("Tracepath not what was expected!",((String)tmpRef.getValue()).contains(firstEventReference) );
+        assertEquals("Content not what expected!",firstEventReference,tmpRef.getTracepath());
+    }
+    
+    public void testSetter() {
+       // Not much to do here, we will just make sure the setter does not throw
+        LttngEventReference tmpRef = prepareToTest();
+        
+        try {
+               tmpRef.setTracepath("test");
+       }
+       catch( Exception e) { 
+               fail("setTracepath(string) failed!");
+        }
+       
+       try {
+               tmpRef.setValue("test");
+       }
+       catch( Exception e) { 
+               fail("setTracepath(string) failed!");
+        }
+    }
+    
+    public void testToString() {
+        LttngEventReference tmpRef = prepareToTest();
+        
+        // Just make sure toString() does not return null or the java reference
+        assertNotSame("toString returned null",null, tmpRef.toString() );
+        assertNotSame("toString is not overridded!", tmpRef.getClass().getName() + '@' + Integer.toHexString(tmpRef.hashCode()), tmpRef.toString() );
+    }
+    
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngEventTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngEventTest.java
new file mode 100644 (file)
index 0000000..aad7045
--- /dev/null
@@ -0,0 +1,231 @@
+package org.eclipse.linuxtools.lttng.core.tests.event;
+
+import java.io.File;
+import java.net.URL;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventContent;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventReference;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventType;
+import org.eclipse.linuxtools.lttng.core.event.LttngTimestamp;
+import org.eclipse.linuxtools.lttng.core.tests.LTTngCoreTestPlugin;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTextTrace;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTrace;
+import org.eclipse.linuxtools.lttng.jni.JniEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;
+
+/*
+ Functions tested here :
+    public LttngEvent(LttngTimestamp timestamp, TmfEventSource source, LttngEventType type, LttngEventContent content, LttngEventReference reference, JniEvent lttEvent)
+    public LttngEvent(LttngEvent oldEvent)
+    
+    public String getChannelName()
+    public long getCpuId()
+    public String getMarkerName()
+    public LttngEventType getType()
+    public LttngEventContent getContent()
+    
+    public void updateJniEventReference(JniEvent newJniEventReference)
+    public void setContent(LttngEventContent newContent)
+    public void setType(LttngEventType newType)
+    
+    public JniEvent convertEventTmfToJni()
+    
+       public String toString()
+ */
+
+@SuppressWarnings("nls")
+public class LttngEventTest extends TestCase {
+    private final static String tracepath1="traceset/trace-15316events_nolost_newformat.txt";
+    private final static boolean skipIndexing=true;
+    
+    private final static long   eventTimestamp         = 13589759412128L;
+    private final static String eventSource    = "Kernel Core";
+    private final static String eventType              = "metadata/0/core_marker_id";
+    private final static String eventChannel   = "metadata";
+    private final static long  eventCpu                = 0;
+    private final static String eventMarker    = "core_marker_id";
+//    private final static String eventContent         = "alignment:0 size_t:4 int:4 name:vm_map pointer:4 event_id:0 long:4 channel:vm_state ";
+    private final static String eventReference         = eventChannel + "_" + eventCpu;
+    
+    
+    private static LTTngTextTrace testStream = null;
+    private LTTngTextTrace initializeEventStream() {
+               if (testStream == null) {
+                       try {
+                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
+                               File testfile = new File(FileLocator.toFileURL(location).toURI());
+                               LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath(), skipIndexing);
+                               testStream = tmpStream;
+                       } 
+                       catch (Exception e) {
+                               System.out.println("ERROR : Could not open " + tracepath1);
+                               testStream = null;
+                       }
+               }
+               else {
+                       testStream.seekEvent(0);
+               }
+               
+               return testStream;
+       }
+
+    private LttngEvent prepareToTest() {
+               LttngEvent tmpEvent = null;
+               
+               try {
+                       LTTngTextTrace tmpStream = initializeEventStream();
+                       tmpEvent = (LttngEvent)tmpStream.getNextEvent(new TmfContext(new TmfLocation<Long>(0L), 0) );
+               }
+               catch (Exception e) {
+                       System.out.println("ERROR : Could not open " + tracepath1);
+               }
+
+               return tmpEvent;
+       }
+
+       public void testConstructors() {
+        LttngEvent                     testEvent               = null;
+        LTTngTrace                     testTrace               = null;
+               @SuppressWarnings("unused")
+               LttngEvent                      testAnotherEvent = null;
+        LttngTimestamp         testTime                = null;
+        TmfEventSource                 testSource              = null;
+        LttngEventType         testType                = null;
+        LttngEventContent      testContent             = null;
+        LttngEventReference testReference      = null;
+        JniEvent                       testJniEvent    = null;
+               String[]                        testMarkerFields = null;
+               
+        // This need to work if we want to perform tests
+        try {
+                       // In order to test LttngEvent, we need all these constructors/functions to work.
+               // Make sure to run their unit tests first!
+                       testMarkerFields = new String[1];
+                testEvent      = null;
+                testTime       = new LttngTimestamp(0L);
+                testSource     = new TmfEventSource("test");
+                testType       = new LttngEventType("test", 0L, "test", 0, testMarkerFields);
+                testContent    = new LttngEventContent(testEvent);
+                testReference = new LttngEventReference("test", "test");
+        }
+        catch( Exception e) {
+                fail("Cannot allocate an EventStream, junit failed!");
+        }
+               
+        // Test constructor with correct information
+        try {
+                       testEvent = new LttngEvent(testTrace, testTime, testSource, testType, testContent, testReference, testJniEvent);
+        }
+        catch( Exception e) { 
+                fail("Construction with correct information failed!");
+        }
+        
+        // Test about copy constructor
+        // Passing a null to copy constructor should fail
+        try {
+               testAnotherEvent = new  LttngEvent(null);
+            fail("Copy constructor with null old event should fail!");
+               }
+               catch( Exception e) { 
+               }
+        
+               // Copy constructor used properly
+        testEvent = prepareToTest();
+        try {
+               testAnotherEvent = new  LttngEvent(testEvent);
+               }
+               catch( Exception e) { 
+                       fail("Correct utilisation of copy constructor failed!");
+               }
+               
+       }
+       
+       public void testGetter() {
+       LttngEvent testEvent = prepareToTest();
+       
+       // These will test TMF functions but since we are expecting it to work...
+       assertEquals("Timestamp not what expected!",eventTimestamp,testEvent.getTimestamp().getValue());
+       assertEquals("Source not what expected!",eventSource,testEvent.getSource().getSourceId());
+       assertEquals("Reference not what expected!",eventReference,((String)testEvent.getReference().toString()) );
+       
+       // These should be overridden functions
+       assertEquals("Type not what expected!",eventType,testEvent.getType().getTypeId());
+       assertEquals("Channel not what expected!",eventChannel,testEvent.getChannelName());
+       assertEquals("CpuId not what expected!",eventCpu,testEvent.getCpuId());
+       assertEquals("Marker not what expected!",eventMarker,testEvent.getMarkerName());
+       
+       // All events should have a parent
+       assertNotNull("Trace parent for this event is null!", testEvent.getParentTrace() );
+       
+       // *** FIXME ***
+       // Depending from the Java version because of the "hashcode()" on String. 
+       // We can't really test that safetly
+       //
+       //assertEquals("Content not what expected!",eventContent,testEvent.getContent().toString());
+       assertNotSame("Content is null!", null,testEvent.getContent());
+    }
+    
+       public void testSetter() {
+       LttngEvent testEvent = prepareToTest();
+       
+        LttngEventType         testType                = null;
+        LttngEventContent      testContent             = null;
+        JniEvent                       testJniEvent    = null;
+               
+        String[] testMarkerFields = new String[1];
+        testType       = new LttngEventType("test", 0L, "test", 0, testMarkerFields);
+        testContent    = new LttngEventContent(testEvent);
+        
+       try {
+               // *** FIXME ***
+               // This won't do anything good on a text trace
+               testEvent.updateJniEventReference(testJniEvent);
+               
+               testEvent.setContent(testContent);
+               testEvent.setType(testType);
+               }
+               catch( Exception e) { 
+                       fail("Setters raised an exception!");
+               }
+       
+               assertSame("SetType failed : type not what expected!",testType,testEvent.getType());
+       assertSame("SetContent failed : content not what expected!",testContent,testEvent.getContent());
+               
+       }
+       
+       
+       public void testConversion() {
+       @SuppressWarnings("unused")
+               JniEvent tmpJniEvent = null;
+       LttngEvent testEvent = null;
+       
+        testEvent = prepareToTest();
+        
+        try {
+               tmpJniEvent = testEvent.convertEventTmfToJni();
+               }
+               catch( Exception e) { 
+                       fail("Conversion raised an exception!");
+               }
+               
+               // *** FIXME ***
+               // This test can't work with a text trace, commented for now 
+               //assertNotSame("Conversion returned a null event!",null, tmpJniEvent );
+    }
+    
+       public void testToString() {
+       LttngEvent tmpEvent = prepareToTest();
+       
+               // Just make sure toString() does not return null or the java reference
+               assertNotSame("toString returned null",null, tmpEvent.toString() );
+               assertNotSame("toString is not overridded!", tmpEvent.getClass().getName() + '@' + Integer.toHexString(tmpEvent.hashCode()), tmpEvent.toString() );
+    }
+       
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngEventTypeTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngEventTypeTest.java
new file mode 100644 (file)
index 0000000..c157923
--- /dev/null
@@ -0,0 +1,122 @@
+package org.eclipse.linuxtools.lttng.core.tests.event;
+
+import java.io.File;
+import java.net.URL;
+
+import junit.framework.TestCase;
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventType;
+import org.eclipse.linuxtools.lttng.core.tests.LTTngCoreTestPlugin;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTextTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+
+/*
+ Functions tested here :
+    public LttngEventType()
+    public LttngEventType(String thisTracefileName, Long thisCpuId, String thisMarkerName, String[] thisMarkerfieldsName)
+    public LttngEventType(LttngEventType oldType)
+    
+    public String getTracefileName()
+    public Long getCpuId()
+    public String getMarkerName()
+    
+    public String toString()
+ */
+
+@SuppressWarnings("nls")
+public class LttngEventTypeTest extends TestCase {
+       private final static String tracepath1="traceset/trace-15316events_nolost_newformat.txt";
+    private final static boolean skipIndexing=true;
+    
+    private final static String firstEventChannel       = "metadata";
+    private final static long firstEventCpu             = 0;
+    private final static String firstEventMarker        = "core_marker_id";
+    
+    private static LTTngTextTrace testStream = null;
+    private LTTngTextTrace initializeEventStream() {
+               if (testStream == null) {
+                       try {
+                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
+                               File testfile = new File(FileLocator.toFileURL(location).toURI());
+                               LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath(), skipIndexing);
+                               testStream = tmpStream;
+                       } 
+                       catch (Exception e) {
+                               System.out.println("ERROR : Could not open " + tracepath1);
+                               testStream = null;
+                       }
+               }
+               else {
+                       testStream.seekEvent(0);
+               }
+               
+               return testStream;
+       }
+    
+    private LttngEventType prepareToTest() {
+        LttngEventType tmpEventType = null;
+
+        // This trace should be valid
+        try {
+            LTTngTextTrace tmpStream = initializeEventStream();
+            tmpEventType = (LttngEventType)tmpStream.getNextEvent( new TmfContext(null, 0) ).getType();
+        } 
+        catch (Exception e) {
+            fail("ERROR : Failed to get reference!");
+        }
+
+        return tmpEventType;
+    }
+    
+    public void testConstructors() {
+        LttngEventType tmpEventType = null;
+        @SuppressWarnings("unused")
+        LttngEventType tmpEventType2 = null;
+        
+        // Default construction, no argument
+        try {
+            tmpEventType = new LttngEventType();
+        }
+        catch( Exception e) { 
+            fail("Construction failed!");
+        }
+        
+        // Default construction with good arguments
+        try {
+            tmpEventType = new LttngEventType("test", 0L, "test",  0, new String[1]);
+        }
+        catch( Exception e) { 
+            fail("Construction failed!");
+        }
+        
+        // Copy constructor
+        try {
+            tmpEventType = new LttngEventType("test", 0L, "test", 0, new String[1]);
+            tmpEventType2 = new LttngEventType(tmpEventType);
+        }
+        catch( Exception e) { 
+            fail("Construction failed!");
+        }
+    }
+    
+    
+    public void testGetter() {
+        LttngEventType tmpEventType = prepareToTest();
+        
+        assertTrue("Channel name not what was expected!",firstEventChannel.equals((String)tmpEventType.getTracefileName()) );
+        assertTrue("Cpu Id not what was expected!",firstEventCpu == tmpEventType.getCpuId() );
+        assertTrue("Marker Name not what was expected!",firstEventMarker.equals((String)tmpEventType.getMarkerName()) );
+        // Just test the non-nullity of labels
+        assertNotSame("getLabels returned null",null, tmpEventType.getLabels() );
+    }
+    
+    public void testToString() {
+        LttngEventType tmpEventType = prepareToTest();
+        
+        // Just make sure toString() does not return null or the java reference
+        assertNotSame("toString returned null",null, tmpEventType.toString() );
+        assertNotSame("toString is not overridded!", tmpEventType.getClass().getName() + '@' + Integer.toHexString(tmpEventType.hashCode()), tmpEventType.toString() );
+    }
+    
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngTimestampTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/event/LttngTimestampTest.java
new file mode 100644 (file)
index 0000000..e14e54f
--- /dev/null
@@ -0,0 +1,147 @@
+package org.eclipse.linuxtools.lttng.core.tests.event;
+
+import java.io.File;
+import java.net.URL;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.lttng.core.event.LttngTimestamp;
+import org.eclipse.linuxtools.lttng.core.tests.LTTngCoreTestPlugin;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTextTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+
+/*
+ Functions tested here :
+ public LttngTimestamp()
+ public LttngTimestamp(long newEventTime)
+ public LttngTimestamp(TmfTimestamp oldEventTime)
+
+ public long getValue()
+ public String getSeconds()
+ public String getNanoSeconds()
+
+ public void setValue(long newValue)
+
+ public String toString()
+ */
+
+@SuppressWarnings("nls")
+public class LttngTimestampTest extends TestCase {
+    private final static String tracepath1 = "traceset/trace-15316events_nolost_newformat.txt";
+    private final static boolean skipIndexing = true;
+
+    private final static String firstEventTimeSecond = "13589";
+    private final static String firstEventTimeNano   = "759412128";
+    private final static long   firstEventTimeFull   = 13589759412128L;
+
+    private static LTTngTextTrace testStream = null;
+
+    private LTTngTextTrace initializeEventStream() {
+        if (testStream == null) {
+            try {
+                URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
+                File testfile = new File(FileLocator.toFileURL(location).toURI());
+                LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath(), skipIndexing);
+                testStream = tmpStream;
+            } catch (Exception e) {
+                System.out.println("ERROR : Could not open " + tracepath1);
+                testStream = null;
+            }
+        }
+        return testStream;
+    }
+
+    private LttngTimestamp prepareToTest() {
+        LttngTimestamp tmpTime = null;
+
+        // This trace should be valid
+        try {
+            LTTngTextTrace tmpStream = initializeEventStream();
+            tmpTime = (LttngTimestamp) tmpStream.getNextEvent(new TmfContext(null, 0)).getTimestamp();
+        } catch (Exception e) {
+            fail("ERROR : Failed to get reference!");
+        }
+
+        return tmpTime;
+    }
+
+    public void testConstructors() {
+        LttngTimestamp tmpTime = null;
+        @SuppressWarnings("unused")
+        LttngTimestamp tmpTime2 = null;
+
+        // Default construction with no argument
+        try {
+            tmpTime = new LttngTimestamp();
+        } catch (Exception e) {
+            fail("Construction failed!");
+        }
+
+        // Default construction with good argument
+        try {
+            tmpTime = new LttngTimestamp(1);
+        } catch (Exception e) {
+            fail("Construction failed!");
+        }
+
+        // Copy constructor
+        try {
+            tmpTime = new LttngTimestamp(1);
+            tmpTime2 = new LttngTimestamp(tmpTime);
+        } catch (Exception e) {
+            fail("Construction failed!");
+        }
+    }
+
+    public void testGetter() {
+        LttngTimestamp tmpTime = prepareToTest();
+
+        assertEquals("Time in second is wrong", firstEventTimeSecond, tmpTime.getSeconds());
+        assertEquals("Time in nano second is wrong", firstEventTimeNano, tmpTime.getNanoSeconds());
+
+        assertEquals("Full time is wrong", firstEventTimeFull, tmpTime.getValue());
+    }
+
+    public void testSetter() {
+        LttngTimestamp tmpTime = prepareToTest();
+
+        // We will set a time and we will make sure the set is working then
+        tmpTime.setValue(1);
+        assertEquals("Full time is wrong after set", 1, tmpTime.getValue());
+    }
+
+    public void testToString() {
+        LttngTimestamp tmpTime = prepareToTest();
+
+        // Just make sure toString() does not return null or the java reference
+        assertNotSame("toString returned null", null, tmpTime.toString());
+        assertNotSame("toString is not overridded!", tmpTime.getClass().getName() + '@' + Integer.toHexString(tmpTime.hashCode()), tmpTime.toString());
+    }
+
+    // Better test...
+    public void testToString2() {
+        LttngTimestamp ts1 = new LttngTimestamp(2064357056377L);
+        String expectedTS1 = "2064.357056377";
+
+        LttngTimestamp ts2 = new LttngTimestamp(1L);
+        String expectedTS2 = "0.000000001";
+
+        LttngTimestamp ts3 = new LttngTimestamp(123456789L);
+        String expectedTS3 = "0.123456789";
+
+        LttngTimestamp ts4 = new LttngTimestamp(1234567890L);
+        String expectedTS4 = "1.234567890";
+
+        assertEquals("toString()", expectedTS1, ts1.toString());
+        assertEquals("toString()", expectedTS2, ts2.toString());
+        assertEquals("toString()", expectedTS3, ts3.toString());
+        assertEquals("toString()", expectedTS4, ts4.toString());
+        
+        LttngTimestamp ts5 = new LttngTimestamp(2234567890L);
+        LttngTimestamp delta = ts4.getDelta(ts5);
+        String expectedDelta = "-1.000000000";
+        assertEquals("toString()", expectedDelta, delta.toString());
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/headless/JniTraceTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/headless/JniTraceTest.java
new file mode 100644 (file)
index 0000000..5fc59c6
--- /dev/null
@@ -0,0 +1,87 @@
+package org.eclipse.linuxtools.lttng.core.tests.headless;
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   William Bourque (wbourque@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+
+import java.util.ArrayList;
+import org.eclipse.linuxtools.lttng.jni.JniEvent;
+import org.eclipse.linuxtools.lttng.jni.JniMarkerField;
+import org.eclipse.linuxtools.lttng.jni.JniTrace;
+import org.eclipse.linuxtools.lttng.jni.common.JniTime;
+import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
+
+
+@SuppressWarnings("nls")
+public class JniTraceTest {
+    
+    public static void main(String[] args) {
+        
+       // Path of the trace
+        final String TRACE_PATH = "/home/william/trace-614601events-nolost-newformat";
+        
+        // *** Change this to run several time over the same trace
+        final int NB_OF_PASS = 1;
+        
+        // *** Change this to true to parse all the events in the trace
+        //     Otherwise, events are just read
+        final boolean PARSE_EVENTS = true;
+        
+        
+        // Work variables
+        JniTrace tmptrace = null;
+        JniEvent tmpevent = null;
+        Long nbEvent = 0L;
+        
+        try {
+               // Get the trace from the Factory... 
+               //      This assume the path is correct and that the correct version of the lib is installed
+            tmptrace = JniTraceFactory.getJniTrace(TRACE_PATH, null, false);
+               
+            // Seek beginning
+            tmptrace.seekToTime(new JniTime(0L));
+            
+            // Run up to "NB_OF_PASS" on the same trace
+            for (int x=0; x<NB_OF_PASS; x++ ){
+               tmpevent = tmptrace.readNextEvent();
+               nbEvent++;
+               
+               while ( tmpevent != null ) {
+                       
+                       // Parse event if asked
+                       if ( PARSE_EVENTS ) {
+                               ArrayList<JniMarkerField> tmpFields = tmpevent.getMarkersMap().get(tmpevent.getEventMarkerId()).getMarkerFieldsArrayList();
+                               for ( int pos=0; pos<tmpFields.size(); pos++ ) {
+                                   @SuppressWarnings("unused")
+                                                       Object newValue = tmpevent.parseFieldById(pos);
+                                   
+                                   // *** Uncomment the following to print the parsed content
+                                   // Warning : this is VERY intensive
+                                   //if ( pos == (tmpFields.size() -1) ) {
+                                   //  tmptrace.printC(tmpevent.getEventPtr().getLibraryId(), tmpFields.get(pos).getField() + ":" + newValue + " ");
+                                   //} else {
+                                   //  tmptrace.printlnC(tmpevent.getEventPtr().getLibraryId(), tmpFields.get(pos).getField() + ":" + newValue + " ");
+                                   //} 
+                               }
+                       }
+                    
+                       tmpevent = tmptrace.readNextEvent();
+                       nbEvent++;
+                   }
+            }
+            
+            System.out.println("NB Events read : " + nbEvent);
+        }
+        catch (Exception e) {
+            e.printStackTrace();
+        }
+    }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/headless/LttngTraceTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/headless/LttngTraceTest.java
new file mode 100644 (file)
index 0000000..3463273
--- /dev/null
@@ -0,0 +1,105 @@
+package org.eclipse.linuxtools.lttng.core.tests.headless;
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   William Bourque (wbourque@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngLocation;
+import org.eclipse.linuxtools.lttng.core.event.LttngTimestamp;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTextTrace;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.TmfTrace;
+
+
+@SuppressWarnings("nls")
+public class LttngTraceTest {
+
+       /**
+        * @param args
+        */
+       public static void main(String[] args) {
+               
+               // Path of the trace
+        final String TRACE_PATH = "/home/francois/Desktop/Workspaces/LTTngTraces/trace_2GB";
+               
+        // *** Change to true to use the "fake" LttngTextTrace instead of LTTngTrace
+        // To use this, you need a ".txt" trace. 
+        // You can get it using LTTv with the command "lttv -m textDump -t /tmp/sometrace > mytrace.txt" 
+        final boolean USE_TEXT_TRACE = false;
+        
+        // *** Change this to run several time over the same trace
+        final int NB_OF_PASS = 1;
+        
+        // *** Change this to true to parse all the events in the trace
+        //     Otherwise, events are just read
+        final boolean PARSE_EVENTS = true;
+        
+        
+        // Work variables
+        TmfTrace<LttngEvent> tmptrace = null;
+        LttngEvent tmpevent = null;
+        TmfContext tmpContext = null;
+        Long nbEvent = 0L;
+               
+               try {
+                       // ** Use TextTrace (slow!) if it was asked 
+                       if ( USE_TEXT_TRACE ) {
+                               tmptrace = new LTTngTextTrace(TRACE_PATH, true);
+                       } else {
+                               tmptrace = new LTTngTrace(TRACE_PATH, null, true, true);
+                       }
+                       
+                       LttngTimestamp tmpTime = new LttngTimestamp(0L);
+            tmpContext = new TmfContext(new LttngLocation(0L), 0);
+                       
+
+            long startTime = System.nanoTime();
+            System.out.println("Start: " + startTime);
+            for ( int nb=0; nb<NB_OF_PASS; nb++) {
+                           
+                               // Seek to the beginning of the trace
+                           tmpContext = tmptrace.seekEvent( tmpTime  );
+                               tmpevent = (LttngEvent)tmptrace.getNextEvent(tmpContext);
+                               
+                               while ( tmpevent != null ) {
+                                       tmpevent = (LttngEvent)tmptrace.getNextEvent(tmpContext);
+                                       
+                                       // Parse the events if it was asked
+                                       if ( (tmpevent != null) && (PARSE_EVENTS) ) {
+                                               tmpevent.getContent().getFields();
+                                               
+                                               // *** Uncomment the following to print the parsed content
+                           // Warning : this is VERY intensive
+                                               //
+//                                             System.out.println(tmpevent.toString());
+                                               //System.out.println(testEvent.getContent().toString());
+                                       }
+                                       
+                                       nbEvent++;
+                               }
+                       }
+                       
+                       System.out.println("NB events : " + nbEvent);
+
+            long endTime = System.nanoTime();
+            long elapsed = endTime - startTime;
+                       System.out.println("End: " + endTime);
+                       System.out.println("Elapsed: " + elapsed + ", Average: " + (elapsed/nbEvent) + "ns/evt");
+                       
+               }
+               catch (Exception e) {
+                       e.printStackTrace();
+               }
+
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/headless/TmfTraceTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/headless/TmfTraceTest.java
new file mode 100644 (file)
index 0000000..81b25b1
--- /dev/null
@@ -0,0 +1,126 @@
+package org.eclipse.linuxtools.lttng.core.tests.headless;
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   William Bourque (wbourque@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngTimestamp;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTrace;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+
+@SuppressWarnings("nls")
+public class TmfTraceTest extends TmfEventRequest<LttngEvent> {
+    
+    @SuppressWarnings("unchecked")
+       public TmfTraceTest(Class<? extends TmfEvent> dataType, TmfTimeRange range, int nbRequested) {
+        super((Class<LttngEvent>)dataType, range, nbRequested, 1);
+    }
+    
+    
+    // Path of the trace
+    public static final String TRACE_PATH = "/home/william/trace-614601events-nolost-newformat";
+    
+    // *** Change this to run several time over the same trace
+    public static final int NB_OF_PASS = 1;
+    
+    // *** Change this to true to parse all the events in the trace
+    // Otherwise, events are just read
+    public final boolean PARSE_EVENTS = true;
+    
+    
+    // Work variables
+    public static int nbEvent = 0;
+    public static int nbPassDone = 0;
+    public static TmfExperiment<LttngEvent> fExperiment = null;
+    
+    
+       public static void main(String[] args) {
+               
+               try {
+                       // OUr experiment will contains ONE trace
+               @SuppressWarnings("unchecked")
+                       ITmfTrace<LttngEvent>[] traces = new ITmfTrace[1];
+               traces[0] = new LTTngTrace(TRACE_PATH);
+               // Create our new experiment
+            fExperiment = new TmfExperiment<LttngEvent>(LttngEvent.class, "Headless", traces);
+            
+            
+            // Create a new time range from -infinity to +infinity
+            // That way, we will get "everything" in the trace
+            LttngTimestamp ts1 = new LttngTimestamp(Long.MIN_VALUE);
+            LttngTimestamp ts2 = new LttngTimestamp(Long.MAX_VALUE);
+            TmfTimeRange tmpRange = new TmfTimeRange(ts1, ts2);
+            
+            
+            // We will issue a request for each "pass".
+            // TMF will then process them synchonously
+            TmfTraceTest request = null;
+            for ( int x=0; x<NB_OF_PASS; x++ ) {
+                request = new TmfTraceTest(LttngEvent.class, tmpRange, Integer.MAX_VALUE );
+                       fExperiment.sendRequest(request);
+                       nbPassDone++;
+            }
+        }
+               catch (NullPointerException e) {
+                       // Silently dismiss Null pointer exception
+                       // The only way to "finish" the threads in TMF is by crashing them with null
+               }
+               catch (Exception e) {
+            e.printStackTrace();
+        }
+
+       }
+
+       @Override
+    public void handleData(LttngEvent event) {
+               super.handleData(event);
+        if ( (event != null) && (PARSE_EVENTS) ) {
+            ((LttngEvent) event).getContent().getFields();
+            
+            // *** Uncomment the following to print the parsed content
+            // Warning : this is VERY intensive
+                       //
+            //System.out.println((LttngEvent)evt[0]);
+            //System.out.println(((LttngEvent)evt[0]).getContent());
+            
+            nbEvent++;
+        }
+    }
+       
+    @Override
+    public void handleCompleted() {
+            if ( nbPassDone >= NB_OF_PASS ) {
+                try {
+                       System.out.println("Nb events : " + nbEvent);
+                       
+                    fExperiment.sendRequest(null);
+               }
+               catch (Exception e) {}
+            }
+    }
+    
+    @Override
+    public void handleSuccess() {
+    }
+    
+    @Override
+    public void handleFailure() {
+    }
+    
+    @Override
+    public void handleCancel() {
+    }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/AllJniTests.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/AllJniTests.java
new file mode 100644 (file)
index 0000000..7f9f659
--- /dev/null
@@ -0,0 +1,20 @@
+
+package org.eclipse.linuxtools.lttng.core.tests.jni;
+
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+
+@SuppressWarnings("nls")
+public final class AllJniTests extends TestCase  {
+    public static TestSuite suite() {
+        TestSuite suite = new TestSuite("Testing JNI");
+        
+        suite.addTestSuite(JniTraceTest.class);
+        suite.addTestSuite(JniTracefileTest.class);
+        suite.addTestSuite(JniEventTest.class);
+        suite.addTestSuite(JniMarkerTest.class);
+        suite.addTestSuite(JniMarkerFieldTest.class);
+        
+        return suite;
+    }
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/Combinations.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/Combinations.java
new file mode 100644 (file)
index 0000000..3f37e24
--- /dev/null
@@ -0,0 +1,177 @@
+/**
+ * 
+ */
+package org.eclipse.linuxtools.lttng.core.tests.jni;
+
+import junit.framework.TestCase;
+import java.util.HashMap;
+import java.util.HashSet;
+import java.util.List;
+import java.util.Set;
+
+import org.eclipse.linuxtools.lttng.jni.JniEvent;
+import org.eclipse.linuxtools.lttng.jni.JniMarker;
+import org.eclipse.linuxtools.lttng.jni.JniMarkerField;
+import org.eclipse.linuxtools.lttng.jni.JniTrace;
+import org.eclipse.linuxtools.lttng.jni.exception.JniException;
+import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
+
+
+/**
+ * @author alvaro
+ * 
+ */
+@SuppressWarnings("nls")
+public class Combinations extends TestCase {
+
+       private final static boolean printLttDebug = false;
+       
+    private final static String tracepath="traceset/trace-618339events-1293lost-1cpu";
+       private final static String eventName = "syscall_state";
+
+       private final static Integer expect_syscall_entry = 195596;
+       private final static Integer expect_syscall_exit = 195598;
+       private final static Integer expect_core_marker_format = 177;
+       private final static Integer expect_core_marker_id = 177;
+
+       // private static final String LTT_EVENT_SYSCALL_ENTRY = "syscall_entry";
+       // private static final String LTT_EVENT_SYSCALL_EXIT = "syscall_exit";
+       // private static final String LTT_EVENT_TRAP_ENTRY = "trap_entry";
+       // private static final String LTT_EVENT_TRAP_EXIT = "trap_exit";
+       // private static final String LTT_EVENT_PAGE_FAULT_ENTRY =
+       // "page_fault_entry";
+       // private static final String LTT_EVENT_PAGE_FAULT_EXIT =
+       // "page_fault_exit";
+       // private static final String LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY =
+       // "page_fault_nosem_entry";
+       // private static final String LTT_EVENT_PAGE_FAULT_NOSEM_EXIT =
+       // "page_fault_nosem_exit";
+       // private static final String LTT_EVENT_IRQ_ENTRY = "irq_entry";
+       // private static final String LTT_EVENT_IRQ_EXIT = "irq_exit";
+       // private static final String LTT_EVENT_SOFT_IRQ_RAISE = "softirq_raise";
+       // private static final String LTT_EVENT_SOFT_IRQ_ENTRY = "softirq_entry";
+       // private static final String LTT_EVENT_SOFT_IRQ_EXIT = "softirq_exit";
+       // private static final String LTT_EVENT_SCHED_SCHEDULE = "sched_schedule";
+       // private static final String LTT_EVENT_PROCESS_FORK = "process_fork";
+       // private static final String LTT_EVENT_KTHREAD_CREATE = "kthread_create";
+       // private static final String LTT_EVENT_PROCESS_EXIT = "process_exit";
+       // private static final String LTT_EVENT_PROCESS_FREE = "process_free";
+       // private static final String LTT_EVENT_EXEC = "exec";
+       // private static final String LTT_EVENT_PROCESS_STATE = "process_state";
+       // private static final String LTT_EVENT_STATEDUMP_END = "statedump_end";
+       // private static final String LTT_EVENT_FUNCTION_ENTRY = "function_entry";
+       // private static final String LTT_EVENT_FUNCTION_EXIT = "function_exit";
+       // private static final String LTT_EVENT_THREAD_BRAND = "thread_brand";
+       // private static final String LTT_EVENT_REQUEST_ISSUE =
+       // "_blk_request_issue";
+       // private static final String LTT_EVENT_REQUEST_COMPLETE =
+       // "_blk_request_complete";
+       // private static final String LTT_EVENT_LIST_INTERRUPT = "interrupt";
+       // private static final String LTT_EVENT_SYS_CALL_TABLE = "sys_call_table";
+       // private static final String LTT_EVENT_SOFTIRQ_VEC = "softirq_vec";
+       // private static final String LTT_EVENT_KPROBE_TABLE = "kprobe_table";
+       // private static final String LTT_EVENT_KPROBE = "kprobe";
+
+       // enum EventString {
+       // syscall_entry, syscall_exit, trap_entry, trap_exit, page_fault_entry,
+       // page_fault_exit, page_fault_nosem_entry, page_fault_nosem_exit,
+       // irq_entry, irq_exit, softirq_raise, softirq_entry, softirq_exit,
+       // sched_schedule, process_fork, kthread_create, process_exit, process_free,
+       // exec, process_state, statedump_end, function_entry, function_exit,
+       // thread_brand, _blk_request_issue, blk_request_complete, interrupt,
+       // sys_call_table, softirq_vec, kprobe_table, kprobe
+       // };
+
+       enum EvStateTrans {
+               syscall_entry, syscall_exit, trap_entry, trap_exit, page_fault_entry, page_fault_exit, page_fault_nosem_entry, page_fault_nosem_exit, irq_entry, irq_exit, softirq_raise, softirq_entry, softirq_exit, sched_schedule, process_fork, kthread_create, process_exit, process_free, exec, thread_brand
+       };
+
+       private static Set<String> stateSet;
+       static {
+               stateSet = new HashSet<String>();
+               EvStateTrans[] stateArr = EvStateTrans.values();
+               for (EvStateTrans event : stateArr) {
+                       stateSet.add(event.name());
+               }
+       }
+
+       private JniEvent prepareEventToTest() {
+
+               JniEvent tmpEvent = null;
+               // This trace should be valid
+               try {
+                       tmpEvent = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug).requestEventByName(eventName);
+               } catch (JniException e) {
+               }
+
+               return tmpEvent;
+       }
+       
+       public void testGetSpecEventFields() {
+               JniEvent event = prepareEventToTest();
+               JniMarker dmarker = event.requestEventMarker();
+               List<JniMarkerField> markers = dmarker.getMarkerFieldsArrayList();
+
+               assertNotNull(markers);
+               System.out.println("Markers: " + markers);
+
+       }
+
+       public void testEventsLoop() {
+               JniTrace trace = null;
+               JniEvent event = null;
+               try {
+                       trace = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug);
+               } catch (JniException e) {
+                       e.printStackTrace();
+               }
+
+               HashMap<String, Integer> eventCount = new HashMap<String, Integer>();
+               while (true) {
+                       event = trace.readNextEvent();
+                       if (event == null) {
+                               break;
+                       }
+                       JniMarker dmarker = event.requestEventMarker();
+                       assertNotNull(dmarker);
+
+                       String name = dmarker.getName();
+
+                       if (eventCount.containsKey(name)) {
+                               Integer cnt = eventCount.get(name);
+                               eventCount.put(name, cnt + 1);
+                       } else {
+                               eventCount.put(name, 1);
+                               // Only print state transition states and it's format
+                               if (stateSet.contains(name)) {
+                                       System.out.println("\nMarker name: " + name + "\nFields:");
+                                       
+                                       Object[] tmpMarkerFields = dmarker.getMarkerFieldsArrayList().toArray();
+                                       String[] fields = new String[tmpMarkerFields.length];
+                                       
+                                       for (int pos = 0; pos < tmpMarkerFields.length; pos++) {
+                                               fields[pos] = ((JniMarkerField) tmpMarkerFields[pos]).getField() + ":" + ((JniMarkerField) tmpMarkerFields[pos]).getFormat();
+                                       }
+                                       
+                                       for (String field : fields) {
+                                               System.out.println(field + " ");
+                                       }
+                               }
+                       }
+               }
+
+               for (String state : eventCount.keySet()) {
+                       System.out.println(state + " : " + eventCount.get(state));
+               }
+
+               assertEquals("syscall_entry mismatch", expect_syscall_entry, eventCount
+                               .get(EvStateTrans.syscall_entry.name()));
+               assertEquals("syscall_exit mismatch", expect_syscall_exit, eventCount
+                               .get(EvStateTrans.syscall_exit.name()));
+               assertEquals("core_market_format mismatch", expect_core_marker_format,
+                               eventCount.get("core_marker_format"));
+               assertEquals("core_market_id mismatch", expect_core_marker_id,
+                               eventCount.get("core_marker_id"));
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/JniEventTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/JniEventTest.java
new file mode 100644 (file)
index 0000000..842f580
--- /dev/null
@@ -0,0 +1,344 @@
+
+/*
+ Functions tested here :
+        public JniEvent(JniEvent oldEvent)
+        public JniEvent(long newEventPtr, long newTracefilePtr, HashMap<Integer, JniMarker> newMarkersMap, JniTracefile newParentTracefile) throws JafException
+        
+        public int readNextEvent()
+        public int seekToTime(JniTime seekTime)
+        public int seekOrFallBack(JniTime seekTime)
+        
+        public JniMarker requestEventMarker()
+        public String requestEventSource()
+        public JniTime requestNextEventTime()
+        
+        public ArrayList<ParsedContent> parse()
+        
+        public int getEventMarkerId()
+        public JniTime getEventTime()
+        public long getEventDataSize()
+        public HashMap<Integer, JniMarker> getMarkersMap()
+        public long getTracefilePtr()
+        public long getEventPtr()
+        public int getEventState()
+        public JniTracefile getParentTracefile()
+        
+        public String toString()
+        public void printEventInformation()
+*/
+
+
+package org.eclipse.linuxtools.lttng.core.tests.jni;
+
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.lttng.jni.JniEvent;
+import org.eclipse.linuxtools.lttng.jni.JniTracefile;
+import org.eclipse.linuxtools.lttng.jni.common.JniTime;
+import org.eclipse.linuxtools.lttng.jni.exception.JniException;
+import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
+
+@SuppressWarnings("nls")
+public class JniEventTest extends TestCase
+{
+               private final static boolean printLttDebug = false;
+       
+        private final static String tracepath="traceset/trace-15316events_nolost_newformat";
+        private final static String eventName="kernel0";
+        
+        private final static int    numberOfMarkersInTracefile = 45;
+        
+        private final static int    numberOfparsedFieldsFirstEvent = 1;
+        private final static int    numberOfparsedFieldsSecondEvent = 3;
+        
+        private final static int    chosenPositionOfFieldsFirstEvent = 1;
+        private final static int    chosenPositionOfFieldsSecondEvent = 0;
+        private final static int    chosenPositionOfFieldsAfterSeekEvent = 1;
+        
+        private final static String chosenNameOfFieldsFirstEvent = "string";
+        private final static String chosenNameOfFieldsSecondEvent = "ip";
+        private final static String chosenNameOfFieldsThirdEvent = "syscall_id";
+        
+        private final static String contentOfFieldsFirstEvent = "LTT state dump begin";
+        private final static String   contentOfFieldsSecondEvent = "0xc142176d";
+        private final static long   contentOfFieldsThirdEvent = 3L;
+        
+        private final static int    numberOfByteInContent = 4;
+        
+        private final static long   firstEventTimestamp = 13589760262237L;
+        private final static long   secondEventTimestamp = 13589762149621L;
+        private final static long   thirdEventTimestamp = 13589762917527L;
+        
+        private final static long   timestampToSeekTest1 = 13589807108560L;
+        private final static long   timestampAfterSeekTest1 = 13589807116344L;
+        
+        private final static long   timestampToSeekLast = 13589906758692L;
+        
+        private final static long   timestampToSeekTooFarAway = Long.MAX_VALUE;
+
+        private JniEvent prepareEventToTest() {
+                
+                JniEvent tmpEvent = null;
+                
+                // This trace should be valid
+                try {
+                        tmpEvent = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug).requestEventByName(eventName);
+                }
+                catch( JniException e) { }
+                
+                return tmpEvent;
+        }
+        
+        
+        public void testEventConstructors() {
+                JniTracefile testTracefile = null;
+                
+                @SuppressWarnings("unused")
+                               JniEvent testEvent1 = null;
+                @SuppressWarnings("unused")
+                               JniEvent testEvent2 = null;
+                
+                // This trace should be valid and will be used in test
+                try {
+                        testTracefile = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug).requestTracefileByName(eventName);
+                }
+                catch( JniException e) { }
+                
+                
+                // Test constructor on a wrong marker HashMap
+                try {
+                        testEvent1 = testTracefile.allocateNewJniEvent( testTracefile.getCurrentEvent().getEventPtr(), null, testTracefile );
+                        fail("Construction with wrong marker hashmap should fail!");
+                }
+                catch( JniException e) { 
+                }
+                
+                // Test constructor on a wrong tracefile reference
+                try {
+                        testEvent1 = testTracefile.allocateNewJniEvent( testTracefile.getCurrentEvent().getEventPtr(), testTracefile.getTracefileMarkersMap(), null );
+                        fail("Construction with wrong tracefile reference should fail!");
+                }
+                catch( JniException e) { 
+                }
+                
+                
+                // Finally, test constructor with correct information
+                try {
+                        testEvent1 = testTracefile.allocateNewJniEvent( testTracefile.getCurrentEvent().getEventPtr(), testTracefile.getTracefileMarkersMap(), testTracefile );
+                }
+                catch( JniException e) { 
+                        fail("Construction with correct information failed!");
+                }
+                
+                /*
+                // Test copy constructor
+                try {
+                        testEvent1 = new JniEvent( testTracefile.getCurrentEvent() );
+                        testEvent2 = new JniEvent( testEvent1);
+                }
+                catch( Exception e) {
+                        fail("Copy constructor failed!");
+                }
+                assertEquals("JniEvent timestamp not same after using copy constructor", testEvent1.getEventTime().getTime() , testEvent2.getEventTime().getTime() );
+                */
+                
+        }
+        
+        public void testPrintAndToString() {
+                
+                JniEvent testEvent = prepareEventToTest();
+                
+                // Test printEventInformation
+                try {
+                        testEvent.printEventInformation();
+                }
+                catch( Exception e) { 
+                        fail("printEventInformation failed!");
+                }
+                
+                // Test ToString()
+                assertNotSame("toString returned empty data","",testEvent.toString() );
+                
+        }
+        
+        public void testEventDisplacement() {
+                
+                int readValue = -1;
+                int seekValue = -1; 
+                JniEvent testEvent = prepareEventToTest();
+                
+                // Test #1 readNextEvent()
+                readValue = testEvent.readNextEvent();
+                assertSame("readNextEvent() returned error (test #1)",0,readValue);
+                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",secondEventTimestamp,testEvent.getEventTime().getTime() );
+                
+                // Test #2 readNextEvent()
+                readValue = testEvent.readNextEvent();
+                assertSame("readNextEvent() returned error (test #1)",0,readValue);
+                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",thirdEventTimestamp,testEvent.getEventTime().getTime() );
+                
+                
+                // Test  #1 of seekToTime()
+                seekValue = testEvent.seekToTime(new JniTime(timestampToSeekTest1) );
+                assertSame("seekToTime() returned error (test #1)",0,seekValue);
+                // Read SHOULD NOT be performed after a seek!
+                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",timestampToSeekTest1,testEvent.getEventTime().getTime() );
+                
+                readValue = testEvent.readNextEvent();
+                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",timestampAfterSeekTest1,testEvent.getEventTime().getTime() );
+                
+                
+                // Test  #2 of seekToTime()
+                seekValue = testEvent.seekToTime(new JniTime(timestampToSeekLast) );
+                assertSame("seekToTime() returned error (test #2)",0,seekValue);
+                // Read SHOULD NOT be performed after a seek!
+                assertEquals("readNextEvent() event timestamp is incoherent (test #2)",timestampToSeekLast,testEvent.getEventTime().getTime() );
+                
+                // Read AFTER the last event should bring an error
+                readValue = testEvent.readNextEvent();
+                assertNotSame("readNextEvent() AFTER last event should return error (test #2)",0,readValue);
+                
+                
+                // Test to see if we can seek back
+                seekValue = testEvent.seekToTime(new JniTime(firstEventTimestamp) );
+                assertSame("seekToTime() returned error (test seek back)",0,seekValue);
+                // Read SHOULD NOT be performed after a seek!
+                assertEquals("readNextEvent() event timestamp is incoherent (test seek back)",firstEventTimestamp,testEvent.getEventTime().getTime() );
+                
+                
+                // Test  #1 of seekOrFallBack() (seek within range)
+                seekValue = testEvent.seekOrFallBack(new JniTime(timestampToSeekTest1) );
+                assertSame("seekToTime() returned error (test #1)",0,seekValue);
+                // Read SHOULD NOT be performed after a seek!
+                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",timestampToSeekTest1,testEvent.getEventTime().getTime() );
+                
+                // Test  #2 of seekOrFallBack() (seek out of range, should fall back)
+                seekValue = testEvent.seekOrFallBack(new JniTime(timestampToSeekTooFarAway) );
+                assertNotSame("seekOrFallBack() should return an error (test #2)",0,seekValue);
+                // The read should return the "last" value as we seek back
+                assertEquals("readNextEvent() event timestamp is incoherent (test #2)",timestampToSeekTest1,testEvent.getEventTime().getTime() );
+        }
+        
+        public void testGetSet() {
+                
+                JniEvent testEvent = prepareEventToTest();
+                
+                // Test that all Get/Set return data
+                assertNotSame("getEventMarkerId is 0",0,testEvent.getEventMarkerId() );
+                
+                // JniTime should never be null
+                assertNotNull("getEventTime returned null", testEvent.getEventTime() );
+                
+                assertNotSame("getEventDataSize is 0",0,testEvent.getEventDataSize() );
+                
+                // Test that the marker map is not null
+                assertNotSame("getMarkersMap is null",null,testEvent.getMarkersMap() );
+                // Also check that the map contain some data
+                assertSame("getMarkersMap returned an unexpected number of markers",numberOfMarkersInTracefile,testEvent.getMarkersMap().size() );
+                
+                assertNotSame("getTracefilePtr is 0",0,testEvent.getTracefilePtr() );
+                assertNotSame("getEventPtr is 0",0,testEvent.getEventPtr() );
+                // State 0 (EOK) means the event is in a sane state
+                assertSame("getEventState is not EOK",0,testEvent.getEventState() );
+                
+                // ParentTracefile should never be null
+                assertNotNull("getParentTracefile returned null", testEvent.getParentTracefile() );
+        }
+        
+        public void testRequestFunctions() {
+                
+                JniEvent testEvent = prepareEventToTest();
+                
+                // Test requestEventMarker(). Should return an unique marker
+                assertNotNull("requestEventMarker returned null",testEvent.requestEventMarker() );
+                
+                // Test requestEventSource()
+                assertNotSame("requestEventSource is empty","",testEvent.requestEventSource() );
+                
+                // Test requestEventContent()
+                assertNotNull("requestEventContent returned null",testEvent.requestEventContent() );
+                
+                // Also check that the byte array contain some data
+                assertSame("requestEventContent returned an unexpected number of markers",numberOfByteInContent,testEvent.requestEventContent().length );
+                
+        }
+        
+        public void testParseAllFieldsFunctions() {
+                
+                JniEvent testEvent = prepareEventToTest();
+                
+                // Test parse()
+                assertNotNull("parseAllFields returned null",testEvent.parseAllFields() );
+                // Parse shouldn't be empty
+                assertSame("parseAllFields returned an unexpected number of parsed fields",numberOfparsedFieldsFirstEvent,testEvent.parseAllFields().size() );
+                
+                // MORE PARSING TESTS 
+                // We will perform several more unit tests about parsing as it is very important
+                // All those below use the same call as in the displacement test
+                // Test #1 readNextEvent()
+                testEvent.readNextEvent();
+                assertNotNull("parseAllFields returned null",testEvent.parseAllFields() );
+                assertSame("parseAllFields returned an unexpected number of parsed fields",numberOfparsedFieldsSecondEvent,testEvent.parseAllFields().size() );
+                // Test #2 readNextEvent()
+                testEvent.readNextEvent();
+                assertNotNull("parseAllFields returned null",testEvent.parseAllFields() );
+                
+                // Test  #1 of seekToTime()
+                testEvent.seekToTime(new JniTime(timestampToSeekTest1) );
+                // Read need to be perform after a seek!
+                testEvent.readNextEvent();
+                assertNotNull("parseAllFields returned null",testEvent.parseAllFields() );
+                testEvent.readNextEvent();
+                assertNotNull("parseAllFields returned null",testEvent.parseAllFields() );
+                
+                // Test  #2 of seekToTime()
+                testEvent.seekToTime(new JniTime(timestampToSeekLast) );
+                // Read need to be perform after a seek!
+                testEvent.readNextEvent();
+                assertNotNull("parseAllFields returned null",testEvent.parseAllFields() );
+                
+                // Test to see if we can seek back
+                testEvent.seekToTime(new JniTime(firstEventTimestamp) );
+                // Read need to be perform after a seek!
+                testEvent.readNextEvent();
+                assertNotNull("parseAllFields returned null",testEvent.parseAllFields() );
+        }
+        
+        public void testParseFieldByIdFunctions() {
+                JniEvent testEvent = prepareEventToTest();
+                
+                // Test parse()
+                assertNotNull("parseFieldById returned null",testEvent.parseFieldById(0) );
+                
+                testEvent.readNextEvent();
+                assertNotNull("parseFieldById returned null",testEvent.parseFieldById(chosenPositionOfFieldsFirstEvent) );
+                assertEquals("Content return by parseFieldById is invalid",contentOfFieldsFirstEvent, testEvent.parseFieldById(chosenPositionOfFieldsFirstEvent) );
+                assertEquals("Content return by parseFieldByName is invalid",contentOfFieldsFirstEvent, testEvent.parseFieldByName(chosenNameOfFieldsFirstEvent) );
+                
+                // MORE PARSING TESTS 
+                // We will perform several more unit tests about parsing as it is very important
+                // All those below use the same call as in the displacement test
+                // Test #1 readNextEvent()
+                testEvent.readNextEvent();
+                assertNotNull("parseFieldById returned null",testEvent.parseFieldById(chosenPositionOfFieldsSecondEvent) );
+                assertEquals("Content return by parseFieldById is invalid", contentOfFieldsSecondEvent, testEvent.parseFieldById(chosenPositionOfFieldsSecondEvent).toString() );
+                assertEquals("Content return by parseFieldByName is invalid",contentOfFieldsSecondEvent, testEvent.parseFieldByName(chosenNameOfFieldsSecondEvent).toString() );
+                
+                // Test  #1 of seekToTime()
+                testEvent.seekToTime(new JniTime(timestampToSeekTest1) );
+                // Read need to be perform after a seek!
+                testEvent.readNextEvent();
+                assertNotNull("parseFieldById returned null",testEvent.parseFieldById(chosenPositionOfFieldsAfterSeekEvent) );
+                assertEquals("Content return by parseFieldById is invalid",contentOfFieldsThirdEvent, testEvent.parseFieldById(chosenPositionOfFieldsAfterSeekEvent) );
+                assertEquals("Content return by parseFieldByName is invalid",contentOfFieldsThirdEvent, testEvent.parseFieldByName(chosenNameOfFieldsThirdEvent) );
+                
+                // Test to see if we can seek back
+                testEvent.seekToTime(new JniTime(firstEventTimestamp) );
+                // Read need to be perform after a seek!
+                testEvent.readNextEvent();
+                assertNotNull("parseFieldById returned null",testEvent.parseFieldById(chosenPositionOfFieldsFirstEvent) );
+                assertEquals("Content return by parseFieldById is invalid",contentOfFieldsFirstEvent, testEvent.parseFieldById(chosenPositionOfFieldsFirstEvent) );
+                assertEquals("Content return by parseFieldByName is invalid",contentOfFieldsFirstEvent, testEvent.parseFieldByName(chosenNameOfFieldsFirstEvent) );
+        }
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/JniMarkerFieldTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/JniMarkerFieldTest.java
new file mode 100644 (file)
index 0000000..b58402f
--- /dev/null
@@ -0,0 +1,115 @@
+
+package org.eclipse.linuxtools.lttng.core.tests.jni;
+
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.lttng.jni.JniEvent;
+import org.eclipse.linuxtools.lttng.jni.JniMarker;
+import org.eclipse.linuxtools.lttng.jni.JniMarkerField;
+import org.eclipse.linuxtools.lttng.jni.exception.JniException;
+import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
+
+/*
+ Functions tested here :
+        public JniMarkerField(JniMarkerField oldMarkerField)
+        public JniMarkerField(long newMarkerPtr) throws JniException
+        
+        public String getField()
+        public String getFormat()
+        
+        public String toString()
+        public void printMarkerFieldInformation()
+*/
+
+@SuppressWarnings("nls")
+public class JniMarkerFieldTest extends TestCase
+{
+               private final static boolean printLttDebug = false;
+       
+        private final static String tracepath="traceset/trace-15316events_nolost_newformat";
+        private final static String eventName="kernel0";
+        
+        private JniMarkerField prepareMarkerFieldToTest() {
+                
+                JniEvent tmpEvent = null;
+                JniMarkerField tmpMarkerField = null;
+                
+                // This trace should be valid
+                // We will read the first 2 event to have something interesting to test on
+                try {
+                        tmpEvent = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug).requestEventByName(eventName);
+                        tmpEvent.readNextEvent();
+                        tmpEvent.readNextEvent();
+                        
+                        // Use the first field
+                        tmpMarkerField = tmpEvent.requestEventMarker().getMarkerFieldsArrayList().get(0);
+                }
+                catch( JniException e) { }
+                
+                return tmpMarkerField;
+        }
+        
+        public void testEventConstructors() {
+                
+                JniMarker tmpMarker = null;
+                
+                @SuppressWarnings("unused")
+                               JniMarkerField tmpMarkerField1 = null;
+                @SuppressWarnings("unused")
+                               JniMarkerField tmpMarkerField2 = null;
+                
+                // This event should be valid and will be used in test
+                try {
+                        tmpMarker = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug).requestEventByName(eventName).requestEventMarker();
+                }
+                catch( JniException e) { }
+                
+                // Test constructor with pointer on a correct pointer
+                try {
+                        tmpMarkerField1 = tmpMarker.allocateNewJniMarkerField( tmpMarker.getMarkerFieldsArrayList().get(0).getMarkerFieldPtr() );
+                }
+                catch( JniException e) {
+                        fail("Construction with correct pointer failed!");
+                }
+                
+                /*
+                // Test copy constructor
+                try {
+                        tmpMarkerField1 = new JniMarkerField( tmpMarker.getMarkerFieldsArrayList().get(0) );
+                        tmpMarkerField2 = new JniMarkerField( tmpMarkerField1);
+                }
+                catch( Exception e) {
+                        fail("Copy constructor failed!");
+                }
+                assertSame("JniMarker name not same after using copy constructor", tmpMarkerField1.getField() , tmpMarkerField2.getField());
+                */
+                
+        }
+        
+        public void testGetSet() {
+                
+                JniMarkerField testMarkerField = prepareMarkerFieldToTest();
+                
+                // Test that all Get/Set return data
+                assertNotSame("getName is empty","",testMarkerField.getField() );
+                assertNotSame("getFormat is empty","",testMarkerField.getFormat() );
+                assertNotSame("getMarkerFieldPtr is 0",0,testMarkerField.getMarkerFieldPtr() );
+        }
+        
+        public void testPrintAndToString() {
+                
+                JniMarkerField testMarkerField = prepareMarkerFieldToTest();
+                
+                // Test printMarkerInformation
+                try {
+                        testMarkerField.printMarkerFieldInformation();
+                }
+                catch( Exception e) { 
+                        fail("printMarkerFieldInformation failed!");
+                }
+                
+                // Test ToString()
+                assertNotSame("toString returned empty data","",testMarkerField.toString() );
+        }
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/JniMarkerTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/JniMarkerTest.java
new file mode 100644 (file)
index 0000000..f5462be
--- /dev/null
@@ -0,0 +1,123 @@
+
+package org.eclipse.linuxtools.lttng.core.tests.jni;
+
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.lttng.jni.JniEvent;
+import org.eclipse.linuxtools.lttng.jni.JniMarker;
+import org.eclipse.linuxtools.lttng.jni.exception.JniException;
+import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
+
+/*
+ Functions tested here :
+        public JniMarker(JniMarker oldMarker)
+        public JniMarker(long newMarkerPtr) throws JniException
+        
+        public String[] requestMarkerFieldToString()
+        
+        public String getName()
+        public String  getFormatOverview()
+        public ArrayList<JniMarkerField> getMarkerFieldArrayList()
+        
+        public String toString()
+        public void printMarkerInformation()
+*/
+
+@SuppressWarnings("nls")
+public class JniMarkerTest extends TestCase
+{
+               private final static boolean printLttDebug = false;
+               
+        private final static String tracepath="traceset/trace-15316events_nolost_newformat";
+        private final static String eventName="kernel0";
+        
+        private final static int    numberOfMarkersFieldInMarker = 3;
+        
+        private JniMarker prepareMarkerToTest() {
+                
+                JniEvent tmpEvent = null;
+                JniMarker tmpMarker = null;
+                
+                // This trace should be valid
+                // We will read the second event to have something interesting to test on
+                try {
+                        tmpEvent = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug).requestEventByName(eventName);
+                        tmpEvent.readNextEvent();
+                        
+                        tmpMarker = tmpEvent.requestEventMarker();
+                }
+                catch( JniException e) { }
+                
+                return tmpMarker;
+        }
+        
+        public void testEventConstructors() {
+                
+                JniEvent tmpEvent = null;
+                
+                @SuppressWarnings("unused")
+                               JniMarker testMarker1 = null;
+                @SuppressWarnings("unused")
+                               JniMarker testMarker2 = null;
+                
+                // This event should be valid and will be used in test
+                try {
+                        tmpEvent = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug).requestEventByName(eventName);
+                }
+                catch( JniException e) { }
+                
+                // Test constructor with pointer on a correct pointer
+                try {
+                        testMarker1 = tmpEvent.getParentTracefile().allocateNewJniMarker( tmpEvent.requestEventMarker().getMarkerPtr() );
+                }
+                catch( JniException e) {
+                        fail("Construction with correct pointer failed!");
+                }
+                
+                /*
+                // Test copy constructor
+                try {
+                        testMarker1 = new JniMarker( tmpEvent.requestEventMarker().getMarkerPtr() );
+                        testMarker2 = new JniMarker( testMarker1);
+                }
+                catch( JniException e) {
+                        fail("Copy constructor failed!");
+                }
+                assertSame("JniMarker name not same after using copy constructor", testMarker1.getName() , testMarker2.getName());
+                */
+                
+        }
+        
+        public void testGetSet() {
+                
+                JniMarker testMarker = prepareMarkerToTest();
+                
+                // Test that all Get/Set return data
+                assertNotSame("getName is empty","",testMarker.getName() );
+                assertNotSame("getFormat is empty","",testMarker.getFormatOverview() );
+                
+                assertNotSame("getMarkerFieldArrayList is null",null,testMarker.getMarkerFieldsArrayList() );
+                // Also check that the map contain a certains number of data
+                assertSame("getMarkerFieldArrayList returned an unexpected number of markers",numberOfMarkersFieldInMarker,testMarker.getMarkerFieldsArrayList().size() );
+                
+                assertNotSame("getMarkerPtr is 0",0,testMarker.getMarkerPtr() );
+        }
+        
+        public void testPrintAndToString() {
+                
+                JniMarker testMarker = prepareMarkerToTest();
+                
+                // Test printMarkerInformation
+                try {
+                        testMarker.printMarkerInformation();
+                }
+                catch( Exception e) { 
+                        fail("printMarkerInformation failed!");
+                }
+                
+                // Test ToString()
+                assertNotSame("toString returned empty data","",testMarker.toString() );
+                
+        }
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/JniTraceTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/JniTraceTest.java
new file mode 100644 (file)
index 0000000..717e623
--- /dev/null
@@ -0,0 +1,380 @@
+
+package org.eclipse.linuxtools.lttng.core.tests.jni;
+
+import org.eclipse.linuxtools.lttng.jni.JniEvent;
+import org.eclipse.linuxtools.lttng.jni.JniTrace;
+import org.eclipse.linuxtools.lttng.jni.common.JniTime;
+import org.eclipse.linuxtools.lttng.jni.exception.JniException;
+import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
+
+import junit.framework.TestCase;
+
+/*
+ Functions tested here :
+        public JniTrace()
+        public JniTrace(JniTrace oldTrace)
+        public JniTrace(String newpath) throws JafException
+        public JniTrace(long newPtr) throws JafException
+        
+        public void openTrace(String newPath) throws JafException
+        public void openTrace() throws JafException
+        public void closeTrace( ) throws JafException
+        
+        public JniEvent readNextEvent()
+        public JniEvent findNextEvent()
+        public JniEvent seekAndRead(JniTime seekTime)
+        public void seekToTime(JniTime seekTime)
+        
+        public JniTracefile requestTracefileByName(String tracefileName)
+        public JniEvent requestEventByName(String tracefileName)
+        public ArrayList<Location> requestTraceLocation()
+        
+        public String getTracepath()
+        public int getCpuNumber()
+        public long getArchType()
+        public long getArchVariant()
+        public short getArchSize()
+        public short getLttMajorVersion()
+        public short getLttMinorVersion()
+        public short getFlightRecorder()
+        public long getFreqScale()
+        public long getStartFreq()
+        public long getStartTimestampCurrentCounter()
+        public long getStartMonotonic()
+        public JniTime getStartTime()
+        pubilc JniTime getEndTime()
+        public JniTime getStartTimeFromTimestampCurrentCounter()
+        public HashMap<String, JniTracefile> getTracefilesMap()
+        public long getTracePtr()
+        
+        public void printAllTracefilesInformation()
+        public void printTraceInformation()
+        
+        public String toString() 
+ */
+
+@SuppressWarnings("nls")
+public class JniTraceTest extends TestCase
+{
+               private final static boolean printLttDebug = false;
+               
+        private final static String tracepath1="traceset/trace-15316events_nolost_newformat";
+        private final static String tracepath2="traceset/trace-15471events_nolost_newformat";
+        private final static String wrongTracePath="/somewhere/that/does/not/exist";
+        
+        private final static String correctTracefileName="kernel0";
+        private final static String wrongTracefileName="somethingThatDoesNotExists";
+        
+        private final static int   numberOfTracefilesInTrace = 16;
+        
+        private final static long   firstEventTimestamp = 13589759412128L;
+        private final static String firstEventTracefilename = "metadata0";
+        
+        private final static long   secondEventTimestamp = 13589759419903L;
+        private final static String secondEventName = "metadata";
+        
+        private final static long  thirdEventTimestamp = 13589759422785L;
+        
+        private final static long   eventTimestampAfterMetadata = 13589760262237L;
+        private final static String eventTracefilenameAfterMetadata = "kernel0";
+        
+        private final static long   timestampToSeekTest1 = 13589821608319L;
+        private final static String eventNameAfterSeekTest1 = "kernel";
+        private final static String eventTracefilenameAfterSeekTest1 = "kernel0";
+        private final static String nextEventNameAfterSeekTest1 = "vm_state";
+        
+        private final static long   timestampToSeekTest2 = 13589861889350L;
+        private final static String eventNameAfterSeekTest2 = "fs";
+        private final static String nextEventNameAfterSeekTest2 = "kernel";
+        
+        private final static long   timestampToSeekLast = 13589906758692L;
+        private final static String eventNameAfterSeekLast = "kernel";
+        
+        
+        private JniTrace prepareTraceToTest() {
+                JniTrace tmpTrace = null;
+                
+                // This trace should be valid
+                try {
+                        tmpTrace = JniTraceFactory.getJniTrace(tracepath1, null, printLttDebug);
+                        //tmpTrace.seekToTime(new JniTime(0L));
+                }
+                catch( JniException e) { }
+                
+                return tmpTrace;
+        }
+        
+        public void testTraceConstructors() {
+                @SuppressWarnings("unused")
+                               JniTrace testTrace1 = null;
+                @SuppressWarnings("unused")
+                JniTrace testTrace2 = null;
+                
+                // Test constructor with argument on a wrong tracepath
+                try {
+                        testTrace1 = JniTraceFactory.getJniTrace(wrongTracePath, null, printLttDebug);
+                        fail("Construction with wrong tracepath should fail!");
+                }
+                catch( JniException e) { 
+                }
+                
+                // Test constructor with argument on a correct tracepath
+                try {
+                        testTrace1 = JniTraceFactory.getJniTrace(tracepath1, null, printLttDebug);
+                }
+                catch( JniException e) {
+                        fail("Construction with correct tracepath failed!");
+                }
+        }
+        
+        public void testTraceOpenClose() {
+                
+                JniTrace testTrace = prepareTraceToTest(); // This trace should be valid
+                
+                // test the constructor with arguments passing a wrong tracepath
+                try {
+                        testTrace.openTrace(wrongTracePath);
+                        fail("Open with wrong tracepath should fail!");
+                }
+                catch( JniException e) { }
+                
+                // Test open with a correct tracepath
+                try {
+                        testTrace.openTrace(tracepath1);
+                        assertNotSame("getTracepath is empty after open","",testTrace.getTracepath() );
+                }
+                catch( JniException e) { 
+                        fail("Open with a correct tracepath failed!");
+                }
+                
+                // Test to open a trace already opened
+                try {
+                        testTrace.openTrace(tracepath1);
+                        testTrace.openTrace(tracepath2);
+                        assertNotSame("getTracepath is empty after open","",testTrace.getTracepath() );
+                }
+                catch( JniException e) { 
+                        fail("Reopen of a trace failed!");
+                }
+                
+                
+                // Test to open a trace already opened, but with a wrong tracepath
+                try {
+                        testTrace.openTrace(tracepath1);
+                        testTrace.openTrace(wrongTracePath);
+                        fail("Reopen with wrong tracepath should fail!");
+                }
+                catch( JniException e) {
+                }
+        }
+        
+        public void testGetSet() {
+                
+                JniTrace testTrace = prepareTraceToTest();
+                
+                // Test that all Get/Set return data
+                assertNotSame("getTracepath is empty","",testTrace.getTracepath() );
+                assertNotSame("getCpuNumber is 0",0,testTrace.getCpuNumber() );
+                assertNotSame("getArchType is 0",0,testTrace.getArchType() );
+                assertNotSame("getArchVariant is 0",0,testTrace.getArchVariant() );
+                assertNotSame("getArchSize is 0",0,testTrace.getArchSize() );
+                assertNotSame("getLttMajorVersion is 0",0,testTrace.getLttMajorVersion() );
+                assertNotSame("getLttMinorVersion is 0",0,testTrace.getLttMinorVersion() );
+                assertNotSame("getFlightRecorder is 0",0,testTrace.getFlightRecorder() );
+                assertNotSame("getFreqScale is 0",0,testTrace.getFreqScale() );
+                assertNotSame("getStartFreq is 0",0,testTrace.getStartFreq() );
+                assertNotSame("getStartTimestampCurrentCounter is 0",0,testTrace.getStartTimestampCurrentCounter());
+                assertNotSame("getStartMonotonic is 0",0,testTrace.getStartMonotonic() );
+                assertNotSame("getStartTime is null",null,testTrace.getStartTime() );
+                assertNotSame("getEndTime() is null", null, testTrace.getEndTime() );
+                assertNotSame("getStartTimeNoAdjustement is null",null,testTrace.getStartTimeNoAdjustement() );
+                assertNotSame("getTracefilesMap is null",null,testTrace.getTracefilesMap() );
+                // Also check that the map contain some tracefiles
+                assertSame("getTracefilesMap returned an unexpected number of tracefiles",numberOfTracefilesInTrace,testTrace.getTracefilesMap().size() );
+                assertNotSame("getTracePtr is 0",0,testTrace.getTracePtr() );
+                
+                
+        }
+        
+        public void testPrintAndToString() {
+                
+                JniTrace testTrace = prepareTraceToTest();
+                
+                // Test printTraceInformation
+                try {
+                        testTrace.printTraceInformation();
+                }
+                catch( Exception e) { 
+                        fail("printTraceInformation failed!");
+                }
+                
+                // Test ToString()
+                assertNotSame("toString returned empty data","",testTrace.toString() );
+        }
+        
+        public void testRequestFunctions() {
+        
+                JniTrace testTrace = prepareTraceToTest();
+                
+                // Test requestTracefileByName()
+                assertNotSame("requestTracefileByName returned null",null,testTrace.requestTracefileByName(correctTracefileName) );
+                assertSame("requestTracefileByName returned content on non existent name",null,testTrace.requestTracefileByName(wrongTracefileName) );
+                
+                // Test requestEventByName()
+                assertNotSame("requestEventByName returned null",null,testTrace.requestEventByName(correctTracefileName) );
+                assertSame("requestEventByName returned content on non existent name",null,testTrace.requestEventByName(wrongTracefileName) );
+        }
+        
+        public void testEventDisplacement() {
+        
+                JniEvent testEvent = null; 
+                JniTrace testTrace = prepareTraceToTest();
+                
+                // Test readNextEvent()
+                testEvent = testTrace.readNextEvent();
+                assertNotSame("readNextEvent() returned null",null,testEvent);
+                assertEquals("readNextEvent() timestamp is incoherent",firstEventTimestamp,testEvent.getEventTime().getTime() );
+                
+                // Test findNextEvent()
+                testEvent = testTrace.findNextEvent();
+                assertNotSame("findNextEvent() returned null",null,testEvent);
+                assertEquals("findNextEvent() name is incoherent",secondEventName,testEvent.getParentTracefile().getTracefileName() );
+                
+                // Test readNextEvent()
+                testEvent = testTrace.readNextEvent();
+                assertNotSame("readNextEvent() returned null",null,testEvent);
+                assertEquals("readNextEvent() timestamp is incoherent",secondEventName,testEvent.getParentTracefile().getTracefileName() );
+                
+                // Tests below are for seekAndRead()
+                // After, we will perform the same operation for seekTime
+                //
+                // Test  #1 of seekAndRead()
+                testEvent = testTrace.seekAndRead(new JniTime(timestampToSeekTest1) );
+                assertNotSame("seekAndRead(time) returned null (test #1)",null,testEvent);
+                assertEquals("seekAndRead(time) timestamp is incoherent (test #1)",timestampToSeekTest1,testEvent.getEventTime().getTime());
+                assertEquals("event name after seekAndRead(time) is incoherent (test #1)",eventNameAfterSeekTest1,testEvent.getParentTracefile().getTracefileName());
+                // Test that the next event after seek in the one we expect
+                testEvent = testTrace.readNextEvent();
+                assertEquals("readNextEvent() name after seekAndRead(time) is incoherent (test #1)",nextEventNameAfterSeekTest1,testEvent.getParentTracefile().getTracefileName());
+                
+                // Test  #2 of seekAndRead()
+                testEvent = testTrace.seekAndRead(new JniTime(timestampToSeekTest2) );
+                assertNotSame("seekAndRead(time) returned null (test #2)",null,testEvent);
+                assertEquals("seekAndRead(time) timestamp is incoherent (test #2)",timestampToSeekTest2,testEvent.getEventTime().getTime());
+                assertEquals("event name after seekAndRead(time) is incoherent (test #2)",eventNameAfterSeekTest2,testEvent.getParentTracefile().getTracefileName());
+                // Test that the next event after seek in the one we expect
+                testEvent = testTrace.readNextEvent();
+                assertEquals("readNextEvent() name after seekAndRead(time) is incoherent (test #2)",nextEventNameAfterSeekTest2,testEvent.getParentTracefile().getTracefileName());
+                
+                
+                // Seek to the LAST event of the trace
+                testEvent = testTrace.seekAndRead(new JniTime(timestampToSeekLast) );
+                assertNotSame("seekAndRead(time) returned null ",null,testEvent);
+                assertEquals("seekAndRead(time) timestamp is incoherent ",timestampToSeekLast,testEvent.getEventTime().getTime());
+                assertEquals("event name after seekTime(time) is incoherent ",eventNameAfterSeekLast,testEvent.getParentTracefile().getTracefileName());
+                // Test that the next event is NULL (end of the trace)
+                testEvent = testTrace.readNextEvent();
+                assertSame("seekAndRead(time) returned null ",null,testEvent);
+                
+                
+                // Make sure we can seek back
+                testEvent = testTrace.seekAndRead(new JniTime(firstEventTimestamp) );
+                assertNotSame("seekAndRead(time) to seek back returned null",null,testEvent);
+                assertEquals("seekAndRead(time) timestamp after seek back is incoherent",firstEventTimestamp,testEvent.getEventTime().getTime());
+                
+                
+                
+                // Tests below are for seekToTime()
+                // These are the same test as seekAndRead() for a readNextEvent() should be performed after seek
+                //
+                // Test  #1 of seekToTime()
+                testTrace.seekToTime(new JniTime(timestampToSeekTest1) );
+                testEvent = testTrace.readNextEvent();
+                assertNotSame("seekToTime(time) returned null (test #1)",null,testEvent);
+                assertEquals("seekToTime(time) timestamp is incoherent (test #1)",timestampToSeekTest1,testEvent.getEventTime().getTime());
+                assertEquals("event name after seekTime(time) is incoherent (test #1)",eventNameAfterSeekTest1,testEvent.getParentTracefile().getTracefileName());
+                // Test that the next event after seek in the one we expect
+                testEvent = testTrace.readNextEvent();
+                assertEquals("readNextEvent() name after seekToTime(time) is incoherent (test #1)",nextEventNameAfterSeekTest1,testEvent.getParentTracefile().getTracefileName());
+                
+                // Test  #2 of seekToTime()
+                testTrace.seekToTime(new JniTime(timestampToSeekTest2) );
+                testEvent = testTrace.readNextEvent();
+                assertNotSame("seekToTime(time) returned null (test #2)",null,testEvent);
+                assertEquals("seekToTime(time) timestamp is incoherent (test #2)",timestampToSeekTest2,testEvent.getEventTime().getTime());
+                assertEquals("event name after seekTime(time) is incoherent (test #2)",eventNameAfterSeekTest2,testEvent.getParentTracefile().getTracefileName());
+                // Test that the next event after seek in the one we expect
+                testEvent = testTrace.readNextEvent();
+                assertEquals("readNextEvent() name after seekToTime(time) is incoherent (test #2)",nextEventNameAfterSeekTest2,testEvent.getParentTracefile().getTracefileName());
+                
+                
+                // Seek to the LAST event of the trace
+                testTrace.seekToTime(new JniTime(timestampToSeekLast) );
+                testEvent = testTrace.readNextEvent();
+                assertNotSame("seekToTime(time) returned null ",null,testEvent);
+                assertEquals("seekToTime(time) timestamp is incoherent ",timestampToSeekLast,testEvent.getEventTime().getTime());
+                assertEquals("event name after seekTime(time) is incoherent ",eventNameAfterSeekLast,testEvent.getParentTracefile().getTracefileName());
+                // Test that the next event is NULL (end of the trace)
+                testEvent = testTrace.readNextEvent();
+                assertSame("seekToTime(time) returned null ",null,testEvent);
+                
+                
+                // Make sure we can seek back
+                testTrace.seekToTime(new JniTime(firstEventTimestamp) );
+                testEvent = testTrace.readNextEvent();
+                assertNotSame("seekToTime(time) to seek back returned null",null,testEvent);
+                assertEquals("seekToTime(time) timestamp after seek back is incoherent",firstEventTimestamp,testEvent.getEventTime().getTime());
+        }
+        
+        public void testEventDisplacementByTracefile() {
+        
+                JniEvent testEvent = null; 
+                JniTrace testTrace = prepareTraceToTest();
+                
+                // Read first event for the metadata (which is also the first event in the trace)
+                testEvent = testTrace.readNextEvent(testTrace.requestTracefileByName(firstEventTracefilename) );
+                assertNotSame("readNextEvent() returned null",null,testEvent);
+                assertEquals("readNextEvent() timestamp is incoherent",firstEventTimestamp,testEvent.getEventTime().getTime() );
+                
+                // If we read the next event again for this tracefile, we should get the SECOND event
+                testEvent = testTrace.readNextEvent(testTrace.requestTracefileByName(firstEventTracefilename));
+                assertNotSame("readNextEvent() on second read returned null",null,testEvent);
+                assertEquals("readNextEvent() timestamp on second read  is incoherent",secondEventTimestamp,testEvent.getEventTime().getTime() );
+                
+                // Reading the "global" event should take care of the change
+                // So if we read the next event, we should get the THIRD event
+                testEvent = testTrace.readNextEvent();
+                assertNotSame("readNextEvent() to read global event returned null",null,testEvent);
+                assertEquals("readNextEvent() timestamp to read global event is incoherent",thirdEventTimestamp,testEvent.getEventTime().getTime());
+                
+                // Now read the next event for another type of tracefile
+                testEvent = testTrace.readNextEvent(testTrace.requestTracefileByName(eventTracefilenameAfterMetadata) );
+                assertNotSame("readNextEvent() returned null",null,testEvent);
+                assertEquals("readNextEvent() timestamp is incoherent",eventTimestampAfterMetadata,testEvent.getEventTime().getTime() );
+                
+                
+                // Seek back to the beginning
+                testTrace.seekToTime(new JniTime(firstEventTimestamp), testTrace.requestTracefileByName(firstEventTracefilename) );
+                // Read the first event
+                testEvent = testTrace.readNextEvent(testTrace.requestTracefileByName(firstEventTracefilename) );
+                assertNotSame("readNextEvent() after seekToTime returned null",null,testEvent);
+                assertEquals("readNextEvent() after seekToTime timestamp is incoherent",firstEventTimestamp,testEvent.getEventTime().getTime() );
+                
+                // Seek and Read the first event for the metadata (again the first event in the trace)
+                testEvent = testTrace.seekAndRead(new JniTime(firstEventTimestamp), testTrace.requestTracefileByName(firstEventTracefilename) );
+                assertNotSame("seekAndRead() returned null",null,testEvent);
+                assertEquals("seekAndRead() timestamp is incoherent",firstEventTimestamp,testEvent.getEventTime().getTime() );
+                
+                // Seek the whole trace to the infinity
+                testTrace.seekToTime(new JniTime(Long.MAX_VALUE));
+                // Seek and Read the next event in the trace
+                testEvent = testTrace.seekAndRead(new JniTime(timestampToSeekTest1), testTrace.requestTracefileByName(eventTracefilenameAfterSeekTest1) );
+                assertNotSame("seekAndRead() returned null",null,testEvent);
+                assertEquals("seekAndRead() timestamp is incoherent",timestampToSeekTest1,testEvent.getEventTime().getTime() );
+                // Read next event... only the same type should be here as other are exhausted
+                testEvent = testTrace.readNextEvent();
+                assertNotSame("readNextEvent() after seekToTime returned null",null,testEvent);
+                assertEquals("readNextEvent() name after seekToTime is incoherent",eventNameAfterSeekTest1,testEvent.getParentTracefile().getTracefileName());
+                
+        }
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/JniTracefileTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/jni/JniTracefileTest.java
new file mode 100644 (file)
index 0000000..997353f
--- /dev/null
@@ -0,0 +1,233 @@
+
+package org.eclipse.linuxtools.lttng.core.tests.jni;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.lttng.jni.JniTrace;
+import org.eclipse.linuxtools.lttng.jni.JniTracefile;
+import org.eclipse.linuxtools.lttng.jni.common.JniTime;
+import org.eclipse.linuxtools.lttng.jni.exception.JniException;
+import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
+
+/*
+ Functions tested here :
+        public JniTracefile(JniTracefile oldTracefile)
+        public JniTracefile(long newPtr) throws JniException
+        
+        public int readNextEvent()
+        public int seekToTime(JniTime seekTime)
+        
+        public Location requestTracefileLocation()
+        
+        public boolean getIsCpuOnline()
+        public String getTracefilePath()
+        public String getTracefileName()
+        public long getCpuNumber()
+        public long getTid()
+        public long getPgid()
+        public long getCreation()
+        public long getTracePtr()
+        public long getMarkerDataPtr()
+        public int getCFileDescriptor()
+        public long getFileSize()
+        public long getBlocksNumber()
+        public boolean getIsBytesOrderReversed()
+        public boolean getIsFloatWordOrdered()
+        public long getAlignement()
+        public long getBufferHeaderSize()
+        public int getBitsOfCurrentTimestampCounter()
+        public int getBitsOfEvent()
+        public long getCurrentTimestampCounterMask()
+        public long getCurrentTimestampCounterMaskNextBit()
+        public long getEventsLost()
+        public long getSubBufferCorrupt()
+        public JniEvent getCurrentEvent()
+        public long getBufferPtr()
+        public long getBufferSize()
+        public HashMap<Integer, JniMarker> getTracefileMarkersMap()
+        public JniTrace getParentTrace()
+        public long getTracefilePtr()
+        
+        public String toString()
+        public void printTracefileInformation()
+*/
+
+@SuppressWarnings("nls")
+public class JniTracefileTest extends TestCase
+{
+               private final static boolean printLttDebug = false;
+               
+        private final static String tracepath1="traceset/trace-15316events_nolost_newformat";
+        private final static String tracefileName1="kernel0";
+        
+        private final static int    numberOfMarkersInTracefile = 45;
+        
+        private final static long   firstEventTimestamp = 13589760262237L;
+        private final static long   secondEventTimestamp = 13589762149621L;
+        private final static long   thirdEventTimestamp = 13589762917527L;
+        
+        private final static long   timestampToSeekTest1 = 13589807108560L;
+        private final static long   timestampAfterSeekTest1 = 13589807116344L;
+        
+        private final static long   timestampToSeekLast = 13589906758692L;
+        
+        
+        private JniTracefile prepareTracefileToTest() {
+                
+                JniTracefile tmpTracefile = null;
+                
+                // This trace should be valid
+                try {
+                        tmpTracefile = JniTraceFactory.getJniTrace(tracepath1, null, printLttDebug).requestTracefileByName(tracefileName1);
+                        
+                }
+                catch( JniException e) { }
+                
+                return tmpTracefile;
+        }
+        
+        
+        public void testTracefileConstructors() {
+                JniTrace testTrace = null;
+                @SuppressWarnings("unused")
+                               JniTracefile testTracefile1 = null;
+                @SuppressWarnings("unused")
+                               JniTracefile testTracefile2 = null;
+                
+                // This trace should be valid and will be used in test
+                try {
+                        testTrace = JniTraceFactory.getJniTrace(tracepath1, null, printLttDebug);
+                }
+                catch( JniException e) { }
+                
+                // Test constructor with pointer on a correct pointer
+                try {
+                        testTracefile1 = testTrace.allocateNewJniTracefile( testTrace.requestEventByName(tracefileName1).getTracefilePtr(), testTrace );
+                }
+                catch( JniException e) {
+                        fail("Construction with correct pointer failed!");
+                }
+                
+                /*
+                // Test copy constructor
+                try {
+                        testTracefile1 = new JniTracefile( testTrace.requestEventByName(tracefileName1).getTracefilePtr(), testTrace );
+                        testTracefile2 = new JniTracefile( testTracefile1);
+                }
+                catch( JniException e) {
+                        fail("Copy constructor failed!");
+                }
+                assertSame("JniTracefile name not same after using copy constructor", testTracefile1.getTracefileName() , testTracefile2.getTracefileName());
+                */
+                
+        }
+        
+        public void testGetSet() {
+                
+                JniTracefile testTracefile = prepareTracefileToTest();
+                
+                // Test that all Get/Set return data
+                //boolean getIsCpuOnline will always be sane...
+                assertNotSame("getIsCpuOnline() failed",null, testTracefile.getIsCpuOnline() );
+                assertNotSame("getTracefilePath is empty","",testTracefile.getTracefilePath() );
+                assertNotSame("getTracefileName is empty","",testTracefile.getTracefileName() );
+                assertNotSame("getCpuNumber is 0",0,testTracefile.getCpuNumber() );
+                assertNotSame("getTid is 0",0,testTracefile.getTid() );
+                assertNotSame("getPgid is 0",0,testTracefile.getPgid() );
+                assertNotSame("getCreation is 0",0,testTracefile.getCreation() );
+                assertNotSame("getTracePtr is 0",0,testTracefile.getTracePtr() );
+                assertNotSame("getMarkerDataPtr is 0",0,testTracefile.getMarkerDataPtr() );
+                assertNotSame("getCFileDescriptor is 0",0,testTracefile.getCFileDescriptor() );
+                assertNotSame("getFileSize is 0",0,testTracefile.getFileSize() );
+                assertNotSame("getBlocksNumber is 0",0,testTracefile.getBlocksNumber() );
+                //boolean getIsBytesOrderReversed will always be sane...
+                assertNotSame("getIsBytesOrderReversed() failed",null, testTracefile.getIsBytesOrderReversed() );
+                //boolean getIsFloatWordOrdered will always be sane...
+                assertNotSame("getIsFloatWordOrdered() failed",null, testTracefile.getIsFloatWordOrdered() );
+                assertNotSame("getAlignement is 0",0,testTracefile.getAlignement() );
+                assertNotSame("getBufferHeaderSize is 0",0,testTracefile.getBufferHeaderSize() );
+                assertNotSame("getBitsOfCurrentTimestampCounter is 0",0,testTracefile.getBitsOfCurrentTimestampCounter() );
+                assertNotSame("getBitsOfEvent is 0",0,testTracefile.getBitsOfEvent() );
+                assertNotSame("getCurrentTimestampCounterMask is 0",0,testTracefile.getCurrentTimestampCounterMask() );
+                assertNotSame("getCurrentTimestampCounterMaskNextBit is 0",0,testTracefile.getCurrentTimestampCounterMaskNextBit() );
+                assertNotSame("getEventsLost is 0",0,testTracefile.getEventsLost() );
+                assertNotSame("getSubBufferCorrupt is 0",0,testTracefile.getSubBufferCorrupt() );
+                // There should be at least 1 event, so it shouldn't be null
+                assertNotNull("getCurrentEvent returned null", testTracefile.getCurrentEvent() );
+                
+                assertNotSame("getBufferPtr is 0",0,testTracefile.getBufferPtr() );
+                assertNotSame("getBufferSize is 0",0,testTracefile.getBufferSize() );
+                
+                assertNotSame("getTracefileMarkersMap is null",null,testTracefile.getTracefileMarkersMap() );
+                // Also check that the map contain a certains number of data
+                assertSame("getTracefileMarkersMap returned an unexpected number of markers",numberOfMarkersInTracefile,testTracefile.getTracefileMarkersMap().size() );
+                
+                assertNotSame("getParentTrace is null",null,testTracefile.getParentTrace() );
+                
+                assertNotSame("getTracefilePtr is 0",0,testTracefile.getTracefilePtr() );
+                
+        }
+        
+        public void testPrintAndToString() {
+                
+                JniTracefile testTracefile = prepareTracefileToTest();
+                
+                // Test printTraceInformation
+                try {
+                        testTracefile.printTracefileInformation();
+                }
+                catch( Exception e) { 
+                        fail("printTraceInformation failed!");
+                }
+                
+                // Test ToString()
+                assertNotSame("toString returned empty data","",testTracefile.toString() );
+                
+        }
+        
+        public void testEventDisplacement() {
+                
+                int readValue = -1;
+                int seekValue = -1; 
+                JniTracefile testTracefile = prepareTracefileToTest();
+                
+                // Test #1 readNextEvent()
+                readValue = testTracefile.readNextEvent();
+                assertSame("readNextEvent() returned error (test #1)",0,readValue);
+                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",secondEventTimestamp,testTracefile.getCurrentEvent().getEventTime().getTime() );
+                
+                // Test #2 readNextEvent()
+                readValue = testTracefile.readNextEvent();
+                assertSame("readNextEvent() returned error (test #1)",0,readValue);
+                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",thirdEventTimestamp,testTracefile.getCurrentEvent().getEventTime().getTime() );
+                
+                
+                // Test  #1 of seekToTime()
+                seekValue = testTracefile.seekToTime(new JniTime(timestampToSeekTest1) );
+                assertSame("seekToTime() returned error (test #1)",0,seekValue);
+                // Read SHOULD NOT be performed after a seek!
+                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",timestampToSeekTest1,testTracefile.getCurrentEvent().getEventTime().getTime() );
+                
+                readValue = testTracefile.readNextEvent();
+                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",timestampAfterSeekTest1,testTracefile.getCurrentEvent().getEventTime().getTime() );
+                
+                
+                // Test  #2 of seekToTime()
+                seekValue = testTracefile.seekToTime(new JniTime(timestampToSeekLast) );
+                assertSame("seekToTime() returned error (test #2)",0,seekValue);
+                // Read SHOULD NOT be performed after a seek!
+                assertEquals("readNextEvent() event timestamp is incoherent (test #2)",timestampToSeekLast,testTracefile.getCurrentEvent().getEventTime().getTime() );
+                
+                // Read AFTER the last event should bring an error
+                readValue = testTracefile.readNextEvent();
+                assertNotSame("readNextEvent() AFTER last event should return error (test #2)",0,readValue);
+                
+                
+                // Test to see if we can seek back
+                seekValue = testTracefile.seekToTime(new JniTime(firstEventTimestamp) );
+                assertSame("seekToTime() returned error (test seek back)",0,seekValue);
+               // Read SHOULD NOT be performed after a seek!
+                assertEquals("readNextEvent() event timestamp is incoherent (test seek back)",firstEventTimestamp,testTracefile.getCurrentEvent().getEventTime().getTime() );
+                
+        }
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/model/LTTngTreeNodeTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/model/LTTngTreeNodeTest.java
new file mode 100644 (file)
index 0000000..91d1a6a
--- /dev/null
@@ -0,0 +1,271 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tests.model;
+
+import org.eclipse.linuxtools.lttng.core.model.LTTngTreeNode;
+
+import junit.framework.TestCase;
+
+/**
+ * @author alvaro
+ *
+ */
+@SuppressWarnings("nls")
+public class LTTngTreeNodeTest extends TestCase {
+       // =======================================================================
+       // Data
+       // =======================================================================
+       LTTngTreeNode node10;
+       LTTngTreeNode node20;
+       LTTngTreeNode node30;
+       LTTngTreeNode node40;
+       LTTngTreeNode node50;
+       LTTngTreeNode node60;
+
+       LTTngTreeNode node15;
+       LTTngTreeNode node25;
+       LTTngTreeNode node35;
+       LTTngTreeNode node45;
+       LTTngTreeNode node55;
+       LTTngTreeNode node65;
+       LTTngTreeNode node67;
+
+       // =======================================================================
+       // Preparation and Finish
+       // =======================================================================
+       /* (non-Javadoc)
+        * @see junit.framework.TestCase#setUp()
+        */
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+               // Create state resources and assign a parent
+               node10 = new LTTngTreeNode(10L, null, "node10", this);
+               node20 = new LTTngTreeNode(20L, node10, "node20", this);
+               node30 = new LTTngTreeNode(30L, node20, "node30", this);
+               node40 = new LTTngTreeNode(40L, node30, "node40", this);
+               node50 = new LTTngTreeNode(50L, node40, "node50", this);
+               node60 = new LTTngTreeNode(60L, node50, "node60", this);
+               
+               //Adding first children
+               node10.addChild(node20);
+               node20.addChild(node30);
+               node30.addChild(node40);
+               node40.addChild(node50);
+               node50.addChild(node60);
+               
+               //create additional nodes
+               node15 = new LTTngTreeNode(15L, node10, "node15", this);
+               node25 = new LTTngTreeNode(25L, node20, "node25", this);
+               node35 = new LTTngTreeNode(35L, node30, "node35", this);
+               node45 = new LTTngTreeNode(45L, node40, "node45", this);
+               node55 = new LTTngTreeNode(55L, node50, "node55", this);
+               node65 = new LTTngTreeNode(65L, node60, "node65", this);
+               node67 = new LTTngTreeNode(67L, node60, "node67", this);
+               
+               
+               // Add children to instances
+               node10.addChild(node15);
+               node20.addChild(node25);
+               node30.addChild(node35);
+               node40.addChild(node45);
+               node50.addChild(node55);
+               node60.addChild(node65);
+               node60.addChild(node67);
+
+       }
+
+       // =======================================================================
+       // Methods
+       // =======================================================================
+       /* (non-Javadoc)
+        * @see junit.framework.TestCase#tearDown()
+        */
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.lttng.core.model.LTTngTreeNode#getChildren()}.
+        */
+       public void testGetChildren() {
+               LTTngTreeNode[] childrensOf60 = node60.getChildren();
+               assertNotNull(childrensOf60);
+
+               int size = childrensOf60.length;
+               assertEquals(2, size);
+
+               LTTngTreeNode child65 = childrensOf60[0];
+               LTTngTreeNode child67 = childrensOf60[1];
+
+               assertNotNull(child65);
+               assertNotNull(child67);
+
+               assertEquals("node65", child65.getName());
+               assertEquals("node67", child67.getName());
+       }
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.lttng.core.model.LTTngTreeNodeGeneric#getId()}.
+        */
+       public void testGetId() {
+               assertEquals(15L, node15.getId().longValue());
+       }
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.lttng.core.model.LTTngTreeNodeGeneric#getType()}.
+        */
+       public void testGetType() {
+               assertEquals(this.getClass(), node15.getType());
+       }
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.lttng.core.model.LTTngTreeNodeGeneric#getChildByName(java.lang.String)}.
+        */
+       public void testGetChildByName() {
+               LTTngTreeNode child65 = node60.getChildByName("node65");
+               LTTngTreeNode child67 = node60.getChildByName("node67");
+               assertNotNull(child65);
+               assertNotNull(child67);
+
+               assertEquals("node65", child65.getName());
+               assertEquals("node67", child67.getName());
+       }
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.lttng.core.model.LTTngTreeNodeGeneric#removeChild(org.eclipse.linuxtools.lttng.core.model.ILTTngTreeNode)}.
+        */
+       public void testRemoveChild() {
+               // Verify node20
+               LTTngTreeNode[] childrensOf20 = node20.getChildren();
+               assertNotNull(childrensOf20);
+
+               int size = childrensOf20.length;
+               assertEquals(2, size);
+
+               LTTngTreeNode child25 = childrensOf20[0];
+               LTTngTreeNode child30 = childrensOf20[1];
+
+               assertNotNull(child25);
+               assertNotNull(child30);
+
+               assertEquals("node25", child25.getName());
+               assertEquals("node30", child30.getName());
+
+               // Remove a child with unusual values.
+               node20.removeChild(null);
+               node20.removeChild(node60);
+
+               // Remove a valid child
+               node20.removeChild(node30);
+
+               // Verify consistency
+               childrensOf20 = node20.getChildren();
+               assertNotNull(childrensOf20);
+
+               size = childrensOf20.length;
+               assertEquals(1, size);
+
+               child25 = childrensOf20[0];
+
+               assertNotNull(child25);
+
+               assertEquals("node25", child25.getName());
+       }
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.lttng.core.model.LTTngTreeNodeGeneric#getChildById(java.lang.Integer)}.
+        */
+       public void testGetChildById() {
+               LTTngTreeNode child65 = node60.getChildById(65L);
+               LTTngTreeNode child67 = node60.getChildById(67L);
+               assertNotNull(child65);
+               assertNotNull(child67);
+
+               assertEquals("node65", child65.getName());
+               assertEquals("node67", child67.getName());
+       }
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.lttng.core.model.LTTngTreeNodeGeneric#getParent()}.
+        */
+       public void testGetParent() {
+               assertEquals(node60, node67.getParent());
+       }
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.lttng.core.model.LTTngTreeNodeGeneric#setParent(org.eclipse.linuxtools.lttng.core.model.ILTTngTreeNode)}.
+        */
+       public void testSetParent() {
+               node30.removeChild(node35);
+               node60.addChild(node35);
+               node35.setParent(node60);
+
+               assertEquals(node60, node35.getParent());
+       }
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.lttng.core.model.LTTngTreeNodeGeneric#hasChildren()}.
+        */
+       public void testHasChildren() {
+               assertEquals(true, node10.hasChildren());
+
+               node10.removeChild(node15);
+               node10.removeChild(node20);
+
+               assertEquals(false, node10.hasChildren());
+       }
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.lttng.core.model.LTTngTreeNodeGeneric#getName()}.
+        */
+       public void testGetName() {
+               assertEquals("node40", node40.getName());
+       }
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.lttng.core.model.LTTngTreeNodeGeneric#getPath()}.
+        */
+       public void testGetPath() {
+               String path = node60.getPath();
+               assertEquals("/node10/node20/node30/node40/node50/node60", path);
+       }
+
+       /**
+        * Test method for
+        * {@link org.eclipse.linuxtools.lttng.core.model.LTTngTreeNodeGeneric#getAdapter()}
+        * .
+        */
+       public void testGetAdapter() {
+               Object value = node60.getAdapter(this.getClass());
+               assertEquals("Unexpected Adapter reference", this, value);
+       }
+
+       /**
+        * Test method for
+        * {@link org.eclipse.linuxtools.lttng.core.model.LTTngTreeNodeGeneric#getAttibute()}
+        * .
+        */
+       public void testGetAttribute() {
+               Long lval = Long.valueOf(10L);
+               node60.addAttribute("attr1", "Value1");
+               node60.addAttribute("attr2", lval);
+               node60.addAttribute("attr3", node50);
+
+               assertEquals("Value1", node60.getAttribute("attr1", String.class));
+               assertEquals(lval, node60.getAttribute("attr2", Long.class));
+               assertEquals(node50, node60.getAttribute("attr3", LTTngTreeNode.class));
+               assertEquals(null, node60.getAttribute("attr1", LTTngTreeNode.class));
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/StateManagerFactoryTestSupport.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/StateManagerFactoryTestSupport.java
new file mode 100644 (file)
index 0000000..845a172
--- /dev/null
@@ -0,0 +1,83 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.tests.state;
+
+import java.util.HashMap;
+import java.util.Map;
+
+import org.eclipse.linuxtools.lttng.core.model.LTTngTreeNode;
+import org.eclipse.linuxtools.lttng.core.state.LttngStateException;
+import org.eclipse.linuxtools.lttng.core.state.trace.IStateTraceManager;
+import org.eclipse.linuxtools.lttng.core.state.trace.StateTraceManager;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+
+/**
+ * @author alvaro
+ * 
+ */
+public class StateManagerFactoryTestSupport {
+       // ========================================================================
+       // Data
+       // =======================================================================
+
+       private static final Map<String, IStateTraceManager> instanceBook = new HashMap<String, IStateTraceManager>();
+
+       // ========================================================================
+       // Methods
+       // =======================================================================
+
+       /**
+        * Provide a stateManager instance per trace
+        * 
+        * @return
+        */
+       public static IStateTraceManager getManager(ITmfTrace trace) {
+               String traceUniqueId = trace.getName();
+
+               if (traceUniqueId == null) {
+                       return null;
+               }
+
+               if (instanceBook.containsKey(traceUniqueId)) {
+                       return instanceBook.get(traceUniqueId);
+               }
+
+               // LttngTraceState traceModel =
+               // StateModelFactory.getStateEntryInstance();
+               IStateTraceManager manager = null;
+
+               // catch construction problems
+               Long id = 0L;
+               LTTngTreeNode parent = null;
+
+               try {
+                       manager = new StateTraceManager(id, parent, traceUniqueId, trace);
+               } catch (LttngStateException e) {
+                       e.printStackTrace();
+               }
+
+               instanceBook.put(traceUniqueId, manager);
+               return manager;
+       }
+
+       /**
+        * Remove previously registered managers
+        * @param traceUniqueId
+        */
+       public static void removeManager(String traceUniqueId) {
+               if (traceUniqueId != null && instanceBook.containsKey(traceUniqueId)) {
+                       instanceBook.remove(traceUniqueId);
+               }
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/TestStateManager.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/TestStateManager.java
new file mode 100644 (file)
index 0000000..1740d45
--- /dev/null
@@ -0,0 +1,62 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.tests.state;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTrace;
+
+/**
+ * @author alvaro
+ * 
+ */
+@SuppressWarnings("nls")
+public class TestStateManager extends TestCase {
+
+       /**
+        * TODO: Not used for the time being, for experiment selection test cases
+        * for package state.experiment
+        */
+       public void testSetTraceSelection() {
+               String logName = "traceset/trace-15316events_nolost_newformat";
+               
+//             LTTngTrace testStream = null;
+//             try {
+//                     testStream = new LTTngTrace(logName, true);
+//             } catch (Exception e) {
+//                     e.printStackTrace();
+//             }
+//
+//             if (testStream != null) {
+//                 LTTngTrace[] streamList = new LTTngTrace[1];
+//                     streamList[0] = testStream;
+                       // TmfExperiment<LttngEvent> newExp = new
+                       // TmfExperiment<LttngEvent>(LttngEvent.class, logName, streamList);
+                       
+                       //Get the Test StateManager
+                       // IStateTraceManager manager = StateManagerFactoryTestSupport
+                       // .getManager(testStream);
+                       //Start execution.
+                       // manager.experimentUpdated(new TmfExperimentUpdatedSignal(this,
+                       // newExp, null), true);
+                       
+                       //Print events not handled.
+                       // Set<String> notHandledEvents = manager.getEventsNotHandled();
+                       // StringBuilder sb = new StringBuilder();
+                       // for (String event : notHandledEvents) {
+                       // sb.append("\n" + event);
+                       // }
+                       // TraceDebug.debug("Events not Handled: " + sb.toString());
+//             }
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/experiment/StateExperimentManagerTextTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/experiment/StateExperimentManagerTextTest.java
new file mode 100644 (file)
index 0000000..edf3b8f
--- /dev/null
@@ -0,0 +1,89 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tests.state.experiment;
+
+import org.eclipse.linuxtools.lttng.core.tests.LttngTestPreparation;
+
+/**
+ * @author alvaro
+ *
+ */
+@SuppressWarnings("nls")
+public class StateExperimentManagerTextTest extends LttngTestPreparation {
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.lttng.core.state.experiment.StateExperimentManager#experimentSelected_prep(org.eclipse.linuxtools.tmf.experiment.TmfExperiment)}.
+        */
+       public void testExperimentSelected_text() {
+           System.out.println("testExperimentSelected_text: test removed");
+               // make sure a TmfExperiment instance is registered as provider and
+               // selected as current
+//             TmfExperiment<LttngEvent> experiment = prepareTextExperimentToTest();
+
+//             // Create a new Experiment manager
+//             IStateExperimentManager expManager = StateManagerFactory
+//                             .getExperimentManager();
+//             expManager.waitForCompletion(true);
+//             // Configure the interval to create check points so this can be tested
+//             // with medium size files i.e. default is 50000 events
+//             StateManagerFactory.setTraceCheckPointInterval(1000L);
+//
+//             // preparation
+//             expManager.experimentSelected_prep(experiment);
+//             // Action trigger
+//             expManager.experimentSelected(this, experiment);
+//
+//             // Access context tree for Validation
+//             // access to the context tree
+//             LTTngTreeNode experimentNode = expManager.getSelectedExperiment();
+//             StateTraceManager traceManager = (StateTraceManager) experimentNode
+//                             .getChildById(0L);
+//
+//             // validate
+//             int numProcesses = traceManager.getCheckPointStateModel().getProcesses().length;
+//             assertEquals("Total number of processes created", 276, numProcesses);
+
+       }
+
+       /**
+        * Test method for
+        * {@link org.eclipse.linuxtools.lttng.core.state.experiment.StateExperimentManager#experimentSelected_prep(org.eclipse.linuxtools.tmf.experiment.TmfExperiment)}
+        * .
+        */
+       public void testExperimentSelected_real() {
+        System.out.println("testExperimentSelected_real: test removed");
+//             // Create a new Experiment manager context
+//             IStateExperimentManager expManager = prepareExperimentContext(true);
+//             expManager.waitForCompletion(true);
+//
+//             // make sure a TmfExperiment instance is registered as provider and
+//             // selected as current
+//             TmfExperiment<LttngEvent> experiment = prepareExperimentToTest();
+//
+//             // preparation
+//             expManager.experimentSelected_prep(experiment);
+//             // Action trigger
+//             expManager.experimentSelected(this, experiment);
+//
+//             // Access context tree for Validation
+//             // access to the context tree
+//             LTTngTreeNode experimentNode = expManager.getSelectedExperiment();
+//             StateTraceManager traceManager = (StateTraceManager) experimentNode
+//                             .getChildById(1L | LttngConstants.STATS_TRACE_NAME_ID);
+//
+//             // validate
+//             int numProcesses = traceManager.getCheckPointStateModel().getProcesses().length;
+//             assertEquals("Total number of processes created", 276, numProcesses);
+
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/handlers/AbsStateUpdate.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/handlers/AbsStateUpdate.java
new file mode 100644 (file)
index 0000000..ec7c2b9
--- /dev/null
@@ -0,0 +1,569 @@
+package org.eclipse.linuxtools.lttng.core.tests.state.handlers;
+
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventField;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Fields;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngExecutionState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventField;
+
+@SuppressWarnings("nls")
+public abstract class AbsStateUpdate implements ILttngEventProcessor {
+
+       // ========================================================================
+       // Data
+       // =======================================================================
+       protected static LttngExecutionState exState = null;
+       protected static Long pid = null;
+       
+       // ========================================================================
+       // push and pop from stack
+       // =======================================================================
+
+//     protected static final Long ANY_CPU = 0L;
+       
+
+//     protected void push_state(Long cpu, StateStrings.ExecutionMode execMode,
+//                     String submode, TmfTimestamp eventTime, LttngTraceState traceSt) {
+//
+//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
+//             LttngExecutionState exe_state = new LttngExecutionState();
+//             exe_state.setExec_mode(execMode);
+//             exe_state.setExec_submode(submode);
+//             exe_state.setEntry_Time(eventTime);
+//             exe_state.setChage_Time(eventTime);
+//             exe_state.setCum_cpu_time(0L);
+//             exe_state.setProc_status(process.getState().getProc_status());
+//             process.setState(exe_state);
+//
+//             Stack<LttngExecutionState> exe_state_stack = process
+//                             .getExecution_stack();
+//             exe_state_stack.push(exe_state);
+//     }
+//
+//     protected void pop_state(Long cpu, StateStrings.ExecutionMode execMode,
+//                     LttngTraceState traceSt, TmfTimestamp eventTime) {
+//
+//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
+//
+//             if (!process.getState().getExec_mode().equals(execMode)) {
+//                     // Different execution mode
+//                     TraceDebug.debug("Different Execution Mode type \n\tTime:"
+//                                     + eventTime.toString() + "\n\tprocess state has: \n\t"
+//                                     + process.getState().getExec_mode().toString()
+//                                     + "\n\twhen pop_int is:\n\t" + execMode.toString());
+//                     return;
+//             }
+//
+//             Stack<LttngExecutionState> exe_state_stack = process
+//                             .getExecution_stack();
+//
+//             if (exe_state_stack.size() <= 1) {
+//                     TraceDebug
+//                                     .debug("Removing last item from execution stack is not allowed");
+//             }
+//
+//             exe_state_stack.pop();
+//             process.setState(exe_state_stack.peek());
+//             process.getState().setChage_Time(eventTime);
+//     }
+//
+//     protected void irq_push_mode(LttngIRQState irqst, IRQMode state) {
+//             irqst.getMode_stack().push(state);
+//     }
+//
+//     protected void irq_set_base_mode(LttngIRQState irqst, IRQMode state) {
+//             Stack<IRQMode> irqModeStack = irqst.getMode_stack();
+//             irqModeStack.clear();
+//             irqModeStack.push(state);
+//     }
+//
+//     protected void irq_pop_mode(LttngIRQState irqst) {
+//             Stack<IRQMode> irq_stack = irqst.getMode_stack();
+//             if (irq_stack.size() <= 1)
+//                     irq_set_base_mode(irqst, IRQMode.LTTV_IRQ_UNKNOWN);
+//             else
+//                     irq_stack.pop();
+//     }
+//
+//     protected void cpu_push_mode(LTTngCPUState cpust, StateStrings.CpuMode state) {
+//             // The initialization (init) creates a LttngCPUState instance per
+//             // available cpu in the system
+//             Stack<CpuMode> cpuStack = cpust.getMode_stack();
+//             cpuStack.push(state);
+//     }
+//
+//     protected void cpu_pop_mode(LTTngCPUState cpust) {
+//             if (cpust.getMode_stack().size() <= 1)
+//                     cpu_set_base_mode(cpust, StateStrings.CpuMode.LTTV_CPU_UNKNOWN);
+//             else
+//                     cpust.getMode_stack().pop();
+//     }
+//
+//     /* clears the stack and sets the state passed as argument */
+//     protected void cpu_set_base_mode(LTTngCPUState cpust,
+//                     StateStrings.CpuMode state) {
+//             Stack<CpuMode> cpuStack = cpust.getMode_stack();
+//             cpuStack.clear();
+//             cpuStack.push(state);
+//     }
+//
+//     protected void bdev_pop_mode(LttngBdevState bdevst) {
+//             Stack<BdevMode> bdevModeStack = bdevst.getMode_stack();
+//             if (bdevModeStack.size() <= 1) {
+//                     bdev_set_base_mode(bdevModeStack, BdevMode.LTTV_BDEV_UNKNOWN);
+//             } else {
+//                     bdevModeStack.pop();
+//             }
+//
+//     }
+//
+//     protected void bdev_set_base_mode(Stack<BdevMode> bdevModeStack,
+//                     BdevMode state) {
+//             bdevModeStack.clear();
+//             bdevModeStack.push(state);
+//     }
+//
+//     /**
+//      * Push a new received function pointer to the user_stack
+//      * 
+//      * @param traceSt
+//      * @param funcptr
+//      * @param cpu
+//      */
+//     protected void push_function(LttngTraceState traceSt, Long funcptr, Long cpu) {
+//             // Get the related process
+//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
+//
+//             // get the user_stack
+//             Stack<Long> user_stack = process.getUser_stack();
+//
+//             // update stack
+//             user_stack.push(funcptr);
+//
+//             // update the pointer to the current function on the corresponding
+//             // process
+//             process.setCurrent_function(funcptr);
+//     }
+//
+//     protected void pop_function(LttngTraceState traceSt, LttngEvent trcEvent,
+//                     Long funcptr) {
+//             Long cpu = trcEvent.getCpuId();
+//             // LttvTraceState *ts = (LttvTraceState*)tfs->parent.t_context;
+//             // LttvProcessState *process = ts->running_process[cpu];
+//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
+//             Long curr_function = process.getCurrent_function();
+//             if (curr_function != null && curr_function != funcptr) {
+//                     TraceDebug.debug("Different functions: " + funcptr + " current: "
+//                                     + curr_function + " time stamp: "
+//                                     + trcEvent.getTimestamp().toString());
+//
+//                     // g_info("Different functions (%lu.%09lu): ignore it\n",
+//                     // tfs->parent.timestamp.tv_sec, tfs->parent.timestamp.tv_nsec);
+//                     // g_info("process state has %" PRIu64 " when pop_function is %"
+//                     // PRIu64
+//                     // "\n",
+//                     // process->current_function, funcptr);
+//                     // g_info("{ %u, %u, %s, %s, %s }\n",
+//                     // process->pid,
+//                     // process->ppid,
+//                     // g_quark_to_string(process->name),
+//                     // g_quark_to_string(process->brand),
+//                     // g_quark_to_string(process->state->s));
+//                     return;
+//             }
+//
+//             Stack<Long> user_stack = process.getUser_stack();
+//             if (user_stack.size() == 0) {
+//                     TraceDebug
+//                                     .debug("Trying to pop last function in stack. Ignored.  Time Stamp: "
+//                                                     + trcEvent.getTimestamp());
+//                     return;
+//             }
+//             user_stack.pop();
+//             process.setCurrent_function(user_stack.peek());
+//     }
+//
+//     // ========================================================================
+//     // General methods
+//     // =======================================================================
+//     /**
+//      * protected method used when only one Field is expected with Type "Long" if
+//      * the number of fields is greater, the first field is returned and a
+//      * tracing message is sent Null is returned if the value could not be
+//      * extracted.
+//      * 
+//      * @param trcEvent
+//      * @param traceSt
+//      * @param expectedNumFields
+//      * @return
+//      */
+//     protected Long getDField(LttngEvent trcEvent, LttngTraceState traceSt,
+//                     Fields expectedField) {
+//             Long fieldVal = null;
+//             TmfEventField[] fields = trcEvent.getContent().getFields();
+//             String[] fieldLabels = trcEvent.getContent().getFormat().getLabels();
+//
+//             // Only one field expected
+//             if (fields.length != 1 || fieldLabels.length != 1) {
+//                     StringBuilder sb = new StringBuilder(
+//                                     "Unexpected number of fields received: " + fields.length
+//                                                     + " for Event: " + trcEvent.getMarkerName() + "\n\t\tFields: ");
+//
+//                     for (TmfEventField field : fields) {
+//                             sb.append(((LttngEventField)field).getName() + " ");                            
+//                     }
+//
+//                     TraceDebug.debug(sb.toString());
+//                     if (fields.length == 0) {
+//                             return null;
+//                     }
+//             }
+//
+//             LttngEventField field = (LttngEventField) fields[0];
+//             String fieldname = field.getName();
+//             String expectedFieldName = expectedField.getInName();
+//             if (fieldname.equals(expectedFieldName)) {
+//                     Object fieldObj = field.getValue();
+//                     if (fieldObj instanceof Long) {
+//                             // Expected value found
+//                             fieldVal = (Long) field.getValue();
+//                     } else {
+//                             if (TraceDebug.isDEBUG()) {
+//                                     TraceDebug
+//                                                     .debug("Unexpected field Type. Expected: Long, Received: "
+//                                                                     + fieldObj.getClass().getSimpleName());
+//                             }
+//                             return null;
+//                     }
+//             } else {
+//                     TraceDebug.debug("Unexpected field received: " + fieldname
+//                                     + " Expected: " + expectedFieldName);
+//                     return null;
+//             }
+//
+//             return fieldVal;
+//     }
+//
+       /**
+        * protected method used when a Field is requested among several available
+        * fields and the expected type is Long
+        * 
+        * @param trcEvent
+        * @param traceSt
+        * @param expectedNumFields
+        * @return
+        */
+       protected Long getAFieldLong(LttngEvent trcEvent, LttngTraceState traceSt,
+                       Fields expectedField) {
+               Long fieldVal = null;
+               TmfEventField[] fields = trcEvent.getContent().getFields();
+
+               // At least one field expected
+               if (fields.length == 0) {
+                       TraceDebug.debug("Unexpected number of fields received: "
+                                       + fields.length);
+                       return null;
+               }
+
+               LttngEventField field;
+               String fieldname;
+               String expectedFieldName = expectedField.getInName();
+               for (int i = 0; i < fields.length; i++) {
+                       field = (LttngEventField) fields[i];
+                       fieldname = field.getId();
+                       if (fieldname.equals(expectedFieldName)) {
+                               Object fieldObj = field.getValue();
+                               if (fieldObj instanceof Long) {
+                                       // Expected value found
+                                       fieldVal = (Long) field.getValue();
+                                       // if (expectedField == Fields.LTT_FIELD_TYPE) {
+                                       // TraceDebug.debug("Field Type value is: " + fieldVal);
+                                       // }
+                                       break;
+                               } else {
+                                       if (TraceDebug.isDEBUG()) {
+                                               TraceDebug
+                                                               .debug("Unexpected field Type. Expected: Long, Received: "
+                                                                               + fieldObj.getClass().getSimpleName());
+                                       }
+                                       return null;
+                               }
+                       }
+               }
+
+               if (fieldVal == null) {
+                       if (TraceDebug.isDEBUG()) {
+                               sendNoFieldFoundMsg(fields, expectedFieldName);
+                       }
+               }
+               return fieldVal;
+       }
+
+       /**
+        * protected method used when a Field is requested among several available
+        * fields and the expected type is String
+        * 
+        * @param trcEvent
+        * @param traceSt
+        * @param expectedNumFields
+        * @return
+        */
+       protected String getAFieldString(LttngEvent trcEvent,
+                       LttngTraceState traceSt, Fields expectedField) {
+               String fieldVal = null;
+               TmfEventField[] fields = trcEvent.getContent().getFields();
+
+               // Only one field expected
+               if (fields.length == 0) {
+                       TraceDebug.debug("Unexpected number of fields received: "
+                                       + fields.length);
+                       return null;
+               }
+
+               LttngEventField field;
+               String fieldname;
+               String expectedFieldName = expectedField.getInName();
+               for (int i = 0; i < fields.length; i++) {
+                       field = (LttngEventField) fields[i];
+                       fieldname = field.getId();
+                       if (fieldname.equals(expectedFieldName)) {
+                               Object fieldObj = field.getValue();
+                               if (fieldObj instanceof String) {
+                                       // Expected value found
+                                       fieldVal = (String) field.getValue();
+                                       break;
+                               } else {
+                                       if (TraceDebug.isDEBUG()) {
+                                               TraceDebug
+                                                               .debug("Unexpected field Type. Expected: String, Received: "
+                                                                               + fieldObj.getClass().getSimpleName());
+                                       }
+                                       return null;
+                               }
+                       }
+               }
+
+               if (fieldVal == null) {
+                       if (TraceDebug.isDEBUG()) {
+                               sendNoFieldFoundMsg(fields, expectedFieldName);
+                       }
+               }
+               return fieldVal;
+       }
+
+       protected void sendNoFieldFoundMsg(TmfEventField[] fields,
+                       String expectedFieldName) {
+               LttngEventField field;
+               StringBuilder sb = new StringBuilder("Field not found, requested: "
+                               + expectedFieldName);
+               sb.append(" number of fields: " + fields.length + "Fields: ");
+               for (int i = 0; i < fields.length; i++) {
+                       field = (LttngEventField) fields[i];
+                       sb.append(field.getId() + " ");
+               }
+
+               TraceDebug.debug(sb.toString(), 5);
+       }
+
+//     // Adaption from MKDEV macro
+//     protected Long mkdev(Long major, Long minor) {
+//             Long result = null;
+//             if (major != null && minor != null) {
+//                     result = (major << 20) | minor;
+//             }
+//             return result;
+//     }
+//
+//     /*
+//      * FIXME : this function should be called when we receive an event telling
+//      * that release_task has been called in the kernel. In happens generally
+//      * when the parent waits for its child terminaison, but may also happen in
+//      * special cases in the child's exit : when the parent ignores its children
+//      * SIGCCHLD or has the flag SA_NOCLDWAIT. It can also happen when the child
+//      * is part of a killed thread group, but isn't the leader.
+//      */
+//     protected boolean exit_process(LttngTraceState ts, LttngProcessState process) {
+//             /*
+//              * Wait for both schedule with exit dead and process free to happen.
+//              * They can happen in any order.
+//              */
+//             process.incrementFree_events();
+//             if (process.getFree_events() < 2) {
+//                     return false;
+//             }
+//
+//             process.getExecution_stack().clear();
+//             process.getUser_stack().clear();
+//             ts.getProcesses().remove(process);
+//
+//             return true;
+//     }
+//
+//     // LttvProcessState *
+//     // lttv_state_create_process(LttvTraceState *tcs, LttvProcessState *parent,
+//     // guint cpu, guint pid, guint tgid, GQuark name, const LttTime *timestamp)
+//     // {
+//     // LttvProcessState *process = g_new(LttvProcessState, 1);
+//     //
+//     // LttvExecutionState *es;
+//     //
+//     // char buffer[128];
+//     //
+//     // process->pid = pid;
+//     // process->tgid = tgid;
+//     // process->cpu = cpu;
+//     // process->name = name;
+//     // process->brand = LTTV_STATE_UNBRANDED;
+//     // //process->last_cpu = tfs->cpu_name;
+//     // //process->last_cpu_index =
+//     // ltt_tracefile_num(((LttvTracefileContext*)tfs)->tf);
+//     // process->type = LTTV_STATE_USER_THREAD;
+//     // process->usertrace = ltt_state_usertrace_find(tcs, pid, timestamp);
+//     // process->current_function = 0; //function 0x0 by default.
+//     //
+//     // g_info("Process %u, core %p", process->pid, process);
+//     // g_hash_table_insert(tcs->processes, process, process);
+//     //
+//     // if(parent) {
+//     // process->ppid = parent->pid;
+//     // process->creation_time = *timestamp;
+//     // }
+//     //
+//     // /* No parent. This process exists but we are missing all information
+//     // about
+//     // its creation. The birth time is set to zero but we remember the time of
+//     // insertion */
+//     //
+//     // else {
+//     // process->ppid = 0;
+//     // process->creation_time = ltt_time_zero;
+//     // }
+//     //
+//     // process->insertion_time = *timestamp;
+//     // sprintf(buffer,"%d-%lu.%lu",pid, process->creation_time.tv_sec,
+//     // process->creation_time.tv_nsec);
+//     // process->pid_time = g_quark_from_string(buffer);
+//     // process->cpu = cpu;
+//     // process->free_events = 0;
+//     // //process->last_cpu = tfs->cpu_name;
+//     // //process->last_cpu_index =
+//     // ltt_tracefile_num(((LttvTracefileContext*)tfs)->tf);
+//     // process->execution_stack = g_array_sized_new(FALSE, FALSE,
+//     // sizeof(LttvExecutionState), PREALLOCATED_EXECUTION_STACK);
+//     // process->execution_stack = g_array_set_size(process->execution_stack, 2);
+//     // es = process->state = &g_array_index(process->execution_stack,
+//     // LttvExecutionState, 0);
+//     // es->t = LTTV_STATE_USER_MODE;
+//     // es->n = LTTV_STATE_SUBMODE_NONE;
+//     // es->entry = *timestamp;
+//     // //g_assert(timestamp->tv_sec != 0);
+//     // es->change = *timestamp;
+//     // es->cum_cpu_time = ltt_time_zero;
+//     // es->s = LTTV_STATE_RUN;
+//     //
+//     // es = process->state = &g_array_index(process->execution_stack,
+//     // LttvExecutionState, 1);
+//     // es->t = LTTV_STATE_SYSCALL;
+//     // es->n = LTTV_STATE_SUBMODE_NONE;
+//     // es->entry = *timestamp;
+//     // //g_assert(timestamp->tv_sec != 0);
+//     // es->change = *timestamp;
+//     // es->cum_cpu_time = ltt_time_zero;
+//     // es->s = LTTV_STATE_WAIT_FORK;
+//     //        
+//     // /* Allocate an empty function call stack. If it's empty, use 0x0. */
+//     // process->user_stack = g_array_sized_new(FALSE, FALSE,
+//     // sizeof(guint64), 0);
+//     //        
+//     // return process;
+//     // }
+//
+//     /**
+//      * Find the process matching the given pid and cpu
+//      * 
+//      * If cpu is 0, the cpu value is not matched and the selection is based on
+//      * pid value only
+//      * 
+//      * @param ts
+//      * @param cpu
+//      * @param pid
+//      * @return
+//      */
+//     protected LttngProcessState lttv_state_find_process(LttngTraceState ts,
+//                     Long cpu, Long pid) {
+//             // Define the return value
+//             LttngProcessState process = null;
+//
+//             // Obtain the list of available processes
+//             List<LttngProcessState> processList = ts.getProcesses();
+//
+//             // find the process matching pid and cpu,
+//             // TODO: This may need to be improved since the pid may be re-used and
+//             // the creation time may need to be considered
+//             for (LttngProcessState dprocess : processList) {
+//                     if (dprocess.getPid() == pid) {
+//                             if (dprocess.getCpu() == cpu || cpu == 0) {
+//                                     return process;
+//                             }
+//                     }
+//             }
+//
+//             return process;
+//     }
+//
+//     /**
+//      * @param ts
+//      * @param cpu
+//      * @param pid
+//      * @param timestamp
+//      *            , Used when a new process is needed
+//      * @return
+//      */
+//     protected LttngProcessState lttv_state_find_process_or_create(
+//                     LttngTraceState ts, Long cpu, Long pid, final TmfTimestamp timestamp) {
+//
+//             LttngProcessState process = lttv_state_find_process(ts, cpu, pid);
+//             /* Put ltt_time_zero creation time for unexisting processes */
+//             if (process == null) {
+//                     process = create_process(ts, cpu, pid, 0L, timestamp);
+//             }
+//             return process;
+//     }
+//
+//     /**
+//      * @param traceSt
+//      * @param cpu
+//      * @param pid
+//      * @param tgid
+//      * @param timestamp
+//      * @return
+//      */
+//     protected LttngProcessState create_process(LttngTraceState traceSt,
+//                     Long cpu, Long pid, Long tgid, final TmfTimestamp timestamp) {
+//             LttngProcessState process = create_process(traceSt, cpu, pid, tgid,
+//                             ProcessStatus.LTTV_STATE_UNNAMED.getInName(), timestamp);
+//             return process;
+//     }
+//
+//     /**
+//      * @param traceSt
+//      * @param cpu
+//      * @param pid
+//      * @param tgid
+//      * @param name
+//      * @param timestamp
+//      * @return
+//      */
+//     protected LttngProcessState create_process(LttngTraceState traceSt,
+//                     Long cpu, Long pid, Long tgid, String name,
+//                     final TmfTimestamp timestamp) {
+//             LttngProcessState process;
+//             process = new LttngProcessState(cpu, pid, tgid, name, timestamp);
+//             traceSt.getProcesses().add(process);
+//             return process;
+//     }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/handlers/after/StateAfterUpdateFactory.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/handlers/after/StateAfterUpdateFactory.java
new file mode 100644 (file)
index 0000000..1e3e5ff
--- /dev/null
@@ -0,0 +1,160 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tests.state.handlers.after;
+
+import java.util.HashMap;
+import java.util.Map;
+
+import org.eclipse.linuxtools.lttng.core.state.StateStrings;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+
+/**
+ * Builds a Map from string event name to a processing handler object, the
+ * processors implement the same interface to facilitate transparent methods
+ * call,
+ * 
+ * The map key STring is the entry point of the raw events, using a hash speeds
+ * up the resolution of the appropriate processor
+ * 
+ * @author alvaro
+ * 
+ */
+public class StateAfterUpdateFactory {
+       // ========================================================================
+       // Data
+       // =======================================================================
+       private final Map<String, ILttngEventProcessor> eventNametoProcessor = new HashMap<String, ILttngEventProcessor>();
+       private static StateAfterUpdateFactory instance = null;
+       private StateAfterUpdateHandlers instantiateHandler = new StateAfterUpdateHandlers();
+
+       // ========================================================================
+       // Constructors
+       // =======================================================================
+       private StateAfterUpdateFactory() {
+               //create one instance of each individual event handler and add the instance to the map
+               eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SYSCALL_ENTRY
+                               .getInName(), instantiateHandler.getSyscallEntryHandler());
+               
+               eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SYSCALL_EXIT
+                               .getInName(), instantiateHandler.getsySyscallExitHandler());
+               
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_TRAP_ENTRY
+//                             .getInName(), instantiateHandler.getTrapEntryHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_TRAP_EXIT
+//                             .getInName(), instantiateHandler.getTrapExitHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_ENTRY
+//                             .getInName(), instantiateHandler.getTrapEntryHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_EXIT
+//                             .getInName(), instantiateHandler.getTrapExitHandler());
+//
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY
+//                             .getInName(), instantiateHandler.getTrapEntryHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_NOSEM_EXIT
+//                             .getInName(), instantiateHandler.getTrapExitHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_IRQ_ENTRY
+//                             .getInName(), instantiateHandler.getIrqEntryHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_IRQ_EXIT
+//                             .getInName(), instantiateHandler.getIrqExitHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_RAISE
+//                             .getInName(), instantiateHandler.getSoftIrqRaiseHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_ENTRY
+//                             .getInName(), instantiateHandler.getSoftIrqEntryHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_EXIT
+//                             .getInName(), instantiateHandler.getSoftIrqExitHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_LIST_INTERRUPT
+//                             .getInName(), instantiateHandler.getEnumInterruptHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_REQUEST_ISSUE
+//                             .getInName(), instantiateHandler.getBdevRequestIssueHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_REQUEST_COMPLETE
+//                             .getInName(), instantiateHandler.getBdevRequestCompleteHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_FUNCTION_ENTRY
+//                             .getInName(), instantiateHandler.getFunctionEntryHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_FUNCTION_EXIT
+//                             .getInName(), instantiateHandler.getFunctionExitHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SYS_CALL_TABLE
+//                             .getInName(), instantiateHandler.getDumpSyscallHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_KPROBE_TABLE
+//                             .getInName(), instantiateHandler.getDumpKprobeHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFTIRQ_VEC
+//                             .getInName(), instantiateHandler.getDumpSoftIrqHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SCHED_SCHEDULE
+//                             .getInName(), instantiateHandler.getSchedChangeHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_FORK
+//                             .getInName(), instantiateHandler.getProcessForkHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_KTHREAD_CREATE
+//                             .getInName(), instantiateHandler.getProcessKernelThreadHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_EXIT
+//                             .getInName(), instantiateHandler.getProcessExitHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_FREE
+//                             .getInName(), instantiateHandler.getProcessFreeHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_EXEC
+//                             .getInName(), instantiateHandler.getProcessExecHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_THREAD_BRAND
+//                             .getInName(), instantiateHandler.GetThreadBrandHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_STATEDUMP_END
+//                             .getInName(), instantiateHandler.getStateDumpEndHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_STATE
+//                             .getInName(), instantiateHandler.getEnumProcessStateHandler());
+
+
+       }
+
+       // ========================================================================
+       // Public methods
+       // =======================================================================
+       /**
+        * The event processors are common to all traces an multiple instances will
+        * use more memory unnecessarily
+        * 
+        * @return
+        */
+       public static StateAfterUpdateFactory getInstance() {
+               if (instance == null) {
+                       instance = new StateAfterUpdateFactory();
+               }
+               return instance;
+       }
+
+       /**
+        * 
+        * @return The Event Handler corresponding to the type of event
+        */
+       public ILttngEventProcessor getEventNametoProcessor(String eventType) {
+               return eventNametoProcessor.get(eventType);
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/handlers/after/StateAfterUpdateHandlers.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/handlers/after/StateAfterUpdateHandlers.java
new file mode 100644 (file)
index 0000000..3207859
--- /dev/null
@@ -0,0 +1,1616 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tests.state.handlers.after;
+
+
+
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ExecutionMode;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngExecutionState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngProcessState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.tests.state.handlers.AbsStateUpdate;
+
+/**
+ * Process the system call entry event
+ * 
+ * @author alvaro
+ * 
+ */
+@SuppressWarnings("nls")
+class StateAfterUpdateHandlers {
+
+       final ILttngEventProcessor getSyscallEntryHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               // TraceDebug.debug("After event called");
+
+                               Long cpu = trcEvent.getCpuId();
+
+                               // No syscall_entry update for initialization process
+                               LttngProcessState process = traceSt.getRunning_process().get(cpu);
+
+                               if (pid != process.getPid()) {
+                                       TraceDebug
+                                                       .debug("pid values don't match from before and after verification check");
+                               }
+
+                               if (process.getPid() == 0L) {
+                                       return true;
+                               }
+
+                               // Make sure the top of the stack and the state of the stack are
+                               // set to the
+                               // same object.
+                               LttngExecutionState stackState = process.peekFromExecutionStack();
+                               if (stackState != process.getState()) {
+                                       TraceDebug
+                                                       .debug("The top of the stack does not match to the process state");
+                               }
+
+                               if (stackState.getExec_mode().getInName() != ExecutionMode.LTTV_STATE_SYSCALL
+                                               .getInName()) {
+                                       TraceDebug.debug("Unexpected ExecutionMode: "
+                                                       + stackState.getExec_mode().getInName()
+                                                       + " Expected: "
+                                                       + ExecutionMode.LTTV_STATE_SYSCALL.getInName());
+                               }
+
+                               if (stackState.getEntry_LttTime() != trcEvent.getTimestamp().getValue()) {
+                                       TraceDebug.debug("Unexpected Entry time: "
+                                                       + trcEvent.getTimestamp() + " Expected: "
+                                                       + stackState.getEntry_LttTime());
+                               }
+
+                               return false;
+                       }
+               };
+               return handler;
+       }
+
+       final ILttngEventProcessor getsySyscallExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               // TraceDebug.debug("Syscall Exit After event called");
+                               Long cpu = trcEvent.getCpuId();
+                               LttngProcessState process = traceSt.getRunning_process().get(cpu);
+
+                               /* There can be no system call from PID 0 : unknown state */
+                               if (process.getPid() == 0L) {
+                                       if (pid != 0L) {
+                                               TraceDebug
+                                                               .debug("Unexpected pid from before and after verfication methods, before pid: "
+                                                                               + pid
+                                                                               + " after pid: "
+                                                                               + process.getPid_time());
+                                       }
+                                       return true;
+                               }
+                               
+                               //
+                               // pop_state(cpu, StateStrings.ExecutionMode.LTTV_STATE_SYSCALL,
+                               // traceSt, trcEvent.getTimestamp());
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * Update stacks related to the parsing of an LttngEvent
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getTrapEntryHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               // Long cpu = trcEvent.getCpuId();
+                               //
+                               // Long trap = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_TRAP_ID);
+                               // if (trap == null) {
+                               // return true;
+                               // }
+                               //
+                               // String submode = traceSt.getSyscall_names()
+                               // .get(trap);
+                               //
+                               // if (submode == null) {
+                               // submode = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
+                               // .getInName();
+                               // }
+                               //
+                               // /* update process state */
+                               // push_state(cpu, StateStrings.ExecutionMode.LTTV_STATE_TRAP,
+                               // submode, trcEvent.getTimestamp(), traceSt);
+                               //
+                               // /* update cpu status */
+                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
+                               // cpu_push_mode(cpust, StateStrings.CpuMode.LTTV_CPU_TRAP);
+                               // cpust.setLast_trap(trap); /* update trap status */
+                               //
+                               // // update Trap State
+                               // LttngTrapState trap_state = traceSt.getTrap_states().get(
+                               // trap);
+                               // trap_state.incrementRunning();
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getTrapExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long cpu = trcEvent.getCpuId();
+                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
+                               // Long trap = cpust.getLast_trap();
+                               //
+                               // pop_state(cpu, ExecutionMode.LTTV_STATE_TRAP, traceSt,
+                               // trcEvent
+                               // .getTimestamp());
+                               //
+                               // /* update cpu status */
+                               // cpu_pop_mode(cpust);
+                               //
+                               // /* update trap status */
+                               // if (trap != -1L) {
+                               // traceSt.getTrap_states().get(trap).decrementRunning();
+                               // }
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getIrqEntryHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long cpu = trcEvent.getCpuId();
+                               //
+                               // Long irq = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_IRQ_ID);
+                               // if (irq == null) {
+                               // return true;
+                               // }
+                               //
+                               // String submode;
+                               // submode = traceSt.getIrq_names().get(irq);
+                               //
+                               // if (submode == null) {
+                               // submode =
+                               // ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.getInName();
+                               // }
+                               //                              
+                               // /*
+                               // * Do something with the info about being in user or system
+                               // mode
+                               // * when int?
+                               // */
+                               // push_state(cpu, ExecutionMode.LTTV_STATE_IRQ, submode,
+                               // trcEvent
+                               // .getTimestamp(), traceSt);
+                               //
+                               // /* update cpu state */
+                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
+                               // cpu_push_mode(cpust, CpuMode.LTTV_CPU_IRQ); /* mode stack */
+                               // cpust.setLast_irq(irq); /* last irq */
+                               //
+                               // /* udpate irq state */
+                               // irq_push_mode(traceSt.getIrq_states().get(irq),
+                               // IRQMode.LTTV_IRQ_BUSY);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getSoftIrqExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long cpu = trcEvent.getCpuId();
+                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
+                               // Long softirq = cpust.getLast_soft_irq();
+                               // pop_state(cpu, ExecutionMode.LTTV_STATE_SOFT_IRQ, traceSt,
+                               // trcEvent.getTimestamp());
+                               //
+                               // /* update softirq status */
+                               // if (softirq != -1) {
+                               // LttngSoftIRQState softIrqstate = traceSt
+                               // .getSoft_irq_states().get(softirq);
+                               // softIrqstate.decrementRunning();
+                               // }
+                               //
+                               // /* update cpu status */
+                               // cpu_pop_mode(cpust);
+
+                               return false;
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getIrqExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long cpu = trcEvent.getCpuId();
+                               //
+                               // /* update process state */
+                               // pop_state(cpu, ExecutionMode.LTTV_STATE_IRQ, traceSt,
+                               // trcEvent
+                               // .getTimestamp());
+                               //
+                               // /* update cpu status */
+                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
+                               // cpu_pop_mode(cpust);
+                               //
+                               // /* update irq status */
+                               // Long last_irq = cpust.getLast_irq();
+                               // if (last_irq != -1L) {
+                               // LttngIRQState irq_state = traceSt.getIrq_states().get(
+                               // last_irq);
+                               // irq_pop_mode(irq_state);
+                               // }
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getSoftIrqRaiseHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // // Long cpu = trcEvent.getCpuId();
+                               //
+                               // // get event field
+                               // Long softirq = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_SOFT_IRQ_ID);
+                               //
+                               // if (softirq == null) {
+                               // return true;
+                               // }
+                               //
+                               // // String submode;
+                               // // String[] softIrqNames = traceSt.getSoft_irq_names();
+                               // // if (softirq < softIrqNames.length) {
+                               // // submode = softIrqNames[softirq];
+                               // // } else {
+                               // // submode = "softirq " + softirq;
+                               // // }
+                               //
+                               // /* update softirq status */
+                               // /* a soft irq raises are not cumulative */
+                               // LttngSoftIRQState irqState =
+                               // traceSt.getSoft_irq_states().get(
+                               // softirq);
+                               // if (irqState != null) {
+                               // irqState.setPending(1L);
+                               // } else {
+                               // TraceDebug
+                               // .debug("unexpected soft irq id value: " + softirq);
+                               // }
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getSoftIrqEntryHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // // obtrain cpu
+                               // Long cpu = trcEvent.getCpuId();
+                               //
+                               // // get event field
+                               // Long softirq = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_SOFT_IRQ_ID);
+                               //
+                               // if (softirq == null) {
+                               // return true;
+                               // }
+                               //
+                               // // obtain submode
+                               // Map<Long, String> softIrqNames = traceSt.getSoft_irq_names();
+                               // String submode = softIrqNames.get(softirq);
+                               // if (submode == null) {
+                               // submode = "softirq " + softirq;
+                               // softIrqNames.put(softirq, submode);
+                               // }
+                               //
+                               // /* update softirq status */
+                               // LttngSoftIRQState irqState =
+                               // traceSt.getSoft_irq_states().get(
+                               // softirq);
+                               // if (irqState != null) {
+                               // irqState.decrementPending();
+                               // irqState.incrementRunning();
+                               // } else {
+                               // TraceDebug
+                               // .debug("unexpected soft irq id value: " + softirq);
+                               // }
+                               //
+                               // /* update cpu state */
+                               // LTTngCPUState cpu_state = traceSt.getCpu_states().get(cpu);
+                               // cpu_state.setLast_soft_irq(softirq);
+                               // cpu_push_mode(cpu_state, CpuMode.LTTV_CPU_SOFT_IRQ);
+                               //
+                               // /* update process execution mode state stack */
+                               // push_state(cpu, ExecutionMode.LTTV_STATE_SOFT_IRQ, submode,
+                               // trcEvent.getTimestamp(), traceSt);
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * Method to handle the event: LTT_EVENT_LIST_INTERRRUPT
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getEnumInterruptHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               // String action = getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_ACTION);
+                               // Long irq = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_IRQ_ID);
+                               //                                      
+                               // Map<Long, String> irq_names = traceSt.getIrq_names();
+                               //
+                               // irq_names.put(irq, action);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * Handle the event LTT_EVENT_REQUEST_ISSUE
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getBdevRequestIssueHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // // Get Fields
+                               // Long major = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_MAJOR);
+                               // Long minor = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_MINOR);
+                               // Long operation = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_OPERATION);
+                               //
+                               // // calculate bdevcode
+                               // Long devcode = mkdev(major, minor);
+                               //
+                               // if (devcode == null) {
+                               // TraceDebug
+                               // .debug("incorrect calcualtion of bdevcode input( major: "
+                               // + major
+                               // + " minor: "
+                               // + minor
+                               // + " operation: " + operation);
+                               // return true;
+                               // }
+                               //
+                               // Map<Long, LttngBdevState> bdev_states = traceSt
+                               // .getBdev_states();
+                               // // Get the instance
+                               // LttngBdevState bdevState = bdev_states.get(devcode);
+                               // if (bdevState == null) {
+                               // bdevState = new LttngBdevState();
+                               // }
+                               //
+                               // // update the mode in the stack
+                               // if (operation == 0L) {
+                               // bdevState.getMode_stack().push(
+                               // BdevMode.LTTV_BDEV_BUSY_READING);
+                               // } else {
+                               // bdevState.getMode_stack().push(
+                               // BdevMode.LTTV_BDEV_BUSY_WRITING);
+                               // }
+                               //
+                               // // make sure it is included in the set
+                               // bdev_states.put(devcode, bdevState);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handling event: LTT_EVENT_REQUEST_COMPLETE
+        * </p>
+        * <p>
+        * FIELDS(LTT_FIELD_MAJOR, LTT_FIELD_MINOR, LTT_FIELD_OPERATION
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getBdevRequestCompleteHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // // Get Fields
+                               // Long major = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_MAJOR);
+                               // Long minor = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_MINOR);
+                               // Long operation = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_OPERATION);
+                               //
+                               // // calculate bdevcode
+                               // Long devcode = mkdev(major, minor);
+                               //
+                               // if (devcode == null) {
+                               // TraceDebug
+                               // .debug("incorrect calcualtion of bdevcode input( major: "
+                               // + major
+                               // + " minor: "
+                               // + minor
+                               // + " operation: " + operation);
+                               // return true;
+                               // }
+                               //
+                               // Map<Long, LttngBdevState> bdev_states = traceSt
+                               // .getBdev_states();
+                               // // Get the instance
+                               // LttngBdevState bdevState = bdev_states.get(devcode);
+                               // if (bdevState == null) {
+                               // bdevState = new LttngBdevState();
+                               // }
+                               //
+                               // /* update block device */
+                               // bdev_pop_mode(bdevState);
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles event: LTT_EVENT_FUNCTION_ENTRY
+        * </p>
+        * <p>
+        * FIELDS: LTT_FIELD_THIS_FN, LTT_FIELD_CALL_SITE
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getFunctionEntryHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               // Long cpu = trcEvent.getCpuId();
+                               // Long funcptr = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_THIS_FN);
+                               //
+                               // push_function(traceSt, funcptr, cpu);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getFunctionExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long funcptr = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_THIS_FN);
+                               //
+                               // pop_function(traceSt, trcEvent, funcptr);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * process event: LTT_EVENT_SYS_CALL_TABLE
+        * </p>
+        * <p>
+        * fields: LTT_FIELD_ID, LTT_FIELD_ADDRESS, LTT_FIELD_SYMBOL
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getDumpSyscallHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               // // obtain the syscall id
+                               // Long id = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_ID);
+                               //
+                               // // Long address = getAFieldLong(trcEvent, traceSt,
+                               // // Fields.LTT_FIELD_ADDRESS);
+                               //
+                               // // Obtain the symbol
+                               // String symbol = getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_SYMBOL);
+                               //
+                               // // fill the symbol to the sycall_names collection
+                               // traceSt.getSyscall_names().put(id, symbol);
+
+                               return false;
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles event: LTT_EVENT_KPROBE_TABLE
+        * </p>
+        * <p>
+        * Fields: LTT_FIELD_IP, LTT_FIELD_SYMBOL
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getDumpKprobeHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long ip = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_IP);
+                               // String symbol = getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_SYMBOL);
+                               //
+                               // traceSt.getKprobe_table().put(ip, symbol);
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_SOFTIRQ_VEC
+        * </p>
+        * <p>
+        * Fields: LTT_FIELD_ID, LTT_FIELD_ADDRESS, LTT_FIELD_SYMBOL
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getDumpSoftIrqHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // // Get id
+                               // Long id = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_ID);
+                               //
+                               // // Address not needed
+                               // // Long address = ltt_event_get_long_unsigned(e,
+                               // // lttv_trace_get_hook_field(th,
+                               // // 1));
+                               //
+                               // // Get symbol
+                               // String symbol = getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_SYMBOL);
+                               //
+                               // // Register the soft irq name
+                               // traceSt.getSoft_irq_names().put(id, symbol);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_SCHED_SCHEDULE
+        * </p>
+        * <p>
+        * Fields: LTT_FIELD_PREV_PID, LTT_FIELD_NEXT_PID, LTT_FIELD_PREV_STATE
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getSchedChangeHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long cpu = trcEvent.getCpuId();
+                               // TmfTimestamp eventTime = trcEvent.getTimestamp();
+                               //
+                               // LttngProcessState process = traceSt.getRunning_process().get(
+                               // cpu);
+                               //
+                               // Long pid_out = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_PREV_PID);
+                               // Long pid_in = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_NEXT_PID);
+                               // Long state_out = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_PREV_STATE);
+                               //
+                               // if (process != null) {
+                               //
+                               // /*
+                               // * We could not know but it was not the idle process
+                               // * executing. This should only happen at the beginning,
+                               // * before the first schedule event, and when the initial
+                               // * information (current process for each CPU) is missing. It
+                               // * is not obvious how we could, after the fact, compensate
+                               // * the wrongly attributed statistics.
+                               // */
+                               //
+                               // // This test only makes sense once the state is known and if
+                               // // there
+                               // // is no
+                               // // missing events. We need to silently ignore schedchange
+                               // // coming
+                               // // after a
+                               // // process_free, or it causes glitches. (FIXME)
+                               // // if(unlikely(process->pid != pid_out)) {
+                               // // g_assert(process->pid == 0);
+                               // // }
+                               // if (process.getPid() == 0
+                               // && process.getState().getExec_mode() ==
+                               // ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
+                               // if (pid_out == 0) {
+                               // /*
+                               // * Scheduling out of pid 0 at beginning of the trace
+                               // * : we know for sure it is in syscall mode at this
+                               // * point.
+                               // */
+                               // int stackSize = process.getExecution_stack().size();
+                               // if (stackSize != 1) {
+                               // TraceDebug
+                               // .debug("unpexpected process execution stack size, expected 1, received: ");
+                               // }
+                               //
+                               // process.getState().setExec_mode(
+                               // ExecutionMode.LTTV_STATE_SYSCALL);
+                               // process.getState().setProc_status(
+                               // ProcessStatus.LTTV_STATE_WAIT);
+                               // process.getState().setChage_Time(
+                               // trcEvent.getTimestamp());
+                               // process.getState().setEntry_Time(
+                               // trcEvent.getTimestamp());
+                               // }
+                               // } else {
+                               // if (process.getState().getProc_status() ==
+                               // ProcessStatus.LTTV_STATE_EXIT) {
+                               // process.getState().setProc_status(
+                               // ProcessStatus.LTTV_STATE_ZOMBIE);
+                               // process.getState().setChage_Time(
+                               // trcEvent.getTimestamp());
+                               // } else {
+                               // if (state_out == 0L) {
+                               // process.getState().setProc_status(
+                               // ProcessStatus.LTTV_STATE_WAIT_CPU);
+                               // } else {
+                               // process.getState().setProc_status(
+                               // ProcessStatus.LTTV_STATE_WAIT);
+                               // }
+                               //
+                               // process.getState().setChage_Time(
+                               // trcEvent.getTimestamp());
+                               // }
+                               //
+                               // if (state_out == 32L || state_out == 64L) { /*
+                               // * EXIT_DEAD
+                               // * ||
+                               // * TASK_DEAD
+                               // */
+                               // /* see sched.h for states */
+                               // if (!exit_process(traceSt, process)) {
+                               // process.getState().setProc_status(
+                               // ProcessStatus.LTTV_STATE_DEAD);
+                               // process.getState().setChage_Time(
+                               // trcEvent.getTimestamp());
+                               // }
+                               // }
+                               // }
+                               // }
+                               // process = lttv_state_find_process_or_create(traceSt, cpu,
+                               // pid_in, eventTime);
+                               //
+                               // traceSt.getRunning_process().put(cpu, process);
+                               //
+                               // process.getState().setProc_status(ProcessStatus.LTTV_STATE_RUN);
+                               // process.getState().setChage_Time(eventTime);
+                               // process.setCpu(cpu);
+                               // // process->state->s = LTTV_STATE_RUN;
+                               // // if(process->usertrace)
+                               // // process->usertrace->cpu = cpu;
+                               // // process->last_cpu_index =
+                               // // ltt_tracefile_num(((LttvTracefileContext*)s)->tf);
+                               //
+                               // // process->state->change = s->parent.timestamp;
+                               //
+                               // LTTngCPUState cpu_state = traceSt.getCpu_states().get(cpu);
+                               // /* update cpu status */
+                               // if (pid_in == 0) {
+                               //
+                               // /* going to idle task */
+                               // cpu_set_base_mode(cpu_state, CpuMode.LTTV_CPU_IDLE);
+                               // } else {
+                               // /*
+                               // * scheduling a real task. we must be careful here: if we
+                               // * just schedule()'ed to a process that is in a trap, we
+                               // * must put the cpu in trap mode
+                               // */
+                               // cpu_set_base_mode(cpu_state, CpuMode.LTTV_CPU_BUSY);
+                               // if (process.getState().getExec_mode() ==
+                               // ExecutionMode.LTTV_STATE_TRAP) {
+                               // cpu_push_mode(cpu_state, CpuMode.LTTV_CPU_TRAP);
+                               // }
+                               // }
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_PROCESS_FORK
+        * </p>
+        * <p>
+        * Fields: FIELD_ARRAY(LTT_FIELD_PARENT_PID, LTT_FIELD_CHILD_PID,
+        * LTT_FIELD_CHILD_TGID)
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getProcessForkHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long cpu = trcEvent.getCpuId();
+                               // LttngProcessState process = traceSt.getRunning_process().get(
+                               // cpu);
+                               // TmfTimestamp timeStamp = trcEvent.getTimestamp();
+                               //
+                               // // /* Parent PID */
+                               // // Long parent_pid = getAFieldLong(trcEvent, traceSt,
+                               // // Fields.LTT_FIELD_PARENT_PID);
+                               //
+                               // /* Child PID */
+                               // /* In the Linux Kernel, there is one PID per thread. */
+                               // Long child_pid = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_CHILD_PID);
+                               //
+                               // /* Child TGID */
+                               // /* tgid in the Linux kernel is the "real" POSIX PID. */
+                               // Long child_tgid = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_CHILD_TGID);
+                               // if (child_tgid == null) {
+                               // child_tgid = 0L;
+                               // }
+                               //
+                               // /*
+                               // * Mathieu : it seems like the process might have been
+                               // scheduled
+                               // * in before the fork, and, in a rare case, might be the
+                               // current
+                               // * process. This might happen in a SMP case where we don't
+                               // have
+                               // * enough precision on the clocks.
+                               // *
+                               // * Test reenabled after precision fixes on time. (Mathieu)
+                               // */
+                               // // #if 0
+                               // // zombie_process = lttv_state_find_process(ts, ANY_CPU,
+                               // // child_pid);
+                               // //
+                               // // if(unlikely(zombie_process != NULL)) {
+                               // // /* Reutilisation of PID. Only now we are sure that the old
+                               // // PID
+                               // // * has been released. FIXME : should know when release_task
+                               // // happens
+                               // // instead.
+                               // // */
+                               // // guint num_cpus = ltt_trace_get_num_cpu(ts->parent.t);
+                               // // guint i;
+                               // // for(i=0; i< num_cpus; i++) {
+                               // // g_assert(zombie_process != ts->running_process[i]);
+                               // // }
+                               // //
+                               // // exit_process(s, zombie_process);
+                               // // }
+                               // // #endif //0
+                               //
+                               // if (process.getPid() == child_pid) {
+                               // TraceDebug
+                               // .debug("Unexpected, process pid equal to child pid: "
+                               // + child_pid
+                               // + " Event Time: "
+                               // + trcEvent.getTimestamp());
+                               // }
+                               //
+                               // // g_assert(process->pid != child_pid);
+                               // // FIXME : Add this test in the "known state" section
+                               // // g_assert(process->pid == parent_pid);
+                               // LttngProcessState child_process = lttv_state_find_process(
+                               // traceSt, ANY_CPU, child_pid);
+                               // if (child_process == null) {
+                               // child_process = create_process(traceSt, cpu, child_pid,
+                               // child_tgid, timeStamp);
+                               // } else {
+                               // /*
+                               // * The process has already been created : due to time
+                               // * imprecision between multiple CPUs : it has been scheduled
+                               // * in before creation. Note that we shouldn't have this kind
+                               // * of imprecision.
+                               // *
+                               // * Simply put a correct parent.
+                               // */
+                               // StringBuilder sb = new StringBuilder("Process " + child_pid);
+                               // sb.append(" has been created at ["
+                               // + child_process.getCration_time() + "] ");
+                               // sb.append("and inserted at ["
+                               // + child_process.getInsertion_time() + "] ");
+                               // sb.append("before \nfork on cpu " + cpu + " Event time: ["
+                               // + trcEvent + "]\n.");
+                               // sb
+                               // .append("Probably an unsynchronized TSD problem on the traced machine.");
+                               // TraceDebug.debug(sb.toString());
+                               //
+                               // // g_assert(0); /* This is a problematic case : the process
+                               // // has
+                               // // beencreated
+                               // // before the fork event */
+                               // child_process.setPpid(process.getPid());
+                               // child_process.setTgid(child_tgid);
+                               // }
+                               //
+                               // if (!child_process.getName().equals(
+                               // ProcessStatus.LTTV_STATE_UNNAMED.getInName())) {
+                               // TraceDebug.debug("Unexpected child process status: "
+                               // + child_process.getName());
+                               // }
+                               //
+                               // child_process.setName(process.getName());
+                               // child_process.setBrand(process.getBrand());
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_KTHREAD_CREATE
+        * </p>
+        * <p>
+        * Fields: LTT_FIELD_PID
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getProcessKernelThreadHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               // /*
+                               // * We stamp a newly created process as kernel_thread. The
+                               // thread
+                               // * should not be running yet.
+                               // */
+                               //
+                               // LttngExecutionState exState;
+                               // Long pid;
+                               // LttngProcessState process;
+                               //
+                               // /* PID */
+                               // pid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_PID);
+                               // // s->parent.target_pid = pid;
+                               //
+                               // process = lttv_state_find_process_or_create(traceSt, ANY_CPU,
+                               // pid, new TmfTimestamp());
+                               //
+                               // if (!process.getState().getProc_status().equals(
+                               // ProcessStatus.LTTV_STATE_DEAD)) {
+                               // // Leave only the first element in the stack with execution
+                               // // mode to
+                               // // syscall
+                               // Stack<LttngExecutionState> processExStack = process
+                               // .getExecution_stack();
+                               // exState = processExStack.firstElement();
+                               // exState.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
+                               // if (processExStack.size() > 1) {
+                               // processExStack.clear();
+                               // processExStack.add(exState);
+                               // }
+                               //
+                               // // update the process state to the only one in the stack
+                               // process.setState(exState);
+                               // }
+                               //
+                               // process.setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_PROCESS_EXIT
+        * </p>
+        * <p>
+        * LTT_FIELD_PID
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getProcessExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long pid;
+                               // LttngProcessState process;
+                               //
+                               // pid = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_PID);
+                               // // s->parent.target_pid = pid;
+                               //
+                               // // FIXME : Add this test in the "known state" section
+                               // // g_assert(process->pid == pid);
+                               //
+                               // process = lttv_state_find_process(traceSt, ANY_CPU, pid);
+                               // if (process != null) {
+                               // process.getState().setProc_status(
+                               // ProcessStatus.LTTV_STATE_EXIT);
+                               // }
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_PROCESS_FREE
+        * </p>
+        * <p>
+        * Fields: LTT_FIELD_PID
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getProcessFreeHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long release_pid;
+                               // LttngProcessState process;
+                               //
+                               // /* PID of the process to release */
+                               // release_pid = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_PID);
+                               // // s->parent.target_pid = release_pid;
+                               //
+                               // if (release_pid == 0) {
+                               // TraceDebug.debug("Unexpected release_pid: 0, Event time: "
+                               // + trcEvent.getTimestamp());
+                               // }
+                               //
+                               // process = lttv_state_find_process(traceSt, ANY_CPU,
+                               // release_pid);
+                               // if (process != null) {
+                               // exit_process(traceSt, process);
+                               // }
+
+                               return false;
+                               // DISABLED
+                               // if(process != null) {
+                               /*
+                                * release_task is happening at kernel level : we can now safely
+                                * release the data structure of the process
+                                */
+                               // This test is fun, though, as it may happen that
+                               // at time t : CPU 0 : process_free
+                               // at time t+150ns : CPU 1 : schedule out
+                               // Clearly due to time imprecision, we disable it. (Mathieu)
+                               // If this weird case happen, we have no choice but to put the
+                               // Currently running process on the cpu to 0.
+                               // I re-enable it following time precision fixes. (Mathieu)
+                               // Well, in the case where an process is freed by a process on
+                               // another
+                               // CPU
+                               // and still scheduled, it happens that this is the schedchange
+                               // that
+                               // will
+                               // drop the last reference count. Do not free it here!
+
+                               // int num_cpus = ltt_trace_get_num_cpu(ts->parent.t);
+                               // guint i;
+                               // for(i=0; i< num_cpus; i++) {
+                               // //g_assert(process != ts->running_process[i]);
+                               // if(process == ts->running_process[i]) {
+                               // //ts->running_process[i] = lttv_state_find_process(ts, i, 0);
+                               // break;
+                               // }
+                               // }
+                               // if(i == num_cpus) /* process is not scheduled */
+                               // exit_process(s, process);
+                               // }
+                               //      
+                               // return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_EXEC
+        * </p>
+        * <p>
+        * FIELDS: LTT_FIELD_FILENAME
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getProcessExecHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long cpu = trcEvent.getCpuId();
+                               // LttngProcessState process = traceSt.getRunning_process().get(
+                               // cpu);
+                               //
+                               // // #if 0//how to use a sequence that must be transformed in a
+                               // // string
+                               // // /* PID of the process to release */
+                               // // guint64 name_len = ltt_event_field_element_number(e,
+                               // // lttv_trace_get_hook_field(th, 0));
+                               // // //name = ltt_event_get_string(e,
+                               // // lttv_trace_get_hook_field(th, 0));
+                               // // LttField *child = ltt_event_field_element_select(e,
+                               // // lttv_trace_get_hook_field(th, 0), 0);
+                               // // gchar *name_begin =
+                               // // (gchar*)(ltt_event_data(e)+ltt_event_field_offset(e,
+                               // child));
+                               // // gchar *null_term_name = g_new(gchar, name_len+1);
+                               // // memcpy(null_term_name, name_begin, name_len);
+                               // // null_term_name[name_len] = '\0';
+                               // // process->name = g_quark_from_string(null_term_name);
+                               // // #endif //0
+                               //
+                               // process.setName(getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_FILENAME));
+                               // process.setBrand(StateStrings.LTTV_STATE_UNBRANDED);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * LTT_EVENT_THREAD_BRAND
+        * </p>
+        * <p>
+        * FIELDS: LTT_FIELD_NAME
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor GetThreadBrandHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // String name;
+                               // Long cpu = trcEvent.getCpuId();
+                               // LttngProcessState process = traceSt.getRunning_process().get(
+                               // cpu);
+                               //
+                               // name = getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_NAME);
+                               // process.setBrand(name);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * @return
+        */
+       final ILttngEventProcessor getStateDumpEndHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // /* For all processes */
+                               // /*
+                               // * if kernel thread, if stack[0] is unknown, set to syscall
+                               // * mode, wait
+                               // */
+                               // /* else, if stack[0] is unknown, set to user mode, running */
+                               // List<LttngProcessState> processes = traceSt.getProcesses();
+                               // TmfTimestamp time = trcEvent.getTimestamp();
+                               //
+                               // for (LttngProcessState process : processes) {
+                               // fix_process(process, time);
+                               // }
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * Private method used to establish the first execution state in the stack
+        * for a given process
+        * 
+        * @param process
+        * @param timestamp
+        */
+       // private void fix_process(LttngProcessState process,
+       // TmfTimestamp timestamp) {
+       //
+       // LttngExecutionState es;
+       // Stack<LttngExecutionState> procStack = process
+       // .getExecution_stack();
+       //
+       // if (process.getType() == ProcessType.LTTV_STATE_KERNEL_THREAD) {
+       // es = procStack.firstElement();
+       //
+       // if (es.getExec_mode() == ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
+       // es.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
+       // es
+       // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE
+       // .getInName());
+       // es.setEntry_Time(timestamp);
+       // es.setChage_Time(timestamp);
+       // es.setCum_cpu_time(0L);
+       // if (es.getProc_status() == ProcessStatus.LTTV_STATE_UNNAMED) {
+       // es.setProc_status(ProcessStatus.LTTV_STATE_WAIT);
+       // }
+       // }
+       // } else {
+       // es = procStack.firstElement();
+       // if (es.getExec_mode() == ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
+       // es.setExec_mode(ExecutionMode.LTTV_STATE_USER_MODE);
+       // es
+       // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE
+       // .getInName());
+       // es.setEntry_Time(timestamp);
+       // es.setChage_Time(timestamp);
+       // es.setCum_cpu_time(0L);
+       // if (es.getProc_status() == ProcessStatus.LTTV_STATE_UNNAMED) {
+       // es.setProc_status(ProcessStatus.LTTV_STATE_RUN);
+       // }
+       //
+       // if (procStack.size() == 1) {
+       // /*
+       // * Still in bottom unknown mode, means never did a
+       // * system call May be either in user mode, syscall
+       // * mode, running or waiting.
+       // */
+       // /*
+       // * FIXME : we may be tagging syscall mode when being
+       // * user mode
+       // */
+       // // Get a new execution State
+       // es = new LttngExecutionState();
+       //
+       // // initialize values
+       // es.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
+       // es
+       // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE
+       // .getInName());
+       // es.setEntry_Time(timestamp);
+       // es.setChage_Time(timestamp);
+       // es.setCum_cpu_time(0L);
+       // es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
+       //
+       // // Push the new state to the stack
+       // procStack.push(es);
+       // }
+       // }
+       // }
+       // }
+       // };
+       // return handler;
+       // }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_PROCESS_STATE
+        * </p>
+        * <p>
+        * FIELDS: LTT_FIELD_PID, LTT_FIELD_PARENT_PID, LTT_FIELD_NAME,
+        * LTT_FIELD_TYPE, LTT_FIELD_MODE, LTT_FIELD_SUBMODE, LTT_FIELD_STATUS,
+        * LTT_FIELD_TGID
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getEnumProcessStateHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long parent_pid;
+                               // Long pid;
+                               // Long tgid;
+                               // String command;
+                               // Long cpu = trcEvent.getCpuId();
+                               // LttngProcessState process = traceSt.getRunning_process().get(
+                               // cpu);
+                               // LttngProcessState parent_process;
+                               // String type;
+                               // // String mode, submode, status;
+                               // LttngExecutionState es;
+                               //
+                               // /* PID */
+                               // pid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_PID);
+                               //
+                               // /* Parent PID */
+                               // parent_pid = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_PARENT_PID);
+                               //
+                               // /* Command name */
+                               // command = getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_NAME);
+                               //
+                               // /* TODO: type field, Values need to be verified */
+                               // /* type */
+                               // Long typeVal = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_TYPE);
+                               // if (typeVal == 0L) {
+                               // type = ProcessType.LTTV_STATE_KERNEL_THREAD.getInName();
+                               // } else {
+                               // type = ProcessType.LTTV_STATE_USER_THREAD.getInName();
+                               // }
+                               //
+                               // // FIXME: type is rarely used, enum must match possible
+                               // types.
+                               //
+                               // // /* mode */
+                               // // mode = getAFieldString(trcEvent, traceSt,
+                               // // Fields.LTT_FIELD_MODE);
+                               // //
+                               // // /* submode */
+                               // // submode = getAFieldString(trcEvent, traceSt,
+                               // // Fields.LTT_FIELD_SUBMODE);
+                               // //
+                               // // /* status */
+                               // // status = getAFieldString(trcEvent, traceSt,
+                               // // Fields.LTT_FIELD_STATUS);
+                               //
+                               // /* TGID */
+                               // tgid = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_TGID);
+                               // if (tgid == null) {
+                               // tgid = 0L;
+                               // }
+                               //
+                               // if (pid == 0) {
+                               // for (Long acpu : traceSt.getCpu_states().keySet()) {
+                               // process = lttv_state_find_process(traceSt, acpu, pid);
+                               // if (process != null) {
+                               // process.setPpid(parent_pid);
+                               // process.setTgid(tgid);
+                               // process.setName(command);
+                               // process
+                               // .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
+                               // } else {
+                               // StringBuilder sb = new StringBuilder(
+                               // "Unexpected, null process read from the TraceState list of processes, event time: "
+                               // + trcEvent.getTimestamp());
+                               // TraceDebug.debug(sb.toString());
+                               // }
+                               // }
+                               // } else {
+                               // /*
+                               // * The process might exist if a process was forked while
+                               // * performing the state dump.
+                               // */
+                               // process = lttv_state_find_process(traceSt, ANY_CPU, pid);
+                               // if (process == null) {
+                               // parent_process = lttv_state_find_process(traceSt,
+                               // ANY_CPU, parent_pid);
+                               // process = create_process(traceSt, cpu, pid, tgid,
+                               // command, trcEvent.getTimestamp());
+                               // if (parent_process != null) {
+                               // process.setPpid(parent_process.getPid());
+                               // }
+                               //
+                               // /* Keep the stack bottom : a running user mode */
+                               // /*
+                               // * Disabled because of inconsistencies in the current
+                               // * statedump states.
+                               // */
+                               // if (type.equals(ProcessType.LTTV_STATE_KERNEL_THREAD
+                               // .getInName())) {
+                               // /*
+                               // * FIXME Kernel thread : can be in syscall or
+                               // * interrupt or trap.
+                               // */
+                               // /*
+                               // * Will cause expected trap when in fact being
+                               // * syscall (even after end of statedump event) Will
+                               // * cause expected interrupt when being syscall.
+                               // * (only before end of statedump event)
+                               // */
+                               // process
+                               // .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
+                               //
+                               // // #if 0
+                               // // es->t = LTTV_STATE_SYSCALL;
+                               // // es->s = status;
+                               // // es->n = submode;
+                               // // #endif //0
+                               // } else {
+                               // /*
+                               // * User space process : bottom : user mode either
+                               // * currently running or scheduled out. can be
+                               // * scheduled out because interrupted in (user mode
+                               // * or in syscall) or because of an explicit call to
+                               // * the scheduler in syscall. Note that the scheduler
+                               // * call comes after the irq_exit, so never in
+                               // * interrupt context.
+                               // */
+                               // // temp workaround : set size to 1 : only have user
+                               // // mode
+                               // // bottom of stack.
+                               // // will cause g_info message of expected syscall
+                               // // mode when
+                               // // in fact being
+                               // // in user mode. Can also cause expected trap when
+                               // // in fact
+                               // // being user
+                               // // mode in the event of a page fault reenabling
+                               // // interrupts
+                               // // in the handler.
+                               // // Expected syscall and trap can also happen after
+                               // // the end
+                               // // of statedump
+                               // // This will cause a
+                               // // "popping last state on stack, ignoring it."
+                               //
+                               // // process->execution_stack =
+                               // // g_array_set_size(process->execution_stack, 1);
+                               // // es = process->state =
+                               // // &g_array_index(process->execution_stack,
+                               // // LttvExecutionState, 0);
+                               // // a new process must have only one state in the
+                               // // stack and
+                               // // be the same as the current state
+                               // // es = process.getState();
+                               // // es.setExec_mode(ExecutionMode.LTTV_STATE_MODE_UNKNOWN);
+                               // // es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
+                               // // es
+                               // //
+                               // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
+                               // // .getInName());
+                               //
+                               // // #if 0
+                               // // es->t = LTTV_STATE_USER_MODE;
+                               // // es->s = status;
+                               // // es->n = submode;
+                               // // #endif //0
+                               // }
+                               // // TODO: clean up comments above: Moved repeated code
+                               // // from both
+                               // // if / else blocks above,
+                               // // comments left temporarily for easier visualization
+                               // // and
+                               // // comparision with c code
+                               // es = process.getState();
+                               // es.setExec_mode(ExecutionMode.LTTV_STATE_MODE_UNKNOWN);
+                               // es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
+                               // es
+                               // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
+                               // .getInName());
+                               // // #if 0
+                               // // /* UNKNOWN STATE */
+                               // // {
+                               // // es = process->state =
+                               // // &g_array_index(process->execution_stack,
+                               // // LttvExecutionState, 1);
+                               // // es->t = LTTV_STATE_MODE_UNKNOWN;
+                               // // es->s = LTTV_STATE_UNNAMED;
+                               // // es->n = LTTV_STATE_SUBMODE_UNKNOWN;
+                               // // }
+                               // // #endif //0
+                               // } else {
+                               // /*
+                               // * The process has already been created : Probably was
+                               // * forked while dumping the process state or was simply
+                               // * scheduled in prior to get the state dump event.
+                               // */
+                               // process.setPpid(parent_pid);
+                               // process.setTgid(tgid);
+                               // process.setName(command);
+                               // if (type.equals(ProcessType.LTTV_STATE_KERNEL_THREAD
+                               // .getInName())) {
+                               // process
+                               // .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
+                               // } else {
+                               // process.setType(ProcessType.LTTV_STATE_USER_THREAD);
+                               // }
+                               //
+                               // // es =
+                               // // &g_array_index(process->execution_stack,
+                               // // LttvExecutionState,
+                               // // 0);
+                               // // #if 0
+                               // // if(es->t == LTTV_STATE_MODE_UNKNOWN) {
+                               // // if(type == LTTV_STATE_KERNEL_THREAD)
+                               // // es->t = LTTV_STATE_SYSCALL;
+                               // // else
+                               // // es->t = LTTV_STATE_USER_MODE;
+                               // // }
+                               // // #endif //0
+                               // /*
+                               // * Don't mess around with the stack, it will eventually
+                               // * become ok after the end of state dump.
+                               // */
+                               // }
+                               // }
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/handlers/before/StateBeforeUpdateFactory.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/handlers/before/StateBeforeUpdateFactory.java
new file mode 100644 (file)
index 0000000..c651681
--- /dev/null
@@ -0,0 +1,160 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tests.state.handlers.before;
+
+import java.util.HashMap;
+import java.util.Map;
+
+import org.eclipse.linuxtools.lttng.core.state.StateStrings;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+
+/**
+ * Builds a Map from string event name to a processing handler object, the
+ * processors implement the same interface to facilitate transparent methods
+ * call,
+ * 
+ * The map key STring is the entry point of the raw events, using a hash speeds
+ * up the resolution of the appropriate processor
+ * 
+ * @author alvaro
+ * 
+ */
+public class StateBeforeUpdateFactory {
+       // ========================================================================
+       // Data
+       // =======================================================================
+       private final Map<String, ILttngEventProcessor> eventNametoProcessor = new HashMap<String, ILttngEventProcessor>();
+       private static StateBeforeUpdateFactory instance = null;
+       private StateBeforeUpdateHandlers instantiateHandler = new StateBeforeUpdateHandlers();
+
+       // ========================================================================
+       // Constructors
+       // =======================================================================
+       private StateBeforeUpdateFactory() {
+               //create one instance of each individual event handler and add the instance to the map
+               eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SYSCALL_ENTRY
+                               .getInName(), instantiateHandler.getSyscallEntryHandler());
+               
+               eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SYSCALL_EXIT
+                               .getInName(), instantiateHandler.getsySyscallExitHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_TRAP_ENTRY
+//                             .getInName(), instantiateHandler.getTrapEntryHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_TRAP_EXIT
+//                             .getInName(), instantiateHandler.getTrapExitHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_ENTRY
+//                             .getInName(), instantiateHandler.getTrapEntryHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_EXIT
+//                             .getInName(), instantiateHandler.getTrapExitHandler());
+//
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY
+//                             .getInName(), instantiateHandler.getTrapEntryHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_NOSEM_EXIT
+//                             .getInName(), instantiateHandler.getTrapExitHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_IRQ_ENTRY
+//                             .getInName(), instantiateHandler.getIrqEntryHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_IRQ_EXIT
+//                             .getInName(), instantiateHandler.getIrqExitHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_RAISE
+//                             .getInName(), instantiateHandler.getSoftIrqRaiseHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_ENTRY
+//                             .getInName(), instantiateHandler.getSoftIrqEntryHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_EXIT
+//                             .getInName(), instantiateHandler.getSoftIrqExitHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_LIST_INTERRUPT
+//                             .getInName(), instantiateHandler.getEnumInterruptHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_REQUEST_ISSUE
+//                             .getInName(), instantiateHandler.getBdevRequestIssueHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_REQUEST_COMPLETE
+//                             .getInName(), instantiateHandler.getBdevRequestCompleteHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_FUNCTION_ENTRY
+//                             .getInName(), instantiateHandler.getFunctionEntryHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_FUNCTION_EXIT
+//                             .getInName(), instantiateHandler.getFunctionExitHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SYS_CALL_TABLE
+//                             .getInName(), instantiateHandler.getDumpSyscallHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_KPROBE_TABLE
+//                             .getInName(), instantiateHandler.getDumpKprobeHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFTIRQ_VEC
+//                             .getInName(), instantiateHandler.getDumpSoftIrqHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SCHED_SCHEDULE
+//                             .getInName(), instantiateHandler.getSchedChangeHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_FORK
+//                             .getInName(), instantiateHandler.getProcessForkHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_KTHREAD_CREATE
+//                             .getInName(), instantiateHandler.getProcessKernelThreadHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_EXIT
+//                             .getInName(), instantiateHandler.getProcessExitHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_FREE
+//                             .getInName(), instantiateHandler.getProcessFreeHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_EXEC
+//                             .getInName(), instantiateHandler.getProcessExecHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_THREAD_BRAND
+//                             .getInName(), instantiateHandler.GetThreadBrandHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_STATEDUMP_END
+//                             .getInName(), instantiateHandler.getStateDumpEndHandler());
+//             
+//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_STATE
+//                             .getInName(), instantiateHandler.getEnumProcessStateHandler());
+
+
+       }
+
+       // ========================================================================
+       // Public methods
+       // =======================================================================
+       /**
+        * The event processors are common to all traces an multiple instances will
+        * use more memory unnecessarily
+        * 
+        * @return
+        */
+       public static StateBeforeUpdateFactory getInstance() {
+               if (instance == null) {
+                       instance = new StateBeforeUpdateFactory();
+               }
+               return instance;
+       }
+
+       /**
+        * 
+        * @return The Event Handler corresponding to the type of event
+        */
+       public ILttngEventProcessor getEventNametoProcessor(String eventType) {
+               return eventNametoProcessor.get(eventType);
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/handlers/before/StateBeforeUpdateHandlers.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/handlers/before/StateBeforeUpdateHandlers.java
new file mode 100644 (file)
index 0000000..a5ab256
--- /dev/null
@@ -0,0 +1,1605 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tests.state.handlers.before;
+
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ExecutionMode;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ExecutionSubMode;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Fields;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngExecutionState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngProcessState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.tests.state.handlers.AbsStateUpdate;
+
+/**
+ * Process the system call entry event
+ * 
+ * @author alvaro
+ * 
+ */
+@SuppressWarnings("nls")
+class StateBeforeUpdateHandlers {
+
+       final ILttngEventProcessor getSyscallEntryHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               // TraceDebug.debug("Before event called");
+                               //
+                               Long cpu = trcEvent.getCpuId();
+
+                               // No syscall_entry update for initialization process
+                               LttngProcessState process = traceSt.getRunning_process().get(cpu);
+
+                               pid = process.getPid();
+                               if (pid == 0L) {
+                                       return true;
+                               }
+
+                               // Get the expected event field
+                               Long syscall = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_SYSCALL_ID);
+                               if (syscall == null) {
+                                       TraceDebug.debug("Syscall Field not found in Event: "
+                                                       + trcEvent.getMarkerName());
+                                       return true;
+                               }
+
+                               String submode = traceSt.getSyscall_names().get(syscall);
+
+                               if (submode == null) {
+                                       TraceDebug.debug("Submode not found in Event");
+                                       submode = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
+                                                       .getInName();
+                               }
+                               
+                               exState = new LttngExecutionState();
+                               exState.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
+                               exState.setExec_submode(submode);
+                               exState.setEntry_Time(trcEvent.getTimestamp().getValue());
+                               exState.setChange_Time(trcEvent.getTimestamp().getValue());
+                               exState.setCum_cpu_time(0L);
+
+                               return false;
+                       }
+               };
+               return handler;
+       }
+
+       final ILttngEventProcessor getsySyscallExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               Long cpu = trcEvent.getCpuId();
+                               LttngProcessState process = traceSt.getRunning_process().get(cpu);
+
+                               /* There can be no system call from PID 0 : unknown state */
+                               pid = process.getPid();
+                               if (pid == 0L) {
+                                       return true;
+                               }
+                               
+                               // pop_state(cpu, StateStrings.ExecutionMode.LTTV_STATE_SYSCALL,
+                               // traceSt, trcEvent.getTimestamp());
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * Update stacks related to the parsing of an LttngEvent
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getTrapEntryHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               // Long cpu = trcEvent.getCpuId();
+                               //
+                               // Long trap = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_TRAP_ID);
+                               // if (trap == null) {
+                               // return true;
+                               // }
+                               //
+                               // String submode = traceSt.getSyscall_names()
+                               // .get(trap);
+                               //
+                               // if (submode == null) {
+                               // submode = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
+                               // .getInName();
+                               // }
+                               //
+                               // /* update process state */
+                               // push_state(cpu, StateStrings.ExecutionMode.LTTV_STATE_TRAP,
+                               // submode, trcEvent.getTimestamp(), traceSt);
+                               //
+                               // /* update cpu status */
+                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
+                               // cpu_push_mode(cpust, StateStrings.CpuMode.LTTV_CPU_TRAP);
+                               // cpust.setLast_trap(trap); /* update trap status */
+                               //
+                               // // update Trap State
+                               // LttngTrapState trap_state = traceSt.getTrap_states().get(
+                               // trap);
+                               // trap_state.incrementRunning();
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getTrapExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long cpu = trcEvent.getCpuId();
+                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
+                               // Long trap = cpust.getLast_trap();
+                               //
+                               // pop_state(cpu, ExecutionMode.LTTV_STATE_TRAP, traceSt,
+                               // trcEvent
+                               // .getTimestamp());
+                               //
+                               // /* update cpu status */
+                               // cpu_pop_mode(cpust);
+                               //
+                               // /* update trap status */
+                               // if (trap != -1L) {
+                               // traceSt.getTrap_states().get(trap).decrementRunning();
+                               // }
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getIrqEntryHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long cpu = trcEvent.getCpuId();
+                               //
+                               // Long irq = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_IRQ_ID);
+                               // if (irq == null) {
+                               // return true;
+                               // }
+                               //
+                               // String submode;
+                               // submode = traceSt.getIrq_names().get(irq);
+                               //
+                               // if (submode == null) {
+                               // submode =
+                               // ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.getInName();
+                               // }
+                               //                              
+                               // /*
+                               // * Do something with the info about being in user or system
+                               // mode
+                               // * when int?
+                               // */
+                               // push_state(cpu, ExecutionMode.LTTV_STATE_IRQ, submode,
+                               // trcEvent
+                               // .getTimestamp(), traceSt);
+                               //
+                               // /* update cpu state */
+                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
+                               // cpu_push_mode(cpust, CpuMode.LTTV_CPU_IRQ); /* mode stack */
+                               // cpust.setLast_irq(irq); /* last irq */
+                               //
+                               // /* udpate irq state */
+                               // irq_push_mode(traceSt.getIrq_states().get(irq),
+                               // IRQMode.LTTV_IRQ_BUSY);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getSoftIrqExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long cpu = trcEvent.getCpuId();
+                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
+                               // Long softirq = cpust.getLast_soft_irq();
+                               // pop_state(cpu, ExecutionMode.LTTV_STATE_SOFT_IRQ, traceSt,
+                               // trcEvent.getTimestamp());
+                               //
+                               // /* update softirq status */
+                               // if (softirq != -1) {
+                               // LttngSoftIRQState softIrqstate = traceSt
+                               // .getSoft_irq_states().get(softirq);
+                               // softIrqstate.decrementRunning();
+                               // }
+                               //
+                               // /* update cpu status */
+                               // cpu_pop_mode(cpust);
+
+                               return false;
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getIrqExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long cpu = trcEvent.getCpuId();
+                               //
+                               // /* update process state */
+                               // pop_state(cpu, ExecutionMode.LTTV_STATE_IRQ, traceSt,
+                               // trcEvent
+                               // .getTimestamp());
+                               //
+                               // /* update cpu status */
+                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
+                               // cpu_pop_mode(cpust);
+                               //
+                               // /* update irq status */
+                               // Long last_irq = cpust.getLast_irq();
+                               // if (last_irq != -1L) {
+                               // LttngIRQState irq_state = traceSt.getIrq_states().get(
+                               // last_irq);
+                               // irq_pop_mode(irq_state);
+                               // }
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getSoftIrqRaiseHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // // Long cpu = trcEvent.getCpuId();
+                               //
+                               // // get event field
+                               // Long softirq = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_SOFT_IRQ_ID);
+                               //
+                               // if (softirq == null) {
+                               // return true;
+                               // }
+                               //
+                               // // String submode;
+                               // // String[] softIrqNames = traceSt.getSoft_irq_names();
+                               // // if (softirq < softIrqNames.length) {
+                               // // submode = softIrqNames[softirq];
+                               // // } else {
+                               // // submode = "softirq " + softirq;
+                               // // }
+                               //
+                               // /* update softirq status */
+                               // /* a soft irq raises are not cumulative */
+                               // LttngSoftIRQState irqState =
+                               // traceSt.getSoft_irq_states().get(
+                               // softirq);
+                               // if (irqState != null) {
+                               // irqState.setPending(1L);
+                               // } else {
+                               // TraceDebug
+                               // .debug("unexpected soft irq id value: " + softirq);
+                               // }
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getSoftIrqEntryHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // // obtrain cpu
+                               // Long cpu = trcEvent.getCpuId();
+                               //
+                               // // get event field
+                               // Long softirq = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_SOFT_IRQ_ID);
+                               //
+                               // if (softirq == null) {
+                               // return true;
+                               // }
+                               //
+                               // // obtain submode
+                               // Map<Long, String> softIrqNames = traceSt.getSoft_irq_names();
+                               // String submode = softIrqNames.get(softirq);
+                               // if (submode == null) {
+                               // submode = "softirq " + softirq;
+                               // softIrqNames.put(softirq, submode);
+                               // }
+                               //
+                               // /* update softirq status */
+                               // LttngSoftIRQState irqState =
+                               // traceSt.getSoft_irq_states().get(
+                               // softirq);
+                               // if (irqState != null) {
+                               // irqState.decrementPending();
+                               // irqState.incrementRunning();
+                               // } else {
+                               // TraceDebug
+                               // .debug("unexpected soft irq id value: " + softirq);
+                               // }
+                               //
+                               // /* update cpu state */
+                               // LTTngCPUState cpu_state = traceSt.getCpu_states().get(cpu);
+                               // cpu_state.setLast_soft_irq(softirq);
+                               // cpu_push_mode(cpu_state, CpuMode.LTTV_CPU_SOFT_IRQ);
+                               //
+                               // /* update process execution mode state stack */
+                               // push_state(cpu, ExecutionMode.LTTV_STATE_SOFT_IRQ, submode,
+                               // trcEvent.getTimestamp(), traceSt);
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * Method to handle the event: LTT_EVENT_LIST_INTERRRUPT
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getEnumInterruptHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               // String action = getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_ACTION);
+                               // Long irq = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_IRQ_ID);
+                               //                                      
+                               // Map<Long, String> irq_names = traceSt.getIrq_names();
+                               //
+                               // irq_names.put(irq, action);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * Handle the event LTT_EVENT_REQUEST_ISSUE
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getBdevRequestIssueHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // // Get Fields
+                               // Long major = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_MAJOR);
+                               // Long minor = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_MINOR);
+                               // Long operation = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_OPERATION);
+                               //
+                               // // calculate bdevcode
+                               // Long devcode = mkdev(major, minor);
+                               //
+                               // if (devcode == null) {
+                               // TraceDebug
+                               // .debug("incorrect calcualtion of bdevcode input( major: "
+                               // + major
+                               // + " minor: "
+                               // + minor
+                               // + " operation: " + operation);
+                               // return true;
+                               // }
+                               //
+                               // Map<Long, LttngBdevState> bdev_states = traceSt
+                               // .getBdev_states();
+                               // // Get the instance
+                               // LttngBdevState bdevState = bdev_states.get(devcode);
+                               // if (bdevState == null) {
+                               // bdevState = new LttngBdevState();
+                               // }
+                               //
+                               // // update the mode in the stack
+                               // if (operation == 0L) {
+                               // bdevState.getMode_stack().push(
+                               // BdevMode.LTTV_BDEV_BUSY_READING);
+                               // } else {
+                               // bdevState.getMode_stack().push(
+                               // BdevMode.LTTV_BDEV_BUSY_WRITING);
+                               // }
+                               //
+                               // // make sure it is included in the set
+                               // bdev_states.put(devcode, bdevState);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handling event: LTT_EVENT_REQUEST_COMPLETE
+        * </p>
+        * <p>
+        * FIELDS(LTT_FIELD_MAJOR, LTT_FIELD_MINOR, LTT_FIELD_OPERATION
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getBdevRequestCompleteHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // // Get Fields
+                               // Long major = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_MAJOR);
+                               // Long minor = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_MINOR);
+                               // Long operation = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_OPERATION);
+                               //
+                               // // calculate bdevcode
+                               // Long devcode = mkdev(major, minor);
+                               //
+                               // if (devcode == null) {
+                               // TraceDebug
+                               // .debug("incorrect calcualtion of bdevcode input( major: "
+                               // + major
+                               // + " minor: "
+                               // + minor
+                               // + " operation: " + operation);
+                               // return true;
+                               // }
+                               //
+                               // Map<Long, LttngBdevState> bdev_states = traceSt
+                               // .getBdev_states();
+                               // // Get the instance
+                               // LttngBdevState bdevState = bdev_states.get(devcode);
+                               // if (bdevState == null) {
+                               // bdevState = new LttngBdevState();
+                               // }
+                               //
+                               // /* update block device */
+                               // bdev_pop_mode(bdevState);
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles event: LTT_EVENT_FUNCTION_ENTRY
+        * </p>
+        * <p>
+        * FIELDS: LTT_FIELD_THIS_FN, LTT_FIELD_CALL_SITE
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getFunctionEntryHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               // Long cpu = trcEvent.getCpuId();
+                               // Long funcptr = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_THIS_FN);
+                               //
+                               // push_function(traceSt, funcptr, cpu);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getFunctionExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long funcptr = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_THIS_FN);
+                               //
+                               // pop_function(traceSt, trcEvent, funcptr);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * process event: LTT_EVENT_SYS_CALL_TABLE
+        * </p>
+        * <p>
+        * fields: LTT_FIELD_ID, LTT_FIELD_ADDRESS, LTT_FIELD_SYMBOL
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getDumpSyscallHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               // // obtain the syscall id
+                               // Long id = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_ID);
+                               //
+                               // // Long address = getAFieldLong(trcEvent, traceSt,
+                               // // Fields.LTT_FIELD_ADDRESS);
+                               //
+                               // // Obtain the symbol
+                               // String symbol = getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_SYMBOL);
+                               //
+                               // // fill the symbol to the sycall_names collection
+                               // traceSt.getSyscall_names().put(id, symbol);
+
+                               return false;
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles event: LTT_EVENT_KPROBE_TABLE
+        * </p>
+        * <p>
+        * Fields: LTT_FIELD_IP, LTT_FIELD_SYMBOL
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getDumpKprobeHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long ip = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_IP);
+                               // String symbol = getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_SYMBOL);
+                               //
+                               // traceSt.getKprobe_table().put(ip, symbol);
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_SOFTIRQ_VEC
+        * </p>
+        * <p>
+        * Fields: LTT_FIELD_ID, LTT_FIELD_ADDRESS, LTT_FIELD_SYMBOL
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getDumpSoftIrqHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // // Get id
+                               // Long id = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_ID);
+                               //
+                               // // Address not needed
+                               // // Long address = ltt_event_get_long_unsigned(e,
+                               // // lttv_trace_get_hook_field(th,
+                               // // 1));
+                               //
+                               // // Get symbol
+                               // String symbol = getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_SYMBOL);
+                               //
+                               // // Register the soft irq name
+                               // traceSt.getSoft_irq_names().put(id, symbol);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_SCHED_SCHEDULE
+        * </p>
+        * <p>
+        * Fields: LTT_FIELD_PREV_PID, LTT_FIELD_NEXT_PID, LTT_FIELD_PREV_STATE
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getSchedChangeHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long cpu = trcEvent.getCpuId();
+                               // TmfTimestamp eventTime = trcEvent.getTimestamp();
+                               //
+                               // LttngProcessState process = traceSt.getRunning_process().get(
+                               // cpu);
+                               //
+                               // Long pid_out = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_PREV_PID);
+                               // Long pid_in = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_NEXT_PID);
+                               // Long state_out = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_PREV_STATE);
+                               //
+                               // if (process != null) {
+                               //
+                               // /*
+                               // * We could not know but it was not the idle process
+                               // * executing. This should only happen at the beginning,
+                               // * before the first schedule event, and when the initial
+                               // * information (current process for each CPU) is missing. It
+                               // * is not obvious how we could, after the fact, compensate
+                               // * the wrongly attributed statistics.
+                               // */
+                               //
+                               // // This test only makes sense once the state is known and if
+                               // // there
+                               // // is no
+                               // // missing events. We need to silently ignore schedchange
+                               // // coming
+                               // // after a
+                               // // process_free, or it causes glitches. (FIXME)
+                               // // if(unlikely(process->pid != pid_out)) {
+                               // // g_assert(process->pid == 0);
+                               // // }
+                               // if (process.getPid() == 0
+                               // && process.getState().getExec_mode() ==
+                               // ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
+                               // if (pid_out == 0) {
+                               // /*
+                               // * Scheduling out of pid 0 at beginning of the trace
+                               // * : we know for sure it is in syscall mode at this
+                               // * point.
+                               // */
+                               // int stackSize = process.getExecution_stack().size();
+                               // if (stackSize != 1) {
+                               // TraceDebug
+                               // .debug("unpexpected process execution stack size, expected 1, received: ");
+                               // }
+                               //
+                               // process.getState().setExec_mode(
+                               // ExecutionMode.LTTV_STATE_SYSCALL);
+                               // process.getState().setProc_status(
+                               // ProcessStatus.LTTV_STATE_WAIT);
+                               // process.getState().setChage_Time(
+                               // trcEvent.getTimestamp());
+                               // process.getState().setEntry_Time(
+                               // trcEvent.getTimestamp());
+                               // }
+                               // } else {
+                               // if (process.getState().getProc_status() ==
+                               // ProcessStatus.LTTV_STATE_EXIT) {
+                               // process.getState().setProc_status(
+                               // ProcessStatus.LTTV_STATE_ZOMBIE);
+                               // process.getState().setChage_Time(
+                               // trcEvent.getTimestamp());
+                               // } else {
+                               // if (state_out == 0L) {
+                               // process.getState().setProc_status(
+                               // ProcessStatus.LTTV_STATE_WAIT_CPU);
+                               // } else {
+                               // process.getState().setProc_status(
+                               // ProcessStatus.LTTV_STATE_WAIT);
+                               // }
+                               //
+                               // process.getState().setChage_Time(
+                               // trcEvent.getTimestamp());
+                               // }
+                               //
+                               // if (state_out == 32L || state_out == 64L) { /*
+                               // * EXIT_DEAD
+                               // * ||
+                               // * TASK_DEAD
+                               // */
+                               // /* see sched.h for states */
+                               // if (!exit_process(traceSt, process)) {
+                               // process.getState().setProc_status(
+                               // ProcessStatus.LTTV_STATE_DEAD);
+                               // process.getState().setChage_Time(
+                               // trcEvent.getTimestamp());
+                               // }
+                               // }
+                               // }
+                               // }
+                               // process = lttv_state_find_process_or_create(traceSt, cpu,
+                               // pid_in, eventTime);
+                               //
+                               // traceSt.getRunning_process().put(cpu, process);
+                               //
+                               // process.getState().setProc_status(ProcessStatus.LTTV_STATE_RUN);
+                               // process.getState().setChage_Time(eventTime);
+                               // process.setCpu(cpu);
+                               // // process->state->s = LTTV_STATE_RUN;
+                               // // if(process->usertrace)
+                               // // process->usertrace->cpu = cpu;
+                               // // process->last_cpu_index =
+                               // // ltt_tracefile_num(((LttvTracefileContext*)s)->tf);
+                               //
+                               // // process->state->change = s->parent.timestamp;
+                               //
+                               // LTTngCPUState cpu_state = traceSt.getCpu_states().get(cpu);
+                               // /* update cpu status */
+                               // if (pid_in == 0) {
+                               //
+                               // /* going to idle task */
+                               // cpu_set_base_mode(cpu_state, CpuMode.LTTV_CPU_IDLE);
+                               // } else {
+                               // /*
+                               // * scheduling a real task. we must be careful here: if we
+                               // * just schedule()'ed to a process that is in a trap, we
+                               // * must put the cpu in trap mode
+                               // */
+                               // cpu_set_base_mode(cpu_state, CpuMode.LTTV_CPU_BUSY);
+                               // if (process.getState().getExec_mode() ==
+                               // ExecutionMode.LTTV_STATE_TRAP) {
+                               // cpu_push_mode(cpu_state, CpuMode.LTTV_CPU_TRAP);
+                               // }
+                               // }
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_PROCESS_FORK
+        * </p>
+        * <p>
+        * Fields: FIELD_ARRAY(LTT_FIELD_PARENT_PID, LTT_FIELD_CHILD_PID,
+        * LTT_FIELD_CHILD_TGID)
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getProcessForkHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long cpu = trcEvent.getCpuId();
+                               // LttngProcessState process = traceSt.getRunning_process().get(
+                               // cpu);
+                               // TmfTimestamp timeStamp = trcEvent.getTimestamp();
+                               //
+                               // // /* Parent PID */
+                               // // Long parent_pid = getAFieldLong(trcEvent, traceSt,
+                               // // Fields.LTT_FIELD_PARENT_PID);
+                               //
+                               // /* Child PID */
+                               // /* In the Linux Kernel, there is one PID per thread. */
+                               // Long child_pid = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_CHILD_PID);
+                               //
+                               // /* Child TGID */
+                               // /* tgid in the Linux kernel is the "real" POSIX PID. */
+                               // Long child_tgid = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_CHILD_TGID);
+                               // if (child_tgid == null) {
+                               // child_tgid = 0L;
+                               // }
+                               //
+                               // /*
+                               // * Mathieu : it seems like the process might have been
+                               // scheduled
+                               // * in before the fork, and, in a rare case, might be the
+                               // current
+                               // * process. This might happen in a SMP case where we don't
+                               // have
+                               // * enough precision on the clocks.
+                               // *
+                               // * Test reenabled after precision fixes on time. (Mathieu)
+                               // */
+                               // // #if 0
+                               // // zombie_process = lttv_state_find_process(ts, ANY_CPU,
+                               // // child_pid);
+                               // //
+                               // // if(unlikely(zombie_process != NULL)) {
+                               // // /* Reutilisation of PID. Only now we are sure that the old
+                               // // PID
+                               // // * has been released. FIXME : should know when release_task
+                               // // happens
+                               // // instead.
+                               // // */
+                               // // guint num_cpus = ltt_trace_get_num_cpu(ts->parent.t);
+                               // // guint i;
+                               // // for(i=0; i< num_cpus; i++) {
+                               // // g_assert(zombie_process != ts->running_process[i]);
+                               // // }
+                               // //
+                               // // exit_process(s, zombie_process);
+                               // // }
+                               // // #endif //0
+                               //
+                               // if (process.getPid() == child_pid) {
+                               // TraceDebug
+                               // .debug("Unexpected, process pid equal to child pid: "
+                               // + child_pid
+                               // + " Event Time: "
+                               // + trcEvent.getTimestamp());
+                               // }
+                               //
+                               // // g_assert(process->pid != child_pid);
+                               // // FIXME : Add this test in the "known state" section
+                               // // g_assert(process->pid == parent_pid);
+                               // LttngProcessState child_process = lttv_state_find_process(
+                               // traceSt, ANY_CPU, child_pid);
+                               // if (child_process == null) {
+                               // child_process = create_process(traceSt, cpu, child_pid,
+                               // child_tgid, timeStamp);
+                               // } else {
+                               // /*
+                               // * The process has already been created : due to time
+                               // * imprecision between multiple CPUs : it has been scheduled
+                               // * in before creation. Note that we shouldn't have this kind
+                               // * of imprecision.
+                               // *
+                               // * Simply put a correct parent.
+                               // */
+                               // StringBuilder sb = new StringBuilder("Process " + child_pid);
+                               // sb.append(" has been created at ["
+                               // + child_process.getCration_time() + "] ");
+                               // sb.append("and inserted at ["
+                               // + child_process.getInsertion_time() + "] ");
+                               // sb.append("before \nfork on cpu " + cpu + " Event time: ["
+                               // + trcEvent + "]\n.");
+                               // sb
+                               // .append("Probably an unsynchronized TSD problem on the traced machine.");
+                               // TraceDebug.debug(sb.toString());
+                               //
+                               // // g_assert(0); /* This is a problematic case : the process
+                               // // has
+                               // // beencreated
+                               // // before the fork event */
+                               // child_process.setPpid(process.getPid());
+                               // child_process.setTgid(child_tgid);
+                               // }
+                               //
+                               // if (!child_process.getName().equals(
+                               // ProcessStatus.LTTV_STATE_UNNAMED.getInName())) {
+                               // TraceDebug.debug("Unexpected child process status: "
+                               // + child_process.getName());
+                               // }
+                               //
+                               // child_process.setName(process.getName());
+                               // child_process.setBrand(process.getBrand());
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_KTHREAD_CREATE
+        * </p>
+        * <p>
+        * Fields: LTT_FIELD_PID
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getProcessKernelThreadHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               // /*
+                               // * We stamp a newly created process as kernel_thread. The
+                               // thread
+                               // * should not be running yet.
+                               // */
+                               //
+                               // LttngExecutionState exState;
+                               // Long pid;
+                               // LttngProcessState process;
+                               //
+                               // /* PID */
+                               // pid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_PID);
+                               // // s->parent.target_pid = pid;
+                               //
+                               // process = lttv_state_find_process_or_create(traceSt, ANY_CPU,
+                               // pid, new TmfTimestamp());
+                               //
+                               // if (!process.getState().getProc_status().equals(
+                               // ProcessStatus.LTTV_STATE_DEAD)) {
+                               // // Leave only the first element in the stack with execution
+                               // // mode to
+                               // // syscall
+                               // Stack<LttngExecutionState> processExStack = process
+                               // .getExecution_stack();
+                               // exState = processExStack.firstElement();
+                               // exState.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
+                               // if (processExStack.size() > 1) {
+                               // processExStack.clear();
+                               // processExStack.add(exState);
+                               // }
+                               //
+                               // // update the process state to the only one in the stack
+                               // process.setState(exState);
+                               // }
+                               //
+                               // process.setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_PROCESS_EXIT
+        * </p>
+        * <p>
+        * LTT_FIELD_PID
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getProcessExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long pid;
+                               // LttngProcessState process;
+                               //
+                               // pid = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_PID);
+                               // // s->parent.target_pid = pid;
+                               //
+                               // // FIXME : Add this test in the "known state" section
+                               // // g_assert(process->pid == pid);
+                               //
+                               // process = lttv_state_find_process(traceSt, ANY_CPU, pid);
+                               // if (process != null) {
+                               // process.getState().setProc_status(
+                               // ProcessStatus.LTTV_STATE_EXIT);
+                               // }
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_PROCESS_FREE
+        * </p>
+        * <p>
+        * Fields: LTT_FIELD_PID
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getProcessFreeHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long release_pid;
+                               // LttngProcessState process;
+                               //
+                               // /* PID of the process to release */
+                               // release_pid = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_PID);
+                               // // s->parent.target_pid = release_pid;
+                               //
+                               // if (release_pid == 0) {
+                               // TraceDebug.debug("Unexpected release_pid: 0, Event time: "
+                               // + trcEvent.getTimestamp());
+                               // }
+                               //
+                               // process = lttv_state_find_process(traceSt, ANY_CPU,
+                               // release_pid);
+                               // if (process != null) {
+                               // exit_process(traceSt, process);
+                               // }
+
+                               return false;
+                               // DISABLED
+                               // if(process != null) {
+                               /*
+                                * release_task is happening at kernel level : we can now safely
+                                * release the data structure of the process
+                                */
+                               // This test is fun, though, as it may happen that
+                               // at time t : CPU 0 : process_free
+                               // at time t+150ns : CPU 1 : schedule out
+                               // Clearly due to time imprecision, we disable it. (Mathieu)
+                               // If this weird case happen, we have no choice but to put the
+                               // Currently running process on the cpu to 0.
+                               // I re-enable it following time precision fixes. (Mathieu)
+                               // Well, in the case where an process is freed by a process on
+                               // another
+                               // CPU
+                               // and still scheduled, it happens that this is the schedchange
+                               // that
+                               // will
+                               // drop the last reference count. Do not free it here!
+
+                               // int num_cpus = ltt_trace_get_num_cpu(ts->parent.t);
+                               // guint i;
+                               // for(i=0; i< num_cpus; i++) {
+                               // //g_assert(process != ts->running_process[i]);
+                               // if(process == ts->running_process[i]) {
+                               // //ts->running_process[i] = lttv_state_find_process(ts, i, 0);
+                               // break;
+                               // }
+                               // }
+                               // if(i == num_cpus) /* process is not scheduled */
+                               // exit_process(s, process);
+                               // }
+                               //      
+                               // return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_EXEC
+        * </p>
+        * <p>
+        * FIELDS: LTT_FIELD_FILENAME
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getProcessExecHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long cpu = trcEvent.getCpuId();
+                               // LttngProcessState process = traceSt.getRunning_process().get(
+                               // cpu);
+                               //
+                               // // #if 0//how to use a sequence that must be transformed in a
+                               // // string
+                               // // /* PID of the process to release */
+                               // // guint64 name_len = ltt_event_field_element_number(e,
+                               // // lttv_trace_get_hook_field(th, 0));
+                               // // //name = ltt_event_get_string(e,
+                               // // lttv_trace_get_hook_field(th, 0));
+                               // // LttField *child = ltt_event_field_element_select(e,
+                               // // lttv_trace_get_hook_field(th, 0), 0);
+                               // // gchar *name_begin =
+                               // // (gchar*)(ltt_event_data(e)+ltt_event_field_offset(e,
+                               // child));
+                               // // gchar *null_term_name = g_new(gchar, name_len+1);
+                               // // memcpy(null_term_name, name_begin, name_len);
+                               // // null_term_name[name_len] = '\0';
+                               // // process->name = g_quark_from_string(null_term_name);
+                               // // #endif //0
+                               //
+                               // process.setName(getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_FILENAME));
+                               // process.setBrand(StateStrings.LTTV_STATE_UNBRANDED);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * LTT_EVENT_THREAD_BRAND
+        * </p>
+        * <p>
+        * FIELDS: LTT_FIELD_NAME
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor GetThreadBrandHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // String name;
+                               // Long cpu = trcEvent.getCpuId();
+                               // LttngProcessState process = traceSt.getRunning_process().get(
+                               // cpu);
+                               //
+                               // name = getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_NAME);
+                               // process.setBrand(name);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * @return
+        */
+       final ILttngEventProcessor getStateDumpEndHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // /* For all processes */
+                               // /*
+                               // * if kernel thread, if stack[0] is unknown, set to syscall
+                               // * mode, wait
+                               // */
+                               // /* else, if stack[0] is unknown, set to user mode, running */
+                               // List<LttngProcessState> processes = traceSt.getProcesses();
+                               // TmfTimestamp time = trcEvent.getTimestamp();
+                               //
+                               // for (LttngProcessState process : processes) {
+                               // fix_process(process, time);
+                               // }
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * Private method used to establish the first execution state in the stack
+        * for a given process
+        * 
+        * @param process
+        * @param timestamp
+        */
+       // private void fix_process(LttngProcessState process,
+       // TmfTimestamp timestamp) {
+       //
+       // LttngExecutionState es;
+       // Stack<LttngExecutionState> procStack = process
+       // .getExecution_stack();
+       //
+       // if (process.getType() == ProcessType.LTTV_STATE_KERNEL_THREAD) {
+       // es = procStack.firstElement();
+       //
+       // if (es.getExec_mode() == ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
+       // es.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
+       // es
+       // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE
+       // .getInName());
+       // es.setEntry_Time(timestamp);
+       // es.setChage_Time(timestamp);
+       // es.setCum_cpu_time(0L);
+       // if (es.getProc_status() == ProcessStatus.LTTV_STATE_UNNAMED) {
+       // es.setProc_status(ProcessStatus.LTTV_STATE_WAIT);
+       // }
+       // }
+       // } else {
+       // es = procStack.firstElement();
+       // if (es.getExec_mode() == ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
+       // es.setExec_mode(ExecutionMode.LTTV_STATE_USER_MODE);
+       // es
+       // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE
+       // .getInName());
+       // es.setEntry_Time(timestamp);
+       // es.setChage_Time(timestamp);
+       // es.setCum_cpu_time(0L);
+       // if (es.getProc_status() == ProcessStatus.LTTV_STATE_UNNAMED) {
+       // es.setProc_status(ProcessStatus.LTTV_STATE_RUN);
+       // }
+       //
+       // if (procStack.size() == 1) {
+       // /*
+       // * Still in bottom unknown mode, means never did a
+       // * system call May be either in user mode, syscall
+       // * mode, running or waiting.
+       // */
+       // /*
+       // * FIXME : we may be tagging syscall mode when being
+       // * user mode
+       // */
+       // // Get a new execution State
+       // es = new LttngExecutionState();
+       //
+       // // initialize values
+       // es.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
+       // es
+       // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE
+       // .getInName());
+       // es.setEntry_Time(timestamp);
+       // es.setChage_Time(timestamp);
+       // es.setCum_cpu_time(0L);
+       // es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
+       //
+       // // Push the new state to the stack
+       // procStack.push(es);
+       // }
+       // }
+       // }
+       // }
+       // };
+       // return handler;
+       // }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_PROCESS_STATE
+        * </p>
+        * <p>
+        * FIELDS: LTT_FIELD_PID, LTT_FIELD_PARENT_PID, LTT_FIELD_NAME,
+        * LTT_FIELD_TYPE, LTT_FIELD_MODE, LTT_FIELD_SUBMODE, LTT_FIELD_STATUS,
+        * LTT_FIELD_TGID
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getEnumProcessStateHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               //
+                               // Long parent_pid;
+                               // Long pid;
+                               // Long tgid;
+                               // String command;
+                               // Long cpu = trcEvent.getCpuId();
+                               // LttngProcessState process = traceSt.getRunning_process().get(
+                               // cpu);
+                               // LttngProcessState parent_process;
+                               // String type;
+                               // // String mode, submode, status;
+                               // LttngExecutionState es;
+                               //
+                               // /* PID */
+                               // pid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_PID);
+                               //
+                               // /* Parent PID */
+                               // parent_pid = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_PARENT_PID);
+                               //
+                               // /* Command name */
+                               // command = getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_NAME);
+                               //
+                               // /* TODO: type field, Values need to be verified */
+                               // /* type */
+                               // Long typeVal = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_TYPE);
+                               // if (typeVal == 0L) {
+                               // type = ProcessType.LTTV_STATE_KERNEL_THREAD.getInName();
+                               // } else {
+                               // type = ProcessType.LTTV_STATE_USER_THREAD.getInName();
+                               // }
+                               //
+                               // // FIXME: type is rarely used, enum must match possible
+                               // types.
+                               //
+                               // // /* mode */
+                               // // mode = getAFieldString(trcEvent, traceSt,
+                               // // Fields.LTT_FIELD_MODE);
+                               // //
+                               // // /* submode */
+                               // // submode = getAFieldString(trcEvent, traceSt,
+                               // // Fields.LTT_FIELD_SUBMODE);
+                               // //
+                               // // /* status */
+                               // // status = getAFieldString(trcEvent, traceSt,
+                               // // Fields.LTT_FIELD_STATUS);
+                               //
+                               // /* TGID */
+                               // tgid = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_TGID);
+                               // if (tgid == null) {
+                               // tgid = 0L;
+                               // }
+                               //
+                               // if (pid == 0) {
+                               // for (Long acpu : traceSt.getCpu_states().keySet()) {
+                               // process = lttv_state_find_process(traceSt, acpu, pid);
+                               // if (process != null) {
+                               // process.setPpid(parent_pid);
+                               // process.setTgid(tgid);
+                               // process.setName(command);
+                               // process
+                               // .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
+                               // } else {
+                               // StringBuilder sb = new StringBuilder(
+                               // "Unexpected, null process read from the TraceState list of processes, event time: "
+                               // + trcEvent.getTimestamp());
+                               // TraceDebug.debug(sb.toString());
+                               // }
+                               // }
+                               // } else {
+                               // /*
+                               // * The process might exist if a process was forked while
+                               // * performing the state dump.
+                               // */
+                               // process = lttv_state_find_process(traceSt, ANY_CPU, pid);
+                               // if (process == null) {
+                               // parent_process = lttv_state_find_process(traceSt,
+                               // ANY_CPU, parent_pid);
+                               // process = create_process(traceSt, cpu, pid, tgid,
+                               // command, trcEvent.getTimestamp());
+                               // if (parent_process != null) {
+                               // process.setPpid(parent_process.getPid());
+                               // }
+                               //
+                               // /* Keep the stack bottom : a running user mode */
+                               // /*
+                               // * Disabled because of inconsistencies in the current
+                               // * statedump states.
+                               // */
+                               // if (type.equals(ProcessType.LTTV_STATE_KERNEL_THREAD
+                               // .getInName())) {
+                               // /*
+                               // * FIXME Kernel thread : can be in syscall or
+                               // * interrupt or trap.
+                               // */
+                               // /*
+                               // * Will cause expected trap when in fact being
+                               // * syscall (even after end of statedump event) Will
+                               // * cause expected interrupt when being syscall.
+                               // * (only before end of statedump event)
+                               // */
+                               // process
+                               // .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
+                               //
+                               // // #if 0
+                               // // es->t = LTTV_STATE_SYSCALL;
+                               // // es->s = status;
+                               // // es->n = submode;
+                               // // #endif //0
+                               // } else {
+                               // /*
+                               // * User space process : bottom : user mode either
+                               // * currently running or scheduled out. can be
+                               // * scheduled out because interrupted in (user mode
+                               // * or in syscall) or because of an explicit call to
+                               // * the scheduler in syscall. Note that the scheduler
+                               // * call comes after the irq_exit, so never in
+                               // * interrupt context.
+                               // */
+                               // // temp workaround : set size to 1 : only have user
+                               // // mode
+                               // // bottom of stack.
+                               // // will cause g_info message of expected syscall
+                               // // mode when
+                               // // in fact being
+                               // // in user mode. Can also cause expected trap when
+                               // // in fact
+                               // // being user
+                               // // mode in the event of a page fault reenabling
+                               // // interrupts
+                               // // in the handler.
+                               // // Expected syscall and trap can also happen after
+                               // // the end
+                               // // of statedump
+                               // // This will cause a
+                               // // "popping last state on stack, ignoring it."
+                               //
+                               // // process->execution_stack =
+                               // // g_array_set_size(process->execution_stack, 1);
+                               // // es = process->state =
+                               // // &g_array_index(process->execution_stack,
+                               // // LttvExecutionState, 0);
+                               // // a new process must have only one state in the
+                               // // stack and
+                               // // be the same as the current state
+                               // // es = process.getState();
+                               // // es.setExec_mode(ExecutionMode.LTTV_STATE_MODE_UNKNOWN);
+                               // // es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
+                               // // es
+                               // //
+                               // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
+                               // // .getInName());
+                               //
+                               // // #if 0
+                               // // es->t = LTTV_STATE_USER_MODE;
+                               // // es->s = status;
+                               // // es->n = submode;
+                               // // #endif //0
+                               // }
+                               // // TODO: clean up comments above: Moved repeated code
+                               // // from both
+                               // // if / else blocks above,
+                               // // comments left temporarily for easier visualization
+                               // // and
+                               // // comparision with c code
+                               // es = process.getState();
+                               // es.setExec_mode(ExecutionMode.LTTV_STATE_MODE_UNKNOWN);
+                               // es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
+                               // es
+                               // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
+                               // .getInName());
+                               // // #if 0
+                               // // /* UNKNOWN STATE */
+                               // // {
+                               // // es = process->state =
+                               // // &g_array_index(process->execution_stack,
+                               // // LttvExecutionState, 1);
+                               // // es->t = LTTV_STATE_MODE_UNKNOWN;
+                               // // es->s = LTTV_STATE_UNNAMED;
+                               // // es->n = LTTV_STATE_SUBMODE_UNKNOWN;
+                               // // }
+                               // // #endif //0
+                               // } else {
+                               // /*
+                               // * The process has already been created : Probably was
+                               // * forked while dumping the process state or was simply
+                               // * scheduled in prior to get the state dump event.
+                               // */
+                               // process.setPpid(parent_pid);
+                               // process.setTgid(tgid);
+                               // process.setName(command);
+                               // if (type.equals(ProcessType.LTTV_STATE_KERNEL_THREAD
+                               // .getInName())) {
+                               // process
+                               // .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
+                               // } else {
+                               // process.setType(ProcessType.LTTV_STATE_USER_THREAD);
+                               // }
+                               //
+                               // // es =
+                               // // &g_array_index(process->execution_stack,
+                               // // LttvExecutionState,
+                               // // 0);
+                               // // #if 0
+                               // // if(es->t == LTTV_STATE_MODE_UNKNOWN) {
+                               // // if(type == LTTV_STATE_KERNEL_THREAD)
+                               // // es->t = LTTV_STATE_SYSCALL;
+                               // // else
+                               // // es->t = LTTV_STATE_USER_MODE;
+                               // // }
+                               // // #endif //0
+                               // /*
+                               // * Don't mess around with the stack, it will eventually
+                               // * become ok after the end of state dump.
+                               // */
+                               // }
+                               // }
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/resource/LTTngStateResourceTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/resource/LTTngStateResourceTest.java
new file mode 100644 (file)
index 0000000..5bba549
--- /dev/null
@@ -0,0 +1,193 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tests.state.resource;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.lttng.core.state.resource.ILttngStateContext;
+import org.eclipse.linuxtools.lttng.core.state.resource.LTTngStateResource;
+import org.eclipse.linuxtools.lttng.core.state.resource.ILTTngStateResource.GlobalStateMode;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+
+/**
+ * For inherited methods see: LTTngTreeNodeTest
+ * 
+ * @author alvaro
+ * 
+ */
+@SuppressWarnings("nls")
+public class LTTngStateResourceTest extends TestCase {
+       // =======================================================================
+       // Data
+       // =======================================================================
+
+       // Common context for all tests
+       ILttngStateContext context;
+
+       LTTngStateResource node10;
+       LTTngStateResource node20;
+       LTTngStateResource node30;
+       LTTngStateResource node40;
+       LTTngStateResource node50;
+       LTTngStateResource node60;
+
+       LTTngStateResource node15;
+       LTTngStateResource node25;
+       LTTngStateResource node35;
+       LTTngStateResource node45;
+       LTTngStateResource node55;
+       LTTngStateResource node65;
+       LTTngStateResource node67;
+
+       // ========================================================================
+       // Preparations and Finish
+       // =======================================================================
+       /* (non-Javadoc)
+        * @see junit.framework.TestCase#setUp()
+        */
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+               context = getContext();
+               // Create state resources and assign a parent
+               node10 = new LTTngStateResource(10L, "node10", context, this);
+               node20 = new LTTngStateResource(20L, node10, "node20", context, this);
+               node30 = new LTTngStateResource(30L, node20, "node30", context, this);
+               node40 = new LTTngStateResource(40L, node30, "node40", context, this);
+               node50 = new LTTngStateResource(50L, node40, "node50", context, this);
+               node60 = new LTTngStateResource(60L, node50, "node60", context, this);
+               
+               //Adding first children
+               node10.addChild(node20);
+               node20.addChild(node30);
+               node30.addChild(node40);
+               node40.addChild(node50);
+               node50.addChild(node60);
+               
+               //create additional nodes
+               node15 = new LTTngStateResource(15L, node10, "node15", context, this);
+               node25 = new LTTngStateResource(25L, node20, "node25", context, this);
+               node35 = new LTTngStateResource(35L, node30, "node35", context, this);
+               node45 = new LTTngStateResource(45L, node40, "node45", context, this);
+               node55 = new LTTngStateResource(55L, node50, "node55", context, this);
+               node65 = new LTTngStateResource(65L, node60, "node65", context, this);
+               node67 = new LTTngStateResource(67L, node60, "node67", context, this);
+               
+               // Add more children to instances
+               node10.addChild(node15);
+               node20.addChild(node25);
+               node30.addChild(node35);
+               node40.addChild(node45);
+               node50.addChild(node55);
+               node60.addChild(node65);
+               node60.addChild(node67);
+       }
+
+       /**
+        * @return
+        */
+       private ILttngStateContext getContext() {
+               return new ILttngStateContext() {
+
+                       @Override
+                       public TmfTimeRange getTraceTimeWindow() {
+                               return null;
+                       }
+
+                       @Override
+                       public ITmfTrace<?> getTraceIdRef() {
+                               return null;
+                       }
+
+                       @Override
+                       public String getTraceId() {
+                               return "Test Trace";
+                       }
+
+                       @Override
+                       public int getNumberOfCpus() {
+                               return 1;
+                       }
+
+                       @Override
+                       public TmfTimeRange getExperimentTimeWindow() {
+                               return null;
+                       }
+
+                       @Override
+                       public String getExperimentName() {
+                               return "Test Experiment";
+                       }
+                       
+                       @Override
+            public long getIdentifier() {
+                return 0;
+            }
+               };
+       }
+
+       /* (non-Javadoc)
+        * @see junit.framework.TestCase#tearDown()
+        */
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+       // ========================================================================
+       // Methods
+       // =======================================================================
+       /**
+        * Test method for
+        * {@link org.eclipse.linuxtools.lttng.core.state.resource.LTTngStateResource#getChildren()}
+        * .
+        */
+       public void testGetChildren() {
+               LTTngStateResource[] childrensOf60 = node60.getChildren();
+               assertNotNull(childrensOf60);
+
+               int size = childrensOf60.length;
+               assertEquals(2, size);
+
+               LTTngStateResource child65 = childrensOf60[0];
+               LTTngStateResource child67 = childrensOf60[1];
+
+               assertNotNull(child65);
+               assertNotNull(child67);
+
+               assertEquals("node65", child65.getName());
+               assertEquals("node67", child67.getName());
+       }
+
+       /**
+        * Test method for
+        * {@link org.eclipse.linuxtools.lttng.core.state.resource.LTTngStateResource#getStateMode()}
+        */
+       public void testStateMode() {
+               // check default
+               assertEquals("unknown", node60.getStateMode().getInName());
+
+               // check setting
+               node60.setStateMode(GlobalStateMode.LTT_STATEMODE_WAIT_FORK);
+               assertEquals("waitfork", node60.getStateMode().getInName());
+
+       }
+       
+       /**
+        * Test method for
+        * {@link org.eclipse.linuxtools.lttng.core.state.resource.LTTngStateResource#getContext()}
+        */
+       public void testContext() {
+               assertEquals(context, node60.getContext());
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/tests/handlers/AbsStateUpdate.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/state/tests/handlers/AbsStateUpdate.java
new file mode 100644 (file)
index 0000000..c1da336
--- /dev/null
@@ -0,0 +1,569 @@
+package org.eclipse.linuxtools.lttng.core.tests.state.tests.handlers;
+
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventField;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Fields;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngExecutionState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventField;
+
+@SuppressWarnings("nls")
+public abstract class AbsStateUpdate implements ILttngEventProcessor {
+
+       // ========================================================================
+       // Data
+       // =======================================================================
+       protected static LttngExecutionState exState = null;
+       protected static Long pid = null;
+       
+       // ========================================================================
+       // push and pop from stack
+       // =======================================================================
+
+//     protected static final Long ANY_CPU = 0L;
+       
+
+//     protected void push_state(Long cpu, StateStrings.ExecutionMode execMode,
+//                     String submode, TmfTimestamp eventTime, LttngTraceState traceSt) {
+//
+//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
+//             LttngExecutionState exe_state = new LttngExecutionState();
+//             exe_state.setExec_mode(execMode);
+//             exe_state.setExec_submode(submode);
+//             exe_state.setEntry_Time(eventTime);
+//             exe_state.setChage_Time(eventTime);
+//             exe_state.setCum_cpu_time(0L);
+//             exe_state.setProc_status(process.getState().getProc_status());
+//             process.setState(exe_state);
+//
+//             Stack<LttngExecutionState> exe_state_stack = process
+//                             .getExecution_stack();
+//             exe_state_stack.push(exe_state);
+//     }
+//
+//     protected void pop_state(Long cpu, StateStrings.ExecutionMode execMode,
+//                     LttngTraceState traceSt, TmfTimestamp eventTime) {
+//
+//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
+//
+//             if (!process.getState().getExec_mode().equals(execMode)) {
+//                     // Different execution mode
+//                     TraceDebug.debug("Different Execution Mode type \n\tTime:"
+//                                     + eventTime.toString() + "\n\tprocess state has: \n\t"
+//                                     + process.getState().getExec_mode().toString()
+//                                     + "\n\twhen pop_int is:\n\t" + execMode.toString());
+//                     return;
+//             }
+//
+//             Stack<LttngExecutionState> exe_state_stack = process
+//                             .getExecution_stack();
+//
+//             if (exe_state_stack.size() <= 1) {
+//                     TraceDebug
+//                                     .debug("Removing last item from execution stack is not allowed");
+//             }
+//
+//             exe_state_stack.pop();
+//             process.setState(exe_state_stack.peek());
+//             process.getState().setChage_Time(eventTime);
+//     }
+//
+//     protected void irq_push_mode(LttngIRQState irqst, IRQMode state) {
+//             irqst.getMode_stack().push(state);
+//     }
+//
+//     protected void irq_set_base_mode(LttngIRQState irqst, IRQMode state) {
+//             Stack<IRQMode> irqModeStack = irqst.getMode_stack();
+//             irqModeStack.clear();
+//             irqModeStack.push(state);
+//     }
+//
+//     protected void irq_pop_mode(LttngIRQState irqst) {
+//             Stack<IRQMode> irq_stack = irqst.getMode_stack();
+//             if (irq_stack.size() <= 1)
+//                     irq_set_base_mode(irqst, IRQMode.LTTV_IRQ_UNKNOWN);
+//             else
+//                     irq_stack.pop();
+//     }
+//
+//     protected void cpu_push_mode(LTTngCPUState cpust, StateStrings.CpuMode state) {
+//             // The initialization (init) creates a LttngCPUState instance per
+//             // available cpu in the system
+//             Stack<CpuMode> cpuStack = cpust.getMode_stack();
+//             cpuStack.push(state);
+//     }
+//
+//     protected void cpu_pop_mode(LTTngCPUState cpust) {
+//             if (cpust.getMode_stack().size() <= 1)
+//                     cpu_set_base_mode(cpust, StateStrings.CpuMode.LTTV_CPU_UNKNOWN);
+//             else
+//                     cpust.getMode_stack().pop();
+//     }
+//
+//     /* clears the stack and sets the state passed as argument */
+//     protected void cpu_set_base_mode(LTTngCPUState cpust,
+//                     StateStrings.CpuMode state) {
+//             Stack<CpuMode> cpuStack = cpust.getMode_stack();
+//             cpuStack.clear();
+//             cpuStack.push(state);
+//     }
+//
+//     protected void bdev_pop_mode(LttngBdevState bdevst) {
+//             Stack<BdevMode> bdevModeStack = bdevst.getMode_stack();
+//             if (bdevModeStack.size() <= 1) {
+//                     bdev_set_base_mode(bdevModeStack, BdevMode.LTTV_BDEV_UNKNOWN);
+//             } else {
+//                     bdevModeStack.pop();
+//             }
+//
+//     }
+//
+//     protected void bdev_set_base_mode(Stack<BdevMode> bdevModeStack,
+//                     BdevMode state) {
+//             bdevModeStack.clear();
+//             bdevModeStack.push(state);
+//     }
+//
+//     /**
+//      * Push a new received function pointer to the user_stack
+//      * 
+//      * @param traceSt
+//      * @param funcptr
+//      * @param cpu
+//      */
+//     protected void push_function(LttngTraceState traceSt, Long funcptr, Long cpu) {
+//             // Get the related process
+//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
+//
+//             // get the user_stack
+//             Stack<Long> user_stack = process.getUser_stack();
+//
+//             // update stack
+//             user_stack.push(funcptr);
+//
+//             // update the pointer to the current function on the corresponding
+//             // process
+//             process.setCurrent_function(funcptr);
+//     }
+//
+//     protected void pop_function(LttngTraceState traceSt, LttngEvent trcEvent,
+//                     Long funcptr) {
+//             Long cpu = trcEvent.getCpuId();
+//             // LttvTraceState *ts = (LttvTraceState*)tfs->parent.t_context;
+//             // LttvProcessState *process = ts->running_process[cpu];
+//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
+//             Long curr_function = process.getCurrent_function();
+//             if (curr_function != null && curr_function != funcptr) {
+//                     TraceDebug.debug("Different functions: " + funcptr + " current: "
+//                                     + curr_function + " time stamp: "
+//                                     + trcEvent.getTimestamp().toString());
+//
+//                     // g_info("Different functions (%lu.%09lu): ignore it\n",
+//                     // tfs->parent.timestamp.tv_sec, tfs->parent.timestamp.tv_nsec);
+//                     // g_info("process state has %" PRIu64 " when pop_function is %"
+//                     // PRIu64
+//                     // "\n",
+//                     // process->current_function, funcptr);
+//                     // g_info("{ %u, %u, %s, %s, %s }\n",
+//                     // process->pid,
+//                     // process->ppid,
+//                     // g_quark_to_string(process->name),
+//                     // g_quark_to_string(process->brand),
+//                     // g_quark_to_string(process->state->s));
+//                     return;
+//             }
+//
+//             Stack<Long> user_stack = process.getUser_stack();
+//             if (user_stack.size() == 0) {
+//                     TraceDebug
+//                                     .debug("Trying to pop last function in stack. Ignored.  Time Stamp: "
+//                                                     + trcEvent.getTimestamp());
+//                     return;
+//             }
+//             user_stack.pop();
+//             process.setCurrent_function(user_stack.peek());
+//     }
+//
+//     // ========================================================================
+//     // General methods
+//     // =======================================================================
+//     /**
+//      * protected method used when only one Field is expected with Type "Long" if
+//      * the number of fields is greater, the first field is returned and a
+//      * tracing message is sent Null is returned if the value could not be
+//      * extracted.
+//      * 
+//      * @param trcEvent
+//      * @param traceSt
+//      * @param expectedNumFields
+//      * @return
+//      */
+//     protected Long getDField(LttngEvent trcEvent, LttngTraceState traceSt,
+//                     Fields expectedField) {
+//             Long fieldVal = null;
+//             TmfEventField[] fields = trcEvent.getContent().getFields();
+//             String[] fieldLabels = trcEvent.getContent().getFormat().getLabels();
+//
+//             // Only one field expected
+//             if (fields.length != 1 || fieldLabels.length != 1) {
+//                     StringBuilder sb = new StringBuilder(
+//                                     "Unexpected number of fields received: " + fields.length
+//                                                     + " for Event: " + trcEvent.getMarkerName() + "\n\t\tFields: ");
+//
+//                     for (TmfEventField field : fields) {
+//                             sb.append(((LttngEventField)field).getName() + " ");                            
+//                     }
+//
+//                     TraceDebug.debug(sb.toString());
+//                     if (fields.length == 0) {
+//                             return null;
+//                     }
+//             }
+//
+//             LttngEventField field = (LttngEventField) fields[0];
+//             String fieldname = field.getName();
+//             String expectedFieldName = expectedField.getInName();
+//             if (fieldname.equals(expectedFieldName)) {
+//                     Object fieldObj = field.getValue();
+//                     if (fieldObj instanceof Long) {
+//                             // Expected value found
+//                             fieldVal = (Long) field.getValue();
+//                     } else {
+//                             if (TraceDebug.isDEBUG()) {
+//                                     TraceDebug
+//                                                     .debug("Unexpected field Type. Expected: Long, Received: "
+//                                                                     + fieldObj.getClass().getSimpleName());
+//                             }
+//                             return null;
+//                     }
+//             } else {
+//                     TraceDebug.debug("Unexpected field received: " + fieldname
+//                                     + " Expected: " + expectedFieldName);
+//                     return null;
+//             }
+//
+//             return fieldVal;
+//     }
+//
+       /**
+        * protected method used when a Field is requested among several available
+        * fields and the expected type is Long
+        * 
+        * @param trcEvent
+        * @param traceSt
+        * @param expectedNumFields
+        * @return
+        */
+       protected Long getAFieldLong(LttngEvent trcEvent, LttngTraceState traceSt,
+                       Fields expectedField) {
+               Long fieldVal = null;
+               TmfEventField[] fields = trcEvent.getContent().getFields();
+
+               // At least one field expected
+               if (fields.length == 0) {
+                       TraceDebug.debug("Unexpected number of fields received: "
+                                       + fields.length);
+                       return null;
+               }
+
+               LttngEventField field;
+               String fieldname;
+               String expectedFieldName = expectedField.getInName();
+               for (int i = 0; i < fields.length; i++) {
+                       field = (LttngEventField) fields[i];
+                       fieldname = field.getId();
+                       if (fieldname.equals(expectedFieldName)) {
+                               Object fieldObj = field.getValue();
+                               if (fieldObj instanceof Long) {
+                                       // Expected value found
+                                       fieldVal = (Long) field.getValue();
+                                       // if (expectedField == Fields.LTT_FIELD_TYPE) {
+                                       // TraceDebug.debug("Field Type value is: " + fieldVal);
+                                       // }
+                                       break;
+                               } else {
+                                       if (TraceDebug.isDEBUG()) {
+                                               TraceDebug
+                                                               .debug("Unexpected field Type. Expected: Long, Received: "
+                                                                               + fieldObj.getClass().getSimpleName());
+                                       }
+                                       return null;
+                               }
+                       }
+               }
+
+               if (fieldVal == null) {
+                       if (TraceDebug.isDEBUG()) {
+                               sendNoFieldFoundMsg(fields, expectedFieldName);
+                       }
+               }
+               return fieldVal;
+       }
+
+       /**
+        * protected method used when a Field is requested among several available
+        * fields and the expected type is String
+        * 
+        * @param trcEvent
+        * @param traceSt
+        * @param expectedNumFields
+        * @return
+        */
+       protected String getAFieldString(LttngEvent trcEvent,
+                       LttngTraceState traceSt, Fields expectedField) {
+               String fieldVal = null;
+               TmfEventField[] fields = trcEvent.getContent().getFields();
+
+               // Only one field expected
+               if (fields.length == 0) {
+                       TraceDebug.debug("Unexpected number of fields received: "
+                                       + fields.length);
+                       return null;
+               }
+
+               LttngEventField field;
+               String fieldname;
+               String expectedFieldName = expectedField.getInName();
+               for (int i = 0; i < fields.length; i++) {
+                       field = (LttngEventField) fields[i];
+                       fieldname = field.getId();
+                       if (fieldname.equals(expectedFieldName)) {
+                               Object fieldObj = field.getValue();
+                               if (fieldObj instanceof String) {
+                                       // Expected value found
+                                       fieldVal = (String) field.getValue();
+                                       break;
+                               } else {
+                                       if (TraceDebug.isDEBUG()) {
+                                               TraceDebug
+                                                               .debug("Unexpected field Type. Expected: String, Received: "
+                                                                               + fieldObj.getClass().getSimpleName());
+                                       }
+                                       return null;
+                               }
+                       }
+               }
+
+               if (fieldVal == null) {
+                       if (TraceDebug.isDEBUG()) {
+                               sendNoFieldFoundMsg(fields, expectedFieldName);
+                       }
+               }
+               return fieldVal;
+       }
+
+       protected void sendNoFieldFoundMsg(TmfEventField[] fields,
+                       String expectedFieldName) {
+               LttngEventField field;
+               StringBuilder sb = new StringBuilder("Field not found, requested: "
+                               + expectedFieldName);
+               sb.append(" number of fields: " + fields.length + "Fields: ");
+               for (int i = 0; i < fields.length; i++) {
+                       field = (LttngEventField) fields[i];
+                       sb.append(field.getId() + " ");
+               }
+
+               TraceDebug.debug(sb.toString(), 5);
+       }
+
+//     // Adaption from MKDEV macro
+//     protected Long mkdev(Long major, Long minor) {
+//             Long result = null;
+//             if (major != null && minor != null) {
+//                     result = (major << 20) | minor;
+//             }
+//             return result;
+//     }
+//
+//     /*
+//      * FIXME : this function should be called when we receive an event telling
+//      * that release_task has been called in the kernel. In happens generally
+//      * when the parent waits for its child terminaison, but may also happen in
+//      * special cases in the child's exit : when the parent ignores its children
+//      * SIGCCHLD or has the flag SA_NOCLDWAIT. It can also happen when the child
+//      * is part of a killed thread group, but isn't the leader.
+//      */
+//     protected boolean exit_process(LttngTraceState ts, LttngProcessState process) {
+//             /*
+//              * Wait for both schedule with exit dead and process free to happen.
+//              * They can happen in any order.
+//              */
+//             process.incrementFree_events();
+//             if (process.getFree_events() < 2) {
+//                     return false;
+//             }
+//
+//             process.getExecution_stack().clear();
+//             process.getUser_stack().clear();
+//             ts.getProcesses().remove(process);
+//
+//             return true;
+//     }
+//
+//     // LttvProcessState *
+//     // lttv_state_create_process(LttvTraceState *tcs, LttvProcessState *parent,
+//     // guint cpu, guint pid, guint tgid, GQuark name, const LttTime *timestamp)
+//     // {
+//     // LttvProcessState *process = g_new(LttvProcessState, 1);
+//     //
+//     // LttvExecutionState *es;
+//     //
+//     // char buffer[128];
+//     //
+//     // process->pid = pid;
+//     // process->tgid = tgid;
+//     // process->cpu = cpu;
+//     // process->name = name;
+//     // process->brand = LTTV_STATE_UNBRANDED;
+//     // //process->last_cpu = tfs->cpu_name;
+//     // //process->last_cpu_index =
+//     // ltt_tracefile_num(((LttvTracefileContext*)tfs)->tf);
+//     // process->type = LTTV_STATE_USER_THREAD;
+//     // process->usertrace = ltt_state_usertrace_find(tcs, pid, timestamp);
+//     // process->current_function = 0; //function 0x0 by default.
+//     //
+//     // g_info("Process %u, core %p", process->pid, process);
+//     // g_hash_table_insert(tcs->processes, process, process);
+//     //
+//     // if(parent) {
+//     // process->ppid = parent->pid;
+//     // process->creation_time = *timestamp;
+//     // }
+//     //
+//     // /* No parent. This process exists but we are missing all information
+//     // about
+//     // its creation. The birth time is set to zero but we remember the time of
+//     // insertion */
+//     //
+//     // else {
+//     // process->ppid = 0;
+//     // process->creation_time = ltt_time_zero;
+//     // }
+//     //
+//     // process->insertion_time = *timestamp;
+//     // sprintf(buffer,"%d-%lu.%lu",pid, process->creation_time.tv_sec,
+//     // process->creation_time.tv_nsec);
+//     // process->pid_time = g_quark_from_string(buffer);
+//     // process->cpu = cpu;
+//     // process->free_events = 0;
+//     // //process->last_cpu = tfs->cpu_name;
+//     // //process->last_cpu_index =
+//     // ltt_tracefile_num(((LttvTracefileContext*)tfs)->tf);
+//     // process->execution_stack = g_array_sized_new(FALSE, FALSE,
+//     // sizeof(LttvExecutionState), PREALLOCATED_EXECUTION_STACK);
+//     // process->execution_stack = g_array_set_size(process->execution_stack, 2);
+//     // es = process->state = &g_array_index(process->execution_stack,
+//     // LttvExecutionState, 0);
+//     // es->t = LTTV_STATE_USER_MODE;
+//     // es->n = LTTV_STATE_SUBMODE_NONE;
+//     // es->entry = *timestamp;
+//     // //g_assert(timestamp->tv_sec != 0);
+//     // es->change = *timestamp;
+//     // es->cum_cpu_time = ltt_time_zero;
+//     // es->s = LTTV_STATE_RUN;
+//     //
+//     // es = process->state = &g_array_index(process->execution_stack,
+//     // LttvExecutionState, 1);
+//     // es->t = LTTV_STATE_SYSCALL;
+//     // es->n = LTTV_STATE_SUBMODE_NONE;
+//     // es->entry = *timestamp;
+//     // //g_assert(timestamp->tv_sec != 0);
+//     // es->change = *timestamp;
+//     // es->cum_cpu_time = ltt_time_zero;
+//     // es->s = LTTV_STATE_WAIT_FORK;
+//     //        
+//     // /* Allocate an empty function call stack. If it's empty, use 0x0. */
+//     // process->user_stack = g_array_sized_new(FALSE, FALSE,
+//     // sizeof(guint64), 0);
+//     //        
+//     // return process;
+//     // }
+//
+//     /**
+//      * Find the process matching the given pid and cpu
+//      * 
+//      * If cpu is 0, the cpu value is not matched and the selection is based on
+//      * pid value only
+//      * 
+//      * @param ts
+//      * @param cpu
+//      * @param pid
+//      * @return
+//      */
+//     protected LttngProcessState lttv_state_find_process(LttngTraceState ts,
+//                     Long cpu, Long pid) {
+//             // Define the return value
+//             LttngProcessState process = null;
+//
+//             // Obtain the list of available processes
+//             List<LttngProcessState> processList = ts.getProcesses();
+//
+//             // find the process matching pid and cpu,
+//             // TODO: This may need to be improved since the pid may be re-used and
+//             // the creation time may need to be considered
+//             for (LttngProcessState dprocess : processList) {
+//                     if (dprocess.getPid() == pid) {
+//                             if (dprocess.getCpu() == cpu || cpu == 0) {
+//                                     return process;
+//                             }
+//                     }
+//             }
+//
+//             return process;
+//     }
+//
+//     /**
+//      * @param ts
+//      * @param cpu
+//      * @param pid
+//      * @param timestamp
+//      *            , Used when a new process is needed
+//      * @return
+//      */
+//     protected LttngProcessState lttv_state_find_process_or_create(
+//                     LttngTraceState ts, Long cpu, Long pid, final TmfTimestamp timestamp) {
+//
+//             LttngProcessState process = lttv_state_find_process(ts, cpu, pid);
+//             /* Put ltt_time_zero creation time for unexisting processes */
+//             if (process == null) {
+//                     process = create_process(ts, cpu, pid, 0L, timestamp);
+//             }
+//             return process;
+//     }
+//
+//     /**
+//      * @param traceSt
+//      * @param cpu
+//      * @param pid
+//      * @param tgid
+//      * @param timestamp
+//      * @return
+//      */
+//     protected LttngProcessState create_process(LttngTraceState traceSt,
+//                     Long cpu, Long pid, Long tgid, final TmfTimestamp timestamp) {
+//             LttngProcessState process = create_process(traceSt, cpu, pid, tgid,
+//                             ProcessStatus.LTTV_STATE_UNNAMED.getInName(), timestamp);
+//             return process;
+//     }
+//
+//     /**
+//      * @param traceSt
+//      * @param cpu
+//      * @param pid
+//      * @param tgid
+//      * @param name
+//      * @param timestamp
+//      * @return
+//      */
+//     protected LttngProcessState create_process(LttngTraceState traceSt,
+//                     Long cpu, Long pid, Long tgid, String name,
+//                     final TmfTimestamp timestamp) {
+//             LttngProcessState process;
+//             process = new LttngProcessState(cpu, pid, tgid, name, timestamp);
+//             traceSt.getProcesses().add(process);
+//             return process;
+//     }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/trace/LTTngExperimentTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/trace/LTTngExperimentTest.java
new file mode 100644 (file)
index 0000000..aa1a56f
--- /dev/null
@@ -0,0 +1,116 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.tests.trace;
+
+import java.io.File;
+import java.io.IOException;
+import java.net.URISyntaxException;
+import java.net.URL;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.tests.LTTngCoreTestPlugin;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTrace;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+
+/**
+ * <b><u>TmfExperimentTest</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+@SuppressWarnings("nls")
+public class LTTngExperimentTest extends TestCase {
+
+    private static final String DIRECTORY   = "traceset";
+    private static final String TEST_STREAM = "trace-15316events_nolost_newformat";
+    private static final String EXPERIMENT  = "MyExperiment";
+    private static int          NB_EVENTS   = 15316;
+
+    // Note: Start/end times are for the LTTng *trace*, not the actual events
+    private static final TmfTimestamp  fStartTime = new TmfTimestamp(13589759412128L, (byte) -9);
+    private static final TmfTimestamp  fEndTime   = new TmfTimestamp(13589907059242L, (byte) -9);
+
+    private static ITmfTrace<LttngEvent>[] fTraces;
+    private static TmfExperiment<LttngEvent> fExperiment;
+
+    // ------------------------------------------------------------------------
+    // Housekeeping
+    // ------------------------------------------------------------------------
+
+    @SuppressWarnings("unchecked")
+    private synchronized static ITmfTrace<LttngEvent>[] setupTrace(String path) {
+       if (fTraces == null) {
+               fTraces = new ITmfTrace[1];
+               try {
+                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(path), null);
+                               File testfile = new File(FileLocator.toFileURL(location).toURI());
+                               LTTngTrace trace = new LTTngTrace(testfile.getPath(), false);
+                       fTraces[0] = trace;
+               } catch (URISyntaxException e) {
+                       e.printStackTrace();
+               } catch (IOException e) {
+                       e.printStackTrace();
+               } catch (Exception e) {
+                               e.printStackTrace();
+                       }
+       }
+       return fTraces;
+    }
+
+    private synchronized static void setupExperiment() {
+       if (fExperiment == null) {
+               fExperiment = new TmfExperiment<LttngEvent>(LttngEvent.class, EXPERIMENT, fTraces, TmfTimestamp.Zero, 1000, true);
+       }
+    }
+
+       public LTTngExperimentTest(String name) throws Exception {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+               setupTrace(DIRECTORY + File.separator + TEST_STREAM);
+               setupExperiment();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+    // ------------------------------------------------------------------------
+    // Constructor
+    // ------------------------------------------------------------------------
+
+       public void testBasicTmfExperimentConstructor() {
+
+               assertEquals("GetId", EXPERIMENT, fExperiment.getName());
+        assertEquals("GetEpoch", TmfTimestamp.Zero, fExperiment.getEpoch());
+        assertEquals("GetNbEvents", NB_EVENTS, fExperiment.getNbEvents());
+
+        long nbTraceEvents = fExperiment.getTraces()[0].getNbEvents();
+        assertEquals("GetNbEvents", NB_EVENTS, nbTraceEvents);
+
+        TmfTimeRange timeRange = fExperiment.getTimeRange();
+        assertTrue("getStartTime", fStartTime.equals(timeRange.getStartTime()));
+        assertTrue("getEndTime",   fEndTime.equals(timeRange.getEndTime()));
+       }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/trace/LTTngTextTraceTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/trace/LTTngTextTraceTest.java
new file mode 100644 (file)
index 0000000..cd16bd7
--- /dev/null
@@ -0,0 +1,268 @@
+package org.eclipse.linuxtools.lttng.core.tests.trace;
+
+import java.io.File;
+import java.net.URL;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.lttng.core.tests.LTTngCoreTestPlugin;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTextTrace;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;
+
+/*
+ Functions tested here :
+ public LTTngTextTrace(String path) throws Exception
+ public LTTngTextTrace(String path, boolean skipIndexing) throws Exception
+
+ public TmfTraceContext seekLocation(Object location) {
+ public TmfTraceContext seekEvent(TmfTimestamp timestamp) {
+ public TmfTraceContext seekEvent(long position) {
+
+ public TmfEvent getNextEvent(TmfTraceContext context) {
+ public Object getCurrentLocation() {
+
+ public LttngEvent parseEvent(TmfTraceContext context) {
+
+ public int getCpuNumber() {
+ */
+
+@SuppressWarnings("nls")
+public class LTTngTextTraceTest extends TestCase {
+
+    private final static String tracepath1 = "traceset/trace-15316events_nolost_newformat.txt";
+    private final static String wrongTracePath = "/somewhere/that/does/not/exist";
+
+    private final static int traceCpuNumber = 1;
+
+    private final static boolean skipIndexing = true;
+
+    private final static long firstEventTimestamp = 13589759412128L;
+    private final static long secondEventTimestamp = 13589759419903L;
+    private final static Long locationAfterFirstEvent = 311L;
+
+    private final static String tracename = "traceset/trace-15316events_nolost_newformat";
+
+    private final static long indexToSeekFirst = 0;
+    private final static Long locationToSeekFirst = 0L;
+    private final static long contextValueAfterFirstEvent = 13589759412128L;
+    private final static String firstEventReference = tracename + "/metadata_0";
+
+    private final static long timestampToSeekTest1 = 13589826657302L;
+    private final static Long indexToSeekTest1 = 7497L;
+    private final static long locationToSeekTest1 = 2177044;
+    private final static long contextValueAfterSeekTest1 = 13589826657302L;
+    private final static String seek1EventReference = tracename + "/vm_state_0";
+
+    private final static long timestampToSeekLast = 13589906758692L;
+    private final static Long indexToSeekLast = 15315L;
+    private final static long locationToSeekLast = 4420634;
+    private final static long contextValueAfterSeekLast = 13589906758692L;
+    private final static String seekLastEventReference = tracename + "/kernel_0";
+
+    private static LTTngTextTrace testStream = null;
+
+    private synchronized LTTngTextTrace prepareStreamToTest() {
+        if (testStream == null) {
+            try {
+                URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
+                File testfile = new File(FileLocator.toFileURL(location).toURI());
+                LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath());
+                testStream = tmpStream;
+            } catch (Exception e) {
+                System.out.println("ERROR : Could not open " + tracepath1);
+                testStream = null;
+            }
+        } else {
+            testStream.seekEvent(0);
+        }
+
+        return testStream;
+    }
+
+    public void testTraceConstructorFailure() {
+        // Default constructor
+        // Test constructor with argument on a wrong tracepath, skipping
+        // indexing
+        try {
+            LTTngTextTrace testStream = new LTTngTextTrace(wrongTracePath, skipIndexing);
+            fail("Construction with wrong tracepath should fail!");
+            testStream.dispose();
+        } catch (Exception e) {
+        }
+    }
+/*
+    public void testTraceConstructor() {
+        // Test constructor with argument on a correct tracepath, skipping
+        // indexing
+        try {
+            URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
+            File testfile = new File(FileLocator.toFileURL(location).toURI());
+            LTTngTextTrace testStream = new LTTngTextTrace(testfile.getPath(), skipIndexing);
+            testStream.dispose();
+        } catch (Exception e) {
+            fail("Construction with correct tracepath failed!");
+        }
+    }
+*/
+    public void testGetNextEvent() {
+        TmfEvent tmpEvent = null;
+        LTTngTextTrace testStream1 = prepareStreamToTest();
+
+        TmfContext tmpContext = new TmfContext(null, 0);
+        // We should be at the beginning of the trace, so we will just read the
+        // first event now
+        tmpEvent = testStream1.getNextEvent(tmpContext);
+        assertNotSame("tmpEvent is null after first getNextEvent()", null, tmpEvent);
+        assertEquals("tmpEvent has wrong timestamp after first getNextEvent()", firstEventTimestamp, tmpEvent.getTimestamp().getValue());
+
+        // Read the next event as well
+        tmpEvent = testStream1.getNextEvent(tmpContext);
+        assertNotSame("tmpEvent is null after second getNextEvent()", null, tmpEvent);
+        assertEquals("tmpEvent has wrong timestamp after second getNextEvent()", secondEventTimestamp, tmpEvent.getTimestamp().getValue());
+    }
+
+    public void testParseEvent() {
+        TmfEvent tmpEvent = null;
+        LTTngTextTrace testStream1 = prepareStreamToTest();
+
+        TmfContext tmpContext = new TmfContext(null, 0);
+        // We should be at the beginning of the trace, so we will just parse the
+        // first event now
+        tmpEvent = testStream1.parseEvent(tmpContext);
+        assertNotSame("tmpEvent is null after first parseEvent()", null, tmpEvent);
+        assertEquals("tmpEvent has wrong timestamp after first parseEvent()", firstEventTimestamp, tmpEvent.getTimestamp().getValue());
+
+        // Use parseEvent again. Should be the same event
+        tmpEvent = testStream1.parseEvent(tmpContext);
+        assertNotSame("tmpEvent is null after first parseEvent()", null, tmpEvent);
+        assertEquals("tmpEvent has wrong timestamp after first parseEvent()", firstEventTimestamp, tmpEvent.getTimestamp().getValue());
+    }
+
+    public void testSeekEventTimestamp() {
+        TmfEvent tmpEvent = null;
+        TmfContext tmpContext = new TmfContext(null, 0);
+        LTTngTextTrace testStream1 = prepareStreamToTest();
+
+        // We should be at the beginning of the trace, we will seek at a certain
+        // timestamp
+        tmpContext = testStream1.seekEvent(new TmfTimestamp(timestampToSeekTest1, (byte) -9, 0));
+        tmpEvent = testStream1.getNextEvent(tmpContext);
+        assertNotSame("tmpContext is null after first seekEvent()", null, tmpContext);
+        assertEquals("tmpContext has wrong timestamp after first seekEvent()", contextValueAfterSeekTest1, tmpEvent.getTimestamp().getValue());
+        assertNotSame("tmpEvent is null after first seekEvent()", null, tmpEvent);
+        assertTrue("tmpEvent has wrong reference after first seekEvent()", ((String) tmpEvent.getReference().getReference()).contains(seek1EventReference));
+
+        // Seek to the last timestamp
+        tmpContext = testStream1.seekEvent(new TmfTimestamp(timestampToSeekLast, (byte) -9, 0));
+        tmpEvent = testStream1.getNextEvent(tmpContext);
+        assertNotSame("tmpContext is null after seekEvent() to last", null, tmpContext);
+        assertEquals("tmpContext has wrong timestamp after seekEvent() to last", contextValueAfterSeekLast, tmpEvent.getTimestamp().getValue());
+        assertNotSame("tmpEvent is null after seekEvent() to last ", null, tmpEvent);
+        assertTrue("tmpEvent has wrong reference after seekEvent() to last", ((String) tmpEvent.getReference().getReference()).contains(seekLastEventReference));
+
+        // Seek to the first timestamp (startTime)
+        tmpContext = testStream1.seekEvent(new TmfTimestamp(firstEventTimestamp, (byte) -9, 0));
+        tmpEvent = testStream1.getNextEvent(tmpContext);
+        assertNotSame("tmpEvent is null after seekEvent() to start ", null, tmpEvent);
+        assertTrue("tmpEvent has wrong reference after seekEvent() to start", ((String) tmpEvent.getReference().getReference()).contains(firstEventReference));
+        assertNotSame("tmpContext is null after seekEvent() to first", null, tmpContext);
+        assertEquals("tmpContext has wrong timestamp after seekEvent() to first", contextValueAfterFirstEvent, tmpEvent.getTimestamp().getValue());
+    }
+
+    public void testSeekEventIndex() {
+        TmfEvent tmpEvent = null;
+        TmfContext tmpContext = new TmfContext(null, 0);
+        LTTngTextTrace testStream1 = prepareStreamToTest();
+
+        // We should be at the beginning of the trace, we will seek at a certain
+        // timestamp
+        tmpContext = testStream1.seekEvent(indexToSeekTest1);
+        tmpEvent = testStream1.getNextEvent(tmpContext);
+        assertNotSame("tmpContext is null after first seekEvent()", null, tmpContext);
+        assertEquals("tmpContext has wrong timestamp after first seekEvent()", contextValueAfterSeekTest1, tmpEvent.getTimestamp().getValue());
+        assertNotSame("tmpEvent is null after first seekEvent()", null, tmpEvent);
+        assertTrue("tmpEvent has wrong reference after first seekEvent()", ((String) tmpEvent.getReference().getReference()).contains(seek1EventReference));
+
+        // Seek to the last timestamp
+        tmpContext = testStream1.seekEvent(indexToSeekLast);
+        tmpEvent = testStream1.getNextEvent(tmpContext);
+        assertNotSame("tmpContext is null after first seekEvent()", null, tmpContext);
+        assertEquals("tmpContext has wrong timestamp after first seekEvent()", contextValueAfterSeekLast, tmpEvent.getTimestamp().getValue());
+        assertNotSame("tmpEvent is null after seekEvent() to last ", null, tmpEvent);
+        assertTrue("tmpEvent has wrong reference after seekEvent() to last", ((String) tmpEvent.getReference().getReference()).contains(seekLastEventReference));
+
+        // Seek to the first timestamp (startTime)
+        tmpContext = testStream1.seekEvent(indexToSeekFirst);
+        tmpEvent = testStream1.getNextEvent(tmpContext);
+        assertNotSame("tmpContext is null after first seekEvent()", null, tmpContext);
+        assertEquals("tmpContext has wrong timestamp after first seekEvent()", contextValueAfterFirstEvent, tmpEvent.getTimestamp().getValue());
+        assertNotSame("tmpEvent is null after seekEvent() to start ", null, tmpEvent);
+        assertTrue("tmpEvent has wrong reference after seekEvent() to start", ((String) tmpEvent.getReference().getReference()).contains(firstEventReference));
+    }
+
+    public void testSeekLocation() {
+        TmfEvent tmpEvent = null;
+        TmfContext tmpContext = new TmfContext(null, 0);
+        LTTngTextTrace testStream1 = prepareStreamToTest();
+
+        // We should be at the beginning of the trace, we will seek at a certain
+        // timestamp
+        tmpContext = testStream1.seekLocation(new TmfLocation<Long>(locationToSeekTest1));
+        tmpEvent = testStream1.getNextEvent(tmpContext);
+        assertNotSame("tmpContext is null after first seekLocation()", null, tmpContext);
+        assertEquals("tmpContext has wrong timestamp after first seekLocation()", contextValueAfterSeekTest1, tmpEvent.getTimestamp().getValue());
+        assertNotSame("tmpEvent is null after first seekLocation()", null, tmpEvent);
+        assertTrue("tmpEvent has wrong reference after first seekLocation()", ((String) tmpEvent.getReference().getReference()).contains(seek1EventReference));
+
+        // Seek to the last timestamp
+        tmpContext = testStream1.seekLocation(new TmfLocation<Long>(locationToSeekLast));
+        tmpEvent = testStream1.getNextEvent(tmpContext);
+        assertNotSame("tmpContext is null after first seekLocation()", null, tmpContext);
+        assertEquals("tmpContext has wrong timestamp after first seekLocation()", contextValueAfterSeekLast, tmpEvent.getTimestamp().getValue());
+        assertNotSame("tmpEvent is null after seekLocation() to last ", null, tmpEvent);
+        assertTrue("tmpEvent has wrong reference after seekLocation() to last", ((String) tmpEvent.getReference().getReference()).contains(seekLastEventReference));
+
+        // Seek to the first timestamp (startTime)
+        tmpContext = testStream1.seekLocation(new TmfLocation<Long>(locationToSeekFirst));
+        tmpEvent = testStream1.getNextEvent(tmpContext);
+        assertNotSame("tmpContext is null after first seekLocation()", null, tmpContext);
+        assertEquals("tmpContext has wrong timestamp after first seekLocation()", contextValueAfterFirstEvent, tmpEvent.getTimestamp().getValue());
+        assertNotSame("tmpEvent is null after seekLocation() to start ", null, tmpEvent);
+        assertTrue("tmpEvent has wrong reference after seekLocation() to start", ((String) tmpEvent.getReference().getReference()).contains(firstEventReference));
+    }
+
+    @SuppressWarnings("unchecked")
+    public void testGetter() {
+        TmfEvent tmpEvent = null;
+        LTTngTextTrace testStream1 = prepareStreamToTest();
+        TmfContext tmpContext = new TmfContext(null, 0);
+
+        // Move to the first event to have something to play with
+        tmpEvent = testStream1.parseEvent(tmpContext);
+
+        // Test current event
+        assertNotSame("tmpEvent is null after first event", null, tmpEvent);
+        assertTrue("tmpEvent has wrong reference after first event", ((String) tmpEvent.getReference().getReference()).contains(firstEventReference));
+        assertNotSame("tmpContext is null after first seekEvent()", null, testStream1.getCurrentLocation());
+        assertEquals("tmpContext has wrong timestamp after first seekEvent()", locationAfterFirstEvent, ((TmfLocation<Long>) testStream1.getCurrentLocation()).getLocation());
+        // Test CPU number of the trace
+        assertSame("getCpuNumber() return wrong number of cpu", traceCpuNumber, testStream1.getCpuNumber());
+    }
+
+    public void testToString() {
+        LTTngTextTrace testStream1 = prepareStreamToTest();
+
+        // Move to the first event to have something to play with
+        testStream1.parseEvent(new TmfContext(null, 0));
+
+        // Just make sure toString() does not return null or the java reference
+        assertNotSame("toString returned null", null, testStream1.toString());
+        assertNotSame("toString is not overridded!", testStream1.getClass().getName() + '@' + Integer.toHexString(testStream1.hashCode()), testStream1.toString());
+    }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/trace/LTTngTraceTest.java b/org.eclipse.linuxtools.lttng.core.tests/src/org/eclipse/linuxtools/lttng/core/tests/trace/LTTngTraceTest.java
new file mode 100644 (file)
index 0000000..c80e520
--- /dev/null
@@ -0,0 +1,265 @@
+package org.eclipse.linuxtools.lttng.core.tests.trace;
+
+import java.io.File;
+import java.net.URL;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.lttng.core.event.LttngLocation;
+import org.eclipse.linuxtools.lttng.core.tests.LTTngCoreTestPlugin;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTrace;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+
+/*
+ Functions tested here :
+       public LTTngTrace(String path) throws Exception
+    public LTTngTrace(String path, boolean skipIndexing) throws Exception
+    
+    public TmfTraceContext seekLocation(Object location) {
+    public TmfTraceContext seekEvent(TmfTimestamp timestamp) {
+    public TmfTraceContext seekEvent(long position) {
+    
+    public TmfEvent getNextEvent(TmfTraceContext context) {
+    public Object getCurrentLocation() {
+    
+    public LttngEvent parseEvent(TmfTraceContext context) {
+    
+    public int getCpuNumber() {
+ */
+
+@SuppressWarnings("nls")
+public class LTTngTraceTest extends TestCase {
+       
+    private final static String tracepath1="traceset/trace-15316events_nolost_newformat";
+    private final static String wrongTracePath="/somewhere/that/does/not/exist";
+    
+    private final static int   traceCpuNumber=1;
+    
+    private final static boolean skipIndexing=true;
+    
+    private final static long   firstEventTimestamp = 13589759412128L;
+    private final static long   secondEventTimestamp = 13589759419903L;
+    private final static Long   locationAfterFirstEvent = 13589759412128L;
+    
+    private final static String tracename = "traceset/trace-15316events_nolost_newformat";
+    
+    private final static long  indexToSeekFirst = 0;
+    private final static Long   locationToSeekFirst = 13589759412128L;
+    private final static long   contextValueAfterFirstEvent = 13589759412128L;
+    private final static String firstEventReference = tracename + "/metadata_0";
+    
+    
+    private final static long   timestampToSeekTest1 = 13589826657302L;
+    private final static Long  indexToSeekTest1 = 7497L;
+    private final static long   locationToSeekTest1 = 13589826657302L;
+    private final static long   contextValueAfterSeekTest1 = 13589826657302L;
+    private final static String seek1EventReference = tracename + "/vm_state_0"; 
+    
+    private final static long   timestampToSeekLast = 13589906758692L;
+    private final static Long  indexToSeekLast = 15315L;
+    private final static long   locationToSeekLast = 13589906758692L;
+    private final static long   contextValueAfterSeekLast = 13589906758692L;
+    private final static String seekLastEventReference = tracename + "/kernel_0"; 
+
+    private static LTTngTrace testStream = null;
+    private LTTngTrace prepareStreamToTest() {
+               if (testStream == null) {
+                       try {
+                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
+                               File testfile = new File(FileLocator.toFileURL(location).toURI());
+                               LTTngTrace tmpStream = new LTTngTrace(testfile.getPath(), false);
+                               testStream = tmpStream;
+                       } 
+                       catch (Exception e) {
+                               System.out.println("ERROR : Could not open " + tracepath1);
+                               testStream = null;
+                       }
+               }
+               else {
+                       testStream.seekEvent(0L);
+               }
+               
+               
+               return testStream;
+       }
+
+    public void testTraceConstructors() {
+               @SuppressWarnings("unused")
+               LTTngTrace testStream1 = null;
+        
+               // Default constructor
+               // Test constructor with argument on a wrong tracepath, skipping indexing
+        try {
+                       testStream1 = new LTTngTrace(wrongTracePath, skipIndexing);
+                fail("Construction with wrong tracepath should fail!");
+        }
+        catch( Exception e) { 
+        }
+        
+        // Test constructor with argument on a correct tracepath, skipping indexing
+        try {
+            URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
+            File testfile = new File(FileLocator.toFileURL(location).toURI());
+            testStream1 = new LTTngTrace(testfile.getPath(), skipIndexing);
+        }
+        catch( Exception e) {
+                fail("Construction with correct tracepath failed!");
+        }
+        System.out.println("Test completed");
+       }
+       
+       public void testGetNextEvent() {
+               TmfEvent tmpEvent = null;
+               LTTngTrace testStream1 = prepareStreamToTest();
+               
+               TmfContext tmpContext = new TmfContext(null, 0);
+               // We should be at the beginning of the trace, so we will just read the first event now
+               tmpEvent = testStream1.getNextEvent(tmpContext );
+               assertNotSame("tmpEvent is null after first getNextEvent()",null,tmpEvent );
+               assertEquals("tmpEvent has wrong timestamp after first getNextEvent()",firstEventTimestamp,(long)tmpEvent.getTimestamp().getValue() );
+               
+               // Read the next event as well
+               tmpEvent = testStream1.getNextEvent( tmpContext);
+               assertNotSame("tmpEvent is null after second getNextEvent()",null,tmpEvent );
+               assertEquals("tmpEvent has wrong timestamp after second getNextEvent()",secondEventTimestamp,(long)tmpEvent.getTimestamp().getValue() );
+       }
+       
+       public void testParseEvent() {
+               TmfEvent tmpEvent = null;
+               LTTngTrace testStream1 = prepareStreamToTest();
+               
+               TmfContext tmpContext = new TmfContext(null, 0);
+               // We should be at the beginning of the trace, so we will just parse the first event now
+               tmpEvent = testStream1.parseEvent(tmpContext );
+               assertNotSame("tmpEvent is null after first parseEvent()",null,tmpEvent );
+               assertEquals("tmpEvent has wrong timestamp after first parseEvent()",firstEventTimestamp,(long)tmpEvent.getTimestamp().getValue() );
+               
+               // Use parseEvent again. Should be the same event
+               tmpEvent = testStream1.parseEvent(tmpContext );
+               assertNotSame("tmpEvent is null after first parseEvent()",null,tmpEvent );
+               assertEquals("tmpEvent has wrong timestamp after first parseEvent()",firstEventTimestamp,(long)tmpEvent.getTimestamp().getValue() );
+       }
+       
+       public void testSeekEventTimestamp() {
+               TmfEvent tmpEvent = null;
+               TmfContext tmpContext = new TmfContext(null, 0);
+               LTTngTrace testStream1 = prepareStreamToTest();
+               
+               // We should be at the beginning of the trace, we will seek at a certain timestamp
+               tmpContext = testStream1.seekEvent(new TmfTimestamp(timestampToSeekTest1, (byte) -9, 0));
+               tmpEvent = testStream1.getNextEvent(tmpContext);
+               assertNotSame("tmpContext is null after first seekEvent()",null,tmpContext );
+               assertEquals("tmpContext has wrong timestamp after first seekEvent()",contextValueAfterSeekTest1,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
+               assertNotSame("tmpEvent is null after first seekEvent()",null,tmpEvent );
+               assertTrue("tmpEvent has wrong reference after first seekEvent()", ((String)tmpEvent.getReference().getReference()).contains(seek1EventReference) );
+               
+               // Seek to the last timestamp
+               tmpContext = testStream1.seekEvent(new TmfTimestamp(timestampToSeekLast, (byte) -9, 0));
+               tmpEvent = testStream1.getNextEvent(tmpContext);
+               assertNotSame("tmpContext is null after seekEvent() to last",null,tmpContext );
+               assertEquals("tmpContext has wrong timestamp after seekEvent() to last",contextValueAfterSeekLast,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
+               assertNotSame("tmpEvent is null after seekEvent() to last ",null,tmpEvent );
+               assertTrue("tmpEvent has wrong reference after seekEvent() to last",((String)tmpEvent.getReference().getReference()).contains(seekLastEventReference) );
+               
+               // Seek to the first timestamp (startTime)
+               tmpContext = testStream1.seekEvent(new TmfTimestamp(firstEventTimestamp, (byte) -9, 0));
+               tmpEvent = testStream1.getNextEvent(tmpContext);
+               assertNotSame("tmpEvent is null after seekEvent() to start ",null,tmpEvent );
+               assertTrue("tmpEvent has wrong reference after seekEvent() to start",((String)tmpEvent.getReference().getReference()).contains(firstEventReference) );
+               assertNotSame("tmpContext is null after seekEvent() to first",null,tmpContext );
+               assertEquals("tmpContext has wrong timestamp after seekEvent() to first",contextValueAfterFirstEvent,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
+       }
+       
+       public void testSeekEventIndex() {
+               TmfEvent tmpEvent = null;
+               TmfContext tmpContext = new TmfContext(null, 0);
+               LTTngTrace testStream1 = prepareStreamToTest();
+               
+               // We should be at the beginning of the trace, we will seek at a certain timestamp
+               tmpContext = testStream1.seekEvent(indexToSeekTest1);
+               tmpEvent = testStream1.getNextEvent(tmpContext);
+               assertNotSame("tmpContext is null after first seekEvent()",null,tmpContext );
+               assertEquals("tmpContext has wrong timestamp after first seekEvent()",contextValueAfterSeekTest1,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
+               assertNotSame("tmpEvent is null after first seekEvent()",null,tmpEvent );
+               assertTrue("tmpEvent has wrong reference after first seekEvent()", ((String)tmpEvent.getReference().getReference()).contains(seek1EventReference) );
+               
+               // Seek to the last timestamp
+               tmpContext = testStream1.seekEvent(indexToSeekLast);
+               tmpEvent = testStream1.getNextEvent(tmpContext);
+               assertNotSame("tmpContext is null after first seekEvent()",null,tmpContext );
+               assertEquals("tmpContext has wrong timestamp after first seekEvent()",contextValueAfterSeekLast,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
+               assertNotSame("tmpEvent is null after seekEvent() to last ",null,tmpEvent );
+               assertTrue("tmpEvent has wrong reference after seekEvent() to last",((String)tmpEvent.getReference().getReference()).contains(seekLastEventReference) );
+               
+               // Seek to the first timestamp (startTime)
+               tmpContext = testStream1.seekEvent(indexToSeekFirst);
+               tmpEvent = testStream1.getNextEvent(tmpContext);
+               assertNotSame("tmpContext is null after first seekEvent()",null,tmpContext );
+               assertEquals("tmpContext has wrong timestamp after first seekEvent()",contextValueAfterFirstEvent,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
+               assertNotSame("tmpEvent is null after seekEvent() to start ",null,tmpEvent );
+               assertTrue("tmpEvent has wrong reference after seekEvent() to start",((String)tmpEvent.getReference().getReference()).contains(firstEventReference) );
+       }
+       
+       public void testSeekLocation() {
+               TmfEvent tmpEvent = null;
+               TmfContext tmpContext = new TmfContext(null, 0);
+               LTTngTrace testStream1 = prepareStreamToTest();
+               
+               // We should be at the beginning of the trace, we will seek at a certain timestamp
+               tmpContext = testStream1.seekLocation(new LttngLocation(locationToSeekTest1));
+               tmpEvent = testStream1.getNextEvent(tmpContext);
+               assertNotSame("tmpContext is null after first seekLocation()",null,tmpContext );
+               assertEquals("tmpContext has wrong timestamp after first seekLocation()",contextValueAfterSeekTest1,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
+               assertNotSame("tmpEvent is null after first seekLocation()",null,tmpEvent );
+               assertTrue("tmpEvent has wrong reference after first seekLocation()", ((String)tmpEvent.getReference().getReference()).contains(seek1EventReference) );
+               
+               // Seek to the last timestamp
+               tmpContext = testStream1.seekLocation(new LttngLocation(locationToSeekLast));
+               tmpEvent = testStream1.getNextEvent(tmpContext);
+               assertNotSame("tmpContext is null after first seekLocation()",null,tmpContext );
+               assertEquals("tmpContext has wrong timestamp after first seekLocation()",contextValueAfterSeekLast,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
+               assertNotSame("tmpEvent is null after seekLocation() to last ",null,tmpEvent );
+               assertTrue("tmpEvent has wrong reference after seekLocation() to last",((String)tmpEvent.getReference().getReference()).contains(seekLastEventReference) );
+               
+               // Seek to the first timestamp (startTime)
+               tmpContext = testStream1.seekLocation(new LttngLocation(locationToSeekFirst));
+               tmpEvent = testStream1.getNextEvent(tmpContext);
+               assertNotSame("tmpContext is null after first seekLocation()",null,tmpContext );
+               assertEquals("tmpContext has wrong timestamp after first seekLocation()",contextValueAfterFirstEvent,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
+               assertNotSame("tmpEvent is null after seekLocation() to start ",null,tmpEvent );
+               assertTrue("tmpEvent has wrong reference after seekLocation() to start",((String)tmpEvent.getReference().getReference()).contains(firstEventReference) );
+       }
+       
+       public void testGetter() {
+       TmfEvent tmpEvent = null;
+       LTTngTrace testStream1 = prepareStreamToTest();
+               
+               // Move to the first event to have something to play with
+               tmpEvent = testStream1.parseEvent( new TmfContext(null, 0));
+               
+               // Test current event
+               assertNotSame("tmpEvent is null after first event",null,tmpEvent );
+               assertTrue("tmpEvent has wrong reference after first event",((String)tmpEvent.getReference().getReference()).contains(firstEventReference) );
+               assertNotSame("tmpContext is null after first seekEvent()",null,testStream1.getCurrentLocation() );
+               assertTrue("tmpContext has wrong timestamp after first seekEvent()",locationAfterFirstEvent.equals( ((LttngLocation)testStream1.getCurrentLocation()).getOperationTimeValue()) );
+               
+               // Test CPU number of the trace
+               assertSame("getCpuNumber() return wrong number of cpu",traceCpuNumber ,testStream1.getCpuNumber() );
+    }
+    
+       public void testToString() {
+               LTTngTrace testStream1 = prepareStreamToTest();
+               
+               // Move to the first event to have something to play with
+               testStream1.parseEvent( new TmfContext(null, 0) );
+               
+               // Just make sure toString() does not return null or the java reference
+               assertNotSame("toString returned null",null, testStream1.toString() );
+               assertNotSame("toString is not overridded!", testStream1.getClass().getName() + '@' + Integer.toHexString(testStream1.hashCode()), testStream1.toString() );
+    }
+       
+}
diff --git a/org.eclipse.linuxtools.lttng.core.tests/test.xml b/org.eclipse.linuxtools.lttng.core.tests/test.xml
new file mode 100644 (file)
index 0000000..6fc78e9
--- /dev/null
@@ -0,0 +1,66 @@
+<?xml version="1.0"?>
+
+<project name="testsuite" default="run" basedir=".">
+       <property name="classname" value="org.eclipse.linuxtools.lttng.core.tests" />
+       <property name="lttng-event-test-suite-classname" value="org.eclipse.linuxtools.lttng.tests.event.AllLttngTests" />
+       <property name="lttng-jni-test-suite-classname" value="org.eclipse.linuxtools.lttng.tests.jni.AllJniTests" />
+       <property name="plugin-name" value="org.eclipse.linuxtools.lttng.tests" />
+
+       <!-- The property ${eclipse-home} should be passed into this script -->
+       <!-- Set a meaningful default value for when it is not. -->
+       <property name="eclipse-home" value="${basedir}/../../" />
+
+       <property name="library-file" value="${eclipse-home}/dropins/${subProjectName2}/plugins/org.eclipse.test/library.xml" />
+
+       <!-- This target holds all initialization code that needs to be done for -->
+       <!-- all tests that are to be run. Initialization for individual tests -->
+       <!-- should be done within the body of the suite target. -->
+       <target name="init">
+               <tstamp />
+               <delete>
+                       <fileset dir="${eclipse-home}" includes="org*.xml" />
+               </delete>
+       </target>
+
+       <!-- This target defines the tests that need to be run. -->
+       <target name="lttng_event_test_suite">
+               <property name="lttng-folder" value="${eclipse-home}/lttng_folder" />
+               <delete dir="${lttng-folder}" quiet="true" />
+               <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
+                       <property name="data-dir" value="${lttng-folder}" />
+                       <property name="plugin-name" value="${plugin-name}" />
+                       <property name="classname" value="${lttng-event-test-suite-classname}" />
+               </ant>
+       </target>
+
+       <target name="lttng_jni_test_suite">
+               <property name="lttng-folder" value="${eclipse-home}/lttng_folder" />
+               <delete dir="${lttng-folder}" quiet="true" />
+               <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
+                       <property name="data-dir" value="${lttng-folder}" />
+                       <property name="plugin-name" value="${plugin-name}" />
+                       <property name="classname" value="${lttng-jni-test-suite-classname}" />
+               </ant>
+       </target>
+
+       <!-- This target holds code to cleanup the testing environment after  -->
+       <!-- all of the tests have been run. You can use this target to -->
+       <!-- delete temporary files that have been created. -->
+       <target name="cleanup">
+               <mkdir dir="${results}/consolelogs" />
+               <copy failonerror="false" file="${eclipse-home}/results/${classname}.txt" tofile="${results}/consolelogs/${classname}_${platform}.metadata.log.txt" />
+       </target>
+
+       <!-- This target runs the test suite. Any actions that need to happen -->
+       <!-- after all the tests have been run should go here. -->
+       <target name="run" depends="init,lttng_event_test_suite,cleanup">
+               <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
+                       <property name="includes" value="org*.xml" />
+                       <property name="output-file" value="${plugin-name}.xml" />
+               </ant>
+       </target>
+
+    <target name="all" depends="run" description="Dummy target to run all tests">
+    </target>
+
+</project>
diff --git a/org.eclipse.linuxtools.lttng.core.tests/traceset/.gitignore b/org.eclipse.linuxtools.lttng.core.tests/traceset/.gitignore
new file mode 100644 (file)
index 0000000..db03f23
--- /dev/null
@@ -0,0 +1,4 @@
+/trace-15316events_nolost_newformat
+/trace-15471events_nolost_newformat
+trace-15316events_nolost_newformat.tar
+trace-15471events_nolost_newformat.tar
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core.tests/traceset/trace-15316events_nolost_newformat.tar.gz b/org.eclipse.linuxtools.lttng.core.tests/traceset/trace-15316events_nolost_newformat.tar.gz
new file mode 100644 (file)
index 0000000..5b26f78
Binary files /dev/null and b/org.eclipse.linuxtools.lttng.core.tests/traceset/trace-15316events_nolost_newformat.tar.gz differ
diff --git a/org.eclipse.linuxtools.lttng.core.tests/traceset/trace-15316events_nolost_newformat.txt b/org.eclipse.linuxtools.lttng.core.tests/traceset/trace-15316events_nolost_newformat.txt
new file mode 100644 (file)
index 0000000..7bfa8c2
--- /dev/null
@@ -0,0 +1,15320 @@
+Trace set contains 1 traces
+
+metadata.core_marker_id: 13589.759412128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "vm_state", name = "vm_map", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759419903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "vm_state", name = "vm_map", format = "pid %d start %lu end %lu flags %lu pgoff %lu inode %lu" }
+metadata.core_marker_id: 13589.759422785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_entry", event_id = 43, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759425598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_entry", format = "address #p%lu write_access #1u%u" }
+metadata.core_marker_id: 13589.759430979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_out", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759433694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_out", format = "pfn %lu filp %p offset %lu" }
+metadata.core_marker_id: 13589.759436212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_io", event_id = 20, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759438797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_io", format = "pdu %u" }
+metadata.core_marker_id: 13589.759441253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_frontmerge", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759444795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_frontmerge", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 13589.759447800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_complete", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759450836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_complete", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 13589.759453835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_fs", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759459351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_fs", format = "hard_sector %llu rw %d errors %d" }
+metadata.core_marker_id: 13589.759464411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "llseek", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759467021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "llseek", format = "fd %u offset %lld origin %u" }
+metadata.core_marker_id: 13589.759469668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getpeername", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759474938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getpeername", format = "fd %d usockaddr %p usockaddr_len %p ret %d" }
+metadata.core_marker_id: 13589.759477536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq_bio", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759480485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq_bio", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 13589.759483682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv4", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759486434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv4", format = "label %s address #4u%u" }
+metadata.core_marker_id: 13589.759489395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_socketpair", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759495029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_socketpair", format = "family %d type %d protocol %d usockvec %p ret %d" }
+metadata.core_marker_id: 13589.759497793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_wait", event_id = 24, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759500410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_wait", format = "pid %d" }
+metadata.core_marker_id: 13589.759502996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "split", event_id = 22, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759505945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "split", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d pdu %u" }
+metadata.core_marker_id: 13589.759508950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fd_state", name = "file_descriptor", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759511640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fd_state", name = "file_descriptor", format = "filename %s pid %d fd %u" }
+metadata.core_marker_id: 13589.759514145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_exit", event_id = 42, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759516725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_exit", format = " " }
+metadata.core_marker_id: 13589.759519199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_entry", event_id = 39, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759522006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_entry", format = "ip #p%lu address #p%lu trap_id #2u%u write_access #1u%u" }
+metadata.core_marker_id: 13589.759524704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_set", event_id = 29, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759527295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_set", format = "expires %lu function %p data %lu" }
+metadata.core_marker_id: 13589.759529806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_entry", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759535453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_entry", format = "ip %lu handler %p irq_id #2u%u kernel_mode #1u%u" }
+metadata.core_marker_id: 13589.759538112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_timer", event_id = 21, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759540802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_timer", format = "pdu %u" }
+metadata.core_marker_id: 13589.759543370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_set", event_id = 28, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759546128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_set", format = "which %d interval_sec %ld interval_usec %ld value_sec %ld value_usec %ld" }
+metadata.core_marker_id: 13589.759548842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_backmerge", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759551748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_backmerge", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 13589.759554878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_exit", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759557420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_exit", format = "handled #1u%u" }
+metadata.core_marker_id: 13589.759559869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockopt", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759565429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockopt", format = "fd %d level %d optname %d optval %p optlen %p ret %d" }
+metadata.core_marker_id: 13589.759568187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_entry", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759570859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_entry", format = "func %p data %lu" }
+metadata.core_marker_id: 13589.759573309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_alloc", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759576246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_alloc", format = "pfn %lu" }
+metadata.core_marker_id: 13589.759578652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "send_signal", event_id = 21, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759581200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "send_signal", format = "pid %d signal %d" }
+metadata.core_marker_id: 13589.759583663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_pc", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759586310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_pc", format = "data_len %u rw %d errors %d" }
+metadata.core_marker_id: 13589.759588926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu_bh", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759591555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu_bh", format = "func %p ip 0x%lX" }
+metadata.core_marker_id: 13589.759593987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_pc", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759596609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_pc", format = "data_len %u rw %d errors %d" }
+metadata.core_marker_id: 13589.759599237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_entry", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759601810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_entry", format = "ip #p%ld trap_id #2u%u" }
+metadata.core_marker_id: 13589.759604284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_free", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759606784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_free", format = "pfn %lu order %u" }
+metadata.core_marker_id: 13589.759609178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pwrite64", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759611874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pwrite64", format = "fd %u count %zu pos %llu" }
+metadata.core_marker_id: 13589.759614280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pread64", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759617163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pread64", format = "fd %u count %zu pos %llu" }
+metadata.core_marker_id: 13589.759619618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "open", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759622080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "open", format = "fd %d filename %s" }
+metadata.core_marker_id: 13589.759624444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "remap", event_id = 23, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759627394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "remap", format = "device_from %lu sector_from %llu device_to %lu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 13589.759630398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_fs", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759633070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_fs", format = "hard_sector %llu rw %d errors %d" }
+metadata.core_marker_id: 13589.759635693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "panic", event_id = 36, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759638161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "panic", format = "info %s" }
+metadata.core_marker_id: 13589.759640518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_raise", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759643091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_raise", format = "softirq_id #1u%u" }
+metadata.core_marker_id: 13589.759645566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_exit", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759648182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_exit", format = " " }
+metadata.core_marker_id: 13589.759650595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759653125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu", format = "func %p ip 0x%lX" }
+metadata.core_marker_id: 13589.759655555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_fs", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759658592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_fs", format = "hard_sector %llu rw %d errors %d" }
+metadata.core_marker_id: 13589.759661140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_entry", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759663719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_entry", format = "func %p data %lu" }
+metadata.core_marker_id: 13589.759666637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "remove_from_page_cache", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759669359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "remove_from_page_cache", format = "inode %lu sdev %u" }
+metadata.core_marker_id: 13589.759671833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_close", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759674320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_close", format = "filp %p" }
+metadata.core_marker_id: 13589.759676678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "lseek", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759679201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "lseek", format = "fd %u offset %ld origin %u" }
+metadata.core_marker_id: 13589.759681608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "call", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759684168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "call", format = "call %u first %d" }
+metadata.core_marker_id: 13589.759686551 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_queue", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759689537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_queue", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 13589.759692505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_update_time", event_id = 30, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759695455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_update_time", format = "jiffies #8u%llu xtime_sec %ld xtime_nsec %ld walltomonotonic_sec %ld walltomonotonic_nsec %ld" }
+metadata.core_marker_id: 13589.759698299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_bind", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759701286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_bind", format = "fd %d umyaddr %p addrlen %d ret %d" }
+metadata.core_marker_id: 13589.759703772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_bounce", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759706660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_bounce", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 13589.759709536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_pc", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759712090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_pc", format = "data_len %u rw %d errors %d" }
+metadata.core_marker_id: 13589.759714706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_exit", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759717311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_exit", format = "func %p data %lu" }
+metadata.core_marker_id: 13589.759719785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "end_commit", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759722420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "end_commit", format = "dev %s transaction %d head %d" }
+metadata.core_marker_id: 13589.759725005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "readv", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759727548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "readv", format = "fd %lu vlen %lu" }
+metadata.core_marker_id: 13589.759729954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_listen", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759732478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_listen", format = "fd %d backlog %d ret %d" }
+metadata.core_marker_id: 13589.759735087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_free", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759737643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_free", format = "pfn %lu" }
+metadata.core_marker_id: 13589.759740000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq", event_id = 16, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759742875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq", format = "rw %d" }
+metadata.core_marker_id: 13589.759745319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_load", event_id = 35, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759747830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_load", format = "name %s" }
+metadata.core_marker_id: 13589.759750200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_xmit", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759752779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_xmit", format = "skb %p protocol #n2u%hu" }
+metadata.core_marker_id: 13589.759755340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_exit", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759757919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_exit", format = "softirq_id #1u%lu" }
+metadata.core_marker_id: 13589.759760369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "select", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759765607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "select", format = "fd %d end_time_sec %ld end_time_nsec %ld" }
+metadata.core_marker_id: 13589.759768162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_pc", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759770760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_pc", format = "data_len %u rw %d errors %d" }
+metadata.core_marker_id: 13589.759773259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_exit", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759775893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_exit", format = "irqstate #1%d" }
+metadata.core_marker_id: 13589.759778350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_expired", event_id = 27, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759780935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_expired", format = "pid %d" }
+metadata.core_marker_id: 13589.759783761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wait_task", event_id = 16, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759786489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wait_task", format = "pid %d state #2d%ld" }
+metadata.core_marker_id: 13589.759788988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_exit", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759791517 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_exit", format = "ret %ld" }
+metadata.core_marker_id: 13589.759794116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "swap_state", name = "statedump_swap_files", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759796849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "swap_state", name = "statedump_swap_files", format = "filp %p vfsmount %p dname %s" }
+metadata.core_marker_id: 13589.759799502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "printk", event_id = 32, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759802081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "printk", format = "ip 0x%lX" }
+metadata.core_marker_id: 13589.759804444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_entry", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759806932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_entry", format = "irqstate #1%d" }
+metadata.core_marker_id: 13589.759809344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_shutdown", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759811979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_shutdown", format = "fd %d how %d ret %d" }
+metadata.core_marker_id: 13589.759814447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop_ret", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759817051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop_ret", format = "ret %d" }
+metadata.core_marker_id: 13589.759819587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759822105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop", format = "pid %d" }
+metadata.core_marker_id: 13589.759824857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "close", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759827295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "close", format = "fd %u" }
+metadata.core_marker_id: 13589.759829633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_create", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759832274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_create", format = "family %d type %d protocol %d sock %p ret %d" }
+metadata.core_marker_id: 13589.759835051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_in", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759837561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_in", format = "pfn %lu filp %p offset %lu" }
+metadata.core_marker_id: 13589.759840018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_start", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759842603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_start", format = "pfn %lu bit_nr %d" }
+metadata.core_marker_id: 13589.759845065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_start", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759847682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_start", format = "bh %p" }
+metadata.core_marker_id: 13589.759850088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_recvmsg", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759852828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_recvmsg", format = "sock %p msg %p size %zu flags %d ret %d" }
+metadata.core_marker_id: 13589.759855530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "idt_table", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759875961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "idt_table", format = "irq %d address %p symbol %s" }
+metadata.core_marker_id: 13589.759878596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_open", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759881398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_open", format = "filp %p filename %s" }
+metadata.core_marker_id: 13589.759884316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_alloc", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759886902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_alloc", format = "pfn %lu order %u" }
+metadata.core_marker_id: 13589.759889338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_fs", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759891986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_fs", format = "hard_sector %llu rw %d errors %d" }
+metadata.core_marker_id: 13589.759894769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "interrupt", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759897422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "interrupt", format = "name %s action %s irq_id %u" }
+metadata.core_marker_id: 13589.759900002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_free", event_id = 34, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759902637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_free", format = "name %s" }
+metadata.core_marker_id: 13589.759905135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_end", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759907802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_end", format = "pfn %lu bit_nr %d" }
+metadata.core_marker_id: 13589.759910325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "vprintk", event_id = 33, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759913071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "vprintk", format = "loglevel #1u%u string %s ip 0x%lX" }
+metadata.core_marker_id: 13589.759915613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "exec", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759918261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "exec", format = "filename %s" }
+metadata.core_marker_id: 13589.759920766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "udpv4_rcv", event_id = 17, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759923456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "udpv4_rcv", format = "skb %p" }
+metadata.core_marker_id: 13589.759926362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_call", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759928973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_call", format = "call %d a0 %lu" }
+metadata.core_marker_id: 13589.759931558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "shm_create", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759934156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "shm_create", format = "id %ld flags %d" }
+metadata.core_marker_id: 13589.759936605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_connect", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759939363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_connect", format = "fd %d uservaddr %p addrlen %d ret %d" }
+metadata.core_marker_id: 13589.759941968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv6", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759945312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv6", format = "label %s a15 #1x%c a14 #1x%c a13 #1x%c a12 #1x%c a11 #1x%c a10 #1x%c a9 #1x%c a8 #1x%c a7 #1x%c a6 #1x%c a5 #1x%c a4 #1x%c a3 #1x%c a2 #1x%c a1 #1x%c a0 #1x%c" }
+metadata.core_marker_id: 13589.759948410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_entry", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759951076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_entry", format = "irqstate #1%d" }
+metadata.core_marker_id: 13589.759953624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq_bio", event_id = 17, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759956604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq_bio", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 13589.759963052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_fs", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759965847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_fs", format = "hard_sector %llu rw %d errors %d" }
+metadata.core_marker_id: 13589.759968526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_timeout", event_id = 31, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759971488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_timeout", format = "pid %d" }
+metadata.core_marker_id: 13589.759974122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_format", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759977053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_format", format = "channel %s name %s format %s" }
+metadata.core_marker_id: 13589.759979799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_schedule", event_id = 19, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759982588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_schedule", format = "prev_pid %d next_pid %d prev_state #2d%ld" }
+metadata.core_marker_id: 13589.759985278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_create", event_id = 26, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759987919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_create", format = "fn %p pid %d" }
+metadata.core_marker_id: 13589.759990339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "write", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759992776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "write", format = "count %zu fd %u" }
+metadata.core_marker_id: 13589.759995114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "ioctl", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.759997552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "ioctl", format = "fd %u cmd %u arg %lu" }
+metadata.core_marker_id: 13589.759999946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "checkpoint", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760002667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "checkpoint", format = "dev %s need_checkpoint %d" }
+metadata.core_marker_id: 13589.760005203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "softirq_state", name = "softirq_vec", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760007912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "softirq_state", name = "softirq_vec", format = "id %d address %p symbol %s" }
+metadata.core_marker_id: 13589.760010424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_complete", event_id = 20, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760013330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_complete", format = "napi_struct %p name %s" }
+metadata.core_marker_id: 13589.760015952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_exit", event_id = 44, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760018631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_exit", format = "res %d" }
+metadata.core_marker_id: 13589.760021130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_setsockopt", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760023900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_setsockopt", format = "fd %d level %d optname %d optval %p optlen %d ret %d" }
+metadata.core_marker_id: 13589.760026522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_accept", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760029243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_accept", format = "fd %d upeer_sockaddr %p upeer_addrlen %p flags %d ret %d" }
+metadata.core_marker_id: 13589.760031885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_exit", event_id = 23, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760034439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_exit", format = "pid %d" }
+metadata.core_marker_id: 13589.760036895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_id", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760039790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_id", format = "channel %s name %s event_id %hu int #1u%zu long #1u%zu pointer #1u%zu size_t #1u%zu alignment #1u%u" }
+metadata.core_marker_id: 13589.760042578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq", event_id = 18, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760045040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq", format = "rw %d" }
+metadata.core_marker_id: 13589.760047453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wakeup_new_task", event_id = 18, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760050138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wakeup_new_task", format = "pid %d state #2d%ld cpu_id %u" }
+metadata.core_marker_id: 13589.760052711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_next_handler", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760055691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_next_handler", format = "handler %p prev_ret #1u%u" }
+metadata.core_marker_id: 13589.760058202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_poll", event_id = 19, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760060775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_poll", format = "napi_struct %p name %s" }
+metadata.core_marker_id: 13589.760063305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "global_state", name = "statedump_end", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760065989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "global_state", name = "statedump_end", format = " " }
+metadata.core_marker_id: 13589.760068439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "task_state", name = "process_state", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760071216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "task_state", name = "process_state", format = "pid %d parent_pid %d name %s type %d mode %d submode %d status %d tgid %d" }
+metadata.core_marker_id: 13589.760073956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_end", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760076677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_end", format = "bh %p" }
+metadata.core_marker_id: 13589.760079052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_receive", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760081638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_receive", format = "skb %p protocol #n2u%hu" }
+metadata.core_marker_id: 13589.760084322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "syscall_state", name = "sys_call_table", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760086950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "syscall_state", name = "sys_call_table", format = "id %d address %p symbol %s" }
+metadata.core_marker_id: 13589.760089610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockname", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760092344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockname", format = "fd %d usockaddr %p usockaddr_len %p ret %d" }
+metadata.core_marker_id: 13589.760095003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pollfd", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760097829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pollfd", format = "fd %d" }
+metadata.core_marker_id: 13589.760100149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "writev", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760102605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "writev", format = "fd %lu vlen %lu" }
+metadata.core_marker_id: 13589.760105000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "tcpv4_rcv", event_id = 16, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760107474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "tcpv4_rcv", format = "skb %p" }
+metadata.core_marker_id: 13589.760109850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_sendmsg", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760112527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_sendmsg", format = "sock %p msg %p size %zu ret %d" }
+metadata.core_marker_id: 13589.760115187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ip_interface", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760117865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ip_interface", format = "name %s address #n4u%lu up %d" }
+metadata.core_marker_id: 13589.760120445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "del_ifa_ipv4", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760123104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "del_ifa_ipv4", format = "label %s address #4u%u" }
+metadata.core_marker_id: 13589.760125572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "userspace", name = "event", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760128077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "userspace", name = "event", format = "string %s" }
+metadata.core_marker_id: 13589.760130528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_entry", event_id = 41, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760133230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_entry", format = "ip #p%lu address #p%lu trap_id #2u%u" }
+metadata.core_marker_id: 13589.760135809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "crash_kexec", event_id = 38, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760138758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "crash_kexec", format = "image %p ip %p" }
+metadata.core_marker_id: 13589.760141258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_exit", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760143825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_exit", format = "irqstate #1%d" }
+metadata.core_marker_id: 13589.760146299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_exit", event_id = 40, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760148859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_exit", format = "res %d" }
+metadata.core_marker_id: 13589.760151309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_schedule", event_id = 18, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760153877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_schedule", format = "napi_struct %p name %s" }
+metadata.core_marker_id: 13589.760156382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kernel_kexec", event_id = 37, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760158936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kernel_kexec", format = "image %p" }
+metadata.core_marker_id: 13589.760161374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_fork", event_id = 25, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760164083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_fork", format = "parent_pid %d child_pid %d child_tgid %d" }
+metadata.core_marker_id: 13589.760166600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "start_commit", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760169272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "start_commit", format = "dev %s transaction %d" }
+metadata.core_marker_id: 13589.760171746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_try_wakeup", event_id = 17, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760174357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_try_wakeup", format = "pid %d cpu_id %u state #2d%ld" }
+metadata.core_marker_id: 13589.760176886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "input", name = "input_event", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760179916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "input", name = "input_event", format = "type %u code %u value %d" }
+metadata.core_marker_id: 13589.760182619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "sem_create", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760188320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "sem_create", format = "id %ld flags %d" }
+metadata.core_marker_id: 13589.760190788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "plug", event_id = 19, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760193484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "plug", format = " " }
+metadata.core_marker_id: 13589.760195984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_pc", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760198742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_pc", format = "data_len %u rw %d errors %d" }
+metadata.core_marker_id: 13589.760201371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_free", event_id = 22, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760204006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_free", format = "pid %d" }
+metadata.core_marker_id: 13589.760206511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_migrate_task", event_id = 20, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760209226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_migrate_task", format = "pid %d state #2d%ld dest_cpu %d" }
+metadata.core_marker_id: 13589.760211922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_entry", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760214595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_entry", format = "softirq_id #1u%lu" }
+metadata.core_marker_id: 13589.760217248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "add_to_page_cache", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760220012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "add_to_page_cache", format = "inode %lu sdev %u" }
+metadata.core_marker_id: 13589.760222820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "read", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760225331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "read", format = "count %zu fd %u" }
+metadata.core_marker_id: 13589.760227769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ipv4_interface", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760233420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ipv4_interface", format = "name %s address #n4u%lu up %d" }
+metadata.core_marker_id: 13589.760236037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_exit", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760238746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_exit", format = "func %p data %lu" }
+metadata.core_marker_id: 13589.760241263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_callback", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760243818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_callback", format = "func %p" }
+metadata.core_marker_id: 13589.760246398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_entry", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760249131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_entry", format = "ip #p%ld syscall_id #2u%u" }
+metadata.core_marker_id: 13589.760251765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "msg_create", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760254333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "msg_create", format = "id %ld flags %d" }
+metadata.core_marker_id: 13589.760257054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "module_state", name = "list_module", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 13589.760259756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "module_state", name = "list_module", format = "name %s state %d refcount %lu" }
+kernel.printk: 13589.760262237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { ip = 0xC1421750 }
+kernel.vprintk: 13589.762149621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { loglevel = 7, string = "LTT state dump begin", ip = 0xC158363B }
+kernel.printk: 13589.762917527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { ip = 0xC142176D }
+kernel.vprintk: 13589.762922351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { loglevel = 7, string = "LTT state dump thread start", ip = 0xC158363B }
+task_state.process_state: 13589.762937702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1, parent_pid = 0, name = "init", type = 0, mode = 5, submode = 0, status = 5, tgid = 1 }
+task_state.process_state: 13589.762941602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2, parent_pid = 0, name = "kthreadd", type = 1, mode = 5, submode = 0, status = 5, tgid = 2 }
+task_state.process_state: 13589.762944355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 3, parent_pid = 2, name = "ksoftirqd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 3 }
+task_state.process_state: 13589.762947096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 4, parent_pid = 2, name = "watchdog/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 4 }
+task_state.process_state: 13589.762949776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5, parent_pid = 2, name = "events/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 5 }
+task_state.process_state: 13589.762952461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 6, parent_pid = 2, name = "cpuset", type = 1, mode = 5, submode = 0, status = 5, tgid = 6 }
+task_state.process_state: 13589.762955129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 7, parent_pid = 2, name = "khelper", type = 1, mode = 5, submode = 0, status = 5, tgid = 7 }
+task_state.process_state: 13589.762958031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10, parent_pid = 2, name = "netns", type = 1, mode = 5, submode = 0, status = 5, tgid = 10 }
+task_state.process_state: 13589.762960833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 13, parent_pid = 2, name = "async/mgr", type = 1, mode = 5, submode = 0, status = 5, tgid = 13 }
+task_state.process_state: 13589.762963840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 122, parent_pid = 2, name = "sync_supers", type = 1, mode = 5, submode = 0, status = 5, tgid = 122 }
+task_state.process_state: 13589.762967253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 124, parent_pid = 2, name = "bdi-default", type = 1, mode = 5, submode = 0, status = 5, tgid = 124 }
+task_state.process_state: 13589.762970111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 126, parent_pid = 2, name = "kblockd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 126 }
+task_state.process_state: 13589.762972741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 128, parent_pid = 2, name = "kacpid", type = 1, mode = 5, submode = 0, status = 5, tgid = 128 }
+task_state.process_state: 13589.762975612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 129, parent_pid = 2, name = "kacpi_notify", type = 1, mode = 5, submode = 0, status = 5, tgid = 129 }
+task_state.process_state: 13589.762978538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 130, parent_pid = 2, name = "kacpi_hotplug", type = 1, mode = 5, submode = 0, status = 5, tgid = 130 }
+task_state.process_state: 13589.762981686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 171, parent_pid = 2, name = "kseriod", type = 1, mode = 5, submode = 0, status = 5, tgid = 171 }
+task_state.process_state: 13589.762984674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 178, parent_pid = 2, name = "kslowd", type = 1, mode = 5, submode = 0, status = 5, tgid = 178 }
+task_state.process_state: 13589.762987754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 179, parent_pid = 2, name = "kslowd", type = 1, mode = 5, submode = 0, status = 5, tgid = 179 }
+task_state.process_state: 13589.762990477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 199, parent_pid = 2, name = "rpciod/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 199 }
+task_state.process_state: 13589.762993299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 216, parent_pid = 2, name = "khungtaskd", type = 1, mode = 5, submode = 0, status = 5, tgid = 216 }
+task_state.process_state: 13589.762996009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 217, parent_pid = 2, name = "kswapd0", type = 1, mode = 5, submode = 0, status = 5, tgid = 217 }
+task_state.process_state: 13589.762998652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 218, parent_pid = 2, name = "aio/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 218 }
+task_state.process_state: 13589.763001516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 228, parent_pid = 2, name = "nfsiod", type = 1, mode = 5, submode = 0, status = 5, tgid = 228 }
+task_state.process_state: 13589.763004238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 233, parent_pid = 2, name = "jfsIO", type = 1, mode = 5, submode = 0, status = 5, tgid = 233 }
+task_state.process_state: 13589.763007098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 234, parent_pid = 2, name = "jfsCommit", type = 1, mode = 5, submode = 0, status = 5, tgid = 234 }
+task_state.process_state: 13589.763010177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 235, parent_pid = 2, name = "jfsSync", type = 1, mode = 5, submode = 0, status = 5, tgid = 235 }
+task_state.process_state: 13589.763013295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 236, parent_pid = 2, name = "xfs_mru_cache", type = 1, mode = 5, submode = 0, status = 5, tgid = 236 }
+task_state.process_state: 13589.763016030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 237, parent_pid = 2, name = "xfslogd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 237 }
+task_state.process_state: 13589.763018900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 238, parent_pid = 2, name = "xfsdatad/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 238 }
+task_state.process_state: 13589.763021641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 239, parent_pid = 2, name = "xfsconvertd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 239 }
+task_state.process_state: 13589.763024303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 240, parent_pid = 2, name = "ocfs2_wq", type = 1, mode = 5, submode = 0, status = 5, tgid = 240 }
+task_state.process_state: 13589.763027106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 241, parent_pid = 2, name = "o2quot/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 241 }
+task_state.process_state: 13589.763029767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 244, parent_pid = 2, name = "user_dlm", type = 1, mode = 5, submode = 0, status = 5, tgid = 244 }
+task_state.process_state: 13589.763032453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 246, parent_pid = 2, name = "glock_workqueue", type = 1, mode = 5, submode = 0, status = 5, tgid = 246 }
+task_state.process_state: 13589.763035335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 247, parent_pid = 2, name = "delete_workqueu", type = 1, mode = 5, submode = 0, status = 5, tgid = 247 }
+task_state.process_state: 13589.763038090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 248, parent_pid = 2, name = "crypto/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 248 }
+task_state.process_state: 13589.763040973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 394, parent_pid = 2, name = "krxrpcd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 394 }
+task_state.process_state: 13589.763043929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 551, parent_pid = 2, name = "ksuspend_usbd", type = 1, mode = 5, submode = 0, status = 5, tgid = 551 }
+task_state.process_state: 13589.763046579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 556, parent_pid = 2, name = "khubd", type = 1, mode = 5, submode = 0, status = 5, tgid = 556 }
+task_state.process_state: 13589.763049246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 563, parent_pid = 2, name = "ata/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 563 }
+task_state.process_state: 13589.763052141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 564, parent_pid = 2, name = "ata_aux", type = 1, mode = 5, submode = 0, status = 5, tgid = 564 }
+task_state.process_state: 13589.763054938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 569, parent_pid = 2, name = "scsi_eh_0", type = 1, mode = 5, submode = 0, status = 5, tgid = 569 }
+task_state.process_state: 13589.763057994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 601, parent_pid = 2, name = "kjournald", type = 1, mode = 5, submode = 0, status = 5, tgid = 601 }
+task_state.process_state: 13589.763060993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 730, parent_pid = 2, name = "kpsmoused", type = 1, mode = 5, submode = 0, status = 5, tgid = 730 }
+task_state.process_state: 13589.763063920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1007, parent_pid = 2, name = "flush-3:0", type = 1, mode = 5, submode = 0, status = 5, tgid = 1007 }
+task_state.process_state: 13589.763066637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1195, parent_pid = 1, name = "dhclient3", type = 0, mode = 5, submode = 0, status = 5, tgid = 1195 }
+task_state.process_state: 13589.763069723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1220, parent_pid = 2, name = "cifsd", type = 1, mode = 5, submode = 0, status = 5, tgid = 1220 }
+task_state.process_state: 13589.763072415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1238, parent_pid = 1, name = "dirmngr", type = 0, mode = 5, submode = 0, status = 5, tgid = 1238 }
+task_state.process_state: 13589.763075051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1280, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1280 }
+task_state.process_state: 13589.763078064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1282, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1280 }
+task_state.process_state: 13589.763080799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1283, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1280 }
+task_state.process_state: 13589.763083497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16858, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1280 }
+task_state.process_state: 13589.763086356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1336, parent_pid = 1, name = "xfstt", type = 0, mode = 5, submode = 0, status = 5, tgid = 1336 }
+task_state.process_state: 13589.763089189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1368, parent_pid = 1, name = "cron", type = 0, mode = 5, submode = 0, status = 5, tgid = 1368 }
+task_state.process_state: 13589.763091924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1378, parent_pid = 1, name = "dbus-daemon", type = 0, mode = 5, submode = 0, status = 5, tgid = 1378 }
+task_state.process_state: 13589.763094875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1387, parent_pid = 1, name = "gpm", type = 0, mode = 5, submode = 0, status = 5, tgid = 1387 }
+task_state.process_state: 13589.763097740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1417, parent_pid = 1, name = "mysqld_safe", type = 0, mode = 5, submode = 0, status = 5, tgid = 1417 }
+task_state.process_state: 13589.763100530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1539, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
+task_state.process_state: 13589.763103697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1552, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
+task_state.process_state: 13589.763106401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1553, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
+task_state.process_state: 13589.763109093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1554, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
+task_state.process_state: 13589.763112068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1555, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
+task_state.process_state: 13589.763114767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1557, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
+task_state.process_state: 13589.763117490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1558, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
+task_state.process_state: 13589.763120342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1559, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
+task_state.process_state: 13589.763123058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1560, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
+task_state.process_state: 13589.763125862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1563, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
+task_state.process_state: 13589.763128954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1540, parent_pid = 1417, name = "logger", type = 0, mode = 5, submode = 0, status = 5, tgid = 1540 }
+task_state.process_state: 13589.763131744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1637, parent_pid = 1, name = "vboxadd-service", type = 0, mode = 5, submode = 0, status = 5, tgid = 1637 }
+task_state.process_state: 13589.763134479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1638, parent_pid = 1, name = "vboxadd-service", type = 0, mode = 5, submode = 0, status = 5, tgid = 1637 }
+task_state.process_state: 13589.763137375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1658, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763140086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1659, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763142820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1660, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763145772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1661, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763148926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1662, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763151747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1663, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763154557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1664, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763157321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1666, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763160057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1667, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763162823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1668, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763165725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1669, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763168793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1670, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763171885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1671, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763174663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1672, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763177436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1673, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763180306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1674, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763183035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1675, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763185948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1676, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763188801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1677, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763191641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1678, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763194678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1679, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763197530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1680, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763200278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1681, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763203074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1682, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763206037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1683, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763208890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1684, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763211693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1685, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763214575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1686, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763217490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1687, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763220286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1688, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763222990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1689, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763225892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1690, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763228738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1691, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763231621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1692, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763234596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1693, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763237380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1694, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763240683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1695, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763243541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1696, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763246387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1697, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763249215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1698, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763251919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1699, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763254740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1700, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763257427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1701, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763260162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1702, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763263186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1703, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763265952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1704, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763268682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1705, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763271497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1706, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763274170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1707, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763276857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1708, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763279844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1709, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763282591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1710, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763285671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1711, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763288543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1712, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763291253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1713, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763293994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1714, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763296958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1715, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763299951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1716, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763302705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1717, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763305569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1718, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763308408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1719, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763311095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1720, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763313972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1723, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763316780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1865, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 13589.763319523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1848, parent_pid = 1, name = "kdm", type = 0, mode = 5, submode = 0, status = 5, tgid = 1848 }
+task_state.process_state: 13589.763322183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1852, parent_pid = 1848, name = "Xorg", type = 0, mode = 5, submode = 0, status = 1, tgid = 1852 }
+task_state.process_state: 13589.763325017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1883, parent_pid = 1, name = "gdm-emulatord", type = 0, mode = 5, submode = 0, status = 5, tgid = 1883 }
+task_state.process_state: 13589.763327764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1906, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1906 }
+task_state.process_state: 13589.763330987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1907, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1907 }
+task_state.process_state: 13589.763333894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1908, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1908 }
+task_state.process_state: 13589.763336715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1909, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1909 }
+task_state.process_state: 13589.763339592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1910, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1910 }
+task_state.process_state: 13589.763342303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1911, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1911 }
+task_state.process_state: 13589.763345136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1913, parent_pid = 1848, name = "kdm", type = 0, mode = 5, submode = 0, status = 5, tgid = 1913 }
+task_state.process_state: 13589.763348025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1921, parent_pid = 1, name = "dbus-launch", type = 0, mode = 5, submode = 0, status = 5, tgid = 1921 }
+task_state.process_state: 13589.763350724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1922, parent_pid = 1, name = "dbus-daemon", type = 0, mode = 5, submode = 0, status = 5, tgid = 1922 }
+task_state.process_state: 13589.763353508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1928, parent_pid = 1368, name = "cron", type = 0, mode = 5, submode = 0, status = 5, tgid = 1928 }
+task_state.process_state: 13589.763356422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1935, parent_pid = 1928, name = "NetCheck.sh", type = 1, mode = 5, submode = 0, status = 4, tgid = 1935 }
+task_state.process_state: 13589.763359089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1938, parent_pid = 1928, name = "sendmail", type = 0, mode = 5, submode = 0, status = 5, tgid = 1938 }
+task_state.process_state: 13589.763361825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1963, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 1963 }
+task_state.process_state: 13589.763364880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1973, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 1973 }
+task_state.process_state: 13589.763367763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1989, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 1989 }
+task_state.process_state: 13589.763370363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2043, parent_pid = 1913, name = "startkde", type = 0, mode = 5, submode = 0, status = 5, tgid = 2043 }
+task_state.process_state: 13589.763373271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2103, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2103 }
+task_state.process_state: 13589.763376363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2104, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2103 }
+task_state.process_state: 13589.763379036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2109, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2109 }
+task_state.process_state: 13589.763381784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2142, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2109 }
+task_state.process_state: 13589.763384624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2113, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2113 }
+task_state.process_state: 13589.763387433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2114, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2113 }
+task_state.process_state: 13589.763390544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2118, parent_pid = 2043, name = "ssh-agent", type = 0, mode = 5, submode = 0, status = 5, tgid = 2118 }
+task_state.process_state: 13589.763393212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2124, parent_pid = 1, name = "dbus-launch", type = 0, mode = 5, submode = 0, status = 5, tgid = 2124 }
+task_state.process_state: 13589.763395903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2128, parent_pid = 1, name = "dbus-daemon", type = 0, mode = 5, submode = 0, status = 5, tgid = 2128 }
+task_state.process_state: 13589.763398792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2174, parent_pid = 1, name = "kdeinit4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2174 }
+task_state.process_state: 13589.763401430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2175, parent_pid = 2174, name = "klauncher", type = 0, mode = 5, submode = 0, status = 5, tgid = 2175 }
+task_state.process_state: 13589.763404171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2177, parent_pid = 1, name = "kded4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2177 }
+task_state.process_state: 13589.763407059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2204, parent_pid = 2043, name = "kwrapper4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2204 }
+task_state.process_state: 13589.763409740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2205, parent_pid = 2174, name = "ksmserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2205 }
+task_state.process_state: 13589.763412475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2206, parent_pid = 2174, name = "ksmserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2205 }
+task_state.process_state: 13589.763415321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2207, parent_pid = 2205, name = "kwin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2207 }
+task_state.process_state: 13589.763418074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2209, parent_pid = 1, name = "kglobalaccel", type = 0, mode = 5, submode = 0, status = 5, tgid = 2209 }
+task_state.process_state: 13589.763421155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2212, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2212 }
+task_state.process_state: 13589.763424025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2304, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2212 }
+task_state.process_state: 13589.763426933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2305, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2212 }
+task_state.process_state: 13589.763430081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2308, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2212 }
+task_state.process_state: 13589.763432964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2309, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2212 }
+task_state.process_state: 13589.763435982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2213, parent_pid = 1, name = "plasma-desktop", type = 0, mode = 5, submode = 0, status = 5, tgid = 2213 }
+task_state.process_state: 13589.763438840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2214, parent_pid = 1, name = "plasma-desktop", type = 0, mode = 5, submode = 0, status = 5, tgid = 2213 }
+task_state.process_state: 13589.763441884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2218, parent_pid = 2174, name = "kio_file", type = 0, mode = 5, submode = 0, status = 5, tgid = 2218 }
+task_state.process_state: 13589.763444878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2224, parent_pid = 1, name = "kxkb", type = 0, mode = 5, submode = 0, status = 5, tgid = 2224 }
+task_state.process_state: 13589.763447834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2232, parent_pid = 1, name = "kxkb", type = 0, mode = 5, submode = 0, status = 5, tgid = 2224 }
+task_state.process_state: 13589.763450613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2227, parent_pid = 1, name = "krunner", type = 0, mode = 5, submode = 0, status = 5, tgid = 2227 }
+task_state.process_state: 13589.763453650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2228, parent_pid = 1, name = "nepomukserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2228 }
+task_state.process_state: 13589.763456360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2238, parent_pid = 1, name = "nepomukserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2228 }
+task_state.process_state: 13589.763459058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2237, parent_pid = 1, name = "kmix", type = 0, mode = 5, submode = 0, status = 5, tgid = 2237 }
+task_state.process_state: 13589.763462182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2239, parent_pid = 2228, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2239 }
+task_state.process_state: 13589.763465194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2241, parent_pid = 1, name = "konsole", type = 0, mode = 5, submode = 0, status = 5, tgid = 2241 }
+task_state.process_state: 13589.763468336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2249, parent_pid = 1, name = "konsole", type = 0, mode = 5, submode = 0, status = 5, tgid = 2241 }
+task_state.process_state: 13589.763471293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2243, parent_pid = 2228, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2243 }
+task_state.process_state: 13589.763474139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2245, parent_pid = 2228, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2245 }
+task_state.process_state: 13589.763476843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2247, parent_pid = 2228, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2247 }
+task_state.process_state: 13589.763479671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2260, parent_pid = 2228, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2247 }
+task_state.process_state: 13589.763482431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2250, parent_pid = 2241, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 2250 }
+task_state.process_state: 13589.763485178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2259, parent_pid = 2174, name = "gkrellm", type = 0, mode = 5, submode = 0, status = 5, tgid = 2259 }
+task_state.process_state: 13589.763488178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2266, parent_pid = 2174, name = "polkit-gnome-au", type = 0, mode = 5, submode = 0, status = 5, tgid = 2266 }
+task_state.process_state: 13589.763490945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2281, parent_pid = 1, name = "polkitd", type = 0, mode = 5, submode = 0, status = 5, tgid = 2281 }
+task_state.process_state: 13589.763493667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2288, parent_pid = 2174, name = "wish", type = 0, mode = 5, submode = 0, status = 5, tgid = 2288 }
+task_state.process_state: 13589.763496451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2290, parent_pid = 2174, name = "wish", type = 0, mode = 5, submode = 0, status = 5, tgid = 2288 }
+task_state.process_state: 13589.763499119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2315, parent_pid = 2174, name = "icedove", type = 0, mode = 5, submode = 0, status = 5, tgid = 2315 }
+task_state.process_state: 13589.763501873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2327, parent_pid = 2315, name = "run-mozilla.sh", type = 0, mode = 5, submode = 0, status = 5, tgid = 2327 }
+task_state.process_state: 13589.763504787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2332, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
+task_state.process_state: 13589.763507638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2333, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
+task_state.process_state: 13589.763510515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2336, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
+task_state.process_state: 13589.763513682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2341, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
+task_state.process_state: 13589.763516355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2342, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
+task_state.process_state: 13589.763519041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2347, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
+task_state.process_state: 13589.763521856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2351, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
+task_state.process_state: 13589.763524617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2353, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
+task_state.process_state: 13589.763527370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2358, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
+task_state.process_state: 13589.763530191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2359, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
+task_state.process_state: 13589.763532945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2711, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
+task_state.process_state: 13589.763535631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 23348, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
+task_state.process_state: 13589.763538501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24301, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
+task_state.process_state: 13589.763541243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16856, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
+task_state.process_state: 13589.763544139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2335, parent_pid = 1, name = "gconfd-2", type = 0, mode = 5, submode = 0, status = 5, tgid = 2335 }
+task_state.process_state: 13589.763547126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2684, parent_pid = 2241, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 2684 }
+task_state.process_state: 13589.763576172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2805, parent_pid = 2174, name = "sh", type = 0, mode = 5, submode = 0, status = 5, tgid = 2805 }
+task_state.process_state: 13589.763579184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2806, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763581907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2816, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763585184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2817, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763588036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2818, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763590827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2819, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763593815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2820, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763596587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2821, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763599334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2822, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763602280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2825, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763605058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2826, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763607805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2827, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763610749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2830, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763613608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2834, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763616275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2837, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763619306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2847, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763622176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2859, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763624869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2984, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763627900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2985, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763630992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2987, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763633727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 7940, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763636487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 7999, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763639247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8067, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763642092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8137, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763644908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10331, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763647625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10403, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763650471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10409, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763670910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10412, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763673769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10415, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763676800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10456, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763679578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10502, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763682350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 30090, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
+task_state.process_state: 13589.763685171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 11121, parent_pid = 2250, name = "su", type = 0, mode = 5, submode = 0, status = 5, tgid = 11121 }
+task_state.process_state: 13589.763688203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 11130, parent_pid = 11121, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 11130 }
+task_state.process_state: 13589.763691011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 11317, parent_pid = 2241, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 11317 }
+task_state.process_state: 13589.763694074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 11325, parent_pid = 11317, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 11325 }
+task_state.process_state: 13589.763696784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 18054, parent_pid = 1, name = "udevd", type = 0, mode = 5, submode = 0, status = 5, tgid = 18054 }
+task_state.process_state: 13589.763699790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 21983, parent_pid = 1, name = "exim4", type = 0, mode = 5, submode = 0, status = 5, tgid = 21983 }
+task_state.process_state: 13589.763702661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24399, parent_pid = 1, name = "sshd", type = 0, mode = 5, submode = 0, status = 5, tgid = 24399 }
+task_state.process_state: 13589.763705643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24464, parent_pid = 1, name = "acpid", type = 0, mode = 5, submode = 0, status = 5, tgid = 24464 }
+task_state.process_state: 13589.763708612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24616, parent_pid = 1, name = "hald", type = 0, mode = 5, submode = 0, status = 5, tgid = 24616 }
+task_state.process_state: 13589.763711747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24617, parent_pid = 24616, name = "hald-runner", type = 0, mode = 5, submode = 0, status = 5, tgid = 24617 }
+task_state.process_state: 13589.763714637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24668, parent_pid = 24617, name = "hald-addon-stor", type = 0, mode = 5, submode = 0, status = 5, tgid = 24668 }
+task_state.process_state: 13589.763717704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24670, parent_pid = 24617, name = "hald-addon-stor", type = 0, mode = 5, submode = 0, status = 5, tgid = 24670 }
+task_state.process_state: 13589.763720679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24672, parent_pid = 24617, name = "hald-addon-acpi", type = 0, mode = 5, submode = 0, status = 5, tgid = 24672 }
+task_state.process_state: 13589.763723457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24682, parent_pid = 24617, name = "hald-addon-inpu", type = 0, mode = 5, submode = 0, status = 5, tgid = 24682 }
+task_state.process_state: 13589.763726606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 25001, parent_pid = 1, name = "nmbd", type = 0, mode = 5, submode = 0, status = 5, tgid = 25001 }
+task_state.process_state: 13589.763729347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 25010, parent_pid = 1, name = "smbd", type = 0, mode = 5, submode = 0, status = 5, tgid = 25010 }
+task_state.process_state: 13589.763732076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 25016, parent_pid = 25010, name = "smbd", type = 0, mode = 5, submode = 0, status = 5, tgid = 25016 }
+task_state.process_state: 13589.763735169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 30050, parent_pid = 2241, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 30050 }
+task_state.process_state: 13589.763737996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 30060, parent_pid = 30050, name = "su", type = 0, mode = 5, submode = 0, status = 5, tgid = 30060 }
+task_state.process_state: 13589.763740996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 30068, parent_pid = 30060, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 30068 }
+task_state.process_state: 13589.763743879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16857, parent_pid = 1368, name = "cron", type = 0, mode = 5, submode = 0, status = 5, tgid = 16857 }
+task_state.process_state: 13589.763746719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16865, parent_pid = 16857, name = "NetCheck.sh", type = 0, mode = 5, submode = 0, status = 5, tgid = 16865 }
+task_state.process_state: 13589.763749454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16867, parent_pid = 16857, name = "sendmail", type = 0, mode = 5, submode = 0, status = 5, tgid = 16867 }
+task_state.process_state: 13589.763752479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16885, parent_pid = 16865, name = "ping", type = 0, mode = 5, submode = 0, status = 5, tgid = 16885 }
+task_state.process_state: 13589.763755140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16887, parent_pid = 30068, name = "lttctl", type = 0, mode = 5, submode = 0, status = 1, tgid = 16887 }
+task_state.process_state: 13589.763758054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16889, parent_pid = 1, name = "lttd", type = 0, mode = 5, submode = 0, status = 1, tgid = 16889 }
+task_state.process_state: 13589.763767880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { pid = 0, parent_pid = 0, name = "swapper", type = 1, mode = 5, submode = 0, status = 1, tgid = 0 }
+fd_state.file_descriptor: 13589.763853230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/initctl", pid = 1, fd = 10 }
+fd_state.file_descriptor: 13589.763871994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1195, fd = 0 }
+fd_state.file_descriptor: 13589.763874170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1195, fd = 1 }
+fd_state.file_descriptor: 13589.763879239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1195, fd = 2 }
+fd_state.file_descriptor: 13589.763891301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/dhcp3/dhclient.eth0.leases", pid = 1195, fd = 3 }
+fd_state.file_descriptor: 13589.763897843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4313]", pid = 1195, fd = 4 }
+fd_state.file_descriptor: 13589.763902617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4310]", pid = 1195, fd = 5 }
+fd_state.file_descriptor: 13589.763908230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[4556]", pid = 1238, fd = 3 }
+fd_state.file_descriptor: 13589.763910318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[4556]", pid = 1238, fd = 4 }
+fd_state.file_descriptor: 13589.763918222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/dirmngr.log", pid = 1238, fd = 5 }
+fd_state.file_descriptor: 13589.763925373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4559]", pid = 1238, fd = 6 }
+fd_state.file_descriptor: 13589.763930487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4611]", pid = 1280, fd = 0 }
+fd_state.file_descriptor: 13589.763933006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/auth.log", pid = 1280, fd = 3 }
+fd_state.file_descriptor: 13589.763935266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/syslog", pid = 1280, fd = 4 }
+fd_state.file_descriptor: 13589.763937824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/daemon.log", pid = 1280, fd = 5 }
+fd_state.file_descriptor: 13589.763942240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/kern.log", pid = 1280, fd = 6 }
+fd_state.file_descriptor: 13589.763944439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/lpr.log", pid = 1280, fd = 7 }
+fd_state.file_descriptor: 13589.763946583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.log", pid = 1280, fd = 8 }
+fd_state.file_descriptor: 13589.763948720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/user.log", pid = 1280, fd = 9 }
+fd_state.file_descriptor: 13589.763951074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.info", pid = 1280, fd = 10 }
+fd_state.file_descriptor: 13589.763953267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.warn", pid = 1280, fd = 11 }
+fd_state.file_descriptor: 13589.763955454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.err", pid = 1280, fd = 12 }
+fd_state.file_descriptor: 13589.763957831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/news/news.crit", pid = 1280, fd = 13 }
+fd_state.file_descriptor: 13589.763960105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/news/news.err", pid = 1280, fd = 14 }
+fd_state.file_descriptor: 13589.763962335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/news/news.notice", pid = 1280, fd = 15 }
+fd_state.file_descriptor: 13589.763964540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/debug", pid = 1280, fd = 16 }
+fd_state.file_descriptor: 13589.763966665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/messages", pid = 1280, fd = 17 }
+fd_state.file_descriptor: 13589.763968933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/xconsole", pid = 1280, fd = 18 }
+fd_state.file_descriptor: 13589.763971502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/proc/kmsg", pid = 1280, fd = 19 }
+fd_state.file_descriptor: 13589.763979498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/cache/xfstt/ttinfo.dir", pid = 1336, fd = 0 }
+fd_state.file_descriptor: 13589.763984315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/usr/share/fonts/truetype", pid = 1336, fd = 1 }
+fd_state.file_descriptor: 13589.763993438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4745]", pid = 1336, fd = 2 }
+fd_state.file_descriptor: 13589.763998163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1368, fd = 0 }
+fd_state.file_descriptor: 13589.764000277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1368, fd = 1 }
+fd_state.file_descriptor: 13589.764002346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1368, fd = 2 }
+fd_state.file_descriptor: 13589.764009449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/run/crond.pid", pid = 1368, fd = 3 }
+fd_state.file_descriptor: 13589.764012295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1378, fd = 0 }
+fd_state.file_descriptor: 13589.764014278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1378, fd = 1 }
+fd_state.file_descriptor: 13589.764016176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1378, fd = 2 }
+fd_state.file_descriptor: 13589.764020981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4734]", pid = 1378, fd = 3 }
+fd_state.file_descriptor: 13589.764022983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1378, fd = 4 }
+fd_state.file_descriptor: 13589.764025182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 1378, fd = 5 }
+fd_state.file_descriptor: 13589.764029851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4737]", pid = 1378, fd = 6 }
+fd_state.file_descriptor: 13589.764032156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4738]", pid = 1378, fd = 7 }
+fd_state.file_descriptor: 13589.764037884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[86310]", pid = 1378, fd = 8 }
+fd_state.file_descriptor: 13589.764045092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[5314]", pid = 1378, fd = 9 }
+fd_state.file_descriptor: 13589.764050260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[5264]", pid = 1378, fd = 10 }
+fd_state.file_descriptor: 13589.764058607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[121184]", pid = 1378, fd = 11 }
+fd_state.file_descriptor: 13589.764065803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[121490]", pid = 1378, fd = 12 }
+fd_state.file_descriptor: 13589.764070880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6007]", pid = 1378, fd = 13 }
+fd_state.file_descriptor: 13589.764078481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6132]", pid = 1378, fd = 14 }
+fd_state.file_descriptor: 13589.764086341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6804]", pid = 1378, fd = 15 }
+fd_state.file_descriptor: 13589.764113071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7141]", pid = 1378, fd = 16 }
+fd_state.file_descriptor: 13589.764121048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7381]", pid = 1378, fd = 17 }
+fd_state.file_descriptor: 13589.764129458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[53719]", pid = 1378, fd = 18 }
+fd_state.file_descriptor: 13589.764134176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7895]", pid = 1378, fd = 19 }
+fd_state.file_descriptor: 13589.764141624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7632]", pid = 1378, fd = 20 }
+fd_state.file_descriptor: 13589.764150081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[121509]", pid = 1378, fd = 21 }
+fd_state.file_descriptor: 13589.764155805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8194]", pid = 1378, fd = 22 }
+fd_state.file_descriptor: 13589.764163388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8532]", pid = 1378, fd = 23 }
+fd_state.file_descriptor: 13589.764170799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8226]", pid = 1378, fd = 24 }
+fd_state.file_descriptor: 13589.764173343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[129957]", pid = 1378, fd = 25 }
+fd_state.file_descriptor: 13589.764180902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[144771]", pid = 1378, fd = 26 }
+fd_state.file_descriptor: 13589.764183908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1387, fd = 0 }
+fd_state.file_descriptor: 13589.764185990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1387, fd = 1 }
+fd_state.file_descriptor: 13589.764188011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1387, fd = 2 }
+fd_state.file_descriptor: 13589.764193241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4761]", pid = 1387, fd = 3 }
+fd_state.file_descriptor: 13589.764195687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4778]", pid = 1387, fd = 5 }
+fd_state.file_descriptor: 13589.764203461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1417, fd = 0 }
+fd_state.file_descriptor: 13589.764205574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1417, fd = 1 }
+fd_state.file_descriptor: 13589.764207570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1417, fd = 2 }
+fd_state.file_descriptor: 13589.764213324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/usr/bin/mysqld_safe", pid = 1417, fd = 255 }
+fd_state.file_descriptor: 13589.764218325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1539, fd = 0 }
+fd_state.file_descriptor: 13589.764223278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[4877]", pid = 1539, fd = 1 }
+fd_state.file_descriptor: 13589.764225318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[4877]", pid = 1539, fd = 2 }
+fd_state.file_descriptor: 13589.764230751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/ibdata1", pid = 1539, fd = 3 }
+fd_state.file_descriptor: 13589.764233486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/tmp/ibT6xQFf (deleted)", pid = 1539, fd = 4 }
+fd_state.file_descriptor: 13589.764235698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/tmp/ibL8578S (deleted)", pid = 1539, fd = 5 }
+fd_state.file_descriptor: 13589.764237977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/tmp/ib2k4pCw (deleted)", pid = 1539, fd = 6 }
+fd_state.file_descriptor: 13589.764240133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/tmp/ibtkC899 (deleted)", pid = 1539, fd = 7 }
+fd_state.file_descriptor: 13589.764242727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/ib_logfile0", pid = 1539, fd = 8 }
+fd_state.file_descriptor: 13589.764245135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/ib_logfile1", pid = 1539, fd = 9 }
+fd_state.file_descriptor: 13589.764247772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4900]", pid = 1539, fd = 10 }
+fd_state.file_descriptor: 13589.764249878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/tmp/ibd3Pk3N (deleted)", pid = 1539, fd = 11 }
+fd_state.file_descriptor: 13589.764252139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4901]", pid = 1539, fd = 12 }
+fd_state.file_descriptor: 13589.764254561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/host.MYI", pid = 1539, fd = 13 }
+fd_state.file_descriptor: 13589.764256963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/host.MYD", pid = 1539, fd = 14 }
+fd_state.file_descriptor: 13589.764259285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/user.MYI", pid = 1539, fd = 15 }
+fd_state.file_descriptor: 13589.764261608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/user.MYD", pid = 1539, fd = 16 }
+fd_state.file_descriptor: 13589.764267140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/db.MYI", pid = 1539, fd = 17 }
+fd_state.file_descriptor: 13589.764269542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/db.MYD", pid = 1539, fd = 18 }
+fd_state.file_descriptor: 13589.764272400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/tables_priv.MYI", pid = 1539, fd = 19 }
+fd_state.file_descriptor: 13589.764274779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/tables_priv.MYD", pid = 1539, fd = 20 }
+fd_state.file_descriptor: 13589.764279694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/columns_priv.MYI", pid = 1539, fd = 21 }
+fd_state.file_descriptor: 13589.764282116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/columns_priv.MYD", pid = 1539, fd = 22 }
+fd_state.file_descriptor: 13589.764284690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/procs_priv.MYI", pid = 1539, fd = 23 }
+fd_state.file_descriptor: 13589.764287228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/procs_priv.MYD", pid = 1539, fd = 24 }
+fd_state.file_descriptor: 13589.764289785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/servers.MYI", pid = 1539, fd = 25 }
+fd_state.file_descriptor: 13589.764292206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/servers.MYD", pid = 1539, fd = 26 }
+fd_state.file_descriptor: 13589.764294713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/event.MYI", pid = 1539, fd = 27 }
+fd_state.file_descriptor: 13589.764297109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/event.MYD", pid = 1539, fd = 28 }
+fd_state.file_descriptor: 13589.764302383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/func.MYI", pid = 1539, fd = 32 }
+fd_state.file_descriptor: 13589.764304791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/func.MYD", pid = 1539, fd = 33 }
+fd_state.file_descriptor: 13589.764309861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/general_log.CSM", pid = 1539, fd = 34 }
+fd_state.file_descriptor: 13589.764315011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/general_log.CSV", pid = 1539, fd = 35 }
+fd_state.file_descriptor: 13589.764320099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_category.MYI", pid = 1539, fd = 36 }
+fd_state.file_descriptor: 13589.764322644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_category.MYD", pid = 1539, fd = 37 }
+fd_state.file_descriptor: 13589.764325213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_keyword.MYI", pid = 1539, fd = 38 }
+fd_state.file_descriptor: 13589.764327652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_keyword.MYD", pid = 1539, fd = 39 }
+fd_state.file_descriptor: 13589.764330227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_relation.MYI", pid = 1539, fd = 40 }
+fd_state.file_descriptor: 13589.764332771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_relation.MYD", pid = 1539, fd = 41 }
+fd_state.file_descriptor: 13589.764337502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_topic.MYI", pid = 1539, fd = 42 }
+fd_state.file_descriptor: 13589.764339929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_topic.MYD", pid = 1539, fd = 43 }
+fd_state.file_descriptor: 13589.764342701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/ndb_binlog_index.MYI", pid = 1539, fd = 44 }
+fd_state.file_descriptor: 13589.764345159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/ndb_binlog_index.MYD", pid = 1539, fd = 45 }
+fd_state.file_descriptor: 13589.764347568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/plugin.MYI", pid = 1539, fd = 46 }
+fd_state.file_descriptor: 13589.764349927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/plugin.MYD", pid = 1539, fd = 47 }
+fd_state.file_descriptor: 13589.764352725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/proc.MYI", pid = 1539, fd = 48 }
+fd_state.file_descriptor: 13589.764355189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/proc.MYD", pid = 1539, fd = 49 }
+fd_state.file_descriptor: 13589.764357610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/slow_log.CSM", pid = 1539, fd = 50 }
+fd_state.file_descriptor: 13589.764360067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/slow_log.CSV", pid = 1539, fd = 51 }
+fd_state.file_descriptor: 13589.764362685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone.MYI", pid = 1539, fd = 52 }
+fd_state.file_descriptor: 13589.764365076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone.MYD", pid = 1539, fd = 53 }
+fd_state.file_descriptor: 13589.764367688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_leap_second.MYI", pid = 1539, fd = 54 }
+fd_state.file_descriptor: 13589.764370170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_leap_second.MYD", pid = 1539, fd = 55 }
+fd_state.file_descriptor: 13589.764372720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_name.MYI", pid = 1539, fd = 56 }
+fd_state.file_descriptor: 13589.764375130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_name.MYD", pid = 1539, fd = 57 }
+fd_state.file_descriptor: 13589.764377784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition.MYI", pid = 1539, fd = 58 }
+fd_state.file_descriptor: 13589.764380236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition.MYD", pid = 1539, fd = 59 }
+fd_state.file_descriptor: 13589.764382946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition_type.MYI", pid = 1539, fd = 60 }
+fd_state.file_descriptor: 13589.764385441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition_type.MYD", pid = 1539, fd = 61 }
+fd_state.file_descriptor: 13589.764391398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[4877]", pid = 1540, fd = 0 }
+fd_state.file_descriptor: 13589.764394079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4892]", pid = 1540, fd = 1 }
+fd_state.file_descriptor: 13589.764396087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1540, fd = 2 }
+fd_state.file_descriptor: 13589.764399259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1637, fd = 0 }
+fd_state.file_descriptor: 13589.764401298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1637, fd = 1 }
+fd_state.file_descriptor: 13589.764403178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1637, fd = 2 }
+fd_state.file_descriptor: 13589.764408031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/vboxadd", pid = 1637, fd = 3 }
+fd_state.file_descriptor: 13589.764410317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1658, fd = 0 }
+fd_state.file_descriptor: 13589.764412429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1658, fd = 1 }
+fd_state.file_descriptor: 13589.764414376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1658, fd = 2 }
+fd_state.file_descriptor: 13589.764416778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5261]", pid = 1658, fd = 3 }
+fd_state.file_descriptor: 13589.764418775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1658, fd = 4 }
+fd_state.file_descriptor: 13589.764420894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5261]", pid = 1658, fd = 5 }
+fd_state.file_descriptor: 13589.764423253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5262]", pid = 1658, fd = 6 }
+fd_state.file_descriptor: 13589.764425342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5262]", pid = 1658, fd = 7 }
+fd_state.file_descriptor: 13589.764427455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[5263]", pid = 1658, fd = 8 }
+fd_state.file_descriptor: 13589.764430104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/run/console", pid = 1658, fd = 9 }
+fd_state.file_descriptor: 13589.764432407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/ConsoleKit/history", pid = 1658, fd = 10 }
+fd_state.file_descriptor: 13589.764437225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[5313]", pid = 1658, fd = 11 }
+fd_state.file_descriptor: 13589.764439529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/tty0", pid = 1658, fd = 12 }
+fd_state.file_descriptor: 13589.764441888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6192]", pid = 1658, fd = 13 }
+fd_state.file_descriptor: 13589.764444285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5296]", pid = 1658, fd = 14 }
+fd_state.file_descriptor: 13589.764446324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5296]", pid = 1658, fd = 15 }
+fd_state.file_descriptor: 13589.764448363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 1658, fd = 16 }
+fd_state.file_descriptor: 13589.764450593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1848, fd = 0 }
+fd_state.file_descriptor: 13589.764455460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1848, fd = 1 }
+fd_state.file_descriptor: 13589.764457554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1848, fd = 2 }
+fd_state.file_descriptor: 13589.764459845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/run/kdm.pid", pid = 1848, fd = 3 }
+fd_state.file_descriptor: 13589.764467281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5857]", pid = 1848, fd = 4 }
+fd_state.file_descriptor: 13589.764469375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5857]", pid = 1848, fd = 5 }
+fd_state.file_descriptor: 13589.764474180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6000]", pid = 1848, fd = 6 }
+fd_state.file_descriptor: 13589.764476620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[5859]", pid = 1848, fd = 7 }
+fd_state.file_descriptor: 13589.764481702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7891]", pid = 1848, fd = 8 }
+fd_state.file_descriptor: 13589.764486797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6003]", pid = 1848, fd = 9 }
+fd_state.file_descriptor: 13589.764491429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6005]", pid = 1848, fd = 11 }
+fd_state.file_descriptor: 13589.764496623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/Xorg.0.log", pid = 1852, fd = 0 }
+fd_state.file_descriptor: 13589.764498976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[5877]", pid = 1852, fd = 1 }
+fd_state.file_descriptor: 13589.764501021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1852, fd = 2 }
+fd_state.file_descriptor: 13589.764503294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[5878]", pid = 1852, fd = 3 }
+fd_state.file_descriptor: 13589.764508986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/usr/lib/xorg/protocol.txt", pid = 1852, fd = 4 }
+fd_state.file_descriptor: 13589.764511469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/tty7", pid = 1852, fd = 5 }
+fd_state.file_descriptor: 13589.764515960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/proc/mtrr", pid = 1852, fd = 6 }
+fd_state.file_descriptor: 13589.764521257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[120542]", pid = 1852, fd = 7 }
+fd_state.file_descriptor: 13589.764526069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/vboxadd", pid = 1852, fd = 8 }
+fd_state.file_descriptor: 13589.764533978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/sys/devices/pci0000:00/0000:00:02.0/config", pid = 1852, fd = 9 }
+fd_state.file_descriptor: 13589.764536208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/proc/mtrr", pid = 1852, fd = 10 }
+fd_state.file_descriptor: 13589.764541106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/dri/card0", pid = 1852, fd = 11 }
+kernel.irq_entry: 13589.764577563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, IRQ { ip = 3238764448, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 13589.764825828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, IRQ { jiffies = 4296292859, xtime_sec = 1262715366, xtime_nsec = 301133042, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
+kernel.softirq_raise: 13589.764910045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.softirq_raise: 13589.764984641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, IRQ { softirq_id = 9 [softirq 9] }
+kernel.sched_try_wakeup: 13589.764997546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, IRQ { pid = 1283, cpu_id = 0, state = 1 }
+kernel.irq_exit: 13589.765022071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 13589.765027436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 13589.765035716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { expires = 1325564, function = 0xc141d458, data = 0 }
+kernel.sched_try_wakeup: 13589.765047137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { pid = 5, cpu_id = 0, state = 1 }
+kernel.softirq_exit: 13589.765050931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.softirq_entry: 13589.765052286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
+rcu.tree_callback: 13589.765097867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { func = 0xc104364a }
+rcu.tree_callback: 13589.765102918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { func = 0xc104364a }
+rcu.tree_callback: 13589.765104668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { func = 0xc104364a }
+rcu.tree_callback: 13589.765106356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { func = 0xc10acb19 }
+kernel.softirq_exit: 13589.765108413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
+fd_state.file_descriptor: 13589.765113126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/input/mice", pid = 1852, fd = 12 }
+fd_state.file_descriptor: 13589.765116181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6006]", pid = 1852, fd = 13 }
+fd_state.file_descriptor: 13589.765118627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/input/event0", pid = 1852, fd = 14 }
+fd_state.file_descriptor: 13589.765124769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/input/event2", pid = 1852, fd = 15 }
+fd_state.file_descriptor: 13589.765127116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/input/event1", pid = 1852, fd = 16 }
+fd_state.file_descriptor: 13589.765134360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/input/event4", pid = 1852, fd = 17 }
+fd_state.file_descriptor: 13589.765136516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/vboxadd", pid = 1852, fd = 18 }
+fd_state.file_descriptor: 13589.765138962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6024]", pid = 1852, fd = 19 }
+fd_state.file_descriptor: 13589.765144697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6946]", pid = 1852, fd = 20 }
+fd_state.file_descriptor: 13589.765149613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6955]", pid = 1852, fd = 21 }
+fd_state.file_descriptor: 13589.765154658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6061]", pid = 1852, fd = 22 }
+fd_state.file_descriptor: 13589.765156992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6958]", pid = 1852, fd = 23 }
+fd_state.file_descriptor: 13589.765159358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6966]", pid = 1852, fd = 24 }
+fd_state.file_descriptor: 13589.765164212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6980]", pid = 1852, fd = 25 }
+fd_state.file_descriptor: 13589.765166670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6995]", pid = 1852, fd = 26 }
+fd_state.file_descriptor: 13589.765171975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7533]", pid = 1852, fd = 27 }
+fd_state.file_descriptor: 13589.765176834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7086]", pid = 1852, fd = 28 }
+fd_state.file_descriptor: 13589.765181831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7103]", pid = 1852, fd = 29 }
+fd_state.file_descriptor: 13589.765186717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7216]", pid = 1852, fd = 31 }
+fd_state.file_descriptor: 13589.765191614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7244]", pid = 1852, fd = 32 }
+fd_state.file_descriptor: 13589.765196407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7334]", pid = 1852, fd = 33 }
+fd_state.file_descriptor: 13589.765201113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7274]", pid = 1852, fd = 34 }
+fd_state.file_descriptor: 13589.765206411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8481]", pid = 1852, fd = 35 }
+fd_state.file_descriptor: 13589.765211086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7338]", pid = 1852, fd = 36 }
+fd_state.file_descriptor: 13589.765215750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7573]", pid = 1852, fd = 37 }
+fd_state.file_descriptor: 13589.765220721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7595]", pid = 1852, fd = 38 }
+fd_state.file_descriptor: 13589.765225458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7842]", pid = 1852, fd = 39 }
+fd_state.file_descriptor: 13589.765230208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7858]", pid = 1852, fd = 40 }
+fd_state.file_descriptor: 13589.765232493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7889]", pid = 1852, fd = 41 }
+fd_state.file_descriptor: 13589.765237113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8002]", pid = 1852, fd = 42 }
+fd_state.file_descriptor: 13589.765241795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8019]", pid = 1852, fd = 43 }
+fd_state.file_descriptor: 13589.765244364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8113]", pid = 1852, fd = 44 }
+fd_state.file_descriptor: 13589.765248867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8041]", pid = 1852, fd = 45 }
+fd_state.file_descriptor: 13589.765253832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8179]", pid = 1852, fd = 46 }
+fd_state.file_descriptor: 13589.765259180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8263]", pid = 1852, fd = 47 }
+fd_state.file_descriptor: 13589.765264323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[11872]", pid = 1852, fd = 48 }
+fd_state.file_descriptor: 13589.765269652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[135886]", pid = 1852, fd = 49 }
+kernel.sched_schedule: 13589.765278203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { prev_pid = 16887, next_pid = 1283, prev_state = 0 }
+fs.read: 13589.765392919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { count = 4095, fd = 19 }
+kernel.syscall_exit: 13589.765398229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 85 }
+kernel.syscall_entry: 13589.765477444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.765480579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.765536848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb76fc6a3, syscall_id = 240 [syscall 240] }
+kernel.sched_try_wakeup: 13589.765550222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { pid = 16858, cpu_id = 0, state = 1 }
+kernel.syscall_exit: 13589.765554017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.765566251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [syscall 158] }
+kernel.sched_schedule: 13589.765577112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 5, 5, events/0, , 2, 0x0, MODE_UNKNOWN { prev_pid = 1283, next_pid = 5, prev_state = 0 }
+kernel.sched_schedule: 13589.765686050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { prev_pid = 5, next_pid = 16858, prev_state = 1 }
+kernel.syscall_exit: 13589.765717381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.765727989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 240 [syscall 240] }
+kernel.syscall_exit: 13589.765729930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.765733922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [syscall 158] }
+kernel.syscall_exit: 13589.765743280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.765807314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [syscall 4] }
+fs.write: 13589.765934143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 68, fd = 4 }
+kernel.syscall_exit: 13589.765936065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 68 }
+kernel.syscall_entry: 13589.765950505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [syscall 4] }
+fs.write: 13589.766046069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 68, fd = 6 }
+kernel.syscall_exit: 13589.766047758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 68 }
+kernel.syscall_entry: 13589.766062123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [syscall 4] }
+fs.write: 13589.766154465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 68, fd = 16 }
+kernel.syscall_exit: 13589.766156079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 68 }
+kernel.syscall_entry: 13589.766168295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 13 [syscall 13] }
+kernel.syscall_exit: 13589.766169773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 1262715366 }
+kernel.syscall_entry: 13589.766174640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [syscall 158] }
+kernel.sched_schedule: 13589.766185107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16858, next_pid = 1283, prev_state = 0 }
+kernel.syscall_exit: 13589.766210376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.766216469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.766219186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.766227495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [syscall 158] }
+kernel.syscall_exit: 13589.766236194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.766241140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 3 [syscall 3] }
+kernel.sched_schedule: 13589.766256634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 1283, next_pid = 16858, prev_state = 1 }
+kernel.syscall_exit: 13589.766280738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.766294834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [syscall 4] }
+fs.write: 13589.766302972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 75, fd = 4 }
+kernel.syscall_exit: 13589.766304351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 75 }
+kernel.syscall_entry: 13589.766313567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [syscall 4] }
+fs.write: 13589.766338565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 75, fd = 6 }
+kernel.syscall_exit: 13589.766340118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 75 }
+kernel.syscall_entry: 13589.766350110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [syscall 4] }
+fs.write: 13589.766373709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 75, fd = 16 }
+kernel.syscall_exit: 13589.766375724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 75 }
+kernel.syscall_entry: 13589.766386209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 13 [syscall 13] }
+kernel.syscall_exit: 13589.766387651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 1262715366 }
+kernel.syscall_entry: 13589.766391716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [syscall 158] }
+kernel.syscall_exit: 13589.766400451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.766409988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb76e7e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.766412767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.766415988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.766418193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.766421292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 240 [syscall 240] }
+kernel.sched_schedule: 13589.766442027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { prev_pid = 16858, next_pid = 1852, prev_state = 1 }
+kernel.syscall_entry: 13589.766763132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726408, syscall_id = 119 [syscall 119] }
+kernel.syscall_exit: 13589.766769699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -1377130952 }
+kernel.syscall_entry: 13589.768189470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.768194910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.768199833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.768204681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.768213693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.768225958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
+fs.select: 13589.768234275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768239215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768241716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768250100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768252804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768255965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768258564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768261219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768263690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768266173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768268636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768271150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768273756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768276152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768278727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768281425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768283945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768287284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768342807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768378635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768413373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768448388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768486440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768489415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768492064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768494633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768497023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768499573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768502401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768504890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768506990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768509288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768511573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768513829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784635172 }
+fs.select: 13589.768516311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784635172 }
+mm.page_free: 13589.768524553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 79372, order = 0 }
+kernel.syscall_exit: 13589.768530356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.768538975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.768540909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 13589.768548751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.768552502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.768554966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.768561527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 13589.768583402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.768596006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.768851812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { fd = 8 }
+kernel.sched_schedule: 13589.768864903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+kernel.sched_try_wakeup: 13589.769026826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.769034711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.769173618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { fd = 8 }
+kernel.sched_schedule: 13589.769180931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+fs.read: 13589.769325106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.769326825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 2908 }
+kernel.irq_entry: 13589.775701992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3077255552, handler = 0x0, irq_id = 239, kernel_mode = 0 }
+kernel.timer_update_time: 13589.775997341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { jiffies = 4296292860, xtime_sec = 1262715366, xtime_nsec = 301133043, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
+kernel.softirq_raise: 13589.776024846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.softirq_raise: 13589.776040968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 9 [softirq 9] }
+kernel.sched_try_wakeup: 13589.776090010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 2711, cpu_id = 0, state = 1 }
+kernel.irq_exit: 13589.776117152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 13589.776127211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 13589.776152481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325565, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 13589.776157163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.softirq_entry: 13589.776159035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
+rcu.tree_callback: 13589.776338891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc10acb19 }
+rcu.tree_callback: 13589.776347281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc10bdc5f }
+rcu.tree_callback: 13589.776354619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc103c96c }
+rcu.tree_callback: 13589.776357292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc102b275 }
+kernel.process_free: 13589.776360711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { pid = 16888 }
+rcu.tree_callback: 13589.776362306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc10acb19 }
+kernel.softirq_exit: 13589.776365029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
+kernel.sched_schedule: 13589.776385900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 2711, prev_state = 0 }
+kernel.syscall_exit: 13589.776806025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, MODE_UNKNOWN { ret = -110 }
+kernel.syscall_entry: 13589.776913085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, SYSCALL { ip = 0xb77a4416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.776917705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.776921937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, SYSCALL { ip = 0xb77a4416, syscall_id = 240 [syscall 240] }
+kernel.syscall_exit: 13589.776930924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.776934381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, SYSCALL { ip = 0xb77a4416, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.776938903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.776942051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, SYSCALL { ip = 0xb77a4416, syscall_id = 240 [syscall 240] }
+kernel.sched_schedule: 13589.776974700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { prev_pid = 2711, next_pid = 16889, prev_state = 1 }
+kernel.page_fault_entry: 13589.777184606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xc142b6ad, address = 0xb758a738, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.777222946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.syscall_exit: 13589.777240109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.page_fault_entry: 13589.777247360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7705416, address = 0xb7705416, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.777267122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 0 }
+kernel.page_fault_entry: 13589.777294535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7625795, address = 0xb7625795, trap_id = 14, write_access = 0 }
+kernel.irq_entry: 13589.777374529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, IRQ { ip = 3238105433, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.sched_try_wakeup: 13589.777415519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, IRQ { pid = 2806, cpu_id = 0, state = 1 }
+kernel.irq_exit: 13589.777438343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { handled = 1 }
+kernel.sched_schedule: 13589.777451834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { prev_pid = 16889, next_pid = 2806, prev_state = 0 }
+fs.pollfd: 13589.777584521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { fd = 3 }
+fs.pollfd: 13589.777598813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { fd = 52 }
+fs.pollfd: 13589.777611368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { fd = 131 }
+fs.pollfd: 13589.777620916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { fd = 133 }
+fs.pollfd: 13589.777629706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { fd = 134 }
+fs.pollfd: 13589.777632565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { fd = 135 }
+fs.pollfd: 13589.777637265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { fd = 123 }
+kernel.syscall_exit: 13589.777661500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.777932952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.777938842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.778110516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.778129613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 13589.778131086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.778140030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.778142574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.778157802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.778162688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.778164751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
+fs.pollfd: 13589.778167345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
+fs.pollfd: 13589.778168664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
+fs.pollfd: 13589.778170234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
+fs.pollfd: 13589.778171589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
+fs.pollfd: 13589.778172945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
+kernel.syscall_exit: 13589.778174454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.778231055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.778234171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 13589.778235520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.778240813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.778243258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.778256391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.778258215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.778259743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
+fs.pollfd: 13589.778261105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
+fs.pollfd: 13589.778262386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
+fs.pollfd: 13589.778263710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
+fs.pollfd: 13589.778265041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
+fs.pollfd: 13589.778266371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
+kernel.syscall_exit: 13589.778267776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.778539537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.778542937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 13589.778544342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.778549775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.778552904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.778558997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.778560888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.778562398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
+fs.pollfd: 13589.778563778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
+fs.pollfd: 13589.778565047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
+fs.pollfd: 13589.778566728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
+fs.pollfd: 13589.778566730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
+fs.pollfd: 13589.778566732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
+kernel.syscall_exit: 13589.778566734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.778566736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.778566740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.778566742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.778566744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 13589.778566746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.778566748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.778566752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.778566754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.778576091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.778580439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
+fs.pollfd: 13589.778582089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
+fs.pollfd: 13589.778583923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
+fs.pollfd: 13589.778586191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
+fs.pollfd: 13589.778588248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
+fs.pollfd: 13589.778589755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
+kernel.sched_schedule: 13589.778642788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { prev_pid = 2806, next_pid = 16889, prev_state = 1 }
+kernel.page_fault_exit: 13589.779035565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779068602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb762579d, address = 0xbfad2e0c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.779109533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 13589.779123691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76257cd, address = 0xb76eb1cc, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.779135744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 13589.779147228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76257f1, address = 0xb7723288, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.779158909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 13589.779165445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75f5b20, address = 0xb75f5b20, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779210842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779221467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7694f36, address = 0xb7694f36, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779245553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779273190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7625813, address = 0xb76d036c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.779284910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 13589.779294510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76d7b10, address = 0xb76d7b10, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779308581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779322035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76d7c16, address = 0xb76e9120, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.779332747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 13589.779337739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb762588e, address = 0xb76d1378, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.779348296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 13589.779353467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75f7240, address = 0xb75f7240, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779360440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779370077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75f7273, address = 0xb76cf34c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.779380430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 13589.779386181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb765774c, address = 0xb765774c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779393007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779402144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76267a0, address = 0xb76267a0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779408556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 13589.779419873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 66 [syscall 66] }
+kernel.syscall_exit: 13589.779432790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 16889 }
+kernel.page_fault_entry: 13589.779438424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb764cd60, address = 0xb764cd60, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779445873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 13589.779453774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 12 [syscall 12] }
+kernel.page_fault_entry: 13589.779464387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xc142b874, address = 0xb76b1186, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779476328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { res = 512 }
+kernel.syscall_exit: 13589.779502582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.page_fault_entry: 13589.779508561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb764be6a, address = 0xb764be6a, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779515635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 13589.779523653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 5 [syscall 5] }
+kernel.page_fault_entry: 13589.779529028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xc142b874, address = 0xb76af329, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779539597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { res = 512 }
+fs.open: 13589.779608295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { fd = 5, filename = "/dev/null" }
+kernel.syscall_exit: 13589.779612941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 5 }
+kernel.page_fault_entry: 13589.779620478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75a298f, address = 0xb75a298f, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779629706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 13589.779639065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 197 [syscall 197] }
+kernel.syscall_exit: 13589.779643797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.779647349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 63 [syscall 63] }
+kernel.syscall_exit: 13589.779657406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.779660668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 63 [syscall 63] }
+kernel.syscall_exit: 13589.779662033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.779665066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 63 [syscall 63] }
+kernel.syscall_exit: 13589.779666345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 2 }
+kernel.syscall_entry: 13589.779669322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 6 [syscall 6] }
+fs.close: 13589.779671831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { fd = 5 }
+kernel.syscall_exit: 13589.779673455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.page_fault_entry: 13589.779683598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0x804a80c, address = 0x804a80c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779693532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779732270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0x8048d00, address = 0x8048d00, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779831244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779842938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7719b70, address = 0xb7719b70, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779861532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779871329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7713ea0, address = 0xb7713ea0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779877698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779887471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771d1eb, address = 0xb771d1eb, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779893568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779907739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770f160, address = 0xb770f160, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779914107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779923479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770eda0, address = 0xb770eda0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779929909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779942437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7714e10, address = 0xb7714e10, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779948281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779956540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771cb60, address = 0xb771cb60, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779962371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779970730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771cb74, address = 0xb77200e3, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779976741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.779989972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ee8e, address = 0xb76d324c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.779998219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780006664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ee8e, address = 0xb758c76c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780013526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780022780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770effd, address = 0xb758d260, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780029508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780037786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770f01d, address = 0xb758ec7c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780043623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780051882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ebe0, address = 0xb75949dc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780058486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780066955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771cb70, address = 0xb759a3c1, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780073324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780081496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ec45, address = 0xb759f1f6, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780087619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780098831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771cb70, address = 0xb759e766, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780105322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780114379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770f3f7, address = 0xb7704ca5, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.780131070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 13589.780136703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7713fc0, address = 0x804c478, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.780147384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 13589.780153593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75fc120, address = 0xb75fc120, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780161105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780170680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75f9c10, address = 0xb75f9c10, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780177525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780202450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75f9f03, address = 0x871e014, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.780216813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 13589.780222780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75fa0e0, address = 0xb75fa0e0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780229637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780241331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75fa47d, address = 0x8726020, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.780252110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 13589.780261123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ebe0, address = 0xb76d4538, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780268011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780276572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771cb70, address = 0xb76d5368, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780330829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780342943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ec45, address = 0xb76d6588, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780350102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780359337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76d8980, address = 0xb76d8980, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780365589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780378666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770f01d, address = 0xb758f74c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780385332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780393684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ebe0, address = 0xb759752c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780399706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780408509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771cb70, address = 0xb759cc9a, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780414668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780423910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7654320, address = 0xb7654320, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780430290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780440372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76d89be, address = 0xb76e3ad4, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780446389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780457354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ebe0, address = 0xb759287c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780463779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780472279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771cb70, address = 0xb759b605, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780478122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 13589.780490186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 192 [syscall 192] }
+kernel.syscall_exit: 13589.780505396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = -1227321344 }
+kernel.page_fault_entry: 13589.780511152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76d8b33, address = 0xb7589de0, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.780585535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 0 }
+kernel.page_fault_entry: 13589.780640130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ee8e, address = 0xb7706204, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780651355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780661881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb77173f0, address = 0xb77173f0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780668139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780677140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75fb830, address = 0xb75fb830, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780688481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780711177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7601510, address = 0xb7601510, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780717787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780728103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7716ba0, address = 0xb7716ba0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780734398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780747235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76d901e, address = 0xb76d901e, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780753553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 13589.780775848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 125 [syscall 125] }
+kernel.syscall_exit: 13589.780928528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.page_fault_entry: 13589.780940723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ebe0, address = 0xb75961ac, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780949662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 13589.780959249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb765b220, address = 0xb765b220, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.780966470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 13589.780974235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb765b268, syscall_id = 120 [syscall 120] }
+kernel.process_fork: 13589.781038220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { parent_pid = 16889, child_pid = 16890, child_tgid = 16889 }
+kernel.sched_wakeup_new_task: 13589.781073500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { pid = 16890, state = 0, cpu_id = 0 }
+kernel.syscall_exit: 13589.781342500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 16890 }
+kernel.page_fault_entry: 13589.781482826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76df630, address = 0xb76df630, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.781499635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 13589.781513465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 240 [syscall 240] }
+kernel.sched_schedule: 13589.781552921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16888, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 16889, next_pid = 16888, prev_state = 1 }
+kernel.sched_schedule: 13589.781772737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 16888, next_pid = 16887, prev_state = 64 }
+mm.page_free: 13589.781953709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pfn = 79400, order = 1 }
+fd_state.file_descriptor: 13589.782017603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1883, fd = 0 }
+fd_state.file_descriptor: 13589.782022532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1883, fd = 1 }
+fd_state.file_descriptor: 13589.782024874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1883, fd = 2 }
+fd_state.file_descriptor: 13589.782039977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[5933]", pid = 1883, fd = 3 }
+fd_state.file_descriptor: 13589.782043850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[5936]", pid = 1883, fd = 4 }
+fd_state.file_descriptor: 13589.782052523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1906, fd = 0 }
+fd_state.file_descriptor: 13589.782054592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1906, fd = 1 }
+fd_state.file_descriptor: 13589.782056700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1906, fd = 2 }
+fd_state.file_descriptor: 13589.782061635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty2", pid = 1907, fd = 0 }
+fd_state.file_descriptor: 13589.782063649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty2", pid = 1907, fd = 1 }
+fd_state.file_descriptor: 13589.782065773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty2", pid = 1907, fd = 2 }
+fd_state.file_descriptor: 13589.782072587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty3", pid = 1908, fd = 0 }
+fd_state.file_descriptor: 13589.782074786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty3", pid = 1908, fd = 1 }
+fd_state.file_descriptor: 13589.782077042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty3", pid = 1908, fd = 2 }
+fd_state.file_descriptor: 13589.782083274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty4", pid = 1909, fd = 0 }
+fd_state.file_descriptor: 13589.782085288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty4", pid = 1909, fd = 1 }
+fd_state.file_descriptor: 13589.782087290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty4", pid = 1909, fd = 2 }
+fd_state.file_descriptor: 13589.782091626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty5", pid = 1910, fd = 0 }
+fd_state.file_descriptor: 13589.782093640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty5", pid = 1910, fd = 1 }
+fd_state.file_descriptor: 13589.782095635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty5", pid = 1910, fd = 2 }
+fd_state.file_descriptor: 13589.782102406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty6", pid = 1911, fd = 0 }
+fd_state.file_descriptor: 13589.782104456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty6", pid = 1911, fd = 1 }
+fd_state.file_descriptor: 13589.782106458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty6", pid = 1911, fd = 2 }
+fd_state.file_descriptor: 13589.782110047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1913, fd = 0 }
+fd_state.file_descriptor: 13589.782114020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1913, fd = 1 }
+fd_state.file_descriptor: 13589.782116176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1913, fd = 2 }
+fd_state.file_descriptor: 13589.782119746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6010]", pid = 1913, fd = 3 }
+fd_state.file_descriptor: 13589.782130723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6803]", pid = 1913, fd = 4 }
+fd_state.file_descriptor: 13589.782136647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6889]", pid = 1913, fd = 5 }
+fd_state.file_descriptor: 13589.782140416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6002]", pid = 1913, fd = 8 }
+fd_state.file_descriptor: 13589.782143238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6004]", pid = 1913, fd = 10 }
+fd_state.file_descriptor: 13589.782147162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1921, fd = 0 }
+fd_state.file_descriptor: 13589.782149305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1921, fd = 1 }
+fd_state.file_descriptor: 13589.782151294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1921, fd = 2 }
+fd_state.file_descriptor: 13589.782157583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6044]", pid = 1921, fd = 3 }
+fd_state.file_descriptor: 13589.782159627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1921, fd = 4 }
+fd_state.file_descriptor: 13589.782162617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6060]", pid = 1921, fd = 5 }
+fd_state.file_descriptor: 13589.782168850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6050]", pid = 1921, fd = 8 }
+fd_state.file_descriptor: 13589.782171976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1922, fd = 0 }
+fd_state.file_descriptor: 13589.782173946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1922, fd = 1 }
+fd_state.file_descriptor: 13589.782175929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1922, fd = 2 }
+fd_state.file_descriptor: 13589.782182051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6055]", pid = 1922, fd = 3 }
+fd_state.file_descriptor: 13589.782184460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1922, fd = 4 }
+fd_state.file_descriptor: 13589.782187111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 1922, fd = 5 }
+fd_state.file_descriptor: 13589.782190002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6063]", pid = 1922, fd = 6 }
+fd_state.file_descriptor: 13589.782193127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6064]", pid = 1922, fd = 7 }
+fd_state.file_descriptor: 13589.782197006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1928, fd = 0 }
+fd_state.file_descriptor: 13589.782199453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1928, fd = 1 }
+fd_state.file_descriptor: 13589.782202263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1928, fd = 2 }
+fd_state.file_descriptor: 13589.782208088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6197]", pid = 1928, fd = 4 }
+fd_state.file_descriptor: 13589.782216273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1928, fd = 5 }
+fd_state.file_descriptor: 13589.782219004 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6130]", pid = 1928, fd = 7 }
+fd_state.file_descriptor: 13589.782221512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6131]", pid = 1928, fd = 8 }
+fd_state.file_descriptor: 13589.782225404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6197]", pid = 1938, fd = 0 }
+fd_state.file_descriptor: 13589.782227492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1938, fd = 1 }
+fd_state.file_descriptor: 13589.782229988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1938, fd = 2 }
+fd_state.file_descriptor: 13589.782232619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1938, fd = 5 }
+fd_state.file_descriptor: 13589.782237258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6128]", pid = 1963, fd = 0 }
+fd_state.file_descriptor: 13589.782239512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1963, fd = 1 }
+fd_state.file_descriptor: 13589.782241515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1963, fd = 2 }
+fd_state.file_descriptor: 13589.782250237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6348]", pid = 1963, fd = 3 }
+fd_state.file_descriptor: 13589.782253190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6352]", pid = 1963, fd = 4 }
+fd_state.file_descriptor: 13589.782256068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6128]", pid = 1973, fd = 0 }
+fd_state.file_descriptor: 13589.782258089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1973, fd = 1 }
+fd_state.file_descriptor: 13589.782260177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1973, fd = 2 }
+fd_state.file_descriptor: 13589.782265477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6384]", pid = 1973, fd = 3 }
+fd_state.file_descriptor: 13589.782268597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6389]", pid = 1973, fd = 4 }
+fd_state.file_descriptor: 13589.782276182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6128]", pid = 1989, fd = 0 }
+fd_state.file_descriptor: 13589.782278233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1989, fd = 1 }
+fd_state.file_descriptor: 13589.782280303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1989, fd = 2 }
+fd_state.file_descriptor: 13589.782282897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6461]", pid = 1989, fd = 3 }
+fd_state.file_descriptor: 13589.782285633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6466]", pid = 1989, fd = 4 }
+fd_state.file_descriptor: 13589.782292367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8572]", pid = 1989, fd = 5 }
+fd_state.file_descriptor: 13589.782295023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8585]", pid = 1989, fd = 6 }
+fd_state.file_descriptor: 13589.782297722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8588]", pid = 1989, fd = 8 }
+fd_state.file_descriptor: 13589.782300125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8590]", pid = 1989, fd = 9 }
+fd_state.file_descriptor: 13589.782309355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[120084]", pid = 1989, fd = 10 }
+fd_state.file_descriptor: 13589.782315402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[113500]", pid = 1989, fd = 11 }
+fd_state.file_descriptor: 13589.782327071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[10118]", pid = 1989, fd = 17 }
+fd_state.file_descriptor: 13589.782361301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[11199]", pid = 1989, fd = 26 }
+fd_state.file_descriptor: 13589.782371117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2043, fd = 0 }
+fd_state.file_descriptor: 13589.782377009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2043, fd = 1 }
+fd_state.file_descriptor: 13589.782379234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2043, fd = 2 }
+fd_state.file_descriptor: 13589.782384460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/bin/startkde", pid = 2043, fd = 255 }
+fd_state.file_descriptor: 13589.782388178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2103, fd = 0 }
+fd_state.file_descriptor: 13589.782390334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2103, fd = 1 }
+fd_state.file_descriptor: 13589.782392342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2103, fd = 2 }
+fd_state.file_descriptor: 13589.782394986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/vboxuser", pid = 2103, fd = 3 }
+fd_state.file_descriptor: 13589.782398642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.vboxclient-clipboard.pid", pid = 2103, fd = 4 }
+fd_state.file_descriptor: 13589.782402158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6945]", pid = 2103, fd = 5 }
+fd_state.file_descriptor: 13589.782404814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6947]", pid = 2103, fd = 6 }
+fd_state.file_descriptor: 13589.782407155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6947]", pid = 2103, fd = 7 }
+fd_state.file_descriptor: 13589.782410182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2109, fd = 0 }
+fd_state.file_descriptor: 13589.782412221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2109, fd = 1 }
+fd_state.file_descriptor: 13589.782414210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2109, fd = 2 }
+fd_state.file_descriptor: 13589.782416582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/vboxuser", pid = 2109, fd = 3 }
+fd_state.file_descriptor: 13589.782419683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.vboxclient-autoresize.pid", pid = 2109, fd = 4 }
+fd_state.file_descriptor: 13589.782423001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6994]", pid = 2109, fd = 5 }
+fd_state.file_descriptor: 13589.782426540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2113, fd = 0 }
+fd_state.file_descriptor: 13589.782428628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2113, fd = 1 }
+fd_state.file_descriptor: 13589.782430580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2113, fd = 2 }
+fd_state.file_descriptor: 13589.782432631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/vboxuser", pid = 2113, fd = 3 }
+fd_state.file_descriptor: 13589.782435565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.vboxclient-seamless.pid", pid = 2113, fd = 4 }
+fd_state.file_descriptor: 13589.782438394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6954]", pid = 2113, fd = 5 }
+fd_state.file_descriptor: 13589.782440853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6957]", pid = 2113, fd = 6 }
+fd_state.file_descriptor: 13589.782444226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2118, fd = 0 }
+fd_state.file_descriptor: 13589.782446190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2118, fd = 1 }
+fd_state.file_descriptor: 13589.782448253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2118, fd = 2 }
+fd_state.file_descriptor: 13589.782450724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6961]", pid = 2118, fd = 3 }
+fd_state.file_descriptor: 13589.782453257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2124, fd = 0 }
+fd_state.file_descriptor: 13589.782455456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2124, fd = 1 }
+fd_state.file_descriptor: 13589.782457618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2124, fd = 2 }
+fd_state.file_descriptor: 13589.782460009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6965]", pid = 2124, fd = 3 }
+fd_state.file_descriptor: 13589.782461960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2124, fd = 4 }
+fd_state.file_descriptor: 13589.782464420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6979]", pid = 2124, fd = 5 }
+fd_state.file_descriptor: 13589.782469892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6971]", pid = 2124, fd = 8 }
+fd_state.file_descriptor: 13589.782472741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2128, fd = 0 }
+fd_state.file_descriptor: 13589.782474755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2128, fd = 1 }
+fd_state.file_descriptor: 13589.782476719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2128, fd = 2 }
+fd_state.file_descriptor: 13589.782479376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6978]", pid = 2128, fd = 3 }
+fd_state.file_descriptor: 13589.782481692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2128, fd = 4 }
+fd_state.file_descriptor: 13589.782483768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2128, fd = 5 }
+fd_state.file_descriptor: 13589.782486164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6981]", pid = 2128, fd = 6 }
+fd_state.file_descriptor: 13589.782488758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6982]", pid = 2128, fd = 7 }
+fd_state.file_descriptor: 13589.782494059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7080]", pid = 2128, fd = 8 }
+fd_state.file_descriptor: 13589.782496579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7093]", pid = 2128, fd = 9 }
+fd_state.file_descriptor: 13589.782504202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8510]", pid = 2128, fd = 10 }
+fd_state.file_descriptor: 13589.782507019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7218]", pid = 2128, fd = 11 }
+fd_state.file_descriptor: 13589.782513647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7246]", pid = 2128, fd = 12 }
+fd_state.file_descriptor: 13589.782516396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7261]", pid = 2128, fd = 13 }
+fd_state.file_descriptor: 13589.782519540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7311]", pid = 2128, fd = 14 }
+fd_state.file_descriptor: 13589.782526503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[12340]", pid = 2128, fd = 15 }
+fd_state.file_descriptor: 13589.782531444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7323]", pid = 2128, fd = 16 }
+fd_state.file_descriptor: 13589.782536868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7518]", pid = 2128, fd = 17 }
+fd_state.file_descriptor: 13589.782542026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7866]", pid = 2128, fd = 18 }
+fd_state.file_descriptor: 13589.782544985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7537]", pid = 2128, fd = 19 }
+fd_state.file_descriptor: 13589.782552601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7876]", pid = 2128, fd = 20 }
+fd_state.file_descriptor: 13589.782557532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7575]", pid = 2128, fd = 21 }
+fd_state.file_descriptor: 13589.782564932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7826]", pid = 2128, fd = 23 }
+fd_state.file_descriptor: 13589.782570201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7967]", pid = 2128, fd = 24 }
+fd_state.file_descriptor: 13589.782575137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8053]", pid = 2128, fd = 25 }
+fd_state.file_descriptor: 13589.782577577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8058]", pid = 2128, fd = 26 }
+fd_state.file_descriptor: 13589.782582408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8074]", pid = 2128, fd = 28 }
+fd_state.file_descriptor: 13589.782587097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8525]", pid = 2128, fd = 29 }
+fd_state.file_descriptor: 13589.782589808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2174, fd = 0 }
+fd_state.file_descriptor: 13589.782591939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2174, fd = 1 }
+fd_state.file_descriptor: 13589.782594158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2174, fd = 2 }
+fd_state.file_descriptor: 13589.782599161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7067]", pid = 2174, fd = 3 }
+fd_state.file_descriptor: 13589.782605666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7071]", pid = 2174, fd = 4 }
+fd_state.file_descriptor: 13589.782608242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7067]", pid = 2174, fd = 5 }
+fd_state.file_descriptor: 13589.782610750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7068]", pid = 2174, fd = 6 }
+fd_state.file_descriptor: 13589.782612732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7071]", pid = 2174, fd = 7 }
+fd_state.file_descriptor: 13589.782615402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7085]", pid = 2174, fd = 8 }
+fd_state.file_descriptor: 13589.782622289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7201]", pid = 2174, fd = 9 }
+fd_state.file_descriptor: 13589.782624322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7071]", pid = 2174, fd = 10 }
+fd_state.file_descriptor: 13589.782626360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7071]", pid = 2174, fd = 11 }
+fd_state.file_descriptor: 13589.782628510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7071]", pid = 2174, fd = 12 }
+fd_state.file_descriptor: 13589.782630560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7071]", pid = 2174, fd = 14 }
+fd_state.file_descriptor: 13589.782632636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7071]", pid = 2174, fd = 15 }
+fd_state.file_descriptor: 13589.782636040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2175, fd = 0 }
+fd_state.file_descriptor: 13589.782638233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2175, fd = 1 }
+fd_state.file_descriptor: 13589.782640463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2175, fd = 2 }
+fd_state.file_descriptor: 13589.782643391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7076]", pid = 2175, fd = 3 }
+fd_state.file_descriptor: 13589.782645850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7076]", pid = 2175, fd = 4 }
+fd_state.file_descriptor: 13589.782648568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7078]", pid = 2175, fd = 5 }
+fd_state.file_descriptor: 13589.782650958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7078]", pid = 2175, fd = 6 }
+fd_state.file_descriptor: 13589.782653417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7079]", pid = 2175, fd = 7 }
+fd_state.file_descriptor: 13589.782656179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7072]", pid = 2175, fd = 8 }
+fd_state.file_descriptor: 13589.782658903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7083]", pid = 2175, fd = 9 }
+fd_state.file_descriptor: 13589.782661559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7087]", pid = 2175, fd = 10 }
+fd_state.file_descriptor: 13589.782664111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7087]", pid = 2175, fd = 11 }
+fd_state.file_descriptor: 13589.782675224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2175, fd = 12 }
+fd_state.file_descriptor: 13589.782681573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[135885]", pid = 2175, fd = 13 }
+fd_state.file_descriptor: 13589.782687430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[9382]", pid = 2175, fd = 15 }
+fd_state.file_descriptor: 13589.782690852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2177, fd = 0 }
+fd_state.file_descriptor: 13589.782692903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2177, fd = 1 }
+fd_state.file_descriptor: 13589.782695615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2177, fd = 2 }
+fd_state.file_descriptor: 13589.782698907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7096]", pid = 2177, fd = 3 }
+fd_state.file_descriptor: 13589.782701224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7096]", pid = 2177, fd = 4 }
+fd_state.file_descriptor: 13589.782703819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7092]", pid = 2177, fd = 5 }
+fd_state.file_descriptor: 13589.782706412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7100]", pid = 2177, fd = 6 }
+fd_state.file_descriptor: 13589.782708686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7100]", pid = 2177, fd = 7 }
+fd_state.file_descriptor: 13589.782711318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7102]", pid = 2177, fd = 8 }
+fd_state.file_descriptor: 13589.782713554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2177, fd = 9 }
+fd_state.file_descriptor: 13589.782719033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2177, fd = 10 }
+fd_state.file_descriptor: 13589.782722647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7140]", pid = 2177, fd = 11 }
+fd_state.file_descriptor: 13589.782725358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2177, fd = 12 }
+fd_state.file_descriptor: 13589.782733031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/1", pid = 2177, fd = 13 }
+fd_state.file_descriptor: 13589.782739789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2204, fd = 0 }
+fd_state.file_descriptor: 13589.782742359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2204, fd = 1 }
+fd_state.file_descriptor: 13589.782744837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2204, fd = 2 }
+fd_state.file_descriptor: 13589.782747721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7200]", pid = 2204, fd = 3 }
+fd_state.file_descriptor: 13589.782755758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2205, fd = 0 }
+fd_state.file_descriptor: 13589.782757896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2205, fd = 1 }
+fd_state.file_descriptor: 13589.782760119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2205, fd = 2 }
+fd_state.file_descriptor: 13589.782762880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7211]", pid = 2205, fd = 3 }
+fd_state.file_descriptor: 13589.782765147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7211]", pid = 2205, fd = 4 }
+fd_state.file_descriptor: 13589.782768311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7214]", pid = 2205, fd = 5 }
+fd_state.file_descriptor: 13589.782770547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7214]", pid = 2205, fd = 6 }
+fd_state.file_descriptor: 13589.782773030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7215]", pid = 2205, fd = 7 }
+fd_state.file_descriptor: 13589.782776156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7217]", pid = 2205, fd = 8 }
+fd_state.file_descriptor: 13589.782784360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7228]", pid = 2205, fd = 9 }
+fd_state.file_descriptor: 13589.782787109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7229]", pid = 2205, fd = 10 }
+fd_state.file_descriptor: 13589.782789690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7249]", pid = 2205, fd = 11 }
+fd_state.file_descriptor: 13589.782794701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7237]", pid = 2205, fd = 12 }
+fd_state.file_descriptor: 13589.782797579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7233]", pid = 2205, fd = 13 }
+fd_state.file_descriptor: 13589.782802632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7233]", pid = 2205, fd = 14 }
+fd_state.file_descriptor: 13589.782804855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7237]", pid = 2205, fd = 15 }
+fd_state.file_descriptor: 13589.782808229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7234]", pid = 2205, fd = 16 }
+fd_state.file_descriptor: 13589.782810971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7276]", pid = 2205, fd = 17 }
+fd_state.file_descriptor: 13589.782816538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7300]", pid = 2205, fd = 18 }
+fd_state.file_descriptor: 13589.782821405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7340]", pid = 2205, fd = 19 }
+fd_state.file_descriptor: 13589.782826828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7577]", pid = 2205, fd = 20 }
+fd_state.file_descriptor: 13589.782830338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7607]", pid = 2205, fd = 21 }
+fd_state.file_descriptor: 13589.782835626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7851]", pid = 2205, fd = 22 }
+fd_state.file_descriptor: 13589.782843112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7614]", pid = 2205, fd = 23 }
+fd_state.file_descriptor: 13589.782846041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7869]", pid = 2205, fd = 24 }
+fd_state.file_descriptor: 13589.782848777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7893]", pid = 2205, fd = 25 }
+fd_state.file_descriptor: 13589.782851427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8056]", pid = 2205, fd = 26 }
+fd_state.file_descriptor: 13589.782854120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8061]", pid = 2205, fd = 27 }
+fd_state.file_descriptor: 13589.782860366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8084]", pid = 2205, fd = 29 }
+fd_state.file_descriptor: 13589.782866203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8229]", pid = 2205, fd = 30 }
+fd_state.file_descriptor: 13589.782870960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7234]", pid = 2207, fd = 0 }
+fd_state.file_descriptor: 13589.782873085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2207, fd = 1 }
+fd_state.file_descriptor: 13589.782875605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2207, fd = 2 }
+fd_state.file_descriptor: 13589.782878769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7239]", pid = 2207, fd = 3 }
+fd_state.file_descriptor: 13589.782881110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7239]", pid = 2207, fd = 4 }
+fd_state.file_descriptor: 13589.782883815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7242]", pid = 2207, fd = 5 }
+fd_state.file_descriptor: 13589.782885965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7242]", pid = 2207, fd = 6 }
+fd_state.file_descriptor: 13589.782888782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7243]", pid = 2207, fd = 7 }
+fd_state.file_descriptor: 13589.782891642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7245]", pid = 2207, fd = 8 }
+fd_state.file_descriptor: 13589.782894527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7248]", pid = 2207, fd = 9 }
+fd_state.file_descriptor: 13589.782896900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2207, fd = 10 }
+fd_state.file_descriptor: 13589.782899858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7299]", pid = 2207, fd = 12 }
+fd_state.file_descriptor: 13589.782902872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2209, fd = 0 }
+fd_state.file_descriptor: 13589.782905034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2209, fd = 1 }
+fd_state.file_descriptor: 13589.782907259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2209, fd = 2 }
+fd_state.file_descriptor: 13589.782912651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7266]", pid = 2209, fd = 3 }
+fd_state.file_descriptor: 13589.782914955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7266]", pid = 2209, fd = 4 }
+fd_state.file_descriptor: 13589.782917896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7260]", pid = 2209, fd = 5 }
+fd_state.file_descriptor: 13589.782920954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7270]", pid = 2209, fd = 6 }
+fd_state.file_descriptor: 13589.782923215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7270]", pid = 2209, fd = 7 }
+fd_state.file_descriptor: 13589.782925969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7273]", pid = 2209, fd = 8 }
+fd_state.file_descriptor: 13589.782928855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7275]", pid = 2209, fd = 9 }
+fd_state.file_descriptor: 13589.782931894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2212, fd = 0 }
+fd_state.file_descriptor: 13589.782933988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2212, fd = 1 }
+fd_state.file_descriptor: 13589.782936137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2212, fd = 2 }
+fd_state.file_descriptor: 13589.782939190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7335]", pid = 2212, fd = 3 }
+fd_state.file_descriptor: 13589.782941389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7335]", pid = 2212, fd = 4 }
+fd_state.file_descriptor: 13589.782943989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7310]", pid = 2212, fd = 5 }
+fd_state.file_descriptor: 13589.782949000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7336]", pid = 2212, fd = 6 }
+fd_state.file_descriptor: 13589.782951229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7336]", pid = 2212, fd = 7 }
+fd_state.file_descriptor: 13589.782954509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7337]", pid = 2212, fd = 8 }
+fd_state.file_descriptor: 13589.782960168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8398]", pid = 2212, fd = 10 }
+fd_state.file_descriptor: 13589.782964714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8398]", pid = 2212, fd = 11 }
+fd_state.file_descriptor: 13589.782973733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/snd/controlC0", pid = 2212, fd = 12 }
+fd_state.file_descriptor: 13589.782976717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2213, fd = 0 }
+fd_state.file_descriptor: 13589.782978897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2213, fd = 1 }
+fd_state.file_descriptor: 13589.782981079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2213, fd = 2 }
+fd_state.file_descriptor: 13589.782984599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7326]", pid = 2213, fd = 3 }
+fd_state.file_descriptor: 13589.782986934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7326]", pid = 2213, fd = 4 }
+fd_state.file_descriptor: 13589.782989968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7322]", pid = 2213, fd = 5 }
+fd_state.file_descriptor: 13589.782992513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7328]", pid = 2213, fd = 6 }
+fd_state.file_descriptor: 13589.782994656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7328]", pid = 2213, fd = 7 }
+fd_state.file_descriptor: 13589.782997287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7333]", pid = 2213, fd = 8 }
+fd_state.file_descriptor: 13589.782999944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7339]", pid = 2213, fd = 9 }
+fd_state.file_descriptor: 13589.783002372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2213, fd = 10 }
+fd_state.file_descriptor: 13589.783005151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2213, fd = 11 }
+fd_state.file_descriptor: 13589.783008556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7380]", pid = 2213, fd = 12 }
+fd_state.file_descriptor: 13589.783014022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7384]", pid = 2213, fd = 14 }
+fd_state.file_descriptor: 13589.783016265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7384]", pid = 2213, fd = 15 }
+fd_state.file_descriptor: 13589.783019347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2218, fd = 0 }
+fd_state.file_descriptor: 13589.783021460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2218, fd = 1 }
+fd_state.file_descriptor: 13589.783023653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2218, fd = 2 }
+fd_state.file_descriptor: 13589.783031578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7458]", pid = 2218, fd = 3 }
+fd_state.file_descriptor: 13589.783036051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7458]", pid = 2218, fd = 4 }
+fd_state.file_descriptor: 13589.783041617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7461]", pid = 2218, fd = 5 }
+fd_state.file_descriptor: 13589.783046719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7461]", pid = 2218, fd = 6 }
+fd_state.file_descriptor: 13589.783050210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[9380]", pid = 2218, fd = 7 }
+fd_state.file_descriptor: 13589.783053372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2224, fd = 0 }
+fd_state.file_descriptor: 13589.783055559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2224, fd = 1 }
+fd_state.file_descriptor: 13589.783057715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2224, fd = 2 }
+fd_state.file_descriptor: 13589.783060952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7528]", pid = 2224, fd = 3 }
+fd_state.file_descriptor: 13589.783063201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7528]", pid = 2224, fd = 4 }
+fd_state.file_descriptor: 13589.783066759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7517]", pid = 2224, fd = 5 }
+fd_state.file_descriptor: 13589.783069422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7529]", pid = 2224, fd = 6 }
+fd_state.file_descriptor: 13589.783071707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7529]", pid = 2224, fd = 7 }
+fd_state.file_descriptor: 13589.783077032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7532]", pid = 2224, fd = 8 }
+fd_state.file_descriptor: 13589.783079891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7576]", pid = 2224, fd = 9 }
+fd_state.file_descriptor: 13589.783085328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7643]", pid = 2224, fd = 11 }
+fd_state.file_descriptor: 13589.783087885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7643]", pid = 2224, fd = 14 }
+fd_state.file_descriptor: 13589.783091481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2227, fd = 0 }
+fd_state.file_descriptor: 13589.783093600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2227, fd = 1 }
+fd_state.file_descriptor: 13589.783095910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2227, fd = 2 }
+fd_state.file_descriptor: 13589.783098708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7545]", pid = 2227, fd = 3 }
+fd_state.file_descriptor: 13589.783100920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7545]", pid = 2227, fd = 4 }
+fd_state.file_descriptor: 13589.783103589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7536]", pid = 2227, fd = 5 }
+fd_state.file_descriptor: 13589.783106177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7553]", pid = 2227, fd = 6 }
+fd_state.file_descriptor: 13589.783108468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7553]", pid = 2227, fd = 7 }
+fd_state.file_descriptor: 13589.783111044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7572]", pid = 2227, fd = 8 }
+fd_state.file_descriptor: 13589.783114047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7605]", pid = 2227, fd = 9 }
+fd_state.file_descriptor: 13589.783116888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7631]", pid = 2227, fd = 10 }
+fd_state.file_descriptor: 13589.783119124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2227, fd = 11 }
+fd_state.file_descriptor: 13589.783124987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7890]", pid = 2227, fd = 13 }
+fd_state.file_descriptor: 13589.783131405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2228, fd = 0 }
+fd_state.file_descriptor: 13589.783133493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2228, fd = 1 }
+fd_state.file_descriptor: 13589.783135674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2228, fd = 2 }
+fd_state.file_descriptor: 13589.783141184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7585]", pid = 2228, fd = 3 }
+fd_state.file_descriptor: 13589.783143445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7585]", pid = 2228, fd = 4 }
+fd_state.file_descriptor: 13589.783146472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7574]", pid = 2228, fd = 5 }
+fd_state.file_descriptor: 13589.783149430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7587]", pid = 2228, fd = 6 }
+fd_state.file_descriptor: 13589.783151593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7587]", pid = 2228, fd = 7 }
+fd_state.file_descriptor: 13589.783154373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7594]", pid = 2228, fd = 8 }
+fd_state.file_descriptor: 13589.783157393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7613]", pid = 2228, fd = 9 }
+fd_state.file_descriptor: 13589.783162823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7837]", pid = 2228, fd = 13 }
+fd_state.file_descriptor: 13589.783165097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7837]", pid = 2228, fd = 14 }
+fd_state.file_descriptor: 13589.783173398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7917]", pid = 2228, fd = 15 }
+fd_state.file_descriptor: 13589.783176191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7838]", pid = 2228, fd = 16 }
+fd_state.file_descriptor: 13589.783181028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7839]", pid = 2228, fd = 17 }
+fd_state.file_descriptor: 13589.783183191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7917]", pid = 2228, fd = 18 }
+fd_state.file_descriptor: 13589.783185791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7840]", pid = 2228, fd = 19 }
+fd_state.file_descriptor: 13589.783193500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7936]", pid = 2228, fd = 20 }
+fd_state.file_descriptor: 13589.783196194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7843]", pid = 2228, fd = 21 }
+fd_state.file_descriptor: 13589.783198380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7843]", pid = 2228, fd = 22 }
+fd_state.file_descriptor: 13589.783201030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7918]", pid = 2228, fd = 23 }
+fd_state.file_descriptor: 13589.783203507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7919]", pid = 2228, fd = 24 }
+fd_state.file_descriptor: 13589.783205991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7936]", pid = 2228, fd = 25 }
+fd_state.file_descriptor: 13589.783208388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7920]", pid = 2228, fd = 26 }
+fd_state.file_descriptor: 13589.783211118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7937]", pid = 2228, fd = 28 }
+fd_state.file_descriptor: 13589.783214220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7938]", pid = 2228, fd = 29 }
+fd_state.file_descriptor: 13589.783216604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7939]", pid = 2228, fd = 31 }
+fd_state.file_descriptor: 13589.783219495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7953]", pid = 2228, fd = 32 }
+fd_state.file_descriptor: 13589.783221780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7953]", pid = 2228, fd = 35 }
+fd_state.file_descriptor: 13589.783224140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7954]", pid = 2228, fd = 38 }
+fd_state.file_descriptor: 13589.783226778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7955]", pid = 2228, fd = 39 }
+fd_state.file_descriptor: 13589.783229193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7956]", pid = 2228, fd = 41 }
+fd_state.file_descriptor: 13589.783233549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2237, fd = 0 }
+fd_state.file_descriptor: 13589.783235680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2237, fd = 1 }
+fd_state.file_descriptor: 13589.783237959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2237, fd = 2 }
+fd_state.file_descriptor: 13589.783240763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7831]", pid = 2237, fd = 3 }
+fd_state.file_descriptor: 13589.783243030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7831]", pid = 2237, fd = 4 }
+fd_state.file_descriptor: 13589.783248683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7825]", pid = 2237, fd = 5 }
+fd_state.file_descriptor: 13589.783251475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7833]", pid = 2237, fd = 6 }
+fd_state.file_descriptor: 13589.783253686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7833]", pid = 2237, fd = 7 }
+fd_state.file_descriptor: 13589.783256745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7841]", pid = 2237, fd = 8 }
+fd_state.file_descriptor: 13589.783259444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7850]", pid = 2237, fd = 9 }
+fd_state.file_descriptor: 13589.783261859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/snd/controlC0", pid = 2237, fd = 10 }
+fd_state.file_descriptor: 13589.783264837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7894]", pid = 2237, fd = 11 }
+fd_state.file_descriptor: 13589.783267536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7966]", pid = 2237, fd = 12 }
+fd_state.file_descriptor: 13589.783270958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7838]", pid = 2239, fd = 0 }
+fd_state.file_descriptor: 13589.783273239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7839]", pid = 2239, fd = 1 }
+fd_state.file_descriptor: 13589.783275529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7840]", pid = 2239, fd = 2 }
+fd_state.file_descriptor: 13589.783277964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7852]", pid = 2239, fd = 3 }
+fd_state.file_descriptor: 13589.783280305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7852]", pid = 2239, fd = 4 }
+fd_state.file_descriptor: 13589.783283024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7856]", pid = 2239, fd = 5 }
+fd_state.file_descriptor: 13589.783285223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7856]", pid = 2239, fd = 6 }
+fd_state.file_descriptor: 13589.783290658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7857]", pid = 2239, fd = 7 }
+fd_state.file_descriptor: 13589.783293462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7865]", pid = 2239, fd = 8 }
+fd_state.file_descriptor: 13589.783296200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7868]", pid = 2239, fd = 9 }
+fd_state.file_descriptor: 13589.783299103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 2239, fd = 11 }
+fd_state.file_descriptor: 13589.783307696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-sp2o.db", pid = 2239, fd = 12 }
+fd_state.file_descriptor: 13589.783311309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-po2s.db", pid = 2239, fd = 13 }
+fd_state.file_descriptor: 13589.783314596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-so2p.db", pid = 2239, fd = 14 }
+fd_state.file_descriptor: 13589.783317790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-contexts.db", pid = 2239, fd = 15 }
+fd_state.file_descriptor: 13589.783321162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7914]", pid = 2239, fd = 16 }
+fd_state.file_descriptor: 13589.783324276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8070]", pid = 2239, fd = 17 }
+fd_state.file_descriptor: 13589.783327012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8087]", pid = 2239, fd = 18 }
+fd_state.file_descriptor: 13589.783330039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8108]", pid = 2239, fd = 20 }
+fd_state.file_descriptor: 13589.783333992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2241, fd = 0 }
+fd_state.file_descriptor: 13589.783336148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2241, fd = 1 }
+fd_state.file_descriptor: 13589.783338385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2241, fd = 2 }
+fd_state.file_descriptor: 13589.783341677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7885]", pid = 2241, fd = 3 }
+fd_state.file_descriptor: 13589.783344166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7885]", pid = 2241, fd = 4 }
+fd_state.file_descriptor: 13589.783347219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7875]", pid = 2241, fd = 5 }
+fd_state.file_descriptor: 13589.783350560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7887]", pid = 2241, fd = 6 }
+fd_state.file_descriptor: 13589.783352827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7887]", pid = 2241, fd = 7 }
+fd_state.file_descriptor: 13589.783355818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7888]", pid = 2241, fd = 8 }
+fd_state.file_descriptor: 13589.783358616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7892]", pid = 2241, fd = 9 }
+fd_state.file_descriptor: 13589.783360833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2241, fd = 10 }
+fd_state.file_descriptor: 13589.783515787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 2241, fd = 11 }
+fd_state.file_descriptor: 13589.783518906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2241, fd = 12 }
+fd_state.file_descriptor: 13589.783534999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2241, fd = 13 }
+fd_state.file_descriptor: 13589.783540349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7974]", pid = 2241, fd = 14 }
+fd_state.file_descriptor: 13589.783542504 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7974]", pid = 2241, fd = 15 }
+fd_state.file_descriptor: 13589.783545043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2241, fd = 16 }
+fd_state.file_descriptor: 13589.783548139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7975]", pid = 2241, fd = 17 }
+fd_state.file_descriptor: 13589.783553556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 2241, fd = 18 }
+fd_state.file_descriptor: 13589.783556657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[10928]", pid = 2241, fd = 19 }
+fd_state.file_descriptor: 13589.783560320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[10928]", pid = 2241, fd = 20 }
+fd_state.file_descriptor: 13589.783562840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2241, fd = 21 }
+fd_state.file_descriptor: 13589.783565713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7988]", pid = 2241, fd = 22 }
+fd_state.file_descriptor: 13589.783567882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7988]", pid = 2241, fd = 23 }
+fd_state.file_descriptor: 13589.783570989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[10929]", pid = 2241, fd = 24 }
+fd_state.file_descriptor: 13589.783574763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 2241, fd = 25 }
+fd_state.file_descriptor: 13589.783578030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[55693]", pid = 2241, fd = 26 }
+fd_state.file_descriptor: 13589.783580323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[55693]", pid = 2241, fd = 27 }
+fd_state.file_descriptor: 13589.783587130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[55694]", pid = 2241, fd = 29 }
+fd_state.file_descriptor: 13589.783590608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[129890]", pid = 2241, fd = 31 }
+fd_state.file_descriptor: 13589.783593066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[129890]", pid = 2241, fd = 32 }
+fd_state.file_descriptor: 13589.783595773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[129891]", pid = 2241, fd = 34 }
+fd_state.file_descriptor: 13589.783600739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7918]", pid = 2243, fd = 0 }
+fd_state.file_descriptor: 13589.783602932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7919]", pid = 2243, fd = 1 }
+fd_state.file_descriptor: 13589.783605328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7920]", pid = 2243, fd = 2 }
+fd_state.file_descriptor: 13589.783608566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7993]", pid = 2243, fd = 3 }
+fd_state.file_descriptor: 13589.783610796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7993]", pid = 2243, fd = 4 }
+fd_state.file_descriptor: 13589.783613557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7996]", pid = 2243, fd = 5 }
+fd_state.file_descriptor: 13589.783615706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7996]", pid = 2243, fd = 6 }
+fd_state.file_descriptor: 13589.783618875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8001]", pid = 2243, fd = 7 }
+fd_state.file_descriptor: 13589.783621557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8057]", pid = 2243, fd = 8 }
+fd_state.file_descriptor: 13589.783624268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8060]", pid = 2243, fd = 9 }
+fd_state.file_descriptor: 13589.783627123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8086]", pid = 2243, fd = 11 }
+fd_state.file_descriptor: 13589.783629532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2243, fd = 12 }
+fd_state.file_descriptor: 13589.783636425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7937]", pid = 2245, fd = 0 }
+fd_state.file_descriptor: 13589.783638953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7938]", pid = 2245, fd = 1 }
+fd_state.file_descriptor: 13589.783641275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7939]", pid = 2245, fd = 2 }
+fd_state.file_descriptor: 13589.783643882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7997]", pid = 2245, fd = 3 }
+fd_state.file_descriptor: 13589.783646167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7997]", pid = 2245, fd = 4 }
+fd_state.file_descriptor: 13589.783648743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8000]", pid = 2245, fd = 5 }
+fd_state.file_descriptor: 13589.783651245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8000]", pid = 2245, fd = 6 }
+fd_state.file_descriptor: 13589.783653988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8018]", pid = 2245, fd = 7 }
+fd_state.file_descriptor: 13589.783656953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8052]", pid = 2245, fd = 8 }
+fd_state.file_descriptor: 13589.783660277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8055]", pid = 2245, fd = 9 }
+fd_state.file_descriptor: 13589.783663149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8069]", pid = 2245, fd = 11 }
+fd_state.file_descriptor: 13589.783671668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7954]", pid = 2247, fd = 0 }
+fd_state.file_descriptor: 13589.783673935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7955]", pid = 2247, fd = 1 }
+fd_state.file_descriptor: 13589.783676146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7956]", pid = 2247, fd = 2 }
+fd_state.file_descriptor: 13589.783678556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8022]", pid = 2247, fd = 3 }
+fd_state.file_descriptor: 13589.783680712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8022]", pid = 2247, fd = 4 }
+fd_state.file_descriptor: 13589.783683646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8028]", pid = 2247, fd = 5 }
+fd_state.file_descriptor: 13589.783685746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8028]", pid = 2247, fd = 6 }
+fd_state.file_descriptor: 13589.783688321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8040]", pid = 2247, fd = 7 }
+fd_state.file_descriptor: 13589.783691503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8073]", pid = 2247, fd = 8 }
+fd_state.file_descriptor: 13589.783694061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8082]", pid = 2247, fd = 9 }
+fd_state.file_descriptor: 13589.783697237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8107]", pid = 2247, fd = 11 }
+fd_state.file_descriptor: 13589.783699794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8109]", pid = 2247, fd = 12 }
+fd_state.file_descriptor: 13589.783701943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8109]", pid = 2247, fd = 13 }
+fd_state.file_descriptor: 13589.783709301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 2250, fd = 0 }
+fd_state.file_descriptor: 13589.783711407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 2250, fd = 1 }
+fd_state.file_descriptor: 13589.783713550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 2250, fd = 2 }
+fd_state.file_descriptor: 13589.783717263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 2250, fd = 255 }
+fd_state.file_descriptor: 13589.783719931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2259, fd = 0 }
+fd_state.file_descriptor: 13589.783723027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2259, fd = 1 }
+fd_state.file_descriptor: 13589.783725485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2259, fd = 2 }
+fd_state.file_descriptor: 13589.783728271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8112]", pid = 2259, fd = 3 }
+fd_state.file_descriptor: 13589.783731335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8114]", pid = 2259, fd = 4 }
+fd_state.file_descriptor: 13589.783736283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8114]", pid = 2259, fd = 5 }
+fd_state.file_descriptor: 13589.783740366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/diskstats", pid = 2259, fd = 6 }
+fd_state.file_descriptor: 13589.783745629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 2259, fd = 7 }
+fd_state.file_descriptor: 13589.783753321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/2259/net/dev", pid = 2259, fd = 8 }
+fd_state.file_descriptor: 13589.783756520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/vmstat", pid = 2259, fd = 9 }
+fd_state.file_descriptor: 13589.783760720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lock/gkrellm/LCK..1000_:0", pid = 2259, fd = 10 }
+fd_state.file_descriptor: 13589.783767195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8169]", pid = 2259, fd = 11 }
+fd_state.file_descriptor: 13589.783770073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/stat", pid = 2259, fd = 12 }
+fd_state.file_descriptor: 13589.783773014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/2259/net/route", pid = 2259, fd = 13 }
+fd_state.file_descriptor: 13589.783780693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.cache/event-sound-cache.tdb.7f394062173ac92d2672d52e4ae5a068.i486-pc-linux-gnu", pid = 2259, fd = 16 }
+fd_state.file_descriptor: 13589.783784380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2266, fd = 0 }
+fd_state.file_descriptor: 13589.783786536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2266, fd = 1 }
+fd_state.file_descriptor: 13589.783788754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2266, fd = 2 }
+fd_state.file_descriptor: 13589.783791725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8178]", pid = 2266, fd = 3 }
+fd_state.file_descriptor: 13589.783794981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8193]", pid = 2266, fd = 4 }
+fd_state.file_descriptor: 13589.783798446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2281, fd = 0 }
+fd_state.file_descriptor: 13589.783800436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2281, fd = 1 }
+fd_state.file_descriptor: 13589.783802406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2281, fd = 2 }
+fd_state.file_descriptor: 13589.783805130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8225]", pid = 2281, fd = 3 }
+fd_state.file_descriptor: 13589.783807094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2281, fd = 4 }
+fd_state.file_descriptor: 13589.783809208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2281, fd = 5 }
+fd_state.file_descriptor: 13589.783812969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2288, fd = 0 }
+fd_state.file_descriptor: 13589.783815051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2288, fd = 1 }
+fd_state.file_descriptor: 13589.783817232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2288, fd = 2 }
+fd_state.file_descriptor: 13589.783820197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8236]", pid = 2288, fd = 3 }
+fd_state.file_descriptor: 13589.783822508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8236]", pid = 2288, fd = 4 }
+fd_state.file_descriptor: 13589.783825411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8262]", pid = 2288, fd = 5 }
+fd_state.file_descriptor: 13589.783831539 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8358]", pid = 2288, fd = 6 }
+fd_state.file_descriptor: 13589.783838068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8571]", pid = 2288, fd = 7 }
+fd_state.file_descriptor: 13589.783856810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.amsn/half_elf1_hotmail_com/logs/December 2009/keupondevin@hotmail.com.log", pid = 2288, fd = 8 }
+fd_state.file_descriptor: 13589.783865039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2315, fd = 0 }
+fd_state.file_descriptor: 13589.783867219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2315, fd = 1 }
+fd_state.file_descriptor: 13589.783869418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2315, fd = 2 }
+fd_state.file_descriptor: 13589.783883985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/lib/icedove/icedove", pid = 2315, fd = 255 }
+fd_state.file_descriptor: 13589.783887852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2327, fd = 0 }
+fd_state.file_descriptor: 13589.783890038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2327, fd = 1 }
+fd_state.file_descriptor: 13589.783892244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2327, fd = 2 }
+fd_state.file_descriptor: 13589.783900188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/lib/icedove/run-mozilla.sh", pid = 2327, fd = 255 }
+fd_state.file_descriptor: 13589.783903956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2332, fd = 0 }
+fd_state.file_descriptor: 13589.783906032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2332, fd = 1 }
+fd_state.file_descriptor: 13589.783908268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2332, fd = 2 }
+fd_state.file_descriptor: 13589.783914242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8480]", pid = 2332, fd = 3 }
+fd_state.file_descriptor: 13589.783917546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8484]", pid = 2332, fd = 4 }
+fd_state.file_descriptor: 13589.783919782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8484]", pid = 2332, fd = 5 }
+fd_state.file_descriptor: 13589.783923489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/.parentlock", pid = 2332, fd = 6 }
+fd_state.file_descriptor: 13589.783928801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8494]", pid = 2332, fd = 7 }
+fd_state.file_descriptor: 13589.783930994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8494]", pid = 2332, fd = 8 }
+fd_state.file_descriptor: 13589.783939142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8496]", pid = 2332, fd = 9 }
+fd_state.file_descriptor: 13589.783941769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8496]", pid = 2332, fd = 10 }
+fd_state.file_descriptor: 13589.783953499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/filterlog.html", pid = 2332, fd = 11 }
+fd_state.file_descriptor: 13589.783958243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/en-US.jar", pid = 2332, fd = 12 }
+fd_state.file_descriptor: 13589.783964266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/classic.jar", pid = 2332, fd = 13 }
+fd_state.file_descriptor: 13589.783969751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8506]", pid = 2332, fd = 14 }
+fd_state.file_descriptor: 13589.783972038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8506]", pid = 2332, fd = 15 }
+fd_state.file_descriptor: 13589.783975293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8507]", pid = 2332, fd = 16 }
+fd_state.file_descriptor: 13589.784025082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8507]", pid = 2332, fd = 17 }
+fd_state.file_descriptor: 13589.784028227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8509]", pid = 2332, fd = 18 }
+fd_state.file_descriptor: 13589.784030877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8533]", pid = 2332, fd = 19 }
+fd_state.file_descriptor: 13589.784033898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8535]", pid = 2332, fd = 20 }
+fd_state.file_descriptor: 13589.784036925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8538]", pid = 2332, fd = 21 }
+fd_state.file_descriptor: 13589.784040798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/toolkit.jar", pid = 2332, fd = 22 }
+fd_state.file_descriptor: 13589.784044201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/XUL.mfasl", pid = 2332, fd = 23 }
+fd_state.file_descriptor: 13589.784054208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/extensions/{837cbf1c-a15b-11da-957a-00e08161165f}/chrome/SmtpSelect.jar", pid = 2332, fd = 24 }
+fd_state.file_descriptor: 13589.784057625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/messenger.jar", pid = 2332, fd = 25 }
+fd_state.file_descriptor: 13589.784061306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/extensions/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/DisplayQuota.jar", pid = 2332, fd = 26 }
+fd_state.file_descriptor: 13589.784069047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/lib/enigmail/extension/chrome/enigmail-skin-tbird.jar", pid = 2332, fd = 27 }
+fd_state.file_descriptor: 13589.784072827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/extensions/{F8147CF4-B9E3-445B-AA87-081ED66548F8}/chrome/chrome.jar", pid = 2332, fd = 28 }
+fd_state.file_descriptor: 13589.784076090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/lib/enigmail/extension/chrome/enigmail.jar", pid = 2332, fd = 29 }
+fd_state.file_descriptor: 13589.784078999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/panacea.dat", pid = 2332, fd = 30 }
+fd_state.file_descriptor: 13589.784084849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/cert8.db", pid = 2332, fd = 31 }
+fd_state.file_descriptor: 13589.784088283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.cache/event-sound-cache.tdb.7f394062173ac92d2672d52e4ae5a068.i486-pc-linux-gnu", pid = 2332, fd = 32 }
+fd_state.file_descriptor: 13589.784091847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/key3.db", pid = 2332, fd = 33 }
+fd_state.file_descriptor: 13589.784095208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8559]", pid = 2332, fd = 34 }
+fd_state.file_descriptor: 13589.784097414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8559]", pid = 2332, fd = 35 }
+fd_state.file_descriptor: 13589.784100848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/INBOX.msf", pid = 2332, fd = 36 }
+fd_state.file_descriptor: 13589.784104605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/nova.aep.polymtl.ca/INBOX.msf", pid = 2332, fd = 37 }
+fd_state.file_descriptor: 13589.784107865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8584]", pid = 2332, fd = 38 }
+fd_state.file_descriptor: 13589.784115020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/orion.aep.polymtl-3.ca/INBOX.msf", pid = 2332, fd = 39 }
+fd_state.file_descriptor: 13589.784118880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8587]", pid = 2332, fd = 40 }
+fd_state.file_descriptor: 13589.784121573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8589]", pid = 2332, fd = 41 }
+fd_state.file_descriptor: 13589.784127386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/abook.mab", pid = 2332, fd = 42 }
+fd_state.file_descriptor: 13589.784130271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[113499]", pid = 2332, fd = 43 }
+fd_state.file_descriptor: 13589.784133464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/urlclassifier2.sqlite", pid = 2332, fd = 44 }
+fd_state.file_descriptor: 13589.784136264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/urlclassifier2.sqlite", pid = 2332, fd = 45 }
+fd_state.file_descriptor: 13589.784140106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/Mail/Local Folders/Trash.msf", pid = 2332, fd = 46 }
+fd_state.file_descriptor: 13589.784143756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/Mail/Local Folders/Inbox.msf", pid = 2332, fd = 47 }
+fd_state.file_descriptor: 13589.784147894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/nova.aep.polymtl.ca/Trash.msf", pid = 2332, fd = 48 }
+fd_state.file_descriptor: 13589.784151941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/Mail/mail.aei.ca/Inbox.msf", pid = 2332, fd = 49 }
+fd_state.file_descriptor: 13589.784155573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/INBOX.sbd/Trash.msf", pid = 2332, fd = 50 }
+fd_state.file_descriptor: 13589.784162684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/imap.gmail-1.com/INBOX.msf", pid = 2332, fd = 51 }
+fd_state.file_descriptor: 13589.784166507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[11198]", pid = 2332, fd = 52 }
+fd_state.file_descriptor: 13589.784169683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/orion.aep.polymtl-3.ca/Trash.msf", pid = 2332, fd = 53 }
+fd_state.file_descriptor: 13589.784176434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/imap.gmail-1.com/Trash.msf", pid = 2332, fd = 54 }
+fd_state.file_descriptor: 13589.784187937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[120083]", pid = 2332, fd = 57 }
+fd_state.file_descriptor: 13589.784192527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2335, fd = 0 }
+fd_state.file_descriptor: 13589.784194572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2335, fd = 1 }
+fd_state.file_descriptor: 13589.784196549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2335, fd = 2 }
+fd_state.file_descriptor: 13589.784199230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2335, fd = 3 }
+fd_state.file_descriptor: 13589.784201886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2335, fd = 4 }
+fd_state.file_descriptor: 13589.784204746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8519]", pid = 2335, fd = 5 }
+fd_state.file_descriptor: 13589.784207025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8519]", pid = 2335, fd = 6 }
+fd_state.file_descriptor: 13589.784209490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8520]", pid = 2335, fd = 7 }
+fd_state.file_descriptor: 13589.784211788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8520]", pid = 2335, fd = 8 }
+fd_state.file_descriptor: 13589.784214185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8521]", pid = 2335, fd = 9 }
+fd_state.file_descriptor: 13589.784216489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8521]", pid = 2335, fd = 10 }
+fd_state.file_descriptor: 13589.784218928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8522]", pid = 2335, fd = 11 }
+fd_state.file_descriptor: 13589.784221684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8524]", pid = 2335, fd = 12 }
+fd_state.file_descriptor: 13589.784224383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8531]", pid = 2335, fd = 13 }
+fd_state.file_descriptor: 13589.784227015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8534]", pid = 2335, fd = 14 }
+fd_state.file_descriptor: 13589.784229715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8537]", pid = 2335, fd = 15 }
+fd_state.file_descriptor: 13589.784232618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[12344]", pid = 2335, fd = 16 }
+fd_state.file_descriptor: 13589.784235682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[12347]", pid = 2335, fd = 17 }
+fd_state.file_descriptor: 13589.784243731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2684, fd = 0 }
+fd_state.file_descriptor: 13589.784246523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2684, fd = 1 }
+fd_state.file_descriptor: 13589.784248593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2684, fd = 2 }
+fd_state.file_descriptor: 13589.784252021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2684, fd = 255 }
+fd_state.file_descriptor: 13589.784255239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2805, fd = 0 }
+fd_state.file_descriptor: 13589.784257729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2805, fd = 1 }
+fd_state.file_descriptor: 13589.784259953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2805, fd = 2 }
+fd_state.file_descriptor: 13589.784263900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2806, fd = 0 }
+fd_state.file_descriptor: 13589.784266241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2806, fd = 1 }
+fd_state.file_descriptor: 13589.784268423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2806, fd = 2 }
+fd_state.file_descriptor: 13589.784271987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[11871]", pid = 2806, fd = 3 }
+fd_state.file_descriptor: 13589.784281438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/rt.jar", pid = 2806, fd = 4 }
+fd_state.file_descriptor: 13589.784294756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.launcher_1.1.0.v20091023.jar", pid = 2806, fd = 5 }
+fd_state.file_descriptor: 13589.784298234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/random", pid = 2806, fd = 6 }
+fd_state.file_descriptor: 13589.784300496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 2806, fd = 7 }
+fd_state.file_descriptor: 13589.784306808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.osgi_3.6.0.v20091023.jar", pid = 2806, fd = 8 }
+fd_state.file_descriptor: 13589.784317206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.team.cvs.ui_3.3.300.I20091026-1300.jar", pid = 2806, fd = 9 }
+fd_state.file_descriptor: 13589.784321239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[11917]", pid = 2806, fd = 10 }
+fd_state.file_descriptor: 13589.784325347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/.manager/.tmp2705294035615507285.instance", pid = 2806, fd = 11 }
+fd_state.file_descriptor: 13589.784331833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.common_3.5.100.v20091023.jar", pid = 2806, fd = 12 }
+fd_state.file_descriptor: 13589.784340927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.monitor.core_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 13 }
+fd_state.file_descriptor: 13589.784344837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.update.core_3.2.300.v20090525.jar", pid = 2806, fd = 14 }
+fd_state.file_descriptor: 13589.784351830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.api.tools_1.0.201.v20091028-1400.jar", pid = 2806, fd = 15 }
+fd_state.file_descriptor: 13589.784358483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.graph_1.0.7.jar", pid = 2806, fd = 16 }
+fd_state.file_descriptor: 13589.784368082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/384/1/.cp/svnkit.jar", pid = 2806, fd = 17 }
+fd_state.file_descriptor: 13589.784374568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.registry_3.5.0.v20090911.jar", pid = 2806, fd = 18 }
+fd_state.file_descriptor: 13589.784378102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.300.v20090810/runtime_registry_compatibility.jar", pid = 2806, fd = 19 }
+fd_state.file_descriptor: 13589.784385014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.team.ui_3.5.100.I20091028-0800.jar", pid = 2806, fd = 20 }
+fd_state.file_descriptor: 13589.784388220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tmatesoft.svnkit_1.3.1.6109.jar", pid = 2806, fd = 21 }
+fd_state.file_descriptor: 13589.784417112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.jobs_3.4.200.v20090921.jar", pid = 2806, fd = 22 }
+fd_state.file_descriptor: 13589.784428114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.build_3.5.100.v20091023/pdebuild.jar", pid = 2806, fd = 23 }
+fd_state.file_descriptor: 13589.784431728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.extraData.5", pid = 2806, fd = 24 }
+fd_state.file_descriptor: 13589.784436274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.equinox.app/.manager/.tmp365058712806979164.instance", pid = 2806, fd = 25 }
+fd_state.file_descriptor: 13589.784440450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.manager/.tmp8587982481307384051.instance", pid = 2806, fd = 26 }
+fd_state.file_descriptor: 13589.784444077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.mainData.5", pid = 2806, fd = 27 }
+fd_state.file_descriptor: 13589.784447962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/384/1/.cp/svnkit-javahl.jar", pid = 2806, fd = 28 }
+fd_state.file_descriptor: 13589.784451884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_1.0.200.v20090911-1356.jar", pid = 2806, fd = 29 }
+fd_state.file_descriptor: 13589.784469107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/workspace/.metadata/.plugins/org.eclipse.pde.core/.extensions/.extraData.1", pid = 2806, fd = 30 }
+fd_state.file_descriptor: 13589.784472758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/jsse.jar", pid = 2806, fd = 31 }
+fd_state.file_descriptor: 13589.784476384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.externaltools_3.2.0.v20091023.jar", pid = 2806, fd = 32 }
+fd_state.file_descriptor: 13589.784482778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ant.core_3.2.100.v20091012.jar", pid = 2806, fd = 33 }
+fd_state.file_descriptor: 13589.784489017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.frameworkadmin_1.0.200.v20091019.jar", pid = 2806, fd = 34 }
+fd_state.file_descriptor: 13589.784492866 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.commands_3.5.0.I20090525-2000.jar", pid = 2806, fd = 35 }
+fd_state.file_descriptor: 13589.784496294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.update.scheduler_3.2.200.v20081127.jar", pid = 2806, fd = 36 }
+fd_state.file_descriptor: 13589.784499277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/jce.jar", pid = 2806, fd = 38 }
+fd_state.file_descriptor: 13589.784502299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.ui_1.6.5.jar", pid = 2806, fd = 39 }
+fd_state.file_descriptor: 13589.784505702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.resources.ui_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 40 }
+fd_state.file_descriptor: 13589.784509062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.commons.ui_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 41 }
+fd_state.file_descriptor: 13589.784512416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.apt.core_3.3.400.v20091027-0900.jar", pid = 2806, fd = 42 }
+fd_state.file_descriptor: 13589.784516667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.filesystem.linux.x86_1.2.0.v20080604-1400.jar", pid = 2806, fd = 43 }
+fd_state.file_descriptor: 13589.784520534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.ide.application_1.0.200.I20091013-0800.jar", pid = 2806, fd = 44 }
+fd_state.file_descriptor: 13589.784524204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.workbench_3.6.0.I20091028-1300.jar", pid = 2806, fd = 45 }
+fd_state.file_descriptor: 13589.784527669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20090429-1800/compatibility.jar", pid = 2806, fd = 46 }
+fd_state.file_descriptor: 13589.784531177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jface_3.6.0.I20091028-1300.jar", pid = 2806, fd = 47 }
+fd_state.file_descriptor: 13589.784535644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.swt_3.6.0.v3617.jar", pid = 2806, fd = 48 }
+fd_state.file_descriptor: 13589.784538930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.swt.gtk.linux.x86_3.6.0.v3617.jar", pid = 2806, fd = 49 }
+fd_state.file_descriptor: 13589.784542211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui_3.6.0.I20091030-1100.jar", pid = 2806, fd = 50 }
+fd_state.file_descriptor: 13589.784544674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/384/1/.cp/antlr-runtime-3.1.3.jar", pid = 2806, fd = 51 }
+kernel.irq_entry: 13589.784616177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 13589.784653211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { jiffies = 4296292861, xtime_sec = 1262715366, xtime_nsec = 301133044, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
+kernel.softirq_raise: 13589.784684296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.softirq_raise: 13589.784697639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { softirq_id = 9 [softirq 9] }
+kernel.irq_exit: 13589.784745025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 13589.784753136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 13589.784777500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { expires = 1325566, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 13589.784782157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.softirq_entry: 13589.784784134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
+rcu.tree_callback: 13589.784966466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc14285e3 }
+kernel.softirq_exit: 13589.784974015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
+fd_state.file_descriptor: 13589.784991040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[11926]", pid = 2806, fd = 52 }
+fd_state.file_descriptor: 13589.784993912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[11926]", pid = 2806, fd = 53 }
+fd_state.file_descriptor: 13589.784999225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.ide_3.6.0.I20091030-1100.jar", pid = 2806, fd = 54 }
+fd_state.file_descriptor: 13589.785002635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/workspace/.metadata/.lock", pid = 2806, fd = 55 }
+fd_state.file_descriptor: 13589.785006224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.resources_3.6.0.v20091026-1217.jar", pid = 2806, fd = 56 }
+fd_state.file_descriptor: 13589.785009548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.tasks.core_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 57 }
+fd_state.file_descriptor: 13589.785013149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.commons.core_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 58 }
+fd_state.file_descriptor: 13589.785016429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.contenttype_3.4.100.v20090928.jar", pid = 2806, fd = 59 }
+fd_state.file_descriptor: 13589.785019778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.monitor.ui_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 60 }
+fd_state.file_descriptor: 13589.785023132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.apt.pluggable.core_1.0.300.v20090922-0135.jar", pid = 2806, fd = 61 }
+fd_state.file_descriptor: 13589.785026572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/com.ibm.icu_4.0.1.v20090822.jar", pid = 2806, fd = 62 }
+fd_state.file_descriptor: 13589.785030322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.expressions_3.4.100.v20090429-1800.jar", pid = 2806, fd = 63 }
+fd_state.file_descriptor: 13589.785033979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.variables_3.2.300.v20090911.jar", pid = 2806, fd = 64 }
+fd_state.file_descriptor: 13589.785036870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.context.core_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 65 }
+fd_state.file_descriptor: 13589.785040317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.commons.net_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 66 }
+fd_state.file_descriptor: 13589.785044054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.compare_3.5.100.I20091026-1300.jar", pid = 2806, fd = 67 }
+fd_state.file_descriptor: 13589.785047916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/384/1/.cp/trilead.jar", pid = 2806, fd = 68 }
+fd_state.file_descriptor: 13589.785051542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.update.configurator_3.3.100.v20090813.jar", pid = 2806, fd = 69 }
+fd_state.file_descriptor: 13589.785055069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.apache.commons.httpclient_3.1.0.v20080605-1935.jar", pid = 2806, fd = 70 }
+fd_state.file_descriptor: 13589.785058411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.apache.commons.logging_1.0.4.v200904062259.jar", pid = 2806, fd = 71 }
+fd_state.file_descriptor: 13589.785061401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.clientadapter_1.6.4.1.jar", pid = 2806, fd = 72 }
+fd_state.file_descriptor: 13589.785064526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.context.ui_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 73 }
+fd_state.file_descriptor: 13589.785067541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.forms_3.5.0.v20091012.jar", pid = 2806, fd = 74 }
+fd_state.file_descriptor: 13589.785071130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.team.ui_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 75 }
+fd_state.file_descriptor: 13589.785074614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.util_1.0.100.v20090520-1800.jar", pid = 2806, fd = 76 }
+fd_state.file_descriptor: 13589.785077900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.clientadapter.javahl_1.6.6.jar", pid = 2806, fd = 77 }
+fd_state.file_descriptor: 13589.785081452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/com.collabnet.subversion.merge_1.10.0.jar", pid = 2806, fd = 78 }
+fd_state.file_descriptor: 13589.785084665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.mylyn_3.0.0.jar", pid = 2806, fd = 79 }
+fd_state.file_descriptor: 13589.785088377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.core_1.6.5.jar", pid = 2806, fd = 80 }
+fd_state.file_descriptor: 13589.785091206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.clientadapter.svnkit_1.6.4.jar", pid = 2806, fd = 81 }
+fd_state.file_descriptor: 13589.785094938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ant.ui_3.5.0.v20091023.jar", pid = 2806, fd = 82 }
+fd_state.file_descriptor: 13589.785098471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/384/1/.cp/sqljet.1.0.0.b616.jar", pid = 2806, fd = 83 }
+fd_state.file_descriptor: 13589.785102357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.ui_3.6.0.v20091023.jar", pid = 2806, fd = 84 }
+fd_state.file_descriptor: 13589.785106020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.ui_3.6.0.v20091026-1200.jar", pid = 2806, fd = 85 }
+fd_state.file_descriptor: 13589.785109256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.workbench.texteditor_3.6.0.v20091026-1200.jar", pid = 2806, fd = 86 }
+fd_state.file_descriptor: 13589.785112753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.editors_3.6.0.v20091028-1300.jar", pid = 2806, fd = 87 }
+fd_state.file_descriptor: 13589.785116280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.text_3.5.0.v20091026-1200.jar", pid = 2806, fd = 88 }
+fd_state.file_descriptor: 13589.785120042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jface.text_3.5.100.v20091026-1200.jar", pid = 2806, fd = 89 }
+fd_state.file_descriptor: 13589.785123323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.core_3.6.0.v_A19.jar", pid = 2806, fd = 90 }
+fd_state.file_descriptor: 13589.785134695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.compiler.apt_1.0.300.v20091027-0900.jar", pid = 2806, fd = 91 }
+fd_state.file_descriptor: 13589.785137883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.compiler.tool_1.0.100.v_A19.jar", pid = 2806, fd = 92 }
+fd_state.file_descriptor: 13589.785141657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/resources.jar", pid = 2806, fd = 93 }
+fd_state.file_descriptor: 13589.785145005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.debug.ui_3.6.0.v20091026-1150.jar", pid = 2806, fd = 94 }
+fd_state.file_descriptor: 13589.785148989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ltk.ui.refactoring_3.4.200.v20091026-1200.jar", pid = 2806, fd = 95 }
+fd_state.file_descriptor: 13589.785152313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.core.manipulation_1.3.0.v20091026-1200.jar", pid = 2806, fd = 96 }
+fd_state.file_descriptor: 13589.785156298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.filebuffers_3.5.100.v20091026-1200.jar", pid = 2806, fd = 97 }
+fd_state.file_descriptor: 13589.785159497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.team.core_3.5.0.I20091028-0800.jar", pid = 2806, fd = 98 }
+fd_state.file_descriptor: 13589.785162573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/com.sun.jna_3.1.0.jar", pid = 2806, fd = 99 }
+fd_state.file_descriptor: 13589.785166039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.views_3.5.0.I20090914-0830.jar", pid = 2806, fd = 100 }
+fd_state.file_descriptor: 13589.785170067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ltk.core.refactoring_3.5.100.v20091026-1200.jar", pid = 2806, fd = 101 }
+fd_state.file_descriptor: 13589.785173175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.debug.ui_3.5.0.v20091026-1150.jar", pid = 2806, fd = 102 }
+fd_state.file_descriptor: 13589.785182947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/361/1/.cp/jna.jar", pid = 2806, fd = 103 }
+fd_state.file_descriptor: 13589.785186493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.compare.core_3.5.100.I20090714-0800.jar", pid = 2806, fd = 104 }
+fd_state.file_descriptor: 13589.785190001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.launching_3.5.100.v20091026-1150.jar", pid = 2806, fd = 105 }
+fd_state.file_descriptor: 13589.785193330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.debug.core_3.6.0.v20091019.jar", pid = 2806, fd = 106 }
+fd_state.file_descriptor: 13589.785196759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.tasks.ui_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 107 }
+fd_state.file_descriptor: 13589.785200305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.junit_3.6.0.v20091026-1200.jar", pid = 2806, fd = 108 }
+fd_state.file_descriptor: 13589.785203641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.console_3.5.0.v20090907.jar", pid = 2806, fd = 109 }
+fd_state.file_descriptor: 13589.785207156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.core_3.5.100.v20091023.jar", pid = 2806, fd = 110 }
+fd_state.file_descriptor: 13589.785211609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/random", pid = 2806, fd = 111 }
+fd_state.file_descriptor: 13589.785218671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.p2.engine_1.1.0.v20091023.jar", pid = 2806, fd = 112 }
+fd_state.file_descriptor: 13589.785222402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.filesystem_1.3.0.v20091026-1217.jar", pid = 2806, fd = 113 }
+fd_state.file_descriptor: 13589.785228536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.debug_3.5.100.v20091019/jdi.jar", pid = 2806, fd = 114 }
+fd_state.file_descriptor: 13589.785232163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.api.tools.ui_1.0.200.v20091023.jar", pid = 2806, fd = 115 }
+fd_state.file_descriptor: 13589.785235653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.debug_3.5.100.v20091019/jdimodel.jar", pid = 2806, fd = 116 }
+fd_state.file_descriptor: 13589.785238902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 2806, fd = 117 }
+fd_state.file_descriptor: 13589.785243287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/workspace/.metadata/.plugins/org.eclipse.pde.core/.extensions/.manager/.tmp24841759182796359.instance", pid = 2806, fd = 118 }
+fd_state.file_descriptor: 13589.785246957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/workspace/.metadata/.plugins/org.eclipse.pde.core/.extensions/.mainData.1", pid = 2806, fd = 119 }
+fd_state.file_descriptor: 13589.785250596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12337]", pid = 2806, fd = 120 }
+fd_state.file_descriptor: 13589.785254142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.net_1.2.100.I20090714-0800.jar", pid = 2806, fd = 121 }
+fd_state.file_descriptor: 13589.785256656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12337]", pid = 2806, fd = 122 }
+fd_state.file_descriptor: 13589.785259596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12338]", pid = 2806, fd = 123 }
+fd_state.file_descriptor: 13589.785261992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12338]", pid = 2806, fd = 124 }
+fd_state.file_descriptor: 13589.785266861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[12339]", pid = 2806, fd = 125 }
+fd_state.file_descriptor: 13589.785270159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12341]", pid = 2806, fd = 126 }
+fd_state.file_descriptor: 13589.785272427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12341]", pid = 2806, fd = 127 }
+fd_state.file_descriptor: 13589.785275447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.p2.updatechecker_1.1.0.v20091010.jar", pid = 2806, fd = 128 }
+fd_state.file_descriptor: 13589.785279363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.cache/event-sound-cache.tdb.7f394062173ac92d2672d52e4ae5a068.i486-pc-linux-gnu", pid = 2806, fd = 129 }
+fd_state.file_descriptor: 13589.785283131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20091010.jar", pid = 2806, fd = 130 }
+fd_state.file_descriptor: 13589.785286357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12342]", pid = 2806, fd = 131 }
+fd_state.file_descriptor: 13589.785288562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12342]", pid = 2806, fd = 132 }
+fd_state.file_descriptor: 13589.785291076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[12343]", pid = 2806, fd = 133 }
+fd_state.file_descriptor: 13589.785293825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[12345]", pid = 2806, fd = 134 }
+fd_state.file_descriptor: 13589.785296568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[12348]", pid = 2806, fd = 135 }
+fd_state.file_descriptor: 13589.785304438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla/eclipse/places.sqlite", pid = 2806, fd = 136 }
+fd_state.file_descriptor: 13589.785317244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/classic.jar (deleted)", pid = 2806, fd = 137 }
+fd_state.file_descriptor: 13589.785324075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/toolkit.jar (deleted)", pid = 2806, fd = 138 }
+fd_state.file_descriptor: 13589.785327306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/en-US.jar (deleted)", pid = 2806, fd = 139 }
+fd_state.file_descriptor: 13589.785330809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla/eclipse/permissions.sqlite", pid = 2806, fd = 140 }
+fd_state.file_descriptor: 13589.785334232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.launching_3.6.0.v20091023.jar", pid = 2806, fd = 141 }
+fd_state.file_descriptor: 13589.785342255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[29160]", pid = 2806, fd = 142 }
+fd_state.file_descriptor: 13589.785345820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.preferences_3.3.0.v20091023.jar", pid = 2806, fd = 145 }
+kernel.sched_schedule: 13589.785371654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { prev_pid = 16887, next_pid = 16890, prev_state = 0 }
+kernel.syscall_exit: 13589.785731290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.785744145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 311 [syscall 311] }
+kernel.syscall_exit: 13589.785745849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.785764530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb770ebe0, address = 0xb7593dec, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.785783173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.785794639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb771cb70, address = 0xb7598f34, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.785800988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.785810254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb75b6680, address = 0xb75b6680, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.785816753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.785826767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0x8049da0, address = 0x8049da0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.785834050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.785845040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb770ebe0, address = 0xb7590ddc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.785851334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.785863399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 42 [syscall 42] }
+kernel.syscall_exit: 13589.785905826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.785913795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb76dc600, address = 0xb76dc600, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.785921862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.785937806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb764da80, address = 0xb764da80, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.785948264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.785957085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb7668c40, address = 0xb7668c40, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.785963083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.785970311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.785976483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 13589.785982832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 6 }
+fs.pollfd: 13589.786030108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 13589.786032418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 13589.786034538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 13589.786036440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 14 }
+fs.pollfd: 13589.786038213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 13589.786040035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 18 }
+fs.pollfd: 13589.786041882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 20 }
+fs.pollfd: 13589.786043519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 22 }
+fs.pollfd: 13589.786045571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 24 }
+fs.pollfd: 13589.786047368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 13589.786049110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 28 }
+fs.pollfd: 13589.786051012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 30 }
+fs.pollfd: 13589.786053089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 32 }
+fs.pollfd: 13589.786054806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 34 }
+fs.pollfd: 13589.786056980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 36 }
+fs.pollfd: 13589.786059297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 38 }
+fs.pollfd: 13589.786061156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 40 }
+fs.pollfd: 13589.786065913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 42 }
+fs.pollfd: 13589.786067859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 44 }
+fs.pollfd: 13589.786069817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 46 }
+fs.pollfd: 13589.786071775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 48 }
+kernel.sched_schedule: 13589.786082721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 16890, next_pid = 16887, prev_state = 1 }
+fd_state.file_descriptor: 13589.786154984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 11121, fd = 0 }
+fd_state.file_descriptor: 13589.786157777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 11121, fd = 1 }
+fd_state.file_descriptor: 13589.786159883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 11121, fd = 2 }
+fd_state.file_descriptor: 13589.786166665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[53718]", pid = 11121, fd = 4 }
+fd_state.file_descriptor: 13589.786173022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 11130, fd = 0 }
+fd_state.file_descriptor: 13589.786175079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 11130, fd = 1 }
+fd_state.file_descriptor: 13589.786177137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 11130, fd = 2 }
+fd_state.file_descriptor: 13589.786180083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 11130, fd = 255 }
+fd_state.file_descriptor: 13589.786186564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11317, fd = 0 }
+fd_state.file_descriptor: 13589.786188614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11317, fd = 1 }
+fd_state.file_descriptor: 13589.786190640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11317, fd = 2 }
+fd_state.file_descriptor: 13589.786193593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11317, fd = 255 }
+fd_state.file_descriptor: 13589.786196911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11325, fd = 0 }
+fd_state.file_descriptor: 13589.786198875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11325, fd = 1 }
+fd_state.file_descriptor: 13589.786200845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11325, fd = 2 }
+fd_state.file_descriptor: 13589.786203464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[55736]", pid = 11325, fd = 3 }
+fd_state.file_descriptor: 13589.786205700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11325, fd = 4 }
+fd_state.file_descriptor: 13589.786207721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11325, fd = 5 }
+fd_state.file_descriptor: 13589.786209852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11325, fd = 6 }
+fd_state.file_descriptor: 13589.786213935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 18054, fd = 0 }
+fd_state.file_descriptor: 13589.786215887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 18054, fd = 1 }
+fd_state.file_descriptor: 13589.786217803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 18054, fd = 2 }
+fd_state.file_descriptor: 13589.786224301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[104554]", pid = 18054, fd = 4 }
+fd_state.file_descriptor: 13589.786226864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[104555]", pid = 18054, fd = 5 }
+fd_state.file_descriptor: 13589.786229255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 18054, fd = 6 }
+fd_state.file_descriptor: 13589.786232319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "anon_inode:[signalfd]", pid = 18054, fd = 7 }
+fd_state.file_descriptor: 13589.786238145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[104584]", pid = 18054, fd = 8 }
+fd_state.file_descriptor: 13589.786240609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[104585]", pid = 18054, fd = 9 }
+fd_state.file_descriptor: 13589.786248344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/.udev/queue.bin", pid = 18054, fd = 10 }
+fd_state.file_descriptor: 13589.786251469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 21983, fd = 0 }
+fd_state.file_descriptor: 13589.786253440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 21983, fd = 1 }
+fd_state.file_descriptor: 13589.786255355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 21983, fd = 2 }
+fd_state.file_descriptor: 13589.786263632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[109191]", pid = 21983, fd = 3 }
+fd_state.file_descriptor: 13589.786269290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[109384]", pid = 21983, fd = 4 }
+fd_state.file_descriptor: 13589.786272163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24399, fd = 0 }
+fd_state.file_descriptor: 13589.786274158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24399, fd = 1 }
+fd_state.file_descriptor: 13589.786276079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24399, fd = 2 }
+fd_state.file_descriptor: 13589.786282035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[120306]", pid = 24399, fd = 3 }
+fd_state.file_descriptor: 13589.786284802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24464, fd = 0 }
+fd_state.file_descriptor: 13589.786286742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24464, fd = 1 }
+fd_state.file_descriptor: 13589.786288632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24464, fd = 2 }
+fd_state.file_descriptor: 13589.786294704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/acpi/event", pid = 24464, fd = 3 }
+fd_state.file_descriptor: 13589.786297300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[120515]", pid = 24464, fd = 4 }
+fd_state.file_descriptor: 13589.786300104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[120543]", pid = 24464, fd = 5 }
+fd_state.file_descriptor: 13589.786302451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[120517]", pid = 24464, fd = 6 }
+fd_state.file_descriptor: 13589.786305224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121534]", pid = 24464, fd = 7 }
+fd_state.file_descriptor: 13589.786311513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24616, fd = 0 }
+fd_state.file_descriptor: 13589.786313978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24616, fd = 1 }
+fd_state.file_descriptor: 13589.786315942 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24616, fd = 2 }
+fd_state.file_descriptor: 13589.786318432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121558]", pid = 24616, fd = 3 }
+fd_state.file_descriptor: 13589.786321484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[121181]", pid = 24616, fd = 5 }
+fd_state.file_descriptor: 13589.786323788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[121181]", pid = 24616, fd = 6 }
+fd_state.file_descriptor: 13589.786326229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121182]", pid = 24616, fd = 7 }
+fd_state.file_descriptor: 13589.786328735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121183]", pid = 24616, fd = 8 }
+fd_state.file_descriptor: 13589.786331423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121187]", pid = 24616, fd = 9 }
+fd_state.file_descriptor: 13589.786334246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121204]", pid = 24616, fd = 10 }
+fd_state.file_descriptor: 13589.786336346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 24616, fd = 11 }
+fd_state.file_descriptor: 13589.786343401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121224]", pid = 24616, fd = 12 }
+fd_state.file_descriptor: 13589.786350135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/24616/mounts", pid = 24616, fd = 13 }
+fd_state.file_descriptor: 13589.786352976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121520]", pid = 24616, fd = 14 }
+fd_state.file_descriptor: 13589.786355465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121522]", pid = 24616, fd = 15 }
+fd_state.file_descriptor: 13589.786358541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121516]", pid = 24616, fd = 19 }
+fd_state.file_descriptor: 13589.786361754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24617, fd = 0 }
+fd_state.file_descriptor: 13589.786363718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24617, fd = 1 }
+fd_state.file_descriptor: 13589.786366041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24617, fd = 2 }
+fd_state.file_descriptor: 13589.786373392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121203]", pid = 24617, fd = 3 }
+fd_state.file_descriptor: 13589.786376993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24668, fd = 0 }
+fd_state.file_descriptor: 13589.786379013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24668, fd = 1 }
+fd_state.file_descriptor: 13589.786380997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24668, fd = 2 }
+fd_state.file_descriptor: 13589.786384042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121489]", pid = 24668, fd = 3 }
+fd_state.file_descriptor: 13589.786387032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121503]", pid = 24668, fd = 4 }
+fd_state.file_descriptor: 13589.786390288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24670, fd = 0 }
+fd_state.file_descriptor: 13589.786392499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24670, fd = 1 }
+fd_state.file_descriptor: 13589.786394525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24670, fd = 2 }
+fd_state.file_descriptor: 13589.786397237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121508]", pid = 24670, fd = 3 }
+fd_state.file_descriptor: 13589.786405058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121519]", pid = 24670, fd = 4 }
+fd_state.file_descriptor: 13589.786408986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24672, fd = 0 }
+fd_state.file_descriptor: 13589.786411075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24672, fd = 1 }
+fd_state.file_descriptor: 13589.786413422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24672, fd = 2 }
+fd_state.file_descriptor: 13589.786416393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121521]", pid = 24672, fd = 3 }
+fd_state.file_descriptor: 13589.786419526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121533]", pid = 24672, fd = 4 }
+fd_state.file_descriptor: 13589.786423065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24682, fd = 0 }
+fd_state.file_descriptor: 13589.786425029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24682, fd = 1 }
+fd_state.file_descriptor: 13589.786427074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24682, fd = 2 }
+fd_state.file_descriptor: 13589.786429983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121557]", pid = 24682, fd = 3 }
+fd_state.file_descriptor: 13589.786459671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/input/event0", pid = 24682, fd = 4 }
+fd_state.file_descriptor: 13589.786463292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/input/event1", pid = 24682, fd = 5 }
+fd_state.file_descriptor: 13589.786465960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/input/event2", pid = 24682, fd = 6 }
+fd_state.file_descriptor: 13589.786469197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 25001, fd = 0 }
+fd_state.file_descriptor: 13589.786471563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 25001, fd = 1 }
+fd_state.file_descriptor: 13589.786479594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.nmbd", pid = 25001, fd = 2 }
+fd_state.file_descriptor: 13589.786485666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122462]", pid = 25001, fd = 3 }
+fd_state.file_descriptor: 13589.786488366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.nmbd", pid = 25001, fd = 4 }
+fd_state.file_descriptor: 13589.786495223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/messages.tdb", pid = 25001, fd = 5 }
+fd_state.file_descriptor: 13589.786501061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122523]", pid = 25001, fd = 6 }
+fd_state.file_descriptor: 13589.786503272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122523]", pid = 25001, fd = 7 }
+fd_state.file_descriptor: 13589.786505978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/nmbd.pid", pid = 25001, fd = 8 }
+fd_state.file_descriptor: 13589.786508856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/connections.tdb", pid = 25001, fd = 9 }
+fd_state.file_descriptor: 13589.786512192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[122525]", pid = 25001, fd = 10 }
+fd_state.file_descriptor: 13589.786520057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[122526]", pid = 25001, fd = 11 }
+fd_state.file_descriptor: 13589.786526283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[122532]", pid = 25001, fd = 12 }
+fd_state.file_descriptor: 13589.786528716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[122533]", pid = 25001, fd = 13 }
+fd_state.file_descriptor: 13589.786534734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122534]", pid = 25001, fd = 14 }
+fd_state.file_descriptor: 13589.786537433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122534]", pid = 25001, fd = 15 }
+fd_state.file_descriptor: 13589.786540694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 25010, fd = 0 }
+fd_state.file_descriptor: 13589.786542882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 25010, fd = 1 }
+fd_state.file_descriptor: 13589.786545612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 25010, fd = 2 }
+fd_state.file_descriptor: 13589.786547656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122462]", pid = 25010, fd = 3 }
+fd_state.file_descriptor: 13589.786550485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 25010, fd = 4 }
+fd_state.file_descriptor: 13589.786556465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/secrets.tdb", pid = 25010, fd = 5 }
+fd_state.file_descriptor: 13589.786559078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/messages.tdb", pid = 25010, fd = 6 }
+fd_state.file_descriptor: 13589.786562438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122565]", pid = 25010, fd = 7 }
+fd_state.file_descriptor: 13589.786564836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122565]", pid = 25010, fd = 8 }
+fd_state.file_descriptor: 13589.786566979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 25010, fd = 9 }
+fd_state.file_descriptor: 13589.786569753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/smbd.pid", pid = 25010, fd = 10 }
+fd_state.file_descriptor: 13589.786572589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/sessionid.tdb", pid = 25010, fd = 11 }
+fd_state.file_descriptor: 13589.786575041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/connections.tdb", pid = 25010, fd = 12 }
+fd_state.file_descriptor: 13589.786577567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/brlock.tdb", pid = 25010, fd = 13 }
+fd_state.file_descriptor: 13589.786580909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/locking.tdb", pid = 25010, fd = 14 }
+fd_state.file_descriptor: 13589.786583367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/gencache.tdb", pid = 25010, fd = 15 }
+fd_state.file_descriptor: 13589.786586679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntdrivers.tdb", pid = 25010, fd = 16 }
+fd_state.file_descriptor: 13589.786589681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/passdb.tdb", pid = 25010, fd = 17 }
+fd_state.file_descriptor: 13589.786592344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/account_policy.tdb", pid = 25010, fd = 18 }
+fd_state.file_descriptor: 13589.786595445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/group_mapping.ldb", pid = 25010, fd = 19 }
+fd_state.file_descriptor: 13589.786598311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntprinters.tdb", pid = 25010, fd = 20 }
+fd_state.file_descriptor: 13589.786600726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntforms.tdb", pid = 25010, fd = 21 }
+fd_state.file_descriptor: 13589.786603382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122585]", pid = 25010, fd = 22 }
+fd_state.file_descriptor: 13589.786606187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[122589]", pid = 25010, fd = 23 }
+fd_state.file_descriptor: 13589.786608930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[122591]", pid = 25010, fd = 24 }
+fd_state.file_descriptor: 13589.786611839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122594]", pid = 25010, fd = 25 }
+fd_state.file_descriptor: 13589.786614211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122594]", pid = 25010, fd = 26 }
+fd_state.file_descriptor: 13589.786617443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 25016, fd = 0 }
+fd_state.file_descriptor: 13589.786619450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 25016, fd = 1 }
+fd_state.file_descriptor: 13589.786621550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 25016, fd = 2 }
+fd_state.file_descriptor: 13589.786623997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122462]", pid = 25016, fd = 3 }
+fd_state.file_descriptor: 13589.786626029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 25016, fd = 4 }
+fd_state.file_descriptor: 13589.786628216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/secrets.tdb", pid = 25016, fd = 5 }
+fd_state.file_descriptor: 13589.786630637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/messages.tdb", pid = 25016, fd = 6 }
+fd_state.file_descriptor: 13589.786633905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122592]", pid = 25016, fd = 7 }
+fd_state.file_descriptor: 13589.786636092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122592]", pid = 25016, fd = 8 }
+fd_state.file_descriptor: 13589.786638409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 25016, fd = 9 }
+fd_state.file_descriptor: 13589.786640614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/smbd.pid", pid = 25016, fd = 10 }
+fd_state.file_descriptor: 13589.786642937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/sessionid.tdb", pid = 25016, fd = 11 }
+fd_state.file_descriptor: 13589.786645210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/connections.tdb", pid = 25016, fd = 12 }
+fd_state.file_descriptor: 13589.786647440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/brlock.tdb", pid = 25016, fd = 13 }
+fd_state.file_descriptor: 13589.786649670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/locking.tdb", pid = 25016, fd = 14 }
+fd_state.file_descriptor: 13589.786652190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/gencache.tdb", pid = 25016, fd = 15 }
+fd_state.file_descriptor: 13589.786654488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntdrivers.tdb", pid = 25016, fd = 16 }
+fd_state.file_descriptor: 13589.786656731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/passdb.tdb", pid = 25016, fd = 17 }
+fd_state.file_descriptor: 13589.786658930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/account_policy.tdb", pid = 25016, fd = 18 }
+fd_state.file_descriptor: 13589.786661530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/group_mapping.ldb", pid = 25016, fd = 19 }
+fd_state.file_descriptor: 13589.786663760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntprinters.tdb", pid = 25016, fd = 20 }
+fd_state.file_descriptor: 13589.786665954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntforms.tdb", pid = 25016, fd = 21 }
+fd_state.file_descriptor: 13589.786669481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122593]", pid = 25016, fd = 22 }
+fd_state.file_descriptor: 13589.786671686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122585]", pid = 25016, fd = 23 }
+fd_state.file_descriptor: 13589.786674163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122593]", pid = 25016, fd = 24 }
+fd_state.file_descriptor: 13589.786679037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30050, fd = 0 }
+fd_state.file_descriptor: 13589.786681174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30050, fd = 1 }
+fd_state.file_descriptor: 13589.786683220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30050, fd = 2 }
+fd_state.file_descriptor: 13589.786686815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30050, fd = 255 }
+fd_state.file_descriptor: 13589.786693609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30060, fd = 0 }
+fd_state.file_descriptor: 13589.786695636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30060, fd = 1 }
+fd_state.file_descriptor: 13589.786697730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30060, fd = 2 }
+fd_state.file_descriptor: 13589.786701276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[129956]", pid = 30060, fd = 4 }
+fd_state.file_descriptor: 13589.786708899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30068, fd = 0 }
+fd_state.file_descriptor: 13589.786711265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30068, fd = 1 }
+fd_state.file_descriptor: 13589.786713346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30068, fd = 2 }
+fd_state.file_descriptor: 13589.786716726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30068, fd = 255 }
+fd_state.file_descriptor: 13589.786719956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16857, fd = 0 }
+fd_state.file_descriptor: 13589.786722334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16857, fd = 1 }
+fd_state.file_descriptor: 13589.786724527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16857, fd = 2 }
+fd_state.file_descriptor: 13589.786727505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144837]", pid = 16857, fd = 4 }
+fd_state.file_descriptor: 13589.786732898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144768]", pid = 16857, fd = 5 }
+fd_state.file_descriptor: 13589.786739452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[144769]", pid = 16857, fd = 7 }
+fd_state.file_descriptor: 13589.786742139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[144770]", pid = 16857, fd = 8 }
+fd_state.file_descriptor: 13589.786749348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144767]", pid = 16865, fd = 0 }
+fd_state.file_descriptor: 13589.786751788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144768]", pid = 16865, fd = 1 }
+fd_state.file_descriptor: 13589.786754210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144768]", pid = 16865, fd = 2 }
+fd_state.file_descriptor: 13589.786761561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/etc/init.d/NetCheck.sh", pid = 16865, fd = 255 }
+fd_state.file_descriptor: 13589.786764557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144837]", pid = 16867, fd = 0 }
+fd_state.file_descriptor: 13589.786766670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16867, fd = 1 }
+fd_state.file_descriptor: 13589.786768752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16867, fd = 2 }
+fd_state.file_descriptor: 13589.786770852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144768]", pid = 16867, fd = 5 }
+fd_state.file_descriptor: 13589.786778061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144767]", pid = 16885, fd = 0 }
+fd_state.file_descriptor: 13589.786780260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16885, fd = 1 }
+fd_state.file_descriptor: 13589.786782274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144768]", pid = 16885, fd = 2 }
+fd_state.file_descriptor: 13589.786785548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[144907]", pid = 16885, fd = 3 }
+fd_state.file_descriptor: 13589.786790601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16887, fd = 0 }
+fd_state.file_descriptor: 13589.786792843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16887, fd = 1 }
+fd_state.file_descriptor: 13589.786794993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16887, fd = 2 }
+fd_state.file_descriptor: 13589.786798280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/16887/mounts", pid = 16887, fd = 3 }
+fd_state.file_descriptor: 13589.786803376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/control/trace/enabled", pid = 16887, fd = 4 }
+fd_state.file_descriptor: 13589.786807855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16889, fd = 0 }
+fd_state.file_descriptor: 13589.786809905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16889, fd = 1 }
+fd_state.file_descriptor: 13589.786811931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16889, fd = 2 }
+fd_state.file_descriptor: 13589.786814161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/16887/mounts", pid = 16889, fd = 3 }
+fd_state.file_descriptor: 13589.786816188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 16889, fd = 4 }
+fd_state.file_descriptor: 13589.786818659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[145101]", pid = 16889, fd = 5 }
+fd_state.file_descriptor: 13589.786821191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/irq_state_0", pid = 16889, fd = 6 }
+fd_state.file_descriptor: 13589.786824380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/irq_state_0", pid = 16889, fd = 7 }
+fd_state.file_descriptor: 13589.786826696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/syscall_state_0", pid = 16889, fd = 8 }
+fd_state.file_descriptor: 13589.786829191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/syscall_state_0", pid = 16889, fd = 9 }
+fd_state.file_descriptor: 13589.786831681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/softirq_state_0", pid = 16889, fd = 10 }
+fd_state.file_descriptor: 13589.786834170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/softirq_state_0", pid = 16889, fd = 11 }
+fd_state.file_descriptor: 13589.786836604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/module_state_0", pid = 16889, fd = 12 }
+fd_state.file_descriptor: 13589.786839088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/module_state_0", pid = 16889, fd = 13 }
+fd_state.file_descriptor: 13589.786841453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/swap_state_0", pid = 16889, fd = 14 }
+fd_state.file_descriptor: 13589.786844987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/swap_state_0", pid = 16889, fd = 15 }
+fd_state.file_descriptor: 13589.786847613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/global_state_0", pid = 16889, fd = 16 }
+fd_state.file_descriptor: 13589.786850046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/global_state_0", pid = 16889, fd = 17 }
+fd_state.file_descriptor: 13589.786852400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/task_state_0", pid = 16889, fd = 18 }
+fd_state.file_descriptor: 13589.786854902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/task_state_0", pid = 16889, fd = 19 }
+fd_state.file_descriptor: 13589.786857330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/fd_state_0", pid = 16889, fd = 20 }
+fd_state.file_descriptor: 13589.786859689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/fd_state_0", pid = 16889, fd = 21 }
+fd_state.file_descriptor: 13589.786861975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/vm_state_0", pid = 16889, fd = 22 }
+fd_state.file_descriptor: 13589.786864415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/vm_state_0", pid = 16889, fd = 23 }
+fd_state.file_descriptor: 13589.786866681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/netif_state_0", pid = 16889, fd = 24 }
+fd_state.file_descriptor: 13589.786869054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/netif_state_0", pid = 16889, fd = 25 }
+fd_state.file_descriptor: 13589.786871642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/userspace_0", pid = 16889, fd = 26 }
+fd_state.file_descriptor: 13589.786874026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/userspace_0", pid = 16889, fd = 27 }
+fd_state.file_descriptor: 13589.786876602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/kernel_0", pid = 16889, fd = 28 }
+fd_state.file_descriptor: 13589.786879197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/kernel_0", pid = 16889, fd = 29 }
+fd_state.file_descriptor: 13589.786881446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/mm_0", pid = 16889, fd = 30 }
+fd_state.file_descriptor: 13589.786884164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/mm_0", pid = 16889, fd = 31 }
+fd_state.file_descriptor: 13589.786886666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/fs_0", pid = 16889, fd = 32 }
+fd_state.file_descriptor: 13589.786888982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/fs_0", pid = 16889, fd = 33 }
+fd_state.file_descriptor: 13589.786891472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/ipc_0", pid = 16889, fd = 34 }
+fd_state.file_descriptor: 13589.786893973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/ipc_0", pid = 16889, fd = 35 }
+fd_state.file_descriptor: 13589.786896680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/rcu_0", pid = 16889, fd = 36 }
+fd_state.file_descriptor: 13589.786899144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/rcu_0", pid = 16889, fd = 37 }
+fd_state.file_descriptor: 13589.786901566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/pm_0", pid = 16889, fd = 38 }
+fd_state.file_descriptor: 13589.786903907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/pm_0", pid = 16889, fd = 39 }
+fd_state.file_descriptor: 13589.786906235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/net_0", pid = 16889, fd = 40 }
+fd_state.file_descriptor: 13589.786908651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/net_0", pid = 16889, fd = 41 }
+fd_state.file_descriptor: 13589.786910906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/jbd2_0", pid = 16889, fd = 42 }
+fd_state.file_descriptor: 13589.786913321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/jbd2_0", pid = 16889, fd = 43 }
+fd_state.file_descriptor: 13589.786915569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/block_0", pid = 16889, fd = 44 }
+fd_state.file_descriptor: 13589.786917850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/block_0", pid = 16889, fd = 45 }
+fd_state.file_descriptor: 13589.786920240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/input_0", pid = 16889, fd = 46 }
+fd_state.file_descriptor: 13589.786922933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/input_0", pid = 16889, fd = 47 }
+fd_state.file_descriptor: 13589.786925188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/metadata_0", pid = 16889, fd = 48 }
+fd_state.file_descriptor: 13589.786927961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/metadata_0", pid = 16889, fd = 49 }
+fd_state.file_descriptor: 13589.786930284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[145101]", pid = 16889, fd = 50 }
+mm.page_free: 13589.786951806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pfn = 79373, order = 0 }
+module_state.list_module: 13589.786982088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "agpgart", state = 0, refcount = 1 }
+module_state.list_module: 13589.786989384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "thermal_sys", state = 0, refcount = 3 }
+module_state.list_module: 13589.786995876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "vboxvideo", state = 0, refcount = 1 }
+module_state.list_module: 13589.786997903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "fan", state = 0, refcount = 0 }
+module_state.list_module: 13589.787004104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "thermal", state = 0, refcount = 0 }
+module_state.list_module: 13589.787014593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "drm", state = 0, refcount = 2 }
+module_state.list_module: 13589.787020573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ide_core", state = 0, refcount = 4 }
+module_state.list_module: 13589.787026491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "usbcore", state = 0, refcount = 3 }
+module_state.list_module: 13589.787038110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "mii", state = 0, refcount = 1 }
+module_state.list_module: 13589.787040112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "pcnet32", state = 0, refcount = 0 }
+module_state.list_module: 13589.787046468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "scsi_mod", state = 0, refcount = 1 }
+module_state.list_module: 13589.787052757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "button", state = 0, refcount = 0 }
+module_state.list_module: 13589.787059441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "floppy", state = 0, refcount = 0 }
+module_state.list_module: 13589.787065198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ehci_hcd", state = 0, refcount = 0 }
+module_state.list_module: 13589.787067231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "piix", state = 0, refcount = 2 }
+module_state.list_module: 13589.787074088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "libata", state = 0, refcount = 3 }
+module_state.list_module: 13589.787079381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ahci", state = 0, refcount = 0 }
+module_state.list_module: 13589.787084694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ide_pci_generic", state = 0, refcount = 0 }
+module_state.list_module: 13589.787090630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ohci_hcd", state = 0, refcount = 0 }
+module_state.list_module: 13589.787096301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ata_piix", state = 0, refcount = 0 }
+module_state.list_module: 13589.787101868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ata_generic", state = 0, refcount = 0 }
+module_state.list_module: 13589.787107459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "cdrom", state = 0, refcount = 1 }
+module_state.list_module: 13589.787109596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ide_gd_mod", state = 0, refcount = 3 }
+module_state.list_module: 13589.787121265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ide_cd_mod", state = 0, refcount = 0 }
+module_state.list_module: 13589.787127998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "vboxadd", state = 0, refcount = 7 }
+module_state.list_module: 13589.787133206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd_page_alloc", state = 0, refcount = 2 }
+module_state.list_module: 13589.787138592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "processor", state = 0, refcount = 0 }
+module_state.list_module: 13589.787143658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "soundcore", state = 0, refcount = 1 }
+module_state.list_module: 13589.787149902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd", state = 0, refcount = 10 }
+module_state.list_module: 13589.787154931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "evdev", state = 0, refcount = 7 }
+module_state.list_module: 13589.787160021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "i2c_core", state = 0, refcount = 2 }
+module_state.list_module: 13589.787164809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "serio_raw", state = 0, refcount = 0 }
+module_state.list_module: 13589.787171611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "psmouse", state = 0, refcount = 0 }
+module_state.list_module: 13589.787185194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "pcspkr", state = 0, refcount = 0 }
+module_state.list_module: 13589.787190340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "i2c_piix4", state = 0, refcount = 0 }
+module_state.list_module: 13589.787196258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd_timer", state = 0, refcount = 1 }
+module_state.list_module: 13589.787201423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "battery", state = 0, refcount = 0 }
+module_state.list_module: 13589.787206741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ac", state = 0, refcount = 0 }
+module_state.list_module: 13589.787213604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd_pcm", state = 0, refcount = 3 }
+module_state.list_module: 13589.787219052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd_mixer_oss", state = 0, refcount = 1 }
+module_state.list_module: 13589.787252632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd_pcm_oss", state = 0, refcount = 0 }
+module_state.list_module: 13589.787259879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ac97_bus", state = 0, refcount = 1 }
+module_state.list_module: 13589.787271777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd_ac97_codec", state = 0, refcount = 1 }
+module_state.list_module: 13589.787277905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd_intel8x0", state = 0, refcount = 2 }
+module_state.list_module: 13589.787284329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "loop", state = 0, refcount = 0 }
+module_state.list_module: 13589.787289536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "vboxvfs", state = 0, refcount = 0 }
+vm_state.vm_map: 13589.787295541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 411603 }
+vm_state.vm_map: 13589.787303497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 134545408, end = 134549504, flags = 135272563, pgoff = 28672, inode = 411603 }
+vm_state.vm_map: 13589.787305876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 152862720, end = 152997888, flags = 1048691, pgoff = 152862720, inode = 0 }
+vm_state.vm_map: 13589.787308124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3076493312, end = 3076497408, flags = 1048691, pgoff = 3076493312, inode = 0 }
+vm_state.vm_map: 13589.787311634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3076497408, end = 3076505600, flags = 134217845, pgoff = 0, inode = 499911 }
+vm_state.vm_map: 13589.787314376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3076505600, end = 3076509696, flags = 135266417, pgoff = 4096, inode = 499911 }
+vm_state.vm_map: 13589.787316649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3076509696, end = 3076513792, flags = 135266419, pgoff = 8192, inode = 499911 }
+vm_state.vm_map: 13589.787323512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3076513792, end = 3077828608, flags = 134217845, pgoff = 0, inode = 499857 }
+vm_state.vm_map: 13589.787326070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3077828608, end = 3077836800, flags = 135266417, pgoff = 1314816, inode = 499857 }
+vm_state.vm_map: 13589.787328306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3077836800, end = 3077840896, flags = 135266419, pgoff = 1323008, inode = 499857 }
+vm_state.vm_map: 13589.787330394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3077840896, end = 3077857280, flags = 1048691, pgoff = 3077840896, inode = 0 }
+vm_state.vm_map: 13589.787333063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3077857280, end = 3077955584, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.787335040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3077955584, end = 3077959680, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.787337146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3077959680, end = 3077963776, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.787340024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3077963776, end = 3078180864, flags = 134217845, pgoff = 0, inode = 499723 }
+vm_state.vm_map: 13589.787342501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3078180864, end = 3078184960, flags = 135266419, pgoff = 217088, inode = 499723 }
+vm_state.vm_map: 13589.787344578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3078279168, end = 3078283264, flags = 1048691, pgoff = 3078279168, inode = 0 }
+vm_state.vm_map: 13589.787346542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3078283264, end = 3078287360, flags = 67371125, pgoff = 3078283264, inode = 0 }
+vm_state.vm_map: 13589.787349859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3078287360, end = 3078402048, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.787351997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3078402048, end = 3078406144, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.787353948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3078406144, end = 3078410240, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.787356512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3214368768, end = 3214454784, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.787390086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 134512640, end = 134873088, flags = 134223989, pgoff = 0, inode = 409611 }
+vm_state.vm_map: 13589.787395646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 134873088, end = 134881280, flags = 135272563, pgoff = 356352, inode = 409611 }
+vm_state.vm_map: 13589.787401032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 134881280, end = 134918144, flags = 1048691, pgoff = 134881280, inode = 0 }
+vm_state.vm_map: 13589.787404053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 156303360, end = 156438528, flags = 1048691, pgoff = 156303360, inode = 0 }
+vm_state.vm_map: 13589.787413098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3077283840, end = 3077324800, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.787415908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3077324800, end = 3077328896, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.787418162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3077328896, end = 3077332992, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.787422814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3077332992, end = 3077337088, flags = 1048691, pgoff = 3077332992, inode = 0 }
+vm_state.vm_map: 13589.787431579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3077337088, end = 3078651904, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.787434261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078651904, end = 3078660096, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.787436682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078660096, end = 3078664192, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.787438986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078664192, end = 3078676480, flags = 1048691, pgoff = 3078664192, inode = 0 }
+vm_state.vm_map: 13589.787444237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078766592, end = 3078778880, flags = 1048691, pgoff = 3078766592, inode = 0 }
+vm_state.vm_map: 13589.787446202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078778880, end = 3078782976, flags = 67371125, pgoff = 3078778880, inode = 0 }
+vm_state.vm_map: 13589.787449290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078782976, end = 3078897664, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.787451755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078897664, end = 3078901760, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.787453917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078901760, end = 3078905856, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.787456339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3217453056, end = 3217539072, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.787583895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 134512640, end = 134725632, flags = 134223989, pgoff = 0, inode = 22952 }
+vm_state.vm_map: 13589.787588764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 134725632, end = 134729728, flags = 135272563, pgoff = 208896, inode = 22952 }
+vm_state.vm_map: 13589.787594780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 134729728, end = 134733824, flags = 1048691, pgoff = 134729728, inode = 0 }
+vm_state.vm_map: 13589.787597053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 164823040, end = 164958208, flags = 1048691, pgoff = 164823040, inode = 0 }
+vm_state.vm_map: 13589.787602341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3076730880, end = 3077001216, flags = 1048691, pgoff = 3076730880, inode = 0 }
+vm_state.vm_map: 13589.787607840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3077001216, end = 3078316032, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.787612892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078316032, end = 3078324224, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.787615270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078324224, end = 3078328320, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.787617550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078328320, end = 3078340608, flags = 1048691, pgoff = 3078328320, inode = 0 }
+vm_state.vm_map: 13589.787622727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078340608, end = 3078402048, flags = 134217845, pgoff = 0, inode = 22689 }
+vm_state.vm_map: 13589.787625049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078402048, end = 3078406144, flags = 135266419, pgoff = 61440, inode = 22689 }
+vm_state.vm_map: 13589.787627385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078406144, end = 3078410240, flags = 1048691, pgoff = 3078406144, inode = 0 }
+vm_state.vm_map: 13589.787635805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078410240, end = 3078422528, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 13589.787638041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078422528, end = 3078426624, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 13589.787640431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078426624, end = 3078430720, flags = 1048691, pgoff = 3078426624, inode = 0 }
+vm_state.vm_map: 13589.787643341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078430720, end = 3078615040, flags = 134217845, pgoff = 0, inode = 22949 }
+vm_state.vm_map: 13589.787645842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078615040, end = 3078619136, flags = 135266419, pgoff = 184320, inode = 22949 }
+vm_state.vm_map: 13589.787648481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078619136, end = 3079081984, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 13589.787650704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3079081984, end = 3079094272, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 13589.787653138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3079180288, end = 3079196672, flags = 1048691, pgoff = 3079180288, inode = 0 }
+vm_state.vm_map: 13589.787655460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3079196672, end = 3079200768, flags = 67371125, pgoff = 3079196672, inode = 0 }
+vm_state.vm_map: 13589.787657925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3079200768, end = 3079315456, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.787660761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3079315456, end = 3079319552, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.787665628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3079319552, end = 3079323648, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.787667704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3216420864, end = 3216506880, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.787675222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 134512640, end = 134770688, flags = 134223989, pgoff = 0, inode = 19720 }
+vm_state.vm_map: 13589.787677446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 134770688, end = 134782976, flags = 135272563, pgoff = 253952, inode = 19720 }
+vm_state.vm_map: 13589.787679515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 134782976, end = 134787072, flags = 1048691, pgoff = 134782976, inode = 0 }
+vm_state.vm_map: 13589.787684556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 157077504, end = 157483008, flags = 1048691, pgoff = 157077504, inode = 0 }
+vm_state.vm_map: 13589.787694323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3050520576, end = 3050635264, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.787696404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3050635264, end = 3050639360, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.787702057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3050639360, end = 3050643456, flags = 1048688, pgoff = 3050639360, inode = 0 }
+vm_state.vm_map: 13589.787704120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3050643456, end = 3059032064, flags = 1048691, pgoff = 3050643456, inode = 0 }
+vm_state.vm_map: 13589.787706158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3059032064, end = 3059036160, flags = 1048688, pgoff = 3059032064, inode = 0 }
+vm_state.vm_map: 13589.787709069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3059036160, end = 3067424768, flags = 1048691, pgoff = 3059036160, inode = 0 }
+vm_state.vm_map: 13589.787711478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3067424768, end = 3067428864, flags = 1048688, pgoff = 3067424768, inode = 0 }
+vm_state.vm_map: 13589.787713423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3067428864, end = 3075817472, flags = 1048691, pgoff = 3067428864, inode = 0 }
+vm_state.vm_map: 13589.787717216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075817472, end = 3075854336, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.787719477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075854336, end = 3075858432, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.787721565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075858432, end = 3075862528, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.787724617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075862528, end = 3075940352, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.787726854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075940352, end = 3075944448, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.787729224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075944448, end = 3075948544, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.787731418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075948544, end = 3075956736, flags = 1048691, pgoff = 3075948544, inode = 0 }
+vm_state.vm_map: 13589.787734136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075956736, end = 3075981312, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.787736353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075981312, end = 3075985408, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.787738367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075985408, end = 3075989504, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.787744051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3076083712, end = 3076104192, flags = 134217845, pgoff = 0, inode = 33292 }
+vm_state.vm_map: 13589.787746120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3076104192, end = 3076108288, flags = 135266419, pgoff = 16384, inode = 33292 }
+vm_state.vm_map: 13589.787751050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3076108288, end = 3076116480, flags = 1048691, pgoff = 3076108288, inode = 0 }
+vm_state.vm_map: 13589.787753305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3076116480, end = 3077431296, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.787756134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077431296, end = 3077439488, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.787758549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077439488, end = 3077443584, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.787761076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077443584, end = 3077455872, flags = 1048691, pgoff = 3077443584, inode = 0 }
+vm_state.vm_map: 13589.787769137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077455872, end = 3077484544, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.787771405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077484544, end = 3077488640, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.787773579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077488640, end = 3077492736, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.787776130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077492736, end = 3077500928, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.787778384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077500928, end = 3077505024, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.787780677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077505024, end = 3077509120, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.787782635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077509120, end = 3077513216, flags = 1048691, pgoff = 3077509120, inode = 0 }
+vm_state.vm_map: 13589.787785377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077513216, end = 3077599232, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.787787768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077599232, end = 3077603328, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.787790190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077603328, end = 3077607424, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.787792167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077607424, end = 3077615616, flags = 1048691, pgoff = 3077607424, inode = 0 }
+vm_state.vm_map: 13589.788528579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077615616, end = 3077697536, flags = 134217845, pgoff = 0, inode = 1065249 }
+kernel.irq_entry: 13589.788635257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_itimer_expired: 13589.788673166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { pid = 1852 }
+kernel.send_signal: 13589.788693578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { pid = 1852, signal = 14 }
+kernel.irq_exit: 13589.788734904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
+vm_state.vm_map: 13589.788746314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077697536, end = 3077701632, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.788749526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077701632, end = 3077709824, flags = 134217845, pgoff = 0, inode = 33286 }
+vm_state.vm_map: 13589.788751836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077709824, end = 3077713920, flags = 135266419, pgoff = 4096, inode = 33286 }
+vm_state.vm_map: 13589.788754232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077718016, end = 3077722112, flags = 1048691, pgoff = 3077718016, inode = 0 }
+vm_state.vm_map: 13589.788758576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077722112, end = 3077763072, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.788762436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077763072, end = 3077767168, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.788764660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077767168, end = 3077771264, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.788767922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077771264, end = 3077791744, flags = 134217845, pgoff = 0, inode = 33281 }
+vm_state.vm_map: 13589.788770393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077791744, end = 3077795840, flags = 135266419, pgoff = 16384, inode = 33281 }
+vm_state.vm_map: 13589.788772716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077795840, end = 3077804032, flags = 1048691, pgoff = 3077795840, inode = 0 }
+vm_state.vm_map: 13589.788774705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077804032, end = 3077808128, flags = 67371125, pgoff = 3077804032, inode = 0 }
+vm_state.vm_map: 13589.788778016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077808128, end = 3077922816, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.788780048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077922816, end = 3077926912, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.788782451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077926912, end = 3077931008, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.788784459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3218161664, end = 3218247680, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.788798648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 134512640, end = 134602752, flags = 134223989, pgoff = 0, inode = 1353012 }
+vm_state.vm_map: 13589.788803634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 134602752, end = 134606848, flags = 135272563, pgoff = 90112, inode = 1353012 }
+vm_state.vm_map: 13589.788806099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 134606848, end = 134651904, flags = 1048691, pgoff = 134606848, inode = 0 }
+vm_state.vm_map: 13589.788808897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 152100864, end = 152236032, flags = 1048691, pgoff = 152100864, inode = 0 }
+vm_state.vm_map: 13589.788812084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3075747840, end = 3075751936, flags = 1048691, pgoff = 3075747840, inode = 0 }
+vm_state.vm_map: 13589.788815402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3075751936, end = 3077066752, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.788817533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077066752, end = 3077074944, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.788819664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077074944, end = 3077079040, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.788822023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077079040, end = 3077091328, flags = 1048691, pgoff = 3077079040, inode = 0 }
+vm_state.vm_map: 13589.788825533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077091328, end = 3077206016, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.788827911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077206016, end = 3077210112, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.788830042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077210112, end = 3077214208, flags = 1048691, pgoff = 3077210112, inode = 0 }
+vm_state.vm_map: 13589.788833717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077214208, end = 3077361664, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.788836362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077361664, end = 3077365760, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.788838752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077365760, end = 3077369856, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.788841816 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077369856, end = 3078307840, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.788843848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078307840, end = 3078324224, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.788845807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078324224, end = 3078328320, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.788848414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078328320, end = 3078356992, flags = 1048691, pgoff = 3078328320, inode = 0 }
+vm_state.vm_map: 13589.788856000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078430720, end = 3078447104, flags = 134217937, pgoff = 0, inode = 1165299 }
+vm_state.vm_map: 13589.788859100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078447104, end = 3078451200, flags = 134217937, pgoff = 0, inode = 1165298 }
+vm_state.vm_map: 13589.788861923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078451200, end = 3078459392, flags = 1048691, pgoff = 3078451200, inode = 0 }
+vm_state.vm_map: 13589.788864253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078459392, end = 3078463488, flags = 67371125, pgoff = 3078459392, inode = 0 }
+vm_state.vm_map: 13589.788868107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078463488, end = 3078578176, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.788875519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078578176, end = 3078582272, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.788877854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078582272, end = 3078586368, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.788880332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3219582976, end = 3219668992, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.788889431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 18385 }
+vm_state.vm_map: 13589.788892063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 134545408, end = 134549504, flags = 135272563, pgoff = 28672, inode = 18385 }
+vm_state.vm_map: 13589.788894391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 134549504, end = 134553600, flags = 1048691, pgoff = 134549504, inode = 0 }
+vm_state.vm_map: 13589.788896678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 149598208, end = 149733376, flags = 1048691, pgoff = 149598208, inode = 0 }
+vm_state.vm_map: 13589.788899093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075035136, end = 3075076096, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.788902274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075076096, end = 3075080192, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.788904720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075080192, end = 3075084288, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.788907649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075084288, end = 3075162112, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.788909786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075162112, end = 3075166208, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.788912053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075166208, end = 3075170304, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.788914233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075170304, end = 3075178496, flags = 1048691, pgoff = 3075170304, inode = 0 }
+vm_state.vm_map: 13589.788922073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075272704, end = 3076603904, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.788924475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3076603904, end = 3076608000, flags = 1048691, pgoff = 3076603904, inode = 0 }
+vm_state.vm_map: 13589.788927596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3076608000, end = 3076616192, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.788929930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3076616192, end = 3076620288, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.788931981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3076620288, end = 3076624384, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.788934452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3076624384, end = 3077939200, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.788936496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3077939200, end = 3077947392, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.788938647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3077947392, end = 3077951488, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.788941074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3077951488, end = 3077967872, flags = 1048691, pgoff = 3077951488, inode = 0 }
+vm_state.vm_map: 13589.788943761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3077967872, end = 3078066176, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.788945831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078066176, end = 3078070272, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.788948233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078070272, end = 3078074368, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.788956480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078074368, end = 3078115328, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 13589.788958989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078115328, end = 3078119424, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 13589.788962405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078123520, end = 3078160384, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.788964845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078160384, end = 3078164480, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.788967446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078164480, end = 3078168576, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.788970152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078168576, end = 3078193152, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.788972221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078193152, end = 3078197248, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.788974543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078197248, end = 3078201344, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.788976817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078205440, end = 3078221824, flags = 1048691, pgoff = 3078205440, inode = 0 }
+vm_state.vm_map: 13589.788978893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078221824, end = 3078225920, flags = 67371125, pgoff = 3078221824, inode = 0 }
+vm_state.vm_map: 13589.788981394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078225920, end = 3078340608, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.788983939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078340608, end = 3078344704, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.788986700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078344704, end = 3078348800, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.788988968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3220443136, end = 3220529152, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.788995386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076579328, end = 3076620288, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.788998190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076620288, end = 3076624384, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.789000464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076624384, end = 3076628480, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.789003318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076628480, end = 3076665344, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.789005833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076665344, end = 3076669440, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.789008161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076669440, end = 3076673536, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.789010366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076673536, end = 3076751360, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.789012516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076751360, end = 3076755456, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.789014542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076755456, end = 3076759552, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.789017082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076759552, end = 3076767744, flags = 1048691, pgoff = 3076759552, inode = 0 }
+vm_state.vm_map: 13589.789019589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076767744, end = 3076792320, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.789021838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076792320, end = 3076796416, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.789024914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076796416, end = 3076800512, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.789027002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076800512, end = 3076808704, flags = 1048691, pgoff = 3076800512, inode = 0 }
+vm_state.vm_map: 13589.789029411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076808704, end = 3076816896, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.789031623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076816896, end = 3076820992, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.789033859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076820992, end = 3076825088, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.789036510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076825088, end = 3078139904, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.789038746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078139904, end = 3078148096, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.789040994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078148096, end = 3078152192, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.789043162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078152192, end = 3078164480, flags = 1048691, pgoff = 3078152192, inode = 0 }
+vm_state.vm_map: 13589.789046127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078164480, end = 3078193152, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.789048283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078193152, end = 3078197248, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.789050822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078197248, end = 3078201344, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.789053472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078201344, end = 3078287360, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.789055844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078287360, end = 3078291456, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.789058087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078291456, end = 3078295552, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.789060057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078295552, end = 3078307840, flags = 1048691, pgoff = 3078295552, inode = 0 }
+vm_state.vm_map: 13589.789062707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078307840, end = 3078406144, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.789064993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078406144, end = 3078410240, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.789065818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078410240, end = 3078414336, flags = 135266419, pgoff = 98304, inode = 499877 }
+kernel.irq_entry: 13589.789090442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.sched_try_wakeup: 13589.789718775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { pid = 2259, cpu_id = 0, state = 1 }
+kernel.irq_exit: 13589.789753992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.sched_schedule: 13589.789781723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { prev_pid = 16887, next_pid = 2259, prev_state = 0 }
+fs.pollfd: 13589.790028522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { fd = 4 }
+fs.pollfd: 13589.790039740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { fd = 3 }
+fs.pollfd: 13589.790043509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { fd = 11 }
+kernel.syscall_exit: 13589.790051354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.790074272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.790078892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.790092878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 13 [syscall 13] }
+kernel.syscall_exit: 13589.790094707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 1262715366 }
+kernel.syscall_entry: 13589.790112454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.790206258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 12 }
+kernel.syscall_exit: 13589.790207716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 857 }
+kernel.syscall_entry: 13589.790238708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.790240703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 12 }
+kernel.syscall_exit: 13589.790241932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.790249716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [syscall 140] }
+fs.llseek: 13589.790253459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 12, offset = 0, origin = 0 }
+kernel.syscall_exit: 13589.790255294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.790392364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 5 [syscall 5] }
+fs.open: 13589.790453909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 14, filename = "/proc/loadavg" }
+kernel.syscall_exit: 13589.790457808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 14 }
+kernel.syscall_entry: 13589.790465708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 197 [syscall 197] }
+kernel.syscall_exit: 13589.790469137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.790473029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 192 [syscall 192] }
+kernel.syscall_exit: 13589.790487946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = -1215705088 }
+kernel.syscall_entry: 13589.790491295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
+kernel.page_fault_entry: 13589.790509011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, TRAP { ip = 0xc142bf44, address = 0xb789d000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.790603965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { res = 0 }
+fs.read: 13589.790689762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 14 }
+kernel.syscall_exit: 13589.790691312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 27 }
+kernel.syscall_entry: 13589.790722564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 6 [syscall 6] }
+fs.close: 13589.790724696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 14 }
+kernel.syscall_exit: 13589.790891436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.790897243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 91 [syscall 91] }
+mm.page_free: 13589.790937105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { pfn = 16806, order = 0 }
+kernel.syscall_exit: 13589.791079488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.791146185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.791229654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 6 }
+kernel.syscall_exit: 13589.791231508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 1024 }
+kernel.syscall_entry: 13589.791328295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.791351373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 6 }
+kernel.syscall_exit: 13589.791353950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 292 }
+kernel.syscall_entry: 13589.791375527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.791378980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 6 }
+kernel.syscall_exit: 13589.791380215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.791386288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [syscall 140] }
+fs.llseek: 13589.791392188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 6, offset = 0, origin = 0 }
+kernel.syscall_exit: 13589.791394529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.791421524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.791462010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 8 }
+kernel.syscall_exit: 13589.791463369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 447 }
+kernel.syscall_entry: 13589.791479301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.791481024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 8 }
+kernel.syscall_exit: 13589.791482284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.791485788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [syscall 140] }
+fs.llseek: 13589.791488542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 8, offset = 0, origin = 0 }
+kernel.syscall_exit: 13589.791490241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.791500273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.791530289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 9 }
+kernel.syscall_exit: 13589.791531605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 1024 }
+kernel.syscall_entry: 13589.791545857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.791553992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 9 }
+kernel.syscall_exit: 13589.791555178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 375 }
+kernel.syscall_entry: 13589.791561250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.791562696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 9 }
+kernel.syscall_exit: 13589.791563919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.791567317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [syscall 140] }
+fs.llseek: 13589.791569071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 9, offset = 0, origin = 0 }
+kernel.syscall_exit: 13589.791570708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.791823573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.791831097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3 }
+kernel.syscall_exit: 13589.791839764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.791844206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 146 [syscall 146] }
+fs.writev: 13589.791866537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3, vlen = 3 }
+kernel.syscall_exit: 13589.791868118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 672 }
+kernel.syscall_entry: 13589.791877199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.791881047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 13589.791882240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.791892526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.791897041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.791902471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.791907419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 13589.791911212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.791913115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 11 }
+kernel.sched_schedule: 13589.791963640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { prev_pid = 2259, next_pid = 1852, prev_state = 1 }
+kernel.syscall_entry: 13589.792473732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726408, syscall_id = 119 [syscall 119] }
+kernel.syscall_exit: 13589.792480780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -1375854976 }
+kernel.syscall_entry: 13589.792664317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.792710103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.792719777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.792745080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
+fs.select: 13589.792754834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792760813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792764113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792775961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792779735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792783121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792785956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792789162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792791935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792794790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792797291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792801683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792805050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792807737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792811443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792814612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792818554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792822576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792825466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792829265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792833614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792836845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792839680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792843399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792847075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792850281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792852955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792857051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792860442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792863463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792866478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792869017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792871716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.792874378 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 0, end_time_nsec = 0 }
+kernel.syscall_exit: 13589.792878715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.792890743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.792892626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 13589.792901361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.792906321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.792911035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.793298157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.793319384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.793322431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.793331571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 13589.793379632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.793405496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.793869560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { fd = 8 }
+kernel.syscall_exit: 13589.793878649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.793897105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.793914624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.793915874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 64 }
+kernel.syscall_entry: 13589.793970685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.793973512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.793974774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.794006143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.794008858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.794012115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.794016611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
+fs.writev: 13589.794027159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 13589.794028668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
+kernel.syscall_entry: 13589.794036556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.794038139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.794058521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+fs.writev: 13589.794312405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
+kernel.syscall_exit: 13589.794314800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 64 }
+kernel.syscall_entry: 13589.794330657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.794336101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.794342055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.794346716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.794357764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.794378406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
+fs.select: 13589.794388572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794393252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794396577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794410913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794415045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794419226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794422576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794426005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794428937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794431917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794434540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794437921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794441358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794444652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794448649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794451777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794455656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794459604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794469843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794473883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794478113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794482117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794485756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794489488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794492684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794496587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794499735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794502468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794505990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794508977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794511859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794515566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794518418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794521693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784777073 }
+fs.select: 13589.794524606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784777073 }
+mm.page_free: 13589.794534662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 79373, order = 0 }
+kernel.syscall_exit: 13589.794542624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 2 }
+kernel.syscall_entry: 13589.794555352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.794557329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 13589.794570648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.794574097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.794576535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.irq_entry: 13589.794643900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 13589.794667496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { jiffies = 4296292862, xtime_sec = 1262715366, xtime_nsec = 301133045, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
+kernel.softirq_raise: 13589.794711962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.softirq_raise: 13589.794724463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 9 [softirq 9] }
+kernel.irq_exit: 13589.794764594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 13589.794772038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 13589.794797526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325616, function = 0xc10471de, data = 0 }
+kernel.timer_set: 13589.794818408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325567, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 13589.794823014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.softirq_entry: 13589.794824774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
+rcu.tree_callback: 13589.794916633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 13589.794923270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 13589.794924977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 13589.795082926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 13589.795091153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 13589.795092908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc141a9af }
+kernel.softirq_exit: 13589.795096695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
+kernel.syscall_entry: 13589.795101979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+kernel.sched_schedule: 13589.795113038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 16887, prev_state = 0 }
+vm_state.vm_map: 13589.795354458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078414336, end = 3078561792, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.795357599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078561792, end = 3078569984, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.795359600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078664192, end = 3078672384, flags = 1048691, pgoff = 3078664192, inode = 0 }
+vm_state.vm_map: 13589.795361688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078672384, end = 3078676480, flags = 67371125, pgoff = 3078672384, inode = 0 }
+vm_state.vm_map: 13589.795364853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078676480, end = 3078791168, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.795366977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078791168, end = 3078795264, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.795369138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078795264, end = 3078799360, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.795374447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078799360, end = 3079090176, flags = 134223989, pgoff = 0, inode = 20940 }
+vm_state.vm_map: 13589.795376614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3079090176, end = 3079094272, flags = 135272561, pgoff = 286720, inode = 20940 }
+vm_state.vm_map: 13589.795378628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3079094272, end = 3079098368, flags = 135272563, pgoff = 290816, inode = 20940 }
+vm_state.vm_map: 13589.795380887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3092787200, end = 3093331968, flags = 1048691, pgoff = 3092787200, inode = 0 }
+vm_state.vm_map: 13589.795383000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3215458304, end = 3215544320, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.795412089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 134512640, end = 134594560, flags = 134223989, pgoff = 0, inode = 1327123 }
+vm_state.vm_map: 13589.795414602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 134594560, end = 134602752, flags = 135272563, pgoff = 81920, inode = 1327123 }
+vm_state.vm_map: 13589.795416844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 134602752, end = 134610944, flags = 1048691, pgoff = 134602752, inode = 0 }
+vm_state.vm_map: 13589.795419153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 156196864, end = 156332032, flags = 1048691, pgoff = 156196864, inode = 0 }
+vm_state.vm_map: 13589.795421481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3077312512, end = 3077320704, flags = 1048691, pgoff = 3077312512, inode = 0 }
+vm_state.vm_map: 13589.795424270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3077320704, end = 3078635520, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.795426703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078635520, end = 3078643712, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.795428858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078643712, end = 3078647808, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.795431080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078647808, end = 3078660096, flags = 1048691, pgoff = 3078647808, inode = 0 }
+vm_state.vm_map: 13589.795436672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078660096, end = 3078807552, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.795438950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078807552, end = 3078811648, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.795441105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078811648, end = 3078815744, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.795443280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078909952, end = 3078918144, flags = 1048691, pgoff = 3078909952, inode = 0 }
+vm_state.vm_map: 13589.795445570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078918144, end = 3078922240, flags = 67371125, pgoff = 3078918144, inode = 0 }
+vm_state.vm_map: 13589.795448286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078922240, end = 3079036928, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.795450693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3079036928, end = 3079041024, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.795452800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3079041024, end = 3079045120, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.795455238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3216125952, end = 3216211968, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.795461322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
+vm_state.vm_map: 13589.795463484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
+vm_state.vm_map: 13589.795465621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
+vm_state.vm_map: 13589.795467966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 167739392, end = 167837696, flags = 1048691, pgoff = 167739392, inode = 0 }
+vm_state.vm_map: 13589.795470528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077042176, end = 3077083136, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.795472573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077083136, end = 3077087232, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.795474531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077087232, end = 3077091328, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.795477290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077091328, end = 3077128192, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.795479340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077128192, end = 3077132288, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.795481508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077132288, end = 3077136384, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.795483823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077136384, end = 3077214208, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.795486336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077214208, end = 3077218304, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.795488509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077218304, end = 3077222400, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.795490677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077222400, end = 3077230592, flags = 1048691, pgoff = 3077222400, inode = 0 }
+vm_state.vm_map: 13589.795493121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077230592, end = 3077255168, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.795495320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077255168, end = 3077259264, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.795497278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077259264, end = 3077263360, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.795499581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077263360, end = 3077267456, flags = 1048691, pgoff = 3077263360, inode = 0 }
+vm_state.vm_map: 13589.795501773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077267456, end = 3078582272, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.795503929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078582272, end = 3078590464, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.795505899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078590464, end = 3078594560, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.795508054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078594560, end = 3078610944, flags = 1048691, pgoff = 3078594560, inode = 0 }
+vm_state.vm_map: 13589.795510437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078610944, end = 3078619136, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.795512593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078619136, end = 3078623232, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.795514630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078623232, end = 3078627328, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.795517193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078627328, end = 3078844416, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 13589.795519342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078844416, end = 3078856704, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 13589.795521725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078950912, end = 3078959104, flags = 1048691, pgoff = 3078950912, inode = 0 }
+vm_state.vm_map: 13589.795524022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078959104, end = 3078963200, flags = 67371125, pgoff = 3078959104, inode = 0 }
+vm_state.vm_map: 13589.795526245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078963200, end = 3079077888, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.795528419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3079077888, end = 3079081984, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.795530623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3079081984, end = 3079086080, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.795532883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3219046400, end = 3219132416, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.795535519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2949386240, end = 2949390336, flags = 1048688, pgoff = 2949386240, inode = 0 }
+vm_state.vm_map: 13589.795537588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2949390336, end = 2957778944, flags = 1048691, pgoff = 2949390336, inode = 0 }
+vm_state.vm_map: 13589.795539921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2957778944, end = 2957783040, flags = 1048688, pgoff = 2957778944, inode = 0 }
+vm_state.vm_map: 13589.795541990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2957783040, end = 2966171648, flags = 1048691, pgoff = 2957783040, inode = 0 }
+vm_state.vm_map: 13589.795544282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2966171648, end = 2966175744, flags = 1048688, pgoff = 2966171648, inode = 0 }
+vm_state.vm_map: 13589.795546357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2966175744, end = 2974564352, flags = 1048691, pgoff = 2966175744, inode = 0 }
+vm_state.vm_map: 13589.795548660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2974564352, end = 2974568448, flags = 1048688, pgoff = 2974564352, inode = 0 }
+vm_state.vm_map: 13589.795550765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2974568448, end = 2985078784, flags = 1048691, pgoff = 2974568448, inode = 0 }
+vm_state.vm_map: 13589.795552859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2987335680, end = 2987339776, flags = 1048688, pgoff = 2987335680, inode = 0 }
+vm_state.vm_map: 13589.795554823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2987339776, end = 2987536384, flags = 1048691, pgoff = 2987339776, inode = 0 }
+vm_state.vm_map: 13589.795557662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2987536384, end = 2987540480, flags = 1048688, pgoff = 2987536384, inode = 0 }
+vm_state.vm_map: 13589.795560261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2987540480, end = 2987737088, flags = 1048691, pgoff = 2987540480, inode = 0 }
+vm_state.vm_map: 13589.795562557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2987737088, end = 2987741184, flags = 1048688, pgoff = 2987737088, inode = 0 }
+vm_state.vm_map: 13589.795564720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2987741184, end = 2996129792, flags = 1048691, pgoff = 2987741184, inode = 0 }
+vm_state.vm_map: 13589.795566801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2996129792, end = 2996133888, flags = 1048688, pgoff = 2996129792, inode = 0 }
+vm_state.vm_map: 13589.795569079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2996133888, end = 3004522496, flags = 1048691, pgoff = 2996133888, inode = 0 }
+vm_state.vm_map: 13589.795571253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3004522496, end = 3004526592, flags = 1048688, pgoff = 3004522496, inode = 0 }
+vm_state.vm_map: 13589.795573408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3004526592, end = 3058089984, flags = 1048691, pgoff = 3004526592, inode = 0 }
+vm_state.vm_map: 13589.795575895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058089984, end = 3058130944, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.795578174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058130944, end = 3058135040, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.795580336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058135040, end = 3058139136, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.795582540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058139136, end = 3058176000, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.795584622 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058176000, end = 3058180096, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.795586937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058180096, end = 3058184192, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.795589197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058184192, end = 3058208768, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.795591407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058208768, end = 3058212864, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.795593753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058212864, end = 3058216960, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.795595952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058216960, end = 3058221056, flags = 1048688, pgoff = 3058216960, inode = 0 }
+vm_state.vm_map: 13589.795598138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058221056, end = 3066617856, flags = 1048691, pgoff = 3058221056, inode = 0 }
+vm_state.vm_map: 13589.795600441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3066617856, end = 3067932672, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.795602553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3067932672, end = 3067940864, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.795604850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3067940864, end = 3067944960, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.795606950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3067944960, end = 3067957248, flags = 1048691, pgoff = 3067944960, inode = 0 }
+vm_state.vm_map: 13589.795609629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3067957248, end = 3068071936, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.795611913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3068071936, end = 3068076032, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.795613963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3068076032, end = 3068080128, flags = 1048691, pgoff = 3068076032, inode = 0 }
+vm_state.vm_map: 13589.795616317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3068080128, end = 3068227584, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.795618410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3068227584, end = 3068231680, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.795620584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3068231680, end = 3068235776, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.795623034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3068235776, end = 3069173760, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.795625208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069173760, end = 3069190144, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.795627185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069190144, end = 3069194240, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.795629820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069194240, end = 3069222912, flags = 1048691, pgoff = 3069194240, inode = 0 }
+vm_state.vm_map: 13589.795632185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069222912, end = 3069300736, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.795634340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069300736, end = 3069304832, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.795636286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069304832, end = 3069308928, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.795638737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069308928, end = 3069317120, flags = 1048691, pgoff = 3069308928, inode = 0 }
+vm_state.vm_map: 13589.795643923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069317120, end = 3069353984, flags = 134217845, pgoff = 0, inode = 508755 }
+vm_state.vm_map: 13589.795646101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069353984, end = 3069358080, flags = 135266417, pgoff = 32768, inode = 508755 }
+vm_state.vm_map: 13589.795648270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069358080, end = 3069362176, flags = 135266419, pgoff = 36864, inode = 508755 }
+vm_state.vm_map: 13589.795650560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069362176, end = 3069521920, flags = 1048691, pgoff = 3069362176, inode = 0 }
+vm_state.vm_map: 13589.795652888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069521920, end = 3069530112, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.795655043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069530112, end = 3069534208, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.795657025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069534208, end = 3069538304, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.795659631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069538304, end = 3069566976, flags = 134217845, pgoff = 0, inode = 499851 }
+vm_state.vm_map: 13589.795661835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069566976, end = 3069571072, flags = 135266419, pgoff = 28672, inode = 499851 }
+vm_state.vm_map: 13589.795663873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069571072, end = 3069575168, flags = 1048691, pgoff = 3069571072, inode = 0 }
+vm_state.vm_map: 13589.795667021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069575168, end = 3069657088, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.795669170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069657088, end = 3069661184, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.795671768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069661184, end = 3069747200, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.795673800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069747200, end = 3069751296, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.795675845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069751296, end = 3069755392, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.795678019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069755392, end = 3069763584, flags = 1048691, pgoff = 3069755392, inode = 0 }
+vm_state.vm_map: 13589.795679983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069857792, end = 3069865984, flags = 1048691, pgoff = 3069857792, inode = 0 }
+vm_state.vm_map: 13589.795682205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069865984, end = 3069870080, flags = 67371125, pgoff = 3069865984, inode = 0 }
+vm_state.vm_map: 13589.795684416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069870080, end = 3069984768, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.795686571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069984768, end = 3069988864, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.795688530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069988864, end = 3069992960, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.795693474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069992960, end = 3077795840, flags = 134223989, pgoff = 0, inode = 18505 }
+vm_state.vm_map: 13589.795695520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3077795840, end = 3078008832, flags = 135272561, pgoff = 7802880, inode = 18505 }
+vm_state.vm_map: 13589.795697687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3078008832, end = 3078397952, flags = 135272563, pgoff = 8015872, inode = 18505 }
+vm_state.vm_map: 13589.795699694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3078397952, end = 3078471680, flags = 1048691, pgoff = 3078397952, inode = 0 }
+vm_state.vm_map: 13589.795702342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3083501568, end = 3088711680, flags = 1048691, pgoff = 3083501568, inode = 0 }
+vm_state.vm_map: 13589.795704312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3219337216, end = 3219423232, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.795710064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 134512640, end = 134520832, flags = 134223989, pgoff = 0, inode = 17712 }
+vm_state.vm_map: 13589.795712330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 134520832, end = 134524928, flags = 135272563, pgoff = 4096, inode = 17712 }
+vm_state.vm_map: 13589.795714337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 137973760, end = 138108928, flags = 1048691, pgoff = 137973760, inode = 0 }
+vm_state.vm_map: 13589.795716554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3077447680, end = 3077451776, flags = 1048691, pgoff = 3077447680, inode = 0 }
+vm_state.vm_map: 13589.795719480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3077451776, end = 3078766592, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.795721542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3078766592, end = 3078774784, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.795723716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3078774784, end = 3078778880, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.795725792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3078778880, end = 3078791168, flags = 1048691, pgoff = 3078778880, inode = 0 }
+vm_state.vm_map: 13589.795727890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3078881280, end = 3078893568, flags = 1048691, pgoff = 3078881280, inode = 0 }
+vm_state.vm_map: 13589.795729948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3078893568, end = 3078897664, flags = 67371125, pgoff = 3078893568, inode = 0 }
+vm_state.vm_map: 13589.795732331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3078897664, end = 3079012352, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.795734412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3079012352, end = 3079016448, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.795736733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3079016448, end = 3079020544, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.795739277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3213615104, end = 3213701120, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.795747806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 134512640, end = 134754304, flags = 134223989, pgoff = 0, inode = 17145 }
+vm_state.vm_map: 13589.795750447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 134754304, end = 134758400, flags = 135272563, pgoff = 237568, inode = 17145 }
+vm_state.vm_map: 13589.795752683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 134758400, end = 134770688, flags = 1048691, pgoff = 134758400, inode = 0 }
+vm_state.vm_map: 13589.795755102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 153489408, end = 153624576, flags = 1048691, pgoff = 153489408, inode = 0 }
+vm_state.vm_map: 13589.795757382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3076071424, end = 3076075520, flags = 1048688, pgoff = 3076071424, inode = 0 }
+vm_state.vm_map: 13589.795759561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3076075520, end = 3076599808, flags = 1048691, pgoff = 3076075520, inode = 0 }
+vm_state.vm_map: 13589.795761870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3076599808, end = 3076603904, flags = 1048688, pgoff = 3076599808, inode = 0 }
+vm_state.vm_map: 13589.795764222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3076603904, end = 3076734976, flags = 1048691, pgoff = 3076603904, inode = 0 }
+vm_state.vm_map: 13589.795766704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3076734976, end = 3076739072, flags = 1048688, pgoff = 3076734976, inode = 0 }
+vm_state.vm_map: 13589.795768780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3076739072, end = 3076874240, flags = 1048691, pgoff = 3076739072, inode = 0 }
+vm_state.vm_map: 13589.795771403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3076874240, end = 3078189056, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.795773681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078189056, end = 3078197248, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.795775873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078197248, end = 3078201344, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.795778256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078201344, end = 3078213632, flags = 1048691, pgoff = 3078201344, inode = 0 }
+vm_state.vm_map: 13589.795780578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078213632, end = 3078361088, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.795782659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078361088, end = 3078365184, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.795784956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078365184, end = 3078369280, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.795787019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078369280, end = 3078373376, flags = 1048691, pgoff = 3078369280, inode = 0 }
+vm_state.vm_map: 13589.795789643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078373376, end = 3078402048, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.795791859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078402048, end = 3078406144, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.795793922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078406144, end = 3078410240, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.795796077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078410240, end = 3078496256, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.795798127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078496256, end = 3078500352, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.795800080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078500352, end = 3078504448, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.795802063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078504448, end = 3078512640, flags = 1048691, pgoff = 3078504448, inode = 0 }
+vm_state.vm_map: 13589.795804045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078569984, end = 3078574080, flags = 1048691, pgoff = 3078569984, inode = 0 }
+vm_state.vm_map: 13589.795805997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078574080, end = 3078578176, flags = 1048695, pgoff = 3078574080, inode = 0 }
+vm_state.vm_map: 13589.795814877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078578176, end = 3078606848, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.795816971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078606848, end = 3078615040, flags = 1048691, pgoff = 3078606848, inode = 0 }
+vm_state.vm_map: 13589.795819157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078615040, end = 3078619136, flags = 67371125, pgoff = 3078615040, inode = 0 }
+vm_state.vm_map: 13589.795821811 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078619136, end = 3078733824, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.795824176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078733824, end = 3078737920, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.795826232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078737920, end = 3078742016, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.795828573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3216502784, end = 3216588800, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.795834940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 134512640, end = 134635520, flags = 134223989, pgoff = 0, inode = 17179 }
+vm_state.vm_map: 13589.795837064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 134635520, end = 134639616, flags = 135272563, pgoff = 118784, inode = 17179 }
+vm_state.vm_map: 13589.795839269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 154742784, end = 155201536, flags = 1048691, pgoff = 154742784, inode = 0 }
+vm_state.vm_map: 13589.795841455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3059744768, end = 3059879936, flags = 2097267, pgoff = 3059744768, inode = 0 }
+vm_state.vm_map: 13589.795843727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3059879936, end = 3060793344, flags = 2097264, pgoff = 3059879936, inode = 0 }
+vm_state.vm_map: 13589.795849546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3061432320, end = 3061436416, flags = 1048688, pgoff = 3061432320, inode = 0 }
+vm_state.vm_map: 13589.795851776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3061436416, end = 3061501952, flags = 1048691, pgoff = 3061436416, inode = 0 }
+vm_state.vm_map: 13589.795854873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3061501952, end = 3061616640, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.795857115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3061616640, end = 3061620736, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.795863032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3061686272, end = 3061714944, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.795865581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3061714944, end = 3061719040, flags = 1048688, pgoff = 3061714944, inode = 0 }
+vm_state.vm_map: 13589.795868365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3061719040, end = 3070107648, flags = 1048691, pgoff = 3061719040, inode = 0 }
+vm_state.vm_map: 13589.795870600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070107648, end = 3070111744, flags = 1048688, pgoff = 3070107648, inode = 0 }
+vm_state.vm_map: 13589.795872922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070111744, end = 3070177280, flags = 1048691, pgoff = 3070111744, inode = 0 }
+vm_state.vm_map: 13589.795875446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070177280, end = 3070181376, flags = 1048688, pgoff = 3070177280, inode = 0 }
+vm_state.vm_map: 13589.795877534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070181376, end = 3070246912, flags = 1048691, pgoff = 3070181376, inode = 0 }
+vm_state.vm_map: 13589.795879874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070246912, end = 3070251008, flags = 1048688, pgoff = 3070246912, inode = 0 }
+vm_state.vm_map: 13589.795881943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070251008, end = 3070316544, flags = 1048691, pgoff = 3070251008, inode = 0 }
+vm_state.vm_map: 13589.795884258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070316544, end = 3070320640, flags = 1048688, pgoff = 3070316544, inode = 0 }
+vm_state.vm_map: 13589.795886296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070320640, end = 3070386176, flags = 1048691, pgoff = 3070320640, inode = 0 }
+vm_state.vm_map: 13589.795888446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070386176, end = 3070390272, flags = 1048688, pgoff = 3070386176, inode = 0 }
+vm_state.vm_map: 13589.795890423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070390272, end = 3070455808, flags = 1048691, pgoff = 3070390272, inode = 0 }
+vm_state.vm_map: 13589.795892769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070455808, end = 3070459904, flags = 1048688, pgoff = 3070455808, inode = 0 }
+vm_state.vm_map: 13589.795895238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070459904, end = 3070525440, flags = 1048691, pgoff = 3070459904, inode = 0 }
+vm_state.vm_map: 13589.795897319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070525440, end = 3070529536, flags = 1048688, pgoff = 3070525440, inode = 0 }
+vm_state.vm_map: 13589.795899394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070529536, end = 3070595072, flags = 1048691, pgoff = 3070529536, inode = 0 }
+vm_state.vm_map: 13589.795901507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070595072, end = 3070599168, flags = 1048688, pgoff = 3070595072, inode = 0 }
+vm_state.vm_map: 13589.795903742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070599168, end = 3070664704, flags = 1048691, pgoff = 3070599168, inode = 0 }
+vm_state.vm_map: 13589.795905903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070664704, end = 3070668800, flags = 1048688, pgoff = 3070664704, inode = 0 }
+vm_state.vm_map: 13589.795907861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070668800, end = 3070734336, flags = 1048691, pgoff = 3070668800, inode = 0 }
+vm_state.vm_map: 13589.795910300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070734336, end = 3070738432, flags = 1048688, pgoff = 3070734336, inode = 0 }
+vm_state.vm_map: 13589.795912591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070738432, end = 3070803968, flags = 1048691, pgoff = 3070738432, inode = 0 }
+vm_state.vm_map: 13589.795914574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070803968, end = 3070808064, flags = 1048688, pgoff = 3070803968, inode = 0 }
+vm_state.vm_map: 13589.795916870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070808064, end = 3070873600, flags = 1048691, pgoff = 3070808064, inode = 0 }
+vm_state.vm_map: 13589.795919057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070873600, end = 3070877696, flags = 1048688, pgoff = 3070873600, inode = 0 }
+vm_state.vm_map: 13589.795921021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070877696, end = 3070943232, flags = 1048691, pgoff = 3070877696, inode = 0 }
+vm_state.vm_map: 13589.795923361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070943232, end = 3070947328, flags = 1048688, pgoff = 3070943232, inode = 0 }
+vm_state.vm_map: 13589.795925516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070947328, end = 3071012864, flags = 1048691, pgoff = 3070947328, inode = 0 }
+vm_state.vm_map: 13589.795928090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071012864, end = 3071016960, flags = 1048688, pgoff = 3071012864, inode = 0 }
+vm_state.vm_map: 13589.795930251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071016960, end = 3071082496, flags = 1048691, pgoff = 3071016960, inode = 0 }
+vm_state.vm_map: 13589.795932259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071082496, end = 3071086592, flags = 1048688, pgoff = 3071082496, inode = 0 }
+vm_state.vm_map: 13589.795934470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071086592, end = 3071152128, flags = 1048691, pgoff = 3071086592, inode = 0 }
+vm_state.vm_map: 13589.795936600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071152128, end = 3071156224, flags = 1048688, pgoff = 3071152128, inode = 0 }
+vm_state.vm_map: 13589.795938700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071156224, end = 3071221760, flags = 1048691, pgoff = 3071156224, inode = 0 }
+vm_state.vm_map: 13589.795940830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071221760, end = 3071225856, flags = 1048688, pgoff = 3071221760, inode = 0 }
+vm_state.vm_map: 13589.795942992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071225856, end = 3071291392, flags = 1048691, pgoff = 3071225856, inode = 0 }
+vm_state.vm_map: 13589.795945012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071291392, end = 3071295488, flags = 1048688, pgoff = 3071291392, inode = 0 }
+vm_state.vm_map: 13589.795947032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071295488, end = 3071361024, flags = 1048691, pgoff = 3071295488, inode = 0 }
+vm_state.vm_map: 13589.795948997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071361024, end = 3071365120, flags = 1048688, pgoff = 3071361024, inode = 0 }
+vm_state.vm_map: 13589.795951009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071365120, end = 3071430656, flags = 1048691, pgoff = 3071365120, inode = 0 }
+vm_state.vm_map: 13589.795952999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071430656, end = 3071434752, flags = 1048688, pgoff = 3071430656, inode = 0 }
+vm_state.vm_map: 13589.795954945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071434752, end = 3071500288, flags = 1048691, pgoff = 3071434752, inode = 0 }
+vm_state.vm_map: 13589.795957155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071500288, end = 3071504384, flags = 1048688, pgoff = 3071500288, inode = 0 }
+vm_state.vm_map: 13589.795959089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071504384, end = 3071569920, flags = 1048691, pgoff = 3071504384, inode = 0 }
+vm_state.vm_map: 13589.795984102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071569920, end = 3071574016, flags = 1048688, pgoff = 3071569920, inode = 0 }
+vm_state.vm_map: 13589.795986264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071574016, end = 3071639552, flags = 1048691, pgoff = 3071574016, inode = 0 }
+vm_state.vm_map: 13589.795988283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071639552, end = 3071643648, flags = 1048688, pgoff = 3071639552, inode = 0 }
+vm_state.vm_map: 13589.795990475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071643648, end = 3071709184, flags = 1048691, pgoff = 3071643648, inode = 0 }
+vm_state.vm_map: 13589.795992563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071709184, end = 3071713280, flags = 1048688, pgoff = 3071709184, inode = 0 }
+vm_state.vm_map: 13589.795994762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071713280, end = 3071778816, flags = 1048691, pgoff = 3071713280, inode = 0 }
+vm_state.vm_map: 13589.795997034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071778816, end = 3071782912, flags = 1048688, pgoff = 3071778816, inode = 0 }
+vm_state.vm_map: 13589.795999139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071782912, end = 3071848448, flags = 1048691, pgoff = 3071782912, inode = 0 }
+vm_state.vm_map: 13589.796001172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071848448, end = 3071852544, flags = 1048688, pgoff = 3071848448, inode = 0 }
+vm_state.vm_map: 13589.796003561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071852544, end = 3071918080, flags = 1048691, pgoff = 3071852544, inode = 0 }
+vm_state.vm_map: 13589.796005833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071918080, end = 3071922176, flags = 1048688, pgoff = 3071918080, inode = 0 }
+vm_state.vm_map: 13589.796008001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071922176, end = 3071987712, flags = 1048691, pgoff = 3071922176, inode = 0 }
+vm_state.vm_map: 13589.796010291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071987712, end = 3071991808, flags = 1048688, pgoff = 3071987712, inode = 0 }
+vm_state.vm_map: 13589.796012737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071991808, end = 3072057344, flags = 1048691, pgoff = 3071991808, inode = 0 }
+vm_state.vm_map: 13589.796015335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072057344, end = 3072061440, flags = 1048688, pgoff = 3072057344, inode = 0 }
+vm_state.vm_map: 13589.796017589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072061440, end = 3072126976, flags = 1048691, pgoff = 3072061440, inode = 0 }
+vm_state.vm_map: 13589.796020304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072126976, end = 3072131072, flags = 1048688, pgoff = 3072126976, inode = 0 }
+vm_state.vm_map: 13589.796022792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072131072, end = 3072196608, flags = 1048691, pgoff = 3072131072, inode = 0 }
+vm_state.vm_map: 13589.796025046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072196608, end = 3072200704, flags = 1048688, pgoff = 3072196608, inode = 0 }
+vm_state.vm_map: 13589.796027398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072200704, end = 3072266240, flags = 1048691, pgoff = 3072200704, inode = 0 }
+vm_state.vm_map: 13589.796029984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072266240, end = 3072270336, flags = 1048688, pgoff = 3072266240, inode = 0 }
+vm_state.vm_map: 13589.796032350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072270336, end = 3072335872, flags = 1048691, pgoff = 3072270336, inode = 0 }
+vm_state.vm_map: 13589.796034665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072335872, end = 3072339968, flags = 1048688, pgoff = 3072335872, inode = 0 }
+vm_state.vm_map: 13589.796036918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072339968, end = 3072405504, flags = 1048691, pgoff = 3072339968, inode = 0 }
+vm_state.vm_map: 13589.796039492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072405504, end = 3072409600, flags = 1048688, pgoff = 3072405504, inode = 0 }
+vm_state.vm_map: 13589.796041499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072409600, end = 3072475136, flags = 1048691, pgoff = 3072409600, inode = 0 }
+vm_state.vm_map: 13589.796043865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072475136, end = 3072479232, flags = 1048688, pgoff = 3072475136, inode = 0 }
+vm_state.vm_map: 13589.796045854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072479232, end = 3072544768, flags = 1048691, pgoff = 3072479232, inode = 0 }
+vm_state.vm_map: 13589.796048249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072544768, end = 3072548864, flags = 1048688, pgoff = 3072544768, inode = 0 }
+vm_state.vm_map: 13589.796050305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072548864, end = 3072614400, flags = 1048691, pgoff = 3072548864, inode = 0 }
+vm_state.vm_map: 13589.796053256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072614400, end = 3072618496, flags = 1048688, pgoff = 3072614400, inode = 0 }
+vm_state.vm_map: 13589.796055411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072618496, end = 3072684032, flags = 1048691, pgoff = 3072618496, inode = 0 }
+vm_state.vm_map: 13589.796058200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072684032, end = 3072688128, flags = 1048688, pgoff = 3072684032, inode = 0 }
+vm_state.vm_map: 13589.796060164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072688128, end = 3072753664, flags = 1048691, pgoff = 3072688128, inode = 0 }
+vm_state.vm_map: 13589.796062382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072753664, end = 3072757760, flags = 1048688, pgoff = 3072753664, inode = 0 }
+vm_state.vm_map: 13589.796064364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072757760, end = 3072823296, flags = 1048691, pgoff = 3072757760, inode = 0 }
+vm_state.vm_map: 13589.796066803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072823296, end = 3072827392, flags = 1048688, pgoff = 3072823296, inode = 0 }
+vm_state.vm_map: 13589.796068798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072827392, end = 3072892928, flags = 1048691, pgoff = 3072827392, inode = 0 }
+vm_state.vm_map: 13589.796070990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072892928, end = 3072897024, flags = 1048688, pgoff = 3072892928, inode = 0 }
+vm_state.vm_map: 13589.796073409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072897024, end = 3072962560, flags = 1048691, pgoff = 3072897024, inode = 0 }
+vm_state.vm_map: 13589.796075467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072962560, end = 3072966656, flags = 1048688, pgoff = 3072962560, inode = 0 }
+vm_state.vm_map: 13589.796078078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072966656, end = 3073032192, flags = 1048691, pgoff = 3072966656, inode = 0 }
+vm_state.vm_map: 13589.796080461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073032192, end = 3073036288, flags = 1048688, pgoff = 3073032192, inode = 0 }
+vm_state.vm_map: 13589.796082825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073036288, end = 3073101824, flags = 1048691, pgoff = 3073036288, inode = 0 }
+vm_state.vm_map: 13589.796085277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073101824, end = 3073105920, flags = 1048688, pgoff = 3073101824, inode = 0 }
+vm_state.vm_map: 13589.796087505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073105920, end = 3073171456, flags = 1048691, pgoff = 3073105920, inode = 0 }
+vm_state.vm_map: 13589.796089605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073171456, end = 3073175552, flags = 1048688, pgoff = 3073171456, inode = 0 }
+vm_state.vm_map: 13589.796091884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073175552, end = 3073241088, flags = 1048691, pgoff = 3073175552, inode = 0 }
+vm_state.vm_map: 13589.796094218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073241088, end = 3073245184, flags = 1048688, pgoff = 3073241088, inode = 0 }
+vm_state.vm_map: 13589.796096564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073245184, end = 3073310720, flags = 1048691, pgoff = 3073245184, inode = 0 }
+vm_state.vm_map: 13589.796098977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073310720, end = 3073314816, flags = 1048688, pgoff = 3073310720, inode = 0 }
+vm_state.vm_map: 13589.796101182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073314816, end = 3073380352, flags = 1048691, pgoff = 3073314816, inode = 0 }
+vm_state.vm_map: 13589.796103251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073380352, end = 3073384448, flags = 1048688, pgoff = 3073380352, inode = 0 }
+vm_state.vm_map: 13589.796105320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073384448, end = 3073449984, flags = 1048691, pgoff = 3073384448, inode = 0 }
+vm_state.vm_map: 13589.796107593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073449984, end = 3073454080, flags = 1048688, pgoff = 3073449984, inode = 0 }
+vm_state.vm_map: 13589.796110246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073454080, end = 3073519616, flags = 1048691, pgoff = 3073454080, inode = 0 }
+vm_state.vm_map: 13589.796112611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073519616, end = 3073523712, flags = 1048688, pgoff = 3073519616, inode = 0 }
+vm_state.vm_map: 13589.796114711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073523712, end = 3073589248, flags = 1048691, pgoff = 3073523712, inode = 0 }
+vm_state.vm_map: 13589.796116756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073589248, end = 3073593344, flags = 1048688, pgoff = 3073589248, inode = 0 }
+vm_state.vm_map: 13589.796119089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073593344, end = 3073658880, flags = 1048691, pgoff = 3073593344, inode = 0 }
+vm_state.vm_map: 13589.796121466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073658880, end = 3073662976, flags = 1048688, pgoff = 3073658880, inode = 0 }
+vm_state.vm_map: 13589.796123634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073662976, end = 3073728512, flags = 1048691, pgoff = 3073662976, inode = 0 }
+vm_state.vm_map: 13589.796125992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073728512, end = 3073732608, flags = 1048688, pgoff = 3073728512, inode = 0 }
+vm_state.vm_map: 13589.796128425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073732608, end = 3073798144, flags = 1048691, pgoff = 3073732608, inode = 0 }
+vm_state.vm_map: 13589.796131578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073798144, end = 3073802240, flags = 1048688, pgoff = 3073798144, inode = 0 }
+vm_state.vm_map: 13589.796133579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073802240, end = 3073867776, flags = 1048691, pgoff = 3073802240, inode = 0 }
+vm_state.vm_map: 13589.796135531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073867776, end = 3073871872, flags = 1048688, pgoff = 3073867776, inode = 0 }
+vm_state.vm_map: 13589.796137631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073871872, end = 3073937408, flags = 1048691, pgoff = 3073871872, inode = 0 }
+vm_state.vm_map: 13589.796139823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073937408, end = 3073941504, flags = 1048688, pgoff = 3073937408, inode = 0 }
+vm_state.vm_map: 13589.796142132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073941504, end = 3074007040, flags = 1048691, pgoff = 3073941504, inode = 0 }
+vm_state.vm_map: 13589.796144546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074007040, end = 3074011136, flags = 1048688, pgoff = 3074007040, inode = 0 }
+vm_state.vm_map: 13589.796146738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074011136, end = 3074076672, flags = 1048691, pgoff = 3074011136, inode = 0 }
+vm_state.vm_map: 13589.796148820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074076672, end = 3074080768, flags = 1048688, pgoff = 3074076672, inode = 0 }
+vm_state.vm_map: 13589.796151110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074080768, end = 3074146304, flags = 1048691, pgoff = 3074080768, inode = 0 }
+vm_state.vm_map: 13589.796153395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074146304, end = 3074150400, flags = 1048688, pgoff = 3074146304, inode = 0 }
+vm_state.vm_map: 13589.796155871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074150400, end = 3074215936, flags = 1048691, pgoff = 3074150400, inode = 0 }
+vm_state.vm_map: 13589.796157933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074215936, end = 3074220032, flags = 1048688, pgoff = 3074215936, inode = 0 }
+vm_state.vm_map: 13589.796159984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074220032, end = 3074285568, flags = 1048691, pgoff = 3074220032, inode = 0 }
+vm_state.vm_map: 13589.796162349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074285568, end = 3074289664, flags = 1048688, pgoff = 3074285568, inode = 0 }
+vm_state.vm_map: 13589.796164689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074289664, end = 3074363392, flags = 1048691, pgoff = 3074289664, inode = 0 }
+vm_state.vm_map: 13589.796168525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074363392, end = 3074461696, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.796170612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074461696, end = 3074465792, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.796173075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074465792, end = 3074469888, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.796183175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074469888, end = 3074539520, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.796185250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074539520, end = 3074543616, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.796187497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074543616, end = 3074547712, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.796189726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074547712, end = 3074555904, flags = 1048691, pgoff = 3074547712, inode = 0 }
+vm_state.vm_map: 13589.796192491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074555904, end = 3074564096, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.796194566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074564096, end = 3074568192, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.796196630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074568192, end = 3074572288, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.796201636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074572288, end = 3074822144, flags = 134217845, pgoff = 0, inode = 17169 }
+vm_state.vm_map: 13589.796203921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074822144, end = 3074830336, flags = 135266419, pgoff = 245760, inode = 17169 }
+vm_state.vm_map: 13589.796206174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074830336, end = 3074834432, flags = 1048691, pgoff = 3074830336, inode = 0 }
+vm_state.vm_map: 13589.796212424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074834432, end = 3075026944, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.796214537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075026944, end = 3075031040, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.796217068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075031040, end = 3076345856, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.796219173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076345856, end = 3076354048, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.796221526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076354048, end = 3076358144, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.796223521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076358144, end = 3076370432, flags = 1048691, pgoff = 3076358144, inode = 0 }
+vm_state.vm_map: 13589.796229155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076370432, end = 3077115904, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.796231384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077115904, end = 3077120000, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.796233909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077120000, end = 3077132288, flags = 134217845, pgoff = 0, inode = 19646 }
+vm_state.vm_map: 13589.796235984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077132288, end = 3077136384, flags = 135266419, pgoff = 8192, inode = 19646 }
+vm_state.vm_map: 13589.796241477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077136384, end = 3077382144, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.796243553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077382144, end = 3077386240, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.796245684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077386240, end = 3077390336, flags = 1048691, pgoff = 3077386240, inode = 0 }
+vm_state.vm_map: 13589.796248972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077390336, end = 3077992448, flags = 134217845, pgoff = 0, inode = 19648 }
+vm_state.vm_map: 13589.796251324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077992448, end = 3078000640, flags = 135266419, pgoff = 602112, inode = 19648 }
+vm_state.vm_map: 13589.796254292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078000640, end = 3078115328, flags = 134217845, pgoff = 0, inode = 17171 }
+vm_state.vm_map: 13589.796256416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078115328, end = 3078119424, flags = 135266419, pgoff = 114688, inode = 17171 }
+vm_state.vm_map: 13589.796258997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078119424, end = 3078148096, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.796261065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078148096, end = 3078152192, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.796263190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078152192, end = 3078156288, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.796266146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078156288, end = 3078172672, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.796268381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078172672, end = 3078176768, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.796270967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078176768, end = 3078262784, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.796272981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078262784, end = 3078266880, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.796275179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078266880, end = 3078270976, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.796277193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078270976, end = 3078283264, flags = 1048691, pgoff = 3078270976, inode = 0 }
+vm_state.vm_map: 13589.796285530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078283264, end = 3078508544, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.796287951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078508544, end = 3078512640, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.796290069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078512640, end = 3078516736, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.796295249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078516736, end = 3078631424, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 13589.796297527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078631424, end = 3078635520, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 13589.796299596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078656000, end = 3078660096, flags = 1048688, pgoff = 3078656000, inode = 0 }
+vm_state.vm_map: 13589.796301880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078660096, end = 3078737920, flags = 1048691, pgoff = 3078660096, inode = 0 }
+vm_state.vm_map: 13589.796304258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078737920, end = 3078742016, flags = 67371125, pgoff = 3078737920, inode = 0 }
+vm_state.vm_map: 13589.796306603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078742016, end = 3078856704, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.796309017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078856704, end = 3078860800, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.796311000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078860800, end = 3078864896, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.796313186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3214229504, end = 3214315520, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.796320483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 134512640, end = 134647808, flags = 134223989, pgoff = 0, inode = 23928 }
+vm_state.vm_map: 13589.796322866 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 134647808, end = 134651904, flags = 135272563, pgoff = 135168, inode = 23928 }
+vm_state.vm_map: 13589.796325107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 134651904, end = 134656000, flags = 1048691, pgoff = 134651904, inode = 0 }
+vm_state.vm_map: 13589.796327867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 140304384, end = 140439552, flags = 1048691, pgoff = 140304384, inode = 0 }
+vm_state.vm_map: 13589.796330348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074375680, end = 3074383872, flags = 1048691, pgoff = 3074375680, inode = 0 }
+vm_state.vm_map: 13589.796332879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074383872, end = 3074412544, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.796335183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074412544, end = 3074416640, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.796337559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074416640, end = 3074420736, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.796340139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074420736, end = 3074506752, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.796342337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074506752, end = 3074510848, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.796344640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074510848, end = 3074514944, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.796347086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074514944, end = 3074523136, flags = 1048691, pgoff = 3074514944, inode = 0 }
+vm_state.vm_map: 13589.796349856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074523136, end = 3074531328, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.796352301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074531328, end = 3074535424, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.796354327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074535424, end = 3074539520, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.796356612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074539520, end = 3074543616, flags = 1048691, pgoff = 3074539520, inode = 0 }
+vm_state.vm_map: 13589.796362233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074543616, end = 3074641920, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.796364352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074641920, end = 3074646016, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.796367290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074646016, end = 3075960832, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.796369482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3075960832, end = 3075969024, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.796371938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3075969024, end = 3075973120, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.796374001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3075973120, end = 3075985408, flags = 1048691, pgoff = 3075973120, inode = 0 }
+vm_state.vm_map: 13589.796376255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3075985408, end = 3076210688, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.796378355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076210688, end = 3076214784, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.796380547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076214784, end = 3076218880, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.796383749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076218880, end = 3076227072, flags = 134217845, pgoff = 0, inode = 17167 }
+vm_state.vm_map: 13589.796389840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076227072, end = 3076231168, flags = 135266419, pgoff = 8192, inode = 17167 }
+vm_state.vm_map: 13589.796392647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076231168, end = 3076272128, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 13589.796397819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076272128, end = 3076276224, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 13589.796400745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076276224, end = 3076292608, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.796403011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076292608, end = 3076296704, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.796405092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076296704, end = 3076300800, flags = 1048691, pgoff = 3076296704, inode = 0 }
+vm_state.vm_map: 13589.796408387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076300800, end = 3076308992, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.796410727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076308992, end = 3076313088, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.796413572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076313088, end = 3077464064, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.796415888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3077464064, end = 3077480448, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.796418277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3077570560, end = 3077582848, flags = 1048691, pgoff = 3077570560, inode = 0 }
+vm_state.vm_map: 13589.796420512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3077582848, end = 3077586944, flags = 67371125, pgoff = 3077582848, inode = 0 }
+vm_state.vm_map: 13589.796423369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3077586944, end = 3077701632, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.796425604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3077701632, end = 3077705728, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.796427939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3077705728, end = 3077709824, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.796429946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3214938112, end = 3215024128, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.796436140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 134512640, end = 136171520, flags = 134223989, pgoff = 0, inode = 1352187 }
+vm_state.vm_map: 13589.796438578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 136171520, end = 136208384, flags = 135272563, pgoff = 1654784, inode = 1352187 }
+vm_state.vm_map: 13589.796440987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 136208384, end = 136253440, flags = 1048691, pgoff = 136208384, inode = 0 }
+vm_state.vm_map: 13589.796443277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 141950976, end = 175939584, flags = 1048691, pgoff = 141950976, inode = 0 }
+vm_state.vm_map: 13589.796445748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2910973952, end = 2939408384, flags = 1048691, pgoff = 2910973952, inode = 0 }
+vm_state.vm_map: 13589.796453487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2942861312, end = 2952945664, flags = 1048691, pgoff = 2942861312, inode = 0 }
+vm_state.vm_map: 13589.796459016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2955751424, end = 2957307904, flags = 1048691, pgoff = 2955751424, inode = 0 }
+vm_state.vm_map: 13589.796461333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2964537344, end = 2973757440, flags = 1048691, pgoff = 2964537344, inode = 0 }
+vm_state.vm_map: 13589.796466646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2978971648, end = 2981863424, flags = 1048691, pgoff = 2978971648, inode = 0 }
+vm_state.vm_map: 13589.796481931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2981863424, end = 2982256640, flags = 134217979, pgoff = 0, inode = 983045 }
+vm_state.vm_map: 13589.796492313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2982256640, end = 2982649856, flags = 134217979, pgoff = 0, inode = 917507 }
+vm_state.vm_map: 13589.796502400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2982649856, end = 2983043072, flags = 134217979, pgoff = 0, inode = 622594 }
+vm_state.vm_map: 13589.796508150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2983043072, end = 2983436288, flags = 134217979, pgoff = 0, inode = 262145 }
+vm_state.vm_map: 13589.796511402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2983436288, end = 2983829504, flags = 134217979, pgoff = 0, inode = 229376 }
+vm_state.vm_map: 13589.796523521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2983829504, end = 2985967616, flags = 134217845, pgoff = 0, inode = 222350 }
+vm_state.vm_map: 13589.796525904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2985967616, end = 2986000384, flags = 135266419, pgoff = 2134016, inode = 222350 }
+vm_state.vm_map: 13589.796528189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2986000384, end = 2987315200, flags = 1048691, pgoff = 2986000384, inode = 0 }
+vm_state.vm_map: 13589.796535726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2987315200, end = 2987671552, flags = 134217845, pgoff = 0, inode = 18637 }
+vm_state.vm_map: 13589.796537924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2987671552, end = 2987675648, flags = 135266419, pgoff = 352256, inode = 18637 }
+vm_state.vm_map: 13589.796540203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2987675648, end = 2987692032, flags = 1048691, pgoff = 2987675648, inode = 0 }
+vm_state.vm_map: 13589.796542432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2987786240, end = 2989039616, flags = 1048691, pgoff = 2987786240, inode = 0 }
+vm_state.vm_map: 13589.796545468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2989039616, end = 2989551616, flags = 134217845, pgoff = 0, inode = 18961 }
+vm_state.vm_map: 13589.796547604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2989551616, end = 2989555712, flags = 135266419, pgoff = 512000, inode = 18961 }
+vm_state.vm_map: 13589.796549859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2989555712, end = 2989576192, flags = 1048691, pgoff = 2989555712, inode = 0 }
+vm_state.vm_map: 13589.796555610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2989670400, end = 2995544064, flags = 1048691, pgoff = 2989670400, inode = 0 }
+vm_state.vm_map: 13589.796561466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2995544064, end = 2995625984, flags = 134217845, pgoff = 0, inode = 18954 }
+vm_state.vm_map: 13589.796563874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2995625984, end = 2995634176, flags = 135266419, pgoff = 81920, inode = 18954 }
+vm_state.vm_map: 13589.796566484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2995634176, end = 2997088256, flags = 134217845, pgoff = 0, inode = 19111 }
+vm_state.vm_map: 13589.796568628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2997088256, end = 2997100544, flags = 135266419, pgoff = 1454080, inode = 19111 }
+vm_state.vm_map: 13589.796570789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2997100544, end = 2997334016, flags = 1048691, pgoff = 2997100544, inode = 0 }
+vm_state.vm_map: 13589.796573277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2997616640, end = 2997829632, flags = 1048691, pgoff = 2998902784, inode = 0 }
+vm_state.vm_map: 13589.796575709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2997829632, end = 2998042624, flags = 1048691, pgoff = 2998902784, inode = 0 }
+vm_state.vm_map: 13589.796577890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998042624, end = 2998255616, flags = 1048691, pgoff = 2998902784, inode = 0 }
+vm_state.vm_map: 13589.796580365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998255616, end = 2998468608, flags = 1048691, pgoff = 2998902784, inode = 0 }
+vm_state.vm_map: 13589.796582329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998468608, end = 2998661120, flags = 1048691, pgoff = 2998968320, inode = 0 }
+vm_state.vm_map: 13589.796590420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998661120, end = 2998767616, flags = 134217845, pgoff = 0, inode = 18648 }
+vm_state.vm_map: 13589.796592557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998767616, end = 2998771712, flags = 135266419, pgoff = 106496, inode = 18648 }
+vm_state.vm_map: 13589.796594620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998771712, end = 2998808576, flags = 1048691, pgoff = 2998771712, inode = 0 }
+vm_state.vm_map: 13589.796597428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998861824, end = 2998894592, flags = 134217845, pgoff = 0, inode = 19432 }
+vm_state.vm_map: 13589.796599780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998894592, end = 2998898688, flags = 135266419, pgoff = 28672, inode = 19432 }
+vm_state.vm_map: 13589.796602250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998898688, end = 2998902784, flags = 1048691, pgoff = 2998898688, inode = 0 }
+vm_state.vm_map: 13589.796605211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2999103488, end = 2999250944, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.796607194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2999250944, end = 2999259136, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.796616363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2999316480, end = 2999349248, flags = 134217845, pgoff = 0, inode = 255747 }
+vm_state.vm_map: 13589.796618789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2999349248, end = 2999353344, flags = 135266419, pgoff = 32768, inode = 255747 }
+vm_state.vm_map: 13589.796622072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2999353344, end = 3003547648, flags = 1074283707, pgoff = 4030726144, inode = 2923 }
+vm_state.vm_map: 13589.796627915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3003547648, end = 3003555840, flags = 786683, pgoff = 4165873664, inode = 5930 }
+vm_state.vm_map: 13589.796634566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3003555840, end = 3003621376, flags = 1074283771, pgoff = 655360, inode = 2195 }
+vm_state.vm_map: 13589.796641894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3003621376, end = 3070730240, flags = 1074283707, pgoff = 3758096384, inode = 2913 }
+vm_state.vm_map: 13589.796647528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3070730240, end = 3070754816, flags = 134217845, pgoff = 0, inode = 255468 }
+vm_state.vm_map: 13589.796650011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3070754816, end = 3070758912, flags = 135266419, pgoff = 20480, inode = 255468 }
+vm_state.vm_map: 13589.796652862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3070758912, end = 3070877696, flags = 134217845, pgoff = 0, inode = 255488 }
+vm_state.vm_map: 13589.796654893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3070877696, end = 3070881792, flags = 135266419, pgoff = 118784, inode = 255488 }
+vm_state.vm_map: 13589.796657289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3070881792, end = 3071143936, flags = 1074283771, pgoff = 786432, inode = 2195 }
+vm_state.vm_map: 13589.796659782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3071143936, end = 3071275008, flags = 1074283771, pgoff = 655360, inode = 2195 }
+vm_state.vm_map: 13589.796662382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3071275008, end = 3072262144, flags = 1048691, pgoff = 3071275008, inode = 0 }
+vm_state.vm_map: 13589.796667652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072262144, end = 3072393216, flags = 134217845, pgoff = 0, inode = 255487 }
+vm_state.vm_map: 13589.796670232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072393216, end = 3072401408, flags = 135266419, pgoff = 126976, inode = 255487 }
+vm_state.vm_map: 13589.796675707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072401408, end = 3072589824, flags = 134217845, pgoff = 0, inode = 254157 }
+vm_state.vm_map: 13589.796677961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072589824, end = 3072606208, flags = 135266419, pgoff = 188416, inode = 254157 }
+vm_state.vm_map: 13589.796680060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072606208, end = 3072610304, flags = 1048691, pgoff = 3072606208, inode = 0 }
+vm_state.vm_map: 13589.796682697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072610304, end = 3072839680, flags = 134217845, pgoff = 0, inode = 254155 }
+vm_state.vm_map: 13589.796759842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072839680, end = 3072856064, flags = 135266419, pgoff = 225280, inode = 254155 }
+vm_state.vm_map: 13589.796763353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072856064, end = 3072864256, flags = 1048691, pgoff = 3072856064, inode = 0 }
+vm_state.vm_map: 13589.796771888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072864256, end = 3072897024, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 13589.796775102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072897024, end = 3072901120, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 13589.796778033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072925696, end = 3072946176, flags = 134217845, pgoff = 0, inode = 255466 }
+vm_state.vm_map: 13589.796780292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072946176, end = 3072950272, flags = 135266419, pgoff = 16384, inode = 255466 }
+vm_state.vm_map: 13589.796782978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072950272, end = 3072978944, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.796786130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072978944, end = 3072991232, flags = 134217845, pgoff = 0, inode = 255477 }
+vm_state.vm_map: 13589.796788575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072991232, end = 3072995328, flags = 135266419, pgoff = 8192, inode = 255477 }
+vm_state.vm_map: 13589.796791383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072995328, end = 3073028096, flags = 134217845, pgoff = 0, inode = 255475 }
+vm_state.vm_map: 13589.796794136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073028096, end = 3073032192, flags = 135266419, pgoff = 28672, inode = 255475 }
+vm_state.vm_map: 13589.796796937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073032192, end = 3073146880, flags = 134217845, pgoff = 0, inode = 255476 }
+vm_state.vm_map: 13589.796798988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073146880, end = 3073155072, flags = 135266419, pgoff = 110592, inode = 255476 }
+vm_state.vm_map: 13589.796804118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073155072, end = 3073482752, flags = 134217845, pgoff = 0, inode = 255473 }
+vm_state.vm_map: 13589.796806581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073482752, end = 3073495040, flags = 135266419, pgoff = 323584, inode = 255473 }
+vm_state.vm_map: 13589.796809210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073495040, end = 3073503232, flags = 1048691, pgoff = 3073495040, inode = 0 }
+vm_state.vm_map: 13589.796812665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073503232, end = 3073515520, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 13589.796814906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073515520, end = 3073519616, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 13589.796820780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073519616, end = 3073581056, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.796823232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073581056, end = 3073585152, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.796825486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073585152, end = 3073589248, flags = 1048691, pgoff = 3073585152, inode = 0 }
+vm_state.vm_map: 13589.796828410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073589248, end = 3074060288, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.796830485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3074060288, end = 3074076672, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.796833417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3074076672, end = 3074158592, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.796836250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3074158592, end = 3074162688, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.796838934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3074162688, end = 3075477504, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.796841157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075477504, end = 3075485696, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.796843374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075485696, end = 3075489792, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.796845690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075489792, end = 3075502080, flags = 1048691, pgoff = 3075489792, inode = 0 }
+vm_state.vm_map: 13589.796849181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075502080, end = 3075616768, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.796851330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075616768, end = 3075620864, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.796854262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075620864, end = 3075649536, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.796856780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075649536, end = 3075653632, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.796859200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075653632, end = 3075657728, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.796862372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075657728, end = 3075805184, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.796864717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075805184, end = 3075809280, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.796866953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075809280, end = 3075813376, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.796869791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075813376, end = 3075817472, flags = 1048691, pgoff = 3075813376, inode = 0 }
+vm_state.vm_map: 13589.796872303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075817472, end = 3075915776, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.796874921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075915776, end = 3075919872, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.796877741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075919872, end = 3075923968, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.796883166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075923968, end = 3076018176, flags = 134217845, pgoff = 0, inode = 500176 }
+vm_state.vm_map: 13589.796885414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076018176, end = 3076022272, flags = 135266417, pgoff = 90112, inode = 500176 }
+vm_state.vm_map: 13589.796887809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076022272, end = 3076026368, flags = 135266419, pgoff = 94208, inode = 500176 }
+vm_state.vm_map: 13589.796890666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076026368, end = 3076489216, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 13589.796892668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076489216, end = 3076501504, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 13589.796895321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076501504, end = 3076517888, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.796897416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076517888, end = 3076521984, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.796900113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076521984, end = 3076608000, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.796902354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076608000, end = 3076612096, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.796904577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076612096, end = 3076616192, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.796907213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076616192, end = 3076628480, flags = 1048691, pgoff = 3076616192, inode = 0 }
+vm_state.vm_map: 13589.796909460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076628480, end = 3076853760, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.796911837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076853760, end = 3076857856, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.796914275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076857856, end = 3076861952, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.796922915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076861952, end = 3076923392, flags = 134217845, pgoff = 0, inode = 18962 }
+vm_state.vm_map: 13589.796925002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076923392, end = 3076927488, flags = 135266419, pgoff = 57344, inode = 18962 }
+vm_state.vm_map: 13589.796927793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076927488, end = 3077304320, flags = 134217845, pgoff = 0, inode = 21319 }
+vm_state.vm_map: 13589.796929806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077304320, end = 3077312512, flags = 135266419, pgoff = 376832, inode = 21319 }
+vm_state.vm_map: 13589.796932589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077312512, end = 3077332992, flags = 134217845, pgoff = 0, inode = 18616 }
+vm_state.vm_map: 13589.796934670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077332992, end = 3077337088, flags = 135266419, pgoff = 20480, inode = 18616 }
+vm_state.vm_map: 13589.796937011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077337088, end = 3077345280, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.796939265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077345280, end = 3077349376, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.796942405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077349376, end = 3077566464, flags = 134217845, pgoff = 0, inode = 22624 }
+vm_state.vm_map: 13589.796944487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077566464, end = 3077574656, flags = 135266419, pgoff = 212992, inode = 22624 }
+vm_state.vm_map: 13589.796946802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077574656, end = 3077578752, flags = 1048691, pgoff = 3077574656, inode = 0 }
+vm_state.vm_map: 13589.796949290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077578752, end = 3077586944, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.796951328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077586944, end = 3077591040, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.796953514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077591040, end = 3077595136, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.796956975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077595136, end = 3077619712, flags = 134217845, pgoff = 0, inode = 1065108 }
+vm_state.vm_map: 13589.796959038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077619712, end = 3077623808, flags = 135266419, pgoff = 20480, inode = 1065108 }
+vm_state.vm_map: 13589.796968478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077632000, end = 3077644288, flags = 134217979, pgoff = 0, inode = 950276 }
+vm_state.vm_map: 13589.796971187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077644288, end = 3077668864, flags = 134217845, pgoff = 0, inode = 255472 }
+vm_state.vm_map: 13589.796973441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077668864, end = 3077672960, flags = 135266419, pgoff = 20480, inode = 255472 }
+vm_state.vm_map: 13589.796976433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077672960, end = 3077689344, flags = 134217845, pgoff = 0, inode = 255474 }
+vm_state.vm_map: 13589.796978448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077689344, end = 3077693440, flags = 135266419, pgoff = 12288, inode = 255474 }
+vm_state.vm_map: 13589.796981194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077693440, end = 3077709824, flags = 134217845, pgoff = 0, inode = 255731 }
+vm_state.vm_map: 13589.796983176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077709824, end = 3077713920, flags = 135266419, pgoff = 12288, inode = 255731 }
+vm_state.vm_map: 13589.797044909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077713920, end = 3077726208, flags = 1048691, pgoff = 3077713920, inode = 0 }
+vm_state.vm_map: 13589.797047889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077726208, end = 3077730304, flags = 67371125, pgoff = 3077726208, inode = 0 }
+vm_state.vm_map: 13589.797050692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077730304, end = 3077844992, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.797052884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077844992, end = 3077849088, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.797055218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077849088, end = 3077853184, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.797057804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3215638528, end = 3215724544, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.797062699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 134512640, end = 135766016, flags = 134223989, pgoff = 0, inode = 17162 }
+vm_state.vm_map: 13589.797065219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 135766016, end = 135774208, flags = 135272563, pgoff = 1253376, inode = 17162 }
+vm_state.vm_map: 13589.797067774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 153870336, end = 155762688, flags = 1048691, pgoff = 153870336, inode = 0 }
+vm_state.vm_map: 13589.797076265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077193728, end = 3077292032, flags = 134217845, pgoff = 0, inode = 42087 }
+vm_state.vm_map: 13589.797078321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077292032, end = 3077300224, flags = 135266419, pgoff = 94208, inode = 42087 }
+vm_state.vm_map: 13589.797080441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077300224, end = 3077304320, flags = 1048691, pgoff = 3077300224, inode = 0 }
+vm_state.vm_map: 13589.797083532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077304320, end = 3077341184, flags = 134217845, pgoff = 0, inode = 508755 }
+vm_state.vm_map: 13589.797085613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077341184, end = 3077345280, flags = 135266417, pgoff = 32768, inode = 508755 }
+vm_state.vm_map: 13589.797087719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077345280, end = 3077349376, flags = 135266419, pgoff = 36864, inode = 508755 }
+vm_state.vm_map: 13589.797089979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077349376, end = 3077509120, flags = 1048691, pgoff = 3077349376, inode = 0 }
+vm_state.vm_map: 13589.797092578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077509120, end = 3078823936, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.797094739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078823936, end = 3078832128, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.797096857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078832128, end = 3078836224, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.797099056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078836224, end = 3078848512, flags = 1048691, pgoff = 3078836224, inode = 0 }
+vm_state.vm_map: 13589.797101790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078848512, end = 3078934528, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.797103803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078934528, end = 3078938624, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.797105996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078938624, end = 3078942720, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.797108219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078942720, end = 3078955008, flags = 1048691, pgoff = 3078942720, inode = 0 }
+vm_state.vm_map: 13589.797110639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078955008, end = 3079102464, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.797112652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079102464, end = 3079106560, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.797114844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079106560, end = 3079110656, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.797117333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079110656, end = 3079118848, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.797119414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079118848, end = 3079122944, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.797121489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079122944, end = 3079127040, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.797124358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079143424, end = 3079159808, flags = 134217845, pgoff = 0, inode = 43237 }
+vm_state.vm_map: 13589.797126593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 16384, inode = 43237 }
+vm_state.vm_map: 13589.797134008 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 42092 }
+vm_state.vm_map: 13589.797136298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 16384, inode = 42092 }
+vm_state.vm_map: 13589.797140357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079184384, end = 3079200768, flags = 134217845, pgoff = 0, inode = 42078 }
+vm_state.vm_map: 13589.797142395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079200768, end = 3079204864, flags = 135266419, pgoff = 12288, inode = 42078 }
+vm_state.vm_map: 13589.797150099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079204864, end = 3079217152, flags = 134217845, pgoff = 0, inode = 42090 }
+vm_state.vm_map: 13589.797152260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079217152, end = 3079221248, flags = 135266419, pgoff = 8192, inode = 42090 }
+vm_state.vm_map: 13589.797154329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079221248, end = 3079229440, flags = 1048691, pgoff = 3079221248, inode = 0 }
+vm_state.vm_map: 13589.797156552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079229440, end = 3079233536, flags = 67371125, pgoff = 3079229440, inode = 0 }
+vm_state.vm_map: 13589.797158793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079233536, end = 3079348224, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.797160893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079348224, end = 3079352320, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.797163012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079352320, end = 3079356416, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.797165074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3213361152, end = 3213447168, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.797176263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
+vm_state.vm_map: 13589.797178320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
+vm_state.vm_map: 13589.797181282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
+vm_state.vm_map: 13589.797183431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 146681856, end = 146817024, flags = 1048691, pgoff = 146681856, inode = 0 }
+vm_state.vm_map: 13589.797185919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3076997120, end = 3077005312, flags = 1048691, pgoff = 3076997120, inode = 0 }
+vm_state.vm_map: 13589.797189201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3077005312, end = 3078320128, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.797191800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078320128, end = 3078328320, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.797193875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078328320, end = 3078332416, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.797196376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078332416, end = 3078344704, flags = 1048691, pgoff = 3078332416, inode = 0 }
+vm_state.vm_map: 13589.797202262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078344704, end = 3078352896, flags = 134217845, pgoff = 0, inode = 508751 }
+vm_state.vm_map: 13589.797204756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078352896, end = 3078356992, flags = 135266417, pgoff = 4096, inode = 508751 }
+vm_state.vm_map: 13589.797207225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078356992, end = 3078361088, flags = 135266419, pgoff = 8192, inode = 508751 }
+vm_state.vm_map: 13589.797209817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078447104, end = 3078451200, flags = 1048691, pgoff = 3078447104, inode = 0 }
+vm_state.vm_map: 13589.797215797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078455296, end = 3078463488, flags = 1048691, pgoff = 3078455296, inode = 0 }
+vm_state.vm_map: 13589.797218149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078463488, end = 3078467584, flags = 67371125, pgoff = 3078463488, inode = 0 }
+vm_state.vm_map: 13589.797220453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078467584, end = 3078582272, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.797222909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078582272, end = 3078586368, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.797225366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078586368, end = 3078590464, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.797227583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3215757312, end = 3215843328, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.797230859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
+vm_state.vm_map: 13589.797233495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
+vm_state.vm_map: 13589.797235644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
+vm_state.vm_map: 13589.797238020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 166658048, end = 166793216, flags = 1048691, pgoff = 166658048, inode = 0 }
+vm_state.vm_map: 13589.797240089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3076587520, end = 3076595712, flags = 1048691, pgoff = 3076587520, inode = 0 }
+vm_state.vm_map: 13589.797242449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3076595712, end = 3077910528, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.797244499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3077910528, end = 3077918720, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.797247300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3077918720, end = 3077922816, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.797249709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3077922816, end = 3077935104, flags = 1048691, pgoff = 3077922816, inode = 0 }
+vm_state.vm_map: 13589.797252332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3077935104, end = 3077943296, flags = 134217845, pgoff = 0, inode = 508751 }
+vm_state.vm_map: 13589.797254407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3077943296, end = 3077947392, flags = 135266417, pgoff = 4096, inode = 508751 }
+vm_state.vm_map: 13589.797256476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3077947392, end = 3077951488, flags = 135266419, pgoff = 8192, inode = 508751 }
+vm_state.vm_map: 13589.797258638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3078037504, end = 3078041600, flags = 1048691, pgoff = 3078037504, inode = 0 }
+vm_state.vm_map: 13589.797261366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3078045696, end = 3078053888, flags = 1048691, pgoff = 3078045696, inode = 0 }
+vm_state.vm_map: 13589.797263416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3078053888, end = 3078057984, flags = 67371125, pgoff = 3078053888, inode = 0 }
+vm_state.vm_map: 13589.797266107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3078057984, end = 3078172672, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.797268687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3078172672, end = 3078176768, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.797270701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3078176768, end = 3078180864, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.797272856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3212795904, end = 3212881920, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.797275707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
+vm_state.vm_map: 13589.797277677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
+vm_state.vm_map: 13589.797279869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
+vm_state.vm_map: 13589.797282092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 136421376, end = 136556544, flags = 1048691, pgoff = 136421376, inode = 0 }
+vm_state.vm_map: 13589.797284150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3077201920, end = 3077210112, flags = 1048691, pgoff = 3077201920, inode = 0 }
+vm_state.vm_map: 13589.797286428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3077210112, end = 3078524928, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.797288848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078524928, end = 3078533120, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.797290917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078533120, end = 3078537216, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.797292992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078537216, end = 3078549504, flags = 1048691, pgoff = 3078537216, inode = 0 }
+vm_state.vm_map: 13589.797295400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078549504, end = 3078557696, flags = 134217845, pgoff = 0, inode = 508751 }
+vm_state.vm_map: 13589.797297875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078557696, end = 3078561792, flags = 135266417, pgoff = 4096, inode = 508751 }
+vm_state.vm_map: 13589.797300123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078561792, end = 3078565888, flags = 135266419, pgoff = 8192, inode = 508751 }
+vm_state.vm_map: 13589.797302598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078651904, end = 3078656000, flags = 1048691, pgoff = 3078651904, inode = 0 }
+vm_state.vm_map: 13589.797304581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078660096, end = 3078668288, flags = 1048691, pgoff = 3078660096, inode = 0 }
+vm_state.vm_map: 13589.797307026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078668288, end = 3078672384, flags = 67371125, pgoff = 3078668288, inode = 0 }
+vm_state.vm_map: 13589.797309366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078672384, end = 3078787072, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.797311773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078787072, end = 3078791168, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.797313781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078791168, end = 3078795264, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.797315986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3215097856, end = 3215183872, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.797319231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
+vm_state.vm_map: 13589.797321658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
+vm_state.vm_map: 13589.797324127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
+vm_state.vm_map: 13589.797326368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 142258176, end = 142393344, flags = 1048691, pgoff = 142258176, inode = 0 }
+vm_state.vm_map: 13589.797328751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3076583424, end = 3076591616, flags = 1048691, pgoff = 3076583424, inode = 0 }
+vm_state.vm_map: 13589.797331412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3076591616, end = 3077906432, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.797333949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3077906432, end = 3077914624, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.797336301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3077914624, end = 3077918720, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.797338628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3077918720, end = 3077931008, flags = 1048691, pgoff = 3077918720, inode = 0 }
+vm_state.vm_map: 13589.797340906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3077931008, end = 3077939200, flags = 134217845, pgoff = 0, inode = 508751 }
+vm_state.vm_map: 13589.797342859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3077939200, end = 3077943296, flags = 135266417, pgoff = 4096, inode = 508751 }
+vm_state.vm_map: 13589.797344885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3077943296, end = 3077947392, flags = 135266419, pgoff = 8192, inode = 508751 }
+vm_state.vm_map: 13589.797346892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3078033408, end = 3078037504, flags = 1048691, pgoff = 3078033408, inode = 0 }
+vm_state.vm_map: 13589.797349244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3078041600, end = 3078049792, flags = 1048691, pgoff = 3078041600, inode = 0 }
+vm_state.vm_map: 13589.797351579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3078049792, end = 3078053888, flags = 67371125, pgoff = 3078049792, inode = 0 }
+vm_state.vm_map: 13589.797354239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3078053888, end = 3078168576, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.797356542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3078168576, end = 3078172672, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.797358980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3078172672, end = 3078176768, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.797360945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3219058688, end = 3219144704, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.797364018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
+vm_state.vm_map: 13589.797366216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
+vm_state.vm_map: 13589.797368186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
+vm_state.vm_map: 13589.797370687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 153333760, end = 153468928, flags = 1048691, pgoff = 153333760, inode = 0 }
+vm_state.vm_map: 13589.797373310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3076710400, end = 3076718592, flags = 1048691, pgoff = 3076710400, inode = 0 }
+vm_state.vm_map: 13589.797375933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3076718592, end = 3078033408, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.797378223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078033408, end = 3078041600, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.797380409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078041600, end = 3078045696, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.797382535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078045696, end = 3078057984, flags = 1048691, pgoff = 3078045696, inode = 0 }
+vm_state.vm_map: 13589.797385238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078057984, end = 3078066176, flags = 134217845, pgoff = 0, inode = 508751 }
+vm_state.vm_map: 13589.797387559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078066176, end = 3078070272, flags = 135266417, pgoff = 4096, inode = 508751 }
+vm_state.vm_map: 13589.797389517 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078070272, end = 3078074368, flags = 135266419, pgoff = 8192, inode = 508751 }
+vm_state.vm_map: 13589.797391698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078160384, end = 3078164480, flags = 1048691, pgoff = 3078160384, inode = 0 }
+vm_state.vm_map: 13589.797393693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078168576, end = 3078176768, flags = 1048691, pgoff = 3078168576, inode = 0 }
+vm_state.vm_map: 13589.797395835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078176768, end = 3078180864, flags = 67371125, pgoff = 3078176768, inode = 0 }
+vm_state.vm_map: 13589.797398169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078180864, end = 3078295552, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.797400146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078295552, end = 3078299648, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.797402417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078299648, end = 3078303744, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.797404610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3217420288, end = 3217506304, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.797410713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
+vm_state.vm_map: 13589.797413035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
+vm_state.vm_map: 13589.797415608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
+vm_state.vm_map: 13589.797417862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 134971392, end = 135106560, flags = 1048691, pgoff = 134971392, inode = 0 }
+vm_state.vm_map: 13589.797419875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3077324800, end = 3077332992, flags = 1048691, pgoff = 3077324800, inode = 0 }
+vm_state.vm_map: 13589.797422376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3077332992, end = 3078647808, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.797424340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078647808, end = 3078656000, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.797426428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078656000, end = 3078660096, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.797428552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078660096, end = 3078672384, flags = 1048691, pgoff = 3078660096, inode = 0 }
+vm_state.vm_map: 13589.797431021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078672384, end = 3078680576, flags = 134217845, pgoff = 0, inode = 508751 }
+vm_state.vm_map: 13589.797433152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078680576, end = 3078684672, flags = 135266417, pgoff = 4096, inode = 508751 }
+vm_state.vm_map: 13589.797435215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078684672, end = 3078688768, flags = 135266419, pgoff = 8192, inode = 508751 }
+vm_state.vm_map: 13589.797437623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078774784, end = 3078778880, flags = 1048691, pgoff = 3078774784, inode = 0 }
+vm_state.vm_map: 13589.797439691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078782976, end = 3078791168, flags = 1048691, pgoff = 3078782976, inode = 0 }
+vm_state.vm_map: 13589.797441743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078791168, end = 3078795264, flags = 67371125, pgoff = 3078791168, inode = 0 }
+vm_state.vm_map: 13589.797444483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078795264, end = 3078909952, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.797446810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078909952, end = 3078914048, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.797449556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078914048, end = 3078918144, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.797451545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3220238336, end = 3220324352, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.797458565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 134512640, end = 134647808, flags = 134223989, pgoff = 0, inode = 23928 }
+vm_state.vm_map: 13589.797460794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 134647808, end = 134651904, flags = 135272563, pgoff = 135168, inode = 23928 }
+vm_state.vm_map: 13589.797463061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 134651904, end = 134656000, flags = 1048691, pgoff = 134651904, inode = 0 }
+vm_state.vm_map: 13589.797465370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 140304384, end = 140500992, flags = 1048691, pgoff = 140304384, inode = 0 }
+vm_state.vm_map: 13589.797471005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073531904, end = 3073630208, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.797473413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073630208, end = 3073634304, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.797475592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073634304, end = 3073638400, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.797478265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073638400, end = 3073675264, flags = 134217845, pgoff = 0, inode = 508755 }
+vm_state.vm_map: 13589.797480389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073675264, end = 3073679360, flags = 135266417, pgoff = 32768, inode = 508755 }
+vm_state.vm_map: 13589.797486184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073679360, end = 3073683456, flags = 135266419, pgoff = 36864, inode = 508755 }
+vm_state.vm_map: 13589.797488616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073683456, end = 3073843200, flags = 1048691, pgoff = 3073683456, inode = 0 }
+vm_state.vm_map: 13589.797494447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073925120, end = 3073933312, flags = 134217845, pgoff = 0, inode = 499908 }
+vm_state.vm_map: 13589.797496714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073933312, end = 3073937408, flags = 135266419, pgoff = 4096, inode = 499908 }
+vm_state.vm_map: 13589.797499780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073937408, end = 3073986560, flags = 134217845, pgoff = 0, inode = 500088 }
+vm_state.vm_map: 13589.797501948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073986560, end = 3073990656, flags = 135266419, pgoff = 45056, inode = 500088 }
+vm_state.vm_map: 13589.797504115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073990656, end = 3074039808, flags = 1048691, pgoff = 3073990656, inode = 0 }
+vm_state.vm_map: 13589.797509861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074039808, end = 3074080768, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.797511843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074080768, end = 3074084864, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.797513993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074084864, end = 3074088960, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.797516579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074088960, end = 3074125824, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.797518568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074125824, end = 3074129920, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.797521031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074129920, end = 3074134016, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.797523814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074134016, end = 3074211840, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.797525859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074211840, end = 3074215936, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.797528211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074215936, end = 3074220032, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.797530200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074220032, end = 3074228224, flags = 1048691, pgoff = 3074220032, inode = 0 }
+vm_state.vm_map: 13589.797532817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074228224, end = 3074252800, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.797534788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074252800, end = 3074256896, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.797536740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074256896, end = 3074260992, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.797539591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074260992, end = 3074277376, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.797541845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074277376, end = 3074281472, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.797547399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074281472, end = 3074318336, flags = 134217845, pgoff = 0, inode = 499730 }
+vm_state.vm_map: 13589.797549807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074318336, end = 3074322432, flags = 135266419, pgoff = 32768, inode = 499730 }
+vm_state.vm_map: 13589.797552615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074322432, end = 3074338816, flags = 134217845, pgoff = 0, inode = 500096 }
+vm_state.vm_map: 13589.797554598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074338816, end = 3074342912, flags = 135266419, pgoff = 12288, inode = 500096 }
+vm_state.vm_map: 13589.797557363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074342912, end = 3074347008, flags = 134217845, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 13589.797559339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074347008, end = 3074351104, flags = 135266419, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 13589.797559374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074351104, end = 3074355200, flags = 134217845, pgoff = 0, inode = 499797 }
+kernel.irq_entry: 13589.797622154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.sched_try_wakeup: 13589.797656995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { pid = 2822, cpu_id = 0, state = 1 }
+kernel.irq_exit: 13589.797673707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.sched_schedule: 13589.797690660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { prev_pid = 16887, next_pid = 2822, prev_state = 0 }
+kernel.syscall_exit: 13589.797914007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = -110 }
+kernel.syscall_entry: 13589.797937875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 240 [syscall 240] }
+kernel.syscall_exit: 13589.797941347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.797946508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.797951583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.797964551 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.797967445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.797971540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.797973751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.797976669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.797978868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.797982403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.797984613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.797992600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.797994860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.797997834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 240 [syscall 240] }
+kernel.sched_schedule: 13589.798014732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2822, next_pid = 1852, prev_state = 1 }
+kernel.irq_entry: 13589.799079437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3238156110, handler = 0xc14a4a8c, irq_id = 1, kernel_mode = 1 }
+input.input_event: 13589.799693753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/input_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { type = 4, code = 3, value = 156 }
+input.input_event: 13589.799707745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/input_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { type = 4, code = 4, value = 28 }
+kernel.softirq_raise: 13589.799718909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 6 [softirq 6] }
+kernel.sched_try_wakeup: 13589.799733219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 5, cpu_id = 0, state = 1 }
+kernel.send_signal: 13589.799762143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 1852, signal = 29 }
+kernel.sched_try_wakeup: 13589.799792434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 24682, cpu_id = 0, state = 1 }
+input.input_event: 13589.799800384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/input_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { type = 1, code = 28, value = 0 }
+kernel.send_signal: 13589.799826765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 1852, signal = 29 }
+input.input_event: 13589.799837369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/input_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { type = 0, code = 0, value = 0 }
+kernel.send_signal: 13589.799845650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 1852, signal = 29 }
+kernel.irq_exit: 13589.799855731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { handled = 1 }
+kernel.softirq_entry: 13589.799864518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 6 [softirq 6] }
+kernel.tasklet_low_entry: 13589.799869439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc148ac75, data = 0 }
+kernel.tasklet_low_exit: 13589.799871538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc148ac75, data = 0 }
+kernel.softirq_exit: 13589.799873201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { softirq_id = 6 [softirq 6] }
+kernel.sched_schedule: 13589.799882906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 5, 5, events/0, , 2, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 5, prev_state = 0 }
+kernel.sched_schedule: 13589.800011039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { prev_pid = 5, next_pid = 24682, prev_state = 1 }
+fs.pollfd: 13589.800084078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { fd = 3 }
+fs.pollfd: 13589.800092952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { fd = 5 }
+fs.pollfd: 13589.800117724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { fd = 6 }
+fs.pollfd: 13589.800123204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { fd = 4 }
+kernel.syscall_exit: 13589.800134819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.800241953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { ip = 0xb7852416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.800257219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { count = 1024, fd = 4 }
+kernel.syscall_exit: 13589.800258525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { ret = 48 }
+kernel.syscall_entry: 13589.800271788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { ip = 0xb7852416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.800273543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { count = 1024, fd = 4 }
+kernel.syscall_exit: 13589.800274707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.800314660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { ip = 0xb7852416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.800316858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.800319143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 13589.800320602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { fd = 6 }
+fs.pollfd: 13589.800321981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { fd = 4 }
+kernel.sched_schedule: 13589.800329285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 24682, next_pid = 16887, prev_state = 1 }
+vm_state.vm_map: 13589.800393290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074355200, end = 3074359296, flags = 135266419, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 13589.800396331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074359296, end = 3074371584, flags = 134217845, pgoff = 0, inode = 500089 }
+vm_state.vm_map: 13589.800398500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074371584, end = 3074375680, flags = 135266419, pgoff = 8192, inode = 500089 }
+vm_state.vm_map: 13589.800400562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074375680, end = 3074383872, flags = 1048691, pgoff = 3074375680, inode = 0 }
+vm_state.vm_map: 13589.800403148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074383872, end = 3074412544, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.800405537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074412544, end = 3074416640, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.800407662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074416640, end = 3074420736, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.800410390 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074420736, end = 3074506752, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.800412804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074506752, end = 3074510848, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.800414836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074510848, end = 3074514944, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.800417003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074514944, end = 3074523136, flags = 1048691, pgoff = 3074514944, inode = 0 }
+vm_state.vm_map: 13589.800419541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074523136, end = 3074531328, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.800421727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074531328, end = 3074535424, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.800423808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074535424, end = 3074539520, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.800425995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074539520, end = 3074543616, flags = 1048691, pgoff = 3074539520, inode = 0 }
+vm_state.vm_map: 13589.800428396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074543616, end = 3074641920, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.800430441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074641920, end = 3074646016, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.800432676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074646016, end = 3075960832, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.800434868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3075960832, end = 3075969024, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.800436907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3075969024, end = 3075973120, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.800438945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3075973120, end = 3075985408, flags = 1048691, pgoff = 3075973120, inode = 0 }
+vm_state.vm_map: 13589.800441365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3075985408, end = 3076210688, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.800443464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076210688, end = 3076214784, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.800445453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076214784, end = 3076218880, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.800448058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076218880, end = 3076227072, flags = 134217845, pgoff = 0, inode = 17167 }
+vm_state.vm_map: 13589.800450121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076227072, end = 3076231168, flags = 135266419, pgoff = 8192, inode = 17167 }
+vm_state.vm_map: 13589.800452701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076231168, end = 3076272128, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 13589.800454739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076272128, end = 3076276224, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 13589.800457185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076276224, end = 3076292608, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.800459136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076292608, end = 3076296704, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.800461310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076296704, end = 3076300800, flags = 1048691, pgoff = 3076296704, inode = 0 }
+vm_state.vm_map: 13589.800463422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076300800, end = 3076308992, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.800465386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076308992, end = 3076313088, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.800467954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076313088, end = 3077464064, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.800469980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077464064, end = 3077480448, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.800478885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077484544, end = 3077488640, flags = 134217845, pgoff = 0, inode = 500093 }
+vm_state.vm_map: 13589.800480948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077488640, end = 3077492736, flags = 135266419, pgoff = 0, inode = 500093 }
+vm_state.vm_map: 13589.800487087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077496832, end = 3077529600, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.800489273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077529600, end = 3077533696, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.800494396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077533696, end = 3077566464, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.800496454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077566464, end = 3077570560, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.800498498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077570560, end = 3077582848, flags = 1048691, pgoff = 3077570560, inode = 0 }
+vm_state.vm_map: 13589.800500604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077582848, end = 3077586944, flags = 67371125, pgoff = 3077582848, inode = 0 }
+vm_state.vm_map: 13589.800503571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077586944, end = 3077701632, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.800505745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077701632, end = 3077705728, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.800507944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077705728, end = 3077709824, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.800509970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3214938112, end = 3215024128, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.800519144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 20943 }
+vm_state.vm_map: 13589.800521196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 20943 }
+vm_state.vm_map: 13589.800523394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 143081472, end = 143216640, flags = 1048691, pgoff = 143081472, inode = 0 }
+vm_state.vm_map: 13589.800528554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075207168, end = 3075248128, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.800530605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075248128, end = 3075252224, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.800532748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075252224, end = 3075256320, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.800535130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075256320, end = 3075293184, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.800537088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075293184, end = 3075297280, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.800539490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075297280, end = 3075301376, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.800541695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075301376, end = 3075379200, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.800543856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075379200, end = 3075383296, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.800546142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075383296, end = 3075387392, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.800548143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075387392, end = 3075395584, flags = 1048691, pgoff = 3075387392, inode = 0 }
+vm_state.vm_map: 13589.800550723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075395584, end = 3075420160, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.800552681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075420160, end = 3075424256, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.800554971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075424256, end = 3075428352, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.800557015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075428352, end = 3075436544, flags = 1048691, pgoff = 3075428352, inode = 0 }
+vm_state.vm_map: 13589.800559196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075436544, end = 3075452928, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.800561671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075452928, end = 3075457024, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.800563746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075457024, end = 3075465216, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.800565698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075465216, end = 3075469312, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.800567885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075469312, end = 3075477504, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.800569855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075477504, end = 3075481600, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.800571850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075481600, end = 3075485696, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.800574067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075485696, end = 3075584000, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.800576099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075584000, end = 3075588096, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.800578156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075588096, end = 3076902912, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.800580341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3076902912, end = 3076911104, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.800582282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3076911104, end = 3076915200, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.800584234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3076915200, end = 3076931584, flags = 1048691, pgoff = 3076915200, inode = 0 }
+vm_state.vm_map: 13589.800586327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3076931584, end = 3077017600, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.800588397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3077017600, end = 3077021696, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.800590324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3077021696, end = 3077025792, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.800592258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3077025792, end = 3077033984, flags = 1048691, pgoff = 3077025792, inode = 0 }
+vm_state.vm_map: 13589.800594770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3077033984, end = 3078184960, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.800596703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3078184960, end = 3078201344, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.800598644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3078295552, end = 3078303744, flags = 1048691, pgoff = 3078295552, inode = 0 }
+vm_state.vm_map: 13589.800600675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3078303744, end = 3078307840, flags = 67371125, pgoff = 3078303744, inode = 0 }
+vm_state.vm_map: 13589.800602732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3078307840, end = 3078422528, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.800604659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3078422528, end = 3078426624, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.800606697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3078426624, end = 3078430720, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.800608631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3218632704, end = 3218718720, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.800614155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076313088, end = 3076354048, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.800616396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076354048, end = 3076358144, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.800618434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076358144, end = 3076362240, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.800620516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076362240, end = 3076399104, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.800622597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076399104, end = 3076403200, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.800624537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076403200, end = 3076407296, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.800626772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076407296, end = 3076485120, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.800629094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076485120, end = 3076489216, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.800631279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076489216, end = 3076493312, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.800633226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076493312, end = 3076501504, flags = 1048691, pgoff = 3076493312, inode = 0 }
+vm_state.vm_map: 13589.800635270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076501504, end = 3076526080, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.800637302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076526080, end = 3076530176, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.800639235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076530176, end = 3076534272, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.800641170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076534272, end = 3076542464, flags = 1048691, pgoff = 3076534272, inode = 0 }
+vm_state.vm_map: 13589.800643251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076542464, end = 3076550656, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.800645191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076550656, end = 3076554752, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.800647210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076554752, end = 3076558848, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.800649304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076558848, end = 3077873664, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.800651423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3077873664, end = 3077881856, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.800653356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3077881856, end = 3077885952, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.800658523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3077885952, end = 3077898240, flags = 1048691, pgoff = 3077885952, inode = 0 }
+vm_state.vm_map: 13589.800660708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3077898240, end = 3077926912, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.800663258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3077926912, end = 3077931008, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.800665198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3077931008, end = 3077935104, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.800667340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3077935104, end = 3078021120, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.800669421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078021120, end = 3078025216, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.800671356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078025216, end = 3078029312, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.800673345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078029312, end = 3078041600, flags = 1048691, pgoff = 3078029312, inode = 0 }
+vm_state.vm_map: 13589.800675666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078041600, end = 3078139904, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.800677593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078139904, end = 3078144000, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.800679521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078144000, end = 3078148096, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.800681941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078148096, end = 3078295552, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.800684059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078295552, end = 3078303744, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.800685999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078397952, end = 3078406144, flags = 1048691, pgoff = 3078397952, inode = 0 }
+vm_state.vm_map: 13589.800687932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078406144, end = 3078410240, flags = 67371125, pgoff = 3078406144, inode = 0 }
+vm_state.vm_map: 13589.800690107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078410240, end = 3078524928, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.800692040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078524928, end = 3078529024, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.800693974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078529024, end = 3078533120, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.800696892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078533120, end = 3078823936, flags = 134223989, pgoff = 0, inode = 20940 }
+vm_state.vm_map: 13589.800698832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078823936, end = 3078828032, flags = 135272561, pgoff = 286720, inode = 20940 }
+vm_state.vm_map: 13589.800700827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078828032, end = 3078832128, flags = 135272563, pgoff = 290816, inode = 20940 }
+vm_state.vm_map: 13589.800703026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3085512704, end = 3085647872, flags = 1048691, pgoff = 3085512704, inode = 0 }
+vm_state.vm_map: 13589.800704953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3216969728, end = 3217055744, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.800708001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 18385 }
+vm_state.vm_map: 13589.800710046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 134545408, end = 134549504, flags = 135272563, pgoff = 28672, inode = 18385 }
+vm_state.vm_map: 13589.800712090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 134549504, end = 134553600, flags = 1048691, pgoff = 134549504, inode = 0 }
+vm_state.vm_map: 13589.800714171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 149598208, end = 149733376, flags = 1048691, pgoff = 149598208, inode = 0 }
+vm_state.vm_map: 13589.800716437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074297856, end = 3074383872, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.800718371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074383872, end = 3074387968, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.800720471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074387968, end = 3074392064, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.800722404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074392064, end = 3074400256, flags = 1048691, pgoff = 3074392064, inode = 0 }
+vm_state.vm_map: 13589.800724474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074400256, end = 3074625536, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.800726536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074625536, end = 3074629632, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.800728531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074629632, end = 3074633728, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.800730983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074633728, end = 3074637824, flags = 1048691, pgoff = 3074633728, inode = 0 }
+vm_state.vm_map: 13589.800733575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074637824, end = 3074666496, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.800735669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074666496, end = 3074703360, flags = 134217845, pgoff = 0, inode = 499730 }
+vm_state.vm_map: 13589.800737596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074703360, end = 3074707456, flags = 135266419, pgoff = 32768, inode = 499730 }
+vm_state.vm_map: 13589.800739689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074707456, end = 3074723840, flags = 134217845, pgoff = 0, inode = 500096 }
+vm_state.vm_map: 13589.800741624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074723840, end = 3074727936, flags = 135266419, pgoff = 12288, inode = 500096 }
+vm_state.vm_map: 13589.800746654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074727936, end = 3074764800, flags = 134217845, pgoff = 0, inode = 508755 }
+vm_state.vm_map: 13589.800748895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074764800, end = 3074768896, flags = 135266417, pgoff = 32768, inode = 508755 }
+vm_state.vm_map: 13589.800750958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074768896, end = 3074772992, flags = 135266419, pgoff = 36864, inode = 508755 }
+vm_state.vm_map: 13589.800753182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074772992, end = 3074932736, flags = 1048691, pgoff = 3074772992, inode = 0 }
+vm_state.vm_map: 13589.800755318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074932736, end = 3074981888, flags = 134217845, pgoff = 0, inode = 500088 }
+vm_state.vm_map: 13589.800757486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074981888, end = 3074985984, flags = 135266419, pgoff = 45056, inode = 500088 }
+vm_state.vm_map: 13589.800759635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074985984, end = 3075035136, flags = 1048691, pgoff = 3074985984, inode = 0 }
+vm_state.vm_map: 13589.800761741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075035136, end = 3075076096, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.800763798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075076096, end = 3075080192, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.800766193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075080192, end = 3075084288, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.800768231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075084288, end = 3075162112, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.800770399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075162112, end = 3075166208, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.800772357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075166208, end = 3075170304, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.800774482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075170304, end = 3075178496, flags = 1048691, pgoff = 3075170304, inode = 0 }
+vm_state.vm_map: 13589.800776557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075178496, end = 3075207168, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.800778503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075207168, end = 3075211264, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.800780454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075211264, end = 3075215360, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.800782542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075215360, end = 3075223552, flags = 134217845, pgoff = 0, inode = 17167 }
+vm_state.vm_map: 13589.800784488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075223552, end = 3075227648, flags = 135266419, pgoff = 8192, inode = 17167 }
+vm_state.vm_map: 13589.800786742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075227648, end = 3075235840, flags = 134217845, pgoff = 0, inode = 499908 }
+vm_state.vm_map: 13589.800788675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075235840, end = 3075239936, flags = 135266419, pgoff = 4096, inode = 499908 }
+vm_state.vm_map: 13589.800790806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075239936, end = 3075252224, flags = 134217845, pgoff = 0, inode = 500089 }
+vm_state.vm_map: 13589.800792795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075252224, end = 3075256320, flags = 135266419, pgoff = 8192, inode = 500089 }
+vm_state.vm_map: 13589.800795049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075256320, end = 3075260416, flags = 134217845, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 13589.800796983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075260416, end = 3075264512, flags = 135266419, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 13589.800799489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075264512, end = 3075268608, flags = 134217845, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 13589.800801423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075268608, end = 3075272704, flags = 135266419, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 13589.800803818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075272704, end = 3076603904, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.800805788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3076603904, end = 3076608000, flags = 1048691, pgoff = 3076603904, inode = 0 }
+vm_state.vm_map: 13589.800808153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3076608000, end = 3076616192, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.800810099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3076616192, end = 3076620288, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.800812038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3076620288, end = 3076624384, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.800814391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3076624384, end = 3077939200, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.800816546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3077939200, end = 3077947392, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.800818584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3077947392, end = 3077951488, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.800820739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3077951488, end = 3077967872, flags = 1048691, pgoff = 3077951488, inode = 0 }
+vm_state.vm_map: 13589.800823025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3077967872, end = 3078066176, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.800825192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078066176, end = 3078070272, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.800827341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078070272, end = 3078074368, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.800829625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078074368, end = 3078115328, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 13589.800831589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078115328, end = 3078119424, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 13589.800834041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078123520, end = 3078160384, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.800836030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078160384, end = 3078164480, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.800838006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078164480, end = 3078168576, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.800840482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078168576, end = 3078193152, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.800842515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078193152, end = 3078197248, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.800844682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078197248, end = 3078201344, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.800846732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078205440, end = 3078221824, flags = 1048691, pgoff = 3078205440, inode = 0 }
+vm_state.vm_map: 13589.800848776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078221824, end = 3078225920, flags = 67371125, pgoff = 3078221824, inode = 0 }
+vm_state.vm_map: 13589.800850938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078225920, end = 3078340608, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.800852946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078340608, end = 3078344704, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.800855046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078344704, end = 3078348800, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.800857096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3220443136, end = 3220529152, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.800864997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 134512640, end = 135254016, flags = 134223989, pgoff = 0, inode = 21795 }
+vm_state.vm_map: 13589.800867213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 135254016, end = 135270400, flags = 135272563, pgoff = 741376, inode = 21795 }
+vm_state.vm_map: 13589.800869806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 135270400, end = 135282688, flags = 1048691, pgoff = 135270400, inode = 0 }
+vm_state.vm_map: 13589.800871962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 167878656, end = 168013824, flags = 1048691, pgoff = 167878656, inode = 0 }
+vm_state.vm_map: 13589.800874388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073839104, end = 3073880064, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.800876567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073880064, end = 3073884160, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.800878538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073884160, end = 3073888256, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.800880828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073888256, end = 3073925120, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.800882768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073925120, end = 3073929216, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.800884844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073929216, end = 3073933312, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.800887091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073933312, end = 3073957888, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.800889283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073957888, end = 3073961984, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.800891352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073961984, end = 3073966080, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.800893403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073966080, end = 3073970176, flags = 1048691, pgoff = 3073966080, inode = 0 }
+vm_state.vm_map: 13589.800896303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073970176, end = 3073982464, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 13589.800898243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073982464, end = 3073986560, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 13589.800900182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073986560, end = 3073990656, flags = 1048691, pgoff = 3073986560, inode = 0 }
+vm_state.vm_map: 13589.800902664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073990656, end = 3074453504, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 13589.800905072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074453504, end = 3074465792, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 13589.800907566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074465792, end = 3074547712, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.800909512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074547712, end = 3074551808, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.800917283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074551808, end = 3074613248, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 13589.800919444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074613248, end = 3074617344, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 13589.800921716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074617344, end = 3074703360, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.800923885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074703360, end = 3074707456, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.800925935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074707456, end = 3074711552, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.800928010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074711552, end = 3074719744, flags = 1048691, pgoff = 3074711552, inode = 0 }
+vm_state.vm_map: 13589.800930159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074719744, end = 3076034560, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.800932099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076034560, end = 3076042752, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.800934064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076042752, end = 3076046848, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.800936003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076046848, end = 3076063232, flags = 1048691, pgoff = 3076046848, inode = 0 }
+vm_state.vm_map: 13589.800938811 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076063232, end = 3076255744, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.800941194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076255744, end = 3076259840, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.800946232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076259840, end = 3076866048, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 13589.800948270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076866048, end = 3076882432, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 13589.800950763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076882432, end = 3078123520, flags = 134217845, pgoff = 0, inode = 18970 }
+vm_state.vm_map: 13589.800952740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078123520, end = 3078135808, flags = 135266419, pgoff = 1236992, inode = 18970 }
+vm_state.vm_map: 13589.800954950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078135808, end = 3078144000, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.800956891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078144000, end = 3078148096, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.800958954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078148096, end = 3078152192, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.800961361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078152192, end = 3078299648, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.800963294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078299648, end = 3078303744, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.800965235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078303744, end = 3078307840, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.800967384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078307840, end = 3078344704, flags = 134217845, pgoff = 0, inode = 508755 }
+vm_state.vm_map: 13589.800969330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078344704, end = 3078348800, flags = 135266417, pgoff = 32768, inode = 508755 }
+vm_state.vm_map: 13589.800971466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078348800, end = 3078352896, flags = 135266419, pgoff = 36864, inode = 508755 }
+vm_state.vm_map: 13589.800973646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078352896, end = 3078516736, flags = 1048691, pgoff = 3078352896, inode = 0 }
+vm_state.vm_map: 13589.800976091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078516736, end = 3078594560, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.800978160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078594560, end = 3078598656, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.800980223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078598656, end = 3078602752, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.800982175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078602752, end = 3078610944, flags = 1048691, pgoff = 3078602752, inode = 0 }
+vm_state.vm_map: 13589.800984515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078610944, end = 3078680576, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.800986486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078680576, end = 3078684672, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.800988419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078684672, end = 3078688768, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.800990353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078688768, end = 3078696960, flags = 1048691, pgoff = 3078688768, inode = 0 }
+vm_state.vm_map: 13589.800995291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078758400, end = 3078778880, flags = 134217845, pgoff = 0, inode = 508634 }
+vm_state.vm_map: 13589.800997231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078778880, end = 3078782976, flags = 135266417, pgoff = 16384, inode = 508634 }
+vm_state.vm_map: 13589.800999282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078782976, end = 3078787072, flags = 135266419, pgoff = 20480, inode = 508634 }
+vm_state.vm_map: 13589.801001221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078787072, end = 3078799360, flags = 1048691, pgoff = 3078787072, inode = 0 }
+vm_state.vm_map: 13589.801003167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078799360, end = 3078803456, flags = 67371125, pgoff = 3078799360, inode = 0 }
+vm_state.vm_map: 13589.801005267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078803456, end = 3078918144, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.801007244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078918144, end = 3078922240, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.801012071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078922240, end = 3078926336, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.801014066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3218399232, end = 3218935808, flags = 1048947, pgoff = 3220688896, inode = 0 }
+vm_state.vm_map: 13589.801016629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074318336, end = 3074338816, flags = 134217845, pgoff = 0, inode = 508634 }
+vm_state.vm_map: 13589.801018679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074338816, end = 3074342912, flags = 135266417, pgoff = 16384, inode = 508634 }
+vm_state.vm_map: 13589.801020619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074342912, end = 3074347008, flags = 135266419, pgoff = 20480, inode = 508634 }
+vm_state.vm_map: 13589.801022835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074347008, end = 3074387968, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.801024782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074387968, end = 3074392064, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.801026832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074392064, end = 3074396160, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.801028889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074396160, end = 3074433024, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.801030859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074433024, end = 3074437120, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.801032971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074437120, end = 3074441216, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.801035047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074441216, end = 3074465792, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.801036999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074465792, end = 3074469888, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.801039049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074469888, end = 3074473984, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.801040983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074473984, end = 3074482176, flags = 1048691, pgoff = 3074473984, inode = 0 }
+vm_state.vm_map: 13589.801043544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074482176, end = 3074568192, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.801045484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074568192, end = 3074572288, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.801047424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074572288, end = 3074576384, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.801049376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074576384, end = 3074584576, flags = 1048691, pgoff = 3074576384, inode = 0 }
+vm_state.vm_map: 13589.801054296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074584576, end = 3074592768, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 13589.801056241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074592768, end = 3074596864, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 13589.801058200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074596864, end = 3074600960, flags = 1048691, pgoff = 3074596864, inode = 0 }
+vm_state.vm_map: 13589.801060503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074600960, end = 3074625536, flags = 134217845, pgoff = 0, inode = 18679 }
+vm_state.vm_map: 13589.801062474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074625536, end = 3074629632, flags = 135266419, pgoff = 20480, inode = 18679 }
+vm_state.vm_map: 13589.801064666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074629632, end = 3074637824, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.801066631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074637824, end = 3074641920, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.801068724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074641920, end = 3074646016, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.801070929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074646016, end = 3075960832, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.801072874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3075960832, end = 3075969024, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.801074869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3075969024, end = 3075973120, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.801080005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3075973120, end = 3075985408, flags = 1048691, pgoff = 3075973120, inode = 0 }
+vm_state.vm_map: 13589.801085400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3075985408, end = 3075993600, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 13589.801087555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3075993600, end = 3075997696, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 13589.801089938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3075997696, end = 3076161536, flags = 134217845, pgoff = 0, inode = 18646 }
+vm_state.vm_map: 13589.801111952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3076161536, end = 3076165632, flags = 135266419, pgoff = 163840, inode = 18646 }
+vm_state.vm_map: 13589.801114095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3076165632, end = 3076169728, flags = 1048691, pgoff = 3076165632, inode = 0 }
+vm_state.vm_map: 13589.801116651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3076169728, end = 3076833280, flags = 134217845, pgoff = 0, inode = 18913 }
+vm_state.vm_map: 13589.801118652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3076833280, end = 3076857856, flags = 135266419, pgoff = 659456, inode = 18913 }
+vm_state.vm_map: 13589.801121312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3076857856, end = 3077021696, flags = 134217845, pgoff = 0, inode = 18977 }
+vm_state.vm_map: 13589.801123351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077021696, end = 3077025792, flags = 135266419, pgoff = 163840, inode = 18977 }
+vm_state.vm_map: 13589.801125524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077025792, end = 3077062656, flags = 134217845, pgoff = 0, inode = 508755 }
+vm_state.vm_map: 13589.801127550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077062656, end = 3077066752, flags = 135266417, pgoff = 32768, inode = 508755 }
+vm_state.vm_map: 13589.801129835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077066752, end = 3077070848, flags = 135266419, pgoff = 36864, inode = 508755 }
+vm_state.vm_map: 13589.801131879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077070848, end = 3077230592, flags = 1048691, pgoff = 3077070848, inode = 0 }
+vm_state.vm_map: 13589.801134410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077230592, end = 3077308416, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.801136540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077308416, end = 3077312512, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.801138709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077312512, end = 3077316608, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.801140704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077316608, end = 3077324800, flags = 1048691, pgoff = 3077316608, inode = 0 }
+vm_state.vm_map: 13589.801143154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077324800, end = 3077406720, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.801145131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077406720, end = 3077410816, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.801147717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077410816, end = 3077419008, flags = 134217845, pgoff = 0, inode = 508751 }
+vm_state.vm_map: 13589.801149910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077419008, end = 3077423104, flags = 135266417, pgoff = 4096, inode = 508751 }
+vm_state.vm_map: 13589.801152003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077423104, end = 3077427200, flags = 135266419, pgoff = 8192, inode = 508751 }
+vm_state.vm_map: 13589.801153974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077427200, end = 3077431296, flags = 1048691, pgoff = 3077427200, inode = 0 }
+vm_state.vm_map: 13589.801156610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077431296, end = 3078733824, flags = 134217845, pgoff = 0, inode = 33850 }
+vm_state.vm_map: 13589.801158642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3078733824, end = 3078828032, flags = 135266419, pgoff = 1302528, inode = 33850 }
+vm_state.vm_map: 13589.801160680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3078828032, end = 3078840320, flags = 1048691, pgoff = 3078828032, inode = 0 }
+vm_state.vm_map: 13589.801162927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3078840320, end = 3078909952, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.801165064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3078909952, end = 3078914048, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.801167145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3078914048, end = 3078918144, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.801169751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3078918144, end = 3078926336, flags = 1048691, pgoff = 3078918144, inode = 0 }
+vm_state.vm_map: 13589.801171807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079020544, end = 3079028736, flags = 1048691, pgoff = 3079020544, inode = 0 }
+vm_state.vm_map: 13589.801191685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079028736, end = 3079032832, flags = 67371125, pgoff = 3079028736, inode = 0 }
+vm_state.vm_map: 13589.801194086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079032832, end = 3079147520, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.801196260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079147520, end = 3079151616, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.801198299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079151616, end = 3079155712, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.801203200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079155712, end = 3079483392, flags = 134223989, pgoff = 0, inode = 22406 }
+vm_state.vm_map: 13589.801205349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079483392, end = 3079487488, flags = 135272563, pgoff = 323584, inode = 22406 }
+vm_state.vm_map: 13589.801207394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079487488, end = 3079503872, flags = 1048691, pgoff = 3079487488, inode = 0 }
+vm_state.vm_map: 13589.801209438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3095060480, end = 3095195648, flags = 1048691, pgoff = 3095060480, inode = 0 }
+vm_state.vm_map: 13589.801211581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3214336000, end = 3214422016, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.801214555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073671168, end = 3073691648, flags = 134217845, pgoff = 0, inode = 508634 }
+vm_state.vm_map: 13589.801216747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073691648, end = 3073695744, flags = 135266417, pgoff = 16384, inode = 508634 }
+vm_state.vm_map: 13589.801218822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073695744, end = 3073699840, flags = 135266419, pgoff = 20480, inode = 508634 }
+vm_state.vm_map: 13589.801221557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073699840, end = 3073740800, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.801223607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073740800, end = 3073744896, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.801225855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073744896, end = 3073748992, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.801228077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073748992, end = 3073785856, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.801230178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073785856, end = 3073789952, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.801232155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073789952, end = 3073794048, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.801234396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073794048, end = 3073818624, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.801236354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073818624, end = 3073822720, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.801238527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073822720, end = 3073826816, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.801240511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073826816, end = 3073835008, flags = 1048691, pgoff = 3073826816, inode = 0 }
+vm_state.vm_map: 13589.801242826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073835008, end = 3073921024, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.801244864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073921024, end = 3073925120, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.801247136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073925120, end = 3073929216, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.801249180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073929216, end = 3073937408, flags = 1048691, pgoff = 3073929216, inode = 0 }
+vm_state.vm_map: 13589.801251256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073937408, end = 3073945600, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 13589.801253578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073945600, end = 3073949696, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 13589.801256127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073949696, end = 3073953792, flags = 1048691, pgoff = 3073949696, inode = 0 }
+vm_state.vm_map: 13589.801258436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073953792, end = 3073978368, flags = 134217845, pgoff = 0, inode = 18679 }
+vm_state.vm_map: 13589.801260401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073978368, end = 3073982464, flags = 135266419, pgoff = 20480, inode = 18679 }
+vm_state.vm_map: 13589.801262759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073982464, end = 3073990656, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.801264797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073990656, end = 3073994752, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.801266774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073994752, end = 3073998848, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.801269027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073998848, end = 3075313664, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.801271066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075313664, end = 3075321856, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.801273123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075321856, end = 3075325952, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.801275253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075325952, end = 3075338240, flags = 1048691, pgoff = 3075325952, inode = 0 }
+vm_state.vm_map: 13589.801277445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075338240, end = 3075346432, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 13589.801279398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075346432, end = 3075350528, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 13589.801281707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075350528, end = 3075514368, flags = 134217845, pgoff = 0, inode = 18646 }
+vm_state.vm_map: 13589.801283745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075514368, end = 3075518464, flags = 135266419, pgoff = 163840, inode = 18646 }
+vm_state.vm_map: 13589.801285777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075518464, end = 3075522560, flags = 1048691, pgoff = 3075518464, inode = 0 }
+vm_state.vm_map: 13589.801287938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075522560, end = 3076186112, flags = 134217845, pgoff = 0, inode = 18913 }
+vm_state.vm_map: 13589.801290556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076186112, end = 3076210688, flags = 135266419, pgoff = 659456, inode = 18913 }
+vm_state.vm_map: 13589.801292773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076210688, end = 3076374528, flags = 134217845, pgoff = 0, inode = 18977 }
+vm_state.vm_map: 13589.801294977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076374528, end = 3076378624, flags = 135266419, pgoff = 163840, inode = 18977 }
+vm_state.vm_map: 13589.801297138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076378624, end = 3076415488, flags = 134217845, pgoff = 0, inode = 508755 }
+vm_state.vm_map: 13589.801299405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076415488, end = 3076419584, flags = 135266417, pgoff = 32768, inode = 508755 }
+vm_state.vm_map: 13589.801301443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076419584, end = 3076423680, flags = 135266419, pgoff = 36864, inode = 508755 }
+vm_state.vm_map: 13589.801303487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076423680, end = 3076583424, flags = 1048691, pgoff = 3076423680, inode = 0 }
+vm_state.vm_map: 13589.801305643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076583424, end = 3076661248, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.801307810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076661248, end = 3076665344, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.801309843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076665344, end = 3076669440, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.801312016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076669440, end = 3076677632, flags = 1048691, pgoff = 3076669440, inode = 0 }
+vm_state.vm_map: 13589.801314178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076677632, end = 3076759552, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.801316246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076759552, end = 3076763648, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.801318420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076763648, end = 3076771840, flags = 134217845, pgoff = 0, inode = 508751 }
+vm_state.vm_map: 13589.801320594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076771840, end = 3076775936, flags = 135266417, pgoff = 4096, inode = 508751 }
+vm_state.vm_map: 13589.801322657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076775936, end = 3076780032, flags = 135266419, pgoff = 8192, inode = 508751 }
+vm_state.vm_map: 13589.801325052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076780032, end = 3076784128, flags = 1048691, pgoff = 3076780032, inode = 0 }
+vm_state.vm_map: 13589.801327374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076784128, end = 3078086656, flags = 134217845, pgoff = 0, inode = 33850 }
+vm_state.vm_map: 13589.801329412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078086656, end = 3078180864, flags = 135266419, pgoff = 1302528, inode = 33850 }
+vm_state.vm_map: 13589.801331445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078180864, end = 3078193152, flags = 1048691, pgoff = 3078180864, inode = 0 }
+vm_state.vm_map: 13589.801333747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078193152, end = 3078262784, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.801335730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078262784, end = 3078266880, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.801337891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078266880, end = 3078270976, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.801340115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078270976, end = 3078279168, flags = 1048691, pgoff = 3078270976, inode = 0 }
+vm_state.vm_map: 13589.801342184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078373376, end = 3078381568, flags = 1048691, pgoff = 3078373376, inode = 0 }
+vm_state.vm_map: 13589.801344210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078381568, end = 3078385664, flags = 67371125, pgoff = 3078381568, inode = 0 }
+vm_state.vm_map: 13589.801346451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078385664, end = 3078500352, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.801348501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078500352, end = 3078504448, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.801350546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078504448, end = 3078508544, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.801352665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078508544, end = 3078836224, flags = 134223989, pgoff = 0, inode = 22406 }
+vm_state.vm_map: 13589.801354937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078836224, end = 3078840320, flags = 135272563, pgoff = 323584, inode = 22406 }
+vm_state.vm_map: 13589.801356993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078840320, end = 3078856704, flags = 1048691, pgoff = 3078840320, inode = 0 }
+vm_state.vm_map: 13589.801359389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3098804224, end = 3098939392, flags = 1048691, pgoff = 3098804224, inode = 0 }
+vm_state.vm_map: 13589.801361526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3214684160, end = 3214770176, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.801367018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073196032, end = 3073429504, flags = 1048691, pgoff = 3073429504, inode = 0 }
+vm_state.vm_map: 13589.801369321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073630208, end = 3073650688, flags = 134217845, pgoff = 0, inode = 508634 }
+vm_state.vm_map: 13589.801371342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073650688, end = 3073654784, flags = 135266417, pgoff = 16384, inode = 508634 }
+vm_state.vm_map: 13589.801373521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073654784, end = 3073658880, flags = 135266419, pgoff = 20480, inode = 508634 }
+vm_state.vm_map: 13589.801375886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073658880, end = 3073699840, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.801377930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073699840, end = 3073703936, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.801379957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073703936, end = 3073708032, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.801382216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073708032, end = 3073744896, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.801384236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073744896, end = 3073748992, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.801386299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073748992, end = 3073753088, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.801388417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073753088, end = 3073777664, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.801390548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073777664, end = 3073781760, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.801392599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073781760, end = 3073785856, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.801395154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073785856, end = 3073794048, flags = 1048691, pgoff = 3073785856, inode = 0 }
+vm_state.vm_map: 13589.801397235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073794048, end = 3073880064, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.801401847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073880064, end = 3073884160, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.801403898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073884160, end = 3073888256, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.801406035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073888256, end = 3073896448, flags = 1048691, pgoff = 3073888256, inode = 0 }
+vm_state.vm_map: 13589.801408128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073896448, end = 3073904640, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 13589.801410289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073904640, end = 3073908736, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 13589.801412432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073908736, end = 3073912832, flags = 1048691, pgoff = 3073908736, inode = 0 }
+vm_state.vm_map: 13589.801414582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073912832, end = 3073937408, flags = 134217845, pgoff = 0, inode = 18679 }
+vm_state.vm_map: 13589.801416534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073937408, end = 3073941504, flags = 135266419, pgoff = 20480, inode = 18679 }
+vm_state.vm_map: 13589.801418818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073941504, end = 3073949696, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.801420814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073949696, end = 3073953792, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.801422951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073953792, end = 3073957888, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.801425106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073957888, end = 3075272704, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.801427224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075272704, end = 3075280896, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.801429773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075280896, end = 3075284992, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.801431831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075284992, end = 3075297280, flags = 1048691, pgoff = 3075284992, inode = 0 }
+vm_state.vm_map: 13589.801434152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075297280, end = 3075305472, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 13589.801436116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075305472, end = 3075309568, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 13589.801438363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075309568, end = 3075473408, flags = 134217845, pgoff = 0, inode = 18646 }
+vm_state.vm_map: 13589.801440537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075473408, end = 3075477504, flags = 135266419, pgoff = 163840, inode = 18646 }
+vm_state.vm_map: 13589.801442582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075477504, end = 3075481600, flags = 1048691, pgoff = 3075477504, inode = 0 }
+vm_state.vm_map: 13589.801444645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075481600, end = 3076145152, flags = 134217845, pgoff = 0, inode = 18913 }
+vm_state.vm_map: 13589.801446954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076145152, end = 3076169728, flags = 135266419, pgoff = 659456, inode = 18913 }
+vm_state.vm_map: 13589.801449097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076169728, end = 3076333568, flags = 134217845, pgoff = 0, inode = 18977 }
+vm_state.vm_map: 13589.801451122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076333568, end = 3076337664, flags = 135266419, pgoff = 163840, inode = 18977 }
+vm_state.vm_map: 13589.801453364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076337664, end = 3076374528, flags = 134217845, pgoff = 0, inode = 508755 }
+vm_state.vm_map: 13589.801455396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076374528, end = 3076378624, flags = 135266417, pgoff = 32768, inode = 508755 }
+vm_state.vm_map: 13589.801457435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076378624, end = 3076382720, flags = 135266419, pgoff = 36864, inode = 508755 }
+vm_state.vm_map: 13589.801459614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076382720, end = 3076542464, flags = 1048691, pgoff = 3076382720, inode = 0 }
+vm_state.vm_map: 13589.801461800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076542464, end = 3076620288, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.801464289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076620288, end = 3076624384, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.801466339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076624384, end = 3076628480, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.801468500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076628480, end = 3076636672, flags = 1048691, pgoff = 3076628480, inode = 0 }
+vm_state.vm_map: 13589.801470698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076636672, end = 3076718592, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.801472731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076718592, end = 3076722688, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.801474972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076722688, end = 3076730880, flags = 134217845, pgoff = 0, inode = 508751 }
+vm_state.vm_map: 13589.801477017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076730880, end = 3076734976, flags = 135266417, pgoff = 4096, inode = 508751 }
+vm_state.vm_map: 13589.801479184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076734976, end = 3076739072, flags = 135266419, pgoff = 8192, inode = 508751 }
+vm_state.vm_map: 13589.801481260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076739072, end = 3076743168, flags = 1048691, pgoff = 3076739072, inode = 0 }
+vm_state.vm_map: 13589.801483463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076743168, end = 3078045696, flags = 134217845, pgoff = 0, inode = 33850 }
+vm_state.vm_map: 13589.801485429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078045696, end = 3078139904, flags = 135266419, pgoff = 1302528, inode = 33850 }
+vm_state.vm_map: 13589.801487682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078139904, end = 3078152192, flags = 1048691, pgoff = 3078139904, inode = 0 }
+vm_state.vm_map: 13589.801489782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078152192, end = 3078221824, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.801491944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078221824, end = 3078225920, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.801493951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078225920, end = 3078230016, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.801496236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078230016, end = 3078238208, flags = 1048691, pgoff = 3078230016, inode = 0 }
+vm_state.vm_map: 13589.801498545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078332416, end = 3078340608, flags = 1048691, pgoff = 3078332416, inode = 0 }
+vm_state.vm_map: 13589.801500953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078340608, end = 3078344704, flags = 67371125, pgoff = 3078340608, inode = 0 }
+vm_state.vm_map: 13589.801503070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078344704, end = 3078459392, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.801505331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078459392, end = 3078463488, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.801507277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078463488, end = 3078467584, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.801509586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078467584, end = 3078795264, flags = 134223989, pgoff = 0, inode = 22406 }
+vm_state.vm_map: 13589.801511636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078795264, end = 3078799360, flags = 135272563, pgoff = 323584, inode = 22406 }
+vm_state.vm_map: 13589.801513798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078799360, end = 3078815744, flags = 1048691, pgoff = 3078799360, inode = 0 }
+vm_state.vm_map: 13589.801515750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3090386944, end = 3091320832, flags = 1048691, pgoff = 3090386944, inode = 0 }
+vm_state.vm_map: 13589.801518022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3217649664, end = 3217735680, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.801521255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
+vm_state.vm_map: 13589.801523306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
+vm_state.vm_map: 13589.801525523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
+vm_state.vm_map: 13589.801527561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 153161728, end = 153751552, flags = 1048691, pgoff = 153161728, inode = 0 }
+vm_state.vm_map: 13589.801532179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3075936256, end = 3077267456, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.801536976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3077267456, end = 3077271552, flags = 1048691, pgoff = 3077267456, inode = 0 }
+vm_state.vm_map: 13589.801539353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3077271552, end = 3078586368, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.801541545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078586368, end = 3078594560, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.801543732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078594560, end = 3078598656, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.801545924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078598656, end = 3078615040, flags = 1048691, pgoff = 3078598656, inode = 0 }
+vm_state.vm_map: 13589.801548146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078615040, end = 3078623232, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.801550221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078623232, end = 3078627328, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.801552333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078627328, end = 3078631424, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.801554655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078631424, end = 3078848512, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 13589.801556792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078848512, end = 3078860800, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 13589.801558917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078926336, end = 3078955008, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.801560985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078955008, end = 3078963200, flags = 1048691, pgoff = 3078955008, inode = 0 }
+vm_state.vm_map: 13589.801563097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078963200, end = 3078967296, flags = 67371125, pgoff = 3078963200, inode = 0 }
+vm_state.vm_map: 13589.801565166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078967296, end = 3079081984, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.801567396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3079081984, end = 3079086080, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.801569859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3079086080, end = 3079090176, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.801572088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3214745600, end = 3214831616, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.801579890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 134512640, end = 135143424, flags = 134223989, pgoff = 0, inode = 17159 }
+vm_state.vm_map: 13589.801581997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 135143424, end = 135155712, flags = 135272563, pgoff = 630784, inode = 17159 }
+vm_state.vm_map: 13589.801584164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 135155712, end = 135192576, flags = 1048691, pgoff = 135155712, inode = 0 }
+vm_state.vm_map: 13589.801586258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 159911936, end = 160174080, flags = 1048691, pgoff = 159911936, inode = 0 }
+vm_state.vm_map: 13589.801588302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3073032192, end = 3073036288, flags = 1048688, pgoff = 3073032192, inode = 0 }
+vm_state.vm_map: 13589.801590235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3073036288, end = 3073560576, flags = 1048691, pgoff = 3073036288, inode = 0 }
+vm_state.vm_map: 13589.801592310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3073560576, end = 3074891776, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.801594374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3074891776, end = 3074895872, flags = 1048688, pgoff = 3074891776, inode = 0 }
+vm_state.vm_map: 13589.801596437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3074895872, end = 3075035136, flags = 1048691, pgoff = 3074895872, inode = 0 }
+vm_state.vm_map: 13589.801598746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075035136, end = 3075047424, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.801600833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075047424, end = 3075051520, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.801602928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075051520, end = 3075067904, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.801605341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075067904, end = 3075072000, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.801607453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075072000, end = 3075080192, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.801609436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075080192, end = 3075084288, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.801611554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075084288, end = 3075088384, flags = 1048691, pgoff = 3075084288, inode = 0 }
+vm_state.vm_map: 13589.801619245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075088384, end = 3075174400, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.801621382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075174400, end = 3075178496, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.801623427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075178496, end = 3075186688, flags = 1048691, pgoff = 3075178496, inode = 0 }
+vm_state.vm_map: 13589.801625847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075186688, end = 3075215360, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.801627891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075215360, end = 3075219456, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.801630120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075219456, end = 3075317760, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.801632171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075317760, end = 3075321856, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.801634259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075321856, end = 3075330048, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.801636197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075330048, end = 3075334144, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.801638280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075334144, end = 3075338240, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.801640847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075338240, end = 3076653056, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.801642782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076653056, end = 3076661248, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.801644732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076661248, end = 3076665344, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.801646679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076665344, end = 3076681728, flags = 1048691, pgoff = 3076665344, inode = 0 }
+vm_state.vm_map: 13589.801649462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076681728, end = 3076796416, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.801651531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076796416, end = 3076800512, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.801653637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076800512, end = 3076947968, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.801655602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076947968, end = 3076952064, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.801657714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076952064, end = 3076956160, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.801659820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076956160, end = 3076984832, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.801661759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076984832, end = 3076988928, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.801663717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076988928, end = 3076993024, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.801665763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076993024, end = 3077079040, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.801667813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077079040, end = 3077083136, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.801669752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077083136, end = 3077087232, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.801671883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077087232, end = 3077095424, flags = 1048691, pgoff = 3077087232, inode = 0 }
+vm_state.vm_map: 13589.801674618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077095424, end = 3077181440, flags = 134217845, pgoff = 0, inode = 18950 }
+vm_state.vm_map: 13589.801676600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077181440, end = 3077185536, flags = 135266419, pgoff = 86016, inode = 18950 }
+vm_state.vm_map: 13589.801679131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077185536, end = 3077238784, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.801681071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077238784, end = 3077242880, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.801683022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077242880, end = 3077246976, flags = 1048691, pgoff = 3077242880, inode = 0 }
+vm_state.vm_map: 13589.801690295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077246976, end = 3077566464, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.801692284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077566464, end = 3077582848, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.801694619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077582848, end = 3078733824, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.801696656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078733824, end = 3078750208, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.801699070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078791168, end = 3078807552, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.801701121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078807552, end = 3078811648, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.801703097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078811648, end = 3078815744, flags = 1048695, pgoff = 3078811648, inode = 0 }
+vm_state.vm_map: 13589.801705376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078815744, end = 3078844416, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.801707359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078844416, end = 3078852608, flags = 1048691, pgoff = 3078844416, inode = 0 }
+vm_state.vm_map: 13589.801709760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078852608, end = 3078856704, flags = 67371125, pgoff = 3078852608, inode = 0 }
+vm_state.vm_map: 13589.801711940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078856704, end = 3078971392, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.801713899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078971392, end = 3078975488, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.801715943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078975488, end = 3078979584, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.801717883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3213471744, end = 3213557760, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.801720931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 134512640, end = 135143424, flags = 134223989, pgoff = 0, inode = 17159 }
+vm_state.vm_map: 13589.801723030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 135143424, end = 135155712, flags = 135272563, pgoff = 630784, inode = 17159 }
+vm_state.vm_map: 13589.801725099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 135155712, end = 135192576, flags = 1048691, pgoff = 135155712, inode = 0 }
+vm_state.vm_map: 13589.801727218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 160190464, end = 160325632, flags = 1048691, pgoff = 160190464, inode = 0 }
+vm_state.vm_map: 13589.801729164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3073150976, end = 3073155072, flags = 1048688, pgoff = 3073150976, inode = 0 }
+vm_state.vm_map: 13589.801731264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3073155072, end = 3073679360, flags = 1048691, pgoff = 3073155072, inode = 0 }
+vm_state.vm_map: 13589.801733412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3073679360, end = 3075010560, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.801735580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075010560, end = 3075014656, flags = 1048688, pgoff = 3075010560, inode = 0 }
+vm_state.vm_map: 13589.801737785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075014656, end = 3075153920, flags = 1048691, pgoff = 3075014656, inode = 0 }
+vm_state.vm_map: 13589.801740063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075153920, end = 3075166208, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.801742188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075166208, end = 3075170304, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.801744792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075170304, end = 3075186688, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.801746880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075186688, end = 3075190784, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.801749208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075190784, end = 3075198976, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.801751283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075198976, end = 3075203072, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.801753364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075203072, end = 3075207168, flags = 1048691, pgoff = 3075203072, inode = 0 }
+vm_state.vm_map: 13589.801755415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075207168, end = 3075293184, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.801757484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075293184, end = 3075297280, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.801759590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075297280, end = 3075305472, flags = 1048691, pgoff = 3075297280, inode = 0 }
+vm_state.vm_map: 13589.801761825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075305472, end = 3075334144, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.801763789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075334144, end = 3075338240, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.801765944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075338240, end = 3075436544, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.801768039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075436544, end = 3075440640, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.801770132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075440640, end = 3075448832, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.801772078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075448832, end = 3075452928, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.801774005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075452928, end = 3075457024, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.801776426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075457024, end = 3076771840, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.801778760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3076771840, end = 3076780032, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.801780705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3076780032, end = 3076784128, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.801782750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3076784128, end = 3076800512, flags = 1048691, pgoff = 3076784128, inode = 0 }
+vm_state.vm_map: 13589.801785016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3076800512, end = 3076915200, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.801787073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3076915200, end = 3076919296, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.801789357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3076919296, end = 3077066752, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.801791309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077066752, end = 3077070848, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.801793236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077070848, end = 3077074944, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.801795472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077074944, end = 3077103616, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.801797591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077103616, end = 3077107712, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.801799721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077107712, end = 3077111808, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.801801938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077111808, end = 3077197824, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.801804000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077197824, end = 3077201920, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.801806045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077201920, end = 3077206016, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.801807991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077206016, end = 3077214208, flags = 1048691, pgoff = 3077206016, inode = 0 }
+vm_state.vm_map: 13589.801810085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077214208, end = 3077300224, flags = 134217845, pgoff = 0, inode = 18950 }
+vm_state.vm_map: 13589.801812375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077300224, end = 3077304320, flags = 135266419, pgoff = 86016, inode = 18950 }
+vm_state.vm_map: 13589.801814549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077304320, end = 3077357568, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.801816600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077357568, end = 3077361664, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.801818791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077361664, end = 3077365760, flags = 1048691, pgoff = 3077361664, inode = 0 }
+vm_state.vm_map: 13589.801821027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077365760, end = 3077685248, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.801823139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077685248, end = 3077701632, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.801825245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077701632, end = 3078852608, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.801827320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3078852608, end = 3078868992, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.801829353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3078930432, end = 3078934528, flags = 1048695, pgoff = 3078930432, inode = 0 }
+vm_state.vm_map: 13589.801831465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3078934528, end = 3078963200, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.801833515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3078963200, end = 3078971392, flags = 1048691, pgoff = 3078963200, inode = 0 }
+vm_state.vm_map: 13589.801835559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3078971392, end = 3078975488, flags = 67371125, pgoff = 3078971392, inode = 0 }
+vm_state.vm_map: 13589.801837789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3078975488, end = 3079090176, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.801839723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3079090176, end = 3079094272, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.801841779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3079094272, end = 3079098368, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.801843996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3220582400, end = 3220668416, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.801846976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 134512640, end = 135143424, flags = 134223989, pgoff = 0, inode = 17159 }
+vm_state.vm_map: 13589.801848903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 135143424, end = 135155712, flags = 135272563, pgoff = 630784, inode = 17159 }
+vm_state.vm_map: 13589.801850905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 135155712, end = 135192576, flags = 1048691, pgoff = 135155712, inode = 0 }
+vm_state.vm_map: 13589.801852894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 147808256, end = 147943424, flags = 1048691, pgoff = 147808256, inode = 0 }
+vm_state.vm_map: 13589.801855049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3072405504, end = 3072409600, flags = 1048688, pgoff = 3072405504, inode = 0 }
+vm_state.vm_map: 13589.801857266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3072409600, end = 3072933888, flags = 1048691, pgoff = 3072409600, inode = 0 }
+vm_state.vm_map: 13589.801859366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3072933888, end = 3074265088, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.801861448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074265088, end = 3074269184, flags = 1048688, pgoff = 3074265088, inode = 0 }
+vm_state.vm_map: 13589.801863436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074269184, end = 3074408448, flags = 1048691, pgoff = 3074269184, inode = 0 }
+vm_state.vm_map: 13589.801865684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074408448, end = 3074420736, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.801867685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074420736, end = 3074424832, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.801869735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074424832, end = 3074441216, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.801871670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074441216, end = 3074445312, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.801873732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074445312, end = 3074453504, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.801875666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074453504, end = 3074457600, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.801877612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074457600, end = 3074461696, flags = 1048691, pgoff = 3074457600, inode = 0 }
+vm_state.vm_map: 13589.801880014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074461696, end = 3074547712, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.801882077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074547712, end = 3074551808, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.801884016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074551808, end = 3074560000, flags = 1048691, pgoff = 3074551808, inode = 0 }
+vm_state.vm_map: 13589.801886263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074560000, end = 3074588672, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.801888210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074588672, end = 3074592768, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.801890501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074592768, end = 3074691072, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.801892625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074691072, end = 3074695168, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.801894694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074695168, end = 3074703360, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.801896621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074703360, end = 3074707456, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.801898579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074707456, end = 3074711552, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.801900643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074711552, end = 3076026368, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.801902712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076026368, end = 3076034560, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.801904645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076034560, end = 3076038656, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.801906615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076038656, end = 3076055040, flags = 1048691, pgoff = 3076038656, inode = 0 }
+vm_state.vm_map: 13589.801908747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076055040, end = 3076169728, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.801910686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076169728, end = 3076173824, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.801913131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076173824, end = 3076321280, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.801915064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076321280, end = 3076325376, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.801916998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076325376, end = 3076329472, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.801919135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076329472, end = 3076358144, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.801921081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076358144, end = 3076362240, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.801923014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076362240, end = 3076366336, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.801925071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076366336, end = 3076452352, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.801926999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076452352, end = 3076456448, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.801929148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076456448, end = 3076460544, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.801931118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076460544, end = 3076468736, flags = 1048691, pgoff = 3076460544, inode = 0 }
+vm_state.vm_map: 13589.801933218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076468736, end = 3076554752, flags = 134217845, pgoff = 0, inode = 18950 }
+vm_state.vm_map: 13589.801935237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076554752, end = 3076558848, flags = 135266419, pgoff = 86016, inode = 18950 }
+vm_state.vm_map: 13589.801937325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076558848, end = 3076612096, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.801939253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076612096, end = 3076616192, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.801941192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076616192, end = 3076620288, flags = 1048691, pgoff = 3076616192, inode = 0 }
+vm_state.vm_map: 13589.801943384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076620288, end = 3076939776, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.801945656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076939776, end = 3076956160, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.801947713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076956160, end = 3078107136, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.801949654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078107136, end = 3078123520, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.801951612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078184960, end = 3078189056, flags = 1048695, pgoff = 3078184960, inode = 0 }
+vm_state.vm_map: 13589.801953822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078189056, end = 3078217728, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.801955755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078217728, end = 3078225920, flags = 1048691, pgoff = 3078217728, inode = 0 }
+vm_state.vm_map: 13589.801957874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078225920, end = 3078230016, flags = 67371125, pgoff = 3078225920, inode = 0 }
+vm_state.vm_map: 13589.801959999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078230016, end = 3078344704, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.801961938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078344704, end = 3078348800, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.801963927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078348800, end = 3078352896, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.801965867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3218173952, end = 3218259968, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.801968367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073015808, end = 3073024000, flags = 1048691, pgoff = 3073015808, inode = 0 }
+vm_state.vm_map: 13589.801970430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073024000, end = 3073110016, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.801972364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073110016, end = 3073114112, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.801974303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073114112, end = 3073118208, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.801976249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073118208, end = 3073126400, flags = 1048691, pgoff = 3073118208, inode = 0 }
+vm_state.vm_map: 13589.801978736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073126400, end = 3073134592, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 13589.801980769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073134592, end = 3073138688, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 13589.801982814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073138688, end = 3073142784, flags = 1048691, pgoff = 3073138688, inode = 0 }
+vm_state.vm_map: 13589.801985055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073142784, end = 3073167360, flags = 134217845, pgoff = 0, inode = 18679 }
+vm_state.vm_map: 13589.801987056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073167360, end = 3073171456, flags = 135266419, pgoff = 20480, inode = 18679 }
+vm_state.vm_map: 13589.801989223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073171456, end = 3073179648, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.801991188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073179648, end = 3073183744, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.801993128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073183744, end = 3073187840, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.801995172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073187840, end = 3074502656, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.801997143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074502656, end = 3074510848, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.801999212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074510848, end = 3074514944, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.802001152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074514944, end = 3074527232, flags = 1048691, pgoff = 3074514944, inode = 0 }
+vm_state.vm_map: 13589.802003233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074527232, end = 3074535424, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 13589.802005173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074535424, end = 3074539520, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 13589.802007229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074539520, end = 3074703360, flags = 134217845, pgoff = 0, inode = 18646 }
+vm_state.vm_map: 13589.802009175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074703360, end = 3074707456, flags = 135266419, pgoff = 163840, inode = 18646 }
+vm_state.vm_map: 13589.802011466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074707456, end = 3074711552, flags = 1048691, pgoff = 3074707456, inode = 0 }
+vm_state.vm_map: 13589.802013535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074711552, end = 3075375104, flags = 134217845, pgoff = 0, inode = 18913 }
+vm_state.vm_map: 13589.802015475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075375104, end = 3075399680, flags = 135266419, pgoff = 659456, inode = 18913 }
+vm_state.vm_map: 13589.802017599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075399680, end = 3075563520, flags = 134217845, pgoff = 0, inode = 18977 }
+vm_state.vm_map: 13589.802019540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075563520, end = 3075567616, flags = 135266419, pgoff = 163840, inode = 18977 }
+vm_state.vm_map: 13589.802021615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075567616, end = 3075604480, flags = 134217845, pgoff = 0, inode = 508755 }
+vm_state.vm_map: 13589.802023714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075604480, end = 3075608576, flags = 135266417, pgoff = 32768, inode = 508755 }
+vm_state.vm_map: 13589.802025654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075608576, end = 3075612672, flags = 135266419, pgoff = 36864, inode = 508755 }
+vm_state.vm_map: 13589.802027593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075612672, end = 3075772416, flags = 1048691, pgoff = 3075612672, inode = 0 }
+vm_state.vm_map: 13589.802029805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075772416, end = 3075850240, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.802031743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075850240, end = 3075854336, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.802033801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075854336, end = 3075858432, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.802035728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075858432, end = 3075866624, flags = 1048691, pgoff = 3075858432, inode = 0 }
+vm_state.vm_map: 13589.802037797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075866624, end = 3075948544, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.802039860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075948544, end = 3075952640, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.802041936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075952640, end = 3075960832, flags = 134217845, pgoff = 0, inode = 508751 }
+vm_state.vm_map: 13589.802044263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075960832, end = 3075964928, flags = 135266417, pgoff = 4096, inode = 508751 }
+vm_state.vm_map: 13589.802046258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075964928, end = 3075969024, flags = 135266419, pgoff = 8192, inode = 508751 }
+vm_state.vm_map: 13589.802048321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075969024, end = 3075973120, flags = 1048691, pgoff = 3075969024, inode = 0 }
+vm_state.vm_map: 13589.802050372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075973120, end = 3077275648, flags = 134217845, pgoff = 0, inode = 33850 }
+vm_state.vm_map: 13589.802052323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077275648, end = 3077369856, flags = 135266419, pgoff = 1302528, inode = 33850 }
+vm_state.vm_map: 13589.802054263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077369856, end = 3077382144, flags = 1048691, pgoff = 3077369856, inode = 0 }
+vm_state.vm_map: 13589.802056425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077382144, end = 3077451776, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.802058346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077451776, end = 3077455872, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.802060459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077455872, end = 3077459968, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.802062466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077459968, end = 3077468160, flags = 1048691, pgoff = 3077459968, inode = 0 }
+vm_state.vm_map: 13589.802064566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077562368, end = 3077570560, flags = 1048691, pgoff = 3077562368, inode = 0 }
+vm_state.vm_map: 13589.802066499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077570560, end = 3077574656, flags = 67371125, pgoff = 3077570560, inode = 0 }
+vm_state.vm_map: 13589.802068679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077574656, end = 3077689344, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.802070618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077689344, end = 3077693440, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.802072675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077693440, end = 3077697536, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.802075145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077697536, end = 3077779456, flags = 134223989, pgoff = 0, inode = 22404 }
+vm_state.vm_map: 13589.802077552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077779456, end = 3077783552, flags = 135272563, pgoff = 81920, inode = 22404 }
+vm_state.vm_map: 13589.802079493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077783552, end = 3077791744, flags = 1048691, pgoff = 3077783552, inode = 0 }
+vm_state.vm_map: 13589.802081463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3109511168, end = 3109646336, flags = 1048691, pgoff = 3109511168, inode = 0 }
+vm_state.vm_map: 13589.802083384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3217588224, end = 3217674240, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.802085964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 20943 }
+vm_state.vm_map: 13589.802088058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 20943 }
+vm_state.vm_map: 13589.802090305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 136941568, end = 137076736, flags = 1048691, pgoff = 136941568, inode = 0 }
+vm_state.vm_map: 13589.802092393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076067328, end = 3076108288, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.802094493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076108288, end = 3076112384, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.802096716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076112384, end = 3076116480, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.802098957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076116480, end = 3076153344, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.802101124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076153344, end = 3076157440, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.802103237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076157440, end = 3076161536, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.802105645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076161536, end = 3076239360, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.802107738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076239360, end = 3076243456, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.802109685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076243456, end = 3076247552, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.802112080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076247552, end = 3076255744, flags = 1048691, pgoff = 3076247552, inode = 0 }
+vm_state.vm_map: 13589.802128090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076255744, end = 3076280320, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.802130584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076280320, end = 3076284416, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.802132580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076284416, end = 3076288512, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.802134852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076288512, end = 3076296704, flags = 1048691, pgoff = 3076288512, inode = 0 }
+vm_state.vm_map: 13589.802137050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076296704, end = 3076313088, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.802139131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076313088, end = 3076317184, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.802141403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076317184, end = 3076325376, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.802143448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076325376, end = 3076329472, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.802145683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076329472, end = 3076337664, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.802147943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076337664, end = 3076341760, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.802149938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076341760, end = 3076345856, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.802152222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076345856, end = 3076444160, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.802154286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076444160, end = 3076448256, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.802156595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076448256, end = 3077763072, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.802158565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077763072, end = 3077771264, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.802161084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077771264, end = 3077775360, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.802163258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077775360, end = 3077791744, flags = 1048691, pgoff = 3077775360, inode = 0 }
+vm_state.vm_map: 13589.802165469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077791744, end = 3077877760, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.802167427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077877760, end = 3077881856, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.802169748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077881856, end = 3077885952, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.802171787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077885952, end = 3077894144, flags = 1048691, pgoff = 3077885952, inode = 0 }
+vm_state.vm_map: 13589.802174010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077894144, end = 3079045120, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.802176214 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3079045120, end = 3079061504, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.802178258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3079155712, end = 3079163904, flags = 1048691, pgoff = 3079155712, inode = 0 }
+vm_state.vm_map: 13589.802180278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3079163904, end = 3079168000, flags = 67371125, pgoff = 3079163904, inode = 0 }
+vm_state.vm_map: 13589.802182649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3079168000, end = 3079282688, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.802184700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3079282688, end = 3079286784, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.802186720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3079286784, end = 3079290880, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.802189029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3213328384, end = 3213414400, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.802191670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075633152, end = 3075674112, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.802193979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075674112, end = 3075678208, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.802196289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075678208, end = 3075682304, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.802198666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075682304, end = 3075719168, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.802200845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075719168, end = 3075723264, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.802202897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075723264, end = 3075727360, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.802205076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075727360, end = 3075805184, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.802207127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075805184, end = 3075809280, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.802209190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075809280, end = 3075813376, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.802211240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075813376, end = 3075821568, flags = 1048691, pgoff = 3075813376, inode = 0 }
+vm_state.vm_map: 13589.802213327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075821568, end = 3075846144, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.802215539 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075846144, end = 3075850240, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.802217497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075850240, end = 3075854336, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.802219670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075854336, end = 3075862528, flags = 1048691, pgoff = 3075854336, inode = 0 }
+vm_state.vm_map: 13589.802221831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075862528, end = 3075870720, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.802224148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075870720, end = 3075874816, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.802226143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075874816, end = 3075878912, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.802228254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075878912, end = 3077193728, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.802230767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077193728, end = 3077201920, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.802232842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077201920, end = 3077206016, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.802235003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077206016, end = 3077218304, flags = 1048691, pgoff = 3077206016, inode = 0 }
+vm_state.vm_map: 13589.802237085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077218304, end = 3077246976, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.802242412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077246976, end = 3077251072, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.802244456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077251072, end = 3077255168, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.802246648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077255168, end = 3077341184, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.802248686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077341184, end = 3077345280, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.802250718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077345280, end = 3077349376, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.802252873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077349376, end = 3077361664, flags = 1048691, pgoff = 3077349376, inode = 0 }
+vm_state.vm_map: 13589.802255085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077361664, end = 3077459968, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.802257117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077459968, end = 3077464064, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.802259253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077464064, end = 3077468160, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.802261439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077468160, end = 3077615616, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.802263478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077615616, end = 3077623808, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.802265812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077718016, end = 3077726208, flags = 1048691, pgoff = 3077718016, inode = 0 }
+vm_state.vm_map: 13589.802268145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077726208, end = 3077730304, flags = 67371125, pgoff = 3077726208, inode = 0 }
+vm_state.vm_map: 13589.802270300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077730304, end = 3077844992, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.802272339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077844992, end = 3077849088, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.802274444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077849088, end = 3077853184, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.802276754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077853184, end = 3078144000, flags = 134223989, pgoff = 0, inode = 20940 }
+vm_state.vm_map: 13589.802278792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3078144000, end = 3078148096, flags = 135272561, pgoff = 286720, inode = 20940 }
+vm_state.vm_map: 13589.802280941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3078148096, end = 3078152192, flags = 135272563, pgoff = 290816, inode = 20940 }
+vm_state.vm_map: 13589.802282985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3109183488, end = 3109588992, flags = 1048691, pgoff = 3109183488, inode = 0 }
+vm_state.vm_map: 13589.802285023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3219087360, end = 3219173376, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.802290535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 13589.802292709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 13589.802294716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 13589.802296891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 145301504, end = 145858560, flags = 1048691, pgoff = 145301504, inode = 0 }
+vm_state.vm_map: 13589.802301866 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
+vm_state.vm_map: 13589.802306608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 13589.802308658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 13589.802313344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 13589.802315382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 13589.802317926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
+vm_state.vm_map: 13589.802319915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
+vm_state.vm_map: 13589.802322063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
+vm_state.vm_map: 13589.802324563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 13589.802326738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 13589.802331251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 13589.802333296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 13589.802335698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 13589.802338087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 13589.802340562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 13589.802342538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 13589.802344755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
+vm_state.vm_map: 13589.802347342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 13589.802349380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 13589.802351603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 13589.802353770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 13589.802356111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.802358155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
+vm_state.vm_map: 13589.802360298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.802362398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.802364590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.802366832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.802369215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.802371277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.802378649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.802380693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.802382737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
+vm_state.vm_map: 13589.802385157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 13589.802387122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 13589.802389413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.802391482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.802393822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.802395853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.802398040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.802400127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.802402486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.802404562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.802406605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
+vm_state.vm_map: 13589.802411735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.802413804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.802416212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.802418244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.802420627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.802425122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.802427561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.802429772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.802432130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.802434223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.802436360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
+vm_state.vm_map: 13589.802438547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.802440511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.802442789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.802445227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.802449877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.802451915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.802454274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.802456318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.802458357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
+vm_state.vm_map: 13589.802460567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.802462728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.802464717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
+vm_state.vm_map: 13589.802467243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.802469188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.802471497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.802473658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.802481239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.802483271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.802485912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.802487895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.802490439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
+vm_state.vm_map: 13589.802492520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
+vm_state.vm_map: 13589.802494811 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
+vm_state.vm_map: 13589.802499331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 13589.802501369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 13589.802503561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
+vm_state.vm_map: 13589.802506147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 13589.802508106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 13589.802510569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.802512601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.802517496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.802519689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.802522398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.802524430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.802526591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
+vm_state.vm_map: 13589.802528980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.802531149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.802533575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.802535958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.802538212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.802542602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.802544794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.802547029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.802549069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.802551217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.802554007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.802555984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.802558152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
+vm_state.vm_map: 13589.802560325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.802562363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.802564358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.802566452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
+vm_state.vm_map: 13589.802568959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.802570990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.802573127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.802575393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.802577431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.802579981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.802582185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.802584433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.802586495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.802589126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.802591305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.802593288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.802595695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
+vm_state.vm_map: 13589.802598159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.802600190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.802602371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.802604575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
+vm_state.vm_map: 13589.802606878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.802609083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.802611238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
+vm_state.vm_map: 13589.802613664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.802615702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.802617913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
+vm_state.vm_map: 13589.802620229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 13589.802622218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 13589.802624804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
+vm_state.vm_map: 13589.802626977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.802629029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.802633832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 13589.802635870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 13589.802637908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
+vm_state.vm_map: 13589.802640365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.802642582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.802644903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.802647071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.802649190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
+vm_state.vm_map: 13589.802654005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.802656049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.802658611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 13589.802660933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 13589.802668100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.802670144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.802672152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.802674560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.802676703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
+vm_state.vm_map: 13589.802678654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
+vm_state.vm_map: 13589.802680749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.802682848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.802684825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.802686863 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.802689240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 13589.802691310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 13589.802693292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 13589.802695632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 145301504, end = 146120704, flags = 1048691, pgoff = 145301504, inode = 0 }
+vm_state.vm_map: 13589.802702018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3022204928, end = 3024248832, flags = 134217937, pgoff = 0, inode = 1204686 }
+vm_state.vm_map: 13589.802704327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3024248832, end = 3024474112, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.802706365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3024474112, end = 3024478208, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.802708379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3024478208, end = 3024482304, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.802710547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 13589.802712585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 13589.802714635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 13589.802716667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 13589.802718767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
+vm_state.vm_map: 13589.802720714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
+vm_state.vm_map: 13589.802725442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
+vm_state.vm_map: 13589.802727505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 13589.802729803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 13589.802732130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 13589.802734070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 13589.802736114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 13589.802738054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 13589.802740000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 13589.802742044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 13589.802743990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
+vm_state.vm_map: 13589.802745948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 13589.802747894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 13589.802750295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3042041856, end = 3042111488, flags = 134217845, pgoff = 0, inode = 20910 }
+vm_state.vm_map: 13589.802752242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3042111488, end = 3042115584, flags = 135266419, pgoff = 65536, inode = 20910 }
+vm_state.vm_map: 13589.802754317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 13589.802756269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 13589.802758239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.802760407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
+vm_state.vm_map: 13589.802762402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.802764681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.802766749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.802768689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.802770654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.802772705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.802774663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.802776658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.802778757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
+vm_state.vm_map: 13589.802780715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 13589.802782650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 13589.802784700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.802786750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.802788714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.802790654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.802792681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.802794645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.802796954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.802799097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.802801036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
+vm_state.vm_map: 13589.802803001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.802805039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.802807016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.802808949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.802811000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.802812940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.802814904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.802816850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.802818925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.802820877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.802825151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
+vm_state.vm_map: 13589.802827115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.802829529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.802831481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.802833428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.802835478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.802837417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.802839375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.802841426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.802843366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
+vm_state.vm_map: 13589.802845318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.802847387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.802849444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
+vm_state.vm_map: 13589.802851395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.802853336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.802855429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.802857369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.802859321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.802861821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.802863884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.802865922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.802868065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
+vm_state.vm_map: 13589.802870017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
+vm_state.vm_map: 13589.802871964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
+vm_state.vm_map: 13589.802874045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 13589.802876046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 13589.802877992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
+vm_state.vm_map: 13589.802880048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 13589.802882093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 13589.802884064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.802886016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.802888078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.802890024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.802891995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.802894409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.802896355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
+vm_state.vm_map: 13589.802898313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.802900363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.802902444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.802904391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.802906478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.802908418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.802910388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.802912383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.802914484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.802916454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.802920887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.802922902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.802924946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
+vm_state.vm_map: 13589.802927273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.802929293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.802931399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.802933351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
+vm_state.vm_map: 13589.802935310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.802937342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.802939312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.802941271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.802943321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.802945403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.802947410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.802949429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.802951480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.802953450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.802955403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.802957453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.802959744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
+vm_state.vm_map: 13589.802961726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.802963778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.802965724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.802967669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
+vm_state.vm_map: 13589.802969713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.802971653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.802973600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
+vm_state.vm_map: 13589.802975650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.802977688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.802979634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
+vm_state.vm_map: 13589.802981592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 13589.802983773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 13589.802985717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
+vm_state.vm_map: 13589.802987689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.802989727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.802992036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 13589.802994000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 13589.802996039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
+vm_state.vm_map: 13589.802998015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.802999961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.803001999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.803003946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.803005891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
+vm_state.vm_map: 13589.803007862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.803009931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.803011889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 13589.803013959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 13589.803016052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.803018102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.803020054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.803022025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.803024414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
+vm_state.vm_map: 13589.803026379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
+vm_state.vm_map: 13589.803028374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.803030424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.803032370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.803034317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.803039168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 13589.803041114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 13589.803043060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 13589.803045117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 145301504, end = 147283968, flags = 1048691, pgoff = 145301504, inode = 0 }
+vm_state.vm_map: 13589.803049729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2910978048, end = 2910982144, flags = 1048688, pgoff = 2910978048, inode = 0 }
+vm_state.vm_map: 13589.803054378 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2910982144, end = 2919370752, flags = 1048691, pgoff = 2910982144, inode = 0 }
+vm_state.vm_map: 13589.803059311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2919370752, end = 2919374848, flags = 1048688, pgoff = 2919370752, inode = 0 }
+vm_state.vm_map: 13589.803061349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2919374848, end = 2927763456, flags = 1048691, pgoff = 2919374848, inode = 0 }
+vm_state.vm_map: 13589.803069274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2927763456, end = 2994876416, flags = 134217979, pgoff = 0, inode = 8314 }
+vm_state.vm_map: 13589.803071805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2994876416, end = 2994946048, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.803073954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2994946048, end = 2994950144, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.803076128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2994950144, end = 2994954240, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.803078167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2994954240, end = 2994962432, flags = 1048691, pgoff = 2994954240, inode = 0 }
+vm_state.vm_map: 13589.803084213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2994962432, end = 2994982912, flags = 134217845, pgoff = 0, inode = 21278 }
+vm_state.vm_map: 13589.803086258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2994982912, end = 2994987008, flags = 135266419, pgoff = 16384, inode = 21278 }
+vm_state.vm_map: 13589.803088857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2994987008, end = 2995150848, flags = 134217845, pgoff = 0, inode = 21283 }
+vm_state.vm_map: 13589.803091024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2995150848, end = 2995154944, flags = 135266419, pgoff = 159744, inode = 21283 }
+vm_state.vm_map: 13589.803093499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2995154944, end = 2996117504, flags = 134217845, pgoff = 0, inode = 21285 }
+vm_state.vm_map: 13589.803095649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996117504, end = 2996174848, flags = 135266419, pgoff = 962560, inode = 21285 }
+vm_state.vm_map: 13589.803101129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996174848, end = 2996498432, flags = 134217845, pgoff = 0, inode = 21280 }
+vm_state.vm_map: 13589.803205554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996498432, end = 2996502528, flags = 135266419, pgoff = 323584, inode = 21280 }
+vm_state.vm_map: 13589.803211891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996502528, end = 2996514816, flags = 134217845, pgoff = 0, inode = 499779 }
+vm_state.vm_map: 13589.803214015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996514816, end = 2996518912, flags = 135266419, pgoff = 8192, inode = 499779 }
+vm_state.vm_map: 13589.803218979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996518912, end = 2996916224, flags = 134217845, pgoff = 0, inode = 24050 }
+vm_state.vm_map: 13589.803221153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996916224, end = 2996924416, flags = 135266419, pgoff = 397312, inode = 24050 }
+vm_state.vm_map: 13589.803223320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996924416, end = 2996940800, flags = 1048691, pgoff = 2996924416, inode = 0 }
+vm_state.vm_map: 13589.803225771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996940800, end = 2997243904, flags = 134217845, pgoff = 0, inode = 24049 }
+vm_state.vm_map: 13589.803227964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2997243904, end = 2997248000, flags = 135266419, pgoff = 299008, inode = 24049 }
+vm_state.vm_map: 13589.803232772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2997248000, end = 2997510144, flags = 134217845, pgoff = 0, inode = 24048 }
+vm_state.vm_map: 13589.803234823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2997510144, end = 2997514240, flags = 135266419, pgoff = 262144, inode = 24048 }
+vm_state.vm_map: 13589.803237199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2997514240, end = 2998317056, flags = 134217845, pgoff = 0, inode = 21274 }
+vm_state.vm_map: 13589.803239787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998317056, end = 2998333440, flags = 135266419, pgoff = 802816, inode = 21274 }
+vm_state.vm_map: 13589.803247095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998427648, end = 2998558720, flags = 134217845, pgoff = 0, inode = 1114250 }
+vm_state.vm_map: 13589.803249251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998558720, end = 2998562816, flags = 135266419, pgoff = 126976, inode = 1114250 }
+vm_state.vm_map: 13589.803254300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998562816, end = 2998693888, flags = 134217845, pgoff = 0, inode = 1065118 }
+vm_state.vm_map: 13589.803256345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998693888, end = 2998697984, flags = 135266419, pgoff = 131072, inode = 1065118 }
+vm_state.vm_map: 13589.803258673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998706176, end = 2998726656, flags = 134217845, pgoff = 0, inode = 18127 }
+vm_state.vm_map: 13589.803260963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998726656, end = 2998730752, flags = 135266419, pgoff = 16384, inode = 18127 }
+vm_state.vm_map: 13589.803263359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998730752, end = 2998759424, flags = 134217845, pgoff = 0, inode = 499851 }
+vm_state.vm_map: 13589.803265526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998759424, end = 2998763520, flags = 135266419, pgoff = 28672, inode = 499851 }
+vm_state.vm_map: 13589.803270428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998763520, end = 2998788096, flags = 134217845, pgoff = 0, inode = 1114248 }
+vm_state.vm_map: 13589.803272786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998788096, end = 2998792192, flags = 135266419, pgoff = 20480, inode = 1114248 }
+vm_state.vm_map: 13589.803277689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998792192, end = 2998829056, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.803279745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998829056, end = 2998833152, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.803281796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998833152, end = 2998837248, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.803284092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998837248, end = 2998915072, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.803286056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998915072, end = 2998919168, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.803288224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998919168, end = 2998923264, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.803290269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998923264, end = 2998931456, flags = 1048691, pgoff = 2998923264, inode = 0 }
+vm_state.vm_map: 13589.803297325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998931456, end = 2998964224, flags = 134217845, pgoff = 0, inode = 1065073 }
+vm_state.vm_map: 13589.803299494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998964224, end = 2998968320, flags = 135266419, pgoff = 28672, inode = 1065073 }
+vm_state.vm_map: 13589.803301993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998968320, end = 2999013376, flags = 134217845, pgoff = 0, inode = 1065186 }
+vm_state.vm_map: 13589.803304025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999013376, end = 2999017472, flags = 135266419, pgoff = 45056, inode = 1065186 }
+vm_state.vm_map: 13589.803311058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999017472, end = 2999058432, flags = 134217845, pgoff = 0, inode = 1114244 }
+vm_state.vm_map: 13589.803313416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999058432, end = 2999062528, flags = 135266419, pgoff = 36864, inode = 1114244 }
+vm_state.vm_map: 13589.803320683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999062528, end = 2999144448, flags = 134217845, pgoff = 0, inode = 23971 }
+vm_state.vm_map: 13589.803322850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999144448, end = 2999148544, flags = 135266419, pgoff = 81920, inode = 23971 }
+vm_state.vm_map: 13589.803327604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999148544, end = 2999406592, flags = 134217845, pgoff = 0, inode = 1066196 }
+vm_state.vm_map: 13589.803329654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999406592, end = 2999414784, flags = 135266419, pgoff = 253952, inode = 1066196 }
+vm_state.vm_map: 13589.803332062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999418880, end = 2999435264, flags = 134217845, pgoff = 0, inode = 21276 }
+vm_state.vm_map: 13589.803334100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999435264, end = 2999439360, flags = 135266419, pgoff = 12288, inode = 21276 }
+vm_state.vm_map: 13589.803336385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999439360, end = 2999463936, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.803338324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999463936, end = 2999468032, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.803340511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999468032, end = 2999472128, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.803342697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999472128, end = 2999480320, flags = 134217845, pgoff = 0, inode = 508751 }
+vm_state.vm_map: 13589.803344846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999480320, end = 2999484416, flags = 135266417, pgoff = 4096, inode = 508751 }
+vm_state.vm_map: 13589.803346896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999484416, end = 2999488512, flags = 135266419, pgoff = 8192, inode = 508751 }
+vm_state.vm_map: 13589.803349637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999488512, end = 2999504896, flags = 134217845, pgoff = 0, inode = 59036 }
+vm_state.vm_map: 13589.803351669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999504896, end = 2999508992, flags = 135266419, pgoff = 12288, inode = 59036 }
+vm_state.vm_map: 13589.803356306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999508992, end = 2999529472, flags = 134217845, pgoff = 0, inode = 58996 }
+vm_state.vm_map: 13589.803358350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999529472, end = 2999533568, flags = 135266419, pgoff = 20480, inode = 58996 }
+vm_state.vm_map: 13589.803368049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999533568, end = 2999586816, flags = 134217845, pgoff = 0, inode = 1114238 }
+vm_state.vm_map: 13589.803370229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999586816, end = 2999590912, flags = 135266419, pgoff = 53248, inode = 1114238 }
+vm_state.vm_map: 13589.803377144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999590912, end = 2999750656, flags = 134217845, pgoff = 0, inode = 59044 }
+vm_state.vm_map: 13589.803379300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999750656, end = 2999758848, flags = 135266419, pgoff = 159744, inode = 59044 }
+vm_state.vm_map: 13589.803381910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999758848, end = 2999791616, flags = 134217845, pgoff = 0, inode = 58974 }
+vm_state.vm_map: 13589.803384078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999791616, end = 2999795712, flags = 135266419, pgoff = 28672, inode = 58974 }
+vm_state.vm_map: 13589.803391357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999795712, end = 3000180736, flags = 134217845, pgoff = 0, inode = 59002 }
+vm_state.vm_map: 13589.803393364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000180736, end = 3000193024, flags = 135266419, pgoff = 380928, inode = 59002 }
+vm_state.vm_map: 13589.803398469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000193024, end = 3000229888, flags = 134217845, pgoff = 0, inode = 59009 }
+vm_state.vm_map: 13589.803402798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000229888, end = 3000233984, flags = 135266419, pgoff = 32768, inode = 59009 }
+vm_state.vm_map: 13589.803409559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000233984, end = 3000270848, flags = 134217845, pgoff = 0, inode = 21288 }
+vm_state.vm_map: 13589.803411573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000270848, end = 3000274944, flags = 135266419, pgoff = 36864, inode = 21288 }
+vm_state.vm_map: 13589.803414147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000274944, end = 3000283136, flags = 134217845, pgoff = 0, inode = 23893 }
+vm_state.vm_map: 13589.803416123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000283136, end = 3000287232, flags = 135266419, pgoff = 4096, inode = 23893 }
+vm_state.vm_map: 13589.803420896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000287232, end = 3000471552, flags = 134217845, pgoff = 0, inode = 23888 }
+vm_state.vm_map: 13589.803423396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000471552, end = 3000479744, flags = 135266419, pgoff = 180224, inode = 23888 }
+vm_state.vm_map: 13589.803425890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000479744, end = 3000651776, flags = 134217845, pgoff = 0, inode = 58971 }
+vm_state.vm_map: 13589.803428224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000651776, end = 3000659968, flags = 135266419, pgoff = 167936, inode = 58971 }
+vm_state.vm_map: 13589.803430791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000659968, end = 3002703872, flags = 134217937, pgoff = 0, inode = 1204686 }
+vm_state.vm_map: 13589.803435404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3002703872, end = 3002744832, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.803437584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3002744832, end = 3002748928, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.803439628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3002748928, end = 3002753024, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.803446833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3002753024, end = 3018993664, flags = 134217979, pgoff = 0, inode = 1204527 }
+vm_state.vm_map: 13589.803449327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3018993664, end = 3023290368, flags = 134217979, pgoff = 0, inode = 1204522 }
+vm_state.vm_map: 13589.803456421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023290368, end = 3023491072, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 13589.803458477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023491072, end = 3023495168, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 13589.803465498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023495168, end = 3023527936, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.803467542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023527936, end = 3023532032, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.803472129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023532032, end = 3023540224, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.803474174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023540224, end = 3023544320, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.803481028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023544320, end = 3023568896, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.803483066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023568896, end = 3023572992, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.803490117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023577088, end = 3023589376, flags = 134217845, pgoff = 0, inode = 1114259 }
+vm_state.vm_map: 13589.803492279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023589376, end = 3023593472, flags = 135266419, pgoff = 8192, inode = 1114259 }
+vm_state.vm_map: 13589.803497229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023593472, end = 3023663104, flags = 134217845, pgoff = 0, inode = 59034 }
+vm_state.vm_map: 13589.803499267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023663104, end = 3023667200, flags = 135266419, pgoff = 65536, inode = 59034 }
+vm_state.vm_map: 13589.803501355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
+vm_state.vm_map: 13589.803508073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023908864, end = 3023941632, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.803512704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023941632, end = 3023953920, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.803517224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023953920, end = 3023962112, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.803519711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023962112, end = 3023966208, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.803522088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023966208, end = 3023970304, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.803524293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023970304, end = 3023974400, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.803526799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023974400, end = 3024003072, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.803529164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024003072, end = 3024015360, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.803531534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024015360, end = 3024019456, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.803534275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024019456, end = 3024027648, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.803541104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024027648, end = 3024031744, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.803543488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024031744, end = 3024035840, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.803546117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024035840, end = 3024048128, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.803548383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024048128, end = 3024056320, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.803550784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024056320, end = 3024089088, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.803553131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024089088, end = 3024109568, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.803555452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024109568, end = 3024117760, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.803557780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024117760, end = 3024146432, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.803562386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024146432, end = 3024191488, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.803564880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024191488, end = 3024248832, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.803567300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024248832, end = 3024474112, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.803569344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024474112, end = 3024478208, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.803571746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024478208, end = 3024482304, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.803574177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024490496, end = 3024494592, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.803576691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024494592, end = 3024519168, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.803581290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024519168, end = 3024576512, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.803585650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 13589.803587689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 13589.803589837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 13589.803591869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 13589.803593933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
+vm_state.vm_map: 13589.803596094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
+vm_state.vm_map: 13589.803598138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
+vm_state.vm_map: 13589.803600189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 13589.803602325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 13589.803604383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 13589.803606772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 13589.803608822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 13589.803610940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 13589.803613059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 13589.803615091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 13589.803617173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
+vm_state.vm_map: 13589.803619124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 13589.803621052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 13589.803625620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042021376, end = 3042025472, flags = 134217845, pgoff = 0, inode = 20890 }
+vm_state.vm_map: 13589.803627659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042025472, end = 3042029568, flags = 135266419, pgoff = 0, inode = 20890 }
+vm_state.vm_map: 13589.803630036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042029568, end = 3042033664, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.803632425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042033664, end = 3042037760, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.803634808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042037760, end = 3042041856, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.803637038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042041856, end = 3042045952, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.803639298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042045952, end = 3042054144, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.803644249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042054144, end = 3042111488, flags = 134217845, pgoff = 0, inode = 22475 }
+vm_state.vm_map: 13589.803646292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042111488, end = 3042115584, flags = 135266419, pgoff = 57344, inode = 22475 }
+vm_state.vm_map: 13589.803648350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 13589.803650437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 13589.803652624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.803654674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
+vm_state.vm_map: 13589.803656749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.803658683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.803660665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.803662711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.803664748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.803666768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.803668874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.803670906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.803672846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
+vm_state.vm_map: 13589.803675142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 13589.803677175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 13589.803679189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.803681233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.803683271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.803685205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.803687182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.803689318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.803691350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.803693284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.803695224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
+vm_state.vm_map: 13589.803697293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.803699226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.803703660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.803705643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.803708032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.803709978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.803711930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.803713975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.803715964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.803717903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.803719948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
+vm_state.vm_map: 13589.803721906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.803723925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.803725995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.803728107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.803730077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.803732017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.803734087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.803736125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.803738107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
+vm_state.vm_map: 13589.803740503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.803742436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.803744511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
+vm_state.vm_map: 13589.803746593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.803748594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.803750651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.803752824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.803754826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.803756783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.803758896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.803760953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.803763059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
+vm_state.vm_map: 13589.803764999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
+vm_state.vm_map: 13589.803767044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
+vm_state.vm_map: 13589.803769045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 13589.803770984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 13589.803773361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
+vm_state.vm_map: 13589.803775325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 13589.803777272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 13589.803779304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.803781256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.803783207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.803785253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.803787328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.803789366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.803791305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
+vm_state.vm_map: 13589.803793380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.803795406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.803799896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.803801829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.803803904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.803806207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.803808197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.803810241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.803812242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.803814305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.803816368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.803818314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.803820254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
+vm_state.vm_map: 13589.803822224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.803824330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.803826263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.803828241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
+vm_state.vm_map: 13589.803830482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.803832514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.803834601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.803836689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.803838973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.803840944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.803843001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.803844972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.803846904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.803848979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.803850914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.803852847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.803854941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
+vm_state.vm_map: 13589.803856973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.803858906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.803860840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.803862891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
+vm_state.vm_map: 13589.803864855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.803866795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.803868876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
+vm_state.vm_map: 13589.803871185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.803873125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.803875158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
+vm_state.vm_map: 13589.803877128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 13589.803879142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 13589.803881284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
+vm_state.vm_map: 13589.803883249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.803885176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.803887147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 13589.803889204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 13589.803891143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
+vm_state.vm_map: 13589.803893212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.803895158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.803897190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.803899124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.803901137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
+vm_state.vm_map: 13589.803903804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078877184, end = 3078889472, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.803905860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.803907793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.803909758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 13589.803911797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 13589.803913779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.803915719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.803917659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.803919753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.803921766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
+vm_state.vm_map: 13589.803923804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
+vm_state.vm_map: 13589.803925916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.803927862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.803929790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.803931736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.803937468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 134512640, end = 134524928, flags = 134223989, pgoff = 0, inode = 18933 }
+vm_state.vm_map: 13589.803939575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 134524928, end = 134529024, flags = 135272563, pgoff = 8192, inode = 18933 }
+vm_state.vm_map: 13589.803941706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 147410944, end = 147546112, flags = 1048691, pgoff = 147410944, inode = 0 }
+vm_state.vm_map: 13589.803943664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3076435968, end = 3076440064, flags = 1048691, pgoff = 3076435968, inode = 0 }
+vm_state.vm_map: 13589.803945763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3076440064, end = 3077754880, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.803947715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3077754880, end = 3077763072, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.803949662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3077763072, end = 3077767168, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.803951608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3077767168, end = 3077779456, flags = 1048691, pgoff = 3077767168, inode = 0 }
+vm_state.vm_map: 13589.803953670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3077873664, end = 3077881856, flags = 1048691, pgoff = 3077873664, inode = 0 }
+vm_state.vm_map: 13589.803955610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3077881856, end = 3077885952, flags = 67371125, pgoff = 3077881856, inode = 0 }
+vm_state.vm_map: 13589.803957686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3077885952, end = 3078000640, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.803959624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3078000640, end = 3078004736, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.803961577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3078004736, end = 3078008832, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.803963523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3217219584, end = 3217305600, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.803965900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 13589.803967981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 13589.803970290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 13589.803972230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 145301504, end = 147034112, flags = 1048691, pgoff = 145301504, inode = 0 }
+vm_state.vm_map: 13589.803977034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993541120, end = 2993582080, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.803978985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993582080, end = 2993586176, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.803981042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993586176, end = 2993590272, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.803983210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993590272, end = 2993627136, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.803985149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993627136, end = 2993631232, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.803987181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993631232, end = 2993635328, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.803989362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993635328, end = 2993659904, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.803991363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993659904, end = 2993664000, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.803993364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993664000, end = 2993668096, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.803995310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993762304, end = 2993766400, flags = 1048688, pgoff = 2993762304, inode = 0 }
+vm_state.vm_map: 13589.803997360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993766400, end = 3002155008, flags = 1048691, pgoff = 2993766400, inode = 0 }
+vm_state.vm_map: 13589.803999553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3002155008, end = 3018395648, flags = 134217979, pgoff = 0, inode = 1204527 }
+vm_state.vm_map: 13589.804001708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018395648, end = 3022692352, flags = 134217979, pgoff = 0, inode = 1204522 }
+vm_state.vm_map: 13589.804004140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022692352, end = 3022917632, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.804006111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022917632, end = 3022921728, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.804008099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022921728, end = 3022925824, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.804010292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022925824, end = 3023126528, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 13589.804012232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023126528, end = 3023130624, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 13589.804014313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023130624, end = 3023163392, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.804016247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023163392, end = 3023167488, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.804018298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023167488, end = 3023175680, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.804020236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023175680, end = 3023179776, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.804022294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023179776, end = 3023257600, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.804024240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023257600, end = 3023261696, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.804026173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023261696, end = 3023265792, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.804028119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023265792, end = 3023273984, flags = 1048691, pgoff = 3023265792, inode = 0 }
+vm_state.vm_map: 13589.804030207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023273984, end = 3023278080, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.804032381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023278080, end = 3023302656, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.804034474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023302656, end = 3023306752, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.804036888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023306752, end = 3023310848, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.804038957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023310848, end = 3023314944, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.804041051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023314944, end = 3023319040, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.804043206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023319040, end = 3023327232, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.804047806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023327232, end = 3023360000, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.804049764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023360000, end = 3023372288, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.804051827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023372288, end = 3023380480, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.804053915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023380480, end = 3023384576, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.804055990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023384576, end = 3023388672, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.804058071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023388672, end = 3023392768, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.804060239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023392768, end = 3023421440, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.804062382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023421440, end = 3023433728, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.804064494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023433728, end = 3023437824, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.804066563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023437824, end = 3023446016, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.804068650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023446016, end = 3023450112, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.804071157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023450112, end = 3023454208, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.804073281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023454208, end = 3023466496, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.804075362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023466496, end = 3023474688, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.804077450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023474688, end = 3023507456, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.804079549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023507456, end = 3023527936, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.804081606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023527936, end = 3023536128, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.804083676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023536128, end = 3023564800, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.804085745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023564800, end = 3023609856, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.804087795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023609856, end = 3023667200, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.804089748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
+vm_state.vm_map: 13589.804092162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023912960, end = 3023937536, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.804094101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023937536, end = 3023941632, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.804096293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023941632, end = 3023978496, flags = 134217845, pgoff = 0, inode = 21288 }
+vm_state.vm_map: 13589.804098233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023978496, end = 3023982592, flags = 135266419, pgoff = 36864, inode = 21288 }
+vm_state.vm_map: 13589.804100523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023982592, end = 3024097280, flags = 134217845, pgoff = 0, inode = 23885 }
+vm_state.vm_map: 13589.804102587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024097280, end = 3024101376, flags = 135266419, pgoff = 110592, inode = 23885 }
+vm_state.vm_map: 13589.804105105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024101376, end = 3024183296, flags = 134217845, pgoff = 0, inode = 23971 }
+vm_state.vm_map: 13589.804107045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024183296, end = 3024187392, flags = 135266419, pgoff = 81920, inode = 23971 }
+vm_state.vm_map: 13589.804109292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024187392, end = 3024371712, flags = 134217845, pgoff = 0, inode = 23888 }
+vm_state.vm_map: 13589.804111367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024371712, end = 3024379904, flags = 135266419, pgoff = 180224, inode = 23888 }
+vm_state.vm_map: 13589.804113763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024379904, end = 3024568320, flags = 134217845, pgoff = 0, inode = 1066195 }
+vm_state.vm_map: 13589.804115709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024568320, end = 3024576512, flags = 135266419, pgoff = 184320, inode = 1066195 }
+vm_state.vm_map: 13589.804117679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 13589.804119637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 13589.804121718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 13589.804123671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 13589.804125642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
+vm_state.vm_map: 13589.804127587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
+vm_state.vm_map: 13589.804129545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
+vm_state.vm_map: 13589.804131597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 13589.804133555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 13589.804135531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 13589.804152317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 13589.804154559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 13589.804156887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 13589.804159103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 13589.804161364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 13589.804163525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
+vm_state.vm_map: 13589.804165563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 13589.804167731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 13589.804169892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3042045952, end = 3042058240, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.804172307 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3042058240, end = 3042115584, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.804174443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 13589.804176727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 13589.804178772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.804180945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
+vm_state.vm_map: 13589.804183095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.804185386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.804187873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.804189973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.804192017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.804194161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.804196180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.804198477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.804200466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
+vm_state.vm_map: 13589.804202676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 13589.804204641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 13589.804206870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.804208847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.804211039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.804212992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.804215196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.804217154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.804219371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.804221667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.804223841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
+vm_state.vm_map: 13589.804225929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.804227973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.804230042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.804232075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.804234138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.804236182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.804238245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.804240394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.804242476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.804244471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.804246583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
+vm_state.vm_map: 13589.804248725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.804250764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.804252771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.804255259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.804257322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.804259391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.804261355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.804263535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.804265580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
+vm_state.vm_map: 13589.804267655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.804269607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.804271879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
+vm_state.vm_map: 13589.804273856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.804276036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.804278099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.804280118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.804282310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.804284459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.804286535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.804289023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.804291055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
+vm_state.vm_map: 13589.804293308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
+vm_state.vm_map: 13589.804295353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
+vm_state.vm_map: 13589.804297428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 13589.804299466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 13589.804301738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
+vm_state.vm_map: 13589.804303813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 13589.804305945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 13589.804308020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.804310193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.804312385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.804314424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.804316401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.804318568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.804320619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
+vm_state.vm_map: 13589.804323033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.804324972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.804327190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.804329234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.804331321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.804333267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.804335601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.804337738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.804339776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.804341925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.804344130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.804346168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.804348323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
+vm_state.vm_map: 13589.804350318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.804352461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.804354636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.804357037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
+vm_state.vm_map: 13589.804359007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.804364205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.804366378 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.804368417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.804370547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.804372616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.804374777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.804376841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.804378885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.804380935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.804382973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.804385129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.804387340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
+vm_state.vm_map: 13589.804389396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.804391804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.804393799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.804395955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
+vm_state.vm_map: 13589.804398042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.804400068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.804402112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
+vm_state.vm_map: 13589.804404157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.804406188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.804408350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
+vm_state.vm_map: 13589.804410376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 13589.804412642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 13589.804414749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
+vm_state.vm_map: 13589.804416953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.804418924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.804421245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 13589.804423326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 13589.804425967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
+vm_state.vm_map: 13589.804428136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.804430291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.804432421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.804434570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.804436812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
+vm_state.vm_map: 13589.804438826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.804440784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.804442970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 13589.804445009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 13589.804447084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.804449054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.804451221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.804453284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.804455322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
+vm_state.vm_map: 13589.804457411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
+vm_state.vm_map: 13589.804459984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.804462035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.804464073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.804466043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.804473827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 134512640, end = 134516736, flags = 134223989, pgoff = 0, inode = 1352648 }
+vm_state.vm_map: 13589.804475872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 134516736, end = 134520832, flags = 135272563, pgoff = 0, inode = 1352648 }
+vm_state.vm_map: 13589.804478027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 155467776, end = 159428608, flags = 1048691, pgoff = 155467776, inode = 0 }
+vm_state.vm_map: 13589.804480595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836033536, end = 2836606976, flags = 134217841, pgoff = 0, inode = 49559 }
+vm_state.vm_map: 13589.804490176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836606976, end = 2836746240, flags = 134217841, pgoff = 0, inode = 254140 }
+vm_state.vm_map: 13589.804494838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836746240, end = 2836783104, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.804497351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836783104, end = 2836787200, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.804499376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836787200, end = 2836791296, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.804501710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836791296, end = 2836869120, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.804503754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836869120, end = 2836873216, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.804505799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836873216, end = 2836877312, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.804507750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836877312, end = 2836885504, flags = 1048691, pgoff = 2836877312, inode = 0 }
+vm_state.vm_map: 13589.804515177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836897792, end = 2836979712, flags = 134217841, pgoff = 0, inode = 98443 }
+vm_state.vm_map: 13589.804519593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839023616, end = 2839064576, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.804521760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839064576, end = 2839068672, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.804523774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839068672, end = 2839072768, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.804526076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839072768, end = 2839097344, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.804528048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839097344, end = 2839101440, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.804530215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839101440, end = 2839105536, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.804535209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839105536, end = 2839166976, flags = 134217841, pgoff = 0, inode = 649749 }
+vm_state.vm_map: 13589.804542026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839166976, end = 2965508096, flags = 134217979, pgoff = 0, inode = 73879 }
+vm_state.vm_map: 13589.804544384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2965508096, end = 2999164928, flags = 134217979, pgoff = 0, inode = 73878 }
+vm_state.vm_map: 13589.804553212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999164928, end = 2999230464, flags = 134217845, pgoff = 0, inode = 57391 }
+kernel.irq_entry: 13589.804576445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.irq_exit: 13589.804589019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
+vm_state.vm_map: 13589.804594513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999230464, end = 2999234560, flags = 135266419, pgoff = 61440, inode = 57391 }
+vm_state.vm_map: 13589.804596569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999234560, end = 2999250944, flags = 1048691, pgoff = 2999234560, inode = 0 }
+vm_state.vm_map: 13589.804603916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999250944, end = 2999533568, flags = 134217845, pgoff = 0, inode = 22693 }
+vm_state.vm_map: 13589.804605954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999533568, end = 2999545856, flags = 135266419, pgoff = 282624, inode = 22693 }
+vm_state.vm_map: 13589.804607980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999545856, end = 2999570432, flags = 1048691, pgoff = 2999545856, inode = 0 }
+vm_state.vm_map: 13589.804612648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999574528, end = 2999590912, flags = 134217845, pgoff = 0, inode = 57390 }
+vm_state.vm_map: 13589.804614680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999590912, end = 2999595008, flags = 135266419, pgoff = 12288, inode = 57390 }
+vm_state.vm_map: 13589.804617193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999595008, end = 2999615488, flags = 134217845, pgoff = 0, inode = 57392 }
+vm_state.vm_map: 13589.804619250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999615488, end = 2999619584, flags = 135266419, pgoff = 16384, inode = 57392 }
+vm_state.vm_map: 13589.804621737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999619584, end = 2999660544, flags = 134217845, pgoff = 0, inode = 57395 }
+vm_state.vm_map: 13589.804623707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999660544, end = 2999664640, flags = 135266419, pgoff = 36864, inode = 57395 }
+vm_state.vm_map: 13589.804628288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999664640, end = 2999934976, flags = 134217845, pgoff = 0, inode = 18916 }
+vm_state.vm_map: 13589.804630703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999934976, end = 2999939072, flags = 135266419, pgoff = 266240, inode = 18916 }
+vm_state.vm_map: 13589.804633184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999939072, end = 3000020992, flags = 134217845, pgoff = 0, inode = 18915 }
+vm_state.vm_map: 13589.804635173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000020992, end = 3000029184, flags = 135266419, pgoff = 77824, inode = 18915 }
+vm_state.vm_map: 13589.804637482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000029184, end = 3000811520, flags = 134217845, pgoff = 0, inode = 18927 }
+vm_state.vm_map: 13589.804639417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000811520, end = 3000819712, flags = 135266419, pgoff = 778240, inode = 18927 }
+vm_state.vm_map: 13589.804644035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000819712, end = 3000832000, flags = 134217845, pgoff = 0, inode = 59166 }
+vm_state.vm_map: 13589.804645974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000832000, end = 3000836096, flags = 135266419, pgoff = 8192, inode = 59166 }
+vm_state.vm_map: 13589.804648266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000836096, end = 3000852480, flags = 134217845, pgoff = 0, inode = 57389 }
+vm_state.vm_map: 13589.804650199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000852480, end = 3000856576, flags = 135266419, pgoff = 12288, inode = 57389 }
+vm_state.vm_map: 13589.804652730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000856576, end = 3000889344, flags = 134217845, pgoff = 0, inode = 57396 }
+vm_state.vm_map: 13589.804654669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000889344, end = 3000893440, flags = 135266419, pgoff = 28672, inode = 57396 }
+vm_state.vm_map: 13589.804659602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000893440, end = 3000909824, flags = 134217845, pgoff = 0, inode = 57393 }
+vm_state.vm_map: 13589.804661677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000909824, end = 3000913920, flags = 135266419, pgoff = 12288, inode = 57393 }
+vm_state.vm_map: 13589.804667262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000913920, end = 3001278464, flags = 134217845, pgoff = 0, inode = 22572 }
+vm_state.vm_map: 13589.804669325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3001278464, end = 3001286656, flags = 135266419, pgoff = 364544, inode = 22572 }
+vm_state.vm_map: 13589.804671715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3001286656, end = 3001487360, flags = 134217845, pgoff = 0, inode = 20709 }
+vm_state.vm_map: 13589.804673771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3001487360, end = 3001495552, flags = 135266419, pgoff = 196608, inode = 20709 }
+vm_state.vm_map: 13589.804675717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3001495552, end = 3001503744, flags = 1048691, pgoff = 3001495552, inode = 0 }
+vm_state.vm_map: 13589.804678045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3001503744, end = 3001954304, flags = 134217845, pgoff = 0, inode = 20711 }
+vm_state.vm_map: 13589.804679979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3001954304, end = 3001966592, flags = 135266419, pgoff = 450560, inode = 20711 }
+vm_state.vm_map: 13589.804682281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3001978880, end = 3002003456, flags = 134217845, pgoff = 0, inode = 18917 }
+vm_state.vm_map: 13589.804684258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002003456, end = 3002007552, flags = 135266419, pgoff = 20480, inode = 18917 }
+vm_state.vm_map: 13589.804686413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002007552, end = 3002023936, flags = 134217845, pgoff = 0, inode = 18914 }
+vm_state.vm_map: 13589.804688346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002023936, end = 3002028032, flags = 135266419, pgoff = 16384, inode = 18914 }
+vm_state.vm_map: 13589.804690754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002028032, end = 3002056704, flags = 134217845, pgoff = 0, inode = 57397 }
+vm_state.vm_map: 13589.804692701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002056704, end = 3002060800, flags = 135266419, pgoff = 24576, inode = 57397 }
+vm_state.vm_map: 13589.804695114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002060800, end = 3002187776, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 13589.804697054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002187776, end = 3002191872, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 13589.804699395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002191872, end = 3002208256, flags = 134217845, pgoff = 0, inode = 57394 }
+vm_state.vm_map: 13589.804701679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002208256, end = 3002212352, flags = 135266419, pgoff = 16384, inode = 57394 }
+vm_state.vm_map: 13589.804704105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002212352, end = 3002236928, flags = 134217845, pgoff = 0, inode = 57398 }
+vm_state.vm_map: 13589.804706038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002236928, end = 3002241024, flags = 135266419, pgoff = 24576, inode = 57398 }
+vm_state.vm_map: 13589.804708366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002241024, end = 3002257408, flags = 134217845, pgoff = 0, inode = 52571 }
+vm_state.vm_map: 13589.804710294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002257408, end = 3002261504, flags = 135266419, pgoff = 12288, inode = 52571 }
+vm_state.vm_map: 13589.804712584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002261504, end = 3002281984, flags = 134217845, pgoff = 0, inode = 52570 }
+vm_state.vm_map: 13589.804714524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002281984, end = 3002286080, flags = 135266419, pgoff = 16384, inode = 52570 }
+vm_state.vm_map: 13589.804716895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002286080, end = 3002322944, flags = 134217845, pgoff = 0, inode = 52569 }
+vm_state.vm_map: 13589.804718829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002322944, end = 3002327040, flags = 135266419, pgoff = 32768, inode = 52569 }
+vm_state.vm_map: 13589.804721150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002327040, end = 3002351616, flags = 134217845, pgoff = 0, inode = 52572 }
+vm_state.vm_map: 13589.804723077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002351616, end = 3002355712, flags = 135266419, pgoff = 20480, inode = 52572 }
+vm_state.vm_map: 13589.804725263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002355712, end = 3002376192, flags = 134217845, pgoff = 0, inode = 52568 }
+vm_state.vm_map: 13589.804727209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002376192, end = 3002380288, flags = 135266419, pgoff = 16384, inode = 52568 }
+vm_state.vm_map: 13589.804729501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002380288, end = 3002466304, flags = 134217845, pgoff = 0, inode = 57557 }
+vm_state.vm_map: 13589.804731433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002466304, end = 3002470400, flags = 135266419, pgoff = 86016, inode = 57557 }
+vm_state.vm_map: 13589.804740707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002470400, end = 3018711040, flags = 134217979, pgoff = 0, inode = 1204696 }
+vm_state.vm_map: 13589.804746009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3018711040, end = 3023007744, flags = 134217979, pgoff = 0, inode = 1204694 }
+vm_state.vm_map: 13589.804748098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023007744, end = 3023233024, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.804750042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023233024, end = 3023237120, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.804751989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023237120, end = 3023241216, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.804754218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023241216, end = 3023441920, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 13589.804756342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023441920, end = 3023446016, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 13589.804758430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023446016, end = 3023454208, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.804760369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023454208, end = 3023458304, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.804762574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023462400, end = 3023474688, flags = 134217845, pgoff = 0, inode = 49489 }
+vm_state.vm_map: 13589.804764643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023474688, end = 3023478784, flags = 135266419, pgoff = 8192, inode = 49489 }
+vm_state.vm_map: 13589.804769532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023478784, end = 3023552512, flags = 134217841, pgoff = 0, inode = 98526 }
+vm_state.vm_map: 13589.804771743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023552512, end = 3023556608, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.804774250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023556608, end = 3023581184, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.804776361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023581184, end = 3023585280, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.804778461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023585280, end = 3023589376, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.804780586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023589376, end = 3023593472, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.804782655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023593472, end = 3023597568, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.804784755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023597568, end = 3023605760, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.804786805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023605760, end = 3023638528, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.804788856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023638528, end = 3023650816, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.804791072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023650816, end = 3023659008, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.804793234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023659008, end = 3023663104, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.804795285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023663104, end = 3023667200, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.804797323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023667200, end = 3023671296, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.804799589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023671296, end = 3023699968, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.804801627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023699968, end = 3023712256, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.804803807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023712256, end = 3023716352, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.804805975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023716352, end = 3023724544, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.804808493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023724544, end = 3023728640, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.804810698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023728640, end = 3023732736, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.804812889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023732736, end = 3023745024, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.804814990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023745024, end = 3023753216, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.804817201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023753216, end = 3023785984, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.804819288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023785984, end = 3023806464, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.804821450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023806464, end = 3023814656, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.804823661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023814656, end = 3023843328, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.804825742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023843328, end = 3023888384, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.804827835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023888384, end = 3023945728, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.804829935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023945728, end = 3023958016, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.804832023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023958016, end = 3024015360, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.804834141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3024015360, end = 3025346560, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.804836087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3025346560, end = 3025362944, flags = 1048691, pgoff = 3025346560, inode = 0 }
+vm_state.vm_map: 13589.804838304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3025362944, end = 3026620416, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.804840380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3026620416, end = 3026640896, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.804842669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3026640896, end = 3026644992, flags = 1048691, pgoff = 3026640896, inode = 0 }
+vm_state.vm_map: 13589.804844751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3026644992, end = 3026882560, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 13589.804846691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3026882560, end = 3026886656, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 13589.804848907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3026886656, end = 3027034112, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.804850847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027034112, end = 3027042304, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.804853028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027042304, end = 3027234816, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.804854961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027234816, end = 3027238912, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.804857245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027238912, end = 3027558400, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.804859173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027558400, end = 3027574784, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.804861218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027574784, end = 3027578880, flags = 1048691, pgoff = 3027574784, inode = 0 }
+vm_state.vm_map: 13589.804863379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027578880, end = 3027595264, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.804865306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027595264, end = 3027599360, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.804867387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027599360, end = 3028119552, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 13589.804869315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028119552, end = 3028127744, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 13589.804871617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028127744, end = 3028144128, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.804873552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028144128, end = 3028148224, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.804876082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028148224, end = 3028172800, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.804878010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028172800, end = 3028176896, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.804880072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028176896, end = 3028180992, flags = 1048691, pgoff = 3028176896, inode = 0 }
+vm_state.vm_map: 13589.804882271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028180992, end = 3028213760, flags = 134217845, pgoff = 0, inode = 18621 }
+vm_state.vm_map: 13589.804884205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028213760, end = 3028217856, flags = 135266419, pgoff = 28672, inode = 18621 }
+vm_state.vm_map: 13589.804886366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028217856, end = 3028660224, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 13589.804888306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028660224, end = 3028668416, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 13589.804890485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028668416, end = 3028697088, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.804892414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028697088, end = 3028701184, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.804894353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028701184, end = 3028705280, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.804896539 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028705280, end = 3028721664, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.804898472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028721664, end = 3028725760, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.804900652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028725760, end = 3028897792, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.804902592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028897792, end = 3028901888, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.804904631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028901888, end = 3028905984, flags = 1048691, pgoff = 3028901888, inode = 0 }
+vm_state.vm_map: 13589.804906792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028905984, end = 3029651456, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.804909082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3029651456, end = 3029655552, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.804911139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3029655552, end = 3029901312, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.804913189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3029901312, end = 3029905408, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.804915327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3029905408, end = 3030376448, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.804917260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030376448, end = 3030392832, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.804919354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030392832, end = 3030536192, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.804921293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030536192, end = 3030540288, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.804921524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030540288, end = 3030626304, flags = 134217845, pgoff = 0, inode = 18951 }
+kernel.irq_entry: 13589.804937836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 13589.804949641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { jiffies = 4296292863, xtime_sec = 1262715366, xtime_nsec = 301133046, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
+kernel.softirq_raise: 13589.804961779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.softirq_raise: 13589.804968059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { softirq_id = 9 [softirq 9] }
+kernel.irq_exit: 13589.804988867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 13589.804991502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 13589.805001521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { expires = 1325568, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 13589.805004434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.softirq_entry: 13589.805005888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
+rcu.tree_callback: 13589.805068655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10acb19 }
+rcu.tree_callback: 13589.805072755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10b8ec2 }
+kernel.softirq_exit: 13589.805075250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
+kernel.sched_schedule: 13589.805084764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 16887, next_pid = 1852, prev_state = 0 }
+kernel.sched_try_wakeup: 13589.805271545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.805280154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.805428923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.805436927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+fs.read: 13589.805580818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.805582592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 16 }
+kernel.syscall_entry: 13589.805602241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
+fs.select: 13589.805606799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 11, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.805614927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 12, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.805620537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 14, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.805622796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 15, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.805627594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 16, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.805632076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 17, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.805636381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 18, end_time_sec = 0, end_time_nsec = 0 }
+kernel.syscall_exit: 13589.805644356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 2 }
+kernel.syscall_entry: 13589.805660760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 175 [syscall 175] }
+kernel.syscall_exit: 13589.805663260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.805692916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
+fs.ioctl: 13589.805695336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 8, cmd = 3223606787, arg = 3215720368 }
+kernel.syscall_exit: 13589.805741792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.805750007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.805753091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.805828489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 175 [syscall 175] }
+kernel.syscall_exit: 13589.805831007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.805835508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.805838890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 256, fd = 14 }
+kernel.syscall_exit: 13589.805840146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 48 }
+kernel.syscall_entry: 13589.805847424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.805849931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.805853625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726408, syscall_id = 119 [syscall 119] }
+kernel.syscall_exit: 13589.805860073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 16 }
+kernel.syscall_entry: 13589.806065617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 13589.806082921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2207, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.806091947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 2207, prev_state = 0 }
+fs.pollfd: 13589.806242915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { fd = 3 }
+fs.pollfd: 13589.806249565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { fd = 8 }
+fs.pollfd: 13589.806251443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { fd = 9 }
+fs.pollfd: 13589.806256351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { fd = 7 }
+fs.pollfd: 13589.806257724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { fd = 10 }
+fs.pollfd: 13589.806259485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { fd = 12 }
+kernel.syscall_exit: 13589.806269905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.806453194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { ip = 0xb78bd416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.806458349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { count = 4096, fd = 7 }
+kernel.syscall_exit: 13589.806459611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 13589.806501041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { ip = 0xb78bd416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.806503061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { count = 4096, fd = 7 }
+kernel.syscall_exit: 13589.806504243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.806746722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { ip = 0xb78bd416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.806749506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { count = 4096, fd = 7 }
+kernel.syscall_exit: 13589.806750780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.806760392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { ip = 0xb4860e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.806762973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.806776625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { ip = 0xb78bd416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.806778601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.806780702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 13589.806782296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 13589.806783725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { fd = 7 }
+fs.pollfd: 13589.806785111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 13589.806786656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { fd = 12 }
+kernel.sched_schedule: 13589.806794021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2207, next_pid = 1852, prev_state = 1 }
+fs.writev: 13589.806939218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, vlen = 1 }
+kernel.syscall_exit: 13589.806941225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 13589.806947242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 13589.806956386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.806964509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.807105480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.807108560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.807116344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.807120950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.807122218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 96 }
+kernel.syscall_entry: 13589.807137675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.807139657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.807140858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.808709285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.808712520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.808715382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.808719184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
+fs.writev: 13589.808727353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 13589.808728899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 7140 }
+kernel.syscall_entry: 13589.808734253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.808735792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.808743843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+fs.writev: 13589.808892745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
+kernel.syscall_exit: 13589.808894884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 96 }
+kernel.syscall_entry: 13589.808901858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.808906453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.808907640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 4096 }
+kernel.syscall_entry: 13589.809234454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 13589.809267638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.809276907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.809421073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.809428789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+fs.read: 13589.809575292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4092, fd = 41 }
+kernel.syscall_exit: 13589.809576999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 3044 }
+kernel.syscall_entry: 13589.809653138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.809655734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.809656922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.809661373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 13589.809670351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.809678451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.809818431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.809821169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.809827155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.809831501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.809832732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 13589.809840572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.809842402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.809843558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.809853173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.809854911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.809857162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.809860507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
+fs.writev: 13589.809864568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 13589.809866040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
+kernel.syscall_entry: 13589.809870702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.809872192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.809879854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+fs.writev: 13589.810024711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
+kernel.syscall_exit: 13589.810026714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 13589.810032824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.810036088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.810040417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.810043298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.810061755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.810071889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
+fs.select: 13589.810077311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810080508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810082981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810091236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810093783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810096658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810099050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810101358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810103633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810105902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810107967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810110242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810112456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810114713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810117006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810119411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810121960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810124488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810126535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810129107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810131667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810133998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810136496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810138809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810140997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810143161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810145097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810146939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810149344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810151608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810153945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810156245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810158452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810160716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784464017 }
+fs.select: 13589.810162886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784464017 }
+kernel.syscall_exit: 13589.810167553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 3 }
+kernel.syscall_entry: 13589.810174015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
+fs.ioctl: 13589.810175963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, cmd = 21515, arg = 2 }
+kernel.syscall_exit: 13589.810191402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.810195205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.810197133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 13589.810205586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.810209215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.810211658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.810216641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 13589.810224785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.810232928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.810376178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.810383759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+fs.read: 13589.810527293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.810529012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 16 }
+kernel.syscall_entry: 13589.810536383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.810538584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.810539746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.810543579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 13589.810551803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.810559810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.810698039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.810700705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.810706152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.810710320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.810711525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 13589.810718066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.810719952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.810721109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.811907876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.811934315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.811937654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.811943046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
+fs.writev: 13589.811956494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 13589.811958084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 19088 }
+kernel.syscall_entry: 13589.812177726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.812180738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.812183347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 13589.812185177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 13589.812186623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 13589.812191335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 14 }
+fs.pollfd: 13589.812193202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 13589.812195737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 13589.812198848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 13589.812200969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 13589.812203745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 13589.812206298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 21 }
+fs.pollfd: 13589.812209094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 31 }
+kernel.syscall_exit: 13589.812211627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.812227790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 54 [syscall 54] }
+fs.ioctl: 13589.812229782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 21, cmd = 21531, arg = 3214294504 }
+kernel.syscall_exit: 13589.812233152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.812237652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.812245530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 175, fd = 21 }
+kernel.syscall_exit: 13589.812246804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 175 }
+kernel.syscall_entry: 13589.812277973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.812280903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.812290877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.812293238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.812404299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.812406693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.812409246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.812412611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
+fs.writev: 13589.812422040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 13589.812423659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1296 }
+kernel.syscall_entry: 13589.812429372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.812430949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.812440595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+fs.writev: 13589.812605405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
+kernel.syscall_exit: 13589.812607545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 13589.812614618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.812617191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.812620913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.812623225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.812628036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.812635072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
+fs.select: 13589.812640674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812643227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812645360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812649460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812651865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812654505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812656706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812658679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812660843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812663013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812664967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812667058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812669234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812671287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812673358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812675695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812678292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812680500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812686430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812688501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812690813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812693354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812695573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812697516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812699500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812701745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812703989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812706035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812708527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812710556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812712645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812714525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812716597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812718594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784026237 }
+fs.select: 13589.812720436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784026237 }
+mm.page_free: 13589.812727368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 79373, order = 0 }
+kernel.syscall_exit: 13589.812732308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 2 }
+kernel.syscall_entry: 13589.812738349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.812740215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 13589.812747103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.812750641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.812753046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.812757610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.812762011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.812763254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 4096 }
+kernel.syscall_entry: 13589.812983825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.812988338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 2652, fd = 41 }
+kernel.syscall_exit: 13589.812989686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 2652 }
+kernel.syscall_entry: 13589.813311906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.813317039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4076, fd = 41 }
+kernel.syscall_exit: 13589.813318423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 4076 }
+kernel.syscall_entry: 13589.813723182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.813727652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 3548, fd = 41 }
+kernel.syscall_exit: 13589.813728957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 3548 }
+kernel.syscall_entry: 13589.813856719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.813860156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 956, fd = 41 }
+kernel.syscall_exit: 13589.813861399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 956 }
+kernel.syscall_entry: 13589.813895679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 13589.813906065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.813916194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.814087305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.814095263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+kernel.sched_try_wakeup: 13589.814253872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.814262047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.814402396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.814409773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+fs.read: 13589.814552225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4004, fd = 41 }
+kernel.syscall_exit: 13589.814553901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 4004 }
+kernel.irq_entry: 13589.814609561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3238019438, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 13589.814623936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { jiffies = 4296292864, xtime_sec = 1262715366, xtime_nsec = 301133047, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
+kernel.softirq_raise: 13589.814636316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.irq_exit: 13589.814663150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 13589.814666421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 13589.814670681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325579, function = 0xc103b8db, data = 3245689476 }
+kernel.timer_set: 13589.814677167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325579, function = 0xc1035211, data = 4144953120 }
+kernel.timer_set: 13589.814679381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325800, function = 0xc10940c0, data = 0 }
+kernel.timer_set: 13589.814684555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325732, function = 0xc1035211, data = 4139182272 }
+kernel.timer_set: 13589.814686787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325800, function = 0xc14d237a, data = 4147466240 }
+kernel.timer_set: 13589.814694832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325569, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 13589.814697485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.syscall_entry: 13589.814726427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 13589.814735276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.814743468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.814880121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.814887640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+fs.read: 13589.815030729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4004, fd = 41 }
+kernel.syscall_exit: 13589.815032418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 1052 }
+kernel.irq_entry: 13589.820716621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3077256468, handler = 0x0, irq_id = 239, kernel_mode = 0 }
+kernel.sched_try_wakeup: 13589.820745792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 1558, cpu_id = 0, state = 1 }
+kernel.irq_exit: 13589.820761720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.sched_schedule: 13589.820774766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1558, 1539, mysqld, , 1417, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 1558, prev_state = 0 }
+kernel.syscall_exit: 13589.821182487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1558, 1539, mysqld, , 1417, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.821272136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1558, 1539, mysqld, , 1417, 0x0, SYSCALL { ip = 0xb6fa7416, syscall_id = 13 [syscall 13] }
+kernel.syscall_exit: 13589.821274281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1558, 1539, mysqld, , 1417, 0x0, MODE_UNKNOWN { ret = 1262715366 }
+kernel.syscall_entry: 13589.821582343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1558, 1539, mysqld, , 1417, 0x0, SYSCALL { ip = 0xb6fa7416, syscall_id = 142 [syscall 142] }
+kernel.sched_schedule: 13589.821608319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 1558, next_pid = 16887, prev_state = 1 }
+vm_state.vm_map: 13589.821775849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030626304, end = 3030630400, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.821779645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030630400, end = 3030634496, flags = 1048691, pgoff = 3030630400, inode = 0 }
+vm_state.vm_map: 13589.821782180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030634496, end = 3030695936, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.821784191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030695936, end = 3030700032, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.821787047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030700032, end = 3030781952, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.821789087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030781952, end = 3030786048, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.821791815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030786048, end = 3030872064, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.821793854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030872064, end = 3030876160, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.821796136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030876160, end = 3030880256, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.821798189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030880256, end = 3030888448, flags = 1048691, pgoff = 3030880256, inode = 0 }
+vm_state.vm_map: 13589.821800699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030888448, end = 3030921216, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 13589.821802901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030921216, end = 3030925312, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 13589.821805640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030925312, end = 3030941696, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 13589.821807804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030941696, end = 3030945792, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 13589.821809813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030945792, end = 3030949888, flags = 1048691, pgoff = 3030945792, inode = 0 }
+vm_state.vm_map: 13589.821812435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030949888, end = 3030958080, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.821814890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030958080, end = 3030962176, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.821817418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030962176, end = 3031060480, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.821819415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031060480, end = 3031064576, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.821822266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031064576, end = 3031076864, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.821824287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031076864, end = 3031080960, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.821827008 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031080960, end = 3031089152, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.821828987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031089152, end = 3031093248, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.821834880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031093248, end = 3031097344, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.821837501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031097344, end = 3031650304, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 13589.821839541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031650304, end = 3031670784, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 13589.821842212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031670784, end = 3031986176, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 13589.821844408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031986176, end = 3031994368, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 13589.821846720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031994368, end = 3031998464, flags = 1048691, pgoff = 3031994368, inode = 0 }
+vm_state.vm_map: 13589.821849521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031998464, end = 3032428544, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 13589.821851505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3032428544, end = 3032457216, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 13589.821854071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3032457216, end = 3032461312, flags = 1048691, pgoff = 3032457216, inode = 0 }
+vm_state.vm_map: 13589.821856694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3032461312, end = 3032530944, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 13589.821859154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3032530944, end = 3032535040, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 13589.821861844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3032535040, end = 3047030784, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 13589.821864236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3047030784, end = 3047645184, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 13589.821866352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3047645184, end = 3047653376, flags = 1048691, pgoff = 3047645184, inode = 0 }
+vm_state.vm_map: 13589.821869128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3047653376, end = 3048026112, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 13589.821871236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3048026112, end = 3048038400, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 13589.821873765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3048038400, end = 3050594304, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 13589.821875756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050594304, end = 3050643456, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 13589.821877926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050643456, end = 3050651648, flags = 1048691, pgoff = 3050643456, inode = 0 }
+vm_state.vm_map: 13589.821880659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050651648, end = 3050766336, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.821882848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050766336, end = 3050770432, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.821885501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050770432, end = 3050917888, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.821887677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050917888, end = 3050921984, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.821889792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050921984, end = 3050926080, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.821892791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050926080, end = 3050958848, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.821894750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050958848, end = 3050962944, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.821897304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050962944, end = 3050979328, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.821899332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050979328, end = 3050983424, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.821901960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050983424, end = 3052113920, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.821903920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3052113920, end = 3052130304, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.821906054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3052130304, end = 3052134400, flags = 1048691, pgoff = 3052130304, inode = 0 }
+vm_state.vm_map: 13589.821908428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3052134400, end = 3052404736, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.821910604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3052404736, end = 3052412928, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.821912996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3052412928, end = 3052744704, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.821915173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3052744704, end = 3052752896, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.821917616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3052752896, end = 3053690880, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.821919940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3053690880, end = 3053707264, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.821921914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3053707264, end = 3053711360, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.821924207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3053711360, end = 3053740032, flags = 1048691, pgoff = 3053711360, inode = 0 }
+vm_state.vm_map: 13589.821926773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3053740032, end = 3056050176, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.821929302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3056050176, end = 3056078848, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.821931268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3056078848, end = 3056082944, flags = 1048691, pgoff = 3056078848, inode = 0 }
+vm_state.vm_map: 13589.821934137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3056082944, end = 3056549888, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.821936171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3056549888, end = 3056558080, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.821938218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3056558080, end = 3056562176, flags = 1048691, pgoff = 3056558080, inode = 0 }
+vm_state.vm_map: 13589.821940524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3056562176, end = 3066601472, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.821942700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3066601472, end = 3066761216, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.821944679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3066761216, end = 3066769408, flags = 1048691, pgoff = 3066761216, inode = 0 }
+vm_state.vm_map: 13589.821947276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3066769408, end = 3069071360, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.821949267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069071360, end = 3069116416, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.821951938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069116416, end = 3069132800, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.821953917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069132800, end = 3069136896, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.821956483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069136896, end = 3069169664, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.821958430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069169664, end = 3069173760, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.821961138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069173760, end = 3069181952, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.821963166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069181952, end = 3069186048, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.821965634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069186048, end = 3069190144, flags = 1048691, pgoff = 3069186048, inode = 0 }
+vm_state.vm_map: 13589.821968045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069190144, end = 3069198336, flags = 134217845, pgoff = 0, inode = 17721 }
+vm_state.vm_map: 13589.821970184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069198336, end = 3069202432, flags = 135266419, pgoff = 4096, inode = 17721 }
+vm_state.vm_map: 13589.821972546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069202432, end = 3069227008, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.821974722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069227008, end = 3069231104, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.821977203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069231104, end = 3069595648, flags = 134217845, pgoff = 0, inode = 1065038 }
+vm_state.vm_map: 13589.821979373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069595648, end = 3069632512, flags = 135266423, pgoff = 364544, inode = 1065038 }
+vm_state.vm_map: 13589.821981345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069632512, end = 3069636608, flags = 1048695, pgoff = 3069632512, inode = 0 }
+vm_state.vm_map: 13589.821983924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069636608, end = 3069689856, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.821985915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069689856, end = 3069693952, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.821988579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069693952, end = 3070844928, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.821990552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3070844928, end = 3070861312, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.821993192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3070861312, end = 3070947328, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.821995245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3070947328, end = 3070951424, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.821997397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3070951424, end = 3070963712, flags = 1048691, pgoff = 3070951424, inode = 0 }
+vm_state.vm_map: 13589.821999814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3070963712, end = 3070992384, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.822002194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3070992384, end = 3070996480, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.822004754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3070996480, end = 3071152128, flags = 134217845, pgoff = 0, inode = 23969 }
+vm_state.vm_map: 13589.822006764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3071152128, end = 3071160320, flags = 135266419, pgoff = 151552, inode = 23969 }
+vm_state.vm_map: 13589.822009293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3071160320, end = 3071250432, flags = 134217845, pgoff = 0, inode = 23864 }
+vm_state.vm_map: 13589.822011271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3071250432, end = 3071254528, flags = 135266419, pgoff = 90112, inode = 23864 }
+vm_state.vm_map: 13589.822013979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3071254528, end = 3071414272, flags = 134217845, pgoff = 0, inode = 22541 }
+vm_state.vm_map: 13589.822016008 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3071414272, end = 3071418368, flags = 135266419, pgoff = 159744, inode = 22541 }
+vm_state.vm_map: 13589.822018469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3071418368, end = 3073400832, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 13589.822020620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3073400832, end = 3073441792, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 13589.822023143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3073441792, end = 3077038080, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.822025116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3077038080, end = 3077136384, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.822027249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3077136384, end = 3077144576, flags = 1048691, pgoff = 3077136384, inode = 0 }
+vm_state.vm_map: 13589.822029716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3077144576, end = 3078459392, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.822031879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3078459392, end = 3078467584, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.822034099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3078467584, end = 3078471680, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.822036289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3078471680, end = 3078483968, flags = 1048691, pgoff = 3078471680, inode = 0 }
+vm_state.vm_map: 13589.822039052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3078483968, end = 3079278592, flags = 134217845, pgoff = 0, inode = 1065333 }
+vm_state.vm_map: 13589.822041216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079278592, end = 3079290880, flags = 135266419, pgoff = 790528, inode = 1065333 }
+vm_state.vm_map: 13589.822044153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079303168, end = 3079335936, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.822046162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079335936, end = 3079340032, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.822049069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079340032, end = 3079348224, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.822051097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079348224, end = 3079352320, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.822053298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079352320, end = 3079356416, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.822055895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079356416, end = 3079385088, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.822058070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079385088, end = 3079393280, flags = 1048691, pgoff = 3079385088, inode = 0 }
+vm_state.vm_map: 13589.822060124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079393280, end = 3079397376, flags = 67371125, pgoff = 3079393280, inode = 0 }
+vm_state.vm_map: 13589.822062881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079397376, end = 3079512064, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.822064841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079512064, end = 3079516160, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.822067155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079516160, end = 3079520256, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.822069318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3217727488, end = 3217813504, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.822073492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 13589.822075433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 13589.822078085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 13589.822080133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 145301504, end = 147542016, flags = 1048691, pgoff = 145301504, inode = 0 }
+vm_state.vm_map: 13589.822086037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002515456, end = 3002556416, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.822088202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002556416, end = 3002560512, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.822090230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002560512, end = 3002564608, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.822092659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002564608, end = 3002601472, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.822094693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002601472, end = 3002605568, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.822096728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002605568, end = 3002609664, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.822099245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002609664, end = 3002687488, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.822101297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002687488, end = 3002691584, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.822103338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002691584, end = 3002695680, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.822105378 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002695680, end = 3002703872, flags = 1048691, pgoff = 3002695680, inode = 0 }
+vm_state.vm_map: 13589.822107895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002703872, end = 3002728448, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.822109941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002728448, end = 3002732544, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.822111976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002732544, end = 3002736640, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.822114839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002736640, end = 3018977280, flags = 134217979, pgoff = 0, inode = 1204527 }
+vm_state.vm_map: 13589.822117343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3018977280, end = 3023273984, flags = 134217979, pgoff = 0, inode = 1204522 }
+vm_state.vm_map: 13589.822119902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023273984, end = 3023474688, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 13589.822121949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023474688, end = 3023478784, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 13589.822124218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023478784, end = 3023511552, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.822126253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023511552, end = 3023515648, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.822128423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023515648, end = 3023540224, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.822130476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023540224, end = 3023544320, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.822132843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023638528, end = 3023642624, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.822135348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023642624, end = 3023667200, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.822137388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
+vm_state.vm_map: 13589.822139880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023908864, end = 3023941632, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.822142285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023941632, end = 3023953920, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.822144820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023953920, end = 3023962112, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.822147126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023962112, end = 3023966208, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.822149631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023966208, end = 3023970304, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.822152166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023970304, end = 3023974400, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.822154682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023974400, end = 3024003072, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.822156859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024003072, end = 3024015360, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.822159375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024015360, end = 3024019456, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.822161651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024019456, end = 3024027648, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.822164186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024027648, end = 3024031744, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.822166578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024031744, end = 3024035840, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.822171748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024035840, end = 3024048128, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.822174017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024048128, end = 3024056320, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.822176545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024056320, end = 3024089088, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.822178859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024089088, end = 3024109568, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.822181276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024109568, end = 3024117760, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.822183582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024117760, end = 3024146432, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.822186259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024146432, end = 3024191488, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.822188571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024191488, end = 3024248832, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.822191824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024248832, end = 3024474112, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.822193865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024474112, end = 3024478208, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.822195899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024478208, end = 3024482304, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.822198223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024482304, end = 3024490496, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.822200400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024490496, end = 3024494592, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.822202694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024494592, end = 3024498688, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.822205248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024498688, end = 3024502784, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.822207745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024502784, end = 3024506880, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.822210127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024506880, end = 3024510976, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.822212315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024510976, end = 3024519168, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.822214869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024519168, end = 3024576512, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.822217088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 13589.822219377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 13589.822221670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 13589.822223853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 13589.822226134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
+vm_state.vm_map: 13589.822228534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
+vm_state.vm_map: 13589.822230488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
+vm_state.vm_map: 13589.822232911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 13589.822234865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 13589.822237147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 13589.822239224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 13589.822241512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 13589.822243453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 13589.822245784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 13589.822247739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 13589.822249909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
+vm_state.vm_map: 13589.822252134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 13589.822254428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 13589.822256864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3042021376, end = 3042111488, flags = 134217845, pgoff = 0, inode = 1065189 }
+vm_state.vm_map: 13589.822259054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3042111488, end = 3042115584, flags = 135266419, pgoff = 90112, inode = 1065189 }
+vm_state.vm_map: 13589.822261187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 13589.822263697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 13589.822266108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.822268389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
+vm_state.vm_map: 13589.822270808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.822272978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.822275506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.822277602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.822279698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.822281937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.822284342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.822286512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.822288504 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
+vm_state.vm_map: 13589.822291138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 13589.822293085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 13589.822298037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.822300431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.822302663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.822304641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.822307281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.822309365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.822311678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.822313644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.822315925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
+vm_state.vm_map: 13589.822318256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.822320433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.822322826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.822325120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.822327525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.822329565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.822332020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.822334209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.822336707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.822338952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.822340998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
+vm_state.vm_map: 13589.822343156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.822345320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.822347478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.822349512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.822351707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.822353686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.822355745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.822357797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.822359837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
+vm_state.vm_map: 13589.822361916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.822363851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.822365897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
+vm_state.vm_map: 13589.822367975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.822370256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.822372384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.822374325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.822376773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.822378814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.822381127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.822383062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.822385380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
+vm_state.vm_map: 13589.822387513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
+vm_state.vm_map: 13589.822389641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
+vm_state.vm_map: 13589.822391774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 13589.822393839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 13589.822395793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
+vm_state.vm_map: 13589.822401117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 13589.822403299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 13589.822405890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.822408060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.822410144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.822412203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.822414287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.822416234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.822418299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
+vm_state.vm_map: 13589.822420382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.822422331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.822424408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.822426486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.822428594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.822430541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.822432873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.822434827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.822436774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.822439352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.822441300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.822443248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.822445320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
+vm_state.vm_map: 13589.822447391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.822449344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.822451423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.822453370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
+vm_state.vm_map: 13589.822455664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.822457716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.822460041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.822462118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.822464067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.822466404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.822468357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.822470430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.822472945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.822475023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.822476971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.822479017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.822480983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
+vm_state.vm_map: 13589.822483074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.822485126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.822487080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.822489028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
+vm_state.vm_map: 13589.822491112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.822493183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.822495254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
+vm_state.vm_map: 13589.822497443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.822499403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.822501450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
+vm_state.vm_map: 13589.822503528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 13589.822505846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 13589.822507892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
+vm_state.vm_map: 13589.822509970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.822511923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.822514280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 13589.822516234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 13589.822518187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
+vm_state.vm_map: 13589.822520265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.822522336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.822524408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.822526362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.822528550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
+vm_state.vm_map: 13589.822530980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078877184, end = 3078889472, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.822533076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.822535030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.822537324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 13589.822539643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 13589.822541738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.822543798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.822545746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.822547848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.822549931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
+vm_state.vm_map: 13589.822551886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
+vm_state.vm_map: 13589.822553982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.822556047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.822558000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.822559948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.822568802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 134512640, end = 134627328, flags = 134223989, pgoff = 0, inode = 1352621 }
+vm_state.vm_map: 13589.822570849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 134627328, end = 134631424, flags = 135272563, pgoff = 114688, inode = 1352621 }
+vm_state.vm_map: 13589.822572896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 141119488, end = 149274624, flags = 1048691, pgoff = 141119488, inode = 0 }
+vm_state.vm_map: 13589.822579159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916810752, end = 2916818944, flags = 134217845, pgoff = 0, inode = 132462 }
+vm_state.vm_map: 13589.822581212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916818944, end = 2916823040, flags = 135266419, pgoff = 4096, inode = 132462 }
+vm_state.vm_map: 13589.822588644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916823040, end = 2916851712, flags = 134217845, pgoff = 0, inode = 133405 }
+vm_state.vm_map: 13589.822590690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916851712, end = 2916855808, flags = 135266419, pgoff = 24576, inode = 133405 }
+vm_state.vm_map: 13589.822597480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916855808, end = 2916876288, flags = 134217845, pgoff = 0, inode = 134577 }
+vm_state.vm_map: 13589.822599538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916876288, end = 2916880384, flags = 135266419, pgoff = 16384, inode = 134577 }
+vm_state.vm_map: 13589.822601987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916880384, end = 2916888576, flags = 134217845, pgoff = 0, inode = 133774 }
+vm_state.vm_map: 13589.822604033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916888576, end = 2916892672, flags = 135266419, pgoff = 4096, inode = 133774 }
+vm_state.vm_map: 13589.822608795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916892672, end = 2916933632, flags = 134217845, pgoff = 0, inode = 133487 }
+vm_state.vm_map: 13589.822610847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916933632, end = 2916937728, flags = 135266419, pgoff = 36864, inode = 133487 }
+vm_state.vm_map: 13589.822615813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916937728, end = 2916982784, flags = 134217845, pgoff = 0, inode = 132466 }
+vm_state.vm_map: 13589.822617865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916982784, end = 2916986880, flags = 135266419, pgoff = 40960, inode = 132466 }
+vm_state.vm_map: 13589.822620567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916986880, end = 2917019648, flags = 134217845, pgoff = 0, inode = 133402 }
+vm_state.vm_map: 13589.822622546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917019648, end = 2917023744, flags = 135266419, pgoff = 28672, inode = 133402 }
+vm_state.vm_map: 13589.822629156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917023744, end = 2917040128, flags = 134217845, pgoff = 0, inode = 133403 }
+vm_state.vm_map: 13589.822631326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917040128, end = 2917044224, flags = 135266419, pgoff = 12288, inode = 133403 }
+vm_state.vm_map: 13589.822640842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917044224, end = 2917060608, flags = 134217845, pgoff = 0, inode = 133404 }
+vm_state.vm_map: 13589.822642900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917060608, end = 2917064704, flags = 135266419, pgoff = 12288, inode = 133404 }
+vm_state.vm_map: 13589.822645807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917064704, end = 2917195776, flags = 134217937, pgoff = 0, inode = 156525 }
+vm_state.vm_map: 13589.822648478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917195776, end = 2917326848, flags = 134217937, pgoff = 0, inode = 156518 }
+vm_state.vm_map: 13589.822651557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917326848, end = 2917339136, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 13589.822653640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917339136, end = 2917343232, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 13589.822655984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917343232, end = 2917806080, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 13589.822658056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917806080, end = 2917818368, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 13589.822660393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917818368, end = 2917879808, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 13589.822662352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917879808, end = 2917883904, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 13589.822664659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917883904, end = 2918490112, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 13589.822666607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918490112, end = 2918506496, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 13589.822672122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918506496, end = 2918596608, flags = 134217845, pgoff = 0, inode = 19203 }
+vm_state.vm_map: 13589.822674069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918596608, end = 2918600704, flags = 135266419, pgoff = 86016, inode = 19203 }
+vm_state.vm_map: 13589.822676500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918600704, end = 2918608896, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 13589.822678460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918608896, end = 2918612992, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 13589.822701504 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918612992, end = 2918637568, flags = 134217845, pgoff = 0, inode = 18679 }
+vm_state.vm_map: 13589.822703638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918637568, end = 2918641664, flags = 135266419, pgoff = 20480, inode = 18679 }
+vm_state.vm_map: 13589.822709802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918641664, end = 2918690816, flags = 134217845, pgoff = 0, inode = 19447 }
+vm_state.vm_map: 13589.822711842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918690816, end = 2918694912, flags = 135266419, pgoff = 49152, inode = 19447 }
+vm_state.vm_map: 13589.822714445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918694912, end = 2918961152, flags = 134217845, pgoff = 0, inode = 19433 }
+vm_state.vm_map: 13589.822716635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918961152, end = 2918969344, flags = 135266419, pgoff = 262144, inode = 19433 }
+vm_state.vm_map: 13589.822718805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918969344, end = 2918973440, flags = 1048691, pgoff = 2918969344, inode = 0 }
+vm_state.vm_map: 13589.822721321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918973440, end = 2919137280, flags = 134217845, pgoff = 0, inode = 18646 }
+vm_state.vm_map: 13589.822723491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2919137280, end = 2919141376, flags = 135266419, pgoff = 163840, inode = 18646 }
+vm_state.vm_map: 13589.822726026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2919141376, end = 2919804928, flags = 134217845, pgoff = 0, inode = 18913 }
+vm_state.vm_map: 13589.822728067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2919804928, end = 2919829504, flags = 135266419, pgoff = 659456, inode = 18913 }
+vm_state.vm_map: 13589.822730707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2919829504, end = 2919993344, flags = 134217845, pgoff = 0, inode = 18977 }
+vm_state.vm_map: 13589.822732760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2919993344, end = 2919997440, flags = 135266419, pgoff = 163840, inode = 18977 }
+vm_state.vm_map: 13589.822737651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2919997440, end = 2920034304, flags = 134217845, pgoff = 0, inode = 21392 }
+vm_state.vm_map: 13589.822739697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2920034304, end = 2920038400, flags = 135266417, pgoff = 36864, inode = 21392 }
+vm_state.vm_map: 13589.822741756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2920038400, end = 2920042496, flags = 135266419, pgoff = 40960, inode = 21392 }
+vm_state.vm_map: 13589.822743963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2920042496, end = 2920046592, flags = 1048691, pgoff = 2920042496, inode = 0 }
+vm_state.vm_map: 13589.822746776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2920046592, end = 2920079360, flags = 134217845, pgoff = 0, inode = 22483 }
+vm_state.vm_map: 13589.822748842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2920079360, end = 2920083456, flags = 135266419, pgoff = 28672, inode = 22483 }
+vm_state.vm_map: 13589.822756145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2920083456, end = 2924834816, flags = 134217845, pgoff = 0, inode = 21393 }
+vm_state.vm_map: 13589.822758333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924834816, end = 2924871680, flags = 135266417, pgoff = 4747264, inode = 21393 }
+vm_state.vm_map: 13589.822760479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924871680, end = 2924892160, flags = 135266419, pgoff = 4784128, inode = 21393 }
+vm_state.vm_map: 13589.822762599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924892160, end = 2924896256, flags = 1048691, pgoff = 2924892160, inode = 0 }
+vm_state.vm_map: 13589.822765005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924900352, end = 2924904448, flags = 134217845, pgoff = 0, inode = 133407 }
+vm_state.vm_map: 13589.822767163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924904448, end = 2924908544, flags = 135266419, pgoff = 0, inode = 133407 }
+vm_state.vm_map: 13589.822772084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924908544, end = 2924974080, flags = 134217937, pgoff = 0, inode = 156520 }
+vm_state.vm_map: 13589.822774749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924974080, end = 2924982272, flags = 134217845, pgoff = 0, inode = 1450591 }
+vm_state.vm_map: 13589.822776920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924982272, end = 2924986368, flags = 135266417, pgoff = 4096, inode = 1450591 }
+vm_state.vm_map: 13589.822779072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924986368, end = 2924990464, flags = 135266419, pgoff = 8192, inode = 1450591 }
+vm_state.vm_map: 13589.822781619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924990464, end = 2925002752, flags = 134217845, pgoff = 0, inode = 133668 }
+vm_state.vm_map: 13589.822784061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2925002752, end = 2925006848, flags = 135266419, pgoff = 8192, inode = 133668 }
+vm_state.vm_map: 13589.822786819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2925006848, end = 2925056000, flags = 134217845, pgoff = 0, inode = 133399 }
+vm_state.vm_map: 13589.822788977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2925056000, end = 2925060096, flags = 135266419, pgoff = 45056, inode = 133399 }
+vm_state.vm_map: 13589.822791153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2925060096, end = 2925064192, flags = 1048688, pgoff = 2925060096, inode = 0 }
+vm_state.vm_map: 13589.822793249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2925064192, end = 2933452800, flags = 1048691, pgoff = 2925064192, inode = 0 }
+vm_state.vm_map: 13589.822795549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2933452800, end = 2933456896, flags = 1048688, pgoff = 2933452800, inode = 0 }
+vm_state.vm_map: 13589.822797640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2933456896, end = 2941845504, flags = 1048691, pgoff = 2933456896, inode = 0 }
+vm_state.vm_map: 13589.822799933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2943733760, end = 2943737856, flags = 1048688, pgoff = 2943733760, inode = 0 }
+vm_state.vm_map: 13589.822801906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2943737856, end = 2952126464, flags = 1048691, pgoff = 2943737856, inode = 0 }
+vm_state.vm_map: 13589.822804323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2956226560, end = 2956230656, flags = 1048688, pgoff = 2956226560, inode = 0 }
+vm_state.vm_map: 13589.822806456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2956230656, end = 2964619264, flags = 1048691, pgoff = 2956230656, inode = 0 }
+vm_state.vm_map: 13589.822808769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2968858624, end = 2968862720, flags = 1048688, pgoff = 2968858624, inode = 0 }
+vm_state.vm_map: 13589.822810871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2968862720, end = 2977251328, flags = 1048691, pgoff = 2968862720, inode = 0 }
+vm_state.vm_map: 13589.822813146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2977251328, end = 2977255424, flags = 1048688, pgoff = 2977251328, inode = 0 }
+vm_state.vm_map: 13589.822815174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2977255424, end = 2985644032, flags = 1048691, pgoff = 2977255424, inode = 0 }
+vm_state.vm_map: 13589.822817394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2985644032, end = 2985648128, flags = 1048688, pgoff = 2985644032, inode = 0 }
+vm_state.vm_map: 13589.822819818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2985648128, end = 2994036736, flags = 1048691, pgoff = 2985648128, inode = 0 }
+vm_state.vm_map: 13589.822822662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994036736, end = 2994360320, flags = 134217845, pgoff = 0, inode = 21280 }
+vm_state.vm_map: 13589.822824628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994360320, end = 2994364416, flags = 135266419, pgoff = 323584, inode = 21280 }
+vm_state.vm_map: 13589.822827058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994364416, end = 2994376704, flags = 134217845, pgoff = 0, inode = 499779 }
+vm_state.vm_map: 13589.822829254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994376704, end = 2994380800, flags = 135266419, pgoff = 8192, inode = 499779 }
+vm_state.vm_map: 13589.822831789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994380800, end = 2994401280, flags = 134217845, pgoff = 0, inode = 18127 }
+vm_state.vm_map: 13589.822833847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994401280, end = 2994405376, flags = 135266419, pgoff = 16384, inode = 18127 }
+vm_state.vm_map: 13589.822836296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994405376, end = 2994421760, flags = 134217845, pgoff = 0, inode = 21276 }
+vm_state.vm_map: 13589.822838466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994421760, end = 2994425856, flags = 135266419, pgoff = 12288, inode = 21276 }
+vm_state.vm_map: 13589.822840853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994425856, end = 2994823168, flags = 134217845, pgoff = 0, inode = 24050 }
+vm_state.vm_map: 13589.822842906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994823168, end = 2994831360, flags = 135266419, pgoff = 397312, inode = 24050 }
+vm_state.vm_map: 13589.822844884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994831360, end = 2994847744, flags = 1048691, pgoff = 2994831360, inode = 0 }
+vm_state.vm_map: 13589.822847550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994847744, end = 2994876416, flags = 134217845, pgoff = 0, inode = 499851 }
+vm_state.vm_map: 13589.822849590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994876416, end = 2994880512, flags = 135266419, pgoff = 28672, inode = 499851 }
+vm_state.vm_map: 13589.822851989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994880512, end = 2995183616, flags = 134217845, pgoff = 0, inode = 24049 }
+vm_state.vm_map: 13589.822853967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995183616, end = 2995187712, flags = 135266419, pgoff = 299008, inode = 24049 }
+vm_state.vm_map: 13589.822856823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995187712, end = 2995449856, flags = 134217845, pgoff = 0, inode = 24048 }
+vm_state.vm_map: 13589.822858865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995449856, end = 2995453952, flags = 135266419, pgoff = 262144, inode = 24048 }
+vm_state.vm_map: 13589.822861264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995453952, end = 2995462144, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 13589.822863254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995462144, end = 2995466240, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 13589.822868053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995466240, end = 2995478528, flags = 134217845, pgoff = 0, inode = 133766 }
+vm_state.vm_map: 13589.822870093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995478528, end = 2995482624, flags = 135266419, pgoff = 8192, inode = 133766 }
+vm_state.vm_map: 13589.822874637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995482624, end = 2995499008, flags = 134217845, pgoff = 0, inode = 132448 }
+vm_state.vm_map: 13589.822876690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995499008, end = 2995503104, flags = 135266419, pgoff = 16384, inode = 132448 }
+vm_state.vm_map: 13589.822879089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995503104, end = 2995507200, flags = 134217845, pgoff = 0, inode = 132458 }
+vm_state.vm_map: 13589.822881247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995507200, end = 2995511296, flags = 135266419, pgoff = 0, inode = 132458 }
+vm_state.vm_map: 13589.822885785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995511296, end = 2995544064, flags = 134217845, pgoff = 0, inode = 133778 }
+vm_state.vm_map: 13589.822887832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995544064, end = 2995548160, flags = 135266419, pgoff = 28672, inode = 133778 }
+vm_state.vm_map: 13589.822890225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995548160, end = 2995560448, flags = 134217845, pgoff = 0, inode = 133391 }
+vm_state.vm_map: 13589.822892612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995560448, end = 2995564544, flags = 135266419, pgoff = 12288, inode = 133391 }
+vm_state.vm_map: 13589.822894776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995564544, end = 2995568640, flags = 1048688, pgoff = 2995564544, inode = 0 }
+vm_state.vm_map: 13589.822896766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995568640, end = 3003957248, flags = 1048691, pgoff = 2995568640, inode = 0 }
+vm_state.vm_map: 13589.822901621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3003957248, end = 3004121088, flags = 134217845, pgoff = 0, inode = 133325 }
+vm_state.vm_map: 13589.822903679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004121088, end = 3004157952, flags = 135266419, pgoff = 159744, inode = 133325 }
+vm_state.vm_map: 13589.822905726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004157952, end = 3004235776, flags = 1048691, pgoff = 3004157952, inode = 0 }
+vm_state.vm_map: 13589.822908174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004235776, end = 3004256256, flags = 134217845, pgoff = 0, inode = 21278 }
+vm_state.vm_map: 13589.822910505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004256256, end = 3004260352, flags = 135266419, pgoff = 16384, inode = 21278 }
+vm_state.vm_map: 13589.822917660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004260352, end = 3004612608, flags = 134217845, pgoff = 0, inode = 22500 }
+vm_state.vm_map: 13589.822919836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004612608, end = 3004706816, flags = 135266419, pgoff = 348160, inode = 22500 }
+vm_state.vm_map: 13589.822921957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004706816, end = 3004719104, flags = 1048691, pgoff = 3004706816, inode = 0 }
+vm_state.vm_map: 13589.822924510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004719104, end = 3004882944, flags = 134217845, pgoff = 0, inode = 21283 }
+vm_state.vm_map: 13589.822926674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004882944, end = 3004887040, flags = 135266419, pgoff = 159744, inode = 21283 }
+vm_state.vm_map: 13589.822929501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004887040, end = 3005849600, flags = 134217845, pgoff = 0, inode = 21285 }
+vm_state.vm_map: 13589.822931541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3005849600, end = 3005906944, flags = 135266419, pgoff = 962560, inode = 21285 }
+vm_state.vm_map: 13589.822938590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3005906944, end = 3006230528, flags = 134217845, pgoff = 0, inode = 20454 }
+vm_state.vm_map: 13589.822940760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006230528, end = 3006234624, flags = 135266419, pgoff = 323584, inode = 20454 }
+vm_state.vm_map: 13589.822947870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006234624, end = 3006341120, flags = 134217845, pgoff = 0, inode = 92226 }
+vm_state.vm_map: 13589.822949998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006341120, end = 3006345216, flags = 135266419, pgoff = 102400, inode = 92226 }
+vm_state.vm_map: 13589.822957107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006345216, end = 3006844928, flags = 134217845, pgoff = 0, inode = 22502 }
+vm_state.vm_map: 13589.822959167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006844928, end = 3006853120, flags = 135266419, pgoff = 499712, inode = 22502 }
+vm_state.vm_map: 13589.822966630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006853120, end = 3006967808, flags = 134217845, pgoff = 0, inode = 22497 }
+vm_state.vm_map: 13589.822968776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006967808, end = 3006971904, flags = 135266419, pgoff = 114688, inode = 22497 }
+vm_state.vm_map: 13589.822975849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006971904, end = 3007021056, flags = 134217845, pgoff = 0, inode = 1065068 }
+vm_state.vm_map: 13589.822978130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007021056, end = 3007025152, flags = 135266419, pgoff = 45056, inode = 1065068 }
+vm_state.vm_map: 13589.822985068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007025152, end = 3007270912, flags = 134217845, pgoff = 0, inode = 1065036 }
+vm_state.vm_map: 13589.822987108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007270912, end = 3007283200, flags = 135266419, pgoff = 241664, inode = 1065036 }
+vm_state.vm_map: 13589.822993885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007283200, end = 3007901696, flags = 134217845, pgoff = 0, inode = 22491 }
+vm_state.vm_map: 13589.822995950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007901696, end = 3007909888, flags = 135266419, pgoff = 618496, inode = 22491 }
+vm_state.vm_map: 13589.822997996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007909888, end = 3007913984, flags = 1048691, pgoff = 3007909888, inode = 0 }
+vm_state.vm_map: 13589.823000469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007913984, end = 3007971328, flags = 135266421, pgoff = 0, inode = 33719 }
+vm_state.vm_map: 13589.823002999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007971328, end = 3007975424, flags = 135266419, pgoff = 57344, inode = 33719 }
+vm_state.vm_map: 13589.823007704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007975424, end = 3008028672, flags = 135266421, pgoff = 0, inode = 33713 }
+vm_state.vm_map: 13589.823009892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3008028672, end = 3008032768, flags = 135266419, pgoff = 53248, inode = 33713 }
+vm_state.vm_map: 13589.823011903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3008032768, end = 3008045056, flags = 1048691, pgoff = 3008032768, inode = 0 }
+vm_state.vm_map: 13589.823018976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3008045056, end = 3013025792, flags = 135266421, pgoff = 0, inode = 33715 }
+vm_state.vm_map: 13589.823021035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3013025792, end = 3013066752, flags = 135266419, pgoff = 4976640, inode = 33715 }
+vm_state.vm_map: 13589.823023082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3013066752, end = 3016265728, flags = 1048691, pgoff = 3013066752, inode = 0 }
+vm_state.vm_map: 13589.823025443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016265728, end = 3016318976, flags = 135266421, pgoff = 0, inode = 133389 }
+vm_state.vm_map: 13589.823027428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016318976, end = 3016327168, flags = 135266419, pgoff = 49152, inode = 133389 }
+vm_state.vm_map: 13589.823029425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016327168, end = 3016339456, flags = 1048691, pgoff = 3016327168, inode = 0 }
+vm_state.vm_map: 13589.823031782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016339456, end = 3016355840, flags = 134217845, pgoff = 0, inode = 133398 }
+vm_state.vm_map: 13589.823033735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016355840, end = 3016359936, flags = 135266419, pgoff = 12288, inode = 133398 }
+vm_state.vm_map: 13589.823036282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016359936, end = 3016400896, flags = 134217845, pgoff = 0, inode = 134575 }
+vm_state.vm_map: 13589.823038570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016400896, end = 3016404992, flags = 135266419, pgoff = 36864, inode = 134575 }
+vm_state.vm_map: 13589.823041032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016404992, end = 3016491008, flags = 134217845, pgoff = 0, inode = 134584 }
+vm_state.vm_map: 13589.823042979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016491008, end = 3016527872, flags = 135266419, pgoff = 81920, inode = 134584 }
+vm_state.vm_map: 13589.823044927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016527872, end = 3016564736, flags = 1048691, pgoff = 3016527872, inode = 0 }
+vm_state.vm_map: 13589.823049625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016564736, end = 3016691712, flags = 134217845, pgoff = 0, inode = 134585 }
+vm_state.vm_map: 13589.823051648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016691712, end = 3016728576, flags = 135266419, pgoff = 122880, inode = 134585 }
+vm_state.vm_map: 13589.823053639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016728576, end = 3016765440, flags = 1048691, pgoff = 3016728576, inode = 0 }
+vm_state.vm_map: 13589.823058263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016765440, end = 3016810496, flags = 134217845, pgoff = 0, inode = 133836 }
+vm_state.vm_map: 13589.823060236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016810496, end = 3016814592, flags = 135266419, pgoff = 45056, inode = 133836 }
+vm_state.vm_map: 13589.823062178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016814592, end = 3016818688, flags = 1048691, pgoff = 3016814592, inode = 0 }
+vm_state.vm_map: 13589.823069009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016818688, end = 3016990720, flags = 134217845, pgoff = 0, inode = 132460 }
+vm_state.vm_map: 13589.823071143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016990720, end = 3016994816, flags = 135266419, pgoff = 167936, inode = 132460 }
+vm_state.vm_map: 13589.823074031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016994816, end = 3017027584, flags = 134217845, pgoff = 0, inode = 132451 }
+vm_state.vm_map: 13589.823075959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017027584, end = 3017031680, flags = 135266419, pgoff = 28672, inode = 132451 }
+vm_state.vm_map: 13589.823078024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017031680, end = 3017035776, flags = 1048691, pgoff = 3017031680, inode = 0 }
+vm_state.vm_map: 13589.823084950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017035776, end = 3017146368, flags = 134217845, pgoff = 0, inode = 1065512 }
+vm_state.vm_map: 13589.823087163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017146368, end = 3017150464, flags = 135266419, pgoff = 106496, inode = 1065512 }
+vm_state.vm_map: 13589.823089241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017150464, end = 3017166848, flags = 1048691, pgoff = 3017150464, inode = 0 }
+vm_state.vm_map: 13589.823096395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017166848, end = 3017207808, flags = 134217845, pgoff = 0, inode = 1066155 }
+vm_state.vm_map: 13589.823098361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017207808, end = 3017211904, flags = 135266419, pgoff = 40960, inode = 1066155 }
+vm_state.vm_map: 13589.823105342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017211904, end = 3017383936, flags = 134217845, pgoff = 0, inode = 1066157 }
+vm_state.vm_map: 13589.823107345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017383936, end = 3017388032, flags = 135266419, pgoff = 167936, inode = 1066157 }
+vm_state.vm_map: 13589.823109639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017388032, end = 3017392128, flags = 1048691, pgoff = 3017388032, inode = 0 }
+vm_state.vm_map: 13589.823111989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017396224, end = 3017408512, flags = 134217845, pgoff = 0, inode = 133760 }
+vm_state.vm_map: 13589.823113949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017408512, end = 3017412608, flags = 135266419, pgoff = 8192, inode = 133760 }
+vm_state.vm_map: 13589.823116552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017412608, end = 3017433088, flags = 134217845, pgoff = 0, inode = 132459 }
+vm_state.vm_map: 13589.823118505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017433088, end = 3017437184, flags = 135266419, pgoff = 16384, inode = 132459 }
+vm_state.vm_map: 13589.823120831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017437184, end = 3017482240, flags = 134217845, pgoff = 0, inode = 133390 }
+vm_state.vm_map: 13589.823122777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017482240, end = 3017486336, flags = 135266419, pgoff = 40960, inode = 133390 }
+vm_state.vm_map: 13589.823125505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017486336, end = 3017531392, flags = 134217845, pgoff = 0, inode = 133776 }
+vm_state.vm_map: 13589.823127564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017531392, end = 3017535488, flags = 135266419, pgoff = 40960, inode = 133776 }
+vm_state.vm_map: 13589.823130006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017535488, end = 3017588736, flags = 134217845, pgoff = 0, inode = 133393 }
+vm_state.vm_map: 13589.823132078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017588736, end = 3017592832, flags = 135266419, pgoff = 53248, inode = 133393 }
+vm_state.vm_map: 13589.823134242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017592832, end = 3017633792, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.823154300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017633792, end = 3017637888, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.823156439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017637888, end = 3017641984, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.823158553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017641984, end = 3017678848, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.823160723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017678848, end = 3017682944, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.823163135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017682944, end = 3017687040, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.823168434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017687040, end = 3017711616, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.823170487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017711616, end = 3017715712, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.823172534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017715712, end = 3017719808, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.823174970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017719808, end = 3017797632, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.823179483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017797632, end = 3017801728, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.823181672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017801728, end = 3017805824, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.823183719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017805824, end = 3017814016, flags = 1048691, pgoff = 3017805824, inode = 0 }
+vm_state.vm_map: 13589.823188739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017814016, end = 3017883648, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.823190916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017883648, end = 3017887744, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.823192974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017887744, end = 3017891840, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.823195102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017891840, end = 3017900032, flags = 1048691, pgoff = 3017891840, inode = 0 }
+vm_state.vm_map: 13589.823202348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017900032, end = 3018190848, flags = 134217845, pgoff = 0, inode = 22627 }
+vm_state.vm_map: 13589.823204389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3018190848, end = 3018207232, flags = 135266419, pgoff = 286720, inode = 22627 }
+vm_state.vm_map: 13589.823206436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3018207232, end = 3018227712, flags = 1048691, pgoff = 3018207232, inode = 0 }
+vm_state.vm_map: 13589.823213615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3018227712, end = 3018575872, flags = 134217845, pgoff = 0, inode = 41235 }
+vm_state.vm_map: 13589.823215673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3018575872, end = 3018588160, flags = 135266419, pgoff = 348160, inode = 41235 }
+vm_state.vm_map: 13589.823217955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3020632064, end = 3021889536, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.823220224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3021889536, end = 3021910016, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.823222326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3021910016, end = 3021914112, flags = 1048691, pgoff = 3021910016, inode = 0 }
+vm_state.vm_map: 13589.823224552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3021914112, end = 3022151680, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 13589.823226889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3022151680, end = 3022155776, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 13589.823229282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3022155776, end = 3022188544, flags = 134217845, pgoff = 0, inode = 18621 }
+vm_state.vm_map: 13589.823231570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3022188544, end = 3022192640, flags = 135266419, pgoff = 28672, inode = 18621 }
+vm_state.vm_map: 13589.823233821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3022192640, end = 3022622720, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 13589.823236350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3022622720, end = 3022651392, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 13589.823238309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3022651392, end = 3022655488, flags = 1048691, pgoff = 3022651392, inode = 0 }
+vm_state.vm_map: 13589.823240721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3022655488, end = 3023097856, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 13589.823242817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3023097856, end = 3023106048, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 13589.823245705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3023106048, end = 3023908864, flags = 134217845, pgoff = 0, inode = 21274 }
+vm_state.vm_map: 13589.823247838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3023908864, end = 3023925248, flags = 135266419, pgoff = 802816, inode = 21274 }
+vm_state.vm_map: 13589.823250372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3023925248, end = 3026481152, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 13589.823252345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026481152, end = 3026530304, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 13589.823254521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026530304, end = 3026534400, flags = 1048691, pgoff = 3026530304, inode = 0 }
+vm_state.vm_map: 13589.823256871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026534400, end = 3026550784, flags = 134217845, pgoff = 0, inode = 133777 }
+vm_state.vm_map: 13589.823259165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026550784, end = 3026554880, flags = 135266419, pgoff = 12288, inode = 133777 }
+vm_state.vm_map: 13589.823261700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026554880, end = 3026575360, flags = 134217845, pgoff = 0, inode = 133765 }
+vm_state.vm_map: 13589.823263944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026575360, end = 3026579456, flags = 135266419, pgoff = 20480, inode = 133765 }
+vm_state.vm_map: 13589.823268532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026579456, end = 3026591744, flags = 134217845, pgoff = 0, inode = 133767 }
+vm_state.vm_map: 13589.823270585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026591744, end = 3026595840, flags = 135266419, pgoff = 8192, inode = 133767 }
+vm_state.vm_map: 13589.823273114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026595840, end = 3026599936, flags = 1048691, pgoff = 3026595840, inode = 0 }
+vm_state.vm_map: 13589.823275495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026599936, end = 3026624512, flags = 134217845, pgoff = 0, inode = 132468 }
+vm_state.vm_map: 13589.823277455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026624512, end = 3026628608, flags = 135266419, pgoff = 24576, inode = 132468 }
+vm_state.vm_map: 13589.823282222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026628608, end = 3042869248, flags = 134217979, pgoff = 0, inode = 1204527 }
+vm_state.vm_map: 13589.823284510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3042869248, end = 3047165952, flags = 134217979, pgoff = 0, inode = 1204522 }
+vm_state.vm_map: 13589.823286804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047165952, end = 3047366656, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 13589.823288801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047366656, end = 3047370752, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 13589.823291249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047370752, end = 3047395328, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.823293215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047395328, end = 3047399424, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.823295677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047403520, end = 3047428096, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.823297674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047428096, end = 3047432192, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.823302824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047432192, end = 3047489536, flags = 134217845, pgoff = 0, inode = 123137 }
+vm_state.vm_map: 13589.823304882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047489536, end = 3047493632, flags = 135266419, pgoff = 53248, inode = 123137 }
+vm_state.vm_map: 13589.823307202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047493632, end = 3047497728, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.823309650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047497728, end = 3047522304, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.823311962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047522304, end = 3047526400, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.823314238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047526400, end = 3047530496, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.823316526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047530496, end = 3047534592, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.823318653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047534592, end = 3047538688, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.823320990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047538688, end = 3047546880, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.823323204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047546880, end = 3047579648, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.823325466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047579648, end = 3047591936, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.823327705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047591936, end = 3047600128, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.823330042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047600128, end = 3047604224, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.823332138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047604224, end = 3047608320, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.823334451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047608320, end = 3047612416, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.823336590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047612416, end = 3047641088, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.823338896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047641088, end = 3047653376, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.823340974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047653376, end = 3047657472, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.823343311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047657472, end = 3047665664, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.823345791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047665664, end = 3047669760, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.823348097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047669760, end = 3047673856, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.823350193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047673856, end = 3047686144, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.823352629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047686144, end = 3047694336, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.823354855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047694336, end = 3047727104, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.823357273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047727104, end = 3047747584, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.823359369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047747584, end = 3047755776, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.823361817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047755776, end = 3047784448, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.823363919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047784448, end = 3047829504, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.823366220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047829504, end = 3047886848, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.823370838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047886848, end = 3048112128, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.823372885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3048112128, end = 3048116224, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.823374883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3048116224, end = 3048120320, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.823377213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3048124416, end = 3048140800, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.823379167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3048140800, end = 3048144896, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.823384162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3048144896, end = 3048157184, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.823386445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3048157184, end = 3048214528, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.823388788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3048214528, end = 3049545728, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.823390859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049545728, end = 3049558016, flags = 1048691, pgoff = 3049545728, inode = 0 }
+vm_state.vm_map: 13589.823395360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.823397419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.823399639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049578496, end = 3049725952, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.823401679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049725952, end = 3049734144, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.823403843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049734144, end = 3049742336, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.823406118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049742336, end = 3049746432, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.823408296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049746432, end = 3050065920, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.823410336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050065920, end = 3050082304, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.823412518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050082304, end = 3050274816, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.823414565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050274816, end = 3050278912, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.823416971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050278912, end = 3050283008, flags = 1048691, pgoff = 3050278912, inode = 0 }
+vm_state.vm_map: 13589.823419042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050283008, end = 3050381312, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.823421360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050381312, end = 3050385408, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.823423537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050385408, end = 3050397696, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.823425578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050397696, end = 3050401792, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.823427852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050401792, end = 3050455040, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.823429955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050455040, end = 3050459136, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.823432125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050459136, end = 3050631168, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.823434289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050631168, end = 3050635264, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.823436398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050635264, end = 3050881024, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.823438537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050881024, end = 3050885120, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.823440707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050885120, end = 3050889216, flags = 1048691, pgoff = 3050885120, inode = 0 }
+vm_state.vm_map: 13589.823442884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050889216, end = 3051360256, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.823444925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051360256, end = 3051376640, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.823447112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051376640, end = 3051520000, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.823449160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051520000, end = 3051524096, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.823451701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051524096, end = 3051610112, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.823453766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051610112, end = 3051614208, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.823456159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051614208, end = 3051622400, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.823458193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051622400, end = 3051626496, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.823460228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051626496, end = 3051630592, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.823462459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051630592, end = 3051716608, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.823464636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051716608, end = 3051720704, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.823466671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051720704, end = 3051724800, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.823468822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051724800, end = 3051737088, flags = 1048691, pgoff = 3051724800, inode = 0 }
+vm_state.vm_map: 13589.823470924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051737088, end = 3052482560, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.823473101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052482560, end = 3052486656, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.823475320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052486656, end = 3052515328, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.823477361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052515328, end = 3052519424, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.823479377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052519424, end = 3052523520, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.823481621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052523520, end = 3052539904, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.823483661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052539904, end = 3052544000, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.823486191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052544000, end = 3052605440, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.823488151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052605440, end = 3052609536, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.823490593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052609536, end = 3052691456, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.823492621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052691456, end = 3052695552, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.823496986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052695552, end = 3052699648, flags = 1048691, pgoff = 3052695552, inode = 0 }
+vm_state.vm_map: 13589.823499188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052699648, end = 3052814336, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.823501345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052814336, end = 3052818432, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.823503521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052818432, end = 3052965888, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.823505568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052965888, end = 3052969984, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.823507639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052969984, end = 3052974080, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.823509946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052974080, end = 3053006848, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.823511999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053006848, end = 3053010944, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.823514169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053010944, end = 3053027328, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.823516204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053027328, end = 3053031424, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.823518386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053031424, end = 3053064192, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.823520785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053064192, end = 3053068288, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.823523079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053068288, end = 3053084672, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.823525069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053084672, end = 3053088768, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.823527264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053088768, end = 3053092864, flags = 1048691, pgoff = 3053088768, inode = 0 }
+vm_state.vm_map: 13589.823529497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053092864, end = 3054223360, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.823531667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3054223360, end = 3054239744, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.823533825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3054239744, end = 3054510080, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.823536052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3054510080, end = 3054518272, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.823538141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3054518272, end = 3055669248, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.823540287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3055669248, end = 3055685632, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.823542494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3055685632, end = 3055771648, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.823544670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3055771648, end = 3055775744, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.823546637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3055775744, end = 3055783936, flags = 1048691, pgoff = 3055775744, inode = 0 }
+vm_state.vm_map: 13589.823548949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3055783936, end = 3055812608, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.823550928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3055812608, end = 3055816704, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.823553228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3055816704, end = 3056148480, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.823555676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3056148480, end = 3056156672, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.823557958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3056156672, end = 3056160768, flags = 1048691, pgoff = 3056156672, inode = 0 }
+vm_state.vm_map: 13589.823560066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3056160768, end = 3057475584, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.823562317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3057475584, end = 3057483776, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.823564444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3057483776, end = 3057487872, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.823566391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3057487872, end = 3057500160, flags = 1048691, pgoff = 3057487872, inode = 0 }
+vm_state.vm_map: 13589.823568704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3057500160, end = 3058438144, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.823570856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3058438144, end = 3058454528, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.823572921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3058454528, end = 3058458624, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.823574893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3058458624, end = 3058487296, flags = 1048691, pgoff = 3058458624, inode = 0 }
+vm_state.vm_map: 13589.823577237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3058487296, end = 3068526592, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.823579270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3068526592, end = 3068686336, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.823581318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3068686336, end = 3068694528, flags = 1048691, pgoff = 3068686336, inode = 0 }
+vm_state.vm_map: 13589.823583488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3068694528, end = 3071004672, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.823585516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3071004672, end = 3071033344, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.823587555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3071033344, end = 3071037440, flags = 1048691, pgoff = 3071033344, inode = 0 }
+kernel.irq_entry: 13589.823607365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.sched_try_wakeup: 13589.823619522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { pid = 1238, cpu_id = 0, state = 1 }
+kernel.irq_exit: 13589.823630318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.sched_schedule: 13589.823639654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { prev_pid = 16887, next_pid = 1238, prev_state = 0 }
+fs.select: 13589.823700721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { fd = 3, end_time_sec = 13555, end_time_nsec = 688070988 }
+fs.select: 13589.823700723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { fd = 6, end_time_sec = 13555, end_time_nsec = 688070988 }
+kernel.syscall_exit: 13589.823700727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823700730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 175 [syscall 175] }
+kernel.syscall_exit: 13589.823700732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823700734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
+kernel.syscall_exit: 13589.823700736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823700738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
+kernel.syscall_exit: 13589.823700740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823700742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
+kernel.syscall_exit: 13589.823700744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823700746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
+kernel.syscall_exit: 13589.823700749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823704583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
+kernel.syscall_exit: 13589.823706589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823728537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.823731424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823744944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 126 [syscall 126] }
+kernel.syscall_exit: 13589.823747604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823774625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 13 [syscall 13] }
+kernel.syscall_exit: 13589.823775973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 1262715366 }
+kernel.syscall_entry: 13589.823779962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.823782345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823787411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 126 [syscall 126] }
+kernel.syscall_exit: 13589.823789375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823792515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.823794744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823802039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 176 [syscall 176] }
+kernel.syscall_exit: 13589.823803615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823818304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.823822873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { count = 128, fd = 3 }
+kernel.syscall_exit: 13589.823824473 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.823827835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
+kernel.syscall_exit: 13589.823829657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823832840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
+kernel.syscall_exit: 13589.823834373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823837531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
+kernel.syscall_exit: 13589.823839051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823842118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
+kernel.syscall_exit: 13589.823843663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823846760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
+kernel.syscall_exit: 13589.823848305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823851802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 175 [syscall 175] }
+kernel.syscall_exit: 13589.823853686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.823856665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 142 [syscall 142] }
+fs.select: 13589.823862095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { fd = 3, end_time_sec = 13556, end_time_nsec = 689230532 }
+fs.select: 13589.823864891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { fd = 6, end_time_sec = 13556, end_time_nsec = 689230532 }
+kernel.sched_schedule: 13589.823879536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 1238, next_pid = 16887, prev_state = 1 }
+vm_state.vm_map: 13589.823999667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3071037440, end = 3071504384, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.824002148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3071504384, end = 3071512576, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.824004297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3071512576, end = 3073814528, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.824006483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3073814528, end = 3073859584, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.824008643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3073859584, end = 3073863680, flags = 1048691, pgoff = 3073859584, inode = 0 }
+vm_state.vm_map: 13589.824011093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3073863680, end = 3074179072, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 13589.824013132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3074179072, end = 3074187264, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 13589.824015299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3074187264, end = 3077783552, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.824017392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077783552, end = 3077881856, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.824019565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077881856, end = 3077885952, flags = 1048691, pgoff = 3077881856, inode = 0 }
+vm_state.vm_map: 13589.824021732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077885952, end = 3077918720, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.824023899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077918720, end = 3077922816, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.824026023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077922816, end = 3077931008, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.824028190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077931008, end = 3077935104, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.824030339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077935104, end = 3077943296, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.824032752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077943296, end = 3077947392, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.824035177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077947392, end = 3077951488, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.824037474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077951488, end = 3077980160, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.824039493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077980160, end = 3077988352, flags = 1048691, pgoff = 3077980160, inode = 0 }
+vm_state.vm_map: 13589.824041796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077988352, end = 3077992448, flags = 67371125, pgoff = 3077988352, inode = 0 }
+vm_state.vm_map: 13589.824044018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077992448, end = 3078107136, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.824046192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3078107136, end = 3078111232, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.824048168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3078111232, end = 3078115328, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.824050329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3219996672, end = 3220082688, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.824053136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 13589.824055297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 13589.824057372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 13589.824059526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 145301504, end = 157966336, flags = 1048691, pgoff = 145301504, inode = 0 }
+vm_state.vm_map: 13589.824071605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2814652416, end = 2814722048, flags = 134217841, pgoff = 0, inode = 98449 }
+vm_state.vm_map: 13589.824082422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2814722048, end = 2822496256, flags = 134217841, pgoff = 0, inode = 246513 }
+vm_state.vm_map: 13589.824085057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2822496256, end = 2823069696, flags = 134217841, pgoff = 0, inode = 49559 }
+vm_state.vm_map: 13589.824087735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2823069696, end = 2823213056, flags = 134217841, pgoff = 0, inode = 254199 }
+vm_state.vm_map: 13589.824092882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2823213056, end = 2823835648, flags = 134217841, pgoff = 0, inode = 49164 }
+vm_state.vm_map: 13589.824097727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2823835648, end = 2823897088, flags = 134217841, pgoff = 0, inode = 649750 }
+vm_state.vm_map: 13589.824103058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2823897088, end = 2823933952, flags = 134217845, pgoff = 0, inode = 59304 }
+vm_state.vm_map: 13589.824105225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2823933952, end = 2823938048, flags = 135266419, pgoff = 32768, inode = 59304 }
+vm_state.vm_map: 13589.824107658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2823938048, end = 2823999488, flags = 134217841, pgoff = 0, inode = 649749 }
+vm_state.vm_map: 13589.824112878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2823999488, end = 2824044544, flags = 134217845, pgoff = 0, inode = 1065861 }
+vm_state.vm_map: 13589.824115279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824044544, end = 2824048640, flags = 135266419, pgoff = 45056, inode = 1065861 }
+vm_state.vm_map: 13589.824117317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824048640, end = 2824056832, flags = 1048691, pgoff = 2824048640, inode = 0 }
+vm_state.vm_map: 13589.824119669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824065024, end = 2824105984, flags = 134217845, pgoff = 0, inode = 59318 }
+vm_state.vm_map: 13589.824121768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824105984, end = 2824110080, flags = 135266419, pgoff = 40960, inode = 59318 }
+vm_state.vm_map: 13589.824124089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824110080, end = 2824146944, flags = 134217845, pgoff = 0, inode = 59321 }
+vm_state.vm_map: 13589.824126324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824146944, end = 2824151040, flags = 135266419, pgoff = 32768, inode = 59321 }
+vm_state.vm_map: 13589.824129107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824151040, end = 2824220672, flags = 134217845, pgoff = 0, inode = 59034 }
+vm_state.vm_map: 13589.824131273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824220672, end = 2824224768, flags = 135266419, pgoff = 65536, inode = 59034 }
+vm_state.vm_map: 13589.824136057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824224768, end = 2824294400, flags = 134217845, pgoff = 0, inode = 499962 }
+vm_state.vm_map: 13589.824138218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824294400, end = 2824298496, flags = 135266417, pgoff = 65536, inode = 499962 }
+vm_state.vm_map: 13589.824140213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824298496, end = 2824302592, flags = 135266419, pgoff = 69632, inode = 499962 }
+vm_state.vm_map: 13589.824142392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824302592, end = 2824310784, flags = 1048691, pgoff = 2824302592, inode = 0 }
+vm_state.vm_map: 13589.824144873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824323072, end = 2824335360, flags = 134217845, pgoff = 0, inode = 23912 }
+vm_state.vm_map: 13589.824147058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824335360, end = 2824339456, flags = 135266419, pgoff = 8192, inode = 23912 }
+vm_state.vm_map: 13589.824149374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824339456, end = 2824359936, flags = 134217845, pgoff = 0, inode = 59302 }
+vm_state.vm_map: 13589.824151941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824359936, end = 2824364032, flags = 135266419, pgoff = 16384, inode = 59302 }
+vm_state.vm_map: 13589.824154243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824364032, end = 2824400896, flags = 134217845, pgoff = 0, inode = 59323 }
+vm_state.vm_map: 13589.824156404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824400896, end = 2824404992, flags = 135266419, pgoff = 36864, inode = 59323 }
+vm_state.vm_map: 13589.824158516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824404992, end = 2824409088, flags = 1048688, pgoff = 2824404992, inode = 0 }
+vm_state.vm_map: 13589.824160923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824409088, end = 2832797696, flags = 1048691, pgoff = 2824409088, inode = 0 }
+vm_state.vm_map: 13589.824165755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2832797696, end = 2832879616, flags = 134217845, pgoff = 0, inode = 59299 }
+vm_state.vm_map: 13589.824167788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2832879616, end = 2832883712, flags = 135266419, pgoff = 77824, inode = 59299 }
+vm_state.vm_map: 13589.824170281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2832883712, end = 2832949248, flags = 134217845, pgoff = 0, inode = 57391 }
+vm_state.vm_map: 13589.824172565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2832949248, end = 2832953344, flags = 135266419, pgoff = 61440, inode = 57391 }
+vm_state.vm_map: 13589.824174615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2832953344, end = 2832969728, flags = 1048691, pgoff = 2832953344, inode = 0 }
+vm_state.vm_map: 13589.824177460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2832969728, end = 2833252352, flags = 134217845, pgoff = 0, inode = 22693 }
+vm_state.vm_map: 13589.824179620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833252352, end = 2833264640, flags = 135266419, pgoff = 282624, inode = 22693 }
+vm_state.vm_map: 13589.824181756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833264640, end = 2833289216, flags = 1048691, pgoff = 2833264640, inode = 0 }
+vm_state.vm_map: 13589.824186342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833289216, end = 2833313792, flags = 134217845, pgoff = 0, inode = 59316 }
+vm_state.vm_map: 13589.824188757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833313792, end = 2833317888, flags = 135266419, pgoff = 20480, inode = 59316 }
+vm_state.vm_map: 13589.824191151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833317888, end = 2833334272, flags = 134217845, pgoff = 0, inode = 57390 }
+vm_state.vm_map: 13589.824193195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833334272, end = 2833338368, flags = 135266419, pgoff = 12288, inode = 57390 }
+vm_state.vm_map: 13589.824195646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833338368, end = 2833379328, flags = 134217845, pgoff = 0, inode = 57395 }
+vm_state.vm_map: 13589.824197813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833379328, end = 2833383424, flags = 135266419, pgoff = 36864, inode = 57395 }
+vm_state.vm_map: 13589.824200250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833383424, end = 2833408000, flags = 134217845, pgoff = 0, inode = 18917 }
+vm_state.vm_map: 13589.824202288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833408000, end = 2833412096, flags = 135266419, pgoff = 20480, inode = 18917 }
+vm_state.vm_map: 13589.824204720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833412096, end = 2833682432, flags = 134217845, pgoff = 0, inode = 18916 }
+vm_state.vm_map: 13589.824206985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833682432, end = 2833686528, flags = 135266419, pgoff = 266240, inode = 18916 }
+vm_state.vm_map: 13589.824209479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833686528, end = 2833768448, flags = 134217845, pgoff = 0, inode = 18915 }
+vm_state.vm_map: 13589.824211523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833768448, end = 2833776640, flags = 135266419, pgoff = 77824, inode = 18915 }
+vm_state.vm_map: 13589.824213930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833776640, end = 2834558976, flags = 134217845, pgoff = 0, inode = 18927 }
+vm_state.vm_map: 13589.824216207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834558976, end = 2834567168, flags = 135266419, pgoff = 778240, inode = 18927 }
+vm_state.vm_map: 13589.824218596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834579456, end = 2834599936, flags = 134217845, pgoff = 0, inode = 57392 }
+vm_state.vm_map: 13589.824220628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834599936, end = 2834604032, flags = 135266419, pgoff = 16384, inode = 57392 }
+vm_state.vm_map: 13589.824222961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834604032, end = 2834636800, flags = 134217845, pgoff = 0, inode = 57396 }
+vm_state.vm_map: 13589.824225498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834636800, end = 2834640896, flags = 135266419, pgoff = 28672, inode = 57396 }
+vm_state.vm_map: 13589.824228003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834640896, end = 2834657280, flags = 134217845, pgoff = 0, inode = 57393 }
+vm_state.vm_map: 13589.824230048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834657280, end = 2834661376, flags = 135266419, pgoff = 12288, inode = 57393 }
+vm_state.vm_map: 13589.824232430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834661376, end = 2835025920, flags = 134217845, pgoff = 0, inode = 22572 }
+vm_state.vm_map: 13589.824234597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835025920, end = 2835034112, flags = 135266419, pgoff = 364544, inode = 22572 }
+vm_state.vm_map: 13589.824237102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835034112, end = 2835234816, flags = 134217845, pgoff = 0, inode = 20709 }
+vm_state.vm_map: 13589.824239289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835234816, end = 2835243008, flags = 135266419, pgoff = 196608, inode = 20709 }
+vm_state.vm_map: 13589.824241222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835243008, end = 2835251200, flags = 1048691, pgoff = 2835243008, inode = 0 }
+vm_state.vm_map: 13589.824243826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835251200, end = 2835701760, flags = 134217845, pgoff = 0, inode = 20711 }
+vm_state.vm_map: 13589.824245857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835701760, end = 2835714048, flags = 135266419, pgoff = 450560, inode = 20711 }
+vm_state.vm_map: 13589.824248264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835714048, end = 2835730432, flags = 134217845, pgoff = 0, inode = 57389 }
+vm_state.vm_map: 13589.824250229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835730432, end = 2835734528, flags = 135266419, pgoff = 12288, inode = 57389 }
+vm_state.vm_map: 13589.824252746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835734528, end = 2835750912, flags = 134217845, pgoff = 0, inode = 18914 }
+vm_state.vm_map: 13589.824254907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835750912, end = 2835755008, flags = 135266419, pgoff = 16384, inode = 18914 }
+vm_state.vm_map: 13589.824257420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835755008, end = 2835771392, flags = 134217845, pgoff = 0, inode = 57394 }
+vm_state.vm_map: 13589.824259358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835771392, end = 2835775488, flags = 135266419, pgoff = 16384, inode = 57394 }
+vm_state.vm_map: 13589.824262240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835775488, end = 2835804160, flags = 134217845, pgoff = 0, inode = 57397 }
+vm_state.vm_map: 13589.824264271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835804160, end = 2835808256, flags = 135266419, pgoff = 24576, inode = 57397 }
+vm_state.vm_map: 13589.824266795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835808256, end = 2835935232, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 13589.824268760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835935232, end = 2835939328, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 13589.824271277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835943424, end = 2835968000, flags = 134217845, pgoff = 0, inode = 57398 }
+vm_state.vm_map: 13589.824273303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835968000, end = 2835972096, flags = 135266419, pgoff = 24576, inode = 57398 }
+vm_state.vm_map: 13589.824290769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835972096, end = 2835988480, flags = 134217845, pgoff = 0, inode = 52571 }
+vm_state.vm_map: 13589.824293022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835988480, end = 2835992576, flags = 135266419, pgoff = 12288, inode = 52571 }
+vm_state.vm_map: 13589.824295269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835992576, end = 2836004864, flags = 134217845, pgoff = 0, inode = 49489 }
+vm_state.vm_map: 13589.824297443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836004864, end = 2836008960, flags = 135266419, pgoff = 8192, inode = 49489 }
+vm_state.vm_map: 13589.824299843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836008960, end = 2836029440, flags = 134217845, pgoff = 0, inode = 52570 }
+vm_state.vm_map: 13589.824301881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836029440, end = 2836033536, flags = 135266419, pgoff = 16384, inode = 52570 }
+vm_state.vm_map: 13589.824307447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836033536, end = 2836369408, flags = 134217845, pgoff = 0, inode = 59171 }
+vm_state.vm_map: 13589.824309620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836369408, end = 2836381696, flags = 135266419, pgoff = 331776, inode = 59171 }
+vm_state.vm_map: 13589.824311996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836381696, end = 2836512768, flags = 134217845, pgoff = 0, inode = 24420 }
+vm_state.vm_map: 13589.824314409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836512768, end = 2836516864, flags = 135266419, pgoff = 126976, inode = 24420 }
+vm_state.vm_map: 13589.824316915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836516864, end = 2836553728, flags = 134217845, pgoff = 0, inode = 52569 }
+vm_state.vm_map: 13589.824318941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836553728, end = 2836557824, flags = 135266419, pgoff = 32768, inode = 52569 }
+vm_state.vm_map: 13589.824321483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836557824, end = 2836582400, flags = 134217845, pgoff = 0, inode = 52572 }
+vm_state.vm_map: 13589.824323465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836582400, end = 2836586496, flags = 135266419, pgoff = 20480, inode = 52572 }
+vm_state.vm_map: 13589.824326088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836586496, end = 2836606976, flags = 134217845, pgoff = 0, inode = 52568 }
+vm_state.vm_map: 13589.824328070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836606976, end = 2836611072, flags = 135266419, pgoff = 16384, inode = 52568 }
+vm_state.vm_map: 13589.824330712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836611072, end = 2836668416, flags = 134217845, pgoff = 0, inode = 59183 }
+vm_state.vm_map: 13589.824332694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836668416, end = 2836672512, flags = 135266419, pgoff = 57344, inode = 59183 }
+vm_state.vm_map: 13589.824337668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836672512, end = 2836819968, flags = 134217845, pgoff = 0, inode = 59164 }
+vm_state.vm_map: 13589.824339707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836819968, end = 2836828160, flags = 135266419, pgoff = 143360, inode = 59164 }
+vm_state.vm_map: 13589.824344514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836828160, end = 2837065728, flags = 134217845, pgoff = 0, inode = 23890 }
+vm_state.vm_map: 13589.824346552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837065728, end = 2837073920, flags = 135266419, pgoff = 237568, inode = 23890 }
+vm_state.vm_map: 13589.824348966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837073920, end = 2837082112, flags = 134217845, pgoff = 0, inode = 23893 }
+vm_state.vm_map: 13589.824351367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837082112, end = 2837086208, flags = 135266419, pgoff = 4096, inode = 23893 }
+vm_state.vm_map: 13589.824353761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837086208, end = 2837164032, flags = 134217845, pgoff = 0, inode = 59155 }
+vm_state.vm_map: 13589.824355756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837164032, end = 2837168128, flags = 135266419, pgoff = 77824, inode = 59155 }
+vm_state.vm_map: 13589.824361154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837168128, end = 2837254144, flags = 134217845, pgoff = 0, inode = 59188 }
+vm_state.vm_map: 13589.824363298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837254144, end = 2837258240, flags = 135266419, pgoff = 81920, inode = 59188 }
+vm_state.vm_map: 13589.824368290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837258240, end = 2837344256, flags = 134217845, pgoff = 0, inode = 23716 }
+vm_state.vm_map: 13589.824370334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837344256, end = 2837348352, flags = 135266419, pgoff = 81920, inode = 23716 }
+vm_state.vm_map: 13589.824372656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837348352, end = 2837385216, flags = 134217845, pgoff = 0, inode = 21288 }
+vm_state.vm_map: 13589.824374829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837385216, end = 2837389312, flags = 135266419, pgoff = 36864, inode = 21288 }
+vm_state.vm_map: 13589.824377408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837389312, end = 2837618688, flags = 134217845, pgoff = 0, inode = 23913 }
+vm_state.vm_map: 13589.824379570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837618688, end = 2837626880, flags = 135266419, pgoff = 225280, inode = 23913 }
+vm_state.vm_map: 13589.824381989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837626880, end = 2837811200, flags = 134217845, pgoff = 0, inode = 23888 }
+vm_state.vm_map: 13589.824384156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837811200, end = 2837819392, flags = 135266419, pgoff = 180224, inode = 23888 }
+vm_state.vm_map: 13589.824386538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837819392, end = 2838106112, flags = 134217845, pgoff = 0, inode = 1065175 }
+vm_state.vm_map: 13589.824388926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838106112, end = 2838114304, flags = 135266419, pgoff = 286720, inode = 1065175 }
+vm_state.vm_map: 13589.824391199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838122496, end = 2838204416, flags = 134217845, pgoff = 0, inode = 59181 }
+vm_state.vm_map: 13589.824393526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838204416, end = 2838208512, flags = 135266419, pgoff = 81920, inode = 59181 }
+vm_state.vm_map: 13589.824396044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838208512, end = 2838331392, flags = 134217845, pgoff = 0, inode = 59187 }
+vm_state.vm_map: 13589.824398075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838331392, end = 2838335488, flags = 135266419, pgoff = 118784, inode = 59187 }
+vm_state.vm_map: 13589.824402699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838335488, end = 2838523904, flags = 134217845, pgoff = 0, inode = 22645 }
+vm_state.vm_map: 13589.824404743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838523904, end = 2838532096, flags = 135266419, pgoff = 184320, inode = 22645 }
+vm_state.vm_map: 13589.824407113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838540288, end = 2838564864, flags = 134217845, pgoff = 0, inode = 58146 }
+vm_state.vm_map: 13589.824409144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838564864, end = 2838568960, flags = 135266419, pgoff = 20480, inode = 58146 }
+vm_state.vm_map: 13589.824411638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838568960, end = 2838622208, flags = 134217845, pgoff = 0, inode = 59182 }
+vm_state.vm_map: 13589.824413818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838622208, end = 2838626304, flags = 135266419, pgoff = 53248, inode = 59182 }
+vm_state.vm_map: 13589.824416224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838626304, end = 2838990848, flags = 134217845, pgoff = 0, inode = 57823 }
+vm_state.vm_map: 13589.824418379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838990848, end = 2839003136, flags = 135266419, pgoff = 364544, inode = 57823 }
+vm_state.vm_map: 13589.824420750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839003136, end = 2839048192, flags = 134217845, pgoff = 0, inode = 59186 }
+vm_state.vm_map: 13589.824422843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839048192, end = 2839052288, flags = 135266419, pgoff = 40960, inode = 59186 }
+vm_state.vm_map: 13589.824425582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839052288, end = 2839068672, flags = 134217845, pgoff = 0, inode = 59014 }
+vm_state.vm_map: 13589.824427608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839068672, end = 2839072768, flags = 135266419, pgoff = 16384, inode = 59014 }
+vm_state.vm_map: 13589.824430021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839072768, end = 2839085056, flags = 134217845, pgoff = 0, inode = 59166 }
+vm_state.vm_map: 13589.824432065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839085056, end = 2839089152, flags = 135266419, pgoff = 8192, inode = 59166 }
+vm_state.vm_map: 13589.824434552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839089152, end = 2839175168, flags = 134217845, pgoff = 0, inode = 59165 }
+vm_state.vm_map: 13589.824436596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839175168, end = 2839179264, flags = 135266419, pgoff = 86016, inode = 59165 }
+vm_state.vm_map: 13589.824439423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839179264, end = 2841223168, flags = 134217937, pgoff = 0, inode = 1204686 }
+vm_state.vm_map: 13589.824441922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2841223168, end = 2841296896, flags = 134217841, pgoff = 0, inode = 98526 }
+vm_state.vm_map: 13589.824444434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2841296896, end = 2967638016, flags = 134217979, pgoff = 0, inode = 73879 }
+vm_state.vm_map: 13589.824446884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2967638016, end = 3001294848, flags = 134217979, pgoff = 0, inode = 73878 }
+vm_state.vm_map: 13589.824449327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001294848, end = 3001335808, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.824451354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001335808, end = 3001339904, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.824453385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001339904, end = 3001344000, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.824455632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001344000, end = 3001380864, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.824457590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001380864, end = 3001384960, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.824459750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001384960, end = 3001389056, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.824462366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001389056, end = 3001413632, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.824464528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001413632, end = 3001417728, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.824466578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001417728, end = 3001421824, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.824469003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001421824, end = 3001430016, flags = 134217845, pgoff = 0, inode = 17721 }
+vm_state.vm_map: 13589.824471041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001430016, end = 3001434112, flags = 135266419, pgoff = 4096, inode = 17721 }
+vm_state.vm_map: 13589.824473547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001434112, end = 3001516032, flags = 134217841, pgoff = 0, inode = 98443 }
+vm_state.vm_map: 13589.824481939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001516032, end = 3017756672, flags = 134217979, pgoff = 0, inode = 1204618 }
+vm_state.vm_map: 13589.824487424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3017756672, end = 3022053376, flags = 134217979, pgoff = 0, inode = 1204425 }
+vm_state.vm_map: 13589.824489609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022053376, end = 3022254080, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 13589.824491634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022254080, end = 3022258176, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 13589.824493938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022258176, end = 3022290944, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.824495969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022290944, end = 3022295040, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.824498265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022295040, end = 3022303232, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.824500660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022303232, end = 3022307328, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.824502740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022307328, end = 3022331904, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.824504914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022331904, end = 3022336000, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.824507075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022336000, end = 3022413824, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.824509119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022413824, end = 3022417920, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.824511089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022417920, end = 3022422016, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.824513263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022422016, end = 3022430208, flags = 1048691, pgoff = 3022422016, inode = 0 }
+vm_state.vm_map: 13589.824515460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022430208, end = 3022434304, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.824517757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022434304, end = 3022458880, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.824519948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022458880, end = 3022462976, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.824522244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022462976, end = 3022467072, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.824524517 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022467072, end = 3022471168, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.824526677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022471168, end = 3022475264, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.824528930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022475264, end = 3022483456, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.824531190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022483456, end = 3022516224, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.824533357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022516224, end = 3022528512, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.824535894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022528512, end = 3022536704, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.824538202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022536704, end = 3022540800, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.824540498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022540800, end = 3022544896, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.824542654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022544896, end = 3022548992, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.824544938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022548992, end = 3022577664, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.824547154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022577664, end = 3022589952, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.824549382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022589952, end = 3022594048, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.824551678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022594048, end = 3022602240, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.824553963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022602240, end = 3022606336, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.824556062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022606336, end = 3022610432, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.824558543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022610432, end = 3022622720, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.824560821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022622720, end = 3022655488, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.824563216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022655488, end = 3022684160, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.824565333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022684160, end = 3022909440, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.824567495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022909440, end = 3022913536, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.824569526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022913536, end = 3022917632, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.824572099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022917632, end = 3023077376, flags = 134217845, pgoff = 0, inode = 22541 }
+vm_state.vm_map: 13589.824574058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3023077376, end = 3023081472, flags = 135266419, pgoff = 159744, inode = 22541 }
+vm_state.vm_map: 13589.824576471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3023081472, end = 3023650816, flags = 134217845, pgoff = 0, inode = 20907 }
+vm_state.vm_map: 13589.824578502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3023650816, end = 3023667200, flags = 135266419, pgoff = 565248, inode = 20907 }
+vm_state.vm_map: 13589.824580669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
+vm_state.vm_map: 13589.824582861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3023912960, end = 3023958016, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.824585170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3023958016, end = 3024015360, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.824587706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3024015360, end = 3024097280, flags = 134217845, pgoff = 0, inode = 23971 }
+vm_state.vm_map: 13589.824589738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3024097280, end = 3024101376, flags = 135266419, pgoff = 81920, inode = 23971 }
+vm_state.vm_map: 13589.824592114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3024101376, end = 3024560128, flags = 134217845, pgoff = 0, inode = 1066197 }
+vm_state.vm_map: 13589.824594435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3024560128, end = 3024576512, flags = 135266419, pgoff = 454656, inode = 1066197 }
+vm_state.vm_map: 13589.824596516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 13589.824598566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 13589.824600727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 13589.824602857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 13589.824604937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
+vm_state.vm_map: 13589.824607475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
+vm_state.vm_map: 13589.824609444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
+vm_state.vm_map: 13589.824610751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
+kernel.irq_entry: 13589.824629399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 13589.824644076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { jiffies = 4296292865, xtime_sec = 1262715366, xtime_nsec = 301133048, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
+kernel.softirq_raise: 13589.824662718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.irq_exit: 13589.824689739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 13589.824692995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 13589.824705240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { expires = 1325570, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 13589.824708257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+vm_state.vm_map: 13589.824713798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 13589.824715805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 13589.824717738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 13589.824719708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 13589.824721783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 13589.824723956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 13589.824729282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 13589.824731245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
+vm_state.vm_map: 13589.824733295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 13589.824735629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 13589.824737704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3042021376, end = 3042025472, flags = 1048691, pgoff = 3042021376, inode = 0 }
+vm_state.vm_map: 13589.824739803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3042025472, end = 3042045952, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.824741994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3042045952, end = 3042058240, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.824744088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3042058240, end = 3042115584, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.824746039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 13589.824748077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 13589.824750053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.824751992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
+vm_state.vm_map: 13589.824754030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.824756062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.824758285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.824760248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.824762378 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.824764317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.824766361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.824768880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.824770837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
+vm_state.vm_map: 13589.824773035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 13589.824775080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 13589.824777160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.824779093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.824781162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.824783095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.824785225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.824787411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.824789381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.824791308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.824793327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
+vm_state.vm_map: 13589.824795407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.824797341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.824799305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.824801675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.824803750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.824805677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.824807714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.824809648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.824811618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.824813649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.824815576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
+vm_state.vm_map: 13589.824817632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.824819812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.824821819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.824823807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.824825765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.824827847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.824829798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.824834778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.824836729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
+vm_state.vm_map: 13589.824838786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.824840738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.824842689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
+vm_state.vm_map: 13589.824844745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.824846692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.824848668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.824850785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.824852804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.824854756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.824856732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.824858801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.824860882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
+vm_state.vm_map: 13589.824862833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
+vm_state.vm_map: 13589.824864908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
+vm_state.vm_map: 13589.824867241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 13589.824869187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 13589.824871249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
+vm_state.vm_map: 13589.824873354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 13589.824875306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 13589.824877510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.824879456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.824881420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.824883488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.824885736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.824887724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.824889768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
+vm_state.vm_map: 13589.824891812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.824893745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.824895733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.824897796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.824900339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.824902271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.824904315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.824906254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.824908193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.824910324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.824912251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.824914184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.824916240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
+vm_state.vm_map: 13589.824918260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.824920236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.824922169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.824924225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
+vm_state.vm_map: 13589.824926189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.824930764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.824933054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.824935091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.824937024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.824938995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.824941033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.824943329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.824945256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.824947570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.824949498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.824951431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.824953425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
+vm_state.vm_map: 13589.824955598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.824957580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.824959564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.824961620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
+vm_state.vm_map: 13589.824963608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.824965880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.824967930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
+vm_state.vm_map: 13589.824969881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.824971815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.824973871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
+vm_state.vm_map: 13589.824975927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 13589.824977861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 13589.824979905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
+vm_state.vm_map: 13589.824981973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.824983906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.824986091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 13589.824988178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 13589.824990124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
+vm_state.vm_map: 13589.824992082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.824994113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.824996200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.824998478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.825000516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
+vm_state.vm_map: 13589.825002585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078873088, end = 3078881280, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.825004776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078881280, end = 3078889472, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.825006740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.825008673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.825010711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 13589.825012638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 13589.825014614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.825016713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.825018689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.825020653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.825022605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
+vm_state.vm_map: 13589.825024649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
+vm_state.vm_map: 13589.825026638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.825028725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.825030996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.825032936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.825038575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 13589.825040520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 13589.825042478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 13589.825044541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 145301504, end = 146137088, flags = 1048691, pgoff = 145301504, inode = 0 }
+vm_state.vm_map: 13589.825046609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
+vm_state.vm_map: 13589.825051755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024261120, end = 3024302080, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.825053695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024302080, end = 3024306176, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.825055635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024306176, end = 3024310272, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.825057789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024310272, end = 3024347136, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.825059765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024347136, end = 3024351232, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.825061871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024351232, end = 3024355328, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.825064100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024355328, end = 3024433152, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.825066501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024433152, end = 3024437248, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.825068662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024437248, end = 3024441344, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.825070705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024441344, end = 3024449536, flags = 1048691, pgoff = 3024441344, inode = 0 }
+vm_state.vm_map: 13589.825072885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024449536, end = 3024474112, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.825074904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024474112, end = 3024478208, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.825076936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024478208, end = 3024482304, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.825078999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 13589.825081036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 13589.825083203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 13589.825085235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 13589.825087285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
+vm_state.vm_map: 13589.825089428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
+vm_state.vm_map: 13589.825091466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
+vm_state.vm_map: 13589.825093442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 13589.825095738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 13589.825097788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 13589.825100165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 13589.825102338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 13589.825104369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 13589.825106413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 13589.825108518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 13589.825110451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
+vm_state.vm_map: 13589.825112397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 13589.825114478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 13589.825119317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3042037760, end = 3042111488, flags = 134217845, pgoff = 0, inode = 57409 }
+vm_state.vm_map: 13589.825121293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3042111488, end = 3042115584, flags = 135266419, pgoff = 73728, inode = 57409 }
+vm_state.vm_map: 13589.825123540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 13589.825125578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 13589.825127646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.825129789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
+vm_state.vm_map: 13589.825131821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.825152704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.825155043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.825157117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.825159186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.825161334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.825163367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.825165533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.825167682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
+vm_state.vm_map: 13589.825169750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 13589.825171732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 13589.825173925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.825176067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.825178117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.825183387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.825185462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.825187992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.825190048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.825192079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.825194247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
+vm_state.vm_map: 13589.825196297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.825198322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.825200422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.825202588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.825204652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.825206689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.825208862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.825210955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.825213031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.825215204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.825217143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
+vm_state.vm_map: 13589.825219297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.825221828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.825223909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.825225928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.825228126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.825230090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.825232275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.825234423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.825236462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
+vm_state.vm_map: 13589.825238450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.825240722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.825242852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
+vm_state.vm_map: 13589.825244902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.825246934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.825249076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.825251101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.825253171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.825255688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.825257763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.825259788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.825261955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
+vm_state.vm_map: 13589.825263926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
+vm_state.vm_map: 13589.825266093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
+vm_state.vm_map: 13589.825268235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 13589.825270260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 13589.825272298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
+vm_state.vm_map: 13589.825274360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 13589.825276510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 13589.825278578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.825282999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.825285061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.825287185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.825289709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.825291703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.825308418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
+vm_state.vm_map: 13589.825310690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.825312691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.825314962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.825316982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.825319069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.825321082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.825323415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.825325447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.825327473 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.825329664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.825331695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.825333721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.825335900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
+vm_state.vm_map: 13589.825338283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.825340438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.825342592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.825344631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
+vm_state.vm_map: 13589.825346662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.825348934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.825350996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.825353040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.825355183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.825357387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.825359418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.825361493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.825363562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.825365717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.825367742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.825369909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.825372217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
+vm_state.vm_map: 13589.825374404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.825376540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.825378565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.825380559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
+vm_state.vm_map: 13589.825382849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.825384868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.825386907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
+vm_state.vm_map: 13589.825388902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.825391204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.825393242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
+vm_state.vm_map: 13589.825398284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 13589.825400322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 13589.825402470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
+vm_state.vm_map: 13589.825404538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.825406909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.825409052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 13589.825411089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 13589.825413127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
+vm_state.vm_map: 13589.825415269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.825417234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.825419419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.825421463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.825423617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
+vm_state.vm_map: 13589.825425692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.825427724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.825429891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 13589.825431916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 13589.825434010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.825436201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.825438295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.825440634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.825442887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
+vm_state.vm_map: 13589.825444863 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
+vm_state.vm_map: 13589.825447080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.825449235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.825451272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.825453310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.825455995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 13589.825458156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 13589.825460341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 13589.825462286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 145301504, end = 147087360, flags = 1048691, pgoff = 145301504, inode = 0 }
+vm_state.vm_map: 13589.825467323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2989592576, end = 2989654016, flags = 134217841, pgoff = 0, inode = 649743 }
+vm_state.vm_map: 13589.825469631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2989654016, end = 2989719552, flags = 134217845, pgoff = 0, inode = 57391 }
+vm_state.vm_map: 13589.825471773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2989719552, end = 2989723648, flags = 135266419, pgoff = 61440, inode = 57391 }
+vm_state.vm_map: 13589.825473897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2989723648, end = 2989740032, flags = 1048691, pgoff = 2989723648, inode = 0 }
+vm_state.vm_map: 13589.825478933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2989740032, end = 2990022656, flags = 134217845, pgoff = 0, inode = 22693 }
+vm_state.vm_map: 13589.825481100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990022656, end = 2990034944, flags = 135266419, pgoff = 282624, inode = 22693 }
+vm_state.vm_map: 13589.825483144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990034944, end = 2990059520, flags = 1048691, pgoff = 2990034944, inode = 0 }
+vm_state.vm_map: 13589.825485281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990063616, end = 2990080000, flags = 134217845, pgoff = 0, inode = 57390 }
+vm_state.vm_map: 13589.825487448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990080000, end = 2990084096, flags = 135266419, pgoff = 12288, inode = 57390 }
+vm_state.vm_map: 13589.825489695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990084096, end = 2990104576, flags = 134217845, pgoff = 0, inode = 57392 }
+vm_state.vm_map: 13589.825491813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990104576, end = 2990108672, flags = 135266419, pgoff = 16384, inode = 57392 }
+vm_state.vm_map: 13589.825493986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990108672, end = 2990149632, flags = 134217845, pgoff = 0, inode = 57395 }
+vm_state.vm_map: 13589.825496030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990149632, end = 2990153728, flags = 135266419, pgoff = 36864, inode = 57395 }
+vm_state.vm_map: 13589.825500690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990153728, end = 2990178304, flags = 134217845, pgoff = 0, inode = 18917 }
+vm_state.vm_map: 13589.825502740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990178304, end = 2990182400, flags = 135266419, pgoff = 20480, inode = 18917 }
+vm_state.vm_map: 13589.825504883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990182400, end = 2990198784, flags = 134217845, pgoff = 0, inode = 18914 }
+vm_state.vm_map: 13589.825507012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990198784, end = 2990202880, flags = 135266419, pgoff = 16384, inode = 18914 }
+vm_state.vm_map: 13589.825509217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990202880, end = 2990473216, flags = 134217845, pgoff = 0, inode = 18916 }
+vm_state.vm_map: 13589.825511599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990473216, end = 2990477312, flags = 135266419, pgoff = 266240, inode = 18916 }
+vm_state.vm_map: 13589.825513785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990477312, end = 2990559232, flags = 134217845, pgoff = 0, inode = 18915 }
+vm_state.vm_map: 13589.825515959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990559232, end = 2990567424, flags = 135266419, pgoff = 77824, inode = 18915 }
+vm_state.vm_map: 13589.825518095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990567424, end = 2991349760, flags = 134217845, pgoff = 0, inode = 18927 }
+vm_state.vm_map: 13589.825520262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991349760, end = 2991357952, flags = 135266419, pgoff = 778240, inode = 18927 }
+vm_state.vm_map: 13589.825522521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991357952, end = 2991722496, flags = 134217845, pgoff = 0, inode = 22572 }
+vm_state.vm_map: 13589.825524700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991722496, end = 2991730688, flags = 135266419, pgoff = 364544, inode = 22572 }
+vm_state.vm_map: 13589.825526818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991747072, end = 2991763456, flags = 134217845, pgoff = 0, inode = 57389 }
+vm_state.vm_map: 13589.825529010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991763456, end = 2991767552, flags = 135266419, pgoff = 12288, inode = 57389 }
+vm_state.vm_map: 13589.825531220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991767552, end = 2991800320, flags = 134217845, pgoff = 0, inode = 57396 }
+vm_state.vm_map: 13589.825533393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991800320, end = 2991804416, flags = 135266419, pgoff = 28672, inode = 57396 }
+vm_state.vm_map: 13589.825535541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991804416, end = 2991820800, flags = 134217845, pgoff = 0, inode = 57393 }
+vm_state.vm_map: 13589.825537709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991820800, end = 2991824896, flags = 135266419, pgoff = 12288, inode = 57393 }
+vm_state.vm_map: 13589.825539968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991824896, end = 2992025600, flags = 134217845, pgoff = 0, inode = 20709 }
+vm_state.vm_map: 13589.825542258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992025600, end = 2992033792, flags = 135266419, pgoff = 196608, inode = 20709 }
+vm_state.vm_map: 13589.825544216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992033792, end = 2992041984, flags = 1048691, pgoff = 2992033792, inode = 0 }
+vm_state.vm_map: 13589.825546955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992041984, end = 2992492544, flags = 134217845, pgoff = 0, inode = 20711 }
+vm_state.vm_map: 13589.825548988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992492544, end = 2992504832, flags = 135266419, pgoff = 450560, inode = 20711 }
+vm_state.vm_map: 13589.825551259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992504832, end = 2992631808, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 13589.825553328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992631808, end = 2992635904, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 13589.825557982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992635904, end = 2992771072, flags = 2097267, pgoff = 2992635904, inode = 0 }
+vm_state.vm_map: 13589.825560026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992771072, end = 2993684480, flags = 2097264, pgoff = 2992771072, inode = 0 }
+vm_state.vm_map: 13589.825562199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993692672, end = 2993709056, flags = 134217845, pgoff = 0, inode = 57394 }
+vm_state.vm_map: 13589.825564188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993709056, end = 2993713152, flags = 135266419, pgoff = 16384, inode = 57394 }
+vm_state.vm_map: 13589.825566508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993713152, end = 2993741824, flags = 134217845, pgoff = 0, inode = 57397 }
+vm_state.vm_map: 13589.825568553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993741824, end = 2993745920, flags = 135266419, pgoff = 24576, inode = 57397 }
+vm_state.vm_map: 13589.825570714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993745920, end = 2993770496, flags = 134217845, pgoff = 0, inode = 57398 }
+vm_state.vm_map: 13589.825572659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993770496, end = 2993774592, flags = 135266419, pgoff = 24576, inode = 57398 }
+vm_state.vm_map: 13589.825574955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993774592, end = 2993790976, flags = 134217845, pgoff = 0, inode = 52571 }
+vm_state.vm_map: 13589.825576980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993790976, end = 2993795072, flags = 135266419, pgoff = 12288, inode = 52571 }
+vm_state.vm_map: 13589.825579154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993795072, end = 2993799168, flags = 1048688, pgoff = 2993795072, inode = 0 }
+vm_state.vm_map: 13589.825581494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993799168, end = 3002187776, flags = 1048691, pgoff = 2993799168, inode = 0 }
+vm_state.vm_map: 13589.825583913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002187776, end = 3002228736, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.825585957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002228736, end = 3002232832, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.825587977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002232832, end = 3002236928, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.825590279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002236928, end = 3002273792, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.825592304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002273792, end = 3002277888, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.825594342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002277888, end = 3002281984, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.825596619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002281984, end = 3002359808, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.825598584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002359808, end = 3002363904, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.825600763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002363904, end = 3002368000, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.825602715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002368000, end = 3002376192, flags = 1048691, pgoff = 3002368000, inode = 0 }
+vm_state.vm_map: 13589.825605116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002376192, end = 3002400768, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.825607159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002400768, end = 3002404864, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.825609186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002404864, end = 3002408960, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.825613846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002408960, end = 3018649600, flags = 134217979, pgoff = 0, inode = 1204527 }
+vm_state.vm_map: 13589.825616493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3018649600, end = 3022946304, flags = 134217979, pgoff = 0, inode = 1204522 }
+vm_state.vm_map: 13589.825621012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3022946304, end = 3023147008, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 13589.825623179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023147008, end = 3023151104, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 13589.825625475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023151104, end = 3023175680, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.825627648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023175680, end = 3023179776, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.825629933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023179776, end = 3023200256, flags = 134217845, pgoff = 0, inode = 52570 }
+vm_state.vm_map: 13589.825631964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023200256, end = 3023204352, flags = 135266419, pgoff = 16384, inode = 52570 }
+vm_state.vm_map: 13589.825634168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023204352, end = 3023241216, flags = 134217845, pgoff = 0, inode = 52569 }
+vm_state.vm_map: 13589.825636446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023241216, end = 3023245312, flags = 135266419, pgoff = 32768, inode = 52569 }
+vm_state.vm_map: 13589.825638601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023245312, end = 3023269888, flags = 134217845, pgoff = 0, inode = 52572 }
+vm_state.vm_map: 13589.825640663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023269888, end = 3023273984, flags = 135266419, pgoff = 20480, inode = 52572 }
+vm_state.vm_map: 13589.825642812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023273984, end = 3023278080, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.825645145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023278080, end = 3023302656, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.825647422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023302656, end = 3023306752, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.825649571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023306752, end = 3023310848, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.825652120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023310848, end = 3023314944, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.825654386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023314944, end = 3023319040, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.825656534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023319040, end = 3023327232, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.825658794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023327232, end = 3023360000, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.825660886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023360000, end = 3023372288, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.825663165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023372288, end = 3023380480, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.825665424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023380480, end = 3023384576, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.825667579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023384576, end = 3023388672, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.825669653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023388672, end = 3023392768, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.825672037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023392768, end = 3023421440, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.825674320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023421440, end = 3023433728, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.825676487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023433728, end = 3023437824, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.825678660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023437824, end = 3023446016, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.825681067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023446016, end = 3023450112, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.825683235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023450112, end = 3023454208, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.825685506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023454208, end = 3023466496, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.825687970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023466496, end = 3023474688, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.825690309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023474688, end = 3023507456, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.825692617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023507456, end = 3023527936, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.825694797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023527936, end = 3023536128, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.825696853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023536128, end = 3023564800, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.825699131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023564800, end = 3023609856, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.825701304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023609856, end = 3023667200, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.825703453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
+vm_state.vm_map: 13589.825705533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023908864, end = 3023921152, flags = 134217845, pgoff = 0, inode = 49489 }
+vm_state.vm_map: 13589.825707706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023921152, end = 3023925248, flags = 135266419, pgoff = 8192, inode = 49489 }
+vm_state.vm_map: 13589.825712324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023925248, end = 3024150528, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.825714374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024150528, end = 3024154624, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.825716412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024154624, end = 3024158720, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.825721787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024158720, end = 3024293888, flags = 134217845, pgoff = 0, inode = 17864 }
+vm_state.vm_map: 13589.825724169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024293888, end = 3024297984, flags = 135266419, pgoff = 135168, inode = 17864 }
+vm_state.vm_map: 13589.825726404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024297984, end = 3024330752, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.825728355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024330752, end = 3024334848, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.825735799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024334848, end = 3024429056, flags = 134217845, pgoff = 0, inode = 1065551 }
+vm_state.vm_map: 13589.825737941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024429056, end = 3024437248, flags = 135266419, pgoff = 90112, inode = 1065551 }
+vm_state.vm_map: 13589.825742565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024437248, end = 3024572416, flags = 134217845, pgoff = 0, inode = 1066191 }
+vm_state.vm_map: 13589.825744602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024572416, end = 3024576512, flags = 135266419, pgoff = 135168, inode = 1066191 }
+vm_state.vm_map: 13589.825746665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 13589.825748813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 13589.825750875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 13589.825752920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 13589.825755087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
+vm_state.vm_map: 13589.825757112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
+vm_state.vm_map: 13589.825759525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
+vm_state.vm_map: 13589.825761612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 13589.825763780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 13589.825765830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 13589.825767990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 13589.825770040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 13589.825772067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 13589.825774110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 13589.825776283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 13589.825778426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
+vm_state.vm_map: 13589.825780445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 13589.825782606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 13589.825784896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3042021376, end = 3042041856, flags = 134217845, pgoff = 0, inode = 52568 }
+vm_state.vm_map: 13589.825786995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3042041856, end = 3042045952, flags = 135266419, pgoff = 16384, inode = 52568 }
+vm_state.vm_map: 13589.825789175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3042045952, end = 3042058240, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.825791343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3042058240, end = 3042115584, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.825793854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 13589.825795879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 13589.825797960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.825800109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
+vm_state.vm_map: 13589.825802092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.825804215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.825806234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.825808395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.825810396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.825812550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.825814632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.825816842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.825818824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
+vm_state.vm_map: 13589.825821003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 13589.825823165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 13589.825825135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.825827770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.825829826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.825831980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.825833951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.825836118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.825838309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.825840347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.825842341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
+vm_state.vm_map: 13589.825844700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.825846744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.825848812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.825850745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.825852925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.825854969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.825857148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.825859223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.825861660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.825863594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.825865663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
+vm_state.vm_map: 13589.825867719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.825869664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.825871745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.825873691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.825875661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.825877698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.825879662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.825881601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.825883646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
+vm_state.vm_map: 13589.825885610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.825887549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.825889593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
+vm_state.vm_map: 13589.825891759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.825894112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.825896180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.825898113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.825900089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.825902159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.825904122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.825906055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.825908081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
+vm_state.vm_map: 13589.825910007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
+vm_state.vm_map: 13589.825911959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
+vm_state.vm_map: 13589.825914015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 13589.825915949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 13589.825918011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
+vm_state.vm_map: 13589.825919975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 13589.825922049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 13589.825924019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.825926458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.825928477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.825930465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.825932424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.825934374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.825936314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
+vm_state.vm_map: 13589.825941357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.825943393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.825945457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.825947587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.825949796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.825951946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.825954118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.825956150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.825958293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.825960767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.825962935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.825964965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.825967010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
+vm_state.vm_map: 13589.825969202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.825971362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.825973506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.825975660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
+vm_state.vm_map: 13589.825977852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.825979809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.825981773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.825983724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.825985677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.825987770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.825989721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.825991703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.825993987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.825995983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.825997922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.825999873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.826001917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
+vm_state.vm_map: 13589.826003893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.826005839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.826007784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.826009847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
+vm_state.vm_map: 13589.826011823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.826013762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.826015824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
+vm_state.vm_map: 13589.826017776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.826019721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.826021796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
+vm_state.vm_map: 13589.826023747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 13589.826026032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 13589.826030643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
+vm_state.vm_map: 13589.826032705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.826034657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.826036714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 13589.826038788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 13589.826040727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
+vm_state.vm_map: 13589.826042771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.826044711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.826046786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.826048725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.826050768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
+vm_state.vm_map: 13589.826053089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078877184, end = 3078885376, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.826055028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078885376, end = 3078889472, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.826056999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.826059283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.826061320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 13589.826063278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 13589.826065249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.826067305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.826069367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.826071343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.826073282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
+vm_state.vm_map: 13589.826075413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
+vm_state.vm_map: 13589.826077506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.826079531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.826081606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.826083669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.826086144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 13589.826088261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 13589.826090262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 13589.826092558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 145301504, end = 148606976, flags = 1048691, pgoff = 145301504, inode = 0 }
+vm_state.vm_map: 13589.826095102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2831224832, end = 2831507456, flags = 134217845, pgoff = 0, inode = 22693 }
+vm_state.vm_map: 13589.826100149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2831507456, end = 2831519744, flags = 135266419, pgoff = 282624, inode = 22693 }
+vm_state.vm_map: 13589.826104742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2831519744, end = 2831544320, flags = 1048691, pgoff = 2831519744, inode = 0 }
+vm_state.vm_map: 13589.826107297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2831544320, end = 2832326656, flags = 134217845, pgoff = 0, inode = 18927 }
+vm_state.vm_map: 13589.826109458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832326656, end = 2832334848, flags = 135266419, pgoff = 778240, inode = 18927 }
+vm_state.vm_map: 13589.826111729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832334848, end = 2832371712, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.826113884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832371712, end = 2832375808, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.826116045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832375808, end = 2832379904, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.826118360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832379904, end = 2832457728, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.826120527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832457728, end = 2832461824, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.826122559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832461824, end = 2832465920, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.826124596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832465920, end = 2832474112, flags = 1048691, pgoff = 2832465920, inode = 0 }
+vm_state.vm_map: 13589.826126764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832474112, end = 2832498688, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.826129146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832498688, end = 2832502784, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.826131258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832502784, end = 2832506880, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.826136484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832506880, end = 2832715776, flags = 134217845, pgoff = 0, inode = 23907 }
+vm_state.vm_map: 13589.826138510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832715776, end = 2832719872, flags = 135266419, pgoff = 208896, inode = 23907 }
+vm_state.vm_map: 13589.826140819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832728064, end = 2832793600, flags = 134217845, pgoff = 0, inode = 57391 }
+vm_state.vm_map: 13589.826143096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832793600, end = 2832797696, flags = 135266419, pgoff = 61440, inode = 57391 }
+vm_state.vm_map: 13589.826145269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832797696, end = 2832814080, flags = 1048691, pgoff = 2832797696, inode = 0 }
+vm_state.vm_map: 13589.826150158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832814080, end = 2832838656, flags = 134217845, pgoff = 0, inode = 58065 }
+vm_state.vm_map: 13589.826152196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832838656, end = 2832842752, flags = 135266419, pgoff = 20480, inode = 58065 }
+vm_state.vm_map: 13589.826159578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832842752, end = 2833965056, flags = 134217845, pgoff = 0, inode = 20685 }
+vm_state.vm_map: 13589.826161615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2833965056, end = 2833981440, flags = 135266419, pgoff = 1122304, inode = 20685 }
+vm_state.vm_map: 13589.826168948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2833989632, end = 2834014208, flags = 134217845, pgoff = 0, inode = 58067 }
+vm_state.vm_map: 13589.826171109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834014208, end = 2834018304, flags = 135266419, pgoff = 20480, inode = 58067 }
+vm_state.vm_map: 13589.826173596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834018304, end = 2834071552, flags = 134217845, pgoff = 0, inode = 59006 }
+vm_state.vm_map: 13589.826175738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834071552, end = 2834075648, flags = 135266419, pgoff = 53248, inode = 59006 }
+vm_state.vm_map: 13589.826178121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834075648, end = 2834100224, flags = 134217845, pgoff = 0, inode = 59000 }
+vm_state.vm_map: 13589.826180054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834100224, end = 2834104320, flags = 135266419, pgoff = 20480, inode = 59000 }
+vm_state.vm_map: 13589.826184985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834104320, end = 2834124800, flags = 134217845, pgoff = 0, inode = 58063 }
+vm_state.vm_map: 13589.826187036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834124800, end = 2834128896, flags = 135266419, pgoff = 16384, inode = 58063 }
+vm_state.vm_map: 13589.826191880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834128896, end = 2834165760, flags = 134217845, pgoff = 0, inode = 58986 }
+vm_state.vm_map: 13589.826193930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834165760, end = 2834169856, flags = 135266419, pgoff = 32768, inode = 58986 }
+vm_state.vm_map: 13589.826198868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834169856, end = 2834223104, flags = 134217845, pgoff = 0, inode = 1065850 }
+vm_state.vm_map: 13589.826200893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834223104, end = 2834227200, flags = 135266419, pgoff = 49152, inode = 1065850 }
+vm_state.vm_map: 13589.826203768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834227200, end = 2834239488, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 13589.826205800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834239488, end = 2834243584, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 13589.826207997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834243584, end = 2834706432, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 13589.826209962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834706432, end = 2834718720, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 13589.826212203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834718720, end = 2834780160, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 13589.826214142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834780160, end = 2834784256, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 13589.826216253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834784256, end = 2835390464, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 13589.826218192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835390464, end = 2835406848, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 13589.826220520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835406848, end = 2835476480, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.826222466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835476480, end = 2835480576, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.826224602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835480576, end = 2835484672, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.826226547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835484672, end = 2835492864, flags = 1048691, pgoff = 2835484672, inode = 0 }
+vm_state.vm_map: 13589.826228665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835492864, end = 2835582976, flags = 134217845, pgoff = 0, inode = 19203 }
+vm_state.vm_map: 13589.826230635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835582976, end = 2835587072, flags = 135266419, pgoff = 86016, inode = 19203 }
+vm_state.vm_map: 13589.826232851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835587072, end = 2835636224, flags = 134217845, pgoff = 0, inode = 19447 }
+vm_state.vm_map: 13589.826234926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835636224, end = 2835640320, flags = 135266419, pgoff = 49152, inode = 19447 }
+vm_state.vm_map: 13589.826237556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835640320, end = 2835906560, flags = 134217845, pgoff = 0, inode = 19433 }
+vm_state.vm_map: 13589.826239501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835906560, end = 2835914752, flags = 135266419, pgoff = 262144, inode = 19433 }
+vm_state.vm_map: 13589.826241440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835914752, end = 2835918848, flags = 1048691, pgoff = 2835914752, inode = 0 }
+vm_state.vm_map: 13589.826246667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835918848, end = 2836140032, flags = 134217845, pgoff = 0, inode = 1065907 }
+vm_state.vm_map: 13589.826248704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2836140032, end = 2836144128, flags = 135266419, pgoff = 221184, inode = 1065907 }
+vm_state.vm_map: 13589.826251247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2836144128, end = 2836283392, flags = 134217845, pgoff = 0, inode = 23998 }
+vm_state.vm_map: 13589.826253223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2836283392, end = 2836287488, flags = 135266419, pgoff = 139264, inode = 23998 }
+vm_state.vm_map: 13589.826262876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2836287488, end = 2836848640, flags = 134217845, pgoff = 0, inode = 23997 }
+vm_state.vm_map: 13589.826264920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2836848640, end = 2836860928, flags = 135266419, pgoff = 557056, inode = 23997 }
+vm_state.vm_map: 13589.826267069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2836860928, end = 2837430272, flags = 134217845, pgoff = 0, inode = 20907 }
+vm_state.vm_map: 13589.826269015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837430272, end = 2837446656, flags = 135266419, pgoff = 565248, inode = 20907 }
+vm_state.vm_map: 13589.826274315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837450752, end = 2837475328, flags = 134217845, pgoff = 0, inode = 59017 }
+vm_state.vm_map: 13589.826276360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837475328, end = 2837479424, flags = 135266419, pgoff = 20480, inode = 59017 }
+vm_state.vm_map: 13589.826283254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837479424, end = 2837504000, flags = 134217845, pgoff = 0, inode = 58066 }
+vm_state.vm_map: 13589.826285298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837504000, end = 2837508096, flags = 135266419, pgoff = 20480, inode = 58066 }
+vm_state.vm_map: 13589.826290254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837508096, end = 2837536768, flags = 134217845, pgoff = 0, inode = 58988 }
+vm_state.vm_map: 13589.826294754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837536768, end = 2837540864, flags = 135266419, pgoff = 28672, inode = 58988 }
+vm_state.vm_map: 13589.826297309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837540864, end = 2837827584, flags = 134217845, pgoff = 0, inode = 20877 }
+vm_state.vm_map: 13589.826299286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837827584, end = 2837835776, flags = 135266419, pgoff = 282624, inode = 20877 }
+vm_state.vm_map: 13589.826306365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837835776, end = 2837864448, flags = 134217845, pgoff = 0, inode = 23874 }
+vm_state.vm_map: 13589.826308397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837864448, end = 2837868544, flags = 135266419, pgoff = 24576, inode = 23874 }
+vm_state.vm_map: 13589.826315951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837868544, end = 2837942272, flags = 134217845, pgoff = 0, inode = 24212 }
+vm_state.vm_map: 13589.826332241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837942272, end = 2837946368, flags = 135266419, pgoff = 69632, inode = 24212 }
+vm_state.vm_map: 13589.826340084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837946368, end = 2838880256, flags = 134217845, pgoff = 0, inode = 20876 }
+vm_state.vm_map: 13589.826342190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2838880256, end = 2838892544, flags = 135266419, pgoff = 933888, inode = 20876 }
+vm_state.vm_map: 13589.826349443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2838892544, end = 2839306240, flags = 134217845, pgoff = 0, inode = 1065120 }
+vm_state.vm_map: 13589.826351485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839306240, end = 2839314432, flags = 135266419, pgoff = 409600, inode = 1065120 }
+vm_state.vm_map: 13589.826354060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839326720, end = 2839351296, flags = 134217845, pgoff = 0, inode = 58064 }
+vm_state.vm_map: 13589.826356171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839351296, end = 2839355392, flags = 135266419, pgoff = 20480, inode = 58064 }
+vm_state.vm_map: 13589.826365929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839355392, end = 2839379968, flags = 134217845, pgoff = 0, inode = 59003 }
+vm_state.vm_map: 13589.826370337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839379968, end = 2839384064, flags = 135266419, pgoff = 20480, inode = 59003 }
+vm_state.vm_map: 13589.826375151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839384064, end = 2839404544, flags = 134217845, pgoff = 0, inode = 59019 }
+vm_state.vm_map: 13589.826377208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839404544, end = 2839408640, flags = 135266419, pgoff = 16384, inode = 59019 }
+vm_state.vm_map: 13589.826384300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839408640, end = 2839437312, flags = 134217845, pgoff = 0, inode = 59007 }
+vm_state.vm_map: 13589.826386461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839437312, end = 2839441408, flags = 135266419, pgoff = 24576, inode = 59007 }
+vm_state.vm_map: 13589.826391294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839441408, end = 2839465984, flags = 134217845, pgoff = 0, inode = 58068 }
+vm_state.vm_map: 13589.826393455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839465984, end = 2839470080, flags = 135266419, pgoff = 20480, inode = 58068 }
+vm_state.vm_map: 13589.826395757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839498752, end = 2839515136, flags = 134217845, pgoff = 0, inode = 57390 }
+vm_state.vm_map: 13589.826397782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839515136, end = 2839519232, flags = 135266419, pgoff = 12288, inode = 57390 }
+vm_state.vm_map: 13589.826400540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839519232, end = 2839560192, flags = 134217845, pgoff = 0, inode = 57395 }
+vm_state.vm_map: 13589.826402616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839560192, end = 2839564288, flags = 135266419, pgoff = 36864, inode = 57395 }
+vm_state.vm_map: 13589.826405084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839564288, end = 2839588864, flags = 134217845, pgoff = 0, inode = 18917 }
+vm_state.vm_map: 13589.826407171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839588864, end = 2839592960, flags = 135266419, pgoff = 20480, inode = 18917 }
+vm_state.vm_map: 13589.826409713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839592960, end = 2839863296, flags = 134217845, pgoff = 0, inode = 18916 }
+vm_state.vm_map: 13589.826411894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839863296, end = 2839867392, flags = 135266419, pgoff = 266240, inode = 18916 }
+vm_state.vm_map: 13589.826414190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839867392, end = 2839949312, flags = 134217845, pgoff = 0, inode = 18915 }
+vm_state.vm_map: 13589.826416264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839949312, end = 2839957504, flags = 135266419, pgoff = 77824, inode = 18915 }
+vm_state.vm_map: 13589.826418727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839969792, end = 2839990272, flags = 134217845, pgoff = 0, inode = 57392 }
+vm_state.vm_map: 13589.826420808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839990272, end = 2839994368, flags = 135266419, pgoff = 16384, inode = 57392 }
+vm_state.vm_map: 13589.826423221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839994368, end = 2840027136, flags = 134217845, pgoff = 0, inode = 57396 }
+vm_state.vm_map: 13589.826425382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840027136, end = 2840031232, flags = 135266419, pgoff = 28672, inode = 57396 }
+vm_state.vm_map: 13589.826427678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840031232, end = 2840047616, flags = 134217845, pgoff = 0, inode = 57393 }
+vm_state.vm_map: 13589.826429630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840047616, end = 2840051712, flags = 135266419, pgoff = 12288, inode = 57393 }
+vm_state.vm_map: 13589.826432036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840051712, end = 2840416256, flags = 134217845, pgoff = 0, inode = 22572 }
+vm_state.vm_map: 13589.826434112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840416256, end = 2840424448, flags = 135266419, pgoff = 364544, inode = 22572 }
+vm_state.vm_map: 13589.826442731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840424448, end = 2840621056, flags = 134217845, pgoff = 0, inode = 20024 }
+vm_state.vm_map: 13589.826445021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840621056, end = 2840629248, flags = 135266419, pgoff = 192512, inode = 20024 }
+vm_state.vm_map: 13589.826447200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840629248, end = 2840637440, flags = 1048691, pgoff = 2840629248, inode = 0 }
+vm_state.vm_map: 13589.826449490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840637440, end = 2841088000, flags = 134217845, pgoff = 0, inode = 20711 }
+vm_state.vm_map: 13589.826451712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841088000, end = 2841100288, flags = 135266419, pgoff = 450560, inode = 20711 }
+vm_state.vm_map: 13589.826453991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841100288, end = 2841116672, flags = 134217845, pgoff = 0, inode = 57389 }
+vm_state.vm_map: 13589.826456170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841116672, end = 2841120768, flags = 135266419, pgoff = 12288, inode = 57389 }
+vm_state.vm_map: 13589.826458386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841120768, end = 2841137152, flags = 134217845, pgoff = 0, inode = 18914 }
+vm_state.vm_map: 13589.826460639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841137152, end = 2841141248, flags = 135266419, pgoff = 16384, inode = 18914 }
+vm_state.vm_map: 13589.826462949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841141248, end = 2841157632, flags = 134217845, pgoff = 0, inode = 57394 }
+vm_state.vm_map: 13589.826465134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841157632, end = 2841161728, flags = 135266419, pgoff = 16384, inode = 57394 }
+vm_state.vm_map: 13589.826467350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841161728, end = 2841190400, flags = 134217845, pgoff = 0, inode = 57397 }
+vm_state.vm_map: 13589.826469646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841190400, end = 2841194496, flags = 135266419, pgoff = 24576, inode = 57397 }
+vm_state.vm_map: 13589.826471876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841194496, end = 2841321472, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 13589.826474492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841321472, end = 2841325568, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 13589.826476825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841329664, end = 2841354240, flags = 134217845, pgoff = 0, inode = 57398 }
+vm_state.vm_map: 13589.826479121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841354240, end = 2841358336, flags = 135266419, pgoff = 24576, inode = 57398 }
+vm_state.vm_map: 13589.826481313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841358336, end = 2841374720, flags = 134217845, pgoff = 0, inode = 52571 }
+vm_state.vm_map: 13589.826483358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841374720, end = 2841378816, flags = 135266419, pgoff = 12288, inode = 52571 }
+vm_state.vm_map: 13589.826485598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841378816, end = 2841391104, flags = 134217845, pgoff = 0, inode = 49489 }
+vm_state.vm_map: 13589.826487888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841391104, end = 2841395200, flags = 135266419, pgoff = 8192, inode = 49489 }
+vm_state.vm_map: 13589.826490147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841395200, end = 2841415680, flags = 134217845, pgoff = 0, inode = 52570 }
+vm_state.vm_map: 13589.826492334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841415680, end = 2841419776, flags = 135266419, pgoff = 16384, inode = 52570 }
+vm_state.vm_map: 13589.826494538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841419776, end = 2841456640, flags = 134217845, pgoff = 0, inode = 52569 }
+vm_state.vm_map: 13589.826496815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841456640, end = 2841460736, flags = 135266419, pgoff = 32768, inode = 52569 }
+vm_state.vm_map: 13589.826501598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841460736, end = 2841485312, flags = 134217845, pgoff = 0, inode = 52572 }
+vm_state.vm_map: 13589.826503760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841485312, end = 2841489408, flags = 135266419, pgoff = 20480, inode = 52572 }
+vm_state.vm_map: 13589.826505914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841489408, end = 2841509888, flags = 134217845, pgoff = 0, inode = 52568 }
+vm_state.vm_map: 13589.826508186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841509888, end = 2841513984, flags = 135266419, pgoff = 16384, inode = 52568 }
+vm_state.vm_map: 13589.826510771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841513984, end = 2841554944, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.826512810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841554944, end = 2841559040, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.826514860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841559040, end = 2841563136, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.826517181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841575424, end = 2841657344, flags = 134217841, pgoff = 0, inode = 98443 }
+vm_state.vm_map: 13589.826519409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841657344, end = 2967998464, flags = 134217979, pgoff = 0, inode = 73879 }
+vm_state.vm_map: 13589.826521565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2967998464, end = 3001655296, flags = 134217979, pgoff = 0, inode = 73878 }
+vm_state.vm_map: 13589.826530441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3001655296, end = 3017895936, flags = 134217979, pgoff = 0, inode = 1204624 }
+vm_state.vm_map: 13589.826536032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3017895936, end = 3022192640, flags = 134217979, pgoff = 0, inode = 1204558 }
+vm_state.vm_map: 13589.826555025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022192640, end = 3022393344, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 13589.826557155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022393344, end = 3022397440, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 13589.826559475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022397440, end = 3022422016, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.826561507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022422016, end = 3022426112, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.826569793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022426112, end = 3022446592, flags = 134217845, pgoff = 0, inode = 58972 }
+vm_state.vm_map: 13589.826571838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022446592, end = 3022450688, flags = 135266419, pgoff = 16384, inode = 58972 }
+vm_state.vm_map: 13589.826579084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022450688, end = 3022475264, flags = 134217845, pgoff = 0, inode = 58999 }
+vm_state.vm_map: 13589.826581121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022475264, end = 3022479360, flags = 135266419, pgoff = 20480, inode = 58999 }
+vm_state.vm_map: 13589.826583492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022479360, end = 3022499840, flags = 134217845, pgoff = 0, inode = 58997 }
+vm_state.vm_map: 13589.826585530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022499840, end = 3022503936, flags = 135266419, pgoff = 16384, inode = 58997 }
+vm_state.vm_map: 13589.826587851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022503936, end = 3022516224, flags = 134217845, pgoff = 0, inode = 59166 }
+vm_state.vm_map: 13589.826589962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022516224, end = 3022520320, flags = 135266419, pgoff = 8192, inode = 59166 }
+vm_state.vm_map: 13589.826592351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022520320, end = 3022524416, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.826594561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022524416, end = 3022548992, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.826596876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022548992, end = 3022553088, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.826598963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022553088, end = 3022557184, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.826601247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022557184, end = 3022561280, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.826603765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022561280, end = 3022565376, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.826606185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022565376, end = 3022573568, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.826608370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022573568, end = 3022606336, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.826610666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022606336, end = 3022618624, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.826612939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022618624, end = 3022626816, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.826615117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022626816, end = 3022630912, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.826617420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022630912, end = 3022635008, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.826619593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022635008, end = 3022639104, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.826621889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022639104, end = 3022667776, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.826624038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022667776, end = 3022680064, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.826626298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022680064, end = 3022684160, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.826628360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022684160, end = 3022692352, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.826630662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022692352, end = 3022696448, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.826632867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022696448, end = 3022700544, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.826635169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022700544, end = 3022712832, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.826637429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022712832, end = 3022721024, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.826640051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022721024, end = 3022753792, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.826642200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022753792, end = 3022774272, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.826644453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022774272, end = 3022782464, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.826646719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022782464, end = 3022811136, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.826648879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022811136, end = 3022856192, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.826651059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022856192, end = 3022913536, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.826653238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022913536, end = 3023138816, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.826655264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023138816, end = 3023142912, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.826657302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023142912, end = 3023147008, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.826659739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023147008, end = 3023204352, flags = 134217845, pgoff = 0, inode = 23728 }
+vm_state.vm_map: 13589.826662017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023204352, end = 3023208448, flags = 135266419, pgoff = 53248, inode = 23728 }
+vm_state.vm_map: 13589.826664185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023208448, end = 3023495168, flags = 134217845, pgoff = 0, inode = 1065175 }
+vm_state.vm_map: 13589.826666222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023495168, end = 3023503360, flags = 135266419, pgoff = 286720, inode = 1065175 }
+vm_state.vm_map: 13589.826668377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023503360, end = 3023663104, flags = 134217845, pgoff = 0, inode = 22541 }
+vm_state.vm_map: 13589.826670544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023663104, end = 3023667200, flags = 135266419, pgoff = 159744, inode = 22541 }
+vm_state.vm_map: 13589.826672581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
+vm_state.vm_map: 13589.826675241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023912960, end = 3023945728, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.826677273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023945728, end = 3023949824, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.826682019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023949824, end = 3024179200, flags = 134217845, pgoff = 0, inode = 23730 }
+vm_state.vm_map: 13589.826684058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024179200, end = 3024187392, flags = 135266419, pgoff = 225280, inode = 23730 }
+vm_state.vm_map: 13589.826686329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024187392, end = 3024269312, flags = 134217845, pgoff = 0, inode = 23971 }
+vm_state.vm_map: 13589.826688472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024269312, end = 3024273408, flags = 135266419, pgoff = 81920, inode = 23971 }
+vm_state.vm_map: 13589.826690829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024273408, end = 3024564224, flags = 134217845, pgoff = 0, inode = 1066190 }
+vm_state.vm_map: 13589.826692861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024564224, end = 3024576512, flags = 135266419, pgoff = 290816, inode = 1066190 }
+vm_state.vm_map: 13589.826694991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 13589.826697023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 13589.826699091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 13589.826701227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 13589.826703277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
+vm_state.vm_map: 13589.826705316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
+vm_state.vm_map: 13589.826707360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
+vm_state.vm_map: 13589.826709896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 13589.826711946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 13589.826716748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 13589.826718780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 13589.826720928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 13589.826722953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 13589.826724998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 13589.826727134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 13589.826729172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
+vm_state.vm_map: 13589.826731228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 13589.826733272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 13589.826735863 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042021376, end = 3042029568, flags = 134217845, pgoff = 0, inode = 57760 }
+vm_state.vm_map: 13589.826737933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042029568, end = 3042033664, flags = 135266419, pgoff = 4096, inode = 57760 }
+vm_state.vm_map: 13589.826740340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042033664, end = 3042041856, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.826742297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042041856, end = 3042045952, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.826744938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042045952, end = 3042058240, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.826747013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042058240, end = 3042115584, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.826749217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 13589.826751162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 13589.826753372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.826755435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
+vm_state.vm_map: 13589.826757639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.826759597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.826761924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.826763894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.826766099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.826768247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.826770340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.826772297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.826774588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
+vm_state.vm_map: 13589.826776644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 13589.826779014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 13589.826781169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.826783207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.826785264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.826787400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.826789530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.826791555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.826793623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.826795754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.826797791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
+vm_state.vm_map: 13589.826799842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.826801984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.826804041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.826806071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.826808208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.826810246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.826812647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.826814704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.826816926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.826818951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.826820989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
+vm_state.vm_map: 13589.826823070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.826825237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.826829676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.826831720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.826833899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.826835950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.826838006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.826840148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.826842167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
+vm_state.vm_map: 13589.826844279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.826846779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.826848815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
+vm_state.vm_map: 13589.826850768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.826852922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.826855095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.826857122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.826859184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.826861332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.826863394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.826865420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.826867587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
+vm_state.vm_map: 13589.826869613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
+vm_state.vm_map: 13589.826871650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
+vm_state.vm_map: 13589.826873836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 13589.826875941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 13589.826877986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
+vm_state.vm_map: 13589.826880485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 13589.826882486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 13589.826884683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.826886838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.826888981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.826891006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.826893118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.826895180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.826897317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
+vm_state.vm_map: 13589.826899312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.826901583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.826903571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.826905738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.826907820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.826909987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.826911994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.826914610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.826916635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.826918717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.826920687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.826922977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.826925026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
+vm_state.vm_map: 13589.826929478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.826931522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.826933652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.826935689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
+vm_state.vm_map: 13589.826937696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.826939987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.826942031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.826944062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.826946137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.826948686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.826950718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.826952792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.826954885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.826957089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.826959115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.826961276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.826963252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
+vm_state.vm_map: 13589.826965431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.826967586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.826969624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.826971674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
+vm_state.vm_map: 13589.826973835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.826975860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.826977898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
+vm_state.vm_map: 13589.826979986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.826982491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.826984529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
+vm_state.vm_map: 13589.826986671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 13589.826988716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 13589.826990895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
+vm_state.vm_map: 13589.826992871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.826995142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.826997212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 13589.826999230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 13589.827001379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
+vm_state.vm_map: 13589.827003441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.827005467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.827007609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.827009579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.827011740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
+vm_state.vm_map: 13589.827014049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078877184, end = 3078885376, flags = 134217845, pgoff = 0, inode = 23893 }
+vm_state.vm_map: 13589.827016425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078885376, end = 3078889472, flags = 135266419, pgoff = 4096, inode = 23893 }
+vm_state.vm_map: 13589.827018426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.827020586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.827022760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 13589.827024810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 13589.827026928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.827029089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.827031232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.827033288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.827035325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
+vm_state.vm_map: 13589.827037474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
+vm_state.vm_map: 13589.827039562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.827041586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.827043612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.827045650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.827051050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 13589.827053075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 13589.827055254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 13589.827057304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 145301504, end = 147046400, flags = 1048691, pgoff = 145301504, inode = 0 }
+vm_state.vm_map: 13589.827059631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2981187584, end = 2981249024, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 13589.827061786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2981249024, end = 2981253120, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 13589.827064064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2981253120, end = 2981277696, flags = 134217845, pgoff = 0, inode = 18679 }
+vm_state.vm_map: 13589.827066102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2981277696, end = 2981281792, flags = 135266419, pgoff = 20480, inode = 18679 }
+vm_state.vm_map: 13589.827068385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2981281792, end = 2981445632, flags = 134217845, pgoff = 0, inode = 18646 }
+vm_state.vm_map: 13589.827070332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2981445632, end = 2981449728, flags = 135266419, pgoff = 163840, inode = 18646 }
+vm_state.vm_map: 13589.827072745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2981449728, end = 2982113280, flags = 134217845, pgoff = 0, inode = 18913 }
+vm_state.vm_map: 13589.827074782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982113280, end = 2982137856, flags = 135266419, pgoff = 659456, inode = 18913 }
+vm_state.vm_map: 13589.827077072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982137856, end = 2982227968, flags = 134217845, pgoff = 0, inode = 19203 }
+vm_state.vm_map: 13589.827079098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982227968, end = 2982232064, flags = 135266419, pgoff = 86016, inode = 19203 }
+vm_state.vm_map: 13589.827081369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982232064, end = 2982301696, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.827083408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982301696, end = 2982305792, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.827085821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982305792, end = 2982309888, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.827087803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982309888, end = 2982318080, flags = 1048691, pgoff = 2982309888, inode = 0 }
+vm_state.vm_map: 13589.827090216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982318080, end = 2982780928, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 13589.827092236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982780928, end = 2982793216, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 13589.827094526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982793216, end = 2983399424, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 13589.827096570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983399424, end = 2983415808, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 13589.827098730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983415808, end = 2983579648, flags = 134217845, pgoff = 0, inode = 18977 }
+vm_state.vm_map: 13589.827100769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983579648, end = 2983583744, flags = 135266419, pgoff = 163840, inode = 18977 }
+vm_state.vm_map: 13589.827102973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983583744, end = 2983849984, flags = 134217845, pgoff = 0, inode = 19433 }
+vm_state.vm_map: 13589.827104924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983849984, end = 2983858176, flags = 135266419, pgoff = 262144, inode = 19433 }
+vm_state.vm_map: 13589.827106869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983858176, end = 2983862272, flags = 1048691, pgoff = 2983858176, inode = 0 }
+vm_state.vm_map: 13589.827111506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983862272, end = 2983911424, flags = 134217845, pgoff = 0, inode = 19447 }
+vm_state.vm_map: 13589.827113660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983911424, end = 2983915520, flags = 135266419, pgoff = 49152, inode = 19447 }
+vm_state.vm_map: 13589.827116301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983915520, end = 2984112128, flags = 134217845, pgoff = 0, inode = 19429 }
+vm_state.vm_map: 13589.827118333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984112128, end = 2984116224, flags = 135266419, pgoff = 192512, inode = 19429 }
+vm_state.vm_map: 13589.827121073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984116224, end = 2984341504, flags = 134217845, pgoff = 0, inode = 20835 }
+vm_state.vm_map: 13589.827123148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984341504, end = 2984345600, flags = 135266419, pgoff = 221184, inode = 20835 }
+vm_state.vm_map: 13589.827125530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984345600, end = 2984599552, flags = 134217845, pgoff = 0, inode = 18395 }
+vm_state.vm_map: 13589.827127481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984599552, end = 2984603648, flags = 135266419, pgoff = 249856, inode = 18395 }
+vm_state.vm_map: 13589.827135171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984603648, end = 2984988672, flags = 134217845, pgoff = 0, inode = 20862 }
+vm_state.vm_map: 13589.827137215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984988672, end = 2984992768, flags = 135266419, pgoff = 380928, inode = 20862 }
+vm_state.vm_map: 13589.827139726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984992768, end = 2985021440, flags = 134217845, pgoff = 0, inode = 1065218 }
+vm_state.vm_map: 13589.827141765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2985021440, end = 2985025536, flags = 135266419, pgoff = 28672, inode = 1065218 }
+vm_state.vm_map: 13589.827160319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2985025536, end = 2986471424, flags = 134217845, pgoff = 0, inode = 22753 }
+vm_state.vm_map: 13589.827162480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2986471424, end = 2986483712, flags = 135266419, pgoff = 1441792, inode = 22753 }
+vm_state.vm_map: 13589.827165067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2986483712, end = 2986876928, flags = 134217845, pgoff = 0, inode = 23655 }
+vm_state.vm_map: 13589.827167092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2986876928, end = 2986885120, flags = 135266419, pgoff = 393216, inode = 23655 }
+vm_state.vm_map: 13589.827172424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2986885120, end = 2987106304, flags = 134217845, pgoff = 0, inode = 20840 }
+vm_state.vm_map: 13589.827174837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2987106304, end = 2987110400, flags = 135266419, pgoff = 221184, inode = 20840 }
+vm_state.vm_map: 13589.827181768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2987110400, end = 2987315200, flags = 134217845, pgoff = 0, inode = 20867 }
+vm_state.vm_map: 13589.827183801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2987315200, end = 2987319296, flags = 135266419, pgoff = 204800, inode = 20867 }
+vm_state.vm_map: 13589.827185974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2987413504, end = 2987417600, flags = 1048688, pgoff = 2987413504, inode = 0 }
+vm_state.vm_map: 13589.827188011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2987417600, end = 2995806208, flags = 1048691, pgoff = 2987417600, inode = 0 }
+vm_state.vm_map: 13589.827190264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2997850112, end = 2997891072, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.827192413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2997891072, end = 2997895168, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.827194470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2997895168, end = 2997899264, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.827196637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2997899264, end = 2997936128, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.827198767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2997936128, end = 2997940224, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.827200860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2997940224, end = 2997944320, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.827203028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2997944320, end = 2998022144, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.827205194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998022144, end = 2998026240, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.827207269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998026240, end = 2998030336, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.827209762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998030336, end = 2998038528, flags = 1048691, pgoff = 2998030336, inode = 0 }
+vm_state.vm_map: 13589.827211881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998038528, end = 2998063104, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.827214054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998063104, end = 2998067200, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.827215999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998067200, end = 2998071296, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.827222913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998083584, end = 2998161408, flags = 134217845, pgoff = 0, inode = 50114 }
+vm_state.vm_map: 13589.827224944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998161408, end = 2998165504, flags = 135266419, pgoff = 77824, inode = 50114 }
+vm_state.vm_map: 13589.827231710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998165504, end = 2998231040, flags = 134217845, pgoff = 0, inode = 57391 }
+vm_state.vm_map: 13589.827233877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998231040, end = 2998235136, flags = 135266419, pgoff = 61440, inode = 57391 }
+vm_state.vm_map: 13589.827235921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998235136, end = 2998251520, flags = 1048691, pgoff = 2998235136, inode = 0 }
+vm_state.vm_map: 13589.827238359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998251520, end = 2998534144, flags = 134217845, pgoff = 0, inode = 22693 }
+vm_state.vm_map: 13589.827240403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998534144, end = 2998546432, flags = 135266419, pgoff = 282624, inode = 22693 }
+vm_state.vm_map: 13589.827242423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998546432, end = 2998571008, flags = 1048691, pgoff = 2998546432, inode = 0 }
+vm_state.vm_map: 13589.827245082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998575104, end = 2998591488, flags = 134217845, pgoff = 0, inode = 57390 }
+vm_state.vm_map: 13589.827247101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998591488, end = 2998595584, flags = 135266419, pgoff = 12288, inode = 57390 }
+vm_state.vm_map: 13589.827249397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998595584, end = 2998616064, flags = 134217845, pgoff = 0, inode = 57392 }
+vm_state.vm_map: 13589.827251424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998616064, end = 2998620160, flags = 135266419, pgoff = 16384, inode = 57392 }
+vm_state.vm_map: 13589.827253714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998620160, end = 2998661120, flags = 134217845, pgoff = 0, inode = 57395 }
+vm_state.vm_map: 13589.827255745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998661120, end = 2998665216, flags = 135266419, pgoff = 36864, inode = 57395 }
+vm_state.vm_map: 13589.827258066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998665216, end = 2998935552, flags = 134217845, pgoff = 0, inode = 18916 }
+vm_state.vm_map: 13589.827260091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998935552, end = 2998939648, flags = 135266419, pgoff = 266240, inode = 18916 }
+vm_state.vm_map: 13589.827262381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998939648, end = 2999021568, flags = 134217845, pgoff = 0, inode = 18915 }
+vm_state.vm_map: 13589.827264407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999021568, end = 2999029760, flags = 135266419, pgoff = 77824, inode = 18915 }
+vm_state.vm_map: 13589.827266716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999029760, end = 2999812096, flags = 134217845, pgoff = 0, inode = 18927 }
+vm_state.vm_map: 13589.827268747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999812096, end = 2999820288, flags = 135266419, pgoff = 778240, inode = 18927 }
+vm_state.vm_map: 13589.827270951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999820288, end = 2999832576, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 13589.827272976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999832576, end = 2999836672, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 13589.827275144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999836672, end = 2999853056, flags = 134217845, pgoff = 0, inode = 57389 }
+vm_state.vm_map: 13589.827277200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999853056, end = 2999857152, flags = 135266419, pgoff = 12288, inode = 57389 }
+vm_state.vm_map: 13589.827279779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999857152, end = 2999889920, flags = 134217845, pgoff = 0, inode = 57396 }
+vm_state.vm_map: 13589.827281811 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999889920, end = 2999894016, flags = 135266419, pgoff = 28672, inode = 57396 }
+vm_state.vm_map: 13589.827283978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999894016, end = 2999910400, flags = 134217845, pgoff = 0, inode = 57393 }
+vm_state.vm_map: 13589.827286078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999910400, end = 2999914496, flags = 135266419, pgoff = 12288, inode = 57393 }
+vm_state.vm_map: 13589.827288337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999914496, end = 3000279040, flags = 134217845, pgoff = 0, inode = 22572 }
+vm_state.vm_map: 13589.827290282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000279040, end = 3000287232, flags = 135266419, pgoff = 364544, inode = 22572 }
+vm_state.vm_map: 13589.827292591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000287232, end = 3000295424, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 13589.827294574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000295424, end = 3000299520, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 13589.827296993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000299520, end = 3000324096, flags = 134217845, pgoff = 0, inode = 18917 }
+vm_state.vm_map: 13589.827298932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000324096, end = 3000328192, flags = 135266419, pgoff = 20480, inode = 18917 }
+vm_state.vm_map: 13589.827301222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000328192, end = 3000344576, flags = 134217845, pgoff = 0, inode = 18914 }
+vm_state.vm_map: 13589.827303247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000344576, end = 3000348672, flags = 135266419, pgoff = 16384, inode = 18914 }
+vm_state.vm_map: 13589.827305446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000348672, end = 3000377344, flags = 134217845, pgoff = 0, inode = 57397 }
+vm_state.vm_map: 13589.827307471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000377344, end = 3000381440, flags = 135266419, pgoff = 24576, inode = 57397 }
+vm_state.vm_map: 13589.827309743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000381440, end = 3000582144, flags = 134217845, pgoff = 0, inode = 20709 }
+vm_state.vm_map: 13589.827311824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000582144, end = 3000590336, flags = 135266419, pgoff = 196608, inode = 20709 }
+vm_state.vm_map: 13589.827314329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000590336, end = 3000598528, flags = 1048691, pgoff = 3000590336, inode = 0 }
+vm_state.vm_map: 13589.827316497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000598528, end = 3001049088, flags = 134217845, pgoff = 0, inode = 20711 }
+vm_state.vm_map: 13589.827318664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001049088, end = 3001061376, flags = 135266419, pgoff = 450560, inode = 20711 }
+vm_state.vm_map: 13589.827320849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001061376, end = 3001188352, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 13589.827323016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001188352, end = 3001192448, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 13589.827325110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001200640, end = 3001217024, flags = 134217845, pgoff = 0, inode = 57394 }
+vm_state.vm_map: 13589.827327277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001217024, end = 3001221120, flags = 135266419, pgoff = 16384, inode = 57394 }
+vm_state.vm_map: 13589.827329382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001221120, end = 3001245696, flags = 134217845, pgoff = 0, inode = 57398 }
+vm_state.vm_map: 13589.827331549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001245696, end = 3001249792, flags = 135266419, pgoff = 24576, inode = 57398 }
+vm_state.vm_map: 13589.827333630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001249792, end = 3001266176, flags = 134217845, pgoff = 0, inode = 52571 }
+vm_state.vm_map: 13589.827335803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001266176, end = 3001270272, flags = 135266419, pgoff = 12288, inode = 52571 }
+vm_state.vm_map: 13589.827337884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001270272, end = 3001282560, flags = 134217845, pgoff = 0, inode = 49489 }
+vm_state.vm_map: 13589.827340076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001282560, end = 3001286656, flags = 135266419, pgoff = 8192, inode = 49489 }
+vm_state.vm_map: 13589.827356772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001286656, end = 3017527296, flags = 134217979, pgoff = 0, inode = 1204527 }
+vm_state.vm_map: 13589.827359148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3017527296, end = 3021824000, flags = 134217979, pgoff = 0, inode = 1204522 }
+vm_state.vm_map: 13589.827361531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3021824000, end = 3022024704, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 13589.827363944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022024704, end = 3022028800, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 13589.827366235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022028800, end = 3022053376, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.827368229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022053376, end = 3022057472, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.827370642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022057472, end = 3022077952, flags = 134217845, pgoff = 0, inode = 52570 }
+vm_state.vm_map: 13589.827372649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022077952, end = 3022082048, flags = 135266419, pgoff = 16384, inode = 52570 }
+vm_state.vm_map: 13589.827374959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022082048, end = 3022118912, flags = 134217845, pgoff = 0, inode = 52569 }
+vm_state.vm_map: 13589.827376959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022118912, end = 3022123008, flags = 135266419, pgoff = 32768, inode = 52569 }
+vm_state.vm_map: 13589.827379274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022123008, end = 3022147584, flags = 134217845, pgoff = 0, inode = 52572 }
+vm_state.vm_map: 13589.827381385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022147584, end = 3022151680, flags = 135266419, pgoff = 20480, inode = 52572 }
+vm_state.vm_map: 13589.827383798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022151680, end = 3022155776, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.827386034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022155776, end = 3022180352, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.827388435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022180352, end = 3022184448, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.827390559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022184448, end = 3022188544, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.827392959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022188544, end = 3022192640, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.827395146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022192640, end = 3022196736, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.827397460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022196736, end = 3022204928, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.827400064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022204928, end = 3022237696, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.827402225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022237696, end = 3022249984, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.827404331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022249984, end = 3022258176, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.827406738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022258176, end = 3022262272, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.827408905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022262272, end = 3022266368, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.827411078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022266368, end = 3022270464, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.827413269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022270464, end = 3022299136, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.827415579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022299136, end = 3022311424, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.827417653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022311424, end = 3022315520, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.827420042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022315520, end = 3022323712, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.827422326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022323712, end = 3022327808, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.827424492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022327808, end = 3022331904, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.827426574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022331904, end = 3022344192, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.827428876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022344192, end = 3022352384, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.827430982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022352384, end = 3022385152, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.827433401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022385152, end = 3022405632, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.827435876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022405632, end = 3022413824, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.827438173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022413824, end = 3022442496, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.827440272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022442496, end = 3022487552, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.827442605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022487552, end = 3022712832, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.827444630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022712832, end = 3022716928, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.827446675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022716928, end = 3022721024, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.827448830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022721024, end = 3023654912, flags = 134217845, pgoff = 0, inode = 20876 }
+vm_state.vm_map: 13589.827451003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023654912, end = 3023667200, flags = 135266419, pgoff = 933888, inode = 20876 }
+vm_state.vm_map: 13589.827453040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
+vm_state.vm_map: 13589.827455244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023904768, end = 3023912960, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 13589.827457233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023912960, end = 3023917056, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 13589.827459462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023917056, end = 3023937536, flags = 134217845, pgoff = 0, inode = 52568 }
+vm_state.vm_map: 13589.827461432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023937536, end = 3023941632, flags = 135266419, pgoff = 16384, inode = 52568 }
+vm_state.vm_map: 13589.827463709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023941632, end = 3023998976, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.827465791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023998976, end = 3024285696, flags = 134217845, pgoff = 0, inode = 20877 }
+vm_state.vm_map: 13589.827468087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024285696, end = 3024293888, flags = 135266419, pgoff = 282624, inode = 20877 }
+vm_state.vm_map: 13589.827470820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024293888, end = 3024478208, flags = 134217845, pgoff = 0, inode = 20878 }
+vm_state.vm_map: 13589.827472852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024478208, end = 3024482304, flags = 135266419, pgoff = 184320, inode = 20878 }
+vm_state.vm_map: 13589.827475068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024482304, end = 3024515072, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.827477235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024515072, end = 3024519168, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.827479446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024519168, end = 3024576512, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.827481526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 13589.827483595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 13589.827485793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 13589.827487811 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 13589.827489985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
+vm_state.vm_map: 13589.827491949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
+vm_state.vm_map: 13589.827494122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
+vm_state.vm_map: 13589.827496296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 13589.827498321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 13589.827500377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 13589.827502661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 13589.827505063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 13589.827507087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 13589.827509237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 13589.827511256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 13589.827513293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
+vm_state.vm_map: 13589.827515436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 13589.827517536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 13589.827519887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3042021376, end = 3042029568, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.827521912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3042029568, end = 3042033664, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.827524282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3042033664, end = 3042111488, flags = 134217845, pgoff = 0, inode = 22643 }
+vm_state.vm_map: 13589.827526246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3042111488, end = 3042115584, flags = 135266419, pgoff = 73728, inode = 22643 }
+vm_state.vm_map: 13589.827528493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 13589.827530519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 13589.827532594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.827534657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
+vm_state.vm_map: 13589.827536885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.827539255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.827541404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.827543361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.827545565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.827547721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.827549789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.827551747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.827553920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
+vm_state.vm_map: 13589.827556099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 13589.827558125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 13589.827563247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.827565284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.827567428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.827569459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.827571454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.827574107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.827576170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.827578194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.827580350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
+vm_state.vm_map: 13589.827582406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.827584437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.827586444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.827588735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.827590729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.827592896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.827594971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.827597138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.827599126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.827601411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.827603448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
+vm_state.vm_map: 13589.827605498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.827608023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.827610079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.827612105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.827614253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.827616279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.827618329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.827620576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.827622761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
+vm_state.vm_map: 13589.827624947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.827626892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.827629164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
+vm_state.vm_map: 13589.827631122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.827633283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.827635339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.827637499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.827639475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.827642105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.827644161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.827646186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.827648328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
+vm_state.vm_map: 13589.827650355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
+vm_state.vm_map: 13589.827652392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
+vm_state.vm_map: 13589.827654455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 13589.827656584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 13589.827658691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
+vm_state.vm_map: 13589.827663111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 13589.827665154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 13589.827667266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.827669396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.827671459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.827673607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.827675910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.827678113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.827680275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
+vm_state.vm_map: 13589.827682331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.827684270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.827686468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.827688530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.827690740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.827692692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.827695013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.827696965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.827699132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.827701262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.827703423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.827705387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.827707683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
+vm_state.vm_map: 13589.827709992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.827712178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.827714240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.827716413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
+vm_state.vm_map: 13589.827718383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.827720661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.827722699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.827724860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.827726799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.827729077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.827731016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.827733220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.827735338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.827737412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.827739370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.827741667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.827743951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
+vm_state.vm_map: 13589.827746155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.827748291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.827750323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.827752287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
+vm_state.vm_map: 13589.827754472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.827756534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.827758701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
+vm_state.vm_map: 13589.827760820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.827762987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.827765129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
+vm_state.vm_map: 13589.827767197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 13589.827769241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 13589.827771391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
+vm_state.vm_map: 13589.827773373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.827775540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.827777922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 13589.827780114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 13589.827782140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
+vm_state.vm_map: 13589.827784208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.827786270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.827788456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.827790395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.827792722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
+vm_state.vm_map: 13589.827794852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078877184, end = 3078889472, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.827797050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.827798989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.827801292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 13589.827803336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 13589.827805398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.827807553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.827809572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.827811998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.827814184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
+vm_state.vm_map: 13589.827816215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
+vm_state.vm_map: 13589.827818302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.827820346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.827822624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.827824662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.827827192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 13589.827829138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 13589.827831421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 13589.827833466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 145301504, end = 147578880, flags = 1048691, pgoff = 145301504, inode = 0 }
+vm_state.vm_map: 13589.827835780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998648832, end = 2998689792, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.827837855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998689792, end = 2998693888, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.827840022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998693888, end = 2998697984, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.827842330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998697984, end = 2998734848, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.827844375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998734848, end = 2998738944, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.827846659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998738944, end = 2998743040, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.827848998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998743040, end = 2998767616, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.827851049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998767616, end = 2998771712, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.827853068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998771712, end = 2998775808, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.827855383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998775808, end = 3015016448, flags = 134217979, pgoff = 0, inode = 1204527 }
+vm_state.vm_map: 13589.827857556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3015016448, end = 3019313152, flags = 134217979, pgoff = 0, inode = 1204522 }
+vm_state.vm_map: 13589.827859790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019313152, end = 3019513856, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 13589.827861834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019513856, end = 3019517952, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 13589.827864063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019517952, end = 3019550720, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.827866162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019550720, end = 3019554816, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.827868366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019554816, end = 3019579392, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.827870527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019579392, end = 3019583488, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.827872749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019595776, end = 3019677696, flags = 134217841, pgoff = 0, inode = 98443 }
+vm_state.vm_map: 13589.827875145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019677696, end = 3019681792, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.827877349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019681792, end = 3019706368, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.827879497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019706368, end = 3019710464, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.827881997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019710464, end = 3019714560, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.827884287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019714560, end = 3019718656, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.827886423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019718656, end = 3019722752, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.827888590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019722752, end = 3019730944, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.827890856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019730944, end = 3019763712, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.827892999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019763712, end = 3019776000, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.827895147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019776000, end = 3019784192, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.827897400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019784192, end = 3019788288, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.827899672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019788288, end = 3019792384, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.827901815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019792384, end = 3019796480, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.827903982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019796480, end = 3019825152, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.827906124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019825152, end = 3019837440, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.827908309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019837440, end = 3019841536, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.827910452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019841536, end = 3019849728, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.827912612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019849728, end = 3019853824, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.827914780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019853824, end = 3019857920, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.827917421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019857920, end = 3019870208, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.827919594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019870208, end = 3019878400, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.827921792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019878400, end = 3019911168, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.827923952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019911168, end = 3019931648, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.827926108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019931648, end = 3019939840, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.827928287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019939840, end = 3019968512, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.827930460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019968512, end = 3020013568, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.827932621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020013568, end = 3020070912, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.827934721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020070912, end = 3020140544, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.827936888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020140544, end = 3020144640, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.827938981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020144640, end = 3020148736, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.827941037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020148736, end = 3020156928, flags = 1048691, pgoff = 3020148736, inode = 0 }
+vm_state.vm_map: 13589.827943168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020156928, end = 3020177408, flags = 134217845, pgoff = 0, inode = 21278 }
+vm_state.vm_map: 13589.827945458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020177408, end = 3020181504, flags = 135266419, pgoff = 16384, inode = 21278 }
+vm_state.vm_map: 13589.827947754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020181504, end = 3020345344, flags = 134217845, pgoff = 0, inode = 21283 }
+vm_state.vm_map: 13589.827949705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020345344, end = 3020349440, flags = 135266419, pgoff = 159744, inode = 21283 }
+vm_state.vm_map: 13589.827952137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020349440, end = 3021312000, flags = 134217845, pgoff = 0, inode = 21285 }
+vm_state.vm_map: 13589.827954255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021312000, end = 3021369344, flags = 135266419, pgoff = 962560, inode = 21285 }
+vm_state.vm_map: 13589.827956342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021369344, end = 3021692928, flags = 134217845, pgoff = 0, inode = 21280 }
+vm_state.vm_map: 13589.827958478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021692928, end = 3021697024, flags = 135266419, pgoff = 323584, inode = 21280 }
+vm_state.vm_map: 13589.827960854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021697024, end = 3021774848, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.827962898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021774848, end = 3021778944, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.827964844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021778944, end = 3021783040, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.827967030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021783040, end = 3021791232, flags = 1048691, pgoff = 3021783040, inode = 0 }
+vm_state.vm_map: 13589.827969209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021791232, end = 3021803520, flags = 134217845, pgoff = 0, inode = 499779 }
+vm_state.vm_map: 13589.827971246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021803520, end = 3021807616, flags = 135266419, pgoff = 8192, inode = 499779 }
+vm_state.vm_map: 13589.827973377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021807616, end = 3021828096, flags = 134217845, pgoff = 0, inode = 18127 }
+vm_state.vm_map: 13589.827975538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021828096, end = 3021832192, flags = 135266419, pgoff = 16384, inode = 18127 }
+vm_state.vm_map: 13589.827977736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021832192, end = 3022057472, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.827979779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022057472, end = 3022061568, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.827981860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022061568, end = 3022065664, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.827984144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022065664, end = 3022082048, flags = 134217845, pgoff = 0, inode = 21276 }
+vm_state.vm_map: 13589.827986527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022082048, end = 3022086144, flags = 135266419, pgoff = 12288, inode = 21276 }
+vm_state.vm_map: 13589.827988700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022086144, end = 3022483456, flags = 134217845, pgoff = 0, inode = 24050 }
+vm_state.vm_map: 13589.827990744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022483456, end = 3022491648, flags = 135266419, pgoff = 397312, inode = 24050 }
+vm_state.vm_map: 13589.827992783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022491648, end = 3022508032, flags = 1048691, pgoff = 3022491648, inode = 0 }
+vm_state.vm_map: 13589.827994949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022508032, end = 3022536704, flags = 134217845, pgoff = 0, inode = 499851 }
+vm_state.vm_map: 13589.827996987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022536704, end = 3022540800, flags = 135266419, pgoff = 28672, inode = 499851 }
+vm_state.vm_map: 13589.827999339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022540800, end = 3022843904, flags = 134217845, pgoff = 0, inode = 24049 }
+vm_state.vm_map: 13589.828001505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022843904, end = 3022848000, flags = 135266419, pgoff = 299008, inode = 24049 }
+vm_state.vm_map: 13589.828003672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022848000, end = 3023650816, flags = 134217845, pgoff = 0, inode = 21274 }
+vm_state.vm_map: 13589.828005723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3023650816, end = 3023667200, flags = 135266419, pgoff = 802816, inode = 21274 }
+vm_state.vm_map: 13589.828007668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
+vm_state.vm_map: 13589.828009958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3023908864, end = 3024171008, flags = 134217845, pgoff = 0, inode = 24048 }
+vm_state.vm_map: 13589.828011985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024171008, end = 3024175104, flags = 135266419, pgoff = 262144, inode = 24048 }
+vm_state.vm_map: 13589.828014478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024175104, end = 3024257024, flags = 134217845, pgoff = 0, inode = 19186 }
+vm_state.vm_map: 13589.828016460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024257024, end = 3024261120, flags = 135266419, pgoff = 77824, inode = 19186 }
+vm_state.vm_map: 13589.828021914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024261120, end = 3024564224, flags = 134217845, pgoff = 0, inode = 24371 }
+vm_state.vm_map: 13589.828024063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024564224, end = 3024576512, flags = 135266419, pgoff = 303104, inode = 24371 }
+vm_state.vm_map: 13589.828026144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 13589.828028188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 13589.828030244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 13589.828032281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 13589.828034338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
+vm_state.vm_map: 13589.828036376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
+vm_state.vm_map: 13589.828038420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
+vm_state.vm_map: 13589.828040470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 13589.828042513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 13589.828044491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 13589.828046651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 13589.828048818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 13589.828050843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 13589.828052899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 13589.828055406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 13589.828057443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
+vm_state.vm_map: 13589.828059512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 13589.828061599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 13589.828064000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3042033664, end = 3042041856, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.828066031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3042041856, end = 3042045952, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.828068199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3042045952, end = 3042058240, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.828070415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3042058240, end = 3042115584, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.828072600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 13589.828074773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 13589.828076953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.828078917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
+vm_state.vm_map: 13589.828081225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.828083386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.828085448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.828087493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.828089906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.828091944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.828094031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.828095989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.828098279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
+vm_state.vm_map: 13589.828100274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 13589.828102440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 13589.828104442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.828106615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.828108597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.828110893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.828112882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.828115173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.828117253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.828119420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.828121507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
+vm_state.vm_map: 13589.828124154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.828126125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.828128433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.828130391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.828132589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.828134675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.828136868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.828138838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.828141122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.828143098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.828145278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
+vm_state.vm_map: 13589.828147371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.828149642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.828151618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.828153896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.828155977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.828158489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.828160447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.828162638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.828164676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
+vm_state.vm_map: 13589.828166954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.828168900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.828171079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
+vm_state.vm_map: 13589.828173043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.828175217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.828177199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.828179359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.828181379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.828183410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.828185393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.828187566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.828189616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
+vm_state.vm_map: 13589.828192122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
+vm_state.vm_map: 13589.828194165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
+vm_state.vm_map: 13589.828196252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 13589.828198204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 13589.828200482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
+vm_state.vm_map: 13589.828202458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 13589.828204637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 13589.828206687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.828208732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.828210788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.828212949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.828215011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.828217042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.828219087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
+vm_state.vm_map: 13589.828221069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.828223248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.828225582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.828227675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.828229768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.828231806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.828233954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.828235949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.828238049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.828240111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.828242149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.828244125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.828246262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
+vm_state.vm_map: 13589.828248440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.828250485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.828252646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.828254757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
+vm_state.vm_map: 13589.828256825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.828259233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.828261474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.828263518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.828265555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.828267618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.828269662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.828271724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.828273768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.828275818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.828277857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.828279894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.828281938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
+vm_state.vm_map: 13589.828284099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.828286130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.828288273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.828290317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
+vm_state.vm_map: 13589.828292724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.828294762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.828296960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
+vm_state.vm_map: 13589.828299004 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.828301146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.828303116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
+vm_state.vm_map: 13589.828305308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 13589.828307333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 13589.828309501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
+vm_state.vm_map: 13589.828311575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.828313742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.828315921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 13589.828317948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 13589.828319984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
+vm_state.vm_map: 13589.828322164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.828324202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.828326603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.828328751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.828330808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
+vm_state.vm_map: 13589.828333190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078873088, end = 3078885376, flags = 134217845, pgoff = 0, inode = 24046 }
+vm_state.vm_map: 13589.828335345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078885376, end = 3078889472, flags = 135266419, pgoff = 8192, inode = 24046 }
+vm_state.vm_map: 13589.828337321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.828339488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.828341631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 13589.828343767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 13589.828345829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.828347855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.828349986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.828352042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.828354079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
+vm_state.vm_map: 13589.828356221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
+vm_state.vm_map: 13589.828358309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.828360685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.828362828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.828378803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.828385101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
+vm_state.vm_map: 13589.828387108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
+vm_state.vm_map: 13589.828389275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 160477184, end = 162349056, flags = 1048691, pgoff = 160477184, inode = 0 }
+vm_state.vm_map: 13589.828391332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3033907200, end = 3034677248, flags = 1048691, pgoff = 3033907200, inode = 0 }
+vm_state.vm_map: 13589.828393677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034677248, end = 3034689536, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 13589.828395654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034689536, end = 3034693632, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 13589.828398092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034693632, end = 3034755072, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 13589.828400087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034755072, end = 3034759168, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 13589.828402518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034759168, end = 3034767360, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 13589.828404513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034767360, end = 3034771456, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 13589.828406907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034771456, end = 3034796032, flags = 134217845, pgoff = 0, inode = 18679 }
+vm_state.vm_map: 13589.828408877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034796032, end = 3034800128, flags = 135266419, pgoff = 20480, inode = 18679 }
+vm_state.vm_map: 13589.828411770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034800128, end = 3034963968, flags = 134217845, pgoff = 0, inode = 18646 }
+vm_state.vm_map: 13589.828413791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034963968, end = 3034968064, flags = 135266419, pgoff = 163840, inode = 18646 }
+vm_state.vm_map: 13589.828415957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034968064, end = 3035631616, flags = 134217845, pgoff = 0, inode = 18913 }
+vm_state.vm_map: 13589.828417952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035631616, end = 3035656192, flags = 135266419, pgoff = 659456, inode = 18913 }
+vm_state.vm_map: 13589.828420371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035656192, end = 3035746304, flags = 134217845, pgoff = 0, inode = 19203 }
+vm_state.vm_map: 13589.828422397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035746304, end = 3035750400, flags = 135266419, pgoff = 86016, inode = 19203 }
+vm_state.vm_map: 13589.828424737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035750400, end = 3035820032, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.828426719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035820032, end = 3035824128, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.828428960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035824128, end = 3035828224, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.828430912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035828224, end = 3035836416, flags = 1048691, pgoff = 3035828224, inode = 0 }
+vm_state.vm_map: 13589.828433313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035836416, end = 3036299264, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 13589.828435283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3036299264, end = 3036311552, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 13589.828437579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3036311552, end = 3036917760, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 13589.828439536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3036917760, end = 3036934144, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 13589.828441827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3036934144, end = 3037097984, flags = 134217845, pgoff = 0, inode = 18977 }
+vm_state.vm_map: 13589.828443797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037097984, end = 3037102080, flags = 135266419, pgoff = 163840, inode = 18977 }
+vm_state.vm_map: 13589.828446617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037102080, end = 3037368320, flags = 134217845, pgoff = 0, inode = 19433 }
+vm_state.vm_map: 13589.828448654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037368320, end = 3037376512, flags = 135266419, pgoff = 262144, inode = 19433 }
+vm_state.vm_map: 13589.828450828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037376512, end = 3037380608, flags = 1048691, pgoff = 3037376512, inode = 0 }
+vm_state.vm_map: 13589.828452958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037380608, end = 3037429760, flags = 134217845, pgoff = 0, inode = 19447 }
+vm_state.vm_map: 13589.828455119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037429760, end = 3037433856, flags = 135266419, pgoff = 49152, inode = 19447 }
+vm_state.vm_map: 13589.828457353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037433856, end = 3037630464, flags = 134217845, pgoff = 0, inode = 19429 }
+vm_state.vm_map: 13589.828459514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037630464, end = 3037634560, flags = 135266419, pgoff = 192512, inode = 19429 }
+vm_state.vm_map: 13589.828461724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037634560, end = 3038892032, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.828463886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3038892032, end = 3038912512, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.828465856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3038912512, end = 3038916608, flags = 1048691, pgoff = 3038912512, inode = 0 }
+vm_state.vm_map: 13589.828468195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3038916608, end = 3039141888, flags = 134217845, pgoff = 0, inode = 20835 }
+vm_state.vm_map: 13589.828470171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039141888, end = 3039145984, flags = 135266419, pgoff = 221184, inode = 20835 }
+vm_state.vm_map: 13589.828472473 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039145984, end = 3039399936, flags = 134217845, pgoff = 0, inode = 18395 }
+vm_state.vm_map: 13589.828474419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039399936, end = 3039404032, flags = 135266419, pgoff = 249856, inode = 18395 }
+vm_state.vm_map: 13589.828476783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039404032, end = 3039789056, flags = 134217845, pgoff = 0, inode = 20862 }
+vm_state.vm_map: 13589.828478803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039789056, end = 3039793152, flags = 135266419, pgoff = 380928, inode = 20862 }
+vm_state.vm_map: 13589.828481426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039793152, end = 3039821824, flags = 134217845, pgoff = 0, inode = 1065218 }
+vm_state.vm_map: 13589.828483451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039821824, end = 3039825920, flags = 135266419, pgoff = 28672, inode = 1065218 }
+vm_state.vm_map: 13589.828485630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039825920, end = 3041271808, flags = 134217845, pgoff = 0, inode = 22753 }
+vm_state.vm_map: 13589.828487606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3041271808, end = 3041284096, flags = 135266419, pgoff = 1441792, inode = 22753 }
+vm_state.vm_map: 13589.828489902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3041284096, end = 3041677312, flags = 134217845, pgoff = 0, inode = 23655 }
+vm_state.vm_map: 13589.828491848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3041677312, end = 3041685504, flags = 135266419, pgoff = 393216, inode = 23655 }
+vm_state.vm_map: 13589.828494194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3041685504, end = 3041906688, flags = 134217845, pgoff = 0, inode = 20840 }
+vm_state.vm_map: 13589.828496158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3041906688, end = 3041910784, flags = 135266419, pgoff = 221184, inode = 20840 }
+vm_state.vm_map: 13589.828498472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3041910784, end = 3042115584, flags = 134217845, pgoff = 0, inode = 20867 }
+vm_state.vm_map: 13589.828500436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3042115584, end = 3042119680, flags = 135266419, pgoff = 204800, inode = 20867 }
+vm_state.vm_map: 13589.828503151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3042213888, end = 3043295232, flags = 134217845, pgoff = 0, inode = 20763 }
+vm_state.vm_map: 13589.828505257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043295232, end = 3043319808, flags = 135266419, pgoff = 1081344, inode = 20763 }
+vm_state.vm_map: 13589.828507424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043319808, end = 3043323904, flags = 1048691, pgoff = 3043319808, inode = 0 }
+vm_state.vm_map: 13589.828509751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043323904, end = 3043426304, flags = 134217845, pgoff = 0, inode = 20879 }
+vm_state.vm_map: 13589.828511918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043426304, end = 3043430400, flags = 135266419, pgoff = 98304, inode = 20879 }
+vm_state.vm_map: 13589.828514036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043430400, end = 3043614720, flags = 134217845, pgoff = 0, inode = 20878 }
+vm_state.vm_map: 13589.828516542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043614720, end = 3043618816, flags = 135266419, pgoff = 184320, inode = 20878 }
+vm_state.vm_map: 13589.828518881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043618816, end = 3043725312, flags = 134217845, pgoff = 0, inode = 1114215 }
+vm_state.vm_map: 13589.828521049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043725312, end = 3043729408, flags = 135266419, pgoff = 102400, inode = 1114215 }
+vm_state.vm_map: 13589.828523363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043729408, end = 3043770368, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.828525388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043770368, end = 3043774464, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.828527432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043774464, end = 3043778560, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.828529698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043778560, end = 3043815424, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.828531742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043815424, end = 3043819520, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.828533681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043819520, end = 3043823616, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.828536008 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043823616, end = 3043901440, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.828538058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043901440, end = 3043905536, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.828540096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043905536, end = 3043909632, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.828542134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043909632, end = 3043917824, flags = 1048691, pgoff = 3043909632, inode = 0 }
+vm_state.vm_map: 13589.828544301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043917824, end = 3043942400, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.828546326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043942400, end = 3043946496, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.828548352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043946496, end = 3043950592, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.828551048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3045994496, end = 3046219776, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.828553000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046219776, end = 3046223872, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.828554940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046223872, end = 3046227968, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.828557396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046227968, end = 3046428672, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 13589.828559366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046428672, end = 3046432768, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 13589.828561663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046432768, end = 3046457344, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.828563657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046457344, end = 3046461440, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.828565898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046461440, end = 3046469632, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 13589.828567868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046469632, end = 3046473728, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 13589.828570207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046473728, end = 3046551552, flags = 134217845, pgoff = 0, inode = 50114 }
+vm_state.vm_map: 13589.828572159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046551552, end = 3046555648, flags = 135266419, pgoff = 77824, inode = 50114 }
+vm_state.vm_map: 13589.828574462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046555648, end = 3046559744, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.828576696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046559744, end = 3046584320, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.828579011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046584320, end = 3046588416, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.828581141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046588416, end = 3046592512, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.828583535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046592512, end = 3046596608, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.828586319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046596608, end = 3046600704, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.828588510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046600704, end = 3046608896, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.828590911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046608896, end = 3046641664, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.828593104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046641664, end = 3046653952, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.828595375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046653952, end = 3046662144, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.828597591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046662144, end = 3046666240, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.828600078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046666240, end = 3046670336, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.828602338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046670336, end = 3046674432, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.828604585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046674432, end = 3046703104, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.828606771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046703104, end = 3046715392, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.828609048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046715392, end = 3046719488, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.828611350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046719488, end = 3046727680, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.828613560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046727680, end = 3046731776, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.828615759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046731776, end = 3046735872, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.828617914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046735872, end = 3046748160, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.828620124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046748160, end = 3046756352, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.828622746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046756352, end = 3046789120, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.828625012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046789120, end = 3046809600, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.828627432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046809600, end = 3046817792, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.828629832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046817792, end = 3046846464, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.828632123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046846464, end = 3046891520, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.828634314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046891520, end = 3046948864, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.828636740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046948864, end = 3046961152, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.828638919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046961152, end = 3047018496, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.828641172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3047018496, end = 3048349696, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.828643222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048349696, end = 3048361984, flags = 1048691, pgoff = 3048349696, inode = 0 }
+vm_state.vm_map: 13589.828645427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048361984, end = 3048378368, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.828647471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048378368, end = 3048382464, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.828649693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048382464, end = 3048398848, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.828651731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048398848, end = 3048402944, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.828653916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048402944, end = 3048435712, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.828655948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048435712, end = 3048439808, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.828658337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048439808, end = 3048443904, flags = 1048691, pgoff = 3048439808, inode = 0 }
+vm_state.vm_map: 13589.828660424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048443904, end = 3048460288, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.828662369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048460288, end = 3048464384, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.828664672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048464384, end = 3048796160, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.828666790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048796160, end = 3048804352, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.828671634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048804352, end = 3048902656, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.828673672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048902656, end = 3048906752, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.828676037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048906752, end = 3049054208, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.828678068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049054208, end = 3049062400, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.828680321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049062400, end = 3049074688, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.828682297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049074688, end = 3049078784, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.828684441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049078784, end = 3049082880, flags = 1048691, pgoff = 3049078784, inode = 0 }
+vm_state.vm_map: 13589.828686601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049082880, end = 3049091072, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.828688633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049091072, end = 3049095168, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.828690787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049095168, end = 3049414656, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.828693300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049414656, end = 3049431040, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.828695516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049431040, end = 3049623552, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.828697547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049623552, end = 3049627648, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.828699770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049627648, end = 3053223936, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.828701955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3053223936, end = 3053322240, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.828703994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3053322240, end = 3053326336, flags = 1048691, pgoff = 3053322240, inode = 0 }
+vm_state.vm_map: 13589.828706191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3053326336, end = 3053613056, flags = 134217845, pgoff = 0, inode = 20877 }
+vm_state.vm_map: 13589.828708235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3053613056, end = 3053621248, flags = 135266419, pgoff = 282624, inode = 20877 }
+vm_state.vm_map: 13589.828710272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3053621248, end = 3053625344, flags = 1048691, pgoff = 3053621248, inode = 0 }
+vm_state.vm_map: 13589.828712476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3053625344, end = 3054559232, flags = 134217845, pgoff = 0, inode = 20876 }
+vm_state.vm_map: 13589.828714520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3054559232, end = 3054571520, flags = 135266419, pgoff = 933888, inode = 20876 }
+vm_state.vm_map: 13589.828716651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3054571520, end = 3054632960, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.828718818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3054632960, end = 3054637056, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.828721028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3054637056, end = 3055767552, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.828723059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3055767552, end = 3055783936, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.828725263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3055783936, end = 3056054272, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.828727634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3056054272, end = 3056062464, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.828729819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3056062464, end = 3057213440, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.828731845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057213440, end = 3057229824, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.828733882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057229824, end = 3057233920, flags = 1048691, pgoff = 3057229824, inode = 0 }
+vm_state.vm_map: 13589.828736136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057233920, end = 3057287168, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.828738174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057287168, end = 3057291264, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.828740359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057291264, end = 3057463296, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.828742397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057463296, end = 3057467392, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.828744619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057467392, end = 3057500160, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.828746651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057500160, end = 3057504256, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.828748874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057504256, end = 3057590272, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.828750880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057590272, end = 3057594368, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.828752980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057594368, end = 3057602560, flags = 1048691, pgoff = 3057594368, inode = 0 }
+vm_state.vm_map: 13589.828755160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057602560, end = 3057631232, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.828757185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057631232, end = 3057635328, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.828759487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057635328, end = 3057881088, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.828761857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057881088, end = 3057885184, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.828764031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057885184, end = 3057889280, flags = 1048691, pgoff = 3057885184, inode = 0 }
+vm_state.vm_map: 13589.828766309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057889280, end = 3058360320, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.828768260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058360320, end = 3058376704, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.828770649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058376704, end = 3058520064, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.828772619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058520064, end = 3058524160, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.828774916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058524160, end = 3058610176, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.828776872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058610176, end = 3058614272, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.828779206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058614272, end = 3058728960, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.828781182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058728960, end = 3058733056, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.828783657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058733056, end = 3058880512, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.828785603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058880512, end = 3058884608, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.828787770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058884608, end = 3058888704, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.828789943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058888704, end = 3058892800, flags = 1048691, pgoff = 3058888704, inode = 0 }
+vm_state.vm_map: 13589.828792325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058892800, end = 3058900992, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.828794265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058900992, end = 3058905088, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.828796893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058905088, end = 3058909184, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.828799079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058909184, end = 3058995200, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.828801246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058995200, end = 3058999296, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.828803185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058999296, end = 3059003392, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.828805372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059003392, end = 3059011584, flags = 1048691, pgoff = 3059003392, inode = 0 }
+vm_state.vm_map: 13589.828807569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059011584, end = 3059757056, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.828809730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059757056, end = 3059761152, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.828812014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059761152, end = 3059789824, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.828814168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059789824, end = 3059793920, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.828816121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059793920, end = 3059798016, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.828818429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059798016, end = 3059814400, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.828820430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059814400, end = 3059818496, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.828822646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059818496, end = 3059822592, flags = 1048691, pgoff = 3059818496, inode = 0 }
+vm_state.vm_map: 13589.828824862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059822592, end = 3059904512, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.828826992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059904512, end = 3059908608, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.828829197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059908608, end = 3061223424, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.828831702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3061223424, end = 3061231616, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.828833641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3061231616, end = 3061235712, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.828835809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3061235712, end = 3061248000, flags = 1048691, pgoff = 3061235712, inode = 0 }
+vm_state.vm_map: 13589.828837914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3061248000, end = 3062185984, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.828840100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3062185984, end = 3062202368, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.828842033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3062202368, end = 3062206464, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.828844206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3062206464, end = 3062235136, flags = 1048691, pgoff = 3062206464, inode = 0 }
+vm_state.vm_map: 13589.828846404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3062235136, end = 3062648832, flags = 134217845, pgoff = 0, inode = 1065120 }
+vm_state.vm_map: 13589.828848565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3062648832, end = 3062657024, flags = 135266419, pgoff = 409600, inode = 1065120 }
+vm_state.vm_map: 13589.828850670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3062657024, end = 3064958976, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.828852831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3064958976, end = 3065004032, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.828854949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3065004032, end = 3065470976, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.828857117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3065470976, end = 3065479168, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.828859173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3065479168, end = 3065483264, flags = 1048691, pgoff = 3065479168, inode = 0 }
+vm_state.vm_map: 13589.828861444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3065483264, end = 3075522560, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.828863463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3075522560, end = 3075682304, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.828865846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3075682304, end = 3075690496, flags = 1048691, pgoff = 3075682304, inode = 0 }
+vm_state.vm_map: 13589.828868124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3075690496, end = 3078000640, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.828870156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078000640, end = 3078029312, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.828872181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078029312, end = 3078033408, flags = 1048691, pgoff = 3078029312, inode = 0 }
+vm_state.vm_map: 13589.828874489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078033408, end = 3078066176, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.828876503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078066176, end = 3078070272, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.828878738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078070272, end = 3078078464, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.828880689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078078464, end = 3078082560, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.828883078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078082560, end = 3078090752, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.828885029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078090752, end = 3078094848, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.828887190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078094848, end = 3078098944, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.828889284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078098944, end = 3078127616, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.828891457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078127616, end = 3078135808, flags = 1048691, pgoff = 3078127616, inode = 0 }
+vm_state.vm_map: 13589.828893408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078135808, end = 3078139904, flags = 67371125, pgoff = 3078135808, inode = 0 }
+vm_state.vm_map: 13589.828895723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078139904, end = 3078254592, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.828897693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078254592, end = 3078258688, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.828900205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078258688, end = 3078262784, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.828902169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3219918848, end = 3220004864, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.828904791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 13589.828906750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 13589.828908978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 13589.828910985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 145301504, end = 164659200, flags = 1048691, pgoff = 145301504, inode = 0 }
+vm_state.vm_map: 13589.828913214 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2980995072, end = 2981068800, flags = 134217841, pgoff = 0, inode = 98526 }
+vm_state.vm_map: 13589.828915763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981068800, end = 2981134336, flags = 134217845, pgoff = 0, inode = 57391 }
+vm_state.vm_map: 13589.828917936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981134336, end = 2981138432, flags = 135266419, pgoff = 61440, inode = 57391 }
+vm_state.vm_map: 13589.828920041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981138432, end = 2981154816, flags = 1048691, pgoff = 2981138432, inode = 0 }
+vm_state.vm_map: 13589.828925003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981154816, end = 2981437440, flags = 134217845, pgoff = 0, inode = 22693 }
+vm_state.vm_map: 13589.828927183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981437440, end = 2981449728, flags = 135266419, pgoff = 282624, inode = 22693 }
+vm_state.vm_map: 13589.828929301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981449728, end = 2981474304, flags = 1048691, pgoff = 2981449728, inode = 0 }
+vm_state.vm_map: 13589.828931738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981502976, end = 2981519360, flags = 134217845, pgoff = 0, inode = 57390 }
+vm_state.vm_map: 13589.828933850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981519360, end = 2981523456, flags = 135266419, pgoff = 12288, inode = 57390 }
+vm_state.vm_map: 13589.828936657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981523456, end = 2981564416, flags = 134217845, pgoff = 0, inode = 57395 }
+vm_state.vm_map: 13589.828938739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981564416, end = 2981568512, flags = 135266419, pgoff = 36864, inode = 57395 }
+vm_state.vm_map: 13589.828941146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981568512, end = 2981593088, flags = 134217845, pgoff = 0, inode = 18917 }
+vm_state.vm_map: 13589.828943294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981593088, end = 2981597184, flags = 135266419, pgoff = 20480, inode = 18917 }
+vm_state.vm_map: 13589.828945702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981597184, end = 2981867520, flags = 134217845, pgoff = 0, inode = 18916 }
+vm_state.vm_map: 13589.828947672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981867520, end = 2981871616, flags = 135266419, pgoff = 266240, inode = 18916 }
+vm_state.vm_map: 13589.828950073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981871616, end = 2981953536, flags = 134217845, pgoff = 0, inode = 18915 }
+vm_state.vm_map: 13589.828952135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981953536, end = 2981961728, flags = 135266419, pgoff = 77824, inode = 18915 }
+vm_state.vm_map: 13589.828954579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981961728, end = 2982744064, flags = 134217845, pgoff = 0, inode = 18927 }
+vm_state.vm_map: 13589.828956531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982744064, end = 2982752256, flags = 135266419, pgoff = 778240, inode = 18927 }
+vm_state.vm_map: 13589.828958938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982764544, end = 2982785024, flags = 134217845, pgoff = 0, inode = 57392 }
+vm_state.vm_map: 13589.828961019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982785024, end = 2982789120, flags = 135266419, pgoff = 16384, inode = 57392 }
+vm_state.vm_map: 13589.828963444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982789120, end = 2982821888, flags = 134217845, pgoff = 0, inode = 57396 }
+vm_state.vm_map: 13589.828965555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982821888, end = 2982825984, flags = 135266419, pgoff = 28672, inode = 57396 }
+vm_state.vm_map: 13589.828967951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982825984, end = 2982842368, flags = 134217845, pgoff = 0, inode = 57393 }
+vm_state.vm_map: 13589.828969909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982842368, end = 2982846464, flags = 135266419, pgoff = 12288, inode = 57393 }
+vm_state.vm_map: 13589.828972654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982846464, end = 2983211008, flags = 134217845, pgoff = 0, inode = 22572 }
+vm_state.vm_map: 13589.828974636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983211008, end = 2983219200, flags = 135266419, pgoff = 364544, inode = 22572 }
+vm_state.vm_map: 13589.828976865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983219200, end = 2983419904, flags = 134217845, pgoff = 0, inode = 20709 }
+vm_state.vm_map: 13589.828979026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983419904, end = 2983428096, flags = 135266419, pgoff = 196608, inode = 20709 }
+vm_state.vm_map: 13589.828980978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983428096, end = 2983436288, flags = 1048691, pgoff = 2983428096, inode = 0 }
+vm_state.vm_map: 13589.828983182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983436288, end = 2983886848, flags = 134217845, pgoff = 0, inode = 20711 }
+vm_state.vm_map: 13589.828985256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983886848, end = 2983899136, flags = 135266419, pgoff = 450560, inode = 20711 }
+vm_state.vm_map: 13589.828987331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983899136, end = 2983915520, flags = 134217845, pgoff = 0, inode = 57389 }
+vm_state.vm_map: 13589.828989277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983915520, end = 2983919616, flags = 135266419, pgoff = 12288, inode = 57389 }
+vm_state.vm_map: 13589.828991345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983919616, end = 2983936000, flags = 134217845, pgoff = 0, inode = 18914 }
+vm_state.vm_map: 13589.828993291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983936000, end = 2983940096, flags = 135266419, pgoff = 16384, inode = 18914 }
+vm_state.vm_map: 13589.828995347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983940096, end = 2983956480, flags = 134217845, pgoff = 0, inode = 57394 }
+vm_state.vm_map: 13589.828997286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983956480, end = 2983960576, flags = 135266419, pgoff = 16384, inode = 57394 }
+vm_state.vm_map: 13589.828999355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983960576, end = 2983989248, flags = 134217845, pgoff = 0, inode = 57397 }
+vm_state.vm_map: 13589.829001294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983989248, end = 2983993344, flags = 135266419, pgoff = 24576, inode = 57397 }
+vm_state.vm_map: 13589.829003356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983993344, end = 2984120320, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 13589.829005757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984120320, end = 2984124416, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 13589.829007825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984128512, end = 2984153088, flags = 134217845, pgoff = 0, inode = 57398 }
+vm_state.vm_map: 13589.829009772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984153088, end = 2984157184, flags = 135266419, pgoff = 24576, inode = 57398 }
+vm_state.vm_map: 13589.829011846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984157184, end = 2984173568, flags = 134217845, pgoff = 0, inode = 52571 }
+vm_state.vm_map: 13589.829013884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984173568, end = 2984177664, flags = 135266419, pgoff = 12288, inode = 52571 }
+vm_state.vm_map: 13589.829015977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984177664, end = 2984189952, flags = 134217845, pgoff = 0, inode = 49489 }
+vm_state.vm_map: 13589.829017916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984189952, end = 2984194048, flags = 135266419, pgoff = 8192, inode = 49489 }
+vm_state.vm_map: 13589.829019985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984194048, end = 2984214528, flags = 134217845, pgoff = 0, inode = 52570 }
+vm_state.vm_map: 13589.829021924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984214528, end = 2984218624, flags = 135266419, pgoff = 16384, inode = 52570 }
+vm_state.vm_map: 13589.829023993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984218624, end = 2984255488, flags = 134217845, pgoff = 0, inode = 52569 }
+vm_state.vm_map: 13589.829026055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984255488, end = 2984259584, flags = 135266419, pgoff = 32768, inode = 52569 }
+vm_state.vm_map: 13589.829028137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984259584, end = 2984284160, flags = 134217845, pgoff = 0, inode = 52572 }
+vm_state.vm_map: 13589.829030081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984284160, end = 2984288256, flags = 135266419, pgoff = 20480, inode = 52572 }
+vm_state.vm_map: 13589.829032150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984288256, end = 2984308736, flags = 134217845, pgoff = 0, inode = 52568 }
+vm_state.vm_map: 13589.829036718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984308736, end = 2984312832, flags = 135266419, pgoff = 16384, inode = 52568 }
+vm_state.vm_map: 13589.829044838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984312832, end = 2984415232, flags = 134217841, pgoff = 0, inode = 98439 }
+vm_state.vm_map: 13589.829047368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984415232, end = 2984521728, flags = 134217841, pgoff = 0, inode = 254143 }
+vm_state.vm_map: 13589.829049763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984521728, end = 2992295936, flags = 134217841, pgoff = 0, inode = 246513 }
+vm_state.vm_map: 13589.829052313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2992295936, end = 2992599040, flags = 134217841, pgoff = 0, inode = 49556 }
+vm_state.vm_map: 13589.829054621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2992599040, end = 2992922624, flags = 134217841, pgoff = 0, inode = 49558 }
+vm_state.vm_map: 13589.829060038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2992922624, end = 2993020928, flags = 134217841, pgoff = 0, inode = 98501 }
+vm_state.vm_map: 13589.829062175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2993020928, end = 2993025024, flags = 1048688, pgoff = 2993020928, inode = 0 }
+vm_state.vm_map: 13589.829064213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2993025024, end = 3001413632, flags = 1048691, pgoff = 2993025024, inode = 0 }
+vm_state.vm_map: 13589.829066743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001413632, end = 3001524224, flags = 134217841, pgoff = 0, inode = 254198 }
+vm_state.vm_map: 13589.829069039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001524224, end = 3001565184, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.829071084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001565184, end = 3001569280, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.829073041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001569280, end = 3001573376, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.829075245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001573376, end = 3001610240, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.829077535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001610240, end = 3001614336, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.829079468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001614336, end = 3001618432, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.829081776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001618432, end = 3001696256, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.829083729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001696256, end = 3001700352, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.829085668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001700352, end = 3001704448, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.829087619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001704448, end = 3001712640, flags = 1048691, pgoff = 3001704448, inode = 0 }
+vm_state.vm_map: 13589.829089805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001712640, end = 3001737216, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.829091745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001737216, end = 3001741312, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.829093690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001741312, end = 3001745408, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.829098633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001745408, end = 3017986048, flags = 134217979, pgoff = 0, inode = 1204624 }
+vm_state.vm_map: 13589.829100826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3017986048, end = 3022282752, flags = 134217979, pgoff = 0, inode = 1204558 }
+vm_state.vm_map: 13589.829103060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022282752, end = 3022483456, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 13589.829105122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022483456, end = 3022487552, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 13589.829107209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022487552, end = 3022520320, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.829109148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022520320, end = 3022524416, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.829111575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022524416, end = 3022532608, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.829113526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022532608, end = 3022536704, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.829115601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022536704, end = 3022561280, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.829117540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022561280, end = 3022565376, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.829119626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022573568, end = 3022577664, flags = 1048691, pgoff = 3022573568, inode = 0 }
+vm_state.vm_map: 13589.829121991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022577664, end = 3022659584, flags = 134217841, pgoff = 0, inode = 98443 }
+vm_state.vm_map: 13589.829124072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022659584, end = 3022663680, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.829126257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022663680, end = 3022688256, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.829128566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022688256, end = 3022692352, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.829130623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022692352, end = 3022696448, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.829132814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022696448, end = 3022700544, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.829134913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022700544, end = 3022704640, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.829136976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022704640, end = 3022712832, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.829139026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022712832, end = 3022745600, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.829141113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022745600, end = 3022757888, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.829143188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022757888, end = 3022766080, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.829145601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022766080, end = 3022770176, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.829147959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022770176, end = 3023634432, flags = 134217845, pgoff = 0, inode = 23975 }
+vm_state.vm_map: 13589.829150015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023634432, end = 3023654912, flags = 135266419, pgoff = 864256, inode = 23975 }
+vm_state.vm_map: 13589.829168164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023654912, end = 3023667200, flags = 1048691, pgoff = 3023654912, inode = 0 }
+vm_state.vm_map: 13589.829170325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
+vm_state.vm_map: 13589.829172733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023904768, end = 3023933440, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.829175017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023933440, end = 3023945728, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.829177153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023945728, end = 3023953920, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.829179535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023953920, end = 3023986688, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.829181641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023986688, end = 3024007168, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.829183919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024007168, end = 3024015360, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.829186036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024015360, end = 3024044032, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.829188320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024044032, end = 3024089088, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.829190463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024089088, end = 3024146432, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.829192772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024146432, end = 3024371712, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.829194766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024371712, end = 3024375808, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.829197297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024375808, end = 3024379904, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.829199710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024379904, end = 3024412672, flags = 134217845, pgoff = 0, inode = 1065073 }
+vm_state.vm_map: 13589.829201871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024412672, end = 3024416768, flags = 135266419, pgoff = 28672, inode = 1065073 }
+vm_state.vm_map: 13589.829207449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024416768, end = 3024478208, flags = 134217845, pgoff = 0, inode = 20901 }
+vm_state.vm_map: 13589.829209597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024478208, end = 3024482304, flags = 135266419, pgoff = 61440, inode = 20901 }
+vm_state.vm_map: 13589.829211782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024482304, end = 3024486400, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.829213932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024486400, end = 3024490496, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.829216092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024490496, end = 3024502784, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.829218388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024502784, end = 3024506880, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.829220598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024506880, end = 3024515072, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.829222778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024515072, end = 3024519168, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.829224952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024519168, end = 3024576512, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.829226995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 13589.829229131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 13589.829231200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 13589.829233571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 13589.829235639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
+vm_state.vm_map: 13589.829237800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
+vm_state.vm_map: 13589.829239837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
+vm_state.vm_map: 13589.829241973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 13589.829244006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 13589.829246050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 13589.829248087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 13589.829250242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 13589.829252268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 13589.829254324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 13589.829256368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 13589.829258535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
+vm_state.vm_map: 13589.829260640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 13589.829262868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 13589.829265024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042021376, end = 3042025472, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.829267548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042025472, end = 3042037760, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.829269998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042037760, end = 3042041856, flags = 134217845, pgoff = 0, inode = 20890 }
+vm_state.vm_map: 13589.829272012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042041856, end = 3042045952, flags = 135266419, pgoff = 0, inode = 20890 }
+vm_state.vm_map: 13589.829276776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042045952, end = 3042111488, flags = 134217845, pgoff = 0, inode = 23976 }
+vm_state.vm_map: 13589.829278820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042111488, end = 3042115584, flags = 135266419, pgoff = 65536, inode = 23976 }
+vm_state.vm_map: 13589.829280871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 13589.829282908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 13589.829285100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.829287138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
+vm_state.vm_map: 13589.829289274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.829291311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.829293404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.829295572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.829297641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.829299666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.829302171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.829304204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.829306241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
+vm_state.vm_map: 13589.829308217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 13589.829310495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 13589.829312483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.829314644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.829316806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.829318831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.829320905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.829323061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.829325136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.829327185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.829329346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
+vm_state.vm_map: 13589.829331402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.829333434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.829335928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.829337953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.829340015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.829342053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.829346548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.829348579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.829350715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.829352741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.829354773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
+vm_state.vm_map: 13589.829356860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.829359014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.829361070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.829363232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.829365226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.829367387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.829369794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.829371948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.829373907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
+vm_state.vm_map: 13589.829376080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.829378167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.829380328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
+vm_state.vm_map: 13589.829382310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.829384582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.829386564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.829416583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.829419538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.829421576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.829423743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.829426015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.829428071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
+vm_state.vm_map: 13589.829430244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
+vm_state.vm_map: 13589.829432781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
+vm_state.vm_map: 13589.829435070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 13589.829437078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 13589.829439251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
+vm_state.vm_map: 13589.829441406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 13589.829443566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 13589.829445667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.829447889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.829449933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.829452112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.829454476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.829456508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.829458546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
+vm_state.vm_map: 13589.829460768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.829462812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.829464881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.829467183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.829469510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.829471461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.829477366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.829479428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.829481583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.829483645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.829485818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.829487967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.829489949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
+vm_state.vm_map: 13589.829491950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.829494215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.829496241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.829498285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
+vm_state.vm_map: 13589.829500360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.829502822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.829504829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.829506985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.829509071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.829511066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.829513221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.829515350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.829517511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.829519568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.829521717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.829523711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.829525878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
+vm_state.vm_map: 13589.829528021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.829530053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.829532084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.829534159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
+vm_state.vm_map: 13589.829536554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.829538733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.829540789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
+vm_state.vm_map: 13589.829542932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.829544883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.829546842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
+vm_state.vm_map: 13589.829549113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 13589.829551083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 13589.829553034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
+vm_state.vm_map: 13589.829555306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.829557282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.829559493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 13589.829561641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 13589.829563679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
+vm_state.vm_map: 13589.829565729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.829567890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.829570427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.829572427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.829574520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
+vm_state.vm_map: 13589.829577032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078873088, end = 3078881280, flags = 134217845, pgoff = 0, inode = 508751 }
+vm_state.vm_map: 13589.829579181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078881280, end = 3078885376, flags = 135266417, pgoff = 4096, inode = 508751 }
+vm_state.vm_map: 13589.829581237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078885376, end = 3078889472, flags = 135266419, pgoff = 8192, inode = 508751 }
+vm_state.vm_map: 13589.829583312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.829585454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.829587511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 13589.829589542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 13589.829591672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.829593710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.829595735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.829597797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.829599978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
+vm_state.vm_map: 13589.829602015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
+vm_state.vm_map: 13589.829604447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.829606386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.829608671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.829610708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.829613497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
+vm_state.vm_map: 13589.829615676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
+vm_state.vm_map: 13589.829617744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 150814720, end = 151908352, flags = 1048691, pgoff = 150814720, inode = 0 }
+vm_state.vm_map: 13589.829620165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3039252480, end = 3040509952, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.829622214 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040509952, end = 3040530432, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.829624369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040530432, end = 3040534528, flags = 1048691, pgoff = 3040530432, inode = 0 }
+vm_state.vm_map: 13589.829626499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040534528, end = 3040772096, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 13589.829628667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040772096, end = 3040776192, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 13589.829630883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040776192, end = 3040792576, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.829633037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040792576, end = 3040796672, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.829635235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040796672, end = 3040821248, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.829637328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040821248, end = 3040825344, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.829639809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040825344, end = 3040858112, flags = 134217845, pgoff = 0, inode = 18621 }
+vm_state.vm_map: 13589.829641927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040858112, end = 3040862208, flags = 135266419, pgoff = 28672, inode = 18621 }
+vm_state.vm_map: 13589.829644064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040862208, end = 3041292288, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 13589.829646230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3041292288, end = 3041320960, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 13589.829648201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3041320960, end = 3041325056, flags = 1048691, pgoff = 3041320960, inode = 0 }
+vm_state.vm_map: 13589.829650621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3041325056, end = 3041767424, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 13589.829652578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3041767424, end = 3041775616, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 13589.829654985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3041775616, end = 3044331520, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 13589.829656955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044331520, end = 3044380672, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 13589.829659117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044380672, end = 3044384768, flags = 1048691, pgoff = 3044380672, inode = 0 }
+vm_state.vm_map: 13589.829661357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044478976, end = 3044519936, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.829663524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044519936, end = 3044524032, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.829665543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044524032, end = 3044528128, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.829667717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044528128, end = 3044564992, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.829669693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044564992, end = 3044569088, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.829671983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044569088, end = 3044573184, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.829674519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044573184, end = 3044651008, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.829676828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044651008, end = 3044655104, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.829678773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044655104, end = 3044659200, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.829680941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044659200, end = 3044667392, flags = 1048691, pgoff = 3044659200, inode = 0 }
+vm_state.vm_map: 13589.829683231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044667392, end = 3044691968, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.829685324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044691968, end = 3044696064, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.829687275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044696064, end = 3044700160, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.829689560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3046744064, end = 3046969344, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.829691505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3046969344, end = 3046973440, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.829693808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3046973440, end = 3046977536, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.829696110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3046977536, end = 3047178240, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 13589.829698395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047178240, end = 3047182336, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 13589.829700636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047182336, end = 3047206912, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.829702587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047206912, end = 3047211008, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.829705166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047227392, end = 3047301120, flags = 134217845, pgoff = 0, inode = 1114266 }
+vm_state.vm_map: 13589.829707136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047301120, end = 3047305216, flags = 135266419, pgoff = 69632, inode = 1114266 }
+vm_state.vm_map: 13589.829709697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047305216, end = 3047309312, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.829711926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047309312, end = 3047333888, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.829714019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047333888, end = 3047337984, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.829716100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047337984, end = 3047342080, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.829718317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047342080, end = 3047346176, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.829720392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047346176, end = 3047350272, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.829722466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047350272, end = 3047358464, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.829724695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047358464, end = 3047391232, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.829726788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047391232, end = 3047403520, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.829728862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047403520, end = 3047411712, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.829731103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047411712, end = 3047415808, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.829733184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047415808, end = 3047419904, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.829735222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047419904, end = 3047424000, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.829737469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047424000, end = 3047452672, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.829739543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047452672, end = 3047464960, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.829741576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047464960, end = 3047469056, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.829743970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047469056, end = 3047477248, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.829746039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047477248, end = 3047481344, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.829748089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047481344, end = 3047485440, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.829750250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047485440, end = 3047497728, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.829752417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047497728, end = 3047505920, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.829754486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047505920, end = 3047538688, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.829756554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047538688, end = 3047559168, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.829758605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047559168, end = 3047567360, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.829760846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047567360, end = 3047596032, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.829763006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047596032, end = 3047641088, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.829765136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047641088, end = 3047698432, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.829767217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047698432, end = 3047710720, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.829769495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047710720, end = 3047768064, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.829771613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047768064, end = 3049099264, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.829776464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049099264, end = 3049111552, flags = 1048691, pgoff = 3049099264, inode = 0 }
+vm_state.vm_map: 13589.829778932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049111552, end = 3049127936, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.829780866 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049127936, end = 3049132032, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.829783021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049132032, end = 3049148416, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.829784966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049148416, end = 3049152512, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.829789663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049152512, end = 3049185280, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.829791645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049185280, end = 3049189376, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.829793616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049189376, end = 3049193472, flags = 1048691, pgoff = 3049189376, inode = 0 }
+vm_state.vm_map: 13589.829795709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049193472, end = 3049209856, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.829797654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049209856, end = 3049213952, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.829799760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049213952, end = 3049545728, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.829801718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049545728, end = 3049553920, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.829803848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049553920, end = 3049652224, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.829805800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049652224, end = 3049656320, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.829807911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049656320, end = 3049803776, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.829809856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049803776, end = 3049811968, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.829812326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049811968, end = 3049824256, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.829814277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049824256, end = 3049828352, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.829816229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049828352, end = 3049832448, flags = 1048691, pgoff = 3049828352, inode = 0 }
+vm_state.vm_map: 13589.829818426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049832448, end = 3049840640, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.829820427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049840640, end = 3049844736, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.829822601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049844736, end = 3050164224, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.829824552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3050164224, end = 3050180608, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.829826682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3050180608, end = 3050373120, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.829828634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3050373120, end = 3050377216, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.829830808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3050377216, end = 3053973504, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.829832753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3053973504, end = 3054071808, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.829834704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3054071808, end = 3054075904, flags = 1048691, pgoff = 3054071808, inode = 0 }
+vm_state.vm_map: 13589.829837068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3054075904, end = 3054362624, flags = 134217845, pgoff = 0, inode = 20877 }
+vm_state.vm_map: 13589.829839026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3054362624, end = 3054370816, flags = 135266419, pgoff = 282624, inode = 20877 }
+vm_state.vm_map: 13589.829840984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3054370816, end = 3054374912, flags = 1048691, pgoff = 3054370816, inode = 0 }
+vm_state.vm_map: 13589.829843176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3054374912, end = 3055308800, flags = 134217845, pgoff = 0, inode = 20876 }
+vm_state.vm_map: 13589.829845478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3055308800, end = 3055321088, flags = 135266419, pgoff = 933888, inode = 20876 }
+vm_state.vm_map: 13589.829847663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3055321088, end = 3055382528, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.829849609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3055382528, end = 3055386624, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.829851671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3055386624, end = 3056517120, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.829853623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3056517120, end = 3056533504, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.829858332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3056533504, end = 3056803840, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.829860482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3056803840, end = 3056812032, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.829862758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3056812032, end = 3057963008, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.829864717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3057963008, end = 3057979392, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.829866890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3057979392, end = 3057983488, flags = 1048691, pgoff = 3057979392, inode = 0 }
+vm_state.vm_map: 13589.829869169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3057983488, end = 3058036736, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.829871125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058036736, end = 3058040832, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.829873305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058040832, end = 3058212864, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.829875238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058212864, end = 3058216960, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.829877325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058216960, end = 3058249728, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.829879603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058249728, end = 3058253824, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.829882028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058253824, end = 3058339840, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.829884079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058339840, end = 3058343936, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.829886117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058343936, end = 3058352128, flags = 1048691, pgoff = 3058343936, inode = 0 }
+vm_state.vm_map: 13589.829888394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058352128, end = 3058380800, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.829890432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058380800, end = 3058384896, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.829892717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058384896, end = 3058630656, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.829894748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058630656, end = 3058634752, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.829896903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058634752, end = 3058638848, flags = 1048691, pgoff = 3058634752, inode = 0 }
+vm_state.vm_map: 13589.829899180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058638848, end = 3059109888, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.829901206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059109888, end = 3059126272, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.829903478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059126272, end = 3059269632, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.829905423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059269632, end = 3059273728, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.829907596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059273728, end = 3059359744, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.829909529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059359744, end = 3059363840, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.829911599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059363840, end = 3059478528, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.829913869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059478528, end = 3059482624, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.829916074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059482624, end = 3059630080, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.829918013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059630080, end = 3059634176, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.829920081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059634176, end = 3059638272, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.829922137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059638272, end = 3059642368, flags = 1048691, pgoff = 3059638272, inode = 0 }
+vm_state.vm_map: 13589.829924305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059642368, end = 3059650560, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.829926238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059650560, end = 3059654656, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.829931064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059654656, end = 3059658752, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.829933373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059658752, end = 3059744768, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.829935418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059744768, end = 3059748864, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.829937443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059748864, end = 3059752960, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.829939480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059752960, end = 3059761152, flags = 1048691, pgoff = 3059752960, inode = 0 }
+vm_state.vm_map: 13589.829941704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059761152, end = 3060506624, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.829943698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060506624, end = 3060510720, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.829946013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060510720, end = 3060539392, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.829948395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060539392, end = 3060543488, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.829950365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060543488, end = 3060547584, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.829952785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060547584, end = 3060563968, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.829954810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060563968, end = 3060568064, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.829956891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060568064, end = 3060572160, flags = 1048691, pgoff = 3060568064, inode = 0 }
+vm_state.vm_map: 13589.829958972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060572160, end = 3060654080, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.829960923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060654080, end = 3060658176, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.829963103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060658176, end = 3061972992, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.829965153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3061972992, end = 3061981184, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.829967222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3061981184, end = 3061985280, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.829969161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3061985280, end = 3061997568, flags = 1048691, pgoff = 3061985280, inode = 0 }
+vm_state.vm_map: 13589.829971458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3061997568, end = 3062935552, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.829973396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3062935552, end = 3062951936, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.829975330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3062951936, end = 3062956032, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.829977263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3062956032, end = 3062984704, flags = 1048691, pgoff = 3062956032, inode = 0 }
+vm_state.vm_map: 13589.829979467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3062984704, end = 3063398400, flags = 134217845, pgoff = 0, inode = 1065120 }
+vm_state.vm_map: 13589.829981738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3063398400, end = 3063406592, flags = 135266419, pgoff = 409600, inode = 1065120 }
+vm_state.vm_map: 13589.829983917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3063406592, end = 3065708544, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.829985882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3065708544, end = 3065753600, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.829988061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3065753600, end = 3066220544, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.829989988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3066220544, end = 3066228736, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.829991927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3066228736, end = 3066232832, flags = 1048691, pgoff = 3066228736, inode = 0 }
+vm_state.vm_map: 13589.829994088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3066232832, end = 3076272128, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.829996028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3076272128, end = 3076431872, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.829997967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3076431872, end = 3076440064, flags = 1048691, pgoff = 3076431872, inode = 0 }
+vm_state.vm_map: 13589.830000023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3076440064, end = 3078750208, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.830001962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078750208, end = 3078778880, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.830004025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078778880, end = 3078782976, flags = 1048691, pgoff = 3078778880, inode = 0 }
+vm_state.vm_map: 13589.830006112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078782976, end = 3078815744, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.830008051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078815744, end = 3078819840, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.830012885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078819840, end = 3078828032, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.830015396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078828032, end = 3078832128, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.830017637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078832128, end = 3078840320, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.830019662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078840320, end = 3078844416, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.830021712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078844416, end = 3078848512, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.830023886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078848512, end = 3078877184, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.830026047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078877184, end = 3078885376, flags = 1048691, pgoff = 3078877184, inode = 0 }
+vm_state.vm_map: 13589.830028103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078885376, end = 3078889472, flags = 67371125, pgoff = 3078885376, inode = 0 }
+vm_state.vm_map: 13589.830030288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078889472, end = 3079004160, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.830032313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3079004160, end = 3079008256, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.830034463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3079008256, end = 3079012352, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.830036506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3218235392, end = 3218321408, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.830039320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
+vm_state.vm_map: 13589.830041456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
+vm_state.vm_map: 13589.830043518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 148488192, end = 149569536, flags = 1048691, pgoff = 148488192, inode = 0 }
+vm_state.vm_map: 13589.830048616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044704256, end = 3044900864, flags = 134217845, pgoff = 0, inode = 1114220 }
+vm_state.vm_map: 13589.830050992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044900864, end = 3044904960, flags = 135266419, pgoff = 196608, inode = 1114220 }
+vm_state.vm_map: 13589.830053301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044904960, end = 3044945920, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.830055333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044945920, end = 3044950016, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.830057426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044950016, end = 3044954112, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.830059722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044954112, end = 3044990976, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.830061692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044990976, end = 3044995072, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.830063637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044995072, end = 3044999168, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.830065946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044999168, end = 3045076992, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.830068009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3045076992, end = 3045081088, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.830069960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3045081088, end = 3045085184, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.830071979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3045085184, end = 3045093376, flags = 1048691, pgoff = 3045085184, inode = 0 }
+vm_state.vm_map: 13589.830074220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3045093376, end = 3045117952, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.830076333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3045117952, end = 3045122048, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.830078309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3045122048, end = 3045126144, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.830080426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047170048, end = 3047395328, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.830085315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047395328, end = 3047399424, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.830087353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047399424, end = 3047403520, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.830089679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047403520, end = 3047604224, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 13589.830091723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047604224, end = 3047608320, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 13589.830096224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047608320, end = 3047632896, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.830098391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047632896, end = 3047636992, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.830100699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047731200, end = 3047735296, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.830102835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047735296, end = 3047759872, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.830105089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047759872, end = 3047763968, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.830107361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047763968, end = 3047768064, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.830109546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047768064, end = 3047772160, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.830111670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047772160, end = 3047776256, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.830113972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047776256, end = 3047784448, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.830118504 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047784448, end = 3047817216, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.830121003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047817216, end = 3047829504, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.830123294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047829504, end = 3047837696, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.830125430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047837696, end = 3047841792, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.830127486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047841792, end = 3047845888, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.830129549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047845888, end = 3047849984, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.830131605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047849984, end = 3047878656, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.830133765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047878656, end = 3047890944, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.830135895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047890944, end = 3047895040, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.830138075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047895040, end = 3047903232, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.830140125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047903232, end = 3047907328, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.830142335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047907328, end = 3047911424, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.830144398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047911424, end = 3047923712, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.830146455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047923712, end = 3047931904, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.830148609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047931904, end = 3047964672, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.830150659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047964672, end = 3047985152, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.830152703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047985152, end = 3047993344, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.830155245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047993344, end = 3048022016, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.830157308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3048022016, end = 3048067072, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.830159481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3048067072, end = 3048124416, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.830161544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3048124416, end = 3048136704, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.830163612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3048136704, end = 3048194048, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.830165872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3048194048, end = 3049525248, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.830167922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049525248, end = 3049537536, flags = 1048691, pgoff = 3049525248, inode = 0 }
+vm_state.vm_map: 13589.830170138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049537536, end = 3049553920, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.830172065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.830174233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.830176165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.830178234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049578496, end = 3049611264, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.830180167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049611264, end = 3049615360, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.830182106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049615360, end = 3049619456, flags = 1048691, pgoff = 3049615360, inode = 0 }
+vm_state.vm_map: 13589.830186810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049619456, end = 3049635840, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.830189112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049635840, end = 3049639936, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.830191538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049639936, end = 3049971712, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.830193532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049971712, end = 3049979904, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.830195767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049979904, end = 3050078208, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.830197867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050078208, end = 3050082304, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.830200151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050082304, end = 3050229760, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.830202213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050229760, end = 3050237952, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.830204595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050237952, end = 3050250240, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.830206652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050250240, end = 3050254336, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.830208696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050254336, end = 3050258432, flags = 1048691, pgoff = 3050254336, inode = 0 }
+vm_state.vm_map: 13589.830210992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050258432, end = 3050266624, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.830213030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050266624, end = 3050270720, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.830215339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050270720, end = 3050590208, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.830217364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050590208, end = 3050606592, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.830219531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050606592, end = 3050799104, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.830221557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050799104, end = 3050803200, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.830224197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050803200, end = 3054399488, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.830226156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3054399488, end = 3054497792, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.830228089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3054497792, end = 3054501888, flags = 1048691, pgoff = 3054497792, inode = 0 }
+vm_state.vm_map: 13589.830230268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3054501888, end = 3054788608, flags = 134217845, pgoff = 0, inode = 20877 }
+vm_state.vm_map: 13589.830232201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3054788608, end = 3054796800, flags = 135266419, pgoff = 282624, inode = 20877 }
+vm_state.vm_map: 13589.830234152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3054796800, end = 3054800896, flags = 1048691, pgoff = 3054796800, inode = 0 }
+vm_state.vm_map: 13589.830236319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3054800896, end = 3055734784, flags = 134217845, pgoff = 0, inode = 20876 }
+vm_state.vm_map: 13589.830238247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3055734784, end = 3055747072, flags = 135266419, pgoff = 933888, inode = 20876 }
+vm_state.vm_map: 13589.830240340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3055747072, end = 3055808512, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.830242273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3055808512, end = 3055812608, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.830244434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3055812608, end = 3056943104, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.830246373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3056943104, end = 3056959488, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.830248559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3056959488, end = 3057229824, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.830250486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3057229824, end = 3057238016, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.830252665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3057238016, end = 3058388992, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.830254592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058388992, end = 3058405376, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.830256870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058405376, end = 3058409472, flags = 1048691, pgoff = 3058405376, inode = 0 }
+vm_state.vm_map: 13589.830259099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058409472, end = 3058462720, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.830261050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058462720, end = 3058466816, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.830263205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058466816, end = 3058638848, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.830265132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058638848, end = 3058642944, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.830267323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058642944, end = 3058675712, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.830269257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058675712, end = 3058679808, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.830271430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058679808, end = 3058765824, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.830273394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058765824, end = 3058769920, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.830275327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058769920, end = 3058778112, flags = 1048691, pgoff = 3058769920, inode = 0 }
+vm_state.vm_map: 13589.830277525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058778112, end = 3058806784, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.830279463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058806784, end = 3058810880, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.830284174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058810880, end = 3059056640, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.830286347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059056640, end = 3059060736, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.830288390 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059060736, end = 3059064832, flags = 1048691, pgoff = 3059060736, inode = 0 }
+vm_state.vm_map: 13589.830290946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059064832, end = 3059535872, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.830292928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059535872, end = 3059552256, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.830295243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059552256, end = 3059695616, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.830297269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059695616, end = 3059699712, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.830299541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059699712, end = 3059785728, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.830301566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059785728, end = 3059789824, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.830303850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059789824, end = 3059904512, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.830305882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059904512, end = 3059908608, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.830308171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059908608, end = 3060056064, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.830310216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060056064, end = 3060060160, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.830314605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060060160, end = 3060064256, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.830316655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060064256, end = 3060068352, flags = 1048691, pgoff = 3060064256, inode = 0 }
+vm_state.vm_map: 13589.830318884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060068352, end = 3060076544, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.830320823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060076544, end = 3060080640, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.830322762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060080640, end = 3060084736, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.830325286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060084736, end = 3060170752, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.830327226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060170752, end = 3060174848, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.830329152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060174848, end = 3060178944, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.830331086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060178944, end = 3060187136, flags = 1048691, pgoff = 3060178944, inode = 0 }
+vm_state.vm_map: 13589.830333142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060187136, end = 3060932608, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.830335069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060932608, end = 3060936704, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.830337231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060936704, end = 3060965376, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.830339299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060965376, end = 3060969472, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.830341343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060969472, end = 3060973568, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.830343436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060973568, end = 3060989952, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.830345387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060989952, end = 3060994048, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.830347327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060994048, end = 3060998144, flags = 1048691, pgoff = 3060994048, inode = 0 }
+vm_state.vm_map: 13589.830349425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060998144, end = 3061080064, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.830351353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3061080064, end = 3061084160, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.830353514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3061084160, end = 3062398976, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.830355447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3062398976, end = 3062407168, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.830357732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3062407168, end = 3062411264, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.830359665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3062411264, end = 3062423552, flags = 1048691, pgoff = 3062411264, inode = 0 }
+vm_state.vm_map: 13589.830361831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3062423552, end = 3063361536, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.830363764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3063361536, end = 3063377920, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.830365697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3063377920, end = 3063382016, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.830367630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3063382016, end = 3063410688, flags = 1048691, pgoff = 3063382016, inode = 0 }
+vm_state.vm_map: 13589.830369755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3063410688, end = 3063824384, flags = 134217845, pgoff = 0, inode = 1065120 }
+vm_state.vm_map: 13589.830371694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3063824384, end = 3063832576, flags = 135266419, pgoff = 409600, inode = 1065120 }
+vm_state.vm_map: 13589.830373787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3063832576, end = 3066134528, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.830375714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3066134528, end = 3066179584, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.830377893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3066179584, end = 3066646528, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.830379821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3066646528, end = 3066654720, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.830381754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3066654720, end = 3066658816, flags = 1048691, pgoff = 3066654720, inode = 0 }
+vm_state.vm_map: 13589.830383914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3066658816, end = 3076698112, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.830385853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3076698112, end = 3076857856, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.830387885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3076857856, end = 3076866048, flags = 1048691, pgoff = 3076857856, inode = 0 }
+vm_state.vm_map: 13589.830390299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3076866048, end = 3079176192, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.830392232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079176192, end = 3079204864, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.830394159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079204864, end = 3079208960, flags = 1048691, pgoff = 3079204864, inode = 0 }
+vm_state.vm_map: 13589.830396332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079208960, end = 3079241728, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.830398382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079241728, end = 3079245824, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.830400543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079245824, end = 3079254016, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.830402476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079254016, end = 3079258112, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.830404582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079258112, end = 3079266304, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.830406619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079266304, end = 3079270400, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.830408558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079270400, end = 3079274496, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.830436392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079274496, end = 3079303168, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.830438639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079303168, end = 3079311360, flags = 1048691, pgoff = 3079303168, inode = 0 }
+vm_state.vm_map: 13589.830440683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079311360, end = 3079315456, flags = 67371125, pgoff = 3079311360, inode = 0 }
+vm_state.vm_map: 13589.830442998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079315456, end = 3079430144, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.830445060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079430144, end = 3079434240, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.830447073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079434240, end = 3079438336, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.830449665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3217170432, end = 3217256448, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.830452387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
+vm_state.vm_map: 13589.830454566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
+vm_state.vm_map: 13589.830456690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 136228864, end = 137306112, flags = 1048691, pgoff = 136228864, inode = 0 }
+vm_state.vm_map: 13589.830458986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3035512832, end = 3035516928, flags = 1048688, pgoff = 3035512832, inode = 0 }
+vm_state.vm_map: 13589.830460974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3035516928, end = 3043905536, flags = 1048691, pgoff = 3035516928, inode = 0 }
+vm_state.vm_map: 13589.830463437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3043905536, end = 3043946496, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.830465463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3043946496, end = 3043950592, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.830467629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3043950592, end = 3043954688, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.830469741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3043954688, end = 3043991552, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.830471915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3043991552, end = 3043995648, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.830474020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3043995648, end = 3043999744, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.830476427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3043999744, end = 3044077568, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.830478452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044077568, end = 3044081664, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.830480546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044081664, end = 3044085760, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.830482522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044085760, end = 3044093952, flags = 1048691, pgoff = 3044085760, inode = 0 }
+vm_state.vm_map: 13589.830485151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044093952, end = 3044118528, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.830487219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044118528, end = 3044122624, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.830489387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044122624, end = 3044126720, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.830491640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046170624, end = 3046395904, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.830493795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046395904, end = 3046400000, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.830495734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046400000, end = 3046404096, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.830498061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046404096, end = 3046604800, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 13589.830500031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046604800, end = 3046608896, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 13589.830502371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046608896, end = 3046633472, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.830504415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046633472, end = 3046637568, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.830512978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046678528, end = 3046727680, flags = 134217845, pgoff = 0, inode = 1114257 }
+vm_state.vm_map: 13589.830515145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046727680, end = 3046731776, flags = 135266419, pgoff = 45056, inode = 1114257 }
+vm_state.vm_map: 13589.830517435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046731776, end = 3046735872, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.830519627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046735872, end = 3046760448, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.830522139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046760448, end = 3046764544, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.830524386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046764544, end = 3046768640, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.830526596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046768640, end = 3046772736, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.830528745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046772736, end = 3046776832, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.830530900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046776832, end = 3046785024, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.830533018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046785024, end = 3046817792, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.830535271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046817792, end = 3046830080, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.830537474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046830080, end = 3046838272, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.830539635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046838272, end = 3046842368, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.830541723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046842368, end = 3046846464, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.830544019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046846464, end = 3046850560, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.830546192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046850560, end = 3046879232, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.830548371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046879232, end = 3046891520, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.830550440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046891520, end = 3046895616, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.830552841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046895616, end = 3046903808, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.830555125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046903808, end = 3046907904, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.830557668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046907904, end = 3046912000, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.830559842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046912000, end = 3046924288, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.830561978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046924288, end = 3046932480, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.830564126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046932480, end = 3046965248, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.830566274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046965248, end = 3046985728, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.830568429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046985728, end = 3046993920, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.830570585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046993920, end = 3047022592, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.830572874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047022592, end = 3047067648, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.830575085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047067648, end = 3047124992, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.830577301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047124992, end = 3047137280, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.830579418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047137280, end = 3047194624, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.830581685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047194624, end = 3048525824, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.830583759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048525824, end = 3048538112, flags = 1048691, pgoff = 3048525824, inode = 0 }
+vm_state.vm_map: 13589.830585957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048538112, end = 3048554496, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.830587994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048554496, end = 3048558592, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.830590137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048558592, end = 3048574976, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.830592642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048574976, end = 3048579072, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.830594933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048579072, end = 3048611840, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.830596971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048611840, end = 3048615936, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.830598934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048615936, end = 3048620032, flags = 1048691, pgoff = 3048615936, inode = 0 }
+vm_state.vm_map: 13589.830601224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048620032, end = 3048636416, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.830603250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048636416, end = 3048640512, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.830605547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048640512, end = 3048972288, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 13589.830607621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048972288, end = 3048980480, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 13589.830609702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048980480, end = 3049078784, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.830611870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049078784, end = 3049082880, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.830614030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049082880, end = 3049230336, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.830615994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049230336, end = 3049238528, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.830618536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049238528, end = 3049250816, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.830620568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049250816, end = 3049254912, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.830622606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049254912, end = 3049259008, flags = 1048691, pgoff = 3049254912, inode = 0 }
+vm_state.vm_map: 13589.830624712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049259008, end = 3049267200, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.830627217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049267200, end = 3049271296, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.830629507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049271296, end = 3049590784, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.830631533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049590784, end = 3049607168, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.830633822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049607168, end = 3049799680, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.830635855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049799680, end = 3049803776, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.830638145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049803776, end = 3053400064, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 13589.830640188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053400064, end = 3053498368, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 13589.830642146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053498368, end = 3053502464, flags = 1048691, pgoff = 3053498368, inode = 0 }
+vm_state.vm_map: 13589.830644565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053502464, end = 3053789184, flags = 134217845, pgoff = 0, inode = 20877 }
+vm_state.vm_map: 13589.830646598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053789184, end = 3053797376, flags = 135266419, pgoff = 282624, inode = 20877 }
+vm_state.vm_map: 13589.830648635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053797376, end = 3053801472, flags = 1048691, pgoff = 3053797376, inode = 0 }
+vm_state.vm_map: 13589.830650845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053801472, end = 3054735360, flags = 134217845, pgoff = 0, inode = 20876 }
+vm_state.vm_map: 13589.830653025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054735360, end = 3054747648, flags = 135266419, pgoff = 933888, inode = 20876 }
+vm_state.vm_map: 13589.830655198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054747648, end = 3054809088, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 13589.830657236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054809088, end = 3054813184, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 13589.830659483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054813184, end = 3055943680, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 13589.830661927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3055943680, end = 3055960064, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 13589.830664212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3055960064, end = 3056230400, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 13589.830666237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3056230400, end = 3056238592, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 13589.830668502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3056238592, end = 3057389568, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.830670534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057389568, end = 3057405952, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.830672682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057405952, end = 3057410048, flags = 1048691, pgoff = 3057405952, inode = 0 }
+vm_state.vm_map: 13589.830674837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057410048, end = 3057463296, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.830676875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057463296, end = 3057467392, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.830679171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057467392, end = 3057639424, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.830681203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057639424, end = 3057643520, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.830686005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057643520, end = 3057676288, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.830688049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057676288, end = 3057680384, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.830690290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057680384, end = 3057766400, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.830692328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057766400, end = 3057770496, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.830694353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057770496, end = 3057778688, flags = 1048691, pgoff = 3057770496, inode = 0 }
+vm_state.vm_map: 13589.830696804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057778688, end = 3057807360, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.830698946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057807360, end = 3057811456, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.830701143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057811456, end = 3058057216, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.830703181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058057216, end = 3058061312, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.830705182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058061312, end = 3058065408, flags = 1048691, pgoff = 3058061312, inode = 0 }
+vm_state.vm_map: 13589.830707430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058065408, end = 3058536448, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.830709461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058536448, end = 3058552832, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.830711659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058552832, end = 3058696192, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.830713622 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058696192, end = 3058700288, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.830715895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058700288, end = 3058786304, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 13589.830717926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058786304, end = 3058790400, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 13589.830720142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058790400, end = 3058905088, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.830722101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058905088, end = 3058909184, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.830724458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058909184, end = 3059056640, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.830726496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059056640, end = 3059060736, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.830728546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059060736, end = 3059064832, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.830730848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059064832, end = 3059068928, flags = 1048691, pgoff = 3059064832, inode = 0 }
+vm_state.vm_map: 13589.830733200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059068928, end = 3059077120, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.830735238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059077120, end = 3059081216, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.830737282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059081216, end = 3059085312, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.830739424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059085312, end = 3059171328, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.830741585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059171328, end = 3059175424, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.830743623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059175424, end = 3059179520, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.830745667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059179520, end = 3059187712, flags = 1048691, pgoff = 3059179520, inode = 0 }
+vm_state.vm_map: 13589.830747754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059187712, end = 3059933184, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.830749921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059933184, end = 3059937280, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.830752119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059937280, end = 3059965952, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.830754150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059965952, end = 3059970048, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.830756189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059970048, end = 3059974144, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.830758430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059974144, end = 3059990528, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.830760467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059990528, end = 3059994624, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.830762505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059994624, end = 3059998720, flags = 1048691, pgoff = 3059994624, inode = 0 }
+vm_state.vm_map: 13589.830765103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059998720, end = 3060080640, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.830767233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3060080640, end = 3060084736, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.830769431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3060084736, end = 3061399552, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.830771475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3061399552, end = 3061407744, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.830773512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3061407744, end = 3061411840, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.830775514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3061411840, end = 3061424128, flags = 1048691, pgoff = 3061411840, inode = 0 }
+vm_state.vm_map: 13589.830777779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3061424128, end = 3062362112, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.830779737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3062362112, end = 3062378496, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.830781873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3062378496, end = 3062382592, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.830783818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3062382592, end = 3062411264, flags = 1048691, pgoff = 3062382592, inode = 0 }
+vm_state.vm_map: 13589.830786165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3062411264, end = 3062824960, flags = 134217845, pgoff = 0, inode = 1065120 }
+vm_state.vm_map: 13589.830788190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3062824960, end = 3062833152, flags = 135266419, pgoff = 409600, inode = 1065120 }
+vm_state.vm_map: 13589.830790394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3062833152, end = 3065135104, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 13589.830792363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3065135104, end = 3065180160, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 13589.830794844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3065180160, end = 3065647104, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 13589.830796871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3065647104, end = 3065655296, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 13589.830799253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3065655296, end = 3065659392, flags = 1048691, pgoff = 3065655296, inode = 0 }
+vm_state.vm_map: 13589.830801444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3065659392, end = 3075698688, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 13589.830803617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3075698688, end = 3075858432, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 13589.830805655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3075858432, end = 3075866624, flags = 1048691, pgoff = 3075858432, inode = 0 }
+vm_state.vm_map: 13589.830807841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3075866624, end = 3078176768, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 13589.830809799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078176768, end = 3078205440, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 13589.830811947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078205440, end = 3078209536, flags = 1048691, pgoff = 3078205440, inode = 0 }
+vm_state.vm_map: 13589.830814102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078209536, end = 3078242304, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.830816288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078242304, end = 3078246400, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.830818504 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078246400, end = 3078254592, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.830820671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078254592, end = 3078258688, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.830822906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078258688, end = 3078266880, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.830824869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078266880, end = 3078270976, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.830827049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078270976, end = 3078275072, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.830829339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078275072, end = 3078303744, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.830831377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078303744, end = 3078311936, flags = 1048691, pgoff = 3078303744, inode = 0 }
+vm_state.vm_map: 13589.830833710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078311936, end = 3078316032, flags = 67371125, pgoff = 3078311936, inode = 0 }
+vm_state.vm_map: 13589.830835939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078316032, end = 3078430720, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.830837983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078430720, end = 3078434816, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.830840027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078434816, end = 3078438912, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.830841985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3212898304, end = 3212984320, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.830844952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
+vm_state.vm_map: 13589.830846996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
+vm_state.vm_map: 13589.830849145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
+vm_state.vm_map: 13589.830851201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 166080512, end = 166957056, flags = 1048691, pgoff = 166080512, inode = 0 }
+vm_state.vm_map: 13589.830853664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075723264, end = 3075764224, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.830855714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075764224, end = 3075768320, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.830857752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075768320, end = 3075772416, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.830859820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075772416, end = 3075809280, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.830861999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075809280, end = 3075813376, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.830863981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075813376, end = 3075817472, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.830866364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075817472, end = 3075895296, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.830868778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075895296, end = 3075899392, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.830870945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075899392, end = 3075903488, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.830872908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075903488, end = 3075911680, flags = 1048691, pgoff = 3075903488, inode = 0 }
+vm_state.vm_map: 13589.830875198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075911680, end = 3075936256, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.830877249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075936256, end = 3075940352, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.830879287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075940352, end = 3075944448, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.830881478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075944448, end = 3077275648, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.830883645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3077275648, end = 3077279744, flags = 1048691, pgoff = 3077275648, inode = 0 }
+vm_state.vm_map: 13589.830885806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3077279744, end = 3078594560, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.830887838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078594560, end = 3078602752, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.830889999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078602752, end = 3078606848, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.830891969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078606848, end = 3078623232, flags = 1048691, pgoff = 3078606848, inode = 0 }
+vm_state.vm_map: 13589.830894142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078623232, end = 3078631424, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.830896328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078631424, end = 3078635520, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.830898477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078635520, end = 3078639616, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.830900853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078639616, end = 3078856704, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 13589.830903130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078856704, end = 3078868992, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 13589.830905408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078934528, end = 3078963200, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.830907446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078963200, end = 3078971392, flags = 1048691, pgoff = 3078963200, inode = 0 }
+vm_state.vm_map: 13589.830909589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078971392, end = 3078975488, flags = 67371125, pgoff = 3078971392, inode = 0 }
+vm_state.vm_map: 13589.830911676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078975488, end = 3079090176, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.830913836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3079090176, end = 3079094272, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.830915979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3079094272, end = 3079098368, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.830918023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3215880192, end = 3215966208, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.830920873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 134512640, end = 135245824, flags = 134223989, pgoff = 0, inode = 23493 }
+vm_state.vm_map: 13589.830923059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 135245824, end = 135315456, flags = 135272563, pgoff = 729088, inode = 23493 }
+vm_state.vm_map: 13589.830925306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 135315456, end = 135327744, flags = 1048691, pgoff = 135315456, inode = 0 }
+vm_state.vm_map: 13589.830927380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 152678400, end = 153767936, flags = 1048691, pgoff = 152678400, inode = 0 }
+vm_state.vm_map: 13589.830929862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060264960, end = 3061067776, flags = 134217845, pgoff = 0, inode = 21274 }
+vm_state.vm_map: 13589.830931943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061067776, end = 3061084160, flags = 135266419, pgoff = 802816, inode = 21274 }
+vm_state.vm_map: 13589.830937188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061178368, end = 3061190656, flags = 134217845, pgoff = 0, inode = 141213 }
+vm_state.vm_map: 13589.830939675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061190656, end = 3061194752, flags = 135266419, pgoff = 8192, inode = 141213 }
+vm_state.vm_map: 13589.830941978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061194752, end = 3061215232, flags = 1048691, pgoff = 3061194752, inode = 0 }
+vm_state.vm_map: 13589.830944145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061215232, end = 3061276672, flags = 134217841, pgoff = 0, inode = 649749 }
+vm_state.vm_map: 13589.830949064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061276672, end = 3061284864, flags = 134217845, pgoff = 0, inode = 87435 }
+vm_state.vm_map: 13589.830951225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061284864, end = 3061288960, flags = 135266419, pgoff = 4096, inode = 87435 }
+vm_state.vm_map: 13589.830953330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061288960, end = 3061293056, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.830955405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061293056, end = 3061317632, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.830957479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061317632, end = 3061321728, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.830959524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061321728, end = 3061325824, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.830961568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061325824, end = 3061329920, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.830963790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061329920, end = 3061334016, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.830965878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061334016, end = 3061342208, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.830967920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061342208, end = 3061374976, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.830969971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061374976, end = 3061387264, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.830972138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061387264, end = 3061395456, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.830974607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061395456, end = 3061399552, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.830976730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061399552, end = 3061403648, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.830978972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061403648, end = 3061407744, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.830981164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061407744, end = 3061436416, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.830983324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061436416, end = 3061448704, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.830985608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061448704, end = 3061452800, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.830987775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061452800, end = 3061460992, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.830989900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061460992, end = 3061465088, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.830991980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061465088, end = 3061469184, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.830994043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061469184, end = 3061481472, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.830996099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061481472, end = 3061489664, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.830998150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061489664, end = 3061522432, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.831000341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061522432, end = 3061542912, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.831002397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061542912, end = 3061551104, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.831004453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061551104, end = 3061579776, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.831006534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061579776, end = 3061624832, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.831008942 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061624832, end = 3061682176, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.831011016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061682176, end = 3061694464, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.831013208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061694464, end = 3061751808, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.831015492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061751808, end = 3062145024, flags = 134217979, pgoff = 0, inode = 262145 }
+vm_state.vm_map: 13589.831017880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062145024, end = 3062538240, flags = 134217979, pgoff = 0, inode = 229376 }
+vm_state.vm_map: 13589.831020010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062538240, end = 3062566912, flags = 134217845, pgoff = 0, inode = 1065218 }
+vm_state.vm_map: 13589.831022073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062566912, end = 3062571008, flags = 135266419, pgoff = 28672, inode = 1065218 }
+vm_state.vm_map: 13589.831027287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062571008, end = 3062624256, flags = 134217845, pgoff = 0, inode = 24466 }
+vm_state.vm_map: 13589.831029449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062624256, end = 3062628352, flags = 135266419, pgoff = 49152, inode = 24466 }
+vm_state.vm_map: 13589.831031677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062628352, end = 3062648832, flags = 134217845, pgoff = 0, inode = 21278 }
+vm_state.vm_map: 13589.831033813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062648832, end = 3062652928, flags = 135266419, pgoff = 16384, inode = 21278 }
+vm_state.vm_map: 13589.831035980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062652928, end = 3062816768, flags = 134217845, pgoff = 0, inode = 21283 }
+vm_state.vm_map: 13589.831038012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062816768, end = 3062820864, flags = 135266419, pgoff = 159744, inode = 21283 }
+vm_state.vm_map: 13589.831042679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062820864, end = 3062882304, flags = 134217845, pgoff = 0, inode = 1065430 }
+vm_state.vm_map: 13589.831045073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062882304, end = 3062886400, flags = 135266419, pgoff = 57344, inode = 1065430 }
+vm_state.vm_map: 13589.831049710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062919168, end = 3062943744, flags = 134217845, pgoff = 0, inode = 87514 }
+vm_state.vm_map: 13589.831051858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062943744, end = 3062947840, flags = 135266419, pgoff = 20480, inode = 87514 }
+vm_state.vm_map: 13589.831054259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062947840, end = 3062980608, flags = 134217841, pgoff = 0, inode = 73897 }
+vm_state.vm_map: 13589.831056364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062980608, end = 3063021568, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.831058297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063021568, end = 3063025664, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.831060237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063025664, end = 3063029760, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.831062336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063029760, end = 3063066624, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.831064337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063066624, end = 3063070720, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.831066270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063070720, end = 3063074816, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.831068425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063074816, end = 3063152640, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.831070364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063152640, end = 3063156736, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.831072304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063156736, end = 3063160832, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.831074243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063160832, end = 3063169024, flags = 1048691, pgoff = 3063160832, inode = 0 }
+vm_state.vm_map: 13589.831076311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063169024, end = 3063193600, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.831078596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063193600, end = 3063197696, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.831080546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063197696, end = 3063201792, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.831083016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063218176, end = 3063246848, flags = 134217845, pgoff = 0, inode = 23696 }
+vm_state.vm_map: 13589.831085041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063246848, end = 3063250944, flags = 135266419, pgoff = 24576, inode = 23696 }
+vm_state.vm_map: 13589.831087331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063250944, end = 3063267328, flags = 134217845, pgoff = 0, inode = 1065432 }
+vm_state.vm_map: 13589.831089259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063267328, end = 3063271424, flags = 135266419, pgoff = 12288, inode = 1065432 }
+vm_state.vm_map: 13589.831091549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063271424, end = 3063291904, flags = 134217845, pgoff = 0, inode = 314599 }
+vm_state.vm_map: 13589.831093482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063291904, end = 3063296000, flags = 135266419, pgoff = 16384, inode = 314599 }
+vm_state.vm_map: 13589.831098474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063296000, end = 3063435264, flags = 134217841, pgoff = 0, inode = 74520 }
+vm_state.vm_map: 13589.831100747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063435264, end = 3064766464, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.831102901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064766464, end = 3064774656, flags = 1048691, pgoff = 3064766464, inode = 0 }
+vm_state.vm_map: 13589.831105093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064774656, end = 3064791040, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.831107130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064791040, end = 3064795136, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.831109107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064795136, end = 3064799232, flags = 1048691, pgoff = 3064795136, inode = 0 }
+vm_state.vm_map: 13589.831111206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064799232, end = 3064807424, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.831113626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064807424, end = 3064811520, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.831115780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064811520, end = 3064823808, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 13589.831117719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064823808, end = 3064827904, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 13589.831119831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064827904, end = 3064889344, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 13589.831121771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064889344, end = 3064893440, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 13589.831124005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064893440, end = 3064905728, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.831126000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064905728, end = 3064909824, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.831127945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064909824, end = 3064913920, flags = 1048691, pgoff = 3064909824, inode = 0 }
+vm_state.vm_map: 13589.831130087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064913920, end = 3065061376, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.831132034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065061376, end = 3065069568, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.831134219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065069568, end = 3065167872, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.831136158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065167872, end = 3065171968, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.831138522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065171968, end = 3065196544, flags = 134217845, pgoff = 0, inode = 22612 }
+vm_state.vm_map: 13589.831140462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065196544, end = 3065200640, flags = 135266419, pgoff = 20480, inode = 22612 }
+vm_state.vm_map: 13589.831142733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065200640, end = 3065212928, flags = 134217845, pgoff = 0, inode = 21323 }
+vm_state.vm_map: 13589.831144666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065212928, end = 3065217024, flags = 135266419, pgoff = 8192, inode = 21323 }
+vm_state.vm_map: 13589.831147289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065217024, end = 3065360384, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.831149229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065360384, end = 3065364480, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.831151161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065364480, end = 3065368576, flags = 1048691, pgoff = 3065364480, inode = 0 }
+vm_state.vm_map: 13589.831153569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065368576, end = 3065446400, flags = 134217845, pgoff = 0, inode = 24576 }
+vm_state.vm_map: 13589.831155502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065446400, end = 3065450496, flags = 135266419, pgoff = 77824, inode = 24576 }
+vm_state.vm_map: 13589.831160199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065450496, end = 3065483264, flags = 134217845, pgoff = 0, inode = 24194 }
+vm_state.vm_map: 13589.831179419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065483264, end = 3065487360, flags = 135266419, pgoff = 28672, inode = 24194 }
+vm_state.vm_map: 13589.831181938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065487360, end = 3065954304, flags = 134217845, pgoff = 0, inode = 23967 }
+vm_state.vm_map: 13589.831184105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065954304, end = 3065962496, flags = 135266419, pgoff = 462848, inode = 23967 }
+vm_state.vm_map: 13589.831186148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065962496, end = 3065966592, flags = 1048691, pgoff = 3065962496, inode = 0 }
+vm_state.vm_map: 13589.831188678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065966592, end = 3066343424, flags = 134217845, pgoff = 0, inode = 21319 }
+vm_state.vm_map: 13589.831190717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066343424, end = 3066351616, flags = 135266419, pgoff = 376832, inode = 21319 }
+vm_state.vm_map: 13589.831193142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066351616, end = 3066449920, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.831195174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066449920, end = 3066454016, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.831197322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066454016, end = 3066458112, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.831199729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066458112, end = 3066462208, flags = 1048691, pgoff = 3066458112, inode = 0 }
+vm_state.vm_map: 13589.831201989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066462208, end = 3066531840, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.831204162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066531840, end = 3066535936, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.831206151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066535936, end = 3066540032, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.831208348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066540032, end = 3066548224, flags = 1048691, pgoff = 3066540032, inode = 0 }
+vm_state.vm_map: 13589.831210528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066548224, end = 3066740736, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.831212694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066740736, end = 3066744832, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.831214899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066744832, end = 3066753024, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.831216998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066753024, end = 3066757120, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.831218974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066757120, end = 3066761216, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.831221295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066761216, end = 3066843136, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.831223260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066843136, end = 3066847232, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.831225691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066847232, end = 3066880000, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.831227840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066880000, end = 3066884096, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.831229883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066884096, end = 3066888192, flags = 1048691, pgoff = 3066884096, inode = 0 }
+vm_state.vm_map: 13589.831232050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066888192, end = 3066912768, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.831234563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066912768, end = 3066916864, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.831236754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066916864, end = 3066949632, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.831238810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066949632, end = 3066953728, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.831240946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066953728, end = 3066961920, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.831243256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066961920, end = 3066966016, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.831245460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066966016, end = 3066998784, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.831247627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066998784, end = 3067002880, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.831249873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067002880, end = 3067056128, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.831252046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067056128, end = 3067060224, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.831254257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067060224, end = 3067076608, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.831256424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067076608, end = 3067080704, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.831258388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067080704, end = 3067084800, flags = 1048691, pgoff = 3067080704, inode = 0 }
+vm_state.vm_map: 13589.831260691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067084800, end = 3067092992, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.831262728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067092992, end = 3067097088, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.831264976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067097088, end = 3067105280, flags = 134217845, pgoff = 0, inode = 17721 }
+vm_state.vm_map: 13589.831266946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067105280, end = 3067109376, flags = 135266419, pgoff = 4096, inode = 17721 }
+vm_state.vm_map: 13589.831269562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067109376, end = 3067572224, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 13589.831271527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067572224, end = 3067584512, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 13589.831273963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067584512, end = 3068190720, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 13589.831275934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3068190720, end = 3068207104, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 13589.831278335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3068207104, end = 3069358080, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.831280354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3069358080, end = 3069374464, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.831282299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3069374464, end = 3069378560, flags = 1048691, pgoff = 3069374464, inode = 0 }
+vm_state.vm_map: 13589.831284707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3069378560, end = 3070693376, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.831286739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070693376, end = 3070701568, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.831288782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070701568, end = 3070705664, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.831290765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070705664, end = 3070717952, flags = 1048691, pgoff = 3070705664, inode = 0 }
+vm_state.vm_map: 13589.831293179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070717952, end = 3070803968, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.831295216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070803968, end = 3070808064, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.831297254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070808064, end = 3070812160, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.831299224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070812160, end = 3070820352, flags = 1048691, pgoff = 3070812160, inode = 0 }
+vm_state.vm_map: 13589.831301754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070820352, end = 3070844928, flags = 134217845, pgoff = 0, inode = 17404 }
+vm_state.vm_map: 13589.831304131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070844928, end = 3070849024, flags = 135266419, pgoff = 20480, inode = 17404 }
+vm_state.vm_map: 13589.831306636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070849024, end = 3070885888, flags = 134217845, pgoff = 0, inode = 22478 }
+vm_state.vm_map: 13589.831308606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070885888, end = 3070889984, flags = 135266419, pgoff = 32768, inode = 22478 }
+vm_state.vm_map: 13589.831310748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070889984, end = 3070976000, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.831313014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070976000, end = 3070980096, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.831315139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070980096, end = 3070992384, flags = 1048691, pgoff = 3070980096, inode = 0 }
+vm_state.vm_map: 13589.831317422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070992384, end = 3071021056, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.831319429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071021056, end = 3071025152, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.831321682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071025152, end = 3071770624, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.831323653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071770624, end = 3071774720, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.831326023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071774720, end = 3071803392, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.831327999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071803392, end = 3071807488, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.831330258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071807488, end = 3071811584, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.831332364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071811584, end = 3071827968, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.831334538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071827968, end = 3071832064, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.831336908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071832064, end = 3071844352, flags = 134217845, pgoff = 0, inode = 19646 }
+vm_state.vm_map: 13589.831339401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071844352, end = 3071848448, flags = 135266419, pgoff = 8192, inode = 19646 }
+vm_state.vm_map: 13589.831341518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071848448, end = 3072094208, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.831343685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3072094208, end = 3072098304, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.831345724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3072098304, end = 3072102400, flags = 1048691, pgoff = 3072098304, inode = 0 }
+vm_state.vm_map: 13589.831347909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3072102400, end = 3072274432, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.831349953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3072274432, end = 3072278528, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.831352238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3072278528, end = 3072749568, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.831354262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3072749568, end = 3072765952, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.831359748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3072765952, end = 3073036288, flags = 134217845, pgoff = 0, inode = 22793 }
+vm_state.vm_map: 13589.831361773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3073036288, end = 3073044480, flags = 135266419, pgoff = 266240, inode = 22793 }
+vm_state.vm_map: 13589.831364174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3073044480, end = 3073523712, flags = 134217845, pgoff = 0, inode = 21325 }
+vm_state.vm_map: 13589.831366200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3073523712, end = 3073531904, flags = 135266419, pgoff = 479232, inode = 21325 }
+vm_state.vm_map: 13589.831368570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3073531904, end = 3074134016, flags = 134217845, pgoff = 0, inode = 19648 }
+vm_state.vm_map: 13589.831370546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074134016, end = 3074142208, flags = 135266419, pgoff = 602112, inode = 19648 }
+vm_state.vm_map: 13589.831372848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074142208, end = 3074146304, flags = 1048691, pgoff = 3074142208, inode = 0 }
+vm_state.vm_map: 13589.831375600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074146304, end = 3074187264, flags = 134217845, pgoff = 0, inode = 22795 }
+vm_state.vm_map: 13589.831377768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074187264, end = 3074191360, flags = 135266419, pgoff = 36864, inode = 22795 }
+vm_state.vm_map: 13589.831379892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074191360, end = 3074338816, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.831382058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074338816, end = 3074342912, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.831384239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074342912, end = 3074347008, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.831386639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074347008, end = 3074445312, flags = 134217845, pgoff = 0, inode = 22669 }
+vm_state.vm_map: 13589.831388683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074445312, end = 3074449408, flags = 135266419, pgoff = 94208, inode = 22669 }
+vm_state.vm_map: 13589.831393282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074449408, end = 3074596864, flags = 134217845, pgoff = 0, inode = 22796 }
+vm_state.vm_map: 13589.831395326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074596864, end = 3074600960, flags = 135266419, pgoff = 147456, inode = 22796 }
+vm_state.vm_map: 13589.831397690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074600960, end = 3074703360, flags = 134217845, pgoff = 0, inode = 21552 }
+vm_state.vm_map: 13589.831399728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074703360, end = 3074711552, flags = 135266419, pgoff = 98304, inode = 21552 }
+vm_state.vm_map: 13589.831401950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074711552, end = 3074715648, flags = 1048691, pgoff = 3074711552, inode = 0 }
+vm_state.vm_map: 13589.831404468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074715648, end = 3075313664, flags = 134217845, pgoff = 0, inode = 22668 }
+vm_state.vm_map: 13589.831406629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3075313664, end = 3075325952, flags = 135266419, pgoff = 593920, inode = 22668 }
+vm_state.vm_map: 13589.831408956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3075325952, end = 3079225344, flags = 134217845, pgoff = 0, inode = 21427 }
+vm_state.vm_map: 13589.831411443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079225344, end = 3079249920, flags = 135266419, pgoff = 3895296, inode = 21427 }
+vm_state.vm_map: 13589.831413487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079249920, end = 3079254016, flags = 1048691, pgoff = 3079249920, inode = 0 }
+vm_state.vm_map: 13589.831415543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079266304, end = 3079270400, flags = 1048691, pgoff = 3079266304, inode = 0 }
+vm_state.vm_map: 13589.831417662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079270400, end = 3079299072, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.831420167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079299072, end = 3079348224, flags = 134217841, pgoff = 0, inode = 74519 }
+vm_state.vm_map: 13589.831422205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079348224, end = 3079356416, flags = 1048691, pgoff = 3079348224, inode = 0 }
+vm_state.vm_map: 13589.831424390 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079356416, end = 3079360512, flags = 67371125, pgoff = 3079356416, inode = 0 }
+vm_state.vm_map: 13589.831426582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079360512, end = 3079475200, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.831428620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079475200, end = 3079479296, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.831430645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079479296, end = 3079483392, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.831432812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3213852672, end = 3213938688, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.831475459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 658091 }
+vm_state.vm_map: 13589.831477601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 134545408, end = 134549504, flags = 135272563, pgoff = 32768, inode = 658091 }
+vm_state.vm_map: 13589.831479897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 138887168, end = 139304960, flags = 1048691, pgoff = 138887168, inode = 0 }
+vm_state.vm_map: 13589.831482101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061420032, end = 3061448704, flags = 134217845, pgoff = 0, inode = 1065218 }
+vm_state.vm_map: 13589.831484354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061448704, end = 3061452800, flags = 135266419, pgoff = 28672, inode = 1065218 }
+vm_state.vm_map: 13589.831486959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061452800, end = 3061506048, flags = 134217845, pgoff = 0, inode = 24466 }
+vm_state.vm_map: 13589.831488941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061506048, end = 3061510144, flags = 135266419, pgoff = 49152, inode = 24466 }
+vm_state.vm_map: 13589.831491342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061510144, end = 3061673984, flags = 134217845, pgoff = 0, inode = 21283 }
+vm_state.vm_map: 13589.831493466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061673984, end = 3061678080, flags = 135266419, pgoff = 159744, inode = 21283 }
+vm_state.vm_map: 13589.831495774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061678080, end = 3061706752, flags = 134217845, pgoff = 0, inode = 23696 }
+vm_state.vm_map: 13589.831497782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061706752, end = 3061710848, flags = 135266419, pgoff = 24576, inode = 23696 }
+vm_state.vm_map: 13589.831500133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061710848, end = 3061772288, flags = 134217845, pgoff = 0, inode = 1065430 }
+vm_state.vm_map: 13589.831502128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061772288, end = 3061776384, flags = 135266419, pgoff = 57344, inode = 1065430 }
+vm_state.vm_map: 13589.831504541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061870592, end = 3061911552, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.831506659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061911552, end = 3061915648, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.831508820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061915648, end = 3061919744, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.831510975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061919744, end = 3061956608, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.831513068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061956608, end = 3061960704, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.831515191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061960704, end = 3061964800, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.831517562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061964800, end = 3062042624, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.831519526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062042624, end = 3062046720, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.831522050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062046720, end = 3062050816, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.831524038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062050816, end = 3062059008, flags = 1048691, pgoff = 3062050816, inode = 0 }
+vm_state.vm_map: 13589.831526323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062059008, end = 3062083584, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.831528299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062083584, end = 3062087680, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.831530460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062087680, end = 3062091776, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.831532571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062095872, end = 3062116352, flags = 134217845, pgoff = 0, inode = 21278 }
+vm_state.vm_map: 13589.831534752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062116352, end = 3062120448, flags = 135266419, pgoff = 16384, inode = 21278 }
+vm_state.vm_map: 13589.831536868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062120448, end = 3062136832, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.831539030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062136832, end = 3062140928, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.831541141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062140928, end = 3062157312, flags = 134217845, pgoff = 0, inode = 1065432 }
+vm_state.vm_map: 13589.831543308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062157312, end = 3062161408, flags = 135266419, pgoff = 12288, inode = 1065432 }
+vm_state.vm_map: 13589.831545501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062161408, end = 3062181888, flags = 134217845, pgoff = 0, inode = 314599 }
+vm_state.vm_map: 13589.831547538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062181888, end = 3062185984, flags = 135266419, pgoff = 16384, inode = 314599 }
+vm_state.vm_map: 13589.831549644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062185984, end = 3062325248, flags = 134217841, pgoff = 0, inode = 74520 }
+vm_state.vm_map: 13589.831551989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062325248, end = 3063656448, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.831554162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063656448, end = 3063668736, flags = 1048691, pgoff = 3063656448, inode = 0 }
+vm_state.vm_map: 13589.831556692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063668736, end = 3063685120, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.831558731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063685120, end = 3063689216, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.831561021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063689216, end = 3063697408, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.831563058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063697408, end = 3063701504, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.831565360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063701504, end = 3063730176, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.831567325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063730176, end = 3063734272, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.831569510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063734272, end = 3063738368, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.831571696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063738368, end = 3063963648, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.831573733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063963648, end = 3063967744, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.831575692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063967744, end = 3063971840, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.831578277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063971840, end = 3064086528, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 13589.831580315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064086528, end = 3064090624, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 13589.831582359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064090624, end = 3064094720, flags = 1048691, pgoff = 3064090624, inode = 0 }
+vm_state.vm_map: 13589.831584439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064094720, end = 3064119296, flags = 134217845, pgoff = 0, inode = 22612 }
+vm_state.vm_map: 13589.831586607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064119296, end = 3064123392, flags = 135266419, pgoff = 20480, inode = 22612 }
+vm_state.vm_map: 13589.831588774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064123392, end = 3064135680, flags = 134217845, pgoff = 0, inode = 21323 }
+vm_state.vm_map: 13589.831591169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064135680, end = 3064139776, flags = 135266419, pgoff = 8192, inode = 21323 }
+vm_state.vm_map: 13589.831593416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064139776, end = 3064283136, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.831595465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064283136, end = 3064287232, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.831597683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064287232, end = 3064373248, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.831599702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064373248, end = 3064377344, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.831601869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064377344, end = 3064381440, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.831603925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064381440, end = 3064389632, flags = 1048691, pgoff = 3064381440, inode = 0 }
+vm_state.vm_map: 13589.831606209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064389632, end = 3064467456, flags = 134217845, pgoff = 0, inode = 24576 }
+vm_state.vm_map: 13589.831608215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064467456, end = 3064471552, flags = 135266419, pgoff = 77824, inode = 24576 }
+vm_state.vm_map: 13589.831610315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064471552, end = 3064475648, flags = 1048691, pgoff = 3064471552, inode = 0 }
+vm_state.vm_map: 13589.831612513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064475648, end = 3064508416, flags = 134217845, pgoff = 0, inode = 24194 }
+vm_state.vm_map: 13589.831614649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064508416, end = 3064512512, flags = 135266419, pgoff = 28672, inode = 24194 }
+vm_state.vm_map: 13589.831616860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064512512, end = 3064979456, flags = 134217845, pgoff = 0, inode = 23967 }
+vm_state.vm_map: 13589.831619021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064979456, end = 3064987648, flags = 135266419, pgoff = 462848, inode = 23967 }
+vm_state.vm_map: 13589.831620991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064987648, end = 3064991744, flags = 1048691, pgoff = 3064987648, inode = 0 }
+vm_state.vm_map: 13589.831623397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064991744, end = 3065368576, flags = 134217845, pgoff = 0, inode = 21319 }
+vm_state.vm_map: 13589.831625724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065368576, end = 3065376768, flags = 135266419, pgoff = 376832, inode = 21319 }
+vm_state.vm_map: 13589.831628108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065376768, end = 3065475072, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.831630071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065475072, end = 3065479168, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.831632374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065479168, end = 3065561088, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.831634405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065561088, end = 3065565184, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.831636566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065565184, end = 3065569280, flags = 1048691, pgoff = 3065565184, inode = 0 }
+vm_state.vm_map: 13589.831638691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065569280, end = 3065602048, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.831640857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065602048, end = 3065606144, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.831643055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065606144, end = 3065630720, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.831645006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065630720, end = 3065634816, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.831647304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065634816, end = 3065667584, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.831649328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065667584, end = 3065671680, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.831651490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065671680, end = 3065679872, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.831653472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065679872, end = 3065683968, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.831655818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065683968, end = 3065716736, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.831657855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065716736, end = 3065720832, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.831660392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065720832, end = 3065774080, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.831662429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065774080, end = 3065778176, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.831664467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065778176, end = 3065782272, flags = 1048691, pgoff = 3065778176, inode = 0 }
+vm_state.vm_map: 13589.831666763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065782272, end = 3065880576, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.831668789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065880576, end = 3065884672, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.831670827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065884672, end = 3065888768, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.831673068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065888768, end = 3065958400, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.831675099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065958400, end = 3065962496, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.831677131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065962496, end = 3065966592, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.831679174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065966592, end = 3065974784, flags = 1048691, pgoff = 3065966592, inode = 0 }
+vm_state.vm_map: 13589.831681373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065974784, end = 3066167296, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.831683534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066167296, end = 3066171392, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.831685830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066171392, end = 3066179584, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.831687887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066179584, end = 3066183680, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.831690048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066183680, end = 3066187776, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.831692233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066187776, end = 3066335232, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.831694628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066335232, end = 3066343424, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.831696591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066343424, end = 3066347520, flags = 1048691, pgoff = 3066343424, inode = 0 }
+vm_state.vm_map: 13589.831699189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066347520, end = 3066597376, flags = 134217845, pgoff = 0, inode = 17169 }
+vm_state.vm_map: 13589.831701228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066597376, end = 3066605568, flags = 135266419, pgoff = 245760, inode = 17169 }
+vm_state.vm_map: 13589.831703419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066605568, end = 3066753024, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.831705383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066753024, end = 3066757120, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.831707821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066757120, end = 3066761216, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.831710087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066761216, end = 3066773504, flags = 134217845, pgoff = 0, inode = 19646 }
+vm_state.vm_map: 13589.831712229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066773504, end = 3066777600, flags = 135266419, pgoff = 8192, inode = 19646 }
+vm_state.vm_map: 13589.831714341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066777600, end = 3066949632, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.831716501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066949632, end = 3066953728, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.831718779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066953728, end = 3067424768, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.831720824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3067424768, end = 3067441152, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.831722775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3067441152, end = 3067445248, flags = 1048691, pgoff = 3067441152, inode = 0 }
+vm_state.vm_map: 13589.831725077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3067445248, end = 3067715584, flags = 134217845, pgoff = 0, inode = 22793 }
+vm_state.vm_map: 13589.831727226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3067715584, end = 3067723776, flags = 135266419, pgoff = 266240, inode = 22793 }
+vm_state.vm_map: 13589.831729799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3067723776, end = 3067871232, flags = 134217845, pgoff = 0, inode = 22796 }
+vm_state.vm_map: 13589.831731837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3067871232, end = 3067875328, flags = 135266419, pgoff = 147456, inode = 22796 }
+vm_state.vm_map: 13589.831734017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3067875328, end = 3068354560, flags = 134217845, pgoff = 0, inode = 21325 }
+vm_state.vm_map: 13589.831736060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068354560, end = 3068362752, flags = 135266419, pgoff = 479232, inode = 21325 }
+vm_state.vm_map: 13589.831738221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068362752, end = 3068465152, flags = 134217845, pgoff = 0, inode = 21552 }
+vm_state.vm_map: 13589.831740260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068465152, end = 3068473344, flags = 135266419, pgoff = 98304, inode = 21552 }
+vm_state.vm_map: 13589.831742500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068473344, end = 3068489728, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.831744661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068489728, end = 3068493824, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.831746859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068493824, end = 3068502016, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.831748878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068502016, end = 3068506112, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.831750972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068506112, end = 3068510208, flags = 1048691, pgoff = 3068506112, inode = 0 }
+vm_state.vm_map: 13589.831753274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068510208, end = 3068518400, flags = 134217845, pgoff = 0, inode = 17721 }
+vm_state.vm_map: 13589.831755305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068518400, end = 3068522496, flags = 135266419, pgoff = 4096, inode = 17721 }
+vm_state.vm_map: 13589.831757478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068522496, end = 3069673472, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.831759511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3069673472, end = 3069689856, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.831761684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3069689856, end = 3069730816, flags = 134217845, pgoff = 0, inode = 22795 }
+vm_state.vm_map: 13589.831764079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3069730816, end = 3069734912, flags = 135266419, pgoff = 36864, inode = 22795 }
+vm_state.vm_map: 13589.831766159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3069734912, end = 3070332928, flags = 134217845, pgoff = 0, inode = 22668 }
+vm_state.vm_map: 13589.831768295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3070332928, end = 3070345216, flags = 135266419, pgoff = 593920, inode = 22668 }
+vm_state.vm_map: 13589.831770468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3070345216, end = 3071660032, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.831772507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3071660032, end = 3071668224, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.831774452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3071668224, end = 3071672320, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.831776650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3071672320, end = 3071688704, flags = 1048691, pgoff = 3071672320, inode = 0 }
+vm_state.vm_map: 13589.831778847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3071688704, end = 3072434176, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.831780868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3072434176, end = 3072438272, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.831783041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3072438272, end = 3072684032, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.831785189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3072684032, end = 3072688128, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.831787350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3072688128, end = 3073290240, flags = 134217845, pgoff = 0, inode = 19648 }
+vm_state.vm_map: 13589.831789388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073290240, end = 3073298432, flags = 135266419, pgoff = 602112, inode = 19648 }
+vm_state.vm_map: 13589.831791697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073298432, end = 3073413120, flags = 134217845, pgoff = 0, inode = 17171 }
+vm_state.vm_map: 13589.831793863 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073413120, end = 3073417216, flags = 135266419, pgoff = 114688, inode = 17171 }
+vm_state.vm_map: 13589.831796295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073417216, end = 3073495040, flags = 134217845, pgoff = 0, inode = 1065156 }
+vm_state.vm_map: 13589.831798690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073495040, end = 3073499136, flags = 135266419, pgoff = 73728, inode = 1065156 }
+vm_state.vm_map: 13589.831800733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073499136, end = 3073503232, flags = 1048691, pgoff = 3073499136, inode = 0 }
+vm_state.vm_map: 13589.831803031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073503232, end = 3073601536, flags = 134217845, pgoff = 0, inode = 22669 }
+vm_state.vm_map: 13589.831805062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073601536, end = 3073605632, flags = 135266419, pgoff = 94208, inode = 22669 }
+vm_state.vm_map: 13589.831807241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073605632, end = 3077505024, flags = 134217845, pgoff = 0, inode = 21427 }
+vm_state.vm_map: 13589.831809212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077505024, end = 3077529600, flags = 135266419, pgoff = 3895296, inode = 21427 }
+vm_state.vm_map: 13589.831811391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077529600, end = 3077533696, flags = 1048691, pgoff = 3077529600, inode = 0 }
+vm_state.vm_map: 13589.831813570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077550080, end = 3077578752, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.831815731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077578752, end = 3077627904, flags = 134217841, pgoff = 0, inode = 74519 }
+vm_state.vm_map: 13589.831817744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077627904, end = 3077636096, flags = 1048691, pgoff = 3077627904, inode = 0 }
+vm_state.vm_map: 13589.831819831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077636096, end = 3077640192, flags = 67371125, pgoff = 3077636096, inode = 0 }
+vm_state.vm_map: 13589.831822011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077640192, end = 3077754880, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.831824036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077754880, end = 3077758976, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.831826074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077758976, end = 3077763072, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.831828118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3217485824, end = 3217571840, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.831831055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 134512640, end = 134516736, flags = 134223989, pgoff = 0, inode = 655648 }
+vm_state.vm_map: 13589.831833566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 134516736, end = 134520832, flags = 135272563, pgoff = 0, inode = 655648 }
+vm_state.vm_map: 13589.831835623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 144269312, end = 144539648, flags = 1048691, pgoff = 144269312, inode = 0 }
+vm_state.vm_map: 13589.831837900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073585152, end = 3073626112, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.831840042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073626112, end = 3073630208, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.831842086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073630208, end = 3073634304, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.831844156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073634304, end = 3073671168, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.831846310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073671168, end = 3073675264, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.831848471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073675264, end = 3073679360, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.831850645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073679360, end = 3073757184, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.831852713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073757184, end = 3073761280, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.831854886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073761280, end = 3073765376, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.831856924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073765376, end = 3073773568, flags = 1048691, pgoff = 3073765376, inode = 0 }
+vm_state.vm_map: 13589.831865069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073773568, end = 3073884160, flags = 134217937, pgoff = 0, inode = 150388 }
+vm_state.vm_map: 13589.831867574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073884160, end = 3073966080, flags = 134217845, pgoff = 0, inode = 1065113 }
+vm_state.vm_map: 13589.831870104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073966080, end = 3073970176, flags = 135266419, pgoff = 77824, inode = 1065113 }
+vm_state.vm_map: 13589.831872482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074064384, end = 3074134016, flags = 134217845, pgoff = 0, inode = 429625 }
+vm_state.vm_map: 13589.831874525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074134016, end = 3074138112, flags = 135266419, pgoff = 65536, inode = 429625 }
+vm_state.vm_map: 13589.831876618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074138112, end = 3074146304, flags = 1048691, pgoff = 3074138112, inode = 0 }
+vm_state.vm_map: 13589.831878699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074146304, end = 3074244608, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.831880657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074244608, end = 3074248704, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.831882608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074248704, end = 3074252800, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.831884794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074252800, end = 3074322432, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.831886887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074322432, end = 3074326528, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.831888863 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074326528, end = 3074330624, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.831890895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074330624, end = 3074338816, flags = 1048691, pgoff = 3074330624, inode = 0 }
+vm_state.vm_map: 13589.831893111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074338816, end = 3074347008, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.831895051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074347008, end = 3074351104, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.831897113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074351104, end = 3074355200, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.831899305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074355200, end = 3074383872, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.831901257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074383872, end = 3074387968, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.831903534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074387968, end = 3074392064, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.831905615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074392064, end = 3074478080, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.831907561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074478080, end = 3074482176, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.831909493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074482176, end = 3074486272, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.831911537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074486272, end = 3074498560, flags = 1048691, pgoff = 3074486272, inode = 0 }
+vm_state.vm_map: 13589.831913680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074498560, end = 3074723840, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.831915767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074723840, end = 3074727936, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.831917842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074727936, end = 3074732032, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.831919966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074732032, end = 3074846720, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 13589.831921918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074846720, end = 3074850816, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 13589.831924368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074850816, end = 3075043328, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.831926510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075043328, end = 3075047424, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.831928726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075047424, end = 3075194880, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.831930697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075194880, end = 3075203072, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.831933024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075203072, end = 3075215360, flags = 134217845, pgoff = 0, inode = 19646 }
+vm_state.vm_map: 13589.831935055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075215360, end = 3075219456, flags = 135266419, pgoff = 8192, inode = 19646 }
+vm_state.vm_map: 13589.831937444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075219456, end = 3075223552, flags = 1048691, pgoff = 3075219456, inode = 0 }
+vm_state.vm_map: 13589.831939697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075223552, end = 3075825664, flags = 134217845, pgoff = 0, inode = 19648 }
+vm_state.vm_map: 13589.831941722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075825664, end = 3075833856, flags = 135266419, pgoff = 602112, inode = 19648 }
+vm_state.vm_map: 13589.831943915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075833856, end = 3076083712, flags = 134217845, pgoff = 0, inode = 17169 }
+vm_state.vm_map: 13589.831945872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3076083712, end = 3076091904, flags = 135266419, pgoff = 245760, inode = 17169 }
+vm_state.vm_map: 13589.831948168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3076091904, end = 3076206592, flags = 134217845, pgoff = 0, inode = 17171 }
+vm_state.vm_map: 13589.831950114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3076206592, end = 3076210688, flags = 135266419, pgoff = 114688, inode = 17171 }
+vm_state.vm_map: 13589.831952288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3076210688, end = 3077525504, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.831954245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3077525504, end = 3077533696, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.831956184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3077533696, end = 3077537792, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.831958130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3077537792, end = 3077550080, flags = 1048691, pgoff = 3077537792, inode = 0 }
+vm_state.vm_map: 13589.831960309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3077550080, end = 3078295552, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.831962446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078295552, end = 3078299648, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.831964379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078299648, end = 3078303744, flags = 1048691, pgoff = 3078299648, inode = 0 }
+vm_state.vm_map: 13589.831966552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078303744, end = 3078549504, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.831968491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078549504, end = 3078553600, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.831971230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078553600, end = 3078774784, flags = 134217845, pgoff = 0, inode = 21370 }
+vm_state.vm_map: 13589.831973281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078774784, end = 3078782976, flags = 135266419, pgoff = 221184, inode = 21370 }
+vm_state.vm_map: 13589.831975214 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078782976, end = 3078787072, flags = 1048691, pgoff = 3078782976, inode = 0 }
+vm_state.vm_map: 13589.831977492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078787072, end = 3078815744, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.831979659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078815744, end = 3078840320, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.831981598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078840320, end = 3078844416, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.831983532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078844416, end = 3078848512, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.831988856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078848512, end = 3078852608, flags = 134217937, pgoff = 0, inode = 237757 }
+vm_state.vm_map: 13589.831990981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078877184, end = 3078885376, flags = 1048691, pgoff = 3078877184, inode = 0 }
+vm_state.vm_map: 13589.831993012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078885376, end = 3078889472, flags = 67371125, pgoff = 3078885376, inode = 0 }
+vm_state.vm_map: 13589.831995198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078889472, end = 3079004160, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.831997217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3079004160, end = 3079008256, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.831999242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3079008256, end = 3079012352, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.832001384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3214336000, end = 3214422016, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.832007018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 134512640, end = 134516736, flags = 134223989, pgoff = 0, inode = 1352341 }
+vm_state.vm_map: 13589.832009179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 134516736, end = 134520832, flags = 135272563, pgoff = 0, inode = 1352341 }
+vm_state.vm_map: 13589.832011284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 142692352, end = 191832064, flags = 1048691, pgoff = 142692352, inode = 0 }
+vm_state.vm_map: 13589.832013340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3023040512, end = 3023044608, flags = 1048688, pgoff = 3023040512, inode = 0 }
+vm_state.vm_map: 13589.832018050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3023044608, end = 3031433216, flags = 1048691, pgoff = 3023044608, inode = 0 }
+vm_state.vm_map: 13589.832020223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3031433216, end = 3031568384, flags = 2097267, pgoff = 3031433216, inode = 0 }
+vm_state.vm_map: 13589.832022397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3031568384, end = 3032481792, flags = 2097264, pgoff = 3031568384, inode = 0 }
+vm_state.vm_map: 13589.832026916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3032662016, end = 3032805376, flags = 134217841, pgoff = 0, inode = 254199 }
+vm_state.vm_map: 13589.832029470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3032805376, end = 3032944640, flags = 134217841, pgoff = 0, inode = 254140 }
+vm_state.vm_map: 13589.832031459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3032944640, end = 3033866240, flags = 1048691, pgoff = 3032944640, inode = 0 }
+vm_state.vm_map: 13589.832033565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3050205184, end = 3050209280, flags = 1048688, pgoff = 3050205184, inode = 0 }
+vm_state.vm_map: 13589.832035498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3050209280, end = 3058597888, flags = 1048691, pgoff = 3050209280, inode = 0 }
+vm_state.vm_map: 13589.832037751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058597888, end = 3058683904, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.832039696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058683904, end = 3058688000, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.832041980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058688000, end = 3058696192, flags = 1048691, pgoff = 3058688000, inode = 0 }
+vm_state.vm_map: 13589.832044184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058696192, end = 3058724864, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.832046235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058724864, end = 3058728960, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.832053518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058753536, end = 3058823168, flags = 134217841, pgoff = 0, inode = 98485 }
+vm_state.vm_map: 13589.832055808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058823168, end = 3058896896, flags = 134217841, pgoff = 0, inode = 98526 }
+vm_state.vm_map: 13589.832058258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058896896, end = 3058978816, flags = 134217841, pgoff = 0, inode = 98443 }
+vm_state.vm_map: 13589.832063178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058978816, end = 3060350976, flags = 135266421, pgoff = 0, inode = 542490 }
+vm_state.vm_map: 13589.832065332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060350976, end = 3060416512, flags = 135266419, pgoff = 1368064, inode = 542490 }
+vm_state.vm_map: 13589.832067481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060416512, end = 3060428800, flags = 1048691, pgoff = 3060416512, inode = 0 }
+vm_state.vm_map: 13589.832069980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060428800, end = 3060436992, flags = 134217845, pgoff = 0, inode = 418295 }
+vm_state.vm_map: 13589.832072185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060436992, end = 3060441088, flags = 135266419, pgoff = 4096, inode = 418295 }
+vm_state.vm_map: 13589.832074598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060441088, end = 3060510720, flags = 134217841, pgoff = 0, inode = 98449 }
+vm_state.vm_map: 13589.832076906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060563968, end = 3060568064, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.832079479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060568064, end = 3060592640, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.832081572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060592640, end = 3060596736, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.832083665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060596736, end = 3060600832, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.832085735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060600832, end = 3060604928, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.832087797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060604928, end = 3060609024, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.832089853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060609024, end = 3060617216, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.832091909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060617216, end = 3060649984, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.832094089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060649984, end = 3060662272, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.832096157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060662272, end = 3060670464, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.832098324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060670464, end = 3060674560, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.832100374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060674560, end = 3060678656, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.832102547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060678656, end = 3060682752, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.832104604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060682752, end = 3060711424, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.832106654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060711424, end = 3060723712, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.832108698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060723712, end = 3060727808, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.832110889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060727808, end = 3060736000, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.832113315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060736000, end = 3060740096, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.832115372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060740096, end = 3060744192, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.832117508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060744192, end = 3060756480, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.832119613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060756480, end = 3060764672, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.832121700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060764672, end = 3060797440, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.832123756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060797440, end = 3060817920, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.832125812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060817920, end = 3060826112, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.832127962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060826112, end = 3060854784, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.832130073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060854784, end = 3060899840, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.832132283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060899840, end = 3060957184, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.832134351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060957184, end = 3060969472, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.832136458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060969472, end = 3061026816, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.832138551 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3061026816, end = 3061964800, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.832140582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3061964800, end = 3061981184, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.832142632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3061981184, end = 3061985280, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.832144596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3061985280, end = 3062013952, flags = 1048691, pgoff = 3061985280, inode = 0 }
+vm_state.vm_map: 13589.832146990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062013952, end = 3062251520, flags = 1048691, pgoff = 3062251520, inode = 0 }
+vm_state.vm_map: 13589.832154478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062288384, end = 3062292480, flags = 134217845, pgoff = 0, inode = 418261 }
+vm_state.vm_map: 13589.832156694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062292480, end = 3062296576, flags = 135266419, pgoff = 4096, inode = 418261 }
+vm_state.vm_map: 13589.832158978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062296576, end = 3062411264, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.832161003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062411264, end = 3062415360, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.832163256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062415360, end = 3062542336, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 13589.832165281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062542336, end = 3062546432, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 13589.832167591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062546432, end = 3062689792, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.832169628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062689792, end = 3062693888, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.832176635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062693888, end = 3062919168, flags = 134217845, pgoff = 0, inode = 410985 }
+vm_state.vm_map: 13589.832178801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062919168, end = 3062923264, flags = 135266419, pgoff = 221184, inode = 410985 }
+vm_state.vm_map: 13589.832181067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062923264, end = 3062964224, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.832183394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062964224, end = 3062968320, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.832185462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062968320, end = 3062972416, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.832187544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062972416, end = 3063009280, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.832189507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063009280, end = 3063013376, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.832191551 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063013376, end = 3063017472, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.832193724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063017472, end = 3063095296, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.832195768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063095296, end = 3063099392, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.832197702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063099392, end = 3063103488, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.832199635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063103488, end = 3063111680, flags = 1048691, pgoff = 3063103488, inode = 0 }
+vm_state.vm_map: 13589.832201703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063111680, end = 3063136256, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.832203636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063136256, end = 3063140352, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.832205570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063140352, end = 3063144448, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.832207607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063144448, end = 3063148544, flags = 1048688, pgoff = 3063144448, inode = 0 }
+vm_state.vm_map: 13589.832209547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063148544, end = 3071537152, flags = 1048691, pgoff = 3063148544, inode = 0 }
+vm_state.vm_map: 13589.832211615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3071537152, end = 3072868352, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.832213665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3072868352, end = 3072876544, flags = 1048691, pgoff = 3072868352, inode = 0 }
+vm_state.vm_map: 13589.832216227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3072876544, end = 3072892928, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.832218154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3072892928, end = 3072897024, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.832220456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3072897024, end = 3073044480, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.832222420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3073044480, end = 3073052672, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.832224629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3073052672, end = 3073060864, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.832226687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3073060864, end = 3073064960, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.832228853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3073064960, end = 3073163264, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.832230792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3073163264, end = 3073167360, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.832232861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3073167360, end = 3074482176, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.832234788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074482176, end = 3074490368, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.832236727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074490368, end = 3074494464, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.832238661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074494464, end = 3074510848, flags = 1048691, pgoff = 3074494464, inode = 0 }
+vm_state.vm_map: 13589.832240858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074510848, end = 3074658304, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.832242791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074658304, end = 3074662400, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.832244730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074662400, end = 3074666496, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.832246891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074666496, end = 3074674688, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.832249182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074674688, end = 3074678784, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.832251115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074678784, end = 3074682880, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.832253282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074682880, end = 3074715648, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.832255381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074715648, end = 3074719744, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.832257646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074719744, end = 3074891776, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.832259673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074891776, end = 3074895872, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.832261846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074895872, end = 3074977792, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.832263926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074977792, end = 3074981888, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.832266068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074981888, end = 3074985984, flags = 1048691, pgoff = 3074981888, inode = 0 }
+vm_state.vm_map: 13589.832268249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074985984, end = 3075457024, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.832270286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075457024, end = 3075473408, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.832272749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075473408, end = 3075547136, flags = 134217845, pgoff = 0, inode = 17860 }
+vm_state.vm_map: 13589.832274688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075547136, end = 3075551232, flags = 135266419, pgoff = 69632, inode = 17860 }
+vm_state.vm_map: 13589.832276874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075551232, end = 3075604480, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.832278806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075604480, end = 3075608576, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.832280924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075608576, end = 3075616768, flags = 134217845, pgoff = 0, inode = 23893 }
+vm_state.vm_map: 13589.832283214 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075616768, end = 3075620864, flags = 135266419, pgoff = 4096, inode = 23893 }
+vm_state.vm_map: 13589.832285277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075620864, end = 3076771840, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.832287217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3076771840, end = 3076788224, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.832289421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3076788224, end = 3076874240, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.832291397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3076874240, end = 3076878336, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.832293434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3076878336, end = 3076882432, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.832295496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3076882432, end = 3076894720, flags = 1048691, pgoff = 3076882432, inode = 0 }
+vm_state.vm_map: 13589.832297781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3076894720, end = 3077906432, flags = 134217845, pgoff = 0, inode = 1064975 }
+vm_state.vm_map: 13589.832299831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3077906432, end = 3077947392, flags = 135266419, pgoff = 1011712, inode = 1064975 }
+vm_state.vm_map: 13589.832304903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3077947392, end = 3079016448, flags = 134217845, pgoff = 0, inode = 1064979 }
+vm_state.vm_map: 13589.832307059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079016448, end = 3079086080, flags = 135266419, pgoff = 1069056, inode = 1064979 }
+vm_state.vm_map: 13589.832309361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079090176, end = 3079102464, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.832311393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079102464, end = 3079106560, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.832316268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079106560, end = 3079118848, flags = 134217845, pgoff = 0, inode = 410992 }
+vm_state.vm_map: 13589.832318663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079118848, end = 3079122944, flags = 135266419, pgoff = 8192, inode = 410992 }
+vm_state.vm_map: 13589.832320769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079122944, end = 3079139328, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.832322936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079139328, end = 3079143424, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.832325109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079143424, end = 3079176192, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.832327061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079176192, end = 3079180288, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.832329062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079180288, end = 3079188480, flags = 1048691, pgoff = 3079180288, inode = 0 }
+vm_state.vm_map: 13589.832331180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079188480, end = 3079192576, flags = 67371125, pgoff = 3079188480, inode = 0 }
+vm_state.vm_map: 13589.832333371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079192576, end = 3079307264, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.832335415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079307264, end = 3079311360, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.832337459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079311360, end = 3079315456, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.832339466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3218153472, end = 3218366464, flags = 1048947, pgoff = 3221012480, inode = 0 }
+vm_state.vm_map: 13589.832342120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
+vm_state.vm_map: 13589.832344274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
+vm_state.vm_map: 13589.832346305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
+vm_state.vm_map: 13589.832348572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 168464384, end = 168534016, flags = 1048691, pgoff = 168464384, inode = 0 }
+vm_state.vm_map: 13589.832350659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3074740224, end = 3076071424, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.832352955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3076071424, end = 3076075520, flags = 1048691, pgoff = 3076071424, inode = 0 }
+vm_state.vm_map: 13589.832355048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3076075520, end = 3077390336, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.832356988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077390336, end = 3077398528, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.832358970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077398528, end = 3077402624, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.832361063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077402624, end = 3077419008, flags = 1048691, pgoff = 3077402624, inode = 0 }
+vm_state.vm_map: 13589.832363156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077419008, end = 3077427200, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.832365083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077427200, end = 3077431296, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.832367022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077431296, end = 3077435392, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.832369227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077435392, end = 3077652480, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 13589.832371153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077652480, end = 3077664768, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 13589.832373339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077730304, end = 3077758976, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.832375272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077758976, end = 3077767168, flags = 1048691, pgoff = 3077758976, inode = 0 }
+vm_state.vm_map: 13589.832377211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077767168, end = 3077771264, flags = 67371125, pgoff = 3077767168, inode = 0 }
+vm_state.vm_map: 13589.832379262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077771264, end = 3077885952, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.832381195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077885952, end = 3077890048, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.832383128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077890048, end = 3077894144, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.832385411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3217088512, end = 3217174528, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.832387912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
+vm_state.vm_map: 13589.832389862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
+vm_state.vm_map: 13589.832391913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
+vm_state.vm_map: 13589.832394049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 147787776, end = 147898368, flags = 1048691, pgoff = 147787776, inode = 0 }
+vm_state.vm_map: 13589.832396216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3074928640, end = 3076259840, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.832398254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3076259840, end = 3076263936, flags = 1048691, pgoff = 3076259840, inode = 0 }
+vm_state.vm_map: 13589.832400317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3076263936, end = 3077578752, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.832402367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077578752, end = 3077586944, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.832404306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077586944, end = 3077591040, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.832406239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077591040, end = 3077607424, flags = 1048691, pgoff = 3077591040, inode = 0 }
+vm_state.vm_map: 13589.832408283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077607424, end = 3077615616, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.832410315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077615616, end = 3077619712, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.832412248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077619712, end = 3077623808, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.832414291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077623808, end = 3077840896, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 13589.832416230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077840896, end = 3077853184, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 13589.832418625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077918720, end = 3077947392, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.832420565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077947392, end = 3077955584, flags = 1048691, pgoff = 3077947392, inode = 0 }
+vm_state.vm_map: 13589.832422609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077955584, end = 3077959680, flags = 67371125, pgoff = 3077955584, inode = 0 }
+vm_state.vm_map: 13589.832424659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077959680, end = 3078074368, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.832426592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3078074368, end = 3078078464, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.832428549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3078078464, end = 3078082560, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.832430606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3218980864, end = 3219066880, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.832435925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 134512640, end = 134586368, flags = 134223989, pgoff = 0, inode = 231137 }
+vm_state.vm_map: 13589.832437871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 134586368, end = 134594560, flags = 135272563, pgoff = 69632, inode = 231137 }
+vm_state.vm_map: 13589.832439809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 162680832, end = 190992384, flags = 1048691, pgoff = 162680832, inode = 0 }
+vm_state.vm_map: 13589.832447062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2871136256, end = 2877706240, flags = 134217841, pgoff = 0, inode = 545462 }
+vm_state.vm_map: 13589.832455490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2877706240, end = 2891042816, flags = 134217841, pgoff = 0, inode = 582110 }
+vm_state.vm_map: 13589.832475099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2891042816, end = 2904379392, flags = 134217841, pgoff = 0, inode = 582110 }
+vm_state.vm_map: 13589.832477684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2904379392, end = 2904383488, flags = 1048688, pgoff = 2904379392, inode = 0 }
+vm_state.vm_map: 13589.832479820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2904383488, end = 2912772096, flags = 1048691, pgoff = 2904383488, inode = 0 }
+vm_state.vm_map: 13589.832482197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2912772096, end = 2912776192, flags = 1048688, pgoff = 2912772096, inode = 0 }
+vm_state.vm_map: 13589.832484235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2912776192, end = 2921164800, flags = 1048691, pgoff = 2912776192, inode = 0 }
+vm_state.vm_map: 13589.832490114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2921164800, end = 2921529344, flags = 134217845, pgoff = 0, inode = 264457 }
+vm_state.vm_map: 13589.832492164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2921529344, end = 2921537536, flags = 135266419, pgoff = 364544, inode = 264457 }
+vm_state.vm_map: 13589.832494208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2921537536, end = 2922065920, flags = 1048691, pgoff = 2921537536, inode = 0 }
+vm_state.vm_map: 13589.832499565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2922065920, end = 2922172416, flags = 134217845, pgoff = 0, inode = 264532 }
+vm_state.vm_map: 13589.832501781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2922172416, end = 2922176512, flags = 135266419, pgoff = 106496, inode = 264532 }
+vm_state.vm_map: 13589.832503899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2922176512, end = 2922864640, flags = 1048691, pgoff = 2922176512, inode = 0 }
+vm_state.vm_map: 13589.832506053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2922864640, end = 2922868736, flags = 1048688, pgoff = 2922864640, inode = 0 }
+vm_state.vm_map: 13589.832508171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2922868736, end = 2931257344, flags = 1048691, pgoff = 2922868736, inode = 0 }
+vm_state.vm_map: 13589.832511095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2932133888, end = 2932457472, flags = 134217841, pgoff = 0, inode = 49558 }
+vm_state.vm_map: 13589.832516236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2932457472, end = 2939027456, flags = 134217841, pgoff = 0, inode = 545462 }
+vm_state.vm_map: 13589.832518717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2939027456, end = 2939650048, flags = 134217841, pgoff = 0, inode = 49164 }
+vm_state.vm_map: 13589.832520718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2939650048, end = 2939654144, flags = 1048688, pgoff = 2939650048, inode = 0 }
+vm_state.vm_map: 13589.832522879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2939654144, end = 2948042752, flags = 1048691, pgoff = 2939654144, inode = 0 }
+vm_state.vm_map: 13589.832525483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2948042752, end = 2948063232, flags = 134217845, pgoff = 0, inode = 508634 }
+vm_state.vm_map: 13589.832527964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2948063232, end = 2948067328, flags = 135266417, pgoff = 16384, inode = 508634 }
+vm_state.vm_map: 13589.832529964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2948067328, end = 2948071424, flags = 135266419, pgoff = 20480, inode = 508634 }
+vm_state.vm_map: 13589.832532286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2948091904, end = 2948096000, flags = 1048691, pgoff = 2948091904, inode = 0 }
+vm_state.vm_map: 13589.832534496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2948096000, end = 2948165632, flags = 134217841, pgoff = 0, inode = 98449 }
+vm_state.vm_map: 13589.832536805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2948165632, end = 2948169728, flags = 1048688, pgoff = 2948165632, inode = 0 }
+vm_state.vm_map: 13589.832538849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2948169728, end = 2956558336, flags = 1048691, pgoff = 2948169728, inode = 0 }
+vm_state.vm_map: 13589.832541072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2956558336, end = 2956562432, flags = 1048688, pgoff = 2956558336, inode = 0 }
+vm_state.vm_map: 13589.832543017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2956562432, end = 2965913600, flags = 1048691, pgoff = 2956562432, inode = 0 }
+vm_state.vm_map: 13589.832548169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2965913600, end = 2965934080, flags = 134217845, pgoff = 0, inode = 264374 }
+vm_state.vm_map: 13589.832550231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2965934080, end = 2965938176, flags = 135266419, pgoff = 20480, inode = 264374 }
+vm_state.vm_map: 13589.832555483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2965938176, end = 2966003712, flags = 134217841, pgoff = 0, inode = 649744 }
+vm_state.vm_map: 13589.832560508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2966003712, end = 2966028288, flags = 134217845, pgoff = 0, inode = 264552 }
+vm_state.vm_map: 13589.832562687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2966028288, end = 2966032384, flags = 135266419, pgoff = 24576, inode = 264552 }
+vm_state.vm_map: 13589.832564891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2966032384, end = 2966036480, flags = 1048688, pgoff = 2966032384, inode = 0 }
+vm_state.vm_map: 13589.832567180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2966036480, end = 2974425088, flags = 1048691, pgoff = 2966036480, inode = 0 }
+vm_state.vm_map: 13589.832569200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2974425088, end = 2974429184, flags = 1048688, pgoff = 2974425088, inode = 0 }
+vm_state.vm_map: 13589.832571231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2974429184, end = 2982817792, flags = 1048691, pgoff = 2974429184, inode = 0 }
+vm_state.vm_map: 13589.832573854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2982817792, end = 2983108608, flags = 134217845, pgoff = 0, inode = 82086 }
+vm_state.vm_map: 13589.832575997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2983108608, end = 2983157760, flags = 135266419, pgoff = 286720, inode = 82086 }
+vm_state.vm_map: 13589.832581038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2983157760, end = 2983419904, flags = 134217845, pgoff = 0, inode = 82085 }
+vm_state.vm_map: 13589.832583077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2983419904, end = 2983424000, flags = 135266419, pgoff = 258048, inode = 82085 }
+vm_state.vm_map: 13589.832585601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2983424000, end = 2983440384, flags = 1048691, pgoff = 2983424000, inode = 0 }
+vm_state.vm_map: 13589.832588469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2983440384, end = 2983555072, flags = 134217845, pgoff = 0, inode = 82084 }
+vm_state.vm_map: 13589.832590513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2983555072, end = 2983559168, flags = 135266419, pgoff = 114688, inode = 82084 }
+vm_state.vm_map: 13589.832592711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2983559168, end = 2984079360, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 13589.832594743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2984079360, end = 2984087552, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 13589.832597458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2984087552, end = 2984267776, flags = 134217845, pgoff = 0, inode = 82083 }
+vm_state.vm_map: 13589.832599495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2984267776, end = 2984271872, flags = 135266419, pgoff = 180224, inode = 82083 }
+vm_state.vm_map: 13589.832606908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2984271872, end = 2984341504, flags = 134217845, pgoff = 0, inode = 21618 }
+vm_state.vm_map: 13589.832608940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2984341504, end = 2984353792, flags = 135266419, pgoff = 69632, inode = 21618 }
+vm_state.vm_map: 13589.832616303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2984353792, end = 2985205760, flags = 134217845, pgoff = 0, inode = 21616 }
+vm_state.vm_map: 13589.832618334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985205760, end = 2985222144, flags = 135266419, pgoff = 851968, inode = 21616 }
+vm_state.vm_map: 13589.832626535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985222144, end = 2985336832, flags = 134217845, pgoff = 0, inode = 21619 }
+vm_state.vm_map: 13589.832628579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985336832, end = 2985345024, flags = 135266419, pgoff = 114688, inode = 21619 }
+vm_state.vm_map: 13589.832633480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985345024, end = 2985496576, flags = 134217845, pgoff = 0, inode = 21617 }
+vm_state.vm_map: 13589.832635560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985496576, end = 2985504768, flags = 135266419, pgoff = 151552, inode = 21617 }
+vm_state.vm_map: 13589.832637758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985504768, end = 2985521152, flags = 1048691, pgoff = 2985504768, inode = 0 }
+vm_state.vm_map: 13589.832640202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985521152, end = 2985594880, flags = 134217845, pgoff = 0, inode = 264489 }
+vm_state.vm_map: 13589.832642388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985594880, end = 2985598976, flags = 135266419, pgoff = 73728, inode = 264489 }
+vm_state.vm_map: 13589.832644912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985598976, end = 2985967616, flags = 134217845, pgoff = 0, inode = 264542 }
+vm_state.vm_map: 13589.832647091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985967616, end = 2985984000, flags = 135266419, pgoff = 368640, inode = 264542 }
+vm_state.vm_map: 13589.832652399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985984000, end = 2986196992, flags = 134217845, pgoff = 0, inode = 264488 }
+vm_state.vm_map: 13589.832654448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986196992, end = 2986209280, flags = 135266419, pgoff = 208896, inode = 264488 }
+vm_state.vm_map: 13589.832657059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986209280, end = 2986225664, flags = 134217845, pgoff = 0, inode = 87517 }
+vm_state.vm_map: 13589.832659152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986225664, end = 2986229760, flags = 135266419, pgoff = 12288, inode = 87517 }
+vm_state.vm_map: 13589.832661978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986229760, end = 2986254336, flags = 134217845, pgoff = 0, inode = 87514 }
+vm_state.vm_map: 13589.832664002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986254336, end = 2986258432, flags = 135266419, pgoff = 20480, inode = 87514 }
+vm_state.vm_map: 13589.832666952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986258432, end = 2986651648, flags = 134217979, pgoff = 0, inode = 622594 }
+vm_state.vm_map: 13589.832672069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986651648, end = 2986725376, flags = 134217845, pgoff = 0, inode = 264471 }
+vm_state.vm_map: 13589.832674137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986725376, end = 2986733568, flags = 135266419, pgoff = 69632, inode = 264471 }
+vm_state.vm_map: 13589.832678871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986733568, end = 2987364352, flags = 134217845, pgoff = 0, inode = 264445 }
+vm_state.vm_map: 13589.832680933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2987364352, end = 2987380736, flags = 135266419, pgoff = 630784, inode = 264445 }
+vm_state.vm_map: 13589.832682990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2987380736, end = 2987384832, flags = 1048688, pgoff = 2987380736, inode = 0 }
+vm_state.vm_map: 13589.832684972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2987384832, end = 2995773440, flags = 1048691, pgoff = 2987384832, inode = 0 }
+vm_state.vm_map: 13589.832687005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2995773440, end = 2995777536, flags = 1048688, pgoff = 2995773440, inode = 0 }
+kernel.irq_entry: 13589.832712948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.irq_exit: 13589.832726173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
+vm_state.vm_map: 13589.832731387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2995777536, end = 3004166144, flags = 1048691, pgoff = 2995777536, inode = 0 }
+vm_state.vm_map: 13589.832733467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3004166144, end = 3004170240, flags = 1048688, pgoff = 3004166144, inode = 0 }
+vm_state.vm_map: 13589.832735641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3004170240, end = 3012558848, flags = 1048691, pgoff = 3004170240, inode = 0 }
+vm_state.vm_map: 13589.832737851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3012558848, end = 3012726784, flags = 2097267, pgoff = 3012558848, inode = 0 }
+vm_state.vm_map: 13589.832740000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3012726784, end = 3013607424, flags = 2097264, pgoff = 3012726784, inode = 0 }
+vm_state.vm_map: 13589.832742198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013607424, end = 3013668864, flags = 134217841, pgoff = 0, inode = 649743 }
+vm_state.vm_map: 13589.832744807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013668864, end = 3013730304, flags = 134217845, pgoff = 0, inode = 264103 }
+vm_state.vm_map: 13589.832746864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013730304, end = 3013734400, flags = 135266419, pgoff = 61440, inode = 264103 }
+vm_state.vm_map: 13589.832749357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013734400, end = 3013754880, flags = 134217845, pgoff = 0, inode = 264512 }
+vm_state.vm_map: 13589.832751358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013754880, end = 3013758976, flags = 135266419, pgoff = 20480, inode = 264512 }
+vm_state.vm_map: 13589.832753747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013758976, end = 3013918720, flags = 134217845, pgoff = 0, inode = 106968 }
+vm_state.vm_map: 13589.832755687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013918720, end = 3013926912, flags = 135266419, pgoff = 159744, inode = 106968 }
+vm_state.vm_map: 13589.832757878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013926912, end = 3014008832, flags = 134217841, pgoff = 0, inode = 98443 }
+vm_state.vm_map: 13589.832765973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014008832, end = 3014021120, flags = 134217845, pgoff = 0, inode = 264476 }
+vm_state.vm_map: 13589.832768012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014021120, end = 3014025216, flags = 135266419, pgoff = 8192, inode = 264476 }
+vm_state.vm_map: 13589.832773282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014025216, end = 3014078464, flags = 134217841, pgoff = 0, inode = 649748 }
+vm_state.vm_map: 13589.832775991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014078464, end = 3014148096, flags = 134217841, pgoff = 0, inode = 649694 }
+vm_state.vm_map: 13589.832778348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014148096, end = 3014156288, flags = 134217845, pgoff = 0, inode = 87435 }
+vm_state.vm_map: 13589.832780435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014156288, end = 3014160384, flags = 135266419, pgoff = 4096, inode = 87435 }
+vm_state.vm_map: 13589.832783150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014160384, end = 3014164480, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.832785403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014164480, end = 3014189056, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.832787534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014189056, end = 3014193152, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.832789787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014193152, end = 3014197248, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.832792243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014197248, end = 3014201344, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.832794342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014201344, end = 3014205440, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.832796442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014205440, end = 3014213632, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.832798622 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014213632, end = 3014246400, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.832801133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014246400, end = 3014258688, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.832803343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014258688, end = 3014266880, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.832805542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014266880, end = 3014270976, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.832807739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014270976, end = 3014275072, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.832809918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014275072, end = 3014279168, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.832811975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014279168, end = 3014307840, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.832814044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014307840, end = 3014320128, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.832816131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014320128, end = 3014324224, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.832818365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014324224, end = 3014332416, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.832820594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014332416, end = 3014336512, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.832822650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014336512, end = 3014340608, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.832824713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014340608, end = 3014352896, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.832826892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014352896, end = 3014361088, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.832828985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014361088, end = 3014393856, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.832831287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014393856, end = 3014414336, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.832833633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014414336, end = 3014422528, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.832836255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014422528, end = 3014451200, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.832838558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014451200, end = 3014496256, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.832840707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014496256, end = 3014553600, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.832842769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014553600, end = 3014610944, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.832844746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014610944, end = 3014615040, flags = 1048688, pgoff = 3014610944, inode = 0 }
+vm_state.vm_map: 13589.832846876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014615040, end = 3023003648, flags = 1048691, pgoff = 3014615040, inode = 0 }
+vm_state.vm_map: 13589.832852349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3023003648, end = 3028430848, flags = 134217845, pgoff = 0, inode = 264426 }
+vm_state.vm_map: 13589.832854386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3028430848, end = 3028819968, flags = 135266419, pgoff = 5423104, inode = 264426 }
+vm_state.vm_map: 13589.832856436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3028819968, end = 3028848640, flags = 1048691, pgoff = 3028819968, inode = 0 }
+vm_state.vm_map: 13589.832858752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3028848640, end = 3028975616, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 13589.832860801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3028975616, end = 3028979712, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 13589.832862845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3028979712, end = 3028996096, flags = 1048691, pgoff = 3028979712, inode = 0 }
+vm_state.vm_map: 13589.832865289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3028996096, end = 3029065728, flags = 134217845, pgoff = 0, inode = 264390 }
+vm_state.vm_map: 13589.832867340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029065728, end = 3029073920, flags = 135266419, pgoff = 65536, inode = 264390 }
+vm_state.vm_map: 13589.832869845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029073920, end = 3029168128, flags = 134217845, pgoff = 0, inode = 264386 }
+vm_state.vm_map: 13589.832872449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029168128, end = 3029176320, flags = 135266419, pgoff = 90112, inode = 264386 }
+vm_state.vm_map: 13589.832874604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029176320, end = 3029250048, flags = 134217845, pgoff = 0, inode = 17860 }
+vm_state.vm_map: 13589.832876703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029250048, end = 3029254144, flags = 135266419, pgoff = 69632, inode = 17860 }
+vm_state.vm_map: 13589.832878797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029254144, end = 3029266432, flags = 134217845, pgoff = 0, inode = 141213 }
+vm_state.vm_map: 13589.832880736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029266432, end = 3029270528, flags = 135266419, pgoff = 8192, inode = 141213 }
+vm_state.vm_map: 13589.832882965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029270528, end = 3029282816, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.832890346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029282816, end = 3029311488, flags = 134217845, pgoff = 0, inode = 264450 }
+vm_state.vm_map: 13589.832892390 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029311488, end = 3029315584, flags = 135266419, pgoff = 24576, inode = 264450 }
+vm_state.vm_map: 13589.832894841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029315584, end = 3029348352, flags = 134217841, pgoff = 0, inode = 73897 }
+vm_state.vm_map: 13589.832899649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029348352, end = 3029581824, flags = 134217845, pgoff = 0, inode = 264491 }
+vm_state.vm_map: 13589.832901711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029581824, end = 3029594112, flags = 135266419, pgoff = 229376, inode = 264491 }
+vm_state.vm_map: 13589.832904340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029594112, end = 3029610496, flags = 134217845, pgoff = 0, inode = 264557 }
+vm_state.vm_map: 13589.832906280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029610496, end = 3029614592, flags = 135266419, pgoff = 16384, inode = 264557 }
+vm_state.vm_map: 13589.832911432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029614592, end = 3029704704, flags = 134217845, pgoff = 0, inode = 264497 }
+vm_state.vm_map: 13589.832913494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029704704, end = 3029712896, flags = 135266419, pgoff = 86016, inode = 264497 }
+vm_state.vm_map: 13589.832918555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029712896, end = 3029782528, flags = 134217845, pgoff = 0, inode = 264411 }
+vm_state.vm_map: 13589.832920593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029782528, end = 3029786624, flags = 135266419, pgoff = 65536, inode = 264411 }
+vm_state.vm_map: 13589.832923326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029786624, end = 3029807104, flags = 134217845, pgoff = 0, inode = 264467 }
+vm_state.vm_map: 13589.832925543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029807104, end = 3029811200, flags = 135266419, pgoff = 16384, inode = 264467 }
+vm_state.vm_map: 13589.832927858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029811200, end = 3029815296, flags = 1048688, pgoff = 3029811200, inode = 0 }
+vm_state.vm_map: 13589.832929902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029815296, end = 3038203904, flags = 1048691, pgoff = 3029815296, inode = 0 }
+vm_state.vm_map: 13589.832937203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038203904, end = 3038375936, flags = 134217845, pgoff = 0, inode = 264421 }
+vm_state.vm_map: 13589.832939241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038375936, end = 3038384128, flags = 135266419, pgoff = 167936, inode = 264421 }
+vm_state.vm_map: 13589.832944061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038384128, end = 3038494720, flags = 134217845, pgoff = 0, inode = 264459 }
+vm_state.vm_map: 13589.832946457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038494720, end = 3038502912, flags = 135266419, pgoff = 106496, inode = 264459 }
+vm_state.vm_map: 13589.832948759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038502912, end = 3038515200, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.832950907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038515200, end = 3038519296, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.832953099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038519296, end = 3038605312, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.832955266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038605312, end = 3038609408, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.832957414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038609408, end = 3038617600, flags = 1048691, pgoff = 3038609408, inode = 0 }
+vm_state.vm_map: 13589.832959674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038617600, end = 3038646272, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.832961644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038646272, end = 3038650368, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.832963799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038650368, end = 3038969856, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.832965738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038969856, end = 3038986240, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.832968466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038986240, end = 3038994432, flags = 134217845, pgoff = 0, inode = 231125 }
+vm_state.vm_map: 13589.832970399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038994432, end = 3038998528, flags = 135266419, pgoff = 4096, inode = 231125 }
+vm_state.vm_map: 13589.832972818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038998528, end = 3039076352, flags = 134217845, pgoff = 0, inode = 264536 }
+vm_state.vm_map: 13589.832974794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039076352, end = 3039080448, flags = 135266419, pgoff = 77824, inode = 264536 }
+vm_state.vm_map: 13589.832977227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039080448, end = 3039092736, flags = 134217845, pgoff = 0, inode = 231124 }
+vm_state.vm_map: 13589.832979158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039092736, end = 3039096832, flags = 135266419, pgoff = 12288, inode = 231124 }
+vm_state.vm_map: 13589.832981813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039096832, end = 3039215616, flags = 134217845, pgoff = 0, inode = 229424 }
+vm_state.vm_map: 13589.832983752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039215616, end = 3039223808, flags = 135266419, pgoff = 114688, inode = 229424 }
+vm_state.vm_map: 13589.832986189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039223808, end = 3039404032, flags = 134217845, pgoff = 0, inode = 264408 }
+vm_state.vm_map: 13589.832988123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039404032, end = 3039420416, flags = 135266419, pgoff = 176128, inode = 264408 }
+vm_state.vm_map: 13589.832995350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039420416, end = 3039735808, flags = 134217845, pgoff = 0, inode = 264365 }
+vm_state.vm_map: 13589.832997277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039735808, end = 3039752192, flags = 135266419, pgoff = 315392, inode = 264365 }
+vm_state.vm_map: 13589.832999574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039752192, end = 3040215040, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 13589.833001513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3040215040, end = 3040227328, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 13589.833003705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3040227328, end = 3040288768, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 13589.833005687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3040288768, end = 3040292864, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 13589.833008150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3040292864, end = 3041095680, flags = 134217845, pgoff = 0, inode = 21274 }
+vm_state.vm_map: 13589.833010182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041095680, end = 3041112064, flags = 135266419, pgoff = 802816, inode = 21274 }
+vm_state.vm_map: 13589.833017570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041112064, end = 3041128448, flags = 134217845, pgoff = 0, inode = 1065421 }
+vm_state.vm_map: 13589.833019626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041128448, end = 3041132544, flags = 135266419, pgoff = 12288, inode = 1065421 }
+vm_state.vm_map: 13589.833026514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041132544, end = 3041193984, flags = 134217845, pgoff = 0, inode = 21268 }
+vm_state.vm_map: 13589.833028651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041193984, end = 3041198080, flags = 135266419, pgoff = 57344, inode = 21268 }
+vm_state.vm_map: 13589.833031212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041198080, end = 3041239040, flags = 134217845, pgoff = 0, inode = 22434 }
+vm_state.vm_map: 13589.833033250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041239040, end = 3041243136, flags = 135266419, pgoff = 40960, inode = 22434 }
+vm_state.vm_map: 13589.833035533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041243136, end = 3041849344, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 13589.833037559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041849344, end = 3041865728, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 13589.833040096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041865728, end = 3043123200, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 13589.833042134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043123200, end = 3043143680, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 13589.833044097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043143680, end = 3043147776, flags = 1048691, pgoff = 3043143680, inode = 0 }
+vm_state.vm_map: 13589.833046375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043147776, end = 3043184640, flags = 134217845, pgoff = 0, inode = 499726 }
+vm_state.vm_map: 13589.833048308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043184640, end = 3043188736, flags = 135266419, pgoff = 32768, inode = 499726 }
+vm_state.vm_map: 13589.833053554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043188736, end = 3043319808, flags = 134217845, pgoff = 0, inode = 1065240 }
+vm_state.vm_map: 13589.833055585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043319808, end = 3043332096, flags = 135266419, pgoff = 131072, inode = 1065240 }
+vm_state.vm_map: 13589.833058350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043332096, end = 3043368960, flags = 134217845, pgoff = 0, inode = 22966 }
+vm_state.vm_map: 13589.833058825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043368960, end = 3043373056, flags = 135266419, pgoff = 36864, inode = 22966 }
+kernel.irq_entry: 13589.833075717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_itimer_expired: 13589.833083278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { pid = 1852 }
+kernel.send_signal: 13589.833092580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { pid = 1852, signal = 14 }
+kernel.irq_exit: 13589.833111358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
+vm_state.vm_map: 13589.833120968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043373056, end = 3043450880, flags = 134217845, pgoff = 0, inode = 1065451 }
+vm_state.vm_map: 13589.833123430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043450880, end = 3043459072, flags = 135266419, pgoff = 77824, inode = 1065451 }
+vm_state.vm_map: 13589.833130283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043459072, end = 3043794944, flags = 134217845, pgoff = 0, inode = 1065452 }
+vm_state.vm_map: 13589.833132332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043794944, end = 3043835904, flags = 135266419, pgoff = 331776, inode = 1065452 }
+vm_state.vm_map: 13589.833139222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043835904, end = 3044196352, flags = 134217845, pgoff = 0, inode = 1065455 }
+vm_state.vm_map: 13589.833141259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044196352, end = 3044208640, flags = 135266419, pgoff = 356352, inode = 1065455 }
+vm_state.vm_map: 13589.833148235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044208640, end = 3044290560, flags = 134217845, pgoff = 0, inode = 1065819 }
+vm_state.vm_map: 13589.833150279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044290560, end = 3044294656, flags = 135266419, pgoff = 81920, inode = 1065819 }
+vm_state.vm_map: 13589.833152458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044294656, end = 3044519936, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.833154489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044519936, end = 3044524032, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.833156552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044524032, end = 3044528128, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.833178248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044528128, end = 3044642816, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 13589.833180364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044642816, end = 3044646912, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 13589.833187931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044646912, end = 3044954112, flags = 134217845, pgoff = 0, inode = 1065420 }
+vm_state.vm_map: 13589.833189968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044954112, end = 3044995072, flags = 135266419, pgoff = 303104, inode = 1065420 }
+vm_state.vm_map: 13589.833194833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044995072, end = 3045191680, flags = 134217845, pgoff = 0, inode = 1065401 }
+vm_state.vm_map: 13589.833196889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3045191680, end = 3045203968, flags = 135266419, pgoff = 192512, inode = 1065401 }
+vm_state.vm_map: 13589.833198945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3045203968, end = 3045208064, flags = 1048691, pgoff = 3045203968, inode = 0 }
+vm_state.vm_map: 13589.833203766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3045208064, end = 3045269504, flags = 134217841, pgoff = 0, inode = 76320 }
+vm_state.vm_map: 13589.833206154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3045269504, end = 3045298176, flags = 134217841, pgoff = 0, inode = 73912 }
+vm_state.vm_map: 13589.833208561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3045298176, end = 3045605376, flags = 134217845, pgoff = 0, inode = 264528 }
+vm_state.vm_map: 13589.833210735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3045605376, end = 3045621760, flags = 135266419, pgoff = 307200, inode = 264528 }
+vm_state.vm_map: 13589.833215894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3045621760, end = 3046395904, flags = 134217845, pgoff = 0, inode = 264478 }
+vm_state.vm_map: 13589.833218036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3046395904, end = 3046420480, flags = 135266419, pgoff = 774144, inode = 264478 }
+vm_state.vm_map: 13589.833220049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3046420480, end = 3046461440, flags = 1048691, pgoff = 3046420480, inode = 0 }
+vm_state.vm_map: 13589.833222782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3046461440, end = 3046846464, flags = 134217845, pgoff = 0, inode = 264571 }
+vm_state.vm_map: 13589.833224858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3046846464, end = 3046875136, flags = 135266419, pgoff = 385024, inode = 264571 }
+vm_state.vm_map: 13589.833227104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3046875136, end = 3046879232, flags = 1048691, pgoff = 3046875136, inode = 0 }
+vm_state.vm_map: 13589.833229462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3046879232, end = 3047034880, flags = 134217845, pgoff = 0, inode = 264449 }
+vm_state.vm_map: 13589.833231519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3047034880, end = 3047043072, flags = 135266419, pgoff = 155648, inode = 264449 }
+vm_state.vm_map: 13589.833234031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3047043072, end = 3047112704, flags = 134217845, pgoff = 0, inode = 264508 }
+vm_state.vm_map: 13589.833235982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3047112704, end = 3047120896, flags = 135266419, pgoff = 65536, inode = 264508 }
+vm_state.vm_map: 13589.833238174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3047120896, end = 3047124992, flags = 1048688, pgoff = 3047120896, inode = 0 }
+vm_state.vm_map: 13589.833240211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3047124992, end = 3055513600, flags = 1048691, pgoff = 3047124992, inode = 0 }
+vm_state.vm_map: 13589.833244885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3055513600, end = 3055730688, flags = 134217845, pgoff = 0, inode = 264108 }
+vm_state.vm_map: 13589.833246934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3055730688, end = 3055742976, flags = 135266419, pgoff = 217088, inode = 264108 }
+vm_state.vm_map: 13589.833252130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3055742976, end = 3056492544, flags = 134217845, pgoff = 0, inode = 264373 }
+vm_state.vm_map: 13589.833254181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056492544, end = 3056525312, flags = 135266419, pgoff = 749568, inode = 264373 }
+vm_state.vm_map: 13589.833261235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056525312, end = 3056787456, flags = 134217845, pgoff = 0, inode = 17293 }
+vm_state.vm_map: 13589.833263384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056787456, end = 3056803840, flags = 135266419, pgoff = 262144, inode = 17293 }
+vm_state.vm_map: 13589.833265601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056803840, end = 3056816128, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 13589.833267645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056816128, end = 3056820224, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 13589.833269830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056820224, end = 3056828416, flags = 134217845, pgoff = 0, inode = 508751 }
+vm_state.vm_map: 13589.833271831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056828416, end = 3056832512, flags = 135266417, pgoff = 4096, inode = 508751 }
+vm_state.vm_map: 13589.833273931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056832512, end = 3056836608, flags = 135266419, pgoff = 8192, inode = 508751 }
+vm_state.vm_map: 13589.833276418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056836608, end = 3056893952, flags = 134217845, pgoff = 0, inode = 264553 }
+vm_state.vm_map: 13589.833278455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056893952, end = 3056898048, flags = 135266419, pgoff = 57344, inode = 264553 }
+vm_state.vm_map: 13589.833283129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056898048, end = 3056996352, flags = 134217845, pgoff = 0, inode = 229435 }
+vm_state.vm_map: 13589.833285314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056996352, end = 3057004544, flags = 135266419, pgoff = 94208, inode = 229435 }
+vm_state.vm_map: 13589.833288072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3057004544, end = 3059937280, flags = 134217845, pgoff = 0, inode = 264105 }
+vm_state.vm_map: 13589.833290097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3059937280, end = 3060047872, flags = 135266419, pgoff = 2928640, inode = 264105 }
+vm_state.vm_map: 13589.833292136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060047872, end = 3060051968, flags = 1048691, pgoff = 3060047872, inode = 0 }
+vm_state.vm_map: 13589.833294438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060051968, end = 3060080640, flags = 134217845, pgoff = 0, inode = 1065218 }
+vm_state.vm_map: 13589.833296586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060080640, end = 3060084736, flags = 135266419, pgoff = 28672, inode = 1065218 }
+vm_state.vm_map: 13589.833298778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060084736, end = 3060137984, flags = 134217845, pgoff = 0, inode = 24466 }
+vm_state.vm_map: 13589.833300724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060137984, end = 3060142080, flags = 135266419, pgoff = 49152, inode = 24466 }
+vm_state.vm_map: 13589.833303032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060142080, end = 3060162560, flags = 134217845, pgoff = 0, inode = 21278 }
+vm_state.vm_map: 13589.833305076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060162560, end = 3060166656, flags = 135266419, pgoff = 16384, inode = 21278 }
+vm_state.vm_map: 13589.833307231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060166656, end = 3060330496, flags = 134217845, pgoff = 0, inode = 21283 }
+vm_state.vm_map: 13589.833309274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060330496, end = 3060334592, flags = 135266419, pgoff = 159744, inode = 21283 }
+vm_state.vm_map: 13589.833311509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060334592, end = 3060396032, flags = 134217845, pgoff = 0, inode = 1065430 }
+vm_state.vm_map: 13589.833313554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060396032, end = 3060400128, flags = 135266419, pgoff = 57344, inode = 1065430 }
+vm_state.vm_map: 13589.833315597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060400128, end = 3060408320, flags = 1048691, pgoff = 3060400128, inode = 0 }
+vm_state.vm_map: 13589.833317937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060408320, end = 3060469760, flags = 134217845, pgoff = 0, inode = 264564 }
+vm_state.vm_map: 13589.833320042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060469760, end = 3060473856, flags = 135266419, pgoff = 57344, inode = 264564 }
+vm_state.vm_map: 13589.833322801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060473856, end = 3060490240, flags = 134217845, pgoff = 0, inode = 264418 }
+vm_state.vm_map: 13589.833324838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060490240, end = 3060494336, flags = 135266419, pgoff = 16384, inode = 264418 }
+vm_state.vm_map: 13589.833327030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060494336, end = 3060535296, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.833329172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060535296, end = 3060539392, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.833331142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060539392, end = 3060543488, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.833333655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060543488, end = 3060580352, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.833335735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060580352, end = 3060584448, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.833337902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060584448, end = 3060588544, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.833340118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060588544, end = 3060666368, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.833342391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060666368, end = 3060670464, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.833344354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060670464, end = 3060674560, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.833346521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060674560, end = 3060682752, flags = 1048691, pgoff = 3060674560, inode = 0 }
+vm_state.vm_map: 13589.833348750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060682752, end = 3060707328, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.833351033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060707328, end = 3060711424, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.833353108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060711424, end = 3060715520, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.833355405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060715520, end = 3060719616, flags = 1048691, pgoff = 3060715520, inode = 0 }
+vm_state.vm_map: 13589.833358095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060719616, end = 3060727808, flags = 134217845, pgoff = 0, inode = 21270 }
+vm_state.vm_map: 13589.833360268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060727808, end = 3060731904, flags = 135266419, pgoff = 8192, inode = 21270 }
+vm_state.vm_map: 13589.833362361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060731904, end = 3060760576, flags = 134217845, pgoff = 0, inode = 23696 }
+vm_state.vm_map: 13589.833364535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060760576, end = 3060764672, flags = 135266419, pgoff = 24576, inode = 23696 }
+vm_state.vm_map: 13589.833366684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060764672, end = 3060781056, flags = 134217845, pgoff = 0, inode = 1065432 }
+vm_state.vm_map: 13589.833368949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060781056, end = 3060785152, flags = 135266419, pgoff = 12288, inode = 1065432 }
+vm_state.vm_map: 13589.833371104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060785152, end = 3060805632, flags = 134217845, pgoff = 0, inode = 314599 }
+vm_state.vm_map: 13589.833373339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060805632, end = 3060809728, flags = 135266419, pgoff = 16384, inode = 314599 }
+vm_state.vm_map: 13589.833375543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060809728, end = 3060948992, flags = 134217841, pgoff = 0, inode = 74520 }
+vm_state.vm_map: 13589.833377962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060948992, end = 3062280192, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.833379938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062280192, end = 3062292480, flags = 1048691, pgoff = 3062280192, inode = 0 }
+vm_state.vm_map: 13589.833382234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062292480, end = 3062308864, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.833384322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062308864, end = 3062312960, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.833386723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062312960, end = 3062321152, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.833388674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062321152, end = 3062325248, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.833391020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062325248, end = 3062353920, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.833393348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062353920, end = 3062358016, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.833395514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062358016, end = 3062362112, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.833397767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062362112, end = 3062509568, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.833399934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062509568, end = 3062517760, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.833401997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062517760, end = 3062521856, flags = 1048691, pgoff = 3062517760, inode = 0 }
+vm_state.vm_map: 13589.833404293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062521856, end = 3062620160, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.833406233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062620160, end = 3062624256, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.833408652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062624256, end = 3062648832, flags = 134217845, pgoff = 0, inode = 22612 }
+vm_state.vm_map: 13589.833410628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062648832, end = 3062652928, flags = 135266419, pgoff = 20480, inode = 22612 }
+vm_state.vm_map: 13589.833413090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062652928, end = 3062665216, flags = 134217845, pgoff = 0, inode = 21323 }
+vm_state.vm_map: 13589.833415054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062665216, end = 3062669312, flags = 135266419, pgoff = 8192, inode = 21323 }
+vm_state.vm_map: 13589.833417357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062669312, end = 3062812672, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.833419340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062812672, end = 3062816768, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.833421636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062816768, end = 3062894592, flags = 134217845, pgoff = 0, inode = 24576 }
+vm_state.vm_map: 13589.833423587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062894592, end = 3062898688, flags = 135266419, pgoff = 77824, inode = 24576 }
+vm_state.vm_map: 13589.833425792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062898688, end = 3062902784, flags = 1048691, pgoff = 3062898688, inode = 0 }
+vm_state.vm_map: 13589.833428236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062902784, end = 3062935552, flags = 134217845, pgoff = 0, inode = 24194 }
+vm_state.vm_map: 13589.833430403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062935552, end = 3062939648, flags = 135266419, pgoff = 28672, inode = 24194 }
+vm_state.vm_map: 13589.833432594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062939648, end = 3063406592, flags = 134217845, pgoff = 0, inode = 23967 }
+vm_state.vm_map: 13589.833434768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063406592, end = 3063414784, flags = 135266419, pgoff = 462848, inode = 23967 }
+vm_state.vm_map: 13589.833436916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063414784, end = 3063418880, flags = 1048691, pgoff = 3063414784, inode = 0 }
+vm_state.vm_map: 13589.833439206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063418880, end = 3063795712, flags = 134217845, pgoff = 0, inode = 21319 }
+vm_state.vm_map: 13589.833441145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063795712, end = 3063803904, flags = 135266419, pgoff = 376832, inode = 21319 }
+vm_state.vm_map: 13589.833443479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063803904, end = 3063902208, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.833445419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063902208, end = 3063906304, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.833447702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063906304, end = 3063910400, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.833449980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063910400, end = 3063980032, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.833452018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063980032, end = 3063984128, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.833453988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063984128, end = 3063988224, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.833456154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063988224, end = 3064000512, flags = 1048691, pgoff = 3063988224, inode = 0 }
+vm_state.vm_map: 13589.833458365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064000512, end = 3064193024, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.833460551 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064193024, end = 3064197120, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.833463124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064197120, end = 3064279040, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.833465149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064279040, end = 3064283136, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.833537690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064283136, end = 3064315904, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.833540326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064315904, end = 3064320000, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.833542579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064320000, end = 3064344576, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.833544555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064344576, end = 3064348672, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.833547196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064348672, end = 3064381440, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.833549265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064381440, end = 3064385536, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.833551512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064385536, end = 3064389632, flags = 1048691, pgoff = 3064385536, inode = 0 }
+vm_state.vm_map: 13589.833553895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064389632, end = 3064397824, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.833555921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064397824, end = 3064401920, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.833558112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064401920, end = 3064434688, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.833560113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064434688, end = 3064438784, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.833562428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064438784, end = 3064492032, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.833564453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064492032, end = 3064496128, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.833566750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064496128, end = 3064512512, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.833569101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064512512, end = 3064516608, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.833571410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064516608, end = 3064524800, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.833573454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064524800, end = 3064528896, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.833575491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064528896, end = 3064532992, flags = 1048691, pgoff = 3064528896, inode = 0 }
+vm_state.vm_map: 13589.833577782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064532992, end = 3064541184, flags = 134217845, pgoff = 0, inode = 17721 }
+vm_state.vm_map: 13589.833579949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064541184, end = 3064545280, flags = 135266419, pgoff = 4096, inode = 17721 }
+vm_state.vm_map: 13589.833582264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064545280, end = 3065860096, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.833584295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3065860096, end = 3065868288, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.833586346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3065868288, end = 3065872384, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.833588390 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3065872384, end = 3065884672, flags = 1048691, pgoff = 3065872384, inode = 0 }
+vm_state.vm_map: 13589.833590667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3065884672, end = 3065999360, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.833592693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3065999360, end = 3066003456, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.833595013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3066003456, end = 3066941440, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.833597095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3066941440, end = 3066957824, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.833599053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3066957824, end = 3066961920, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.833601244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3066961920, end = 3066990592, flags = 1048691, pgoff = 3066961920, inode = 0 }
+vm_state.vm_map: 13589.833603836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3066990592, end = 3067138048, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.833605874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3067138048, end = 3067142144, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.833607844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3067142144, end = 3067146240, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.833610171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3067146240, end = 3067162624, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.833612196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3067162624, end = 3067166720, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.833614234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3067166720, end = 3067170816, flags = 1048691, pgoff = 3067166720, inode = 0 }
+vm_state.vm_map: 13589.833616487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3067170816, end = 3068321792, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.833618698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3068321792, end = 3068338176, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.833620877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3068338176, end = 3069083648, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.833622915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069083648, end = 3069087744, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.833625138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069087744, end = 3069100032, flags = 134217845, pgoff = 0, inode = 19646 }
+vm_state.vm_map: 13589.833627280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069100032, end = 3069104128, flags = 135266419, pgoff = 8192, inode = 19646 }
+vm_state.vm_map: 13589.833629595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069104128, end = 3069349888, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.833631749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069349888, end = 3069353984, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.833634162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069353984, end = 3069526016, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.833636133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069526016, end = 3069530112, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.833638656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069530112, end = 3069534208, flags = 1048691, pgoff = 3069530112, inode = 0 }
+vm_state.vm_map: 13589.833640990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069534208, end = 3070005248, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.833643157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3070005248, end = 3070021632, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.833645281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3070021632, end = 3070291968, flags = 134217845, pgoff = 0, inode = 22793 }
+vm_state.vm_map: 13589.833647583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3070291968, end = 3070300160, flags = 135266419, pgoff = 266240, inode = 22793 }
+vm_state.vm_map: 13589.833649714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3070300160, end = 3070779392, flags = 134217845, pgoff = 0, inode = 21325 }
+vm_state.vm_map: 13589.833651887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3070779392, end = 3070787584, flags = 135266419, pgoff = 479232, inode = 21325 }
+vm_state.vm_map: 13589.833654011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3070787584, end = 3071389696, flags = 134217845, pgoff = 0, inode = 19648 }
+vm_state.vm_map: 13589.833656171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071389696, end = 3071397888, flags = 135266419, pgoff = 602112, inode = 19648 }
+vm_state.vm_map: 13589.833658315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071397888, end = 3071438848, flags = 134217845, pgoff = 0, inode = 22795 }
+vm_state.vm_map: 13589.833660482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071438848, end = 3071442944, flags = 135266419, pgoff = 36864, inode = 22795 }
+vm_state.vm_map: 13589.833662636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071442944, end = 3071447040, flags = 1048691, pgoff = 3071442944, inode = 0 }
+vm_state.vm_map: 13589.833665043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071447040, end = 3071545344, flags = 134217845, pgoff = 0, inode = 22669 }
+vm_state.vm_map: 13589.833667191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071545344, end = 3071549440, flags = 135266419, pgoff = 94208, inode = 22669 }
+vm_state.vm_map: 13589.833669372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071549440, end = 3071696896, flags = 134217845, pgoff = 0, inode = 22796 }
+vm_state.vm_map: 13589.833671545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071696896, end = 3071700992, flags = 135266419, pgoff = 147456, inode = 22796 }
+vm_state.vm_map: 13589.833674155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071700992, end = 3071803392, flags = 134217845, pgoff = 0, inode = 21552 }
+vm_state.vm_map: 13589.833676192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071803392, end = 3071811584, flags = 135266419, pgoff = 98304, inode = 21552 }
+vm_state.vm_map: 13589.833678365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071811584, end = 3072409600, flags = 134217845, pgoff = 0, inode = 22668 }
+vm_state.vm_map: 13589.833680410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3072409600, end = 3072421888, flags = 135266419, pgoff = 593920, inode = 22668 }
+vm_state.vm_map: 13589.833682565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3072421888, end = 3076321280, flags = 134217845, pgoff = 0, inode = 21427 }
+vm_state.vm_map: 13589.833684534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076321280, end = 3076345856, flags = 135266419, pgoff = 3895296, inode = 21427 }
+vm_state.vm_map: 13589.833686701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076345856, end = 3076354048, flags = 1048691, pgoff = 3076345856, inode = 0 }
+vm_state.vm_map: 13589.833689035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076354048, end = 3076362240, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.833691184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076362240, end = 3076366336, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.833693147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076366336, end = 3076370432, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.833695480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076370432, end = 3076456448, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.833697513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076456448, end = 3076460544, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.833699563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076460544, end = 3076464640, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.833701533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076464640, end = 3076472832, flags = 1048691, pgoff = 3076464640, inode = 0 }
+vm_state.vm_map: 13589.833709850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076472832, end = 3076673536, flags = 134217845, pgoff = 0, inode = 21333 }
+vm_state.vm_map: 13589.833711912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076673536, end = 3076677632, flags = 135266419, pgoff = 200704, inode = 21333 }
+vm_state.vm_map: 13589.833713901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076677632, end = 3076685824, flags = 1048691, pgoff = 3076677632, inode = 0 }
+vm_state.vm_map: 13589.833718974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076685824, end = 3076698112, flags = 134217845, pgoff = 0, inode = 21332 }
+vm_state.vm_map: 13589.833721024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076698112, end = 3076702208, flags = 135266419, pgoff = 8192, inode = 21332 }
+vm_state.vm_map: 13589.833725838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076702208, end = 3076710400, flags = 134217845, pgoff = 0, inode = 21334 }
+vm_state.vm_map: 13589.833727875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076710400, end = 3076714496, flags = 135266419, pgoff = 4096, inode = 21334 }
+vm_state.vm_map: 13589.833730228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076714496, end = 3076722688, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.833732284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076722688, end = 3076726784, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.833734266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076726784, end = 3076730880, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.833736556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076730880, end = 3076759552, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.833738841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076759552, end = 3076808704, flags = 134217841, pgoff = 0, inode = 74519 }
+vm_state.vm_map: 13589.833741143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076808704, end = 3077451776, flags = 134217845, pgoff = 0, inode = 231127 }
+vm_state.vm_map: 13589.833743310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3077451776, end = 3077484544, flags = 135266419, pgoff = 638976, inode = 231127 }
+vm_state.vm_map: 13589.833745705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3077484544, end = 3077488640, flags = 1048691, pgoff = 3077484544, inode = 0 }
+vm_state.vm_map: 13589.833748062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3077488640, end = 3077500928, flags = 134217845, pgoff = 0, inode = 229423 }
+vm_state.vm_map: 13589.833750217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3077500928, end = 3077505024, flags = 135266419, pgoff = 8192, inode = 229423 }
+vm_state.vm_map: 13589.833752625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3077505024, end = 3078213632, flags = 134217845, pgoff = 0, inode = 231131 }
+vm_state.vm_map: 13589.833754656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3078213632, end = 3078234112, flags = 135266419, pgoff = 704512, inode = 231131 }
+vm_state.vm_map: 13589.833756694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3078234112, end = 3078242304, flags = 1048691, pgoff = 3078234112, inode = 0 }
+vm_state.vm_map: 13589.833758652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3078242304, end = 3078246400, flags = 67371125, pgoff = 3078242304, inode = 0 }
+vm_state.vm_map: 13589.833761170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3078246400, end = 3078361088, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.833763226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3078361088, end = 3078365184, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.833765252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3078365184, end = 3078369280, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.833767290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3212992512, end = 3213078528, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.833770620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 134512640, end = 134565888, flags = 134223989, pgoff = 0, inode = 239235 }
+vm_state.vm_map: 13589.833772800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 134565888, end = 134569984, flags = 135272563, pgoff = 49152, inode = 239235 }
+vm_state.vm_map: 13589.833774843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 152702976, end = 154198016, flags = 1048691, pgoff = 152702976, inode = 0 }
+vm_state.vm_map: 13589.833777152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3072942080, end = 3072974848, flags = 134217841, pgoff = 0, inode = 73897 }
+vm_state.vm_map: 13589.833782318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3072978944, end = 3073028096, flags = 134217845, pgoff = 0, inode = 418337 }
+vm_state.vm_map: 13589.833784484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073028096, end = 3073032192, flags = 135266419, pgoff = 49152, inode = 418337 }
+vm_state.vm_map: 13589.833786707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073032192, end = 3073073152, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.833788862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073073152, end = 3073077248, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.833790838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073077248, end = 3073081344, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.833793184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073081344, end = 3073118208, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.833795209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073118208, end = 3073122304, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.833797246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073122304, end = 3073126400, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.833799512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073126400, end = 3073204224, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.833801680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073204224, end = 3073208320, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.833803705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073208320, end = 3073212416, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.833805743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073212416, end = 3073220608, flags = 1048691, pgoff = 3073212416, inode = 0 }
+vm_state.vm_map: 13589.833807904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073220608, end = 3073245184, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.833809874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073245184, end = 3073249280, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.833811856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073249280, end = 3073253376, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.833814152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073253376, end = 3074584576, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.833816658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074584576, end = 3074592768, flags = 1048691, pgoff = 3074584576, inode = 0 }
+vm_state.vm_map: 13589.833818862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074592768, end = 3074600960, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.833820956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074600960, end = 3074605056, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.833823221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074605056, end = 3074609152, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.833825406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074609152, end = 3074801664, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.833827395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074801664, end = 3074805760, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.833829697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074805760, end = 3074834432, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.833831649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074834432, end = 3074838528, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.833833601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074838528, end = 3074842624, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.833835897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074842624, end = 3074859008, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.833837879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074859008, end = 3074863104, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.833839985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074863104, end = 3075108864, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.833842152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3075108864, end = 3075112960, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.833844251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3075112960, end = 3075125248, flags = 134217845, pgoff = 0, inode = 19646 }
+vm_state.vm_map: 13589.833846424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3075125248, end = 3075129344, flags = 135266419, pgoff = 8192, inode = 19646 }
+vm_state.vm_map: 13589.833848462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3075129344, end = 3075133440, flags = 1048691, pgoff = 3075129344, inode = 0 }
+vm_state.vm_map: 13589.833850907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3075133440, end = 3076448256, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.833852883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3076448256, end = 3076456448, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.833855050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3076456448, end = 3076460544, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.833857136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3076460544, end = 3076472832, flags = 1048691, pgoff = 3076460544, inode = 0 }
+vm_state.vm_map: 13589.833859266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3076472832, end = 3076669440, flags = 134217845, pgoff = 0, inode = 1065401 }
+vm_state.vm_map: 13589.833861433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3076669440, end = 3076681728, flags = 135266419, pgoff = 192512, inode = 1065401 }
+vm_state.vm_map: 13589.833863644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3076681728, end = 3077427200, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.833865830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077427200, end = 3077431296, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.833868070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077431296, end = 3077517312, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.833870097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077517312, end = 3077521408, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.833872054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077521408, end = 3077525504, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.833874332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077525504, end = 3077533696, flags = 1048691, pgoff = 3077525504, inode = 0 }
+vm_state.vm_map: 13589.833876505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077533696, end = 3077758976, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.833878536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077758976, end = 3077763072, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.833880561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077763072, end = 3077767168, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.833882600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077767168, end = 3077771264, flags = 1048691, pgoff = 3077767168, inode = 0 }
+vm_state.vm_map: 13589.833885025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077771264, end = 3077885952, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 13589.833887303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077885952, end = 3077890048, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 13589.833889402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077890048, end = 3078197248, flags = 134217845, pgoff = 0, inode = 1065420 }
+vm_state.vm_map: 13589.833891348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078197248, end = 3078238208, flags = 135266419, pgoff = 303104, inode = 1065420 }
+vm_state.vm_map: 13589.833893663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078242304, end = 3078270976, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.833895818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078270976, end = 3078332416, flags = 134217841, pgoff = 0, inode = 76320 }
+vm_state.vm_map: 13589.833897781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078332416, end = 3078340608, flags = 1048691, pgoff = 3078332416, inode = 0 }
+vm_state.vm_map: 13589.833899960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078340608, end = 3078344704, flags = 67371125, pgoff = 3078340608, inode = 0 }
+vm_state.vm_map: 13589.833902053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078344704, end = 3078459392, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.833904012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078459392, end = 3078463488, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.833906179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078463488, end = 3078467584, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.833908173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3217747968, end = 3217833984, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.833910808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
+vm_state.vm_map: 13589.833913198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
+vm_state.vm_map: 13589.833915241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
+vm_state.vm_map: 13589.833920456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 143818752, end = 144691200, flags = 1048691, pgoff = 143818752, inode = 0 }
+vm_state.vm_map: 13589.833922746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075284992, end = 3075325952, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.833924790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075325952, end = 3075330048, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.833926828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075330048, end = 3075334144, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.833929025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075334144, end = 3075371008, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.833931069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075371008, end = 3075375104, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.833933051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075375104, end = 3075379200, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.833935268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075379200, end = 3075457024, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.833937349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075457024, end = 3075461120, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.833939301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075461120, end = 3075465216, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.833941246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075465216, end = 3075473408, flags = 1048691, pgoff = 3075465216, inode = 0 }
+vm_state.vm_map: 13589.833943327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075473408, end = 3075497984, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.833945279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075497984, end = 3075502080, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.833947224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075502080, end = 3075506176, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.833949415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075506176, end = 3076837376, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.833951484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3076837376, end = 3076841472, flags = 1048691, pgoff = 3076837376, inode = 0 }
+vm_state.vm_map: 13589.833953897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3076841472, end = 3078156288, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.833955960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078156288, end = 3078164480, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.833957924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078164480, end = 3078168576, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.833959967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078168576, end = 3078184960, flags = 1048691, pgoff = 3078168576, inode = 0 }
+vm_state.vm_map: 13589.833962061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078184960, end = 3078193152, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.833964105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078193152, end = 3078197248, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.833966069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078197248, end = 3078201344, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.833968248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078201344, end = 3078418432, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 13589.833970323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078418432, end = 3078430720, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 13589.833972434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078496256, end = 3078524928, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.833974571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078524928, end = 3078533120, flags = 1048691, pgoff = 3078524928, inode = 0 }
+vm_state.vm_map: 13589.833976541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078533120, end = 3078537216, flags = 67371125, pgoff = 3078533120, inode = 0 }
+vm_state.vm_map: 13589.833978720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078537216, end = 3078651904, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.833980678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078651904, end = 3078656000, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.833982636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078656000, end = 3078660096, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.833987616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3219845120, end = 3219931136, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.833990240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
+vm_state.vm_map: 13589.833992369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
+vm_state.vm_map: 13589.833994512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
+vm_state.vm_map: 13589.833996611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 142045184, end = 142086144, flags = 1048691, pgoff = 142045184, inode = 0 }
+vm_state.vm_map: 13589.833998839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3074658304, end = 3075989504, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.834000989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3075989504, end = 3075993600, flags = 1048691, pgoff = 3075989504, inode = 0 }
+vm_state.vm_map: 13589.834003291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3075993600, end = 3077308416, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.834005347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077308416, end = 3077316608, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.834007379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077316608, end = 3077320704, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.834009428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077320704, end = 3077337088, flags = 1048691, pgoff = 3077320704, inode = 0 }
+vm_state.vm_map: 13589.834011614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077337088, end = 3077345280, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.834013646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077345280, end = 3077349376, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.834015585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077349376, end = 3077353472, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.834017635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077353472, end = 3077570560, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 13589.834019568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077570560, end = 3077582848, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 13589.834021957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077648384, end = 3077677056, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.834024014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077677056, end = 3077685248, flags = 1048691, pgoff = 3077677056, inode = 0 }
+vm_state.vm_map: 13589.834026057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077685248, end = 3077689344, flags = 67371125, pgoff = 3077685248, inode = 0 }
+vm_state.vm_map: 13589.834028237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077689344, end = 3077804032, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.834030176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077804032, end = 3077808128, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.834032102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077808128, end = 3077812224, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.834034067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3216273408, end = 3216359424, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.834040044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 536165 }
+vm_state.vm_map: 13589.834042076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 536165 }
+vm_state.vm_map: 13589.834044219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 148402176, end = 169234432, flags = 1048691, pgoff = 148402176, inode = 0 }
+vm_state.vm_map: 13589.834046404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 1802567680, end = 1808924672, flags = 1048695, pgoff = 1802567680, inode = 0 }
+vm_state.vm_map: 13589.834048584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 1808924672, end = 1833500672, flags = 2097271, pgoff = 1808924672, inode = 0 }
+vm_state.vm_map: 13589.834050732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 1833500672, end = 1909530624, flags = 1048695, pgoff = 1833500672, inode = 0 }
+vm_state.vm_map: 13589.834052880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 1909530624, end = 2205220864, flags = 2097271, pgoff = 1909530624, inode = 0 }
+vm_state.vm_map: 13589.834055035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2205220864, end = 2263154688, flags = 1048695, pgoff = 2205220864, inode = 0 }
+vm_state.vm_map: 13589.834057547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2263154688, end = 2473656320, flags = 2097271, pgoff = 2263154688, inode = 0 }
+vm_state.vm_map: 13589.834063083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2473656320, end = 2479927296, flags = 134217937, pgoff = 4096, inode = 207430 }
+vm_state.vm_map: 13589.834065385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2479927296, end = 2482044928, flags = 2097271, pgoff = 2479927296, inode = 0 }
+vm_state.vm_map: 13589.834067441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2482044928, end = 2489483264, flags = 135266419, pgoff = 6275072, inode = 207430 }
+vm_state.vm_map: 13589.834069485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2489483264, end = 2494627840, flags = 2097271, pgoff = 2489483264, inode = 0 }
+vm_state.vm_map: 13589.834071529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2494627840, end = 2495537152, flags = 135266419, pgoff = 13713408, inode = 207430 }
+vm_state.vm_map: 13589.834073622 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2495537152, end = 2498822144, flags = 2097271, pgoff = 2495537152, inode = 0 }
+vm_state.vm_map: 13589.834075574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2498822144, end = 2498854912, flags = 134217941, pgoff = 14622720, inode = 207430 }
+vm_state.vm_map: 13589.834077661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2498854912, end = 2503016448, flags = 2097271, pgoff = 2498854912, inode = 0 }
+vm_state.vm_map: 13589.834079630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2888826880, end = 2889699328, flags = 2097267, pgoff = 2888826880, inode = 0 }
+vm_state.vm_map: 13589.834081717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2889699328, end = 2889875456, flags = 2097264, pgoff = 2889699328, inode = 0 }
+vm_state.vm_map: 13589.834083810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2890141696, end = 2890153984, flags = 2097271, pgoff = 2890141696, inode = 0 }
+vm_state.vm_map: 13589.834086034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2890153984, end = 2890473472, flags = 1048695, pgoff = 2890153984, inode = 0 }
+vm_state.vm_map: 13589.834088127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2890473472, end = 2890485760, flags = 2097271, pgoff = 2890473472, inode = 0 }
+vm_state.vm_map: 13589.834090084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2890485760, end = 2890805248, flags = 1048695, pgoff = 2890485760, inode = 0 }
+vm_state.vm_map: 13589.834095539 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2890805248, end = 2890817536, flags = 2097271, pgoff = 2890805248, inode = 0 }
+vm_state.vm_map: 13589.834097626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2890817536, end = 2891137024, flags = 1048695, pgoff = 2890817536, inode = 0 }
+vm_state.vm_map: 13589.834099694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2891137024, end = 2891149312, flags = 1048688, pgoff = 2891137024, inode = 0 }
+vm_state.vm_map: 13589.834101763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2891149312, end = 2891468800, flags = 1048695, pgoff = 2891149312, inode = 0 }
+vm_state.vm_map: 13589.834103831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2891468800, end = 2891481088, flags = 2097271, pgoff = 2891468800, inode = 0 }
+vm_state.vm_map: 13589.834105907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2891481088, end = 2891800576, flags = 1048695, pgoff = 2891481088, inode = 0 }
+vm_state.vm_map: 13589.834107975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2891800576, end = 2891812864, flags = 2097271, pgoff = 2891800576, inode = 0 }
+vm_state.vm_map: 13589.834109976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2891812864, end = 2892132352, flags = 1048695, pgoff = 2891812864, inode = 0 }
+vm_state.vm_map: 13589.834112062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2892132352, end = 2892144640, flags = 2097271, pgoff = 2892132352, inode = 0 }
+vm_state.vm_map: 13589.834114138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2892144640, end = 2892464128, flags = 1048695, pgoff = 2892144640, inode = 0 }
+vm_state.vm_map: 13589.834116206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2892464128, end = 2892476416, flags = 2097271, pgoff = 2892464128, inode = 0 }
+vm_state.vm_map: 13589.834118275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2892476416, end = 2892795904, flags = 1048695, pgoff = 2892476416, inode = 0 }
+vm_state.vm_map: 13589.834120361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2892795904, end = 2892808192, flags = 2097271, pgoff = 2892795904, inode = 0 }
+vm_state.vm_map: 13589.834122430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2892808192, end = 2893127680, flags = 1048695, pgoff = 2892808192, inode = 0 }
+vm_state.vm_map: 13589.834124462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2893127680, end = 2893139968, flags = 2097271, pgoff = 2893127680, inode = 0 }
+vm_state.vm_map: 13589.834126758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2893139968, end = 2893459456, flags = 1048695, pgoff = 2893139968, inode = 0 }
+vm_state.vm_map: 13589.834128821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2893459456, end = 2893471744, flags = 2097271, pgoff = 2893459456, inode = 0 }
+vm_state.vm_map: 13589.834130889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2893471744, end = 2893791232, flags = 1048695, pgoff = 2893471744, inode = 0 }
+vm_state.vm_map: 13589.834132951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2893791232, end = 2893803520, flags = 2097271, pgoff = 2893791232, inode = 0 }
+vm_state.vm_map: 13589.834135027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2893803520, end = 2894123008, flags = 1048695, pgoff = 2893803520, inode = 0 }
+vm_state.vm_map: 13589.834136960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2894123008, end = 2894135296, flags = 2097271, pgoff = 2894123008, inode = 0 }
+vm_state.vm_map: 13589.834139034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2894135296, end = 2894454784, flags = 1048695, pgoff = 2894135296, inode = 0 }
+vm_state.vm_map: 13589.834141146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2894454784, end = 2894467072, flags = 2097271, pgoff = 2894454784, inode = 0 }
+vm_state.vm_map: 13589.834143208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2894467072, end = 2894786560, flags = 1048695, pgoff = 2894467072, inode = 0 }
+vm_state.vm_map: 13589.834145450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2894786560, end = 2894798848, flags = 2097271, pgoff = 2894786560, inode = 0 }
+vm_state.vm_map: 13589.834147518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2894798848, end = 2895118336, flags = 1048695, pgoff = 2894798848, inode = 0 }
+vm_state.vm_map: 13589.834149722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2895118336, end = 2896138240, flags = 2097267, pgoff = 2895118336, inode = 0 }
+vm_state.vm_map: 13589.834151809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2896138240, end = 2896166912, flags = 2097264, pgoff = 2896138240, inode = 0 }
+vm_state.vm_map: 13589.834153797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2896166912, end = 2897215488, flags = 2097267, pgoff = 2896166912, inode = 0 }
+vm_state.vm_map: 13589.834155834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2897215488, end = 2898239488, flags = 2097267, pgoff = 2897215488, inode = 0 }
+vm_state.vm_map: 13589.834157898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898239488, end = 2898264064, flags = 2097264, pgoff = 2898239488, inode = 0 }
+vm_state.vm_map: 13589.834160188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898264064, end = 2898276352, flags = 2097271, pgoff = 2898264064, inode = 0 }
+vm_state.vm_map: 13589.834162139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898276352, end = 2898595840, flags = 1048695, pgoff = 2898276352, inode = 0 }
+vm_state.vm_map: 13589.834169761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898595840, end = 2898636800, flags = 134217937, pgoff = 647168, inode = 535784 }
+vm_state.vm_map: 13589.834171829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898636800, end = 2898649088, flags = 2097271, pgoff = 2898636800, inode = 0 }
+vm_state.vm_map: 13589.834173947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898649088, end = 2898968576, flags = 1048695, pgoff = 2898649088, inode = 0 }
+vm_state.vm_map: 13589.834175955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898968576, end = 2898980864, flags = 1048688, pgoff = 2898968576, inode = 0 }
+vm_state.vm_map: 13589.834177912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898980864, end = 2899300352, flags = 1048695, pgoff = 2898980864, inode = 0 }
+vm_state.vm_map: 13589.834179858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2899300352, end = 2899312640, flags = 2097271, pgoff = 2899300352, inode = 0 }
+vm_state.vm_map: 13589.834181803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2899312640, end = 2899632128, flags = 1048695, pgoff = 2899312640, inode = 0 }
+vm_state.vm_map: 13589.834183890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2899632128, end = 2899644416, flags = 2097271, pgoff = 2899632128, inode = 0 }
+vm_state.vm_map: 13589.834185946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2899644416, end = 2899963904, flags = 1048695, pgoff = 2899644416, inode = 0 }
+vm_state.vm_map: 13589.834187892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2899963904, end = 2899976192, flags = 1048688, pgoff = 2899963904, inode = 0 }
+vm_state.vm_map: 13589.834189837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2899976192, end = 2900295680, flags = 1048695, pgoff = 2899976192, inode = 0 }
+vm_state.vm_map: 13589.834194824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2900295680, end = 2900414464, flags = 134217937, pgoff = 1544192, inode = 535672 }
+vm_state.vm_map: 13589.834196781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2900414464, end = 2900418560, flags = 1048688, pgoff = 2900414464, inode = 0 }
+vm_state.vm_map: 13589.834198838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2900418560, end = 2908807168, flags = 1048695, pgoff = 2900418560, inode = 0 }
+vm_state.vm_map: 13589.834200925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2908807168, end = 2908811264, flags = 1048688, pgoff = 2908807168, inode = 0 }
+vm_state.vm_map: 13589.834202876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2908811264, end = 2917199872, flags = 1048695, pgoff = 2908811264, inode = 0 }
+vm_state.vm_map: 13589.834205203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917199872, end = 2917314560, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 13589.834207180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917314560, end = 2917318656, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 13589.834209587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917318656, end = 2917625856, flags = 134217845, pgoff = 0, inode = 1065420 }
+vm_state.vm_map: 13589.834211729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917625856, end = 2917666816, flags = 135266419, pgoff = 303104, inode = 1065420 }
+vm_state.vm_map: 13589.834213982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917666816, end = 2917863424, flags = 134217845, pgoff = 0, inode = 1065401 }
+vm_state.vm_map: 13589.834216051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917863424, end = 2917875712, flags = 135266419, pgoff = 192512, inode = 1065401 }
+vm_state.vm_map: 13589.834222694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917933056, end = 2917953536, flags = 134217937, pgoff = 389120, inode = 535921 }
+vm_state.vm_map: 13589.834227552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917953536, end = 2917969920, flags = 134217937, pgoff = 110592, inode = 535137 }
+vm_state.vm_map: 13589.834229491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917969920, end = 2917974016, flags = 1048688, pgoff = 2917969920, inode = 0 }
+vm_state.vm_map: 13589.834231775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917974016, end = 2926362624, flags = 1048695, pgoff = 2917974016, inode = 0 }
+vm_state.vm_map: 13589.834233702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2926362624, end = 2926366720, flags = 1048688, pgoff = 2926362624, inode = 0 }
+vm_state.vm_map: 13589.834235759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2926366720, end = 2934755328, flags = 1048695, pgoff = 2926366720, inode = 0 }
+vm_state.vm_map: 13589.834243250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934755328, end = 2934837248, flags = 134217845, pgoff = 0, inode = 870320 }
+vm_state.vm_map: 13589.834245220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934837248, end = 2934845440, flags = 135266419, pgoff = 81920, inode = 870320 }
+vm_state.vm_map: 13589.834247425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934845440, end = 2934857728, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 13589.834249604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934857728, end = 2934861824, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 13589.834251820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934861824, end = 2934947840, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 13589.834253870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934947840, end = 2934951936, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 13589.834256093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934951936, end = 2934960128, flags = 1048691, pgoff = 2934951936, inode = 0 }
+vm_state.vm_map: 13589.834258382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934960128, end = 2934988800, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 13589.834260544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934988800, end = 2934992896, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 13589.834262797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934992896, end = 2935312384, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 13589.834265081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935312384, end = 2935328768, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 13589.834267766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935328768, end = 2935554048, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.834269803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935554048, end = 2935558144, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.834271982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935558144, end = 2935562240, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.834274260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935562240, end = 2935762944, flags = 134217845, pgoff = 0, inode = 21333 }
+vm_state.vm_map: 13589.834276385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935762944, end = 2935767040, flags = 135266419, pgoff = 200704, inode = 21333 }
+vm_state.vm_map: 13589.834278619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935767040, end = 2935775232, flags = 1048691, pgoff = 2935767040, inode = 0 }
+vm_state.vm_map: 13589.834280799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935775232, end = 2936037376, flags = 134217845, pgoff = 0, inode = 17293 }
+vm_state.vm_map: 13589.834282849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2936037376, end = 2936053760, flags = 135266419, pgoff = 262144, inode = 17293 }
+vm_state.vm_map: 13589.834285133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2936053760, end = 2936123392, flags = 134217845, pgoff = 0, inode = 21618 }
+vm_state.vm_map: 13589.834287109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2936123392, end = 2936135680, flags = 135266419, pgoff = 69632, inode = 21618 }
+vm_state.vm_map: 13589.834289282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2936135680, end = 2936987648, flags = 134217845, pgoff = 0, inode = 21616 }
+vm_state.vm_map: 13589.834291221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2936987648, end = 2937004032, flags = 135266419, pgoff = 851968, inode = 21616 }
+vm_state.vm_map: 13589.834293401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2937004032, end = 2937118720, flags = 134217845, pgoff = 0, inode = 21619 }
+vm_state.vm_map: 13589.834295457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2937118720, end = 2937126912, flags = 135266419, pgoff = 114688, inode = 21619 }
+vm_state.vm_map: 13589.834297827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2937126912, end = 2937278464, flags = 134217845, pgoff = 0, inode = 21617 }
+vm_state.vm_map: 13589.834299816 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2937278464, end = 2937286656, flags = 135266419, pgoff = 151552, inode = 21617 }
+vm_state.vm_map: 13589.834307697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2937286656, end = 2938093568, flags = 134217845, pgoff = 0, inode = 1065412 }
+vm_state.vm_map: 13589.834309839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2938093568, end = 2938118144, flags = 135266419, pgoff = 802816, inode = 1065412 }
+vm_state.vm_map: 13589.834312430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2938118144, end = 2938245120, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 13589.834314406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2938245120, end = 2938249216, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 13589.834316722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2938249216, end = 2938769408, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 13589.834318889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2938769408, end = 2938777600, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 13589.834325593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2938777600, end = 2950725632, flags = 134217845, pgoff = 0, inode = 73924 }
+vm_state.vm_map: 13589.834327748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2950725632, end = 2951692288, flags = 135266419, pgoff = 11943936, inode = 73924 }
+vm_state.vm_map: 13589.834329896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2951692288, end = 2951757824, flags = 1048691, pgoff = 2951692288, inode = 0 }
+vm_state.vm_map: 13589.834332082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2951757824, end = 2951872512, flags = 134217845, pgoff = 0, inode = 500249 }
+vm_state.vm_map: 13589.834334113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2951872512, end = 2951876608, flags = 135266419, pgoff = 114688, inode = 500249 }
+vm_state.vm_map: 13589.834336292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2951876608, end = 2952814592, flags = 134217845, pgoff = 0, inode = 16850 }
+vm_state.vm_map: 13589.834338687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952814592, end = 2952830976, flags = 135266417, pgoff = 937984, inode = 16850 }
+vm_state.vm_map: 13589.834340732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952830976, end = 2952835072, flags = 135266419, pgoff = 954368, inode = 16850 }
+vm_state.vm_map: 13589.834342763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952835072, end = 2952863744, flags = 1048691, pgoff = 2952835072, inode = 0 }
+vm_state.vm_map: 13589.834345065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952863744, end = 2952925184, flags = 134217841, pgoff = 0, inode = 649749 }
+vm_state.vm_map: 13589.834347275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952925184, end = 2952933376, flags = 134217845, pgoff = 0, inode = 1450546 }
+vm_state.vm_map: 13589.834349419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952933376, end = 2952937472, flags = 135266417, pgoff = 4096, inode = 1450546 }
+vm_state.vm_map: 13589.834351413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952937472, end = 2952941568, flags = 135266419, pgoff = 8192, inode = 1450546 }
+vm_state.vm_map: 13589.834356221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952941568, end = 2952953856, flags = 134217845, pgoff = 0, inode = 73923 }
+vm_state.vm_map: 13589.834358383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952953856, end = 2952957952, flags = 135266419, pgoff = 8192, inode = 73923 }
+vm_state.vm_map: 13589.834360703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952957952, end = 2959527936, flags = 134217841, pgoff = 0, inode = 545462 }
+vm_state.vm_map: 13589.834362852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2959527936, end = 2966097920, flags = 134217841, pgoff = 0, inode = 545462 }
+vm_state.vm_map: 13589.834365308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2966097920, end = 2979434496, flags = 134217841, pgoff = 0, inode = 50045 }
+vm_state.vm_map: 13589.834367513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2979434496, end = 2992771072, flags = 134217841, pgoff = 0, inode = 50045 }
+vm_state.vm_map: 13589.834372271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2992771072, end = 2992836608, flags = 134217937, pgoff = 888832, inode = 536064 }
+vm_state.vm_map: 13589.834374770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2992836608, end = 2992848896, flags = 2097271, pgoff = 2992836608, inode = 0 }
+vm_state.vm_map: 13589.834376943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2992848896, end = 2993168384, flags = 1048695, pgoff = 2992848896, inode = 0 }
+vm_state.vm_map: 13589.834378908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2993168384, end = 2993180672, flags = 1048688, pgoff = 2993168384, inode = 0 }
+vm_state.vm_map: 13589.834381192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2993180672, end = 2993500160, flags = 1048695, pgoff = 2993180672, inode = 0 }
+vm_state.vm_map: 13589.834386061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2993500160, end = 2994814976, flags = 134217845, pgoff = 0, inode = 499948 }
+vm_state.vm_map: 13589.834388222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2994814976, end = 2994823168, flags = 135266417, pgoff = 1314816, inode = 499948 }
+vm_state.vm_map: 13589.834390519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2994823168, end = 2994827264, flags = 135266419, pgoff = 1323008, inode = 499948 }
+vm_state.vm_map: 13589.834392563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2994827264, end = 2994839552, flags = 1048691, pgoff = 2994827264, inode = 0 }
+vm_state.vm_map: 13589.834395050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2994839552, end = 2994921472, flags = 134217845, pgoff = 0, inode = 1196082 }
+vm_state.vm_map: 13589.834397021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2994921472, end = 2994925568, flags = 135266419, pgoff = 81920, inode = 1196082 }
+vm_state.vm_map: 13589.834399070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2994925568, end = 2994937856, flags = 1048688, pgoff = 2994925568, inode = 0 }
+vm_state.vm_map: 13589.834401016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2994937856, end = 2995257344, flags = 1048695, pgoff = 2994937856, inode = 0 }
+vm_state.vm_map: 13589.834406408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2995257344, end = 2995347456, flags = 134217937, pgoff = 1781760, inode = 737886 }
+vm_state.vm_map: 13589.834408447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2995347456, end = 2995359744, flags = 1048688, pgoff = 2995347456, inode = 0 }
+vm_state.vm_map: 13589.834410971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2995359744, end = 2995679232, flags = 1048695, pgoff = 2995359744, inode = 0 }
+vm_state.vm_map: 13589.834412904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2995679232, end = 2995691520, flags = 1048688, pgoff = 2995679232, inode = 0 }
+vm_state.vm_map: 13589.834414849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2995691520, end = 2996011008, flags = 1048695, pgoff = 2995691520, inode = 0 }
+vm_state.vm_map: 13589.834416783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2996011008, end = 2996023296, flags = 2097271, pgoff = 2996011008, inode = 0 }
+vm_state.vm_map: 13589.834418727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2996023296, end = 2996342784, flags = 1048695, pgoff = 2996023296, inode = 0 }
+vm_state.vm_map: 13589.834420796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2996342784, end = 2996355072, flags = 1048688, pgoff = 2996342784, inode = 0 }
+vm_state.vm_map: 13589.834422735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2996355072, end = 2996674560, flags = 1048695, pgoff = 2996355072, inode = 0 }
+vm_state.vm_map: 13589.834425167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2996674560, end = 2996822016, flags = 134217937, pgoff = 1679360, inode = 535139 }
+vm_state.vm_map: 13589.834427126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2996822016, end = 2996834304, flags = 1048688, pgoff = 2996822016, inode = 0 }
+vm_state.vm_map: 13589.834429176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2996834304, end = 2997153792, flags = 1048695, pgoff = 2996834304, inode = 0 }
+vm_state.vm_map: 13589.834431219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2997153792, end = 2997166080, flags = 1048688, pgoff = 2997153792, inode = 0 }
+vm_state.vm_map: 13589.834433158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2997166080, end = 2997485568, flags = 1048695, pgoff = 2997166080, inode = 0 }
+vm_state.vm_map: 13589.834435344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2997485568, end = 2997497856, flags = 1048688, pgoff = 2997485568, inode = 0 }
+vm_state.vm_map: 13589.834437283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2997497856, end = 2997817344, flags = 1048695, pgoff = 2997497856, inode = 0 }
+vm_state.vm_map: 13589.834439223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2997817344, end = 2997829632, flags = 2097271, pgoff = 2997817344, inode = 0 }
+vm_state.vm_map: 13589.834441156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2997829632, end = 2998149120, flags = 1048695, pgoff = 2997829632, inode = 0 }
+vm_state.vm_map: 13589.834443569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2998149120, end = 2998161408, flags = 1048688, pgoff = 2998149120, inode = 0 }
+vm_state.vm_map: 13589.834445637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2998161408, end = 2998480896, flags = 1048695, pgoff = 2998161408, inode = 0 }
+vm_state.vm_map: 13589.834447835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2998480896, end = 2999283712, flags = 134217845, pgoff = 0, inode = 21274 }
+vm_state.vm_map: 13589.834449787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999283712, end = 2999300096, flags = 135266419, pgoff = 802816, inode = 21274 }
+vm_state.vm_map: 13589.834454435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999312384, end = 2999341056, flags = 134217937, pgoff = 307200, inode = 535127 }
+vm_state.vm_map: 13589.834458973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999341056, end = 2999382016, flags = 134217937, pgoff = 557056, inode = 535904 }
+vm_state.vm_map: 13589.834461109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999394304, end = 2999406592, flags = 134217845, pgoff = 0, inode = 141213 }
+vm_state.vm_map: 13589.834463165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999406592, end = 2999410688, flags = 135266419, pgoff = 8192, inode = 141213 }
+vm_state.vm_map: 13589.834465584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999410688, end = 2999803904, flags = 134217979, pgoff = 0, inode = 983045 }
+vm_state.vm_map: 13589.834472707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999803904, end = 2999816192, flags = 134217845, pgoff = 0, inode = 23389 }
+vm_state.vm_map: 13589.834474659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999816192, end = 2999820288, flags = 135266419, pgoff = 8192, inode = 23389 }
+vm_state.vm_map: 13589.834480088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999820288, end = 2999869440, flags = 134217937, pgoff = 778240, inode = 535647 }
+vm_state.vm_map: 13589.834482613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999869440, end = 2999975936, flags = 134217937, pgoff = 1236992, inode = 535706 }
+vm_state.vm_map: 13589.834484792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999975936, end = 3000999936, flags = 2097267, pgoff = 2999975936, inode = 0 }
+vm_state.vm_map: 13589.834486959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3000999936, end = 3001024512, flags = 2097264, pgoff = 3000999936, inode = 0 }
+vm_state.vm_map: 13589.834508894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001024512, end = 3001032704, flags = 134217937, pgoff = 98304, inode = 535720 }
+vm_state.vm_map: 13589.834511647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001032704, end = 3001090048, flags = 134217937, pgoff = 655360, inode = 737889 }
+vm_state.vm_map: 13589.834517027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001090048, end = 3001106432, flags = 134217937, pgoff = 118784, inode = 536141 }
+vm_state.vm_map: 13589.834521934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001110528, end = 3001122816, flags = 134217937, pgoff = 98304, inode = 535870 }
+vm_state.vm_map: 13589.834523991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001122816, end = 3001135104, flags = 1048688, pgoff = 3001122816, inode = 0 }
+vm_state.vm_map: 13589.834526034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001135104, end = 3001454592, flags = 1048695, pgoff = 3001135104, inode = 0 }
+vm_state.vm_map: 13589.834533151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001454592, end = 3001462784, flags = 134217845, pgoff = 0, inode = 23393 }
+vm_state.vm_map: 13589.834535694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001462784, end = 3001466880, flags = 135266419, pgoff = 4096, inode = 23393 }
+vm_state.vm_map: 13589.834542423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001466880, end = 3001495552, flags = 134217845, pgoff = 0, inode = 23395 }
+vm_state.vm_map: 13589.834544498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001495552, end = 3001499648, flags = 135266419, pgoff = 28672, inode = 23395 }
+vm_state.vm_map: 13589.834546689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001499648, end = 3001511936, flags = 134217845, pgoff = 0, inode = 21332 }
+vm_state.vm_map: 13589.834548868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001511936, end = 3001516032, flags = 135266419, pgoff = 8192, inode = 21332 }
+vm_state.vm_map: 13589.834553542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001516032, end = 3001532416, flags = 134217937, pgoff = 147456, inode = 535865 }
+vm_state.vm_map: 13589.834555949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001536512, end = 3001597952, flags = 134217937, pgoff = 1003520, inode = 536157 }
+vm_state.vm_map: 13589.834558300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001597952, end = 3001614336, flags = 134217937, pgoff = 143360, inode = 535687 }
+vm_state.vm_map: 13589.834560485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001614336, end = 3001622528, flags = 1048695, pgoff = 3001614336, inode = 0 }
+vm_state.vm_map: 13589.834565134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001622528, end = 3001643008, flags = 134217845, pgoff = 0, inode = 870319 }
+vm_state.vm_map: 13589.834567178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001643008, end = 3001651200, flags = 135266419, pgoff = 20480, inode = 870319 }
+vm_state.vm_map: 13589.834569640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001651200, end = 3001778176, flags = 134217937, pgoff = 1445888, inode = 535128 }
+vm_state.vm_map: 13589.834574757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001778176, end = 3001810944, flags = 134217937, pgoff = 311296, inode = 535726 }
+vm_state.vm_map: 13589.834579300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001810944, end = 3001831424, flags = 134217937, pgoff = 274432, inode = 536160 }
+vm_state.vm_map: 13589.834581855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001831424, end = 3001839616, flags = 134217937, pgoff = 53248, inode = 536055 }
+vm_state.vm_map: 13589.834583856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001839616, end = 3001851904, flags = 1048688, pgoff = 3001839616, inode = 0 }
+vm_state.vm_map: 13589.834586023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001851904, end = 3002171392, flags = 1048695, pgoff = 3001851904, inode = 0 }
+vm_state.vm_map: 13589.834588374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002175488, end = 3002212352, flags = 134217937, pgoff = 368640, inode = 535630 }
+vm_state.vm_map: 13589.834590911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002212352, end = 3002269696, flags = 134217841, pgoff = 0, inode = 649745 }
+vm_state.vm_map: 13589.834593325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002269696, end = 3002327040, flags = 134217841, pgoff = 0, inode = 649747 }
+vm_state.vm_map: 13589.834595830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002327040, end = 3002376192, flags = 134217841, pgoff = 0, inode = 649746 }
+vm_state.vm_map: 13589.834600386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002376192, end = 3002478592, flags = 134217937, pgoff = 1208320, inode = 535864 }
+vm_state.vm_map: 13589.834604886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002478592, end = 3002507264, flags = 134217937, pgoff = 290816, inode = 536077 }
+vm_state.vm_map: 13589.834607275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002507264, end = 3002572800, flags = 134217841, pgoff = 0, inode = 649742 }
+vm_state.vm_map: 13589.834609792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002572800, end = 3002638336, flags = 134217841, pgoff = 0, inode = 649744 }
+vm_state.vm_map: 13589.834610166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002638336, end = 3002699776, flags = 134217841, pgoff = 0, inode = 649743 }
+kernel.irq_entry: 13589.834631443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 13589.834641990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { jiffies = 4296292866, xtime_sec = 1262715366, xtime_nsec = 301133049, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
+kernel.softirq_raise: 13589.834653151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.irq_exit: 13589.834678755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 13589.834682087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 13589.834690385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { expires = 1325571, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 13589.834693100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.sched_schedule: 13589.834703172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { prev_pid = 16887, next_pid = 1852, prev_state = 0 }
+kernel.syscall_entry: 13589.834938755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726408, syscall_id = 119 [syscall 119] }
+kernel.syscall_exit: 13589.834942461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -1377311560 }
+kernel.syscall_entry: 13589.836042038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.836049063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.836057602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.836071047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
+fs.select: 13589.836077432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836081785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836084240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836092589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836095157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836097755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836100063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836102408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836104607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836106774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836109636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836112160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836114426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836116716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836119117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836121524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836123857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836126838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836129183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836131627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836133948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836136233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836138529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836141151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836143503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836145787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836148428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836150860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836153144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836155453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836157798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836160058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836162538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.836164767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 0, end_time_nsec = 0 }
+kernel.syscall_exit: 13589.836167403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.836174950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.836176760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 13589.836184746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.836188778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.836192188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.836206206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.836214320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.836215595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.836220422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 13589.836242849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.836256129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.836496310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.836500146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.836509866 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.836518930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.836520167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 13589.836563126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.836565897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.836567245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.836619359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.836622086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.838758009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.838762380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.838765971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.838769982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
+fs.writev: 13589.838776189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 13589.838778161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
+kernel.syscall_entry: 13589.838783686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.838785906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.838787099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.838804500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.838807250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.838818964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.838820867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.838823099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.838826351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
+fs.writev: 13589.838830387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 13589.838831846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
+kernel.syscall_entry: 13589.838836902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.838838410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.838848504 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+fs.writev: 13589.839011735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
+kernel.syscall_exit: 13589.839013756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 13589.839020210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.839022806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.839026892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.839029297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.839033568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.839039836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
+fs.select: 13589.839044904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839047353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839049596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839053923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839056112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839058899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839060976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839063065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839065018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839067047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839069259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839071237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839073135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839075112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839077097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839079088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839081344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839083612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839089188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839091215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839093100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839095604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839097650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839099658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839101736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839103837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839105803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839107732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839109512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839111373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839113239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839115217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839117147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839118902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784420373 }
+fs.select: 13589.839120744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784420373 }
+mm.page_free: 13589.839127611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 79373, order = 0 }
+kernel.syscall_exit: 13589.839133007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 2 }
+kernel.syscall_entry: 13589.839138169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.839140016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 13589.839146000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.839149345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.839151756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.839156688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 13589.839165397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+fs.read: 13589.839174855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.839176153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 13589.839214521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
+fs.ioctl: 13589.839217271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 8, cmd = 3223606787, arg = 3215721504 }
+kernel.syscall_exit: 13589.839263212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.839270004 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
+fs.ioctl: 13589.839271741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 8, cmd = 3224393219, arg = 142043456 }
+kernel.syscall_exit: 13589.839317174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.839343996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
+fs.ioctl: 13589.839345887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 8, cmd = 3380106755, arg = 170840344 }
+kernel.syscall_exit: 13589.839396432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.839402755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
+fs.ioctl: 13589.839404548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 8, cmd = 3223606787, arg = 3215721440 }
+kernel.syscall_exit: 13589.839427975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.839433069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
+fs.ioctl: 13589.839434812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 8, cmd = 3223606787, arg = 3215721456 }
+kernel.syscall_exit: 13589.839456960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.839461825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
+fs.ioctl: 13589.839463543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 8, cmd = 3224393219, arg = 142043456 }
+kernel.syscall_exit: 13589.839490858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.839499586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.839502232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.839503548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.839508166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [syscall 146] }
+fs.writev: 13589.839516499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
+kernel.syscall_exit: 13589.839518130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 13589.839522302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.839525029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.839528256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.839530431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.839534640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.839539493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
+fs.select: 13589.839544555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839547158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839549260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839552974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839555015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839557061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839559032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839561122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839563000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839564904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839566772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839568657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839570622 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839572687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839574572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839576878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839578881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839580927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839584097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839586008 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839588097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839613979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839616068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839618355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839620512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839622768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839624901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839626892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839628900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839630915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839632924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839635199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839637221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839639155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784919794 }
+fs.select: 13589.839640985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784919794 }
+mm.page_free: 13589.839647970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 79373, order = 0 }
+kernel.syscall_exit: 13589.839651907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.839658015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.839659906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 13589.839666273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.839669994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.839672442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.839677338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 13589.839688272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2259, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.839697710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2259, prev_state = 0 }
+fs.pollfd: 13589.839873571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 13589.839876451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.839877990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 11 }
+kernel.sched_schedule: 13589.839888771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 2259, next_pid = 2241, prev_state = 1 }
+fs.pollfd: 13589.840003880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.840006803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.840014734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.840019815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.840021083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 13589.840030936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.840032858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.840034057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.840192077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.840194957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.840196349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.840201454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.840203086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.840204261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.840239946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.840242591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.840243958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.840261555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.840263447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.840264634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.840270160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.840272966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.840279599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.840281917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.840284316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 13589.840286027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 13589.840287462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 13589.840292444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 14 }
+fs.pollfd: 13589.840294324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 13589.840296233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 13589.840298984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 13589.840301320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 13589.840304171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 13589.840306334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 21 }
+fs.pollfd: 13589.840309177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 31 }
+kernel.syscall_exit: 13589.840312113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.840337648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.840340244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.840341499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.840347699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.840350289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.841046247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.841049388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.841058042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.841060304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.841063221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.841066857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
+fs.writev: 13589.841074910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 13589.841076907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 52 }
+kernel.syscall_entry: 13589.841081463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.841083515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.841084689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.841089554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.841091149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.841092824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 13589.841094221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 13589.841095710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 13589.841098629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 14 }
+fs.pollfd: 13589.841099945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 13589.841101330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 13589.841103425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 13589.841104976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 13589.841106893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 13589.841108198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 21 }
+fs.pollfd: 13589.841110330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 31 }
+kernel.syscall_exit: 13589.841112017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.841116981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.841118853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.841120016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.842552304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.842555406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.842558231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.842562064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
+fs.writev: 13589.842572115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 13589.842573734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 12820 }
+kernel.syscall_entry: 13589.842579959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 13589.842581572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.842594337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+fs.read: 13589.842781112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 44 }
+kernel.syscall_exit: 13589.842782807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 672 }
+kernel.syscall_entry: 13589.842962517 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+fs.read: 13589.842965892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 44 }
+kernel.syscall_exit: 13589.842967233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 13589.842971838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.842974577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.842978353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.842981030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.842986019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.842994054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
+fs.select: 13589.843000279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843003097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843005483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843010107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843012449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843014873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843017128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843019472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843021740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843023718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843025777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843028107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843030444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843032477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843034549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843037089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843039469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843042089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843047232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843049489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843051794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843053957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843055898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843058130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843060207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843062407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843064595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843066517 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843068515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843070462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843072149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843074430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843076241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843078393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784373129 }
+fs.select: 13589.843080432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784373129 }
+mm.page_free: 13589.843087101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 79373, order = 0 }
+kernel.syscall_exit: 13589.843091454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 13589.843097796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 13589.843099687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 13589.843106548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.843109849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.843112266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.843117353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 13589.843127491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+fs.read: 13589.843135539 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.843136855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 4096 }
+kernel.irq_entry: 13589.845655825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3077256468, handler = 0x0, irq_id = 239, kernel_mode = 0 }
+kernel.timer_update_time: 13589.845681823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { jiffies = 4296292867, xtime_sec = 1262715366, xtime_nsec = 301133050, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
+kernel.softirq_raise: 13589.845698754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.irq_exit: 13589.845737957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 13589.845743284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 13589.845758491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325572, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 13589.845761928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.sched_schedule: 13589.845775416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.846060908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.846074469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+kernel.irq_entry: 13589.848140133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3077209744, handler = 0x0, irq_id = 239, kernel_mode = 0 }
+kernel.sched_try_wakeup: 13589.848181302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 2822, cpu_id = 0, state = 1 }
+kernel.irq_exit: 13589.848199277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.sched_schedule: 13589.848213005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2822, prev_state = 0 }
+kernel.syscall_exit: 13589.848505148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = -110 }
+kernel.syscall_entry: 13589.848526832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 240 [syscall 240] }
+kernel.syscall_exit: 13589.848530338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.848535363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.848539727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.848551663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.848554568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.848558172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.848560392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.848563290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.848565491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.848568692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 13589.848571370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.848578429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 13589.848580704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.848583664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 240 [syscall 240] }
+kernel.sched_schedule: 13589.848602153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 2822, next_pid = 16887, prev_state = 1 }
+vm_state.vm_map: 13589.848681120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002699776, end = 3002712064, flags = 134217937, pgoff = 77824, inode = 535722 }
+vm_state.vm_map: 13589.848686645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002712064, end = 3002744832, flags = 134217937, pgoff = 356352, inode = 535557 }
+vm_state.vm_map: 13589.848691881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002744832, end = 3002781696, flags = 134217937, pgoff = 352256, inode = 535637 }
+vm_state.vm_map: 13589.848696993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002781696, end = 3002793984, flags = 134217937, pgoff = 102400, inode = 536159 }
+vm_state.vm_map: 13589.848699491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002793984, end = 3002806272, flags = 134217937, pgoff = 73728, inode = 535562 }
+vm_state.vm_map: 13589.848702155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002806272, end = 3002847232, flags = 134217937, pgoff = 417792, inode = 535591 }
+vm_state.vm_map: 13589.848704695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002847232, end = 3003043840, flags = 134217937, pgoff = 2269184, inode = 535816 }
+vm_state.vm_map: 13589.848706871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003043840, end = 3003056128, flags = 1048688, pgoff = 3003043840, inode = 0 }
+vm_state.vm_map: 13589.848708911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003056128, end = 3003375616, flags = 1048695, pgoff = 3003056128, inode = 0 }
+vm_state.vm_map: 13589.848713973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003375616, end = 3003404288, flags = 134217937, pgoff = 1118208, inode = 198607 }
+vm_state.vm_map: 13589.848716514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003404288, end = 3003408384, flags = 134217937, pgoff = 53248, inode = 535718 }
+vm_state.vm_map: 13589.848719277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003408384, end = 3003416576, flags = 134217937, pgoff = 147456, inode = 535847 }
+vm_state.vm_map: 13589.848722102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003416576, end = 3003588608, flags = 134217937, pgoff = 4317184, inode = 535724 }
+vm_state.vm_map: 13589.848724890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003588608, end = 3003666432, flags = 134217937, pgoff = 901120, inode = 535818 }
+vm_state.vm_map: 13589.848727683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003666432, end = 3003691008, flags = 134217937, pgoff = 225280, inode = 535715 }
+vm_state.vm_map: 13589.848730341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003691008, end = 3003736064, flags = 134217937, pgoff = 512000, inode = 535841 }
+vm_state.vm_map: 13589.848733228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003736064, end = 3003781120, flags = 134217937, pgoff = 524288, inode = 535850 }
+vm_state.vm_map: 13589.848735732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003781120, end = 3004366848, flags = 134217937, pgoff = 9248768, inode = 535655 }
+vm_state.vm_map: 13589.848742247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004366848, end = 3004407808, flags = 134217845, pgoff = 0, inode = 871011 }
+vm_state.vm_map: 13589.848744435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004407808, end = 3004411904, flags = 135266419, pgoff = 36864, inode = 871011 }
+vm_state.vm_map: 13589.848747217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004411904, end = 3004432384, flags = 134217845, pgoff = 0, inode = 871006 }
+vm_state.vm_map: 13589.848749454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004432384, end = 3004436480, flags = 135266419, pgoff = 20480, inode = 871006 }
+vm_state.vm_map: 13589.848752205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004436480, end = 3004448768, flags = 134217979, pgoff = 0, inode = 950276 }
+vm_state.vm_map: 13589.848754739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004448768, end = 3004743680, flags = 134217937, pgoff = 3801088, inode = 535633 }
+vm_state.vm_map: 13589.848763443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004743680, end = 3004751872, flags = 134217845, pgoff = 0, inode = 23391 }
+vm_state.vm_map: 13589.848765761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004751872, end = 3004755968, flags = 135266419, pgoff = 4096, inode = 23391 }
+vm_state.vm_map: 13589.848768685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004755968, end = 3004772352, flags = 134217937, pgoff = 53248, inode = 535648 }
+vm_state.vm_map: 13589.848771151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004772352, end = 3004796928, flags = 134217937, pgoff = 266240, inode = 535135 }
+vm_state.vm_map: 13589.848773784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004796928, end = 3004805120, flags = 134217937, pgoff = 12288, inode = 535138 }
+vm_state.vm_map: 13589.848778667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004805120, end = 3004833792, flags = 134217937, pgoff = 413696, inode = 535130 }
+vm_state.vm_map: 13589.848781201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004833792, end = 3004841984, flags = 134217845, pgoff = 0, inode = 21334 }
+vm_state.vm_map: 13589.848783359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004841984, end = 3004846080, flags = 135266419, pgoff = 4096, inode = 21334 }
+vm_state.vm_map: 13589.848785825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004846080, end = 3004862464, flags = 134217937, pgoff = 90112, inode = 535129 }
+vm_state.vm_map: 13589.848788304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004862464, end = 3004887040, flags = 134217937, pgoff = 274432, inode = 535712 }
+vm_state.vm_map: 13589.848790685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004887040, end = 3004899328, flags = 134217937, pgoff = 69632, inode = 535132 }
+vm_state.vm_map: 13589.848793076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004903424, end = 3004919808, flags = 134217937, pgoff = 143360, inode = 535133 }
+vm_state.vm_map: 13589.848795641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004919808, end = 3004932096, flags = 134217937, pgoff = 90112, inode = 535574 }
+vm_state.vm_map: 13589.848797805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004932096, end = 3004944384, flags = 2097271, pgoff = 3004932096, inode = 0 }
+vm_state.vm_map: 13589.848799950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004944384, end = 3005263872, flags = 1048695, pgoff = 3004944384, inode = 0 }
+vm_state.vm_map: 13589.848802806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005267968, end = 3005288448, flags = 134217937, pgoff = 233472, inode = 737888 }
+vm_state.vm_map: 13589.848805408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005288448, end = 3005300736, flags = 134217937, pgoff = 65536, inode = 536078 }
+vm_state.vm_map: 13589.848810286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005300736, end = 3005333504, flags = 134217937, pgoff = 323584, inode = 535121 }
+vm_state.vm_map: 13589.848812967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005333504, end = 3005390848, flags = 134217937, pgoff = 667648, inode = 536080 }
+vm_state.vm_map: 13589.848815453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005390848, end = 3005399040, flags = 134217937, pgoff = 77824, inode = 535969 }
+vm_state.vm_map: 13589.848818178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005399040, end = 3005411328, flags = 2097271, pgoff = 3005399040, inode = 0 }
+vm_state.vm_map: 13589.848820336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005411328, end = 3005730816, flags = 1048695, pgoff = 3005411328, inode = 0 }
+vm_state.vm_map: 13589.848827698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005730816, end = 3005739008, flags = 134217841, pgoff = 0, inode = 76163 }
+vm_state.vm_map: 13589.848832494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005739008, end = 3005857792, flags = 134217937, pgoff = 5668864, inode = 535879 }
+vm_state.vm_map: 13589.848834893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005857792, end = 3005882368, flags = 134217937, pgoff = 204800, inode = 535123 }
+vm_state.vm_map: 13589.848839615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005882368, end = 3005906944, flags = 134217937, pgoff = 299008, inode = 535863 }
+vm_state.vm_map: 13589.848844709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005906944, end = 3005915136, flags = 134217937, pgoff = 24576, inode = 535782 }
+vm_state.vm_map: 13589.848847237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005915136, end = 3005923328, flags = 134217937, pgoff = 45056, inode = 535125 }
+vm_state.vm_map: 13589.848849821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005923328, end = 3005935616, flags = 134217937, pgoff = 81920, inode = 535728 }
+vm_state.vm_map: 13589.848857016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005935616, end = 3005943808, flags = 134217845, pgoff = 0, inode = 870982 }
+vm_state.vm_map: 13589.848859062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005943808, end = 3005947904, flags = 135266419, pgoff = 4096, inode = 870982 }
+vm_state.vm_map: 13589.848861634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005947904, end = 3005956096, flags = 134217937, pgoff = 40960, inode = 535834 }
+vm_state.vm_map: 13589.848866399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005956096, end = 3006001152, flags = 134217937, pgoff = 692224, inode = 535663 }
+vm_state.vm_map: 13589.848869100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006001152, end = 3006152704, flags = 134217937, pgoff = 1990656, inode = 535881 }
+vm_state.vm_map: 13589.848871771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006152704, end = 3006169088, flags = 134217845, pgoff = 0, inode = 87517 }
+vm_state.vm_map: 13589.848873960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006169088, end = 3006173184, flags = 135266419, pgoff = 12288, inode = 87517 }
+vm_state.vm_map: 13589.848878960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006173184, end = 3006193664, flags = 134217845, pgoff = 0, inode = 87510 }
+vm_state.vm_map: 13589.848881345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006193664, end = 3006197760, flags = 135266419, pgoff = 16384, inode = 87510 }
+vm_state.vm_map: 13589.848884227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006197760, end = 3006251008, flags = 134217841, pgoff = 0, inode = 649748 }
+vm_state.vm_map: 13589.848886767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006251008, end = 3006320640, flags = 134217841, pgoff = 0, inode = 649694 }
+vm_state.vm_map: 13589.848889381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006320640, end = 3006328832, flags = 134217845, pgoff = 0, inode = 87435 }
+vm_state.vm_map: 13589.848891404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006328832, end = 3006332928, flags = 135266419, pgoff = 4096, inode = 87435 }
+vm_state.vm_map: 13589.848894135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006332928, end = 3006337024, flags = 134217937, pgoff = 0, inode = 1196317 }
+vm_state.vm_map: 13589.848896657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006337024, end = 3006361600, flags = 134217937, pgoff = 0, inode = 1196229 }
+vm_state.vm_map: 13589.848899031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006361600, end = 3006365696, flags = 134217937, pgoff = 0, inode = 1196235 }
+vm_state.vm_map: 13589.848901411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006365696, end = 3006369792, flags = 134217937, pgoff = 0, inode = 1196204 }
+vm_state.vm_map: 13589.848903896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006369792, end = 3006373888, flags = 134217937, pgoff = 0, inode = 1196228 }
+vm_state.vm_map: 13589.848906263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006373888, end = 3006377984, flags = 134217937, pgoff = 0, inode = 1196227 }
+vm_state.vm_map: 13589.848908525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006377984, end = 3006386176, flags = 134217937, pgoff = 0, inode = 1196198 }
+vm_state.vm_map: 13589.848911115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006386176, end = 3006418944, flags = 134217937, pgoff = 0, inode = 1196200 }
+vm_state.vm_map: 13589.848913397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006418944, end = 3006431232, flags = 134217937, pgoff = 0, inode = 1196226 }
+vm_state.vm_map: 13589.848915912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006431232, end = 3006439424, flags = 134217937, pgoff = 0, inode = 1196225 }
+vm_state.vm_map: 13589.848918453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006439424, end = 3006443520, flags = 134217937, pgoff = 0, inode = 1196224 }
+vm_state.vm_map: 13589.848921444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006443520, end = 3006447616, flags = 134217937, pgoff = 0, inode = 1196223 }
+vm_state.vm_map: 13589.848923854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006447616, end = 3006451712, flags = 134217937, pgoff = 0, inode = 1196202 }
+vm_state.vm_map: 13589.848926223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006451712, end = 3006480384, flags = 134217937, pgoff = 0, inode = 1196222 }
+vm_state.vm_map: 13589.848928720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006480384, end = 3006492672, flags = 134217937, pgoff = 0, inode = 1196221 }
+vm_state.vm_map: 13589.848930982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006492672, end = 3006496768, flags = 134217937, pgoff = 0, inode = 1196220 }
+vm_state.vm_map: 13589.848933257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006496768, end = 3006504960, flags = 134217937, pgoff = 0, inode = 1196219 }
+vm_state.vm_map: 13589.848935656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006504960, end = 3006509056, flags = 134217937, pgoff = 0, inode = 1196210 }
+vm_state.vm_map: 13589.848938035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006509056, end = 3006513152, flags = 134217937, pgoff = 0, inode = 1196205 }
+vm_state.vm_map: 13589.848940439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006513152, end = 3006525440, flags = 134217937, pgoff = 0, inode = 1196244 }
+vm_state.vm_map: 13589.848943098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006525440, end = 3006533632, flags = 134217937, pgoff = 0, inode = 1196270 }
+vm_state.vm_map: 13589.848945373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006533632, end = 3006566400, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 13589.848947907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006566400, end = 3006586880, flags = 134217937, pgoff = 0, inode = 1196269 }
+vm_state.vm_map: 13589.848950472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006586880, end = 3006615552, flags = 134217937, pgoff = 0, inode = 1196197 }
+vm_state.vm_map: 13589.848952882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006615552, end = 3006660608, flags = 134217937, pgoff = 0, inode = 1196312 }
+vm_state.vm_map: 13589.848955176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006660608, end = 3006717952, flags = 134217937, pgoff = 0, inode = 1196272 }
+vm_state.vm_map: 13589.848958019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006717952, end = 3006734336, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 13589.848960436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006734336, end = 3006738432, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 13589.848962754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006738432, end = 3006746624, flags = 134217937, pgoff = 0, inode = 1196316 }
+vm_state.vm_map: 13589.848965053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006746624, end = 3006758912, flags = 134217937, pgoff = 0, inode = 1196315 }
+vm_state.vm_map: 13589.848967545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006758912, end = 3006816256, flags = 134217937, pgoff = 0, inode = 1196231 }
+vm_state.vm_map: 13589.848969708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006816256, end = 3006832640, flags = 1048695, pgoff = 3006816256, inode = 0 }
+vm_state.vm_map: 13589.848974839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006832640, end = 3007180800, flags = 134217845, pgoff = 0, inode = 870964 }
+vm_state.vm_map: 13589.848977027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007180800, end = 3007188992, flags = 135266419, pgoff = 344064, inode = 870964 }
+vm_state.vm_map: 13589.848979011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007188992, end = 3007193088, flags = 1048691, pgoff = 3007188992, inode = 0 }
+vm_state.vm_map: 13589.848981428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007193088, end = 3007205376, flags = 134217845, pgoff = 0, inode = 870963 }
+vm_state.vm_map: 13589.848983549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007205376, end = 3007209472, flags = 135266419, pgoff = 8192, inode = 870963 }
+vm_state.vm_map: 13589.848985637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007209472, end = 3007213568, flags = 1048691, pgoff = 3007209472, inode = 0 }
+vm_state.vm_map: 13589.848988073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007213568, end = 3007225856, flags = 134217937, pgoff = 761856, inode = 737915 }
+vm_state.vm_map: 13589.848990564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007225856, end = 3007242240, flags = 134217937, pgoff = 135168, inode = 535896 }
+vm_state.vm_map: 13589.848992857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007242240, end = 3007320064, flags = 134217937, pgoff = 2056192, inode = 535693 }
+vm_state.vm_map: 13589.848995150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007320064, end = 3007324160, flags = 134217937, pgoff = 16384, inode = 535975 }
+vm_state.vm_map: 13589.848998025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007324160, end = 3007406080, flags = 134217937, pgoff = 978944, inode = 535986 }
+vm_state.vm_map: 13589.849000331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007406080, end = 3007410176, flags = 134217937, pgoff = 4096, inode = 535700 }
+vm_state.vm_map: 13589.849002631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007410176, end = 3007696896, flags = 134217937, pgoff = 3801088, inode = 535984 }
+vm_state.vm_map: 13589.849005258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007696896, end = 3007705088, flags = 134217937, pgoff = 53248, inode = 535626 }
+vm_state.vm_map: 13589.849007223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007705088, end = 3007717376, flags = 1048688, pgoff = 3007705088, inode = 0 }
+vm_state.vm_map: 13589.849009182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007717376, end = 3008045056, flags = 1048695, pgoff = 3007717376, inode = 0 }
+vm_state.vm_map: 13589.849011642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008045056, end = 3008073728, flags = 134217937, pgoff = 335872, inode = 535565 }
+vm_state.vm_map: 13589.849014140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008073728, end = 3008086016, flags = 134217937, pgoff = 77824, inode = 198594 }
+vm_state.vm_map: 13589.849016205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008086016, end = 3008098304, flags = 1048688, pgoff = 3008086016, inode = 0 }
+vm_state.vm_map: 13589.849018152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008098304, end = 3008417792, flags = 1048695, pgoff = 3008098304, inode = 0 }
+vm_state.vm_map: 13589.849020099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008417792, end = 3008430080, flags = 1048688, pgoff = 3008417792, inode = 0 }
+vm_state.vm_map: 13589.849022182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008430080, end = 3008749568, flags = 1048695, pgoff = 3008430080, inode = 0 }
+vm_state.vm_map: 13589.849024136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008749568, end = 3008761856, flags = 1048688, pgoff = 3008749568, inode = 0 }
+vm_state.vm_map: 13589.849026200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008761856, end = 3009081344, flags = 1048695, pgoff = 3008761856, inode = 0 }
+vm_state.vm_map: 13589.849028147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3009081344, end = 3009093632, flags = 1048688, pgoff = 3009081344, inode = 0 }
+vm_state.vm_map: 13589.849030218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3009093632, end = 3009413120, flags = 1048695, pgoff = 3009093632, inode = 0 }
+vm_state.vm_map: 13589.849032758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3009413120, end = 3010453504, flags = 2097267, pgoff = 3009413120, inode = 0 }
+vm_state.vm_map: 13589.849034817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010453504, end = 3010461696, flags = 2097264, pgoff = 3010453504, inode = 0 }
+vm_state.vm_map: 13589.849037635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010461696, end = 3010469888, flags = 134217845, pgoff = 0, inode = 23893 }
+vm_state.vm_map: 13589.849039836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010469888, end = 3010473984, flags = 135266419, pgoff = 4096, inode = 23893 }
+vm_state.vm_map: 13589.849042283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010473984, end = 3010482176, flags = 134217937, pgoff = 69632, inode = 535134 }
+vm_state.vm_map: 13589.849044583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010482176, end = 3010490368, flags = 134217937, pgoff = 24576, inode = 535592 }
+vm_state.vm_map: 13589.849073023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010490368, end = 3010494464, flags = 134217937, pgoff = 12288, inode = 535588 }
+vm_state.vm_map: 13589.849075799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010494464, end = 3010506752, flags = 134217937, pgoff = 94208, inode = 536143 }
+vm_state.vm_map: 13589.849078463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010506752, end = 3010514944, flags = 134217937, pgoff = 57344, inode = 535587 }
+vm_state.vm_map: 13589.849081164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010514944, end = 3010523136, flags = 134217937, pgoff = 90112, inode = 535846 }
+vm_state.vm_map: 13589.849083618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010523136, end = 3010531328, flags = 134217937, pgoff = 61440, inode = 535120 }
+vm_state.vm_map: 13589.849086017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010531328, end = 3010560000, flags = 134217937, pgoff = 593920, inode = 198593 }
+vm_state.vm_map: 13589.849088421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010564096, end = 3010572288, flags = 134217937, pgoff = 57344, inode = 535836 }
+vm_state.vm_map: 13589.849093898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010572288, end = 3010580480, flags = 134217937, pgoff = 28672, inode = 535877 }
+vm_state.vm_map: 13589.849096680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010580480, end = 3010592768, flags = 134217937, pgoff = 139264, inode = 737890 }
+vm_state.vm_map: 13589.849099078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010592768, end = 3010600960, flags = 134217937, pgoff = 16384, inode = 535657 }
+vm_state.vm_map: 13589.849101476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010600960, end = 3010609152, flags = 134217937, pgoff = 73728, inode = 536155 }
+vm_state.vm_map: 13589.849104010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010609152, end = 3010621440, flags = 134217937, pgoff = 98304, inode = 737887 }
+vm_state.vm_map: 13589.849106193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010625536, end = 3010629632, flags = 2097265, pgoff = 3010625536, inode = 0 }
+vm_state.vm_map: 13589.849108585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010629632, end = 3010646016, flags = 134217937, pgoff = 159744, inode = 536148 }
+vm_state.vm_map: 13589.849110903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010646016, end = 3010654208, flags = 134217937, pgoff = 49152, inode = 535126 }
+vm_state.vm_map: 13589.849113616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010654208, end = 3010658304, flags = 134217937, pgoff = 28672, inode = 535734 }
+vm_state.vm_map: 13589.849115947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010658304, end = 3010670592, flags = 134217937, pgoff = 98304, inode = 535122 }
+vm_state.vm_map: 13589.849118488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010670592, end = 3010678784, flags = 134217937, pgoff = 20480, inode = 535118 }
+vm_state.vm_map: 13589.849120861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010678784, end = 3010682880, flags = 134217937, pgoff = 4190208, inode = 535140 }
+vm_state.vm_map: 13589.849123420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010682880, end = 3010686976, flags = 134217937, pgoff = 40960, inode = 535558 }
+vm_state.vm_map: 13589.849125744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010686976, end = 3010691072, flags = 134217937, pgoff = 32768, inode = 535124 }
+vm_state.vm_map: 13589.849130535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010691072, end = 3010703360, flags = 134217937, pgoff = 90112, inode = 535774 }
+vm_state.vm_map: 13589.849135659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010703360, end = 3010732032, flags = 134217845, pgoff = 0, inode = 198542 }
+vm_state.vm_map: 13589.849137706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010732032, end = 3010736128, flags = 135266419, pgoff = 24576, inode = 198542 }
+vm_state.vm_map: 13589.849140246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010736128, end = 3010813952, flags = 134217845, pgoff = 0, inode = 198541 }
+vm_state.vm_map: 13589.849142236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010813952, end = 3010818048, flags = 135266419, pgoff = 77824, inode = 198541 }
+vm_state.vm_map: 13589.849144999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010818048, end = 3010887680, flags = 134217937, pgoff = 1064960, inode = 535890 }
+vm_state.vm_map: 13589.849147126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010887680, end = 3010891776, flags = 1048688, pgoff = 3010887680, inode = 0 }
+vm_state.vm_map: 13589.849149240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010891776, end = 3011416064, flags = 1048695, pgoff = 3010891776, inode = 0 }
+vm_state.vm_map: 13589.849151527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3011416064, end = 3011428352, flags = 1048688, pgoff = 3011416064, inode = 0 }
+vm_state.vm_map: 13589.849153647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3011428352, end = 3011747840, flags = 1048695, pgoff = 3011428352, inode = 0 }
+vm_state.vm_map: 13589.849155816 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3011747840, end = 3011760128, flags = 1048688, pgoff = 3011747840, inode = 0 }
+vm_state.vm_map: 13589.849157993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3011760128, end = 3012276224, flags = 1048695, pgoff = 3011760128, inode = 0 }
+vm_state.vm_map: 13589.849160181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3012276224, end = 3012288512, flags = 1048688, pgoff = 3012276224, inode = 0 }
+vm_state.vm_map: 13589.849162140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3012288512, end = 3012608000, flags = 1048695, pgoff = 3012288512, inode = 0 }
+vm_state.vm_map: 13589.849164304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3012608000, end = 3012816896, flags = 1048691, pgoff = 3012608000, inode = 0 }
+vm_state.vm_map: 13589.849166899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3012816896, end = 3014479872, flags = 134217937, pgoff = 50016256, inode = 198631 }
+vm_state.vm_map: 13589.849169094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3014479872, end = 3014492160, flags = 1048688, pgoff = 3014479872, inode = 0 }
+vm_state.vm_map: 13589.849171486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3014492160, end = 3014811648, flags = 1048695, pgoff = 3014492160, inode = 0 }
+vm_state.vm_map: 13589.849173656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3014811648, end = 3014823936, flags = 1048688, pgoff = 3014811648, inode = 0 }
+vm_state.vm_map: 13589.849175782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3014823936, end = 3015143424, flags = 1048695, pgoff = 3014823936, inode = 0 }
+vm_state.vm_map: 13589.849177946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3015143424, end = 3015147520, flags = 1048688, pgoff = 3015143424, inode = 0 }
+vm_state.vm_map: 13589.849180128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3015147520, end = 3015835648, flags = 1048695, pgoff = 3015147520, inode = 0 }
+vm_state.vm_map: 13589.849182260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3015835648, end = 3016249344, flags = 2097271, pgoff = 3015835648, inode = 0 }
+vm_state.vm_map: 13589.849184547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3016249344, end = 3016400896, flags = 1048695, pgoff = 3016249344, inode = 0 }
+vm_state.vm_map: 13589.849186711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3016400896, end = 3016978432, flags = 2097271, pgoff = 3016400896, inode = 0 }
+vm_state.vm_map: 13589.849188943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3016978432, end = 3016994816, flags = 1048695, pgoff = 3016978432, inode = 0 }
+vm_state.vm_map: 13589.849191106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3016994816, end = 3017035776, flags = 2097271, pgoff = 3016994816, inode = 0 }
+vm_state.vm_map: 13589.849193195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3017035776, end = 3017191424, flags = 1048695, pgoff = 3017035776, inode = 0 }
+vm_state.vm_map: 13589.849195297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3017191424, end = 3017764864, flags = 2097271, pgoff = 3017191424, inode = 0 }
+vm_state.vm_map: 13589.849197547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3017764864, end = 3017879552, flags = 1048695, pgoff = 3017764864, inode = 0 }
+vm_state.vm_map: 13589.849199667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3017879552, end = 3018289152, flags = 2097271, pgoff = 3017879552, inode = 0 }
+vm_state.vm_map: 13589.849201756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3018289152, end = 3018567680, flags = 1048695, pgoff = 3018289152, inode = 0 }
+vm_state.vm_map: 13589.849204049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3018567680, end = 3018858496, flags = 2097271, pgoff = 3018567680, inode = 0 }
+vm_state.vm_map: 13589.849206509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3018858496, end = 3033702400, flags = 1048695, pgoff = 3018858496, inode = 0 }
+vm_state.vm_map: 13589.849208680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3033702400, end = 3052412928, flags = 2097271, pgoff = 3033702400, inode = 0 }
+vm_state.vm_map: 13589.849211121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052412928, end = 3052474368, flags = 134217845, pgoff = 0, inode = 198537 }
+vm_state.vm_map: 13589.849213099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052474368, end = 3052482560, flags = 135266419, pgoff = 57344, inode = 198537 }
+vm_state.vm_map: 13589.849215405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052482560, end = 3052515328, flags = 134217979, pgoff = 0, inode = 1368969 }
+vm_state.vm_map: 13589.849220406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052515328, end = 3052658688, flags = 134217845, pgoff = 0, inode = 198535 }
+vm_state.vm_map: 13589.849222538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052658688, end = 3052666880, flags = 135266419, pgoff = 143360, inode = 198535 }
+vm_state.vm_map: 13589.849224874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052666880, end = 3052711936, flags = 134217845, pgoff = 0, inode = 198534 }
+vm_state.vm_map: 13589.849227168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052711936, end = 3052716032, flags = 135266419, pgoff = 45056, inode = 198534 }
+vm_state.vm_map: 13589.849234394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052716032, end = 3057328128, flags = 135266421, pgoff = 0, inode = 207418 }
+vm_state.vm_map: 13589.849236440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3057328128, end = 3057459200, flags = 135266419, pgoff = 4608000, inode = 207418 }
+vm_state.vm_map: 13589.849238505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3057459200, end = 3061784576, flags = 1048691, pgoff = 3057459200, inode = 0 }
+vm_state.vm_map: 13589.849241113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3061784576, end = 3062177792, flags = 134217979, pgoff = 0, inode = 917507 }
+vm_state.vm_map: 13589.849243660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062177792, end = 3062583296, flags = 1048691, pgoff = 3062177792, inode = 0 }
+vm_state.vm_map: 13589.849246498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062583296, end = 3062611968, flags = 134217845, pgoff = 0, inode = 1065218 }
+vm_state.vm_map: 13589.849248661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062611968, end = 3062616064, flags = 135266419, pgoff = 28672, inode = 1065218 }
+vm_state.vm_map: 13589.849251251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062616064, end = 3062669312, flags = 134217845, pgoff = 0, inode = 24466 }
+vm_state.vm_map: 13589.849253402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062669312, end = 3062673408, flags = 135266419, pgoff = 49152, inode = 24466 }
+vm_state.vm_map: 13589.849256158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062673408, end = 3062837248, flags = 134217845, pgoff = 0, inode = 21283 }
+vm_state.vm_map: 13589.849258316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062837248, end = 3062841344, flags = 135266419, pgoff = 159744, inode = 21283 }
+vm_state.vm_map: 13589.849260881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062841344, end = 3062870016, flags = 134217845, pgoff = 0, inode = 23696 }
+vm_state.vm_map: 13589.849263014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062870016, end = 3062874112, flags = 135266419, pgoff = 24576, inode = 23696 }
+vm_state.vm_map: 13589.849265585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062874112, end = 3062935552, flags = 134217845, pgoff = 0, inode = 1065430 }
+vm_state.vm_map: 13589.849267556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062935552, end = 3062939648, flags = 135266419, pgoff = 57344, inode = 1065430 }
+vm_state.vm_map: 13589.849270506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062939648, end = 3062968320, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.849272780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062968320, end = 3062972416, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.849274820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062972416, end = 3062976512, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.849277182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062976512, end = 3062980608, flags = 134217937, pgoff = 4096, inode = 536090 }
+vm_state.vm_map: 13589.849279815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062980608, end = 3062984704, flags = 134217937, pgoff = 757760, inode = 535131 }
+vm_state.vm_map: 13589.849282114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062984704, end = 3062992896, flags = 1048695, pgoff = 3062984704, inode = 0 }
+vm_state.vm_map: 13589.849284623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062992896, end = 3063017472, flags = 134217845, pgoff = 0, inode = 198525 }
+vm_state.vm_map: 13589.849286725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063017472, end = 3063021568, flags = 135266419, pgoff = 24576, inode = 198525 }
+vm_state.vm_map: 13589.849289489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063021568, end = 3063033856, flags = 134217845, pgoff = 0, inode = 87515 }
+vm_state.vm_map: 13589.849291541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063033856, end = 3063037952, flags = 135266419, pgoff = 8192, inode = 87515 }
+vm_state.vm_map: 13589.849293951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063037952, end = 3063070720, flags = 134217841, pgoff = 0, inode = 73897 }
+vm_state.vm_map: 13589.849296504 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063070720, end = 3063111680, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.849298674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063111680, end = 3063115776, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.849300726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063115776, end = 3063119872, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.849303131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063119872, end = 3063156736, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.849305078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063156736, end = 3063160832, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.849307253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063160832, end = 3063164928, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.849309832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063164928, end = 3063242752, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.849311884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063242752, end = 3063246848, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.849313843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063246848, end = 3063250944, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.849316012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063250944, end = 3063259136, flags = 1048691, pgoff = 3063250944, inode = 0 }
+vm_state.vm_map: 13589.849318893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063259136, end = 3063283712, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.849320946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063283712, end = 3063287808, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.849322899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063287808, end = 3063291904, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.849327721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063291904, end = 3063296000, flags = 134217937, pgoff = 8192, inode = 536067 }
+vm_state.vm_map: 13589.849330279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063296000, end = 3063316480, flags = 134217845, pgoff = 0, inode = 21278 }
+vm_state.vm_map: 13589.849332325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063316480, end = 3063320576, flags = 135266419, pgoff = 16384, inode = 21278 }
+vm_state.vm_map: 13589.849334859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063320576, end = 3063336960, flags = 134217845, pgoff = 0, inode = 20149 }
+vm_state.vm_map: 13589.849336894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063336960, end = 3063341056, flags = 135266419, pgoff = 12288, inode = 20149 }
+vm_state.vm_map: 13589.849339280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063341056, end = 3063357440, flags = 134217845, pgoff = 0, inode = 1065432 }
+vm_state.vm_map: 13589.849341313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063357440, end = 3063361536, flags = 135266419, pgoff = 12288, inode = 1065432 }
+vm_state.vm_map: 13589.849343699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063361536, end = 3063382016, flags = 134217845, pgoff = 0, inode = 314599 }
+vm_state.vm_map: 13589.849345738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063382016, end = 3063386112, flags = 135266419, pgoff = 16384, inode = 314599 }
+vm_state.vm_map: 13589.849348118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063386112, end = 3063525376, flags = 134217841, pgoff = 0, inode = 74520 }
+vm_state.vm_map: 13589.849350505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063525376, end = 3063627776, flags = 134217845, pgoff = 0, inode = 21552 }
+vm_state.vm_map: 13589.849352582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063627776, end = 3063635968, flags = 135266419, pgoff = 98304, inode = 21552 }
+vm_state.vm_map: 13589.849355357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063635968, end = 3067535360, flags = 134217845, pgoff = 0, inode = 21427 }
+vm_state.vm_map: 13589.849357397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067535360, end = 3067559936, flags = 135266419, pgoff = 3895296, inode = 21427 }
+vm_state.vm_map: 13589.849359449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067559936, end = 3067564032, flags = 1048691, pgoff = 3067559936, inode = 0 }
+vm_state.vm_map: 13589.849362064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067564032, end = 3067580416, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 13589.849364357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067580416, end = 3067584512, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 13589.849366786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067584512, end = 3067682816, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 13589.849368838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067682816, end = 3067686912, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 13589.849371107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067686912, end = 3067711488, flags = 134217845, pgoff = 0, inode = 22612 }
+vm_state.vm_map: 13589.849373394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067711488, end = 3067715584, flags = 135266419, pgoff = 20480, inode = 22612 }
+vm_state.vm_map: 13589.849375978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067715584, end = 3067727872, flags = 134217845, pgoff = 0, inode = 21323 }
+vm_state.vm_map: 13589.849378166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067727872, end = 3067731968, flags = 135266419, pgoff = 8192, inode = 21323 }
+vm_state.vm_map: 13589.849380664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067731968, end = 3067875328, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 13589.849382994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067875328, end = 3067879424, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 13589.849385608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067879424, end = 3067957248, flags = 134217845, pgoff = 0, inode = 24576 }
+vm_state.vm_map: 13589.849387765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067957248, end = 3067961344, flags = 135266419, pgoff = 77824, inode = 24576 }
+vm_state.vm_map: 13589.849390256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067961344, end = 3067994112, flags = 134217845, pgoff = 0, inode = 24194 }
+vm_state.vm_map: 13589.849392915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067994112, end = 3067998208, flags = 135266419, pgoff = 28672, inode = 24194 }
+vm_state.vm_map: 13589.849395338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067998208, end = 3068465152, flags = 134217845, pgoff = 0, inode = 23967 }
+vm_state.vm_map: 13589.849397390 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3068465152, end = 3068473344, flags = 135266419, pgoff = 462848, inode = 23967 }
+vm_state.vm_map: 13589.849399535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3068473344, end = 3068477440, flags = 1048691, pgoff = 3068473344, inode = 0 }
+vm_state.vm_map: 13589.849402039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3068477440, end = 3068854272, flags = 134217845, pgoff = 0, inode = 21319 }
+vm_state.vm_map: 13589.849404072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3068854272, end = 3068862464, flags = 135266419, pgoff = 376832, inode = 21319 }
+vm_state.vm_map: 13589.849406711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3068862464, end = 3068870656, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 13589.849408794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3068870656, end = 3068874752, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 13589.849411459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3068874752, end = 3069022208, flags = 134217845, pgoff = 0, inode = 20774 }
+vm_state.vm_map: 13589.849413616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069022208, end = 3069030400, flags = 135266419, pgoff = 143360, inode = 20774 }
+vm_state.vm_map: 13589.849416070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069030400, end = 3069128704, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.849418227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069128704, end = 3069132800, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.849420404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069132800, end = 3069136896, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.849423204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069136896, end = 3069206528, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.849425249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069206528, end = 3069210624, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.849427314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069210624, end = 3069214720, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.849429718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069214720, end = 3069222912, flags = 1048691, pgoff = 3069214720, inode = 0 }
+vm_state.vm_map: 13589.849432358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069222912, end = 3069304832, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.849434392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069304832, end = 3069308928, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.849436951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069308928, end = 3069779968, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 13589.849439120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069779968, end = 3069796352, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 13589.849441692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069796352, end = 3069943808, flags = 134217845, pgoff = 0, inode = 22796 }
+vm_state.vm_map: 13589.849443738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069943808, end = 3069947904, flags = 135266419, pgoff = 147456, inode = 22796 }
+vm_state.vm_map: 13589.849446074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069947904, end = 3070046208, flags = 134217845, pgoff = 0, inode = 22669 }
+vm_state.vm_map: 13589.849448157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3070046208, end = 3070050304, flags = 135266419, pgoff = 94208, inode = 22669 }
+vm_state.vm_map: 13589.849450674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3070050304, end = 3070197760, flags = 134217845, pgoff = 0, inode = 507933 }
+vm_state.vm_map: 13589.849452620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3070197760, end = 3070201856, flags = 135266417, pgoff = 143360, inode = 507933 }
+vm_state.vm_map: 13589.849454561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3070201856, end = 3070205952, flags = 135266419, pgoff = 147456, inode = 507933 }
+vm_state.vm_map: 13589.849456873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3070205952, end = 3071356928, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 13589.849458820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071356928, end = 3071373312, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 13589.849461108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071373312, end = 3071852544, flags = 134217845, pgoff = 0, inode = 21325 }
+vm_state.vm_map: 13589.849463080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071852544, end = 3071860736, flags = 135266419, pgoff = 479232, inode = 21325 }
+vm_state.vm_map: 13589.849466114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071860736, end = 3071877120, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 13589.849468055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071877120, end = 3071881216, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 13589.849470484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071881216, end = 3071889408, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 13589.849472426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071889408, end = 3071893504, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 13589.849474750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071893504, end = 3071901696, flags = 134217845, pgoff = 0, inode = 17721 }
+vm_state.vm_map: 13589.849476740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071901696, end = 3071905792, flags = 135266419, pgoff = 4096, inode = 17721 }
+vm_state.vm_map: 13589.849479039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071905792, end = 3071938560, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 13589.849480974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071938560, end = 3071942656, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 13589.849483311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071942656, end = 3071967232, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 13589.849485258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071967232, end = 3071971328, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 13589.849487545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071971328, end = 3072004096, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 13589.849489486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072004096, end = 3072008192, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 13589.849491909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072008192, end = 3072016384, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 13589.849494048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072016384, end = 3072020480, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 13589.849496489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072020480, end = 3072053248, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 13589.849498449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072053248, end = 3072057344, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 13589.849501094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072057344, end = 3072110592, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 13589.849503152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072110592, end = 3072114688, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 13589.849505446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072114688, end = 3072286720, flags = 134217845, pgoff = 0, inode = 1065255 }
+vm_state.vm_map: 13589.849507381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072286720, end = 3072290816, flags = 135266419, pgoff = 172032, inode = 1065255 }
+vm_state.vm_map: 13589.849509798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072290816, end = 3072303104, flags = 134217845, pgoff = 0, inode = 19646 }
+vm_state.vm_map: 13589.849511814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072303104, end = 3072307200, flags = 135266419, pgoff = 8192, inode = 19646 }
+vm_state.vm_map: 13589.849514236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072307200, end = 3072909312, flags = 134217845, pgoff = 0, inode = 19648 }
+vm_state.vm_map: 13589.849516387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072909312, end = 3072917504, flags = 135266419, pgoff = 602112, inode = 19648 }
+vm_state.vm_map: 13589.849518897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072917504, end = 3073187840, flags = 134217845, pgoff = 0, inode = 22793 }
+vm_state.vm_map: 13589.849520856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3073187840, end = 3073196032, flags = 135266419, pgoff = 266240, inode = 22793 }
+vm_state.vm_map: 13589.849523354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3073196032, end = 3073794048, flags = 134217845, pgoff = 0, inode = 22668 }
+vm_state.vm_map: 13589.849525295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3073794048, end = 3073806336, flags = 135266419, pgoff = 593920, inode = 22668 }
+vm_state.vm_map: 13589.849527940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3073806336, end = 3073998848, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.849530011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3073998848, end = 3074002944, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.849532299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3074002944, end = 3074748416, flags = 134217845, pgoff = 0, inode = 499794 }
+vm_state.vm_map: 13589.849534270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3074748416, end = 3074752512, flags = 135266419, pgoff = 745472, inode = 499794 }
+vm_state.vm_map: 13589.849536940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3074752512, end = 3074998272, flags = 134217845, pgoff = 0, inode = 20603 }
+vm_state.vm_map: 13589.849538881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3074998272, end = 3075002368, flags = 135266419, pgoff = 245760, inode = 20603 }
+vm_state.vm_map: 13589.849541292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3075002368, end = 3075010560, flags = 134217937, pgoff = 40960, inode = 535980 }
+vm_state.vm_map: 13589.849543344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3075010560, end = 3075014656, flags = 1048691, pgoff = 3075010560, inode = 0 }
+vm_state.vm_map: 13589.849545285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3075014656, end = 3075018752, flags = 113, pgoff = 3075014656, inode = 0 }
+vm_state.vm_map: 13589.849547727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3075018752, end = 3075047424, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.849550038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3075047424, end = 3075096576, flags = 134217841, pgoff = 0, inode = 74519 }
+vm_state.vm_map: 13589.849552623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3075096576, end = 3076427776, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.849554687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3076427776, end = 3076431872, flags = 1048691, pgoff = 3076427776, inode = 0 }
+vm_state.vm_map: 13589.849557085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3076431872, end = 3077746688, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.849559038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077746688, end = 3077754880, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.849561085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077754880, end = 3077758976, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.849563266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077758976, end = 3077775360, flags = 1048691, pgoff = 3077758976, inode = 0 }
+vm_state.vm_map: 13589.849565665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077775360, end = 3077783552, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.849567600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077783552, end = 3077787648, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.849569571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077787648, end = 3077791744, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.849572211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077791744, end = 3077877760, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.849574152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077877760, end = 3077881856, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.849576099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077881856, end = 3077885952, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.849578170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077885952, end = 3077894144, flags = 1048691, pgoff = 3077885952, inode = 0 }
+vm_state.vm_map: 13589.849580444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077894144, end = 3077935104, flags = 134217845, pgoff = 0, inode = 22795 }
+vm_state.vm_map: 13589.849582391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077935104, end = 3077939200, flags = 135266419, pgoff = 36864, inode = 22795 }
+vm_state.vm_map: 13589.849587677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077939200, end = 3077984256, flags = 134217845, pgoff = 0, inode = 535829 }
+vm_state.vm_map: 13589.849589822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077984256, end = 3077988352, flags = 135266419, pgoff = 40960, inode = 535829 }
+vm_state.vm_map: 13589.849591924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077988352, end = 3077996544, flags = 1048691, pgoff = 3077988352, inode = 0 }
+vm_state.vm_map: 13589.849593976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077996544, end = 3078000640, flags = 67371125, pgoff = 3077996544, inode = 0 }
+vm_state.vm_map: 13589.849596702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3078000640, end = 3078115328, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.849598803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3078115328, end = 3078119424, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.849600856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3078119424, end = 3078123520, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.849603026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3219558400, end = 3219570688, flags = 1048688, pgoff = 3219558400, inode = 0 }
+vm_state.vm_map: 13589.849605177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3219570688, end = 3219886080, flags = 1048951, pgoff = 3220910080, inode = 0 }
+vm_state.vm_map: 13589.849613979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 134512640, end = 134541312, flags = 134223989, pgoff = 0, inode = 1048590 }
+vm_state.vm_map: 13589.849616167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 134541312, end = 134545408, flags = 135272563, pgoff = 24576, inode = 1048590 }
+vm_state.vm_map: 13589.849618602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 134545408, end = 134561792, flags = 1048691, pgoff = 134545408, inode = 0 }
+vm_state.vm_map: 13589.849620598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 146329600, end = 146464768, flags = 1048691, pgoff = 146329600, inode = 0 }
+vm_state.vm_map: 13589.849623052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073552384, end = 3073581056, flags = 134217845, pgoff = 0, inode = 507930 }
+vm_state.vm_map: 13589.849625229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073581056, end = 3073585152, flags = 135266417, pgoff = 24576, inode = 507930 }
+vm_state.vm_map: 13589.849627355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073585152, end = 3073589248, flags = 135266419, pgoff = 28672, inode = 507930 }
+vm_state.vm_map: 13589.849629864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073589248, end = 3073675264, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.849632029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073675264, end = 3073679360, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.849634204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073679360, end = 3073683456, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.849636374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073683456, end = 3073691648, flags = 1048691, pgoff = 3073683456, inode = 0 }
+vm_state.vm_map: 13589.849639007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073691648, end = 3073916928, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.849641170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073916928, end = 3073921024, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.849643339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073921024, end = 3073925120, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.849646029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073925120, end = 3073961984, flags = 134217845, pgoff = 0, inode = 508755 }
+vm_state.vm_map: 13589.849648557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073961984, end = 3073966080, flags = 135266417, pgoff = 32768, inode = 508755 }
+vm_state.vm_map: 13589.849650733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073966080, end = 3073970176, flags = 135266419, pgoff = 36864, inode = 508755 }
+vm_state.vm_map: 13589.849652952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073970176, end = 3074129920, flags = 1048691, pgoff = 3073970176, inode = 0 }
+vm_state.vm_map: 13589.849655592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074129920, end = 3074179072, flags = 134217845, pgoff = 0, inode = 500088 }
+vm_state.vm_map: 13589.849657563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074179072, end = 3074183168, flags = 135266419, pgoff = 45056, inode = 500088 }
+vm_state.vm_map: 13589.849659523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074183168, end = 3074232320, flags = 1048691, pgoff = 3074183168, inode = 0 }
+vm_state.vm_map: 13589.849661847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074232320, end = 3074330624, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.849663937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074330624, end = 3074334720, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.849666020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074334720, end = 3074338816, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.849668659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074392064, end = 3074428928, flags = 134217845, pgoff = 0, inode = 499730 }
+vm_state.vm_map: 13589.849670760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074428928, end = 3074433024, flags = 135266419, pgoff = 32768, inode = 499730 }
+vm_state.vm_map: 13589.849673152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074433024, end = 3074473984, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.849675397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074473984, end = 3074478080, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.849677436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074478080, end = 3074482176, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.849679674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074482176, end = 3074519040, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.849681751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074519040, end = 3074523136, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.849687129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074523136, end = 3074527232, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.849689298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074527232, end = 3074605056, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.849691301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074605056, end = 3074609152, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.849693359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074609152, end = 3074613248, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.849695449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074613248, end = 3074621440, flags = 1048691, pgoff = 3074613248, inode = 0 }
+vm_state.vm_map: 13589.849697699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074621440, end = 3074646016, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.849699763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074646016, end = 3074650112, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.849701809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074650112, end = 3074654208, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.849703948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074654208, end = 3075985408, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.849705889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3075985408, end = 3075989504, flags = 1048691, pgoff = 3075985408, inode = 0 }
+vm_state.vm_map: 13589.849707954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3075989504, end = 3075997696, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.849710018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3075997696, end = 3076001792, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.849711965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3076001792, end = 3076005888, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.849714042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3076005888, end = 3077320704, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.849716013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077320704, end = 3077328896, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.849718419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077328896, end = 3077332992, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.849720495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077332992, end = 3077349376, flags = 1048691, pgoff = 3077332992, inode = 0 }
+vm_state.vm_map: 13589.849725434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077349376, end = 3077357568, flags = 134217845, pgoff = 0, inode = 499739 }
+vm_state.vm_map: 13589.849727499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077357568, end = 3077361664, flags = 135266419, pgoff = 4096, inode = 499739 }
+vm_state.vm_map: 13589.849730138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077361664, end = 3077402624, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 13589.849732092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077402624, end = 3077406720, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 13589.849734577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077414912, end = 3077423104, flags = 134217845, pgoff = 0, inode = 17167 }
+vm_state.vm_map: 13589.849736629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077423104, end = 3077427200, flags = 135266419, pgoff = 8192, inode = 17167 }
+vm_state.vm_map: 13589.849738916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077427200, end = 3077435392, flags = 134217845, pgoff = 0, inode = 499908 }
+vm_state.vm_map: 13589.849740993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077435392, end = 3077439488, flags = 135266419, pgoff = 4096, inode = 499908 }
+vm_state.vm_map: 13589.849743484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077439488, end = 3077443584, flags = 134217845, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 13589.849745425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077443584, end = 3077447680, flags = 135266419, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 13589.849747793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077447680, end = 3077451776, flags = 134217845, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 13589.849749937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077451776, end = 3077455872, flags = 135266419, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 13589.849755334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077459968, end = 3077468160, flags = 134217845, pgoff = 0, inode = 500086 }
+vm_state.vm_map: 13589.849757386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077468160, end = 3077472256, flags = 135266419, pgoff = 4096, inode = 500086 }
+vm_state.vm_map: 13589.849760013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077472256, end = 3077484544, flags = 134217845, pgoff = 0, inode = 500089 }
+vm_state.vm_map: 13589.849762170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077484544, end = 3077488640, flags = 135266419, pgoff = 8192, inode = 500089 }
+vm_state.vm_map: 13589.849764520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077488640, end = 3077492736, flags = 134217845, pgoff = 0, inode = 499772 }
+vm_state.vm_map: 13589.849766701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077492736, end = 3077496832, flags = 135266419, pgoff = 0, inode = 499772 }
+vm_state.vm_map: 13589.849768865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077500928, end = 3077509120, flags = 1048691, pgoff = 3077500928, inode = 0 }
+vm_state.vm_map: 13589.849770836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077509120, end = 3077513216, flags = 67371125, pgoff = 3077509120, inode = 0 }
+vm_state.vm_map: 13589.849772944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077513216, end = 3077627904, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.849775003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077627904, end = 3077632000, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.849776955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077632000, end = 3077636096, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.849778910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3216674816, end = 3216760832, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.849782056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
+vm_state.vm_map: 13589.849784121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
+vm_state.vm_map: 13589.849786191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
+vm_state.vm_map: 13589.849788132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 165994496, end = 166264832, flags = 1048691, pgoff = 165994496, inode = 0 }
+vm_state.vm_map: 13589.849790555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074707456, end = 3074748416, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.849792613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074748416, end = 3074752512, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.849794678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074752512, end = 3074756608, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.849796971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074756608, end = 3074793472, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.849798943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074793472, end = 3074797568, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.849801026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074797568, end = 3074801664, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.849803115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074801664, end = 3074879488, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.849805180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074879488, end = 3074883584, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.849807128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074883584, end = 3074887680, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.849809075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074887680, end = 3074895872, flags = 1048691, pgoff = 3074887680, inode = 0 }
+vm_state.vm_map: 13589.849811157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074895872, end = 3074920448, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.849813234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074920448, end = 3074924544, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.849815181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074924544, end = 3074928640, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.849817432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074928640, end = 3076259840, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.849819614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3076259840, end = 3076263936, flags = 1048691, pgoff = 3076259840, inode = 0 }
+vm_state.vm_map: 13589.849821950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3076263936, end = 3077578752, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.849824354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077578752, end = 3077586944, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.849826308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077586944, end = 3077591040, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.849828367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077591040, end = 3077607424, flags = 1048691, pgoff = 3077591040, inode = 0 }
+vm_state.vm_map: 13589.849830579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077607424, end = 3077615616, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.849832557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077615616, end = 3077619712, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.849834492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077619712, end = 3077623808, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.849837021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077623808, end = 3077840896, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 13589.849838968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077840896, end = 3077853184, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 13589.849841180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077918720, end = 3077947392, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.849843127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077947392, end = 3077955584, flags = 1048691, pgoff = 3077947392, inode = 0 }
+vm_state.vm_map: 13589.849845074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077955584, end = 3077959680, flags = 67371125, pgoff = 3077955584, inode = 0 }
+vm_state.vm_map: 13589.849847276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077959680, end = 3078074368, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.849849334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3078074368, end = 3078078464, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.849851565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3078078464, end = 3078082560, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.849853734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3214569472, end = 3214655488, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.849856244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
+vm_state.vm_map: 13589.849858668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
+vm_state.vm_map: 13589.849860627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
+vm_state.vm_map: 13589.849862698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 158515200, end = 159387648, flags = 1048691, pgoff = 158515200, inode = 0 }
+vm_state.vm_map: 13589.849865046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075555328, end = 3075596288, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.849867136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075596288, end = 3075600384, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.849869194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075600384, end = 3075604480, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.849871488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075604480, end = 3075641344, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.849873428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075641344, end = 3075645440, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.849875456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075645440, end = 3075649536, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.849877638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075649536, end = 3075727360, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.849879703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075727360, end = 3075731456, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.849881637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075731456, end = 3075735552, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.849883683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075735552, end = 3075743744, flags = 1048691, pgoff = 3075735552, inode = 0 }
+vm_state.vm_map: 13589.849885890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075743744, end = 3075768320, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.849887838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075768320, end = 3075772416, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.849889902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075772416, end = 3075776512, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.849892312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075776512, end = 3077107712, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.849894507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3077107712, end = 3077111808, flags = 1048691, pgoff = 3077107712, inode = 0 }
+vm_state.vm_map: 13589.849896559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3077111808, end = 3078426624, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.849898507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078426624, end = 3078434816, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.849900534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078434816, end = 3078438912, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.849902524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078438912, end = 3078455296, flags = 1048691, pgoff = 3078438912, inode = 0 }
+vm_state.vm_map: 13589.849904607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078455296, end = 3078463488, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.849906554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078463488, end = 3078467584, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.849908508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078467584, end = 3078471680, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.849910702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078471680, end = 3078688768, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 13589.849912637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078688768, end = 3078701056, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 13589.849914707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078766592, end = 3078795264, flags = 134217937, pgoff = 0, inode = 20522 }
+vm_state.vm_map: 13589.849916654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078795264, end = 3078803456, flags = 1048691, pgoff = 3078795264, inode = 0 }
+vm_state.vm_map: 13589.849918602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078803456, end = 3078807552, flags = 67371125, pgoff = 3078803456, inode = 0 }
+vm_state.vm_map: 13589.849920673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078807552, end = 3078922240, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.849922620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078922240, end = 3078926336, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.849924907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078926336, end = 3078930432, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.849927119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3215605760, end = 3215691776, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.849929790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073204224, end = 3073224704, flags = 134217845, pgoff = 0, inode = 508634 }
+vm_state.vm_map: 13589.849931855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073224704, end = 3073228800, flags = 135266417, pgoff = 16384, inode = 508634 }
+vm_state.vm_map: 13589.849933826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073228800, end = 3073232896, flags = 135266419, pgoff = 20480, inode = 508634 }
+vm_state.vm_map: 13589.849936002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073232896, end = 3073273856, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.849937944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073273856, end = 3073277952, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.849940008 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073277952, end = 3073282048, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.849942097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073282048, end = 3073318912, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.849944038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073318912, end = 3073323008, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.849946109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073323008, end = 3073327104, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.849948383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073327104, end = 3073351680, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.849950331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073351680, end = 3073355776, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.849952272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073355776, end = 3073359872, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.849954330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073359872, end = 3073368064, flags = 1048691, pgoff = 3073359872, inode = 0 }
+vm_state.vm_map: 13589.849956394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073368064, end = 3073454080, flags = 134217845, pgoff = 0, inode = 507929 }
+vm_state.vm_map: 13589.849958682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073454080, end = 3073458176, flags = 135266417, pgoff = 81920, inode = 507929 }
+vm_state.vm_map: 13589.849960771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073458176, end = 3073462272, flags = 135266419, pgoff = 86016, inode = 507929 }
+vm_state.vm_map: 13589.849962712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073462272, end = 3073470464, flags = 1048691, pgoff = 3073462272, inode = 0 }
+vm_state.vm_map: 13589.849965024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073470464, end = 3073478656, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 13589.849966995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073478656, end = 3073482752, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 13589.849968937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073482752, end = 3073486848, flags = 1048691, pgoff = 3073482752, inode = 0 }
+vm_state.vm_map: 13589.849971218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073486848, end = 3073511424, flags = 134217845, pgoff = 0, inode = 18679 }
+vm_state.vm_map: 13589.849973165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073511424, end = 3073515520, flags = 135266419, pgoff = 20480, inode = 18679 }
+vm_state.vm_map: 13589.849975229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073515520, end = 3073523712, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.849977170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073523712, end = 3073527808, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.849979118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073527808, end = 3073531904, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.849981534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073531904, end = 3074846720, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.849983574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3074846720, end = 3074854912, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.849985515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3074854912, end = 3074859008, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.849987573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3074859008, end = 3074871296, flags = 1048691, pgoff = 3074859008, inode = 0 }
+vm_state.vm_map: 13589.849990077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3074871296, end = 3074879488, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 13589.849992481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3074879488, end = 3074883584, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 13589.849995077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3074883584, end = 3075047424, flags = 134217845, pgoff = 0, inode = 18646 }
+vm_state.vm_map: 13589.849997137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075047424, end = 3075051520, flags = 135266419, pgoff = 163840, inode = 18646 }
+vm_state.vm_map: 13589.849999195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075051520, end = 3075055616, flags = 1048691, pgoff = 3075051520, inode = 0 }
+vm_state.vm_map: 13589.850001809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075055616, end = 3075719168, flags = 134217845, pgoff = 0, inode = 18913 }
+vm_state.vm_map: 13589.850003855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075719168, end = 3075743744, flags = 135266419, pgoff = 659456, inode = 18913 }
+vm_state.vm_map: 13589.850006204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075743744, end = 3075907584, flags = 134217845, pgoff = 0, inode = 18977 }
+vm_state.vm_map: 13589.850008256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075907584, end = 3075911680, flags = 135266419, pgoff = 163840, inode = 18977 }
+vm_state.vm_map: 13589.850010326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075911680, end = 3075948544, flags = 134217845, pgoff = 0, inode = 508755 }
+vm_state.vm_map: 13589.850012274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075948544, end = 3075952640, flags = 135266417, pgoff = 32768, inode = 508755 }
+vm_state.vm_map: 13589.850014339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075952640, end = 3075956736, flags = 135266419, pgoff = 36864, inode = 508755 }
+vm_state.vm_map: 13589.850016273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075956736, end = 3076116480, flags = 1048691, pgoff = 3075956736, inode = 0 }
+vm_state.vm_map: 13589.850018487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076116480, end = 3076194304, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.850020428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076194304, end = 3076198400, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.850022480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076198400, end = 3076202496, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.850024414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076202496, end = 3076210688, flags = 1048691, pgoff = 3076202496, inode = 0 }
+vm_state.vm_map: 13589.850026831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076210688, end = 3076292608, flags = 134217845, pgoff = 0, inode = 1065249 }
+vm_state.vm_map: 13589.850028914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076292608, end = 3076296704, flags = 135266419, pgoff = 77824, inode = 1065249 }
+vm_state.vm_map: 13589.850031301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076296704, end = 3076304896, flags = 134217845, pgoff = 0, inode = 508751 }
+vm_state.vm_map: 13589.850033254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076304896, end = 3076308992, flags = 135266417, pgoff = 4096, inode = 508751 }
+vm_state.vm_map: 13589.850035367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076308992, end = 3076313088, flags = 135266419, pgoff = 8192, inode = 508751 }
+vm_state.vm_map: 13589.850037302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076313088, end = 3076317184, flags = 1048691, pgoff = 3076313088, inode = 0 }
+vm_state.vm_map: 13589.850039583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076317184, end = 3077619712, flags = 134217845, pgoff = 0, inode = 33850 }
+vm_state.vm_map: 13589.850041531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077619712, end = 3077713920, flags = 135266419, pgoff = 1302528, inode = 33850 }
+vm_state.vm_map: 13589.850043465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077713920, end = 3077726208, flags = 1048691, pgoff = 3077713920, inode = 0 }
+vm_state.vm_map: 13589.850045690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077726208, end = 3077795840, flags = 134217845, pgoff = 0, inode = 508763 }
+vm_state.vm_map: 13589.850047625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077795840, end = 3077799936, flags = 135266417, pgoff = 65536, inode = 508763 }
+vm_state.vm_map: 13589.850049709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077799936, end = 3077804032, flags = 135266419, pgoff = 69632, inode = 508763 }
+vm_state.vm_map: 13589.850051650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077804032, end = 3077812224, flags = 1048691, pgoff = 3077804032, inode = 0 }
+vm_state.vm_map: 13589.850053590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077906432, end = 3077914624, flags = 1048691, pgoff = 3077906432, inode = 0 }
+vm_state.vm_map: 13589.850055525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077914624, end = 3077918720, flags = 67371125, pgoff = 3077914624, inode = 0 }
+vm_state.vm_map: 13589.850057595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077918720, end = 3078033408, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.850059889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3078033408, end = 3078037504, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.850061972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3078037504, end = 3078041600, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.850090017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3078041600, end = 3078369280, flags = 134223989, pgoff = 0, inode = 22406 }
+vm_state.vm_map: 13589.850092310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3078369280, end = 3078373376, flags = 135272563, pgoff = 323584, inode = 22406 }
+vm_state.vm_map: 13589.850094517 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3078373376, end = 3078389760, flags = 1048691, pgoff = 3078373376, inode = 0 }
+vm_state.vm_map: 13589.850096594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3087708160, end = 3087982592, flags = 1048691, pgoff = 3087708160, inode = 0 }
+vm_state.vm_map: 13589.850098652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3219963904, end = 3220049920, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.850106360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 134512640, end = 134631424, flags = 134223989, pgoff = 0, inode = 409694 }
+vm_state.vm_map: 13589.850108542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 134631424, end = 134635520, flags = 135272563, pgoff = 118784, inode = 409694 }
+vm_state.vm_map: 13589.850110589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 167378944, end = 167583744, flags = 1048691, pgoff = 167378944, inode = 0 }
+vm_state.vm_map: 13589.850112752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3075694592, end = 3075817472, flags = 1048691, pgoff = 3075694592, inode = 0 }
+vm_state.vm_map: 13589.850115348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3075895296, end = 3075936256, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 13589.850117530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3075936256, end = 3075940352, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 13589.850119644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3075940352, end = 3075944448, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 13589.850122272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3075944448, end = 3076022272, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 13589.850124620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076022272, end = 3076026368, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 13589.850126901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076026368, end = 3076030464, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 13589.850129052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076030464, end = 3076038656, flags = 1048691, pgoff = 3076030464, inode = 0 }
+vm_state.vm_map: 13589.850131198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076132864, end = 3076136960, flags = 1048691, pgoff = 3076132864, inode = 0 }
+vm_state.vm_map: 13589.850133874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076136960, end = 3076145152, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 13589.850136148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076145152, end = 3076149248, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 13589.850138299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076149248, end = 3076153344, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 13589.850140580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076153344, end = 3076157440, flags = 1048691, pgoff = 3076153344, inode = 0 }
+vm_state.vm_map: 13589.850143103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076157440, end = 3077472256, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.850145470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077472256, end = 3077480448, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.850147578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077480448, end = 3077484544, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.850149728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077484544, end = 3077496832, flags = 1048691, pgoff = 3077484544, inode = 0 }
+vm_state.vm_map: 13589.850152016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077496832, end = 3077595136, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.850154322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077595136, end = 3077599232, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.850156386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077599232, end = 3077603328, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.850159155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077615616, end = 3077652480, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 13589.850161468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077652480, end = 3077656576, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 13589.850163872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077656576, end = 3077660672, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 13589.850170516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077660672, end = 3077685248, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 13589.850172681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077685248, end = 3077689344, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 13589.850174813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077689344, end = 3077693440, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 13589.850177044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077693440, end = 3077705728, flags = 1048691, pgoff = 3077693440, inode = 0 }
+vm_state.vm_map: 13589.850179233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077705728, end = 3077709824, flags = 67371125, pgoff = 3077705728, inode = 0 }
+vm_state.vm_map: 13589.850182242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077709824, end = 3077824512, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.850184450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077824512, end = 3077828608, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.850186631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077828608, end = 3077832704, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.850188733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3216945152, end = 3217031168, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.850194655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 134512640, end = 135254016, flags = 134223989, pgoff = 0, inode = 20038 }
+vm_state.vm_map: 13589.850196960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 135254016, end = 135270400, flags = 135272563, pgoff = 741376, inode = 20038 }
+vm_state.vm_map: 13589.850199118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 135270400, end = 135282688, flags = 1048691, pgoff = 135270400, inode = 0 }
+vm_state.vm_map: 13589.850201628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 168751104, end = 168886272, flags = 1048691, pgoff = 168751104, inode = 0 }
+vm_state.vm_map: 13589.850204051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073126400, end = 3073167360, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 13589.850206214 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073167360, end = 3073171456, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 13589.850208383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073171456, end = 3073175552, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 13589.850210590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073175552, end = 3073212416, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 13589.850212785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073212416, end = 3073216512, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 13589.850215016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073216512, end = 3073220608, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 13589.850217353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073220608, end = 3073245184, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 13589.850219510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073245184, end = 3073249280, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 13589.850221710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073249280, end = 3073253376, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 13589.850223967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073253376, end = 3073257472, flags = 1048691, pgoff = 3073253376, inode = 0 }
+vm_state.vm_map: 13589.850226625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073257472, end = 3073269760, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 13589.850228794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073269760, end = 3073273856, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 13589.850230890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073273856, end = 3073277952, flags = 1048691, pgoff = 3073273856, inode = 0 }
+vm_state.vm_map: 13589.850233456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073277952, end = 3073740800, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 13589.850235495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073740800, end = 3073753088, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 13589.850241757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073753088, end = 3073830912, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 13589.850243952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073830912, end = 3073835008, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 13589.850246708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073835008, end = 3073896448, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 13589.850248896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073896448, end = 3073900544, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 13589.850251288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073900544, end = 3073986560, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 13589.850253341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073986560, end = 3073990656, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 13589.850255510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073990656, end = 3073994752, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 13589.850257698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073994752, end = 3074002944, flags = 1048691, pgoff = 3073994752, inode = 0 }
+vm_state.vm_map: 13589.850259868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3074002944, end = 3075317760, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.850261976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3075317760, end = 3075325952, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.850264195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3075325952, end = 3075330048, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.850266359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3075330048, end = 3075346432, flags = 1048691, pgoff = 3075330048, inode = 0 }
+vm_state.vm_map: 13589.850268800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3075346432, end = 3075538944, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.850271187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3075538944, end = 3075543040, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.850273845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3075543040, end = 3076149248, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 13589.850276521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3076149248, end = 3076165632, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 13589.850284742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3076165632, end = 3077619712, flags = 134217845, pgoff = 0, inode = 17110 }
+vm_state.vm_map: 13589.850286893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077619712, end = 3077632000, flags = 135266419, pgoff = 1454080, inode = 17110 }
+vm_state.vm_map: 13589.850289155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077632000, end = 3077640192, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 13589.850291232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077640192, end = 3077644288, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 13589.850293389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077644288, end = 3077648384, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 13589.850295875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077648384, end = 3077795840, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 13589.850297970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077795840, end = 3077799936, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 13589.850300269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077799936, end = 3077804032, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 13589.850305165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077804032, end = 3077840896, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 13589.850307329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077840896, end = 3077844992, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 13589.850309486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077844992, end = 3077849088, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 13589.850311476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077849088, end = 3078012928, flags = 1048691, pgoff = 3077849088, inode = 0 }
+vm_state.vm_map: 13589.850314048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078012928, end = 3078090752, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 13589.850316088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078090752, end = 3078094848, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 13589.850318134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078094848, end = 3078098944, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 13589.850320291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078098944, end = 3078107136, flags = 1048691, pgoff = 3078098944, inode = 0 }
+vm_state.vm_map: 13589.850322769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078107136, end = 3078176768, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 13589.850324815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078176768, end = 3078180864, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 13589.850326775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078180864, end = 3078184960, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 13589.850328951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078184960, end = 3078193152, flags = 1048691, pgoff = 3078184960, inode = 0 }
+vm_state.vm_map: 13589.850331293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078254592, end = 3078275072, flags = 134217845, pgoff = 0, inode = 508374 }
+vm_state.vm_map: 13589.850333586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078275072, end = 3078279168, flags = 135266417, pgoff = 16384, inode = 508374 }
+vm_state.vm_map: 13589.850335751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078279168, end = 3078283264, flags = 135266419, pgoff = 20480, inode = 508374 }
+vm_state.vm_map: 13589.850337871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078287360, end = 3078295552, flags = 1048691, pgoff = 3078287360, inode = 0 }
+vm_state.vm_map: 13589.850339947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078295552, end = 3078299648, flags = 67371125, pgoff = 3078295552, inode = 0 }
+vm_state.vm_map: 13589.850342352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078299648, end = 3078414336, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.850344312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078414336, end = 3078418432, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.850346389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078418432, end = 3078422528, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.850348744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3215204352, end = 3215745024, flags = 1048947, pgoff = 3220684800, inode = 0 }
+vm_state.vm_map: 13589.850351667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074174976, end = 3074215936, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 13589.850353807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074215936, end = 3074220032, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 13589.850355989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074220032, end = 3074224128, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 13589.850358455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074224128, end = 3074260992, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 13589.850360587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074260992, end = 3074265088, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 13589.850362701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074265088, end = 3074269184, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 13589.850364779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074269184, end = 3074293760, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 13589.850366849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074293760, end = 3074297856, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 13589.850368932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074297856, end = 3074301952, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 13589.850370879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074301952, end = 3074310144, flags = 1048691, pgoff = 3074301952, inode = 0 }
+vm_state.vm_map: 13589.850373116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074310144, end = 3074396160, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 13589.850375305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074396160, end = 3074400256, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 13589.850377246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074400256, end = 3074404352, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 13589.850379317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074404352, end = 3074412544, flags = 1048691, pgoff = 3074404352, inode = 0 }
+vm_state.vm_map: 13589.850381523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074412544, end = 3074420736, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 13589.850383940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074420736, end = 3074424832, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 13589.850389133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074424832, end = 3074449408, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 13589.850391209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074449408, end = 3074453504, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 13589.850393658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074453504, end = 3075768320, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.850395604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075768320, end = 3075776512, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.850397669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075776512, end = 3075780608, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.850399789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075780608, end = 3075792896, flags = 1048691, pgoff = 3075780608, inode = 0 }
+vm_state.vm_map: 13589.850402021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075792896, end = 3075801088, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 13589.850404080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075801088, end = 3075805184, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 13589.850406175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075805184, end = 3075809280, flags = 1048691, pgoff = 3075805184, inode = 0 }
+vm_state.vm_map: 13589.850416090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075809280, end = 3075969024, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 13589.850418408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075969024, end = 3075973120, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 13589.850426629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075973120, end = 3076632576, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 13589.850428879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3076632576, end = 3076657152, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 13589.850437471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3076657152, end = 3076820992, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 13589.850439523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3076820992, end = 3076825088, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 13589.850441946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3076825088, end = 3076861952, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 13589.850444060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3076861952, end = 3076866048, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 13589.850446008 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3076866048, end = 3076870144, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 13589.850447955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3076870144, end = 3077029888, flags = 1048691, pgoff = 3076870144, inode = 0 }
+vm_state.vm_map: 13589.850450031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077029888, end = 3077107712, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 13589.850451978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077107712, end = 3077111808, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 13589.850453925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077111808, end = 3077115904, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 13589.850456009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077115904, end = 3077124096, flags = 1048691, pgoff = 3077115904, inode = 0 }
+vm_state.vm_map: 13589.850458111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077124096, end = 3077201920, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 13589.850460509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077201920, end = 3077206016, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 13589.850462449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077206016, end = 3077210112, flags = 1048691, pgoff = 3077206016, inode = 0 }
+vm_state.vm_map: 13589.850464873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077210112, end = 3077218304, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 13589.850466807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077218304, end = 3077222400, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 13589.850468878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077222400, end = 3077226496, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 13589.850471153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077226496, end = 3078529024, flags = 134217845, pgoff = 0, inode = 33850 }
+vm_state.vm_map: 13589.850473218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078529024, end = 3078623232, flags = 135266419, pgoff = 1302528, inode = 33850 }
+vm_state.vm_map: 13589.850475277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078623232, end = 3078635520, flags = 1048691, pgoff = 3078623232, inode = 0 }
+vm_state.vm_map: 13589.850477607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078635520, end = 3078705152, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 13589.850479547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078705152, end = 3078709248, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 13589.850481612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078709248, end = 3078713344, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 13589.850483664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078713344, end = 3078721536, flags = 1048691, pgoff = 3078713344, inode = 0 }
+vm_state.vm_map: 13589.850485907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078721536, end = 3078819840, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.850487849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078819840, end = 3078823936, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.850489920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078823936, end = 3078828032, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.850491990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078828032, end = 3078836224, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 13589.850494283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078836224, end = 3078840320, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 13589.850496348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078840320, end = 3078844416, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 13589.850498425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078844416, end = 3078848512, flags = 1048691, pgoff = 3078844416, inode = 0 }
+vm_state.vm_map: 13589.850500570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078848512, end = 3078889472, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 13589.850502616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078889472, end = 3078893568, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 13589.850504940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078893568, end = 3078922240, flags = 134217845, pgoff = 0, inode = 499851 }
+vm_state.vm_map: 13589.850506888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078922240, end = 3078926336, flags = 135266419, pgoff = 28672, inode = 499851 }
+vm_state.vm_map: 13589.850508829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079020544, end = 3079028736, flags = 1048691, pgoff = 3079020544, inode = 0 }
+vm_state.vm_map: 13589.850510776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079028736, end = 3079032832, flags = 67371125, pgoff = 3079028736, inode = 0 }
+vm_state.vm_map: 13589.850512846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079032832, end = 3079147520, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.850514781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079147520, end = 3079151616, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.850516839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079151616, end = 3079155712, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.850525122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079155712, end = 3079565312, flags = 134223989, pgoff = 0, inode = 18427 }
+vm_state.vm_map: 13589.850527360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079569408, end = 3079573504, flags = 135272561, pgoff = 409600, inode = 18427 }
+vm_state.vm_map: 13589.850529864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079573504, end = 3079577600, flags = 135272563, pgoff = 413696, inode = 18427 }
+vm_state.vm_map: 13589.850531916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079577600, end = 3079598080, flags = 1048691, pgoff = 3079577600, inode = 0 }
+vm_state.vm_map: 13589.850533968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3089727488, end = 3089862656, flags = 1048691, pgoff = 3089727488, inode = 0 }
+vm_state.vm_map: 13589.850536001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3219390464, end = 3219476480, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.850541348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 19558 }
+vm_state.vm_map: 13589.850543413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 134545408, end = 134549504, flags = 135272563, pgoff = 32768, inode = 19558 }
+vm_state.vm_map: 13589.850545595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 134549504, end = 134553600, flags = 1048691, pgoff = 134549504, inode = 0 }
+vm_state.vm_map: 13589.850547690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 149254144, end = 149389312, flags = 1048691, pgoff = 149254144, inode = 0 }
+vm_state.vm_map: 13589.850549749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3076616192, end = 3076620288, flags = 1048691, pgoff = 3076616192, inode = 0 }
+vm_state.vm_map: 13589.850551974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3076620288, end = 3077935104, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.850554051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3077935104, end = 3077943296, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.850556115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3077943296, end = 3077947392, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.850558174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3077947392, end = 3077959680, flags = 1048691, pgoff = 3077947392, inode = 0 }
+vm_state.vm_map: 13589.850560233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3078053888, end = 3078062080, flags = 1048691, pgoff = 3078053888, inode = 0 }
+vm_state.vm_map: 13589.850562340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3078062080, end = 3078066176, flags = 67371125, pgoff = 3078062080, inode = 0 }
+vm_state.vm_map: 13589.850564800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3078066176, end = 3078180864, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.850566761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3078180864, end = 3078184960, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.850568899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3078184960, end = 3078189056, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.850571198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3218345984, end = 3218432000, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.850576891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 134512640, end = 134832128, flags = 134223989, pgoff = 0, inode = 1327116 }
+vm_state.vm_map: 13589.850578999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 134832128, end = 134840320, flags = 135272563, pgoff = 315392, inode = 1327116 }
+vm_state.vm_map: 13589.850581206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 134840320, end = 134852608, flags = 1048691, pgoff = 134840320, inode = 0 }
+vm_state.vm_map: 13589.850583635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 156643328, end = 157048832, flags = 1048691, pgoff = 156643328, inode = 0 }
+vm_state.vm_map: 13589.850589106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3074084864, end = 3074879488, flags = 134217937, pgoff = 0, inode = 1236999 }
+vm_state.vm_map: 13589.850594594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3074879488, end = 3075248128, flags = 134217937, pgoff = 0, inode = 1131233 }
+vm_state.vm_map: 13589.850597030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075248128, end = 3075883008, flags = 134217937, pgoff = 0, inode = 19219 }
+vm_state.vm_map: 13589.850599342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075883008, end = 3075923968, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 13589.850601444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075923968, end = 3075928064, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 13589.850603743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075928064, end = 3075932160, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 13589.850606036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075932160, end = 3075969024, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 13589.850608002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075969024, end = 3075973120, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 13589.850610104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075973120, end = 3075977216, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 13589.850612372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075977216, end = 3076055040, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 13589.850614647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076055040, end = 3076059136, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 13589.850616649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076059136, end = 3076063232, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 13589.850618820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076063232, end = 3076071424, flags = 1048691, pgoff = 3076063232, inode = 0 }
+vm_state.vm_map: 13589.850621026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076071424, end = 3076096000, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 13589.850623190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076096000, end = 3076100096, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 13589.850625167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076100096, end = 3076104192, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 13589.850627276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076198400, end = 3076202496, flags = 1048691, pgoff = 3076198400, inode = 0 }
+vm_state.vm_map: 13589.850629860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076202496, end = 3076395008, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.850631899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076395008, end = 3076399104, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.850634075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076399104, end = 3076403200, flags = 1048691, pgoff = 3076399104, inode = 0 }
+vm_state.vm_map: 13589.850636597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076403200, end = 3076431872, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 13589.850638902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076431872, end = 3076435968, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 13589.850640844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076435968, end = 3076440064, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 13589.850642920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076440064, end = 3077754880, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.850644861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3077754880, end = 3077763072, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.850646808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3077763072, end = 3077767168, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.850648762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3077767168, end = 3077779456, flags = 1048691, pgoff = 3077767168, inode = 0 }
+vm_state.vm_map: 13589.850650907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3077779456, end = 3077926912, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 13589.850652965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3077926912, end = 3077931008, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 13589.850654925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3077931008, end = 3077935104, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 13589.850657323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3077935104, end = 3078021120, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 13589.850659492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3078021120, end = 3078025216, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 13589.850661440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3078025216, end = 3078029312, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 13589.850663498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3078029312, end = 3078037504, flags = 1048691, pgoff = 3078029312, inode = 0 }
+vm_state.vm_map: 13589.850665581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3078037504, end = 3078262784, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.850667781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3078262784, end = 3078266880, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.850669865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3078266880, end = 3078270976, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.850679236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3078270976, end = 3079008256, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 13589.850681288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079008256, end = 3079012352, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 13589.850683334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079012352, end = 3079016448, flags = 1048691, pgoff = 3079012352, inode = 0 }
+vm_state.vm_map: 13589.850688385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079016448, end = 3079258112, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 13589.850690443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079258112, end = 3079262208, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 13589.850693064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079262208, end = 3079376896, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 13589.850695023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079376896, end = 3079380992, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 13589.850697323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079393280, end = 3079409664, flags = 1048691, pgoff = 3079393280, inode = 0 }
+vm_state.vm_map: 13589.850705210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079409664, end = 3079438336, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 13589.850707268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079438336, end = 3079483392, flags = 1048691, pgoff = 3079438336, inode = 0 }
+vm_state.vm_map: 13589.850709327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079483392, end = 3079487488, flags = 67371125, pgoff = 3079483392, inode = 0 }
+vm_state.vm_map: 13589.850711966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079487488, end = 3079602176, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.850714136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079602176, end = 3079606272, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.850716200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079606272, end = 3079610368, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.850718382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3213799424, end = 3213885440, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.850724298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 134512640, end = 134524928, flags = 134223989, pgoff = 0, inode = 134326 }
+vm_state.vm_map: 13589.850726356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 134524928, end = 134529024, flags = 135272563, pgoff = 8192, inode = 134326 }
+vm_state.vm_map: 13589.850728538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 163594240, end = 163729408, flags = 1048691, pgoff = 163594240, inode = 0 }
+vm_state.vm_map: 13589.850730597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074437120, end = 3074441216, flags = 1048691, pgoff = 3074437120, inode = 0 }
+vm_state.vm_map: 13589.850732791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074441216, end = 3074633728, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.850734918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074633728, end = 3074637824, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.850737173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074637824, end = 3074641920, flags = 1048691, pgoff = 3074637824, inode = 0 }
+vm_state.vm_map: 13589.850739350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074641920, end = 3074883584, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 13589.850741334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074883584, end = 3074887680, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 13589.850743436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074887680, end = 3074916352, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 13589.850745383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074916352, end = 3074920448, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 13589.850747683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074920448, end = 3074924544, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 13589.850749753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074924544, end = 3076239360, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.850751706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076239360, end = 3076247552, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.850753660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076247552, end = 3076251648, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.850755619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076251648, end = 3076263936, flags = 1048691, pgoff = 3076251648, inode = 0 }
+vm_state.vm_map: 13589.850757689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076263936, end = 3076349952, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 13589.850759636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076349952, end = 3076354048, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 13589.850761584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076354048, end = 3076358144, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 13589.850763537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076358144, end = 3076366336, flags = 1048691, pgoff = 3076358144, inode = 0 }
+vm_state.vm_map: 13589.850765602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076366336, end = 3076591616, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.850767678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076591616, end = 3076595712, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.850769632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076595712, end = 3076599808, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.850771586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076599808, end = 3076603904, flags = 1048691, pgoff = 3076599808, inode = 0 }
+vm_state.vm_map: 13589.850773656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076603904, end = 3077341184, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 13589.850775634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077341184, end = 3077345280, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 13589.850777698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077345280, end = 3077459968, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 13589.850779985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077459968, end = 3077464064, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 13589.850782057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077554176, end = 3077566464, flags = 1048691, pgoff = 3077554176, inode = 0 }
+vm_state.vm_map: 13589.850784016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077566464, end = 3077570560, flags = 67371125, pgoff = 3077566464, inode = 0 }
+vm_state.vm_map: 13589.850786210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077570560, end = 3077685248, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.850788157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077685248, end = 3077689344, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.850790111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077689344, end = 3077693440, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.850792157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3216760832, end = 3216846848, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.850798517 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 134332 }
+vm_state.vm_map: 13589.850800780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 134332 }
+vm_state.vm_map: 13589.850802907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 163999744, end = 164134912, flags = 1048691, pgoff = 163999744, inode = 0 }
+vm_state.vm_map: 13589.850804977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076227072, end = 3076231168, flags = 1048691, pgoff = 3076227072, inode = 0 }
+vm_state.vm_map: 13589.850807227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076231168, end = 3076423680, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.850809409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076423680, end = 3076427776, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.850811598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076427776, end = 3076669440, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 13589.850813860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076669440, end = 3076673536, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 13589.850816400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076673536, end = 3076677632, flags = 1048691, pgoff = 3076673536, inode = 0 }
+vm_state.vm_map: 13589.850818675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076677632, end = 3076706304, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 13589.850820844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076706304, end = 3076710400, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 13589.850822816 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076710400, end = 3076714496, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 13589.850825029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076714496, end = 3078029312, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.850827125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078029312, end = 3078037504, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.850829195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078037504, end = 3078041600, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.850831143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078041600, end = 3078053888, flags = 1048691, pgoff = 3078041600, inode = 0 }
+vm_state.vm_map: 13589.850833201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078053888, end = 3078791168, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 13589.850835148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078791168, end = 3078795264, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 13589.850837225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078795264, end = 3078881280, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 13589.850839178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078881280, end = 3078885376, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 13589.850841249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078885376, end = 3078889472, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 13589.850843320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078889472, end = 3078897664, flags = 1048691, pgoff = 3078889472, inode = 0 }
+vm_state.vm_map: 13589.850845508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078897664, end = 3079122944, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.850847597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079122944, end = 3079127040, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.850850033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079127040, end = 3079131136, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.850851987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
+vm_state.vm_map: 13589.850854280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079135232, end = 3079249920, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 13589.850856276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079249920, end = 3079254016, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 13589.850865128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079254016, end = 3079315456, flags = 134217845, pgoff = 0, inode = 22552 }
+vm_state.vm_map: 13589.850867304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079315456, end = 3079319552, flags = 135266419, pgoff = 57344, inode = 22552 }
+vm_state.vm_map: 13589.850869479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079413760, end = 3079421952, flags = 1048691, pgoff = 3079413760, inode = 0 }
+vm_state.vm_map: 13589.850871637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079421952, end = 3079426048, flags = 67371125, pgoff = 3079421952, inode = 0 }
+vm_state.vm_map: 13589.850874110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079426048, end = 3079540736, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.850876260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079540736, end = 3079544832, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.850878492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079544832, end = 3079548928, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.850880544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3216773120, end = 3216859136, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.850883413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 134332 }
+vm_state.vm_map: 13589.850885594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 134332 }
+vm_state.vm_map: 13589.850888116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 161239040, end = 161374208, flags = 1048691, pgoff = 161239040, inode = 0 }
+vm_state.vm_map: 13589.850890187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3074994176, end = 3074998272, flags = 1048691, pgoff = 3074994176, inode = 0 }
+vm_state.vm_map: 13589.850892320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3074998272, end = 3075190784, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.850894316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075190784, end = 3075194880, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.850896820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075194880, end = 3075436544, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 13589.850898878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075436544, end = 3075440640, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 13589.850901060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075440640, end = 3075444736, flags = 1048691, pgoff = 3075440640, inode = 0 }
+vm_state.vm_map: 13589.850903372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075444736, end = 3075473408, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 13589.850905467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075473408, end = 3075477504, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 13589.850907421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075477504, end = 3075481600, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 13589.850909596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075481600, end = 3076796416, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.850911654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3076796416, end = 3076804608, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.850913726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3076804608, end = 3076808704, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.850915796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3076808704, end = 3076820992, flags = 1048691, pgoff = 3076808704, inode = 0 }
+vm_state.vm_map: 13589.850917873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3076820992, end = 3077558272, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 13589.850919962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077558272, end = 3077562368, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 13589.850922379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077562368, end = 3077648384, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 13589.850924475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077648384, end = 3077652480, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 13589.850926682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077652480, end = 3077656576, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 13589.850928660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077656576, end = 3077664768, flags = 1048691, pgoff = 3077656576, inode = 0 }
+vm_state.vm_map: 13589.850930781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077664768, end = 3077890048, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.850932752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077890048, end = 3077894144, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.850934823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077894144, end = 3077898240, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.850936912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077898240, end = 3077902336, flags = 1048691, pgoff = 3077898240, inode = 0 }
+vm_state.vm_map: 13589.850938989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077902336, end = 3078017024, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 13589.850940943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078017024, end = 3078021120, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 13589.850943019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078021120, end = 3078082560, flags = 134217845, pgoff = 0, inode = 22552 }
+vm_state.vm_map: 13589.850944966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078082560, end = 3078086656, flags = 135266419, pgoff = 57344, inode = 22552 }
+vm_state.vm_map: 13589.850946920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078180864, end = 3078189056, flags = 1048691, pgoff = 3078180864, inode = 0 }
+vm_state.vm_map: 13589.850948873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078189056, end = 3078193152, flags = 67371125, pgoff = 3078189056, inode = 0 }
+vm_state.vm_map: 13589.850951067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078193152, end = 3078307840, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.850953114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078307840, end = 3078311936, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.850955530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078311936, end = 3078316032, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.850957527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3219943424, end = 3220029440, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.850963665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 134512640, end = 134524928, flags = 134223989, pgoff = 0, inode = 134268 }
+vm_state.vm_map: 13589.850965692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 134524928, end = 134529024, flags = 135272563, pgoff = 8192, inode = 134268 }
+vm_state.vm_map: 13589.850967905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 149143552, end = 149278720, flags = 1048691, pgoff = 149143552, inode = 0 }
+vm_state.vm_map: 13589.850970334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076395008, end = 3076435968, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 13589.850972677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076435968, end = 3076440064, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 13589.850975199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076440064, end = 3076444160, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 13589.850977406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076444160, end = 3076481024, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 13589.850979390 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076481024, end = 3076485120, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 13589.850981683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076485120, end = 3076489216, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 13589.850984138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076489216, end = 3076567040, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 13589.850986196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076567040, end = 3076571136, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 13589.850988199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076571136, end = 3076575232, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 13589.850990337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076575232, end = 3076583424, flags = 1048691, pgoff = 3076575232, inode = 0 }
+vm_state.vm_map: 13589.850992902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076583424, end = 3076608000, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 13589.850994869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076608000, end = 3076612096, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 13589.850997069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076612096, end = 3076616192, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 13589.850999263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076616192, end = 3076624384, flags = 1048691, pgoff = 3076616192, inode = 0 }
+vm_state.vm_map: 13589.851001494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076624384, end = 3076816896, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.851003435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076816896, end = 3076820992, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.851005507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076820992, end = 3076849664, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 13589.851007466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076849664, end = 3076853760, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 13589.851009543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076853760, end = 3076857856, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 13589.851011607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076857856, end = 3078172672, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.851013561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3078172672, end = 3078180864, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.851015619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3078180864, end = 3078184960, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.851017572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3078184960, end = 3078197248, flags = 1048691, pgoff = 3078184960, inode = 0 }
+vm_state.vm_map: 13589.851019637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3078197248, end = 3078258688, flags = 134217845, pgoff = 0, inode = 22552 }
+vm_state.vm_map: 13589.851021670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3078258688, end = 3078262784, flags = 135266419, pgoff = 57344, inode = 22552 }
+vm_state.vm_map: 13589.851023864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3078262784, end = 3079000064, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 13589.851026245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079000064, end = 3079004160, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 13589.851028254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079004160, end = 3079008256, flags = 1048691, pgoff = 3079004160, inode = 0 }
+vm_state.vm_map: 13589.851030355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079008256, end = 3079094272, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 13589.851032302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079094272, end = 3079098368, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 13589.851034255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079098368, end = 3079102464, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 13589.851036203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079102464, end = 3079110656, flags = 1048691, pgoff = 3079102464, inode = 0 }
+vm_state.vm_map: 13589.851038410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079110656, end = 3079335936, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.851040350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079335936, end = 3079340032, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.851042304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079340032, end = 3079344128, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.851044374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079434240, end = 3079446528, flags = 1048691, pgoff = 3079434240, inode = 0 }
+vm_state.vm_map: 13589.851046328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079446528, end = 3079450624, flags = 67371125, pgoff = 3079446528, inode = 0 }
+vm_state.vm_map: 13589.851048405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079450624, end = 3079565312, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.851050469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079565312, end = 3079569408, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.851052423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079569408, end = 3079573504, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.851054488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3217379328, end = 3217465344, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.851060545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 134324 }
+vm_state.vm_map: 13589.851062714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 134324 }
+vm_state.vm_map: 13589.851064766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 157446144, end = 157581312, flags = 1048691, pgoff = 157446144, inode = 0 }
+vm_state.vm_map: 13589.851066943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3075760128, end = 3075764224, flags = 1048691, pgoff = 3075760128, inode = 0 }
+vm_state.vm_map: 13589.851069248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3075764224, end = 3075956736, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.851071294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3075956736, end = 3075960832, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.851073502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3075960832, end = 3076202496, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 13589.851075540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3076202496, end = 3076206592, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 13589.851077587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3076206592, end = 3076210688, flags = 1048691, pgoff = 3076206592, inode = 0 }
+vm_state.vm_map: 13589.851079862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3076210688, end = 3076239360, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 13589.851082056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3076239360, end = 3076243456, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 13589.851084103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3076243456, end = 3076247552, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 13589.851086284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3076247552, end = 3077562368, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.851088460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3077562368, end = 3077570560, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.851090512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3077570560, end = 3077574656, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.851092558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3077574656, end = 3077586944, flags = 1048691, pgoff = 3077574656, inode = 0 }
+vm_state.vm_map: 13589.851095087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3077586944, end = 3078324224, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 13589.851097158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078324224, end = 3078328320, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 13589.851099587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078328320, end = 3078414336, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 13589.851101669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078414336, end = 3078418432, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 13589.851122247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078418432, end = 3078422528, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 13589.851124478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078422528, end = 3078430720, flags = 1048691, pgoff = 3078422528, inode = 0 }
+vm_state.vm_map: 13589.851126802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078430720, end = 3078656000, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.851129084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078656000, end = 3078660096, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.851131136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078660096, end = 3078664192, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.851133275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078664192, end = 3078668288, flags = 1048691, pgoff = 3078664192, inode = 0 }
+vm_state.vm_map: 13589.851135747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078668288, end = 3078782976, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 13589.851137750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078782976, end = 3078787072, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 13589.851140093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078787072, end = 3078848512, flags = 134217845, pgoff = 0, inode = 22552 }
+vm_state.vm_map: 13589.851142225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078848512, end = 3078852608, flags = 135266419, pgoff = 57344, inode = 22552 }
+vm_state.vm_map: 13589.851144518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078946816, end = 3078955008, flags = 1048691, pgoff = 3078946816, inode = 0 }
+vm_state.vm_map: 13589.851146522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078955008, end = 3078959104, flags = 67371125, pgoff = 3078955008, inode = 0 }
+vm_state.vm_map: 13589.851149384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078959104, end = 3079073792, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.851151423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3079073792, end = 3079077888, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.851153587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3079077888, end = 3079081984, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.851155609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3219673088, end = 3219759104, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.851162920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 134512640, end = 137146368, flags = 134223989, pgoff = 0, inode = 20802 }
+vm_state.vm_map: 13589.851165066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 137150464, end = 137170944, flags = 135272561, pgoff = 2633728, inode = 20802 }
+vm_state.vm_map: 13589.851167241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 137170944, end = 137191424, flags = 135272563, pgoff = 2654208, inode = 20802 }
+vm_state.vm_map: 13589.851169251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 137191424, end = 137195520, flags = 1048691, pgoff = 137191424, inode = 0 }
+vm_state.vm_map: 13589.851171562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 143040512, end = 143486976, flags = 1048691, pgoff = 143040512, inode = 0 }
+vm_state.vm_map: 13589.851174102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3072049152, end = 3072139264, flags = 134217979, pgoff = 0, inode = 1204276 }
+vm_state.vm_map: 13589.851179777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3072139264, end = 3072204800, flags = 134217937, pgoff = 0, inode = 156491 }
+vm_state.vm_map: 13589.851187702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3072204800, end = 3073536000, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 13589.851193104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3073536000, end = 3073667072, flags = 134217937, pgoff = 0, inode = 156496 }
+vm_state.vm_map: 13589.851198118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3073667072, end = 3073798144, flags = 134217937, pgoff = 0, inode = 156489 }
+vm_state.vm_map: 13589.851200306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3073798144, end = 3073806336, flags = 1048691, pgoff = 3073798144, inode = 0 }
+vm_state.vm_map: 13589.851202722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3073806336, end = 3073818624, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 13589.851204873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3073818624, end = 3073822720, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 13589.851207050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3073822720, end = 3074285568, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 13589.851209089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3074285568, end = 3074297856, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 13589.851211271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3074297856, end = 3074359296, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 13589.851213441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3074359296, end = 3074363392, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 13589.851215851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3074363392, end = 3074969600, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 13589.851218021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3074969600, end = 3074985984, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 13589.851220129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3074985984, end = 3074990080, flags = 1048691, pgoff = 3074985984, inode = 0 }
+vm_state.vm_map: 13589.851229272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3074990080, end = 3075080192, flags = 134217845, pgoff = 0, inode = 18560 }
+vm_state.vm_map: 13589.851231441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075080192, end = 3075084288, flags = 135266419, pgoff = 86016, inode = 18560 }
+vm_state.vm_map: 13589.851233617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075084288, end = 3075170304, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 13589.851235712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075170304, end = 3075174400, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 13589.851238012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075174400, end = 3075178496, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 13589.851240095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075178496, end = 3075186688, flags = 1048691, pgoff = 3075178496, inode = 0 }
+vm_state.vm_map: 13589.851242530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075186688, end = 3075194880, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 13589.851244626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075194880, end = 3075198976, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 13589.851247185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075198976, end = 3075223552, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 13589.851249206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075223552, end = 3075227648, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 13589.851251691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075227648, end = 3075244032, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.851253873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075244032, end = 3075248128, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.851256203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075248128, end = 3076562944, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.851258373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076562944, end = 3076571136, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.851260450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076571136, end = 3076575232, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.851262725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076575232, end = 3076591616, flags = 1048691, pgoff = 3076575232, inode = 0 }
+vm_state.vm_map: 13589.851265413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076591616, end = 3076669440, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 13589.851267459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076669440, end = 3076673536, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 13589.851269753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076673536, end = 3076722688, flags = 134217845, pgoff = 0, inode = 19447 }
+vm_state.vm_map: 13589.851271935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076722688, end = 3076726784, flags = 135266419, pgoff = 49152, inode = 19447 }
+vm_state.vm_map: 13589.851274339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076726784, end = 3076993024, flags = 134217845, pgoff = 0, inode = 19433 }
+vm_state.vm_map: 13589.851276391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076993024, end = 3077001216, flags = 135266419, pgoff = 262144, inode = 19433 }
+vm_state.vm_map: 13589.851278370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077001216, end = 3077005312, flags = 1048691, pgoff = 3077001216, inode = 0 }
+vm_state.vm_map: 13589.851280682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077005312, end = 3077013504, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 13589.851282746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077013504, end = 3077017600, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 13589.851285052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077017600, end = 3077177344, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 13589.851287111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077177344, end = 3077181440, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 13589.851289317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077181440, end = 3077185536, flags = 1048691, pgoff = 3077181440, inode = 0 }
+vm_state.vm_map: 13589.851291444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077185536, end = 3077844992, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 13589.851293743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077844992, end = 3077869568, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 13589.851295943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077869568, end = 3078033408, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 13589.851297989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078033408, end = 3078037504, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 13589.851300858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078037504, end = 3078074368, flags = 134217845, pgoff = 0, inode = 499726 }
+vm_state.vm_map: 13589.851302910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078074368, end = 3078078464, flags = 135266419, pgoff = 32768, inode = 499726 }
+vm_state.vm_map: 13589.851310278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078078464, end = 3078111232, flags = 134217845, pgoff = 0, inode = 20850 }
+vm_state.vm_map: 13589.851312330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078111232, end = 3078115328, flags = 135266419, pgoff = 28672, inode = 20850 }
+vm_state.vm_map: 13589.851314444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078115328, end = 3078123520, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 13589.851316410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078123520, end = 3078127616, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 13589.851318591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078127616, end = 3078131712, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 13589.851320854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078131712, end = 3078209536, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 13589.851322931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078209536, end = 3078213632, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 13589.851325101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078213632, end = 3078217728, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 13589.851327276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078217728, end = 3078230016, flags = 1048691, pgoff = 3078217728, inode = 0 }
+vm_state.vm_map: 13589.851329762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078230016, end = 3078299648, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 13589.851331814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078299648, end = 3078303744, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 13589.851333909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078303744, end = 3078307840, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 13589.851336524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078307840, end = 3078316032, flags = 1048691, pgoff = 3078307840, inode = 0 }
+vm_state.vm_map: 13589.851339133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078316032, end = 3078328320, flags = 134217845, pgoff = 0, inode = 499779 }
+vm_state.vm_map: 13589.851341105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078328320, end = 3078332416, flags = 135266419, pgoff = 8192, inode = 499779 }
+vm_state.vm_map: 13589.851343521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078361088, end = 3078365184, flags = 134217979, pgoff = 0, inode = 1204274 }
+vm_state.vm_map: 13589.851348479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078365184, end = 3078373376, flags = 134217845, pgoff = 0, inode = 1450400 }
+vm_state.vm_map: 13589.851350655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078373376, end = 3078377472, flags = 135266417, pgoff = 4096, inode = 1450400 }
+vm_state.vm_map: 13589.851352892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078377472, end = 3078381568, flags = 135266419, pgoff = 8192, inode = 1450400 }
+vm_state.vm_map: 13589.851358202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078381568, end = 3078389760, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 13589.851360254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078389760, end = 3078393856, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 13589.851362288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078393856, end = 3078397952, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 13589.851364495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078397952, end = 3078426624, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 13589.851366665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078426624, end = 3078434816, flags = 1048691, pgoff = 3078426624, inode = 0 }
+vm_state.vm_map: 13589.851368643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078434816, end = 3078438912, flags = 67371125, pgoff = 3078434816, inode = 0 }
+vm_state.vm_map: 13589.851370942 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078438912, end = 3078553600, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.851373285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078553600, end = 3078557696, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.851375466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078557696, end = 3078561792, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.851377654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3217707008, end = 3217793024, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.851385721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 134512640, end = 142159872, flags = 134223989, pgoff = 0, inode = 20798 }
+vm_state.vm_map: 13589.851387891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 142159872, end = 142204928, flags = 135272561, pgoff = 7643136, inode = 20798 }
+vm_state.vm_map: 13589.851389936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 142204928, end = 142237696, flags = 135272563, pgoff = 7688192, inode = 20798 }
+vm_state.vm_map: 13589.851392057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 142237696, end = 142241792, flags = 1048691, pgoff = 142237696, inode = 0 }
+vm_state.vm_map: 13589.851394159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 146509824, end = 147070976, flags = 1048691, pgoff = 146509824, inode = 0 }
+vm_state.vm_map: 13589.851399426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070267392, end = 3070345216, flags = 134217979, pgoff = 0, inode = 1206047 }
+vm_state.vm_map: 13589.851401756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070345216, end = 3070386176, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 13589.851403950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070386176, end = 3070390272, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 13589.851406101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070390272, end = 3070394368, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 13589.851408593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070394368, end = 3070431232, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 13589.851410979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070431232, end = 3070435328, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 13589.851413037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070435328, end = 3070439424, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 13589.851415213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070439424, end = 3070464000, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 13589.851417487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070464000, end = 3070468096, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 13589.851419658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070468096, end = 3070472192, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 13589.851422198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070513152, end = 3070529536, flags = 134217979, pgoff = 0, inode = 1206050 }
+vm_state.vm_map: 13589.851424528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070529536, end = 3070566400, flags = 134217979, pgoff = 0, inode = 1206049 }
+vm_state.vm_map: 13589.851429380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070599168, end = 3070603264, flags = 134217979, pgoff = 0, inode = 1206071 }
+vm_state.vm_map: 13589.851431790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070603264, end = 3070611456, flags = 134217979, pgoff = 0, inode = 1206070 }
+vm_state.vm_map: 13589.851434183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070611456, end = 3070619648, flags = 134217979, pgoff = 0, inode = 1206069 }
+vm_state.vm_map: 13589.851436495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070619648, end = 3070660608, flags = 134217979, pgoff = 0, inode = 1204285 }
+vm_state.vm_map: 13589.851439146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070660608, end = 3070701568, flags = 134217979, pgoff = 0, inode = 1204281 }
+vm_state.vm_map: 13589.851441372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070701568, end = 3070791680, flags = 134217979, pgoff = 0, inode = 1204276 }
+vm_state.vm_map: 13589.851443900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070791680, end = 3070816256, flags = 134217979, pgoff = 0, inode = 1206046 }
+vm_state.vm_map: 13589.851446101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070820352, end = 3070885888, flags = 134217937, pgoff = 0, inode = 156491 }
+vm_state.vm_map: 13589.851449006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070885888, end = 3072217088, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 13589.851451385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072217088, end = 3072348160, flags = 134217937, pgoff = 0, inode = 156496 }
+vm_state.vm_map: 13589.851453828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072348160, end = 3072479232, flags = 134217937, pgoff = 0, inode = 156489 }
+vm_state.vm_map: 13589.851455904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072479232, end = 3072491520, flags = 1048691, pgoff = 3072479232, inode = 0 }
+vm_state.vm_map: 13589.851458099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072491520, end = 3072503808, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 13589.851460269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072503808, end = 3072507904, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 13589.851462568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072507904, end = 3072536576, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 13589.851464626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072536576, end = 3072540672, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 13589.851466672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072540672, end = 3072544768, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 13589.851468860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072544768, end = 3072770048, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.851470906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072770048, end = 3072774144, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.851472953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072774144, end = 3072778240, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.851475135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072778240, end = 3072782336, flags = 1048691, pgoff = 3072778240, inode = 0 }
+vm_state.vm_map: 13589.851477317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072782336, end = 3073245184, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 13589.851479376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073245184, end = 3073257472, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 13589.851481471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073257472, end = 3073318912, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 13589.851483770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073318912, end = 3073323008, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 13589.851486094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073323008, end = 3073384448, flags = 134217845, pgoff = 0, inode = 21268 }
+vm_state.vm_map: 13589.851488103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073384448, end = 3073388544, flags = 135266419, pgoff = 57344, inode = 21268 }
+vm_state.vm_map: 13589.851490408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073388544, end = 3073429504, flags = 134217845, pgoff = 0, inode = 22434 }
+vm_state.vm_map: 13589.851492474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073429504, end = 3073433600, flags = 135266419, pgoff = 40960, inode = 22434 }
+vm_state.vm_map: 13589.851494569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073433600, end = 3073441792, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 13589.851496516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073441792, end = 3073445888, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 13589.851498599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073445888, end = 3073449984, flags = 1048691, pgoff = 3073445888, inode = 0 }
+vm_state.vm_map: 13589.851500676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073449984, end = 3073474560, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 13589.851502630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073474560, end = 3073478656, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 13589.851504879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073478656, end = 3073568768, flags = 134217845, pgoff = 0, inode = 18560 }
+vm_state.vm_map: 13589.851506833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073568768, end = 3073572864, flags = 135266419, pgoff = 86016, inode = 18560 }
+vm_state.vm_map: 13589.851509076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073572864, end = 3074887680, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.851511148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074887680, end = 3074895872, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.851513231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074895872, end = 3074899968, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.851515227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074899968, end = 3074912256, flags = 1048691, pgoff = 3074899968, inode = 0 }
+vm_state.vm_map: 13589.851520462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074912256, end = 3074949120, flags = 134217845, pgoff = 0, inode = 20852 }
+vm_state.vm_map: 13589.851522410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074949120, end = 3074953216, flags = 135266417, pgoff = 36864, inode = 20852 }
+vm_state.vm_map: 13589.851524610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074953216, end = 3074957312, flags = 135266419, pgoff = 40960, inode = 20852 }
+vm_state.vm_map: 13589.851526582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074957312, end = 3074961408, flags = 1048691, pgoff = 3074957312, inode = 0 }
+vm_state.vm_map: 13589.851528653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074961408, end = 3074994176, flags = 134217845, pgoff = 0, inode = 20850 }
+vm_state.vm_map: 13589.851530606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074994176, end = 3074998272, flags = 135266419, pgoff = 28672, inode = 20850 }
+vm_state.vm_map: 13589.851532676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074998272, end = 3075035136, flags = 134217845, pgoff = 0, inode = 499726 }
+vm_state.vm_map: 13589.851534742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075035136, end = 3075039232, flags = 135266419, pgoff = 32768, inode = 499726 }
+vm_state.vm_map: 13589.851536689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075039232, end = 3075043328, flags = 1048691, pgoff = 3075039232, inode = 0 }
+vm_state.vm_map: 13589.851538759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075043328, end = 3075051520, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 13589.851540706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075051520, end = 3075055616, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 13589.851542764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075055616, end = 3075059712, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 13589.851544848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075059712, end = 3075137536, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 13589.851546801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075137536, end = 3075141632, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 13589.851548742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075141632, end = 3075145728, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 13589.851551035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075145728, end = 3075153920, flags = 1048691, pgoff = 3075145728, inode = 0 }
+vm_state.vm_map: 13589.851553447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075153920, end = 3075223552, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 13589.851555622 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075223552, end = 3075227648, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 13589.851557687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075227648, end = 3075231744, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 13589.851559764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075231744, end = 3075239936, flags = 1048691, pgoff = 3075231744, inode = 0 }
+vm_state.vm_map: 13589.851561977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075239936, end = 3075252224, flags = 134217845, pgoff = 0, inode = 499779 }
+vm_state.vm_map: 13589.851564041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075252224, end = 3075256320, flags = 135266419, pgoff = 8192, inode = 499779 }
+vm_state.vm_map: 13589.851566273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075256320, end = 3075272704, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.851568220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075272704, end = 3075276800, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.851570333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075276800, end = 3075280896, flags = 1048691, pgoff = 3075276800, inode = 0 }
+vm_state.vm_map: 13589.851572980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075280896, end = 3075305472, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.851575050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075305472, end = 3075309568, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.851577275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075309568, end = 3075350528, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 13589.851579272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075350528, end = 3075354624, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 13589.851581516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075354624, end = 3075391488, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 13589.851583462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075391488, end = 3075395584, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 13589.851585762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075395584, end = 3075399680, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 13589.851587722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075399680, end = 3075559424, flags = 1048691, pgoff = 3075399680, inode = 0 }
+vm_state.vm_map: 13589.851589805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075559424, end = 3075706880, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 13589.851591980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075706880, end = 3075710976, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 13589.851593947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075710976, end = 3075715072, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 13589.851596160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075715072, end = 3075801088, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 13589.851598224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075801088, end = 3075805184, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 13589.851600177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075805184, end = 3075809280, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 13589.851602142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075809280, end = 3075817472, flags = 1048691, pgoff = 3075809280, inode = 0 }
+vm_state.vm_map: 13589.851604270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075817472, end = 3075895296, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 13589.851606223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075895296, end = 3075899392, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 13589.851608188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075899392, end = 3075903488, flags = 1048691, pgoff = 3075899392, inode = 0 }
+vm_state.vm_map: 13589.851610389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075903488, end = 3076509696, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 13589.851612454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076509696, end = 3076526080, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 13589.851617714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076526080, end = 3076792320, flags = 134217845, pgoff = 0, inode = 19427 }
+vm_state.vm_map: 13589.851620174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076792320, end = 3076804608, flags = 135266417, pgoff = 266240, inode = 19427 }
+vm_state.vm_map: 13589.851622133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076804608, end = 3076808704, flags = 135266419, pgoff = 278528, inode = 19427 }
+vm_state.vm_map: 13589.851624248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076808704, end = 3076816896, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 13589.851626331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076816896, end = 3076820992, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 13589.851628500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076820992, end = 3076980736, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 13589.851630577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076980736, end = 3076984832, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 13589.851632686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076984832, end = 3077644288, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 13589.851634781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3077644288, end = 3077668864, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 13589.851636901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3077668864, end = 3077832704, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 13589.851639083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3077832704, end = 3077836800, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 13589.851641141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3077836800, end = 3077840896, flags = 1048691, pgoff = 3077836800, inode = 0 }
+vm_state.vm_map: 13589.851643385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3077840896, end = 3077890048, flags = 134217845, pgoff = 0, inode = 19447 }
+vm_state.vm_map: 13589.851645462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3077890048, end = 3077894144, flags = 135266419, pgoff = 49152, inode = 19447 }
+vm_state.vm_map: 13589.851647792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3077894144, end = 3078160384, flags = 134217845, pgoff = 0, inode = 19433 }
+vm_state.vm_map: 13589.851649838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078160384, end = 3078168576, flags = 135266419, pgoff = 262144, inode = 19433 }
+vm_state.vm_map: 13589.851651891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078168576, end = 3078172672, flags = 1048691, pgoff = 3078168576, inode = 0 }
+vm_state.vm_map: 13589.851654549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078193152, end = 3078197248, flags = 134217979, pgoff = 0, inode = 1204461 }
+vm_state.vm_map: 13589.851657120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078197248, end = 3078201344, flags = 134217979, pgoff = 0, inode = 1204278 }
+vm_state.vm_map: 13589.851659283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078201344, end = 3078205440, flags = 134217979, pgoff = 0, inode = 1204274 }
+vm_state.vm_map: 13589.851661392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078205440, end = 3078213632, flags = 134217845, pgoff = 0, inode = 1450400 }
+vm_state.vm_map: 13589.851663561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078213632, end = 3078217728, flags = 135266417, pgoff = 4096, inode = 1450400 }
+vm_state.vm_map: 13589.851665552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078217728, end = 3078221824, flags = 135266419, pgoff = 8192, inode = 1450400 }
+vm_state.vm_map: 13589.851667783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078221824, end = 3078230016, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 13589.851669829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078230016, end = 3078234112, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 13589.851671874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078234112, end = 3078238208, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 13589.851674051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078238208, end = 3078266880, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 13589.851676103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078266880, end = 3078275072, flags = 1048691, pgoff = 3078266880, inode = 0 }
+vm_state.vm_map: 13589.851678093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078275072, end = 3078279168, flags = 67371125, pgoff = 3078275072, inode = 0 }
+vm_state.vm_map: 13589.851680343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078279168, end = 3078393856, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.851682383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078393856, end = 3078397952, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.851684435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078397952, end = 3078402048, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.851686420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3220881408, end = 3220967424, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.851689454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 134512640, end = 142159872, flags = 134223989, pgoff = 0, inode = 20798 }
+vm_state.vm_map: 13589.851691618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 142159872, end = 142204928, flags = 135272561, pgoff = 7643136, inode = 20798 }
+vm_state.vm_map: 13589.851693739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 142204928, end = 142237696, flags = 135272563, pgoff = 7688192, inode = 20798 }
+vm_state.vm_map: 13589.851695927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 142237696, end = 142241792, flags = 1048691, pgoff = 142237696, inode = 0 }
+vm_state.vm_map: 13589.851698096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 146509824, end = 147070976, flags = 1048691, pgoff = 146509824, inode = 0 }
+vm_state.vm_map: 13589.851700191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070267392, end = 3070345216, flags = 134217979, pgoff = 0, inode = 1206047 }
+vm_state.vm_map: 13589.851702175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070345216, end = 3070386176, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 13589.851704241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070386176, end = 3070390272, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 13589.851706194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070390272, end = 3070394368, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 13589.851708289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070394368, end = 3070431232, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 13589.851710236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070431232, end = 3070435328, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 13589.851712294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070435328, end = 3070439424, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 13589.851714278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070439424, end = 3070464000, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 13589.851716232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070464000, end = 3070468096, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 13589.851718186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070468096, end = 3070472192, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 13589.851720170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070513152, end = 3070529536, flags = 134217979, pgoff = 0, inode = 1206050 }
+vm_state.vm_map: 13589.851722513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070529536, end = 3070566400, flags = 134217979, pgoff = 0, inode = 1206049 }
+vm_state.vm_map: 13589.851724485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070599168, end = 3070603264, flags = 134217979, pgoff = 0, inode = 1206071 }
+vm_state.vm_map: 13589.851726574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070603264, end = 3070611456, flags = 134217979, pgoff = 0, inode = 1206070 }
+vm_state.vm_map: 13589.851728546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070611456, end = 3070619648, flags = 134217979, pgoff = 0, inode = 1206069 }
+vm_state.vm_map: 13589.851730523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070619648, end = 3070660608, flags = 134217979, pgoff = 0, inode = 1204285 }
+vm_state.vm_map: 13589.851732508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070660608, end = 3070701568, flags = 134217979, pgoff = 0, inode = 1204281 }
+vm_state.vm_map: 13589.851734528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070701568, end = 3070791680, flags = 134217979, pgoff = 0, inode = 1204276 }
+vm_state.vm_map: 13589.851736538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070791680, end = 3070816256, flags = 134217979, pgoff = 0, inode = 1206046 }
+vm_state.vm_map: 13589.851738566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070820352, end = 3070885888, flags = 134217937, pgoff = 0, inode = 156491 }
+vm_state.vm_map: 13589.851740580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070885888, end = 3072217088, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 13589.851742689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072217088, end = 3072348160, flags = 134217937, pgoff = 0, inode = 156496 }
+vm_state.vm_map: 13589.851744741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072348160, end = 3072479232, flags = 134217937, pgoff = 0, inode = 156489 }
+vm_state.vm_map: 13589.851746693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072479232, end = 3072491520, flags = 1048691, pgoff = 3072479232, inode = 0 }
+vm_state.vm_map: 13589.851748666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072491520, end = 3072503808, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 13589.851750619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072503808, end = 3072507904, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 13589.851752683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072507904, end = 3072536576, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 13589.851754984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072536576, end = 3072540672, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 13589.851756937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072540672, end = 3072544768, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 13589.851758908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072544768, end = 3072770048, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.851760985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072770048, end = 3072774144, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.851762938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072774144, end = 3072778240, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.851765040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072778240, end = 3072782336, flags = 1048691, pgoff = 3072778240, inode = 0 }
+vm_state.vm_map: 13589.851767062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072782336, end = 3073245184, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 13589.851769176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073245184, end = 3073257472, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 13589.851771258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073257472, end = 3073318912, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 13589.851773212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073318912, end = 3073323008, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 13589.851775184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073323008, end = 3073384448, flags = 134217845, pgoff = 0, inode = 21268 }
+vm_state.vm_map: 13589.851777249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073384448, end = 3073388544, flags = 135266419, pgoff = 57344, inode = 21268 }
+vm_state.vm_map: 13589.851779220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073388544, end = 3073429504, flags = 134217845, pgoff = 0, inode = 22434 }
+vm_state.vm_map: 13589.851781223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073429504, end = 3073433600, flags = 135266419, pgoff = 40960, inode = 22434 }
+vm_state.vm_map: 13589.851783380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073433600, end = 3073441792, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 13589.851785334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073441792, end = 3073445888, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 13589.851787627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073445888, end = 3073449984, flags = 1048691, pgoff = 3073445888, inode = 0 }
+vm_state.vm_map: 13589.851789593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073449984, end = 3073474560, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 13589.851791706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073474560, end = 3073478656, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 13589.851793814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073478656, end = 3073568768, flags = 134217845, pgoff = 0, inode = 18560 }
+vm_state.vm_map: 13589.851795879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073568768, end = 3073572864, flags = 135266419, pgoff = 86016, inode = 18560 }
+vm_state.vm_map: 13589.851797968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073572864, end = 3074887680, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.851800014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074887680, end = 3074895872, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.851802079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074895872, end = 3074899968, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.851804119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074899968, end = 3074912256, flags = 1048691, pgoff = 3074899968, inode = 0 }
+vm_state.vm_map: 13589.851806238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074912256, end = 3074949120, flags = 134217845, pgoff = 0, inode = 20852 }
+vm_state.vm_map: 13589.851808310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074949120, end = 3074953216, flags = 135266417, pgoff = 36864, inode = 20852 }
+vm_state.vm_map: 13589.851810380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074953216, end = 3074957312, flags = 135266419, pgoff = 40960, inode = 20852 }
+vm_state.vm_map: 13589.851812334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074957312, end = 3074961408, flags = 1048691, pgoff = 3074957312, inode = 0 }
+vm_state.vm_map: 13589.851814404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074961408, end = 3074994176, flags = 134217845, pgoff = 0, inode = 20850 }
+vm_state.vm_map: 13589.851816352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074994176, end = 3074998272, flags = 135266419, pgoff = 28672, inode = 20850 }
+vm_state.vm_map: 13589.851818317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074998272, end = 3075035136, flags = 134217845, pgoff = 0, inode = 499726 }
+vm_state.vm_map: 13589.851820716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075035136, end = 3075039232, flags = 135266419, pgoff = 32768, inode = 499726 }
+vm_state.vm_map: 13589.851822681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075039232, end = 3075043328, flags = 1048691, pgoff = 3075039232, inode = 0 }
+vm_state.vm_map: 13589.851824648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075043328, end = 3075051520, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 13589.851826601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075051520, end = 3075055616, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 13589.851828548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075055616, end = 3075059712, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 13589.851830525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075059712, end = 3075137536, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 13589.851832528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075137536, end = 3075141632, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 13589.851834531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075141632, end = 3075145728, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 13589.851836478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075145728, end = 3075153920, flags = 1048691, pgoff = 3075145728, inode = 0 }
+vm_state.vm_map: 13589.851838574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075153920, end = 3075223552, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 13589.851840576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075223552, end = 3075227648, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 13589.851842690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075227648, end = 3075231744, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 13589.851844644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075231744, end = 3075239936, flags = 1048691, pgoff = 3075231744, inode = 0 }
+vm_state.vm_map: 13589.851846622 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075239936, end = 3075252224, flags = 134217845, pgoff = 0, inode = 499779 }
+vm_state.vm_map: 13589.851848668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075252224, end = 3075256320, flags = 135266419, pgoff = 8192, inode = 499779 }
+vm_state.vm_map: 13589.851850621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075256320, end = 3075272704, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 13589.851853019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075272704, end = 3075276800, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 13589.851855121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075276800, end = 3075280896, flags = 1048691, pgoff = 3075276800, inode = 0 }
+vm_state.vm_map: 13589.851857130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075280896, end = 3075305472, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 13589.851859077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075305472, end = 3075309568, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 13589.851861185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075309568, end = 3075350528, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 13589.851863150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075350528, end = 3075354624, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 13589.851865116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075354624, end = 3075391488, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 13589.851867070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075391488, end = 3075395584, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 13589.851869011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075395584, end = 3075399680, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 13589.851870964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075399680, end = 3075559424, flags = 1048691, pgoff = 3075399680, inode = 0 }
+vm_state.vm_map: 13589.851872936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075559424, end = 3075706880, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 13589.851874901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075706880, end = 3075710976, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 13589.851876848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075710976, end = 3075715072, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 13589.851879006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075715072, end = 3075801088, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 13589.851881058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075801088, end = 3075805184, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 13589.851883005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075805184, end = 3075809280, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 13589.851885298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075809280, end = 3075817472, flags = 1048691, pgoff = 3075809280, inode = 0 }
+vm_state.vm_map: 13589.851887270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075817472, end = 3075895296, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 13589.851889230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075895296, end = 3075899392, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 13589.851891301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075899392, end = 3075903488, flags = 1048691, pgoff = 3075899392, inode = 0 }
+vm_state.vm_map: 13589.851893272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075903488, end = 3076509696, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 13589.851895374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076509696, end = 3076526080, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 13589.851897352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076526080, end = 3076792320, flags = 134217845, pgoff = 0, inode = 19427 }
+vm_state.vm_map: 13589.851899417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076792320, end = 3076804608, flags = 135266417, pgoff = 266240, inode = 19427 }
+vm_state.vm_map: 13589.851901370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076804608, end = 3076808704, flags = 135266419, pgoff = 278528, inode = 19427 }
+vm_state.vm_map: 13589.851903441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076808704, end = 3076816896, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 13589.851905506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076816896, end = 3076820992, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 13589.851907490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076820992, end = 3076980736, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 13589.851909437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076980736, end = 3076984832, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 13589.851911402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076984832, end = 3077644288, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 13589.851913460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3077644288, end = 3077668864, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 13589.851915580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3077668864, end = 3077832704, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 13589.851917912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3077832704, end = 3077836800, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 13589.851919976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3077836800, end = 3077840896, flags = 1048691, pgoff = 3077836800, inode = 0 }
+vm_state.vm_map: 13589.851922108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3077840896, end = 3077890048, flags = 134217845, pgoff = 0, inode = 19447 }
+vm_state.vm_map: 13589.851924111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3077890048, end = 3077894144, flags = 135266419, pgoff = 49152, inode = 19447 }
+vm_state.vm_map: 13589.851926195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3077894144, end = 3078160384, flags = 134217845, pgoff = 0, inode = 19433 }
+vm_state.vm_map: 13589.851928209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078160384, end = 3078168576, flags = 135266419, pgoff = 262144, inode = 19433 }
+vm_state.vm_map: 13589.851930336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078168576, end = 3078172672, flags = 1048691, pgoff = 3078168576, inode = 0 }
+vm_state.vm_map: 13589.851932301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078193152, end = 3078197248, flags = 134217979, pgoff = 0, inode = 1204461 }
+vm_state.vm_map: 13589.851934267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078197248, end = 3078201344, flags = 134217979, pgoff = 0, inode = 1204278 }
+vm_state.vm_map: 13589.851936530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078201344, end = 3078205440, flags = 134217979, pgoff = 0, inode = 1204274 }
+vm_state.vm_map: 13589.851938706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078205440, end = 3078213632, flags = 134217845, pgoff = 0, inode = 1450400 }
+vm_state.vm_map: 13589.851940721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078213632, end = 3078217728, flags = 135266417, pgoff = 4096, inode = 1450400 }
+vm_state.vm_map: 13589.851942841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078217728, end = 3078221824, flags = 135266419, pgoff = 8192, inode = 1450400 }
+vm_state.vm_map: 13589.851944911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078221824, end = 3078230016, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 13589.851946877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078230016, end = 3078234112, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 13589.851948961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078234112, end = 3078238208, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 13589.851951414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078238208, end = 3078266880, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 13589.851953485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078266880, end = 3078275072, flags = 1048691, pgoff = 3078266880, inode = 0 }
+vm_state.vm_map: 13589.851955432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078275072, end = 3078279168, flags = 67371125, pgoff = 3078275072, inode = 0 }
+vm_state.vm_map: 13589.851957583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078279168, end = 3078393856, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.851959667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078393856, end = 3078397952, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.851961632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078397952, end = 3078402048, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.851963678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3220881408, end = 3220967424, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.851969328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
+vm_state.vm_map: 13589.851971287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
+vm_state.vm_map: 13589.851973389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
+vm_state.vm_map: 13589.851975515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 155627520, end = 155979776, flags = 1048691, pgoff = 155627520, inode = 0 }
+vm_state.vm_map: 13589.851977919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3075928064, end = 3075969024, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 13589.851979991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3075969024, end = 3075973120, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 13589.851982055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3075973120, end = 3075977216, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 13589.851984231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3075977216, end = 3076014080, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 13589.851986672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076014080, end = 3076018176, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 13589.851988886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076018176, end = 3076022272, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 13589.851991228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076022272, end = 3076100096, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 13589.851993367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076100096, end = 3076104192, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 13589.851995444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076104192, end = 3076108288, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 13589.851997520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076108288, end = 3076116480, flags = 1048691, pgoff = 3076108288, inode = 0 }
+vm_state.vm_map: 13589.851999641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076116480, end = 3076141056, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 13589.852001706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076141056, end = 3076145152, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 13589.852003764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076145152, end = 3076149248, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 13589.852005859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076149248, end = 3077480448, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 13589.852007801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3077480448, end = 3077484544, flags = 1048691, pgoff = 3077480448, inode = 0 }
+vm_state.vm_map: 13589.852009872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3077484544, end = 3078799360, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.852011942 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3078799360, end = 3078807552, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.852014013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3078807552, end = 3078811648, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.852016003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3078811648, end = 3078828032, flags = 1048691, pgoff = 3078811648, inode = 0 }
+vm_state.vm_map: 13589.852018297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3078828032, end = 3078836224, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 13589.852020583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3078836224, end = 3078840320, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 13589.852022525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3078840320, end = 3078844416, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 13589.852024626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3078844416, end = 3079061504, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 13589.852026573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3079061504, end = 3079073792, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 13589.852028638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3079139328, end = 3079168000, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 13589.852030579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3079168000, end = 3079176192, flags = 1048691, pgoff = 3079168000, inode = 0 }
+vm_state.vm_map: 13589.852032551 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3079176192, end = 3079180288, flags = 67371125, pgoff = 3079176192, inode = 0 }
+vm_state.vm_map: 13589.852034751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3079180288, end = 3079294976, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.852036692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3079294976, end = 3079299072, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.852038633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3079299072, end = 3079303168, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.852043683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3217379328, end = 3217465344, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.852049289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 134512640, end = 134541312, flags = 134223989, pgoff = 0, inode = 1048590 }
+vm_state.vm_map: 13589.852051249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 134541312, end = 134545408, flags = 135272563, pgoff = 24576, inode = 1048590 }
+vm_state.vm_map: 13589.852053369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 134545408, end = 134561792, flags = 1048691, pgoff = 134545408, inode = 0 }
+vm_state.vm_map: 13589.852055823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 152788992, end = 152924160, flags = 1048691, pgoff = 152788992, inode = 0 }
+vm_state.vm_map: 13589.852058017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074134016, end = 3074162688, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 13589.852059996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074162688, end = 3074166784, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 13589.852061949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074166784, end = 3074170880, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 13589.852064020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074170880, end = 3074256896, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 13589.852065973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074256896, end = 3074260992, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 13589.852067921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074260992, end = 3074265088, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 13589.852069861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074265088, end = 3074273280, flags = 1048691, pgoff = 3074265088, inode = 0 }
+vm_state.vm_map: 13589.852071945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074273280, end = 3074498560, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.852091329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074498560, end = 3074502656, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.852093474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074502656, end = 3074506752, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.852095829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074506752, end = 3074543616, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 13589.852097881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074543616, end = 3074547712, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 13589.852100050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074547712, end = 3074551808, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 13589.852102097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074551808, end = 3074711552, flags = 1048691, pgoff = 3074551808, inode = 0 }
+vm_state.vm_map: 13589.852104409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074711552, end = 3074760704, flags = 134217845, pgoff = 0, inode = 500088 }
+vm_state.vm_map: 13589.852106931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074760704, end = 3074764800, flags = 135266419, pgoff = 45056, inode = 500088 }
+vm_state.vm_map: 13589.852108983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074764800, end = 3074813952, flags = 1048691, pgoff = 3074764800, inode = 0 }
+vm_state.vm_map: 13589.852111209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074813952, end = 3074912256, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.852113255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074912256, end = 3074916352, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.852115307 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074916352, end = 3074920448, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.852117501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074973696, end = 3075010560, flags = 134217845, pgoff = 0, inode = 499730 }
+vm_state.vm_map: 13589.852119547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075010560, end = 3075014656, flags = 135266419, pgoff = 32768, inode = 499730 }
+vm_state.vm_map: 13589.852121742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075014656, end = 3075055616, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 13589.852123818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075055616, end = 3075059712, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 13589.852125864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075059712, end = 3075063808, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 13589.852128250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075063808, end = 3075100672, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 13589.852130259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075100672, end = 3075104768, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 13589.852149620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075104768, end = 3075108864, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 13589.852152066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075108864, end = 3075186688, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 13589.852154360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075186688, end = 3075190784, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 13589.852156412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075190784, end = 3075194880, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 13589.852159045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075194880, end = 3075203072, flags = 1048691, pgoff = 3075194880, inode = 0 }
+vm_state.vm_map: 13589.852161345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075203072, end = 3075227648, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 13589.852163392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075227648, end = 3075231744, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 13589.852165555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075231744, end = 3075235840, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 13589.852167916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075235840, end = 3076567040, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 13589.852170104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3076567040, end = 3076571136, flags = 1048691, pgoff = 3076567040, inode = 0 }
+vm_state.vm_map: 13589.852172386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3076571136, end = 3076579328, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 13589.852174549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3076579328, end = 3076583424, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 13589.852176663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3076583424, end = 3076587520, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 13589.852178974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3076587520, end = 3077902336, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.852180990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077902336, end = 3077910528, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.852183271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077910528, end = 3077914624, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.852185261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077914624, end = 3077931008, flags = 1048691, pgoff = 3077914624, inode = 0 }
+vm_state.vm_map: 13589.852187579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077931008, end = 3077939200, flags = 134217845, pgoff = 0, inode = 499739 }
+vm_state.vm_map: 13589.852189625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077939200, end = 3077943296, flags = 135266419, pgoff = 4096, inode = 499739 }
+vm_state.vm_map: 13589.852192061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077943296, end = 3077984256, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 13589.852194372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077984256, end = 3077988352, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 13589.852196684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077996544, end = 3078004736, flags = 134217845, pgoff = 0, inode = 17167 }
+vm_state.vm_map: 13589.852198650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078004736, end = 3078008832, flags = 135266419, pgoff = 8192, inode = 17167 }
+vm_state.vm_map: 13589.852200961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078008832, end = 3078017024, flags = 134217845, pgoff = 0, inode = 499908 }
+vm_state.vm_map: 13589.852202996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078017024, end = 3078021120, flags = 135266419, pgoff = 4096, inode = 499908 }
+vm_state.vm_map: 13589.852205474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078021120, end = 3078025216, flags = 134217845, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 13589.852207532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078025216, end = 3078029312, flags = 135266419, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 13589.852209708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078029312, end = 3078033408, flags = 134217845, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 13589.852211778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078033408, end = 3078037504, flags = 135266419, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 13589.852213974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078041600, end = 3078049792, flags = 134217845, pgoff = 0, inode = 500086 }
+vm_state.vm_map: 13589.852216118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078049792, end = 3078053888, flags = 135266419, pgoff = 4096, inode = 500086 }
+vm_state.vm_map: 13589.852218473 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078053888, end = 3078066176, flags = 134217845, pgoff = 0, inode = 500089 }
+vm_state.vm_map: 13589.852220439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078066176, end = 3078070272, flags = 135266419, pgoff = 8192, inode = 500089 }
+vm_state.vm_map: 13589.852222745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078070272, end = 3078074368, flags = 134217845, pgoff = 0, inode = 499772 }
+vm_state.vm_map: 13589.852224785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078074368, end = 3078078464, flags = 135266419, pgoff = 0, inode = 499772 }
+vm_state.vm_map: 13589.852226837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078082560, end = 3078090752, flags = 1048691, pgoff = 3078082560, inode = 0 }
+vm_state.vm_map: 13589.852229154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078090752, end = 3078094848, flags = 67371125, pgoff = 3078090752, inode = 0 }
+vm_state.vm_map: 13589.852231486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078094848, end = 3078209536, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.852233550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078209536, end = 3078213632, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.852235583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078213632, end = 3078217728, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.852237629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3220029440, end = 3220115456, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.852240361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
+vm_state.vm_map: 13589.852242414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
+vm_state.vm_map: 13589.852244472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
+vm_state.vm_map: 13589.852246456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 153812992, end = 154083328, flags = 1048691, pgoff = 153812992, inode = 0 }
+vm_state.vm_map: 13589.852248780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074777088, end = 3074818048, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 13589.852250950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074818048, end = 3074822144, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 13589.852252997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074822144, end = 3074826240, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 13589.852255086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074826240, end = 3074863104, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 13589.852257261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074863104, end = 3074867200, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 13589.852259227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074867200, end = 3074871296, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 13589.852261515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074871296, end = 3074949120, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 13589.852264030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074949120, end = 3074953216, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 13589.852266064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074953216, end = 3074957312, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 13589.852268116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074957312, end = 3074965504, flags = 1048691, pgoff = 3074957312, inode = 0 }
+vm_state.vm_map: 13589.852270310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074965504, end = 3074990080, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 13589.852272357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074990080, end = 3074994176, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 13589.852274409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074994176, end = 3074998272, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 13589.852276492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074998272, end = 3076329472, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 13589.852278445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3076329472, end = 3076333568, flags = 1048691, pgoff = 3076329472, inode = 0 }
+vm_state.vm_map: 13589.852280769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3076333568, end = 3077648384, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.852282778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077648384, end = 3077656576, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.852284948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077656576, end = 3077660672, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.852287037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077660672, end = 3077677056, flags = 1048691, pgoff = 3077660672, inode = 0 }
+vm_state.vm_map: 13589.852289336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077677056, end = 3077685248, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 13589.852291438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077685248, end = 3077689344, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 13589.852293608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077689344, end = 3077693440, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 13589.852295722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077693440, end = 3077910528, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 13589.852298244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077910528, end = 3077922816, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 13589.852300450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077988352, end = 3078017024, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 13589.852302627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3078017024, end = 3078025216, flags = 1048691, pgoff = 3078017024, inode = 0 }
+vm_state.vm_map: 13589.852304679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3078025216, end = 3078029312, flags = 67371125, pgoff = 3078025216, inode = 0 }
+vm_state.vm_map: 13589.852306854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3078029312, end = 3078144000, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.852309012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3078144000, end = 3078148096, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.852311070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3078148096, end = 3078152192, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.852313066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3220430848, end = 3220516864, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.852316386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 18385 }
+vm_state.vm_map: 13589.852318549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 134545408, end = 134549504, flags = 135272563, pgoff = 28672, inode = 18385 }
+vm_state.vm_map: 13589.852320787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 134549504, end = 134553600, flags = 1048691, pgoff = 134549504, inode = 0 }
+vm_state.vm_map: 13589.852322877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 149598208, end = 149733376, flags = 1048691, pgoff = 149598208, inode = 0 }
+vm_state.vm_map: 13589.852325355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074297856, end = 3074383872, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 13589.852327463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074383872, end = 3074387968, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 13589.852329775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074387968, end = 3074392064, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 13589.852331752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074392064, end = 3074400256, flags = 1048691, pgoff = 3074392064, inode = 0 }
+vm_state.vm_map: 13589.852334436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074400256, end = 3074625536, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 13589.852336544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074625536, end = 3074629632, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 13589.852338738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074629632, end = 3074633728, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 13589.852340728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074633728, end = 3074637824, flags = 1048691, pgoff = 3074633728, inode = 0 }
+vm_state.vm_map: 13589.852343033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074637824, end = 3074666496, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 13589.852345278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074666496, end = 3074703360, flags = 134217845, pgoff = 0, inode = 499730 }
+vm_state.vm_map: 13589.852348597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074703360, end = 3074707456, flags = 135266419, pgoff = 32768, inode = 499730 }
+vm_state.vm_map: 13589.852353535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074707456, end = 3074723840, flags = 134217845, pgoff = 0, inode = 500096 }
+vm_state.vm_map: 13589.852356460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074723840, end = 3074727936, flags = 135266419, pgoff = 12288, inode = 500096 }
+vm_state.vm_map: 13589.852358592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074727936, end = 3074764800, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 13589.852361021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074764800, end = 3074768896, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 13589.852362988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074768896, end = 3074772992, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 13589.852365175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074772992, end = 3074932736, flags = 1048691, pgoff = 3074772992, inode = 0 }
+vm_state.vm_map: 13589.852367518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074932736, end = 3074981888, flags = 134217845, pgoff = 0, inode = 500088 }
+vm_state.vm_map: 13589.852370145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074981888, end = 3074985984, flags = 135266419, pgoff = 45056, inode = 500088 }
+vm_state.vm_map: 13589.852372222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074985984, end = 3075035136, flags = 1048691, pgoff = 3074985984, inode = 0 }
+vm_state.vm_map: 13589.852374572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075035136, end = 3075076096, flags = 134217845, pgoff = 0, inode = 507921 }
+vm_state.vm_map: 13589.852376759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075076096, end = 3075080192, flags = 135266417, pgoff = 36864, inode = 507921 }
+vm_state.vm_map: 13589.852378731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075080192, end = 3075084288, flags = 135266419, pgoff = 40960, inode = 507921 }
+vm_state.vm_map: 13589.852381030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075084288, end = 3075162112, flags = 134217845, pgoff = 0, inode = 508760 }
+vm_state.vm_map: 13589.852383194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075162112, end = 3075166208, flags = 135266417, pgoff = 73728, inode = 508760 }
+vm_state.vm_map: 13589.852385240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075166208, end = 3075170304, flags = 135266419, pgoff = 77824, inode = 508760 }
+vm_state.vm_map: 13589.852387194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075170304, end = 3075178496, flags = 1048691, pgoff = 3075170304, inode = 0 }
+vm_state.vm_map: 13589.852389635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075178496, end = 3075207168, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 13589.852391693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075207168, end = 3075211264, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 13589.852393752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075211264, end = 3075215360, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 13589.852395996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075215360, end = 3075223552, flags = 134217845, pgoff = 0, inode = 17167 }
+vm_state.vm_map: 13589.852398289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075223552, end = 3075227648, flags = 135266419, pgoff = 8192, inode = 17167 }
+vm_state.vm_map: 13589.852400458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075227648, end = 3075235840, flags = 134217845, pgoff = 0, inode = 499908 }
+vm_state.vm_map: 13589.852402511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075235840, end = 3075239936, flags = 135266419, pgoff = 4096, inode = 499908 }
+vm_state.vm_map: 13589.852404941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075239936, end = 3075252224, flags = 134217845, pgoff = 0, inode = 500089 }
+vm_state.vm_map: 13589.852407116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075252224, end = 3075256320, flags = 135266419, pgoff = 8192, inode = 500089 }
+vm_state.vm_map: 13589.852409279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075256320, end = 3075260416, flags = 134217845, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 13589.852411455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075260416, end = 3075264512, flags = 135266419, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 13589.852413532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075264512, end = 3075268608, flags = 134217845, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 13589.852415707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075268608, end = 3075272704, flags = 135266419, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 13589.852417927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075272704, end = 3076603904, flags = 134217841, pgoff = 0, inode = 33544 }
+vm_state.vm_map: 13589.852420091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3076603904, end = 3076608000, flags = 1048691, pgoff = 3076603904, inode = 0 }
+vm_state.vm_map: 13589.852422204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3076608000, end = 3076616192, flags = 134217845, pgoff = 0, inode = 508752 }
+vm_state.vm_map: 13589.852424505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3076616192, end = 3076620288, flags = 135266417, pgoff = 4096, inode = 508752 }
+vm_state.vm_map: 13589.852426569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3076620288, end = 3076624384, flags = 135266419, pgoff = 8192, inode = 508752 }
+vm_state.vm_map: 13589.852428738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3076624384, end = 3077939200, flags = 134217845, pgoff = 0, inode = 508213 }
+vm_state.vm_map: 13589.852430790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3077939200, end = 3077947392, flags = 135266417, pgoff = 1314816, inode = 508213 }
+vm_state.vm_map: 13589.852432960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3077947392, end = 3077951488, flags = 135266419, pgoff = 1323008, inode = 508213 }
+vm_state.vm_map: 13589.852435007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3077951488, end = 3077967872, flags = 1048691, pgoff = 3077951488, inode = 0 }
+vm_state.vm_map: 13589.852437201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3077967872, end = 3078066176, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 13589.852439599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078066176, end = 3078070272, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 13589.852441632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078070272, end = 3078074368, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 13589.852443939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078074368, end = 3078115328, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 13589.852446121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078115328, end = 3078119424, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 13589.852448197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078123520, end = 3078160384, flags = 134217845, pgoff = 0, inode = 508754 }
+vm_state.vm_map: 13589.852450373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078160384, end = 3078164480, flags = 135266417, pgoff = 32768, inode = 508754 }
+vm_state.vm_map: 13589.852452413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078164480, end = 3078168576, flags = 135266419, pgoff = 36864, inode = 508754 }
+vm_state.vm_map: 13589.852454799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078168576, end = 3078193152, flags = 134217845, pgoff = 0, inode = 508106 }
+vm_state.vm_map: 13589.852456765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078193152, end = 3078197248, flags = 135266417, pgoff = 24576, inode = 508106 }
+vm_state.vm_map: 13589.852458940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078197248, end = 3078201344, flags = 135266419, pgoff = 28672, inode = 508106 }
+vm_state.vm_map: 13589.852460993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078205440, end = 3078221824, flags = 1048691, pgoff = 3078205440, inode = 0 }
+vm_state.vm_map: 13589.852463032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078221824, end = 3078225920, flags = 67371125, pgoff = 3078221824, inode = 0 }
+vm_state.vm_map: 13589.852465135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078225920, end = 3078340608, flags = 134219893, pgoff = 0, inode = 499953 }
+vm_state.vm_map: 13589.852467304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078340608, end = 3078344704, flags = 135268465, pgoff = 110592, inode = 499953 }
+vm_state.vm_map: 13589.852469492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078344704, end = 3078348800, flags = 135268467, pgoff = 114688, inode = 499953 }
+vm_state.vm_map: 13589.852471538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3220443136, end = 3220529152, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.852474456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
+vm_state.vm_map: 13589.852476632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
+vm_state.vm_map: 13589.852478684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
+vm_state.vm_map: 13589.852480872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 165560320, end = 165691392, flags = 1048691, pgoff = 165560320, inode = 0 }
+vm_state.vm_map: 13589.852482911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3076657152, end = 3076661248, flags = 1048691, pgoff = 3076657152, inode = 0 }
+vm_state.vm_map: 13589.852485106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3076661248, end = 3077976064, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.852487158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3077976064, end = 3077984256, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.852489340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3077984256, end = 3077988352, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.852491405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3077988352, end = 3078004736, flags = 1048691, pgoff = 3077988352, inode = 0 }
+vm_state.vm_map: 13589.852493723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078004736, end = 3078012928, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 13589.852495893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078012928, end = 3078017024, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 13589.852497945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078017024, end = 3078021120, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 13589.852500046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078021120, end = 3078238208, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 13589.852502228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078238208, end = 3078250496, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 13589.852504385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078344704, end = 3078352896, flags = 1048691, pgoff = 3078344704, inode = 0 }
+vm_state.vm_map: 13589.852506437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078352896, end = 3078356992, flags = 67371125, pgoff = 3078352896, inode = 0 }
+vm_state.vm_map: 13589.852509090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078356992, end = 3078471680, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.852511204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078471680, end = 3078475776, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.852513231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078475776, end = 3078479872, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.852515309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3212824576, end = 3212910592, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.852517830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 134512640, end = 135254016, flags = 134223989, pgoff = 0, inode = 20038 }
+vm_state.vm_map: 13589.852519981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 135254016, end = 135270400, flags = 135272563, pgoff = 741376, inode = 20038 }
+vm_state.vm_map: 13589.852522033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 135270400, end = 135282688, flags = 1048691, pgoff = 135270400, inode = 0 }
+vm_state.vm_map: 13589.852524184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 158466048, end = 158601216, flags = 1048691, pgoff = 158466048, inode = 0 }
+vm_state.vm_map: 13589.852526446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073646592, end = 3073687552, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 13589.852528629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073687552, end = 3073691648, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 13589.852530681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073691648, end = 3073695744, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 13589.852532851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073695744, end = 3073732608, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 13589.852534922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073732608, end = 3073736704, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 13589.852537209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073736704, end = 3073740800, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 13589.852539539 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073740800, end = 3073765376, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 13589.852541567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073765376, end = 3073769472, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 13589.852544082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073769472, end = 3073773568, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 13589.852546134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073773568, end = 3073777664, flags = 1048691, pgoff = 3073773568, inode = 0 }
+vm_state.vm_map: 13589.852548347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073777664, end = 3073789952, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 13589.852550554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073789952, end = 3073794048, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 13589.852552625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073794048, end = 3073798144, flags = 1048691, pgoff = 3073794048, inode = 0 }
+vm_state.vm_map: 13589.852554702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073798144, end = 3074260992, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 13589.852556643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074260992, end = 3074273280, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 13589.852558732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074273280, end = 3074351104, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 13589.852560673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074351104, end = 3074355200, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 13589.852562768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074355200, end = 3074416640, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 13589.852564715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074416640, end = 3074420736, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 13589.852566768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074420736, end = 3074506752, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 13589.852568709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074506752, end = 3074510848, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 13589.852570656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074510848, end = 3074514944, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 13589.852572597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074514944, end = 3074523136, flags = 1048691, pgoff = 3074514944, inode = 0 }
+vm_state.vm_map: 13589.852574723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074523136, end = 3075837952, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.852577097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3075837952, end = 3075846144, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.852579038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3075846144, end = 3075850240, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.852580979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3075850240, end = 3075866624, flags = 1048691, pgoff = 3075850240, inode = 0 }
+vm_state.vm_map: 13589.852583099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3075866624, end = 3076059136, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 13589.852585169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3076059136, end = 3076063232, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 13589.852587272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3076063232, end = 3076669440, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 13589.852589219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3076669440, end = 3076685824, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 13589.852591314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3076685824, end = 3078139904, flags = 134217845, pgoff = 0, inode = 17110 }
+vm_state.vm_map: 13589.852593249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078139904, end = 3078152192, flags = 135266419, pgoff = 1454080, inode = 17110 }
+vm_state.vm_map: 13589.852595480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078152192, end = 3078160384, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 13589.852597422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078160384, end = 3078164480, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 13589.852599480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078164480, end = 3078168576, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 13589.852601693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078168576, end = 3078316032, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 13589.852603633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078316032, end = 3078320128, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 13589.852605722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078320128, end = 3078324224, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 13589.852607911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078324224, end = 3078361088, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 13589.852610340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078361088, end = 3078365184, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 13589.852612392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078365184, end = 3078369280, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 13589.852614451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078369280, end = 3078533120, flags = 1048691, pgoff = 3078369280, inode = 0 }
+vm_state.vm_map: 13589.852616881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078533120, end = 3078610944, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 13589.852619025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078610944, end = 3078615040, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 13589.852621195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078615040, end = 3078619136, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 13589.852623327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078619136, end = 3078627328, flags = 1048691, pgoff = 3078619136, inode = 0 }
+vm_state.vm_map: 13589.852625639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078627328, end = 3078696960, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 13589.852627679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078696960, end = 3078701056, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 13589.852629855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078701056, end = 3078705152, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 13589.852631901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078705152, end = 3078713344, flags = 1048691, pgoff = 3078705152, inode = 0 }
+vm_state.vm_map: 13589.852634330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078774784, end = 3078795264, flags = 134217845, pgoff = 0, inode = 508374 }
+vm_state.vm_map: 13589.852636326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078795264, end = 3078799360, flags = 135266417, pgoff = 16384, inode = 508374 }
+vm_state.vm_map: 13589.852638540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078799360, end = 3078803456, flags = 135266419, pgoff = 20480, inode = 508374 }
+vm_state.vm_map: 13589.852640580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078803456, end = 3078815744, flags = 1048691, pgoff = 3078803456, inode = 0 }
+vm_state.vm_map: 13589.852642545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078815744, end = 3078819840, flags = 67371125, pgoff = 3078815744, inode = 0 }
+vm_state.vm_map: 13589.852645283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078819840, end = 3078934528, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.852647335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078934528, end = 3078938624, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.852649456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078938624, end = 3078942720, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.852651527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3219210240, end = 3219746816, flags = 1048947, pgoff = 3220688896, inode = 0 }
+vm_state.vm_map: 13589.852657888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 134512640, end = 134541312, flags = 134223989, pgoff = 0, inode = 1048607 }
+vm_state.vm_map: 13589.852660045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 134541312, end = 134545408, flags = 135272563, pgoff = 28672, inode = 1048607 }
+vm_state.vm_map: 13589.852662091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 134545408, end = 134623232, flags = 1048691, pgoff = 134545408, inode = 0 }
+vm_state.vm_map: 13589.852664093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 141565952, end = 141701120, flags = 1048691, pgoff = 141565952, inode = 0 }
+vm_state.vm_map: 13589.852666201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076284416, end = 3076304896, flags = 134217845, pgoff = 0, inode = 508374 }
+vm_state.vm_map: 13589.852668352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076304896, end = 3076308992, flags = 135266417, pgoff = 16384, inode = 508374 }
+vm_state.vm_map: 13589.852670386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076308992, end = 3076313088, flags = 135266419, pgoff = 20480, inode = 508374 }
+vm_state.vm_map: 13589.852672537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076313088, end = 3076354048, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 13589.852674484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076354048, end = 3076358144, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 13589.852676431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076358144, end = 3076362240, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 13589.852678379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076362240, end = 3076370432, flags = 1048691, pgoff = 3076362240, inode = 0 }
+vm_state.vm_map: 13589.852680796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076370432, end = 3077685248, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.852682749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077685248, end = 3077693440, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.852684813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077693440, end = 3077697536, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.852686760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077697536, end = 3077709824, flags = 1048691, pgoff = 3077697536, inode = 0 }
+vm_state.vm_map: 13589.852688855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077709824, end = 3077779456, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 13589.852690921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077779456, end = 3077783552, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 13589.852692868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077783552, end = 3077787648, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 13589.852694808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077787648, end = 3077795840, flags = 1048691, pgoff = 3077787648, inode = 0 }
+vm_state.vm_map: 13589.852696811 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077885952, end = 3077898240, flags = 1048691, pgoff = 3077885952, inode = 0 }
+vm_state.vm_map: 13589.852698875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077898240, end = 3077902336, flags = 67371125, pgoff = 3077898240, inode = 0 }
+vm_state.vm_map: 13589.852701070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077902336, end = 3078017024, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.852703017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3078017024, end = 3078021120, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.852704970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3078021120, end = 3078025216, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.852707060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3217518592, end = 3217604608, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.852709699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 32921 }
+vm_state.vm_map: 13589.852711659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 32921 }
+vm_state.vm_map: 13589.852713952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 134533120, end = 134537216, flags = 1048691, pgoff = 134533120, inode = 0 }
+vm_state.vm_map: 13589.852715905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 151330816, end = 151465984, flags = 1048691, pgoff = 151330816, inode = 0 }
+vm_state.vm_map: 13589.852717951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3076509696, end = 3076517888, flags = 1048691, pgoff = 3076509696, inode = 0 }
+vm_state.vm_map: 13589.852720034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3076517888, end = 3077832704, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.852722013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077832704, end = 3077840896, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.852723954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077840896, end = 3077844992, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.852725913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077844992, end = 3077857280, flags = 1048691, pgoff = 3077844992, inode = 0 }
+vm_state.vm_map: 13589.852728453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077857280, end = 3077869568, flags = 134217845, pgoff = 0, inode = 32917 }
+vm_state.vm_map: 13589.852730407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077869568, end = 3077873664, flags = 135266419, pgoff = 8192, inode = 32917 }
+vm_state.vm_map: 13589.852732472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077873664, end = 3077877760, flags = 1048691, pgoff = 3077873664, inode = 0 }
+vm_state.vm_map: 13589.852734561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077963776, end = 3077980160, flags = 1048691, pgoff = 3077963776, inode = 0 }
+vm_state.vm_map: 13589.852736613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077980160, end = 3077984256, flags = 67371125, pgoff = 3077980160, inode = 0 }
+vm_state.vm_map: 13589.852738833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077984256, end = 3078098944, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.852740804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3078098944, end = 3078103040, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.852742862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3078103040, end = 3078107136, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.852744809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3219714048, end = 3219800064, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 13589.852747838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 33221 }
+vm_state.vm_map: 13589.852749791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 33221 }
+vm_state.vm_map: 13589.852751739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 141680640, end = 141848576, flags = 1048691, pgoff = 141680640, inode = 0 }
+vm_state.vm_map: 13589.852753686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3067645952, end = 3067650048, flags = 1048688, pgoff = 3067645952, inode = 0 }
+vm_state.vm_map: 13589.852755645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3067650048, end = 3076046848, flags = 1048691, pgoff = 3067650048, inode = 0 }
+vm_state.vm_map: 13589.852757747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3076046848, end = 3077361664, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 13589.852759775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077361664, end = 3077369856, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 13589.852761710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077369856, end = 3077373952, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 13589.852763656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077373952, end = 3077386240, flags = 1048691, pgoff = 3077373952, inode = 0 }
+vm_state.vm_map: 13589.852765721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077386240, end = 3077472256, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 13589.852767668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077472256, end = 3077476352, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 13589.852769610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077476352, end = 3077480448, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 13589.852771556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077480448, end = 3077488640, flags = 1048691, pgoff = 3077480448, inode = 0 }
+vm_state.vm_map: 13589.852773503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077578752, end = 3077591040, flags = 1048691, pgoff = 3077578752, inode = 0 }
+vm_state.vm_map: 13589.852775438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077591040, end = 3077595136, flags = 67371125, pgoff = 3077591040, inode = 0 }
+vm_state.vm_map: 13589.852777669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077595136, end = 3077709824, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 13589.852779963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077709824, end = 3077713920, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 13589.852781910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077713920, end = 3077718016, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 13589.852783851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3215716352, end = 3215802368, flags = 1048947, pgoff = 3221139456, inode = 0 }
+irq_state.interrupt: 13589.852830829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "timer", irq_id = 0 }
+irq_state.interrupt: 13589.852900524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "i8042", irq_id = 1 }
+irq_state.interrupt: 13589.852905599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "floppy", irq_id = 6 }
+irq_state.interrupt: 13589.852913827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "rtc0", irq_id = 8 }
+irq_state.interrupt: 13589.852917696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "acpi", irq_id = 9 }
+irq_state.interrupt: 13589.852921442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "i8042", irq_id = 12 }
+irq_state.interrupt: 13589.852925392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ide0", irq_id = 14 }
+irq_state.interrupt: 13589.852932686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ide1", irq_id = 15 }
+irq_state.interrupt: 13589.852939880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ehci_hcd:usb1", irq_id = 19 }
+irq_state.interrupt: 13589.852946248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "eth0", irq_id = 19 }
+irq_state.interrupt: 13589.852950191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "vboxadd", irq_id = 20 }
+irq_state.interrupt: 13589.852953999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ahci", irq_id = 21 }
+irq_state.interrupt: 13589.852963030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "Intel 82801AA-ICH", irq_id = 21 }
+irq_state.interrupt: 13589.852969186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ohci_hcd:usb2", irq_id = 22 }
+netif_state.network_ipv4_interface: 13589.853014490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/netif_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "lo", address = 2130706433, up = 0 }
+netif_state.network_ipv4_interface: 13589.853017525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/netif_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "eth0", address = 167772687, up = 0 }
+swap_state.statedump_swap_files: 13589.853027161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/swap_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filp = 0xf70be740, vfsmount = 0xf700eec0, dname = "hda1" }
+syscall_state.sys_call_table: 13589.853070480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 0, address = 0xc10358fe, symbol = "sys_restart_syscall+0x0/0xf" }
+syscall_state.sys_call_table: 13589.853080253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 1, address = 0xc102d16d, symbol = "sys_exit+0x0/0x11" }
+syscall_state.sys_call_table: 13589.853086583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 2, address = 0xc1003448, symbol = "ptregs_fork+0x0/0xc" }
+syscall_state.sys_call_table: 13589.853098723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 3, address = 0xc10ac4c3, symbol = "sys_read+0x0/0x9d" }
+syscall_state.sys_call_table: 13589.853101962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 4, address = 0xc10ac29b, symbol = "sys_write+0x0/0x9d" }
+syscall_state.sys_call_table: 13589.853104972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 5, address = 0xc10aa0ec, symbol = "sys_open+0x0/0x23" }
+syscall_state.sys_call_table: 13589.853107754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 6, address = 0xc10a9ea9, symbol = "sys_close+0x0/0x112" }
+syscall_state.sys_call_table: 13589.853110412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 7, address = 0xc102c96e, symbol = "sys_waitpid+0x0/0x17" }
+syscall_state.sys_call_table: 13589.853113113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 8, address = 0xc10aa10f, symbol = "sys_creat+0x0/0x16" }
+syscall_state.sys_call_table: 13589.853122805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 9, address = 0xc10b5ccb, symbol = "sys_link+0x0/0x19" }
+syscall_state.sys_call_table: 13589.853125654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 10, address = 0xc10b5760, symbol = "sys_unlink+0x0/0xe" }
+syscall_state.sys_call_table: 13589.853128431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 11, address = 0xc100346c, symbol = "ptregs_execve+0x0/0xc" }
+syscall_state.sys_call_table: 13589.853131323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 12, address = 0xc10aa8e8, symbol = "sys_chdir+0x0/0x59" }
+syscall_state.sys_call_table: 13589.853134395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 13, address = 0xc102de69, symbol = "sys_time+0x0/0x27" }
+syscall_state.sys_call_table: 13589.853137282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 14, address = 0xc10b5ab2, symbol = "sys_mknod+0x0/0x17" }
+syscall_state.sys_call_table: 13589.853140002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 15, address = 0xc10aa805, symbol = "sys_chmod+0x0/0x15" }
+syscall_state.sys_call_table: 13589.853145875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 16, address = 0xc104e167, symbol = "sys_lchown16+0x0/0x35" }
+syscall_state.sys_call_table: 13589.853150115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 17, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853152896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 18, address = 0xc10af0b2, symbol = "sys_stat+0x0/0x23" }
+syscall_state.sys_call_table: 13589.853155665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 19, address = 0xc10ab3fb, symbol = "sys_lseek+0x0/0x9b" }
+syscall_state.sys_call_table: 13589.853155667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 20, address = 0xc103529a, symbol = "sys_getpid+0x0/0x16" }
+syscall_state.sys_call_table: 13589.853155669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 21, address = 0xc10c0a14, symbol = "sys_mount+0x0/0x98" }
+syscall_state.sys_call_table: 13589.853155671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 22, address = 0xc10bf90c, symbol = "sys_oldumount+0x0/0xe" }
+syscall_state.sys_call_table: 13589.853155673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 23, address = 0xc104e09e, symbol = "sys_setuid16+0x0/0x1d" }
+syscall_state.sys_call_table: 13589.853155675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 24, address = 0xc104dea0, symbol = "sys_getuid16+0x0/0x22" }
+syscall_state.sys_call_table: 13589.853155677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 25, address = 0xc102dc82, symbol = "sys_stime+0x0/0x3f" }
+syscall_state.sys_call_table: 13589.853155679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 26, address = 0xc1031d71, symbol = "sys_ptrace+0x0/0xae" }
+syscall_state.sys_call_table: 13589.853155681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 27, address = 0xc10352b0, symbol = "sys_alarm+0x0/0x9" }
+syscall_state.sys_call_table: 13589.853155683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 28, address = 0xc10af14c, symbol = "sys_fstat+0x0/0x24" }
+syscall_state.sys_call_table: 13589.853155685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 29, address = 0xc1035a45, symbol = "sys_pause+0x0/0x16" }
+syscall_state.sys_call_table: 13589.853155687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 30, address = 0xc10c741f, symbol = "sys_utime+0x0/0x5d" }
+syscall_state.sys_call_table: 13589.853155690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 31, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853155693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 32, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853155695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 33, address = 0xc10aaa87, symbol = "sys_access+0x0/0x13" }
+syscall_state.sys_call_table: 13589.853155697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 34, address = 0xc1026f47, symbol = "sys_nice+0x0/0x7c" }
+syscall_state.sys_call_table: 13589.853155699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 35, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853155701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 36, address = 0xc10c70f9, symbol = "sys_sync+0x0/0x29" }
+syscall_state.sys_call_table: 13589.853155703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 37, address = 0xc1037e1c, symbol = "sys_kill+0x0/0x14c" }
+syscall_state.sys_call_table: 13589.853155705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 38, address = 0xc10b5650, symbol = "sys_rename+0x0/0x15" }
+syscall_state.sys_call_table: 13589.853155707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 39, address = 0xc10b590c, symbol = "sys_mkdir+0x0/0x13" }
+syscall_state.sys_call_table: 13589.853155709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 40, address = 0xc10b5849, symbol = "sys_rmdir+0x0/0xe" }
+syscall_state.sys_call_table: 13589.853155711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 41, address = 0xc10b6808, symbol = "sys_dup+0x0/0x36" }
+syscall_state.sys_call_table: 13589.853155713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 42, address = 0xc10b1dac, symbol = "sys_pipe+0x0/0xe" }
+syscall_state.sys_call_table: 13589.853155715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 43, address = 0xc10394a7, symbol = "sys_times+0x0/0x3f" }
+syscall_state.sys_call_table: 13589.853166399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 44, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853173726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 45, address = 0xc109c43a, symbol = "sys_brk+0x0/0xd3" }
+syscall_state.sys_call_table: 13589.853176688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 46, address = 0xc104e0e8, symbol = "sys_setgid16+0x0/0x1d" }
+syscall_state.sys_call_table: 13589.853179120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 47, address = 0xc104dee4, symbol = "sys_getgid16+0x0/0x22" }
+syscall_state.sys_call_table: 13589.853181484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 48, address = 0xc10362d2, symbol = "sys_signal+0x0/0x3c" }
+syscall_state.sys_call_table: 13589.853184101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 49, address = 0xc104dec2, symbol = "sys_geteuid16+0x0/0x22" }
+syscall_state.sys_call_table: 13589.853186594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 50, address = 0xc104df06, symbol = "sys_getegid16+0x0/0x22" }
+syscall_state.sys_call_table: 13589.853192290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 51, address = 0xc1057e28, symbol = "sys_acct+0x0/0x238" }
+syscall_state.sys_call_table: 13589.853195368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 52, address = 0xc10bf635, symbol = "sys_umount+0x0/0x2d7" }
+syscall_state.sys_call_table: 13589.853198207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 53, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853200651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 54, address = 0xc10b709b, symbol = "sys_ioctl+0x0/0x9d" }
+syscall_state.sys_call_table: 13589.853203570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 55, address = 0xc10b67b5, symbol = "sys_fcntl+0x0/0x53" }
+syscall_state.sys_call_table: 13589.853206323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 56, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853208994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 57, address = 0xc103929e, symbol = "sys_setpgid+0x0/0x175" }
+syscall_state.sys_call_table: 13589.853211753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 58, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853215317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 59, address = 0xc1006380, symbol = "sys_olduname+0x0/0x11d" }
+syscall_state.sys_call_table: 13589.853217854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 60, address = 0xc10387e4, symbol = "sys_umask+0x0/0x19" }
+syscall_state.sys_call_table: 13589.853221099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 61, address = 0xc10aa81a, symbol = "sys_chroot+0x0/0x6c" }
+syscall_state.sys_call_table: 13589.853223519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 62, address = 0xc10ad850, symbol = "sys_ustat+0x0/0x89" }
+syscall_state.sys_call_table: 13589.853226382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 63, address = 0xc10b6978, symbol = "sys_dup2+0x0/0x5c" }
+syscall_state.sys_call_table: 13589.853229412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 64, address = 0xc1035249, symbol = "sys_getppid+0x0/0x51" }
+syscall_state.sys_call_table: 13589.853231997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 65, address = 0xc1039295, symbol = "sys_getpgrp+0x0/0x9" }
+syscall_state.sys_call_table: 13589.853234503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 66, address = 0xc103911e, symbol = "sys_setsid+0x0/0xa1" }
+syscall_state.sys_call_table: 13589.853237330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 67, address = 0xc1002f1f, symbol = "sys_sigaction+0x0/0xe7" }
+syscall_state.sys_call_table: 13589.853240254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 68, address = 0xc1035a36, symbol = "sys_sgetmask+0x0/0xf" }
+syscall_state.sys_call_table: 13589.853243203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 69, address = 0xc1035ca8, symbol = "sys_ssetmask+0x0/0x6b" }
+syscall_state.sys_call_table: 13589.853245752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 70, address = 0xc104e0bb, symbol = "sys_setreuid16+0x0/0x2d" }
+syscall_state.sys_call_table: 13589.853248295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 71, address = 0xc104e105, symbol = "sys_setregid16+0x0/0x2d" }
+syscall_state.sys_call_table: 13589.853250980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 72, address = 0xc1003006, symbol = "sys_sigsuspend+0x0/0xba" }
+syscall_state.sys_call_table: 13589.853254003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 73, address = 0xc1035fe8, symbol = "sys_sigpending+0x0/0xe" }
+syscall_state.sys_call_table: 13589.853256614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 74, address = 0xc1038fda, symbol = "sys_sethostname+0x0/0xa5" }
+syscall_state.sys_call_table: 13589.853259205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 75, address = 0xc1038d61, symbol = "sys_setrlimit+0x0/0xe4" }
+syscall_state.sys_call_table: 13589.853261823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 76, address = 0xc1038e45, symbol = "sys_old_getrlimit+0x0/0x81" }
+syscall_state.sys_call_table: 13589.853264741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 77, address = 0xc1038cf2, symbol = "sys_getrusage+0x0/0x25" }
+syscall_state.sys_call_table: 13589.853267641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 78, address = 0xc102de16, symbol = "sys_gettimeofday+0x0/0x53" }
+syscall_state.sys_call_table: 13589.853270498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 79, address = 0xc102dda2, symbol = "sys_settimeofday+0x0/0x74" }
+syscall_state.sys_call_table: 13589.853273047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 80, address = 0xc104de0a, symbol = "sys_getgroups16+0x0/0x96" }
+syscall_state.sys_call_table: 13589.853275571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 81, address = 0xc104df28, symbol = "sys_setgroups16+0x0/0xba" }
+syscall_state.sys_call_table: 13589.853278607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 82, address = 0xc10066a7, symbol = "old_select+0x0/0x40" }
+syscall_state.sys_call_table: 13589.853281526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 83, address = 0xc10b5b76, symbol = "sys_symlink+0x0/0x13" }
+syscall_state.sys_call_table: 13589.853284068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 84, address = 0xc10af037, symbol = "sys_lstat+0x0/0x23" }
+syscall_state.sys_call_table: 13589.853286630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 85, address = 0xc10aedc9, symbol = "sys_readlink+0x0/0x17" }
+syscall_state.sys_call_table: 13589.853289290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 86, address = 0xc10b13e1, symbol = "sys_uselib+0x0/0x13f" }
+syscall_state.sys_call_table: 13589.853291987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 87, address = 0xc10a285b, symbol = "sys_swapon+0x0/0xb3f" }
+syscall_state.sys_call_table: 13589.853294800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 88, address = 0xc1039d01, symbol = "sys_reboot+0x0/0x15c" }
+syscall_state.sys_call_table: 13589.853297330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 89, address = 0xc10b788f, symbol = "sys_old_readdir+0x0/0x51" }
+syscall_state.sys_call_table: 13589.853300317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 90, address = 0xc100675d, symbol = "old_mmap+0x0/0x57" }
+syscall_state.sys_call_table: 13589.853303100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 91, address = 0xc109bdc6, symbol = "sys_munmap+0x0/0x3d" }
+syscall_state.sys_call_table: 13589.853306068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 92, address = 0xc10aafba, symbol = "sys_truncate+0x0/0x12" }
+syscall_state.sys_call_table: 13589.853309252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 93, address = 0xc10aadb3, symbol = "sys_ftruncate+0x0/0x1b" }
+syscall_state.sys_call_table: 13589.853312010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 94, address = 0xc10aa595, symbol = "sys_fchmod+0x0/0xbc" }
+syscall_state.sys_call_table: 13589.853314528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 95, address = 0xc104e132, symbol = "sys_fchown16+0x0/0x35" }
+syscall_state.sys_call_table: 13589.853317207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 96, address = 0xc1039e62, symbol = "sys_getpriority+0x0/0x1ab" }
+syscall_state.sys_call_table: 13589.853320051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 97, address = 0xc103a08c, symbol = "sys_setpriority+0x0/0x1cc" }
+syscall_state.sys_call_table: 13589.853322914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 98, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853325746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 99, address = 0xc10ab259, symbol = "sys_statfs+0x0/0x63" }
+syscall_state.sys_call_table: 13589.853328567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 100, address = 0xc10ab205, symbol = "sys_fstatfs+0x0/0x54" }
+syscall_state.sys_call_table: 13589.853331559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 101, address = 0xc100532f, symbol = "sys_ioperm+0x0/0x1a5" }
+syscall_state.sys_call_table: 13589.853350369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 102, address = 0xc14b72ad, symbol = "sys_socketcall+0x0/0x1ea" }
+syscall_state.sys_call_table: 13589.853353066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 103, address = 0xc102af4d, symbol = "sys_syslog+0x0/0x11" }
+syscall_state.sys_call_table: 13589.853356156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 104, address = 0xc102d607, symbol = "sys_setitimer+0x0/0x6f" }
+syscall_state.sys_call_table: 13589.853358878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 105, address = 0xc102d8ae, symbol = "sys_getitimer+0x0/0x42" }
+syscall_state.sys_call_table: 13589.853361501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 106, address = 0xc10af08f, symbol = "sys_newstat+0x0/0x23" }
+syscall_state.sys_call_table: 13589.853364068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 107, address = 0xc10af014, symbol = "sys_newlstat+0x0/0x23" }
+syscall_state.sys_call_table: 13589.853366629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 108, address = 0xc10af129, symbol = "sys_newfstat+0x0/0x23" }
+syscall_state.sys_call_table: 13589.853369549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 109, address = 0xc100649d, symbol = "sys_uname+0x0/0x49" }
+syscall_state.sys_call_table: 13589.853372264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 110, address = 0xc100343c, symbol = "ptregs_iopl+0x0/0xc" }
+syscall_state.sys_call_table: 13589.853375016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 111, address = 0xc10a9e3a, symbol = "sys_vhangup+0x0/0x1b" }
+syscall_state.sys_call_table: 13589.853377872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 112, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853380650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 113, address = 0xc10034a8, symbol = "ptregs_vm86old+0x0/0x18" }
+syscall_state.sys_call_table: 13589.853383279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 114, address = 0xc102c8cd, symbol = "sys_wait4+0x0/0xa1" }
+syscall_state.sys_call_table: 13589.853385741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 115, address = 0xc10a37d9, symbol = "sys_swapoff+0x0/0x9eb" }
+syscall_state.sys_call_table: 13589.853388783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 116, address = 0xc1034f23, symbol = "sys_sysinfo+0x0/0x2a" }
+syscall_state.sys_call_table: 13589.853391739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 117, address = 0xc10064e6, symbol = "sys_ipc+0x0/0x1c1" }
+syscall_state.sys_call_table: 13589.853394565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 118, address = 0xc10c6ec3, symbol = "sys_fsync+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853397317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 119, address = 0xc1003484, symbol = "ptregs_sigreturn+0x0/0xc" }
+syscall_state.sys_call_table: 13589.853400353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 120, address = 0xc1003454, symbol = "ptregs_clone+0x0/0xc" }
+syscall_state.sys_call_table: 13589.853403037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 121, address = 0xc1038f2b, symbol = "sys_setdomainname+0x0/0xaf" }
+syscall_state.sys_call_table: 13589.853405851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 122, address = 0xc10390dc, symbol = "sys_newuname+0x0/0x42" }
+syscall_state.sys_call_table: 13589.853408720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 123, address = 0xc100583a, symbol = "sys_modify_ldt+0x0/0x111" }
+syscall_state.sys_call_table: 13589.853411743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 124, address = 0xc102dc39, symbol = "sys_adjtimex+0x0/0x49" }
+syscall_state.sys_call_table: 13589.853414489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 125, address = 0xc109d119, symbol = "sys_mprotect+0x0/0x1df" }
+syscall_state.sys_call_table: 13589.853417537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 126, address = 0xc1035e43, symbol = "sys_sigprocmask+0x0/0xfc" }
+syscall_state.sys_call_table: 13589.853420381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 127, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853423787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 128, address = 0xc1052845, symbol = "sys_init_module+0x0/0x1fb" }
+syscall_state.sys_call_table: 13589.853426662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 129, address = 0xc1052661, symbol = "sys_delete_module+0x0/0x1e4" }
+syscall_state.sys_call_table: 13589.853429452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 130, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853435891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 131, address = 0xc10e1bea, symbol = "sys_quotactl+0x0/0x6b6" }
+syscall_state.sys_call_table: 13589.853438490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 132, address = 0xc103922a, symbol = "sys_getpgid+0x0/0x6b" }
+syscall_state.sys_call_table: 13589.853441396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 133, address = 0xc10aa886, symbol = "sys_fchdir+0x0/0x62" }
+syscall_state.sys_call_table: 13589.853444339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 134, address = 0xc10c7d7d, symbol = "sys_bdflush+0x0/0x54" }
+syscall_state.sys_call_table: 13589.853447615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 135, address = 0xc10be0da, symbol = "sys_sysfs+0x0/0x162" }
+syscall_state.sys_call_table: 13589.853450397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 136, address = 0xc1029b63, symbol = "sys_personality+0x0/0x3d" }
+syscall_state.sys_call_table: 13589.853453200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 137, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853455730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 138, address = 0xc104dfff, symbol = "sys_setfsuid16+0x0/0x1d" }
+syscall_state.sys_call_table: 13589.853458471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 139, address = 0xc104dfe2, symbol = "sys_setfsgid16+0x0/0x1d" }
+syscall_state.sys_call_table: 13589.853461364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 140, address = 0xc10ac560, symbol = "sys_llseek+0x0/0xc1" }
+syscall_state.sys_call_table: 13589.853463851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 141, address = 0xc10b77f1, symbol = "sys_getdents+0x0/0x9e" }
+syscall_state.sys_call_table: 13589.853466351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 142, address = 0xc10b8a79, symbol = "sys_select+0x0/0x8f" }
+syscall_state.sys_call_table: 13589.853472601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 143, address = 0xc10d8b43, symbol = "sys_flock+0x0/0x12d" }
+syscall_state.sys_call_table: 13589.853475279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 144, address = 0xc109dba8, symbol = "sys_msync+0x0/0x164" }
+syscall_state.sys_call_table: 13589.853478136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 145, address = 0xc10ac040, symbol = "sys_readv+0x0/0xcd" }
+syscall_state.sys_call_table: 13589.853480962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 146, address = 0xc10abe9c, symbol = "sys_writev+0x0/0xcd" }
+syscall_state.sys_call_table: 13589.853483585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 147, address = 0xc10391bf, symbol = "sys_getsid+0x0/0x6b" }
+syscall_state.sys_call_table: 13589.853486393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 148, address = 0xc10c6eb8, symbol = "sys_fdatasync+0x0/0xb" }
+syscall_state.sys_call_table: 13589.853488899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 149, address = 0xc103133d, symbol = "sys_sysctl+0x0/0xfb" }
+syscall_state.sys_call_table: 13589.853491891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 150, address = 0xc109a6b7, symbol = "sys_mlock+0x0/0xac" }
+syscall_state.sys_call_table: 13589.853494428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 151, address = 0xc109a661, symbol = "sys_munlock+0x0/0x56" }
+syscall_state.sys_call_table: 13589.853496958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 152, address = 0xc109a519, symbol = "sys_mlockall+0x0/0x98" }
+syscall_state.sys_call_table: 13589.853499532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 153, address = 0xc109a4e7, symbol = "sys_munlockall+0x0/0x32" }
+syscall_state.sys_call_table: 13589.853502745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 154, address = 0xc10275aa, symbol = "sys_sched_setparam+0x0/0xd" }
+syscall_state.sys_call_table: 13589.853505825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 155, address = 0xc1024eb0, symbol = "sys_sched_getparam+0x0/0xc4" }
+syscall_state.sys_call_table: 13589.853509032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 156, address = 0xc10275b7, symbol = "sys_sched_setscheduler+0x0/0x1b" }
+syscall_state.sys_call_table: 13589.853512044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 157, address = 0xc1024f74, symbol = "sys_sched_getscheduler+0x0/0x88" }
+syscall_state.sys_call_table: 13589.853514919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 158, address = 0xc10226cb, symbol = "sys_sched_yield+0x0/0x32" }
+syscall_state.sys_call_table: 13589.853519328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 159, address = 0xc101ee30, symbol = "sys_sched_get_priority_max+0x0/0x24" }
+syscall_state.sys_call_table: 13589.853522560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 160, address = 0xc101ee54, symbol = "sys_sched_get_priority_min+0x0/0x24" }
+syscall_state.sys_call_table: 13589.853525632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 161, address = 0xc1024b89, symbol = "sys_sched_rr_get_interval+0x0/0xcb" }
+syscall_state.sys_call_table: 13589.853531764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 162, address = 0xc1041a4a, symbol = "sys_nanosleep+0x0/0x51" }
+syscall_state.sys_call_table: 13589.853534492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 163, address = 0xc109db62, symbol = "sys_mremap+0x0/0x46" }
+syscall_state.sys_call_table: 13589.853537084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 164, address = 0xc104e05d, symbol = "sys_setresuid16+0x0/0x41" }
+syscall_state.sys_call_table: 13589.853540010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 165, address = 0xc104dd2c, symbol = "sys_getresuid16+0x0/0x6f" }
+syscall_state.sys_call_table: 13589.853542762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 166, address = 0xc100349c, symbol = "ptregs_vm86+0x0/0xc" }
+syscall_state.sys_call_table: 13589.853545526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 167, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853548007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 168, address = 0xc10b821d, symbol = "sys_poll+0x0/0x8d" }
+syscall_state.sys_call_table: 13589.853550938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 169, address = 0xc10d9520, symbol = "sys_nfsservctl+0x0/0x170" }
+syscall_state.sys_call_table: 13589.853553506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 170, address = 0xc104e01c, symbol = "sys_setresgid16+0x0/0x41" }
+syscall_state.sys_call_table: 13589.853556042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 171, address = 0xc104dd9b, symbol = "sys_getresgid16+0x0/0x6f" }
+syscall_state.sys_call_table: 13589.853558647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 172, address = 0xc1038838, symbol = "sys_prctl+0x0/0x1fe" }
+syscall_state.sys_call_table: 13589.853561454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 173, address = 0xc1003490, symbol = "ptregs_rt_sigreturn+0x0/0xc" }
+syscall_state.sys_call_table: 13589.853564028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 174, address = 0xc103630e, symbol = "sys_rt_sigaction+0x0/0x79" }
+syscall_state.sys_call_table: 13589.853567285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 175, address = 0xc1036003, symbol = "sys_rt_sigprocmask+0x0/0xcf" }
+syscall_state.sys_call_table: 13589.853570346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 176, address = 0xc1035ff6, symbol = "sys_rt_sigpending+0x0/0xd" }
+syscall_state.sys_call_table: 13589.853573030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 177, address = 0xc1038110, symbol = "sys_rt_sigtimedwait+0x0/0x245" }
+syscall_state.sys_call_table: 13589.853575727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 178, address = 0xc1037fae, symbol = "sys_rt_sigqueueinfo+0x0/0x4f" }
+syscall_state.sys_call_table: 13589.853578750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 179, address = 0xc1035bd5, symbol = "sys_rt_sigsuspend+0x0/0xd3" }
+syscall_state.sys_call_table: 13589.853581774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 180, address = 0xc10ac409, symbol = "sys_pread64+0x0/0xba" }
+syscall_state.sys_call_table: 13589.853584969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 181, address = 0xc10ac1e1, symbol = "sys_pwrite64+0x0/0xba" }
+syscall_state.sys_call_table: 13589.853587450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 182, address = 0xc104e19c, symbol = "sys_chown16+0x0/0x38" }
+syscall_state.sys_call_table: 13589.853590103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 183, address = 0xc10ba068, symbol = "sys_getcwd+0x0/0x18d" }
+syscall_state.sys_call_table: 13589.853592566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 184, address = 0xc1031668, symbol = "sys_capget+0x0/0x114" }
+syscall_state.sys_call_table: 13589.853594962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 185, address = 0xc1031525, symbol = "sys_capset+0x0/0x143" }
+syscall_state.sys_call_table: 13589.853597856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 186, address = 0xc1003478, symbol = "ptregs_sigaltstack+0x0/0xc" }
+syscall_state.sys_call_table: 13589.853600775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 187, address = 0xc10abc70, symbol = "sys_sendfile+0x0/0x7c" }
+syscall_state.sys_call_table: 13589.853603693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 188, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853606420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 189, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853609098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 190, address = 0xc1003460, symbol = "ptregs_vfork+0x0/0xc" }
+syscall_state.sys_call_table: 13589.853611851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 191, address = 0xc1038ec6, symbol = "sys_getrlimit+0x0/0x65" }
+syscall_state.sys_call_table: 13589.853614862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 192, address = 0xc10066e7, symbol = "sys_mmap2+0x0/0x76" }
+syscall_state.sys_call_table: 13589.853617712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 193, address = 0xc10aafa9, symbol = "sys_truncate64+0x0/0x11" }
+syscall_state.sys_call_table: 13589.853620526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 194, address = 0xc10aad92, symbol = "sys_ftruncate64+0x0/0x21" }
+syscall_state.sys_call_table: 13589.853623119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 195, address = 0xc10af06c, symbol = "sys_stat64+0x0/0x23" }
+syscall_state.sys_call_table: 13589.853625649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 196, address = 0xc10aeff1, symbol = "sys_lstat64+0x0/0x23" }
+syscall_state.sys_call_table: 13589.853628549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 197, address = 0xc10af106, symbol = "sys_fstat64+0x0/0x23" }
+syscall_state.sys_call_table: 13589.853631282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 198, address = 0xc10aa651, symbol = "sys_lchown+0x0/0x54" }
+syscall_state.sys_call_table: 13589.853633943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 199, address = 0xc10324ee, symbol = "sys_getuid+0x0/0xf" }
+syscall_state.sys_call_table: 13589.853636449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 200, address = 0xc103250c, symbol = "sys_getgid+0x0/0xf" }
+syscall_state.sys_call_table: 13589.853638905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 201, address = 0xc10324fd, symbol = "sys_geteuid+0x0/0xf" }
+syscall_state.sys_call_table: 13589.853641547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 202, address = 0xc103251b, symbol = "sys_getegid+0x0/0xf" }
+syscall_state.sys_call_table: 13589.853644133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 203, address = 0xc1039a7c, symbol = "sys_setreuid+0x0/0xf8" }
+syscall_state.sys_call_table: 13589.853646824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 204, address = 0xc10396da, symbol = "sys_setregid+0x0/0xce" }
+syscall_state.sys_call_table: 13589.853650253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 205, address = 0xc1043e1b, symbol = "sys_getgroups+0x0/0x83" }
+syscall_state.sys_call_table: 13589.853652864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 206, address = 0xc10440e9, symbol = "sys_setgroups+0x0/0xbf" }
+syscall_state.sys_call_table: 13589.853655616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 207, address = 0xc10aa52d, symbol = "sys_fchown+0x0/0x68" }
+syscall_state.sys_call_table: 13589.853658263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 208, address = 0xc10398bc, symbol = "sys_setresuid+0x0/0x11b" }
+syscall_state.sys_call_table: 13589.853660954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 209, address = 0xc1038770, symbol = "sys_getresuid+0x0/0x3a" }
+syscall_state.sys_call_table: 13589.853663571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 210, address = 0xc1039568, symbol = "sys_setresgid+0x0/0xf1" }
+syscall_state.sys_call_table: 13589.853666096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 211, address = 0xc10387aa, symbol = "sys_getresgid+0x0/0x3a" }
+syscall_state.sys_call_table: 13589.853668786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 212, address = 0xc10aa710, symbol = "sys_chown+0x0/0x57" }
+syscall_state.sys_call_table: 13589.853671828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 213, address = 0xc10399d7, symbol = "sys_setuid+0x0/0xa5" }
+syscall_state.sys_call_table: 13589.853674371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 214, address = 0xc1039659, symbol = "sys_setgid+0x0/0x81" }
+syscall_state.sys_call_table: 13589.853676944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 215, address = 0xc10397a8, symbol = "sys_setfsuid+0x0/0x97" }
+syscall_state.sys_call_table: 13589.853679475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 216, address = 0xc10394e6, symbol = "sys_setfsgid+0x0/0x82" }
+syscall_state.sys_call_table: 13589.853682554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 217, address = 0xc10bea88, symbol = "sys_pivot_root+0x0/0x392" }
+syscall_state.sys_call_table: 13589.853685336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 218, address = 0xc1099c29, symbol = "sys_mincore+0x0/0x33f" }
+syscall_state.sys_call_table: 13589.853687799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 219, address = 0xc109599c, symbol = "sys_madvise+0x0/0x424" }
+syscall_state.sys_call_table: 13589.853690354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 220, address = 0xc10b774c, symbol = "sys_getdents64+0x0/0xa5" }
+syscall_state.sys_call_table: 13589.853693340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 221, address = 0xc10b673c, symbol = "sys_fcntl64+0x0/0x79" }
+syscall_state.sys_call_table: 13589.853696112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 222, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853698907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 223, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853701887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 224, address = 0xc1034f4d, symbol = "sys_gettid+0x0/0xe" }
+syscall_state.sys_call_table: 13589.853707816 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 225, address = 0xc1082f0d, symbol = "sys_readahead+0x0/0xa3" }
+syscall_state.sys_call_table: 13589.853710581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 226, address = 0xc10c23ce, symbol = "sys_setxattr+0x0/0x62" }
+syscall_state.sys_call_table: 13589.853713148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 227, address = 0xc10c236f, symbol = "sys_lsetxattr+0x0/0x5f" }
+syscall_state.sys_call_table: 13589.853716079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 228, address = 0xc10c230f, symbol = "sys_fsetxattr+0x0/0x60" }
+syscall_state.sys_call_table: 13589.853718616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 229, address = 0xc10c2116, symbol = "sys_getxattr+0x0/0x48" }
+syscall_state.sys_call_table: 13589.853721097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 230, address = 0xc10c20d1, symbol = "sys_lgetxattr+0x0/0x45" }
+syscall_state.sys_call_table: 13589.853723733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 231, address = 0xc10c208e, symbol = "sys_fgetxattr+0x0/0x43" }
+syscall_state.sys_call_table: 13589.853726263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 232, address = 0xc10c1eab, symbol = "sys_listxattr+0x0/0x43" }
+syscall_state.sys_call_table: 13589.853728781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 233, address = 0xc10c1e6b, symbol = "sys_llistxattr+0x0/0x40" }
+syscall_state.sys_call_table: 13589.853731306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 234, address = 0xc10c1e2d, symbol = "sys_flistxattr+0x0/0x3e" }
+syscall_state.sys_call_table: 13589.853733873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 235, address = 0xc10c1cf8, symbol = "sys_removexattr+0x0/0x53" }
+syscall_state.sys_call_table: 13589.853736466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 236, address = 0xc10c1ca8, symbol = "sys_lremovexattr+0x0/0x50" }
+syscall_state.sys_call_table: 13589.853758256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 237, address = 0xc10c1c56, symbol = "sys_fremovexattr+0x0/0x52" }
+syscall_state.sys_call_table: 13589.853761291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 238, address = 0xc1037320, symbol = "sys_tkill+0x0/0x16" }
+syscall_state.sys_call_table: 13589.853764358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 239, address = 0xc10abbf4, symbol = "sys_sendfile64+0x0/0x7c" }
+syscall_state.sys_call_table: 13589.853768261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 240, address = 0xc104ce90, symbol = "sys_futex+0x0/0x111" }
+syscall_state.sys_call_table: 13589.853771401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 241, address = 0xc1024e71, symbol = "sys_sched_setaffinity+0x0/0x3f" }
+syscall_state.sys_call_table: 13589.853774418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 242, address = 0xc1024d0f, symbol = "sys_sched_getaffinity+0x0/0x3d" }
+syscall_state.sys_call_table: 13589.853781874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 243, address = 0xc100aebd, symbol = "sys_set_thread_area+0x0/0x1b" }
+syscall_state.sys_call_table: 13589.853784769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 244, address = 0xc100adf1, symbol = "sys_get_thread_area+0x0/0x16" }
+syscall_state.sys_call_table: 13589.853787779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 245, address = 0xc10d621a, symbol = "sys_io_setup+0x0/0x30a" }
+syscall_state.sys_call_table: 13589.853790427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 246, address = 0xc10d6182, symbol = "sys_io_destroy+0x0/0x1c" }
+syscall_state.sys_call_table: 13589.853793160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 247, address = 0xc10d6816, symbol = "sys_io_getevents+0x0/0x2f9" }
+syscall_state.sys_call_table: 13589.853795839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 248, address = 0xc10d6ba2, symbol = "sys_io_submit+0x0/0x47e" }
+syscall_state.sys_call_table: 13589.853798481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 249, address = 0xc10d5db8, symbol = "sys_io_cancel+0x0/0x131" }
+syscall_state.sys_call_table: 13589.853801510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 250, address = 0xc1085cc2, symbol = "sys_fadvise64+0x0/0x22" }
+syscall_state.sys_call_table: 13589.853804342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 251, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853807156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 252, address = 0xc102d159, symbol = "sys_exit_group+0x0/0x14" }
+syscall_state.sys_call_table: 13589.853814599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 253, address = 0xc10f5b26, symbol = "sys_lookup_dcookie+0x0/0x13a" }
+syscall_state.sys_call_table: 13589.853817328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 254, address = 0xc10d3ed5, symbol = "sys_epoll_create+0x0/0x1b" }
+syscall_state.sys_call_table: 13589.853819852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 255, address = 0xc10d38e5, symbol = "sys_epoll_ctl+0x0/0x472" }
+syscall_state.sys_call_table: 13589.853822327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 256, address = 0xc10d35c2, symbol = "sys_epoll_wait+0x0/0x26d" }
+syscall_state.sys_call_table: 13589.853826299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 257, address = 0xc1094eac, symbol = "sys_remap_file_pages+0x0/0x440" }
+syscall_state.sys_call_table: 13589.853829433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 258, address = 0xc1027c0e, symbol = "sys_set_tid_address+0x0/0x18" }
+syscall_state.sys_call_table: 13589.853832037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 259, address = 0xc103ddae, symbol = "sys_timer_create+0x0/0x2f5" }
+syscall_state.sys_call_table: 13589.853834598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 260, address = 0xc103db03, symbol = "sys_timer_settime+0x0/0x235" }
+syscall_state.sys_call_table: 13589.853837129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 261, address = 0xc103dd38, symbol = "sys_timer_gettime+0x0/0x76" }
+syscall_state.sys_call_table: 13589.853839783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 262, address = 0xc103d9d5, symbol = "sys_timer_getoverrun+0x0/0x28" }
+syscall_state.sys_call_table: 13589.853842319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 263, address = 0xc103d93c, symbol = "sys_timer_delete+0x0/0x99" }
+syscall_state.sys_call_table: 13589.853844850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 264, address = 0xc103d668, symbol = "sys_clock_settime+0x0/0x7d" }
+syscall_state.sys_call_table: 13589.853847387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 265, address = 0xc103d5ea, symbol = "sys_clock_gettime+0x0/0x7e" }
+syscall_state.sys_call_table: 13589.853849930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 266, address = 0xc103d56a, symbol = "sys_clock_getres+0x0/0x80" }
+syscall_state.sys_call_table: 13589.853852534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 267, address = 0xc103d4b7, symbol = "sys_clock_nanosleep+0x0/0xb3" }
+syscall_state.sys_call_table: 13589.853855526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 268, address = 0xc10ab0aa, symbol = "sys_statfs64+0x0/0x95" }
+syscall_state.sys_call_table: 13589.853858359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 269, address = 0xc10ab02a, symbol = "sys_fstatfs64+0x0/0x80" }
+syscall_state.sys_call_table: 13589.853860877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 270, address = 0xc1037336, symbol = "sys_tgkill+0x0/0x1f" }
+syscall_state.sys_call_table: 13589.853863783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 271, address = 0xc10c73b8, symbol = "sys_utimes+0x0/0x13" }
+syscall_state.sys_call_table: 13589.853866535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 272, address = 0xc1085b24, symbol = "sys_fadvise64_64+0x0/0x19e" }
+syscall_state.sys_call_table: 13589.853869362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 273, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853872428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 274, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853875143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 275, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853877828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 276, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853892482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 277, address = 0xc13e52ba, symbol = "sys_mq_open+0x0/0x2e2" }
+syscall_state.sys_call_table: 13589.853895215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 278, address = 0xc13e513d, symbol = "sys_mq_unlink+0x0/0xdf" }
+syscall_state.sys_call_table: 13589.853898005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 279, address = 0xc13e4d62, symbol = "sys_mq_timedsend+0x0/0x3db" }
+syscall_state.sys_call_table: 13589.853900849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 280, address = 0xc13e4a51, symbol = "sys_mq_timedreceive+0x0/0x311" }
+syscall_state.sys_call_table: 13589.853903620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 281, address = 0xc13e45e9, symbol = "sys_mq_notify+0x0/0x2a0" }
+syscall_state.sys_call_table: 13589.853906428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 282, address = 0xc13e4475, symbol = "sys_mq_getsetattr+0x0/0x174" }
+syscall_state.sys_call_table: 13589.853909359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 283, address = 0xc1058be3, symbol = "sys_kexec_load+0x0/0x4ad" }
+syscall_state.sys_call_table: 13589.853912178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 284, address = 0xc102c985, symbol = "sys_waitid+0x0/0x111" }
+syscall_state.sys_call_table: 13589.853915024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 285, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853918779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 286, address = 0xc13e8487, symbol = "sys_add_key+0x0/0x139" }
+syscall_state.sys_call_table: 13589.853921673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 287, address = 0xc13e837b, symbol = "sys_request_key+0x0/0x10c" }
+syscall_state.sys_call_table: 13589.853924529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 288, address = 0xc13e82c4, symbol = "sys_keyctl+0x0/0xb7" }
+syscall_state.sys_call_table: 13589.853928077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 289, address = 0xc10cfe26, symbol = "sys_ioprio_set+0x0/0x1d6" }
+syscall_state.sys_call_table: 13589.853930853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 290, address = 0xc10cfae3, symbol = "sys_ioprio_get+0x0/0x28b" }
+syscall_state.sys_call_table: 13589.853934098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 291, address = 0xc10d2dd7, symbol = "sys_inotify_init+0x0/0x9" }
+syscall_state.sys_call_table: 13589.853937158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 292, address = 0xc10d2994, symbol = "sys_inotify_add_watch+0x0/0x2ed" }
+syscall_state.sys_call_table: 13589.853940255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 293, address = 0xc10d282e, symbol = "sys_inotify_rm_watch+0x0/0xc4" }
+syscall_state.sys_call_table: 13589.853943210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 294, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.853946050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 295, address = 0xc10aa0c6, symbol = "sys_openat+0x0/0x26" }
+syscall_state.sys_call_table: 13589.853949036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 296, address = 0xc10b5857, symbol = "sys_mkdirat+0x0/0xb5" }
+syscall_state.sys_call_table: 13589.853951960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 297, address = 0xc10b591f, symbol = "sys_mknodat+0x0/0x193" }
+syscall_state.sys_call_table: 13589.853954767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 298, address = 0xc10aa6a5, symbol = "sys_fchownat+0x0/0x6b" }
+syscall_state.sys_call_table: 13589.853957797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 299, address = 0xc10c7334, symbol = "sys_futimesat+0x0/0x84" }
+syscall_state.sys_call_table: 13589.853960420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 300, address = 0xc10aefae, symbol = "sys_fstatat64+0x0/0x2e" }
+syscall_state.sys_call_table: 13589.853963283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 301, address = 0xc10b5820, symbol = "sys_unlinkat+0x0/0x29" }
+syscall_state.sys_call_table: 13589.853966553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 302, address = 0xc10b5493, symbol = "sys_renameat+0x0/0x1bd" }
+syscall_state.sys_call_table: 13589.853969422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 303, address = 0xc10b5be8, symbol = "sys_linkat+0x0/0xe3" }
+syscall_state.sys_call_table: 13589.853972328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 304, address = 0xc10b5ac9, symbol = "sys_symlinkat+0x0/0xad" }
+syscall_state.sys_call_table: 13589.853974944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 305, address = 0xc10aed48, symbol = "sys_readlinkat+0x0/0x81" }
+syscall_state.sys_call_table: 13589.853977764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 306, address = 0xc10aa767, symbol = "sys_fchmodat+0x0/0x9e" }
+syscall_state.sys_call_table: 13589.853980597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 307, address = 0xc10aa941, symbol = "sys_faccessat+0x0/0x146" }
+syscall_state.sys_call_table: 13589.853983164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 308, address = 0xc10b8926, symbol = "sys_pselect6+0x0/0x153" }
+syscall_state.sys_call_table: 13589.853985627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 309, address = 0xc10b8111, symbol = "sys_ppoll+0x0/0x10c" }
+syscall_state.sys_call_table: 13589.853988134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 310, address = 0xc1027ea0, symbol = "sys_unshare+0x0/0x280" }
+syscall_state.sys_call_table: 13589.853991544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 311, address = 0xc104a70f, symbol = "sys_set_robust_list+0x0/0x2d" }
+syscall_state.sys_call_table: 13589.853994610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 312, address = 0xc104cfa1, symbol = "sys_get_robust_list+0x0/0xaf" }
+syscall_state.sys_call_table: 13589.853997436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 313, address = 0xc10c54f1, symbol = "sys_splice+0x0/0x3fa" }
+syscall_state.sys_call_table: 13589.854000325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 314, address = 0xc10c6c69, symbol = "sys_sync_file_range+0x0/0x101" }
+syscall_state.sys_call_table: 13589.854003033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 315, address = 0xc10c51ed, symbol = "sys_tee+0x0/0x242" }
+syscall_state.sys_call_table: 13589.854005902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 316, address = 0xc10c61b8, symbol = "sys_vmsplice+0x0/0x38f" }
+syscall_state.sys_call_table: 13589.854008685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 317, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 13589.854011611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 318, address = 0xc10387fd, symbol = "sys_getcpu+0x0/0x36" }
+syscall_state.sys_call_table: 13589.854014141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 319, address = 0xc10d382f, symbol = "sys_epoll_pwait+0x0/0xb6" }
+syscall_state.sys_call_table: 13589.854017010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 320, address = 0xc10c73cb, symbol = "sys_utimensat+0x0/0x54" }
+syscall_state.sys_call_table: 13589.854019535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 321, address = 0xc10d474f, symbol = "sys_signalfd+0x0/0x19" }
+syscall_state.sys_call_table: 13589.854022090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 322, address = 0xc10d4da0, symbol = "sys_timerfd_create+0x0/0xdc" }
+syscall_state.sys_call_table: 13589.854024626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 323, address = 0xc10d5483, symbol = "sys_eventfd+0x0/0xe" }
+syscall_state.sys_call_table: 13589.854027452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 324, address = 0xc10aab7d, symbol = "sys_fallocate+0x0/0x40" }
+syscall_state.sys_call_table: 13589.854030082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 325, address = 0xc10d4b1a, symbol = "sys_timerfd_settime+0x0/0x217" }
+syscall_state.sys_call_table: 13589.854032717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 326, address = 0xc10d4805, symbol = "sys_timerfd_gettime+0x0/0xe9" }
+syscall_state.sys_call_table: 13589.854035278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 327, address = 0xc10d45a1, symbol = "sys_signalfd4+0x0/0x1ae" }
+syscall_state.sys_call_table: 13589.854037840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 328, address = 0xc10d543b, symbol = "sys_eventfd2+0x0/0x48" }
+syscall_state.sys_call_table: 13589.854040377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 329, address = 0xc10d3dbf, symbol = "sys_epoll_create1+0x0/0x116" }
+syscall_state.sys_call_table: 13589.854043375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 330, address = 0xc10b683e, symbol = "sys_dup3+0x0/0x13a" }
+syscall_state.sys_call_table: 13589.854046078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 331, address = 0xc10b1d63, symbol = "sys_pipe2+0x0/0x49" }
+syscall_state.sys_call_table: 13589.854049170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 332, address = 0xc10d2c81, symbol = "sys_inotify_init1+0x0/0x156" }
+syscall_state.sys_call_table: 13589.854052100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 333, address = 0xc10abfa9, symbol = "sys_preadv+0x0/0x97" }
+syscall_state.sys_call_table: 13589.854055252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 334, address = 0xc10abe05, symbol = "sys_pwritev+0x0/0x97" }
+syscall_state.sys_call_table: 13589.854057893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 335, address = 0xc1037278, symbol = "sys_rt_tgsigqueueinfo+0x0/0x47" }
+syscall_state.sys_call_table: 13589.854064691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 336, address = 0xc108053d, symbol = "sys_perf_event_open+0x0/0x6a7" }
+softirq_state.softirq_vec: 13589.854068373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 0, address = 0xc102e1f2, symbol = "tasklet_hi_action+0x0/0xec" }
+softirq_state.softirq_vec: 13589.854072117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 1, address = 0xc1034c2c, symbol = "run_timer_softirq+0x0/0x254" }
+softirq_state.softirq_vec: 13589.854079142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 2, address = 0xc14c0a3f, symbol = "net_tx_action+0x0/0xca" }
+softirq_state.softirq_vec: 13589.854084874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 3, address = 0xc14c285c, symbol = "net_rx_action+0x0/0x1e8" }
+softirq_state.softirq_vec: 13589.854139094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 4, address = 0xc1414d50, symbol = "blk_done_softirq+0x0/0x6c" }
+softirq_state.softirq_vec: 13589.854141841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 5, address = 0xc141520d, symbol = "blk_iopoll_softirq+0x0/0xba" }
+softirq_state.softirq_vec: 13589.854144808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 6, address = 0xc102e2de, symbol = "tasklet_action+0x0/0xec" }
+softirq_state.softirq_vec: 13589.854172571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 7, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854175908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 8, address = 0xc104160e, symbol = "run_hrtimer_softirq+0x0/0x5" }
+softirq_state.softirq_vec: 13589.854184707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 9, address = 0xc106a2c7, symbol = "rcu_process_callbacks+0x0/0x1f" }
+softirq_state.softirq_vec: 13589.854189872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 10, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854192028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 11, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854194139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 12, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854196251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 13, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854198363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 14, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854200476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 15, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854202593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 16, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854204711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 17, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854206829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 18, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854208941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 19, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854211417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 20, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854213535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 21, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854215671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 22, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854217795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 23, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854219900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 24, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854222149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 25, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854224266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 26, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854226403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 27, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854228515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 28, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854230626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 29, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854232739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 30, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 13589.854234832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 31, address = 0x0, symbol = "0x0" }
+irq_state.idt_table: 13589.854238267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 0, address = 0xc1003b04, symbol = "divide_error+0x0/0xc" }
+irq_state.idt_table: 13589.854253445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 1, address = 0xc1584ec4, symbol = "debug+0x0/0x11" }
+irq_state.idt_table: 13589.854256006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 2, address = 0xc1584f14, symbol = "nmi+0x0/0x31" }
+irq_state.idt_table: 13589.854258531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 3, address = 0xc158502c, symbol = "int3+0x0/0x30" }
+irq_state.idt_table: 13589.854261233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 4, address = 0xc1003aa4, symbol = "overflow+0x0/0xc" }
+irq_state.idt_table: 13589.854264017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 5, address = 0xc1003ab0, symbol = "bounds+0x0/0xc" }
+irq_state.idt_table: 13589.854266677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 6, address = 0xc1003abc, symbol = "invalid_op+0x0/0xc" }
+irq_state.idt_table: 13589.854269627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 7, address = 0xc1003a88, symbol = "device_not_available+0x0/0xc" }
+irq_state.idt_table: 13589.854273241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 8, address = 0x0, symbol = "0x0" }
+irq_state.idt_table: 13589.854276177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 9, address = 0xc1003ac8, symbol = "coprocessor_segment_overrun+0x0/0xc" }
+irq_state.idt_table: 13589.854278960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 10, address = 0xc1003ad4, symbol = "invalid_TSS+0x0/0xc" }
+irq_state.idt_table: 13589.854281749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 11, address = 0xc1003ae0, symbol = "segment_not_present+0x0/0xc" }
+irq_state.idt_table: 13589.854284514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 12, address = 0xc1003aec, symbol = "stack_segment+0x0/0xc" }
+irq_state.idt_table: 13589.854287377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 13, address = 0xc158505c, symbol = "general_protection+0x0/0xa" }
+irq_state.idt_table: 13589.854290006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 14, address = 0xc1584e58, symbol = "page_fault+0x0/0x8" }
+irq_state.idt_table: 13589.854293005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 15, address = 0xc1003b20, symbol = "spurious_interrupt_bug+0x0/0xc" }
+irq_state.idt_table: 13589.854296336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 16, address = 0xc1003a70, symbol = "coprocessor_error+0x0/0xc" }
+irq_state.idt_table: 13589.854299131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 17, address = 0xc1003af8, symbol = "alignment_check+0x0/0xc" }
+irq_state.idt_table: 13589.854301958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 18, address = 0xc1003b10, symbol = "machine_check+0x0/0x10" }
+irq_state.idt_table: 13589.854304796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 19, address = 0xc1003a7c, symbol = "simd_coprocessor_error+0x0/0xc" }
+irq_state.idt_table: 13589.854308958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 20, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 13589.854311637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 21, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 13589.854314284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 22, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 13589.854316876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 23, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 13589.854319400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 24, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 13589.854322055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 25, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 13589.854324604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 26, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 13589.854327245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 27, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 13589.854329794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 28, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 13589.854332355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 29, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 13589.854335034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 30, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 13589.854337607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 31, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 13589.854340858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 32, address = 0xc10034c0, symbol = "irq_entries_start+0x0/0x400" }
+irq_state.idt_table: 13589.854343722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 33, address = 0xc10034c4, symbol = "irq_entries_start+0x4/0x400" }
+irq_state.idt_table: 13589.854346560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 34, address = 0xc10034c8, symbol = "irq_entries_start+0x8/0x400" }
+irq_state.idt_table: 13589.854349330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 35, address = 0xc10034cc, symbol = "irq_entries_start+0xc/0x400" }
+irq_state.idt_table: 13589.854352151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 36, address = 0xc10034d0, symbol = "irq_entries_start+0x10/0x400" }
+irq_state.idt_table: 13589.854354983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 37, address = 0xc10034d4, symbol = "irq_entries_start+0x14/0x400" }
+irq_state.idt_table: 13589.854357772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 38, address = 0xc10034d8, symbol = "irq_entries_start+0x18/0x400" }
+irq_state.idt_table: 13589.854360727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 39, address = 0xc10034e0, symbol = "irq_entries_start+0x20/0x400" }
+irq_state.idt_table: 13589.854363522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 40, address = 0xc10034e4, symbol = "irq_entries_start+0x24/0x400" }
+irq_state.idt_table: 13589.854366331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 41, address = 0xc10034e8, symbol = "irq_entries_start+0x28/0x400" }
+irq_state.idt_table: 13589.854369360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 42, address = 0xc10034ec, symbol = "irq_entries_start+0x2c/0x400" }
+irq_state.idt_table: 13589.854372094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 43, address = 0xc10034f0, symbol = "irq_entries_start+0x30/0x400" }
+irq_state.idt_table: 13589.854375031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 44, address = 0xc10034f4, symbol = "irq_entries_start+0x34/0x400" }
+irq_state.idt_table: 13589.854378121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 45, address = 0xc10034f8, symbol = "irq_entries_start+0x38/0x400" }
+irq_state.idt_table: 13589.854381193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 46, address = 0xc1003500, symbol = "irq_entries_start+0x40/0x400" }
+irq_state.idt_table: 13589.854384143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 47, address = 0xc1003504, symbol = "irq_entries_start+0x44/0x400" }
+irq_state.idt_table: 13589.854387493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 48, address = 0xc1003508, symbol = "irq_entries_start+0x48/0x400" }
+irq_state.idt_table: 13589.854390257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 49, address = 0xc100350c, symbol = "irq_entries_start+0x4c/0x400" }
+irq_state.idt_table: 13589.854393612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 50, address = 0xc1003510, symbol = "irq_entries_start+0x50/0x400" }
+irq_state.idt_table: 13589.854396488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 51, address = 0xc1003514, symbol = "irq_entries_start+0x54/0x400" }
+irq_state.idt_table: 13589.854399277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 52, address = 0xc1003518, symbol = "irq_entries_start+0x58/0x400" }
+irq_state.idt_table: 13589.854402060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 53, address = 0xc1003520, symbol = "irq_entries_start+0x60/0x400" }
+irq_state.idt_table: 13589.854405028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 54, address = 0xc1003524, symbol = "irq_entries_start+0x64/0x400" }
+irq_state.idt_table: 13589.854407836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 55, address = 0xc1003528, symbol = "irq_entries_start+0x68/0x400" }
+irq_state.idt_table: 13589.854410939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 56, address = 0xc100352c, symbol = "irq_entries_start+0x6c/0x400" }
+irq_state.idt_table: 13589.854413746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 57, address = 0xc1003530, symbol = "irq_entries_start+0x70/0x400" }
+irq_state.idt_table: 13589.854416739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 58, address = 0xc1003534, symbol = "irq_entries_start+0x74/0x400" }
+irq_state.idt_table: 13589.854419657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 59, address = 0xc1003538, symbol = "irq_entries_start+0x78/0x400" }
+irq_state.idt_table: 13589.854422447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 60, address = 0xc1003540, symbol = "irq_entries_start+0x80/0x400" }
+irq_state.idt_table: 13589.854425249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 61, address = 0xc1003544, symbol = "irq_entries_start+0x84/0x400" }
+irq_state.idt_table: 13589.854428228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 62, address = 0xc1003548, symbol = "irq_entries_start+0x88/0x400" }
+irq_state.idt_table: 13589.854431011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 63, address = 0xc100354c, symbol = "irq_entries_start+0x8c/0x400" }
+irq_state.idt_table: 13589.854434355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 64, address = 0xc1003550, symbol = "irq_entries_start+0x90/0x400" }
+irq_state.idt_table: 13589.854437193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 65, address = 0xc1003554, symbol = "irq_entries_start+0x94/0x400" }
+irq_state.idt_table: 13589.854439921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 66, address = 0xc1003558, symbol = "irq_entries_start+0x98/0x400" }
+irq_state.idt_table: 13589.854442777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 67, address = 0xc1003560, symbol = "irq_entries_start+0xa0/0x400" }
+irq_state.idt_table: 13589.854445580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 68, address = 0xc1003564, symbol = "irq_entries_start+0xa4/0x400" }
+irq_state.idt_table: 13589.854448467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 69, address = 0xc1003568, symbol = "irq_entries_start+0xa8/0x400" }
+irq_state.idt_table: 13589.854451453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 70, address = 0xc100356c, symbol = "irq_entries_start+0xac/0x400" }
+irq_state.idt_table: 13589.854454180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 71, address = 0xc1003570, symbol = "irq_entries_start+0xb0/0x400" }
+irq_state.idt_table: 13589.854457253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 72, address = 0xc1003574, symbol = "irq_entries_start+0xb4/0x400" }
+irq_state.idt_table: 13589.854460227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 73, address = 0xc1003578, symbol = "irq_entries_start+0xb8/0x400" }
+irq_state.idt_table: 13589.854463090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 74, address = 0xc1003580, symbol = "irq_entries_start+0xc0/0x400" }
+irq_state.idt_table: 13589.854465989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 75, address = 0xc1003584, symbol = "irq_entries_start+0xc4/0x400" }
+irq_state.idt_table: 13589.854468946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 76, address = 0xc1003588, symbol = "irq_entries_start+0xc8/0x400" }
+irq_state.idt_table: 13589.854471747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 77, address = 0xc100358c, symbol = "irq_entries_start+0xcc/0x400" }
+irq_state.idt_table: 13589.854474844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 78, address = 0xc1003590, symbol = "irq_entries_start+0xd0/0x400" }
+irq_state.idt_table: 13589.854477855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 79, address = 0xc1003594, symbol = "irq_entries_start+0xd4/0x400" }
+irq_state.idt_table: 13589.854481210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 80, address = 0xc1003598, symbol = "irq_entries_start+0xd8/0x400" }
+irq_state.idt_table: 13589.854483993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 81, address = 0xc10035a0, symbol = "irq_entries_start+0xe0/0x400" }
+irq_state.idt_table: 13589.854486783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 82, address = 0xc10035a4, symbol = "irq_entries_start+0xe4/0x400" }
+irq_state.idt_table: 13589.854489818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 83, address = 0xc10035a8, symbol = "irq_entries_start+0xe8/0x400" }
+irq_state.idt_table: 13589.854492804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 84, address = 0xc10035ac, symbol = "irq_entries_start+0xec/0x400" }
+irq_state.idt_table: 13589.854495613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 85, address = 0xc10035b0, symbol = "irq_entries_start+0xf0/0x400" }
+irq_state.idt_table: 13589.854498592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 86, address = 0xc10035b4, symbol = "irq_entries_start+0xf4/0x400" }
+irq_state.idt_table: 13589.854501541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 87, address = 0xc10035b8, symbol = "irq_entries_start+0xf8/0x400" }
+irq_state.idt_table: 13589.854504380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 88, address = 0xc10035c0, symbol = "irq_entries_start+0x100/0x400" }
+irq_state.idt_table: 13589.854507317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 89, address = 0xc10035c4, symbol = "irq_entries_start+0x104/0x400" }
+irq_state.idt_table: 13589.854510180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 90, address = 0xc10035c8, symbol = "irq_entries_start+0x108/0x400" }
+irq_state.idt_table: 13589.854512987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 91, address = 0xc10035cc, symbol = "irq_entries_start+0x10c/0x400" }
+irq_state.idt_table: 13589.854515734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 92, address = 0xc10035d0, symbol = "irq_entries_start+0x110/0x400" }
+irq_state.idt_table: 13589.854518646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 93, address = 0xc10035d4, symbol = "irq_entries_start+0x114/0x400" }
+irq_state.idt_table: 13589.854521423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 94, address = 0xc10035d8, symbol = "irq_entries_start+0x118/0x400" }
+irq_state.idt_table: 13589.854524200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 95, address = 0xc10035e0, symbol = "irq_entries_start+0x120/0x400" }
+irq_state.idt_table: 13589.854527882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 96, address = 0xc10035e4, symbol = "irq_entries_start+0x124/0x400" }
+irq_state.idt_table: 13589.854530665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 97, address = 0xc10035e8, symbol = "irq_entries_start+0x128/0x400" }
+irq_state.idt_table: 13589.854533589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 98, address = 0xc10035ec, symbol = "irq_entries_start+0x12c/0x400" }
+irq_state.idt_table: 13589.854536398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 99, address = 0xc10035f0, symbol = "irq_entries_start+0x130/0x400" }
+irq_state.idt_table: 13589.854539107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 100, address = 0xc10035f4, symbol = "irq_entries_start+0x134/0x400" }
+irq_state.idt_table: 13589.854541840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 101, address = 0xc10035f8, symbol = "irq_entries_start+0x138/0x400" }
+irq_state.idt_table: 13589.854544604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 102, address = 0xc1003600, symbol = "irq_entries_start+0x140/0x400" }
+irq_state.idt_table: 13589.854547356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 103, address = 0xc1003604, symbol = "irq_entries_start+0x144/0x400" }
+irq_state.idt_table: 13589.854550473 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 104, address = 0xc1003608, symbol = "irq_entries_start+0x148/0x400" }
+irq_state.idt_table: 13589.854553268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 105, address = 0xc100360c, symbol = "irq_entries_start+0x14c/0x400" }
+irq_state.idt_table: 13589.854556168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 106, address = 0xc1003610, symbol = "irq_entries_start+0x150/0x400" }
+irq_state.idt_table: 13589.854559099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 107, address = 0xc1003614, symbol = "irq_entries_start+0x154/0x400" }
+irq_state.idt_table: 13589.854561869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 108, address = 0xc1003618, symbol = "irq_entries_start+0x158/0x400" }
+irq_state.idt_table: 13589.854564658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 109, address = 0xc1003620, symbol = "irq_entries_start+0x160/0x400" }
+irq_state.idt_table: 13589.854567379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 110, address = 0xc1003624, symbol = "irq_entries_start+0x164/0x400" }
+irq_state.idt_table: 13589.854570120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 111, address = 0xc1003628, symbol = "irq_entries_start+0x168/0x400" }
+irq_state.idt_table: 13589.854573389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 112, address = 0xc100362c, symbol = "irq_entries_start+0x16c/0x400" }
+irq_state.idt_table: 13589.854576111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 113, address = 0xc1003630, symbol = "irq_entries_start+0x170/0x400" }
+irq_state.idt_table: 13589.854577764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 114, address = 0xc1003634, symbol = "irq_entries_start+0x174/0x400" }
+kernel.irq_entry: 13589.854625272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 13589.854651921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { jiffies = 4296292868, xtime_sec = 1262715366, xtime_nsec = 301133051, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
+kernel.softirq_raise: 13589.854672165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.irq_exit: 13589.854716730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 13589.854722451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.sched_try_wakeup: 13589.854749592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { pid = 16890, cpu_id = 0, state = 1 }
+kernel.timer_set: 13589.854777311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { expires = 1325573, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 13589.854782311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.sched_schedule: 13589.854800252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { prev_pid = 16887, next_pid = 16890, prev_state = 0 }
+fs.pollfd: 13589.854988151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 13589.854993286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 6 }
+fs.pollfd: 13589.854996820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 13589.854998975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 13589.855001216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 13589.855003119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 14 }
+fs.pollfd: 13589.855004923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 13589.855006573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 18 }
+fs.pollfd: 13589.855008315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 20 }
+fs.pollfd: 13589.855010156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 22 }
+fs.pollfd: 13589.855012095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 24 }
+fs.pollfd: 13589.855013844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 13589.855015692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 28 }
+fs.pollfd: 13589.855017760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 30 }
+fs.pollfd: 13589.855019884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 32 }
+fs.pollfd: 13589.855022224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 34 }
+fs.pollfd: 13589.855024367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 36 }
+fs.pollfd: 13589.855026190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 38 }
+fs.pollfd: 13589.855027920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 40 }
+fs.pollfd: 13589.855030087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 42 }
+fs.pollfd: 13589.855031977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 44 }
+fs.pollfd: 13589.855033688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 46 }
+fs.pollfd: 13589.855035967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 48 }
+mm.page_free: 13589.855046527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { pfn = 79372, order = 0 }
+kernel.syscall_exit: 13589.855055720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 1 }
+kernel.page_fault_entry: 13589.855076605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0x8049932, address = 0x804b1d0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.855100161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.855129131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb76db090, address = 0xb76db090, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.855140540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.855152337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb76db18f, address = 0x87281a4, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.855174047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.855181184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb76534b0, address = 0xb76534b0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.855189588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.855199704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 13589.855203651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 22, cmd = 2147808512, arg = 3076035380 }
+kernel.syscall_exit: 13589.855209913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.855213773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 13589.855215288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 22, cmd = 2147808515, arg = 3076035376 }
+kernel.syscall_exit: 13589.855224911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.855232879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb771cb70, address = 0xb7599a3b, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.855241087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.855252212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+kernel.syscall_exit: 13589.855929180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
+kernel.page_fault_entry: 13589.855956486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb765c000, address = 0xb765c000, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.855990086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.856006323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+mm.add_to_page_cache: 13589.856109591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.856494136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.856539459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.856578846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.856648638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.856703183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.856754891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.857039013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.857114285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.857195830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.857256177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.857302367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.857363200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.857449105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.857518785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.857604474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+kernel.syscall_exit: 13589.857682732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
+kernel.syscall_entry: 13589.857707514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+kernel.syscall_exit: 13589.857718714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
+kernel.syscall_entry: 13589.857722334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+mm.add_to_page_cache: 13589.857739673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.857768944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.857978762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.858046356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.858102601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.858166758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.858223238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.858327269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.858400879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.858425451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.858474585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.858498691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.858549592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.858606502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.858656751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.858746115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+kernel.syscall_exit: 13589.858802202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
+kernel.syscall_entry: 13589.858826072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+kernel.syscall_exit: 13589.858835579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
+kernel.syscall_entry: 13589.858839643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+mm.add_to_page_cache: 13589.858956641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859010276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859089556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859115157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859200311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859225462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859311472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859336113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859391331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859414998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859496217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859521382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859545062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859570104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859616578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859640676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+kernel.syscall_exit: 13589.859696984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
+kernel.syscall_entry: 13589.859717136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+kernel.syscall_exit: 13589.859726557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
+kernel.syscall_entry: 13589.859729734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+mm.add_to_page_cache: 13589.859740761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859765575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859821001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.859844798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.860027513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.860051612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.860074516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.860097519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.860125565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.860148463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.860171424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.860195498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.860245334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.860268085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.860436520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+mm.add_to_page_cache: 13589.860459209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
+kernel.syscall_exit: 13589.860487292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
+kernel.syscall_entry: 13589.860506090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 13589.860515781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 22, cmd = 1074066689, arg = 3076035380 }
+kernel.syscall_exit: 13589.860525047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.860544536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.860550729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 13589.860556757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 6 }
+fs.pollfd: 13589.860560944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 13589.860563955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 13589.860566381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 13589.860569053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 14 }
+fs.pollfd: 13589.860570986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 13589.860573216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 18 }
+fs.pollfd: 13589.860575567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 20 }
+fs.pollfd: 13589.860578344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 22 }
+fs.pollfd: 13589.860579976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 24 }
+fs.pollfd: 13589.860582204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 13589.860585264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 28 }
+fs.pollfd: 13589.860587912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 30 }
+fs.pollfd: 13589.860590080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 32 }
+fs.pollfd: 13589.860592228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 34 }
+fs.pollfd: 13589.860595417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 36 }
+fs.pollfd: 13589.860597789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 38 }
+fs.pollfd: 13589.860599900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 40 }
+fs.pollfd: 13589.860603508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 42 }
+fs.pollfd: 13589.860606236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 44 }
+fs.pollfd: 13589.860608754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 46 }
+fs.pollfd: 13589.860611673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 48 }
+kernel.sched_schedule: 13589.860649392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { prev_pid = 16890, next_pid = 1852, prev_state = 1 }
+kernel.syscall_entry: 13589.861862727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.861889350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 3808, fd = 41 }
+kernel.syscall_exit: 13589.861892460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 3808 }
+kernel.irq_entry: 13589.864174128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3077276131, handler = 0x0, irq_id = 239, kernel_mode = 0 }
+kernel.timer_itimer_expired: 13589.864256929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 1852 }
+kernel.send_signal: 13589.864298715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 1852, signal = 14 }
+kernel.irq_exit: 13589.864414783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.syscall_entry: 13589.864536066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726408, syscall_id = 119 [ptregs_sigreturn+0x0/0xc] }
+kernel.syscall_exit: 13589.864558383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.irq_entry: 13589.864752868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 13589.864771536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { jiffies = 4296292869, xtime_sec = 1262715366, xtime_nsec = 301133052, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
+kernel.softirq_raise: 13589.864793640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.irq_exit: 13589.864836303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 13589.864840183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.timer_set: 13589.864861917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325574, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 13589.864866881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.syscall_entry: 13589.864874453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
+kernel.timer_itimer_set: 13589.864893971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.864904143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.864926419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [sys_select+0x0/0x8f] }
+fs.select: 13589.864937699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.864943783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.864947921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.864960592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.864963763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.864967586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.864970832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.864974532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.864977555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.864979882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.864982432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.864985411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.864988213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.864990676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.864994672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.864998323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865002110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865005761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865008833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865012072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865015458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865018777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865022170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865025987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865028991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865032028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865035592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865038904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865041983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865045271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865048263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865051163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865054039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 13589.865057044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 0, end_time_nsec = 0 }
+kernel.syscall_exit: 13589.865060548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.865072708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
+kernel.timer_itimer_set: 13589.865074629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 13589.865081339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 13589.865378879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.865404781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 3540, fd = 41 }
+kernel.syscall_exit: 13589.865406690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 3540 }
+kernel.syscall_entry: 13589.868110052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+kernel.sched_try_wakeup: 13589.868171278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.868198801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.868340612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.868386207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 2241, next_pid = 16887, prev_state = 1 }
+irq_state.idt_table: 13589.868524818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 115, address = 0xc1003638, symbol = "irq_entries_start+0x178/0x400" }
+irq_state.idt_table: 13589.868530403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 116, address = 0xc1003640, symbol = "irq_entries_start+0x180/0x400" }
+irq_state.idt_table: 13589.868533442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 117, address = 0xc1003644, symbol = "irq_entries_start+0x184/0x400" }
+irq_state.idt_table: 13589.868536302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 118, address = 0xc1003648, symbol = "irq_entries_start+0x188/0x400" }
+irq_state.idt_table: 13589.868539144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 119, address = 0xc100364c, symbol = "irq_entries_start+0x18c/0x400" }
+irq_state.idt_table: 13589.868543578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 120, address = 0xc1003650, symbol = "irq_entries_start+0x190/0x400" }
+irq_state.idt_table: 13589.868546384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 121, address = 0xc1003654, symbol = "irq_entries_start+0x194/0x400" }
+irq_state.idt_table: 13589.868549208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 122, address = 0xc1003658, symbol = "irq_entries_start+0x198/0x400" }
+irq_state.idt_table: 13589.868551927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 123, address = 0xc1003660, symbol = "irq_entries_start+0x1a0/0x400" }
+irq_state.idt_table: 13589.868554653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 124, address = 0xc1003664, symbol = "irq_entries_start+0x1a4/0x400" }
+irq_state.idt_table: 13589.868557685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 125, address = 0xc1003668, symbol = "irq_entries_start+0x1a8/0x400" }
+irq_state.idt_table: 13589.868560502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 126, address = 0xc100366c, symbol = "irq_entries_start+0x1ac/0x400" }
+irq_state.idt_table: 13589.868563302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 127, address = 0xc1003670, symbol = "irq_entries_start+0x1b0/0x400" }
+irq_state.idt_table: 13589.868567265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 128, address = 0xc10032ac, symbol = "system_call+0x0/0x3e" }
+irq_state.idt_table: 13589.868570131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 129, address = 0xc1003678, symbol = "irq_entries_start+0x1b8/0x400" }
+irq_state.idt_table: 13589.868573028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 130, address = 0xc1003680, symbol = "irq_entries_start+0x1c0/0x400" }
+irq_state.idt_table: 13589.868575846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 131, address = 0xc1003684, symbol = "irq_entries_start+0x1c4/0x400" }
+irq_state.idt_table: 13589.868578669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 132, address = 0xc1003688, symbol = "irq_entries_start+0x1c8/0x400" }
+irq_state.idt_table: 13589.868581462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 133, address = 0xc100368c, symbol = "irq_entries_start+0x1cc/0x400" }
+irq_state.idt_table: 13589.868584261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 134, address = 0xc1003690, symbol = "irq_entries_start+0x1d0/0x400" }
+irq_state.idt_table: 13589.868587092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 135, address = 0xc1003694, symbol = "irq_entries_start+0x1d4/0x400" }
+irq_state.idt_table: 13589.868590319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 136, address = 0xc1003698, symbol = "irq_entries_start+0x1d8/0x400" }
+irq_state.idt_table: 13589.868593143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 137, address = 0xc10036a0, symbol = "irq_entries_start+0x1e0/0x400" }
+irq_state.idt_table: 13589.868596040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 138, address = 0xc10036a4, symbol = "irq_entries_start+0x1e4/0x400" }
+irq_state.idt_table: 13589.868598833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 139, address = 0xc10036a8, symbol = "irq_entries_start+0x1e8/0x400" }
+irq_state.idt_table: 13589.868601620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 140, address = 0xc10036ac, symbol = "irq_entries_start+0x1ec/0x400" }
+irq_state.idt_table: 13589.868604407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 141, address = 0xc10036b0, symbol = "irq_entries_start+0x1f0/0x400" }
+irq_state.idt_table: 13589.868607145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 142, address = 0xc10036b4, symbol = "irq_entries_start+0x1f4/0x400" }
+irq_state.idt_table: 13589.868609944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 143, address = 0xc10036b8, symbol = "irq_entries_start+0x1f8/0x400" }
+irq_state.idt_table: 13589.868612902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 144, address = 0xc10036c0, symbol = "irq_entries_start+0x200/0x400" }
+irq_state.idt_table: 13589.868615702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 145, address = 0xc10036c4, symbol = "irq_entries_start+0x204/0x400" }
+irq_state.idt_table: 13589.868618476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 146, address = 0xc10036c8, symbol = "irq_entries_start+0x208/0x400" }
+irq_state.idt_table: 13589.868621238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 147, address = 0xc10036cc, symbol = "irq_entries_start+0x20c/0x400" }
+irq_state.idt_table: 13589.868624149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 148, address = 0xc10036d0, symbol = "irq_entries_start+0x210/0x400" }
+irq_state.idt_table: 13589.868626917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 149, address = 0xc10036d4, symbol = "irq_entries_start+0x214/0x400" }
+irq_state.idt_table: 13589.868629703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 150, address = 0xc10036d8, symbol = "irq_entries_start+0x218/0x400" }
+irq_state.idt_table: 13589.868632404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 151, address = 0xc10036e0, symbol = "irq_entries_start+0x220/0x400" }
+irq_state.idt_table: 13589.868635798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 152, address = 0xc10036e4, symbol = "irq_entries_start+0x224/0x400" }
+irq_state.idt_table: 13589.868638677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 153, address = 0xc10036e8, symbol = "irq_entries_start+0x228/0x400" }
+irq_state.idt_table: 13589.868641439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 154, address = 0xc10036ec, symbol = "irq_entries_start+0x22c/0x400" }
+irq_state.idt_table: 13589.868644190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 155, address = 0xc10036f0, symbol = "irq_entries_start+0x230/0x400" }
+irq_state.idt_table: 13589.868647215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 156, address = 0xc10036f4, symbol = "irq_entries_start+0x234/0x400" }
+irq_state.idt_table: 13589.868650535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 157, address = 0xc10036f8, symbol = "irq_entries_start+0x238/0x400" }
+irq_state.idt_table: 13589.868653634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 158, address = 0xc1003700, symbol = "irq_entries_start+0x240/0x400" }
+irq_state.idt_table: 13589.868656463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 159, address = 0xc1003704, symbol = "irq_entries_start+0x244/0x400" }
+irq_state.idt_table: 13589.868659496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 160, address = 0xc1003708, symbol = "irq_entries_start+0x248/0x400" }
+irq_state.idt_table: 13589.868662541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 161, address = 0xc100370c, symbol = "irq_entries_start+0x24c/0x400" }
+irq_state.idt_table: 13589.868665340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 162, address = 0xc1003710, symbol = "irq_entries_start+0x250/0x400" }
+irq_state.idt_table: 13589.868668267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 163, address = 0xc1003714, symbol = "irq_entries_start+0x254/0x400" }
+irq_state.idt_table: 13589.868671054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 164, address = 0xc1003718, symbol = "irq_entries_start+0x258/0x400" }
+irq_state.idt_table: 13589.868674050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 165, address = 0xc1003720, symbol = "irq_entries_start+0x260/0x400" }
+irq_state.idt_table: 13589.868676898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 166, address = 0xc1003724, symbol = "irq_entries_start+0x264/0x400" }
+irq_state.idt_table: 13589.868679972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 167, address = 0xc1003728, symbol = "irq_entries_start+0x268/0x400" }
+irq_state.idt_table: 13589.868683206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 168, address = 0xc100372c, symbol = "irq_entries_start+0x26c/0x400" }
+irq_state.idt_table: 13589.868686018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 169, address = 0xc1003730, symbol = "irq_entries_start+0x270/0x400" }
+irq_state.idt_table: 13589.868688872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 170, address = 0xc1003734, symbol = "irq_entries_start+0x274/0x400" }
+irq_state.idt_table: 13589.868691861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 171, address = 0xc1003738, symbol = "irq_entries_start+0x278/0x400" }
+irq_state.idt_table: 13589.868694660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 172, address = 0xc1003740, symbol = "irq_entries_start+0x280/0x400" }
+irq_state.idt_table: 13589.868697662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 173, address = 0xc1003744, symbol = "irq_entries_start+0x284/0x400" }
+irq_state.idt_table: 13589.868700663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 174, address = 0xc1003748, symbol = "irq_entries_start+0x288/0x400" }
+irq_state.idt_table: 13589.868703468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 175, address = 0xc100374c, symbol = "irq_entries_start+0x28c/0x400" }
+irq_state.idt_table: 13589.868706555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 176, address = 0xc1003750, symbol = "irq_entries_start+0x290/0x400" }
+irq_state.idt_table: 13589.868709385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 177, address = 0xc1003754, symbol = "irq_entries_start+0x294/0x400" }
+irq_state.idt_table: 13589.868712202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 178, address = 0xc1003758, symbol = "irq_entries_start+0x298/0x400" }
+irq_state.idt_table: 13589.868715160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 179, address = 0xc1003760, symbol = "irq_entries_start+0x2a0/0x400" }
+irq_state.idt_table: 13589.868717972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 180, address = 0xc1003764, symbol = "irq_entries_start+0x2a4/0x400" }
+irq_state.idt_table: 13589.868720771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 181, address = 0xc1003768, symbol = "irq_entries_start+0x2a8/0x400" }
+irq_state.idt_table: 13589.868723577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 182, address = 0xc100376c, symbol = "irq_entries_start+0x2ac/0x400" }
+irq_state.idt_table: 13589.868726388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 183, address = 0xc1003770, symbol = "irq_entries_start+0x2b0/0x400" }
+irq_state.idt_table: 13589.868729855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 184, address = 0xc1003774, symbol = "irq_entries_start+0x2b4/0x400" }
+irq_state.idt_table: 13589.868732678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 185, address = 0xc1003778, symbol = "irq_entries_start+0x2b8/0x400" }
+irq_state.idt_table: 13589.868735484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 186, address = 0xc1003780, symbol = "irq_entries_start+0x2c0/0x400" }
+irq_state.idt_table: 13589.868738442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 187, address = 0xc1003784, symbol = "irq_entries_start+0x2c4/0x400" }
+irq_state.idt_table: 13589.868741266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 188, address = 0xc1003788, symbol = "irq_entries_start+0x2c8/0x400" }
+irq_state.idt_table: 13589.868744078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 189, address = 0xc100378c, symbol = "irq_entries_start+0x2cc/0x400" }
+irq_state.idt_table: 13589.868746931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 190, address = 0xc1003790, symbol = "irq_entries_start+0x2d0/0x400" }
+irq_state.idt_table: 13589.868749737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 191, address = 0xc1003794, symbol = "irq_entries_start+0x2d4/0x400" }
+irq_state.idt_table: 13589.868752824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 192, address = 0xc1003798, symbol = "irq_entries_start+0x2d8/0x400" }
+irq_state.idt_table: 13589.868755610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 193, address = 0xc10037a0, symbol = "irq_entries_start+0x2e0/0x400" }
+irq_state.idt_table: 13589.868759133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 194, address = 0xc10037a4, symbol = "irq_entries_start+0x2e4/0x400" }
+irq_state.idt_table: 13589.868761901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 195, address = 0xc10037a8, symbol = "irq_entries_start+0x2e8/0x400" }
+irq_state.idt_table: 13589.868764645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 196, address = 0xc10037ac, symbol = "irq_entries_start+0x2ec/0x400" }
+irq_state.idt_table: 13589.868767364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 197, address = 0xc10037b0, symbol = "irq_entries_start+0x2f0/0x400" }
+irq_state.idt_table: 13589.868770078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 198, address = 0xc10037b4, symbol = "irq_entries_start+0x2f4/0x400" }
+irq_state.idt_table: 13589.868773000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 199, address = 0xc10037b8, symbol = "irq_entries_start+0x2f8/0x400" }
+irq_state.idt_table: 13589.868776651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 200, address = 0xc10037c0, symbol = "irq_entries_start+0x300/0x400" }
+irq_state.idt_table: 13589.868779444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 201, address = 0xc10037c4, symbol = "irq_entries_start+0x304/0x400" }
+irq_state.idt_table: 13589.868782267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 202, address = 0xc10037c8, symbol = "irq_entries_start+0x308/0x400" }
+irq_state.idt_table: 13589.868785054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 203, address = 0xc10037cc, symbol = "irq_entries_start+0x30c/0x400" }
+irq_state.idt_table: 13589.868787896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 204, address = 0xc10037d0, symbol = "irq_entries_start+0x310/0x400" }
+irq_state.idt_table: 13589.868790775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 205, address = 0xc10037d4, symbol = "irq_entries_start+0x314/0x400" }
+irq_state.idt_table: 13589.868793519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 206, address = 0xc10037d8, symbol = "irq_entries_start+0x318/0x400" }
+irq_state.idt_table: 13589.868796458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 207, address = 0xc10037e0, symbol = "irq_entries_start+0x320/0x400" }
+irq_state.idt_table: 13589.868799515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 208, address = 0xc10037e4, symbol = "irq_entries_start+0x324/0x400" }
+irq_state.idt_table: 13589.868802284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 209, address = 0xc10037e8, symbol = "irq_entries_start+0x328/0x400" }
+irq_state.idt_table: 13589.868805353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 210, address = 0xc10037ec, symbol = "irq_entries_start+0x32c/0x400" }
+irq_state.idt_table: 13589.868808091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 211, address = 0xc10037f0, symbol = "irq_entries_start+0x330/0x400" }
+irq_state.idt_table: 13589.868810853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 212, address = 0xc10037f4, symbol = "irq_entries_start+0x334/0x400" }
+irq_state.idt_table: 13589.868813560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 213, address = 0xc10037f8, symbol = "irq_entries_start+0x338/0x400" }
+irq_state.idt_table: 13589.868816322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 214, address = 0xc1003800, symbol = "irq_entries_start+0x340/0x400" }
+irq_state.idt_table: 13589.868819036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 215, address = 0xc1003804, symbol = "irq_entries_start+0x344/0x400" }
+irq_state.idt_table: 13589.868822429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 216, address = 0xc1003808, symbol = "irq_entries_start+0x348/0x400" }
+irq_state.idt_table: 13589.868825222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 217, address = 0xc100380c, symbol = "irq_entries_start+0x34c/0x400" }
+irq_state.idt_table: 13589.868828051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 218, address = 0xc1003810, symbol = "irq_entries_start+0x350/0x400" }
+irq_state.idt_table: 13589.868830857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 219, address = 0xc1003814, symbol = "irq_entries_start+0x354/0x400" }
+irq_state.idt_table: 13589.868921251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 220, address = 0xc1003818, symbol = "irq_entries_start+0x358/0x400" }
+irq_state.idt_table: 13589.868925416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 221, address = 0xc1003820, symbol = "irq_entries_start+0x360/0x400" }
+irq_state.idt_table: 13589.868928221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 222, address = 0xc1003824, symbol = "irq_entries_start+0x364/0x400" }
+irq_state.idt_table: 13589.868931094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 223, address = 0xc1003828, symbol = "irq_entries_start+0x368/0x400" }
+irq_state.idt_table: 13589.868934126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 224, address = 0xc100382c, symbol = "irq_entries_start+0x36c/0x400" }
+irq_state.idt_table: 13589.868936894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 225, address = 0xc1003830, symbol = "irq_entries_start+0x370/0x400" }
+irq_state.idt_table: 13589.868939682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 226, address = 0xc1003834, symbol = "irq_entries_start+0x374/0x400" }
+irq_state.idt_table: 13589.868942469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 227, address = 0xc1003838, symbol = "irq_entries_start+0x378/0x400" }
+irq_state.idt_table: 13589.868945237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 228, address = 0xc1003840, symbol = "irq_entries_start+0x380/0x400" }
+irq_state.idt_table: 13589.868947987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 229, address = 0xc1003844, symbol = "irq_entries_start+0x384/0x400" }
+irq_state.idt_table: 13589.868950707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 230, address = 0xc1003848, symbol = "irq_entries_start+0x388/0x400" }
+irq_state.idt_table: 13589.868953659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 231, address = 0xc100384c, symbol = "irq_entries_start+0x38c/0x400" }
+irq_state.idt_table: 13589.868957070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 232, address = 0xc1003850, symbol = "irq_entries_start+0x390/0x400" }
+irq_state.idt_table: 13589.868959840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 233, address = 0xc1003854, symbol = "irq_entries_start+0x394/0x400" }
+irq_state.idt_table: 13589.868962779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 234, address = 0xc1003858, symbol = "irq_entries_start+0x398/0x400" }
+irq_state.idt_table: 13589.868966834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 235, address = 0xc1003a40, symbol = "mce_self_interrupt+0x0/0x30" }
+irq_state.idt_table: 13589.868970369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 236, address = 0xc10039b0, symbol = "perf_pending_interrupt+0x0/0x30" }
+irq_state.idt_table: 13589.868973284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 237, address = 0xc10038f0, symbol = "generic_interrupt+0x0/0x30" }
+irq_state.idt_table: 13589.868976113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 238, address = 0xc100386c, symbol = "irq_entries_start+0x3ac/0x400" }
+irq_state.idt_table: 13589.868979237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 239, address = 0xc1003920, symbol = "apic_timer_interrupt+0x0/0x30" }
+irq_state.idt_table: 13589.868982251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 240, address = 0xc1003874, symbol = "irq_entries_start+0x3b4/0x400" }
+irq_state.idt_table: 13589.868985056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 241, address = 0xc1003878, symbol = "irq_entries_start+0x3b8/0x400" }
+irq_state.idt_table: 13589.868987849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 242, address = 0xc1003880, symbol = "irq_entries_start+0x3c0/0x400" }
+irq_state.idt_table: 13589.868990612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 243, address = 0xc1003884, symbol = "irq_entries_start+0x3c4/0x400" }
+irq_state.idt_table: 13589.868993356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 244, address = 0xc1003888, symbol = "irq_entries_start+0x3c8/0x400" }
+irq_state.idt_table: 13589.868996167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 245, address = 0xc100388c, symbol = "irq_entries_start+0x3cc/0x400" }
+irq_state.idt_table: 13589.868999114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 246, address = 0xc1003890, symbol = "irq_entries_start+0x3d0/0x400" }
+irq_state.idt_table: 13589.869001907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 247, address = 0xc1003894, symbol = "irq_entries_start+0x3d4/0x400" }
+irq_state.idt_table: 13589.869005097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 248, address = 0xc1003898, symbol = "irq_entries_start+0x3d8/0x400" }
+irq_state.idt_table: 13589.869007994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 249, address = 0xc1003a10, symbol = "threshold_interrupt+0x0/0x30" }
+irq_state.idt_table: 13589.869010751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 250, address = 0xc10039e0, symbol = "thermal_interrupt+0x0/0x30" }
+irq_state.idt_table: 13589.869013758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 251, address = 0xc10038a8, symbol = "irq_entries_start+0x3e8/0x400" }
+irq_state.idt_table: 13589.869016570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 252, address = 0xc10038ac, symbol = "irq_entries_start+0x3ec/0x400" }
+irq_state.idt_table: 13589.869019284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 253, address = 0xc10038b0, symbol = "irq_entries_start+0x3f0/0x400" }
+irq_state.idt_table: 13589.869021978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 254, address = 0xc1003950, symbol = "error_interrupt+0x0/0x30" }
+irq_state.idt_table: 13589.869024900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 255, address = 0xc1003980, symbol = "spurious_interrupt+0x0/0x30" }
+kernel.timer_set: 13589.869037915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { expires = 1325573, function = 0xc103b8db, data = 3246882648 }
+kernel.printk: 13589.869052175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { ip = 0xC1421E18 }
+kernel.vprintk: 13589.869070661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { loglevel = 7, string = "LTT state dump end", ip = 0xC158363B }
+global_state.statedump_end: 13589.869106774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/global_state_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL
+mm.page_free: 13589.869116127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 79374, order = 0 }
+mm.page_free: 13589.869123887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 223091, order = 0 }
+fs.write: 13589.869131892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { count = 1, fd = 4 }
+kernel.syscall_exit: 13589.869136725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 13589.869158947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7764416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 13589.869163479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { fd = 4 }
+kernel.syscall_exit: 13589.869328532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.869384625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, TRAP { ip = 0xb7772fc0, address = 0xb7749b38, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.869431868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 13589.869448847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7764416, syscall_id = 252 [sys_exit_group+0x0/0x14] }
+mm.page_free: 13589.869502405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 156444, order = 0 }
+mm.page_free: 13589.869509731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 123809, order = 0 }
+mm.page_free: 13589.869519218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 166833, order = 0 }
+mm.page_free: 13589.869525257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 30747, order = 0 }
+mm.page_free: 13589.869622542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 213832, order = 0 }
+mm.page_free: 13589.869629224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 108940, order = 0 }
+mm.page_free: 13589.870298604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 27323, order = 0 }
+mm.page_free: 13589.870305470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 54930, order = 0 }
+mm.page_free: 13589.870311926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 105861, order = 0 }
+mm.page_free: 13589.870318046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 152049, order = 0 }
+mm.page_free: 13589.870323821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 107793, order = 0 }
+mm.page_free: 13589.870384392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 53988, order = 0 }
+mm.page_free: 13589.870420242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 73971, order = 0 }
+mm.page_free: 13589.870426048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 158640, order = 0 }
+mm.page_free: 13589.870431598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 29207, order = 0 }
+mm.page_free: 13589.870437398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 69588, order = 0 }
+mm.page_free: 13589.870624814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 164866, order = 0 }
+mm.page_free: 13589.870659500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 135416, order = 0 }
+mm.page_free: 13589.870666832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 170752, order = 0 }
+mm.page_free: 13589.870672674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 104244, order = 0 }
+mm.page_free: 13589.870678402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 217066, order = 0 }
+mm.page_free: 13589.870687002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 25242, order = 0 }
+mm.page_free: 13589.870700672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 215269, order = 0 }
+mm.page_free: 13589.870708274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 224201, order = 0 }
+mm.page_free: 13589.870719434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 215158, order = 0 }
+mm.page_free: 13589.870726312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 215191, order = 0 }
+kernel.process_exit: 13589.870869076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pid = 16887 }
+kernel.send_signal: 13589.870924372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pid = 30068, signal = 17 }
+kernel.sched_try_wakeup: 13589.870950582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pid = 30068, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.870965674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { prev_pid = 16887, next_pid = 30068, prev_state = 0 }
+mm.page_free: 13589.871037723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { pfn = 215287, order = 0 }
+kernel.syscall_exit: 13589.871155931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 16887 }
+kernel.syscall_entry: 13589.871243324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 13589.871247471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.871255636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 13589.871258655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { fd = 255, cmd = 21520, arg = 3220511636 }
+kernel.syscall_exit: 13589.871269919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.871273337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 13589.871275107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.871279002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 13589.871280478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { fd = 255, cmd = 21505, arg = 3220511848 }
+kernel.syscall_exit: 13589.871286218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.871329534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 13589.871331347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.871348345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 7 [sys_waitpid+0x0/0x17] }
+kernel.process_wait: 13589.871350151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { pid = 0 }
+kernel.syscall_exit: 13589.871352521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = -10 }
+kernel.syscall_entry: 13589.871355743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f408, syscall_id = 119 [ptregs_sigreturn+0x0/0xc] }
+kernel.syscall_exit: 13589.871358377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.871376545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0xb7647a66, address = 0x92bf008, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.871415028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.871480144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80b382d, address = 0x8112460, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.871514634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 13589.871536770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 13589.871539129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.871547324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 42 [sys_pipe+0x0/0xe] }
+kernel.syscall_exit: 13589.871593537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.871606149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 120 [ptregs_clone+0x0/0xc] }
+kernel.process_fork: 13589.873239052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { parent_pid = 30068, child_pid = 16891, child_tgid = 16891 }
+kernel.sched_wakeup_new_task: 13589.873251706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { pid = 16891, state = 0, cpu_id = 0 }
+kernel.syscall_exit: 13589.873257281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 16891 }
+kernel.page_fault_entry: 13589.873267938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0xb766b79d, address = 0xbff51c28, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.873334628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.873347589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0xb766b8e2, address = 0xb75d172c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.873399836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.873412735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0xb763bbd9, address = 0xb771633c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.873464969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.873480968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x8087608, address = 0x810ee70, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.873534668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 13589.873542997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 57 [sys_setpgid+0x0/0x175] }
+kernel.syscall_exit: 13589.873548878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.873553746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80edc4d, address = 0x8111b5a, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.873610104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.873627725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80edcd2, address = 0x92c7aa0, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.873682674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.873692039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x808741a, address = 0x81097f4, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.873745547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 13589.873753608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 13589.873755923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.873761368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80edae6, address = 0x92c6c88, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.873815134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.873829185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x8098934, address = 0x92b0cd8, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.873883417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.873896200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x807e760, address = 0x92b625c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.874057547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.874071205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x8074895, address = 0x92ba428, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.874126350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.874134918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80748bf, address = 0x92b25ec, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.874188862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.874197805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80749a8, address = 0x92b97a8, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.874270730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.874279998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80edaf8, address = 0x92b3ca8, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.874337316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.874347392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x809b579, address = 0x81101dc, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.874401666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.874411313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x8077893, address = 0x810d878, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.874466010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 13589.874474683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 13589.874477072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.874480711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 13589.874482891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { fd = 3 }
+kernel.syscall_exit: 13589.874485543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.874488629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 13589.874489842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { fd = 4 }
+kernel.syscall_exit: 13589.874491478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.874495888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80886d3, address = 0x810fee8, trap_id = 14, write_access = 1 }
+kernel.irq_entry: 13589.874592717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.irq_exit: 13589.874607626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { handled = 1 }
+kernel.page_fault_exit: 13589.874612330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 13589.874625132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 13589.874627368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { fd = 255, cmd = 21519, arg = 3220511632 }
+kernel.syscall_exit: 13589.874631514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.874635141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 13589.874637143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.874640083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 13589.874641516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { fd = 255, cmd = 21520, arg = 3220511348 }
+kernel.syscall_exit: 13589.874644641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.874647648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 13589.874649344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.874652272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 13589.874653877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.874657068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 13589.874658728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.874662409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 7 [sys_waitpid+0x0/0x17] }
+kernel.process_wait: 13589.874664265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { pid = 0 }
+kernel.sched_schedule: 13589.874676166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 30068, next_pid = 1852, prev_state = 1 }
+fs.read: 13589.874863207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 3540, fd = 41 }
+kernel.syscall_exit: 13589.874864941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 1428 }
+kernel.irq_entry: 13589.874962028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3238019438, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 13589.874976268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { jiffies = 4296292870, xtime_sec = 1262715366, xtime_nsec = 301133053, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
+kernel.softirq_raise: 13589.874988420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_raise: 13589.874994675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+kernel.sched_try_wakeup: 13589.875002858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 1283, cpu_id = 0, state = 1 }
+kernel.irq_exit: 13589.875027346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { handled = 1 }
+kernel.softirq_entry: 13589.875030727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.timer_set: 13589.875043400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325575, function = 0xc141d458, data = 0 }
+kernel.sched_try_wakeup: 13589.875051840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { pid = 5, cpu_id = 0, state = 1 }
+kernel.softirq_exit: 13589.875139448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_entry: 13589.875141199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+rcu.tree_callback: 13589.875185428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc10acb19 }
+kernel.softirq_exit: 13589.875188846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+kernel.sched_schedule: 13589.875198695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 1283, prev_state = 0 }
+fs.read: 13589.875354830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 4095, fd = 19 }
+kernel.syscall_exit: 13589.875356808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 37 }
+kernel.syscall_entry: 13589.875371857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 13589.875374871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.875393049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb76fc6a3, syscall_id = 240 [sys_futex+0x0/0x111] }
+kernel.sched_try_wakeup: 13589.875403512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { pid = 16858, cpu_id = 0, state = 1 }
+kernel.syscall_exit: 13589.875406997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 13589.875412264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [sys_sched_yield+0x0/0x32] }
+kernel.sched_schedule: 13589.875422873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 5, 5, events/0, , 2, 0x0, SYSCALL { prev_pid = 1283, next_pid = 5, prev_state = 0 }
+kernel.sched_schedule: 13589.875481741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 5, next_pid = 16858, prev_state = 1 }
+kernel.syscall_exit: 13589.875508741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.875514755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 240 [sys_futex+0x0/0x111] }
+kernel.syscall_exit: 13589.875516678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.875520439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [sys_sched_yield+0x0/0x32] }
+kernel.syscall_exit: 13589.875528904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.875562182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [sys_write+0x0/0x9d] }
+fs.write: 13589.875598711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 66, fd = 4 }
+kernel.syscall_exit: 13589.875600206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 66 }
+kernel.syscall_entry: 13589.875610717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [sys_write+0x0/0x9d] }
+fs.write: 13589.875642506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 66, fd = 6 }
+kernel.syscall_exit: 13589.875644013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 66 }
+kernel.syscall_entry: 13589.875655387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [sys_write+0x0/0x9d] }
+fs.write: 13589.875681958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 66, fd = 16 }
+kernel.syscall_exit: 13589.875683372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 66 }
+kernel.syscall_entry: 13589.875695157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 13 [sys_time+0x0/0x27] }
+kernel.syscall_exit: 13589.875696792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 1262715366 }
+kernel.syscall_entry: 13589.875700995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [sys_sched_yield+0x0/0x32] }
+kernel.sched_schedule: 13589.875710182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16858, next_pid = 1283, prev_state = 0 }
+kernel.syscall_exit: 13589.875734431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.875740177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 3 [sys_read+0x0/0x9d] }
+kernel.sched_schedule: 13589.875749290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 1283, next_pid = 16858, prev_state = 1 }
+kernel.syscall_exit: 13589.875771378 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.875776296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb76e7e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.875779022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.875782281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.875784890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.875787866 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 240 [sys_futex+0x0/0x111] }
+kernel.sched_schedule: 13589.875799093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { prev_pid = 16858, next_pid = 1852, prev_state = 1 }
+kernel.syscall_entry: 13589.876454079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.876459225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.876460583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.876466323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [sys_writev+0x0/0xcd] }
+kernel.sched_try_wakeup: 13589.876481232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.876489831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.876639344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.876655643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 13589.876722657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.876729193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.876730461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 64 }
+kernel.syscall_entry: 13589.876906060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.876908597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.876909865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.877158745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.877161857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.877165268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 13589.877174462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [sys_writev+0x0/0xcd] }
+fs.writev: 13589.877182264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 13589.877183797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 16 }
+kernel.syscall_entry: 13589.877190841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.877192439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.877203911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { prev_pid = 2241, next_pid = 16887, prev_state = 1 }
+kernel.sched_schedule: 13589.877241078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 16887, next_pid = 1852, prev_state = 64 }
+fs.writev: 13589.877610341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
+kernel.syscall_exit: 13589.877614977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 64 }
+kernel.syscall_entry: 13589.877631632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.877636286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.877642332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
+kernel.timer_itimer_set: 13589.877646209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.877658154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.877674489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [sys_select+0x0/0x8f] }
+fs.select: 13589.877683529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.877686492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 785039963 }
+kernel.irq_entry: 13589.877727743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.sched_try_wakeup: 13589.877751454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 2806, cpu_id = 0, state = 1 }
+kernel.irq_exit: 13589.877769940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { handled = 1 }
+kernel.sched_schedule: 13589.877783807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2806, prev_state = 0 }
+fs.pollfd: 13589.878029802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.878034494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
+fs.pollfd: 13589.878038224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
+fs.pollfd: 13589.878040588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
+fs.pollfd: 13589.878043400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
+fs.pollfd: 13589.878046089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
+fs.pollfd: 13589.878048710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
+kernel.syscall_exit: 13589.878054425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.878088419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 13589.878091898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.878127381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.878137512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 13589.878138743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.878146032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 13589.878149309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.878162851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.878165282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.878166790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
+fs.pollfd: 13589.878168186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
+fs.pollfd: 13589.878169509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
+fs.pollfd: 13589.878170856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
+fs.pollfd: 13589.878172179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
+fs.pollfd: 13589.878173459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
+kernel.syscall_exit: 13589.878174924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.878191357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.878193679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 13589.878194929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.878199859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 13589.878202247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.878207050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.878208704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.878210192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
+fs.pollfd: 13589.878211533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
+fs.pollfd: 13589.878212770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
+fs.pollfd: 13589.878214075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
+fs.pollfd: 13589.878215367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
+fs.pollfd: 13589.878216660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
+kernel.syscall_exit: 13589.878218106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.878273764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.878276416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 13589.878277666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.878281819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 13589.878284293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.878289824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.878291680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.878293254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
+fs.pollfd: 13589.878294566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
+fs.pollfd: 13589.878295857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
+fs.pollfd: 13589.878297211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
+fs.pollfd: 13589.878298576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
+fs.pollfd: 13589.878299869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
+kernel.syscall_exit: 13589.878301272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.878304959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 13589.878307238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.878318214 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.878320468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 13589.878321681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.878325816 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 13589.878328559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.878334745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.878339983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.878342255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
+fs.pollfd: 13589.878343743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
+fs.pollfd: 13589.878345158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
+fs.pollfd: 13589.878346640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
+fs.pollfd: 13589.878348080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
+fs.pollfd: 13589.878349562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
+kernel.sched_schedule: 13589.878374675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { prev_pid = 2806, next_pid = 16891, prev_state = 1 }
+kernel.page_fault_entry: 13589.878817328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xc142b6ad, address = 0xb75d1728, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.878858777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { res = 8 }
+kernel.syscall_exit: 13589.878883907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.878891056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb776f416, address = 0xb776f416, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.878907857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 13589.878936087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb766b795, address = 0xb766b795, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879001705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.879014433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb766b79d, address = 0xbff51c28, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.879032698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.879049786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb766b7f1, address = 0xb778d288, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.879114854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.879125101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb763bb20, address = 0xb763bb20, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879137676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.879147500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb76daf36, address = 0xb76daf36, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879159352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.879172956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb766b813, address = 0xb771636c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.879183412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.879189200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb766b89f, address = 0xb7717340, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.879241460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.879254892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80872a3, address = 0x80872a3, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879276072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.879298765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80615fc, address = 0x80615fc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879313251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.879330352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb766c3f0, address = 0xb766c3f0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879337574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.879347521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80623f0, address = 0x80623f0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879353922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.879365247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb75fcb30, address = 0xb75fcb30, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879372964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.879383456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb75e898f, address = 0xb75e898f, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879389919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.879406028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 13589.879419883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.879429615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8087536, address = 0x810ee70, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.879440916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.879446049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8084d10, address = 0x8084d10, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879456376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.879465521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x809c350, address = 0x809c350, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879479400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.879490554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb75fd3e0, address = 0xb75fd3e0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879497488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.879511538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
+kernel.syscall_exit: 13589.879515850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.879519550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
+kernel.syscall_exit: 13589.879521136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.879524474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
+kernel.syscall_exit: 13589.879526012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.879529859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 57 [sys_setpgid+0x0/0x175] }
+kernel.syscall_exit: 13589.879537142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.879546403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8085c70, address = 0x8085c70, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879556509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.879565121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 13589.879567436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.879573604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7698b00, address = 0xb7698b00, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879581573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.879590785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb76994b0, address = 0xb76994b0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879597186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.879605369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 13589.879619695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { fd = 255, cmd = 21520, arg = 3220511524 }
+kernel.syscall_exit: 13589.879645781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.879651368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8085d15, address = 0x81097e4, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.879662809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 13589.879667006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 13589.879669155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.879675323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb76922e0, address = 0xb76922e0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879682710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.879691255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 13589.879694366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { fd = 4 }
+kernel.syscall_exit: 13589.879869017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.879877916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.879882810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { count = 1, fd = 3 }
+kernel.syscall_exit: 13589.879884005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.879890455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8070800, address = 0x8070800, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879903311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.879913044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 13589.879914648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { fd = 3 }
+kernel.syscall_exit: 13589.879972806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.879979090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x807a707, address = 0x807a707, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.879990274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.879999462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8099a70, address = 0x8099a70, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880008601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.880022677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
+kernel.syscall_exit: 13589.880025733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.880030835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8099acc, address = 0x81121e8, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.880086279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.880095804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8099ad3, address = 0x8110008, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.880106578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 13589.880111000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
+kernel.syscall_exit: 13589.880113065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.880117101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
+kernel.syscall_exit: 13589.880118858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.880122148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
+kernel.syscall_exit: 13589.880123979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.880129387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8075290, address = 0x8075290, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880139243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880195680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x807a5fb, address = 0x8111d84, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.880206852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.880212315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80ce5c0, address = 0x80ce5c0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880239541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880248704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80aaf50, address = 0x80aaf50, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880257684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880276126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80b1950, address = 0x80b1950, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880285270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880294758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80ee5b0, address = 0x80ee5b0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880303842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880312478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80edba0, address = 0x80edba0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880318322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880326529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80edbd9, address = 0x8108dc4, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880332997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880346484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80edcd2, address = 0x92c7aa0, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.880360615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.880372216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7783b70, address = 0xb7783b70, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880381367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880392074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb777dea0, address = 0xb777dea0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880398406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880407963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb77871eb, address = 0xb77871eb, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880413714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880425596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb777def2, address = 0x80500ed, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880434869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880443739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb777df10, address = 0x805feae, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880449515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880463247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7779160, address = 0xb7779160, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880469751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880479638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7779185, address = 0x8058dea, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880490865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880500695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778da0, address = 0xb7778da0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880507097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880516823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778e8e, address = 0x804c6cc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880525698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880534592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb777ee10, address = 0xb777ee10, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880540662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880550254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7786b60, address = 0xb7786b60, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880556158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880565138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7786b70, address = 0x8057e12, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880574332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880583403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7786b74, address = 0xb778a0e3, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880589706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880608417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778e8e, address = 0xb771f404, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880627350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880640758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778e8e, address = 0xb771a190, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880655330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880665283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778e8e, address = 0xb75d25c0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880672676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880682017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778ffd, address = 0xb75d3434, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880688699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880696803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb777901d, address = 0xb75d5084, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880703400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880711693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778be0, address = 0xb75dba0c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880718020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880726172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7786b70, address = 0xb75e33e5, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880732083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880740492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778c45, address = 0xb75e53fc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880861224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880872445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7786b70, address = 0xb75e4766, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.880879018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.880889528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb77793f7, address = 0xb7719195, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.880953308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 13589.880966501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 11 [ptregs_execve+0x0/0xc] }
+kernel.page_fault_get_user_entry: 13589.881280150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { address = 0xbfffffe6, write_access = 1 }
+kernel.page_fault_get_user_exit: 13589.881297912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { res = 0 }
+mm.page_free: 13589.881831602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 212199, order = 0 }
+mm.page_free: 13589.881890838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 163934, order = 0 }
+mm.page_free: 13589.881899205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 212104, order = 0 }
+mm.page_free: 13589.881904748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 106073, order = 0 }
+mm.page_free: 13589.881910750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 169976, order = 0 }
+mm.page_free: 13589.881917010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 15110, order = 0 }
+mm.page_free: 13589.881923350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 166833, order = 0 }
+mm.page_free: 13589.881948352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 55663, order = 0 }
+mm.page_free: 13589.881958556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 169002, order = 0 }
+mm.page_free: 13589.881965025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 64379, order = 0 }
+mm.page_free: 13589.881978040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 189298, order = 0 }
+mm.page_free: 13589.881993415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 24610, order = 0 }
+mm.page_free: 13589.882115010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 159988, order = 0 }
+mm.page_free: 13589.882164108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 100470, order = 0 }
+mm.page_free: 13589.882170080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 34676, order = 0 }
+mm.page_free: 13589.882337216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 88915, order = 0 }
+mm.page_free: 13589.882433906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 102782, order = 0 }
+mm.page_free: 13589.882440558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 30747, order = 0 }
+mm.page_free: 13589.882451711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 123809, order = 0 }
+mm.page_free: 13589.882553718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 213832, order = 0 }
+mm.page_free: 13589.882587620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 59881, order = 0 }
+mm.page_free: 13589.882645147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 215191, order = 0 }
+mm.page_free: 13589.882651818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 215158, order = 0 }
+mm.page_free: 13589.882718948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 224201, order = 0 }
+mm.page_free: 13589.882726954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 215269, order = 0 }
+mm.page_free: 13589.882747945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 215287, order = 0 }
+fs.close: 13589.882807781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { fd = 255 }
+mm.page_free: 13589.883091605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 79374, order = 0 }
+kernel.page_fault_entry: 13589.883200304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xc142b8ac, address = 0x804c500, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.883235335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { res = 512 }
+kernel.page_fault_entry: 13589.883295943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xc142b8ac, address = 0xb786a5bc, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.883399090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { res = 512 }
+kernel.page_fault_entry: 13589.883428356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xc142b9d2, address = 0xbf8156cb, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.883435673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { res = 0 }
+fs.exec: 13589.883470952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { filename = "/usr/local/bin/lttctl" }
+kernel.syscall_exit: 13589.883477560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.883484877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb784d850, address = 0xb784d850, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883494908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.883504591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78641eb, address = 0xb78641eb, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883510411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.883518703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb784dab7, address = 0xb7869ff4, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883524330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.883532361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb784db34, address = 0xb7869f38, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.883573583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.883583701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7855b00, address = 0xb7855b00, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883589695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.883598136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7861840, address = 0xb7861840, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883603701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.883612725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78623f0, address = 0xb78623f0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883618210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.883626453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb786240b, syscall_id = 45 [sys_brk+0x0/0xd3] }
+kernel.syscall_exit: 13589.883628049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 148353024 }
+kernel.page_fault_entry: 13589.883632439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7863be0, address = 0xb7863be0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883638446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.883647334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb784edf0, address = 0xb784edf0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883653010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.883662389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb784f01e, address = 0xb784f01e, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883668744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.883677115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7856f20, address = 0xb7856f20, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883682718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.883690867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7863beb, address = 0xb78670e3, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883696340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.883704301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857118, address = 0xb7857118, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883709929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.883721407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb784f11a, address = 0x8048034, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883732040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.883744878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb784f49d, address = 0xb784c01c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883751413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 13589.883761866 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7860c60, address = 0xb7860c60, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883767685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.883776499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7854e90, address = 0xb7854e90, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883781984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.883791350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78635e1, syscall_id = 33 [sys_access+0x0/0x13] }
+kernel.syscall_exit: 13589.883903068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -2 }
+kernel.syscall_entry: 13589.883912472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 13589.883917043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216045056 }
+kernel.page_fault_entry: 13589.883921906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7854f6e, address = 0xb784a00c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.883940043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 13589.883950913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785bd70, address = 0xb785bd70, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883957539 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.883966775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7850469, address = 0xb7850469, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.883972701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.883981465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78635e1, syscall_id = 33 [sys_access+0x0/0x13] }
+kernel.syscall_exit: 13589.884015240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -2 }
+kernel.page_fault_entry: 13589.884021675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7859700, address = 0xb7859700, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884029525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.884038215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785a19f, address = 0xb785a19f, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884043991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.884055196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785448c, address = 0xbf814f14, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.884073531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 13589.884087475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785c480, address = 0xb785c480, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884094425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.884102685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78634a4, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 13589.884129412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 3, filename = "/etc/ld.so.cache" }
+kernel.syscall_exit: 13589.884132455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 3 }
+kernel.syscall_entry: 13589.884136704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb786346e, syscall_id = 197 [sys_fstat64+0x0/0x23] }
+kernel.syscall_exit: 13589.884140169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.884143263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 13589.884149144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216139264 }
+kernel.syscall_entry: 13589.884152355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78634dd, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 13589.884154567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 3 }
+kernel.syscall_exit: 13589.884156728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.884161399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78554fe, address = 0xb7833000, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884170206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.884179206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7855957, address = 0xb7836550, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884185703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.884193392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78635e1, syscall_id = 33 [sys_access+0x0/0x13] }
+kernel.syscall_exit: 13589.884222248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -2 }
+kernel.page_fault_entry: 13589.884228125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78555fc, address = 0xb7839c5c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884235528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.884243515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78553b7, address = 0xb784394c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884249385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.884256851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7855637, address = 0xb78380e4, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884262982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.884270409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78553b7, address = 0xb7840547, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884276340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.884284607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78553b7, address = 0xb7841d49, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884294894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.884305290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7852260, address = 0xb7852260, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884336937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.884345197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78634a4, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 13589.884368427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 3, filename = "/usr/local/lib/liblttctl.so.0" }
+kernel.syscall_exit: 13589.884370768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 3 }
+kernel.syscall_entry: 13589.884374935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863524, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.884393208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 512, fd = 3 }
+kernel.syscall_exit: 13589.884394475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 512 }
+kernel.page_fault_entry: 13589.884400078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7851a80, address = 0xb7851a80, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884406997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.884415754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78640bf, address = 0xb784b838, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.884429457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
+kernel.syscall_entry: 13589.884438401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb786346e, syscall_id = 197 [sys_fstat64+0x0/0x23] }
+kernel.syscall_exit: 13589.884440798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.884446685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7853028, address = 0xb7853028, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884452828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.884459642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 13589.884463605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216159744 }
+kernel.syscall_entry: 13589.884467090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 13589.884476586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216147456 }
+kernel.page_fault_entry: 13589.884481735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7863fcf, address = 0xb7831b48, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.884503877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.884512654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 13589.884517827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216143360 }
+kernel.syscall_entry: 13589.884521685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78634dd, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 13589.884523330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 3 }
+kernel.syscall_exit: 13589.884525026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.884529511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7855b29, address = 0xb782e248, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884535858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.884545268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78635e1, syscall_id = 33 [sys_access+0x0/0x13] }
+kernel.syscall_exit: 13589.884573795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -2 }
+kernel.page_fault_entry: 13589.884579906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7855637, address = 0xb783b7d4, trap_id = 14, write_access = 0 }
+kernel.irq_entry: 13589.884621974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.irq_exit: 13589.884640893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { handled = 1 }
+kernel.page_fault_exit: 13589.884646607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.884656445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78553b7, address = 0xb7846eb1, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884663358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.884672010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7855637, address = 0xb783c584, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884677848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.884685600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78553b7, address = 0xb78487ad, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884691400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.884698860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78553b7, address = 0xb7847b0a, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884704451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.884712804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78634a4, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 13589.884731512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 3, filename = "/lib/i686/cmov/libc.so.6" }
+kernel.syscall_exit: 13589.884734307 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 3 }
+kernel.syscall_entry: 13589.884738133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863524, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.884762717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 512, fd = 3 }
+kernel.syscall_exit: 13589.884764169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 512 }
+kernel.syscall_entry: 13589.884768816 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb786346e, syscall_id = 197 [sys_fstat64+0x0/0x23] }
+kernel.syscall_exit: 13589.884770704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.884777207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785d9a0, address = 0xb785d9a0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.884784007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.884791952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 13589.884796741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1217499136 }
+kernel.syscall_entry: 13589.884800299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 13589.884806896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216184320 }
+kernel.page_fault_entry: 13589.884811592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7863fcf, address = 0xb782a99c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.884844889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.884854124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 13589.884859187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216172032 }
+kernel.page_fault_entry: 13589.884863858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78532ee, address = 0xb7829d7c, trap_id = 14, write_access = 0 }
+kernel.irq_entry: 13589.884994803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 13589.885023424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { jiffies = 4296292871, xtime_sec = 1262715366, xtime_nsec = 301133054, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
+kernel.softirq_raise: 13589.885042747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_raise: 13589.885051964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+kernel.sched_try_wakeup: 13589.885082448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { pid = 2259, cpu_id = 0, state = 1 }
+kernel.irq_exit: 13589.885096244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { handled = 1 }
+kernel.softirq_entry: 13589.885099877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.timer_set: 13589.885115975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { expires = 1325576, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 13589.885119018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_entry: 13589.885120603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+rcu.tree_callback: 13589.885168154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10acb19 }
+rcu.tree_callback: 13589.885170944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10acb19 }
+rcu.tree_callback: 13589.885172608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10acb19 }
+rcu.tree_callback: 13589.885174186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10acb19 }
+rcu.tree_callback: 13589.885193142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10bdc5f }
+rcu.tree_callback: 13589.885197216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc103c96c }
+rcu.tree_callback: 13589.885198857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc102b275 }
+kernel.process_free: 13589.885201707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { pid = 16887 }
+mm.page_free: 13589.885207875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { pfn = 215404, order = 1 }
+kernel.softirq_exit: 13589.885214086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+kernel.page_fault_exit: 13589.885218130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.sched_schedule: 13589.885227259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { prev_pid = 16891, next_pid = 2259, prev_state = 0 }
+fs.pollfd: 13589.885363350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 13589.885366723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.885369947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 11 }
+kernel.syscall_exit: 13589.885374704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.885389821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 13589.885393027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.885402691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 13 [sys_time+0x0/0x27] }
+kernel.syscall_exit: 13589.885404076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 1262715366 }
+kernel.syscall_entry: 13589.885418827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.885493794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 12 }
+kernel.syscall_exit: 13589.885495193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 857 }
+kernel.syscall_entry: 13589.885520074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.885521732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 12 }
+kernel.syscall_exit: 13589.885522938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.885528490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
+fs.llseek: 13589.885531415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 12, offset = 0, origin = 0 }
+kernel.syscall_exit: 13589.885533211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.885602364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 13589.885627426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 14, filename = "/proc/loadavg" }
+kernel.syscall_exit: 13589.885629687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 14 }
+kernel.syscall_entry: 13589.885635575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 197 [sys_fstat64+0x0/0x23] }
+kernel.syscall_exit: 13589.885637420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.885640631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 13589.885645817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = -1215705088 }
+kernel.syscall_entry: 13589.885649028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
+kernel.page_fault_entry: 13589.885659071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, TRAP { ip = 0xc142bf44, address = 0xb789d000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.885708077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { res = 0 }
+fs.read: 13589.885716934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 14 }
+kernel.syscall_exit: 13589.885718350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 27 }
+kernel.syscall_entry: 13589.885739766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 13589.885741585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 14 }
+kernel.syscall_exit: 13589.885828348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.885833335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 91 [sys_munmap+0x0/0x3d] }
+mm.page_free: 13589.885855086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { pfn = 24610, order = 0 }
+kernel.syscall_exit: 13589.885895272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.885904818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.885969034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 6 }
+kernel.syscall_exit: 13589.885970476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 1024 }
+kernel.syscall_entry: 13589.886026766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.886047151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 6 }
+kernel.syscall_exit: 13589.886048884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 292 }
+kernel.syscall_entry: 13589.886069331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.886072672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 6 }
+kernel.syscall_exit: 13589.886073896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.886077598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
+fs.llseek: 13589.886079672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 6, offset = 0, origin = 0 }
+kernel.syscall_exit: 13589.886081474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.886103890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.886131795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 8 }
+kernel.syscall_exit: 13589.886133175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 447 }
+kernel.syscall_entry: 13589.886146336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.886148050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 8 }
+kernel.syscall_exit: 13589.886149280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.886152765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
+fs.llseek: 13589.886155137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 8, offset = 0, origin = 0 }
+kernel.syscall_exit: 13589.886156851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.886163845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.886208962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 9 }
+kernel.syscall_exit: 13589.886210558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 1024 }
+kernel.syscall_entry: 13589.886225627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.886234098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 9 }
+kernel.syscall_exit: 13589.886235291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 375 }
+kernel.syscall_entry: 13589.886241216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.886242613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 9 }
+kernel.syscall_exit: 13589.886243781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.886247198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
+fs.llseek: 13589.886249104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 9, offset = 0, origin = 0 }
+kernel.syscall_exit: 13589.886250775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.886426990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.886429964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3 }
+kernel.syscall_exit: 13589.886433144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 13589.886436902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 146 [sys_writev+0x0/0xcd] }
+fs.writev: 13589.886454684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3, vlen = 3 }
+kernel.syscall_exit: 13589.886456237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 448 }
+kernel.syscall_entry: 13589.886465280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.886468603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 13589.886469784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.886477405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 13589.886480231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.886484864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.886489355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 13589.886491634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.886493193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 11 }
+kernel.sched_schedule: 13589.886511373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2259, next_pid = 1852, prev_state = 1 }
+fs.select: 13589.886694165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886704195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886707189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886709766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886712393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886715096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886717773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886720257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886722723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886725394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886727934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886730505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886733419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886736275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886739101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886742238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886746449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886749145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886752232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886754828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886757554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886760281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886762990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886765890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886768430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886771194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886773791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886776188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886778250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886780673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886782878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886785132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 785039963 }
+fs.select: 13589.886787771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 785039963 }
+mm.page_free: 13589.886794262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 224201, order = 0 }
+kernel.syscall_exit: 13589.886799479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 2 }
+kernel.syscall_entry: 13589.886819535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
+kernel.timer_itimer_set: 13589.886822510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 13589.886830778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.886836280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.886839472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.886850466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+kernel.sched_try_wakeup: 13589.886864696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.886874409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.887026699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.887034916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+fs.read: 13589.887195490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.887197206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 16 }
+kernel.syscall_entry: 13589.887211646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.887213894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.887215062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.887220322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [sys_writev+0x0/0xcd] }
+kernel.sched_try_wakeup: 13589.887229546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.887237856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
+fs.pollfd: 13589.887373836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.887376891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 13589.887385469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.887390176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.887391438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 32 }
+kernel.syscall_entry: 13589.887402922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.887404698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.887405891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.890440749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.890444419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.890447674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 13589.890451699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [sys_writev+0x0/0xcd] }
+fs.writev: 13589.890460842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 13589.890462407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 7140 }
+kernel.syscall_entry: 13589.890467972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.890469972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.890479059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+fs.writev: 13589.890641627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
+kernel.syscall_exit: 13589.890643720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 32 }
+kernel.syscall_entry: 13589.890650571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.890653428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.890657167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
+kernel.timer_itimer_set: 13589.890659205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.890664633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.890674508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [sys_select+0x0/0x8f] }
+fs.select: 13589.890680602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890683583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890685595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890690229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890692508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890695117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890697129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890699116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890701085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890703160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890705117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890707110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890709303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890711477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890713464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890715663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890717886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890720197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890723713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890725899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890727992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890730303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890732483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890734725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890737023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890739141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890741216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890743216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890745197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890747072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890749079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890750954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890752799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890754557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784034511 }
+fs.select: 13589.890756401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784034511 }
+mm.page_free: 13589.890762190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 224201, order = 0 }
+kernel.syscall_exit: 13589.890765923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 2 }
+kernel.syscall_entry: 13589.890771376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
+kernel.timer_itimer_set: 13589.890773215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 13589.890780178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.890783631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.890786053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.890790687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.890795364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.890796593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 4096 }
+kernel.syscall_entry: 13589.891068700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+kernel.sched_try_wakeup: 13589.891103724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+fs.read: 13589.891110532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4092, fd = 41 }
+kernel.syscall_exit: 13589.891112252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 3044 }
+kernel.syscall_entry: 13589.891187083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.891207294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.891208847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.891214604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [sys_writev+0x0/0xcd] }
+fs.writev: 13589.891223585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
+kernel.syscall_exit: 13589.891225213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 32 }
+kernel.syscall_entry: 13589.891229375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.891231896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.891235188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
+kernel.timer_itimer_set: 13589.891237038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.891240635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.891245548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [sys_select+0x0/0x8f] }
+fs.select: 13589.891250554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891252927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891254970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891258573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891260598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891262672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891264572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891266840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891268795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891270703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891272560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891274442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891276317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891278175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891280044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891282268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891284386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891286367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891289007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891290895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891292777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891294758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891296714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891298585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891300459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891302323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891304168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891306031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891307913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891309783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891311684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891313807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891315540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891317279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784605311 }
+fs.select: 13589.891319013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784605311 }
+mm.page_free: 13589.891325068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 224201, order = 0 }
+kernel.syscall_exit: 13589.891328193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 13589.891333043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
+kernel.timer_itimer_set: 13589.891334888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 13589.891340621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.891343993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.891346422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.891351006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+kernel.sched_try_wakeup: 13589.891360453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2259, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 13589.891369353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2259, prev_state = 0 }
+fs.pollfd: 13589.891526593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 13589.891528909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.891530455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 11 }
+kernel.sched_schedule: 13589.891540014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 2259, next_pid = 2241, prev_state = 1 }
+fs.pollfd: 13589.891648162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.891650913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 13589.891657503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.891661802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.891663038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 32 }
+kernel.syscall_entry: 13589.891670391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.891672235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.891673403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.891683589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.891685391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.891687577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 13589.891690925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [sys_writev+0x0/0xcd] }
+fs.writev: 13589.891695092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 13589.891696583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 16 }
+kernel.syscall_entry: 13589.891701316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.891702831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 13589.891710564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+fs.read: 13589.891867263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 44 }
+kernel.syscall_exit: 13589.891868947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 448 }
+kernel.syscall_entry: 13589.891961964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.891964957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 44 }
+kernel.syscall_exit: 13589.891966224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.891970405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.891973007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.891976205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
+kernel.timer_itimer_set: 13589.891978355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.891982373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.891987634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [sys_select+0x0/0x8f] }
+fs.select: 13589.891992888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.891995559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.891997559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892001087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892003236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892005391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892007496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892009509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892011485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892013404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892015528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892017472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892019379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892021255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892023149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892025416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892027335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892029379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892032074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892034130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892036111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892038062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892039943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892041838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892044130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892046210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892048353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892050559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892052527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892054465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892056272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892058384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892060136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892061894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784347114 }
+fs.select: 13589.892063645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784347114 }
+mm.page_free: 13589.892069514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 224201, order = 0 }
+kernel.syscall_exit: 13589.892072465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 13589.892077297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
+kernel.timer_itimer_set: 13589.892079153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 13589.892085154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.892088588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.892091011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.892095135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+kernel.sched_try_wakeup: 13589.892103501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+fs.read: 13589.892108775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.892110116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 16 }
+kernel.syscall_entry: 13589.892115737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.892117513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.892118668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.892122457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [sys_writev+0x0/0xcd] }
+fs.writev: 13589.892129500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
+kernel.syscall_exit: 13589.892131116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 32 }
+kernel.syscall_entry: 13589.892134923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.892137401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.892140581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
+kernel.timer_itimer_set: 13589.892142388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.892145811 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.892150694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [sys_select+0x0/0x8f] }
+fs.select: 13589.892155103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892157376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892159394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892162712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892164724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892166891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892168798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892170692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892172568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892174451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892176320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892178226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892180146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892182457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892184419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892186456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892188456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892190518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892193103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892195065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892197034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892198947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892200817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892202699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892204568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892206444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892208307 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892210263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892212281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892214512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892216381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892218282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892220145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892240306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.892242536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784510040 }
+kernel.sched_schedule: 13589.892251374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 1 }
+fs.pollfd: 13589.892390838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.892393503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 13589.892399322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
+kernel.sched_try_wakeup: 13589.892406974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { pid = 1852, cpu_id = 0, state = 1 }
+fs.read: 13589.892412011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.892413328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 32 }
+kernel.syscall_entry: 13589.892420079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.892422011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.892423186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.894223376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.894227401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.894231836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 13589.894235891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [sys_writev+0x0/0xcd] }
+fs.writev: 13589.894258040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 13589.894259735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 19000 }
+kernel.irq_entry: 13589.894599835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.irq_exit: 13589.894613418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { handled = 1 }
+kernel.syscall_entry: 13589.894617698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.894620871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.894623561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 13589.894625430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 13589.894626872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 13589.894631790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 14 }
+fs.pollfd: 13589.894633585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 13589.894635492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 13589.894638375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 13589.894640846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 13589.894643473 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 13589.894645964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 21 }
+fs.pollfd: 13589.894648877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 31 }
+kernel.syscall_exit: 13589.894651237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.894688944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.894690976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 13589.894693218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 13589.894696789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [sys_writev+0x0/0xcd] }
+fs.writev: 13589.894706037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 13589.894707596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1296 }
+kernel.syscall_entry: 13589.894712596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.894715695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.894716919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.894725254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.894727211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 13589.894728429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.894737490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.894740459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.894745030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 13589.894749067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.894750975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 13589.894752546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 13589.894753993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 13589.894757185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 14 }
+fs.pollfd: 13589.894758651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 13589.894760155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 13589.894762285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 13589.894763800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 13589.894765856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 13589.894767278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 21 }
+fs.pollfd: 13589.894769377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 31 }
+kernel.sched_schedule: 13589.894782248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+kernel.irq_entry: 13589.894968323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3238156110, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 13589.894981802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { jiffies = 4296292872, xtime_sec = 1262715366, xtime_nsec = 301133055, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
+kernel.softirq_raise: 13589.894994509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_raise: 13589.895000385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+kernel.irq_exit: 13589.895021359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { handled = 1 }
+kernel.softirq_entry: 13589.895024850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.timer_set: 13589.895034999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325577, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 13589.895038185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_entry: 13589.895039521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+rcu.tree_callback: 13589.895085669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc10acb19 }
+rcu.tree_callback: 13589.895088980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc10acb19 }
+rcu.tree_callback: 13589.895090631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc104364a }
+rcu.tree_callback: 13589.895093917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc104364a }
+rcu.tree_callback: 13589.895095637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc104364a }
+rcu.tree_callback: 13589.895097234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc104364a }
+kernel.softirq_exit: 13589.895099172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+fs.select: 13589.895111072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895113960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895115849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895119588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895121594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895123562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895125594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895127637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895130010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895132028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895133978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895136035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895137966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895139997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895142078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895163804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895166009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895168550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895170382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895172605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895174741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895176562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895178581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895180748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895183288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895185369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895187382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895189481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895191549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895193698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895195753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895197903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895199711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895201735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784510040 }
+fs.select: 13589.895203673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784510040 }
+mm.page_free: 13589.895211611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 224201, order = 0 }
+kernel.syscall_exit: 13589.895216455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 13589.895227119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
+kernel.timer_itimer_set: 13589.895229499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 13589.895236542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.895240741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.895243244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.895249654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.895254572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.895271926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 4096 }
+kernel.syscall_entry: 13589.895443514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.895447892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 2652, fd = 41 }
+kernel.syscall_exit: 13589.895449165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 2652 }
+kernel.syscall_entry: 13589.895692285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.895696484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4076, fd = 41 }
+kernel.syscall_exit: 13589.895697795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 4076 }
+kernel.syscall_entry: 13589.896107955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.896112166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 3548, fd = 41 }
+kernel.syscall_exit: 13589.896113464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 3548 }
+kernel.syscall_entry: 13589.896239977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.896243400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 956, fd = 41 }
+kernel.syscall_exit: 13589.896244648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 956 }
+kernel.syscall_entry: 13589.896275275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+kernel.sched_try_wakeup: 13589.896284939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
+fs.read: 13589.896309336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 3960, fd = 41 }
+kernel.syscall_exit: 13589.896310827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 3960 }
+kernel.syscall_entry: 13589.896344783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.896352802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 3960, fd = 41 }
+kernel.syscall_exit: 13589.896354093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 1008 }
+kernel.irq_entry: 13589.898690474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3077256468, handler = 0x0, irq_id = 239, kernel_mode = 0 }
+kernel.sched_try_wakeup: 13589.898720044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 2822, cpu_id = 0, state = 1 }
+kernel.irq_exit: 13589.898735491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { handled = 1 }
+kernel.sched_schedule: 13589.898747932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2822, prev_state = 0 }
+kernel.syscall_exit: 13589.899034044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = -110 }
+kernel.syscall_entry: 13589.899076660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 240 [sys_futex+0x0/0x111] }
+kernel.syscall_exit: 13589.899080130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.899084479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.899088377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.899098745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 13589.899101658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.899105290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.899107511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.899110486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.899112694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.899115949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 13589.899118609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.899124795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.899127078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.899130140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 240 [sys_futex+0x0/0x111] }
+kernel.sched_schedule: 13589.899146125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 2822, next_pid = 2241, prev_state = 1 }
+fs.pollfd: 13589.899221708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 13589.899225742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 13589.899228785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 13589.899230715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 13589.899238906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 14 }
+fs.pollfd: 13589.899240681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 13589.899242518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 13589.899245475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 13589.899247511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 13589.899250226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 13589.899252082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 21 }
+fs.pollfd: 13589.899255076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 31 }
+kernel.sched_schedule: 13589.899265054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
+kernel.syscall_entry: 13589.902191865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 13589.902208208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
+kernel.syscall_exit: 13589.902210800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 13589.902218942 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 13589.902223631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.902227985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
+kernel.timer_itimer_set: 13589.902233863 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 13589.902243396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.902256918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [sys_select+0x0/0x8f] }
+fs.select: 13589.902266334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902270837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902273362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902281775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902284404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902287157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902289693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902292391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902294939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902297488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902300030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902302796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902305313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902307794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902310447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902313059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902316182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902319349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902326241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902329043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902331828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902334568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902337246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902339906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902342394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902344775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902347027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902349074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902351691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902354029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902356659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902359207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902361930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902364348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784612772 }
+fs.select: 13589.902366773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784612772 }
+kernel.sched_schedule: 13589.902392267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { prev_pid = 1852, next_pid = 16891, prev_state = 1 }
+kernel.page_fault_entry: 13589.902710231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7853371, address = 0xb7829da8, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.902883556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 13589.902894394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78634dd, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 13589.902897456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 3 }
+kernel.syscall_exit: 13589.902900767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.902906290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7855b29, address = 0xb76e71b8, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.902923043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.902962690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7863a07, address = 0xb76f974e, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.902972329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.902985022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785c595, address = 0xb76faa88, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.902991234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.903001854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 13589.903012872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1217503232 }
+kernel.page_fault_entry: 13589.903017456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785cbd1, address = 0xb76e61c4, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.903035013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 13589.903046086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785e470, address = 0xb785e470, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903053485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.903062041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 13589.903065146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1217507328 }
+kernel.page_fault_entry: 13589.903069804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785e3b0, address = 0xb76e5000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.903084521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
+kernel.syscall_entry: 13589.903092185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784ec40, syscall_id = 243 [sys_set_thread_area+0x0/0x1b] }
+kernel.syscall_exit: 13589.903113937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.903120951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78580a8, address = 0xb78580a8, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903127404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903136213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857d23, address = 0xb78281d0, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.903180024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903190256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857d08, address = 0xb76fb000, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903196770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903206946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857d08, address = 0xb76fc000, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903212810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903222968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857d08, address = 0xb76fd000, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903228678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903238477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76ec75c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903244621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903252538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7856185, address = 0xb76f8d69, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903258255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903267120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785601d, address = 0xb76e8fd4, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903272693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903281329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76f0eec, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903287076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903294685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7856185, address = 0xb76f7986, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903300655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903308722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785601d, address = 0xb76ea1bc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903314474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903323754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7856185, address = 0xb76f4204, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903329544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903337574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785601d, address = 0xb76e9e34, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903343055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903351666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76efa5c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903357902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903366704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76f334c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903372545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903381119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7856185, address = 0xb76f5511, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903386642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903395198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76edd1c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903401113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903410095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76f203c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903416089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903424694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76ebafc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903430361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903448764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76f12fc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903454864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903464663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7856185, address = 0xb76f6050, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903470435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903490454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76ee2fc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903496683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.903520173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78637a4, syscall_id = 125 [sys_mprotect+0x0/0x1df] }
+kernel.syscall_exit: 13589.903575792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.903591202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78640c7, address = 0xb782d6c0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903597283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
+kernel.syscall_entry: 13589.903609909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78637a4, syscall_id = 125 [sys_mprotect+0x0/0x1df] }
+kernel.syscall_exit: 13589.903653633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.903662678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863761, syscall_id = 91 [sys_munmap+0x0/0x3d] }
+kernel.syscall_exit: 13589.903867268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.903875731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb76fda17, address = 0xb782d55c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.903908356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.903917617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb76fda29, address = 0xb782bd64, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.903938898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 13589.903948666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77b6010, address = 0xb77b6010, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903955686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903964917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb775adc0, address = 0xb775adc0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.903984180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.903994171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7752010, address = 0xb7752010, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904000104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904008629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77ed900, address = 0xb77ed900, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904014425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904024434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7830430, address = 0xb7830430, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904031734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904042312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7716720, address = 0xb7716720, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904048300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904058174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0x804a1f0, address = 0x804a1f0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904065671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904075224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7711680, address = 0xb7711680, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904081174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904090132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0x8049680, address = 0x8049680, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904096429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904108510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb775ca20, address = 0xb775ca20, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904114629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904124552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0x8049181, address = 0x804d58c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904129934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 13589.904139640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7757120, address = 0xb7757120, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904145950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904155093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77af320, address = 0xb77af320, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904161279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904169525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77eff36, address = 0xb77eff36, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904175050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904183104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7752ffb, address = 0xb7753000, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904188733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904196621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77ecc10, address = 0xb77ecc10, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904202183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904251450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77c3cb0, address = 0xb77c3cb0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904258025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904266673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7754c10, address = 0xb7754c10, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904272136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904280196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77555d7, address = 0xb77555d7, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904285727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904295644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7758a70, address = 0xb7758a70, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904301379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904309228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77ae3f0, address = 0xb77ae3f0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904315464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.904322925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 45 [sys_brk+0x0/0xd3] }
+kernel.syscall_exit: 13589.904324607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 148353024 }
+kernel.syscall_entry: 13589.904327812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 45 [sys_brk+0x0/0xd3] }
+kernel.syscall_exit: 13589.904330787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 148488192 }
+kernel.page_fault_entry: 13589.904335557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7755c42, address = 0x8d7b004, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.904448158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 13589.904469896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0x80492e4, address = 0x804d58c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.904499052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 13589.904510527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb778d2c0, address = 0xb778d2c0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904517363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904526674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb778bff0, address = 0xb778bff0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904532402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904540258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb778bfff, address = 0xb778c000, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904545640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904553428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7715b70, address = 0xb7715b70, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904559071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904567063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb775a9cb, address = 0xb780c44b, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904572891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904582813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0x80496e8, address = 0x804b17c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.904589049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.904599825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7744d70, address = 0xb7744d70, trap_id = 14, write_access = 0 }
+kernel.irq_entry: 13589.905382032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 13589.905400257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { jiffies = 4296292873, xtime_sec = 1262715366, xtime_nsec = 301133056, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
+kernel.softirq_raise: 13589.905414912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_raise: 13589.905422682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+kernel.irq_exit: 13589.905447785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { handled = 1 }
+kernel.softirq_entry: 13589.905452667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.timer_set: 13589.905465781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { expires = 1325578, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 13589.905468671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_entry: 13589.905470093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+rcu.tree_callback: 13589.905518871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc104364a }
+rcu.tree_callback: 13589.905543870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10acb19 }
+rcu.tree_callback: 13589.905546233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10b8ec2 }
+kernel.softirq_exit: 13589.905548696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+kernel.page_fault_exit: 13589.905553273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.905570118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb774e200, address = 0xb774e200, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905577776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.905586777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb774ff80, address = 0xb774ff80, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905592475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.905600486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7742800, address = 0xb7742800, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905606536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.905614782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77a6630, address = 0xb77a6630, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905620349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.905627686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 197 [sys_fstat64+0x0/0x23] }
+kernel.syscall_exit: 13589.905631429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 13589.905636094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77b28b0, address = 0xb77b28b0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905642218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.905649400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 13589.905652160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216049152 }
+kernel.page_fault_entry: 13589.905656576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7750c40, address = 0xb7750c40, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905663078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.905671931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb774eef4, address = 0xb7849000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.905690897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 13589.905701556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7751700, address = 0xb7751700, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905707717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.905716186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77a73d0, address = 0xb77a73d0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905721711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.905728930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 4 [sys_write+0x0/0x9d] }
+kernel.timer_set: 13589.905740430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { expires = 1325578, function = 0xc103b8db, data = 4134550692 }
+kernel.sched_try_wakeup: 13589.905747235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { pid = 16891, cpu_id = 0, state = 1 }
+fs.write: 13589.905758407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 48, fd = 1 }
+kernel.syscall_exit: 13589.905760040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 48 }
+kernel.page_fault_entry: 13589.905766796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7745cd0, address = 0xb7745cd0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905773513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.905780937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 4 [sys_write+0x0/0x9d] }
+kernel.sched_try_wakeup: 13589.905786821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { pid = 16891, cpu_id = 0, state = 1 }
+fs.write: 13589.905791838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 1, fd = 1 }
+kernel.syscall_exit: 13589.905793179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 1 }
+kernel.page_fault_entry: 13589.905799552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb772ecb0, address = 0xb772ecb0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905806920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.905815048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7724710, address = 0xb7724710, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905820721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.905828559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7726ea0, address = 0xb7726ea0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905833991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.905841580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7728de2, address = 0xb7728de2, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905847012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.905855024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb775f420, address = 0xb775f420, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905860894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.905869777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7724a85, address = 0xb7805193, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905875364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.905883399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7725d36, address = 0xb7725d36, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905889004 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.905896892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77277fb, address = 0xb77277fb, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905902286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.905910582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 4 [sys_write+0x0/0x9d] }
+kernel.sched_try_wakeup: 13589.905917028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { pid = 16891, cpu_id = 0, state = 1 }
+fs.write: 13589.905924915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 26, fd = 1 }
+kernel.syscall_exit: 13589.905926276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 26 }
+kernel.syscall_entry: 13589.905930674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 4 [sys_write+0x0/0x9d] }
+kernel.sched_try_wakeup: 13589.905935636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { pid = 16891, cpu_id = 0, state = 1 }
+fs.write: 13589.905939880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 1, fd = 1 }
+kernel.syscall_exit: 13589.905941160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 1 }
+kernel.page_fault_entry: 13589.905948528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb782ec8d, address = 0xbf813484, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.905969450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 13589.905980684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7743350, address = 0xb7743350, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.905987681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.905998185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 13589.906165274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 3, filename = "/proc/mounts" }
+kernel.syscall_exit: 13589.906167854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 3 }
+kernel.page_fault_entry: 13589.906174386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb775ba00, address = 0xb775ba00, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.906182150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.906190879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb775ba5d, address = 0xb780bb0c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.906196928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.906206616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77366a0, address = 0xb77366a0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.906212605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.906220893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77320ba, address = 0xb77320ba, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.906227030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.906234664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77344c4, address = 0xb77344c4, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.906240318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.906247903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb772ee5b, address = 0xb780aa47, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.906253588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.906261402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb772f35e, address = 0xb772f35e, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.906266913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.906274937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7730d78, address = 0xb7730d78, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.906280901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.906290185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7742815, address = 0xbf812fc4, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.906309455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
+kernel.syscall_entry: 13589.906318252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 197 [sys_fstat64+0x0/0x23] }
+kernel.syscall_exit: 13589.906320325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.906323672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 13589.906326115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216053248 }
+kernel.syscall_entry: 13589.906329616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 3 [sys_read+0x0/0x9d] }
+kernel.page_fault_entry: 13589.906411213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xc142bf44, address = 0xb7848000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.906420034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { res = 0 }
+fs.read: 13589.906426542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 1024, fd = 3 }
+kernel.syscall_exit: 13589.906427934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 717 }
+kernel.page_fault_entry: 13589.906433885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb772f494, address = 0xb77f74a5, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.906440485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.906449783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7731899, address = 0xb7731899, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.906455289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 13589.906479236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb777c1e0, address = 0xb777c1e0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.906485466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.906493055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 13589.906502205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 4, filename = "/media/debugfs/ltt/control/" }
+kernel.syscall_exit: 13589.906544550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 4 }
+kernel.syscall_entry: 13589.906549864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 221 [sys_fcntl64+0x0/0x79] }
+kernel.syscall_exit: 13589.906552710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 1 }
+kernel.page_fault_entry: 13589.906558419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb775564c, address = 0x8d832ac, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 13589.906594101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
+kernel.syscall_entry: 13589.906606838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 13589.906608744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 4 }
+kernel.syscall_exit: 13589.906648973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.906654800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 4 [sys_write+0x0/0x9d] }
+kernel.sched_try_wakeup: 13589.906662205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { pid = 16891, cpu_id = 0, state = 1 }
+fs.write: 13589.906670891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 22, fd = 1 }
+kernel.syscall_exit: 13589.906672252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 22 }
+kernel.page_fault_entry: 13589.906679805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb782f4e0, address = 0xb782f4e0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 13589.906687705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 13589.906697045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 13589.906704619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 4, filename = "/media/debugfs/ltt/control/trace" }
+kernel.syscall_exit: 13589.906706845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 4 }
+kernel.syscall_entry: 13589.906711237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 13589.906712678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 4 }
+kernel.syscall_exit: 13589.906737312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 13589.906744506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 13589.906751720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 4, filename = "/media/debugfs/ltt/control/trace/enabled" }
+kernel.syscall_exit: 13589.906753823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 4 }
+kernel.syscall_entry: 13589.906758692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 4 [sys_write+0x0/0x9d] }
+End trace set
+
diff --git a/org.eclipse.linuxtools.lttng.core.tests/traceset/trace-15471events_nolost_newformat.tar.gz b/org.eclipse.linuxtools.lttng.core.tests/traceset/trace-15471events_nolost_newformat.tar.gz
new file mode 100644 (file)
index 0000000..a61c4d5
Binary files /dev/null and b/org.eclipse.linuxtools.lttng.core.tests/traceset/trace-15471events_nolost_newformat.tar.gz differ
diff --git a/org.eclipse.linuxtools.lttng.core.tests/traceset/trace-15471events_nolost_newformat.txt b/org.eclipse.linuxtools.lttng.core.tests/traceset/trace-15471events_nolost_newformat.txt
new file mode 100644 (file)
index 0000000..c3eb631
--- /dev/null
@@ -0,0 +1,15475 @@
+Trace set contains 1 traces
+
+metadata.core_marker_id: 23329.092137812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "vm_state", name = "vm_map", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092145004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "vm_state", name = "vm_map", format = "pid %d start %lu end %lu flags %lu pgoff %lu inode %lu" }
+metadata.core_marker_id: 23329.092151727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_entry", event_id = 43, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092154886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_entry", format = "address #p%lu write_access #1u%u" }
+metadata.core_marker_id: 23329.092157982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_out", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092160801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_out", format = "pfn %lu filp %p offset %lu" }
+metadata.core_marker_id: 23329.092163601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_io", event_id = 20, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092166846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_io", format = "pdu %u" }
+metadata.core_marker_id: 23329.092172595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_frontmerge", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092175963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_frontmerge", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 23329.092179917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_complete", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092183069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_complete", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 23329.092186511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_fs", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092189465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_fs", format = "hard_sector %llu rw %d errors %d" }
+metadata.core_marker_id: 23329.092195510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "llseek", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092198175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "llseek", format = "fd %u offset %lld origin %u" }
+metadata.core_marker_id: 23329.092203831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getpeername", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092209752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getpeername", format = "fd %d usockaddr %p usockaddr_len %p ret %d" }
+metadata.core_marker_id: 23329.092212534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq_bio", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092215544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq_bio", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 23329.092221959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv4", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092224938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv4", format = "label %s address #4u%u" }
+metadata.core_marker_id: 23329.092230990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_socketpair", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092238188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_socketpair", format = "family %d type %d protocol %d usockvec %p ret %d" }
+metadata.core_marker_id: 23329.092241476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_wait", event_id = 24, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092244467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_wait", format = "pid %d" }
+metadata.core_marker_id: 23329.092250580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "split", event_id = 22, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092253819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "split", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d pdu %u" }
+metadata.core_marker_id: 23329.092257008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fd_state", name = "file_descriptor", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092259894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fd_state", name = "file_descriptor", format = "filename %s pid %d fd %u" }
+metadata.core_marker_id: 23329.092262676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_exit", event_id = 42, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092265434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_exit", format = " " }
+metadata.core_marker_id: 23329.092268444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_entry", event_id = 39, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092271435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_entry", format = "ip #p%lu address #p%lu trap_id #2u%u write_access #1u%u" }
+metadata.core_marker_id: 23329.092274384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_set", event_id = 29, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092277917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_set", format = "expires %lu function %p data %lu" }
+metadata.core_marker_id: 23329.092280460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_entry", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092283419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_entry", format = "ip %lu handler %p irq_id #2u%u kernel_mode #1u%u" }
+metadata.core_marker_id: 23329.092286263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_timer", event_id = 21, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092288971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_timer", format = "pdu %u" }
+metadata.core_marker_id: 23329.092291796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_set", event_id = 28, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092294849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_set", format = "which %d interval_sec %ld interval_usec %ld value_sec %ld value_usec %ld" }
+metadata.core_marker_id: 23329.092297866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_backmerge", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092300944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_backmerge", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 23329.092304108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_exit", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092307180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_exit", format = "handled #1u%u" }
+metadata.core_marker_id: 23329.092312793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockopt", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092315778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockopt", format = "fd %d level %d optname %d optval %p optlen %p ret %d" }
+metadata.core_marker_id: 23329.092318881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_entry", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092321799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_entry", format = "func %p data %lu" }
+metadata.core_marker_id: 23329.092324821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_alloc", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092327616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_alloc", format = "pfn %lu" }
+metadata.core_marker_id: 23329.092330299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "send_signal", event_id = 21, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092332859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "send_signal", format = "pid %d signal %d" }
+metadata.core_marker_id: 23329.092335380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_pc", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092338052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_pc", format = "data_len %u rw %d errors %d" }
+metadata.core_marker_id: 23329.092341161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu_bh", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092344202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu_bh", format = "func %p ip 0x%lX" }
+metadata.core_marker_id: 23329.092346996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_pc", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092350179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_pc", format = "data_len %u rw %d errors %d" }
+metadata.core_marker_id: 23329.092353171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_entry", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092355866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_entry", format = "ip #p%ld trap_id #2u%u" }
+metadata.core_marker_id: 23329.092358346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_free", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092361110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_free", format = "pfn %lu order %u" }
+metadata.core_marker_id: 23329.092363675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pwrite64", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092366518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pwrite64", format = "fd %u count %zu pos %llu" }
+metadata.core_marker_id: 23329.092369473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pread64", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092371983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pread64", format = "fd %u count %zu pos %llu" }
+metadata.core_marker_id: 23329.092374697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "open", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092377504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "open", format = "fd %d filename %s" }
+metadata.core_marker_id: 23329.092382901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "remap", event_id = 23, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092386103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "remap", format = "device_from %lu sector_from %llu device_to %lu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 23329.092389637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_fs", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092392505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_fs", format = "hard_sector %llu rw %d errors %d" }
+metadata.core_marker_id: 23329.092395133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "panic", event_id = 36, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092397761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "panic", format = "info %s" }
+metadata.core_marker_id: 23329.092400765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_raise", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092403701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_raise", format = "softirq_id #1u%u" }
+metadata.core_marker_id: 23329.092406477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_exit", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092409049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_exit", format = " " }
+metadata.core_marker_id: 23329.092411652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092414755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu", format = "func %p ip 0x%lX" }
+metadata.core_marker_id: 23329.092417333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_fs", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092420479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_fs", format = "hard_sector %llu rw %d errors %d" }
+metadata.core_marker_id: 23329.092423396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_entry", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092426061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_entry", format = "func %p data %lu" }
+metadata.core_marker_id: 23329.092429416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "remove_from_page_cache", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092432222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "remove_from_page_cache", format = "inode %lu sdev %u" }
+metadata.core_marker_id: 23329.092435092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_close", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092437755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_close", format = "filp %p" }
+metadata.core_marker_id: 23329.092440260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "lseek", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092442850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "lseek", format = "fd %u offset %ld origin %u" }
+metadata.core_marker_id: 23329.092445466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "call", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092448260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "call", format = "call %u first %d" }
+metadata.core_marker_id: 23329.092450900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_queue", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092454027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_queue", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 23329.092457408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_update_time", event_id = 30, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092461164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_update_time", format = "jiffies #8u%llu xtime_sec %ld xtime_nsec %ld walltomonotonic_sec %ld walltomonotonic_nsec %ld" }
+metadata.core_marker_id: 23329.092464063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_bind", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092469652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_bind", format = "fd %d umyaddr %p addrlen %d ret %d" }
+metadata.core_marker_id: 23329.092472452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_bounce", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092475475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_bounce", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 23329.092478590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_pc", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092481260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_pc", format = "data_len %u rw %d errors %d" }
+metadata.core_marker_id: 23329.092515062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_exit", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092518461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_exit", format = "func %p data %lu" }
+metadata.core_marker_id: 23329.092521434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "end_commit", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092555994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "end_commit", format = "dev %s transaction %d head %d" }
+metadata.core_marker_id: 23329.092558882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "readv", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092561700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "readv", format = "fd %lu vlen %lu" }
+metadata.core_marker_id: 23329.092564329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_listen", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092567301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_listen", format = "fd %d backlog %d ret %d" }
+metadata.core_marker_id: 23329.092570403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_free", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092573094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_free", format = "pfn %lu" }
+metadata.core_marker_id: 23329.092575573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq", event_id = 16, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092578423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq", format = "rw %d" }
+metadata.core_marker_id: 23329.092580871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_load", event_id = 35, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092583517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_load", format = "name %s" }
+metadata.core_marker_id: 23329.092586034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_xmit", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092588674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_xmit", format = "skb %p protocol #n2u%hu" }
+metadata.core_marker_id: 23329.092591382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_exit", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092594293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_exit", format = "softirq_id #1u%lu" }
+metadata.core_marker_id: 23329.092596804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "select", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092599685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "select", format = "fd %d end_time_sec %ld end_time_nsec %ld" }
+metadata.core_marker_id: 23329.092602318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_pc", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092605298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_pc", format = "data_len %u rw %d errors %d" }
+metadata.core_marker_id: 23329.092607981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_exit", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092610572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_exit", format = "irqstate #1%d" }
+metadata.core_marker_id: 23329.092613625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_expired", event_id = 27, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092616635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_expired", format = "pid %d" }
+metadata.core_marker_id: 23329.092619244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wait_task", event_id = 16, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092622069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wait_task", format = "pid %d state #2d%ld" }
+metadata.core_marker_id: 23329.092624642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_exit", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092627238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_exit", format = "ret %ld" }
+metadata.core_marker_id: 23329.092629953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "swap_state", name = "statedump_swap_files", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092632932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "swap_state", name = "statedump_swap_files", format = "filp %p vfsmount %p dname %s" }
+metadata.core_marker_id: 23329.092635515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "printk", event_id = 32, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092638279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "printk", format = "ip 0x%lX" }
+metadata.core_marker_id: 23329.092640821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_entry", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092643399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_entry", format = "irqstate #1%d" }
+metadata.core_marker_id: 23329.092646132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_shutdown", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092649019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_shutdown", format = "fd %d how %d ret %d" }
+metadata.core_marker_id: 23329.092651874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop_ret", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092654558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop_ret", format = "ret %d" }
+metadata.core_marker_id: 23329.092657573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092660170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop", format = "pid %d" }
+metadata.core_marker_id: 23329.092662631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "close", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092665222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "close", format = "fd %u" }
+metadata.core_marker_id: 23329.092667609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_create", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092670391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_create", format = "family %d type %d protocol %d sock %p ret %d" }
+metadata.core_marker_id: 23329.092673562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_in", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092676152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_in", format = "pfn %lu filp %p offset %lu" }
+metadata.core_marker_id: 23329.092679267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_start", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092682056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_start", format = "pfn %lu bit_nr %d" }
+metadata.core_marker_id: 23329.092684782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_start", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092687582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_start", format = "bh %p" }
+metadata.core_marker_id: 23329.092690050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_recvmsg", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092692721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_recvmsg", format = "sock %p msg %p size %zu flags %d ret %d" }
+metadata.core_marker_id: 23329.092696132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "idt_table", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092699123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "idt_table", format = "irq %d address %p symbol %s" }
+metadata.core_marker_id: 23329.092701973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_open", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092704588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_open", format = "filp %p filename %s" }
+metadata.core_marker_id: 23329.092706994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_alloc", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092709727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_alloc", format = "pfn %lu order %u" }
+metadata.core_marker_id: 23329.092712385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_fs", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092715291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_fs", format = "hard_sector %llu rw %d errors %d" }
+metadata.core_marker_id: 23329.092717931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "interrupt", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092720589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "interrupt", format = "name %s action %s irq_id %u" }
+metadata.core_marker_id: 23329.092723427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_free", event_id = 34, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092726133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_free", format = "name %s" }
+metadata.core_marker_id: 23329.092729033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_end", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092731703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_end", format = "pfn %lu bit_nr %d" }
+metadata.core_marker_id: 23329.092734646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "vprintk", event_id = 33, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092737668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "vprintk", format = "loglevel #1u%u string %s ip 0x%lX" }
+metadata.core_marker_id: 23329.092740290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "exec", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092742868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "exec", format = "filename %s" }
+metadata.core_marker_id: 23329.092745897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "udpv4_rcv", event_id = 17, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092748660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "udpv4_rcv", format = "skb %p" }
+metadata.core_marker_id: 23329.092751276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_call", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092753965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_call", format = "call %d a0 %lu" }
+metadata.core_marker_id: 23329.092756772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "shm_create", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092759381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "shm_create", format = "id %ld flags %d" }
+metadata.core_marker_id: 23329.092761885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_connect", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092764593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_connect", format = "fd %d uservaddr %p addrlen %d ret %d" }
+metadata.core_marker_id: 23329.092767424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv6", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092770700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv6", format = "label %s a15 #1x%c a14 #1x%c a13 #1x%c a12 #1x%c a11 #1x%c a10 #1x%c a9 #1x%c a8 #1x%c a7 #1x%c a6 #1x%c a5 #1x%c a4 #1x%c a3 #1x%c a2 #1x%c a1 #1x%c a0 #1x%c" }
+metadata.core_marker_id: 23329.092773932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_entry", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092776794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_entry", format = "irqstate #1%d" }
+metadata.core_marker_id: 23329.092779582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq_bio", event_id = 17, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092782777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq_bio", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
+metadata.core_marker_id: 23329.092786312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_fs", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092789396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_fs", format = "hard_sector %llu rw %d errors %d" }
+metadata.core_marker_id: 23329.092792338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_timeout", event_id = 31, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092795009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_timeout", format = "pid %d" }
+metadata.core_marker_id: 23329.092797618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_format", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092811564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_format", format = "channel %s name %s format %s" }
+metadata.core_marker_id: 23329.092814475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_schedule", event_id = 19, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092822217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_schedule", format = "prev_pid %d next_pid %d prev_state #2d%ld" }
+metadata.core_marker_id: 23329.092825054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_create", event_id = 26, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092827762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_create", format = "fn %p pid %d" }
+metadata.core_marker_id: 23329.092830309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "write", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092832863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "write", format = "count %zu fd %u" }
+metadata.core_marker_id: 23329.092835281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "ioctl", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092837792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "ioctl", format = "fd %u cmd %u arg %lu" }
+metadata.core_marker_id: 23329.092840352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "checkpoint", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092842979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "checkpoint", format = "dev %s need_checkpoint %d" }
+metadata.core_marker_id: 23329.092846409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "softirq_state", name = "softirq_vec", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092849400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "softirq_state", name = "softirq_vec", format = "id %d address %p symbol %s" }
+metadata.core_marker_id: 23329.092852028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_complete", event_id = 20, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092854717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_complete", format = "napi_struct %p name %s" }
+metadata.core_marker_id: 23329.092857444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_exit", event_id = 44, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092860177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_exit", format = "res %d" }
+metadata.core_marker_id: 23329.092862760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_setsockopt", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092865813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_setsockopt", format = "fd %d level %d optname %d optval %p optlen %d ret %d" }
+metadata.core_marker_id: 23329.092869090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_accept", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092872032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_accept", format = "fd %d upeer_sockaddr %p upeer_addrlen %p flags %d ret %d" }
+metadata.core_marker_id: 23329.092874671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_exit", event_id = 23, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092877231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_exit", format = "pid %d" }
+metadata.core_marker_id: 23329.092880001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_id", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092883529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_id", format = "channel %s name %s event_id %hu int #1u%zu long #1u%zu pointer #1u%zu size_t #1u%zu alignment #1u%u" }
+metadata.core_marker_id: 23329.092886576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq", event_id = 18, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092889216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq", format = "rw %d" }
+metadata.core_marker_id: 23329.092892313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wakeup_new_task", event_id = 18, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092894977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wakeup_new_task", format = "pid %d state #2d%ld cpu_id %u" }
+metadata.core_marker_id: 23329.092897895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_next_handler", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092900615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_next_handler", format = "handler %p prev_ret #1u%u" }
+metadata.core_marker_id: 23329.092903323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_poll", event_id = 19, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092905963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_poll", format = "napi_struct %p name %s" }
+metadata.core_marker_id: 23329.092912403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "global_state", name = "statedump_end", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092915049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "global_state", name = "statedump_end", format = " " }
+metadata.core_marker_id: 23329.092917708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "task_state", name = "process_state", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092920718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "task_state", name = "process_state", format = "pid %d parent_pid %d name %s type %d mode %d submode %d status %d tgid %d" }
+metadata.core_marker_id: 23329.092923802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_end", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092926417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_end", format = "bh %p" }
+metadata.core_marker_id: 23329.092928897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_receive", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092932049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_receive", format = "skb %p protocol #n2u%hu" }
+metadata.core_marker_id: 23329.092934713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "syscall_state", name = "sys_call_table", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092937920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "syscall_state", name = "sys_call_table", format = "id %d address %p symbol %s" }
+metadata.core_marker_id: 23329.092940605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockname", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092943448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockname", format = "fd %d usockaddr %p usockaddr_len %p ret %d" }
+metadata.core_marker_id: 23329.092946186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pollfd", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092948696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pollfd", format = "fd %d" }
+metadata.core_marker_id: 23329.092951299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "writev", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092954026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "writev", format = "fd %lu vlen %lu" }
+metadata.core_marker_id: 23329.092956493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "tcpv4_rcv", event_id = 16, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092958998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "tcpv4_rcv", format = "skb %p" }
+metadata.core_marker_id: 23329.092961576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_sendmsg", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092964253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_sendmsg", format = "sock %p msg %p size %zu ret %d" }
+metadata.core_marker_id: 23329.092966868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ip_interface", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092969607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ip_interface", format = "name %s address #n4u%lu up %d" }
+metadata.core_marker_id: 23329.092972512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "del_ifa_ipv4", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092975504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "del_ifa_ipv4", format = "label %s address #4u%u" }
+metadata.core_marker_id: 23329.092978594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "userspace", name = "event", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092981641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "userspace", name = "event", format = "string %s" }
+metadata.core_marker_id: 23329.092986761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_entry", event_id = 41, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092989876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_entry", format = "ip #p%lu address #p%lu trap_id #2u%u" }
+metadata.core_marker_id: 23329.092992578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "crash_kexec", event_id = 38, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.092995366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "crash_kexec", format = "image %p ip %p" }
+metadata.core_marker_id: 23329.092997926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_exit", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093000745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_exit", format = "irqstate #1%d" }
+metadata.core_marker_id: 23329.093003465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_exit", event_id = 40, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093006333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_exit", format = "res %d" }
+metadata.core_marker_id: 23329.093008972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_schedule", event_id = 18, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093011607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_schedule", format = "napi_struct %p name %s" }
+metadata.core_marker_id: 23329.093014204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kernel_kexec", event_id = 37, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093016732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kernel_kexec", format = "image %p" }
+metadata.core_marker_id: 23329.093019187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_fork", event_id = 25, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093022032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_fork", format = "parent_pid %d child_pid %d child_tgid %d" }
+metadata.core_marker_id: 23329.093025023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "start_commit", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093027601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "start_commit", format = "dev %s transaction %d" }
+metadata.core_marker_id: 23329.093030303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_try_wakeup", event_id = 17, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093032986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_try_wakeup", format = "pid %d cpu_id %u state #2d%ld" }
+metadata.core_marker_id: 23329.093035521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "input", name = "input_event", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093038272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "input", name = "input_event", format = "type %u code %u value %d" }
+metadata.core_marker_id: 23329.093041183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "sem_create", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093043793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "sem_create", format = "id %ld flags %d" }
+metadata.core_marker_id: 23329.093046248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "plug", event_id = 19, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093048937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "plug", format = " " }
+metadata.core_marker_id: 23329.093051830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_pc", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093054612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_pc", format = "data_len %u rw %d errors %d" }
+metadata.core_marker_id: 23329.093057221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_free", event_id = 22, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093059898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_free", format = "pid %d" }
+metadata.core_marker_id: 23329.093062569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_migrate_task", event_id = 20, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093065351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_migrate_task", format = "pid %d state #2d%ld dest_cpu %d" }
+metadata.core_marker_id: 23329.093068373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_entry", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093071051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_entry", format = "softirq_id #1u%lu" }
+metadata.core_marker_id: 23329.093073660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "add_to_page_cache", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093076337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "add_to_page_cache", format = "inode %lu sdev %u" }
+metadata.core_marker_id: 23329.093078914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "read", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093081432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "read", format = "count %zu fd %u" }
+metadata.core_marker_id: 23329.093084152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ipv4_interface", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093087329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ipv4_interface", format = "name %s address #n4u%lu up %d" }
+metadata.core_marker_id: 23329.093089999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_exit", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093092670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_exit", format = "func %p data %lu" }
+metadata.core_marker_id: 23329.093095162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_callback", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093097907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_callback", format = "func %p" }
+metadata.core_marker_id: 23329.093100368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_entry", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093103094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_entry", format = "ip #p%ld syscall_id #2u%u" }
+metadata.core_marker_id: 23329.093105642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "msg_create", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093108300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "msg_create", format = "id %ld flags %d" }
+metadata.core_marker_id: 23329.093111353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "module_state", name = "list_module", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
+metadata.core_marker_format: 23329.093114080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "module_state", name = "list_module", format = "name %s state %d refcount %lu" }
+kernel.printk: 23329.093118601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { ip = 0xC1421750 }
+kernel.vprintk: 23329.095196624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { loglevel = 7, string = "LTT state dump begin", ip = 0xC158363B }
+kernel.irq_entry: 23329.098276705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, IRQ { ip = 3238176841, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 23329.098527487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, IRQ { jiffies = 4297269580, xtime_sec = 1264196274, xtime_nsec = 637521999, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.098623151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.softirq_raise: 23329.098708889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, IRQ { softirq_id = 9 [softirq 9] }
+kernel.sched_try_wakeup: 23329.098725155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, IRQ { pid = 1304, cpu_id = 0, state = 1 }
+kernel.irq_exit: 23329.098751648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 23329.098757218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 23329.098767482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, SOFTIRQ { expires = 2302285, function = 0xc141d458, data = 0 }
+kernel.sched_try_wakeup: 23329.098778393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, SOFTIRQ { pid = 5, cpu_id = 0, state = 1 }
+kernel.softirq_exit: 23329.098782260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.softirq_entry: 23329.098783938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
+rcu.tree_callback: 23329.098851055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 0, 0, , , 0, 0x0, SOFTIRQ { func = 0xc10acb19 }
+kernel.softirq_exit: 23329.098855713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
+kernel.sched_schedule: 23329.098866839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 16927, next_pid = 1304, prev_state = 0 }
+kernel.page_fault_entry: 23329.099077967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { ip = 0xc102ace0, address = 0xb7609ca0, trap_id = 14, write_access = 1 }
+block.remap: 23329.099182290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2240, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.099191722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2303, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.getrq_bio: 23329.099220929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2303, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+kernel.timer_set: 23329.099265420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { expires = 2302285, function = 0xc1410312, data = 4147888232 }
+block.plug: 23329.099269620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP
+block.rq_insert_fs: 23329.099278201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { hard_sector = 2303, rw = 0, errors = 0 }
+block.remap: 23329.099306304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2248, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.099309351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2311, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_backmerge: 23329.099317338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2311, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.remap: 23329.099326930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2256, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.099329896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2319, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_backmerge: 23329.099334695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2319, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.remap: 23329.099341894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2264, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.099344836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2327, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_backmerge: 23329.099349487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2327, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.remap: 23329.099356426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2272, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.099359282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2335, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_backmerge: 23329.099364174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2335, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.remap: 23329.099371231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2280, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.099374167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2343, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_backmerge: 23329.099378861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2343, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.remap: 23329.099385930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2288, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.099388933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2351, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_backmerge: 23329.099393645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2351, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.remap: 23329.099405088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2296, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.099407937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2359, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_backmerge: 23329.099412742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2359, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+mm.swap_in: 23329.099427115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1304, 0, , , 0, 0x0, TRAP { pfn = 257085, filp = 0xf7101940, offset = 286 }
+block.unplug_io: 23329.099450234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { pdu = 1 }
+block.rq_issue_fs: 23329.099469589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { hard_sector = 2303, rw = 0, errors = 0 }
+kernel.timer_set: 23329.099498111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { expires = 2302285, function = 0xc14b0234, data = 0 }
+kernel.timer_set: 23329.099525949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { expires = 2304284, function = 0xf8a23e85, data = 4136733696 }
+kernel.sched_schedule: 23329.099598086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 1304, next_pid = 5, prev_state = 2 }
+kernel.sched_schedule: 23329.099726164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 5, next_pid = 16929, prev_state = 1 }
+kernel.page_fault_entry: 23329.099873314 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xc142b6ad, address = 0xb76a8738, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.099912254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.syscall_exit: 23329.099934922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.page_fault_entry: 23329.099942645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7823416, address = 0xb7823416, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.099981054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 0 }
+kernel.page_fault_entry: 23329.100019477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7743795, address = 0xb7743795, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.100062580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.100072918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb774379d, address = 0xbf8013dc, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.100099991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 23329.100109212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77437cd, address = 0xb78091cc, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.100136130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 23329.100146351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77437f1, address = 0xb7841288, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.100172986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 23329.100178519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7713b20, address = 0xb7713b20, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.100214677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.100224034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77b2f36, address = 0xb77b2f36, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.100260082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.100272079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7743813, address = 0xb77ee36c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.100298942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 23329.100308441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77f5b10, address = 0xb77f5b10, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.100344809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.100358181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77f5c16, address = 0xb7807120, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.100384273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 23329.100389560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb774388e, address = 0xb77ef378, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.100415522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 23329.100421234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7715240, address = 0xb7715240, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.100455936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.100464874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7715273, address = 0xb77ed34c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.100491663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 23329.100497133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb777574c, address = 0xb777574c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.100531769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.100541218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77447a0, address = 0xb77447a0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.100576772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 23329.100585525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 66 [syscall 66] }
+kernel.syscall_exit: 23329.100590354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 16929 }
+kernel.page_fault_entry: 23329.100594944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb776ad60, address = 0xb776ad60, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.100699421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 23329.100707873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 12 [syscall 12] }
+kernel.page_fault_entry: 23329.100713830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xc142b874, address = 0xb77cf186, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.100750600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { res = 512 }
+kernel.syscall_exit: 23329.100769950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.page_fault_entry: 23329.100775352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7769e6a, address = 0xb7769e6a, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.100812615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 23329.100820757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 5 [syscall 5] }
+kernel.page_fault_entry: 23329.100825587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xc142b874, address = 0xb77cd329, trap_id = 14, write_access = 0 }
+kernel.irq_entry: 23329.100878559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, IRQ { ip = 3238105433, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_itimer_expired: 23329.100892117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, IRQ { pid = 1989 }
+kernel.send_signal: 23329.100900382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, IRQ { pid = 1989, signal = 14 }
+kernel.irq_exit: 23329.100919701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { handled = 1 }
+kernel.page_fault_exit: 23329.100927042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { res = 512 }
+fs.open: 23329.100962928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16929, 0, , , 0, 0x0, SYSCALL { fd = 5, filename = "/dev/null" }
+kernel.syscall_exit: 23329.100966080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 5 }
+kernel.page_fault_entry: 23329.100971996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb76c098f, address = 0xb76c098f, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101009609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 23329.101018128 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 197 [syscall 197] }
+kernel.syscall_exit: 23329.101021101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.101024543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 63 [syscall 63] }
+kernel.syscall_exit: 23329.101033240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.101036472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 63 [syscall 63] }
+kernel.syscall_exit: 23329.101037792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.101040846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 63 [syscall 63] }
+kernel.syscall_exit: 23329.101042129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 2 }
+kernel.syscall_entry: 23329.101045324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 6 [syscall 6] }
+fs.close: 23329.101047020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16929, 0, , , 0, 0x0, SYSCALL { fd = 5 }
+kernel.syscall_exit: 23329.101048599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.page_fault_entry: 23329.101063212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0x804a80c, address = 0x804a80c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101101473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101126072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0x8048d00, address = 0x8048d00, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101163229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101173131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7837b70, address = 0xb7837b70, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101209726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101219374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7831ea0, address = 0xb7831ea0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101254322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101292097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783b1eb, address = 0xb783b1eb, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101329655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101342109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782d160, address = 0xb782d160, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101378131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101387581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cda0, address = 0xb782cda0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101423647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101435774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7832e10, address = 0xb7832e10, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101482431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101492035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783ab60, address = 0xb783ab60, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101528125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101537286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783ab74, address = 0xb783e0e3, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101573110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101585404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782ce8e, address = 0xb77f124c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101621821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101631036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782ce8e, address = 0xb76aa76c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101631038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101631042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cffd, address = 0xb76ab260, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101631044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101631046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782d01d, address = 0xb76acc7c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101631050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101631052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cbe0, address = 0xb76b29dc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101631056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101631058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783ab70, address = 0xb76b83c1, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101641365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101650810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cc45, address = 0xb76bd1f6, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101686471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101697817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783ab70, address = 0xb76bc766, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101733819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101742930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782d3f7, address = 0xb7822ca5, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.101770036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 23329.101775684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7831fc0, address = 0x804c478, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.101802309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 23329.101807976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb771a120, address = 0xb771a120, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101849644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101859348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7717c10, address = 0xb7717c10, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101900269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.101924720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7717f03, address = 0x87d7014, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.101952283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 23329.101958123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77180e0, address = 0xb77180e0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.101994315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102004087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb771847d, address = 0x87df020, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.102030373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 23329.102037175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cbe0, address = 0xb77f2538, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102073448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102082152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783ab70, address = 0xb77f3368, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102117974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102126696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cc45, address = 0xb77f4588, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102162408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102171538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77f6980, address = 0xb77f6980, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102207057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102217860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782d01d, address = 0xb76ad74c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102254009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102262566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cbe0, address = 0xb76b552c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102298332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102306956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783ab70, address = 0xb76bac9a, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102381835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102393120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7772320, address = 0xb7772320, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102430164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102439862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77f69be, address = 0xb7801ad4, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102476030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102486690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cbe0, address = 0xb76b087c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102535390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102544761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783ab70, address = 0xb76b9605, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102581188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 23329.102589750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 192 [syscall 192] }
+kernel.syscall_exit: 23329.102595046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = -1226149888 }
+kernel.page_fault_entry: 23329.102599510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77f6b33, address = 0xb76a7de0, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.102653524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 0 }
+kernel.page_fault_entry: 23329.102663925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782ce8e, address = 0xb7824204, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102699526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102709963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb78353f0, address = 0xb78353f0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102745681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102755540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7719830, address = 0xb7719830, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102791541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102804782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb771f510, address = 0xb771f510, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102840907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102850599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7834ba0, address = 0xb7834ba0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102885661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.102899748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77f701e, address = 0xb77f701e, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.102935602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 23329.102945237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 125 [syscall 125] }
+kernel.syscall_exit: 23329.102979733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.page_fault_entry: 23329.102987264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cbe0, address = 0xb76b41ac, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.103024333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.103033895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7779220, address = 0xb7779220, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.103069909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 23329.103078106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7779268, syscall_id = 120 [syscall 120] }
+kernel.process_fork: 23329.103106885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { parent_pid = 16929, child_pid = 16930, child_tgid = 16929 }
+kernel.sched_wakeup_new_task: 23329.103116713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { pid = 16930, state = 0, cpu_id = 0 }
+kernel.syscall_exit: 23329.103263310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 16930 }
+kernel.page_fault_entry: 23329.103271854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77fd630, address = 0xb77fd630, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.103329269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 23329.103338251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 240 [syscall 240] }
+kernel.sched_schedule: 23329.103383672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16928, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 16929, next_pid = 16928, prev_state = 1 }
+kernel.sched_schedule: 23329.103495535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 16928, next_pid = 1989, prev_state = 64 }
+kernel.syscall_entry: 23329.103673233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851408, syscall_id = 119 [syscall 119] }
+kernel.syscall_exit: 23329.103676460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 116 }
+kernel.syscall_entry: 23329.104171379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.104176299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 23329.104183491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.104195571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
+fs.select: 23329.104200930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 1, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104205116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 3, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104207602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 5, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104214529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 7, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104216986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 13, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104219301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 19, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104221690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 20, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104224196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 21, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104226647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 22, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104228980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 23, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104231147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 24, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104234098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 25, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104236573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 26, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104238919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 27, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104241252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 28, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104243913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 29, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104246413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 30, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104248870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 31, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104251654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 32, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104254055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 33, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104256345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 34, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104258629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 35, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104261247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 37, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104263623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 38, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104266012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 39, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104268433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 40, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104270889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 41, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104273927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 42, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104276062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 43, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104278463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 44, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104281124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 45, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104283568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 46, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104286025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 49, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104288550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 50, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.104291105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 52, end_time_sec = 0, end_time_nsec = 0 }
+kernel.syscall_exit: 23329.104293883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.104300896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.104302692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 23329.104309909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.104329416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.104341292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.104342571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 4096 }
+kernel.irq_entry: 23329.105462667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, IRQ { ip = 3078444278, handler = 0x0, irq_id = 239, kernel_mode = 0 }
+kernel.timer_update_time: 23329.105487763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, IRQ { jiffies = 4297269581, xtime_sec = 1264196274, xtime_nsec = 637522000, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.105502214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.softirq_raise: 23329.105513848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, IRQ { softirq_id = 9 [softirq 9] }
+kernel.irq_exit: 23329.105546829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 23329.105551978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 23329.105563897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SOFTIRQ { expires = 2302286, function = 0xc141d458, data = 0 }
+kernel.timer_set: 23329.105569838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SOFTIRQ { expires = 2302286, function = 0xc14b0234, data = 0 }
+kernel.softirq_exit: 23329.105573246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.softirq_entry: 23329.105575583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
+rcu.tree_callback: 23329.105642628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 1989, 0, , , 0, 0x0, SOFTIRQ { func = 0xc10bdc5f }
+rcu.tree_callback: 23329.105649024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 1989, 0, , , 0, 0x0, SOFTIRQ { func = 0xc103c96c }
+rcu.tree_callback: 23329.105651773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 1989, 0, , , 0, 0x0, SOFTIRQ { func = 0xc102b275 }
+kernel.process_free: 23329.105654832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SOFTIRQ { pid = 16928 }
+mm.page_free: 23329.105661044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 0, , , 0, 0x0, SOFTIRQ { pfn = 198338, order = 1 }
+rcu.tree_callback: 23329.105672694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 1989, 0, , , 0, 0x0, SOFTIRQ { func = 0xc10acb19 }
+kernel.softirq_exit: 23329.105675449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
+kernel.sched_schedule: 23329.105688127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, SYSCALL { prev_pid = 1989, next_pid = 16930, prev_state = 0 }
+kernel.syscall_exit: 23329.105919817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.105928959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 311 [syscall 311] }
+kernel.syscall_exit: 23329.105930620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.105942836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0xb782cbe0, address = 0xb76b1dec, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.105989609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.106000437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0xb783ab70, address = 0xb76b6f34, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.106036790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.106047413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0xb76d4680, address = 0xb76d4680, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.106083927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.106094780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0x8049da0, address = 0x8049da0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.106132207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.106143293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0xb782cbe0, address = 0xb76aeddc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.106179374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.106188295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 42 [syscall 42] }
+kernel.syscall_exit: 23329.106226932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.106234087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0xb77fa600, address = 0xb77fa600, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.106271539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.106286181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0xb776ba80, address = 0xb776ba80, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.106322393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.106331313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0xb7786c40, address = 0xb7786c40, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.106367771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.106375771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.106379092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 23329.106382821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 6 }
+fs.pollfd: 23329.106411833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 23329.106413890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 23329.106415766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 23329.106417798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 14 }
+fs.pollfd: 23329.106419679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 23329.106421513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 18 }
+fs.pollfd: 23329.106423402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 20 }
+fs.pollfd: 23329.106425298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 22 }
+fs.pollfd: 23329.106427186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 24 }
+fs.pollfd: 23329.106429087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 23329.106430902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 28 }
+fs.pollfd: 23329.106432686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 30 }
+fs.pollfd: 23329.106434476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 32 }
+fs.pollfd: 23329.106443144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 34 }
+fs.pollfd: 23329.106450767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 36 }
+fs.pollfd: 23329.106452545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 38 }
+fs.pollfd: 23329.106454490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 40 }
+fs.pollfd: 23329.106466385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 42 }
+fs.pollfd: 23329.106468324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 44 }
+fs.pollfd: 23329.106470194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 46 }
+fs.pollfd: 23329.106499145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 48 }
+kernel.sched_schedule: 23329.106509559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 16930, next_pid = 1989, prev_state = 1 }
+kernel.syscall_entry: 23329.106909296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.106917333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { count = 4080, fd = 48 }
+kernel.syscall_exit: 23329.106918710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 4080 }
+kernel.syscall_entry: 23329.107932609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.107938017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { count = 3576, fd = 48 }
+kernel.syscall_exit: 23329.107939387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 3576 }
+kernel.syscall_entry: 23329.109525152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 23329.109582612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.109593871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.109786705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 0, , , 0, 0x0, MODE_UNKNOWN { fd = 8 }
+kernel.sched_schedule: 23329.109796631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 2336, next_pid = 16927, prev_state = 1 }
+kernel.printk: 23329.109863183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { ip = 0xC142176D }
+kernel.vprintk: 23329.109874912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { loglevel = 7, string = "LTT state dump thread start", ip = 0xC158363B }
+task_state.process_state: 23329.109899560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1, parent_pid = 0, name = "init", type = 0, mode = 5, submode = 0, status = 5, tgid = 1 }
+task_state.process_state: 23329.109903918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2, parent_pid = 0, name = "kthreadd", type = 1, mode = 5, submode = 0, status = 5, tgid = 2 }
+task_state.process_state: 23329.109907357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 3, parent_pid = 2, name = "ksoftirqd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 3 }
+task_state.process_state: 23329.109910721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 4, parent_pid = 2, name = "watchdog/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 4 }
+task_state.process_state: 23329.109913666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5, parent_pid = 2, name = "events/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 5 }
+task_state.process_state: 23329.109916641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 6, parent_pid = 2, name = "cpuset", type = 1, mode = 5, submode = 0, status = 5, tgid = 6 }
+task_state.process_state: 23329.109919666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 7, parent_pid = 2, name = "khelper", type = 1, mode = 5, submode = 0, status = 5, tgid = 7 }
+task_state.process_state: 23329.109922889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10, parent_pid = 2, name = "netns", type = 1, mode = 5, submode = 0, status = 5, tgid = 10 }
+task_state.process_state: 23329.109925901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 13, parent_pid = 2, name = "async/mgr", type = 1, mode = 5, submode = 0, status = 5, tgid = 13 }
+task_state.process_state: 23329.109929006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 122, parent_pid = 2, name = "sync_supers", type = 1, mode = 5, submode = 0, status = 5, tgid = 122 }
+task_state.process_state: 23329.109932395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 124, parent_pid = 2, name = "bdi-default", type = 1, mode = 5, submode = 0, status = 5, tgid = 124 }
+task_state.process_state: 23329.109935352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 126, parent_pid = 2, name = "kblockd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 126 }
+task_state.process_state: 23329.109938247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 128, parent_pid = 2, name = "kacpid", type = 1, mode = 5, submode = 0, status = 5, tgid = 128 }
+task_state.process_state: 23329.109941439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 129, parent_pid = 2, name = "kacpi_notify", type = 1, mode = 5, submode = 0, status = 5, tgid = 129 }
+task_state.process_state: 23329.109944235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 130, parent_pid = 2, name = "kacpi_hotplug", type = 1, mode = 5, submode = 0, status = 5, tgid = 130 }
+task_state.process_state: 23329.109946890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 171, parent_pid = 2, name = "kseriod", type = 1, mode = 5, submode = 0, status = 5, tgid = 171 }
+task_state.process_state: 23329.109949723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 178, parent_pid = 2, name = "kslowd", type = 1, mode = 5, submode = 0, status = 5, tgid = 178 }
+task_state.process_state: 23329.109952859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 179, parent_pid = 2, name = "kslowd", type = 1, mode = 5, submode = 0, status = 5, tgid = 179 }
+task_state.process_state: 23329.109957063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 199, parent_pid = 2, name = "rpciod/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 199 }
+task_state.process_state: 23329.109959945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 216, parent_pid = 2, name = "khungtaskd", type = 1, mode = 5, submode = 0, status = 5, tgid = 216 }
+task_state.process_state: 23329.109962878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 217, parent_pid = 2, name = "kswapd0", type = 1, mode = 5, submode = 0, status = 5, tgid = 217 }
+task_state.process_state: 23329.109965599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 218, parent_pid = 2, name = "aio/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 218 }
+task_state.process_state: 23329.109968625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 228, parent_pid = 2, name = "nfsiod", type = 1, mode = 5, submode = 0, status = 5, tgid = 228 }
+task_state.process_state: 23329.109971594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 233, parent_pid = 2, name = "jfsIO", type = 1, mode = 5, submode = 0, status = 5, tgid = 233 }
+kernel.irq_entry: 23329.110021553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, IRQ { ip = 3242331332, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 1 }
+block.rq_complete_fs: 23329.110048831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16927, 0, , , 0, 0x0, IRQ { hard_sector = 2303, rw = 0, errors = 0 }
+kernel.sched_try_wakeup: 23329.110072517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, IRQ { pid = 1304, cpu_id = 0, state = 2 }
+kernel.timer_set: 23329.110089882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, IRQ { expires = 2302286, function = 0xc141b0a5, data = 4136835584 }
+kernel.irq_exit: 23329.110101037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.sched_schedule: 23329.110113636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { prev_pid = 16927, next_pid = 1304, prev_state = 0 }
+kernel.page_fault_exit: 23329.110209442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, MODE_UNKNOWN { res = 4 }
+fs.read: 23329.110287512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1304, 0, , , 0, 0x0, MODE_UNKNOWN { count = 4095, fd = 19 }
+kernel.syscall_exit: 23329.110289272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 85 }
+kernel.page_fault_entry: 23329.110323791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { ip = 0xb76065f3, address = 0xb76065f3, trap_id = 14, write_access = 0 }
+mm.add_to_page_cache: 23329.110362101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1304, 0, , , 0, 0x0, TRAP { inode = 33292, sdev = 3145730 }
+mm.add_to_page_cache: 23329.110372991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1304, 0, , , 0, 0x0, TRAP { inode = 33292, sdev = 3145730 }
+mm.add_to_page_cache: 23329.110376608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1304, 0, , , 0, 0x0, TRAP { inode = 33292, sdev = 3145730 }
+mm.add_to_page_cache: 23329.110379917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1304, 0, , , 0, 0x0, TRAP { inode = 33292, sdev = 3145730 }
+block.remap: 23329.110386640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 1157472, device_to = 3145730, size = 16384, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.110390485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 4081302, size = 16384, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.getrq_bio: 23329.110402608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 4081302, size = 16384, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+kernel.timer_set: 23329.110410140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { expires = 2302286, function = 0xc1410312, data = 4147888232 }
+block.plug: 23329.110414214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP
+block.rq_insert_fs: 23329.110419325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { hard_sector = 4081302, rw = 0, errors = 0 }
+block.rq_issue_fs: 23329.110438203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { hard_sector = 4081302, rw = 0, errors = 0 }
+kernel.timer_set: 23329.110477660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { expires = 2304285, function = 0xf8a23e85, data = 4136733696 }
+block.unplug_io: 23329.110557169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { pdu = 1 }
+kernel.sched_schedule: 23329.110567392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 1304, next_pid = 16927, prev_state = 2 }
+task_state.process_state: 23329.110658433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 234, parent_pid = 2, name = "jfsCommit", type = 1, mode = 5, submode = 0, status = 5, tgid = 234 }
+task_state.process_state: 23329.110661945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 235, parent_pid = 2, name = "jfsSync", type = 1, mode = 5, submode = 0, status = 5, tgid = 235 }
+task_state.process_state: 23329.110664847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 236, parent_pid = 2, name = "xfs_mru_cache", type = 1, mode = 5, submode = 0, status = 5, tgid = 236 }
+task_state.process_state: 23329.110667915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 237, parent_pid = 2, name = "xfslogd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 237 }
+task_state.process_state: 23329.110671205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 238, parent_pid = 2, name = "xfsdatad/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 238 }
+task_state.process_state: 23329.110674193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 239, parent_pid = 2, name = "xfsconvertd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 239 }
+task_state.process_state: 23329.110676989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 240, parent_pid = 2, name = "ocfs2_wq", type = 1, mode = 5, submode = 0, status = 5, tgid = 240 }
+task_state.process_state: 23329.110679798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 241, parent_pid = 2, name = "o2quot/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 241 }
+task_state.process_state: 23329.110682668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 244, parent_pid = 2, name = "user_dlm", type = 1, mode = 5, submode = 0, status = 5, tgid = 244 }
+task_state.process_state: 23329.110685397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 246, parent_pid = 2, name = "glock_workqueue", type = 1, mode = 5, submode = 0, status = 5, tgid = 246 }
+task_state.process_state: 23329.110688168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 247, parent_pid = 2, name = "delete_workqueu", type = 1, mode = 5, submode = 0, status = 5, tgid = 247 }
+task_state.process_state: 23329.110690910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 248, parent_pid = 2, name = "crypto/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 248 }
+task_state.process_state: 23329.110693792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 394, parent_pid = 2, name = "krxrpcd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 394 }
+task_state.process_state: 23329.110696879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 543, parent_pid = 2, name = "ksuspend_usbd", type = 1, mode = 5, submode = 0, status = 5, tgid = 543 }
+task_state.process_state: 23329.110699736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 547, parent_pid = 2, name = "khubd", type = 1, mode = 5, submode = 0, status = 5, tgid = 547 }
+task_state.process_state: 23329.110702786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 561, parent_pid = 2, name = "ata/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 561 }
+task_state.process_state: 23329.110705835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 563, parent_pid = 2, name = "ata_aux", type = 1, mode = 5, submode = 0, status = 5, tgid = 563 }
+task_state.process_state: 23329.110708724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 568, parent_pid = 2, name = "scsi_eh_0", type = 1, mode = 5, submode = 0, status = 5, tgid = 568 }
+task_state.process_state: 23329.110711638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 600, parent_pid = 2, name = "flush-3:0", type = 1, mode = 5, submode = 0, status = 5, tgid = 600 }
+task_state.process_state: 23329.110714780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 601, parent_pid = 2, name = "kjournald", type = 1, mode = 5, submode = 0, status = 5, tgid = 601 }
+task_state.process_state: 23329.110718169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 654, parent_pid = 1, name = "udevd", type = 0, mode = 5, submode = 0, status = 5, tgid = 654 }
+task_state.process_state: 23329.110721145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 757, parent_pid = 654, name = "udevd", type = 0, mode = 5, submode = 0, status = 5, tgid = 757 }
+task_state.process_state: 23329.110723898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 758, parent_pid = 654, name = "udevd", type = 0, mode = 5, submode = 0, status = 5, tgid = 758 }
+task_state.process_state: 23329.110726892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 795, parent_pid = 2, name = "kpsmoused", type = 1, mode = 5, submode = 0, status = 5, tgid = 795 }
+task_state.process_state: 23329.110729787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1219, parent_pid = 1, name = "dhclient3", type = 0, mode = 5, submode = 0, status = 5, tgid = 1219 }
+task_state.process_state: 23329.110732732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1244, parent_pid = 2, name = "cifsd", type = 1, mode = 5, submode = 0, status = 5, tgid = 1244 }
+task_state.process_state: 23329.110735818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1259, parent_pid = 1, name = "dirmngr", type = 0, mode = 5, submode = 0, status = 5, tgid = 1259 }
+task_state.process_state: 23329.110738676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1301, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1301 }
+task_state.process_state: 23329.110741337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1303, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1301 }
+task_state.process_state: 23329.110744035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1304, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1301 }
+task_state.process_state: 23329.110747016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16834, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1301 }
+task_state.process_state: 23329.110749899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1340, parent_pid = 1, name = "xfstt", type = 0, mode = 5, submode = 0, status = 5, tgid = 1340 }
+task_state.process_state: 23329.110752745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1347, parent_pid = 1, name = "acpid", type = 0, mode = 5, submode = 0, status = 5, tgid = 1347 }
+task_state.process_state: 23329.110755646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1372, parent_pid = 1, name = "cron", type = 0, mode = 5, submode = 0, status = 5, tgid = 1372 }
+task_state.process_state: 23329.110758517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1382, parent_pid = 1, name = "dbus-daemon", type = 0, mode = 5, submode = 0, status = 5, tgid = 1382 }
+task_state.process_state: 23329.110761505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1391, parent_pid = 1, name = "gpm", type = 0, mode = 5, submode = 0, status = 5, tgid = 1391 }
+task_state.process_state: 23329.110764653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1421, parent_pid = 1, name = "mysqld_safe", type = 0, mode = 5, submode = 0, status = 5, tgid = 1421 }
+task_state.process_state: 23329.110767394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1545, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
+task_state.process_state: 23329.110770468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1556, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
+task_state.process_state: 23329.110773295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1557, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
+task_state.process_state: 23329.110776066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1558, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
+task_state.process_state: 23329.110778975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1559, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
+task_state.process_state: 23329.110782006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1561, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
+task_state.process_state: 23329.110785363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1562, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
+task_state.process_state: 23329.110788338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1563, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
+task_state.process_state: 23329.110791382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1564, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
+task_state.process_state: 23329.110794346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1567, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
+task_state.process_state: 23329.110797271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1546, parent_pid = 1421, name = "logger", type = 0, mode = 5, submode = 0, status = 5, tgid = 1546 }
+task_state.process_state: 23329.110800209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1623, parent_pid = 1, name = "sshd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1623 }
+task_state.process_state: 23329.110803185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1642, parent_pid = 1, name = "VBoxService", type = 0, mode = 5, submode = 0, status = 5, tgid = 1642 }
+task_state.process_state: 23329.110806037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1643, parent_pid = 1, name = "VBoxService", type = 0, mode = 5, submode = 0, status = 5, tgid = 1642 }
+task_state.process_state: 23329.110808796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1658, parent_pid = 1, name = "hald", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
+task_state.process_state: 23329.110811932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1659, parent_pid = 1658, name = "hald-runner", type = 0, mode = 5, submode = 0, status = 5, tgid = 1659 }
+task_state.process_state: 23329.110814741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1732, parent_pid = 1659, name = "hald-addon-stor", type = 0, mode = 5, submode = 0, status = 5, tgid = 1732 }
+task_state.process_state: 23329.110817803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1734, parent_pid = 1659, name = "hald-addon-stor", type = 0, mode = 5, submode = 0, status = 5, tgid = 1734 }
+task_state.process_state: 23329.110820778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1736, parent_pid = 1659, name = "hald-addon-acpi", type = 0, mode = 5, submode = 0, status = 5, tgid = 1736 }
+task_state.process_state: 23329.110823624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1741, parent_pid = 1659, name = "hald-addon-inpu", type = 0, mode = 5, submode = 0, status = 5, tgid = 1741 }
+task_state.process_state: 23329.110826482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1758, parent_pid = 1, name = "nmbd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1758 }
+task_state.process_state: 23329.110829291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1767, parent_pid = 1, name = "smbd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1767 }
+task_state.process_state: 23329.110832063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1777, parent_pid = 1767, name = "smbd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1777 }
+task_state.process_state: 23329.110834914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1815, parent_pid = 1, name = "gdm-emulatord", type = 0, mode = 5, submode = 0, status = 5, tgid = 1815 }
+task_state.process_state: 23329.110837822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1840, parent_pid = 1, name = "login", type = 0, mode = 5, submode = 0, status = 5, tgid = 1840 }
+task_state.process_state: 23329.110840693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1841, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1841 }
+task_state.process_state: 23329.110843495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1842, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1842 }
+task_state.process_state: 23329.110846272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1843, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1843 }
+task_state.process_state: 23329.110849032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1844, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1844 }
+task_state.process_state: 23329.110851749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1845, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1845 }
+task_state.process_state: 23329.110854891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1881, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110858533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1882, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110861507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1884, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110864322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1885, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110867384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1886, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110898213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1887, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110901559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1888, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110904892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1890, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110907732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1891, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110910695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1892, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110954455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1893, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110957431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1894, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110960320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1895, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110963141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1896, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110966011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1897, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110968999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1898, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110971820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1899, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110975086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1900, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110977969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1901, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110980876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1902, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110983734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1903, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110986549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1904, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110989692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1905, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110992536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1906, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110995284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1907, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.110998173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1908, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111001018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1909, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111003773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1910, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111006654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1911, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111009562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1912, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111012525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1913, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111015285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1914, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111018056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1915, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111021260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1916, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111024001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1917, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111026896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1918, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111029835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1919, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111032612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1920, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111035285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1921, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111038224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1922, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111041039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1923, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111043996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1924, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111046712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1925, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111049737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1926, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111052447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1927, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111055218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1928, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111058040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1929, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111060910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1930, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111063669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1931, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111066849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1932, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111069694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1933, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111072595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1934, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111075454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1935, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111078268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1936, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111081151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1937, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111084041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1938, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111086725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1939, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111089620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1940, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111092361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1941, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111095213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1942, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111098059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1943, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111100868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1945, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111103578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1949, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111106479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1990, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
+task_state.process_state: 23329.111109461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1957, parent_pid = 1840, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 1957 }
+task_state.process_state: 23329.111112554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1987, parent_pid = 1, name = "kdm", type = 0, mode = 5, submode = 0, status = 5, tgid = 1987 }
+task_state.process_state: 23329.111115325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1989, parent_pid = 1987, name = "Xorg", type = 0, mode = 5, submode = 0, status = 1, tgid = 1989 }
+task_state.process_state: 23329.111118146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1993, parent_pid = 1987, name = "kdm", type = 0, mode = 5, submode = 0, status = 5, tgid = 1993 }
+task_state.process_state: 23329.111121005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2001, parent_pid = 1, name = "dbus-launch", type = 0, mode = 5, submode = 0, status = 5, tgid = 2001 }
+task_state.process_state: 23329.111124060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2002, parent_pid = 1, name = "dbus-daemon", type = 0, mode = 5, submode = 0, status = 5, tgid = 2002 }
+task_state.process_state: 23329.111127011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2015, parent_pid = 1993, name = "startkde", type = 0, mode = 5, submode = 0, status = 5, tgid = 2015 }
+task_state.process_state: 23329.111129838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2086, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2086 }
+task_state.process_state: 23329.111132530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2090, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2086 }
+task_state.process_state: 23329.111135561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2095, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2095 }
+task_state.process_state: 23329.111138362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2128, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2095 }
+task_state.process_state: 23329.111141307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2099, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2099 }
+task_state.process_state: 23329.111143974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2100, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2099 }
+task_state.process_state: 23329.111146949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2104, parent_pid = 2015, name = "ssh-agent", type = 0, mode = 5, submode = 0, status = 5, tgid = 2104 }
+task_state.process_state: 23329.111150037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2110, parent_pid = 1, name = "dbus-launch", type = 0, mode = 5, submode = 0, status = 5, tgid = 2110 }
+task_state.process_state: 23329.111153030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2114, parent_pid = 1, name = "dbus-daemon", type = 0, mode = 5, submode = 0, status = 5, tgid = 2114 }
+task_state.process_state: 23329.111155814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2161, parent_pid = 1, name = "kdeinit4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2161 }
+task_state.process_state: 23329.111159030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2162, parent_pid = 2161, name = "klauncher", type = 0, mode = 5, submode = 0, status = 5, tgid = 2162 }
+task_state.process_state: 23329.111161814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2164, parent_pid = 1, name = "kded4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2164 }
+task_state.process_state: 23329.111164642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2182, parent_pid = 2015, name = "kwrapper4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2182 }
+task_state.process_state: 23329.111167617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2185, parent_pid = 2161, name = "ksmserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2185 }
+task_state.process_state: 23329.111170413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2198, parent_pid = 2161, name = "ksmserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2185 }
+task_state.process_state: 23329.111173210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2199, parent_pid = 2185, name = "kwin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2199 }
+task_state.process_state: 23329.111176025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2201, parent_pid = 1, name = "kglobalaccel", type = 0, mode = 5, submode = 0, status = 5, tgid = 2201 }
+task_state.process_state: 23329.111178852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2203, parent_pid = 1, name = "plasma-desktop", type = 0, mode = 5, submode = 0, status = 5, tgid = 2203 }
+task_state.process_state: 23329.111181587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2207, parent_pid = 1, name = "plasma-desktop", type = 0, mode = 5, submode = 0, status = 5, tgid = 2203 }
+task_state.process_state: 23329.111184389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2205, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2205 }
+task_state.process_state: 23329.111187303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2321, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2205 }
+task_state.process_state: 23329.111190161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2322, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2205 }
+task_state.process_state: 23329.111192884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2325, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2205 }
+task_state.process_state: 23329.111195649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2326, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2205 }
+task_state.process_state: 23329.111198378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2238, parent_pid = 2161, name = "kio_file", type = 0, mode = 5, submode = 0, status = 5, tgid = 2238 }
+task_state.process_state: 23329.111201279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2244, parent_pid = 1, name = "kxkb", type = 0, mode = 5, submode = 0, status = 5, tgid = 2244 }
+task_state.process_state: 23329.111204390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2252, parent_pid = 1, name = "kxkb", type = 0, mode = 5, submode = 0, status = 5, tgid = 2244 }
+task_state.process_state: 23329.111207088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2247, parent_pid = 1, name = "krunner", type = 0, mode = 5, submode = 0, status = 5, tgid = 2247 }
+task_state.process_state: 23329.111209817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2248, parent_pid = 1, name = "nepomukserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2248 }
+task_state.process_state: 23329.111212828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2254, parent_pid = 1, name = "nepomukserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2248 }
+task_state.process_state: 23329.111215613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2255, parent_pid = 2248, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2255 }
+task_state.process_state: 23329.111218385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2259, parent_pid = 2248, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2259 }
+task_state.process_state: 23329.111221193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2260, parent_pid = 2248, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2260 }
+task_state.process_state: 23329.111224225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2261, parent_pid = 2248, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2261 }
+task_state.process_state: 23329.111226984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2265, parent_pid = 2248, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2261 }
+task_state.process_state: 23329.111229867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2263, parent_pid = 1, name = "kmix", type = 0, mode = 5, submode = 0, status = 5, tgid = 2263 }
+task_state.process_state: 23329.111232625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2269, parent_pid = 2161, name = "gkrellm", type = 0, mode = 5, submode = 0, status = 5, tgid = 2269 }
+task_state.process_state: 23329.111235700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2275, parent_pid = 2161, name = "polkit-gnome-au", type = 0, mode = 5, submode = 0, status = 5, tgid = 2275 }
+task_state.process_state: 23329.111238724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2290, parent_pid = 1, name = "polkitd", type = 0, mode = 5, submode = 0, status = 5, tgid = 2290 }
+task_state.process_state: 23329.111241434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2336, parent_pid = 1, name = "konsole", type = 0, mode = 5, submode = 0, status = 5, tgid = 2336 }
+task_state.process_state: 23329.111244416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2342, parent_pid = 1, name = "konsole", type = 0, mode = 5, submode = 0, status = 5, tgid = 2336 }
+task_state.process_state: 23329.111247231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2536, parent_pid = 2336, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 2536 }
+task_state.process_state: 23329.111250583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2630, parent_pid = 2536, name = "su", type = 0, mode = 5, submode = 0, status = 5, tgid = 2630 }
+task_state.process_state: 23329.111253404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2639, parent_pid = 2630, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 2639 }
+task_state.process_state: 23329.111256305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2748, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 2748 }
+task_state.process_state: 23329.111259336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2757, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 2757 }
+task_state.process_state: 23329.111262343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2782, parent_pid = 1372, name = "cron", type = 0, mode = 5, submode = 0, status = 5, tgid = 2782 }
+task_state.process_state: 23329.111265102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2791, parent_pid = 2782, name = "NetCheck.sh", type = 1, mode = 5, submode = 0, status = 4, tgid = 2791 }
+task_state.process_state: 23329.111267985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2794, parent_pid = 2782, name = "sendmail", type = 0, mode = 5, submode = 0, status = 5, tgid = 2794 }
+task_state.process_state: 23329.111270794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2838, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 2838 }
+task_state.process_state: 23329.111273714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2853, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 2853 }
+task_state.process_state: 23329.111276646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2864, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 2864 }
+task_state.process_state: 23329.111279399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 3380, parent_pid = 1, name = "gvfsd", type = 0, mode = 5, submode = 0, status = 5, tgid = 3380 }
+task_state.process_state: 23329.111282109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 3384, parent_pid = 1, name = "gvfs-hal-volume", type = 0, mode = 5, submode = 0, status = 5, tgid = 3384 }
+task_state.process_state: 23329.111285097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 3386, parent_pid = 1, name = "gvfs-gphoto2-vo", type = 0, mode = 5, submode = 0, status = 5, tgid = 3386 }
+task_state.process_state: 23329.111288035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 3701, parent_pid = 2336, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 3701 }
+task_state.process_state: 23329.111290949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 4080, parent_pid = 2161, name = "sh", type = 0, mode = 5, submode = 0, status = 5, tgid = 4080 }
+task_state.process_state: 23329.111293596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 4081, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111297147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8990, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111300158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8991, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111303054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8992, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111305782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8993, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111308518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8994, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111311461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8995, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111314338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8996, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111321517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8999, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111324357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9000, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111327135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9001, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111330061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9004, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111332956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9020, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111335802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9043, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111338592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9044, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111341488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9070, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111344772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9212, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111347630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9238, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111350488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9239, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111353241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9241, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111356198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 11610, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111358987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 11966, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111361896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 11967, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111364655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 13119, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111367384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 13120, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111370192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 14209, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111373032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 14402, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111375723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16658, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111378618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16826, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
+task_state.process_state: 23329.111381501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 4182, parent_pid = 1, name = "gconfd-2", type = 0, mode = 5, submode = 0, status = 5, tgid = 4182 }
+task_state.process_state: 23329.111384384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5051, parent_pid = 2161, name = "icedove", type = 0, mode = 5, submode = 0, status = 5, tgid = 5051 }
+task_state.process_state: 23329.111387211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5063, parent_pid = 5051, name = "run-mozilla.sh", type = 0, mode = 5, submode = 0, status = 5, tgid = 5063 }
+task_state.process_state: 23329.111390625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5064, parent_pid = 2161, name = "wish", type = 0, mode = 5, submode = 0, status = 5, tgid = 5064 }
+task_state.process_state: 23329.111393508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5070, parent_pid = 2161, name = "wish", type = 0, mode = 5, submode = 0, status = 5, tgid = 5064 }
+task_state.process_state: 23329.111396551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5069, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111399471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5073, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111402514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5074, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111405311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5082, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111408101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5083, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111411039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5089, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111413928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5090, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111416867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5091, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111419922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5124, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111422904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5705, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111425663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5709, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111428435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5847, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111431300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5848, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111434065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5850, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111437399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 7980, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111440281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 7981, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111443065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 15364, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111445930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 15511, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
+task_state.process_state: 23329.111449090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 6239, parent_pid = 5064, name = "firefox-bin", type = 1, mode = 5, submode = 0, status = 4, tgid = 6239 }
+task_state.process_state: 23329.111452066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16884, parent_pid = 2336, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 16884 }
+task_state.process_state: 23329.111454937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16900, parent_pid = 16884, name = "su", type = 0, mode = 5, submode = 0, status = 5, tgid = 16900 }
+task_state.process_state: 23329.111457855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16908, parent_pid = 16900, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 16908 }
+task_state.process_state: 23329.111460633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, parent_pid = 16908, name = "lttctl", type = 0, mode = 5, submode = 0, status = 1, tgid = 16927 }
+task_state.process_state: 23329.111463436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, parent_pid = 1, name = "lttd", type = 0, mode = 5, submode = 0, status = 5, tgid = 16929 }
+task_state.process_state: 23329.111466047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16930, parent_pid = 1, name = "lttd", type = 0, mode = 5, submode = 0, status = 5, tgid = 16929 }
+task_state.process_state: 23329.111474875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 0, parent_pid = 0, name = "swapper", type = 1, mode = 5, submode = 0, status = 1, tgid = 0 }
+fd_state.file_descriptor: 23329.111498746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/initctl", pid = 1, fd = 10 }
+fd_state.file_descriptor: 23329.111509925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 654, fd = 0 }
+fd_state.file_descriptor: 23329.111511937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 654, fd = 1 }
+fd_state.file_descriptor: 23329.111513876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 654, fd = 2 }
+fd_state.file_descriptor: 23329.111521852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/.udev/queue.bin", pid = 654, fd = 3 }
+fd_state.file_descriptor: 23329.111531704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2755]", pid = 654, fd = 4 }
+fd_state.file_descriptor: 23329.111538778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2756]", pid = 654, fd = 5 }
+fd_state.file_descriptor: 23329.111560884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 654, fd = 6 }
+fd_state.file_descriptor: 23329.111567286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "anon_inode:[signalfd]", pid = 654, fd = 7 }
+fd_state.file_descriptor: 23329.111570033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2759]", pid = 654, fd = 8 }
+fd_state.file_descriptor: 23329.111572397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2760]", pid = 654, fd = 9 }
+fd_state.file_descriptor: 23329.111574842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 757, fd = 0 }
+fd_state.file_descriptor: 23329.111576922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 757, fd = 1 }
+fd_state.file_descriptor: 23329.111578959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 757, fd = 2 }
+fd_state.file_descriptor: 23329.111587015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2912]", pid = 757, fd = 3 }
+fd_state.file_descriptor: 23329.111589040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 757, fd = 6 }
+fd_state.file_descriptor: 23329.111591108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2760]", pid = 757, fd = 9 }
+fd_state.file_descriptor: 23329.111593484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 758, fd = 0 }
+fd_state.file_descriptor: 23329.111595503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 758, fd = 1 }
+fd_state.file_descriptor: 23329.111597410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 758, fd = 2 }
+fd_state.file_descriptor: 23329.111602503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2917]", pid = 758, fd = 3 }
+fd_state.file_descriptor: 23329.111622287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 758, fd = 6 }
+fd_state.file_descriptor: 23329.111624806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2760]", pid = 758, fd = 9 }
+fd_state.file_descriptor: 23329.111627621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1219, fd = 0 }
+fd_state.file_descriptor: 23329.111629769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1219, fd = 1 }
+fd_state.file_descriptor: 23329.111631961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1219, fd = 2 }
+fd_state.file_descriptor: 23329.111638091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/dhcp3/dhclient.eth0.leases", pid = 1219, fd = 3 }
+fd_state.file_descriptor: 23329.111643085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4291]", pid = 1219, fd = 4 }
+fd_state.file_descriptor: 23329.111650622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4288]", pid = 1219, fd = 5 }
+fd_state.file_descriptor: 23329.111654091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[4515]", pid = 1259, fd = 3 }
+fd_state.file_descriptor: 23329.111656221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[4515]", pid = 1259, fd = 4 }
+fd_state.file_descriptor: 23329.111661265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/dirmngr.log", pid = 1259, fd = 5 }
+fd_state.file_descriptor: 23329.111663975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4518]", pid = 1259, fd = 6 }
+fd_state.file_descriptor: 23329.111669148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4570]", pid = 1301, fd = 0 }
+fd_state.file_descriptor: 23329.111673821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/auth.log", pid = 1301, fd = 3 }
+fd_state.file_descriptor: 23329.111676043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/syslog", pid = 1301, fd = 4 }
+fd_state.file_descriptor: 23329.111678301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/daemon.log", pid = 1301, fd = 5 }
+fd_state.file_descriptor: 23329.111680598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/kern.log", pid = 1301, fd = 6 }
+fd_state.file_descriptor: 23329.111682814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/lpr.log", pid = 1301, fd = 7 }
+fd_state.file_descriptor: 23329.111685117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.log", pid = 1301, fd = 8 }
+fd_state.file_descriptor: 23329.111687296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/user.log", pid = 1301, fd = 9 }
+fd_state.file_descriptor: 23329.111689475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.info", pid = 1301, fd = 10 }
+fd_state.file_descriptor: 23329.111691648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.warn", pid = 1301, fd = 11 }
+fd_state.file_descriptor: 23329.111693969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.err", pid = 1301, fd = 12 }
+fd_state.file_descriptor: 23329.111696389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/news/news.crit", pid = 1301, fd = 13 }
+fd_state.file_descriptor: 23329.111698679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/news/news.err", pid = 1301, fd = 14 }
+fd_state.file_descriptor: 23329.111701290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/news/news.notice", pid = 1301, fd = 15 }
+fd_state.file_descriptor: 23329.111703691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/debug", pid = 1301, fd = 16 }
+fd_state.file_descriptor: 23329.111705840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/messages", pid = 1301, fd = 17 }
+fd_state.file_descriptor: 23329.111708105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/xconsole", pid = 1301, fd = 18 }
+fd_state.file_descriptor: 23329.111710488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/kmsg", pid = 1301, fd = 19 }
+fd_state.file_descriptor: 23329.111718587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/cache/xfstt/ttinfo.dir", pid = 1340, fd = 0 }
+fd_state.file_descriptor: 23329.111721161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/fonts/truetype", pid = 1340, fd = 1 }
+fd_state.file_descriptor: 23329.111728495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4718]", pid = 1340, fd = 2 }
+fd_state.file_descriptor: 23329.111730977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1347, fd = 0 }
+fd_state.file_descriptor: 23329.111732989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1347, fd = 1 }
+fd_state.file_descriptor: 23329.111734952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1347, fd = 2 }
+fd_state.file_descriptor: 23329.111740322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/acpi/event", pid = 1347, fd = 3 }
+fd_state.file_descriptor: 23329.111745168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4629]", pid = 1347, fd = 4 }
+fd_state.file_descriptor: 23329.111750008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5624]", pid = 1347, fd = 5 }
+fd_state.file_descriptor: 23329.111752299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4631]", pid = 1347, fd = 6 }
+fd_state.file_descriptor: 23329.111757477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6278]", pid = 1347, fd = 7 }
+fd_state.file_descriptor: 23329.111759903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1372, fd = 0 }
+fd_state.file_descriptor: 23329.111762051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1372, fd = 1 }
+fd_state.file_descriptor: 23329.111764119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1372, fd = 2 }
+fd_state.file_descriptor: 23329.111771348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/crond.pid", pid = 1372, fd = 3 }
+fd_state.file_descriptor: 23329.111773947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1382, fd = 0 }
+fd_state.file_descriptor: 23329.111776033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1382, fd = 1 }
+fd_state.file_descriptor: 23329.111778361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1382, fd = 2 }
+fd_state.file_descriptor: 23329.111783182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4684]", pid = 1382, fd = 3 }
+fd_state.file_descriptor: 23329.111785201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1382, fd = 4 }
+fd_state.file_descriptor: 23329.111787250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 1382, fd = 5 }
+fd_state.file_descriptor: 23329.111795090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4687]", pid = 1382, fd = 6 }
+fd_state.file_descriptor: 23329.111797553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4688]", pid = 1382, fd = 7 }
+fd_state.file_descriptor: 23329.111802652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5202]", pid = 1382, fd = 8 }
+fd_state.file_descriptor: 23329.111810251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5579]", pid = 1382, fd = 9 }
+fd_state.file_descriptor: 23329.111815134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5596]", pid = 1382, fd = 10 }
+fd_state.file_descriptor: 23329.111820616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6118]", pid = 1382, fd = 11 }
+fd_state.file_descriptor: 23329.111826146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6083]", pid = 1382, fd = 12 }
+fd_state.file_descriptor: 23329.111831054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6290]", pid = 1382, fd = 13 }
+fd_state.file_descriptor: 23329.111838122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6056]", pid = 1382, fd = 14 }
+fd_state.file_descriptor: 23329.111842943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6371]", pid = 1382, fd = 15 }
+fd_state.file_descriptor: 23329.111848684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6817]", pid = 1382, fd = 16 }
+fd_state.file_descriptor: 23329.111856475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7140]", pid = 1382, fd = 17 }
+fd_state.file_descriptor: 23329.111862487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[284224]", pid = 1382, fd = 18 }
+fd_state.file_descriptor: 23329.111870444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[10556]", pid = 1382, fd = 19 }
+fd_state.file_descriptor: 23329.111877610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7616]", pid = 1382, fd = 20 }
+fd_state.file_descriptor: 23329.111882680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7817]", pid = 1382, fd = 21 }
+fd_state.file_descriptor: 23329.111893148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38299]", pid = 1382, fd = 22 }
+fd_state.file_descriptor: 23329.111898253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8055]", pid = 1382, fd = 23 }
+fd_state.file_descriptor: 23329.111906056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11683]", pid = 1382, fd = 24 }
+fd_state.file_descriptor: 23329.111913174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8117]", pid = 1382, fd = 25 }
+fd_state.file_descriptor: 23329.111921699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[71978]", pid = 1382, fd = 26 }
+fd_state.file_descriptor: 23329.111924255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1391, fd = 0 }
+fd_state.file_descriptor: 23329.111926267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1391, fd = 1 }
+fd_state.file_descriptor: 23329.111928224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1391, fd = 2 }
+fd_state.file_descriptor: 23329.111930533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4709]", pid = 1391, fd = 3 }
+fd_state.file_descriptor: 23329.111935712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4729]", pid = 1391, fd = 5 }
+fd_state.file_descriptor: 23329.111944175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1421, fd = 0 }
+fd_state.file_descriptor: 23329.111946293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1421, fd = 1 }
+fd_state.file_descriptor: 23329.111948355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1421, fd = 2 }
+fd_state.file_descriptor: 23329.111951663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/bin/mysqld_safe", pid = 1421, fd = 255 }
+fd_state.file_descriptor: 23329.111956589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1545, fd = 0 }
+fd_state.file_descriptor: 23329.111963676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[4832]", pid = 1545, fd = 1 }
+fd_state.file_descriptor: 23329.111965756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[4832]", pid = 1545, fd = 2 }
+fd_state.file_descriptor: 23329.111968416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/ibdata1", pid = 1545, fd = 3 }
+fd_state.file_descriptor: 23329.111971288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/ibWgsRL4 (deleted)", pid = 1545, fd = 4 }
+fd_state.file_descriptor: 23329.111973546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/ib6QYFtU (deleted)", pid = 1545, fd = 5 }
+fd_state.file_descriptor: 23329.111975806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/ibZZTubK (deleted)", pid = 1545, fd = 6 }
+fd_state.file_descriptor: 23329.111977979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/ibeqovYz (deleted)", pid = 1545, fd = 7 }
+fd_state.file_descriptor: 23329.111983257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/ib_logfile0", pid = 1545, fd = 8 }
+fd_state.file_descriptor: 23329.111985658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/ib_logfile1", pid = 1545, fd = 9 }
+fd_state.file_descriptor: 23329.111988170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4852]", pid = 1545, fd = 10 }
+fd_state.file_descriptor: 23329.111990362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/ib8hyH7p (deleted)", pid = 1545, fd = 11 }
+fd_state.file_descriptor: 23329.111992640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4853]", pid = 1545, fd = 12 }
+fd_state.file_descriptor: 23329.111995226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/host.MYI", pid = 1545, fd = 13 }
+fd_state.file_descriptor: 23329.111997646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/host.MYD", pid = 1545, fd = 14 }
+fd_state.file_descriptor: 23329.112000091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/user.MYI", pid = 1545, fd = 15 }
+fd_state.file_descriptor: 23329.112002554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/user.MYD", pid = 1545, fd = 16 }
+fd_state.file_descriptor: 23329.112004986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/db.MYI", pid = 1545, fd = 17 }
+fd_state.file_descriptor: 23329.112007332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/db.MYD", pid = 1545, fd = 18 }
+fd_state.file_descriptor: 23329.112012351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/tables_priv.MYI", pid = 1545, fd = 19 }
+fd_state.file_descriptor: 23329.112014943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/tables_priv.MYD", pid = 1545, fd = 20 }
+fd_state.file_descriptor: 23329.112017468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/columns_priv.MYI", pid = 1545, fd = 21 }
+fd_state.file_descriptor: 23329.112020295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/columns_priv.MYD", pid = 1545, fd = 22 }
+fd_state.file_descriptor: 23329.112022876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/procs_priv.MYI", pid = 1545, fd = 23 }
+fd_state.file_descriptor: 23329.112025296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/procs_priv.MYD", pid = 1545, fd = 24 }
+fd_state.file_descriptor: 23329.112027771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/servers.MYI", pid = 1545, fd = 25 }
+fd_state.file_descriptor: 23329.112030289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/servers.MYD", pid = 1545, fd = 26 }
+fd_state.file_descriptor: 23329.112035358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/event.MYI", pid = 1545, fd = 27 }
+fd_state.file_descriptor: 23329.112037827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/event.MYD", pid = 1545, fd = 28 }
+fd_state.file_descriptor: 23329.112040537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/func.MYI", pid = 1545, fd = 32 }
+fd_state.file_descriptor: 23329.112043005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/func.MYD", pid = 1545, fd = 33 }
+fd_state.file_descriptor: 23329.112048024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/general_log.CSM", pid = 1545, fd = 34 }
+fd_state.file_descriptor: 23329.112052827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/general_log.CSV", pid = 1545, fd = 35 }
+fd_state.file_descriptor: 23329.112057790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_category.MYI", pid = 1545, fd = 36 }
+fd_state.file_descriptor: 23329.112060914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_category.MYD", pid = 1545, fd = 37 }
+fd_state.file_descriptor: 23329.112063519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_keyword.MYI", pid = 1545, fd = 38 }
+fd_state.file_descriptor: 23329.112066111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_keyword.MYD", pid = 1545, fd = 39 }
+fd_state.file_descriptor: 23329.112068754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_relation.MYI", pid = 1545, fd = 40 }
+fd_state.file_descriptor: 23329.112073636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_relation.MYD", pid = 1545, fd = 41 }
+fd_state.file_descriptor: 23329.112076205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_topic.MYI", pid = 1545, fd = 42 }
+fd_state.file_descriptor: 23329.112078921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_topic.MYD", pid = 1545, fd = 43 }
+fd_state.file_descriptor: 23329.112084186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/ndb_binlog_index.MYI", pid = 1545, fd = 44 }
+fd_state.file_descriptor: 23329.112086724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/ndb_binlog_index.MYD", pid = 1545, fd = 45 }
+fd_state.file_descriptor: 23329.112089224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/plugin.MYI", pid = 1545, fd = 46 }
+fd_state.file_descriptor: 23329.112091668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/plugin.MYD", pid = 1545, fd = 47 }
+fd_state.file_descriptor: 23329.112094260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/proc.MYI", pid = 1545, fd = 48 }
+fd_state.file_descriptor: 23329.112096760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/proc.MYD", pid = 1545, fd = 49 }
+fd_state.file_descriptor: 23329.112099212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/slow_log.CSM", pid = 1545, fd = 50 }
+fd_state.file_descriptor: 23329.112101934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/slow_log.CSV", pid = 1545, fd = 51 }
+fd_state.file_descriptor: 23329.112104447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone.MYI", pid = 1545, fd = 52 }
+fd_state.file_descriptor: 23329.112106965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone.MYD", pid = 1545, fd = 53 }
+fd_state.file_descriptor: 23329.112109669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_leap_second.MYI", pid = 1545, fd = 54 }
+fd_state.file_descriptor: 23329.112112205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_leap_second.MYD", pid = 1545, fd = 55 }
+fd_state.file_descriptor: 23329.112114755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_name.MYI", pid = 1545, fd = 56 }
+fd_state.file_descriptor: 23329.112117231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_name.MYD", pid = 1545, fd = 57 }
+fd_state.file_descriptor: 23329.112120020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition.MYI", pid = 1545, fd = 58 }
+fd_state.file_descriptor: 23329.112122564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition.MYD", pid = 1545, fd = 59 }
+fd_state.file_descriptor: 23329.112125317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition_type.MYI", pid = 1545, fd = 60 }
+fd_state.file_descriptor: 23329.112127848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition_type.MYD", pid = 1545, fd = 61 }
+fd_state.file_descriptor: 23329.112133774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[4832]", pid = 1546, fd = 0 }
+fd_state.file_descriptor: 23329.112135978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4845]", pid = 1546, fd = 1 }
+fd_state.file_descriptor: 23329.112138003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1546, fd = 2 }
+fd_state.file_descriptor: 23329.112141342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1623, fd = 0 }
+fd_state.file_descriptor: 23329.112143694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1623, fd = 1 }
+fd_state.file_descriptor: 23329.112145713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1623, fd = 2 }
+fd_state.file_descriptor: 23329.112148121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4999]", pid = 1623, fd = 3 }
+fd_state.file_descriptor: 23329.112150577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1642, fd = 0 }
+fd_state.file_descriptor: 23329.112152547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1642, fd = 1 }
+fd_state.file_descriptor: 23329.112154460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1642, fd = 2 }
+fd_state.file_descriptor: 23329.112156664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/vboxguest", pid = 1642, fd = 3 }
+fd_state.file_descriptor: 23329.112159282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1658, fd = 0 }
+fd_state.file_descriptor: 23329.112161350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1658, fd = 1 }
+fd_state.file_descriptor: 23329.112163368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1658, fd = 2 }
+fd_state.file_descriptor: 23329.112165782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5199]", pid = 1658, fd = 5 }
+fd_state.file_descriptor: 23329.112167912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5199]", pid = 1658, fd = 6 }
+fd_state.file_descriptor: 23329.112170146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5200]", pid = 1658, fd = 7 }
+fd_state.file_descriptor: 23329.112172578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5201]", pid = 1658, fd = 8 }
+fd_state.file_descriptor: 23329.112175078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5205]", pid = 1658, fd = 9 }
+fd_state.file_descriptor: 23329.112180022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5235]", pid = 1658, fd = 10 }
+fd_state.file_descriptor: 23329.112182073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 1658, fd = 11 }
+fd_state.file_descriptor: 23329.112186906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5248]", pid = 1658, fd = 12 }
+fd_state.file_descriptor: 23329.112189573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/1658/mounts", pid = 1658, fd = 13 }
+fd_state.file_descriptor: 23329.112194512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5612]", pid = 1658, fd = 14 }
+fd_state.file_descriptor: 23329.112199233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5639]", pid = 1658, fd = 17 }
+fd_state.file_descriptor: 23329.112201616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5608]", pid = 1658, fd = 19 }
+fd_state.file_descriptor: 23329.112204005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5610]", pid = 1658, fd = 21 }
+fd_state.file_descriptor: 23329.112206234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1659, fd = 0 }
+fd_state.file_descriptor: 23329.112208190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1659, fd = 1 }
+fd_state.file_descriptor: 23329.112210160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1659, fd = 2 }
+fd_state.file_descriptor: 23329.112212456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5234]", pid = 1659, fd = 3 }
+fd_state.file_descriptor: 23329.112215259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1732, fd = 0 }
+fd_state.file_descriptor: 23329.112217808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1732, fd = 1 }
+fd_state.file_descriptor: 23329.112219808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1732, fd = 2 }
+fd_state.file_descriptor: 23329.112222154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5578]", pid = 1732, fd = 3 }
+fd_state.file_descriptor: 23329.112224506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5585]", pid = 1732, fd = 4 }
+fd_state.file_descriptor: 23329.112226858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1734, fd = 0 }
+fd_state.file_descriptor: 23329.112228815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1734, fd = 1 }
+fd_state.file_descriptor: 23329.112230871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1734, fd = 2 }
+fd_state.file_descriptor: 23329.112233204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5595]", pid = 1734, fd = 3 }
+fd_state.file_descriptor: 23329.112235753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5607]", pid = 1734, fd = 4 }
+fd_state.file_descriptor: 23329.112238062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1736, fd = 0 }
+fd_state.file_descriptor: 23329.112240019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1736, fd = 1 }
+fd_state.file_descriptor: 23329.112241927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1736, fd = 2 }
+fd_state.file_descriptor: 23329.112244371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5611]", pid = 1736, fd = 3 }
+fd_state.file_descriptor: 23329.112249549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5623]", pid = 1736, fd = 4 }
+fd_state.file_descriptor: 23329.112251902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1741, fd = 0 }
+fd_state.file_descriptor: 23329.112254254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1741, fd = 1 }
+fd_state.file_descriptor: 23329.112256216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1741, fd = 2 }
+fd_state.file_descriptor: 23329.112258421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5638]", pid = 1741, fd = 3 }
+fd_state.file_descriptor: 23329.112263390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/event2", pid = 1741, fd = 4 }
+fd_state.file_descriptor: 23329.112265823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/event1", pid = 1741, fd = 5 }
+fd_state.file_descriptor: 23329.112268242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/event0", pid = 1741, fd = 6 }
+fd_state.file_descriptor: 23329.112270649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1758, fd = 0 }
+fd_state.file_descriptor: 23329.112272693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1758, fd = 1 }
+fd_state.file_descriptor: 23329.112275143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.nmbd", pid = 1758, fd = 2 }
+fd_state.file_descriptor: 23329.112277310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.nmbd", pid = 1758, fd = 3 }
+fd_state.file_descriptor: 23329.112279853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/messages.tdb", pid = 1758, fd = 4 }
+fd_state.file_descriptor: 23329.112282292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5688]", pid = 1758, fd = 5 }
+fd_state.file_descriptor: 23329.112284477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5688]", pid = 1758, fd = 6 }
+fd_state.file_descriptor: 23329.112289959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/nmbd.pid", pid = 1758, fd = 7 }
+fd_state.file_descriptor: 23329.112295342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/connections.tdb", pid = 1758, fd = 8 }
+fd_state.file_descriptor: 23329.112297854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5691]", pid = 1758, fd = 9 }
+fd_state.file_descriptor: 23329.112300182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5692]", pid = 1758, fd = 10 }
+fd_state.file_descriptor: 23329.112302478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5694]", pid = 1758, fd = 11 }
+fd_state.file_descriptor: 23329.112304774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5695]", pid = 1758, fd = 12 }
+fd_state.file_descriptor: 23329.112309454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5700]", pid = 1758, fd = 13 }
+fd_state.file_descriptor: 23329.112311522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5700]", pid = 1758, fd = 14 }
+fd_state.file_descriptor: 23329.112314256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1767, fd = 0 }
+fd_state.file_descriptor: 23329.112316367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1767, fd = 1 }
+fd_state.file_descriptor: 23329.112321090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 1767, fd = 2 }
+fd_state.file_descriptor: 23329.112323404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 1767, fd = 3 }
+fd_state.file_descriptor: 23329.112328416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/secrets.tdb", pid = 1767, fd = 4 }
+fd_state.file_descriptor: 23329.112331263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/messages.tdb", pid = 1767, fd = 5 }
+fd_state.file_descriptor: 23329.112335881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5730]", pid = 1767, fd = 6 }
+fd_state.file_descriptor: 23329.112337893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5730]", pid = 1767, fd = 7 }
+fd_state.file_descriptor: 23329.112340077 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 1767, fd = 8 }
+fd_state.file_descriptor: 23329.112342491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/smbd.pid", pid = 1767, fd = 9 }
+fd_state.file_descriptor: 23329.112344899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/sessionid.tdb", pid = 1767, fd = 10 }
+fd_state.file_descriptor: 23329.112347238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/connections.tdb", pid = 1767, fd = 11 }
+fd_state.file_descriptor: 23329.112349603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/brlock.tdb", pid = 1767, fd = 12 }
+fd_state.file_descriptor: 23329.112352115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/locking.tdb", pid = 1767, fd = 13 }
+fd_state.file_descriptor: 23329.112354455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/gencache.tdb", pid = 1767, fd = 14 }
+fd_state.file_descriptor: 23329.112356831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntdrivers.tdb", pid = 1767, fd = 15 }
+fd_state.file_descriptor: 23329.112359239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/passdb.tdb", pid = 1767, fd = 16 }
+fd_state.file_descriptor: 23329.112361813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/account_policy.tdb", pid = 1767, fd = 17 }
+fd_state.file_descriptor: 23329.112364202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/group_mapping.ldb", pid = 1767, fd = 18 }
+fd_state.file_descriptor: 23329.112369517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntprinters.tdb", pid = 1767, fd = 19 }
+fd_state.file_descriptor: 23329.112371844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntforms.tdb", pid = 1767, fd = 20 }
+fd_state.file_descriptor: 23329.112374159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5750]", pid = 1767, fd = 21 }
+fd_state.file_descriptor: 23329.112376548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5756]", pid = 1767, fd = 22 }
+fd_state.file_descriptor: 23329.112378802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5758]", pid = 1767, fd = 23 }
+fd_state.file_descriptor: 23329.112383283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5759]", pid = 1767, fd = 24 }
+fd_state.file_descriptor: 23329.112385376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5759]", pid = 1767, fd = 25 }
+fd_state.file_descriptor: 23329.112387642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1777, fd = 0 }
+fd_state.file_descriptor: 23329.112389710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1777, fd = 1 }
+fd_state.file_descriptor: 23329.112392024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 1777, fd = 2 }
+fd_state.file_descriptor: 23329.112394129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 1777, fd = 3 }
+fd_state.file_descriptor: 23329.112396377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/secrets.tdb", pid = 1777, fd = 4 }
+fd_state.file_descriptor: 23329.112398766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/messages.tdb", pid = 1777, fd = 5 }
+fd_state.file_descriptor: 23329.112403395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5751]", pid = 1777, fd = 6 }
+fd_state.file_descriptor: 23329.112405951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5751]", pid = 1777, fd = 7 }
+fd_state.file_descriptor: 23329.112408148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 1777, fd = 8 }
+fd_state.file_descriptor: 23329.112410402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/smbd.pid", pid = 1777, fd = 9 }
+fd_state.file_descriptor: 23329.112412654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/sessionid.tdb", pid = 1777, fd = 10 }
+fd_state.file_descriptor: 23329.112414975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/connections.tdb", pid = 1777, fd = 11 }
+fd_state.file_descriptor: 23329.112417185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/brlock.tdb", pid = 1777, fd = 12 }
+fd_state.file_descriptor: 23329.112419482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/locking.tdb", pid = 1777, fd = 13 }
+fd_state.file_descriptor: 23329.112421679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/gencache.tdb", pid = 1777, fd = 14 }
+fd_state.file_descriptor: 23329.112423883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntdrivers.tdb", pid = 1777, fd = 15 }
+fd_state.file_descriptor: 23329.112426068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/passdb.tdb", pid = 1777, fd = 16 }
+fd_state.file_descriptor: 23329.112428235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/account_policy.tdb", pid = 1777, fd = 17 }
+fd_state.file_descriptor: 23329.112430439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/group_mapping.ldb", pid = 1777, fd = 18 }
+fd_state.file_descriptor: 23329.112432729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntprinters.tdb", pid = 1777, fd = 19 }
+fd_state.file_descriptor: 23329.112434890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntforms.tdb", pid = 1777, fd = 20 }
+fd_state.file_descriptor: 23329.112439631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5752]", pid = 1777, fd = 21 }
+fd_state.file_descriptor: 23329.112442081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5750]", pid = 1777, fd = 22 }
+fd_state.file_descriptor: 23329.112444168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5752]", pid = 1777, fd = 23 }
+fd_state.file_descriptor: 23329.112449267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1815, fd = 0 }
+fd_state.file_descriptor: 23329.112451415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1815, fd = 1 }
+fd_state.file_descriptor: 23329.112453440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1815, fd = 2 }
+fd_state.file_descriptor: 23329.112458551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5836]", pid = 1815, fd = 3 }
+fd_state.file_descriptor: 23329.112461002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5839]", pid = 1815, fd = 4 }
+fd_state.file_descriptor: 23329.112463526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1840, fd = 0 }
+fd_state.file_descriptor: 23329.112465459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1840, fd = 1 }
+fd_state.file_descriptor: 23329.112467373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1840, fd = 2 }
+fd_state.file_descriptor: 23329.112472367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6116]", pid = 1840, fd = 3 }
+fd_state.file_descriptor: 23329.112474570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6117]", pid = 1840, fd = 4 }
+fd_state.file_descriptor: 23329.112479792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty2", pid = 1841, fd = 0 }
+fd_state.file_descriptor: 23329.112481775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty2", pid = 1841, fd = 1 }
+fd_state.file_descriptor: 23329.112483731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty2", pid = 1841, fd = 2 }
+fd_state.file_descriptor: 23329.112488510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty3", pid = 1842, fd = 0 }
+fd_state.file_descriptor: 23329.112490540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty3", pid = 1842, fd = 1 }
+fd_state.file_descriptor: 23329.112492484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty3", pid = 1842, fd = 2 }
+fd_state.file_descriptor: 23329.112497417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty4", pid = 1843, fd = 0 }
+fd_state.file_descriptor: 23329.112499392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty4", pid = 1843, fd = 1 }
+fd_state.file_descriptor: 23329.112501330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty4", pid = 1843, fd = 2 }
+fd_state.file_descriptor: 23329.112505917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty5", pid = 1844, fd = 0 }
+fd_state.file_descriptor: 23329.112507898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty5", pid = 1844, fd = 1 }
+fd_state.file_descriptor: 23329.112509806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty5", pid = 1844, fd = 2 }
+fd_state.file_descriptor: 23329.112512454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty6", pid = 1845, fd = 0 }
+fd_state.file_descriptor: 23329.112514775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty6", pid = 1845, fd = 1 }
+fd_state.file_descriptor: 23329.112516701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty6", pid = 1845, fd = 2 }
+fd_state.file_descriptor: 23329.112519029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1881, fd = 0 }
+fd_state.file_descriptor: 23329.112520955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1881, fd = 1 }
+fd_state.file_descriptor: 23329.112522856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1881, fd = 2 }
+fd_state.file_descriptor: 23329.112527819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6053]", pid = 1881, fd = 3 }
+fd_state.file_descriptor: 23329.112529807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1881, fd = 4 }
+fd_state.file_descriptor: 23329.112531912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6053]", pid = 1881, fd = 5 }
+fd_state.file_descriptor: 23329.112534227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6054]", pid = 1881, fd = 6 }
+fd_state.file_descriptor: 23329.112536350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6054]", pid = 1881, fd = 7 }
+fd_state.file_descriptor: 23329.112538634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6055]", pid = 1881, fd = 8 }
+fd_state.file_descriptor: 23329.112540906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/console", pid = 1881, fd = 9 }
+fd_state.file_descriptor: 23329.112543419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/ConsoleKit/history", pid = 1881, fd = 10 }
+fd_state.file_descriptor: 23329.112545868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6082]", pid = 1881, fd = 11 }
+fd_state.file_descriptor: 23329.112550580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty0", pid = 1881, fd = 12 }
+fd_state.file_descriptor: 23329.112555264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 1881, fd = 13 }
+fd_state.file_descriptor: 23329.112559931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6080]", pid = 1881, fd = 14 }
+fd_state.file_descriptor: 23329.112562054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6080]", pid = 1881, fd = 15 }
+fd_state.file_descriptor: 23329.112564488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1957, fd = 0 }
+fd_state.file_descriptor: 23329.112566450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1957, fd = 1 }
+fd_state.file_descriptor: 23329.112568332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1957, fd = 2 }
+fd_state.file_descriptor: 23329.112571160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1957, fd = 255 }
+fd_state.file_descriptor: 23329.112573623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1987, fd = 0 }
+fd_state.file_descriptor: 23329.112575864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1987, fd = 1 }
+fd_state.file_descriptor: 23329.112577944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1987, fd = 2 }
+fd_state.file_descriptor: 23329.112580333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/kdm.pid", pid = 1987, fd = 3 }
+fd_state.file_descriptor: 23329.112585216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6237]", pid = 1987, fd = 4 }
+fd_state.file_descriptor: 23329.112587728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6237]", pid = 1987, fd = 5 }
+fd_state.file_descriptor: 23329.112590099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6283]", pid = 1987, fd = 6 }
+fd_state.file_descriptor: 23329.112594939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6239]", pid = 1987, fd = 7 }
+fd_state.file_descriptor: 23329.112597352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7815]", pid = 1987, fd = 8 }
+fd_state.file_descriptor: 23329.112601970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6286]", pid = 1987, fd = 9 }
+fd_state.file_descriptor: 23329.112606661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6288]", pid = 1987, fd = 11 }
+fd_state.file_descriptor: 23329.112611730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/Xorg.0.log", pid = 1989, fd = 0 }
+fd_state.file_descriptor: 23329.112616365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6244]", pid = 1989, fd = 1 }
+fd_state.file_descriptor: 23329.112618421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1989, fd = 2 }
+fd_state.file_descriptor: 23329.112620915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6245]", pid = 1989, fd = 3 }
+fd_state.file_descriptor: 23329.112628724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/lib/xorg/protocol.txt", pid = 1989, fd = 4 }
+fd_state.file_descriptor: 23329.112650002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty8", pid = 1989, fd = 5 }
+fd_state.file_descriptor: 23329.112652539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/mtrr", pid = 1989, fd = 6 }
+fd_state.file_descriptor: 23329.112655311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6277]", pid = 1989, fd = 7 }
+fd_state.file_descriptor: 23329.112657546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/vboxguest", pid = 1989, fd = 8 }
+fd_state.file_descriptor: 23329.112668151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/sys/devices/pci0000:00/0000:00:02.0/config", pid = 1989, fd = 9 }
+fd_state.file_descriptor: 23329.112670410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/mtrr", pid = 1989, fd = 10 }
+fd_state.file_descriptor: 23329.112672886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/dri/card0", pid = 1989, fd = 11 }
+fd_state.file_descriptor: 23329.112675139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/mice", pid = 1989, fd = 12 }
+fd_state.file_descriptor: 23329.112677540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6289]", pid = 1989, fd = 13 }
+fd_state.file_descriptor: 23329.112679744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/event0", pid = 1989, fd = 14 }
+fd_state.file_descriptor: 23329.112682207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/event2", pid = 1989, fd = 15 }
+fd_state.file_descriptor: 23329.112684973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/event1", pid = 1989, fd = 16 }
+fd_state.file_descriptor: 23329.112689603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/event4", pid = 1989, fd = 17 }
+fd_state.file_descriptor: 23329.112691739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/vboxguest", pid = 1989, fd = 18 }
+fd_state.file_descriptor: 23329.112694115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6300]", pid = 1989, fd = 19 }
+fd_state.file_descriptor: 23329.112698856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6610]", pid = 1989, fd = 20 }
+fd_state.file_descriptor: 23329.112703585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6622]", pid = 1989, fd = 21 }
+fd_state.file_descriptor: 23329.112705739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6337]", pid = 1989, fd = 22 }
+fd_state.file_descriptor: 23329.112708066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6624]", pid = 1989, fd = 23 }
+fd_state.file_descriptor: 23329.112710369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6632]", pid = 1989, fd = 24 }
+fd_state.file_descriptor: 23329.112714838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6650]", pid = 1989, fd = 25 }
+fd_state.file_descriptor: 23329.112717190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6662]", pid = 1989, fd = 26 }
+fd_state.file_descriptor: 23329.112719511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6665]", pid = 1989, fd = 27 }
+fd_state.file_descriptor: 23329.112724980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7480]", pid = 1989, fd = 28 }
+fd_state.file_descriptor: 23329.112729610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6759]", pid = 1989, fd = 29 }
+fd_state.file_descriptor: 23329.112734184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6776]", pid = 1989, fd = 30 }
+fd_state.file_descriptor: 23329.112736857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188220]", pid = 1989, fd = 31 }
+fd_state.file_descriptor: 23329.112741789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6886]", pid = 1989, fd = 32 }
+fd_state.file_descriptor: 23329.112744191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7009]", pid = 1989, fd = 33 }
+fd_state.file_descriptor: 23329.112749012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7089]", pid = 1989, fd = 34 }
+fd_state.file_descriptor: 23329.112753809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7040]", pid = 1989, fd = 35 }
+fd_state.file_descriptor: 23329.112758513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7111]", pid = 1989, fd = 37 }
+fd_state.file_descriptor: 23329.112763820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7503]", pid = 1989, fd = 38 }
+fd_state.file_descriptor: 23329.112768500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7522]", pid = 1989, fd = 39 }
+fd_state.file_descriptor: 23329.112773205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7732]", pid = 1989, fd = 40 }
+fd_state.file_descriptor: 23329.112777927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7667]", pid = 1989, fd = 41 }
+fd_state.file_descriptor: 23329.112782513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7742]", pid = 1989, fd = 42 }
+fd_state.file_descriptor: 23329.112787081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7748]", pid = 1989, fd = 43 }
+fd_state.file_descriptor: 23329.112789445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7753]", pid = 1989, fd = 44 }
+fd_state.file_descriptor: 23329.112791914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7914]", pid = 1989, fd = 45 }
+fd_state.file_descriptor: 23329.112796983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7973]", pid = 1989, fd = 46 }
+fd_state.file_descriptor: 23329.112799872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8459]", pid = 1989, fd = 48 }
+fd_state.file_descriptor: 23329.112802575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[284025]", pid = 1989, fd = 49 }
+fd_state.file_descriptor: 23329.112808298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79255]", pid = 1989, fd = 50 }
+fd_state.file_descriptor: 23329.112814557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79260]", pid = 1989, fd = 52 }
+fd_state.file_descriptor: 23329.112817545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1993, fd = 0 }
+fd_state.file_descriptor: 23329.112819700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1993, fd = 1 }
+fd_state.file_descriptor: 23329.112821724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1993, fd = 2 }
+fd_state.file_descriptor: 23329.112824021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6291]", pid = 1993, fd = 3 }
+fd_state.file_descriptor: 23329.112826435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6370]", pid = 1993, fd = 4 }
+fd_state.file_descriptor: 23329.112828768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6456]", pid = 1993, fd = 5 }
+fd_state.file_descriptor: 23329.112833972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6285]", pid = 1993, fd = 8 }
+fd_state.file_descriptor: 23329.112836404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6287]", pid = 1993, fd = 10 }
+fd_state.file_descriptor: 23329.112842188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2001, fd = 0 }
+fd_state.file_descriptor: 23329.112844330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2001, fd = 1 }
+fd_state.file_descriptor: 23329.112846318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2001, fd = 2 }
+fd_state.file_descriptor: 23329.112848646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6319]", pid = 2001, fd = 3 }
+fd_state.file_descriptor: 23329.112850632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2001, fd = 4 }
+fd_state.file_descriptor: 23329.112852972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6336]", pid = 2001, fd = 5 }
+fd_state.file_descriptor: 23329.112857819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6325]", pid = 2001, fd = 8 }
+fd_state.file_descriptor: 23329.112862509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2002, fd = 0 }
+fd_state.file_descriptor: 23329.112864503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2002, fd = 1 }
+fd_state.file_descriptor: 23329.112866442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2002, fd = 2 }
+fd_state.file_descriptor: 23329.112868769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6330]", pid = 2002, fd = 3 }
+fd_state.file_descriptor: 23329.112870695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2002, fd = 4 }
+fd_state.file_descriptor: 23329.112872775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2002, fd = 5 }
+fd_state.file_descriptor: 23329.112875090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6331]", pid = 2002, fd = 6 }
+fd_state.file_descriptor: 23329.112877609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6332]", pid = 2002, fd = 7 }
+fd_state.file_descriptor: 23329.112882560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2015, fd = 0 }
+fd_state.file_descriptor: 23329.112887782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2015, fd = 1 }
+fd_state.file_descriptor: 23329.112890005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2015, fd = 2 }
+fd_state.file_descriptor: 23329.112893455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/bin/startkde", pid = 2015, fd = 255 }
+fd_state.file_descriptor: 23329.112895746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2086, fd = 0 }
+fd_state.file_descriptor: 23329.112897696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2086, fd = 1 }
+fd_state.file_descriptor: 23329.112899659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2086, fd = 2 }
+fd_state.file_descriptor: 23329.112904783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/vboxuser", pid = 2086, fd = 3 }
+fd_state.file_descriptor: 23329.112909771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.vboxclient-clipboard.pid", pid = 2086, fd = 4 }
+fd_state.file_descriptor: 23329.112912185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6609]", pid = 2086, fd = 5 }
+fd_state.file_descriptor: 23329.112914561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6613]", pid = 2086, fd = 6 }
+fd_state.file_descriptor: 23329.112916956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6613]", pid = 2086, fd = 7 }
+fd_state.file_descriptor: 23329.112919450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2095, fd = 0 }
+fd_state.file_descriptor: 23329.112921505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2095, fd = 1 }
+fd_state.file_descriptor: 23329.112923432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2095, fd = 2 }
+fd_state.file_descriptor: 23329.112925445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/vboxuser", pid = 2095, fd = 3 }
+fd_state.file_descriptor: 23329.112927857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.vboxclient-display.pid", pid = 2095, fd = 4 }
+fd_state.file_descriptor: 23329.112930425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6661]", pid = 2095, fd = 5 }
+fd_state.file_descriptor: 23329.112932840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6664]", pid = 2095, fd = 6 }
+fd_state.file_descriptor: 23329.112935118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2099, fd = 0 }
+fd_state.file_descriptor: 23329.112937024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2099, fd = 1 }
+fd_state.file_descriptor: 23329.112938901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2099, fd = 2 }
+fd_state.file_descriptor: 23329.112940889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/vboxuser", pid = 2099, fd = 3 }
+fd_state.file_descriptor: 23329.112945636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.vboxclient-seamless.pid", pid = 2099, fd = 4 }
+fd_state.file_descriptor: 23329.112948161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6621]", pid = 2099, fd = 5 }
+fd_state.file_descriptor: 23329.112950531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6623]", pid = 2099, fd = 6 }
+fd_state.file_descriptor: 23329.112953210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2104, fd = 0 }
+fd_state.file_descriptor: 23329.112955235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2104, fd = 1 }
+fd_state.file_descriptor: 23329.112957161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2104, fd = 2 }
+fd_state.file_descriptor: 23329.112959439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6629]", pid = 2104, fd = 3 }
+fd_state.file_descriptor: 23329.112961680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2110, fd = 0 }
+fd_state.file_descriptor: 23329.112963877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2110, fd = 1 }
+fd_state.file_descriptor: 23329.112965828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2110, fd = 2 }
+fd_state.file_descriptor: 23329.112968155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6631]", pid = 2110, fd = 3 }
+fd_state.file_descriptor: 23329.112970075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2110, fd = 4 }
+fd_state.file_descriptor: 23329.112972569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6649]", pid = 2110, fd = 5 }
+fd_state.file_descriptor: 23329.112975026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6638]", pid = 2110, fd = 8 }
+fd_state.file_descriptor: 23329.112980280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2114, fd = 0 }
+fd_state.file_descriptor: 23329.112982273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2114, fd = 1 }
+fd_state.file_descriptor: 23329.112984212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2114, fd = 2 }
+fd_state.file_descriptor: 23329.112986521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6644]", pid = 2114, fd = 3 }
+fd_state.file_descriptor: 23329.112988922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2114, fd = 4 }
+fd_state.file_descriptor: 23329.112991075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2114, fd = 5 }
+fd_state.file_descriptor: 23329.112993422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6647]", pid = 2114, fd = 6 }
+fd_state.file_descriptor: 23329.112995792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6648]", pid = 2114, fd = 7 }
+fd_state.file_descriptor: 23329.113000929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6753]", pid = 2114, fd = 8 }
+fd_state.file_descriptor: 23329.113003281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6766]", pid = 2114, fd = 9 }
+fd_state.file_descriptor: 23329.113005533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6977]", pid = 2114, fd = 11 }
+fd_state.file_descriptor: 23329.113008008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7011]", pid = 2114, fd = 12 }
+fd_state.file_descriptor: 23329.113015817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7027]", pid = 2114, fd = 13 }
+fd_state.file_descriptor: 23329.113018336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7078]", pid = 2114, fd = 14 }
+fd_state.file_descriptor: 23329.113023244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7092]", pid = 2114, fd = 16 }
+fd_state.file_descriptor: 23329.113028373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7469]", pid = 2114, fd = 17 }
+fd_state.file_descriptor: 23329.113033238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7721]", pid = 2114, fd = 18 }
+fd_state.file_descriptor: 23329.113040281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7489]", pid = 2114, fd = 19 }
+fd_state.file_descriptor: 23329.113047769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8421]", pid = 2114, fd = 20 }
+fd_state.file_descriptor: 23329.113050134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7508]", pid = 2114, fd = 21 }
+fd_state.file_descriptor: 23329.113052480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7670]", pid = 2114, fd = 22 }
+fd_state.file_descriptor: 23329.113057474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7760]", pid = 2114, fd = 23 }
+fd_state.file_descriptor: 23329.113064670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7766]", pid = 2114, fd = 24 }
+fd_state.file_descriptor: 23329.113069845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7778]", pid = 2114, fd = 25 }
+fd_state.file_descriptor: 23329.113077122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7864]", pid = 2114, fd = 27 }
+fd_state.file_descriptor: 23329.113082332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38268]", pid = 2114, fd = 28 }
+fd_state.file_descriptor: 23329.113087548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38303]", pid = 2114, fd = 30 }
+fd_state.file_descriptor: 23329.113094542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38316]", pid = 2114, fd = 31 }
+fd_state.file_descriptor: 23329.113099771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38308]", pid = 2114, fd = 32 }
+fd_state.file_descriptor: 23329.113102512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188702]", pid = 2114, fd = 33 }
+fd_state.file_descriptor: 23329.113108222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[71973]", pid = 2114, fd = 35 }
+fd_state.file_descriptor: 23329.113113160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79275]", pid = 2114, fd = 37 }
+fd_state.file_descriptor: 23329.113116124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2161, fd = 0 }
+fd_state.file_descriptor: 23329.113118297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2161, fd = 1 }
+fd_state.file_descriptor: 23329.113120463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2161, fd = 2 }
+fd_state.file_descriptor: 23329.113128735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6742]", pid = 2161, fd = 3 }
+fd_state.file_descriptor: 23329.113133390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6745]", pid = 2161, fd = 4 }
+fd_state.file_descriptor: 23329.113135550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6742]", pid = 2161, fd = 5 }
+fd_state.file_descriptor: 23329.113137890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6743]", pid = 2161, fd = 6 }
+fd_state.file_descriptor: 23329.113139878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6745]", pid = 2161, fd = 7 }
+fd_state.file_descriptor: 23329.113142173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6758]", pid = 2161, fd = 8 }
+fd_state.file_descriptor: 23329.113147538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6867]", pid = 2161, fd = 9 }
+fd_state.file_descriptor: 23329.113149526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6745]", pid = 2161, fd = 10 }
+fd_state.file_descriptor: 23329.113151545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6745]", pid = 2161, fd = 11 }
+fd_state.file_descriptor: 23329.113153538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6745]", pid = 2161, fd = 12 }
+fd_state.file_descriptor: 23329.113155514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6745]", pid = 2161, fd = 13 }
+fd_state.file_descriptor: 23329.113157464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6745]", pid = 2161, fd = 14 }
+fd_state.file_descriptor: 23329.113159705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2162, fd = 0 }
+fd_state.file_descriptor: 23329.113161804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2162, fd = 1 }
+fd_state.file_descriptor: 23329.113163940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2162, fd = 2 }
+fd_state.file_descriptor: 23329.113166483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6750]", pid = 2162, fd = 3 }
+fd_state.file_descriptor: 23329.113168563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6750]", pid = 2162, fd = 4 }
+fd_state.file_descriptor: 23329.113170817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6751]", pid = 2162, fd = 5 }
+fd_state.file_descriptor: 23329.113172953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6751]", pid = 2162, fd = 6 }
+fd_state.file_descriptor: 23329.113175125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6752]", pid = 2162, fd = 7 }
+fd_state.file_descriptor: 23329.113177348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6746]", pid = 2162, fd = 8 }
+fd_state.file_descriptor: 23329.113179638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6756]", pid = 2162, fd = 9 }
+fd_state.file_descriptor: 23329.113182163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6760]", pid = 2162, fd = 10 }
+fd_state.file_descriptor: 23329.113184336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6760]", pid = 2162, fd = 11 }
+fd_state.file_descriptor: 23329.113192034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2162, fd = 12 }
+fd_state.file_descriptor: 23329.113199799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[264345]", pid = 2162, fd = 13 }
+fd_state.file_descriptor: 23329.113202232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[284024]", pid = 2162, fd = 14 }
+fd_state.file_descriptor: 23329.113204510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2164, fd = 0 }
+fd_state.file_descriptor: 23329.113206646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2164, fd = 1 }
+fd_state.file_descriptor: 23329.113208825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2164, fd = 2 }
+fd_state.file_descriptor: 23329.113211238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6769]", pid = 2164, fd = 3 }
+fd_state.file_descriptor: 23329.113213399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6769]", pid = 2164, fd = 4 }
+fd_state.file_descriptor: 23329.113215621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6765]", pid = 2164, fd = 5 }
+fd_state.file_descriptor: 23329.113217899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6773]", pid = 2164, fd = 6 }
+fd_state.file_descriptor: 23329.113220275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6773]", pid = 2164, fd = 7 }
+fd_state.file_descriptor: 23329.113222491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6775]", pid = 2164, fd = 8 }
+fd_state.file_descriptor: 23329.113224640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2164, fd = 9 }
+fd_state.file_descriptor: 23329.113229813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2164, fd = 10 }
+fd_state.file_descriptor: 23329.113232331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6816]", pid = 2164, fd = 11 }
+fd_state.file_descriptor: 23329.113234603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2164, fd = 12 }
+fd_state.file_descriptor: 23329.113245097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 2164, fd = 13 }
+fd_state.file_descriptor: 23329.113247548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2182, fd = 0 }
+fd_state.file_descriptor: 23329.113249721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2182, fd = 1 }
+fd_state.file_descriptor: 23329.113251863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2182, fd = 2 }
+fd_state.file_descriptor: 23329.113254270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6866]", pid = 2182, fd = 3 }
+fd_state.file_descriptor: 23329.113260221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2185, fd = 0 }
+fd_state.file_descriptor: 23329.113262369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2185, fd = 1 }
+fd_state.file_descriptor: 23329.113264653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2185, fd = 2 }
+fd_state.file_descriptor: 23329.113267265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6881]", pid = 2185, fd = 3 }
+fd_state.file_descriptor: 23329.113269339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6881]", pid = 2185, fd = 4 }
+fd_state.file_descriptor: 23329.113271598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6884]", pid = 2185, fd = 5 }
+fd_state.file_descriptor: 23329.113273790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6884]", pid = 2185, fd = 6 }
+fd_state.file_descriptor: 23329.113276234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6885]", pid = 2185, fd = 7 }
+fd_state.file_descriptor: 23329.113278741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6976]", pid = 2185, fd = 8 }
+fd_state.file_descriptor: 23329.113281031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6989]", pid = 2185, fd = 9 }
+fd_state.file_descriptor: 23329.113283370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6990]", pid = 2185, fd = 10 }
+fd_state.file_descriptor: 23329.113288166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7014]", pid = 2185, fd = 11 }
+fd_state.file_descriptor: 23329.113292950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7042]", pid = 2185, fd = 12 }
+fd_state.file_descriptor: 23329.113295321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6994]", pid = 2185, fd = 13 }
+fd_state.file_descriptor: 23329.113297833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6994]", pid = 2185, fd = 14 }
+fd_state.file_descriptor: 23329.113302889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7067]", pid = 2185, fd = 15 }
+fd_state.file_descriptor: 23329.113305161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6995]", pid = 2185, fd = 16 }
+fd_state.file_descriptor: 23329.113307692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7098]", pid = 2185, fd = 17 }
+fd_state.file_descriptor: 23329.113310118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7501]", pid = 2185, fd = 18 }
+fd_state.file_descriptor: 23329.113317278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7553]", pid = 2185, fd = 19 }
+fd_state.file_descriptor: 23329.113321902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7594]", pid = 2185, fd = 20 }
+fd_state.file_descriptor: 23329.113324248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6998]", pid = 2185, fd = 21 }
+fd_state.file_descriptor: 23329.113326372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6998]", pid = 2185, fd = 22 }
+fd_state.file_descriptor: 23329.113331254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7674]", pid = 2185, fd = 23 }
+fd_state.file_descriptor: 23329.113336298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7763]", pid = 2185, fd = 24 }
+fd_state.file_descriptor: 23329.113340977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7771]", pid = 2185, fd = 25 }
+fd_state.file_descriptor: 23329.113345774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7776]", pid = 2185, fd = 26 }
+fd_state.file_descriptor: 23329.113350552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7792]", pid = 2185, fd = 27 }
+fd_state.file_descriptor: 23329.113355219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2185, fd = 28 }
+fd_state.file_descriptor: 23329.113357688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8103]", pid = 2185, fd = 29 }
+fd_state.file_descriptor: 23329.113360064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8461]", pid = 2185, fd = 30 }
+fd_state.file_descriptor: 23329.113363096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6995]", pid = 2199, fd = 0 }
+fd_state.file_descriptor: 23329.113365256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2199, fd = 1 }
+fd_state.file_descriptor: 23329.113367386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2199, fd = 2 }
+fd_state.file_descriptor: 23329.113369694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7004]", pid = 2199, fd = 3 }
+fd_state.file_descriptor: 23329.113371867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7004]", pid = 2199, fd = 4 }
+fd_state.file_descriptor: 23329.113374570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7007]", pid = 2199, fd = 5 }
+fd_state.file_descriptor: 23329.113376694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7007]", pid = 2199, fd = 6 }
+fd_state.file_descriptor: 23329.113378947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7008]", pid = 2199, fd = 7 }
+fd_state.file_descriptor: 23329.113381349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7010]", pid = 2199, fd = 8 }
+fd_state.file_descriptor: 23329.113383762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7013]", pid = 2199, fd = 9 }
+fd_state.file_descriptor: 23329.113385787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2199, fd = 10 }
+fd_state.file_descriptor: 23329.113388009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2199, fd = 11 }
+fd_state.file_descriptor: 23329.113390435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7066]", pid = 2199, fd = 12 }
+fd_state.file_descriptor: 23329.113392682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2201, fd = 0 }
+fd_state.file_descriptor: 23329.113394868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2201, fd = 1 }
+fd_state.file_descriptor: 23329.113397096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2201, fd = 2 }
+fd_state.file_descriptor: 23329.113399516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7032]", pid = 2201, fd = 3 }
+fd_state.file_descriptor: 23329.113401701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7032]", pid = 2201, fd = 4 }
+fd_state.file_descriptor: 23329.113404004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7026]", pid = 2201, fd = 5 }
+fd_state.file_descriptor: 23329.113406424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7034]", pid = 2201, fd = 6 }
+fd_state.file_descriptor: 23329.113408516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7034]", pid = 2201, fd = 7 }
+fd_state.file_descriptor: 23329.113411251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7039]", pid = 2201, fd = 8 }
+fd_state.file_descriptor: 23329.113413714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7041]", pid = 2201, fd = 9 }
+fd_state.file_descriptor: 23329.113415943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2203, fd = 0 }
+fd_state.file_descriptor: 23329.113418060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2203, fd = 1 }
+fd_state.file_descriptor: 23329.113420190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2203, fd = 2 }
+fd_state.file_descriptor: 23329.113422721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7081]", pid = 2203, fd = 3 }
+fd_state.file_descriptor: 23329.113424752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7081]", pid = 2203, fd = 4 }
+fd_state.file_descriptor: 23329.113427067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7077]", pid = 2203, fd = 5 }
+fd_state.file_descriptor: 23329.113429468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7083]", pid = 2203, fd = 6 }
+fd_state.file_descriptor: 23329.113431492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7083]", pid = 2203, fd = 7 }
+fd_state.file_descriptor: 23329.113433789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7088]", pid = 2203, fd = 8 }
+fd_state.file_descriptor: 23329.113436123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7097]", pid = 2203, fd = 9 }
+fd_state.file_descriptor: 23329.113438177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2203, fd = 10 }
+fd_state.file_descriptor: 23329.113440487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2203, fd = 11 }
+fd_state.file_descriptor: 23329.113442932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7139]", pid = 2203, fd = 12 }
+fd_state.file_descriptor: 23329.113453024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7145]", pid = 2203, fd = 14 }
+fd_state.file_descriptor: 23329.113455178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7145]", pid = 2203, fd = 15 }
+fd_state.file_descriptor: 23329.113457468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2205, fd = 0 }
+fd_state.file_descriptor: 23329.113459629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2205, fd = 1 }
+fd_state.file_descriptor: 23329.113461808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2205, fd = 2 }
+fd_state.file_descriptor: 23329.113464302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7104]", pid = 2205, fd = 3 }
+fd_state.file_descriptor: 23329.113466407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7104]", pid = 2205, fd = 4 }
+fd_state.file_descriptor: 23329.113468771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7091]", pid = 2205, fd = 5 }
+fd_state.file_descriptor: 23329.113470957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7105]", pid = 2205, fd = 6 }
+fd_state.file_descriptor: 23329.113472988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7105]", pid = 2205, fd = 7 }
+fd_state.file_descriptor: 23329.113475321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7110]", pid = 2205, fd = 8 }
+fd_state.file_descriptor: 23329.113477550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2205, fd = 9 }
+fd_state.file_descriptor: 23329.113485501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8272]", pid = 2205, fd = 10 }
+fd_state.file_descriptor: 23329.113487606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8272]", pid = 2205, fd = 11 }
+fd_state.file_descriptor: 23329.113492563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/snd/controlC0", pid = 2205, fd = 12 }
+fd_state.file_descriptor: 23329.113494828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2238, fd = 0 }
+fd_state.file_descriptor: 23329.113496995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2238, fd = 1 }
+fd_state.file_descriptor: 23329.113499168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2238, fd = 2 }
+fd_state.file_descriptor: 23329.113506495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7303]", pid = 2238, fd = 3 }
+fd_state.file_descriptor: 23329.113508594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7303]", pid = 2238, fd = 4 }
+fd_state.file_descriptor: 23329.113510896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7306]", pid = 2238, fd = 5 }
+fd_state.file_descriptor: 23329.113512958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7306]", pid = 2238, fd = 6 }
+fd_state.file_descriptor: 23329.113517934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[10337]", pid = 2238, fd = 7 }
+fd_state.file_descriptor: 23329.113524077 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[72356]", pid = 2238, fd = 8 }
+fd_state.file_descriptor: 23329.113532002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[77164]", pid = 2238, fd = 9 }
+fd_state.file_descriptor: 23329.113540792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[118724]", pid = 2238, fd = 10 }
+fd_state.file_descriptor: 23329.113549021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[264344]", pid = 2238, fd = 11 }
+fd_state.file_descriptor: 23329.113568238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2244, fd = 0 }
+fd_state.file_descriptor: 23329.113570596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2244, fd = 1 }
+fd_state.file_descriptor: 23329.113572769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2244, fd = 2 }
+fd_state.file_descriptor: 23329.113575529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7475]", pid = 2244, fd = 3 }
+fd_state.file_descriptor: 23329.113577720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7475]", pid = 2244, fd = 4 }
+fd_state.file_descriptor: 23329.113580188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7468]", pid = 2244, fd = 5 }
+fd_state.file_descriptor: 23329.113586127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7476]", pid = 2244, fd = 6 }
+fd_state.file_descriptor: 23329.113588221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7476]", pid = 2244, fd = 7 }
+fd_state.file_descriptor: 23329.113590584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7479]", pid = 2244, fd = 8 }
+fd_state.file_descriptor: 23329.113592993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7500]", pid = 2244, fd = 9 }
+fd_state.file_descriptor: 23329.113600061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7646]", pid = 2244, fd = 11 }
+fd_state.file_descriptor: 23329.113602184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7646]", pid = 2244, fd = 14 }
+fd_state.file_descriptor: 23329.113604548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2247, fd = 0 }
+fd_state.file_descriptor: 23329.113606708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2247, fd = 1 }
+fd_state.file_descriptor: 23329.113608869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2247, fd = 2 }
+fd_state.file_descriptor: 23329.113611350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7493]", pid = 2247, fd = 3 }
+fd_state.file_descriptor: 23329.113616233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7493]", pid = 2247, fd = 4 }
+fd_state.file_descriptor: 23329.113618592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7488]", pid = 2247, fd = 5 }
+fd_state.file_descriptor: 23329.113621308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7499]", pid = 2247, fd = 6 }
+fd_state.file_descriptor: 23329.113623425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7499]", pid = 2247, fd = 7 }
+fd_state.file_descriptor: 23329.113625833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7502]", pid = 2247, fd = 8 }
+fd_state.file_descriptor: 23329.113628265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7552]", pid = 2247, fd = 9 }
+fd_state.file_descriptor: 23329.113630672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7615]", pid = 2247, fd = 10 }
+fd_state.file_descriptor: 23329.113632777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2247, fd = 11 }
+fd_state.file_descriptor: 23329.113637864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2247, fd = 12 }
+fd_state.file_descriptor: 23329.113640278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7749]", pid = 2247, fd = 13 }
+fd_state.file_descriptor: 23329.113642654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7814]", pid = 2247, fd = 14 }
+fd_state.file_descriptor: 23329.113647525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2248, fd = 0 }
+fd_state.file_descriptor: 23329.113649679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2248, fd = 1 }
+fd_state.file_descriptor: 23329.113651827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2248, fd = 2 }
+fd_state.file_descriptor: 23329.113654222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7511]", pid = 2248, fd = 3 }
+fd_state.file_descriptor: 23329.113675359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7511]", pid = 2248, fd = 4 }
+fd_state.file_descriptor: 23329.113678519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7507]", pid = 2248, fd = 5 }
+fd_state.file_descriptor: 23329.113680890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7520]", pid = 2248, fd = 6 }
+fd_state.file_descriptor: 23329.113683001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7520]", pid = 2248, fd = 7 }
+fd_state.file_descriptor: 23329.113685439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7521]", pid = 2248, fd = 8 }
+fd_state.file_descriptor: 23329.113691008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7572]", pid = 2248, fd = 9 }
+fd_state.file_descriptor: 23329.113693687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2248, fd = 10 }
+fd_state.file_descriptor: 23329.113698564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7649]", pid = 2248, fd = 13 }
+fd_state.file_descriptor: 23329.113700669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7649]", pid = 2248, fd = 14 }
+fd_state.file_descriptor: 23329.113707854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7700]", pid = 2248, fd = 15 }
+fd_state.file_descriptor: 23329.113710070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7650]", pid = 2248, fd = 16 }
+fd_state.file_descriptor: 23329.113712280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7651]", pid = 2248, fd = 17 }
+fd_state.file_descriptor: 23329.113714379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7700]", pid = 2248, fd = 18 }
+fd_state.file_descriptor: 23329.113717046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7652]", pid = 2248, fd = 19 }
+fd_state.file_descriptor: 23329.113721842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7705]", pid = 2248, fd = 20 }
+fd_state.file_descriptor: 23329.113726503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7654]", pid = 2248, fd = 21 }
+fd_state.file_descriptor: 23329.113728596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7654]", pid = 2248, fd = 22 }
+fd_state.file_descriptor: 23329.113733521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7701]", pid = 2248, fd = 23 }
+fd_state.file_descriptor: 23329.113735837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7702]", pid = 2248, fd = 24 }
+fd_state.file_descriptor: 23329.113737948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7705]", pid = 2248, fd = 25 }
+fd_state.file_descriptor: 23329.113740200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7703]", pid = 2248, fd = 26 }
+fd_state.file_descriptor: 23329.113742566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7710]", pid = 2248, fd = 27 }
+fd_state.file_descriptor: 23329.113747517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7706]", pid = 2248, fd = 28 }
+fd_state.file_descriptor: 23329.113749745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7707]", pid = 2248, fd = 29 }
+fd_state.file_descriptor: 23329.113751831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7710]", pid = 2248, fd = 30 }
+fd_state.file_descriptor: 23329.113754399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7708]", pid = 2248, fd = 31 }
+fd_state.file_descriptor: 23329.113756794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7711]", pid = 2248, fd = 33 }
+fd_state.file_descriptor: 23329.113759041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7712]", pid = 2248, fd = 34 }
+fd_state.file_descriptor: 23329.113761331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7713]", pid = 2248, fd = 36 }
+fd_state.file_descriptor: 23329.113764467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7650]", pid = 2255, fd = 0 }
+fd_state.file_descriptor: 23329.113766516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7651]", pid = 2255, fd = 1 }
+fd_state.file_descriptor: 23329.113768560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7652]", pid = 2255, fd = 2 }
+fd_state.file_descriptor: 23329.113770862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7661]", pid = 2255, fd = 3 }
+fd_state.file_descriptor: 23329.113772949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7661]", pid = 2255, fd = 4 }
+fd_state.file_descriptor: 23329.113775282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7664]", pid = 2255, fd = 5 }
+fd_state.file_descriptor: 23329.113777319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7664]", pid = 2255, fd = 6 }
+fd_state.file_descriptor: 23329.113779795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7665]", pid = 2255, fd = 7 }
+fd_state.file_descriptor: 23329.113782239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7669]", pid = 2255, fd = 8 }
+fd_state.file_descriptor: 23329.113784598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7673]", pid = 2255, fd = 9 }
+fd_state.file_descriptor: 23329.113786931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2255, fd = 10 }
+fd_state.file_descriptor: 23329.113789351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 2255, fd = 11 }
+fd_state.file_descriptor: 23329.113798277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-sp2o.db", pid = 2255, fd = 12 }
+fd_state.file_descriptor: 23329.113801684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-po2s.db", pid = 2255, fd = 13 }
+fd_state.file_descriptor: 23329.113807277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-so2p.db", pid = 2255, fd = 14 }
+fd_state.file_descriptor: 23329.113810437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-contexts.db", pid = 2255, fd = 15 }
+fd_state.file_descriptor: 23329.113813104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7697]", pid = 2255, fd = 16 }
+fd_state.file_descriptor: 23329.113815364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7750]", pid = 2255, fd = 17 }
+fd_state.file_descriptor: 23329.113820493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7796]", pid = 2255, fd = 18 }
+fd_state.file_descriptor: 23329.113825068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7802]", pid = 2255, fd = 19 }
+fd_state.file_descriptor: 23329.113827414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7812]", pid = 2255, fd = 20 }
+fd_state.file_descriptor: 23329.113829728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7701]", pid = 2259, fd = 0 }
+fd_state.file_descriptor: 23329.113831870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7702]", pid = 2259, fd = 1 }
+fd_state.file_descriptor: 23329.113834253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7703]", pid = 2259, fd = 2 }
+fd_state.file_descriptor: 23329.113836513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7733]", pid = 2259, fd = 3 }
+fd_state.file_descriptor: 23329.113838636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7733]", pid = 2259, fd = 4 }
+fd_state.file_descriptor: 23329.113843507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7736]", pid = 2259, fd = 5 }
+fd_state.file_descriptor: 23329.113845581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7736]", pid = 2259, fd = 6 }
+fd_state.file_descriptor: 23329.113850297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7741]", pid = 2259, fd = 7 }
+fd_state.file_descriptor: 23329.113852717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7759]", pid = 2259, fd = 8 }
+fd_state.file_descriptor: 23329.113855063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7767]", pid = 2259, fd = 9 }
+fd_state.file_descriptor: 23329.113857359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2259, fd = 10 }
+fd_state.file_descriptor: 23329.113859767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7795]", pid = 2259, fd = 11 }
+fd_state.file_descriptor: 23329.113864866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7706]", pid = 2260, fd = 0 }
+fd_state.file_descriptor: 23329.113867027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7707]", pid = 2260, fd = 1 }
+fd_state.file_descriptor: 23329.113869125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7708]", pid = 2260, fd = 2 }
+fd_state.file_descriptor: 23329.113871811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7737]", pid = 2260, fd = 3 }
+fd_state.file_descriptor: 23329.113873879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7737]", pid = 2260, fd = 4 }
+fd_state.file_descriptor: 23329.113876218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7740]", pid = 2260, fd = 5 }
+fd_state.file_descriptor: 23329.113880564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7740]", pid = 2260, fd = 6 }
+fd_state.file_descriptor: 23329.113882842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7747]", pid = 2260, fd = 7 }
+fd_state.file_descriptor: 23329.113885243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7765]", pid = 2260, fd = 8 }
+fd_state.file_descriptor: 23329.113887613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7775]", pid = 2260, fd = 9 }
+fd_state.file_descriptor: 23329.113889885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2260, fd = 10 }
+fd_state.file_descriptor: 23329.113892385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7801]", pid = 2260, fd = 11 }
+fd_state.file_descriptor: 23329.113894582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2260, fd = 12 }
+fd_state.file_descriptor: 23329.113897978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7711]", pid = 2261, fd = 0 }
+fd_state.file_descriptor: 23329.113900163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7712]", pid = 2261, fd = 1 }
+fd_state.file_descriptor: 23329.113902268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7713]", pid = 2261, fd = 2 }
+fd_state.file_descriptor: 23329.113904577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7743]", pid = 2261, fd = 3 }
+fd_state.file_descriptor: 23329.113906601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7743]", pid = 2261, fd = 4 }
+fd_state.file_descriptor: 23329.113909244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7746]", pid = 2261, fd = 5 }
+fd_state.file_descriptor: 23329.113911330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7746]", pid = 2261, fd = 6 }
+fd_state.file_descriptor: 23329.113913731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7752]", pid = 2261, fd = 7 }
+fd_state.file_descriptor: 23329.113916145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7777]", pid = 2261, fd = 8 }
+fd_state.file_descriptor: 23329.113918528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7791]", pid = 2261, fd = 9 }
+fd_state.file_descriptor: 23329.113920868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2261, fd = 10 }
+fd_state.file_descriptor: 23329.113923300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7811]", pid = 2261, fd = 11 }
+fd_state.file_descriptor: 23329.113925615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7813]", pid = 2261, fd = 12 }
+fd_state.file_descriptor: 23329.113927732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7813]", pid = 2261, fd = 13 }
+fd_state.file_descriptor: 23329.113930831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2263, fd = 0 }
+fd_state.file_descriptor: 23329.113933041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2263, fd = 1 }
+fd_state.file_descriptor: 23329.113935263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2263, fd = 2 }
+fd_state.file_descriptor: 23329.113940048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7728]", pid = 2263, fd = 3 }
+fd_state.file_descriptor: 23329.113942140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7728]", pid = 2263, fd = 4 }
+fd_state.file_descriptor: 23329.113947122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7720]", pid = 2263, fd = 5 }
+fd_state.file_descriptor: 23329.113949499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7730]", pid = 2263, fd = 6 }
+fd_state.file_descriptor: 23329.113951567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7730]", pid = 2263, fd = 7 }
+fd_state.file_descriptor: 23329.113953894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7731]", pid = 2263, fd = 8 }
+fd_state.file_descriptor: 23329.113956208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7762]", pid = 2263, fd = 9 }
+fd_state.file_descriptor: 23329.113958450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/snd/controlC0", pid = 2263, fd = 10 }
+fd_state.file_descriptor: 23329.113960974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7816]", pid = 2263, fd = 11 }
+fd_state.file_descriptor: 23329.113963332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7863]", pid = 2263, fd = 12 }
+fd_state.file_descriptor: 23329.113965511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2269, fd = 0 }
+fd_state.file_descriptor: 23329.113967641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2269, fd = 1 }
+fd_state.file_descriptor: 23329.113969888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2269, fd = 2 }
+fd_state.file_descriptor: 23329.113972265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7913]", pid = 2269, fd = 3 }
+fd_state.file_descriptor: 23329.113974605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7915]", pid = 2269, fd = 4 }
+fd_state.file_descriptor: 23329.113976820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7915]", pid = 2269, fd = 5 }
+fd_state.file_descriptor: 23329.113979073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/diskstats", pid = 2269, fd = 6 }
+fd_state.file_descriptor: 23329.113981289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 2269, fd = 7 }
+fd_state.file_descriptor: 23329.113986672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/2269/net/dev", pid = 2269, fd = 8 }
+fd_state.file_descriptor: 23329.113989000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/vmstat", pid = 2269, fd = 9 }
+fd_state.file_descriptor: 23329.113994376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lock/gkrellm/LCK..1000_:0", pid = 2269, fd = 10 }
+fd_state.file_descriptor: 23329.113999198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7962]", pid = 2269, fd = 11 }
+fd_state.file_descriptor: 23329.114001451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/stat", pid = 2269, fd = 12 }
+fd_state.file_descriptor: 23329.114003908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/2269/net/route", pid = 2269, fd = 13 }
+fd_state.file_descriptor: 23329.114006118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2275, fd = 0 }
+fd_state.file_descriptor: 23329.114008321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2275, fd = 1 }
+fd_state.file_descriptor: 23329.114010519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2275, fd = 2 }
+fd_state.file_descriptor: 23329.114012914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7972]", pid = 2275, fd = 3 }
+fd_state.file_descriptor: 23329.114015334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8054]", pid = 2275, fd = 4 }
+fd_state.file_descriptor: 23329.114017526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2290, fd = 0 }
+fd_state.file_descriptor: 23329.114019445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2290, fd = 1 }
+fd_state.file_descriptor: 23329.114021723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2290, fd = 2 }
+fd_state.file_descriptor: 23329.114024069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8116]", pid = 2290, fd = 3 }
+fd_state.file_descriptor: 23329.114026075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2290, fd = 4 }
+fd_state.file_descriptor: 23329.114030594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2290, fd = 5 }
+fd_state.file_descriptor: 23329.114032878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2336, fd = 0 }
+fd_state.file_descriptor: 23329.114035056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2336, fd = 1 }
+fd_state.file_descriptor: 23329.114037329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2336, fd = 2 }
+fd_state.file_descriptor: 23329.114039853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8455]", pid = 2336, fd = 3 }
+fd_state.file_descriptor: 23329.114042063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8455]", pid = 2336, fd = 4 }
+fd_state.file_descriptor: 23329.114044372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8420]", pid = 2336, fd = 5 }
+fd_state.file_descriptor: 23329.114046804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8457]", pid = 2336, fd = 6 }
+fd_state.file_descriptor: 23329.114048909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8457]", pid = 2336, fd = 7 }
+fd_state.file_descriptor: 23329.114051057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8458]", pid = 2336, fd = 8 }
+fd_state.file_descriptor: 23329.114053428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8460]", pid = 2336, fd = 9 }
+fd_state.file_descriptor: 23329.114055570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2336, fd = 10 }
+fd_state.file_descriptor: 23329.114058434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 2336, fd = 11 }
+fd_state.file_descriptor: 23329.114060644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2336, fd = 12 }
+fd_state.file_descriptor: 23329.114068262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2336, fd = 13 }
+fd_state.file_descriptor: 23329.114070459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2336, fd = 16 }
+fd_state.file_descriptor: 23329.114072953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[284061]", pid = 2336, fd = 17 }
+fd_state.file_descriptor: 23329.114077626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 2336, fd = 18 }
+fd_state.file_descriptor: 23329.114080299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[9950]", pid = 2336, fd = 19 }
+fd_state.file_descriptor: 23329.114082367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[9950]", pid = 2336, fd = 20 }
+fd_state.file_descriptor: 23329.114084466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[284061]", pid = 2336, fd = 21 }
+fd_state.file_descriptor: 23329.114089145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8487]", pid = 2336, fd = 22 }
+fd_state.file_descriptor: 23329.114091257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8487]", pid = 2336, fd = 23 }
+fd_state.file_descriptor: 23329.114093541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[9951]", pid = 2336, fd = 24 }
+fd_state.file_descriptor: 23329.114096484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[43982]", pid = 2336, fd = 26 }
+fd_state.file_descriptor: 23329.114098633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[43982]", pid = 2336, fd = 27 }
+fd_state.file_descriptor: 23329.114103183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[284062]", pid = 2336, fd = 28 }
+fd_state.file_descriptor: 23329.114105454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[43983]", pid = 2336, fd = 29 }
+fd_state.file_descriptor: 23329.114111263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2536, fd = 0 }
+fd_state.file_descriptor: 23329.114113386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2536, fd = 1 }
+fd_state.file_descriptor: 23329.114115399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2536, fd = 2 }
+fd_state.file_descriptor: 23329.114118300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2536, fd = 255 }
+fd_state.file_descriptor: 23329.114120597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2630, fd = 0 }
+fd_state.file_descriptor: 23329.114122652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2630, fd = 1 }
+fd_state.file_descriptor: 23329.114124671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2630, fd = 2 }
+fd_state.file_descriptor: 23329.114129393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[10555]", pid = 2630, fd = 4 }
+fd_state.file_descriptor: 23329.114135153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2639, fd = 0 }
+fd_state.file_descriptor: 23329.114137221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2639, fd = 1 }
+fd_state.file_descriptor: 23329.114139258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2639, fd = 2 }
+fd_state.file_descriptor: 23329.114142209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2639, fd = 255 }
+fd_state.file_descriptor: 23329.114144740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/1 (deleted)", pid = 2748, fd = 0 }
+fd_state.file_descriptor: 23329.114146950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/1 (deleted)", pid = 2748, fd = 1 }
+fd_state.file_descriptor: 23329.114149129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/1 (deleted)", pid = 2748, fd = 2 }
+fd_state.file_descriptor: 23329.114153999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11278]", pid = 2748, fd = 3 }
+fd_state.file_descriptor: 23329.114156537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11284]", pid = 2748, fd = 4 }
+fd_state.file_descriptor: 23329.114158907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/1 (deleted)", pid = 2757, fd = 0 }
+fd_state.file_descriptor: 23329.114161000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/1 (deleted)", pid = 2757, fd = 1 }
+fd_state.file_descriptor: 23329.114163074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/1 (deleted)", pid = 2757, fd = 2 }
+fd_state.file_descriptor: 23329.114169889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11322]", pid = 2757, fd = 3 }
+fd_state.file_descriptor: 23329.114174908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11329]", pid = 2757, fd = 4 }
+fd_state.file_descriptor: 23329.114177167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2782, fd = 0 }
+fd_state.file_descriptor: 23329.114179166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2782, fd = 1 }
+fd_state.file_descriptor: 23329.114181061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2782, fd = 2 }
+fd_state.file_descriptor: 23329.114186068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[11755]", pid = 2782, fd = 4 }
+fd_state.file_descriptor: 23329.114193797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[11680]", pid = 2782, fd = 5 }
+fd_state.file_descriptor: 23329.114198698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11681]", pid = 2782, fd = 7 }
+fd_state.file_descriptor: 23329.114201136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11682]", pid = 2782, fd = 8 }
+fd_state.file_descriptor: 23329.114203667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[11755]", pid = 2794, fd = 0 }
+fd_state.file_descriptor: 23329.114205680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2794, fd = 1 }
+fd_state.file_descriptor: 23329.114207723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2794, fd = 2 }
+fd_state.file_descriptor: 23329.114210254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[11680]", pid = 2794, fd = 5 }
+fd_state.file_descriptor: 23329.114212674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2838, fd = 0 }
+fd_state.file_descriptor: 23329.114214717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2838, fd = 1 }
+fd_state.file_descriptor: 23329.114216693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2838, fd = 2 }
+fd_state.file_descriptor: 23329.114221705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11900]", pid = 2838, fd = 3 }
+fd_state.file_descriptor: 23329.114226348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11905]", pid = 2838, fd = 4 }
+fd_state.file_descriptor: 23329.114228595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2853, fd = 0 }
+fd_state.file_descriptor: 23329.114230663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2853, fd = 1 }
+fd_state.file_descriptor: 23329.114232687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2853, fd = 2 }
+fd_state.file_descriptor: 23329.114235101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11945]", pid = 2853, fd = 3 }
+fd_state.file_descriptor: 23329.114237533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11968]", pid = 2853, fd = 4 }
+fd_state.file_descriptor: 23329.114250065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[11679]", pid = 2864, fd = 0 }
+fd_state.file_descriptor: 23329.114252200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[11680]", pid = 2864, fd = 1 }
+fd_state.file_descriptor: 23329.114254201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[11680]", pid = 2864, fd = 2 }
+fd_state.file_descriptor: 23329.114258990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[12029]", pid = 2864, fd = 3 }
+fd_state.file_descriptor: 23329.114261404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[12033]", pid = 2864, fd = 4 }
+fd_state.file_descriptor: 23329.114271367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[272930]", pid = 2864, fd = 5 }
+fd_state.file_descriptor: 23329.114279695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[274175]", pid = 2864, fd = 6 }
+fd_state.file_descriptor: 23329.114284825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79374]", pid = 2864, fd = 7 }
+fd_state.file_descriptor: 23329.114292424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79380]", pid = 2864, fd = 8 }
+fd_state.file_descriptor: 23329.114294782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79382]", pid = 2864, fd = 9 }
+fd_state.file_descriptor: 23329.114299918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[146014]", pid = 2864, fd = 10 }
+fd_state.file_descriptor: 23329.114308412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[80923]", pid = 2864, fd = 11 }
+fd_state.file_descriptor: 23329.114315794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[81175]", pid = 2864, fd = 12 }
+fd_state.file_descriptor: 23329.114323566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79432]", pid = 2864, fd = 13 }
+fd_state.file_descriptor: 23329.114331301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79820]", pid = 2864, fd = 14 }
+fd_state.file_descriptor: 23329.114335974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[93387]", pid = 2864, fd = 15 }
+fd_state.file_descriptor: 23329.114340870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[82567]", pid = 2864, fd = 16 }
+fd_state.file_descriptor: 23329.114343339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[93117]", pid = 2864, fd = 17 }
+fd_state.file_descriptor: 23329.114348240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[146088]", pid = 2864, fd = 18 }
+fd_state.file_descriptor: 23329.114360846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[174185]", pid = 2864, fd = 19 }
+fd_state.file_descriptor: 23329.114366346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[272327]", pid = 2864, fd = 20 }
+fd_state.file_descriptor: 23329.114374871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[192688]", pid = 2864, fd = 21 }
+fd_state.file_descriptor: 23329.114379946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[126320]", pid = 2864, fd = 22 }
+fd_state.file_descriptor: 23329.114385119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[194954]", pid = 2864, fd = 23 }
+fd_state.file_descriptor: 23329.114390082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[256314]", pid = 2864, fd = 24 }
+fd_state.file_descriptor: 23329.114397804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[281807]", pid = 2864, fd = 25 }
+fd_state.file_descriptor: 23329.114402731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[249768]", pid = 2864, fd = 26 }
+fd_state.file_descriptor: 23329.114407810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[214772]", pid = 2864, fd = 29 }
+fd_state.file_descriptor: 23329.114416132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[239772]", pid = 2864, fd = 31 }
+fd_state.file_descriptor: 23329.114418533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[239934]", pid = 2864, fd = 33 }
+fd_state.file_descriptor: 23329.114424255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[277910]", pid = 2864, fd = 36 }
+fd_state.file_descriptor: 23329.114426632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[277912]", pid = 2864, fd = 37 }
+fd_state.file_descriptor: 23329.114429743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3380, fd = 0 }
+fd_state.file_descriptor: 23329.114431713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3380, fd = 1 }
+fd_state.file_descriptor: 23329.114433639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3380, fd = 2 }
+fd_state.file_descriptor: 23329.114436046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38267]", pid = 3380, fd = 3 }
+fd_state.file_descriptor: 23329.114437978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3380, fd = 4 }
+fd_state.file_descriptor: 23329.114443281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38271]", pid = 3380, fd = 5 }
+fd_state.file_descriptor: 23329.114445479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38271]", pid = 3380, fd = 6 }
+fd_state.file_descriptor: 23329.114450750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38272]", pid = 3380, fd = 7 }
+fd_state.file_descriptor: 23329.114453220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38272]", pid = 3380, fd = 8 }
+fd_state.file_descriptor: 23329.114461232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3384, fd = 0 }
+fd_state.file_descriptor: 23329.114463220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3384, fd = 1 }
+fd_state.file_descriptor: 23329.114465177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3384, fd = 2 }
+fd_state.file_descriptor: 23329.114465631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38297]", pid = 3384, fd = 3 }
+kernel.irq_entry: 23329.114490705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 23329.114505379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { jiffies = 4297269582, xtime_sec = 1264196274, xtime_nsec = 637522001, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.114516392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.softirq_raise: 23329.114523096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 9 [softirq 9] }
+kernel.irq_exit: 23329.114546763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 23329.114550269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 23329.114558979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302287, function = 0xc141d458, data = 0 }
+kernel.timer_set: 23329.114563295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302287, function = 0xc14b0234, data = 0 }
+kernel.softirq_exit: 23329.114565560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.softirq_entry: 23329.114566881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
+rcu.tree_callback: 23329.114625543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 23329.114629123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 23329.114630883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 23329.114632451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 23329.114634031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 23329.114635599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 23329.114637148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc141a9af }
+kernel.softirq_exit: 23329.114639414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
+fd_state.file_descriptor: 23329.114644365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3384, fd = 4 }
+fd_state.file_descriptor: 23329.114650649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38297]", pid = 3384, fd = 5 }
+fd_state.file_descriptor: 23329.114653112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38298]", pid = 3384, fd = 6 }
+fd_state.file_descriptor: 23329.114655427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38302]", pid = 3384, fd = 7 }
+fd_state.file_descriptor: 23329.114657538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 3384, fd = 8 }
+fd_state.file_descriptor: 23329.114659915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38307]", pid = 3384, fd = 9 }
+kernel.sched_schedule: 23329.114668452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 16927, next_pid = 1989, prev_state = 0 }
+fs.read: 23329.114878429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 3540, fd = 48 }
+kernel.syscall_exit: 23329.114880707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1428 }
+kernel.syscall_entry: 23329.115426442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.115431300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.115432688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.115438418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 23329.115453220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.115462338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.115613720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { fd = 8 }
+kernel.syscall_exit: 23329.115617269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.115626554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.115632134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.115633344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 64 }
+kernel.syscall_entry: 23329.115650672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.115652679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.115653900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.115671715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.115673771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.115676129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.115679463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
+fs.writev: 23329.115684401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 23329.115685858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
+kernel.syscall_entry: 23329.115691111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.115692612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 23329.115716032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+fs.writev: 23329.115944960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
+kernel.syscall_exit: 23329.115947120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 64 }
+kernel.syscall_entry: 23329.115954652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.115958275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.115962133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.115965190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 23329.115981708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.115992412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
+fs.select: 23329.115996233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.115998919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116001357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116008203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116010178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116012740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116015160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116017062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116019290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116021530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116023457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116025537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116027833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116029845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116031864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116034142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116036321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116038364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116040765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116042932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116044828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116047334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116049371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116051334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116053359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116055322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116057279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116059205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116061229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116063347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116065433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116067489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116069322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116071051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116073205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 0, end_time_nsec = 0 }
+fs.select: 23329.116075304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 0, end_time_nsec = 0 }
+kernel.syscall_exit: 23329.116077681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.116084311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.116086107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 23329.116093052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.116096638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.116099058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.116103761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.116106022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.116109268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.116110979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 23329.116114083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.116118280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
+fs.select: 23329.116123238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116125750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116127664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116130954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116132948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116134929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116136880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116138775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116140843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116142788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116144720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116146677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116148634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116150585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116152548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116154535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116156924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116158894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116166715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116168752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116170666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116172752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116174715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116176603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116178437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116180301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116182147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116184123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116185969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116187827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116189690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116192098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116194178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116196178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116197999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559698425 }
+fs.select: 23329.116199895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559698425 }
+mm.page_free: 23329.116207315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 198104, order = 0 }
+kernel.syscall_exit: 23329.116211710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.116216358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.116218210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 23329.116223612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.116227032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.116229384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.116233822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 23329.116242847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.116251625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.116398574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 23329.116406297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+fs.read: 23329.116550364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.116552067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 16 }
+kernel.syscall_entry: 23329.116559654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.116561852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.116563069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.116566994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 23329.116575358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.116583402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.116713544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.116713546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.116713548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.116713550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.116713552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 23329.116713554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.116713556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.116713558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.118615359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.118618548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.118621587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.118625677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
+fs.writev: 23329.118634582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 23329.118636198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 7140 }
+kernel.syscall_entry: 23329.118641354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.118642921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 23329.118652634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+fs.writev: 23329.118811901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
+kernel.syscall_exit: 23329.118814059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 23329.118820356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.118823594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.118827603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.118829527 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 23329.118833925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.118840376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
+fs.select: 23329.118845519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118848127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118850224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118854745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118856867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118859389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118861492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118863762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118865927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118867999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118869942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118872310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118874370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118876516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118878515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118880531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118882980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118885299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118893181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118895308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118897634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118899835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118901920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118903942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118906102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118908094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118910265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118912596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118914674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118916753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118918824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118921050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118923086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118925227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118927218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559420563 }
+fs.select: 23329.118929056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559420563 }
+mm.page_free: 23329.118936753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 198051, order = 0 }
+kernel.syscall_exit: 23329.118940607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.118945998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.118947830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 23329.118954194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.118957543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.118959967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.118964580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.118969083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.118970291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 4096 }
+kernel.syscall_entry: 23329.119279659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 23329.119290693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.119299894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.119449786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 23329.119457551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+fs.read: 23329.119617403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4092, fd = 48 }
+kernel.syscall_exit: 23329.119619210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 3044 }
+kernel.syscall_entry: 23329.119699133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.119721101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.119722606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.119728287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 23329.119737951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.119746220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.119891197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.119894274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.119899949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.119904340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.119905604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 23329.119912672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.119914553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.119915743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.119925883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.119927745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.119929867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.119933123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
+fs.writev: 23329.119937138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 23329.119938631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
+kernel.syscall_entry: 23329.119943010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.119944521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 23329.119952063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+fs.writev: 23329.120096238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
+kernel.syscall_exit: 23329.120098261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 23329.120103872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.120106507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.120109904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.120111891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 23329.120116429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.120121690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
+fs.select: 23329.120126384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120128993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120131176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120135228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120137349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120139779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120141870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120143788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120145922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120147883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120149826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120151794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120153780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120155741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120157788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120159774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120161859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120164024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120171331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120173478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120175816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120177795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120179886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120181946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120183957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120185936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120187891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120189877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120191832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120193805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120195976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120198061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120200133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120202230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120204148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559701878 }
+fs.select: 23329.120205968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559701878 }
+mm.page_free: 23329.120213276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 198049, order = 0 }
+kernel.syscall_exit: 23329.120216847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.120221676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.120223526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 23329.120229429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.120232870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.120235269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.120239395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 23329.120247222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.120255554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.120398865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 23329.120406433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+fs.read: 23329.120640502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.120642278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 16 }
+kernel.syscall_entry: 23329.120649661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.120651838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.120653090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.120656944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 23329.120665295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.120673029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.120816112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.120818900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.120824272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.120828521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.120829730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 23329.120835416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.120837322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.120838525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.page_fault_entry: 23329.121824687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, TRAP { ip = 0xb6427f29, address = 0x9ba8000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.121874457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 23329.121882846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, TRAP { ip = 0xb6427f29, address = 0x9ba9000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.121897326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 23329.122079073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, TRAP { ip = 0xb6128a66, address = 0xa3dd000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.122117446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.page_fault_entry: 23329.122126537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, TRAP { ip = 0xb6128a66, address = 0xa3de000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.122153328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.syscall_entry: 23329.122166730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.122169424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.122172409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.122176080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
+fs.writev: 23329.122189117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 23329.122190782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 23400 }
+kernel.irq_entry: 23329.122705061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, IRQ { ip = 3059708304, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 0 }
+block.rq_complete_fs: 23329.122731427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 2336, 2336, konsole, , 1, 0x0, IRQ { hard_sector = 4081302, rw = 0, errors = 0 }
+kernel.sched_try_wakeup: 23329.122749245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, IRQ { pid = 1304, cpu_id = 0, state = 2 }
+kernel.timer_set: 23329.122772003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, IRQ { expires = 2302287, function = 0xc141b0a5, data = 4136835584 }
+kernel.irq_exit: 23329.122783380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.sched_schedule: 23329.122795826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { prev_pid = 2336, next_pid = 1304, prev_state = 0 }
+kernel.page_fault_exit: 23329.122970111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { res = 516 }
+kernel.page_fault_entry: 23329.122982026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { ip = 0xb76055b7, address = 0xb76055b7, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.123020516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.page_fault_entry: 23329.123034270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { ip = 0xb767f2b7, address = 0xb7607fad, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.123069955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
+kernel.syscall_entry: 23329.123191371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 23329.123194911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.page_fault_entry: 23329.123238471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { ip = 0x80661dc, address = 0xb65bfdac, trap_id = 14, write_access = 1 }
+block.remap: 23329.123273853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2368, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.123277924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2431, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.getrq_bio: 23329.123288365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2431, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+kernel.timer_set: 23329.123295144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { expires = 2302287, function = 0xc1410312, data = 4147888232 }
+block.plug: 23329.123299004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP
+block.rq_insert_fs: 23329.123304036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { hard_sector = 2431, rw = 0, errors = 0 }
+block.remap: 23329.123315711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2376, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.123318715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2439, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_backmerge: 23329.123325925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2439, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.remap: 23329.123338987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2384, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.123341898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2447, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_backmerge: 23329.123346794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2447, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.remap: 23329.123354245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2392, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.123357186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2455, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_backmerge: 23329.123361943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2455, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.remap: 23329.123368960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2400, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.123371902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2463, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_backmerge: 23329.123377015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2463, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.remap: 23329.123384095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2408, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.123387043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2471, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_backmerge: 23329.123391749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2471, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.remap: 23329.123402234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2416, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.123405175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2479, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_backmerge: 23329.123410042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2479, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.remap: 23329.123417233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2424, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.123420174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2487, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_backmerge: 23329.123424868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2487, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+mm.swap_in: 23329.123433040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { pfn = 282290, filp = 0xf7101940, offset = 296 }
+block.unplug_io: 23329.123437104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { pdu = 1 }
+block.rq_issue_fs: 23329.123448266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { hard_sector = 2431, rw = 0, errors = 0 }
+kernel.timer_set: 23329.123490477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { expires = 2304286, function = 0xf8a23e85, data = 4136733696 }
+kernel.sched_schedule: 23329.123570264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 1304, next_pid = 16927, prev_state = 2 }
+fd_state.file_descriptor: 23329.123682818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3386, fd = 0 }
+fd_state.file_descriptor: 23329.123685600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3386, fd = 1 }
+fd_state.file_descriptor: 23329.123687653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3386, fd = 2 }
+fd_state.file_descriptor: 23329.123692550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38313]", pid = 3386, fd = 3 }
+fd_state.file_descriptor: 23329.123694586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3386, fd = 4 }
+fd_state.file_descriptor: 23329.123697151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38313]", pid = 3386, fd = 5 }
+fd_state.file_descriptor: 23329.123703652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38314]", pid = 3386, fd = 6 }
+fd_state.file_descriptor: 23329.123706032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38315]", pid = 3386, fd = 7 }
+fd_state.file_descriptor: 23329.123713168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 3701, fd = 0 }
+fd_state.file_descriptor: 23329.123715265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 3701, fd = 1 }
+fd_state.file_descriptor: 23329.123717325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 3701, fd = 2 }
+fd_state.file_descriptor: 23329.123720247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 3701, fd = 255 }
+fd_state.file_descriptor: 23329.123722868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4080, fd = 0 }
+fd_state.file_descriptor: 23329.123725576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 4080, fd = 1 }
+fd_state.file_descriptor: 23329.123727951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 4080, fd = 2 }
+fd_state.file_descriptor: 23329.123730837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4081, fd = 0 }
+fd_state.file_descriptor: 23329.123732878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 4081, fd = 1 }
+fd_state.file_descriptor: 23329.123735118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4081, fd = 2 }
+fd_state.file_descriptor: 23329.123737862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188219]", pid = 4081, fd = 3 }
+fd_state.file_descriptor: 23329.123744646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/rt.jar", pid = 4081, fd = 4 }
+fd_state.file_descriptor: 23329.123750400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.launcher_1.1.0.v20091023.jar", pid = 4081, fd = 5 }
+fd_state.file_descriptor: 23329.123752990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/random", pid = 4081, fd = 6 }
+fd_state.file_descriptor: 23329.123758060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 4081, fd = 7 }
+fd_state.file_descriptor: 23329.123760188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/random", pid = 4081, fd = 8 }
+fd_state.file_descriptor: 23329.123762285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 4081, fd = 9 }
+fd_state.file_descriptor: 23329.123764783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[70778]", pid = 4081, fd = 10 }
+fd_state.file_descriptor: 23329.123770438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.osgi_3.6.0.v20091023.jar", pid = 4081, fd = 11 }
+fd_state.file_descriptor: 23329.123776094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.ui_3.6.0.v20091026-1200.jar", pid = 4081, fd = 12 }
+fd_state.file_descriptor: 23329.123779159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188241]", pid = 4081, fd = 13 }
+fd_state.file_descriptor: 23329.123787866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/.manager/.tmp4250888468523630486.instance", pid = 4081, fd = 14 }
+fd_state.file_descriptor: 23329.123793381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.common_3.5.100.v20091023.jar", pid = 4081, fd = 15 }
+fd_state.file_descriptor: 23329.123802071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.commons.core_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 16 }
+fd_state.file_descriptor: 23329.123805148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.debug.ui_3.5.0.v20091026-1150.jar", pid = 4081, fd = 17 }
+fd_state.file_descriptor: 23329.123813128 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.views_3.5.0.I20090914-0830.jar", pid = 4081, fd = 18 }
+fd_state.file_descriptor: 23329.123818586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.tasks.ui_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 19 }
+fd_state.file_descriptor: 23329.123832001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.debug_3.5.100.v20091019/jdimodel.jar", pid = 4081, fd = 20 }
+fd_state.file_descriptor: 23329.123838143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.registry_3.5.0.v20090911.jar", pid = 4081, fd = 21 }
+fd_state.file_descriptor: 23329.123866594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.300.v20090810/runtime_registry_compatibility.jar", pid = 4081, fd = 22 }
+fd_state.file_descriptor: 23329.123869912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.junit_3.6.0.v20091026-1200.jar", pid = 4081, fd = 23 }
+fd_state.file_descriptor: 23329.123873064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.extraData.9", pid = 4081, fd = 24 }
+fd_state.file_descriptor: 23329.123884195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.externaltools_3.2.0.v20091023.jar", pid = 4081, fd = 25 }
+fd_state.file_descriptor: 23329.123890603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.api.tools_1.0.201.v20091028-1400.jar", pid = 4081, fd = 26 }
+fd_state.file_descriptor: 23329.123895746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.mainData.9", pid = 4081, fd = 27 }
+fd_state.file_descriptor: 23329.123905195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.junit.core_3.6.0.v20091026-1200.jar", pid = 4081, fd = 28 }
+fd_state.file_descriptor: 23329.123908020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.extraData.9", pid = 4081, fd = 29 }
+fd_state.file_descriptor: 23329.123914489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.equinox.app/.manager/.tmp8207493735468441416.instance", pid = 4081, fd = 30 }
+fd_state.file_descriptor: 23329.123917869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.manager/.tmp7260807215584531017.instance", pid = 4081, fd = 31 }
+fd_state.file_descriptor: 23329.123920904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.mainData.9", pid = 4081, fd = 32 }
+fd_state.file_descriptor: 23329.123926189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.forms_3.5.0.v20091012.jar", pid = 4081, fd = 33 }
+fd_state.file_descriptor: 23329.123931851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.graph_1.0.7.jar", pid = 4081, fd = 34 }
+fd_state.file_descriptor: 23329.123935083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.console_3.5.0.v20090907.jar", pid = 4081, fd = 35 }
+fd_state.file_descriptor: 23329.123938431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/jsse.jar", pid = 4081, fd = 36 }
+fd_state.file_descriptor: 23329.123941336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.debug.ui_3.6.0.v20091026-1150.jar", pid = 4081, fd = 37 }
+fd_state.file_descriptor: 23329.123946887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.workbench.texteditor_3.6.0.v20091026-1200.jar", pid = 4081, fd = 38 }
+fd_state.file_descriptor: 23329.123950088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jface.text_3.5.100.v20091026-1200.jar", pid = 4081, fd = 39 }
+fd_state.file_descriptor: 23329.123959202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.apt.pluggable.core_1.0.300.v20090922-0135.jar", pid = 4081, fd = 40 }
+fd_state.file_descriptor: 23329.123962187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.core.manipulation_1.3.0.v20091026-1200.jar", pid = 4081, fd = 41 }
+fd_state.file_descriptor: 23329.123965148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.editors_3.6.0.v20091028-1300.jar", pid = 4081, fd = 42 }
+fd_state.file_descriptor: 23329.123968207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.filebuffers_3.5.100.v20091026-1200.jar", pid = 4081, fd = 43 }
+fd_state.file_descriptor: 23329.123971254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ltk.ui.refactoring_3.4.200.v20091026-1200.jar", pid = 4081, fd = 44 }
+fd_state.file_descriptor: 23329.123982929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.compare.core_3.5.100.I20090714-0800.jar", pid = 4081, fd = 45 }
+fd_state.file_descriptor: 23329.123985932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.team.cvs.ui_3.3.300.I20091026-1300.jar", pid = 4081, fd = 46 }
+fd_state.file_descriptor: 23329.123988812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.team.ui_3.5.100.I20091028-0800.jar", pid = 4081, fd = 47 }
+fd_state.file_descriptor: 23329.123991933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.runtime_3.6.0.v20090925.jar", pid = 4081, fd = 48 }
+fd_state.file_descriptor: 23329.123997731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.launching_3.6.0.v20091023.jar", pid = 4081, fd = 49 }
+fd_state.file_descriptor: 23329.124001308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.workbench_3.6.0.I20091028-1300.jar", pid = 4081, fd = 50 }
+fd_state.file_descriptor: 23329.124007056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20090429-1800/compatibility.jar", pid = 4081, fd = 51 }
+fd_state.file_descriptor: 23329.124010078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jface_3.6.0.I20091028-1300.jar", pid = 4081, fd = 52 }
+fd_state.file_descriptor: 23329.124012970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.swt_3.6.0.v3617.jar", pid = 4081, fd = 53 }
+fd_state.file_descriptor: 23329.124015844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.swt.gtk.linux.x86_3.6.0.v3617.jar", pid = 4081, fd = 54 }
+fd_state.file_descriptor: 23329.124018725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui_3.6.0.I20091030-1100.jar", pid = 4081, fd = 55 }
+fd_state.file_descriptor: 23329.124021739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.commands_3.5.0.I20090525-2000.jar", pid = 4081, fd = 56 }
+fd_state.file_descriptor: 23329.124024910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188248]", pid = 4081, fd = 57 }
+fd_state.file_descriptor: 23329.124027106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188248]", pid = 4081, fd = 58 }
+fd_state.file_descriptor: 23329.124032563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.ide_3.6.0.I20091030-1100.jar", pid = 4081, fd = 59 }
+fd_state.file_descriptor: 23329.124048044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/workspace/.metadata/.lock", pid = 4081, fd = 60 }
+fd_state.file_descriptor: 23329.124050912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.resources_3.6.0.v20091026-1217.jar", pid = 4081, fd = 61 }
+fd_state.file_descriptor: 23329.124053786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.debug_3.5.100.v20091019/jdi.jar", pid = 4081, fd = 62 }
+fd_state.file_descriptor: 23329.124056629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.resources.ui_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 63 }
+fd_state.file_descriptor: 23329.124059620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.contenttype_3.4.100.v20090928.jar", pid = 4081, fd = 64 }
+fd_state.file_descriptor: 23329.124072744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.net_1.2.100.I20090714-0800.jar", pid = 4081, fd = 65 }
+fd_state.file_descriptor: 23329.124075797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.variables_3.2.300.v20090911.jar", pid = 4081, fd = 66 }
+fd_state.file_descriptor: 23329.124078776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/com.ibm.icu_4.0.1.v20090822.jar", pid = 4081, fd = 67 }
+fd_state.file_descriptor: 23329.124081613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.team.core_3.5.0.I20091028-0800.jar", pid = 4081, fd = 68 }
+fd_state.file_descriptor: 23329.124084635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.expressions_3.4.100.v20090429-1800.jar", pid = 4081, fd = 69 }
+fd_state.file_descriptor: 23329.124087540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.core_1.6.5.jar", pid = 4081, fd = 70 }
+fd_state.file_descriptor: 23329.124090359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.clientadapter_1.6.4.1.jar", pid = 4081, fd = 71 }
+fd_state.file_descriptor: 23329.124171058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.ua.ui_1.0.0.v20090914.jar", pid = 4081, fd = 72 }
+fd_state.file_descriptor: 23329.124174352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.clientadapter.svnkit_1.6.4.jar", pid = 4081, fd = 73 }
+fd_state.file_descriptor: 23329.124177404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tmatesoft.svnkit_1.3.1.6109.jar", pid = 4081, fd = 74 }
+fd_state.file_descriptor: 23329.124314728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.p2.updatechecker_1.1.0.v20091010.jar", pid = 4081, fd = 75 }
+fd_state.file_descriptor: 23329.124464194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.update.scheduler_3.2.200.v20081127.jar", pid = 4081, fd = 76 }
+kernel.irq_entry: 23329.124517640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 23329.124531166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { jiffies = 4297269583, xtime_sec = 1264196274, xtime_nsec = 637522002, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.124542094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.irq_exit: 23329.124569514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.irq_entry: 23329.124582206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3238195230, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 1 }
+block.rq_complete_fs: 23329.124599241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { hard_sector = 2431, rw = 0, errors = 0 }
+kernel.sched_try_wakeup: 23329.124609664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { pid = 1304, cpu_id = 0, state = 2 }
+kernel.timer_set: 23329.124626927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { expires = 2302288, function = 0xc141b0a5, data = 4136835584 }
+kernel.irq_exit: 23329.124634351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 23329.124638699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 23329.124646964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302288, function = 0xc141d458, data = 0 }
+kernel.timer_set: 23329.124651102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302288, function = 0xc14b0234, data = 0 }
+kernel.softirq_exit: 23329.124653316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+fd_state.file_descriptor: 23329.124666465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.junit.runtime_3.4.100.v20091026-1200.jar", pid = 4081, fd = 77 }
+fd_state.file_descriptor: 23329.124669549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.update.core_3.2.300.v20090525.jar", pid = 4081, fd = 78 }
+fd_state.file_descriptor: 23329.124672799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.tasks.core_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 79 }
+fd_state.file_descriptor: 23329.124676019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_1.0.200.v20090911-1356.jar", pid = 4081, fd = 80 }
+fd_state.file_descriptor: 23329.124679027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.ui_1.6.5.jar", pid = 4081, fd = 81 }
+fd_state.file_descriptor: 23329.124682544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.monitor.ui_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 82 }
+fd_state.file_descriptor: 23329.124691689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.context.core_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 83 }
+fd_state.file_descriptor: 23329.124697573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.debug.core_3.6.0.v20091019.jar", pid = 4081, fd = 84 }
+fd_state.file_descriptor: 23329.124700502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ant.ui_3.5.0.v20091023.jar", pid = 4081, fd = 85 }
+fd_state.file_descriptor: 23329.124709112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.frameworkadmin_1.0.200.v20091019.jar", pid = 4081, fd = 86 }
+fd_state.file_descriptor: 23329.124715113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.core_3.5.100.v20091023.jar", pid = 4081, fd = 87 }
+fd_state.file_descriptor: 23329.124718030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.core_3.6.0.v_A19.jar", pid = 4081, fd = 88 }
+fd_state.file_descriptor: 23329.124721305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.launching_3.5.100.v20091026-1150.jar", pid = 4081, fd = 89 }
+fd_state.file_descriptor: 23329.124724272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.api.tools.ui_1.0.200.v20091023.jar", pid = 4081, fd = 90 }
+fd_state.file_descriptor: 23329.124727164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.update.configurator_3.3.100.v20090813.jar", pid = 4081, fd = 91 }
+fd_state.file_descriptor: 23329.124729927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.compiler.apt_1.0.300.v20091027-0900.jar", pid = 4081, fd = 92 }
+fd_state.file_descriptor: 23329.124732931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.commons.net_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 93 }
+fd_state.file_descriptor: 23329.124735762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.compiler.tool_1.0.100.v_A19.jar", pid = 4081, fd = 94 }
+fd_state.file_descriptor: 23329.124741343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.apt.core_3.3.400.v20091027-0900.jar", pid = 4081, fd = 95 }
+fd_state.file_descriptor: 23329.124744785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.monitor.core_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 96 }
+fd_state.file_descriptor: 23329.124750582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.apache.commons.httpclient_3.1.0.v20080605-1935.jar", pid = 4081, fd = 97 }
+fd_state.file_descriptor: 23329.124756212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.apache.commons.logging_1.0.4.v200904062259.jar", pid = 4081, fd = 98 }
+fd_state.file_descriptor: 23329.124759135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.context.ui_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 99 }
+fd_state.file_descriptor: 23329.124762120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.commons.ui_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 100 }
+fd_state.file_descriptor: 23329.124772045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/workspace/.metadata/.plugins/org.eclipse.pde.core/.extensions/.manager/.tmp284147286907703089.instance", pid = 4081, fd = 101 }
+fd_state.file_descriptor: 23329.124775098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.team.ui_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 102 }
+fd_state.file_descriptor: 23329.124780814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.util_1.0.100.v20090520-1800.jar", pid = 4081, fd = 103 }
+fd_state.file_descriptor: 23329.124790053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/361/1/.cp/jna.jar", pid = 4081, fd = 104 }
+fd_state.file_descriptor: 23329.124796356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/384/1/.cp/svnkit.jar", pid = 4081, fd = 105 }
+fd_state.file_descriptor: 23329.124799446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/384/1/.cp/svnkit-javahl.jar", pid = 4081, fd = 106 }
+fd_state.file_descriptor: 23329.124802474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.preferences_3.3.0.v20091023.jar", pid = 4081, fd = 107 }
+fd_state.file_descriptor: 23329.124808105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.text_3.5.0.v20091026-1200.jar", pid = 4081, fd = 108 }
+fd_state.file_descriptor: 23329.124811183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/com.collabnet.subversion.merge_1.10.0.jar", pid = 4081, fd = 109 }
+fd_state.file_descriptor: 23329.124814161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.mylyn_3.0.0.jar", pid = 4081, fd = 110 }
+fd_state.file_descriptor: 23329.124817338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/resources.jar", pid = 4081, fd = 111 }
+fd_state.file_descriptor: 23329.124822555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde_3.4.100.v200910301201.jar", pid = 4081, fd = 112 }
+fd_state.file_descriptor: 23329.124825485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.ui_3.6.0.v20091023.jar", pid = 4081, fd = 113 }
+fd_state.file_descriptor: 23329.124828322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.filesystem_1.3.0.v20091026-1217.jar", pid = 4081, fd = 114 }
+fd_state.file_descriptor: 23329.124831258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.build_3.5.100.v20091023/pdebuild.jar", pid = 4081, fd = 115 }
+fd_state.file_descriptor: 23329.124836284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/random", pid = 4081, fd = 116 }
+fd_state.file_descriptor: 23329.124842230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.p2.engine_1.1.0.v20091023.jar", pid = 4081, fd = 117 }
+fd_state.file_descriptor: 23329.124845195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.filesystem.linux.x86_1.2.0.v20080604-1400.jar", pid = 4081, fd = 118 }
+fd_state.file_descriptor: 23329.124850659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.source_3.6.0.I20091030-1100.jar", pid = 4081, fd = 119 }
+fd_state.file_descriptor: 23329.124853231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 4081, fd = 120 }
+fd_state.file_descriptor: 23329.124861860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71955]", pid = 4081, fd = 121 }
+fd_state.file_descriptor: 23329.124864043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71955]", pid = 4081, fd = 122 }
+fd_state.file_descriptor: 23329.124868853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71956]", pid = 4081, fd = 123 }
+fd_state.file_descriptor: 23329.124870950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71956]", pid = 4081, fd = 124 }
+fd_state.file_descriptor: 23329.124873843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.p2.metadata_1.0.100.v20091019.jar", pid = 4081, fd = 125 }
+fd_state.file_descriptor: 23329.124876958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ltk.core.refactoring_3.5.100.v20091026-1200.jar", pid = 4081, fd = 126 }
+fd_state.file_descriptor: 23329.124883063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.resources.source_3.6.0.v20091026-1217.jar", pid = 4081, fd = 127 }
+fd_state.file_descriptor: 23329.124885950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71980]", pid = 4081, fd = 128 }
+fd_state.file_descriptor: 23329.124888071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71980]", pid = 4081, fd = 129 }
+fd_state.file_descriptor: 23329.124890705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ant.core_3.2.100.v20091012.jar", pid = 4081, fd = 130 }
+fd_state.file_descriptor: 23329.124893523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/jce.jar", pid = 4081, fd = 131 }
+fd_state.file_descriptor: 23329.124902798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20091010.jar", pid = 4081, fd = 132 }
+fd_state.file_descriptor: 23329.124909095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.cache/event-sound-cache.tdb.7f394062173ac92d2672d52e4ae5a068.i486-pc-linux-gnu", pid = 4081, fd = 133 }
+fd_state.file_descriptor: 23329.124915436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.expressions.source_3.4.100.v20090429-1800.jar", pid = 4081, fd = 134 }
+fd_state.file_descriptor: 23329.124921257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/classic.jar", pid = 4081, fd = 135 }
+fd_state.file_descriptor: 23329.124923903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/toolkit.jar", pid = 4081, fd = 136 }
+fd_state.file_descriptor: 23329.124926500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/en-US.jar", pid = 4081, fd = 137 }
+fd_state.file_descriptor: 23329.124929275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.compare_3.5.100.I20091026-1300.jar", pid = 4081, fd = 138 }
+fd_state.file_descriptor: 23329.124931699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 4081, fd = 139 }
+fd_state.file_descriptor: 23329.124934302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188699]", pid = 4081, fd = 140 }
+fd_state.file_descriptor: 23329.124936306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188699]", pid = 4081, fd = 141 }
+fd_state.file_descriptor: 23329.124938680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188700]", pid = 4081, fd = 142 }
+fd_state.file_descriptor: 23329.124943633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[72611]", pid = 4081, fd = 143 }
+fd_state.file_descriptor: 23329.124945810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188700]", pid = 4081, fd = 144 }
+fd_state.file_descriptor: 23329.124948684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188701]", pid = 4081, fd = 145 }
+fd_state.file_descriptor: 23329.124954074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188704]", pid = 4081, fd = 146 }
+fd_state.file_descriptor: 23329.124956245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188704]", pid = 4081, fd = 147 }
+fd_state.file_descriptor: 23329.124958718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188705]", pid = 4081, fd = 148 }
+fd_state.file_descriptor: 23329.124960828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188705]", pid = 4081, fd = 149 }
+fd_state.file_descriptor: 23329.124963276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188706]", pid = 4081, fd = 150 }
+fd_state.file_descriptor: 23329.124965805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188708]", pid = 4081, fd = 151 }
+fd_state.file_descriptor: 23329.124968272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188711]", pid = 4081, fd = 152 }
+fd_state.file_descriptor: 23329.124976037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla/eclipse/places.sqlite", pid = 4081, fd = 153 }
+fd_state.file_descriptor: 23329.124978620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/classic.jar", pid = 4081, fd = 154 }
+fd_state.file_descriptor: 23329.124981124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/toolkit.jar", pid = 4081, fd = 155 }
+fd_state.file_descriptor: 23329.124983647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/en-US.jar", pid = 4081, fd = 156 }
+fd_state.file_descriptor: 23329.124988833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla/eclipse/permissions.sqlite", pid = 4081, fd = 157 }
+fd_state.file_descriptor: 23329.124994792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/dropins/JOIE/eclipse/plugins/org.eclipse.rse.core.source_3.1.1.v200909160005.jar", pid = 4081, fd = 158 }
+fd_state.file_descriptor: 23329.125000237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.help.source_3.5.0.v20091019.jar", pid = 4081, fd = 159 }
+fd_state.file_descriptor: 23329.125002765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/random", pid = 4081, fd = 160 }
+fd_state.file_descriptor: 23329.125005226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[237992]", pid = 4081, fd = 161 }
+fd_state.file_descriptor: 23329.125010789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla/eclipse/places.sqlite-journal", pid = 4081, fd = 162 }
+fd_state.file_descriptor: 23329.125013238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla/eclipse", pid = 4081, fd = 163 }
+kernel.sched_schedule: 23329.125021003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { prev_pid = 16927, next_pid = 1304, prev_state = 0 }
+kernel.page_fault_exit: 23329.125112070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { res = 4 }
+kernel.syscall_entry: 23329.125132583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb776b6a3, syscall_id = 240 [syscall 240] }
+kernel.sched_try_wakeup: 23329.125146114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { pid = 16834, cpu_id = 0, state = 1 }
+kernel.syscall_exit: 23329.125149567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.125162235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [syscall 158] }
+kernel.sched_schedule: 23329.125172911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { prev_pid = 1304, next_pid = 16834, prev_state = 0 }
+kernel.syscall_exit: 23329.125202756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.125229108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 240 [syscall 240] }
+kernel.syscall_exit: 23329.125231205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.125235017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [syscall 158] }
+kernel.syscall_exit: 23329.125243669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.125302494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [syscall 4] }
+fs.write: 23329.125450252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 68, fd = 4 }
+kernel.syscall_exit: 23329.125451911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 68 }
+kernel.syscall_entry: 23329.125463758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [syscall 4] }
+mm.add_to_page_cache: 23329.125477752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { inode = 0, sdev = 2 }
+mm.add_to_page_cache: 23329.125485172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { inode = 0, sdev = 2 }
+block.remap: 23329.125491685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { device_from = 3145728, sector_from = 36176128, device_to = 3145730, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 100, not_uptodate = 0 }
+block.bio_queue: 23329.125494903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 39099958, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 100, not_uptodate = 0 }
+block.getrq_bio: 23329.125533456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 39099958, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 100, not_uptodate = 0 }
+kernel.timer_set: 23329.125539444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302288, function = 0xc1410312, data = 4147888232 }
+block.plug: 23329.125542941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL
+block.rq_insert_fs: 23329.125547518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 39099958, rw = 0, errors = 0 }
+block.rq_issue_fs: 23329.125561129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 39099958, rw = 0, errors = 0 }
+kernel.timer_set: 23329.125595678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2304287, function = 0xf8a23e85, data = 4136733696 }
+fs.buffer_wait_start: 23329.125647954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xe9709208 }
+block.unplug_io: 23329.125651160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { pdu = 1 }
+kernel.irq_entry: 23329.125682120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, IRQ { ip = 3243785178, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 1 }
+block.rq_complete_fs: 23329.125697570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, IRQ { hard_sector = 39099958, rw = 0, errors = 0 }
+kernel.sched_try_wakeup: 23329.125705168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, IRQ { pid = 16834, cpu_id = 0, state = 2 }
+kernel.timer_set: 23329.125716447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, IRQ { expires = 2302288, function = 0xc141b0a5, data = 4136835584 }
+kernel.irq_exit: 23329.125723498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { handled = 1 }
+fs.buffer_wait_end: 23329.125735500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xe9709208 }
+mm.add_to_page_cache: 23329.125754316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { inode = 1130989, sdev = 3145730 }
+mm.add_to_page_cache: 23329.125780706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { inode = 0, sdev = 2 }
+block.remap: 23329.125786479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { device_from = 3145728, sector_from = 36421840, device_to = 3145730, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.125789507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 39345670, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.getrq_bio: 23329.125794884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 39345670, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+kernel.timer_set: 23329.125798905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302288, function = 0xc1410312, data = 4147888232 }
+block.plug: 23329.125816446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL
+block.rq_insert_fs: 23329.125820553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 39345670, rw = 0, errors = 0 }
+fs.buffer_wait_start: 23329.125826221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xe9709160 }
+block.unplug_io: 23329.125828386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { pdu = 1 }
+block.rq_issue_fs: 23329.125834825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 39345670, rw = 0, errors = 0 }
+kernel.timer_set: 23329.125867086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2304287, function = 0xf8a23e85, data = 4136733696 }
+kernel.sched_schedule: 23329.125919275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16834, next_pid = 1304, prev_state = 2 }
+kernel.syscall_exit: 23329.125981380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.125989336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 23329.125992284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.126002275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [syscall 158] }
+kernel.syscall_exit: 23329.126012106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.page_fault_entry: 23329.126022326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { ip = 0xb760659a, address = 0xb760aca0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.126062678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { res = 0 }
+kernel.page_fault_entry: 23329.126072392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { ip = 0xb76065d7, address = 0xb760a000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.126101588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
+kernel.syscall_entry: 23329.126106540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 3 [syscall 3] }
+kernel.sched_schedule: 23329.126120756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 1304, next_pid = 1989, prev_state = 1 }
+fs.writev: 23329.126290088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
+kernel.syscall_exit: 23329.126292364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 23329.126300616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.126303804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.126307776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.126310248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 23329.126315743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.126324384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
+fs.select: 23329.126330200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126333642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126336091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126342091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126344336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126347204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126349609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126351724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126354191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126356344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126358379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126360433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126362783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126365206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126367439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126370060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126372472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126374889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126382303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126384739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126387169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126389574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126391978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126394495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126396882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126399071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126401544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126404031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126406342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126408618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126410900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126413336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126415433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126417666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126420114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559904604 }
+fs.select: 23329.126422261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559904604 }
+mm.page_free: 23329.126429921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 198016, order = 0 }
+kernel.syscall_exit: 23329.126433899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.126441034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.126442848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 23329.126449354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.126453024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.126455416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.126460832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.126466937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.126468189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 4096 }
+kernel.syscall_entry: 23329.126692397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.126697085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 2652, fd = 48 }
+kernel.syscall_exit: 23329.126698472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 2652 }
+kernel.syscall_entry: 23329.126938291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.126942953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4076, fd = 48 }
+kernel.syscall_exit: 23329.126944279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 4076 }
+kernel.syscall_entry: 23329.127634489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.127639046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 3548, fd = 48 }
+kernel.syscall_exit: 23329.127640582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 3548 }
+kernel.syscall_entry: 23329.127895381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.127929647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 9028, fd = 48 }
+kernel.syscall_exit: 23329.127931208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 9028 }
+kernel.syscall_entry: 23329.127953860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.127956123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 12168, fd = 48 }
+kernel.syscall_exit: 23329.127957375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.127961279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.127964054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.127967403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.127970333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 23329.127974773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.127979855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
+fs.select: 23329.127985301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.127988169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.127990285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.127994275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.127996409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.127998629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128000695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128002650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128004587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128006622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128008639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128010662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128012845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128014886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128017291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128019494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128021566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128023718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128031044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128033185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128035141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128037107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128039093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128041079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128043231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128045217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128047234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128049300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128051261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128053691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128055844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128057830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128059791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128061832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128063861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.128065903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559560532 }
+kernel.sched_schedule: 23329.128085299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 2336, prev_state = 1 }
+kernel.syscall_entry: 23329.128543770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.128547575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.128549868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 23329.128551953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 23329.128553447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 23329.128555394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 23329.128559687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 23329.128561821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 23329.128564584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 23329.128566570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 23329.128569308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
+kernel.syscall_exit: 23329.128571584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.128668289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 54 [syscall 54] }
+fs.ioctl: 23329.128671083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10, cmd = 21531, arg = 3215728168 }
+kernel.syscall_exit: 23329.128675301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.128680438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.128688640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 24, fd = 10 }
+kernel.syscall_exit: 23329.128689930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 24 }
+kernel.syscall_entry: 23329.128724251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.128727298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.128732429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.128734662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.128785308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.128787565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.128790199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.128793825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 23329.128823793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { pid = 1989, cpu_id = 0, state = 1 }
+fs.writev: 23329.128829294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 23329.128830940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 15136 }
+kernel.syscall_entry: 23329.128837109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.128839427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.128840611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.128849560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.128851496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.128852699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.128856732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.128859212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.128863307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.128867297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.128869277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 23329.128871257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 23329.128872706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 23329.128874180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 23329.128877171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 23329.128878800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 23329.128880934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 23329.128882475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 23329.128884671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
+kernel.sched_schedule: 23329.128895100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 2336, next_pid = 16927, prev_state = 1 }
+fd_state.file_descriptor: 23329.129021167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4182, fd = 0 }
+fd_state.file_descriptor: 23329.129023949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4182, fd = 1 }
+fd_state.file_descriptor: 23329.129026033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4182, fd = 2 }
+fd_state.file_descriptor: 23329.129028013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4182, fd = 3 }
+fd_state.file_descriptor: 23329.129030079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4182, fd = 4 }
+fd_state.file_descriptor: 23329.129034594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71966]", pid = 4182, fd = 5 }
+fd_state.file_descriptor: 23329.129036771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71966]", pid = 4182, fd = 6 }
+fd_state.file_descriptor: 23329.129039121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71967]", pid = 4182, fd = 7 }
+fd_state.file_descriptor: 23329.129041248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71967]", pid = 4182, fd = 8 }
+fd_state.file_descriptor: 23329.129047581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71968]", pid = 4182, fd = 9 }
+fd_state.file_descriptor: 23329.129049716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71968]", pid = 4182, fd = 10 }
+fd_state.file_descriptor: 23329.129052510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[71970]", pid = 4182, fd = 11 }
+fd_state.file_descriptor: 23329.129054976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[71972]", pid = 4182, fd = 12 }
+fd_state.file_descriptor: 23329.129057493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[71977]", pid = 4182, fd = 13 }
+fd_state.file_descriptor: 23329.129060108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188707]", pid = 4182, fd = 14 }
+fd_state.file_descriptor: 23329.129063006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188710]", pid = 4182, fd = 15 }
+fd_state.file_descriptor: 23329.129069266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79279]", pid = 4182, fd = 16 }
+fd_state.file_descriptor: 23329.129071802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79282]", pid = 4182, fd = 17 }
+fd_state.file_descriptor: 23329.129075853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 5051, fd = 0 }
+fd_state.file_descriptor: 23329.129078246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5051, fd = 1 }
+fd_state.file_descriptor: 23329.129080460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5051, fd = 2 }
+fd_state.file_descriptor: 23329.129087466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/lib/icedove/icedove", pid = 5051, fd = 255 }
+fd_state.file_descriptor: 23329.129093295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 5063, fd = 0 }
+fd_state.file_descriptor: 23329.129095490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5063, fd = 1 }
+fd_state.file_descriptor: 23329.129097643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5063, fd = 2 }
+fd_state.file_descriptor: 23329.129107011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/lib/icedove/run-mozilla.sh", pid = 5063, fd = 255 }
+fd_state.file_descriptor: 23329.129110181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 5064, fd = 0 }
+fd_state.file_descriptor: 23329.129112370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5064, fd = 1 }
+fd_state.file_descriptor: 23329.129114572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5064, fd = 2 }
+fd_state.file_descriptor: 23329.129122719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79249]", pid = 5064, fd = 3 }
+fd_state.file_descriptor: 23329.129124921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79249]", pid = 5064, fd = 4 }
+fd_state.file_descriptor: 23329.129130293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79259]", pid = 5064, fd = 5 }
+fd_state.file_descriptor: 23329.129137755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79297]", pid = 5064, fd = 6 }
+fd_state.file_descriptor: 23329.129140259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79431]", pid = 5064, fd = 7 }
+fd_state.file_descriptor: 23329.129142782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[146087]", pid = 5064, fd = 8 }
+fd_state.file_descriptor: 23329.129145384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[81174]", pid = 5064, fd = 9 }
+fd_state.file_descriptor: 23329.129151471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[126319]", pid = 5064, fd = 10 }
+fd_state.file_descriptor: 23329.129154086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[82566]", pid = 5064, fd = 11 }
+fd_state.file_descriptor: 23329.129156825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[146013]", pid = 5064, fd = 12 }
+fd_state.file_descriptor: 23329.129162147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[174184]", pid = 5064, fd = 13 }
+fd_state.file_descriptor: 23329.129167383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[194953]", pid = 5064, fd = 14 }
+fd_state.file_descriptor: 23329.129172804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[192687]", pid = 5064, fd = 15 }
+fd_state.file_descriptor: 23329.129182037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.amsn/half_elf1_hotmail_com/logs/mehitabel_@hotmail.com.log", pid = 5064, fd = 16 }
+fd_state.file_descriptor: 23329.129184911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[80922]", pid = 5064, fd = 17 }
+fd_state.file_descriptor: 23329.129187631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[214771]", pid = 5064, fd = 18 }
+fd_state.file_descriptor: 23329.129189981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[249767]", pid = 5064, fd = 19 }
+fd_state.file_descriptor: 23329.129196000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[256313]", pid = 5064, fd = 20 }
+fd_state.file_descriptor: 23329.129198603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[272326]", pid = 5064, fd = 21 }
+fd_state.file_descriptor: 23329.129204726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[281806]", pid = 5064, fd = 22 }
+fd_state.file_descriptor: 23329.129208125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 5069, fd = 0 }
+fd_state.file_descriptor: 23329.129210284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5069, fd = 1 }
+fd_state.file_descriptor: 23329.129212418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5069, fd = 2 }
+fd_state.file_descriptor: 23329.129215260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79254]", pid = 5069, fd = 3 }
+fd_state.file_descriptor: 23329.129217758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79256]", pid = 5069, fd = 4 }
+fd_state.file_descriptor: 23329.129219941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79256]", pid = 5069, fd = 5 }
+fd_state.file_descriptor: 23329.129225942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/.parentlock", pid = 5069, fd = 6 }
+fd_state.file_descriptor: 23329.129234552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79267]", pid = 5069, fd = 7 }
+fd_state.file_descriptor: 23329.129236686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79267]", pid = 5069, fd = 8 }
+fd_state.file_descriptor: 23329.129244759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79269]", pid = 5069, fd = 9 }
+fd_state.file_descriptor: 23329.129246893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79269]", pid = 5069, fd = 10 }
+fd_state.file_descriptor: 23329.129256379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/extensions/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/DisplayQuota.jar", pid = 5069, fd = 11 }
+fd_state.file_descriptor: 23329.129265451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/en-US.jar", pid = 5069, fd = 12 }
+fd_state.file_descriptor: 23329.129268245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/classic.jar", pid = 5069, fd = 13 }
+fd_state.file_descriptor: 23329.129276237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79272]", pid = 5069, fd = 14 }
+fd_state.file_descriptor: 23329.129278384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79272]", pid = 5069, fd = 15 }
+fd_state.file_descriptor: 23329.129283713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79273]", pid = 5069, fd = 16 }
+fd_state.file_descriptor: 23329.129285841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79273]", pid = 5069, fd = 17 }
+fd_state.file_descriptor: 23329.129291020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79274]", pid = 5069, fd = 18 }
+fd_state.file_descriptor: 23329.129295763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79278]", pid = 5069, fd = 19 }
+fd_state.file_descriptor: 23329.129298199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79280]", pid = 5069, fd = 20 }
+fd_state.file_descriptor: 23329.129303417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79283]", pid = 5069, fd = 21 }
+fd_state.file_descriptor: 23329.129309042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/toolkit.jar", pid = 5069, fd = 22 }
+fd_state.file_descriptor: 23329.129314592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/XUL.mfasl", pid = 5069, fd = 23 }
+fd_state.file_descriptor: 23329.129319847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/messenger.jar", pid = 5069, fd = 24 }
+fd_state.file_descriptor: 23329.129323103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/lib/enigmail/extension/chrome/enigmail-skin-tbird.jar", pid = 5069, fd = 25 }
+fd_state.file_descriptor: 23329.129329925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/extensions/{F8147CF4-B9E3-445B-AA87-081ED66548F8}/chrome/chrome.jar", pid = 5069, fd = 26 }
+fd_state.file_descriptor: 23329.129335895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/lib/enigmail/extension/chrome/enigmail.jar", pid = 5069, fd = 27 }
+fd_state.file_descriptor: 23329.129338719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/panacea.dat", pid = 5069, fd = 28 }
+fd_state.file_descriptor: 23329.129344603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/filterlog.html", pid = 5069, fd = 29 }
+fd_state.file_descriptor: 23329.129347798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.cache/event-sound-cache.tdb.7f394062173ac92d2672d52e4ae5a068.i486-pc-linux-gnu", pid = 5069, fd = 30 }
+fd_state.file_descriptor: 23329.129353626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/cert8.db", pid = 5069, fd = 31 }
+fd_state.file_descriptor: 23329.129356500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/key3.db", pid = 5069, fd = 32 }
+fd_state.file_descriptor: 23329.129359208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79326]", pid = 5069, fd = 33 }
+fd_state.file_descriptor: 23329.129361297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79326]", pid = 5069, fd = 34 }
+fd_state.file_descriptor: 23329.129364196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/INBOX.msf", pid = 5069, fd = 35 }
+fd_state.file_descriptor: 23329.129369728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[272929]", pid = 5069, fd = 36 }
+fd_state.file_descriptor: 23329.129375359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[274174]", pid = 5069, fd = 37 }
+fd_state.file_descriptor: 23329.129381798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/nova.aep.polymtl.ca/INBOX.msf", pid = 5069, fd = 38 }
+fd_state.file_descriptor: 23329.129384715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79373]", pid = 5069, fd = 39 }
+fd_state.file_descriptor: 23329.129390488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/orion.aep.polymtl-3.ca/INBOX.msf", pid = 5069, fd = 40 }
+fd_state.file_descriptor: 23329.129393232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79381]", pid = 5069, fd = 41 }
+fd_state.file_descriptor: 23329.129398425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79379]", pid = 5069, fd = 42 }
+fd_state.file_descriptor: 23329.129403945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/urlclassifier2.sqlite", pid = 5069, fd = 43 }
+fd_state.file_descriptor: 23329.129406875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/abook.mab", pid = 5069, fd = 44 }
+fd_state.file_descriptor: 23329.129412178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79819]", pid = 5069, fd = 45 }
+fd_state.file_descriptor: 23329.129418470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/INBOX.sbd/Trash.msf", pid = 5069, fd = 46 }
+fd_state.file_descriptor: 23329.129421874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/Mail/Local Folders/Trash.msf", pid = 5069, fd = 47 }
+fd_state.file_descriptor: 23329.129427326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/Mail/Local Folders/Inbox.msf", pid = 5069, fd = 48 }
+fd_state.file_descriptor: 23329.129430367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/nova.aep.polymtl.ca/Trash.msf", pid = 5069, fd = 49 }
+fd_state.file_descriptor: 23329.129433332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/Mail/mail.aei.ca/Inbox.msf", pid = 5069, fd = 50 }
+fd_state.file_descriptor: 23329.129439105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/comm.jar", pid = 5069, fd = 51 }
+fd_state.file_descriptor: 23329.129441726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[93386]", pid = 5069, fd = 52 }
+fd_state.file_descriptor: 23329.129444712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/imap.gmail-1.com/INBOX.msf", pid = 5069, fd = 53 }
+fd_state.file_descriptor: 23329.129447419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[93116]", pid = 5069, fd = 54 }
+fd_state.file_descriptor: 23329.129450317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/INBOX.sbd/Sent.msf", pid = 5069, fd = 55 }
+fd_state.file_descriptor: 23329.129453309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/urlclassifier2.sqlite", pid = 5069, fd = 56 }
+fd_state.file_descriptor: 23329.129462455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[100246]", pid = 5069, fd = 57 }
+fd_state.file_descriptor: 23329.129465021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[100246]", pid = 5069, fd = 58 }
+fd_state.file_descriptor: 23329.129467451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[100247]", pid = 5069, fd = 59 }
+fd_state.file_descriptor: 23329.129469615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[100247]", pid = 5069, fd = 60 }
+fd_state.file_descriptor: 23329.129475579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/INBOX.sbd/Drafts.msf", pid = 5069, fd = 61 }
+fd_state.file_descriptor: 23329.129481549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/orion.aep.polymtl-3.ca/Trash.msf", pid = 5069, fd = 62 }
+fd_state.file_descriptor: 23329.129484763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/imap.gmail-1.com/Trash.msf", pid = 5069, fd = 63 }
+fd_state.file_descriptor: 23329.129487914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/imap.gmail-1.com/Facebook.msf", pid = 5069, fd = 64 }
+fd_state.file_descriptor: 23329.129493835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/INBOX.sbd/B43.msf", pid = 5069, fd = 65 }
+fd_state.file_descriptor: 23329.129496629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[100251]", pid = 5069, fd = 67 }
+fd_state.file_descriptor: 23329.129498843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[100251]", pid = 5069, fd = 68 }
+fd_state.file_descriptor: 23329.129505757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16884, fd = 0 }
+fd_state.file_descriptor: 23329.129507840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16884, fd = 1 }
+fd_state.file_descriptor: 23329.129510246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16884, fd = 2 }
+fd_state.file_descriptor: 23329.129513139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16884, fd = 255 }
+fd_state.file_descriptor: 23329.129515846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16900, fd = 0 }
+fd_state.file_descriptor: 23329.129517825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16900, fd = 1 }
+fd_state.file_descriptor: 23329.129519805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16900, fd = 2 }
+fd_state.file_descriptor: 23329.129522574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[284223]", pid = 16900, fd = 4 }
+fd_state.file_descriptor: 23329.129526330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16908, fd = 0 }
+fd_state.file_descriptor: 23329.129528341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16908, fd = 1 }
+fd_state.file_descriptor: 23329.129530395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16908, fd = 2 }
+fd_state.file_descriptor: 23329.129533275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16908, fd = 255 }
+fd_state.file_descriptor: 23329.129535760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16927, fd = 0 }
+fd_state.file_descriptor: 23329.129537740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16927, fd = 1 }
+fd_state.file_descriptor: 23329.129539720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16927, fd = 2 }
+fd_state.file_descriptor: 23329.129542791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/16927/mounts", pid = 16927, fd = 3 }
+fd_state.file_descriptor: 23329.129546214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/control/trace/enabled", pid = 16927, fd = 4 }
+fd_state.file_descriptor: 23329.129570064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16929, fd = 0 }
+fd_state.file_descriptor: 23329.129572611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16929, fd = 1 }
+fd_state.file_descriptor: 23329.129574603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16929, fd = 2 }
+fd_state.file_descriptor: 23329.129576792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/16927/mounts", pid = 16929, fd = 3 }
+fd_state.file_descriptor: 23329.129579221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 16929, fd = 4 }
+fd_state.file_descriptor: 23329.129581991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[284543]", pid = 16929, fd = 5 }
+fd_state.file_descriptor: 23329.129584773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/irq_state_0", pid = 16929, fd = 6 }
+fd_state.file_descriptor: 23329.129587438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/irq_state_0", pid = 16929, fd = 7 }
+fd_state.file_descriptor: 23329.129589873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/syscall_state_0", pid = 16929, fd = 8 }
+fd_state.file_descriptor: 23329.129592290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/syscall_state_0", pid = 16929, fd = 9 }
+fd_state.file_descriptor: 23329.129594726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/softirq_state_0", pid = 16929, fd = 10 }
+fd_state.file_descriptor: 23329.129597132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/softirq_state_0", pid = 16929, fd = 11 }
+fd_state.file_descriptor: 23329.129599568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/module_state_0", pid = 16929, fd = 12 }
+fd_state.file_descriptor: 23329.129601979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/module_state_0", pid = 16929, fd = 13 }
+fd_state.file_descriptor: 23329.129604434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/swap_state_0", pid = 16929, fd = 14 }
+fd_state.file_descriptor: 23329.129606790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/swap_state_0", pid = 16929, fd = 15 }
+fd_state.file_descriptor: 23329.129624182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/global_state_0", pid = 16929, fd = 16 }
+fd_state.file_descriptor: 23329.129627093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/global_state_0", pid = 16929, fd = 17 }
+fd_state.file_descriptor: 23329.129629542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/task_state_0", pid = 16929, fd = 18 }
+fd_state.file_descriptor: 23329.129632021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/task_state_0", pid = 16929, fd = 19 }
+fd_state.file_descriptor: 23329.129634445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/fd_state_0", pid = 16929, fd = 20 }
+fd_state.file_descriptor: 23329.129636758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/fd_state_0", pid = 16929, fd = 21 }
+fd_state.file_descriptor: 23329.129639267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/vm_state_0", pid = 16929, fd = 22 }
+fd_state.file_descriptor: 23329.129641581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/vm_state_0", pid = 16929, fd = 23 }
+fd_state.file_descriptor: 23329.129644029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/netif_state_0", pid = 16929, fd = 24 }
+fd_state.file_descriptor: 23329.129646544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/netif_state_0", pid = 16929, fd = 25 }
+fd_state.file_descriptor: 23329.129649086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/userspace_0", pid = 16929, fd = 26 }
+fd_state.file_descriptor: 23329.129651491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/userspace_0", pid = 16929, fd = 27 }
+fd_state.file_descriptor: 23329.129653909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/kernel_0", pid = 16929, fd = 28 }
+fd_state.file_descriptor: 23329.129656221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/kernel_0", pid = 16929, fd = 29 }
+fd_state.file_descriptor: 23329.129658503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/mm_0", pid = 16929, fd = 30 }
+fd_state.file_descriptor: 23329.129660791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/mm_0", pid = 16929, fd = 31 }
+fd_state.file_descriptor: 23329.129663437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/fs_0", pid = 16929, fd = 32 }
+fd_state.file_descriptor: 23329.129666101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/fs_0", pid = 16929, fd = 33 }
+fd_state.file_descriptor: 23329.129668464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/ipc_0", pid = 16929, fd = 34 }
+fd_state.file_descriptor: 23329.129670918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/ipc_0", pid = 16929, fd = 35 }
+fd_state.file_descriptor: 23329.129673342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/rcu_0", pid = 16929, fd = 36 }
+fd_state.file_descriptor: 23329.129675686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/rcu_0", pid = 16929, fd = 37 }
+fd_state.file_descriptor: 23329.129678054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/pm_0", pid = 16929, fd = 38 }
+fd_state.file_descriptor: 23329.129680311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/pm_0", pid = 16929, fd = 39 }
+fd_state.file_descriptor: 23329.129682618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/net_0", pid = 16929, fd = 40 }
+fd_state.file_descriptor: 23329.129684857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/net_0", pid = 16929, fd = 41 }
+fd_state.file_descriptor: 23329.129687206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/jbd2_0", pid = 16929, fd = 42 }
+fd_state.file_descriptor: 23329.129689519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/jbd2_0", pid = 16929, fd = 43 }
+fd_state.file_descriptor: 23329.129691875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/block_0", pid = 16929, fd = 44 }
+fd_state.file_descriptor: 23329.129694089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/block_0", pid = 16929, fd = 45 }
+fd_state.file_descriptor: 23329.129696532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/input_0", pid = 16929, fd = 46 }
+fd_state.file_descriptor: 23329.129698764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/input_0", pid = 16929, fd = 47 }
+fd_state.file_descriptor: 23329.129701102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/metadata_0", pid = 16929, fd = 48 }
+fd_state.file_descriptor: 23329.129703711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/metadata_0", pid = 16929, fd = 49 }
+fd_state.file_descriptor: 23329.129706097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[284543]", pid = 16929, fd = 50 }
+mm.page_free: 23329.129716871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pfn = 198132, order = 0 }
+module_state.list_module: 23329.129734609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "agpgart", state = 0, refcount = 1 }
+module_state.list_module: 23329.129740720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "thermal_sys", state = 0, refcount = 3 }
+module_state.list_module: 23329.129742768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "vboxvideo", state = 0, refcount = 1 }
+module_state.list_module: 23329.129744668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "fan", state = 0, refcount = 0 }
+module_state.list_module: 23329.129749965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "thermal", state = 0, refcount = 0 }
+module_state.list_module: 23329.129756534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "drm", state = 0, refcount = 2 }
+module_state.list_module: 23329.129761690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ide_core", state = 0, refcount = 4 }
+module_state.list_module: 23329.129766982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "usbcore", state = 0, refcount = 3 }
+module_state.list_module: 23329.129772088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "scsi_mod", state = 0, refcount = 1 }
+module_state.list_module: 23329.129777392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "mii", state = 0, refcount = 1 }
+module_state.list_module: 23329.129782653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "button", state = 0, refcount = 0 }
+module_state.list_module: 23329.129784596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "pcnet32", state = 0, refcount = 0 }
+module_state.list_module: 23329.129789863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ehci_hcd", state = 0, refcount = 0 }
+module_state.list_module: 23329.129795141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "floppy", state = 0, refcount = 0 }
+module_state.list_module: 23329.129797393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "piix", state = 0, refcount = 2 }
+module_state.list_module: 23329.129802641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "libata", state = 0, refcount = 3 }
+module_state.list_module: 23329.129809049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ahci", state = 0, refcount = 0 }
+module_state.list_module: 23329.129814360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ohci_hcd", state = 0, refcount = 0 }
+module_state.list_module: 23329.129820422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ide_pci_generic", state = 0, refcount = 0 }
+module_state.list_module: 23329.129825615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ata_piix", state = 0, refcount = 0 }
+module_state.list_module: 23329.129830653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ata_generic", state = 0, refcount = 0 }
+module_state.list_module: 23329.129835482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "cdrom", state = 0, refcount = 1 }
+module_state.list_module: 23329.129840484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ide_cd_mod", state = 0, refcount = 0 }
+module_state.list_module: 23329.129842396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ide_gd_mod", state = 0, refcount = 3 }
+module_state.list_module: 23329.129848015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "i2c_core", state = 0, refcount = 2 }
+module_state.list_module: 23329.129853880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "i2c_piix4", state = 0, refcount = 0 }
+module_state.list_module: 23329.129858844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "battery", state = 0, refcount = 0 }
+module_state.list_module: 23329.129864143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ac", state = 0, refcount = 0 }
+module_state.list_module: 23329.129866011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "vboxguest", state = 0, refcount = 7 }
+module_state.list_module: 23329.129871228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd_page_alloc", state = 0, refcount = 2 }
+module_state.list_module: 23329.129876212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "processor", state = 0, refcount = 0 }
+module_state.list_module: 23329.129878118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "evdev", state = 0, refcount = 7 }
+module_state.list_module: 23329.129883712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "serio_raw", state = 0, refcount = 0 }
+module_state.list_module: 23329.129889095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "pcspkr", state = 0, refcount = 0 }
+module_state.list_module: 23329.129894066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "soundcore", state = 0, refcount = 1 }
+module_state.list_module: 23329.129899395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "psmouse", state = 0, refcount = 0 }
+module_state.list_module: 23329.129904440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd", state = 0, refcount = 10 }
+module_state.list_module: 23329.129913321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd_timer", state = 0, refcount = 1 }
+module_state.list_module: 23329.129937146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd_pcm", state = 0, refcount = 3 }
+module_state.list_module: 23329.129942962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd_mixer_oss", state = 0, refcount = 1 }
+module_state.list_module: 23329.129948445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd_pcm_oss", state = 0, refcount = 0 }
+module_state.list_module: 23329.129953902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ac97_bus", state = 0, refcount = 1 }
+module_state.list_module: 23329.129959046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd_ac97_codec", state = 0, refcount = 1 }
+module_state.list_module: 23329.129964214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd_intel8x0", state = 0, refcount = 2 }
+module_state.list_module: 23329.129969567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "loop", state = 0, refcount = 0 }
+module_state.list_module: 23329.129974439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "vboxvfs", state = 0, refcount = 0 }
+vm_state.vm_map: 23329.129977992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 411603 }
+vm_state.vm_map: 23329.129980971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 134545408, end = 134549504, flags = 135272563, pgoff = 28672, inode = 411603 }
+vm_state.vm_map: 23329.129983055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 148803584, end = 148938752, flags = 1048691, pgoff = 148803584, inode = 0 }
+vm_state.vm_map: 23329.129985578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3076284416, end = 3076288512, flags = 1048691, pgoff = 3076284416, inode = 0 }
+vm_state.vm_map: 23329.129990981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3076288512, end = 3076296704, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.129993065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3076296704, end = 3076300800, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.129995187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3076300800, end = 3076304896, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.129997555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3076304896, end = 3077619712, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.129999843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077619712, end = 3077627904, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.130001983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077627904, end = 3077632000, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.130004105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077632000, end = 3077648384, flags = 1048691, pgoff = 3077632000, inode = 0 }
+vm_state.vm_map: 23329.130006584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077648384, end = 3077746688, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.130008730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077746688, end = 3077750784, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.130010834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077750784, end = 3077754880, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.130013109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077754880, end = 3077971968, flags = 134217845, pgoff = 0, inode = 499723 }
+vm_state.vm_map: 23329.130015057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077971968, end = 3077976064, flags = 135266419, pgoff = 217088, inode = 499723 }
+vm_state.vm_map: 23329.130017137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3078070272, end = 3078078464, flags = 1048691, pgoff = 3078070272, inode = 0 }
+vm_state.vm_map: 23329.130019085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3078078464, end = 3078082560, flags = 67371125, pgoff = 3078078464, inode = 0 }
+vm_state.vm_map: 23329.130021848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3078082560, end = 3078197248, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.130023846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3078197248, end = 3078201344, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.130026110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3078201344, end = 3078205440, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.130028183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3220606976, end = 3220692992, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.130047621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 134512640, end = 134631424, flags = 134223989, pgoff = 0, inode = 409694 }
+vm_state.vm_map: 23329.130052068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 134631424, end = 134635520, flags = 135272563, pgoff = 118784, inode = 409694 }
+vm_state.vm_map: 23329.130054097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 142200832, end = 142454784, flags = 1048691, pgoff = 142200832, inode = 0 }
+vm_state.vm_map: 23329.130056188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076026368, end = 3076149248, flags = 1048691, pgoff = 3076026368, inode = 0 }
+vm_state.vm_map: 23329.130061116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076427776, end = 3076468736, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.130063262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076468736, end = 3076472832, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.130065359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076472832, end = 3076476928, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.130068295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076476928, end = 3076554752, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.130070416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076554752, end = 3076558848, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.130072513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076558848, end = 3076562944, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.130074616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076562944, end = 3076571136, flags = 1048691, pgoff = 3076562944, inode = 0 }
+vm_state.vm_map: 23329.130076713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076665344, end = 3076669440, flags = 1048691, pgoff = 3076665344, inode = 0 }
+vm_state.vm_map: 23329.130079063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076669440, end = 3076677632, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.130081097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076677632, end = 3076681728, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.130083219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076681728, end = 3076685824, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.130085279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076685824, end = 3076689920, flags = 1048691, pgoff = 3076685824, inode = 0 }
+vm_state.vm_map: 23329.130087351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076689920, end = 3078004736, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.130089676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078004736, end = 3078012928, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.130091742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078012928, end = 3078017024, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.130093797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078017024, end = 3078029312, flags = 1048691, pgoff = 3078017024, inode = 0 }
+vm_state.vm_map: 23329.130095936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078029312, end = 3078127616, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.130098200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078127616, end = 3078131712, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.130100144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078131712, end = 3078135808, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.130102825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078148096, end = 3078184960, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.130104867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078184960, end = 3078189056, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.130106958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078189056, end = 3078193152, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.130109246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078193152, end = 3078217728, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.130111170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078217728, end = 3078221824, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.130113162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078221824, end = 3078225920, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.130115321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078225920, end = 3078238208, flags = 1048691, pgoff = 3078225920, inode = 0 }
+vm_state.vm_map: 23329.130117381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078238208, end = 3078242304, flags = 67371125, pgoff = 3078238208, inode = 0 }
+vm_state.vm_map: 23329.130119582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078242304, end = 3078356992, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.130121790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078356992, end = 3078361088, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.130123937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078361088, end = 3078365184, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.130126040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3213598720, end = 3213684736, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.130128599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 134512640, end = 134631424, flags = 134223989, pgoff = 0, inode = 409694 }
+vm_state.vm_map: 23329.130130628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 134631424, end = 134635520, flags = 135272563, pgoff = 118784, inode = 409694 }
+vm_state.vm_map: 23329.130132707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 142200832, end = 142454784, flags = 1048691, pgoff = 142200832, inode = 0 }
+vm_state.vm_map: 23329.130138042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076026368, end = 3076149248, flags = 1048691, pgoff = 3076026368, inode = 0 }
+vm_state.vm_map: 23329.130140200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076427776, end = 3076468736, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.130142266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076468736, end = 3076472832, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.130144419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076472832, end = 3076476928, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.130146620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076476928, end = 3076554752, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.130148643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076554752, end = 3076558848, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.130150888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076558848, end = 3076562944, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.130153028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076562944, end = 3076571136, flags = 1048691, pgoff = 3076562944, inode = 0 }
+vm_state.vm_map: 23329.130154990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076665344, end = 3076669440, flags = 1048691, pgoff = 3076665344, inode = 0 }
+vm_state.vm_map: 23329.130157068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076669440, end = 3076677632, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.130159005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076677632, end = 3076681728, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.130160947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076681728, end = 3076685824, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.130162989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076685824, end = 3076689920, flags = 1048691, pgoff = 3076685824, inode = 0 }
+vm_state.vm_map: 23329.130164944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076689920, end = 3078004736, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.130167021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078004736, end = 3078012928, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.130169075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078012928, end = 3078017024, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.130171457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078017024, end = 3078029312, flags = 1048691, pgoff = 3078017024, inode = 0 }
+vm_state.vm_map: 23329.130173406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078029312, end = 3078127616, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.130175458 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078127616, end = 3078131712, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.130177506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078131712, end = 3078135808, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.130179449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078148096, end = 3078184960, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.130181472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078184960, end = 3078189056, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.130183618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078189056, end = 3078193152, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.130185721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078193152, end = 3078217728, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.130187849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078217728, end = 3078221824, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.130192752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078221824, end = 3078225920, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.130194793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078230016, end = 3078238208, flags = 1048691, pgoff = 3078230016, inode = 0 }
+vm_state.vm_map: 23329.130196841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078238208, end = 3078242304, flags = 67371125, pgoff = 3078238208, inode = 0 }
+vm_state.vm_map: 23329.130198808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078242304, end = 3078356992, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.130200764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078356992, end = 3078361088, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.130202805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078361088, end = 3078365184, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.130207862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3213598720, end = 3213684736, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.130210200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 134512640, end = 134631424, flags = 134223989, pgoff = 0, inode = 409694 }
+vm_state.vm_map: 23329.130212297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 134631424, end = 134635520, flags = 135272563, pgoff = 118784, inode = 409694 }
+vm_state.vm_map: 23329.130214239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 142200832, end = 142454784, flags = 1048691, pgoff = 142200832, inode = 0 }
+vm_state.vm_map: 23329.130216188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076026368, end = 3076149248, flags = 1048691, pgoff = 3076026368, inode = 0 }
+vm_state.vm_map: 23329.130218137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076427776, end = 3076468736, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.130220074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076468736, end = 3076472832, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.130222128 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076472832, end = 3076476928, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.130224070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076476928, end = 3076554752, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.130226001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076554752, end = 3076558848, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.130228060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076558848, end = 3076562944, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.130230003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076562944, end = 3076571136, flags = 1048691, pgoff = 3076562944, inode = 0 }
+vm_state.vm_map: 23329.130231946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076665344, end = 3076669440, flags = 1048691, pgoff = 3076665344, inode = 0 }
+vm_state.vm_map: 23329.130233993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076669440, end = 3076677632, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.130235930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076677632, end = 3076681728, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.130238206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076681728, end = 3076685824, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.130240339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076685824, end = 3076689920, flags = 1048691, pgoff = 3076685824, inode = 0 }
+vm_state.vm_map: 23329.130242300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076689920, end = 3078004736, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.130244244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078004736, end = 3078012928, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.130246298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078012928, end = 3078017024, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.130248233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078017024, end = 3078029312, flags = 1048691, pgoff = 3078017024, inode = 0 }
+vm_state.vm_map: 23329.130250182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078029312, end = 3078127616, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.130252230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078127616, end = 3078131712, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.130254278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078131712, end = 3078135808, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.130256220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078148096, end = 3078184960, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.130258151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078184960, end = 3078189056, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.130260211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078189056, end = 3078193152, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.130262203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078193152, end = 3078217728, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.130264226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078217728, end = 3078221824, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.130266378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078221824, end = 3078225920, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.130268598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078230016, end = 3078238208, flags = 1048691, pgoff = 3078230016, inode = 0 }
+vm_state.vm_map: 23329.130271041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078238208, end = 3078242304, flags = 67371125, pgoff = 3078238208, inode = 0 }
+vm_state.vm_map: 23329.130275506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078242304, end = 3078356992, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.130277572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078356992, end = 3078361088, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.130279657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078361088, end = 3078365184, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.130281815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3213598720, end = 3213684736, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.130293231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 134512640, end = 134873088, flags = 134223989, pgoff = 0, inode = 409611 }
+vm_state.vm_map: 23329.130295279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 134873088, end = 134881280, flags = 135272563, pgoff = 356352, inode = 409611 }
+vm_state.vm_map: 23329.130299971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 134881280, end = 134918144, flags = 1048691, pgoff = 134881280, inode = 0 }
+vm_state.vm_map: 23329.130302137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 144068608, end = 144203776, flags = 1048691, pgoff = 144068608, inode = 0 }
+vm_state.vm_map: 23329.130304666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3077447680, end = 3077488640, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.130309586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3077488640, end = 3077492736, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.130314156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3077492736, end = 3077496832, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.130316327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3077496832, end = 3077500928, flags = 1048691, pgoff = 3077496832, inode = 0 }
+vm_state.vm_map: 23329.130321090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3077500928, end = 3078815744, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.130323254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3078815744, end = 3078823936, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.130325432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3078823936, end = 3078828032, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.130327534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3078828032, end = 3078840320, flags = 1048691, pgoff = 3078828032, inode = 0 }
+vm_state.vm_map: 23329.130331943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3078930432, end = 3078942720, flags = 1048691, pgoff = 3078930432, inode = 0 }
+vm_state.vm_map: 23329.130334090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3078942720, end = 3078946816, flags = 67371125, pgoff = 3078942720, inode = 0 }
+vm_state.vm_map: 23329.130336353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3078946816, end = 3079061504, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.130338481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3079061504, end = 3079065600, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.130343020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3079065600, end = 3079069696, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.130345635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3219910656, end = 3219996672, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.130351291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 134512640, end = 134725632, flags = 134223989, pgoff = 0, inode = 22952 }
+vm_state.vm_map: 23329.130353431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 134725632, end = 134729728, flags = 135272563, pgoff = 208896, inode = 22952 }
+vm_state.vm_map: 23329.130355404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 134729728, end = 134733824, flags = 1048691, pgoff = 134729728, inode = 0 }
+vm_state.vm_map: 23329.130357409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 145321984, end = 145457152, flags = 1048691, pgoff = 145321984, inode = 0 }
+vm_state.vm_map: 23329.130359561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3076091904, end = 3076362240, flags = 1048691, pgoff = 3076091904, inode = 0 }
+vm_state.vm_map: 23329.130361640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3076362240, end = 3077677056, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.130363693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077677056, end = 3077685248, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.130365642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077685248, end = 3077689344, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.130367696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077689344, end = 3077701632, flags = 1048691, pgoff = 3077689344, inode = 0 }
+vm_state.vm_map: 23329.130375079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077701632, end = 3077763072, flags = 134217845, pgoff = 0, inode = 22689 }
+vm_state.vm_map: 23329.130377219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077763072, end = 3077767168, flags = 135266419, pgoff = 61440, inode = 22689 }
+vm_state.vm_map: 23329.130379365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077767168, end = 3077771264, flags = 1048691, pgoff = 3077767168, inode = 0 }
+vm_state.vm_map: 23329.130382177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077771264, end = 3077783552, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 23329.130384218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077783552, end = 3077787648, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 23329.130386309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077787648, end = 3077791744, flags = 1048691, pgoff = 3077787648, inode = 0 }
+vm_state.vm_map: 23329.130388690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077791744, end = 3077976064, flags = 134217845, pgoff = 0, inode = 22949 }
+vm_state.vm_map: 23329.130390731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077976064, end = 3077980160, flags = 135266419, pgoff = 184320, inode = 22949 }
+vm_state.vm_map: 23329.130393112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077980160, end = 3078443008, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 23329.130395202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3078443008, end = 3078455296, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 23329.130397157 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3078541312, end = 3078557696, flags = 1048691, pgoff = 3078541312, inode = 0 }
+vm_state.vm_map: 23329.130399211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3078557696, end = 3078561792, flags = 67371125, pgoff = 3078557696, inode = 0 }
+vm_state.vm_map: 23329.130401394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3078561792, end = 3078676480, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.130403368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3078676480, end = 3078680576, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.130405441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3078680576, end = 3078684672, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.130407401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3221082112, end = 3221168128, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.130412705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 134512640, end = 134770688, flags = 134223989, pgoff = 0, inode = 19720 }
+vm_state.vm_map: 23329.130414919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 134770688, end = 134782976, flags = 135272563, pgoff = 253952, inode = 19720 }
+vm_state.vm_map: 23329.130417442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 134782976, end = 134787072, flags = 1048691, pgoff = 134782976, inode = 0 }
+vm_state.vm_map: 23329.130419557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 138625024, end = 139030528, flags = 1048691, pgoff = 138625024, inode = 0 }
+vm_state.vm_map: 23329.130427507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3050975232, end = 3051089920, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.130429678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3051089920, end = 3051094016, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.130431837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3051094016, end = 3051098112, flags = 1048688, pgoff = 3051094016, inode = 0 }
+vm_state.vm_map: 23329.130433977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3051098112, end = 3059486720, flags = 1048691, pgoff = 3051098112, inode = 0 }
+vm_state.vm_map: 23329.130436012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3059486720, end = 3059490816, flags = 1048688, pgoff = 3059486720, inode = 0 }
+vm_state.vm_map: 23329.130437986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3059490816, end = 3067879424, flags = 1048691, pgoff = 3059490816, inode = 0 }
+vm_state.vm_map: 23329.130440052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3067879424, end = 3067883520, flags = 1048688, pgoff = 3067879424, inode = 0 }
+vm_state.vm_map: 23329.130442105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3067883520, end = 3076272128, flags = 1048691, pgoff = 3067883520, inode = 0 }
+vm_state.vm_map: 23329.130444209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076272128, end = 3076308992, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.130446164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076308992, end = 3076313088, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.130448106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076313088, end = 3076317184, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.130450277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076317184, end = 3076395008, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.130452707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076395008, end = 3076399104, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.130454760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076399104, end = 3076403200, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.130456815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076403200, end = 3076411392, flags = 1048691, pgoff = 3076403200, inode = 0 }
+vm_state.vm_map: 23329.130458948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076411392, end = 3076435968, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.130460996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076435968, end = 3076440064, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.130463001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076440064, end = 3076444160, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.130465381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076538368, end = 3076558848, flags = 134217845, pgoff = 0, inode = 33292 }
+vm_state.vm_map: 23329.130467379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076558848, end = 3076562944, flags = 135266419, pgoff = 16384, inode = 33292 }
+vm_state.vm_map: 23329.130469526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076562944, end = 3076571136, flags = 1048691, pgoff = 3076562944, inode = 0 }
+vm_state.vm_map: 23329.130471863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076571136, end = 3077885952, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.130473985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077885952, end = 3077894144, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.130475982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077894144, end = 3077898240, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.130478233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077898240, end = 3077910528, flags = 1048691, pgoff = 3077898240, inode = 0 }
+vm_state.vm_map: 23329.130481052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077910528, end = 3077939200, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.130483056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077939200, end = 3077943296, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.130485277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077943296, end = 3077947392, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.130487768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077947392, end = 3077955584, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.130490013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077955584, end = 3077959680, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.130492116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077959680, end = 3077963776, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.130494201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077963776, end = 3077967872, flags = 1048691, pgoff = 3077963776, inode = 0 }
+vm_state.vm_map: 23329.130496810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077967872, end = 3078053888, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.130498919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078053888, end = 3078057984, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.130501047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078057984, end = 3078062080, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.130503168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078062080, end = 3078070272, flags = 1048691, pgoff = 3078062080, inode = 0 }
+vm_state.vm_map: 23329.130505746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078070272, end = 3078148096, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.130507936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078148096, end = 3078152192, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.130510366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078152192, end = 3078160384, flags = 134217845, pgoff = 0, inode = 33286 }
+vm_state.vm_map: 23329.130512407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078160384, end = 3078164480, flags = 135266419, pgoff = 4096, inode = 33286 }
+vm_state.vm_map: 23329.130514498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078168576, end = 3078172672, flags = 1048691, pgoff = 3078168576, inode = 0 }
+vm_state.vm_map: 23329.130516694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078172672, end = 3078213632, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.130518686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078213632, end = 3078217728, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.130520777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078217728, end = 3078221824, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.130523520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078221824, end = 3078242304, flags = 134217845, pgoff = 0, inode = 33281 }
+vm_state.vm_map: 23329.130525636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078242304, end = 3078246400, flags = 135266419, pgoff = 16384, inode = 33281 }
+vm_state.vm_map: 23329.130527678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078246400, end = 3078254592, flags = 1048691, pgoff = 3078246400, inode = 0 }
+vm_state.vm_map: 23329.130529774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078254592, end = 3078258688, flags = 67371125, pgoff = 3078254592, inode = 0 }
+vm_state.vm_map: 23329.130532088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078258688, end = 3078373376, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.130534154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078373376, end = 3078377472, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.130536188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078377472, end = 3078381568, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.130538267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3212951552, end = 3213037568, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.130548313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 134512640, end = 134602752, flags = 134223989, pgoff = 0, inode = 1353012 }
+vm_state.vm_map: 23329.130550367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 134602752, end = 134606848, flags = 135272563, pgoff = 90112, inode = 1353012 }
+vm_state.vm_map: 23329.130552532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 134606848, end = 134651904, flags = 1048691, pgoff = 134606848, inode = 0 }
+vm_state.vm_map: 23329.130554752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 137347072, end = 137482240, flags = 1048691, pgoff = 137347072, inode = 0 }
+vm_state.vm_map: 23329.130556775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3075100672, end = 3075104768, flags = 1048691, pgoff = 3075100672, inode = 0 }
+vm_state.vm_map: 23329.130559464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3075104768, end = 3076419584, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.130561518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076419584, end = 3076427776, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.130563713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076427776, end = 3076431872, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.130565841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076431872, end = 3076444160, flags = 1048691, pgoff = 3076431872, inode = 0 }
+vm_state.vm_map: 23329.130568166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076444160, end = 3076558848, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.130570177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076558848, end = 3076562944, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.130572268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076562944, end = 3076567040, flags = 1048691, pgoff = 3076562944, inode = 0 }
+vm_state.vm_map: 23329.130577368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076567040, end = 3076714496, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.130579527 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076714496, end = 3076718592, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.130581556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076718592, end = 3076722688, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.130584023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076722688, end = 3077660672, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.130585990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077660672, end = 3077677056, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.130588081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077677056, end = 3077681152, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.130590178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077681152, end = 3077709824, flags = 1048691, pgoff = 3077681152, inode = 0 }
+vm_state.vm_map: 23329.130595340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077783552, end = 3077799936, flags = 134217937, pgoff = 0, inode = 1165299 }
+vm_state.vm_map: 23329.130597801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077799936, end = 3077804032, flags = 134217937, pgoff = 0, inode = 1165298 }
+vm_state.vm_map: 23329.130599960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077804032, end = 3077812224, flags = 1048691, pgoff = 3077804032, inode = 0 }
+vm_state.vm_map: 23329.130602055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077812224, end = 3077816320, flags = 67371125, pgoff = 3077812224, inode = 0 }
+vm_state.vm_map: 23329.130604332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077816320, end = 3077931008, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.130606368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077931008, end = 3077935104, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.130608574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077935104, end = 3077939200, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.130610629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3213680640, end = 3213766656, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.130620336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 19558 }
+vm_state.vm_map: 23329.130622383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 134545408, end = 134549504, flags = 135272563, pgoff = 32768, inode = 19558 }
+vm_state.vm_map: 23329.130624542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 134549504, end = 134553600, flags = 1048691, pgoff = 134549504, inode = 0 }
+vm_state.vm_map: 23329.130626688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 159870976, end = 160006144, flags = 1048691, pgoff = 159870976, inode = 0 }
+vm_state.vm_map: 23329.130628835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3077165056, end = 3077169152, flags = 1048691, pgoff = 3077165056, inode = 0 }
+vm_state.vm_map: 23329.130631394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3077169152, end = 3078483968, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.130653060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078483968, end = 3078492160, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.130655404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078492160, end = 3078496256, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.130657655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078496256, end = 3078508544, flags = 1048691, pgoff = 3078496256, inode = 0 }
+vm_state.vm_map: 23329.130659832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078602752, end = 3078610944, flags = 1048691, pgoff = 3078602752, inode = 0 }
+vm_state.vm_map: 23329.130665087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078610944, end = 3078615040, flags = 67371125, pgoff = 3078610944, inode = 0 }
+vm_state.vm_map: 23329.130667289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078615040, end = 3078729728, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.130671988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078729728, end = 3078733824, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.130674048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078733824, end = 3078737920, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.130678531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3213504512, end = 3213590528, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.130683866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 18385 }
+vm_state.vm_map: 23329.130686031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 134545408, end = 134549504, flags = 135272563, pgoff = 28672, inode = 18385 }
+vm_state.vm_map: 23329.130690878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 134549504, end = 134553600, flags = 1048691, pgoff = 134549504, inode = 0 }
+vm_state.vm_map: 23329.130692908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 161918976, end = 162054144, flags = 1048691, pgoff = 161918976, inode = 0 }
+vm_state.vm_map: 23329.130695214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3074863104, end = 3074904064, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.130697262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3074904064, end = 3074908160, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.130699322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3074908160, end = 3074912256, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.130701603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3074912256, end = 3074990080, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.130703811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3074990080, end = 3074994176, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.130705908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3074994176, end = 3074998272, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.130708079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3074998272, end = 3075006464, flags = 1048691, pgoff = 3074998272, inode = 0 }
+vm_state.vm_map: 23329.130710552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3075100672, end = 3076431872, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.130712649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3076431872, end = 3076435968, flags = 1048691, pgoff = 3076431872, inode = 0 }
+vm_state.vm_map: 23329.130714931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3076435968, end = 3076444160, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.130716893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3076444160, end = 3076448256, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.130718903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3076448256, end = 3076452352, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.130721148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3076452352, end = 3077767168, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.130723646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077767168, end = 3077775360, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.130725860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077775360, end = 3077779456, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.130727975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077779456, end = 3077795840, flags = 1048691, pgoff = 3077779456, inode = 0 }
+vm_state.vm_map: 23329.130730319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077795840, end = 3077894144, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.130732459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077894144, end = 3077898240, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.130734766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077898240, end = 3077902336, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.130741821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077902336, end = 3077943296, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 23329.130743973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077943296, end = 3077947392, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 23329.130746262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077951488, end = 3077988352, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.130748365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077988352, end = 3077992448, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.130750351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077992448, end = 3077996544, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.130752651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077996544, end = 3078021120, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.130754618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3078021120, end = 3078025216, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.130756573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3078025216, end = 3078029312, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.130759103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3078033408, end = 3078049792, flags = 1048691, pgoff = 3078033408, inode = 0 }
+vm_state.vm_map: 23329.130761100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3078049792, end = 3078053888, flags = 67371125, pgoff = 3078049792, inode = 0 }
+vm_state.vm_map: 23329.130763352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3078053888, end = 3078168576, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.130765461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3078168576, end = 3078172672, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.130767514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3078172672, end = 3078176768, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.130769611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3219382272, end = 3219468288, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.130772127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076362240, end = 3076403200, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.130774230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076403200, end = 3076407296, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.130776185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076407296, end = 3076411392, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.130778221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076411392, end = 3076448256, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.130780170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076448256, end = 3076452352, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.130782452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076452352, end = 3076456448, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.130784746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076456448, end = 3076534272, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.130786738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076534272, end = 3076538368, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.130788958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076538368, end = 3076542464, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.130791117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076542464, end = 3076550656, flags = 1048691, pgoff = 3076542464, inode = 0 }
+vm_state.vm_map: 23329.130793516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076550656, end = 3076575232, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.130795502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076575232, end = 3076579328, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.130797525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076579328, end = 3076583424, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.130799572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076583424, end = 3076591616, flags = 1048691, pgoff = 3076583424, inode = 0 }
+vm_state.vm_map: 23329.130801817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076591616, end = 3076599808, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.130803902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076599808, end = 3076603904, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.130805925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076603904, end = 3076608000, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.130808207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076608000, end = 3077922816, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.130810187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3077922816, end = 3077931008, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.130812216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3077931008, end = 3077935104, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.130814387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3077935104, end = 3077947392, flags = 1048691, pgoff = 3077935104, inode = 0 }
+vm_state.vm_map: 23329.130816693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3077947392, end = 3077976064, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.130818642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3077976064, end = 3077980160, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.130820566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3077980160, end = 3077984256, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.130822855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3077984256, end = 3078070272, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.130824810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078070272, end = 3078074368, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.130827092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078074368, end = 3078078464, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.130829360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078078464, end = 3078090752, flags = 1048691, pgoff = 3078078464, inode = 0 }
+vm_state.vm_map: 23329.130831551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078090752, end = 3078189056, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.130833499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078189056, end = 3078193152, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.130835602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078193152, end = 3078197248, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.130843021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078197248, end = 3078344704, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.130845069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078344704, end = 3078352896, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.130847227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078447104, end = 3078455296, flags = 1048691, pgoff = 3078447104, inode = 0 }
+vm_state.vm_map: 23329.130849275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078455296, end = 3078459392, flags = 67371125, pgoff = 3078455296, inode = 0 }
+vm_state.vm_map: 23329.130851440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078459392, end = 3078574080, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.130853438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078574080, end = 3078578176, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.130855387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078578176, end = 3078582272, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.130860068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078582272, end = 3078873088, flags = 134223989, pgoff = 0, inode = 20940 }
+vm_state.vm_map: 23329.130862498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078873088, end = 3078877184, flags = 135272561, pgoff = 286720, inode = 20940 }
+vm_state.vm_map: 23329.130864533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078877184, end = 3078881280, flags = 135272563, pgoff = 290816, inode = 20940 }
+vm_state.vm_map: 23329.130866655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3099119616, end = 3099566080, flags = 1048691, pgoff = 3099119616, inode = 0 }
+vm_state.vm_map: 23329.130868776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3213758464, end = 3213844480, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.130876739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 134512640, end = 134594560, flags = 134223989, pgoff = 0, inode = 1327123 }
+vm_state.vm_map: 23329.130878786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 134594560, end = 134602752, flags = 135272563, pgoff = 81920, inode = 1327123 }
+vm_state.vm_map: 23329.130880982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 134602752, end = 134610944, flags = 1048691, pgoff = 134602752, inode = 0 }
+vm_state.vm_map: 23329.130883054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 147980288, end = 148115456, flags = 1048691, pgoff = 147980288, inode = 0 }
+vm_state.vm_map: 23329.130884985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3077668864, end = 3077677056, flags = 1048691, pgoff = 3077668864, inode = 0 }
+vm_state.vm_map: 23329.130887069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3077677056, end = 3078991872, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.130889326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3078991872, end = 3079000064, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.130891429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079000064, end = 3079004160, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.130893508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079004160, end = 3079016448, flags = 1048691, pgoff = 3079004160, inode = 0 }
+vm_state.vm_map: 23329.130895710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079016448, end = 3079163904, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.130898214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079163904, end = 3079168000, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.130900285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079168000, end = 3079172096, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.130902327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079266304, end = 3079274496, flags = 1048691, pgoff = 3079266304, inode = 0 }
+vm_state.vm_map: 23329.130904263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079274496, end = 3079278592, flags = 67371125, pgoff = 3079274496, inode = 0 }
+vm_state.vm_map: 23329.130906460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079278592, end = 3079393280, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.130908526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079393280, end = 3079397376, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.130910572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079397376, end = 3079401472, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.130912614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3219996672, end = 3220082688, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.130918010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
+vm_state.vm_map: 23329.130920213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
+vm_state.vm_map: 23329.130922235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
+vm_state.vm_map: 23329.130924387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 145805312, end = 145903616, flags = 1048691, pgoff = 145805312, inode = 0 }
+vm_state.vm_map: 23329.130926546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076485120, end = 3076526080, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.130928655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076526080, end = 3076530176, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.130930826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076530176, end = 3076534272, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.130933497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076534272, end = 3076571136, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.130935625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076571136, end = 3076575232, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.130937721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076575232, end = 3076579328, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.130939966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076579328, end = 3076657152, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.130942094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076657152, end = 3076661248, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.130944284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076661248, end = 3076665344, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.130946609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076665344, end = 3076673536, flags = 1048691, pgoff = 3076665344, inode = 0 }
+vm_state.vm_map: 23329.130948755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076673536, end = 3076698112, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.130950846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076698112, end = 3076702208, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.130953011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076702208, end = 3076706304, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.130954972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076706304, end = 3076710400, flags = 1048691, pgoff = 3076706304, inode = 0 }
+vm_state.vm_map: 23329.130957026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076710400, end = 3078025216, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.130959104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078025216, end = 3078033408, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.130961059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078033408, end = 3078037504, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.130963020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078037504, end = 3078053888, flags = 1048691, pgoff = 3078037504, inode = 0 }
+vm_state.vm_map: 23329.130965315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078053888, end = 3078062080, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.130967806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078062080, end = 3078066176, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.130969891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078066176, end = 3078070272, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.130972167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078070272, end = 3078287360, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 23329.130974350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078287360, end = 3078299648, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 23329.130976305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078393856, end = 3078402048, flags = 1048691, pgoff = 3078393856, inode = 0 }
+vm_state.vm_map: 23329.130978519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078402048, end = 3078406144, flags = 67371125, pgoff = 3078402048, inode = 0 }
+vm_state.vm_map: 23329.130980732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078406144, end = 3078520832, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.130982687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078520832, end = 3078524928, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.130984630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078524928, end = 3078529024, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.130986734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3214856192, end = 3214942208, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.130989052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2951155712, end = 2951159808, flags = 1048688, pgoff = 2951155712, inode = 0 }
+vm_state.vm_map: 23329.130991088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2951159808, end = 2959548416, flags = 1048691, pgoff = 2951159808, inode = 0 }
+vm_state.vm_map: 23329.130993135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2959548416, end = 2959552512, flags = 1048688, pgoff = 2959548416, inode = 0 }
+vm_state.vm_map: 23329.130995127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2959552512, end = 2967941120, flags = 1048691, pgoff = 2959552512, inode = 0 }
+vm_state.vm_map: 23329.130997317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2967941120, end = 2967945216, flags = 1048688, pgoff = 2967941120, inode = 0 }
+vm_state.vm_map: 23329.130999438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2967945216, end = 2976333824, flags = 1048691, pgoff = 2967945216, inode = 0 }
+vm_state.vm_map: 23329.131001973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2976333824, end = 2976337920, flags = 1048688, pgoff = 2976333824, inode = 0 }
+vm_state.vm_map: 23329.131004162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2976337920, end = 2986848256, flags = 1048691, pgoff = 2976337920, inode = 0 }
+vm_state.vm_map: 23329.131006204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2989105152, end = 2989109248, flags = 1048688, pgoff = 2989105152, inode = 0 }
+vm_state.vm_map: 23329.131008208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2989109248, end = 2989305856, flags = 1048691, pgoff = 2989109248, inode = 0 }
+vm_state.vm_map: 23329.131010410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2989305856, end = 2989309952, flags = 1048688, pgoff = 2989305856, inode = 0 }
+vm_state.vm_map: 23329.131012526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2989309952, end = 2989506560, flags = 1048691, pgoff = 2989309952, inode = 0 }
+vm_state.vm_map: 23329.131014752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2989506560, end = 2989510656, flags = 1048688, pgoff = 2989506560, inode = 0 }
+vm_state.vm_map: 23329.131016769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2989510656, end = 2997899264, flags = 1048691, pgoff = 2989510656, inode = 0 }
+vm_state.vm_map: 23329.131018847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2997899264, end = 2997903360, flags = 1048688, pgoff = 2997899264, inode = 0 }
+vm_state.vm_map: 23329.131021074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2997903360, end = 3006291968, flags = 1048691, pgoff = 2997903360, inode = 0 }
+vm_state.vm_map: 23329.131023226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3006291968, end = 3006296064, flags = 1048688, pgoff = 3006291968, inode = 0 }
+vm_state.vm_map: 23329.131025360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3006296064, end = 3059859456, flags = 1048691, pgoff = 3006296064, inode = 0 }
+vm_state.vm_map: 23329.131027457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059859456, end = 3059900416, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.131029548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059900416, end = 3059904512, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.131031694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059904512, end = 3059908608, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.131034112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059908608, end = 3059945472, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.131036634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059945472, end = 3059949568, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.131038682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059949568, end = 3059953664, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.131040760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059953664, end = 3059978240, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.131043054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059978240, end = 3059982336, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.131045121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059982336, end = 3059986432, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.131047069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059986432, end = 3059990528, flags = 1048688, pgoff = 3059986432, inode = 0 }
+vm_state.vm_map: 23329.131049018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059990528, end = 3068387328, flags = 1048691, pgoff = 3059990528, inode = 0 }
+vm_state.vm_map: 23329.131051300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3068387328, end = 3069702144, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.131053379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069702144, end = 3069710336, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.131055433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069710336, end = 3069714432, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.131057473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069714432, end = 3069726720, flags = 1048691, pgoff = 3069714432, inode = 0 }
+vm_state.vm_map: 23329.131059656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069726720, end = 3069841408, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.131061575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069841408, end = 3069845504, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.131063616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069845504, end = 3069849600, flags = 1048691, pgoff = 3069845504, inode = 0 }
+vm_state.vm_map: 23329.131065756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069849600, end = 3069997056, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.131067816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069997056, end = 3070001152, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.131070326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3070001152, end = 3070005248, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.131072663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3070005248, end = 3070943232, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.131074693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3070943232, end = 3070959616, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.131076931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3070959616, end = 3070963712, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.131079065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3070963712, end = 3070992384, flags = 1048691, pgoff = 3070963712, inode = 0 }
+vm_state.vm_map: 23329.131081298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3070992384, end = 3071070208, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.131083518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071070208, end = 3071074304, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.131088144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071074304, end = 3071078400, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.131090302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071078400, end = 3071086592, flags = 1048691, pgoff = 3071078400, inode = 0 }
+vm_state.vm_map: 23329.131095279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071086592, end = 3071123456, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.131097321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071123456, end = 3071127552, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.131099412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071127552, end = 3071131648, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.131101361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071131648, end = 3071291392, flags = 1048691, pgoff = 3071131648, inode = 0 }
+vm_state.vm_map: 23329.131103482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071291392, end = 3071299584, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.131105820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071299584, end = 3071303680, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.131107880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071303680, end = 3071307776, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.131112604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071307776, end = 3071336448, flags = 134217845, pgoff = 0, inode = 499851 }
+vm_state.vm_map: 23329.131114645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071336448, end = 3071340544, flags = 135266419, pgoff = 28672, inode = 499851 }
+vm_state.vm_map: 23329.131116699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071340544, end = 3071344640, flags = 1048691, pgoff = 3071340544, inode = 0 }
+vm_state.vm_map: 23329.131118802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071344640, end = 3071422464, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.131120744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071422464, end = 3071426560, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.131123107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071426560, end = 3071512576, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.131125050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071512576, end = 3071516672, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.131127103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071516672, end = 3071520768, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.131129156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071520768, end = 3071528960, flags = 1048691, pgoff = 3071520768, inode = 0 }
+vm_state.vm_map: 23329.131131185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071623168, end = 3071631360, flags = 1048691, pgoff = 3071623168, inode = 0 }
+vm_state.vm_map: 23329.131133122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071631360, end = 3071635456, flags = 67371125, pgoff = 3071631360, inode = 0 }
+vm_state.vm_map: 23329.131135256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071635456, end = 3071750144, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.131137378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071750144, end = 3071754240, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.131139790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071754240, end = 3071758336, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.131144606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071758336, end = 3079561216, flags = 134223989, pgoff = 0, inode = 18505 }
+vm_state.vm_map: 23329.131146587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3079561216, end = 3079774208, flags = 135272561, pgoff = 7802880, inode = 18505 }
+vm_state.vm_map: 23329.131148652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3079774208, end = 3080163328, flags = 135272563, pgoff = 8015872, inode = 18505 }
+vm_state.vm_map: 23329.131150594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3080163328, end = 3080237056, flags = 1048691, pgoff = 3080163328, inode = 0 }
+vm_state.vm_map: 23329.131152537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3083247616, end = 3088457728, flags = 1048691, pgoff = 3083247616, inode = 0 }
+vm_state.vm_map: 23329.131154474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3213942784, end = 3214028800, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.131159827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 134512640, end = 134520832, flags = 134223989, pgoff = 0, inode = 17712 }
+vm_state.vm_map: 23329.131161912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 134520832, end = 134524928, flags = 135272563, pgoff = 4096, inode = 17712 }
+vm_state.vm_map: 23329.131164107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 141946880, end = 142082048, flags = 1048691, pgoff = 141946880, inode = 0 }
+vm_state.vm_map: 23329.131166124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3076194304, end = 3076198400, flags = 1048691, pgoff = 3076194304, inode = 0 }
+vm_state.vm_map: 23329.131168443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3076198400, end = 3077513216, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.131170503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077513216, end = 3077521408, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.131172680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077521408, end = 3077525504, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.131175036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077525504, end = 3077537792, flags = 1048691, pgoff = 3077525504, inode = 0 }
+vm_state.vm_map: 23329.131177108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077627904, end = 3077640192, flags = 1048691, pgoff = 3077627904, inode = 0 }
+vm_state.vm_map: 23329.131179113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077640192, end = 3077644288, flags = 67371125, pgoff = 3077640192, inode = 0 }
+vm_state.vm_map: 23329.131181432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077644288, end = 3077758976, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.131183504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077758976, end = 3077763072, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.131185558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077763072, end = 3077767168, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.131187655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3219279872, end = 3219365888, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.131192527 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074084864, end = 3074125824, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.131194686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074125824, end = 3074129920, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.131196726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074129920, end = 3074134016, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.131198897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074134016, end = 3074170880, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.131201012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074170880, end = 3074174976, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.131202974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074174976, end = 3074179072, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.131205189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074179072, end = 3074203648, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.131207278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074203648, end = 3074207744, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.131209764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074207744, end = 3074211840, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.131211763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074211840, end = 3074220032, flags = 1048691, pgoff = 3074211840, inode = 0 }
+vm_state.vm_map: 23329.131213958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074220032, end = 3074306048, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.131215981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074306048, end = 3074310144, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.131218158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074310144, end = 3074314240, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.131220316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074314240, end = 3074322432, flags = 1048691, pgoff = 3074314240, inode = 0 }
+vm_state.vm_map: 23329.131227520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074322432, end = 3074330624, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 23329.131229666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074330624, end = 3074334720, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 23329.131231985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074334720, end = 3074359296, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 23329.131234113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074359296, end = 3074363392, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 23329.131236296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074363392, end = 3075678208, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.131238332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075678208, end = 3075686400, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.131240533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075686400, end = 3075690496, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.131242674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075690496, end = 3075702784, flags = 1048691, pgoff = 3075690496, inode = 0 }
+vm_state.vm_map: 23329.131247978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075702784, end = 3075710976, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 23329.131250130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075710976, end = 3075715072, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 23329.131252258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075715072, end = 3075719168, flags = 1048691, pgoff = 3075715072, inode = 0 }
+vm_state.vm_map: 23329.131257075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075719168, end = 3075878912, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 23329.131259116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075878912, end = 3075883008, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 23329.131261540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075883008, end = 3076542464, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 23329.131263563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076542464, end = 3076567040, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 23329.131265993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076567040, end = 3076730880, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 23329.131268028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076730880, end = 3076734976, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 23329.131270321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076734976, end = 3076771840, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.131272364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076771840, end = 3076775936, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.131274503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076775936, end = 3076780032, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.131276595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076780032, end = 3076939776, flags = 1048691, pgoff = 3076780032, inode = 0 }
+vm_state.vm_map: 23329.131278808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076939776, end = 3077017600, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.131281392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077017600, end = 3077021696, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.131283440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077021696, end = 3077025792, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.131285457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077025792, end = 3077033984, flags = 1048691, pgoff = 3077025792, inode = 0 }
+vm_state.vm_map: 23329.131287646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077033984, end = 3077111808, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.131289656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077111808, end = 3077115904, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.131291753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077115904, end = 3077120000, flags = 1048691, pgoff = 3077115904, inode = 0 }
+vm_state.vm_map: 23329.131294134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077120000, end = 3077128192, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.131296157 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077128192, end = 3077132288, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.131298247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077132288, end = 3077136384, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.131302898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077136384, end = 3078438912, flags = 134217845, pgoff = 0, inode = 33850 }
+vm_state.vm_map: 23329.131304970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078438912, end = 3078533120, flags = 135266419, pgoff = 1302528, inode = 33850 }
+vm_state.vm_map: 23329.131307116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078533120, end = 3078545408, flags = 1048691, pgoff = 3078533120, inode = 0 }
+vm_state.vm_map: 23329.131309515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078545408, end = 3078615040, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.131311538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078615040, end = 3078619136, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.131313752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078619136, end = 3078623232, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.131316090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078623232, end = 3078631424, flags = 1048691, pgoff = 3078623232, inode = 0 }
+vm_state.vm_map: 23329.131318335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078631424, end = 3078729728, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.131320370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078729728, end = 3078733824, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.131322467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078733824, end = 3078737920, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.131324706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078737920, end = 3078746112, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.131326797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078746112, end = 3078750208, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.131328850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078750208, end = 3078754304, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.131330873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078754304, end = 3078758400, flags = 1048691, pgoff = 3078754304, inode = 0 }
+vm_state.vm_map: 23329.131333137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078758400, end = 3078799360, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 23329.131335178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078799360, end = 3078803456, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 23329.131337496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078803456, end = 3078832128, flags = 134217845, pgoff = 0, inode = 499851 }
+vm_state.vm_map: 23329.131339526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078832128, end = 3078836224, flags = 135266419, pgoff = 28672, inode = 499851 }
+vm_state.vm_map: 23329.131341611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078930432, end = 3078938624, flags = 1048691, pgoff = 3078930432, inode = 0 }
+vm_state.vm_map: 23329.131343621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078938624, end = 3078942720, flags = 67371125, pgoff = 3078938624, inode = 0 }
+vm_state.vm_map: 23329.131345848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078942720, end = 3079057408, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.131347908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3079057408, end = 3079061504, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.131350374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3079061504, end = 3079065600, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.131355247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3079065600, end = 3079475200, flags = 134223989, pgoff = 0, inode = 18427 }
+vm_state.vm_map: 23329.131357288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3079479296, end = 3079483392, flags = 135272561, pgoff = 409600, inode = 18427 }
+vm_state.vm_map: 23329.131359304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3079483392, end = 3079487488, flags = 135272563, pgoff = 413696, inode = 18427 }
+vm_state.vm_map: 23329.131361531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3079487488, end = 3079507968, flags = 1048691, pgoff = 3079487488, inode = 0 }
+vm_state.vm_map: 23329.131363578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3084861440, end = 3084996608, flags = 1048691, pgoff = 3084861440, inode = 0 }
+vm_state.vm_map: 23329.131365675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3219972096, end = 3220058112, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.131370893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 134512640, end = 134758400, flags = 134223989, pgoff = 0, inode = 122894 }
+vm_state.vm_map: 23329.131373045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 134758400, end = 134762496, flags = 135272563, pgoff = 245760, inode = 122894 }
+vm_state.vm_map: 23329.131375198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 134762496, end = 134774784, flags = 1048691, pgoff = 134762496, inode = 0 }
+vm_state.vm_map: 23329.131377338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 143687680, end = 143822848, flags = 1048691, pgoff = 143687680, inode = 0 }
+vm_state.vm_map: 23329.131379386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3076005888, end = 3076009984, flags = 1048688, pgoff = 3076005888, inode = 0 }
+vm_state.vm_map: 23329.131381538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3076009984, end = 3076534272, flags = 1048691, pgoff = 3076009984, inode = 0 }
+vm_state.vm_map: 23329.131383635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3076534272, end = 3076538368, flags = 1048688, pgoff = 3076534272, inode = 0 }
+vm_state.vm_map: 23329.131385985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3076538368, end = 3076669440, flags = 1048691, pgoff = 3076538368, inode = 0 }
+vm_state.vm_map: 23329.131388075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3076669440, end = 3076673536, flags = 1048688, pgoff = 3076669440, inode = 0 }
+vm_state.vm_map: 23329.131390080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3076673536, end = 3076808704, flags = 1048691, pgoff = 3076673536, inode = 0 }
+vm_state.vm_map: 23329.131392411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3076808704, end = 3078123520, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.131394570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078123520, end = 3078131712, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.131396679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078131712, end = 3078135808, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.131398955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078135808, end = 3078148096, flags = 1048691, pgoff = 3078135808, inode = 0 }
+vm_state.vm_map: 23329.131401101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078148096, end = 3078295552, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.131403303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078295552, end = 3078299648, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.131405240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078299648, end = 3078303744, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.131407250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078303744, end = 3078307840, flags = 1048691, pgoff = 3078303744, inode = 0 }
+vm_state.vm_map: 23329.131409452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078307840, end = 3078336512, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.131411604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078336512, end = 3078340608, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.131413645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078340608, end = 3078344704, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.131415885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078344704, end = 3078430720, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.131418054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078430720, end = 3078434816, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.131420627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078434816, end = 3078438912, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.131422767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078438912, end = 3078447104, flags = 1048691, pgoff = 3078438912, inode = 0 }
+vm_state.vm_map: 23329.131424809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078508544, end = 3078512640, flags = 1048691, pgoff = 3078508544, inode = 0 }
+vm_state.vm_map: 23329.131429470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078512640, end = 3078541312, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.131431512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078541312, end = 3078549504, flags = 1048691, pgoff = 3078541312, inode = 0 }
+vm_state.vm_map: 23329.131433646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078549504, end = 3078553600, flags = 67371125, pgoff = 3078549504, inode = 0 }
+vm_state.vm_map: 23329.131435878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078553600, end = 3078668288, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.131437938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078668288, end = 3078672384, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.131439974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078672384, end = 3078676480, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.131442077 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3219480576, end = 3219566592, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.131444815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 134512640, end = 134832128, flags = 134223989, pgoff = 0, inode = 1327116 }
+vm_state.vm_map: 23329.131446943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 134832128, end = 134840320, flags = 135272563, pgoff = 315392, inode = 1327116 }
+vm_state.vm_map: 23329.131448997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 134840320, end = 134852608, flags = 1048691, pgoff = 134840320, inode = 0 }
+vm_state.vm_map: 23329.131451131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 141115392, end = 141520896, flags = 1048691, pgoff = 141115392, inode = 0 }
+vm_state.vm_map: 23329.131456354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073916928, end = 3074711552, flags = 134217937, pgoff = 0, inode = 1196246 }
+vm_state.vm_map: 23329.131458772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074711552, end = 3075080192, flags = 134217937, pgoff = 0, inode = 1131233 }
+vm_state.vm_map: 23329.131461233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075080192, end = 3075715072, flags = 134217937, pgoff = 0, inode = 19219 }
+vm_state.vm_map: 23329.131463361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075715072, end = 3075756032, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.131465581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075756032, end = 3075760128, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.131467591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075760128, end = 3075764224, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.131469799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075764224, end = 3075801088, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.131471853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075801088, end = 3075805184, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.131473876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075805184, end = 3075809280, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.131476072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075809280, end = 3075887104, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.131478070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075887104, end = 3075891200, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.131480118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075891200, end = 3075895296, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.131482165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075895296, end = 3075903488, flags = 1048691, pgoff = 3075895296, inode = 0 }
+vm_state.vm_map: 23329.131484287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075903488, end = 3075928064, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.131486378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075928064, end = 3075932160, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.131488394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075932160, end = 3075936256, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.131490904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076030464, end = 3076034560, flags = 1048691, pgoff = 3076030464, inode = 0 }
+vm_state.vm_map: 23329.131495758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076034560, end = 3076227072, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.131497800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076227072, end = 3076231168, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.131499852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076231168, end = 3076235264, flags = 1048691, pgoff = 3076231168, inode = 0 }
+vm_state.vm_map: 23329.131502006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076235264, end = 3076263936, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.131504226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076263936, end = 3076268032, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.131506359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076268032, end = 3076272128, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.131508709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076272128, end = 3077586944, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.131510738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077586944, end = 3077595136, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.131512946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077595136, end = 3077599232, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.131515024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077599232, end = 3077611520, flags = 1048691, pgoff = 3077599232, inode = 0 }
+vm_state.vm_map: 23329.131517134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077611520, end = 3077758976, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.131519348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077758976, end = 3077763072, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.131521488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077763072, end = 3077767168, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.131523727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077767168, end = 3077853184, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.131528654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077853184, end = 3077857280, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.131530696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077857280, end = 3077861376, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.131532756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077861376, end = 3077869568, flags = 1048691, pgoff = 3077861376, inode = 0 }
+vm_state.vm_map: 23329.131537511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077869568, end = 3078094848, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.131539663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078094848, end = 3078098944, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.131541810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078098944, end = 3078103040, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.131546626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078103040, end = 3078840320, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.131548674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078840320, end = 3078844416, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.131550833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078844416, end = 3078848512, flags = 1048691, pgoff = 3078844416, inode = 0 }
+vm_state.vm_map: 23329.131555649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078848512, end = 3079090176, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.131557691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079090176, end = 3079094272, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.131560170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079094272, end = 3079208960, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 23329.131562545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079208960, end = 3079213056, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 23329.131564790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079241728, end = 3079270400, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.131566911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079270400, end = 3079315456, flags = 1048691, pgoff = 3079270400, inode = 0 }
+vm_state.vm_map: 23329.131569044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079315456, end = 3079319552, flags = 67371125, pgoff = 3079315456, inode = 0 }
+vm_state.vm_map: 23329.131571346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079319552, end = 3079434240, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.131573386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079434240, end = 3079438336, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.131575484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079438336, end = 3079442432, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.131577580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3216498688, end = 3216584704, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.131585437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 134512640, end = 134524928, flags = 134223989, pgoff = 0, inode = 134326 }
+vm_state.vm_map: 23329.131587577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 134524928, end = 134529024, flags = 135272563, pgoff = 8192, inode = 134326 }
+vm_state.vm_map: 23329.131589576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 150622208, end = 150757376, flags = 1048691, pgoff = 150622208, inode = 0 }
+vm_state.vm_map: 23329.131591691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3075604480, end = 3075608576, flags = 1048691, pgoff = 3075604480, inode = 0 }
+vm_state.vm_map: 23329.131593985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3075608576, end = 3075801088, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.131596058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3075801088, end = 3075805184, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.131598414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3075805184, end = 3075809280, flags = 1048691, pgoff = 3075805184, inode = 0 }
+vm_state.vm_map: 23329.131600671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3075809280, end = 3076050944, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.131602811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3076050944, end = 3076055040, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.131604939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3076055040, end = 3076083712, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.131607030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3076083712, end = 3076087808, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.131609028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3076087808, end = 3076091904, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.131611396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3076091904, end = 3077406720, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.131613555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077406720, end = 3077414912, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.131615584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077414912, end = 3077419008, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.131617681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077419008, end = 3077431296, flags = 1048691, pgoff = 3077419008, inode = 0 }
+vm_state.vm_map: 23329.131619734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077431296, end = 3077517312, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.131621905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077517312, end = 3077521408, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.131623941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077521408, end = 3077525504, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.131626044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077525504, end = 3077533696, flags = 1048691, pgoff = 3077525504, inode = 0 }
+vm_state.vm_map: 23329.131628159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077533696, end = 3077758976, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.131630256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077758976, end = 3077763072, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.131632655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077763072, end = 3077767168, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.131634654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077767168, end = 3077771264, flags = 1048691, pgoff = 3077767168, inode = 0 }
+vm_state.vm_map: 23329.131636855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077771264, end = 3078508544, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.131638817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078508544, end = 3078512640, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.131640926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078512640, end = 3078627328, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 23329.131643022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078627328, end = 3078631424, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 23329.131645095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078721536, end = 3078733824, flags = 1048691, pgoff = 3078721536, inode = 0 }
+vm_state.vm_map: 23329.131647247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078733824, end = 3078737920, flags = 67371125, pgoff = 3078733824, inode = 0 }
+vm_state.vm_map: 23329.131649505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078737920, end = 3078852608, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.131651601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078852608, end = 3078856704, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.131653588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078856704, end = 3078860800, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.131655604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3218362368, end = 3218448384, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.131998228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 134332 }
+vm_state.vm_map: 23329.132017163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 134332 }
+vm_state.vm_map: 23329.132019353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 154587136, end = 154722304, flags = 1048691, pgoff = 154587136, inode = 0 }
+vm_state.vm_map: 23329.132021894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3075784704, end = 3075788800, flags = 1048691, pgoff = 3075784704, inode = 0 }
+vm_state.vm_map: 23329.132024090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3075788800, end = 3075981312, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.132026164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3075981312, end = 3075985408, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.132028420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3075985408, end = 3076227072, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.132030463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3076227072, end = 3076231168, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.132032522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3076231168, end = 3076235264, flags = 1048691, pgoff = 3076231168, inode = 0 }
+vm_state.vm_map: 23329.132034743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3076235264, end = 3076263936, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.132036877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3076263936, end = 3076268032, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.132038863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3076268032, end = 3076272128, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.132041207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3076272128, end = 3077586944, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.132043279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3077586944, end = 3077595136, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.132045377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3077595136, end = 3077599232, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.132047548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3077599232, end = 3077611520, flags = 1048691, pgoff = 3077599232, inode = 0 }
+vm_state.vm_map: 23329.132049707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3077611520, end = 3078348800, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.132051909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078348800, end = 3078352896, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.132054068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078352896, end = 3078438912, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.132056652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078438912, end = 3078443008, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.132058663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078443008, end = 3078447104, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.132060859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078447104, end = 3078455296, flags = 1048691, pgoff = 3078447104, inode = 0 }
+vm_state.vm_map: 23329.132063042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078455296, end = 3078680576, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.132065257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078680576, end = 3078684672, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.132067311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078684672, end = 3078688768, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.132069469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078688768, end = 3078692864, flags = 1048691, pgoff = 3078688768, inode = 0 }
+vm_state.vm_map: 23329.132071635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078692864, end = 3078807552, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 23329.132073689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078807552, end = 3078811648, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 23329.132079505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078811648, end = 3078873088, flags = 134217845, pgoff = 0, inode = 22552 }
+vm_state.vm_map: 23329.132081658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078873088, end = 3078877184, flags = 135266419, pgoff = 57344, inode = 22552 }
+vm_state.vm_map: 23329.132083754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078971392, end = 3078979584, flags = 1048691, pgoff = 3078971392, inode = 0 }
+vm_state.vm_map: 23329.132085753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078979584, end = 3078983680, flags = 67371125, pgoff = 3078979584, inode = 0 }
+vm_state.vm_map: 23329.132088122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078983680, end = 3079098368, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.132090238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3079098368, end = 3079102464, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.132092816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3079102464, end = 3079106560, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.132094981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3213758464, end = 3213844480, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.132097848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 134332 }
+vm_state.vm_map: 23329.132100001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 134332 }
+vm_state.vm_map: 23329.132101975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 140877824, end = 141012992, flags = 1048691, pgoff = 140877824, inode = 0 }
+vm_state.vm_map: 23329.132104005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3075698688, end = 3075702784, flags = 1048691, pgoff = 3075698688, inode = 0 }
+vm_state.vm_map: 23329.132106249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3075702784, end = 3075895296, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.132108396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3075895296, end = 3075899392, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.132110715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3075899392, end = 3076141056, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.132112726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3076141056, end = 3076145152, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.132114829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3076145152, end = 3076149248, flags = 1048691, pgoff = 3076145152, inode = 0 }
+vm_state.vm_map: 23329.132116945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3076149248, end = 3076177920, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.132119369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3076177920, end = 3076182016, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.132121423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3076182016, end = 3076186112, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.132123613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3076186112, end = 3077500928, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.132125617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3077500928, end = 3077509120, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.132128276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3077509120, end = 3077513216, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.132130311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3077513216, end = 3077525504, flags = 1048691, pgoff = 3077513216, inode = 0 }
+vm_state.vm_map: 23329.132132655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3077525504, end = 3078262784, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.132134746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078262784, end = 3078266880, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.132137078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078266880, end = 3078352896, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.132139052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078352896, end = 3078356992, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.132141013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078356992, end = 3078361088, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.132143147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078361088, end = 3078369280, flags = 1048691, pgoff = 3078361088, inode = 0 }
+vm_state.vm_map: 23329.132145491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078369280, end = 3078594560, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.132147453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078594560, end = 3078598656, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.132149629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078598656, end = 3078602752, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.132151592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078602752, end = 3078606848, flags = 1048691, pgoff = 3078602752, inode = 0 }
+vm_state.vm_map: 23329.132153769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078606848, end = 3078721536, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 23329.132155952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078721536, end = 3078725632, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 23329.132158148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078725632, end = 3078787072, flags = 134217845, pgoff = 0, inode = 22552 }
+vm_state.vm_map: 23329.132160183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078787072, end = 3078791168, flags = 135266419, pgoff = 57344, inode = 22552 }
+vm_state.vm_map: 23329.132162459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078885376, end = 3078893568, flags = 1048691, pgoff = 3078885376, inode = 0 }
+vm_state.vm_map: 23329.132164519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078893568, end = 3078897664, flags = 67371125, pgoff = 3078893568, inode = 0 }
+vm_state.vm_map: 23329.132166617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078897664, end = 3079012352, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.132168609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3079012352, end = 3079016448, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.132170552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3079016448, end = 3079020544, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.132172624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3217080320, end = 3217166336, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.132175431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 134512640, end = 134524928, flags = 134223989, pgoff = 0, inode = 134268 }
+vm_state.vm_map: 23329.132177361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 134524928, end = 134529024, flags = 135272563, pgoff = 8192, inode = 134268 }
+vm_state.vm_map: 23329.132179421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 140742656, end = 140877824, flags = 1048691, pgoff = 140742656, inode = 0 }
+vm_state.vm_map: 23329.132181623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076239360, end = 3076280320, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.132183554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076280320, end = 3076284416, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.132185491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076284416, end = 3076288512, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.132187681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076288512, end = 3076325376, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.132189605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076325376, end = 3076329472, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.132191647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076329472, end = 3076333568, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.132193799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076333568, end = 3076411392, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.132196304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076411392, end = 3076415488, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.132198234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076415488, end = 3076419584, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.132200208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076419584, end = 3076427776, flags = 1048691, pgoff = 3076419584, inode = 0 }
+vm_state.vm_map: 23329.132202311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076427776, end = 3076452352, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.132204421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076452352, end = 3076456448, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.132206444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076456448, end = 3076460544, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.132208436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076460544, end = 3076468736, flags = 1048691, pgoff = 3076460544, inode = 0 }
+vm_state.vm_map: 23329.132210515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076468736, end = 3076661248, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.132212600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076661248, end = 3076665344, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.132214635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076665344, end = 3076694016, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.132216585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076694016, end = 3076698112, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.132218645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076698112, end = 3076702208, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.132220841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076702208, end = 3078017024, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.132222889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078017024, end = 3078025216, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.132224980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078025216, end = 3078029312, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.132226922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078029312, end = 3078041600, flags = 1048691, pgoff = 3078029312, inode = 0 }
+vm_state.vm_map: 23329.132229402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078041600, end = 3078103040, flags = 134217845, pgoff = 0, inode = 22552 }
+vm_state.vm_map: 23329.132231456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078103040, end = 3078107136, flags = 135266419, pgoff = 57344, inode = 22552 }
+vm_state.vm_map: 23329.132233657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078107136, end = 3078844416, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.132235706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078844416, end = 3078848512, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.132237877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078848512, end = 3078852608, flags = 1048691, pgoff = 3078848512, inode = 0 }
+vm_state.vm_map: 23329.132240010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078852608, end = 3078938624, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.132242034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078938624, end = 3078942720, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.132244094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078942720, end = 3078946816, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.132246061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078946816, end = 3078955008, flags = 1048691, pgoff = 3078946816, inode = 0 }
+vm_state.vm_map: 23329.132248103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078955008, end = 3079180288, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.132250027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3079180288, end = 3079184384, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.132252113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3079184384, end = 3079188480, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.132254043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3079278592, end = 3079290880, flags = 1048691, pgoff = 3079278592, inode = 0 }
+vm_state.vm_map: 23329.132255980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3079290880, end = 3079294976, flags = 67371125, pgoff = 3079290880, inode = 0 }
+vm_state.vm_map: 23329.132258046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3079294976, end = 3079409664, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.132260119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3079409664, end = 3079413760, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.132262407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3079413760, end = 3079417856, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.132264393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3212963840, end = 3213049856, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.132267015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 134324 }
+vm_state.vm_map: 23329.132269217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 134324 }
+vm_state.vm_map: 23329.132271166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 135680000, end = 135815168, flags = 1048691, pgoff = 135680000, inode = 0 }
+vm_state.vm_map: 23329.132273109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075239936, end = 3075244032, flags = 1048691, pgoff = 3075239936, inode = 0 }
+vm_state.vm_map: 23329.132275274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075244032, end = 3075436544, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.132277334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075436544, end = 3075440640, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.132279444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075440640, end = 3075682304, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.132281461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075682304, end = 3075686400, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.132283391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075686400, end = 3075690496, flags = 1048691, pgoff = 3075686400, inode = 0 }
+vm_state.vm_map: 23329.132285556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075690496, end = 3075719168, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.132287499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075719168, end = 3075723264, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.132289430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075723264, end = 3075727360, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.132291508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075727360, end = 3077042176, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.132293581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077042176, end = 3077050368, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.132295968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077050368, end = 3077054464, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.132297954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077054464, end = 3077066752, flags = 1048691, pgoff = 3077054464, inode = 0 }
+vm_state.vm_map: 23329.132300193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077066752, end = 3077804032, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.132321263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077804032, end = 3077808128, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.132323675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077808128, end = 3077894144, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.132325796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077894144, end = 3077898240, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.132328103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077898240, end = 3077902336, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.132330157 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077902336, end = 3077910528, flags = 1048691, pgoff = 3077902336, inode = 0 }
+vm_state.vm_map: 23329.132332365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077910528, end = 3078135808, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.132334487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078135808, end = 3078139904, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.132336578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078139904, end = 3078144000, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.132338706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078144000, end = 3078148096, flags = 1048691, pgoff = 3078144000, inode = 0 }
+vm_state.vm_map: 23329.132340902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078148096, end = 3078262784, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 23329.132343080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078262784, end = 3078266880, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 23329.132345201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078266880, end = 3078328320, flags = 134217845, pgoff = 0, inode = 22552 }
+vm_state.vm_map: 23329.132347329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078328320, end = 3078332416, flags = 135266419, pgoff = 57344, inode = 22552 }
+vm_state.vm_map: 23329.132349939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078426624, end = 3078434816, flags = 1048691, pgoff = 3078426624, inode = 0 }
+vm_state.vm_map: 23329.132351949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078434816, end = 3078438912, flags = 67371125, pgoff = 3078434816, inode = 0 }
+vm_state.vm_map: 23329.132354090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078438912, end = 3078553600, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.132356218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078553600, end = 3078557696, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.132358278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078557696, end = 3078561792, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.132360480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3216084992, end = 3216171008, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.132368924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 134512640, end = 137146368, flags = 134223989, pgoff = 0, inode = 20802 }
+vm_state.vm_map: 23329.132371089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 137150464, end = 137170944, flags = 135272561, pgoff = 2633728, inode = 20802 }
+vm_state.vm_map: 23329.132373279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 137170944, end = 137191424, flags = 135272563, pgoff = 2654208, inode = 20802 }
+vm_state.vm_map: 23329.132375493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 137191424, end = 137195520, flags = 1048691, pgoff = 137191424, inode = 0 }
+vm_state.vm_map: 23329.132377547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 163663872, end = 164384768, flags = 1048691, pgoff = 163663872, inode = 0 }
+vm_state.vm_map: 23329.132382358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074371584, end = 3074461696, flags = 134217979, pgoff = 0, inode = 1237059 }
+vm_state.vm_map: 23329.132387378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074461696, end = 3074527232, flags = 134217937, pgoff = 0, inode = 156491 }
+vm_state.vm_map: 23329.132392067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074527232, end = 3074658304, flags = 134217937, pgoff = 0, inode = 156496 }
+vm_state.vm_map: 23329.132394441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074658304, end = 3074789376, flags = 134217937, pgoff = 0, inode = 156489 }
+vm_state.vm_map: 23329.132396483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074789376, end = 3074797568, flags = 1048691, pgoff = 3074789376, inode = 0 }
+vm_state.vm_map: 23329.132398691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074797568, end = 3074809856, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 23329.132400800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074809856, end = 3074813952, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 23329.132403033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074813952, end = 3075276800, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 23329.132405143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3075276800, end = 3075289088, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 23329.132407536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3075289088, end = 3075350528, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 23329.132409602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3075350528, end = 3075354624, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 23329.132414420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3075354624, end = 3075960832, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 23329.132416585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3075960832, end = 3075977216, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 23329.132418651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3075977216, end = 3075981312, flags = 1048691, pgoff = 3075977216, inode = 0 }
+vm_state.vm_map: 23329.132421051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3075981312, end = 3076071424, flags = 134217845, pgoff = 0, inode = 18560 }
+vm_state.vm_map: 23329.132423561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076071424, end = 3076075520, flags = 135266419, pgoff = 86016, inode = 18560 }
+vm_state.vm_map: 23329.132425837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076075520, end = 3076161536, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.132427885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076161536, end = 3076165632, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.132429933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076165632, end = 3076169728, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.132431987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076169728, end = 3076177920, flags = 1048691, pgoff = 3076169728, inode = 0 }
+vm_state.vm_map: 23329.132434318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076177920, end = 3076186112, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 23329.132436360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076186112, end = 3076190208, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 23329.132438451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076190208, end = 3076214784, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 23329.132440375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076214784, end = 3076218880, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 23329.132447500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076218880, end = 3076235264, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.132449541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076235264, end = 3076239360, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.132451713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076239360, end = 3077554176, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.132453846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077554176, end = 3077562368, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.132455882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077562368, end = 3077566464, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.132458355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077566464, end = 3077582848, flags = 1048691, pgoff = 3077566464, inode = 0 }
+vm_state.vm_map: 23329.132460458 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077582848, end = 3077660672, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.132462414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077660672, end = 3077664768, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.132467212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077664768, end = 3077713920, flags = 134217845, pgoff = 0, inode = 19447 }
+vm_state.vm_map: 23329.132469260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077713920, end = 3077718016, flags = 135266419, pgoff = 49152, inode = 19447 }
+vm_state.vm_map: 23329.132471636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077718016, end = 3077984256, flags = 134217845, pgoff = 0, inode = 19433 }
+vm_state.vm_map: 23329.132473708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077984256, end = 3077992448, flags = 135266419, pgoff = 262144, inode = 19433 }
+vm_state.vm_map: 23329.132475700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077992448, end = 3077996544, flags = 1048691, pgoff = 3077992448, inode = 0 }
+vm_state.vm_map: 23329.132477772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077996544, end = 3078004736, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 23329.132479845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3078004736, end = 3078008832, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 23329.132481917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3078008832, end = 3078168576, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 23329.132483854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3078168576, end = 3078172672, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 23329.132485791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3078172672, end = 3078176768, flags = 1048691, pgoff = 3078172672, inode = 0 }
+vm_state.vm_map: 23329.132487999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3078176768, end = 3078836224, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 23329.132489936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3078836224, end = 3078860800, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 23329.132492341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3078860800, end = 3079024640, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 23329.132494303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079024640, end = 3079028736, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 23329.132496696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079028736, end = 3079065600, flags = 134217845, pgoff = 0, inode = 499726 }
+vm_state.vm_map: 23329.132498682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079065600, end = 3079069696, flags = 135266419, pgoff = 32768, inode = 499726 }
+vm_state.vm_map: 23329.132501112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079069696, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20850 }
+vm_state.vm_map: 23329.132503173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079102464, end = 3079106560, flags = 135266419, pgoff = 28672, inode = 20850 }
+vm_state.vm_map: 23329.132505375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079106560, end = 3079114752, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.132507484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079114752, end = 3079118848, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.132509520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079118848, end = 3079122944, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.132511635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079122944, end = 3079200768, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.132513887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079200768, end = 3079204864, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.132515861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079204864, end = 3079208960, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.132517791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079208960, end = 3079221248, flags = 1048691, pgoff = 3079208960, inode = 0 }
+vm_state.vm_map: 23329.132519888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079221248, end = 3079290880, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.132522090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079290880, end = 3079294976, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.132524027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079294976, end = 3079299072, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.132526456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079299072, end = 3079307264, flags = 1048691, pgoff = 3079299072, inode = 0 }
+vm_state.vm_map: 23329.132528961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079307264, end = 3079319552, flags = 134217845, pgoff = 0, inode = 499779 }
+vm_state.vm_map: 23329.132531145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079319552, end = 3079323648, flags = 135266419, pgoff = 8192, inode = 499779 }
+vm_state.vm_map: 23329.132535882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079352320, end = 3079356416, flags = 134217979, pgoff = 0, inode = 1236999 }
+vm_state.vm_map: 23329.132538244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079356416, end = 3079364608, flags = 134217845, pgoff = 0, inode = 1450400 }
+vm_state.vm_map: 23329.132540384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079364608, end = 3079368704, flags = 135266417, pgoff = 4096, inode = 1450400 }
+vm_state.vm_map: 23329.132542432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079368704, end = 3079372800, flags = 135266419, pgoff = 8192, inode = 1450400 }
+vm_state.vm_map: 23329.132544720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079372800, end = 3079380992, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.132546657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079380992, end = 3079385088, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.132548754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079385088, end = 3079389184, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.132551061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079389184, end = 3079417856, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.132553047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079417856, end = 3079426048, flags = 1048691, pgoff = 3079417856, inode = 0 }
+vm_state.vm_map: 23329.132554984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079426048, end = 3079430144, flags = 67371125, pgoff = 3079426048, inode = 0 }
+vm_state.vm_map: 23329.132557205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079430144, end = 3079544832, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.132559506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079544832, end = 3079548928, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.132561942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079548928, end = 3079553024, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.132563879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3218640896, end = 3218726912, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.132568968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 134512640, end = 142159872, flags = 134223989, pgoff = 0, inode = 20798 }
+vm_state.vm_map: 23329.132571028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 142159872, end = 142204928, flags = 135272561, pgoff = 7643136, inode = 20798 }
+vm_state.vm_map: 23329.132573020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 142204928, end = 142237696, flags = 135272563, pgoff = 7688192, inode = 20798 }
+vm_state.vm_map: 23329.132574982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 142237696, end = 142241792, flags = 1048691, pgoff = 142237696, inode = 0 }
+vm_state.vm_map: 23329.132576986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 142274560, end = 143097856, flags = 1048691, pgoff = 142274560, inode = 0 }
+vm_state.vm_map: 23329.132581952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071086592, end = 3071164416, flags = 134217979, pgoff = 0, inode = 1206047 }
+vm_state.vm_map: 23329.132584147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071164416, end = 3071205376, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.132586146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071205376, end = 3071209472, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.132588138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071209472, end = 3071213568, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.132590365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071213568, end = 3071250432, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.132592431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071250432, end = 3071254528, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.132594380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071254528, end = 3071258624, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.132596798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071258624, end = 3071283200, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.132598871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071283200, end = 3071287296, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.132600862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071287296, end = 3071291392, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.132605619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071332352, end = 3071348736, flags = 134217979, pgoff = 0, inode = 1206050 }
+vm_state.vm_map: 23329.132607895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071348736, end = 3071385600, flags = 134217979, pgoff = 0, inode = 1206049 }
+vm_state.vm_map: 23329.132612583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071418368, end = 3071422464, flags = 134217979, pgoff = 0, inode = 1206071 }
+vm_state.vm_map: 23329.132615061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071422464, end = 3071430656, flags = 134217979, pgoff = 0, inode = 1206070 }
+vm_state.vm_map: 23329.132617252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071430656, end = 3071438848, flags = 134217979, pgoff = 0, inode = 1206069 }
+vm_state.vm_map: 23329.132622019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071438848, end = 3071479808, flags = 134217979, pgoff = 0, inode = 1237134 }
+vm_state.vm_map: 23329.132624431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071479808, end = 3071520768, flags = 134217979, pgoff = 0, inode = 1237063 }
+vm_state.vm_map: 23329.132626781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071520768, end = 3071610880, flags = 134217979, pgoff = 0, inode = 1237059 }
+vm_state.vm_map: 23329.132629069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071610880, end = 3071635456, flags = 134217979, pgoff = 0, inode = 1206046 }
+vm_state.vm_map: 23329.132631142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071639552, end = 3071705088, flags = 134217937, pgoff = 0, inode = 156491 }
+vm_state.vm_map: 23329.132633554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071705088, end = 3071836160, flags = 134217937, pgoff = 0, inode = 156496 }
+vm_state.vm_map: 23329.132635608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071836160, end = 3071967232, flags = 134217937, pgoff = 0, inode = 156489 }
+vm_state.vm_map: 23329.132637600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071967232, end = 3071979520, flags = 1048691, pgoff = 3071967232, inode = 0 }
+vm_state.vm_map: 23329.132639709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071979520, end = 3071991808, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 23329.132641658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071991808, end = 3071995904, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 23329.132643898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071995904, end = 3072024576, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.132646019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072024576, end = 3072028672, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.132647993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072028672, end = 3072032768, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.132650251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072032768, end = 3072258048, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.132652237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072258048, end = 3072262144, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.132654235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072262144, end = 3072266240, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.132656296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072266240, end = 3072270336, flags = 1048691, pgoff = 3072266240, inode = 0 }
+vm_state.vm_map: 23329.132658504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072270336, end = 3072733184, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 23329.132660459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072733184, end = 3072745472, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 23329.132662575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072745472, end = 3072806912, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 23329.132664666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072806912, end = 3072811008, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 23329.132667306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072811008, end = 3072872448, flags = 134217845, pgoff = 0, inode = 21268 }
+vm_state.vm_map: 23329.132669483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072872448, end = 3072876544, flags = 135266419, pgoff = 57344, inode = 21268 }
+vm_state.vm_map: 23329.132671802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072876544, end = 3072917504, flags = 134217845, pgoff = 0, inode = 22434 }
+vm_state.vm_map: 23329.132673887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072917504, end = 3072921600, flags = 135266419, pgoff = 40960, inode = 22434 }
+vm_state.vm_map: 23329.132676033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072921600, end = 3072929792, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 23329.132678131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072929792, end = 3072933888, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 23329.132680129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072933888, end = 3072937984, flags = 1048691, pgoff = 3072933888, inode = 0 }
+vm_state.vm_map: 23329.132682350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072937984, end = 3072962560, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 23329.132684619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072962560, end = 3072966656, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 23329.132686773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072966656, end = 3073056768, flags = 134217845, pgoff = 0, inode = 18560 }
+vm_state.vm_map: 23329.132688863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3073056768, end = 3073060864, flags = 135266419, pgoff = 86016, inode = 18560 }
+vm_state.vm_map: 23329.132691015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3073060864, end = 3074375680, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.132693137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074375680, end = 3074383872, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.132695327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074383872, end = 3074387968, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.132697350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074387968, end = 3074400256, flags = 1048691, pgoff = 3074387968, inode = 0 }
+vm_state.vm_map: 23329.132699774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074400256, end = 3074437120, flags = 134217845, pgoff = 0, inode = 20852 }
+vm_state.vm_map: 23329.132702075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074437120, end = 3074441216, flags = 135266417, pgoff = 36864, inode = 20852 }
+vm_state.vm_map: 23329.132704073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074441216, end = 3074445312, flags = 135266419, pgoff = 40960, inode = 20852 }
+vm_state.vm_map: 23329.132706170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074445312, end = 3074449408, flags = 1048691, pgoff = 3074445312, inode = 0 }
+vm_state.vm_map: 23329.132708434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074449408, end = 3074482176, flags = 134217845, pgoff = 0, inode = 20850 }
+vm_state.vm_map: 23329.132710414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074482176, end = 3074486272, flags = 135266419, pgoff = 28672, inode = 20850 }
+vm_state.vm_map: 23329.132712474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074486272, end = 3074523136, flags = 134217845, pgoff = 0, inode = 499726 }
+vm_state.vm_map: 23329.132714411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074523136, end = 3074527232, flags = 135266419, pgoff = 32768, inode = 499726 }
+vm_state.vm_map: 23329.132716471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074527232, end = 3074531328, flags = 1048691, pgoff = 3074527232, inode = 0 }
+vm_state.vm_map: 23329.132718538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074531328, end = 3074539520, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.132720585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074539520, end = 3074543616, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.132722627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074543616, end = 3074547712, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.132724693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074547712, end = 3074625536, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.132726630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074625536, end = 3074629632, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.132728678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074629632, end = 3074633728, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.132730621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074633728, end = 3074641920, flags = 1048691, pgoff = 3074633728, inode = 0 }
+vm_state.vm_map: 23329.132732687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074641920, end = 3074711552, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.132734976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074711552, end = 3074715648, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.132736906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074715648, end = 3074719744, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.132738849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074719744, end = 3074727936, flags = 1048691, pgoff = 3074719744, inode = 0 }
+vm_state.vm_map: 23329.132740953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074727936, end = 3074740224, flags = 134217845, pgoff = 0, inode = 499779 }
+vm_state.vm_map: 23329.132743013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074740224, end = 3074744320, flags = 135266419, pgoff = 8192, inode = 499779 }
+vm_state.vm_map: 23329.132744261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074744320, end = 3074760704, flags = 134217845, pgoff = 0, inode = 499714 }
+kernel.irq_entry: 23329.132769273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.sched_try_wakeup: 23329.132782811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { pid = 2269, cpu_id = 0, state = 1 }
+kernel.irq_exit: 23329.132794882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.sched_schedule: 23329.132804665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { prev_pid = 16927, next_pid = 2269, prev_state = 0 }
+fs.pollfd: 23329.132878565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { fd = 4 }
+fs.pollfd: 23329.132881291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { fd = 3 }
+fs.pollfd: 23329.132883271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { fd = 11 }
+kernel.syscall_exit: 23329.132886892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.132899074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 23329.132901948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.132909164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 13 [syscall 13] }
+kernel.syscall_exit: 23329.132910990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 1264196274 }
+kernel.syscall_entry: 23329.132921426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.132983145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 12 }
+kernel.syscall_exit: 23329.132984470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 861 }
+kernel.syscall_entry: 23329.133002722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.133004461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 12 }
+kernel.syscall_exit: 23329.133005682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.133010697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [syscall 140] }
+fs.llseek: 23329.133013275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 12, offset = 0, origin = 0 }
+kernel.syscall_exit: 23329.133015015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.133062781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 5 [syscall 5] }
+fs.open: 23329.133089976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 14, filename = "/proc/loadavg" }
+kernel.syscall_exit: 23329.133092653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 14 }
+kernel.syscall_entry: 23329.133097951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 197 [syscall 197] }
+kernel.syscall_exit: 23329.133100215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.133103441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 192 [syscall 192] }
+kernel.syscall_exit: 23329.133110948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = -1234268160 }
+kernel.syscall_entry: 23329.133114055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
+kernel.page_fault_entry: 23329.133125430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, TRAP { ip = 0xc142bf44, address = 0xb66e9000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.133192231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { res = 0 }
+fs.read: 23329.133199595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 14 }
+kernel.syscall_exit: 23329.133201039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 27 }
+kernel.syscall_entry: 23329.133283037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 6 [syscall 6] }
+fs.close: 23329.133285177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 14 }
+kernel.syscall_exit: 23329.133364968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.133370155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 91 [syscall 91] }
+mm.page_free: 23329.133394248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { pfn = 273165, order = 0 }
+kernel.syscall_exit: 23329.133435303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.133457717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.133517313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 6 }
+kernel.syscall_exit: 23329.133518726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 1024 }
+kernel.syscall_entry: 23329.133573148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.133592101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 6 }
+kernel.syscall_exit: 23329.133593853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 305 }
+kernel.syscall_entry: 23329.133614085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.133617342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 6 }
+kernel.syscall_exit: 23329.133618618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.133622326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [syscall 140] }
+fs.llseek: 23329.133624497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 6, offset = 0, origin = 0 }
+kernel.syscall_exit: 23329.133626360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.133644912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.133666254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 8 }
+kernel.syscall_exit: 23329.133667648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 449 }
+kernel.syscall_entry: 23329.133678955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.133680675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 8 }
+kernel.syscall_exit: 23329.133681872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.133685425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [syscall 140] }
+fs.llseek: 23329.133687757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 8, offset = 0, origin = 0 }
+kernel.syscall_exit: 23329.133689428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.133695781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.133719831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 9 }
+kernel.syscall_exit: 23329.133721014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 1024 }
+kernel.syscall_entry: 23329.133734455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.133742819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 9 }
+kernel.syscall_exit: 23329.133744120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 383 }
+kernel.syscall_entry: 23329.133749962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.133751325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 9 }
+kernel.syscall_exit: 23329.133752497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.133755840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [syscall 140] }
+fs.llseek: 23329.133757616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 9, offset = 0, origin = 0 }
+kernel.syscall_exit: 23329.133759276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.133895418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.133898391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3 }
+kernel.syscall_exit: 23329.133901401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.133904997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 146 [syscall 146] }
+fs.writev: 23329.133933611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3, vlen = 3 }
+kernel.syscall_exit: 23329.133935312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 944 }
+kernel.syscall_entry: 23329.133940753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.133943178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 23329.133944355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.133949067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 23329.133951548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.133955692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.133960189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 23329.133962021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.133963501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 11 }
+kernel.sched_schedule: 23329.133974616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2269, next_pid = 1989, prev_state = 1 }
+fs.select: 23329.134138391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134141512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134143400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134148279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134150413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134152745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134154971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134157044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134159350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134161238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134163390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134165493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134167647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134169688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134171564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134173691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134176349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134178571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134180593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134182727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134184886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134186792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134188815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134190844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134192936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134194854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134196828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134198993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134200800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134202583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134204526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134206561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134209435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134211570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134213562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559560532 }
+fs.select: 23329.134215591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559560532 }
+mm.page_free: 23329.134223807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 198013, order = 0 }
+kernel.syscall_exit: 23329.134228187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 2 }
+kernel.syscall_entry: 23329.134239394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.134241775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 23329.134250138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.134254284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.134257047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.134263751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 23329.134274237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2269, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.134282792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2269, prev_state = 0 }
+fs.pollfd: 23329.134466823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 23329.134468556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.134470069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 11 }
+kernel.sched_schedule: 23329.134478413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2269, next_pid = 1989, prev_state = 1 }
+fs.read: 23329.134623518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 45 }
+kernel.syscall_exit: 23329.134625275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 944 }
+kernel.irq_entry: 23329.134921515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 23329.134934160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { jiffies = 4297269584, xtime_sec = 1264196274, xtime_nsec = 637522003, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.134945448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.softirq_raise: 23329.134951727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { softirq_id = 9 [softirq 9] }
+kernel.irq_exit: 23329.134971391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 23329.134974685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 23329.134983326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { expires = 2302289, function = 0xc141d458, data = 0 }
+kernel.timer_set: 23329.134987323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { expires = 2302289, function = 0xc14b0234, data = 0 }
+kernel.softirq_exit: 23329.134990715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.softirq_entry: 23329.134992085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
+rcu.tree_callback: 23329.135034738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { func = 0xc10acb19 }
+kernel.softirq_exit: 23329.135037902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
+kernel.syscall_entry: 23329.135041486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.135049756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 45 }
+kernel.syscall_exit: 23329.135051188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.135056857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.135059780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.135063204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.135065318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 23329.135069408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.135076094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
+fs.select: 23329.135080924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135084063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135086043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135089849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135091872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135093883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135095962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135098078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135100051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135101988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135104005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135105973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135107891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135110124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135112079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135114127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135116206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135118839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135126617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135128627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135130583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135132550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135134543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135136536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135138564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135140668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135142666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135144622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135146620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135148594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135150716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135152677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135155083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135157094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135158864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559656272 }
+fs.select: 23329.135160634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559656272 }
+mm.page_free: 23329.135167623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 197993, order = 0 }
+kernel.syscall_exit: 23329.135170892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.135175777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.135177640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 23329.135183555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.135186991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.135189383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.135193793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.135200813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 12168, fd = 48 }
+kernel.syscall_exit: 23329.135202454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 12168 }
+kernel.syscall_entry: 23329.135274170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.135277642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 152, fd = 48 }
+kernel.syscall_exit: 23329.135278956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 152 }
+kernel.syscall_entry: 23329.135294691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 23329.135303746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.135312190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.135475627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.135477878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 23329.135479710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 23329.135481092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 23329.135482614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 23329.135486475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 23329.135488031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 23329.135490010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 23329.135491935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 23329.135494142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
+kernel.sched_schedule: 23329.135503049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+fs.read: 23329.135650924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 12168, fd = 48 }
+kernel.syscall_exit: 23329.135652675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 2816 }
+kernel.irq_entry: 23329.137136513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3078487783, handler = 0x0, irq_id = 239, kernel_mode = 0 }
+kernel.sched_try_wakeup: 23329.137159983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { pid = 8996, cpu_id = 0, state = 1 }
+kernel.irq_exit: 23329.137173843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.sched_schedule: 23329.137186333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 8996, prev_state = 0 }
+kernel.syscall_exit: 23329.137448927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = -110 }
+kernel.syscall_entry: 23329.137466056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 240 [syscall 240] }
+kernel.syscall_exit: 23329.137469091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.137473674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.137477196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.137487003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 23329.137489685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.137493368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.137495607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.137498624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.137500837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.137504230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 23329.137506925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.137512804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.137515061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.137518127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 240 [syscall 240] }
+kernel.sched_schedule: 23329.137533979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { prev_pid = 8996, next_pid = 1989, prev_state = 1 }
+kernel.irq_entry: 23329.138566727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3078487783, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 0 }
+block.rq_complete_fs: 23329.138601257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { hard_sector = 39345670, rw = 0, errors = 0 }
+kernel.sched_try_wakeup: 23329.138624553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { pid = 16834, cpu_id = 0, state = 2 }
+kernel.timer_set: 23329.138646950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { expires = 2302289, function = 0xc141b0a5, data = 4136835584 }
+kernel.irq_exit: 23329.138660495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.sched_schedule: 23329.138672269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 16834, prev_state = 0 }
+fs.buffer_wait_end: 23329.138882016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xe9709160 }
+block.remap: 23329.138894407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { device_from = 3145728, sector_from = 44606600, device_to = 3145730, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.138898022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 47530430, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.getrq_bio: 23329.138910240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 47530430, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+kernel.timer_set: 23329.138917716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302289, function = 0xc1410312, data = 4147888232 }
+block.plug: 23329.138921479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL
+block.rq_insert_fs: 23329.138926703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 47530430, rw = 0, errors = 0 }
+fs.buffer_wait_start: 23329.138936967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xe9709128 }
+block.unplug_io: 23329.138940033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { pdu = 1 }
+block.rq_issue_fs: 23329.138952369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 47530430, rw = 0, errors = 0 }
+kernel.timer_set: 23329.138991653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2304288, function = 0xf8a23e85, data = 4136733696 }
+kernel.sched_schedule: 23329.139062340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 16834, next_pid = 16927, prev_state = 2 }
+kernel.irq_entry: 23329.139334629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3238156110, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.sched_try_wakeup: 23329.139348181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { pid = 2336, cpu_id = 0, state = 1 }
+kernel.irq_exit: 23329.139360140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.sched_schedule: 23329.139368560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 16927, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.139435385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.139438574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 23329.139441867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 23329.139443736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 23329.139445722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 23329.139453624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 23329.139455573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 23329.139458386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 23329.139460501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 23329.139463431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
+kernel.syscall_exit: 23329.139469815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.139495518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.139502377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.139503628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.139511110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.139514410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.139521608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.139524273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.140219300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.140255500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.140268984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.140271951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.140275078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.140278656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
+fs.writev: 23329.140290517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 23329.140292016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 52 }
+kernel.syscall_entry: 23329.140296974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.140299367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.140300547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.140305814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.140307646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.140309669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 23329.140311198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 23329.140312506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 23329.140313845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 23329.140316472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 23329.140317798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 23329.140319655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 23329.140320987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 23329.140322868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
+kernel.syscall_exit: 23329.140324299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.140329178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.140331115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.140332318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.140842320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.140845145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.140848001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.140851758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
+fs.writev: 23329.140863724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 23329.140865352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 2856 }
+kernel.syscall_entry: 23329.140870558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.140872063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 23329.140882925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 2336, next_pid = 16927, prev_state = 1 }
+vm_state.vm_map: 23329.141025501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074760704, end = 3074764800, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.141028634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074764800, end = 3074768896, flags = 1048691, pgoff = 3074764800, inode = 0 }
+vm_state.vm_map: 23329.141031287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074768896, end = 3074793472, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.141033519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074793472, end = 3074797568, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.141036042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074797568, end = 3074838528, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 23329.141038195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074838528, end = 3074842624, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 23329.141040804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074842624, end = 3074879488, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.141043122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074879488, end = 3074883584, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.141045159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074883584, end = 3074887680, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.141047311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074887680, end = 3075047424, flags = 1048691, pgoff = 3074887680, inode = 0 }
+vm_state.vm_map: 23329.141050018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075047424, end = 3075194880, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.141052301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075194880, end = 3075198976, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.141054448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075198976, end = 3075203072, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.141057063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075203072, end = 3075289088, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.141059246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075289088, end = 3075293184, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.141061343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075293184, end = 3075297280, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.141064088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075297280, end = 3075305472, flags = 1048691, pgoff = 3075297280, inode = 0 }
+vm_state.vm_map: 23329.141066839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075305472, end = 3075383296, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.141068955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075383296, end = 3075387392, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.141071033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075387392, end = 3075391488, flags = 1048691, pgoff = 3075387392, inode = 0 }
+vm_state.vm_map: 23329.141073673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075391488, end = 3075997696, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 23329.141075814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075997696, end = 3076014080, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 23329.141078195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076014080, end = 3076280320, flags = 134217845, pgoff = 0, inode = 19427 }
+vm_state.vm_map: 23329.141080360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076280320, end = 3076292608, flags = 135266417, pgoff = 266240, inode = 19427 }
+vm_state.vm_map: 23329.141082370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076292608, end = 3076296704, flags = 135266419, pgoff = 278528, inode = 19427 }
+vm_state.vm_map: 23329.141084918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076296704, end = 3076304896, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 23329.141087595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076304896, end = 3076308992, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 23329.141089945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076308992, end = 3076468736, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 23329.141091906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076468736, end = 3076472832, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 23329.141094694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076472832, end = 3077132288, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 23329.141096792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077132288, end = 3077156864, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 23329.141099401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077156864, end = 3077320704, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 23329.141101998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077320704, end = 3077324800, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 23329.141104113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077324800, end = 3077328896, flags = 1048691, pgoff = 3077324800, inode = 0 }
+vm_state.vm_map: 23329.141106506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077328896, end = 3077378048, flags = 134217845, pgoff = 0, inode = 19447 }
+vm_state.vm_map: 23329.141108813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077378048, end = 3077382144, flags = 135266419, pgoff = 49152, inode = 19447 }
+vm_state.vm_map: 23329.141111213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077382144, end = 3077648384, flags = 134217845, pgoff = 0, inode = 19433 }
+vm_state.vm_map: 23329.141113224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077648384, end = 3077656576, flags = 135266419, pgoff = 262144, inode = 19433 }
+vm_state.vm_map: 23329.141115450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077656576, end = 3077660672, flags = 1048691, pgoff = 3077656576, inode = 0 }
+vm_state.vm_map: 23329.141118146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077681152, end = 3077685248, flags = 134217979, pgoff = 0, inode = 1237135 }
+vm_state.vm_map: 23329.141120631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077685248, end = 3077689344, flags = 134217979, pgoff = 0, inode = 1237061 }
+vm_state.vm_map: 23329.141123412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077689344, end = 3077693440, flags = 134217979, pgoff = 0, inode = 1236999 }
+vm_state.vm_map: 23329.141126152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077693440, end = 3077701632, flags = 134217845, pgoff = 0, inode = 1450400 }
+vm_state.vm_map: 23329.141128273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077701632, end = 3077705728, flags = 135266417, pgoff = 4096, inode = 1450400 }
+vm_state.vm_map: 23329.141130506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077705728, end = 3077709824, flags = 135266419, pgoff = 8192, inode = 1450400 }
+vm_state.vm_map: 23329.141132948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077709824, end = 3077718016, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.141135033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077718016, end = 3077722112, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.141137316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077722112, end = 3077726208, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.141139937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077726208, end = 3077754880, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.141141960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077754880, end = 3077763072, flags = 1048691, pgoff = 3077754880, inode = 0 }
+vm_state.vm_map: 23329.141144384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077763072, end = 3077767168, flags = 67371125, pgoff = 3077763072, inode = 0 }
+vm_state.vm_map: 23329.141146993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077767168, end = 3077881856, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.141149091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077881856, end = 3077885952, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.141151138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077885952, end = 3077890048, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.141153451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3214790656, end = 3214876672, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.141157368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 134512640, end = 142159872, flags = 134223989, pgoff = 0, inode = 20798 }
+vm_state.vm_map: 23329.141159583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 142159872, end = 142204928, flags = 135272561, pgoff = 7643136, inode = 20798 }
+vm_state.vm_map: 23329.141161544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 142204928, end = 142237696, flags = 135272563, pgoff = 7688192, inode = 20798 }
+vm_state.vm_map: 23329.141163833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 142237696, end = 142241792, flags = 1048691, pgoff = 142237696, inode = 0 }
+vm_state.vm_map: 23329.141165782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 142274560, end = 143097856, flags = 1048691, pgoff = 142274560, inode = 0 }
+vm_state.vm_map: 23329.141168175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071086592, end = 3071164416, flags = 134217979, pgoff = 0, inode = 1206047 }
+vm_state.vm_map: 23329.141170469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071164416, end = 3071205376, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.141172653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071205376, end = 3071209472, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.141174577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071209472, end = 3071213568, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.141177298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071213568, end = 3071250432, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.141179352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071250432, end = 3071254528, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.141181523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071254528, end = 3071258624, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.141184162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071258624, end = 3071283200, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.141186316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071283200, end = 3071287296, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.141188548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071287296, end = 3071291392, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.141191108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071332352, end = 3071348736, flags = 134217979, pgoff = 0, inode = 1206050 }
+vm_state.vm_map: 23329.141193656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071348736, end = 3071385600, flags = 134217979, pgoff = 0, inode = 1206049 }
+vm_state.vm_map: 23329.141195993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071418368, end = 3071422464, flags = 134217979, pgoff = 0, inode = 1206071 }
+vm_state.vm_map: 23329.141198528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071422464, end = 3071430656, flags = 134217979, pgoff = 0, inode = 1206070 }
+vm_state.vm_map: 23329.141201075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071430656, end = 3071438848, flags = 134217979, pgoff = 0, inode = 1206069 }
+vm_state.vm_map: 23329.141203622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071438848, end = 3071479808, flags = 134217979, pgoff = 0, inode = 1237134 }
+vm_state.vm_map: 23329.141206164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071479808, end = 3071520768, flags = 134217979, pgoff = 0, inode = 1237063 }
+vm_state.vm_map: 23329.141208612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071520768, end = 3071610880, flags = 134217979, pgoff = 0, inode = 1237059 }
+vm_state.vm_map: 23329.141211148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071610880, end = 3071635456, flags = 134217979, pgoff = 0, inode = 1206046 }
+vm_state.vm_map: 23329.141213855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071639552, end = 3071705088, flags = 134217937, pgoff = 0, inode = 156491 }
+vm_state.vm_map: 23329.141216588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071705088, end = 3071836160, flags = 134217937, pgoff = 0, inode = 156496 }
+vm_state.vm_map: 23329.141219031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071836160, end = 3071967232, flags = 134217937, pgoff = 0, inode = 156489 }
+vm_state.vm_map: 23329.141221226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071967232, end = 3071979520, flags = 1048691, pgoff = 3071967232, inode = 0 }
+vm_state.vm_map: 23329.141223688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071979520, end = 3071991808, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 23329.141225785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071991808, end = 3071995904, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 23329.141228190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071995904, end = 3072024576, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.141230269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072024576, end = 3072028672, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.141232409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072028672, end = 3072032768, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.141234883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072032768, end = 3072258048, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.141236894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072258048, end = 3072262144, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.141238985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072262144, end = 3072266240, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.141241026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072266240, end = 3072270336, flags = 1048691, pgoff = 3072266240, inode = 0 }
+vm_state.vm_map: 23329.141243475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072270336, end = 3072733184, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 23329.141245671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072733184, end = 3072745472, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 23329.141248150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072745472, end = 3072806912, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 23329.141250309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072806912, end = 3072811008, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 23329.141275055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072811008, end = 3072872448, flags = 134217845, pgoff = 0, inode = 21268 }
+vm_state.vm_map: 23329.141277368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072872448, end = 3072876544, flags = 135266419, pgoff = 57344, inode = 21268 }
+vm_state.vm_map: 23329.141279934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072876544, end = 3072917504, flags = 134217845, pgoff = 0, inode = 22434 }
+vm_state.vm_map: 23329.141282099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072917504, end = 3072921600, flags = 135266419, pgoff = 40960, inode = 22434 }
+vm_state.vm_map: 23329.141284733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072921600, end = 3072929792, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 23329.141286929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072929792, end = 3072933888, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 23329.141289137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072933888, end = 3072937984, flags = 1048691, pgoff = 3072933888, inode = 0 }
+vm_state.vm_map: 23329.141291518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072937984, end = 3072962560, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 23329.141293738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072962560, end = 3072966656, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 23329.141296156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072966656, end = 3073056768, flags = 134217845, pgoff = 0, inode = 18560 }
+vm_state.vm_map: 23329.141298352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3073056768, end = 3073060864, flags = 135266419, pgoff = 86016, inode = 18560 }
+vm_state.vm_map: 23329.141300955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3073060864, end = 3074375680, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.141303188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074375680, end = 3074383872, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.141305359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074383872, end = 3074387968, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.141307580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074387968, end = 3074400256, flags = 1048691, pgoff = 3074387968, inode = 0 }
+vm_state.vm_map: 23329.141310306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074400256, end = 3074437120, flags = 134217845, pgoff = 0, inode = 20852 }
+vm_state.vm_map: 23329.141312922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074437120, end = 3074441216, flags = 135266417, pgoff = 36864, inode = 20852 }
+vm_state.vm_map: 23329.141314976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074441216, end = 3074445312, flags = 135266419, pgoff = 40960, inode = 20852 }
+vm_state.vm_map: 23329.141317184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074445312, end = 3074449408, flags = 1048691, pgoff = 3074445312, inode = 0 }
+vm_state.vm_map: 23329.141319466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074449408, end = 3074482176, flags = 134217845, pgoff = 0, inode = 20850 }
+vm_state.vm_map: 23329.141321575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074482176, end = 3074486272, flags = 135266419, pgoff = 28672, inode = 20850 }
+vm_state.vm_map: 23329.141323913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074486272, end = 3074523136, flags = 134217845, pgoff = 0, inode = 499726 }
+vm_state.vm_map: 23329.141326010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074523136, end = 3074527232, flags = 135266419, pgoff = 32768, inode = 499726 }
+vm_state.vm_map: 23329.141328163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074527232, end = 3074531328, flags = 1048691, pgoff = 3074527232, inode = 0 }
+vm_state.vm_map: 23329.141330562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074531328, end = 3074539520, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.141332678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074539520, end = 3074543616, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.141334899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074543616, end = 3074547712, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.141337229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074547712, end = 3074625536, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.141339327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074625536, end = 3074629632, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.141341516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074629632, end = 3074633728, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.141343559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074633728, end = 3074641920, flags = 1048691, pgoff = 3074633728, inode = 0 }
+vm_state.vm_map: 23329.141346074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074641920, end = 3074711552, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.141348647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074711552, end = 3074715648, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.141350701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074715648, end = 3074719744, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.141352668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074719744, end = 3074727936, flags = 1048691, pgoff = 3074719744, inode = 0 }
+vm_state.vm_map: 23329.141355043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074727936, end = 3074740224, flags = 134217845, pgoff = 0, inode = 499779 }
+vm_state.vm_map: 23329.141357141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074740224, end = 3074744320, flags = 135266419, pgoff = 8192, inode = 499779 }
+vm_state.vm_map: 23329.141359274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074744320, end = 3074760704, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.141361335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074760704, end = 3074764800, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.141363604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074764800, end = 3074768896, flags = 1048691, pgoff = 3074764800, inode = 0 }
+vm_state.vm_map: 23329.141365702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074768896, end = 3074793472, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.141367823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074793472, end = 3074797568, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.141369951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074797568, end = 3074838528, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 23329.141372104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074838528, end = 3074842624, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 23329.141374238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074842624, end = 3074879488, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.141376329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074879488, end = 3074883584, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.141378544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074883584, end = 3074887680, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.141380518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074887680, end = 3075047424, flags = 1048691, pgoff = 3074887680, inode = 0 }
+vm_state.vm_map: 23329.141382923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075047424, end = 3075194880, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.141384977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075194880, end = 3075198976, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.141387099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075198976, end = 3075203072, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.141389202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075203072, end = 3075289088, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.141391158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075289088, end = 3075293184, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.141393230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075293184, end = 3075297280, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.141395395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075297280, end = 3075305472, flags = 1048691, pgoff = 3075297280, inode = 0 }
+vm_state.vm_map: 23329.141397566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075305472, end = 3075383296, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.141399559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075383296, end = 3075387392, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.141401637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075387392, end = 3075391488, flags = 1048691, pgoff = 3075387392, inode = 0 }
+vm_state.vm_map: 23329.141403704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075391488, end = 3075997696, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 23329.141405826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075997696, end = 3076014080, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 23329.141407879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076014080, end = 3076280320, flags = 134217845, pgoff = 0, inode = 19427 }
+vm_state.vm_map: 23329.141410007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076280320, end = 3076292608, flags = 135266417, pgoff = 266240, inode = 19427 }
+vm_state.vm_map: 23329.141412025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076292608, end = 3076296704, flags = 135266419, pgoff = 278528, inode = 19427 }
+vm_state.vm_map: 23329.141414325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076296704, end = 3076304896, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 23329.141416719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076304896, end = 3076308992, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 23329.141418846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076308992, end = 3076468736, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 23329.141420956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076468736, end = 3076472832, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 23329.141423083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076472832, end = 3077132288, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 23329.141425045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077132288, end = 3077156864, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 23329.141426982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077156864, end = 3077320704, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 23329.141429072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077320704, end = 3077324800, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 23329.141431281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077324800, end = 3077328896, flags = 1048691, pgoff = 3077324800, inode = 0 }
+vm_state.vm_map: 23329.141433242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077328896, end = 3077378048, flags = 134217845, pgoff = 0, inode = 19447 }
+vm_state.vm_map: 23329.141435179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077378048, end = 3077382144, flags = 135266419, pgoff = 49152, inode = 19447 }
+vm_state.vm_map: 23329.141437239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077382144, end = 3077648384, flags = 134217845, pgoff = 0, inode = 19433 }
+vm_state.vm_map: 23329.141439293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077648384, end = 3077656576, flags = 135266419, pgoff = 262144, inode = 19433 }
+vm_state.vm_map: 23329.141441495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077656576, end = 3077660672, flags = 1048691, pgoff = 3077656576, inode = 0 }
+vm_state.vm_map: 23329.141443611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077681152, end = 3077685248, flags = 134217979, pgoff = 0, inode = 1237135 }
+vm_state.vm_map: 23329.141445572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077685248, end = 3077689344, flags = 134217979, pgoff = 0, inode = 1237061 }
+vm_state.vm_map: 23329.141447787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077689344, end = 3077693440, flags = 134217979, pgoff = 0, inode = 1236999 }
+vm_state.vm_map: 23329.141450186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077693440, end = 3077701632, flags = 134217845, pgoff = 0, inode = 1450400 }
+vm_state.vm_map: 23329.141452259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077701632, end = 3077705728, flags = 135266417, pgoff = 4096, inode = 1450400 }
+vm_state.vm_map: 23329.141454306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077705728, end = 3077709824, flags = 135266419, pgoff = 8192, inode = 1450400 }
+vm_state.vm_map: 23329.141456595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077709824, end = 3077718016, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.141458636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077718016, end = 3077722112, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.141460678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077722112, end = 3077726208, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.141462874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077726208, end = 3077754880, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.141464922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077754880, end = 3077763072, flags = 1048691, pgoff = 3077754880, inode = 0 }
+vm_state.vm_map: 23329.141466853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077763072, end = 3077767168, flags = 67371125, pgoff = 3077763072, inode = 0 }
+vm_state.vm_map: 23329.141468944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077767168, end = 3077881856, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.141471244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077881856, end = 3077885952, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.141473341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077885952, end = 3077890048, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.141475426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3214790656, end = 3214876672, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.141490631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 134512640, end = 135766016, flags = 134223989, pgoff = 0, inode = 17162 }
+vm_state.vm_map: 23329.141492844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 135766016, end = 135774208, flags = 135272563, pgoff = 1253376, inode = 17162 }
+vm_state.vm_map: 23329.141494886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 148815872, end = 150708224, flags = 1048691, pgoff = 148815872, inode = 0 }
+vm_state.vm_map: 23329.141502405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3075710976, end = 3075809280, flags = 134217845, pgoff = 0, inode = 42087 }
+vm_state.vm_map: 23329.141504595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3075809280, end = 3075817472, flags = 135266419, pgoff = 94208, inode = 42087 }
+vm_state.vm_map: 23329.141506630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3075817472, end = 3075821568, flags = 1048691, pgoff = 3075817472, inode = 0 }
+vm_state.vm_map: 23329.141508807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3075821568, end = 3075858432, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.141510849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3075858432, end = 3075862528, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.141512885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3075862528, end = 3075866624, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.141514963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3075866624, end = 3076026368, flags = 1048691, pgoff = 3075866624, inode = 0 }
+vm_state.vm_map: 23329.141517073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3076026368, end = 3077341184, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.141519022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077341184, end = 3077349376, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.141521094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077349376, end = 3077353472, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.141523025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077353472, end = 3077365760, flags = 1048691, pgoff = 3077353472, inode = 0 }
+vm_state.vm_map: 23329.141525412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077365760, end = 3077451776, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.141527337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077451776, end = 3077455872, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.141529551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077455872, end = 3077459968, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.141531494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077459968, end = 3077472256, flags = 1048691, pgoff = 3077459968, inode = 0 }
+vm_state.vm_map: 23329.141533591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077472256, end = 3077619712, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.141535571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077619712, end = 3077623808, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.141537755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077623808, end = 3077627904, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.141539864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077627904, end = 3077636096, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.141541887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077636096, end = 3077640192, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.141543911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077640192, end = 3077644288, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.141552231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077660672, end = 3077677056, flags = 134217845, pgoff = 0, inode = 43237 }
+vm_state.vm_map: 23329.141554285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077677056, end = 3077681152, flags = 135266419, pgoff = 16384, inode = 43237 }
+vm_state.vm_map: 23329.141561724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077681152, end = 3077697536, flags = 134217845, pgoff = 0, inode = 42092 }
+vm_state.vm_map: 23329.141563876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077697536, end = 3077701632, flags = 135266419, pgoff = 16384, inode = 42092 }
+vm_state.vm_map: 23329.141568699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077701632, end = 3077718016, flags = 134217845, pgoff = 0, inode = 42078 }
+vm_state.vm_map: 23329.141570735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077718016, end = 3077722112, flags = 135266419, pgoff = 12288, inode = 42078 }
+vm_state.vm_map: 23329.141577804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077722112, end = 3077734400, flags = 134217845, pgoff = 0, inode = 42090 }
+vm_state.vm_map: 23329.141579963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077734400, end = 3077738496, flags = 135266419, pgoff = 8192, inode = 42090 }
+vm_state.vm_map: 23329.141582245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077738496, end = 3077746688, flags = 1048691, pgoff = 3077738496, inode = 0 }
+vm_state.vm_map: 23329.141584385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077746688, end = 3077750784, flags = 67371125, pgoff = 3077746688, inode = 0 }
+vm_state.vm_map: 23329.141586729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077750784, end = 3077865472, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.141588888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077865472, end = 3077869568, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.141590997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077869568, end = 3077873664, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.141592928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3212754944, end = 3212840960, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.141604783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 134512640, end = 134549504, flags = 134223989, pgoff = 0, inode = 1048589 }
+vm_state.vm_map: 23329.141609835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 134549504, end = 134553600, flags = 135272563, pgoff = 32768, inode = 1048589 }
+vm_state.vm_map: 23329.141611994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 160948224, end = 161083392, flags = 1048691, pgoff = 160948224, inode = 0 }
+vm_state.vm_map: 23329.141614214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3075907584, end = 3075948544, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.141616324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3075948544, end = 3075952640, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.141618483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3075952640, end = 3075956736, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.141620623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3075956736, end = 3075993600, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.141622677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3075993600, end = 3075997696, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.141624737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3075997696, end = 3076001792, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.141626834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076096000, end = 3076124672, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.141628901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076124672, end = 3076128768, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.141631177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076128768, end = 3076132864, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.141633390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076132864, end = 3076218880, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.141635803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076218880, end = 3076222976, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.141637980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076222976, end = 3076227072, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.141640070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076227072, end = 3076235264, flags = 1048691, pgoff = 3076227072, inode = 0 }
+vm_state.vm_map: 23329.141642242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076235264, end = 3076460544, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.141644474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076460544, end = 3076464640, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.141646573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076464640, end = 3076468736, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.141651402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076468736, end = 3076476928, flags = 134217845, pgoff = 0, inode = 17167 }
+vm_state.vm_map: 23329.141653566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076476928, end = 3076481024, flags = 135266419, pgoff = 8192, inode = 17167 }
+vm_state.vm_map: 23329.141655670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076501504, end = 3076526080, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.141657613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076526080, end = 3076530176, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.141659759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076530176, end = 3076534272, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.141664848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076534272, end = 3076571136, flags = 134217845, pgoff = 0, inode = 499730 }
+vm_state.vm_map: 23329.141666896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076571136, end = 3076575232, flags = 135266419, pgoff = 32768, inode = 499730 }
+vm_state.vm_map: 23329.141671978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076575232, end = 3076612096, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.141674026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076612096, end = 3076616192, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.141676000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076616192, end = 3076620288, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.141677918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076620288, end = 3076780032, flags = 1048691, pgoff = 3076620288, inode = 0 }
+vm_state.vm_map: 23329.141680028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076780032, end = 3076857856, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.141682088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076857856, end = 3076861952, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.141684025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076861952, end = 3076866048, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.141685962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076866048, end = 3076874240, flags = 1048691, pgoff = 3076866048, inode = 0 }
+vm_state.vm_map: 23329.141690884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076874240, end = 3076923392, flags = 134217845, pgoff = 0, inode = 500088 }
+vm_state.vm_map: 23329.141692938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076923392, end = 3076927488, flags = 135266419, pgoff = 45056, inode = 500088 }
+vm_state.vm_map: 23329.141694973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076927488, end = 3076976640, flags = 1048691, pgoff = 3076927488, inode = 0 }
+vm_state.vm_map: 23329.141697428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076976640, end = 3077074944, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.141699445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077074944, end = 3077079040, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.141701567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077079040, end = 3077083136, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.141703948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077087232, end = 3077095424, flags = 134217845, pgoff = 0, inode = 499908 }
+vm_state.vm_map: 23329.141706354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077095424, end = 3077099520, flags = 135266419, pgoff = 4096, inode = 499908 }
+vm_state.vm_map: 23329.141711552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077099520, end = 3077107712, flags = 134217845, pgoff = 0, inode = 500086 }
+vm_state.vm_map: 23329.141713717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077107712, end = 3077111808, flags = 135266419, pgoff = 4096, inode = 500086 }
+vm_state.vm_map: 23329.141716203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077111808, end = 3077120000, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.141718159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077120000, end = 3077124096, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.141720126 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077124096, end = 3077128192, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.141725049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077128192, end = 3077136384, flags = 134217845, pgoff = 0, inode = 500085 }
+vm_state.vm_map: 23329.141727078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077136384, end = 3077140480, flags = 135266419, pgoff = 8192, inode = 500085 }
+vm_state.vm_map: 23329.141729557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077140480, end = 3077156864, flags = 134217845, pgoff = 0, inode = 500096 }
+vm_state.vm_map: 23329.141731525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077156864, end = 3077160960, flags = 135266419, pgoff = 12288, inode = 500096 }
+vm_state.vm_map: 23329.141738865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077160960, end = 3077173248, flags = 134217845, pgoff = 0, inode = 500105 }
+vm_state.vm_map: 23329.141740919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077173248, end = 3077177344, flags = 135266419, pgoff = 8192, inode = 500105 }
+vm_state.vm_map: 23329.141743473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077177344, end = 3077181440, flags = 1048691, pgoff = 3077177344, inode = 0 }
+vm_state.vm_map: 23329.141745669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077181440, end = 3077189632, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.141747864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077189632, end = 3077193728, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.141749992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077193728, end = 3077197824, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.141752262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077197824, end = 3078512640, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.141754218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078512640, end = 3078520832, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.141756179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078520832, end = 3078524928, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.141758110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078524928, end = 3078541312, flags = 1048691, pgoff = 3078524928, inode = 0 }
+vm_state.vm_map: 23329.141762872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078541312, end = 3078549504, flags = 134217845, pgoff = 0, inode = 499739 }
+vm_state.vm_map: 23329.141764926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078549504, end = 3078553600, flags = 135266419, pgoff = 4096, inode = 499739 }
+vm_state.vm_map: 23329.141767047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078553600, end = 3078594560, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 23329.141769299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078594560, end = 3078598656, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 23329.141771698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078598656, end = 3078602752, flags = 134217845, pgoff = 0, inode = 500092 }
+vm_state.vm_map: 23329.141773629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078602752, end = 3078606848, flags = 135266419, pgoff = 0, inode = 500092 }
+vm_state.vm_map: 23329.141775936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078606848, end = 3078610944, flags = 134217845, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 23329.141778280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078610944, end = 3078615040, flags = 135266419, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 23329.141780599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078615040, end = 3078619136, flags = 134217845, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 23329.141782695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078619136, end = 3078623232, flags = 135266419, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 23329.141785151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078627328, end = 3078639616, flags = 134217845, pgoff = 0, inode = 500089 }
+vm_state.vm_map: 23329.141787253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078639616, end = 3078643712, flags = 135266419, pgoff = 8192, inode = 500089 }
+vm_state.vm_map: 23329.141789734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078643712, end = 3078660096, flags = 134217845, pgoff = 0, inode = 499749 }
+vm_state.vm_map: 23329.141791775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078660096, end = 3078664192, flags = 135266419, pgoff = 12288, inode = 499749 }
+vm_state.vm_map: 23329.141794194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078664192, end = 3078668288, flags = 134217845, pgoff = 0, inode = 500093 }
+vm_state.vm_map: 23329.141796129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078668288, end = 3078672384, flags = 135266419, pgoff = 0, inode = 500093 }
+vm_state.vm_map: 23329.141798510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078672384, end = 3078676480, flags = 134217845, pgoff = 0, inode = 500104 }
+vm_state.vm_map: 23329.141800472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078676480, end = 3078680576, flags = 135266419, pgoff = 4096, inode = 500104 }
+vm_state.vm_map: 23329.141805604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078680576, end = 3078684672, flags = 134217845, pgoff = 0, inode = 500080 }
+vm_state.vm_map: 23329.141807652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078684672, end = 3078688768, flags = 135266419, pgoff = 0, inode = 500080 }
+vm_state.vm_map: 23329.141812259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078688768, end = 3078701056, flags = 1048691, pgoff = 3078688768, inode = 0 }
+vm_state.vm_map: 23329.141817231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078701056, end = 3078705152, flags = 67371125, pgoff = 3078701056, inode = 0 }
+vm_state.vm_map: 23329.141819402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078705152, end = 3078819840, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.141821413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078819840, end = 3078823936, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.141823430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078823936, end = 3078828032, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.141825527 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3216424960, end = 3216510976, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.141830893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
+vm_state.vm_map: 23329.141832941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
+vm_state.vm_map: 23329.141835001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
+vm_state.vm_map: 23329.141837105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 136343552, end = 136478720, flags = 1048691, pgoff = 136343552, inode = 0 }
+vm_state.vm_map: 23329.141839270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3076980736, end = 3076988928, flags = 1048691, pgoff = 3076980736, inode = 0 }
+vm_state.vm_map: 23329.141841515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3076988928, end = 3078303744, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.141843655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078303744, end = 3078311936, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.141845722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078311936, end = 3078316032, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.141847757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078316032, end = 3078328320, flags = 1048691, pgoff = 3078316032, inode = 0 }
+vm_state.vm_map: 23329.141850335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078328320, end = 3078336512, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.141852419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078336512, end = 3078340608, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.141854530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078340608, end = 3078344704, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.141856620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078430720, end = 3078434816, flags = 1048691, pgoff = 3078430720, inode = 0 }
+vm_state.vm_map: 23329.141858742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078438912, end = 3078447104, flags = 1048691, pgoff = 3078438912, inode = 0 }
+vm_state.vm_map: 23329.141860834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078447104, end = 3078451200, flags = 67371125, pgoff = 3078447104, inode = 0 }
+vm_state.vm_map: 23329.141862967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078451200, end = 3078565888, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.141865193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078565888, end = 3078569984, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.141867247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078569984, end = 3078574080, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.141869277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3220160512, end = 3220246528, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.141872052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
+vm_state.vm_map: 23329.141874150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
+vm_state.vm_map: 23329.141876167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
+vm_state.vm_map: 23329.141880984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 158932992, end = 159068160, flags = 1048691, pgoff = 158932992, inode = 0 }
+vm_state.vm_map: 23329.141883155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3076825088, end = 3076833280, flags = 1048691, pgoff = 3076825088, inode = 0 }
+vm_state.vm_map: 23329.141885764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3076833280, end = 3078148096, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.141887825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078148096, end = 3078156288, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.141889928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078156288, end = 3078160384, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.141891889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078160384, end = 3078172672, flags = 1048691, pgoff = 3078160384, inode = 0 }
+vm_state.vm_map: 23329.141894270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078172672, end = 3078180864, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.141896300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078180864, end = 3078184960, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.141898391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078184960, end = 3078189056, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.141900408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078275072, end = 3078279168, flags = 1048691, pgoff = 3078275072, inode = 0 }
+vm_state.vm_map: 23329.141905404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078283264, end = 3078291456, flags = 1048691, pgoff = 3078283264, inode = 0 }
+vm_state.vm_map: 23329.141907569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078291456, end = 3078295552, flags = 67371125, pgoff = 3078291456, inode = 0 }
+vm_state.vm_map: 23329.141909709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078295552, end = 3078410240, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.141911782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078410240, end = 3078414336, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.141913743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078414336, end = 3078418432, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.141915890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3216994304, end = 3217080320, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.141918604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
+vm_state.vm_map: 23329.141920917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
+vm_state.vm_map: 23329.141922854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
+vm_state.vm_map: 23329.141924876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 137175040, end = 137310208, flags = 1048691, pgoff = 137175040, inode = 0 }
+vm_state.vm_map: 23329.141926814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3077922816, end = 3077931008, flags = 1048691, pgoff = 3077922816, inode = 0 }
+vm_state.vm_map: 23329.141928979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3077931008, end = 3079245824, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.141931002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079245824, end = 3079254016, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.141933024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079254016, end = 3079258112, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.141934968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079258112, end = 3079270400, flags = 1048691, pgoff = 3079258112, inode = 0 }
+vm_state.vm_map: 23329.141937200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079270400, end = 3079278592, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.141939310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079278592, end = 3079282688, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.141941246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079282688, end = 3079286784, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.141943201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079372800, end = 3079376896, flags = 1048691, pgoff = 3079372800, inode = 0 }
+vm_state.vm_map: 23329.141945249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079380992, end = 3079389184, flags = 1048691, pgoff = 3079380992, inode = 0 }
+vm_state.vm_map: 23329.141947303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079389184, end = 3079393280, flags = 67371125, pgoff = 3079389184, inode = 0 }
+vm_state.vm_map: 23329.141953070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079393280, end = 3079507968, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.141955482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079507968, end = 3079512064, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.141957524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079512064, end = 3079516160, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.141959732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3215454208, end = 3215540224, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.141962199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
+vm_state.vm_map: 23329.141964136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
+vm_state.vm_map: 23329.141966073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
+vm_state.vm_map: 23329.141968016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 157933568, end = 158068736, flags = 1048691, pgoff = 157933568, inode = 0 }
+vm_state.vm_map: 23329.141970064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3077189632, end = 3077197824, flags = 1048691, pgoff = 3077189632, inode = 0 }
+vm_state.vm_map: 23329.141972130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3077197824, end = 3078512640, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.141974092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078512640, end = 3078520832, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.141976195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078520832, end = 3078524928, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.141978138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078524928, end = 3078537216, flags = 1048691, pgoff = 3078524928, inode = 0 }
+vm_state.vm_map: 23329.141980272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078537216, end = 3078545408, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.141982388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078545408, end = 3078549504, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.141984442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078549504, end = 3078553600, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.141986422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078639616, end = 3078643712, flags = 1048691, pgoff = 3078639616, inode = 0 }
+vm_state.vm_map: 23329.141988704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078647808, end = 3078656000, flags = 1048691, pgoff = 3078647808, inode = 0 }
+vm_state.vm_map: 23329.141990666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078656000, end = 3078660096, flags = 67371125, pgoff = 3078656000, inode = 0 }
+vm_state.vm_map: 23329.141992744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078660096, end = 3078774784, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.141994700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078774784, end = 3078778880, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.141996754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078778880, end = 3078782976, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.141998820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3217580032, end = 3217666048, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.142001639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
+vm_state.vm_map: 23329.142003779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
+vm_state.vm_map: 23329.142005839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
+vm_state.vm_map: 23329.142007880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 164167680, end = 164302848, flags = 1048691, pgoff = 164167680, inode = 0 }
+vm_state.vm_map: 23329.142009812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3076263936, end = 3076272128, flags = 1048691, pgoff = 3076263936, inode = 0 }
+vm_state.vm_map: 23329.142011915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3076272128, end = 3077586944, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.142013994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077586944, end = 3077595136, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.142015949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077595136, end = 3077599232, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.142017885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077599232, end = 3077611520, flags = 1048691, pgoff = 3077599232, inode = 0 }
+vm_state.vm_map: 23329.142019982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077611520, end = 3077619712, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.142022307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077619712, end = 3077623808, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.142024275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077623808, end = 3077627904, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.142026273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077713920, end = 3077718016, flags = 1048691, pgoff = 3077713920, inode = 0 }
+vm_state.vm_map: 23329.142028260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077722112, end = 3077730304, flags = 1048691, pgoff = 3077722112, inode = 0 }
+vm_state.vm_map: 23329.142030190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077730304, end = 3077734400, flags = 67371125, pgoff = 3077730304, inode = 0 }
+vm_state.vm_map: 23329.142032417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077734400, end = 3077849088, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.142034459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077849088, end = 3077853184, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.142036531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077853184, end = 3077857280, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.142038480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3215814656, end = 3215900672, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.142046474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 134512640, end = 134635520, flags = 134223989, pgoff = 0, inode = 17179 }
+vm_state.vm_map: 23329.142048682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 134635520, end = 134639616, flags = 135272563, pgoff = 118784, inode = 17179 }
+vm_state.vm_map: 23329.142050699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 166301696, end = 166952960, flags = 1048691, pgoff = 166301696, inode = 0 }
+vm_state.vm_map: 23329.142053179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3060416512, end = 3060531200, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.142055338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3060531200, end = 3060535296, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.142060945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3060600832, end = 3060629504, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.142065818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3060629504, end = 3060633600, flags = 1048688, pgoff = 3060629504, inode = 0 }
+vm_state.vm_map: 23329.142067970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3060633600, end = 3069022208, flags = 1048691, pgoff = 3060633600, inode = 0 }
+vm_state.vm_map: 23329.142073670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069022208, end = 3069026304, flags = 1048688, pgoff = 3069022208, inode = 0 }
+vm_state.vm_map: 23329.142075704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069026304, end = 3069091840, flags = 1048691, pgoff = 3069026304, inode = 0 }
+vm_state.vm_map: 23329.142077832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069091840, end = 3069095936, flags = 1048688, pgoff = 3069091840, inode = 0 }
+vm_state.vm_map: 23329.142079764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069095936, end = 3069161472, flags = 1048691, pgoff = 3069095936, inode = 0 }
+vm_state.vm_map: 23329.142082046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069161472, end = 3069165568, flags = 1048688, pgoff = 3069161472, inode = 0 }
+vm_state.vm_map: 23329.142084007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069165568, end = 3069231104, flags = 1048691, pgoff = 3069165568, inode = 0 }
+vm_state.vm_map: 23329.142086068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069231104, end = 3069235200, flags = 1048688, pgoff = 3069231104, inode = 0 }
+vm_state.vm_map: 23329.142087991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069235200, end = 3069300736, flags = 1048691, pgoff = 3069235200, inode = 0 }
+vm_state.vm_map: 23329.142089917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069300736, end = 3069304832, flags = 1048688, pgoff = 3069300736, inode = 0 }
+vm_state.vm_map: 23329.142091840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069304832, end = 3069370368, flags = 1048691, pgoff = 3069304832, inode = 0 }
+vm_state.vm_map: 23329.142094227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069370368, end = 3069374464, flags = 1048688, pgoff = 3069370368, inode = 0 }
+vm_state.vm_map: 23329.142096152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069374464, end = 3069440000, flags = 1048691, pgoff = 3069374464, inode = 0 }
+vm_state.vm_map: 23329.142098200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069440000, end = 3069444096, flags = 1048688, pgoff = 3069440000, inode = 0 }
+vm_state.vm_map: 23329.142100130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069444096, end = 3069509632, flags = 1048691, pgoff = 3069444096, inode = 0 }
+vm_state.vm_map: 23329.142102166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069509632, end = 3069513728, flags = 1048688, pgoff = 3069509632, inode = 0 }
+vm_state.vm_map: 23329.142104090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069513728, end = 3069579264, flags = 1048691, pgoff = 3069513728, inode = 0 }
+vm_state.vm_map: 23329.142106045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069579264, end = 3069583360, flags = 1048688, pgoff = 3069579264, inode = 0 }
+vm_state.vm_map: 23329.142107970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069583360, end = 3069648896, flags = 1048691, pgoff = 3069583360, inode = 0 }
+vm_state.vm_map: 23329.142112787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069648896, end = 3069652992, flags = 1048688, pgoff = 3069648896, inode = 0 }
+vm_state.vm_map: 23329.142114829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069652992, end = 3069718528, flags = 1048691, pgoff = 3069652992, inode = 0 }
+vm_state.vm_map: 23329.142116969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069718528, end = 3069722624, flags = 1048688, pgoff = 3069718528, inode = 0 }
+vm_state.vm_map: 23329.142119011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069722624, end = 3069788160, flags = 1048691, pgoff = 3069722624, inode = 0 }
+vm_state.vm_map: 23329.142121096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069788160, end = 3069792256, flags = 1048688, pgoff = 3069788160, inode = 0 }
+vm_state.vm_map: 23329.142123020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069792256, end = 3069857792, flags = 1048691, pgoff = 3069792256, inode = 0 }
+vm_state.vm_map: 23329.142125050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069857792, end = 3069861888, flags = 1048688, pgoff = 3069857792, inode = 0 }
+vm_state.vm_map: 23329.142127511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069861888, end = 3069927424, flags = 1048691, pgoff = 3069861888, inode = 0 }
+vm_state.vm_map: 23329.142129663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069927424, end = 3069931520, flags = 1048688, pgoff = 3069927424, inode = 0 }
+vm_state.vm_map: 23329.142131699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069931520, end = 3069997056, flags = 1048691, pgoff = 3069931520, inode = 0 }
+vm_state.vm_map: 23329.142133790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069997056, end = 3070001152, flags = 1048688, pgoff = 3069997056, inode = 0 }
+vm_state.vm_map: 23329.142135856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070001152, end = 3070066688, flags = 1048691, pgoff = 3070001152, inode = 0 }
+vm_state.vm_map: 23329.142137892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070066688, end = 3070070784, flags = 1048688, pgoff = 3070066688, inode = 0 }
+vm_state.vm_map: 23329.142139816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070070784, end = 3070136320, flags = 1048691, pgoff = 3070070784, inode = 0 }
+vm_state.vm_map: 23329.142142098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070136320, end = 3070140416, flags = 1048688, pgoff = 3070136320, inode = 0 }
+vm_state.vm_map: 23329.142144072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070140416, end = 3070205952, flags = 1048691, pgoff = 3070140416, inode = 0 }
+vm_state.vm_map: 23329.142146120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070205952, end = 3070210048, flags = 1048688, pgoff = 3070205952, inode = 0 }
+vm_state.vm_map: 23329.142148044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070210048, end = 3070275584, flags = 1048691, pgoff = 3070210048, inode = 0 }
+vm_state.vm_map: 23329.142150080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070275584, end = 3070279680, flags = 1048688, pgoff = 3070275584, inode = 0 }
+vm_state.vm_map: 23329.142152005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070279680, end = 3070345216, flags = 1048691, pgoff = 3070279680, inode = 0 }
+vm_state.vm_map: 23329.142154052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070345216, end = 3070349312, flags = 1048688, pgoff = 3070345216, inode = 0 }
+vm_state.vm_map: 23329.142155976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070349312, end = 3070414848, flags = 1048691, pgoff = 3070349312, inode = 0 }
+vm_state.vm_map: 23329.142158031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070414848, end = 3070418944, flags = 1048688, pgoff = 3070414848, inode = 0 }
+vm_state.vm_map: 23329.142160287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070418944, end = 3070484480, flags = 1048691, pgoff = 3070418944, inode = 0 }
+vm_state.vm_map: 23329.142162440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070484480, end = 3070488576, flags = 1048688, pgoff = 3070484480, inode = 0 }
+vm_state.vm_map: 23329.142164506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070488576, end = 3070554112, flags = 1048691, pgoff = 3070488576, inode = 0 }
+vm_state.vm_map: 23329.142166622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070554112, end = 3070558208, flags = 1048688, pgoff = 3070554112, inode = 0 }
+vm_state.vm_map: 23329.142168627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070558208, end = 3070623744, flags = 1048691, pgoff = 3070558208, inode = 0 }
+vm_state.vm_map: 23329.142170619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070623744, end = 3070627840, flags = 1048688, pgoff = 3070623744, inode = 0 }
+vm_state.vm_map: 23329.142172556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070627840, end = 3070693376, flags = 1048691, pgoff = 3070627840, inode = 0 }
+vm_state.vm_map: 23329.142177256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070693376, end = 3070697472, flags = 1048688, pgoff = 3070693376, inode = 0 }
+vm_state.vm_map: 23329.142179483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070697472, end = 3070763008, flags = 1048691, pgoff = 3070697472, inode = 0 }
+vm_state.vm_map: 23329.142181642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070763008, end = 3070767104, flags = 1048688, pgoff = 3070763008, inode = 0 }
+vm_state.vm_map: 23329.142183702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070767104, end = 3070832640, flags = 1048691, pgoff = 3070767104, inode = 0 }
+vm_state.vm_map: 23329.142185916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070832640, end = 3070836736, flags = 1048688, pgoff = 3070832640, inode = 0 }
+vm_state.vm_map: 23329.142187884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070836736, end = 3070902272, flags = 1048691, pgoff = 3070836736, inode = 0 }
+vm_state.vm_map: 23329.142190178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070902272, end = 3070906368, flags = 1048688, pgoff = 3070902272, inode = 0 }
+vm_state.vm_map: 23329.142192232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070906368, end = 3070971904, flags = 1048691, pgoff = 3070906368, inode = 0 }
+vm_state.vm_map: 23329.142194632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070971904, end = 3070976000, flags = 1048688, pgoff = 3070971904, inode = 0 }
+vm_state.vm_map: 23329.142196569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070976000, end = 3071041536, flags = 1048691, pgoff = 3070976000, inode = 0 }
+vm_state.vm_map: 23329.142198641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071041536, end = 3071045632, flags = 1048688, pgoff = 3071041536, inode = 0 }
+vm_state.vm_map: 23329.142200584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071045632, end = 3071111168, flags = 1048691, pgoff = 3071045632, inode = 0 }
+vm_state.vm_map: 23329.142202687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071111168, end = 3071115264, flags = 1048688, pgoff = 3071111168, inode = 0 }
+vm_state.vm_map: 23329.142204698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071115264, end = 3071180800, flags = 1048691, pgoff = 3071115264, inode = 0 }
+vm_state.vm_map: 23329.142206950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071180800, end = 3071184896, flags = 1048688, pgoff = 3071180800, inode = 0 }
+vm_state.vm_map: 23329.142209047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071184896, end = 3071250432, flags = 1048691, pgoff = 3071184896, inode = 0 }
+vm_state.vm_map: 23329.142211082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071250432, end = 3071254528, flags = 1048688, pgoff = 3071250432, inode = 0 }
+vm_state.vm_map: 23329.142213167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071254528, end = 3071320064, flags = 1048691, pgoff = 3071254528, inode = 0 }
+vm_state.vm_map: 23329.142215337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071320064, end = 3071324160, flags = 1048688, pgoff = 3071320064, inode = 0 }
+vm_state.vm_map: 23329.142217306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071324160, end = 3071389696, flags = 1048691, pgoff = 3071324160, inode = 0 }
+vm_state.vm_map: 23329.142221833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071389696, end = 3071393792, flags = 1048688, pgoff = 3071389696, inode = 0 }
+vm_state.vm_map: 23329.142226490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071393792, end = 3071459328, flags = 1048691, pgoff = 3071393792, inode = 0 }
+vm_state.vm_map: 23329.142228981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071459328, end = 3071463424, flags = 1048688, pgoff = 3071459328, inode = 0 }
+vm_state.vm_map: 23329.142231073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071463424, end = 3071528960, flags = 1048691, pgoff = 3071463424, inode = 0 }
+vm_state.vm_map: 23329.142233003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071528960, end = 3071533056, flags = 1048688, pgoff = 3071528960, inode = 0 }
+vm_state.vm_map: 23329.142234935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071533056, end = 3071598592, flags = 1048691, pgoff = 3071533056, inode = 0 }
+vm_state.vm_map: 23329.142237106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071598592, end = 3071602688, flags = 1048688, pgoff = 3071598592, inode = 0 }
+vm_state.vm_map: 23329.142261062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071602688, end = 3071668224, flags = 1048691, pgoff = 3071602688, inode = 0 }
+vm_state.vm_map: 23329.142263344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071668224, end = 3071672320, flags = 1048688, pgoff = 3071668224, inode = 0 }
+vm_state.vm_map: 23329.142265540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071672320, end = 3071737856, flags = 1048691, pgoff = 3071672320, inode = 0 }
+vm_state.vm_map: 23329.142267631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071737856, end = 3071741952, flags = 1048688, pgoff = 3071737856, inode = 0 }
+vm_state.vm_map: 23329.142269741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071741952, end = 3071807488, flags = 1048691, pgoff = 3071741952, inode = 0 }
+vm_state.vm_map: 23329.142271795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071807488, end = 3071811584, flags = 1048688, pgoff = 3071807488, inode = 0 }
+vm_state.vm_map: 23329.142273855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071811584, end = 3071877120, flags = 1048691, pgoff = 3071811584, inode = 0 }
+vm_state.vm_map: 23329.142275940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071877120, end = 3071881216, flags = 1048688, pgoff = 3071877120, inode = 0 }
+vm_state.vm_map: 23329.142295498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071881216, end = 3071946752, flags = 1048691, pgoff = 3071881216, inode = 0 }
+vm_state.vm_map: 23329.142297855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071946752, end = 3071950848, flags = 1048688, pgoff = 3071946752, inode = 0 }
+vm_state.vm_map: 23329.142299847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071950848, end = 3072016384, flags = 1048691, pgoff = 3071950848, inode = 0 }
+vm_state.vm_map: 23329.142302561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072016384, end = 3072020480, flags = 1048688, pgoff = 3072016384, inode = 0 }
+vm_state.vm_map: 23329.142304597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072020480, end = 3072086016, flags = 1048691, pgoff = 3072020480, inode = 0 }
+vm_state.vm_map: 23329.142306737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072086016, end = 3072090112, flags = 1048688, pgoff = 3072086016, inode = 0 }
+vm_state.vm_map: 23329.142308964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072090112, end = 3072155648, flags = 1048691, pgoff = 3072090112, inode = 0 }
+vm_state.vm_map: 23329.142311159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072155648, end = 3072159744, flags = 1048688, pgoff = 3072155648, inode = 0 }
+vm_state.vm_map: 23329.142313373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072159744, end = 3072225280, flags = 1048691, pgoff = 3072159744, inode = 0 }
+vm_state.vm_map: 23329.142315428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072225280, end = 3072229376, flags = 1048688, pgoff = 3072225280, inode = 0 }
+vm_state.vm_map: 23329.142317537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072229376, end = 3072294912, flags = 1048691, pgoff = 3072229376, inode = 0 }
+vm_state.vm_map: 23329.142319523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072294912, end = 3072299008, flags = 1048688, pgoff = 3072294912, inode = 0 }
+vm_state.vm_map: 23329.142321528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072299008, end = 3072364544, flags = 1048691, pgoff = 3072299008, inode = 0 }
+vm_state.vm_map: 23329.142323625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072364544, end = 3072368640, flags = 1048688, pgoff = 3072364544, inode = 0 }
+vm_state.vm_map: 23329.142325611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072368640, end = 3072434176, flags = 1048691, pgoff = 3072368640, inode = 0 }
+vm_state.vm_map: 23329.142327603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072434176, end = 3072438272, flags = 1048688, pgoff = 3072434176, inode = 0 }
+vm_state.vm_map: 23329.142329830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072438272, end = 3072503808, flags = 1048691, pgoff = 3072438272, inode = 0 }
+vm_state.vm_map: 23329.142331989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072503808, end = 3072507904, flags = 1048688, pgoff = 3072503808, inode = 0 }
+vm_state.vm_map: 23329.142334086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072507904, end = 3072573440, flags = 1048691, pgoff = 3072507904, inode = 0 }
+vm_state.vm_map: 23329.142336467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072573440, end = 3072577536, flags = 1048688, pgoff = 3072573440, inode = 0 }
+vm_state.vm_map: 23329.142338416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072577536, end = 3072643072, flags = 1048691, pgoff = 3072577536, inode = 0 }
+vm_state.vm_map: 23329.142340408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072643072, end = 3072647168, flags = 1048688, pgoff = 3072643072, inode = 0 }
+vm_state.vm_map: 23329.142342691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072647168, end = 3072712704, flags = 1048691, pgoff = 3072647168, inode = 0 }
+vm_state.vm_map: 23329.142344843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072712704, end = 3072716800, flags = 1048688, pgoff = 3072712704, inode = 0 }
+vm_state.vm_map: 23329.142346934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072716800, end = 3072782336, flags = 1048691, pgoff = 3072716800, inode = 0 }
+vm_state.vm_map: 23329.142349075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072782336, end = 3072786432, flags = 1048688, pgoff = 3072782336, inode = 0 }
+vm_state.vm_map: 23329.142351178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072786432, end = 3072851968, flags = 1048691, pgoff = 3072786432, inode = 0 }
+vm_state.vm_map: 23329.142353201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072851968, end = 3072856064, flags = 1048688, pgoff = 3072851968, inode = 0 }
+vm_state.vm_map: 23329.142355292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072856064, end = 3072921600, flags = 1048691, pgoff = 3072856064, inode = 0 }
+vm_state.vm_map: 23329.142357328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072921600, end = 3072925696, flags = 1048688, pgoff = 3072921600, inode = 0 }
+vm_state.vm_map: 23329.142359437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072925696, end = 3072991232, flags = 1048691, pgoff = 3072925696, inode = 0 }
+vm_state.vm_map: 23329.142361405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072991232, end = 3072995328, flags = 1048688, pgoff = 3072991232, inode = 0 }
+vm_state.vm_map: 23329.142363354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072995328, end = 3073060864, flags = 1048691, pgoff = 3072995328, inode = 0 }
+vm_state.vm_map: 23329.142365531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073060864, end = 3073064960, flags = 1048688, pgoff = 3073060864, inode = 0 }
+vm_state.vm_map: 23329.142367511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073064960, end = 3073130496, flags = 1048691, pgoff = 3073064960, inode = 0 }
+vm_state.vm_map: 23329.142369965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073130496, end = 3073134592, flags = 1048688, pgoff = 3073130496, inode = 0 }
+vm_state.vm_map: 23329.142372057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073134592, end = 3073200128, flags = 1048691, pgoff = 3073134592, inode = 0 }
+vm_state.vm_map: 23329.142374104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073200128, end = 3073204224, flags = 1048688, pgoff = 3073200128, inode = 0 }
+vm_state.vm_map: 23329.142376325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073204224, end = 3073277952, flags = 1048691, pgoff = 3073204224, inode = 0 }
+vm_state.vm_map: 23329.142378545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073277952, end = 3073376256, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.142380748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073376256, end = 3073380352, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.142382833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073380352, end = 3073384448, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.142384937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073384448, end = 3073454080, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.142386990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073454080, end = 3073458176, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.142389025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073458176, end = 3073462272, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.142390975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073462272, end = 3073470464, flags = 1048691, pgoff = 3073462272, inode = 0 }
+vm_state.vm_map: 23329.142393182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073470464, end = 3073478656, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.142395113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073478656, end = 3073482752, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.142397179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073482752, end = 3073486848, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.142403230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073486848, end = 3073736704, flags = 134217845, pgoff = 0, inode = 17169 }
+vm_state.vm_map: 23329.142405667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073736704, end = 3073744896, flags = 135266419, pgoff = 245760, inode = 17169 }
+vm_state.vm_map: 23329.142407653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073744896, end = 3073748992, flags = 1048691, pgoff = 3073744896, inode = 0 }
+vm_state.vm_map: 23329.142410034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073748992, end = 3073941504, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.142411964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073941504, end = 3073945600, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.142414284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073945600, end = 3075260416, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.142416325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3075260416, end = 3075268608, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.142418268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3075268608, end = 3075272704, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.142420396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3075272704, end = 3075284992, flags = 1048691, pgoff = 3075272704, inode = 0 }
+vm_state.vm_map: 23329.142422820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3075284992, end = 3076022272, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.142424856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076022272, end = 3076026368, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.142427181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076026368, end = 3076038656, flags = 134217845, pgoff = 0, inode = 19626 }
+vm_state.vm_map: 23329.142429445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076038656, end = 3076042752, flags = 135266419, pgoff = 8192, inode = 19626 }
+vm_state.vm_map: 23329.142431980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076042752, end = 3076284416, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.142433923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076284416, end = 3076288512, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.142435915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076288512, end = 3076292608, flags = 1048691, pgoff = 3076288512, inode = 0 }
+vm_state.vm_map: 23329.142438284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076292608, end = 3076890624, flags = 134217845, pgoff = 0, inode = 19628 }
+vm_state.vm_map: 23329.142440676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076890624, end = 3076898816, flags = 135266419, pgoff = 598016, inode = 19628 }
+vm_state.vm_map: 23329.142443064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076898816, end = 3077013504, flags = 134217845, pgoff = 0, inode = 17171 }
+vm_state.vm_map: 23329.142445162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077013504, end = 3077017600, flags = 135266419, pgoff = 114688, inode = 17171 }
+vm_state.vm_map: 23329.142447345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077017600, end = 3077046272, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.142449448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077046272, end = 3077050368, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.142451478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077050368, end = 3077054464, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.142456135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077054464, end = 3077070848, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.142458312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077070848, end = 3077074944, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.142460482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077074944, end = 3077160960, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.142462697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077160960, end = 3077165056, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.142464769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077165056, end = 3077169152, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.142467088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077169152, end = 3077181440, flags = 1048691, pgoff = 3077169152, inode = 0 }
+vm_state.vm_map: 23329.142469216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077181440, end = 3077406720, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.142471221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077406720, end = 3077410816, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.142473423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077410816, end = 3077414912, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.142476174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077414912, end = 3077529600, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 23329.142478179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077529600, end = 3077533696, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 23329.142480375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077554176, end = 3077558272, flags = 1048688, pgoff = 3077554176, inode = 0 }
+vm_state.vm_map: 23329.142482379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077558272, end = 3077636096, flags = 1048691, pgoff = 3077558272, inode = 0 }
+vm_state.vm_map: 23329.142484514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077636096, end = 3077640192, flags = 67371125, pgoff = 3077636096, inode = 0 }
+vm_state.vm_map: 23329.142486691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077640192, end = 3077754880, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.142488924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077754880, end = 3077758976, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.142491039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077758976, end = 3077763072, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.142493137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3213963264, end = 3214049280, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.142496319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
+vm_state.vm_map: 23329.142498423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
+vm_state.vm_map: 23329.142500514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
+vm_state.vm_map: 23329.142502703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 141185024, end = 141443072, flags = 1048691, pgoff = 141185024, inode = 0 }
+vm_state.vm_map: 23329.142504912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075334144, end = 3075375104, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.142507015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075375104, end = 3075379200, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.142509044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075379200, end = 3075383296, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.142511512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075383296, end = 3075420160, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.142513695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075420160, end = 3075424256, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.142515866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075424256, end = 3075428352, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.142518044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075428352, end = 3075506176, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.142520129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075506176, end = 3075510272, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.142522416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075510272, end = 3075514368, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.142524619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075514368, end = 3075522560, flags = 1048691, pgoff = 3075514368, inode = 0 }
+vm_state.vm_map: 23329.142526839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075522560, end = 3075547136, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.142529065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075547136, end = 3075551232, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.142531145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075551232, end = 3075555328, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.142533679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075555328, end = 3076886528, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.142535912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3076886528, end = 3076890624, flags = 1048691, pgoff = 3076886528, inode = 0 }
+vm_state.vm_map: 23329.142538046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3076890624, end = 3078205440, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.142539995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078205440, end = 3078213632, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.142542117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078213632, end = 3078217728, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.142544288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078217728, end = 3078234112, flags = 1048691, pgoff = 3078217728, inode = 0 }
+vm_state.vm_map: 23329.142546737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078234112, end = 3078242304, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.142548729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078242304, end = 3078246400, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.142550839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078246400, end = 3078250496, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.142553201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078250496, end = 3078467584, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 23329.142555299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078467584, end = 3078479872, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 23329.142557451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078545408, end = 3078574080, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.142559548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078574080, end = 3078582272, flags = 1048691, pgoff = 3078574080, inode = 0 }
+vm_state.vm_map: 23329.142561590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078582272, end = 3078586368, flags = 67371125, pgoff = 3078582272, inode = 0 }
+vm_state.vm_map: 23329.142563767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078586368, end = 3078701056, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.142565729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078701056, end = 3078705152, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.142567906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078705152, end = 3078709248, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.142569868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3219304448, end = 3219390464, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.142572619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 134512640, end = 134647808, flags = 134223989, pgoff = 0, inode = 23928 }
+vm_state.vm_map: 23329.142574741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 134647808, end = 134651904, flags = 135272563, pgoff = 135168, inode = 23928 }
+vm_state.vm_map: 23329.142577035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 134651904, end = 134656000, flags = 1048691, pgoff = 134651904, inode = 0 }
+vm_state.vm_map: 23329.142579089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 136007680, end = 136142848, flags = 1048691, pgoff = 136007680, inode = 0 }
+vm_state.vm_map: 23329.142581470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076276224, end = 3076284416, flags = 1048691, pgoff = 3076276224, inode = 0 }
+vm_state.vm_map: 23329.142583549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076284416, end = 3076313088, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.142585683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076313088, end = 3076317184, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.142587786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076317184, end = 3076321280, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.142589945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076321280, end = 3076407296, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.142591870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076407296, end = 3076411392, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.142594041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076411392, end = 3076415488, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.142596113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076415488, end = 3076423680, flags = 1048691, pgoff = 3076415488, inode = 0 }
+vm_state.vm_map: 23329.142598155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076423680, end = 3076431872, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.142600097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076431872, end = 3076435968, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.142602151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076435968, end = 3076440064, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.142604200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076440064, end = 3076444160, flags = 1048691, pgoff = 3076440064, inode = 0 }
+vm_state.vm_map: 23329.142606493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076444160, end = 3076542464, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.142608437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076542464, end = 3076546560, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.142610781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076546560, end = 3077861376, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.142612841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3077861376, end = 3077869568, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.142615141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3077869568, end = 3077873664, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.142617331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3077873664, end = 3077885952, flags = 1048691, pgoff = 3077873664, inode = 0 }
+vm_state.vm_map: 23329.142619373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3077885952, end = 3078111232, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.142621322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078111232, end = 3078115328, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.142623265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078115328, end = 3078119424, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.142625448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078119424, end = 3078127616, flags = 134217845, pgoff = 0, inode = 17167 }
+vm_state.vm_map: 23329.142627428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078127616, end = 3078131712, flags = 135266419, pgoff = 8192, inode = 17167 }
+vm_state.vm_map: 23329.142629606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078131712, end = 3078172672, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 23329.142631684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078172672, end = 3078176768, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 23329.142634306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078176768, end = 3078193152, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.142636341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078193152, end = 3078197248, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.142638272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078197248, end = 3078201344, flags = 1048691, pgoff = 3078197248, inode = 0 }
+vm_state.vm_map: 23329.142640659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078201344, end = 3078209536, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.142642707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078209536, end = 3078213632, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.142645162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078213632, end = 3079364608, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.142647284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3079364608, end = 3079380992, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.142649572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3079471104, end = 3079483392, flags = 1048691, pgoff = 3079471104, inode = 0 }
+vm_state.vm_map: 23329.142651688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3079483392, end = 3079487488, flags = 67371125, pgoff = 3079483392, inode = 0 }
+vm_state.vm_map: 23329.142653927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3079487488, end = 3079602176, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.142655888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3079602176, end = 3079606272, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.142658127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3079606272, end = 3079610368, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.142660211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3212898304, end = 3212984320, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.142665714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 134512640, end = 136171520, flags = 134223989, pgoff = 0, inode = 1352187 }
+vm_state.vm_map: 23329.142667910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 136171520, end = 136208384, flags = 135272563, pgoff = 1654784, inode = 1352187 }
+vm_state.vm_map: 23329.142670007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 136208384, end = 136253440, flags = 1048691, pgoff = 136208384, inode = 0 }
+vm_state.vm_map: 23329.142672073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 136720384, end = 172679168, flags = 1048691, pgoff = 136720384, inode = 0 }
+vm_state.vm_map: 23329.142683873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2917122048, end = 2917515264, flags = 134217979, pgoff = 0, inode = 1572872 }
+vm_state.vm_map: 23329.142688967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2925301760, end = 2934022144, flags = 1048691, pgoff = 2925301760, inode = 0 }
+vm_state.vm_map: 23329.142691249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2937151488, end = 2955956224, flags = 1048691, pgoff = 2937151488, inode = 0 }
+vm_state.vm_map: 23329.142696215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2958761984, end = 2960318464, flags = 1048691, pgoff = 2958761984, inode = 0 }
+vm_state.vm_map: 23329.142706984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2965975040, end = 2966368256, flags = 134217979, pgoff = 0, inode = 1933319 }
+vm_state.vm_map: 23329.142715533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2966368256, end = 2966761472, flags = 134217979, pgoff = 0, inode = 1867781 }
+vm_state.vm_map: 23329.142718278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2966761472, end = 2967154688, flags = 134217979, pgoff = 0, inode = 262145 }
+vm_state.vm_map: 23329.142726568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2967154688, end = 2967547904, flags = 134217979, pgoff = 0, inode = 229376 }
+vm_state.vm_map: 23329.142731373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2967547904, end = 2976768000, flags = 1048691, pgoff = 2967547904, inode = 0 }
+vm_state.vm_map: 23329.142738658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2986840064, end = 2988978176, flags = 134217845, pgoff = 0, inode = 222213 }
+vm_state.vm_map: 23329.142740829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2988978176, end = 2989010944, flags = 135266419, pgoff = 2134016, inode = 222213 }
+vm_state.vm_map: 23329.142743036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2989010944, end = 2990342144, flags = 1048691, pgoff = 2989010944, inode = 0 }
+vm_state.vm_map: 23329.142747811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2990342144, end = 2990878720, flags = 134217845, pgoff = 0, inode = 117753 }
+vm_state.vm_map: 23329.142749970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2990878720, end = 2990886912, flags = 135266419, pgoff = 532480, inode = 117753 }
+vm_state.vm_map: 23329.142752067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2990886912, end = 2990903296, flags = 1048691, pgoff = 2990886912, inode = 0 }
+vm_state.vm_map: 23329.142754016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2990997504, end = 2996879360, flags = 1048691, pgoff = 2990997504, inode = 0 }
+vm_state.vm_map: 23329.142756298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2996879360, end = 2996965376, flags = 134217845, pgoff = 0, inode = 117751 }
+vm_state.vm_map: 23329.142758347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2996965376, end = 2996973568, flags = 135266419, pgoff = 81920, inode = 117751 }
+vm_state.vm_map: 23329.142763089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2996973568, end = 2998292480, flags = 134217845, pgoff = 0, inode = 117754 }
+vm_state.vm_map: 23329.142765242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2998292480, end = 2998304768, flags = 135266419, pgoff = 1318912, inode = 117754 }
+vm_state.vm_map: 23329.142767629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2998304768, end = 2998538240, flags = 1048691, pgoff = 2998304768, inode = 0 }
+vm_state.vm_map: 23329.142769812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2998841344, end = 2999054336, flags = 1048691, pgoff = 3000135680, inode = 0 }
+vm_state.vm_map: 23329.142771829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2999054336, end = 2999267328, flags = 1048691, pgoff = 3000135680, inode = 0 }
+vm_state.vm_map: 23329.142773920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2999267328, end = 2999480320, flags = 1048691, pgoff = 3000135680, inode = 0 }
+vm_state.vm_map: 23329.142776042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2999480320, end = 2999693312, flags = 1048691, pgoff = 3000135680, inode = 0 }
+vm_state.vm_map: 23329.142778096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2999693312, end = 2999885824, flags = 1048691, pgoff = 3000201216, inode = 0 }
+vm_state.vm_map: 23329.142782729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2999885824, end = 2999992320, flags = 134217845, pgoff = 0, inode = 115024 }
+vm_state.vm_map: 23329.142784776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2999992320, end = 2999996416, flags = 135266419, pgoff = 106496, inode = 115024 }
+vm_state.vm_map: 23329.142786793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2999996416, end = 3000033280, flags = 1048691, pgoff = 2999996416, inode = 0 }
+vm_state.vm_map: 23329.142789396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000086528, end = 3000119296, flags = 134217845, pgoff = 0, inode = 117755 }
+vm_state.vm_map: 23329.142791438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000119296, end = 3000123392, flags = 135266419, pgoff = 28672, inode = 117755 }
+vm_state.vm_map: 23329.142793541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000123392, end = 3000127488, flags = 1048691, pgoff = 3000123392, inode = 0 }
+vm_state.vm_map: 23329.142795842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000336384, end = 3000483840, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.142797773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000483840, end = 3000492032, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.142803639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000537088, end = 3000549376, flags = 134217979, pgoff = 0, inode = 1900550 }
+vm_state.vm_map: 23329.142808857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000549376, end = 3000582144, flags = 134217845, pgoff = 0, inode = 255747 }
+vm_state.vm_map: 23329.142810899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000582144, end = 3000586240, flags = 135266419, pgoff = 32768, inode = 255747 }
+vm_state.vm_map: 23329.142813199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000586240, end = 3004780544, flags = 1074283707, pgoff = 4030726144, inode = 2925 }
+vm_state.vm_map: 23329.142818171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3004780544, end = 3004788736, flags = 786683, pgoff = 4165799936, inode = 5935 }
+vm_state.vm_map: 23329.142822993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3004788736, end = 3004854272, flags = 1074283771, pgoff = 655360, inode = 2164 }
+vm_state.vm_map: 23329.142825504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3004854272, end = 3071963136, flags = 1074283707, pgoff = 3758096384, inode = 2915 }
+vm_state.vm_map: 23329.142827885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3071963136, end = 3071987712, flags = 134217845, pgoff = 0, inode = 255468 }
+vm_state.vm_map: 23329.142829939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3071987712, end = 3071991808, flags = 135266419, pgoff = 20480, inode = 255468 }
+vm_state.vm_map: 23329.142832468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3071991808, end = 3072110592, flags = 134217845, pgoff = 0, inode = 255488 }
+vm_state.vm_map: 23329.142834528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3072110592, end = 3072114688, flags = 135266419, pgoff = 118784, inode = 255488 }
+vm_state.vm_map: 23329.142836570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3072114688, end = 3072376832, flags = 1074283771, pgoff = 786432, inode = 2164 }
+vm_state.vm_map: 23329.142838710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3072376832, end = 3072507904, flags = 1074283771, pgoff = 655360, inode = 2164 }
+vm_state.vm_map: 23329.142841183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3072507904, end = 3073495040, flags = 1048691, pgoff = 3072507904, inode = 0 }
+vm_state.vm_map: 23329.142846044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073495040, end = 3073626112, flags = 134217845, pgoff = 0, inode = 255487 }
+vm_state.vm_map: 23329.142848079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073626112, end = 3073634304, flags = 135266419, pgoff = 126976, inode = 255487 }
+vm_state.vm_map: 23329.142853088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073634304, end = 3073830912, flags = 134217845, pgoff = 0, inode = 114819 }
+vm_state.vm_map: 23329.142855253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073830912, end = 3073851392, flags = 135266419, pgoff = 192512, inode = 114819 }
+vm_state.vm_map: 23329.142857251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073851392, end = 3073855488, flags = 1048691, pgoff = 3073851392, inode = 0 }
+vm_state.vm_map: 23329.142861970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073855488, end = 3074088960, flags = 134217845, pgoff = 0, inode = 114829 }
+vm_state.vm_map: 23329.142864117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074088960, end = 3074109440, flags = 135266419, pgoff = 229376, inode = 114829 }
+vm_state.vm_map: 23329.142866158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074109440, end = 3074113536, flags = 1048691, pgoff = 3074109440, inode = 0 }
+vm_state.vm_map: 23329.142873159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074113536, end = 3074146304, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 23329.142875195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074146304, end = 3074150400, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 23329.142877865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074150400, end = 3074170880, flags = 134217845, pgoff = 0, inode = 255490 }
+vm_state.vm_map: 23329.142879963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074170880, end = 3074174976, flags = 135266419, pgoff = 20480, inode = 255490 }
+vm_state.vm_map: 23329.142882319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074174976, end = 3074195456, flags = 134217845, pgoff = 0, inode = 255466 }
+vm_state.vm_map: 23329.142884348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074195456, end = 3074199552, flags = 135266419, pgoff = 16384, inode = 255466 }
+vm_state.vm_map: 23329.142886575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074199552, end = 3074228224, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.142891212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074228224, end = 3074240512, flags = 134217845, pgoff = 0, inode = 255477 }
+vm_state.vm_map: 23329.142893249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074240512, end = 3074244608, flags = 135266419, pgoff = 8192, inode = 255477 }
+vm_state.vm_map: 23329.142895660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074244608, end = 3074277376, flags = 134217845, pgoff = 0, inode = 255475 }
+vm_state.vm_map: 23329.142897696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074277376, end = 3074281472, flags = 135266419, pgoff = 28672, inode = 255475 }
+vm_state.vm_map: 23329.142902358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074281472, end = 3074396160, flags = 134217845, pgoff = 0, inode = 255476 }
+vm_state.vm_map: 23329.142904511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074396160, end = 3074404352, flags = 135266419, pgoff = 110592, inode = 255476 }
+vm_state.vm_map: 23329.142906881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074404352, end = 3074732032, flags = 134217845, pgoff = 0, inode = 255473 }
+vm_state.vm_map: 23329.142908884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074732032, end = 3074744320, flags = 135266419, pgoff = 323584, inode = 255473 }
+vm_state.vm_map: 23329.142910994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074744320, end = 3074752512, flags = 1048691, pgoff = 3074744320, inode = 0 }
+vm_state.vm_map: 23329.142913671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074752512, end = 3074764800, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 23329.142915805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074764800, end = 3074768896, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 23329.142920616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074768896, end = 3074830336, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.142922793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074830336, end = 3074834432, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.142924847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074834432, end = 3074838528, flags = 1048691, pgoff = 3074834432, inode = 0 }
+vm_state.vm_map: 23329.142929467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074838528, end = 3075309568, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.142931515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075309568, end = 3075325952, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.142933680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075325952, end = 3075403776, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.142935864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075403776, end = 3075407872, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.142938251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075407872, end = 3076722688, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.142940410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076722688, end = 3076730880, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.142942624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076730880, end = 3076734976, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.142944629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076734976, end = 3076747264, flags = 1048691, pgoff = 3076734976, inode = 0 }
+vm_state.vm_map: 23329.142946936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076747264, end = 3076861952, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.142949495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076861952, end = 3076866048, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.142951654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076866048, end = 3076894720, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.142953758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076894720, end = 3076898816, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.142955947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076898816, end = 3076902912, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.142958167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076902912, end = 3077050368, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.142960302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077050368, end = 3077054464, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.142962331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077054464, end = 3077058560, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.142964471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077058560, end = 3077062656, flags = 1048691, pgoff = 3077058560, inode = 0 }
+vm_state.vm_map: 23329.142966797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077062656, end = 3077160960, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.142968881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077160960, end = 3077165056, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.142970898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077165056, end = 3077169152, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.142973471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077169152, end = 3077263360, flags = 134217845, pgoff = 0, inode = 500176 }
+vm_state.vm_map: 23329.142975604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077263360, end = 3077267456, flags = 135266417, pgoff = 90112, inode = 500176 }
+vm_state.vm_map: 23329.142977831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077267456, end = 3077271552, flags = 135266419, pgoff = 94208, inode = 500176 }
+vm_state.vm_map: 23329.142980070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077271552, end = 3077734400, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 23329.142982168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077734400, end = 3077746688, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 23329.142984573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077746688, end = 3077763072, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.142986689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077763072, end = 3077767168, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.142989014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077767168, end = 3077853184, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.142991111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077853184, end = 3077857280, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.143216321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077857280, end = 3077861376, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.143219146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077861376, end = 3077873664, flags = 1048691, pgoff = 3077861376, inode = 0 }
+vm_state.vm_map: 23329.143221385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077873664, end = 3078098944, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.143223470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078098944, end = 3078103040, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.143225616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078103040, end = 3078107136, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.143228244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078107136, end = 3078168576, flags = 134217845, pgoff = 0, inode = 22552 }
+vm_state.vm_map: 23329.143230255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078168576, end = 3078172672, flags = 135266419, pgoff = 57344, inode = 22552 }
+vm_state.vm_map: 23329.143232783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078172672, end = 3078529024, flags = 134217845, pgoff = 0, inode = 1065307 }
+vm_state.vm_map: 23329.143234856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078529024, end = 3078537216, flags = 135266419, pgoff = 356352, inode = 1065307 }
+vm_state.vm_map: 23329.143332337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078537216, end = 3078557696, flags = 134217845, pgoff = 0, inode = 18616 }
+vm_state.vm_map: 23329.143334638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078557696, end = 3078561792, flags = 135266419, pgoff = 20480, inode = 18616 }
+vm_state.vm_map: 23329.143336932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078561792, end = 3078569984, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.143339448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078569984, end = 3078574080, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.143341940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078574080, end = 3078791168, flags = 134217845, pgoff = 0, inode = 22624 }
+vm_state.vm_map: 23329.143344038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078791168, end = 3078799360, flags = 135266419, pgoff = 212992, inode = 22624 }
+vm_state.vm_map: 23329.143346160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078799360, end = 3078803456, flags = 1048691, pgoff = 3078799360, inode = 0 }
+vm_state.vm_map: 23329.143348442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078803456, end = 3078811648, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.143350637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078811648, end = 3078815744, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.143352691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078815744, end = 3078819840, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.143355084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078819840, end = 3078844416, flags = 134217845, pgoff = 0, inode = 1065108 }
+vm_state.vm_map: 23329.143357076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078844416, end = 3078848512, flags = 135266419, pgoff = 20480, inode = 1065108 }
+vm_state.vm_map: 23329.143359618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078868992, end = 3078893568, flags = 134217845, pgoff = 0, inode = 255472 }
+vm_state.vm_map: 23329.143361777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078893568, end = 3078897664, flags = 135266419, pgoff = 20480, inode = 255472 }
+vm_state.vm_map: 23329.143367766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078897664, end = 3078914048, flags = 134217845, pgoff = 0, inode = 255474 }
+vm_state.vm_map: 23329.143369814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078914048, end = 3078918144, flags = 135266419, pgoff = 12288, inode = 255474 }
+vm_state.vm_map: 23329.143372201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078918144, end = 3078934528, flags = 134217845, pgoff = 0, inode = 255731 }
+vm_state.vm_map: 23329.143374261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 12288, inode = 255731 }
+vm_state.vm_map: 23329.143432617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078938624, end = 3078950912, flags = 1048691, pgoff = 3078938624, inode = 0 }
+vm_state.vm_map: 23329.143435004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078950912, end = 3078955008, flags = 67371125, pgoff = 3078950912, inode = 0 }
+vm_state.vm_map: 23329.143437249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078955008, end = 3079069696, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.143439390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3079069696, end = 3079073792, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.143441456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3079073792, end = 3079077888, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.143443535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3215933440, end = 3216019456, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.143446415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 134512640, end = 134647808, flags = 134223989, pgoff = 0, inode = 23928 }
+vm_state.vm_map: 23329.143448568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 134647808, end = 134651904, flags = 135272563, pgoff = 135168, inode = 23928 }
+vm_state.vm_map: 23329.143450733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 134651904, end = 134656000, flags = 1048691, pgoff = 134651904, inode = 0 }
+vm_state.vm_map: 23329.143452805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 136007680, end = 136204288, flags = 1048691, pgoff = 136007680, inode = 0 }
+vm_state.vm_map: 23329.143455180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075432448, end = 3075530752, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.143457370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075530752, end = 3075534848, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.143459560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075534848, end = 3075538944, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.143461817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075538944, end = 3075575808, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.143463797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075575808, end = 3075579904, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.143465765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075579904, end = 3075584000, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.143468368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075584000, end = 3075743744, flags = 1048691, pgoff = 3075584000, inode = 0 }
+vm_state.vm_map: 23329.143474079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075825664, end = 3075833856, flags = 134217845, pgoff = 0, inode = 499908 }
+vm_state.vm_map: 23329.143476220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075833856, end = 3075837952, flags = 135266419, pgoff = 4096, inode = 499908 }
+vm_state.vm_map: 23329.143481426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075837952, end = 3075887104, flags = 134217845, pgoff = 0, inode = 500088 }
+vm_state.vm_map: 23329.143483590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075887104, end = 3075891200, flags = 135266419, pgoff = 45056, inode = 500088 }
+vm_state.vm_map: 23329.143485601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075891200, end = 3075940352, flags = 1048691, pgoff = 3075891200, inode = 0 }
+vm_state.vm_map: 23329.143487883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075940352, end = 3075981312, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.143489992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075981312, end = 3075985408, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.143491992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075985408, end = 3075989504, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.143494193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075989504, end = 3076026368, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.143496376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076026368, end = 3076030464, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.143498375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076030464, end = 3076034560, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.143500602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076034560, end = 3076112384, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.143502822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076112384, end = 3076116480, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.143505222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076116480, end = 3076120576, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.143507331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076120576, end = 3076128768, flags = 1048691, pgoff = 3076120576, inode = 0 }
+vm_state.vm_map: 23329.143509570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076128768, end = 3076153344, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.143511667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076153344, end = 3076157440, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.143513635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076157440, end = 3076161536, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.143516071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076161536, end = 3076177920, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.143518360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076177920, end = 3076182016, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.143520500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076182016, end = 3076218880, flags = 134217845, pgoff = 0, inode = 499730 }
+vm_state.vm_map: 23329.143522517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076218880, end = 3076222976, flags = 135266419, pgoff = 32768, inode = 499730 }
+vm_state.vm_map: 23329.143524991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076222976, end = 3076239360, flags = 134217845, pgoff = 0, inode = 500096 }
+vm_state.vm_map: 23329.143526971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076239360, end = 3076243456, flags = 135266419, pgoff = 12288, inode = 500096 }
+vm_state.vm_map: 23329.143529043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076243456, end = 3076247552, flags = 134217845, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 23329.143530986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076247552, end = 3076251648, flags = 135266419, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 23329.143533182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076251648, end = 3076255744, flags = 134217845, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 23329.143535119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076255744, end = 3076259840, flags = 135266419, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 23329.143537346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076259840, end = 3076272128, flags = 134217845, pgoff = 0, inode = 500089 }
+vm_state.vm_map: 23329.143539714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076272128, end = 3076276224, flags = 135266419, pgoff = 8192, inode = 500089 }
+vm_state.vm_map: 23329.143541811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076276224, end = 3076284416, flags = 1048691, pgoff = 3076276224, inode = 0 }
+vm_state.vm_map: 23329.143543970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076284416, end = 3076313088, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.143546018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076313088, end = 3076317184, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.143547955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076317184, end = 3076321280, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.143550268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076321280, end = 3076407296, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.143552365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076407296, end = 3076411392, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.143554301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076411392, end = 3076415488, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.143610770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076415488, end = 3076423680, flags = 1048691, pgoff = 3076415488, inode = 0 }
+vm_state.vm_map: 23329.143613953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076423680, end = 3076431872, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.143616013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076431872, end = 3076435968, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.143618117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076435968, end = 3076440064, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.143620331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076440064, end = 3076444160, flags = 1048691, pgoff = 3076440064, inode = 0 }
+vm_state.vm_map: 23329.143622576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076444160, end = 3076542464, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.143624778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076542464, end = 3076546560, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.143626937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076546560, end = 3077861376, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.143629422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3077861376, end = 3077869568, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.143631476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3077869568, end = 3077873664, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.143633666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3077873664, end = 3077885952, flags = 1048691, pgoff = 3077873664, inode = 0 }
+vm_state.vm_map: 23329.143635912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3077885952, end = 3078111232, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.143637903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078111232, end = 3078115328, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.143640205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078115328, end = 3078119424, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.143642278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078119424, end = 3078127616, flags = 134217845, pgoff = 0, inode = 17167 }
+vm_state.vm_map: 23329.143644355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078127616, end = 3078131712, flags = 135266419, pgoff = 8192, inode = 17167 }
+vm_state.vm_map: 23329.143646576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078131712, end = 3078172672, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 23329.143648778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078172672, end = 3078176768, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 23329.143650943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078176768, end = 3078193152, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.143653052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078193152, end = 3078197248, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.143655199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078197248, end = 3078201344, flags = 1048691, pgoff = 3078197248, inode = 0 }
+vm_state.vm_map: 23329.143657321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078201344, end = 3078209536, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.143659436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078209536, end = 3078213632, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.143661694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078213632, end = 3079364608, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.143664241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079364608, end = 3079380992, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.143670015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079385088, end = 3079389184, flags = 134217845, pgoff = 0, inode = 500093 }
+vm_state.vm_map: 23329.143672168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079389184, end = 3079393280, flags = 135266419, pgoff = 0, inode = 500093 }
+vm_state.vm_map: 23329.143674678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079397376, end = 3079430144, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.143676843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079430144, end = 3079434240, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.143679273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079434240, end = 3079467008, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.143681377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079467008, end = 3079471104, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.143683431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079471104, end = 3079483392, flags = 1048691, pgoff = 3079471104, inode = 0 }
+vm_state.vm_map: 23329.143685645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079483392, end = 3079487488, flags = 67371125, pgoff = 3079483392, inode = 0 }
+vm_state.vm_map: 23329.143687829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079487488, end = 3079602176, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.143689938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079602176, end = 3079606272, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.143691974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079606272, end = 3079610368, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.143694083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3212898304, end = 3212984320, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.143699653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 20943 }
+vm_state.vm_map: 23329.143702065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 20943 }
+vm_state.vm_map: 23329.143704162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 145100800, end = 145235968, flags = 1048691, pgoff = 145100800, inode = 0 }
+vm_state.vm_map: 23329.143706480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075481600, end = 3075522560, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.143708509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075522560, end = 3075526656, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.143710756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075526656, end = 3075530752, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.143712927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075530752, end = 3075567616, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.143714938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075567616, end = 3075571712, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.143717367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075571712, end = 3075575808, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.143719544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075575808, end = 3075653632, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.143721598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075653632, end = 3075657728, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.143723658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075657728, end = 3075661824, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.143725762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075661824, end = 3075670016, flags = 1048691, pgoff = 3075661824, inode = 0 }
+vm_state.vm_map: 23329.143728075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075670016, end = 3075694592, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.143730228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075694592, end = 3075698688, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.143732294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075698688, end = 3075702784, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.143734299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075702784, end = 3075710976, flags = 1048691, pgoff = 3075702784, inode = 0 }
+vm_state.vm_map: 23329.143737025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075710976, end = 3075727360, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.143739085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075727360, end = 3075731456, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.143741324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075731456, end = 3075739648, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.143796164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075739648, end = 3075743744, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.143798903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075743744, end = 3075751936, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.143800963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075751936, end = 3075756032, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.143803060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075756032, end = 3075760128, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.143805256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075760128, end = 3075858432, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.143807329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075858432, end = 3075862528, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.143809555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075862528, end = 3077177344, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.143811603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077177344, end = 3077185536, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.143813873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077185536, end = 3077189632, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.143816038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077189632, end = 3077206016, flags = 1048691, pgoff = 3077189632, inode = 0 }
+vm_state.vm_map: 23329.143818271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077206016, end = 3077292032, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.143820424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077292032, end = 3077296128, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.143822718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077296128, end = 3077300224, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.143825297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077300224, end = 3077308416, flags = 1048691, pgoff = 3077300224, inode = 0 }
+vm_state.vm_map: 23329.143827493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077308416, end = 3078459392, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.143829466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3078459392, end = 3078475776, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.143831638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3078569984, end = 3078578176, flags = 1048691, pgoff = 3078569984, inode = 0 }
+vm_state.vm_map: 23329.143833729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3078578176, end = 3078582272, flags = 67371125, pgoff = 3078578176, inode = 0 }
+vm_state.vm_map: 23329.143835875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3078582272, end = 3078696960, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.143837978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3078696960, end = 3078701056, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.143840131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3078701056, end = 3078705152, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.143842228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3216130048, end = 3216216064, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.143845220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076358144, end = 3076399104, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.143847286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076399104, end = 3076403200, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.143849285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076403200, end = 3076407296, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.143851592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076407296, end = 3076444160, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.143853639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076444160, end = 3076448256, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.143855724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076448256, end = 3076452352, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.143858161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076452352, end = 3076530176, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.143860578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076530176, end = 3076534272, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.143862620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076534272, end = 3076538368, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.143864809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076538368, end = 3076546560, flags = 1048691, pgoff = 3076538368, inode = 0 }
+vm_state.vm_map: 23329.143866907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076546560, end = 3076571136, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.143868980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076571136, end = 3076575232, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.143871156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076575232, end = 3076579328, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.143873148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076579328, end = 3076587520, flags = 1048691, pgoff = 3076579328, inode = 0 }
+vm_state.vm_map: 23329.143875276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076587520, end = 3076595712, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.143877380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076595712, end = 3076599808, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.143879366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076599808, end = 3076603904, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.143881469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076603904, end = 3077918720, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.143883653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3077918720, end = 3077926912, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.143885657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3077926912, end = 3077931008, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.143887662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3077931008, end = 3077943296, flags = 1048691, pgoff = 3077931008, inode = 0 }
+vm_state.vm_map: 23329.143889926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3077943296, end = 3077971968, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.143892078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3077971968, end = 3077976064, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.143894385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3077976064, end = 3077980160, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.143896698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3077980160, end = 3078066176, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.143898678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078066176, end = 3078070272, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.143900782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078070272, end = 3078074368, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.143902891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078074368, end = 3078086656, flags = 1048691, pgoff = 3078074368, inode = 0 }
+vm_state.vm_map: 23329.143905019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078086656, end = 3078184960, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.143906968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078184960, end = 3078189056, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.143908955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078189056, end = 3078193152, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.143911262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078193152, end = 3078340608, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.143913211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078340608, end = 3078348800, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.143915146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078443008, end = 3078451200, flags = 1048691, pgoff = 3078443008, inode = 0 }
+vm_state.vm_map: 23329.143917078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078451200, end = 3078455296, flags = 67371125, pgoff = 3078451200, inode = 0 }
+vm_state.vm_map: 23329.143919274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078455296, end = 3078569984, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.143921272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078569984, end = 3078574080, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.143923271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078574080, end = 3078578176, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.143925516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078578176, end = 3078868992, flags = 134223989, pgoff = 0, inode = 20940 }
+vm_state.vm_map: 23329.143927903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078868992, end = 3078873088, flags = 135272561, pgoff = 286720, inode = 20940 }
+vm_state.vm_map: 23329.143929870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078873088, end = 3078877184, flags = 135272563, pgoff = 290816, inode = 20940 }
+vm_state.vm_map: 23329.143931795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3097956352, end = 3098091520, flags = 1048691, pgoff = 3097956352, inode = 0 }
+vm_state.vm_map: 23329.143933725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3216900096, end = 3216986112, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.143939691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
+vm_state.vm_map: 23329.143941818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
+vm_state.vm_map: 23329.143946728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
+vm_state.vm_map: 23329.143951230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 148566016, end = 148631552, flags = 1048691, pgoff = 148566016, inode = 0 }
+vm_state.vm_map: 23329.143953525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3075379200, end = 3076710400, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.143955585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3076710400, end = 3076714496, flags = 1048691, pgoff = 3076710400, inode = 0 }
+vm_state.vm_map: 23329.143957725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3076714496, end = 3078029312, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.144013904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078029312, end = 3078037504, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.144016279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078037504, end = 3078041600, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.144018937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078041600, end = 3078057984, flags = 1048691, pgoff = 3078041600, inode = 0 }
+vm_state.vm_map: 23329.144021232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078057984, end = 3078066176, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.144023397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078066176, end = 3078070272, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.144025556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078070272, end = 3078074368, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.144027820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078074368, end = 3078291456, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 23329.144029985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078291456, end = 3078303744, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 23329.144032310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078369280, end = 3078397952, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.144034419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078397952, end = 3078406144, flags = 1048691, pgoff = 3078397952, inode = 0 }
+vm_state.vm_map: 23329.144036486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078406144, end = 3078410240, flags = 67371125, pgoff = 3078406144, inode = 0 }
+vm_state.vm_map: 23329.144038799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078410240, end = 3078524928, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.144040902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078524928, end = 3078529024, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.144043104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078529024, end = 3078533120, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.144045208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3220008960, end = 3220094976, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.144054071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 134512640, end = 135151616, flags = 134223989, pgoff = 0, inode = 114742 }
+vm_state.vm_map: 23329.144056594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 135151616, end = 135163904, flags = 135272563, pgoff = 638976, inode = 114742 }
+vm_state.vm_map: 23329.144061430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 135163904, end = 135200768, flags = 1048691, pgoff = 135163904, inode = 0 }
+vm_state.vm_map: 23329.144063576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 136486912, end = 136749056, flags = 1048691, pgoff = 136486912, inode = 0 }
+vm_state.vm_map: 23329.144065643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3073282048, end = 3073286144, flags = 1048688, pgoff = 3073282048, inode = 0 }
+vm_state.vm_map: 23329.144067870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3073286144, end = 3073810432, flags = 1048691, pgoff = 3073286144, inode = 0 }
+vm_state.vm_map: 23329.144070090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3073810432, end = 3075141632, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.144072187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075141632, end = 3075145728, flags = 1048688, pgoff = 3075141632, inode = 0 }
+vm_state.vm_map: 23329.144074334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075145728, end = 3075284992, flags = 1048691, pgoff = 3075145728, inode = 0 }
+vm_state.vm_map: 23329.144079465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075284992, end = 3075297280, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.144081612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075297280, end = 3075301376, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.144083894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075301376, end = 3075317760, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.144085837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075317760, end = 3075321856, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.144088205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075321856, end = 3075330048, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.144090364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075330048, end = 3075334144, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.144092801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075334144, end = 3075338240, flags = 1048691, pgoff = 3075334144, inode = 0 }
+vm_state.vm_map: 23329.144097618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075338240, end = 3075424256, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.144099770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075424256, end = 3075428352, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.144101812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075428352, end = 3075436544, flags = 1048691, pgoff = 3075428352, inode = 0 }
+vm_state.vm_map: 23329.144104273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075436544, end = 3075465216, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.144106315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075465216, end = 3075469312, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.144108659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075469312, end = 3075567616, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.144110719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075567616, end = 3075571712, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.144112964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075571712, end = 3076886528, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.144115000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3076886528, end = 3076894720, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.144117220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3076894720, end = 3076898816, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.144172153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3076898816, end = 3076911104, flags = 1048691, pgoff = 3076898816, inode = 0 }
+vm_state.vm_map: 23329.144175218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3076911104, end = 3077025792, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.144177297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077025792, end = 3077029888, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.144179542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077029888, end = 3077033984, flags = 1048691, pgoff = 3077029888, inode = 0 }
+vm_state.vm_map: 23329.144182337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077033984, end = 3077181440, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.144184489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077181440, end = 3077185536, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.144186654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077185536, end = 3077189632, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.144188838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077189632, end = 3077218304, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.144191046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077218304, end = 3077222400, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.144193100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077222400, end = 3077226496, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.144195413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077226496, end = 3077312512, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.144197658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077312512, end = 3077316608, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.144199823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077316608, end = 3077320704, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.144201902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077320704, end = 3077328896, flags = 1048691, pgoff = 3077320704, inode = 0 }
+vm_state.vm_map: 23329.144204425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077328896, end = 3077414912, flags = 134217845, pgoff = 0, inode = 18950 }
+vm_state.vm_map: 23329.144206429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077414912, end = 3077419008, flags = 135266419, pgoff = 86016, inode = 18950 }
+vm_state.vm_map: 23329.144208989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077419008, end = 3077472256, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.144210982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077472256, end = 3077476352, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.144213307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077476352, end = 3077795840, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.144215429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077795840, end = 3077812224, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.144217742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077812224, end = 3077816320, flags = 1048691, pgoff = 3077812224, inode = 0 }
+vm_state.vm_map: 23329.144219938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077816320, end = 3078967296, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.144222312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3078967296, end = 3078983680, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.144224680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3078983680, end = 3078991872, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.144226857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3078991872, end = 3078995968, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.144228930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3078995968, end = 3079000064, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.144231349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079045120, end = 3079061504, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.144233415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079061504, end = 3079065600, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.144235536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079065600, end = 3079094272, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.144237738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079094272, end = 3079102464, flags = 1048691, pgoff = 3079094272, inode = 0 }
+vm_state.vm_map: 23329.144239798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079102464, end = 3079106560, flags = 67371125, pgoff = 3079102464, inode = 0 }
+vm_state.vm_map: 23329.144242062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079106560, end = 3079221248, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.144244073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079221248, end = 3079225344, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.144246182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079225344, end = 3079229440, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.144264415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3219668992, end = 3219755008, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.144267364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 134512640, end = 135151616, flags = 134223989, pgoff = 0, inode = 114742 }
+vm_state.vm_map: 23329.144269868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 135151616, end = 135163904, flags = 135272563, pgoff = 638976, inode = 114742 }
+vm_state.vm_map: 23329.144271941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 135163904, end = 135200768, flags = 1048691, pgoff = 135163904, inode = 0 }
+vm_state.vm_map: 23329.144274050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 154562560, end = 154828800, flags = 1048691, pgoff = 154562560, inode = 0 }
+vm_state.vm_map: 23329.144276240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3072638976, end = 3072643072, flags = 1048688, pgoff = 3072638976, inode = 0 }
+vm_state.vm_map: 23329.144278497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3072643072, end = 3073167360, flags = 1048691, pgoff = 3072643072, inode = 0 }
+vm_state.vm_map: 23329.144280712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3073167360, end = 3073200128, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.144282938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3073200128, end = 3073204224, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.144285233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3073298432, end = 3074629632, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.144287298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074629632, end = 3074633728, flags = 1048688, pgoff = 3074629632, inode = 0 }
+vm_state.vm_map: 23329.144289532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074633728, end = 3074772992, flags = 1048691, pgoff = 3074633728, inode = 0 }
+vm_state.vm_map: 23329.144291685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074772992, end = 3074785280, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.144293955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074785280, end = 3074789376, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.144296188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074789376, end = 3074805760, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.144298272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074805760, end = 3074809856, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.144300357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074809856, end = 3074818048, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.144302658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074818048, end = 3074822144, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.144304990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074822144, end = 3074826240, flags = 1048691, pgoff = 3074822144, inode = 0 }
+vm_state.vm_map: 23329.144307129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074826240, end = 3074912256, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.144309338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074912256, end = 3074916352, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.144311385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074916352, end = 3074924544, flags = 1048691, pgoff = 3074916352, inode = 0 }
+vm_state.vm_map: 23329.144313631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074924544, end = 3074953216, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.144315635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074953216, end = 3074957312, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.144317862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074957312, end = 3075055616, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.144319879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3075055616, end = 3075059712, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.144322124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3075059712, end = 3076374528, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.144324184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076374528, end = 3076382720, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.144326164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076382720, end = 3076386816, flags = 135266419, pgoff = 1323008, inode = 508370 }
+kernel.irq_entry: 23329.144563958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242333838, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 23329.144633201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { jiffies = 4297269585, xtime_sec = 1264196274, xtime_nsec = 637522004, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.144647881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.softirq_raise: 23329.144655067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 9 [softirq 9] }
+kernel.irq_exit: 23329.144680171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 23329.144683859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 23329.144694956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302290, function = 0xc141d458, data = 0 }
+kernel.timer_set: 23329.144699779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302290, function = 0xc14b0234, data = 0 }
+kernel.softirq_exit: 23329.144703647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.softirq_entry: 23329.144705158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
+rcu.tree_callback: 23329.144756322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc10b8ec2 }
+kernel.softirq_exit: 23329.144760936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
+kernel.sched_schedule: 23329.144771779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { prev_pid = 16927, next_pid = 1989, prev_state = 0 }
+kernel.syscall_entry: 23329.147838831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 23329.147874547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.147890284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.148230962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 23329.148242283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+kernel.sched_try_wakeup: 23329.148417919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.148426084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.148953151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 23329.148984551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+fs.read: 23329.149130932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.149133146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 2908 }
+kernel.irq_entry: 23329.154523965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 23329.154551098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { jiffies = 4297269586, xtime_sec = 1264196274, xtime_nsec = 637522005, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.154571793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.irq_exit: 23329.154613281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 23329.154618227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 23329.154637818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { expires = 2302291, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 23329.154643158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.syscall_entry: 23329.154648153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+kernel.sched_schedule: 23329.154659777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 16927, prev_state = 0 }
+kernel.irq_entry: 23329.155455262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3238156110, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 1 }
+block.rq_complete_fs: 23329.155985721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { hard_sector = 47530430, rw = 0, errors = 0 }
+kernel.sched_try_wakeup: 23329.156020518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { pid = 16834, cpu_id = 0, state = 2 }
+kernel.timer_set: 23329.156044877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { expires = 2302291, function = 0xc141b0a5, data = 4136835584 }
+kernel.irq_exit: 23329.156056433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.sched_schedule: 23329.156070727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16927, next_pid = 16834, prev_state = 0 }
+fs.buffer_wait_end: 23329.156147143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xe9709128 }
+fs.write: 23329.156215153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 68, fd = 6 }
+kernel.syscall_exit: 23329.156217502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 68 }
+kernel.syscall_entry: 23329.156258862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [syscall 4] }
+mm.add_to_page_cache: 23329.156284965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { inode = 0, sdev = 2 }
+block.remap: 23329.156319874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { device_from = 3145728, sector_from = 36176184, device_to = 3145730, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 100, not_uptodate = 0 }
+block.bio_queue: 23329.156323814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 39100014, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 100, not_uptodate = 0 }
+block.getrq_bio: 23329.156338053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 39100014, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 100, not_uptodate = 0 }
+kernel.timer_set: 23329.156343998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302291, function = 0xc1410312, data = 4147888232 }
+block.plug: 23329.156347889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL
+block.rq_insert_fs: 23329.156353642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 39100014, rw = 0, errors = 0 }
+fs.buffer_wait_start: 23329.156364735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xf6e0a358 }
+block.unplug_io: 23329.156371026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { pdu = 1 }
+block.rq_issue_fs: 23329.156383833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 39100014, rw = 0, errors = 0 }
+kernel.timer_set: 23329.156404016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302291, function = 0xc14b0234, data = 0 }
+kernel.timer_set: 23329.156426654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2304290, function = 0xf8a23e85, data = 4136733696 }
+kernel.sched_schedule: 23329.156501010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 16834, next_pid = 16927, prev_state = 2 }
+kernel.irq_entry: 23329.156675307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3238156110, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 1 }
+block.rq_complete_fs: 23329.156692327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { hard_sector = 39100014, rw = 0, errors = 0 }
+kernel.sched_try_wakeup: 23329.156702003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { pid = 16834, cpu_id = 0, state = 2 }
+kernel.irq_exit: 23329.156715421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.sched_schedule: 23329.156729137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16927, next_pid = 16834, prev_state = 0 }
+kernel.irq_entry: 23329.156797832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, IRQ { ip = 3238156110, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_itimer_expired: 23329.156805614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, IRQ { pid = 1989 }
+kernel.send_signal: 23329.156815381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, IRQ { pid = 1989, signal = 14 }
+kernel.irq_exit: 23329.156834886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { handled = 1 }
+fs.buffer_wait_end: 23329.156840449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xf6e0a358 }
+mm.add_to_page_cache: 23329.156851678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { inode = 1131091, sdev = 3145730 }
+mm.add_to_page_cache: 23329.156864794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { inode = 0, sdev = 2 }
+block.remap: 23329.156870616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { device_from = 3145728, sector_from = 38160168, device_to = 3145730, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.156873668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 41083998, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.getrq_bio: 23329.156879501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 41083998, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+kernel.timer_set: 23329.156883627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302291, function = 0xc1410312, data = 4147888232 }
+block.plug: 23329.156886913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL
+block.rq_insert_fs: 23329.156890842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 41083998, rw = 0, errors = 0 }
+fs.buffer_wait_start: 23329.156896539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xf6e0a2b0 }
+block.unplug_io: 23329.156898704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { pdu = 1 }
+block.rq_issue_fs: 23329.156905265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 41083998, rw = 0, errors = 0 }
+kernel.timer_set: 23329.156937880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2304290, function = 0xf8a23e85, data = 4136733696 }
+kernel.sched_schedule: 23329.156992325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 16834, next_pid = 16927, prev_state = 2 }
+vm_state.vm_map: 23329.157104142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076386816, end = 3076399104, flags = 1048691, pgoff = 3076386816, inode = 0 }
+vm_state.vm_map: 23329.157107830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076399104, end = 3076513792, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.157110081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076513792, end = 3076517888, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.157112288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076517888, end = 3076521984, flags = 1048691, pgoff = 3076517888, inode = 0 }
+vm_state.vm_map: 23329.157115101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076521984, end = 3076669440, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.157117635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076669440, end = 3076673536, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.157119849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076673536, end = 3076677632, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.157122605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076677632, end = 3076706304, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.157124708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076706304, end = 3076710400, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.157127051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076710400, end = 3076714496, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.157129746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076714496, end = 3076800512, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.157132096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076800512, end = 3076804608, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.157134260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076804608, end = 3076808704, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.157136443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076808704, end = 3076816896, flags = 1048691, pgoff = 3076808704, inode = 0 }
+vm_state.vm_map: 23329.157139255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076816896, end = 3076902912, flags = 134217845, pgoff = 0, inode = 18950 }
+vm_state.vm_map: 23329.157141352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076902912, end = 3076907008, flags = 135266419, pgoff = 86016, inode = 18950 }
+vm_state.vm_map: 23329.157143794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076907008, end = 3076960256, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.157146094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076960256, end = 3076964352, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.157148505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076964352, end = 3077283840, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.157150577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3077283840, end = 3077300224, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.157152883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3077300224, end = 3077304320, flags = 1048691, pgoff = 3077300224, inode = 0 }
+vm_state.vm_map: 23329.157155788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3077304320, end = 3078455296, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.157157743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078455296, end = 3078471680, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.157160259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078471680, end = 3078479872, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.157162195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078479872, end = 3078483968, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.157164544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078483968, end = 3078488064, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.157171160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078496256, end = 3078512640, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.157173381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078512640, end = 3078516736, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.157175823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078516736, end = 3078549504, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.157178136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078549504, end = 3078553600, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.157180607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078553600, end = 3078582272, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.157182563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078582272, end = 3078590464, flags = 1048691, pgoff = 3078582272, inode = 0 }
+vm_state.vm_map: 23329.157184634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078590464, end = 3078594560, flags = 67371125, pgoff = 3078590464, inode = 0 }
+vm_state.vm_map: 23329.157187298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078594560, end = 3078709248, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.157189463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078709248, end = 3078713344, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.157191573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078713344, end = 3078717440, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.157194026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3214987264, end = 3215073280, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.157198010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 134512640, end = 135151616, flags = 134223989, pgoff = 0, inode = 114742 }
+vm_state.vm_map: 23329.157200168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 135151616, end = 135163904, flags = 135272563, pgoff = 638976, inode = 114742 }
+vm_state.vm_map: 23329.157202308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 135163904, end = 135200768, flags = 1048691, pgoff = 135163904, inode = 0 }
+vm_state.vm_map: 23329.157204343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 160059392, end = 160194560, flags = 1048691, pgoff = 160059392, inode = 0 }
+vm_state.vm_map: 23329.157206520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3072176128, end = 3072180224, flags = 1048688, pgoff = 3072176128, inode = 0 }
+vm_state.vm_map: 23329.157208573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3072180224, end = 3072704512, flags = 1048691, pgoff = 3072180224, inode = 0 }
+vm_state.vm_map: 23329.157211089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3072704512, end = 3074035712, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.157213025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074035712, end = 3074039808, flags = 1048688, pgoff = 3074035712, inode = 0 }
+vm_state.vm_map: 23329.157215245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074039808, end = 3074179072, flags = 1048691, pgoff = 3074039808, inode = 0 }
+vm_state.vm_map: 23329.157217848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074179072, end = 3074191360, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.157219809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074191360, end = 3074195456, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.157222214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074195456, end = 3074211840, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.157224384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074211840, end = 3074215936, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.157226851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074215936, end = 3074224128, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.157228960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074224128, end = 3074228224, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.157231605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074228224, end = 3074232320, flags = 1048691, pgoff = 3074228224, inode = 0 }
+vm_state.vm_map: 23329.157233992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074232320, end = 3074318336, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.157236045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074318336, end = 3074322432, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.157238087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074322432, end = 3074330624, flags = 1048691, pgoff = 3074322432, inode = 0 }
+vm_state.vm_map: 23329.157240646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074330624, end = 3074359296, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.157242748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074359296, end = 3074363392, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.157245117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074363392, end = 3074461696, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.157247115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074461696, end = 3074465792, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.157249717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074465792, end = 3075780608, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.157251789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3075780608, end = 3075788800, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.157253934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3075788800, end = 3075792896, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.157255970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3075792896, end = 3075805184, flags = 1048691, pgoff = 3075792896, inode = 0 }
+vm_state.vm_map: 23329.157258288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3075805184, end = 3075919872, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.157260415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3075919872, end = 3075923968, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.157262611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3075923968, end = 3075928064, flags = 1048691, pgoff = 3075923968, inode = 0 }
+vm_state.vm_map: 23329.157264929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3075928064, end = 3076075520, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.157267531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076075520, end = 3076079616, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.157269678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076079616, end = 3076083712, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.157271848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076083712, end = 3076112384, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.157274074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076112384, end = 3076116480, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.157276294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076116480, end = 3076120576, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.157278693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076120576, end = 3076206592, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.157280759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076206592, end = 3076210688, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.157282751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076210688, end = 3076214784, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.157284952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076214784, end = 3076222976, flags = 1048691, pgoff = 3076214784, inode = 0 }
+vm_state.vm_map: 23329.157287147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076222976, end = 3076308992, flags = 134217845, pgoff = 0, inode = 18950 }
+vm_state.vm_map: 23329.157289275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076308992, end = 3076313088, flags = 135266419, pgoff = 86016, inode = 18950 }
+vm_state.vm_map: 23329.157291513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076313088, end = 3076366336, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.157293548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076366336, end = 3076370432, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.157295688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076370432, end = 3076689920, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.157297772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076689920, end = 3076706304, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.157299955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076706304, end = 3076710400, flags = 1048691, pgoff = 3076706304, inode = 0 }
+vm_state.vm_map: 23329.157302570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076710400, end = 3077861376, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.157304568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3077861376, end = 3077877760, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.157306763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3077877760, end = 3077885952, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.157308798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3077885952, end = 3077890048, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.157310846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3077890048, end = 3077894144, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.157313047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3077959680, end = 3077988352, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.157315113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3077988352, end = 3077996544, flags = 1048691, pgoff = 3077988352, inode = 0 }
+vm_state.vm_map: 23329.157317247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3077996544, end = 3078000640, flags = 67371125, pgoff = 3077996544, inode = 0 }
+vm_state.vm_map: 23329.157319441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3078000640, end = 3078115328, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.157321384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3078115328, end = 3078119424, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.157323364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3078119424, end = 3078123520, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.157325430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3215757312, end = 3215843328, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.157327920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073486848, end = 3073495040, flags = 1048691, pgoff = 3073486848, inode = 0 }
+vm_state.vm_map: 23329.157330116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073495040, end = 3073581056, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.157332261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073581056, end = 3073585152, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.157334327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073585152, end = 3073589248, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.157336615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073589248, end = 3073597440, flags = 1048691, pgoff = 3073589248, inode = 0 }
+vm_state.vm_map: 23329.157339008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073597440, end = 3073605632, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 23329.157340938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073605632, end = 3073609728, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 23329.157343232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073609728, end = 3073613824, flags = 1048691, pgoff = 3073609728, inode = 0 }
+vm_state.vm_map: 23329.157345618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073613824, end = 3073638400, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 23329.157348091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073638400, end = 3073642496, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 23329.157350299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073642496, end = 3073650688, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.157352482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073650688, end = 3073654784, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.157354467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073654784, end = 3073658880, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.157356607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073658880, end = 3074973696, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.157358587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3074973696, end = 3074981888, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.157360714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3074981888, end = 3074985984, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.157362657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3074985984, end = 3074998272, flags = 1048691, pgoff = 3074985984, inode = 0 }
+vm_state.vm_map: 23329.157365080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3074998272, end = 3075006464, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 23329.157367066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3075006464, end = 3075010560, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 23329.157369496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3075010560, end = 3075170304, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 23329.157371876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3075170304, end = 3075174400, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 23329.157373923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3075174400, end = 3075178496, flags = 1048691, pgoff = 3075174400, inode = 0 }
+vm_state.vm_map: 23329.157376334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3075178496, end = 3075837952, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 23329.157378394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3075837952, end = 3075862528, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 23329.157380731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3075862528, end = 3076026368, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 23329.157382717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076026368, end = 3076030464, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 23329.157385079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076030464, end = 3076067328, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.157387262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076067328, end = 3076071424, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.157389198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076071424, end = 3076075520, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.157391127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076075520, end = 3076235264, flags = 1048691, pgoff = 3076075520, inode = 0 }
+vm_state.vm_map: 23329.157393539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076235264, end = 3076313088, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.157395592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076313088, end = 3076317184, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.157397560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076317184, end = 3076321280, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.157399551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076321280, end = 3076329472, flags = 1048691, pgoff = 3076321280, inode = 0 }
+vm_state.vm_map: 23329.157401969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076329472, end = 3076407296, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.157404134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076407296, end = 3076411392, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.157406735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076411392, end = 3076419584, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.157408671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076419584, end = 3076423680, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.157410720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076423680, end = 3076427776, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.157412908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076427776, end = 3076431872, flags = 1048691, pgoff = 3076427776, inode = 0 }
+vm_state.vm_map: 23329.157415394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076431872, end = 3077734400, flags = 134217845, pgoff = 0, inode = 33850 }
+vm_state.vm_map: 23329.157417329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3077734400, end = 3077828608, flags = 135266419, pgoff = 1302528, inode = 33850 }
+vm_state.vm_map: 23329.157419259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3077828608, end = 3077840896, flags = 1048691, pgoff = 3077828608, inode = 0 }
+vm_state.vm_map: 23329.157421843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3077840896, end = 3077910528, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.157423786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3077910528, end = 3077914624, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.157425845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3077914624, end = 3077918720, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.157427800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3077918720, end = 3077926912, flags = 1048691, pgoff = 3077918720, inode = 0 }
+vm_state.vm_map: 23329.157429971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078021120, end = 3078029312, flags = 1048691, pgoff = 3078021120, inode = 0 }
+vm_state.vm_map: 23329.157431932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078029312, end = 3078033408, flags = 67371125, pgoff = 3078029312, inode = 0 }
+vm_state.vm_map: 23329.157434096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078033408, end = 3078148096, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.157436119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078148096, end = 3078152192, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.157438308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078152192, end = 3078156288, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.157444721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078156288, end = 3078234112, flags = 134223989, pgoff = 0, inode = 19232 }
+vm_state.vm_map: 23329.157446775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078234112, end = 3078238208, flags = 135272561, pgoff = 73728, inode = 19232 }
+vm_state.vm_map: 23329.157448804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078238208, end = 3078242304, flags = 135272563, pgoff = 77824, inode = 19232 }
+vm_state.vm_map: 23329.157450857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078242304, end = 3078250496, flags = 1048691, pgoff = 3078242304, inode = 0 }
+vm_state.vm_map: 23329.157452824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3105247232, end = 3105382400, flags = 1048691, pgoff = 3105247232, inode = 0 }
+vm_state.vm_map: 23329.157454748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3213828096, end = 3213914112, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.157479519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 20943 }
+vm_state.vm_map: 23329.157481709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 20943 }
+vm_state.vm_map: 23329.157483941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 147365888, end = 147501056, flags = 1048691, pgoff = 147365888, inode = 0 }
+vm_state.vm_map: 23329.157486439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076263936, end = 3076304896, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.157488522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076304896, end = 3076308992, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.157490625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076308992, end = 3076313088, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.157493073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076313088, end = 3076349952, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.157495262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076349952, end = 3076354048, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.157497340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076354048, end = 3076358144, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.157499967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076358144, end = 3076435968, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.157501990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076435968, end = 3076440064, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.157504290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076440064, end = 3076444160, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.157506448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076444160, end = 3076452352, flags = 1048691, pgoff = 3076444160, inode = 0 }
+vm_state.vm_map: 23329.157508859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076452352, end = 3076476928, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.157510962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076476928, end = 3076481024, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.157513306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076481024, end = 3076485120, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.157515464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076485120, end = 3076493312, flags = 1048691, pgoff = 3076485120, inode = 0 }
+vm_state.vm_map: 23329.157517931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076493312, end = 3076509696, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.157519959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076509696, end = 3076513792, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.157522364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076513792, end = 3076521984, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.157524350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076521984, end = 3076526080, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.157526533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076526080, end = 3076534272, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.157528624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076534272, end = 3076538368, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.157530665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076538368, end = 3076542464, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.157532916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076542464, end = 3076640768, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.157538817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076640768, end = 3076644864, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.157541000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076644864, end = 3077959680, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.157543109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3077959680, end = 3077967872, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.157545076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3077967872, end = 3077971968, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.157547221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3077971968, end = 3077988352, flags = 1048691, pgoff = 3077971968, inode = 0 }
+vm_state.vm_map: 23329.157549547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3077988352, end = 3078074368, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.157551557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3078074368, end = 3078078464, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.157553653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3078078464, end = 3078082560, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.157555743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3078082560, end = 3078090752, flags = 1048691, pgoff = 3078082560, inode = 0 }
+vm_state.vm_map: 23329.157557933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3078090752, end = 3079241728, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.157559961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3079241728, end = 3079258112, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.157562138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3079352320, end = 3079360512, flags = 1048691, pgoff = 3079352320, inode = 0 }
+vm_state.vm_map: 23329.157564223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3079360512, end = 3079364608, flags = 67371125, pgoff = 3079360512, inode = 0 }
+vm_state.vm_map: 23329.157566301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3079364608, end = 3079479296, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.157568243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3079479296, end = 3079483392, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.157570765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3079483392, end = 3079487488, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.157572695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3220213760, end = 3220299776, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.157575181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075735552, end = 3075776512, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.157577253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075776512, end = 3075780608, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.157579189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075780608, end = 3075784704, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.157581335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075784704, end = 3075821568, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.157583265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075821568, end = 3075825664, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.157585325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075825664, end = 3075829760, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.157587391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075829760, end = 3075907584, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.157589370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075907584, end = 3075911680, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.157591356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075911680, end = 3075915776, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.157593514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075915776, end = 3075923968, flags = 1048691, pgoff = 3075915776, inode = 0 }
+vm_state.vm_map: 23329.157595623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075923968, end = 3075948544, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.157597547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075948544, end = 3075952640, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.157599471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075952640, end = 3075956736, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.157601623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075956736, end = 3075964928, flags = 1048691, pgoff = 3075956736, inode = 0 }
+vm_state.vm_map: 23329.157604071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075964928, end = 3075973120, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.157606051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075973120, end = 3075977216, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.157608308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075977216, end = 3075981312, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.157610429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075981312, end = 3077296128, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.157612421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077296128, end = 3077304320, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.157614474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077304320, end = 3077308416, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.157616638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077308416, end = 3077320704, flags = 1048691, pgoff = 3077308416, inode = 0 }
+vm_state.vm_map: 23329.157618753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077320704, end = 3077349376, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.157620789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077349376, end = 3077353472, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.157622835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077353472, end = 3077357568, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.157625026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077357568, end = 3077443584, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.157627010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077443584, end = 3077447680, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.157629144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077447680, end = 3077451776, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.157631111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077451776, end = 3077464064, flags = 1048691, pgoff = 3077451776, inode = 0 }
+vm_state.vm_map: 23329.157633782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077464064, end = 3077562368, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.157635804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077562368, end = 3077566464, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.157638352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077566464, end = 3077570560, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.157640885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077570560, end = 3077718016, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.157643068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077718016, end = 3077726208, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.157645226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077820416, end = 3077828608, flags = 1048691, pgoff = 3077820416, inode = 0 }
+vm_state.vm_map: 23329.157647268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077828608, end = 3077832704, flags = 67371125, pgoff = 3077828608, inode = 0 }
+vm_state.vm_map: 23329.157649432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077832704, end = 3077947392, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.157651492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077947392, end = 3077951488, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.157653570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077951488, end = 3077955584, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.157655993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077955584, end = 3078246400, flags = 134223989, pgoff = 0, inode = 20940 }
+vm_state.vm_map: 23329.157658127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3078246400, end = 3078250496, flags = 135272561, pgoff = 286720, inode = 20940 }
+vm_state.vm_map: 23329.157660211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3078250496, end = 3078254592, flags = 135272563, pgoff = 290816, inode = 20940 }
+vm_state.vm_map: 23329.157662148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3102511104, end = 3102892032, flags = 1048691, pgoff = 3102511104, inode = 0 }
+vm_state.vm_map: 23329.157664102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3214618624, end = 3214704640, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.157670244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 23329.157672390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 23329.157674820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 23329.157676898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 153337856, end = 153894912, flags = 1048691, pgoff = 153337856, inode = 0 }
+vm_state.vm_map: 23329.157681702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
+vm_state.vm_map: 23329.157687283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 23329.157689435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 23329.157694312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 23329.157696348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 23329.157698734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
+vm_state.vm_map: 23329.157700787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
+vm_state.vm_map: 23329.157702872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
+vm_state.vm_map: 23329.157705474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 23329.157707397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 23329.157712516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 23329.157714582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 23329.157716888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 23329.157718818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 23329.157721433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 23329.157723394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 23329.157725324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
+vm_state.vm_map: 23329.157727673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 23329.157729850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 23329.157735375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 23329.157737404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 23329.157739643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.157741937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
+vm_state.vm_map: 23329.157744181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.157746278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.157748874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.157751026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.157753333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.157755417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.157760245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.157762287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.157764340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
+vm_state.vm_map: 23329.157766800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 23329.157768737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 23329.157771153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.157773257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.157775323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.157777500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.157779886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.157781815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.157784251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.157786305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.157788321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
+vm_state.vm_map: 23329.157790769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.157792699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.157795222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.157797152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.157799433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.157801481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.157804065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.157806081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.157808529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.157810570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.157812642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
+vm_state.vm_map: 23329.157814720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.157816762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.157819327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.157821331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.157826135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.157828207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.157830371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.157832406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.157837080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
+vm_state.vm_map: 23329.157839239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.157841378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.157843426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
+vm_state.vm_map: 23329.157845830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.157847896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.157850431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.157852380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.157855062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.157856992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.157859378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.157861303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.157863720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
+vm_state.vm_map: 23329.157865687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
+vm_state.vm_map: 23329.157867740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
+vm_state.vm_map: 23329.157870121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 23329.157872045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 23329.157874098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
+vm_state.vm_map: 23329.157878939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 23329.157881035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 23329.157883200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.157885284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.157890150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.157892185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.157894867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.157896841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.157898777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
+vm_state.vm_map: 23329.157901052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.157903260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.157905721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.157907663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.157909988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.157912040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.157914106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.157916247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.157918368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.157920532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.157922598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.157924966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.157927081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
+vm_state.vm_map: 23329.157929246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.157931243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.157933334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.157935332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
+vm_state.vm_map: 23329.157937848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.157939870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.157942189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.157944138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.157946413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.157948756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.157950828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.157953024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.157955114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.157957279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.157959838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.157961799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.157963970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
+vm_state.vm_map: 23329.157966356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.157968582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.157970611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.157972621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
+vm_state.vm_map: 23329.157975285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.157977271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.157979361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
+vm_state.vm_map: 23329.157981827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.157983906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.157985836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
+vm_state.vm_map: 23329.157988462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 23329.157990449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 23329.157992532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
+vm_state.vm_map: 23329.157995117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.157997145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.157999526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 23329.158001659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 23329.158003818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
+vm_state.vm_map: 23329.158006173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.158008202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.158010718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.158012734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.158014831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
+vm_state.vm_map: 23329.158019481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.158021522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.158023877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 23329.158025980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 23329.158028657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.158031018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.158033115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.158067869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.158070484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
+vm_state.vm_map: 23329.158072563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
+vm_state.vm_map: 23329.158074807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.158076983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.158079025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.158081275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.158084013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 23329.158086104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 23329.158088207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 23329.158090211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 153337856, end = 154501120, flags = 1048691, pgoff = 153337856, inode = 0 }
+vm_state.vm_map: 23329.158099997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3022475264, end = 3024510976, flags = 134217937, pgoff = 0, inode = 41242 }
+vm_state.vm_map: 23329.158102951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3024510976, end = 3024736256, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.158105011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3024736256, end = 3024740352, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.158106996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3024740352, end = 3024744448, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.158109216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 23329.158111387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 23329.158113644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 23329.158115667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 23329.158117776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
+vm_state.vm_map: 23329.158119897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
+vm_state.vm_map: 23329.158122000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
+vm_state.vm_map: 23329.158123998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 23329.158126236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 23329.158128247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 23329.158130201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 23329.158132477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 23329.158134455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 23329.158136757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 23329.158138791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 23329.158140850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
+vm_state.vm_map: 23329.158142800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 23329.158144729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 23329.158149756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3042304000, end = 3042373632, flags = 134217845, pgoff = 0, inode = 20910 }
+vm_state.vm_map: 23329.158151796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3042373632, end = 3042377728, flags = 135266419, pgoff = 65536, inode = 20910 }
+vm_state.vm_map: 23329.158153886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 23329.158155841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 23329.158160466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.158162526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
+vm_state.vm_map: 23329.158164697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.158166762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.158168828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.158171227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.158173188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.158175371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.158177443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.158179416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.158181501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
+vm_state.vm_map: 23329.158183566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 23329.158185645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 23329.158187612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.158189548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.158191836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.158193760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.158195752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.158197811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.158199914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.158201838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.158204219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
+vm_state.vm_map: 23329.158206161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.158208276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.158210316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.158212290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.158214300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.158216464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.158218500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.158220423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.158222372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.158224518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.158226461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
+vm_state.vm_map: 23329.158228428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.158230450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.158232615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.158234539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.158236907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.158238960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.158240915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.158242944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.158244874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
+vm_state.vm_map: 23329.158247002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.158248981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.158251022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
+vm_state.vm_map: 23329.158252971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.158257670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.158259674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.158261752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.158263769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.158265939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.158268024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.158270299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.158272260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
+vm_state.vm_map: 23329.158274431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
+vm_state.vm_map: 23329.158276373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
+vm_state.vm_map: 23329.158278321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 23329.158280252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 23329.158282417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
+vm_state.vm_map: 23329.158284365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 23329.158286289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 23329.158288404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.158290464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.158292406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.158294442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.158296457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.158298591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.158300675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
+vm_state.vm_map: 23329.158302970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.158304955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.158307125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.158309068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.158311084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.158313113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.158315321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.158317356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.158319385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.158321469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.158323627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.158325705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.158327901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
+vm_state.vm_map: 23329.158329973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.158332051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.158334185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.158336534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
+vm_state.vm_map: 23329.158338594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.158340863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.158342836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.158344760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.158346684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.158348855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.158350816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.158353085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.158355125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.158357272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.158359251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.158361330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.158363487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
+vm_state.vm_map: 23329.158365553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.158367540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.158369913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.158371905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
+vm_state.vm_map: 23329.158374100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.158376049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.158378090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
+vm_state.vm_map: 23329.158380040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.158382086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.158384176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
+vm_state.vm_map: 23329.158386174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 23329.158388098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 23329.158390294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
+vm_state.vm_map: 23329.158392249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.158394173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.158396269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 23329.158398323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 23329.158400364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
+vm_state.vm_map: 23329.158402775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.158404717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.158406802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.158408837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.158410859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
+vm_state.vm_map: 23329.158412944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.158414874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.158416952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 23329.158418932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 23329.158421053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.158423143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.158425141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.158427213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.158429260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
+vm_state.vm_map: 23329.158431191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
+vm_state.vm_map: 23329.158433158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.158435679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.158437622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.158439559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.158444861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 23329.158446958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 23329.158448987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 23329.158451090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 153337856, end = 155320320, flags = 1048691, pgoff = 153337856, inode = 0 }
+vm_state.vm_map: 23329.158456276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2911248384, end = 2911252480, flags = 1048688, pgoff = 2911248384, inode = 0 }
+vm_state.vm_map: 23329.158458422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2911252480, end = 2919641088, flags = 1048691, pgoff = 2911252480, inode = 0 }
+vm_state.vm_map: 23329.158463417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2919641088, end = 2919645184, flags = 1048688, pgoff = 2919641088, inode = 0 }
+vm_state.vm_map: 23329.158465464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2919645184, end = 2928033792, flags = 1048691, pgoff = 2919645184, inode = 0 }
+vm_state.vm_map: 23329.158468060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2928033792, end = 2995146752, flags = 134217979, pgoff = 0, inode = 8197 }
+vm_state.vm_map: 23329.158473814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995146752, end = 2995216384, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.158475879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995216384, end = 2995220480, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.158477976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995220480, end = 2995224576, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.158479912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995224576, end = 2995232768, flags = 1048691, pgoff = 2995224576, inode = 0 }
+vm_state.vm_map: 23329.158485129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995232768, end = 2995253248, flags = 134217845, pgoff = 0, inode = 23692 }
+vm_state.vm_map: 23329.158487171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995253248, end = 2995257344, flags = 135266419, pgoff = 16384, inode = 23692 }
+vm_state.vm_map: 23329.158489761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995257344, end = 2995421184, flags = 134217845, pgoff = 0, inode = 21283 }
+vm_state.vm_map: 23329.158491715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995421184, end = 2995425280, flags = 135266419, pgoff = 159744, inode = 21283 }
+vm_state.vm_map: 23329.158494120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995425280, end = 2996387840, flags = 134217845, pgoff = 0, inode = 21285 }
+vm_state.vm_map: 23329.158496057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2996387840, end = 2996445184, flags = 135266419, pgoff = 962560, inode = 21285 }
+vm_state.vm_map: 23329.158501039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2996445184, end = 2996768768, flags = 134217845, pgoff = 0, inode = 21280 }
+vm_state.vm_map: 23329.158503087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2996768768, end = 2996772864, flags = 135266419, pgoff = 323584, inode = 21280 }
+vm_state.vm_map: 23329.158505603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2996772864, end = 2996785152, flags = 134217845, pgoff = 0, inode = 499779 }
+vm_state.vm_map: 23329.158507545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2996785152, end = 2996789248, flags = 135266419, pgoff = 8192, inode = 499779 }
+vm_state.vm_map: 23329.158515260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2996789248, end = 2997186560, flags = 134217845, pgoff = 0, inode = 24050 }
+vm_state.vm_map: 23329.158517300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2997186560, end = 2997194752, flags = 135266419, pgoff = 397312, inode = 24050 }
+vm_state.vm_map: 23329.158519286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2997194752, end = 2997211136, flags = 1048691, pgoff = 2997194752, inode = 0 }
+vm_state.vm_map: 23329.158521845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2997211136, end = 2997514240, flags = 134217845, pgoff = 0, inode = 24049 }
+vm_state.vm_map: 23329.158524022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2997514240, end = 2997518336, flags = 135266419, pgoff = 299008, inode = 24049 }
+vm_state.vm_map: 23329.158526291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2997518336, end = 2997780480, flags = 134217845, pgoff = 0, inode = 24048 }
+vm_state.vm_map: 23329.158530903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2997780480, end = 2997784576, flags = 135266419, pgoff = 262144, inode = 24048 }
+vm_state.vm_map: 23329.158535793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2997784576, end = 2998587392, flags = 134217845, pgoff = 0, inode = 21274 }
+vm_state.vm_map: 23329.158537835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2998587392, end = 2998603776, flags = 135266419, pgoff = 802816, inode = 21274 }
+vm_state.vm_map: 23329.158543378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2998697984, end = 2998829056, flags = 134217845, pgoff = 0, inode = 1114250 }
+vm_state.vm_map: 23329.158545531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2998829056, end = 2998833152, flags = 135266419, pgoff = 126976, inode = 1114250 }
+vm_state.vm_map: 23329.158553171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2998833152, end = 2998964224, flags = 134217845, pgoff = 0, inode = 1065118 }
+vm_state.vm_map: 23329.158555342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2998964224, end = 2998968320, flags = 135266419, pgoff = 131072, inode = 1065118 }
+vm_state.vm_map: 23329.158557784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2998976512, end = 2998996992, flags = 134217845, pgoff = 0, inode = 18127 }
+vm_state.vm_map: 23329.158559708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2998996992, end = 2999001088, flags = 135266419, pgoff = 16384, inode = 18127 }
+vm_state.vm_map: 23329.158562335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999001088, end = 2999029760, flags = 134217845, pgoff = 0, inode = 499851 }
+vm_state.vm_map: 23329.158564351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999029760, end = 2999033856, flags = 135266419, pgoff = 28672, inode = 499851 }
+vm_state.vm_map: 23329.158569513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999033856, end = 2999058432, flags = 134217845, pgoff = 0, inode = 1114248 }
+vm_state.vm_map: 23329.158571677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999058432, end = 2999062528, flags = 135266419, pgoff = 20480, inode = 1114248 }
+vm_state.vm_map: 23329.158576462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999062528, end = 2999099392, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.158578620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999099392, end = 2999103488, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.158580705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999103488, end = 2999107584, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.158585774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999107584, end = 2999185408, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.158590220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999185408, end = 2999189504, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.158592266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999189504, end = 2999193600, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.158594320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999193600, end = 2999201792, flags = 1048691, pgoff = 2999193600, inode = 0 }
+vm_state.vm_map: 23329.158601584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999201792, end = 2999234560, flags = 134217845, pgoff = 0, inode = 1065073 }
+vm_state.vm_map: 23329.158603743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999234560, end = 2999238656, flags = 135266419, pgoff = 28672, inode = 1065073 }
+vm_state.vm_map: 23329.158606228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999238656, end = 2999283712, flags = 134217845, pgoff = 0, inode = 1065186 }
+vm_state.vm_map: 23329.158608546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999283712, end = 2999287808, flags = 135266419, pgoff = 45056, inode = 1065186 }
+vm_state.vm_map: 23329.158613319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999287808, end = 2999328768, flags = 134217845, pgoff = 0, inode = 1114244 }
+vm_state.vm_map: 23329.158615484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999328768, end = 2999332864, flags = 135266419, pgoff = 36864, inode = 1114244 }
+vm_state.vm_map: 23329.158620473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999332864, end = 2999414784, flags = 134217845, pgoff = 0, inode = 23971 }
+vm_state.vm_map: 23329.158622902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999414784, end = 2999418880, flags = 135266419, pgoff = 81920, inode = 23971 }
+vm_state.vm_map: 23329.158627657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999418880, end = 2999676928, flags = 134217845, pgoff = 0, inode = 1066196 }
+vm_state.vm_map: 23329.158629710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999676928, end = 2999685120, flags = 135266419, pgoff = 253952, inode = 1066196 }
+vm_state.vm_map: 23329.158632060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999689216, end = 2999705600, flags = 134217845, pgoff = 0, inode = 21276 }
+vm_state.vm_map: 23329.158634058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999705600, end = 2999709696, flags = 135266419, pgoff = 12288, inode = 21276 }
+vm_state.vm_map: 23329.158636401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999709696, end = 2999734272, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.158638399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999734272, end = 2999738368, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.158640446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999738368, end = 2999742464, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.158642716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999742464, end = 2999750656, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.158644917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999750656, end = 2999754752, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.158646958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999754752, end = 2999758848, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.158651861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999758848, end = 2999775232, flags = 134217845, pgoff = 0, inode = 59036 }
+vm_state.vm_map: 23329.158653901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999775232, end = 2999779328, flags = 135266419, pgoff = 12288, inode = 59036 }
+vm_state.vm_map: 23329.158659070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999779328, end = 2999799808, flags = 134217845, pgoff = 0, inode = 58996 }
+vm_state.vm_map: 23329.158661105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999799808, end = 2999803904, flags = 135266419, pgoff = 20480, inode = 58996 }
+vm_state.vm_map: 23329.158670489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999803904, end = 2999857152, flags = 134217845, pgoff = 0, inode = 1114238 }
+vm_state.vm_map: 23329.158672648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999857152, end = 2999861248, flags = 135266419, pgoff = 53248, inode = 1114238 }
+vm_state.vm_map: 23329.158680189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999861248, end = 3000020992, flags = 134217845, pgoff = 0, inode = 59044 }
+vm_state.vm_map: 23329.158682360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000020992, end = 3000029184, flags = 135266419, pgoff = 159744, inode = 59044 }
+vm_state.vm_map: 23329.158689470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000029184, end = 3000061952, flags = 134217845, pgoff = 0, inode = 58974 }
+vm_state.vm_map: 23329.158691517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000061952, end = 3000066048, flags = 135266419, pgoff = 28672, inode = 58974 }
+vm_state.vm_map: 23329.158699189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000066048, end = 3000451072, flags = 134217845, pgoff = 0, inode = 59002 }
+vm_state.vm_map: 23329.158701347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000451072, end = 3000463360, flags = 135266419, pgoff = 380928, inode = 59002 }
+vm_state.vm_map: 23329.158706182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000463360, end = 3000500224, flags = 134217845, pgoff = 0, inode = 59009 }
+vm_state.vm_map: 23329.158708352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000500224, end = 3000504320, flags = 135266419, pgoff = 32768, inode = 59009 }
+vm_state.vm_map: 23329.158715358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000504320, end = 3000541184, flags = 134217845, pgoff = 0, inode = 20855 }
+vm_state.vm_map: 23329.158717343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000541184, end = 3000545280, flags = 135266419, pgoff = 36864, inode = 20855 }
+vm_state.vm_map: 23329.158722178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000545280, end = 3000553472, flags = 134217845, pgoff = 0, inode = 23893 }
+vm_state.vm_map: 23329.158724207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000553472, end = 3000557568, flags = 135266419, pgoff = 4096, inode = 23893 }
+vm_state.vm_map: 23329.158726735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000557568, end = 3000741888, flags = 134217845, pgoff = 0, inode = 23888 }
+vm_state.vm_map: 23329.158728832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000741888, end = 3000750080, flags = 135266419, pgoff = 180224, inode = 23888 }
+vm_state.vm_map: 23329.158731402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000750080, end = 3000922112, flags = 134217845, pgoff = 0, inode = 58971 }
+vm_state.vm_map: 23329.158736249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000922112, end = 3000930304, flags = 135266419, pgoff = 167936, inode = 58971 }
+vm_state.vm_map: 23329.158738538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000930304, end = 3002966016, flags = 134217937, pgoff = 0, inode = 41242 }
+vm_state.vm_map: 23329.158740770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3002966016, end = 3003006976, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.158742947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3003006976, end = 3003011072, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.158745074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3003011072, end = 3003015168, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.158752652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3003015168, end = 3019255808, flags = 134217979, pgoff = 0, inode = 1204696 }
+vm_state.vm_map: 23329.158755144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3019255808, end = 3023552512, flags = 134217979, pgoff = 0, inode = 1204694 }
+vm_state.vm_map: 23329.158757666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023552512, end = 3023753216, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 23329.158759713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023753216, end = 3023757312, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 23329.158764622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023757312, end = 3023790080, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.158766682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023790080, end = 3023794176, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.158771584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023794176, end = 3023802368, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.158773637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023802368, end = 3023806464, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.158780526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023806464, end = 3023831040, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.158782616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023831040, end = 3023835136, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.158790065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023839232, end = 3023851520, flags = 134217845, pgoff = 0, inode = 1114259 }
+vm_state.vm_map: 23329.158792100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023851520, end = 3023855616, flags = 135266419, pgoff = 8192, inode = 1114259 }
+vm_state.vm_map: 23329.158794487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023855616, end = 3023925248, flags = 134217845, pgoff = 0, inode = 59034 }
+vm_state.vm_map: 23329.158796497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023925248, end = 3023929344, flags = 135266419, pgoff = 65536, inode = 59034 }
+vm_state.vm_map: 23329.158798588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
+vm_state.vm_map: 23329.158805611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024171008, end = 3024203776, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.158808459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024203776, end = 3024216064, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.158810815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024216064, end = 3024224256, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.158815434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024224256, end = 3024228352, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.158817864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024228352, end = 3024232448, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.158820330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024232448, end = 3024236544, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.158822736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024236544, end = 3024265216, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.158825072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024265216, end = 3024277504, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.158827416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024277504, end = 3024281600, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.158829666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024281600, end = 3024289792, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.158831997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024289792, end = 3024293888, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.158836561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024293888, end = 3024297984, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.158838855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024297984, end = 3024310272, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.158841229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024310272, end = 3024318464, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.158843702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024318464, end = 3024351232, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.158846366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024351232, end = 3024371712, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.158848580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024371712, end = 3024379904, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.158850923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024379904, end = 3024408576, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.158855684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024408576, end = 3024453632, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.158858107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024453632, end = 3024510976, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.158860463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024510976, end = 3024736256, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.158862479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024736256, end = 3024740352, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.158864570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024740352, end = 3024744448, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.158869275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024752640, end = 3024756736, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.158871637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024756736, end = 3024781312, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.158878684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024781312, end = 3024838656, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.158880762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 23329.158883076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 23329.158885171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 23329.158887263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 23329.158889254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
+vm_state.vm_map: 23329.158891350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
+vm_state.vm_map: 23329.158893441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
+vm_state.vm_map: 23329.158895457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 23329.158897677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 23329.158899701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 23329.158901803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 23329.158903862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 23329.158905990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 23329.158908087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 23329.158912520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 23329.158914574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
+vm_state.vm_map: 23329.158917065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 23329.158919131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 23329.158926173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042283520, end = 3042287616, flags = 134217845, pgoff = 0, inode = 20890 }
+vm_state.vm_map: 23329.158928338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042287616, end = 3042291712, flags = 135266419, pgoff = 0, inode = 20890 }
+vm_state.vm_map: 23329.158930848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042291712, end = 3042295808, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.158933216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042295808, end = 3042299904, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.158935633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042299904, end = 3042304000, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.158938038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042304000, end = 3042308096, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.158940295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042308096, end = 3042316288, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.158942638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042316288, end = 3042373632, flags = 134217845, pgoff = 0, inode = 22475 }
+vm_state.vm_map: 23329.158944858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042373632, end = 3042377728, flags = 135266419, pgoff = 57344, inode = 22475 }
+vm_state.vm_map: 23329.158946844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 23329.158948842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 23329.158951025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.158953411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
+vm_state.vm_map: 23329.158955439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.158957524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.158959646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.158961754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.158963801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.158966021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.158968068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.158970153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.158972280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
+vm_state.vm_map: 23329.158974377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 23329.158976412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 23329.158978558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.158980642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.158982659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.158984866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.158987271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.158989282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.158991471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.158993580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.158995683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
+vm_state.vm_map: 23329.158997829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.158999938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.159002047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.159004038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.159084956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.159087176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.159089353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.159091548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.159093632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.159095728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.159097986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
+vm_state.vm_map: 23329.159100612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.159102690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.159104898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.159107149 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.159109234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.159114820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.159116904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.159119050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.159121104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
+vm_state.vm_map: 23329.159123225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.159125414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.159127585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
+vm_state.vm_map: 23329.159129620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.159131729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.159133930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.159136268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.159138549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.159140775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.159142847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.159144962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.159147090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
+vm_state.vm_map: 23329.159149267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
+vm_state.vm_map: 23329.159151302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
+vm_state.vm_map: 23329.159153627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 23329.159155668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 23329.159157764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
+vm_state.vm_map: 23329.159159978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 23329.159162075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 23329.159164178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.159166614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.159168636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.159170948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.159173132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.159175204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.159177133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
+vm_state.vm_map: 23329.159179280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.159181375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.159183343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.159185490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.159187561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.159189552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.159191526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.159193691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.159195688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.159197773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.159199820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.159201873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.159204180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
+vm_state.vm_map: 23329.159206159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.159208225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.159210297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.159214786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
+vm_state.vm_map: 23329.159216871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.159219078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.159221187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.159223228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.159225374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.159227348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.159229531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.159231664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.159233675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.159235808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.159238145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.159240217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.159242147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
+vm_state.vm_map: 23329.159244226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.159246267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.159248271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.159250269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
+vm_state.vm_map: 23329.159252630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.159254751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.159256712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
+vm_state.vm_map: 23329.159259081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.159261164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.159263199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
+vm_state.vm_map: 23329.159265439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 23329.159267596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 23329.159269662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
+vm_state.vm_map: 23329.159272160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.159274398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.159276501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 23329.159278548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 23329.159280750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
+vm_state.vm_map: 23329.159282754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.159284931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.159287089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.159289173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.159291221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
+vm_state.vm_map: 23329.159293780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079139328, end = 3079151616, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.159296006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.159298133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.159300094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 23329.159302203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 23329.159304411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.159306804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.159309116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.159311429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.159313636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
+vm_state.vm_map: 23329.159315949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
+vm_state.vm_map: 23329.159318069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.159320135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.159322171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.159324384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.159328176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 134512640, end = 134524928, flags = 134223989, pgoff = 0, inode = 18933 }
+vm_state.vm_map: 23329.159330347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 134524928, end = 134529024, flags = 135272563, pgoff = 8192, inode = 18933 }
+vm_state.vm_map: 23329.159332684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 139386880, end = 139522048, flags = 1048691, pgoff = 139386880, inode = 0 }
+vm_state.vm_map: 23329.159334978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3076870144, end = 3076874240, flags = 1048691, pgoff = 3076870144, inode = 0 }
+vm_state.vm_map: 23329.159337254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3076874240, end = 3078189056, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.159339350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078189056, end = 3078197248, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.159341687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078197248, end = 3078201344, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.159344308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078201344, end = 3078213632, flags = 1048691, pgoff = 3078201344, inode = 0 }
+vm_state.vm_map: 23329.159346960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078307840, end = 3078316032, flags = 1048691, pgoff = 3078307840, inode = 0 }
+vm_state.vm_map: 23329.159348909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078316032, end = 3078320128, flags = 67371125, pgoff = 3078316032, inode = 0 }
+vm_state.vm_map: 23329.159351344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078320128, end = 3078434816, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.159354002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078434816, end = 3078438912, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.159356389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078438912, end = 3078443008, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.159358639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3220574208, end = 3220660224, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.159364387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 23329.159366718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 23329.159368987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 23329.159371275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 153337856, end = 155066368, flags = 1048691, pgoff = 153337856, inode = 0 }
+vm_state.vm_map: 23329.159373927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2991767552, end = 2993803264, flags = 134217937, pgoff = 0, inode = 41242 }
+vm_state.vm_map: 23329.159376609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993803264, end = 2993844224, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.159378841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993844224, end = 2993848320, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.159380920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993848320, end = 2993852416, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.159383559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993852416, end = 2993889280, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.159385686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993889280, end = 2993893376, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.159388048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993893376, end = 2993897472, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.159393154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993897472, end = 2993922048, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.159395220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993922048, end = 2993926144, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.159397698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993926144, end = 2993930240, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.159400300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2994024448, end = 2994028544, flags = 1048688, pgoff = 2994024448, inode = 0 }
+vm_state.vm_map: 23329.159402509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2994028544, end = 3002417152, flags = 1048691, pgoff = 2994028544, inode = 0 }
+vm_state.vm_map: 23329.159404914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3002417152, end = 3018657792, flags = 134217979, pgoff = 0, inode = 1204696 }
+vm_state.vm_map: 23329.159407344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3018657792, end = 3022954496, flags = 134217979, pgoff = 0, inode = 1204694 }
+vm_state.vm_map: 23329.159409822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3022954496, end = 3023179776, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.159411919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023179776, end = 3023183872, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.159413966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023183872, end = 3023187968, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.159416494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023187968, end = 3023388672, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 23329.159418714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023388672, end = 3023392768, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 23329.159421606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023392768, end = 3023425536, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.159423690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023425536, end = 3023429632, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.159426089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023429632, end = 3023437824, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.159430942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023437824, end = 3023441920, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.159433316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023441920, end = 3023519744, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.159435401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023519744, end = 3023523840, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.159437380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023523840, end = 3023527936, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.159439384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023527936, end = 3023536128, flags = 1048691, pgoff = 3023527936, inode = 0 }
+vm_state.vm_map: 23329.159441820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023536128, end = 3023540224, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.159444133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023540224, end = 3023564800, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.159446815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023564800, end = 3023568896, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.159449442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023568896, end = 3023572992, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.159451773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023572992, end = 3023577088, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.159454369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023577088, end = 3023581184, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.159456528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023581184, end = 3023589376, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.159459056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023589376, end = 3023622144, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.159461251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023622144, end = 3023634432, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.159463613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023634432, end = 3023642624, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.159487243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023642624, end = 3023646720, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.159489617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023646720, end = 3023650816, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.159492318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023650816, end = 3023654912, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.159494630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023654912, end = 3023683584, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.159497189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023683584, end = 3023695872, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.159499958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023695872, end = 3023699968, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.159502308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023699968, end = 3023708160, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.159504953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023708160, end = 3023712256, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.159507623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023712256, end = 3023716352, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.159510269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023716352, end = 3023728640, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.159512723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023728640, end = 3023736832, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.159514974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023736832, end = 3023769600, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.159517219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023769600, end = 3023790080, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.159519821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023790080, end = 3023798272, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.159522460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023798272, end = 3023826944, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.159524674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023826944, end = 3023872000, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.159527110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023872000, end = 3023929344, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.159529207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
+vm_state.vm_map: 23329.159532019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024175104, end = 3024199680, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.159534140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024199680, end = 3024203776, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.159536656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024203776, end = 3024240640, flags = 134217845, pgoff = 0, inode = 20855 }
+vm_state.vm_map: 23329.159538956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024240640, end = 3024244736, flags = 135266419, pgoff = 36864, inode = 20855 }
+vm_state.vm_map: 23329.159541700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024244736, end = 3024359424, flags = 134217845, pgoff = 0, inode = 23885 }
+vm_state.vm_map: 23329.159543703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024359424, end = 3024363520, flags = 135266419, pgoff = 110592, inode = 23885 }
+vm_state.vm_map: 23329.159545917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024363520, end = 3024445440, flags = 134217845, pgoff = 0, inode = 23971 }
+vm_state.vm_map: 23329.159548143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024445440, end = 3024449536, flags = 135266419, pgoff = 81920, inode = 23971 }
+vm_state.vm_map: 23329.159550647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024449536, end = 3024633856, flags = 134217845, pgoff = 0, inode = 23888 }
+vm_state.vm_map: 23329.159552800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024633856, end = 3024642048, flags = 135266419, pgoff = 180224, inode = 23888 }
+vm_state.vm_map: 23329.159555753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024642048, end = 3024830464, flags = 134217845, pgoff = 0, inode = 1066195 }
+vm_state.vm_map: 23329.159558455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024830464, end = 3024838656, flags = 135266419, pgoff = 184320, inode = 1066195 }
+vm_state.vm_map: 23329.159560773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 23329.159563011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 23329.159565379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 23329.159567642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 23329.159569782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
+vm_state.vm_map: 23329.159572181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
+vm_state.vm_map: 23329.159574395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
+vm_state.vm_map: 23329.159576645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 23329.159578872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 23329.159581092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 23329.159583447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 23329.159585673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 23329.159588109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 23329.159590397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 23329.159592494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 23329.159595115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
+vm_state.vm_map: 23329.159597365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 23329.159599443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 23329.159601922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3042308096, end = 3042320384, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.159604506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3042320384, end = 3042377728, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.159606924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 23329.159609002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 23329.159611529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.159613621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
+vm_state.vm_map: 23329.159616180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.159618301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.159620767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.159623042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.159625207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.159627501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.159629795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.159632318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.159634457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
+vm_state.vm_map: 23329.159636554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 23329.159638773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 23329.159641184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.159643540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.159645686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.159647962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.159650656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.159652759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.159654893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.159656971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.159659351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
+vm_state.vm_map: 23329.159661719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.159663723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.159665950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.159668336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.159670371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.159672690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.159674743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.159676877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.159678980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.159686824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.159689141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
+vm_state.vm_map: 23329.159691756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.159694180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.159696652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.159698817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.159701118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.159703406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.159705680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.159708511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.159710706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
+vm_state.vm_map: 23329.159713099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.159715134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.159717274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
+vm_state.vm_map: 23329.159719555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.159721541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.159723619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.159725944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.159728380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.159730661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.159732943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.159735440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.159737716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
+vm_state.vm_map: 23329.159739905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
+vm_state.vm_map: 23329.159742181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
+vm_state.vm_map: 23329.159744795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 23329.159746849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 23329.159749198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
+vm_state.vm_map: 23329.159751862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 23329.159753934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 23329.159756327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.159758356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.159760539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.159762808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.159765213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.159767649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.159769875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
+vm_state.vm_map: 23329.159772539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.159774739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.159777292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.159779420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.159781868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.159783977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.159786419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.159788454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.159790748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.159792925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.159797630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.159799899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.159802064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
+vm_state.vm_map: 23329.159804487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.159806868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.159809094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.159811493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
+vm_state.vm_map: 23329.159813756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.159816056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.159818738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.159820977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.159823369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.159825454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.159827581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.159830343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.159832656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.159834895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.159837127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.159839551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.159841839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
+vm_state.vm_map: 23329.159844231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.159846414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.159848751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.159850952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
+vm_state.vm_map: 23329.159853197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.159856045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.159858352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
+vm_state.vm_map: 23329.159860683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.159863131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.159865363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
+vm_state.vm_map: 23329.159867707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 23329.159870364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 23329.159872449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
+vm_state.vm_map: 23329.159874891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.159877024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.159879522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 23329.159881631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 23329.159884116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
+vm_state.vm_map: 23329.159886194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.159888334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.159890542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.159893027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.159895296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
+vm_state.vm_map: 23329.159897584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.159899872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.159902307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 23329.159904323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 23329.159906951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.159909023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.159911138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.159913740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.159915936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
+vm_state.vm_map: 23329.159918088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
+vm_state.vm_map: 23329.159920406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.159922743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.159924907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.159927257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.159938794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 134512640, end = 134516736, flags = 134223989, pgoff = 0, inode = 1352648 }
+vm_state.vm_map: 23329.159940891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 134516736, end = 134520832, flags = 135272563, pgoff = 0, inode = 1352648 }
+vm_state.vm_map: 23329.159943493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 159334400, end = 163192832, flags = 1048691, pgoff = 159334400, inode = 0 }
+vm_state.vm_map: 23329.159951066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2835415040, end = 2835988480, flags = 134217841, pgoff = 0, inode = 49559 }
+vm_state.vm_map: 23329.159959095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2835988480, end = 2836127744, flags = 134217841, pgoff = 0, inode = 254140 }
+vm_state.vm_map: 23329.159961969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836127744, end = 2836164608, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.159964096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836164608, end = 2836168704, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.159966668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836168704, end = 2836172800, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.159969079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836172800, end = 2836250624, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.159971225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836250624, end = 2836254720, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.159973420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836254720, end = 2836258816, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.159975474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836258816, end = 2836267008, flags = 1048691, pgoff = 2836258816, inode = 0 }
+vm_state.vm_map: 23329.159986061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836279296, end = 2836361216, flags = 134217841, pgoff = 0, inode = 98443 }
+vm_state.vm_map: 23329.159991783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836361216, end = 2838396928, flags = 134217937, pgoff = 0, inode = 41242 }
+vm_state.vm_map: 23329.159994892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838396928, end = 2838437888, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.159997204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838437888, end = 2838441984, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.159999191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838441984, end = 2838446080, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.160001694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838446080, end = 2838470656, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.160003642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838470656, end = 2838474752, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.160006047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838474752, end = 2838478848, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.160014187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838478848, end = 2838540288, flags = 134217841, pgoff = 0, inode = 649749 }
+vm_state.vm_map: 23329.160023289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838540288, end = 2964881408, flags = 134217979, pgoff = 0, inode = 73879 }
+vm_state.vm_map: 23329.160028530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2964881408, end = 2998538240, flags = 134217979, pgoff = 0, inode = 73878 }
+vm_state.vm_map: 23329.160037367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998538240, end = 2998603776, flags = 134217845, pgoff = 0, inode = 57391 }
+vm_state.vm_map: 23329.160039686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998603776, end = 2998607872, flags = 135266419, pgoff = 61440, inode = 57391 }
+vm_state.vm_map: 23329.160041739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998607872, end = 2998624256, flags = 1048691, pgoff = 2998607872, inode = 0 }
+vm_state.vm_map: 23329.160047431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998624256, end = 2998906880, flags = 134217845, pgoff = 0, inode = 22693 }
+vm_state.vm_map: 23329.160049515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998906880, end = 2998919168, flags = 135266419, pgoff = 282624, inode = 22693 }
+vm_state.vm_map: 23329.160051587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998919168, end = 2998943744, flags = 1048691, pgoff = 2998919168, inode = 0 }
+vm_state.vm_map: 23329.160056903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998947840, end = 2998964224, flags = 134217845, pgoff = 0, inode = 57390 }
+vm_state.vm_map: 23329.160058981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998964224, end = 2998968320, flags = 135266419, pgoff = 12288, inode = 57390 }
+vm_state.vm_map: 23329.160062040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998968320, end = 2998988800, flags = 134217845, pgoff = 0, inode = 57392 }
+vm_state.vm_map: 23329.160064482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998988800, end = 2998992896, flags = 135266419, pgoff = 16384, inode = 57392 }
+vm_state.vm_map: 23329.160067843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998992896, end = 2999033856, flags = 134217845, pgoff = 0, inode = 57395 }
+vm_state.vm_map: 23329.160069804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2999033856, end = 2999037952, flags = 135266419, pgoff = 36864, inode = 57395 }
+vm_state.vm_map: 23329.160074976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2999037952, end = 2999308288, flags = 134217845, pgoff = 0, inode = 18916 }
+vm_state.vm_map: 23329.160077074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2999308288, end = 2999312384, flags = 135266419, pgoff = 266240, inode = 18916 }
+vm_state.vm_map: 23329.160079941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2999312384, end = 2999394304, flags = 134217845, pgoff = 0, inode = 18915 }
+vm_state.vm_map: 23329.160082062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2999394304, end = 2999402496, flags = 135266419, pgoff = 77824, inode = 18915 }
+vm_state.vm_map: 23329.160157442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2999402496, end = 3000184832, flags = 134217845, pgoff = 0, inode = 18927 }
+vm_state.vm_map: 23329.160161049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000184832, end = 3000193024, flags = 135266419, pgoff = 778240, inode = 18927 }
+vm_state.vm_map: 23329.160169047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000193024, end = 3000205312, flags = 134217845, pgoff = 0, inode = 59166 }
+vm_state.vm_map: 23329.160171372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000205312, end = 3000209408, flags = 135266419, pgoff = 8192, inode = 59166 }
+vm_state.vm_map: 23329.160174178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000209408, end = 3000225792, flags = 134217845, pgoff = 0, inode = 57389 }
+vm_state.vm_map: 23329.160176330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000225792, end = 3000229888, flags = 135266419, pgoff = 12288, inode = 57389 }
+vm_state.vm_map: 23329.160179494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000229888, end = 3000262656, flags = 134217845, pgoff = 0, inode = 57396 }
+vm_state.vm_map: 23329.160182386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000262656, end = 3000266752, flags = 135266419, pgoff = 28672, inode = 57396 }
+vm_state.vm_map: 23329.160185192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000266752, end = 3000283136, flags = 134217845, pgoff = 0, inode = 57393 }
+vm_state.vm_map: 23329.160187634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000283136, end = 3000287232, flags = 135266419, pgoff = 12288, inode = 57393 }
+vm_state.vm_map: 23329.160193307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000287232, end = 3000651776, flags = 134217845, pgoff = 0, inode = 22572 }
+vm_state.vm_map: 23329.160195385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000651776, end = 3000659968, flags = 135266419, pgoff = 364544, inode = 22572 }
+vm_state.vm_map: 23329.160201046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000659968, end = 3000856576, flags = 134217845, pgoff = 0, inode = 20024 }
+vm_state.vm_map: 23329.160203562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000856576, end = 3000864768, flags = 135266419, pgoff = 192512, inode = 20024 }
+vm_state.vm_map: 23329.160205867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000864768, end = 3000872960, flags = 1048691, pgoff = 3000864768, inode = 0 }
+vm_state.vm_map: 23329.160208741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000872960, end = 3001323520, flags = 134217845, pgoff = 0, inode = 20711 }
+vm_state.vm_map: 23329.160210764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001323520, end = 3001335808, flags = 135266419, pgoff = 450560, inode = 20711 }
+vm_state.vm_map: 23329.160213879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001348096, end = 3001372672, flags = 134217845, pgoff = 0, inode = 18917 }
+vm_state.vm_map: 23329.160215987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001372672, end = 3001376768, flags = 135266419, pgoff = 20480, inode = 18917 }
+vm_state.vm_map: 23329.160218682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001376768, end = 3001393152, flags = 134217845, pgoff = 0, inode = 18914 }
+vm_state.vm_map: 23329.160220741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001393152, end = 3001397248, flags = 135266419, pgoff = 16384, inode = 18914 }
+vm_state.vm_map: 23329.160223855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001397248, end = 3001425920, flags = 134217845, pgoff = 0, inode = 57397 }
+vm_state.vm_map: 23329.160226365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001425920, end = 3001430016, flags = 135266419, pgoff = 24576, inode = 57397 }
+vm_state.vm_map: 23329.160229399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001430016, end = 3001556992, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 23329.160231564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001556992, end = 3001561088, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 23329.160234209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001561088, end = 3001577472, flags = 134217845, pgoff = 0, inode = 57394 }
+vm_state.vm_map: 23329.160236361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001577472, end = 3001581568, flags = 135266419, pgoff = 16384, inode = 57394 }
+vm_state.vm_map: 23329.160239050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001581568, end = 3001606144, flags = 134217845, pgoff = 0, inode = 57398 }
+vm_state.vm_map: 23329.160241239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001606144, end = 3001610240, flags = 135266419, pgoff = 24576, inode = 57398 }
+vm_state.vm_map: 23329.160244070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001610240, end = 3001626624, flags = 134217845, pgoff = 0, inode = 52571 }
+vm_state.vm_map: 23329.160246142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001626624, end = 3001630720, flags = 135266419, pgoff = 12288, inode = 52571 }
+vm_state.vm_map: 23329.160249058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001630720, end = 3001651200, flags = 134217845, pgoff = 0, inode = 52570 }
+vm_state.vm_map: 23329.160251112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001651200, end = 3001655296, flags = 135266419, pgoff = 16384, inode = 52570 }
+vm_state.vm_map: 23329.160254041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001655296, end = 3001692160, flags = 134217845, pgoff = 0, inode = 52569 }
+vm_state.vm_map: 23329.160256397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001692160, end = 3001696256, flags = 135266419, pgoff = 32768, inode = 52569 }
+vm_state.vm_map: 23329.160259455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001696256, end = 3001720832, flags = 134217845, pgoff = 0, inode = 52572 }
+vm_state.vm_map: 23329.160261503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001720832, end = 3001724928, flags = 135266419, pgoff = 20480, inode = 52572 }
+vm_state.vm_map: 23329.160264309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001724928, end = 3001745408, flags = 134217845, pgoff = 0, inode = 52568 }
+vm_state.vm_map: 23329.160266473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001745408, end = 3001749504, flags = 135266419, pgoff = 16384, inode = 52568 }
+vm_state.vm_map: 23329.160269667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001749504, end = 3001835520, flags = 134217845, pgoff = 0, inode = 57557 }
+vm_state.vm_map: 23329.160271887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001835520, end = 3001839616, flags = 135266419, pgoff = 86016, inode = 57557 }
+vm_state.vm_map: 23329.160274391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001839616, end = 3018080256, flags = 134217979, pgoff = 0, inode = 1204696 }
+vm_state.vm_map: 23329.160276734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3018080256, end = 3022376960, flags = 134217979, pgoff = 0, inode = 1204694 }
+vm_state.vm_map: 23329.160279508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022376960, end = 3022602240, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.160281809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022602240, end = 3022606336, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.160283751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022606336, end = 3022610432, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.160286193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022610432, end = 3022811136, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 23329.160288419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022811136, end = 3022815232, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 23329.160291404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022815232, end = 3022823424, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.160293901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022823424, end = 3022827520, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.160296473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022831616, end = 3022843904, flags = 134217845, pgoff = 0, inode = 49489 }
+vm_state.vm_map: 23329.160298465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022843904, end = 3022848000, flags = 135266419, pgoff = 8192, inode = 49489 }
+vm_state.vm_map: 23329.160304687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022848000, end = 3022921728, flags = 134217841, pgoff = 0, inode = 98526 }
+vm_state.vm_map: 23329.160306931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022921728, end = 3022925824, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.160309645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022925824, end = 3022950400, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.160312426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022950400, end = 3022954496, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.160315151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022954496, end = 3022958592, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.160317655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022958592, end = 3022962688, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.160320288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022962688, end = 3022966784, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.160322730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022966784, end = 3022974976, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.160325308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022974976, end = 3023007744, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.160328064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023007744, end = 3023020032, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.160331179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023020032, end = 3023028224, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.160333830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023028224, end = 3023032320, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.160336130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023032320, end = 3023036416, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.160338708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023036416, end = 3023040512, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.160341236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023040512, end = 3023069184, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.160344301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023069184, end = 3023081472, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.160347346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023081472, end = 3023085568, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.160350024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023085568, end = 3023093760, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.160352706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023093760, end = 3023097856, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.160355259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023097856, end = 3023101952, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.160357966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023101952, end = 3023114240, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.160360519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023114240, end = 3023122432, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.160363059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023122432, end = 3023155200, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.160365588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023155200, end = 3023175680, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.160368122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023175680, end = 3023183872, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.160370625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023183872, end = 3023212544, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.160373081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023212544, end = 3023257600, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.160376009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023257600, end = 3023314944, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.160378667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023314944, end = 3023327232, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.160381713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023327232, end = 3023384576, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.160384704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023384576, end = 3024715776, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.160386986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3024715776, end = 3024732160, flags = 1048691, pgoff = 3024715776, inode = 0 }
+vm_state.vm_map: 23329.160390377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3024732160, end = 3025989632, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.160392696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3025989632, end = 3026010112, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.160394971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026010112, end = 3026014208, flags = 1048691, pgoff = 3026010112, inode = 0 }
+vm_state.vm_map: 23329.160398160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026014208, end = 3026251776, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 23329.160400293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026251776, end = 3026255872, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 23329.160403296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026255872, end = 3026403328, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.160405424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026403328, end = 3026411520, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.160408501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026411520, end = 3026604032, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.160410542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026604032, end = 3026608128, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.160413052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026608128, end = 3026927616, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.160415179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026927616, end = 3026944000, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.160417165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026944000, end = 3026948096, flags = 1048691, pgoff = 3026944000, inode = 0 }
+vm_state.vm_map: 23329.160419928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026948096, end = 3026964480, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.160422043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026964480, end = 3026968576, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.160424423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026968576, end = 3027488768, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 23329.160426476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027488768, end = 3027496960, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 23329.160429548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027496960, end = 3027513344, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.160431538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027513344, end = 3027517440, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.160434424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027517440, end = 3027542016, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.160436553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027542016, end = 3027546112, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.160438655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027546112, end = 3027550208, flags = 1048691, pgoff = 3027546112, inode = 0 }
+vm_state.vm_map: 23329.160441184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027550208, end = 3027582976, flags = 134217845, pgoff = 0, inode = 21180 }
+vm_state.vm_map: 23329.160443367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027582976, end = 3027587072, flags = 135266419, pgoff = 28672, inode = 21180 }
+vm_state.vm_map: 23329.160445987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027587072, end = 3028029440, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 23329.160448232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028029440, end = 3028037632, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 23329.160451124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028037632, end = 3028066304, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.160453190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028066304, end = 3028070400, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.160455434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028070400, end = 3028074496, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.160457691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028074496, end = 3028090880, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.160459899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028090880, end = 3028094976, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.160462600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028094976, end = 3028279296, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.160464604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028279296, end = 3028287488, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.160466941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028287488, end = 3028291584, flags = 1048691, pgoff = 3028287488, inode = 0 }
+vm_state.vm_map: 23329.160469630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028291584, end = 3029028864, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.160471640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029028864, end = 3029032960, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.160473928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029032960, end = 3029274624, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.160476049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029274624, end = 3029278720, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.160478898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029278720, end = 3029749760, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.160480946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029749760, end = 3029766144, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.160483702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029766144, end = 3029909504, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.160485663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029909504, end = 3029913600, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.160488321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029913600, end = 3029999616, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.160490553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029999616, end = 3030003712, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.160493020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030003712, end = 3030007808, flags = 1048691, pgoff = 3030003712, inode = 0 }
+vm_state.vm_map: 23329.160495610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030007808, end = 3030069248, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.160497903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030069248, end = 3030073344, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.160500870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030073344, end = 3030151168, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.160503545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030151168, end = 3030155264, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.160507091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030155264, end = 3030241280, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.160509220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030241280, end = 3030245376, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.160511476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030245376, end = 3030249472, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.160513740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030249472, end = 3030257664, flags = 1048691, pgoff = 3030249472, inode = 0 }
+vm_state.vm_map: 23329.160516570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030257664, end = 3030290432, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 23329.160518592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030290432, end = 3030294528, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 23329.160521134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030294528, end = 3030310912, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 23329.160523439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030310912, end = 3030315008, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 23329.160525887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030315008, end = 3030319104, flags = 1048691, pgoff = 3030315008, inode = 0 }
+vm_state.vm_map: 23329.160528896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030319104, end = 3030327296, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.160531036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030327296, end = 3030331392, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.160533638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030331392, end = 3030429696, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.160536031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030429696, end = 3030433792, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.160539133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030433792, end = 3030446080, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.160541260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030446080, end = 3030450176, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.160544492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030450176, end = 3030458368, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.160547507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030458368, end = 3030462464, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.160549826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030462464, end = 3030466560, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.160552354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030466560, end = 3031019520, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 23329.160554889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031019520, end = 3031040000, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 23329.160557497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031040000, end = 3031355392, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 23329.160559526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031355392, end = 3031363584, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 23329.160561912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031363584, end = 3031367680, flags = 1048691, pgoff = 3031363584, inode = 0 }
+vm_state.vm_map: 23329.160564681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031367680, end = 3031797760, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 23329.160566815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031797760, end = 3031826432, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 23329.160569023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031826432, end = 3031830528, flags = 1048691, pgoff = 3031826432, inode = 0 }
+vm_state.vm_map: 23329.160572253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031830528, end = 3031900160, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 23329.160574745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031900160, end = 3031904256, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 23329.160577846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031904256, end = 3046400000, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 23329.160579819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3046400000, end = 3047014400, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 23329.160581768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3047014400, end = 3047022592, flags = 1048691, pgoff = 3047014400, inode = 0 }
+vm_state.vm_map: 23329.160584648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3047022592, end = 3047395328, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 23329.160586955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3047395328, end = 3047407616, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 23329.160589698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3047407616, end = 3049963520, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 23329.160592006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3049963520, end = 3050012672, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 23329.160594095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050012672, end = 3050020864, flags = 1048691, pgoff = 3050012672, inode = 0 }
+vm_state.vm_map: 23329.160597209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050020864, end = 3050135552, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.160599337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050135552, end = 3050139648, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.160602500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050139648, end = 3050287104, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.160604498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050287104, end = 3050291200, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.160606909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050291200, end = 3050295296, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.160609629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050295296, end = 3050328064, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.160611695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050328064, end = 3050332160, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.160614365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050332160, end = 3050348544, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.160616696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050348544, end = 3050352640, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.160619317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050352640, end = 3051483136, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.160621352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3051483136, end = 3051499520, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.160623787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3051499520, end = 3051503616, flags = 1048691, pgoff = 3051499520, inode = 0 }
+vm_state.vm_map: 23329.160627204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3051503616, end = 3051773952, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.160629448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3051773952, end = 3051782144, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.160632704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3051782144, end = 3052113920, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.160635227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3052113920, end = 3052122112, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.160637921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3052122112, end = 3053060096, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.160640493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3053060096, end = 3053076480, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.160642818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3053076480, end = 3053080576, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.160645124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3053080576, end = 3053109248, flags = 1048691, pgoff = 3053080576, inode = 0 }
+vm_state.vm_map: 23329.160648404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3053109248, end = 3055419392, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.160650723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3055419392, end = 3055448064, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.160653048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3055448064, end = 3055452160, flags = 1048691, pgoff = 3055448064, inode = 0 }
+vm_state.vm_map: 23329.160655613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3055452160, end = 3055919104, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.160657906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3055919104, end = 3055927296, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.160660127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3055927296, end = 3055931392, flags = 1048691, pgoff = 3055927296, inode = 0 }
+vm_state.vm_map: 23329.160662982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3055931392, end = 3065970688, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.160665516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3065970688, end = 3066130432, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.160668180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3066130432, end = 3066138624, flags = 1048691, pgoff = 3066130432, inode = 0 }
+vm_state.vm_map: 23329.160670468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3066138624, end = 3068440576, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.160672595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068440576, end = 3068485632, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.160676308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068485632, end = 3068502016, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.160678478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068502016, end = 3068506112, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.160681303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068506112, end = 3068538880, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.160683338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068538880, end = 3068542976, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.160685749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068542976, end = 3068551168, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.160688296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068551168, end = 3068555264, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.160690509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068555264, end = 3068559360, flags = 1048691, pgoff = 3068555264, inode = 0 }
+vm_state.vm_map: 23329.160693223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068559360, end = 3068567552, flags = 134217845, pgoff = 0, inode = 17721 }
+vm_state.vm_map: 23329.160695326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068567552, end = 3068571648, flags = 135266419, pgoff = 4096, inode = 17721 }
+vm_state.vm_map: 23329.160698168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068571648, end = 3068596224, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.160700111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068596224, end = 3068600320, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.160703318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068600320, end = 3068964864, flags = 134217845, pgoff = 0, inode = 23376 }
+vm_state.vm_map: 23329.160705377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068964864, end = 3069001728, flags = 135266423, pgoff = 364544, inode = 23376 }
+vm_state.vm_map: 23329.160707887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3069001728, end = 3069005824, flags = 1048695, pgoff = 3069001728, inode = 0 }
+vm_state.vm_map: 23329.160710563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3069005824, end = 3069059072, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.160712672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3069059072, end = 3069063168, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.160715503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3069063168, end = 3070214144, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.160717599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070214144, end = 3070230528, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.160720461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070230528, end = 3070316544, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.160722427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070316544, end = 3070320640, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.160724382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070320640, end = 3070332928, flags = 1048691, pgoff = 3070320640, inode = 0 }
+vm_state.vm_map: 23329.160727688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070332928, end = 3070361600, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.160729964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070361600, end = 3070365696, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.160732942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070365696, end = 3070521344, flags = 134217845, pgoff = 0, inode = 23969 }
+vm_state.vm_map: 23329.160735403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070521344, end = 3070529536, flags = 135266419, pgoff = 151552, inode = 23969 }
+vm_state.vm_map: 23329.160738078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070529536, end = 3070619648, flags = 134217845, pgoff = 0, inode = 23864 }
+vm_state.vm_map: 23329.160740144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070619648, end = 3070623744, flags = 135266419, pgoff = 90112, inode = 23864 }
+vm_state.vm_map: 23329.160743147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070623744, end = 3070783488, flags = 134217845, pgoff = 0, inode = 23579 }
+vm_state.vm_map: 23329.160745293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070783488, end = 3070787584, flags = 135266419, pgoff = 159744, inode = 23579 }
+vm_state.vm_map: 23329.160748302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070787584, end = 3072770048, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 23329.160750368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3072770048, end = 3072811008, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 23329.160752995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3072811008, end = 3076407296, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.160755073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3076407296, end = 3076505600, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.160757225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3076505600, end = 3076513792, flags = 1048691, pgoff = 3076505600, inode = 0 }
+vm_state.vm_map: 23329.160759963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3076513792, end = 3077828608, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.160762097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3077828608, end = 3077836800, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.160764471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3077836800, end = 3077840896, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.160766574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3077840896, end = 3077853184, flags = 1048691, pgoff = 3077840896, inode = 0 }
+vm_state.vm_map: 23329.160769762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3077853184, end = 3078647808, flags = 134217845, pgoff = 0, inode = 1065333 }
+vm_state.vm_map: 23329.160771963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078647808, end = 3078660096, flags = 135266419, pgoff = 790528, inode = 1065333 }
+vm_state.vm_map: 23329.160774652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078672384, end = 3078705152, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.160776835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078705152, end = 3078709248, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.160779653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078709248, end = 3078717440, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.160781762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078717440, end = 3078721536, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.160783884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078721536, end = 3078725632, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.160787078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078725632, end = 3078754304, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.160789372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078754304, end = 3078762496, flags = 1048691, pgoff = 3078754304, inode = 0 }
+vm_state.vm_map: 23329.160791925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078762496, end = 3078766592, flags = 67371125, pgoff = 3078762496, inode = 0 }
+vm_state.vm_map: 23329.160794620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078766592, end = 3078881280, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.160796815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078881280, end = 3078885376, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.160798838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078885376, end = 3078889472, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.160801064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3214757888, end = 3214843904, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.160807001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 23329.160809087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 23329.160811201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 23329.160813291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 153337856, end = 155586560, flags = 1048691, pgoff = 153337856, inode = 0 }
+vm_state.vm_map: 23329.160823417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002777600, end = 3002818560, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.160825557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002818560, end = 3002822656, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.160827795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002822656, end = 3002826752, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.160830817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002826752, end = 3002863616, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.160833647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002863616, end = 3002867712, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.160835658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002867712, end = 3002871808, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.160840801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002871808, end = 3002949632, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.160843434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002949632, end = 3002953728, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.160845493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002953728, end = 3002957824, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.160847861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002957824, end = 3002966016, flags = 1048691, pgoff = 3002957824, inode = 0 }
+vm_state.vm_map: 23329.160850803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002966016, end = 3002990592, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.160852881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002990592, end = 3002994688, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.160854904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002994688, end = 3002998784, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.160857506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002998784, end = 3019239424, flags = 134217979, pgoff = 0, inode = 1204696 }
+vm_state.vm_map: 23329.160859997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3019239424, end = 3023536128, flags = 134217979, pgoff = 0, inode = 1204694 }
+vm_state.vm_map: 23329.160862680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023536128, end = 3023736832, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 23329.160864937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023736832, end = 3023740928, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 23329.160867613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023740928, end = 3023773696, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.160869642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023773696, end = 3023777792, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.160872213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023777792, end = 3023802368, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.160874489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023802368, end = 3023806464, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.160877196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023900672, end = 3023904768, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.160880242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023904768, end = 3023929344, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.160882697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
+vm_state.vm_map: 23329.160885175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024171008, end = 3024203776, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.160887846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024203776, end = 3024216064, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.160890411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024216064, end = 3024224256, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.160892883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024224256, end = 3024228352, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.160895214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024228352, end = 3024232448, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.160897514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024232448, end = 3024236544, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.160899938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024236544, end = 3024265216, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.160902318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024265216, end = 3024277504, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.160904717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024277504, end = 3024281600, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.160907153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024281600, end = 3024289792, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.160909638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024289792, end = 3024293888, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.160912326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024293888, end = 3024297984, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.160914781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024297984, end = 3024310272, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.160917235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024310272, end = 3024318464, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.160919899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024318464, end = 3024351232, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.160922446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024351232, end = 3024371712, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.160924980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024371712, end = 3024379904, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.160927459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024379904, end = 3024408576, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.160929803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024408576, end = 3024453632, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.160932960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024453632, end = 3024510976, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.160938997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024510976, end = 3024736256, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.160941131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024736256, end = 3024740352, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.160943757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024740352, end = 3024744448, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.160946193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024744448, end = 3024752640, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.160948198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024752640, end = 3024756736, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.160950392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024756736, end = 3024760832, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.160953125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024760832, end = 3024764928, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.160955524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024764928, end = 3024769024, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.160957841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024769024, end = 3024773120, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.160960025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024773120, end = 3024781312, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.160962497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024781312, end = 3024838656, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.160965304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 23329.160967264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 23329.160970305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 23329.160972734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 23329.160975478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
+vm_state.vm_map: 23329.160977494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
+vm_state.vm_map: 23329.160979671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
+vm_state.vm_map: 23329.160982304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 23329.160984327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 23329.160986800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 23329.160989248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 23329.160992011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 23329.160994083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 23329.160996858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 23329.160998911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 23329.161000946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
+vm_state.vm_map: 23329.161003487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 23329.161005559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 23329.161008654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3042283520, end = 3042373632, flags = 134217845, pgoff = 0, inode = 1065189 }
+vm_state.vm_map: 23329.161010930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3042373632, end = 3042377728, flags = 135266419, pgoff = 90112, inode = 1065189 }
+vm_state.vm_map: 23329.161013377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 23329.161015345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 23329.161020833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.161022898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
+vm_state.vm_map: 23329.161025267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.161027376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.161030083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.161032704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.161034899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.161037174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.161039622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.161041602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.161043625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
+vm_state.vm_map: 23329.161046362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 23329.161048946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 23329.161051413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.161053935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.161056568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.161058831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.161061551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.161063839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.161066046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.161068377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.161070659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
+vm_state.vm_map: 23329.161072910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.161074963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.161077424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.161079613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.161081956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.161084244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.161086865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.161089134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.161091706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.161093963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.161096189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
+vm_state.vm_map: 23329.161098304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.161100560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.161102780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.161105111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.161107565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.161107567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.161107569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.161107571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.161107573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
+vm_state.vm_map: 23329.161107575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.161107577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.161107579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
+vm_state.vm_map: 23329.161107581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.161107583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.161107585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.161107588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.161107590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.161107592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.161107595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.161107597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.161107599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
+vm_state.vm_map: 23329.161107601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
+vm_state.vm_map: 23329.161107603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
+vm_state.vm_map: 23329.161107605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 23329.161119855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 23329.161122321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
+vm_state.vm_map: 23329.161125176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 23329.161127525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 23329.161130669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.161132834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.161135571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.161137748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.161140831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.161142915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.161145911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
+vm_state.vm_map: 23329.161148507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.161150603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.161153588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.161155776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.161158705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.161160980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.161164309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.161166369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.161168367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.161171400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.161173694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.161175766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.161178423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
+vm_state.vm_map: 23329.161181715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.161183836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.161186574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.161188657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
+vm_state.vm_map: 23329.161192270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.161194601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.161197259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.161199318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.161201328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.161204861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.161206914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.161210681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.161212679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.161216280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.161218284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.161220442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.161222908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
+vm_state.vm_map: 23329.161225825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.161228525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.161231102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.161233470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
+vm_state.vm_map: 23329.161236047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.161238390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.161240801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
+vm_state.vm_map: 23329.161243261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.161245438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.161247860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
+vm_state.vm_map: 23329.161250462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 23329.161252675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 23329.161254939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
+vm_state.vm_map: 23329.161257509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.161259871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.161263022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 23329.161265019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 23329.161267436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
+vm_state.vm_map: 23329.161269946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.161272128 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.161275002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.161277400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.161279626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
+vm_state.vm_map: 23329.161282401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079139328, end = 3079151616, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.161285157 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.161287370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.161289997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 23329.161291964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 23329.161294905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.161297069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.161299097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.161301736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.161303981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
+vm_state.vm_map: 23329.161306330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
+vm_state.vm_map: 23329.161309234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.161311577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.161313642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.161315640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.161321891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 23329.161329525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 23329.161331707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 23329.161334013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 153337856, end = 166522880, flags = 1048691, pgoff = 153337856, inode = 0 }
+vm_state.vm_map: 23329.161351006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2814787584, end = 2814857216, flags = 134217841, pgoff = 0, inode = 98449 }
+vm_state.vm_map: 23329.161357597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2814857216, end = 2814996480, flags = 134217841, pgoff = 0, inode = 254140 }
+vm_state.vm_map: 23329.161364749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2814996480, end = 2822770688, flags = 134217841, pgoff = 0, inode = 249255 }
+vm_state.vm_map: 23329.161368436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2822770688, end = 2823344128, flags = 134217841, pgoff = 0, inode = 49559 }
+vm_state.vm_map: 23329.161371797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2823344128, end = 2823487488, flags = 134217841, pgoff = 0, inode = 254199 }
+vm_state.vm_map: 23329.161378499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2823487488, end = 2823548928, flags = 134217841, pgoff = 0, inode = 649750 }
+vm_state.vm_map: 23329.161381582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2823548928, end = 2824171520, flags = 134217841, pgoff = 0, inode = 49164 }
+vm_state.vm_map: 23329.161391700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824171520, end = 2824208384, flags = 134217845, pgoff = 0, inode = 59304 }
+vm_state.vm_map: 23329.161393969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824208384, end = 2824212480, flags = 135266419, pgoff = 32768, inode = 59304 }
+vm_state.vm_map: 23329.161399518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824212480, end = 2824273920, flags = 134217841, pgoff = 0, inode = 649749 }
+vm_state.vm_map: 23329.161408266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824273920, end = 2824318976, flags = 134217845, pgoff = 0, inode = 1065861 }
+vm_state.vm_map: 23329.161410955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824318976, end = 2824323072, flags = 135266419, pgoff = 45056, inode = 1065861 }
+vm_state.vm_map: 23329.161413464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824323072, end = 2824331264, flags = 1048691, pgoff = 2824323072, inode = 0 }
+vm_state.vm_map: 23329.161417145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824339456, end = 2824380416, flags = 134217845, pgoff = 0, inode = 59318 }
+vm_state.vm_map: 23329.161419605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824380416, end = 2824384512, flags = 135266419, pgoff = 40960, inode = 59318 }
+vm_state.vm_map: 23329.161422509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824384512, end = 2824421376, flags = 134217845, pgoff = 0, inode = 59321 }
+vm_state.vm_map: 23329.161424834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824421376, end = 2824425472, flags = 135266419, pgoff = 32768, inode = 59321 }
+vm_state.vm_map: 23329.161427861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824425472, end = 2824495104, flags = 134217845, pgoff = 0, inode = 59034 }
+vm_state.vm_map: 23329.161430062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824495104, end = 2824499200, flags = 135266419, pgoff = 65536, inode = 59034 }
+vm_state.vm_map: 23329.161435883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824499200, end = 2824568832, flags = 134217845, pgoff = 0, inode = 499966 }
+vm_state.vm_map: 23329.161438016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824568832, end = 2824572928, flags = 135266417, pgoff = 65536, inode = 499966 }
+vm_state.vm_map: 23329.161440396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824572928, end = 2824577024, flags = 135266419, pgoff = 69632, inode = 499966 }
+vm_state.vm_map: 23329.161442400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824577024, end = 2824585216, flags = 1048691, pgoff = 2824577024, inode = 0 }
+vm_state.vm_map: 23329.161445551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824597504, end = 2824609792, flags = 134217845, pgoff = 0, inode = 23912 }
+vm_state.vm_map: 23329.161447955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824609792, end = 2824613888, flags = 135266419, pgoff = 8192, inode = 23912 }
+vm_state.vm_map: 23329.161454312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824613888, end = 2824634368, flags = 134217845, pgoff = 0, inode = 59302 }
+vm_state.vm_map: 23329.161456728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824634368, end = 2824638464, flags = 135266419, pgoff = 16384, inode = 59302 }
+vm_state.vm_map: 23329.161464330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824638464, end = 2824675328, flags = 134217845, pgoff = 0, inode = 59323 }
+vm_state.vm_map: 23329.161466408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824675328, end = 2824679424, flags = 135266419, pgoff = 36864, inode = 59323 }
+vm_state.vm_map: 23329.161471723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824679424, end = 2824683520, flags = 1048688, pgoff = 2824679424, inode = 0 }
+vm_state.vm_map: 23329.161474203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824683520, end = 2833072128, flags = 1048691, pgoff = 2824683520, inode = 0 }
+vm_state.vm_map: 23329.161536988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833072128, end = 2833154048, flags = 134217845, pgoff = 0, inode = 59299 }
+vm_state.vm_map: 23329.161540132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833154048, end = 2833158144, flags = 135266419, pgoff = 77824, inode = 59299 }
+vm_state.vm_map: 23329.161546531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833158144, end = 2833223680, flags = 134217845, pgoff = 0, inode = 57391 }
+vm_state.vm_map: 23329.161548813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833223680, end = 2833227776, flags = 135266419, pgoff = 61440, inode = 57391 }
+vm_state.vm_map: 23329.161551698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833227776, end = 2833244160, flags = 1048691, pgoff = 2833227776, inode = 0 }
+vm_state.vm_map: 23329.161557426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833244160, end = 2833526784, flags = 134217845, pgoff = 0, inode = 22693 }
+vm_state.vm_map: 23329.161559757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833526784, end = 2833539072, flags = 135266419, pgoff = 282624, inode = 22693 }
+vm_state.vm_map: 23329.161561810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833539072, end = 2833563648, flags = 1048691, pgoff = 2833539072, inode = 0 }
+vm_state.vm_map: 23329.161565497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833563648, end = 2833588224, flags = 134217845, pgoff = 0, inode = 59316 }
+vm_state.vm_map: 23329.161570239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833588224, end = 2833592320, flags = 135266419, pgoff = 20480, inode = 59316 }
+vm_state.vm_map: 23329.161572989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833592320, end = 2833608704, flags = 134217845, pgoff = 0, inode = 57390 }
+vm_state.vm_map: 23329.161575110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833608704, end = 2833612800, flags = 135266419, pgoff = 12288, inode = 57390 }
+vm_state.vm_map: 23329.161578155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833612800, end = 2833653760, flags = 134217845, pgoff = 0, inode = 57395 }
+vm_state.vm_map: 23329.161580505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833653760, end = 2833657856, flags = 135266419, pgoff = 36864, inode = 57395 }
+vm_state.vm_map: 23329.161583668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833657856, end = 2833682432, flags = 134217845, pgoff = 0, inode = 18917 }
+vm_state.vm_map: 23329.161585863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833682432, end = 2833686528, flags = 135266419, pgoff = 20480, inode = 18917 }
+vm_state.vm_map: 23329.161588896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833686528, end = 2833956864, flags = 134217845, pgoff = 0, inode = 18916 }
+vm_state.vm_map: 23329.161591492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833956864, end = 2833960960, flags = 135266419, pgoff = 266240, inode = 18916 }
+vm_state.vm_map: 23329.161594538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833960960, end = 2834042880, flags = 134217845, pgoff = 0, inode = 18915 }
+vm_state.vm_map: 23329.161596973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834042880, end = 2834051072, flags = 135266419, pgoff = 77824, inode = 18915 }
+vm_state.vm_map: 23329.161599853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834051072, end = 2834833408, flags = 134217845, pgoff = 0, inode = 18927 }
+vm_state.vm_map: 23329.161602165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834833408, end = 2834841600, flags = 135266419, pgoff = 778240, inode = 18927 }
+vm_state.vm_map: 23329.161604878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834853888, end = 2834874368, flags = 134217845, pgoff = 0, inode = 57392 }
+vm_state.vm_map: 23329.161606869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834874368, end = 2834878464, flags = 135266419, pgoff = 16384, inode = 57392 }
+vm_state.vm_map: 23329.161609896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834878464, end = 2834911232, flags = 134217845, pgoff = 0, inode = 57396 }
+vm_state.vm_map: 23329.161612135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834911232, end = 2834915328, flags = 135266419, pgoff = 28672, inode = 57396 }
+vm_state.vm_map: 23329.161615409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834915328, end = 2834931712, flags = 134217845, pgoff = 0, inode = 57393 }
+vm_state.vm_map: 23329.161617462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834931712, end = 2834935808, flags = 135266419, pgoff = 12288, inode = 57393 }
+vm_state.vm_map: 23329.161620267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834935808, end = 2835300352, flags = 134217845, pgoff = 0, inode = 22572 }
+vm_state.vm_map: 23329.161622813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2835300352, end = 2835308544, flags = 135266419, pgoff = 364544, inode = 22572 }
+vm_state.vm_map: 23329.161625483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2835308544, end = 2835505152, flags = 134217845, pgoff = 0, inode = 20024 }
+vm_state.vm_map: 23329.161627598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2835505152, end = 2835513344, flags = 135266419, pgoff = 192512, inode = 20024 }
+vm_state.vm_map: 23329.161629842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2835513344, end = 2835521536, flags = 1048691, pgoff = 2835513344, inode = 0 }
+vm_state.vm_map: 23329.161632531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2835521536, end = 2835972096, flags = 134217845, pgoff = 0, inode = 20711 }
+vm_state.vm_map: 23329.161634873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2835972096, end = 2835984384, flags = 135266419, pgoff = 450560, inode = 20711 }
+vm_state.vm_map: 23329.161637784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2835984384, end = 2836000768, flags = 134217845, pgoff = 0, inode = 57389 }
+vm_state.vm_map: 23329.161639775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836000768, end = 2836004864, flags = 135266419, pgoff = 12288, inode = 57389 }
+vm_state.vm_map: 23329.161642482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836004864, end = 2836021248, flags = 134217845, pgoff = 0, inode = 18914 }
+vm_state.vm_map: 23329.161644874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836021248, end = 2836025344, flags = 135266419, pgoff = 16384, inode = 18914 }
+vm_state.vm_map: 23329.161647747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836025344, end = 2836041728, flags = 134217845, pgoff = 0, inode = 57394 }
+vm_state.vm_map: 23329.161649825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836041728, end = 2836045824, flags = 135266419, pgoff = 16384, inode = 57394 }
+vm_state.vm_map: 23329.161652982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836045824, end = 2836074496, flags = 134217845, pgoff = 0, inode = 57397 }
+vm_state.vm_map: 23329.161655233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836074496, end = 2836078592, flags = 135266419, pgoff = 24576, inode = 57397 }
+vm_state.vm_map: 23329.161658377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836078592, end = 2836205568, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 23329.161660714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836205568, end = 2836209664, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 23329.161663822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836213760, end = 2836238336, flags = 134217845, pgoff = 0, inode = 57398 }
+vm_state.vm_map: 23329.161665893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836238336, end = 2836242432, flags = 135266419, pgoff = 24576, inode = 57398 }
+vm_state.vm_map: 23329.161668760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836242432, end = 2836258816, flags = 134217845, pgoff = 0, inode = 52571 }
+vm_state.vm_map: 23329.161670881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836258816, end = 2836262912, flags = 135266419, pgoff = 12288, inode = 52571 }
+vm_state.vm_map: 23329.161673619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836262912, end = 2836275200, flags = 134217845, pgoff = 0, inode = 49489 }
+vm_state.vm_map: 23329.161676104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836275200, end = 2836279296, flags = 135266419, pgoff = 8192, inode = 49489 }
+vm_state.vm_map: 23329.161678644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836279296, end = 2836299776, flags = 134217845, pgoff = 0, inode = 52570 }
+vm_state.vm_map: 23329.161680703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836299776, end = 2836303872, flags = 135266419, pgoff = 16384, inode = 52570 }
+vm_state.vm_map: 23329.161684421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836303872, end = 2836639744, flags = 134217845, pgoff = 0, inode = 59171 }
+vm_state.vm_map: 23329.161686487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836639744, end = 2836652032, flags = 135266419, pgoff = 331776, inode = 59171 }
+vm_state.vm_map: 23329.161689773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836652032, end = 2836783104, flags = 134217845, pgoff = 0, inode = 24420 }
+vm_state.vm_map: 23329.161691981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836783104, end = 2836787200, flags = 135266419, pgoff = 126976, inode = 24420 }
+vm_state.vm_map: 23329.161694774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836787200, end = 2836824064, flags = 134217845, pgoff = 0, inode = 52569 }
+vm_state.vm_map: 23329.161696827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836824064, end = 2836828160, flags = 135266419, pgoff = 32768, inode = 52569 }
+vm_state.vm_map: 23329.161699804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836828160, end = 2836852736, flags = 134217845, pgoff = 0, inode = 52572 }
+vm_state.vm_map: 23329.161702259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836852736, end = 2836856832, flags = 135266419, pgoff = 20480, inode = 52572 }
+vm_state.vm_map: 23329.161705125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836856832, end = 2836877312, flags = 134217845, pgoff = 0, inode = 52568 }
+vm_state.vm_map: 23329.161707369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836877312, end = 2836881408, flags = 135266419, pgoff = 16384, inode = 52568 }
+vm_state.vm_map: 23329.161716155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836881408, end = 2836938752, flags = 134217845, pgoff = 0, inode = 59183 }
+vm_state.vm_map: 23329.161718474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836938752, end = 2836942848, flags = 135266419, pgoff = 57344, inode = 59183 }
+vm_state.vm_map: 23329.161727235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836942848, end = 2837090304, flags = 134217845, pgoff = 0, inode = 59164 }
+vm_state.vm_map: 23329.161729313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837090304, end = 2837098496, flags = 135266419, pgoff = 143360, inode = 59164 }
+vm_state.vm_map: 23329.161733161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837098496, end = 2837336064, flags = 134217845, pgoff = 0, inode = 23890 }
+vm_state.vm_map: 23329.161735189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837336064, end = 2837344256, flags = 135266419, pgoff = 237568, inode = 23890 }
+vm_state.vm_map: 23329.161738438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837344256, end = 2837352448, flags = 134217845, pgoff = 0, inode = 23893 }
+vm_state.vm_map: 23329.161740436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837352448, end = 2837356544, flags = 135266419, pgoff = 4096, inode = 23893 }
+vm_state.vm_map: 23329.161743260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837356544, end = 2837434368, flags = 134217845, pgoff = 0, inode = 59155 }
+vm_state.vm_map: 23329.161745541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837434368, end = 2837438464, flags = 135266419, pgoff = 77824, inode = 59155 }
+vm_state.vm_map: 23329.161787344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837438464, end = 2837524480, flags = 134217845, pgoff = 0, inode = 59188 }
+vm_state.vm_map: 23329.161790107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837524480, end = 2837528576, flags = 135266419, pgoff = 81920, inode = 59188 }
+vm_state.vm_map: 23329.161793529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837528576, end = 2837614592, flags = 134217845, pgoff = 0, inode = 23716 }
+vm_state.vm_map: 23329.161795613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837614592, end = 2837618688, flags = 135266419, pgoff = 81920, inode = 23716 }
+vm_state.vm_map: 23329.161798572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837618688, end = 2837655552, flags = 134217845, pgoff = 0, inode = 20855 }
+vm_state.vm_map: 23329.161801291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837655552, end = 2837659648, flags = 135266419, pgoff = 36864, inode = 20855 }
+vm_state.vm_map: 23329.161804522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837659648, end = 2837889024, flags = 134217845, pgoff = 0, inode = 23913 }
+vm_state.vm_map: 23329.161806662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837889024, end = 2837897216, flags = 135266419, pgoff = 225280, inode = 23913 }
+vm_state.vm_map: 23329.161809418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837897216, end = 2838081536, flags = 134217845, pgoff = 0, inode = 23888 }
+vm_state.vm_map: 23329.161811828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838081536, end = 2838089728, flags = 135266419, pgoff = 180224, inode = 23888 }
+vm_state.vm_map: 23329.161814424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838089728, end = 2838376448, flags = 134217845, pgoff = 0, inode = 1065175 }
+vm_state.vm_map: 23329.161816508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838376448, end = 2838384640, flags = 135266419, pgoff = 286720, inode = 1065175 }
+vm_state.vm_map: 23329.161819394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838392832, end = 2838474752, flags = 134217845, pgoff = 0, inode = 59181 }
+vm_state.vm_map: 23329.161821533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838474752, end = 2838478848, flags = 135266419, pgoff = 81920, inode = 59181 }
+vm_state.vm_map: 23329.161826750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838478848, end = 2838601728, flags = 134217845, pgoff = 0, inode = 59187 }
+vm_state.vm_map: 23329.161828957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838601728, end = 2838605824, flags = 135266419, pgoff = 118784, inode = 59187 }
+vm_state.vm_map: 23329.161832126 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838605824, end = 2838794240, flags = 134217845, pgoff = 0, inode = 22645 }
+vm_state.vm_map: 23329.161834395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838794240, end = 2838802432, flags = 135266419, pgoff = 184320, inode = 22645 }
+vm_state.vm_map: 23329.161837127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838810624, end = 2838835200, flags = 134217845, pgoff = 0, inode = 58146 }
+vm_state.vm_map: 23329.161839432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838835200, end = 2838839296, flags = 135266419, pgoff = 20480, inode = 58146 }
+vm_state.vm_map: 23329.161842891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838839296, end = 2838892544, flags = 134217845, pgoff = 0, inode = 59182 }
+vm_state.vm_map: 23329.161844883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838892544, end = 2838896640, flags = 135266419, pgoff = 53248, inode = 59182 }
+vm_state.vm_map: 23329.161848002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838896640, end = 2839261184, flags = 134217845, pgoff = 0, inode = 57823 }
+vm_state.vm_map: 23329.161850704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839261184, end = 2839273472, flags = 135266419, pgoff = 364544, inode = 57823 }
+vm_state.vm_map: 23329.161853533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839273472, end = 2839318528, flags = 134217845, pgoff = 0, inode = 59186 }
+vm_state.vm_map: 23329.161855586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839318528, end = 2839322624, flags = 135266419, pgoff = 40960, inode = 59186 }
+vm_state.vm_map: 23329.161858607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839322624, end = 2839339008, flags = 134217845, pgoff = 0, inode = 59014 }
+vm_state.vm_map: 23329.161860753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839339008, end = 2839343104, flags = 135266419, pgoff = 16384, inode = 59014 }
+vm_state.vm_map: 23329.161863848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839343104, end = 2839355392, flags = 134217845, pgoff = 0, inode = 59166 }
+vm_state.vm_map: 23329.161865876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839355392, end = 2839359488, flags = 135266419, pgoff = 8192, inode = 59166 }
+vm_state.vm_map: 23329.161868670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839359488, end = 2839445504, flags = 134217845, pgoff = 0, inode = 59165 }
+vm_state.vm_map: 23329.161870988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839445504, end = 2839449600, flags = 135266419, pgoff = 86016, inode = 59165 }
+vm_state.vm_map: 23329.161874108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839449600, end = 2841485312, flags = 134217937, pgoff = 0, inode = 41242 }
+vm_state.vm_map: 23329.161877055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2841485312, end = 2841559040, flags = 134217841, pgoff = 0, inode = 98526 }
+vm_state.vm_map: 23329.161883591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2841559040, end = 2967900160, flags = 134217979, pgoff = 0, inode = 73879 }
+vm_state.vm_map: 23329.161887420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2967900160, end = 3001556992, flags = 134217979, pgoff = 0, inode = 73878 }
+vm_state.vm_map: 23329.161890052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001556992, end = 3001597952, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.161892192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001597952, end = 3001602048, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.161894307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001602048, end = 3001606144, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.161897513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001606144, end = 3001643008, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.161899579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001643008, end = 3001647104, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.161901743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001647104, end = 3001651200, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.161905097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001651200, end = 3001675776, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.161907440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001675776, end = 3001679872, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.161909518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001679872, end = 3001683968, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.161913908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001683968, end = 3001692160, flags = 134217845, pgoff = 0, inode = 17721 }
+vm_state.vm_map: 23329.161916152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001692160, end = 3001696256, flags = 135266419, pgoff = 4096, inode = 17721 }
+vm_state.vm_map: 23329.161919363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001696256, end = 3001778176, flags = 134217841, pgoff = 0, inode = 98443 }
+vm_state.vm_map: 23329.161921899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001778176, end = 3018018816, flags = 134217979, pgoff = 0, inode = 1204696 }
+vm_state.vm_map: 23329.161924475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3018018816, end = 3022315520, flags = 134217979, pgoff = 0, inode = 1204694 }
+vm_state.vm_map: 23329.161927188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022315520, end = 3022516224, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 23329.161929722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022516224, end = 3022520320, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 23329.161932879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022520320, end = 3022553088, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.161934876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022553088, end = 3022557184, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.161937873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022557184, end = 3022565376, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.161939908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022565376, end = 3022569472, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.161942325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022569472, end = 3022594048, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.161944292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022594048, end = 3022598144, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.161947430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022598144, end = 3022675968, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.161949489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022675968, end = 3022680064, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.161951530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022680064, end = 3022684160, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.161953485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022684160, end = 3022692352, flags = 1048691, pgoff = 3022684160, inode = 0 }
+vm_state.vm_map: 23329.161956352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022692352, end = 3022696448, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.161958911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022696448, end = 3022721024, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.161961278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022721024, end = 3022725120, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.161963769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022725120, end = 3022729216, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.161966932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022729216, end = 3022733312, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.161969990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022733312, end = 3022737408, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.161973018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022737408, end = 3022745600, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.161976279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022745600, end = 3022778368, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.161978820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022778368, end = 3022790656, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.161982001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022790656, end = 3022798848, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.161984727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022798848, end = 3022802944, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.161987137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022802944, end = 3022807040, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.161990017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022807040, end = 3022811136, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.161992747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022811136, end = 3022839808, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.161995559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022839808, end = 3022852096, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.161997995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022852096, end = 3022856192, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.162000726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022856192, end = 3022864384, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.162003470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022864384, end = 3022868480, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.162008303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022868480, end = 3022872576, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.162011257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022872576, end = 3022884864, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.162014303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022884864, end = 3022917632, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.162017786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022917632, end = 3022946304, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.162020358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022946304, end = 3023171584, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.162022528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3023171584, end = 3023175680, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.162024495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3023175680, end = 3023179776, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.162027639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3023179776, end = 3023339520, flags = 134217845, pgoff = 0, inode = 23579 }
+vm_state.vm_map: 23329.162029742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3023339520, end = 3023343616, flags = 135266419, pgoff = 159744, inode = 23579 }
+vm_state.vm_map: 23329.162032590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3023343616, end = 3023912960, flags = 134217845, pgoff = 0, inode = 20907 }
+vm_state.vm_map: 23329.162034674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3023912960, end = 3023929344, flags = 135266419, pgoff = 565248, inode = 20907 }
+vm_state.vm_map: 23329.162036660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
+vm_state.vm_map: 23329.162039564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024175104, end = 3024220160, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.162042234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024220160, end = 3024277504, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.162045095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024277504, end = 3024359424, flags = 134217845, pgoff = 0, inode = 23971 }
+vm_state.vm_map: 23329.162047154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024359424, end = 3024363520, flags = 135266419, pgoff = 81920, inode = 23971 }
+vm_state.vm_map: 23329.162052536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024363520, end = 3024822272, flags = 134217845, pgoff = 0, inode = 1066197 }
+vm_state.vm_map: 23329.162054947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024822272, end = 3024838656, flags = 135266419, pgoff = 454656, inode = 1066197 }
+vm_state.vm_map: 23329.162058072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 23329.162060101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 23329.162065459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 23329.162067569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 23329.162070177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
+vm_state.vm_map: 23329.162072187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
+vm_state.vm_map: 23329.162074399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
+vm_state.vm_map: 23329.162077340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 23329.162079344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 23329.162081959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 23329.162084628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 23329.162087409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 23329.162089579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 23329.162092120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 23329.162094352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 23329.162096824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
+vm_state.vm_map: 23329.162099260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 23329.162102108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 23329.162104760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3042283520, end = 3042287616, flags = 1048691, pgoff = 3042283520, inode = 0 }
+vm_state.vm_map: 23329.162107497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3042287616, end = 3042308096, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.162109988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3042308096, end = 3042320384, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.162112886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3042320384, end = 3042377728, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.162115266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 23329.162117381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 23329.162120310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.162122394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
+vm_state.vm_map: 23329.162124860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.162127024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.162129822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.162132048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.162134910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.162137413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.162140002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.162142339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.162144620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
+vm_state.vm_map: 23329.162147481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 23329.162149480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 23329.162153007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.162155207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.162157827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.162160361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.162163420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.162165954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.162169092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.162171176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.162173309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
+vm_state.vm_map: 23329.162175874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.162178322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.162181251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.162183588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.162187121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.162189532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.162195352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.162197448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.162200192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.162202170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.162204144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
+vm_state.vm_map: 23329.162207147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.162209311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.162212191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.162214638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.162217727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.162220156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.162222887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.162225107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.162227333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
+vm_state.vm_map: 23329.162230089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.162232383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.162234491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
+vm_state.vm_map: 23329.162237130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.162239886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.162242575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.162244751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.162248198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.162250220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.162253352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.162255757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.162258729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
+vm_state.vm_map: 23329.162261189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
+vm_state.vm_map: 23329.162263557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
+vm_state.vm_map: 23329.162266541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 23329.162268730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 23329.162270758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
+vm_state.vm_map: 23329.162273570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 23329.162275555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 23329.162278287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.162280426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.162282917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.162285087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.162288379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.162290951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.162292935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
+vm_state.vm_map: 23329.162295531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.162297530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.162300532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.162302930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.162306087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.162308553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.162311420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.162313523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.162315854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.162318727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.162320792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.162323012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.162324979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
+vm_state.vm_map: 23329.162327932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.162330214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.162332310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.162334437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
+vm_state.vm_map: 23329.162336940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.162339475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.162342755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.162344796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.162347065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.162349216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.162351405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.162355037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.162357293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.162359994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.162362325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.162364335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.162366289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
+vm_state.vm_map: 23329.162369310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.162371357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.162373539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.162375742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
+vm_state.vm_map: 23329.162378922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.162381043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.162383139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
+vm_state.vm_map: 23329.162385630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.162387591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.162389552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
+vm_state.vm_map: 23329.162392462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 23329.162394762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 23329.162396760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
+vm_state.vm_map: 23329.162400009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.162402025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.162405170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 23329.162407611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 23329.162409683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
+vm_state.vm_map: 23329.162412384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.162414622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.162417748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.162419986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.162422095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
+vm_state.vm_map: 23329.162424925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079135232, end = 3079143424, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.162427416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079143424, end = 3079151616, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.162430301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.162432391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.162435344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 23329.162437651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 23329.162440659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.162442749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.162445289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.162447669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.162449698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
+vm_state.vm_map: 23329.162452109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
+vm_state.vm_map: 23329.162455105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.162457695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.162459988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.162461980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.162468429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 134512640, end = 134627328, flags = 134223989, pgoff = 0, inode = 1352621 }
+vm_state.vm_map: 23329.162470501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 134627328, end = 134631424, flags = 135272563, pgoff = 114688, inode = 1352621 }
+vm_state.vm_map: 23329.162472468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 149712896, end = 157863936, flags = 1048691, pgoff = 149712896, inode = 0 }
+vm_state.vm_map: 23329.162485219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917318656, end = 2917326848, flags = 134217845, pgoff = 0, inode = 132462 }
+vm_state.vm_map: 23329.162487290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917326848, end = 2917330944, flags = 135266419, pgoff = 4096, inode = 132462 }
+vm_state.vm_map: 23329.162494985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917330944, end = 2917359616, flags = 134217845, pgoff = 0, inode = 133405 }
+vm_state.vm_map: 23329.162497081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917359616, end = 2917363712, flags = 135266419, pgoff = 24576, inode = 133405 }
+vm_state.vm_map: 23329.162502988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917363712, end = 2917384192, flags = 134217845, pgoff = 0, inode = 134577 }
+vm_state.vm_map: 23329.162505411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917384192, end = 2917388288, flags = 135266419, pgoff = 16384, inode = 134577 }
+vm_state.vm_map: 23329.162511256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917388288, end = 2917396480, flags = 134217845, pgoff = 0, inode = 133774 }
+vm_state.vm_map: 23329.162513321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917396480, end = 2917400576, flags = 135266419, pgoff = 4096, inode = 133774 }
+vm_state.vm_map: 23329.162516189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917400576, end = 2917441536, flags = 134217845, pgoff = 0, inode = 133487 }
+vm_state.vm_map: 23329.162518241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917441536, end = 2917445632, flags = 135266419, pgoff = 36864, inode = 133487 }
+vm_state.vm_map: 23329.162523439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917445632, end = 2917490688, flags = 134217845, pgoff = 0, inode = 132466 }
+vm_state.vm_map: 23329.162525579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917490688, end = 2917494784, flags = 135266419, pgoff = 40960, inode = 132466 }
+vm_state.vm_map: 23329.162532151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917494784, end = 2917527552, flags = 134217845, pgoff = 0, inode = 133402 }
+vm_state.vm_map: 23329.162534420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917527552, end = 2917531648, flags = 135266419, pgoff = 28672, inode = 133402 }
+vm_state.vm_map: 23329.162540259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917531648, end = 2917548032, flags = 134217845, pgoff = 0, inode = 133403 }
+vm_state.vm_map: 23329.162542504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917548032, end = 2917552128, flags = 135266419, pgoff = 12288, inode = 133403 }
+vm_state.vm_map: 23329.162545679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917552128, end = 2917568512, flags = 134217845, pgoff = 0, inode = 133404 }
+vm_state.vm_map: 23329.162548263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917568512, end = 2917572608, flags = 135266419, pgoff = 12288, inode = 133404 }
+vm_state.vm_map: 23329.162551641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917572608, end = 2917703680, flags = 134217937, pgoff = 0, inode = 156496 }
+vm_state.vm_map: 23329.162558146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917703680, end = 2917834752, flags = 134217937, pgoff = 0, inode = 156489 }
+vm_state.vm_map: 23329.162561266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917834752, end = 2917847040, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 23329.162563436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917847040, end = 2917851136, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 23329.162566925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917851136, end = 2918313984, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 23329.162568973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2918313984, end = 2918326272, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 23329.162572408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2918326272, end = 2918387712, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 23329.162574516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2918387712, end = 2918391808, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 23329.162577315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2918391808, end = 2918998016, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 23329.162579473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2918998016, end = 2919014400, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 23329.162583037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919014400, end = 2919104512, flags = 134217845, pgoff = 0, inode = 18560 }
+vm_state.vm_map: 23329.162585392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919104512, end = 2919108608, flags = 135266419, pgoff = 86016, inode = 18560 }
+vm_state.vm_map: 23329.162588838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919108608, end = 2919116800, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 23329.162591206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919116800, end = 2919120896, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 23329.162594462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919120896, end = 2919145472, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 23329.162596897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919145472, end = 2919149568, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 23329.162600060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919149568, end = 2919198720, flags = 134217845, pgoff = 0, inode = 19447 }
+vm_state.vm_map: 23329.162602187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919198720, end = 2919202816, flags = 135266419, pgoff = 49152, inode = 19447 }
+vm_state.vm_map: 23329.162605122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919202816, end = 2919469056, flags = 134217845, pgoff = 0, inode = 19433 }
+vm_state.vm_map: 23329.162607101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919469056, end = 2919477248, flags = 135266419, pgoff = 262144, inode = 19433 }
+vm_state.vm_map: 23329.162609629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919477248, end = 2919481344, flags = 1048691, pgoff = 2919477248, inode = 0 }
+vm_state.vm_map: 23329.162612441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919481344, end = 2919641088, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 23329.162614630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919641088, end = 2919645184, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 23329.162617466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919645184, end = 2920304640, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 23329.162619439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920304640, end = 2920329216, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 23329.162622787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920329216, end = 2920493056, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 23329.162624803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920493056, end = 2920497152, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 23329.162627707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920497152, end = 2920534016, flags = 134217845, pgoff = 0, inode = 20852 }
+vm_state.vm_map: 23329.162629804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920534016, end = 2920538112, flags = 135266417, pgoff = 36864, inode = 20852 }
+vm_state.vm_map: 23329.162632140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920538112, end = 2920542208, flags = 135266419, pgoff = 40960, inode = 20852 }
+vm_state.vm_map: 23329.162634607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920542208, end = 2920546304, flags = 1048691, pgoff = 2920542208, inode = 0 }
+vm_state.vm_map: 23329.162637258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920546304, end = 2920579072, flags = 134217845, pgoff = 0, inode = 20850 }
+vm_state.vm_map: 23329.162639213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920579072, end = 2920583168, flags = 135266419, pgoff = 28672, inode = 20850 }
+vm_state.vm_map: 23329.162645303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920583168, end = 2925334528, flags = 134217845, pgoff = 0, inode = 20853 }
+vm_state.vm_map: 23329.162647529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925334528, end = 2925371392, flags = 135266417, pgoff = 4751360, inode = 20853 }
+vm_state.vm_map: 23329.162649595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925371392, end = 2925391872, flags = 135266419, pgoff = 4788224, inode = 20853 }
+vm_state.vm_map: 23329.162651809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925391872, end = 2925395968, flags = 1048691, pgoff = 2925391872, inode = 0 }
+vm_state.vm_map: 23329.162657136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925400064, end = 2925404160, flags = 134217845, pgoff = 0, inode = 133407 }
+vm_state.vm_map: 23329.162659700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925404160, end = 2925408256, flags = 135266419, pgoff = 0, inode = 133407 }
+vm_state.vm_map: 23329.162662507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925408256, end = 2925473792, flags = 134217937, pgoff = 0, inode = 156491 }
+vm_state.vm_map: 23329.162665176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925473792, end = 2925481984, flags = 134217845, pgoff = 0, inode = 1450400 }
+vm_state.vm_map: 23329.162667926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925481984, end = 2925486080, flags = 135266417, pgoff = 4096, inode = 1450400 }
+vm_state.vm_map: 23329.162670115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925486080, end = 2925490176, flags = 135266419, pgoff = 8192, inode = 1450400 }
+vm_state.vm_map: 23329.162673253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925490176, end = 2925502464, flags = 134217845, pgoff = 0, inode = 133668 }
+vm_state.vm_map: 23329.162675694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925502464, end = 2925506560, flags = 135266419, pgoff = 8192, inode = 133668 }
+vm_state.vm_map: 23329.162679215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925506560, end = 2925555712, flags = 134217845, pgoff = 0, inode = 133399 }
+vm_state.vm_map: 23329.162681244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925555712, end = 2925559808, flags = 135266419, pgoff = 45056, inode = 133399 }
+vm_state.vm_map: 23329.162684012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925559808, end = 2925563904, flags = 1048688, pgoff = 2925559808, inode = 0 }
+vm_state.vm_map: 23329.162686380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925563904, end = 2933952512, flags = 1048691, pgoff = 2925563904, inode = 0 }
+vm_state.vm_map: 23329.162688593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2933952512, end = 2933956608, flags = 1048688, pgoff = 2933952512, inode = 0 }
+vm_state.vm_map: 23329.162690579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2933956608, end = 2942345216, flags = 1048691, pgoff = 2933956608, inode = 0 }
+vm_state.vm_map: 23329.162692743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2944233472, end = 2944237568, flags = 1048688, pgoff = 2944233472, inode = 0 }
+vm_state.vm_map: 23329.162695597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2944237568, end = 2952626176, flags = 1048691, pgoff = 2944237568, inode = 0 }
+vm_state.vm_map: 23329.162698014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2956726272, end = 2956730368, flags = 1048688, pgoff = 2956726272, inode = 0 }
+vm_state.vm_map: 23329.162700351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2956730368, end = 2965118976, flags = 1048691, pgoff = 2956730368, inode = 0 }
+vm_state.vm_map: 23329.162702818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2969358336, end = 2969362432, flags = 1048688, pgoff = 2969358336, inode = 0 }
+vm_state.vm_map: 23329.162705074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2969362432, end = 2977751040, flags = 1048691, pgoff = 2969362432, inode = 0 }
+vm_state.vm_map: 23329.162708028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2977751040, end = 2977755136, flags = 1048688, pgoff = 2977751040, inode = 0 }
+vm_state.vm_map: 23329.162710303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2977755136, end = 2986143744, flags = 1048691, pgoff = 2977755136, inode = 0 }
+vm_state.vm_map: 23329.162712960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2986143744, end = 2986147840, flags = 1048688, pgoff = 2986143744, inode = 0 }
+vm_state.vm_map: 23329.162716185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2986147840, end = 2994536448, flags = 1048691, pgoff = 2986147840, inode = 0 }
+vm_state.vm_map: 23329.162720353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994536448, end = 2994860032, flags = 134217845, pgoff = 0, inode = 21280 }
+vm_state.vm_map: 23329.162722474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994860032, end = 2994864128, flags = 135266419, pgoff = 323584, inode = 21280 }
+vm_state.vm_map: 23329.162725796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994864128, end = 2994876416, flags = 134217845, pgoff = 0, inode = 499779 }
+vm_state.vm_map: 23329.162727917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994876416, end = 2994880512, flags = 135266419, pgoff = 8192, inode = 499779 }
+vm_state.vm_map: 23329.162730692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994880512, end = 2994900992, flags = 134217845, pgoff = 0, inode = 18127 }
+vm_state.vm_map: 23329.162732734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994900992, end = 2994905088, flags = 135266419, pgoff = 16384, inode = 18127 }
+vm_state.vm_map: 23329.162736100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994905088, end = 2994921472, flags = 134217845, pgoff = 0, inode = 21276 }
+vm_state.vm_map: 23329.162738233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994921472, end = 2994925568, flags = 135266419, pgoff = 12288, inode = 21276 }
+vm_state.vm_map: 23329.162741309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994925568, end = 2995322880, flags = 134217845, pgoff = 0, inode = 24050 }
+vm_state.vm_map: 23329.162743393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995322880, end = 2995331072, flags = 135266419, pgoff = 397312, inode = 24050 }
+vm_state.vm_map: 23329.162745767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995331072, end = 2995347456, flags = 1048691, pgoff = 2995331072, inode = 0 }
+vm_state.vm_map: 23329.162748980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995347456, end = 2995376128, flags = 134217845, pgoff = 0, inode = 499851 }
+vm_state.vm_map: 23329.162750971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995376128, end = 2995380224, flags = 135266419, pgoff = 28672, inode = 499851 }
+vm_state.vm_map: 23329.162753703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995380224, end = 2995683328, flags = 134217845, pgoff = 0, inode = 24049 }
+vm_state.vm_map: 23329.162756015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995683328, end = 2995687424, flags = 135266419, pgoff = 299008, inode = 24049 }
+vm_state.vm_map: 23329.162759381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995687424, end = 2995949568, flags = 134217845, pgoff = 0, inode = 24048 }
+vm_state.vm_map: 23329.162761638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995949568, end = 2995953664, flags = 135266419, pgoff = 262144, inode = 24048 }
+vm_state.vm_map: 23329.162765165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995953664, end = 2995961856, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 23329.162767606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995961856, end = 2995965952, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 23329.162868391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995965952, end = 2995978240, flags = 134217845, pgoff = 0, inode = 133766 }
+vm_state.vm_map: 23329.162874549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995978240, end = 2995982336, flags = 135266419, pgoff = 8192, inode = 133766 }
+vm_state.vm_map: 23329.162889866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995982336, end = 2995998720, flags = 134217845, pgoff = 0, inode = 132448 }
+vm_state.vm_map: 23329.162892560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995998720, end = 2996002816, flags = 135266419, pgoff = 16384, inode = 132448 }
+vm_state.vm_map: 23329.162895149 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996002816, end = 2996006912, flags = 134217845, pgoff = 0, inode = 132458 }
+vm_state.vm_map: 23329.162897196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996006912, end = 2996011008, flags = 135266419, pgoff = 0, inode = 132458 }
+vm_state.vm_map: 23329.162904799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996011008, end = 2996043776, flags = 134217845, pgoff = 0, inode = 133778 }
+vm_state.vm_map: 23329.162906870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996043776, end = 2996047872, flags = 135266419, pgoff = 28672, inode = 133778 }
+vm_state.vm_map: 23329.162915108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996047872, end = 2996060160, flags = 134217845, pgoff = 0, inode = 133391 }
+vm_state.vm_map: 23329.162917223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996060160, end = 2996064256, flags = 135266419, pgoff = 12288, inode = 133391 }
+vm_state.vm_map: 23329.162919424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996064256, end = 2996068352, flags = 1048688, pgoff = 2996064256, inode = 0 }
+vm_state.vm_map: 23329.162924504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996068352, end = 3004456960, flags = 1048691, pgoff = 2996068352, inode = 0 }
+vm_state.vm_map: 23329.162930393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3004456960, end = 3004620800, flags = 134217845, pgoff = 0, inode = 133325 }
+vm_state.vm_map: 23329.162932797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3004620800, end = 3004657664, flags = 135266419, pgoff = 159744, inode = 133325 }
+vm_state.vm_map: 23329.162934837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3004657664, end = 3004735488, flags = 1048691, pgoff = 3004657664, inode = 0 }
+vm_state.vm_map: 23329.162938075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3004735488, end = 3004755968, flags = 134217845, pgoff = 0, inode = 23692 }
+vm_state.vm_map: 23329.162940572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3004755968, end = 3004760064, flags = 135266419, pgoff = 16384, inode = 23692 }
+vm_state.vm_map: 23329.162946547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3004760064, end = 3005112320, flags = 134217845, pgoff = 0, inode = 22500 }
+vm_state.vm_map: 23329.162948612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3005112320, end = 3005206528, flags = 135266419, pgoff = 348160, inode = 22500 }
+vm_state.vm_map: 23329.162951005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3005206528, end = 3005218816, flags = 1048691, pgoff = 3005206528, inode = 0 }
+vm_state.vm_map: 23329.162954063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3005218816, end = 3005382656, flags = 134217845, pgoff = 0, inode = 21283 }
+vm_state.vm_map: 23329.162956078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3005382656, end = 3005386752, flags = 135266419, pgoff = 159744, inode = 21283 }
+vm_state.vm_map: 23329.162958946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3005386752, end = 3006349312, flags = 134217845, pgoff = 0, inode = 21285 }
+vm_state.vm_map: 23329.162961072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3006349312, end = 3006406656, flags = 135266419, pgoff = 962560, inode = 21285 }
+vm_state.vm_map: 23329.162966196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3006406656, end = 3006730240, flags = 134217845, pgoff = 0, inode = 20860 }
+vm_state.vm_map: 23329.162968521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3006730240, end = 3006734336, flags = 135266419, pgoff = 323584, inode = 20860 }
+vm_state.vm_map: 23329.162971240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3006734336, end = 3006840832, flags = 134217845, pgoff = 0, inode = 92226 }
+vm_state.vm_map: 23329.162973607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3006840832, end = 3006844928, flags = 135266419, pgoff = 102400, inode = 92226 }
+vm_state.vm_map: 23329.162976345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3006844928, end = 3007344640, flags = 134217845, pgoff = 0, inode = 22502 }
+vm_state.vm_map: 23329.162978466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007344640, end = 3007352832, flags = 135266419, pgoff = 499712, inode = 22502 }
+vm_state.vm_map: 23329.162983676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007352832, end = 3007467520, flags = 134217845, pgoff = 0, inode = 22497 }
+vm_state.vm_map: 23329.162985772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007467520, end = 3007471616, flags = 135266419, pgoff = 114688, inode = 22497 }
+vm_state.vm_map: 23329.162989108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007471616, end = 3007520768, flags = 134217845, pgoff = 0, inode = 1065068 }
+vm_state.vm_map: 23329.162991223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007520768, end = 3007524864, flags = 135266419, pgoff = 45056, inode = 1065068 }
+vm_state.vm_map: 23329.162994337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007524864, end = 3007770624, flags = 134217845, pgoff = 0, inode = 1065036 }
+vm_state.vm_map: 23329.162996427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007770624, end = 3007782912, flags = 135266419, pgoff = 241664, inode = 1065036 }
+vm_state.vm_map: 23329.162999670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007782912, end = 3008401408, flags = 134217845, pgoff = 0, inode = 22491 }
+vm_state.vm_map: 23329.163001766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008401408, end = 3008409600, flags = 135266419, pgoff = 618496, inode = 22491 }
+vm_state.vm_map: 23329.163003850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008409600, end = 3008413696, flags = 1048691, pgoff = 3008409600, inode = 0 }
+vm_state.vm_map: 23329.163008993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008413696, end = 3008471040, flags = 135266421, pgoff = 0, inode = 33719 }
+vm_state.vm_map: 23329.163011064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008471040, end = 3008475136, flags = 135266419, pgoff = 57344, inode = 33719 }
+vm_state.vm_map: 23329.163013697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008475136, end = 3008528384, flags = 135266421, pgoff = 0, inode = 33713 }
+vm_state.vm_map: 23329.163015683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008528384, end = 3008532480, flags = 135266419, pgoff = 53248, inode = 33713 }
+vm_state.vm_map: 23329.163017865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008532480, end = 3008544768, flags = 1048691, pgoff = 3008532480, inode = 0 }
+vm_state.vm_map: 23329.163020862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008544768, end = 3013525504, flags = 135266421, pgoff = 0, inode = 33715 }
+vm_state.vm_map: 23329.163023236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3013525504, end = 3013566464, flags = 135266419, pgoff = 4976640, inode = 33715 }
+vm_state.vm_map: 23329.163025363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3013566464, end = 3016765440, flags = 1048691, pgoff = 3013566464, inode = 0 }
+vm_state.vm_map: 23329.163027971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016765440, end = 3016818688, flags = 135266421, pgoff = 0, inode = 133389 }
+vm_state.vm_map: 23329.163029937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016818688, end = 3016826880, flags = 135266419, pgoff = 49152, inode = 133389 }
+vm_state.vm_map: 23329.163032502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016826880, end = 3016839168, flags = 1048691, pgoff = 3016826880, inode = 0 }
+vm_state.vm_map: 23329.163037861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016839168, end = 3016855552, flags = 134217845, pgoff = 0, inode = 133398 }
+vm_state.vm_map: 23329.163039944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016855552, end = 3016859648, flags = 135266419, pgoff = 12288, inode = 133398 }
+vm_state.vm_map: 23329.163042940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016859648, end = 3016900608, flags = 134217845, pgoff = 0, inode = 134575 }
+vm_state.vm_map: 23329.163044994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016900608, end = 3016904704, flags = 135266419, pgoff = 36864, inode = 134575 }
+vm_state.vm_map: 23329.163047873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016904704, end = 3016990720, flags = 134217845, pgoff = 0, inode = 134584 }
+vm_state.vm_map: 23329.163049938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016990720, end = 3017027584, flags = 135266419, pgoff = 81920, inode = 134584 }
+vm_state.vm_map: 23329.163052004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017027584, end = 3017064448, flags = 1048691, pgoff = 3017027584, inode = 0 }
+vm_state.vm_map: 23329.163054816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017064448, end = 3017191424, flags = 134217845, pgoff = 0, inode = 134585 }
+vm_state.vm_map: 23329.163056813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017191424, end = 3017228288, flags = 135266419, pgoff = 122880, inode = 134585 }
+vm_state.vm_map: 23329.163058811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017228288, end = 3017265152, flags = 1048691, pgoff = 3017228288, inode = 0 }
+vm_state.vm_map: 23329.163066604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017265152, end = 3017310208, flags = 134217845, pgoff = 0, inode = 133836 }
+vm_state.vm_map: 23329.163068935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017310208, end = 3017314304, flags = 135266419, pgoff = 45056, inode = 133836 }
+vm_state.vm_map: 23329.163071383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017314304, end = 3017318400, flags = 1048691, pgoff = 3017314304, inode = 0 }
+vm_state.vm_map: 23329.163074867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017318400, end = 3017490432, flags = 134217845, pgoff = 0, inode = 132460 }
+vm_state.vm_map: 23329.163077018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017490432, end = 3017494528, flags = 135266419, pgoff = 167936, inode = 132460 }
+vm_state.vm_map: 23329.163080268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017494528, end = 3017527296, flags = 134217845, pgoff = 0, inode = 132451 }
+vm_state.vm_map: 23329.163085194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017527296, end = 3017531392, flags = 135266419, pgoff = 28672, inode = 132451 }
+vm_state.vm_map: 23329.163087254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017531392, end = 3017535488, flags = 1048691, pgoff = 3017531392, inode = 0 }
+vm_state.vm_map: 23329.163092567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017535488, end = 3017646080, flags = 134217845, pgoff = 0, inode = 1065512 }
+vm_state.vm_map: 23329.163095029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017646080, end = 3017650176, flags = 135266419, pgoff = 106496, inode = 1065512 }
+vm_state.vm_map: 23329.163097340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017650176, end = 3017666560, flags = 1048691, pgoff = 3017650176, inode = 0 }
+vm_state.vm_map: 23329.163100812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017666560, end = 3017707520, flags = 134217845, pgoff = 0, inode = 1066155 }
+vm_state.vm_map: 23329.163103099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017707520, end = 3017711616, flags = 135266419, pgoff = 40960, inode = 1066155 }
+vm_state.vm_map: 23329.163107125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017711616, end = 3017883648, flags = 134217845, pgoff = 0, inode = 1066157 }
+vm_state.vm_map: 23329.163111879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017883648, end = 3017887744, flags = 135266419, pgoff = 167936, inode = 1066157 }
+vm_state.vm_map: 23329.163114437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017887744, end = 3017891840, flags = 1048691, pgoff = 3017887744, inode = 0 }
+vm_state.vm_map: 23329.163117126 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017895936, end = 3017908224, flags = 134217845, pgoff = 0, inode = 133760 }
+vm_state.vm_map: 23329.163119111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017908224, end = 3017912320, flags = 135266419, pgoff = 8192, inode = 133760 }
+vm_state.vm_map: 23329.163122558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017912320, end = 3017932800, flags = 134217845, pgoff = 0, inode = 132459 }
+vm_state.vm_map: 23329.163125154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017932800, end = 3017936896, flags = 135266419, pgoff = 16384, inode = 132459 }
+vm_state.vm_map: 23329.163128014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017936896, end = 3017981952, flags = 134217845, pgoff = 0, inode = 133390 }
+vm_state.vm_map: 23329.163130512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017981952, end = 3017986048, flags = 135266419, pgoff = 40960, inode = 133390 }
+vm_state.vm_map: 23329.163133841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017986048, end = 3018031104, flags = 134217845, pgoff = 0, inode = 133776 }
+vm_state.vm_map: 23329.163135937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018031104, end = 3018035200, flags = 135266419, pgoff = 40960, inode = 133776 }
+vm_state.vm_map: 23329.163141086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018035200, end = 3018088448, flags = 134217845, pgoff = 0, inode = 133393 }
+vm_state.vm_map: 23329.163143176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018088448, end = 3018092544, flags = 135266419, pgoff = 53248, inode = 133393 }
+vm_state.vm_map: 23329.163146623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018092544, end = 3018133504, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.163149015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018133504, end = 3018137600, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.163151481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018137600, end = 3018141696, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.163154182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018141696, end = 3018178560, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.163156506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018178560, end = 3018182656, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.163159158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018182656, end = 3018186752, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.163161852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018186752, end = 3018211328, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.163164022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018211328, end = 3018215424, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.163166692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018215424, end = 3018219520, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.163169775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018219520, end = 3018297344, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.163172050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018297344, end = 3018301440, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.163174332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018301440, end = 3018305536, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.163176453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018305536, end = 3018313728, flags = 1048691, pgoff = 3018305536, inode = 0 }
+vm_state.vm_map: 23329.163179005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018313728, end = 3018383360, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.163181156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018383360, end = 3018387456, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.163183351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018387456, end = 3018391552, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.163185343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018391552, end = 3018399744, flags = 1048691, pgoff = 3018391552, inode = 0 }
+vm_state.vm_map: 23329.163193074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018399744, end = 3018690560, flags = 134217845, pgoff = 0, inode = 22627 }
+vm_state.vm_map: 23329.163195528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018690560, end = 3018706944, flags = 135266419, pgoff = 286720, inode = 22627 }
+vm_state.vm_map: 23329.163197680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018706944, end = 3018727424, flags = 1048691, pgoff = 3018706944, inode = 0 }
+vm_state.vm_map: 23329.163203525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018727424, end = 3019075584, flags = 134217845, pgoff = 0, inode = 41235 }
+vm_state.vm_map: 23329.163205597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3019075584, end = 3019087872, flags = 135266419, pgoff = 348160, inode = 41235 }
+vm_state.vm_map: 23329.163208427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3019087872, end = 3021123584, flags = 134217937, pgoff = 0, inode = 41242 }
+vm_state.vm_map: 23329.163211775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3021123584, end = 3022381056, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.163214081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022381056, end = 3022401536, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.163216467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022401536, end = 3022405632, flags = 1048691, pgoff = 3022401536, inode = 0 }
+vm_state.vm_map: 23329.163218650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022405632, end = 3022643200, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 23329.163220642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022643200, end = 3022647296, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 23329.163223176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022647296, end = 3022680064, flags = 134217845, pgoff = 0, inode = 21180 }
+vm_state.vm_map: 23329.163225383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022680064, end = 3022684160, flags = 135266419, pgoff = 28672, inode = 21180 }
+vm_state.vm_map: 23329.163228361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022684160, end = 3023114240, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 23329.163230698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023114240, end = 3023142912, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 23329.163232862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023142912, end = 3023147008, flags = 1048691, pgoff = 3023142912, inode = 0 }
+vm_state.vm_map: 23329.163235982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023147008, end = 3023589376, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 23329.163238430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023589376, end = 3023597568, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 23329.163241254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023597568, end = 3024400384, flags = 134217845, pgoff = 0, inode = 21274 }
+vm_state.vm_map: 23329.163249775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024400384, end = 3024416768, flags = 135266419, pgoff = 802816, inode = 21274 }
+vm_state.vm_map: 23329.163253270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024416768, end = 3026972672, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 23329.163255645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3026972672, end = 3027021824, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 23329.163260983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027021824, end = 3027025920, flags = 1048691, pgoff = 3027021824, inode = 0 }
+vm_state.vm_map: 23329.163263642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027025920, end = 3027042304, flags = 134217845, pgoff = 0, inode = 133777 }
+vm_state.vm_map: 23329.163265780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027042304, end = 3027046400, flags = 135266419, pgoff = 12288, inode = 133777 }
+vm_state.vm_map: 23329.163268900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027046400, end = 3027066880, flags = 134217845, pgoff = 0, inode = 133765 }
+vm_state.vm_map: 23329.163270965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027066880, end = 3027070976, flags = 135266419, pgoff = 20480, inode = 133765 }
+vm_state.vm_map: 23329.163273740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027070976, end = 3027083264, flags = 134217845, pgoff = 0, inode = 133767 }
+vm_state.vm_map: 23329.163275954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027083264, end = 3027087360, flags = 135266419, pgoff = 8192, inode = 133767 }
+vm_state.vm_map: 23329.163278260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027087360, end = 3027091456, flags = 1048691, pgoff = 3027087360, inode = 0 }
+vm_state.vm_map: 23329.163281299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027091456, end = 3027116032, flags = 134217845, pgoff = 0, inode = 132468 }
+vm_state.vm_map: 23329.163283624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027116032, end = 3027120128, flags = 135266419, pgoff = 24576, inode = 132468 }
+vm_state.vm_map: 23329.163287027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027120128, end = 3043360768, flags = 134217979, pgoff = 0, inode = 1204696 }
+vm_state.vm_map: 23329.163290153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3043360768, end = 3047657472, flags = 134217979, pgoff = 0, inode = 1204694 }
+vm_state.vm_map: 23329.163293292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047657472, end = 3047858176, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 23329.163295894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047858176, end = 3047862272, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 23329.163299069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047862272, end = 3047886848, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.163301147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047886848, end = 3047890944, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.163303872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047895040, end = 3047919616, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.163306320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047919616, end = 3047923712, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.163312880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047923712, end = 3047981056, flags = 134217845, pgoff = 0, inode = 123137 }
+vm_state.vm_map: 23329.163315174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047981056, end = 3047985152, flags = 135266419, pgoff = 53248, inode = 123137 }
+vm_state.vm_map: 23329.163317793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047985152, end = 3047989248, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.163320525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047989248, end = 3048013824, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.163323441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048013824, end = 3048017920, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.163326741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048017920, end = 3048022016, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.163329718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048022016, end = 3048026112, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.163332567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048026112, end = 3048030208, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.163335441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048030208, end = 3048038400, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.163338085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048038400, end = 3048071168, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.163340644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048071168, end = 3048083456, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.163343400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048083456, end = 3048091648, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.163345848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048091648, end = 3048095744, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.163348628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048095744, end = 3048099840, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.163351421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048099840, end = 3048103936, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.163353869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048103936, end = 3048132608, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.163356354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048132608, end = 3048144896, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.163358931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048144896, end = 3048148992, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.163361305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048148992, end = 3048157184, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.163363882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048157184, end = 3048161280, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.163366540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048161280, end = 3048165376, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.163369586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048165376, end = 3048177664, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.163372299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048177664, end = 3048185856, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.163374938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048185856, end = 3048218624, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.163377675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048218624, end = 3048239104, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.163380382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048239104, end = 3048247296, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.163383465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048247296, end = 3048275968, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.163386461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048275968, end = 3048321024, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.163389389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048321024, end = 3048378368, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.163393046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048378368, end = 3048603648, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.163395069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048603648, end = 3048607744, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.163397059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048607744, end = 3048611840, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.163399754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048615936, end = 3048632320, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.163401887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048632320, end = 3048636416, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.163404477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048636416, end = 3048648704, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.163407406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048648704, end = 3048706048, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.163410396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048706048, end = 3050037248, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.163412998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050037248, end = 3050049536, flags = 1048691, pgoff = 3050037248, inode = 0 }
+vm_state.vm_map: 23329.163416229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050049536, end = 3050065920, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.163418399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050065920, end = 3050070016, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.163421130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050070016, end = 3050217472, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.163423171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050217472, end = 3050225664, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.163426032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050225664, end = 3050233856, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.163428196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050233856, end = 3050237952, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.163431384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050237952, end = 3050557440, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.163433493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050557440, end = 3050573824, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.163436915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050573824, end = 3050766336, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.163443685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050766336, end = 3050770432, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.163445738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050770432, end = 3050774528, flags = 1048691, pgoff = 3050770432, inode = 0 }
+vm_state.vm_map: 23329.163448494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050774528, end = 3050872832, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.163450547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050872832, end = 3050876928, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.163453302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050876928, end = 3050889216, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.163456071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050889216, end = 3050893312, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.163459303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050893312, end = 3050946560, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.163461368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050946560, end = 3050950656, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.163464204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050950656, end = 3051134976, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.163466258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051134976, end = 3051143168, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.163469094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051143168, end = 3051384832, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.163471480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051384832, end = 3051388928, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.163473736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051388928, end = 3051393024, flags = 1048691, pgoff = 3051388928, inode = 0 }
+vm_state.vm_map: 23329.163476171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051393024, end = 3051864064, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.163478237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051864064, end = 3051880448, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.163481105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051880448, end = 3052023808, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.163483120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052023808, end = 3052027904, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.163486030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052027904, end = 3052113920, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.163488472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052113920, end = 3052118016, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.163491536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052118016, end = 3052126208, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.163493719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052126208, end = 3052130304, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.163496537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052130304, end = 3052134400, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.163499034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052134400, end = 3052220416, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.163500970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052220416, end = 3052224512, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.163572744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052224512, end = 3052228608, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.163576333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052228608, end = 3052240896, flags = 1048691, pgoff = 3052228608, inode = 0 }
+vm_state.vm_map: 23329.163578984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052240896, end = 3052978176, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.163581265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052978176, end = 3052982272, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.163584287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052982272, end = 3053010944, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.163586710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053010944, end = 3053015040, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.163588843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053015040, end = 3053019136, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.163591605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053019136, end = 3053035520, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.163593714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053035520, end = 3053039616, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.163596427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053039616, end = 3053101056, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.163598708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053101056, end = 3053105152, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.163601637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053105152, end = 3053182976, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.163603894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053182976, end = 3053187072, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.163607624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053187072, end = 3053191168, flags = 1048691, pgoff = 3053187072, inode = 0 }
+vm_state.vm_map: 23329.163610817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053191168, end = 3053305856, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.163612964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053305856, end = 3053309952, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.163616053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053309952, end = 3053457408, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.163618105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053457408, end = 3053461504, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.163620103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053461504, end = 3053465600, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.163622606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053465600, end = 3053498368, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.163624900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053498368, end = 3053502464, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.163628032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053502464, end = 3053518848, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.163641658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053518848, end = 3053522944, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.163644679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053522944, end = 3053555712, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.163646917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053555712, end = 3053559808, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.163649526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053559808, end = 3053576192, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.163651634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053576192, end = 3053580288, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.163653934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053580288, end = 3053584384, flags = 1048691, pgoff = 3053580288, inode = 0 }
+vm_state.vm_map: 23329.163656715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053584384, end = 3054714880, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.163658713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3054714880, end = 3054731264, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.163661265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3054731264, end = 3055001600, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.163663318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3055001600, end = 3055009792, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.163666142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3055009792, end = 3056160768, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.163668479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056160768, end = 3056177152, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.163671482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056177152, end = 3056263168, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.163673486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056263168, end = 3056267264, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.163675477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056267264, end = 3056275456, flags = 1048691, pgoff = 3056267264, inode = 0 }
+vm_state.vm_map: 23329.163678671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056275456, end = 3056304128, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.163680655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056304128, end = 3056308224, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.163683252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056308224, end = 3056640000, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.163685577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056640000, end = 3056648192, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.163687685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056648192, end = 3056652288, flags = 1048691, pgoff = 3056648192, inode = 0 }
+vm_state.vm_map: 23329.163690755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056652288, end = 3057967104, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.163693264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3057967104, end = 3057975296, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.163695712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3057975296, end = 3057979392, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.163697728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3057979392, end = 3057991680, flags = 1048691, pgoff = 3057979392, inode = 0 }
+vm_state.vm_map: 23329.163700467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3057991680, end = 3058929664, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.163702525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3058929664, end = 3058946048, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.163704616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3058946048, end = 3058950144, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.163706872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3058950144, end = 3058978816, flags = 1048691, pgoff = 3058950144, inode = 0 }
+vm_state.vm_map: 23329.163710097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3058978816, end = 3069018112, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.163712255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3069018112, end = 3069177856, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.163714327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3069177856, end = 3069186048, flags = 1048691, pgoff = 3069177856, inode = 0 }
+vm_state.vm_map: 23329.163717508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3069186048, end = 3071496192, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.163719635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3071496192, end = 3071524864, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.163721935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3071524864, end = 3071528960, flags = 1048691, pgoff = 3071524864, inode = 0 }
+vm_state.vm_map: 23329.163724710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3071528960, end = 3071995904, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.163726929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3071995904, end = 3072004096, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.163729630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3072004096, end = 3074306048, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.163731844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074306048, end = 3074351104, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.163734446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074351104, end = 3074355200, flags = 1048691, pgoff = 3074351104, inode = 0 }
+vm_state.vm_map: 23329.163737516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074355200, end = 3074670592, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 23329.163739952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074670592, end = 3074678784, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 23329.163742936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074678784, end = 3078275072, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.163745125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078275072, end = 3078373376, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.163747498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078373376, end = 3078377472, flags = 1048691, pgoff = 3078373376, inode = 0 }
+vm_state.vm_map: 23329.163750347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078377472, end = 3078410240, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.163752702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078410240, end = 3078414336, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.163755816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078414336, end = 3078422528, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.163758085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078422528, end = 3078426624, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.163761753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078426624, end = 3078434816, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.163763844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078434816, end = 3078438912, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.163766242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078438912, end = 3078443008, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.163768597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078443008, end = 3078471680, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.163771044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078471680, end = 3078479872, flags = 1048691, pgoff = 3078471680, inode = 0 }
+vm_state.vm_map: 23329.163773098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078479872, end = 3078483968, flags = 67371125, pgoff = 3078479872, inode = 0 }
+vm_state.vm_map: 23329.163776218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078483968, end = 3078598656, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.163778622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078598656, end = 3078602752, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.163780700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078602752, end = 3078606848, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.163782747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3215572992, end = 3215659008, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.163789307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 23329.163791361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 23329.163793574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 23329.163795633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 153337856, end = 154927104, flags = 1048691, pgoff = 153337856, inode = 0 }
+vm_state.vm_map: 23329.163867679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
+vm_state.vm_map: 23329.163871299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024523264, end = 3024564224, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.163873592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024564224, end = 3024568320, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.163876176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024568320, end = 3024572416, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.163878784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024572416, end = 3024609280, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.163880825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024609280, end = 3024613376, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.163882866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024613376, end = 3024617472, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.163885264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024617472, end = 3024695296, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.163888384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024695296, end = 3024699392, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.163890443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024699392, end = 3024703488, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.163892484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024703488, end = 3024711680, flags = 1048691, pgoff = 3024703488, inode = 0 }
+vm_state.vm_map: 23329.163894858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024711680, end = 3024736256, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.163896942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024736256, end = 3024740352, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.163899063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024740352, end = 3024744448, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.163901881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 23329.163904107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 23329.163906616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 23329.163908662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 23329.163911548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
+vm_state.vm_map: 23329.163914162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
+vm_state.vm_map: 23329.163916302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
+vm_state.vm_map: 23329.163919144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 23329.163921203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 23329.163923646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 23329.163926068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 23329.163928818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 23329.163931488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 23329.163933923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 23329.163935970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 23329.163938215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
+vm_state.vm_map: 23329.163940891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 23329.163943197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 23329.163946563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3042299904, end = 3042373632, flags = 134217845, pgoff = 0, inode = 57409 }
+vm_state.vm_map: 23329.163948838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3042373632, end = 3042377728, flags = 135266419, pgoff = 73728, inode = 57409 }
+vm_state.vm_map: 23329.163951317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 23329.163953345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 23329.163955343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.163957686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
+vm_state.vm_map: 23329.163960448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.163962508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.163971713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.163973791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.163976288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.163978428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.163980808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.163983563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.163985654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
+vm_state.vm_map: 23329.163988163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 23329.163990334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 23329.163993015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.163995087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.163997455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.163999809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.164002387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.164004465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.164007455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.164009459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.164011623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
+vm_state.vm_map: 23329.164014546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.164016574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.164018843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.164021390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.164023628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.164025891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.164028283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.164030484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.164032673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.164035084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.164037334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
+vm_state.vm_map: 23329.164039628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.164041669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.164044696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.164046829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.164049253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.164051552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.164053988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.164056386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.164058637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
+vm_state.vm_map: 23329.164060894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.164063113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.164065327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
+vm_state.vm_map: 23329.164067664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.164069722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.164072046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.164074360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.164076776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.164082047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.164084446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.164086795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.164089681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
+vm_state.vm_map: 23329.164091857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
+vm_state.vm_map: 23329.164094428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
+vm_state.vm_map: 23329.164097240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 23329.164099305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 23329.164101833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
+vm_state.vm_map: 23329.164104731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 23329.164106754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 23329.164109670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.164111945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.164114313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.164116304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.164119517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.164122100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.164124104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
+vm_state.vm_map: 23329.164126774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.164128838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.164131409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.164133839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.164136331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.164138401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.164140782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.164142786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.164144789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.164147250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.164149660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.164151639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.164153600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
+vm_state.vm_map: 23329.164156763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.164159272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.164161313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.164163749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
+vm_state.vm_map: 23329.164166141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.164168225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.164171394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.164173392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.164175347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.164177881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.164179922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.164182671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.164185027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.164187863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.164189984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.164194885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.164197395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
+vm_state.vm_map: 23329.164199874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.164202075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.164204141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.164206644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
+vm_state.vm_map: 23329.164209399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.164211595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.164213968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
+vm_state.vm_map: 23329.164216243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.164218296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.164220844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
+vm_state.vm_map: 23329.164223828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 23329.164226139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 23329.164228322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
+vm_state.vm_map: 23329.164230844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.164232909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.164236269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 23329.164238674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 23329.164240733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
+vm_state.vm_map: 23329.164242916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.164245167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.164247997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.164250050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.164252529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
+vm_state.vm_map: 23329.164255722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.164257769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.164260482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 23329.164262671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 23329.164265014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.164266981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.164269145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.164271507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.164273972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
+vm_state.vm_map: 23329.164276421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
+vm_state.vm_map: 23329.164278750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.164280903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.164283036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.164285151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.164288839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 23329.164291039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 23329.164293506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 23329.164296065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 153337856, end = 155193344, flags = 1048691, pgoff = 153337856, inode = 0 }
+vm_state.vm_map: 23329.164303494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2990907392, end = 2990968832, flags = 134217841, pgoff = 0, inode = 649743 }
+vm_state.vm_map: 23329.164309709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2990968832, end = 2990985216, flags = 134217845, pgoff = 0, inode = 57390 }
+vm_state.vm_map: 23329.164312144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2990985216, end = 2990989312, flags = 135266419, pgoff = 12288, inode = 57390 }
+vm_state.vm_map: 23329.164315301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2990989312, end = 2991054848, flags = 134217845, pgoff = 0, inode = 57391 }
+vm_state.vm_map: 23329.164317934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991054848, end = 2991058944, flags = 135266419, pgoff = 61440, inode = 57391 }
+vm_state.vm_map: 23329.164320067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991058944, end = 2991075328, flags = 1048691, pgoff = 2991058944, inode = 0 }
+vm_state.vm_map: 23329.164323002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991075328, end = 2991116288, flags = 134217845, pgoff = 0, inode = 57395 }
+vm_state.vm_map: 23329.164325006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991116288, end = 2991120384, flags = 135266419, pgoff = 36864, inode = 57395 }
+vm_state.vm_map: 23329.164328095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991120384, end = 2991403008, flags = 134217845, pgoff = 0, inode = 22693 }
+vm_state.vm_map: 23329.164330493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991403008, end = 2991415296, flags = 135266419, pgoff = 282624, inode = 22693 }
+vm_state.vm_map: 23329.164332491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991415296, end = 2991439872, flags = 1048691, pgoff = 2991415296, inode = 0 }
+vm_state.vm_map: 23329.164335950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991439872, end = 2991710208, flags = 134217845, pgoff = 0, inode = 18916 }
+vm_state.vm_map: 23329.164338330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991710208, end = 2991714304, flags = 135266419, pgoff = 266240, inode = 18916 }
+vm_state.vm_map: 23329.164341308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991714304, end = 2991796224, flags = 134217845, pgoff = 0, inode = 18915 }
+vm_state.vm_map: 23329.164343306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991796224, end = 2991804416, flags = 135266419, pgoff = 77824, inode = 18915 }
+vm_state.vm_map: 23329.164345920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991804416, end = 2992586752, flags = 134217845, pgoff = 0, inode = 18927 }
+vm_state.vm_map: 23329.164348108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992586752, end = 2992594944, flags = 135266419, pgoff = 778240, inode = 18927 }
+vm_state.vm_map: 23329.164350520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992607232, end = 2992627712, flags = 134217845, pgoff = 0, inode = 57392 }
+vm_state.vm_map: 23329.164352604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992627712, end = 2992631808, flags = 135266419, pgoff = 16384, inode = 57392 }
+vm_state.vm_map: 23329.164355181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992631808, end = 2992648192, flags = 134217845, pgoff = 0, inode = 57389 }
+vm_state.vm_map: 23329.164357913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992648192, end = 2992652288, flags = 135266419, pgoff = 12288, inode = 57389 }
+vm_state.vm_map: 23329.164361076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992652288, end = 2992685056, flags = 134217845, pgoff = 0, inode = 57396 }
+vm_state.vm_map: 23329.164365761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992685056, end = 2992689152, flags = 135266419, pgoff = 28672, inode = 57396 }
+vm_state.vm_map: 23329.164368739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992689152, end = 2993053696, flags = 134217845, pgoff = 0, inode = 22572 }
+vm_state.vm_map: 23329.164370977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993053696, end = 2993061888, flags = 135266419, pgoff = 364544, inode = 22572 }
+vm_state.vm_map: 23329.164373603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993065984, end = 2993082368, flags = 134217845, pgoff = 0, inode = 57393 }
+vm_state.vm_map: 23329.164375607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993082368, end = 2993086464, flags = 135266419, pgoff = 12288, inode = 57393 }
+vm_state.vm_map: 23329.164378388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993086464, end = 2993111040, flags = 134217845, pgoff = 0, inode = 18917 }
+vm_state.vm_map: 23329.164380429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993111040, end = 2993115136, flags = 135266419, pgoff = 20480, inode = 18917 }
+vm_state.vm_map: 23329.164383395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993115136, end = 2993131520, flags = 134217845, pgoff = 0, inode = 18914 }
+vm_state.vm_map: 23329.164385503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993131520, end = 2993135616, flags = 135266419, pgoff = 16384, inode = 18914 }
+vm_state.vm_map: 23329.164388321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993135616, end = 2993152000, flags = 134217845, pgoff = 0, inode = 57394 }
+vm_state.vm_map: 23329.164390387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993152000, end = 2993156096, flags = 135266419, pgoff = 16384, inode = 57394 }
+vm_state.vm_map: 23329.164393414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993156096, end = 2993352704, flags = 134217845, pgoff = 0, inode = 20024 }
+vm_state.vm_map: 23329.164395880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993352704, end = 2993360896, flags = 135266419, pgoff = 192512, inode = 20024 }
+vm_state.vm_map: 23329.164398340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993360896, end = 2993369088, flags = 1048691, pgoff = 2993360896, inode = 0 }
+vm_state.vm_map: 23329.164400992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993369088, end = 2993819648, flags = 134217845, pgoff = 0, inode = 20711 }
+vm_state.vm_map: 23329.164402983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993819648, end = 2993831936, flags = 135266419, pgoff = 450560, inode = 20711 }
+vm_state.vm_map: 23329.164406516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993831936, end = 2993958912, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 23329.164408890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993958912, end = 2993963008, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 23329.164411732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993979392, end = 2994008064, flags = 134217845, pgoff = 0, inode = 57397 }
+vm_state.vm_map: 23329.164414100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2994008064, end = 2994012160, flags = 135266419, pgoff = 24576, inode = 57397 }
+vm_state.vm_map: 23329.164417257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2994012160, end = 2994036736, flags = 134217845, pgoff = 0, inode = 57398 }
+vm_state.vm_map: 23329.164419409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2994036736, end = 2994040832, flags = 135266419, pgoff = 24576, inode = 57398 }
+vm_state.vm_map: 23329.164421949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2994040832, end = 2994053120, flags = 134217845, pgoff = 0, inode = 49489 }
+vm_state.vm_map: 23329.164424378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2994053120, end = 2994057216, flags = 135266419, pgoff = 8192, inode = 49489 }
+vm_state.vm_map: 23329.164426654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2994057216, end = 2994061312, flags = 1048688, pgoff = 2994057216, inode = 0 }
+vm_state.vm_map: 23329.164428953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2994061312, end = 3002449920, flags = 1048691, pgoff = 2994061312, inode = 0 }
+vm_state.vm_map: 23329.164431739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002449920, end = 3002490880, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.164433738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002490880, end = 3002494976, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.164435810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002494976, end = 3002499072, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.164438448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002499072, end = 3002535936, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.164440501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002535936, end = 3002540032, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.164442690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002540032, end = 3002544128, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.164445680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002544128, end = 3002621952, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.164447814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002621952, end = 3002626048, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.164449824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002626048, end = 3002630144, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.164451883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002630144, end = 3002638336, flags = 1048691, pgoff = 3002630144, inode = 0 }
+vm_state.vm_map: 23329.164454355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002638336, end = 3002662912, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.164456483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002662912, end = 3002667008, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.164458171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002667008, end = 3002671104, flags = 135266419, pgoff = 28672, inode = 508366 }
+kernel.irq_entry: 23329.164551044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 23329.164594894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { jiffies = 4297269587, xtime_sec = 1264196274, xtime_nsec = 637522006, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.164621987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.irq_exit: 23329.164677650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 23329.164686264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 23329.164710674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302292, function = 0xc141d458, data = 0 }
+kernel.timer_set: 23329.164722901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302292, function = 0xc14b0234, data = 0 }
+kernel.softirq_exit: 23329.164725736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.sched_schedule: 23329.164751663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 16927, next_pid = 1989, prev_state = 0 }
+fs.read: 23329.165263673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.165271392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.165319823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851408, syscall_id = 119 [syscall 119] }
+kernel.syscall_exit: 23329.165325570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.165342988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 23329.165377115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.165395113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.165656870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.165663665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.165675201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.165686756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.165688020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 64 }
+kernel.syscall_entry: 23329.165713434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.165715358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.165716554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.165740532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.165742789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.165745564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.165749134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
+fs.writev: 23329.165755219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 23329.165756717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
+kernel.syscall_entry: 23329.165762199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.165763691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 23329.165774967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+fs.writev: 23329.165965308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
+kernel.syscall_exit: 23329.165968151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 64 }
+kernel.syscall_entry: 23329.165981105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.165986061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.165992339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.165996623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 23329.166007610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.166030165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
+fs.select: 23329.166039882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166044401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166047663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166060697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166063964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166068164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166072109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166075698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166079588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166082936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166086007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166089799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166093505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166097056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166100805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166104239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166107871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166111262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166129802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166133483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166137189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166140617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166144520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166147972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166151431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166154631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166157911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166161197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166164410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166167856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166171032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166174386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166177592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166180441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166183881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559610913 }
+fs.select: 23329.166187260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559610913 }
+mm.page_free: 23329.166197921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 197983, order = 0 }
+kernel.syscall_exit: 23329.166205479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.166216375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.166218371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 23329.166228970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.166232935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.166235401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.166244471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 23329.166266742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.166282291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.166563101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 23329.166576721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+fs.read: 23329.166752670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.166755975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 16 }
+kernel.syscall_entry: 23329.166781390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.166785355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.166786594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.166793622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 23329.166815350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.166826042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.167014409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.167019392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.167032851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.167041705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.167042981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 23329.167062872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.167064851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.167066133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.169420347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.169477860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.169492196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.169499996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
+fs.writev: 23329.169532693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 23329.169534357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 7140 }
+kernel.syscall_entry: 23329.169543495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.169545214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 23329.169576771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+fs.writev: 23329.170008318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
+kernel.syscall_exit: 23329.170011709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 23329.170030324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.170035632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.170042674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.170046571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 23329.170058100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.170080148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
+fs.select: 23329.170090106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170094527 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170098004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170112130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170114880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170120337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170123671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170126828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170130177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170133450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170136508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170139635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170143100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170146287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170149543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170152811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170156387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170159537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170180557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170184059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170187641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170191888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170196186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170200010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170203363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170206852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170209850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170213550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170216409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170219093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170222538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170225874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170229018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170231885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170235801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559660743 }
+fs.select: 23329.170238988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559660743 }
+mm.page_free: 23329.170250000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 197964, order = 0 }
+kernel.syscall_exit: 23329.170257726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.170268954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.170270983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 23329.170284640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.170288234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.170290718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.170299837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.170315578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.170316824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 4096 }
+kernel.syscall_entry: 23329.170883961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 23329.170926517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.170950981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.171382739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 23329.171401311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+fs.read: 23329.171617307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4092, fd = 48 }
+kernel.syscall_exit: 23329.171621591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 3044 }
+kernel.syscall_entry: 23329.171756712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.171763370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.171764648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.171772872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 23329.171802079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.171817543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.172059711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.172067492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.172082592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.172092618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.172094091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 23329.172115807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.172117762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.172118976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.172156340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.172159953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.172162894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.172166668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
+fs.writev: 23329.172174751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 23329.172176292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
+kernel.syscall_entry: 23329.172183778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.172185362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 23329.172200325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+fs.writev: 23329.172391850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
+kernel.syscall_exit: 23329.172394150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 23329.172408529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.172413511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.172419220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.172423832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 23329.172435275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.172455924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
+fs.select: 23329.172465129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172469464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172472978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172485754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172489447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172493972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172497881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172500903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172504244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172507056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172509812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172513123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172516877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172520176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172523339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172527063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172530535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172534024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172552133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172555302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172558589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172562177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172565310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172568972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172572437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172576198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172579625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172583565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172586796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172589386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172593141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172596427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172599399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172602593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172606076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 560036420 }
+fs.select: 23329.172608863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 560036420 }
+mm.page_free: 23329.172619598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 197949, order = 0 }
+kernel.syscall_exit: 23329.172627324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.172637818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.172639697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 23329.172652011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.172655574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.172658022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.172666537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+kernel.sched_try_wakeup: 23329.172690127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.172706300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.172966207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.sched_schedule: 23329.172980302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+fs.read: 23329.173200910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.173204708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 16 }
+kernel.syscall_entry: 23329.173230216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.173235782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.173237016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.173244599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 23329.173269564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.173280638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
+fs.pollfd: 23329.173453986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.173461318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.173476090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.173484222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.173485751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 23329.173507023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.173508910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.173510229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.irq_entry: 23329.175747217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, IRQ { ip = 3058876320, handler = 0x0, irq_id = 239, kernel_mode = 0 }
+kernel.timer_update_time: 23329.175771849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, IRQ { jiffies = 4297269588, xtime_sec = 1264196274, xtime_nsec = 637522007, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.175787602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.irq_exit: 23329.175822149 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 23329.175827044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 23329.175841699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SOFTIRQ { expires = 2302293, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 23329.175846577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.sched_schedule: 23329.175859932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 2336, next_pid = 16927, prev_state = 0 }
+vm_state.vm_map: 23329.176081415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002671104, end = 3018911744, flags = 134217979, pgoff = 0, inode = 1204696 }
+vm_state.vm_map: 23329.176085121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3018911744, end = 3023208448, flags = 134217979, pgoff = 0, inode = 1204694 }
+vm_state.vm_map: 23329.176090454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023208448, end = 3023409152, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 23329.176092569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023409152, end = 3023413248, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 23329.176095559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023413248, end = 3023437824, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.176097569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023437824, end = 3023441920, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.176100375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023441920, end = 3023462400, flags = 134217845, pgoff = 0, inode = 52570 }
+vm_state.vm_map: 23329.176102582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023462400, end = 3023466496, flags = 135266419, pgoff = 16384, inode = 52570 }
+vm_state.vm_map: 23329.176104987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023466496, end = 3023503360, flags = 134217845, pgoff = 0, inode = 52569 }
+vm_state.vm_map: 23329.176107052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023503360, end = 3023507456, flags = 135266419, pgoff = 32768, inode = 52569 }
+vm_state.vm_map: 23329.176109636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023507456, end = 3023532032, flags = 134217845, pgoff = 0, inode = 52572 }
+vm_state.vm_map: 23329.176111689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023532032, end = 3023536128, flags = 135266419, pgoff = 20480, inode = 52572 }
+vm_state.vm_map: 23329.176114143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023536128, end = 3023540224, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.176116553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023540224, end = 3023564800, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.176119408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023564800, end = 3023568896, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.176121745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023568896, end = 3023572992, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.176124181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023572992, end = 3023577088, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.176126547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023577088, end = 3023581184, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.176128811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023581184, end = 3023589376, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.176134828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023589376, end = 3023622144, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.176137202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023622144, end = 3023634432, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.176139785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023634432, end = 3023642624, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.176142461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023642624, end = 3023646720, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.176144656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023646720, end = 3023650816, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.176147153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023650816, end = 3023654912, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.176149583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023654912, end = 3023683584, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.176151802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023683584, end = 3023695872, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.176154312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023695872, end = 3023699968, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.176156556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023699968, end = 3023708160, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.176159355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023708160, end = 3023712256, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.176161649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023712256, end = 3023716352, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.176164047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023716352, end = 3023728640, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.176166230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023728640, end = 3023736832, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.176168511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023736832, end = 3023769600, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.176170959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023769600, end = 3023790080, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.176173167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023790080, end = 3023798272, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.176175522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023798272, end = 3023826944, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.176178105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023826944, end = 3023872000, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.176180405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023872000, end = 3023929344, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.176182477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
+vm_state.vm_map: 23329.176185184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024166912, end = 3024183296, flags = 134217845, pgoff = 0, inode = 52571 }
+vm_state.vm_map: 23329.176187181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024183296, end = 3024187392, flags = 135266419, pgoff = 12288, inode = 52571 }
+vm_state.vm_map: 23329.176189869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024187392, end = 3024412672, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.176191966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024412672, end = 3024416768, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.176194061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024416768, end = 3024420864, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.176202718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024420864, end = 3024556032, flags = 134217845, pgoff = 0, inode = 17864 }
+vm_state.vm_map: 23329.176204882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024556032, end = 3024560128, flags = 135266419, pgoff = 135168, inode = 17864 }
+vm_state.vm_map: 23329.176207510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024560128, end = 3024592896, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.176209520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024592896, end = 3024596992, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.176217602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024596992, end = 3024691200, flags = 134217845, pgoff = 0, inode = 1065551 }
+vm_state.vm_map: 23329.176219643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024691200, end = 3024699392, flags = 135266419, pgoff = 90112, inode = 1065551 }
+vm_state.vm_map: 23329.176224458 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024699392, end = 3024834560, flags = 134217845, pgoff = 0, inode = 1066191 }
+vm_state.vm_map: 23329.176226505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024834560, end = 3024838656, flags = 135266419, pgoff = 135168, inode = 1066191 }
+vm_state.vm_map: 23329.176231531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 23329.176233559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 23329.176236439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 23329.176238393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 23329.176240835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
+vm_state.vm_map: 23329.176243030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
+vm_state.vm_map: 23329.176245071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
+vm_state.vm_map: 23329.176247611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 23329.176249652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 23329.176251822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 23329.176254048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 23329.176256305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 23329.176258345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 23329.176260510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 23329.176262593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 23329.176264628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
+vm_state.vm_map: 23329.176266762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 23329.176268691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 23329.176271657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3042283520, end = 3042304000, flags = 134217845, pgoff = 0, inode = 52568 }
+vm_state.vm_map: 23329.176273586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3042304000, end = 3042308096, flags = 135266419, pgoff = 16384, inode = 52568 }
+vm_state.vm_map: 23329.176275949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3042308096, end = 3042320384, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.176278587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3042320384, end = 3042377728, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.176280923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 23329.176283020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 23329.176285486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.176287478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
+vm_state.vm_map: 23329.176289932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.176291917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.176294402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.176296480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.176299143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.176301135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.176303613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.176305593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.176308047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
+vm_state.vm_map: 23329.176310519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 23329.176312461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 23329.176314810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.176316870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.176319108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.176321272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.176323917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.176325977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.176328677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.176330706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.176332734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
+vm_state.vm_map: 23329.176335275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.176337327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.176340219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.176342538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.176345385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.176347667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.176352649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.176354683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.176357040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.176359036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.176361096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
+vm_state.vm_map: 23329.176363341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.176365480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.176368168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.176370196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.176372472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.176374771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.176377188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.176379242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.176382029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
+vm_state.vm_map: 23329.176384507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.176386443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.176388743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
+vm_state.vm_map: 23329.176391179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.176393281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.176396549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.176398750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.176401284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.176403270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.176405576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.176407900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.176410217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
+vm_state.vm_map: 23329.176412185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
+vm_state.vm_map: 23329.176414121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
+vm_state.vm_map: 23329.176416594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 23329.176418868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 23329.176420799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
+vm_state.vm_map: 23329.176423091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 23329.176425169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 23329.176427543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.176429479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.176431724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.176433778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.176436317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.176438302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.176440399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
+vm_state.vm_map: 23329.176442951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.176444875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.176447243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.176449173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.176451633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.176454056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.176456454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.176458384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.176460511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.176463076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.176465006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.176466930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.176469156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
+vm_state.vm_map: 23329.176471678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.176473657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.176475698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.176477800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
+vm_state.vm_map: 23329.176480180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.176482239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.176484613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.176486790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.176489053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.176491303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.176493412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.176496014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.176498178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.176500533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.176502549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.176504811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.176506926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
+vm_state.vm_map: 23329.176509349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.176511594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.176513598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.176515694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
+vm_state.vm_map: 23329.176518043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.176520257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.176522291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
+vm_state.vm_map: 23329.176525146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.176527384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.176529431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
+vm_state.vm_map: 23329.176531854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 23329.176533920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 23329.176535930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
+vm_state.vm_map: 23329.176538347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.176540271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.176542577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 23329.176544507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 23329.176546578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
+vm_state.vm_map: 23329.176548921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.176550851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.176553225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.176555278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.176557368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
+vm_state.vm_map: 23329.176560074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079139328, end = 3079147520, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.176562005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079147520, end = 3079151616, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.176564490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.176566549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.176568928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 23329.176570914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 23329.176573491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.176575533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.176577523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.176579817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.176581876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
+vm_state.vm_map: 23329.176583973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
+vm_state.vm_map: 23329.176586445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.176588498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.176590644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.176592827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.176596649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 23329.176598832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 23329.176600978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 23329.176602914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 153337856, end = 156786688, flags = 1048691, pgoff = 153337856, inode = 0 }
+vm_state.vm_map: 23329.176608148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832605184, end = 2832642048, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.176610195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832642048, end = 2832646144, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.176612360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832646144, end = 2832650240, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.176614838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832650240, end = 2832728064, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.176617033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832728064, end = 2832732160, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.176619087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832732160, end = 2832736256, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.176621047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832736256, end = 2832744448, flags = 1048691, pgoff = 2832736256, inode = 0 }
+vm_state.vm_map: 23329.176623563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832744448, end = 2832769024, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.176625499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832769024, end = 2832773120, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.176627589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832773120, end = 2832777216, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.176635975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832777216, end = 2832986112, flags = 134217845, pgoff = 0, inode = 23907 }
+vm_state.vm_map: 23329.176638008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832986112, end = 2832990208, flags = 135266419, pgoff = 208896, inode = 23907 }
+vm_state.vm_map: 23329.176640629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2833084416, end = 2833108992, flags = 134217845, pgoff = 0, inode = 58065 }
+vm_state.vm_map: 23329.176642799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2833108992, end = 2833113088, flags = 135266419, pgoff = 20480, inode = 58065 }
+vm_state.vm_map: 23329.176649884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2833113088, end = 2834235392, flags = 134217845, pgoff = 0, inode = 20685 }
+vm_state.vm_map: 23329.176651924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834235392, end = 2834251776, flags = 135266419, pgoff = 1122304, inode = 20685 }
+vm_state.vm_map: 23329.176658916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834259968, end = 2834284544, flags = 134217845, pgoff = 0, inode = 58067 }
+vm_state.vm_map: 23329.176661062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834284544, end = 2834288640, flags = 135266419, pgoff = 20480, inode = 58067 }
+vm_state.vm_map: 23329.176663541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834288640, end = 2834341888, flags = 134217845, pgoff = 0, inode = 59006 }
+vm_state.vm_map: 23329.176665464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834341888, end = 2834345984, flags = 135266419, pgoff = 53248, inode = 59006 }
+vm_state.vm_map: 23329.176667875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834345984, end = 2834370560, flags = 134217845, pgoff = 0, inode = 59000 }
+vm_state.vm_map: 23329.176670348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834370560, end = 2834374656, flags = 135266419, pgoff = 20480, inode = 59000 }
+vm_state.vm_map: 23329.176672962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834374656, end = 2834395136, flags = 134217845, pgoff = 0, inode = 58063 }
+vm_state.vm_map: 23329.176675003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834395136, end = 2834399232, flags = 135266419, pgoff = 16384, inode = 58063 }
+vm_state.vm_map: 23329.176677451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834399232, end = 2834436096, flags = 134217845, pgoff = 0, inode = 58986 }
+vm_state.vm_map: 23329.176679559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834436096, end = 2834440192, flags = 135266419, pgoff = 32768, inode = 58986 }
+vm_state.vm_map: 23329.176689055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834440192, end = 2834493440, flags = 134217845, pgoff = 0, inode = 1065850 }
+vm_state.vm_map: 23329.176691108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834493440, end = 2834497536, flags = 135266419, pgoff = 49152, inode = 1065850 }
+vm_state.vm_map: 23329.176693580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834497536, end = 2834509824, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 23329.176695621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834509824, end = 2834513920, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 23329.176698087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834513920, end = 2834976768, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 23329.176698089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834976768, end = 2834989056, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 23329.176698091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834989056, end = 2835050496, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 23329.176698093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835050496, end = 2835054592, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 23329.176698096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835054592, end = 2835660800, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 23329.176698098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835660800, end = 2835677184, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 23329.176698100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835677184, end = 2835746816, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.176698102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835746816, end = 2835750912, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.176698104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835750912, end = 2835755008, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.176698106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835755008, end = 2835763200, flags = 1048691, pgoff = 2835755008, inode = 0 }
+vm_state.vm_map: 23329.176698108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835763200, end = 2835853312, flags = 134217845, pgoff = 0, inode = 18560 }
+vm_state.vm_map: 23329.176698110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835853312, end = 2835857408, flags = 135266419, pgoff = 86016, inode = 18560 }
+vm_state.vm_map: 23329.176698112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835857408, end = 2835906560, flags = 134217845, pgoff = 0, inode = 19447 }
+vm_state.vm_map: 23329.176698114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835906560, end = 2835910656, flags = 135266419, pgoff = 49152, inode = 19447 }
+vm_state.vm_map: 23329.176698116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835910656, end = 2836176896, flags = 134217845, pgoff = 0, inode = 19433 }
+vm_state.vm_map: 23329.176698118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2836176896, end = 2836185088, flags = 135266419, pgoff = 262144, inode = 19433 }
+vm_state.vm_map: 23329.176698120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2836185088, end = 2836189184, flags = 1048691, pgoff = 2836185088, inode = 0 }
+vm_state.vm_map: 23329.176698122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2836189184, end = 2836410368, flags = 134217845, pgoff = 0, inode = 1065907 }
+vm_state.vm_map: 23329.176698125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2836410368, end = 2836414464, flags = 135266419, pgoff = 221184, inode = 1065907 }
+vm_state.vm_map: 23329.176698127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2836414464, end = 2836553728, flags = 134217845, pgoff = 0, inode = 23998 }
+vm_state.vm_map: 23329.176698129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2836553728, end = 2836557824, flags = 135266419, pgoff = 139264, inode = 23998 }
+vm_state.vm_map: 23329.176698131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2836557824, end = 2837118976, flags = 134217845, pgoff = 0, inode = 23997 }
+vm_state.vm_map: 23329.176698133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837118976, end = 2837131264, flags = 135266419, pgoff = 557056, inode = 23997 }
+vm_state.vm_map: 23329.176698135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837131264, end = 2837700608, flags = 134217845, pgoff = 0, inode = 20907 }
+vm_state.vm_map: 23329.176698137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837700608, end = 2837716992, flags = 135266419, pgoff = 565248, inode = 20907 }
+vm_state.vm_map: 23329.176713325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837721088, end = 2837745664, flags = 134217845, pgoff = 0, inode = 59017 }
+vm_state.vm_map: 23329.176733132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837745664, end = 2837749760, flags = 135266419, pgoff = 20480, inode = 59017 }
+vm_state.vm_map: 23329.176738745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837749760, end = 2837774336, flags = 134217845, pgoff = 0, inode = 58066 }
+vm_state.vm_map: 23329.176740856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837774336, end = 2837778432, flags = 135266419, pgoff = 20480, inode = 58066 }
+vm_state.vm_map: 23329.176745852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837778432, end = 2837807104, flags = 134217845, pgoff = 0, inode = 58988 }
+vm_state.vm_map: 23329.176747994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837807104, end = 2837811200, flags = 135266419, pgoff = 28672, inode = 58988 }
+vm_state.vm_map: 23329.176750544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837811200, end = 2838097920, flags = 134217845, pgoff = 0, inode = 20877 }
+vm_state.vm_map: 23329.176752600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2838097920, end = 2838106112, flags = 135266419, pgoff = 282624, inode = 20877 }
+vm_state.vm_map: 23329.176760121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2838106112, end = 2838134784, flags = 134217845, pgoff = 0, inode = 23874 }
+vm_state.vm_map: 23329.176762276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2838134784, end = 2838138880, flags = 135266419, pgoff = 24576, inode = 23874 }
+vm_state.vm_map: 23329.176769537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2838138880, end = 2838212608, flags = 134217845, pgoff = 0, inode = 24212 }
+vm_state.vm_map: 23329.176771680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2838212608, end = 2838216704, flags = 135266419, pgoff = 69632, inode = 24212 }
+vm_state.vm_map: 23329.176776724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2838216704, end = 2839150592, flags = 134217845, pgoff = 0, inode = 20876 }
+vm_state.vm_map: 23329.176778867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839150592, end = 2839162880, flags = 135266419, pgoff = 933888, inode = 20876 }
+vm_state.vm_map: 23329.176784225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839162880, end = 2839576576, flags = 134217845, pgoff = 0, inode = 1065120 }
+vm_state.vm_map: 23329.176786270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839576576, end = 2839584768, flags = 135266419, pgoff = 409600, inode = 1065120 }
+vm_state.vm_map: 23329.176793371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839597056, end = 2839621632, flags = 134217845, pgoff = 0, inode = 58064 }
+vm_state.vm_map: 23329.176795420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839621632, end = 2839625728, flags = 135266419, pgoff = 20480, inode = 58064 }
+vm_state.vm_map: 23329.176800180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839625728, end = 2839650304, flags = 134217845, pgoff = 0, inode = 59003 }
+vm_state.vm_map: 23329.176802212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839650304, end = 2839654400, flags = 135266419, pgoff = 20480, inode = 59003 }
+vm_state.vm_map: 23329.176807022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839654400, end = 2839674880, flags = 134217845, pgoff = 0, inode = 59019 }
+vm_state.vm_map: 23329.176809097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839674880, end = 2839678976, flags = 135266419, pgoff = 16384, inode = 59019 }
+vm_state.vm_map: 23329.176811603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839678976, end = 2839707648, flags = 134217845, pgoff = 0, inode = 59007 }
+vm_state.vm_map: 23329.176813585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839707648, end = 2839711744, flags = 135266419, pgoff = 24576, inode = 59007 }
+vm_state.vm_map: 23329.176818661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839711744, end = 2839736320, flags = 134217845, pgoff = 0, inode = 58068 }
+vm_state.vm_map: 23329.176821057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839736320, end = 2839740416, flags = 135266419, pgoff = 20480, inode = 58068 }
+vm_state.vm_map: 23329.176823749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839740416, end = 2841776128, flags = 134217937, pgoff = 0, inode = 41242 }
+vm_state.vm_map: 23329.176826392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2841776128, end = 2841817088, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.176828565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2841817088, end = 2841821184, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.176830658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2841821184, end = 2841825280, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.176833381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2841837568, end = 2841919488, flags = 134217841, pgoff = 0, inode = 98443 }
+vm_state.vm_map: 23329.176835894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2841919488, end = 2968260608, flags = 134217979, pgoff = 0, inode = 73879 }
+vm_state.vm_map: 23329.176838370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2968260608, end = 3001917440, flags = 134217979, pgoff = 0, inode = 73878 }
+vm_state.vm_map: 23329.176840809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3001917440, end = 3018158080, flags = 134217979, pgoff = 0, inode = 1204696 }
+vm_state.vm_map: 23329.176843242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3018158080, end = 3022454784, flags = 134217979, pgoff = 0, inode = 1204694 }
+vm_state.vm_map: 23329.176845576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022454784, end = 3022655488, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 23329.176847632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022655488, end = 3022659584, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 23329.176849861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022659584, end = 3022684160, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.176851911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022684160, end = 3022688256, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.176857061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022688256, end = 3022708736, flags = 134217845, pgoff = 0, inode = 58972 }
+vm_state.vm_map: 23329.176859443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022708736, end = 3022712832, flags = 135266419, pgoff = 16384, inode = 58972 }
+vm_state.vm_map: 23329.176864303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022712832, end = 3022737408, flags = 134217845, pgoff = 0, inode = 58999 }
+vm_state.vm_map: 23329.176866471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022737408, end = 3022741504, flags = 135266419, pgoff = 20480, inode = 58999 }
+vm_state.vm_map: 23329.176871329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022741504, end = 3022761984, flags = 134217845, pgoff = 0, inode = 58997 }
+vm_state.vm_map: 23329.176873485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022761984, end = 3022766080, flags = 135266419, pgoff = 16384, inode = 58997 }
+vm_state.vm_map: 23329.176875986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022766080, end = 3022778368, flags = 134217845, pgoff = 0, inode = 59166 }
+vm_state.vm_map: 23329.176878065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022778368, end = 3022782464, flags = 135266419, pgoff = 8192, inode = 59166 }
+vm_state.vm_map: 23329.176882956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022782464, end = 3022786560, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.176885117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022786560, end = 3022811136, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.176887259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022811136, end = 3022815232, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.176889383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022815232, end = 3022819328, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.176891569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022819328, end = 3022823424, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.176893786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022823424, end = 3022827520, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.176896293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022827520, end = 3022835712, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.176898516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022835712, end = 3022868480, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.176900646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022868480, end = 3022880768, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.176902850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022880768, end = 3022888960, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.176905079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022888960, end = 3022893056, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.176907246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022893056, end = 3022897152, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.176909383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022897152, end = 3022901248, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.176911643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022901248, end = 3022929920, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.176913903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022929920, end = 3022942208, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.176916045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022942208, end = 3022946304, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.176918367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022946304, end = 3022954496, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.176920497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022954496, end = 3022958592, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.176922706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022958592, end = 3022962688, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.176924974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022962688, end = 3022974976, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.176927178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022974976, end = 3022983168, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.176929357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022983168, end = 3023015936, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.176932061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023015936, end = 3023036416, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.176934173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023036416, end = 3023044608, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.176936495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023044608, end = 3023073280, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.176938729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023073280, end = 3023118336, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.176940958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023118336, end = 3023175680, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.176943367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023175680, end = 3023400960, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.177042029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023400960, end = 3023405056, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.177044381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023405056, end = 3023409152, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.177050229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023409152, end = 3023466496, flags = 134217845, pgoff = 0, inode = 23728 }
+vm_state.vm_map: 23329.177052297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023466496, end = 3023470592, flags = 135266419, pgoff = 53248, inode = 23728 }
+vm_state.vm_map: 23329.177055131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023470592, end = 3023757312, flags = 134217845, pgoff = 0, inode = 1065175 }
+vm_state.vm_map: 23329.177057249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023757312, end = 3023765504, flags = 135266419, pgoff = 286720, inode = 1065175 }
+vm_state.vm_map: 23329.177059799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023765504, end = 3023925248, flags = 134217845, pgoff = 0, inode = 23579 }
+vm_state.vm_map: 23329.177061917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023925248, end = 3023929344, flags = 135266419, pgoff = 159744, inode = 23579 }
+vm_state.vm_map: 23329.177064004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
+vm_state.vm_map: 23329.177069271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024175104, end = 3024207872, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.177071611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024207872, end = 3024211968, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.177074407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024211968, end = 3024441344, flags = 134217845, pgoff = 0, inode = 23730 }
+vm_state.vm_map: 23329.177076446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024441344, end = 3024449536, flags = 135266419, pgoff = 225280, inode = 23730 }
+vm_state.vm_map: 23329.177079150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024449536, end = 3024531456, flags = 134217845, pgoff = 0, inode = 23971 }
+vm_state.vm_map: 23329.177081348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024531456, end = 3024535552, flags = 135266419, pgoff = 81920, inode = 23971 }
+vm_state.vm_map: 23329.177083805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024535552, end = 3024826368, flags = 134217845, pgoff = 0, inode = 1066190 }
+vm_state.vm_map: 23329.177085978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024826368, end = 3024838656, flags = 135266419, pgoff = 290816, inode = 1066190 }
+vm_state.vm_map: 23329.177088041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 23329.177090504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
+kernel.irq_entry: 23329.177134455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242331332, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 1 }
+block.rq_complete_fs: 23329.177164370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { hard_sector = 41083998, rw = 0, errors = 0 }
+kernel.sched_try_wakeup: 23329.177183770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { pid = 16834, cpu_id = 0, state = 2 }
+kernel.timer_set: 23329.177206313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { expires = 2302293, function = 0xc141b0a5, data = 4136835584 }
+kernel.irq_exit: 23329.177217131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.sched_schedule: 23329.177229850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16927, next_pid = 16834, prev_state = 0 }
+fs.buffer_wait_end: 23329.177303593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xf6e0a2b0 }
+block.remap: 23329.177315237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { device_from = 3145728, sector_from = 42463632, device_to = 3145730, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.bio_queue: 23329.177319114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 45387462, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+block.getrq_bio: 23329.177330513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 45387462, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
+kernel.timer_set: 23329.177337348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302293, function = 0xc1410312, data = 4147888232 }
+block.plug: 23329.177341108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL
+block.rq_insert_fs: 23329.177346338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 45387462, rw = 0, errors = 0 }
+fs.buffer_wait_start: 23329.177356372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xf6e0a320 }
+block.unplug_io: 23329.177359231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { pdu = 1 }
+block.rq_issue_fs: 23329.177384738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 45387462, rw = 0, errors = 0 }
+kernel.timer_set: 23329.177404792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302293, function = 0xc14b0234, data = 0 }
+kernel.timer_set: 23329.177426952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2304292, function = 0xf8a23e85, data = 4136733696 }
+kernel.sched_schedule: 23329.177504442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 16834, next_pid = 1989, prev_state = 2 }
+fs.writev: 23329.177701500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
+kernel.syscall_exit: 23329.177704501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 32 }
+kernel.syscall_entry: 23329.177717696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.177721049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.177726087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.177728866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 23329.177735176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.177748203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
+fs.select: 23329.177755662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177759830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177762183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177770407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177772840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177775779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177778514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177780885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177783571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177785936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177788369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177790907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177793234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177795599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177798174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177801008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177803620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177806010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177816308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177818779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177821674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177824262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177826749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177829498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177831763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177834271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177836653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177839215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177841593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177843667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177846174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177848842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177851225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177853590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177856325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.177859030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559328907 }
+kernel.sched_schedule: 23329.177872268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 16927, prev_state = 1 }
+vm_state.vm_map: 23329.178021468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 23329.178027822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 23329.178030032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
+vm_state.vm_map: 23329.178032230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
+vm_state.vm_map: 23329.178034274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
+vm_state.vm_map: 23329.178036392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 23329.178038607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 23329.178040665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 23329.178042702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 23329.178044944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 23329.178047030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 23329.178049036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 23329.178051205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 23329.178053366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
+vm_state.vm_map: 23329.178055452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 23329.178057835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 23329.178063188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042283520, end = 3042291712, flags = 134217845, pgoff = 0, inode = 57760 }
+vm_state.vm_map: 23329.178065368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042291712, end = 3042295808, flags = 135266419, pgoff = 4096, inode = 57760 }
+vm_state.vm_map: 23329.178067579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042295808, end = 3042304000, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.178069530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042304000, end = 3042308096, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.178071888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042308096, end = 3042320384, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.178074019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042320384, end = 3042377728, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.178076149 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 23329.178078248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 23329.178080687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.178082780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
+vm_state.vm_map: 23329.178085102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.178087146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.178089424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.178091462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.178094246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.178096395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.178098575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.178100532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.178102792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
+vm_state.vm_map: 23329.178104848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 23329.178106873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 23329.178109004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.178111140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.178113252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.178115245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.178117431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.178119463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.178121605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.178123699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.178125797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
+vm_state.vm_map: 23329.178128268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.178130465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.178132639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.178134856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.178136844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.178139110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.178141246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.178143438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.178145618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.178147748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.178149804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
+vm_state.vm_map: 23329.178151768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.178154046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.178156547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.178158757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.178160881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.178163326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.178165358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.178167556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.178169575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
+vm_state.vm_map: 23329.178171810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.178173947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.178176040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
+vm_state.vm_map: 23329.178178053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.178180288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.178182616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.178184659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.178186950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.178189074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.178191248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.178193285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.178195310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
+vm_state.vm_map: 23329.178197725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
+vm_state.vm_map: 23329.178199663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
+vm_state.vm_map: 23329.178201695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 23329.178203757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 23329.178205695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
+vm_state.vm_map: 23329.178207734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 23329.178209820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 23329.178211765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.178213790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.178215852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.178217791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.178220181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.178222175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.178224219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
+vm_state.vm_map: 23329.178226257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.178228442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.178230795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.178235389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.178237673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.178239822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.178242002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.178244101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.178246225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.178248466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.178250486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.178252684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.178254734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
+vm_state.vm_map: 23329.178257006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.178259061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.178261106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.178263045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
+vm_state.vm_map: 23329.178265675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.178267712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.178269787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.178271781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.178273942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.178275993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.178277918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.178280030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.178282092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.178284173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.178286223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.178288168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.178290224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
+vm_state.vm_map: 23329.178292299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.178294392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.178296374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.178298770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
+vm_state.vm_map: 23329.178300925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.178302907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.178304932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
+vm_state.vm_map: 23329.178307210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.178309137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.178311069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
+vm_state.vm_map: 23329.178313193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 23329.178315256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 23329.178317182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
+vm_state.vm_map: 23329.178319238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.178321301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.178323388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 23329.178325333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 23329.178327376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
+vm_state.vm_map: 23329.178329450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.178331834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.178333792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.178335823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.178337928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
+vm_state.vm_map: 23329.178340176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079139328, end = 3079147520, flags = 134217845, pgoff = 0, inode = 23893 }
+vm_state.vm_map: 23329.178342201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079147520, end = 3079151616, flags = 135266419, pgoff = 4096, inode = 23893 }
+vm_state.vm_map: 23329.178344165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.178346257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.178348418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 23329.178350395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 23329.178352623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.178354611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.178356717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.178358841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.178360823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
+vm_state.vm_map: 23329.178363003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
+vm_state.vm_map: 23329.178365324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.178367269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.178369220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.178371326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.178376383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 23329.178378371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 23329.178380396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 23329.178382496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 153337856, end = 154787840, flags = 1048691, pgoff = 153337856, inode = 0 }
+vm_state.vm_map: 23329.178384904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984677376, end = 2984689664, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 23329.178386843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984689664, end = 2984693760, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 23329.178389034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984693760, end = 2984755200, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 23329.178412559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984755200, end = 2984759296, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 23329.178415979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984759296, end = 2984767488, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 23329.178418048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984767488, end = 2984771584, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 23329.178420253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984771584, end = 2984796160, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 23329.178422710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984796160, end = 2984800256, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 23329.178425458 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984800256, end = 2984960000, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 23329.178427507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984960000, end = 2984964096, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 23329.178429946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984964096, end = 2985623552, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 23329.178432002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985623552, end = 2985648128, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 23329.178434336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985648128, end = 2985738240, flags = 134217845, pgoff = 0, inode = 18560 }
+vm_state.vm_map: 23329.178436374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985738240, end = 2985742336, flags = 135266419, pgoff = 86016, inode = 18560 }
+vm_state.vm_map: 23329.178438739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985742336, end = 2985811968, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.178440850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985811968, end = 2985816064, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.178442913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985816064, end = 2985820160, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.178444969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985820160, end = 2985828352, flags = 1048691, pgoff = 2985820160, inode = 0 }
+vm_state.vm_map: 23329.178447204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985828352, end = 2986291200, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 23329.178449248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2986291200, end = 2986303488, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 23329.178451390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2986303488, end = 2986909696, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 23329.178453403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2986909696, end = 2986926080, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 23329.178455873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2986926080, end = 2987089920, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 23329.178458269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987089920, end = 2987094016, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 23329.178460609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987094016, end = 2987360256, flags = 134217845, pgoff = 0, inode = 19433 }
+vm_state.vm_map: 23329.178462628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987360256, end = 2987368448, flags = 135266419, pgoff = 262144, inode = 19433 }
+vm_state.vm_map: 23329.178464727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987368448, end = 2987372544, flags = 1048691, pgoff = 2987368448, inode = 0 }
+vm_state.vm_map: 23329.178470291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987372544, end = 2987421696, flags = 134217845, pgoff = 0, inode = 19447 }
+vm_state.vm_map: 23329.178472334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987421696, end = 2987425792, flags = 135266419, pgoff = 49152, inode = 19447 }
+vm_state.vm_map: 23329.178477509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987425792, end = 2987622400, flags = 134217845, pgoff = 0, inode = 19429 }
+vm_state.vm_map: 23329.178479553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987622400, end = 2987626496, flags = 135266419, pgoff = 192512, inode = 19429 }
+vm_state.vm_map: 23329.178484313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987626496, end = 2987851776, flags = 134217845, pgoff = 0, inode = 20835 }
+vm_state.vm_map: 23329.178486368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987851776, end = 2987855872, flags = 135266419, pgoff = 221184, inode = 20835 }
+vm_state.vm_map: 23329.178488845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987855872, end = 2988109824, flags = 134217845, pgoff = 0, inode = 18395 }
+vm_state.vm_map: 23329.178490957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2988109824, end = 2988113920, flags = 135266419, pgoff = 249856, inode = 18395 }
+vm_state.vm_map: 23329.178496730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2988113920, end = 2988498944, flags = 134217845, pgoff = 0, inode = 20862 }
+vm_state.vm_map: 23329.178498786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2988498944, end = 2988503040, flags = 135266419, pgoff = 380928, inode = 20862 }
+vm_state.vm_map: 23329.178501193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2988503040, end = 2988531712, flags = 134217845, pgoff = 0, inode = 1065218 }
+vm_state.vm_map: 23329.178503373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2988531712, end = 2988535808, flags = 135266419, pgoff = 28672, inode = 1065218 }
+vm_state.vm_map: 23329.178505856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2988535808, end = 2989989888, flags = 134217845, pgoff = 0, inode = 17110 }
+vm_state.vm_map: 23329.178507942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2989989888, end = 2990002176, flags = 135266419, pgoff = 1454080, inode = 17110 }
+vm_state.vm_map: 23329.178512690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990002176, end = 2990395392, flags = 134217845, pgoff = 0, inode = 23653 }
+vm_state.vm_map: 23329.178514728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990395392, end = 2990403584, flags = 135266419, pgoff = 393216, inode = 23653 }
+vm_state.vm_map: 23329.178517229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990403584, end = 2990624768, flags = 134217845, pgoff = 0, inode = 20840 }
+vm_state.vm_map: 23329.178519489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990624768, end = 2990628864, flags = 135266419, pgoff = 221184, inode = 20840 }
+vm_state.vm_map: 23329.178521958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990628864, end = 2990833664, flags = 134217845, pgoff = 0, inode = 20867 }
+vm_state.vm_map: 23329.178523910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990833664, end = 2990837760, flags = 135266419, pgoff = 204800, inode = 20867 }
+vm_state.vm_map: 23329.178526077 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990931968, end = 2990936064, flags = 1048688, pgoff = 2990931968, inode = 0 }
+vm_state.vm_map: 23329.178528176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990936064, end = 2999324672, flags = 1048691, pgoff = 2990936064, inode = 0 }
+vm_state.vm_map: 23329.178530473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2999324672, end = 3001360384, flags = 134217937, pgoff = 0, inode = 41242 }
+vm_state.vm_map: 23329.178533190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001360384, end = 3001401344, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.178535129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001401344, end = 3001405440, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.178537302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001405440, end = 3001409536, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.178539494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001409536, end = 3001446400, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.178541427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001446400, end = 3001450496, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.178543366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001450496, end = 3001454592, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.178545650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001454592, end = 3001532416, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.178547589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001532416, end = 3001536512, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.178549633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001536512, end = 3001540608, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.178551621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001540608, end = 3001548800, flags = 1048691, pgoff = 3001540608, inode = 0 }
+vm_state.vm_map: 23329.178553998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001548800, end = 3017789440, flags = 134217979, pgoff = 0, inode = 1204696 }
+vm_state.vm_map: 23329.178556190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3017789440, end = 3022086144, flags = 134217979, pgoff = 0, inode = 1204694 }
+vm_state.vm_map: 23329.178558481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022086144, end = 3022286848, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 23329.178560488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022286848, end = 3022290944, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 23329.178562828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022290944, end = 3022315520, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.178564828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022315520, end = 3022319616, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.178567791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022319616, end = 3022327808, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 23329.178569786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022327808, end = 3022331904, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 23329.178572380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022331904, end = 3022409728, flags = 134217845, pgoff = 0, inode = 50114 }
+vm_state.vm_map: 23329.178574404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022409728, end = 3022413824, flags = 135266419, pgoff = 77824, inode = 50114 }
+vm_state.vm_map: 23329.178576744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022413824, end = 3022417920, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.178579116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022417920, end = 3022442496, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.178581443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022442496, end = 3022446592, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.178583586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022446592, end = 3022450688, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.178585901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022450688, end = 3022454784, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.178588130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022454784, end = 3022458880, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.178590347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022458880, end = 3022467072, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.178592601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022467072, end = 3022499840, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.178594885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022499840, end = 3022512128, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.178596991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022512128, end = 3022520320, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.178599386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022520320, end = 3022524416, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.178601529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022524416, end = 3022528512, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.178604196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022528512, end = 3022532608, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.178606308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022532608, end = 3022561280, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.178608519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022561280, end = 3022573568, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.178610636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022573568, end = 3022577664, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.178612847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022577664, end = 3022585856, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.178615039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022585856, end = 3022589952, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.178617169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022589952, end = 3022594048, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.178619380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022594048, end = 3022606336, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.178621646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022606336, end = 3022614528, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.178623862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022614528, end = 3022647296, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.178626172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022647296, end = 3022667776, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.178628339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022667776, end = 3022675968, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.178630815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022675968, end = 3022704640, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.178633100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022704640, end = 3022749696, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.178635329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022749696, end = 3022974976, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.178637372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022974976, end = 3022979072, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.178639853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022979072, end = 3022983168, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.178642095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022983168, end = 3023917056, flags = 134217845, pgoff = 0, inode = 20876 }
+vm_state.vm_map: 23329.178644095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3023917056, end = 3023929344, flags = 135266419, pgoff = 933888, inode = 20876 }
+vm_state.vm_map: 23329.178646213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
+vm_state.vm_map: 23329.178648436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024171008, end = 3024195584, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.178650523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024195584, end = 3024199680, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.178652605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024199680, end = 3024203776, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.178655050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024203776, end = 3024261120, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.178657216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024261120, end = 3024547840, flags = 134217845, pgoff = 0, inode = 20877 }
+vm_state.vm_map: 23329.178661878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024547840, end = 3024556032, flags = 135266419, pgoff = 282624, inode = 20877 }
+vm_state.vm_map: 23329.178664255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024556032, end = 3024740352, flags = 134217845, pgoff = 0, inode = 20878 }
+vm_state.vm_map: 23329.178666404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024740352, end = 3024744448, flags = 135266419, pgoff = 184320, inode = 20878 }
+vm_state.vm_map: 23329.178668713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024744448, end = 3024777216, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.178670763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024777216, end = 3024781312, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.178672992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024781312, end = 3024838656, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.178675481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 23329.178677667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 23329.178679716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 23329.178681655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 23329.178683853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
+vm_state.vm_map: 23329.178685971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
+vm_state.vm_map: 23329.178688071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
+vm_state.vm_map: 23329.178690053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 23329.178692220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 23329.178694313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 23329.178696246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 23329.178698197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 23329.178700377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 23329.178702328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 23329.178704285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 23329.178706328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
+vm_state.vm_map: 23329.178708792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 23329.178710812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 23329.178712985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3042283520, end = 3042291712, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.178715041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3042291712, end = 3042295808, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.178717640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3042295808, end = 3042373632, flags = 134217845, pgoff = 0, inode = 22643 }
+vm_state.vm_map: 23329.178719623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3042373632, end = 3042377728, flags = 135266419, pgoff = 73728, inode = 22643 }
+vm_state.vm_map: 23329.178721629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 23329.178723672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 23329.178743499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.178745666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
+vm_state.vm_map: 23329.178747870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.178750019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.178752094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.178754162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.178756373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.178758429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.178760942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.178763084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.178765134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
+vm_state.vm_map: 23329.178767246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 23329.178769333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 23329.178771537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.178773587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.178775767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.178777737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.178779941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.178781984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.178784201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.178786239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.178791376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
+vm_state.vm_map: 23329.178793456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.178795976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.178798087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.178800125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.178802317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.178804366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.178806491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.178808633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.178810739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.178812770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.178814758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
+vm_state.vm_map: 23329.178816895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.178818982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.178821062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.178823267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.178825317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.178827422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.178829935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.178832164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.178834264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
+vm_state.vm_map: 23329.178836431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.178838456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.178840556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
+vm_state.vm_map: 23329.178842673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.178844785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.178846749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.178849021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.178851096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.178853027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.178855115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.178857387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.178859387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
+vm_state.vm_map: 23329.178861344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
+vm_state.vm_map: 23329.178863710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
+vm_state.vm_map: 23329.178865784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 23329.178867766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 23329.178869933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
+vm_state.vm_map: 23329.178872014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 23329.178873978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 23329.178876009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.178878182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.178880152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.178882085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.178884178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.178886253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.178890624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
+vm_state.vm_map: 23329.178892686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.178894817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.178897243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.178899281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.178901467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.178903504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.178905641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.178907777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.178909802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.178911933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.178913964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.178916094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.178918194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
+vm_state.vm_map: 23329.178920268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.178922368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.178924461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.178926542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
+vm_state.vm_map: 23329.178928777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.178931079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.178933036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.178935081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.178937137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.178939075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.178941107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.178943120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.178945194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.178947238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.178949281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.178951226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.178953276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
+vm_state.vm_map: 23329.178955302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.178957234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.178959161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.178961309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
+vm_state.vm_map: 23329.178963674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.178965706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.178967787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
+vm_state.vm_map: 23329.178969991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.178972084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.178974196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
+vm_state.vm_map: 23329.178976320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 23329.178978283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 23329.178980296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
+vm_state.vm_map: 23329.178982476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.178984600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.178988984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 23329.178991021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 23329.178993170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
+vm_state.vm_map: 23329.178995251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.178997566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.178999671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.179001765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.179003723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
+vm_state.vm_map: 23329.179005822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079139328, end = 3079151616, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.179007859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.179009916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.179011873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 23329.179013854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 23329.179015978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.179018034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.179019968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.179022023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.179023956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
+vm_state.vm_map: 23329.179026024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
+vm_state.vm_map: 23329.179028105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.179030396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.179032365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.179034539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.179037490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
+vm_state.vm_map: 23329.179039417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
+vm_state.vm_map: 23329.179041362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 150847488, end = 152977408, flags = 1048691, pgoff = 150847488, inode = 0 }
+vm_state.vm_map: 23329.179043523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3033620480, end = 3034390528, flags = 1048691, pgoff = 3033620480, inode = 0 }
+vm_state.vm_map: 23329.179048666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034390528, end = 3034402816, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 23329.179050784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034402816, end = 3034406912, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 23329.179052995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034406912, end = 3034468352, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 23329.179055051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034468352, end = 3034472448, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 23329.179057329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034472448, end = 3034480640, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 23329.179059293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034480640, end = 3034484736, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 23329.179061398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034484736, end = 3034509312, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 23329.179063337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034509312, end = 3034513408, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 23329.179066097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034513408, end = 3034673152, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 23329.179068030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034673152, end = 3034677248, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 23329.179070184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034677248, end = 3035336704, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 23329.179072111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035336704, end = 3035361280, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 23329.179074407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035361280, end = 3035451392, flags = 134217845, pgoff = 0, inode = 18560 }
+vm_state.vm_map: 23329.179076334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035451392, end = 3035455488, flags = 135266419, pgoff = 86016, inode = 18560 }
+vm_state.vm_map: 23329.179078532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035455488, end = 3035525120, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.179080582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035525120, end = 3035529216, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.179084923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035529216, end = 3035533312, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.179086960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035533312, end = 3035541504, flags = 1048691, pgoff = 3035533312, inode = 0 }
+vm_state.vm_map: 23329.179089208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035541504, end = 3036004352, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 23329.179091251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3036004352, end = 3036016640, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 23329.179093412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3036016640, end = 3036622848, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 23329.179095505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3036622848, end = 3036639232, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 23329.179097679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3036639232, end = 3036803072, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 23329.179100087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3036803072, end = 3036807168, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 23329.179102371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3036807168, end = 3037073408, flags = 134217845, pgoff = 0, inode = 19433 }
+vm_state.vm_map: 23329.179104403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3037073408, end = 3037081600, flags = 135266419, pgoff = 262144, inode = 19433 }
+vm_state.vm_map: 23329.179106410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3037081600, end = 3037085696, flags = 1048691, pgoff = 3037081600, inode = 0 }
+vm_state.vm_map: 23329.179108552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3037085696, end = 3037134848, flags = 134217845, pgoff = 0, inode = 19447 }
+vm_state.vm_map: 23329.179110645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3037134848, end = 3037138944, flags = 135266419, pgoff = 49152, inode = 19447 }
+vm_state.vm_map: 23329.179112887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3037138944, end = 3037335552, flags = 134217845, pgoff = 0, inode = 19429 }
+vm_state.vm_map: 23329.179114986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3037335552, end = 3037339648, flags = 135266419, pgoff = 192512, inode = 19429 }
+vm_state.vm_map: 23329.179117172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3037339648, end = 3038597120, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.179119271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3038597120, end = 3038617600, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.179121315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3038617600, end = 3038621696, flags = 1048691, pgoff = 3038617600, inode = 0 }
+vm_state.vm_map: 23329.179123390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3038621696, end = 3038846976, flags = 134217845, pgoff = 0, inode = 20835 }
+vm_state.vm_map: 23329.179125328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3038846976, end = 3038851072, flags = 135266419, pgoff = 221184, inode = 20835 }
+vm_state.vm_map: 23329.179127545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3038851072, end = 3039105024, flags = 134217845, pgoff = 0, inode = 18395 }
+vm_state.vm_map: 23329.179129484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3039105024, end = 3039109120, flags = 135266419, pgoff = 249856, inode = 18395 }
+vm_state.vm_map: 23329.179131664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3039109120, end = 3039494144, flags = 134217845, pgoff = 0, inode = 20862 }
+vm_state.vm_map: 23329.179133942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3039494144, end = 3039498240, flags = 135266419, pgoff = 380928, inode = 20862 }
+vm_state.vm_map: 23329.179136251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3039498240, end = 3039526912, flags = 134217845, pgoff = 0, inode = 1065218 }
+vm_state.vm_map: 23329.179138184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3039526912, end = 3039531008, flags = 135266419, pgoff = 28672, inode = 1065218 }
+vm_state.vm_map: 23329.179140302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3039531008, end = 3040985088, flags = 134217845, pgoff = 0, inode = 17110 }
+vm_state.vm_map: 23329.179142233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3040985088, end = 3040997376, flags = 135266419, pgoff = 1454080, inode = 17110 }
+vm_state.vm_map: 23329.179144462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3040997376, end = 3041390592, flags = 134217845, pgoff = 0, inode = 23653 }
+vm_state.vm_map: 23329.179146402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3041390592, end = 3041398784, flags = 135266419, pgoff = 393216, inode = 23653 }
+vm_state.vm_map: 23329.179148643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3041398784, end = 3041619968, flags = 134217845, pgoff = 0, inode = 20840 }
+vm_state.vm_map: 23329.179150582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3041619968, end = 3041624064, flags = 135266419, pgoff = 221184, inode = 20840 }
+vm_state.vm_map: 23329.179152878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3041624064, end = 3041828864, flags = 134217845, pgoff = 0, inode = 20867 }
+vm_state.vm_map: 23329.179154923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3041828864, end = 3041832960, flags = 135266419, pgoff = 204800, inode = 20867 }
+vm_state.vm_map: 23329.179157386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3041927168, end = 3043008512, flags = 134217845, pgoff = 0, inode = 20763 }
+vm_state.vm_map: 23329.179159467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043008512, end = 3043033088, flags = 135266419, pgoff = 1081344, inode = 20763 }
+vm_state.vm_map: 23329.179161597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043033088, end = 3043037184, flags = 1048691, pgoff = 3043033088, inode = 0 }
+vm_state.vm_map: 23329.179166556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043037184, end = 3043139584, flags = 134217845, pgoff = 0, inode = 20879 }
+vm_state.vm_map: 23329.179168946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043139584, end = 3043143680, flags = 135266419, pgoff = 98304, inode = 20879 }
+vm_state.vm_map: 23329.179171452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043143680, end = 3043328000, flags = 134217845, pgoff = 0, inode = 20878 }
+vm_state.vm_map: 23329.179173613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043328000, end = 3043332096, flags = 135266419, pgoff = 184320, inode = 20878 }
+vm_state.vm_map: 23329.179178700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043332096, end = 3043438592, flags = 134217845, pgoff = 0, inode = 1114215 }
+vm_state.vm_map: 23329.179180763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043438592, end = 3043442688, flags = 135266419, pgoff = 102400, inode = 1114215 }
+vm_state.vm_map: 23329.179183047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043442688, end = 3043483648, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.179185252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043483648, end = 3043487744, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.179187400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043487744, end = 3043491840, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.179189617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043491840, end = 3043528704, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.179191611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043528704, end = 3043532800, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.179193748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043532800, end = 3043536896, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.179195915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043536896, end = 3043614720, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.179198014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043614720, end = 3043618816, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.179200027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043618816, end = 3043622912, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.179202133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043622912, end = 3043631104, flags = 1048691, pgoff = 3043622912, inode = 0 }
+vm_state.vm_map: 23329.179204590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043631104, end = 3043655680, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.179206788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043655680, end = 3043659776, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.179208758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043659776, end = 3043663872, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.179210888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043663872, end = 3045699584, flags = 134217937, pgoff = 0, inode = 41242 }
+vm_state.vm_map: 23329.179213173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3045699584, end = 3045924864, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.179215241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3045924864, end = 3045928960, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.179217236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3045928960, end = 3045933056, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.179219575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3045933056, end = 3046133760, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 23329.179221743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046133760, end = 3046137856, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 23329.179224003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046137856, end = 3046162432, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.179226095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046162432, end = 3046166528, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.179228281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046166528, end = 3046174720, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 23329.179230276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046174720, end = 3046178816, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 23329.179232536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046178816, end = 3046256640, flags = 134217845, pgoff = 0, inode = 50114 }
+vm_state.vm_map: 23329.179234536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046256640, end = 3046260736, flags = 135266419, pgoff = 77824, inode = 50114 }
+vm_state.vm_map: 23329.179236802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046260736, end = 3046264832, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.179239253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046264832, end = 3046289408, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.179241564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046289408, end = 3046293504, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.179243705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046293504, end = 3046297600, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.179245879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046297600, end = 3046301696, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.179247990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046301696, end = 3046305792, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.179250219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046305792, end = 3046313984, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.179252343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046313984, end = 3046346752, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.179254579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046346752, end = 3046359040, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.179256709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046359040, end = 3046367232, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.179258963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046367232, end = 3046371328, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.179261142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046371328, end = 3046375424, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.179263538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046375424, end = 3046379520, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.179265656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046379520, end = 3046408192, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.179267897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046408192, end = 3046420480, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.179270052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046420480, end = 3046424576, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.179272201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046424576, end = 3046432768, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.179274992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046432768, end = 3046436864, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.179277171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046436864, end = 3046440960, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.179279413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046440960, end = 3046453248, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.179281617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046453248, end = 3046461440, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.179283741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046461440, end = 3046494208, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.179286112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046494208, end = 3046514688, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.179288267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046514688, end = 3046522880, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.179290496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046522880, end = 3046551552, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.179292811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046551552, end = 3046596608, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.179295096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046596608, end = 3046653952, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.179297226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046653952, end = 3046666240, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.179299449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046666240, end = 3046723584, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.179301567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046723584, end = 3048054784, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.179303629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048054784, end = 3048067072, flags = 1048691, pgoff = 3048054784, inode = 0 }
+vm_state.vm_map: 23329.179305789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048067072, end = 3048083456, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.179307877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048083456, end = 3048087552, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.179310372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048087552, end = 3048103936, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.179312470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048103936, end = 3048108032, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.179314631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048108032, end = 3048140800, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.179316706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048140800, end = 3048144896, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.179318694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048144896, end = 3048148992, flags = 1048691, pgoff = 3048144896, inode = 0 }
+vm_state.vm_map: 23329.179320997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048148992, end = 3048165376, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.179323004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048165376, end = 3048169472, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.179325233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048169472, end = 3048501248, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.179327265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048501248, end = 3048509440, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.179329432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048509440, end = 3048607744, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.179331519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048607744, end = 3048611840, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.179333816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048611840, end = 3048759296, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.179335841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048759296, end = 3048767488, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.179338107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048767488, end = 3048779776, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.179340145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048779776, end = 3048783872, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.179342158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048783872, end = 3048787968, flags = 1048691, pgoff = 3048783872, inode = 0 }
+vm_state.vm_map: 23329.179344769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048787968, end = 3048796160, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.179346943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048796160, end = 3048800256, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.179349104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048800256, end = 3049119744, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.179351191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3049119744, end = 3049136128, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.179353500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3049136128, end = 3049328640, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.179355532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3049328640, end = 3049332736, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.179357847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3049332736, end = 3052929024, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.179359817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3052929024, end = 3053027328, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.179361928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3053027328, end = 3053031424, flags = 1048691, pgoff = 3053027328, inode = 0 }
+vm_state.vm_map: 23329.179364083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3053031424, end = 3053318144, flags = 134217845, pgoff = 0, inode = 20877 }
+vm_state.vm_map: 23329.179366170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3053318144, end = 3053326336, flags = 135266419, pgoff = 282624, inode = 20877 }
+vm_state.vm_map: 23329.179368196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3053326336, end = 3053330432, flags = 1048691, pgoff = 3053326336, inode = 0 }
+vm_state.vm_map: 23329.179370455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3053330432, end = 3054264320, flags = 134217845, pgoff = 0, inode = 20876 }
+vm_state.vm_map: 23329.179372462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3054264320, end = 3054276608, flags = 135266419, pgoff = 933888, inode = 20876 }
+vm_state.vm_map: 23329.179374716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3054276608, end = 3054338048, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.179376686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3054338048, end = 3054342144, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.179379440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3054342144, end = 3055472640, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.179381427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3055472640, end = 3055489024, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.179383668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3055489024, end = 3055759360, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.179385596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3055759360, end = 3055767552, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.179387930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3055767552, end = 3056918528, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.179389960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3056918528, end = 3056934912, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.179392041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3056934912, end = 3056939008, flags = 1048691, pgoff = 3056934912, inode = 0 }
+vm_state.vm_map: 23329.179394190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3056939008, end = 3056992256, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.179396289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3056992256, end = 3056996352, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.179398475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3056996352, end = 3057180672, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.179400469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057180672, end = 3057188864, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.179402735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057188864, end = 3057221632, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.179404785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057221632, end = 3057225728, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.179407014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057225728, end = 3057311744, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.179409095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057311744, end = 3057315840, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.179411102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057315840, end = 3057324032, flags = 1048691, pgoff = 3057315840, inode = 0 }
+vm_state.vm_map: 23329.179413652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057324032, end = 3057352704, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.179415640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057352704, end = 3057356800, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.179436059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057356800, end = 3057598464, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.179438319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057598464, end = 3057602560, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.179440394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057602560, end = 3057606656, flags = 1048691, pgoff = 3057602560, inode = 0 }
+vm_state.vm_map: 23329.179442808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057606656, end = 3058077696, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.179444846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058077696, end = 3058094080, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.179447203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058094080, end = 3058237440, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.179449272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058237440, end = 3058241536, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.179451822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058241536, end = 3058327552, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.179453867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058327552, end = 3058331648, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.179456090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058331648, end = 3058446336, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.179458132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058446336, end = 3058450432, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.179460398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058450432, end = 3058597888, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.179462467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058597888, end = 3058601984, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.179464770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058601984, end = 3058606080, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.179467246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058606080, end = 3058610176, flags = 1048691, pgoff = 3058606080, inode = 0 }
+vm_state.vm_map: 23329.179469519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058610176, end = 3058618368, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.179471568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058618368, end = 3058622464, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.179473630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058622464, end = 3058626560, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.179475989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058626560, end = 3058712576, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.179478027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058712576, end = 3058716672, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.179480274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058716672, end = 3058720768, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.179482281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058720768, end = 3058728960, flags = 1048691, pgoff = 3058720768, inode = 0 }
+vm_state.vm_map: 23329.179484578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058728960, end = 3059466240, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.179486616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059466240, end = 3059470336, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.179489017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059470336, end = 3059499008, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.179491111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059499008, end = 3059503104, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.179493303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059503104, end = 3059507200, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.179495649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059507200, end = 3059523584, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.179497761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059523584, end = 3059527680, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.179499730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059527680, end = 3059531776, flags = 1048691, pgoff = 3059527680, inode = 0 }
+vm_state.vm_map: 23329.179502466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059531776, end = 3059609600, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.179504491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059609600, end = 3059613696, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.179506905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059613696, end = 3060928512, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.179508949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3060928512, end = 3060936704, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.179511048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3060936704, end = 3060940800, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.179513092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3060940800, end = 3060953088, flags = 1048691, pgoff = 3060940800, inode = 0 }
+vm_state.vm_map: 23329.179515457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3060953088, end = 3061891072, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.179517445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3061891072, end = 3061907456, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.179519421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3061907456, end = 3061911552, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.179521606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3061911552, end = 3061940224, flags = 1048691, pgoff = 3061911552, inode = 0 }
+vm_state.vm_map: 23329.179523811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3061940224, end = 3062353920, flags = 134217845, pgoff = 0, inode = 1065120 }
+vm_state.vm_map: 23329.179525867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3062353920, end = 3062362112, flags = 135266419, pgoff = 409600, inode = 1065120 }
+vm_state.vm_map: 23329.179528109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3062362112, end = 3064664064, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.179530165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3064664064, end = 3064709120, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.179532263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3064709120, end = 3065176064, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.179534276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3065176064, end = 3065184256, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.179536733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3065184256, end = 3065188352, flags = 1048691, pgoff = 3065184256, inode = 0 }
+vm_state.vm_map: 23329.179538932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3065188352, end = 3075227648, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.179540901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3075227648, end = 3075387392, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.179543069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3075387392, end = 3075395584, flags = 1048691, pgoff = 3075387392, inode = 0 }
+vm_state.vm_map: 23329.179545298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3075395584, end = 3077705728, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.179547323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077705728, end = 3077734400, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.179549422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077734400, end = 3077738496, flags = 1048691, pgoff = 3077734400, inode = 0 }
+vm_state.vm_map: 23329.179551620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077738496, end = 3077771264, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.179553726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077771264, end = 3077775360, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.179556146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077775360, end = 3077783552, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.179558128 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077783552, end = 3077787648, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.179560246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077787648, end = 3077795840, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.179562173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077795840, end = 3077799936, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.179564235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077799936, end = 3077804032, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.179566310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077804032, end = 3077832704, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.179568242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077832704, end = 3077840896, flags = 1048691, pgoff = 3077832704, inode = 0 }
+vm_state.vm_map: 23329.179570514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077840896, end = 3077844992, flags = 67371125, pgoff = 3077840896, inode = 0 }
+vm_state.vm_map: 23329.179572737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077844992, end = 3077959680, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.179574695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077959680, end = 3077963776, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.179576646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077963776, end = 3077967872, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.179578708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3218862080, end = 3218948096, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.179581567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
+vm_state.vm_map: 23329.179583543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
+vm_state.vm_map: 23329.179585636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 156323840, end = 157405184, flags = 1048691, pgoff = 156323840, inode = 0 }
+vm_state.vm_map: 23329.179587970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044220928, end = 3044417536, flags = 134217845, pgoff = 0, inode = 1114220 }
+vm_state.vm_map: 23329.179590032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044417536, end = 3044421632, flags = 135266419, pgoff = 196608, inode = 1114220 }
+vm_state.vm_map: 23329.179592217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044421632, end = 3044462592, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.179594163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044462592, end = 3044466688, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.179596082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044466688, end = 3044470784, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.179598355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044470784, end = 3044507648, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.179600282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044507648, end = 3044511744, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.179602202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044511744, end = 3044515840, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.179604714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044515840, end = 3044593664, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.179606875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044593664, end = 3044597760, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.179608808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044597760, end = 3044601856, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.179610779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044601856, end = 3044610048, flags = 1048691, pgoff = 3044601856, inode = 0 }
+vm_state.vm_map: 23329.179612852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044610048, end = 3044634624, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.179614970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044634624, end = 3044638720, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.179616946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044638720, end = 3044642816, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.179619027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044642816, end = 3046678528, flags = 134217937, pgoff = 0, inode = 41242 }
+vm_state.vm_map: 23329.179621200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3046678528, end = 3046903808, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.179623399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3046903808, end = 3046907904, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.179625331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3046907904, end = 3046912000, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.179627468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3046912000, end = 3047112704, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 23329.179629388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047112704, end = 3047116800, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 23329.179631710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047116800, end = 3047141376, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.179633766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047141376, end = 3047145472, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.179635896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047239680, end = 3047243776, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.179638397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047243776, end = 3047268352, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.179640613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047268352, end = 3047272448, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.179642731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047272448, end = 3047276544, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.179644874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047276544, end = 3047280640, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.179647053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047280640, end = 3047284736, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.179649363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047284736, end = 3047292928, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.179651573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047292928, end = 3047325696, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.179653685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047325696, end = 3047337984, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.179655994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047337984, end = 3047346176, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.179658211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047346176, end = 3047350272, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.179660594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047350272, end = 3047354368, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.179662959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047354368, end = 3047358464, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.179665200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047358464, end = 3047387136, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.179667399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047387136, end = 3047399424, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.179669658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047399424, end = 3047403520, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.179671869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047403520, end = 3047411712, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.179674481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047411712, end = 3047415808, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.179676648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047415808, end = 3047419904, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.179678962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047419904, end = 3047432192, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.179681142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047432192, end = 3047440384, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.179683341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047440384, end = 3047473152, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.179685421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047473152, end = 3047493632, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.179687744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047493632, end = 3047501824, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.179689848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047501824, end = 3047530496, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.179692065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047530496, end = 3047575552, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.179694189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047575552, end = 3047632896, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.179696399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047632896, end = 3047645184, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.179698554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047645184, end = 3047702528, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.179700888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047702528, end = 3049033728, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.179703056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049033728, end = 3049046016, flags = 1048691, pgoff = 3049033728, inode = 0 }
+vm_state.vm_map: 23329.179705451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049046016, end = 3049062400, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.179707520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049062400, end = 3049066496, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.179710051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049066496, end = 3049082880, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.179712268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049082880, end = 3049086976, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.179714442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049086976, end = 3049119744, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.179716442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049119744, end = 3049123840, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.179718523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049123840, end = 3049127936, flags = 1048691, pgoff = 3049123840, inode = 0 }
+vm_state.vm_map: 23329.179720727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049127936, end = 3049144320, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.179722740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.179724994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049148416, end = 3049480192, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.179727099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049480192, end = 3049488384, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.179729440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049488384, end = 3049586688, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.179731446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049586688, end = 3049590784, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.179733774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049590784, end = 3049738240, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.179735725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049738240, end = 3049746432, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.179738028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049746432, end = 3049758720, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.179739961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049758720, end = 3049762816, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.179741974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049762816, end = 3049766912, flags = 1048691, pgoff = 3049762816, inode = 0 }
+vm_state.vm_map: 23329.179744517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049766912, end = 3049775104, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.179746690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049775104, end = 3049779200, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.179749012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049779200, end = 3050098688, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.179750946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3050098688, end = 3050115072, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.179753050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3050115072, end = 3050307584, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.179755132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3050307584, end = 3050311680, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.179757218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3050311680, end = 3053907968, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.179759324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3053907968, end = 3054006272, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.179761373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3054006272, end = 3054010368, flags = 1048691, pgoff = 3054006272, inode = 0 }
+vm_state.vm_map: 23329.179763590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3054010368, end = 3054297088, flags = 134217845, pgoff = 0, inode = 20877 }
+vm_state.vm_map: 23329.179765547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3054297088, end = 3054305280, flags = 135266419, pgoff = 282624, inode = 20877 }
+vm_state.vm_map: 23329.179767641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3054305280, end = 3054309376, flags = 1048691, pgoff = 3054305280, inode = 0 }
+vm_state.vm_map: 23329.179769839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3054309376, end = 3055243264, flags = 134217845, pgoff = 0, inode = 20876 }
+vm_state.vm_map: 23329.179771821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3055243264, end = 3055255552, flags = 135266419, pgoff = 933888, inode = 20876 }
+vm_state.vm_map: 23329.179774173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3055255552, end = 3055316992, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.179776192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3055316992, end = 3055321088, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.179778810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3055321088, end = 3056451584, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.179780768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3056451584, end = 3056467968, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.179783145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3056467968, end = 3056738304, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.179785102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3056738304, end = 3056746496, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.179787276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3056746496, end = 3057897472, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.179789239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3057897472, end = 3057913856, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.179791301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3057913856, end = 3057917952, flags = 1048691, pgoff = 3057913856, inode = 0 }
+vm_state.vm_map: 23329.179793376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3057917952, end = 3057971200, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.179795303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3057971200, end = 3057975296, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.179797408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3057975296, end = 3058159616, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.179799470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058159616, end = 3058167808, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.179801594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058167808, end = 3058200576, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.179803527 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058200576, end = 3058204672, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.179805620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058204672, end = 3058290688, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.179808053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058290688, end = 3058294784, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.179810165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058294784, end = 3058302976, flags = 1048691, pgoff = 3058294784, inode = 0 }
+vm_state.vm_map: 23329.179812733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058302976, end = 3058331648, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.179814759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058331648, end = 3058335744, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.179816994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058335744, end = 3058577408, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.179819030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058577408, end = 3058581504, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.179821063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058581504, end = 3058585600, flags = 1048691, pgoff = 3058581504, inode = 0 }
+vm_state.vm_map: 23329.179823360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058585600, end = 3059056640, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.179825299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059056640, end = 3059073024, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.179827619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059073024, end = 3059216384, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.179829564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059216384, end = 3059220480, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.179831633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059220480, end = 3059306496, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.179833684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059306496, end = 3059310592, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.179836047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059310592, end = 3059425280, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.179837999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059425280, end = 3059429376, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.179840093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059429376, end = 3059576832, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.179842211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059576832, end = 3059580928, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.179844315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059580928, end = 3059585024, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.179846606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059585024, end = 3059589120, flags = 1048691, pgoff = 3059585024, inode = 0 }
+vm_state.vm_map: 23329.179848687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059589120, end = 3059597312, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.179850761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059597312, end = 3059601408, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.179852706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059601408, end = 3059605504, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.179854824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059605504, end = 3059691520, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.179856837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059691520, end = 3059695616, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.179859029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059695616, end = 3059699712, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.179860974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059699712, end = 3059707904, flags = 1048691, pgoff = 3059699712, inode = 0 }
+vm_state.vm_map: 23329.179863092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059707904, end = 3060445184, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.179865031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060445184, end = 3060449280, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.179867254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060449280, end = 3060477952, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.179869199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060477952, end = 3060482048, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.179871150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060482048, end = 3060486144, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.179873280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060486144, end = 3060502528, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.179875361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060502528, end = 3060506624, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.179877306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060506624, end = 3060510720, flags = 1048691, pgoff = 3060506624, inode = 0 }
+vm_state.vm_map: 23329.179879770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060510720, end = 3060588544, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.179881727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060588544, end = 3060592640, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.179883931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060592640, end = 3061907456, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.179886185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061907456, end = 3061915648, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.179888142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061915648, end = 3061919744, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.179890284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061919744, end = 3061932032, flags = 1048691, pgoff = 3061919744, inode = 0 }
+vm_state.vm_map: 23329.179892507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061932032, end = 3062870016, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.179894619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062870016, end = 3062886400, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.179896601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062886400, end = 3062890496, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.179898545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062890496, end = 3062919168, flags = 1048691, pgoff = 3062890496, inode = 0 }
+vm_state.vm_map: 23329.179900640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062919168, end = 3063332864, flags = 134217845, pgoff = 0, inode = 1065120 }
+vm_state.vm_map: 23329.179902714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063332864, end = 3063341056, flags = 135266419, pgoff = 409600, inode = 1065120 }
+vm_state.vm_map: 23329.179904862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063341056, end = 3065643008, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.179906783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065643008, end = 3065688064, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.179908875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065688064, end = 3066155008, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.179910925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066155008, end = 3066163200, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.179913248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066163200, end = 3066167296, flags = 1048691, pgoff = 3066163200, inode = 0 }
+vm_state.vm_map: 23329.179915482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066167296, end = 3076206592, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.179917501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3076206592, end = 3076366336, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.179919632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3076366336, end = 3076374528, flags = 1048691, pgoff = 3076366336, inode = 0 }
+vm_state.vm_map: 23329.179921879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3076374528, end = 3078684672, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.179923948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078684672, end = 3078713344, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.179926028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078713344, end = 3078717440, flags = 1048691, pgoff = 3078713344, inode = 0 }
+vm_state.vm_map: 23329.179928294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078717440, end = 3078750208, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.179930400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078750208, end = 3078754304, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.179932536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078754304, end = 3078762496, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.179934636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078762496, end = 3078766592, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.179936908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078766592, end = 3078774784, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.179938995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078774784, end = 3078778880, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.179941144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078778880, end = 3078782976, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.179943576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078782976, end = 3078811648, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.179945719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078811648, end = 3078819840, flags = 1048691, pgoff = 3078811648, inode = 0 }
+vm_state.vm_map: 23329.179948158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078819840, end = 3078823936, flags = 67371125, pgoff = 3078819840, inode = 0 }
+vm_state.vm_map: 23329.179950350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078823936, end = 3078938624, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.179952369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078938624, end = 3078942720, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.179954475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078942720, end = 3078946816, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.179956629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3217076224, end = 3217162240, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.179959297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
+vm_state.vm_map: 23329.179961390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
+vm_state.vm_map: 23329.179963489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 161394688, end = 162488320, flags = 1048691, pgoff = 161394688, inode = 0 }
+vm_state.vm_map: 23329.179965946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3038744576, end = 3040002048, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.179967966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040002048, end = 3040022528, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.179970053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040022528, end = 3040026624, flags = 1048691, pgoff = 3040022528, inode = 0 }
+vm_state.vm_map: 23329.179972338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040026624, end = 3040264192, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 23329.179974283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040264192, end = 3040268288, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 23329.179976418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040268288, end = 3040284672, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.179978511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040284672, end = 3040288768, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.179980920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040288768, end = 3040313344, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.179983191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040313344, end = 3040317440, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.179985396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040317440, end = 3040350208, flags = 134217845, pgoff = 0, inode = 21180 }
+vm_state.vm_map: 23329.179987427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040350208, end = 3040354304, flags = 135266419, pgoff = 28672, inode = 21180 }
+vm_state.vm_map: 23329.179989922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040354304, end = 3040784384, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 23329.179991941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040784384, end = 3040813056, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 23329.179994059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040813056, end = 3040817152, flags = 1048691, pgoff = 3040813056, inode = 0 }
+vm_state.vm_map: 23329.179996288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040817152, end = 3041259520, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 23329.179998325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3041259520, end = 3041267712, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 23329.180000585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3041267712, end = 3043823616, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 23329.180002678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3043823616, end = 3043872768, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 23329.180004679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3043872768, end = 3043876864, flags = 1048691, pgoff = 3043872768, inode = 0 }
+vm_state.vm_map: 23329.180007186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3043971072, end = 3044012032, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.180009186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044012032, end = 3044016128, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.180011273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044016128, end = 3044020224, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.180013428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044020224, end = 3044057088, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.180015614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044057088, end = 3044061184, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.180017979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044061184, end = 3044065280, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.180020294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044065280, end = 3044143104, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.180022455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044143104, end = 3044147200, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.180024475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044147200, end = 3044151296, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.180026555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044151296, end = 3044159488, flags = 1048691, pgoff = 3044151296, inode = 0 }
+vm_state.vm_map: 23329.180028636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044159488, end = 3044184064, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.180030816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044184064, end = 3044188160, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.180032835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044188160, end = 3044192256, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.180035200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044192256, end = 3046227968, flags = 134217937, pgoff = 0, inode = 41242 }
+vm_state.vm_map: 23329.180037342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046227968, end = 3046453248, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.180039466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046453248, end = 3046457344, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.180041491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046457344, end = 3046461440, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.180043775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046461440, end = 3046662144, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 23329.180045936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046662144, end = 3046666240, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 23329.180048221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046666240, end = 3046690816, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.180050339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046690816, end = 3046694912, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.180053173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046711296, end = 3046785024, flags = 134217845, pgoff = 0, inode = 1114266 }
+vm_state.vm_map: 23329.180077093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046785024, end = 3046789120, flags = 135266419, pgoff = 69632, inode = 1114266 }
+vm_state.vm_map: 23329.180079421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046789120, end = 3046793216, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.180081681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046793216, end = 3046817792, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.180083928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046817792, end = 3046821888, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.180086330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046821888, end = 3046825984, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.180088522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046825984, end = 3046830080, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.180090764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046830080, end = 3046834176, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.180092962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046834176, end = 3046842368, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.180095215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046842368, end = 3046875136, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.180097302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046875136, end = 3046887424, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.180099464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046887424, end = 3046895616, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.180101686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046895616, end = 3046899712, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.180104088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046899712, end = 3046903808, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.180106256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046903808, end = 3046907904, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.180108546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046907904, end = 3046936576, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.180111109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046936576, end = 3046948864, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.180113276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046948864, end = 3046952960, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.180115505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046952960, end = 3046961152, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.180117634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046961152, end = 3046965248, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.180119852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046965248, end = 3046969344, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.180122037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046969344, end = 3046981632, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.180124284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046981632, end = 3046989824, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.180126495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046989824, end = 3047022592, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.180128724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047022592, end = 3047043072, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.180131015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047043072, end = 3047051264, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.180133214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047051264, end = 3047079936, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.180135392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047079936, end = 3047124992, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.180137628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047124992, end = 3047182336, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.180139764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047182336, end = 3047194624, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.180141999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047194624, end = 3047251968, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.180144166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047251968, end = 3048583168, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.180146803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048583168, end = 3048595456, flags = 1048691, pgoff = 3048583168, inode = 0 }
+vm_state.vm_map: 23329.180149112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048595456, end = 3048611840, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.180151168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048611840, end = 3048615936, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.180153428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048615936, end = 3048632320, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.180155521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048632320, end = 3048636416, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.180157720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048636416, end = 3048669184, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.180159683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048669184, end = 3048673280, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.180161696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048673280, end = 3048677376, flags = 1048691, pgoff = 3048673280, inode = 0 }
+vm_state.vm_map: 23329.180163919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048677376, end = 3048693760, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.180165956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048693760, end = 3048697856, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.180168222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048697856, end = 3049029632, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.180170242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049029632, end = 3049037824, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.180172495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049037824, end = 3049136128, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.180174453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049136128, end = 3049140224, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.180176552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049140224, end = 3049287680, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.180178725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049287680, end = 3049295872, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.180181208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049295872, end = 3049308160, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.180183208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049308160, end = 3049312256, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.180185450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049312256, end = 3049316352, flags = 1048691, pgoff = 3049312256, inode = 0 }
+vm_state.vm_map: 23329.180187623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049316352, end = 3049324544, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.180189728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049324544, end = 3049328640, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.180191876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049328640, end = 3049648128, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.180194050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049648128, end = 3049664512, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.180196249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049664512, end = 3049857024, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.180198180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049857024, end = 3049861120, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.180200336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049861120, end = 3053457408, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.180202399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3053457408, end = 3053555712, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.180204356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3053555712, end = 3053559808, flags = 1048691, pgoff = 3053555712, inode = 0 }
+vm_state.vm_map: 23329.180206491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3053559808, end = 3053846528, flags = 134217845, pgoff = 0, inode = 20877 }
+vm_state.vm_map: 23329.180208473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3053846528, end = 3053854720, flags = 135266419, pgoff = 282624, inode = 20877 }
+vm_state.vm_map: 23329.180210733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3053854720, end = 3053858816, flags = 1048691, pgoff = 3053854720, inode = 0 }
+vm_state.vm_map: 23329.180212950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3053858816, end = 3054792704, flags = 134217845, pgoff = 0, inode = 20876 }
+vm_state.vm_map: 23329.180215395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3054792704, end = 3054804992, flags = 135266419, pgoff = 933888, inode = 20876 }
+vm_state.vm_map: 23329.180217674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3054804992, end = 3054866432, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.180219884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3054866432, end = 3054870528, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.180222181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3054870528, end = 3056001024, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.180224169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3056001024, end = 3056017408, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.180226503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3056017408, end = 3056287744, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.180228677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3056287744, end = 3056295936, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.180230949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3056295936, end = 3057446912, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.180233147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057446912, end = 3057463296, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.180235141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057463296, end = 3057467392, flags = 1048691, pgoff = 3057463296, inode = 0 }
+vm_state.vm_map: 23329.180237574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057467392, end = 3057520640, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.180239599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057520640, end = 3057524736, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.180241915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057524736, end = 3057709056, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.180244014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057709056, end = 3057717248, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.180246428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057717248, end = 3057750016, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.180248497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057750016, end = 3057754112, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.180251103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057754112, end = 3057840128, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.180253300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057840128, end = 3057844224, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.180255400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057844224, end = 3057852416, flags = 1048691, pgoff = 3057844224, inode = 0 }
+vm_state.vm_map: 23329.180257617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057852416, end = 3057881088, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.180259709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057881088, end = 3057885184, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.180262055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057885184, end = 3058126848, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.180264088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058126848, end = 3058130944, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.180266180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058130944, end = 3058135040, flags = 1048691, pgoff = 3058130944, inode = 0 }
+vm_state.vm_map: 23329.180268323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058135040, end = 3058606080, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.180270422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058606080, end = 3058622464, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.180272700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058622464, end = 3058765824, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.180274707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058765824, end = 3058769920, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.180276942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058769920, end = 3058855936, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.180278981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058855936, end = 3058860032, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.180281141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058860032, end = 3058974720, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.180283223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058974720, end = 3058978816, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.180285753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058978816, end = 3059126272, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.180287927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059126272, end = 3059130368, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.180290088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059130368, end = 3059134464, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.180292181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059134464, end = 3059138560, flags = 1048691, pgoff = 3059134464, inode = 0 }
+vm_state.vm_map: 23329.180294472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059138560, end = 3059146752, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.180296516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059146752, end = 3059150848, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.180298615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059150848, end = 3059154944, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.180300739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059154944, end = 3059240960, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.180302795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059240960, end = 3059245056, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.180304870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059245056, end = 3059249152, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.180306988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059249152, end = 3059257344, flags = 1048691, pgoff = 3059249152, inode = 0 }
+vm_state.vm_map: 23329.180309161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059257344, end = 3059994624, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.180311378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059994624, end = 3059998720, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.180313656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059998720, end = 3060027392, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.180315768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060027392, end = 3060031488, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.180317805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060031488, end = 3060035584, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.180320454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060035584, end = 3060051968, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.180322393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060051968, end = 3060056064, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.180324437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060056064, end = 3060060160, flags = 1048691, pgoff = 3060056064, inode = 0 }
+vm_state.vm_map: 23329.180326851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060060160, end = 3060137984, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.180328802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060137984, end = 3060142080, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.180330951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060142080, end = 3061456896, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.180332896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3061456896, end = 3061465088, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.180334977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3061465088, end = 3061469184, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.180336916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3061469184, end = 3061481472, flags = 1048691, pgoff = 3061469184, inode = 0 }
+vm_state.vm_map: 23329.180339027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3061481472, end = 3062419456, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.180341096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3062419456, end = 3062435840, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.180343046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3062435840, end = 3062439936, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.180344980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3062439936, end = 3062468608, flags = 1048691, pgoff = 3062439936, inode = 0 }
+vm_state.vm_map: 23329.180347053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3062468608, end = 3062882304, flags = 134217845, pgoff = 0, inode = 1065120 }
+vm_state.vm_map: 23329.180349116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3062882304, end = 3062890496, flags = 135266419, pgoff = 409600, inode = 1065120 }
+vm_state.vm_map: 23329.180351172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3062890496, end = 3065192448, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.180353445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3065192448, end = 3065237504, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.180355599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3065237504, end = 3065704448, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.180357729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3065704448, end = 3065712640, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.180359785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3065712640, end = 3065716736, flags = 1048691, pgoff = 3065712640, inode = 0 }
+vm_state.vm_map: 23329.180361848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3065716736, end = 3075756032, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.180363811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3075756032, end = 3075915776, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.180365830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3075915776, end = 3075923968, flags = 1048691, pgoff = 3075915776, inode = 0 }
+vm_state.vm_map: 23329.180367985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3075923968, end = 3078234112, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.180369924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078234112, end = 3078262784, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.180371857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078262784, end = 3078266880, flags = 1048691, pgoff = 3078262784, inode = 0 }
+vm_state.vm_map: 23329.180374110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078266880, end = 3078299648, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.180376068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078299648, end = 3078303744, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.180378222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078303744, end = 3078311936, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.180380155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078311936, end = 3078316032, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.180385891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078316032, end = 3078324224, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.180388355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078324224, end = 3078328320, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.180390300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078328320, end = 3078332416, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.180392529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078332416, end = 3078361088, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.180394610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078361088, end = 3078369280, flags = 1048691, pgoff = 3078361088, inode = 0 }
+vm_state.vm_map: 23329.180396592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078369280, end = 3078373376, flags = 67371125, pgoff = 3078369280, inode = 0 }
+vm_state.vm_map: 23329.180398728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078373376, end = 3078488064, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.180400883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078488064, end = 3078492160, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.180403038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078492160, end = 3078496256, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.180405020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3219922944, end = 3220008960, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.180407873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
+vm_state.vm_map: 23329.180410133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
+vm_state.vm_map: 23329.180412108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 161308672, end = 162385920, flags = 1048691, pgoff = 161308672, inode = 0 }
+vm_state.vm_map: 23329.180414287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3036438528, end = 3036442624, flags = 1048688, pgoff = 3036438528, inode = 0 }
+vm_state.vm_map: 23329.180416332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3036442624, end = 3044831232, flags = 1048691, pgoff = 3036442624, inode = 0 }
+vm_state.vm_map: 23329.180418610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3044831232, end = 3044872192, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.180420659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3044872192, end = 3044876288, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.180422957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3044876288, end = 3044880384, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.180425265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3044880384, end = 3044917248, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.180427278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3044917248, end = 3044921344, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.180429464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3044921344, end = 3044925440, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.180431804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3044925440, end = 3045003264, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.180433743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3045003264, end = 3045007360, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.180435707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3045007360, end = 3045011456, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.180437818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3045011456, end = 3045019648, flags = 1048691, pgoff = 3045011456, inode = 0 }
+vm_state.vm_map: 23329.180440035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3045019648, end = 3045044224, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.180441986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3045044224, end = 3045048320, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.180444166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3045048320, end = 3045052416, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.180463387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3045052416, end = 3047088128, flags = 134217937, pgoff = 0, inode = 41242 }
+vm_state.vm_map: 23329.180465826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047088128, end = 3047313408, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.180467932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047313408, end = 3047317504, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.180469963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047317504, end = 3047321600, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.180472279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047321600, end = 3047522304, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 23329.180474822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047522304, end = 3047526400, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 23329.180477156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047526400, end = 3047550976, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.180479250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.180481749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047596032, end = 3047645184, flags = 134217845, pgoff = 0, inode = 1114257 }
+vm_state.vm_map: 23329.180483812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047645184, end = 3047649280, flags = 135266419, pgoff = 45056, inode = 1114257 }
+vm_state.vm_map: 23329.180486103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047649280, end = 3047653376, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.180488240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047653376, end = 3047677952, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.180490568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047677952, end = 3047682048, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.180492722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047682048, end = 3047686144, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.180494944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047686144, end = 3047690240, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.180497235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047690240, end = 3047694336, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.180499427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047694336, end = 3047702528, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.180501526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047702528, end = 3047735296, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.180504027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047735296, end = 3047747584, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.180506139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047747584, end = 3047755776, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.180508386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047755776, end = 3047759872, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.180510875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047759872, end = 3047763968, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.180513085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047763968, end = 3047768064, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.180515320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047768064, end = 3047796736, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.180517531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047796736, end = 3047809024, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.180519667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047809024, end = 3047813120, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.180521915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047813120, end = 3047821312, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.180524076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047821312, end = 3047825408, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.180526274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047825408, end = 3047829504, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.180528386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047829504, end = 3047841792, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.180530627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047841792, end = 3047849984, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.180532899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047849984, end = 3047882752, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.180535141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047882752, end = 3047903232, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.180537302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047903232, end = 3047911424, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.180539543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047911424, end = 3047940096, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.180541785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047940096, end = 3047985152, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.180544026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047985152, end = 3048042496, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.180546471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3048042496, end = 3048054784, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.180548558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3048054784, end = 3048112128, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.180550861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3048112128, end = 3049443328, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.180552979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049443328, end = 3049455616, flags = 1048691, pgoff = 3049443328, inode = 0 }
+vm_state.vm_map: 23329.180555301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049455616, end = 3049472000, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.180557338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049472000, end = 3049476096, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.180559512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049476096, end = 3049492480, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.180561605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049492480, end = 3049496576, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.180563882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049496576, end = 3049529344, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.180565847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049529344, end = 3049533440, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.180567965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049533440, end = 3049537536, flags = 1048691, pgoff = 3049533440, inode = 0 }
+vm_state.vm_map: 23329.180570285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049537536, end = 3049553920, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.180572341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.180574664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049558016, end = 3049889792, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.180576608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049889792, end = 3049897984, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.180579005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049897984, end = 3049996288, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.180581350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049996288, end = 3050000384, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.180583678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050000384, end = 3050147840, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.180585716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050147840, end = 3050156032, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.180587926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050156032, end = 3050168320, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.180589920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050168320, end = 3050172416, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.180592199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050172416, end = 3050176512, flags = 1048691, pgoff = 3050172416, inode = 0 }
+vm_state.vm_map: 23329.180594378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050176512, end = 3050184704, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.180596478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050184704, end = 3050188800, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.180598713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050188800, end = 3050508288, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.180600819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050508288, end = 3050524672, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.180606234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050524672, end = 3050717184, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.180608284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050717184, end = 3050721280, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.180610574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050721280, end = 3054317568, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.180612674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3054317568, end = 3054415872, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.180614613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3054415872, end = 3054419968, flags = 1048691, pgoff = 3054415872, inode = 0 }
+vm_state.vm_map: 23329.180617076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3054419968, end = 3054706688, flags = 134217845, pgoff = 0, inode = 20877 }
+vm_state.vm_map: 23329.180619138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3054706688, end = 3054714880, flags = 135266419, pgoff = 282624, inode = 20877 }
+vm_state.vm_map: 23329.180621182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3054714880, end = 3054718976, flags = 1048691, pgoff = 3054714880, inode = 0 }
+vm_state.vm_map: 23329.180623362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3054718976, end = 3055652864, flags = 134217845, pgoff = 0, inode = 20876 }
+vm_state.vm_map: 23329.180625295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3055652864, end = 3055665152, flags = 135266419, pgoff = 933888, inode = 20876 }
+vm_state.vm_map: 23329.180627567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3055665152, end = 3055726592, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.180629623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3055726592, end = 3055730688, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.180631919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3055730688, end = 3056861184, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.180634025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3056861184, end = 3056877568, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.180636298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3056877568, end = 3057147904, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.180638235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3057147904, end = 3057156096, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.180640353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3057156096, end = 3058307072, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.180642447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058307072, end = 3058323456, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.180644609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058323456, end = 3058327552, flags = 1048691, pgoff = 3058323456, inode = 0 }
+vm_state.vm_map: 23329.180646844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058327552, end = 3058380800, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.180648936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058380800, end = 3058384896, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.180651554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058384896, end = 3058569216, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.180653542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058569216, end = 3058577408, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.180655864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058577408, end = 3058610176, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.180657858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058610176, end = 3058614272, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.180660186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058614272, end = 3058700288, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.180662273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058700288, end = 3058704384, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.180664372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058704384, end = 3058712576, flags = 1048691, pgoff = 3058704384, inode = 0 }
+vm_state.vm_map: 23329.180666620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058712576, end = 3058741248, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.180668713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058741248, end = 3058745344, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.180670961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058745344, end = 3058987008, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.180673066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058987008, end = 3058991104, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.180675184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058991104, end = 3058995200, flags = 1048691, pgoff = 3058991104, inode = 0 }
+vm_state.vm_map: 23329.180677524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058995200, end = 3059466240, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.180679475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059466240, end = 3059482624, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.180681704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059482624, end = 3059625984, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.180683797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059625984, end = 3059630080, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.180686415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059630080, end = 3059716096, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.180688330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059716096, end = 3059720192, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.180690552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059720192, end = 3059834880, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.180692639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059834880, end = 3059838976, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.180694844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059838976, end = 3059986432, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.180696875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059986432, end = 3059990528, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.180698975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059990528, end = 3059994624, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.180701247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059994624, end = 3059998720, flags = 1048691, pgoff = 3059994624, inode = 0 }
+vm_state.vm_map: 23329.180703494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059998720, end = 3060006912, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.180705433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060006912, end = 3060011008, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.180707545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060011008, end = 3060015104, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.180712027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060015104, end = 3060101120, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.180714176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060101120, end = 3060105216, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.180716213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060105216, end = 3060109312, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.180718300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060109312, end = 3060117504, flags = 1048691, pgoff = 3060109312, inode = 0 }
+vm_state.vm_map: 23329.180721011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060117504, end = 3060854784, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.180723184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060854784, end = 3060858880, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.180725321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060858880, end = 3060887552, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.180727358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060887552, end = 3060891648, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.180729531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060891648, end = 3060895744, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.180731699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060895744, end = 3060912128, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.180749667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060912128, end = 3060916224, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.180751840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060916224, end = 3060920320, flags = 1048691, pgoff = 3060916224, inode = 0 }
+vm_state.vm_map: 23329.180754106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060920320, end = 3060998144, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.180756150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060998144, end = 3061002240, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.180758379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3061002240, end = 3062317056, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.180760472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3062317056, end = 3062325248, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.180762491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3062325248, end = 3062329344, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.180764659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3062329344, end = 3062341632, flags = 1048691, pgoff = 3062329344, inode = 0 }
+vm_state.vm_map: 23329.180766974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3062341632, end = 3063279616, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.180769154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3063279616, end = 3063296000, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.180771512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3063296000, end = 3063300096, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.180773698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3063300096, end = 3063328768, flags = 1048691, pgoff = 3063300096, inode = 0 }
+vm_state.vm_map: 23329.180776001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3063328768, end = 3063742464, flags = 134217845, pgoff = 0, inode = 1065120 }
+vm_state.vm_map: 23329.180778039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3063742464, end = 3063750656, flags = 135266419, pgoff = 409600, inode = 1065120 }
+vm_state.vm_map: 23329.180780347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3063750656, end = 3066052608, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.180782428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3066052608, end = 3066097664, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.180784595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3066097664, end = 3066564608, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.180786591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3066564608, end = 3066572800, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.180788863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3066572800, end = 3066576896, flags = 1048691, pgoff = 3066572800, inode = 0 }
+vm_state.vm_map: 23329.180791154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3066576896, end = 3076616192, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.180793184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3076616192, end = 3076775936, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.180795284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3076775936, end = 3076784128, flags = 1048691, pgoff = 3076775936, inode = 0 }
+vm_state.vm_map: 23329.180797452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3076784128, end = 3079094272, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.180799409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079094272, end = 3079122944, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.180801427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079122944, end = 3079127040, flags = 1048691, pgoff = 3079122944, inode = 0 }
+vm_state.vm_map: 23329.180803804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079127040, end = 3079159808, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.180806169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.180808262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079163904, end = 3079172096, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.180810436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079172096, end = 3079176192, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.180812622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079176192, end = 3079184384, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.180814622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079184384, end = 3079188480, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.180816728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079188480, end = 3079192576, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.180818920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079192576, end = 3079221248, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.180820877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079221248, end = 3079229440, flags = 1048691, pgoff = 3079221248, inode = 0 }
+vm_state.vm_map: 23329.180823131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079229440, end = 3079233536, flags = 67371125, pgoff = 3079229440, inode = 0 }
+vm_state.vm_map: 23329.180825495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079233536, end = 3079348224, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.180827521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079348224, end = 3079352320, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.180829731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079352320, end = 3079356416, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.180831781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3217543168, end = 3217629184, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.180834387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 23329.180836573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 23329.180838530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 23329.180840864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 153337856, end = 155615232, flags = 1048691, pgoff = 153337856, inode = 0 }
+vm_state.vm_map: 23329.180843315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2998910976, end = 2998951936, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.180845316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2998951936, end = 2998956032, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.180847279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2998956032, end = 2998960128, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.180849681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2998960128, end = 2998996992, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.180851668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2998996992, end = 2999001088, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.180853675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2999001088, end = 2999005184, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.180855918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2999005184, end = 2999029760, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.180857973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2999029760, end = 2999033856, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.180860073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2999033856, end = 2999037952, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.180862202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2999037952, end = 3015278592, flags = 134217979, pgoff = 0, inode = 1204696 }
+vm_state.vm_map: 23329.180864493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3015278592, end = 3019575296, flags = 134217979, pgoff = 0, inode = 1204694 }
+vm_state.vm_map: 23329.180866686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019575296, end = 3019776000, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 23329.180868618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019776000, end = 3019780096, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 23329.180870840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019780096, end = 3019812864, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.180872798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019812864, end = 3019816960, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.180875317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019816960, end = 3019841536, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.180877256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019841536, end = 3019845632, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.180879559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019857920, end = 3019939840, flags = 134217841, pgoff = 0, inode = 98443 }
+vm_state.vm_map: 23329.180881597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019939840, end = 3019943936, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.180883653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019943936, end = 3019968512, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.180885740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019968512, end = 3019972608, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.180887956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019972608, end = 3019976704, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.180890093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019976704, end = 3019980800, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.180892334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019980800, end = 3019984896, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.180894495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019984896, end = 3019993088, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.180896774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019993088, end = 3020025856, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.180898929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020025856, end = 3020038144, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.180901028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020038144, end = 3020046336, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.180903214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020046336, end = 3020050432, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.180905696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020050432, end = 3020054528, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.180907937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020054528, end = 3020058624, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.180910493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020058624, end = 3020087296, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.180912587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020087296, end = 3020099584, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.180914877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020099584, end = 3020103680, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.180916995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020103680, end = 3020111872, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.180919181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020111872, end = 3020115968, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.180921367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020115968, end = 3020120064, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.180923491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020120064, end = 3020132352, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.180925683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020132352, end = 3020140544, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.180927862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020140544, end = 3020173312, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.180929979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020173312, end = 3020193792, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.180932141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020193792, end = 3020201984, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.180934358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020201984, end = 3020230656, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.180936587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020230656, end = 3020275712, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.180938767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020275712, end = 3020333056, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.180940982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020333056, end = 3020402688, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.180942983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020402688, end = 3020406784, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.180945416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020406784, end = 3020410880, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.180947534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020410880, end = 3020419072, flags = 1048691, pgoff = 3020410880, inode = 0 }
+vm_state.vm_map: 23329.180949961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020419072, end = 3020439552, flags = 134217845, pgoff = 0, inode = 23692 }
+vm_state.vm_map: 23329.180951974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020439552, end = 3020443648, flags = 135266419, pgoff = 16384, inode = 23692 }
+vm_state.vm_map: 23329.180954486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020443648, end = 3020607488, flags = 134217845, pgoff = 0, inode = 21283 }
+vm_state.vm_map: 23329.180956524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020607488, end = 3020611584, flags = 135266419, pgoff = 159744, inode = 21283 }
+vm_state.vm_map: 23329.180958833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020611584, end = 3021574144, flags = 134217845, pgoff = 0, inode = 21285 }
+vm_state.vm_map: 23329.180961031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3021574144, end = 3021631488, flags = 135266419, pgoff = 962560, inode = 21285 }
+vm_state.vm_map: 23329.180963415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3021631488, end = 3021955072, flags = 134217845, pgoff = 0, inode = 21280 }
+vm_state.vm_map: 23329.180965421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3021955072, end = 3021959168, flags = 135266419, pgoff = 323584, inode = 21280 }
+vm_state.vm_map: 23329.180967687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3021959168, end = 3022036992, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.180969953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022036992, end = 3022041088, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.180971991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022041088, end = 3022045184, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.180974029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022045184, end = 3022053376, flags = 1048691, pgoff = 3022045184, inode = 0 }
+vm_state.vm_map: 23329.180976480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022053376, end = 3022065664, flags = 134217845, pgoff = 0, inode = 499779 }
+vm_state.vm_map: 23329.180978400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022065664, end = 3022069760, flags = 135266419, pgoff = 8192, inode = 499779 }
+vm_state.vm_map: 23329.180981265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022069760, end = 3022090240, flags = 134217845, pgoff = 0, inode = 18127 }
+vm_state.vm_map: 23329.180983315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022090240, end = 3022094336, flags = 135266419, pgoff = 16384, inode = 18127 }
+vm_state.vm_map: 23329.180985384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022094336, end = 3022319616, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.180987310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022319616, end = 3022323712, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.180989502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022323712, end = 3022327808, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.180991774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022327808, end = 3022344192, flags = 134217845, pgoff = 0, inode = 21276 }
+vm_state.vm_map: 23329.180993695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022344192, end = 3022348288, flags = 135266419, pgoff = 12288, inode = 21276 }
+vm_state.vm_map: 23329.180995961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022348288, end = 3022745600, flags = 134217845, pgoff = 0, inode = 24050 }
+vm_state.vm_map: 23329.180998042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022745600, end = 3022753792, flags = 135266419, pgoff = 397312, inode = 24050 }
+vm_state.vm_map: 23329.181000011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022753792, end = 3022770176, flags = 1048691, pgoff = 3022753792, inode = 0 }
+vm_state.vm_map: 23329.181002395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022770176, end = 3022798848, flags = 134217845, pgoff = 0, inode = 499851 }
+vm_state.vm_map: 23329.181004432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022798848, end = 3022802944, flags = 135266419, pgoff = 28672, inode = 499851 }
+vm_state.vm_map: 23329.181006803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022802944, end = 3023106048, flags = 134217845, pgoff = 0, inode = 24049 }
+vm_state.vm_map: 23329.181008866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3023106048, end = 3023110144, flags = 135266419, pgoff = 299008, inode = 24049 }
+vm_state.vm_map: 23329.181011186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3023110144, end = 3023912960, flags = 134217845, pgoff = 0, inode = 21274 }
+vm_state.vm_map: 23329.181013175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3023912960, end = 3023929344, flags = 135266419, pgoff = 802816, inode = 21274 }
+vm_state.vm_map: 23329.181015848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
+vm_state.vm_map: 23329.181018423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024171008, end = 3024433152, flags = 134217845, pgoff = 0, inode = 24048 }
+vm_state.vm_map: 23329.181020528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024433152, end = 3024437248, flags = 135266419, pgoff = 262144, inode = 24048 }
+vm_state.vm_map: 23329.181022956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024437248, end = 3024519168, flags = 134217845, pgoff = 0, inode = 19186 }
+vm_state.vm_map: 23329.181025178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024519168, end = 3024523264, flags = 135266419, pgoff = 77824, inode = 19186 }
+vm_state.vm_map: 23329.181027802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024523264, end = 3024826368, flags = 134217845, pgoff = 0, inode = 24371 }
+vm_state.vm_map: 23329.181029938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024826368, end = 3024838656, flags = 135266419, pgoff = 303104, inode = 24371 }
+vm_state.vm_map: 23329.181032081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 23329.181034304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 23329.181036292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 23329.181038397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 23329.181040497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
+vm_state.vm_map: 23329.181042639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
+vm_state.vm_map: 23329.181044745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
+vm_state.vm_map: 23329.181046943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 23329.181048888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 23329.181051438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 23329.181053426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 23329.181055520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 23329.181057570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 23329.181059866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 23329.181065109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 23329.181067159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
+vm_state.vm_map: 23329.181069264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 23329.181071555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 23329.181073827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3042295808, end = 3042304000, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.181075939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3042304000, end = 3042308096, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.181078050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3042308096, end = 3042320384, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.181080347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3042320384, end = 3042377728, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.181082378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 23329.181084602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 23329.181087003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.181089188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
+vm_state.vm_map: 23329.181091362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.181093356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.181095493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.181097654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.181099753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.181101815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.181104051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.181106119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.181108120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
+vm_state.vm_map: 23329.181110231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 23329.181112454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 23329.181114535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.181116591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.181118635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.181121154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.181123297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.181125408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.181127502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.181129459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.181131404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
+vm_state.vm_map: 23329.181133367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.181135454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.181137430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.181139388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.181141362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.181143617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.181145840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.181147909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.181149860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.181152113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.181154724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
+vm_state.vm_map: 23329.181156842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.181158985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.181160942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.181162936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.181165148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.181167197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.181169234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.181171457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.181173489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
+vm_state.vm_map: 23329.181175631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.181177626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.181179706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
+vm_state.vm_map: 23329.181181781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.181183893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.181185961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.181188400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.181190512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.181195013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.181197076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.181199206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.181201274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
+vm_state.vm_map: 23329.181203306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
+vm_state.vm_map: 23329.181205454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
+vm_state.vm_map: 23329.181207554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 23329.181209548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 23329.181211641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
+vm_state.vm_map: 23329.181213747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 23329.181215784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 23329.181217810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.181220013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.181222434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.181224441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.181226688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.181228677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.181230819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
+vm_state.vm_map: 23329.181232949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.181235054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.181237099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.181239309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.181241371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.181243483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.181245625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.181247805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.181249818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.181252016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.181254158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.181256523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.181258616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
+vm_state.vm_map: 23329.181260765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.181262753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.181264847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.181266964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
+vm_state.vm_map: 23329.181269051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.181271070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.181273250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.181275288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.181277313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.181279499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.181281493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.181283562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.181285587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.181287822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.181290156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.181292409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.181294447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
+vm_state.vm_map: 23329.181296589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.181298762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.181300752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.181302981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
+vm_state.vm_map: 23329.181305011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.181307105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.181309229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
+vm_state.vm_map: 23329.181311359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.181313390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.181315397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
+vm_state.vm_map: 23329.181317607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 23329.181319609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 23329.181321713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
+vm_state.vm_map: 23329.181324189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.181326276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.181328258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 23329.181330561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 23329.181332574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
+vm_state.vm_map: 23329.181334680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.181336798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.181338866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.181340879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.181343102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
+vm_state.vm_map: 23329.181345491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079135232, end = 3079147520, flags = 134217845, pgoff = 0, inode = 24046 }
+vm_state.vm_map: 23329.181347498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079147520, end = 3079151616, flags = 135266419, pgoff = 8192, inode = 24046 }
+vm_state.vm_map: 23329.181349715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.181351808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.181353938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 23329.181355976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 23329.181358427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.181360514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.181362546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.181364663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.181366750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
+vm_state.vm_map: 23329.181368695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
+vm_state.vm_map: 23329.181371023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.181373060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.181375173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.181377118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.181382650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 134512640, end = 135245824, flags = 134223989, pgoff = 0, inode = 1368228 }
+vm_state.vm_map: 23329.181384681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 135245824, end = 135315456, flags = 135272563, pgoff = 729088, inode = 1368228 }
+vm_state.vm_map: 23329.181386787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 135315456, end = 135327744, flags = 1048691, pgoff = 135315456, inode = 0 }
+vm_state.vm_map: 23329.181388935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 159870976, end = 160952320, flags = 1048691, pgoff = 159870976, inode = 0 }
+vm_state.vm_map: 23329.181391145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060703232, end = 3060723712, flags = 1048691, pgoff = 3060703232, inode = 0 }
+vm_state.vm_map: 23329.181393973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060723712, end = 3060785152, flags = 134217841, pgoff = 0, inode = 649749 }
+vm_state.vm_map: 23329.181398956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060785152, end = 3060793344, flags = 134217845, pgoff = 0, inode = 87435 }
+vm_state.vm_map: 23329.181400994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060793344, end = 3060797440, flags = 135266419, pgoff = 4096, inode = 87435 }
+vm_state.vm_map: 23329.181403136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060797440, end = 3060801536, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.181405347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060801536, end = 3060826112, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.181407551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060826112, end = 3060830208, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.181409724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060830208, end = 3060834304, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.181411861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060834304, end = 3060838400, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.181414182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060838400, end = 3060842496, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.181416344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060842496, end = 3060850688, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.181418597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060850688, end = 3060883456, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.181420888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060883456, end = 3060895744, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.181423265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060895744, end = 3060903936, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.181425432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060903936, end = 3060908032, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.181427859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060908032, end = 3060912128, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.181430514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060912128, end = 3060916224, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.181432737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060916224, end = 3060944896, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.181435089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060944896, end = 3060957184, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.181437256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060957184, end = 3060961280, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.181439399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060961280, end = 3060969472, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.181441553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060969472, end = 3060973568, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.181443887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060973568, end = 3060977664, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.181446025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060977664, end = 3060989952, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.181448234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060989952, end = 3060998144, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.181450364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060998144, end = 3061030912, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.181452570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061030912, end = 3061051392, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.181454600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061051392, end = 3061059584, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.181456849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061059584, end = 3061088256, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.181458979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061088256, end = 3061133312, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.181461202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061133312, end = 3061190656, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.181463436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061190656, end = 3061202944, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.181466184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061202944, end = 3061260288, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.181468660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061260288, end = 3061653504, flags = 134217979, pgoff = 0, inode = 262145 }
+vm_state.vm_map: 23329.181518927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061653504, end = 3062046720, flags = 134217979, pgoff = 0, inode = 229376 }
+vm_state.vm_map: 23329.181521539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062046720, end = 3062075392, flags = 134217845, pgoff = 0, inode = 1065218 }
+vm_state.vm_map: 23329.181523693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062075392, end = 3062079488, flags = 135266419, pgoff = 28672, inode = 1065218 }
+vm_state.vm_map: 23329.181529163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062079488, end = 3062132736, flags = 134217845, pgoff = 0, inode = 24466 }
+vm_state.vm_map: 23329.181531214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062132736, end = 3062136832, flags = 135266419, pgoff = 49152, inode = 24466 }
+vm_state.vm_map: 23329.181533437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062136832, end = 3062157312, flags = 134217845, pgoff = 0, inode = 23692 }
+vm_state.vm_map: 23329.181535493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062157312, end = 3062161408, flags = 135266419, pgoff = 16384, inode = 23692 }
+vm_state.vm_map: 23329.181537770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062161408, end = 3062325248, flags = 134217845, pgoff = 0, inode = 21283 }
+vm_state.vm_map: 23329.181539802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062325248, end = 3062329344, flags = 135266419, pgoff = 159744, inode = 21283 }
+vm_state.vm_map: 23329.181542370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062329344, end = 3062390784, flags = 134217845, pgoff = 0, inode = 1065430 }
+vm_state.vm_map: 23329.181544470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062390784, end = 3062394880, flags = 135266419, pgoff = 57344, inode = 1065430 }
+vm_state.vm_map: 23329.181549076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062427648, end = 3062452224, flags = 134217845, pgoff = 0, inode = 87514 }
+vm_state.vm_map: 23329.181551663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062452224, end = 3062456320, flags = 135266419, pgoff = 20480, inode = 87514 }
+vm_state.vm_map: 23329.181554028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062456320, end = 3062489088, flags = 134217841, pgoff = 0, inode = 74138 }
+vm_state.vm_map: 23329.181556479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062489088, end = 3062530048, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.181558554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062530048, end = 3062534144, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.181560548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062534144, end = 3062538240, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.181562889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062538240, end = 3062575104, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.181564920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062575104, end = 3062579200, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.181567007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062579200, end = 3062583296, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.181569341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062583296, end = 3062661120, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.181571311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062661120, end = 3062665216, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.181573317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062665216, end = 3062669312, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.181575423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062669312, end = 3062677504, flags = 1048691, pgoff = 3062669312, inode = 0 }
+vm_state.vm_map: 23329.181577689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062677504, end = 3062702080, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.181579628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062702080, end = 3062706176, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.181581832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062706176, end = 3062710272, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.181584123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062726656, end = 3062755328, flags = 134217845, pgoff = 0, inode = 23696 }
+vm_state.vm_map: 23329.181586494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062755328, end = 3062759424, flags = 135266419, pgoff = 24576, inode = 23696 }
+vm_state.vm_map: 23329.181588945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062759424, end = 3062775808, flags = 134217845, pgoff = 0, inode = 1065432 }
+vm_state.vm_map: 23329.181590933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062775808, end = 3062779904, flags = 135266419, pgoff = 12288, inode = 1065432 }
+vm_state.vm_map: 23329.181595576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062779904, end = 3062800384, flags = 134217845, pgoff = 0, inode = 314599 }
+vm_state.vm_map: 23329.181597732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062800384, end = 3062804480, flags = 135266419, pgoff = 16384, inode = 314599 }
+vm_state.vm_map: 23329.181600084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062804480, end = 3062943744, flags = 134217841, pgoff = 0, inode = 74520 }
+vm_state.vm_map: 23329.181602239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062943744, end = 3064274944, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.181604350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064274944, end = 3064287232, flags = 1048691, pgoff = 3064274944, inode = 0 }
+vm_state.vm_map: 23329.181606537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064287232, end = 3064303616, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.181608641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064303616, end = 3064307712, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.181610765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064307712, end = 3064315904, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.181612864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064315904, end = 3064320000, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.181615075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064320000, end = 3064332288, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 23329.181617045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064332288, end = 3064336384, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 23329.181619372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064336384, end = 3064397824, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 23329.181621768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064397824, end = 3064401920, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 23329.181623775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064401920, end = 3064406016, flags = 1048691, pgoff = 3064401920, inode = 0 }
+vm_state.vm_map: 23329.181626041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064406016, end = 3064418304, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.181628066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064418304, end = 3064422400, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.181630326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064422400, end = 3064569856, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.181632438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064569856, end = 3064578048, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.181634667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064578048, end = 3064676352, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.181636618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064676352, end = 3064680448, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.181638933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064680448, end = 3064705024, flags = 134217845, pgoff = 0, inode = 22612 }
+vm_state.vm_map: 23329.181712163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064705024, end = 3064709120, flags = 135266419, pgoff = 20480, inode = 22612 }
+vm_state.vm_map: 23329.181718461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064709120, end = 3064721408, flags = 134217845, pgoff = 0, inode = 21323 }
+vm_state.vm_map: 23329.181720529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064721408, end = 3064725504, flags = 135266419, pgoff = 8192, inode = 21323 }
+vm_state.vm_map: 23329.181722789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064725504, end = 3064729600, flags = 1048691, pgoff = 3064725504, inode = 0 }
+vm_state.vm_map: 23329.181725228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064729600, end = 3064872960, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.181727272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064872960, end = 3064877056, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.181730396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064877056, end = 3064954880, flags = 134217845, pgoff = 0, inode = 24576 }
+vm_state.vm_map: 23329.181732625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064954880, end = 3064958976, flags = 135266419, pgoff = 77824, inode = 24576 }
+vm_state.vm_map: 23329.181735120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064958976, end = 3064991744, flags = 134217845, pgoff = 0, inode = 24194 }
+vm_state.vm_map: 23329.181737169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064991744, end = 3064995840, flags = 135266419, pgoff = 28672, inode = 24194 }
+vm_state.vm_map: 23329.181739609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064995840, end = 3065462784, flags = 134217845, pgoff = 0, inode = 23967 }
+vm_state.vm_map: 23329.181741702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065462784, end = 3065470976, flags = 135266419, pgoff = 462848, inode = 23967 }
+vm_state.vm_map: 23329.181743770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065470976, end = 3065475072, flags = 1048691, pgoff = 3065470976, inode = 0 }
+vm_state.vm_map: 23329.181746245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065475072, end = 3065831424, flags = 134217845, pgoff = 0, inode = 1065307 }
+vm_state.vm_map: 23329.181748320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065831424, end = 3065839616, flags = 135266419, pgoff = 356352, inode = 1065307 }
+vm_state.vm_map: 23329.181750333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065839616, end = 3065843712, flags = 1048691, pgoff = 3065839616, inode = 0 }
+vm_state.vm_map: 23329.181752710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065843712, end = 3065942016, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.181754822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065942016, end = 3065946112, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.181756823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065946112, end = 3065950208, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.181759144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065950208, end = 3066019840, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.181761317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066019840, end = 3066023936, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.181763312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066023936, end = 3066028032, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.181765726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066028032, end = 3066036224, flags = 1048691, pgoff = 3066028032, inode = 0 }
+vm_state.vm_map: 23329.181768103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066036224, end = 3066228736, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.181770147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066228736, end = 3066232832, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.181772370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066232832, end = 3066241024, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.181774543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066241024, end = 3066245120, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.181776532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066245120, end = 3066249216, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.181778828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066249216, end = 3066327040, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.181780922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066327040, end = 3066331136, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.181782972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066331136, end = 3066335232, flags = 1048691, pgoff = 3066331136, inode = 0 }
+vm_state.vm_map: 23329.181785423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066335232, end = 3066368000, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.181787436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066368000, end = 3066372096, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.181789794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066372096, end = 3066396672, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.181791956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066396672, end = 3066400768, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.181794222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066400768, end = 3066433536, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.181796358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066433536, end = 3066437632, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.181798612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066437632, end = 3066445824, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.181801100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066445824, end = 3066449920, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.181803335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066449920, end = 3066482688, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.181805385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066482688, end = 3066486784, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.181807491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066486784, end = 3066540032, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.181809609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066540032, end = 3066544128, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.181811714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066544128, end = 3066548224, flags = 1048691, pgoff = 3066544128, inode = 0 }
+vm_state.vm_map: 23329.181813900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066548224, end = 3066564608, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.181816147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066564608, end = 3066568704, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.181818309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066568704, end = 3066576896, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.181820408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066576896, end = 3066580992, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.181822939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066580992, end = 3066589184, flags = 134217845, pgoff = 0, inode = 17721 }
+vm_state.vm_map: 23329.181825033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066589184, end = 3066593280, flags = 135266419, pgoff = 4096, inode = 17721 }
+vm_state.vm_map: 23329.181827273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066593280, end = 3067056128, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 23329.181829261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3067056128, end = 3067068416, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 23329.181831521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3067068416, end = 3067674624, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 23329.181833701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3067674624, end = 3067691008, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 23329.181836227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3067691008, end = 3069005824, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.181838177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069005824, end = 3069014016, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.181840129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069014016, end = 3069018112, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.181842259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069018112, end = 3069034496, flags = 1048691, pgoff = 3069018112, inode = 0 }
+vm_state.vm_map: 23329.181844494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069034496, end = 3069120512, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.181846451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069120512, end = 3069124608, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.181848526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069124608, end = 3069128704, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.181850638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069128704, end = 3069136896, flags = 1048691, pgoff = 3069128704, inode = 0 }
+vm_state.vm_map: 23329.181853009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069136896, end = 3070287872, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.181855127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070287872, end = 3070304256, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.181859720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070304256, end = 3070328832, flags = 134217845, pgoff = 0, inode = 17404 }
+vm_state.vm_map: 23329.181861777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070328832, end = 3070332928, flags = 135266419, pgoff = 20480, inode = 17404 }
+vm_state.vm_map: 23329.181864166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070332928, end = 3070369792, flags = 134217845, pgoff = 0, inode = 22478 }
+vm_state.vm_map: 23329.181866284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070369792, end = 3070373888, flags = 135266419, pgoff = 32768, inode = 22478 }
+vm_state.vm_map: 23329.181868464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070373888, end = 3070459904, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.181870970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070459904, end = 3070464000, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.181873107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070464000, end = 3070476288, flags = 1048691, pgoff = 3070464000, inode = 0 }
+vm_state.vm_map: 23329.181875293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070476288, end = 3070504960, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.181877349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070504960, end = 3070509056, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.181879652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070509056, end = 3071246336, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.181881862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071246336, end = 3071250432, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.181884195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071250432, end = 3071279104, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.181886228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071279104, end = 3071283200, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.181888444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071283200, end = 3071287296, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.181890593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071287296, end = 3071303680, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.181892798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071303680, end = 3071307776, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.181895162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071307776, end = 3071320064, flags = 134217845, pgoff = 0, inode = 19626 }
+vm_state.vm_map: 23329.181897256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071320064, end = 3071324160, flags = 135266419, pgoff = 8192, inode = 19626 }
+vm_state.vm_map: 23329.181899477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071324160, end = 3071565824, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.181901484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071565824, end = 3071569920, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.181903583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071569920, end = 3071574016, flags = 1048691, pgoff = 3071569920, inode = 0 }
+vm_state.vm_map: 23329.181906178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071574016, end = 3071758336, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.181908326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071758336, end = 3071766528, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.181910487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071766528, end = 3072237568, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.181912593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3072237568, end = 3072253952, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.181917501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3072253952, end = 3072524288, flags = 134217845, pgoff = 0, inode = 22793 }
+vm_state.vm_map: 23329.181919551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3072524288, end = 3072532480, flags = 135266419, pgoff = 266240, inode = 22793 }
+vm_state.vm_map: 23329.181922144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3072532480, end = 3073011712, flags = 134217845, pgoff = 0, inode = 21325 }
+vm_state.vm_map: 23329.181924237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073011712, end = 3073019904, flags = 135266419, pgoff = 479232, inode = 21325 }
+vm_state.vm_map: 23329.181926516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073019904, end = 3073617920, flags = 134217845, pgoff = 0, inode = 19628 }
+vm_state.vm_map: 23329.181928609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073617920, end = 3073626112, flags = 135266419, pgoff = 598016, inode = 19628 }
+vm_state.vm_map: 23329.181930677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073626112, end = 3073630208, flags = 1048691, pgoff = 3073626112, inode = 0 }
+vm_state.vm_map: 23329.181935419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073630208, end = 3073671168, flags = 134217845, pgoff = 0, inode = 22795 }
+vm_state.vm_map: 23329.181937525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073671168, end = 3073675264, flags = 135266419, pgoff = 36864, inode = 22795 }
+vm_state.vm_map: 23329.181939655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073675264, end = 3073822720, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.181942162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073822720, end = 3073826816, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.181944181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073826816, end = 3073830912, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.181946620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073830912, end = 3073929216, flags = 134217845, pgoff = 0, inode = 22669 }
+vm_state.vm_map: 23329.181948590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073929216, end = 3073933312, flags = 135266419, pgoff = 94208, inode = 22669 }
+vm_state.vm_map: 23329.181951115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073933312, end = 3074080768, flags = 134217845, pgoff = 0, inode = 22796 }
+vm_state.vm_map: 23329.181953085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3074080768, end = 3074084864, flags = 135266419, pgoff = 147456, inode = 22796 }
+vm_state.vm_map: 23329.181955345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3074084864, end = 3074187264, flags = 134217845, pgoff = 0, inode = 21552 }
+vm_state.vm_map: 23329.181957271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3074187264, end = 3074195456, flags = 135266419, pgoff = 98304, inode = 21552 }
+vm_state.vm_map: 23329.181959340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3074195456, end = 3074199552, flags = 1048691, pgoff = 3074195456, inode = 0 }
+vm_state.vm_map: 23329.181961853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3074199552, end = 3074797568, flags = 134217845, pgoff = 0, inode = 22668 }
+vm_state.vm_map: 23329.181963909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3074797568, end = 3074809856, flags = 135266419, pgoff = 593920, inode = 22668 }
+vm_state.vm_map: 23329.181966433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3074809856, end = 3078709248, flags = 134217845, pgoff = 0, inode = 21427 }
+vm_state.vm_map: 23329.181968502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078709248, end = 3078733824, flags = 135266419, pgoff = 3895296, inode = 21427 }
+vm_state.vm_map: 23329.181970547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078733824, end = 3078737920, flags = 1048691, pgoff = 3078733824, inode = 0 }
+vm_state.vm_map: 23329.181972769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078750208, end = 3078754304, flags = 1048691, pgoff = 3078750208, inode = 0 }
+vm_state.vm_map: 23329.181974954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078754304, end = 3078782976, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.181977720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078782976, end = 3078832128, flags = 134217841, pgoff = 0, inode = 74519 }
+vm_state.vm_map: 23329.181979814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078832128, end = 3078840320, flags = 1048691, pgoff = 3078832128, inode = 0 }
+vm_state.vm_map: 23329.181982112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078840320, end = 3078844416, flags = 67371125, pgoff = 3078840320, inode = 0 }
+vm_state.vm_map: 23329.181984259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078844416, end = 3078959104, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.181986223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078959104, end = 3078963200, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.181988433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078963200, end = 3078967296, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.181990409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3213529088, end = 3213615104, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.181993311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 658091 }
+vm_state.vm_map: 23329.181995608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 134545408, end = 134549504, flags = 135272563, pgoff = 32768, inode = 658091 }
+vm_state.vm_map: 23329.181997677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 134635520, end = 135053312, flags = 1048691, pgoff = 134635520, inode = 0 }
+vm_state.vm_map: 23329.182002338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063250944, end = 3063279616, flags = 134217845, pgoff = 0, inode = 1065218 }
+vm_state.vm_map: 23329.182004382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063279616, end = 3063283712, flags = 135266419, pgoff = 28672, inode = 1065218 }
+vm_state.vm_map: 23329.182006790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063283712, end = 3063336960, flags = 134217845, pgoff = 0, inode = 24466 }
+vm_state.vm_map: 23329.182008754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063336960, end = 3063341056, flags = 135266419, pgoff = 49152, inode = 24466 }
+vm_state.vm_map: 23329.182011082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063341056, end = 3063504896, flags = 134217845, pgoff = 0, inode = 21283 }
+vm_state.vm_map: 23329.182013385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063504896, end = 3063508992, flags = 135266419, pgoff = 159744, inode = 21283 }
+vm_state.vm_map: 23329.182015712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063508992, end = 3063537664, flags = 134217845, pgoff = 0, inode = 23696 }
+vm_state.vm_map: 23329.182017645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063537664, end = 3063541760, flags = 135266419, pgoff = 24576, inode = 23696 }
+vm_state.vm_map: 23329.182019837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063541760, end = 3063603200, flags = 134217845, pgoff = 0, inode = 1065430 }
+vm_state.vm_map: 23329.182021862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063603200, end = 3063607296, flags = 135266419, pgoff = 57344, inode = 1065430 }
+vm_state.vm_map: 23329.182024357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063701504, end = 3063742464, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.182026469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063742464, end = 3063746560, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.182028654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063746560, end = 3063750656, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.182030896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063750656, end = 3063787520, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.182032952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063787520, end = 3063791616, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.182034922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063791616, end = 3063795712, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.182037268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063795712, end = 3063873536, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.182039460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063873536, end = 3063877632, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.182041496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063877632, end = 3063881728, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.182043473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063881728, end = 3063889920, flags = 1048691, pgoff = 3063881728, inode = 0 }
+vm_state.vm_map: 23329.182045633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063889920, end = 3063914496, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.182048165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063914496, end = 3063918592, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.182050190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063918592, end = 3063922688, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.182052419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063926784, end = 3063947264, flags = 134217845, pgoff = 0, inode = 23692 }
+vm_state.vm_map: 23329.182054463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063947264, end = 3063951360, flags = 135266419, pgoff = 16384, inode = 23692 }
+vm_state.vm_map: 23329.182056717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063951360, end = 3063967744, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.182058805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063967744, end = 3063971840, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.182061101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063971840, end = 3063988224, flags = 134217845, pgoff = 0, inode = 1065432 }
+vm_state.vm_map: 23329.182063089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063988224, end = 3063992320, flags = 135266419, pgoff = 12288, inode = 1065432 }
+vm_state.vm_map: 23329.182065306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063992320, end = 3064012800, flags = 134217845, pgoff = 0, inode = 314599 }
+vm_state.vm_map: 23329.182067232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3064012800, end = 3064016896, flags = 135266419, pgoff = 16384, inode = 314599 }
+vm_state.vm_map: 23329.182069554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3064016896, end = 3064156160, flags = 134217841, pgoff = 0, inode = 74520 }
+vm_state.vm_map: 23329.182071851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3064156160, end = 3065487360, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.182074098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065487360, end = 3065499648, flags = 1048691, pgoff = 3065487360, inode = 0 }
+vm_state.vm_map: 23329.182076377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065499648, end = 3065516032, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.182078513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065516032, end = 3065520128, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.182080686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065520128, end = 3065528320, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.182083144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065528320, end = 3065532416, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.182085435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065532416, end = 3065561088, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.182087472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065561088, end = 3065565184, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.182089522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065565184, end = 3065569280, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.182091973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065569280, end = 3065794560, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.182094023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065794560, end = 3065798656, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.182096080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065798656, end = 3065802752, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.182098623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065802752, end = 3065917440, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 23329.182100618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065917440, end = 3065921536, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 23329.182102822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065921536, end = 3065925632, flags = 1048691, pgoff = 3065921536, inode = 0 }
+vm_state.vm_map: 23329.182105236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065925632, end = 3065950208, flags = 134217845, pgoff = 0, inode = 22612 }
+vm_state.vm_map: 23329.182107255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065950208, end = 3065954304, flags = 135266419, pgoff = 20480, inode = 22612 }
+vm_state.vm_map: 23329.182109571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065954304, end = 3065966592, flags = 134217845, pgoff = 0, inode = 21323 }
+vm_state.vm_map: 23329.182111732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065966592, end = 3065970688, flags = 135266419, pgoff = 8192, inode = 21323 }
+vm_state.vm_map: 23329.182113824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065970688, end = 3066114048, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.182115758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066114048, end = 3066118144, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.182118814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066118144, end = 3066204160, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.182120827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066204160, end = 3066208256, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.182122933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066208256, end = 3066212352, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.182125001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066212352, end = 3066220544, flags = 1048691, pgoff = 3066212352, inode = 0 }
+vm_state.vm_map: 23329.182127309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066220544, end = 3066298368, flags = 134217845, pgoff = 0, inode = 24576 }
+vm_state.vm_map: 23329.182129446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066298368, end = 3066302464, flags = 135266419, pgoff = 77824, inode = 24576 }
+vm_state.vm_map: 23329.182131496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066302464, end = 3066306560, flags = 1048691, pgoff = 3066302464, inode = 0 }
+vm_state.vm_map: 23329.182133799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066306560, end = 3066339328, flags = 134217845, pgoff = 0, inode = 24194 }
+vm_state.vm_map: 23329.182135787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066339328, end = 3066343424, flags = 135266419, pgoff = 28672, inode = 24194 }
+vm_state.vm_map: 23329.182138121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066343424, end = 3066810368, flags = 134217845, pgoff = 0, inode = 23967 }
+vm_state.vm_map: 23329.182140146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066810368, end = 3066818560, flags = 135266419, pgoff = 462848, inode = 23967 }
+vm_state.vm_map: 23329.182142240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066818560, end = 3066822656, flags = 1048691, pgoff = 3066818560, inode = 0 }
+vm_state.vm_map: 23329.182144401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066822656, end = 3067179008, flags = 134217845, pgoff = 0, inode = 1065307 }
+vm_state.vm_map: 23329.182146494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067179008, end = 3067187200, flags = 135266419, pgoff = 356352, inode = 1065307 }
+vm_state.vm_map: 23329.182148717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067187200, end = 3067285504, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.182150822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067285504, end = 3067289600, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.182153446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067289600, end = 3067367424, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.182155490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067367424, end = 3067371520, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.182157460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067371520, end = 3067375616, flags = 1048691, pgoff = 3067371520, inode = 0 }
+vm_state.vm_map: 23329.182159788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067375616, end = 3067408384, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.182161831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067408384, end = 3067412480, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.182164227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067412480, end = 3067437056, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.182166197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067437056, end = 3067441152, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.182168642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067441152, end = 3067473920, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.182170710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067473920, end = 3067478016, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.182172896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067478016, end = 3067486208, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.182174891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067486208, end = 3067490304, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.182177237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067490304, end = 3067523072, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.182179201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067523072, end = 3067527168, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.182181355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067527168, end = 3067580416, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.182183523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067580416, end = 3067584512, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.182185542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067584512, end = 3067588608, flags = 1048691, pgoff = 3067584512, inode = 0 }
+vm_state.vm_map: 23329.182188301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067588608, end = 3067686912, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.182190284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067686912, end = 3067691008, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.182192575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067691008, end = 3067695104, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.182194766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067695104, end = 3067764736, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.182196729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067764736, end = 3067768832, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.182198922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067768832, end = 3067772928, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.182201064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067772928, end = 3067781120, flags = 1048691, pgoff = 3067772928, inode = 0 }
+vm_state.vm_map: 23329.182203361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067781120, end = 3067973632, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.182205398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067973632, end = 3067977728, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.182207584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067977728, end = 3067985920, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.182209665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067985920, end = 3067990016, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.182211715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067990016, end = 3067994112, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.182214012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067994112, end = 3068141568, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.182216006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068141568, end = 3068149760, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.182217945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068149760, end = 3068153856, flags = 1048691, pgoff = 3068149760, inode = 0 }
+vm_state.vm_map: 23329.182220359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068153856, end = 3068403712, flags = 134217845, pgoff = 0, inode = 17169 }
+vm_state.vm_map: 23329.182222878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068403712, end = 3068411904, flags = 135266419, pgoff = 245760, inode = 17169 }
+vm_state.vm_map: 23329.182225114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068411904, end = 3068559360, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.182227201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068559360, end = 3068563456, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.182229250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068563456, end = 3068567552, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.182231436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068567552, end = 3068579840, flags = 134217845, pgoff = 0, inode = 19626 }
+vm_state.vm_map: 23329.182233529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068579840, end = 3068583936, flags = 135266419, pgoff = 8192, inode = 19626 }
+vm_state.vm_map: 23329.182235709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068583936, end = 3068768256, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.182237883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068768256, end = 3068776448, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.182240136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068776448, end = 3069247488, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.182242217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3069247488, end = 3069263872, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.182244384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3069263872, end = 3069267968, flags = 1048691, pgoff = 3069263872, inode = 0 }
+vm_state.vm_map: 23329.182246620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3069267968, end = 3069538304, flags = 134217845, pgoff = 0, inode = 22793 }
+vm_state.vm_map: 23329.182248713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3069538304, end = 3069546496, flags = 135266419, pgoff = 266240, inode = 22793 }
+vm_state.vm_map: 23329.182251003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3069546496, end = 3069693952, flags = 134217845, pgoff = 0, inode = 22796 }
+vm_state.vm_map: 23329.182253152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3069693952, end = 3069698048, flags = 135266419, pgoff = 147456, inode = 22796 }
+vm_state.vm_map: 23329.182255437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3069698048, end = 3070177280, flags = 134217845, pgoff = 0, inode = 21325 }
+vm_state.vm_map: 23329.182257931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070177280, end = 3070185472, flags = 135266419, pgoff = 479232, inode = 21325 }
+vm_state.vm_map: 23329.182260080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070185472, end = 3070287872, flags = 134217845, pgoff = 0, inode = 21552 }
+vm_state.vm_map: 23329.182262166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070287872, end = 3070296064, flags = 135266419, pgoff = 98304, inode = 21552 }
+vm_state.vm_map: 23329.182264333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070296064, end = 3070312448, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.182266451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070312448, end = 3070316544, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.182268607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070316544, end = 3070324736, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.182270713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070324736, end = 3070328832, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.182272867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070328832, end = 3070332928, flags = 1048691, pgoff = 3070328832, inode = 0 }
+vm_state.vm_map: 23329.182275133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070332928, end = 3070341120, flags = 134217845, pgoff = 0, inode = 17721 }
+vm_state.vm_map: 23329.182277257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070341120, end = 3070345216, flags = 135266419, pgoff = 4096, inode = 17721 }
+vm_state.vm_map: 23329.182279480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070345216, end = 3071496192, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.182281492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3071496192, end = 3071512576, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.182283697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3071512576, end = 3071553536, flags = 134217845, pgoff = 0, inode = 22795 }
+vm_state.vm_map: 23329.182285703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3071553536, end = 3071557632, flags = 135266419, pgoff = 36864, inode = 22795 }
+vm_state.vm_map: 23329.182288031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3071557632, end = 3072155648, flags = 134217845, pgoff = 0, inode = 22668 }
+vm_state.vm_map: 23329.182289982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3072155648, end = 3072167936, flags = 135266419, pgoff = 593920, inode = 22668 }
+vm_state.vm_map: 23329.182292607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3072167936, end = 3073482752, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.182294786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3073482752, end = 3073490944, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.182296960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3073490944, end = 3073495040, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.182299059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3073495040, end = 3073511424, flags = 1048691, pgoff = 3073495040, inode = 0 }
+vm_state.vm_map: 23329.182301300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3073511424, end = 3074248704, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.182303282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3074248704, end = 3074252800, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.182305530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3074252800, end = 3074494464, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.182307524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3074494464, end = 3074498560, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.182309877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3074498560, end = 3075096576, flags = 134217845, pgoff = 0, inode = 19628 }
+vm_state.vm_map: 23329.182311877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075096576, end = 3075104768, flags = 135266419, pgoff = 598016, inode = 19628 }
+vm_state.vm_map: 23329.182314452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075104768, end = 3075219456, flags = 134217845, pgoff = 0, inode = 17171 }
+vm_state.vm_map: 23329.182316471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075219456, end = 3075223552, flags = 135266419, pgoff = 114688, inode = 17171 }
+vm_state.vm_map: 23329.182318879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075223552, end = 3075301376, flags = 134217845, pgoff = 0, inode = 1065156 }
+vm_state.vm_map: 23329.182320942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075301376, end = 3075305472, flags = 135266419, pgoff = 73728, inode = 1065156 }
+vm_state.vm_map: 23329.182323053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075305472, end = 3075309568, flags = 1048691, pgoff = 3075305472, inode = 0 }
+vm_state.vm_map: 23329.182325276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075309568, end = 3075407872, flags = 134217845, pgoff = 0, inode = 22669 }
+vm_state.vm_map: 23329.182327586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075407872, end = 3075411968, flags = 135266419, pgoff = 94208, inode = 22669 }
+vm_state.vm_map: 23329.182329913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075411968, end = 3079311360, flags = 134217845, pgoff = 0, inode = 21427 }
+vm_state.vm_map: 23329.182331926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079311360, end = 3079335936, flags = 135266419, pgoff = 3895296, inode = 21427 }
+vm_state.vm_map: 23329.182334012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079335936, end = 3079340032, flags = 1048691, pgoff = 3079335936, inode = 0 }
+vm_state.vm_map: 23329.182336205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079356416, end = 3079385088, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.182338434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079385088, end = 3079434240, flags = 134217841, pgoff = 0, inode = 74519 }
+vm_state.vm_map: 23329.182340515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079434240, end = 3079442432, flags = 1048691, pgoff = 3079434240, inode = 0 }
+vm_state.vm_map: 23329.182342522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079442432, end = 3079446528, flags = 67371125, pgoff = 3079442432, inode = 0 }
+vm_state.vm_map: 23329.182344879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079446528, end = 3079561216, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.182346905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079561216, end = 3079565312, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.182349016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079565312, end = 3079569408, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.182351060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3221004288, end = 3221090304, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.182356463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 134512640, end = 134516736, flags = 134223989, pgoff = 0, inode = 655648 }
+vm_state.vm_map: 23329.182358513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 134516736, end = 134520832, flags = 135272563, pgoff = 0, inode = 655648 }
+vm_state.vm_map: 23329.182360674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 141574144, end = 141844480, flags = 1048691, pgoff = 141574144, inode = 0 }
+vm_state.vm_map: 23329.182363378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072720896, end = 3072761856, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.182365478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072761856, end = 3072765952, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.182367719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072765952, end = 3072770048, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.182369985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072770048, end = 3072806912, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.182372078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072806912, end = 3072811008, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.182374159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072811008, end = 3072815104, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.182376561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072815104, end = 3072892928, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.182378605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072892928, end = 3072897024, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.182380599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072897024, end = 3072901120, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.182382810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072901120, end = 3072909312, flags = 1048691, pgoff = 3072901120, inode = 0 }
+vm_state.vm_map: 23329.182390275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072909312, end = 3073019904, flags = 134217937, pgoff = 0, inode = 32874 }
+vm_state.vm_map: 23329.182395072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073019904, end = 3073101824, flags = 134217845, pgoff = 0, inode = 1065113 }
+vm_state.vm_map: 23329.182397122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073101824, end = 3073105920, flags = 135266419, pgoff = 77824, inode = 1065113 }
+vm_state.vm_map: 23329.182400104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073200128, end = 3073269760, flags = 134217845, pgoff = 0, inode = 429625 }
+vm_state.vm_map: 23329.182402346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073269760, end = 3073273856, flags = 135266419, pgoff = 65536, inode = 429625 }
+vm_state.vm_map: 23329.182404489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073273856, end = 3073282048, flags = 1048691, pgoff = 3073273856, inode = 0 }
+vm_state.vm_map: 23329.182406724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073282048, end = 3073380352, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.182408891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073380352, end = 3073384448, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.182411065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073384448, end = 3073388544, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.182413349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073388544, end = 3073458176, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.182415429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073458176, end = 3073462272, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.182417573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073462272, end = 3073466368, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.182419770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073466368, end = 3073474560, flags = 1048691, pgoff = 3073466368, inode = 0 }
+vm_state.vm_map: 23329.182421987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073474560, end = 3073482752, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.182424197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073482752, end = 3073486848, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.182426339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073486848, end = 3073490944, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.182428482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073490944, end = 3073519616, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.182430705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073519616, end = 3073523712, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.182432699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073523712, end = 3073527808, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.182435515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073527808, end = 3073613824, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.182437540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073613824, end = 3073617920, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.182439627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073617920, end = 3073622016, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.182441770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073622016, end = 3073634304, flags = 1048691, pgoff = 3073622016, inode = 0 }
+vm_state.vm_map: 23329.182443968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073634304, end = 3073859584, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.182445981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073859584, end = 3073863680, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.182448074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073863680, end = 3073867776, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.182450235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073867776, end = 3073982464, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 23329.182452266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073982464, end = 3073986560, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 23329.182454483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073986560, end = 3074179072, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.182456601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074179072, end = 3074183168, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.182458997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074183168, end = 3074330624, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.182461121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074330624, end = 3074338816, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.182463350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074338816, end = 3074351104, flags = 134217845, pgoff = 0, inode = 19626 }
+vm_state.vm_map: 23329.182465406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074351104, end = 3074355200, flags = 135266419, pgoff = 8192, inode = 19626 }
+vm_state.vm_map: 23329.182467400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074355200, end = 3074359296, flags = 1048691, pgoff = 3074355200, inode = 0 }
+vm_state.vm_map: 23329.182469963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074359296, end = 3074957312, flags = 134217845, pgoff = 0, inode = 19628 }
+vm_state.vm_map: 23329.182471908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074957312, end = 3074965504, flags = 135266419, pgoff = 598016, inode = 19628 }
+vm_state.vm_map: 23329.182474347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074965504, end = 3075215360, flags = 134217845, pgoff = 0, inode = 17169 }
+vm_state.vm_map: 23329.182476359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3075215360, end = 3075223552, flags = 135266419, pgoff = 245760, inode = 17169 }
+vm_state.vm_map: 23329.182478594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3075223552, end = 3075338240, flags = 134217845, pgoff = 0, inode = 17171 }
+vm_state.vm_map: 23329.182480645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3075338240, end = 3075342336, flags = 135266419, pgoff = 114688, inode = 17171 }
+vm_state.vm_map: 23329.182482911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3075342336, end = 3076657152, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.182485120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3076657152, end = 3076665344, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.182487270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3076665344, end = 3076669440, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.182489412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3076669440, end = 3076681728, flags = 1048691, pgoff = 3076669440, inode = 0 }
+vm_state.vm_map: 23329.182491573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3076681728, end = 3077419008, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.182493660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077419008, end = 3077423104, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.182495673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077423104, end = 3077427200, flags = 1048691, pgoff = 3077423104, inode = 0 }
+vm_state.vm_map: 23329.182515604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077427200, end = 3077668864, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.182517987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077668864, end = 3077672960, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.182524168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077672960, end = 3077894144, flags = 134217845, pgoff = 0, inode = 21370 }
+vm_state.vm_map: 23329.182526274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077894144, end = 3077902336, flags = 135266419, pgoff = 221184, inode = 21370 }
+vm_state.vm_map: 23329.182528318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077902336, end = 3077906432, flags = 1048691, pgoff = 3077902336, inode = 0 }
+vm_state.vm_map: 23329.182530633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077906432, end = 3077935104, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.182532881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077935104, end = 3077959680, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.182534930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077959680, end = 3077963776, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.182537011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077963776, end = 3077967872, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.182544427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077967872, end = 3077971968, flags = 134217937, pgoff = 0, inode = 237757 }
+vm_state.vm_map: 23329.182546471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077996544, end = 3078004736, flags = 1048691, pgoff = 3077996544, inode = 0 }
+vm_state.vm_map: 23329.182548496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3078004736, end = 3078008832, flags = 67371125, pgoff = 3078004736, inode = 0 }
+vm_state.vm_map: 23329.182550662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3078008832, end = 3078123520, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.182552786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3078123520, end = 3078127616, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.182554849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3078127616, end = 3078131712, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.182556960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3215253504, end = 3215339520, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.182562389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
+vm_state.vm_map: 23329.182564556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
+vm_state.vm_map: 23329.182566563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
+vm_state.vm_map: 23329.182568760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 153337856, end = 174231552, flags = 1048691, pgoff = 153337856, inode = 0 }
+vm_state.vm_map: 23329.182571279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981335040, end = 2981400576, flags = 134217845, pgoff = 0, inode = 57391 }
+vm_state.vm_map: 23329.182573502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981400576, end = 2981404672, flags = 135266419, pgoff = 61440, inode = 57391 }
+vm_state.vm_map: 23329.182575725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981404672, end = 2981421056, flags = 1048691, pgoff = 2981404672, inode = 0 }
+vm_state.vm_map: 23329.182578201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981421056, end = 2981703680, flags = 134217845, pgoff = 0, inode = 22693 }
+vm_state.vm_map: 23329.182580417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981703680, end = 2981715968, flags = 135266419, pgoff = 282624, inode = 22693 }
+vm_state.vm_map: 23329.182582579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981715968, end = 2981740544, flags = 1048691, pgoff = 2981715968, inode = 0 }
+vm_state.vm_map: 23329.182585011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981769216, end = 2981785600, flags = 134217845, pgoff = 0, inode = 57390 }
+vm_state.vm_map: 23329.182587209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981785600, end = 2981789696, flags = 135266419, pgoff = 12288, inode = 57390 }
+vm_state.vm_map: 23329.182589932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981789696, end = 2981830656, flags = 134217845, pgoff = 0, inode = 57395 }
+vm_state.vm_map: 23329.182592118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981830656, end = 2981834752, flags = 135266419, pgoff = 36864, inode = 57395 }
+vm_state.vm_map: 23329.182594742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981834752, end = 2981859328, flags = 134217845, pgoff = 0, inode = 18917 }
+vm_state.vm_map: 23329.182597305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981859328, end = 2981863424, flags = 135266419, pgoff = 20480, inode = 18917 }
+vm_state.vm_map: 23329.182599898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981863424, end = 2982133760, flags = 134217845, pgoff = 0, inode = 18916 }
+vm_state.vm_map: 23329.182602059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2982133760, end = 2982137856, flags = 135266419, pgoff = 266240, inode = 18916 }
+vm_state.vm_map: 23329.182604591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2982137856, end = 2982219776, flags = 134217845, pgoff = 0, inode = 18915 }
+vm_state.vm_map: 23329.182606758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2982219776, end = 2982227968, flags = 135266419, pgoff = 77824, inode = 18915 }
+vm_state.vm_map: 23329.182609148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2982227968, end = 2983010304, flags = 134217845, pgoff = 0, inode = 18927 }
+vm_state.vm_map: 23329.182611173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983010304, end = 2983018496, flags = 135266419, pgoff = 778240, inode = 18927 }
+vm_state.vm_map: 23329.182613692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983030784, end = 2983051264, flags = 134217845, pgoff = 0, inode = 57392 }
+vm_state.vm_map: 23329.182615748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983051264, end = 2983055360, flags = 135266419, pgoff = 16384, inode = 57392 }
+vm_state.vm_map: 23329.182618119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983055360, end = 2983088128, flags = 134217845, pgoff = 0, inode = 57396 }
+vm_state.vm_map: 23329.182620262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983088128, end = 2983092224, flags = 135266419, pgoff = 28672, inode = 57396 }
+vm_state.vm_map: 23329.182622676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983092224, end = 2983108608, flags = 134217845, pgoff = 0, inode = 57393 }
+vm_state.vm_map: 23329.182624862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983108608, end = 2983112704, flags = 135266419, pgoff = 12288, inode = 57393 }
+vm_state.vm_map: 23329.182627133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983112704, end = 2983477248, flags = 134217845, pgoff = 0, inode = 22572 }
+vm_state.vm_map: 23329.182631653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983477248, end = 2983485440, flags = 135266419, pgoff = 364544, inode = 22572 }
+vm_state.vm_map: 23329.182634592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983485440, end = 2983682048, flags = 134217845, pgoff = 0, inode = 20024 }
+vm_state.vm_map: 23329.182636686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983682048, end = 2983690240, flags = 135266419, pgoff = 192512, inode = 20024 }
+vm_state.vm_map: 23329.182638772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983690240, end = 2983698432, flags = 1048691, pgoff = 2983690240, inode = 0 }
+vm_state.vm_map: 23329.182641410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983698432, end = 2984148992, flags = 134217845, pgoff = 0, inode = 20711 }
+vm_state.vm_map: 23329.182643577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984148992, end = 2984161280, flags = 135266419, pgoff = 450560, inode = 20711 }
+vm_state.vm_map: 23329.182645855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984161280, end = 2984177664, flags = 134217845, pgoff = 0, inode = 57389 }
+vm_state.vm_map: 23329.182648146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984177664, end = 2984181760, flags = 135266419, pgoff = 12288, inode = 57389 }
+vm_state.vm_map: 23329.182650436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984181760, end = 2984198144, flags = 134217845, pgoff = 0, inode = 18914 }
+vm_state.vm_map: 23329.182652480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984198144, end = 2984202240, flags = 135266419, pgoff = 16384, inode = 18914 }
+vm_state.vm_map: 23329.182655079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984202240, end = 2984218624, flags = 134217845, pgoff = 0, inode = 57394 }
+vm_state.vm_map: 23329.182657179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984218624, end = 2984222720, flags = 135266419, pgoff = 16384, inode = 57394 }
+vm_state.vm_map: 23329.182659445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984222720, end = 2984251392, flags = 134217845, pgoff = 0, inode = 57397 }
+vm_state.vm_map: 23329.182661433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984251392, end = 2984255488, flags = 135266419, pgoff = 24576, inode = 57397 }
+vm_state.vm_map: 23329.182664063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984255488, end = 2984382464, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 23329.182666132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984382464, end = 2984386560, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 23329.182668398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984390656, end = 2984415232, flags = 134217845, pgoff = 0, inode = 57398 }
+vm_state.vm_map: 23329.182670806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984415232, end = 2984419328, flags = 135266419, pgoff = 24576, inode = 57398 }
+vm_state.vm_map: 23329.182673029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984419328, end = 2984435712, flags = 134217845, pgoff = 0, inode = 52571 }
+vm_state.vm_map: 23329.182674955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984435712, end = 2984439808, flags = 135266419, pgoff = 12288, inode = 52571 }
+vm_state.vm_map: 23329.182677178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984439808, end = 2984452096, flags = 134217845, pgoff = 0, inode = 49489 }
+vm_state.vm_map: 23329.182679240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984452096, end = 2984456192, flags = 135266419, pgoff = 8192, inode = 49489 }
+vm_state.vm_map: 23329.182681389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984456192, end = 2984476672, flags = 134217845, pgoff = 0, inode = 52570 }
+vm_state.vm_map: 23329.182683377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984476672, end = 2984480768, flags = 135266419, pgoff = 16384, inode = 52570 }
+vm_state.vm_map: 23329.182685649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984480768, end = 2984517632, flags = 134217845, pgoff = 0, inode = 52569 }
+vm_state.vm_map: 23329.182690250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984517632, end = 2984521728, flags = 135266419, pgoff = 32768, inode = 52569 }
+vm_state.vm_map: 23329.182692676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984521728, end = 2984546304, flags = 134217845, pgoff = 0, inode = 52572 }
+vm_state.vm_map: 23329.182694837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984546304, end = 2984550400, flags = 135266419, pgoff = 20480, inode = 52572 }
+vm_state.vm_map: 23329.182697264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984550400, end = 2984570880, flags = 134217845, pgoff = 0, inode = 52568 }
+vm_state.vm_map: 23329.182699357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984570880, end = 2984574976, flags = 135266419, pgoff = 16384, inode = 52568 }
+vm_state.vm_map: 23329.182704308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984574976, end = 2984677376, flags = 134217841, pgoff = 0, inode = 98439 }
+vm_state.vm_map: 23329.182707198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984677376, end = 2984783872, flags = 134217841, pgoff = 0, inode = 254143 }
+vm_state.vm_map: 23329.182709773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984783872, end = 2992558080, flags = 134217841, pgoff = 0, inode = 249255 }
+vm_state.vm_map: 23329.182712187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2992558080, end = 2992861184, flags = 134217841, pgoff = 0, inode = 49556 }
+vm_state.vm_map: 23329.182718418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2992861184, end = 2993184768, flags = 134217841, pgoff = 0, inode = 49558 }
+vm_state.vm_map: 23329.182720893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2993184768, end = 2993283072, flags = 134217841, pgoff = 0, inode = 98501 }
+vm_state.vm_map: 23329.182723054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2993283072, end = 2993287168, flags = 1048688, pgoff = 2993283072, inode = 0 }
+vm_state.vm_map: 23329.182725197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2993287168, end = 3001675776, flags = 1048691, pgoff = 2993287168, inode = 0 }
+vm_state.vm_map: 23329.182727666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001675776, end = 3001786368, flags = 134217841, pgoff = 0, inode = 254198 }
+vm_state.vm_map: 23329.182732328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001786368, end = 3001827328, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.182734366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001827328, end = 3001831424, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.182736397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001831424, end = 3001835520, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.182738725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001835520, end = 3001872384, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.182757125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001872384, end = 3001876480, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.182759255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001876480, end = 3001880576, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.182764806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001880576, end = 3001958400, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.182766856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001958400, end = 3001962496, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.182769011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001962496, end = 3001966592, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.182771024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001966592, end = 3001974784, flags = 1048691, pgoff = 3001966592, inode = 0 }
+vm_state.vm_map: 23329.182773259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001974784, end = 3001999360, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.182775254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001999360, end = 3002003456, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.182777396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3002003456, end = 3002007552, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.182779767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3002007552, end = 3018248192, flags = 134217979, pgoff = 0, inode = 1204696 }
+vm_state.vm_map: 23329.182782039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3018248192, end = 3022544896, flags = 134217979, pgoff = 0, inode = 1204694 }
+vm_state.vm_map: 23329.182784311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022544896, end = 3022745600, flags = 134217845, pgoff = 0, inode = 124536 }
+vm_state.vm_map: 23329.182786349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022745600, end = 3022749696, flags = 135266419, pgoff = 196608, inode = 124536 }
+vm_state.vm_map: 23329.182788597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022749696, end = 3022782464, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.182790702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022782464, end = 3022786560, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.182792893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022786560, end = 3022794752, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.182794987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022794752, end = 3022798848, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.182797605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022798848, end = 3022823424, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.182799704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022823424, end = 3022827520, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.182802014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022839808, end = 3022921728, flags = 134217841, pgoff = 0, inode = 98443 }
+vm_state.vm_map: 23329.182806848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022921728, end = 3022925824, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.182809003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022925824, end = 3022950400, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.182811145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022950400, end = 3022954496, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.182813381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022954496, end = 3022958592, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.182815554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022958592, end = 3022962688, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.182817703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022962688, end = 3022966784, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.182819919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022966784, end = 3022974976, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.182822093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022974976, end = 3023007744, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.182824192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3023007744, end = 3023020032, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.182826323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3023020032, end = 3023028224, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.182828632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3023028224, end = 3023032320, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.182833849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3023032320, end = 3023896576, flags = 134217845, pgoff = 0, inode = 23975 }
+vm_state.vm_map: 23329.182835893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3023896576, end = 3023917056, flags = 135266419, pgoff = 864256, inode = 23975 }
+vm_state.vm_map: 23329.182838048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3023917056, end = 3023929344, flags = 1048691, pgoff = 3023917056, inode = 0 }
+vm_state.vm_map: 23329.182840092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
+vm_state.vm_map: 23329.182842364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024166912, end = 3024195584, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.182844598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024195584, end = 3024207872, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.182846760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024207872, end = 3024216064, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.182848934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024216064, end = 3024248832, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.182851113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024248832, end = 3024269312, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.182853336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024269312, end = 3024277504, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.182855632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024277504, end = 3024306176, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.182857855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024306176, end = 3024351232, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.182860110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024351232, end = 3024408576, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.182864728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024408576, end = 3024633856, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.182866765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024633856, end = 3024637952, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.182869056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024637952, end = 3024642048, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.182871693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024642048, end = 3024674816, flags = 134217845, pgoff = 0, inode = 1065073 }
+vm_state.vm_map: 23329.182873662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024674816, end = 3024678912, flags = 135266419, pgoff = 28672, inode = 1065073 }
+vm_state.vm_map: 23329.182880831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024678912, end = 3024740352, flags = 134217845, pgoff = 0, inode = 20901 }
+vm_state.vm_map: 23329.182882862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024740352, end = 3024744448, flags = 135266419, pgoff = 61440, inode = 20901 }
+vm_state.vm_map: 23329.182885060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024744448, end = 3024748544, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.182887271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024748544, end = 3024752640, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.182889438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024752640, end = 3024764928, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.182891827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024764928, end = 3024769024, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.182894106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024769024, end = 3024777216, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.182896156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024777216, end = 3024781312, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.182898397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024781312, end = 3024838656, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.182900731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
+vm_state.vm_map: 23329.182902732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
+vm_state.vm_map: 23329.182905220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 23329.182907381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 23329.182909345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
+vm_state.vm_map: 23329.182911333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
+vm_state.vm_map: 23329.182913543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
+vm_state.vm_map: 23329.182915562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
+vm_state.vm_map: 23329.182917656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
+vm_state.vm_map: 23329.182919841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
+vm_state.vm_map: 23329.182921935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
+vm_state.vm_map: 23329.182923897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
+vm_state.vm_map: 23329.182926004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
+vm_state.vm_map: 23329.182928109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
+vm_state.vm_map: 23329.182930054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
+vm_state.vm_map: 23329.182932197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
+vm_state.vm_map: 23329.182934344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
+vm_state.vm_map: 23329.182936377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
+vm_state.vm_map: 23329.182938914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042283520, end = 3042287616, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.182941229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042287616, end = 3042299904, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.182943601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042299904, end = 3042304000, flags = 134217845, pgoff = 0, inode = 20890 }
+vm_state.vm_map: 23329.182945804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042304000, end = 3042308096, flags = 135266419, pgoff = 0, inode = 20890 }
+vm_state.vm_map: 23329.182950540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042308096, end = 3042373632, flags = 134217845, pgoff = 0, inode = 23976 }
+vm_state.vm_map: 23329.182952572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042373632, end = 3042377728, flags = 135266419, pgoff = 65536, inode = 23976 }
+vm_state.vm_map: 23329.182954683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
+vm_state.vm_map: 23329.182956801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
+vm_state.vm_map: 23329.182958790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.182960827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
+vm_state.vm_map: 23329.182962791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.182964853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.182966891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.182968836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.182970811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.182973213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.182975288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.182977214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.182981691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
+vm_state.vm_map: 23329.182983815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
+vm_state.vm_map: 23329.182985964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
+vm_state.vm_map: 23329.182987946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.182989878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.182992070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.182994064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.182996127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.182998331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.183000418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.183002456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.183004666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
+vm_state.vm_map: 23329.183007123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.183009296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.183011335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.183013415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.183015594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.183017601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.183019707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.183021862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.183023887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
+vm_state.vm_map: 23329.183025992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
+vm_state.vm_map: 23329.183028154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
+vm_state.vm_map: 23329.183030160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.183032192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.183034421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.183036427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.183038632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.183041052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.183043182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.183045171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.183047375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
+vm_state.vm_map: 23329.183049394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.183051493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.183053593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
+vm_state.vm_map: 23329.183055803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
+vm_state.vm_map: 23329.183057730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
+vm_state.vm_map: 23329.183060027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.183062040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.183064151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
+vm_state.vm_map: 23329.183066189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
+vm_state.vm_map: 23329.183068331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
+vm_state.vm_map: 23329.183070418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
+vm_state.vm_map: 23329.183075228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
+vm_state.vm_map: 23329.183077284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
+vm_state.vm_map: 23329.183079415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
+vm_state.vm_map: 23329.183081532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
+vm_state.vm_map: 23329.183083582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
+vm_state.vm_map: 23329.183085860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
+vm_state.vm_map: 23329.183088010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
+vm_state.vm_map: 23329.183090114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
+vm_state.vm_map: 23329.183092232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.183094369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.183096443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
+vm_state.vm_map: 23329.183098543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
+vm_state.vm_map: 23329.183100759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
+vm_state.vm_map: 23329.183102797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
+vm_state.vm_map: 23329.183104909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
+vm_state.vm_map: 23329.183107100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
+vm_state.vm_map: 23329.183109397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
+vm_state.vm_map: 23329.183111367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
+vm_state.vm_map: 23329.183113429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
+vm_state.vm_map: 23329.183115535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.183117480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.183119579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.183121530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.183123617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.183125723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.183127668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.183129638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.183131823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
+vm_state.vm_map: 23329.183133873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.183135818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.183137800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.183140036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
+vm_state.vm_map: 23329.183142437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.183144506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.183146568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.183148648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.183150593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.183152632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.183154576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.183156786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.183158831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.183160818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.183162801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.183164876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.183166943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
+vm_state.vm_map: 23329.183168956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.183171086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.183173155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.183175612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
+vm_state.vm_map: 23329.183177656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
+vm_state.vm_map: 23329.183179694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
+vm_state.vm_map: 23329.183181923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
+vm_state.vm_map: 23329.183183923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
+vm_state.vm_map: 23329.183185856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
+vm_state.vm_map: 23329.183188085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
+vm_state.vm_map: 23329.183190092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
+vm_state.vm_map: 23329.183192024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
+vm_state.vm_map: 23329.183194155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
+vm_state.vm_map: 23329.183196291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.183198224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.183200403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
+vm_state.vm_map: 23329.183202601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
+vm_state.vm_map: 23329.183204608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
+vm_state.vm_map: 23329.183206738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
+vm_state.vm_map: 23329.183209245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
+vm_state.vm_map: 23329.183211270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
+vm_state.vm_map: 23329.183213351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
+vm_state.vm_map: 23329.183215512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
+vm_state.vm_map: 23329.183217865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079135232, end = 3079143424, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.183219951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079143424, end = 3079147520, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.183222057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079147520, end = 3079151616, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.183224163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.183226188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.183228379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
+vm_state.vm_map: 23329.183230485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
+vm_state.vm_map: 23329.183232627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.183234671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.183236778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.183238876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.183240920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
+vm_state.vm_map: 23329.183243383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
+vm_state.vm_map: 23329.183245501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.183247477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.183249663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.183251707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.183257264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
+vm_state.vm_map: 23329.183259419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
+vm_state.vm_map: 23329.183261691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
+vm_state.vm_map: 23329.183263858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 163319808, end = 163581952, flags = 1048691, pgoff = 163319808, inode = 0 }
+vm_state.vm_map: 23329.183266260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074785280, end = 3074826240, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.183268372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074826240, end = 3074830336, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.183270545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074830336, end = 3074834432, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.183272805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074834432, end = 3074871296, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.183274898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074871296, end = 3074875392, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.183276843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074875392, end = 3074879488, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.183282629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074879488, end = 3074957312, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.183284679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074957312, end = 3074961408, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.183286667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074961408, end = 3074965504, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.183288785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074965504, end = 3074973696, flags = 1048691, pgoff = 3074965504, inode = 0 }
+vm_state.vm_map: 23329.183291008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074973696, end = 3074998272, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.183293021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074998272, end = 3075002368, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.183295119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3075002368, end = 3075006464, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.183297398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3075006464, end = 3076337664, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.183302486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3076337664, end = 3076341760, flags = 1048691, pgoff = 3076337664, inode = 0 }
+vm_state.vm_map: 23329.183304783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3076341760, end = 3077656576, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.183306901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077656576, end = 3077664768, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.183309124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077664768, end = 3077668864, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.183311364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077668864, end = 3077685248, flags = 1048691, pgoff = 3077668864, inode = 0 }
+vm_state.vm_map: 23329.183313593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077685248, end = 3077693440, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.183315972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077693440, end = 3077697536, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.183318181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077697536, end = 3077701632, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.183320577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077701632, end = 3077918720, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 23329.183322775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077918720, end = 3077931008, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 23329.183324948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077996544, end = 3078025216, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.183326998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3078025216, end = 3078033408, flags = 1048691, pgoff = 3078025216, inode = 0 }
+vm_state.vm_map: 23329.183329085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3078033408, end = 3078037504, flags = 67371125, pgoff = 3078033408, inode = 0 }
+vm_state.vm_map: 23329.183331672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3078037504, end = 3078152192, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.183333747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3078152192, end = 3078156288, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.183335840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3078156288, end = 3078160384, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.183337798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3214131200, end = 3214217216, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.183344404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 134512640, end = 134541312, flags = 134223989, pgoff = 0, inode = 1048590 }
+vm_state.vm_map: 23329.183346565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 134541312, end = 134545408, flags = 135272563, pgoff = 24576, inode = 1048590 }
+vm_state.vm_map: 23329.183348566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 134545408, end = 134561792, flags = 1048691, pgoff = 134545408, inode = 0 }
+vm_state.vm_map: 23329.183350622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 135610368, end = 135745536, flags = 1048691, pgoff = 135610368, inode = 0 }
+vm_state.vm_map: 23329.183353395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3074928640, end = 3074957312, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.183355549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3074957312, end = 3074961408, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.183357519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3074961408, end = 3074965504, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.183359674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3074965504, end = 3075051520, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.183361965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075051520, end = 3075055616, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.183363978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075055616, end = 3075059712, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.183366170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075059712, end = 3075067904, flags = 1048691, pgoff = 3075059712, inode = 0 }
+vm_state.vm_map: 23329.183368269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075067904, end = 3075293184, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.183370565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075293184, end = 3075297280, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.183372584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075297280, end = 3075301376, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.183375098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075301376, end = 3075338240, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.183377184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075338240, end = 3075342336, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.183379358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075342336, end = 3075346432, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.183381426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075346432, end = 3075506176, flags = 1048691, pgoff = 3075346432, inode = 0 }
+vm_state.vm_map: 23329.183383834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075506176, end = 3075555328, flags = 134217845, pgoff = 0, inode = 500088 }
+vm_state.vm_map: 23329.183385767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075555328, end = 3075559424, flags = 135266419, pgoff = 45056, inode = 500088 }
+vm_state.vm_map: 23329.183388169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075559424, end = 3075608576, flags = 1048691, pgoff = 3075559424, inode = 0 }
+vm_state.vm_map: 23329.183390287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075608576, end = 3075706880, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.183392232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075706880, end = 3075710976, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.183394405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075710976, end = 3075715072, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.183396708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075768320, end = 3075805184, flags = 134217845, pgoff = 0, inode = 499730 }
+vm_state.vm_map: 23329.183398844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075805184, end = 3075809280, flags = 135266419, pgoff = 32768, inode = 499730 }
+vm_state.vm_map: 23329.183404050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075809280, end = 3075850240, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.183406217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075850240, end = 3075854336, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.183410910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075854336, end = 3075858432, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.183415670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075858432, end = 3075895296, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.183420208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075895296, end = 3075899392, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.183422265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075899392, end = 3075903488, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.183424895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075903488, end = 3075981312, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.183426840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075981312, end = 3075985408, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.183428915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075985408, end = 3075989504, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.183430866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075989504, end = 3075997696, flags = 1048691, pgoff = 3075989504, inode = 0 }
+vm_state.vm_map: 23329.183433014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075997696, end = 3076022272, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.183434953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3076022272, end = 3076026368, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.183437016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3076026368, end = 3076030464, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.183439195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3076030464, end = 3077361664, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.183441146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3077361664, end = 3077365760, flags = 1048691, pgoff = 3077361664, inode = 0 }
+vm_state.vm_map: 23329.183443246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3077365760, end = 3077373952, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.183445290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3077373952, end = 3077378048, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.183447314 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3077378048, end = 3077382144, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.183449432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3077382144, end = 3078696960, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.183451389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078696960, end = 3078705152, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.183453334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078705152, end = 3078709248, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.183455514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078709248, end = 3078725632, flags = 1048691, pgoff = 3078709248, inode = 0 }
+vm_state.vm_map: 23329.183458318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078725632, end = 3078733824, flags = 134217845, pgoff = 0, inode = 499739 }
+vm_state.vm_map: 23329.183460503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078733824, end = 3078737920, flags = 135266419, pgoff = 4096, inode = 499739 }
+vm_state.vm_map: 23329.183462972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078737920, end = 3078778880, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 23329.183465005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078778880, end = 3078782976, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 23329.183467400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078791168, end = 3078799360, flags = 134217845, pgoff = 0, inode = 17167 }
+vm_state.vm_map: 23329.183469456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078799360, end = 3078803456, flags = 135266419, pgoff = 8192, inode = 17167 }
+vm_state.vm_map: 23329.183471827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078803456, end = 3078811648, flags = 134217845, pgoff = 0, inode = 499908 }
+vm_state.vm_map: 23329.183473772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078811648, end = 3078815744, flags = 135266419, pgoff = 4096, inode = 499908 }
+vm_state.vm_map: 23329.183476291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078815744, end = 3078819840, flags = 134217845, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 23329.183478224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078819840, end = 3078823936, flags = 135266419, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 23329.183480490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078823936, end = 3078828032, flags = 134217845, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 23329.183482428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078828032, end = 3078832128, flags = 135266419, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 23329.183484843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078836224, end = 3078844416, flags = 134217845, pgoff = 0, inode = 500086 }
+vm_state.vm_map: 23329.183486782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078844416, end = 3078848512, flags = 135266419, pgoff = 4096, inode = 500086 }
+vm_state.vm_map: 23329.183489041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078848512, end = 3078860800, flags = 134217845, pgoff = 0, inode = 500089 }
+vm_state.vm_map: 23329.183490980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078860800, end = 3078864896, flags = 135266419, pgoff = 8192, inode = 500089 }
+vm_state.vm_map: 23329.183496334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078864896, end = 3078868992, flags = 134217845, pgoff = 0, inode = 499772 }
+vm_state.vm_map: 23329.183498402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078868992, end = 3078873088, flags = 135266419, pgoff = 0, inode = 499772 }
+vm_state.vm_map: 23329.183500471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078877184, end = 3078885376, flags = 1048691, pgoff = 3078877184, inode = 0 }
+vm_state.vm_map: 23329.183502539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078885376, end = 3078889472, flags = 67371125, pgoff = 3078885376, inode = 0 }
+vm_state.vm_map: 23329.183504620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078889472, end = 3079004160, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.183506806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3079004160, end = 3079008256, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.183508831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3079008256, end = 3079012352, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.183510936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3220340736, end = 3220426752, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.183513455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
+vm_state.vm_map: 23329.183515512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
+vm_state.vm_map: 23329.183517568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
+vm_state.vm_map: 23329.183519748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 142737408, end = 142987264, flags = 1048691, pgoff = 142737408, inode = 0 }
+vm_state.vm_map: 23329.183521909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074293760, end = 3074334720, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.183540944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074334720, end = 3074338816, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.183543414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074338816, end = 3074342912, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.183546063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074342912, end = 3074379776, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.183548242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074379776, end = 3074383872, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.183550403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074383872, end = 3074387968, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.183552669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074387968, end = 3074465792, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.183554787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074465792, end = 3074469888, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.183556880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074469888, end = 3074473984, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.183558887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074473984, end = 3074482176, flags = 1048691, pgoff = 3074473984, inode = 0 }
+vm_state.vm_map: 23329.183561017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074482176, end = 3074506752, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.183563117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074506752, end = 3074510848, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.183565117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074510848, end = 3074514944, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.183567254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074514944, end = 3075846144, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.183569433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3075846144, end = 3075850240, flags = 1048691, pgoff = 3075846144, inode = 0 }
+vm_state.vm_map: 23329.183571693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3075850240, end = 3077165056, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.183573774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077165056, end = 3077173248, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.183576059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077173248, end = 3077177344, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.183578220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077177344, end = 3077193728, flags = 1048691, pgoff = 3077177344, inode = 0 }
+vm_state.vm_map: 23329.183580844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077193728, end = 3077201920, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.183582973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077201920, end = 3077206016, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.183585018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077206016, end = 3077210112, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.183587179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077210112, end = 3077427200, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 23329.183589277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077427200, end = 3077439488, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 23329.183591464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077505024, end = 3077533696, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.183593618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077533696, end = 3077541888, flags = 1048691, pgoff = 3077533696, inode = 0 }
+vm_state.vm_map: 23329.183595675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077541888, end = 3077545984, flags = 67371125, pgoff = 3077541888, inode = 0 }
+vm_state.vm_map: 23329.183597928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077545984, end = 3077660672, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.183603565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077660672, end = 3077664768, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.183605727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077664768, end = 3077668864, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.183607845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3220750336, end = 3220836352, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.183610678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3073134592, end = 3073925120, flags = 1048691, pgoff = 3074293760, inode = 0 }
+vm_state.vm_map: 23329.183615698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074428928, end = 3074449408, flags = 134217845, pgoff = 0, inode = 508374 }
+vm_state.vm_map: 23329.183618094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074449408, end = 3074453504, flags = 135266417, pgoff = 16384, inode = 508374 }
+vm_state.vm_map: 23329.183620150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074453504, end = 3074457600, flags = 135266419, pgoff = 20480, inode = 508374 }
+vm_state.vm_map: 23329.183622428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074457600, end = 3074498560, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.183624478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074498560, end = 3074502656, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.183626640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074502656, end = 3074506752, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.183628869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074506752, end = 3074543616, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.183630863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074543616, end = 3074547712, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.183633043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074547712, end = 3074551808, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.183635290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074551808, end = 3074576384, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.183637377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074576384, end = 3074580480, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.183639409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074580480, end = 3074584576, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.183641514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074584576, end = 3074592768, flags = 1048691, pgoff = 3074584576, inode = 0 }
+vm_state.vm_map: 23329.183643768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074592768, end = 3074678784, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.183645799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074678784, end = 3074682880, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.183647818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074682880, end = 3074686976, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.183652702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074686976, end = 3074695168, flags = 1048691, pgoff = 3074686976, inode = 0 }
+vm_state.vm_map: 23329.183657519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074695168, end = 3074703360, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 23329.183659568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074703360, end = 3074707456, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 23329.183661617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074707456, end = 3074711552, flags = 1048691, pgoff = 3074707456, inode = 0 }
+vm_state.vm_map: 23329.183663835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074711552, end = 3074736128, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 23329.183665904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074736128, end = 3074740224, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 23329.183668213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074740224, end = 3074748416, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.183670170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074748416, end = 3074752512, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.183672318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074752512, end = 3074756608, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.183674386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074756608, end = 3076071424, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.183676461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076071424, end = 3076079616, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.183678511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076079616, end = 3076083712, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.183680556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076083712, end = 3076096000, flags = 1048691, pgoff = 3076083712, inode = 0 }
+vm_state.vm_map: 23329.183682771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076096000, end = 3076104192, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 23329.183684748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076104192, end = 3076108288, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 23329.183687347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076108288, end = 3076268032, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 23329.183689341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076268032, end = 3076272128, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 23329.183691521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076272128, end = 3076276224, flags = 1048691, pgoff = 3076272128, inode = 0 }
+vm_state.vm_map: 23329.183693639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076276224, end = 3076935680, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 23329.183797247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076935680, end = 3076960256, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 23329.183799457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076960256, end = 3077124096, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 23329.183801563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077124096, end = 3077128192, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 23329.183803792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077128192, end = 3077165056, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.183805897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077165056, end = 3077169152, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.183808052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077169152, end = 3077173248, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.183810133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077173248, end = 3077332992, flags = 1048691, pgoff = 3077173248, inode = 0 }
+vm_state.vm_map: 23329.183812381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077332992, end = 3077410816, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.183814418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077410816, end = 3077414912, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.183816598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077414912, end = 3077419008, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.183818679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077419008, end = 3077427200, flags = 1048691, pgoff = 3077419008, inode = 0 }
+vm_state.vm_map: 23329.183820925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077427200, end = 3077505024, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.183823494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077505024, end = 3077509120, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.183825798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077509120, end = 3077517312, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.183827890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077517312, end = 3077521408, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.183830028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077521408, end = 3077525504, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.183832126 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077525504, end = 3077529600, flags = 1048691, pgoff = 3077525504, inode = 0 }
+vm_state.vm_map: 23329.183834541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077529600, end = 3078832128, flags = 134217845, pgoff = 0, inode = 33850 }
+vm_state.vm_map: 23329.183836504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3078832128, end = 3078926336, flags = 135266419, pgoff = 1302528, inode = 33850 }
+vm_state.vm_map: 23329.183838665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3078926336, end = 3078938624, flags = 1048691, pgoff = 3078926336, inode = 0 }
+vm_state.vm_map: 23329.183840807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3078938624, end = 3079008256, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.183842814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079008256, end = 3079012352, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.183844926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079012352, end = 3079016448, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.183847013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079016448, end = 3079024640, flags = 1048691, pgoff = 3079016448, inode = 0 }
+vm_state.vm_map: 23329.183848982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079118848, end = 3079127040, flags = 1048691, pgoff = 3079118848, inode = 0 }
+vm_state.vm_map: 23329.183851174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079127040, end = 3079131136, flags = 67371125, pgoff = 3079127040, inode = 0 }
+vm_state.vm_map: 23329.183853366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079131136, end = 3079245824, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.183855503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079245824, end = 3079249920, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.183857973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079249920, end = 3079254016, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.183864048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079254016, end = 3079565312, flags = 134223989, pgoff = 0, inode = 19234 }
+vm_state.vm_map: 23329.183866203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079565312, end = 3079569408, flags = 135272561, pgoff = 311296, inode = 19234 }
+vm_state.vm_map: 23329.183868192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079569408, end = 3079573504, flags = 135272563, pgoff = 315392, inode = 19234 }
+vm_state.vm_map: 23329.183870353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079573504, end = 3079585792, flags = 1048691, pgoff = 3079573504, inode = 0 }
+vm_state.vm_map: 23329.183872514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3088822272, end = 3089399808, flags = 1048691, pgoff = 3088822272, inode = 0 }
+vm_state.vm_map: 23329.183874440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3215134720, end = 3215220736, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.183877546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3070738432, end = 3071627264, flags = 1048691, pgoff = 3071631360, inode = 0 }
+vm_state.vm_map: 23329.183879645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073454080, end = 3073474560, flags = 134217845, pgoff = 0, inode = 508374 }
+vm_state.vm_map: 23329.183881763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073474560, end = 3073478656, flags = 135266417, pgoff = 16384, inode = 508374 }
+vm_state.vm_map: 23329.183884042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073478656, end = 3073482752, flags = 135266419, pgoff = 20480, inode = 508374 }
+vm_state.vm_map: 23329.183886159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073482752, end = 3073523712, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.183888117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073523712, end = 3073527808, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.183890426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073527808, end = 3073531904, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.183892637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073531904, end = 3073568768, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.183895105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073568768, end = 3073572864, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.183897347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073572864, end = 3073576960, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.183899465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073576960, end = 3073601536, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.183901404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073601536, end = 3073605632, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.183903490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073605632, end = 3073609728, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.183905795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073609728, end = 3073617920, flags = 1048691, pgoff = 3073609728, inode = 0 }
+vm_state.vm_map: 23329.183908103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073617920, end = 3073703936, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.183910140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073703936, end = 3073708032, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.183912105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073708032, end = 3073712128, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.183914407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073712128, end = 3073720320, flags = 1048691, pgoff = 3073712128, inode = 0 }
+vm_state.vm_map: 23329.183916494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073720320, end = 3073728512, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 23329.183918433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073728512, end = 3073732608, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 23329.183920366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073732608, end = 3073736704, flags = 1048691, pgoff = 3073732608, inode = 0 }
+vm_state.vm_map: 23329.183922625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073736704, end = 3073761280, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 23329.183924861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073761280, end = 3073765376, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 23329.183927046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073765376, end = 3073773568, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.183929590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073773568, end = 3073777664, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.183931696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073777664, end = 3073781760, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.183933808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073781760, end = 3075096576, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.183935753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075096576, end = 3075104768, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.183937698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075104768, end = 3075108864, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.183939859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075108864, end = 3075121152, flags = 1048691, pgoff = 3075108864, inode = 0 }
+vm_state.vm_map: 23329.183942224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075121152, end = 3075129344, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 23329.183944434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075129344, end = 3075133440, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 23329.183946521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075133440, end = 3075293184, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 23329.183948688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075293184, end = 3075297280, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 23329.183950831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075297280, end = 3075301376, flags = 1048691, pgoff = 3075297280, inode = 0 }
+vm_state.vm_map: 23329.183952992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075301376, end = 3075960832, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 23329.183955023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075960832, end = 3075985408, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 23329.183957308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075985408, end = 3076149248, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 23329.183959339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076149248, end = 3076153344, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 23329.183961396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076153344, end = 3076190208, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.183963661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076190208, end = 3076194304, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.183965854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076194304, end = 3076198400, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.183967779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076198400, end = 3076358144, flags = 1048691, pgoff = 3076198400, inode = 0 }
+vm_state.vm_map: 23329.183969941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076358144, end = 3076435968, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.183971984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076435968, end = 3076440064, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.183974244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076440064, end = 3076444160, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.183976177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076444160, end = 3076452352, flags = 1048691, pgoff = 3076444160, inode = 0 }
+vm_state.vm_map: 23329.183978208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076452352, end = 3076530176, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.183980270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076530176, end = 3076534272, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.183982450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076534272, end = 3076542464, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.183984395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076542464, end = 3076546560, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.183986327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076546560, end = 3076550656, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.183988254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076550656, end = 3076554752, flags = 1048691, pgoff = 3076550656, inode = 0 }
+vm_state.vm_map: 23329.183990471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076554752, end = 3077857280, flags = 134217845, pgoff = 0, inode = 33850 }
+vm_state.vm_map: 23329.183992570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3077857280, end = 3077951488, flags = 135266419, pgoff = 1302528, inode = 33850 }
+vm_state.vm_map: 23329.183994496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3077951488, end = 3077963776, flags = 1048691, pgoff = 3077951488, inode = 0 }
+vm_state.vm_map: 23329.183996892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3077963776, end = 3078033408, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.183999035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078033408, end = 3078037504, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.184001072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078037504, end = 3078041600, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.184003011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078041600, end = 3078049792, flags = 1048691, pgoff = 3078041600, inode = 0 }
+vm_state.vm_map: 23329.184004938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078144000, end = 3078152192, flags = 1048691, pgoff = 3078144000, inode = 0 }
+vm_state.vm_map: 23329.184007000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078152192, end = 3078156288, flags = 67371125, pgoff = 3078152192, inode = 0 }
+vm_state.vm_map: 23329.184009198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078156288, end = 3078270976, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.184011155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078270976, end = 3078275072, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.184013224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078275072, end = 3078279168, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.184015459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078279168, end = 3078590464, flags = 134223989, pgoff = 0, inode = 19234 }
+vm_state.vm_map: 23329.184017385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078590464, end = 3078594560, flags = 135272561, pgoff = 311296, inode = 19234 }
+vm_state.vm_map: 23329.184019318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078594560, end = 3078598656, flags = 135272563, pgoff = 315392, inode = 19234 }
+vm_state.vm_map: 23329.184021245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078598656, end = 3078610944, flags = 1048691, pgoff = 3078598656, inode = 0 }
+vm_state.vm_map: 23329.184023461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3103694848, end = 3104108544, flags = 1048691, pgoff = 3103694848, inode = 0 }
+vm_state.vm_map: 23329.184025449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3214385152, end = 3214471168, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.184028271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 18385 }
+vm_state.vm_map: 23329.184030655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 134545408, end = 134549504, flags = 135272563, pgoff = 28672, inode = 18385 }
+vm_state.vm_map: 23329.184032884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 134549504, end = 134553600, flags = 1048691, pgoff = 134549504, inode = 0 }
+vm_state.vm_map: 23329.184034866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 161918976, end = 162054144, flags = 1048691, pgoff = 161918976, inode = 0 }
+vm_state.vm_map: 23329.184036927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074125824, end = 3074211840, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.184038861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074211840, end = 3074215936, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.184041096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074215936, end = 3074220032, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.184043435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074220032, end = 3074228224, flags = 1048691, pgoff = 3074220032, inode = 0 }
+vm_state.vm_map: 23329.184045732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074228224, end = 3074453504, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.184050567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074453504, end = 3074457600, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.184052758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074457600, end = 3074461696, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.184054907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074461696, end = 3074465792, flags = 1048691, pgoff = 3074461696, inode = 0 }
+vm_state.vm_map: 23329.184057113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074465792, end = 3074494464, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.184059297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074494464, end = 3074531328, flags = 134217845, pgoff = 0, inode = 499730 }
+vm_state.vm_map: 23329.184061372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074531328, end = 3074535424, flags = 135266419, pgoff = 32768, inode = 499730 }
+vm_state.vm_map: 23329.184063780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074535424, end = 3074551808, flags = 134217845, pgoff = 0, inode = 500096 }
+vm_state.vm_map: 23329.184066194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074551808, end = 3074555904, flags = 135266419, pgoff = 12288, inode = 500096 }
+vm_state.vm_map: 23329.184068374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074555904, end = 3074592768, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.184070325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074592768, end = 3074596864, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.184072381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074596864, end = 3074600960, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.184074456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074600960, end = 3074760704, flags = 1048691, pgoff = 3074600960, inode = 0 }
+vm_state.vm_map: 23329.184076654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074760704, end = 3074809856, flags = 134217845, pgoff = 0, inode = 500088 }
+vm_state.vm_map: 23329.184078723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074809856, end = 3074813952, flags = 135266419, pgoff = 45056, inode = 500088 }
+vm_state.vm_map: 23329.184080785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074813952, end = 3074863104, flags = 1048691, pgoff = 3074813952, inode = 0 }
+vm_state.vm_map: 23329.184083181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074863104, end = 3074904064, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.184085181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074904064, end = 3074908160, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.184087169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074908160, end = 3074912256, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.184089361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074912256, end = 3074990080, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.184091535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074990080, end = 3074994176, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.184093708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074994176, end = 3074998272, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.184095777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074998272, end = 3075006464, flags = 1048691, pgoff = 3074998272, inode = 0 }
+vm_state.vm_map: 23329.184097882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075006464, end = 3075035136, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.184100420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075035136, end = 3075039232, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.184102470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075039232, end = 3075043328, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.184104600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075043328, end = 3075051520, flags = 134217845, pgoff = 0, inode = 17167 }
+vm_state.vm_map: 23329.184106693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075051520, end = 3075055616, flags = 135266419, pgoff = 8192, inode = 17167 }
+vm_state.vm_map: 23329.184109021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075055616, end = 3075063808, flags = 134217845, pgoff = 0, inode = 499908 }
+vm_state.vm_map: 23329.184111127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075063808, end = 3075067904, flags = 135266419, pgoff = 4096, inode = 499908 }
+vm_state.vm_map: 23329.184113263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075067904, end = 3075080192, flags = 134217845, pgoff = 0, inode = 500089 }
+vm_state.vm_map: 23329.184115411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075080192, end = 3075084288, flags = 135266419, pgoff = 8192, inode = 500089 }
+vm_state.vm_map: 23329.184117653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075084288, end = 3075088384, flags = 134217845, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 23329.184119839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075088384, end = 3075092480, flags = 135266419, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 23329.184122098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075092480, end = 3075096576, flags = 134217845, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 23329.184124043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075096576, end = 3075100672, flags = 135266419, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 23329.184126377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075100672, end = 3076431872, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.184128402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3076431872, end = 3076435968, flags = 1048691, pgoff = 3076431872, inode = 0 }
+vm_state.vm_map: 23329.184130841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3076435968, end = 3076444160, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.184132811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3076444160, end = 3076448256, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.184135429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3076448256, end = 3076452352, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.184137794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3076452352, end = 3077767168, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.184140023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077767168, end = 3077775360, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.184142097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077775360, end = 3077779456, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.184144277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077779456, end = 3077795840, flags = 1048691, pgoff = 3077779456, inode = 0 }
+vm_state.vm_map: 23329.184146561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077795840, end = 3077894144, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.184148790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077894144, end = 3077898240, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.184150766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077898240, end = 3077902336, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.184153174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077902336, end = 3077943296, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 23329.184155218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077943296, end = 3077947392, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 23329.184157441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077951488, end = 3077988352, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.184159454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077988352, end = 3077992448, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.184161553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077992448, end = 3077996544, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.184163782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077996544, end = 3078021120, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.184165888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3078021120, end = 3078025216, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.184167907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3078025216, end = 3078029312, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.184170389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3078033408, end = 3078049792, flags = 1048691, pgoff = 3078033408, inode = 0 }
+vm_state.vm_map: 23329.184172495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3078049792, end = 3078053888, flags = 67371125, pgoff = 3078049792, inode = 0 }
+vm_state.vm_map: 23329.184174724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3078053888, end = 3078168576, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.184176804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3078168576, end = 3078172672, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.184178990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3078172672, end = 3078176768, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.184181014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3219382272, end = 3219468288, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.184184239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 134512640, end = 135254016, flags = 134223989, pgoff = 0, inode = 20038 }
+vm_state.vm_map: 23329.184186369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 135254016, end = 135270400, flags = 135272563, pgoff = 741376, inode = 20038 }
+vm_state.vm_map: 23329.184188487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 135270400, end = 135282688, flags = 1048691, pgoff = 135270400, inode = 0 }
+vm_state.vm_map: 23329.184190684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 159780864, end = 159916032, flags = 1048691, pgoff = 159780864, inode = 0 }
+vm_state.vm_map: 23329.184192863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073626112, end = 3073667072, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.184194926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073667072, end = 3073671168, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.184197087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073671168, end = 3073675264, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.184199291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073675264, end = 3073712128, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.184201347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073712128, end = 3073716224, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.184203596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073716224, end = 3073720320, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.184206028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073720320, end = 3073744896, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.184207966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073744896, end = 3073748992, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.184210023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073748992, end = 3073753088, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.184212190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073753088, end = 3073757184, flags = 1048691, pgoff = 3073753088, inode = 0 }
+vm_state.vm_map: 23329.184214252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073757184, end = 3073769472, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 23329.184216277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073769472, end = 3073773568, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 23329.184218321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073773568, end = 3073777664, flags = 1048691, pgoff = 3073773568, inode = 0 }
+vm_state.vm_map: 23329.184220550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073777664, end = 3074240512, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 23329.184222600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074240512, end = 3074252800, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 23329.184224885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074252800, end = 3074330624, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.184226867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074330624, end = 3074334720, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.184229232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074334720, end = 3074396160, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 23329.184231220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074396160, end = 3074400256, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 23329.184233362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074400256, end = 3074486272, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.184235338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074486272, end = 3074490368, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.184237592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074490368, end = 3074494464, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.184239988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074494464, end = 3074502656, flags = 1048691, pgoff = 3074494464, inode = 0 }
+vm_state.vm_map: 23329.184242198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074502656, end = 3075817472, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.184244248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3075817472, end = 3075825664, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.184246403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3075825664, end = 3075829760, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.184248509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3075829760, end = 3075846144, flags = 1048691, pgoff = 3075829760, inode = 0 }
+vm_state.vm_map: 23329.184250582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3075846144, end = 3076038656, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.184252584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3076038656, end = 3076042752, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.184254942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3076042752, end = 3076648960, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 23329.184256955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3076648960, end = 3076665344, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 23329.184259401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3076665344, end = 3078119424, flags = 134217845, pgoff = 0, inode = 17110 }
+vm_state.vm_map: 23329.184261456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078119424, end = 3078131712, flags = 135266419, pgoff = 1454080, inode = 17110 }
+vm_state.vm_map: 23329.184263567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078131712, end = 3078139904, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.184265662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078139904, end = 3078144000, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.184267748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078144000, end = 3078148096, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.184270076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078148096, end = 3078295552, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.184272244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078295552, end = 3078299648, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.184274509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078299648, end = 3078303744, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.184276725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078303744, end = 3078340608, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.184278899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078340608, end = 3078344704, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.184281023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078344704, end = 3078348800, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.184283233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078348800, end = 3078512640, flags = 1048691, pgoff = 3078348800, inode = 0 }
+vm_state.vm_map: 23329.184285604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078512640, end = 3078590464, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.184287648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078590464, end = 3078594560, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.184289852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078594560, end = 3078598656, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.184292026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078598656, end = 3078606848, flags = 1048691, pgoff = 3078598656, inode = 0 }
+vm_state.vm_map: 23329.184294144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078606848, end = 3078676480, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.184296255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078676480, end = 3078680576, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.184298342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078680576, end = 3078684672, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.184300615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078684672, end = 3078692864, flags = 1048691, pgoff = 3078684672, inode = 0 }
+vm_state.vm_map: 23329.184302794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078754304, end = 3078774784, flags = 134217845, pgoff = 0, inode = 508374 }
+vm_state.vm_map: 23329.184304887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078774784, end = 3078778880, flags = 135266417, pgoff = 16384, inode = 508374 }
+vm_state.vm_map: 23329.184307036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078778880, end = 3078782976, flags = 135266419, pgoff = 20480, inode = 508374 }
+vm_state.vm_map: 23329.184309426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078782976, end = 3078795264, flags = 1048691, pgoff = 3078782976, inode = 0 }
+vm_state.vm_map: 23329.184311420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078795264, end = 3078799360, flags = 67371125, pgoff = 3078795264, inode = 0 }
+vm_state.vm_map: 23329.184313587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078799360, end = 3078914048, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.184315724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078914048, end = 3078918144, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.184317755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078918144, end = 3078922240, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.184319953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3214393344, end = 3214921728, flags = 1048947, pgoff = 3220697088, inode = 0 }
+vm_state.vm_map: 23329.184322553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073204224, end = 3073224704, flags = 134217845, pgoff = 0, inode = 508374 }
+vm_state.vm_map: 23329.184327412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073224704, end = 3073228800, flags = 135266417, pgoff = 16384, inode = 508374 }
+vm_state.vm_map: 23329.184329580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073228800, end = 3073232896, flags = 135266419, pgoff = 20480, inode = 508374 }
+vm_state.vm_map: 23329.184331821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073232896, end = 3073273856, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.184333950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073273856, end = 3073277952, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.184336112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073277952, end = 3073282048, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.184338440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073282048, end = 3073318912, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.184340620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073318912, end = 3073323008, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.184342804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073323008, end = 3073327104, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.184345399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073327104, end = 3073351680, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.184347497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073351680, end = 3073355776, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.184349547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073355776, end = 3073359872, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.184351566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073359872, end = 3073368064, flags = 1048691, pgoff = 3073359872, inode = 0 }
+vm_state.vm_map: 23329.184353882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073368064, end = 3073454080, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.184355889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073454080, end = 3073458176, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.184358056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073458176, end = 3073462272, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.184360118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073462272, end = 3073470464, flags = 1048691, pgoff = 3073462272, inode = 0 }
+vm_state.vm_map: 23329.184362291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073470464, end = 3073478656, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 23329.184364286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073478656, end = 3073482752, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 23329.184366521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073482752, end = 3073486848, flags = 1048691, pgoff = 3073482752, inode = 0 }
+vm_state.vm_map: 23329.184368750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073486848, end = 3073511424, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 23329.184370954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073511424, end = 3073515520, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 23329.184375517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073515520, end = 3073523712, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.184377691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073523712, end = 3073527808, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.184380198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073527808, end = 3073531904, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.184382451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073531904, end = 3074846720, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.184384662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3074846720, end = 3074854912, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.184386829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3074854912, end = 3074859008, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.184389003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3074859008, end = 3074871296, flags = 1048691, pgoff = 3074859008, inode = 0 }
+vm_state.vm_map: 23329.184391077 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3074871296, end = 3074879488, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 23329.184393195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3074879488, end = 3074883584, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 23329.184395412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3074883584, end = 3075043328, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 23329.184397598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075043328, end = 3075047424, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 23329.184399752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075047424, end = 3075051520, flags = 1048691, pgoff = 3075047424, inode = 0 }
+vm_state.vm_map: 23329.184401956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075051520, end = 3075710976, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 23329.184404067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075710976, end = 3075735552, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 23329.184406247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075735552, end = 3075899392, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 23329.184408260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075899392, end = 3075903488, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 23329.184410471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075903488, end = 3075940352, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.184412502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075940352, end = 3075944448, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.184414848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075944448, end = 3075948544, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.184417134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075948544, end = 3076108288, flags = 1048691, pgoff = 3075948544, inode = 0 }
+vm_state.vm_map: 23329.184419431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076108288, end = 3076186112, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.184421487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076186112, end = 3076190208, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.184423611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076190208, end = 3076194304, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.184425703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076194304, end = 3076202496, flags = 1048691, pgoff = 3076194304, inode = 0 }
+vm_state.vm_map: 23329.184427877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076202496, end = 3076280320, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.184430161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076280320, end = 3076284416, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.184432415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076284416, end = 3076292608, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.184434527 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076292608, end = 3076296704, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.184436558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076296704, end = 3076300800, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.184438583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076300800, end = 3076304896, flags = 1048691, pgoff = 3076300800, inode = 0 }
+vm_state.vm_map: 23329.184440899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076304896, end = 3077607424, flags = 134217845, pgoff = 0, inode = 33850 }
+vm_state.vm_map: 23329.184442850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077607424, end = 3077701632, flags = 135266419, pgoff = 1302528, inode = 33850 }
+vm_state.vm_map: 23329.184445036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077701632, end = 3077713920, flags = 1048691, pgoff = 3077701632, inode = 0 }
+vm_state.vm_map: 23329.184447184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077713920, end = 3077783552, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.184449759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077783552, end = 3077787648, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.184451803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077787648, end = 3077791744, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.184453989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077791744, end = 3077799936, flags = 1048691, pgoff = 3077791744, inode = 0 }
+vm_state.vm_map: 23329.184456014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077894144, end = 3077902336, flags = 1048691, pgoff = 3077894144, inode = 0 }
+vm_state.vm_map: 23329.184458083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077902336, end = 3077906432, flags = 67371125, pgoff = 3077902336, inode = 0 }
+vm_state.vm_map: 23329.184460225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077906432, end = 3078021120, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.184462337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3078021120, end = 3078025216, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.184463552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3078025216, end = 3078029312, flags = 135268467, pgoff = 114688, inode = 499899 }
+kernel.irq_entry: 23329.184489626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 23329.184504105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { jiffies = 4297269589, xtime_sec = 1264196274, xtime_nsec = 637522008, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.184516146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.irq_exit: 23329.184543517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 23329.184582620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 23329.184593228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302294, function = 0xc141d458, data = 0 }
+kernel.timer_set: 23329.184598865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302294, function = 0xc14b0234, data = 0 }
+kernel.softirq_exit: 23329.184601137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.sched_schedule: 23329.184611850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { prev_pid = 16927, next_pid = 2336, prev_state = 0 }
+kernel.syscall_entry: 23329.184995897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.185000139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.185004991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.185009603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
+kernel.sched_try_wakeup: 23329.185034629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { pid = 1989, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.185043705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 0 }
+fs.select: 23329.185200173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185203131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185205143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185209898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185211880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185213998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185216134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185218246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185220246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185222266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185224197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185226192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185228383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185230501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185232440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185234331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185237133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185239047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185241400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185243338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185245252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185247352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185249599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185251476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185253415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185255181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185257293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185259293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185261362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185263264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185265523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185267691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185270031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185271908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185273933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559328907 }
+fs.select: 23329.185276175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559328907 }
+mm.page_free: 23329.185284992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 197942, order = 0 }
+kernel.syscall_exit: 23329.185290987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.185301872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.185304138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 23329.185311702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.185315796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.185318631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.185325965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.185333924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.185335523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 4096 }
+kernel.syscall_entry: 23329.185557305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.185561763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 2652, fd = 48 }
+kernel.syscall_exit: 23329.185563133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 2652 }
+kernel.syscall_entry: 23329.185835347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.185840095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4076, fd = 48 }
+kernel.syscall_exit: 23329.185841417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 4076 }
+kernel.syscall_entry: 23329.186455987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.186460260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 3548, fd = 48 }
+kernel.syscall_exit: 23329.186461575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 3548 }
+kernel.irq_entry: 23329.186673047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.sched_try_wakeup: 23329.186686817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { pid = 4081, cpu_id = 0, state = 1 }
+kernel.irq_exit: 23329.186712693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.syscall_entry: 23329.186716126 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+kernel.sched_schedule: 23329.186723616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 4081, prev_state = 0 }
+fs.pollfd: 23329.186926522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { fd = 3 }
+fs.pollfd: 23329.186929337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { fd = 57 }
+fs.pollfd: 23329.186932109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { fd = 148 }
+fs.pollfd: 23329.186934054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { fd = 150 }
+fs.pollfd: 23329.186935889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { fd = 151 }
+fs.pollfd: 23329.186937636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { fd = 152 }
+fs.pollfd: 23329.186939513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { fd = 142 }
+kernel.syscall_exit: 23329.186943928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.186962803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 23329.186965810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.186987316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.186990496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 23329.186991737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.186997374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 23329.187000172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.187008185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.187010119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.187011631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 57 }
+fs.pollfd: 23329.187013002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 148 }
+fs.pollfd: 23329.187014361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 150 }
+fs.pollfd: 23329.187015650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 151 }
+fs.pollfd: 23329.187016910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 152 }
+fs.pollfd: 23329.187018268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 142 }
+kernel.syscall_exit: 23329.187019695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.187030377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.187032389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 23329.187033624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.187037934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 23329.187040287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.187044732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.187046400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.187047801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 57 }
+fs.pollfd: 23329.187049153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 148 }
+fs.pollfd: 23329.187050462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 150 }
+fs.pollfd: 23329.187051771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 151 }
+fs.pollfd: 23329.187053056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 152 }
+fs.pollfd: 23329.187054334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 142 }
+kernel.syscall_exit: 23329.187055717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.187089417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.187091862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 23329.187093122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.187097024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 23329.187099370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.187104563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.187106310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.187107786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 57 }
+fs.pollfd: 23329.187109151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 148 }
+fs.pollfd: 23329.187110497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 150 }
+fs.pollfd: 23329.187111874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 151 }
+fs.pollfd: 23329.187113201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 152 }
+fs.pollfd: 23329.187114516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 142 }
+kernel.syscall_exit: 23329.187115924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.187119444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 23329.187121710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.187129780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.187131811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 23329.187133034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.187136646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 23329.187139369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.187145271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.187149673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.187151581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 57 }
+fs.pollfd: 23329.187153162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 148 }
+fs.pollfd: 23329.187154668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 150 }
+fs.pollfd: 23329.187156132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 151 }
+fs.pollfd: 23329.187157584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 152 }
+fs.pollfd: 23329.187159059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 142 }
+kernel.sched_schedule: 23329.187170444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 4081, next_pid = 2336, prev_state = 1 }
+fs.writev: 23329.187288000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 23329.187290211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 23312 }
+kernel.syscall_entry: 23329.187948985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.187952665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.187955115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 23329.187957012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 23329.187958426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 23329.187960519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 23329.187966712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 23329.187968761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 23329.187971756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 23329.187973806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 23329.187976578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
+kernel.syscall_exit: 23329.187978887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.187994262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.187996083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+kernel.syscall_exit: 23329.187998942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
+kernel.syscall_entry: 23329.188002443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
+fs.writev: 23329.188024159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
+kernel.syscall_exit: 23329.188025913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 15008 }
+kernel.syscall_entry: 23329.188030976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.188033291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.188034514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.188042361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.188044233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.188045430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.188050233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.188053797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.188058482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
+fs.pollfd: 23329.188062428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.188064305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 23329.188065892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 23329.188067380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 23329.188068880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 23329.188071653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 23329.188073215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 23329.188075333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 23329.188076833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 23329.188078982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
+kernel.sched_schedule: 23329.188089917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+kernel.sched_try_wakeup: 23329.188251324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+fs.read: 23329.188264321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 8940, fd = 48 }
+kernel.syscall_exit: 23329.188265872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 8940 }
+kernel.syscall_entry: 23329.188288519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.188293323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 12080, fd = 48 }
+kernel.syscall_exit: 23329.188294650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 12080 }
+kernel.syscall_entry: 23329.188382390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.188386088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 152, fd = 48 }
+kernel.syscall_exit: 23329.188387428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 152 }
+kernel.syscall_entry: 23329.188402155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.188410329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 12080, fd = 48 }
+kernel.syscall_exit: 23329.188411681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 2776 }
+kernel.irq_entry: 23329.189681249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3078487783, handler = 0x0, irq_id = 239, kernel_mode = 0 }
+kernel.sched_try_wakeup: 23329.189830664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { pid = 8996, cpu_id = 0, state = 1 }
+kernel.irq_exit: 23329.189941961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.sched_schedule: 23329.190011797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { prev_pid = 1989, next_pid = 8996, prev_state = 0 }
+kernel.syscall_exit: 23329.190495671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = -110 }
+kernel.syscall_entry: 23329.190549572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 240 [syscall 240] }
+kernel.syscall_exit: 23329.190574055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.190599577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.190641220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.190673937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 23329.190708057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.190727095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.190755594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.190770888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.190795687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.190810429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
+kernel.syscall_exit: 23329.190833155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.190850734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.190869667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.190880548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 240 [syscall 240] }
+kernel.sched_schedule: 23329.190934439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 8996, next_pid = 2336, prev_state = 1 }
+fs.pollfd: 23329.191069074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.191081597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 23329.191092024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 23329.191099592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 23329.191107290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 23329.191125047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 23329.191132384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 23329.191140922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 23329.191148199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 23329.191156466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
+kernel.sched_schedule: 23329.191177315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
+kernel.irq_entry: 23329.194515191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3078487776, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 0 }
+kernel.irq_entry: 23329.194549558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3238425739, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 23329.194578434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { jiffies = 4297269590, xtime_sec = 1264196274, xtime_nsec = 637522009, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.194612241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.irq_exit: 23329.194671072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { handled = 1 }
+block.rq_complete_fs: 23329.194723412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { hard_sector = 45387462, rw = 0, errors = 0 }
+kernel.sched_try_wakeup: 23329.194761808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { pid = 16834, cpu_id = 0, state = 2 }
+kernel.timer_set: 23329.194801489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { expires = 2302295, function = 0xc141b0a5, data = 4136835584 }
+kernel.irq_exit: 23329.194820067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 23329.194831167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 23329.194851268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { expires = 2302295, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 23329.194858734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+kernel.sched_schedule: 23329.194879022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 16834, prev_state = 0 }
+fs.buffer_wait_end: 23329.195345510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xf6e0a320 }
+fs.write: 23329.195480240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 68, fd = 16 }
+kernel.syscall_exit: 23329.195485737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 68 }
+kernel.syscall_entry: 23329.195551140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 13 [syscall 13] }
+kernel.syscall_exit: 23329.195553614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 1264196274 }
+kernel.syscall_entry: 23329.195558729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [syscall 4] }
+fs.write: 23329.195571588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 68, fd = 18 }
+kernel.syscall_exit: 23329.195572847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.195669599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 13 [syscall 13] }
+kernel.syscall_exit: 23329.195671302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 1264196274 }
+kernel.syscall_entry: 23329.195680409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [syscall 158] }
+kernel.syscall_exit: 23329.195707922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.195741252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [syscall 4] }
+fs.write: 23329.195795543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 75, fd = 4 }
+kernel.syscall_exit: 23329.195798807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 75 }
+kernel.syscall_entry: 23329.195811388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [syscall 4] }
+fs.write: 23329.195844070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 75, fd = 6 }
+kernel.syscall_exit: 23329.195845823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 75 }
+kernel.syscall_entry: 23329.195859008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [syscall 4] }
+fs.write: 23329.195884829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 75, fd = 16 }
+kernel.syscall_exit: 23329.195886360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 75 }
+kernel.syscall_entry: 23329.195899625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 13 [syscall 13] }
+kernel.syscall_exit: 23329.195901538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 1264196274 }
+kernel.syscall_entry: 23329.195905826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [syscall 158] }
+kernel.syscall_exit: 23329.195915322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.195926200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7756e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.195930587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.195934055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.195936319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.195939374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 240 [syscall 240] }
+kernel.sched_schedule: 23329.195971303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { prev_pid = 16834, next_pid = 1989, prev_state = 1 }
+kernel.syscall_entry: 23329.202998521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
+fs.read: 23329.203019222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
+kernel.syscall_exit: 23329.203022011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
+kernel.syscall_entry: 23329.203031889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
+kernel.syscall_exit: 23329.203037239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.203041539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
+kernel.timer_itimer_set: 23329.203048129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 23329.203059310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
+kernel.syscall_entry: 23329.203077159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
+fs.select: 23329.203086389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203091177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203094201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203106325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203109003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203111699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203114858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203117271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203120029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203122725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203125385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203128328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203131172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203134486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203137287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203140149 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203143024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203146041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203164817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203167692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203170185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203172746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203175559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203178558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203181353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203183982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203186585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203189516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203192546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203195230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203197957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203200857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203203381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203205583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203208335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.203211260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559657919 }
+kernel.sched_schedule: 23329.203245479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 16927, prev_state = 1 }
+vm_state.vm_map: 23329.203611000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3078029312, end = 3078340608, flags = 134223989, pgoff = 0, inode = 19234 }
+vm_state.vm_map: 23329.203614449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3078340608, end = 3078344704, flags = 135272561, pgoff = 311296, inode = 19234 }
+vm_state.vm_map: 23329.203616510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3078344704, end = 3078348800, flags = 135272563, pgoff = 315392, inode = 19234 }
+vm_state.vm_map: 23329.203618626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3078348800, end = 3078361088, flags = 1048691, pgoff = 3078348800, inode = 0 }
+vm_state.vm_map: 23329.203620829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3090329600, end = 3090464768, flags = 1048691, pgoff = 3090329600, inode = 0 }
+vm_state.vm_map: 23329.203622865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3220611072, end = 3220697088, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.203627832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073392640, end = 3073413120, flags = 134217845, pgoff = 0, inode = 508374 }
+vm_state.vm_map: 23329.203630047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073413120, end = 3073417216, flags = 135266417, pgoff = 16384, inode = 508374 }
+vm_state.vm_map: 23329.203632244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073417216, end = 3073421312, flags = 135266419, pgoff = 20480, inode = 508374 }
+vm_state.vm_map: 23329.203635211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073421312, end = 3073462272, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.203637390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073462272, end = 3073466368, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.203639598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073466368, end = 3073470464, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.203642270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073470464, end = 3073507328, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.203644435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073507328, end = 3073511424, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.203646645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073511424, end = 3073515520, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.203649001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073515520, end = 3073540096, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.203651754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073540096, end = 3073544192, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.203653975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073544192, end = 3073548288, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.203656115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073548288, end = 3073556480, flags = 1048691, pgoff = 3073548288, inode = 0 }
+vm_state.vm_map: 23329.203658935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073556480, end = 3073642496, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.203661125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073642496, end = 3073646592, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.203663198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073646592, end = 3073650688, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.203665358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073650688, end = 3073658880, flags = 1048691, pgoff = 3073650688, inode = 0 }
+vm_state.vm_map: 23329.203668190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073658880, end = 3073667072, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 23329.203670399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073667072, end = 3073671168, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 23329.203672855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073671168, end = 3073675264, flags = 1048691, pgoff = 3073671168, inode = 0 }
+vm_state.vm_map: 23329.203675483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073675264, end = 3073699840, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 23329.203677785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073699840, end = 3073703936, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 23329.203680851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073703936, end = 3073712128, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.203683079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073712128, end = 3073716224, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.203685127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073716224, end = 3073720320, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.203688089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073720320, end = 3075035136, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.203690711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075035136, end = 3075043328, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.203692920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075043328, end = 3075047424, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.203695098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075047424, end = 3075059712, flags = 1048691, pgoff = 3075047424, inode = 0 }
+vm_state.vm_map: 23329.203697689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075059712, end = 3075067904, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 23329.203699929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075067904, end = 3075072000, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 23329.203702687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075072000, end = 3075231744, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 23329.203704736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075231744, end = 3075235840, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 23329.203706969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075235840, end = 3075239936, flags = 1048691, pgoff = 3075235840, inode = 0 }
+vm_state.vm_map: 23329.203709444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075239936, end = 3075899392, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 23329.203711560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075899392, end = 3075923968, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 23329.203713954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075923968, end = 3076087808, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 23329.203716052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076087808, end = 3076091904, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 23329.203718847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076091904, end = 3076128768, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.203720815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076128768, end = 3076132864, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.203722820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076132864, end = 3076136960, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.203724923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076136960, end = 3076296704, flags = 1048691, pgoff = 3076136960, inode = 0 }
+vm_state.vm_map: 23329.203727843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076296704, end = 3076374528, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.203730169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076374528, end = 3076378624, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.203732315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076378624, end = 3076382720, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.203734438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076382720, end = 3076390912, flags = 1048691, pgoff = 3076382720, inode = 0 }
+vm_state.vm_map: 23329.203737135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076390912, end = 3076468736, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.203739226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076468736, end = 3076472832, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.203741651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076472832, end = 3076481024, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.203743884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076481024, end = 3076485120, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.203746106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076485120, end = 3076489216, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.203748210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076489216, end = 3076493312, flags = 1048691, pgoff = 3076489216, inode = 0 }
+vm_state.vm_map: 23329.203750943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076493312, end = 3077795840, flags = 134217845, pgoff = 0, inode = 33850 }
+vm_state.vm_map: 23329.203753109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3077795840, end = 3077890048, flags = 135266419, pgoff = 1302528, inode = 33850 }
+vm_state.vm_map: 23329.203755213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3077890048, end = 3077902336, flags = 1048691, pgoff = 3077890048, inode = 0 }
+vm_state.vm_map: 23329.203757891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3077902336, end = 3077971968, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.203760118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3077971968, end = 3077976064, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.203762265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3077976064, end = 3077980160, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.203764881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3077980160, end = 3077988352, flags = 1048691, pgoff = 3077980160, inode = 0 }
+vm_state.vm_map: 23329.203767084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078082560, end = 3078090752, flags = 1048691, pgoff = 3078082560, inode = 0 }
+vm_state.vm_map: 23329.203769256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078090752, end = 3078094848, flags = 67371125, pgoff = 3078090752, inode = 0 }
+vm_state.vm_map: 23329.203771650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078094848, end = 3078209536, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.203773847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078209536, end = 3078213632, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.203776012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078213632, end = 3078217728, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.203778369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078217728, end = 3078529024, flags = 134223989, pgoff = 0, inode = 19234 }
+vm_state.vm_map: 23329.203780523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078529024, end = 3078533120, flags = 135272561, pgoff = 311296, inode = 19234 }
+vm_state.vm_map: 23329.203782571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078533120, end = 3078537216, flags = 135272563, pgoff = 315392, inode = 19234 }
+vm_state.vm_map: 23329.203784577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078537216, end = 3078549504, flags = 1048691, pgoff = 3078537216, inode = 0 }
+vm_state.vm_map: 23329.203786656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3100426240, end = 3100561408, flags = 1048691, pgoff = 3100426240, inode = 0 }
+vm_state.vm_map: 23329.203788606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3216293888, end = 3216379904, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.203870482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3071856640, end = 3072942080, flags = 1048691, pgoff = 3073015808, inode = 0 }
+vm_state.vm_map: 23329.203876863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3072983040, end = 3073150976, flags = 1048691, pgoff = 3072983040, inode = 0 }
+vm_state.vm_map: 23329.203879577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073150976, end = 3073171456, flags = 134217845, pgoff = 0, inode = 508374 }
+vm_state.vm_map: 23329.203881700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073171456, end = 3073175552, flags = 135266417, pgoff = 16384, inode = 508374 }
+vm_state.vm_map: 23329.203884062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073175552, end = 3073179648, flags = 135266419, pgoff = 20480, inode = 508374 }
+vm_state.vm_map: 23329.203886605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073179648, end = 3073220608, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.203888782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073220608, end = 3073224704, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.203891034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073224704, end = 3073228800, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.203893293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073228800, end = 3073265664, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.203895508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073265664, end = 3073269760, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.203897692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073269760, end = 3073273856, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.203899981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073273856, end = 3073298432, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.203901980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073298432, end = 3073302528, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.203904189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073302528, end = 3073306624, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.203906238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073306624, end = 3073314816, flags = 1048691, pgoff = 3073306624, inode = 0 }
+vm_state.vm_map: 23329.203908434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073314816, end = 3073400832, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.203910538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073400832, end = 3073404928, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.203912827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073404928, end = 3073409024, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.203915252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073409024, end = 3073417216, flags = 1048691, pgoff = 3073409024, inode = 0 }
+vm_state.vm_map: 23329.203917399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073417216, end = 3073425408, flags = 134217845, pgoff = 0, inode = 500018 }
+vm_state.vm_map: 23329.203919633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073425408, end = 3073429504, flags = 135266419, pgoff = 4096, inode = 500018 }
+vm_state.vm_map: 23329.203921688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073429504, end = 3073433600, flags = 1048691, pgoff = 3073429504, inode = 0 }
+vm_state.vm_map: 23329.203923940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073433600, end = 3073458176, flags = 134217845, pgoff = 0, inode = 19420 }
+vm_state.vm_map: 23329.203925927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073458176, end = 3073462272, flags = 135266419, pgoff = 20480, inode = 19420 }
+vm_state.vm_map: 23329.203928185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073462272, end = 3073470464, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.203930480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073470464, end = 3073474560, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.203932634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073474560, end = 3073478656, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.203934954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073478656, end = 3074793472, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.203937118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074793472, end = 3074801664, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.203939180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074801664, end = 3074805760, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.203941407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074805760, end = 3074818048, flags = 1048691, pgoff = 3074805760, inode = 0 }
+vm_state.vm_map: 23329.203943745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074818048, end = 3074826240, flags = 134217845, pgoff = 0, inode = 499720 }
+vm_state.vm_map: 23329.203945961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074826240, end = 3074830336, flags = 135266419, pgoff = 4096, inode = 499720 }
+vm_state.vm_map: 23329.203948163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074830336, end = 3074990080, flags = 134217845, pgoff = 0, inode = 18680 }
+vm_state.vm_map: 23329.203950551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074990080, end = 3074994176, flags = 135266419, pgoff = 159744, inode = 18680 }
+vm_state.vm_map: 23329.203952945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074994176, end = 3074998272, flags = 1048691, pgoff = 3074994176, inode = 0 }
+vm_state.vm_map: 23329.203955271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074998272, end = 3075657728, flags = 134217845, pgoff = 0, inode = 19419 }
+vm_state.vm_map: 23329.203957430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3075657728, end = 3075682304, flags = 135266419, pgoff = 659456, inode = 19419 }
+vm_state.vm_map: 23329.203959769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3075682304, end = 3075846144, flags = 134217845, pgoff = 0, inode = 17950 }
+vm_state.vm_map: 23329.203961854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3075846144, end = 3075850240, flags = 135266419, pgoff = 163840, inode = 17950 }
+vm_state.vm_map: 23329.203964039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3075850240, end = 3075887104, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.203965970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3075887104, end = 3075891200, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.203968154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3075891200, end = 3075895296, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.203970314 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3075895296, end = 3076055040, flags = 1048691, pgoff = 3075895296, inode = 0 }
+vm_state.vm_map: 23329.203972529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076055040, end = 3076132864, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.203974627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076132864, end = 3076136960, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.203977008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076136960, end = 3076141056, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.203978970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076141056, end = 3076149248, flags = 1048691, pgoff = 3076141056, inode = 0 }
+vm_state.vm_map: 23329.203981679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076149248, end = 3076227072, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.203983641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076227072, end = 3076231168, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.203986035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076231168, end = 3076239360, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.203988207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076239360, end = 3076243456, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.203990342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076243456, end = 3076247552, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.203992317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076247552, end = 3076251648, flags = 1048691, pgoff = 3076247552, inode = 0 }
+vm_state.vm_map: 23329.203994519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076251648, end = 3077554176, flags = 134217845, pgoff = 0, inode = 33850 }
+vm_state.vm_map: 23329.203996494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077554176, end = 3077648384, flags = 135266419, pgoff = 1302528, inode = 33850 }
+vm_state.vm_map: 23329.203998487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077648384, end = 3077660672, flags = 1048691, pgoff = 3077648384, inode = 0 }
+vm_state.vm_map: 23329.204000572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077660672, end = 3077730304, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.204002719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077730304, end = 3077734400, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.204004823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077734400, end = 3077738496, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.204006940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077738496, end = 3077746688, flags = 1048691, pgoff = 3077738496, inode = 0 }
+vm_state.vm_map: 23329.204008914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077840896, end = 3077849088, flags = 1048691, pgoff = 3077840896, inode = 0 }
+vm_state.vm_map: 23329.204011086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077849088, end = 3077853184, flags = 67371125, pgoff = 3077849088, inode = 0 }
+vm_state.vm_map: 23329.204013381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077853184, end = 3077967872, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.204015448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077967872, end = 3077971968, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.204017397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077971968, end = 3077976064, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.204020236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077976064, end = 3078287360, flags = 134223989, pgoff = 0, inode = 19234 }
+vm_state.vm_map: 23329.204022278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3078287360, end = 3078291456, flags = 135272561, pgoff = 311296, inode = 19234 }
+vm_state.vm_map: 23329.204024229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3078291456, end = 3078295552, flags = 135272563, pgoff = 315392, inode = 19234 }
+vm_state.vm_map: 23329.204026412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3078295552, end = 3078307840, flags = 1048691, pgoff = 3078295552, inode = 0 }
+vm_state.vm_map: 23329.204028356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3105570816, end = 3106885632, flags = 1048691, pgoff = 3105570816, inode = 0 }
+vm_state.vm_map: 23329.204030306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3216633856, end = 3216719872, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.204037475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 134512640, end = 134631424, flags = 134223989, pgoff = 0, inode = 429632 }
+vm_state.vm_map: 23329.204039567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 134631424, end = 134635520, flags = 135272563, pgoff = 118784, inode = 429632 }
+vm_state.vm_map: 23329.204041726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 164012032, end = 164147200, flags = 1048691, pgoff = 164012032, inode = 0 }
+vm_state.vm_map: 23329.204044015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072811008, end = 3072851968, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.204046385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072851968, end = 3072856064, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.204048587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072856064, end = 3072860160, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.204050864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072860160, end = 3072897024, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.204052937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072897024, end = 3072901120, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.204055239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072901120, end = 3072905216, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.204060792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072905216, end = 3072983040, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.204062945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072983040, end = 3072987136, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.204064981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072987136, end = 3072991232, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.204067153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072991232, end = 3072999424, flags = 1048691, pgoff = 3072991232, inode = 0 }
+vm_state.vm_map: 23329.204069504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072999424, end = 3073024000, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.204071682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3073024000, end = 3073028096, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.204073897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3073028096, end = 3073032192, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.204076711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3073126400, end = 3074457600, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.204078803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074457600, end = 3074461696, flags = 1048691, pgoff = 3074457600, inode = 0 }
+vm_state.vm_map: 23329.204081499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074461696, end = 3074560000, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.204083467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074560000, end = 3074564096, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.204085763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074564096, end = 3074568192, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.204087811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074568192, end = 3074572288, flags = 1048691, pgoff = 3074568192, inode = 0 }
+vm_state.vm_map: 23329.204090001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074572288, end = 3074641920, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.204092302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074641920, end = 3074646016, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.204094604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074646016, end = 3074650112, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.204096528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074650112, end = 3074658304, flags = 1048691, pgoff = 3074650112, inode = 0 }
+vm_state.vm_map: 23329.204098657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074658304, end = 3074666496, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.204100718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074666496, end = 3074670592, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.204102804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074670592, end = 3074674688, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.204105637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074674688, end = 3074686976, flags = 134217845, pgoff = 0, inode = 19626 }
+vm_state.vm_map: 23329.204107567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074686976, end = 3074691072, flags = 135266419, pgoff = 8192, inode = 19626 }
+vm_state.vm_map: 23329.204110405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074691072, end = 3074883584, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.204112349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074883584, end = 3074887680, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.204114922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074887680, end = 3074916352, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.204117094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074916352, end = 3074920448, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.204119136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074920448, end = 3074924544, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.204121474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074924544, end = 3076239360, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.204123597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3076239360, end = 3076247552, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.204125547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3076247552, end = 3076251648, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.204127694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3076251648, end = 3076268032, flags = 1048691, pgoff = 3076251648, inode = 0 }
+vm_state.vm_map: 23329.204130575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3076268032, end = 3077005312, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.204132840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077005312, end = 3077009408, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.204135166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077009408, end = 3077095424, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.204137184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077095424, end = 3077099520, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.204139423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077099520, end = 3077103616, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.204141595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077103616, end = 3077111808, flags = 1048691, pgoff = 3077103616, inode = 0 }
+vm_state.vm_map: 23329.204144168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077111808, end = 3077337088, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.204146371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077337088, end = 3077341184, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.204148568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077341184, end = 3077345280, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.204151073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077345280, end = 3077586944, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.204153263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077586944, end = 3077591040, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.204155608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077591040, end = 3078189056, flags = 134217845, pgoff = 0, inode = 19628 }
+vm_state.vm_map: 23329.204157706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078189056, end = 3078197248, flags = 135266419, pgoff = 598016, inode = 19628 }
+vm_state.vm_map: 23329.204159840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078197248, end = 3078201344, flags = 1048691, pgoff = 3078197248, inode = 0 }
+vm_state.vm_map: 23329.204165770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078201344, end = 3078217728, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.204168163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078217728, end = 3078221824, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.204170755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078221824, end = 3078303744, flags = 134217845, pgoff = 0, inode = 1065113 }
+vm_state.vm_map: 23329.204172829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078303744, end = 3078307840, flags = 135266419, pgoff = 77824, inode = 1065113 }
+vm_state.vm_map: 23329.204175339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078340608, end = 3078369280, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.204178203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078369280, end = 3078402048, flags = 134217841, pgoff = 0, inode = 74138 }
+vm_state.vm_map: 23329.204180244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078402048, end = 3078410240, flags = 1048691, pgoff = 3078402048, inode = 0 }
+vm_state.vm_map: 23329.204182286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078410240, end = 3078414336, flags = 67371125, pgoff = 3078410240, inode = 0 }
+vm_state.vm_map: 23329.204184532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078414336, end = 3078529024, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.204186538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078529024, end = 3078533120, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.204188481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078533120, end = 3078537216, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.204190456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3216216064, end = 3216302080, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.204197033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 134512640, end = 134598656, flags = 134223989, pgoff = 0, inode = 429635 }
+vm_state.vm_map: 23329.204199242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 134598656, end = 134602752, flags = 135272563, pgoff = 81920, inode = 429635 }
+vm_state.vm_map: 23329.204201377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 162709504, end = 163016704, flags = 1048691, pgoff = 162709504, inode = 0 }
+vm_state.vm_map: 23329.204203857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3072983040, end = 3073024000, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.204206406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073024000, end = 3073028096, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.204208460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073028096, end = 3073032192, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.204210786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073032192, end = 3073110016, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.204212748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073110016, end = 3073114112, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.204215142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073114112, end = 3073118208, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.204217111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073118208, end = 3073126400, flags = 1048691, pgoff = 3073118208, inode = 0 }
+vm_state.vm_map: 23329.204222436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073126400, end = 3073171456, flags = 134217845, pgoff = 0, inode = 499915 }
+vm_state.vm_map: 23329.204224490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073171456, end = 3073175552, flags = 135266419, pgoff = 45056, inode = 499915 }
+vm_state.vm_map: 23329.204226755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073191936, end = 3073228800, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.204228957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073228800, end = 3073232896, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.204230895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073232896, end = 3073236992, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.204233091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073236992, end = 3073261568, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.204235158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073261568, end = 3073265664, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.204237144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073265664, end = 3073269760, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.204239885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073269760, end = 3073417216, flags = 134217845, pgoff = 0, inode = 429627 }
+vm_state.vm_map: 23329.204242550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073417216, end = 3073421312, flags = 135266419, pgoff = 143360, inode = 429627 }
+vm_state.vm_map: 23329.204244697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073421312, end = 3074752512, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.204246906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074752512, end = 3074760704, flags = 1048691, pgoff = 3074752512, inode = 0 }
+vm_state.vm_map: 23329.204249085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074760704, end = 3074859008, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.204251052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074859008, end = 3074863104, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.204253125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074863104, end = 3074867200, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.204255218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074867200, end = 3074936832, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.204257290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074936832, end = 3074940928, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.204259277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074940928, end = 3074945024, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.204261344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074945024, end = 3074957312, flags = 1048691, pgoff = 3074945024, inode = 0 }
+vm_state.vm_map: 23329.204263701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074957312, end = 3074965504, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.204265971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074965504, end = 3074969600, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.204268094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074969600, end = 3074973696, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.204270543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074973696, end = 3074985984, flags = 134217845, pgoff = 0, inode = 19626 }
+vm_state.vm_map: 23329.204272579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074985984, end = 3074990080, flags = 135266419, pgoff = 8192, inode = 19626 }
+vm_state.vm_map: 23329.204274788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074990080, end = 3075182592, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.204277226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3075182592, end = 3075186688, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.204279687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3075186688, end = 3075215360, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.204281724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3075215360, end = 3075219456, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.204283871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3075219456, end = 3075223552, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.204286098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3075223552, end = 3076538368, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.204288221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3076538368, end = 3076546560, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.204290214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3076546560, end = 3076550656, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.204292398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3076550656, end = 3076562944, flags = 1048691, pgoff = 3076550656, inode = 0 }
+vm_state.vm_map: 23329.204294514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3076562944, end = 3077300224, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.204296618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3077300224, end = 3077304320, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.204298611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3077304320, end = 3077308416, flags = 1048691, pgoff = 3077304320, inode = 0 }
+vm_state.vm_map: 23329.204300931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3077308416, end = 3077550080, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.204302881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3077550080, end = 3077554176, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.204305047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3077554176, end = 3078152192, flags = 134217845, pgoff = 0, inode = 19628 }
+vm_state.vm_map: 23329.204306978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078152192, end = 3078160384, flags = 135266419, pgoff = 598016, inode = 19628 }
+vm_state.vm_map: 23329.204309272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078160384, end = 3078176768, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.204311549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078176768, end = 3078180864, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.204313753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078180864, end = 3078266880, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.204315814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078266880, end = 3078270976, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.204317930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078270976, end = 3078275072, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.204319922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078275072, end = 3078283264, flags = 1048691, pgoff = 3078275072, inode = 0 }
+vm_state.vm_map: 23329.204322415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078283264, end = 3078508544, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.204324403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078508544, end = 3078512640, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.204326512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078512640, end = 3078516736, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.204328505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078516736, end = 3078520832, flags = 1048691, pgoff = 3078516736, inode = 0 }
+vm_state.vm_map: 23329.204330800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078520832, end = 3078602752, flags = 134217845, pgoff = 0, inode = 1065113 }
+vm_state.vm_map: 23329.204332910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078602752, end = 3078606848, flags = 135266419, pgoff = 77824, inode = 1065113 }
+vm_state.vm_map: 23329.204335421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078606848, end = 3078668288, flags = 134217845, pgoff = 0, inode = 22552 }
+vm_state.vm_map: 23329.204337526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078668288, end = 3078672384, flags = 135266419, pgoff = 57344, inode = 22552 }
+vm_state.vm_map: 23329.204339617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078705152, end = 3078733824, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.204341752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078733824, end = 3078766592, flags = 134217841, pgoff = 0, inode = 74138 }
+vm_state.vm_map: 23329.204343844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078766592, end = 3078774784, flags = 1048691, pgoff = 3078766592, inode = 0 }
+vm_state.vm_map: 23329.204346244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078774784, end = 3078778880, flags = 67371125, pgoff = 3078774784, inode = 0 }
+vm_state.vm_map: 23329.204348564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078778880, end = 3078893568, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.204350656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078893568, end = 3078897664, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.204352624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078897664, end = 3078901760, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.204354808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3213447168, end = 3213533184, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.204361342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 134512640, end = 134557696, flags = 134223989, pgoff = 0, inode = 429621 }
+vm_state.vm_map: 23329.204363378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 134557696, end = 134561792, flags = 135272563, pgoff = 45056, inode = 429621 }
+vm_state.vm_map: 23329.204365550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 134561792, end = 134565888, flags = 1048691, pgoff = 134561792, inode = 0 }
+vm_state.vm_map: 23329.204367858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 155820032, end = 155955200, flags = 1048691, pgoff = 155820032, inode = 0 }
+vm_state.vm_map: 23329.204370147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3071193088, end = 3072524288, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.204372387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072524288, end = 3072532480, flags = 1048691, pgoff = 3072524288, inode = 0 }
+vm_state.vm_map: 23329.204374713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072532480, end = 3072577536, flags = 134217845, pgoff = 0, inode = 499915 }
+vm_state.vm_map: 23329.204376922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072577536, end = 3072581632, flags = 135266419, pgoff = 45056, inode = 499915 }
+vm_state.vm_map: 23329.204379205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072581632, end = 3072679936, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.204381210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072679936, end = 3072684032, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.204383721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072684032, end = 3072688128, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.204386071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072688128, end = 3072757760, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.204388126 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072757760, end = 3072761856, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.204390175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072761856, end = 3072765952, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.204392488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072765952, end = 3072778240, flags = 1048691, pgoff = 3072765952, inode = 0 }
+vm_state.vm_map: 23329.204394748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072778240, end = 3072786432, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.204396844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072786432, end = 3072790528, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.204398881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072790528, end = 3072794624, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.204401319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072794624, end = 3072806912, flags = 134217845, pgoff = 0, inode = 19626 }
+vm_state.vm_map: 23329.204403459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072806912, end = 3072811008, flags = 135266419, pgoff = 8192, inode = 19626 }
+vm_state.vm_map: 23329.204405767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072811008, end = 3073003520, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.204407920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073003520, end = 3073007616, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.204410536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073007616, end = 3073036288, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.204412584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073036288, end = 3073040384, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.204414781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073040384, end = 3073044480, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.204417397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073044480, end = 3073191936, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.204419847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073191936, end = 3073196032, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.204421932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073196032, end = 3073200128, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.204423913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073200128, end = 3073204224, flags = 1048691, pgoff = 3073200128, inode = 0 }
+vm_state.vm_map: 23329.204429768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073204224, end = 3073372160, flags = 134217845, pgoff = 0, inode = 1065327 }
+vm_state.vm_map: 23329.204431959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073372160, end = 3073421312, flags = 135266419, pgoff = 167936, inode = 1065327 }
+vm_state.vm_map: 23329.204434544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073421312, end = 3073449984, flags = 134217845, pgoff = 0, inode = 1065218 }
+vm_state.vm_map: 23329.204436642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073449984, end = 3073454080, flags = 135266419, pgoff = 28672, inode = 1065218 }
+vm_state.vm_map: 23329.204438993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073454080, end = 3074768896, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.204441134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074768896, end = 3074777088, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.204443232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074777088, end = 3074781184, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.204445385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074781184, end = 3074793472, flags = 1048691, pgoff = 3074781184, inode = 0 }
+vm_state.vm_map: 23329.204447631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074793472, end = 3074879488, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.204449828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074879488, end = 3074883584, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.204451943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074883584, end = 3074887680, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.204454048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074887680, end = 3074895872, flags = 1048691, pgoff = 3074887680, inode = 0 }
+vm_state.vm_map: 23329.204456522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074895872, end = 3075633152, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.204458719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3075633152, end = 3075637248, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.204460897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3075637248, end = 3075878912, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.204463180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3075878912, end = 3075883008, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.204465290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3075883008, end = 3075887104, flags = 1048691, pgoff = 3075883008, inode = 0 }
+vm_state.vm_map: 23329.204467701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3075887104, end = 3075911680, flags = 134217845, pgoff = 0, inode = 23404 }
+vm_state.vm_map: 23329.204469768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3075911680, end = 3075915776, flags = 135266419, pgoff = 20480, inode = 23404 }
+vm_state.vm_map: 23329.204471230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3075915776, end = 3076513792, flags = 134217845, pgoff = 0, inode = 19628 }
+kernel.irq_entry: 23329.204502994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 23329.204519585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { jiffies = 4297269591, xtime_sec = 1264196274, xtime_nsec = 637522010, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.204534343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 1 [softirq 1] }
+kernel.irq_exit: 23329.204562640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
+kernel.softirq_entry: 23329.204566323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
+kernel.timer_set: 23329.204579719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302296, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 23329.204582711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
+vm_state.vm_map: 23329.204588147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076513792, end = 3076521984, flags = 135266419, pgoff = 598016, inode = 19628 }
+vm_state.vm_map: 23329.204610286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076521984, end = 3076538368, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.204648213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076538368, end = 3076542464, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.204650563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076542464, end = 3076767744, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.204652760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076767744, end = 3076771840, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.204654975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076771840, end = 3076775936, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.204726536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076775936, end = 3076857856, flags = 134217845, pgoff = 0, inode = 1065113 }
+vm_state.vm_map: 23329.204729867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076857856, end = 3076861952, flags = 135266419, pgoff = 77824, inode = 1065113 }
+vm_state.vm_map: 23329.204732083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076861952, end = 3076866048, flags = 1048691, pgoff = 3076861952, inode = 0 }
+vm_state.vm_map: 23329.204738944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076866048, end = 3076894720, flags = 134217845, pgoff = 0, inode = 23788 }
+vm_state.vm_map: 23329.204741091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076894720, end = 3076898816, flags = 135266419, pgoff = 24576, inode = 23788 }
+vm_state.vm_map: 23329.204743596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076898816, end = 3077005312, flags = 134217845, pgoff = 0, inode = 23808 }
+vm_state.vm_map: 23329.204745675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077005312, end = 3077009408, flags = 135266419, pgoff = 102400, inode = 23808 }
+vm_state.vm_map: 23329.204747798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077009408, end = 3077402624, flags = 1048691, pgoff = 3077009408, inode = 0 }
+vm_state.vm_map: 23329.204750124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077468160, end = 3077496832, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.204752184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077496832, end = 3077505024, flags = 1048691, pgoff = 3077496832, inode = 0 }
+vm_state.vm_map: 23329.204754190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077505024, end = 3077509120, flags = 67371125, pgoff = 3077505024, inode = 0 }
+vm_state.vm_map: 23329.204756627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077509120, end = 3077623808, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.204758861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077623808, end = 3077627904, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.204760878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077627904, end = 3077632000, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.204762976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3214983168, end = 3215069184, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.204766968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
+vm_state.vm_map: 23329.204769017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
+vm_state.vm_map: 23329.204771194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
+vm_state.vm_map: 23329.204773366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 137248768, end = 137510912, flags = 1048691, pgoff = 137248768, inode = 0 }
+vm_state.vm_map: 23329.204778672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075186688, end = 3075227648, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.204780943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075227648, end = 3075231744, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.204783072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075231744, end = 3075235840, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.204785250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075235840, end = 3075272704, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.204787409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075272704, end = 3075276800, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.204789452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075276800, end = 3075280896, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.204791802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075280896, end = 3075358720, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.204793820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075358720, end = 3075362816, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.204795930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075362816, end = 3075366912, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.204797948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075366912, end = 3075375104, flags = 1048691, pgoff = 3075366912, inode = 0 }
+vm_state.vm_map: 23329.204800200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075375104, end = 3075399680, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.204802650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075399680, end = 3075403776, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.204804612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075403776, end = 3075407872, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.204806821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075407872, end = 3076739072, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.204809141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3076739072, end = 3076743168, flags = 1048691, pgoff = 3076739072, inode = 0 }
+vm_state.vm_map: 23329.204811436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3076743168, end = 3078057984, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.204813540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078057984, end = 3078066176, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.204815558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078066176, end = 3078070272, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.204817655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078070272, end = 3078086656, flags = 1048691, pgoff = 3078070272, inode = 0 }
+vm_state.vm_map: 23329.204819914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078086656, end = 3078094848, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.204822018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078094848, end = 3078098944, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.204824017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078098944, end = 3078103040, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.204826479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078103040, end = 3078320128, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 23329.204828429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078320128, end = 3078332416, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 23329.204830483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078397952, end = 3078426624, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.204832413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078426624, end = 3078434816, flags = 1048691, pgoff = 3078426624, inode = 0 }
+vm_state.vm_map: 23329.204834635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078434816, end = 3078438912, flags = 67371125, pgoff = 3078434816, inode = 0 }
+vm_state.vm_map: 23329.204837233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078438912, end = 3078553600, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.204839177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078553600, end = 3078557696, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.204841107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078557696, end = 3078561792, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.204845915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3215183872, end = 3215269888, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.204848647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
+vm_state.vm_map: 23329.204850745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
+vm_state.vm_map: 23329.204853164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
+vm_state.vm_map: 23329.204855342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 145723392, end = 145764352, flags = 1048691, pgoff = 145723392, inode = 0 }
+vm_state.vm_map: 23329.204857730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3075346432, end = 3076677632, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.204859871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3076677632, end = 3076681728, flags = 1048691, pgoff = 3076677632, inode = 0 }
+vm_state.vm_map: 23329.204862110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3076681728, end = 3077996544, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.204864202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3077996544, end = 3078004736, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.204866343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078004736, end = 3078008832, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.204868601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078008832, end = 3078025216, flags = 1048691, pgoff = 3078008832, inode = 0 }
+vm_state.vm_map: 23329.204871008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078025216, end = 3078033408, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.204873303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078033408, end = 3078037504, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.204875265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078037504, end = 3078041600, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.204877715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078041600, end = 3078258688, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 23329.204879806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078258688, end = 3078270976, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 23329.204881947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078336512, end = 3078365184, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.204884107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078365184, end = 3078373376, flags = 1048691, pgoff = 3078365184, inode = 0 }
+vm_state.vm_map: 23329.204886384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078373376, end = 3078377472, flags = 67371125, pgoff = 3078373376, inode = 0 }
+vm_state.vm_map: 23329.204888488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078377472, end = 3078492160, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.204890431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078492160, end = 3078496256, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.204892381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078496256, end = 3078500352, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.204894559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3220840448, end = 3220926464, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.204900995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 536165 }
+vm_state.vm_map: 23329.204903043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 536165 }
+vm_state.vm_map: 23329.204905036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 135516160, end = 155324416, flags = 1048691, pgoff = 135516160, inode = 0 }
+vm_state.vm_map: 23329.204911027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 1802567680, end = 1809252352, flags = 1048695, pgoff = 1802567680, inode = 0 }
+vm_state.vm_map: 23329.204916525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 1809252352, end = 1833500672, flags = 2097271, pgoff = 1809252352, inode = 0 }
+vm_state.vm_map: 23329.204918691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 1833500672, end = 1912897536, flags = 1048695, pgoff = 1833500672, inode = 0 }
+vm_state.vm_map: 23329.204923368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 1912897536, end = 2205220864, flags = 2097271, pgoff = 1912897536, inode = 0 }
+vm_state.vm_map: 23329.204925520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2205220864, end = 2260008960, flags = 1048695, pgoff = 2205220864, inode = 0 }
+vm_state.vm_map: 23329.204927680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2260008960, end = 2473656320, flags = 2097271, pgoff = 2260008960, inode = 0 }
+vm_state.vm_map: 23329.204932930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2473656320, end = 2479927296, flags = 134217937, pgoff = 4096, inode = 207430 }
+vm_state.vm_map: 23329.204937947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2479927296, end = 2482044928, flags = 2097271, pgoff = 2479927296, inode = 0 }
+vm_state.vm_map: 23329.204940112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2482044928, end = 2489483264, flags = 135266419, pgoff = 6275072, inode = 207430 }
+vm_state.vm_map: 23329.204942260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2489483264, end = 2494627840, flags = 2097271, pgoff = 2489483264, inode = 0 }
+vm_state.vm_map: 23329.204944327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2494627840, end = 2495537152, flags = 135266419, pgoff = 13713408, inode = 207430 }
+vm_state.vm_map: 23329.204946369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2495537152, end = 2498822144, flags = 2097271, pgoff = 2495537152, inode = 0 }
+vm_state.vm_map: 23329.204948745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2498822144, end = 2498854912, flags = 134217941, pgoff = 14622720, inode = 207430 }
+vm_state.vm_map: 23329.204953341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2498854912, end = 2503016448, flags = 2097271, pgoff = 2498854912, inode = 0 }
+vm_state.vm_map: 23329.204955501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2866380800, end = 2866393088, flags = 2097271, pgoff = 2866380800, inode = 0 }
+vm_state.vm_map: 23329.204957623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2866393088, end = 2866712576, flags = 1048695, pgoff = 2866393088, inode = 0 }
+vm_state.vm_map: 23329.204962387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2866712576, end = 2866724864, flags = 2097271, pgoff = 2866712576, inode = 0 }
+vm_state.vm_map: 23329.204964546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2866724864, end = 2867044352, flags = 1048695, pgoff = 2866724864, inode = 0 }
+vm_state.vm_map: 23329.204966706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2869952512, end = 2870120448, flags = 2097267, pgoff = 2869952512, inode = 0 }
+vm_state.vm_map: 23329.204968810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2870120448, end = 2871001088, flags = 2097264, pgoff = 2870120448, inode = 0 }
+vm_state.vm_map: 23329.204970871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2872049664, end = 2873098240, flags = 2097267, pgoff = 2872049664, inode = 0 }
+vm_state.vm_map: 23329.204976719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2873888768, end = 2873929728, flags = 134217937, pgoff = 647168, inode = 535784 }
+vm_state.vm_map: 23329.204981891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2873929728, end = 2874048512, flags = 134217937, pgoff = 1544192, inode = 535672 }
+vm_state.vm_map: 23329.204984055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2874048512, end = 2874060800, flags = 1048688, pgoff = 2874048512, inode = 0 }
+vm_state.vm_map: 23329.204986481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2874060800, end = 2874380288, flags = 1048695, pgoff = 2874060800, inode = 0 }
+vm_state.vm_map: 23329.204988553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2874380288, end = 2874392576, flags = 2097271, pgoff = 2874380288, inode = 0 }
+vm_state.vm_map: 23329.204990855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2874392576, end = 2874712064, flags = 1048695, pgoff = 2874392576, inode = 0 }
+vm_state.vm_map: 23329.204992941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2874712064, end = 2874724352, flags = 2097271, pgoff = 2874712064, inode = 0 }
+vm_state.vm_map: 23329.204995058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2874724352, end = 2875043840, flags = 1048695, pgoff = 2874724352, inode = 0 }
+vm_state.vm_map: 23329.204997272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2875043840, end = 2875056128, flags = 1048688, pgoff = 2875043840, inode = 0 }
+vm_state.vm_map: 23329.204999457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2875056128, end = 2875375616, flags = 1048695, pgoff = 2875056128, inode = 0 }
+vm_state.vm_map: 23329.205012851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2875387904, end = 2875437056, flags = 134217937, pgoff = 778240, inode = 535647 }
+vm_state.vm_map: 23329.205014906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2875437056, end = 2875441152, flags = 1048688, pgoff = 2875437056, inode = 0 }
+vm_state.vm_map: 23329.205017066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2875441152, end = 2883829760, flags = 1048695, pgoff = 2875441152, inode = 0 }
+vm_state.vm_map: 23329.205019108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2883829760, end = 2883833856, flags = 1048688, pgoff = 2883829760, inode = 0 }
+vm_state.vm_map: 23329.205021237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2883833856, end = 2892222464, flags = 1048695, pgoff = 2883833856, inode = 0 }
+vm_state.vm_map: 23329.205023341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2892222464, end = 2892226560, flags = 1048688, pgoff = 2892222464, inode = 0 }
+vm_state.vm_map: 23329.205025371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2892226560, end = 2900615168, flags = 1048695, pgoff = 2892226560, inode = 0 }
+vm_state.vm_map: 23329.205028024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2900615168, end = 2900619264, flags = 1048688, pgoff = 2900615168, inode = 0 }
+vm_state.vm_map: 23329.205032904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2900619264, end = 2909007872, flags = 1048695, pgoff = 2900619264, inode = 0 }
+vm_state.vm_map: 23329.205035064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2909007872, end = 2909011968, flags = 1048688, pgoff = 2909007872, inode = 0 }
+vm_state.vm_map: 23329.205037224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2909011968, end = 2917400576, flags = 1048695, pgoff = 2909011968, inode = 0 }
+vm_state.vm_map: 23329.205039673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2917400576, end = 2917515264, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 23329.205041629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2917515264, end = 2917519360, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 23329.205046510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2917519360, end = 2917826560, flags = 134217845, pgoff = 0, inode = 1065420 }
+vm_state.vm_map: 23329.205048663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2917826560, end = 2917867520, flags = 135266419, pgoff = 303104, inode = 1065420 }
+vm_state.vm_map: 23329.205051082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2917867520, end = 2918064128, flags = 134217845, pgoff = 0, inode = 1065401 }
+vm_state.vm_map: 23329.205053290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2918064128, end = 2918076416, flags = 135266419, pgoff = 192512, inode = 1065401 }
+vm_state.vm_map: 23329.205058208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2918076416, end = 2918109184, flags = 134217937, pgoff = 311296, inode = 535726 }
+vm_state.vm_map: 23329.205060737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2918109184, end = 2918170624, flags = 134217841, pgoff = 0, inode = 649749 }
+vm_state.vm_map: 23329.205062903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2918170624, end = 2918174720, flags = 1048688, pgoff = 2918170624, inode = 0 }
+vm_state.vm_map: 23329.205068191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2918174720, end = 2926563328, flags = 1048695, pgoff = 2918174720, inode = 0 }
+vm_state.vm_map: 23329.205070344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2926563328, end = 2926567424, flags = 1048688, pgoff = 2926563328, inode = 0 }
+vm_state.vm_map: 23329.205072429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2926567424, end = 2934956032, flags = 1048695, pgoff = 2926567424, inode = 0 }
+vm_state.vm_map: 23329.205075002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2934956032, end = 2935037952, flags = 134217845, pgoff = 0, inode = 870320 }
+vm_state.vm_map: 23329.205077187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935037952, end = 2935046144, flags = 135266419, pgoff = 81920, inode = 870320 }
+vm_state.vm_map: 23329.205082579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935046144, end = 2935058432, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.205084776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935058432, end = 2935062528, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.205087201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935062528, end = 2935074816, flags = 134217845, pgoff = 0, inode = 23389 }
+vm_state.vm_map: 23329.205089249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935074816, end = 2935078912, flags = 135266419, pgoff = 8192, inode = 23389 }
+vm_state.vm_map: 23329.205091804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935078912, end = 2935164928, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.205093772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935164928, end = 2935169024, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.205095821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935169024, end = 2935177216, flags = 1048691, pgoff = 2935169024, inode = 0 }
+vm_state.vm_map: 23329.205098122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935177216, end = 2935205888, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.205100115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935205888, end = 2935209984, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.205105619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935209984, end = 2935238656, flags = 134217845, pgoff = 0, inode = 23395 }
+vm_state.vm_map: 23329.205107778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935238656, end = 2935242752, flags = 135266419, pgoff = 28672, inode = 23395 }
+vm_state.vm_map: 23329.205110438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935242752, end = 2935562240, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.205112480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935562240, end = 2935578624, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.205114701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935578624, end = 2935803904, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.205116750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935803904, end = 2935808000, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.205118773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935808000, end = 2935812096, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.205124518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935812096, end = 2936012800, flags = 134217845, pgoff = 0, inode = 21333 }
+vm_state.vm_map: 23329.205126684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2936012800, end = 2936016896, flags = 135266419, pgoff = 200704, inode = 21333 }
+vm_state.vm_map: 23329.205128646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2936016896, end = 2936025088, flags = 1048691, pgoff = 2936016896, inode = 0 }
+vm_state.vm_map: 23329.205134870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2936025088, end = 2936287232, flags = 134217845, pgoff = 0, inode = 17293 }
+vm_state.vm_map: 23329.205137048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2936287232, end = 2936303616, flags = 135266419, pgoff = 262144, inode = 17293 }
+vm_state.vm_map: 23329.205142510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2936303616, end = 2936377344, flags = 134217845, pgoff = 0, inode = 19902 }
+vm_state.vm_map: 23329.205144669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2936377344, end = 2936389632, flags = 135266419, pgoff = 69632, inode = 19902 }
+vm_state.vm_map: 23329.205147174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2936389632, end = 2937245696, flags = 134217845, pgoff = 0, inode = 19901 }
+vm_state.vm_map: 23329.205149161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2937245696, end = 2937262080, flags = 135266419, pgoff = 856064, inode = 19901 }
+vm_state.vm_map: 23329.205154245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2937262080, end = 2937376768, flags = 134217845, pgoff = 0, inode = 19899 }
+vm_state.vm_map: 23329.205156515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2937376768, end = 2937384960, flags = 135266419, pgoff = 114688, inode = 19899 }
+vm_state.vm_map: 23329.205164567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2937384960, end = 2937536512, flags = 134217845, pgoff = 0, inode = 19900 }
+vm_state.vm_map: 23329.205166733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2937536512, end = 2937544704, flags = 135266419, pgoff = 147456, inode = 19900 }
+vm_state.vm_map: 23329.205169337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2937544704, end = 2938339328, flags = 134217845, pgoff = 0, inode = 21530 }
+vm_state.vm_map: 23329.205171361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2938339328, end = 2938363904, flags = 135266419, pgoff = 790528, inode = 21530 }
+vm_state.vm_map: 23329.205173798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2938363904, end = 2938490880, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 23329.205175945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2938490880, end = 2938494976, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 23329.205178469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2938494976, end = 2939015168, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 23329.205180850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2939015168, end = 2939023360, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 23329.205183170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2939023360, end = 2950975488, flags = 134217845, pgoff = 0, inode = 73814 }
+vm_state.vm_map: 23329.205185170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2950975488, end = 2951942144, flags = 135266419, pgoff = 11952128, inode = 73814 }
+vm_state.vm_map: 23329.205187230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2951942144, end = 2952007680, flags = 1048691, pgoff = 2951942144, inode = 0 }
+vm_state.vm_map: 23329.205189624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2952007680, end = 2952122368, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.205191735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2952122368, end = 2952126464, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.205194258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2952126464, end = 2953064448, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.205196288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953064448, end = 2953080832, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.205198380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953080832, end = 2953084928, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.205200354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953084928, end = 2953113600, flags = 1048691, pgoff = 2953084928, inode = 0 }
+vm_state.vm_map: 23329.205206204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953121792, end = 2953138176, flags = 134217937, pgoff = 135168, inode = 535573 }
+vm_state.vm_map: 23329.205211780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953138176, end = 2953166848, flags = 134217937, pgoff = 487424, inode = 811519 }
+vm_state.vm_map: 23329.205213941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953166848, end = 2953175040, flags = 1048695, pgoff = 2953166848, inode = 0 }
+vm_state.vm_map: 23329.205216729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953175040, end = 2953183232, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.205219123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953183232, end = 2953187328, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.205221153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953187328, end = 2953191424, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.205223800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953191424, end = 2953203712, flags = 134217845, pgoff = 0, inode = 73813 }
+vm_state.vm_map: 23329.205225855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953203712, end = 2953207808, flags = 135266419, pgoff = 8192, inode = 73813 }
+vm_state.vm_map: 23329.205233882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953207808, end = 2953248768, flags = 134217937, pgoff = 417792, inode = 535591 }
+vm_state.vm_map: 23329.205236430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953248768, end = 2953306112, flags = 134217841, pgoff = 0, inode = 649745 }
+vm_state.vm_map: 23329.205238744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953306112, end = 2953363456, flags = 134217841, pgoff = 0, inode = 649747 }
+vm_state.vm_map: 23329.205241595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953363456, end = 2953428992, flags = 134217841, pgoff = 0, inode = 649742 }
+vm_state.vm_map: 23329.205246790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953428992, end = 2953494528, flags = 134217841, pgoff = 0, inode = 649744 }
+vm_state.vm_map: 23329.205249147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953494528, end = 2953555968, flags = 134217841, pgoff = 0, inode = 649743 }
+vm_state.vm_map: 23329.205251115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953555968, end = 2953568256, flags = 1048688, pgoff = 2953555968, inode = 0 }
+vm_state.vm_map: 23329.205253441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953568256, end = 2953887744, flags = 1048695, pgoff = 2953568256, inode = 0 }
+vm_state.vm_map: 23329.205264393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953887744, end = 2960457728, flags = 134217841, pgoff = 0, inode = 545462 }
+vm_state.vm_map: 23329.205266670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2960457728, end = 2967027712, flags = 134217841, pgoff = 0, inode = 545462 }
+vm_state.vm_map: 23329.205271532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2967027712, end = 2980356096, flags = 134217841, pgoff = 0, inode = 49306 }
+vm_state.vm_map: 23329.205273679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2980356096, end = 2993684480, flags = 134217841, pgoff = 0, inode = 49306 }
+vm_state.vm_map: 23329.205275697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2993684480, end = 2994720768, flags = 2097267, pgoff = 2993684480, inode = 0 }
+vm_state.vm_map: 23329.205277775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2994720768, end = 2994733056, flags = 2097264, pgoff = 2994720768, inode = 0 }
+vm_state.vm_map: 23329.205280343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2994737152, end = 2994757632, flags = 134217845, pgoff = 0, inode = 870319 }
+vm_state.vm_map: 23329.205282460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2994757632, end = 2994765824, flags = 135266419, pgoff = 20480, inode = 870319 }
+vm_state.vm_map: 23329.205284735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2994765824, end = 2994778112, flags = 1048688, pgoff = 2994765824, inode = 0 }
+vm_state.vm_map: 23329.205286808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2994778112, end = 2995097600, flags = 1048695, pgoff = 2994778112, inode = 0 }
+vm_state.vm_map: 23329.205288845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2995097600, end = 2995109888, flags = 1048688, pgoff = 2995097600, inode = 0 }
+vm_state.vm_map: 23329.205290936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2995109888, end = 2995429376, flags = 1048695, pgoff = 2995109888, inode = 0 }
+vm_state.vm_map: 23329.205296409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2995429376, end = 2995576832, flags = 134217937, pgoff = 1679360, inode = 535139 }
+vm_state.vm_map: 23329.205298564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2995576832, end = 2995589120, flags = 1048688, pgoff = 2995576832, inode = 0 }
+vm_state.vm_map: 23329.205300716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2995589120, end = 2995908608, flags = 1048695, pgoff = 2995589120, inode = 0 }
+vm_state.vm_map: 23329.205302777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2995908608, end = 2995920896, flags = 2097271, pgoff = 2995908608, inode = 0 }
+vm_state.vm_map: 23329.205304906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2995920896, end = 2996240384, flags = 1048695, pgoff = 2995920896, inode = 0 }
+vm_state.vm_map: 23329.205307090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2996240384, end = 2996252672, flags = 1048688, pgoff = 2996240384, inode = 0 }
+vm_state.vm_map: 23329.205309231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2996252672, end = 2996572160, flags = 1048695, pgoff = 2996252672, inode = 0 }
+vm_state.vm_map: 23329.205311767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2996572160, end = 2997374976, flags = 134217845, pgoff = 0, inode = 21274 }
+vm_state.vm_map: 23329.205313877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2997374976, end = 2997391360, flags = 135266419, pgoff = 802816, inode = 21274 }
+vm_state.vm_map: 23329.205318961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2997395456, end = 2997485568, flags = 134217937, pgoff = 1781760, inode = 737886 }
+vm_state.vm_map: 23329.205321614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2997485568, end = 2997878784, flags = 134217979, pgoff = 0, inode = 1933319 }
+vm_state.vm_map: 23329.205323780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2997878784, end = 2998927360, flags = 2097267, pgoff = 2997878784, inode = 0 }
+vm_state.vm_map: 23329.205326230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2998931456, end = 2998980608, flags = 134217841, pgoff = 0, inode = 649746 }
+vm_state.vm_map: 23329.205333893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2998980608, end = 2998992896, flags = 134217845, pgoff = 0, inode = 141213 }
+vm_state.vm_map: 23329.205336059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2998992896, end = 2998996992, flags = 135266419, pgoff = 8192, inode = 141213 }
+vm_state.vm_map: 23329.205343431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2998996992, end = 2999099392, flags = 134217937, pgoff = 1208320, inode = 535864 }
+vm_state.vm_map: 23329.205348189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999115776, end = 2999132160, flags = 134217937, pgoff = 118784, inode = 536141 }
+vm_state.vm_map: 23329.205350676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999132160, end = 2999238656, flags = 134217937, pgoff = 1236992, inode = 535706 }
+vm_state.vm_map: 23329.205355494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999238656, end = 2999283712, flags = 134217937, pgoff = 524288, inode = 535850 }
+vm_state.vm_map: 23329.205358142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999283712, end = 2999328768, flags = 134217937, pgoff = 512000, inode = 535841 }
+vm_state.vm_map: 23329.205362924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999328768, end = 2999406592, flags = 134217937, pgoff = 901120, inode = 535818 }
+vm_state.vm_map: 23329.205367704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999406592, end = 2999603200, flags = 134217937, pgoff = 2269184, inode = 535816 }
+vm_state.vm_map: 23329.205370248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999611392, end = 2999627776, flags = 134217937, pgoff = 53248, inode = 535648 }
+vm_state.vm_map: 23329.205375207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999627776, end = 2999644160, flags = 134217937, pgoff = 110592, inode = 535137 }
+vm_state.vm_map: 23329.205377700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999644160, end = 2999660544, flags = 134217937, pgoff = 143360, inode = 535687 }
+vm_state.vm_map: 23329.205380020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999660544, end = 2999697408, flags = 134217937, pgoff = 368640, inode = 535630 }
+vm_state.vm_map: 23329.205382451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999697408, end = 2999824384, flags = 134217937, pgoff = 1445888, inode = 535128 }
+vm_state.vm_map: 23329.205384975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999824384, end = 3000410112, flags = 134217937, pgoff = 9248768, inode = 535655 }
+vm_state.vm_map: 23329.205392181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000410112, end = 3000451072, flags = 134217845, pgoff = 0, inode = 871011 }
+vm_state.vm_map: 23329.205394341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000451072, end = 3000455168, flags = 135266419, pgoff = 36864, inode = 871011 }
+vm_state.vm_map: 23329.205401350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000455168, end = 3000475648, flags = 134217845, pgoff = 0, inode = 871006 }
+vm_state.vm_map: 23329.205403534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000475648, end = 3000479744, flags = 135266419, pgoff = 20480, inode = 871006 }
+vm_state.vm_map: 23329.205408329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000479744, end = 3000487936, flags = 134217937, pgoff = 90112, inode = 535846 }
+vm_state.vm_map: 23329.205410729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000487936, end = 3000500224, flags = 1048688, pgoff = 3000487936, inode = 0 }
+vm_state.vm_map: 23329.205412888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000500224, end = 3000819712, flags = 1048695, pgoff = 3000500224, inode = 0 }
+vm_state.vm_map: 23329.205415005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000823808, end = 3000832000, flags = 1048695, pgoff = 3000823808, inode = 0 }
+vm_state.vm_map: 23329.205417509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000832000, end = 3000844288, flags = 134217979, pgoff = 0, inode = 1900550 }
+vm_state.vm_map: 23329.205420063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000848384, end = 3000856576, flags = 134217845, pgoff = 0, inode = 23393 }
+vm_state.vm_map: 23329.205422291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000856576, end = 3000860672, flags = 135266419, pgoff = 4096, inode = 23393 }
+vm_state.vm_map: 23329.205427085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000860672, end = 3000877056, flags = 134217937, pgoff = 118784, inode = 535971 }
+vm_state.vm_map: 23329.205429473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000881152, end = 3000909824, flags = 134217937, pgoff = 290816, inode = 536077 }
+vm_state.vm_map: 23329.205440221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000909824, end = 3000926208, flags = 134217937, pgoff = 147456, inode = 535865 }
+vm_state.vm_map: 23329.205445034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000930304, end = 3001225216, flags = 134217937, pgoff = 3801088, inode = 535633 }
+vm_state.vm_map: 23329.205447194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001225216, end = 3001237504, flags = 1048688, pgoff = 3001225216, inode = 0 }
+vm_state.vm_map: 23329.205449242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001237504, end = 3001556992, flags = 1048695, pgoff = 3001237504, inode = 0 }
+vm_state.vm_map: 23329.205452012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001561088, end = 3001569280, flags = 134217937, pgoff = 65536, inode = 535705 }
+vm_state.vm_map: 23329.205454406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001569280, end = 3001597952, flags = 134217937, pgoff = 1118208, inode = 198607 }
+vm_state.vm_map: 23329.205456800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001597952, end = 3001606144, flags = 134217937, pgoff = 12288, inode = 535138 }
+vm_state.vm_map: 23329.205461737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001606144, end = 3001634816, flags = 134217937, pgoff = 413696, inode = 535130 }
+vm_state.vm_map: 23329.205464254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001634816, end = 3001659392, flags = 134217937, pgoff = 225280, inode = 535715 }
+vm_state.vm_map: 23329.205466741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001659392, end = 3001671680, flags = 134217845, pgoff = 0, inode = 21332 }
+vm_state.vm_map: 23329.205468814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001671680, end = 3001675776, flags = 135266419, pgoff = 8192, inode = 21332 }
+vm_state.vm_map: 23329.205473990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001675776, end = 3001708544, flags = 134217937, pgoff = 679936, inode = 535795 }
+vm_state.vm_map: 23329.205479309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001708544, end = 3001729024, flags = 134217937, pgoff = 389120, inode = 535921 }
+vm_state.vm_map: 23329.205481814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001729024, end = 3001769984, flags = 134217937, pgoff = 380928, inode = 535606 }
+vm_state.vm_map: 23329.205484356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001769984, end = 3001835520, flags = 134217937, pgoff = 888832, inode = 536064 }
+vm_state.vm_map: 23329.205486769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001835520, end = 3001847808, flags = 134217937, pgoff = 90112, inode = 535574 }
+vm_state.vm_map: 23329.205491841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001847808, end = 3002019840, flags = 134217937, pgoff = 4317184, inode = 535724 }
+vm_state.vm_map: 23329.205494358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002019840, end = 3002052608, flags = 134217937, pgoff = 356352, inode = 535557 }
+vm_state.vm_map: 23329.205496894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002052608, end = 3002073088, flags = 134217937, pgoff = 274432, inode = 536160 }
+vm_state.vm_map: 23329.205498985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002073088, end = 3002085376, flags = 1048688, pgoff = 3002073088, inode = 0 }
+vm_state.vm_map: 23329.205501040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002085376, end = 3002404864, flags = 1048695, pgoff = 3002085376, inode = 0 }
+vm_state.vm_map: 23329.205505804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002404864, end = 3002466304, flags = 134217937, pgoff = 1003520, inode = 536157 }
+vm_state.vm_map: 23329.205507970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002466304, end = 3002478592, flags = 2097271, pgoff = 3002466304, inode = 0 }
+vm_state.vm_map: 23329.205509949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002478592, end = 3002798080, flags = 1048695, pgoff = 3002478592, inode = 0 }
+vm_state.vm_map: 23329.205515089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002798080, end = 3004112896, flags = 134217845, pgoff = 0, inode = 499857 }
+vm_state.vm_map: 23329.205517137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004112896, end = 3004121088, flags = 135266417, pgoff = 1314816, inode = 499857 }
+vm_state.vm_map: 23329.205519397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004121088, end = 3004125184, flags = 135266419, pgoff = 1323008, inode = 499857 }
+vm_state.vm_map: 23329.205521339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004125184, end = 3004137472, flags = 1048691, pgoff = 3004125184, inode = 0 }
+vm_state.vm_map: 23329.205529817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004137472, end = 3004219392, flags = 134217845, pgoff = 0, inode = 944151 }
+vm_state.vm_map: 23329.205531964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004219392, end = 3004223488, flags = 135266419, pgoff = 81920, inode = 944151 }
+vm_state.vm_map: 23329.205534617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004223488, end = 3004231680, flags = 134217845, pgoff = 0, inode = 23391 }
+vm_state.vm_map: 23329.205536573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004231680, end = 3004235776, flags = 135266419, pgoff = 4096, inode = 23391 }
+vm_state.vm_map: 23329.205539165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004239872, end = 3004248064, flags = 134217845, pgoff = 0, inode = 23893 }
+vm_state.vm_map: 23329.205541318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004248064, end = 3004252160, flags = 135266419, pgoff = 4096, inode = 23893 }
+vm_state.vm_map: 23329.205543509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004252160, end = 3004264448, flags = 1048688, pgoff = 3004252160, inode = 0 }
+vm_state.vm_map: 23329.205545526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004264448, end = 3004583936, flags = 1048695, pgoff = 3004264448, inode = 0 }
+vm_state.vm_map: 23329.205547754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004583936, end = 3004596224, flags = 1048688, pgoff = 3004583936, inode = 0 }
+vm_state.vm_map: 23329.205549926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004596224, end = 3004915712, flags = 1048695, pgoff = 3004596224, inode = 0 }
+vm_state.vm_map: 23329.205555806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004919808, end = 3004928000, flags = 134217937, pgoff = 69632, inode = 535597 }
+vm_state.vm_map: 23329.205561161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004928000, end = 3004936192, flags = 134217937, pgoff = 135168, inode = 535636 }
+vm_state.vm_map: 23329.205563704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004936192, end = 3004952576, flags = 134217937, pgoff = 90112, inode = 535129 }
+vm_state.vm_map: 23329.205569157 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004952576, end = 3004960768, flags = 134217937, pgoff = 40960, inode = 535834 }
+vm_state.vm_map: 23329.205574767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004960768, end = 3004989440, flags = 134217937, pgoff = 335872, inode = 535565 }
+vm_state.vm_map: 23329.205580029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004989440, end = 3005001728, flags = 134217937, pgoff = 761856, inode = 737915 }
+vm_state.vm_map: 23329.205582615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005001728, end = 3005026304, flags = 134217937, pgoff = 274432, inode = 535712 }
+vm_state.vm_map: 23329.205587303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005026304, end = 3005050880, flags = 134217937, pgoff = 204800, inode = 535123 }
+vm_state.vm_map: 23329.205589901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005050880, end = 3005083648, flags = 134217937, pgoff = 323584, inode = 535121 }
+vm_state.vm_map: 23329.205594930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005083648, end = 3005108224, flags = 134217937, pgoff = 299008, inode = 535863 }
+vm_state.vm_map: 23329.205597299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005108224, end = 3005165568, flags = 134217937, pgoff = 667648, inode = 536080 }
+vm_state.vm_map: 23329.205599786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005169664, end = 3005181952, flags = 134217937, pgoff = 98304, inode = 737887 }
+vm_state.vm_map: 23329.205602445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005181952, end = 3005190144, flags = 134217937, pgoff = 45056, inode = 535125 }
+vm_state.vm_map: 23329.205604839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005190144, end = 3005218816, flags = 134217937, pgoff = 307200, inode = 535127 }
+vm_state.vm_map: 23329.205606887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005218816, end = 3006263296, flags = 2097267, pgoff = 3005218816, inode = 0 }
+vm_state.vm_map: 23329.205609275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006263296, end = 3006267392, flags = 2097264, pgoff = 3006263296, inode = 0 }
+vm_state.vm_map: 23329.205611750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006267392, end = 3006275584, flags = 134217937, pgoff = 147456, inode = 535847 }
+vm_state.vm_map: 23329.205614131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006275584, end = 3006283776, flags = 134217937, pgoff = 69632, inode = 535134 }
+vm_state.vm_map: 23329.205619012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006287872, end = 3006300160, flags = 134217937, pgoff = 98304, inode = 535870 }
+vm_state.vm_map: 23329.205621178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006300160, end = 3006312448, flags = 2097271, pgoff = 3006300160, inode = 0 }
+vm_state.vm_map: 23329.205623257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006312448, end = 3006631936, flags = 1048695, pgoff = 3006312448, inode = 0 }
+vm_state.vm_map: 23329.205625700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006631936, end = 3006636032, flags = 134217937, pgoff = 53248, inode = 535718 }
+vm_state.vm_map: 23329.205628267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006640128, end = 3006644224, flags = 134217937, pgoff = 4190208, inode = 535140 }
+vm_state.vm_map: 23329.205630747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006644224, end = 3006652416, flags = 134217937, pgoff = 77824, inode = 535969 }
+vm_state.vm_map: 23329.205632808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006652416, end = 3006664704, flags = 2097271, pgoff = 3006652416, inode = 0 }
+vm_state.vm_map: 23329.205654132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006664704, end = 3006984192, flags = 1048695, pgoff = 3006664704, inode = 0 }
+vm_state.vm_map: 23329.205662721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006984192, end = 3006992384, flags = 134217841, pgoff = 0, inode = 76163 }
+vm_state.vm_map: 23329.205665305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006992384, end = 3007004672, flags = 134217937, pgoff = 69632, inode = 535132 }
+vm_state.vm_map: 23329.205668318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007004672, end = 3007029248, flags = 134217937, pgoff = 266240, inode = 535135 }
+vm_state.vm_map: 23329.205670797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007029248, end = 3007066112, flags = 134217937, pgoff = 352256, inode = 535637 }
+vm_state.vm_map: 23329.205675517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007066112, end = 3007184896, flags = 134217937, pgoff = 5668864, inode = 535879 }
+vm_state.vm_map: 23329.205680972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007188992, end = 3007201280, flags = 134217937, pgoff = 65536, inode = 536078 }
+vm_state.vm_map: 23329.205683427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007201280, end = 3007209472, flags = 134217937, pgoff = 61440, inode = 535120 }
+vm_state.vm_map: 23329.205685877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007209472, end = 3007250432, flags = 134217937, pgoff = 557056, inode = 535904 }
+vm_state.vm_map: 23329.205690659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007250432, end = 3007262720, flags = 134217937, pgoff = 81920, inode = 535728 }
+vm_state.vm_map: 23329.205697828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007262720, end = 3007270912, flags = 134217845, pgoff = 0, inode = 870982 }
+vm_state.vm_map: 23329.205700006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007270912, end = 3007275008, flags = 135266419, pgoff = 4096, inode = 870982 }
+vm_state.vm_map: 23329.205704770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007275008, end = 3007283200, flags = 134217937, pgoff = 24576, inode = 535592 }
+vm_state.vm_map: 23329.205707657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007283200, end = 3007328256, flags = 134217937, pgoff = 692224, inode = 535663 }
+vm_state.vm_map: 23329.205713007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007328256, end = 3007479808, flags = 134217937, pgoff = 1990656, inode = 535881 }
+vm_state.vm_map: 23329.205720145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007479808, end = 3007496192, flags = 134217845, pgoff = 0, inode = 87517 }
+vm_state.vm_map: 23329.205722194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007496192, end = 3007500288, flags = 135266419, pgoff = 12288, inode = 87517 }
+vm_state.vm_map: 23329.205724743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007500288, end = 3007520768, flags = 134217845, pgoff = 0, inode = 87510 }
+vm_state.vm_map: 23329.205726827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007520768, end = 3007524864, flags = 135266419, pgoff = 16384, inode = 87510 }
+vm_state.vm_map: 23329.205729475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007524864, end = 3007578112, flags = 134217841, pgoff = 0, inode = 649748 }
+vm_state.vm_map: 23329.205731887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007578112, end = 3007647744, flags = 134217841, pgoff = 0, inode = 649694 }
+vm_state.vm_map: 23329.205734330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007647744, end = 3007655936, flags = 134217845, pgoff = 0, inode = 87435 }
+vm_state.vm_map: 23329.205736534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007655936, end = 3007660032, flags = 135266419, pgoff = 4096, inode = 87435 }
+vm_state.vm_map: 23329.205739161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007660032, end = 3007664128, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.205741568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007664128, end = 3007688704, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.205747158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007688704, end = 3007692800, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.205749576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007692800, end = 3007696896, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.205751933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007696896, end = 3007700992, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.205754266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007700992, end = 3007705088, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.205756647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007705088, end = 3007713280, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.205758961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007713280, end = 3007746048, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.205761442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007746048, end = 3007758336, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.205763873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007758336, end = 3007766528, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.205766359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007766528, end = 3007770624, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.205768568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007770624, end = 3007774720, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.205770962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007774720, end = 3007778816, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.205773313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007778816, end = 3007807488, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.205775534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007807488, end = 3007819776, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.205777873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007819776, end = 3007823872, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.205780174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007823872, end = 3007832064, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.205782581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007832064, end = 3007836160, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.205785302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007836160, end = 3007840256, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.205787566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007840256, end = 3007852544, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.205789837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007852544, end = 3007860736, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.205792100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007860736, end = 3007893504, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.205794433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007893504, end = 3007913984, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.205797055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007913984, end = 3007942656, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.205799560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007942656, end = 3007987712, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.205801837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007987712, end = 3008045056, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.205804447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008045056, end = 3008061440, flags = 134217845, pgoff = 0, inode = 20897 }
+vm_state.vm_map: 23329.205806612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008061440, end = 3008065536, flags = 135266419, pgoff = 12288, inode = 20897 }
+vm_state.vm_map: 23329.205808803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008065536, end = 3008073728, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.205811073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008073728, end = 3008086016, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.205813591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008086016, end = 3008143360, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.205815616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008143360, end = 3008159744, flags = 1048695, pgoff = 3008143360, inode = 0 }
+vm_state.vm_map: 23329.205820804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008159744, end = 3008507904, flags = 134217845, pgoff = 0, inode = 870964 }
+vm_state.vm_map: 23329.205823210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008507904, end = 3008516096, flags = 135266419, pgoff = 344064, inode = 870964 }
+vm_state.vm_map: 23329.205825363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008516096, end = 3008520192, flags = 1048691, pgoff = 3008516096, inode = 0 }
+vm_state.vm_map: 23329.205827677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008520192, end = 3008532480, flags = 134217845, pgoff = 0, inode = 870963 }
+vm_state.vm_map: 23329.205829689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008532480, end = 3008536576, flags = 135266419, pgoff = 8192, inode = 870963 }
+vm_state.vm_map: 23329.205831873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008536576, end = 3008540672, flags = 1048691, pgoff = 3008536576, inode = 0 }
+vm_state.vm_map: 23329.205834489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008540672, end = 3008552960, flags = 134217937, pgoff = 94208, inode = 536143 }
+vm_state.vm_map: 23329.205836883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008552960, end = 3008569344, flags = 134217937, pgoff = 135168, inode = 535896 }
+vm_state.vm_map: 23329.205839228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008569344, end = 3008647168, flags = 134217937, pgoff = 2056192, inode = 535693 }
+vm_state.vm_map: 23329.205841640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008647168, end = 3008651264, flags = 134217937, pgoff = 16384, inode = 535975 }
+vm_state.vm_map: 23329.205844078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008651264, end = 3008733184, flags = 134217937, pgoff = 978944, inode = 535986 }
+vm_state.vm_map: 23329.205846435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008733184, end = 3008737280, flags = 134217937, pgoff = 4096, inode = 535700 }
+vm_state.vm_map: 23329.205848872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008737280, end = 3009024000, flags = 134217937, pgoff = 3801088, inode = 535984 }
+vm_state.vm_map: 23329.205850889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009032192, end = 3009044480, flags = 1048688, pgoff = 3009032192, inode = 0 }
+vm_state.vm_map: 23329.205852993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009044480, end = 3009368064, flags = 1048695, pgoff = 3009044480, inode = 0 }
+vm_state.vm_map: 23329.205855276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009368064, end = 3009376256, flags = 134217937, pgoff = 65536, inode = 535787 }
+vm_state.vm_map: 23329.205857757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009376256, end = 3009380352, flags = 134217937, pgoff = 40960, inode = 535558 }
+vm_state.vm_map: 23329.205860651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009388544, end = 3009396736, flags = 134217937, pgoff = 49152, inode = 535126 }
+vm_state.vm_map: 23329.205862718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009396736, end = 3009400832, flags = 1048695, pgoff = 3009396736, inode = 0 }
+vm_state.vm_map: 23329.205865149 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009400832, end = 3009409024, flags = 134217845, pgoff = 0, inode = 21334 }
+vm_state.vm_map: 23329.205867234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009409024, end = 3009413120, flags = 135266419, pgoff = 4096, inode = 21334 }
+vm_state.vm_map: 23329.205869406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009413120, end = 3010453504, flags = 2097267, pgoff = 3009413120, inode = 0 }
+vm_state.vm_map: 23329.205871368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010453504, end = 3010461696, flags = 2097264, pgoff = 3010453504, inode = 0 }
+vm_state.vm_map: 23329.205876878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010461696, end = 3010465792, flags = 134217937, pgoff = 12288, inode = 535588 }
+vm_state.vm_map: 23329.205882072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010465792, end = 3010473984, flags = 134217937, pgoff = 28672, inode = 535877 }
+vm_state.vm_map: 23329.205890914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010478080, end = 3010494464, flags = 134217937, pgoff = 126976, inode = 535589 }
+vm_state.vm_map: 23329.205893401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010494464, end = 3010498560, flags = 134217937, pgoff = 4096, inode = 536090 }
+vm_state.vm_map: 23329.205895875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010498560, end = 3010506752, flags = 134217937, pgoff = 24576, inode = 535782 }
+vm_state.vm_map: 23329.205898139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010519040, end = 3010531328, flags = 134217937, pgoff = 102400, inode = 536159 }
+vm_state.vm_map: 23329.205900768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010531328, end = 3010560000, flags = 134217937, pgoff = 593920, inode = 198593 }
+vm_state.vm_map: 23329.205903125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010560000, end = 3010568192, flags = 134217937, pgoff = 16384, inode = 535657 }
+vm_state.vm_map: 23329.205905550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010568192, end = 3010580480, flags = 134217937, pgoff = 73728, inode = 535562 }
+vm_state.vm_map: 23329.205911054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010580480, end = 3010592768, flags = 134217937, pgoff = 98304, inode = 535122 }
+vm_state.vm_map: 23329.205916582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010592768, end = 3010600960, flags = 134217937, pgoff = 57344, inode = 535587 }
+vm_state.vm_map: 23329.205921537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010609152, end = 3010617344, flags = 134217937, pgoff = 98304, inode = 535720 }
+vm_state.vm_map: 23329.205923980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010617344, end = 3010629632, flags = 134217937, pgoff = 77824, inode = 198594 }
+vm_state.vm_map: 23329.205926393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010629632, end = 3010646016, flags = 134217937, pgoff = 159744, inode = 536148 }
+vm_state.vm_map: 23329.205928497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010646016, end = 3010658304, flags = 1048688, pgoff = 3010646016, inode = 0 }
+vm_state.vm_map: 23329.205930545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010658304, end = 3010977792, flags = 1048695, pgoff = 3010658304, inode = 0 }
+vm_state.vm_map: 23329.205936067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010977792, end = 3010985984, flags = 134217937, pgoff = 57344, inode = 535836 }
+vm_state.vm_map: 23329.205941232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010985984, end = 3010998272, flags = 134217937, pgoff = 77824, inode = 535722 }
+vm_state.vm_map: 23329.205946568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011002368, end = 3011010560, flags = 134217937, pgoff = 45056, inode = 535708 }
+vm_state.vm_map: 23329.205951832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011010560, end = 3011014656, flags = 134217937, pgoff = 32768, inode = 535124 }
+vm_state.vm_map: 23329.205956984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011014656, end = 3011022848, flags = 134217937, pgoff = 20480, inode = 535118 }
+vm_state.vm_map: 23329.205961907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011022848, end = 3011035136, flags = 134217937, pgoff = 90112, inode = 535774 }
+vm_state.vm_map: 23329.205963949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011035136, end = 3011047424, flags = 1048688, pgoff = 3011035136, inode = 0 }
+vm_state.vm_map: 23329.205966232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011047424, end = 3011366912, flags = 1048695, pgoff = 3011047424, inode = 0 }
+vm_state.vm_map: 23329.205968361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011366912, end = 3011379200, flags = 1048688, pgoff = 3011366912, inode = 0 }
+vm_state.vm_map: 23329.205970459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011379200, end = 3011698688, flags = 1048695, pgoff = 3011379200, inode = 0 }
+vm_state.vm_map: 23329.205972526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011698688, end = 3011710976, flags = 1048688, pgoff = 3011698688, inode = 0 }
+vm_state.vm_map: 23329.205974525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011710976, end = 3012030464, flags = 1048695, pgoff = 3011710976, inode = 0 }
+vm_state.vm_map: 23329.205979770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012030464, end = 3012059136, flags = 134217845, pgoff = 0, inode = 198542 }
+vm_state.vm_map: 23329.205981843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012059136, end = 3012063232, flags = 135266419, pgoff = 24576, inode = 198542 }
+vm_state.vm_map: 23329.205984194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012063232, end = 3012141056, flags = 134217845, pgoff = 0, inode = 198541 }
+vm_state.vm_map: 23329.205986242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012141056, end = 3012145152, flags = 135266419, pgoff = 77824, inode = 198541 }
+vm_state.vm_map: 23329.205988636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012145152, end = 3012214784, flags = 134217937, pgoff = 1064960, inode = 535890 }
+vm_state.vm_map: 23329.205990660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012214784, end = 3012218880, flags = 1048688, pgoff = 3012214784, inode = 0 }
+vm_state.vm_map: 23329.205992758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012218880, end = 3012743168, flags = 1048695, pgoff = 3012218880, inode = 0 }
+vm_state.vm_map: 23329.205994714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012743168, end = 3012755456, flags = 1048688, pgoff = 3012743168, inode = 0 }
+vm_state.vm_map: 23329.205996818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012755456, end = 3013074944, flags = 1048695, pgoff = 3012755456, inode = 0 }
+vm_state.vm_map: 23329.205999014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3013074944, end = 3013087232, flags = 1048688, pgoff = 3013074944, inode = 0 }
+vm_state.vm_map: 23329.206001050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3013087232, end = 3013603328, flags = 1048695, pgoff = 3013087232, inode = 0 }
+vm_state.vm_map: 23329.206003000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3013603328, end = 3013615616, flags = 1048688, pgoff = 3013603328, inode = 0 }
+vm_state.vm_map: 23329.206004944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3013615616, end = 3013935104, flags = 1048695, pgoff = 3013615616, inode = 0 }
+vm_state.vm_map: 23329.206006875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3013935104, end = 3014144000, flags = 1048691, pgoff = 3013935104, inode = 0 }
+vm_state.vm_map: 23329.206009263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3014144000, end = 3015806976, flags = 134217937, pgoff = 50016256, inode = 198631 }
+vm_state.vm_map: 23329.206011324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3015806976, end = 3015819264, flags = 1048688, pgoff = 3015806976, inode = 0 }
+vm_state.vm_map: 23329.206013593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3015819264, end = 3016138752, flags = 1048695, pgoff = 3015819264, inode = 0 }
+vm_state.vm_map: 23329.206015563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3016138752, end = 3016151040, flags = 1048688, pgoff = 3016138752, inode = 0 }
+vm_state.vm_map: 23329.206017482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3016151040, end = 3016470528, flags = 1048695, pgoff = 3016151040, inode = 0 }
+vm_state.vm_map: 23329.206019425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3016470528, end = 3016474624, flags = 1048688, pgoff = 3016470528, inode = 0 }
+vm_state.vm_map: 23329.206021355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3016474624, end = 3017158656, flags = 1048695, pgoff = 3016474624, inode = 0 }
+vm_state.vm_map: 23329.206023288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3017158656, end = 3017576448, flags = 2097271, pgoff = 3017158656, inode = 0 }
+vm_state.vm_map: 23329.206025349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3017576448, end = 3017732096, flags = 1048695, pgoff = 3017576448, inode = 0 }
+vm_state.vm_map: 23329.206027390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3017732096, end = 3018305536, flags = 2097271, pgoff = 3017732096, inode = 0 }
+vm_state.vm_map: 23329.206029495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3018305536, end = 3018321920, flags = 1048695, pgoff = 3018305536, inode = 0 }
+vm_state.vm_map: 23329.206031605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3018321920, end = 3018362880, flags = 2097271, pgoff = 3018321920, inode = 0 }
+vm_state.vm_map: 23329.206033665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3018362880, end = 3018522624, flags = 1048695, pgoff = 3018362880, inode = 0 }
+vm_state.vm_map: 23329.206035769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3018522624, end = 3019091968, flags = 2097271, pgoff = 3018522624, inode = 0 }
+vm_state.vm_map: 23329.206037756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3019091968, end = 3019202560, flags = 1048695, pgoff = 3019091968, inode = 0 }
+vm_state.vm_map: 23329.206039687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3019202560, end = 3019616256, flags = 2097271, pgoff = 3019202560, inode = 0 }
+vm_state.vm_map: 23329.206041810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3019616256, end = 3019890688, flags = 1048695, pgoff = 3019616256, inode = 0 }
+vm_state.vm_map: 23329.206043790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3019890688, end = 3020185600, flags = 2097271, pgoff = 3019890688, inode = 0 }
+vm_state.vm_map: 23329.206046197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3020185600, end = 3034636288, flags = 1048695, pgoff = 3020185600, inode = 0 }
+vm_state.vm_map: 23329.206048510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3034636288, end = 3053740032, flags = 2097271, pgoff = 3034636288, inode = 0 }
+vm_state.vm_map: 23329.206050904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3053740032, end = 3053801472, flags = 134217845, pgoff = 0, inode = 198537 }
+vm_state.vm_map: 23329.206052866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3053801472, end = 3053809664, flags = 135266419, pgoff = 57344, inode = 198537 }
+vm_state.vm_map: 23329.206061252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3053809664, end = 3053842432, flags = 134217979, pgoff = 0, inode = 1392951 }
+vm_state.vm_map: 23329.206066194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3053842432, end = 3053985792, flags = 134217845, pgoff = 0, inode = 198535 }
+vm_state.vm_map: 23329.206068360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3053985792, end = 3053993984, flags = 135266419, pgoff = 143360, inode = 198535 }
+vm_state.vm_map: 23329.206070785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3053993984, end = 3054039040, flags = 134217845, pgoff = 0, inode = 198534 }
+vm_state.vm_map: 23329.206072889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3054039040, end = 3054043136, flags = 135266419, pgoff = 45056, inode = 198534 }
+vm_state.vm_map: 23329.206077794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3054043136, end = 3058655232, flags = 135266421, pgoff = 0, inode = 207418 }
+vm_state.vm_map: 23329.206079941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3058655232, end = 3058786304, flags = 135266419, pgoff = 4608000, inode = 207418 }
+vm_state.vm_map: 23329.206081996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3058786304, end = 3063111680, flags = 1048691, pgoff = 3058786304, inode = 0 }
+vm_state.vm_map: 23329.206085172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3063111680, end = 3063504896, flags = 134217979, pgoff = 0, inode = 1867781 }
+vm_state.vm_map: 23329.206087222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3063504896, end = 3063910400, flags = 1048691, pgoff = 3063504896, inode = 0 }
+vm_state.vm_map: 23329.206089417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3063910400, end = 3063939072, flags = 134217845, pgoff = 0, inode = 1065218 }
+vm_state.vm_map: 23329.206091467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3063939072, end = 3063943168, flags = 135266419, pgoff = 28672, inode = 1065218 }
+vm_state.vm_map: 23329.206093855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3063943168, end = 3063996416, flags = 134217845, pgoff = 0, inode = 24466 }
+vm_state.vm_map: 23329.206095822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3063996416, end = 3064000512, flags = 135266419, pgoff = 49152, inode = 24466 }
+vm_state.vm_map: 23329.206098248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064000512, end = 3064164352, flags = 134217845, pgoff = 0, inode = 21283 }
+vm_state.vm_map: 23329.206100315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064164352, end = 3064168448, flags = 135266419, pgoff = 159744, inode = 21283 }
+vm_state.vm_map: 23329.206102598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064168448, end = 3064197120, flags = 134217845, pgoff = 0, inode = 23696 }
+vm_state.vm_map: 23329.206104534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064197120, end = 3064201216, flags = 135266419, pgoff = 24576, inode = 23696 }
+vm_state.vm_map: 23329.206107053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064201216, end = 3064262656, flags = 134217845, pgoff = 0, inode = 1065430 }
+vm_state.vm_map: 23329.206109003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064262656, end = 3064266752, flags = 135266419, pgoff = 57344, inode = 1065430 }
+vm_state.vm_map: 23329.206111186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064266752, end = 3064295424, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.206113123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064295424, end = 3064299520, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.206115221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064299520, end = 3064303616, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.206117263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064303616, end = 3064307712, flags = 2097265, pgoff = 3064303616, inode = 0 }
+vm_state.vm_map: 23329.206119941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064307712, end = 3064311808, flags = 134217937, pgoff = 28672, inode = 535734 }
+vm_state.vm_map: 23329.206122434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064311808, end = 3064320000, flags = 134217937, pgoff = 53248, inode = 536055 }
+vm_state.vm_map: 23329.206124717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064320000, end = 3064344576, flags = 134217845, pgoff = 0, inode = 198525 }
+vm_state.vm_map: 23329.206126778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064344576, end = 3064348672, flags = 135266419, pgoff = 24576, inode = 198525 }
+vm_state.vm_map: 23329.206131584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064348672, end = 3064360960, flags = 134217845, pgoff = 0, inode = 87515 }
+vm_state.vm_map: 23329.206133707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064360960, end = 3064365056, flags = 135266419, pgoff = 8192, inode = 87515 }
+vm_state.vm_map: 23329.206135842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064365056, end = 3064397824, flags = 134217841, pgoff = 0, inode = 74138 }
+vm_state.vm_map: 23329.206138094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064397824, end = 3064438784, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.206140087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064438784, end = 3064442880, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.206142086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064442880, end = 3064446976, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.206144159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064446976, end = 3064483840, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.206146109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064483840, end = 3064487936, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.206148046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064487936, end = 3064492032, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.206150342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064492032, end = 3064569856, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.206152458 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064569856, end = 3064573952, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.206154858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064573952, end = 3064578048, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.206156862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064578048, end = 3064586240, flags = 1048691, pgoff = 3064578048, inode = 0 }
+vm_state.vm_map: 23329.206159072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064586240, end = 3064610816, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.206161312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064610816, end = 3064614912, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.206163373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064614912, end = 3064619008, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.206168044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064619008, end = 3064623104, flags = 134217937, pgoff = 8192, inode = 536067 }
+vm_state.vm_map: 23329.206170543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064623104, end = 3064643584, flags = 134217845, pgoff = 0, inode = 23692 }
+vm_state.vm_map: 23329.206172492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064643584, end = 3064647680, flags = 135266419, pgoff = 16384, inode = 23692 }
+vm_state.vm_map: 23329.206174831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064647680, end = 3064664064, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.206176878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064664064, end = 3064668160, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.206179371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064668160, end = 3064684544, flags = 134217845, pgoff = 0, inode = 1065432 }
+vm_state.vm_map: 23329.206181438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064684544, end = 3064688640, flags = 135266419, pgoff = 12288, inode = 1065432 }
+vm_state.vm_map: 23329.206183943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064688640, end = 3064709120, flags = 134217845, pgoff = 0, inode = 314599 }
+vm_state.vm_map: 23329.206186140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064709120, end = 3064713216, flags = 135266419, pgoff = 16384, inode = 314599 }
+vm_state.vm_map: 23329.206188626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064713216, end = 3064852480, flags = 134217841, pgoff = 0, inode = 74520 }
+vm_state.vm_map: 23329.206191465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064852480, end = 3064954880, flags = 134217845, pgoff = 0, inode = 21552 }
+vm_state.vm_map: 23329.206193723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064954880, end = 3064963072, flags = 135266419, pgoff = 98304, inode = 21552 }
+vm_state.vm_map: 23329.206196228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064963072, end = 3068862464, flags = 134217845, pgoff = 0, inode = 21427 }
+vm_state.vm_map: 23329.206198388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3068862464, end = 3068887040, flags = 135266419, pgoff = 3895296, inode = 21427 }
+vm_state.vm_map: 23329.206200405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3068887040, end = 3068891136, flags = 1048691, pgoff = 3068887040, inode = 0 }
+vm_state.vm_map: 23329.206202960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3068891136, end = 3068907520, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.206205045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3068907520, end = 3068911616, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.206207414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3068911616, end = 3069009920, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.206209759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069009920, end = 3069014016, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.206212252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069014016, end = 3069038592, flags = 134217845, pgoff = 0, inode = 22612 }
+vm_state.vm_map: 23329.206214387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069038592, end = 3069042688, flags = 135266419, pgoff = 20480, inode = 22612 }
+vm_state.vm_map: 23329.206217040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069042688, end = 3069054976, flags = 134217845, pgoff = 0, inode = 21323 }
+vm_state.vm_map: 23329.206219206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069054976, end = 3069059072, flags = 135266419, pgoff = 8192, inode = 21323 }
+vm_state.vm_map: 23329.206221563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069059072, end = 3069202432, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.206223661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069202432, end = 3069206528, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.206226042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069206528, end = 3069284352, flags = 134217845, pgoff = 0, inode = 24576 }
+vm_state.vm_map: 23329.206228375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069284352, end = 3069288448, flags = 135266419, pgoff = 77824, inode = 24576 }
+vm_state.vm_map: 23329.206230830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069288448, end = 3069321216, flags = 134217845, pgoff = 0, inode = 24194 }
+vm_state.vm_map: 23329.206232922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069321216, end = 3069325312, flags = 135266419, pgoff = 28672, inode = 24194 }
+vm_state.vm_map: 23329.206235464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069325312, end = 3069792256, flags = 134217845, pgoff = 0, inode = 23967 }
+vm_state.vm_map: 23329.206237593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069792256, end = 3069800448, flags = 135266419, pgoff = 462848, inode = 23967 }
+vm_state.vm_map: 23329.206239690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069800448, end = 3069804544, flags = 1048691, pgoff = 3069800448, inode = 0 }
+vm_state.vm_map: 23329.206242220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069804544, end = 3070160896, flags = 134217845, pgoff = 0, inode = 1065307 }
+vm_state.vm_map: 23329.206244337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070160896, end = 3070169088, flags = 135266419, pgoff = 356352, inode = 1065307 }
+vm_state.vm_map: 23329.206246717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070169088, end = 3070177280, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.206248736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070177280, end = 3070181376, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.206251160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070181376, end = 3070328832, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.206253110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070328832, end = 3070337024, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.206255312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070337024, end = 3070435328, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.206257416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070435328, end = 3070439424, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.206259601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070439424, end = 3070443520, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.206261766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070443520, end = 3070513152, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.206264210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070513152, end = 3070517248, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.206266271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070517248, end = 3070521344, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.206268412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070521344, end = 3070529536, flags = 1048691, pgoff = 3070521344, inode = 0 }
+vm_state.vm_map: 23329.206270744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070529536, end = 3070607360, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.206272792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070607360, end = 3070611456, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.206275131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070611456, end = 3071082496, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.206277223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071082496, end = 3071098880, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.206279765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071098880, end = 3071246336, flags = 134217845, pgoff = 0, inode = 22796 }
+vm_state.vm_map: 23329.206281782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071246336, end = 3071250432, flags = 135266419, pgoff = 147456, inode = 22796 }
+vm_state.vm_map: 23329.206284244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071250432, end = 3071348736, flags = 134217845, pgoff = 0, inode = 22669 }
+vm_state.vm_map: 23329.206286299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071348736, end = 3071352832, flags = 135266419, pgoff = 94208, inode = 22669 }
+vm_state.vm_map: 23329.206288452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071352832, end = 3071500288, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.206290637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071500288, end = 3071504384, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.206292741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071504384, end = 3071508480, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.206295289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071508480, end = 3072659456, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.206297331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3072659456, end = 3072675840, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.206300058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3072675840, end = 3073155072, flags = 134217845, pgoff = 0, inode = 21325 }
+vm_state.vm_map: 23329.206302150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073155072, end = 3073163264, flags = 135266419, pgoff = 479232, inode = 21325 }
+vm_state.vm_map: 23329.206304575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073163264, end = 3073179648, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.206306753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073179648, end = 3073183744, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.206309203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073183744, end = 3073191936, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.206311430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073191936, end = 3073196032, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.206313812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073196032, end = 3073204224, flags = 134217845, pgoff = 0, inode = 17721 }
+vm_state.vm_map: 23329.206316045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073204224, end = 3073208320, flags = 135266419, pgoff = 4096, inode = 17721 }
+vm_state.vm_map: 23329.206318463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073208320, end = 3073241088, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.206320611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073241088, end = 3073245184, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.206323072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073245184, end = 3073269760, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.206325066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073269760, end = 3073273856, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.206327595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073273856, end = 3073306624, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.206329723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073306624, end = 3073310720, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.206332236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073310720, end = 3073318912, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.206334222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073318912, end = 3073323008, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.206337183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073323008, end = 3073355776, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.206339293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073355776, end = 3073359872, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.206341724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073359872, end = 3073413120, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.206343779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073413120, end = 3073417216, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.206346395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073417216, end = 3073601536, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.206348481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073601536, end = 3073609728, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.206350566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073609728, end = 3073622016, flags = 134217845, pgoff = 0, inode = 19626 }
+vm_state.vm_map: 23329.206352701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073622016, end = 3073626112, flags = 135266419, pgoff = 8192, inode = 19626 }
+vm_state.vm_map: 23329.206354910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073626112, end = 3074224128, flags = 134217845, pgoff = 0, inode = 19628 }
+vm_state.vm_map: 23329.206356860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3074224128, end = 3074232320, flags = 135266419, pgoff = 598016, inode = 19628 }
+vm_state.vm_map: 23329.206359180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3074232320, end = 3074502656, flags = 134217845, pgoff = 0, inode = 22793 }
+vm_state.vm_map: 23329.206361370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3074502656, end = 3074510848, flags = 135266419, pgoff = 266240, inode = 22793 }
+vm_state.vm_map: 23329.206363752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3074510848, end = 3075108864, flags = 134217845, pgoff = 0, inode = 22668 }
+vm_state.vm_map: 23329.206365862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3075108864, end = 3075121152, flags = 135266419, pgoff = 593920, inode = 22668 }
+vm_state.vm_map: 23329.206368096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3075121152, end = 3075313664, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.206370335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3075313664, end = 3075317760, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.206372945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3075317760, end = 3076055040, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.206375117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076055040, end = 3076059136, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.206377265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076059136, end = 3076300800, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.206379356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076300800, end = 3076304896, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.206381713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076304896, end = 3076313088, flags = 134217937, pgoff = 40960, inode = 535980 }
+vm_state.vm_map: 23329.206383817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076313088, end = 3076317184, flags = 1048691, pgoff = 3076313088, inode = 0 }
+vm_state.vm_map: 23329.206385957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076317184, end = 3076321280, flags = 113, pgoff = 3076317184, inode = 0 }
+vm_state.vm_map: 23329.206388129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076321280, end = 3076349952, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.206390529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076349952, end = 3076399104, flags = 134217841, pgoff = 0, inode = 74519 }
+vm_state.vm_map: 23329.206392684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076399104, end = 3077730304, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.206394788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3077730304, end = 3077734400, flags = 1048691, pgoff = 3077730304, inode = 0 }
+vm_state.vm_map: 23329.206396983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3077734400, end = 3079049216, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.206399019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079049216, end = 3079057408, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.206401155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079057408, end = 3079061504, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.206403172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079061504, end = 3079077888, flags = 1048691, pgoff = 3079061504, inode = 0 }
+vm_state.vm_map: 23329.206405406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079077888, end = 3079086080, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.206407793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079086080, end = 3079090176, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.206409811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079090176, end = 3079094272, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.206412076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079094272, end = 3079180288, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.206414081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079180288, end = 3079184384, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.206416179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079184384, end = 3079188480, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.206418227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079188480, end = 3079196672, flags = 1048691, pgoff = 3079188480, inode = 0 }
+vm_state.vm_map: 23329.206420615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079196672, end = 3079237632, flags = 134217845, pgoff = 0, inode = 22795 }
+vm_state.vm_map: 23329.206422738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079237632, end = 3079241728, flags = 135266419, pgoff = 36864, inode = 22795 }
+vm_state.vm_map: 23329.206427501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079241728, end = 3079286784, flags = 134217845, pgoff = 0, inode = 535829 }
+vm_state.vm_map: 23329.206429562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079286784, end = 3079290880, flags = 135266419, pgoff = 40960, inode = 535829 }
+vm_state.vm_map: 23329.206431604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079290880, end = 3079299072, flags = 1048691, pgoff = 3079290880, inode = 0 }
+vm_state.vm_map: 23329.206433659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079299072, end = 3079303168, flags = 67371125, pgoff = 3079299072, inode = 0 }
+vm_state.vm_map: 23329.206435843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079303168, end = 3079417856, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.206437953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079417856, end = 3079421952, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.206439977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079421952, end = 3079426048, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.206442451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3214716928, end = 3214729216, flags = 1048688, pgoff = 3214716928, inode = 0 }
+vm_state.vm_map: 23329.206444450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3214729216, end = 3215044608, flags = 1048951, pgoff = 3220905984, inode = 0 }
+vm_state.vm_map: 23329.206446536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3215044608, end = 3215048704, flags = 1048947, pgoff = 3221221376, inode = 0 }
+vm_state.vm_map: 23329.206452589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 134512640, end = 134565888, flags = 134223989, pgoff = 0, inode = 239235 }
+vm_state.vm_map: 23329.206454779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 134565888, end = 134569984, flags = 135272563, pgoff = 49152, inode = 239235 }
+vm_state.vm_map: 23329.206456976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 154087424, end = 155582464, flags = 1048691, pgoff = 154087424, inode = 0 }
+vm_state.vm_map: 23329.206459332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073544192, end = 3073576960, flags = 134217841, pgoff = 0, inode = 74138 }
+vm_state.vm_map: 23329.206464453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073581056, end = 3073630208, flags = 134217845, pgoff = 0, inode = 418337 }
+vm_state.vm_map: 23329.206466638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073630208, end = 3073634304, flags = 135266419, pgoff = 49152, inode = 418337 }
+vm_state.vm_map: 23329.206468902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073634304, end = 3073675264, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.206471112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073675264, end = 3073679360, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.206473178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073679360, end = 3073683456, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.206475610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073683456, end = 3073720320, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.206477632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073720320, end = 3073724416, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.206480298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073724416, end = 3073728512, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.206482470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073728512, end = 3073806336, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.206484599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073806336, end = 3073810432, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.206486807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073810432, end = 3073814528, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.206488986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073814528, end = 3073822720, flags = 1048691, pgoff = 3073814528, inode = 0 }
+vm_state.vm_map: 23329.206491108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073822720, end = 3073847296, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.206493194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073847296, end = 3073851392, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.206495285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073851392, end = 3073855488, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.206497611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073855488, end = 3075186688, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.206499629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075186688, end = 3075194880, flags = 1048691, pgoff = 3075186688, inode = 0 }
+vm_state.vm_map: 23329.206501980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075194880, end = 3075203072, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.206504139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075203072, end = 3075207168, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.206506293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075207168, end = 3075211264, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.206508409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075211264, end = 3075403776, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.206510513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075403776, end = 3075407872, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.206512734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075407872, end = 3075436544, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.206515320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075436544, end = 3075440640, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.206517344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075440640, end = 3075444736, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.206519713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075444736, end = 3075461120, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.206521731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075461120, end = 3075465216, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.206524044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075465216, end = 3075706880, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.206526099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075706880, end = 3075710976, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.206528215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075710976, end = 3075723264, flags = 134217845, pgoff = 0, inode = 19626 }
+vm_state.vm_map: 23329.206530406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075723264, end = 3075727360, flags = 135266419, pgoff = 8192, inode = 19626 }
+vm_state.vm_map: 23329.206532405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075727360, end = 3075731456, flags = 1048691, pgoff = 3075727360, inode = 0 }
+vm_state.vm_map: 23329.206534601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075731456, end = 3077046272, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.206536667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3077046272, end = 3077054464, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.206538674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3077054464, end = 3077058560, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.206540758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3077058560, end = 3077070848, flags = 1048691, pgoff = 3077058560, inode = 0 }
+vm_state.vm_map: 23329.206542907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3077070848, end = 3077267456, flags = 134217845, pgoff = 0, inode = 1065401 }
+vm_state.vm_map: 23329.206545134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3077267456, end = 3077279744, flags = 135266419, pgoff = 192512, inode = 1065401 }
+vm_state.vm_map: 23329.206547300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3077279744, end = 3078017024, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.206549773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078017024, end = 3078021120, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.206551988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078021120, end = 3078107136, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.206554129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078107136, end = 3078111232, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.206556245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078111232, end = 3078115328, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.206558300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078115328, end = 3078123520, flags = 1048691, pgoff = 3078115328, inode = 0 }
+vm_state.vm_map: 23329.206560595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078123520, end = 3078348800, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.206562792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078348800, end = 3078352896, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.206564853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078352896, end = 3078356992, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.206567006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078356992, end = 3078361088, flags = 1048691, pgoff = 3078356992, inode = 0 }
+vm_state.vm_map: 23329.206569252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078361088, end = 3078475776, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 23329.206571375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078475776, end = 3078479872, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 23329.206573553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078479872, end = 3078787072, flags = 134217845, pgoff = 0, inode = 1065420 }
+vm_state.vm_map: 23329.206575675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078787072, end = 3078828032, flags = 135266419, pgoff = 303104, inode = 1065420 }
+vm_state.vm_map: 23329.206578014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078832128, end = 3078860800, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.206583073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078860800, end = 3078922240, flags = 134217841, pgoff = 0, inode = 76320 }
+vm_state.vm_map: 23329.206585609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078922240, end = 3078930432, flags = 1048691, pgoff = 3078922240, inode = 0 }
+vm_state.vm_map: 23329.206587744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078930432, end = 3078934528, flags = 67371125, pgoff = 3078930432, inode = 0 }
+vm_state.vm_map: 23329.206590015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078934528, end = 3079049216, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.206592082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3079049216, end = 3079053312, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.206594112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3079053312, end = 3079057408, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.206596209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3214024704, end = 3214110720, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.206601652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
+vm_state.vm_map: 23329.206621148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
+vm_state.vm_map: 23329.206623457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
+vm_state.vm_map: 23329.206625684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 165335040, end = 165404672, flags = 1048691, pgoff = 165335040, inode = 0 }
+vm_state.vm_map: 23329.206628028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3076132864, end = 3077464064, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.206630280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3077464064, end = 3077468160, flags = 1048691, pgoff = 3077464064, inode = 0 }
+vm_state.vm_map: 23329.206632619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3077468160, end = 3078782976, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.206634846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3078782976, end = 3078791168, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.206636925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3078791168, end = 3078795264, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.206639461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3078795264, end = 3078811648, flags = 1048691, pgoff = 3078795264, inode = 0 }
+vm_state.vm_map: 23329.206641726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3078811648, end = 3078819840, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.206643830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3078819840, end = 3078823936, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.206646069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3078823936, end = 3078828032, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.206648241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3078828032, end = 3079045120, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 23329.206650271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3079045120, end = 3079057408, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 23329.206652505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3079122944, end = 3079151616, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.206654566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3079151616, end = 3079159808, flags = 1048691, pgoff = 3079151616, inode = 0 }
+vm_state.vm_map: 23329.206656664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3079159808, end = 3079163904, flags = 67371125, pgoff = 3079159808, inode = 0 }
+vm_state.vm_map: 23329.206658947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3079163904, end = 3079278592, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.206658949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3079278592, end = 3079282688, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.206658951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3079282688, end = 3079286784, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.206658953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3219410944, end = 3219496960, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.206658955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
+vm_state.vm_map: 23329.206658957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
+vm_state.vm_map: 23329.206658959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
+vm_state.vm_map: 23329.206658962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 148074496, end = 148185088, flags = 1048691, pgoff = 148074496, inode = 0 }
+vm_state.vm_map: 23329.206658964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3075608576, end = 3076939776, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.206658966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3076939776, end = 3076943872, flags = 1048691, pgoff = 3076939776, inode = 0 }
+vm_state.vm_map: 23329.206658968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3076943872, end = 3078258688, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.206658970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078258688, end = 3078266880, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.206658972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078266880, end = 3078270976, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.206658974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078270976, end = 3078287360, flags = 1048691, pgoff = 3078270976, inode = 0 }
+vm_state.vm_map: 23329.206658976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078287360, end = 3078295552, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.206658978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078295552, end = 3078299648, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.206658980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078299648, end = 3078303744, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.206658982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078303744, end = 3078520832, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 23329.206658984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078520832, end = 3078533120, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 23329.206658986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078598656, end = 3078627328, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.206658988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078627328, end = 3078635520, flags = 1048691, pgoff = 3078627328, inode = 0 }
+vm_state.vm_map: 23329.206658990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078635520, end = 3078639616, flags = 67371125, pgoff = 3078635520, inode = 0 }
+vm_state.vm_map: 23329.206658992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078639616, end = 3078754304, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.206658995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078754304, end = 3078758400, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.206658997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078758400, end = 3078762496, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.206658999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3212931072, end = 3213017088, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.206659001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 134512640, end = 134516736, flags = 134223989, pgoff = 0, inode = 1352341 }
+vm_state.vm_map: 23329.206659003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 134516736, end = 134520832, flags = 135272563, pgoff = 0, inode = 1352341 }
+vm_state.vm_map: 23329.206674495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 141873152, end = 193757184, flags = 1048691, pgoff = 141873152, inode = 0 }
+vm_state.vm_map: 23329.206679985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3040997376, end = 3041067008, flags = 134217841, pgoff = 0, inode = 649694 }
+vm_state.vm_map: 23329.206681978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3041067008, end = 3041988608, flags = 1048691, pgoff = 3041067008, inode = 0 }
+vm_state.vm_map: 23329.206687497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3041988608, end = 3058327552, flags = 134217841, pgoff = 0, inode = 532630 }
+vm_state.vm_map: 23329.206692088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058327552, end = 3058413568, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.206694648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058413568, end = 3058417664, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.206696714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058417664, end = 3058425856, flags = 1048691, pgoff = 3058417664, inode = 0 }
+vm_state.vm_map: 23329.206698983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058425856, end = 3058454528, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.206701142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058454528, end = 3058458624, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.206706250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058544640, end = 3058548736, flags = 134217845, pgoff = 0, inode = 378352 }
+vm_state.vm_map: 23329.206708428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058548736, end = 3058552832, flags = 135266419, pgoff = 4096, inode = 378352 }
+vm_state.vm_map: 23329.206711179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058552832, end = 3058626560, flags = 134217841, pgoff = 0, inode = 98526 }
+vm_state.vm_map: 23329.206713658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058626560, end = 3058708480, flags = 134217841, pgoff = 0, inode = 98443 }
+vm_state.vm_map: 23329.206721789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058708480, end = 3060080640, flags = 135266421, pgoff = 0, inode = 542490 }
+vm_state.vm_map: 23329.206723948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060080640, end = 3060146176, flags = 135266419, pgoff = 1368064, inode = 542490 }
+vm_state.vm_map: 23329.206726008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060146176, end = 3060158464, flags = 1048691, pgoff = 3060146176, inode = 0 }
+vm_state.vm_map: 23329.206731134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060158464, end = 3060166656, flags = 134217845, pgoff = 0, inode = 378371 }
+vm_state.vm_map: 23329.206733521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060166656, end = 3060170752, flags = 135266419, pgoff = 4096, inode = 378371 }
+vm_state.vm_map: 23329.206736020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060170752, end = 3060240384, flags = 134217841, pgoff = 0, inode = 98449 }
+vm_state.vm_map: 23329.206740591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060240384, end = 3060293632, flags = 134217841, pgoff = 0, inode = 649748 }
+vm_state.vm_map: 23329.206742885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060293632, end = 3060297728, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.206745334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060297728, end = 3060322304, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.206747455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060322304, end = 3060326400, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.206749726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060326400, end = 3060330496, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.206752064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060330496, end = 3060334592, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.206754168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060334592, end = 3060338688, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.206756363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060338688, end = 3060346880, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.206758677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060346880, end = 3060379648, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.206760799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060379648, end = 3060391936, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.206762927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060391936, end = 3060400128, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.206765159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060400128, end = 3060404224, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.206767337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060404224, end = 3060408320, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.206769897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060408320, end = 3060412416, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.206772037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060412416, end = 3060441088, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.206774245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060441088, end = 3060453376, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.206776361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060453376, end = 3060457472, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.206778600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060457472, end = 3060465664, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.206780858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060465664, end = 3060469760, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.206783060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060469760, end = 3060473856, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.206785337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060473856, end = 3060486144, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.206787712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060486144, end = 3060494336, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.206789938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060494336, end = 3060527104, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.206791993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060527104, end = 3060547584, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.206794219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060547584, end = 3060555776, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.206796539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060555776, end = 3060584448, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.206798673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060584448, end = 3060629504, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.206803392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060629504, end = 3060686848, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.206805921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060686848, end = 3060699136, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.206811140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060699136, end = 3060756480, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.206813428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060756480, end = 3061694464, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.206815563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3061694464, end = 3061710848, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.206817716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3061710848, end = 3061714944, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.206819745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3061714944, end = 3061743616, flags = 1048691, pgoff = 3061714944, inode = 0 }
+vm_state.vm_map: 23329.206821861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3061743616, end = 3061981184, flags = 1048691, pgoff = 3061981184, inode = 0 }
+vm_state.vm_map: 23329.206823958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062026240, end = 3062140928, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.206826153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062140928, end = 3062145024, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.206828430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062145024, end = 3062272000, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 23329.206830528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062272000, end = 3062276096, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 23329.206832816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062276096, end = 3062419456, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.206834857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062419456, end = 3062423552, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.206840268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062423552, end = 3062648832, flags = 134217845, pgoff = 0, inode = 378345 }
+vm_state.vm_map: 23329.206842661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062648832, end = 3062652928, flags = 135266419, pgoff = 221184, inode = 378345 }
+vm_state.vm_map: 23329.206844955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062652928, end = 3062693888, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.206847004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062693888, end = 3062697984, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.206848989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062697984, end = 3062702080, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.206851082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062702080, end = 3062738944, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.206853190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062738944, end = 3062743040, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.206855374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062743040, end = 3062747136, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.206857521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062747136, end = 3062824960, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.206859457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062824960, end = 3062829056, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.206861388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062829056, end = 3062833152, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.206863479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062833152, end = 3062841344, flags = 1048691, pgoff = 3062833152, inode = 0 }
+vm_state.vm_map: 23329.206865540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062841344, end = 3062865920, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.206867464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062865920, end = 3062870016, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.206869549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062870016, end = 3062874112, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.206871622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062874112, end = 3062878208, flags = 1048688, pgoff = 3062874112, inode = 0 }
+vm_state.vm_map: 23329.206873688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062878208, end = 3071266816, flags = 1048691, pgoff = 3062878208, inode = 0 }
+vm_state.vm_map: 23329.206876181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3071266816, end = 3072598016, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.206878346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072598016, end = 3072606208, flags = 1048691, pgoff = 3072598016, inode = 0 }
+vm_state.vm_map: 23329.206880554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072606208, end = 3072622592, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.206882923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072622592, end = 3072626688, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.206885224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072626688, end = 3072774144, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.206887407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072774144, end = 3072782336, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.206889776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072782336, end = 3072790528, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.206891756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072790528, end = 3072794624, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.206894008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072794624, end = 3072892928, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.206896117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072892928, end = 3072897024, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.206898357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072897024, end = 3074211840, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.206900473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074211840, end = 3074220032, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.206902680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074220032, end = 3074224128, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.206904834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074224128, end = 3074240512, flags = 1048691, pgoff = 3074224128, inode = 0 }
+vm_state.vm_map: 23329.206907209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074240512, end = 3074387968, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.206909343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074387968, end = 3074392064, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.206911920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074392064, end = 3074396160, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.206914030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074396160, end = 3074404352, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.206916152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074404352, end = 3074408448, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.206918374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074408448, end = 3074412544, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.206920668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074412544, end = 3074445312, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.206922697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074445312, end = 3074449408, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.206924936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074449408, end = 3074633728, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.206927101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074633728, end = 3074641920, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.206929279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074641920, end = 3074719744, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.206931382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074719744, end = 3074723840, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.206933406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074723840, end = 3074727936, flags = 1048691, pgoff = 3074723840, inode = 0 }
+vm_state.vm_map: 23329.206935663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074727936, end = 3075198976, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.206937606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075198976, end = 3075215360, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.206942955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075215360, end = 3075289088, flags = 134217845, pgoff = 0, inode = 17860 }
+vm_state.vm_map: 23329.206945021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075289088, end = 3075293184, flags = 135266419, pgoff = 69632, inode = 17860 }
+vm_state.vm_map: 23329.206947593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075293184, end = 3075346432, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.206949666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075346432, end = 3075350528, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.206951751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075350528, end = 3075358720, flags = 134217845, pgoff = 0, inode = 23893 }
+vm_state.vm_map: 23329.206953707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075358720, end = 3075362816, flags = 135266419, pgoff = 4096, inode = 23893 }
+vm_state.vm_map: 23329.206955940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075362816, end = 3076513792, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.206958012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3076513792, end = 3076530176, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.206960190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3076530176, end = 3076616192, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.206962238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3076616192, end = 3076620288, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.206964335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3076620288, end = 3076624384, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.206966395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3076624384, end = 3076636672, flags = 1048691, pgoff = 3076624384, inode = 0 }
+vm_state.vm_map: 23329.206973822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3076636672, end = 3077648384, flags = 134217845, pgoff = 0, inode = 1064975 }
+vm_state.vm_map: 23329.206975889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3077648384, end = 3077689344, flags = 135266419, pgoff = 1011712, inode = 1064975 }
+vm_state.vm_map: 23329.206981230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3077689344, end = 3078758400, flags = 134217845, pgoff = 0, inode = 1064979 }
+vm_state.vm_map: 23329.206983637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078758400, end = 3078828032, flags = 135266419, pgoff = 1069056, inode = 1064979 }
+vm_state.vm_map: 23329.206986042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078832128, end = 3078844416, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.206988103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078844416, end = 3078848512, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.206996059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078848512, end = 3078860800, flags = 134217845, pgoff = 0, inode = 378355 }
+vm_state.vm_map: 23329.206998126 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078860800, end = 3078864896, flags = 135266419, pgoff = 8192, inode = 378355 }
+vm_state.vm_map: 23329.207000297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078864896, end = 3078881280, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.207002252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078881280, end = 3078885376, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.207004566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078885376, end = 3078918144, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.207006595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.207008705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078922240, end = 3078930432, flags = 1048691, pgoff = 3078922240, inode = 0 }
+vm_state.vm_map: 23329.207010728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078930432, end = 3078934528, flags = 67371125, pgoff = 3078930432, inode = 0 }
+vm_state.vm_map: 23329.207012998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078934528, end = 3079049216, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.207015132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3079049216, end = 3079053312, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.207017353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3079053312, end = 3079057408, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.207019814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3214143488, end = 3214393344, flags = 1048947, pgoff = 3220975616, inode = 0 }
+vm_state.vm_map: 23329.207025564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 134512640, end = 134586368, flags = 134223989, pgoff = 0, inode = 231137 }
+vm_state.vm_map: 23329.207027630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 134586368, end = 134594560, flags = 135272563, pgoff = 69632, inode = 231137 }
+vm_state.vm_map: 23329.207029801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 137633792, end = 181157888, flags = 1048691, pgoff = 137633792, inode = 0 }
+vm_state.vm_map: 23329.207031806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2813673472, end = 2813677568, flags = 1048688, pgoff = 2813673472, inode = 0 }
+vm_state.vm_map: 23329.207033860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2813677568, end = 2822066176, flags = 1048691, pgoff = 2813677568, inode = 0 }
+vm_state.vm_map: 23329.207035982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2822066176, end = 2828636160, flags = 134217841, pgoff = 0, inode = 545462 }
+vm_state.vm_map: 23329.207038098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2828636160, end = 2835206144, flags = 134217841, pgoff = 0, inode = 545462 }
+vm_state.vm_map: 23329.207040183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2835206144, end = 2848534528, flags = 134217841, pgoff = 0, inode = 49306 }
+vm_state.vm_map: 23329.207042261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2848534528, end = 2861862912, flags = 134217841, pgoff = 0, inode = 49306 }
+vm_state.vm_map: 23329.207044680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2869932032, end = 2870255616, flags = 134217841, pgoff = 0, inode = 49558 }
+vm_state.vm_map: 23329.207046770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2870255616, end = 2870259712, flags = 1048688, pgoff = 2870255616, inode = 0 }
+vm_state.vm_map: 23329.207048732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2870259712, end = 2878648320, flags = 1048691, pgoff = 2870259712, inode = 0 }
+vm_state.vm_map: 23329.207050812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2878648320, end = 2878652416, flags = 1048688, pgoff = 2878648320, inode = 0 }
+vm_state.vm_map: 23329.207052884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2878652416, end = 2887041024, flags = 1048691, pgoff = 2878652416, inode = 0 }
+vm_state.vm_map: 23329.207055190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2887041024, end = 2887045120, flags = 1048688, pgoff = 2887041024, inode = 0 }
+vm_state.vm_map: 23329.207057269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2887045120, end = 2895433728, flags = 1048691, pgoff = 2887045120, inode = 0 }
+vm_state.vm_map: 23329.207059218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2895433728, end = 2895437824, flags = 1048688, pgoff = 2895433728, inode = 0 }
+vm_state.vm_map: 23329.207061495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2895437824, end = 2904354816, flags = 1048691, pgoff = 2895437824, inode = 0 }
+vm_state.vm_map: 23329.207069224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2904354816, end = 2904461312, flags = 134217845, pgoff = 0, inode = 264532 }
+vm_state.vm_map: 23329.207071284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2904461312, end = 2904465408, flags = 135266419, pgoff = 106496, inode = 264532 }
+vm_state.vm_map: 23329.207073795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2904526848, end = 2905149440, flags = 134217841, pgoff = 0, inode = 49164 }
+vm_state.vm_map: 23329.207075898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2905149440, end = 2905153536, flags = 1048691, pgoff = 2905149440, inode = 0 }
+vm_state.vm_map: 23329.207077940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2905153536, end = 2905157632, flags = 1048688, pgoff = 2905153536, inode = 0 }
+vm_state.vm_map: 23329.207079889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2905157632, end = 2913546240, flags = 1048691, pgoff = 2905157632, inode = 0 }
+vm_state.vm_map: 23329.207081826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2913546240, end = 2913550336, flags = 1048688, pgoff = 2913546240, inode = 0 }
+vm_state.vm_map: 23329.207083769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2913550336, end = 2921938944, flags = 1048691, pgoff = 2913550336, inode = 0 }
+vm_state.vm_map: 23329.207085713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2921938944, end = 2921943040, flags = 1048688, pgoff = 2921938944, inode = 0 }
+vm_state.vm_map: 23329.207087822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2921943040, end = 2930331648, flags = 1048691, pgoff = 2921943040, inode = 0 }
+vm_state.vm_map: 23329.207090216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2930331648, end = 2930335744, flags = 1048688, pgoff = 2930331648, inode = 0 }
+vm_state.vm_map: 23329.207092165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2930335744, end = 2938724352, flags = 1048691, pgoff = 2930335744, inode = 0 }
+vm_state.vm_map: 23329.207098457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2938753024, end = 2939117568, flags = 134217845, pgoff = 0, inode = 264457 }
+vm_state.vm_map: 23329.207100542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939117568, end = 2939125760, flags = 135266419, pgoff = 364544, inode = 264457 }
+vm_state.vm_map: 23329.207102769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939125760, end = 2939146240, flags = 134217845, pgoff = 0, inode = 508374 }
+vm_state.vm_map: 23329.207104804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939146240, end = 2939150336, flags = 135266417, pgoff = 16384, inode = 508374 }
+vm_state.vm_map: 23329.207106908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939150336, end = 2939154432, flags = 135266419, pgoff = 20480, inode = 508374 }
+vm_state.vm_map: 23329.207108869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939183104, end = 2939187200, flags = 1048691, pgoff = 2939183104, inode = 0 }
+vm_state.vm_map: 23329.207111072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939187200, end = 2939248640, flags = 134217841, pgoff = 0, inode = 76320 }
+vm_state.vm_map: 23329.207113027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939248640, end = 2939252736, flags = 1048688, pgoff = 2939248640, inode = 0 }
+vm_state.vm_map: 23329.207114989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939252736, end = 2947641344, flags = 1048691, pgoff = 2939252736, inode = 0 }
+vm_state.vm_map: 23329.207116975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2947641344, end = 2947645440, flags = 1048688, pgoff = 2947641344, inode = 0 }
+vm_state.vm_map: 23329.207118992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2947645440, end = 2956034048, flags = 1048691, pgoff = 2947645440, inode = 0 }
+vm_state.vm_map: 23329.207120935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2956034048, end = 2956038144, flags = 1048688, pgoff = 2956034048, inode = 0 }
+vm_state.vm_map: 23329.207122885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2956038144, end = 2965389312, flags = 1048691, pgoff = 2956038144, inode = 0 }
+vm_state.vm_map: 23329.207131236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2965389312, end = 2965409792, flags = 134217845, pgoff = 0, inode = 264374 }
+vm_state.vm_map: 23329.207133358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2965409792, end = 2965413888, flags = 135266419, pgoff = 20480, inode = 264374 }
+vm_state.vm_map: 23329.207135529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2965413888, end = 2965479424, flags = 134217841, pgoff = 0, inode = 649744 }
+vm_state.vm_map: 23329.207143333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2965479424, end = 2965504000, flags = 134217845, pgoff = 0, inode = 264552 }
+vm_state.vm_map: 23329.207145430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2965504000, end = 2965508096, flags = 135266419, pgoff = 24576, inode = 264552 }
+vm_state.vm_map: 23329.207147583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2965508096, end = 2965512192, flags = 1048688, pgoff = 2965508096, inode = 0 }
+vm_state.vm_map: 23329.207149743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2965512192, end = 2973900800, flags = 1048691, pgoff = 2965512192, inode = 0 }
+vm_state.vm_map: 23329.207151703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2973900800, end = 2973904896, flags = 1048688, pgoff = 2973900800, inode = 0 }
+vm_state.vm_map: 23329.207153652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2973904896, end = 2982293504, flags = 1048691, pgoff = 2973904896, inode = 0 }
+vm_state.vm_map: 23329.207156132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2982293504, end = 2982592512, flags = 134217845, pgoff = 0, inode = 82147 }
+vm_state.vm_map: 23329.207158100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2982592512, end = 2982641664, flags = 135266419, pgoff = 299008, inode = 82147 }
+vm_state.vm_map: 23329.207163547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2982641664, end = 2982887424, flags = 134217845, pgoff = 0, inode = 87480 }
+vm_state.vm_map: 23329.207165607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2982887424, end = 2982891520, flags = 135266419, pgoff = 245760, inode = 87480 }
+vm_state.vm_map: 23329.207167581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2982891520, end = 2982907904, flags = 1048691, pgoff = 2982891520, inode = 0 }
+vm_state.vm_map: 23329.207172713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2982907904, end = 2983018496, flags = 134217845, pgoff = 0, inode = 87481 }
+vm_state.vm_map: 23329.207174755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983018496, end = 2983022592, flags = 135266419, pgoff = 110592, inode = 87481 }
+vm_state.vm_map: 23329.207176920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983022592, end = 2983542784, flags = 134217845, pgoff = 0, inode = 18976 }
+vm_state.vm_map: 23329.207179055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983542784, end = 2983550976, flags = 135266419, pgoff = 516096, inode = 18976 }
+vm_state.vm_map: 23329.207184415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983550976, end = 2983727104, flags = 134217845, pgoff = 0, inode = 82145 }
+vm_state.vm_map: 23329.207186476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983727104, end = 2983731200, flags = 135266419, pgoff = 176128, inode = 82145 }
+vm_state.vm_map: 23329.207188746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983731200, end = 2983804928, flags = 134217845, pgoff = 0, inode = 19902 }
+vm_state.vm_map: 23329.207190695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983804928, end = 2983817216, flags = 135266419, pgoff = 69632, inode = 19902 }
+vm_state.vm_map: 23329.207192879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983817216, end = 2984673280, flags = 134217845, pgoff = 0, inode = 19901 }
+vm_state.vm_map: 23329.207194951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2984673280, end = 2984689664, flags = 135266419, pgoff = 856064, inode = 19901 }
+vm_state.vm_map: 23329.207197178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2984689664, end = 2984804352, flags = 134217845, pgoff = 0, inode = 19899 }
+vm_state.vm_map: 23329.207199578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2984804352, end = 2984812544, flags = 135266419, pgoff = 114688, inode = 19899 }
+vm_state.vm_map: 23329.207201761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2984812544, end = 2984964096, flags = 134217845, pgoff = 0, inode = 19900 }
+vm_state.vm_map: 23329.207203754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2984964096, end = 2984972288, flags = 135266419, pgoff = 147456, inode = 19900 }
+vm_state.vm_map: 23329.207206055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2984972288, end = 2984988672, flags = 1048691, pgoff = 2984972288, inode = 0 }
+vm_state.vm_map: 23329.207214005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2984988672, end = 2985062400, flags = 134217845, pgoff = 0, inode = 264489 }
+vm_state.vm_map: 23329.207216060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985062400, end = 2985066496, flags = 135266419, pgoff = 73728, inode = 264489 }
+vm_state.vm_map: 23329.207220821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985066496, end = 2985435136, flags = 134217845, pgoff = 0, inode = 264542 }
+vm_state.vm_map: 23329.207222863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985435136, end = 2985451520, flags = 135266419, pgoff = 368640, inode = 264542 }
+vm_state.vm_map: 23329.207228069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985451520, end = 2985664512, flags = 134217845, pgoff = 0, inode = 264488 }
+vm_state.vm_map: 23329.207230228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985664512, end = 2985676800, flags = 135266419, pgoff = 208896, inode = 264488 }
+vm_state.vm_map: 23329.207232443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985676800, end = 2985693184, flags = 134217845, pgoff = 0, inode = 87517 }
+vm_state.vm_map: 23329.207234472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985693184, end = 2985697280, flags = 135266419, pgoff = 12288, inode = 87517 }
+vm_state.vm_map: 23329.207237218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985697280, end = 2985721856, flags = 134217845, pgoff = 0, inode = 87514 }
+vm_state.vm_map: 23329.207239315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985721856, end = 2985725952, flags = 135266419, pgoff = 20480, inode = 87514 }
+vm_state.vm_map: 23329.207241418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985725952, end = 2985730048, flags = 1048691, pgoff = 2985725952, inode = 0 }
+vm_state.vm_map: 23329.207243935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985730048, end = 2986123264, flags = 134217979, pgoff = 0, inode = 1572872 }
+vm_state.vm_map: 23329.207246205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2986123264, end = 2986184704, flags = 134217841, pgoff = 0, inode = 649743 }
+vm_state.vm_map: 23329.207253854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2986184704, end = 2986258432, flags = 134217845, pgoff = 0, inode = 264471 }
+vm_state.vm_map: 23329.207256032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2986258432, end = 2986266624, flags = 135266419, pgoff = 69632, inode = 264471 }
+vm_state.vm_map: 23329.207258635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2986266624, end = 2986328064, flags = 134217845, pgoff = 0, inode = 264103 }
+vm_state.vm_map: 23329.207260664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2986328064, end = 2986332160, flags = 135266419, pgoff = 61440, inode = 264103 }
+vm_state.vm_map: 23329.207262885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2986332160, end = 2986336256, flags = 1048688, pgoff = 2986332160, inode = 0 }
+vm_state.vm_map: 23329.207264939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2986336256, end = 2994724864, flags = 1048691, pgoff = 2986336256, inode = 0 }
+vm_state.vm_map: 23329.207266913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2994724864, end = 2994728960, flags = 1048688, pgoff = 2994724864, inode = 0 }
+vm_state.vm_map: 23329.207268998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2994728960, end = 3003117568, flags = 1048691, pgoff = 2994728960, inode = 0 }
+vm_state.vm_map: 23329.207271095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3003117568, end = 3003121664, flags = 1048688, pgoff = 3003117568, inode = 0 }
+vm_state.vm_map: 23329.207273390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3003121664, end = 3011510272, flags = 1048691, pgoff = 3003121664, inode = 0 }
+vm_state.vm_map: 23329.207275420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3011510272, end = 3011780608, flags = 2097267, pgoff = 3011510272, inode = 0 }
+vm_state.vm_map: 23329.207277406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3011780608, end = 3012558848, flags = 2097264, pgoff = 3011780608, inode = 0 }
+vm_state.vm_map: 23329.207279491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3012558848, end = 3012571136, flags = 1048691, pgoff = 3012558848, inode = 0 }
+vm_state.vm_map: 23329.207281995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3012571136, end = 3012591616, flags = 134217845, pgoff = 0, inode = 264512 }
+vm_state.vm_map: 23329.207283988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3012591616, end = 3012595712, flags = 135266419, pgoff = 20480, inode = 264512 }
+vm_state.vm_map: 23329.207291309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3012595712, end = 3013226496, flags = 134217845, pgoff = 0, inode = 264445 }
+vm_state.vm_map: 23329.207293375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013226496, end = 3013242880, flags = 135266419, pgoff = 630784, inode = 264445 }
+vm_state.vm_map: 23329.207298156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013242880, end = 3013402624, flags = 134217845, pgoff = 0, inode = 106968 }
+vm_state.vm_map: 23329.207317020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013402624, end = 3013410816, flags = 135266419, pgoff = 159744, inode = 106968 }
+vm_state.vm_map: 23329.207319345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013410816, end = 3013492736, flags = 134217841, pgoff = 0, inode = 98443 }
+vm_state.vm_map: 23329.207328419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013492736, end = 3013505024, flags = 134217845, pgoff = 0, inode = 264476 }
+vm_state.vm_map: 23329.207330467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013505024, end = 3013509120, flags = 135266419, pgoff = 8192, inode = 264476 }
+vm_state.vm_map: 23329.207332780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013509120, end = 3013562368, flags = 134217841, pgoff = 0, inode = 649748 }
+vm_state.vm_map: 23329.207334995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013562368, end = 3013632000, flags = 134217841, pgoff = 0, inode = 649694 }
+vm_state.vm_map: 23329.207337364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013632000, end = 3013640192, flags = 134217845, pgoff = 0, inode = 87435 }
+vm_state.vm_map: 23329.207339362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013640192, end = 3013644288, flags = 135266419, pgoff = 4096, inode = 87435 }
+vm_state.vm_map: 23329.207341682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013644288, end = 3013648384, flags = 134217937, pgoff = 0, inode = 1196150 }
+vm_state.vm_map: 23329.207343864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013648384, end = 3013672960, flags = 134217937, pgoff = 0, inode = 1196354 }
+vm_state.vm_map: 23329.207346135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013672960, end = 3013677056, flags = 134217937, pgoff = 0, inode = 1196334 }
+vm_state.vm_map: 23329.207348307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013677056, end = 3013681152, flags = 134217937, pgoff = 0, inode = 1196333 }
+vm_state.vm_map: 23329.207350404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013681152, end = 3013685248, flags = 134217937, pgoff = 0, inode = 1196331 }
+vm_state.vm_map: 23329.207352526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013685248, end = 3013689344, flags = 134217937, pgoff = 0, inode = 1196330 }
+vm_state.vm_map: 23329.207354821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013689344, end = 3013697536, flags = 134217937, pgoff = 0, inode = 1196329 }
+vm_state.vm_map: 23329.207356986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013697536, end = 3013730304, flags = 134217937, pgoff = 0, inode = 1196328 }
+vm_state.vm_map: 23329.207359237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013730304, end = 3013742592, flags = 134217937, pgoff = 0, inode = 1196327 }
+vm_state.vm_map: 23329.207361470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013742592, end = 3013750784, flags = 134217937, pgoff = 0, inode = 1196320 }
+vm_state.vm_map: 23329.207364141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013750784, end = 3013754880, flags = 134217937, pgoff = 0, inode = 1196318 }
+vm_state.vm_map: 23329.207366293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013754880, end = 3013758976, flags = 134217937, pgoff = 0, inode = 1196278 }
+vm_state.vm_map: 23329.207368625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013758976, end = 3013763072, flags = 134217937, pgoff = 0, inode = 1196251 }
+vm_state.vm_map: 23329.207370852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013763072, end = 3013791744, flags = 134217937, pgoff = 0, inode = 1196236 }
+vm_state.vm_map: 23329.207373060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013791744, end = 3013804032, flags = 134217937, pgoff = 0, inode = 1196234 }
+vm_state.vm_map: 23329.207375293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013804032, end = 3013808128, flags = 134217937, pgoff = 0, inode = 1196201 }
+vm_state.vm_map: 23329.207377520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013808128, end = 3013816320, flags = 134217937, pgoff = 0, inode = 1196170 }
+vm_state.vm_map: 23329.207379642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013816320, end = 3013820416, flags = 134217937, pgoff = 0, inode = 1196157 }
+vm_state.vm_map: 23329.207381956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013820416, end = 3013824512, flags = 134217937, pgoff = 0, inode = 1196171 }
+vm_state.vm_map: 23329.207384022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013824512, end = 3013836800, flags = 134217937, pgoff = 0, inode = 1196172 }
+vm_state.vm_map: 23329.207386101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013836800, end = 3013844992, flags = 134217937, pgoff = 0, inode = 1196173 }
+vm_state.vm_map: 23329.207388457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013844992, end = 3013877760, flags = 134217937, pgoff = 0, inode = 1196352 }
+vm_state.vm_map: 23329.207390696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013877760, end = 3013898240, flags = 134217937, pgoff = 0, inode = 1196196 }
+vm_state.vm_map: 23329.207392936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013898240, end = 3013906432, flags = 134217937, pgoff = 0, inode = 1196343 }
+vm_state.vm_map: 23329.207395372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013906432, end = 3013935104, flags = 134217937, pgoff = 0, inode = 1196314 }
+vm_state.vm_map: 23329.207397611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013935104, end = 3013980160, flags = 134217937, pgoff = 0, inode = 1196147 }
+vm_state.vm_map: 23329.207400153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013980160, end = 3014037504, flags = 134217937, pgoff = 0, inode = 1196094 }
+vm_state.vm_map: 23329.207402596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3014037504, end = 3014094848, flags = 134217937, pgoff = 0, inode = 1196355 }
+vm_state.vm_map: 23329.207404582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3014094848, end = 3014098944, flags = 1048688, pgoff = 3014094848, inode = 0 }
+vm_state.vm_map: 23329.207406605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3014098944, end = 3022487552, flags = 1048691, pgoff = 3014098944, inode = 0 }
+vm_state.vm_map: 23329.207412034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3022487552, end = 3027914752, flags = 134217845, pgoff = 0, inode = 264426 }
+vm_state.vm_map: 23329.207414082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3027914752, end = 3028303872, flags = 135266419, pgoff = 5423104, inode = 264426 }
+vm_state.vm_map: 23329.207416153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028303872, end = 3028332544, flags = 1048691, pgoff = 3028303872, inode = 0 }
+vm_state.vm_map: 23329.207418511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028332544, end = 3028459520, flags = 134217845, pgoff = 0, inode = 18923 }
+vm_state.vm_map: 23329.207420565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028459520, end = 3028463616, flags = 135266419, pgoff = 122880, inode = 18923 }
+vm_state.vm_map: 23329.207422556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028463616, end = 3028480000, flags = 1048691, pgoff = 3028463616, inode = 0 }
+vm_state.vm_map: 23329.207424969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028480000, end = 3028549632, flags = 134217845, pgoff = 0, inode = 264390 }
+vm_state.vm_map: 23329.207427116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028549632, end = 3028557824, flags = 135266419, pgoff = 65536, inode = 264390 }
+vm_state.vm_map: 23329.207432142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028557824, end = 3028652032, flags = 134217845, pgoff = 0, inode = 264386 }
+vm_state.vm_map: 23329.207434307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028652032, end = 3028660224, flags = 135266419, pgoff = 90112, inode = 264386 }
+vm_state.vm_map: 23329.207436782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028660224, end = 3028733952, flags = 134217845, pgoff = 0, inode = 17860 }
+vm_state.vm_map: 23329.207438934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028733952, end = 3028738048, flags = 135266419, pgoff = 69632, inode = 17860 }
+vm_state.vm_map: 23329.207441125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028738048, end = 3028750336, flags = 134217845, pgoff = 0, inode = 141213 }
+vm_state.vm_map: 23329.207443215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028750336, end = 3028754432, flags = 135266419, pgoff = 8192, inode = 141213 }
+vm_state.vm_map: 23329.207445313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028754432, end = 3028766720, flags = 134217937, pgoff = 0, inode = 1196342 }
+vm_state.vm_map: 23329.207450198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028766720, end = 3028795392, flags = 134217845, pgoff = 0, inode = 264450 }
+vm_state.vm_map: 23329.207452246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028795392, end = 3028799488, flags = 135266419, pgoff = 24576, inode = 264450 }
+vm_state.vm_map: 23329.207454460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028799488, end = 3028832256, flags = 134217841, pgoff = 0, inode = 74138 }
+vm_state.vm_map: 23329.207461363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028832256, end = 3029065728, flags = 134217845, pgoff = 0, inode = 264491 }
+vm_state.vm_map: 23329.207463510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029065728, end = 3029078016, flags = 135266419, pgoff = 229376, inode = 264491 }
+vm_state.vm_map: 23329.207468358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029078016, end = 3029094400, flags = 134217845, pgoff = 0, inode = 264557 }
+vm_state.vm_map: 23329.207470523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029094400, end = 3029098496, flags = 135266419, pgoff = 16384, inode = 264557 }
+vm_state.vm_map: 23329.207476032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029098496, end = 3029188608, flags = 134217845, pgoff = 0, inode = 264497 }
+vm_state.vm_map: 23329.207478074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029188608, end = 3029196800, flags = 135266419, pgoff = 86016, inode = 264497 }
+vm_state.vm_map: 23329.207482842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029196800, end = 3029266432, flags = 134217845, pgoff = 0, inode = 264411 }
+vm_state.vm_map: 23329.207484890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029266432, end = 3029270528, flags = 135266419, pgoff = 65536, inode = 264411 }
+vm_state.vm_map: 23329.207489523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029270528, end = 3029291008, flags = 134217845, pgoff = 0, inode = 264467 }
+vm_state.vm_map: 23329.207491558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029291008, end = 3029295104, flags = 135266419, pgoff = 16384, inode = 264467 }
+vm_state.vm_map: 23329.207493618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029295104, end = 3029299200, flags = 1048688, pgoff = 3029295104, inode = 0 }
+vm_state.vm_map: 23329.207495697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029299200, end = 3037687808, flags = 1048691, pgoff = 3029299200, inode = 0 }
+vm_state.vm_map: 23329.207503032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3037687808, end = 3037859840, flags = 134217845, pgoff = 0, inode = 264421 }
+vm_state.vm_map: 23329.207505209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3037859840, end = 3037868032, flags = 135266419, pgoff = 167936, inode = 264421 }
+vm_state.vm_map: 23329.207507652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3037868032, end = 3037978624, flags = 134217845, pgoff = 0, inode = 264459 }
+vm_state.vm_map: 23329.207510107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3037978624, end = 3037986816, flags = 135266419, pgoff = 106496, inode = 264459 }
+vm_state.vm_map: 23329.207512395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3037986816, end = 3038072832, flags = 134217845, pgoff = 0, inode = 17131 }
+vm_state.vm_map: 23329.207514362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038072832, end = 3038076928, flags = 135266419, pgoff = 81920, inode = 17131 }
+vm_state.vm_map: 23329.207516546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038076928, end = 3038085120, flags = 1048691, pgoff = 3038076928, inode = 0 }
+vm_state.vm_map: 23329.207518619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038085120, end = 3038404608, flags = 134217845, pgoff = 0, inode = 1065171 }
+vm_state.vm_map: 23329.207520550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038404608, end = 3038420992, flags = 135266419, pgoff = 315392, inode = 1065171 }
+vm_state.vm_map: 23329.207525429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038420992, end = 3038429184, flags = 134217845, pgoff = 0, inode = 231125 }
+vm_state.vm_map: 23329.207527465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038429184, end = 3038433280, flags = 135266419, pgoff = 4096, inode = 231125 }
+vm_state.vm_map: 23329.207529833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038433280, end = 3038511104, flags = 134217845, pgoff = 0, inode = 264536 }
+vm_state.vm_map: 23329.207531955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038511104, end = 3038515200, flags = 135266419, pgoff = 77824, inode = 264536 }
+vm_state.vm_map: 23329.207540073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038515200, end = 3038633984, flags = 134217845, pgoff = 0, inode = 229424 }
+vm_state.vm_map: 23329.207542115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038633984, end = 3038642176, flags = 135266419, pgoff = 114688, inode = 229424 }
+vm_state.vm_map: 23329.207547105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038642176, end = 3038822400, flags = 134217845, pgoff = 0, inode = 264408 }
+vm_state.vm_map: 23329.207549258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038822400, end = 3038838784, flags = 135266419, pgoff = 176128, inode = 264408 }
+vm_state.vm_map: 23329.207554360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038838784, end = 3039154176, flags = 134217845, pgoff = 0, inode = 264365 }
+vm_state.vm_map: 23329.207556401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3039154176, end = 3039170560, flags = 135266419, pgoff = 315392, inode = 264365 }
+vm_state.vm_map: 23329.207558758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3039170560, end = 3039633408, flags = 134217845, pgoff = 0, inode = 20061 }
+vm_state.vm_map: 23329.207560942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3039633408, end = 3039645696, flags = 135266419, pgoff = 458752, inode = 20061 }
+vm_state.vm_map: 23329.207563409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3039645696, end = 3039707136, flags = 134217845, pgoff = 0, inode = 19423 }
+vm_state.vm_map: 23329.207565500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3039707136, end = 3039711232, flags = 135266419, pgoff = 57344, inode = 19423 }
+vm_state.vm_map: 23329.207567604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3039711232, end = 3040514048, flags = 134217845, pgoff = 0, inode = 21274 }
+vm_state.vm_map: 23329.207569541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040514048, end = 3040530432, flags = 135266419, pgoff = 802816, inode = 21274 }
+vm_state.vm_map: 23329.207574474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040530432, end = 3040546816, flags = 134217845, pgoff = 0, inode = 1065421 }
+vm_state.vm_map: 23329.207576523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040546816, end = 3040550912, flags = 135266419, pgoff = 12288, inode = 1065421 }
+vm_state.vm_map: 23329.207579071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040550912, end = 3040612352, flags = 134217845, pgoff = 0, inode = 21268 }
+vm_state.vm_map: 23329.207581155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040612352, end = 3040616448, flags = 135266419, pgoff = 57344, inode = 21268 }
+vm_state.vm_map: 23329.207583777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040616448, end = 3040657408, flags = 134217845, pgoff = 0, inode = 22434 }
+vm_state.vm_map: 23329.207585720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040657408, end = 3040661504, flags = 135266419, pgoff = 40960, inode = 22434 }
+vm_state.vm_map: 23329.207588145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040661504, end = 3041267712, flags = 134217845, pgoff = 0, inode = 22471 }
+vm_state.vm_map: 23329.207590218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3041267712, end = 3041284096, flags = 135266419, pgoff = 602112, inode = 22471 }
+vm_state.vm_map: 23329.207592567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3041284096, end = 3042541568, flags = 134217845, pgoff = 0, inode = 20833 }
+vm_state.vm_map: 23329.207594652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042541568, end = 3042562048, flags = 135266419, pgoff = 1253376, inode = 20833 }
+vm_state.vm_map: 23329.207596589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042562048, end = 3042566144, flags = 1048691, pgoff = 3042562048, inode = 0 }
+vm_state.vm_map: 23329.207598877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042566144, end = 3042603008, flags = 134217845, pgoff = 0, inode = 499726 }
+vm_state.vm_map: 23329.207600808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042603008, end = 3042607104, flags = 135266419, pgoff = 32768, inode = 499726 }
+vm_state.vm_map: 23329.207605786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042607104, end = 3042738176, flags = 134217845, pgoff = 0, inode = 1065240 }
+vm_state.vm_map: 23329.207607828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042738176, end = 3042750464, flags = 135266419, pgoff = 131072, inode = 1065240 }
+vm_state.vm_map: 23329.207610110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042750464, end = 3042787328, flags = 134217845, pgoff = 0, inode = 22966 }
+vm_state.vm_map: 23329.207612282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042787328, end = 3042791424, flags = 135266419, pgoff = 36864, inode = 22966 }
+vm_state.vm_map: 23329.207614817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042791424, end = 3042869248, flags = 134217845, pgoff = 0, inode = 1065451 }
+vm_state.vm_map: 23329.207616865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042869248, end = 3042877440, flags = 135266419, pgoff = 77824, inode = 1065451 }
+vm_state.vm_map: 23329.207622479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042877440, end = 3043213312, flags = 134217845, pgoff = 0, inode = 1065452 }
+vm_state.vm_map: 23329.207624644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043213312, end = 3043254272, flags = 135266419, pgoff = 331776, inode = 1065452 }
+vm_state.vm_map: 23329.207631941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043254272, end = 3043614720, flags = 134217845, pgoff = 0, inode = 1065455 }
+vm_state.vm_map: 23329.207633983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043614720, end = 3043627008, flags = 135266419, pgoff = 356352, inode = 1065455 }
+vm_state.vm_map: 23329.207638775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043627008, end = 3043708928, flags = 134217845, pgoff = 0, inode = 1065819 }
+vm_state.vm_map: 23329.207640960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043708928, end = 3043713024, flags = 135266419, pgoff = 81920, inode = 1065819 }
+vm_state.vm_map: 23329.207643290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043713024, end = 3043938304, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.207645339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043938304, end = 3043942400, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.207647400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043942400, end = 3043946496, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.207649682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043946496, end = 3044061184, flags = 134217845, pgoff = 0, inode = 17291 }
+vm_state.vm_map: 23329.207651730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044061184, end = 3044065280, flags = 135266419, pgoff = 114688, inode = 17291 }
+vm_state.vm_map: 23329.207653864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044065280, end = 3044372480, flags = 134217845, pgoff = 0, inode = 1065420 }
+vm_state.vm_map: 23329.207656301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044372480, end = 3044413440, flags = 135266419, pgoff = 303104, inode = 1065420 }
+vm_state.vm_map: 23329.207658410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044413440, end = 3044610048, flags = 134217845, pgoff = 0, inode = 1065401 }
+vm_state.vm_map: 23329.207660539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044610048, end = 3044622336, flags = 135266419, pgoff = 192512, inode = 1065401 }
+vm_state.vm_map: 23329.207662722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044622336, end = 3044634624, flags = 134217845, pgoff = 0, inode = 499878 }
+vm_state.vm_map: 23329.207664745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044634624, end = 3044638720, flags = 135266419, pgoff = 8192, inode = 499878 }
+vm_state.vm_map: 23329.207666960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044638720, end = 3044667392, flags = 134217845, pgoff = 0, inode = 18629 }
+vm_state.vm_map: 23329.207668952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044667392, end = 3044671488, flags = 135266419, pgoff = 24576, inode = 18629 }
+vm_state.vm_map: 23329.207671388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044671488, end = 3044683776, flags = 134217845, pgoff = 0, inode = 231124 }
+vm_state.vm_map: 23329.207673541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044683776, end = 3044687872, flags = 135266419, pgoff = 12288, inode = 231124 }
+vm_state.vm_map: 23329.207676373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044687872, end = 3044716544, flags = 134217841, pgoff = 0, inode = 73912 }
+vm_state.vm_map: 23329.207678840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044716544, end = 3045023744, flags = 134217845, pgoff = 0, inode = 264528 }
+vm_state.vm_map: 23329.207680789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3045023744, end = 3045040128, flags = 135266419, pgoff = 307200, inode = 264528 }
+vm_state.vm_map: 23329.207688765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3045040128, end = 3045814272, flags = 134217845, pgoff = 0, inode = 264478 }
+vm_state.vm_map: 23329.207690807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3045814272, end = 3045838848, flags = 135266419, pgoff = 774144, inode = 264478 }
+vm_state.vm_map: 23329.207693145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3045838848, end = 3045879808, flags = 1048691, pgoff = 3045838848, inode = 0 }
+vm_state.vm_map: 23329.207698074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3045879808, end = 3046264832, flags = 134217845, pgoff = 0, inode = 264571 }
+vm_state.vm_map: 23329.207700122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046264832, end = 3046293504, flags = 135266419, pgoff = 385024, inode = 264571 }
+vm_state.vm_map: 23329.207702262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046293504, end = 3046297600, flags = 1048691, pgoff = 3046293504, inode = 0 }
+vm_state.vm_map: 23329.207707191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046297600, end = 3046453248, flags = 134217845, pgoff = 0, inode = 264449 }
+vm_state.vm_map: 23329.207709220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046453248, end = 3046461440, flags = 135266419, pgoff = 155648, inode = 264449 }
+vm_state.vm_map: 23329.207714137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046461440, end = 3046531072, flags = 134217845, pgoff = 0, inode = 264508 }
+vm_state.vm_map: 23329.207716185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046531072, end = 3046539264, flags = 135266419, pgoff = 65536, inode = 264508 }
+vm_state.vm_map: 23329.207718177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046539264, end = 3046543360, flags = 1048688, pgoff = 3046539264, inode = 0 }
+vm_state.vm_map: 23329.207720231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046543360, end = 3054931968, flags = 1048691, pgoff = 3046543360, inode = 0 }
+vm_state.vm_map: 23329.207722563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3054931968, end = 3055149056, flags = 134217845, pgoff = 0, inode = 264108 }
+vm_state.vm_map: 23329.207724506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3055149056, end = 3055161344, flags = 135266419, pgoff = 217088, inode = 264108 }
+vm_state.vm_map: 23329.207730038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3055161344, end = 3055910912, flags = 134217845, pgoff = 0, inode = 264373 }
+vm_state.vm_map: 23329.207732131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3055910912, end = 3055943680, flags = 135266419, pgoff = 749568, inode = 264373 }
+vm_state.vm_map: 23329.207734363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3055943680, end = 3056205824, flags = 134217845, pgoff = 0, inode = 17293 }
+vm_state.vm_map: 23329.207736398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056205824, end = 3056222208, flags = 135266419, pgoff = 262144, inode = 17293 }
+vm_state.vm_map: 23329.207738835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056222208, end = 3056234496, flags = 134217845, pgoff = 0, inode = 20765 }
+vm_state.vm_map: 23329.207740833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056234496, end = 3056238592, flags = 135266419, pgoff = 8192, inode = 20765 }
+vm_state.vm_map: 23329.207743023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056238592, end = 3056246784, flags = 134217845, pgoff = 0, inode = 508383 }
+vm_state.vm_map: 23329.207745047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056246784, end = 3056250880, flags = 135266417, pgoff = 4096, inode = 508383 }
+vm_state.vm_map: 23329.207747138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056250880, end = 3056254976, flags = 135266419, pgoff = 8192, inode = 508383 }
+vm_state.vm_map: 23329.207752677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056254976, end = 3056312320, flags = 134217845, pgoff = 0, inode = 264553 }
+vm_state.vm_map: 23329.207754725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056312320, end = 3056316416, flags = 135266419, pgoff = 57344, inode = 264553 }
+vm_state.vm_map: 23329.207762652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056316416, end = 3056414720, flags = 134217845, pgoff = 0, inode = 229435 }
+vm_state.vm_map: 23329.207764817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056414720, end = 3056422912, flags = 135266419, pgoff = 94208, inode = 229435 }
+vm_state.vm_map: 23329.207770159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056422912, end = 3059355648, flags = 134217845, pgoff = 0, inode = 264105 }
+vm_state.vm_map: 23329.207772435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059355648, end = 3059466240, flags = 135266419, pgoff = 2928640, inode = 264105 }
+vm_state.vm_map: 23329.207774600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059466240, end = 3059470336, flags = 1048691, pgoff = 3059466240, inode = 0 }
+vm_state.vm_map: 23329.207776889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059470336, end = 3059499008, flags = 134217845, pgoff = 0, inode = 1065218 }
+vm_state.vm_map: 23329.207778931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059499008, end = 3059503104, flags = 135266419, pgoff = 28672, inode = 1065218 }
+vm_state.vm_map: 23329.207781059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059503104, end = 3059556352, flags = 134217845, pgoff = 0, inode = 24466 }
+vm_state.vm_map: 23329.207783119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059556352, end = 3059560448, flags = 135266419, pgoff = 49152, inode = 24466 }
+vm_state.vm_map: 23329.207785328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059560448, end = 3059580928, flags = 134217845, pgoff = 0, inode = 23692 }
+vm_state.vm_map: 23329.207787258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059580928, end = 3059585024, flags = 135266419, pgoff = 16384, inode = 23692 }
+vm_state.vm_map: 23329.207789325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059585024, end = 3059748864, flags = 134217845, pgoff = 0, inode = 21283 }
+vm_state.vm_map: 23329.207791262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059748864, end = 3059752960, flags = 135266419, pgoff = 159744, inode = 21283 }
+vm_state.vm_map: 23329.207793334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059752960, end = 3059814400, flags = 134217845, pgoff = 0, inode = 1065430 }
+vm_state.vm_map: 23329.207795278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059814400, end = 3059818496, flags = 135266419, pgoff = 57344, inode = 1065430 }
+vm_state.vm_map: 23329.207797233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059818496, end = 3059826688, flags = 1048691, pgoff = 3059818496, inode = 0 }
+vm_state.vm_map: 23329.207799508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059826688, end = 3059888128, flags = 134217845, pgoff = 0, inode = 264564 }
+vm_state.vm_map: 23329.207801784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059888128, end = 3059892224, flags = 135266419, pgoff = 57344, inode = 264564 }
+vm_state.vm_map: 23329.207809915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059892224, end = 3059908608, flags = 134217845, pgoff = 0, inode = 264418 }
+vm_state.vm_map: 23329.207812006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059908608, end = 3059912704, flags = 135266419, pgoff = 16384, inode = 264418 }
+vm_state.vm_map: 23329.207814189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059912704, end = 3059953664, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.207816355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059953664, end = 3059957760, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.207818353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059957760, end = 3059961856, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.207820697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059961856, end = 3059998720, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.207822653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059998720, end = 3060002816, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.207824812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060002816, end = 3060006912, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.207826897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060006912, end = 3060084736, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.207828939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060084736, end = 3060088832, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.207830869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060088832, end = 3060092928, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.207832812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060092928, end = 3060101120, flags = 1048691, pgoff = 3060092928, inode = 0 }
+vm_state.vm_map: 23329.207834860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060101120, end = 3060125696, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.207837124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060125696, end = 3060129792, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.207839061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060129792, end = 3060133888, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.207841010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060133888, end = 3060137984, flags = 1048691, pgoff = 3060133888, inode = 0 }
+vm_state.vm_map: 23329.207843324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060137984, end = 3060146176, flags = 134217845, pgoff = 0, inode = 21270 }
+vm_state.vm_map: 23329.207845254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060146176, end = 3060150272, flags = 135266419, pgoff = 8192, inode = 21270 }
+vm_state.vm_map: 23329.207847414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060150272, end = 3060178944, flags = 134217845, pgoff = 0, inode = 23696 }
+vm_state.vm_map: 23329.207849474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060178944, end = 3060183040, flags = 135266419, pgoff = 24576, inode = 23696 }
+vm_state.vm_map: 23329.207851553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060183040, end = 3060199424, flags = 134217845, pgoff = 0, inode = 1065432 }
+vm_state.vm_map: 23329.207853508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060199424, end = 3060203520, flags = 135266419, pgoff = 12288, inode = 1065432 }
+vm_state.vm_map: 23329.207855599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060203520, end = 3060224000, flags = 134217845, pgoff = 0, inode = 314599 }
+vm_state.vm_map: 23329.207857623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060224000, end = 3060228096, flags = 135266419, pgoff = 16384, inode = 314599 }
+vm_state.vm_map: 23329.207859714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060228096, end = 3060367360, flags = 134217841, pgoff = 0, inode = 74520 }
+vm_state.vm_map: 23329.207861785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060367360, end = 3061698560, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.207863834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061698560, end = 3061710848, flags = 1048691, pgoff = 3061698560, inode = 0 }
+vm_state.vm_map: 23329.207865901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061710848, end = 3061727232, flags = 134217845, pgoff = 0, inode = 22606 }
+vm_state.vm_map: 23329.207867832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061727232, end = 3061731328, flags = 135266419, pgoff = 12288, inode = 22606 }
+vm_state.vm_map: 23329.207870323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061731328, end = 3061739520, flags = 134217845, pgoff = 0, inode = 18631 }
+vm_state.vm_map: 23329.207872254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061739520, end = 3061743616, flags = 135266419, pgoff = 4096, inode = 18631 }
+vm_state.vm_map: 23329.207874326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061743616, end = 3061772288, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.207876258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061772288, end = 3061776384, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.207878188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061776384, end = 3061780480, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.207880298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061780480, end = 3061927936, flags = 134217845, pgoff = 0, inode = 19962 }
+vm_state.vm_map: 23329.207882364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061927936, end = 3061936128, flags = 135266419, pgoff = 143360, inode = 19962 }
+vm_state.vm_map: 23329.207884301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061936128, end = 3061940224, flags = 1048691, pgoff = 3061936128, inode = 0 }
+vm_state.vm_map: 23329.207886497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061940224, end = 3062038528, flags = 134217845, pgoff = 0, inode = 22609 }
+vm_state.vm_map: 23329.207888428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062038528, end = 3062042624, flags = 135266419, pgoff = 94208, inode = 22609 }
+vm_state.vm_map: 23329.207890494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062042624, end = 3062067200, flags = 134217845, pgoff = 0, inode = 22612 }
+vm_state.vm_map: 23329.207892425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062067200, end = 3062071296, flags = 135266419, pgoff = 20480, inode = 22612 }
+vm_state.vm_map: 23329.207894559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062071296, end = 3062083584, flags = 134217845, pgoff = 0, inode = 21323 }
+vm_state.vm_map: 23329.207896706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062083584, end = 3062087680, flags = 135266419, pgoff = 8192, inode = 21323 }
+vm_state.vm_map: 23329.207898809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062087680, end = 3062231040, flags = 134217845, pgoff = 0, inode = 17737 }
+vm_state.vm_map: 23329.207900919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062231040, end = 3062235136, flags = 135266419, pgoff = 139264, inode = 17737 }
+vm_state.vm_map: 23329.207903454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062235136, end = 3062312960, flags = 134217845, pgoff = 0, inode = 24576 }
+vm_state.vm_map: 23329.207905502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062312960, end = 3062317056, flags = 135266419, pgoff = 77824, inode = 24576 }
+vm_state.vm_map: 23329.207907575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062317056, end = 3062321152, flags = 1048691, pgoff = 3062317056, inode = 0 }
+vm_state.vm_map: 23329.207909839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062321152, end = 3062353920, flags = 134217845, pgoff = 0, inode = 24194 }
+vm_state.vm_map: 23329.207911887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062353920, end = 3062358016, flags = 135266419, pgoff = 28672, inode = 24194 }
+vm_state.vm_map: 23329.207913966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062358016, end = 3062824960, flags = 134217845, pgoff = 0, inode = 23967 }
+vm_state.vm_map: 23329.207915902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062824960, end = 3062833152, flags = 135266419, pgoff = 462848, inode = 23967 }
+vm_state.vm_map: 23329.207917950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062833152, end = 3062837248, flags = 1048691, pgoff = 3062833152, inode = 0 }
+vm_state.vm_map: 23329.207920146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062837248, end = 3063193600, flags = 134217845, pgoff = 0, inode = 1065307 }
+vm_state.vm_map: 23329.207922077 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063193600, end = 3063201792, flags = 135266419, pgoff = 356352, inode = 1065307 }
+vm_state.vm_map: 23329.207924162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063201792, end = 3063300096, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.207926216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063300096, end = 3063304192, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.207928190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063304192, end = 3063308288, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.207930263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063308288, end = 3063377920, flags = 134217845, pgoff = 0, inode = 508438 }
+vm_state.vm_map: 23329.207932200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063377920, end = 3063382016, flags = 135266417, pgoff = 65536, inode = 508438 }
+vm_state.vm_map: 23329.207934137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063382016, end = 3063386112, flags = 135266419, pgoff = 69632, inode = 508438 }
+vm_state.vm_map: 23329.207936572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063386112, end = 3063398400, flags = 1048691, pgoff = 3063386112, inode = 0 }
+vm_state.vm_map: 23329.207938694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063398400, end = 3063590912, flags = 134217845, pgoff = 0, inode = 500014 }
+vm_state.vm_map: 23329.207940632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063590912, end = 3063595008, flags = 135266419, pgoff = 192512, inode = 500014 }
+vm_state.vm_map: 23329.207942766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063595008, end = 3063672832, flags = 134217845, pgoff = 0, inode = 17715 }
+vm_state.vm_map: 23329.207944747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063672832, end = 3063676928, flags = 135266419, pgoff = 77824, inode = 17715 }
+vm_state.vm_map: 23329.207946918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063676928, end = 3063709696, flags = 134217845, pgoff = 0, inode = 17846 }
+vm_state.vm_map: 23329.207948916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063709696, end = 3063713792, flags = 135266419, pgoff = 28672, inode = 17846 }
+vm_state.vm_map: 23329.207951087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063713792, end = 3063738368, flags = 134217845, pgoff = 0, inode = 21580 }
+vm_state.vm_map: 23329.207953141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063738368, end = 3063742464, flags = 135266419, pgoff = 24576, inode = 21580 }
+vm_state.vm_map: 23329.207955246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063742464, end = 3063775232, flags = 134217845, pgoff = 0, inode = 21294 }
+vm_state.vm_map: 23329.207957201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063775232, end = 3063779328, flags = 135266419, pgoff = 28672, inode = 21294 }
+vm_state.vm_map: 23329.207959137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063779328, end = 3063783424, flags = 1048691, pgoff = 3063779328, inode = 0 }
+vm_state.vm_map: 23329.207961204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063783424, end = 3063791616, flags = 134217845, pgoff = 0, inode = 21578 }
+vm_state.vm_map: 23329.207963134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063791616, end = 3063795712, flags = 135266419, pgoff = 4096, inode = 21578 }
+vm_state.vm_map: 23329.207965219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063795712, end = 3063828480, flags = 134217845, pgoff = 0, inode = 17840 }
+vm_state.vm_map: 23329.207967156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063828480, end = 3063832576, flags = 135266419, pgoff = 28672, inode = 17840 }
+vm_state.vm_map: 23329.207969562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063832576, end = 3063885824, flags = 134217845, pgoff = 0, inode = 20719 }
+vm_state.vm_map: 23329.207971604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063885824, end = 3063889920, flags = 135266419, pgoff = 49152, inode = 20719 }
+vm_state.vm_map: 23329.207973738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063889920, end = 3063906304, flags = 134217845, pgoff = 0, inode = 16916 }
+vm_state.vm_map: 23329.207975829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063906304, end = 3063910400, flags = 135266419, pgoff = 12288, inode = 16916 }
+vm_state.vm_map: 23329.207977933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063910400, end = 3063918592, flags = 134217845, pgoff = 0, inode = 22665 }
+vm_state.vm_map: 23329.207979888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063918592, end = 3063922688, flags = 135266419, pgoff = 4096, inode = 22665 }
+vm_state.vm_map: 23329.207981831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063922688, end = 3063926784, flags = 1048691, pgoff = 3063922688, inode = 0 }
+vm_state.vm_map: 23329.207983972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063926784, end = 3063934976, flags = 134217845, pgoff = 0, inode = 17721 }
+vm_state.vm_map: 23329.207986082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063934976, end = 3063939072, flags = 135266419, pgoff = 4096, inode = 17721 }
+vm_state.vm_map: 23329.207988167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063939072, end = 3065253888, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.207990190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3065253888, end = 3065262080, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.207992189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3065262080, end = 3065266176, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.207994132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3065266176, end = 3065278464, flags = 1048691, pgoff = 3065266176, inode = 0 }
+vm_state.vm_map: 23329.207996260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3065278464, end = 3065393152, flags = 134217845, pgoff = 0, inode = 499763 }
+vm_state.vm_map: 23329.207998314 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3065393152, end = 3065397248, flags = 135266419, pgoff = 114688, inode = 499763 }
+vm_state.vm_map: 23329.208000473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3065397248, end = 3066335232, flags = 134217845, pgoff = 0, inode = 16400 }
+vm_state.vm_map: 23329.208002805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066335232, end = 3066351616, flags = 135266417, pgoff = 937984, inode = 16400 }
+vm_state.vm_map: 23329.208004784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066351616, end = 3066355712, flags = 135266419, pgoff = 954368, inode = 16400 }
+vm_state.vm_map: 23329.208006728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066355712, end = 3066384384, flags = 1048691, pgoff = 3066355712, inode = 0 }
+vm_state.vm_map: 23329.208008875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066384384, end = 3066531840, flags = 134217845, pgoff = 0, inode = 508364 }
+vm_state.vm_map: 23329.208010855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066531840, end = 3066535936, flags = 135266417, pgoff = 143360, inode = 508364 }
+vm_state.vm_map: 23329.208012859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066535936, end = 3066540032, flags = 135266419, pgoff = 147456, inode = 508364 }
+vm_state.vm_map: 23329.208016277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066540032, end = 3066556416, flags = 134217845, pgoff = 0, inode = 19625 }
+vm_state.vm_map: 23329.208020606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066556416, end = 3066560512, flags = 135266419, pgoff = 12288, inode = 19625 }
+vm_state.vm_map: 23329.208023291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066560512, end = 3066564608, flags = 1048691, pgoff = 3066560512, inode = 0 }
+vm_state.vm_map: 23329.208025442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066564608, end = 3067715584, flags = 134217845, pgoff = 0, inode = 1065145 }
+vm_state.vm_map: 23329.208027546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3067715584, end = 3067731968, flags = 135266419, pgoff = 1146880, inode = 1065145 }
+vm_state.vm_map: 23329.208029657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3067731968, end = 3068469248, flags = 134217845, pgoff = 0, inode = 499737 }
+vm_state.vm_map: 23329.208031759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068469248, end = 3068473344, flags = 135266419, pgoff = 733184, inode = 499737 }
+vm_state.vm_map: 23329.208033961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068473344, end = 3068485632, flags = 134217845, pgoff = 0, inode = 19626 }
+vm_state.vm_map: 23329.208036324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068485632, end = 3068489728, flags = 135266419, pgoff = 8192, inode = 19626 }
+vm_state.vm_map: 23329.208038532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068489728, end = 3068731392, flags = 134217845, pgoff = 0, inode = 19627 }
+vm_state.vm_map: 23329.208040488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068731392, end = 3068735488, flags = 135266419, pgoff = 241664, inode = 19627 }
+vm_state.vm_map: 23329.208042659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068735488, end = 3068919808, flags = 134217845, pgoff = 0, inode = 22064 }
+vm_state.vm_map: 23329.208044744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068919808, end = 3068928000, flags = 135266419, pgoff = 180224, inode = 22064 }
+vm_state.vm_map: 23329.208046922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068928000, end = 3068932096, flags = 1048691, pgoff = 3068928000, inode = 0 }
+vm_state.vm_map: 23329.208049179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068932096, end = 3069403136, flags = 134217845, pgoff = 0, inode = 18958 }
+vm_state.vm_map: 23329.208051264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3069403136, end = 3069419520, flags = 135266419, pgoff = 471040, inode = 18958 }
+vm_state.vm_map: 23329.208053374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3069419520, end = 3069689856, flags = 134217845, pgoff = 0, inode = 22793 }
+vm_state.vm_map: 23329.208055477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3069689856, end = 3069698048, flags = 135266419, pgoff = 266240, inode = 22793 }
+vm_state.vm_map: 23329.208057698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3069698048, end = 3070177280, flags = 134217845, pgoff = 0, inode = 21325 }
+vm_state.vm_map: 23329.208059869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070177280, end = 3070185472, flags = 135266419, pgoff = 479232, inode = 21325 }
+vm_state.vm_map: 23329.208062010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070185472, end = 3070783488, flags = 134217845, pgoff = 0, inode = 19628 }
+vm_state.vm_map: 23329.208064095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070783488, end = 3070791680, flags = 135266419, pgoff = 598016, inode = 19628 }
+vm_state.vm_map: 23329.208066248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070791680, end = 3070832640, flags = 134217845, pgoff = 0, inode = 22795 }
+vm_state.vm_map: 23329.208068345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070832640, end = 3070836736, flags = 135266419, pgoff = 36864, inode = 22795 }
+vm_state.vm_map: 23329.208070745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070836736, end = 3070840832, flags = 1048691, pgoff = 3070836736, inode = 0 }
+vm_state.vm_map: 23329.208072836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070840832, end = 3070939136, flags = 134217845, pgoff = 0, inode = 22669 }
+vm_state.vm_map: 23329.208074791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070939136, end = 3070943232, flags = 135266419, pgoff = 94208, inode = 22669 }
+vm_state.vm_map: 23329.208076895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070943232, end = 3071090688, flags = 134217845, pgoff = 0, inode = 22796 }
+vm_state.vm_map: 23329.208078844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3071090688, end = 3071094784, flags = 135266419, pgoff = 147456, inode = 22796 }
+vm_state.vm_map: 23329.208080892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3071094784, end = 3071197184, flags = 134217845, pgoff = 0, inode = 21552 }
+vm_state.vm_map: 23329.208082817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3071197184, end = 3071205376, flags = 135266419, pgoff = 98304, inode = 21552 }
+vm_state.vm_map: 23329.208084877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3071205376, end = 3071803392, flags = 134217845, pgoff = 0, inode = 22668 }
+vm_state.vm_map: 23329.208086814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3071803392, end = 3071815680, flags = 135266419, pgoff = 593920, inode = 22668 }
+vm_state.vm_map: 23329.208088880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3071815680, end = 3075715072, flags = 134217845, pgoff = 0, inode = 21427 }
+vm_state.vm_map: 23329.208090816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075715072, end = 3075739648, flags = 135266419, pgoff = 3895296, inode = 21427 }
+vm_state.vm_map: 23329.208092748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075739648, end = 3075747840, flags = 1048691, pgoff = 3075739648, inode = 0 }
+vm_state.vm_map: 23329.208094919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075747840, end = 3075756032, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.208096855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075756032, end = 3075760128, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.208098793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075760128, end = 3075764224, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.208100854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075764224, end = 3075850240, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.208103185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075850240, end = 3075854336, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.208105214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075854336, end = 3075858432, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.208107163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075858432, end = 3075866624, flags = 1048691, pgoff = 3075858432, inode = 0 }
+vm_state.vm_map: 23329.208109335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075866624, end = 3076067328, flags = 134217845, pgoff = 0, inode = 21333 }
+vm_state.vm_map: 23329.208111321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076067328, end = 3076071424, flags = 135266419, pgoff = 200704, inode = 21333 }
+vm_state.vm_map: 23329.208113264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076071424, end = 3076079616, flags = 1048691, pgoff = 3076071424, inode = 0 }
+vm_state.vm_map: 23329.208115404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076079616, end = 3076091904, flags = 134217845, pgoff = 0, inode = 21332 }
+vm_state.vm_map: 23329.208117415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076091904, end = 3076096000, flags = 135266419, pgoff = 8192, inode = 21332 }
+vm_state.vm_map: 23329.208119519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076096000, end = 3076104192, flags = 134217845, pgoff = 0, inode = 21334 }
+vm_state.vm_map: 23329.208121635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076104192, end = 3076108288, flags = 135266419, pgoff = 4096, inode = 21334 }
+vm_state.vm_map: 23329.208123750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076108288, end = 3076116480, flags = 134217845, pgoff = 0, inode = 1450327 }
+vm_state.vm_map: 23329.208125835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076116480, end = 3076120576, flags = 135266417, pgoff = 4096, inode = 1450327 }
+vm_state.vm_map: 23329.208127896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076120576, end = 3076124672, flags = 135266419, pgoff = 8192, inode = 1450327 }
+vm_state.vm_map: 23329.208129975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076124672, end = 3076153344, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.208132029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076153344, end = 3076202496, flags = 134217841, pgoff = 0, inode = 74519 }
+vm_state.vm_map: 23329.208137784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076202496, end = 3076845568, flags = 134217845, pgoff = 0, inode = 231127 }
+vm_state.vm_map: 23329.208139838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076845568, end = 3076878336, flags = 135266419, pgoff = 638976, inode = 231127 }
+vm_state.vm_map: 23329.208141929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076878336, end = 3076882432, flags = 1048691, pgoff = 3076878336, inode = 0 }
+vm_state.vm_map: 23329.208144304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076882432, end = 3076894720, flags = 134217845, pgoff = 0, inode = 229423 }
+vm_state.vm_map: 23329.208146290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076894720, end = 3076898816, flags = 135266419, pgoff = 8192, inode = 229423 }
+vm_state.vm_map: 23329.208151583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076898816, end = 3077607424, flags = 134217845, pgoff = 0, inode = 231131 }
+vm_state.vm_map: 23329.208153631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3077607424, end = 3077627904, flags = 135266419, pgoff = 704512, inode = 231131 }
+vm_state.vm_map: 23329.208155617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3077627904, end = 3077636096, flags = 1048691, pgoff = 3077627904, inode = 0 }
+vm_state.vm_map: 23329.208157554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3077636096, end = 3077640192, flags = 67371125, pgoff = 3077636096, inode = 0 }
+vm_state.vm_map: 23329.208159874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3077640192, end = 3077754880, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.208161885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3077754880, end = 3077758976, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.208163834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3077758976, end = 3077763072, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.208165770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3213340672, end = 3213549568, flags = 1048947, pgoff = 3221016576, inode = 0 }
+vm_state.vm_map: 23329.208168651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
+vm_state.vm_map: 23329.208170595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
+vm_state.vm_map: 23329.208172982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
+vm_state.vm_map: 23329.208175054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 149463040, end = 149745664, flags = 1048691, pgoff = 149463040, inode = 0 }
+vm_state.vm_map: 23329.208177256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075342336, end = 3075383296, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.208179193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075383296, end = 3075387392, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.208181131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075387392, end = 3075391488, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.208183239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075391488, end = 3075428352, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.208185176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075428352, end = 3075432448, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.208187107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075432448, end = 3075436544, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.208189303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075436544, end = 3075514368, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.208191240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075514368, end = 3075518464, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.208193171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075518464, end = 3075522560, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.208195114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075522560, end = 3075530752, flags = 1048691, pgoff = 3075522560, inode = 0 }
+vm_state.vm_map: 23329.208197230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075530752, end = 3075555328, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.208199222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075555328, end = 3075559424, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.208201159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075559424, end = 3075563520, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.208203275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075563520, end = 3076894720, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.208205662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3076894720, end = 3076898816, flags = 1048691, pgoff = 3076894720, inode = 0 }
+vm_state.vm_map: 23329.208207735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3076898816, end = 3078213632, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.208209826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078213632, end = 3078221824, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.208211899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078221824, end = 3078225920, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.208213959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078225920, end = 3078242304, flags = 1048691, pgoff = 3078225920, inode = 0 }
+vm_state.vm_map: 23329.208216174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078242304, end = 3078250496, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.208218104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078250496, end = 3078254592, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.208220035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078254592, end = 3078258688, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.208222200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078258688, end = 3078475776, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 23329.208224242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078475776, end = 3078488064, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 23329.208226383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078553600, end = 3078582272, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.208228332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078582272, end = 3078590464, flags = 1048691, pgoff = 3078582272, inode = 0 }
+vm_state.vm_map: 23329.208230263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078590464, end = 3078594560, flags = 67371125, pgoff = 3078590464, inode = 0 }
+vm_state.vm_map: 23329.208232335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078594560, end = 3078709248, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.208234389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078709248, end = 3078713344, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.208236511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078713344, end = 3078717440, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.208238996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3219709952, end = 3219795968, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.208242087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 134512640, end = 134541312, flags = 134223989, pgoff = 0, inode = 1048590 }
+vm_state.vm_map: 23329.208244333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 134541312, end = 134545408, flags = 135272563, pgoff = 24576, inode = 1048590 }
+vm_state.vm_map: 23329.208246423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 134545408, end = 134561792, flags = 1048691, pgoff = 134545408, inode = 0 }
+vm_state.vm_map: 23329.208248367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 165720064, end = 165855232, flags = 1048691, pgoff = 165720064, inode = 0 }
+vm_state.vm_map: 23329.208250656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3073937408, end = 3073966080, flags = 134217845, pgoff = 0, inode = 508362 }
+vm_state.vm_map: 23329.208252661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3073966080, end = 3073970176, flags = 135266417, pgoff = 24576, inode = 508362 }
+vm_state.vm_map: 23329.208254708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3073970176, end = 3073974272, flags = 135266419, pgoff = 28672, inode = 508362 }
+vm_state.vm_map: 23329.208256873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3073974272, end = 3074060288, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.208258965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074060288, end = 3074064384, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.208260907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074064384, end = 3074068480, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.208263017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074068480, end = 3074076672, flags = 1048691, pgoff = 3074068480, inode = 0 }
+vm_state.vm_map: 23329.208265164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074076672, end = 3074301952, flags = 134217845, pgoff = 0, inode = 499985 }
+vm_state.vm_map: 23329.208267236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074301952, end = 3074306048, flags = 135266417, pgoff = 225280, inode = 499985 }
+vm_state.vm_map: 23329.208269358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074306048, end = 3074310144, flags = 135266419, pgoff = 229376, inode = 499985 }
+vm_state.vm_map: 23329.208271493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074310144, end = 3074347008, flags = 134217845, pgoff = 0, inode = 508391 }
+vm_state.vm_map: 23329.208273917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074347008, end = 3074351104, flags = 135266417, pgoff = 32768, inode = 508391 }
+vm_state.vm_map: 23329.208276033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074351104, end = 3074355200, flags = 135266419, pgoff = 36864, inode = 508391 }
+vm_state.vm_map: 23329.208278136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074355200, end = 3074514944, flags = 1048691, pgoff = 3074355200, inode = 0 }
+vm_state.vm_map: 23329.208280437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074514944, end = 3074564096, flags = 134217845, pgoff = 0, inode = 500088 }
+vm_state.vm_map: 23329.208282676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074564096, end = 3074568192, flags = 135266419, pgoff = 45056, inode = 500088 }
+vm_state.vm_map: 23329.208284996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074568192, end = 3074617344, flags = 1048691, pgoff = 3074568192, inode = 0 }
+vm_state.vm_map: 23329.208287278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074617344, end = 3074715648, flags = 134217845, pgoff = 0, inode = 499877 }
+vm_state.vm_map: 23329.208289455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074715648, end = 3074719744, flags = 135266417, pgoff = 94208, inode = 499877 }
+vm_state.vm_map: 23329.208291473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074719744, end = 3074723840, flags = 135266419, pgoff = 98304, inode = 499877 }
+vm_state.vm_map: 23329.208294076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074777088, end = 3074813952, flags = 134217845, pgoff = 0, inode = 499730 }
+vm_state.vm_map: 23329.208296235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074813952, end = 3074818048, flags = 135266419, pgoff = 32768, inode = 499730 }
+vm_state.vm_map: 23329.208298536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074818048, end = 3074859008, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.208300590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074859008, end = 3074863104, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.208302736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074863104, end = 3074867200, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.208305050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074867200, end = 3074904064, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.208307233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074904064, end = 3074908160, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.208309682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074908160, end = 3074912256, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.208311915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074912256, end = 3074990080, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.208313882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074990080, end = 3074994176, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.208315993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074994176, end = 3074998272, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.208318306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074998272, end = 3075006464, flags = 1048691, pgoff = 3074998272, inode = 0 }
+vm_state.vm_map: 23329.208320545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3075006464, end = 3075031040, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.208322580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3075031040, end = 3075035136, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.208344460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3075035136, end = 3075039232, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.208347026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3075039232, end = 3076370432, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.208349105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3076370432, end = 3076374528, flags = 1048691, pgoff = 3076370432, inode = 0 }
+vm_state.vm_map: 23329.208351486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3076374528, end = 3076382720, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.208353744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3076382720, end = 3076386816, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.208355946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3076386816, end = 3076390912, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.208358278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3076390912, end = 3077705728, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.208360455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077705728, end = 3077713920, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.208362571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077713920, end = 3077718016, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.208365045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077718016, end = 3077734400, flags = 1048691, pgoff = 3077718016, inode = 0 }
+vm_state.vm_map: 23329.208367530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077734400, end = 3077742592, flags = 134217845, pgoff = 0, inode = 499739 }
+vm_state.vm_map: 23329.208369659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077742592, end = 3077746688, flags = 135266419, pgoff = 4096, inode = 499739 }
+vm_state.vm_map: 23329.208372046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077746688, end = 3077787648, flags = 134217845, pgoff = 0, inode = 499738 }
+vm_state.vm_map: 23329.208374094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077787648, end = 3077791744, flags = 135266419, pgoff = 40960, inode = 499738 }
+vm_state.vm_map: 23329.208376549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077799936, end = 3077808128, flags = 134217845, pgoff = 0, inode = 17167 }
+vm_state.vm_map: 23329.208378670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077808128, end = 3077812224, flags = 135266419, pgoff = 8192, inode = 17167 }
+vm_state.vm_map: 23329.208381095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077812224, end = 3077820416, flags = 134217845, pgoff = 0, inode = 499908 }
+vm_state.vm_map: 23329.208383074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077820416, end = 3077824512, flags = 135266419, pgoff = 4096, inode = 499908 }
+vm_state.vm_map: 23329.208385598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077824512, end = 3077828608, flags = 134217845, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 23329.208387708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077828608, end = 3077832704, flags = 135266419, pgoff = 0, inode = 500082 }
+vm_state.vm_map: 23329.208390076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077832704, end = 3077836800, flags = 134217845, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 23329.208392279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077836800, end = 3077840896, flags = 135266419, pgoff = 0, inode = 499797 }
+vm_state.vm_map: 23329.208394672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077844992, end = 3077853184, flags = 134217845, pgoff = 0, inode = 500086 }
+vm_state.vm_map: 23329.208396955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077853184, end = 3077857280, flags = 135266419, pgoff = 4096, inode = 500086 }
+vm_state.vm_map: 23329.208399329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077857280, end = 3077869568, flags = 134217845, pgoff = 0, inode = 500089 }
+vm_state.vm_map: 23329.208401648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077869568, end = 3077873664, flags = 135266419, pgoff = 8192, inode = 500089 }
+vm_state.vm_map: 23329.208404331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077873664, end = 3077877760, flags = 134217845, pgoff = 0, inode = 499772 }
+vm_state.vm_map: 23329.208406330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077877760, end = 3077881856, flags = 135266419, pgoff = 0, inode = 499772 }
+vm_state.vm_map: 23329.208408483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077885952, end = 3077894144, flags = 1048691, pgoff = 3077885952, inode = 0 }
+vm_state.vm_map: 23329.208410592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077894144, end = 3077898240, flags = 67371125, pgoff = 3077894144, inode = 0 }
+vm_state.vm_map: 23329.208412807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077898240, end = 3078012928, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.208414781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3078012928, end = 3078017024, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.208416971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3078017024, end = 3078021120, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.208418939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3220688896, end = 3220774912, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.208421665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
+vm_state.vm_map: 23329.208423787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
+vm_state.vm_map: 23329.208425792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
+vm_state.vm_map: 23329.208427889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 153083904, end = 153329664, flags = 1048691, pgoff = 153083904, inode = 0 }
+vm_state.vm_map: 23329.208430209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075641344, end = 3075682304, flags = 134217845, pgoff = 0, inode = 507911 }
+vm_state.vm_map: 23329.208432312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075682304, end = 3075686400, flags = 135266417, pgoff = 36864, inode = 507911 }
+vm_state.vm_map: 23329.208434323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075686400, end = 3075690496, flags = 135266419, pgoff = 40960, inode = 507911 }
+vm_state.vm_map: 23329.208437000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075690496, end = 3075727360, flags = 134217845, pgoff = 0, inode = 508389 }
+vm_state.vm_map: 23329.208439085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075727360, end = 3075731456, flags = 135266417, pgoff = 32768, inode = 508389 }
+vm_state.vm_map: 23329.208441053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075731456, end = 3075735552, flags = 135266419, pgoff = 36864, inode = 508389 }
+vm_state.vm_map: 23329.208443348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075735552, end = 3075813376, flags = 134217845, pgoff = 0, inode = 508435 }
+vm_state.vm_map: 23329.208445340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075813376, end = 3075817472, flags = 135266417, pgoff = 73728, inode = 508435 }
+vm_state.vm_map: 23329.208447370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075817472, end = 3075821568, flags = 135266419, pgoff = 77824, inode = 508435 }
+vm_state.vm_map: 23329.208449479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075821568, end = 3075829760, flags = 1048691, pgoff = 3075821568, inode = 0 }
+vm_state.vm_map: 23329.208451577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075829760, end = 3075854336, flags = 134217845, pgoff = 0, inode = 508366 }
+vm_state.vm_map: 23329.208453538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075854336, end = 3075858432, flags = 135266417, pgoff = 24576, inode = 508366 }
+vm_state.vm_map: 23329.208455722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075858432, end = 3075862528, flags = 135266419, pgoff = 28672, inode = 508366 }
+vm_state.vm_map: 23329.208457825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075862528, end = 3077193728, flags = 134217841, pgoff = 0, inode = 32876 }
+vm_state.vm_map: 23329.208459879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3077193728, end = 3077197824, flags = 1048691, pgoff = 3077193728, inode = 0 }
+vm_state.vm_map: 23329.208461939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3077197824, end = 3078512640, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.208464018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078512640, end = 3078520832, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.208465955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078520832, end = 3078524928, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.208467942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078524928, end = 3078541312, flags = 1048691, pgoff = 3078524928, inode = 0 }
+vm_state.vm_map: 23329.208470433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078541312, end = 3078549504, flags = 134217845, pgoff = 0, inode = 508385 }
+vm_state.vm_map: 23329.208472611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078549504, end = 3078553600, flags = 135266417, pgoff = 4096, inode = 508385 }
+vm_state.vm_map: 23329.208474629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078553600, end = 3078557696, flags = 135266419, pgoff = 8192, inode = 508385 }
+vm_state.vm_map: 23329.208476959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078557696, end = 3078774784, flags = 134217845, pgoff = 0, inode = 499784 }
+vm_state.vm_map: 23329.208479007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078774784, end = 3078787072, flags = 135266419, pgoff = 217088, inode = 499784 }
+vm_state.vm_map: 23329.208481105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078852608, end = 3078881280, flags = 134217937, pgoff = 0, inode = 1450218 }
+vm_state.vm_map: 23329.208483091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078881280, end = 3078889472, flags = 1048691, pgoff = 3078881280, inode = 0 }
+vm_state.vm_map: 23329.208485114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078889472, end = 3078893568, flags = 67371125, pgoff = 3078889472, inode = 0 }
+vm_state.vm_map: 23329.208487390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078893568, end = 3079008256, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.208489438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3079008256, end = 3079012352, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.208491659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3079012352, end = 3079016448, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.208493695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3218653184, end = 3218739200, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.208496502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 32921 }
+vm_state.vm_map: 23329.208498531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 32921 }
+vm_state.vm_map: 23329.208500628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 134533120, end = 134537216, flags = 1048691, pgoff = 134533120, inode = 0 }
+vm_state.vm_map: 23329.208502787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 160788480, end = 160923648, flags = 1048691, pgoff = 160788480, inode = 0 }
+vm_state.vm_map: 23329.208505131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3076546560, end = 3076554752, flags = 1048691, pgoff = 3076546560, inode = 0 }
+vm_state.vm_map: 23329.208507358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3076554752, end = 3077869568, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.208509425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3077869568, end = 3077877760, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.208511707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3077877760, end = 3077881856, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.208513638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3077881856, end = 3077894144, flags = 1048691, pgoff = 3077881856, inode = 0 }
+vm_state.vm_map: 23329.208516068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3077894144, end = 3077906432, flags = 134217845, pgoff = 0, inode = 32917 }
+vm_state.vm_map: 23329.208518135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3077906432, end = 3077910528, flags = 135266419, pgoff = 8192, inode = 32917 }
+vm_state.vm_map: 23329.208520066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3077910528, end = 3077914624, flags = 1048691, pgoff = 3077910528, inode = 0 }
+vm_state.vm_map: 23329.208522003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3078000640, end = 3078017024, flags = 1048691, pgoff = 3078000640, inode = 0 }
+vm_state.vm_map: 23329.208523983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3078017024, end = 3078021120, flags = 67371125, pgoff = 3078017024, inode = 0 }
+vm_state.vm_map: 23329.208526376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3078021120, end = 3078135808, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.208528344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3078135808, end = 3078139904, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.208530398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3078139904, end = 3078144000, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.208532322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3217395712, end = 3217481728, flags = 1048947, pgoff = 3221139456, inode = 0 }
+vm_state.vm_map: 23329.208535246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 33221 }
+vm_state.vm_map: 23329.208537176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 33221 }
+vm_state.vm_map: 23329.208539540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 142438400, end = 142606336, flags = 1048691, pgoff = 142438400, inode = 0 }
+vm_state.vm_map: 23329.208541606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3068817408, end = 3068821504, flags = 1048688, pgoff = 3068817408, inode = 0 }
+vm_state.vm_map: 23329.208543667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3068821504, end = 3077218304, flags = 1048691, pgoff = 3068821504, inode = 0 }
+vm_state.vm_map: 23329.208545763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3077218304, end = 3078533120, flags = 134217845, pgoff = 0, inode = 508370 }
+vm_state.vm_map: 23329.208547725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078533120, end = 3078541312, flags = 135266417, pgoff = 1314816, inode = 508370 }
+vm_state.vm_map: 23329.208549804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078541312, end = 3078545408, flags = 135266419, pgoff = 1323008, inode = 508370 }
+vm_state.vm_map: 23329.208551865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078545408, end = 3078557696, flags = 1048691, pgoff = 3078545408, inode = 0 }
+vm_state.vm_map: 23329.208553949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078557696, end = 3078643712, flags = 134217845, pgoff = 0, inode = 508360 }
+vm_state.vm_map: 23329.208555935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078643712, end = 3078647808, flags = 135266417, pgoff = 81920, inode = 508360 }
+vm_state.vm_map: 23329.208557915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078647808, end = 3078651904, flags = 135266419, pgoff = 86016, inode = 508360 }
+vm_state.vm_map: 23329.208559982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078651904, end = 3078660096, flags = 1048691, pgoff = 3078651904, inode = 0 }
+vm_state.vm_map: 23329.208562017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078750208, end = 3078762496, flags = 1048691, pgoff = 3078750208, inode = 0 }
+vm_state.vm_map: 23329.208564108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078762496, end = 3078766592, flags = 67371125, pgoff = 3078762496, inode = 0 }
+vm_state.vm_map: 23329.208566261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078766592, end = 3078881280, flags = 134219893, pgoff = 0, inode = 499899 }
+vm_state.vm_map: 23329.208568488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078881280, end = 3078885376, flags = 135268465, pgoff = 110592, inode = 499899 }
+vm_state.vm_map: 23329.208570592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078885376, end = 3078889472, flags = 135268467, pgoff = 114688, inode = 499899 }
+vm_state.vm_map: 23329.208572929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3212763136, end = 3212849152, flags = 1048947, pgoff = 3221139456, inode = 0 }
+irq_state.interrupt: 23329.208617941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "timer", irq_id = 0 }
+irq_state.interrupt: 23329.208687010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "i8042", irq_id = 1 }
+irq_state.interrupt: 23329.208695701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "floppy", irq_id = 6 }
+irq_state.interrupt: 23329.208702758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "rtc0", irq_id = 8 }
+irq_state.interrupt: 23329.208706582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "acpi", irq_id = 9 }
+irq_state.interrupt: 23329.208710339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "i8042", irq_id = 12 }
+irq_state.interrupt: 23329.208714219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ide0", irq_id = 14 }
+irq_state.interrupt: 23329.208721005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ide1", irq_id = 15 }
+irq_state.interrupt: 23329.208727957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ehci_hcd:usb1", irq_id = 19 }
+irq_state.interrupt: 23329.208731713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "eth0", irq_id = 19 }
+irq_state.interrupt: 23329.208738092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "vboxguest", irq_id = 20 }
+irq_state.interrupt: 23329.208741996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ahci", irq_id = 21 }
+irq_state.interrupt: 23329.208748899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "Intel 82801AA-ICH", irq_id = 21 }
+irq_state.interrupt: 23329.208755025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ohci_hcd:usb2", irq_id = 22 }
+netif_state.network_ipv4_interface: 23329.208796951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/netif_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "lo", address = 2130706433, up = 0 }
+netif_state.network_ipv4_interface: 23329.208800406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/netif_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "eth0", address = 167772687, up = 0 }
+swap_state.statedump_swap_files: 23329.208806248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/swap_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filp = 0xf7101940, vfsmount = 0xf700eec0, dname = "hda1" }
+syscall_state.sys_call_table: 23329.208849106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 0, address = 0xc10358fe, symbol = "sys_restart_syscall+0x0/0xf" }
+syscall_state.sys_call_table: 23329.208858550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 1, address = 0xc102d16d, symbol = "sys_exit+0x0/0x11" }
+syscall_state.sys_call_table: 23329.208864910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 2, address = 0xc1003448, symbol = "ptregs_fork+0x0/0xc" }
+syscall_state.sys_call_table: 23329.208876828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 3, address = 0xc10ac4c3, symbol = "sys_read+0x0/0x9d" }
+syscall_state.sys_call_table: 23329.208879702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 4, address = 0xc10ac29b, symbol = "sys_write+0x0/0x9d" }
+syscall_state.sys_call_table: 23329.208882756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 5, address = 0xc10aa0ec, symbol = "sys_open+0x0/0x23" }
+syscall_state.sys_call_table: 23329.208885939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 6, address = 0xc10a9ea9, symbol = "sys_close+0x0/0x112" }
+syscall_state.sys_call_table: 23329.208888678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 7, address = 0xc102c96e, symbol = "sys_waitpid+0x0/0x17" }
+syscall_state.sys_call_table: 23329.208891453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 8, address = 0xc10aa10f, symbol = "sys_creat+0x0/0x16" }
+syscall_state.sys_call_table: 23329.208900466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 9, address = 0xc10b5ccb, symbol = "sys_link+0x0/0x19" }
+syscall_state.sys_call_table: 23329.208903309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 10, address = 0xc10b5760, symbol = "sys_unlink+0x0/0xe" }
+syscall_state.sys_call_table: 23329.208906109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 11, address = 0xc100346c, symbol = "ptregs_execve+0x0/0xc" }
+syscall_state.sys_call_table: 23329.208908954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 12, address = 0xc10aa8e8, symbol = "sys_chdir+0x0/0x59" }
+syscall_state.sys_call_table: 23329.208912001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 13, address = 0xc102de69, symbol = "sys_time+0x0/0x27" }
+syscall_state.sys_call_table: 23329.208914955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 14, address = 0xc10b5ab2, symbol = "sys_mknod+0x0/0x17" }
+syscall_state.sys_call_table: 23329.208917724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 15, address = 0xc10aa805, symbol = "sys_chmod+0x0/0x15" }
+syscall_state.sys_call_table: 23329.208923671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 16, address = 0xc104e167, symbol = "sys_lchown16+0x0/0x35" }
+syscall_state.sys_call_table: 23329.208927286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 17, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.208930068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 18, address = 0xc10af0b2, symbol = "sys_stat+0x0/0x23" }
+syscall_state.sys_call_table: 23329.208933226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 19, address = 0xc10ab3fb, symbol = "sys_lseek+0x0/0x9b" }
+syscall_state.sys_call_table: 23329.208936280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 20, address = 0xc103529a, symbol = "sys_getpid+0x0/0x16" }
+syscall_state.sys_call_table: 23329.208941751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 21, address = 0xc10c0a14, symbol = "sys_mount+0x0/0x98" }
+syscall_state.sys_call_table: 23329.208945372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 22, address = 0xc10bf90c, symbol = "sys_oldumount+0x0/0xe" }
+syscall_state.sys_call_table: 23329.208947907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 23, address = 0xc104e09e, symbol = "sys_setuid16+0x0/0x1d" }
+syscall_state.sys_call_table: 23329.208950424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 24, address = 0xc104dea0, symbol = "sys_getuid16+0x0/0x22" }
+syscall_state.sys_call_table: 23329.208953225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 25, address = 0xc102dc82, symbol = "sys_stime+0x0/0x3f" }
+syscall_state.sys_call_table: 23329.208955957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 26, address = 0xc1031d71, symbol = "sys_ptrace+0x0/0xae" }
+syscall_state.sys_call_table: 23329.208958857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 27, address = 0xc10352b0, symbol = "sys_alarm+0x0/0x9" }
+syscall_state.sys_call_table: 23329.208961472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 28, address = 0xc10af14c, symbol = "sys_fstat+0x0/0x24" }
+syscall_state.sys_call_table: 23329.208964260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 29, address = 0xc1035a45, symbol = "sys_pause+0x0/0x16" }
+syscall_state.sys_call_table: 23329.208967689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 30, address = 0xc10c741f, symbol = "sys_utime+0x0/0x5d" }
+syscall_state.sys_call_table: 23329.208970811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 31, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.208973575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 32, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.208976425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 33, address = 0xc10aaa87, symbol = "sys_access+0x0/0x13" }
+syscall_state.sys_call_table: 23329.208983616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 34, address = 0xc1026f47, symbol = "sys_nice+0x0/0x7c" }
+syscall_state.sys_call_table: 23329.208986392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 35, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.208989304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 36, address = 0xc10c70f9, symbol = "sys_sync+0x0/0x29" }
+syscall_state.sys_call_table: 23329.208992291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 37, address = 0xc1037e1c, symbol = "sys_kill+0x0/0x14c" }
+syscall_state.sys_call_table: 23329.208995201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 38, address = 0xc10b5650, symbol = "sys_rename+0x0/0x15" }
+syscall_state.sys_call_table: 23329.208998026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 39, address = 0xc10b590c, symbol = "sys_mkdir+0x0/0x13" }
+syscall_state.sys_call_table: 23329.209000907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 40, address = 0xc10b5849, symbol = "sys_rmdir+0x0/0xe" }
+syscall_state.sys_call_table: 23329.209003843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 41, address = 0xc10b6808, symbol = "sys_dup+0x0/0x36" }
+syscall_state.sys_call_table: 23329.209006539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 42, address = 0xc10b1dac, symbol = "sys_pipe+0x0/0xe" }
+syscall_state.sys_call_table: 23329.209009117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 43, address = 0xc10394a7, symbol = "sys_times+0x0/0x3f" }
+syscall_state.sys_call_table: 23329.209011980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 44, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209018241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 45, address = 0xc109c43a, symbol = "sys_brk+0x0/0xd3" }
+syscall_state.sys_call_table: 23329.209020758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 46, address = 0xc104e0e8, symbol = "sys_setgid16+0x0/0x1d" }
+syscall_state.sys_call_table: 23329.209023213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 47, address = 0xc104dee4, symbol = "sys_getgid16+0x0/0x22" }
+syscall_state.sys_call_table: 23329.209026032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 48, address = 0xc10362d2, symbol = "sys_signal+0x0/0x3c" }
+syscall_state.sys_call_table: 23329.209028524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 49, address = 0xc104dec2, symbol = "sys_geteuid16+0x0/0x22" }
+syscall_state.sys_call_table: 23329.209031059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 50, address = 0xc104df06, symbol = "sys_getegid16+0x0/0x22" }
+syscall_state.sys_call_table: 23329.209036734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 51, address = 0xc1057e28, symbol = "sys_acct+0x0/0x238" }
+syscall_state.sys_call_table: 23329.209039788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 52, address = 0xc10bf635, symbol = "sys_umount+0x0/0x2d7" }
+syscall_state.sys_call_table: 23329.209042638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 53, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209045086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 54, address = 0xc10b709b, symbol = "sys_ioctl+0x0/0x9d" }
+syscall_state.sys_call_table: 23329.209047955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 55, address = 0xc10b67b5, symbol = "sys_fcntl+0x0/0x53" }
+syscall_state.sys_call_table: 23329.209050657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 56, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209053322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 57, address = 0xc103929e, symbol = "sys_setpgid+0x0/0x175" }
+syscall_state.sys_call_table: 23329.209056183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 58, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209059675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 59, address = 0xc1006380, symbol = "sys_olduname+0x0/0x11d" }
+syscall_state.sys_call_table: 23329.209062340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 60, address = 0xc10387e4, symbol = "sys_umask+0x0/0x19" }
+syscall_state.sys_call_table: 23329.209065189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 61, address = 0xc10aa81a, symbol = "sys_chroot+0x0/0x6c" }
+syscall_state.sys_call_table: 23329.209067559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 62, address = 0xc10ad850, symbol = "sys_ustat+0x0/0x89" }
+syscall_state.sys_call_table: 23329.209070846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 63, address = 0xc10b6978, symbol = "sys_dup2+0x0/0x5c" }
+syscall_state.sys_call_table: 23329.209073905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 64, address = 0xc1035249, symbol = "sys_getppid+0x0/0x51" }
+syscall_state.sys_call_table: 23329.209076502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 65, address = 0xc1039295, symbol = "sys_getpgrp+0x0/0x9" }
+syscall_state.sys_call_table: 23329.209079179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 66, address = 0xc103911e, symbol = "sys_setsid+0x0/0xa1" }
+syscall_state.sys_call_table: 23329.209081986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 67, address = 0xc1002f1f, symbol = "sys_sigaction+0x0/0xe7" }
+syscall_state.sys_call_table: 23329.209084935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 68, address = 0xc1035a36, symbol = "sys_sgetmask+0x0/0xf" }
+syscall_state.sys_call_table: 23329.209087908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 69, address = 0xc1035ca8, symbol = "sys_ssetmask+0x0/0x6b" }
+syscall_state.sys_call_table: 23329.209090462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 70, address = 0xc104e0bb, symbol = "sys_setreuid16+0x0/0x2d" }
+syscall_state.sys_call_table: 23329.209092948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 71, address = 0xc104e105, symbol = "sys_setregid16+0x0/0x2d" }
+syscall_state.sys_call_table: 23329.209095576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 72, address = 0xc1003006, symbol = "sys_sigsuspend+0x0/0xba" }
+syscall_state.sys_call_table: 23329.209098691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 73, address = 0xc1035fe8, symbol = "sys_sigpending+0x0/0xe" }
+syscall_state.sys_call_table: 23329.209101294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 74, address = 0xc1038fda, symbol = "sys_sethostname+0x0/0xa5" }
+syscall_state.sys_call_table: 23329.209103885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 75, address = 0xc1038d61, symbol = "sys_setrlimit+0x0/0xe4" }
+syscall_state.sys_call_table: 23329.209106556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 76, address = 0xc1038e45, symbol = "sys_old_getrlimit+0x0/0x81" }
+syscall_state.sys_call_table: 23329.209109116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 77, address = 0xc1038cf2, symbol = "sys_getrusage+0x0/0x25" }
+syscall_state.sys_call_table: 23329.209111972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 78, address = 0xc102de16, symbol = "sys_gettimeofday+0x0/0x53" }
+syscall_state.sys_call_table: 23329.209115118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 79, address = 0xc102dda2, symbol = "sys_settimeofday+0x0/0x74" }
+syscall_state.sys_call_table: 23329.209117832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 80, address = 0xc104de0a, symbol = "sys_getgroups16+0x0/0x96" }
+syscall_state.sys_call_table: 23329.209120360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 81, address = 0xc104df28, symbol = "sys_setgroups16+0x0/0xba" }
+syscall_state.sys_call_table: 23329.209123377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 82, address = 0xc10066a7, symbol = "old_select+0x0/0x40" }
+syscall_state.sys_call_table: 23329.209126301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 83, address = 0xc10b5b76, symbol = "sys_symlink+0x0/0x13" }
+syscall_state.sys_call_table: 23329.209128929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 84, address = 0xc10af037, symbol = "sys_lstat+0x0/0x23" }
+syscall_state.sys_call_table: 23329.209131471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 85, address = 0xc10aedc9, symbol = "sys_readlink+0x0/0x17" }
+syscall_state.sys_call_table: 23329.209134073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 86, address = 0xc10b13e1, symbol = "sys_uselib+0x0/0x13f" }
+syscall_state.sys_call_table: 23329.209136911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 87, address = 0xc10a285b, symbol = "sys_swapon+0x0/0xb3f" }
+syscall_state.sys_call_table: 23329.209139687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 88, address = 0xc1039d01, symbol = "sys_reboot+0x0/0x15c" }
+syscall_state.sys_call_table: 23329.209142221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 89, address = 0xc10b788f, symbol = "sys_old_readdir+0x0/0x51" }
+syscall_state.sys_call_table: 23329.209145213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 90, address = 0xc100675d, symbol = "old_mmap+0x0/0x57" }
+syscall_state.sys_call_table: 23329.209148045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 91, address = 0xc109bdc6, symbol = "sys_munmap+0x0/0x3d" }
+syscall_state.sys_call_table: 23329.209150851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 92, address = 0xc10aafba, symbol = "sys_truncate+0x0/0x12" }
+syscall_state.sys_call_table: 23329.209153812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 93, address = 0xc10aadb3, symbol = "sys_ftruncate+0x0/0x1b" }
+syscall_state.sys_call_table: 23329.209156570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 94, address = 0xc10aa595, symbol = "sys_fchmod+0x0/0xbc" }
+syscall_state.sys_call_table: 23329.209159339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 95, address = 0xc104e132, symbol = "sys_fchown16+0x0/0x35" }
+syscall_state.sys_call_table: 23329.209162078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 96, address = 0xc1039e62, symbol = "sys_getpriority+0x0/0x1ab" }
+syscall_state.sys_call_table: 23329.209164762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 97, address = 0xc103a08c, symbol = "sys_setpriority+0x0/0x1cc" }
+syscall_state.sys_call_table: 23329.209167648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 98, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209170548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 99, address = 0xc10ab259, symbol = "sys_statfs+0x0/0x63" }
+syscall_state.sys_call_table: 23329.209173361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 100, address = 0xc10ab205, symbol = "sys_fstatfs+0x0/0x54" }
+syscall_state.sys_call_table: 23329.209176389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 101, address = 0xc100532f, symbol = "sys_ioperm+0x0/0x1a5" }
+syscall_state.sys_call_table: 23329.209194061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 102, address = 0xc14b72ad, symbol = "sys_socketcall+0x0/0x1ea" }
+syscall_state.sys_call_table: 23329.209196740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 103, address = 0xc102af4d, symbol = "sys_syslog+0x0/0x11" }
+syscall_state.sys_call_table: 23329.209199496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 104, address = 0xc102d607, symbol = "sys_setitimer+0x0/0x6f" }
+syscall_state.sys_call_table: 23329.209202210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 105, address = 0xc102d8ae, symbol = "sys_getitimer+0x0/0x42" }
+syscall_state.sys_call_table: 23329.209205146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 106, address = 0xc10af08f, symbol = "sys_newstat+0x0/0x23" }
+syscall_state.sys_call_table: 23329.209207726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 107, address = 0xc10af014, symbol = "sys_newlstat+0x0/0x23" }
+syscall_state.sys_call_table: 23329.209210309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 108, address = 0xc10af129, symbol = "sys_newfstat+0x0/0x23" }
+syscall_state.sys_call_table: 23329.209213203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 109, address = 0xc100649d, symbol = "sys_uname+0x0/0x49" }
+syscall_state.sys_call_table: 23329.209215960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 110, address = 0xc100343c, symbol = "ptregs_iopl+0x0/0xc" }
+syscall_state.sys_call_table: 23329.209218748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 111, address = 0xc10a9e3a, symbol = "sys_vhangup+0x0/0x1b" }
+syscall_state.sys_call_table: 23329.209221573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 112, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209224343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 113, address = 0xc10034a8, symbol = "ptregs_vm86old+0x0/0x18" }
+syscall_state.sys_call_table: 23329.209227002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 114, address = 0xc102c8cd, symbol = "sys_wait4+0x0/0xa1" }
+syscall_state.sys_call_table: 23329.209229537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 115, address = 0xc10a37d9, symbol = "sys_swapoff+0x0/0x9eb" }
+syscall_state.sys_call_table: 23329.209232553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 116, address = 0xc1034f23, symbol = "sys_sysinfo+0x0/0x2a" }
+syscall_state.sys_call_table: 23329.209235558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 117, address = 0xc10064e6, symbol = "sys_ipc+0x0/0x1c1" }
+syscall_state.sys_call_table: 23329.209238407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 118, address = 0xc10c6ec3, symbol = "sys_fsync+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209241171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 119, address = 0xc1003484, symbol = "ptregs_sigreturn+0x0/0xc" }
+syscall_state.sys_call_table: 23329.209243897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 120, address = 0xc1003454, symbol = "ptregs_clone+0x0/0xc" }
+syscall_state.sys_call_table: 23329.209246673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 121, address = 0xc1038f2b, symbol = "sys_setdomainname+0x0/0xaf" }
+syscall_state.sys_call_table: 23329.209249832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 122, address = 0xc10390dc, symbol = "sys_newuname+0x0/0x42" }
+syscall_state.sys_call_table: 23329.209252712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 123, address = 0xc100583a, symbol = "sys_modify_ldt+0x0/0x111" }
+syscall_state.sys_call_table: 23329.209255655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 124, address = 0xc102dc39, symbol = "sys_adjtimex+0x0/0x49" }
+syscall_state.sys_call_table: 23329.209258425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 125, address = 0xc109d119, symbol = "sys_mprotect+0x0/0x1df" }
+syscall_state.sys_call_table: 23329.209261472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 126, address = 0xc1035e43, symbol = "sys_sigprocmask+0x0/0xfc" }
+syscall_state.sys_call_table: 23329.209264322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 127, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209267634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 128, address = 0xc1052845, symbol = "sys_init_module+0x0/0x1fb" }
+syscall_state.sys_call_table: 23329.209270453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 129, address = 0xc1052661, symbol = "sys_delete_module+0x0/0x1e4" }
+syscall_state.sys_call_table: 23329.209273408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 130, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209279181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 131, address = 0xc10e1bea, symbol = "sys_quotactl+0x0/0x6b6" }
+syscall_state.sys_call_table: 23329.209281828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 132, address = 0xc103922a, symbol = "sys_getpgid+0x0/0x6b" }
+syscall_state.sys_call_table: 23329.209284763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 133, address = 0xc10aa886, symbol = "sys_fchdir+0x0/0x62" }
+syscall_state.sys_call_table: 23329.209287657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 134, address = 0xc10c7d7d, symbol = "sys_bdflush+0x0/0x54" }
+syscall_state.sys_call_table: 23329.209290753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 135, address = 0xc10be0da, symbol = "sys_sysfs+0x0/0x162" }
+syscall_state.sys_call_table: 23329.209293450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 136, address = 0xc1029b63, symbol = "sys_personality+0x0/0x3d" }
+syscall_state.sys_call_table: 23329.209296687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 137, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209299167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 138, address = 0xc104dfff, symbol = "sys_setfsuid16+0x0/0x1d" }
+syscall_state.sys_call_table: 23329.209301665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 139, address = 0xc104dfe2, symbol = "sys_setfsgid16+0x0/0x1d" }
+syscall_state.sys_call_table: 23329.209304608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 140, address = 0xc10ac560, symbol = "sys_llseek+0x0/0xc1" }
+syscall_state.sys_call_table: 23329.209307100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 141, address = 0xc10b77f1, symbol = "sys_getdents+0x0/0x9e" }
+syscall_state.sys_call_table: 23329.209309580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 142, address = 0xc10b8a79, symbol = "sys_select+0x0/0x8f" }
+syscall_state.sys_call_table: 23329.209315428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 143, address = 0xc10d8b43, symbol = "sys_flock+0x0/0x12d" }
+syscall_state.sys_call_table: 23329.209318148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 144, address = 0xc109dba8, symbol = "sys_msync+0x0/0x164" }
+syscall_state.sys_call_table: 23329.209321016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 145, address = 0xc10ac040, symbol = "sys_readv+0x0/0xcd" }
+syscall_state.sys_call_table: 23329.209323916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 146, address = 0xc10abe9c, symbol = "sys_writev+0x0/0xcd" }
+syscall_state.sys_call_table: 23329.209326439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 147, address = 0xc10391bf, symbol = "sys_getsid+0x0/0x6b" }
+syscall_state.sys_call_table: 23329.209329221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 148, address = 0xc10c6eb8, symbol = "sys_fdatasync+0x0/0xb" }
+syscall_state.sys_call_table: 23329.209331867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 149, address = 0xc103133d, symbol = "sys_sysctl+0x0/0xfb" }
+syscall_state.sys_call_table: 23329.209334402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 150, address = 0xc109a6b7, symbol = "sys_mlock+0x0/0xac" }
+syscall_state.sys_call_table: 23329.209337005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 151, address = 0xc109a661, symbol = "sys_munlock+0x0/0x56" }
+syscall_state.sys_call_table: 23329.209339911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 152, address = 0xc109a519, symbol = "sys_mlockall+0x0/0x98" }
+syscall_state.sys_call_table: 23329.209342545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 153, address = 0xc109a4e7, symbol = "sys_munlockall+0x0/0x32" }
+syscall_state.sys_call_table: 23329.209345808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 154, address = 0xc10275aa, symbol = "sys_sched_setparam+0x0/0xd" }
+syscall_state.sys_call_table: 23329.209348892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 155, address = 0xc1024eb0, symbol = "sys_sched_getparam+0x0/0xc4" }
+syscall_state.sys_call_table: 23329.209371067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 156, address = 0xc10275b7, symbol = "sys_sched_setscheduler+0x0/0x1b" }
+syscall_state.sys_call_table: 23329.209374281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 157, address = 0xc1024f74, symbol = "sys_sched_getscheduler+0x0/0x88" }
+syscall_state.sys_call_table: 23329.209377187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 158, address = 0xc10226cb, symbol = "sys_sched_yield+0x0/0x32" }
+syscall_state.sys_call_table: 23329.209381326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 159, address = 0xc101ee30, symbol = "sys_sched_get_priority_max+0x0/0x24" }
+syscall_state.sys_call_table: 23329.209384521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 160, address = 0xc101ee54, symbol = "sys_sched_get_priority_min+0x0/0x24" }
+syscall_state.sys_call_table: 23329.209387716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 161, address = 0xc1024b89, symbol = "sys_sched_rr_get_interval+0x0/0xcb" }
+syscall_state.sys_call_table: 23329.209394496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 162, address = 0xc1041a4a, symbol = "sys_nanosleep+0x0/0x51" }
+syscall_state.sys_call_table: 23329.209397315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 163, address = 0xc109db62, symbol = "sys_mremap+0x0/0x46" }
+syscall_state.sys_call_table: 23329.209399973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 164, address = 0xc104e05d, symbol = "sys_setresuid16+0x0/0x41" }
+syscall_state.sys_call_table: 23329.209402577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 165, address = 0xc104dd2c, symbol = "sys_getresuid16+0x0/0x6f" }
+syscall_state.sys_call_table: 23329.209405433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 166, address = 0xc100349c, symbol = "ptregs_vm86+0x0/0xc" }
+syscall_state.sys_call_table: 23329.209408733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 167, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209411268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 168, address = 0xc10b821d, symbol = "sys_poll+0x0/0x8d" }
+syscall_state.sys_call_table: 23329.209414118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 169, address = 0xc10d9520, symbol = "sys_nfsservctl+0x0/0x170" }
+syscall_state.sys_call_table: 23329.209416684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 170, address = 0xc104e01c, symbol = "sys_setresgid16+0x0/0x41" }
+syscall_state.sys_call_table: 23329.209419275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 171, address = 0xc104dd9b, symbol = "sys_getresgid16+0x0/0x6f" }
+syscall_state.sys_call_table: 23329.209421989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 172, address = 0xc1038838, symbol = "sys_prctl+0x0/0x1fe" }
+syscall_state.sys_call_table: 23329.209424821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 173, address = 0xc1003490, symbol = "ptregs_rt_sigreturn+0x0/0xc" }
+syscall_state.sys_call_table: 23329.209427331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 174, address = 0xc103630e, symbol = "sys_rt_sigaction+0x0/0x79" }
+syscall_state.sys_call_table: 23329.209430760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 175, address = 0xc1036003, symbol = "sys_rt_sigprocmask+0x0/0xcf" }
+syscall_state.sys_call_table: 23329.209433801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 176, address = 0xc1035ff6, symbol = "sys_rt_sigpending+0x0/0xd" }
+syscall_state.sys_call_table: 23329.209436466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 177, address = 0xc1038110, symbol = "sys_rt_sigtimedwait+0x0/0x245" }
+syscall_state.sys_call_table: 23329.209439137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 178, address = 0xc1037fae, symbol = "sys_rt_sigqueueinfo+0x0/0x4f" }
+syscall_state.sys_call_table: 23329.209442203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 179, address = 0xc1035bd5, symbol = "sys_rt_sigsuspend+0x0/0xd3" }
+syscall_state.sys_call_table: 23329.209445268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 180, address = 0xc10ac409, symbol = "sys_pread64+0x0/0xba" }
+syscall_state.sys_call_table: 23329.209448100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 181, address = 0xc10ac1e1, symbol = "sys_pwrite64+0x0/0xba" }
+syscall_state.sys_call_table: 23329.209450573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 182, address = 0xc104e19c, symbol = "sys_chown16+0x0/0x38" }
+syscall_state.sys_call_table: 23329.209453763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 183, address = 0xc10ba068, symbol = "sys_getcwd+0x0/0x18d" }
+syscall_state.sys_call_table: 23329.209456316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 184, address = 0xc1031668, symbol = "sys_capget+0x0/0x114" }
+syscall_state.sys_call_table: 23329.209458778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 185, address = 0xc1031525, symbol = "sys_capset+0x0/0x143" }
+syscall_state.sys_call_table: 23329.209461584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 186, address = 0xc1003478, symbol = "ptregs_sigaltstack+0x0/0xc" }
+syscall_state.sys_call_table: 23329.209464502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 187, address = 0xc10abc70, symbol = "sys_sendfile+0x0/0x7c" }
+syscall_state.sys_call_table: 23329.209467420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 188, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209470282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 189, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209473002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 190, address = 0xc1003460, symbol = "ptregs_vfork+0x0/0xc" }
+syscall_state.sys_call_table: 23329.209475606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 191, address = 0xc1038ec6, symbol = "sys_getrlimit+0x0/0x65" }
+syscall_state.sys_call_table: 23329.209478585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 192, address = 0xc10066e7, symbol = "sys_mmap2+0x0/0x76" }
+syscall_state.sys_call_table: 23329.209481552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 193, address = 0xc10aafa9, symbol = "sys_truncate64+0x0/0x11" }
+syscall_state.sys_call_table: 23329.209484371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 194, address = 0xc10aad92, symbol = "sys_ftruncate64+0x0/0x21" }
+syscall_state.sys_call_table: 23329.209486974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 195, address = 0xc10af06c, symbol = "sys_stat64+0x0/0x23" }
+syscall_state.sys_call_table: 23329.209489521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 196, address = 0xc10aeff1, symbol = "sys_lstat64+0x0/0x23" }
+syscall_state.sys_call_table: 23329.209492130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 197, address = 0xc10af106, symbol = "sys_fstat64+0x0/0x23" }
+syscall_state.sys_call_table: 23329.209494900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 198, address = 0xc10aa651, symbol = "sys_lchown+0x0/0x54" }
+syscall_state.sys_call_table: 23329.209497898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 199, address = 0xc10324ee, symbol = "sys_getuid+0x0/0xf" }
+syscall_state.sys_call_table: 23329.209500563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 200, address = 0xc103250c, symbol = "sys_getgid+0x0/0xf" }
+syscall_state.sys_call_table: 23329.209503093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 201, address = 0xc10324fd, symbol = "sys_geteuid+0x0/0xf" }
+syscall_state.sys_call_table: 23329.209505627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 202, address = 0xc103251b, symbol = "sys_getegid+0x0/0xf" }
+syscall_state.sys_call_table: 23329.209508224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 203, address = 0xc1039a7c, symbol = "sys_setreuid+0x0/0xf8" }
+syscall_state.sys_call_table: 23329.209510827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 204, address = 0xc10396da, symbol = "sys_setregid+0x0/0xce" }
+syscall_state.sys_call_table: 23329.209513956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 205, address = 0xc1043e1b, symbol = "sys_getgroups+0x0/0x83" }
+syscall_state.sys_call_table: 23329.209516539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 206, address = 0xc10440e9, symbol = "sys_setgroups+0x0/0xbf" }
+syscall_state.sys_call_table: 23329.209519328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 207, address = 0xc10aa52d, symbol = "sys_fchown+0x0/0x68" }
+syscall_state.sys_call_table: 23329.209521986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 208, address = 0xc10398bc, symbol = "sys_setresuid+0x0/0x11b" }
+syscall_state.sys_call_table: 23329.209524559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 209, address = 0xc1038770, symbol = "sys_getresuid+0x0/0x3a" }
+syscall_state.sys_call_table: 23329.209527186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 210, address = 0xc1039568, symbol = "sys_setresgid+0x0/0xf1" }
+syscall_state.sys_call_table: 23329.209529765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 211, address = 0xc10387aa, symbol = "sys_getresgid+0x0/0x3a" }
+syscall_state.sys_call_table: 23329.209532584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 212, address = 0xc10aa710, symbol = "sys_chown+0x0/0x57" }
+syscall_state.sys_call_table: 23329.209535162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 213, address = 0xc10399d7, symbol = "sys_setuid+0x0/0xa5" }
+syscall_state.sys_call_table: 23329.209537716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 214, address = 0xc1039659, symbol = "sys_setgid+0x0/0x81" }
+syscall_state.sys_call_table: 23329.209540646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 215, address = 0xc10397a8, symbol = "sys_setfsuid+0x0/0x97" }
+syscall_state.sys_call_table: 23329.209543231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 216, address = 0xc10394e6, symbol = "sys_setfsgid+0x0/0x82" }
+syscall_state.sys_call_table: 23329.209546334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 217, address = 0xc10bea88, symbol = "sys_pivot_root+0x0/0x392" }
+syscall_state.sys_call_table: 23329.209549091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 218, address = 0xc1099c29, symbol = "sys_mincore+0x0/0x33f" }
+syscall_state.sys_call_table: 23329.209551540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 219, address = 0xc109599c, symbol = "sys_madvise+0x0/0x424" }
+syscall_state.sys_call_table: 23329.209554267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 220, address = 0xc10b774c, symbol = "sys_getdents64+0x0/0xa5" }
+syscall_state.sys_call_table: 23329.209557283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 221, address = 0xc10b673c, symbol = "sys_fcntl64+0x0/0x79" }
+syscall_state.sys_call_table: 23329.209560096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 222, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209562977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 223, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209565956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 224, address = 0xc1034f4d, symbol = "sys_gettid+0x0/0xe" }
+syscall_state.sys_call_table: 23329.209571779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 225, address = 0xc1082f0d, symbol = "sys_readahead+0x0/0xa3" }
+syscall_state.sys_call_table: 23329.209574536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 226, address = 0xc10c23ce, symbol = "sys_setxattr+0x0/0x62" }
+syscall_state.sys_call_table: 23329.209577121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 227, address = 0xc10c236f, symbol = "sys_lsetxattr+0x0/0x5f" }
+syscall_state.sys_call_table: 23329.209579705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 228, address = 0xc10c230f, symbol = "sys_fsetxattr+0x0/0x60" }
+syscall_state.sys_call_table: 23329.209582314 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 229, address = 0xc10c2116, symbol = "sys_getxattr+0x0/0x48" }
+syscall_state.sys_call_table: 23329.209585214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 230, address = 0xc10c20d1, symbol = "sys_lgetxattr+0x0/0x45" }
+syscall_state.sys_call_table: 23329.209587755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 231, address = 0xc10c208e, symbol = "sys_fgetxattr+0x0/0x43" }
+syscall_state.sys_call_table: 23329.209590259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 232, address = 0xc10c1eab, symbol = "sys_listxattr+0x0/0x43" }
+syscall_state.sys_call_table: 23329.209592770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 233, address = 0xc10c1e6b, symbol = "sys_llistxattr+0x0/0x40" }
+syscall_state.sys_call_table: 23329.209595287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 234, address = 0xc10c1e2d, symbol = "sys_flistxattr+0x0/0x3e" }
+syscall_state.sys_call_table: 23329.209598026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 235, address = 0xc10c1cf8, symbol = "sys_removexattr+0x0/0x53" }
+syscall_state.sys_call_table: 23329.209600715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 236, address = 0xc10c1ca8, symbol = "sys_lremovexattr+0x0/0x50" }
+syscall_state.sys_call_table: 23329.209603386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 237, address = 0xc10c1c56, symbol = "sys_fremovexattr+0x0/0x52" }
+syscall_state.sys_call_table: 23329.209606002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 238, address = 0xc1037320, symbol = "sys_tkill+0x0/0x16" }
+syscall_state.sys_call_table: 23329.209609037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 239, address = 0xc10abbf4, symbol = "sys_sendfile64+0x0/0x7c" }
+syscall_state.sys_call_table: 23329.209612688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 240, address = 0xc104ce90, symbol = "sys_futex+0x0/0x111" }
+syscall_state.sys_call_table: 23329.209615847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 241, address = 0xc1024e71, symbol = "sys_sched_setaffinity+0x0/0x3f" }
+syscall_state.sys_call_table: 23329.209618888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 242, address = 0xc1024d0f, symbol = "sys_sched_getaffinity+0x0/0x3d" }
+syscall_state.sys_call_table: 23329.209624915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 243, address = 0xc100aebd, symbol = "sys_set_thread_area+0x0/0x1b" }
+syscall_state.sys_call_table: 23329.209627808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 244, address = 0xc100adf1, symbol = "sys_get_thread_area+0x0/0x16" }
+syscall_state.sys_call_table: 23329.209631114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 245, address = 0xc10d621a, symbol = "sys_io_setup+0x0/0x30a" }
+syscall_state.sys_call_table: 23329.209633711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 246, address = 0xc10d6182, symbol = "sys_io_destroy+0x0/0x1c" }
+syscall_state.sys_call_table: 23329.209636407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 247, address = 0xc10d6816, symbol = "sys_io_getevents+0x0/0x2f9" }
+syscall_state.sys_call_table: 23329.209639262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 248, address = 0xc10d6ba2, symbol = "sys_io_submit+0x0/0x47e" }
+syscall_state.sys_call_table: 23329.209641940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 249, address = 0xc10d5db8, symbol = "sys_io_cancel+0x0/0x131" }
+syscall_state.sys_call_table: 23329.209644950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 250, address = 0xc1085cc2, symbol = "sys_fadvise64+0x0/0x22" }
+syscall_state.sys_call_table: 23329.209647793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 251, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209650723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 252, address = 0xc102d159, symbol = "sys_exit_group+0x0/0x14" }
+syscall_state.sys_call_table: 23329.209657465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 253, address = 0xc10f5b26, symbol = "sys_lookup_dcookie+0x0/0x13a" }
+syscall_state.sys_call_table: 23329.209660198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 254, address = 0xc10d3ed5, symbol = "sys_epoll_create+0x0/0x1b" }
+syscall_state.sys_call_table: 23329.209662752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 255, address = 0xc10d38e5, symbol = "sys_epoll_ctl+0x0/0x472" }
+syscall_state.sys_call_table: 23329.209665281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 256, address = 0xc10d35c2, symbol = "sys_epoll_wait+0x0/0x26d" }
+syscall_state.sys_call_table: 23329.209669093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 257, address = 0xc1094eac, symbol = "sys_remap_file_pages+0x0/0x440" }
+syscall_state.sys_call_table: 23329.209671776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 258, address = 0xc1027c0e, symbol = "sys_set_tid_address+0x0/0x18" }
+syscall_state.sys_call_table: 23329.209674380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 259, address = 0xc103ddae, symbol = "sys_timer_create+0x0/0x2f5" }
+syscall_state.sys_call_table: 23329.209677334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 260, address = 0xc103db03, symbol = "sys_timer_settime+0x0/0x235" }
+syscall_state.sys_call_table: 23329.209679956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 261, address = 0xc103dd38, symbol = "sys_timer_gettime+0x0/0x76" }
+syscall_state.sys_call_table: 23329.209682627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 262, address = 0xc103d9d5, symbol = "sys_timer_getoverrun+0x0/0x28" }
+syscall_state.sys_call_table: 23329.209685113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 263, address = 0xc103d93c, symbol = "sys_timer_delete+0x0/0x99" }
+syscall_state.sys_call_table: 23329.209687611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 264, address = 0xc103d668, symbol = "sys_clock_settime+0x0/0x7d" }
+syscall_state.sys_call_table: 23329.209690288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 265, address = 0xc103d5ea, symbol = "sys_clock_gettime+0x0/0x7e" }
+syscall_state.sys_call_table: 23329.209692793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 266, address = 0xc103d56a, symbol = "sys_clock_getres+0x0/0x80" }
+syscall_state.sys_call_table: 23329.209695414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 267, address = 0xc103d4b7, symbol = "sys_clock_nanosleep+0x0/0xb3" }
+syscall_state.sys_call_table: 23329.209698394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 268, address = 0xc10ab0aa, symbol = "sys_statfs64+0x0/0x95" }
+syscall_state.sys_call_table: 23329.209701250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 269, address = 0xc10ab02a, symbol = "sys_fstatfs64+0x0/0x80" }
+syscall_state.sys_call_table: 23329.209703668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 270, address = 0xc1037336, symbol = "sys_tgkill+0x0/0x1f" }
+syscall_state.sys_call_table: 23329.209706684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 271, address = 0xc10c73b8, symbol = "sys_utimes+0x0/0x13" }
+syscall_state.sys_call_table: 23329.209709460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 272, address = 0xc1085b24, symbol = "sys_fadvise64_64+0x0/0x19e" }
+syscall_state.sys_call_table: 23329.209712292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 273, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209715049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 274, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209717776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 275, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209720964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 276, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209735152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 277, address = 0xc13e52ba, symbol = "sys_mq_open+0x0/0x2e2" }
+syscall_state.sys_call_table: 23329.209737909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 278, address = 0xc13e513d, symbol = "sys_mq_unlink+0x0/0xdf" }
+syscall_state.sys_call_table: 23329.209740740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 279, address = 0xc13e4d62, symbol = "sys_mq_timedsend+0x0/0x3db" }
+syscall_state.sys_call_table: 23329.209743596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 280, address = 0xc13e4a51, symbol = "sys_mq_timedreceive+0x0/0x311" }
+syscall_state.sys_call_table: 23329.209746360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 281, address = 0xc13e45e9, symbol = "sys_mq_notify+0x0/0x2a0" }
+syscall_state.sys_call_table: 23329.209749142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 282, address = 0xc13e4475, symbol = "sys_mq_getsetattr+0x0/0x174" }
+syscall_state.sys_call_table: 23329.209752023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 283, address = 0xc1058be3, symbol = "sys_kexec_load+0x0/0x4ad" }
+syscall_state.sys_call_table: 23329.209754780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 284, address = 0xc102c985, symbol = "sys_waitid+0x0/0x111" }
+syscall_state.sys_call_table: 23329.209757587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 285, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209761066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 286, address = 0xc13e8487, symbol = "sys_add_key+0x0/0x139" }
+syscall_state.sys_call_table: 23329.209763971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 287, address = 0xc13e837b, symbol = "sys_request_key+0x0/0x10c" }
+syscall_state.sys_call_table: 23329.209767222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 288, address = 0xc13e82c4, symbol = "sys_keyctl+0x0/0xb7" }
+syscall_state.sys_call_table: 23329.209770800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 289, address = 0xc10cfe26, symbol = "sys_ioprio_set+0x0/0x1d6" }
+syscall_state.sys_call_table: 23329.209773588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 290, address = 0xc10cfae3, symbol = "sys_ioprio_get+0x0/0x28b" }
+syscall_state.sys_call_table: 23329.209776759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 291, address = 0xc10d2dd7, symbol = "sys_inotify_init+0x0/0x9" }
+syscall_state.sys_call_table: 23329.209779794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 292, address = 0xc10d2994, symbol = "sys_inotify_add_watch+0x0/0x2ed" }
+syscall_state.sys_call_table: 23329.209782903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 293, address = 0xc10d282e, symbol = "sys_inotify_rm_watch+0x0/0xc4" }
+syscall_state.sys_call_table: 23329.209785759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 294, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209788584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 295, address = 0xc10aa0c6, symbol = "sys_openat+0x0/0x26" }
+syscall_state.sys_call_table: 23329.209791489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 296, address = 0xc10b5857, symbol = "sys_mkdirat+0x0/0xb5" }
+syscall_state.sys_call_table: 23329.209794345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 297, address = 0xc10b591f, symbol = "sys_mknodat+0x0/0x193" }
+syscall_state.sys_call_table: 23329.209797084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 298, address = 0xc10aa6a5, symbol = "sys_fchownat+0x0/0x6b" }
+syscall_state.sys_call_table: 23329.209800050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 299, address = 0xc10c7334, symbol = "sys_futimesat+0x0/0x84" }
+syscall_state.sys_call_table: 23329.209802715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 300, address = 0xc10aefae, symbol = "sys_fstatat64+0x0/0x2e" }
+syscall_state.sys_call_table: 23329.209805627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 301, address = 0xc10b5820, symbol = "sys_unlinkat+0x0/0x29" }
+syscall_state.sys_call_table: 23329.209808601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 302, address = 0xc10b5493, symbol = "sys_renameat+0x0/0x1bd" }
+syscall_state.sys_call_table: 23329.209811450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 303, address = 0xc10b5be8, symbol = "sys_linkat+0x0/0xe3" }
+syscall_state.sys_call_table: 23329.209814861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 304, address = 0xc10b5ac9, symbol = "sys_symlinkat+0x0/0xad" }
+syscall_state.sys_call_table: 23329.209817477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 305, address = 0xc10aed48, symbol = "sys_readlinkat+0x0/0x81" }
+syscall_state.sys_call_table: 23329.209820407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 306, address = 0xc10aa767, symbol = "sys_fchmodat+0x0/0x9e" }
+syscall_state.sys_call_table: 23329.209823251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 307, address = 0xc10aa941, symbol = "sys_faccessat+0x0/0x146" }
+syscall_state.sys_call_table: 23329.209825878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 308, address = 0xc10b8926, symbol = "sys_pselect6+0x0/0x153" }
+syscall_state.sys_call_table: 23329.209828333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 309, address = 0xc10b8111, symbol = "sys_ppoll+0x0/0x10c" }
+syscall_state.sys_call_table: 23329.209830850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 310, address = 0xc1027ea0, symbol = "sys_unshare+0x0/0x280" }
+syscall_state.sys_call_table: 23329.209834181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 311, address = 0xc104a70f, symbol = "sys_set_robust_list+0x0/0x2d" }
+syscall_state.sys_call_table: 23329.209837451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 312, address = 0xc104cfa1, symbol = "sys_get_robust_list+0x0/0xaf" }
+syscall_state.sys_call_table: 23329.209840251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 313, address = 0xc10c54f1, symbol = "sys_splice+0x0/0x3fa" }
+syscall_state.sys_call_table: 23329.209843107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 314, address = 0xc10c6c69, symbol = "sys_sync_file_range+0x0/0x101" }
+syscall_state.sys_call_table: 23329.209845766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 315, address = 0xc10c51ed, symbol = "sys_tee+0x0/0x242" }
+syscall_state.sys_call_table: 23329.209848801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 316, address = 0xc10c61b8, symbol = "sys_vmsplice+0x0/0x38f" }
+syscall_state.sys_call_table: 23329.209851620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 317, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
+syscall_state.sys_call_table: 23329.209854272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 318, address = 0xc10387fd, symbol = "sys_getcpu+0x0/0x36" }
+syscall_state.sys_call_table: 23329.209856826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 319, address = 0xc10d382f, symbol = "sys_epoll_pwait+0x0/0xb6" }
+syscall_state.sys_call_table: 23329.209860034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 320, address = 0xc10c73cb, symbol = "sys_utimensat+0x0/0x54" }
+syscall_state.sys_call_table: 23329.209862563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 321, address = 0xc10d474f, symbol = "sys_signalfd+0x0/0x19" }
+syscall_state.sys_call_table: 23329.209865147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 322, address = 0xc10d4da0, symbol = "sys_timerfd_create+0x0/0xdc" }
+syscall_state.sys_call_table: 23329.209867707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 323, address = 0xc10d5483, symbol = "sys_eventfd+0x0/0xe" }
+syscall_state.sys_call_table: 23329.209870564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 324, address = 0xc10aab7d, symbol = "sys_fallocate+0x0/0x40" }
+syscall_state.sys_call_table: 23329.209873153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 325, address = 0xc10d4b1a, symbol = "sys_timerfd_settime+0x0/0x217" }
+syscall_state.sys_call_table: 23329.209875954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 326, address = 0xc10d4805, symbol = "sys_timerfd_gettime+0x0/0xe9" }
+syscall_state.sys_call_table: 23329.209878546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 327, address = 0xc10d45a1, symbol = "sys_signalfd4+0x0/0x1ae" }
+syscall_state.sys_call_table: 23329.209881117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 328, address = 0xc10d543b, symbol = "sys_eventfd2+0x0/0x48" }
+syscall_state.sys_call_table: 23329.209883696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 329, address = 0xc10d3dbf, symbol = "sys_epoll_create1+0x0/0x116" }
+syscall_state.sys_call_table: 23329.209886749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 330, address = 0xc10b683e, symbol = "sys_dup3+0x0/0x13a" }
+syscall_state.sys_call_table: 23329.209889500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 331, address = 0xc10b1d63, symbol = "sys_pipe2+0x0/0x49" }
+syscall_state.sys_call_table: 23329.209892572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 332, address = 0xc10d2c81, symbol = "sys_inotify_init1+0x0/0x156" }
+syscall_state.sys_call_table: 23329.209895428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 333, address = 0xc10abfa9, symbol = "sys_preadv+0x0/0x97" }
+syscall_state.sys_call_table: 23329.209898192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 334, address = 0xc10abe05, symbol = "sys_pwritev+0x0/0x97" }
+syscall_state.sys_call_table: 23329.209900752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 335, address = 0xc1037278, symbol = "sys_rt_tgsigqueueinfo+0x0/0x47" }
+syscall_state.sys_call_table: 23329.209908025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 336, address = 0xc108053d, symbol = "sys_perf_event_open+0x0/0x6a7" }
+softirq_state.softirq_vec: 23329.209911300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 0, address = 0xc102e1f2, symbol = "tasklet_hi_action+0x0/0xec" }
+softirq_state.softirq_vec: 23329.209914977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 1, address = 0xc1034c2c, symbol = "run_timer_softirq+0x0/0x254" }
+softirq_state.softirq_vec: 23329.209921725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 2, address = 0xc14c0a3f, symbol = "net_tx_action+0x0/0xca" }
+softirq_state.softirq_vec: 23329.209927345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 3, address = 0xc14c285c, symbol = "net_rx_action+0x0/0x1e8" }
+softirq_state.softirq_vec: 23329.209938416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 4, address = 0xc1414d50, symbol = "blk_done_softirq+0x0/0x6c" }
+softirq_state.softirq_vec: 23329.209941008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 5, address = 0xc141520d, symbol = "blk_iopoll_softirq+0x0/0xba" }
+softirq_state.softirq_vec: 23329.209943912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 6, address = 0xc102e2de, symbol = "tasklet_action+0x0/0xec" }
+softirq_state.softirq_vec: 23329.209965318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 7, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.209968624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 8, address = 0xc104160e, symbol = "run_hrtimer_softirq+0x0/0x5" }
+softirq_state.softirq_vec: 23329.209975564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 9, address = 0xc106a2c7, symbol = "rcu_process_callbacks+0x0/0x1f" }
+softirq_state.softirq_vec: 23329.209980449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 10, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.209982830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 11, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.209985094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 12, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.209987346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 13, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.209989579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 14, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.209991972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 15, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.209994236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 16, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.209996500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 17, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.209998696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 18, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.210000768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 19, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.210002940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 20, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.210005333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 21, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.210007838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 22, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.210010021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 23, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.210012094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 24, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.210014376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 25, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.210016757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 26, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.210019014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 27, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.210021279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 28, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.210023506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 29, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.210025579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 30, address = 0x0, symbol = "0x0" }
+softirq_state.softirq_vec: 23329.210027872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 31, address = 0x0, symbol = "0x0" }
+irq_state.idt_table: 23329.210031118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 0, address = 0xc1003b04, symbol = "divide_error+0x0/0xc" }
+irq_state.idt_table: 23329.210045200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 1, address = 0xc1584ec4, symbol = "debug+0x0/0x11" }
+irq_state.idt_table: 23329.210048161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 2, address = 0xc1584f14, symbol = "nmi+0x0/0x31" }
+irq_state.idt_table: 23329.210050752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 3, address = 0xc158502c, symbol = "int3+0x0/0x30" }
+irq_state.idt_table: 23329.210053694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 4, address = 0xc1003aa4, symbol = "overflow+0x0/0xc" }
+irq_state.idt_table: 23329.210056365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 5, address = 0xc1003ab0, symbol = "bounds+0x0/0xc" }
+irq_state.idt_table: 23329.210059018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 6, address = 0xc1003abc, symbol = "invalid_op+0x0/0xc" }
+irq_state.idt_table: 23329.210061874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 7, address = 0xc1003a88, symbol = "device_not_available+0x0/0xc" }
+irq_state.idt_table: 23329.210065451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 8, address = 0x0, symbol = "0x0" }
+irq_state.idt_table: 23329.210068455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 9, address = 0xc1003ac8, symbol = "coprocessor_segment_overrun+0x0/0xc" }
+irq_state.idt_table: 23329.210071268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 10, address = 0xc1003ad4, symbol = "invalid_TSS+0x0/0xc" }
+irq_state.idt_table: 23329.210074112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 11, address = 0xc1003ae0, symbol = "segment_not_present+0x0/0xc" }
+irq_state.idt_table: 23329.210076863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 12, address = 0xc1003aec, symbol = "stack_segment+0x0/0xc" }
+irq_state.idt_table: 23329.210079719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 13, address = 0xc158505c, symbol = "general_protection+0x0/0xa" }
+irq_state.idt_table: 23329.210082384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 14, address = 0xc1584e58, symbol = "page_fault+0x0/0x8" }
+irq_state.idt_table: 23329.210085259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 15, address = 0xc1003b20, symbol = "spurious_interrupt_bug+0x0/0xc" }
+irq_state.idt_table: 23329.210088151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 16, address = 0xc1003a70, symbol = "coprocessor_error+0x0/0xc" }
+irq_state.idt_table: 23329.210090921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 17, address = 0xc1003af8, symbol = "alignment_check+0x0/0xc" }
+irq_state.idt_table: 23329.210094029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 18, address = 0xc1003b10, symbol = "machine_check+0x0/0x10" }
+irq_state.idt_table: 23329.210096930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 19, address = 0xc1003a7c, symbol = "simd_coprocessor_error+0x0/0xc" }
+irq_state.idt_table: 23329.210100588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 20, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 23329.210103332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 21, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 23329.210105898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 22, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 23329.210108433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 23, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 23329.210110975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 24, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 23329.210113547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 25, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 23329.210116230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 26, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 23329.210118766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 27, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 23329.210121295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 28, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 23329.210123824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 29, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 23329.210126359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 30, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 23329.210128888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 31, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
+irq_state.idt_table: 23329.210131750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 32, address = 0xc10034c0, symbol = "irq_entries_start+0x0/0x400" }
+irq_state.idt_table: 23329.210134600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 33, address = 0xc10034c4, symbol = "irq_entries_start+0x4/0x400" }
+irq_state.idt_table: 23329.210137765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 34, address = 0xc10034c8, symbol = "irq_entries_start+0x8/0x400" }
+irq_state.idt_table: 23329.210140510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 35, address = 0xc10034cc, symbol = "irq_entries_start+0xc/0x400" }
+irq_state.idt_table: 23329.210143477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 36, address = 0xc10034d0, symbol = "irq_entries_start+0x10/0x400" }
+irq_state.idt_table: 23329.210146284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 37, address = 0xc10034d4, symbol = "irq_entries_start+0x14/0x400" }
+irq_state.idt_table: 23329.210149047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 38, address = 0xc10034d8, symbol = "irq_entries_start+0x18/0x400" }
+irq_state.idt_table: 23329.210151817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 39, address = 0xc10034e0, symbol = "irq_entries_start+0x20/0x400" }
+irq_state.idt_table: 23329.210154587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 40, address = 0xc10034e4, symbol = "irq_entries_start+0x24/0x400" }
+irq_state.idt_table: 23329.210157399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 41, address = 0xc10034e8, symbol = "irq_entries_start+0x28/0x400" }
+irq_state.idt_table: 23329.210160274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 42, address = 0xc10034ec, symbol = "irq_entries_start+0x2c/0x400" }
+irq_state.idt_table: 23329.210163049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 43, address = 0xc10034f0, symbol = "irq_entries_start+0x30/0x400" }
+irq_state.idt_table: 23329.210165844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 44, address = 0xc10034f4, symbol = "irq_entries_start+0x34/0x400" }
+irq_state.idt_table: 23329.210168613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 45, address = 0xc10034f8, symbol = "irq_entries_start+0x38/0x400" }
+irq_state.idt_table: 23329.210171390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 46, address = 0xc1003500, symbol = "irq_entries_start+0x40/0x400" }
+irq_state.idt_table: 23329.210174159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 47, address = 0xc1003504, symbol = "irq_entries_start+0x44/0x400" }
+irq_state.idt_table: 23329.210177033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 48, address = 0xc1003508, symbol = "irq_entries_start+0x48/0x400" }
+irq_state.idt_table: 23329.210179878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 49, address = 0xc100350c, symbol = "irq_entries_start+0x4c/0x400" }
+irq_state.idt_table: 23329.210183066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 50, address = 0xc1003510, symbol = "irq_entries_start+0x50/0x400" }
+irq_state.idt_table: 23329.210185971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 51, address = 0xc1003514, symbol = "irq_entries_start+0x54/0x400" }
+irq_state.idt_table: 23329.210188741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 52, address = 0xc1003518, symbol = "irq_entries_start+0x58/0x400" }
+irq_state.idt_table: 23329.210191517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 53, address = 0xc1003520, symbol = "irq_entries_start+0x60/0x400" }
+irq_state.idt_table: 23329.210194287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 54, address = 0xc1003524, symbol = "irq_entries_start+0x64/0x400" }
+irq_state.idt_table: 23329.210197056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 55, address = 0xc1003528, symbol = "irq_entries_start+0x68/0x400" }
+irq_state.idt_table: 23329.210199832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 56, address = 0xc100352c, symbol = "irq_entries_start+0x6c/0x400" }
+irq_state.idt_table: 23329.210202645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 57, address = 0xc1003530, symbol = "irq_entries_start+0x70/0x400" }
+irq_state.idt_table: 23329.210205495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 58, address = 0xc1003534, symbol = "irq_entries_start+0x74/0x400" }
+irq_state.idt_table: 23329.210208265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 59, address = 0xc1003538, symbol = "irq_entries_start+0x78/0x400" }
+irq_state.idt_table: 23329.210211034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 60, address = 0xc1003540, symbol = "irq_entries_start+0x80/0x400" }
+irq_state.idt_table: 23329.210213810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 61, address = 0xc1003544, symbol = "irq_entries_start+0x84/0x400" }
+irq_state.idt_table: 23329.210216586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 62, address = 0xc1003548, symbol = "irq_entries_start+0x88/0x400" }
+irq_state.idt_table: 23329.210219356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 63, address = 0xc100354c, symbol = "irq_entries_start+0x8c/0x400" }
+irq_state.idt_table: 23329.210222268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 64, address = 0xc1003550, symbol = "irq_entries_start+0x90/0x400" }
+irq_state.idt_table: 23329.210225198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 65, address = 0xc1003554, symbol = "irq_entries_start+0x94/0x400" }
+irq_state.idt_table: 23329.210228381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 66, address = 0xc1003558, symbol = "irq_entries_start+0x98/0x400" }
+irq_state.idt_table: 23329.210231155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 67, address = 0xc1003560, symbol = "irq_entries_start+0xa0/0x400" }
+irq_state.idt_table: 23329.210233925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 68, address = 0xc1003564, symbol = "irq_entries_start+0xa4/0x400" }
+irq_state.idt_table: 23329.210236701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 69, address = 0xc1003568, symbol = "irq_entries_start+0xa8/0x400" }
+irq_state.idt_table: 23329.210239471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 70, address = 0xc100356c, symbol = "irq_entries_start+0xac/0x400" }
+irq_state.idt_table: 23329.210242240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 71, address = 0xc1003570, symbol = "irq_entries_start+0xb0/0x400" }
+irq_state.idt_table: 23329.210245059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 72, address = 0xc1003574, symbol = "irq_entries_start+0xb4/0x400" }
+irq_state.idt_table: 23329.210247880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 73, address = 0xc1003578, symbol = "irq_entries_start+0xb8/0x400" }
+irq_state.idt_table: 23329.210250649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 74, address = 0xc1003580, symbol = "irq_entries_start+0xc0/0x400" }
+irq_state.idt_table: 23329.210253424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 75, address = 0xc1003584, symbol = "irq_entries_start+0xc4/0x400" }
+irq_state.idt_table: 23329.210256194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 76, address = 0xc1003588, symbol = "irq_entries_start+0xc8/0x400" }
+irq_state.idt_table: 23329.210258970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 77, address = 0xc100358c, symbol = "irq_entries_start+0xcc/0x400" }
+irq_state.idt_table: 23329.210261807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 78, address = 0xc1003590, symbol = "irq_entries_start+0xd0/0x400" }
+irq_state.idt_table: 23329.210264811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 79, address = 0xc1003594, symbol = "irq_entries_start+0xd4/0x400" }
+irq_state.idt_table: 23329.210267754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 80, address = 0xc1003598, symbol = "irq_entries_start+0xd8/0x400" }
+irq_state.idt_table: 23329.210270715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 81, address = 0xc10035a0, symbol = "irq_entries_start+0xe0/0x400" }
+irq_state.idt_table: 23329.210273892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 82, address = 0xc10035a4, symbol = "irq_entries_start+0xe4/0x400" }
+irq_state.idt_table: 23329.210276698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 83, address = 0xc10035a8, symbol = "irq_entries_start+0xe8/0x400" }
+irq_state.idt_table: 23329.210279468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 84, address = 0xc10035ac, symbol = "irq_entries_start+0xec/0x400" }
+irq_state.idt_table: 23329.210282238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 85, address = 0xc10035b0, symbol = "irq_entries_start+0xf0/0x400" }
+irq_state.idt_table: 23329.210285013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 86, address = 0xc10035b4, symbol = "irq_entries_start+0xf4/0x400" }
+irq_state.idt_table: 23329.210287808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 87, address = 0xc10035b8, symbol = "irq_entries_start+0xf8/0x400" }
+irq_state.idt_table: 23329.210290602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 88, address = 0xc10035c0, symbol = "irq_entries_start+0x100/0x400" }
+irq_state.idt_table: 23329.210293539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 89, address = 0xc10035c4, symbol = "irq_entries_start+0x104/0x400" }
+irq_state.idt_table: 23329.210296333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 90, address = 0xc10035c8, symbol = "irq_entries_start+0x108/0x400" }
+irq_state.idt_table: 23329.210299133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 91, address = 0xc10035cc, symbol = "irq_entries_start+0x10c/0x400" }
+irq_state.idt_table: 23329.210301934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 92, address = 0xc10035d0, symbol = "irq_entries_start+0x110/0x400" }
+irq_state.idt_table: 23329.210304735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 93, address = 0xc10035d4, symbol = "irq_entries_start+0x114/0x400" }
+irq_state.idt_table: 23329.210307572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 94, address = 0xc10035d8, symbol = "irq_entries_start+0x118/0x400" }
+irq_state.idt_table: 23329.210310366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 95, address = 0xc10035e0, symbol = "irq_entries_start+0x120/0x400" }
+irq_state.idt_table: 23329.210313394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 96, address = 0xc10035e4, symbol = "irq_entries_start+0x124/0x400" }
+irq_state.idt_table: 23329.210316226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 97, address = 0xc10035e8, symbol = "irq_entries_start+0x128/0x400" }
+irq_state.idt_table: 23329.210319439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 98, address = 0xc10035ec, symbol = "irq_entries_start+0x12c/0x400" }
+irq_state.idt_table: 23329.210322240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 99, address = 0xc10035f0, symbol = "irq_entries_start+0x130/0x400" }
+irq_state.idt_table: 23329.210325084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 100, address = 0xc10035f4, symbol = "irq_entries_start+0x134/0x400" }
+irq_state.idt_table: 23329.210327935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 101, address = 0xc10035f8, symbol = "irq_entries_start+0x138/0x400" }
+irq_state.idt_table: 23329.210330734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 102, address = 0xc1003600, symbol = "irq_entries_start+0x140/0x400" }
+irq_state.idt_table: 23329.210333535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 103, address = 0xc1003604, symbol = "irq_entries_start+0x144/0x400" }
+irq_state.idt_table: 23329.210336465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 104, address = 0xc1003608, symbol = "irq_entries_start+0x148/0x400" }
+irq_state.idt_table: 23329.210339265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 105, address = 0xc100360c, symbol = "irq_entries_start+0x14c/0x400" }
+irq_state.idt_table: 23329.210342091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 106, address = 0xc1003610, symbol = "irq_entries_start+0x150/0x400" }
+irq_state.idt_table: 23329.210344891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 107, address = 0xc1003614, symbol = "irq_entries_start+0x154/0x400" }
+irq_state.idt_table: 23329.210347692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 108, address = 0xc1003618, symbol = "irq_entries_start+0x158/0x400" }
+irq_state.idt_table: 23329.210350554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 109, address = 0xc1003620, symbol = "irq_entries_start+0x160/0x400" }
+irq_state.idt_table: 23329.210353354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 110, address = 0xc1003624, symbol = "irq_entries_start+0x164/0x400" }
+irq_state.idt_table: 23329.210356155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 111, address = 0xc1003628, symbol = "irq_entries_start+0x168/0x400" }
+irq_state.idt_table: 23329.210359079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 112, address = 0xc100362c, symbol = "irq_entries_start+0x16c/0x400" }
+irq_state.idt_table: 23329.210361892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 113, address = 0xc1003630, symbol = "irq_entries_start+0x170/0x400" }
+irq_state.idt_table: 23329.210365069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 114, address = 0xc1003634, symbol = "irq_entries_start+0x174/0x400" }
+irq_state.idt_table: 23329.210367986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 115, address = 0xc1003638, symbol = "irq_entries_start+0x178/0x400" }
+irq_state.idt_table: 23329.210370836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 116, address = 0xc1003640, symbol = "irq_entries_start+0x180/0x400" }
+irq_state.idt_table: 23329.210373637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 117, address = 0xc1003644, symbol = "irq_entries_start+0x184/0x400" }
+irq_state.idt_table: 23329.210394949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 118, address = 0xc1003648, symbol = "irq_entries_start+0x188/0x400" }
+irq_state.idt_table: 23329.210398151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 119, address = 0xc100364c, symbol = "irq_entries_start+0x18c/0x400" }
+irq_state.idt_table: 23329.210401000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 120, address = 0xc1003650, symbol = "irq_entries_start+0x190/0x400" }
+irq_state.idt_table: 23329.210403856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 121, address = 0xc1003654, symbol = "irq_entries_start+0x194/0x400" }
+irq_state.idt_table: 23329.210406699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 122, address = 0xc1003658, symbol = "irq_entries_start+0x198/0x400" }
+irq_state.idt_table: 23329.210409605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 123, address = 0xc1003660, symbol = "irq_entries_start+0x1a0/0x400" }
+irq_state.idt_table: 23329.210412516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 124, address = 0xc1003664, symbol = "irq_entries_start+0x1a4/0x400" }
+irq_state.idt_table: 23329.210415366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 125, address = 0xc1003668, symbol = "irq_entries_start+0x1a8/0x400" }
+irq_state.idt_table: 23329.210418210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 126, address = 0xc100366c, symbol = "irq_entries_start+0x1ac/0x400" }
+irq_state.idt_table: 23329.210421054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 127, address = 0xc1003670, symbol = "irq_entries_start+0x1b0/0x400" }
+irq_state.idt_table: 23329.210423830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 128, address = 0xc10032ac, symbol = "system_call+0x0/0x3e" }
+irq_state.idt_table: 23329.210426661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 129, address = 0xc1003678, symbol = "irq_entries_start+0x1b8/0x400" }
+irq_state.idt_table: 23329.210429949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 130, address = 0xc1003680, symbol = "irq_entries_start+0x1c0/0x400" }
+irq_state.idt_table: 23329.210432793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 131, address = 0xc1003684, symbol = "irq_entries_start+0x1c4/0x400" }
+irq_state.idt_table: 23329.210435606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 132, address = 0xc1003688, symbol = "irq_entries_start+0x1c8/0x400" }
+irq_state.idt_table: 23329.210438412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 133, address = 0xc100368c, symbol = "irq_entries_start+0x1cc/0x400" }
+irq_state.idt_table: 23329.210441213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 134, address = 0xc1003690, symbol = "irq_entries_start+0x1d0/0x400" }
+irq_state.idt_table: 23329.210444019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 135, address = 0xc1003694, symbol = "irq_entries_start+0x1d4/0x400" }
+irq_state.idt_table: 23329.210446826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 136, address = 0xc1003698, symbol = "irq_entries_start+0x1d8/0x400" }
+irq_state.idt_table: 23329.210449565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 137, address = 0xc10036a0, symbol = "irq_entries_start+0x1e0/0x400" }
+irq_state.idt_table: 23329.210452377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 138, address = 0xc10036a4, symbol = "irq_entries_start+0x1e4/0x400" }
+irq_state.idt_table: 23329.210455240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 139, address = 0xc10036a8, symbol = "irq_entries_start+0x1e8/0x400" }
+irq_state.idt_table: 23329.210458047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 140, address = 0xc10036ac, symbol = "irq_entries_start+0x1ec/0x400" }
+irq_state.idt_table: 23329.210460846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 141, address = 0xc10036b0, symbol = "irq_entries_start+0x1f0/0x400" }
+irq_state.idt_table: 23329.210463654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 142, address = 0xc10036b4, symbol = "irq_entries_start+0x1f4/0x400" }
+irq_state.idt_table: 23329.210466430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 143, address = 0xc10036b8, symbol = "irq_entries_start+0x1f8/0x400" }
+irq_state.idt_table: 23329.210469291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 144, address = 0xc10036c0, symbol = "irq_entries_start+0x200/0x400" }
+irq_state.idt_table: 23329.210472055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 145, address = 0xc10036c4, symbol = "irq_entries_start+0x204/0x400" }
+irq_state.idt_table: 23329.210475207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 146, address = 0xc10036c8, symbol = "irq_entries_start+0x208/0x400" }
+irq_state.idt_table: 23329.210478143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 147, address = 0xc10036cc, symbol = "irq_entries_start+0x20c/0x400" }
+irq_state.idt_table: 23329.210480950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 148, address = 0xc10036d0, symbol = "irq_entries_start+0x210/0x400" }
+irq_state.idt_table: 23329.210483750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 149, address = 0xc10036d4, symbol = "irq_entries_start+0x214/0x400" }
+irq_state.idt_table: 23329.210486606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 150, address = 0xc10036d8, symbol = "irq_entries_start+0x218/0x400" }
+irq_state.idt_table: 23329.210489475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 151, address = 0xc10036e0, symbol = "irq_entries_start+0x220/0x400" }
+irq_state.idt_table: 23329.210492288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 152, address = 0xc10036e4, symbol = "irq_entries_start+0x224/0x400" }
+irq_state.idt_table: 23329.210495045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 153, address = 0xc10036e8, symbol = "irq_entries_start+0x228/0x400" }
+irq_state.idt_table: 23329.210497981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 154, address = 0xc10036ec, symbol = "irq_entries_start+0x22c/0x400" }
+irq_state.idt_table: 23329.210500807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 155, address = 0xc10036f0, symbol = "irq_entries_start+0x230/0x400" }
+irq_state.idt_table: 23329.210503638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 156, address = 0xc10036f4, symbol = "irq_entries_start+0x234/0x400" }
+irq_state.idt_table: 23329.210506445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 157, address = 0xc10036f8, symbol = "irq_entries_start+0x238/0x400" }
+irq_state.idt_table: 23329.210509301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 158, address = 0xc1003700, symbol = "irq_entries_start+0x240/0x400" }
+irq_state.idt_table: 23329.210512163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 159, address = 0xc1003704, symbol = "irq_entries_start+0x244/0x400" }
+irq_state.idt_table: 23329.210515075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 160, address = 0xc1003708, symbol = "irq_entries_start+0x248/0x400" }
+irq_state.idt_table: 23329.210517875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 161, address = 0xc100370c, symbol = "irq_entries_start+0x24c/0x400" }
+irq_state.idt_table: 23329.210521027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 162, address = 0xc1003710, symbol = "irq_entries_start+0x250/0x400" }
+irq_state.idt_table: 23329.210523859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 163, address = 0xc1003714, symbol = "irq_entries_start+0x254/0x400" }
+irq_state.idt_table: 23329.210526659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 164, address = 0xc1003718, symbol = "irq_entries_start+0x258/0x400" }
+irq_state.idt_table: 23329.210529534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 165, address = 0xc1003720, symbol = "irq_entries_start+0x260/0x400" }
+irq_state.idt_table: 23329.210532421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 166, address = 0xc1003724, symbol = "irq_entries_start+0x264/0x400" }
+irq_state.idt_table: 23329.210535227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 167, address = 0xc1003728, symbol = "irq_entries_start+0x268/0x400" }
+irq_state.idt_table: 23329.210538039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 168, address = 0xc100372c, symbol = "irq_entries_start+0x26c/0x400" }
+irq_state.idt_table: 23329.210540841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 169, address = 0xc1003730, symbol = "irq_entries_start+0x270/0x400" }
+irq_state.idt_table: 23329.210543666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 170, address = 0xc1003734, symbol = "irq_entries_start+0x274/0x400" }
+irq_state.idt_table: 23329.210546479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 171, address = 0xc1003738, symbol = "irq_entries_start+0x278/0x400" }
+irq_state.idt_table: 23329.210549261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 172, address = 0xc1003740, symbol = "irq_entries_start+0x280/0x400" }
+irq_state.idt_table: 23329.210552017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 173, address = 0xc1003744, symbol = "irq_entries_start+0x284/0x400" }
+irq_state.idt_table: 23329.210554775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 174, address = 0xc1003748, symbol = "irq_entries_start+0x288/0x400" }
+irq_state.idt_table: 23329.210557705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 175, address = 0xc100374c, symbol = "irq_entries_start+0x28c/0x400" }
+irq_state.idt_table: 23329.210560697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 176, address = 0xc1003750, symbol = "irq_entries_start+0x290/0x400" }
+irq_state.idt_table: 23329.210563503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 177, address = 0xc1003754, symbol = "irq_entries_start+0x294/0x400" }
+irq_state.idt_table: 23329.210566699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 178, address = 0xc1003758, symbol = "irq_entries_start+0x298/0x400" }
+irq_state.idt_table: 23329.210569499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 179, address = 0xc1003760, symbol = "irq_entries_start+0x2a0/0x400" }
+irq_state.idt_table: 23329.210572312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 180, address = 0xc1003764, symbol = "irq_entries_start+0x2a4/0x400" }
+irq_state.idt_table: 23329.210575125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 181, address = 0xc1003768, symbol = "irq_entries_start+0x2a8/0x400" }
+irq_state.idt_table: 23329.210578012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 182, address = 0xc100376c, symbol = "irq_entries_start+0x2ac/0x400" }
+irq_state.idt_table: 23329.210580831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 183, address = 0xc1003770, symbol = "irq_entries_start+0x2b0/0x400" }
+irq_state.idt_table: 23329.210583644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 184, address = 0xc1003774, symbol = "irq_entries_start+0x2b4/0x400" }
+irq_state.idt_table: 23329.210586444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 185, address = 0xc1003778, symbol = "irq_entries_start+0x2b8/0x400" }
+irq_state.idt_table: 23329.210589282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 186, address = 0xc1003780, symbol = "irq_entries_start+0x2c0/0x400" }
+irq_state.idt_table: 23329.210592107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 187, address = 0xc1003784, symbol = "irq_entries_start+0x2c4/0x400" }
+irq_state.idt_table: 23329.210594908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 188, address = 0xc1003788, symbol = "irq_entries_start+0x2c8/0x400" }
+irq_state.idt_table: 23329.210597677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 189, address = 0xc100378c, symbol = "irq_entries_start+0x2cc/0x400" }
+irq_state.idt_table: 23329.210600453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 190, address = 0xc1003790, symbol = "irq_entries_start+0x2d0/0x400" }
+irq_state.idt_table: 23329.210603197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 191, address = 0xc1003794, symbol = "irq_entries_start+0x2d4/0x400" }
+irq_state.idt_table: 23329.210606183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 192, address = 0xc1003798, symbol = "irq_entries_start+0x2d8/0x400" }
+irq_state.idt_table: 23329.210608984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 193, address = 0xc10037a0, symbol = "irq_entries_start+0x2e0/0x400" }
+irq_state.idt_table: 23329.210612284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 194, address = 0xc10037a4, symbol = "irq_entries_start+0x2e4/0x400" }
+irq_state.idt_table: 23329.210615035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 195, address = 0xc10037a8, symbol = "irq_entries_start+0x2e8/0x400" }
+irq_state.idt_table: 23329.210617842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 196, address = 0xc10037ac, symbol = "irq_entries_start+0x2ec/0x400" }
+irq_state.idt_table: 23329.210620642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 197, address = 0xc10037b0, symbol = "irq_entries_start+0x2f0/0x400" }
+irq_state.idt_table: 23329.210623418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 198, address = 0xc10037b4, symbol = "irq_entries_start+0x2f4/0x400" }
+irq_state.idt_table: 23329.210626138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 199, address = 0xc10037b8, symbol = "irq_entries_start+0x2f8/0x400" }
+irq_state.idt_table: 23329.210645372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 200, address = 0xc10037c0, symbol = "irq_entries_start+0x300/0x400" }
+irq_state.idt_table: 23329.210664525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 201, address = 0xc10037c4, symbol = "irq_entries_start+0x304/0x400" }
+irq_state.idt_table: 23329.210667455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 202, address = 0xc10037c8, symbol = "irq_entries_start+0x308/0x400" }
+irq_state.idt_table: 23329.210670262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 203, address = 0xc10037cc, symbol = "irq_entries_start+0x30c/0x400" }
+irq_state.idt_table: 23329.210673069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 204, address = 0xc10037d0, symbol = "irq_entries_start+0x310/0x400" }
+irq_state.idt_table: 23329.210675930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 205, address = 0xc10037d4, symbol = "irq_entries_start+0x314/0x400" }
+irq_state.idt_table: 23329.210678787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 206, address = 0xc10037d8, symbol = "irq_entries_start+0x318/0x400" }
+irq_state.idt_table: 23329.210681587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 207, address = 0xc10037e0, symbol = "irq_entries_start+0x320/0x400" }
+irq_state.idt_table: 23329.210684499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 208, address = 0xc10037e4, symbol = "irq_entries_start+0x324/0x400" }
+irq_state.idt_table: 23329.210687318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 209, address = 0xc10037e8, symbol = "irq_entries_start+0x328/0x400" }
+irq_state.idt_table: 23329.210690514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 210, address = 0xc10037ec, symbol = "irq_entries_start+0x32c/0x400" }
+irq_state.idt_table: 23329.210693319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 211, address = 0xc10037f0, symbol = "irq_entries_start+0x330/0x400" }
+irq_state.idt_table: 23329.210696132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 212, address = 0xc10037f4, symbol = "irq_entries_start+0x334/0x400" }
+irq_state.idt_table: 23329.210698946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 213, address = 0xc10037f8, symbol = "irq_entries_start+0x338/0x400" }
+irq_state.idt_table: 23329.210701795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 214, address = 0xc1003800, symbol = "irq_entries_start+0x340/0x400" }
+irq_state.idt_table: 23329.210704602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 215, address = 0xc1003804, symbol = "irq_entries_start+0x344/0x400" }
+irq_state.idt_table: 23329.210707415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 216, address = 0xc1003808, symbol = "irq_entries_start+0x348/0x400" }
+irq_state.idt_table: 23329.210710184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 217, address = 0xc100380c, symbol = "irq_entries_start+0x34c/0x400" }
+irq_state.idt_table: 23329.210712948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 218, address = 0xc1003810, symbol = "irq_entries_start+0x350/0x400" }
+irq_state.idt_table: 23329.210715730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 219, address = 0xc1003814, symbol = "irq_entries_start+0x354/0x400" }
+irq_state.idt_table: 23329.210718549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 220, address = 0xc1003818, symbol = "irq_entries_start+0x358/0x400" }
+irq_state.idt_table: 23329.210721498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 221, address = 0xc1003820, symbol = "irq_entries_start+0x360/0x400" }
+irq_state.idt_table: 23329.210724323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 222, address = 0xc1003824, symbol = "irq_entries_start+0x364/0x400" }
+irq_state.idt_table: 23329.210727160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 223, address = 0xc1003828, symbol = "irq_entries_start+0x368/0x400" }
+irq_state.idt_table: 23329.210729973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 224, address = 0xc100382c, symbol = "irq_entries_start+0x36c/0x400" }
+irq_state.idt_table: 23329.210732761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 225, address = 0xc1003830, symbol = "irq_entries_start+0x370/0x400" }
+irq_state.idt_table: 23329.210735870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 226, address = 0xc1003834, symbol = "irq_entries_start+0x374/0x400" }
+irq_state.idt_table: 23329.210738807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 227, address = 0xc1003838, symbol = "irq_entries_start+0x378/0x400" }
+irq_state.idt_table: 23329.210741613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 228, address = 0xc1003840, symbol = "irq_entries_start+0x380/0x400" }
+irq_state.idt_table: 23329.210744420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 229, address = 0xc1003844, symbol = "irq_entries_start+0x384/0x400" }
+irq_state.idt_table: 23329.210747282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 230, address = 0xc1003848, symbol = "irq_entries_start+0x388/0x400" }
+irq_state.idt_table: 23329.210750089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 231, address = 0xc100384c, symbol = "irq_entries_start+0x38c/0x400" }
+irq_state.idt_table: 23329.210752902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 232, address = 0xc1003850, symbol = "irq_entries_start+0x390/0x400" }
+irq_state.idt_table: 23329.210755702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 233, address = 0xc1003854, symbol = "irq_entries_start+0x394/0x400" }
+irq_state.idt_table: 23329.210758571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 234, address = 0xc1003858, symbol = "irq_entries_start+0x398/0x400" }
+irq_state.idt_table: 23329.210761463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 235, address = 0xc1003a40, symbol = "mce_self_interrupt+0x0/0x30" }
+irq_state.idt_table: 23329.210764338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 236, address = 0xc10039b0, symbol = "perf_pending_interrupt+0x0/0x30" }
+irq_state.idt_table: 23329.210767144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 237, address = 0xc10038f0, symbol = "generic_interrupt+0x0/0x30" }
+irq_state.idt_table: 23329.210770099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 238, address = 0xc100386c, symbol = "irq_entries_start+0x3ac/0x400" }
+irq_state.idt_table: 23329.210773024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 239, address = 0xc1003920, symbol = "apic_timer_interrupt+0x0/0x30" }
+irq_state.idt_table: 23329.210775978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 240, address = 0xc1003874, symbol = "irq_entries_start+0x3b4/0x400" }
+irq_state.idt_table: 23329.210778920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 241, address = 0xc1003878, symbol = "irq_entries_start+0x3b8/0x400" }
+irq_state.idt_table: 23329.210782072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 242, address = 0xc1003880, symbol = "irq_entries_start+0x3c0/0x400" }
+irq_state.idt_table: 23329.210784830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 243, address = 0xc1003884, symbol = "irq_entries_start+0x3c4/0x400" }
+irq_state.idt_table: 23329.210787587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 244, address = 0xc1003888, symbol = "irq_entries_start+0x3c8/0x400" }
+irq_state.idt_table: 23329.210790437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 245, address = 0xc100388c, symbol = "irq_entries_start+0x3cc/0x400" }
+irq_state.idt_table: 23329.210793244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 246, address = 0xc1003890, symbol = "irq_entries_start+0x3d0/0x400" }
+irq_state.idt_table: 23329.210796044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 247, address = 0xc1003894, symbol = "irq_entries_start+0x3d4/0x400" }
+irq_state.idt_table: 23329.210798875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 248, address = 0xc1003898, symbol = "irq_entries_start+0x3d8/0x400" }
+irq_state.idt_table: 23329.210801744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 249, address = 0xc1003a10, symbol = "threshold_interrupt+0x0/0x30" }
+irq_state.idt_table: 23329.210804612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 250, address = 0xc10039e0, symbol = "thermal_interrupt+0x0/0x30" }
+irq_state.idt_table: 23329.210807518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 251, address = 0xc10038a8, symbol = "irq_entries_start+0x3e8/0x400" }
+irq_state.idt_table: 23329.210810411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 252, address = 0xc10038ac, symbol = "irq_entries_start+0x3ec/0x400" }
+irq_state.idt_table: 23329.210813211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 253, address = 0xc10038b0, symbol = "irq_entries_start+0x3f0/0x400" }
+irq_state.idt_table: 23329.210815981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 254, address = 0xc1003950, symbol = "error_interrupt+0x0/0x30" }
+irq_state.idt_table: 23329.210818862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 255, address = 0xc1003980, symbol = "spurious_interrupt+0x0/0x30" }
+kernel.timer_set: 23329.210823686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { expires = 2302295, function = 0xc103b8db, data = 3246882648 }
+kernel.printk: 23329.210828552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { ip = 0xC1421E18 }
+kernel.vprintk: 23329.210835869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { loglevel = 7, string = "LTT state dump end", ip = 0xC158363B }
+global_state.statedump_end: 23329.210853806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/global_state_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL
+mm.page_free: 23329.210857236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 214063, order = 0 }
+mm.page_free: 23329.210860863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 198145, order = 0 }
+fs.write: 23329.210865119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { count = 1, fd = 4 }
+kernel.syscall_exit: 23329.210867031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 23329.210875618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { ip = 0xb776d416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 23329.210878351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { fd = 4 }
+kernel.syscall_exit: 23329.210940122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.210966857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, TRAP { ip = 0xb777bfc0, address = 0xb7752b38, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.211004540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 23329.211019394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { ip = 0xb776d416, syscall_id = 252 [sys_exit_group+0x0/0x14] }
+mm.page_free: 23329.211085779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 240989, order = 0 }
+mm.page_free: 23329.211107961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 282765, order = 0 }
+mm.page_free: 23329.211130656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 282116, order = 0 }
+mm.page_free: 23329.211137582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 240945, order = 0 }
+mm.page_free: 23329.211222566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 282598, order = 0 }
+mm.page_free: 23329.211229277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 282732, order = 0 }
+mm.page_free: 23329.212058554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 260416, order = 0 }
+mm.page_free: 23329.212065377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 359173, order = 0 }
+mm.page_free: 23329.212086443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 271461, order = 0 }
+mm.page_free: 23329.212106545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 271462, order = 0 }
+mm.page_free: 23329.212112991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 283493, order = 0 }
+mm.page_free: 23329.212204723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 249462, order = 0 }
+mm.page_free: 23329.212239322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 282567, order = 0 }
+mm.page_free: 23329.212245590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 284409, order = 0 }
+mm.page_free: 23329.212251518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 284408, order = 0 }
+mm.page_free: 23329.212257519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 271459, order = 0 }
+mm.page_free: 23329.212582545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 284411, order = 0 }
+mm.page_free: 23329.212632417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 271460, order = 0 }
+mm.page_free: 23329.212673000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 283495, order = 0 }
+mm.page_free: 23329.212680007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 230933, order = 0 }
+mm.page_free: 23329.212686034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 282767, order = 0 }
+mm.page_free: 23329.212692308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 271463, order = 0 }
+mm.page_free: 23329.212712158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 377752, order = 0 }
+mm.page_free: 23329.212719091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 377730, order = 0 }
+mm.page_free: 23329.212729232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 377568, order = 0 }
+mm.page_free: 23329.212735901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 377733, order = 0 }
+kernel.process_exit: 23329.212873829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pid = 16927 }
+kernel.send_signal: 23329.212917069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pid = 16908, signal = 17 }
+kernel.sched_try_wakeup: 23329.212935884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pid = 16908, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.212947382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { prev_pid = 16927, next_pid = 16908, prev_state = 0 }
+mm.page_free: 23329.213014156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { pfn = 31279, order = 0 }
+kernel.syscall_exit: 23329.213102866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 16927 }
+kernel.syscall_entry: 23329.213172483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 23329.213176481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.213183871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 23329.213186918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { fd = 255, cmd = 21520, arg = 3218730852 }
+kernel.syscall_exit: 23329.213193648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.213196911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 23329.213198725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.213202314 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 23329.213203800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { fd = 255, cmd = 21505, arg = 3218731064 }
+kernel.syscall_exit: 23329.213208094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.213213886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x8086562, address = 0x9206548, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.213251317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 23329.213294546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 23329.213296760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.213312694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 7 [sys_waitpid+0x0/0x17] }
+kernel.process_wait: 23329.213314877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { pid = 0 }
+kernel.syscall_exit: 23329.213317098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = -10 }
+kernel.syscall_entry: 23329.213320269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842408, syscall_id = 119 [ptregs_sigreturn+0x0/0xc] }
+kernel.syscall_exit: 23329.213322767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.213342537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0xb771aa66, address = 0x920d008, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.213374175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.213437834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80b382d, address = 0x8112460, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.213490421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 23329.213512930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 23329.213515459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.213523009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 42 [sys_pipe+0x0/0xe] }
+kernel.syscall_exit: 23329.213539251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.213550262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 120 [ptregs_clone+0x0/0xc] }
+kernel.irq_entry: 23329.214492483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, IRQ { ip = 3238105423, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 23329.214505098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, IRQ { jiffies = 4297269592, xtime_sec = 1264196274, xtime_nsec = 637522011, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.214514018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_raise: 23329.214519693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+kernel.sched_try_wakeup: 23329.214527416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, IRQ { pid = 1304, cpu_id = 0, state = 1 }
+kernel.irq_exit: 23329.214549838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { handled = 1 }
+kernel.softirq_entry: 23329.214553231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.sched_try_wakeup: 23329.214565130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SOFTIRQ { pid = 16930, cpu_id = 0, state = 1 }
+kernel.timer_set: 23329.214570219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SOFTIRQ { expires = 2302297, function = 0xc141d458, data = 0 }
+kernel.sched_try_wakeup: 23329.214578133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SOFTIRQ { pid = 5, cpu_id = 0, state = 1 }
+kernel.softirq_exit: 23329.214581625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_entry: 23329.214583099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+rcu.tree_callback: 23329.214638227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16908, 16908, bash, , 16900, 0x0, SOFTIRQ { func = 0xc10acb19 }
+kernel.softirq_exit: 23329.214641552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+kernel.sched_schedule: 23329.214680653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16908, next_pid = 1304, prev_state = 0 }
+fs.read: 23329.214757212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 4095, fd = 19 }
+kernel.syscall_exit: 23329.214758864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 37 }
+kernel.syscall_entry: 23329.214774199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 23329.214777129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.214794599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb776b6a3, syscall_id = 240 [sys_futex+0x0/0x111] }
+kernel.sched_try_wakeup: 23329.214804956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { pid = 16834, cpu_id = 0, state = 1 }
+kernel.syscall_exit: 23329.214808392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 23329.214813215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [sys_sched_yield+0x0/0x32] }
+kernel.sched_schedule: 23329.214823690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { prev_pid = 1304, next_pid = 16930, prev_state = 0 }
+fs.pollfd: 23329.214888163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 23329.214890680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 6 }
+fs.pollfd: 23329.214892573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 23329.214894171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 23329.214895780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 23329.214897484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 14 }
+fs.pollfd: 23329.214899119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 23329.214900735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 18 }
+fs.pollfd: 23329.214902745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 20 }
+fs.pollfd: 23329.214904484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 22 }
+fs.pollfd: 23329.214906205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 24 }
+fs.pollfd: 23329.214907846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 23329.214909351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 28 }
+fs.pollfd: 23329.214910949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 30 }
+fs.pollfd: 23329.214912645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 32 }
+fs.pollfd: 23329.214914329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 34 }
+fs.pollfd: 23329.214915933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 36 }
+fs.pollfd: 23329.214917469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 38 }
+fs.pollfd: 23329.214919129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 40 }
+fs.pollfd: 23329.214920572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 42 }
+fs.pollfd: 23329.214922275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 44 }
+fs.pollfd: 23329.214923983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 46 }
+fs.pollfd: 23329.214925556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 48 }
+mm.page_free: 23329.214931583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { pfn = 198135, order = 0 }
+kernel.syscall_exit: 23329.214935130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 1 }
+kernel.page_fault_entry: 23329.214943328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, TRAP { ip = 0x8049932, address = 0x804b1d0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.214984244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.215000349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, TRAP { ip = 0xb77f9090, address = 0xb77f9090, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.215039909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.215050099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, TRAP { ip = 0xb77f918f, address = 0x87e11a4, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.215078369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.215084519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, TRAP { ip = 0xb77714b0, address = 0xb77714b0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.215121352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.215129759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 23329.215131769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 22, cmd = 2147808512, arg = 3077206836 }
+kernel.syscall_exit: 23329.215134601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.215138401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 23329.215139845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 22, cmd = 2147808515, arg = 3077206832 }
+kernel.syscall_exit: 23329.215146432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.215153026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, TRAP { ip = 0xb783ab70, address = 0xb76b7a3b, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.215190384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.215199519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+kernel.syscall_exit: 23329.215731824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
+kernel.page_fault_entry: 23329.215738425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, TRAP { ip = 0xb777a000, address = 0xb777a000, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.215777836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.215786286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+mm.add_to_page_cache: 23329.215802108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.215892977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.215927990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.215962262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.215995159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216027272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216063136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216094965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216127041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216159667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216192280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216224239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216256839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216270675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 0, sdev = 2 }
+mm.add_to_page_cache: 23329.216322910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216390671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216423840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+kernel.syscall_exit: 23329.216455818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
+kernel.syscall_entry: 23329.216460893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+kernel.syscall_exit: 23329.216463663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
+kernel.syscall_entry: 23329.216467272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+mm.add_to_page_cache: 23329.216471867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216534078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216567393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216600445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216633402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216682301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216715105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216747834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216780398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216812506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216845513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216879175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216911590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216944697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.216977014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217009244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+kernel.syscall_exit: 23329.217041012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
+kernel.syscall_entry: 23329.217045935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+kernel.syscall_exit: 23329.217048716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
+kernel.syscall_entry: 23329.217051783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+mm.add_to_page_cache: 23329.217056150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217089256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217125514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217157529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217189593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217221786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217265039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217304481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217337576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217371502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217403789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217435903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217468651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217500845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217562752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217595716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+kernel.syscall_exit: 23329.217626565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
+kernel.syscall_entry: 23329.217631604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+kernel.syscall_exit: 23329.217634262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
+kernel.syscall_entry: 23329.217637372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
+mm.add_to_page_cache: 23329.217641763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217675542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217707601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217739497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217774159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217807635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217839428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217871807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217903932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217940967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.217975641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.218009734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.218041644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.218073400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.218105321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+mm.add_to_page_cache: 23329.218142610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
+kernel.syscall_exit: 23329.218178548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
+kernel.syscall_entry: 23329.218183341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 23329.218185642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 22, cmd = 1074066689, arg = 3077206836 }
+kernel.syscall_exit: 23329.218188751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.218195746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 23329.218197726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 23329.218199724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 6 }
+fs.pollfd: 23329.218201587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 23329.218203136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 23329.218204666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 23329.218206078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 14 }
+fs.pollfd: 23329.218207602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 23329.218208996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 18 }
+fs.pollfd: 23329.218210384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 20 }
+fs.pollfd: 23329.218211870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 22 }
+fs.pollfd: 23329.218213246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 24 }
+fs.pollfd: 23329.218214757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 23329.218216417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 28 }
+fs.pollfd: 23329.218217848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 30 }
+fs.pollfd: 23329.218219908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 32 }
+fs.pollfd: 23329.218221580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 34 }
+fs.pollfd: 23329.218223053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 36 }
+fs.pollfd: 23329.218224498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 38 }
+fs.pollfd: 23329.218225947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 40 }
+fs.pollfd: 23329.218228304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 42 }
+fs.pollfd: 23329.218229784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 44 }
+fs.pollfd: 23329.218231234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 46 }
+fs.pollfd: 23329.218232725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 48 }
+kernel.sched_schedule: 23329.218242535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5, 5, events/0, , 2, 0x0, SYSCALL { prev_pid = 16930, next_pid = 5, prev_state = 1 }
+kernel.sched_schedule: 23329.218351322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 5, next_pid = 16834, prev_state = 1 }
+kernel.syscall_exit: 23329.218422618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.218429095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 240 [sys_futex+0x0/0x111] }
+kernel.syscall_exit: 23329.218431223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.218435430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [sys_sched_yield+0x0/0x32] }
+kernel.syscall_exit: 23329.218444991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.218476697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [sys_write+0x0/0x9d] }
+fs.write: 23329.218512869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 66, fd = 4 }
+kernel.syscall_exit: 23329.218514553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 66 }
+kernel.syscall_entry: 23329.218525644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [sys_write+0x0/0x9d] }
+fs.write: 23329.218575202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 66, fd = 6 }
+kernel.syscall_exit: 23329.218576874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 66 }
+kernel.syscall_entry: 23329.218588711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [sys_write+0x0/0x9d] }
+fs.write: 23329.218614743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 66, fd = 16 }
+kernel.syscall_exit: 23329.218616302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 66 }
+kernel.syscall_entry: 23329.218628128 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 13 [sys_time+0x0/0x27] }
+kernel.syscall_exit: 23329.218629713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 1264196274 }
+kernel.syscall_entry: 23329.218633834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [sys_sched_yield+0x0/0x32] }
+kernel.sched_schedule: 23329.218642852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16834, next_pid = 1304, prev_state = 0 }
+kernel.syscall_exit: 23329.218681498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.218688924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 3 [sys_read+0x0/0x9d] }
+kernel.sched_schedule: 23329.218699257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 1304, next_pid = 16834, prev_state = 1 }
+kernel.syscall_exit: 23329.218721544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.218726541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7756e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 23329.218729896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.218733122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 23329.218735343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.218738315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 240 [sys_futex+0x0/0x111] }
+kernel.sched_schedule: 23329.218749309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { prev_pid = 16834, next_pid = 16908, prev_state = 1 }
+kernel.process_fork: 23329.219647913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { parent_pid = 16908, child_pid = 16931, child_tgid = 16931 }
+kernel.sched_wakeup_new_task: 23329.219657739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { pid = 16931, state = 0, cpu_id = 0 }
+kernel.syscall_exit: 23329.219662804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 16931 }
+kernel.page_fault_entry: 23329.219675110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0xb773e79d, address = 0xbfd9eff8, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.219752543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.219761451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0xb773e7ab, address = 0xbfd9f000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.219834758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.219847218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0xb773e8e2, address = 0xb76a472c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.219920876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.219933293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0xb770ebd9, address = 0xb77e933c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.220007216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.220023552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x8087608, address = 0x810ee70, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.220096635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 23329.220105086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 57 [sys_setpgid+0x0/0x175] }
+kernel.syscall_exit: 23329.220109460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.220114697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80edc4d, address = 0x8111b5a, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.220188238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.220207601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80edcd2, address = 0x92140c0, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.220297316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.220306655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x808741a, address = 0x81097f4, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.220378838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 23329.220386791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 23329.220389701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.220395815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80edae6, address = 0x9213a48, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.220469763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.220486800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x8098934, address = 0x91fecf8, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.220560785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.220569841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x807e760, address = 0x920425c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.220710847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.220740685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80edae6, address = 0x9207008, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.220816476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.220826790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x8074895, address = 0x91ffd28, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.220910485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.220919787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80748bf, address = 0x92005ec, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.220999731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.221008990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80edaf8, address = 0x9201a38, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.221086547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.221096669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x809b579, address = 0x81101dc, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.221175879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.221186088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x8077893, address = 0x810d878, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.221263459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 23329.221274279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 23329.221278319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.221282853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 23329.221288041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { fd = 3 }
+kernel.syscall_exit: 23329.221292822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.221295937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 23329.221297189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { fd = 4 }
+kernel.syscall_exit: 23329.221298768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.221304548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80886d3, address = 0x810fee8, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.221383536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.221397724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80889ce, address = 0x9208a08, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.221523086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 23329.221532783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 23329.221536139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { fd = 255, cmd = 21519, arg = 3218730848 }
+kernel.syscall_exit: 23329.221545306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.221550068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 23329.221552116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.221555299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 23329.221556835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { fd = 255, cmd = 21520, arg = 3218730564 }
+kernel.syscall_exit: 23329.221563483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.221566759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 23329.221568524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.221571595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 23329.221573243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.221577085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 23329.221578856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.221584198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 7 [sys_waitpid+0x0/0x17] }
+kernel.process_wait: 23329.221587171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { pid = 0 }
+kernel.sched_schedule: 23329.221596339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { prev_pid = 16908, next_pid = 16927, prev_state = 1 }
+kernel.sched_schedule: 23329.221596346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { prev_pid = 16927, next_pid = 16931, prev_state = 64 }
+kernel.page_fault_entry: 23329.221793990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xc142b6ad, address = 0xb76a4728, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.221839775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { res = 8 }
+kernel.syscall_exit: 23329.221862368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.221871015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7842416, address = 0xb7842416, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.221912031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 23329.221944553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb773e795, address = 0xb773e795, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.221990752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.222008008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb773e79d, address = 0xbfd9eff8, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.222036919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.222042650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb773e7ab, address = 0xbfd9f000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.222068423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.222085643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb773e7f1, address = 0xb7860288, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.222176043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.222187143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb770eb20, address = 0xb770eb20, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.222224602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.222301067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb77adf36, address = 0xb77adf36, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.222342667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.222365317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb773e813, address = 0xb77e936c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.222393253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.222399084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb773e89f, address = 0xb77ea340, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.222477305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.222492553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80872a3, address = 0x80872a3, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.222533969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.222569227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80615fc, address = 0x80615fc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.222607388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.222624355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb773f3f0, address = 0xb773f3f0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.222805728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.222818295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80623f0, address = 0x80623f0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.222855661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.222867802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb76cfb30, address = 0xb76cfb30, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.222905396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.222916299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb76bb98f, address = 0xb76bb98f, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.222953253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.222971009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 23329.222979747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.222989337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8087536, address = 0x810ee70, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.223017354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.223023209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8084d10, address = 0x8084d10, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.223058887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.223069869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x809c350, address = 0x809c350, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.223106324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.223116942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb76d03e0, address = 0xb76d03e0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.223153946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.223167671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
+kernel.syscall_exit: 23329.223172620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.223176571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
+kernel.syscall_exit: 23329.223178161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.223181440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
+kernel.syscall_exit: 23329.223183036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.223186998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 57 [sys_setpgid+0x0/0x175] }
+kernel.syscall_exit: 23329.223194357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.223202880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8085c70, address = 0x8085c70, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.223344261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.223354935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 23329.223358534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.223365061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb776bb00, address = 0xb776bb00, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.223402619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.223412856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb776c4b0, address = 0xb776c4b0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.223450068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.223458314 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 23329.223510194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { fd = 255, cmd = 21520, arg = 3218730740 }
+kernel.syscall_exit: 23329.223535580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.223542199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8085d15, address = 0x81097e4, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.223573865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 23329.223578216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
+kernel.syscall_exit: 23329.223580533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.223586819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb77652e0, address = 0xb77652e0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.223624445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.223633325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 23329.223636562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { fd = 4 }
+kernel.syscall_exit: 23329.223807888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.223813053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.223818784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { count = 1, fd = 3 }
+kernel.syscall_exit: 23329.223820091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.223827567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8070800, address = 0x8070800, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.223941558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.223952004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 23329.223953884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { fd = 3 }
+kernel.syscall_exit: 23329.224029030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.224035785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x807a707, address = 0x807a707, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.224075007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.224085947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8099a70, address = 0x8099a70, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.224123744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.224141346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
+kernel.syscall_exit: 23329.224146473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.224151651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8099acc, address = 0x81121e8, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.224359456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.224370617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8099ad3, address = 0x8110008, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.224398948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 23329.224404002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
+kernel.syscall_exit: 23329.224406689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.224410788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
+kernel.syscall_exit: 23329.224412532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.224415916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
+kernel.syscall_exit: 23329.224418023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.224423545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8075290, address = 0x8075290, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.224461700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.irq_entry: 23329.224521737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 23329.224553674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { jiffies = 4297269593, xtime_sec = 1264196274, xtime_nsec = 637522012, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.224579134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_raise: 23329.224593642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+kernel.irq_exit: 23329.224633997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { handled = 1 }
+kernel.softirq_entry: 23329.224640548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.timer_set: 23329.224659457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { expires = 2302298, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 23329.224663376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_entry: 23329.224665626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+rcu.tree_callback: 23329.224775759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc10acb19 }
+rcu.tree_callback: 23329.224781620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc10acb19 }
+rcu.tree_callback: 23329.224783691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc10acb19 }
+rcu.tree_callback: 23329.224785158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc10acb19 }
+rcu.tree_callback: 23329.224817896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc10bdc5f }
+rcu.tree_callback: 23329.224823881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc103c96c }
+rcu.tree_callback: 23329.224825693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc102b275 }
+kernel.process_free: 23329.224828816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { pid = 16927 }
+mm.page_free: 23329.224837150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { pfn = 31456, order = 1 }
+kernel.softirq_exit: 23329.224847657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+kernel.page_fault_entry: 23329.224855299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x807a5fb, address = 0x8111d84, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.224905133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.224914902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80ce5c0, address = 0x80ce5c0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.224953631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.224964053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80aaf50, address = 0x80aaf50, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225001154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225017449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80b1950, address = 0x80b1950, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225055068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225066242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80ee5b0, address = 0x80ee5b0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225102974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225113482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80edba0, address = 0x80edba0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225149412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225158829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80edbd9, address = 0x8108dc4, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225295033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225309109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80edcd2, address = 0x92140c0, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.225364059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.225401925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7856b70, address = 0xb7856b70, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225443007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225454347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7850ea0, address = 0xb7850ea0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225491787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225501828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb785a1eb, address = 0xb785a1eb, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225538849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225549659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7850ef2, address = 0x80500ed, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225587968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225597416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7850f10, address = 0x805feae, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225633834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225650018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784c160, address = 0xb784c160, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225687717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225697831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784c185, address = 0x8058dea, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225735166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225745373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784bda0, address = 0xb784bda0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225782196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225792618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784be8e, address = 0x804c6cc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225829005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225839026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7851e10, address = 0xb7851e10, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225876867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225886518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7859b60, address = 0xb7859b60, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.225923275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.225933074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7859b70, address = 0x8057e12, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.226001978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.226015332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7859b74, address = 0xb785d0e3, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.226067842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.226089769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784be8e, address = 0xb77f2404, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.226129583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.226143666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784be8e, address = 0xb77ed190, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.226182295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.226193358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784be8e, address = 0xb76a55c0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.226233165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.226243217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784bffd, address = 0xb76a6434, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.226381257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.226392153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784c01d, address = 0xb76a8084, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.226428706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.226438665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784bbe0, address = 0xb76aea0c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.226476303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.226485123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7859b70, address = 0xb76b63e5, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.226521922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.226531068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784bc45, address = 0xb76b83fc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.226567208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.226576385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7859b70, address = 0xb76b7766, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.226612432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.226624142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784c3f7, address = 0xb77ec195, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.226717112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 23329.226733099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 11 [ptregs_execve+0x0/0xc] }
+kernel.irq_entry: 23329.227138029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.sched_try_wakeup: 23329.227165485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { pid = 2269, cpu_id = 0, state = 1 }
+kernel.irq_exit: 23329.227181934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { handled = 1 }
+kernel.page_fault_get_user_entry: 23329.227187734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { address = 0xbfffffe6, write_access = 1 }
+kernel.sched_schedule: 23329.227200195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { prev_pid = 16931, next_pid = 2269, prev_state = 0 }
+fs.pollfd: 23329.227429122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 23329.227435827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.227440591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 11 }
+kernel.syscall_exit: 23329.227448258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.227472615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 23329.227477452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.227500793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.227508613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 23329.227509968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 23329.227516773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 23329.227519620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.227525124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 23329.227527940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 23329.227529308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.227530640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 11 }
+kernel.syscall_exit: 23329.227532248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.227541068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 13 [sys_time+0x0/0x27] }
+kernel.syscall_exit: 23329.227542602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 1264196274 }
+kernel.syscall_entry: 23329.227558915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.227643343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 12 }
+kernel.syscall_exit: 23329.227644853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 861 }
+kernel.syscall_entry: 23329.227672205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.227673844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 12 }
+kernel.syscall_exit: 23329.227675058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.227681745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
+fs.llseek: 23329.227686047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 12, offset = 0, origin = 0 }
+kernel.syscall_exit: 23329.227688266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.227776705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 23329.227828401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 14, filename = "/proc/loadavg" }
+kernel.syscall_exit: 23329.227832222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 14 }
+kernel.syscall_entry: 23329.227838823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 197 [sys_fstat64+0x0/0x23] }
+kernel.syscall_exit: 23329.227842182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.227845756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 23329.227860350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = -1234268160 }
+kernel.syscall_entry: 23329.227863604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
+kernel.page_fault_entry: 23329.227880509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, TRAP { ip = 0xc142bf44, address = 0xb66e9000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.227970416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { res = 0 }
+fs.read: 23329.227980973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 14 }
+kernel.syscall_exit: 23329.227982422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 27 }
+kernel.syscall_entry: 23329.228202504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 23329.228205851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 14 }
+kernel.syscall_exit: 23329.228297045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.228302752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 91 [sys_munmap+0x0/0x3d] }
+mm.page_free: 23329.228346257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { pfn = 280724, order = 0 }
+kernel.syscall_exit: 23329.228586147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.228600161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.228665614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 6 }
+kernel.syscall_exit: 23329.228667068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 1024 }
+kernel.syscall_entry: 23329.228727065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.228746338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 6 }
+kernel.syscall_exit: 23329.228748216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 305 }
+kernel.syscall_entry: 23329.228768474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.228771784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 6 }
+kernel.syscall_exit: 23329.228773035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.228778033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
+fs.llseek: 23329.228780893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 6, offset = 0, origin = 0 }
+kernel.syscall_exit: 23329.228782841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.228824687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.228854030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 8 }
+kernel.syscall_exit: 23329.228855374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 449 }
+kernel.syscall_entry: 23329.228867367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.228869068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 8 }
+kernel.syscall_exit: 23329.228870294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.228873783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
+fs.llseek: 23329.228876174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 8, offset = 0, origin = 0 }
+kernel.syscall_exit: 23329.228877875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.228884864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.228910619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 9 }
+kernel.syscall_exit: 23329.228911796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 1024 }
+kernel.syscall_entry: 23329.228925139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.228933466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 9 }
+kernel.syscall_exit: 23329.228934686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 383 }
+kernel.syscall_entry: 23329.228940559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.228941921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 9 }
+kernel.syscall_exit: 23329.228943105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.228946402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
+fs.llseek: 23329.228948115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 9, offset = 0, origin = 0 }
+kernel.syscall_exit: 23329.228949761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.229107460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 23329.229141647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3 }
+kernel.syscall_exit: 23329.229147588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 23329.229152981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 146 [sys_writev+0x0/0xcd] }
+kernel.sched_try_wakeup: 23329.229184714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { pid = 1989, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.229201003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2269, next_pid = 1989, prev_state = 0 }
+fs.select: 23329.229532865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229537888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229541363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229553006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229556007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229558935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229562097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229564925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229567852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229570705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229573990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229576782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229580080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229583056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229585928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229589719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229593823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229597608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229600923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229604405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229606975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229609891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229613373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229616239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229619394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229622433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229625550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229629009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229631818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229634419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229637408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229639621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229643645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229646776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229649851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559657919 }
+fs.select: 23329.229653075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559657919 }
+mm.page_free: 23329.229664359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 197912, order = 0 }
+kernel.syscall_exit: 23329.229675767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 23329.229706274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
+kernel.timer_itimer_set: 23329.229710508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
+kernel.syscall_exit: 23329.229725916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.229732079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 23329.229735684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.229749835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.229766038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 45 }
+kernel.syscall_exit: 23329.229767917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, USER_MODE { ret = 724 }
+kernel.syscall_entry: 23329.230129466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.230136936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 45 }
+kernel.syscall_exit: 23329.230138907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 23329.230143925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 23329.230147635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.230151905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
+kernel.timer_itimer_set: 23329.230155363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
+kernel.syscall_exit: 23329.230161649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.230173082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [sys_select+0x0/0x8f] }
+fs.select: 23329.230182579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230186647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230189685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230196717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230198825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230201506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230203940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230206387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230208697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230211133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230213159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230215940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230218350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230220525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230223205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230225530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230228562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230230835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230246983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230249485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230251858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230254274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230256579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230259389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230261318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230263488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230265910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230268381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230270550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230273583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230275993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230278156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230281102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230283838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230287203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559754442 }
+fs.select: 23329.230289434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559754442 }
+kernel.sched_schedule: 23329.230327275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2269, prev_state = 1 }
+fs.writev: 23329.230794699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3, vlen = 3 }
+kernel.syscall_exit: 23329.230799814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 724 }
+kernel.syscall_entry: 23329.230823339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.230831541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 4096, fd = 3 }
+kernel.syscall_exit: 23329.230832780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 23329.230847140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 23329.230851232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.230859540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 23329.230866702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 4 }
+fs.pollfd: 23329.230872224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.230874110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 11 }
+kernel.sched_schedule: 23329.230910496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { prev_pid = 2269, next_pid = 16931, prev_state = 1 }
+kernel.page_fault_get_user_exit: 23329.231272575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { res = 0 }
+mm.page_free: 23329.232062357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262679, order = 0 }
+mm.page_free: 23329.232111704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 284414, order = 0 }
+mm.page_free: 23329.232134033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 277138, order = 0 }
+mm.page_free: 23329.232139998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 284413, order = 0 }
+mm.page_free: 23329.232146470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 284415, order = 0 }
+mm.page_free: 23329.232152645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 277137, order = 0 }
+mm.page_free: 23329.232160072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 354206, order = 0 }
+mm.page_free: 23329.232183522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262677, order = 0 }
+mm.page_free: 23329.232206899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262672, order = 0 }
+mm.page_free: 23329.232213973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262674, order = 0 }
+mm.page_free: 23329.232220803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262673, order = 0 }
+mm.page_free: 23329.232235452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262676, order = 0 }
+mm.page_free: 23329.232268160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262675, order = 0 }
+mm.page_free: 23329.232274988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 284412, order = 0 }
+mm.page_free: 23329.232343145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 277136, order = 0 }
+mm.page_free: 23329.232350295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262678, order = 0 }
+mm.page_free: 23329.233099086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 277140, order = 0 }
+mm.page_free: 23329.233302787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 277139, order = 0 }
+mm.page_free: 23329.233424482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 261814, order = 0 }
+mm.page_free: 23329.233437468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 232881, order = 0 }
+mm.page_free: 23329.233871845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 261815, order = 0 }
+mm.page_free: 23329.233909496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 277142, order = 0 }
+mm.page_free: 23329.233917224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 277141, order = 0 }
+mm.page_free: 23329.233990392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 377733, order = 0 }
+mm.page_free: 23329.233997589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 377568, order = 0 }
+mm.page_free: 23329.234026840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 377730, order = 0 }
+mm.page_free: 23329.234033619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 377752, order = 0 }
+mm.page_free: 23329.234041631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 377665, order = 0 }
+mm.page_free: 23329.234063350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 31279, order = 0 }
+fs.close: 23329.234106842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { fd = 255 }
+kernel.page_fault_entry: 23329.234215336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xc142b8ac, address = 0x804c500, trap_id = 14, write_access = 1 }
+kernel.irq_entry: 23329.234431000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { ip = 3238617874, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.sched_try_wakeup: 23329.234470863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { pid = 5705, cpu_id = 0, state = 1 }
+kernel.timer_update_time: 23329.234497870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { jiffies = 4297269594, xtime_sec = 1264196274, xtime_nsec = 637522013, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.234522183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_raise: 23329.234532136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+kernel.irq_exit: 23329.234566409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { handled = 1 }
+kernel.softirq_entry: 23329.234573257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.timer_set: 23329.234596558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { expires = 2302299, function = 0xc141d458, data = 0 }
+kernel.softirq_exit: 23329.234600688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_entry: 23329.234602592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+rcu.tree_callback: 23329.234724529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 23329.234731524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 23329.234733046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 23329.234734624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 23329.234736269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 23329.234738124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
+rcu.tree_callback: 23329.234739862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc141a9af }
+rcu.tree_callback: 23329.234743251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc10acb19 }
+rcu.tree_callback: 23329.234746062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc10acb19 }
+kernel.softirq_exit: 23329.234748115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+kernel.sched_schedule: 23329.234791508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, SYSCALL { prev_pid = 16931, next_pid = 5705, prev_state = 0 }
+kernel.syscall_exit: 23329.234964578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, USER_MODE { ret = -110 }
+kernel.syscall_entry: 23329.235020219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, SYSCALL { ip = 0xb7710416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 23329.235023590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.235027042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, SYSCALL { ip = 0xb7710416, syscall_id = 240 [sys_futex+0x0/0x111] }
+kernel.syscall_exit: 23329.235029871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.235032828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, SYSCALL { ip = 0xb7710416, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 23329.235035584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.235038584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, SYSCALL { ip = 0xb7710416, syscall_id = 240 [sys_futex+0x0/0x111] }
+kernel.sched_schedule: 23329.235058275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { prev_pid = 5705, next_pid = 16931, prev_state = 1 }
+kernel.page_fault_exit: 23329.235223833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { res = 512 }
+kernel.page_fault_entry: 23329.235303349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xc142b8ac, address = 0xb77b25bc, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.235478725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { res = 512 }
+kernel.page_fault_entry: 23329.235544508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xc10db75b, address = 0xbfc2df30, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.235599138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { res = 0 }
+fs.exec: 23329.235615896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { filename = "/usr/local/bin/lttctl" }
+kernel.syscall_exit: 23329.235620370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.235627051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7795850, address = 0xb7795850, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.235664319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.235673958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77ac1eb, address = 0xb77ac1eb, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.235709801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.235719348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7795ab7, address = 0xb77b1ff4, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.235754891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.235764129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7795b34, address = 0xb77b1f38, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.235839915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.235850209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779db00, address = 0xb779db00, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.235885979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.235895143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a9840, address = 0xb77a9840, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.235931560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.235941378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77aa3f0, address = 0xb77aa3f0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.235977482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.235985660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77aa40b, syscall_id = 45 [sys_brk+0x0/0xd3] }
+kernel.syscall_exit: 23329.235987268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 146923520 }
+kernel.page_fault_entry: 23329.235991835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77abbe0, address = 0xb77abbe0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236058563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.236068325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7796df0, address = 0xb7796df0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236104249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.236114289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779701e, address = 0xb779701e, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236149807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.236158866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779ef20, address = 0xb779ef20, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236194495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.236203320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77abbeb, address = 0xb77af0e3, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236239189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.236248174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779f118, address = 0xb779f118, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236283730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.236294964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779711a, address = 0x8048034, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236331049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.236342149 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779749d, address = 0xb779401c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236378184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 23329.236378186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a8c60, address = 0xb77a8c60, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236378191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.236378193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779ce90, address = 0xb779ce90, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236378195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.236378198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab5e1, syscall_id = 33 [sys_access+0x0/0x13] }
+kernel.syscall_exit: 23329.236378201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -2 }
+kernel.syscall_entry: 23329.236378203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 23329.236378205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216798720 }
+kernel.page_fault_entry: 23329.236378207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779cf6e, address = 0xb779200c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.236437626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 23329.236448162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a3d70, address = 0xb77a3d70, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236489690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.236499806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7798469, address = 0xb7798469, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236541877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.236550197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab5e1, syscall_id = 33 [sys_access+0x0/0x13] }
+kernel.syscall_exit: 23329.236594842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -2 }
+kernel.page_fault_entry: 23329.236601217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a1700, address = 0xb77a1700, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236639005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.236648325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a219f, address = 0xb77a219f, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236684185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.236696444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a4480, address = 0xb77a4480, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236732892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.236740990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab4a4, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 23329.236751599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 3, filename = "/etc/ld.so.cache" }
+kernel.syscall_exit: 23329.236753858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 3 }
+kernel.syscall_entry: 23329.236757531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab46e, syscall_id = 197 [sys_fstat64+0x0/0x23] }
+kernel.syscall_exit: 23329.236759852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.236762913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 23329.236766320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216892928 }
+kernel.syscall_entry: 23329.236769431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab4dd, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 23329.236770863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 3 }
+kernel.syscall_exit: 23329.236772777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.236777338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d4fe, address = 0xb777b000, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236814557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.236823531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d957, address = 0xb777e568, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236859387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.236867645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab5e1, syscall_id = 33 [sys_access+0x0/0x13] }
+kernel.syscall_exit: 23329.236891414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -2 }
+kernel.page_fault_entry: 23329.236897377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d5fc, address = 0xb7781c8c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236934306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.236942985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d3b7, address = 0xb778b9b1, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.236978672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.236987332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d637, address = 0xb77800fc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.237023051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.237031453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d3b7, address = 0xb778857b, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.237085645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.237095428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d3b7, address = 0xb7789dae, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.237130264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.237140899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779a260, address = 0xb779a260, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.237176675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.237184636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab4a4, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 23329.237259265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 3, filename = "/usr/local/lib/liblttctl.so.0" }
+kernel.syscall_exit: 23329.237261809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 3 }
+kernel.syscall_entry: 23329.237265982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab524, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.237292942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 512, fd = 3 }
+kernel.syscall_exit: 23329.237294448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 512 }
+kernel.page_fault_entry: 23329.237300769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7799a80, address = 0xb7799a80, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.237344092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.237353258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77ac0bf, address = 0xb7793838, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.237405204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
+kernel.syscall_entry: 23329.237413327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab46e, syscall_id = 197 [sys_fstat64+0x0/0x23] }
+kernel.syscall_exit: 23329.237415308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.237421005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779b028, address = 0xb779b028, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.237457675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.237465181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 23329.237468934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216913408 }
+kernel.syscall_entry: 23329.237472409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 23329.237497344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216901120 }
+kernel.page_fault_entry: 23329.237503498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77abfcf, address = 0xb7779b48, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.237570745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.237579565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 23329.237601181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216897024 }
+kernel.syscall_entry: 23329.237605669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab4dd, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 23329.237607360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 3 }
+kernel.syscall_exit: 23329.237609076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.237614279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779db29, address = 0xb7776248, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.237650948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.237660478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab5e1, syscall_id = 33 [sys_access+0x0/0x13] }
+kernel.syscall_exit: 23329.237706955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -2 }
+kernel.page_fault_entry: 23329.237713338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d637, address = 0xb7783804, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.237750940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.237759625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d3b7, address = 0xb778ef16, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.237795843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.237804089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d637, address = 0xb77845cc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.237840290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.237848426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d3b7, address = 0xb7790835, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.237883484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.237892131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d3b7, address = 0xb778fb6f, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.237933048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.237942164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab4a4, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 23329.237956441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 3, filename = "/lib/i686/cmov/libc.so.6" }
+kernel.syscall_exit: 23329.237959194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 3 }
+kernel.syscall_entry: 23329.237962841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab524, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.237988444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 512, fd = 3 }
+kernel.syscall_exit: 23329.237989919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 512 }
+kernel.syscall_entry: 23329.237994443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab46e, syscall_id = 197 [sys_fstat64+0x0/0x23] }
+kernel.syscall_exit: 23329.237996259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.238002603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a59a0, address = 0xb77a59a0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.238040057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.238048211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 23329.238052432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1218252800 }
+kernel.syscall_entry: 23329.238055784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 23329.238110829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216937984 }
+kernel.page_fault_entry: 23329.238117180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77abfcf, address = 0xb777299c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.238185557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.238194544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 23329.238216209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216925696 }
+kernel.page_fault_entry: 23329.238221937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779b2ee, address = 0xb7771d7c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.238258563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.238267451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779b371, address = 0xb7771da8, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.238341766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.syscall_entry: 23329.238349518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab4dd, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 23329.238351313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 3 }
+kernel.syscall_exit: 23329.238353185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.238357771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779db29, address = 0xb762f1b8, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.238393588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.238404038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77aba07, address = 0xb764174e, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.238440170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.238452503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a4595, address = 0xb7642a88, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.238498092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.238534786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 23329.238538798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1218256896 }
+kernel.page_fault_entry: 23329.238543594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a4bd1, address = 0xb762e1c4, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.238597825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 23329.238611785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a6470, address = 0xb77a6470, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.238659435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.238668652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 23329.238671348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1218260992 }
+kernel.page_fault_entry: 23329.238675829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a63b0, address = 0xb762d000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.238729035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
+kernel.syscall_entry: 23329.238736774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7796c40, syscall_id = 243 [sys_set_thread_area+0x0/0x1b] }
+kernel.syscall_exit: 23329.238757835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.238767025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a00a8, address = 0xb77a00a8, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.238802856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.238811774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fd23, address = 0xb77701d0, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.238876658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.238885546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fd08, address = 0xb7643000, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.238921728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.238932277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fd08, address = 0xb7644000, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.238968588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.238979211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fd08, address = 0xb7645000, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239014899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239024515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb763475c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239059599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239067833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e185, address = 0xb7640d69, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239135284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239145487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e01d, address = 0xb7630fd4, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239182558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239192087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb7638eec, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239244281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239253891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e185, address = 0xb763f986, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239301757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239311238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e01d, address = 0xb76321bc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239347161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239356728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e185, address = 0xb763c204, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239393447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239402254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e01d, address = 0xb7631e34, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239437894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239447708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb7637a5c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239483075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239492234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb763b34c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239528065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239537410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e185, address = 0xb763d511, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239573437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239582616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb7635d1c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239618600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239627883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb763a03c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239663060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239672287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb7633afc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239707981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239725863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb76392fc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239762311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239772636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e185, address = 0xb763e050, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239808510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.239826293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb76362fc, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.239866906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.239890923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab7a4, syscall_id = 125 [sys_mprotect+0x0/0x1df] }
+kernel.syscall_exit: 23329.239966348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.239980928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77ac0c7, address = 0xb77756c0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.240003851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
+kernel.syscall_entry: 23329.240016418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab7a4, syscall_id = 125 [sys_mprotect+0x0/0x1df] }
+kernel.syscall_exit: 23329.240072092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.240080110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab761, syscall_id = 91 [sys_munmap+0x0/0x3d] }
+kernel.syscall_exit: 23329.240307726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.240316244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7645a17, address = 0xb777555c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.240381059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.240390398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7645a29, address = 0xb7773d64, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.240442498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 23329.240451442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76fe010, address = 0xb76fe010, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.240487322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.240496927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76a2dc0, address = 0xb76a2dc0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.240533046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.240542435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb769a010, address = 0xb769a010, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.240602837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.240612558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7735900, address = 0xb7735900, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.240649221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.240659962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7778430, address = 0xb7778430, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.240695243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.240706297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb765e720, address = 0xb765e720, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.240741788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.240752083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0x804a1f0, address = 0x804a1f0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.240788389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.240797993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7659680, address = 0xb7659680, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.240833866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.240843563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0x8049680, address = 0x8049680, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.240878973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.240891694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76a4a20, address = 0xb76a4a20, trap_id = 14, write_access = 0 }
+kernel.irq_entry: 23329.240959464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.sched_try_wakeup: 23329.240973920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, IRQ { pid = 8996, cpu_id = 0, state = 1 }
+kernel.irq_exit: 23329.240986240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { handled = 1 }
+kernel.page_fault_exit: 23329.240990024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.sched_schedule: 23329.240997240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { prev_pid = 16931, next_pid = 8996, prev_state = 0 }
+kernel.syscall_exit: 23329.241063116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = -110 }
+kernel.syscall_entry: 23329.241074103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 240 [sys_futex+0x0/0x111] }
+kernel.syscall_exit: 23329.241076480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.241081313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 23329.241084214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.241094127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 23329.241096595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.241100632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 23329.241102873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.241105872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 23329.241108075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.241111593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
+kernel.syscall_exit: 23329.241113964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.241119988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 23329.241122228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.241125271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 240 [sys_futex+0x0/0x111] }
+kernel.sched_schedule: 23329.241150924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { prev_pid = 8996, next_pid = 16931, prev_state = 1 }
+kernel.page_fault_entry: 23329.241221763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0x8049181, address = 0x804d58c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.241265309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 23329.241276333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb769f120, address = 0xb769f120, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.241313225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.241322792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76f7320, address = 0xb76f7320, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.241358523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.241367844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7737f36, address = 0xb7737f36, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.241403013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.241411981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb769affb, address = 0xb769b000, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.241447849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.241457361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7734c10, address = 0xb7734c10, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.241493339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.241543920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb770bcb0, address = 0xb770bcb0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.241580140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.241590170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb769cc10, address = 0xb769cc10, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.241625488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.241634308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb769d5d7, address = 0xb769d5d7, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.241669916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.241680477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76a0a70, address = 0xb76a0a70, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.241716258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.241725072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76f63f0, address = 0xb76f63f0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.241760434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.241769049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 45 [sys_brk+0x0/0xd3] }
+kernel.syscall_exit: 23329.241770660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 146923520 }
+kernel.syscall_entry: 23329.241774013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 45 [sys_brk+0x0/0xd3] }
+kernel.syscall_exit: 23329.241777086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 147058688 }
+kernel.page_fault_entry: 23329.241781937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb769dc42, address = 0x8c1e004, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.241927777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 23329.241945658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0x80492e4, address = 0x804d58c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.242008986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 8 }
+kernel.page_fault_entry: 23329.242020960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76d52c0, address = 0xb76d52c0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242057235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.242066777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76d3ff0, address = 0xb76d3ff0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242108237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.242117279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76d3fff, address = 0xb76d4000, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242153621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.242191952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb765db70, address = 0xb765db70, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242230079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.242239275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76a29cb, address = 0xb775444b, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242275044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.242285845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0x80496e8, address = 0x804b17c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242321564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.242333088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb768cd70, address = 0xb768cd70, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242369448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.242379102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7696200, address = 0xb7696200, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242415643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.242425191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7697f80, address = 0xb7697f80, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242474378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.242484513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb768a800, address = 0xb768a800, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242519911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.242529392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76ee630, address = 0xb76ee630, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242565136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.242573358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 197 [sys_fstat64+0x0/0x23] }
+kernel.syscall_exit: 23329.242576697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.page_fault_entry: 23329.242581430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76fa8b0, address = 0xb76fa8b0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242617644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.242625939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 23329.242628618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216802816 }
+kernel.page_fault_entry: 23329.242633284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7698c40, address = 0xb7698c40, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242669565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.242678934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7696ef4, address = 0xb7791000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.242730800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 23329.242740812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7699700, address = 0xb7699700, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242776056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.242785870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76ef3d0, address = 0xb76ef3d0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242821175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.242829199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 4 [sys_write+0x0/0x9d] }
+kernel.timer_set: 23329.242843013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { expires = 2302299, function = 0xc103b8db, data = 4057105572 }
+kernel.sched_try_wakeup: 23329.242850043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { pid = 16931, cpu_id = 0, state = 1 }
+fs.write: 23329.242860858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 48, fd = 1 }
+kernel.syscall_exit: 23329.242862388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 48 }
+kernel.page_fault_entry: 23329.242869098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb768dcd0, address = 0xb768dcd0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242906112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.242914760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 4 [sys_write+0x0/0x9d] }
+kernel.sched_try_wakeup: 23329.242921389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { pid = 16931, cpu_id = 0, state = 1 }
+fs.write: 23329.242926253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 1, fd = 1 }
+kernel.syscall_exit: 23329.242927673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 1 }
+kernel.page_fault_entry: 23329.242934166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7676cb0, address = 0xb7676cb0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.242970508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.242980199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb766c710, address = 0xb766c710, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.243015331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.243024436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb766eea0, address = 0xb766eea0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.243060081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.243069278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7670de2, address = 0xb7670de2, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.243116502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.243126698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76a7420, address = 0xb76a7420, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.243161862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.243172170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb766ca85, address = 0xb774d193, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.243242535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.243270643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb766dd36, address = 0xb766dd36, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.243308071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.243317250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb766f7fb, address = 0xb766f7fb, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.243353130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.243362894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 4 [sys_write+0x0/0x9d] }
+kernel.sched_try_wakeup: 23329.243369832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { pid = 16931, cpu_id = 0, state = 1 }
+fs.write: 23329.243378220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 26, fd = 1 }
+kernel.syscall_exit: 23329.243379597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 26 }
+kernel.syscall_entry: 23329.243384225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 4 [sys_write+0x0/0x9d] }
+kernel.sched_try_wakeup: 23329.243389072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { pid = 16931, cpu_id = 0, state = 1 }
+fs.write: 23329.243393237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 1, fd = 1 }
+kernel.syscall_exit: 23329.243394595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 1 }
+kernel.page_fault_entry: 23329.243401736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7776c8d, address = 0xbfc2be04, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.243455702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 23329.243466651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb768b350, address = 0xb768b350, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.243502981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.243513912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 23329.243635155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 3, filename = "/proc/mounts" }
+kernel.syscall_exit: 23329.243637938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 3 }
+kernel.page_fault_entry: 23329.243644864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76a3a00, address = 0xb76a3a00, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.243683133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.243692736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76a3a5d, address = 0xb7753b0c, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.243728721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.243739263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb767e6a0, address = 0xb767e6a0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.243775255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.243784852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb767a0ba, address = 0xb767a0ba, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.243820652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.243829676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb767c4c4, address = 0xb767c4c4, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.243865055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.243874350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7676e5b, address = 0xb7752a47, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.243922031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.243931790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb767735e, address = 0xb767735e, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.243967509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.243977120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7678d78, address = 0xb7678d78, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.244013024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.244022603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 197 [sys_fstat64+0x0/0x23] }
+kernel.syscall_exit: 23329.244024689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.244028164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 192 [sys_mmap2+0x0/0x76] }
+kernel.syscall_exit: 23329.244030615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216806912 }
+kernel.syscall_entry: 23329.244034016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 3 [sys_read+0x0/0x9d] }
+kernel.page_fault_entry: 23329.244127804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xc142bf44, address = 0xb7790000, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.244182559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { res = 0 }
+fs.read: 23329.244188885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 1024, fd = 3 }
+kernel.syscall_exit: 23329.244190330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 717 }
+kernel.page_fault_entry: 23329.244195817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7677494, address = 0xb773f4a5, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.244281939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.244292734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7679899, address = 0xb7679899, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.244329410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.page_fault_entry: 23329.244339243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7677fee, address = 0xbfc2ce3c, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.244392269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
+kernel.page_fault_entry: 23329.244416366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76c41e0, address = 0xb76c41e0, trap_id = 14, write_access = 0 }
+kernel.irq_entry: 23329.244461048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
+kernel.timer_update_time: 23329.244474392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, IRQ { jiffies = 4297269595, xtime_sec = 1264196274, xtime_nsec = 637522014, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
+kernel.softirq_raise: 23329.244484034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_raise: 23329.244489879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+kernel.irq_exit: 23329.244508988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { handled = 1 }
+kernel.softirq_entry: 23329.244511902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.timer_set: 23329.244519925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302300, function = 0xc141d458, data = 0 }
+kernel.sched_try_wakeup: 23329.244529023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SOFTIRQ { pid = 5, cpu_id = 0, state = 1 }
+kernel.softirq_exit: 23329.244533548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
+kernel.softirq_entry: 23329.244535041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+rcu.tree_callback: 23329.244583166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc104364a }
+rcu.tree_callback: 23329.244604461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc10acb19 }
+rcu.tree_callback: 23329.244606782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc10b8ec2 }
+kernel.softirq_exit: 23329.244608800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
+kernel.page_fault_exit: 23329.244612022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.sched_schedule: 23329.244619244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5, 5, events/0, , 2, 0x0, SYSCALL { prev_pid = 16931, next_pid = 5, prev_state = 0 }
+kernel.sched_try_wakeup: 23329.244701564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5, 5, events/0, , 2, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
+kernel.sched_schedule: 23329.244715002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 5, next_pid = 2336, prev_state = 1 }
+fs.pollfd: 23329.244788582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.244791617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 23329.244794710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 23329.244796550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 23329.244798606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 23329.244803056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 23329.244804914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 23329.244807758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 23329.244809826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 23329.244812128 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
+kernel.syscall_exit: 23329.244817159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = 1 }
+kernel.syscall_entry: 23329.244840972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.244845601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.244846873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 23329.244875229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
+fs.ioctl: 23329.244877561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10, cmd = 21531, arg = 3215728168 }
+kernel.syscall_exit: 23329.244881345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.244885512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.244892091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 80, fd = 10 }
+kernel.syscall_exit: 23329.244893331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = 80 }
+kernel.syscall_entry: 23329.244947394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 23329.244950863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.244956654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 23329.244958931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.245032233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [sys_read+0x0/0x9d] }
+fs.read: 23329.245035245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
+kernel.syscall_exit: 23329.245036555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = -11 }
+kernel.syscall_entry: 23329.245041004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
+kernel.syscall_exit: 23329.245043430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.245048028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [sys_poll+0x0/0x8d] }
+fs.pollfd: 23329.245052713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
+fs.pollfd: 23329.245054750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
+fs.pollfd: 23329.245056342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
+fs.pollfd: 23329.245057762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
+fs.pollfd: 23329.245059243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
+fs.pollfd: 23329.245062212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
+fs.pollfd: 23329.245063743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
+fs.pollfd: 23329.245066311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
+fs.pollfd: 23329.245067786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
+fs.pollfd: 23329.245069983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
+kernel.sched_schedule: 23329.245079662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { prev_pid = 2336, next_pid = 16931, prev_state = 1 }
+kernel.syscall_entry: 23329.245148347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 23329.245171358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 4, filename = "/media/debugfs/ltt/control/" }
+kernel.syscall_exit: 23329.245173702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 4 }
+kernel.syscall_entry: 23329.245177931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 221 [sys_fcntl64+0x0/0x79] }
+kernel.syscall_exit: 23329.245180091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 1 }
+kernel.page_fault_entry: 23329.245185985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb769d64c, address = 0x8c262ac, trap_id = 14, write_access = 1 }
+kernel.page_fault_exit: 23329.245281027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
+kernel.syscall_entry: 23329.245292705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 23329.245294600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 4 }
+kernel.syscall_exit: 23329.245558330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.245565144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 4 [sys_write+0x0/0x9d] }
+kernel.timer_set: 23329.245571835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { expires = 2302300, function = 0xc103b8db, data = 4057105572 }
+kernel.sched_try_wakeup: 23329.245577933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { pid = 16931, cpu_id = 0, state = 1 }
+fs.write: 23329.245587303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 22, fd = 1 }
+kernel.syscall_exit: 23329.245588698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 22 }
+kernel.page_fault_entry: 23329.245596864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77774e0, address = 0xb77774e0, trap_id = 14, write_access = 0 }
+kernel.page_fault_exit: 23329.245637070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
+kernel.syscall_entry: 23329.245647730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 23329.245656223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 4, filename = "/media/debugfs/ltt/control/trace" }
+kernel.syscall_exit: 23329.245658531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 4 }
+kernel.syscall_entry: 23329.245662969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 6 [sys_close+0x0/0x112] }
+fs.close: 23329.245664445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 4 }
+kernel.syscall_exit: 23329.245690756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
+kernel.syscall_entry: 23329.245698065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 5 [sys_open+0x0/0x23] }
+fs.open: 23329.245705188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 4, filename = "/media/debugfs/ltt/control/trace/enabled" }
+kernel.syscall_exit: 23329.245707342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 4 }
+kernel.syscall_entry: 23329.245712199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 4 [sys_write+0x0/0x9d] }
+End trace set
+
diff --git a/org.eclipse.linuxtools.lttng.core.tests/traceset/trace-2.6.tar.gz b/org.eclipse.linuxtools.lttng.core.tests/traceset/trace-2.6.tar.gz
new file mode 100644 (file)
index 0000000..c7c17d2
Binary files /dev/null and b/org.eclipse.linuxtools.lttng.core.tests/traceset/trace-2.6.tar.gz differ
index 6441b9ab0e44f8198bd7edb09b506d255b77d6bd..a8275a04e27a2fb0f76e430c40d02e4d888dc92c 100644 (file)
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.linuxtools.lttng.core;singleton:=true
 Bundle-Version: 0.4.0.qualifier
-Bundle-Activator: org.eclipse.linuxtools.lttng.LTTngCorePlugin
+Bundle-Activator: org.eclipse.linuxtools.lttng.core.LTTngCorePlugin
 Bundle-Vendor: %Bundle-Vendor
 Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
  org.eclipse.linuxtools.tmf.core;bundle-version="0.4.0",
@@ -13,22 +13,22 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
  org.eclipse.core.resources;bundle-version="3.7.100"
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ActivationPolicy: lazy
-Export-Package: org.eclipse.linuxtools.lttng,
- org.eclipse.linuxtools.lttng.control,
- org.eclipse.linuxtools.lttng.event,
- org.eclipse.linuxtools.lttng.exceptions,
- org.eclipse.linuxtools.lttng.model,
- org.eclipse.linuxtools.lttng.request,
- org.eclipse.linuxtools.lttng.signal,
- org.eclipse.linuxtools.lttng.state,
- org.eclipse.linuxtools.lttng.state.evProcessor,
- org.eclipse.linuxtools.lttng.state.evProcessor.state,
- org.eclipse.linuxtools.lttng.state.experiment,
- org.eclipse.linuxtools.lttng.state.model,
- org.eclipse.linuxtools.lttng.state.resource,
- org.eclipse.linuxtools.lttng.state.trace,
- org.eclipse.linuxtools.lttng.trace,
- org.eclipse.linuxtools.lttng.tracecontrol.model,
- org.eclipse.linuxtools.lttng.tracecontrol.model.config,
- org.eclipse.linuxtools.lttng.tracecontrol.service
+Export-Package: org.eclipse.linuxtools.lttng.core,
+ org.eclipse.linuxtools.lttng.core.control,
+ org.eclipse.linuxtools.lttng.core.event,
+ org.eclipse.linuxtools.lttng.core.exceptions,
+ org.eclipse.linuxtools.lttng.core.model,
+ org.eclipse.linuxtools.lttng.core.request,
+ org.eclipse.linuxtools.lttng.core.signal,
+ org.eclipse.linuxtools.lttng.core.state,
+ org.eclipse.linuxtools.lttng.core.state.evProcessor,
+ org.eclipse.linuxtools.lttng.core.state.evProcessor.state,
+ org.eclipse.linuxtools.lttng.core.state.experiment,
+ org.eclipse.linuxtools.lttng.core.state.model,
+ org.eclipse.linuxtools.lttng.core.state.resource,
+ org.eclipse.linuxtools.lttng.core.state.trace,
+ org.eclipse.linuxtools.lttng.core.trace,
+ org.eclipse.linuxtools.lttng.core.tracecontrol.model,
+ org.eclipse.linuxtools.lttng.core.tracecontrol.model.config,
+ org.eclipse.linuxtools.lttng.core.tracecontrol.service
 Bundle-Localization: plugin
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/LTTngCorePlugin.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/LTTngCorePlugin.java
deleted file mode 100644 (file)
index 31f9c1a..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng;
-
-import org.eclipse.core.runtime.Plugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * <b><u>LTTngCorePlugin</u></b>
- * <p>
- * The activator class controls the plug-in life cycle
- */
-public class LTTngCorePlugin extends Plugin {
-
-    // ========================================================================
-    // Attributes
-    // ========================================================================
-
-       // The plug-in ID
-       public static final String PLUGIN_ID = "org.eclipse.linuxtools.lttng"; //$NON-NLS-1$
-
-       // The shared instance
-       private static LTTngCorePlugin plugin;
-       
-    // ========================================================================
-    // Constructors
-    // ========================================================================
-
-       /**
-        * The constructor
-        */
-       public LTTngCorePlugin() {
-       }
-
-    // ========================================================================
-    // Accessors
-    // ========================================================================
-
-       /**
-        * Returns the shared instance
-        *
-        * @return the shared instance
-        */
-       public static LTTngCorePlugin getDefault() {
-               return plugin;
-       }
-
-    // ========================================================================
-    // Operators
-    // ========================================================================
-
-       /*
-        * (non-Javadoc)
-        * @see org.eclipse.core.runtime.Plugins#start(org.osgi.framework.BundleContext)
-        */
-       @Override
-       public void start(BundleContext context) throws Exception {
-               super.start(context);
-               plugin = this;
-               LttngFactory.init();
-       }
-
-       /*
-        * (non-Javadoc)
-        * @see org.eclipse.core.runtime.Plugin#stop(org.osgi.framework.BundleContext)
-        */
-       @Override
-       public void stop(BundleContext context) throws Exception {
-               plugin = null;
-               super.stop(context);
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/LTTngProjectNature.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/LTTngProjectNature.java
deleted file mode 100644 (file)
index db70b88..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng;
-
-import org.eclipse.linuxtools.tmf.TmfProjectNature;
-
-/**
- * <b><u>LTTngProjectNature</u></b>
- * <p>
- * This is really a marker for the LTTng projects.
- */
-public class LTTngProjectNature extends TmfProjectNature {
-
-       public static final String ID = "org.eclipse.linuxtools.lttng.LTTngProjectNature"; //$NON-NLS-1$
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/LttngConstants.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/LttngConstants.java
deleted file mode 100644 (file)
index 27cd5d7..0000000
+++ /dev/null
@@ -1,210 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Bernd Hufmann - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng;
-
-/**
- * <b><u>LttngConstants</u></b>
- * <p>
- * Declaration of LTTng specific constants.
- * <p>
- */
-@SuppressWarnings("nls")
-public class LttngConstants {
-
-    /**
-     * <h4>Number of bits of an integer to be used for statistic node identifier. </h4>
-     */
-    public static final int STATS_ID_SHIFT = 28;
-    /**
-     * <h4>Maximum number of trace ids to be created, before wrapping around to 0. </h4>
-     * Note that there is a tight coupling to STATS_ID_SHIFT, because the trace id is
-     * also used for statistics node identification.
-     */
-    public static final int MAX_NUMBER_OF_TRACES_ID = (1 << STATS_ID_SHIFT) - 1;
-    public static final int STATS_ID_MASK = MAX_NUMBER_OF_TRACES_ID;
-
-    /**
-     * <h4>Statistic node identifier for unknown/none kernel submode. </h4>
-     */
-    public static final int STATS_NONE_ID = 0x1 << STATS_ID_SHIFT;
-    /**
-     * <h4>Statistic node identifier for IRQ kernel submodes. </h4>
-     */
-    public static final int STATS_IRQ_NAME_ID = 0x2 << STATS_ID_SHIFT;
-    /**
-     * <h4>Statistic node identifier for soft IRQ kernel submodes. </h4>
-     */
-    public static final int STATS_SOFT_IRQ_NAME_ID = 0x3 << STATS_ID_SHIFT;
-    /**
-     * <h4>Statistic node identifier for sys_call kernel submodes.</h4>
-     */
-    public static final int STATS_SYS_CALL_NAME_ID = 0x4 << STATS_ID_SHIFT;
-    /**
-     * <h4>Statistic node identifier for trab kernel submodes. </h4>
-     */
-    public static final int STATS_TRAP_NAME_ID = 0x5 << STATS_ID_SHIFT;
-    /**
-     * <h4>Statistic node identifier for the trace. </h4>
-     */
-    public static final int STATS_TRACE_NAME_ID = 0x6 << STATS_ID_SHIFT;
-    /**
-     * <h4>Statistic node identifier for the CPU IDs. </h4>
-     */
-    public static final int STATS_CPU_ID = 0x7 << STATS_ID_SHIFT;
-    /**
-     * <h4>Statistic node identifier for the kernel modes. </h4>
-     */
-    public static final int STATS_MODE_ID = 0x8 << STATS_ID_SHIFT;
-    /**
-     * <h4>Statistic node identifier for the kernel function IDs. </h4>
-     */
-    public static final int STATS_FUNCTION_ID = 0x9 << STATS_ID_SHIFT;
-    /**
-     * <h4>Statistic node identifier for the process IDs. </h4>
-     */
-    public static final int STATS_PROCESS_ID = 0xA << STATS_ID_SHIFT;
-    /**
-     * <h4>Statistic node identifier for the event types. </h4>
-     */
-    public static final int STATS_TYPE_ID = 0xB << STATS_ID_SHIFT;
-    /**
-     * <h4>Statistic node identifier for the event types. </h4>
-     */
-    public static final int STATS_CATEGORY_ID = 0xC << STATS_ID_SHIFT;
-    /**
-     * <h4>Background requests block size </h4>
-     */
-    public static final int DEFAULT_BLOCK_SIZE = 50000;
-
-    /*
-     * LTTng Trace Control Constants
-     */
-    
-    /**
-     * <h4>Kernel Provider name.</h4>
-     */
-    public static final String Lttng_Provider_Kernel = "kernel";
-    /**
-     * <h4>UST provider name.</h4> 
-     */
-    public static final String Lttng_Provider_Ust = "ust";
-    /**
-     * <h4>LTTng trace control command name.</h4> 
-     */
-    public static final String Lttng_Control_Command = "ltt_control";
-    /**
-     * <h4>LTTng trace control command to get providers.</h4> 
-     */
-    public static final String Lttng_Control_GetProviders = "getProviders";
-    /**
-     * <h4>LTTng trace control command to get targets.</h4> 
-     */
-    public static final String Lttng_Control_GetTargets = "getTargets";
-    /**
-     * <h4>LTTng trace control command to get markers.</h4> 
-     */
-    public static final String Lttng_Control_GetMarkers = "getMarkers";
-    /**
-     * <h4>LTTng trace control command to get traces.</h4> 
-     */
-    public static final String Lttng_Control_GetTraces = "getTraces";
-    /**
-     * <h4>LTTng trace control command to get active traces.</h4> 
-     */
-    public static final String Lttng_Control_GetActiveTraces = "getActiveTraces";
-    /**
-     * <h4>LTTng trace control command to get information about a active trace.</h4> 
-     */
-    public static final String Lttng_Control_GetActiveTraceInfo = "getActiveTraceInfo";
-    /**
-     * <h4>LTTng trace control command get all available channels.</h4> 
-     */
-    public static final String Lttng_Control_GetChannels = "getChannels";
-    /**
-     * <h4>LTTng trace control command to setup a trace.</h4> 
-     */
-    public static final String Lttng_Control_SetupTrace = "setupTrace";
-    /**
-     * <h4>LTTng trace control command to set the trace transport.</h4> 
-     */
-    public static final String Lttng_Control_SetupTraceTransport = "setTraceTransport";
-    /**
-     * <h4>LTTng trace control command to get information about a marker.</h4> 
-     */
-    public static final String Lttng_Control_GetMarkerInfo = "getMarkerInfo";
-    /**
-     * <h4>LTTng trace control command to enable/disable a marker.</h4> 
-     */
-    public static final String Lttng_Control_SetMarkerEnable = "setMarkerEnable";
-    /**
-     * <h4>LTTng trace control command to enable/disable a channel.</h4> 
-     */
-    public static final String Lttng_Control_SetChannelEnable = "setChannelEnable";
-    /**
-     * <h4>LTTng trace control command to enable/disable channel buffer overwrite.</h4> 
-     */
-    public static final String Lttng_Control_SetChannelOverwrite = "setChannelOverwrite";
-    /**
-     * <h4>LTTng trace control command to the channel timer.</h4> 
-     */
-    public static final String Lttng_Control_SetChannelTimer = "setChannelTimer";
-    /**
-     * <h4>LTTng trace control command to set the number of sub-buffers of a channel.</h4> 
-     */
-    public static final String Lttng_Control_SetChannelSubbufNum = "setChannelSubbufNum";
-    /**
-     * <h4>LTTng trace control command to set the sub-buffer size of a channel.</h4> 
-     */
-    public static final String Lttng_Control_SetChannelSubbufSize = "setChannelSubbufSize";
-    /**
-     * <h4>LTTng trace control command to allocate trace resources.</h4> 
-     */
-    public static final String Lttng_Control_AllocTrace = "allocTrace";
-    /**
-     * <h4>LTTng trace control command to configure a trace local trace.</h4> 
-     */
-    public static final String Lttng_Control_WriteTraceLocal = "writeTraceLocal";
-    /**
-     * <h4>LTTng trace control command to configure a network trace</h4> 
-     */
-    public static final String Lttng_Control_WriteTraceNetwork = "writeTraceNetwork";
-    /**
-     * <h4>LTTng trace control command to start tracing.</h4> 
-     */
-    public static final String Lttng_Control_StartTrace = "startTrace";
-    /**
-     * <h4>LTTng trace control command to pause tracing.</h4> 
-     */
-    public static final String Lttng_Control_PauseTrace = "pauseTrace";
-    /**
-     * <h4>LTTng trace control command to destroy a trace (i.e. deallocate trace resource)</h4> 
-     */
-    public static final String Lttng_Control_DestroyTrace = "destroyTrace";
-    /**
-     * <h4>Separator in command replies.</h4> 
-     */
-    public static final String Lttng_Control_Separator = ",";
-    /**
-     * <h4>Separator</h4> 
-     */
-    public static final String Lttng_Control_GetActiveTraceInfoSeparator = "=";
-    /**
-     * <h4>Action property indicating a enabled action.</h4> 
-     */
-    public static final String Rse_Resource_Action_Enabled = "yes";
-
-    /**
-     * <h4>Action property indicating a disabled action.</h4> 
-     */
-    public static final String Rse_Resource_Action_Disabled = "no";
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/LttngFactory.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/LttngFactory.java
deleted file mode 100644 (file)
index e477f18..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng;
-
-import org.eclipse.linuxtools.lttng.control.LttngCoreProviderFactory;
-import org.eclipse.linuxtools.lttng.state.experiment.StateManagerFactory;
-
-/**
- * @author alvaro
- *
- */
-public class LttngFactory {
-       static void init() {
-               // Make sure the experiment component is ready to listen to experiment
-               // selections
-               StateManagerFactory.getExperimentManager();
-
-               // The Synthetic event providers must also be notified of selections, in
-               // order to keep the synchronization orders from TMF, this element is
-               // shared for all synthetic event requests
-               LttngCoreProviderFactory.initialize();
-
-               // start debugging as per .options
-               TraceDebug.init();
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/TraceDebug.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/TraceDebug.java
deleted file mode 100644 (file)
index 8e23ab8..0000000
+++ /dev/null
@@ -1,152 +0,0 @@
-package org.eclipse.linuxtools.lttng;\r
-\r
-import java.text.SimpleDateFormat;\r
-import java.util.Date;\r
-\r
-import org.eclipse.core.runtime.ILog;\r
-import org.eclipse.core.runtime.IStatus;\r
-import org.eclipse.core.runtime.Platform;\r
-import org.eclipse.core.runtime.Plugin;\r
-import org.eclipse.core.runtime.Status;\r
-\r
-@SuppressWarnings("nls")\r
-public class TraceDebug {\r
-       static boolean DEBUG = false;\r
-       static boolean INFO = false;\r
-       static boolean WARN = false;\r
-\r
-       private static Plugin plugin = LTTngCorePlugin.getDefault();\r
-       private static String pluginID = LTTngCorePlugin.PLUGIN_ID;\r
-       private static SimpleDateFormat stimeformat = new SimpleDateFormat(\r
-                       "HH:mm:ss:SSS");\r
-\r
-       public static void init() {\r
-               // Update JniTrace configuration options\r
-               String debugTrace = Platform.getDebugOption(pluginID + "/debug");\r
-               String infoTrace = Platform.getDebugOption(pluginID + "/info");\r
-               String warnTrace = Platform.getDebugOption(pluginID + "/warn");\r
-\r
-               if (debugTrace != null) {\r
-                       DEBUG = (Boolean.valueOf(debugTrace)).booleanValue();\r
-               }\r
-\r
-               if (infoTrace != null) {\r
-                       INFO = (Boolean.valueOf(infoTrace)).booleanValue();\r
-               }\r
-\r
-               if (warnTrace != null) {\r
-                       WARN = (Boolean.valueOf(warnTrace)).booleanValue();\r
-               }\r
-       }\r
-\r
-       public static void info(String message) {\r
-               if (INFO) {\r
-                       ILog logger = plugin.getLog();\r
-                       logger.log(new Status(IStatus.INFO, LTTngCorePlugin.PLUGIN_ID,\r
-                                       IStatus.OK, message, null));\r
-               }\r
-       }\r
-\r
-       public static void warn(String message) {\r
-               if (WARN) {\r
-                       ILog logger = plugin.getLog();\r
-                       logger.log(new Status(IStatus.WARNING, LTTngCorePlugin.PLUGIN_ID,\r
-                                       IStatus.WARNING, message, null));\r
-               }\r
-       }\r
-\r
-       public static void debug(String message) {\r
-               if (DEBUG) {\r
-                       String location = getCallingLocation();\r
-                       System.out.println(location + "\n\t-> " + message);\r
-\r
-               }\r
-       }\r
-\r
-       public static void debug(String message, int additionalStackLines) {\r
-               if (DEBUG) {\r
-                       String location = getCallingLocation(additionalStackLines);\r
-                       System.out.println(location + "\n\t-> " + message);\r
-               }\r
-       }\r
-\r
-       public static void throwException(String message) {\r
-               if (DEBUG) {\r
-                       try {\r
-                               triggerException(message);\r
-                       } catch (Exception e) {\r
-                               e.printStackTrace();\r
-                       }\r
-               }\r
-       }\r
-\r
-       private static void triggerException(String message) throws Exception {\r
-               throw new Exception(message);\r
-       }\r
-\r
-       private static String getCallingLocation() {\r
-               StringBuilder sb = new StringBuilder();\r
-               sb.append(trace(Thread.currentThread().getStackTrace(), 4));\r
-               sb.append("\n" + trace(Thread.currentThread().getStackTrace(), 3));\r
-               return sb.toString();\r
-       }\r
-\r
-       private static String getCallingLocation(int numOfStackLines) {\r
-               int stackCalledFromIdx = 3;\r
-               int earliestRequested = numOfStackLines > 0 ? stackCalledFromIdx\r
-                               + numOfStackLines : stackCalledFromIdx;\r
-               StringBuilder sb = new StringBuilder();\r
-               int max = Thread.currentThread().getStackTrace().length - 1;\r
-               earliestRequested = earliestRequested > max ? max : earliestRequested;\r
-               for (int i = earliestRequested; i >= stackCalledFromIdx; i--) {\r
-                       sb.append(trace(Thread.currentThread().getStackTrace(), i) + "\n");\r
-               }\r
-               return sb.toString();\r
-       }\r
-\r
-       private static String trace(StackTraceElement e[], int level) {\r
-               if (e != null) {\r
-                       level = level >= e.length ? e.length - 1 : level;\r
-                       StackTraceElement s = e[level];\r
-                       if (s != null) {\r
-                               String simpleClassName = s.getClassName();\r
-                               String[] clsNameSegs = simpleClassName.split("\\.");\r
-                               if (clsNameSegs.length > 0)\r
-                                       simpleClassName = clsNameSegs[clsNameSegs.length - 1];\r
-                               return stimeformat.format(new Date()) + " " + simpleClassName\r
-                                               + "." + s.getLineNumber() + "." + s.getMethodName();\r
-                       }\r
-               }\r
-               return null;\r
-       }\r
-\r
-       public static boolean setDEBUG(boolean newValue) {\r
-               boolean oldValue = DEBUG;\r
-               DEBUG = newValue;\r
-               return oldValue;\r
-       }\r
-\r
-       public static boolean setINFO(boolean newValue) {\r
-               boolean oldValue = INFO;\r
-               INFO = newValue;\r
-               return oldValue;\r
-       }\r
-\r
-       public static boolean setWARN(boolean newValue) {\r
-               boolean oldValue = WARN;\r
-               WARN = newValue;\r
-               return oldValue;\r
-       }\r
-\r
-       public static boolean isDEBUG() {\r
-               return DEBUG;\r
-       }\r
-\r
-       public static boolean isINFO() {\r
-               return INFO;\r
-       }\r
-\r
-       public static boolean isWARN() {\r
-               return WARN;\r
-       }\r
-}\r
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/TraceHelper.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/TraceHelper.java
deleted file mode 100644 (file)
index ac353a2..0000000
+++ /dev/null
@@ -1,116 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 MontaVista Software
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Yufen Kuo (ykuo@mvista.com) - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng;
-
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.resources.ProjectScope;
-import org.eclipse.core.runtime.preferences.IEclipsePreferences;
-
-public class TraceHelper {
-
-    // ------------------------------------------------------------------------
-    // Constants
-    // ------------------------------------------------------------------------
-
-    private static String TRACE_LIB_PATH = "traceLibraryPath"; //$NON-NLS-1$
-    private static String QUALIFIER = "org.eclipse.linuxtools.lttng.jni"; //$NON-NLS-1$
-
-    // ------------------------------------------------------------------------
-    // Methods
-    // ------------------------------------------------------------------------
-
-    /**
-     * Get Trace Library Directory from Project Preference.
-     * 
-     * @param project
-     *            The <b>project</b> in the workspace.
-     * @return The <b>directory</b> of the trace libraries. null if not defined
-     */
-    public static String getTraceLibDirFromProject(IProject project) {
-        if (project != null && project.exists()) {
-            return getProjectPreference(project, TRACE_LIB_PATH);
-        }
-        return null;
-    }
-
-    /**
-     * Get the project preference with the specified name
-     * 
-     * @param project
-     *            The <b>project</b> in the workspace.
-     * @param preferenceName
-     *            name of the preference.
-     * @return The project preference value.
-     */
-    public static String getProjectPreference(IProject project, String preferenceName) {
-        if (project.exists()) {
-            IEclipsePreferences prefs = new ProjectScope(project).getNode(QUALIFIER);
-
-            return prefs.get(preferenceName, null);
-        }
-        return null;
-    }
-
-    /**
-     * Set the project preference with the specified value
-     * 
-     * @param project
-     *            The <b>project</b> in the workspace.
-     * @param preferenceName
-     *            name of the preference.
-     * @param preferenceValue
-     *            value of the preference.
-     * @return true if preference is successfully set, false otherwise.
-     */
-    public static boolean setProjectPreference(IProject project, String preferenceName, String preferenceValue) {
-        if (project.exists()) {
-            IEclipsePreferences prefs = new ProjectScope(project).getNode(QUALIFIER);
-
-            prefs.put(preferenceName, preferenceValue);
-            try {
-                prefs.flush();
-                return true;
-            } catch (org.osgi.service.prefs.BackingStoreException e) {
-                e.printStackTrace();
-            }
-
-        }
-        return false;
-    }
-
-    /**
-     * Remove the project preference with the specified name
-     * 
-     * @param project
-     *            The <b>project</b> in the workspace.
-     * @param preferenceName
-     *            name of the preference.
-     * @return true if preference name is successfully remove, false otherwise.
-     */
-    public static boolean removeProjectPreference(IProject project, String preferenceName) {
-        if (project.exists()) {
-            IEclipsePreferences prefs = new ProjectScope(project).getNode(QUALIFIER);
-
-            prefs.remove(preferenceName);
-            try {
-                prefs.flush();
-                return true;
-            } catch (org.osgi.service.prefs.BackingStoreException e) {
-                e.printStackTrace();
-            }
-
-        }
-        return false;
-    }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/control/LttngCoreProviderFactory.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/control/LttngCoreProviderFactory.java
deleted file mode 100644 (file)
index d14d2c2..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009,2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.control;
-
-import java.util.HashMap;
-import java.util.Map;
-
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent;
-import org.eclipse.linuxtools.lttng.model.LTTngTreeNode;
-
-/**
- * @author alvaro
- *
- */
-public class LttngCoreProviderFactory {
-
-    // List of provider IDs
-    public static final int STATISTICS_LTTNG_SYTH_EVENT_PROVIDER = 0;
-    public static final int CONTROL_FLOW_LTTNG_SYTH_EVENT_PROVIDER = 1;
-    public static final int RESOURCE_LTTNG_SYTH_EVENT_PROVIDER = 2;
-    
-    private static final Map<Integer, LttngSyntheticEventProvider> fSyntheticEventProviders = new HashMap<Integer, LttngSyntheticEventProvider>();
-    
-    /**
-     * Pre-creates all known LTTng providers.
-     */
-    public static void initialize() {
-        getEventProvider(STATISTICS_LTTNG_SYTH_EVENT_PROVIDER);
-        getEventProvider(CONTROL_FLOW_LTTNG_SYTH_EVENT_PROVIDER);
-        getEventProvider(RESOURCE_LTTNG_SYTH_EVENT_PROVIDER);
-    }
-    
-    /**
-     * Gets a SyntheticEventProvider for the given ID. It creates a new provider
-     * if necessary
-     *  
-     * @param providerId
-     * @return
-     */
-    public static LttngSyntheticEventProvider getEventProvider(int providerId) {
-        if (!fSyntheticEventProviders.containsKey(Integer.valueOf(providerId))) {
-            LttngSyntheticEventProvider synEventProvider = new LttngSyntheticEventProvider(LttngSyntheticEvent.class);
-            fSyntheticEventProviders.put(Integer.valueOf(providerId), synEventProvider);
-        }
-        return fSyntheticEventProviders.get(Integer.valueOf(providerId));
-    }
-
-    /**
-     * Resets all LTTngSytheticEventProviders associated with the given
-     * Experiment
-     * 
-     * @param experimentNode
-     */
-    public static void reset(LTTngTreeNode experimentNode) {
-        for (LttngSyntheticEventProvider provider : fSyntheticEventProviders.values()) {
-            provider.reset(experimentNode);
-        }
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/control/LttngSyntheticEventProvider.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/control/LttngSyntheticEventProvider.java
deleted file mode 100644 (file)
index 554ed21..0000000
+++ /dev/null
@@ -1,484 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *   Marc Dumais (marc.dumais@ericsson.com) - Fix for 316455 (first part)
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.control;
-
-import java.util.HashMap;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Map;
-import java.util.Vector;
-
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngEventType;
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent;
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent.SequenceInd;
-import org.eclipse.linuxtools.lttng.event.LttngTimestamp;
-import org.eclipse.linuxtools.lttng.model.LTTngTreeNode;
-import org.eclipse.linuxtools.lttng.request.LttngBaseEventRequest;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ITransEventProcessor;
-import org.eclipse.linuxtools.lttng.state.evProcessor.state.StateEventToHandlerFactory;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager;
-import org.eclipse.linuxtools.tmf.component.TmfEventProvider;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.ITmfEventRequest;
-import org.eclipse.linuxtools.tmf.request.TmfDataRequest;
-import org.eclipse.linuxtools.tmf.signal.TmfEndSynchSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfStartSynchSignal;
-import org.eclipse.linuxtools.tmf.trace.ITmfContext;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfCheckpoint;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-
-/**
- * @author alvaro
- * 
- */
-public class LttngSyntheticEventProvider extends TmfEventProvider<LttngSyntheticEvent> {
-
-       // ========================================================================
-       // Data
-       // ========================================================================
-       public static final int BLOCK_SIZE = 50000;
-       public static final int NB_EVENTS  = 1;
-       public static final int QUEUE_SIZE = 1; // lttng specific, one event at a time
-
-       private ITmfDataRequest<LttngSyntheticEvent> fmainRequest = null;
-    private LttngBaseEventRequest fSubRequest = null;
-
-       private final List<IStateTraceManager> fEventProviderRequests = new Vector<IStateTraceManager>();
-
-       private final LttngSyntheticEvent fStatusEvent;
-       volatile boolean startIndSent = false;
-       private LTTngTreeNode fExperiment = null;
-       private ITransEventProcessor fstateUpdateProcessor = StateEventToHandlerFactory.getInstance();
-       private boolean waitForRequest = false;
-       long dispatchTime = 0L;
-       long dispatchIndex = 0L;
-       long eventIndex;
-       private final Map<ITmfTrace, LttngTraceState> traceToTraceStateModel = new HashMap<ITmfTrace, LttngTraceState>();
-
-       private boolean fIsExperimentNotified = false;
-
-       // ========================================================================
-       // Constructor
-       // ========================================================================
-       /**
-        * Accessibility to package - use factory instead of this constructor
-        * 
-        * @param type
-        */
-       LttngSyntheticEventProvider(Class<LttngSyntheticEvent> type) {
-               super("LttngSyntheticEventProvider", type, QUEUE_SIZE); //$NON-NLS-1$
-
-               // prepare empty instance status indicators and allow them to travel via
-               // the framework
-               TmfEventSource source = new TmfEventSource(this);
-               LttngEventType dtype = new LttngEventType();
-               LttngTimestamp statusTimeStamp = new LttngTimestamp(
-                               TmfTimestamp.Zero);
-
-               fStatusEvent = new LttngSyntheticEvent(null, statusTimeStamp, source,
-                               dtype, null, null, null);
-               fStatusEvent.setSequenceInd(SequenceInd.STARTREQ);
-       }
-
-       // ========================================================================
-       // Methods
-       // ========================================================================
-
-       @SuppressWarnings("unchecked")
-       @Override
-       public ITmfContext armRequest(final ITmfDataRequest<LttngSyntheticEvent> request) {
-               // validate
-               // make sure we have the right type of request
-               if (!(request instanceof ITmfEventRequest<?>)) {
-                       request.cancel();
-                       TraceDebug.debug("Request is not an instance of ITmfEventRequest"); //$NON-NLS-1$
-                       return null;
-               }
-
-               if (fExperiment == null) {
-                       TraceDebug.debug("Experiment is null"); //$NON-NLS-1$
-                       request.cancel();
-                       return null;
-               }
-
-               // get ready to start processing
-               reset(fExperiment);
-
-               // At least one base provider shall be available
-               if (fEventProviderRequests.size() < 1) {
-                       request.cancel();
-                       TraceDebug.debug("No Base event providers available"); //$NON-NLS-1$
-                       return null;
-               }
-
-               fmainRequest = request;
-
-               // define event data handling
-               ITmfEventRequest<LttngSyntheticEvent> eventRequest = (ITmfEventRequest<LttngSyntheticEvent>) fmainRequest;
-               TmfTimeRange reqWindow = eventRequest.getRange();
-
-               TraceDebug.debug("Main Synthethic event request started on thread:  " + Thread.currentThread().getName()); //$NON-NLS-1$
-
-               TmfExperiment<LttngEvent> experiment = (TmfExperiment<LttngEvent>) fExperiment.getValue();
-               experiment.startSynch(new TmfStartSynchSignal(0));
-               
-               TmfTimeRange adjustedRange = reqWindow;
-               long adjustedIndex = eventRequest.getIndex();
-               int nbRequested = eventRequest.getNbRequested();
-                               
-               // Figure-out if we need to increase the range of the request:  if some
-               // checkpoints are before the beginning of the range, increase the 
-               // range to catch them.   We will then exercise the state system of 
-               // those traces until the requested beginning time range, discarding
-               // the unrequested data.                
-               IStateTraceManager traceManager;
-               Iterator<IStateTraceManager> iter = fEventProviderRequests.iterator();
-               // For each traceManager in the current experiment...
-               while(iter.hasNext()) {
-                       traceManager = iter.next();
-                       // restore trace state system to nearest check point
-                       TmfCheckpoint checkPoint = null;
-                       if (eventRequest.getIndex() > 0) {
-                               checkPoint = traceManager.restoreCheckPointByIndex(eventRequest.getIndex());
-                       } else {
-                               checkPoint = traceManager.restoreCheckPointByTimestamp(reqWindow.getStartTime());
-                       }
-
-                       // validate that the checkpoint restored is within requested bounds
-                       // (not outside the current trace's range or after the end of requested range)
-                       TmfTimeRange traceRange = traceManager.getTrace().getTimeRange();
-                       if ((checkPoint == null) ||
-                                       checkPoint.getTimestamp().getValue() < traceRange.getStartTime().getValue() ||
-                                       checkPoint.getTimestamp().getValue() > traceRange.getEndTime().getValue() ||
-                                       checkPoint.getTimestamp().getValue() >= reqWindow.getEndTime().getValue()
-                                       ) {
-                               // checkpoint is out of trace bounds; no need to adjust request for this
-                               // trace
-                       }
-                       else {
-                               // use checkpoint time as new startTime for request if it's earlier than
-                               // current startTime
-                               if (adjustedRange.getStartTime().getValue() > checkPoint.getTimestamp().getValue() || adjustedIndex > (Long) checkPoint.getLocation().getLocation()) {
-                                       adjustedRange = new TmfTimeRange(checkPoint.getTimestamp(), reqWindow.getEndTime());
-                                       adjustedIndex = (Long) checkPoint.getLocation().getLocation();
-                                       if (nbRequested < TmfDataRequest.ALL_DATA) {
-                                               nbRequested += (eventRequest.getIndex() - adjustedIndex);
-                                       }
-                               }       
-                       }               
-                       // Save which trace state model corresponds to current trace
-                       traceToTraceStateModel.put(traceManager.getTrace(), traceManager.getStateModel());
-               }
-
-               dispatchTime = reqWindow.getStartTime().getValue();
-               dispatchIndex = eventRequest.getIndex();
-               eventIndex = adjustedIndex;
-
-               // Create a single request for all traces in the experiment, with coalesced time range.
-               fSubRequest = new LttngBaseEventRequest(adjustedRange, reqWindow.getStartTime(),
-                               adjustedIndex, nbRequested, BLOCK_SIZE, eventRequest.getExecType() /*ITmfDataRequest.ExecutionType.FOREGROUND*/) {
-
-                       private LttngSyntheticEvent syntheticEvent = null;
-
-                       /*
-                        * (non-Javadoc)
-                        * 
-                        * @see org.eclipse.linuxtools.lttng.control.LttngEventRequest#handleData()
-                        */
-                       @Override
-                       public void handleData(LttngEvent event) {
-                               super.handleData(event);
-                               if (event != null) {
-                                   synchronized (LttngSyntheticEventProvider.this) {
-                                       // Check if request was canceled
-                                       if ((fmainRequest == null) || (fmainRequest.isCompleted()) ) {
-                                           TraceDebug.debug("fmainRequest was canceled. Ignoring event " + event); //$NON-NLS-1$
-                                           return;
-                                       } 
-
-                                       handleIncomingData(event);
-                                   }
-                               } else {
-                                       TraceDebug.debug("handle data received with no data"); //$NON-NLS-1$
-                               }
-                       }
-
-                       /*
-                        * (non-Javadoc)
-                        * 
-                        * @see org.eclipse.linuxtools.tmf.request.TmfDataRequest#handleCompleted()
-                        */
-                       @Override
-                public void handleCompleted() {
-                               // mark this sub-request as completed
-                handleProviderDone(!isCancelled() && !isFailed());
-                super.handleCompleted();
-                       }
-
-                       /**
-                        * Trigger the Analysis and sequential control of the events.
-                        * 
-                        * @param e
-                        */
-                       private void handleIncomingData(LttngEvent e) {
-                               long eventTime = e.getTimestamp().getValue();
-
-                               ITmfTrace inTrace = e.getParentTrace();
-                               LttngTraceState traceModel = traceToTraceStateModel.get(inTrace);
-                               
-                               // queue the new event data
-                               updateSynEvent(e);
-                               
-                               // If time at or above requested time, update application
-                               if (eventTime >= dispatchTime && eventIndex >= dispatchIndex) {
-                                       // Before update
-                                       syntheticEvent.setSequenceInd(SequenceInd.BEFORE);
-                                       fmainRequest.handleData(syntheticEvent);
-
-                                       // Update state locally
-                                       syntheticEvent.setSequenceInd(SequenceInd.UPDATE);
-                                       fstateUpdateProcessor.process(syntheticEvent, traceModel);
-
-                                       // After Update
-                                       syntheticEvent.setSequenceInd(SequenceInd.AFTER);
-                                       fmainRequest.handleData(syntheticEvent);
-
-                               } else {
-                                       // event time is between checkpoint adjusted time and
-                                       // requested time i.e. application does not expect the
-                                       // event, however the state system needs to be re-built
-                                       // to the dispatch point
-                                       syntheticEvent.setSequenceInd(SequenceInd.UPDATE);
-                                       fstateUpdateProcessor.process(syntheticEvent, traceModel);
-                               }
-                               eventIndex++;
-                       }
-
-                       /**
-                        * Create a synthetic event from the received new reference, if
-                        * the reference is the same there is no need for a new instance
-                        * 
-                        * if this is the first event for this request, call start
-                        * handler
-                        * 
-                        * @param e
-                        * @return
-                        */
-                       private LttngSyntheticEvent updateSynEvent(LttngEvent e) {
-                               if ((syntheticEvent == null) || (syntheticEvent.getBaseEvent() != e)) {
-                                       syntheticEvent = new LttngSyntheticEvent(e);
-                               }
-
-                               ITmfTrace inTrace = e.getParentTrace();
-                               LttngTraceState traceModel = traceToTraceStateModel.get(inTrace);
-                               
-                               // Trace model needed by application handlers
-                               syntheticEvent.setTraceModel(traceModel);
-
-                               // send the start request indication once per request thread
-                               if (!startIndSent) {
-                                       TraceDebug.debug("Thread started: " + Thread.currentThread().getName()); //$NON-NLS-1$
-                                       handleProviderStarted(traceModel);
-                                       startIndSent = true;
-                               }
-
-                               return syntheticEvent;
-                       }
-               };
-
-               // start request
-               TmfExperiment<LttngEvent> provider = (TmfExperiment<LttngEvent>) fExperiment.getValue();
-               provider.sendRequest(fSubRequest);
-
-               // notify LTTngEvent provider that all requests were sent
-               synchronized (this) {
-                   TmfExperiment.getCurrentExperiment().notifyPendingRequest(false);
-                   fIsExperimentNotified = false;
-               }
-
-               experiment.endSynch(new TmfEndSynchSignal(0));
-
-               // Return a dummy context, not used for relay provider
-               return new TmfContext();
-       }
-
-       /**
-        * Notify listeners to prepare to receive data e.g. clean previous data etc.
-        */
-       public synchronized void handleProviderStarted(LttngTraceState traceModel) {
-               LttngSyntheticEvent startIndEvent = new LttngSyntheticEvent(fStatusEvent);
-               startIndEvent.setSequenceInd(SequenceInd.STARTREQ);
-
-               // Notify application
-               fmainRequest.handleData(startIndEvent);
-
-               // Notify state event processor
-               fstateUpdateProcessor.process(startIndEvent, null);
-       }
-
-       /**
-        * Notify listeners, no more events for the current request will be
-        * distributed e.g. update view.
-        */
-       public synchronized void handleProviderDone(boolean isSuccess) {
-               // Notify application. One notification per trace so the last state of each trace can be
-               // drawn
-           for (LttngTraceState traceModel : traceToTraceStateModel.values()) {
-               // Take the trace model from traceToTraceStateModel list since it has a copy
-               // of the state
-               LttngSyntheticEvent finishEvent = new LttngSyntheticEvent(fStatusEvent);
-            finishEvent.setSequenceInd(SequenceInd.ENDREQ);
-            finishEvent.setTraceModel(traceModel);
-
-            fmainRequest.handleData(finishEvent);
-           }
-           
-        if(isSuccess) {
-            // Finish main request
-            fmainRequest.done();
-        }
-        else {
-            // Cancel main request
-            fmainRequest.cancel();
-            
-        }
-       }
-
-       /**
-        * Reset provider to a state ready to begin thread execution
-        * 
-        * @param experimentNode
-        */
-       public synchronized void reset(LTTngTreeNode experimentNode) {
-
-           conditionallyCancelRequests();
-
-               fEventProviderRequests.clear();
-               startIndSent = false;
-
-               // set of base event providers
-               if (fExperiment != null) {
-                       LTTngTreeNode[] traces = fExperiment.getChildren();
-                       for (LTTngTreeNode trace : traces) {
-                               IStateTraceManager traceBaseEventProvider = (IStateTraceManager) trace;
-                               fEventProviderRequests.add(traceBaseEventProvider);
-                       }
-               }
-
-               if (fExperiment != experimentNode) {
-                       updateExperimentNode(experimentNode);
-               }
-       }
-
-       /**
-        * Point to a new experiment reference
-        * 
-        * @param experiment
-        */
-       private synchronized void updateExperimentNode(LTTngTreeNode experiment) {
-               if (experiment != null
-                               && experiment.getValue() instanceof TmfExperiment<?>) {
-                       fExperiment = experiment;
-               } else {
-                       TraceDebug
-                                       .debug("Experiment received is not instance of TmfExperiment: " //$NON-NLS-1$
-                                                       + experiment.getClass().getName());
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.tmf.component.TmfDataProvider#sendRequest(org.
-        * eclipse.linuxtools.tmf.request.TmfDataRequest)
-        */
-       @Override
-       public void sendRequest(final ITmfDataRequest<LttngSyntheticEvent> request) {
-           synchronized (this) {
-               if (!fIsExperimentNotified) {
-                   @SuppressWarnings("unchecked")
-                   TmfExperiment<LttngSyntheticEvent> experiment = (TmfExperiment<LttngSyntheticEvent>) TmfExperiment.getCurrentExperiment();
-                   if (experiment != null) {
-                       experiment.notifyPendingRequest(true);
-                       fIsExperimentNotified = true;
-                   }
-               }
-           }
-
-               super.sendRequest(request);
-               if (waitForRequest) {
-                       try {
-                               request.waitForCompletion();
-                       } catch (InterruptedException e) {
-                               e.printStackTrace();
-                       }
-               }
-       }
-
-       /**
-        * @return the waitForRequest
-        */
-       public boolean isWaitForRequest() {
-               return waitForRequest;
-       }
-
-       /**
-        * @param waitForRequest
-        *            configures the provider to wait for the request completion
-        */
-       public void setWaitForRequest(boolean waitForRequest) {
-               this.waitForRequest = waitForRequest;
-       }
-
-       @Override
-       public LttngSyntheticEvent getNext(ITmfContext context) {
-               try {
-                       fmainRequest.waitForCompletion();
-               } catch (InterruptedException e) {
-                       e.printStackTrace();
-               }
-               return null;
-       }
-
-       /**
-        * Cancels the ongoing requests for this data provider if necessary
-        */
-       public synchronized void conditionallyCancelRequests() {
-           if ((fSubRequest != null) && (!fSubRequest.isCompleted())) {
-               
-               TraceDebug.debug("Canceling synthethic event request!"); //$NON-NLS-1$
-
-               // This will also cancel the fmainRequest
-               fSubRequest.cancel();
-               // Reset the request references
-               fSubRequest = null;
-               fmainRequest = null;
-           }
-       }
-
-       @Override
-       protected void queueBackgroundRequest(ITmfDataRequest<LttngSyntheticEvent> request, int blockSize, boolean indexing) {
-               // do not split background synthetic requests
-               queueRequest(request);
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/LTTngCorePlugin.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/LTTngCorePlugin.java
new file mode 100644 (file)
index 0000000..7c055fd
--- /dev/null
@@ -0,0 +1,83 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core;
+
+import org.eclipse.core.runtime.Plugin;
+import org.osgi.framework.BundleContext;
+
+/**
+ * <b><u>LTTngCorePlugin</u></b>
+ * <p>
+ * The activator class controls the plug-in life cycle
+ */
+public class LTTngCorePlugin extends Plugin {
+
+    // ========================================================================
+    // Attributes
+    // ========================================================================
+
+       // The plug-in ID
+       public static final String PLUGIN_ID = "org.eclipse.linuxtools.lttng"; //$NON-NLS-1$
+
+       // The shared instance
+       private static LTTngCorePlugin plugin;
+       
+    // ========================================================================
+    // Constructors
+    // ========================================================================
+
+       /**
+        * The constructor
+        */
+       public LTTngCorePlugin() {
+       }
+
+    // ========================================================================
+    // Accessors
+    // ========================================================================
+
+       /**
+        * Returns the shared instance
+        *
+        * @return the shared instance
+        */
+       public static LTTngCorePlugin getDefault() {
+               return plugin;
+       }
+
+    // ========================================================================
+    // Operators
+    // ========================================================================
+
+       /*
+        * (non-Javadoc)
+        * @see org.eclipse.core.runtime.Plugins#start(org.osgi.framework.BundleContext)
+        */
+       @Override
+       public void start(BundleContext context) throws Exception {
+               super.start(context);
+               plugin = this;
+               LttngFactory.init();
+       }
+
+       /*
+        * (non-Javadoc)
+        * @see org.eclipse.core.runtime.Plugin#stop(org.osgi.framework.BundleContext)
+        */
+       @Override
+       public void stop(BundleContext context) throws Exception {
+               plugin = null;
+               super.stop(context);
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/LTTngProjectNature.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/LTTngProjectNature.java
new file mode 100644 (file)
index 0000000..9452a95
--- /dev/null
@@ -0,0 +1,26 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core;
+
+import org.eclipse.linuxtools.tmf.core.TmfProjectNature;
+
+/**
+ * <b><u>LTTngProjectNature</u></b>
+ * <p>
+ * This is really a marker for the LTTng projects.
+ */
+public class LTTngProjectNature extends TmfProjectNature {
+
+       public static final String ID = "org.eclipse.linuxtools.lttng.LTTngProjectNature"; //$NON-NLS-1$
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/LttngConstants.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/LttngConstants.java
new file mode 100644 (file)
index 0000000..cf39b94
--- /dev/null
@@ -0,0 +1,210 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Bernd Hufmann - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core;
+
+/**
+ * <b><u>LttngConstants</u></b>
+ * <p>
+ * Declaration of LTTng specific constants.
+ * <p>
+ */
+@SuppressWarnings("nls")
+public class LttngConstants {
+
+    /**
+     * <h4>Number of bits of an integer to be used for statistic node identifier. </h4>
+     */
+    public static final int STATS_ID_SHIFT = 28;
+    /**
+     * <h4>Maximum number of trace ids to be created, before wrapping around to 0. </h4>
+     * Note that there is a tight coupling to STATS_ID_SHIFT, because the trace id is
+     * also used for statistics node identification.
+     */
+    public static final int MAX_NUMBER_OF_TRACES_ID = (1 << STATS_ID_SHIFT) - 1;
+    public static final int STATS_ID_MASK = MAX_NUMBER_OF_TRACES_ID;
+
+    /**
+     * <h4>Statistic node identifier for unknown/none kernel submode. </h4>
+     */
+    public static final int STATS_NONE_ID = 0x1 << STATS_ID_SHIFT;
+    /**
+     * <h4>Statistic node identifier for IRQ kernel submodes. </h4>
+     */
+    public static final int STATS_IRQ_NAME_ID = 0x2 << STATS_ID_SHIFT;
+    /**
+     * <h4>Statistic node identifier for soft IRQ kernel submodes. </h4>
+     */
+    public static final int STATS_SOFT_IRQ_NAME_ID = 0x3 << STATS_ID_SHIFT;
+    /**
+     * <h4>Statistic node identifier for sys_call kernel submodes.</h4>
+     */
+    public static final int STATS_SYS_CALL_NAME_ID = 0x4 << STATS_ID_SHIFT;
+    /**
+     * <h4>Statistic node identifier for trab kernel submodes. </h4>
+     */
+    public static final int STATS_TRAP_NAME_ID = 0x5 << STATS_ID_SHIFT;
+    /**
+     * <h4>Statistic node identifier for the trace. </h4>
+     */
+    public static final int STATS_TRACE_NAME_ID = 0x6 << STATS_ID_SHIFT;
+    /**
+     * <h4>Statistic node identifier for the CPU IDs. </h4>
+     */
+    public static final int STATS_CPU_ID = 0x7 << STATS_ID_SHIFT;
+    /**
+     * <h4>Statistic node identifier for the kernel modes. </h4>
+     */
+    public static final int STATS_MODE_ID = 0x8 << STATS_ID_SHIFT;
+    /**
+     * <h4>Statistic node identifier for the kernel function IDs. </h4>
+     */
+    public static final int STATS_FUNCTION_ID = 0x9 << STATS_ID_SHIFT;
+    /**
+     * <h4>Statistic node identifier for the process IDs. </h4>
+     */
+    public static final int STATS_PROCESS_ID = 0xA << STATS_ID_SHIFT;
+    /**
+     * <h4>Statistic node identifier for the event types. </h4>
+     */
+    public static final int STATS_TYPE_ID = 0xB << STATS_ID_SHIFT;
+    /**
+     * <h4>Statistic node identifier for the event types. </h4>
+     */
+    public static final int STATS_CATEGORY_ID = 0xC << STATS_ID_SHIFT;
+    /**
+     * <h4>Background requests block size </h4>
+     */
+    public static final int DEFAULT_BLOCK_SIZE = 50000;
+
+    /*
+     * LTTng Trace Control Constants
+     */
+    
+    /**
+     * <h4>Kernel Provider name.</h4>
+     */
+    public static final String Lttng_Provider_Kernel = "kernel";
+    /**
+     * <h4>UST provider name.</h4> 
+     */
+    public static final String Lttng_Provider_Ust = "ust";
+    /**
+     * <h4>LTTng trace control command name.</h4> 
+     */
+    public static final String Lttng_Control_Command = "ltt_control";
+    /**
+     * <h4>LTTng trace control command to get providers.</h4> 
+     */
+    public static final String Lttng_Control_GetProviders = "getProviders";
+    /**
+     * <h4>LTTng trace control command to get targets.</h4> 
+     */
+    public static final String Lttng_Control_GetTargets = "getTargets";
+    /**
+     * <h4>LTTng trace control command to get markers.</h4> 
+     */
+    public static final String Lttng_Control_GetMarkers = "getMarkers";
+    /**
+     * <h4>LTTng trace control command to get traces.</h4> 
+     */
+    public static final String Lttng_Control_GetTraces = "getTraces";
+    /**
+     * <h4>LTTng trace control command to get active traces.</h4> 
+     */
+    public static final String Lttng_Control_GetActiveTraces = "getActiveTraces";
+    /**
+     * <h4>LTTng trace control command to get information about a active trace.</h4> 
+     */
+    public static final String Lttng_Control_GetActiveTraceInfo = "getActiveTraceInfo";
+    /**
+     * <h4>LTTng trace control command get all available channels.</h4> 
+     */
+    public static final String Lttng_Control_GetChannels = "getChannels";
+    /**
+     * <h4>LTTng trace control command to setup a trace.</h4> 
+     */
+    public static final String Lttng_Control_SetupTrace = "setupTrace";
+    /**
+     * <h4>LTTng trace control command to set the trace transport.</h4> 
+     */
+    public static final String Lttng_Control_SetupTraceTransport = "setTraceTransport";
+    /**
+     * <h4>LTTng trace control command to get information about a marker.</h4> 
+     */
+    public static final String Lttng_Control_GetMarkerInfo = "getMarkerInfo";
+    /**
+     * <h4>LTTng trace control command to enable/disable a marker.</h4> 
+     */
+    public static final String Lttng_Control_SetMarkerEnable = "setMarkerEnable";
+    /**
+     * <h4>LTTng trace control command to enable/disable a channel.</h4> 
+     */
+    public static final String Lttng_Control_SetChannelEnable = "setChannelEnable";
+    /**
+     * <h4>LTTng trace control command to enable/disable channel buffer overwrite.</h4> 
+     */
+    public static final String Lttng_Control_SetChannelOverwrite = "setChannelOverwrite";
+    /**
+     * <h4>LTTng trace control command to the channel timer.</h4> 
+     */
+    public static final String Lttng_Control_SetChannelTimer = "setChannelTimer";
+    /**
+     * <h4>LTTng trace control command to set the number of sub-buffers of a channel.</h4> 
+     */
+    public static final String Lttng_Control_SetChannelSubbufNum = "setChannelSubbufNum";
+    /**
+     * <h4>LTTng trace control command to set the sub-buffer size of a channel.</h4> 
+     */
+    public static final String Lttng_Control_SetChannelSubbufSize = "setChannelSubbufSize";
+    /**
+     * <h4>LTTng trace control command to allocate trace resources.</h4> 
+     */
+    public static final String Lttng_Control_AllocTrace = "allocTrace";
+    /**
+     * <h4>LTTng trace control command to configure a trace local trace.</h4> 
+     */
+    public static final String Lttng_Control_WriteTraceLocal = "writeTraceLocal";
+    /**
+     * <h4>LTTng trace control command to configure a network trace</h4> 
+     */
+    public static final String Lttng_Control_WriteTraceNetwork = "writeTraceNetwork";
+    /**
+     * <h4>LTTng trace control command to start tracing.</h4> 
+     */
+    public static final String Lttng_Control_StartTrace = "startTrace";
+    /**
+     * <h4>LTTng trace control command to pause tracing.</h4> 
+     */
+    public static final String Lttng_Control_PauseTrace = "pauseTrace";
+    /**
+     * <h4>LTTng trace control command to destroy a trace (i.e. deallocate trace resource)</h4> 
+     */
+    public static final String Lttng_Control_DestroyTrace = "destroyTrace";
+    /**
+     * <h4>Separator in command replies.</h4> 
+     */
+    public static final String Lttng_Control_Separator = ",";
+    /**
+     * <h4>Separator</h4> 
+     */
+    public static final String Lttng_Control_GetActiveTraceInfoSeparator = "=";
+    /**
+     * <h4>Action property indicating a enabled action.</h4> 
+     */
+    public static final String Rse_Resource_Action_Enabled = "yes";
+
+    /**
+     * <h4>Action property indicating a disabled action.</h4> 
+     */
+    public static final String Rse_Resource_Action_Disabled = "no";
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/LttngFactory.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/LttngFactory.java
new file mode 100644 (file)
index 0000000..c684ec5
--- /dev/null
@@ -0,0 +1,35 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core;
+
+import org.eclipse.linuxtools.lttng.core.control.LttngCoreProviderFactory;
+import org.eclipse.linuxtools.lttng.core.state.experiment.StateManagerFactory;
+
+/**
+ * @author alvaro
+ *
+ */
+public class LttngFactory {
+       static void init() {
+               // Make sure the experiment component is ready to listen to experiment
+               // selections
+               StateManagerFactory.getExperimentManager();
+
+               // The Synthetic event providers must also be notified of selections, in
+               // order to keep the synchronization orders from TMF, this element is
+               // shared for all synthetic event requests
+               LttngCoreProviderFactory.initialize();
+
+               // start debugging as per .options
+               TraceDebug.init();
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/TraceDebug.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/TraceDebug.java
new file mode 100644 (file)
index 0000000..26f3e05
--- /dev/null
@@ -0,0 +1,152 @@
+package org.eclipse.linuxtools.lttng.core;\r
+\r
+import java.text.SimpleDateFormat;\r
+import java.util.Date;\r
+\r
+import org.eclipse.core.runtime.ILog;\r
+import org.eclipse.core.runtime.IStatus;\r
+import org.eclipse.core.runtime.Platform;\r
+import org.eclipse.core.runtime.Plugin;\r
+import org.eclipse.core.runtime.Status;\r
+\r
+@SuppressWarnings("nls")\r
+public class TraceDebug {\r
+       static boolean DEBUG = false;\r
+       static boolean INFO = false;\r
+       static boolean WARN = false;\r
+\r
+       private static Plugin plugin = LTTngCorePlugin.getDefault();\r
+       private static String pluginID = LTTngCorePlugin.PLUGIN_ID;\r
+       private static SimpleDateFormat stimeformat = new SimpleDateFormat(\r
+                       "HH:mm:ss:SSS");\r
+\r
+       public static void init() {\r
+               // Update JniTrace configuration options\r
+               String debugTrace = Platform.getDebugOption(pluginID + "/debug");\r
+               String infoTrace = Platform.getDebugOption(pluginID + "/info");\r
+               String warnTrace = Platform.getDebugOption(pluginID + "/warn");\r
+\r
+               if (debugTrace != null) {\r
+                       DEBUG = (Boolean.valueOf(debugTrace)).booleanValue();\r
+               }\r
+\r
+               if (infoTrace != null) {\r
+                       INFO = (Boolean.valueOf(infoTrace)).booleanValue();\r
+               }\r
+\r
+               if (warnTrace != null) {\r
+                       WARN = (Boolean.valueOf(warnTrace)).booleanValue();\r
+               }\r
+       }\r
+\r
+       public static void info(String message) {\r
+               if (INFO) {\r
+                       ILog logger = plugin.getLog();\r
+                       logger.log(new Status(IStatus.INFO, LTTngCorePlugin.PLUGIN_ID,\r
+                                       IStatus.OK, message, null));\r
+               }\r
+       }\r
+\r
+       public static void warn(String message) {\r
+               if (WARN) {\r
+                       ILog logger = plugin.getLog();\r
+                       logger.log(new Status(IStatus.WARNING, LTTngCorePlugin.PLUGIN_ID,\r
+                                       IStatus.WARNING, message, null));\r
+               }\r
+       }\r
+\r
+       public static void debug(String message) {\r
+               if (DEBUG) {\r
+                       String location = getCallingLocation();\r
+                       System.out.println(location + "\n\t-> " + message);\r
+\r
+               }\r
+       }\r
+\r
+       public static void debug(String message, int additionalStackLines) {\r
+               if (DEBUG) {\r
+                       String location = getCallingLocation(additionalStackLines);\r
+                       System.out.println(location + "\n\t-> " + message);\r
+               }\r
+       }\r
+\r
+       public static void throwException(String message) {\r
+               if (DEBUG) {\r
+                       try {\r
+                               triggerException(message);\r
+                       } catch (Exception e) {\r
+                               e.printStackTrace();\r
+                       }\r
+               }\r
+       }\r
+\r
+       private static void triggerException(String message) throws Exception {\r
+               throw new Exception(message);\r
+       }\r
+\r
+       private static String getCallingLocation() {\r
+               StringBuilder sb = new StringBuilder();\r
+               sb.append(trace(Thread.currentThread().getStackTrace(), 4));\r
+               sb.append("\n" + trace(Thread.currentThread().getStackTrace(), 3));\r
+               return sb.toString();\r
+       }\r
+\r
+       private static String getCallingLocation(int numOfStackLines) {\r
+               int stackCalledFromIdx = 3;\r
+               int earliestRequested = numOfStackLines > 0 ? stackCalledFromIdx\r
+                               + numOfStackLines : stackCalledFromIdx;\r
+               StringBuilder sb = new StringBuilder();\r
+               int max = Thread.currentThread().getStackTrace().length - 1;\r
+               earliestRequested = earliestRequested > max ? max : earliestRequested;\r
+               for (int i = earliestRequested; i >= stackCalledFromIdx; i--) {\r
+                       sb.append(trace(Thread.currentThread().getStackTrace(), i) + "\n");\r
+               }\r
+               return sb.toString();\r
+       }\r
+\r
+       private static String trace(StackTraceElement e[], int level) {\r
+               if (e != null) {\r
+                       level = level >= e.length ? e.length - 1 : level;\r
+                       StackTraceElement s = e[level];\r
+                       if (s != null) {\r
+                               String simpleClassName = s.getClassName();\r
+                               String[] clsNameSegs = simpleClassName.split("\\.");\r
+                               if (clsNameSegs.length > 0)\r
+                                       simpleClassName = clsNameSegs[clsNameSegs.length - 1];\r
+                               return stimeformat.format(new Date()) + " " + simpleClassName\r
+                                               + "." + s.getLineNumber() + "." + s.getMethodName();\r
+                       }\r
+               }\r
+               return null;\r
+       }\r
+\r
+       public static boolean setDEBUG(boolean newValue) {\r
+               boolean oldValue = DEBUG;\r
+               DEBUG = newValue;\r
+               return oldValue;\r
+       }\r
+\r
+       public static boolean setINFO(boolean newValue) {\r
+               boolean oldValue = INFO;\r
+               INFO = newValue;\r
+               return oldValue;\r
+       }\r
+\r
+       public static boolean setWARN(boolean newValue) {\r
+               boolean oldValue = WARN;\r
+               WARN = newValue;\r
+               return oldValue;\r
+       }\r
+\r
+       public static boolean isDEBUG() {\r
+               return DEBUG;\r
+       }\r
+\r
+       public static boolean isINFO() {\r
+               return INFO;\r
+       }\r
+\r
+       public static boolean isWARN() {\r
+               return WARN;\r
+       }\r
+}\r
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/TraceHelper.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/TraceHelper.java
new file mode 100644 (file)
index 0000000..65cbdf3
--- /dev/null
@@ -0,0 +1,116 @@
+/*******************************************************************************
+ * Copyright (c) 2011 MontaVista Software
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Yufen Kuo (ykuo@mvista.com) - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core;
+
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.resources.ProjectScope;
+import org.eclipse.core.runtime.preferences.IEclipsePreferences;
+
+public class TraceHelper {
+
+    // ------------------------------------------------------------------------
+    // Constants
+    // ------------------------------------------------------------------------
+
+    private static String TRACE_LIB_PATH = "traceLibraryPath"; //$NON-NLS-1$
+    private static String QUALIFIER = "org.eclipse.linuxtools.lttng.jni"; //$NON-NLS-1$
+
+    // ------------------------------------------------------------------------
+    // Methods
+    // ------------------------------------------------------------------------
+
+    /**
+     * Get Trace Library Directory from Project Preference.
+     * 
+     * @param project
+     *            The <b>project</b> in the workspace.
+     * @return The <b>directory</b> of the trace libraries. null if not defined
+     */
+    public static String getTraceLibDirFromProject(IProject project) {
+        if (project != null && project.exists()) {
+            return getProjectPreference(project, TRACE_LIB_PATH);
+        }
+        return null;
+    }
+
+    /**
+     * Get the project preference with the specified name
+     * 
+     * @param project
+     *            The <b>project</b> in the workspace.
+     * @param preferenceName
+     *            name of the preference.
+     * @return The project preference value.
+     */
+    public static String getProjectPreference(IProject project, String preferenceName) {
+        if (project.exists()) {
+            IEclipsePreferences prefs = new ProjectScope(project).getNode(QUALIFIER);
+
+            return prefs.get(preferenceName, null);
+        }
+        return null;
+    }
+
+    /**
+     * Set the project preference with the specified value
+     * 
+     * @param project
+     *            The <b>project</b> in the workspace.
+     * @param preferenceName
+     *            name of the preference.
+     * @param preferenceValue
+     *            value of the preference.
+     * @return true if preference is successfully set, false otherwise.
+     */
+    public static boolean setProjectPreference(IProject project, String preferenceName, String preferenceValue) {
+        if (project.exists()) {
+            IEclipsePreferences prefs = new ProjectScope(project).getNode(QUALIFIER);
+
+            prefs.put(preferenceName, preferenceValue);
+            try {
+                prefs.flush();
+                return true;
+            } catch (org.osgi.service.prefs.BackingStoreException e) {
+                e.printStackTrace();
+            }
+
+        }
+        return false;
+    }
+
+    /**
+     * Remove the project preference with the specified name
+     * 
+     * @param project
+     *            The <b>project</b> in the workspace.
+     * @param preferenceName
+     *            name of the preference.
+     * @return true if preference name is successfully remove, false otherwise.
+     */
+    public static boolean removeProjectPreference(IProject project, String preferenceName) {
+        if (project.exists()) {
+            IEclipsePreferences prefs = new ProjectScope(project).getNode(QUALIFIER);
+
+            prefs.remove(preferenceName);
+            try {
+                prefs.flush();
+                return true;
+            } catch (org.osgi.service.prefs.BackingStoreException e) {
+                e.printStackTrace();
+            }
+
+        }
+        return false;
+    }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/control/LttngCoreProviderFactory.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/control/LttngCoreProviderFactory.java
new file mode 100644 (file)
index 0000000..5247c9f
--- /dev/null
@@ -0,0 +1,68 @@
+/*******************************************************************************
+ * Copyright (c) 2009,2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.control;
+
+import java.util.HashMap;
+import java.util.Map;
+
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent;
+import org.eclipse.linuxtools.lttng.core.model.LTTngTreeNode;
+
+/**
+ * @author alvaro
+ *
+ */
+public class LttngCoreProviderFactory {
+
+    // List of provider IDs
+    public static final int STATISTICS_LTTNG_SYTH_EVENT_PROVIDER = 0;
+    public static final int CONTROL_FLOW_LTTNG_SYTH_EVENT_PROVIDER = 1;
+    public static final int RESOURCE_LTTNG_SYTH_EVENT_PROVIDER = 2;
+    
+    private static final Map<Integer, LttngSyntheticEventProvider> fSyntheticEventProviders = new HashMap<Integer, LttngSyntheticEventProvider>();
+    
+    /**
+     * Pre-creates all known LTTng providers.
+     */
+    public static void initialize() {
+        getEventProvider(STATISTICS_LTTNG_SYTH_EVENT_PROVIDER);
+        getEventProvider(CONTROL_FLOW_LTTNG_SYTH_EVENT_PROVIDER);
+        getEventProvider(RESOURCE_LTTNG_SYTH_EVENT_PROVIDER);
+    }
+    
+    /**
+     * Gets a SyntheticEventProvider for the given ID. It creates a new provider
+     * if necessary
+     *  
+     * @param providerId
+     * @return
+     */
+    public static LttngSyntheticEventProvider getEventProvider(int providerId) {
+        if (!fSyntheticEventProviders.containsKey(Integer.valueOf(providerId))) {
+            LttngSyntheticEventProvider synEventProvider = new LttngSyntheticEventProvider(LttngSyntheticEvent.class);
+            fSyntheticEventProviders.put(Integer.valueOf(providerId), synEventProvider);
+        }
+        return fSyntheticEventProviders.get(Integer.valueOf(providerId));
+    }
+
+    /**
+     * Resets all LTTngSytheticEventProviders associated with the given
+     * Experiment
+     * 
+     * @param experimentNode
+     */
+    public static void reset(LTTngTreeNode experimentNode) {
+        for (LttngSyntheticEventProvider provider : fSyntheticEventProviders.values()) {
+            provider.reset(experimentNode);
+        }
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/control/LttngSyntheticEventProvider.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/control/LttngSyntheticEventProvider.java
new file mode 100644 (file)
index 0000000..0ed398a
--- /dev/null
@@ -0,0 +1,484 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *   Marc Dumais (marc.dumais@ericsson.com) - Fix for 316455 (first part)
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.control;
+
+import java.util.HashMap;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Map;
+import java.util.Vector;
+
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventType;
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngTimestamp;
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent.SequenceInd;
+import org.eclipse.linuxtools.lttng.core.model.LTTngTreeNode;
+import org.eclipse.linuxtools.lttng.core.request.LttngBaseEventRequest;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ITransEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.state.StateEventToHandlerFactory;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.state.trace.IStateTraceManager;
+import org.eclipse.linuxtools.tmf.core.component.TmfEventProvider;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.ITmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.signal.TmfEndSynchSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfStartSynchSignal;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfCheckpoint;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+
+/**
+ * @author alvaro
+ * 
+ */
+public class LttngSyntheticEventProvider extends TmfEventProvider<LttngSyntheticEvent> {
+
+       // ========================================================================
+       // Data
+       // ========================================================================
+       public static final int BLOCK_SIZE = 50000;
+       public static final int NB_EVENTS  = 1;
+       public static final int QUEUE_SIZE = 1; // lttng specific, one event at a time
+
+       private ITmfDataRequest<LttngSyntheticEvent> fmainRequest = null;
+    private LttngBaseEventRequest fSubRequest = null;
+
+       private final List<IStateTraceManager> fEventProviderRequests = new Vector<IStateTraceManager>();
+
+       private final LttngSyntheticEvent fStatusEvent;
+       volatile boolean startIndSent = false;
+       private LTTngTreeNode fExperiment = null;
+       private ITransEventProcessor fstateUpdateProcessor = StateEventToHandlerFactory.getInstance();
+       private boolean waitForRequest = false;
+       long dispatchTime = 0L;
+       long dispatchIndex = 0L;
+       long eventIndex;
+       private final Map<ITmfTrace, LttngTraceState> traceToTraceStateModel = new HashMap<ITmfTrace, LttngTraceState>();
+
+       private boolean fIsExperimentNotified = false;
+
+       // ========================================================================
+       // Constructor
+       // ========================================================================
+       /**
+        * Accessibility to package - use factory instead of this constructor
+        * 
+        * @param type
+        */
+       LttngSyntheticEventProvider(Class<LttngSyntheticEvent> type) {
+               super("LttngSyntheticEventProvider", type, QUEUE_SIZE); //$NON-NLS-1$
+
+               // prepare empty instance status indicators and allow them to travel via
+               // the framework
+               TmfEventSource source = new TmfEventSource(this);
+               LttngEventType dtype = new LttngEventType();
+               LttngTimestamp statusTimeStamp = new LttngTimestamp(
+                               TmfTimestamp.Zero);
+
+               fStatusEvent = new LttngSyntheticEvent(null, statusTimeStamp, source,
+                               dtype, null, null, null);
+               fStatusEvent.setSequenceInd(SequenceInd.STARTREQ);
+       }
+
+       // ========================================================================
+       // Methods
+       // ========================================================================
+
+       @SuppressWarnings("unchecked")
+       @Override
+       public ITmfContext armRequest(final ITmfDataRequest<LttngSyntheticEvent> request) {
+               // validate
+               // make sure we have the right type of request
+               if (!(request instanceof ITmfEventRequest<?>)) {
+                       request.cancel();
+                       TraceDebug.debug("Request is not an instance of ITmfEventRequest"); //$NON-NLS-1$
+                       return null;
+               }
+
+               if (fExperiment == null) {
+                       TraceDebug.debug("Experiment is null"); //$NON-NLS-1$
+                       request.cancel();
+                       return null;
+               }
+
+               // get ready to start processing
+               reset(fExperiment);
+
+               // At least one base provider shall be available
+               if (fEventProviderRequests.size() < 1) {
+                       request.cancel();
+                       TraceDebug.debug("No Base event providers available"); //$NON-NLS-1$
+                       return null;
+               }
+
+               fmainRequest = request;
+
+               // define event data handling
+               ITmfEventRequest<LttngSyntheticEvent> eventRequest = (ITmfEventRequest<LttngSyntheticEvent>) fmainRequest;
+               TmfTimeRange reqWindow = eventRequest.getRange();
+
+               TraceDebug.debug("Main Synthethic event request started on thread:  " + Thread.currentThread().getName()); //$NON-NLS-1$
+
+               TmfExperiment<LttngEvent> experiment = (TmfExperiment<LttngEvent>) fExperiment.getValue();
+               experiment.startSynch(new TmfStartSynchSignal(0));
+               
+               TmfTimeRange adjustedRange = reqWindow;
+               long adjustedIndex = eventRequest.getIndex();
+               int nbRequested = eventRequest.getNbRequested();
+                               
+               // Figure-out if we need to increase the range of the request:  if some
+               // checkpoints are before the beginning of the range, increase the 
+               // range to catch them.   We will then exercise the state system of 
+               // those traces until the requested beginning time range, discarding
+               // the unrequested data.                
+               IStateTraceManager traceManager;
+               Iterator<IStateTraceManager> iter = fEventProviderRequests.iterator();
+               // For each traceManager in the current experiment...
+               while(iter.hasNext()) {
+                       traceManager = iter.next();
+                       // restore trace state system to nearest check point
+                       TmfCheckpoint checkPoint = null;
+                       if (eventRequest.getIndex() > 0) {
+                               checkPoint = traceManager.restoreCheckPointByIndex(eventRequest.getIndex());
+                       } else {
+                               checkPoint = traceManager.restoreCheckPointByTimestamp(reqWindow.getStartTime());
+                       }
+
+                       // validate that the checkpoint restored is within requested bounds
+                       // (not outside the current trace's range or after the end of requested range)
+                       TmfTimeRange traceRange = traceManager.getTrace().getTimeRange();
+                       if ((checkPoint == null) ||
+                                       checkPoint.getTimestamp().getValue() < traceRange.getStartTime().getValue() ||
+                                       checkPoint.getTimestamp().getValue() > traceRange.getEndTime().getValue() ||
+                                       checkPoint.getTimestamp().getValue() >= reqWindow.getEndTime().getValue()
+                                       ) {
+                               // checkpoint is out of trace bounds; no need to adjust request for this
+                               // trace
+                       }
+                       else {
+                               // use checkpoint time as new startTime for request if it's earlier than
+                               // current startTime
+                               if (adjustedRange.getStartTime().getValue() > checkPoint.getTimestamp().getValue() || adjustedIndex > (Long) checkPoint.getLocation().getLocation()) {
+                                       adjustedRange = new TmfTimeRange(checkPoint.getTimestamp(), reqWindow.getEndTime());
+                                       adjustedIndex = (Long) checkPoint.getLocation().getLocation();
+                                       if (nbRequested < TmfDataRequest.ALL_DATA) {
+                                               nbRequested += (eventRequest.getIndex() - adjustedIndex);
+                                       }
+                               }       
+                       }               
+                       // Save which trace state model corresponds to current trace
+                       traceToTraceStateModel.put(traceManager.getTrace(), traceManager.getStateModel());
+               }
+
+               dispatchTime = reqWindow.getStartTime().getValue();
+               dispatchIndex = eventRequest.getIndex();
+               eventIndex = adjustedIndex;
+
+               // Create a single request for all traces in the experiment, with coalesced time range.
+               fSubRequest = new LttngBaseEventRequest(adjustedRange, reqWindow.getStartTime(),
+                               adjustedIndex, nbRequested, BLOCK_SIZE, eventRequest.getExecType() /*ITmfDataRequest.ExecutionType.FOREGROUND*/) {
+
+                       private LttngSyntheticEvent syntheticEvent = null;
+
+                       /*
+                        * (non-Javadoc)
+                        * 
+                        * @see org.eclipse.linuxtools.lttng.control.LttngEventRequest#handleData()
+                        */
+                       @Override
+                       public void handleData(LttngEvent event) {
+                               super.handleData(event);
+                               if (event != null) {
+                                   synchronized (LttngSyntheticEventProvider.this) {
+                                       // Check if request was canceled
+                                       if ((fmainRequest == null) || (fmainRequest.isCompleted()) ) {
+                                           TraceDebug.debug("fmainRequest was canceled. Ignoring event " + event); //$NON-NLS-1$
+                                           return;
+                                       } 
+
+                                       handleIncomingData(event);
+                                   }
+                               } else {
+                                       TraceDebug.debug("handle data received with no data"); //$NON-NLS-1$
+                               }
+                       }
+
+                       /*
+                        * (non-Javadoc)
+                        * 
+                        * @see org.eclipse.linuxtools.tmf.request.TmfDataRequest#handleCompleted()
+                        */
+                       @Override
+                public void handleCompleted() {
+                               // mark this sub-request as completed
+                handleProviderDone(!isCancelled() && !isFailed());
+                super.handleCompleted();
+                       }
+
+                       /**
+                        * Trigger the Analysis and sequential control of the events.
+                        * 
+                        * @param e
+                        */
+                       private void handleIncomingData(LttngEvent e) {
+                               long eventTime = e.getTimestamp().getValue();
+
+                               ITmfTrace inTrace = e.getParentTrace();
+                               LttngTraceState traceModel = traceToTraceStateModel.get(inTrace);
+                               
+                               // queue the new event data
+                               updateSynEvent(e);
+                               
+                               // If time at or above requested time, update application
+                               if (eventTime >= dispatchTime && eventIndex >= dispatchIndex) {
+                                       // Before update
+                                       syntheticEvent.setSequenceInd(SequenceInd.BEFORE);
+                                       fmainRequest.handleData(syntheticEvent);
+
+                                       // Update state locally
+                                       syntheticEvent.setSequenceInd(SequenceInd.UPDATE);
+                                       fstateUpdateProcessor.process(syntheticEvent, traceModel);
+
+                                       // After Update
+                                       syntheticEvent.setSequenceInd(SequenceInd.AFTER);
+                                       fmainRequest.handleData(syntheticEvent);
+
+                               } else {
+                                       // event time is between checkpoint adjusted time and
+                                       // requested time i.e. application does not expect the
+                                       // event, however the state system needs to be re-built
+                                       // to the dispatch point
+                                       syntheticEvent.setSequenceInd(SequenceInd.UPDATE);
+                                       fstateUpdateProcessor.process(syntheticEvent, traceModel);
+                               }
+                               eventIndex++;
+                       }
+
+                       /**
+                        * Create a synthetic event from the received new reference, if
+                        * the reference is the same there is no need for a new instance
+                        * 
+                        * if this is the first event for this request, call start
+                        * handler
+                        * 
+                        * @param e
+                        * @return
+                        */
+                       private LttngSyntheticEvent updateSynEvent(LttngEvent e) {
+                               if ((syntheticEvent == null) || (syntheticEvent.getBaseEvent() != e)) {
+                                       syntheticEvent = new LttngSyntheticEvent(e);
+                               }
+
+                               ITmfTrace inTrace = e.getParentTrace();
+                               LttngTraceState traceModel = traceToTraceStateModel.get(inTrace);
+                               
+                               // Trace model needed by application handlers
+                               syntheticEvent.setTraceModel(traceModel);
+
+                               // send the start request indication once per request thread
+                               if (!startIndSent) {
+                                       TraceDebug.debug("Thread started: " + Thread.currentThread().getName()); //$NON-NLS-1$
+                                       handleProviderStarted(traceModel);
+                                       startIndSent = true;
+                               }
+
+                               return syntheticEvent;
+                       }
+               };
+
+               // start request
+               TmfExperiment<LttngEvent> provider = (TmfExperiment<LttngEvent>) fExperiment.getValue();
+               provider.sendRequest(fSubRequest);
+
+               // notify LTTngEvent provider that all requests were sent
+               synchronized (this) {
+                   TmfExperiment.getCurrentExperiment().notifyPendingRequest(false);
+                   fIsExperimentNotified = false;
+               }
+
+               experiment.endSynch(new TmfEndSynchSignal(0));
+
+               // Return a dummy context, not used for relay provider
+               return new TmfContext();
+       }
+
+       /**
+        * Notify listeners to prepare to receive data e.g. clean previous data etc.
+        */
+       public synchronized void handleProviderStarted(LttngTraceState traceModel) {
+               LttngSyntheticEvent startIndEvent = new LttngSyntheticEvent(fStatusEvent);
+               startIndEvent.setSequenceInd(SequenceInd.STARTREQ);
+
+               // Notify application
+               fmainRequest.handleData(startIndEvent);
+
+               // Notify state event processor
+               fstateUpdateProcessor.process(startIndEvent, null);
+       }
+
+       /**
+        * Notify listeners, no more events for the current request will be
+        * distributed e.g. update view.
+        */
+       public synchronized void handleProviderDone(boolean isSuccess) {
+               // Notify application. One notification per trace so the last state of each trace can be
+               // drawn
+           for (LttngTraceState traceModel : traceToTraceStateModel.values()) {
+               // Take the trace model from traceToTraceStateModel list since it has a copy
+               // of the state
+               LttngSyntheticEvent finishEvent = new LttngSyntheticEvent(fStatusEvent);
+            finishEvent.setSequenceInd(SequenceInd.ENDREQ);
+            finishEvent.setTraceModel(traceModel);
+
+            fmainRequest.handleData(finishEvent);
+           }
+           
+        if(isSuccess) {
+            // Finish main request
+            fmainRequest.done();
+        }
+        else {
+            // Cancel main request
+            fmainRequest.cancel();
+            
+        }
+       }
+
+       /**
+        * Reset provider to a state ready to begin thread execution
+        * 
+        * @param experimentNode
+        */
+       public synchronized void reset(LTTngTreeNode experimentNode) {
+
+           conditionallyCancelRequests();
+
+               fEventProviderRequests.clear();
+               startIndSent = false;
+
+               // set of base event providers
+               if (fExperiment != null) {
+                       LTTngTreeNode[] traces = fExperiment.getChildren();
+                       for (LTTngTreeNode trace : traces) {
+                               IStateTraceManager traceBaseEventProvider = (IStateTraceManager) trace;
+                               fEventProviderRequests.add(traceBaseEventProvider);
+                       }
+               }
+
+               if (fExperiment != experimentNode) {
+                       updateExperimentNode(experimentNode);
+               }
+       }
+
+       /**
+        * Point to a new experiment reference
+        * 
+        * @param experiment
+        */
+       private synchronized void updateExperimentNode(LTTngTreeNode experiment) {
+               if (experiment != null
+                               && experiment.getValue() instanceof TmfExperiment<?>) {
+                       fExperiment = experiment;
+               } else {
+                       TraceDebug
+                                       .debug("Experiment received is not instance of TmfExperiment: " //$NON-NLS-1$
+                                                       + experiment.getClass().getName());
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.tmf.component.TmfDataProvider#sendRequest(org.
+        * eclipse.linuxtools.tmf.request.TmfDataRequest)
+        */
+       @Override
+       public void sendRequest(final ITmfDataRequest<LttngSyntheticEvent> request) {
+           synchronized (this) {
+               if (!fIsExperimentNotified) {
+                   @SuppressWarnings("unchecked")
+                   TmfExperiment<LttngSyntheticEvent> experiment = (TmfExperiment<LttngSyntheticEvent>) TmfExperiment.getCurrentExperiment();
+                   if (experiment != null) {
+                       experiment.notifyPendingRequest(true);
+                       fIsExperimentNotified = true;
+                   }
+               }
+           }
+
+               super.sendRequest(request);
+               if (waitForRequest) {
+                       try {
+                               request.waitForCompletion();
+                       } catch (InterruptedException e) {
+                               e.printStackTrace();
+                       }
+               }
+       }
+
+       /**
+        * @return the waitForRequest
+        */
+       public boolean isWaitForRequest() {
+               return waitForRequest;
+       }
+
+       /**
+        * @param waitForRequest
+        *            configures the provider to wait for the request completion
+        */
+       public void setWaitForRequest(boolean waitForRequest) {
+               this.waitForRequest = waitForRequest;
+       }
+
+       @Override
+       public LttngSyntheticEvent getNext(ITmfContext context) {
+               try {
+                       fmainRequest.waitForCompletion();
+               } catch (InterruptedException e) {
+                       e.printStackTrace();
+               }
+               return null;
+       }
+
+       /**
+        * Cancels the ongoing requests for this data provider if necessary
+        */
+       public synchronized void conditionallyCancelRequests() {
+           if ((fSubRequest != null) && (!fSubRequest.isCompleted())) {
+               
+               TraceDebug.debug("Canceling synthethic event request!"); //$NON-NLS-1$
+
+               // This will also cancel the fmainRequest
+               fSubRequest.cancel();
+               // Reset the request references
+               fSubRequest = null;
+               fmainRequest = null;
+           }
+       }
+
+       @Override
+       protected void queueBackgroundRequest(ITmfDataRequest<LttngSyntheticEvent> request, int blockSize, boolean indexing) {
+               // do not split background synthetic requests
+               queueRequest(request);
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEvent.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEvent.java
new file mode 100644 (file)
index 0000000..082b916
--- /dev/null
@@ -0,0 +1,208 @@
+package org.eclipse.linuxtools.lttng.core.event;
+
+import org.eclipse.linuxtools.lttng.jni.JniEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.trace.TmfTrace;
+
+/**
+ * <b><u>LttngEvent</u></b>
+ * <p>
+ * Lttng specific TmfEvent implementation.
+ * <p>
+ * The main difference from the basic Tmf implementation is that we keep an
+ * internal reference to the JniEvent
+ * <p>
+ * The conversion from this LttngEvent to the JniEvent is then possible.
+ */
+public class LttngEvent extends TmfEvent {
+
+    // Reference to the JNI JniEvent. Should only be used INTERNALLY
+    private JniEvent jniEventReference = null;
+    
+    // Parameter-less constructor
+    public LttngEvent() {
+        super();
+        fType = LttngEventType.DEFAULT_EVENT_TYPE;
+    }
+
+    /**
+     * Constructor with parameters.
+     * <p>
+     * 
+     * @param timestamp The timestamp of this event
+     * @param source The source of this event
+     * @param type The type of this event
+     * @param content The content of this event
+     * @param reference The reference of this event
+     * @param lttEvent A reference to a valid JniEvent object
+     * 
+     * @see org.eclipse.linuxtools.tmf.core.event.TmfTimestamp
+     * @see org.eclipse.linuxtools.tmf.core.event.TmfEventSource
+     * @see org.eclipse.linuxtools.lttng.core.event.LttngEventType
+     * @see org.eclipse.linuxtools.lttng.core.event.LttngEventContent
+     * @see org.eclipse.linuxtools.lttng.core.event.LttngEventReference
+     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniEvent
+     */
+    public LttngEvent(TmfTrace<LttngEvent> parent, LttngTimestamp timestamp, TmfEventSource source, LttngEventType type, LttngEventContent content,
+            LttngEventReference reference, JniEvent lttEvent) {
+        super(timestamp, source, type, reference);
+
+        fContent = content;
+        jniEventReference = lttEvent;
+        setParentTrace(parent);
+    }
+
+    /**
+     * Copy constructor.
+     * <p>
+     * 
+     * @param oldEvent Event we want to copy from.
+     */
+    @SuppressWarnings("unchecked")
+    public LttngEvent(LttngEvent oldEvent) {
+        this(  
+                       (TmfTrace<LttngEvent>) oldEvent.getParentTrace(),
+                       (LttngTimestamp)oldEvent.getTimestamp(), 
+                       (TmfEventSource)oldEvent.getSource(), 
+                       (LttngEventType)oldEvent.getType(), 
+                       (LttngEventContent)oldEvent.getContent(), 
+                       (LttngEventReference)oldEvent.getReference(), 
+                       oldEvent.jniEventReference
+               );
+    }
+    /**
+     * Set a new parent trace for this event
+     * 
+     * @param parentTrace The new parent
+     */
+    public void setParentTrace(TmfTrace<LttngEvent> parentTrace) {
+               fParentTrace = parentTrace;
+       }
+    
+    
+       /**
+     * Return the channel name of this event.<p>
+     * 
+     * @return Channel (tracefile) for this event
+     */
+    public String getChannelName() {
+        return this.getType().getTracefileName();
+    }
+
+    /**
+     * Cpu id number of this event.
+     * <p>
+     * 
+     * @return CpuId
+     */
+    public long getCpuId() {
+        return this.getType().getCpuId();
+    }
+
+    /**
+     * Marker name of this event.
+     * <p>
+     * 
+     * @return Marker name
+     */
+    public String getMarkerName() {
+        return this.getType().getMarkerName();
+    }
+
+    /**
+     * Marker id of this event.
+     * <p>
+     * 
+     * @return Marker id
+     */
+    public int getMarkerId() {
+        return this.getType().getMarkerId();
+    }
+
+    @Override
+    public LttngEventContent getContent() {
+        return (LttngEventContent) fContent;
+    }
+
+    public void setContent(LttngEventContent newContent) {
+        fContent = newContent;
+    }
+
+    @Override
+    public LttngEventType getType() {
+        return (LttngEventType) fType;
+    }
+
+    public void setType(LttngEventType newType) {
+        fType = newType;
+    }
+
+    /**
+     * Set a new JniReference for this event.
+     * <p>
+     * 
+     * Note : Reference is used to get back to the Jni during event parsing and
+     * need to be consistent.
+     * 
+     * @param newJniEventReference New reference
+     * 
+     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniEvent
+     */
+    public synchronized void updateJniEventReference(JniEvent newJniEventReference) {
+        this.jniEventReference = newJniEventReference;
+    }
+
+    /**
+     * Convert this event into a Jni JniEvent.
+     * <p>
+     * 
+     * Note : Some verifications are done to make sure the event is still valid
+     * on the Jni side before conversion.<br>
+     * If it is not the case, null will be returned.
+     * 
+     * @return The converted JniEvent
+     * 
+     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniEvent
+     */
+    public synchronized JniEvent convertEventTmfToJni() {
+        JniEvent tmpEvent = null;
+
+        // ***TODO***
+        // Should we remove the check to save some time??
+
+        // We don't want to send away events that are outdated as their
+        // informations could be invalid
+        // If the timestamp between the event and the trace are not coherent we
+        // will not perform the conversion
+        if (jniEventReference.getParentTracefile().getParentTrace().getCurrentEventTimestamp().getTime() == getTimestamp().getValue()) {
+            tmpEvent = jniEventReference;
+        } else {
+            System.out
+                    .println("convertEventTmfToJni() failed: Unsynced Timestamp > TMF:" + getTimestamp().getValue() + " <--> JNI:" + jniEventReference.getParentTracefile().getParentTrace().getCurrentEventTimestamp().getTime()); //$NON-NLS-1$//$NON-NLS-2$
+        }
+        return tmpEvent;
+    }
+
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        StringBuffer result = new StringBuffer("[LttngEvent(");
+        result.append("Timestamp:" + getTimestamp().getValue());
+        result.append(",Channel:" + getChannelName());
+        result.append(",CPU:" + getCpuId());
+        result.append(",Marker:" + getMarkerName());
+        result.append(",Content:" + getContent() + ")]");
+
+        return result.toString();
+    }
+
+    @Override
+       public LttngEvent clone() {
+       LttngEvent clone = (LttngEvent) super.clone();
+       clone.getContent().setEvent(clone);
+               clone.jniEventReference = jniEventReference;
+       return clone;
+    }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEventContent.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEventContent.java
new file mode 100644 (file)
index 0000000..a5cc04b
--- /dev/null
@@ -0,0 +1,296 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   William Bourque (wbourque@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.event;
+
+import java.util.HashMap;
+
+import org.eclipse.linuxtools.lttng.jni.JniEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;
+import org.eclipse.linuxtools.tmf.core.event.TmfNoSuchFieldException;
+
+/**
+ * <b><u>LttngEventContent</u></b><p>
+ * 
+ * Lttng specific implementation of the TmfEventContent.<p>
+ */
+public class LttngEventContent extends TmfEventContent {
+    
+    // Hash map that contain the (parsed) fields. This is the actual payload of the event.
+    HashMap<String, LttngEventField> fFieldsMap = new HashMap<String, LttngEventField>();
+    
+    /**
+     * Default constructor.<p>
+     * 
+     * 
+     */
+    public LttngEventContent() {
+        super(null, null);
+    }
+    
+    /**
+     * Constructor with parameters.<p>
+     * 
+     * @param thisParent    Parent event for this content.
+     * 
+     * @see org.eclipse.linuxtools.lttng.core.event.LttngEvent
+     */
+    public LttngEventContent(LttngEvent thisParent) {
+        super(thisParent, null);
+    }
+    
+    /**
+     * Constructor with parameters, with optional content.<p>
+     * 
+     * @param thisParent    Parent event for this content.
+     * @param thisContent   Already parsed content.
+     * 
+     * @see org.eclipse.linuxtools.lttng.core.event.LttngEvent
+     */
+    public LttngEventContent(LttngEvent thisParent, HashMap<String, LttngEventField> thisContent) {
+        super(thisParent, null);
+        
+        fFieldsMap = thisContent;
+    }
+    
+    /**
+     * Copy Constructor.<p>
+     * 
+     * @param oldContent  Content to copy from
+     */
+    public LttngEventContent(LttngEventContent oldContent) {
+        this((LttngEvent)oldContent.getEvent(), oldContent.getRawContent() );
+    }
+    
+    
+    @Override
+       public LttngEvent getEvent() {
+        return (LttngEvent)fParentEvent;
+    }
+    
+    public void setEvent(LttngEvent newParent) {
+        fParentEvent = newParent;
+    }
+    
+    
+    // *** VERIFY ***
+    // These are not very useful, are they?
+    @Override
+       public LttngEventType getType() {
+        return (LttngEventType)fParentEvent.getType();
+    }
+    public void setType(LttngEventType newType) {
+        ((LttngEvent)fParentEvent).setType(newType);
+    }
+    
+    
+    // ***TODO***
+    // Find a better way to ensure content is sane!!
+    public void emptyContent() {
+        fFieldsMap.clear();
+    }
+    
+    // ***VERIFY***
+    // A bit weird to return the _currently_parsed fields (unlike all fields like getFields() )
+    // Should we keep this?
+    /**
+     * Return currently parsed fields in an object array format.<p>
+     * 
+     * @return  Currently parsed fields.
+     */
+    @Override
+    public Object[] getContent() {
+        Object[] returnedContent = fFieldsMap.values().toArray( new Object[fFieldsMap.size()] );
+        
+        return returnedContent;
+    }
+    
+    /**
+     * Return currently parsed fields in the internal hashmap format.<p>
+     * 
+     * @return  Currently parsed fields.
+     */
+    public HashMap<String, LttngEventField> getRawContent() {
+        return fFieldsMap;
+    }
+    
+//    @SuppressWarnings("unchecked")
+//    @Override
+//    public LttngEventField[] getFields() {
+//        LttngEventField tmpField = null;
+//        
+//        // *** TODO ***
+//        // SLOW! SLOW! SLOW! We should prevent the user to use this!!
+//        HashMap<String, Object> parsedContent = parseContent();
+//        
+//        String contentKey = null;
+//        Iterator<String> contentItr = parsedContent.keySet().iterator();
+//        while ( contentItr.hasNext() ) {
+//            contentKey = contentItr.next();
+//            
+//            tmpField = new LttngEventField(this, contentKey, parsedContent.get(contentKey));
+//            ((HashMap<String, LttngEventField>)fFields).put(contentKey, tmpField);
+//        }
+//        
+//        return fFields.values().toArray(new LttngEventField[fFields.size()]);
+//    }
+    
+    /**
+     * Parse all fields and return them as an array of LttngFields.<p>
+     * 
+     * Note : This function is heavy and should only be called if all fields are really needed.
+     * 
+     * @return  All fields.
+     * 
+     * @see @see org.eclipse.linuxtools.lttng.event.LttngEventField
+     */
+    @Override
+    public synchronized LttngEventField[] getFields() {
+        if ( fFieldsMap.size() < fParentEvent.getType().getNbFields() ) {
+               LttngEventField tmpField = null;
+               LttngEventType tmpType = (LttngEventType)fParentEvent.getType();
+               
+               for ( int pos=0; pos<tmpType.getNbFields(); pos++ ) {
+                   String name = null;
+                   LttngEvent lttngTmpEvent = (LttngEvent)getEvent(); //added for easier debugging
+                               JniEvent tmpEvent = (lttngTmpEvent).convertEventTmfToJni();
+                               
+                               // tmpEvent == null probably mean there is a discrepancy between Eclipse and C library
+                               // An error was probably printed in convertEventTmfToJni() already, but keep in mind this is SERIOUS
+                               if ( tmpEvent != null ) {
+                                       try {
+                                               name = tmpType.getLabel(pos);
+                                       
+                                               Object newValue = tmpEvent.parseFieldByName(name);
+                                               tmpField = new LttngEventField(this, name, newValue );
+                                               fFieldsMap.put(name, tmpField);
+                                       }
+                                       catch (TmfNoSuchFieldException e) {
+                                               System.out.println("Invalid field position requested : " + pos + ", ignoring (getFields).");  //$NON-NLS-1$//$NON-NLS-2$
+                                       }
+                   }
+               }
+        }
+        return fFieldsMap.values().toArray(new LttngEventField[fFieldsMap.size()]);
+    }
+    
+    /**
+     * Parse a single field from its given position.<p>
+     * 
+     * @return  The parsed field or null.
+     * 
+     * @see @see org.eclipse.linuxtools.lttng.event.LttngEventField
+     */
+    @Override
+    public LttngEventField getField(int position) {
+        LttngEventField returnedField = null;
+        String label = null;
+               try {
+                       label = fParentEvent.getType().getLabel(position);
+                       
+                       returnedField = (LttngEventField) this.getField(label);
+               } 
+               catch (TmfNoSuchFieldException e) {
+                       System.out.println("Invalid field position requested : " + position + ", ignoring (getField).");  //$NON-NLS-1$//$NON-NLS-2$
+               }
+        
+        return returnedField;
+    }
+    
+    /**
+     * Parse a single field from its given name.<p>
+     * 
+     * @return  The parsed field or null.
+     * 
+     * @see @see org.eclipse.linuxtools.lttng.event.LttngEventField
+     */
+    @Override
+    public synchronized Object getField(String name) {
+
+        // Check for generic table header fields
+        if (name.equals(LttngEventType.CONTENT_LABEL) || name.equals(FIELD_ID_CONTENT)) {
+            return fParentEvent.getContent().toString();
+        } else if (name.equals(LttngEventType.MARKER_LABEL) || name.equals(FIELD_ID_TYPE)) {
+            return fParentEvent.getType().getTypeId().toString();
+        } else if (name.equals(LttngEventType.TRACE_LABEL) || name.equals(FIELD_ID_REFERENCE)) {
+            return fParentEvent.getReference().getReference().toString();
+        } else if (name.equals(LttngEventType.TIMESTAMP_LABEL) || name.equals(FIELD_ID_TIMESTAMP)) {
+            return new Long(fParentEvent.getTimestamp().getValue()).toString();
+        } else if (name.equals(FIELD_ID_SOURCE)) {
+            return fParentEvent.getSource().getSourceId().toString();
+        }
+
+       // *** VERIFY ***
+        // Should we check if the field exists in LttngType before parsing? 
+        // It could avoid calling parse for non-existent fields but would waste some cpu cycle on check?
+        LttngEventField returnedField = fFieldsMap.get(name);
+        
+        if ( returnedField == null ) {
+            // *** VERIFY ***
+            // Should we really make sure we didn't get null before creating/inserting a field?
+               JniEvent tmpEvent = ((LttngEvent)getEvent()).convertEventTmfToJni();
+               
+               if ( tmpEvent != null) {
+                       Object newValue =  tmpEvent.parseFieldByName(name);
+                   
+                   if ( newValue!= null ) {
+                       returnedField = new LttngEventField(this, name, newValue);
+                       fFieldsMap.put(name, returnedField );
+                   }
+               }
+        }
+        
+        return returnedField;
+    }
+    
+    // *** VERIFY ***
+    // *** Is this even useful?
+    @Override
+    protected void parseContent() {
+        fFields = getFields();
+    }
+    
+    /**
+     * toString() method to print the content
+     * 
+     * Note : this function parse all fields and so is very heavy to use.
+     */
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        LttngEventField[] allFields = getFields();
+        
+        StringBuffer strBuffer = new StringBuffer();
+        for ( int pos=0; pos < allFields.length; pos++) {
+               if (pos != 0) strBuffer.append(",");
+               strBuffer.append(allFields[pos].toString());
+        }
+        
+        return strBuffer.toString();
+    }
+
+       @Override
+       public LttngEventContent clone() {
+               LttngEventContent clone = (LttngEventContent) super.clone();
+               LttngEventField[] fields = getFields();
+               clone.fFields = new LttngEventField[fields.length];
+               for (int i = 0; i < fields.length; i++) {
+                       clone.fFields[i] = fields[i].clone();
+               }
+               clone.fFieldsMap = new HashMap<String, LttngEventField>();
+               for (String key : fFieldsMap.keySet()) {
+                       clone.fFieldsMap.put(new String(key), ((LttngEventField) fFieldsMap.get(key)).clone());
+               }
+               return clone;
+       }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEventField.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEventField.java
new file mode 100644 (file)
index 0000000..e5020b0
--- /dev/null
@@ -0,0 +1,72 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   William Bourque (wbourque@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.event;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventField;
+
+/**
+ * <b><u>LttngEventField</u></b><p>
+ * 
+ * Lttng specific implementation of the TmfEventField.<p>
+ * 
+ * LttngEventField add a "name" attribute to the Tmf implementation This
+ * mean the fields will have a name and a value.
+ */
+public class LttngEventField extends TmfEventField {
+       
+    /**
+     * Constructor with parameters.<p>
+     * 
+     * @param parent   Parent content for this field
+     * @param id       Name (label) of this field
+     */
+    public LttngEventField(TmfEventContent parent, String id) {
+        super(parent, id, null);
+    }
+    
+       /**
+        * Constructor with parameters with optional value.<p>
+        * 
+        * @param parent   Parent content for this field
+        * @param id       Name (label) of this field
+        * @param value    Parsed value (payload) of this field
+        */
+       public LttngEventField(TmfEventContent parent, String id, Object value) {
+               super(parent, id, value);
+       }
+       
+       /**
+        * Copy constructor.<p>
+        * 
+        * @param oldField     the field to copy from
+        */
+       public LttngEventField(LttngEventField oldField) {
+               this(oldField.getParent(), oldField.getId(), oldField.getValue());
+       }
+       
+       @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+               Object value = getValue();
+           return getId() + ":" + ((value != null) ? value.toString() : "null");
+       }
+       
+       @Override
+       public LttngEventField clone() {
+               LttngEventField clone = (LttngEventField) super.clone();
+               clone.fValue = fValue;
+               return clone;
+       }
+       
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEventReference.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEventReference.java
new file mode 100644 (file)
index 0000000..38a78e0
--- /dev/null
@@ -0,0 +1,95 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   William Bourque (wbourque@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.event;
+
+import org.eclipse.linuxtools.tmf.core.event.*;
+
+/**
+ * <b><u>LttngEventReference</u></b><p>
+ * 
+ * Lttng specific implementation of the TmfEventReference
+ */
+public class LttngEventReference extends TmfEventReference {
+    
+    private String tracename = "";  //$NON-NLS-1$
+    
+    /**
+     * Constructor with parameters.<p>
+     * 
+     * @param newTraceName      Trace name 
+     */
+    public LttngEventReference(String newTraceName) {
+        super(""); //$NON-NLS-1$
+        tracename = newTraceName;
+    }
+    
+    /**
+     * Constructor with parameters with optional tracefile path.<p>
+     * 
+     * @param newTracefilePath  Complete tracefile path
+     * @param newTraceName      Trace name 
+     */
+    public LttngEventReference(String newTracefilePath, String newTraceName) {
+        super(newTracefilePath);
+        
+        // Save the name of the trace 
+        tracename = newTraceName;
+    }
+    
+    /**
+     * Copy Constructor.<p>
+     * 
+     * @param oldReference  LttngEventReference to copy from.
+     */
+    public LttngEventReference(LttngEventReference oldReference) {
+        this( oldReference.getValue().toString(), oldReference.getTracepath() );
+    }
+    
+    
+    public String getTracepath() {
+        return tracename;
+    }
+    
+    public void setTracepath(String tracename) {
+        this.tracename = tracename;
+    }
+    
+    public String getValue() {
+        return (String)fReference;
+    }
+    
+    public void setValue(String newReference) {
+        fReference = newReference;
+    }
+    
+    /**
+     * toString() method.<p>
+     * 
+     * We return only tracename, as it will be used directly in the eventsView.
+     *  Returning only tracename gives a better output.
+     * 
+     * @return tracename as String
+     */
+    @Override
+       public String toString() {
+       return tracename;
+    }
+    
+       @Override
+       public LttngEventReference clone() {
+               LttngEventReference clone = (LttngEventReference) super.clone();
+               clone.fReference = new String((String) fReference);
+               clone.tracename  = new String((String) tracename);
+               return clone;
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEventSource.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEventSource.java
new file mode 100644 (file)
index 0000000..dc04bb6
--- /dev/null
@@ -0,0 +1,72 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   William Bourque (wbourque@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.event;
+
+import org.eclipse.linuxtools.tmf.core.event.*;
+
+/**
+ * <b><u>LttngEventSource</u></b><p>
+ * 
+ * Lttng specific implementation of the TmfEventSource
+ */
+public class LttngEventSource extends TmfEventSource {
+    
+    /**
+     * Default Constructor.<p>
+     * 
+     */
+    public LttngEventSource() {
+        super();
+    }
+    
+    /**
+     * Copy Constructor.<p>
+     * 
+     * @param newSource  Source of the event as string.
+     */
+    public LttngEventSource(String newSource) {
+        super(newSource);
+    }
+    
+    
+    /**
+     * Copy Constructor.<p>
+     * 
+     * @param oldSource  LttngEventSource to copy from.
+     */
+    public LttngEventSource(LttngEventSource oldSource) {
+        this( (String)oldSource.getSourceId() );
+    }
+    
+    
+    @Override
+       public String getSourceId() {
+        return (String)fSourceId;
+    }
+    
+    public void setSourceId(String newSource) {
+        fSourceId = newSource;
+    }
+    
+    @Override
+       public String toString() {
+        return fSourceId.toString();
+    }
+
+       @Override
+       public LttngEventSource clone() {
+               LttngEventSource clone = (LttngEventSource) super.clone();
+               clone.fSourceId = new String((String) fSourceId);
+               return clone;
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEventType.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngEventType.java
new file mode 100644 (file)
index 0000000..27b0dd4
--- /dev/null
@@ -0,0 +1,124 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   William Bourque (wbourque@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.event;
+
+import org.eclipse.linuxtools.tmf.core.event.*;
+
+/**
+ * <b><u>LttngEventType</u></b><p>
+ * 
+ * Lttng specific implementation of the TmfEventType.<p>
+ * 
+ * This implementation add some attributes to the basic Tmf object.
+ */
+public class LttngEventType extends TmfEventType {
+    
+    private static final String DEFAULT_TYPE_ID = "Kernel Trace"; //$NON-NLS-1$
+    // These should match the column names in LTTng Events Table
+    public static final String TIMESTAMP_LABEL = "Timestamp"; //$NON-NLS-1$
+    public static final String TRACE_LABEL = "Trace"; //$NON-NLS-1$
+    public static final String MARKER_LABEL = "Marker"; //$NON-NLS-1$
+    public static final String CONTENT_LABEL = "Content"; //$NON-NLS-1$
+    private static final String[] DEFAULT_LABELS = {
+        TIMESTAMP_LABEL, TRACE_LABEL, MARKER_LABEL, CONTENT_LABEL
+    };
+    public static final LttngEventType DEFAULT_EVENT_TYPE = new LttngEventType(DEFAULT_TYPE_ID, DEFAULT_LABELS);
+    
+    private String tracefileName    = null;
+    private Long   cpuId            = null;
+    private String markerName       = null;
+    private int markerId            = -1;
+    
+    /**
+     * Default Constructor.<p>
+     * 
+     */
+    public LttngEventType() {
+        super();
+    }
+    
+    /**
+     * Default Constructor.<p>
+     * 
+     */
+    public LttngEventType(String typeId, String[] labels) {
+        super(typeId, labels);
+    }
+    
+    /**
+     * Constructor with parameters.<p>
+     * 
+     * @param thisTracefileName                Tracefile (channel) name in Ltt
+     * @param thisMarkerName           Marker name in LTT
+     * @param thisMarkerfieldsName  MarkerFields related to this marker        
+     */
+    public LttngEventType(String thisTracefileName, Long thisCpuId, String thisMarkerName, int thisMarkerId, String[] thisMarkerfieldsName) {
+        super( thisTracefileName + "/" + thisCpuId + "/" + thisMarkerName, thisMarkerfieldsName); //$NON-NLS-1$ //$NON-NLS-2$
+        
+        tracefileName   = thisTracefileName;
+        cpuId           = thisCpuId;
+        markerName      = thisMarkerName;
+        markerId        = thisMarkerId;
+    }
+
+    /**
+     * Copy constructor.<p>
+     * 
+     * @param oldType   Type we want to copy from
+     */
+    public LttngEventType(LttngEventType oldType) {
+        this(oldType.tracefileName, oldType.cpuId, oldType.markerName, oldType.markerId, oldType.getLabels());
+    }
+    
+    
+    public String getTracefileName() {
+        return tracefileName;
+    }
+    
+    public Long getCpuId() {
+        return cpuId;
+    }
+    
+    public String getMarkerName() {
+        return markerName;
+    }
+    
+    public int getMarkerId() {
+        return markerId;
+    }
+    
+    /**
+     * toString() method.
+     * 
+     * @return TypeId (channel/marker) of the object
+     */
+    @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+        // *** TODO ***
+        // This is used as-it in the events view, so we won't change its format.
+        //  ...but maybe we should?
+        return tracefileName + "/" + cpuId.toString() + "/" + markerName;
+    }
+
+    @Override
+       public LttngEventType clone() {
+       LttngEventType clone = (LttngEventType) super.clone();
+               clone.tracefileName = new String(tracefileName);
+               clone.cpuId         = new Long(cpuId);
+               clone.markerName    = new String(markerName);
+               clone.markerId      = markerId;
+       return clone;
+    }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngLocation.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngLocation.java
new file mode 100644 (file)
index 0000000..f8111db
--- /dev/null
@@ -0,0 +1,161 @@
+package org.eclipse.linuxtools.lttng.core.event;
+
+import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;
+
+
+public class LttngLocation implements ITmfLocation<LttngTimestamp>, Comparable<LttngLocation> {
+       
+       private final static long DEFAULT_CURR_TIME =  0L;
+       
+       private boolean isLastOperationParse = false ;
+       private boolean isLastOperationReadNext = false;
+       private boolean isLastOperationSeek = false;
+       
+       private LttngTimestamp operationTime = null;
+       
+       public LttngLocation() {
+               this( DEFAULT_CURR_TIME );
+       }
+       
+       public LttngLocation(long newCurrentTimestampValue) {
+               isLastOperationParse = false;
+               isLastOperationReadNext = false;
+               isLastOperationSeek = false;
+               operationTime = new LttngTimestamp(newCurrentTimestampValue);
+       }
+       
+       public LttngLocation(LttngTimestamp newCurrentTimestamp) {
+               isLastOperationParse = false;
+               isLastOperationReadNext = false;
+               isLastOperationSeek = false;
+               operationTime = new LttngTimestamp(newCurrentTimestamp);
+       }
+       
+       
+       public LttngLocation(LttngLocation oldLocation) {
+               this.isLastOperationParse = oldLocation.isLastOperationParse;
+               this.isLastOperationReadNext = oldLocation.isLastOperationReadNext;
+               this.isLastOperationSeek = oldLocation.isLastOperationSeek;
+               this.operationTime = oldLocation.operationTime;
+       }
+       
+       @Override
+       public LttngLocation clone() {
+               
+               LttngLocation newLocation = null;
+               
+               try {
+                       newLocation = (LttngLocation)super.clone();
+                       
+                       // *** IMPORTANT ***
+                       // Basic type in java are immutable!
+                       // Thus, using assignation ("=") on basic type is VALID.
+                       newLocation.isLastOperationParse = this.isLastOperationParse;
+                       newLocation.isLastOperationReadNext = this.isLastOperationReadNext;
+                       newLocation.isLastOperationSeek = this.isLastOperationSeek;
+                       
+                       // For other type, we need to create a new timestamp
+                       newLocation.operationTime  = new LttngTimestamp( this.operationTime );
+               } 
+               catch (CloneNotSupportedException e) {
+                       System.out.println("Cloning failed with : " + e.getMessage()); //$NON-NLS-1$
+               }
+
+               return newLocation;
+       }
+       
+       public LttngTimestamp getOperationTime() {
+               return operationTime;
+       }
+       
+       public long getOperationTimeValue() {
+               return operationTime.getValue();
+       }
+       
+       public void setOperationTime(LttngTimestamp newOperationTime) {
+               this.operationTime.setValue(newOperationTime.getValue());
+       }
+       
+       public void setOperationTime(Long newOperationTimeValue) {
+               this.operationTime.setValue(newOperationTimeValue);
+       }
+       
+       
+       public void setLastOperationParse() {
+               isLastOperationParse = true;
+               isLastOperationReadNext  = false;
+               isLastOperationSeek  = false;
+       }
+
+       public boolean isLastOperationParse() {
+               return isLastOperationParse;
+       }
+       
+       
+       public void setLastOperationReadNext() {
+               isLastOperationParse = false;
+               isLastOperationReadNext  = true;
+               isLastOperationSeek  = false;
+       }
+
+       public boolean isLastOperationReadNext() {
+               return isLastOperationReadNext;
+       }
+       
+       
+       public void setLastOperationSeek() {
+               isLastOperationParse = false;
+               isLastOperationReadNext  = false;
+               isLastOperationSeek  = true;
+       }
+
+       public boolean isLastOperationSeek() {
+               return isLastOperationSeek;
+       }
+       
+       public void resetLocationState() {
+               isLastOperationParse = false;
+               isLastOperationReadNext = false;
+               isLastOperationSeek = false;
+       }
+       
+       // ------------------------------------------------------------------------
+       // Object
+       // ------------------------------------------------------------------------
+
+       @Override
+       public boolean equals(Object other) {
+       if (!(other instanceof LttngLocation)) {
+               return false;
+       }
+       LttngLocation o = (LttngLocation) other;
+       return (operationTime.equals(o.operationTime)) && (isLastOperationParse == o.isLastOperationParse) &&
+                  (isLastOperationReadNext == o.isLastOperationReadNext) && (isLastOperationSeek == o.isLastOperationSeek);
+       }
+       
+       @Override
+       public String toString() {
+//             return "\tLttngLocation[ P/R/S : "  + isLastOperationParse + "/" + isLastOperationReadNext + "/" + isLastOperationSeek + "  Current : " + operationTime + " ]";
+               return operationTime.toString();
+       }
+       
+       // ------------------------------------------------------------------------
+       // ITmfLocation
+       // ------------------------------------------------------------------------
+
+       @Override
+       public void setLocation(LttngTimestamp location) {
+               operationTime  = (LttngTimestamp)location;
+       }
+
+       @Override
+       public LttngTimestamp getLocation() {
+               return new LttngTimestamp ( operationTime );
+       }
+
+       @Override
+       public int compareTo(LttngLocation o) {
+               return operationTime.compareTo(o.operationTime);
+       }
+       
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngSyntheticEvent.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngSyntheticEvent.java
new file mode 100644 (file)
index 0000000..0cf6c8d
--- /dev/null
@@ -0,0 +1,309 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.event;
+
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.jni.JniEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.trace.TmfTrace;
+
+/**
+ * @author alvaro
+ * 
+ */
+public class LttngSyntheticEvent extends LttngEvent {
+
+       public static final LttngSyntheticEvent NullEvent = new LttngSyntheticEvent();
+
+       // ======================================================================+
+       // Data
+       // =======================================================================
+       /**
+        * <p>
+        * BEFORE: Before the update to the state system
+        * </p>
+        * <p>
+        * UPDATE: Proceed to update the state system
+        * </p>
+        * <p>
+        * AFTER: After the update of the state system
+        * </p>
+        * <p>
+        * ACK: Acknowledge indicator for any of the previous sequences
+        * </p>
+        */
+       public enum SequenceInd {
+               STARTREQ, BEFORE, UPDATE, AFTER, ENDREQ
+       };
+
+       private SequenceInd sequence = SequenceInd.BEFORE;
+       private LttngEvent baseEvent = null;
+       private LttngTraceState fTraceModel = null;
+       // ======================================================================+
+       // Constructors
+       // =======================================================================
+       /**
+        * @param baseEvent
+        */
+       public LttngSyntheticEvent(LttngEvent baseEvent) {
+               super(baseEvent);
+               this.baseEvent = baseEvent;
+       }
+
+       /**
+        * @param parent
+        * @param timestamp
+        * @param source
+        * @param type
+        * @param content
+        * @param reference
+        * @param lttEvent
+        */
+       public LttngSyntheticEvent(TmfTrace<LttngEvent> parent,
+                       LttngTimestamp timestamp, TmfEventSource source,
+                       LttngEventType type, LttngEventContent content,
+                       LttngEventReference reference, JniEvent lttEvent) {
+               super(parent, timestamp, source, type, content, reference, lttEvent);
+       }
+
+       private LttngSyntheticEvent() {
+               this(null, null, null, null, null, null, null);
+       }
+
+       // ======================================================================+
+       // Methods
+       // =======================================================================
+
+       /**
+        * @return the sequence indicator
+        */
+       public SequenceInd getSynType() {
+               return sequence;
+       }
+
+       /**
+        * @param type
+        *            the sequence indicator to set
+        */
+       public void setSequenceInd(SequenceInd sequence) {
+               this.sequence = sequence;
+       }
+
+       /**
+        * @return the baseEvent
+        */
+       public LttngEvent getBaseEvent() {
+               return baseEvent;
+       }
+
+       /**
+        * @param traceModel
+        *            the trace state-data-model associated to this event
+        */
+       public void setTraceModel(LttngTraceState traceModel) {
+               this.fTraceModel = traceModel;
+       }
+
+       /**
+        * @return the traceModel
+        */
+       public LttngTraceState getTraceModel() {
+               return fTraceModel;
+       }
+
+       /**
+        * /* (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.core.event.LttngEvent#getParentTrace()
+        */
+       @SuppressWarnings("unchecked")
+    @Override
+   public TmfTrace<LttngEvent> getParentTrace() {
+               if (baseEvent != null) {
+                       return (TmfTrace<LttngEvent>) baseEvent.getParentTrace();
+               } else {
+                       return (TmfTrace<LttngEvent>) super.getParentTrace();
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.event.LttngEvent#setParentTrace(org.eclipse
+        * .linuxtools.tmf.trace.TmfTrace)
+        */
+       @Override
+       public void setParentTrace(TmfTrace<LttngEvent> parentTrace) {
+               if (baseEvent != null) {
+                       baseEvent.setParentTrace(parentTrace);
+               } else {
+                       super.setParentTrace(parentTrace);
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#getChannelName()
+        */
+       @Override
+       public String getChannelName() {
+               if (baseEvent != null) {
+                       return baseEvent.getChannelName();
+               } else {
+                       return super.getChannelName();
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#getCpuId()
+        */
+       @Override
+       public long getCpuId() {
+               if (baseEvent != null) {
+                       return baseEvent.getCpuId();
+               } else {
+                       return super.getCpuId();
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#getMarkerName()
+        */
+       @Override
+       public String getMarkerName() {
+               if (baseEvent != null) {
+                       return baseEvent.getMarkerName();
+               } else {
+                       return super.getMarkerName();
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#getContent()
+        */
+       @Override
+       public LttngEventContent getContent() {
+               if (baseEvent != null) {
+                       return baseEvent.getContent();
+               } else {
+                       return super.getContent();
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.event.LttngEvent#setContent(org.eclipse.
+        * linuxtools.lttng.event.LttngEventContent)
+        */
+       @Override
+       public void setContent(LttngEventContent newContent) {
+               if (baseEvent != null) {
+                       baseEvent.setContent(newContent);
+               } else {
+                       super.setContent(newContent);
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#getType()
+        */
+       @Override
+       public LttngEventType getType() {
+               if (baseEvent != null) {
+                       return baseEvent.getType();
+               } else {
+                       return super.getType();
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.event.LttngEvent#setType(org.eclipse.linuxtools
+        * .lttng.event.LttngEventType)
+        */
+       @Override
+       public void setType(LttngEventType newType) {
+               if (baseEvent != null) {
+                       baseEvent.setType(newType);
+               } else {
+                       super.setType(newType);
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.event.LttngEvent#updateJniEventReference
+        * (org.eclipse.linuxtools.lttng.jni.JniEvent)
+        */
+       @Override
+       public void updateJniEventReference(JniEvent newJniEventReference) {
+               if (baseEvent != null) {
+                       baseEvent.updateJniEventReference(newJniEventReference);
+               } else {
+                       super.updateJniEventReference(newJniEventReference);
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#convertEventTmfToJni()
+        */
+       @Override
+       public JniEvent convertEventTmfToJni() {
+               if (baseEvent != null) {
+                       return baseEvent.convertEventTmfToJni();
+               } else {
+                       return super.convertEventTmfToJni();
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#isNullRef()
+        */
+       @Override
+       public boolean isNullRef() {
+               return this == NullEvent;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#toString()
+        */
+       @Override
+       public String toString() {
+               if (baseEvent != null) {
+                       return baseEvent.toString();
+               } else {
+                       return super.toString();
+               }
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngTimestamp.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/event/LttngTimestamp.java
new file mode 100644 (file)
index 0000000..974f4d6
--- /dev/null
@@ -0,0 +1,183 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   William Bourque (wbourque@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.event;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+/**
+ * <b><u>LttngTimestamp</u></b><p>
+ * 
+ * Lttng specific implementation of the TmfTimestamp.<p>
+ * 
+ * The Lttng implementation is the same as the basic Tmf Implementation but allow construction with a TmfTimestamp or a long.
+ */
+public class LttngTimestamp extends TmfTimestamp {
+    
+    // Required by Serializable
+       private static final long serialVersionUID = -7016853105162491273L;
+       
+    /**
+     * Default Constructor.<p>
+     * 
+     */
+       public LttngTimestamp() {
+           super(Long.MIN_VALUE, (byte) -9);
+       }
+       
+       /**
+     * Constructor with parameters.<p>
+     * 
+     * @param newEventTime    Time as long, unit expected to be nanoseconds
+     */
+    public LttngTimestamp(long newEventTime) {
+        super(newEventTime, (byte) -9);
+    }
+    
+    /**
+     * Copy Constructor.<p>
+     * 
+     * @param oldEventTime    The timestamp object we want to copy from
+     */
+    public LttngTimestamp(TmfTimestamp oldEventTime) {
+        this(oldEventTime.getValue());
+    }
+    
+    @Override
+    public long getValue() {
+        return fValue;
+    }
+    
+    public void setValue(long newValue) {
+        fValue = newValue;
+    }
+    
+       /**
+        * Get the second part in timestamp.<p>
+        * 
+        * Note : We do not use scale and assumes contents to be in nano seconds.
+        * 
+        * @return Seconds in the object, in string.
+        */
+       public String getSeconds() {
+               return formatSecs(fValue);
+       }
+
+       /**
+     * Get the nanosecond part in timestamp.<p>
+     * 
+     * Note : We do not use scale and assumes contents to be in nanoseconds.
+        * 
+        * @return Seconds in the object, in string.
+        */
+       public String getNanoSeconds() {
+               return formatNs(fValue);
+       }
+       
+       /*
+        * Use the exponent to format the second in the correct format.
+        */
+       private String formatSecs(long time) {
+               long sec = (long) (time * 1E-9);
+               return String.valueOf(sec);
+       }
+
+       /*
+        * Obtains the remainder fraction on unit Seconds of the entered value in
+        * nanoseconds. e.g. input: 1241207054171080214 ns.
+        * The number of fraction seconds can be obtained by removing the last 9 digits: 
+        * In 1241207054, the fractional portion of seconds, expressed in ns is: 171080214
+        */
+       private String formatNs(long time) {
+               boolean neg = time < 0;
+               if (neg) {
+                       time = -time;
+               }
+               // The following approach could be used although performance
+               // decreases in half.
+               // String strVal = String.format("%09d", time);
+               // String tmp = strVal.substring(strVal.length() - 9)
+               StringBuffer temp = new StringBuffer();
+               long ns = time;
+               ns %= 1000000000;
+               if (ns < 10) {
+                       temp.append("00000000"); //$NON-NLS-1$
+               } else if (ns < 100) {
+                       temp.append("0000000"); //$NON-NLS-1$
+               } else if (ns < 1000) {
+                       temp.append("000000"); //$NON-NLS-1$
+               } else if (ns < 10000) {
+                       temp.append("00000"); //$NON-NLS-1$
+               } else if (ns < 100000) {
+                       temp.append("0000"); //$NON-NLS-1$
+               } else if (ns < 1000000) {
+                       temp.append("000"); //$NON-NLS-1$
+               } else if (ns < 10000000) {
+                       temp.append("00"); //$NON-NLS-1$
+               } else if (ns < 100000000) {
+                       temp.append("0"); //$NON-NLS-1$
+               }
+
+               temp.append(ns);
+               return temp.toString();
+       }
+
+       
+    /**
+     * toString() method.
+     * 
+     * @return timestamp, as string
+     */
+    @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+
+        long value = fValue;
+        if (fValue < 0) {
+            value = -fValue; 
+        }
+        
+        StringBuilder sb = new StringBuilder(String.valueOf(value));
+
+        // Prepend the correct number of "0" so we can insert a "." at the right location
+        int nbZeroes = (-fScale) - sb.length() + 1;  
+        for (int i = 0; i < nbZeroes; i++) {
+            sb.insert(i, "0");
+        }
+        sb.insert(sb.length() + fScale, ".");
+        
+        // Prepend "-" if negative
+        if (fValue < 0) {
+            sb.insert(0, "-");
+        }
+        
+        return sb.toString();
+    }
+
+    @Override
+    public LttngTimestamp clone() {
+       return (LttngTimestamp) super.clone();
+    }
+
+    /**
+     * Compute the delta between two timestamps (adjusted to scale of current timestamp).
+     * 
+     * @param reference the reference timestamp to synchronize with
+     * @return the delta timestamp 
+     * @throws ArithmeticException
+     */
+    @Override
+    public LttngTimestamp getDelta(TmfTimestamp other) throws ArithmeticException {
+        TmfTimestamp delta = super.getDelta(other);
+        return new LttngTimestamp(delta); 
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/exceptions/EventOutOfSequenceException.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/exceptions/EventOutOfSequenceException.java
new file mode 100644 (file)
index 0000000..4ee9e79
--- /dev/null
@@ -0,0 +1,17 @@
+/**
+ * 
+ */
+package org.eclipse.linuxtools.lttng.core.exceptions;
+
+/**
+ * @author francois
+ *
+ */
+public class EventOutOfSequenceException extends Exception {
+
+       private static final long serialVersionUID = -3537822357348706661L;
+
+       public EventOutOfSequenceException(String errMsg) {
+        super(errMsg);
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/exceptions/LttngException.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/exceptions/LttngException.java
new file mode 100644 (file)
index 0000000..a325546
--- /dev/null
@@ -0,0 +1,14 @@
+package org.eclipse.linuxtools.lttng.core.exceptions;
+
+/**
+ * <b><u>LttngException</u></b>
+ * <p>
+ * Super exception class for Lttng
+ */
+public class LttngException extends Exception {
+       static final long serialVersionUID = 4016530589556719360L;
+
+    public LttngException(String errMsg) {
+        super(errMsg);
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/model/ILTTngTreeNode.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/model/ILTTngTreeNode.java
new file mode 100644 (file)
index 0000000..16d5cb6
--- /dev/null
@@ -0,0 +1,119 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.model;
+
+import org.eclipse.core.runtime.IAdaptable;
+
+/**
+ * @author alvaro
+ *
+ */
+public interface ILTTngTreeNode<E extends ILTTngTreeNode<E>> extends IAdaptable {
+       // ========================================================================
+       // Methods
+       // ========================================================================
+       /**
+        * Return the unique id of this resource
+        * 
+        * @return
+        */
+       public Long getId();
+
+       /**
+        * Types are defined by the user application
+        * 
+        * @return
+        */
+       public Object getType();
+
+       /**
+        * Return this resource name
+        * 
+        * @return
+        */
+       public E getChildByName(String name);
+
+       /**
+        * @param k
+        *            k needed for the creation of the generic array
+        * @return
+        */
+       public E[] getChildren();
+
+       /**
+        * Get the child by its unique id
+        * 
+        * @param id
+        * @return
+        */
+       public E getChildById(Long id);
+
+       /**
+        * Get the parent of this resource
+        * 
+        * @return
+        */
+       public E getParent();
+
+       /**
+        * @return
+        */
+       public boolean hasChildren();
+
+       /**
+        * Return the name of this resource
+        * 
+        * @return
+        */
+       public String getName();
+
+       /**
+        * <p>
+        * Get the path from parent resources to this resource
+        * </p>
+        * <p>
+        * e.g. /root/name1/name2
+        * </p>
+        * 
+        * @return
+        */
+       public String getPath();
+
+       /**
+        * Return the reference value associated to this tree node
+        * 
+        * @return
+        */
+       public Object getValue();
+
+       /**
+        * returns the next value to be used as unique id in reference to this
+        * instance e.g. can be used to construct children unique ids.
+        */
+       public Long getNextUniqueId();
+
+       /**
+        * Returns an attribute by name and casts the attribute value to the
+        * specified type, returns null if the attribute itself is null, not and
+        * instance of the specified class or the attribute has not been added
+        * 
+        * @return
+        */
+       public <T> T getAttribute(String name, Class<T> type);
+
+       /**
+        * Adds an attribute by name and which is not a tree node element
+        * 
+        * @return true if the element was not added e.g. invalid input
+        */
+       public boolean addAttribute(String name, Object attribute);
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/model/LTTngTreeNode.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/model/LTTngTreeNode.java
new file mode 100644 (file)
index 0000000..e50e06e
--- /dev/null
@@ -0,0 +1,68 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.model;
+
+
+public class LTTngTreeNode extends
+               LTTngTreeNodeGeneric<LTTngTreeNode> {
+
+       // ========================================================================
+       // Data
+       // ========================================================================
+
+
+       // ========================================================================
+       // Constructors
+       // ========================================================================
+       /**
+        * @param id
+        * @param parent
+        * @param name
+        */
+       public LTTngTreeNode(Long id, LTTngTreeNode parent, String name) {
+               super(id, parent, name, null);
+       }
+
+       /**
+        * @param id
+        * @param parent
+        * @param name
+        * @param value
+        */
+       public LTTngTreeNode(Long id, LTTngTreeNode parent, String name,
+                       Object value) {
+               super(id, parent, name, value);
+       }
+
+       /**
+        * When parent is not know just yet
+        * 
+        * @param id
+        * @param name
+        * @param value
+        */
+       public LTTngTreeNode(Long id, String name, Object value) {
+               this(id, null, name, value);
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.model.LTTngTreeNodeGeneric#getChildren()
+        */
+       @Override
+       public LTTngTreeNode[] getChildren() {
+               return childrenToArray(fchildren.values(), this.getClass());
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/model/LTTngTreeNodeGeneric.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/model/LTTngTreeNodeGeneric.java
new file mode 100644 (file)
index 0000000..ad2541d
--- /dev/null
@@ -0,0 +1,371 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.model;
+
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+
+import org.eclipse.linuxtools.lttng.core.LttngConstants;
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.tmf.core.event.TmfData;
+
+public abstract class LTTngTreeNodeGeneric<E extends LTTngTreeNodeGeneric<E>>
+               extends TmfData implements ILTTngTreeNode<E> {
+
+       // ========================================================================
+       // Data
+       // ========================================================================
+       private final Long fid;
+       private final Object ftype;
+       private final Object fvalue;
+       protected final Map<Long, E> fchildren = new HashMap<Long, E>();
+       protected final Map<String, E> fchildrenByName = new HashMap<String, E>();
+       protected final Map<String, Object> fattributesByName = new HashMap<String, Object>();
+       private E fparent = null;
+       private final String fname;
+       private Long idCount = 0L;
+
+       // ========================================================================
+       // Constructors
+       // ========================================================================
+       /**
+        * @param id
+        * @param parent
+        * @param name
+        * @param value
+        */
+       public LTTngTreeNodeGeneric(Long id, E parent, String name,
+                       Object value) {
+               fid = id;
+               fparent = parent;
+               fname = name;
+
+               if (value != null) {
+                       fvalue = value;
+                       ftype = fvalue.getClass();
+               } else {
+                       fvalue = this;
+                       ftype = this.getClass();
+               }
+       }
+
+       /**
+        * @param id
+        * @param parent
+        * @param name
+        */
+       public LTTngTreeNodeGeneric(Long id, E parent, String name) {
+               this(id, parent, name, null);
+       }
+
+       /**
+        * When parent is not know just yet
+        * 
+        * @param id
+        * @param type
+        * @param name
+        */
+       public LTTngTreeNodeGeneric(Long id, String name, Object value) {
+               this(id, null, name, value);
+       }
+
+       // ========================================================================
+       // Methods
+       // ========================================================================
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#getId()
+        */
+       @Override
+       public Long getId() {
+               return fid;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#getType()
+        */
+       @Override
+       public Object getType() {
+               return ftype;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#getChildByName
+        * ()
+        */
+       @Override
+       public E getChildByName(String name) {
+               E child = null;
+               if (name != null) {
+                       child = fchildrenByName.get(name);
+               }
+               return child;
+       }
+
+       /**
+        * @param child
+        */
+       public void addChild(E child) {
+               if (child != null) {
+                       Long id = child.getId();
+                       if (id != null) {
+                               if (fchildren.containsKey(id) && fchildren.get(id) != child) {
+                                       TraceDebug.debug("Replaced child " + id + " for: " + child);  //$NON-NLS-1$//$NON-NLS-2$
+                               }
+                               fchildren.put(id, child);
+                               fchildrenByName.put(child.getName(), child);
+                       }
+               }
+
+               return;
+       }
+
+       /**
+        * @param child
+        */
+       public void removeChild(E child) {
+               if (child != null) {
+                       Long id = child.getId();
+                       if (id != null) {
+                               E childToRemove = fchildren.remove(id);
+                               if (childToRemove != null) {
+                                       fchildrenByName.remove(childToRemove.getName());
+                               }
+                       }
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.model.ILTTngTreeNode#getChildren()
+        */
+       @Override
+       public abstract E[] getChildren();
+       // {
+       // return (T[]) childrenToArray(fchildren.values(), this.getClass());
+       // }
+
+       /**
+        * Convert from generic collection to generic array. An empty array is
+        * provided when no children nodes are defined
+        * 
+        * @param collection
+        * @param k
+        * @return
+        */
+       @SuppressWarnings("unchecked")
+       protected E[] childrenToArray(Collection<E> collection, Class<? extends E> k) {
+               // check entries
+               if (collection == null || k == null) {
+                       return null;
+               }
+
+               int size = collection.size();
+
+               // unchecked cast
+               E[] childrenArray = (E[]) java.lang.reflect.Array.newInstance(k, size);
+               int i = 0;
+               for (E item : collection) {
+                       childrenArray[i++] = item;
+               }
+
+               return childrenArray;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#getChildById
+        * (java.lang.Long)
+        */
+       @Override
+       public E getChildById(Long id) {
+               if (id == null)
+                       return null;
+               return fchildren.get(id);
+       }
+
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#getParent()
+        */
+       @Override
+       public E getParent() {
+               return fparent;
+       }
+
+       /**
+        * @param parent
+        */
+       public void setParent(E parent) {
+               fparent = parent;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#hasChildren()
+        */
+       @Override
+       public boolean hasChildren() {
+               if (fchildren.size() > 0) {
+                       return true;
+               }
+               return false;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#getName()
+        */
+       @Override
+       public String getName() {
+               return fname;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#getPath()
+        */
+       @Override
+       public String getPath() {
+               return getPath(this, ""); //$NON-NLS-1$
+       }
+
+       /**
+        * Obtaining the path recursively up to the related parents until no parent
+        * is found
+        * 
+        * @param child
+        * @param ipath
+        * @return
+        */
+       private String getPath(LTTngTreeNodeGeneric<E> child,
+                       String ipath) {
+               String path = ipath;
+               if (ipath != null) {
+                       if (child == null) {
+                               return ipath;
+                       } else {
+                               E parent = child.getParent();
+                               path = getPath(parent, "/" + child.getName() + ipath); //$NON-NLS-1$
+                       }
+               }
+
+               return path;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.core.runtime.IAdaptable#getAdapter(java.lang.Class)
+        */
+       @Override
+       @SuppressWarnings("rawtypes")
+       public Object getAdapter(Class clazz) {
+               if (clazz == ftype) {
+                       return fvalue;
+               }
+               return null;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.model.ILTTngTreeNode#getValue()
+        */
+       @Override
+       public Object getValue() {
+               return fvalue;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.model.ILTTngTreeNode#getNextUniqueId()
+        */
+       @Override
+       public synchronized Long getNextUniqueId() {
+           ++idCount;
+           if (idCount > LttngConstants.MAX_NUMBER_OF_TRACES_ID) {
+               idCount = 0L;
+           }
+               return idCount | LttngConstants.STATS_TRACE_NAME_ID;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.model.ILTTngTreeNode#getAttribute(java.lang
+        * .String)
+        */
+       @Override
+       @SuppressWarnings("unchecked")
+       public <T> T getAttribute(String key, Class<T> type) {
+               if (key != null) {
+                       Object value = fattributesByName.get(key);
+                       if (value.getClass().isAssignableFrom(type)) {
+                               return (T) value;
+                       }
+               }
+
+               return null;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.model.ILTTngTreeNode#addAttribute(java.lang
+        * .String, java.lang.Object)
+        */
+       @Override
+       public boolean addAttribute(String key, Object value) {
+               // validate
+               if (key == null || value == null) {
+                       return false;
+               }
+
+               fattributesByName.put(key, value);
+               return true;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.tmf.event.TmfData#isNullRef()
+        */
+       @Override
+       public boolean isNullRef() {
+               return false;
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/ILttngSyntEventRequest.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/ILttngSyntEventRequest.java
new file mode 100644 (file)
index 0000000..9e0be15
--- /dev/null
@@ -0,0 +1,98 @@
+/*******************************************************************************
+ * Copyright (c) 20010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.request;
+
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent;
+import org.eclipse.linuxtools.tmf.core.component.TmfEventProvider;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+
+public interface ILttngSyntEventRequest extends ITmfDataRequest<LttngSyntheticEvent> {
+
+       /**
+        * Trigger the start to process this request right after the notification to
+        * the interested listeners
+        * 
+        * @param provider
+        * @param broadcast
+        *            true: All views, false: only to registered listeners
+        */
+       public abstract void startRequestInd(
+                       TmfEventProvider<LttngSyntheticEvent> provider);
+
+       /**
+        * to be called by the handleCompletion in superclass method, notifies the
+        * interested listeners. i.e. if the request start indicated broadcast, the
+        * completion will also be broadcasted otherwise only registered listeners
+        * will be notified.
+        */
+       public abstract void notifyCompletion();
+
+       public abstract void notifyStarting();
+
+       public abstract TmfTimeRange getExperimentTimeRange();
+
+       /**
+        * @param numOfEvents
+        *            the numOfEvents to set
+        */
+       public abstract void setSynEventCount(Long numOfEvents);
+
+       /**
+        * @return the numOfEvents
+        */
+       public abstract Long getSynEventCount();
+
+       /**
+        * @param clearAllData
+        *            indicates the need to clear all previous data e.g. a new
+        *            experiment selection
+        */
+       public abstract void setclearDataInd(boolean clearAllData);
+
+       /**
+        * Returns indication - clearing of all existing data model is required e.g
+        * from the selection of a new experiment
+        * 
+        * @return
+        */
+       public abstract boolean isclearDataInd();
+
+       /**
+        * @return <p>
+        *         The associated source of the request
+        *         </p>
+        *         <p>
+        *         Returns null if no source object has been previously set
+        *         </p>
+        * 
+        */
+       public abstract Object getSource();
+
+       /**
+        * Sets a reference to the source of this request
+        * 
+        * @param source
+        */
+       public abstract void setSource(Object source);
+
+
+       /**
+        * Return the time range associated to this request
+        * 
+        * @return
+        */
+       public abstract TmfTimeRange getRange();
+       
+       public abstract String getExperimentName();
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/IRequestStatusListener.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/IRequestStatusListener.java
new file mode 100644 (file)
index 0000000..97d305f
--- /dev/null
@@ -0,0 +1,39 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.request;
+
+
+
+/**
+ * Interface to be used to receive notification of Processing start and
+ * completed
+ * 
+ * @author alvaro
+ * 
+ */
+public interface IRequestStatusListener {
+       // ========================================================================
+       // Methods
+       // ========================================================================
+       
+       /**
+        * 
+        * @param request
+        * @return
+        */
+       public void processingStarted(RequestStartedSignal request);
+
+       /**
+        * @param signal
+        */
+       public void processingCompleted(RequestCompletedSignal signal);
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/LttngBaseEventRequest.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/LttngBaseEventRequest.java
new file mode 100644 (file)
index 0000000..f6b7606
--- /dev/null
@@ -0,0 +1,126 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *   Marc Dumais (marc.dumais@ericsson.com) - Fix for 316455 (first part)
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.request;
+
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+
+/**
+ * This class is an extension of Tmf Event Request which includes specific
+ * references i.e. a status listener to indicate the start and end of the
+ * request
+ * 
+ * @author alvaro
+ * 
+ */
+public abstract class LttngBaseEventRequest extends TmfEventRequest<LttngEvent> {
+
+       // ========================================================================
+       // Data
+       // =======================================================================
+       private long numOfEvents = 0;
+       private boolean clearDataInd = false;
+       /**
+        * The time to send events to the application as requested, Note: The start
+        * time of the request for base events is adjusted to the nearest check
+        * point
+        */
+       private final TmfTimestamp fDispatchTime;
+
+       // ========================================================================
+       // Constructors
+       // =======================================================================
+       /**
+        * @param range
+        * @param dispatchTime
+        * @param offset
+        * @param nbEvents
+        * @param maxBlockSize
+        * @param traceState
+        * @param listener
+        */
+       public LttngBaseEventRequest(TmfTimeRange range, TmfTimestamp dispatchTime, long offset, int nbEvents,
+                       int maxBlockSize, ITmfDataRequest.ExecutionType execType) {
+               super(LttngEvent.class, range, (int) offset, nbEvents, maxBlockSize, execType);         
+               fDispatchTime = dispatchTime;
+       }
+
+       @Override
+       public void cancel() {
+               super.cancel();
+       }
+
+       // ========================================================================
+       // Methods
+       // =======================================================================
+
+       /**
+        * Trigger the start to process this request right after the notification to
+        * the interested listeners
+        * 
+        * @param experiment
+        * @param broadcast
+        *            true: All views, false: only to registered listeners
+        */
+       public void startRequestInd(TmfExperiment<LttngEvent> experiment,
+                       boolean broadcast) {
+               // trigger the start to process this request
+               experiment.sendRequest(this);
+       }
+
+       /**
+        * @param numOfEvents
+        *            the numOfEvents to set
+        */
+       public void setNumOfEvents(long numOfEvents) {
+               this.numOfEvents = numOfEvents;
+       }
+
+       /**
+        * @return the numOfEvents
+        */
+       public long getNumOfEvents() {
+               return numOfEvents;
+       }
+
+       /**
+        * @param clearAllData
+        *            indicates the need to clear all previous data e.g. a new
+        *            experiment selection
+        */
+       public void setclearDataInd(boolean clearAllData) {
+               this.clearDataInd = clearAllData;
+       }
+
+       /**
+        * Returns indication - clearing of all existing data model is required e.g
+        * from the selection of a new experiment
+        * 
+        * @return
+        */
+       public boolean isclearDataInd() {
+               return clearDataInd;
+       }
+
+       /**
+        * @return The time to start dispatching events to the application
+        */
+       public TmfTimestamp getDispatchTime() {
+               return fDispatchTime;
+       }
+       
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/LttngSyntEventRequest.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/LttngSyntEventRequest.java
new file mode 100644 (file)
index 0000000..4c250ae
--- /dev/null
@@ -0,0 +1,251 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.request;
+
+import java.util.Vector;
+
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ITransEventProcessor;
+import org.eclipse.linuxtools.tmf.core.component.TmfEventProvider;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+
+/**
+ * This class is an extension of Data Request which includes specific references
+ * i.e. a status listener to indicate the start and end of the request
+ * 
+ * @author alvaro
+ * 
+ */
+public class LttngSyntEventRequest extends TmfEventRequest<LttngSyntheticEvent>
+               implements ILttngSyntEventRequest {
+
+       // ========================================================================
+       // Data
+       // =======================================================================
+       private Vector<IRequestStatusListener> listeners = new Vector<IRequestStatusListener>();
+       private Long feventCount = 0L;
+       private boolean clearDataInd = false;
+       private TmfTimeRange fExperimentTimeRange = null;
+       private Object fsource = null;
+       private final ITransEventProcessor fprocessor;
+       private String fExperimentName = null; 
+       
+
+       // ========================================================================
+       // Constructors
+       // =======================================================================
+    /**
+     * @param range
+     * @param offset
+     * @param nbEvents
+     * @param maxBlockSize
+     * @param listener
+     * @param experimentTimeRange
+     * @param processor
+     */
+    public LttngSyntEventRequest(TmfTimeRange range, long offset, int nbEvents,
+                   int maxBlockSize, IRequestStatusListener listener,
+                   TmfTimeRange experimentTimeRange, ITransEventProcessor processor) {
+               
+               this(range, offset, nbEvents, maxBlockSize, listener, experimentTimeRange, processor, "", ExecutionType.FOREGROUND); //$NON-NLS-1$
+           }
+       /**
+        * @param range
+        * @param offset
+        * @param nbEvents
+        * @param maxBlockSize
+        * @param listener
+        * @param experimentTimeRange
+        * @param processor
+        * @param experimentName 
+        */
+       public LttngSyntEventRequest(TmfTimeRange range, long offset, int nbEvents,
+                       int maxBlockSize, IRequestStatusListener listener,
+                       TmfTimeRange experimentTimeRange, ITransEventProcessor processor, String experimentName) {
+               
+               this(range, offset, nbEvents, maxBlockSize, listener, experimentTimeRange, processor, experimentName, ExecutionType.FOREGROUND);
+       }
+
+    /**
+     * @param range
+     * @param offset
+     * @param nbEvents
+     * @param maxBlockSize
+     * @param listener
+     * @param experimentTimeRange
+     * @param processor
+     * @param experimentName
+     * @param execType 
+     */
+       public LttngSyntEventRequest(TmfTimeRange range, long offset, int nbEvents,
+                       int maxBlockSize, IRequestStatusListener listener,
+                       TmfTimeRange experimentTimeRange, ITransEventProcessor processor, String experimentName,
+                       ExecutionType execType) {
+               
+               super(LttngSyntheticEvent.class, range, (int) offset, nbEvents, maxBlockSize, execType);
+               fExperimentTimeRange = experimentTimeRange;
+               fExperimentName = new String(experimentName);
+               addListener(listener);
+
+               fprocessor = processor;
+       }
+
+       /**
+        * @param listener
+        */
+       public void addListener(IRequestStatusListener listener) {
+               if (listener != null && !listeners.contains(listener)) {
+                       listeners.add(listener);
+               }
+       }
+
+       /**
+        * @param listener
+        */
+       public void removeListener(IRequestStatusListener listener) {
+               if (listener != null) {
+                       listeners.remove(listener);
+               }
+       }
+
+       // ========================================================================
+       // Methods
+       // =======================================================================
+       /* (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.request.ILttngEventRequest#startRequestInd(org.eclipse.linuxtools.tmf.experiment.TmfExperiment, boolean)
+        */
+       @Override
+       public void startRequestInd(TmfEventProvider<LttngSyntheticEvent> provider) {
+               // trigger the start to process this request
+               provider.sendRequest(this);
+       }
+
+       /* (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.request.ILttngEventRequest#notifyCompletion()
+        */
+       @Override
+       public void notifyCompletion() {
+               // Notify specific state views
+               for (IRequestStatusListener listener : listeners) {
+                       listener.processingCompleted(new RequestCompletedSignal(this));
+               }
+       }
+
+       /* (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.request.ILttngEventRequest#notifyStarting()
+        */
+       @Override
+       public void notifyStarting() {
+               for (IRequestStatusListener listener : listeners) {
+                       listener.processingStarted(new RequestStartedSignal(this));
+               }
+       }
+
+       /* (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.request.ILttngEventRequest#getExperimentTimeRange()
+        */
+       @Override
+       public TmfTimeRange getExperimentTimeRange() {
+               return fExperimentTimeRange;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.request.ILttngSyntEventRequest#setSynEventCount
+        * (java.lang.Long)
+        */
+       @Override
+       public synchronized void setSynEventCount(Long numOfEvents) {
+               this.feventCount = numOfEvents;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.request.ILttngSyntEventRequest#getEventCount
+        * ()
+        */
+       @Override
+       public synchronized Long getSynEventCount() {
+               return feventCount;
+       }
+
+       /* (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.request.ILttngEventRequest#setclearDataInd(boolean)
+        */
+       @Override
+       public void setclearDataInd(boolean clearAllData) {
+               this.clearDataInd = clearAllData;
+       }
+
+       /* (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.request.ILttngEventRequest#isclearDataInd()
+        */
+       @Override
+       public boolean isclearDataInd() {
+               return clearDataInd;
+       }
+
+       /* (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.request.ILttngEventRequest#handleData()
+        */
+       @Override
+       public void handleData(LttngSyntheticEvent event) {
+               super.handleData(event);
+       }
+
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.tmf.request.TmfDataRequest#handleCompleted()
+        */
+       @Override
+       public void handleCompleted() {
+               // notify listeners
+               notifyCompletion();
+               super.handleCompleted();
+       }
+
+       /**
+        * @return the source
+        */
+       @Override
+       public Object getSource() {
+               return fsource;
+       }
+
+       /**
+        * @param source
+        */
+       @Override
+       public void setSource(Object source) {
+               this.fsource = source;
+       }
+
+       /**
+        * @return the event processor associated to this request
+        */
+       public ITransEventProcessor getProcessor() {
+               return fprocessor;
+       }
+
+       @Override
+    public String getExperimentName() {
+           return fExperimentName;
+       }
+       
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/RequestCompletedSignal.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/RequestCompletedSignal.java
new file mode 100644 (file)
index 0000000..8f9ab7f
--- /dev/null
@@ -0,0 +1,18 @@
+package org.eclipse.linuxtools.lttng.core.request;
+
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignal;
+
+public class RequestCompletedSignal extends TmfSignal {
+
+       LttngSyntEventRequest request;
+
+       public RequestCompletedSignal(LttngSyntEventRequest request) {
+               super(request);
+               this.request = request;
+       }
+
+       public LttngSyntEventRequest getRequest() {
+               return request;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/RequestStartedSignal.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/request/RequestStartedSignal.java
new file mode 100644 (file)
index 0000000..cad89ab
--- /dev/null
@@ -0,0 +1,18 @@
+package org.eclipse.linuxtools.lttng.core.request;
+
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignal;
+
+public class RequestStartedSignal extends TmfSignal {
+
+       LttngSyntEventRequest request;
+
+       public RequestStartedSignal(LttngSyntEventRequest request) {
+               super(request);
+               this.request = request;
+       }
+
+       public LttngSyntEventRequest getRequest() {
+               return request;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/signal/ILttExperimentSelectedListener.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/signal/ILttExperimentSelectedListener.java
new file mode 100644 (file)
index 0000000..9217c8e
--- /dev/null
@@ -0,0 +1,37 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.signal;
+
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentRangeUpdatedSignal;
+
+/**
+ * @author alvaro
+ *
+ */
+public interface ILttExperimentSelectedListener {
+
+       /**
+        * 
+        * @param source
+        * @param experiment
+        */
+       public void experimentSelected(Object source,
+                       TmfExperiment<LttngEvent> experiment);
+
+       /**
+        * @param signal
+        */
+       public void experimentRangeUpdated(TmfExperimentRangeUpdatedSignal signal);
+       
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/signal/StateExperimentListener.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/signal/StateExperimentListener.java
new file mode 100644 (file)
index 0000000..3f733f5
--- /dev/null
@@ -0,0 +1,51 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.signal;
+
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.tmf.core.component.TmfComponent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentRangeUpdatedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
+
+/**
+ * @author alvaro
+ * 
+ */
+public class StateExperimentListener extends TmfComponent {
+
+       private final ILttExperimentSelectedListener fhandler;
+
+       public StateExperimentListener(String name, ILttExperimentSelectedListener handler) {
+               super(name);
+               fhandler = handler;
+       }
+
+       @SuppressWarnings("unchecked")
+       @TmfSignalHandler
+       public void experimentSelected(
+                       TmfExperimentSelectedSignal<? extends TmfEvent> signal) {
+               TmfExperiment<LttngEvent> experiment = (TmfExperiment<LttngEvent>) signal
+                               .getExperiment();
+
+               // notify handler
+               fhandler.experimentSelected(signal.getSource(), experiment);
+       }
+
+       @TmfSignalHandler
+       public void experimentRangeUpdated(TmfExperimentRangeUpdatedSignal signal) {
+               // notify handler
+               fhandler.experimentRangeUpdated(signal);
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/LttngStateException.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/LttngStateException.java
new file mode 100644 (file)
index 0000000..0361aa7
--- /dev/null
@@ -0,0 +1,85 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.state;
+
+/**
+ * 
+ * @author alvaro
+ * 
+ */
+public class LttngStateException extends Exception {
+       /**
+        * 
+        */
+       private static final long serialVersionUID = 7122881233964952441L;
+
+       /**
+        * Constructs an {@code LttngStateException} with {@code null} as its error detail
+        * message.
+        */
+       public LttngStateException() {
+               super();
+       }
+
+       /**
+        * Constructs an {@code LttngStateException} with the specified detail message.
+        * 
+        * @param message
+        *            The detail message (which is saved for later retrieval by the
+        *            {@link #getMessage()} method)
+        */
+       public LttngStateException(String message) {
+               super(message);
+       }
+
+       /**
+        * Constructs an {@code LttngStateException} with the specified detail message and
+        * cause.
+        * 
+        * <p>
+        * Note that the detail message associated with {@code cause} is <i>not</i>
+        * automatically incorporated into this exception's detail message.
+        * 
+        * @param message
+        *            The detail message (which is saved for later retrieval by the
+        *            {@link #getMessage()} method)
+        * 
+        * @param cause
+        *            The cause (which is saved for later retrieval by the
+        *            {@link #getCause()} method). (A null value is permitted, and
+        *            indicates that the cause is nonexistent or unknown.)
+        * 
+        * @since 1.6
+        */
+       public LttngStateException(String message, Throwable cause) {
+               super(message, cause);
+       }
+
+       /**
+        * Constructs an {@code LttngStateException} with the specified cause and a detail
+        * message of {@code (cause==null ? null : cause.toString())} (which
+        * typically contains the class and detail message of {@code cause}). This
+        * constructor is useful for exceptions that are little more than
+        * wrappers for other throwables.
+        * 
+        * @param cause
+        *            The cause (which is saved for later retrieval by the
+        *            {@link #getCause()} method). (A null value is permitted, and
+        *            indicates that the cause is nonexistent or unknown.)
+        * 
+        * @since 1.6
+        */
+       public LttngStateException(Throwable cause) {
+               super(cause);
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/StateStrings.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/StateStrings.java
new file mode 100644 (file)
index 0000000..7b1076f
--- /dev/null
@@ -0,0 +1,651 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *   Daniel U. Thibault (daniel.thibault@drdc-rddc.gc.ca) - 2011-06-21 Fixes
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state;
+
+import java.util.HashMap;
+import java.util.HashSet;
+
+/**
+ * Singleton
+ * Establishes relationships of state-related strings. Since the strings and
+ * relations are fixed, the elements are final i.e. just for reading.
+ * 
+ * @author alvaro
+ */
+
+@SuppressWarnings("nls")
+public class StateStrings {
+
+       // ========================================================================
+       // Table data
+       // =======================================================================
+    public static final String LTTV_STATE_UNBRANDED = "";
+       private static StateStrings instance = null;
+       private final HashMap<String, Events> eventStrMap = new HashMap<String, Events>();
+       private final HashMap<String, Events> stateTransEventMap = new HashMap<String, Events>();
+       private final String[] syscall_names = new String[256];
+       private final String[] trap_names = new String[256];
+       private final String[] irq_names = new String[256];
+       private final String[] soft_irq_names = new String[32];
+
+       private StateStrings() {
+               // Build a Hash map from string name to actual event structure
+               for (Events event : Events.values()) {
+                       eventStrMap.put(event.inName, event);
+                       if (event.isStateTransition()) {
+                               stateTransEventMap.put(event.inName, event);
+                       }
+               }
+
+               // Build system call names
+               for (int i = 0; i < 256; i++) {
+                       syscall_names[i] = "syscall " + i;
+               }
+
+               // Build trap names
+               for (int i = 0; i < 256; i++) {
+                       trap_names[i] = "trap " + i;
+               }
+
+               // Build irq names
+               for (int i = 0; i < 256; i++) {
+                       irq_names[i] = "irq " + i;
+               }
+
+               // Build softirq names
+               for (int i = 0; i < 32; i++) {
+                       soft_irq_names[i] = "softirq " + i;
+               }
+       }
+
+       public static StateStrings getInstance() {
+               // Create singleton instance if not already done
+               if (instance == null) {
+                       instance = new StateStrings();
+               }
+               return instance;
+       }
+
+       public enum Channels {
+               LTT_CHANNEL_FD_STATE("fd_state"),           /* file descriptor state events */
+               LTT_CHANNEL_GLOBAL_STATE("global_state"),   /* system state dump events */
+               LTT_CHANNEL_IRQ_STATE("irq_state"),         /* interrupt request (IRQ) events */
+               LTT_CHANNEL_MODULE_STATE("module_state"),   /* modules state events (list of modules) */
+               LTT_CHANNEL_NETIF_STATE("netif_state"),     /* network interface events */
+               LTT_CHANNEL_SOFTIRQ_STATE("softirq_state"), /* soft IRQs state events (soft IRQ vector table) */
+               LTT_CHANNEL_SWAP_STATE("swap_state"),       /* swap state events */
+               LTT_CHANNEL_SYSCALL_STATE("syscall_state"), /* system calls state events (system call table) */
+               LTT_CHANNEL_TASK_STATE("task_state"),       /* process state events */
+               LTT_CHANNEL_VM_STATE("vm_state"),           /* virtual memory events (virtual memory table) */
+               LTT_CHANNEL_KPROBE_STATE("kprobe_state"),   /* kprobe events (kprobe table) */
+               LTT_CHANNEL_FS("fs"),                       /* file system events */
+               LTT_CHANNEL_KERNEL("kernel"),               /* kernel events */
+               LTT_CHANNEL_MM("mm"),                       /* memory management events */
+               LTT_CHANNEL_USERSPACE("userspace"),         /* user space tracing events */
+               LTT_CHANNEL_BLOCK("block");                 /* block devices events */
+                /* remaining channels: */
+/*              LTT_CHANNEL_DEFAULT("default"),             /* null (i.e. no default) */
+/*              LTT_CHANNEL_INPUT("input"),                 /* LTT control command inputs */
+/*              LTT_CHANNEL_IPC("ipc"),                            /* Inter Process Communication (IPC) events */
+/*              LTT_CHANNEL_JBD2("jbd2"),                   /* Journaling Block Device (JBD) events (JBD2 fork for ext4 file system) */
+/*              LTT_CHANNEL_METADATA("metadata"),           /* trace meta data */
+/*              LTT_CHANNEL_NET("net"),                     /* networking events */
+/*              LTT_CHANNEL_PM("pm"),                       /* power management events */
+/*              LTT_CHANNEL_RCU("rcu"),                     /* Read-Copy-Update (RCU) events */
+
+               private final String inName;
+
+               private Channels(String name) {
+                       this.inName = name;
+               }
+
+               public String getInName() {
+                       return this.inName;
+               }
+
+               }
+
+       public enum Events {
+               LTT_EVENT_SYSCALL_ENTRY("syscall_entry"), /* */
+               LTT_EVENT_SYSCALL_EXIT("syscall_exit"), /* */
+               LTT_EVENT_TRAP_ENTRY("trap_entry"), /* */
+               LTT_EVENT_TRAP_EXIT("trap_exit"), /* */
+               LTT_EVENT_PAGE_FAULT_ENTRY("page_fault_entry"), /* */
+               LTT_EVENT_PAGE_FAULT_EXIT("page_fault_exit"), /* */
+               LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY("page_fault_nosem_entry"), /* */
+               LTT_EVENT_PAGE_FAULT_NOSEM_EXIT("page_fault_nosem_exit"), /* */
+               LTT_EVENT_IRQ_ENTRY("irq_entry"), /* */
+               LTT_EVENT_IRQ_EXIT("irq_exit"), /* */
+               LTT_EVENT_SOFT_IRQ_RAISE("softirq_raise"), /* */
+               LTT_EVENT_SOFT_IRQ_ENTRY("softirq_entry"), /* */
+               LTT_EVENT_SOFT_IRQ_EXIT("softirq_exit"), /* */
+               LTT_EVENT_SCHED_SCHEDULE("sched_schedule"), /* */
+               LTT_EVENT_PROCESS_FORK("process_fork"), /* */
+               LTT_EVENT_KTHREAD_CREATE("kthread_create"), /* */
+               LTT_EVENT_PROCESS_EXIT("process_exit"), /* */
+               LTT_EVENT_PROCESS_FREE("process_free"), /* */
+               LTT_EVENT_EXEC("exec"), /* */
+               LTT_EVENT_PROCESS_STATE("process_state"), /* */
+               LTT_EVENT_STATEDUMP_END("statedump_end"), /* */
+               LTT_EVENT_FUNCTION_ENTRY("function_entry"), /* */
+               LTT_EVENT_FUNCTION_EXIT("function_exit"), /* */
+               LTT_EVENT_THREAD_BRAND("thread_brand"), /* */
+               LTT_EVENT_REQUEST_ISSUE("_blk_request_issue"), /* */
+               LTT_EVENT_REQUEST_COMPLETE("_blk_request_complete"), /* */
+               LTT_EVENT_LIST_INTERRUPT("interrupt"), /* */
+               LTT_EVENT_SYS_CALL_TABLE("sys_call_table"), /* */
+               LTT_EVENT_SOFTIRQ_VEC("softirq_vec"), /* */
+               LTT_EVENT_KPROBE_TABLE("kprobe_table"), /* */
+               LTT_EVENT_KPROBE("kprobe"); /* */
+
+               private final String inName;
+               private final HashSet<Fields> children = new HashSet<Fields>();
+               private Channels parent = null;
+               // Default value for the "expected to cause a state transition?" flag
+               // Although most events do cause a state transition, the default is kept
+               // false to make this important property explicit in the static initializer
+               private boolean stateTransition = false;
+
+               static {
+                       associate();
+               }
+
+               private Events(String name) {
+                       this.inName = name;
+               }
+
+               public String getInName() {
+                       return this.inName;
+               }
+
+               public Channels getParent() {
+                       return this.parent;
+               }
+
+               public void setParent(Channels parent) {
+                       this.parent = parent;
+               }
+
+               public HashSet<Fields> getChildren() {
+                       return children;
+               }
+
+               public boolean isStateTransition() {
+                       return stateTransition;
+               }
+
+               private static void associate() {
+                       // SYSCALL_ENTRY can receive ip (?), syscall_id
+                       LTT_EVENT_SYSCALL_ENTRY.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_SYSCALL_ENTRY.stateTransition = true;
+                       LTT_EVENT_SYSCALL_ENTRY.getChildren().add(Fields.LTT_FIELD_SYSCALL_ID);
+
+                       //SYSCALL_EXIT
+                       LTT_EVENT_SYSCALL_EXIT.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_SYSCALL_EXIT.stateTransition = true;
+
+                       // TRAP_ENTRY
+                       LTT_EVENT_TRAP_ENTRY.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_TRAP_ENTRY.getChildren().add(Fields.LTT_FIELD_TRAP_ID);
+                       LTT_EVENT_TRAP_ENTRY.stateTransition = true;
+
+                       // TRAP_EXIT
+                       LTT_EVENT_TRAP_EXIT.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_TRAP_EXIT.stateTransition = true;
+
+                       // PAGE_FAULT_ENTRY
+                       LTT_EVENT_PAGE_FAULT_ENTRY.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_PAGE_FAULT_ENTRY.getChildren().add(Fields.LTT_FIELD_TRAP_ID);
+                       LTT_EVENT_PAGE_FAULT_ENTRY.stateTransition = true;
+
+                       // PAGE_FAULT_EXIT
+                       LTT_EVENT_PAGE_FAULT_EXIT.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_PAGE_FAULT_EXIT.stateTransition = true;
+
+                       // PAGE_FAULT_NOSEM_ENTRY
+                       LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY.getChildren().add(Fields.LTT_FIELD_TRAP_ID);
+                       LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY.stateTransition = true;
+
+                       // PAGE_FAULT_NOSEM_EXIT
+                       LTT_EVENT_PAGE_FAULT_NOSEM_EXIT.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_PAGE_FAULT_NOSEM_EXIT.getChildren().add(Fields.LTT_FIELD_TRAP_ID);
+                       LTT_EVENT_PAGE_FAULT_NOSEM_EXIT.stateTransition = true;
+
+                       // IRQ_ENTRY also receives fields kernel_mode, ip and handler (??)
+                       LTT_EVENT_IRQ_ENTRY.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_IRQ_ENTRY.getChildren().add(Fields.LTT_FIELD_IRQ_ID);
+                       LTT_EVENT_IRQ_ENTRY.stateTransition = true;
+
+                       // IRQ_EXIT
+                       LTT_EVENT_IRQ_EXIT.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_IRQ_EXIT.stateTransition = true;
+
+                       // SOFT_IRQ_RAISE
+                       LTT_EVENT_SOFT_IRQ_RAISE.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_SOFT_IRQ_RAISE.getChildren().add(Fields.LTT_FIELD_SOFT_IRQ_ID);
+                       LTT_EVENT_SOFT_IRQ_RAISE.stateTransition = true;
+
+                       // SOFT_IRQ_ENTRY
+                       LTT_EVENT_SOFT_IRQ_ENTRY.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_SOFT_IRQ_ENTRY.getChildren().add(Fields.LTT_FIELD_SOFT_IRQ_ID);
+                       LTT_EVENT_SOFT_IRQ_ENTRY.stateTransition = true;
+
+                       // SOFT_IRQ_EXIT
+                       LTT_EVENT_SOFT_IRQ_EXIT.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_SOFT_IRQ_EXIT.stateTransition = true;
+
+                       // SCHED_SCHEDULE
+                       LTT_EVENT_SCHED_SCHEDULE.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_SCHED_SCHEDULE.getChildren().add(Fields.LTT_FIELD_PREV_PID);
+                       LTT_EVENT_SCHED_SCHEDULE.getChildren().add(Fields.LTT_FIELD_NEXT_PID);
+                       LTT_EVENT_SCHED_SCHEDULE.getChildren().add(Fields.LTT_FIELD_PREV_STATE);
+                       LTT_EVENT_SCHED_SCHEDULE.stateTransition = true;
+
+                       // PROCESS_FORK
+                       LTT_EVENT_PROCESS_FORK.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_PROCESS_FORK.getChildren().add(Fields.LTT_FIELD_PARENT_PID);
+                       LTT_EVENT_PROCESS_FORK.getChildren().add(Fields.LTT_FIELD_CHILD_PID);
+                       LTT_EVENT_PROCESS_FORK.getChildren().add(Fields.LTT_FIELD_CHILD_TGID);
+                       LTT_EVENT_PROCESS_FORK.stateTransition = true;
+
+                       // KTHREAD_CREATE
+                       LTT_EVENT_KTHREAD_CREATE.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_KTHREAD_CREATE.getChildren().add(Fields.LTT_FIELD_PID);
+                       LTT_EVENT_KTHREAD_CREATE.stateTransition = true;
+
+                       // PROCESS_EXIT
+                       LTT_EVENT_PROCESS_EXIT.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_PROCESS_EXIT.getChildren().add(Fields.LTT_FIELD_PID);
+                       LTT_EVENT_PROCESS_EXIT.stateTransition = true;
+
+                       // PROCESS_FREE
+                       LTT_EVENT_PROCESS_FREE.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_PROCESS_FREE.getChildren().add(Fields.LTT_FIELD_PID);
+                       LTT_EVENT_PROCESS_FREE.stateTransition = true;
+
+                       // EVENT_EXEC
+                       LTT_EVENT_EXEC.setParent(Channels.LTT_CHANNEL_FS);
+                       LTT_EVENT_EXEC.getChildren().add(Fields.LTT_FIELD_FILENAME);
+                       LTT_EVENT_EXEC.stateTransition = true;
+
+                       // EVENT_PROCESS_STATE
+                       LTT_EVENT_PROCESS_STATE.setParent(Channels.LTT_CHANNEL_TASK_STATE);
+                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_PID);
+                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_PARENT_PID);
+                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_NAME);
+                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_TYPE);
+                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_MODE);
+                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_SUBMODE);
+                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_STATUS);
+                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_TGID);
+                       LTT_EVENT_PROCESS_STATE.stateTransition = true;
+
+                       // STATEDUMP_END
+                       LTT_EVENT_STATEDUMP_END.setParent(Channels.LTT_CHANNEL_GLOBAL_STATE);
+                       LTT_EVENT_STATEDUMP_END.stateTransition = true;
+
+                       // FUNCTION_ENTRY
+                       LTT_EVENT_FUNCTION_ENTRY.setParent(Channels.LTT_CHANNEL_USERSPACE);
+                       LTT_EVENT_FUNCTION_ENTRY.getChildren().add(Fields.LTT_FIELD_THIS_FN);
+                       LTT_EVENT_FUNCTION_ENTRY.getChildren().add(Fields.LTT_FIELD_CALL_SITE);
+                       LTT_EVENT_FUNCTION_ENTRY.stateTransition = true;
+
+                       // FUNCTION_EXIT
+                       LTT_EVENT_FUNCTION_EXIT.setParent(Channels.LTT_CHANNEL_USERSPACE);
+                       LTT_EVENT_FUNCTION_EXIT.getChildren().add(Fields.LTT_FIELD_THIS_FN);
+                       LTT_EVENT_FUNCTION_EXIT.getChildren().add(Fields.LTT_FIELD_CALL_SITE);
+                       LTT_EVENT_FUNCTION_EXIT.stateTransition = true;
+
+                       // THREAD_BRAND
+                       LTT_EVENT_THREAD_BRAND.setParent(Channels.LTT_CHANNEL_USERSPACE);
+                       LTT_EVENT_THREAD_BRAND.getChildren().add(Fields.LTT_FIELD_NAME);
+                       LTT_EVENT_THREAD_BRAND.stateTransition = true;
+
+                       // REQUEST_ISSUE
+                       LTT_EVENT_REQUEST_ISSUE.setParent(Channels.LTT_CHANNEL_BLOCK);
+                       LTT_EVENT_REQUEST_ISSUE.getChildren().add(Fields.LTT_FIELD_MAJOR);
+                       LTT_EVENT_REQUEST_ISSUE.getChildren().add(Fields.LTT_FIELD_MINOR);
+                       LTT_EVENT_REQUEST_ISSUE.getChildren().add(Fields.LTT_FIELD_OPERATION);                  
+                       LTT_EVENT_REQUEST_ISSUE.stateTransition = true;
+
+                       // REQUEST_COMPLETE
+                       LTT_EVENT_REQUEST_COMPLETE.setParent(Channels.LTT_CHANNEL_BLOCK);
+                       LTT_EVENT_REQUEST_COMPLETE.getChildren().add(Fields.LTT_FIELD_MAJOR);
+                       LTT_EVENT_REQUEST_COMPLETE.getChildren().add(Fields.LTT_FIELD_MINOR);
+                       LTT_EVENT_REQUEST_COMPLETE.getChildren().add(Fields.LTT_FIELD_OPERATION);
+                       LTT_EVENT_REQUEST_COMPLETE.stateTransition = true;
+
+                       // LIST_INTERRUPT
+                       LTT_EVENT_LIST_INTERRUPT.setParent(Channels.LTT_CHANNEL_IRQ_STATE);
+                       LTT_EVENT_LIST_INTERRUPT.getChildren().add(Fields.LTT_FIELD_ACTION);
+                       LTT_EVENT_LIST_INTERRUPT.getChildren().add(Fields.LTT_FIELD_IRQ_ID);
+                       LTT_EVENT_LIST_INTERRUPT.stateTransition = true;
+
+                       // SYS_CALL_TABLE
+                       LTT_EVENT_SYS_CALL_TABLE.setParent(Channels.LTT_CHANNEL_SYSCALL_STATE);
+                       LTT_EVENT_SYS_CALL_TABLE.getChildren().add(Fields.LTT_FIELD_ID);
+                       LTT_EVENT_SYS_CALL_TABLE.getChildren().add(Fields.LTT_FIELD_ADDRESS);
+                       LTT_EVENT_SYS_CALL_TABLE.getChildren().add(Fields.LTT_FIELD_SYMBOL);
+                       LTT_EVENT_SYS_CALL_TABLE.stateTransition = true;
+
+                       // SOFTIRQ_VEC
+                       LTT_EVENT_SOFTIRQ_VEC.setParent(Channels.LTT_CHANNEL_SOFTIRQ_STATE);
+                       LTT_EVENT_SOFTIRQ_VEC.getChildren().add(Fields.LTT_FIELD_ID);
+                       LTT_EVENT_SOFTIRQ_VEC.getChildren().add(Fields.LTT_FIELD_ADDRESS);
+                       LTT_EVENT_SOFTIRQ_VEC.getChildren().add(Fields.LTT_FIELD_SYMBOL);
+                       LTT_EVENT_SOFTIRQ_VEC.stateTransition = true;
+
+                       // KPROBE_TABLE
+                       LTT_EVENT_KPROBE_TABLE.setParent(Channels.LTT_CHANNEL_KPROBE_STATE);
+                       LTT_EVENT_KPROBE_TABLE.getChildren().add(Fields.LTT_FIELD_IP);
+                       LTT_EVENT_KPROBE_TABLE.getChildren().add(Fields.LTT_FIELD_SYMBOL);
+                       LTT_EVENT_KPROBE_TABLE.stateTransition = true;
+
+                       // KPROBE
+                       LTT_EVENT_KPROBE.setParent(Channels.LTT_CHANNEL_KERNEL);
+                       LTT_EVENT_KPROBE.getChildren().add(Fields.LTT_FIELD_IP);
+//                     LTT_EVENT_KPROBE.getChildren().add(Fields.LTT_FIELD_SYMBOL);
+                       LTT_EVENT_KPROBE.stateTransition = true;
+               }
+
+       }
+
+       public enum Fields {
+               LTT_FIELD_SYSCALL_ID("syscall_id"), /* */
+               LTT_FIELD_TRAP_ID("trap_id"), /* */
+               LTT_FIELD_IRQ_ID("irq_id"), /* */
+               LTT_FIELD_SOFT_IRQ_ID("softirq_id"), /* */
+               LTT_FIELD_PREV_PID("prev_pid"), /* */
+               LTT_FIELD_NEXT_PID("next_pid"), /* */
+               LTT_FIELD_PREV_STATE("prev_state"), /* */
+               LTT_FIELD_PARENT_PID("parent_pid"), /* */
+               LTT_FIELD_CHILD_PID("child_pid"), /* */
+               LTT_FIELD_PID("pid"), /* */
+               LTT_FIELD_TGID("tgid"), /* */
+               LTT_FIELD_CHILD_TGID("child_tgid"), /* */
+               LTT_FIELD_FILENAME("filename"), /* */
+               LTT_FIELD_NAME("name"), /* */
+               LTT_FIELD_TYPE("type"), /* */
+               LTT_FIELD_MODE("mode"), /* */
+               LTT_FIELD_SUBMODE("submode"), /* */
+               LTT_FIELD_STATUS("status"), /* */
+               LTT_FIELD_THIS_FN("this_fn"), /* */
+               LTT_FIELD_CALL_SITE("call_site"), /* */
+               LTT_FIELD_MAJOR("major"), /* */
+               LTT_FIELD_MINOR("minor"), /* */
+               LTT_FIELD_OPERATION("direction"), /* */
+               LTT_FIELD_ACTION("action"), /* */
+               LTT_FIELD_ID("id"), /* */
+               LTT_FIELD_ADDRESS("address"), /* */
+               LTT_FIELD_SYMBOL("symbol"), /* */
+               LTT_FIELD_IP("ip"); /* */
+
+               private final String inName;
+
+               private Fields(String name) {
+                       this.inName = name;
+               }
+
+               public String getInName() {
+                       return this.inName;
+               }
+
+       }
+
+       public enum CpuMode {
+               LTTV_CPU_UNKNOWN("unknown"), /* */
+               LTTV_CPU_IDLE("idle"), /* */
+               LTTV_CPU_BUSY("busy"), /* */
+               LTTV_CPU_IRQ("irq"), /* */
+               LTTV_CPU_SOFT_IRQ("softirq"), /* */
+               LTTV_CPU_TRAP("trap"); /* */
+
+               private final String inName;
+
+               private CpuMode(String name) {
+                       this.inName = name;
+               }
+
+               public String getInName() {
+                       return this.inName;
+               }
+
+       }
+
+       public enum IRQMode {
+               LTTV_IRQ_UNKNOWN("unknown"), /* */
+               LTTV_IRQ_IDLE("idle"), /* */
+               LTTV_IRQ_BUSY("busy"); /* */
+
+               private final String inName;
+
+               private IRQMode(String name) {
+                       this.inName = name;
+               }
+
+               public String getInName() {
+                       return this.inName;
+               }
+
+       }
+
+       public enum SoftIRQMode {
+               LTTV_SOFT_IRQ_UNKNOWN("unknown"), /* */
+               LTTV_SOFT_IRQ_IDLE("idle"), /* */
+               LTTV_SOFT_IRQ_PENDING("pending"), /* */
+               LTTV_SOFT_IRQ_BUSY("busy"); /* */
+
+               private final String inName;
+
+               private SoftIRQMode(String name) {
+                       this.inName = name;
+               }
+
+               public String getInName() {
+                       return this.inName;
+               }
+
+       }
+       
+       public enum BdevMode {
+               LTTV_BDEV_UNKNOWN("unknown"), /* */
+               LTTV_BDEV_IDLE("idle"), /* */
+               LTTV_BDEV_BUSY_READING("busy_reading"), /* */
+               LTTV_BDEV_BUSY_WRITING("busy_writing"); /* */
+
+               private final String inName;
+
+               private BdevMode(String name) {
+                       this.inName = name;
+               }
+
+               public String getInName() {
+                       return this.inName;
+               }
+
+       }
+       
+       public enum TrapMode {
+               LTTV_TRAP_UNKNOWN("unknown"), /* */
+               LTTV_TRAP_IDLE("idle"), /* */
+               LTTV_TRAP_BUSY("busy"); /* */
+
+               private final String inName;
+
+               private TrapMode(String name) {
+                       this.inName = name;
+               }
+
+               public String getInName() {
+                       return this.inName;
+               }
+
+       }
+
+       public enum ProcessType {
+               LTTV_STATE_USER_THREAD("USER_THREAD"), /* */
+               LTTV_STATE_KERNEL_THREAD("KERNEL_THREAD"); /* */
+
+               private final String inName;
+
+               private ProcessType(String name) {
+                       this.inName = name;
+               }
+
+               public String getInName() {
+                       return this.inName;
+               }
+
+       }
+
+       public enum ProcessStatus {
+               LTTV_STATE_UNNAMED("UNNAMED"),     /* */
+                LTTV_STATE_WAIT_FORK("WAIT_FORK"), /* */
+               LTTV_STATE_WAIT_CPU("WAIT_CPU"), /* */
+               LTTV_STATE_EXIT("EXIT"), /* */
+               LTTV_STATE_ZOMBIE("ZOMBIE"), /* */
+               LTTV_STATE_WAIT("WAIT"), /* */
+               LTTV_STATE_RUN("RUN"), /* */
+               LTTV_STATE_DEAD("DEAD"); /* */
+
+               private final String inName;
+
+               private ProcessStatus(String name) {
+                       this.inName = name;
+               }
+
+               public String getInName() {
+                       return this.inName;
+               }
+
+       }
+
+       public enum ExecutionSubMode {
+               LTTV_STATE_SUBMODE_UNKNOWN("UNKNOWN"), /* */
+               LTTV_STATE_SUBMODE_NONE("NONE"); /* */
+
+               private final String inName;
+
+               private ExecutionSubMode(String name) {
+                       this.inName = name;
+               }
+
+               public String getInName() {
+                       return this.inName;
+               }
+
+       }
+
+       public enum ExecutionMode {
+               LTTV_STATE_MODE_UNKNOWN("MODE_UNKNOWN"), /* */
+               LTTV_STATE_USER_MODE("USER_MODE"), /* */
+               LTTV_STATE_SYSCALL("SYSCALL"), /* */
+               LTTV_STATE_TRAP("TRAP"), /* */
+               LTTV_STATE_IRQ("IRQ"), /* */
+               LTTV_STATE_SOFT_IRQ("SOFTIRQ"); /* */
+
+               private final String inName;
+
+               private ExecutionMode(String name) {
+                       this.inName = name;
+               }
+
+               public String getInName() {
+                       return this.inName;
+               }
+
+       }
+
+       public enum GenStates {
+               LTTV_STATE_TRACEFILES("tracefiles"), /* */
+               LTTV_STATE_PROCESSES("processes"), /* */
+               LTTV_STATE_PROCESS("process"), /* */
+               LTTV_STATE_RUNNING_PROCESS("running_process"), /* */
+               LTTV_STATE_EVENT("event"), /* */
+               LTTV_STATE_SAVED_STATES("saved states"), /* */
+               LTTV_STATE_SAVED_STATES_TIME("saved states time"), /* */
+               LTTV_STATE_TIME("time"), /* */
+               LTTV_STATE_HOOKS("saved state hooks"), /* */
+               LTTV_STATE_NAME_TABLES("name tables"), /* */
+               LTTV_STATE_TRACE_STATE_USE_COUNT("trace_state_use_count"), /* */
+               LTTV_STATE_RESOURCE_CPUS("cpu count"), /* */
+               LTTV_STATE_RESOURCE_IRQS("irq resource states"), /* */
+               LTTV_STATE_RESOURCE_SOFT_IRQS("soft irq resource states"), /* */
+               LTTV_STATE_RESOURCE_TRAPS("trap resource states"), /* */
+               LTTV_STATE_RESOURCE_BLKDEVS("blkdevs resource states"); /* */
+
+               private final String inName;
+
+               private GenStates(String name) {
+                       this.inName = name;
+               }
+
+               public String getInName() {
+                       return this.inName;
+               }
+
+       }
+
+       // ========================================================================
+       // Methods
+       // =======================================================================
+
+       /**
+        * Return the map from event name strings to Events instances
+        * 
+        * @return the eventstrmap
+        */
+       public HashMap<String, Events> getEventStrmap() {
+               return eventStrMap;
+       }
+
+       /**
+        * Return the map from state transition event name strings to Events instances
+        * State transition events are the subset of events that have the attribute stateTransition == True.
+        * 
+        * @return the stateTransEventMap
+        */
+       public HashMap<String, Events> getStateTransEventMap() {
+               return stateTransEventMap;
+       }
+
+       /**
+        * @return the mapping from int (0..255) to system call names
+        */
+       public String[] getSyscallNames() {
+               return syscall_names;
+       }
+
+       /**
+        * @return the mapping from int (0..255) to trap names
+        */
+       public String[] getTrapNames() {
+               return trap_names;
+       }
+
+       /**
+        * @return the mapping from int (0..255) to IRQ names
+        */
+       public String[] getIrqNames() {
+               return irq_names;
+       }
+
+       /**
+        * @return the mapping from int (0..31) to soft IRQ names
+        */
+       public String[] getSoftIrqNames() {
+               return soft_irq_names;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/AbsEventToHandlerResolver.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/AbsEventToHandlerResolver.java
new file mode 100644 (file)
index 0000000..35db1f7
--- /dev/null
@@ -0,0 +1,226 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@ail.com) - Initial API and implementation
+ *      Michel Dagenais (michel.dagenais@polymtl.ca) - Reference C implementation, used with permission
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.state.evProcessor;
+
+import java.util.Set;
+
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+
+/**
+ * @author alvaro
+ * 
+ */
+public abstract class AbsEventToHandlerResolver implements
+               IEventToHandlerResolver, ITransEventProcessor {
+
+       Long fbeforeEventCount = 0L;
+       Long fstateUpdateCount = 0L;
+       Long filteredOutEventsCount = 0L;
+
+       /* (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.state.evProcessor.IEventToHandlerResolver#getBeforeProcessor(java.lang.String)
+        */
+       @Override
+       public abstract ILttngEventProcessor getBeforeProcessor(String eventType);
+
+       /* (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.state.evProcessor.IEventToHandlerResolver#getAfterProcessor(java.lang.String)
+        */
+       @Override
+       public abstract ILttngEventProcessor getAfterProcessor(String eventType);
+
+       /* (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.state.evProcessor.IEventToHandlerResolver#getfinishProcessor()
+        */
+       @Override
+       public abstract ILttngEventProcessor getfinishProcessor();
+
+       /* (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.state.evProcessor.IEventToHandlerResolver#getStateUpdaterProcessor(java.lang.String)
+        */
+       @Override
+       public abstract ILttngEventProcessor getStateUpdaterProcessor(
+                       String eventType);
+
+       /* (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor#process(org.eclipse.linuxtools.lttng.event.LttngEvent, org.eclipse.linuxtools.lttng.state.model.LttngTraceState)
+        */
+       @Override
+       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+               if (trcEvent instanceof LttngSyntheticEvent) {
+
+                       // prepare to dispatch synthetic events to its corresponding handler
+                       LttngSyntheticEvent synEvent = (LttngSyntheticEvent) trcEvent;
+                       ILttngEventProcessor processor = null;
+                       String eventType = synEvent.getMarkerName();
+
+                       switch (synEvent.getSynType()) {
+                               case STARTREQ: {
+                                       // Status indicators do not contain a valid marker name
+                                       reset();
+                                       return false;
+                               }
+       
+                               case BEFORE: {
+                                       processor = getBeforeProcessor(eventType);
+                                       // increment event count only for one sequence indicator,
+                                       // Note: BEFORE is selected to be used as an indicator to
+                                       // prevent duplicated updates in the state system
+                                       incrementBeforeEventCount();
+                                       break;
+                               }
+       
+                               case UPDATE: {
+                                       processor = getStateUpdaterProcessor(eventType);
+                                       incrementStateUpdateCount();
+                                       break;
+                               }
+       
+                               case AFTER: {
+                                       processor = getAfterProcessor(eventType);
+                                       break;
+                               }
+                               
+                               case ENDREQ: {
+                                       processor = getfinishProcessor();
+                                       TraceDebug.debug("EndRequest satus received:"); //$NON-NLS-1$
+                                       break;
+                               }
+                                       
+                               default:
+                                       // Nothing to do
+                                       break;
+
+                       }
+                       
+                       // For BEFORE/UPDATE/AFTER
+                       // TODO: Implement filter of events not associated to this trace
+                       // Make sure the event received is associated to this trace
+                       // handling context, Implementing a trace compare for each event
+                       // is not acceptable due to performance, and a reference check
+                       // may not be feasible since there are trace clones used either
+                       // to build the state system check points or UI requests.
+
+                       // if (traceSt != null && trcEvent.getParentTrace() !=
+                       // traceSt.getContext().getTraceIdRef()) {
+                       // // increment the number of events filtered out
+                       // filteredOutEventsCount++;
+                       // return false;
+                       // }
+
+                       if (processor != null) {
+                               processor.process(trcEvent, traceSt);
+                       }
+               }
+
+               return true;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.state.evProcessor.IBaseEventProcessor#process
+        * (org.eclipse.linuxtools.tmf.event.TmfEvent,
+        * org.eclipse.linuxtools.lttng.state.model.LttngTraceState)
+        */
+       @Override
+       public void process(TmfEvent tmfEvent, LttngTraceState traceSt) {
+               if (tmfEvent == null) {
+                       return;
+               }
+
+               if (!(tmfEvent instanceof LttngSyntheticEvent)) {
+                       TraceDebug
+                                       .debug("The event received is not an instance of LttngSyntheticEvent and can not be processed"); //$NON-NLS-1$
+                       return;
+               }
+
+               LttngSyntheticEvent trcEvent = (LttngSyntheticEvent) tmfEvent;
+
+               process(trcEvent, traceSt);
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.state.evProcessor.IBaseEventProcessor#
+        * getEventsNotHandled()
+        */
+       public Set<String> getEventsNotHandled() {
+               return null;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.state.evProcessor.ITransEventProcessor#
+        * getEventCount()
+        */
+       @Override
+       public Long getBeforeEventCount() {
+               return fbeforeEventCount;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.state.evProcessor.ITransEventProcessor#
+        * getStateUpdateCount()
+        */
+       @Override
+       public Long getStateUpdateCount() {
+               return fstateUpdateCount;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.state.evProcessor.ITransEventProcessor#
+        * getFilteredOutEventCount()
+        */
+       @Override
+       public Long getFilteredOutEventCount() {
+               return filteredOutEventsCount;
+       }
+
+       /**
+        * <p>
+        * Initialise counter values, e.g before new requests
+        * </p>
+        */
+       protected void reset() {
+               fbeforeEventCount = 0L;
+               fstateUpdateCount = 0L;
+               filteredOutEventsCount = 0L;
+       }
+
+       /**
+        * Multi-threading not expected
+        */
+       protected void incrementBeforeEventCount() {
+               fbeforeEventCount++;
+       }
+
+       /**
+        * Multi-threading not expected
+        */
+       protected void incrementStateUpdateCount() {
+               fstateUpdateCount++;
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/IBaseEventProcessor.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/IBaseEventProcessor.java
new file mode 100644 (file)
index 0000000..63f72d8
--- /dev/null
@@ -0,0 +1,28 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *      Michel Dagenais (michel.dagenais@polymtl.ca) - Reference C implementation, used with permission
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.evProcessor;
+
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+
+public interface IBaseEventProcessor {
+
+       /**
+        * Base event handler, either dispatcher or actual handler
+        * 
+        * @param tmfEvent
+        * @param traceSt
+        */
+       public abstract void process(TmfEvent tmfEvent, LttngTraceState traceSt);
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/IEventToHandlerResolver.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/IEventToHandlerResolver.java
new file mode 100644 (file)
index 0000000..ce877fb
--- /dev/null
@@ -0,0 +1,34 @@
+package org.eclipse.linuxtools.lttng.core.state.evProcessor;
+
+public interface IEventToHandlerResolver {
+
+       /**
+        * 
+        * @return The Event Handler for received event before the State data model
+        *         is updated.
+        */
+       public abstract ILttngEventProcessor getBeforeProcessor(String eventType);
+
+       /**
+        * 
+        * @return The Event Handler for received event after the State data model
+        *         is updated.
+        */
+       public abstract ILttngEventProcessor getAfterProcessor(String eventType);
+
+       /**
+        * 
+        * @return The Event Handler after the complete read request is completed,
+        *         needed e.g. to draw the last state
+        */
+       public abstract ILttngEventProcessor getfinishProcessor();
+
+       /**
+        * 
+        * @return The Event Handler for received event in charge to update the
+        *         state. Only one handler is expected so other factories must not
+        *         override this method.
+        */
+       public abstract ILttngEventProcessor getStateUpdaterProcessor(String eventType);
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/ILttngEventProcessor.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/ILttngEventProcessor.java
new file mode 100644 (file)
index 0000000..9710e13
--- /dev/null
@@ -0,0 +1,37 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *      Michel Dagenais (michel.dagenais@polymtl.ca) - Reference C implementation, used with permission
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.evProcessor;
+
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+
+/**
+ * @author alvaro
+ *
+ */
+public interface ILttngEventProcessor {
+
+       // ========================================================================
+       // Abstract methods
+       // =======================================================================
+       /**
+        * Implementors will either dispatch or determine the handler of the event
+        * provided
+        * 
+        * @param trcEvent
+        * @param traceSt
+        * @return
+        */
+       public abstract boolean process(LttngEvent trcEvent, LttngTraceState traceSt);
+       
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/ITransEventProcessor.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/ITransEventProcessor.java
new file mode 100644 (file)
index 0000000..805c765
--- /dev/null
@@ -0,0 +1,38 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *      Michel Dagenais (michel.dagenais@polymtl.ca) - Reference C implementation, used with permission
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.evProcessor;
+
+/**
+ * @author alvaro
+ *
+ */
+public interface ITransEventProcessor extends IBaseEventProcessor,
+               ILttngEventProcessor {
+
+       /**
+        * @return the eventCount
+        */
+       public Long getBeforeEventCount();
+
+       /**
+        * @return the stateUpdateCount
+        */
+       public Long getStateUpdateCount();
+
+       /**
+        * @return the count of filtered out events e.g. event received from a trace
+        *         not matching the trace state system
+        */
+       public Long getFilteredOutEventCount();
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/state/AbsStateProcessing.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/state/AbsStateProcessing.java
new file mode 100644 (file)
index 0000000..00ce0ef
--- /dev/null
@@ -0,0 +1,210 @@
+/**
+ * 
+ */
+package org.eclipse.linuxtools.lttng.core.state.evProcessor.state;
+
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventContent;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventField;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Fields;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngProcessState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventField;
+
+/**
+ * Common utility methods for all state processing handlers, not intended to be
+ * instantiated on its own
+ * 
+ * @author alvaro
+ * 
+ */
+public abstract class AbsStateProcessing {
+
+       /**
+        * protected method used when a Field is requested among several available
+        * fields and the expected type is Long
+        * 
+        * @param trcEvent
+        * @param traceSt
+        * @param expectedNumFields
+        * @return
+        */
+       protected Long getAFieldLong(LttngEvent trcEvent, LttngTraceState traceSt, Fields expectedField) {
+               Long fieldVal = 0L;
+               
+        String fieldname = expectedField.getInName();
+               LttngEventField field = (LttngEventField) ((LttngEventContent) trcEvent.getContent()).getField(fieldname);
+               
+               if ( field == null ) {
+                       TraceDebug.debug("***************** CONTENT : " + ((LttngEventContent) trcEvent.getContent()).toString()); //$NON-NLS-1$
+               }
+               else {
+            Object fieldObj = field.getValue();
+            if ( (fieldObj instanceof Long) || (fieldObj instanceof Integer) ) {
+                // Expected numeric value found
+                fieldVal = (Long) field.getValue();
+            } 
+            else {
+                if (TraceDebug.isDEBUG()) {
+                    TraceDebug.debug("Unexpected field Type. Expected: Long, Received: "+ fieldObj.getClass().getSimpleName()); //$NON-NLS-1$
+                }
+            }
+               }
+               
+               /*
+               // TmfEventField[] fields = trcEvent.getContent().getFields();
+               TmfEventField[] fields = ((LttngEventContent) trcEvent.getContent())
+                               .getFields(trcEvent);
+       
+               // At least one field expected
+               if (fields.length == 0) {
+                       TraceDebug.debug("Unexpected number of fields received: "
+                                       + fields.length);
+                       return null;
+               }
+       
+               LttngEventField field;
+               String fieldname;
+               String expectedFieldName = expectedField.getInName();
+               for (int i = 0; i < fields.length; i++) {
+                       field = (LttngEventField) fields[i];
+                       fieldname = field.getName();
+                       if (fieldname.equals(expectedFieldName)) {
+                               Object fieldObj = field.getValue();
+                               if (fieldObj instanceof Long) {
+                                       // Expected value found
+                                       fieldVal = (Long) field.getValue();
+                                       // if (expectedField == Fields.LTT_FIELD_TYPE) {
+                                       // TraceDebug.debug("Field Type value is: " + fieldVal);
+                                       // }
+                                       break;
+                               } else {
+                                       if (TraceDebug.isDEBUG()) {
+                                               TraceDebug
+                                                               .debug("Unexpected field Type. Expected: Long, Received: "
+                                                                               + fieldObj.getClass().getSimpleName());
+                                       }
+                                       return null;
+                               }
+                       }
+               }
+               */
+       
+//             if (fieldVal == null) {
+//                     if (TraceDebug.isDEBUG()) {
+//                             sendNoFieldFoundMsg(((LttngEventContent) trcEvent.getContent()).getFields(), fieldname);
+//                     }
+//             }
+               return fieldVal;
+       }
+
+       /**
+        * protected method used when a Field is requested among several available
+        * fields and the expected type is String
+        * 
+        * @param trcEvent
+        * @param traceSt
+        * @param expectedNumFields
+        * @return
+        */
+       protected String getAFieldString(LttngEvent trcEvent,
+                       LttngTraceState traceSt, Fields expectedField) {
+               String fieldVal = ""; //$NON-NLS-1$
+               
+               String fieldname = expectedField.getInName();
+        LttngEventField field = (LttngEventField) ((LttngEventContent) trcEvent.getContent()).getField(fieldname);
+        
+               if ( field == null ) {
+                       TraceDebug.debug("***************** CONTENT : " + ((LttngEventContent) trcEvent.getContent()).toString()); //$NON-NLS-1$
+               }
+               else {
+               Object fieldObj = field.getValue();
+               if (fieldObj instanceof String) {
+                   // Expected numeric value found
+                   fieldVal = (String) field.getValue();
+               } 
+               else {
+                   if (TraceDebug.isDEBUG()) {
+                       TraceDebug.debug("Unexpected field Type. Expected: String, Received: "+ fieldObj.getClass().getSimpleName()); //$NON-NLS-1$
+                   }
+               }
+               }
+               
+               /*
+               // TmfEventField[] fields = trcEvent.getContent().getFields();
+               TmfEventField[] fields = ((LttngEventContent) trcEvent.getContent())
+                               .getFields(trcEvent);
+
+               // Only one field expected
+               if (fields.length == 0) {
+                       TraceDebug.debug("Unexpected number of fields received: "
+                                       + fields.length);
+                       return null;
+               }
+       
+               LttngEventField field;
+               String fieldname;
+               String expectedFieldName = expectedField.getInName();
+               for (int i = 0; i < fields.length; i++) {
+                       field = (LttngEventField) fields[i];
+                       fieldname = field.getName();
+                       if (fieldname.equals(expectedFieldName)) {
+                               Object fieldObj = field.getValue();
+                               if (fieldObj instanceof String) {
+                                       // Expected value found
+                                       fieldVal = (String) field.getValue();
+                                       break;
+                               } else {
+                                       if (TraceDebug.isDEBUG()) {
+                                               TraceDebug
+                                                               .debug("Unexpected field Type. Expected: String, Received: "
+                                                                               + fieldObj.getClass().getSimpleName());
+                                       }
+                                       return null;
+                               }
+                       }
+               }
+           */
+           
+//        if (fieldVal == null) {
+//            if (TraceDebug.isDEBUG()) {
+//                sendNoFieldFoundMsg(((LttngEventContent) trcEvent.getContent()).getFields(), fieldname);
+//            }
+//        }
+               return fieldVal;
+       }
+
+       /**
+        * Find the process matching the given pid and cpu
+        * 
+        * If cpu is 0, the cpu value is not matched and the selection is based on
+        * pid value only
+        * 
+        * @param traceState
+        * @param cpu
+        * @param pid
+        * @return
+        */
+       protected LttngProcessState lttv_state_find_process(
+                                                       LttngTraceState traceState, Long cpu, Long pid) {
+
+               return traceState.findProcessState(pid, cpu, traceState.getTraceId());
+       }
+
+       @SuppressWarnings("nls")
+       protected void sendNoFieldFoundMsg(TmfEventField[] fields,
+                       String expectedFieldName) {
+               LttngEventField field;
+               StringBuilder sb = new StringBuilder("Field not found, requested: "
+                               + expectedFieldName);
+               sb.append(" number of fields: " + fields.length + "Fields: ");
+               for (int i = 0; i < fields.length; i++) {
+                       field = (LttngEventField) fields[i];
+                       sb.append(field.getId() + " ");
+               }
+       
+               TraceDebug.debug(sb.toString(), 5);
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/state/AbsStateUpdate.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/state/AbsStateUpdate.java
new file mode 100644 (file)
index 0000000..03bf13e
--- /dev/null
@@ -0,0 +1,252 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *      Michel Dagenais (michel.dagenais@polymtl.ca) - Reference C implementation, used with permission
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.evProcessor.state;
+
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ExecutionMode;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.IRQMode;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ProcessStatus;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LTTngCPUState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngBdevState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngExecutionState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngIRQState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngProcessState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+public abstract class AbsStateUpdate extends AbsStateProcessing implements
+               ILttngEventProcessor {
+
+       // ========================================================================
+       // Data
+       // =======================================================================
+       protected static final Long ANY_CPU = 0L;
+
+       // ========================================================================
+       // push and pop from stack
+       // =======================================================================
+       protected void push_state(Long cpu, StateStrings.ExecutionMode execMode,
+               String submode, int subModeId, TmfTimestamp eventTime, LttngTraceState traceSt) {
+
+               LttngProcessState process = traceSt.getRunning_process().get(cpu);
+               LttngExecutionState exe_state = new LttngExecutionState();
+               exe_state.setExec_mode(execMode);
+               exe_state.setExec_submode(submode);
+               exe_state.setExec_submode_id(subModeId);
+               exe_state.setEntry_Time(eventTime.getValue());
+               exe_state.setChange_Time(eventTime.getValue());
+               exe_state.setCum_cpu_time(0L);
+//             if (process != null)
+                       exe_state.setProc_status(process.getState().getProc_status());
+               process.pushToExecutionStack(exe_state);
+       }
+
+       protected void pop_state(Long cpu, StateStrings.ExecutionMode execMode,
+                       LttngTraceState traceSt, TmfTimestamp eventTime) {
+
+               LttngProcessState process = traceSt.getRunning_process().get(cpu);
+
+               if (!process.getState().getExec_mode().equals(execMode)) {
+                       // Different execution mode
+                       TraceDebug.debug("Different Execution Mode type \n\tTime:" //$NON-NLS-1$
+                                       + eventTime.toString() + "\n\tprocess state has: \n\t" //$NON-NLS-1$
+                                       + process.getState().getExec_mode().toString()
+                                       + "\n\twhen pop_int is:\n\t" + execMode.toString()); //$NON-NLS-1$
+                       return;
+               }
+
+               //The process state is updated within the pop method
+               process.popFromExecutionStack();
+               process.getState().setChange_Time(eventTime.getValue());
+       }
+
+       protected void irq_push_mode(LttngIRQState irqst, IRQMode state) {
+               irqst.pushToIrqStack(state);
+       }
+
+       protected void irq_set_base_mode(LttngIRQState irqst, IRQMode state) {
+           irqst.clearAndSetBaseToIrqStack(state);
+       }
+
+       protected void irq_pop_mode(LttngIRQState irqst) {
+           irqst.popFromIrqStack();
+       }
+
+       protected void cpu_push_mode(LTTngCPUState cpust, StateStrings.CpuMode state) {
+               // The initialization (init) creates a LttngCPUState instance per
+               // available cpu in the system
+               cpust.pushToCpuStack(state);
+       }
+
+       protected void cpu_pop_mode(LTTngCPUState cpust) {
+               cpust.popFromCpuStack();
+       }
+
+       /* clears the stack and sets the state passed as argument */
+       protected void cpu_set_base_mode(LTTngCPUState cpust,
+                       StateStrings.CpuMode state) {
+               cpust.clearAndSetBaseToCpuStack(state);
+       }
+
+       protected void bdev_pop_mode(LttngBdevState bdevst) {
+           bdevst.popFromBdevStack();
+       }
+
+       /**
+        * Push a new received function pointer to the user_stack
+        * 
+        * @param traceSt
+        * @param funcptr
+        * @param cpu
+        */
+       protected void push_function(LttngTraceState traceSt, Long funcptr, Long cpu) {
+               // Get the related process
+               LttngProcessState process = traceSt.getRunning_process().get(cpu);
+
+               // update stack
+               process.pushToUserStack(funcptr);
+
+               // update the pointer to the current function on the corresponding
+               // process
+               process.setCurrent_function(funcptr);
+       }
+
+       protected void pop_function(LttngTraceState traceSt, LttngEvent trcEvent,
+                       Long funcptr) {
+               Long cpu = trcEvent.getCpuId();
+               LttngProcessState process = traceSt.getRunning_process().get(cpu);
+               Long curr_function = process.getCurrent_function();
+
+               if (curr_function != null && !curr_function.equals(funcptr)) {
+                       TraceDebug.debug("Different functions: " + funcptr + " current: " //$NON-NLS-1$ //$NON-NLS-2$
+                                       + curr_function + " time stamp: " //$NON-NLS-1$
+                                       + trcEvent.getTimestamp().toString());
+
+                       // g_info("Different functions (%lu.%09lu): ignore it\n",
+                       // tfs->parent.timestamp.tv_sec, tfs->parent.timestamp.tv_nsec);
+                       // g_info("process state has %" PRIu64 " when pop_function is %"
+                       // PRIu64
+                       // "\n",
+                       // process->current_function, funcptr);
+                       // g_info("{ %u, %u, %s, %s, %s }\n",
+                       // process->pid,
+                       // process->ppid,
+                       // g_quark_to_string(process->name),
+                       // g_quark_to_string(process->brand),
+                       // g_quark_to_string(process->state->s));
+                       return;
+               }
+               
+               process.popFromUserStack();
+               process.setCurrent_function(process.peekFromUserStack());
+       }
+
+       // ========================================================================
+       // General methods
+       // =======================================================================
+       // Adaption from MKDEV macro
+       protected Long mkdev(Long major, Long minor) {
+               Long result = null;
+               if (major != null && minor != null) {
+                       result = (major << 20) | minor;
+               }
+               return result;
+       }
+
+       /*
+        * FIXME : this function should be called when we receive an event telling
+        * that release_task has been called in the kernel. In happens generally
+        * when the parent waits for its child termination, but may also happen in
+        * special cases in the child's exit : when the parent ignores its children
+        * SIGCCHLD or has the flag SA_NOCLDWAIT. It can also happen when the child
+        * is part of a killed thread group, but isn't the leader.
+        */
+       protected boolean exit_process(LttngTraceState ts, LttngProcessState process) {
+               /*
+                * Wait for both schedule with exit dead and process free to happen.
+                * They can happen in any order.
+                */
+               process.incrementFree_events();
+               if (process.getFree_events() < 2) {
+                       return false;
+               }
+
+               process.clearExecutionStack();
+               process.clearUserStack();
+               ts.removeProcessState(process);
+
+               return true;
+       }
+
+       /**
+        * @param traceSt
+        * @param cpu
+        * @param pid
+        * @param tgid
+        * @param timestamp
+        * @return
+        */
+       protected LttngProcessState create_process(LttngTraceState traceSt,
+                       Long cpu, Long pid, Long tgid, final TmfTimestamp timestamp) {
+               LttngProcessState process = create_process(traceSt, cpu, pid, tgid,
+                               ProcessStatus.LTTV_STATE_UNNAMED.getInName(), timestamp);
+               return process;
+       }
+
+       /**
+        * @param traceSt
+        * @param cpu
+        * @param pid
+        * @param tgid
+        * @param name
+        * @param timestamp
+        * @return
+        */
+       protected LttngProcessState create_process(LttngTraceState traceSt,
+                       Long cpu, Long pid, Long tgid, String name,
+                       final TmfTimestamp timestamp) {
+               LttngProcessState process;
+               process = new LttngProcessState(cpu, pid, tgid, name, timestamp.getValue(), traceSt.getTraceId());
+               traceSt.addProcessState(process);
+               return process;
+       }
+
+       /**
+        * @param ts
+        * @param cpu
+        * @param pid
+        * @param timestamp
+        *            , Used when a new process is needed
+        * @return
+        */
+       protected LttngProcessState lttv_state_find_process_or_create(
+                       LttngTraceState ts, Long cpu, Long pid, final TmfTimestamp timestamp) {
+       
+               LttngProcessState process = lttv_state_find_process(ts, cpu, pid);
+               /* Put ltt_time_zero creation time for non existing processes */
+               if (process == null) {
+                       process = create_process(ts, cpu, pid, 0L, timestamp);
+                       // leave only one entry in the execution stack
+                       process.popFromExecutionStack();
+                       LttngExecutionState es = process.getState();
+                       es.setExec_mode(ExecutionMode.LTTV_STATE_MODE_UNKNOWN);
+                       es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
+               }
+       
+               return process;
+       }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/state/StateEventToHandlerFactory.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/state/StateEventToHandlerFactory.java
new file mode 100644 (file)
index 0000000..882ac82
--- /dev/null
@@ -0,0 +1,185 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *      Michel Dagenais (michel.dagenais@polymtl.ca) - Reference C implementation, used with permission
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.evProcessor.state;
+
+import java.util.HashMap;
+import java.util.Map;
+
+import org.eclipse.linuxtools.lttng.core.state.StateStrings;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.AbsEventToHandlerResolver;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+
+/**
+ * Builds a Map from string event name to a processing handler object, the
+ * processors implement the same interface to facilitate transparent methods
+ * call,
+ * 
+ * The map key STring is the entry point of the raw events, using a hash speeds
+ * up the resolution of the appropriate processor
+ * 
+ * @author alvaro
+ * 
+ */
+public class StateEventToHandlerFactory extends AbsEventToHandlerResolver {
+       // ========================================================================
+       // Data
+       // =======================================================================
+       private final Map<String, ILttngEventProcessor> eventNametoStateProcessor = new HashMap<String, ILttngEventProcessor>();
+       private final static StateEventToHandlerFactory instance = new StateEventToHandlerFactory();
+       private StateUpdateHandlers instantiateHandler = new StateUpdateHandlers();
+
+       // ========================================================================
+       // Constructors
+       // =======================================================================
+       protected StateEventToHandlerFactory() {
+               //create one instance of each individual event handler and add the instance to the map
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SYSCALL_ENTRY
+                               .getInName(), instantiateHandler.getSyscallEntryHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SYSCALL_EXIT
+                               .getInName(), instantiateHandler.getsySyscallExitHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_TRAP_ENTRY
+                               .getInName(), instantiateHandler.getTrapEntryHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_TRAP_EXIT
+                               .getInName(), instantiateHandler.getTrapExitHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_ENTRY
+                               .getInName(), instantiateHandler.getTrapEntryHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_EXIT
+                               .getInName(), instantiateHandler.getTrapExitHandler());
+
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY
+                               .getInName(), instantiateHandler.getTrapEntryHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_NOSEM_EXIT
+                               .getInName(), instantiateHandler.getTrapExitHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_IRQ_ENTRY
+                               .getInName(), instantiateHandler.getIrqEntryHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_IRQ_EXIT
+                               .getInName(), instantiateHandler.getIrqExitHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_RAISE
+                               .getInName(), instantiateHandler.getSoftIrqRaiseHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_ENTRY
+                               .getInName(), instantiateHandler.getSoftIrqEntryHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_EXIT
+                               .getInName(), instantiateHandler.getSoftIrqExitHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_LIST_INTERRUPT
+                               .getInName(), instantiateHandler.getEnumInterruptHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_REQUEST_ISSUE
+                               .getInName(), instantiateHandler.getBdevRequestIssueHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_REQUEST_COMPLETE
+                               .getInName(), instantiateHandler.getBdevRequestCompleteHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_FUNCTION_ENTRY
+                               .getInName(), instantiateHandler.getFunctionEntryHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_FUNCTION_EXIT
+                               .getInName(), instantiateHandler.getFunctionExitHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SYS_CALL_TABLE
+                               .getInName(), instantiateHandler.getDumpSyscallHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_KPROBE_TABLE
+                               .getInName(), instantiateHandler.getDumpKprobeHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SOFTIRQ_VEC
+                               .getInName(), instantiateHandler.getDumpSoftIrqHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SCHED_SCHEDULE
+                               .getInName(), instantiateHandler.getSchedChangeHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_FORK
+                               .getInName(), instantiateHandler.getProcessForkHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_KTHREAD_CREATE
+                               .getInName(), instantiateHandler.getProcessKernelThreadHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_EXIT
+                               .getInName(), instantiateHandler.getProcessExitHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_FREE
+                               .getInName(), instantiateHandler.getProcessFreeHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_EXEC
+                               .getInName(), instantiateHandler.getProcessExecHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_THREAD_BRAND
+                               .getInName(), instantiateHandler.GetThreadBrandHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_STATEDUMP_END
+                               .getInName(), instantiateHandler.getStateDumpEndHandler());
+               
+               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_STATE
+                               .getInName(), instantiateHandler.getEnumProcessStateHandler());
+
+
+       }
+
+       // ========================================================================
+       // Public methods
+       // =======================================================================
+       /**
+        * The event processors are common to all traces an multiple instances will
+        * use more memory unnecessarily
+        * 
+        * @return
+        */
+       public static AbsEventToHandlerResolver getInstance() {
+               return instance;
+       }
+
+
+       /* (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.state.evProcessor.AbsEventProcessorFactory#getAfterProcessor(java.lang.String)
+        */
+       @Override
+       public ILttngEventProcessor getAfterProcessor(String eventType) {
+               return null;
+       }
+
+       /* (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.state.evProcessor.AbsEventProcessorFactory#getBeforeProcessor(java.lang.String)
+        */
+       @Override
+       public ILttngEventProcessor getBeforeProcessor(String eventType) {
+               return null;
+       }
+       
+       /**
+        * This is the only event handler to update the State provider
+        * @return 
+        * 
+        */
+       @Override
+       public ILttngEventProcessor getStateUpdaterProcessor(String eventType) {
+               return eventNametoStateProcessor.get(eventType);
+       }
+
+       @Override
+       public ILttngEventProcessor getfinishProcessor() {
+               // No finishing processor used
+               return null;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/state/StateUpdateHandlers.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/evProcessor/state/StateUpdateHandlers.java
new file mode 100644 (file)
index 0000000..35b8895
--- /dev/null
@@ -0,0 +1,1598 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *      Michel Dagenais (michel.dagenais@polymtl.ca) - Reference C implementation, used with permission
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.state.evProcessor.state;
+
+import java.util.Map;
+
+import org.eclipse.linuxtools.lttng.core.LttngConstants;
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.BdevMode;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.CpuMode;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Events;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ExecutionMode;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ExecutionSubMode;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Fields;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.IRQMode;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ProcessStatus;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ProcessType;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LTTngCPUState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngBdevState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngExecutionState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngIRQState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngProcessState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngSoftIRQState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTrapState;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+/**
+ * Wraps the creation of individual handlers, each method creates and instance
+ * of the corresponding handler
+ * 
+ * @author alvaro
+ * 
+ */
+class StateUpdateHandlers {
+
+       final ILttngEventProcessor getSyscallEntryHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               Long cpu = trcEvent.getCpuId();
+
+                               // No syscall_entry update for initialization process
+                               LttngProcessState process = traceSt.getRunning_process().get(
+                                               cpu);
+                               if ((process != null) && (process.getPid() != null)
+                                               && (process.getPid().longValue() == 0L)) {
+                                       return true;
+                               }
+
+                               // Get the expected event field
+                               Long syscall = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_SYSCALL_ID);
+
+                               String submode = null;
+                               int submodeId = 0;
+                               if (syscall == null) {
+                                       TraceDebug
+                                                       .debug("Syscall Field not found, traceVent time: " //$NON-NLS-1$
+                                                                       + trcEvent.getTimestamp());
+                               } else {
+                                       submode = traceSt.getSyscall_names().get(syscall);
+                                       // Note: For statistics performance improvement only the integer value of syscall is used 
+                                       // as well as a bit mask is applied! 
+                                       submodeId = syscall.intValue() | LttngConstants.STATS_SYS_CALL_NAME_ID;
+                               }
+
+                               if (submode == null) {
+                                       submode = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.getInName();
+                                       submodeId = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.ordinal() | LttngConstants.STATS_NONE_ID; 
+                               }
+
+                               push_state(cpu, StateStrings.ExecutionMode.LTTV_STATE_SYSCALL,
+                                               submode, submodeId, trcEvent.getTimestamp(), traceSt);
+                               return false;
+                       }
+               };
+               return handler;
+       }
+
+       final ILttngEventProcessor getsySyscallExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               Long cpu = trcEvent.getCpuId();
+                               LttngProcessState process = traceSt.getRunning_process().get(
+                                               cpu);
+
+                               // No syscall_entry update for initialization process
+                               if ((process != null) && (process.getPid() != null)
+                                               && (process.getPid().longValue() == 0L)) {
+                                       return true;
+                               }
+
+                               pop_state(cpu, StateStrings.ExecutionMode.LTTV_STATE_SYSCALL,
+                                               traceSt, trcEvent.getTimestamp());
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * Update stacks related to the parsing of an LttngEvent
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getTrapEntryHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               Long cpu = trcEvent.getCpuId();
+
+                               Long trap = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_TRAP_ID);
+                               if (trap == null) {
+                                       TraceDebug
+                                                       .debug("Trap field could not be found, event time: " //$NON-NLS-1$
+                                                                       + trcEvent.getTimestamp());
+                                       return true;
+                               }
+
+                               // ready the trap submode name
+                               String submode = traceSt.getTrap_names().get(trap);
+                               // Note: For statistics performance improvement only the integer value of trap is used 
+                // as well as a bit mask is applied! 
+
+                               int submodeId = trap.intValue() | LttngConstants.STATS_TRAP_NAME_ID; 
+
+                               if (submode == null) {
+                                       submode = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.getInName();
+                                       submodeId = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.ordinal() | LttngConstants.STATS_NONE_ID;
+                               }
+
+                               /* update process state */
+                               push_state(cpu, StateStrings.ExecutionMode.LTTV_STATE_TRAP,
+                                               submode, submodeId, trcEvent.getTimestamp(), traceSt);
+
+                               /* update cpu status */
+                               LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
+                               cpu_push_mode(cpust, StateStrings.CpuMode.LTTV_CPU_TRAP);
+                               cpust.pushToTrapStack(trap); /* update trap status */
+                               
+                               // update Trap State
+                               LttngTrapState trap_state = null;
+                               trap_state = traceSt.getTrap_states().get(trap);
+                               
+                               // If the trape_state exists, just increment it's counter, 
+                               //      otherwise, create it
+                               if ( trap_state == null ) {
+                                       trap_state = new LttngTrapState();
+                                       trap_state.incrementRunning();
+                                       traceSt.getTrap_states().put(trap, trap_state);
+                               }
+                               else {
+                                       trap_state.incrementRunning();
+                               }
+                               
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getTrapExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               Long cpu = trcEvent.getCpuId();
+                               LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
+                               Long trap = cpust.popFromTrapStack();
+
+                               /* update process state */
+                               pop_state(cpu, ExecutionMode.LTTV_STATE_TRAP, traceSt, trcEvent
+                                               .getTimestamp());
+
+                               /* update cpu status */
+                               cpu_pop_mode(cpust);
+
+                               if (trap != -1L) {
+                                       traceSt.getTrap_states().get(trap).decrementRunning();
+                               }
+                               // else {
+                               // TraceDebug.debug("remove this line");
+                               // }
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getIrqEntryHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               Long cpu = trcEvent.getCpuId();
+
+                               Long irq = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_IRQ_ID);
+                               if (irq == null || traceSt.getIrq_states().get(irq) == null) {
+                                       if (irq != null) {
+                                               TraceDebug.debug("Invalid irq (" + irq + "), ts = " + trcEvent.getOriginalTimestamp()); //$NON-NLS-1$ //$NON-NLS-2$
+                                       }
+                                       return true;
+                               }
+
+                               String submode;
+                               submode = traceSt.getIrq_names().get(irq);
+                // Note: For statistics performance improvement only the integer value of irq is used 
+                // as well as a bit mask is applied! 
+                               int submodeId = irq.intValue() | LttngConstants.STATS_IRQ_NAME_ID;
+                
+                               if (submode == null) {
+                                       submode = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.getInName();
+                                       submodeId = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.ordinal() | LttngConstants.STATS_NONE_ID;
+                               }
+
+                               /*
+                                * Do something with the info about being in user or system mode
+                                * when int?
+                                */
+                               push_state(cpu, ExecutionMode.LTTV_STATE_IRQ, submode, submodeId, trcEvent
+                                               .getTimestamp(), traceSt);
+
+                               /* update cpu state */
+                               LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
+                               cpu_push_mode(cpust, CpuMode.LTTV_CPU_IRQ); /* mode stack */
+                               cpust.pushToIrqStack(irq); /* last irq */
+
+                               /* udpate irq state */
+                               irq_push_mode(traceSt.getIrq_states().get(irq),
+                                               IRQMode.LTTV_IRQ_BUSY);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getSoftIrqExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               Long cpu = trcEvent.getCpuId();
+                               LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
+                               Long softirq = cpust.popFromSoftIrqStack();
+
+                               // Update process status
+                               pop_state(cpu, ExecutionMode.LTTV_STATE_SOFT_IRQ, traceSt,
+                                               trcEvent.getTimestamp());
+
+                               /* update softirq status */
+                               if (softirq != -1) {
+                                       LttngSoftIRQState softIrqstate = traceSt
+                                                       .getSoft_irq_states().get(softirq);
+                                       if (softIrqstate != null) {
+                                               softIrqstate.decrementRunning();
+                                       }
+                               }
+
+                               /* update cpu status */
+                               cpu_pop_mode(cpust);
+
+                               return false;
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getIrqExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               Long cpu = trcEvent.getCpuId();
+
+                               /* update process state */
+                               pop_state(cpu, ExecutionMode.LTTV_STATE_IRQ, traceSt, trcEvent
+                                               .getTimestamp());
+
+                               /* update cpu status */
+                               LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
+                               cpu_pop_mode(cpust);
+
+                               /* update irq status */
+                               Long last_irq = cpust.popFromIrqStack();
+                               if (last_irq != -1L) {
+                                       LttngIRQState irq_state = traceSt.getIrq_states().get(
+                                                       last_irq);
+                                       irq_pop_mode(irq_state);
+                               }
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getSoftIrqRaiseHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       private Events eventType = Events.LTT_EVENT_SOFT_IRQ_RAISE;
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               // Long cpu = trcEvent.getCpuId();
+
+                               // get event field
+                               Long softirq = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_SOFT_IRQ_ID);
+
+                               if (softirq == null) {
+                                       TraceDebug.debug("Soft_irq_id not found in " //$NON-NLS-1$
+                                                       + eventType.getInName() + " time: " //$NON-NLS-1$
+                                                       + trcEvent.getTimestamp());
+                                       return true;
+                               }
+
+                               // String submode;
+                               // String[] softIrqNames = traceSt.getSoft_irq_names();
+                               // if (softirq < softIrqNames.length) {
+                               // submode = softIrqNames[softirq];
+                               // } else {
+                               // submode = "softirq " + softirq;
+                               // }
+
+                               /* update softirq status */
+                               /* a soft irq raises are not cumulative */
+                               LttngSoftIRQState irqState = traceSt.getSoft_irq_states().get(
+                                               softirq);
+                               if (irqState != null) {
+                                       irqState.setPending(1L);
+                               } else {
+                                       TraceDebug
+                                                       .debug("unexpected soft irq id value: " + softirq); //$NON-NLS-1$
+                               }
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getSoftIrqEntryHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               // obtrain cpu
+                               Long cpu = trcEvent.getCpuId();
+
+                               // get event field
+                               Long softirq = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_SOFT_IRQ_ID);
+
+                               if (softirq == null) {
+                                       TraceDebug.debug("Soft IRQ ID not found, eventTime: " //$NON-NLS-1$
+                                                       + trcEvent.getTimestamp());
+                                       return true;
+                               }
+
+                               // obtain submode
+                               Map<Long, String> softIrqNames = traceSt.getSoft_irq_names();
+                               String submode = softIrqNames.get(softirq);
+                               if (submode == null) {
+                                       submode = "softirq " + softirq; //$NON-NLS-1$
+                                       softIrqNames.put(softirq, submode);
+                               }
+
+                // Note: For statistics performance improvement only the integer value of softirq is used 
+                // as well as a bit mask is applied! 
+                               int submodeId = softirq.intValue() | LttngConstants.STATS_SOFT_IRQ_NAME_ID;
+
+                               /* update softirq status */
+                               LttngSoftIRQState irqState = traceSt.getSoft_irq_states().get(
+                                               softirq);
+                               if (irqState != null) {
+                                       irqState.decrementPending();
+                                       irqState.incrementRunning();
+                               } else {
+                                       TraceDebug
+                                                       .debug("unexpected soft irq id value: " + softirq); //$NON-NLS-1$
+                               }
+
+                               /* update cpu state */
+                               LTTngCPUState cpu_state = traceSt.getCpu_states().get(cpu);
+                               cpu_state.pushToSoftIrqStack(softirq);
+                               cpu_push_mode(cpu_state, CpuMode.LTTV_CPU_SOFT_IRQ);
+
+                               /* update process execution mode state stack */
+                               push_state(cpu, ExecutionMode.LTTV_STATE_SOFT_IRQ, submode, submodeId,
+                                               trcEvent.getTimestamp(), traceSt);
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * Method to handle the event: LTT_EVENT_LIST_INTERRRUPT
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getEnumInterruptHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       private Events eventType = Events.LTT_EVENT_LIST_INTERRUPT;
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               String action = getAFieldString(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_ACTION);
+                               Long irq = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_IRQ_ID);
+
+                               if (action == null) {
+                                       TraceDebug.debug("Field Action not found in event " //$NON-NLS-1$
+                                                       + eventType.getInName() + " time: " //$NON-NLS-1$
+                                                       + trcEvent.getTimestamp());
+                                       return true;
+                               }
+
+                               if (irq == null) {
+                                       TraceDebug.debug("Field irq_id not found in event " //$NON-NLS-1$
+                                                       + eventType.getInName() + " time: " //$NON-NLS-1$
+                                                       + trcEvent.getTimestamp());
+                                       return true;
+                               }
+
+                               Map<Long, String> irq_names = traceSt.getIrq_names();
+
+                               irq_names.put(irq, action);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * Handle the event LTT_EVENT_REQUEST_ISSUE
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getBdevRequestIssueHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               // Get Fields
+                               Long major = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_MAJOR);
+                               Long minor = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_MINOR);
+                               Long operation = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_OPERATION);
+
+                               // calculate bdevcode
+                               Long devcode = mkdev(major, minor);
+
+                               if (devcode == null) {
+                                       TraceDebug
+                                                       .debug("incorrect calcualtion of bdevcode input( major: " //$NON-NLS-1$
+                                                                       + major
+                                                                       + " minor: " //$NON-NLS-1$
+                                                                       + minor
+                                                                       + " operation: " + operation); //$NON-NLS-1$
+                                       return true;
+                               }
+
+                               Map<Long, LttngBdevState> bdev_states = traceSt
+                                               .getBdev_states();
+                               // Get the instance
+                               LttngBdevState bdevState = bdev_states.get(devcode);
+                               if (bdevState == null) {
+                                       bdevState = new LttngBdevState();
+                               }
+
+                               // update the mode in the stack
+                               if (operation == 0L) {
+                                       bdevState.pushToBdevStack(BdevMode.LTTV_BDEV_BUSY_READING);
+                               } else {
+                                       bdevState.pushToBdevStack(BdevMode.LTTV_BDEV_BUSY_WRITING);
+                               }
+
+                               // make sure it is included in the set
+                               bdev_states.put(devcode, bdevState);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handling event: LTT_EVENT_REQUEST_COMPLETE
+        * </p>
+        * <p>
+        * FIELDS(LTT_FIELD_MAJOR, LTT_FIELD_MINOR, LTT_FIELD_OPERATION
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getBdevRequestCompleteHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               // Get Fields
+                               Long major = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_MAJOR);
+                               Long minor = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_MINOR);
+                               Long operation = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_OPERATION);
+
+                               // calculate bdevcode
+                               Long devcode = mkdev(major, minor);
+
+                               if (devcode == null) {
+                                       TraceDebug
+                                                       .debug("incorrect calcualtion of bdevcode input( major: " //$NON-NLS-1$
+                                                                       + major
+                                                                       + " minor: " //$NON-NLS-1$
+                                                                       + minor
+                                                                       + " operation: " + operation); //$NON-NLS-1$
+                                       return true;
+                               }
+
+                               Map<Long, LttngBdevState> bdev_states = traceSt
+                                               .getBdev_states();
+                               // Get the instance
+                               LttngBdevState bdevState = bdev_states.get(devcode);
+                               if (bdevState == null) {
+                                       bdevState = new LttngBdevState();
+                               }
+
+                               /* update block device */
+                               bdev_pop_mode(bdevState);
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles event: LTT_EVENT_FUNCTION_ENTRY
+        * </p>
+        * <p>
+        * FIELDS: LTT_FIELD_THIS_FN, LTT_FIELD_CALL_SITE
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getFunctionEntryHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               Long cpu = trcEvent.getCpuId();
+                               Long funcptr = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_THIS_FN);
+
+                               push_function(traceSt, funcptr, cpu);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getFunctionExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               Long funcptr = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_THIS_FN);
+
+                               pop_function(traceSt, trcEvent, funcptr);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * process event: LTT_EVENT_SYS_CALL_TABLE
+        * </p>
+        * <p>
+        * fields: LTT_FIELD_ID, LTT_FIELD_ADDRESS, LTT_FIELD_SYMBOL
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getDumpSyscallHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               // obtain the syscall id
+                               Long id = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_ID);
+
+                               // Long address = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_ADDRESS);
+
+                               // Obtain the symbol
+                               String symbol = getAFieldString(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_SYMBOL);
+
+                               // fill the symbol to the sycall_names collection
+                               traceSt.getSyscall_names().put(id, symbol);
+
+                               return false;
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles event: LTT_EVENT_KPROBE_TABLE
+        * </p>
+        * <p>
+        * Fields: LTT_FIELD_IP, LTT_FIELD_SYMBOL
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getDumpKprobeHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               Long ip = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_IP);
+                               String symbol = getAFieldString(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_SYMBOL);
+
+                               traceSt.getKprobe_table().put(ip, symbol);
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_SOFTIRQ_VEC
+        * </p>
+        * <p>
+        * Fields: LTT_FIELD_ID, LTT_FIELD_ADDRESS, LTT_FIELD_SYMBOL
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getDumpSoftIrqHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               // Get id
+                               Long id = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_ID);
+
+                               // Address not needed
+                               // Long address = ltt_event_get_long_unsigned(e,
+                               // lttv_trace_get_hook_field(th,
+                               // 1));
+
+                               // Get symbol
+                               String symbol = getAFieldString(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_SYMBOL);
+
+                               // Register the soft irq name
+                               traceSt.getSoft_irq_names().put(id, symbol);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_SCHED_SCHEDULE
+        * </p>
+        * <p>
+        * Fields: LTT_FIELD_PREV_PID, LTT_FIELD_NEXT_PID, LTT_FIELD_PREV_STATE
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getSchedChangeHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               Long cpu = trcEvent.getCpuId();
+                               TmfTimestamp eventTime = trcEvent.getTimestamp();
+
+                               LttngProcessState process = traceSt.getRunning_process().get(
+                                               cpu);
+
+                               Long pid_out = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_PREV_PID);
+                               Long pid_in = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_NEXT_PID);
+                               Long state_out = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_PREV_STATE);
+
+                               if (process != null) {
+
+                                       /*
+                                        * We could not know but it was not the idle process
+                                        * executing. This should only happen at the beginning,
+                                        * before the first schedule event, and when the initial
+                                        * information (current process for each CPU) is missing. It
+                                        * is not obvious how we could, after the fact, compensate
+                                        * the wrongly attributed statistics.
+                                        */
+
+                                       // This test only makes sense once the state is known and if
+                                       // there
+                                       // is no
+                                       // missing events. We need to silently ignore schedchange
+                                       // coming
+                                       // after a
+                                       // process_free, or it causes glitches. (FIXME)
+                                       // if(unlikely(process->pid != pid_out)) {
+                                       // g_assert(process->pid == 0);
+                                       // }
+                                       if ((process.getPid().longValue() == 0L)
+                                                       && (process.getState().getExec_mode() == ExecutionMode.LTTV_STATE_MODE_UNKNOWN)) {
+                                               if ((pid_out != null) && (pid_out.longValue() == 0L)) {
+                                                       /*
+                                                        * Scheduling out of pid 0 at beginning of the trace
+                                                        * : we know for sure it is in syscall mode at this
+                                                        * point.
+                                                        */
+
+                                                       process.getState().setExec_mode(
+                                                                       ExecutionMode.LTTV_STATE_SYSCALL);
+                                                       process.getState().setProc_status(
+                                                                       ProcessStatus.LTTV_STATE_WAIT);
+                                                       process.getState().setChange_Time(
+                                                                       trcEvent.getTimestamp().getValue());
+                                                       process.getState().setEntry_Time(
+                                                                       trcEvent.getTimestamp().getValue());
+                                               }
+                                       } else {
+                                               if (process.getState().getProc_status() == ProcessStatus.LTTV_STATE_EXIT) {
+                                                       process.getState().setProc_status(
+                                                                       ProcessStatus.LTTV_STATE_ZOMBIE);
+                                                       process.getState().setChange_Time(
+                                                                       trcEvent.getTimestamp().getValue());
+                                               } else {
+                                                       if ((state_out != null)
+                                                                       && (state_out.longValue() == 0L)) {
+                                                               process.getState().setProc_status(
+                                                                               ProcessStatus.LTTV_STATE_WAIT_CPU);
+                                                       } else {
+                                                               process.getState().setProc_status(
+                                                                               ProcessStatus.LTTV_STATE_WAIT);
+                                                       }
+
+                                                       process.getState().setChange_Time(
+                                                                       trcEvent.getTimestamp().getValue());
+                                               }
+
+                                               if ((state_out != null)
+                                                               && (state_out == 32L || state_out == 64L)) { /*
+                                                                                                                                                        * EXIT_DEAD
+                                                                                                                                                        * ||
+                                                                                                                                                        * TASK_DEAD
+                                                                                                                                                        */
+                                                       /* see sched.h for states */
+                                                       if (!exit_process(traceSt, process)) {
+                                                               process.getState().setProc_status(
+                                                                               ProcessStatus.LTTV_STATE_DEAD);
+                                                               process.getState().setChange_Time(
+                                                                               trcEvent.getTimestamp().getValue());
+                                                       }
+                                               }
+                                       }
+                               }
+                               process = lttv_state_find_process_or_create(traceSt, cpu,
+                                               pid_in, eventTime);
+
+                               traceSt.getRunning_process().put(cpu, process);
+
+                               process.getState().setProc_status(ProcessStatus.LTTV_STATE_RUN);
+                               process.getState().setChange_Time(eventTime.getValue());
+                               process.setCpu(cpu);
+                               // process->state->s = LTTV_STATE_RUN;
+                               // if(process->usertrace)
+                               // process->usertrace->cpu = cpu;
+                               // process->last_cpu_index =
+                               // ltt_tracefile_num(((LttvTracefileContext*)s)->tf);
+
+                               // process->state->change = s->parent.timestamp;
+
+                               LTTngCPUState cpu_state = traceSt.getCpu_states().get(cpu);
+                               /* update cpu status */
+                               if ((pid_in != null) && (pid_in.longValue() == 0L)) {
+
+                                       /* going to idle task */
+                                       cpu_set_base_mode(cpu_state, CpuMode.LTTV_CPU_IDLE);
+                               } else {
+                                       /*
+                                        * scheduling a real task. we must be careful here: if we
+                                        * just schedule()'ed to a process that is in a trap, we
+                                        * must put the cpu in trap mode
+                                        */
+                                       cpu_set_base_mode(cpu_state, CpuMode.LTTV_CPU_BUSY);
+                                       if (process.getState().getExec_mode() == ExecutionMode.LTTV_STATE_TRAP) {
+                                               cpu_push_mode(cpu_state, CpuMode.LTTV_CPU_TRAP);
+                                       }
+                               }
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_PROCESS_FORK
+        * </p>
+        * <p>
+        * Fields: FIELD_ARRAY(LTT_FIELD_PARENT_PID, LTT_FIELD_CHILD_PID,
+        * LTT_FIELD_CHILD_TGID)
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getProcessForkHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               Long cpu = trcEvent.getCpuId();
+                               LttngProcessState process = traceSt.getRunning_process().get(
+                                               cpu);
+                               TmfTimestamp timeStamp = trcEvent.getTimestamp();
+
+                               // /* Parent PID */
+                               // Long parent_pid = getAFieldLong(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_PARENT_PID);
+
+                               /* Child PID */
+                               /* In the Linux Kernel, there is one PID per thread. */
+                               Long child_pid = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_CHILD_PID);
+
+                               /* Child TGID */
+                               /* tgid in the Linux kernel is the "real" POSIX PID. */
+                               Long child_tgid = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_CHILD_TGID);
+                               if (child_tgid == null) {
+                                       child_tgid = 0L;
+                               }
+
+                               /*
+                                * Mathieu : it seems like the process might have been scheduled
+                                * in before the fork, and, in a rare case, might be the current
+                                * process. This might happen in a SMP case where we don't have
+                                * enough precision on the clocks.
+                                * 
+                                * Test reenabled after precision fixes on time. (Mathieu)
+                                */
+                               // #if 0
+                               // zombie_process = lttv_state_find_process(ts, ANY_CPU,
+                               // child_pid);
+                               //      
+                               // if(unlikely(zombie_process != NULL)) {
+                               // /* Reutilisation of PID. Only now we are sure that the old
+                               // PID
+                               // * has been released. FIXME : should know when release_task
+                               // happens
+                               // instead.
+                               // */
+                               // guint num_cpus = ltt_trace_get_num_cpu(ts->parent.t);
+                               // guint i;
+                               // for(i=0; i< num_cpus; i++) {
+                               // g_assert(zombie_process != ts->running_process[i]);
+                               // }
+                               //      
+                               // exit_process(s, zombie_process);
+                               // }
+                               // #endif //0
+
+                               if (process.getPid().equals(child_pid)) {
+                                       TraceDebug
+                                                       .debug("Unexpected, process pid equal to child pid: " //$NON-NLS-1$
+                                                                       + child_pid
+                                                                       + " Event Time: " //$NON-NLS-1$
+                                                                       + trcEvent.getTimestamp());
+                               }
+
+                               // g_assert(process->pid != child_pid);
+                               // FIXME : Add this test in the "known state" section
+                               // g_assert(process->pid == parent_pid);
+                               LttngProcessState child_process = lttv_state_find_process(
+                                               traceSt, ANY_CPU, child_pid);
+                               if (child_process == null) {
+                                       child_process = create_process(traceSt, cpu, child_pid,
+                                                       child_tgid, timeStamp);
+                                       child_process.setPpid(process.getPid(), timeStamp.getValue());
+                               } else {
+                                       /*
+                                        * The process has already been created : due to time
+                                        * imprecision between multiple CPUs : it has been scheduled
+                                        * in before creation. Note that we shouldn't have this kind
+                                        * of imprecision.
+                                        * 
+                                        * Simply put a correct parent.
+                                        */
+                                       StringBuilder sb = new StringBuilder("Process " + child_pid); //$NON-NLS-1$
+                                       sb.append(" has been created at [" //$NON-NLS-1$
+                                                       + child_process.getCreation_time() + "] "); //$NON-NLS-1$
+                                       sb.append("and inserted at [" //$NON-NLS-1$
+                                                       + child_process.getInsertion_time() + "] "); //$NON-NLS-1$
+                                       sb.append("before \nfork on cpu " + cpu + " Event time: [" //$NON-NLS-1$ //$NON-NLS-2$
+                                                       + trcEvent + "]\n."); //$NON-NLS-1$
+                                       sb
+                                                       .append("Probably an unsynchronized TSD problem on the traced machine."); //$NON-NLS-1$
+                                       TraceDebug.debug(sb.toString());
+
+                                       // g_assert(0); /* This is a problematic case : the process
+                                       // has
+                                       // beencreated
+                                       // before the fork event */
+                                       child_process.setPpid(process.getPid());
+                                       child_process.setTgid(child_tgid);
+                               }
+
+                               if (!child_process.getName().equals(
+                                               ProcessStatus.LTTV_STATE_UNNAMED.getInName())) {
+                                       TraceDebug.debug("Unexpected child process status: " //$NON-NLS-1$
+                                                       + child_process.getName());
+                               }
+
+                               child_process.setName(process.getName());
+                               child_process.setBrand(process.getBrand());
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_KTHREAD_CREATE
+        * </p>
+        * <p>
+        * Fields: LTT_FIELD_PID
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getProcessKernelThreadHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+                               /*
+                                * We stamp a newly created process as kernel_thread. The thread
+                                * should not be running yet.
+                                */
+
+                               LttngExecutionState exState;
+                               Long pid;
+                               LttngProcessState process;
+
+                               /* PID */
+                               pid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_PID);
+                               // s->parent.target_pid = pid;
+
+                               process = lttv_state_find_process_or_create(traceSt, ANY_CPU,
+                                               pid, new TmfTimestamp());
+
+                               if (!process.getState().getProc_status().equals(
+                                               ProcessStatus.LTTV_STATE_DEAD)) {
+                                       // Leave only the first element in the stack with execution
+                                       // mode to
+                                       // syscall
+                                       exState = process.getFirstElementFromExecutionStack();
+                                       exState.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
+                                       process.clearExecutionStack();
+                                       process.pushToExecutionStack(exState);
+                               }
+
+                               process.setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_PROCESS_EXIT
+        * </p>
+        * <p>
+        * LTT_FIELD_PID
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getProcessExitHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               Long pid;
+                               LttngProcessState process;
+
+                               pid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_PID);
+                               // s->parent.target_pid = pid;
+
+                               // FIXME : Add this test in the "known state" section
+                               // g_assert(process->pid == pid);
+
+                               process = lttv_state_find_process(traceSt, ANY_CPU, pid);
+                               if (process != null) {
+                                       process.getState().setProc_status(
+                                                       ProcessStatus.LTTV_STATE_EXIT);
+                               }
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_PROCESS_FREE
+        * </p>
+        * <p>
+        * Fields: LTT_FIELD_PID
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getProcessFreeHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               Long release_pid;
+                               LttngProcessState process;
+
+                               /* PID of the process to release */
+                               release_pid = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_PID);
+                               // s->parent.target_pid = release_pid;
+
+                               if ((release_pid != null) && (release_pid.longValue() == 0L)) {
+                                       TraceDebug.debug("Unexpected release_pid: 0, Event time: " //$NON-NLS-1$
+                                                       + trcEvent.getTimestamp());
+                               }
+
+                               process = lttv_state_find_process(traceSt, ANY_CPU, release_pid);
+                               if (process != null) {
+                                       exit_process(traceSt, process);
+                               }
+
+                               return false;
+                               // DISABLED
+                               // if(process != null) {
+                               /*
+                                * release_task is happening at kernel level : we can now safely
+                                * release the data structure of the process
+                                */
+                               // This test is fun, though, as it may happen that
+                               // at time t : CPU 0 : process_free
+                               // at time t+150ns : CPU 1 : schedule out
+                               // Clearly due to time imprecision, we disable it. (Mathieu)
+                               // If this weird case happen, we have no choice but to put the
+                               // Currently running process on the cpu to 0.
+                               // I re-enable it following time precision fixes. (Mathieu)
+                               // Well, in the case where an process is freed by a process on
+                               // another
+                               // CPU
+                               // and still scheduled, it happens that this is the schedchange
+                               // that
+                               // will
+                               // drop the last reference count. Do not free it here!
+
+                               // int num_cpus = ltt_trace_get_num_cpu(ts->parent.t);
+                               // guint i;
+                               // for(i=0; i< num_cpus; i++) {
+                               // //g_assert(process != ts->running_process[i]);
+                               // if(process == ts->running_process[i]) {
+                               // //ts->running_process[i] = lttv_state_find_process(ts, i, 0);
+                               // break;
+                               // }
+                               // }
+                               // if(i == num_cpus) /* process is not scheduled */
+                               // exit_process(s, process);
+                               // }
+                               //      
+                               // return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_EXEC
+        * </p>
+        * <p>
+        * FIELDS: LTT_FIELD_FILENAME
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getProcessExecHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               Long cpu = trcEvent.getCpuId();
+                               LttngProcessState process = traceSt.getRunning_process().get(
+                                               cpu);
+
+                               // #if 0//how to use a sequence that must be transformed in a
+                               // string
+                               // /* PID of the process to release */
+                               // guint64 name_len = ltt_event_field_element_number(e,
+                               // lttv_trace_get_hook_field(th, 0));
+                               // //name = ltt_event_get_string(e,
+                               // lttv_trace_get_hook_field(th, 0));
+                               // LttField *child = ltt_event_field_element_select(e,
+                               // lttv_trace_get_hook_field(th, 0), 0);
+                               // gchar *name_begin =
+                               // (gchar*)(ltt_event_data(e)+ltt_event_field_offset(e, child));
+                               // gchar *null_term_name = g_new(gchar, name_len+1);
+                               // memcpy(null_term_name, name_begin, name_len);
+                               // null_term_name[name_len] = '\0';
+                               // process->name = g_quark_from_string(null_term_name);
+                               // #endif //0
+
+                               process.setName(getAFieldString(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_FILENAME));
+                               process.setBrand(StateStrings.LTTV_STATE_UNBRANDED);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * LTT_EVENT_THREAD_BRAND
+        * </p>
+        * <p>
+        * FIELDS: LTT_FIELD_NAME
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor GetThreadBrandHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               String name;
+                               Long cpu = trcEvent.getCpuId();
+                               LttngProcessState process = traceSt.getRunning_process().get(
+                                               cpu);
+
+                               name = getAFieldString(trcEvent, traceSt, Fields.LTT_FIELD_NAME);
+                               process.setBrand(name);
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * @return
+        */
+       final ILttngEventProcessor getStateDumpEndHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               /* For all processes */
+                               /*
+                                * if kernel thread, if stack[0] is unknown, set to syscall
+                                * mode, wait
+                                */
+                               /* else, if stack[0] is unknown, set to user mode, running */
+                               LttngProcessState[] processes = traceSt.getProcesses();
+                               TmfTimestamp time = trcEvent.getTimestamp();
+                               
+                               for (int pos = 0; pos < processes.length; pos++) {
+                                       fix_process(processes[pos], time);
+                               }
+                               
+                               // Set the current process to be running
+                               // TODO Should we do it for all process running on a cpu?
+                               LttngProcessState process = traceSt.getRunning_process().get(trcEvent.getCpuId());
+                               process.getState().setProc_status(ProcessStatus.LTTV_STATE_RUN);
+                               
+                               return false;
+
+                       }
+
+                       /**
+                        * Private method used to establish the first execution state in the
+                        * stack for a given process
+                        * 
+                        * @param process
+                        * @param timestamp
+                        */
+                       private void fix_process(LttngProcessState process,
+                                       TmfTimestamp timestamp) {
+
+                               LttngExecutionState es;
+
+                               if (process.getType() == ProcessType.LTTV_STATE_KERNEL_THREAD) {
+                                       es = process.getFirstElementFromExecutionStack();
+
+                                       if (es.getExec_mode() == ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
+                                               es.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
+                                               es.setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.getInName());
+                        // Note: For statistics performance improvement a integer representation of the submode is used 
+                        // as well as a bit mask is applied! 
+                                               es.setExec_submode_id(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.ordinal() | LttngConstants.STATS_NONE_ID);
+                                               es.setEntry_Time(timestamp.getValue());
+                                               es.setChange_Time(timestamp.getValue());
+                                               es.setCum_cpu_time(0L);
+                                               if (es.getProc_status() == ProcessStatus.LTTV_STATE_UNNAMED) {
+                                                       es.setProc_status(ProcessStatus.LTTV_STATE_WAIT);
+                                               }
+                                       }
+                               } else {
+                                       es = process.getFirstElementFromExecutionStack();
+                                       if (es.getExec_mode() == ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
+                                               es.setExec_mode(ExecutionMode.LTTV_STATE_USER_MODE);
+                                               es.setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.getInName());
+                        // Note: For statistics performance improvement a integer representation of the submode is used 
+                        // as well as a bit mask is applied! 
+                                               es.setExec_submode_id(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.ordinal() | LttngConstants.STATS_NONE_ID);
+                                               es.setEntry_Time(timestamp.getValue());
+                                               es.setChange_Time(timestamp.getValue());
+                                               es.setCum_cpu_time(0L);
+                                               if (es.getProc_status() == ProcessStatus.LTTV_STATE_UNNAMED) {
+                                                       es.setProc_status(ProcessStatus.LTTV_STATE_RUN);
+                                               }
+
+                                               // If the first element is also the one on top... mean
+                                               // we have ONE element on the stack
+                                               if (process.getFirstElementFromExecutionStack() == process
+                                                               .peekFromExecutionStack()) {
+                                                       /*
+                                                        * Still in bottom unknown mode, means never did a
+                                                        * system call May be either in user mode, syscall
+                                                        * mode, running or waiting.
+                                                        */
+                                                       /*
+                                                        * FIXME : we may be tagging syscall mode when being
+                                                        * user mode
+                                                        */
+                                                       // Get a new execution State
+                                                       es = new LttngExecutionState();
+
+                                                       // initialize values
+                                                       es.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
+                                                       es.setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.getInName());
+                               // Note: For statistics performance improvement a integer representation of the submode is used 
+                               // as well as a bit mask is applied! 
+                                                       es.setExec_submode_id(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.ordinal() | LttngConstants.STATS_NONE_ID);
+                                                       es.setEntry_Time(timestamp.getValue());
+                                                       es.setChange_Time(timestamp.getValue());
+                                                       es.setCum_cpu_time(0L);
+                                                       es.setProc_status(ProcessStatus.LTTV_STATE_WAIT);
+
+                                                       // Push the new state to the stack
+                                                       process.pushToExecutionStack(es);
+                                               }
+                                       }
+                               }
+                       }
+               };
+               return handler;
+       }
+
+       /**
+        * <p>
+        * Handles: LTT_EVENT_PROCESS_STATE
+        * </p>
+        * <p>
+        * FIELDS: LTT_FIELD_PID, LTT_FIELD_PARENT_PID, LTT_FIELD_NAME,
+        * LTT_FIELD_TYPE, LTT_FIELD_MODE, LTT_FIELD_SUBMODE, LTT_FIELD_STATUS,
+        * LTT_FIELD_TGID
+        * </p>
+        * 
+        * @return
+        */
+       final ILttngEventProcessor getEnumProcessStateHandler() {
+               AbsStateUpdate handler = new AbsStateUpdate() {
+
+                       // @Override
+                       @Override
+                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
+
+                               Long parent_pid;
+                               Long pid;
+                               Long tgid;
+                               String command;
+                               Long cpu = trcEvent.getCpuId();
+                               
+                               LttngProcessState process = traceSt.getRunning_process().get(
+                                               cpu);
+                               LttngProcessState parent_process;
+                               String type;
+                               // String mode, submode, status;
+                               LttngExecutionState es;
+                               
+                               /* PID */
+                               pid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_PID);
+
+                               /* Parent PID */
+                               parent_pid = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_PARENT_PID);
+
+                               /* Command name */
+                               command = getAFieldString(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_NAME);
+
+                               Long typeVal = getAFieldLong(trcEvent, traceSt,
+                                               Fields.LTT_FIELD_TYPE);
+
+                               type = ProcessType.LTTV_STATE_KERNEL_THREAD.getInName();
+                               if ((typeVal != null) && (typeVal.longValue() == 0L)) {
+                                       type = ProcessType.LTTV_STATE_USER_THREAD.getInName();
+                               }
+
+                               // /* mode */
+                               // mode = getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_MODE);
+                               //
+                               // /* submode */
+                               // submode = getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_SUBMODE);
+                               //
+                               // /* status */
+                               // status = getAFieldString(trcEvent, traceSt,
+                               // Fields.LTT_FIELD_STATUS);
+
+                               /* TGID */
+                               tgid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_TGID);
+                               if (tgid == null) {
+                                       tgid = 0L;
+                               }
+
+                               if ((pid != null) && (pid.longValue() == 0L)) {
+                                       for (Long acpu : traceSt.getCpu_states().keySet()) {
+                                               process = lttv_state_find_process(traceSt, acpu, pid);
+                                               if (process != null) {
+                                                       process.setPpid(parent_pid);
+                                                       process.setTgid(tgid);
+                                                       process.setName(command);
+                                                       process
+                                                                       .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
+                                               } else {
+                                                       StringBuilder sb = new StringBuilder(
+                                                                       "Unexpected, null process read from the TraceState list of processes, event time: " //$NON-NLS-1$
+                                                                                       + trcEvent.getTimestamp());
+                                                       TraceDebug.debug(sb.toString());
+                                               }
+                                       }
+                               } else {
+                                       /*
+                                        * The process might exist if a process was forked while
+                                        * performing the state dump.
+                                        */
+                                       process = lttv_state_find_process(traceSt, ANY_CPU, pid);
+                                       if (process == null) {
+                                               parent_process = lttv_state_find_process(traceSt,
+                                                               ANY_CPU, parent_pid);
+                                               TmfTimestamp eventTime = trcEvent.getTimestamp();
+                                               process = create_process(traceSt, cpu, pid, tgid,
+                                                               command, eventTime);
+                                               if (parent_process != null) {
+                                                       process.setPpid(parent_process.getPid(), eventTime.getValue());
+                                               }
+
+                                               /* Keep the stack bottom : a running user mode */
+                                               /*
+                                                * Disabled because of inconsistencies in the current
+                                                * statedump states.
+                                                */
+                                               if (type.equals(ProcessType.LTTV_STATE_KERNEL_THREAD
+                                                               .getInName())) {
+                                                       /*
+                                                        * FIXME Kernel thread : can be in syscall or
+                                                        * interrupt or trap.
+                                                        */
+                                                       /*
+                                                        * Will cause expected trap when in fact being
+                                                        * syscall (even after end of statedump event) Will
+                                                        * cause expected interrupt when being syscall.
+                                                        * (only before end of statedump event)
+                                                        */
+                                                       // process type is USER_THREAD by default.
+                                                       process
+                                                                       .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
+
+                                               }
+                                               
+                                               //Only one entry needed in the execution stack
+                                               process.popFromExecutionStack();
+                                               es = process.getState();
+                                               es.setExec_mode(ExecutionMode.LTTV_STATE_MODE_UNKNOWN);
+                                               es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
+                                               es.setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
+                                                                               .getInName());
+                        // Note: For statistics performance improvement a integer representation of the submode is used 
+                        // as well as a bit mask is applied! 
+                                               es.setExec_submode_id(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.ordinal() | LttngConstants.STATS_NONE_ID);
+                                               
+                                               // #if 0
+                                               // /* UNKNOWN STATE */
+                                               // {
+                                               // es = process->state =
+                                               // &g_array_index(process->execution_stack,
+                                               // LttvExecutionState, 1);
+                                               // es->t = LTTV_STATE_MODE_UNKNOWN;
+                                               // es->s = LTTV_STATE_UNNAMED;
+                                               // es->n = LTTV_STATE_SUBMODE_UNKNOWN;
+                                               // }
+                                               // #endif //0
+                                       } else {
+                                               /*
+                                                * The process has already been created : Probably was
+                                                * forked while dumping the process state or was simply
+                                                * scheduled in prior to get the state dump event.
+                                                */
+                                               process.setPpid(parent_pid);
+                                               process.setTgid(tgid);
+                                               process.setName(command);
+                                               if (type.equals(ProcessType.LTTV_STATE_KERNEL_THREAD
+                                                               .getInName())) {
+                                                       process
+                                                                       .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
+                                               } else {
+                                                       process.setType(ProcessType.LTTV_STATE_USER_THREAD);
+                                               }
+
+                                               // es =
+                                               // &g_array_index(process->execution_stack,
+                                               // LttvExecutionState,
+                                               // 0);
+                                               // #if 0
+                                               // if(es->t == LTTV_STATE_MODE_UNKNOWN) {
+                                               // if(type == LTTV_STATE_KERNEL_THREAD)
+                                               // es->t = LTTV_STATE_SYSCALL;
+                                               // else
+                                               // es->t = LTTV_STATE_USER_MODE;
+                                               // }
+                                               // #endif //0
+                                               /*
+                                                * Don't mess around with the stack, it will eventually
+                                                * become ok after the end of state dump.
+                                                */
+                                       }
+                               }
+
+                               return false;
+
+                       }
+               };
+               return handler;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/experiment/IStateExperimentManager.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/experiment/IStateExperimentManager.java
new file mode 100644 (file)
index 0000000..0840577
--- /dev/null
@@ -0,0 +1,83 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.state.experiment;
+
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.model.LTTngTreeNode;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+
+public interface IStateExperimentManager {
+
+//     /**
+//      * Read all available traces from the nearest checkpoint from start position
+//      * to the end of a specified time range. One request per trace in the
+//      * experiment will be triggered
+//      * 
+//      * @param trange
+//      * @param obs
+//      * @param transactionID
+//      * @param display
+//      * @return
+//      */
+//     public abstract ILttngSyntEventRequest readExperimentTimeWindow(
+//                     TmfTimeRange trange,
+//                     Object origin, IRequestStatusListener listener,
+//                     ITransEventProcessor processor);
+//
+//     /**
+//      * Read available traces from the Experiment start time, One request per
+//      * trace in the Experiment
+//      * 
+//      * @param source
+//      * @param listener
+//      * @param processor
+//      */
+//     public abstract void readExperiment(Object source,
+//                     IRequestStatusListener listener, ITransEventProcessor processor);
+
+       /**
+        * A new Experiment selected, notification received from the framework
+        * Notify the new experiment selection to the state handling managers
+        * 
+        * @param source
+        * @param experiment
+        */
+       public abstract void experimentSelected_prep(
+                       TmfExperiment<LttngEvent> experiment);
+
+       /**
+        * @param source
+        * @param experiment
+        */
+       public void experimentSelected(Object source,
+                       TmfExperiment<LttngEvent> experiment);
+
+       /**
+        * @return
+        */
+       public abstract TmfTimeRange getExperimentTimeRange();
+
+       /**
+        * @return
+        */
+       public abstract LTTngTreeNode getSelectedExperiment();
+
+       /**
+        * Wait for request completion upon experiment selection
+        * 
+        * @param wait
+        */
+       public abstract void waitForCompletion(boolean wait);
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/experiment/StateExperimentManager.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/experiment/StateExperimentManager.java
new file mode 100644 (file)
index 0000000..6e62d11
--- /dev/null
@@ -0,0 +1,552 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *   Marc Dumais (marc.dumais@ericsson.com) - Fix for 316455 (second part)
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.experiment;
+
+import java.util.HashMap;
+import java.util.Map;
+
+import org.eclipse.linuxtools.lttng.core.LttngConstants;
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.control.LttngCoreProviderFactory;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent.SequenceInd;
+import org.eclipse.linuxtools.lttng.core.model.LTTngTreeNode;
+import org.eclipse.linuxtools.lttng.core.signal.ILttExperimentSelectedListener;
+import org.eclipse.linuxtools.lttng.core.signal.StateExperimentListener;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.state.trace.IStateTraceManager;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.ITmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentRangeUpdatedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalManager;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+
+/**
+ * @author alvaro
+ * 
+ */
+public class StateExperimentManager extends LTTngTreeNode implements ILttExperimentSelectedListener,
+        IStateExperimentManager {
+
+    // ========================================================================
+    // Data
+    // =======================================================================
+    private LTTngTreeNode fSelectedExperiment = null; // one selected experiment
+                                                      // supported
+    private final StateExperimentListener fexperimentListener;
+    private boolean fwaitForCompletion = false;
+    /**
+     * Used to route incoming events to proper trace manager, during check point building
+     */
+    private final Map<ITmfTrace, StateTraceHelper> ftraceToManagerMap = new HashMap<ITmfTrace, StateTraceHelper>();
+
+    private LttngSyntheticEvent syntheticEvent = null;
+    private ITmfDataRequest<LttngEvent> fStateCheckPointRequest = null;
+    private boolean fCheckPointUpdateBusy = false;
+    private boolean fCheckPointUpdatePending = false;
+    private int fCheckPointUpdateIndex = 0;
+    private TmfTimeRange fCheckPointUpdateRange = null;
+    private long fCheckPointNbEventsHandled = 0;
+    private final Object fCheckPointUpdateSyncObj = new Object();
+    private boolean fInitial = false;
+
+    // ========================================================================
+    // Constructors
+    // =======================================================================
+    public StateExperimentManager(Long id, String name) {
+        super(id, null, name, null);
+        fexperimentListener = new StateExperimentListener("Experiment Manager", this); //$NON-NLS-1$
+        TmfSignalManager.registerVIP(this);
+    }
+
+    @TmfSignalHandler
+    @SuppressWarnings({ "unchecked", "rawtypes" })
+    public void experimentSelected(TmfExperimentSelectedSignal signal) {
+        experimentSelected_prep(signal.getExperiment());
+    }
+
+    // ========================================================================
+    // Methods
+    // =======================================================================
+
+//     /* (non-Javadoc)
+//      * @see org.eclipse.linuxtools.lttng.state.experiment.IStateExperimentManager#readExperimentTimeWindow(org.eclipse.linuxtools.tmf.event.TmfTimeRange, java.lang.String, org.eclipse.linuxtools.lttng.state.IStateDataRequestListener)
+//      */
+//     public ILttngSyntEventRequest readExperimentTimeWindow(TmfTimeRange trange,
+//                     Object source, IRequestStatusListener listener,
+//                     ITransEventProcessor processor) {
+//
+//             ILttngSyntEventRequest request = null;
+//
+//             // validate
+//             if (fSelectedExperiment != null) {
+//                     // Get all trace manager nodes
+//                     LTTngTreeNode[] traceMgrs = fSelectedExperiment.getChildren();
+//
+//                     if (traceMgrs != null && traceMgrs.length > 0) {
+//                             IStateTraceManager traceManager;
+//                             // Trigger one request per trace
+//                             for (LTTngTreeNode traceNode : traceMgrs) {
+//                                     traceManager = (IStateTraceManager) traceNode;
+//                                     request = traceManager.executeDataRequest(trange, source,
+//                                                     listener,
+//                                                     processor);
+//                             }
+//                     }
+//             } else {
+//                     if (fSelectedExperiment == null) {
+//                             TraceDebug.debug("No experiment selected");
+//                     }
+//             }
+//
+//             return request;
+//     }
+
+//     /* (non-Javadoc)
+//      * @see org.eclipse.linuxtools.lttng.state.experiment.IStateExperimentManager#readExperiment(java.lang.String, org.eclipse.linuxtools.lttng.state.IStateDataRequestListener)
+//      */
+//     @SuppressWarnings("unchecked")
+//     public void readExperiment(Object source, IRequestStatusListener listener,
+//                     ITransEventProcessor processor) {
+//             // validate
+//             if (fSelectedExperiment != null) {
+//                     TmfExperiment<LttngEvent> experiment = (TmfExperiment<LttngEvent>) fSelectedExperiment
+//                                     .getValue();
+//                     TmfTimeRange trange = experiment.getTimeRange();
+//                     readExperimentTimeWindow(trange, source, listener, processor);
+//             } else {
+//                     TraceDebug.debug("No selected experiment available");
+//             }
+//     }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see org.eclipse.linuxtools.lttng.state.experiment.IStateExperimentManager #experimentSelected_prep
+     * (org.eclipse.linuxtools.tmf.experiment.TmfExperiment)
+     */
+    @Override
+    public void experimentSelected_prep(TmfExperiment<LttngEvent> experiment) {
+
+        if (fSelectedExperiment != null) {
+            clearExperimentNode(fSelectedExperiment);
+            fSelectedExperiment = null;
+        }
+
+        LTTngTreeNode experimentNode = null;
+        if (experiment != null) {
+            experimentNode = getChildByName(experiment.getName());
+            // keep experiment if already loaded with the same value
+            if (experimentNode != null && experimentNode.getValue() != experiment) {
+                clearExperimentNode(experimentNode);
+                experimentNode = null;
+            }
+
+            // Make sure all traces involved have a corresponding state manager
+            // and
+            // state system to request its initial data
+            if (experimentNode == null) {
+                // Create the new experiment tree node
+                experimentNode = new LTTngTreeNode(getNextUniqueId(), this, experiment.getName(), experiment);
+                // add the new experiment to this children list
+                addChild(experimentNode);
+            }
+
+            // Make sure the traces exists in the tree
+            ITmfTrace[] rtraces = experiment.getTraces();
+            String traceName;
+            LTTngTreeNode traceStateManagerNode;
+            // StateStacksHandler
+            for (ITmfTrace rtrace : rtraces) {
+                traceName = rtrace.getName();
+                traceStateManagerNode = experimentNode.getChildByName(traceName);
+                // Node does not exist for this experiment, so needs to be
+                // created
+                if (traceStateManagerNode == null) {
+                    traceStateManagerNode = StateManagerFactory.getManager(rtrace, experimentNode);
+                    experimentNode.addChild(traceStateManagerNode);
+                }
+            }
+
+            // Reset event provider to handle requests for the new experiment
+            LttngCoreProviderFactory.reset(experimentNode);
+
+            // preserve the selected experiment
+            fSelectedExperiment = experimentNode;
+        }
+    }
+
+    private void clearExperimentNode(LTTngTreeNode experimentNode) {
+        // Remove checkpoints
+        LTTngTreeNode[] traceNodes = experimentNode.getChildren();
+
+        for (LTTngTreeNode traceStateManagerNode : traceNodes) {
+            IStateTraceManager traceManager = null;
+            try {
+                traceManager = (IStateTraceManager) traceStateManagerNode;
+                // Clear all previously created check points as preparation to
+                // re-build
+                traceManager.clearCheckPoints();
+                experimentNode.removeChild(traceStateManagerNode);
+            } catch (ClassCastException e) {
+                // Nothing to do
+            }
+
+            // rebuild the experiment nodes from scratch
+            removeChild(experimentNode);
+        }
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see org.eclipse.linuxtools.lttng.signal.ILttExperimentSelectedListener# experimentSelected(java.lang.Object,
+     * org.eclipse.linuxtools.tmf.experiment.TmfExperiment)
+     */
+    @Override
+    public void experimentSelected(Object source, TmfExperiment<LttngEvent> experiment) {
+        // validate
+        if (experiment == null) {
+            TraceDebug.debug("Received experiment is null"); //$NON-NLS-1$
+            return;
+        }
+
+        // If previous request is ongoing, cancel it before requesting a new
+        // one.
+        if (fStateCheckPointRequest != null && !fStateCheckPointRequest.isCompleted()) {
+            fStateCheckPointRequest.cancel();
+        }
+
+        synchronized (fCheckPointUpdateSyncObj) {
+            fCheckPointUpdateBusy = false;
+            fCheckPointUpdatePending = false;
+            fCheckPointUpdateIndex = 0;
+        }
+
+        fInitial = true;
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see org.eclipse.linuxtools.lttng.signal.ILttExperimentSelectedListener# experimentUpdated
+     * (org.eclipse.linuxtools.tmf.signal.TmfExperimentUpdatedSignal, boolean)
+     */
+    @SuppressWarnings("unchecked")
+    @Override
+    public void experimentRangeUpdated(TmfExperimentRangeUpdatedSignal signal) {
+        TmfExperiment<LttngEvent> experiment = (TmfExperiment<LttngEvent>) signal.getExperiment();
+        // validate
+        if (experiment != fSelectedExperiment.getValue()) {
+            return;
+        }
+
+        synchronized (fCheckPointUpdateSyncObj) {
+            if (fCheckPointUpdateBusy) {
+                fCheckPointUpdatePending = true;
+                fCheckPointUpdateRange = signal.getRange();
+                return;
+            } else {
+                fCheckPointUpdateBusy = true;
+            }
+        }
+
+        // If previous request is ongoing, cancel it before requesting a new
+        // one.
+        if (fStateCheckPointRequest != null && !fStateCheckPointRequest.isCompleted()) {
+            fStateCheckPointRequest.cancel();
+        }
+
+        // trigger data request to build the state system check points
+        fStateCheckPointRequest = buildCheckPoints(experiment, signal.getRange(), fInitial);
+        fInitial = false;
+
+        if (fStateCheckPointRequest == null) {
+            synchronized (fCheckPointUpdateSyncObj) {
+                fCheckPointUpdateBusy = false;
+            }
+        }
+    }
+
+    /**
+     * @return the SelectedExperiment tree node
+     */
+    @Override
+    public LTTngTreeNode getSelectedExperiment() {
+        return fSelectedExperiment;
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see org.eclipse.linuxtools.lttng.state.experiment.IStateExperimentManager#getExperimentTimeRange()
+     */
+    @Override
+    @SuppressWarnings("unchecked")
+    public TmfTimeRange getExperimentTimeRange() {
+        TmfTimeRange timeRangeResult = null;
+        if (fSelectedExperiment != null) {
+            timeRangeResult = ((TmfExperiment<LttngEvent>) fSelectedExperiment.getValue()).getTimeRange();
+        }
+        return timeRangeResult;
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see java.lang.Object#finalize()
+     */
+    @Override
+    protected void finalize() {
+        fexperimentListener.dispose();
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see org.eclipse.linuxtools.lttng.state.experiment.IStateExperimentManager #waitForComplete(boolean)
+     */
+    @Override
+    public void waitForCompletion(boolean wait) {
+        fwaitForCompletion = wait;
+    }
+
+    private ITmfDataRequest<LttngEvent> buildCheckPoints(final TmfExperiment<LttngEvent> experiment,
+            final TmfTimeRange range, boolean initial) {
+        // validate
+        if (experiment == null) {
+            TraceDebug.debug("Received experiment is null"); //$NON-NLS-1$
+            return null;
+        }
+
+        LTTngTreeNode experimentNode = getChildByName(experiment.getName());
+        if (experimentNode == null) {
+            TraceDebug.debug("Experiment Node " + experiment.getName() + " does not exist"); //$NON-NLS-1$ //$NON-NLS-2$
+            return null;
+        }
+
+        final boolean waitForCompletion = fwaitForCompletion;
+
+        // get the trace manager nodes associated to the experiment
+        LTTngTreeNode[] traceNodes = experimentNode.getChildren();
+
+        if (initial) {
+            synchronized (this) {
+                ftraceToManagerMap.clear();
+            }
+
+            ITmfTrace trace;
+            for (LTTngTreeNode traceStateManagerNode : traceNodes) {
+                IStateTraceManager traceManager;
+                try {
+                    traceManager = (IStateTraceManager) traceStateManagerNode;
+                } catch (ClassCastException e) {
+                    System.out.println(e.getStackTrace().toString());
+                    return null;
+                }
+
+                // Clear all previously created check points as preparation to
+                // re-build
+                traceManager.clearCheckPoints();
+
+                // build the trace to manager mapping for event dispatching
+                trace = traceManager.getTrace();
+                synchronized (this) {
+                    ftraceToManagerMap.put(trace, new StateTraceHelper(traceManager));
+                }
+            }
+        }
+
+        // if no trace mapping
+        if (ftraceToManagerMap.size() < 1) {
+            TraceDebug.debug("No traces associated to experiment " + experiment.getName()); //$NON-NLS-1$
+            return null;
+        }
+
+        fCheckPointNbEventsHandled = 0;
+
+        // Prepare event data request to build state model
+        ITmfEventRequest<LttngEvent> request = new TmfEventRequest<LttngEvent>(LttngEvent.class, range,
+                fCheckPointUpdateIndex, TmfEventRequest.ALL_DATA, LttngConstants.DEFAULT_BLOCK_SIZE,
+                ITmfDataRequest.ExecutionType.BACKGROUND) {
+
+            /*
+             * (non-Javadoc)
+             * 
+             * @see org.eclipse.linuxtools.tmf.request.TmfDataRequest#handleData()
+             */
+            @Override
+            public void handleData(LttngEvent event) {
+                super.handleData(event);
+                if (event != null) {
+//                                     Tracer.trace("Chk: " + event.getTimestamp());
+                    fCheckPointNbEventsHandled++;
+                    ITmfTrace trace = event.getParentTrace();
+
+                    StateTraceHelper helper = ftraceToManagerMap.get(trace);
+
+                    if (helper != null) {
+                        helper.incrementNumberRead();
+
+                        // obtain synthetic event
+                        LttngSyntheticEvent synEvent = updateSynEvent(event, helper.getTraceModel());
+
+                        // update state system, and save check points as needed
+                        helper.getStateManager().handleEvent(synEvent, helper.getNumberRead());
+                    } else {
+                        TraceDebug.debug("StateTraceManager not found for trace" //$NON-NLS-1$
+                                + trace.getName());
+                    }
+                }
+            }
+
+            /*
+             * (non-Javadoc)
+             * 
+             * @see org.eclipse.linuxtools.tmf.request.TmfDataRequest#handleCompleted()
+             */
+            @Override
+            public void handleCompleted() {
+                super.handleCompleted();
+                printCompletedMessage();
+
+                if (!waitForCompletion) {
+                    synchronized (fCheckPointUpdateSyncObj) {
+                        fCheckPointUpdateBusy = false;
+                        fCheckPointUpdateIndex += fCheckPointNbEventsHandled;
+                        if (fCheckPointUpdatePending) {
+                            fCheckPointUpdatePending = false;
+                            fCheckPointUpdateBusy = true;
+                            buildCheckPoints(experiment, fCheckPointUpdateRange, false);
+                        }
+                    }
+                }
+            }
+
+            /*
+             * /**
+             * 
+             * @param header
+             */
+            private void printCompletedMessage() {
+                if (TraceDebug.isDEBUG()) {
+                    TraceDebug
+                            .debug("Trace check point building completed, number of events handled: " + fCheckPointNbEventsHandled + "\n\t\t"); //$NON-NLS-1$ //$NON-NLS-2$
+                    for (StateTraceHelper helper : ftraceToManagerMap.values()) {
+                        TraceDebug.debug(helper.getStateManager().toString() + "\n\t\t"); //$NON-NLS-1$
+                    }
+                }
+            }
+        };
+
+        // Execute event data request
+        experiment.sendRequest(request);
+
+        if (waitForCompletion) {
+            try {
+                request.waitForCompletion();
+                synchronized (fCheckPointUpdateSyncObj) {
+                    fCheckPointUpdateBusy = false;
+                    fCheckPointUpdateIndex += fCheckPointNbEventsHandled;
+                    if (fCheckPointUpdatePending) {
+                        fCheckPointUpdatePending = false;
+                        fCheckPointUpdateBusy = true;
+                        buildCheckPoints(experiment, fCheckPointUpdateRange, false);
+                    }
+                }
+            } catch (InterruptedException e) {
+                e.printStackTrace();
+            }
+        }
+
+        return request;
+    }
+
+    private LttngSyntheticEvent updateSynEvent(LttngEvent e, LttngTraceState stateModel) {
+        if (syntheticEvent == null || syntheticEvent.getBaseEvent() != e) {
+            syntheticEvent = new LttngSyntheticEvent(e);
+        }
+
+        // Trace model needed by application handlers
+        syntheticEvent.setTraceModel(stateModel);
+        syntheticEvent.setSequenceInd(SequenceInd.UPDATE);
+
+        return syntheticEvent;
+    }
+
+    /**
+     * Helper class that wraps the StateTraceManager, the current LTTngTraceState and the number of read events
+     * 
+     * @author bHufmann
+     * 
+     */
+    private class StateTraceHelper {
+
+        IStateTraceManager stateTraceManager = null;
+        long numberEventsRead = 0;
+        LttngTraceState stateTraceModel = null;
+
+        /**
+         * Constructor
+         * 
+         * @param stateManager
+         *            The StateTraceManager the helper is for
+         */
+        public StateTraceHelper(IStateTraceManager stateManager) {
+            this.stateTraceManager = stateManager;
+            // Get the TraceState at the beginning of the trace
+            this.stateTraceManager.restoreCheckPointByTimestamp(stateManager.getTrace().getStartTime());
+            this.stateTraceModel = this.stateTraceManager.getStateModel();
+        }
+
+        /**
+         * Returns the StateTraceManager
+         * 
+         * @return IStateTraceManager
+         */
+        public IStateTraceManager getStateManager() {
+            return stateTraceManager;
+        }
+
+        /**
+         * Returns the number of read events
+         * 
+         * @return long
+         */
+        public long getNumberRead() {
+            return numberEventsRead;
+        }
+
+        /**
+         * Increments the number of read events
+         */
+        public void incrementNumberRead() {
+            ++numberEventsRead;
+        }
+
+        /**
+         * Returns the current LTTngTraceState
+         * 
+         * @return LttngTraceState
+         */
+        public LttngTraceState getTraceModel() {
+            return stateTraceModel;
+        }
+    }
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/experiment/StateManagerFactory.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/experiment/StateManagerFactory.java
new file mode 100644 (file)
index 0000000..6abe08e
--- /dev/null
@@ -0,0 +1,152 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.state.experiment;
+
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.model.LTTngTreeNode;
+import org.eclipse.linuxtools.lttng.core.state.LttngStateException;
+import org.eclipse.linuxtools.lttng.core.state.trace.IStateTraceManager;
+import org.eclipse.linuxtools.lttng.core.state.trace.StateTraceManager;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+
+/**
+ * @author alvaro
+ * 
+ */
+public class StateManagerFactory {
+    // ========================================================================
+    // Data
+    // =======================================================================
+
+    private static IStateExperimentManager experimentManager = null;
+    /**
+     * Allows to modify the check point interval for every new instance of trace manager
+     */
+    private static Long ftraceCheckPointInterval = null;
+
+    static {
+        initCheck();
+    }
+
+    // ========================================================================
+    // Methods
+    // =======================================================================
+
+    /**
+     * @param traceUniqueId
+     * @param experiment
+     * @return
+     */
+    public static LTTngTreeNode getManager(ITmfTrace rtrace, LTTngTreeNode experiment) {
+
+        // Validate
+        if (rtrace == null) {
+            return null;
+        }
+
+        String traceUniqueId = rtrace.getName();
+        if (traceUniqueId == null) {
+            return null;
+        }
+
+        LTTngTreeNode managerNode = null;
+        managerNode = experiment.getChildByName(traceUniqueId);
+
+        if (managerNode != null && managerNode instanceof IStateTraceManager) {
+            return managerNode;
+        }
+
+//             LttngTraceState traceModel = 
+//             StateModelFactory.getStateEntryInstance();
+        StateTraceManager manager = null;
+
+        // catch potential construction problems
+        try {
+            manager = new StateTraceManager(experiment.getNextUniqueId(), experiment, traceUniqueId, rtrace);
+
+            // Allow the possibility to configure the trace state check point
+            // interval at creation time
+            if (ftraceCheckPointInterval != null) {
+                manager.setCheckPointInterval(ftraceCheckPointInterval);
+            }
+
+        } catch (LttngStateException e) {
+            e.printStackTrace();
+        }
+
+        experiment.addChild(manager);
+        return manager;
+    }
+
+    /**
+     * Provide the State trace set manager
+     * 
+     * @return
+     */
+    public static IStateExperimentManager getExperimentManager() {
+        return experimentManager;
+    }
+
+    /**
+     * Remove previously registered managers
+     * 
+     * @param traceUniqueId
+     */
+    public static void removeManager(ITmfTrace rtrace, LTTngTreeNode rexperiment) {
+        if (rtrace != null && rexperiment != null && rexperiment.getValue() instanceof TmfExperiment<?>) {
+            LTTngTreeNode childToremove = rexperiment.getChildByName(rtrace.getName());
+            if (childToremove != null) {
+                rexperiment.removeChild(childToremove);
+            }
+        } else {
+            TraceDebug.debug("Invalid arguments to remove manager for trace: " //$NON-NLS-1$
+                    + rtrace.getName());
+        }
+    }
+
+    /**
+     * initialization of factory
+     */
+    private static void initCheck() {
+        if (experimentManager == null) {
+            Long id = 0L; // unique id
+            String name = "StateExperimentManager"; // name //$NON-NLS-1$
+            experimentManager = new StateExperimentManager(id, name);
+        }
+    }
+
+    /**
+     * Clea up resources
+     */
+    public static void dispose() {
+        if (experimentManager != null) {
+            experimentManager = null;
+        }
+    }
+
+    /**
+     * @return the traceCheckPointInterval
+     */
+    public static Long getTraceCheckPointInterval() {
+        return ftraceCheckPointInterval;
+    }
+
+    /**
+     * @param traceCheckPointInterval
+     *            the traceCheckPointInterval to set
+     */
+    public static void setTraceCheckPointInterval(Long traceCheckPointInterval) {
+        StateManagerFactory.ftraceCheckPointInterval = traceCheckPointInterval;
+    }
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LTTngCPUState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LTTngCPUState.java
new file mode 100644 (file)
index 0000000..e6094f8
--- /dev/null
@@ -0,0 +1,178 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.model;
+
+import java.util.Stack;
+
+import org.eclipse.linuxtools.lttng.core.state.StateStrings;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.CpuMode;
+
+/**
+ * <b><u>LTTngCPUState</u></b>
+ * <p>
+ * 
+ */
+public class LTTngCPUState implements Cloneable {
+       // ========================================================================
+       // Data
+       // =======================================================================
+       private Stack<StateStrings.CpuMode> mode_stack = new Stack<StateStrings.CpuMode>();
+       private Stack<Long> irq_stack = new Stack<Long>();
+       private Stack<Long> softirq_stack = new Stack<Long>();
+       private Stack<Long> trap_stack = new Stack<Long>();
+
+       // ========================================================================
+       // Constructor
+       // =======================================================================
+       public LTTngCPUState() {
+               mode_stack.push(CpuMode.LTTV_CPU_UNKNOWN);
+               irq_stack.push(-1L);
+               softirq_stack.push(-1L);
+               trap_stack.push(-1L);
+       }
+
+       @Override
+       @SuppressWarnings("unchecked")
+       public LTTngCPUState clone() {
+               LTTngCPUState newState = null;
+
+               try {
+                       newState = (LTTngCPUState) super.clone();
+
+                       // // *** IMPORTANT ***
+                       // // Basic type in java are immutable!
+                       // // Thus, using assignation ("=") on basic type is CORRECT,
+                       // // but we should ALWAYS use "new" or "clone()" on "non basic"
+                       // type
+
+                       // Clone should work correctly for all stack object that contain
+                       // basic java object (String, Long, etc...)
+                       newState.mode_stack = (Stack<StateStrings.CpuMode>) this.mode_stack
+                                       .clone();
+                       newState.irq_stack = (Stack<Long>) this.irq_stack.clone();
+                       newState.softirq_stack = (Stack<Long>) this.softirq_stack.clone();
+                       newState.trap_stack = (Stack<Long>) this.trap_stack.clone();
+               } catch (CloneNotSupportedException e) {
+                       System.out.println("Cloning failed with : " + e.getMessage()); //$NON-NLS-1$
+               }
+
+               return newState;
+       }
+
+       // ========================================================================
+       // Methods
+       public void clearAndSetBaseToCpuStack(StateStrings.CpuMode newCpuMode) {
+               mode_stack.clear();
+               irq_stack.clear();
+               softirq_stack.clear();
+               trap_stack.clear();
+
+               // Ensure that there is always at least 1 item in the stack
+               mode_stack.push(newCpuMode);
+               irq_stack.push(-1L);
+               softirq_stack.push(-1L);
+               trap_stack.push(-1L);
+       }
+
+       // Push to stacks
+       public void pushToCpuStack(StateStrings.CpuMode newCpuMode) {
+               mode_stack.push(newCpuMode);
+       }
+
+       public void pushToIrqStack(Long irqID) {
+               irq_stack.push(irqID);
+       }
+
+       public void pushToSoftIrqStack(Long softIrqID) {
+               softirq_stack.push(softIrqID);
+       }
+
+       public void pushToTrapStack(Long trapID) {
+               trap_stack.push(trapID);
+       }
+
+       // Pop from stacks
+       public StateStrings.CpuMode popFromCpuStack() {
+
+               StateStrings.CpuMode returnedMode = mode_stack.pop();
+
+               if (mode_stack.size() < 1) {
+                       // Ensure that there is always at least 1 item in the stack
+                       mode_stack.push(StateStrings.CpuMode.LTTV_CPU_UNKNOWN);
+               }
+
+               return returnedMode;
+
+       }
+
+       public Long popFromIrqStack() {
+               Long irq = irq_stack.pop();
+
+               if (irq_stack.size() < 1) {
+                       // make sure the stack is not empty
+                       irq_stack.push(-1L);
+               }
+               return irq;
+       }
+
+       public Long popFromSoftIrqStack() {
+               Long softirq = softirq_stack.pop();
+
+               if (softirq_stack.size() < 1) {
+                       // make sure the stack is not empty
+                       softirq_stack.push(-1L);
+               }
+               return softirq;
+       }
+
+       public Long popFromTrapStack() {
+               Long trap = trap_stack.pop();
+
+               if (trap_stack.size() < 1) {
+                       // make sure the stack is not empty
+                       trap_stack.push(-1L);
+               }
+               return trap;
+       }
+
+       // Peek from stacks
+       public StateStrings.CpuMode peekFromCpuStack() {
+               return mode_stack.peek();
+       }
+
+       public Long peekFromIrqStack() {
+               return irq_stack.peek();
+       }
+
+       public Long peekFromSoftIrqStack() {
+               return softirq_stack.peek();
+       }
+
+       public Long peekFromTrapStack() {
+               return trap_stack.peek();
+       }
+       
+
+       public void reset() {
+               mode_stack.clear();
+               irq_stack.clear();
+               softirq_stack.clear();
+               trap_stack.clear();
+
+               // Ensure that there is always at least 1 item in the stack
+               mode_stack.push(CpuMode.LTTV_CPU_UNKNOWN);
+               irq_stack.push(-1L);
+               softirq_stack.push(-1L);
+               trap_stack.push(-1L);
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngBdevState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngBdevState.java
new file mode 100644 (file)
index 0000000..08d037c
--- /dev/null
@@ -0,0 +1,89 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.model;
+
+import java.util.Stack;
+
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.BdevMode;
+
+/**
+ * <b><u>LttvBdevState</u></b>
+ * <p>
+ *
+ */
+public class LttngBdevState implements Cloneable {
+    // ========================================================================
+       // Data
+    // =======================================================================
+       private Stack<BdevMode> mode_stack = new Stack<BdevMode>() ;
+
+       
+    // ========================================================================
+       // Constructor
+    // =======================================================================
+       public LttngBdevState() {
+               mode_stack.push(BdevMode.LTTV_BDEV_UNKNOWN);
+       }
+       
+       // ========================================================================
+       // Methods
+       // =======================================================================
+       public void clearBdevStack() {
+        mode_stack.clear();
+    }
+       
+       public void clearAndSetBaseToBdevStack(BdevMode newState) {
+        mode_stack.clear();
+        // Ensure that there is always at least 1 item in the stack
+        mode_stack.push(newState);
+    }
+    
+    public void pushToBdevStack(BdevMode newState) {
+        mode_stack.push(newState);
+    }
+    
+    public BdevMode popFromBdevStack() {
+        
+       BdevMode returnedMode = mode_stack.pop();
+        
+       if (mode_stack.size() < 1) {
+            TraceDebug.debug("Removing last item from mode stack is not allowed! (popFromModeStack)"); //$NON-NLS-1$
+            mode_stack.push(BdevMode.LTTV_BDEV_UNKNOWN);
+       }
+       
+       return returnedMode;
+    }
+    
+    public BdevMode peekFromBdevStack() {
+        return mode_stack.peek();
+    }
+       
+    
+       @Override
+       @SuppressWarnings("unchecked")
+    public LttngBdevState clone() {
+           LttngBdevState newState = null;
+           
+           try {
+               newState = (LttngBdevState)super.clone();
+               // Clone should work correctly for all stack object that contain basic java object (String, Long, etc...)
+               newState.mode_stack = (Stack<BdevMode>)this.mode_stack.clone();
+           }
+           catch ( CloneNotSupportedException e ) {
+               System.out.println("Cloning failed with : " + e.getMessage() ); //$NON-NLS-1$
+           }
+           
+           return newState;
+       }
+       
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngExecutionState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngExecutionState.java
new file mode 100644 (file)
index 0000000..1392baf
--- /dev/null
@@ -0,0 +1,181 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.model;
+
+import org.eclipse.linuxtools.lttng.core.LttngConstants;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings;
+
+/**
+ * <b><u>LttngExecutionState</u></b>
+ * <p>
+ * 
+ */
+public class LttngExecutionState implements Cloneable {
+       // ========================================================================
+       // Data
+       // =======================================================================
+
+    private Long entry_LttTime = null;
+       private Long change_LttTime = null;
+       private Long cum_cpu_time_Timens = null;
+       
+       private StateStrings.ProcessStatus proc_status = StateStrings.ProcessStatus.LTTV_STATE_UNNAMED;
+       private StateStrings.ExecutionMode exec_mode = StateStrings.ExecutionMode.LTTV_STATE_MODE_UNKNOWN;
+       private String exec_submode = StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.getInName();
+    // Note: For statistics performance improvement a integer representation of the submode is used 
+    // as well as a bit mask is applied! 
+       private int exec_submode_id = Integer.valueOf(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.ordinal() | LttngConstants.STATS_NONE_ID);
+
+    @Override
+       public LttngExecutionState clone() {
+           LttngExecutionState newState = null;
+        
+        try {
+            newState = (LttngExecutionState)super.clone();
+            
+            // *** IMPORTANT ***
+            // Basic type in java are immutable! 
+            // Thus, using assignation ("=") on basic type is CORRECT, 
+            //  but we should ALWAYS use "new" or "clone()" on "non basic" type
+            newState.cum_cpu_time_Timens = this.cum_cpu_time_Timens;
+            newState.exec_submode = this.exec_submode;
+            newState.exec_submode_id = this.exec_submode_id;
+            
+            // ProcessStatus and ExecutionMode are enum, and so shouldn't be a problem to use their reference
+            newState.proc_status = this.proc_status;
+            newState.exec_mode = this.exec_mode;
+            newState.entry_LttTime = this.entry_LttTime;
+            newState.change_LttTime = this.change_LttTime;
+        }
+        catch ( CloneNotSupportedException e ) {
+            System.out.println("Cloning failed with : " + e.getMessage() ); //$NON-NLS-1$
+        }
+        
+        return newState;
+    }
+       
+       // ========================================================================
+       // Methods
+       // =======================================================================
+       /**
+        * @return the entry_LttTime
+        */
+       public Long getEntry_LttTime() {
+               return entry_LttTime;
+       }
+
+       /**
+        * @param entryLttTime
+        *            the entry_LttTime to set
+        */
+       public void setEntry_Time(Long entryLttTime) {
+               entry_LttTime = entryLttTime;
+       }
+
+       /**
+        * @return the change_LttTime
+        */
+       public Long getChange_LttTime() {
+               return change_LttTime;
+       }
+
+       /**
+        * @param changeLttTime
+        *            the change_LttTime to set
+        */
+       public void setChange_Time(Long changeLttTime) {
+               change_LttTime = changeLttTime;
+       }
+
+       /**
+        * @return the cum_cpu_time_LttTime
+        */
+       public Long getCum_cpu_time() {
+               return cum_cpu_time_Timens;
+       }
+
+       /**
+        * @param cumCpuTimeLttTime
+        *            the cum_cpu_time_LttTime to set
+        */
+       public void setCum_cpu_time(Long cumCpuTime) {
+               cum_cpu_time_Timens = cumCpuTime;
+       }
+
+       /**
+        * @return the proc_status
+        */
+       public StateStrings.ProcessStatus getProc_status() {
+               return proc_status;
+       }
+
+       /**
+        * @param procStatus
+        *            the proc_status to set
+        */
+       public void setProc_status(StateStrings.ProcessStatus procStatus) {
+               proc_status = procStatus;
+       }
+
+       /**
+        * @return the exec_mode
+        */
+       public StateStrings.ExecutionMode getExec_mode() {
+               return exec_mode;
+       }
+
+       /**
+        * @param execMode
+        *            the exec_mode to set
+        */
+       public void setExec_mode(StateStrings.ExecutionMode execMode) {
+               exec_mode = execMode;
+       }
+
+       /**
+        * @return the exec_submode
+        */
+       public String getExec_submode() {
+               return exec_submode;
+       }
+
+       /**
+        * @param execSubmode
+        *            the exec_submode to set
+        */
+    public void setExec_submode(String execSubmode) {
+        exec_submode = execSubmode;
+    }
+       
+    /**
+     * @return the exec_submode
+     */
+    public int getExec_submode_id() {
+        return exec_submode_id;
+    }
+
+    /**
+     * @param execSubmode
+     *            the exec_submode id to set
+     */
+    public void setExec_submode_id(int execSubmodeId) {
+        exec_submode_id = execSubmodeId;
+    }
+
+    
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+               return "[LttngExecutionState: " + "entry=" + entry_LttTime + ",change=" + change_LttTime + ",cum_cpu=" + cum_cpu_time_Timens +
+               ",pstatus=" + proc_status + ",emode=" + exec_mode + ",esubmode=" + exec_submode +"]";
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngIRQState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngIRQState.java
new file mode 100644 (file)
index 0000000..afd4f13
--- /dev/null
@@ -0,0 +1,85 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.model;
+
+import java.util.Stack;
+
+import org.eclipse.linuxtools.lttng.core.state.StateStrings;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.IRQMode;
+
+/**
+ * <b><u>LttvIRQState</u></b>
+ * @author alvaro
+ *
+ */
+public class LttngIRQState implements Cloneable {
+    // ========================================================================
+       // Data
+    // =======================================================================
+       private Stack<StateStrings.IRQMode> mode_stack = new Stack<StateStrings.IRQMode>();
+
+    // ========================================================================
+    // Constructor
+    // =======================================================================
+       public LttngIRQState() {
+               mode_stack.push(IRQMode.LTTV_IRQ_UNKNOWN);
+       }
+       
+       @Override
+       @SuppressWarnings("unchecked")
+    public LttngIRQState clone() {
+           LttngIRQState newState = null;
+        
+        try {
+            newState = (LttngIRQState)super.clone();
+            
+            // Clone should work correctly for all stack object that contain basic java object (String, Long, etc...)
+            newState.mode_stack = (Stack<StateStrings.IRQMode>)this.mode_stack.clone();
+        }
+        catch ( CloneNotSupportedException e ) {
+            System.out.println("Cloning failed with : " + e.getMessage() ); //$NON-NLS-1$
+        }
+        
+        return newState;
+    }
+       
+    // ========================================================================
+    // Methods
+    // =======================================================================
+       public void clearIrqStack() {
+        mode_stack.clear();
+    }
+    
+    public void clearAndSetBaseToIrqStack(StateStrings.IRQMode newState) {
+        mode_stack.clear();
+        // Ensure that there is always at least 1 item in the stack
+        mode_stack.push(newState);
+    }
+    
+    public void pushToIrqStack(StateStrings.IRQMode newState) {
+        mode_stack.push(newState);
+    }
+    
+    public StateStrings.IRQMode popFromIrqStack() {
+        
+        StateStrings.IRQMode returnedMode = mode_stack.pop();
+       if (mode_stack.size() < 1) {
+            mode_stack.push(IRQMode.LTTV_IRQ_UNKNOWN);
+       }
+       
+       return returnedMode;
+    }
+    
+    public StateStrings.IRQMode peekFromIrqStack() {
+        return mode_stack.peek();
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngProcessState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngProcessState.java
new file mode 100644 (file)
index 0000000..3a9ebff
--- /dev/null
@@ -0,0 +1,509 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.model;
+
+import java.util.Stack;
+
+import org.eclipse.linuxtools.lttng.core.LttngConstants;
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ExecutionMode;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ExecutionSubMode;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ProcessStatus;
+
+/**
+ * <b>LttngProcessState</b>
+ * 
+ * @author alvaro
+ * 
+ */
+public class LttngProcessState implements Cloneable {
+       // ========================================================================
+       // Data
+       // =======================================================================
+       private Long cpu = null;
+       private Long pid = null;
+       private Long tgid = null;
+       private String name = null;
+       private Long creation_time = null;
+       private String brand = null;
+       private StateStrings.ProcessType type = null;
+       private Long current_function = null;
+       private Long ppid = null;
+       private Long insertion_time = null;
+       private String pid_time = null;
+       private Long free_events = null;
+       private LttngExecutionState state = null; // top of stack
+       private Stack<LttngExecutionState> execution_stack = new Stack<LttngExecutionState>();
+       private Stack<Long> user_stack = new Stack<Long>(); // user space
+       
+       private String userTrace = null; /* Associated file trace  */
+       private Long target_pid = null; /* target PID of the current event. */
+       private String trace_id = null;
+       
+       // ========================================================================
+       // Constructor
+       // =======================================================================
+       public LttngProcessState(Long startTime, String traceId) {
+               this.cpu = 0L;
+               this.pid = 0L;
+               this.tgid = 0L;
+               this.name = StateStrings.ProcessStatus.LTTV_STATE_UNNAMED.getInName();
+               this.insertion_time = startTime;
+               this.trace_id = traceId;
+               init();
+       }
+
+       public LttngProcessState(Long cpu, Long pid, Long tgid,
+                       String name, Long startTime, String traceId) {
+               this.cpu = cpu;
+               this.pid = pid;
+               this.tgid = tgid;
+               this.name = name;
+               this.insertion_time = startTime;
+               this.trace_id = traceId;
+               init();
+       }
+
+       // ========================================================================
+       // Methods
+       // =======================================================================
+       private void init() {
+               this.brand = StateStrings.LTTV_STATE_UNBRANDED;
+               this.type = StateStrings.ProcessType.LTTV_STATE_USER_THREAD;
+               this.current_function = 0L;
+               this.ppid = 0L;
+               this.creation_time = 0L;
+               this.free_events = 0L;
+
+               // Initialise stack
+               LttngExecutionState es = new LttngExecutionState();
+               es.setExec_mode(ExecutionMode.LTTV_STATE_USER_MODE);
+               es.setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.getInName());
+        // Note: For statistics performance improvement a integer representation of the submode is used 
+        // as well as a bit mask is applied! 
+               es.setExec_submode_id(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.ordinal() | 
+                       LttngConstants.STATS_NONE_ID);
+               es.setEntry_Time(this.insertion_time);
+               es.setChange_Time(this.insertion_time);
+               es.setCum_cpu_time(0L);
+               es.setProc_status(ProcessStatus.LTTV_STATE_RUN);
+               this.execution_stack.push(es);
+
+               //This second entry is needed when processes are created via a Fork event.
+               es = new LttngExecutionState();
+               es.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
+               es.setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.getInName());
+        // Note: For statistics performance improvement a integer representation of the submode is used 
+        // as well as a bit mask is applied! 
+               es.setExec_submode_id(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.ordinal() | 
+                       LttngConstants.STATS_NONE_ID);
+               es.setEntry_Time(this.insertion_time);
+               es.setChange_Time(this.insertion_time);
+               es.setCum_cpu_time(0L);
+               es.setProc_status(ProcessStatus.LTTV_STATE_WAIT_FORK);
+               this.execution_stack.push(es);
+               
+               // point state to the top of the stack
+               this.state = es;
+       }
+       
+       @Override
+       @SuppressWarnings("unchecked")
+    public LttngProcessState clone() {
+           LttngProcessState newState = null;
+        
+        try {
+            newState = (LttngProcessState)super.clone();
+            
+            // *** IMPORTANT ***
+            // Basic type in java are immutable! 
+                       // Thus, using assignment ("=") on basic type is CORRECT,
+            //  but we should ALWAYS use "new" or "clone()" on "non basic" type
+            newState.cpu = this.cpu;
+            newState.pid = this.pid;
+            newState.tgid = this.tgid;
+            newState.name = this.name;
+            newState.brand = this.brand;
+            newState.type = this.type;
+            newState.current_function = this.current_function;
+            newState.ppid = this.ppid;
+            newState.pid_time= this.pid_time;
+            newState.free_events = this.free_events;
+            newState.userTrace = this.userTrace;
+            newState.target_pid = this.target_pid;
+            newState.trace_id = this.trace_id;
+            newState.creation_time = this.creation_time;
+            newState.insertion_time = this.insertion_time;
+            
+            // Call clone on our own object is safe as Long it implements Clonable
+            newState.state = (LttngExecutionState)this.state.clone();
+            
+            // Clone should work correctly for all stack object that contain basic java object (String, Long, etc...)
+            newState.user_stack = (Stack<Long>)this.user_stack.clone();
+            
+            
+            // This is worst case : Stack that contain user defined object. We have to unstack it and clone every object in a new stack!
+            // Why does java does not call clone() for every object in the stack it clone? It would probably be too useful...
+            newState.execution_stack = new Stack<LttngExecutionState>();
+            
+            // Work stack we will use to "pop" item
+            Stack<LttngExecutionState> tmpStack = new Stack<LttngExecutionState>();
+            
+            // First, we pop every ExecutionState, and insert a CLONED copy into our new cloned stack
+            while ( this.execution_stack.empty() == false ) {
+                // Save a copy of the original reference
+                tmpStack.push(this.execution_stack.peek());
+                // Push a CLONED copy into the new stack while poping it from the original stack
+                newState.execution_stack.push( this.execution_stack.pop().clone() );
+            }
+            
+            // Second, we reinsert back our content into the original stack
+            while ( tmpStack.empty() == false ) {
+                // Pop the cloned copy and push it back into the original stack
+                this.execution_stack.push( tmpStack.pop() );
+            }
+        }
+        catch ( CloneNotSupportedException e ) {
+            System.out.println("Cloning failed with : " + e.getMessage() ); //$NON-NLS-1$
+        }
+        
+        return newState;
+    }
+       
+       
+       // ========================================================================
+       // Methods
+       // =======================================================================
+       /**
+        * @return the pid
+        */
+       public Long getPid() {
+               return pid;
+       }
+
+       /**
+        * @param pid
+        *            the pid to set
+        */
+       public void setPid(Long pid) {
+               this.pid = pid;
+       }
+
+       /**
+        * @return the tgid
+        */
+       public Long getTgid() {
+               return tgid;
+       }
+
+       /**
+        * @param tgid
+        *            the tgid to set
+        */
+       public void setTgid(Long tgid) {
+               this.tgid = tgid;
+       }
+
+       /**
+        * @return the ppid
+        */
+       public Long getPpid() {
+               return ppid;
+       }
+
+       /**
+        * @param ppid
+        *            the ppid to set
+        */
+       public void setPpid(Long ppid) {
+               this.ppid = ppid;
+       }
+
+       /**
+        * <p>
+        * When the parent pid is known, the creation time is also known and
+        * requires update
+        * </p>
+        * 
+        * @param ppid
+        *            the ppid to set
+        */
+       public void setPpid(Long ppid, Long creationTime) {
+               if (ppid != null) {
+                       this.ppid = ppid;
+               }
+               
+               if (creationTime != null) {
+                       setCreation_time(creationTime);
+               }
+       }
+
+       /**
+        * @return the creation_time
+        */
+       public Long getCreation_time() {
+               return creation_time;
+       }
+
+       /**
+        * @param creationTime
+        *            the creation_time to set
+        */
+       public void setCreation_time(Long creationTime) {
+               if ( (creationTime != null) && (pid != null) ) {
+                       creation_time = creationTime;
+                       StringBuilder sb = new StringBuilder(this.pid.toString() + "-" //$NON-NLS-1$
+                                       + creationTime.toString());
+                       this.pid_time = sb.toString();
+               }
+       }
+
+       /**
+        * @return the insertion_time
+        */
+       public Long getInsertion_time() {
+               return insertion_time;
+       }
+
+       /**
+        * @param insertionTime
+        *            the insertion_time to set
+        */
+       public void setInsertion_time(Long insertionTime) {
+               insertion_time = insertionTime;
+       }
+
+       /**
+        * @return the name
+        */
+       public String getName() {
+               return name;
+       }
+
+       /**
+        * @param name
+        *            the name to set
+        */
+       public void setName(String name) {
+               this.name = name;
+       }
+
+       /**
+        * @return the brand
+        */
+       public String getBrand() {
+               return brand;
+       }
+
+       /**
+        * @param brand
+        *            the brand to set
+        */
+       public void setBrand(String brand) {
+               this.brand = brand;
+       }
+
+       /**
+        * @return the prid_time
+        */
+       public String getPid_time() {
+               return pid_time;
+       }
+
+       /**
+        * @return the cpu
+        */
+       public Long getCpu() {
+               return cpu;
+       }
+
+       /**
+        * @param cpu
+        *            the cpu to set
+        */
+       public void setCpu(Long cpu) {
+               this.cpu = cpu;
+       }
+
+       /**
+        * @return the current_function
+        */
+       public Long getCurrent_function() {
+               return current_function;
+       }
+
+       /**
+        * @param currentFunction
+        *            the current_function to set
+        */
+       public void setCurrent_function(Long currentFunction) {
+               current_function = currentFunction;
+       }
+
+       /**
+        * @return the target_pid
+        */
+       public Long getTarget_pid() {
+               return target_pid;
+       }
+
+       /**
+        * @param targetPid
+        *            the target_pid to set
+        */
+       public void setTarget_pid(Long targetPid) {
+               target_pid = targetPid;
+       }
+       
+       public String getTrace_id() {
+               return trace_id;
+       }
+
+       public void setTrace_id(String traceId) {
+               trace_id = traceId;
+       }
+       
+       /**
+        * @return the free_events
+        */
+       public Long getFree_events() {
+               return free_events;
+       }
+
+       /**
+        * @param freeEvents
+        *            the free_events to set
+        */
+       public void setFree_events(Long freeEvents) {
+               free_events = freeEvents;
+       }
+       
+       /**
+        * increment the nuber of free events
+        */
+       public void incrementFree_events() {
+               ++free_events;
+       }
+
+       /**
+        * @return the state
+        */
+       public LttngExecutionState getState() {
+               return state;
+       }
+
+       /**
+        * @param state
+        *            the state to set
+        */
+       public void setState(LttngExecutionState state) {
+               this.state = state;
+       }
+
+       /**
+        * @return the type
+        */
+       public StateStrings.ProcessType getType() {
+               return type;
+       }
+
+       /**
+        * @param type
+        *            the type to set
+        */
+       public void setType(StateStrings.ProcessType type) {
+               this.type = type;
+       }
+
+       /**
+        * @return the userTrace
+        */
+       public String getUserTrace() {
+               return userTrace;
+       }
+
+       /**
+        * @param userTrace
+        *            the userTrace to set
+        */
+       public void setUserTrace(String userTrace) {
+               this.userTrace = userTrace;
+       }
+       
+       
+       public void clearUserStack() {
+           user_stack.clear();
+       }
+       
+       public void pushToUserStack(Long newState) {
+           user_stack.push(newState);
+       }
+       
+       public Long popFromUserStack() {
+       if (user_stack.size() <= 1) {
+            TraceDebug.debug("Removing last item from user stack is not allowed! (popFromUserStack)"); //$NON-NLS-1$
+            return null;
+        }
+        else {
+           return user_stack.pop();
+       }
+    }
+       
+       public Long peekFromUserStack() {
+        return user_stack.peek();
+    }
+       
+       
+       
+       public void clearExecutionStack() {
+        execution_stack.clear();
+    }
+    
+    public void pushToExecutionStack(LttngExecutionState newState) {
+        execution_stack.push(newState);
+               setState(newState);
+    }
+    
+    public LttngExecutionState popFromExecutionStack() {
+       if (execution_stack.size() <= 1) {
+          TraceDebug.debug("Removing last item from execution stack is not allowed! (popFromExecutionStack)"); //$NON-NLS-1$
+            return null;
+        }
+        else {
+                       LttngExecutionState popedState = execution_stack.pop();
+                       // adjust current state to the new top
+                       setState(peekFromExecutionStack());
+                       return popedState;
+       }
+    }
+    
+    public LttngExecutionState peekFromExecutionStack() {
+        return execution_stack.peek();
+    }
+       
+    public LttngExecutionState getFirstElementFromExecutionStack() {
+        return execution_stack.firstElement();
+    }
+
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+       String stateSt  = state.toString();
+       String eStackSt = execution_stack.toString();
+       
+               return "[LttngProcessState: " + "cpu=" + cpu + ",pid=" + pid + ",tgid=" + tgid + ",name=" + name + ",ctime=" + creation_time +
+               ",brand=" + brand + ",type=" + type + ",cfunc=" + current_function + ",ppid=" + ppid + ",itime=" + insertion_time + ",ptime=" + pid_time +
+               ",fevents=" + free_events + ",state=" + stateSt + ",estack=" + eStackSt + ",ustack=" + user_stack + ",utrace=" + userTrace +
+               ",tpid=" + target_pid + ",trace=" + trace_id + "]";
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngSoftIRQState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngSoftIRQState.java
new file mode 100644 (file)
index 0000000..9057ac1
--- /dev/null
@@ -0,0 +1,114 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.model;
+
+/**
+ * <b>LttvSoftIRQState</b>
+ * 
+ * @author alvaro
+ * 
+ */
+public class LttngSoftIRQState implements Cloneable {
+
+       // ========================================================================
+       // Data
+       // =======================================================================
+       private Long pending = null;
+       private Long running = null;
+
+       // ========================================================================
+       // Constructor
+       // =======================================================================
+       public LttngSoftIRQState() {
+               pending = 0L;
+               running = 0L;
+       }
+       
+    @Override
+       public LttngSoftIRQState clone() {
+        LttngSoftIRQState newState = null;
+        
+        try {
+            newState = (LttngSoftIRQState)super.clone();
+            
+            // *** IMPORTANT ***
+            // Basic type in java are immutable! 
+                       // Thus, using assignment ("=") on basic type is CORRECT,
+            //  but we should ALWAYS use "new" or "clone()" on "non basic" type
+            newState.pending = this.pending;
+            newState.running = this.running;
+        }
+        catch ( CloneNotSupportedException e ) {
+            System.out.println("Cloning failed with : " + e.getMessage() ); //$NON-NLS-1$
+        }
+        
+        return newState;
+    }
+
+       // ========================================================================
+       // Methods
+       // =======================================================================
+       /**
+        * @param pending
+        *            the pending to set
+        */
+       public void setPending(Long pending) {
+               this.pending = pending;
+       }
+
+       /**
+        * @return the pending
+        */
+       public Long getPending() {
+               return pending;
+       }
+
+       /**
+        * @param running
+        *            the running to set
+        */
+       public void setRunning(Long running) {
+               this.running = running;
+       }
+
+       /**
+        * @return the running
+        */
+       public Long getRunning() {
+               return running;
+       }
+
+       public void reset() {
+               pending = 0L;
+               running = 0L;
+       }
+       
+       public void incrementRunning() {
+               running ++;
+       }
+       
+       public void incrementPending() {
+               pending ++;
+       }
+       
+       public void decrementRunning() {
+               if (running > 0L) {
+                       running--;
+               }
+       }
+       
+       public void decrementPending() {
+               if (pending > 0L) {
+                       pending--;
+               }
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngTraceState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngTraceState.java
new file mode 100644 (file)
index 0000000..f2e9b40
--- /dev/null
@@ -0,0 +1,536 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.model;
+
+import java.util.HashMap;
+import java.util.Iterator;
+import java.util.Map;
+
+import org.eclipse.linuxtools.lttng.core.LttngConstants;
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.state.LttngStateException;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ExecutionMode;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ExecutionSubMode;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.IRQMode;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ProcessStatus;
+import org.eclipse.linuxtools.lttng.core.state.resource.ILttngStateContext;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+
+/**
+ * <b><u>LttngTraceState</u></b>
+ * <p>
+ * 
+ */
+/**
+ * @author alvaro
+ * 
+ */
+public class LttngTraceState implements Cloneable {
+       // ========================================================================
+       // Data
+       // =======================================================================
+    
+       private Long save_interval = null;
+
+       private Long max_time_state_recomputed_in_seek = null;
+       private boolean has_precomputed_states = false;
+
+       private HashMap<ProcessStateKey, LttngProcessState> processes = new HashMap<ProcessStateKey, LttngProcessState>();
+
+       // by cpu
+       private Map<Long, LttngProcessState> running_process = new HashMap<Long, LttngProcessState>();
+
+       // Get state tables
+       private Map<Long, LTTngCPUState> cpu_states = new HashMap<Long, LTTngCPUState>();
+       private Map<Long, LttngIRQState> irq_states = new HashMap<Long, LttngIRQState>();
+       private Map<Long, LttngSoftIRQState> soft_irq_states = new HashMap<Long, LttngSoftIRQState>();
+       private Map<Long, LttngTrapState> trap_states = new HashMap<Long, LttngTrapState>();
+       private Map<Long, LttngBdevState> bdev_states = new HashMap<Long, LttngBdevState>();
+
+       // Get name tables
+       private Map<Long, String> syscall_names = new HashMap<Long, String>();
+       private Map<Long, String> kprobe_table = new HashMap<Long, String>();
+       private Map<Long, String> soft_irq_names = new HashMap<Long, String>();
+       private Map<Long, String> trap_names = new HashMap<Long, String>();
+       private Map<Long, String> irq_names = new HashMap<Long, String>();
+
+       private int nb_events = 0;
+
+       // reference to input data provider
+       ILttngStateContext fContext = null;
+       String traceId = ""; //$NON-NLS-1$
+
+       // ========================================================================
+       // Constructor
+       // =======================================================================
+       LttngTraceState() {
+               // Get name tables
+               StateStrings strings = StateStrings.getInstance();
+
+               // initialize sycall_names
+               String[] ref_name_table = strings.getSyscallNames();
+               for (Long i = 0L; i < ref_name_table.length; i++) {
+                       syscall_names.put(i, ref_name_table[i.intValue()]);
+               }
+
+               // trap names
+               ref_name_table = strings.getTrapNames();
+               for (Long i = 0L; i < ref_name_table.length; i++) {
+                       trap_names.put(i, ref_name_table[i.intValue()]);
+               }
+
+               // irq names
+               ref_name_table = strings.getIrqNames();
+               for (Long i = 0L; i < ref_name_table.length; i++) {
+                       irq_names.put(i, ref_name_table[i.intValue()]);
+               }
+
+               // softirq names
+               ref_name_table = strings.getSoftIrqNames();
+               for (Long i = 0L; i < ref_name_table.length; i++) {
+                       soft_irq_names.put(i, ref_name_table[i.intValue()]);
+               }
+       }
+
+       // =======================================================================
+       // Methods
+       // =======================================================================
+       @Override
+       public LttngTraceState clone() {
+               LttngTraceState newState = null;
+
+               try {
+                       newState = (LttngTraceState) super.clone();
+
+                       // *** IMPORTANT ***
+                       // Basic type in java are immutable!
+                       // Thus, using assignment ("=") on basic type is CORRECT,
+                       // but we should ALWAYS use "new" or "clone()" on "non basic" type
+                       newState.save_interval = this.save_interval;
+                       newState.traceId = this.traceId;
+
+                       // Basic value only need to be assigned while cloning
+                       newState.has_precomputed_states = this.has_precomputed_states;
+                       newState.nb_events = this.nb_events;
+                       newState.max_time_state_recomputed_in_seek = this.max_time_state_recomputed_in_seek;
+
+                       // Clone should work correctly for all stack object that contain
+                       // basic java object (String, Long, etc...)
+                       newState.syscall_names = this.syscall_names;
+                       newState.kprobe_table = this.kprobe_table;
+                       newState.soft_irq_names = this.soft_irq_names;
+                       newState.trap_names = this.trap_names;
+                       newState.irq_names = this.irq_names;
+
+                       // This reference should never need to be updated, should it?
+                       newState.fContext = this.fContext;
+
+                       // *** We need loop on each ArrayList and HashMap, as java implement
+                       // nothing that's remotely near deep copying.
+                       // *** TODO ***
+                       // In the future, implement something better here... serialization
+                       // perhaps? Or copy the array chunk of memory in C?
+                       
+                       Iterator<Long> iteratorL = null;
+                       Iterator<ProcessStateKey> iteratorP = null;
+                       Long mapKey = null;
+                       ProcessStateKey processKey = null;
+                       
+                       newState.processes = new HashMap<ProcessStateKey, LttngProcessState>();
+                       iteratorP = this.processes.keySet().iterator();
+                       while (iteratorP.hasNext()) {
+                               processKey = iteratorP.next();
+                               newState.processes.put(processKey, this.processes.get(processKey).clone());
+                       }
+
+                       newState.running_process = new HashMap<Long, LttngProcessState>();
+                       iteratorL = this.running_process.keySet().iterator();
+                       while (iteratorL.hasNext()) {
+                               mapKey = iteratorL.next();
+                               newState.running_process.put(mapKey, this.running_process.get(mapKey).clone());
+                       }
+
+                       newState.cpu_states = new HashMap<Long, LTTngCPUState>();
+                       iteratorL = this.cpu_states.keySet().iterator();
+                       while (iteratorL.hasNext()) {
+                               mapKey = iteratorL.next();
+                               newState.cpu_states.put(mapKey, this.cpu_states.get(mapKey)
+                                               .clone());
+                       }
+
+                       newState.irq_states = new HashMap<Long, LttngIRQState>();
+                       iteratorL = this.irq_states.keySet().iterator();
+                       while (iteratorL.hasNext()) {
+                               mapKey = iteratorL.next();
+                               newState.irq_states.put(mapKey, this.irq_states.get(mapKey)
+                                               .clone());
+                       }
+
+                       newState.soft_irq_states = new HashMap<Long, LttngSoftIRQState>();
+                       iteratorL = this.soft_irq_states.keySet().iterator();
+                       while (iteratorL.hasNext()) {
+                               mapKey = iteratorL.next();
+                               newState.soft_irq_states.put(mapKey, this.soft_irq_states.get(
+                                               mapKey).clone());
+                       }
+
+                       newState.trap_states = new HashMap<Long, LttngTrapState>();
+                       iteratorL = this.trap_states.keySet().iterator();
+                       while (iteratorL.hasNext()) {
+                               mapKey = iteratorL.next();
+                               newState.trap_states.put(mapKey, this.trap_states.get(mapKey)
+                                               .clone());
+                       }
+
+                       newState.bdev_states = new HashMap<Long, LttngBdevState>();
+                       iteratorL = this.bdev_states.keySet().iterator();
+                       while (iteratorL.hasNext()) {
+                               mapKey = iteratorL.next();
+                               newState.bdev_states.put(mapKey, this.bdev_states.get(mapKey)
+                                               .clone());
+                       }
+
+               } catch (CloneNotSupportedException e) {
+                       System.out.println("Cloning failed with : " + e.getMessage()); //$NON-NLS-1$
+               }
+
+               return newState;
+       }
+
+       public void init(ILttngStateContext context)
+                       throws LttngStateException {
+               if (context == null) {
+                       StringBuilder sb = new StringBuilder(
+                                       "The input provider reference must not be null"); //$NON-NLS-1$
+                       throw new LttngStateException(sb.toString());
+               }
+
+               // Save the input data reference
+               fContext = context;
+
+               // Save traceid
+               traceId = fContext.getTraceId();
+
+               // max time
+               max_time_state_recomputed_in_seek = 0L;
+
+               // reset cpu_states
+               cpu_states.clear();
+               
+               // Obtain the total num of available CPUs and initialize the map
+               // to the corresponding size
+               int numCpus = fContext.getNumberOfCpus();
+               for (Long i = 0L; i < numCpus; i++) {
+                       cpu_states.put(i, new LTTngCPUState());
+               }
+
+               // irq states
+               irq_states.clear();
+               for (Long i = 0L; i < irq_names.size(); i++) {
+                       irq_states.put(i, new LttngIRQState());
+               }
+
+               // soft irqs
+               soft_irq_states.clear();
+               for (Long i = 0L; i < soft_irq_names.size(); i++) {
+                       soft_irq_states.put(i, new LttngSoftIRQState());
+               }
+
+               // traps
+               trap_states.clear();
+               for (Long i = 0L; i < trap_names.size(); i++) {
+                       trap_states.put(i, new LttngTrapState(0L));
+               }
+
+               // bdev states
+               bdev_states.clear();
+               
+               processes.clear();
+
+               nb_events = 0;
+               TmfTimeRange timeWin = fContext.getTraceTimeWindow();
+
+               /* Put the per cpu running_process to beginning state : process 0. */
+               for (Long i = 0L; i < numCpus; i++) {
+                       LttngProcessState process = new LttngProcessState(timeWin.getStartTime().getValue(), traceId );
+
+                       /*
+                        * We are not sure is it's a kernel thread or normal thread, put the
+                        * bottom stack state to unknown
+                        */
+                       LttngExecutionState es = process.getFirstElementFromExecutionStack();
+                       process.setState(es);
+                       es.setExec_mode(ExecutionMode.LTTV_STATE_MODE_UNKNOWN);
+                       es.setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.getInName());
+            // Note: For statistics performance improvement a integer representation of the submode is used 
+            // as well as a bit mask is applied! 
+                       es.setExec_submode_id(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.ordinal() | LttngConstants.STATS_NONE_ID);
+                       es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
+
+                       // Reduce from default to only one execution state in the stack
+                       process.popFromExecutionStack();
+
+                       process.setCpu(i);
+                       // no associated user trace yet
+                       process.setUserTrace(""); //$NON-NLS-1$
+                       // processes.put(i, process);
+                       running_process.put(i, process);
+                       // reset cpu states
+                       LTTngCPUState cpuState = cpu_states.get(i);
+                       cpuState.reset();
+                       // Add the new process to the list
+                       processes.put(new ProcessStateKey(process), process);
+               }
+
+               // reset irq_states
+               for (Long key : irq_states.keySet()) {
+                       LttngIRQState irqState = irq_states.get(key);
+                       irqState.clearAndSetBaseToIrqStack(IRQMode.LTTV_IRQ_UNKNOWN);
+               }
+
+               // reset soft_irq_states
+               for (Long key : soft_irq_states.keySet()) {
+                       LttngSoftIRQState softIrqState = soft_irq_states.get(key);
+                       softIrqState.reset();
+               }
+
+               // reset trap_states
+               for (Long key : trap_states.keySet()) {
+                       LttngTrapState trapState = trap_states.get(key);
+                       trapState.setRunning(0L);
+               }
+
+               // reset bdev_states
+               for (Long key : bdev_states.keySet()) {
+                       LttngBdevState bdevState = bdev_states.get(key);
+                       bdevState.clearBdevStack();
+               }
+
+       }
+
+       public Long getSave_interval() {
+               return save_interval;
+       }
+
+       public void setSave_interval(Long saveInterval) {
+               save_interval = saveInterval;
+       }
+
+       /**
+        * @return total number of CPUs registered as read from the Trace
+        */
+       public int getNumberOfCPUs() {
+               return fContext.getNumberOfCpus();
+       }
+
+       /**
+        * Provide access to input data not necessarily at Trace level
+        * 
+        * @return
+        */
+       public ILttngStateContext getContext() {
+               return fContext;
+       }
+
+       public Long getMax_time_state_recomputed_in_seek() {
+               return max_time_state_recomputed_in_seek;
+       }
+
+       public void setMax_time_state_recomputed_in_seek(
+                       Long maxTimeStateRecomputedInSeek) {
+               max_time_state_recomputed_in_seek = maxTimeStateRecomputedInSeek;
+       }
+
+       public boolean isHas_precomputed_states() {
+               return has_precomputed_states;
+       }
+
+       public void setHas_precomputed_states(boolean hasPrecomputedStates) {
+               has_precomputed_states = hasPrecomputedStates;
+       }
+
+       public Map<Long, LttngProcessState> getRunning_process() {
+               return running_process;
+       }
+
+       public Map<Long, String> getSyscall_names() {
+               return syscall_names;
+       }
+
+       public Map<Long, String> getTrap_names() {
+               return trap_names;
+       }
+
+       public Map<Long, String> getIrq_names() {
+               return irq_names;
+       }
+
+       public Map<Long, String> getSoft_irq_names() {
+               return soft_irq_names;
+       }
+
+       public Map<Long, LTTngCPUState> getCpu_states() {
+               return cpu_states;
+       }
+
+       public Map<Long, LttngIRQState> getIrq_states() {
+               return irq_states;
+       }
+
+       public Map<Long, LttngSoftIRQState> getSoft_irq_states() {
+               return soft_irq_states;
+       }
+
+       public Map<Long, LttngTrapState> getTrap_states() {
+               return trap_states;
+       }
+
+       public Map<Long, LttngBdevState> getBdev_states() {
+               return bdev_states;
+       }
+
+       public Map<Long, String> getKprobe_table() {
+               return kprobe_table;
+       }
+       
+       /**
+        * @return the traceId
+        */
+       public String getTraceId() {
+               return traceId;
+       }
+       
+       /**
+        *  Return an array of Processes
+        * 
+        * @return LttngProcessState
+        */
+       public LttngProcessState[] getProcesses() {
+               return processes.values().toArray(new LttngProcessState[processes.size()]);
+       }
+       
+       /**
+        * Clear all process state items e.g. when a new experiment is selected
+        */
+       public void clearProcessState() {
+               processes.clear();
+       }
+       
+       /**
+        * Interface to add process state.
+        * 
+        * @param newProcessState
+        */
+       public void addProcessState(LttngProcessState newProcessState) {
+               if (newProcessState != null) {
+                       processes.put( new ProcessStateKey(newProcessState), newProcessState);
+               }
+       }
+       
+       /**
+        * Interface to remove process state.
+        * 
+        * @param oldProcessState
+        */
+       public void removeProcessState(LttngProcessState oldProcessState) {
+               if (oldProcessState != null) {
+                       processes.remove(new ProcessStateKey(oldProcessState));
+               }
+       }
+       
+       /**
+     * Search by keys (pid, cpuId and traceId)<p>
+     * 
+     * A match is returned if the three arguments received match an entry
+     *  Otherwise null is returned
+     *  
+     * @param searchedPid       The processId (Pid) we are looking for
+     * @param searchedCpuId     The cpu Id we are looking for
+     * @param searchedTraceID   The traceId (trace name?) we are looking for
+     * 
+     * @return LttngProcessState
+     */
+    public LttngProcessState findProcessState(Long searchedPid, Long searchedCpuId, String searchedTraceID) {
+        // Get the TimeRangeEventProcess associated to a key we create here
+       LttngProcessState foundProcess = processes.get( new ProcessStateKey(searchedPid, searchedCpuId, searchedTraceID) );
+        
+        return foundProcess;
+    }
+}
+
+final class ProcessStateKey {
+
+    private long pid;
+    private long cpuId;
+    private String traceId;
+    
+    
+    @SuppressWarnings("unused")
+    private ProcessStateKey() { }
+    
+    public ProcessStateKey(LttngProcessState newRef) {
+        pid = newRef.getPid().longValue();
+        cpuId = newRef.getCpu().longValue();
+        traceId = newRef.getTrace_id();
+    }
+    
+    public ProcessStateKey(Long newPid, Long newCpuId, String newTraceId) {
+        pid = newPid;
+        cpuId = newCpuId;
+        traceId = newTraceId;
+    }
+    
+    @Override
+    public boolean equals(Object obj) {
+
+       if (obj == null) return false;
+               boolean isSame = true;
+               
+        if ( obj instanceof ProcessStateKey ) {
+               ProcessStateKey procKey = (ProcessStateKey) obj;
+               
+               if (procKey.pid != this.pid) {
+                   return false;
+               }
+
+               if (!(procKey.traceId.equals(this.traceId))) {
+                   return false;
+               }
+
+               if (((procKey.pid == 0L) && (procKey.cpuId != this.cpuId))) {
+                   return false;
+               }
+
+               }
+        else {
+                       TraceDebug
+                                       .debug("ERROR : The received Key is not of the type ProcessStateKey! but " //$NON-NLS-1$
+                                                       + obj.getClass().toString());
+                       return false;
+        }
+        
+        return isSame;
+    }
+    
+    @Override
+    public int hashCode() {
+        return (1 ^ (int)(pid ^ (pid >>> 32)) ^ traceId.hashCode());
+    }
+    
+    
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        return (String.valueOf(pid) + ":" + traceId);
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngTrapState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/LttngTrapState.java
new file mode 100644 (file)
index 0000000..5cbba2c
--- /dev/null
@@ -0,0 +1,87 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.model;
+
+
+
+/**
+ * <b><u>LttvTrapState</u></b>
+ * <p>
+ *
+ */
+public class LttngTrapState implements Cloneable {
+    // ========================================================================
+       // Data
+    // =======================================================================
+       private Long running;
+       
+       
+    // ========================================================================
+    // Constructor
+    // =======================================================================
+       
+       public LttngTrapState() {
+               this.running = 0L;
+       }
+       
+       public LttngTrapState(Long running) {
+               this.running = running;
+       }
+       
+    @Override
+       public LttngTrapState clone() {
+           LttngTrapState newState = null;
+        
+        try {
+            newState = (LttngTrapState)super.clone();
+            
+            // *** IMPORTANT ***
+            // Basic type in java are immutable! 
+            // Thus, using assignation ("=") on basic type is CORRECT, 
+            //  but we should ALWAYS use "new" or "clone()" on "non basic" type
+            newState.running = this.running;
+        }
+        catch ( CloneNotSupportedException e ) {
+            System.out.println("Cloning failed with : " + e.getMessage() ); //$NON-NLS-1$
+        }
+        
+        return newState;
+    }
+       
+    // ========================================================================
+    // Methods
+    // =======================================================================
+       public Long getRunning() {
+               return running;
+       }
+
+       public void setRunning(Long running) {
+               this.running = running;
+       }
+
+       public void incrementRunning() {
+               running++;
+       }
+       
+       public void decrementRunning() {
+               if (running > 0) {
+                       running--;                      
+               }
+       }
+       
+       @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+               return "running : " + running;
+       }
+       
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/StateModelFactory.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/model/StateModelFactory.java
new file mode 100644 (file)
index 0000000..f353dba
--- /dev/null
@@ -0,0 +1,60 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.model;
+
+import org.eclipse.linuxtools.lttng.core.state.LttngStateException;
+import org.eclipse.linuxtools.lttng.core.state.resource.ILttngStateContext;
+
+/**
+ * Entry point to the package
+ * 
+ * @author alvaro
+ * 
+ */
+public class StateModelFactory {
+
+       // ========================================================================
+       // Methods
+       // =======================================================================
+
+       /**
+        * Return an instance of the entry class, the entry class contains
+        * references to the internal model elements.
+        * 
+        * One instance is expected to be created per LttngTrace.
+        * 
+        * This method shall be used when a trace is not opened yet and will be
+        * initialized later via the init() method.
+        * 
+        * @return
+        */
+       public static LttngTraceState getStateEntryInstance() {
+               return new LttngTraceState();
+       }
+
+       /**
+        * Provide a LttngTraceState when the input data reference is known e.g.
+        * when exchanging the State provider to check point clone.
+        * 
+        * @return
+        */
+       public static LttngTraceState getStateEntryInstance(
+                       ILttngStateContext stateInputRef) {
+               LttngTraceState traceState = new LttngTraceState();
+               try {
+                       traceState.init(stateInputRef);
+               } catch (LttngStateException e) {
+                       e.printStackTrace();
+               }
+               return traceState;
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/resource/ILTTngStateResource.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/resource/ILTTngStateResource.java
new file mode 100644 (file)
index 0000000..b8d3ab6
--- /dev/null
@@ -0,0 +1,102 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.resource;
+
+import org.eclipse.linuxtools.lttng.core.model.ILTTngTreeNode;
+
+/**
+ * @author alvaro
+ *
+ */
+public interface ILTTngStateResource<E extends ILTTngStateResource<E>> extends
+               ILTTngTreeNode<E> {
+       
+       // ========================================================================
+       // Interface methods
+       // =======================================================================
+       /**
+        * @return
+        */
+       public GlobalStateMode getStateMode();
+
+       /**
+        * @return
+        */
+       public ILttngStateContext getContext();
+
+       // ========================================================================
+       // Interface Enums
+       // =======================================================================
+       /**
+        * <p>
+        * Represents the specific type of resources known by the application
+        * </p>
+        * 
+        */
+       public enum ResourceType {
+               LTT_RESOURCE_PROCESS("process"), /* */ //$NON-NLS-1$
+               LTT_RESOURCE_CPU("cpu"), /* */ //$NON-NLS-1$
+               LTT_RESOURCE_BDEV("bdev"), /* */ //$NON-NLS-1$
+               LTT_RESOURCE_IRQ("irq"), /* */ //$NON-NLS-1$
+               LTT_RESOURCE_SOFTIRQ("softIrq"), /* */ //$NON-NLS-1$
+               LTT_RESOURCE_TRAP("trap"), /* */ //$NON-NLS-1$
+               LTT_RESOURCE_RUNNING_PROCESS("running"); /* */ //$NON-NLS-1$
+               
+               String inName;
+
+               private ResourceType(String name) {
+                       this.inName = name;
+               }
+
+               public String getInName() {
+                       return this.inName;
+               }
+       }
+       
+       /**
+        * <p>unifies the possible states of the state resources known by the application</p>
+        *
+        */
+       public enum GlobalStateMode {
+               LTT_STATEMODE_UNNAMED("unnamed"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_UNKNOWN("unknown"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_IDLE("idle"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_BUSY("busy"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_PENDING("pending"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_READING("reading"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_WRITING("writing"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_IRQ("irq"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_SOFTIRQ("softirq"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_TRAP("trap"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_WAIT_FORK("waitfork"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_WAIT_CPU("waitcpu"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_EXIT("exit"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_ZOMBIE("zombie"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_WAIT_IO("waitio"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_RUN("run"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_DEAD("dead"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_USER_MODE("usermode"), /* */ //$NON-NLS-1$
+               LTT_STATEMODE_SYSCALL("syscall"); /* */ //$NON-NLS-1$
+               
+               
+               String inName;
+
+               private GlobalStateMode(String name) {
+                       this.inName = name;
+               }
+
+               public String getInName() {
+                       return this.inName;
+               }
+       }
+       
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/resource/ILttngStateContext.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/resource/ILttngStateContext.java
new file mode 100644 (file)
index 0000000..dffd928
--- /dev/null
@@ -0,0 +1,77 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.resource;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+
+/**
+ * <b><u>ILttngStateContext</u></b>
+ * <p>Provides context information of a State system instance</p>
+ * 
+ */
+
+/**
+ * @author alvaro
+ *
+ */
+public interface ILttngStateContext {
+
+       /**
+        * Returns the number of CPUs available in the Trace
+        * 
+        * @return
+        */
+       public int getNumberOfCpus();
+
+       /**
+        * The current time range window covering the Trace
+        * 
+        * @return
+        */
+       public TmfTimeRange getTraceTimeWindow();
+
+       /**
+        * The current time range window covering the Experiment
+        * 
+        * @return
+        */
+       public TmfTimeRange getExperimentTimeWindow();
+
+       /**
+        * Returns the name of the associated experiment
+        * 
+        * @return
+        */
+       public String getExperimentName();
+
+       /**
+        * Returns the corresponding trace id.
+        * 
+        * @return
+        */
+       public String getTraceId();
+
+       /**
+        * Returns the corresponding trace id reference
+        * 
+        * @return
+        */
+       public ITmfTrace<?> getTraceIdRef();
+
+       /**
+        *  Returns Trace Identifier
+        *  @return Trace Identifier
+        */
+       public long getIdentifier();
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/resource/LTTngStateResource.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/resource/LTTngStateResource.java
new file mode 100644 (file)
index 0000000..eda1ce5
--- /dev/null
@@ -0,0 +1,95 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.resource;
+
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.model.LTTngTreeNodeGeneric;
+import org.eclipse.linuxtools.lttng.core.state.resource.ILTTngStateResource.GlobalStateMode;
+
+/**
+ * @author alvaro
+ *
+ */
+public class LTTngStateResource extends
+               LTTngTreeNodeGeneric<LTTngStateResource> {
+
+       // ========================================================================
+       // Data
+       // =======================================================================
+       private GlobalStateMode fstateMode = GlobalStateMode.LTT_STATEMODE_UNKNOWN;
+       private final ILttngStateContext fcontext;
+
+       // ======================================================================+
+       // Constructors
+       // =======================================================================
+
+       public LTTngStateResource(Long id, LTTngStateResource parent, String name,
+                       ILttngStateContext context, Object value) {
+               super(id, parent, name, value);
+               fcontext = context;
+       }
+
+       public LTTngStateResource(Long id, String name, ILttngStateContext context,
+                       Object value) {
+               super(id, name, value);
+               fcontext = context;
+       }
+
+       // ========================================================================
+       // Methods
+       // =======================================================================
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.control.LTTngStateTreeNodeGeneric#getChildren
+        * ()
+        */
+       @Override
+       public LTTngStateResource[] getChildren() {
+               return childrenToArray(fchildren.values(), this.getClass());
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.state.resource.ILTTngStateResource#getStateMode
+        * ()
+        */
+       public GlobalStateMode getStateMode() {
+               return fstateMode;
+       }
+
+       /**
+        * @param stateMode
+        */
+       public void setStateMode(GlobalStateMode stateMode) {
+               if (stateMode != null) {
+                       fstateMode = stateMode;
+               } else {
+                       TraceDebug.debug("Received input is null !"); //$NON-NLS-1$
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.state.resource.ILTTngStateResource#getContext
+        * ()
+        */
+       public ILttngStateContext getContext() {
+               return fcontext;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/trace/IStateTraceManager.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/trace/IStateTraceManager.java
new file mode 100644 (file)
index 0000000..1b2ba88
--- /dev/null
@@ -0,0 +1,99 @@
+package org.eclipse.linuxtools.lttng.core.state.trace;
+
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfCheckpoint;
+
+public interface IStateTraceManager {
+//     /**
+//      * TODO: Not ready for threading
+//      * <p>
+//      * Read events within specific time window, e.g. time range selection
+//      * </p>
+//      * 
+//      * @param trange
+//      * @param source
+//      * @param listener
+//      * @param processor
+//      * @return
+//      */
+//     public abstract ILttngSyntEventRequest executeDataRequest(
+//                     TmfTimeRange trange, Object source,
+//                     IRequestStatusListener listener, ITransEventProcessor processor);
+
+       /**
+        * used to obtain details on the log associated with this manager e.g.
+        * logid.
+        * 
+        * @return
+        */
+       public abstract ITmfTrace<?> getTrace();
+
+       /**
+        * Restore to the closest checkpoint from TmfTimestamp
+        * <p>
+        * Note : it is heavier to restore by timestamp than by event position,
+        * restore by event position whichever possible.
+        * 
+        * @param eventTime
+        *            The timestamp of the event to restore to
+        * 
+        * @return TmfCheckpoint indicates the nearest checkpoint used to restore the
+        *         state, null sent if input is invalid
+        */
+       public abstract TmfCheckpoint restoreCheckPointByTimestamp(
+                       TmfTimestamp eventTime);
+
+       /**
+        * Restore to the closest checkpoint from index
+        * 
+        * @param eventIndex
+        *            The index of the event to restore to
+        * 
+        * @return TmfCheckpoint indicates the nearest checkpoint used to restore the
+        *         state, null sent if input is invalid
+        */
+       public abstract TmfCheckpoint restoreCheckPointByIndex(long eventIndex);
+
+       /**
+        * @return
+        */
+       public abstract TmfTimeRange getExperimentTimeWindow();
+
+       /**
+        * Returns the State model used to build the check points for the state
+        * system
+        * 
+        * @return
+        */
+       public abstract LttngTraceState getCheckPointStateModel();
+
+       /**
+        * Returns the State model instance associated with this Trace i.e. not the
+        * checkpoint build state model
+        * Returns the State model instance associated with this Trace
+        * 
+        * @return
+        */
+       public abstract LttngTraceState getStateModel();
+
+               
+       /**
+        * Reset previously stored check points, and initialize the associated state
+        * model
+        */
+       public void clearCheckPoints();
+
+       /**
+        * handles incoming events used to build the associated check points, The
+        * user must call clearCheckPoints before the processing the first synthetic
+        * event.
+        * 
+        * @param synEvent
+        * @param eventCount
+        */
+       public void handleEvent(LttngSyntheticEvent synEvent, Long eventCount);
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/trace/StateTraceManager.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/state/trace/StateTraceManager.java
new file mode 100644 (file)
index 0000000..3e54400
--- /dev/null
@@ -0,0 +1,592 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.state.trace;
+
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.Vector;
+
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngTimestamp;
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent.SequenceInd;
+import org.eclipse.linuxtools.lttng.core.model.LTTngTreeNode;
+import org.eclipse.linuxtools.lttng.core.request.ILttngSyntEventRequest;
+import org.eclipse.linuxtools.lttng.core.request.IRequestStatusListener;
+import org.eclipse.linuxtools.lttng.core.request.LttngSyntEventRequest;
+import org.eclipse.linuxtools.lttng.core.state.LttngStateException;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ITransEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.state.StateEventToHandlerFactory;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.state.model.StateModelFactory;
+import org.eclipse.linuxtools.lttng.core.state.resource.ILttngStateContext;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTextTrace;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTrace;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.request.TmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfCheckpoint;
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;
+
+public class StateTraceManager extends LTTngTreeNode implements IStateTraceManager, ILttngStateContext {
+
+       // constants
+       private static final long DEFAULT_OFFSET = 0L;
+       private static final int DEFAULT_CHUNK = 1;
+
+       // configurable check point interval
+       private static final long LTTNG_CHECK_POINT_INTERVAL = 50000L;
+       private long fcheckPointInterval = LTTNG_CHECK_POINT_INTERVAL;
+
+       private TmfExperiment<LttngEvent> fExperiment = null;
+
+       // immutable Objects
+       private final ITmfTrace fTrace;
+       private int fcpuNumber = -1;
+       private final ITransEventProcessor fStateUpdateProcessor;
+
+       // potentially thread shared
+       private final HashMap<Long, LttngTraceState> stateCheckpointsList = new HashMap<Long, LttngTraceState>();
+       private final Vector<TmfCheckpoint> timestampCheckpointsList = new Vector<TmfCheckpoint>();
+       private LttngTraceState fStateModel;
+       private LttngTraceState fCheckPointStateModel;
+
+       // locks
+       private Object fCheckPointsLock = new Object();
+       private Object fStateModelLock = new Object();
+
+
+       
+       // =======================================================================
+       // Constructor
+       // =======================================================================
+       /**
+        * @param id
+        * @param parent
+        * @param name
+        * @param trace
+        * @throws LttngStateException
+        */
+       public StateTraceManager(Long id, LTTngTreeNode parent, String name, ITmfTrace trace) throws LttngStateException {
+               super(id, parent, name, trace);
+
+               if (trace == null) {
+                       throw new LttngStateException("No TmfTrace object available!"); //$NON-NLS-1$
+               }
+
+               fTrace = trace;
+               fStateUpdateProcessor = StateEventToHandlerFactory.getInstance();
+
+               init();
+
+               fStateModel = StateModelFactory.getStateEntryInstance(this);
+               fStateModel.init(this);
+
+               fCheckPointStateModel = StateModelFactory.getStateEntryInstance(this);
+               fCheckPointStateModel.init(this);
+       }
+
+       // =======================================================================
+       // Methods
+       // =======================================================================
+       @SuppressWarnings("unchecked")
+       private void init() {
+               // resolve the experiment
+               Object obj = getParent().getValue();
+               if (obj != null && obj instanceof TmfExperiment<?>) {
+                       fExperiment = (TmfExperiment<LttngEvent>) obj;
+               }
+
+               // initialize the number of cpus
+               if (fTrace instanceof LTTngTrace) {
+                       fcpuNumber = ((LTTngTrace) fTrace).getCpuNumber();
+               } else if (fTrace instanceof LTTngTextTrace) {
+                       fcpuNumber = ((LTTngTextTrace) fTrace).getCpuNumber();
+               }
+       }
+       
+
+
+
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.state.IStateManager#getEventLog()
+        */
+       @Override
+       public ITmfTrace getTrace() {
+               return fTrace;
+       }
+
+       /**
+        * Save a checkpoint if it is needed at that point
+        * <p>
+        * The function will use "eventCount" internally to determine if a save was
+        * needed
+        * 
+        * @param eventCounter
+        *            The event "count" or event "id" so far
+        * @param eventTime
+        *            The timestamp of this event
+        * 
+        * @return boolean True if a checkpoint was saved, false otherwise
+        */
+       private void saveCheckPointIfNeeded(Long eventCounter, TmfTimestamp eventTime) {
+               // Save a checkpoint every LTTNG_STATE_SAVE_INTERVAL event
+               if ((eventCounter.longValue() % fcheckPointInterval) == 0) {
+
+                       LttngTraceState stateCheckPoint;
+                       synchronized (fCheckPointsLock) {
+                               stateCheckPoint = fCheckPointStateModel.clone();
+                       }
+
+                       TraceDebug.debug("Check point created here: " + eventCounter //$NON-NLS-1$
+                                       + " -> " + eventTime.toString() + "************" //$NON-NLS-1$ //$NON-NLS-2$
+                                       + getTrace().getName() + "   >>>>> Thread: " //$NON-NLS-1$
+                                       + Thread.currentThread().getId());
+
+                       synchronized (fCheckPointsLock) {
+                               // Save the checkpoint
+                               stateCheckpointsList.put(eventCounter, stateCheckPoint);
+                               // Save correlation between timestamp and checkpoint index
+
+                               timestampCheckpointsList.add(new TmfCheckpoint(new TmfTimestamp(eventTime), new TmfLocation<Long>(
+                                               eventCounter)));
+                       }
+               }
+       }
+
+       /**
+        * @return the lttng_check_point_interval
+        */
+       public long getCheckPointInterval() {
+               return fcheckPointInterval;
+       }
+
+       /**
+        * @param check_point_interval
+        *            , the lttng_check_point_interval to set
+        */
+       public void setCheckPointInterval(long check_point_interval) {
+               this.fcheckPointInterval = check_point_interval;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#
+        * restoreCheckPointByTimestamp
+        * (org.eclipse.linuxtools.tmf.event.TmfTimestamp)
+        */
+       @Override
+       @SuppressWarnings("unchecked")
+       public TmfCheckpoint restoreCheckPointByTimestamp(TmfTimestamp eventTime) {
+               TmfTimeRange experimentRange = fExperiment.getTimeRange();
+               TmfCheckpoint checkpoint = new TmfCheckpoint(fTrace.getStartTime(), new TmfLocation<Long>(0L));
+
+               // The GUI can have time limits higher than this log, since GUI can
+               // handle multiple logs. Ignore special null value of experiment time range.
+        if ((eventTime.getValue() < 0) || 
+                (!experimentRange.equals(TmfTimeRange.Null) && (eventTime.getValue() > experimentRange.getEndTime().getValue()))) {
+                       return null;
+               }
+
+               // The GUI can have time limits lower than this trace, since experiment
+               // can handle multiple traces
+               if ((eventTime.getValue() < fTrace.getStartTime().getValue())) {
+                       eventTime = fTrace.getStartTime();
+               }
+
+           LttngTraceState traceState;
+               synchronized (fCheckPointsLock) {
+                   Collections.sort(timestampCheckpointsList);
+                   // Initiate the compare with a checkpoint containing the target time
+                   // stamp to find
+                   int index = Collections.binarySearch(timestampCheckpointsList, new TmfCheckpoint(eventTime,
+                           new TmfLocation<Long>(0L)));
+                   // adjust index to round down to earlier checkpoint when exact match
+                   // not
+                   // found
+                   index = getPrevIndex(index);
+
+                   if (index == 0) {
+                       // No checkpoint restore is needed, start with a brand new
+                       // TraceState
+                       traceState = StateModelFactory.getStateEntryInstance(this);
+                   } else {
+
+                       // Useful CheckPoint found
+                       checkpoint = timestampCheckpointsList.get(index);
+                       // get the location associated with the checkpoint
+                       TmfLocation<Long> location = (TmfLocation<Long>) checkpoint.getLocation();
+                       // reference a new copy of the checkpoint template
+                       traceState = stateCheckpointsList.get(location.getLocation()).clone();
+                   }
+
+               }
+
+               // Restore the stored traceState
+               synchronized (fStateModelLock) {
+                       fStateModel = traceState;
+               }
+
+               return checkpoint;
+       }
+
+       /* (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#restoreCheckPointByIndex(long)
+        */
+       @Override
+       public TmfCheckpoint restoreCheckPointByIndex(long eventIndex) {
+               TmfCheckpoint checkpoint = new TmfCheckpoint(fTrace.getStartTime(), new TmfLocation<Long>(0L));
+
+           LttngTraceState traceState;
+               synchronized (fCheckPointsLock) {
+                   Collections.sort(timestampCheckpointsList);
+                   // Initiate the compare with a checkpoint containing the target time
+                   // stamp to find
+                   int index = Collections.binarySearch(timestampCheckpointsList, new TmfCheckpoint(null,
+                           new TmfLocation<Long>(eventIndex)));
+                   // adjust index to round down to earlier checkpoint when exact match not found
+                   index = getPrevIndex(index);
+
+                   if (index == 0) {
+                       // No checkpoint restore is needed, start with a brand new
+                       // TraceState
+                       traceState = StateModelFactory.getStateEntryInstance(this);
+                   } else {
+
+                       // Useful CheckPoint found
+                       checkpoint = timestampCheckpointsList.get(index);
+                       // get the location associated with the checkpoint
+                       @SuppressWarnings("unchecked")
+                               TmfLocation<Long> location = (TmfLocation<Long>) checkpoint.getLocation();
+                       // reference a new copy of the checkpoint template
+                       traceState = stateCheckpointsList.get(location.getLocation()).clone();
+                   }
+
+               }
+
+               // Restore the stored traceState
+               synchronized (fStateModelLock) {
+                       fStateModel = traceState;
+               }
+
+               return checkpoint;
+       }
+
+       /**
+        * Adjust the result from a binary search to the round down position
+        * 
+        * @param position
+        *            if Negative is: (-(insertion point) -1)
+        * @return position or if no match found, earlier than insertion point
+        */
+       private int getPrevIndex(int position) {
+               int roundDownPosition = position;
+               if (position < 0) {
+                       roundDownPosition = -(position + 2);
+               }
+
+               roundDownPosition = roundDownPosition < 0 ? 0 : roundDownPosition;
+               return roundDownPosition;
+       }
+
+       // TODO: Remove this request type when the UI handle their own requests
+       /**
+        * Request Event data of a specified time range
+        * 
+        * @param timeWindow
+        * @param listener
+        * @param processor
+        * @return ILttngEventRequest The request made
+        */
+       ILttngSyntEventRequest getDataRequestByTimeRange(TmfTimeRange timeWindow, IRequestStatusListener listener,
+                       final ITransEventProcessor processor) {
+
+               ILttngSyntEventRequest request = new StateTraceManagerRequest(timeWindow, DEFAULT_OFFSET,
+                               TmfDataRequest.ALL_DATA, DEFAULT_CHUNK, listener, getExperimentTimeWindow(), processor) {
+               };
+
+               return request;
+       }
+
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#getStateModel
+        * ()
+        */
+       @Override
+    public LttngTraceState getStateModel() {
+           LttngTraceState stateModel = null;
+               synchronized (fStateModelLock) {
+                       stateModel = fStateModel;
+               }
+               return stateModel;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#
+        * getCheckPointStateModel()
+        */
+       @Override
+    public LttngTraceState getCheckPointStateModel() {
+           LttngTraceState checkPointStateModel = null;
+               synchronized (fCheckPointsLock) {
+                   checkPointStateModel = fCheckPointStateModel;
+               }
+               return checkPointStateModel;
+       }
+
+       /**
+        * @return the stateCheckpointsList
+        */
+       HashMap<Long, LttngTraceState> getStateCheckpointsList() {
+               return stateCheckpointsList;
+       }
+
+       /**
+        * @return the timestampCheckpointsList
+        */
+       Vector<TmfCheckpoint> getTimestampCheckpointsList() {
+               return timestampCheckpointsList;
+       }
+       // =======================================================================
+       // Inner Class
+       // =======================================================================
+       class StateTraceManagerRequest extends LttngSyntEventRequest {
+               // =======================================================================
+               // Data
+               // =======================================================================
+               final TmfEvent[] evt = new TmfEvent[1];
+               final ITransEventProcessor fprocessor;
+               LttngSyntheticEvent synEvent;
+               Long fCount = getSynEventCount();
+
+               // =======================================================================
+               // Constructor
+               // =======================================================================
+               public StateTraceManagerRequest(TmfTimeRange range, long offset, int nbEvents, int maxBlockSize,
+                               IRequestStatusListener listener, TmfTimeRange experimentTimeRange, ITransEventProcessor processor) {
+
+                       super(range, offset, nbEvents, maxBlockSize, listener, experimentTimeRange, processor);
+                       fprocessor = processor;
+                       TraceDebug.debug("Instance created for range: " + range.toString()); //$NON-NLS-1$
+                       fCount = 0L;
+               }
+
+               // =======================================================================
+               // Methods
+               // =======================================================================
+               /*
+                * (non-Javadoc)
+                * 
+                * @see
+                * org.eclipse.linuxtools.lttng.request.LttngSyntEventRequest#handleData
+                * ()
+                */
+               @Override
+               public void handleData(LttngSyntheticEvent event) {
+                       super.handleData(event);
+                       if (event != null) {
+                               synEvent = event;
+                               if (synEvent.getSynType() == SequenceInd.AFTER) {
+                                       // Note : We call this function before incrementing
+                                       // eventCount to save a default check point at the "0th"
+                                       // event
+                                       saveCheckPoint(fCount, synEvent.getTimestamp());
+                                       fCount++;
+
+                                       if (TraceDebug.isDEBUG()) {
+                                               if (fCount % 1000 == 0) {
+                                                       TraceDebug.debug("handled: " + fCount + " sequence: " + synEvent.getSynType()); //$NON-NLS-1$ //$NON-NLS-2$
+                                               }
+                                       }
+                               }
+                       }
+               }
+
+               /**
+                * To be overridden by active save e.g. check points, this no action
+                * default is used for requests which do not require rebuilding of
+                * checkpoints e.g. requiring data of a new time range selection
+                * 
+                * @param count
+                * @param time
+                */
+               public void saveCheckPoint(Long count, TmfTimestamp time) {
+
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.state.resource.ILttngStateContext#
+        * getNumberOfCpus()
+        */
+       @Override
+       public int getNumberOfCpus() {
+               return fcpuNumber;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.state.resource.ILttngStateContext#
+        * getTraceTimeWindow()
+        */
+       @Override
+       public TmfTimeRange getTraceTimeWindow() {
+               if (fTrace != null) {
+                       return fTrace.getTimeRange();
+
+               }
+               return null;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.state.resource.ILttngStateContext#getTraceId
+        * ()
+        */
+       @Override
+       public String getTraceId() {
+               if (fTrace != null) {
+                       return fTrace.getName();
+               }
+               return null;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#
+        * getExperimentTimeWindow()
+        */
+       @Override
+       public TmfTimeRange getExperimentTimeWindow() {
+               if (fExperiment != null) {
+                       return fExperiment.getTimeRange();
+               }
+               return null;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#getExperimentName
+        * ()
+        */
+       @Override
+       public String getExperimentName() {
+               return fExperiment.getName();
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.state.resource.ILttngStateContext#getTraceIdRef
+        * ()
+        */
+       @Override
+       public ITmfTrace getTraceIdRef() {
+               return fTrace;
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#clearCheckPoints
+        * ()
+        */
+       @Override
+    public void clearCheckPoints() {
+               synchronized (fCheckPointsLock) {
+                       stateCheckpointsList.clear();
+                       timestampCheckpointsList.clear();
+
+                       fCheckPointStateModel = StateModelFactory.getStateEntryInstance(this);
+
+                       try {
+                               fCheckPointStateModel.init(this);
+                       } catch (LttngStateException e) {
+                               e.printStackTrace();
+                       }
+               }
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see
+        * org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#handleEvent
+        * (org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent, java.lang.Long)
+        */
+       @Override
+       public void handleEvent(LttngSyntheticEvent synEvent, Long eventCount) {
+               fStateUpdateProcessor.process(synEvent, fCheckPointStateModel);
+
+               // Save checkpoint as needed
+               saveCheckPointIfNeeded(eventCount - 1, synEvent.getTimestamp());
+       }
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see java.lang.Object#toString()
+        */
+       @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+               StringBuilder sb = new StringBuilder(super.toString());
+               sb.append("\n\tTotal number of processes in the Shared State model: " + fStateModel.getProcesses().length
+                               + "\n\t" + "Total number of processes in the Check point State model: "
+                               + fCheckPointStateModel.getProcesses().length);
+
+               TmfTimeRange traceTRange = fTrace.getTimeRange();
+               sb.append("\n\tTrace time interval for trace " + fTrace.getName() + "\n\t"
+                               + new LttngTimestamp(traceTRange.getStartTime()));
+               sb.append(" - " + new LttngTimestamp(traceTRange.getEndTime()));
+               sb.append("\n\tCheckPoints available at: ");
+               for (TmfCheckpoint cpoint : timestampCheckpointsList) {
+                       sb.append("\n\t" + "Location: " + cpoint.getLocation() + " - " + cpoint.getTimestamp());
+               }
+
+               return sb.toString();
+       }
+
+       /*
+        * (non-Javadoc)
+        * @see org.eclipse.linuxtools.lttng.state.resource.ILttngStateContext#getIdentifier()
+        */
+       @Override
+       public long getIdentifier() {
+           return getId().longValue();
+       }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/trace/LTTngExperiment.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/trace/LTTngExperiment.java
new file mode 100644 (file)
index 0000000..0cae078
--- /dev/null
@@ -0,0 +1,285 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.trace;
+
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngTimestamp;
+import org.eclipse.linuxtools.lttng.jni.JniTrace;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperimentContext;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperimentLocation;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest.ExecutionType;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentRangeUpdatedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalManager;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+
+/**
+ * <b><u>LTTngExperiment</u></b>
+ * <p>
+ * Temporary class to resolve a basic incompatibility between TMF and LTTng.
+ * <p>
+ */
+public class LTTngExperiment<T extends TmfEvent> extends TmfExperiment<T> {
+
+    private static final int DEFAULT_INDEX_PAGE_SIZE = 50000;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    /**
+     * @param type
+     * @param id
+     * @param traces
+     * @param epoch
+     * @param indexPageSize
+     */
+    public LTTngExperiment(Class<T> type, String id, ITmfTrace<T>[] traces, TmfTimestamp epoch, int indexPageSize) {
+        this(type, id, traces, TmfTimestamp.Zero, indexPageSize, false);
+    }
+
+    public LTTngExperiment(Class<T> type, String id, ITmfTrace<T>[] traces, TmfTimestamp epoch, int indexPageSize, boolean preIndexExperiment) {
+        super(type, id, traces, epoch, indexPageSize, preIndexExperiment);
+    }
+
+    /**
+     * @param type
+     * @param id
+     * @param traces
+     */
+    public LTTngExperiment(Class<T> type, String id, ITmfTrace<T>[] traces) {
+        this(type, id, traces, TmfTimestamp.Zero, DEFAULT_INDEX_PAGE_SIZE);
+    }
+
+    /**
+     * @param type
+     * @param id
+     * @param traces
+     * @param indexPageSize
+     */
+    public LTTngExperiment(Class<T> type, String id, ITmfTrace<T>[] traces, int indexPageSize) {
+        this(type, id, traces, TmfTimestamp.Zero, indexPageSize);
+    }
+
+    @SuppressWarnings("unchecked")
+    public LTTngExperiment(LTTngExperiment<T> other) {
+        super(other.getName() + "(clone)", other.fType); //$NON-NLS-1$
+
+        fEpoch = other.fEpoch;
+        fIndexPageSize = other.fIndexPageSize;
+
+        fTraces = new ITmfTrace[other.fTraces.length];
+        for (int trace = 0; trace < other.fTraces.length; trace++) {
+               fTraces[trace] = other.fTraces[trace].copy();
+        }
+
+        fNbEvents = other.fNbEvents;
+        fTimeRange = other.fTimeRange;
+    }
+
+    @Override
+       public LTTngExperiment<T> copy() {
+        LTTngExperiment<T> experiment = new LTTngExperiment<T>(this);
+        TmfSignalManager.deregister(experiment);
+        return experiment;
+    }
+
+    // ------------------------------------------------------------------------
+    // ITmfTrace trace positioning
+    // ------------------------------------------------------------------------
+
+    @Override
+    public synchronized TmfEvent getNextEvent(TmfContext context) {
+
+        // Validate the context
+        if (!(context instanceof TmfExperimentContext)) {
+            return null; // Throw an exception?
+        }
+
+        if (!context.equals(fExperimentContext)) {
+//             Tracer.trace("Ctx: Restoring context");
+            fExperimentContext = seekLocation(context.getLocation());
+        }
+
+        TmfExperimentContext expContext = (TmfExperimentContext) context;
+
+//             dumpContext(expContext, true);
+
+        // If an event was consumed previously, get the next one from that trace
+        int lastTrace = expContext.getLastTrace();
+        if (lastTrace != TmfExperimentContext.NO_TRACE) {
+            TmfContext traceContext = expContext.getContexts()[lastTrace];
+            expContext.getEvents()[lastTrace] = expContext.getTraces()[lastTrace].getNextEvent(traceContext);
+            expContext.setLastTrace(TmfExperimentContext.NO_TRACE);
+        }
+
+        // Scan the candidate events and identify the "next" trace to read from
+        TmfEvent eventArray[] = expContext.getEvents();
+        if (eventArray == null) {
+            return null;
+        }
+        int trace = TmfExperimentContext.NO_TRACE;
+        TmfTimestamp timestamp = TmfTimestamp.BigCrunch;
+        if (eventArray.length == 1) {
+            if (eventArray[0] != null) {
+                timestamp = eventArray[0].getTimestamp();
+                trace = 0;
+            }
+        } else {
+            for (int i = 0; i < eventArray.length; i++) {
+                TmfEvent event = eventArray[i];
+                if (event != null && event.getTimestamp() != null) {
+                    TmfTimestamp otherTS = event.getTimestamp();
+                    if (otherTS.compareTo(timestamp, true) < 0) {
+                        trace = i;
+                        timestamp = otherTS;
+                    }
+                }
+            }
+        }
+
+        // Update the experiment context and set the "next" event
+        TmfEvent event = null;
+        if (trace != TmfExperimentContext.NO_TRACE) {
+//             updateIndex(expContext, timestamp);
+
+            TmfContext traceContext = expContext.getContexts()[trace];
+            TmfExperimentLocation expLocation = (TmfExperimentLocation) expContext.getLocation();
+            expLocation.getLocation().locations[trace] = traceContext.getLocation();
+
+            updateIndex(expContext, timestamp);
+
+            expLocation.getRanks()[trace] = traceContext.getRank();
+            expContext.setLastTrace(trace);
+            expContext.updateRank(1);
+            event = expContext.getEvents()[trace];
+            fExperimentContext = expContext;
+        }
+
+//             if (event != null) {
+//             Tracer.trace("Exp: " + (expContext.getRank() - 1) + ": " + event.getTimestamp().toString());
+//             dumpContext(expContext, false);
+//             Tracer.trace("Ctx: Event returned= " + event.getTimestamp().toString());
+//             }
+
+        return event;
+    }
+
+    @SuppressWarnings("unchecked")
+    @Override
+    protected void indexExperiment(final boolean waitForCompletion) {
+        if (waitForCompletion) {
+            TmfExperimentRangeUpdatedSignal signal = new TmfExperimentRangeUpdatedSignal(LTTngExperiment.this, LTTngExperiment.this,
+                    TmfTimeRange.Eternity);
+            broadcast(signal);
+            while (isIndexingBusy()) {
+                try {
+                    Thread.sleep(100);
+                } catch (InterruptedException e) {
+                    e.printStackTrace();
+                }
+            }
+            ;
+            return;
+        }
+        for (ITmfTrace trace : fTraces) {
+            if (trace instanceof LTTngTrace) {
+                JniTrace jniTrace = ((LTTngTrace) trace).getCurrentJniTrace();
+                if (jniTrace != null && !jniTrace.isLiveTraceSupported()) {
+                    updateTimeRange();
+                    TmfExperimentRangeUpdatedSignal signal = new TmfExperimentRangeUpdatedSignal(LTTngExperiment.this, LTTngExperiment.this,
+                            getTimeRange());
+                    broadcast(signal);
+                    return;
+                }
+            }
+        }
+        final Thread thread = new Thread("Streaming Monitor for " + getName()) { //$NON-NLS-1$
+            LttngTimestamp safeTimestamp = null;
+            TmfTimeRange timeRange = null;
+
+            @Override
+            public void run() {
+                while (!fExecutor.isShutdown()) {
+                    final TmfEventRequest<LttngEvent> request = new TmfEventRequest<LttngEvent>(LttngEvent.class, TmfTimeRange.Eternity, 0,
+                            ExecutionType.FOREGROUND) {
+                        @Override
+                        public void handleCompleted() {
+                            super.handleCompleted();
+                            if (isIndexingBusy()) {
+                                timeRange = null;
+                                return;
+                            }
+                            long startTime = Long.MAX_VALUE;
+                            long endTime = Long.MIN_VALUE;
+                            for (ITmfTrace trace : getTraces()) {
+                                if (trace instanceof LTTngTrace) {
+                                    LTTngTrace lttngTrace = (LTTngTrace) trace;
+                                    JniTrace jniTrace = lttngTrace.getCurrentJniTrace();
+                                    jniTrace.updateTrace();
+                                    startTime = Math.min(startTime, lttngTrace.getStartTime().getValue());
+                                    endTime = Math.max(endTime, jniTrace.getEndTime().getTime());
+                                }
+                            }
+                            LttngTimestamp startTimestamp = new LttngTimestamp(startTime);
+                            LttngTimestamp endTimestamp = new LttngTimestamp(endTime);
+                            if (safeTimestamp != null && safeTimestamp.compareTo(getTimeRange().getEndTime(), false) > 0) {
+                                timeRange = new TmfTimeRange(startTimestamp, safeTimestamp);
+                            } else {
+                                timeRange = null;
+                            }
+                            safeTimestamp = endTimestamp;
+                        }
+                    };
+                    try {
+                        sendRequest((ITmfDataRequest<T>) request);
+                        request.waitForCompletion();
+                        if (timeRange != null && !timeRange.equals(TmfTimeRange.Null)) {
+                            TmfExperimentRangeUpdatedSignal signal = new TmfExperimentRangeUpdatedSignal(LTTngExperiment.this, LTTngExperiment.this,
+                                    timeRange);
+                            broadcast(signal);
+                        }
+                        Thread.sleep(2000);
+                    } catch (InterruptedException e) {
+                        e.printStackTrace();
+                    }
+                }
+            }
+        };
+        thread.start();
+    }
+
+    @TmfSignalHandler
+    public void experimentRangeUpdated(TmfExperimentRangeUpdatedSignal signal) {
+        indexExperiment(false, (int) fNbEvents, signal.getRange());
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see java.lang.Object#toString()
+     */
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        return "[LTTngExperiment (" + getName() + ")]";
+    }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/trace/LTTngTextTrace.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/trace/LTTngTextTrace.java
new file mode 100644 (file)
index 0000000..d731f74
--- /dev/null
@@ -0,0 +1,532 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   William Bourque (wbourque@gmail.com) - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.trace;
+
+import java.io.BufferedReader;
+import java.io.FileReader;
+import java.io.IOException;
+import java.util.HashMap;
+
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventContent;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventField;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventReference;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventSource;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventType;
+import org.eclipse.linuxtools.lttng.core.event.LttngTimestamp;
+import org.eclipse.linuxtools.lttng.jni.JniEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfNoSuchFieldException;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;
+import org.eclipse.linuxtools.tmf.core.trace.TmfCheckpoint;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;
+import org.eclipse.linuxtools.tmf.core.trace.TmfTrace;
+
+public class LTTngTextTrace extends TmfTrace<LttngEvent> {
+       private LttngTimestamp                  eventTimestamp   = null;
+    private LttngEventSource                eventSource      = null;
+    private LttngEventType                  eventType        = null;
+    private TextLttngEventContent           eventContent     = null;
+    private LttngEventReference             eventReference   = null;
+    // The actual event
+    private  TextLttngEvent                 currentLttngEvent = null;             
+    
+    private  HashMap<String, LttngEventType> traceTypes       = null;
+    
+    private  String tracepath = ""; //$NON-NLS-1$
+    private  FileReader fr = null;
+    private  BufferedReader br = null;
+    private  Long nbCharRead = 0L;
+    
+    private int cpuNumber = -1;
+    
+    private  boolean showDebug = false;
+    
+    public LTTngTextTrace(String path) throws Exception {
+       this(path, true); // false);
+    }
+    
+    public LTTngTextTrace(String path, boolean skipIndexing) throws Exception {
+        super(path, LttngEvent.class, path, 1, !skipIndexing);
+        
+        tracepath = path;
+        traceTypes      = new HashMap<String, LttngEventType>();
+        
+        eventTimestamp        = new LttngTimestamp();
+        eventSource           = new LttngEventSource();
+        eventType             = new LttngEventType();
+        eventContent          = new TextLttngEventContent(currentLttngEvent);
+        eventReference        = new LttngEventReference(this.getName());
+        
+        currentLttngEvent = new TextLttngEvent(this, eventTimestamp, eventSource, eventType, eventContent, eventReference);
+        eventContent.setEvent(currentLttngEvent);
+        
+        if ( positionToFirstEvent() == false ) {
+               throw new IOException("Fail to position to the beginning of the trace"); //$NON-NLS-1$
+        }
+        else {
+               fIndexPageSize = 1000;
+               
+               // Skip indexing if asked
+//             if ( skipIndexing == true ) {
+                       fCheckpoints.add(new TmfCheckpoint(new LttngTimestamp(0L), new TmfLocation<Long>(0L)));
+//             }
+//             else {
+//                     indexTrace(true);
+//             }
+               
+               Long endTime = currentLttngEvent.getTimestamp().getValue();
+               positionToFirstEvent();
+               
+               getNextEvent(new TmfContext(null, 0));
+               Long starTime = currentLttngEvent.getTimestamp().getValue();
+               positionToFirstEvent();
+               
+               setTimeRange( new TmfTimeRange( new LttngTimestamp(starTime), 
+                                                                               new LttngTimestamp(endTime)
+                                ) );
+        }
+    }
+    
+    
+    public LTTngTextTrace(LTTngTextTrace oldTrace) throws Exception { 
+       this(oldTrace.getPath(), true);
+       
+       // *** VERIFY ***
+       // Is this safe?
+       fCheckpoints = oldTrace.fCheckpoints;
+    }
+    
+       @Override
+       public LTTngTextTrace copy() {
+               
+               LTTngTextTrace returnedTrace = null;
+       
+       try {
+               returnedTrace = new LTTngTextTrace(this);
+       }
+       catch (Exception e) {
+               System.out.println("ERROR : Could not create LTTngTextTrace copy (createTraceCopy).\nError is : " + e.getStackTrace()); //$NON-NLS-1$
+       }
+       
+       return returnedTrace;
+       }
+    
+    private boolean positionToFirstEvent() {
+       
+       boolean isSuccessful = true;
+       
+       try {
+               if ( br != null ) {
+                       br.close();
+                       fr.close();
+               }
+               
+               fr = new FileReader(tracepath);
+               br = new BufferedReader(fr);
+               
+               // Skip the 2 lines header
+               br.readLine();
+               br.readLine();
+               
+               // Make sure the event time is consistent
+               eventTimestamp.setValue(0L);
+       }
+       catch (IOException e) {
+               isSuccessful = false;
+       }
+       
+       return isSuccessful;
+    }
+    
+    private void skipToPosition(TmfLocation<Long> skip) {
+       try {
+                       long skipPosition = skip.getLocation();
+                       if ( skipPosition < 0 ) {
+                               skipPosition = 0L;
+                       }
+               
+                               if ( showDebug == true ) {
+                                       System.out.println("skipToPosition(Long skipPosition)"); //$NON-NLS-1$
+                                       System.out.println("\tSkipping to : " + skipPosition); //$NON-NLS-1$
+                                       System.out.println();
+                               }
+                               positionToFirstEvent();
+                               long nbSkipped = br.skip(skipPosition);
+                               if ( nbSkipped != skipPosition) {
+                                       throw new IOException("Too few characters skipped, positionning failed! (skipToPosition)"); //$NON-NLS-1$
+                               }
+                               
+                               nbCharRead = skipPosition;
+       }
+       catch (Exception e) {
+               e.printStackTrace();
+       }
+    }
+    
+    @Override
+       @SuppressWarnings("unchecked")
+       public TmfContext seekLocation(ITmfLocation<?> location) {
+       if (location == null) {
+               location = new TmfLocation<Long>(0L);
+       }
+
+       if (!((TmfLocation<Long>) location).getLocation().equals(nbCharRead)) {
+               skipToPosition((TmfLocation<Long>) location);
+       }
+
+       TmfContext tmpTraceContext =  new TmfContext(location, 0L);
+       
+       return tmpTraceContext;
+    }
+    
+    @Override
+    public TmfContext seekLocation(double ratio) {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    @Override
+    public double getLocationRatio(ITmfLocation<?> location) {
+        // TODO Auto-generated method stub
+        return 0;
+    }
+
+    private LttngEvent parseMyNextEvent(TmfContext context) {
+       
+       // All parsing variables declared here so to be able to print them into the catch if needed
+       String tmpContent = null;
+       int tmpCurIndex = 0;
+       int tmpPrevIndex = 0;
+       
+       String tracefile = ""; //$NON-NLS-1$
+               long tmpCpu = 0;
+               String marker = ""; //$NON-NLS-1$
+       
+               long tmpSecond = 0;
+               long tmpNanosecond = 0;
+               
+               String parsedPayload = ""; //$NON-NLS-1$
+               String markerName = ""; //$NON-NLS-1$
+               Object payload = ""; //$NON-NLS-1$
+               
+               HashMap<String, LttngEventField> fieldsMap = null;
+               
+               LttngEvent returnedEvent = null;
+               
+       try {
+               tmpContent = br.readLine();
+               
+               if (tmpContent != null) {
+                       // *** NOTE : 
+                       // -1 is the skip the end of line (\n)
+                       nbCharRead += (tmpContent.length()+1);
+                       
+                       if ( (currentLttngEvent != null) && (currentLttngEvent.getContent().getRawContent() != null) ) {
+                               currentLttngEvent.getContent().emptyContent();
+                       }
+                       
+                       // EventSource is always the same for now :
+                       eventSource.setSourceId("Kernel Core"); //$NON-NLS-1$
+                       
+                       
+                       // Tracefile and marker are first in the file
+                       // Sound like : 
+                       //              kernel.syscall_entry:
+                       tmpCurIndex = tmpContent.indexOf(".", tmpPrevIndex); //$NON-NLS-1$
+                       
+                       // *** HACK ***
+                       // Evil exit case here : the two last line of the text dump does not contain "."
+                       // We should check in a better way (string comparison and such) but it make the whole process to weight a lot more
+                       // Conclusion : this is ugly but fast.
+                       if ( tmpCurIndex < 0 ) {
+                               if ( showDebug == true ) {
+                                       System.out.println("END OF FILE."); //$NON-NLS-1$
+                                       System.out.println();
+                               }
+                               return null;
+                       }
+                       
+                       tracefile = tmpContent.substring(tmpPrevIndex, tmpCurIndex ).trim();
+                       /*System.out.println(tracefile);*/
+                       
+                       tmpPrevIndex = tmpCurIndex;
+                       tmpCurIndex = tmpContent.indexOf(":", tmpPrevIndex); //$NON-NLS-1$
+                       marker = tmpContent.substring(tmpPrevIndex+1, tmpCurIndex ).trim();
+                       /*System.out.println(marker);*/
+                       
+                       // Timestamp is next but is presented in second.milisecond format, we have to split them
+                       // Sound like : 
+                       //              952.162637168
+                       tmpPrevIndex = tmpCurIndex+1;
+                       tmpCurIndex = tmpContent.indexOf(".", tmpPrevIndex); //$NON-NLS-1$
+                       tmpSecond = Long.parseLong( tmpContent.substring(tmpPrevIndex, tmpCurIndex ).trim() );
+                       /*System.out.println(tmpSecond);*/
+                       
+                       tmpPrevIndex = tmpCurIndex+1;
+                       tmpCurIndex = tmpContent.indexOf(" ", tmpPrevIndex); //$NON-NLS-1$
+                       tmpNanosecond = Long.parseLong( tmpContent.substring(tmpPrevIndex, tmpCurIndex ).trim() );
+                       /*System.out.println(tmpNanosecond);*/
+                       
+                       // We have enough information here to set the timestamp
+                       eventTimestamp.setValue( (tmpSecond * 1000000000) + tmpNanosecond );
+                       /*System.out.println(eventTimestamp.toString());*/
+                       
+                       // Next field is the reference
+                       // A long string enclosed by parenthesis and ending with a comma
+                       //              (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-618339events-1293lost-1cpu/kernel_0),
+                       tmpPrevIndex = tmpCurIndex+1;
+                       tmpCurIndex = tmpContent.indexOf("(", tmpPrevIndex); //$NON-NLS-1$
+                       tmpPrevIndex = tmpCurIndex+1;
+                       tmpCurIndex = tmpContent.indexOf("),", tmpPrevIndex); //$NON-NLS-1$
+                       String fullTracePath = tmpContent.substring(tmpPrevIndex, tmpCurIndex ).trim();
+                       /*System.out.println(fullTracePath);*/
+                       
+                       eventReference.setValue(fullTracePath);
+                       String traceName = fullTracePath.substring(fullTracePath.lastIndexOf("/")+1).trim(); //$NON-NLS-1$
+                       /*System.out.println(traceName);*/
+                       eventReference.setTracepath(traceName);
+                       
+                       
+                       // The next few fields are relatives to the state system (pid, ppid, etc...) we need to skip them.
+                       // They should be like the following :
+                       //              4175, 4175, hal-acl-tool, , 4168,
+                       
+                       // 1st comma
+                       tmpPrevIndex = tmpCurIndex+1;
+                       tmpCurIndex = tmpContent.indexOf(",", tmpPrevIndex); //$NON-NLS-1$
+                       // 2nd comma
+                       tmpPrevIndex = tmpCurIndex+1;
+                       tmpCurIndex = tmpContent.indexOf(",", tmpPrevIndex); //$NON-NLS-1$
+                       // 3rd comma
+                       tmpPrevIndex = tmpCurIndex+1;
+                       tmpCurIndex = tmpContent.indexOf(",", tmpPrevIndex); //$NON-NLS-1$
+                       // 4th comma
+                       tmpPrevIndex = tmpCurIndex+1;
+                       tmpCurIndex = tmpContent.indexOf(",", tmpPrevIndex); //$NON-NLS-1$
+                       // 5th comma
+                       tmpPrevIndex = tmpCurIndex+1;
+                       tmpCurIndex = tmpContent.indexOf(",", tmpPrevIndex); //$NON-NLS-1$
+                       // 6th comma
+                       tmpPrevIndex = tmpCurIndex+1;
+                       tmpCurIndex = tmpContent.indexOf(",", tmpPrevIndex); //$NON-NLS-1$
+                       
+                       // The next field is the CPU, in hexadecimal format
+                       // Should be like : 
+                       //              0x0,
+                       tmpPrevIndex = tmpCurIndex+1;
+                       tmpCurIndex = tmpContent.indexOf("0x", tmpPrevIndex); //$NON-NLS-1$
+                       tmpPrevIndex = tmpCurIndex+2;
+                       
+                       tmpCurIndex = tmpContent.indexOf(",", tmpPrevIndex); //$NON-NLS-1$
+                       tmpCpu = Long.parseLong( tmpContent.substring(tmpPrevIndex, tmpCurIndex ).trim() );
+                       
+                       // Set the cpu number of trace if we found a "new" cpu
+                       if ( cpuNumber < (tmpCpu + 1) ) {
+                               cpuNumber = (int)(tmpCpu+1);
+                       }
+                       /*System.out.println(tmpCpu);*/
+                       
+                       
+                       // The last field is the parsed content
+                       // It is enclosed by { }
+                       // Look like : 
+                       //              SYSCALL { ip = 0xb7f05422, syscall_id = 221 [sys_fcntl64+0x0/0x79] }
+                       //
+                       // NOTE : it seems some state system events do not respect this format as they have no payload. 
+                       //              We will create empty payload then.
+                       int tmpIndex = tmpContent.indexOf("{", tmpPrevIndex); //$NON-NLS-1$
+                       if ( tmpIndex != -1 ) {
+                               tmpPrevIndex = tmpCurIndex+1;
+                               tmpCurIndex = tmpIndex;
+                               tmpPrevIndex = tmpCurIndex+1;
+                               tmpCurIndex = tmpContent.indexOf("}", tmpPrevIndex); //$NON-NLS-1$
+                               parsedPayload = tmpContent.substring(tmpPrevIndex, tmpCurIndex ).trim();
+                               
+                               // Now add each LttngField
+                               boolean isDone = false;
+                               int tmpIndexBegin = 0;
+                               int tmpIndexEqual = 0;
+                               int tmpIndexEnd = 0;
+                               
+                               fieldsMap = new HashMap<String, LttngEventField>(); 
+                               
+                               while ( isDone == false ) {
+                                       tmpIndexEqual = parsedPayload.indexOf("=", (int)tmpIndexBegin); //$NON-NLS-1$
+                                       tmpIndexEnd = parsedPayload.indexOf(", ", (int)tmpIndexEqual); //$NON-NLS-1$
+                                       if ( tmpIndexEnd == -1 ) {
+                                               tmpIndexEnd = parsedPayload.length();
+                                               isDone = true;
+                                       }
+                                       
+                                       markerName = parsedPayload.substring((int)tmpIndexBegin, (int)tmpIndexEqual-1 ).trim();
+                                       payload = ((String)parsedPayload.substring((int)tmpIndexEqual+1, (int)tmpIndexEnd )).replace("\"", " ").trim(); //$NON-NLS-1$ //$NON-NLS-2$
+                                       
+                                       // Try to cast the payload into the correct type
+                                       try {
+                                               payload = Long.parseLong((String)payload);
+                                       }
+                                       catch (NumberFormatException e) { }
+                                       
+                                       LttngEventField tmpField = new LttngEventField(eventContent, markerName, payload);
+                                       fieldsMap.put(markerName, tmpField);
+                                       
+                                       tmpIndexBegin = tmpIndexEnd+1;
+                               }
+                       }
+                       else {
+                               fieldsMap = new HashMap<String, LttngEventField>(); 
+                               
+                               markerName = ""; //$NON-NLS-1$
+                               payload = ""; //$NON-NLS-1$
+                               
+                               LttngEventField tmpField = new LttngEventField(eventContent, markerName, payload);
+                               fieldsMap.put(markerName, tmpField);
+                       }
+                       
+                       eventContent = new TextLttngEventContent(currentLttngEvent, fieldsMap);
+                       
+                       // We now have what we need for the type
+                       String tmpTypeKey = tracefile + "/" + tmpCpu + "/" + marker; //$NON-NLS-1$ //$NON-NLS-2$
+                       if ( traceTypes.get(tmpTypeKey) == null ) {
+                           traceTypes.put(tmpTypeKey, new LttngEventType(tracefile, tmpCpu, marker, 0, fieldsMap.keySet().toArray(new String[fieldsMap.size()] )) );
+                       }
+                       
+                       currentLttngEvent.setContent(eventContent);
+                       currentLttngEvent.setType(traceTypes.get(tmpTypeKey));
+                       
+                       returnedEvent = currentLttngEvent;
+               }
+               else if ( showDebug == true ) {
+                                       System.out.println("NULL READING"); //$NON-NLS-1$
+                                       System.out.println();
+                                       returnedEvent = null;
+                       }
+       }
+       catch (Exception e) {
+               System.out.println("Pos is :" + nbCharRead); //$NON-NLS-1$
+               if ( tmpContent != null ) {
+                       System.out.println("Erroneous content is :" + tmpContent); //$NON-NLS-1$
+               }
+               
+               tmpContent = null;
+               e.printStackTrace();
+               returnedEvent = null;
+       }
+       
+       return returnedEvent;
+    }
+    
+    @Override
+    public ITmfLocation<?> getCurrentLocation() {
+       return new TmfLocation<Long>(nbCharRead);
+    }
+    
+       @Override
+       public LttngEvent parseEvent(TmfContext context) {
+               context = seekLocation(context.getLocation());
+               return parseMyNextEvent(context);
+               
+    }
+    
+       public int getCpuNumber() {
+       return cpuNumber;
+    }
+
+}
+
+
+// Redefine event to override method we know won't work with a Text tracefile 
+class TextLttngEvent extends LttngEvent {
+       
+       public TextLttngEvent(  TmfTrace<LttngEvent> parent,
+                                                       LttngTimestamp timestamp, 
+                                                       LttngEventSource source, 
+                                                       LttngEventType type, 
+                                                       LttngEventContent content, 
+                                                       LttngEventReference reference) 
+       {
+               super(parent, timestamp, source, type, content, reference, null);
+       }
+       
+       @SuppressWarnings("unchecked")
+    public TextLttngEvent(TextLttngEvent oldEvent) {
+               this(
+                       (TmfTrace<LttngEvent>) oldEvent.getParentTrace(),
+                               (LttngTimestamp)oldEvent.getTimestamp(), 
+                               (LttngEventSource)oldEvent.getSource(), 
+                               (LttngEventType)oldEvent.getType(), 
+                               (LttngEventContent)oldEvent.getContent(), 
+                               (LttngEventReference)oldEvent.getReference()
+                        );
+       }
+       
+       @Override
+       public JniEvent convertEventTmfToJni() {
+               System.out.println("WARNING : Cannot use convertEventTmfToJni() on a trace in text format."); //$NON-NLS-1$
+               return null;
+       }
+       
+       @Override
+       public void updateJniEventReference(JniEvent newJniEventReference) {
+               System.out.println("WARNING : Cannot use updateJniEventReference on a trace in text format. Using null."); //$NON-NLS-1$
+    }
+}
+
+
+class TextLttngEventContent extends LttngEventContent {
+       
+       public TextLttngEventContent() {
+        super();
+    }
+    
+    public TextLttngEventContent(TextLttngEvent thisParent) {
+        super(thisParent, null);
+    }
+    
+    public TextLttngEventContent(TextLttngEvent thisParent, HashMap<String, LttngEventField> thisContent) {
+        super(thisParent, thisContent);
+    }
+    
+    public TextLttngEventContent(TextLttngEventContent oldContent) {
+       this( (TextLttngEvent)oldContent.fParentEvent, oldContent.getRawContent());
+    }
+    
+    @Override
+    public LttngEventField[] getFields() {
+       return getRawContent().values().toArray(new LttngEventField[getRawContent().size()]);
+    }
+    
+    @Override
+    public LttngEventField getField(String name) {
+        LttngEventField returnedField = getRawContent().get(name);
+        
+        return returnedField;
+    }
+    
+    @Override
+    public LttngEventField getField(int position) {
+       LttngEventField returnedField = null;
+       String label = null;
+               try {
+                       label = fParentEvent.getType().getLabel(position);
+                       returnedField = this.getField(label);
+               } 
+               catch (TmfNoSuchFieldException e) {
+                       System.out.println("Invalid field position requested : " + position + ", ignoring (getField)."); //$NON-NLS-1$ //$NON-NLS-2$
+               }
+        
+        return returnedField;
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/trace/LTTngTrace.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/trace/LTTngTrace.java
new file mode 100644 (file)
index 0000000..9fdf112
--- /dev/null
@@ -0,0 +1,1059 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2011 Ericsson, MontaVista Software
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   William Bourque (wbourque@gmail.com) - Initial API and implementation
+ *   Yufen Kuo       (ykuo@mvista.com) - add support to allow user specify trace library path
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.lttng.core.trace;
+
+import java.io.FileNotFoundException;
+import java.util.HashMap;
+import java.util.Iterator;
+import java.util.Vector;
+
+import org.eclipse.core.resources.IProject;
+import org.eclipse.linuxtools.lttng.core.TraceHelper;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventContent;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventReference;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventSource;
+import org.eclipse.linuxtools.lttng.core.event.LttngEventType;
+import org.eclipse.linuxtools.lttng.core.event.LttngLocation;
+import org.eclipse.linuxtools.lttng.core.event.LttngTimestamp;
+import org.eclipse.linuxtools.lttng.core.exceptions.LttngException;
+import org.eclipse.linuxtools.lttng.jni.JniEvent;
+import org.eclipse.linuxtools.lttng.jni.JniMarker;
+import org.eclipse.linuxtools.lttng.jni.JniTrace;
+import org.eclipse.linuxtools.lttng.jni.JniTracefile;
+import org.eclipse.linuxtools.lttng.jni.common.JniTime;
+import org.eclipse.linuxtools.lttng.jni.exception.JniException;
+import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;
+import org.eclipse.linuxtools.tmf.core.trace.TmfCheckpoint;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.TmfTrace;
+
+class LTTngTraceException extends LttngException {
+    static final long serialVersionUID = -1636648737081868146L;
+
+    public LTTngTraceException(String errMsg) {
+        super(errMsg);
+    }
+}
+
+/**
+ * <b><u>LTTngTrace</u></b>
+ * <p>
+ * 
+ * LTTng trace implementation. It accesses the C trace handling library (seeking, reading and parsing) through the JNI
+ * component.
+ */
+public class LTTngTrace extends TmfTrace<LttngEvent> {
+
+    public static boolean PrintDebug = false;
+    public static boolean UniqueEvent = true;
+
+    private final static boolean SHOW_LTT_DEBUG_DEFAULT = false;
+    private final static boolean IS_PARSING_NEEDED_DEFAULT = !UniqueEvent;
+    private final static int CHECKPOINT_PAGE_SIZE = 50000;
+
+    // Reference to our JNI trace
+    private JniTrace currentJniTrace;
+
+    LttngTimestamp eventTimestamp;
+    LttngEventSource eventSource;
+    LttngEventContent eventContent;
+    LttngEventReference eventReference;
+
+    // The actual event
+    LttngEvent currentLttngEvent;
+
+    // The current location
+    LttngLocation previousLocation;
+
+    LttngEventType eventType;
+
+    // Hashmap of the possible types of events (Tracefile/CPU/Marker in the JNI)
+    HashMap<Integer, LttngEventType> traceTypes;
+    
+    // This vector will be used to quickly find a marker name from a position
+    Vector<Integer> traceTypeNames;
+    
+    private String traceLibPath;
+
+    public LTTngTrace() {
+    }
+
+    public boolean validate(IProject project, String path) {
+        if (super.validate(project, path)) {
+            String traceLibPath = TraceHelper.getTraceLibDirFromProject(project);
+            try {
+                LTTngTraceVersion version = new LTTngTraceVersion(path, traceLibPath);
+                return version.isValidLttngTrace();
+            } catch (LttngException e) {
+            }
+        }
+        return false;
+    }
+
+    public void initTrace(String path, Class<LttngEvent> eventType) throws FileNotFoundException {
+        initLTTngTrace(path, eventType, CHECKPOINT_PAGE_SIZE, false);
+    }
+
+    public void initTrace(String path, Class<LttngEvent> eventType, int cacheSize) throws FileNotFoundException {
+        initLTTngTrace(path, eventType, cacheSize, false);
+    }
+
+    public void initTrace(String path, Class<LttngEvent> eventType, boolean indexTrace) throws FileNotFoundException {
+        initLTTngTrace(path, eventType, CHECKPOINT_PAGE_SIZE, indexTrace);
+    }
+
+    public void initTrace(String path, Class<LttngEvent> eventType, int cacheSize, boolean indexTrace) throws FileNotFoundException {
+        initLTTngTrace(path, eventType, cacheSize, indexTrace);
+    }
+
+    private void initLTTngTrace(String path, Class<LttngEvent> eventType, int cacheSize, boolean indexTrace) throws FileNotFoundException {
+        super.initTrace(path, eventType, indexTrace);
+        try {
+            currentJniTrace = JniTraceFactory.getJniTrace(path, traceLibPath, SHOW_LTT_DEBUG_DEFAULT);
+        } catch (Exception e) {
+            throw new FileNotFoundException(e.getMessage());
+        }
+
+        // Export all the event types from the JNI side
+        traceTypes = new HashMap<Integer, LttngEventType>();
+        traceTypeNames = new Vector<Integer>();
+        initialiseEventTypes(currentJniTrace);
+
+        // Build the re-used event structure
+        eventTimestamp = new LttngTimestamp();
+        eventSource = new LttngEventSource();
+        this.eventType = new LttngEventType();
+        eventContent = new LttngEventContent(currentLttngEvent);
+        eventReference = new LttngEventReference(this.getName());
+
+        // Create the skeleton event
+        currentLttngEvent = new LttngEvent(this, eventTimestamp, eventSource, this.eventType, eventContent,
+                eventReference, null);
+
+        // Create a new current location
+        previousLocation = new LttngLocation();
+
+        // Set the currentEvent to the eventContent
+        eventContent.setEvent(currentLttngEvent);
+
+        // Set the time range of the trace
+        TmfContext context = seekLocation(null);
+        LttngEvent event = getNextEvent(context);
+        LttngTimestamp startTime = new LttngTimestamp(event.getTimestamp());
+        LttngTimestamp endTime = new LttngTimestamp(currentJniTrace.getEndTime().getTime());
+
+        setTimeRange(new TmfTimeRange(startTime, endTime));
+
+        if (currentJniTrace == null) {
+            System.out.println("Problem");
+        }
+    }
+
+    /**
+     * Default Constructor.
+     * <p>
+     * 
+     * @param path
+     *            Path to a <b>directory</b> that contain an LTTng trace.
+     * 
+     * @exception Exception
+     *                (most likely LTTngTraceException or FileNotFoundException)
+     */
+    public LTTngTrace(String path) throws Exception {
+        // Call with "wait for completion" true and "skip indexing" false
+        this(path, null, true, false);
+    }
+
+    /**
+     * Constructor, with control over the indexing.
+     * <p>
+     * 
+     * @param path
+     *            Path to a <b>directory</b> that contain an LTTng trace.
+     * @param waitForCompletion
+     *            Should we wait for indexign to complete before moving on.
+     * 
+     * @exception Exception
+     *                (most likely LTTngTraceException or FileNotFoundException)
+     */
+    public LTTngTrace(String path, boolean waitForCompletion) throws Exception {
+        // Call with "skip indexing" false
+        this(path, null, waitForCompletion, true);
+    }
+
+    /**
+     * Default constructor, with control over the indexing and possibility to bypass indexation
+     * <p>
+     * 
+     * @param path
+     *            Path to a <b>directory</b> that contain an LTTng trace.
+     * @param traceLibPath
+     *            Path to a <b>directory</b> that contains LTTng trace libraries.
+     * @param waitForCompletion
+     *            Should we wait for indexign to complete before moving on.
+     * @param bypassIndexing
+     *            Should we bypass indexing completly? This is should only be useful for unit testing.
+     * 
+     * @exception Exception
+     *                (most likely LTTngTraceException or FileNotFoundException)
+     * 
+     */
+    public LTTngTrace(String path, String traceLibPath, boolean waitForCompletion, boolean bypassIndexing)
+            throws Exception {
+        super(path, LttngEvent.class, path, CHECKPOINT_PAGE_SIZE, false);
+        initTrace(path, LttngEvent.class, !bypassIndexing);
+        this.traceLibPath = traceLibPath;
+    }
+
+    /*
+     * Copy constructor is forbidden for LttngEvenmStream
+     */
+    public LTTngTrace(LTTngTrace other) throws Exception {
+        this(other.getPath(), other.getTraceLibPath(), false, true);
+        this.fCheckpoints = other.fCheckpoints;
+        setTimeRange(new TmfTimeRange(new LttngTimestamp(other.getStartTime()), new LttngTimestamp(other.getEndTime())));
+    }
+
+    @Override
+    public LTTngTrace copy() {
+        LTTngTrace returnedTrace = null;
+
+        try {
+            returnedTrace = new LTTngTrace(this);
+        } catch (Exception e) {
+            System.out
+                    .println("ERROR : Could not create LTTngTrace copy (createTraceCopy).\nError is : " + e.getStackTrace()); //$NON-NLS-1$
+        }
+
+        return returnedTrace;
+    }
+
+    @Override
+    public synchronized LTTngTrace clone() {
+        LTTngTrace clone = null;
+        try {
+            clone = (LTTngTrace) super.clone();
+            try {
+                clone.currentJniTrace = JniTraceFactory.getJniTrace(getPath(), getTraceLibPath(),
+                        SHOW_LTT_DEBUG_DEFAULT);
+            } catch (JniException e) {
+                // e.printStackTrace();
+            }
+
+            // Export all the event types from the JNI side
+            clone.traceTypes = new HashMap<Integer, LttngEventType>();
+            clone.traceTypeNames = new Vector<Integer>();
+            clone.initialiseEventTypes(clone.currentJniTrace);
+
+            // Verify that all those "default constructor" are safe to use
+            clone.eventTimestamp = new LttngTimestamp();
+            clone.eventSource = new LttngEventSource();
+            clone.eventType = new LttngEventType();
+            clone.eventContent = new LttngEventContent(clone.currentLttngEvent);
+            clone.eventReference = new LttngEventReference(this.getName());
+
+            // Create the skeleton event
+            clone.currentLttngEvent = new LttngEvent(this, clone.eventTimestamp, clone.eventSource, clone.eventType,
+                    clone.eventContent, clone.eventReference, null);
+
+            // Create a new current location
+            clone.previousLocation = new LttngLocation();
+
+            // Set the currentEvent to the eventContent
+            clone.eventContent.setEvent(clone.currentLttngEvent);
+
+            // Set the start time of the trace
+            setTimeRange(new TmfTimeRange(new LttngTimestamp(clone.currentJniTrace.getStartTime().getTime()),
+                    new LttngTimestamp(clone.currentJniTrace.getEndTime().getTime())));
+        } catch (CloneNotSupportedException e) {
+        }
+
+        return clone;
+    }
+
+    public String getTraceLibPath() {
+        return traceLibPath;
+    }
+
+    /*
+     * Fill out the HashMap with "Type" (Tracefile/Marker)
+     * 
+     * This should be called at construction once the trace is open
+     */
+    private void initialiseEventTypes(JniTrace trace) {
+        // Work variables
+        LttngEventType tmpType = null;
+        String[] markerFieldsLabels = null;
+
+        String newTracefileKey = null;
+        Integer newMarkerKey = null;
+
+        JniTracefile newTracefile = null;
+        JniMarker newMarker = null;
+
+        // First, obtain an iterator on TRACEFILES of owned by the TRACE
+        Iterator<String> tracefileItr = trace.getTracefilesMap().keySet().iterator();
+
+        while (tracefileItr.hasNext()) {
+            newTracefileKey = tracefileItr.next();
+            newTracefile = trace.getTracefilesMap().get(newTracefileKey);
+
+            // From the TRACEFILE read, obtain its MARKER
+            Iterator<Integer> markerItr = newTracefile.getTracefileMarkersMap().keySet().iterator();
+            while (markerItr.hasNext()) {
+                newMarkerKey = markerItr.next();
+                newMarker = newTracefile.getTracefileMarkersMap().get(newMarkerKey);
+
+                // From the MARKER we can obtain the MARKERFIELDS keys (i.e.
+                // labels)
+                markerFieldsLabels = newMarker.getMarkerFieldsHashMap().keySet()
+                        .toArray(new String[newMarker.getMarkerFieldsHashMap().size()]);
+
+                tmpType = new LttngEventType(newTracefile.getTracefileName(), newTracefile.getCpuNumber(),
+                        newMarker.getName(), newMarkerKey.intValue(), markerFieldsLabels);
+
+                // Add the type to the map/vector
+                addEventTypeToMap(tmpType);
+            }
+        }
+    }
+
+    /*
+     * Add a new type to the HashMap
+     * 
+     * As the hashmap use a key format that is a bit dangerous to use, we should always add using this function.
+     */
+    private void addEventTypeToMap(LttngEventType newEventType) {
+        int newTypeKey = EventTypeKey.getEventTypeHash(newEventType);
+
+        this.traceTypes.put(newTypeKey, newEventType);
+        this.traceTypeNames.add(newTypeKey);
+    }
+
+    /**
+     * Return the latest saved location. Note : Modifying the returned location may result in buggy positionning!
+     * 
+     * @return The LttngLocation as it was after the last operation.
+     * 
+     * @see org.eclipse.linuxtools.lttng.core.event.LttngLocation
+     */
+    @Override
+    public synchronized ITmfLocation<?> getCurrentLocation() {
+        return previousLocation;
+    }
+
+    /**
+     * Position the trace to the event at the given location.
+     * <p>
+     * NOTE : Seeking by location is very fast compare to seeking by position but is still slower than "ReadNext", avoid
+     * using it for small interval.
+     * 
+     * @param location
+     *            Location of the event in the trace. If no event available at this exact location, we will position
+     *            ourself to the next one.
+     * 
+     * @return The TmfContext that point to this event
+     * 
+     * @see org.eclipse.linuxtools.lttng.core.event.LttngLocation
+     * @see org.eclipse.linuxtools.tmf.core.trace.TmfContext
+     */
+    @Override
+    public synchronized TmfContext seekLocation(ITmfLocation<?> location) {
+
+        // // [lmcfrch]
+        // lastTime = 0;
+
+        if (PrintDebug) {
+            System.out.println("seekLocation(location) location -> " + location); //$NON-NLS-1$
+        }
+
+        // If the location in context is null, create a new one
+        LttngLocation curLocation = null;
+        if (location == null) {
+            curLocation = new LttngLocation();
+            TmfContext context = seekEvent(curLocation.getOperationTime());
+            context.setRank(ITmfContext.INITIAL_RANK);
+            return context;
+        } else {
+            curLocation = (LttngLocation) location;
+        }
+
+        // *** NOTE :
+        // Update to location should (and will) be done in SeekEvent.
+
+        // The only seek valid in LTTng is with the time, we call
+        // seekEvent(timestamp)
+        TmfContext context = seekEvent(curLocation.getOperationTime());
+
+        return context;
+    }
+
+    /**
+     * Position the trace to the event at the given time.
+     * <p>
+     * NOTE : Seeking by time is very fast compare to seeking by position but is still slower than "ReadNext", avoid
+     * using it for small interval.
+     * 
+     * @param timestamp
+     *            Time of the event in the trace. If no event available at this exact time, we will position ourself to
+     *            the next one.
+     * 
+     * @return The TmfContext that point to this event
+     * 
+     * @see org.eclipse.linuxtools.lttng.core.event.LttngLocation
+     * @see org.eclipse.linuxtools.tmf.core.trace.TmfContext
+     */
+    @Override
+    public synchronized TmfContext seekEvent(TmfTimestamp timestamp) {
+
+        if (PrintDebug) {
+            System.out.println("seekEvent(timestamp) timestamp -> " + timestamp); //$NON-NLS-1$
+        }
+
+        if (currentJniTrace == null) {
+            System.out.println("aie");
+        }
+        
+        // Call JNI to seek
+        currentJniTrace.seekToTime(new JniTime(timestamp.getValue()));
+
+        // Save the time at which we seeked
+        previousLocation.setOperationTime(timestamp.getValue());
+        // Set the operation marker as seek, to be able to detect we did "seek"
+        // this event
+        previousLocation.setLastOperationSeek();
+
+        LttngLocation curLocation = new LttngLocation(previousLocation);
+
+        return new TmfContext(curLocation);
+    }
+
+    /**
+     * Position the trace to the event at the given position (rank).
+     * <p>
+     * NOTE : Seeking by position is very slow in LTTng, consider seeking by timestamp.
+     * 
+     * @param position
+     *            Position (or rank) of the event in the trace, starting at 0.
+     * 
+     * @return The TmfContext that point to this event
+     * 
+     * @see org.eclipse.linuxtools.lttng.core.event.LttngLocation
+     * @see org.eclipse.linuxtools.tmf.core.trace.TmfContext
+     */
+    @Override
+    public synchronized TmfContext seekEvent(long position) {
+
+        if (PrintDebug) {
+            System.out.println("seekEvent(position) position -> " + position); //$NON-NLS-1$
+        }
+
+        TmfTimestamp timestamp = null;
+        long index = position / getCacheSize();
+
+        // Get the timestamp of the closest check point to the given position
+        if (fCheckpoints.size() > 0) {
+            if (index >= fCheckpoints.size()) {
+                index = fCheckpoints.size() - 1;
+            }
+            timestamp = fCheckpoints.elementAt((int) index).getTimestamp();
+        }
+        // If none, take the start time of the trace
+        else {
+            timestamp = getStartTime();
+        }
+
+        // Seek to the found time
+        TmfContext tmpContext = seekEvent(timestamp);
+        tmpContext.setRank((index + 1) * fIndexPageSize);
+        previousLocation = (LttngLocation) tmpContext.getLocation();
+
+        // Ajust the index of the event we found at this check point position
+        Long currentPosition = index * getCacheSize();
+
+        Long lastTimeValueRead = 0L;
+
+        // Get the event at current position. This won't move to the next one
+        JniEvent tmpJniEvent = currentJniTrace.findNextEvent();
+        // Now that we are positionned at the checkpoint,
+        // we need to "readNext" (Position - CheckpointPosition) times or until
+        // trace "run out"
+        while ((tmpJniEvent != null) && (currentPosition < position)) {
+            tmpJniEvent = currentJniTrace.readNextEvent();
+            currentPosition++;
+        }
+
+        // If we found our event, save its timestamp
+        if (tmpJniEvent != null) {
+            lastTimeValueRead = tmpJniEvent.getEventTime().getTime();
+        }
+
+        // Set the operation marker as seek, to be able to detect we did "seek"
+        // this event
+        previousLocation.setLastOperationSeek();
+        // Save read event time
+        previousLocation.setOperationTime(lastTimeValueRead);
+
+        // *** VERIFY ***
+        // Is that too paranoid?
+        //
+        // We don't trust what upper level could do with our internal location
+        // so we create a new one to return instead
+        LttngLocation curLocation = new LttngLocation(previousLocation);
+
+        return new TmfContext(curLocation);
+    }
+
+    @Override
+    public TmfContext seekLocation(double ratio) {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    @Override
+    public double getLocationRatio(ITmfLocation<?> location) {
+        // TODO Auto-generated method stub
+        return 0;
+    }
+
+    /**
+     * Return the event in the trace according to the given context. Read it if necessary.
+     * <p>
+     * Similar (same?) as ParseEvent except that calling GetNext twice read the next one the second time.
+     * 
+     * @param context
+     *            Current TmfContext where to get the event
+     * 
+     * @return The LttngEvent we read of null if no event are available
+     * 
+     * @see org.eclipse.linuxtools.lttng.core.event.LttngLocation
+     * @see org.eclipse.linuxtools.tmf.core.trace.TmfContext
+     */
+
+    public int nbEventsRead = 0;
+
+    @Override
+    public synchronized LttngEvent getNextEvent(TmfContext context) {
+
+        if (PrintDebug) {
+            System.out.println("getNextEvent(context) context.getLocation() -> " //$NON-NLS-1$
+                    + context.getLocation());
+        }
+
+        LttngEvent returnedEvent = null;
+        LttngLocation curLocation = null;
+
+        curLocation = (LttngLocation) context.getLocation();
+        // If the location in context is null, create a new one
+        if (curLocation == null) {
+            curLocation = getCurrentLocation(context);
+        }
+
+        // *** Positioning trick :
+        // GetNextEvent only read the trace if :
+        // 1- The last operation was NOT a ParseEvent --> A read is required
+        // OR
+        // 2- The time of the previous location is different from the current
+        // one --> A seek + a read is required
+        if ((!(curLocation.isLastOperationParse()))
+                || (previousLocation.getOperationTimeValue() != curLocation.getOperationTimeValue())) {
+            if (previousLocation.getOperationTimeValue() != curLocation.getOperationTimeValue()) {
+                if (PrintDebug) {
+                    System.out.println("\t\tSeeking in getNextEvent. [ LastTime : " //$NON-NLS-1$
+                            + previousLocation.getOperationTimeValue() + " CurrentTime" //$NON-NLS-1$
+                            + curLocation.getOperationTimeValue() + " ]"); //$NON-NLS-1$
+                }
+                seekEvent(curLocation.getOperationTime());
+            }
+            // Read the next event from the trace. The last one will NO LONGER
+            // BE VALID.
+            returnedEvent = readNextEvent(curLocation);
+
+        } else {
+            // No event was read, just return the one currently loaded (the last
+            // one we read)
+            returnedEvent = currentLttngEvent;
+
+            // *** IMPORTANT!
+            // Reset (erase) the operation marker to both location, to be able
+            // to detect we did NOT "read" this event
+            previousLocation.resetLocationState();
+            curLocation.resetLocationState();
+        }
+
+        // If we read an event, set it's time to the locations (both previous
+        // and current)
+        if (returnedEvent != null) {
+            setPreviousAndCurrentTimes(context, returnedEvent, curLocation);
+        }
+
+        return returnedEvent;
+    }
+
+    // this method was extracted for profiling purposes
+    private void setPreviousAndCurrentTimes(TmfContext context, LttngEvent returnedEvent, LttngLocation curLocation) {
+
+        TmfTimestamp eventTimestamp = returnedEvent.getTimestamp();
+        // long eventTime = eventTimestamp.getValue();
+        previousLocation.setOperationTime(eventTimestamp.getValue());
+        curLocation.setOperationTime(eventTimestamp.getValue());
+        updateIndex(context, context.getRank(), eventTimestamp);
+        context.updateRank(1);
+    }
+
+    protected void updateIndex(TmfContext context, long rank, TmfTimestamp timestamp) {
+
+        if (getStartTime().compareTo(timestamp, false) > 0)
+            setStartTime(timestamp);
+        if (getEndTime().compareTo(timestamp, false) < 0)
+            setEndTime(timestamp);
+        if (rank != ITmfContext.UNKNOWN_RANK) {
+            if (fNbEvents <= rank)
+                fNbEvents = rank + 1;
+            // Build the index as we go along
+            if ((rank % fIndexPageSize) == 0) {
+                // Determine the table position
+                long position = rank / fIndexPageSize;
+                // Add new entry at proper location (if empty)
+                if (fCheckpoints.size() == position) {
+                    addCheckPoint(context, timestamp);
+                }
+            }
+        }
+    }
+
+    private void addCheckPoint(TmfContext context, TmfTimestamp timestamp) {
+        ITmfLocation<?> location = context.getLocation().clone();
+        fCheckpoints.add(new TmfCheckpoint(timestamp.clone(), location));
+    }
+
+    // this method was extracted for profiling purposes
+    private LttngEvent readNextEvent(LttngLocation curLocation) {
+        LttngEvent returnedEvent;
+        // Read the next event from the trace. The last one will NO LONGER BE
+        // VALID.
+        returnedEvent = readEvent(curLocation);
+        nbEventsRead++;
+
+        // Set the operation marker as read to both location, to be able to
+        // detect we did "read" this event
+        previousLocation.setLastOperationReadNext();
+        curLocation.setLastOperationReadNext();
+        return returnedEvent;
+    }
+
+    // this method was extracted for profiling purposes
+    private LttngLocation getCurrentLocation(TmfContext context) {
+        LttngLocation curLocation;
+        curLocation = new LttngLocation();
+        context.setLocation(curLocation);
+        return curLocation;
+    }
+
+    /**
+     * Return the event in the trace according to the given context. Read it if necessary.
+     * <p>
+     * Similar (same?) as GetNextEvent except that calling ParseEvent twice will return the same event
+     * 
+     * @param context
+     *            Current TmfContext where to get the event
+     * 
+     * @return The LttngEvent we read of null if no event are available
+     * 
+     * @see org.eclipse.linuxtools.lttng.core.event.LttngLocation
+     * @see org.eclipse.linuxtools.tmf.core.trace.TmfContext
+     */
+    @Override
+    public synchronized LttngEvent parseEvent(TmfContext context) {
+
+        if (PrintDebug) {
+            System.out.println("parseEvent(context) context.getLocation() -> " //$NON-NLS-1$
+                    + context.getLocation());
+        }
+
+        LttngEvent returnedEvent = null;
+        LttngLocation curLocation = null;
+
+        // If the location in context is null, create a new one
+        if (context.getLocation() == null) {
+            curLocation = new LttngLocation();
+            context.setLocation(curLocation);
+        }
+        // Otherwise, we use the one in context; it should be a valid
+        // LttngLocation
+        else {
+            curLocation = (LttngLocation) context.getLocation();
+        }
+
+        // *** HACK ***
+        // TMF assumes it is possible to read (GetNextEvent) to the next Event
+        // once ParseEvent() is called
+        // In LTTNG, there is not difference between "Parsing" and "Reading" an
+        // event.
+        // So, before "Parsing" an event, we have to make sure we didn't "Read"
+        // it alreafy.
+        // Also, "Reading" invalidate the previous Event in LTTNG and seek back
+        // is very costly,
+        // so calling twice "Parse" will return the same event, giving a way to
+        // get the "Currently loaded" event
+
+        // *** Positionning trick :
+        // ParseEvent only read the trace if :
+        // 1- The last operation was NOT a ParseEvent or a GetNextEvent --> A
+        // read is required
+        // OR
+        // 2- The time of the previous location is different from the current
+        // one --> A seek + a read is required
+        if (((!(curLocation.isLastOperationParse())) && ((!(curLocation.isLastOperationReadNext()))))
+                || (previousLocation.getOperationTimeValue() != curLocation.getOperationTimeValue())) {
+            // Previous time != Current time : We need to reposition to the
+            // current time
+            if (previousLocation.getOperationTimeValue() != curLocation.getOperationTimeValue()) {
+                if (PrintDebug) {
+                    System.out.println("\t\tSeeking in getNextEvent. [ LastTime : " //$NON-NLS-1$
+                            + previousLocation.getOperationTimeValue() + " CurrentTime" //$NON-NLS-1$
+                            + curLocation.getOperationTimeValue() + " ]"); //$NON-NLS-1$
+                }
+                seekEvent(curLocation.getOperationTime());
+            }
+
+            // Read the next event from the trace. The last one will NO LONGER
+            // BE VALID.
+            returnedEvent = readEvent(curLocation);
+        } else {
+            // No event was read, just return the one currently loaded (the last
+            // one we read)
+            returnedEvent = currentLttngEvent;
+        }
+
+        // If we read an event, set it's time to the locations (both previous
+        // and current)
+        if (returnedEvent != null) {
+            previousLocation.setOperationTime((LttngTimestamp) returnedEvent.getTimestamp());
+            curLocation.setOperationTime((LttngTimestamp) returnedEvent.getTimestamp());
+        }
+
+        // Set the operation marker as parse to both location, to be able to
+        // detect we already "read" this event
+        previousLocation.setLastOperationParse();
+        curLocation.setLastOperationParse();
+
+        return returnedEvent;
+    }
+
+    /*
+     * Read the next event from the JNI and convert it as Lttng Event<p>
+     * 
+     * @param location Current LttngLocation that to be updated with the event timestamp
+     * 
+     * @return The LttngEvent we read of null if no event are available
+     * 
+     * @see org.eclipse.linuxtools.lttng.event.LttngLocation
+     * 
+     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniTrace
+     */
+    private synchronized LttngEvent readEvent(LttngLocation location) {
+        LttngEvent returnedEvent = null;
+        JniEvent tmpEvent = null;
+
+        // Read the next event from JNI. THIS WILL INVALIDATE THE CURRENT LTTNG
+        // EVENT.
+        tmpEvent = currentJniTrace.readNextEvent();
+
+        if (tmpEvent != null) {
+            // *** NOTE
+            // Convert will update the currentLttngEvent
+            returnedEvent = convertJniEventToTmf(tmpEvent);
+
+            location.setOperationTime((LttngTimestamp) returnedEvent.getTimestamp());
+        }
+        // *** NOTE
+        // If the read failed (likely the last event in the trace), set the
+        // LastReadTime to the JNI time
+        // That way, even if we try to read again, we will step over the bogus
+        // seek and read
+        else {
+            location.setOperationTime(getEndTime().getValue() + 1);
+        }
+
+        return returnedEvent;
+    }
+
+    /**
+     * Method to convert a JniEvent into a LttngEvent.
+     * <p>
+     * 
+     * Note : This method will call LttngEvent convertEventJniToTmf(JniEvent, boolean) with a default value for
+     * isParsingNeeded
+     * 
+     * @param newEvent
+     *            The JniEvent to convert into LttngEvent
+     * 
+     * @return The converted LttngEvent
+     * 
+     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniEvent
+     * @see org.eclipse.linuxtools.lttng.core.event.LttngEvent
+     */
+    public synchronized LttngEvent convertJniEventToTmf(JniEvent newEvent) {
+        currentLttngEvent = convertJniEventToTmf(newEvent, IS_PARSING_NEEDED_DEFAULT);
+
+        return currentLttngEvent;
+    }
+
+    /**
+     * Method to convert a JniEvent into a LttngEvent
+     * 
+     * @param jniEvent
+     *            The JniEvent to convert into LttngEvent
+     * @param isParsingNeeded
+     *            A boolean value telling if the event should be parsed or not.
+     * 
+     * @return The converted LttngEvent
+     * 
+     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniEvent
+     * @see org.eclipse.linuxtools.lttng.core.event.LttngEvent
+     */
+    public synchronized LttngEvent convertJniEventToTmf(JniEvent jniEvent, boolean isParsingNeeded) {
+
+        if (UniqueEvent) {
+
+            // ***
+            // UNHACKED : We can no longer do that because TCF need to maintain
+            // several events at once.
+            // This is very slow to do so in LTTng, this has to be temporary.
+            // *** HACK ***
+            // To save time here, we only set value instead of allocating new
+            // object
+            // This give an HUGE performance improvement
+            // all allocation done in the LttngTrace constructor
+            // ***
+            eventTimestamp.setValue(jniEvent.getEventTime().getTime());
+            eventSource.setSourceId(jniEvent.requestEventSource());
+
+            eventType = traceTypes.get(EventTypeKey.getEventTypeHash(jniEvent));
+
+            eventReference.setValue(jniEvent.getParentTracefile().getTracefilePath());
+            eventReference.setTracepath(this.getName());
+
+            eventContent.emptyContent();
+
+            currentLttngEvent.setType(eventType);
+            // Save the jni reference
+            currentLttngEvent.updateJniEventReference(jniEvent);
+
+            // Parse now if was asked
+            // Warning : THIS IS SLOW
+            if (isParsingNeeded) {
+                eventContent.getFields();
+            }
+
+            return currentLttngEvent;
+        } else {
+            return convertJniEventToTmfMultipleEventEvilFix(jniEvent, isParsingNeeded);
+        }
+
+    }
+
+    /**
+     * This method is a temporary fix to support multiple events at once in TMF This is expected to be slow and should
+     * be fixed in another way. See comment in convertJniEventToTmf();
+     * 
+     * @param jniEvent
+     *            The current JNI Event
+     * @return Current Lttng Event fully parsed
+     */
+    private synchronized LttngEvent convertJniEventToTmfMultipleEventEvilFix(JniEvent jniEvent, boolean isParsingNeeded) {
+        // *** HACK ***
+        // Below : the "fix" with all the new and the full-parse
+        // Allocating new memory is slow.
+        // Parsing every events is very slow.
+        eventTimestamp = new LttngTimestamp(jniEvent.getEventTime().getTime());
+        eventSource = new LttngEventSource(jniEvent.requestEventSource());
+        eventReference = new LttngEventReference(jniEvent.getParentTracefile().getTracefilePath(), this.getName());
+        eventType = new LttngEventType(traceTypes.get(EventTypeKey.getEventTypeHash(jniEvent)));
+        eventContent = new LttngEventContent(currentLttngEvent);
+        currentLttngEvent = new LttngEvent(this, eventTimestamp, eventSource, eventType, eventContent, eventReference,
+                null);
+
+        // The jni reference is no longer reliable but we will keep it anyhow
+        currentLttngEvent.updateJniEventReference(jniEvent);
+        // Ensure that the content is correctly set
+        eventContent.setEvent(currentLttngEvent);
+
+        // Parse the event if it was needed
+        // *** WARNING ***
+        // ONLY for testing, NOT parsing events with non-unique events WILL
+        // result in segfault in the JVM
+        if (isParsingNeeded) {
+            eventContent.getFields();
+        }
+
+        return currentLttngEvent;
+    }
+
+    /**
+     * Reference to the current LttngTrace we are reading from.
+     * <p>
+     * 
+     * Note : This bypass the framework and should not be use, except for testing!
+     * 
+     * @return Reference to the current LttngTrace
+     * 
+     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniTrace
+     */
+    public JniTrace getCurrentJniTrace() {
+        return currentJniTrace;
+    }
+
+    /**
+     * Return a reference to the current LttngEvent we have in memory.
+     * 
+     * @return The current (last read) LttngEvent
+     * 
+     * @see org.eclipse.linuxtools.lttng.core.event.LttngEvent
+     */
+    public synchronized LttngEvent getCurrentEvent() {
+        return currentLttngEvent;
+    }
+
+    /**
+     * Get the major version number for the current trace
+     * 
+     * @return Version major or -1 if unknown
+     * 
+     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniTrace
+     * 
+     */
+    public short getVersionMajor() {
+        if (currentJniTrace != null) {
+            return currentJniTrace.getLttMajorVersion();
+        } else {
+            return -1;
+        }
+    }
+
+    /**
+     * Get the minor version number for the current trace
+     * 
+     * @return Version minor or -1 if unknown
+     * 
+     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniTrace
+     * 
+     */
+    public short getVersionMinor() {
+        if (currentJniTrace != null) {
+            return currentJniTrace.getLttMinorVersion();
+        } else {
+            return -1;
+        }
+    }
+
+    /**
+     * Get the number of CPU for this trace
+     * 
+     * @return Number of CPU or -1 if unknown
+     * 
+     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniTrace
+     * 
+     */
+    public int getCpuNumber() {
+        if (currentJniTrace != null) {
+            return currentJniTrace.getCpuNumber();
+        } else {
+            return -1;
+        }
+    }
+
+    /**
+     * Print the content of the checkpoint vector.
+     * <p>
+     * 
+     * This is intended for debug purpose only.
+     */
+    public void printCheckpointsVector() {
+        System.out.println("StartTime : " //$NON-NLS-1$
+                + getTimeRange().getStartTime().getValue());
+        System.out.println("EndTime   : " //$NON-NLS-1$
+                + getTimeRange().getEndTime().getValue());
+
+        for (int pos = 0; pos < fCheckpoints.size(); pos++) {
+            System.out.print(pos + ": " + "\t"); //$NON-NLS-1$ //$NON-NLS-2$
+            System.out.print(fCheckpoints.get(pos).getTimestamp() + "\t"); //$NON-NLS-1$
+            System.out.println(fCheckpoints.get(pos).getLocation());
+        }
+    }
+
+    @Override
+    public synchronized void dispose() {
+        if (currentJniTrace != null)
+            currentJniTrace.closeTrace();
+        super.dispose();
+    }
+
+    /**
+     * Return a String identifying this trace.
+     * 
+     * @return String that identify this trace
+     */
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        String returnedData = "";
+
+        returnedData += "Path :" + getPath() + " ";
+        returnedData += "Trace:" + currentJniTrace + " ";
+        returnedData += "Event:" + currentLttngEvent;
+
+        return returnedData;
+    }
+
+}
+
+/*
+ * EventTypeKey inner class
+ * 
+ * This class is used to make the process of generating the HashMap key more transparent and so less error prone to use
+ */
+final class EventTypeKey {
+    // *** WARNING ***
+    // These two getEventTypeKey() functions should ALWAYS construct the key the
+    // same ways!
+    // Otherwise, every type search will fail!
+
+    // added final to encourage inlining.
+
+    // generating a hash code by hand to avoid a string creation
+    final static public int getEventTypeHash(LttngEventType newEventType) {
+        return generateHash(newEventType.getTracefileName(), newEventType.getCpuId(), newEventType.getMarkerName());
+    }
+
+    final private static int generateHash(String traceFileName, long cpuNumber, String markerName) {
+        // 0x1337 is a prime number. The number of CPUs is always under 8192 on
+        // the current kernel, so this will work with the current linux kernel.
+        int cpuHash = (int) (cpuNumber * (0x1337));
+        return traceFileName.hashCode() ^ (cpuHash) ^ markerName.hashCode();
+    }
+
+    // generating a hash code by hand to avoid a string creation
+    final static public int getEventTypeHash(JniEvent newEvent) {
+        return generateHash(newEvent.getParentTracefile().getTracefileName(), newEvent.getParentTracefile()
+                .getCpuNumber(), newEvent.requestEventMarker().getName());
+    }
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/trace/LTTngTraceVersion.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/trace/LTTngTraceVersion.java
new file mode 100644 (file)
index 0000000..7143761
--- /dev/null
@@ -0,0 +1,165 @@
+package org.eclipse.linuxtools.lttng.core.trace;
+/*******************************************************************************
+ * Copyright (c) 2009, 2011 Ericsson, MontaVista Software
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   William Bourque (wbourque@gmail.com) - Initial API and implementation
+ *   Yufen Kuo       (ykuo@mvista.com) - add support to allow user specify trace library path
+ *******************************************************************************/
+
+import org.eclipse.linuxtools.lttng.core.exceptions.LttngException;
+import org.eclipse.linuxtools.lttng.jni.exception.JniTraceVersionException;
+import org.eclipse.linuxtools.lttng.jni.factory.JniTraceVersion;
+
+/**
+ * <b><u>LTTngTraceVersion</u></b><p>
+ * 
+ * This class is responsible of handling the version number of a trace.<p>
+ * It will return the correct version number and validity information of a trace given its path.<br>
+ * 
+ */
+public class LTTngTraceVersion {
+       
+       private String tracepath = null;
+       private String traceLibPath = null;
+       
+       private JniTraceVersion traceVersion = new JniTraceVersion();
+       
+       /*
+        * Default constructor is forbidden
+        */
+       @SuppressWarnings("unused")
+       private LTTngTraceVersion() {
+               // Default constructor forbidden
+       }
+       
+       /**
+        * Default constructor, takes a tracepath as parameter. 
+        * 
+        * @param newPath                       (Valid) path to a LTTng trace <b>directory</b>. 
+        * @param newLibPath            (Valid) path to a LTTng trace library<b>directory</b>. 
+        * @throws LttngException       Throwed if something go wrong (bad tracepath or the C library could not be loaded).
+        */
+       public LTTngTraceVersion(String newPath, String newLibPath) throws LttngException {
+               tracepath = newPath;
+               traceLibPath = newLibPath;
+               // Fill the new traceversion object
+               fillJniTraceVersion(tracepath, newLibPath);
+       }
+       
+       /*
+        * Fill (load version numbers) into the JniTraceVersion object.<p>
+        * This need to be done each time the tracepath is changed.  
+        * 
+        * @param newTracepath          (Valid) path to a LTTng trace <b>directory</b>. 
+        * @param newTraceLibPath       (Valid) path to a LTTng trace library<b>directory</b>. 
+        * 
+        * @throws LttngException       If something go wrong (bad tracepath or the C library could not be loaded).
+        * 
+        * @see org.eclipse.linuxtools.lttng.jni.factory.JniTraceVersion
+        */
+       private void fillJniTraceVersion(String newTracepath, String newTraceLibPath) throws LttngException {
+               try {
+                       traceVersion.readVersionFromTrace(newTracepath, newTraceLibPath);
+               }
+               catch (JniTraceVersionException e) {
+                       throw new LttngException( e.toString() );
+               }
+       }
+       
+       /**
+        * Get for the full version number as String
+        * 
+        * @return version number as String
+        */
+       public String getTraceVersionString() {
+               return traceVersion.getVersionAsString();
+       }
+       
+       /**
+        * Get for the major version number
+        * 
+        * @return major version number as int
+        */
+       public int getTraceMinorVersion() {
+               return traceVersion.getMinor();
+       }
+       
+       /**
+        * Get for the minor version number
+        * 
+        * @return minor version number as int
+        */
+       public int getTraceMajorVersion() {
+               return traceVersion.getMajor();
+       }
+       
+       /**
+        * Get for the full version number as float
+        * 
+        * @return version number as float
+        */
+       public float getTraceFloatVersion() {
+               return traceVersion.getVersionAsFloat();
+       }
+       
+       /**
+        * Verify is the currently loaded path was a valid LTTng tracepath.<p>
+        * 
+        * Internally, the version number will be checked, any number <= 0 is expected to be wrong.
+        * 
+        * @return      A boolean saying if the tracepath appears to be valid or not.
+        */
+       public boolean isValidLttngTrace() {
+               if ( traceVersion.getVersionAsFloat() > 0 ) {
+                       return true;
+               }
+               else {
+                       return false;
+               }
+       }
+       
+       /**
+        * Get for the currently loaded tracepath
+        * 
+        * @return      the tracepath currently in use
+        */
+       public String getTracepath() {
+               return tracepath;
+       }
+       
+       /**
+        * Set a new tracepath<p>
+        * 
+        * Note : Setting this will load the new version information into memory.<br>
+        * Errors will be catched but a warning will be printed if something go wrong.
+        * 
+        * @param newTracepath  The new tracepath to set.
+        * @param newLibPath    The new trace library path to set.
+        */
+       public void setTracepath(String newTracepath, String newLibPath) {
+               try {
+                       fillJniTraceVersion(newTracepath, newLibPath);
+                       tracepath = newTracepath;
+                       traceLibPath = newLibPath;
+               }
+               catch (LttngException e) {
+                       System.out.println("Could not get the trace version from the given path." + //$NON-NLS-1$
+                                                          "Please check that the given path is a valid LTTng trace. (getTracepath)"); //$NON-NLS-1$
+               }
+       }
+       
+       @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+               return "LTTngTraceVersion : [" + getTraceFloatVersion() + "]";
+       }
+       public String getTraceLibPath() {
+               return traceLibPath;
+       }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/Messages.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/Messages.java
new file mode 100644 (file)
index 0000000..fd456a7
--- /dev/null
@@ -0,0 +1,41 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Bernd Hufmann - Initial API and implementation
+ *   
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tracecontrol;
+
+import org.eclipse.osgi.util.NLS;
+
+public class Messages extends NLS {
+    private static final String BUNDLE_NAME = "org.eclipse.linuxtools.lttng.tracecontrol.messages"; //$NON-NLS-1$
+    
+    // Trace resource properties
+    public static String Ltt_Trace_Property_TracePathName;
+    public static String Ltt_Trace_Property_TracePathDescription;
+    public static String Ltt_Trace_Property_NumberOfChannelsName;
+    public static String Ltt_Trace_Property_NumberOfChannelsDescr;
+    public static String Ltt_Trace_Property_FlighRecorderModeName;
+    public static String Ltt_Trace_Property_FlighRecorderModeDesc;
+    public static String Ltt_Trace_Property_NormalModeName;
+    public static String Ltt_Trace_Property_NormalModeDesc;
+    public static String Ltt_Trace_Property_NetworkTraceName;
+    public static String Ltt_Trace_Property_NetWorkTraceDescr;
+    public static String Ltt_Trace_Property_TraceTransportName;
+    public static String Ltt_Trace_Property_TraceTransportDesc;
+    
+    static {
+        // initialize resource bundle
+        NLS.initializeMessages(BUNDLE_NAME, Messages.class);
+    }
+
+    private Messages() {
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/messages.properties b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/messages.properties
new file mode 100644 (file)
index 0000000..4328aaf
--- /dev/null
@@ -0,0 +1,13 @@
+#Trace resource properties
+Ltt_Trace_Property_TracePathName=Trace path
+Ltt_Trace_Property_TracePathDescription=Location of trace
+Ltt_Trace_Property_NumberOfChannelsName=Number of channels
+Ltt_Trace_Property_NumberOfChannelsDescr=Number of trace channels
+Ltt_Trace_Property_FlighRecorderModeName=Flight recorder mode
+Ltt_Trace_Property_FlighRecorderModeDesc=Flight recorder mode (true or false)
+Ltt_Trace_Property_NormalModeName=Normal mode
+Ltt_Trace_Property_NormalModeDesc=Normal mode only (true or false)
+Ltt_Trace_Property_NetworkTraceName=Network trace
+Ltt_Trace_Property_NetWorkTraceDescr=Network trace (true or false)
+Ltt_Trace_Property_TraceTransportName=Trace transport
+Ltt_Trace_Property_TraceTransportDesc=Type of trace transport
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/ProviderResource.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/ProviderResource.java
new file mode 100644 (file)
index 0000000..8ad3c41
--- /dev/null
@@ -0,0 +1,149 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Polytechnique Montréal - Initial API and implementation
+ *   Bernd Hufmann - Productification, enhancements and fixes
+ *   
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tracecontrol.model;
+
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.List;
+
+import org.eclipse.linuxtools.lttng.core.LttngConstants;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TargetResource;
+import org.eclipse.rse.core.subsystems.AbstractResource;
+import org.eclipse.rse.core.subsystems.ISubSystem;
+
+/**
+ * <b><u>ProviderResource</u></b>
+ * <p>
+ * This models a remote resource representing a provider defined on a particular system.
+ * </p>
+ */
+public class ProviderResource extends AbstractResource {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+    private String fName;
+    private TargetResource[] fTargets;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+    /**
+     * Default constructor
+     */
+    public ProviderResource() {
+        super();
+    }
+
+    /**
+     * Constructor for ProviderResource when given a parent subsystem.
+     */
+    public ProviderResource(ISubSystem parentSubSystem) {
+        super(parentSubSystem);
+    }
+
+    // ------------------------------------------------------------------------
+    // Operations
+    // ------------------------------------------------------------------------
+    /**
+     * Returns the name of the provider resource.
+     * 
+     * @return String
+     */
+    public String getName() {
+        return fName;
+    }
+
+    /**
+     * Sets the name of the provider resource.
+     * 
+     * @param name The fName to set
+     */
+    public void setName(String name) {
+        fName = name;
+    }
+
+    /**
+     * Returns the targets (children).
+     * 
+     * @return TargetResource[]
+     */
+    public TargetResource[] getTargets() {
+       Arrays.sort(fTargets);
+        return fTargets;
+    }
+
+    /**
+     * Returns whether the provider is for UST or kernel traces. 
+     * 
+     * @return true if UST, false for kernel 
+     */
+    public boolean isUst() {
+        return fName.equals(LttngConstants.Lttng_Provider_Ust);        
+    }
+    
+    /**
+     * Sets the targets (children).
+     * 
+     * @param newTargets The new targets to set
+     */
+    public void setTargets(TargetResource[] newTargets) {
+        fTargets = newTargets;
+    }
+
+    /**
+     * Removes all targets (children).
+     */
+    public void removeAllTargets() {
+        for (int i = 0; i < fTargets.length; i++) {
+            fTargets[i].removeAllTraces();
+        }
+        fTargets = null;
+    }
+
+    /**
+     * Refreshes provider with other targets list. If target already exists in this
+     * provider, reuse the target from this provider and don't override.   
+     * 
+     * @param otherTargets
+     */
+    public void refreshTargets(TargetResource[] otherTargets) {
+        List<TargetResource>  newTargets = new ArrayList<TargetResource>();
+        for (int i = 0; i < otherTargets.length; i++) {
+            boolean added = false;
+            for (int j = 0; j < fTargets.length; j++) {
+                if (otherTargets[i].equals(fTargets[j])) {
+                    newTargets.add(fTargets[j]);
+                    fTargets[j].refreshTraces(otherTargets[i].getTraces());
+                    added = true;
+                    break;
+                }
+            }
+            if (!added) {
+                newTargets.add(otherTargets[i]);
+            }
+        }
+        fTargets = newTargets.toArray(new TargetResource[0]);
+    }
+    
+    /*
+     * (non-Javadoc)
+     * @see java.lang.Object#toString()
+     */
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        return "[ProviderResource (" + fName + ")]";
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/TargetResource.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/TargetResource.java
new file mode 100644 (file)
index 0000000..fd1b5d2
--- /dev/null
@@ -0,0 +1,255 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Polytechnique Montréal - Initial API and implementation
+ *   Bernd Hufmann - Productification, enhancements and fixes
+ *   
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tracecontrol.model;
+
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.List;
+
+import org.eclipse.linuxtools.lttng.core.LttngConstants;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.ProviderResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TargetResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;
+import org.eclipse.rse.core.subsystems.AbstractResource;
+import org.eclipse.rse.core.subsystems.ISubSystem;
+
+/**
+ * <b><u>TargetResource</u></b>
+ * <p>
+ * This models a remote resource representing a target defined on a particular system.
+ * </p>
+ */
+public class TargetResource extends AbstractResource implements Comparable<TargetResource> {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+    private String fName;
+    private List<TraceResource> fTraces;
+    private ProviderResource fParent;
+    private String fCanCreateNewTrace;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+    /**
+     * Constructor for TargetResource when given fParent subsystem.
+     */
+    public TargetResource(ISubSystem parentSubSystem) {
+        super(parentSubSystem);
+        fCanCreateNewTrace = LttngConstants.Rse_Resource_Action_Enabled;
+        fTraces = new ArrayList<TraceResource>();
+    }
+
+    // ------------------------------------------------------------------------
+    // Operations
+    // ------------------------------------------------------------------------
+    /**
+     * Returns the name of the target resource.
+     * 
+     * @return String
+     */
+    public String getName() {
+        return fName;
+    }
+
+    /**
+     * Sets the name of the target resource.
+     * 
+     * @param fName The fName to set
+     */
+    public void setName(String name) {
+        fName = name;
+    }
+
+    /**
+     * Sets the traces (children).
+     * 
+     * @param newTraces The new traces to set
+     */
+    public void setTraces(TraceResource[] newTraces) {
+        fTraces.clear();
+        fTraces.addAll(Arrays.asList(newTraces));
+    }
+
+    /**
+     * Gets the traces (children).
+     * 
+     * @return traces (children)
+     */
+    public TraceResource[] getTraces() {
+       TraceResource[] traces = fTraces.toArray(new TraceResource[0]);
+       Arrays.sort(traces);
+        return traces;
+    }
+
+    /**
+     * Gets the trace for a given name.
+     * 
+     * @param name The name of trace to search for.
+     * @return trace if exists else null
+     */
+    public TraceResource getTrace(String name) {
+        for (TraceResource trace : fTraces) {
+            if (trace.getName().equals(name)) {
+                return trace;
+            }
+        }
+        return null;
+    }
+    
+    /**
+     * Adds a new trace (child) to the existing list of traces.
+     * 
+     * @param trace The new trace to add.
+     */
+    public void addTrace(TraceResource trace) {
+        fTraces.add(trace);
+    }
+
+    /**
+     * Removes a new trace (child) from the existing list of traces.
+     * 
+     * @param trace The new trace to add.
+     */
+    public void removeTrace(TraceResource trace) {
+        fTraces.remove(trace);
+    }
+    
+    /**
+     * Removes all traces (children).
+     */
+    public void removeAllTraces() {
+        fTraces.clear();
+    }
+
+    /**
+     * Refreshes target with other traces list. If trace already exists in this
+     * target, reuse the trace from this target and don't override.   
+     * 
+     * @param otherTargets
+     */
+    public void refreshTraces(TraceResource[] otherTraces) {
+        List<TraceResource>  newTraces = new ArrayList<TraceResource>();
+        for (int i = 0; i < otherTraces.length; i++) {
+            boolean added = false;
+            for (TraceResource trace : fTraces) {
+                if (otherTraces[i].equals(trace)) {
+                    newTraces.add(trace);
+                    added = true;
+                    break;
+                }
+            }
+            if (!added) {
+                newTraces.add(otherTraces[i]);
+            }
+        }
+        fTraces = newTraces;
+    }
+
+    /**
+     * Returns the parent provider resource.
+     * 
+     * @return parent provider resource
+     */
+    public ProviderResource getParent() {
+        return fParent;
+    }
+
+    /**
+     * Sets the parent provider resource.
+     * @param provider
+     */
+    public void setParent(ProviderResource provider) {
+        fParent = provider;
+    }
+
+    /**
+     * Returns whether the target is for UST or kernel traces. 
+     * 
+     * @return true if UST, false for kernel 
+     */
+    public boolean isUst() {
+        return fParent.isUst();
+    }
+    
+    /**
+     * Gets property whether target can create new trace or not 
+     * @return fCanCreateNewTrace
+     */
+    public String getCanCreateNewTrace() {
+        return fCanCreateNewTrace;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.lang.Object#equals(java.lang.Object)
+     */
+    @Override
+    public boolean equals(Object other) {
+
+        if (this == other) {
+            return true;
+        }
+
+        // We only check the name because the target name has to be unique
+        if (other instanceof TargetResource) {
+            TargetResource otherTarget = (TargetResource) other;
+            
+            if ((fName == null) && (otherTarget.fName == null)) {
+                return false;
+            }
+            else if ((fName == null) && (otherTarget.fName != null)) {
+                return false;
+            } 
+            else if ((fName != null) && (otherTarget.fName == null)) {
+                return false;
+            }
+            else {
+                return fName.equals(otherTarget.fName);
+            }
+        }
+        return false;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.lang.Object#hashCode()
+     */
+    @Override 
+    public int hashCode() {
+        // We only use the name because the target name has to be unique
+        return fName.hashCode();
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.lang.Comparable#compareTo(java.lang.Object)
+     */
+    @Override
+    public int compareTo(TargetResource o) {
+        // We only check the name because the trace name has to be unique
+        return fName.toLowerCase().compareTo(o.fName.toLowerCase());
+    }
+    
+    /*
+     * (non-Javadoc)
+     * @see java.lang.Object#toString()
+     */
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        return "[TargetResource (" + fName + ")]";
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/TraceResource.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/TraceResource.java
new file mode 100644 (file)
index 0000000..79fa799
--- /dev/null
@@ -0,0 +1,497 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Polytechnique Montréal - Initial API and implementation
+ *   Bernd Hufmann - Productification, enhancements and fixes
+ *   
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tracecontrol.model;
+
+import java.util.HashMap;
+import java.util.Map;
+import java.util.concurrent.TimeUnit;
+
+import org.eclipse.linuxtools.lttng.core.tracecontrol.Messages;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceConfig;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.service.ILttControllerService;
+import org.eclipse.rse.core.subsystems.AbstractResource;
+import org.eclipse.rse.core.subsystems.ISubSystem;
+import org.eclipse.tm.tcf.protocol.IToken;
+import org.eclipse.tm.tcf.util.TCFTask;
+
+/**
+ * <b><u>ProviderResource</u></b>
+ * <p>
+ * This models a remote resource representing a trace defined on a particular system.
+ * </p>
+ */
+public class TraceResource extends AbstractResource implements Comparable<TraceResource> {
+
+    
+    public static enum TraceState { CREATED, CONFIGURED, STARTED, PAUSED, STOPPED };
+    
+    public static final String Ltt_Trace_Property_TracePath = "trace_path"; //$NON-NLS-1$
+    public static final String Ltt_Trace_Property_TraceNumberOfChannels = "num_threads"; //$NON-NLS-1$
+    public static final String Ltt_Trace_Property_FlightRecorderMode = "flight_only"; //$NON-NLS-1$
+    public static final String Ltt_Trace_Property_NormalMode = "normal_only"; //$NON-NLS-1$
+    public static final String Ltt_Trace_Property_NetworkTrace = "isNetwork"; //$NON-NLS-1$
+    public static final String Ltt_Trace_Property_TraceTransport = "transport"; //$NON-NLS-1$
+    
+    public static final int DEFAULT_TCF_TASK_TIMEOUT = 10;
+
+    private static final Map<String, PropertyInfo> fPropertyInfo = new HashMap<String, PropertyInfo>();
+    
+    static {
+        fPropertyInfo.put(Ltt_Trace_Property_TracePath, new PropertyInfo(Messages.Ltt_Trace_Property_TracePathName, Messages.Ltt_Trace_Property_TracePathDescription));
+        fPropertyInfo.put(Ltt_Trace_Property_TraceNumberOfChannels, new PropertyInfo(Messages.Ltt_Trace_Property_NumberOfChannelsName, Messages.Ltt_Trace_Property_NumberOfChannelsDescr));
+        fPropertyInfo.put(Ltt_Trace_Property_FlightRecorderMode, new PropertyInfo(Messages.Ltt_Trace_Property_FlighRecorderModeName, Messages.Ltt_Trace_Property_FlighRecorderModeDesc));
+        fPropertyInfo.put(Ltt_Trace_Property_NormalMode, new PropertyInfo(Messages.Ltt_Trace_Property_NormalModeName, Messages.Ltt_Trace_Property_NormalModeDesc));
+        fPropertyInfo.put(Ltt_Trace_Property_NetworkTrace, new PropertyInfo(Messages.Ltt_Trace_Property_NetworkTraceName, Messages.Ltt_Trace_Property_NetWorkTraceDescr));
+        fPropertyInfo.put(Ltt_Trace_Property_TraceTransport, new PropertyInfo(Messages.Ltt_Trace_Property_TraceTransportName, Messages.Ltt_Trace_Property_TraceTransportDesc));
+    }
+
+    public static class PropertyInfo {
+        private final String name;
+        private final String description;
+        PropertyInfo(String name, String description) {
+            this.name = name;
+            this.description = description;
+        }
+        public String getName() {
+            return name;
+        }
+        public String getDescription() {
+            return description;
+        }
+    }
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+    
+    private String fName;
+    private String fId;
+    private TargetResource fParent;
+    private TraceState fTraceState;
+    private TraceConfig fTraceConfig;
+    private ILttControllerService fService;
+    
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+    /**
+     * Constructor for TraceResource when given fParent subsystem.
+     */
+    public TraceResource(ISubSystem parentSubSystem, ILttControllerService service) {
+        super(parentSubSystem);
+        fService = service;
+    }
+    
+    // ------------------------------------------------------------------------
+    // Operations
+    // ------------------------------------------------------------------------
+
+    /**
+     * Returns the trace state.
+     */
+    public TraceState getTraceState() {
+       return fTraceState;
+    }
+    
+    /**
+     * Sets the trace state.
+     * 
+     * @param traceState The new state.
+     */
+    public void setTraceState(TraceState traceState) {
+       fTraceState = traceState;
+    }
+
+    /**
+     * Returns the trace configuration for this trace.
+     * 
+     * @return traceConfig
+     */
+    public TraceConfig getTraceConfig() {
+       return fTraceConfig;
+    }
+
+    /**
+     * Sets the trace configuration for this trace.
+     * 
+     * @param traceConfig
+     */
+    public void setTraceConfig(TraceConfig traceConfig) {
+       fTraceConfig = traceConfig;
+    }
+    
+    /**
+     * Returns the name of the trace resource.
+     * 
+     * @return String
+     */
+    public String getName() {
+        return fName;
+    }
+
+    /**
+     * Sets the name of the trace resource.
+     * 
+     * @param fName The fName to set
+     */
+    public void setName(String name) {
+        fName = name;
+    }
+
+    /**
+     * Returns the ID of the trace resource.
+     * 
+     * @return String
+     */
+    public String getId() {
+        return fId;
+    }
+
+    /**
+     * Sets the ID of the trace resource.
+     * 
+     * @param fId The fId to set
+     */
+    public void setId(String id) {
+        fId = id;
+    }
+
+    /**
+     * Returns the parent target resource.
+     * @return
+     */
+    public TargetResource getParent() {
+        return fParent;
+    }
+
+    /**
+     * Sets the parent target resource.
+     * 
+     * @param target
+     */
+    public void setParent(TargetResource target) {
+        fParent = target;
+    }
+    
+    /**
+     * Returns the property information for this trace.
+     * 
+     * @return the value
+     */
+    public Map<String,PropertyInfo> getPropertyInfo() {
+        return fPropertyInfo;
+    }
+
+    /**
+     * Gets the property information for a given property name. 
+     *  
+     * @param property the property to get
+     * 
+     * @return the value
+     */
+    public String getProperty(String property) {
+        if ((fTraceConfig != null) && (fPropertyInfo.containsKey(property))) {
+            if (Ltt_Trace_Property_TracePath.equals(property)) {
+                return fTraceConfig.getTracePath();
+            }
+            else if (Ltt_Trace_Property_TraceNumberOfChannels.equals(property)) {
+                return String.valueOf(fTraceConfig.getNumChannel());
+            }
+            else if (Ltt_Trace_Property_FlightRecorderMode.equals(property)) {
+                return String.valueOf(fTraceConfig.getMode() == TraceConfig.FLIGHT_RECORDER_MODE);
+            }
+            else if (Ltt_Trace_Property_NormalMode.equals(property)) {
+                return String.valueOf(fTraceConfig.getMode() == TraceConfig.NORMAL_MODE);
+            }
+            else if (Ltt_Trace_Property_NetworkTrace.equals(property)) {
+                return String.valueOf(fTraceConfig.isNetworkTrace());
+            }
+            else if (Ltt_Trace_Property_TraceTransport.equals(property)) {
+                return String.valueOf(fTraceConfig.getTraceTransport());
+            }
+        }
+        return ""; //$NON-NLS-1$
+    }
+    
+    /**
+     * @return true if the trace is a network trace and has been already started.
+     */
+    public boolean isNetworkTraceAndStarted () {
+        // for network traces, if trace path is available and if state is started
+        return (fTraceConfig != null) && fTraceConfig.isNetworkTrace() && 
+               !(TraceConfig.InvalidTracePath.equals(fTraceConfig.getTracePath())) &&
+               (fTraceState == TraceState.STARTED);
+    }
+    
+    /**
+     * Returns whether the trace is a UST or kernel trace. 
+     * 
+     * @return true if UST, false for kernel 
+     */
+    public boolean isUst() {
+        return fParent.isUst(); 
+    }
+    
+    /*
+     * (non-Javadoc)
+     * @see java.lang.Object#equals(java.lang.Object)
+     */
+    @Override
+    public boolean equals(Object other) {
+        
+        if (this == other) {
+            return true;
+        }
+
+        // We only check the name because the trace name has to be unique
+        if (other instanceof TraceResource) {
+            TraceResource otherTrace = (TraceResource) other;
+
+            if ((fName == null) && (otherTrace.fName == null)) {
+                return false;
+            } else if ((fName == null) && (otherTrace.fName != null)) {
+                return false;
+            }
+            else if ((fName != null) && (otherTrace.fName == null)) {
+                return false;
+            }
+            else {
+                return fName.equals(otherTrace.fName);    
+            }
+        }
+        return false;        
+    }
+    
+    /*
+     * (non-Javadoc)
+     * @see java.lang.Object#hashCode()
+     */
+    @Override 
+    public int hashCode() {
+        // We only use the name because the trace name has to be unique
+        return fName.hashCode();
+    }
+    
+    /*
+     * (non-Javadoc)
+     * @see java.lang.Comparable#compareTo(java.lang.Object)
+     */
+    @Override
+    public int compareTo(TraceResource o) {
+        // We only check the name because the trace name has to be unique
+        return fName.toLowerCase().compareTo(o.fName.toLowerCase());
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.lang.Object#toString()
+     */
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        return "[TraceResource (" + fName + ")]";
+    }
+
+    /*
+     * Setup trace on the remote system. 
+     */
+    public void setupTrace() throws Exception {
+        // Create future task
+        new TCFTask<Boolean>() {
+            @Override
+            public void run() {
+
+                // Setup trace using Lttng controller service proxy
+                fService.setupTrace(fParent.getParent().getName(),
+                        fParent.getName(), 
+                        fName, 
+                        new ILttControllerService.DoneSetupTrace() {
+
+                    @Override
+                    public void doneSetupTrace(IToken token, Exception error, Object str) {
+                        if (error != null) {
+                            // Notify with error
+                            error(error);
+                            return;
+                        }
+
+                        // Notify about success
+                        done(Boolean.valueOf(true));
+                    }
+                });
+            }}.get(DEFAULT_TCF_TASK_TIMEOUT, TimeUnit.SECONDS);
+    }
+
+    /*
+     * Enable or disable a channel on the remote system. 
+     */
+    public void setChannelEnable(final String channelName, final boolean enabled) throws Exception {
+        // Create future task
+        new TCFTask<Boolean>() {
+            @Override
+            public void run() {
+
+                // Set marker enable using Lttng controller service proxy
+                fService.setChannelEnable(fParent.getParent().getName(),
+                        fParent.getName(), 
+                        fName, 
+                        channelName, 
+                        enabled,  
+                        new ILttControllerService.DoneSetChannelEnable() {
+
+                    @Override
+                    public void doneSetChannelEnable(IToken token, Exception error, Object str) {
+                        if (error != null) {
+                            // Notify with error
+                            error(error);
+                            return;
+                        }
+
+                        // Notify about success
+                        done(Boolean.valueOf(true));
+                    }
+                });
+            }}.get(DEFAULT_TCF_TASK_TIMEOUT, TimeUnit.SECONDS);
+    }
+
+    /*
+     * Set channel overwrite on the remote system. 
+     */
+    public void setChannelOverwrite(final String channelName, final boolean overwrite) throws Exception {
+        // Create future task
+       new TCFTask<Boolean>() {
+            @Override
+            public void run() {
+
+                // Set marker overwrite using Lttng controller service proxy
+                fService.setChannelOverwrite(fParent.getParent().getName(),
+                        fParent.getName(), 
+                        fName, 
+                        channelName, 
+                        overwrite,  
+                        new ILttControllerService.DoneSetChannelOverwrite() {
+
+                    @Override
+                    public void doneSetChannelOverwrite(IToken token, Exception error, Object str) {
+                        if (error != null) {
+                            // Notify with error
+                            error(error);
+                            return;
+                        }
+
+                        // Notify about success
+                        done(Boolean.valueOf(true));
+                    }
+                });
+            }}.get(DEFAULT_TCF_TASK_TIMEOUT, TimeUnit.SECONDS);
+    }
+
+    /*
+     * Set channel timer on the remote system. 
+     */
+    public void setChannelTimer(final String channelName, final long timer) throws Exception {
+        // Create future task
+       new TCFTask<Boolean>() {
+            @Override
+            public void run() {
+
+                // Set marker switch_timer using Lttng controller service proxy
+                fService.setChannelTimer(fParent.getParent().getName(),
+                        fParent.getName(), 
+                        fName, 
+                        channelName, 
+                        timer,  
+                        new ILttControllerService.DoneSetChannelTimer() {
+
+                    @Override
+                    public void doneSetChannelTimer(IToken token, Exception error, Object str) {
+                        if (error != null) {
+                            // Notify with error
+                            error(error);
+                            return;
+                        }
+
+                        // Notify about success
+                        done(Boolean.valueOf(true));
+                    }
+                });
+            }}.get(DEFAULT_TCF_TASK_TIMEOUT, TimeUnit.SECONDS);
+    }
+
+    /*
+     * Setup the size of the sub-buffer on the remote system.
+     */
+    public void setChannelSubbufNum(final String channelName, final long subbufNum) throws Exception {
+        // Create future task
+        new TCFTask<Boolean>() {
+            @Override
+            public void run() {
+
+                // Set marker enable using Lttng controller service proxy
+                fService.setChannelSubbufNum(fParent.getParent().getName(),
+                        fParent.getName(),
+                        fName,
+                        channelName,
+                        subbufNum,
+                        new ILttControllerService.DoneSetChannelSubbufNum() {
+
+                    @Override
+                    public void doneSetChannelSubbufNum(IToken token, Exception error, Object str) {
+                        if (error != null) {
+                            // Notify with error
+                            error(error);
+                            return;
+                        }
+
+                        // Notify about success
+                        done(Boolean.valueOf(true));
+                    }
+                });
+            }}.get(DEFAULT_TCF_TASK_TIMEOUT, TimeUnit.SECONDS);
+    }
+
+    /*
+     * Setup the size of the sub-buffer on the remote system.
+     */
+    public void setChannelSubbufSize(final String channelName, final long subbufSize) throws Exception {
+        // Create future task
+        new TCFTask<Boolean>() {
+            @Override
+            public void run() {
+
+                // Set marker enable using Lttng controller service proxy
+                fService.setChannelSubbufSize(fParent.getParent().getName(),
+                        fParent.getName(), 
+                        fName, 
+                        channelName, 
+                        subbufSize,  
+                        new ILttControllerService.DoneSetChannelSubbufSize() {
+
+                    @Override
+                    public void doneSetChannelSubbufSize(IToken token, Exception error, Object str) {
+                        if (error != null) {
+                            // Notify with error
+                            error(error);
+                            return;
+                        }
+
+                        // Notify about success
+                        done(Boolean.valueOf(true));
+                    }
+                });
+            }}.get(DEFAULT_TCF_TASK_TIMEOUT, TimeUnit.SECONDS);
+    }
+
+
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/config/TraceChannel.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/config/TraceChannel.java
new file mode 100644 (file)
index 0000000..4d0d3b5
--- /dev/null
@@ -0,0 +1,334 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Bernd Hufmann - Initial API and implementation
+ *   
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tracecontrol.model.config;
+
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceChannel;
+
+/**
+ * <b><u>TraceChannel</u></b>
+ * <p>
+ *  This models a trace channel representing a channel on a particular remote system.
+ * </p>
+ */
+public class TraceChannel implements Cloneable {
+    
+    // ------------------------------------------------------------------------
+    // Attributes
+    // -----------------------------------------------------------------------
+
+    public static final int UNKNOWN_VALUE = -1;
+    public static final String UNKNOWN_STRING = "?";  //$NON-NLS-1$
+    public static final String UST_TRACE_CHANNEL_NAME = "AUTO"; //$NON-NLS-1$
+    
+    private String  fName = ""; //$NON-NLS-1$
+    private boolean fIsEnabled = true;
+    private boolean fIsEnabledStatusKnown = false;
+    private boolean fIsChannelOverride = false;
+    private boolean fIsChannelOverrideStatusKnown = false;
+    private long    fSubbufNum = 0;
+    private long    fSubbufSize = 0;
+    private long    fTimer = 0;
+    
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    /**
+     * Constructor
+     *  
+     * @param name The name of the channel
+     * @param subbufNum The number of sub-buffers
+     * @param subbufSize The size of the sub-buffers
+     * @param timer The Channel timer
+     */
+    public TraceChannel(String name, long subbufNum, long subbufSize, long timer) {
+        fName = name;
+        fIsEnabled = false;
+        fIsEnabledStatusKnown = false;
+        fIsChannelOverride = false;
+        fIsChannelOverrideStatusKnown = false;
+        fSubbufNum = subbufNum;
+        fSubbufSize = subbufSize;
+        fTimer = timer;
+    }
+    
+    /**
+     * Constructor
+     * 
+     * @param name The name of the channel
+     * @param isEnabled The state of the channel (enabled or disabled)
+     * @param issChannelOverride The state of the channel override (enabled or disabled)
+     * @param subbufNum The number of sub-buffers
+     * @param subbufSize The size of the sub-buffers
+     * @param timer The Channel timer
+     */
+    public TraceChannel(String name, boolean isEnabled, boolean issChannelOverride, long subbufNum, long subbufSize, long timer) {
+        fName = name;
+        fIsEnabled = isEnabled;
+        fIsEnabledStatusKnown = true;
+        fIsChannelOverride = issChannelOverride;
+        fIsChannelOverrideStatusKnown = true;
+        fSubbufNum = subbufNum;
+        fSubbufSize = subbufSize;
+        fTimer = timer;
+    }       
+    
+    public TraceChannel (String name) {
+        this(name, UNKNOWN_VALUE, UNKNOWN_VALUE, UNKNOWN_VALUE);
+    }
+    
+    // ------------------------------------------------------------------------
+    // Operations
+    // ------------------------------------------------------------------------
+    
+    /**
+     * Gets the name of the channel.
+     * 
+     * @return name of channel.
+     */
+    public String getName () {
+        return fName;
+    }
+    
+    /**
+     * Sets the name of the channel.
+     * 
+     * @param name The name of channel to set
+     */
+    public void setName(String name) {
+        fName = name;
+    }
+    
+    /**
+     * Returns whether the channel is enabled or not
+     * 
+     * @return true if enabled, false if disabled
+     */
+    public boolean isEnabled() {
+        return fIsEnabled;
+    }
+
+    /**
+     * Sets the state of the channel.
+     * 
+     * @param isEnabled
+     */
+    public void setIsEnabled(boolean isEnabled) {
+        fIsEnabled = isEnabled;
+        fIsEnabledStatusKnown = true;
+    }
+
+    /**
+     * Returns a flag to indicate whether the enabled state on the remote system is known or not.
+     * 
+     * @return true if known else false
+     */
+    public boolean isEnabledStatusKnown() {
+        return fIsEnabledStatusKnown;
+    }
+
+    /**
+     * Sets a flag to indicate whether the enabled state on the remote system is known or not.
+     * @param isKnown
+     */
+    public void setIsEnabledStatusKnown(boolean isKnown) {
+        fIsEnabledStatusKnown = isKnown;
+    }
+
+    /**
+     * Returns whether the channel buffer overwrite is enabled or not
+     * 
+     * @return true if enabled, false if disabled
+     */
+
+    public boolean isChannelOverride() {
+        return fIsChannelOverride;
+    }
+
+    /**
+     * Sets the state of the channel buffer overwrite.
+     * @param isChannelOverride
+     */
+    public void setIsChannelOverride(boolean isChannelOverride) {
+        this.fIsChannelOverride = isChannelOverride;
+        this.fIsChannelOverrideStatusKnown = true;
+    }
+    /**
+     * Returns a flag to indicate whether the channel overwrite state on the remote system is known or not.
+     * 
+     * @return true if known else false
+     */
+    public boolean isChannelOverrideStatusKnown() {
+        return fIsChannelOverrideStatusKnown;
+    }
+    
+    /**
+     * Sets a flag to indicate whether the channel overwrite state on the remote system is known or not.
+     * 
+     * @param isKnown
+     */
+    public void setIsChannelOverrideStatusKnown(boolean isKnown) {
+        this.fIsChannelOverrideStatusKnown = isKnown;
+    }
+
+    /**
+     * Gets the number of sub-buffers.
+     * 
+     * @return subBufNum
+     */
+    public long getSubbufNum() {
+        return fSubbufNum;
+    }
+
+    /**
+     * Sets the number of sub-buffers.
+     * @param subbufNum
+     */
+    public void setSubbufNum(long subbufNum) {
+        this.fSubbufNum = subbufNum;
+    }
+
+    /**
+     * Returns the size of the sub-buffers.
+     * 
+     * @return subbufSize
+     */
+    public long getSubbufSize() {
+        return fSubbufSize;
+    }
+
+    /**
+     * Sets the size of the sub-buffers.
+     * 
+     * @param subbufSize
+     */
+    public void setSubbufSize(long subbufSize) {
+        this.fSubbufSize = subbufSize;
+    }
+
+    /** 
+     * Returns the channel timer.
+     * 
+     * @return channel timer
+     */
+    public long getTimer() {
+        return fTimer;
+    }
+
+    /**
+     * Sets the channel timer.
+     * 
+     * @param timer
+     */
+    public void setTimer(long timer) {
+        this.fTimer = timer;
+    }
+    
+    /*
+     * (non-Javadoc)
+     * @see java.lang.Object#clone()
+     */
+    @Override
+    public TraceChannel clone() {
+        TraceChannel clone = null;
+        try {
+            clone = (TraceChannel)super.clone();
+            clone.fName = fName;
+            clone.fIsEnabled = fIsEnabled;
+            clone.fIsEnabledStatusKnown = fIsEnabledStatusKnown;
+            clone.fIsChannelOverride = fIsChannelOverride;
+            clone.fIsChannelOverrideStatusKnown = fIsChannelOverrideStatusKnown;
+            clone.fSubbufNum = fSubbufNum;
+            clone.fSubbufSize = fSubbufSize;
+            clone.fTimer = fTimer;            
+        } catch (CloneNotSupportedException e) {
+        }
+        return clone;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.lang.Object#equals(java.lang.Object)
+     */
+    @Override 
+    public boolean equals(Object other) {
+        
+        if (this == other) {
+            return true;
+        }
+
+        if (other == null) {
+            return false;
+        }
+
+        if (!(other instanceof TraceChannel)) {
+            return false;
+        }
+
+        TraceChannel otherChannel = (TraceChannel) other;
+
+        if (!otherChannel.fName.equals(fName)) {
+            return false;
+        }
+        if (otherChannel.fIsEnabled != fIsEnabled) {
+            return false;
+        }
+        if (otherChannel.fIsEnabledStatusKnown != fIsEnabledStatusKnown) {
+            return false;
+        }
+        if (otherChannel.fIsChannelOverride != fIsChannelOverride) {
+            return false;
+        }
+        if (otherChannel.fIsChannelOverrideStatusKnown != fIsChannelOverrideStatusKnown) { 
+            return false;
+        }
+        if (otherChannel.fSubbufNum != fSubbufNum) {
+            return false;
+        }
+        if (otherChannel.fSubbufSize != fSubbufSize) {
+            return false;
+        }
+        if (otherChannel.fTimer != fTimer) {
+            return false;
+        }
+
+        return true;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.lang.Object#hashCode()
+     */
+    @Override 
+    public int hashCode() {
+        // slow algorithm
+        StringBuffer builder = new StringBuffer(fName);
+        builder.append(fIsEnabled);
+        builder.append(fIsEnabledStatusKnown);
+        builder.append(fIsChannelOverride);
+        builder.append(fIsChannelOverrideStatusKnown);
+        builder.append(fSubbufNum);
+        builder.append(fSubbufSize);
+        builder.append(fTimer);
+        return builder.toString().hashCode();
+    }
+
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        return "[TraceChannel (" + fName + ")]";
+    }
+
+    
+    
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/config/TraceChannels.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/config/TraceChannels.java
new file mode 100644 (file)
index 0000000..808a5fe
--- /dev/null
@@ -0,0 +1,186 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Bernd Hufmann - Initial API and implementation
+ *   
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tracecontrol.model.config;
+
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Iterator;
+import java.util.Map;
+import java.util.Set;
+
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceChannel;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceChannels;
+
+/**
+ * <b><u>TraceChannels</u></b>
+ * <p>
+ *  This models a collection of trace channels.
+ * </p>
+ */
+public class TraceChannels implements Map<String, TraceChannel>, Cloneable {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // -----------------------------------------------------------------------
+    private Map<String, TraceChannel> fChannels = new HashMap<String, TraceChannel>();
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+    
+    // ------------------------------------------------------------------------
+    // Operations
+    // ------------------------------------------------------------------------
+
+    /*
+     * (non-Javadoc)
+     * @see java.util.Map#size()
+     */
+    @Override
+    public int size() {
+        return fChannels.size();
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.util.Map#isEmpty()
+     */
+    @Override
+    public boolean isEmpty() {
+        return fChannels.isEmpty();
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.util.Map#containsKey(java.lang.Object)
+     */
+    @Override
+    public boolean containsKey(Object key) {
+        return fChannels.containsKey(key);
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.util.Map#containsValue(java.lang.Object)
+     */
+    @Override
+    public boolean containsValue(Object value) {
+        return fChannels.containsValue(value);
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.util.Map#get(java.lang.Object)
+     */
+    @Override
+    public TraceChannel get(Object key) {
+        return fChannels.get(key);
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.util.Map#put(java.lang.Object, java.lang.Object)
+     */
+    @Override
+    public TraceChannel put(String key, TraceChannel value) {
+        return fChannels.put(key, value);
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.util.Map#remove(java.lang.Object)
+     */
+    @Override
+    public TraceChannel remove(Object key) {
+        return fChannels.remove(key);
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.util.Map#putAll(java.util.Map)
+     */
+    @Override
+    public void putAll(Map<? extends String, ? extends TraceChannel> m) {
+        fChannels.putAll(m);
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.util.Map#clear()
+     */
+    @Override
+    public void clear() {
+        fChannels.clear();
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.util.Map#keySet()
+     */
+    @Override
+    public Set<String> keySet() {
+        return fChannels.keySet();
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.util.Map#values()
+     */
+    @Override
+    public Collection<TraceChannel> values() {
+        return fChannels.values();
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see java.util.Map#entrySet()
+     */
+    @Override
+    public Set<java.util.Map.Entry<String, TraceChannel>> entrySet() {
+        return fChannels.entrySet();
+    }
+    
+    /**
+     * Creates trace channels with given names, put the to the map with a default
+     * trace channel object.
+     * 
+     * @param channelNames
+     */
+    public void putAll(String[] channelNames) {
+        for (int i = 0; i < channelNames.length; i++) {
+            fChannels.put(channelNames[i], new TraceChannel(channelNames[i]));
+        }
+    }
+    
+    /*
+     * (non-Javadoc)
+     * @see java.lang.Object#clone()
+     */
+    @Override
+    public TraceChannels clone() {
+        TraceChannels clone = null;
+        try {
+            clone = (TraceChannels)super.clone();
+
+            clone.fChannels = new HashMap<String, TraceChannel>();
+            
+            for (Iterator<String> iterator = fChannels.keySet().iterator(); iterator.hasNext();) {
+                String key = (String) iterator.next();
+                clone.fChannels.put(key, (fChannels.get(key)).clone());
+            }
+
+        } catch (CloneNotSupportedException e) {
+        }
+        return clone;
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/config/TraceConfig.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/model/config/TraceConfig.java
new file mode 100644 (file)
index 0000000..f1308b7
--- /dev/null
@@ -0,0 +1,235 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Polytechnique Montréal - Initial API and implementation
+ *   Bernd Hufmann - Productification, enhancements and fixes
+ *   
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tracecontrol.model.config;
+
+import org.eclipse.core.resources.IProject;
+
+
+/**
+ * <b><u>TraceChannel</u></b>
+ * <p>
+ *  This models a trace representing a trace resource for a particular remote system.
+ * </p>
+ */
+public class TraceConfig {
+
+    // ------------------------------------------------------------------------
+    // Constants
+    // ------------------------------------------------------------------------
+       public static final int NORMAL_MODE = 0;
+       public static final int FLIGHT_RECORDER_MODE = 1;
+       
+       public static final String InvalidTracePath = "network"; //$NON-NLS-1$
+       
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+    private String fTraceName = null;
+    private String fTraceTransport = null;
+    private String fTracePath = null;
+    private boolean fIsNetworkTrace = false;
+    private boolean fIsAppend = false;
+    private int fMode = 0;
+    private int fNumChannel = 0;
+    private TraceChannels fChannels = null;
+    private IProject fProject = null;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+    public TraceConfig() {
+    }
+
+    // ------------------------------------------------------------------------
+    // Operations
+    // ------------------------------------------------------------------------
+
+    /**
+     * Gets the number of threads
+     * 
+     * @return number of threads
+     */
+    public int getNumChannel() {
+        return fNumChannel;
+    }
+
+    /**
+     * Sets the number of threads (channels)
+     * @param numChannel
+     */
+    public void setNumChannel(int numChannel) {
+        fNumChannel = numChannel;
+    }
+
+    /**
+     * Gets the trace name.
+     * 
+     * @return trace name
+     */
+    public String getTraceName() {
+        return fTraceName;
+    }
+
+    /**
+     * Sets the trace name.
+     * 
+     * @param traceName
+     */
+    public void setTraceName(String traceName) {
+        fTraceName = traceName;
+    }
+
+    /** 
+     * Gets the trace transport.
+     * 
+     * @return trace transport
+     */
+    public String getTraceTransport() {
+        return fTraceTransport;
+    }
+
+    /**
+     * Sets the trace transport.
+     * 
+     * @param traceTransport
+     */
+    public void setTraceTransport(String traceTransport) {
+        fTraceTransport = traceTransport;
+    }
+
+    /**
+     * Returns wether trace is a network trace (i.e. trace will be stored 
+     * on local host where client resides) or a local trace (i.e. trace will
+     * be stored on same machine where the actual trace is collected) 
+     * 
+     * @return isNetworktrace
+     */
+    public boolean isNetworkTrace() {
+        return fIsNetworkTrace;
+    }
+
+    /**
+     * Sets whether trace is a network trace (i.e. trace will be stored 
+     * on local host where client resides) or a local trace (i.e. trace will
+     * be stored on same machine where the actual trace is collected) 
+     * 
+     * @param isNetworkTrace
+     */
+    public void setNetworkTrace(boolean isNetworkTrace) {
+        fIsNetworkTrace = isNetworkTrace;
+    }
+
+    /**
+     * Returns whether trace should append an existing trace or not.
+     *  
+     * @return true if append else false
+     */
+    public boolean getIsAppend() {
+        return fIsAppend;
+    }
+
+    /**
+     * Sets whether trace should append an existing trace or not.
+     * 
+     * @param isAppend
+     */
+    public void setIsAppend(boolean isAppend) {
+        fIsAppend = isAppend;
+    }
+
+    /** 
+     * Gets the trace mode.
+     * 
+     * @return trace mode
+     */
+    public int getMode() {
+        return fMode;
+    }
+
+    /** 
+     * Sets the trace mode.
+     * 
+     * @param mode
+     */
+    public void setMode(int mode) {
+        fMode = mode;
+    }
+
+    /**
+     * Gets the path where trace will be stored.
+     * 
+     * @return trace path
+     */
+    public String getTracePath() {
+        return fTracePath;
+    }
+
+    /**
+     * Sets the path where trace will be stored.
+     * 
+     * @param path
+     */
+    public void setTracePath(String path) {
+        fTracePath = path;
+    }
+    
+    /**
+     * Gets the trace channels collection.
+     * 
+     * @return trace channels
+     */
+    public TraceChannels getTraceChannels() {
+        return fChannels;
+    }
+    
+    /**
+     * Sets the trace channels collection.
+     * 
+     * @param channels
+     */
+    public void setTraceChannels(TraceChannels channels) {
+        fChannels = channels;
+    }
+    
+    /**
+     * Sets the trace channels collection with given names
+     * and creates default trace channels.
+     * 
+     * @param channels
+     */
+    public void setTraceChannels(String[] channels) {
+        fChannels = new TraceChannels();
+        fChannels.putAll(channels);
+    }
+    
+    /**
+     * Gets the trace project.
+     * 
+     * @return project
+     */
+    public IProject getProject() {
+        return fProject;
+    }
+    
+    /**
+     * Sets the trace project.
+     * 
+     * @param project
+     */
+    public void setProject(IProject project) {
+        fProject = project;
+    }
+    
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/service/ILttControllerService.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/service/ILttControllerService.java
new file mode 100644 (file)
index 0000000..f7d73fa
--- /dev/null
@@ -0,0 +1,314 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Polytechnique Montréal - Initial API and implementation
+ *   Bernd Hufmann - Productification, enhancements and fixes
+ *   
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tracecontrol.service;
+
+import org.eclipse.linuxtools.lttng.core.LttngConstants;
+import org.eclipse.tm.tcf.protocol.IService;
+import org.eclipse.tm.tcf.protocol.IToken;
+
+public interface ILttControllerService extends IService {
+
+    /**
+     * This service name, as it appears on the wire - a TCF name of the service.
+     */
+    public static final String NAME = LttngConstants.Lttng_Control_Command;
+
+    IToken getProviders(DoneGetProviders done);
+
+    interface DoneGetProviders {
+        /**
+         * This method is called when getProviders() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneGetProviders(IToken token, Exception error, String str[]);
+    }
+
+    IToken getTargets(String provider, DoneGetTargets done);
+
+    interface DoneGetTargets {
+        /**
+         * This method is called when getTargets() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneGetTargets(IToken token, Exception error, String str[]);
+    }
+
+    IToken getMarkers(String provider, String target, DoneGetMarkers done);
+
+    interface DoneGetMarkers {
+        /**
+         * This method is called when getMarkers() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneGetMarkers(IToken token, Exception error, String str[]);
+    }
+
+    IToken getTraces(String provider, String target, DoneGetTraces done);
+
+    interface DoneGetTraces {
+        /**
+         * This method is called when getTraces() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneGetTraces(IToken token, Exception error, String str[]);
+    }
+
+    IToken getActiveTraces(String provider, String target, DoneGetActiveTraces done);
+
+    interface DoneGetActiveTraces {
+        /**
+         * This method is called when getTraces() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneGetActiveTraces(IToken token, Exception error, String str[]);
+    }
+    
+    IToken getActiveTraceInfo(String provider, String target, String trace, DoneGetActiveTraceInfo done);
+
+    interface DoneGetActiveTraceInfo {
+        /**
+         * This method is called when getTraces() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneGetActiveTraceInfo(IToken token, Exception error, String str[]);
+    }
+    
+    
+    
+    IToken getChannels(String provider, String target, String trace, DoneGetChannels done);
+
+    interface DoneGetChannels {
+        /**
+         * This method is called when getChannels() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneGetChannels(IToken token, Exception error, String str[]);
+    }
+
+    IToken setupTrace(String provider, String target, String trace, DoneSetupTrace done);
+
+    interface DoneSetupTrace {
+        /**
+         * This method is called when setupTrace() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneSetupTrace(IToken token, Exception error, Object str);
+    }
+
+    IToken setTraceTransport(String provider, String target, String trace, String transport, DoneSetTraceTransport done);
+
+    interface DoneSetTraceTransport {
+        /**
+         * This method is called when setTraceTransport() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneSetTraceTransport(IToken token, Exception error, Object str);
+    }
+
+    IToken getMarkerInfo(String provider, String target, String marker, DoneGetMarkerInfo done);
+
+    interface DoneGetMarkerInfo {
+        /**
+         * This method is called when getMarkerInfo() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneGetMarkerInfo(IToken token, Exception error, String str);
+    }
+
+    IToken setMarkerEnable(String provider, String target, String marker, Boolean enable, DoneSetMarkerEnable done);
+
+    interface DoneSetMarkerEnable {
+        /**
+         * This method is called when setMarkerEnable() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneSetMarkerEnable(IToken token, Exception error, Object str);
+    }
+
+    IToken writeTraceLocal(String provider, String target, String trace, String path, int numChannel, Boolean isAppend, Boolean isFlightRecorder, Boolean isNormalOnly, DoneWriteTraceLocal done);
+
+    interface DoneWriteTraceLocal {
+        /**
+         * This method is called when writeTraceLocal() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneWriteTraceLocal(IToken token, Exception error, Object str);
+    }
+
+    IToken writeTraceNetwork(String provider, String target, String trace, int numChannel, Boolean isAppend, Boolean isFlightRecorder, Boolean isNormalOnly, DoneWriteTraceNetwork done);
+
+    interface DoneWriteTraceNetwork {
+        /**
+         * This method is called when writeTraceNetwork() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneWriteTraceNetwork(IToken token, Exception error, Object str);
+    }
+
+    IToken allocTrace(String provider, String target, String trace, DoneAllocTrace done);
+
+    interface DoneAllocTrace {
+        /**
+         * This method is called when allocTrace() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneAllocTrace(IToken token, Exception error, Object str);
+    }
+
+    IToken setChannelEnable(String provider, String target, String trace, String channel, Boolean enable, DoneSetChannelEnable done);
+
+    interface DoneSetChannelEnable {
+        /**
+         * This method is called when setChannelEnable() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneSetChannelEnable(IToken token, Exception error, Object str);
+    }
+
+    IToken setChannelOverwrite(String provider, String target, String trace, String channel, Boolean overwrite, DoneSetChannelOverwrite done);
+
+    interface DoneSetChannelOverwrite {
+        /**
+         * This method is called when setChannelOverwrite() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneSetChannelOverwrite(IToken token, Exception error, Object str);
+    }
+
+    IToken setChannelTimer(String provider, String target, String trace, String channel, long period, DoneSetChannelTimer done);
+
+    interface DoneSetChannelTimer {
+        /**
+         * This method is called when setChannelTimer() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneSetChannelTimer(IToken token, Exception error, Object str);
+    }
+
+    IToken setChannelSubbufNum(String provider, String target, String trace, String channel, long subbufNum, DoneSetChannelSubbufNum done);
+
+    interface DoneSetChannelSubbufNum {
+        /**
+         * This method is called when setChannelSubbufNum() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneSetChannelSubbufNum(IToken token, Exception error, Object str);
+    }
+
+    IToken setChannelSubbufSize(String provider, String target, String trace, String channel, long subbufSize, DoneSetChannelSubbufSize done);
+
+    interface DoneSetChannelSubbufSize {
+        /**
+         * This method is called when setChannelSubbufSize() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneSetChannelSubbufSize(IToken token, Exception error, Object str);
+    }
+
+    IToken startTrace(String provider, String target, String trace, DoneStartTrace done);
+
+    interface DoneStartTrace {
+        /**
+         * This method is called when startTrace() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneStartTrace(IToken token, Exception error, Object str);
+    }
+
+    IToken pauseTrace(String provider, String target, String trace, DonePauseTrace done);
+
+    interface DonePauseTrace {
+        /**
+         * This method is called when pauseTrace() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void donePauseTrace(IToken token, Exception error, Object str);
+    }
+
+    IToken destroyTrace(String provider, String target, String trace, DoneDestroyTrace done);
+
+    interface DoneDestroyTrace {
+        /**
+         * This method is called when destroyTrace() command is completed.
+         * 
+         * @param token - pending command handle.
+         * @param error - null if the command is successful.
+         * @param str - response of the agent
+         */
+        void doneDestroyTrace(IToken token, Exception error, Object str);
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/service/LttControllerServiceProxy.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/core/tracecontrol/service/LttControllerServiceProxy.java
new file mode 100644 (file)
index 0000000..d647e03
--- /dev/null
@@ -0,0 +1,559 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Polytechnique Montréal - Initial API and implementation
+ *   Bernd Hufmann - Productification, enhancements and fixes
+ *   
+ *******************************************************************************/
+package org.eclipse.linuxtools.lttng.core.tracecontrol.service;
+
+import org.eclipse.linuxtools.lttng.core.LttngConstants;
+import org.eclipse.tm.tcf.core.Command;
+import org.eclipse.tm.tcf.core.ErrorReport;
+import org.eclipse.tm.tcf.protocol.IChannel;
+import org.eclipse.tm.tcf.protocol.IToken;
+
+/**
+ * <b><u>LttControllerServiceProxy</u></b>
+ * <p>
+ * Provides the mplementation of the ILttControllerService interface for 
+ * sending of commands to the remote system.
+ * </p>
+ */
+public class LttControllerServiceProxy implements ILttControllerService {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+    private static final short INVALID_ARG_LENGTH = 2;
+    
+    private IChannel fProxychannel;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+    public LttControllerServiceProxy(IChannel chan) {
+        fProxychannel = chan;
+    }
+
+    // ------------------------------------------------------------------------
+    // Operations
+    // ------------------------------------------------------------------------
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.tm.tcf.protocol.IService#getName()
+     * 
+     * Return service name, as it appears on the wire - a TCF name of the service.
+     */
+    @Override
+    public String getName() {
+        return NAME;
+    }
+
+    /**
+     * Sets the service channel.
+     * @param channel
+     */
+    public void setChannel(IChannel channel) {
+        fProxychannel = channel;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getProviders(org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetProviders)
+     */
+    @Override
+    public IToken getProviders(final DoneGetProviders done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetProviders, new Object[] {}) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                String[] strArray = new String[0]; 
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                    strArray = toStringArray(str.toString());
+                }
+                done.doneGetProviders(token, error, strArray);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getTargets(java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetTargets)
+     */
+    @Override
+    public IToken getTargets(String provider, final DoneGetTargets done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetTargets, new Object[] { provider }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                String[] strArray = new String[0];
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str =  args[1];
+                    strArray = toStringArray(str.toString());
+                }
+                done.doneGetTargets(token, error, strArray);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getMarkers(java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetMarkers)
+     */
+    @Override
+    public IToken getMarkers(String provider, String target, final DoneGetMarkers done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetMarkers, new Object[] { provider, target }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                String[] strArray = new String[0];
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                    strArray = toStringArray(str.toString());
+                }
+                done.doneGetMarkers(token, error, strArray);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getTraces(java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetTraces)
+     */
+    @Override
+    public IToken getTraces(String provider, String target, final DoneGetTraces done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetTraces, new Object[] { provider, target }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                String[] strArray = new String[0];
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                    strArray = toStringArray(str.toString());
+                }
+                done.doneGetTraces(token, error, strArray);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getActiveTraces(java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetActiveTraces)
+     */
+    @Override
+    public IToken getActiveTraces(String provider, String target, final DoneGetActiveTraces done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetActiveTraces, new Object[] { provider, target }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                String[] strArray = new String[0];
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                    strArray = toStringArray(str.toString());
+                }
+                done.doneGetActiveTraces(token, error, strArray);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getActiveTraceInfo(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetActiveTraceInfo)
+     */
+    @Override
+    public IToken getActiveTraceInfo(String provider, String target, String trace, final DoneGetActiveTraceInfo done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetActiveTraceInfo, new Object[] { provider, target, trace }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                String[] retStrArray = new String[0];
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                    String[] strArray = toStringArray(str.toString());
+                    retStrArray = new String[strArray.length];
+
+                    for (int i = 0; i < strArray.length; i++) {
+                        String[] tempStr = strArray[i].split(LttngConstants.Lttng_Control_GetActiveTraceInfoSeparator);
+                        retStrArray[i] = tempStr[1];
+                    }
+                }
+                done.doneGetActiveTraceInfo(token, error, retStrArray);
+            }
+        }.token;
+    }
+    
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getChannels(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetChannels)
+     */
+    @Override
+    public IToken getChannels(String provider, String target, String trace, final DoneGetChannels done) {
+
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetChannels, new Object[] { provider, target, trace }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                String[] strArray = new String[0];
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                    strArray = toStringArray(str.toString());
+                }
+                done.doneGetChannels(token, error, strArray);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setupTrace(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetupTrace)
+     */
+    @Override
+    public IToken setupTrace(String provider, String target, String trace, final DoneSetupTrace done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetupTrace, new Object[] { provider, target, trace }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                }
+                done.doneSetupTrace(token, error, str);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setTraceTransport(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetTraceTransport)
+     */
+    @Override
+    public IToken setTraceTransport(String provider, String target, String trace, String transport, final DoneSetTraceTransport done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetupTraceTransport, new Object[] { provider, target, trace, transport }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                }
+                done.doneSetTraceTransport(token, error, str);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getMarkerInfo(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetMarkerInfo)
+     */
+    @Override
+    public IToken getMarkerInfo(String provider, String target, String marker, final DoneGetMarkerInfo done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetMarkerInfo, new Object[] { provider, target, marker }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                Object str = null;
+                String result = ""; //$NON-NLS-1$
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                    result = str.toString();
+                    if (result.length() > 2) {
+                        result = result.substring(1, result.length() - 1);
+                    }
+                }
+                done.doneGetMarkerInfo(token, error, result);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setMarkerEnable(java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetMarkerEnable)
+     */
+    @Override
+    public IToken setMarkerEnable(String provider, String target, String marker, Boolean enable, final DoneSetMarkerEnable done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetMarkerEnable, new Object[] { provider, target, marker, enable }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                }
+                done.doneSetMarkerEnable(token, error, str);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setChannelEnable(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetChannelEnable)
+     */
+    @Override
+    public IToken setChannelEnable(String provider, String target, String trace, String channel, Boolean enable, final DoneSetChannelEnable done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetChannelEnable, new Object[] { provider, target, trace, channel, enable }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                }
+                done.doneSetChannelEnable(token, error, str);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setChannelOverwrite(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetChannelOverwrite)
+     */
+    @Override
+    public IToken setChannelOverwrite(String provider, String target, String trace, String channel, Boolean overwrite, final DoneSetChannelOverwrite done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetChannelOverwrite, new Object[] { provider, target, trace, channel, overwrite }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                }
+                done.doneSetChannelOverwrite(token, error, str);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setChannelTimer(java.lang.String, java.lang.String, java.lang.String, java.lang.String, long, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetChannelTimer)
+     */
+    @Override
+    public IToken setChannelTimer(String provider, String target, String trace, String channel, long period, final DoneSetChannelTimer done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetChannelTimer, new Object[] { provider, target, trace, channel, period }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                }
+                done.doneSetChannelTimer(token, error, str);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setChannelSubbufNum(java.lang.String, java.lang.String, java.lang.String, java.lang.String, long, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetChannelSubbufNum)
+     */
+    @Override
+    public IToken setChannelSubbufNum(String provider, String target, String trace, String channel, long subbufNum, final DoneSetChannelSubbufNum done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetChannelSubbufNum, new Object[] { provider, target, trace, channel, subbufNum }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                }
+                done.doneSetChannelSubbufNum(token, error, str);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setChannelSubbufSize(java.lang.String, java.lang.String, java.lang.String, java.lang.String, long, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetChannelSubbufSize)
+     */
+    @Override
+    public IToken setChannelSubbufSize(String provider, String target, String trace, String channel, long subbufSize, final DoneSetChannelSubbufSize done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetChannelSubbufSize, new Object[] { provider, target, trace, channel, subbufSize }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                }
+                done.doneSetChannelSubbufSize(token, error, str);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#allocTrace(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneAllocTrace)
+     */
+    @Override
+    public IToken allocTrace(String provider, String target, String trace, final DoneAllocTrace done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_AllocTrace, new Object[] { provider, target, trace }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                }
+                done.doneAllocTrace(token, error, str);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#writeTraceLocal(java.lang.String, java.lang.String, java.lang.String, java.lang.String, int, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneWriteTraceLocal)
+     */
+    @Override
+    public IToken writeTraceLocal(String provider, String target, String trace, String path, int numChannel, Boolean isAppend, Boolean isFlightRecorder, Boolean isNormalOnly, final DoneWriteTraceLocal done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_WriteTraceLocal, new Object[] { provider, target, trace, path, numChannel, isAppend, isFlightRecorder, isNormalOnly }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                }
+                done.doneWriteTraceLocal(token, error, str);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#writeTraceNetwork(java.lang.String, java.lang.String, java.lang.String, int, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneWriteTraceNetwork)
+     */
+    @Override
+    public IToken writeTraceNetwork(String provider, String target, String trace, int numChannel, Boolean isAppend, Boolean isFlightRecorder, Boolean isNormalOnly, final DoneWriteTraceNetwork done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_WriteTraceNetwork, new Object[] { provider, target, trace, numChannel, isAppend, isFlightRecorder, isNormalOnly }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                }
+                done.doneWriteTraceNetwork(token, error, str);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#startTrace(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneStartTrace)
+     */
+    @Override
+    public IToken startTrace(String provider, String target, String trace, final DoneStartTrace done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_StartTrace, new Object[] { provider, target, trace }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                }
+                done.doneStartTrace(token, error, str);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#pauseTrace(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DonePauseTrace)
+     */
+    @Override
+    public IToken pauseTrace(String provider, String target, String trace, final DonePauseTrace done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_PauseTrace, new Object[] { provider, target, trace }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                }
+                done.donePauseTrace(token, error, str);
+            }
+        }.token;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#destroyTrace(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneDestroyTrace)
+     */
+    @Override
+    public IToken destroyTrace(String provider, String target, String trace, final DoneDestroyTrace done) {
+        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_DestroyTrace, new Object[] { provider, target, trace }) {
+            @Override
+            public void done(Exception error, Object[] args) {
+                Object str = null;
+                if (error == null) {
+                    assert args.length == INVALID_ARG_LENGTH;
+                    error = toDetailedError(toError(args[0]), args[1]);
+                    str = args[1];
+                }
+                done.doneDestroyTrace(token, error, str);
+            }
+        }.token;
+    }
+
+    /*
+     * Converts comma separated string to String array.
+     */
+    private String[] toStringArray(String list) {
+        if (list.length() > 2) {
+            String temp = list.substring(1, list.length() - 1);
+            String[] str = temp.split(LttngConstants.Lttng_Control_Separator);
+            for (int i = 0; i < str.length; i++) {
+                str[i] = str[i].trim();
+            }
+            return str;
+        }
+        return new String[0];
+    }
+    
+    /*
+     * Creates new error report using a given error and a detailed message.
+     */
+    private Exception toDetailedError(Exception error, Object detail) {
+        if ((error != null) && (error instanceof ErrorReport) && (detail != null)) {
+            error = new ErrorReport(error.getMessage() + "\nDetail: " + detail.toString(),  ((ErrorReport) error).getAttributes());  //$NON-NLS-1$
+        }
+        return error;
+    }
+}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEvent.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEvent.java
deleted file mode 100644 (file)
index 3849fe6..0000000
+++ /dev/null
@@ -1,208 +0,0 @@
-package org.eclipse.linuxtools.lttng.event;
-
-import org.eclipse.linuxtools.lttng.jni.JniEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.trace.TmfTrace;
-
-/**
- * <b><u>LttngEvent</u></b>
- * <p>
- * Lttng specific TmfEvent implementation.
- * <p>
- * The main difference from the basic Tmf implementation is that we keep an
- * internal reference to the JniEvent
- * <p>
- * The conversion from this LttngEvent to the JniEvent is then possible.
- */
-public class LttngEvent extends TmfEvent {
-
-    // Reference to the JNI JniEvent. Should only be used INTERNALLY
-    private JniEvent jniEventReference = null;
-    
-    // Parameter-less constructor
-    public LttngEvent() {
-        super();
-        fType = LttngEventType.DEFAULT_EVENT_TYPE;
-    }
-
-    /**
-     * Constructor with parameters.
-     * <p>
-     * 
-     * @param timestamp The timestamp of this event
-     * @param source The source of this event
-     * @param type The type of this event
-     * @param content The content of this event
-     * @param reference The reference of this event
-     * @param lttEvent A reference to a valid JniEvent object
-     * 
-     * @see org.eclipse.linuxtools.tmf.event.TmfTimestamp
-     * @see org.eclipse.linuxtools.tmf.event.TmfEventSource
-     * @see org.eclipse.linuxtools.lttng.event.LttngEventType
-     * @see org.eclipse.linuxtools.lttng.event.LttngEventContent
-     * @see org.eclipse.linuxtools.lttng.event.LttngEventReference
-     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniEvent
-     */
-    public LttngEvent(TmfTrace<LttngEvent> parent, LttngTimestamp timestamp, TmfEventSource source, LttngEventType type, LttngEventContent content,
-            LttngEventReference reference, JniEvent lttEvent) {
-        super(timestamp, source, type, reference);
-
-        fContent = content;
-        jniEventReference = lttEvent;
-        setParentTrace(parent);
-    }
-
-    /**
-     * Copy constructor.
-     * <p>
-     * 
-     * @param oldEvent Event we want to copy from.
-     */
-    @SuppressWarnings("unchecked")
-    public LttngEvent(LttngEvent oldEvent) {
-        this(  
-                       (TmfTrace<LttngEvent>) oldEvent.getParentTrace(),
-                       (LttngTimestamp)oldEvent.getTimestamp(), 
-                       (TmfEventSource)oldEvent.getSource(), 
-                       (LttngEventType)oldEvent.getType(), 
-                       (LttngEventContent)oldEvent.getContent(), 
-                       (LttngEventReference)oldEvent.getReference(), 
-                       oldEvent.jniEventReference
-               );
-    }
-    /**
-     * Set a new parent trace for this event
-     * 
-     * @param parentTrace The new parent
-     */
-    public void setParentTrace(TmfTrace<LttngEvent> parentTrace) {
-               fParentTrace = parentTrace;
-       }
-    
-    
-       /**
-     * Return the channel name of this event.<p>
-     * 
-     * @return Channel (tracefile) for this event
-     */
-    public String getChannelName() {
-        return this.getType().getTracefileName();
-    }
-
-    /**
-     * Cpu id number of this event.
-     * <p>
-     * 
-     * @return CpuId
-     */
-    public long getCpuId() {
-        return this.getType().getCpuId();
-    }
-
-    /**
-     * Marker name of this event.
-     * <p>
-     * 
-     * @return Marker name
-     */
-    public String getMarkerName() {
-        return this.getType().getMarkerName();
-    }
-
-    /**
-     * Marker id of this event.
-     * <p>
-     * 
-     * @return Marker id
-     */
-    public int getMarkerId() {
-        return this.getType().getMarkerId();
-    }
-
-    @Override
-    public LttngEventContent getContent() {
-        return (LttngEventContent) fContent;
-    }
-
-    public void setContent(LttngEventContent newContent) {
-        fContent = newContent;
-    }
-
-    @Override
-    public LttngEventType getType() {
-        return (LttngEventType) fType;
-    }
-
-    public void setType(LttngEventType newType) {
-        fType = newType;
-    }
-
-    /**
-     * Set a new JniReference for this event.
-     * <p>
-     * 
-     * Note : Reference is used to get back to the Jni during event parsing and
-     * need to be consistent.
-     * 
-     * @param newJniEventReference New reference
-     * 
-     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniEvent
-     */
-    public synchronized void updateJniEventReference(JniEvent newJniEventReference) {
-        this.jniEventReference = newJniEventReference;
-    }
-
-    /**
-     * Convert this event into a Jni JniEvent.
-     * <p>
-     * 
-     * Note : Some verifications are done to make sure the event is still valid
-     * on the Jni side before conversion.<br>
-     * If it is not the case, null will be returned.
-     * 
-     * @return The converted JniEvent
-     * 
-     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniEvent
-     */
-    public synchronized JniEvent convertEventTmfToJni() {
-        JniEvent tmpEvent = null;
-
-        // ***TODO***
-        // Should we remove the check to save some time??
-
-        // We don't want to send away events that are outdated as their
-        // informations could be invalid
-        // If the timestamp between the event and the trace are not coherent we
-        // will not perform the conversion
-        if (jniEventReference.getParentTracefile().getParentTrace().getCurrentEventTimestamp().getTime() == getTimestamp().getValue()) {
-            tmpEvent = jniEventReference;
-        } else {
-            System.out
-                    .println("convertEventTmfToJni() failed: Unsynced Timestamp > TMF:" + getTimestamp().getValue() + " <--> JNI:" + jniEventReference.getParentTracefile().getParentTrace().getCurrentEventTimestamp().getTime()); //$NON-NLS-1$//$NON-NLS-2$
-        }
-        return tmpEvent;
-    }
-
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        StringBuffer result = new StringBuffer("[LttngEvent(");
-        result.append("Timestamp:" + getTimestamp().getValue());
-        result.append(",Channel:" + getChannelName());
-        result.append(",CPU:" + getCpuId());
-        result.append(",Marker:" + getMarkerName());
-        result.append(",Content:" + getContent() + ")]");
-
-        return result.toString();
-    }
-
-    @Override
-       public LttngEvent clone() {
-       LttngEvent clone = (LttngEvent) super.clone();
-       clone.getContent().setEvent(clone);
-               clone.jniEventReference = jniEventReference;
-       return clone;
-    }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEventContent.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEventContent.java
deleted file mode 100644 (file)
index 126f620..0000000
+++ /dev/null
@@ -1,296 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   William Bourque (wbourque@gmail.com) - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.event;
-
-import java.util.HashMap;
-
-import org.eclipse.linuxtools.lttng.jni.JniEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;
-import org.eclipse.linuxtools.tmf.event.TmfNoSuchFieldException;
-
-/**
- * <b><u>LttngEventContent</u></b><p>
- * 
- * Lttng specific implementation of the TmfEventContent.<p>
- */
-public class LttngEventContent extends TmfEventContent {
-    
-    // Hash map that contain the (parsed) fields. This is the actual payload of the event.
-    HashMap<String, LttngEventField> fFieldsMap = new HashMap<String, LttngEventField>();
-    
-    /**
-     * Default constructor.<p>
-     * 
-     * 
-     */
-    public LttngEventContent() {
-        super(null, null);
-    }
-    
-    /**
-     * Constructor with parameters.<p>
-     * 
-     * @param thisParent    Parent event for this content.
-     * 
-     * @see org.eclipse.linuxtools.lttng.event.LttngEvent
-     */
-    public LttngEventContent(LttngEvent thisParent) {
-        super(thisParent, null);
-    }
-    
-    /**
-     * Constructor with parameters, with optional content.<p>
-     * 
-     * @param thisParent    Parent event for this content.
-     * @param thisContent   Already parsed content.
-     * 
-     * @see org.eclipse.linuxtools.lttng.event.LttngEvent
-     */
-    public LttngEventContent(LttngEvent thisParent, HashMap<String, LttngEventField> thisContent) {
-        super(thisParent, null);
-        
-        fFieldsMap = thisContent;
-    }
-    
-    /**
-     * Copy Constructor.<p>
-     * 
-     * @param oldContent  Content to copy from
-     */
-    public LttngEventContent(LttngEventContent oldContent) {
-        this((LttngEvent)oldContent.getEvent(), oldContent.getRawContent() );
-    }
-    
-    
-    @Override
-       public LttngEvent getEvent() {
-        return (LttngEvent)fParentEvent;
-    }
-    
-    public void setEvent(LttngEvent newParent) {
-        fParentEvent = newParent;
-    }
-    
-    
-    // *** VERIFY ***
-    // These are not very useful, are they?
-    @Override
-       public LttngEventType getType() {
-        return (LttngEventType)fParentEvent.getType();
-    }
-    public void setType(LttngEventType newType) {
-        ((LttngEvent)fParentEvent).setType(newType);
-    }
-    
-    
-    // ***TODO***
-    // Find a better way to ensure content is sane!!
-    public void emptyContent() {
-        fFieldsMap.clear();
-    }
-    
-    // ***VERIFY***
-    // A bit weird to return the _currently_parsed fields (unlike all fields like getFields() )
-    // Should we keep this?
-    /**
-     * Return currently parsed fields in an object array format.<p>
-     * 
-     * @return  Currently parsed fields.
-     */
-    @Override
-    public Object[] getContent() {
-        Object[] returnedContent = fFieldsMap.values().toArray( new Object[fFieldsMap.size()] );
-        
-        return returnedContent;
-    }
-    
-    /**
-     * Return currently parsed fields in the internal hashmap format.<p>
-     * 
-     * @return  Currently parsed fields.
-     */
-    public HashMap<String, LttngEventField> getRawContent() {
-        return fFieldsMap;
-    }
-    
-//    @SuppressWarnings("unchecked")
-//    @Override
-//    public LttngEventField[] getFields() {
-//        LttngEventField tmpField = null;
-//        
-//        // *** TODO ***
-//        // SLOW! SLOW! SLOW! We should prevent the user to use this!!
-//        HashMap<String, Object> parsedContent = parseContent();
-//        
-//        String contentKey = null;
-//        Iterator<String> contentItr = parsedContent.keySet().iterator();
-//        while ( contentItr.hasNext() ) {
-//            contentKey = contentItr.next();
-//            
-//            tmpField = new LttngEventField(this, contentKey, parsedContent.get(contentKey));
-//            ((HashMap<String, LttngEventField>)fFields).put(contentKey, tmpField);
-//        }
-//        
-//        return fFields.values().toArray(new LttngEventField[fFields.size()]);
-//    }
-    
-    /**
-     * Parse all fields and return them as an array of LttngFields.<p>
-     * 
-     * Note : This function is heavy and should only be called if all fields are really needed.
-     * 
-     * @return  All fields.
-     * 
-     * @see @see org.eclipse.linuxtools.lttng.event.LttngEventField
-     */
-    @Override
-    public synchronized LttngEventField[] getFields() {
-        if ( fFieldsMap.size() < fParentEvent.getType().getNbFields() ) {
-               LttngEventField tmpField = null;
-               LttngEventType tmpType = (LttngEventType)fParentEvent.getType();
-               
-               for ( int pos=0; pos<tmpType.getNbFields(); pos++ ) {
-                   String name = null;
-                   LttngEvent lttngTmpEvent = (LttngEvent)getEvent(); //added for easier debugging
-                               JniEvent tmpEvent = (lttngTmpEvent).convertEventTmfToJni();
-                               
-                               // tmpEvent == null probably mean there is a discrepancy between Eclipse and C library
-                               // An error was probably printed in convertEventTmfToJni() already, but keep in mind this is SERIOUS
-                               if ( tmpEvent != null ) {
-                                       try {
-                                               name = tmpType.getLabel(pos);
-                                       
-                                               Object newValue = tmpEvent.parseFieldByName(name);
-                                               tmpField = new LttngEventField(this, name, newValue );
-                                               fFieldsMap.put(name, tmpField);
-                                       }
-                                       catch (TmfNoSuchFieldException e) {
-                                               System.out.println("Invalid field position requested : " + pos + ", ignoring (getFields).");  //$NON-NLS-1$//$NON-NLS-2$
-                                       }
-                   }
-               }
-        }
-        return fFieldsMap.values().toArray(new LttngEventField[fFieldsMap.size()]);
-    }
-    
-    /**
-     * Parse a single field from its given position.<p>
-     * 
-     * @return  The parsed field or null.
-     * 
-     * @see @see org.eclipse.linuxtools.lttng.event.LttngEventField
-     */
-    @Override
-    public LttngEventField getField(int position) {
-        LttngEventField returnedField = null;
-        String label = null;
-               try {
-                       label = fParentEvent.getType().getLabel(position);
-                       
-                       returnedField = (LttngEventField) this.getField(label);
-               } 
-               catch (TmfNoSuchFieldException e) {
-                       System.out.println("Invalid field position requested : " + position + ", ignoring (getField).");  //$NON-NLS-1$//$NON-NLS-2$
-               }
-        
-        return returnedField;
-    }
-    
-    /**
-     * Parse a single field from its given name.<p>
-     * 
-     * @return  The parsed field or null.
-     * 
-     * @see @see org.eclipse.linuxtools.lttng.event.LttngEventField
-     */
-    @Override
-    public synchronized Object getField(String name) {
-
-        // Check for generic table header fields
-        if (name.equals(LttngEventType.CONTENT_LABEL) || name.equals(FIELD_ID_CONTENT)) {
-            return fParentEvent.getContent().toString();
-        } else if (name.equals(LttngEventType.MARKER_LABEL) || name.equals(FIELD_ID_TYPE)) {
-            return fParentEvent.getType().getTypeId().toString();
-        } else if (name.equals(LttngEventType.TRACE_LABEL) || name.equals(FIELD_ID_REFERENCE)) {
-            return fParentEvent.getReference().getReference().toString();
-        } else if (name.equals(LttngEventType.TIMESTAMP_LABEL) || name.equals(FIELD_ID_TIMESTAMP)) {
-            return new Long(fParentEvent.getTimestamp().getValue()).toString();
-        } else if (name.equals(FIELD_ID_SOURCE)) {
-            return fParentEvent.getSource().getSourceId().toString();
-        }
-
-       // *** VERIFY ***
-        // Should we check if the field exists in LttngType before parsing? 
-        // It could avoid calling parse for non-existent fields but would waste some cpu cycle on check?
-        LttngEventField returnedField = fFieldsMap.get(name);
-        
-        if ( returnedField == null ) {
-            // *** VERIFY ***
-            // Should we really make sure we didn't get null before creating/inserting a field?
-               JniEvent tmpEvent = ((LttngEvent)getEvent()).convertEventTmfToJni();
-               
-               if ( tmpEvent != null) {
-                       Object newValue =  tmpEvent.parseFieldByName(name);
-                   
-                   if ( newValue!= null ) {
-                       returnedField = new LttngEventField(this, name, newValue);
-                       fFieldsMap.put(name, returnedField );
-                   }
-               }
-        }
-        
-        return returnedField;
-    }
-    
-    // *** VERIFY ***
-    // *** Is this even useful?
-    @Override
-    protected void parseContent() {
-        fFields = getFields();
-    }
-    
-    /**
-     * toString() method to print the content
-     * 
-     * Note : this function parse all fields and so is very heavy to use.
-     */
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        LttngEventField[] allFields = getFields();
-        
-        StringBuffer strBuffer = new StringBuffer();
-        for ( int pos=0; pos < allFields.length; pos++) {
-               if (pos != 0) strBuffer.append(",");
-               strBuffer.append(allFields[pos].toString());
-        }
-        
-        return strBuffer.toString();
-    }
-
-       @Override
-       public LttngEventContent clone() {
-               LttngEventContent clone = (LttngEventContent) super.clone();
-               LttngEventField[] fields = getFields();
-               clone.fFields = new LttngEventField[fields.length];
-               for (int i = 0; i < fields.length; i++) {
-                       clone.fFields[i] = fields[i].clone();
-               }
-               clone.fFieldsMap = new HashMap<String, LttngEventField>();
-               for (String key : fFieldsMap.keySet()) {
-                       clone.fFieldsMap.put(new String(key), ((LttngEventField) fFieldsMap.get(key)).clone());
-               }
-               return clone;
-       }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEventField.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEventField.java
deleted file mode 100644 (file)
index 4c11700..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   William Bourque (wbourque@gmail.com) - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.event;
-
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;
-import org.eclipse.linuxtools.tmf.event.TmfEventField;
-
-/**
- * <b><u>LttngEventField</u></b><p>
- * 
- * Lttng specific implementation of the TmfEventField.<p>
- * 
- * LttngEventField add a "name" attribute to the Tmf implementation This
- * mean the fields will have a name and a value.
- */
-public class LttngEventField extends TmfEventField {
-       
-    /**
-     * Constructor with parameters.<p>
-     * 
-     * @param parent   Parent content for this field
-     * @param id       Name (label) of this field
-     */
-    public LttngEventField(TmfEventContent parent, String id) {
-        super(parent, id, null);
-    }
-    
-       /**
-        * Constructor with parameters with optional value.<p>
-        * 
-        * @param parent   Parent content for this field
-        * @param id       Name (label) of this field
-        * @param value    Parsed value (payload) of this field
-        */
-       public LttngEventField(TmfEventContent parent, String id, Object value) {
-               super(parent, id, value);
-       }
-       
-       /**
-        * Copy constructor.<p>
-        * 
-        * @param oldField     the field to copy from
-        */
-       public LttngEventField(LttngEventField oldField) {
-               this(oldField.getParent(), oldField.getId(), oldField.getValue());
-       }
-       
-       @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-               Object value = getValue();
-           return getId() + ":" + ((value != null) ? value.toString() : "null");
-       }
-       
-       @Override
-       public LttngEventField clone() {
-               LttngEventField clone = (LttngEventField) super.clone();
-               clone.fValue = fValue;
-               return clone;
-       }
-       
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEventReference.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEventReference.java
deleted file mode 100644 (file)
index daacb06..0000000
+++ /dev/null
@@ -1,95 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   William Bourque (wbourque@gmail.com) - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.event;
-
-import org.eclipse.linuxtools.tmf.event.*;
-
-/**
- * <b><u>LttngEventReference</u></b><p>
- * 
- * Lttng specific implementation of the TmfEventReference
- */
-public class LttngEventReference extends TmfEventReference {
-    
-    private String tracename = "";  //$NON-NLS-1$
-    
-    /**
-     * Constructor with parameters.<p>
-     * 
-     * @param newTraceName      Trace name 
-     */
-    public LttngEventReference(String newTraceName) {
-        super(""); //$NON-NLS-1$
-        tracename = newTraceName;
-    }
-    
-    /**
-     * Constructor with parameters with optional tracefile path.<p>
-     * 
-     * @param newTracefilePath  Complete tracefile path
-     * @param newTraceName      Trace name 
-     */
-    public LttngEventReference(String newTracefilePath, String newTraceName) {
-        super(newTracefilePath);
-        
-        // Save the name of the trace 
-        tracename = newTraceName;
-    }
-    
-    /**
-     * Copy Constructor.<p>
-     * 
-     * @param oldReference  LttngEventReference to copy from.
-     */
-    public LttngEventReference(LttngEventReference oldReference) {
-        this( oldReference.getValue().toString(), oldReference.getTracepath() );
-    }
-    
-    
-    public String getTracepath() {
-        return tracename;
-    }
-    
-    public void setTracepath(String tracename) {
-        this.tracename = tracename;
-    }
-    
-    public String getValue() {
-        return (String)fReference;
-    }
-    
-    public void setValue(String newReference) {
-        fReference = newReference;
-    }
-    
-    /**
-     * toString() method.<p>
-     * 
-     * We return only tracename, as it will be used directly in the eventsView.
-     *  Returning only tracename gives a better output.
-     * 
-     * @return tracename as String
-     */
-    @Override
-       public String toString() {
-       return tracename;
-    }
-    
-       @Override
-       public LttngEventReference clone() {
-               LttngEventReference clone = (LttngEventReference) super.clone();
-               clone.fReference = new String((String) fReference);
-               clone.tracename  = new String((String) tracename);
-               return clone;
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEventSource.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEventSource.java
deleted file mode 100644 (file)
index 68d9c61..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   William Bourque (wbourque@gmail.com) - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.event;
-
-import org.eclipse.linuxtools.tmf.event.*;
-
-/**
- * <b><u>LttngEventSource</u></b><p>
- * 
- * Lttng specific implementation of the TmfEventSource
- */
-public class LttngEventSource extends TmfEventSource {
-    
-    /**
-     * Default Constructor.<p>
-     * 
-     */
-    public LttngEventSource() {
-        super();
-    }
-    
-    /**
-     * Copy Constructor.<p>
-     * 
-     * @param newSource  Source of the event as string.
-     */
-    public LttngEventSource(String newSource) {
-        super(newSource);
-    }
-    
-    
-    /**
-     * Copy Constructor.<p>
-     * 
-     * @param oldSource  LttngEventSource to copy from.
-     */
-    public LttngEventSource(LttngEventSource oldSource) {
-        this( (String)oldSource.getSourceId() );
-    }
-    
-    
-    @Override
-       public String getSourceId() {
-        return (String)fSourceId;
-    }
-    
-    public void setSourceId(String newSource) {
-        fSourceId = newSource;
-    }
-    
-    @Override
-       public String toString() {
-        return fSourceId.toString();
-    }
-
-       @Override
-       public LttngEventSource clone() {
-               LttngEventSource clone = (LttngEventSource) super.clone();
-               clone.fSourceId = new String((String) fSourceId);
-               return clone;
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEventType.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngEventType.java
deleted file mode 100644 (file)
index 3435197..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   William Bourque (wbourque@gmail.com) - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.event;
-
-import org.eclipse.linuxtools.tmf.event.*;
-
-/**
- * <b><u>LttngEventType</u></b><p>
- * 
- * Lttng specific implementation of the TmfEventType.<p>
- * 
- * This implementation add some attributes to the basic Tmf object.
- */
-public class LttngEventType extends TmfEventType {
-    
-    private static final String DEFAULT_TYPE_ID = "Kernel Trace"; //$NON-NLS-1$
-    // These should match the column names in LTTng Events Table
-    public static final String TIMESTAMP_LABEL = "Timestamp"; //$NON-NLS-1$
-    public static final String TRACE_LABEL = "Trace"; //$NON-NLS-1$
-    public static final String MARKER_LABEL = "Marker"; //$NON-NLS-1$
-    public static final String CONTENT_LABEL = "Content"; //$NON-NLS-1$
-    private static final String[] DEFAULT_LABELS = {
-        TIMESTAMP_LABEL, TRACE_LABEL, MARKER_LABEL, CONTENT_LABEL
-    };
-    public static final LttngEventType DEFAULT_EVENT_TYPE = new LttngEventType(DEFAULT_TYPE_ID, DEFAULT_LABELS);
-    
-    private String tracefileName    = null;
-    private Long   cpuId            = null;
-    private String markerName       = null;
-    private int markerId            = -1;
-    
-    /**
-     * Default Constructor.<p>
-     * 
-     */
-    public LttngEventType() {
-        super();
-    }
-    
-    /**
-     * Default Constructor.<p>
-     * 
-     */
-    public LttngEventType(String typeId, String[] labels) {
-        super(typeId, labels);
-    }
-    
-    /**
-     * Constructor with parameters.<p>
-     * 
-     * @param thisTracefileName                Tracefile (channel) name in Ltt
-     * @param thisMarkerName           Marker name in LTT
-     * @param thisMarkerfieldsName  MarkerFields related to this marker        
-     */
-    public LttngEventType(String thisTracefileName, Long thisCpuId, String thisMarkerName, int thisMarkerId, String[] thisMarkerfieldsName) {
-        super( thisTracefileName + "/" + thisCpuId + "/" + thisMarkerName, thisMarkerfieldsName); //$NON-NLS-1$ //$NON-NLS-2$
-        
-        tracefileName   = thisTracefileName;
-        cpuId           = thisCpuId;
-        markerName      = thisMarkerName;
-        markerId        = thisMarkerId;
-    }
-
-    /**
-     * Copy constructor.<p>
-     * 
-     * @param oldType   Type we want to copy from
-     */
-    public LttngEventType(LttngEventType oldType) {
-        this(oldType.tracefileName, oldType.cpuId, oldType.markerName, oldType.markerId, oldType.getLabels());
-    }
-    
-    
-    public String getTracefileName() {
-        return tracefileName;
-    }
-    
-    public Long getCpuId() {
-        return cpuId;
-    }
-    
-    public String getMarkerName() {
-        return markerName;
-    }
-    
-    public int getMarkerId() {
-        return markerId;
-    }
-    
-    /**
-     * toString() method.
-     * 
-     * @return TypeId (channel/marker) of the object
-     */
-    @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-        // *** TODO ***
-        // This is used as-it in the events view, so we won't change its format.
-        //  ...but maybe we should?
-        return tracefileName + "/" + cpuId.toString() + "/" + markerName;
-    }
-
-    @Override
-       public LttngEventType clone() {
-       LttngEventType clone = (LttngEventType) super.clone();
-               clone.tracefileName = new String(tracefileName);
-               clone.cpuId         = new Long(cpuId);
-               clone.markerName    = new String(markerName);
-               clone.markerId      = markerId;
-       return clone;
-    }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngLocation.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngLocation.java
deleted file mode 100644 (file)
index 25913fc..0000000
+++ /dev/null
@@ -1,161 +0,0 @@
-package org.eclipse.linuxtools.lttng.event;
-
-import org.eclipse.linuxtools.tmf.trace.ITmfLocation;
-
-
-public class LttngLocation implements ITmfLocation<LttngTimestamp>, Comparable<LttngLocation> {
-       
-       private final static long DEFAULT_CURR_TIME =  0L;
-       
-       private boolean isLastOperationParse = false ;
-       private boolean isLastOperationReadNext = false;
-       private boolean isLastOperationSeek = false;
-       
-       private LttngTimestamp operationTime = null;
-       
-       public LttngLocation() {
-               this( DEFAULT_CURR_TIME );
-       }
-       
-       public LttngLocation(long newCurrentTimestampValue) {
-               isLastOperationParse = false;
-               isLastOperationReadNext = false;
-               isLastOperationSeek = false;
-               operationTime = new LttngTimestamp(newCurrentTimestampValue);
-       }
-       
-       public LttngLocation(LttngTimestamp newCurrentTimestamp) {
-               isLastOperationParse = false;
-               isLastOperationReadNext = false;
-               isLastOperationSeek = false;
-               operationTime = new LttngTimestamp(newCurrentTimestamp);
-       }
-       
-       
-       public LttngLocation(LttngLocation oldLocation) {
-               this.isLastOperationParse = oldLocation.isLastOperationParse;
-               this.isLastOperationReadNext = oldLocation.isLastOperationReadNext;
-               this.isLastOperationSeek = oldLocation.isLastOperationSeek;
-               this.operationTime = oldLocation.operationTime;
-       }
-       
-       @Override
-       public LttngLocation clone() {
-               
-               LttngLocation newLocation = null;
-               
-               try {
-                       newLocation = (LttngLocation)super.clone();
-                       
-                       // *** IMPORTANT ***
-                       // Basic type in java are immutable!
-                       // Thus, using assignation ("=") on basic type is VALID.
-                       newLocation.isLastOperationParse = this.isLastOperationParse;
-                       newLocation.isLastOperationReadNext = this.isLastOperationReadNext;
-                       newLocation.isLastOperationSeek = this.isLastOperationSeek;
-                       
-                       // For other type, we need to create a new timestamp
-                       newLocation.operationTime  = new LttngTimestamp( this.operationTime );
-               } 
-               catch (CloneNotSupportedException e) {
-                       System.out.println("Cloning failed with : " + e.getMessage()); //$NON-NLS-1$
-               }
-
-               return newLocation;
-       }
-       
-       public LttngTimestamp getOperationTime() {
-               return operationTime;
-       }
-       
-       public long getOperationTimeValue() {
-               return operationTime.getValue();
-       }
-       
-       public void setOperationTime(LttngTimestamp newOperationTime) {
-               this.operationTime.setValue(newOperationTime.getValue());
-       }
-       
-       public void setOperationTime(Long newOperationTimeValue) {
-               this.operationTime.setValue(newOperationTimeValue);
-       }
-       
-       
-       public void setLastOperationParse() {
-               isLastOperationParse = true;
-               isLastOperationReadNext  = false;
-               isLastOperationSeek  = false;
-       }
-
-       public boolean isLastOperationParse() {
-               return isLastOperationParse;
-       }
-       
-       
-       public void setLastOperationReadNext() {
-               isLastOperationParse = false;
-               isLastOperationReadNext  = true;
-               isLastOperationSeek  = false;
-       }
-
-       public boolean isLastOperationReadNext() {
-               return isLastOperationReadNext;
-       }
-       
-       
-       public void setLastOperationSeek() {
-               isLastOperationParse = false;
-               isLastOperationReadNext  = false;
-               isLastOperationSeek  = true;
-       }
-
-       public boolean isLastOperationSeek() {
-               return isLastOperationSeek;
-       }
-       
-       public void resetLocationState() {
-               isLastOperationParse = false;
-               isLastOperationReadNext = false;
-               isLastOperationSeek = false;
-       }
-       
-       // ------------------------------------------------------------------------
-       // Object
-       // ------------------------------------------------------------------------
-
-       @Override
-       public boolean equals(Object other) {
-       if (!(other instanceof LttngLocation)) {
-               return false;
-       }
-       LttngLocation o = (LttngLocation) other;
-       return (operationTime.equals(o.operationTime)) && (isLastOperationParse == o.isLastOperationParse) &&
-                  (isLastOperationReadNext == o.isLastOperationReadNext) && (isLastOperationSeek == o.isLastOperationSeek);
-       }
-       
-       @Override
-       public String toString() {
-//             return "\tLttngLocation[ P/R/S : "  + isLastOperationParse + "/" + isLastOperationReadNext + "/" + isLastOperationSeek + "  Current : " + operationTime + " ]";
-               return operationTime.toString();
-       }
-       
-       // ------------------------------------------------------------------------
-       // ITmfLocation
-       // ------------------------------------------------------------------------
-
-       @Override
-       public void setLocation(LttngTimestamp location) {
-               operationTime  = (LttngTimestamp)location;
-       }
-
-       @Override
-       public LttngTimestamp getLocation() {
-               return new LttngTimestamp ( operationTime );
-       }
-
-       @Override
-       public int compareTo(LttngLocation o) {
-               return operationTime.compareTo(o.operationTime);
-       }
-       
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngSyntheticEvent.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngSyntheticEvent.java
deleted file mode 100644 (file)
index 2f15269..0000000
+++ /dev/null
@@ -1,309 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.event;
-
-import org.eclipse.linuxtools.lttng.jni.JniEvent;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.trace.TmfTrace;
-
-/**
- * @author alvaro
- * 
- */
-public class LttngSyntheticEvent extends LttngEvent {
-
-       public static final LttngSyntheticEvent NullEvent = new LttngSyntheticEvent();
-
-       // ======================================================================+
-       // Data
-       // =======================================================================
-       /**
-        * <p>
-        * BEFORE: Before the update to the state system
-        * </p>
-        * <p>
-        * UPDATE: Proceed to update the state system
-        * </p>
-        * <p>
-        * AFTER: After the update of the state system
-        * </p>
-        * <p>
-        * ACK: Acknowledge indicator for any of the previous sequences
-        * </p>
-        */
-       public enum SequenceInd {
-               STARTREQ, BEFORE, UPDATE, AFTER, ENDREQ
-       };
-
-       private SequenceInd sequence = SequenceInd.BEFORE;
-       private LttngEvent baseEvent = null;
-       private LttngTraceState fTraceModel = null;
-       // ======================================================================+
-       // Constructors
-       // =======================================================================
-       /**
-        * @param baseEvent
-        */
-       public LttngSyntheticEvent(LttngEvent baseEvent) {
-               super(baseEvent);
-               this.baseEvent = baseEvent;
-       }
-
-       /**
-        * @param parent
-        * @param timestamp
-        * @param source
-        * @param type
-        * @param content
-        * @param reference
-        * @param lttEvent
-        */
-       public LttngSyntheticEvent(TmfTrace<LttngEvent> parent,
-                       LttngTimestamp timestamp, TmfEventSource source,
-                       LttngEventType type, LttngEventContent content,
-                       LttngEventReference reference, JniEvent lttEvent) {
-               super(parent, timestamp, source, type, content, reference, lttEvent);
-       }
-
-       private LttngSyntheticEvent() {
-               this(null, null, null, null, null, null, null);
-       }
-
-       // ======================================================================+
-       // Methods
-       // =======================================================================
-
-       /**
-        * @return the sequence indicator
-        */
-       public SequenceInd getSynType() {
-               return sequence;
-       }
-
-       /**
-        * @param type
-        *            the sequence indicator to set
-        */
-       public void setSequenceInd(SequenceInd sequence) {
-               this.sequence = sequence;
-       }
-
-       /**
-        * @return the baseEvent
-        */
-       public LttngEvent getBaseEvent() {
-               return baseEvent;
-       }
-
-       /**
-        * @param traceModel
-        *            the trace state-data-model associated to this event
-        */
-       public void setTraceModel(LttngTraceState traceModel) {
-               this.fTraceModel = traceModel;
-       }
-
-       /**
-        * @return the traceModel
-        */
-       public LttngTraceState getTraceModel() {
-               return fTraceModel;
-       }
-
-       /**
-        * /* (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#getParentTrace()
-        */
-       @SuppressWarnings("unchecked")
-    @Override
-   public TmfTrace<LttngEvent> getParentTrace() {
-               if (baseEvent != null) {
-                       return (TmfTrace<LttngEvent>) baseEvent.getParentTrace();
-               } else {
-                       return (TmfTrace<LttngEvent>) super.getParentTrace();
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.event.LttngEvent#setParentTrace(org.eclipse
-        * .linuxtools.tmf.trace.TmfTrace)
-        */
-       @Override
-       public void setParentTrace(TmfTrace<LttngEvent> parentTrace) {
-               if (baseEvent != null) {
-                       baseEvent.setParentTrace(parentTrace);
-               } else {
-                       super.setParentTrace(parentTrace);
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#getChannelName()
-        */
-       @Override
-       public String getChannelName() {
-               if (baseEvent != null) {
-                       return baseEvent.getChannelName();
-               } else {
-                       return super.getChannelName();
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#getCpuId()
-        */
-       @Override
-       public long getCpuId() {
-               if (baseEvent != null) {
-                       return baseEvent.getCpuId();
-               } else {
-                       return super.getCpuId();
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#getMarkerName()
-        */
-       @Override
-       public String getMarkerName() {
-               if (baseEvent != null) {
-                       return baseEvent.getMarkerName();
-               } else {
-                       return super.getMarkerName();
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#getContent()
-        */
-       @Override
-       public LttngEventContent getContent() {
-               if (baseEvent != null) {
-                       return baseEvent.getContent();
-               } else {
-                       return super.getContent();
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.event.LttngEvent#setContent(org.eclipse.
-        * linuxtools.lttng.event.LttngEventContent)
-        */
-       @Override
-       public void setContent(LttngEventContent newContent) {
-               if (baseEvent != null) {
-                       baseEvent.setContent(newContent);
-               } else {
-                       super.setContent(newContent);
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#getType()
-        */
-       @Override
-       public LttngEventType getType() {
-               if (baseEvent != null) {
-                       return baseEvent.getType();
-               } else {
-                       return super.getType();
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.event.LttngEvent#setType(org.eclipse.linuxtools
-        * .lttng.event.LttngEventType)
-        */
-       @Override
-       public void setType(LttngEventType newType) {
-               if (baseEvent != null) {
-                       baseEvent.setType(newType);
-               } else {
-                       super.setType(newType);
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.event.LttngEvent#updateJniEventReference
-        * (org.eclipse.linuxtools.lttng.jni.JniEvent)
-        */
-       @Override
-       public void updateJniEventReference(JniEvent newJniEventReference) {
-               if (baseEvent != null) {
-                       baseEvent.updateJniEventReference(newJniEventReference);
-               } else {
-                       super.updateJniEventReference(newJniEventReference);
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#convertEventTmfToJni()
-        */
-       @Override
-       public JniEvent convertEventTmfToJni() {
-               if (baseEvent != null) {
-                       return baseEvent.convertEventTmfToJni();
-               } else {
-                       return super.convertEventTmfToJni();
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#isNullRef()
-        */
-       @Override
-       public boolean isNullRef() {
-               return this == NullEvent;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.event.LttngEvent#toString()
-        */
-       @Override
-       public String toString() {
-               if (baseEvent != null) {
-                       return baseEvent.toString();
-               } else {
-                       return super.toString();
-               }
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngTimestamp.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/event/LttngTimestamp.java
deleted file mode 100644 (file)
index bc93f39..0000000
+++ /dev/null
@@ -1,183 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   William Bourque (wbourque@gmail.com) - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.event;
-
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-/**
- * <b><u>LttngTimestamp</u></b><p>
- * 
- * Lttng specific implementation of the TmfTimestamp.<p>
- * 
- * The Lttng implementation is the same as the basic Tmf Implementation but allow construction with a TmfTimestamp or a long.
- */
-public class LttngTimestamp extends TmfTimestamp {
-    
-    // Required by Serializable
-       private static final long serialVersionUID = -7016853105162491273L;
-       
-    /**
-     * Default Constructor.<p>
-     * 
-     */
-       public LttngTimestamp() {
-           super(Long.MIN_VALUE, (byte) -9);
-       }
-       
-       /**
-     * Constructor with parameters.<p>
-     * 
-     * @param newEventTime    Time as long, unit expected to be nanoseconds
-     */
-    public LttngTimestamp(long newEventTime) {
-        super(newEventTime, (byte) -9);
-    }
-    
-    /**
-     * Copy Constructor.<p>
-     * 
-     * @param oldEventTime    The timestamp object we want to copy from
-     */
-    public LttngTimestamp(TmfTimestamp oldEventTime) {
-        this(oldEventTime.getValue());
-    }
-    
-    @Override
-    public long getValue() {
-        return fValue;
-    }
-    
-    public void setValue(long newValue) {
-        fValue = newValue;
-    }
-    
-       /**
-        * Get the second part in timestamp.<p>
-        * 
-        * Note : We do not use scale and assumes contents to be in nano seconds.
-        * 
-        * @return Seconds in the object, in string.
-        */
-       public String getSeconds() {
-               return formatSecs(fValue);
-       }
-
-       /**
-     * Get the nanosecond part in timestamp.<p>
-     * 
-     * Note : We do not use scale and assumes contents to be in nanoseconds.
-        * 
-        * @return Seconds in the object, in string.
-        */
-       public String getNanoSeconds() {
-               return formatNs(fValue);
-       }
-       
-       /*
-        * Use the exponent to format the second in the correct format.
-        */
-       private String formatSecs(long time) {
-               long sec = (long) (time * 1E-9);
-               return String.valueOf(sec);
-       }
-
-       /*
-        * Obtains the remainder fraction on unit Seconds of the entered value in
-        * nanoseconds. e.g. input: 1241207054171080214 ns.
-        * The number of fraction seconds can be obtained by removing the last 9 digits: 
-        * In 1241207054, the fractional portion of seconds, expressed in ns is: 171080214
-        */
-       private String formatNs(long time) {
-               boolean neg = time < 0;
-               if (neg) {
-                       time = -time;
-               }
-               // The following approach could be used although performance
-               // decreases in half.
-               // String strVal = String.format("%09d", time);
-               // String tmp = strVal.substring(strVal.length() - 9)
-               StringBuffer temp = new StringBuffer();
-               long ns = time;
-               ns %= 1000000000;
-               if (ns < 10) {
-                       temp.append("00000000"); //$NON-NLS-1$
-               } else if (ns < 100) {
-                       temp.append("0000000"); //$NON-NLS-1$
-               } else if (ns < 1000) {
-                       temp.append("000000"); //$NON-NLS-1$
-               } else if (ns < 10000) {
-                       temp.append("00000"); //$NON-NLS-1$
-               } else if (ns < 100000) {
-                       temp.append("0000"); //$NON-NLS-1$
-               } else if (ns < 1000000) {
-                       temp.append("000"); //$NON-NLS-1$
-               } else if (ns < 10000000) {
-                       temp.append("00"); //$NON-NLS-1$
-               } else if (ns < 100000000) {
-                       temp.append("0"); //$NON-NLS-1$
-               }
-
-               temp.append(ns);
-               return temp.toString();
-       }
-
-       
-    /**
-     * toString() method.
-     * 
-     * @return timestamp, as string
-     */
-    @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-
-        long value = fValue;
-        if (fValue < 0) {
-            value = -fValue; 
-        }
-        
-        StringBuilder sb = new StringBuilder(String.valueOf(value));
-
-        // Prepend the correct number of "0" so we can insert a "." at the right location
-        int nbZeroes = (-fScale) - sb.length() + 1;  
-        for (int i = 0; i < nbZeroes; i++) {
-            sb.insert(i, "0");
-        }
-        sb.insert(sb.length() + fScale, ".");
-        
-        // Prepend "-" if negative
-        if (fValue < 0) {
-            sb.insert(0, "-");
-        }
-        
-        return sb.toString();
-    }
-
-    @Override
-    public LttngTimestamp clone() {
-       return (LttngTimestamp) super.clone();
-    }
-
-    /**
-     * Compute the delta between two timestamps (adjusted to scale of current timestamp).
-     * 
-     * @param reference the reference timestamp to synchronize with
-     * @return the delta timestamp 
-     * @throws ArithmeticException
-     */
-    @Override
-    public LttngTimestamp getDelta(TmfTimestamp other) throws ArithmeticException {
-        TmfTimestamp delta = super.getDelta(other);
-        return new LttngTimestamp(delta); 
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/exceptions/EventOutOfSequenceException.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/exceptions/EventOutOfSequenceException.java
deleted file mode 100644 (file)
index 5e00280..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- * 
- */
-package org.eclipse.linuxtools.lttng.exceptions;
-
-/**
- * @author francois
- *
- */
-public class EventOutOfSequenceException extends Exception {
-
-       private static final long serialVersionUID = -3537822357348706661L;
-
-       public EventOutOfSequenceException(String errMsg) {
-        super(errMsg);
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/exceptions/LttngException.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/exceptions/LttngException.java
deleted file mode 100644 (file)
index 00226c8..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.eclipse.linuxtools.lttng.exceptions;
-
-/**
- * <b><u>LttngException</u></b>
- * <p>
- * Super exception class for Lttng
- */
-public class LttngException extends Exception {
-       static final long serialVersionUID = 4016530589556719360L;
-
-    public LttngException(String errMsg) {
-        super(errMsg);
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/model/ILTTngTreeNode.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/model/ILTTngTreeNode.java
deleted file mode 100644 (file)
index 0d6da5e..0000000
+++ /dev/null
@@ -1,119 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.model;
-
-import org.eclipse.core.runtime.IAdaptable;
-
-/**
- * @author alvaro
- *
- */
-public interface ILTTngTreeNode<E extends ILTTngTreeNode<E>> extends IAdaptable {
-       // ========================================================================
-       // Methods
-       // ========================================================================
-       /**
-        * Return the unique id of this resource
-        * 
-        * @return
-        */
-       public Long getId();
-
-       /**
-        * Types are defined by the user application
-        * 
-        * @return
-        */
-       public Object getType();
-
-       /**
-        * Return this resource name
-        * 
-        * @return
-        */
-       public E getChildByName(String name);
-
-       /**
-        * @param k
-        *            k needed for the creation of the generic array
-        * @return
-        */
-       public E[] getChildren();
-
-       /**
-        * Get the child by its unique id
-        * 
-        * @param id
-        * @return
-        */
-       public E getChildById(Long id);
-
-       /**
-        * Get the parent of this resource
-        * 
-        * @return
-        */
-       public E getParent();
-
-       /**
-        * @return
-        */
-       public boolean hasChildren();
-
-       /**
-        * Return the name of this resource
-        * 
-        * @return
-        */
-       public String getName();
-
-       /**
-        * <p>
-        * Get the path from parent resources to this resource
-        * </p>
-        * <p>
-        * e.g. /root/name1/name2
-        * </p>
-        * 
-        * @return
-        */
-       public String getPath();
-
-       /**
-        * Return the reference value associated to this tree node
-        * 
-        * @return
-        */
-       public Object getValue();
-
-       /**
-        * returns the next value to be used as unique id in reference to this
-        * instance e.g. can be used to construct children unique ids.
-        */
-       public Long getNextUniqueId();
-
-       /**
-        * Returns an attribute by name and casts the attribute value to the
-        * specified type, returns null if the attribute itself is null, not and
-        * instance of the specified class or the attribute has not been added
-        * 
-        * @return
-        */
-       public <T> T getAttribute(String name, Class<T> type);
-
-       /**
-        * Adds an attribute by name and which is not a tree node element
-        * 
-        * @return true if the element was not added e.g. invalid input
-        */
-       public boolean addAttribute(String name, Object attribute);
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/model/LTTngTreeNode.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/model/LTTngTreeNode.java
deleted file mode 100644 (file)
index 65de900..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.model;
-
-
-public class LTTngTreeNode extends
-               LTTngTreeNodeGeneric<LTTngTreeNode> {
-
-       // ========================================================================
-       // Data
-       // ========================================================================
-
-
-       // ========================================================================
-       // Constructors
-       // ========================================================================
-       /**
-        * @param id
-        * @param parent
-        * @param name
-        */
-       public LTTngTreeNode(Long id, LTTngTreeNode parent, String name) {
-               super(id, parent, name, null);
-       }
-
-       /**
-        * @param id
-        * @param parent
-        * @param name
-        * @param value
-        */
-       public LTTngTreeNode(Long id, LTTngTreeNode parent, String name,
-                       Object value) {
-               super(id, parent, name, value);
-       }
-
-       /**
-        * When parent is not know just yet
-        * 
-        * @param id
-        * @param name
-        * @param value
-        */
-       public LTTngTreeNode(Long id, String name, Object value) {
-               this(id, null, name, value);
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.model.LTTngTreeNodeGeneric#getChildren()
-        */
-       @Override
-       public LTTngTreeNode[] getChildren() {
-               return childrenToArray(fchildren.values(), this.getClass());
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/model/LTTngTreeNodeGeneric.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/model/LTTngTreeNodeGeneric.java
deleted file mode 100644 (file)
index 08755ca..0000000
+++ /dev/null
@@ -1,371 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.model;
-
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-
-import org.eclipse.linuxtools.lttng.LttngConstants;
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.tmf.event.TmfData;
-
-public abstract class LTTngTreeNodeGeneric<E extends LTTngTreeNodeGeneric<E>>
-               extends TmfData implements ILTTngTreeNode<E> {
-
-       // ========================================================================
-       // Data
-       // ========================================================================
-       private final Long fid;
-       private final Object ftype;
-       private final Object fvalue;
-       protected final Map<Long, E> fchildren = new HashMap<Long, E>();
-       protected final Map<String, E> fchildrenByName = new HashMap<String, E>();
-       protected final Map<String, Object> fattributesByName = new HashMap<String, Object>();
-       private E fparent = null;
-       private final String fname;
-       private Long idCount = 0L;
-
-       // ========================================================================
-       // Constructors
-       // ========================================================================
-       /**
-        * @param id
-        * @param parent
-        * @param name
-        * @param value
-        */
-       public LTTngTreeNodeGeneric(Long id, E parent, String name,
-                       Object value) {
-               fid = id;
-               fparent = parent;
-               fname = name;
-
-               if (value != null) {
-                       fvalue = value;
-                       ftype = fvalue.getClass();
-               } else {
-                       fvalue = this;
-                       ftype = this.getClass();
-               }
-       }
-
-       /**
-        * @param id
-        * @param parent
-        * @param name
-        */
-       public LTTngTreeNodeGeneric(Long id, E parent, String name) {
-               this(id, parent, name, null);
-       }
-
-       /**
-        * When parent is not know just yet
-        * 
-        * @param id
-        * @param type
-        * @param name
-        */
-       public LTTngTreeNodeGeneric(Long id, String name, Object value) {
-               this(id, null, name, value);
-       }
-
-       // ========================================================================
-       // Methods
-       // ========================================================================
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#getId()
-        */
-       @Override
-       public Long getId() {
-               return fid;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#getType()
-        */
-       @Override
-       public Object getType() {
-               return ftype;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#getChildByName
-        * ()
-        */
-       @Override
-       public E getChildByName(String name) {
-               E child = null;
-               if (name != null) {
-                       child = fchildrenByName.get(name);
-               }
-               return child;
-       }
-
-       /**
-        * @param child
-        */
-       public void addChild(E child) {
-               if (child != null) {
-                       Long id = child.getId();
-                       if (id != null) {
-                               if (fchildren.containsKey(id) && fchildren.get(id) != child) {
-                                       TraceDebug.debug("Replaced child " + id + " for: " + child);  //$NON-NLS-1$//$NON-NLS-2$
-                               }
-                               fchildren.put(id, child);
-                               fchildrenByName.put(child.getName(), child);
-                       }
-               }
-
-               return;
-       }
-
-       /**
-        * @param child
-        */
-       public void removeChild(E child) {
-               if (child != null) {
-                       Long id = child.getId();
-                       if (id != null) {
-                               E childToRemove = fchildren.remove(id);
-                               if (childToRemove != null) {
-                                       fchildrenByName.remove(childToRemove.getName());
-                               }
-                       }
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.model.ILTTngTreeNode#getChildren()
-        */
-       @Override
-       public abstract E[] getChildren();
-       // {
-       // return (T[]) childrenToArray(fchildren.values(), this.getClass());
-       // }
-
-       /**
-        * Convert from generic collection to generic array. An empty array is
-        * provided when no children nodes are defined
-        * 
-        * @param collection
-        * @param k
-        * @return
-        */
-       @SuppressWarnings("unchecked")
-       protected E[] childrenToArray(Collection<E> collection, Class<? extends E> k) {
-               // check entries
-               if (collection == null || k == null) {
-                       return null;
-               }
-
-               int size = collection.size();
-
-               // unchecked cast
-               E[] childrenArray = (E[]) java.lang.reflect.Array.newInstance(k, size);
-               int i = 0;
-               for (E item : collection) {
-                       childrenArray[i++] = item;
-               }
-
-               return childrenArray;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#getChildById
-        * (java.lang.Long)
-        */
-       @Override
-       public E getChildById(Long id) {
-               if (id == null)
-                       return null;
-               return fchildren.get(id);
-       }
-
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#getParent()
-        */
-       @Override
-       public E getParent() {
-               return fparent;
-       }
-
-       /**
-        * @param parent
-        */
-       public void setParent(E parent) {
-               fparent = parent;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#hasChildren()
-        */
-       @Override
-       public boolean hasChildren() {
-               if (fchildren.size() > 0) {
-                       return true;
-               }
-               return false;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#getName()
-        */
-       @Override
-       public String getName() {
-               return fname;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.control.ILTTngAnalysisResource#getPath()
-        */
-       @Override
-       public String getPath() {
-               return getPath(this, ""); //$NON-NLS-1$
-       }
-
-       /**
-        * Obtaining the path recursively up to the related parents until no parent
-        * is found
-        * 
-        * @param child
-        * @param ipath
-        * @return
-        */
-       private String getPath(LTTngTreeNodeGeneric<E> child,
-                       String ipath) {
-               String path = ipath;
-               if (ipath != null) {
-                       if (child == null) {
-                               return ipath;
-                       } else {
-                               E parent = child.getParent();
-                               path = getPath(parent, "/" + child.getName() + ipath); //$NON-NLS-1$
-                       }
-               }
-
-               return path;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.core.runtime.IAdaptable#getAdapter(java.lang.Class)
-        */
-       @Override
-       @SuppressWarnings("rawtypes")
-       public Object getAdapter(Class clazz) {
-               if (clazz == ftype) {
-                       return fvalue;
-               }
-               return null;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.model.ILTTngTreeNode#getValue()
-        */
-       @Override
-       public Object getValue() {
-               return fvalue;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.model.ILTTngTreeNode#getNextUniqueId()
-        */
-       @Override
-       public synchronized Long getNextUniqueId() {
-           ++idCount;
-           if (idCount > LttngConstants.MAX_NUMBER_OF_TRACES_ID) {
-               idCount = 0L;
-           }
-               return idCount | LttngConstants.STATS_TRACE_NAME_ID;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.model.ILTTngTreeNode#getAttribute(java.lang
-        * .String)
-        */
-       @Override
-       @SuppressWarnings("unchecked")
-       public <T> T getAttribute(String key, Class<T> type) {
-               if (key != null) {
-                       Object value = fattributesByName.get(key);
-                       if (value.getClass().isAssignableFrom(type)) {
-                               return (T) value;
-                       }
-               }
-
-               return null;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.model.ILTTngTreeNode#addAttribute(java.lang
-        * .String, java.lang.Object)
-        */
-       @Override
-       public boolean addAttribute(String key, Object value) {
-               // validate
-               if (key == null || value == null) {
-                       return false;
-               }
-
-               fattributesByName.put(key, value);
-               return true;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.tmf.event.TmfData#isNullRef()
-        */
-       @Override
-       public boolean isNullRef() {
-               return false;
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/ILttngSyntEventRequest.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/ILttngSyntEventRequest.java
deleted file mode 100644 (file)
index aaff37f..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 20010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.request;
-
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent;
-import org.eclipse.linuxtools.tmf.component.TmfEventProvider;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-
-public interface ILttngSyntEventRequest extends ITmfDataRequest<LttngSyntheticEvent> {
-
-       /**
-        * Trigger the start to process this request right after the notification to
-        * the interested listeners
-        * 
-        * @param provider
-        * @param broadcast
-        *            true: All views, false: only to registered listeners
-        */
-       public abstract void startRequestInd(
-                       TmfEventProvider<LttngSyntheticEvent> provider);
-
-       /**
-        * to be called by the handleCompletion in superclass method, notifies the
-        * interested listeners. i.e. if the request start indicated broadcast, the
-        * completion will also be broadcasted otherwise only registered listeners
-        * will be notified.
-        */
-       public abstract void notifyCompletion();
-
-       public abstract void notifyStarting();
-
-       public abstract TmfTimeRange getExperimentTimeRange();
-
-       /**
-        * @param numOfEvents
-        *            the numOfEvents to set
-        */
-       public abstract void setSynEventCount(Long numOfEvents);
-
-       /**
-        * @return the numOfEvents
-        */
-       public abstract Long getSynEventCount();
-
-       /**
-        * @param clearAllData
-        *            indicates the need to clear all previous data e.g. a new
-        *            experiment selection
-        */
-       public abstract void setclearDataInd(boolean clearAllData);
-
-       /**
-        * Returns indication - clearing of all existing data model is required e.g
-        * from the selection of a new experiment
-        * 
-        * @return
-        */
-       public abstract boolean isclearDataInd();
-
-       /**
-        * @return <p>
-        *         The associated source of the request
-        *         </p>
-        *         <p>
-        *         Returns null if no source object has been previously set
-        *         </p>
-        * 
-        */
-       public abstract Object getSource();
-
-       /**
-        * Sets a reference to the source of this request
-        * 
-        * @param source
-        */
-       public abstract void setSource(Object source);
-
-
-       /**
-        * Return the time range associated to this request
-        * 
-        * @return
-        */
-       public abstract TmfTimeRange getRange();
-       
-       public abstract String getExperimentName();
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/IRequestStatusListener.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/IRequestStatusListener.java
deleted file mode 100644 (file)
index c0d1feb..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.request;
-
-
-
-/**
- * Interface to be used to receive notification of Processing start and
- * completed
- * 
- * @author alvaro
- * 
- */
-public interface IRequestStatusListener {
-       // ========================================================================
-       // Methods
-       // ========================================================================
-       
-       /**
-        * 
-        * @param request
-        * @return
-        */
-       public void processingStarted(RequestStartedSignal request);
-
-       /**
-        * @param signal
-        */
-       public void processingCompleted(RequestCompletedSignal signal);
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/LttngBaseEventRequest.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/LttngBaseEventRequest.java
deleted file mode 100644 (file)
index bdc3e98..0000000
+++ /dev/null
@@ -1,126 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *   Marc Dumais (marc.dumais@ericsson.com) - Fix for 316455 (first part)
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.request;
-
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-
-/**
- * This class is an extension of Tmf Event Request which includes specific
- * references i.e. a status listener to indicate the start and end of the
- * request
- * 
- * @author alvaro
- * 
- */
-public abstract class LttngBaseEventRequest extends TmfEventRequest<LttngEvent> {
-
-       // ========================================================================
-       // Data
-       // =======================================================================
-       private long numOfEvents = 0;
-       private boolean clearDataInd = false;
-       /**
-        * The time to send events to the application as requested, Note: The start
-        * time of the request for base events is adjusted to the nearest check
-        * point
-        */
-       private final TmfTimestamp fDispatchTime;
-
-       // ========================================================================
-       // Constructors
-       // =======================================================================
-       /**
-        * @param range
-        * @param dispatchTime
-        * @param offset
-        * @param nbEvents
-        * @param maxBlockSize
-        * @param traceState
-        * @param listener
-        */
-       public LttngBaseEventRequest(TmfTimeRange range, TmfTimestamp dispatchTime, long offset, int nbEvents,
-                       int maxBlockSize, ITmfDataRequest.ExecutionType execType) {
-               super(LttngEvent.class, range, (int) offset, nbEvents, maxBlockSize, execType);         
-               fDispatchTime = dispatchTime;
-       }
-
-       @Override
-       public void cancel() {
-               super.cancel();
-       }
-
-       // ========================================================================
-       // Methods
-       // =======================================================================
-
-       /**
-        * Trigger the start to process this request right after the notification to
-        * the interested listeners
-        * 
-        * @param experiment
-        * @param broadcast
-        *            true: All views, false: only to registered listeners
-        */
-       public void startRequestInd(TmfExperiment<LttngEvent> experiment,
-                       boolean broadcast) {
-               // trigger the start to process this request
-               experiment.sendRequest(this);
-       }
-
-       /**
-        * @param numOfEvents
-        *            the numOfEvents to set
-        */
-       public void setNumOfEvents(long numOfEvents) {
-               this.numOfEvents = numOfEvents;
-       }
-
-       /**
-        * @return the numOfEvents
-        */
-       public long getNumOfEvents() {
-               return numOfEvents;
-       }
-
-       /**
-        * @param clearAllData
-        *            indicates the need to clear all previous data e.g. a new
-        *            experiment selection
-        */
-       public void setclearDataInd(boolean clearAllData) {
-               this.clearDataInd = clearAllData;
-       }
-
-       /**
-        * Returns indication - clearing of all existing data model is required e.g
-        * from the selection of a new experiment
-        * 
-        * @return
-        */
-       public boolean isclearDataInd() {
-               return clearDataInd;
-       }
-
-       /**
-        * @return The time to start dispatching events to the application
-        */
-       public TmfTimestamp getDispatchTime() {
-               return fDispatchTime;
-       }
-       
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/LttngSyntEventRequest.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/LttngSyntEventRequest.java
deleted file mode 100644 (file)
index 96a0886..0000000
+++ /dev/null
@@ -1,251 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.request;
-
-import java.util.Vector;
-
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ITransEventProcessor;
-import org.eclipse.linuxtools.tmf.component.TmfEventProvider;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-
-/**
- * This class is an extension of Data Request which includes specific references
- * i.e. a status listener to indicate the start and end of the request
- * 
- * @author alvaro
- * 
- */
-public class LttngSyntEventRequest extends TmfEventRequest<LttngSyntheticEvent>
-               implements ILttngSyntEventRequest {
-
-       // ========================================================================
-       // Data
-       // =======================================================================
-       private Vector<IRequestStatusListener> listeners = new Vector<IRequestStatusListener>();
-       private Long feventCount = 0L;
-       private boolean clearDataInd = false;
-       private TmfTimeRange fExperimentTimeRange = null;
-       private Object fsource = null;
-       private final ITransEventProcessor fprocessor;
-       private String fExperimentName = null; 
-       
-
-       // ========================================================================
-       // Constructors
-       // =======================================================================
-    /**
-     * @param range
-     * @param offset
-     * @param nbEvents
-     * @param maxBlockSize
-     * @param listener
-     * @param experimentTimeRange
-     * @param processor
-     */
-    public LttngSyntEventRequest(TmfTimeRange range, long offset, int nbEvents,
-                   int maxBlockSize, IRequestStatusListener listener,
-                   TmfTimeRange experimentTimeRange, ITransEventProcessor processor) {
-               
-               this(range, offset, nbEvents, maxBlockSize, listener, experimentTimeRange, processor, "", ExecutionType.FOREGROUND); //$NON-NLS-1$
-           }
-       /**
-        * @param range
-        * @param offset
-        * @param nbEvents
-        * @param maxBlockSize
-        * @param listener
-        * @param experimentTimeRange
-        * @param processor
-        * @param experimentName 
-        */
-       public LttngSyntEventRequest(TmfTimeRange range, long offset, int nbEvents,
-                       int maxBlockSize, IRequestStatusListener listener,
-                       TmfTimeRange experimentTimeRange, ITransEventProcessor processor, String experimentName) {
-               
-               this(range, offset, nbEvents, maxBlockSize, listener, experimentTimeRange, processor, experimentName, ExecutionType.FOREGROUND);
-       }
-
-    /**
-     * @param range
-     * @param offset
-     * @param nbEvents
-     * @param maxBlockSize
-     * @param listener
-     * @param experimentTimeRange
-     * @param processor
-     * @param experimentName
-     * @param execType 
-     */
-       public LttngSyntEventRequest(TmfTimeRange range, long offset, int nbEvents,
-                       int maxBlockSize, IRequestStatusListener listener,
-                       TmfTimeRange experimentTimeRange, ITransEventProcessor processor, String experimentName,
-                       ExecutionType execType) {
-               
-               super(LttngSyntheticEvent.class, range, (int) offset, nbEvents, maxBlockSize, execType);
-               fExperimentTimeRange = experimentTimeRange;
-               fExperimentName = new String(experimentName);
-               addListener(listener);
-
-               fprocessor = processor;
-       }
-
-       /**
-        * @param listener
-        */
-       public void addListener(IRequestStatusListener listener) {
-               if (listener != null && !listeners.contains(listener)) {
-                       listeners.add(listener);
-               }
-       }
-
-       /**
-        * @param listener
-        */
-       public void removeListener(IRequestStatusListener listener) {
-               if (listener != null) {
-                       listeners.remove(listener);
-               }
-       }
-
-       // ========================================================================
-       // Methods
-       // =======================================================================
-       /* (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.request.ILttngEventRequest#startRequestInd(org.eclipse.linuxtools.tmf.experiment.TmfExperiment, boolean)
-        */
-       @Override
-       public void startRequestInd(TmfEventProvider<LttngSyntheticEvent> provider) {
-               // trigger the start to process this request
-               provider.sendRequest(this);
-       }
-
-       /* (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.request.ILttngEventRequest#notifyCompletion()
-        */
-       @Override
-       public void notifyCompletion() {
-               // Notify specific state views
-               for (IRequestStatusListener listener : listeners) {
-                       listener.processingCompleted(new RequestCompletedSignal(this));
-               }
-       }
-
-       /* (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.request.ILttngEventRequest#notifyStarting()
-        */
-       @Override
-       public void notifyStarting() {
-               for (IRequestStatusListener listener : listeners) {
-                       listener.processingStarted(new RequestStartedSignal(this));
-               }
-       }
-
-       /* (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.request.ILttngEventRequest#getExperimentTimeRange()
-        */
-       @Override
-       public TmfTimeRange getExperimentTimeRange() {
-               return fExperimentTimeRange;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.request.ILttngSyntEventRequest#setSynEventCount
-        * (java.lang.Long)
-        */
-       @Override
-       public synchronized void setSynEventCount(Long numOfEvents) {
-               this.feventCount = numOfEvents;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.request.ILttngSyntEventRequest#getEventCount
-        * ()
-        */
-       @Override
-       public synchronized Long getSynEventCount() {
-               return feventCount;
-       }
-
-       /* (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.request.ILttngEventRequest#setclearDataInd(boolean)
-        */
-       @Override
-       public void setclearDataInd(boolean clearAllData) {
-               this.clearDataInd = clearAllData;
-       }
-
-       /* (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.request.ILttngEventRequest#isclearDataInd()
-        */
-       @Override
-       public boolean isclearDataInd() {
-               return clearDataInd;
-       }
-
-       /* (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.request.ILttngEventRequest#handleData()
-        */
-       @Override
-       public void handleData(LttngSyntheticEvent event) {
-               super.handleData(event);
-       }
-
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.tmf.request.TmfDataRequest#handleCompleted()
-        */
-       @Override
-       public void handleCompleted() {
-               // notify listeners
-               notifyCompletion();
-               super.handleCompleted();
-       }
-
-       /**
-        * @return the source
-        */
-       @Override
-       public Object getSource() {
-               return fsource;
-       }
-
-       /**
-        * @param source
-        */
-       @Override
-       public void setSource(Object source) {
-               this.fsource = source;
-       }
-
-       /**
-        * @return the event processor associated to this request
-        */
-       public ITransEventProcessor getProcessor() {
-               return fprocessor;
-       }
-
-       @Override
-    public String getExperimentName() {
-           return fExperimentName;
-       }
-       
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/RequestCompletedSignal.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/RequestCompletedSignal.java
deleted file mode 100644 (file)
index 6604dd2..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.eclipse.linuxtools.lttng.request;
-
-import org.eclipse.linuxtools.tmf.signal.TmfSignal;
-
-public class RequestCompletedSignal extends TmfSignal {
-
-       LttngSyntEventRequest request;
-
-       public RequestCompletedSignal(LttngSyntEventRequest request) {
-               super(request);
-               this.request = request;
-       }
-
-       public LttngSyntEventRequest getRequest() {
-               return request;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/RequestStartedSignal.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/request/RequestStartedSignal.java
deleted file mode 100644 (file)
index 624cb87..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.eclipse.linuxtools.lttng.request;
-
-import org.eclipse.linuxtools.tmf.signal.TmfSignal;
-
-public class RequestStartedSignal extends TmfSignal {
-
-       LttngSyntEventRequest request;
-
-       public RequestStartedSignal(LttngSyntEventRequest request) {
-               super(request);
-               this.request = request;
-       }
-
-       public LttngSyntEventRequest getRequest() {
-               return request;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/signal/ILttExperimentSelectedListener.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/signal/ILttExperimentSelectedListener.java
deleted file mode 100644 (file)
index dfd115f..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.signal;
-
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentRangeUpdatedSignal;
-
-/**
- * @author alvaro
- *
- */
-public interface ILttExperimentSelectedListener {
-
-       /**
-        * 
-        * @param source
-        * @param experiment
-        */
-       public void experimentSelected(Object source,
-                       TmfExperiment<LttngEvent> experiment);
-
-       /**
-        * @param signal
-        */
-       public void experimentRangeUpdated(TmfExperimentRangeUpdatedSignal signal);
-       
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/signal/StateExperimentListener.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/signal/StateExperimentListener.java
deleted file mode 100644 (file)
index e47fcc9..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.signal;
-
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.tmf.component.TmfComponent;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentRangeUpdatedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
-
-/**
- * @author alvaro
- * 
- */
-public class StateExperimentListener extends TmfComponent {
-
-       private final ILttExperimentSelectedListener fhandler;
-
-       public StateExperimentListener(String name, ILttExperimentSelectedListener handler) {
-               super(name);
-               fhandler = handler;
-       }
-
-       @SuppressWarnings("unchecked")
-       @TmfSignalHandler
-       public void experimentSelected(
-                       TmfExperimentSelectedSignal<? extends TmfEvent> signal) {
-               TmfExperiment<LttngEvent> experiment = (TmfExperiment<LttngEvent>) signal
-                               .getExperiment();
-
-               // notify handler
-               fhandler.experimentSelected(signal.getSource(), experiment);
-       }
-
-       @TmfSignalHandler
-       public void experimentRangeUpdated(TmfExperimentRangeUpdatedSignal signal) {
-               // notify handler
-               fhandler.experimentRangeUpdated(signal);
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/LttngStateException.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/LttngStateException.java
deleted file mode 100644 (file)
index 843d6e7..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.state;
-
-/**
- * 
- * @author alvaro
- * 
- */
-public class LttngStateException extends Exception {
-       /**
-        * 
-        */
-       private static final long serialVersionUID = 7122881233964952441L;
-
-       /**
-        * Constructs an {@code LttngStateException} with {@code null} as its error detail
-        * message.
-        */
-       public LttngStateException() {
-               super();
-       }
-
-       /**
-        * Constructs an {@code LttngStateException} with the specified detail message.
-        * 
-        * @param message
-        *            The detail message (which is saved for later retrieval by the
-        *            {@link #getMessage()} method)
-        */
-       public LttngStateException(String message) {
-               super(message);
-       }
-
-       /**
-        * Constructs an {@code LttngStateException} with the specified detail message and
-        * cause.
-        * 
-        * <p>
-        * Note that the detail message associated with {@code cause} is <i>not</i>
-        * automatically incorporated into this exception's detail message.
-        * 
-        * @param message
-        *            The detail message (which is saved for later retrieval by the
-        *            {@link #getMessage()} method)
-        * 
-        * @param cause
-        *            The cause (which is saved for later retrieval by the
-        *            {@link #getCause()} method). (A null value is permitted, and
-        *            indicates that the cause is nonexistent or unknown.)
-        * 
-        * @since 1.6
-        */
-       public LttngStateException(String message, Throwable cause) {
-               super(message, cause);
-       }
-
-       /**
-        * Constructs an {@code LttngStateException} with the specified cause and a detail
-        * message of {@code (cause==null ? null : cause.toString())} (which
-        * typically contains the class and detail message of {@code cause}). This
-        * constructor is useful for exceptions that are little more than
-        * wrappers for other throwables.
-        * 
-        * @param cause
-        *            The cause (which is saved for later retrieval by the
-        *            {@link #getCause()} method). (A null value is permitted, and
-        *            indicates that the cause is nonexistent or unknown.)
-        * 
-        * @since 1.6
-        */
-       public LttngStateException(Throwable cause) {
-               super(cause);
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/StateStrings.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/StateStrings.java
deleted file mode 100644 (file)
index be11499..0000000
+++ /dev/null
@@ -1,651 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *   Daniel U. Thibault (daniel.thibault@drdc-rddc.gc.ca) - 2011-06-21 Fixes
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state;
-
-import java.util.HashMap;
-import java.util.HashSet;
-
-/**
- * Singleton
- * Establishes relationships of state-related strings. Since the strings and
- * relations are fixed, the elements are final i.e. just for reading.
- * 
- * @author alvaro
- */
-
-@SuppressWarnings("nls")
-public class StateStrings {
-
-       // ========================================================================
-       // Table data
-       // =======================================================================
-    public static final String LTTV_STATE_UNBRANDED = "";
-       private static StateStrings instance = null;
-       private final HashMap<String, Events> eventStrMap = new HashMap<String, Events>();
-       private final HashMap<String, Events> stateTransEventMap = new HashMap<String, Events>();
-       private final String[] syscall_names = new String[256];
-       private final String[] trap_names = new String[256];
-       private final String[] irq_names = new String[256];
-       private final String[] soft_irq_names = new String[32];
-
-       private StateStrings() {
-               // Build a Hash map from string name to actual event structure
-               for (Events event : Events.values()) {
-                       eventStrMap.put(event.inName, event);
-                       if (event.isStateTransition()) {
-                               stateTransEventMap.put(event.inName, event);
-                       }
-               }
-
-               // Build system call names
-               for (int i = 0; i < 256; i++) {
-                       syscall_names[i] = "syscall " + i;
-               }
-
-               // Build trap names
-               for (int i = 0; i < 256; i++) {
-                       trap_names[i] = "trap " + i;
-               }
-
-               // Build irq names
-               for (int i = 0; i < 256; i++) {
-                       irq_names[i] = "irq " + i;
-               }
-
-               // Build softirq names
-               for (int i = 0; i < 32; i++) {
-                       soft_irq_names[i] = "softirq " + i;
-               }
-       }
-
-       public static StateStrings getInstance() {
-               // Create singleton instance if not already done
-               if (instance == null) {
-                       instance = new StateStrings();
-               }
-               return instance;
-       }
-
-       public enum Channels {
-               LTT_CHANNEL_FD_STATE("fd_state"),           /* file descriptor state events */
-               LTT_CHANNEL_GLOBAL_STATE("global_state"),   /* system state dump events */
-               LTT_CHANNEL_IRQ_STATE("irq_state"),         /* interrupt request (IRQ) events */
-               LTT_CHANNEL_MODULE_STATE("module_state"),   /* modules state events (list of modules) */
-               LTT_CHANNEL_NETIF_STATE("netif_state"),     /* network interface events */
-               LTT_CHANNEL_SOFTIRQ_STATE("softirq_state"), /* soft IRQs state events (soft IRQ vector table) */
-               LTT_CHANNEL_SWAP_STATE("swap_state"),       /* swap state events */
-               LTT_CHANNEL_SYSCALL_STATE("syscall_state"), /* system calls state events (system call table) */
-               LTT_CHANNEL_TASK_STATE("task_state"),       /* process state events */
-               LTT_CHANNEL_VM_STATE("vm_state"),           /* virtual memory events (virtual memory table) */
-               LTT_CHANNEL_KPROBE_STATE("kprobe_state"),   /* kprobe events (kprobe table) */
-               LTT_CHANNEL_FS("fs"),                       /* file system events */
-               LTT_CHANNEL_KERNEL("kernel"),               /* kernel events */
-               LTT_CHANNEL_MM("mm"),                       /* memory management events */
-               LTT_CHANNEL_USERSPACE("userspace"),         /* user space tracing events */
-               LTT_CHANNEL_BLOCK("block");                 /* block devices events */
-                /* remaining channels: */
-/*              LTT_CHANNEL_DEFAULT("default"),             /* null (i.e. no default) */
-/*              LTT_CHANNEL_INPUT("input"),                 /* LTT control command inputs */
-/*              LTT_CHANNEL_IPC("ipc"),                            /* Inter Process Communication (IPC) events */
-/*              LTT_CHANNEL_JBD2("jbd2"),                   /* Journaling Block Device (JBD) events (JBD2 fork for ext4 file system) */
-/*              LTT_CHANNEL_METADATA("metadata"),           /* trace meta data */
-/*              LTT_CHANNEL_NET("net"),                     /* networking events */
-/*              LTT_CHANNEL_PM("pm"),                       /* power management events */
-/*              LTT_CHANNEL_RCU("rcu"),                     /* Read-Copy-Update (RCU) events */
-
-               private final String inName;
-
-               private Channels(String name) {
-                       this.inName = name;
-               }
-
-               public String getInName() {
-                       return this.inName;
-               }
-
-               }
-
-       public enum Events {
-               LTT_EVENT_SYSCALL_ENTRY("syscall_entry"), /* */
-               LTT_EVENT_SYSCALL_EXIT("syscall_exit"), /* */
-               LTT_EVENT_TRAP_ENTRY("trap_entry"), /* */
-               LTT_EVENT_TRAP_EXIT("trap_exit"), /* */
-               LTT_EVENT_PAGE_FAULT_ENTRY("page_fault_entry"), /* */
-               LTT_EVENT_PAGE_FAULT_EXIT("page_fault_exit"), /* */
-               LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY("page_fault_nosem_entry"), /* */
-               LTT_EVENT_PAGE_FAULT_NOSEM_EXIT("page_fault_nosem_exit"), /* */
-               LTT_EVENT_IRQ_ENTRY("irq_entry"), /* */
-               LTT_EVENT_IRQ_EXIT("irq_exit"), /* */
-               LTT_EVENT_SOFT_IRQ_RAISE("softirq_raise"), /* */
-               LTT_EVENT_SOFT_IRQ_ENTRY("softirq_entry"), /* */
-               LTT_EVENT_SOFT_IRQ_EXIT("softirq_exit"), /* */
-               LTT_EVENT_SCHED_SCHEDULE("sched_schedule"), /* */
-               LTT_EVENT_PROCESS_FORK("process_fork"), /* */
-               LTT_EVENT_KTHREAD_CREATE("kthread_create"), /* */
-               LTT_EVENT_PROCESS_EXIT("process_exit"), /* */
-               LTT_EVENT_PROCESS_FREE("process_free"), /* */
-               LTT_EVENT_EXEC("exec"), /* */
-               LTT_EVENT_PROCESS_STATE("process_state"), /* */
-               LTT_EVENT_STATEDUMP_END("statedump_end"), /* */
-               LTT_EVENT_FUNCTION_ENTRY("function_entry"), /* */
-               LTT_EVENT_FUNCTION_EXIT("function_exit"), /* */
-               LTT_EVENT_THREAD_BRAND("thread_brand"), /* */
-               LTT_EVENT_REQUEST_ISSUE("_blk_request_issue"), /* */
-               LTT_EVENT_REQUEST_COMPLETE("_blk_request_complete"), /* */
-               LTT_EVENT_LIST_INTERRUPT("interrupt"), /* */
-               LTT_EVENT_SYS_CALL_TABLE("sys_call_table"), /* */
-               LTT_EVENT_SOFTIRQ_VEC("softirq_vec"), /* */
-               LTT_EVENT_KPROBE_TABLE("kprobe_table"), /* */
-               LTT_EVENT_KPROBE("kprobe"); /* */
-
-               private final String inName;
-               private final HashSet<Fields> children = new HashSet<Fields>();
-               private Channels parent = null;
-               // Default value for the "expected to cause a state transition?" flag
-               // Although most events do cause a state transition, the default is kept
-               // false to make this important property explicit in the static initializer
-               private boolean stateTransition = false;
-
-               static {
-                       associate();
-               }
-
-               private Events(String name) {
-                       this.inName = name;
-               }
-
-               public String getInName() {
-                       return this.inName;
-               }
-
-               public Channels getParent() {
-                       return this.parent;
-               }
-
-               public void setParent(Channels parent) {
-                       this.parent = parent;
-               }
-
-               public HashSet<Fields> getChildren() {
-                       return children;
-               }
-
-               public boolean isStateTransition() {
-                       return stateTransition;
-               }
-
-               private static void associate() {
-                       // SYSCALL_ENTRY can receive ip (?), syscall_id
-                       LTT_EVENT_SYSCALL_ENTRY.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_SYSCALL_ENTRY.stateTransition = true;
-                       LTT_EVENT_SYSCALL_ENTRY.getChildren().add(Fields.LTT_FIELD_SYSCALL_ID);
-
-                       //SYSCALL_EXIT
-                       LTT_EVENT_SYSCALL_EXIT.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_SYSCALL_EXIT.stateTransition = true;
-
-                       // TRAP_ENTRY
-                       LTT_EVENT_TRAP_ENTRY.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_TRAP_ENTRY.getChildren().add(Fields.LTT_FIELD_TRAP_ID);
-                       LTT_EVENT_TRAP_ENTRY.stateTransition = true;
-
-                       // TRAP_EXIT
-                       LTT_EVENT_TRAP_EXIT.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_TRAP_EXIT.stateTransition = true;
-
-                       // PAGE_FAULT_ENTRY
-                       LTT_EVENT_PAGE_FAULT_ENTRY.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_PAGE_FAULT_ENTRY.getChildren().add(Fields.LTT_FIELD_TRAP_ID);
-                       LTT_EVENT_PAGE_FAULT_ENTRY.stateTransition = true;
-
-                       // PAGE_FAULT_EXIT
-                       LTT_EVENT_PAGE_FAULT_EXIT.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_PAGE_FAULT_EXIT.stateTransition = true;
-
-                       // PAGE_FAULT_NOSEM_ENTRY
-                       LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY.getChildren().add(Fields.LTT_FIELD_TRAP_ID);
-                       LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY.stateTransition = true;
-
-                       // PAGE_FAULT_NOSEM_EXIT
-                       LTT_EVENT_PAGE_FAULT_NOSEM_EXIT.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_PAGE_FAULT_NOSEM_EXIT.getChildren().add(Fields.LTT_FIELD_TRAP_ID);
-                       LTT_EVENT_PAGE_FAULT_NOSEM_EXIT.stateTransition = true;
-
-                       // IRQ_ENTRY also receives fields kernel_mode, ip and handler (??)
-                       LTT_EVENT_IRQ_ENTRY.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_IRQ_ENTRY.getChildren().add(Fields.LTT_FIELD_IRQ_ID);
-                       LTT_EVENT_IRQ_ENTRY.stateTransition = true;
-
-                       // IRQ_EXIT
-                       LTT_EVENT_IRQ_EXIT.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_IRQ_EXIT.stateTransition = true;
-
-                       // SOFT_IRQ_RAISE
-                       LTT_EVENT_SOFT_IRQ_RAISE.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_SOFT_IRQ_RAISE.getChildren().add(Fields.LTT_FIELD_SOFT_IRQ_ID);
-                       LTT_EVENT_SOFT_IRQ_RAISE.stateTransition = true;
-
-                       // SOFT_IRQ_ENTRY
-                       LTT_EVENT_SOFT_IRQ_ENTRY.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_SOFT_IRQ_ENTRY.getChildren().add(Fields.LTT_FIELD_SOFT_IRQ_ID);
-                       LTT_EVENT_SOFT_IRQ_ENTRY.stateTransition = true;
-
-                       // SOFT_IRQ_EXIT
-                       LTT_EVENT_SOFT_IRQ_EXIT.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_SOFT_IRQ_EXIT.stateTransition = true;
-
-                       // SCHED_SCHEDULE
-                       LTT_EVENT_SCHED_SCHEDULE.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_SCHED_SCHEDULE.getChildren().add(Fields.LTT_FIELD_PREV_PID);
-                       LTT_EVENT_SCHED_SCHEDULE.getChildren().add(Fields.LTT_FIELD_NEXT_PID);
-                       LTT_EVENT_SCHED_SCHEDULE.getChildren().add(Fields.LTT_FIELD_PREV_STATE);
-                       LTT_EVENT_SCHED_SCHEDULE.stateTransition = true;
-
-                       // PROCESS_FORK
-                       LTT_EVENT_PROCESS_FORK.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_PROCESS_FORK.getChildren().add(Fields.LTT_FIELD_PARENT_PID);
-                       LTT_EVENT_PROCESS_FORK.getChildren().add(Fields.LTT_FIELD_CHILD_PID);
-                       LTT_EVENT_PROCESS_FORK.getChildren().add(Fields.LTT_FIELD_CHILD_TGID);
-                       LTT_EVENT_PROCESS_FORK.stateTransition = true;
-
-                       // KTHREAD_CREATE
-                       LTT_EVENT_KTHREAD_CREATE.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_KTHREAD_CREATE.getChildren().add(Fields.LTT_FIELD_PID);
-                       LTT_EVENT_KTHREAD_CREATE.stateTransition = true;
-
-                       // PROCESS_EXIT
-                       LTT_EVENT_PROCESS_EXIT.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_PROCESS_EXIT.getChildren().add(Fields.LTT_FIELD_PID);
-                       LTT_EVENT_PROCESS_EXIT.stateTransition = true;
-
-                       // PROCESS_FREE
-                       LTT_EVENT_PROCESS_FREE.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_PROCESS_FREE.getChildren().add(Fields.LTT_FIELD_PID);
-                       LTT_EVENT_PROCESS_FREE.stateTransition = true;
-
-                       // EVENT_EXEC
-                       LTT_EVENT_EXEC.setParent(Channels.LTT_CHANNEL_FS);
-                       LTT_EVENT_EXEC.getChildren().add(Fields.LTT_FIELD_FILENAME);
-                       LTT_EVENT_EXEC.stateTransition = true;
-
-                       // EVENT_PROCESS_STATE
-                       LTT_EVENT_PROCESS_STATE.setParent(Channels.LTT_CHANNEL_TASK_STATE);
-                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_PID);
-                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_PARENT_PID);
-                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_NAME);
-                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_TYPE);
-                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_MODE);
-                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_SUBMODE);
-                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_STATUS);
-                       LTT_EVENT_PROCESS_STATE.getChildren().add(Fields.LTT_FIELD_TGID);
-                       LTT_EVENT_PROCESS_STATE.stateTransition = true;
-
-                       // STATEDUMP_END
-                       LTT_EVENT_STATEDUMP_END.setParent(Channels.LTT_CHANNEL_GLOBAL_STATE);
-                       LTT_EVENT_STATEDUMP_END.stateTransition = true;
-
-                       // FUNCTION_ENTRY
-                       LTT_EVENT_FUNCTION_ENTRY.setParent(Channels.LTT_CHANNEL_USERSPACE);
-                       LTT_EVENT_FUNCTION_ENTRY.getChildren().add(Fields.LTT_FIELD_THIS_FN);
-                       LTT_EVENT_FUNCTION_ENTRY.getChildren().add(Fields.LTT_FIELD_CALL_SITE);
-                       LTT_EVENT_FUNCTION_ENTRY.stateTransition = true;
-
-                       // FUNCTION_EXIT
-                       LTT_EVENT_FUNCTION_EXIT.setParent(Channels.LTT_CHANNEL_USERSPACE);
-                       LTT_EVENT_FUNCTION_EXIT.getChildren().add(Fields.LTT_FIELD_THIS_FN);
-                       LTT_EVENT_FUNCTION_EXIT.getChildren().add(Fields.LTT_FIELD_CALL_SITE);
-                       LTT_EVENT_FUNCTION_EXIT.stateTransition = true;
-
-                       // THREAD_BRAND
-                       LTT_EVENT_THREAD_BRAND.setParent(Channels.LTT_CHANNEL_USERSPACE);
-                       LTT_EVENT_THREAD_BRAND.getChildren().add(Fields.LTT_FIELD_NAME);
-                       LTT_EVENT_THREAD_BRAND.stateTransition = true;
-
-                       // REQUEST_ISSUE
-                       LTT_EVENT_REQUEST_ISSUE.setParent(Channels.LTT_CHANNEL_BLOCK);
-                       LTT_EVENT_REQUEST_ISSUE.getChildren().add(Fields.LTT_FIELD_MAJOR);
-                       LTT_EVENT_REQUEST_ISSUE.getChildren().add(Fields.LTT_FIELD_MINOR);
-                       LTT_EVENT_REQUEST_ISSUE.getChildren().add(Fields.LTT_FIELD_OPERATION);                  
-                       LTT_EVENT_REQUEST_ISSUE.stateTransition = true;
-
-                       // REQUEST_COMPLETE
-                       LTT_EVENT_REQUEST_COMPLETE.setParent(Channels.LTT_CHANNEL_BLOCK);
-                       LTT_EVENT_REQUEST_COMPLETE.getChildren().add(Fields.LTT_FIELD_MAJOR);
-                       LTT_EVENT_REQUEST_COMPLETE.getChildren().add(Fields.LTT_FIELD_MINOR);
-                       LTT_EVENT_REQUEST_COMPLETE.getChildren().add(Fields.LTT_FIELD_OPERATION);
-                       LTT_EVENT_REQUEST_COMPLETE.stateTransition = true;
-
-                       // LIST_INTERRUPT
-                       LTT_EVENT_LIST_INTERRUPT.setParent(Channels.LTT_CHANNEL_IRQ_STATE);
-                       LTT_EVENT_LIST_INTERRUPT.getChildren().add(Fields.LTT_FIELD_ACTION);
-                       LTT_EVENT_LIST_INTERRUPT.getChildren().add(Fields.LTT_FIELD_IRQ_ID);
-                       LTT_EVENT_LIST_INTERRUPT.stateTransition = true;
-
-                       // SYS_CALL_TABLE
-                       LTT_EVENT_SYS_CALL_TABLE.setParent(Channels.LTT_CHANNEL_SYSCALL_STATE);
-                       LTT_EVENT_SYS_CALL_TABLE.getChildren().add(Fields.LTT_FIELD_ID);
-                       LTT_EVENT_SYS_CALL_TABLE.getChildren().add(Fields.LTT_FIELD_ADDRESS);
-                       LTT_EVENT_SYS_CALL_TABLE.getChildren().add(Fields.LTT_FIELD_SYMBOL);
-                       LTT_EVENT_SYS_CALL_TABLE.stateTransition = true;
-
-                       // SOFTIRQ_VEC
-                       LTT_EVENT_SOFTIRQ_VEC.setParent(Channels.LTT_CHANNEL_SOFTIRQ_STATE);
-                       LTT_EVENT_SOFTIRQ_VEC.getChildren().add(Fields.LTT_FIELD_ID);
-                       LTT_EVENT_SOFTIRQ_VEC.getChildren().add(Fields.LTT_FIELD_ADDRESS);
-                       LTT_EVENT_SOFTIRQ_VEC.getChildren().add(Fields.LTT_FIELD_SYMBOL);
-                       LTT_EVENT_SOFTIRQ_VEC.stateTransition = true;
-
-                       // KPROBE_TABLE
-                       LTT_EVENT_KPROBE_TABLE.setParent(Channels.LTT_CHANNEL_KPROBE_STATE);
-                       LTT_EVENT_KPROBE_TABLE.getChildren().add(Fields.LTT_FIELD_IP);
-                       LTT_EVENT_KPROBE_TABLE.getChildren().add(Fields.LTT_FIELD_SYMBOL);
-                       LTT_EVENT_KPROBE_TABLE.stateTransition = true;
-
-                       // KPROBE
-                       LTT_EVENT_KPROBE.setParent(Channels.LTT_CHANNEL_KERNEL);
-                       LTT_EVENT_KPROBE.getChildren().add(Fields.LTT_FIELD_IP);
-//                     LTT_EVENT_KPROBE.getChildren().add(Fields.LTT_FIELD_SYMBOL);
-                       LTT_EVENT_KPROBE.stateTransition = true;
-               }
-
-       }
-
-       public enum Fields {
-               LTT_FIELD_SYSCALL_ID("syscall_id"), /* */
-               LTT_FIELD_TRAP_ID("trap_id"), /* */
-               LTT_FIELD_IRQ_ID("irq_id"), /* */
-               LTT_FIELD_SOFT_IRQ_ID("softirq_id"), /* */
-               LTT_FIELD_PREV_PID("prev_pid"), /* */
-               LTT_FIELD_NEXT_PID("next_pid"), /* */
-               LTT_FIELD_PREV_STATE("prev_state"), /* */
-               LTT_FIELD_PARENT_PID("parent_pid"), /* */
-               LTT_FIELD_CHILD_PID("child_pid"), /* */
-               LTT_FIELD_PID("pid"), /* */
-               LTT_FIELD_TGID("tgid"), /* */
-               LTT_FIELD_CHILD_TGID("child_tgid"), /* */
-               LTT_FIELD_FILENAME("filename"), /* */
-               LTT_FIELD_NAME("name"), /* */
-               LTT_FIELD_TYPE("type"), /* */
-               LTT_FIELD_MODE("mode"), /* */
-               LTT_FIELD_SUBMODE("submode"), /* */
-               LTT_FIELD_STATUS("status"), /* */
-               LTT_FIELD_THIS_FN("this_fn"), /* */
-               LTT_FIELD_CALL_SITE("call_site"), /* */
-               LTT_FIELD_MAJOR("major"), /* */
-               LTT_FIELD_MINOR("minor"), /* */
-               LTT_FIELD_OPERATION("direction"), /* */
-               LTT_FIELD_ACTION("action"), /* */
-               LTT_FIELD_ID("id"), /* */
-               LTT_FIELD_ADDRESS("address"), /* */
-               LTT_FIELD_SYMBOL("symbol"), /* */
-               LTT_FIELD_IP("ip"); /* */
-
-               private final String inName;
-
-               private Fields(String name) {
-                       this.inName = name;
-               }
-
-               public String getInName() {
-                       return this.inName;
-               }
-
-       }
-
-       public enum CpuMode {
-               LTTV_CPU_UNKNOWN("unknown"), /* */
-               LTTV_CPU_IDLE("idle"), /* */
-               LTTV_CPU_BUSY("busy"), /* */
-               LTTV_CPU_IRQ("irq"), /* */
-               LTTV_CPU_SOFT_IRQ("softirq"), /* */
-               LTTV_CPU_TRAP("trap"); /* */
-
-               private final String inName;
-
-               private CpuMode(String name) {
-                       this.inName = name;
-               }
-
-               public String getInName() {
-                       return this.inName;
-               }
-
-       }
-
-       public enum IRQMode {
-               LTTV_IRQ_UNKNOWN("unknown"), /* */
-               LTTV_IRQ_IDLE("idle"), /* */
-               LTTV_IRQ_BUSY("busy"); /* */
-
-               private final String inName;
-
-               private IRQMode(String name) {
-                       this.inName = name;
-               }
-
-               public String getInName() {
-                       return this.inName;
-               }
-
-       }
-
-       public enum SoftIRQMode {
-               LTTV_SOFT_IRQ_UNKNOWN("unknown"), /* */
-               LTTV_SOFT_IRQ_IDLE("idle"), /* */
-               LTTV_SOFT_IRQ_PENDING("pending"), /* */
-               LTTV_SOFT_IRQ_BUSY("busy"); /* */
-
-               private final String inName;
-
-               private SoftIRQMode(String name) {
-                       this.inName = name;
-               }
-
-               public String getInName() {
-                       return this.inName;
-               }
-
-       }
-       
-       public enum BdevMode {
-               LTTV_BDEV_UNKNOWN("unknown"), /* */
-               LTTV_BDEV_IDLE("idle"), /* */
-               LTTV_BDEV_BUSY_READING("busy_reading"), /* */
-               LTTV_BDEV_BUSY_WRITING("busy_writing"); /* */
-
-               private final String inName;
-
-               private BdevMode(String name) {
-                       this.inName = name;
-               }
-
-               public String getInName() {
-                       return this.inName;
-               }
-
-       }
-       
-       public enum TrapMode {
-               LTTV_TRAP_UNKNOWN("unknown"), /* */
-               LTTV_TRAP_IDLE("idle"), /* */
-               LTTV_TRAP_BUSY("busy"); /* */
-
-               private final String inName;
-
-               private TrapMode(String name) {
-                       this.inName = name;
-               }
-
-               public String getInName() {
-                       return this.inName;
-               }
-
-       }
-
-       public enum ProcessType {
-               LTTV_STATE_USER_THREAD("USER_THREAD"), /* */
-               LTTV_STATE_KERNEL_THREAD("KERNEL_THREAD"); /* */
-
-               private final String inName;
-
-               private ProcessType(String name) {
-                       this.inName = name;
-               }
-
-               public String getInName() {
-                       return this.inName;
-               }
-
-       }
-
-       public enum ProcessStatus {
-               LTTV_STATE_UNNAMED("UNNAMED"),     /* */
-                LTTV_STATE_WAIT_FORK("WAIT_FORK"), /* */
-               LTTV_STATE_WAIT_CPU("WAIT_CPU"), /* */
-               LTTV_STATE_EXIT("EXIT"), /* */
-               LTTV_STATE_ZOMBIE("ZOMBIE"), /* */
-               LTTV_STATE_WAIT("WAIT"), /* */
-               LTTV_STATE_RUN("RUN"), /* */
-               LTTV_STATE_DEAD("DEAD"); /* */
-
-               private final String inName;
-
-               private ProcessStatus(String name) {
-                       this.inName = name;
-               }
-
-               public String getInName() {
-                       return this.inName;
-               }
-
-       }
-
-       public enum ExecutionSubMode {
-               LTTV_STATE_SUBMODE_UNKNOWN("UNKNOWN"), /* */
-               LTTV_STATE_SUBMODE_NONE("NONE"); /* */
-
-               private final String inName;
-
-               private ExecutionSubMode(String name) {
-                       this.inName = name;
-               }
-
-               public String getInName() {
-                       return this.inName;
-               }
-
-       }
-
-       public enum ExecutionMode {
-               LTTV_STATE_MODE_UNKNOWN("MODE_UNKNOWN"), /* */
-               LTTV_STATE_USER_MODE("USER_MODE"), /* */
-               LTTV_STATE_SYSCALL("SYSCALL"), /* */
-               LTTV_STATE_TRAP("TRAP"), /* */
-               LTTV_STATE_IRQ("IRQ"), /* */
-               LTTV_STATE_SOFT_IRQ("SOFTIRQ"); /* */
-
-               private final String inName;
-
-               private ExecutionMode(String name) {
-                       this.inName = name;
-               }
-
-               public String getInName() {
-                       return this.inName;
-               }
-
-       }
-
-       public enum GenStates {
-               LTTV_STATE_TRACEFILES("tracefiles"), /* */
-               LTTV_STATE_PROCESSES("processes"), /* */
-               LTTV_STATE_PROCESS("process"), /* */
-               LTTV_STATE_RUNNING_PROCESS("running_process"), /* */
-               LTTV_STATE_EVENT("event"), /* */
-               LTTV_STATE_SAVED_STATES("saved states"), /* */
-               LTTV_STATE_SAVED_STATES_TIME("saved states time"), /* */
-               LTTV_STATE_TIME("time"), /* */
-               LTTV_STATE_HOOKS("saved state hooks"), /* */
-               LTTV_STATE_NAME_TABLES("name tables"), /* */
-               LTTV_STATE_TRACE_STATE_USE_COUNT("trace_state_use_count"), /* */
-               LTTV_STATE_RESOURCE_CPUS("cpu count"), /* */
-               LTTV_STATE_RESOURCE_IRQS("irq resource states"), /* */
-               LTTV_STATE_RESOURCE_SOFT_IRQS("soft irq resource states"), /* */
-               LTTV_STATE_RESOURCE_TRAPS("trap resource states"), /* */
-               LTTV_STATE_RESOURCE_BLKDEVS("blkdevs resource states"); /* */
-
-               private final String inName;
-
-               private GenStates(String name) {
-                       this.inName = name;
-               }
-
-               public String getInName() {
-                       return this.inName;
-               }
-
-       }
-
-       // ========================================================================
-       // Methods
-       // =======================================================================
-
-       /**
-        * Return the map from event name strings to Events instances
-        * 
-        * @return the eventstrmap
-        */
-       public HashMap<String, Events> getEventStrmap() {
-               return eventStrMap;
-       }
-
-       /**
-        * Return the map from state transition event name strings to Events instances
-        * State transition events are the subset of events that have the attribute stateTransition == True.
-        * 
-        * @return the stateTransEventMap
-        */
-       public HashMap<String, Events> getStateTransEventMap() {
-               return stateTransEventMap;
-       }
-
-       /**
-        * @return the mapping from int (0..255) to system call names
-        */
-       public String[] getSyscallNames() {
-               return syscall_names;
-       }
-
-       /**
-        * @return the mapping from int (0..255) to trap names
-        */
-       public String[] getTrapNames() {
-               return trap_names;
-       }
-
-       /**
-        * @return the mapping from int (0..255) to IRQ names
-        */
-       public String[] getIrqNames() {
-               return irq_names;
-       }
-
-       /**
-        * @return the mapping from int (0..31) to soft IRQ names
-        */
-       public String[] getSoftIrqNames() {
-               return soft_irq_names;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/AbsEventToHandlerResolver.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/AbsEventToHandlerResolver.java
deleted file mode 100644 (file)
index f9f950e..0000000
+++ /dev/null
@@ -1,226 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@ail.com) - Initial API and implementation
- *      Michel Dagenais (michel.dagenais@polymtl.ca) - Reference C implementation, used with permission
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.state.evProcessor;
-
-import java.util.Set;
-
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-
-/**
- * @author alvaro
- * 
- */
-public abstract class AbsEventToHandlerResolver implements
-               IEventToHandlerResolver, ITransEventProcessor {
-
-       Long fbeforeEventCount = 0L;
-       Long fstateUpdateCount = 0L;
-       Long filteredOutEventsCount = 0L;
-
-       /* (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.state.evProcessor.IEventToHandlerResolver#getBeforeProcessor(java.lang.String)
-        */
-       @Override
-       public abstract ILttngEventProcessor getBeforeProcessor(String eventType);
-
-       /* (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.state.evProcessor.IEventToHandlerResolver#getAfterProcessor(java.lang.String)
-        */
-       @Override
-       public abstract ILttngEventProcessor getAfterProcessor(String eventType);
-
-       /* (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.state.evProcessor.IEventToHandlerResolver#getfinishProcessor()
-        */
-       @Override
-       public abstract ILttngEventProcessor getfinishProcessor();
-
-       /* (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.state.evProcessor.IEventToHandlerResolver#getStateUpdaterProcessor(java.lang.String)
-        */
-       @Override
-       public abstract ILttngEventProcessor getStateUpdaterProcessor(
-                       String eventType);
-
-       /* (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor#process(org.eclipse.linuxtools.lttng.event.LttngEvent, org.eclipse.linuxtools.lttng.state.model.LttngTraceState)
-        */
-       @Override
-       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-               if (trcEvent instanceof LttngSyntheticEvent) {
-
-                       // prepare to dispatch synthetic events to its corresponding handler
-                       LttngSyntheticEvent synEvent = (LttngSyntheticEvent) trcEvent;
-                       ILttngEventProcessor processor = null;
-                       String eventType = synEvent.getMarkerName();
-
-                       switch (synEvent.getSynType()) {
-                               case STARTREQ: {
-                                       // Status indicators do not contain a valid marker name
-                                       reset();
-                                       return false;
-                               }
-       
-                               case BEFORE: {
-                                       processor = getBeforeProcessor(eventType);
-                                       // increment event count only for one sequence indicator,
-                                       // Note: BEFORE is selected to be used as an indicator to
-                                       // prevent duplicated updates in the state system
-                                       incrementBeforeEventCount();
-                                       break;
-                               }
-       
-                               case UPDATE: {
-                                       processor = getStateUpdaterProcessor(eventType);
-                                       incrementStateUpdateCount();
-                                       break;
-                               }
-       
-                               case AFTER: {
-                                       processor = getAfterProcessor(eventType);
-                                       break;
-                               }
-                               
-                               case ENDREQ: {
-                                       processor = getfinishProcessor();
-                                       TraceDebug.debug("EndRequest satus received:"); //$NON-NLS-1$
-                                       break;
-                               }
-                                       
-                               default:
-                                       // Nothing to do
-                                       break;
-
-                       }
-                       
-                       // For BEFORE/UPDATE/AFTER
-                       // TODO: Implement filter of events not associated to this trace
-                       // Make sure the event received is associated to this trace
-                       // handling context, Implementing a trace compare for each event
-                       // is not acceptable due to performance, and a reference check
-                       // may not be feasible since there are trace clones used either
-                       // to build the state system check points or UI requests.
-
-                       // if (traceSt != null && trcEvent.getParentTrace() !=
-                       // traceSt.getContext().getTraceIdRef()) {
-                       // // increment the number of events filtered out
-                       // filteredOutEventsCount++;
-                       // return false;
-                       // }
-
-                       if (processor != null) {
-                               processor.process(trcEvent, traceSt);
-                       }
-               }
-
-               return true;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.state.evProcessor.IBaseEventProcessor#process
-        * (org.eclipse.linuxtools.tmf.event.TmfEvent,
-        * org.eclipse.linuxtools.lttng.state.model.LttngTraceState)
-        */
-       @Override
-       public void process(TmfEvent tmfEvent, LttngTraceState traceSt) {
-               if (tmfEvent == null) {
-                       return;
-               }
-
-               if (!(tmfEvent instanceof LttngSyntheticEvent)) {
-                       TraceDebug
-                                       .debug("The event received is not an instance of LttngSyntheticEvent and can not be processed"); //$NON-NLS-1$
-                       return;
-               }
-
-               LttngSyntheticEvent trcEvent = (LttngSyntheticEvent) tmfEvent;
-
-               process(trcEvent, traceSt);
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.state.evProcessor.IBaseEventProcessor#
-        * getEventsNotHandled()
-        */
-       public Set<String> getEventsNotHandled() {
-               return null;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.state.evProcessor.ITransEventProcessor#
-        * getEventCount()
-        */
-       @Override
-       public Long getBeforeEventCount() {
-               return fbeforeEventCount;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.state.evProcessor.ITransEventProcessor#
-        * getStateUpdateCount()
-        */
-       @Override
-       public Long getStateUpdateCount() {
-               return fstateUpdateCount;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.state.evProcessor.ITransEventProcessor#
-        * getFilteredOutEventCount()
-        */
-       @Override
-       public Long getFilteredOutEventCount() {
-               return filteredOutEventsCount;
-       }
-
-       /**
-        * <p>
-        * Initialise counter values, e.g before new requests
-        * </p>
-        */
-       protected void reset() {
-               fbeforeEventCount = 0L;
-               fstateUpdateCount = 0L;
-               filteredOutEventsCount = 0L;
-       }
-
-       /**
-        * Multi-threading not expected
-        */
-       protected void incrementBeforeEventCount() {
-               fbeforeEventCount++;
-       }
-
-       /**
-        * Multi-threading not expected
-        */
-       protected void incrementStateUpdateCount() {
-               fstateUpdateCount++;
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/IBaseEventProcessor.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/IBaseEventProcessor.java
deleted file mode 100644 (file)
index 9356a4b..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *      Michel Dagenais (michel.dagenais@polymtl.ca) - Reference C implementation, used with permission
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.evProcessor;
-
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-
-public interface IBaseEventProcessor {
-
-       /**
-        * Base event handler, either dispatcher or actual handler
-        * 
-        * @param tmfEvent
-        * @param traceSt
-        */
-       public abstract void process(TmfEvent tmfEvent, LttngTraceState traceSt);
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/IEventToHandlerResolver.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/IEventToHandlerResolver.java
deleted file mode 100644 (file)
index 7d1de8c..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-package org.eclipse.linuxtools.lttng.state.evProcessor;
-
-public interface IEventToHandlerResolver {
-
-       /**
-        * 
-        * @return The Event Handler for received event before the State data model
-        *         is updated.
-        */
-       public abstract ILttngEventProcessor getBeforeProcessor(String eventType);
-
-       /**
-        * 
-        * @return The Event Handler for received event after the State data model
-        *         is updated.
-        */
-       public abstract ILttngEventProcessor getAfterProcessor(String eventType);
-
-       /**
-        * 
-        * @return The Event Handler after the complete read request is completed,
-        *         needed e.g. to draw the last state
-        */
-       public abstract ILttngEventProcessor getfinishProcessor();
-
-       /**
-        * 
-        * @return The Event Handler for received event in charge to update the
-        *         state. Only one handler is expected so other factories must not
-        *         override this method.
-        */
-       public abstract ILttngEventProcessor getStateUpdaterProcessor(String eventType);
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/ILttngEventProcessor.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/ILttngEventProcessor.java
deleted file mode 100644 (file)
index 14c8fc2..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *      Michel Dagenais (michel.dagenais@polymtl.ca) - Reference C implementation, used with permission
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.evProcessor;
-
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-
-/**
- * @author alvaro
- *
- */
-public interface ILttngEventProcessor {
-
-       // ========================================================================
-       // Abstract methods
-       // =======================================================================
-       /**
-        * Implementors will either dispatch or determine the handler of the event
-        * provided
-        * 
-        * @param trcEvent
-        * @param traceSt
-        * @return
-        */
-       public abstract boolean process(LttngEvent trcEvent, LttngTraceState traceSt);
-       
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/ITransEventProcessor.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/ITransEventProcessor.java
deleted file mode 100644 (file)
index 3b5aeea..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *      Michel Dagenais (michel.dagenais@polymtl.ca) - Reference C implementation, used with permission
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.evProcessor;
-
-/**
- * @author alvaro
- *
- */
-public interface ITransEventProcessor extends IBaseEventProcessor,
-               ILttngEventProcessor {
-
-       /**
-        * @return the eventCount
-        */
-       public Long getBeforeEventCount();
-
-       /**
-        * @return the stateUpdateCount
-        */
-       public Long getStateUpdateCount();
-
-       /**
-        * @return the count of filtered out events e.g. event received from a trace
-        *         not matching the trace state system
-        */
-       public Long getFilteredOutEventCount();
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/state/AbsStateProcessing.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/state/AbsStateProcessing.java
deleted file mode 100644 (file)
index 306858d..0000000
+++ /dev/null
@@ -1,210 +0,0 @@
-/**
- * 
- */
-package org.eclipse.linuxtools.lttng.state.evProcessor.state;
-
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngEventContent;
-import org.eclipse.linuxtools.lttng.event.LttngEventField;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Fields;
-import org.eclipse.linuxtools.lttng.state.model.LttngProcessState;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.tmf.event.TmfEventField;
-
-/**
- * Common utility methods for all state processing handlers, not intended to be
- * instantiated on its own
- * 
- * @author alvaro
- * 
- */
-public abstract class AbsStateProcessing {
-
-       /**
-        * protected method used when a Field is requested among several available
-        * fields and the expected type is Long
-        * 
-        * @param trcEvent
-        * @param traceSt
-        * @param expectedNumFields
-        * @return
-        */
-       protected Long getAFieldLong(LttngEvent trcEvent, LttngTraceState traceSt, Fields expectedField) {
-               Long fieldVal = 0L;
-               
-        String fieldname = expectedField.getInName();
-               LttngEventField field = (LttngEventField) ((LttngEventContent) trcEvent.getContent()).getField(fieldname);
-               
-               if ( field == null ) {
-                       TraceDebug.debug("***************** CONTENT : " + ((LttngEventContent) trcEvent.getContent()).toString()); //$NON-NLS-1$
-               }
-               else {
-            Object fieldObj = field.getValue();
-            if ( (fieldObj instanceof Long) || (fieldObj instanceof Integer) ) {
-                // Expected numeric value found
-                fieldVal = (Long) field.getValue();
-            } 
-            else {
-                if (TraceDebug.isDEBUG()) {
-                    TraceDebug.debug("Unexpected field Type. Expected: Long, Received: "+ fieldObj.getClass().getSimpleName()); //$NON-NLS-1$
-                }
-            }
-               }
-               
-               /*
-               // TmfEventField[] fields = trcEvent.getContent().getFields();
-               TmfEventField[] fields = ((LttngEventContent) trcEvent.getContent())
-                               .getFields(trcEvent);
-       
-               // At least one field expected
-               if (fields.length == 0) {
-                       TraceDebug.debug("Unexpected number of fields received: "
-                                       + fields.length);
-                       return null;
-               }
-       
-               LttngEventField field;
-               String fieldname;
-               String expectedFieldName = expectedField.getInName();
-               for (int i = 0; i < fields.length; i++) {
-                       field = (LttngEventField) fields[i];
-                       fieldname = field.getName();
-                       if (fieldname.equals(expectedFieldName)) {
-                               Object fieldObj = field.getValue();
-                               if (fieldObj instanceof Long) {
-                                       // Expected value found
-                                       fieldVal = (Long) field.getValue();
-                                       // if (expectedField == Fields.LTT_FIELD_TYPE) {
-                                       // TraceDebug.debug("Field Type value is: " + fieldVal);
-                                       // }
-                                       break;
-                               } else {
-                                       if (TraceDebug.isDEBUG()) {
-                                               TraceDebug
-                                                               .debug("Unexpected field Type. Expected: Long, Received: "
-                                                                               + fieldObj.getClass().getSimpleName());
-                                       }
-                                       return null;
-                               }
-                       }
-               }
-               */
-       
-//             if (fieldVal == null) {
-//                     if (TraceDebug.isDEBUG()) {
-//                             sendNoFieldFoundMsg(((LttngEventContent) trcEvent.getContent()).getFields(), fieldname);
-//                     }
-//             }
-               return fieldVal;
-       }
-
-       /**
-        * protected method used when a Field is requested among several available
-        * fields and the expected type is String
-        * 
-        * @param trcEvent
-        * @param traceSt
-        * @param expectedNumFields
-        * @return
-        */
-       protected String getAFieldString(LttngEvent trcEvent,
-                       LttngTraceState traceSt, Fields expectedField) {
-               String fieldVal = ""; //$NON-NLS-1$
-               
-               String fieldname = expectedField.getInName();
-        LttngEventField field = (LttngEventField) ((LttngEventContent) trcEvent.getContent()).getField(fieldname);
-        
-               if ( field == null ) {
-                       TraceDebug.debug("***************** CONTENT : " + ((LttngEventContent) trcEvent.getContent()).toString()); //$NON-NLS-1$
-               }
-               else {
-               Object fieldObj = field.getValue();
-               if (fieldObj instanceof String) {
-                   // Expected numeric value found
-                   fieldVal = (String) field.getValue();
-               } 
-               else {
-                   if (TraceDebug.isDEBUG()) {
-                       TraceDebug.debug("Unexpected field Type. Expected: String, Received: "+ fieldObj.getClass().getSimpleName()); //$NON-NLS-1$
-                   }
-               }
-               }
-               
-               /*
-               // TmfEventField[] fields = trcEvent.getContent().getFields();
-               TmfEventField[] fields = ((LttngEventContent) trcEvent.getContent())
-                               .getFields(trcEvent);
-
-               // Only one field expected
-               if (fields.length == 0) {
-                       TraceDebug.debug("Unexpected number of fields received: "
-                                       + fields.length);
-                       return null;
-               }
-       
-               LttngEventField field;
-               String fieldname;
-               String expectedFieldName = expectedField.getInName();
-               for (int i = 0; i < fields.length; i++) {
-                       field = (LttngEventField) fields[i];
-                       fieldname = field.getName();
-                       if (fieldname.equals(expectedFieldName)) {
-                               Object fieldObj = field.getValue();
-                               if (fieldObj instanceof String) {
-                                       // Expected value found
-                                       fieldVal = (String) field.getValue();
-                                       break;
-                               } else {
-                                       if (TraceDebug.isDEBUG()) {
-                                               TraceDebug
-                                                               .debug("Unexpected field Type. Expected: String, Received: "
-                                                                               + fieldObj.getClass().getSimpleName());
-                                       }
-                                       return null;
-                               }
-                       }
-               }
-           */
-           
-//        if (fieldVal == null) {
-//            if (TraceDebug.isDEBUG()) {
-//                sendNoFieldFoundMsg(((LttngEventContent) trcEvent.getContent()).getFields(), fieldname);
-//            }
-//        }
-               return fieldVal;
-       }
-
-       /**
-        * Find the process matching the given pid and cpu
-        * 
-        * If cpu is 0, the cpu value is not matched and the selection is based on
-        * pid value only
-        * 
-        * @param traceState
-        * @param cpu
-        * @param pid
-        * @return
-        */
-       protected LttngProcessState lttv_state_find_process(
-                                                       LttngTraceState traceState, Long cpu, Long pid) {
-
-               return traceState.findProcessState(pid, cpu, traceState.getTraceId());
-       }
-
-       @SuppressWarnings("nls")
-       protected void sendNoFieldFoundMsg(TmfEventField[] fields,
-                       String expectedFieldName) {
-               LttngEventField field;
-               StringBuilder sb = new StringBuilder("Field not found, requested: "
-                               + expectedFieldName);
-               sb.append(" number of fields: " + fields.length + "Fields: ");
-               for (int i = 0; i < fields.length; i++) {
-                       field = (LttngEventField) fields[i];
-                       sb.append(field.getId() + " ");
-               }
-       
-               TraceDebug.debug(sb.toString(), 5);
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/state/AbsStateUpdate.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/state/AbsStateUpdate.java
deleted file mode 100644 (file)
index 6d3b58b..0000000
+++ /dev/null
@@ -1,252 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *      Michel Dagenais (michel.dagenais@polymtl.ca) - Reference C implementation, used with permission
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.evProcessor.state;
-
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.StateStrings;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ExecutionMode;
-import org.eclipse.linuxtools.lttng.state.StateStrings.IRQMode;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ProcessStatus;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LTTngCPUState;
-import org.eclipse.linuxtools.lttng.state.model.LttngBdevState;
-import org.eclipse.linuxtools.lttng.state.model.LttngExecutionState;
-import org.eclipse.linuxtools.lttng.state.model.LttngIRQState;
-import org.eclipse.linuxtools.lttng.state.model.LttngProcessState;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-public abstract class AbsStateUpdate extends AbsStateProcessing implements
-               ILttngEventProcessor {
-
-       // ========================================================================
-       // Data
-       // =======================================================================
-       protected static final Long ANY_CPU = 0L;
-
-       // ========================================================================
-       // push and pop from stack
-       // =======================================================================
-       protected void push_state(Long cpu, StateStrings.ExecutionMode execMode,
-               String submode, int subModeId, TmfTimestamp eventTime, LttngTraceState traceSt) {
-
-               LttngProcessState process = traceSt.getRunning_process().get(cpu);
-               LttngExecutionState exe_state = new LttngExecutionState();
-               exe_state.setExec_mode(execMode);
-               exe_state.setExec_submode(submode);
-               exe_state.setExec_submode_id(subModeId);
-               exe_state.setEntry_Time(eventTime.getValue());
-               exe_state.setChange_Time(eventTime.getValue());
-               exe_state.setCum_cpu_time(0L);
-//             if (process != null)
-                       exe_state.setProc_status(process.getState().getProc_status());
-               process.pushToExecutionStack(exe_state);
-       }
-
-       protected void pop_state(Long cpu, StateStrings.ExecutionMode execMode,
-                       LttngTraceState traceSt, TmfTimestamp eventTime) {
-
-               LttngProcessState process = traceSt.getRunning_process().get(cpu);
-
-               if (!process.getState().getExec_mode().equals(execMode)) {
-                       // Different execution mode
-                       TraceDebug.debug("Different Execution Mode type \n\tTime:" //$NON-NLS-1$
-                                       + eventTime.toString() + "\n\tprocess state has: \n\t" //$NON-NLS-1$
-                                       + process.getState().getExec_mode().toString()
-                                       + "\n\twhen pop_int is:\n\t" + execMode.toString()); //$NON-NLS-1$
-                       return;
-               }
-
-               //The process state is updated within the pop method
-               process.popFromExecutionStack();
-               process.getState().setChange_Time(eventTime.getValue());
-       }
-
-       protected void irq_push_mode(LttngIRQState irqst, IRQMode state) {
-               irqst.pushToIrqStack(state);
-       }
-
-       protected void irq_set_base_mode(LttngIRQState irqst, IRQMode state) {
-           irqst.clearAndSetBaseToIrqStack(state);
-       }
-
-       protected void irq_pop_mode(LttngIRQState irqst) {
-           irqst.popFromIrqStack();
-       }
-
-       protected void cpu_push_mode(LTTngCPUState cpust, StateStrings.CpuMode state) {
-               // The initialization (init) creates a LttngCPUState instance per
-               // available cpu in the system
-               cpust.pushToCpuStack(state);
-       }
-
-       protected void cpu_pop_mode(LTTngCPUState cpust) {
-               cpust.popFromCpuStack();
-       }
-
-       /* clears the stack and sets the state passed as argument */
-       protected void cpu_set_base_mode(LTTngCPUState cpust,
-                       StateStrings.CpuMode state) {
-               cpust.clearAndSetBaseToCpuStack(state);
-       }
-
-       protected void bdev_pop_mode(LttngBdevState bdevst) {
-           bdevst.popFromBdevStack();
-       }
-
-       /**
-        * Push a new received function pointer to the user_stack
-        * 
-        * @param traceSt
-        * @param funcptr
-        * @param cpu
-        */
-       protected void push_function(LttngTraceState traceSt, Long funcptr, Long cpu) {
-               // Get the related process
-               LttngProcessState process = traceSt.getRunning_process().get(cpu);
-
-               // update stack
-               process.pushToUserStack(funcptr);
-
-               // update the pointer to the current function on the corresponding
-               // process
-               process.setCurrent_function(funcptr);
-       }
-
-       protected void pop_function(LttngTraceState traceSt, LttngEvent trcEvent,
-                       Long funcptr) {
-               Long cpu = trcEvent.getCpuId();
-               LttngProcessState process = traceSt.getRunning_process().get(cpu);
-               Long curr_function = process.getCurrent_function();
-
-               if (curr_function != null && !curr_function.equals(funcptr)) {
-                       TraceDebug.debug("Different functions: " + funcptr + " current: " //$NON-NLS-1$ //$NON-NLS-2$
-                                       + curr_function + " time stamp: " //$NON-NLS-1$
-                                       + trcEvent.getTimestamp().toString());
-
-                       // g_info("Different functions (%lu.%09lu): ignore it\n",
-                       // tfs->parent.timestamp.tv_sec, tfs->parent.timestamp.tv_nsec);
-                       // g_info("process state has %" PRIu64 " when pop_function is %"
-                       // PRIu64
-                       // "\n",
-                       // process->current_function, funcptr);
-                       // g_info("{ %u, %u, %s, %s, %s }\n",
-                       // process->pid,
-                       // process->ppid,
-                       // g_quark_to_string(process->name),
-                       // g_quark_to_string(process->brand),
-                       // g_quark_to_string(process->state->s));
-                       return;
-               }
-               
-               process.popFromUserStack();
-               process.setCurrent_function(process.peekFromUserStack());
-       }
-
-       // ========================================================================
-       // General methods
-       // =======================================================================
-       // Adaption from MKDEV macro
-       protected Long mkdev(Long major, Long minor) {
-               Long result = null;
-               if (major != null && minor != null) {
-                       result = (major << 20) | minor;
-               }
-               return result;
-       }
-
-       /*
-        * FIXME : this function should be called when we receive an event telling
-        * that release_task has been called in the kernel. In happens generally
-        * when the parent waits for its child termination, but may also happen in
-        * special cases in the child's exit : when the parent ignores its children
-        * SIGCCHLD or has the flag SA_NOCLDWAIT. It can also happen when the child
-        * is part of a killed thread group, but isn't the leader.
-        */
-       protected boolean exit_process(LttngTraceState ts, LttngProcessState process) {
-               /*
-                * Wait for both schedule with exit dead and process free to happen.
-                * They can happen in any order.
-                */
-               process.incrementFree_events();
-               if (process.getFree_events() < 2) {
-                       return false;
-               }
-
-               process.clearExecutionStack();
-               process.clearUserStack();
-               ts.removeProcessState(process);
-
-               return true;
-       }
-
-       /**
-        * @param traceSt
-        * @param cpu
-        * @param pid
-        * @param tgid
-        * @param timestamp
-        * @return
-        */
-       protected LttngProcessState create_process(LttngTraceState traceSt,
-                       Long cpu, Long pid, Long tgid, final TmfTimestamp timestamp) {
-               LttngProcessState process = create_process(traceSt, cpu, pid, tgid,
-                               ProcessStatus.LTTV_STATE_UNNAMED.getInName(), timestamp);
-               return process;
-       }
-
-       /**
-        * @param traceSt
-        * @param cpu
-        * @param pid
-        * @param tgid
-        * @param name
-        * @param timestamp
-        * @return
-        */
-       protected LttngProcessState create_process(LttngTraceState traceSt,
-                       Long cpu, Long pid, Long tgid, String name,
-                       final TmfTimestamp timestamp) {
-               LttngProcessState process;
-               process = new LttngProcessState(cpu, pid, tgid, name, timestamp.getValue(), traceSt.getTraceId());
-               traceSt.addProcessState(process);
-               return process;
-       }
-
-       /**
-        * @param ts
-        * @param cpu
-        * @param pid
-        * @param timestamp
-        *            , Used when a new process is needed
-        * @return
-        */
-       protected LttngProcessState lttv_state_find_process_or_create(
-                       LttngTraceState ts, Long cpu, Long pid, final TmfTimestamp timestamp) {
-       
-               LttngProcessState process = lttv_state_find_process(ts, cpu, pid);
-               /* Put ltt_time_zero creation time for non existing processes */
-               if (process == null) {
-                       process = create_process(ts, cpu, pid, 0L, timestamp);
-                       // leave only one entry in the execution stack
-                       process.popFromExecutionStack();
-                       LttngExecutionState es = process.getState();
-                       es.setExec_mode(ExecutionMode.LTTV_STATE_MODE_UNKNOWN);
-                       es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
-               }
-       
-               return process;
-       }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/state/StateEventToHandlerFactory.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/state/StateEventToHandlerFactory.java
deleted file mode 100644 (file)
index 7e49a6f..0000000
+++ /dev/null
@@ -1,185 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *      Michel Dagenais (michel.dagenais@polymtl.ca) - Reference C implementation, used with permission
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.evProcessor.state;
-
-import java.util.HashMap;
-import java.util.Map;
-
-import org.eclipse.linuxtools.lttng.state.StateStrings;
-import org.eclipse.linuxtools.lttng.state.evProcessor.AbsEventToHandlerResolver;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-
-/**
- * Builds a Map from string event name to a processing handler object, the
- * processors implement the same interface to facilitate transparent methods
- * call,
- * 
- * The map key STring is the entry point of the raw events, using a hash speeds
- * up the resolution of the appropriate processor
- * 
- * @author alvaro
- * 
- */
-public class StateEventToHandlerFactory extends AbsEventToHandlerResolver {
-       // ========================================================================
-       // Data
-       // =======================================================================
-       private final Map<String, ILttngEventProcessor> eventNametoStateProcessor = new HashMap<String, ILttngEventProcessor>();
-       private final static StateEventToHandlerFactory instance = new StateEventToHandlerFactory();
-       private StateUpdateHandlers instantiateHandler = new StateUpdateHandlers();
-
-       // ========================================================================
-       // Constructors
-       // =======================================================================
-       protected StateEventToHandlerFactory() {
-               //create one instance of each individual event handler and add the instance to the map
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SYSCALL_ENTRY
-                               .getInName(), instantiateHandler.getSyscallEntryHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SYSCALL_EXIT
-                               .getInName(), instantiateHandler.getsySyscallExitHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_TRAP_ENTRY
-                               .getInName(), instantiateHandler.getTrapEntryHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_TRAP_EXIT
-                               .getInName(), instantiateHandler.getTrapExitHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_ENTRY
-                               .getInName(), instantiateHandler.getTrapEntryHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_EXIT
-                               .getInName(), instantiateHandler.getTrapExitHandler());
-
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY
-                               .getInName(), instantiateHandler.getTrapEntryHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_NOSEM_EXIT
-                               .getInName(), instantiateHandler.getTrapExitHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_IRQ_ENTRY
-                               .getInName(), instantiateHandler.getIrqEntryHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_IRQ_EXIT
-                               .getInName(), instantiateHandler.getIrqExitHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_RAISE
-                               .getInName(), instantiateHandler.getSoftIrqRaiseHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_ENTRY
-                               .getInName(), instantiateHandler.getSoftIrqEntryHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_EXIT
-                               .getInName(), instantiateHandler.getSoftIrqExitHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_LIST_INTERRUPT
-                               .getInName(), instantiateHandler.getEnumInterruptHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_REQUEST_ISSUE
-                               .getInName(), instantiateHandler.getBdevRequestIssueHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_REQUEST_COMPLETE
-                               .getInName(), instantiateHandler.getBdevRequestCompleteHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_FUNCTION_ENTRY
-                               .getInName(), instantiateHandler.getFunctionEntryHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_FUNCTION_EXIT
-                               .getInName(), instantiateHandler.getFunctionExitHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SYS_CALL_TABLE
-                               .getInName(), instantiateHandler.getDumpSyscallHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_KPROBE_TABLE
-                               .getInName(), instantiateHandler.getDumpKprobeHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SOFTIRQ_VEC
-                               .getInName(), instantiateHandler.getDumpSoftIrqHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_SCHED_SCHEDULE
-                               .getInName(), instantiateHandler.getSchedChangeHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_FORK
-                               .getInName(), instantiateHandler.getProcessForkHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_KTHREAD_CREATE
-                               .getInName(), instantiateHandler.getProcessKernelThreadHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_EXIT
-                               .getInName(), instantiateHandler.getProcessExitHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_FREE
-                               .getInName(), instantiateHandler.getProcessFreeHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_EXEC
-                               .getInName(), instantiateHandler.getProcessExecHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_THREAD_BRAND
-                               .getInName(), instantiateHandler.GetThreadBrandHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_STATEDUMP_END
-                               .getInName(), instantiateHandler.getStateDumpEndHandler());
-               
-               eventNametoStateProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_STATE
-                               .getInName(), instantiateHandler.getEnumProcessStateHandler());
-
-
-       }
-
-       // ========================================================================
-       // Public methods
-       // =======================================================================
-       /**
-        * The event processors are common to all traces an multiple instances will
-        * use more memory unnecessarily
-        * 
-        * @return
-        */
-       public static AbsEventToHandlerResolver getInstance() {
-               return instance;
-       }
-
-
-       /* (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.state.evProcessor.AbsEventProcessorFactory#getAfterProcessor(java.lang.String)
-        */
-       @Override
-       public ILttngEventProcessor getAfterProcessor(String eventType) {
-               return null;
-       }
-
-       /* (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.state.evProcessor.AbsEventProcessorFactory#getBeforeProcessor(java.lang.String)
-        */
-       @Override
-       public ILttngEventProcessor getBeforeProcessor(String eventType) {
-               return null;
-       }
-       
-       /**
-        * This is the only event handler to update the State provider
-        * @return 
-        * 
-        */
-       @Override
-       public ILttngEventProcessor getStateUpdaterProcessor(String eventType) {
-               return eventNametoStateProcessor.get(eventType);
-       }
-
-       @Override
-       public ILttngEventProcessor getfinishProcessor() {
-               // No finishing processor used
-               return null;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/state/StateUpdateHandlers.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/evProcessor/state/StateUpdateHandlers.java
deleted file mode 100644 (file)
index a6f31eb..0000000
+++ /dev/null
@@ -1,1598 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *      Michel Dagenais (michel.dagenais@polymtl.ca) - Reference C implementation, used with permission
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.state.evProcessor.state;
-
-import java.util.Map;
-
-import org.eclipse.linuxtools.lttng.LttngConstants;
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.StateStrings;
-import org.eclipse.linuxtools.lttng.state.StateStrings.BdevMode;
-import org.eclipse.linuxtools.lttng.state.StateStrings.CpuMode;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Events;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ExecutionMode;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ExecutionSubMode;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Fields;
-import org.eclipse.linuxtools.lttng.state.StateStrings.IRQMode;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ProcessStatus;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ProcessType;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LTTngCPUState;
-import org.eclipse.linuxtools.lttng.state.model.LttngBdevState;
-import org.eclipse.linuxtools.lttng.state.model.LttngExecutionState;
-import org.eclipse.linuxtools.lttng.state.model.LttngIRQState;
-import org.eclipse.linuxtools.lttng.state.model.LttngProcessState;
-import org.eclipse.linuxtools.lttng.state.model.LttngSoftIRQState;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.lttng.state.model.LttngTrapState;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-/**
- * Wraps the creation of individual handlers, each method creates and instance
- * of the corresponding handler
- * 
- * @author alvaro
- * 
- */
-class StateUpdateHandlers {
-
-       final ILttngEventProcessor getSyscallEntryHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               Long cpu = trcEvent.getCpuId();
-
-                               // No syscall_entry update for initialization process
-                               LttngProcessState process = traceSt.getRunning_process().get(
-                                               cpu);
-                               if ((process != null) && (process.getPid() != null)
-                                               && (process.getPid().longValue() == 0L)) {
-                                       return true;
-                               }
-
-                               // Get the expected event field
-                               Long syscall = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_SYSCALL_ID);
-
-                               String submode = null;
-                               int submodeId = 0;
-                               if (syscall == null) {
-                                       TraceDebug
-                                                       .debug("Syscall Field not found, traceVent time: " //$NON-NLS-1$
-                                                                       + trcEvent.getTimestamp());
-                               } else {
-                                       submode = traceSt.getSyscall_names().get(syscall);
-                                       // Note: For statistics performance improvement only the integer value of syscall is used 
-                                       // as well as a bit mask is applied! 
-                                       submodeId = syscall.intValue() | LttngConstants.STATS_SYS_CALL_NAME_ID;
-                               }
-
-                               if (submode == null) {
-                                       submode = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.getInName();
-                                       submodeId = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.ordinal() | LttngConstants.STATS_NONE_ID; 
-                               }
-
-                               push_state(cpu, StateStrings.ExecutionMode.LTTV_STATE_SYSCALL,
-                                               submode, submodeId, trcEvent.getTimestamp(), traceSt);
-                               return false;
-                       }
-               };
-               return handler;
-       }
-
-       final ILttngEventProcessor getsySyscallExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               Long cpu = trcEvent.getCpuId();
-                               LttngProcessState process = traceSt.getRunning_process().get(
-                                               cpu);
-
-                               // No syscall_entry update for initialization process
-                               if ((process != null) && (process.getPid() != null)
-                                               && (process.getPid().longValue() == 0L)) {
-                                       return true;
-                               }
-
-                               pop_state(cpu, StateStrings.ExecutionMode.LTTV_STATE_SYSCALL,
-                                               traceSt, trcEvent.getTimestamp());
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * Update stacks related to the parsing of an LttngEvent
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getTrapEntryHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               Long cpu = trcEvent.getCpuId();
-
-                               Long trap = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_TRAP_ID);
-                               if (trap == null) {
-                                       TraceDebug
-                                                       .debug("Trap field could not be found, event time: " //$NON-NLS-1$
-                                                                       + trcEvent.getTimestamp());
-                                       return true;
-                               }
-
-                               // ready the trap submode name
-                               String submode = traceSt.getTrap_names().get(trap);
-                               // Note: For statistics performance improvement only the integer value of trap is used 
-                // as well as a bit mask is applied! 
-
-                               int submodeId = trap.intValue() | LttngConstants.STATS_TRAP_NAME_ID; 
-
-                               if (submode == null) {
-                                       submode = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.getInName();
-                                       submodeId = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.ordinal() | LttngConstants.STATS_NONE_ID;
-                               }
-
-                               /* update process state */
-                               push_state(cpu, StateStrings.ExecutionMode.LTTV_STATE_TRAP,
-                                               submode, submodeId, trcEvent.getTimestamp(), traceSt);
-
-                               /* update cpu status */
-                               LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
-                               cpu_push_mode(cpust, StateStrings.CpuMode.LTTV_CPU_TRAP);
-                               cpust.pushToTrapStack(trap); /* update trap status */
-                               
-                               // update Trap State
-                               LttngTrapState trap_state = null;
-                               trap_state = traceSt.getTrap_states().get(trap);
-                               
-                               // If the trape_state exists, just increment it's counter, 
-                               //      otherwise, create it
-                               if ( trap_state == null ) {
-                                       trap_state = new LttngTrapState();
-                                       trap_state.incrementRunning();
-                                       traceSt.getTrap_states().put(trap, trap_state);
-                               }
-                               else {
-                                       trap_state.incrementRunning();
-                               }
-                               
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getTrapExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               Long cpu = trcEvent.getCpuId();
-                               LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
-                               Long trap = cpust.popFromTrapStack();
-
-                               /* update process state */
-                               pop_state(cpu, ExecutionMode.LTTV_STATE_TRAP, traceSt, trcEvent
-                                               .getTimestamp());
-
-                               /* update cpu status */
-                               cpu_pop_mode(cpust);
-
-                               if (trap != -1L) {
-                                       traceSt.getTrap_states().get(trap).decrementRunning();
-                               }
-                               // else {
-                               // TraceDebug.debug("remove this line");
-                               // }
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getIrqEntryHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               Long cpu = trcEvent.getCpuId();
-
-                               Long irq = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_IRQ_ID);
-                               if (irq == null || traceSt.getIrq_states().get(irq) == null) {
-                                       if (irq != null) {
-                                               TraceDebug.debug("Invalid irq (" + irq + "), ts = " + trcEvent.getOriginalTimestamp()); //$NON-NLS-1$ //$NON-NLS-2$
-                                       }
-                                       return true;
-                               }
-
-                               String submode;
-                               submode = traceSt.getIrq_names().get(irq);
-                // Note: For statistics performance improvement only the integer value of irq is used 
-                // as well as a bit mask is applied! 
-                               int submodeId = irq.intValue() | LttngConstants.STATS_IRQ_NAME_ID;
-                
-                               if (submode == null) {
-                                       submode = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.getInName();
-                                       submodeId = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.ordinal() | LttngConstants.STATS_NONE_ID;
-                               }
-
-                               /*
-                                * Do something with the info about being in user or system mode
-                                * when int?
-                                */
-                               push_state(cpu, ExecutionMode.LTTV_STATE_IRQ, submode, submodeId, trcEvent
-                                               .getTimestamp(), traceSt);
-
-                               /* update cpu state */
-                               LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
-                               cpu_push_mode(cpust, CpuMode.LTTV_CPU_IRQ); /* mode stack */
-                               cpust.pushToIrqStack(irq); /* last irq */
-
-                               /* udpate irq state */
-                               irq_push_mode(traceSt.getIrq_states().get(irq),
-                                               IRQMode.LTTV_IRQ_BUSY);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getSoftIrqExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               Long cpu = trcEvent.getCpuId();
-                               LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
-                               Long softirq = cpust.popFromSoftIrqStack();
-
-                               // Update process status
-                               pop_state(cpu, ExecutionMode.LTTV_STATE_SOFT_IRQ, traceSt,
-                                               trcEvent.getTimestamp());
-
-                               /* update softirq status */
-                               if (softirq != -1) {
-                                       LttngSoftIRQState softIrqstate = traceSt
-                                                       .getSoft_irq_states().get(softirq);
-                                       if (softIrqstate != null) {
-                                               softIrqstate.decrementRunning();
-                                       }
-                               }
-
-                               /* update cpu status */
-                               cpu_pop_mode(cpust);
-
-                               return false;
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getIrqExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               Long cpu = trcEvent.getCpuId();
-
-                               /* update process state */
-                               pop_state(cpu, ExecutionMode.LTTV_STATE_IRQ, traceSt, trcEvent
-                                               .getTimestamp());
-
-                               /* update cpu status */
-                               LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
-                               cpu_pop_mode(cpust);
-
-                               /* update irq status */
-                               Long last_irq = cpust.popFromIrqStack();
-                               if (last_irq != -1L) {
-                                       LttngIRQState irq_state = traceSt.getIrq_states().get(
-                                                       last_irq);
-                                       irq_pop_mode(irq_state);
-                               }
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getSoftIrqRaiseHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       private Events eventType = Events.LTT_EVENT_SOFT_IRQ_RAISE;
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               // Long cpu = trcEvent.getCpuId();
-
-                               // get event field
-                               Long softirq = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_SOFT_IRQ_ID);
-
-                               if (softirq == null) {
-                                       TraceDebug.debug("Soft_irq_id not found in " //$NON-NLS-1$
-                                                       + eventType.getInName() + " time: " //$NON-NLS-1$
-                                                       + trcEvent.getTimestamp());
-                                       return true;
-                               }
-
-                               // String submode;
-                               // String[] softIrqNames = traceSt.getSoft_irq_names();
-                               // if (softirq < softIrqNames.length) {
-                               // submode = softIrqNames[softirq];
-                               // } else {
-                               // submode = "softirq " + softirq;
-                               // }
-
-                               /* update softirq status */
-                               /* a soft irq raises are not cumulative */
-                               LttngSoftIRQState irqState = traceSt.getSoft_irq_states().get(
-                                               softirq);
-                               if (irqState != null) {
-                                       irqState.setPending(1L);
-                               } else {
-                                       TraceDebug
-                                                       .debug("unexpected soft irq id value: " + softirq); //$NON-NLS-1$
-                               }
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getSoftIrqEntryHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               // obtrain cpu
-                               Long cpu = trcEvent.getCpuId();
-
-                               // get event field
-                               Long softirq = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_SOFT_IRQ_ID);
-
-                               if (softirq == null) {
-                                       TraceDebug.debug("Soft IRQ ID not found, eventTime: " //$NON-NLS-1$
-                                                       + trcEvent.getTimestamp());
-                                       return true;
-                               }
-
-                               // obtain submode
-                               Map<Long, String> softIrqNames = traceSt.getSoft_irq_names();
-                               String submode = softIrqNames.get(softirq);
-                               if (submode == null) {
-                                       submode = "softirq " + softirq; //$NON-NLS-1$
-                                       softIrqNames.put(softirq, submode);
-                               }
-
-                // Note: For statistics performance improvement only the integer value of softirq is used 
-                // as well as a bit mask is applied! 
-                               int submodeId = softirq.intValue() | LttngConstants.STATS_SOFT_IRQ_NAME_ID;
-
-                               /* update softirq status */
-                               LttngSoftIRQState irqState = traceSt.getSoft_irq_states().get(
-                                               softirq);
-                               if (irqState != null) {
-                                       irqState.decrementPending();
-                                       irqState.incrementRunning();
-                               } else {
-                                       TraceDebug
-                                                       .debug("unexpected soft irq id value: " + softirq); //$NON-NLS-1$
-                               }
-
-                               /* update cpu state */
-                               LTTngCPUState cpu_state = traceSt.getCpu_states().get(cpu);
-                               cpu_state.pushToSoftIrqStack(softirq);
-                               cpu_push_mode(cpu_state, CpuMode.LTTV_CPU_SOFT_IRQ);
-
-                               /* update process execution mode state stack */
-                               push_state(cpu, ExecutionMode.LTTV_STATE_SOFT_IRQ, submode, submodeId,
-                                               trcEvent.getTimestamp(), traceSt);
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * Method to handle the event: LTT_EVENT_LIST_INTERRRUPT
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getEnumInterruptHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       private Events eventType = Events.LTT_EVENT_LIST_INTERRUPT;
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               String action = getAFieldString(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_ACTION);
-                               Long irq = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_IRQ_ID);
-
-                               if (action == null) {
-                                       TraceDebug.debug("Field Action not found in event " //$NON-NLS-1$
-                                                       + eventType.getInName() + " time: " //$NON-NLS-1$
-                                                       + trcEvent.getTimestamp());
-                                       return true;
-                               }
-
-                               if (irq == null) {
-                                       TraceDebug.debug("Field irq_id not found in event " //$NON-NLS-1$
-                                                       + eventType.getInName() + " time: " //$NON-NLS-1$
-                                                       + trcEvent.getTimestamp());
-                                       return true;
-                               }
-
-                               Map<Long, String> irq_names = traceSt.getIrq_names();
-
-                               irq_names.put(irq, action);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * Handle the event LTT_EVENT_REQUEST_ISSUE
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getBdevRequestIssueHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               // Get Fields
-                               Long major = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_MAJOR);
-                               Long minor = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_MINOR);
-                               Long operation = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_OPERATION);
-
-                               // calculate bdevcode
-                               Long devcode = mkdev(major, minor);
-
-                               if (devcode == null) {
-                                       TraceDebug
-                                                       .debug("incorrect calcualtion of bdevcode input( major: " //$NON-NLS-1$
-                                                                       + major
-                                                                       + " minor: " //$NON-NLS-1$
-                                                                       + minor
-                                                                       + " operation: " + operation); //$NON-NLS-1$
-                                       return true;
-                               }
-
-                               Map<Long, LttngBdevState> bdev_states = traceSt
-                                               .getBdev_states();
-                               // Get the instance
-                               LttngBdevState bdevState = bdev_states.get(devcode);
-                               if (bdevState == null) {
-                                       bdevState = new LttngBdevState();
-                               }
-
-                               // update the mode in the stack
-                               if (operation == 0L) {
-                                       bdevState.pushToBdevStack(BdevMode.LTTV_BDEV_BUSY_READING);
-                               } else {
-                                       bdevState.pushToBdevStack(BdevMode.LTTV_BDEV_BUSY_WRITING);
-                               }
-
-                               // make sure it is included in the set
-                               bdev_states.put(devcode, bdevState);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handling event: LTT_EVENT_REQUEST_COMPLETE
-        * </p>
-        * <p>
-        * FIELDS(LTT_FIELD_MAJOR, LTT_FIELD_MINOR, LTT_FIELD_OPERATION
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getBdevRequestCompleteHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               // Get Fields
-                               Long major = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_MAJOR);
-                               Long minor = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_MINOR);
-                               Long operation = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_OPERATION);
-
-                               // calculate bdevcode
-                               Long devcode = mkdev(major, minor);
-
-                               if (devcode == null) {
-                                       TraceDebug
-                                                       .debug("incorrect calcualtion of bdevcode input( major: " //$NON-NLS-1$
-                                                                       + major
-                                                                       + " minor: " //$NON-NLS-1$
-                                                                       + minor
-                                                                       + " operation: " + operation); //$NON-NLS-1$
-                                       return true;
-                               }
-
-                               Map<Long, LttngBdevState> bdev_states = traceSt
-                                               .getBdev_states();
-                               // Get the instance
-                               LttngBdevState bdevState = bdev_states.get(devcode);
-                               if (bdevState == null) {
-                                       bdevState = new LttngBdevState();
-                               }
-
-                               /* update block device */
-                               bdev_pop_mode(bdevState);
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles event: LTT_EVENT_FUNCTION_ENTRY
-        * </p>
-        * <p>
-        * FIELDS: LTT_FIELD_THIS_FN, LTT_FIELD_CALL_SITE
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getFunctionEntryHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               Long cpu = trcEvent.getCpuId();
-                               Long funcptr = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_THIS_FN);
-
-                               push_function(traceSt, funcptr, cpu);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getFunctionExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               Long funcptr = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_THIS_FN);
-
-                               pop_function(traceSt, trcEvent, funcptr);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * process event: LTT_EVENT_SYS_CALL_TABLE
-        * </p>
-        * <p>
-        * fields: LTT_FIELD_ID, LTT_FIELD_ADDRESS, LTT_FIELD_SYMBOL
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getDumpSyscallHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               // obtain the syscall id
-                               Long id = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_ID);
-
-                               // Long address = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_ADDRESS);
-
-                               // Obtain the symbol
-                               String symbol = getAFieldString(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_SYMBOL);
-
-                               // fill the symbol to the sycall_names collection
-                               traceSt.getSyscall_names().put(id, symbol);
-
-                               return false;
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles event: LTT_EVENT_KPROBE_TABLE
-        * </p>
-        * <p>
-        * Fields: LTT_FIELD_IP, LTT_FIELD_SYMBOL
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getDumpKprobeHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               Long ip = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_IP);
-                               String symbol = getAFieldString(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_SYMBOL);
-
-                               traceSt.getKprobe_table().put(ip, symbol);
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_SOFTIRQ_VEC
-        * </p>
-        * <p>
-        * Fields: LTT_FIELD_ID, LTT_FIELD_ADDRESS, LTT_FIELD_SYMBOL
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getDumpSoftIrqHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               // Get id
-                               Long id = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_ID);
-
-                               // Address not needed
-                               // Long address = ltt_event_get_long_unsigned(e,
-                               // lttv_trace_get_hook_field(th,
-                               // 1));
-
-                               // Get symbol
-                               String symbol = getAFieldString(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_SYMBOL);
-
-                               // Register the soft irq name
-                               traceSt.getSoft_irq_names().put(id, symbol);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_SCHED_SCHEDULE
-        * </p>
-        * <p>
-        * Fields: LTT_FIELD_PREV_PID, LTT_FIELD_NEXT_PID, LTT_FIELD_PREV_STATE
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getSchedChangeHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               Long cpu = trcEvent.getCpuId();
-                               TmfTimestamp eventTime = trcEvent.getTimestamp();
-
-                               LttngProcessState process = traceSt.getRunning_process().get(
-                                               cpu);
-
-                               Long pid_out = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_PREV_PID);
-                               Long pid_in = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_NEXT_PID);
-                               Long state_out = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_PREV_STATE);
-
-                               if (process != null) {
-
-                                       /*
-                                        * We could not know but it was not the idle process
-                                        * executing. This should only happen at the beginning,
-                                        * before the first schedule event, and when the initial
-                                        * information (current process for each CPU) is missing. It
-                                        * is not obvious how we could, after the fact, compensate
-                                        * the wrongly attributed statistics.
-                                        */
-
-                                       // This test only makes sense once the state is known and if
-                                       // there
-                                       // is no
-                                       // missing events. We need to silently ignore schedchange
-                                       // coming
-                                       // after a
-                                       // process_free, or it causes glitches. (FIXME)
-                                       // if(unlikely(process->pid != pid_out)) {
-                                       // g_assert(process->pid == 0);
-                                       // }
-                                       if ((process.getPid().longValue() == 0L)
-                                                       && (process.getState().getExec_mode() == ExecutionMode.LTTV_STATE_MODE_UNKNOWN)) {
-                                               if ((pid_out != null) && (pid_out.longValue() == 0L)) {
-                                                       /*
-                                                        * Scheduling out of pid 0 at beginning of the trace
-                                                        * : we know for sure it is in syscall mode at this
-                                                        * point.
-                                                        */
-
-                                                       process.getState().setExec_mode(
-                                                                       ExecutionMode.LTTV_STATE_SYSCALL);
-                                                       process.getState().setProc_status(
-                                                                       ProcessStatus.LTTV_STATE_WAIT);
-                                                       process.getState().setChange_Time(
-                                                                       trcEvent.getTimestamp().getValue());
-                                                       process.getState().setEntry_Time(
-                                                                       trcEvent.getTimestamp().getValue());
-                                               }
-                                       } else {
-                                               if (process.getState().getProc_status() == ProcessStatus.LTTV_STATE_EXIT) {
-                                                       process.getState().setProc_status(
-                                                                       ProcessStatus.LTTV_STATE_ZOMBIE);
-                                                       process.getState().setChange_Time(
-                                                                       trcEvent.getTimestamp().getValue());
-                                               } else {
-                                                       if ((state_out != null)
-                                                                       && (state_out.longValue() == 0L)) {
-                                                               process.getState().setProc_status(
-                                                                               ProcessStatus.LTTV_STATE_WAIT_CPU);
-                                                       } else {
-                                                               process.getState().setProc_status(
-                                                                               ProcessStatus.LTTV_STATE_WAIT);
-                                                       }
-
-                                                       process.getState().setChange_Time(
-                                                                       trcEvent.getTimestamp().getValue());
-                                               }
-
-                                               if ((state_out != null)
-                                                               && (state_out == 32L || state_out == 64L)) { /*
-                                                                                                                                                        * EXIT_DEAD
-                                                                                                                                                        * ||
-                                                                                                                                                        * TASK_DEAD
-                                                                                                                                                        */
-                                                       /* see sched.h for states */
-                                                       if (!exit_process(traceSt, process)) {
-                                                               process.getState().setProc_status(
-                                                                               ProcessStatus.LTTV_STATE_DEAD);
-                                                               process.getState().setChange_Time(
-                                                                               trcEvent.getTimestamp().getValue());
-                                                       }
-                                               }
-                                       }
-                               }
-                               process = lttv_state_find_process_or_create(traceSt, cpu,
-                                               pid_in, eventTime);
-
-                               traceSt.getRunning_process().put(cpu, process);
-
-                               process.getState().setProc_status(ProcessStatus.LTTV_STATE_RUN);
-                               process.getState().setChange_Time(eventTime.getValue());
-                               process.setCpu(cpu);
-                               // process->state->s = LTTV_STATE_RUN;
-                               // if(process->usertrace)
-                               // process->usertrace->cpu = cpu;
-                               // process->last_cpu_index =
-                               // ltt_tracefile_num(((LttvTracefileContext*)s)->tf);
-
-                               // process->state->change = s->parent.timestamp;
-
-                               LTTngCPUState cpu_state = traceSt.getCpu_states().get(cpu);
-                               /* update cpu status */
-                               if ((pid_in != null) && (pid_in.longValue() == 0L)) {
-
-                                       /* going to idle task */
-                                       cpu_set_base_mode(cpu_state, CpuMode.LTTV_CPU_IDLE);
-                               } else {
-                                       /*
-                                        * scheduling a real task. we must be careful here: if we
-                                        * just schedule()'ed to a process that is in a trap, we
-                                        * must put the cpu in trap mode
-                                        */
-                                       cpu_set_base_mode(cpu_state, CpuMode.LTTV_CPU_BUSY);
-                                       if (process.getState().getExec_mode() == ExecutionMode.LTTV_STATE_TRAP) {
-                                               cpu_push_mode(cpu_state, CpuMode.LTTV_CPU_TRAP);
-                                       }
-                               }
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_PROCESS_FORK
-        * </p>
-        * <p>
-        * Fields: FIELD_ARRAY(LTT_FIELD_PARENT_PID, LTT_FIELD_CHILD_PID,
-        * LTT_FIELD_CHILD_TGID)
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getProcessForkHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               Long cpu = trcEvent.getCpuId();
-                               LttngProcessState process = traceSt.getRunning_process().get(
-                                               cpu);
-                               TmfTimestamp timeStamp = trcEvent.getTimestamp();
-
-                               // /* Parent PID */
-                               // Long parent_pid = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_PARENT_PID);
-
-                               /* Child PID */
-                               /* In the Linux Kernel, there is one PID per thread. */
-                               Long child_pid = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_CHILD_PID);
-
-                               /* Child TGID */
-                               /* tgid in the Linux kernel is the "real" POSIX PID. */
-                               Long child_tgid = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_CHILD_TGID);
-                               if (child_tgid == null) {
-                                       child_tgid = 0L;
-                               }
-
-                               /*
-                                * Mathieu : it seems like the process might have been scheduled
-                                * in before the fork, and, in a rare case, might be the current
-                                * process. This might happen in a SMP case where we don't have
-                                * enough precision on the clocks.
-                                * 
-                                * Test reenabled after precision fixes on time. (Mathieu)
-                                */
-                               // #if 0
-                               // zombie_process = lttv_state_find_process(ts, ANY_CPU,
-                               // child_pid);
-                               //      
-                               // if(unlikely(zombie_process != NULL)) {
-                               // /* Reutilisation of PID. Only now we are sure that the old
-                               // PID
-                               // * has been released. FIXME : should know when release_task
-                               // happens
-                               // instead.
-                               // */
-                               // guint num_cpus = ltt_trace_get_num_cpu(ts->parent.t);
-                               // guint i;
-                               // for(i=0; i< num_cpus; i++) {
-                               // g_assert(zombie_process != ts->running_process[i]);
-                               // }
-                               //      
-                               // exit_process(s, zombie_process);
-                               // }
-                               // #endif //0
-
-                               if (process.getPid().equals(child_pid)) {
-                                       TraceDebug
-                                                       .debug("Unexpected, process pid equal to child pid: " //$NON-NLS-1$
-                                                                       + child_pid
-                                                                       + " Event Time: " //$NON-NLS-1$
-                                                                       + trcEvent.getTimestamp());
-                               }
-
-                               // g_assert(process->pid != child_pid);
-                               // FIXME : Add this test in the "known state" section
-                               // g_assert(process->pid == parent_pid);
-                               LttngProcessState child_process = lttv_state_find_process(
-                                               traceSt, ANY_CPU, child_pid);
-                               if (child_process == null) {
-                                       child_process = create_process(traceSt, cpu, child_pid,
-                                                       child_tgid, timeStamp);
-                                       child_process.setPpid(process.getPid(), timeStamp.getValue());
-                               } else {
-                                       /*
-                                        * The process has already been created : due to time
-                                        * imprecision between multiple CPUs : it has been scheduled
-                                        * in before creation. Note that we shouldn't have this kind
-                                        * of imprecision.
-                                        * 
-                                        * Simply put a correct parent.
-                                        */
-                                       StringBuilder sb = new StringBuilder("Process " + child_pid); //$NON-NLS-1$
-                                       sb.append(" has been created at [" //$NON-NLS-1$
-                                                       + child_process.getCreation_time() + "] "); //$NON-NLS-1$
-                                       sb.append("and inserted at [" //$NON-NLS-1$
-                                                       + child_process.getInsertion_time() + "] "); //$NON-NLS-1$
-                                       sb.append("before \nfork on cpu " + cpu + " Event time: [" //$NON-NLS-1$ //$NON-NLS-2$
-                                                       + trcEvent + "]\n."); //$NON-NLS-1$
-                                       sb
-                                                       .append("Probably an unsynchronized TSD problem on the traced machine."); //$NON-NLS-1$
-                                       TraceDebug.debug(sb.toString());
-
-                                       // g_assert(0); /* This is a problematic case : the process
-                                       // has
-                                       // beencreated
-                                       // before the fork event */
-                                       child_process.setPpid(process.getPid());
-                                       child_process.setTgid(child_tgid);
-                               }
-
-                               if (!child_process.getName().equals(
-                                               ProcessStatus.LTTV_STATE_UNNAMED.getInName())) {
-                                       TraceDebug.debug("Unexpected child process status: " //$NON-NLS-1$
-                                                       + child_process.getName());
-                               }
-
-                               child_process.setName(process.getName());
-                               child_process.setBrand(process.getBrand());
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_KTHREAD_CREATE
-        * </p>
-        * <p>
-        * Fields: LTT_FIELD_PID
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getProcessKernelThreadHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               /*
-                                * We stamp a newly created process as kernel_thread. The thread
-                                * should not be running yet.
-                                */
-
-                               LttngExecutionState exState;
-                               Long pid;
-                               LttngProcessState process;
-
-                               /* PID */
-                               pid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_PID);
-                               // s->parent.target_pid = pid;
-
-                               process = lttv_state_find_process_or_create(traceSt, ANY_CPU,
-                                               pid, new TmfTimestamp());
-
-                               if (!process.getState().getProc_status().equals(
-                                               ProcessStatus.LTTV_STATE_DEAD)) {
-                                       // Leave only the first element in the stack with execution
-                                       // mode to
-                                       // syscall
-                                       exState = process.getFirstElementFromExecutionStack();
-                                       exState.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
-                                       process.clearExecutionStack();
-                                       process.pushToExecutionStack(exState);
-                               }
-
-                               process.setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_PROCESS_EXIT
-        * </p>
-        * <p>
-        * LTT_FIELD_PID
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getProcessExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               Long pid;
-                               LttngProcessState process;
-
-                               pid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_PID);
-                               // s->parent.target_pid = pid;
-
-                               // FIXME : Add this test in the "known state" section
-                               // g_assert(process->pid == pid);
-
-                               process = lttv_state_find_process(traceSt, ANY_CPU, pid);
-                               if (process != null) {
-                                       process.getState().setProc_status(
-                                                       ProcessStatus.LTTV_STATE_EXIT);
-                               }
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_PROCESS_FREE
-        * </p>
-        * <p>
-        * Fields: LTT_FIELD_PID
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getProcessFreeHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               Long release_pid;
-                               LttngProcessState process;
-
-                               /* PID of the process to release */
-                               release_pid = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_PID);
-                               // s->parent.target_pid = release_pid;
-
-                               if ((release_pid != null) && (release_pid.longValue() == 0L)) {
-                                       TraceDebug.debug("Unexpected release_pid: 0, Event time: " //$NON-NLS-1$
-                                                       + trcEvent.getTimestamp());
-                               }
-
-                               process = lttv_state_find_process(traceSt, ANY_CPU, release_pid);
-                               if (process != null) {
-                                       exit_process(traceSt, process);
-                               }
-
-                               return false;
-                               // DISABLED
-                               // if(process != null) {
-                               /*
-                                * release_task is happening at kernel level : we can now safely
-                                * release the data structure of the process
-                                */
-                               // This test is fun, though, as it may happen that
-                               // at time t : CPU 0 : process_free
-                               // at time t+150ns : CPU 1 : schedule out
-                               // Clearly due to time imprecision, we disable it. (Mathieu)
-                               // If this weird case happen, we have no choice but to put the
-                               // Currently running process on the cpu to 0.
-                               // I re-enable it following time precision fixes. (Mathieu)
-                               // Well, in the case where an process is freed by a process on
-                               // another
-                               // CPU
-                               // and still scheduled, it happens that this is the schedchange
-                               // that
-                               // will
-                               // drop the last reference count. Do not free it here!
-
-                               // int num_cpus = ltt_trace_get_num_cpu(ts->parent.t);
-                               // guint i;
-                               // for(i=0; i< num_cpus; i++) {
-                               // //g_assert(process != ts->running_process[i]);
-                               // if(process == ts->running_process[i]) {
-                               // //ts->running_process[i] = lttv_state_find_process(ts, i, 0);
-                               // break;
-                               // }
-                               // }
-                               // if(i == num_cpus) /* process is not scheduled */
-                               // exit_process(s, process);
-                               // }
-                               //      
-                               // return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_EXEC
-        * </p>
-        * <p>
-        * FIELDS: LTT_FIELD_FILENAME
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getProcessExecHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               Long cpu = trcEvent.getCpuId();
-                               LttngProcessState process = traceSt.getRunning_process().get(
-                                               cpu);
-
-                               // #if 0//how to use a sequence that must be transformed in a
-                               // string
-                               // /* PID of the process to release */
-                               // guint64 name_len = ltt_event_field_element_number(e,
-                               // lttv_trace_get_hook_field(th, 0));
-                               // //name = ltt_event_get_string(e,
-                               // lttv_trace_get_hook_field(th, 0));
-                               // LttField *child = ltt_event_field_element_select(e,
-                               // lttv_trace_get_hook_field(th, 0), 0);
-                               // gchar *name_begin =
-                               // (gchar*)(ltt_event_data(e)+ltt_event_field_offset(e, child));
-                               // gchar *null_term_name = g_new(gchar, name_len+1);
-                               // memcpy(null_term_name, name_begin, name_len);
-                               // null_term_name[name_len] = '\0';
-                               // process->name = g_quark_from_string(null_term_name);
-                               // #endif //0
-
-                               process.setName(getAFieldString(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_FILENAME));
-                               process.setBrand(StateStrings.LTTV_STATE_UNBRANDED);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * LTT_EVENT_THREAD_BRAND
-        * </p>
-        * <p>
-        * FIELDS: LTT_FIELD_NAME
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor GetThreadBrandHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               String name;
-                               Long cpu = trcEvent.getCpuId();
-                               LttngProcessState process = traceSt.getRunning_process().get(
-                                               cpu);
-
-                               name = getAFieldString(trcEvent, traceSt, Fields.LTT_FIELD_NAME);
-                               process.setBrand(name);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * @return
-        */
-       final ILttngEventProcessor getStateDumpEndHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               /* For all processes */
-                               /*
-                                * if kernel thread, if stack[0] is unknown, set to syscall
-                                * mode, wait
-                                */
-                               /* else, if stack[0] is unknown, set to user mode, running */
-                               LttngProcessState[] processes = traceSt.getProcesses();
-                               TmfTimestamp time = trcEvent.getTimestamp();
-                               
-                               for (int pos = 0; pos < processes.length; pos++) {
-                                       fix_process(processes[pos], time);
-                               }
-                               
-                               // Set the current process to be running
-                               // TODO Should we do it for all process running on a cpu?
-                               LttngProcessState process = traceSt.getRunning_process().get(trcEvent.getCpuId());
-                               process.getState().setProc_status(ProcessStatus.LTTV_STATE_RUN);
-                               
-                               return false;
-
-                       }
-
-                       /**
-                        * Private method used to establish the first execution state in the
-                        * stack for a given process
-                        * 
-                        * @param process
-                        * @param timestamp
-                        */
-                       private void fix_process(LttngProcessState process,
-                                       TmfTimestamp timestamp) {
-
-                               LttngExecutionState es;
-
-                               if (process.getType() == ProcessType.LTTV_STATE_KERNEL_THREAD) {
-                                       es = process.getFirstElementFromExecutionStack();
-
-                                       if (es.getExec_mode() == ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
-                                               es.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
-                                               es.setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.getInName());
-                        // Note: For statistics performance improvement a integer representation of the submode is used 
-                        // as well as a bit mask is applied! 
-                                               es.setExec_submode_id(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.ordinal() | LttngConstants.STATS_NONE_ID);
-                                               es.setEntry_Time(timestamp.getValue());
-                                               es.setChange_Time(timestamp.getValue());
-                                               es.setCum_cpu_time(0L);
-                                               if (es.getProc_status() == ProcessStatus.LTTV_STATE_UNNAMED) {
-                                                       es.setProc_status(ProcessStatus.LTTV_STATE_WAIT);
-                                               }
-                                       }
-                               } else {
-                                       es = process.getFirstElementFromExecutionStack();
-                                       if (es.getExec_mode() == ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
-                                               es.setExec_mode(ExecutionMode.LTTV_STATE_USER_MODE);
-                                               es.setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.getInName());
-                        // Note: For statistics performance improvement a integer representation of the submode is used 
-                        // as well as a bit mask is applied! 
-                                               es.setExec_submode_id(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.ordinal() | LttngConstants.STATS_NONE_ID);
-                                               es.setEntry_Time(timestamp.getValue());
-                                               es.setChange_Time(timestamp.getValue());
-                                               es.setCum_cpu_time(0L);
-                                               if (es.getProc_status() == ProcessStatus.LTTV_STATE_UNNAMED) {
-                                                       es.setProc_status(ProcessStatus.LTTV_STATE_RUN);
-                                               }
-
-                                               // If the first element is also the one on top... mean
-                                               // we have ONE element on the stack
-                                               if (process.getFirstElementFromExecutionStack() == process
-                                                               .peekFromExecutionStack()) {
-                                                       /*
-                                                        * Still in bottom unknown mode, means never did a
-                                                        * system call May be either in user mode, syscall
-                                                        * mode, running or waiting.
-                                                        */
-                                                       /*
-                                                        * FIXME : we may be tagging syscall mode when being
-                                                        * user mode
-                                                        */
-                                                       // Get a new execution State
-                                                       es = new LttngExecutionState();
-
-                                                       // initialize values
-                                                       es.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
-                                                       es.setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.getInName());
-                               // Note: For statistics performance improvement a integer representation of the submode is used 
-                               // as well as a bit mask is applied! 
-                                                       es.setExec_submode_id(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.ordinal() | LttngConstants.STATS_NONE_ID);
-                                                       es.setEntry_Time(timestamp.getValue());
-                                                       es.setChange_Time(timestamp.getValue());
-                                                       es.setCum_cpu_time(0L);
-                                                       es.setProc_status(ProcessStatus.LTTV_STATE_WAIT);
-
-                                                       // Push the new state to the stack
-                                                       process.pushToExecutionStack(es);
-                                               }
-                                       }
-                               }
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_PROCESS_STATE
-        * </p>
-        * <p>
-        * FIELDS: LTT_FIELD_PID, LTT_FIELD_PARENT_PID, LTT_FIELD_NAME,
-        * LTT_FIELD_TYPE, LTT_FIELD_MODE, LTT_FIELD_SUBMODE, LTT_FIELD_STATUS,
-        * LTT_FIELD_TGID
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getEnumProcessStateHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               Long parent_pid;
-                               Long pid;
-                               Long tgid;
-                               String command;
-                               Long cpu = trcEvent.getCpuId();
-                               
-                               LttngProcessState process = traceSt.getRunning_process().get(
-                                               cpu);
-                               LttngProcessState parent_process;
-                               String type;
-                               // String mode, submode, status;
-                               LttngExecutionState es;
-                               
-                               /* PID */
-                               pid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_PID);
-
-                               /* Parent PID */
-                               parent_pid = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_PARENT_PID);
-
-                               /* Command name */
-                               command = getAFieldString(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_NAME);
-
-                               Long typeVal = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_TYPE);
-
-                               type = ProcessType.LTTV_STATE_KERNEL_THREAD.getInName();
-                               if ((typeVal != null) && (typeVal.longValue() == 0L)) {
-                                       type = ProcessType.LTTV_STATE_USER_THREAD.getInName();
-                               }
-
-                               // /* mode */
-                               // mode = getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_MODE);
-                               //
-                               // /* submode */
-                               // submode = getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_SUBMODE);
-                               //
-                               // /* status */
-                               // status = getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_STATUS);
-
-                               /* TGID */
-                               tgid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_TGID);
-                               if (tgid == null) {
-                                       tgid = 0L;
-                               }
-
-                               if ((pid != null) && (pid.longValue() == 0L)) {
-                                       for (Long acpu : traceSt.getCpu_states().keySet()) {
-                                               process = lttv_state_find_process(traceSt, acpu, pid);
-                                               if (process != null) {
-                                                       process.setPpid(parent_pid);
-                                                       process.setTgid(tgid);
-                                                       process.setName(command);
-                                                       process
-                                                                       .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
-                                               } else {
-                                                       StringBuilder sb = new StringBuilder(
-                                                                       "Unexpected, null process read from the TraceState list of processes, event time: " //$NON-NLS-1$
-                                                                                       + trcEvent.getTimestamp());
-                                                       TraceDebug.debug(sb.toString());
-                                               }
-                                       }
-                               } else {
-                                       /*
-                                        * The process might exist if a process was forked while
-                                        * performing the state dump.
-                                        */
-                                       process = lttv_state_find_process(traceSt, ANY_CPU, pid);
-                                       if (process == null) {
-                                               parent_process = lttv_state_find_process(traceSt,
-                                                               ANY_CPU, parent_pid);
-                                               TmfTimestamp eventTime = trcEvent.getTimestamp();
-                                               process = create_process(traceSt, cpu, pid, tgid,
-                                                               command, eventTime);
-                                               if (parent_process != null) {
-                                                       process.setPpid(parent_process.getPid(), eventTime.getValue());
-                                               }
-
-                                               /* Keep the stack bottom : a running user mode */
-                                               /*
-                                                * Disabled because of inconsistencies in the current
-                                                * statedump states.
-                                                */
-                                               if (type.equals(ProcessType.LTTV_STATE_KERNEL_THREAD
-                                                               .getInName())) {
-                                                       /*
-                                                        * FIXME Kernel thread : can be in syscall or
-                                                        * interrupt or trap.
-                                                        */
-                                                       /*
-                                                        * Will cause expected trap when in fact being
-                                                        * syscall (even after end of statedump event) Will
-                                                        * cause expected interrupt when being syscall.
-                                                        * (only before end of statedump event)
-                                                        */
-                                                       // process type is USER_THREAD by default.
-                                                       process
-                                                                       .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
-
-                                               }
-                                               
-                                               //Only one entry needed in the execution stack
-                                               process.popFromExecutionStack();
-                                               es = process.getState();
-                                               es.setExec_mode(ExecutionMode.LTTV_STATE_MODE_UNKNOWN);
-                                               es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
-                                               es.setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
-                                                                               .getInName());
-                        // Note: For statistics performance improvement a integer representation of the submode is used 
-                        // as well as a bit mask is applied! 
-                                               es.setExec_submode_id(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.ordinal() | LttngConstants.STATS_NONE_ID);
-                                               
-                                               // #if 0
-                                               // /* UNKNOWN STATE */
-                                               // {
-                                               // es = process->state =
-                                               // &g_array_index(process->execution_stack,
-                                               // LttvExecutionState, 1);
-                                               // es->t = LTTV_STATE_MODE_UNKNOWN;
-                                               // es->s = LTTV_STATE_UNNAMED;
-                                               // es->n = LTTV_STATE_SUBMODE_UNKNOWN;
-                                               // }
-                                               // #endif //0
-                                       } else {
-                                               /*
-                                                * The process has already been created : Probably was
-                                                * forked while dumping the process state or was simply
-                                                * scheduled in prior to get the state dump event.
-                                                */
-                                               process.setPpid(parent_pid);
-                                               process.setTgid(tgid);
-                                               process.setName(command);
-                                               if (type.equals(ProcessType.LTTV_STATE_KERNEL_THREAD
-                                                               .getInName())) {
-                                                       process
-                                                                       .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
-                                               } else {
-                                                       process.setType(ProcessType.LTTV_STATE_USER_THREAD);
-                                               }
-
-                                               // es =
-                                               // &g_array_index(process->execution_stack,
-                                               // LttvExecutionState,
-                                               // 0);
-                                               // #if 0
-                                               // if(es->t == LTTV_STATE_MODE_UNKNOWN) {
-                                               // if(type == LTTV_STATE_KERNEL_THREAD)
-                                               // es->t = LTTV_STATE_SYSCALL;
-                                               // else
-                                               // es->t = LTTV_STATE_USER_MODE;
-                                               // }
-                                               // #endif //0
-                                               /*
-                                                * Don't mess around with the stack, it will eventually
-                                                * become ok after the end of state dump.
-                                                */
-                                       }
-                               }
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/experiment/IStateExperimentManager.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/experiment/IStateExperimentManager.java
deleted file mode 100644 (file)
index 9258dc1..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.state.experiment;
-
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.model.LTTngTreeNode;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-
-public interface IStateExperimentManager {
-
-//     /**
-//      * Read all available traces from the nearest checkpoint from start position
-//      * to the end of a specified time range. One request per trace in the
-//      * experiment will be triggered
-//      * 
-//      * @param trange
-//      * @param obs
-//      * @param transactionID
-//      * @param display
-//      * @return
-//      */
-//     public abstract ILttngSyntEventRequest readExperimentTimeWindow(
-//                     TmfTimeRange trange,
-//                     Object origin, IRequestStatusListener listener,
-//                     ITransEventProcessor processor);
-//
-//     /**
-//      * Read available traces from the Experiment start time, One request per
-//      * trace in the Experiment
-//      * 
-//      * @param source
-//      * @param listener
-//      * @param processor
-//      */
-//     public abstract void readExperiment(Object source,
-//                     IRequestStatusListener listener, ITransEventProcessor processor);
-
-       /**
-        * A new Experiment selected, notification received from the framework
-        * Notify the new experiment selection to the state handling managers
-        * 
-        * @param source
-        * @param experiment
-        */
-       public abstract void experimentSelected_prep(
-                       TmfExperiment<LttngEvent> experiment);
-
-       /**
-        * @param source
-        * @param experiment
-        */
-       public void experimentSelected(Object source,
-                       TmfExperiment<LttngEvent> experiment);
-
-       /**
-        * @return
-        */
-       public abstract TmfTimeRange getExperimentTimeRange();
-
-       /**
-        * @return
-        */
-       public abstract LTTngTreeNode getSelectedExperiment();
-
-       /**
-        * Wait for request completion upon experiment selection
-        * 
-        * @param wait
-        */
-       public abstract void waitForCompletion(boolean wait);
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/experiment/StateExperimentManager.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/experiment/StateExperimentManager.java
deleted file mode 100644 (file)
index 25d3421..0000000
+++ /dev/null
@@ -1,552 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *   Marc Dumais (marc.dumais@ericsson.com) - Fix for 316455 (second part)
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.experiment;
-
-import java.util.HashMap;
-import java.util.Map;
-
-import org.eclipse.linuxtools.lttng.LttngConstants;
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.control.LttngCoreProviderFactory;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent;
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent.SequenceInd;
-import org.eclipse.linuxtools.lttng.model.LTTngTreeNode;
-import org.eclipse.linuxtools.lttng.signal.ILttExperimentSelectedListener;
-import org.eclipse.linuxtools.lttng.signal.StateExperimentListener;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.ITmfEventRequest;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentRangeUpdatedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalManager;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-
-/**
- * @author alvaro
- * 
- */
-public class StateExperimentManager extends LTTngTreeNode implements ILttExperimentSelectedListener,
-        IStateExperimentManager {
-
-    // ========================================================================
-    // Data
-    // =======================================================================
-    private LTTngTreeNode fSelectedExperiment = null; // one selected experiment
-                                                      // supported
-    private final StateExperimentListener fexperimentListener;
-    private boolean fwaitForCompletion = false;
-    /**
-     * Used to route incoming events to proper trace manager, during check point building
-     */
-    private final Map<ITmfTrace, StateTraceHelper> ftraceToManagerMap = new HashMap<ITmfTrace, StateTraceHelper>();
-
-    private LttngSyntheticEvent syntheticEvent = null;
-    private ITmfDataRequest<LttngEvent> fStateCheckPointRequest = null;
-    private boolean fCheckPointUpdateBusy = false;
-    private boolean fCheckPointUpdatePending = false;
-    private int fCheckPointUpdateIndex = 0;
-    private TmfTimeRange fCheckPointUpdateRange = null;
-    private long fCheckPointNbEventsHandled = 0;
-    private final Object fCheckPointUpdateSyncObj = new Object();
-    private boolean fInitial = false;
-
-    // ========================================================================
-    // Constructors
-    // =======================================================================
-    public StateExperimentManager(Long id, String name) {
-        super(id, null, name, null);
-        fexperimentListener = new StateExperimentListener("Experiment Manager", this); //$NON-NLS-1$
-        TmfSignalManager.registerVIP(this);
-    }
-
-    @TmfSignalHandler
-    @SuppressWarnings({ "unchecked", "rawtypes" })
-    public void experimentSelected(TmfExperimentSelectedSignal signal) {
-        experimentSelected_prep(signal.getExperiment());
-    }
-
-    // ========================================================================
-    // Methods
-    // =======================================================================
-
-//     /* (non-Javadoc)
-//      * @see org.eclipse.linuxtools.lttng.state.experiment.IStateExperimentManager#readExperimentTimeWindow(org.eclipse.linuxtools.tmf.event.TmfTimeRange, java.lang.String, org.eclipse.linuxtools.lttng.state.IStateDataRequestListener)
-//      */
-//     public ILttngSyntEventRequest readExperimentTimeWindow(TmfTimeRange trange,
-//                     Object source, IRequestStatusListener listener,
-//                     ITransEventProcessor processor) {
-//
-//             ILttngSyntEventRequest request = null;
-//
-//             // validate
-//             if (fSelectedExperiment != null) {
-//                     // Get all trace manager nodes
-//                     LTTngTreeNode[] traceMgrs = fSelectedExperiment.getChildren();
-//
-//                     if (traceMgrs != null && traceMgrs.length > 0) {
-//                             IStateTraceManager traceManager;
-//                             // Trigger one request per trace
-//                             for (LTTngTreeNode traceNode : traceMgrs) {
-//                                     traceManager = (IStateTraceManager) traceNode;
-//                                     request = traceManager.executeDataRequest(trange, source,
-//                                                     listener,
-//                                                     processor);
-//                             }
-//                     }
-//             } else {
-//                     if (fSelectedExperiment == null) {
-//                             TraceDebug.debug("No experiment selected");
-//                     }
-//             }
-//
-//             return request;
-//     }
-
-//     /* (non-Javadoc)
-//      * @see org.eclipse.linuxtools.lttng.state.experiment.IStateExperimentManager#readExperiment(java.lang.String, org.eclipse.linuxtools.lttng.state.IStateDataRequestListener)
-//      */
-//     @SuppressWarnings("unchecked")
-//     public void readExperiment(Object source, IRequestStatusListener listener,
-//                     ITransEventProcessor processor) {
-//             // validate
-//             if (fSelectedExperiment != null) {
-//                     TmfExperiment<LttngEvent> experiment = (TmfExperiment<LttngEvent>) fSelectedExperiment
-//                                     .getValue();
-//                     TmfTimeRange trange = experiment.getTimeRange();
-//                     readExperimentTimeWindow(trange, source, listener, processor);
-//             } else {
-//                     TraceDebug.debug("No selected experiment available");
-//             }
-//     }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see org.eclipse.linuxtools.lttng.state.experiment.IStateExperimentManager #experimentSelected_prep
-     * (org.eclipse.linuxtools.tmf.experiment.TmfExperiment)
-     */
-    @Override
-    public void experimentSelected_prep(TmfExperiment<LttngEvent> experiment) {
-
-        if (fSelectedExperiment != null) {
-            clearExperimentNode(fSelectedExperiment);
-            fSelectedExperiment = null;
-        }
-
-        LTTngTreeNode experimentNode = null;
-        if (experiment != null) {
-            experimentNode = getChildByName(experiment.getName());
-            // keep experiment if already loaded with the same value
-            if (experimentNode != null && experimentNode.getValue() != experiment) {
-                clearExperimentNode(experimentNode);
-                experimentNode = null;
-            }
-
-            // Make sure all traces involved have a corresponding state manager
-            // and
-            // state system to request its initial data
-            if (experimentNode == null) {
-                // Create the new experiment tree node
-                experimentNode = new LTTngTreeNode(getNextUniqueId(), this, experiment.getName(), experiment);
-                // add the new experiment to this children list
-                addChild(experimentNode);
-            }
-
-            // Make sure the traces exists in the tree
-            ITmfTrace[] rtraces = experiment.getTraces();
-            String traceName;
-            LTTngTreeNode traceStateManagerNode;
-            // StateStacksHandler
-            for (ITmfTrace rtrace : rtraces) {
-                traceName = rtrace.getName();
-                traceStateManagerNode = experimentNode.getChildByName(traceName);
-                // Node does not exist for this experiment, so needs to be
-                // created
-                if (traceStateManagerNode == null) {
-                    traceStateManagerNode = StateManagerFactory.getManager(rtrace, experimentNode);
-                    experimentNode.addChild(traceStateManagerNode);
-                }
-            }
-
-            // Reset event provider to handle requests for the new experiment
-            LttngCoreProviderFactory.reset(experimentNode);
-
-            // preserve the selected experiment
-            fSelectedExperiment = experimentNode;
-        }
-    }
-
-    private void clearExperimentNode(LTTngTreeNode experimentNode) {
-        // Remove checkpoints
-        LTTngTreeNode[] traceNodes = experimentNode.getChildren();
-
-        for (LTTngTreeNode traceStateManagerNode : traceNodes) {
-            IStateTraceManager traceManager = null;
-            try {
-                traceManager = (IStateTraceManager) traceStateManagerNode;
-                // Clear all previously created check points as preparation to
-                // re-build
-                traceManager.clearCheckPoints();
-                experimentNode.removeChild(traceStateManagerNode);
-            } catch (ClassCastException e) {
-                // Nothing to do
-            }
-
-            // rebuild the experiment nodes from scratch
-            removeChild(experimentNode);
-        }
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see org.eclipse.linuxtools.lttng.signal.ILttExperimentSelectedListener# experimentSelected(java.lang.Object,
-     * org.eclipse.linuxtools.tmf.experiment.TmfExperiment)
-     */
-    @Override
-    public void experimentSelected(Object source, TmfExperiment<LttngEvent> experiment) {
-        // validate
-        if (experiment == null) {
-            TraceDebug.debug("Received experiment is null"); //$NON-NLS-1$
-            return;
-        }
-
-        // If previous request is ongoing, cancel it before requesting a new
-        // one.
-        if (fStateCheckPointRequest != null && !fStateCheckPointRequest.isCompleted()) {
-            fStateCheckPointRequest.cancel();
-        }
-
-        synchronized (fCheckPointUpdateSyncObj) {
-            fCheckPointUpdateBusy = false;
-            fCheckPointUpdatePending = false;
-            fCheckPointUpdateIndex = 0;
-        }
-
-        fInitial = true;
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see org.eclipse.linuxtools.lttng.signal.ILttExperimentSelectedListener# experimentUpdated
-     * (org.eclipse.linuxtools.tmf.signal.TmfExperimentUpdatedSignal, boolean)
-     */
-    @SuppressWarnings("unchecked")
-    @Override
-    public void experimentRangeUpdated(TmfExperimentRangeUpdatedSignal signal) {
-        TmfExperiment<LttngEvent> experiment = (TmfExperiment<LttngEvent>) signal.getExperiment();
-        // validate
-        if (experiment != fSelectedExperiment.getValue()) {
-            return;
-        }
-
-        synchronized (fCheckPointUpdateSyncObj) {
-            if (fCheckPointUpdateBusy) {
-                fCheckPointUpdatePending = true;
-                fCheckPointUpdateRange = signal.getRange();
-                return;
-            } else {
-                fCheckPointUpdateBusy = true;
-            }
-        }
-
-        // If previous request is ongoing, cancel it before requesting a new
-        // one.
-        if (fStateCheckPointRequest != null && !fStateCheckPointRequest.isCompleted()) {
-            fStateCheckPointRequest.cancel();
-        }
-
-        // trigger data request to build the state system check points
-        fStateCheckPointRequest = buildCheckPoints(experiment, signal.getRange(), fInitial);
-        fInitial = false;
-
-        if (fStateCheckPointRequest == null) {
-            synchronized (fCheckPointUpdateSyncObj) {
-                fCheckPointUpdateBusy = false;
-            }
-        }
-    }
-
-    /**
-     * @return the SelectedExperiment tree node
-     */
-    @Override
-    public LTTngTreeNode getSelectedExperiment() {
-        return fSelectedExperiment;
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see org.eclipse.linuxtools.lttng.state.experiment.IStateExperimentManager#getExperimentTimeRange()
-     */
-    @Override
-    @SuppressWarnings("unchecked")
-    public TmfTimeRange getExperimentTimeRange() {
-        TmfTimeRange timeRangeResult = null;
-        if (fSelectedExperiment != null) {
-            timeRangeResult = ((TmfExperiment<LttngEvent>) fSelectedExperiment.getValue()).getTimeRange();
-        }
-        return timeRangeResult;
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see java.lang.Object#finalize()
-     */
-    @Override
-    protected void finalize() {
-        fexperimentListener.dispose();
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see org.eclipse.linuxtools.lttng.state.experiment.IStateExperimentManager #waitForComplete(boolean)
-     */
-    @Override
-    public void waitForCompletion(boolean wait) {
-        fwaitForCompletion = wait;
-    }
-
-    private ITmfDataRequest<LttngEvent> buildCheckPoints(final TmfExperiment<LttngEvent> experiment,
-            final TmfTimeRange range, boolean initial) {
-        // validate
-        if (experiment == null) {
-            TraceDebug.debug("Received experiment is null"); //$NON-NLS-1$
-            return null;
-        }
-
-        LTTngTreeNode experimentNode = getChildByName(experiment.getName());
-        if (experimentNode == null) {
-            TraceDebug.debug("Experiment Node " + experiment.getName() + " does not exist"); //$NON-NLS-1$ //$NON-NLS-2$
-            return null;
-        }
-
-        final boolean waitForCompletion = fwaitForCompletion;
-
-        // get the trace manager nodes associated to the experiment
-        LTTngTreeNode[] traceNodes = experimentNode.getChildren();
-
-        if (initial) {
-            synchronized (this) {
-                ftraceToManagerMap.clear();
-            }
-
-            ITmfTrace trace;
-            for (LTTngTreeNode traceStateManagerNode : traceNodes) {
-                IStateTraceManager traceManager;
-                try {
-                    traceManager = (IStateTraceManager) traceStateManagerNode;
-                } catch (ClassCastException e) {
-                    System.out.println(e.getStackTrace().toString());
-                    return null;
-                }
-
-                // Clear all previously created check points as preparation to
-                // re-build
-                traceManager.clearCheckPoints();
-
-                // build the trace to manager mapping for event dispatching
-                trace = traceManager.getTrace();
-                synchronized (this) {
-                    ftraceToManagerMap.put(trace, new StateTraceHelper(traceManager));
-                }
-            }
-        }
-
-        // if no trace mapping
-        if (ftraceToManagerMap.size() < 1) {
-            TraceDebug.debug("No traces associated to experiment " + experiment.getName()); //$NON-NLS-1$
-            return null;
-        }
-
-        fCheckPointNbEventsHandled = 0;
-
-        // Prepare event data request to build state model
-        ITmfEventRequest<LttngEvent> request = new TmfEventRequest<LttngEvent>(LttngEvent.class, range,
-                fCheckPointUpdateIndex, TmfEventRequest.ALL_DATA, LttngConstants.DEFAULT_BLOCK_SIZE,
-                ITmfDataRequest.ExecutionType.BACKGROUND) {
-
-            /*
-             * (non-Javadoc)
-             * 
-             * @see org.eclipse.linuxtools.tmf.request.TmfDataRequest#handleData()
-             */
-            @Override
-            public void handleData(LttngEvent event) {
-                super.handleData(event);
-                if (event != null) {
-//                                     Tracer.trace("Chk: " + event.getTimestamp());
-                    fCheckPointNbEventsHandled++;
-                    ITmfTrace trace = event.getParentTrace();
-
-                    StateTraceHelper helper = ftraceToManagerMap.get(trace);
-
-                    if (helper != null) {
-                        helper.incrementNumberRead();
-
-                        // obtain synthetic event
-                        LttngSyntheticEvent synEvent = updateSynEvent(event, helper.getTraceModel());
-
-                        // update state system, and save check points as needed
-                        helper.getStateManager().handleEvent(synEvent, helper.getNumberRead());
-                    } else {
-                        TraceDebug.debug("StateTraceManager not found for trace" //$NON-NLS-1$
-                                + trace.getName());
-                    }
-                }
-            }
-
-            /*
-             * (non-Javadoc)
-             * 
-             * @see org.eclipse.linuxtools.tmf.request.TmfDataRequest#handleCompleted()
-             */
-            @Override
-            public void handleCompleted() {
-                super.handleCompleted();
-                printCompletedMessage();
-
-                if (!waitForCompletion) {
-                    synchronized (fCheckPointUpdateSyncObj) {
-                        fCheckPointUpdateBusy = false;
-                        fCheckPointUpdateIndex += fCheckPointNbEventsHandled;
-                        if (fCheckPointUpdatePending) {
-                            fCheckPointUpdatePending = false;
-                            fCheckPointUpdateBusy = true;
-                            buildCheckPoints(experiment, fCheckPointUpdateRange, false);
-                        }
-                    }
-                }
-            }
-
-            /*
-             * /**
-             * 
-             * @param header
-             */
-            private void printCompletedMessage() {
-                if (TraceDebug.isDEBUG()) {
-                    TraceDebug
-                            .debug("Trace check point building completed, number of events handled: " + fCheckPointNbEventsHandled + "\n\t\t"); //$NON-NLS-1$ //$NON-NLS-2$
-                    for (StateTraceHelper helper : ftraceToManagerMap.values()) {
-                        TraceDebug.debug(helper.getStateManager().toString() + "\n\t\t"); //$NON-NLS-1$
-                    }
-                }
-            }
-        };
-
-        // Execute event data request
-        experiment.sendRequest(request);
-
-        if (waitForCompletion) {
-            try {
-                request.waitForCompletion();
-                synchronized (fCheckPointUpdateSyncObj) {
-                    fCheckPointUpdateBusy = false;
-                    fCheckPointUpdateIndex += fCheckPointNbEventsHandled;
-                    if (fCheckPointUpdatePending) {
-                        fCheckPointUpdatePending = false;
-                        fCheckPointUpdateBusy = true;
-                        buildCheckPoints(experiment, fCheckPointUpdateRange, false);
-                    }
-                }
-            } catch (InterruptedException e) {
-                e.printStackTrace();
-            }
-        }
-
-        return request;
-    }
-
-    private LttngSyntheticEvent updateSynEvent(LttngEvent e, LttngTraceState stateModel) {
-        if (syntheticEvent == null || syntheticEvent.getBaseEvent() != e) {
-            syntheticEvent = new LttngSyntheticEvent(e);
-        }
-
-        // Trace model needed by application handlers
-        syntheticEvent.setTraceModel(stateModel);
-        syntheticEvent.setSequenceInd(SequenceInd.UPDATE);
-
-        return syntheticEvent;
-    }
-
-    /**
-     * Helper class that wraps the StateTraceManager, the current LTTngTraceState and the number of read events
-     * 
-     * @author bHufmann
-     * 
-     */
-    private class StateTraceHelper {
-
-        IStateTraceManager stateTraceManager = null;
-        long numberEventsRead = 0;
-        LttngTraceState stateTraceModel = null;
-
-        /**
-         * Constructor
-         * 
-         * @param stateManager
-         *            The StateTraceManager the helper is for
-         */
-        public StateTraceHelper(IStateTraceManager stateManager) {
-            this.stateTraceManager = stateManager;
-            // Get the TraceState at the beginning of the trace
-            this.stateTraceManager.restoreCheckPointByTimestamp(stateManager.getTrace().getStartTime());
-            this.stateTraceModel = this.stateTraceManager.getStateModel();
-        }
-
-        /**
-         * Returns the StateTraceManager
-         * 
-         * @return IStateTraceManager
-         */
-        public IStateTraceManager getStateManager() {
-            return stateTraceManager;
-        }
-
-        /**
-         * Returns the number of read events
-         * 
-         * @return long
-         */
-        public long getNumberRead() {
-            return numberEventsRead;
-        }
-
-        /**
-         * Increments the number of read events
-         */
-        public void incrementNumberRead() {
-            ++numberEventsRead;
-        }
-
-        /**
-         * Returns the current LTTngTraceState
-         * 
-         * @return LttngTraceState
-         */
-        public LttngTraceState getTraceModel() {
-            return stateTraceModel;
-        }
-    }
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/experiment/StateManagerFactory.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/experiment/StateManagerFactory.java
deleted file mode 100644 (file)
index 22411b9..0000000
+++ /dev/null
@@ -1,152 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.state.experiment;
-
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.model.LTTngTreeNode;
-import org.eclipse.linuxtools.lttng.state.LttngStateException;
-import org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager;
-import org.eclipse.linuxtools.lttng.state.trace.StateTraceManager;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-
-/**
- * @author alvaro
- * 
- */
-public class StateManagerFactory {
-    // ========================================================================
-    // Data
-    // =======================================================================
-
-    private static IStateExperimentManager experimentManager = null;
-    /**
-     * Allows to modify the check point interval for every new instance of trace manager
-     */
-    private static Long ftraceCheckPointInterval = null;
-
-    static {
-        initCheck();
-    }
-
-    // ========================================================================
-    // Methods
-    // =======================================================================
-
-    /**
-     * @param traceUniqueId
-     * @param experiment
-     * @return
-     */
-    public static LTTngTreeNode getManager(ITmfTrace rtrace, LTTngTreeNode experiment) {
-
-        // Validate
-        if (rtrace == null) {
-            return null;
-        }
-
-        String traceUniqueId = rtrace.getName();
-        if (traceUniqueId == null) {
-            return null;
-        }
-
-        LTTngTreeNode managerNode = null;
-        managerNode = experiment.getChildByName(traceUniqueId);
-
-        if (managerNode != null && managerNode instanceof IStateTraceManager) {
-            return managerNode;
-        }
-
-//             LttngTraceState traceModel = 
-//             StateModelFactory.getStateEntryInstance();
-        StateTraceManager manager = null;
-
-        // catch potential construction problems
-        try {
-            manager = new StateTraceManager(experiment.getNextUniqueId(), experiment, traceUniqueId, rtrace);
-
-            // Allow the possibility to configure the trace state check point
-            // interval at creation time
-            if (ftraceCheckPointInterval != null) {
-                manager.setCheckPointInterval(ftraceCheckPointInterval);
-            }
-
-        } catch (LttngStateException e) {
-            e.printStackTrace();
-        }
-
-        experiment.addChild(manager);
-        return manager;
-    }
-
-    /**
-     * Provide the State trace set manager
-     * 
-     * @return
-     */
-    public static IStateExperimentManager getExperimentManager() {
-        return experimentManager;
-    }
-
-    /**
-     * Remove previously registered managers
-     * 
-     * @param traceUniqueId
-     */
-    public static void removeManager(ITmfTrace rtrace, LTTngTreeNode rexperiment) {
-        if (rtrace != null && rexperiment != null && rexperiment.getValue() instanceof TmfExperiment<?>) {
-            LTTngTreeNode childToremove = rexperiment.getChildByName(rtrace.getName());
-            if (childToremove != null) {
-                rexperiment.removeChild(childToremove);
-            }
-        } else {
-            TraceDebug.debug("Invalid arguments to remove manager for trace: " //$NON-NLS-1$
-                    + rtrace.getName());
-        }
-    }
-
-    /**
-     * initialization of factory
-     */
-    private static void initCheck() {
-        if (experimentManager == null) {
-            Long id = 0L; // unique id
-            String name = "StateExperimentManager"; // name //$NON-NLS-1$
-            experimentManager = new StateExperimentManager(id, name);
-        }
-    }
-
-    /**
-     * Clea up resources
-     */
-    public static void dispose() {
-        if (experimentManager != null) {
-            experimentManager = null;
-        }
-    }
-
-    /**
-     * @return the traceCheckPointInterval
-     */
-    public static Long getTraceCheckPointInterval() {
-        return ftraceCheckPointInterval;
-    }
-
-    /**
-     * @param traceCheckPointInterval
-     *            the traceCheckPointInterval to set
-     */
-    public static void setTraceCheckPointInterval(Long traceCheckPointInterval) {
-        StateManagerFactory.ftraceCheckPointInterval = traceCheckPointInterval;
-    }
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LTTngCPUState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LTTngCPUState.java
deleted file mode 100644 (file)
index 0d2a3d1..0000000
+++ /dev/null
@@ -1,178 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.model;
-
-import java.util.Stack;
-
-import org.eclipse.linuxtools.lttng.state.StateStrings;
-import org.eclipse.linuxtools.lttng.state.StateStrings.CpuMode;
-
-/**
- * <b><u>LTTngCPUState</u></b>
- * <p>
- * 
- */
-public class LTTngCPUState implements Cloneable {
-       // ========================================================================
-       // Data
-       // =======================================================================
-       private Stack<StateStrings.CpuMode> mode_stack = new Stack<StateStrings.CpuMode>();
-       private Stack<Long> irq_stack = new Stack<Long>();
-       private Stack<Long> softirq_stack = new Stack<Long>();
-       private Stack<Long> trap_stack = new Stack<Long>();
-
-       // ========================================================================
-       // Constructor
-       // =======================================================================
-       public LTTngCPUState() {
-               mode_stack.push(CpuMode.LTTV_CPU_UNKNOWN);
-               irq_stack.push(-1L);
-               softirq_stack.push(-1L);
-               trap_stack.push(-1L);
-       }
-
-       @Override
-       @SuppressWarnings("unchecked")
-       public LTTngCPUState clone() {
-               LTTngCPUState newState = null;
-
-               try {
-                       newState = (LTTngCPUState) super.clone();
-
-                       // // *** IMPORTANT ***
-                       // // Basic type in java are immutable!
-                       // // Thus, using assignation ("=") on basic type is CORRECT,
-                       // // but we should ALWAYS use "new" or "clone()" on "non basic"
-                       // type
-
-                       // Clone should work correctly for all stack object that contain
-                       // basic java object (String, Long, etc...)
-                       newState.mode_stack = (Stack<StateStrings.CpuMode>) this.mode_stack
-                                       .clone();
-                       newState.irq_stack = (Stack<Long>) this.irq_stack.clone();
-                       newState.softirq_stack = (Stack<Long>) this.softirq_stack.clone();
-                       newState.trap_stack = (Stack<Long>) this.trap_stack.clone();
-               } catch (CloneNotSupportedException e) {
-                       System.out.println("Cloning failed with : " + e.getMessage()); //$NON-NLS-1$
-               }
-
-               return newState;
-       }
-
-       // ========================================================================
-       // Methods
-       public void clearAndSetBaseToCpuStack(StateStrings.CpuMode newCpuMode) {
-               mode_stack.clear();
-               irq_stack.clear();
-               softirq_stack.clear();
-               trap_stack.clear();
-
-               // Ensure that there is always at least 1 item in the stack
-               mode_stack.push(newCpuMode);
-               irq_stack.push(-1L);
-               softirq_stack.push(-1L);
-               trap_stack.push(-1L);
-       }
-
-       // Push to stacks
-       public void pushToCpuStack(StateStrings.CpuMode newCpuMode) {
-               mode_stack.push(newCpuMode);
-       }
-
-       public void pushToIrqStack(Long irqID) {
-               irq_stack.push(irqID);
-       }
-
-       public void pushToSoftIrqStack(Long softIrqID) {
-               softirq_stack.push(softIrqID);
-       }
-
-       public void pushToTrapStack(Long trapID) {
-               trap_stack.push(trapID);
-       }
-
-       // Pop from stacks
-       public StateStrings.CpuMode popFromCpuStack() {
-
-               StateStrings.CpuMode returnedMode = mode_stack.pop();
-
-               if (mode_stack.size() < 1) {
-                       // Ensure that there is always at least 1 item in the stack
-                       mode_stack.push(StateStrings.CpuMode.LTTV_CPU_UNKNOWN);
-               }
-
-               return returnedMode;
-
-       }
-
-       public Long popFromIrqStack() {
-               Long irq = irq_stack.pop();
-
-               if (irq_stack.size() < 1) {
-                       // make sure the stack is not empty
-                       irq_stack.push(-1L);
-               }
-               return irq;
-       }
-
-       public Long popFromSoftIrqStack() {
-               Long softirq = softirq_stack.pop();
-
-               if (softirq_stack.size() < 1) {
-                       // make sure the stack is not empty
-                       softirq_stack.push(-1L);
-               }
-               return softirq;
-       }
-
-       public Long popFromTrapStack() {
-               Long trap = trap_stack.pop();
-
-               if (trap_stack.size() < 1) {
-                       // make sure the stack is not empty
-                       trap_stack.push(-1L);
-               }
-               return trap;
-       }
-
-       // Peek from stacks
-       public StateStrings.CpuMode peekFromCpuStack() {
-               return mode_stack.peek();
-       }
-
-       public Long peekFromIrqStack() {
-               return irq_stack.peek();
-       }
-
-       public Long peekFromSoftIrqStack() {
-               return softirq_stack.peek();
-       }
-
-       public Long peekFromTrapStack() {
-               return trap_stack.peek();
-       }
-       
-
-       public void reset() {
-               mode_stack.clear();
-               irq_stack.clear();
-               softirq_stack.clear();
-               trap_stack.clear();
-
-               // Ensure that there is always at least 1 item in the stack
-               mode_stack.push(CpuMode.LTTV_CPU_UNKNOWN);
-               irq_stack.push(-1L);
-               softirq_stack.push(-1L);
-               trap_stack.push(-1L);
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngBdevState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngBdevState.java
deleted file mode 100644 (file)
index d5f94d6..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.model;
-
-import java.util.Stack;
-
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.state.StateStrings.BdevMode;
-
-/**
- * <b><u>LttvBdevState</u></b>
- * <p>
- *
- */
-public class LttngBdevState implements Cloneable {
-    // ========================================================================
-       // Data
-    // =======================================================================
-       private Stack<BdevMode> mode_stack = new Stack<BdevMode>() ;
-
-       
-    // ========================================================================
-       // Constructor
-    // =======================================================================
-       public LttngBdevState() {
-               mode_stack.push(BdevMode.LTTV_BDEV_UNKNOWN);
-       }
-       
-       // ========================================================================
-       // Methods
-       // =======================================================================
-       public void clearBdevStack() {
-        mode_stack.clear();
-    }
-       
-       public void clearAndSetBaseToBdevStack(BdevMode newState) {
-        mode_stack.clear();
-        // Ensure that there is always at least 1 item in the stack
-        mode_stack.push(newState);
-    }
-    
-    public void pushToBdevStack(BdevMode newState) {
-        mode_stack.push(newState);
-    }
-    
-    public BdevMode popFromBdevStack() {
-        
-       BdevMode returnedMode = mode_stack.pop();
-        
-       if (mode_stack.size() < 1) {
-            TraceDebug.debug("Removing last item from mode stack is not allowed! (popFromModeStack)"); //$NON-NLS-1$
-            mode_stack.push(BdevMode.LTTV_BDEV_UNKNOWN);
-       }
-       
-       return returnedMode;
-    }
-    
-    public BdevMode peekFromBdevStack() {
-        return mode_stack.peek();
-    }
-       
-    
-       @Override
-       @SuppressWarnings("unchecked")
-    public LttngBdevState clone() {
-           LttngBdevState newState = null;
-           
-           try {
-               newState = (LttngBdevState)super.clone();
-               // Clone should work correctly for all stack object that contain basic java object (String, Long, etc...)
-               newState.mode_stack = (Stack<BdevMode>)this.mode_stack.clone();
-           }
-           catch ( CloneNotSupportedException e ) {
-               System.out.println("Cloning failed with : " + e.getMessage() ); //$NON-NLS-1$
-           }
-           
-           return newState;
-       }
-       
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngExecutionState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngExecutionState.java
deleted file mode 100644 (file)
index 7e62403..0000000
+++ /dev/null
@@ -1,181 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.model;
-
-import org.eclipse.linuxtools.lttng.LttngConstants;
-import org.eclipse.linuxtools.lttng.state.StateStrings;
-
-/**
- * <b><u>LttngExecutionState</u></b>
- * <p>
- * 
- */
-public class LttngExecutionState implements Cloneable {
-       // ========================================================================
-       // Data
-       // =======================================================================
-
-    private Long entry_LttTime = null;
-       private Long change_LttTime = null;
-       private Long cum_cpu_time_Timens = null;
-       
-       private StateStrings.ProcessStatus proc_status = StateStrings.ProcessStatus.LTTV_STATE_UNNAMED;
-       private StateStrings.ExecutionMode exec_mode = StateStrings.ExecutionMode.LTTV_STATE_MODE_UNKNOWN;
-       private String exec_submode = StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.getInName();
-    // Note: For statistics performance improvement a integer representation of the submode is used 
-    // as well as a bit mask is applied! 
-       private int exec_submode_id = Integer.valueOf(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.ordinal() | LttngConstants.STATS_NONE_ID);
-
-    @Override
-       public LttngExecutionState clone() {
-           LttngExecutionState newState = null;
-        
-        try {
-            newState = (LttngExecutionState)super.clone();
-            
-            // *** IMPORTANT ***
-            // Basic type in java are immutable! 
-            // Thus, using assignation ("=") on basic type is CORRECT, 
-            //  but we should ALWAYS use "new" or "clone()" on "non basic" type
-            newState.cum_cpu_time_Timens = this.cum_cpu_time_Timens;
-            newState.exec_submode = this.exec_submode;
-            newState.exec_submode_id = this.exec_submode_id;
-            
-            // ProcessStatus and ExecutionMode are enum, and so shouldn't be a problem to use their reference
-            newState.proc_status = this.proc_status;
-            newState.exec_mode = this.exec_mode;
-            newState.entry_LttTime = this.entry_LttTime;
-            newState.change_LttTime = this.change_LttTime;
-        }
-        catch ( CloneNotSupportedException e ) {
-            System.out.println("Cloning failed with : " + e.getMessage() ); //$NON-NLS-1$
-        }
-        
-        return newState;
-    }
-       
-       // ========================================================================
-       // Methods
-       // =======================================================================
-       /**
-        * @return the entry_LttTime
-        */
-       public Long getEntry_LttTime() {
-               return entry_LttTime;
-       }
-
-       /**
-        * @param entryLttTime
-        *            the entry_LttTime to set
-        */
-       public void setEntry_Time(Long entryLttTime) {
-               entry_LttTime = entryLttTime;
-       }
-
-       /**
-        * @return the change_LttTime
-        */
-       public Long getChange_LttTime() {
-               return change_LttTime;
-       }
-
-       /**
-        * @param changeLttTime
-        *            the change_LttTime to set
-        */
-       public void setChange_Time(Long changeLttTime) {
-               change_LttTime = changeLttTime;
-       }
-
-       /**
-        * @return the cum_cpu_time_LttTime
-        */
-       public Long getCum_cpu_time() {
-               return cum_cpu_time_Timens;
-       }
-
-       /**
-        * @param cumCpuTimeLttTime
-        *            the cum_cpu_time_LttTime to set
-        */
-       public void setCum_cpu_time(Long cumCpuTime) {
-               cum_cpu_time_Timens = cumCpuTime;
-       }
-
-       /**
-        * @return the proc_status
-        */
-       public StateStrings.ProcessStatus getProc_status() {
-               return proc_status;
-       }
-
-       /**
-        * @param procStatus
-        *            the proc_status to set
-        */
-       public void setProc_status(StateStrings.ProcessStatus procStatus) {
-               proc_status = procStatus;
-       }
-
-       /**
-        * @return the exec_mode
-        */
-       public StateStrings.ExecutionMode getExec_mode() {
-               return exec_mode;
-       }
-
-       /**
-        * @param execMode
-        *            the exec_mode to set
-        */
-       public void setExec_mode(StateStrings.ExecutionMode execMode) {
-               exec_mode = execMode;
-       }
-
-       /**
-        * @return the exec_submode
-        */
-       public String getExec_submode() {
-               return exec_submode;
-       }
-
-       /**
-        * @param execSubmode
-        *            the exec_submode to set
-        */
-    public void setExec_submode(String execSubmode) {
-        exec_submode = execSubmode;
-    }
-       
-    /**
-     * @return the exec_submode
-     */
-    public int getExec_submode_id() {
-        return exec_submode_id;
-    }
-
-    /**
-     * @param execSubmode
-     *            the exec_submode id to set
-     */
-    public void setExec_submode_id(int execSubmodeId) {
-        exec_submode_id = execSubmodeId;
-    }
-
-    
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-               return "[LttngExecutionState: " + "entry=" + entry_LttTime + ",change=" + change_LttTime + ",cum_cpu=" + cum_cpu_time_Timens +
-               ",pstatus=" + proc_status + ",emode=" + exec_mode + ",esubmode=" + exec_submode +"]";
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngIRQState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngIRQState.java
deleted file mode 100644 (file)
index f5e874c..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.model;
-
-import java.util.Stack;
-
-import org.eclipse.linuxtools.lttng.state.StateStrings;
-import org.eclipse.linuxtools.lttng.state.StateStrings.IRQMode;
-
-/**
- * <b><u>LttvIRQState</u></b>
- * @author alvaro
- *
- */
-public class LttngIRQState implements Cloneable {
-    // ========================================================================
-       // Data
-    // =======================================================================
-       private Stack<StateStrings.IRQMode> mode_stack = new Stack<StateStrings.IRQMode>();
-
-    // ========================================================================
-    // Constructor
-    // =======================================================================
-       public LttngIRQState() {
-               mode_stack.push(IRQMode.LTTV_IRQ_UNKNOWN);
-       }
-       
-       @Override
-       @SuppressWarnings("unchecked")
-    public LttngIRQState clone() {
-           LttngIRQState newState = null;
-        
-        try {
-            newState = (LttngIRQState)super.clone();
-            
-            // Clone should work correctly for all stack object that contain basic java object (String, Long, etc...)
-            newState.mode_stack = (Stack<StateStrings.IRQMode>)this.mode_stack.clone();
-        }
-        catch ( CloneNotSupportedException e ) {
-            System.out.println("Cloning failed with : " + e.getMessage() ); //$NON-NLS-1$
-        }
-        
-        return newState;
-    }
-       
-    // ========================================================================
-    // Methods
-    // =======================================================================
-       public void clearIrqStack() {
-        mode_stack.clear();
-    }
-    
-    public void clearAndSetBaseToIrqStack(StateStrings.IRQMode newState) {
-        mode_stack.clear();
-        // Ensure that there is always at least 1 item in the stack
-        mode_stack.push(newState);
-    }
-    
-    public void pushToIrqStack(StateStrings.IRQMode newState) {
-        mode_stack.push(newState);
-    }
-    
-    public StateStrings.IRQMode popFromIrqStack() {
-        
-        StateStrings.IRQMode returnedMode = mode_stack.pop();
-       if (mode_stack.size() < 1) {
-            mode_stack.push(IRQMode.LTTV_IRQ_UNKNOWN);
-       }
-       
-       return returnedMode;
-    }
-    
-    public StateStrings.IRQMode peekFromIrqStack() {
-        return mode_stack.peek();
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngProcessState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngProcessState.java
deleted file mode 100644 (file)
index 052bdb7..0000000
+++ /dev/null
@@ -1,509 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.model;
-
-import java.util.Stack;
-
-import org.eclipse.linuxtools.lttng.LttngConstants;
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.state.StateStrings;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ExecutionMode;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ExecutionSubMode;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ProcessStatus;
-
-/**
- * <b>LttngProcessState</b>
- * 
- * @author alvaro
- * 
- */
-public class LttngProcessState implements Cloneable {
-       // ========================================================================
-       // Data
-       // =======================================================================
-       private Long cpu = null;
-       private Long pid = null;
-       private Long tgid = null;
-       private String name = null;
-       private Long creation_time = null;
-       private String brand = null;
-       private StateStrings.ProcessType type = null;
-       private Long current_function = null;
-       private Long ppid = null;
-       private Long insertion_time = null;
-       private String pid_time = null;
-       private Long free_events = null;
-       private LttngExecutionState state = null; // top of stack
-       private Stack<LttngExecutionState> execution_stack = new Stack<LttngExecutionState>();
-       private Stack<Long> user_stack = new Stack<Long>(); // user space
-       
-       private String userTrace = null; /* Associated file trace  */
-       private Long target_pid = null; /* target PID of the current event. */
-       private String trace_id = null;
-       
-       // ========================================================================
-       // Constructor
-       // =======================================================================
-       public LttngProcessState(Long startTime, String traceId) {
-               this.cpu = 0L;
-               this.pid = 0L;
-               this.tgid = 0L;
-               this.name = StateStrings.ProcessStatus.LTTV_STATE_UNNAMED.getInName();
-               this.insertion_time = startTime;
-               this.trace_id = traceId;
-               init();
-       }
-
-       public LttngProcessState(Long cpu, Long pid, Long tgid,
-                       String name, Long startTime, String traceId) {
-               this.cpu = cpu;
-               this.pid = pid;
-               this.tgid = tgid;
-               this.name = name;
-               this.insertion_time = startTime;
-               this.trace_id = traceId;
-               init();
-       }
-
-       // ========================================================================
-       // Methods
-       // =======================================================================
-       private void init() {
-               this.brand = StateStrings.LTTV_STATE_UNBRANDED;
-               this.type = StateStrings.ProcessType.LTTV_STATE_USER_THREAD;
-               this.current_function = 0L;
-               this.ppid = 0L;
-               this.creation_time = 0L;
-               this.free_events = 0L;
-
-               // Initialise stack
-               LttngExecutionState es = new LttngExecutionState();
-               es.setExec_mode(ExecutionMode.LTTV_STATE_USER_MODE);
-               es.setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.getInName());
-        // Note: For statistics performance improvement a integer representation of the submode is used 
-        // as well as a bit mask is applied! 
-               es.setExec_submode_id(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.ordinal() | 
-                       LttngConstants.STATS_NONE_ID);
-               es.setEntry_Time(this.insertion_time);
-               es.setChange_Time(this.insertion_time);
-               es.setCum_cpu_time(0L);
-               es.setProc_status(ProcessStatus.LTTV_STATE_RUN);
-               this.execution_stack.push(es);
-
-               //This second entry is needed when processes are created via a Fork event.
-               es = new LttngExecutionState();
-               es.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
-               es.setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.getInName());
-        // Note: For statistics performance improvement a integer representation of the submode is used 
-        // as well as a bit mask is applied! 
-               es.setExec_submode_id(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.ordinal() | 
-                       LttngConstants.STATS_NONE_ID);
-               es.setEntry_Time(this.insertion_time);
-               es.setChange_Time(this.insertion_time);
-               es.setCum_cpu_time(0L);
-               es.setProc_status(ProcessStatus.LTTV_STATE_WAIT_FORK);
-               this.execution_stack.push(es);
-               
-               // point state to the top of the stack
-               this.state = es;
-       }
-       
-       @Override
-       @SuppressWarnings("unchecked")
-    public LttngProcessState clone() {
-           LttngProcessState newState = null;
-        
-        try {
-            newState = (LttngProcessState)super.clone();
-            
-            // *** IMPORTANT ***
-            // Basic type in java are immutable! 
-                       // Thus, using assignment ("=") on basic type is CORRECT,
-            //  but we should ALWAYS use "new" or "clone()" on "non basic" type
-            newState.cpu = this.cpu;
-            newState.pid = this.pid;
-            newState.tgid = this.tgid;
-            newState.name = this.name;
-            newState.brand = this.brand;
-            newState.type = this.type;
-            newState.current_function = this.current_function;
-            newState.ppid = this.ppid;
-            newState.pid_time= this.pid_time;
-            newState.free_events = this.free_events;
-            newState.userTrace = this.userTrace;
-            newState.target_pid = this.target_pid;
-            newState.trace_id = this.trace_id;
-            newState.creation_time = this.creation_time;
-            newState.insertion_time = this.insertion_time;
-            
-            // Call clone on our own object is safe as Long it implements Clonable
-            newState.state = (LttngExecutionState)this.state.clone();
-            
-            // Clone should work correctly for all stack object that contain basic java object (String, Long, etc...)
-            newState.user_stack = (Stack<Long>)this.user_stack.clone();
-            
-            
-            // This is worst case : Stack that contain user defined object. We have to unstack it and clone every object in a new stack!
-            // Why does java does not call clone() for every object in the stack it clone? It would probably be too useful...
-            newState.execution_stack = new Stack<LttngExecutionState>();
-            
-            // Work stack we will use to "pop" item
-            Stack<LttngExecutionState> tmpStack = new Stack<LttngExecutionState>();
-            
-            // First, we pop every ExecutionState, and insert a CLONED copy into our new cloned stack
-            while ( this.execution_stack.empty() == false ) {
-                // Save a copy of the original reference
-                tmpStack.push(this.execution_stack.peek());
-                // Push a CLONED copy into the new stack while poping it from the original stack
-                newState.execution_stack.push( this.execution_stack.pop().clone() );
-            }
-            
-            // Second, we reinsert back our content into the original stack
-            while ( tmpStack.empty() == false ) {
-                // Pop the cloned copy and push it back into the original stack
-                this.execution_stack.push( tmpStack.pop() );
-            }
-        }
-        catch ( CloneNotSupportedException e ) {
-            System.out.println("Cloning failed with : " + e.getMessage() ); //$NON-NLS-1$
-        }
-        
-        return newState;
-    }
-       
-       
-       // ========================================================================
-       // Methods
-       // =======================================================================
-       /**
-        * @return the pid
-        */
-       public Long getPid() {
-               return pid;
-       }
-
-       /**
-        * @param pid
-        *            the pid to set
-        */
-       public void setPid(Long pid) {
-               this.pid = pid;
-       }
-
-       /**
-        * @return the tgid
-        */
-       public Long getTgid() {
-               return tgid;
-       }
-
-       /**
-        * @param tgid
-        *            the tgid to set
-        */
-       public void setTgid(Long tgid) {
-               this.tgid = tgid;
-       }
-
-       /**
-        * @return the ppid
-        */
-       public Long getPpid() {
-               return ppid;
-       }
-
-       /**
-        * @param ppid
-        *            the ppid to set
-        */
-       public void setPpid(Long ppid) {
-               this.ppid = ppid;
-       }
-
-       /**
-        * <p>
-        * When the parent pid is known, the creation time is also known and
-        * requires update
-        * </p>
-        * 
-        * @param ppid
-        *            the ppid to set
-        */
-       public void setPpid(Long ppid, Long creationTime) {
-               if (ppid != null) {
-                       this.ppid = ppid;
-               }
-               
-               if (creationTime != null) {
-                       setCreation_time(creationTime);
-               }
-       }
-
-       /**
-        * @return the creation_time
-        */
-       public Long getCreation_time() {
-               return creation_time;
-       }
-
-       /**
-        * @param creationTime
-        *            the creation_time to set
-        */
-       public void setCreation_time(Long creationTime) {
-               if ( (creationTime != null) && (pid != null) ) {
-                       creation_time = creationTime;
-                       StringBuilder sb = new StringBuilder(this.pid.toString() + "-" //$NON-NLS-1$
-                                       + creationTime.toString());
-                       this.pid_time = sb.toString();
-               }
-       }
-
-       /**
-        * @return the insertion_time
-        */
-       public Long getInsertion_time() {
-               return insertion_time;
-       }
-
-       /**
-        * @param insertionTime
-        *            the insertion_time to set
-        */
-       public void setInsertion_time(Long insertionTime) {
-               insertion_time = insertionTime;
-       }
-
-       /**
-        * @return the name
-        */
-       public String getName() {
-               return name;
-       }
-
-       /**
-        * @param name
-        *            the name to set
-        */
-       public void setName(String name) {
-               this.name = name;
-       }
-
-       /**
-        * @return the brand
-        */
-       public String getBrand() {
-               return brand;
-       }
-
-       /**
-        * @param brand
-        *            the brand to set
-        */
-       public void setBrand(String brand) {
-               this.brand = brand;
-       }
-
-       /**
-        * @return the prid_time
-        */
-       public String getPid_time() {
-               return pid_time;
-       }
-
-       /**
-        * @return the cpu
-        */
-       public Long getCpu() {
-               return cpu;
-       }
-
-       /**
-        * @param cpu
-        *            the cpu to set
-        */
-       public void setCpu(Long cpu) {
-               this.cpu = cpu;
-       }
-
-       /**
-        * @return the current_function
-        */
-       public Long getCurrent_function() {
-               return current_function;
-       }
-
-       /**
-        * @param currentFunction
-        *            the current_function to set
-        */
-       public void setCurrent_function(Long currentFunction) {
-               current_function = currentFunction;
-       }
-
-       /**
-        * @return the target_pid
-        */
-       public Long getTarget_pid() {
-               return target_pid;
-       }
-
-       /**
-        * @param targetPid
-        *            the target_pid to set
-        */
-       public void setTarget_pid(Long targetPid) {
-               target_pid = targetPid;
-       }
-       
-       public String getTrace_id() {
-               return trace_id;
-       }
-
-       public void setTrace_id(String traceId) {
-               trace_id = traceId;
-       }
-       
-       /**
-        * @return the free_events
-        */
-       public Long getFree_events() {
-               return free_events;
-       }
-
-       /**
-        * @param freeEvents
-        *            the free_events to set
-        */
-       public void setFree_events(Long freeEvents) {
-               free_events = freeEvents;
-       }
-       
-       /**
-        * increment the nuber of free events
-        */
-       public void incrementFree_events() {
-               ++free_events;
-       }
-
-       /**
-        * @return the state
-        */
-       public LttngExecutionState getState() {
-               return state;
-       }
-
-       /**
-        * @param state
-        *            the state to set
-        */
-       public void setState(LttngExecutionState state) {
-               this.state = state;
-       }
-
-       /**
-        * @return the type
-        */
-       public StateStrings.ProcessType getType() {
-               return type;
-       }
-
-       /**
-        * @param type
-        *            the type to set
-        */
-       public void setType(StateStrings.ProcessType type) {
-               this.type = type;
-       }
-
-       /**
-        * @return the userTrace
-        */
-       public String getUserTrace() {
-               return userTrace;
-       }
-
-       /**
-        * @param userTrace
-        *            the userTrace to set
-        */
-       public void setUserTrace(String userTrace) {
-               this.userTrace = userTrace;
-       }
-       
-       
-       public void clearUserStack() {
-           user_stack.clear();
-       }
-       
-       public void pushToUserStack(Long newState) {
-           user_stack.push(newState);
-       }
-       
-       public Long popFromUserStack() {
-       if (user_stack.size() <= 1) {
-            TraceDebug.debug("Removing last item from user stack is not allowed! (popFromUserStack)"); //$NON-NLS-1$
-            return null;
-        }
-        else {
-           return user_stack.pop();
-       }
-    }
-       
-       public Long peekFromUserStack() {
-        return user_stack.peek();
-    }
-       
-       
-       
-       public void clearExecutionStack() {
-        execution_stack.clear();
-    }
-    
-    public void pushToExecutionStack(LttngExecutionState newState) {
-        execution_stack.push(newState);
-               setState(newState);
-    }
-    
-    public LttngExecutionState popFromExecutionStack() {
-       if (execution_stack.size() <= 1) {
-          TraceDebug.debug("Removing last item from execution stack is not allowed! (popFromExecutionStack)"); //$NON-NLS-1$
-            return null;
-        }
-        else {
-                       LttngExecutionState popedState = execution_stack.pop();
-                       // adjust current state to the new top
-                       setState(peekFromExecutionStack());
-                       return popedState;
-       }
-    }
-    
-    public LttngExecutionState peekFromExecutionStack() {
-        return execution_stack.peek();
-    }
-       
-    public LttngExecutionState getFirstElementFromExecutionStack() {
-        return execution_stack.firstElement();
-    }
-
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-       String stateSt  = state.toString();
-       String eStackSt = execution_stack.toString();
-       
-               return "[LttngProcessState: " + "cpu=" + cpu + ",pid=" + pid + ",tgid=" + tgid + ",name=" + name + ",ctime=" + creation_time +
-               ",brand=" + brand + ",type=" + type + ",cfunc=" + current_function + ",ppid=" + ppid + ",itime=" + insertion_time + ",ptime=" + pid_time +
-               ",fevents=" + free_events + ",state=" + stateSt + ",estack=" + eStackSt + ",ustack=" + user_stack + ",utrace=" + userTrace +
-               ",tpid=" + target_pid + ",trace=" + trace_id + "]";
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngSoftIRQState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngSoftIRQState.java
deleted file mode 100644 (file)
index d22892a..0000000
+++ /dev/null
@@ -1,114 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.model;
-
-/**
- * <b>LttvSoftIRQState</b>
- * 
- * @author alvaro
- * 
- */
-public class LttngSoftIRQState implements Cloneable {
-
-       // ========================================================================
-       // Data
-       // =======================================================================
-       private Long pending = null;
-       private Long running = null;
-
-       // ========================================================================
-       // Constructor
-       // =======================================================================
-       public LttngSoftIRQState() {
-               pending = 0L;
-               running = 0L;
-       }
-       
-    @Override
-       public LttngSoftIRQState clone() {
-        LttngSoftIRQState newState = null;
-        
-        try {
-            newState = (LttngSoftIRQState)super.clone();
-            
-            // *** IMPORTANT ***
-            // Basic type in java are immutable! 
-                       // Thus, using assignment ("=") on basic type is CORRECT,
-            //  but we should ALWAYS use "new" or "clone()" on "non basic" type
-            newState.pending = this.pending;
-            newState.running = this.running;
-        }
-        catch ( CloneNotSupportedException e ) {
-            System.out.println("Cloning failed with : " + e.getMessage() ); //$NON-NLS-1$
-        }
-        
-        return newState;
-    }
-
-       // ========================================================================
-       // Methods
-       // =======================================================================
-       /**
-        * @param pending
-        *            the pending to set
-        */
-       public void setPending(Long pending) {
-               this.pending = pending;
-       }
-
-       /**
-        * @return the pending
-        */
-       public Long getPending() {
-               return pending;
-       }
-
-       /**
-        * @param running
-        *            the running to set
-        */
-       public void setRunning(Long running) {
-               this.running = running;
-       }
-
-       /**
-        * @return the running
-        */
-       public Long getRunning() {
-               return running;
-       }
-
-       public void reset() {
-               pending = 0L;
-               running = 0L;
-       }
-       
-       public void incrementRunning() {
-               running ++;
-       }
-       
-       public void incrementPending() {
-               pending ++;
-       }
-       
-       public void decrementRunning() {
-               if (running > 0L) {
-                       running--;
-               }
-       }
-       
-       public void decrementPending() {
-               if (pending > 0L) {
-                       pending--;
-               }
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngTraceState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngTraceState.java
deleted file mode 100644 (file)
index 42dadea..0000000
+++ /dev/null
@@ -1,536 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.model;
-
-import java.util.HashMap;
-import java.util.Iterator;
-import java.util.Map;
-
-import org.eclipse.linuxtools.lttng.LttngConstants;
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.state.LttngStateException;
-import org.eclipse.linuxtools.lttng.state.StateStrings;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ExecutionMode;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ExecutionSubMode;
-import org.eclipse.linuxtools.lttng.state.StateStrings.IRQMode;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ProcessStatus;
-import org.eclipse.linuxtools.lttng.state.resource.ILttngStateContext;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-
-/**
- * <b><u>LttngTraceState</u></b>
- * <p>
- * 
- */
-/**
- * @author alvaro
- * 
- */
-public class LttngTraceState implements Cloneable {
-       // ========================================================================
-       // Data
-       // =======================================================================
-    
-       private Long save_interval = null;
-
-       private Long max_time_state_recomputed_in_seek = null;
-       private boolean has_precomputed_states = false;
-
-       private HashMap<ProcessStateKey, LttngProcessState> processes = new HashMap<ProcessStateKey, LttngProcessState>();
-
-       // by cpu
-       private Map<Long, LttngProcessState> running_process = new HashMap<Long, LttngProcessState>();
-
-       // Get state tables
-       private Map<Long, LTTngCPUState> cpu_states = new HashMap<Long, LTTngCPUState>();
-       private Map<Long, LttngIRQState> irq_states = new HashMap<Long, LttngIRQState>();
-       private Map<Long, LttngSoftIRQState> soft_irq_states = new HashMap<Long, LttngSoftIRQState>();
-       private Map<Long, LttngTrapState> trap_states = new HashMap<Long, LttngTrapState>();
-       private Map<Long, LttngBdevState> bdev_states = new HashMap<Long, LttngBdevState>();
-
-       // Get name tables
-       private Map<Long, String> syscall_names = new HashMap<Long, String>();
-       private Map<Long, String> kprobe_table = new HashMap<Long, String>();
-       private Map<Long, String> soft_irq_names = new HashMap<Long, String>();
-       private Map<Long, String> trap_names = new HashMap<Long, String>();
-       private Map<Long, String> irq_names = new HashMap<Long, String>();
-
-       private int nb_events = 0;
-
-       // reference to input data provider
-       ILttngStateContext fContext = null;
-       String traceId = ""; //$NON-NLS-1$
-
-       // ========================================================================
-       // Constructor
-       // =======================================================================
-       LttngTraceState() {
-               // Get name tables
-               StateStrings strings = StateStrings.getInstance();
-
-               // initialize sycall_names
-               String[] ref_name_table = strings.getSyscallNames();
-               for (Long i = 0L; i < ref_name_table.length; i++) {
-                       syscall_names.put(i, ref_name_table[i.intValue()]);
-               }
-
-               // trap names
-               ref_name_table = strings.getTrapNames();
-               for (Long i = 0L; i < ref_name_table.length; i++) {
-                       trap_names.put(i, ref_name_table[i.intValue()]);
-               }
-
-               // irq names
-               ref_name_table = strings.getIrqNames();
-               for (Long i = 0L; i < ref_name_table.length; i++) {
-                       irq_names.put(i, ref_name_table[i.intValue()]);
-               }
-
-               // softirq names
-               ref_name_table = strings.getSoftIrqNames();
-               for (Long i = 0L; i < ref_name_table.length; i++) {
-                       soft_irq_names.put(i, ref_name_table[i.intValue()]);
-               }
-       }
-
-       // =======================================================================
-       // Methods
-       // =======================================================================
-       @Override
-       public LttngTraceState clone() {
-               LttngTraceState newState = null;
-
-               try {
-                       newState = (LttngTraceState) super.clone();
-
-                       // *** IMPORTANT ***
-                       // Basic type in java are immutable!
-                       // Thus, using assignment ("=") on basic type is CORRECT,
-                       // but we should ALWAYS use "new" or "clone()" on "non basic" type
-                       newState.save_interval = this.save_interval;
-                       newState.traceId = this.traceId;
-
-                       // Basic value only need to be assigned while cloning
-                       newState.has_precomputed_states = this.has_precomputed_states;
-                       newState.nb_events = this.nb_events;
-                       newState.max_time_state_recomputed_in_seek = this.max_time_state_recomputed_in_seek;
-
-                       // Clone should work correctly for all stack object that contain
-                       // basic java object (String, Long, etc...)
-                       newState.syscall_names = this.syscall_names;
-                       newState.kprobe_table = this.kprobe_table;
-                       newState.soft_irq_names = this.soft_irq_names;
-                       newState.trap_names = this.trap_names;
-                       newState.irq_names = this.irq_names;
-
-                       // This reference should never need to be updated, should it?
-                       newState.fContext = this.fContext;
-
-                       // *** We need loop on each ArrayList and HashMap, as java implement
-                       // nothing that's remotely near deep copying.
-                       // *** TODO ***
-                       // In the future, implement something better here... serialization
-                       // perhaps? Or copy the array chunk of memory in C?
-                       
-                       Iterator<Long> iteratorL = null;
-                       Iterator<ProcessStateKey> iteratorP = null;
-                       Long mapKey = null;
-                       ProcessStateKey processKey = null;
-                       
-                       newState.processes = new HashMap<ProcessStateKey, LttngProcessState>();
-                       iteratorP = this.processes.keySet().iterator();
-                       while (iteratorP.hasNext()) {
-                               processKey = iteratorP.next();
-                               newState.processes.put(processKey, this.processes.get(processKey).clone());
-                       }
-
-                       newState.running_process = new HashMap<Long, LttngProcessState>();
-                       iteratorL = this.running_process.keySet().iterator();
-                       while (iteratorL.hasNext()) {
-                               mapKey = iteratorL.next();
-                               newState.running_process.put(mapKey, this.running_process.get(mapKey).clone());
-                       }
-
-                       newState.cpu_states = new HashMap<Long, LTTngCPUState>();
-                       iteratorL = this.cpu_states.keySet().iterator();
-                       while (iteratorL.hasNext()) {
-                               mapKey = iteratorL.next();
-                               newState.cpu_states.put(mapKey, this.cpu_states.get(mapKey)
-                                               .clone());
-                       }
-
-                       newState.irq_states = new HashMap<Long, LttngIRQState>();
-                       iteratorL = this.irq_states.keySet().iterator();
-                       while (iteratorL.hasNext()) {
-                               mapKey = iteratorL.next();
-                               newState.irq_states.put(mapKey, this.irq_states.get(mapKey)
-                                               .clone());
-                       }
-
-                       newState.soft_irq_states = new HashMap<Long, LttngSoftIRQState>();
-                       iteratorL = this.soft_irq_states.keySet().iterator();
-                       while (iteratorL.hasNext()) {
-                               mapKey = iteratorL.next();
-                               newState.soft_irq_states.put(mapKey, this.soft_irq_states.get(
-                                               mapKey).clone());
-                       }
-
-                       newState.trap_states = new HashMap<Long, LttngTrapState>();
-                       iteratorL = this.trap_states.keySet().iterator();
-                       while (iteratorL.hasNext()) {
-                               mapKey = iteratorL.next();
-                               newState.trap_states.put(mapKey, this.trap_states.get(mapKey)
-                                               .clone());
-                       }
-
-                       newState.bdev_states = new HashMap<Long, LttngBdevState>();
-                       iteratorL = this.bdev_states.keySet().iterator();
-                       while (iteratorL.hasNext()) {
-                               mapKey = iteratorL.next();
-                               newState.bdev_states.put(mapKey, this.bdev_states.get(mapKey)
-                                               .clone());
-                       }
-
-               } catch (CloneNotSupportedException e) {
-                       System.out.println("Cloning failed with : " + e.getMessage()); //$NON-NLS-1$
-               }
-
-               return newState;
-       }
-
-       public void init(ILttngStateContext context)
-                       throws LttngStateException {
-               if (context == null) {
-                       StringBuilder sb = new StringBuilder(
-                                       "The input provider reference must not be null"); //$NON-NLS-1$
-                       throw new LttngStateException(sb.toString());
-               }
-
-               // Save the input data reference
-               fContext = context;
-
-               // Save traceid
-               traceId = fContext.getTraceId();
-
-               // max time
-               max_time_state_recomputed_in_seek = 0L;
-
-               // reset cpu_states
-               cpu_states.clear();
-               
-               // Obtain the total num of available CPUs and initialize the map
-               // to the corresponding size
-               int numCpus = fContext.getNumberOfCpus();
-               for (Long i = 0L; i < numCpus; i++) {
-                       cpu_states.put(i, new LTTngCPUState());
-               }
-
-               // irq states
-               irq_states.clear();
-               for (Long i = 0L; i < irq_names.size(); i++) {
-                       irq_states.put(i, new LttngIRQState());
-               }
-
-               // soft irqs
-               soft_irq_states.clear();
-               for (Long i = 0L; i < soft_irq_names.size(); i++) {
-                       soft_irq_states.put(i, new LttngSoftIRQState());
-               }
-
-               // traps
-               trap_states.clear();
-               for (Long i = 0L; i < trap_names.size(); i++) {
-                       trap_states.put(i, new LttngTrapState(0L));
-               }
-
-               // bdev states
-               bdev_states.clear();
-               
-               processes.clear();
-
-               nb_events = 0;
-               TmfTimeRange timeWin = fContext.getTraceTimeWindow();
-
-               /* Put the per cpu running_process to beginning state : process 0. */
-               for (Long i = 0L; i < numCpus; i++) {
-                       LttngProcessState process = new LttngProcessState(timeWin.getStartTime().getValue(), traceId );
-
-                       /*
-                        * We are not sure is it's a kernel thread or normal thread, put the
-                        * bottom stack state to unknown
-                        */
-                       LttngExecutionState es = process.getFirstElementFromExecutionStack();
-                       process.setState(es);
-                       es.setExec_mode(ExecutionMode.LTTV_STATE_MODE_UNKNOWN);
-                       es.setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.getInName());
-            // Note: For statistics performance improvement a integer representation of the submode is used 
-            // as well as a bit mask is applied! 
-                       es.setExec_submode_id(StateStrings.ExecutionSubMode.LTTV_STATE_SUBMODE_NONE.ordinal() | LttngConstants.STATS_NONE_ID);
-                       es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
-
-                       // Reduce from default to only one execution state in the stack
-                       process.popFromExecutionStack();
-
-                       process.setCpu(i);
-                       // no associated user trace yet
-                       process.setUserTrace(""); //$NON-NLS-1$
-                       // processes.put(i, process);
-                       running_process.put(i, process);
-                       // reset cpu states
-                       LTTngCPUState cpuState = cpu_states.get(i);
-                       cpuState.reset();
-                       // Add the new process to the list
-                       processes.put(new ProcessStateKey(process), process);
-               }
-
-               // reset irq_states
-               for (Long key : irq_states.keySet()) {
-                       LttngIRQState irqState = irq_states.get(key);
-                       irqState.clearAndSetBaseToIrqStack(IRQMode.LTTV_IRQ_UNKNOWN);
-               }
-
-               // reset soft_irq_states
-               for (Long key : soft_irq_states.keySet()) {
-                       LttngSoftIRQState softIrqState = soft_irq_states.get(key);
-                       softIrqState.reset();
-               }
-
-               // reset trap_states
-               for (Long key : trap_states.keySet()) {
-                       LttngTrapState trapState = trap_states.get(key);
-                       trapState.setRunning(0L);
-               }
-
-               // reset bdev_states
-               for (Long key : bdev_states.keySet()) {
-                       LttngBdevState bdevState = bdev_states.get(key);
-                       bdevState.clearBdevStack();
-               }
-
-       }
-
-       public Long getSave_interval() {
-               return save_interval;
-       }
-
-       public void setSave_interval(Long saveInterval) {
-               save_interval = saveInterval;
-       }
-
-       /**
-        * @return total number of CPUs registered as read from the Trace
-        */
-       public int getNumberOfCPUs() {
-               return fContext.getNumberOfCpus();
-       }
-
-       /**
-        * Provide access to input data not necessarily at Trace level
-        * 
-        * @return
-        */
-       public ILttngStateContext getContext() {
-               return fContext;
-       }
-
-       public Long getMax_time_state_recomputed_in_seek() {
-               return max_time_state_recomputed_in_seek;
-       }
-
-       public void setMax_time_state_recomputed_in_seek(
-                       Long maxTimeStateRecomputedInSeek) {
-               max_time_state_recomputed_in_seek = maxTimeStateRecomputedInSeek;
-       }
-
-       public boolean isHas_precomputed_states() {
-               return has_precomputed_states;
-       }
-
-       public void setHas_precomputed_states(boolean hasPrecomputedStates) {
-               has_precomputed_states = hasPrecomputedStates;
-       }
-
-       public Map<Long, LttngProcessState> getRunning_process() {
-               return running_process;
-       }
-
-       public Map<Long, String> getSyscall_names() {
-               return syscall_names;
-       }
-
-       public Map<Long, String> getTrap_names() {
-               return trap_names;
-       }
-
-       public Map<Long, String> getIrq_names() {
-               return irq_names;
-       }
-
-       public Map<Long, String> getSoft_irq_names() {
-               return soft_irq_names;
-       }
-
-       public Map<Long, LTTngCPUState> getCpu_states() {
-               return cpu_states;
-       }
-
-       public Map<Long, LttngIRQState> getIrq_states() {
-               return irq_states;
-       }
-
-       public Map<Long, LttngSoftIRQState> getSoft_irq_states() {
-               return soft_irq_states;
-       }
-
-       public Map<Long, LttngTrapState> getTrap_states() {
-               return trap_states;
-       }
-
-       public Map<Long, LttngBdevState> getBdev_states() {
-               return bdev_states;
-       }
-
-       public Map<Long, String> getKprobe_table() {
-               return kprobe_table;
-       }
-       
-       /**
-        * @return the traceId
-        */
-       public String getTraceId() {
-               return traceId;
-       }
-       
-       /**
-        *  Return an array of Processes
-        * 
-        * @return LttngProcessState
-        */
-       public LttngProcessState[] getProcesses() {
-               return processes.values().toArray(new LttngProcessState[processes.size()]);
-       }
-       
-       /**
-        * Clear all process state items e.g. when a new experiment is selected
-        */
-       public void clearProcessState() {
-               processes.clear();
-       }
-       
-       /**
-        * Interface to add process state.
-        * 
-        * @param newProcessState
-        */
-       public void addProcessState(LttngProcessState newProcessState) {
-               if (newProcessState != null) {
-                       processes.put( new ProcessStateKey(newProcessState), newProcessState);
-               }
-       }
-       
-       /**
-        * Interface to remove process state.
-        * 
-        * @param oldProcessState
-        */
-       public void removeProcessState(LttngProcessState oldProcessState) {
-               if (oldProcessState != null) {
-                       processes.remove(new ProcessStateKey(oldProcessState));
-               }
-       }
-       
-       /**
-     * Search by keys (pid, cpuId and traceId)<p>
-     * 
-     * A match is returned if the three arguments received match an entry
-     *  Otherwise null is returned
-     *  
-     * @param searchedPid       The processId (Pid) we are looking for
-     * @param searchedCpuId     The cpu Id we are looking for
-     * @param searchedTraceID   The traceId (trace name?) we are looking for
-     * 
-     * @return LttngProcessState
-     */
-    public LttngProcessState findProcessState(Long searchedPid, Long searchedCpuId, String searchedTraceID) {
-        // Get the TimeRangeEventProcess associated to a key we create here
-       LttngProcessState foundProcess = processes.get( new ProcessStateKey(searchedPid, searchedCpuId, searchedTraceID) );
-        
-        return foundProcess;
-    }
-}
-
-final class ProcessStateKey {
-
-    private long pid;
-    private long cpuId;
-    private String traceId;
-    
-    
-    @SuppressWarnings("unused")
-    private ProcessStateKey() { }
-    
-    public ProcessStateKey(LttngProcessState newRef) {
-        pid = newRef.getPid().longValue();
-        cpuId = newRef.getCpu().longValue();
-        traceId = newRef.getTrace_id();
-    }
-    
-    public ProcessStateKey(Long newPid, Long newCpuId, String newTraceId) {
-        pid = newPid;
-        cpuId = newCpuId;
-        traceId = newTraceId;
-    }
-    
-    @Override
-    public boolean equals(Object obj) {
-
-       if (obj == null) return false;
-               boolean isSame = true;
-               
-        if ( obj instanceof ProcessStateKey ) {
-               ProcessStateKey procKey = (ProcessStateKey) obj;
-               
-               if (procKey.pid != this.pid) {
-                   return false;
-               }
-
-               if (!(procKey.traceId.equals(this.traceId))) {
-                   return false;
-               }
-
-               if (((procKey.pid == 0L) && (procKey.cpuId != this.cpuId))) {
-                   return false;
-               }
-
-               }
-        else {
-                       TraceDebug
-                                       .debug("ERROR : The received Key is not of the type ProcessStateKey! but " //$NON-NLS-1$
-                                                       + obj.getClass().toString());
-                       return false;
-        }
-        
-        return isSame;
-    }
-    
-    @Override
-    public int hashCode() {
-        return (1 ^ (int)(pid ^ (pid >>> 32)) ^ traceId.hashCode());
-    }
-    
-    
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        return (String.valueOf(pid) + ":" + traceId);
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngTrapState.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/LttngTrapState.java
deleted file mode 100644 (file)
index aa8ff1b..0000000
+++ /dev/null
@@ -1,87 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.model;
-
-
-
-/**
- * <b><u>LttvTrapState</u></b>
- * <p>
- *
- */
-public class LttngTrapState implements Cloneable {
-    // ========================================================================
-       // Data
-    // =======================================================================
-       private Long running;
-       
-       
-    // ========================================================================
-    // Constructor
-    // =======================================================================
-       
-       public LttngTrapState() {
-               this.running = 0L;
-       }
-       
-       public LttngTrapState(Long running) {
-               this.running = running;
-       }
-       
-    @Override
-       public LttngTrapState clone() {
-           LttngTrapState newState = null;
-        
-        try {
-            newState = (LttngTrapState)super.clone();
-            
-            // *** IMPORTANT ***
-            // Basic type in java are immutable! 
-            // Thus, using assignation ("=") on basic type is CORRECT, 
-            //  but we should ALWAYS use "new" or "clone()" on "non basic" type
-            newState.running = this.running;
-        }
-        catch ( CloneNotSupportedException e ) {
-            System.out.println("Cloning failed with : " + e.getMessage() ); //$NON-NLS-1$
-        }
-        
-        return newState;
-    }
-       
-    // ========================================================================
-    // Methods
-    // =======================================================================
-       public Long getRunning() {
-               return running;
-       }
-
-       public void setRunning(Long running) {
-               this.running = running;
-       }
-
-       public void incrementRunning() {
-               running++;
-       }
-       
-       public void decrementRunning() {
-               if (running > 0) {
-                       running--;                      
-               }
-       }
-       
-       @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-               return "running : " + running;
-       }
-       
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/StateModelFactory.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/model/StateModelFactory.java
deleted file mode 100644 (file)
index 8ab180e..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.model;
-
-import org.eclipse.linuxtools.lttng.state.LttngStateException;
-import org.eclipse.linuxtools.lttng.state.resource.ILttngStateContext;
-
-/**
- * Entry point to the package
- * 
- * @author alvaro
- * 
- */
-public class StateModelFactory {
-
-       // ========================================================================
-       // Methods
-       // =======================================================================
-
-       /**
-        * Return an instance of the entry class, the entry class contains
-        * references to the internal model elements.
-        * 
-        * One instance is expected to be created per LttngTrace.
-        * 
-        * This method shall be used when a trace is not opened yet and will be
-        * initialized later via the init() method.
-        * 
-        * @return
-        */
-       public static LttngTraceState getStateEntryInstance() {
-               return new LttngTraceState();
-       }
-
-       /**
-        * Provide a LttngTraceState when the input data reference is known e.g.
-        * when exchanging the State provider to check point clone.
-        * 
-        * @return
-        */
-       public static LttngTraceState getStateEntryInstance(
-                       ILttngStateContext stateInputRef) {
-               LttngTraceState traceState = new LttngTraceState();
-               try {
-                       traceState.init(stateInputRef);
-               } catch (LttngStateException e) {
-                       e.printStackTrace();
-               }
-               return traceState;
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/resource/ILTTngStateResource.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/resource/ILTTngStateResource.java
deleted file mode 100644 (file)
index 3e422b4..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.resource;
-
-import org.eclipse.linuxtools.lttng.model.ILTTngTreeNode;
-
-/**
- * @author alvaro
- *
- */
-public interface ILTTngStateResource<E extends ILTTngStateResource<E>> extends
-               ILTTngTreeNode<E> {
-       
-       // ========================================================================
-       // Interface methods
-       // =======================================================================
-       /**
-        * @return
-        */
-       public GlobalStateMode getStateMode();
-
-       /**
-        * @return
-        */
-       public ILttngStateContext getContext();
-
-       // ========================================================================
-       // Interface Enums
-       // =======================================================================
-       /**
-        * <p>
-        * Represents the specific type of resources known by the application
-        * </p>
-        * 
-        */
-       public enum ResourceType {
-               LTT_RESOURCE_PROCESS("process"), /* */ //$NON-NLS-1$
-               LTT_RESOURCE_CPU("cpu"), /* */ //$NON-NLS-1$
-               LTT_RESOURCE_BDEV("bdev"), /* */ //$NON-NLS-1$
-               LTT_RESOURCE_IRQ("irq"), /* */ //$NON-NLS-1$
-               LTT_RESOURCE_SOFTIRQ("softIrq"), /* */ //$NON-NLS-1$
-               LTT_RESOURCE_TRAP("trap"), /* */ //$NON-NLS-1$
-               LTT_RESOURCE_RUNNING_PROCESS("running"); /* */ //$NON-NLS-1$
-               
-               String inName;
-
-               private ResourceType(String name) {
-                       this.inName = name;
-               }
-
-               public String getInName() {
-                       return this.inName;
-               }
-       }
-       
-       /**
-        * <p>unifies the possible states of the state resources known by the application</p>
-        *
-        */
-       public enum GlobalStateMode {
-               LTT_STATEMODE_UNNAMED("unnamed"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_UNKNOWN("unknown"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_IDLE("idle"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_BUSY("busy"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_PENDING("pending"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_READING("reading"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_WRITING("writing"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_IRQ("irq"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_SOFTIRQ("softirq"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_TRAP("trap"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_WAIT_FORK("waitfork"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_WAIT_CPU("waitcpu"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_EXIT("exit"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_ZOMBIE("zombie"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_WAIT_IO("waitio"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_RUN("run"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_DEAD("dead"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_USER_MODE("usermode"), /* */ //$NON-NLS-1$
-               LTT_STATEMODE_SYSCALL("syscall"); /* */ //$NON-NLS-1$
-               
-               
-               String inName;
-
-               private GlobalStateMode(String name) {
-                       this.inName = name;
-               }
-
-               public String getInName() {
-                       return this.inName;
-               }
-       }
-       
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/resource/ILttngStateContext.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/resource/ILttngStateContext.java
deleted file mode 100644 (file)
index 8e5a70e..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.resource;
-
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-
-/**
- * <b><u>ILttngStateContext</u></b>
- * <p>Provides context information of a State system instance</p>
- * 
- */
-
-/**
- * @author alvaro
- *
- */
-public interface ILttngStateContext {
-
-       /**
-        * Returns the number of CPUs available in the Trace
-        * 
-        * @return
-        */
-       public int getNumberOfCpus();
-
-       /**
-        * The current time range window covering the Trace
-        * 
-        * @return
-        */
-       public TmfTimeRange getTraceTimeWindow();
-
-       /**
-        * The current time range window covering the Experiment
-        * 
-        * @return
-        */
-       public TmfTimeRange getExperimentTimeWindow();
-
-       /**
-        * Returns the name of the associated experiment
-        * 
-        * @return
-        */
-       public String getExperimentName();
-
-       /**
-        * Returns the corresponding trace id.
-        * 
-        * @return
-        */
-       public String getTraceId();
-
-       /**
-        * Returns the corresponding trace id reference
-        * 
-        * @return
-        */
-       public ITmfTrace<?> getTraceIdRef();
-
-       /**
-        *  Returns Trace Identifier
-        *  @return Trace Identifier
-        */
-       public long getIdentifier();
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/resource/LTTngStateResource.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/resource/LTTngStateResource.java
deleted file mode 100644 (file)
index 3a07742..0000000
+++ /dev/null
@@ -1,95 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.resource;
-
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.model.LTTngTreeNodeGeneric;
-import org.eclipse.linuxtools.lttng.state.resource.ILTTngStateResource.GlobalStateMode;
-
-/**
- * @author alvaro
- *
- */
-public class LTTngStateResource extends
-               LTTngTreeNodeGeneric<LTTngStateResource> {
-
-       // ========================================================================
-       // Data
-       // =======================================================================
-       private GlobalStateMode fstateMode = GlobalStateMode.LTT_STATEMODE_UNKNOWN;
-       private final ILttngStateContext fcontext;
-
-       // ======================================================================+
-       // Constructors
-       // =======================================================================
-
-       public LTTngStateResource(Long id, LTTngStateResource parent, String name,
-                       ILttngStateContext context, Object value) {
-               super(id, parent, name, value);
-               fcontext = context;
-       }
-
-       public LTTngStateResource(Long id, String name, ILttngStateContext context,
-                       Object value) {
-               super(id, name, value);
-               fcontext = context;
-       }
-
-       // ========================================================================
-       // Methods
-       // =======================================================================
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.control.LTTngStateTreeNodeGeneric#getChildren
-        * ()
-        */
-       @Override
-       public LTTngStateResource[] getChildren() {
-               return childrenToArray(fchildren.values(), this.getClass());
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.state.resource.ILTTngStateResource#getStateMode
-        * ()
-        */
-       public GlobalStateMode getStateMode() {
-               return fstateMode;
-       }
-
-       /**
-        * @param stateMode
-        */
-       public void setStateMode(GlobalStateMode stateMode) {
-               if (stateMode != null) {
-                       fstateMode = stateMode;
-               } else {
-                       TraceDebug.debug("Received input is null !"); //$NON-NLS-1$
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.state.resource.ILTTngStateResource#getContext
-        * ()
-        */
-       public ILttngStateContext getContext() {
-               return fcontext;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/trace/IStateTraceManager.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/trace/IStateTraceManager.java
deleted file mode 100644 (file)
index fb7d22d..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-package org.eclipse.linuxtools.lttng.state.trace;
-
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfCheckpoint;
-
-public interface IStateTraceManager {
-//     /**
-//      * TODO: Not ready for threading
-//      * <p>
-//      * Read events within specific time window, e.g. time range selection
-//      * </p>
-//      * 
-//      * @param trange
-//      * @param source
-//      * @param listener
-//      * @param processor
-//      * @return
-//      */
-//     public abstract ILttngSyntEventRequest executeDataRequest(
-//                     TmfTimeRange trange, Object source,
-//                     IRequestStatusListener listener, ITransEventProcessor processor);
-
-       /**
-        * used to obtain details on the log associated with this manager e.g.
-        * logid.
-        * 
-        * @return
-        */
-       public abstract ITmfTrace<?> getTrace();
-
-       /**
-        * Restore to the closest checkpoint from TmfTimestamp
-        * <p>
-        * Note : it is heavier to restore by timestamp than by event position,
-        * restore by event position whichever possible.
-        * 
-        * @param eventTime
-        *            The timestamp of the event to restore to
-        * 
-        * @return TmfCheckpoint indicates the nearest checkpoint used to restore the
-        *         state, null sent if input is invalid
-        */
-       public abstract TmfCheckpoint restoreCheckPointByTimestamp(
-                       TmfTimestamp eventTime);
-
-       /**
-        * Restore to the closest checkpoint from index
-        * 
-        * @param eventIndex
-        *            The index of the event to restore to
-        * 
-        * @return TmfCheckpoint indicates the nearest checkpoint used to restore the
-        *         state, null sent if input is invalid
-        */
-       public abstract TmfCheckpoint restoreCheckPointByIndex(long eventIndex);
-
-       /**
-        * @return
-        */
-       public abstract TmfTimeRange getExperimentTimeWindow();
-
-       /**
-        * Returns the State model used to build the check points for the state
-        * system
-        * 
-        * @return
-        */
-       public abstract LttngTraceState getCheckPointStateModel();
-
-       /**
-        * Returns the State model instance associated with this Trace i.e. not the
-        * checkpoint build state model
-        * Returns the State model instance associated with this Trace
-        * 
-        * @return
-        */
-       public abstract LttngTraceState getStateModel();
-
-               
-       /**
-        * Reset previously stored check points, and initialize the associated state
-        * model
-        */
-       public void clearCheckPoints();
-
-       /**
-        * handles incoming events used to build the associated check points, The
-        * user must call clearCheckPoints before the processing the first synthetic
-        * event.
-        * 
-        * @param synEvent
-        * @param eventCount
-        */
-       public void handleEvent(LttngSyntheticEvent synEvent, Long eventCount);
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/trace/StateTraceManager.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/state/trace/StateTraceManager.java
deleted file mode 100644 (file)
index 4f33751..0000000
+++ /dev/null
@@ -1,592 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.state.trace;
-
-import java.util.Collections;
-import java.util.HashMap;
-import java.util.Vector;
-
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent;
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent.SequenceInd;
-import org.eclipse.linuxtools.lttng.event.LttngTimestamp;
-import org.eclipse.linuxtools.lttng.model.LTTngTreeNode;
-import org.eclipse.linuxtools.lttng.request.ILttngSyntEventRequest;
-import org.eclipse.linuxtools.lttng.request.IRequestStatusListener;
-import org.eclipse.linuxtools.lttng.request.LttngSyntEventRequest;
-import org.eclipse.linuxtools.lttng.state.LttngStateException;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ITransEventProcessor;
-import org.eclipse.linuxtools.lttng.state.evProcessor.state.StateEventToHandlerFactory;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.lttng.state.model.StateModelFactory;
-import org.eclipse.linuxtools.lttng.state.resource.ILttngStateContext;
-import org.eclipse.linuxtools.lttng.trace.LTTngTextTrace;
-import org.eclipse.linuxtools.lttng.trace.LTTngTrace;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.request.TmfDataRequest;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfCheckpoint;
-import org.eclipse.linuxtools.tmf.trace.TmfLocation;
-
-public class StateTraceManager extends LTTngTreeNode implements IStateTraceManager, ILttngStateContext {
-
-       // constants
-       private static final long DEFAULT_OFFSET = 0L;
-       private static final int DEFAULT_CHUNK = 1;
-
-       // configurable check point interval
-       private static final long LTTNG_CHECK_POINT_INTERVAL = 50000L;
-       private long fcheckPointInterval = LTTNG_CHECK_POINT_INTERVAL;
-
-       private TmfExperiment<LttngEvent> fExperiment = null;
-
-       // immutable Objects
-       private final ITmfTrace fTrace;
-       private int fcpuNumber = -1;
-       private final ITransEventProcessor fStateUpdateProcessor;
-
-       // potentially thread shared
-       private final HashMap<Long, LttngTraceState> stateCheckpointsList = new HashMap<Long, LttngTraceState>();
-       private final Vector<TmfCheckpoint> timestampCheckpointsList = new Vector<TmfCheckpoint>();
-       private LttngTraceState fStateModel;
-       private LttngTraceState fCheckPointStateModel;
-
-       // locks
-       private Object fCheckPointsLock = new Object();
-       private Object fStateModelLock = new Object();
-
-
-       
-       // =======================================================================
-       // Constructor
-       // =======================================================================
-       /**
-        * @param id
-        * @param parent
-        * @param name
-        * @param trace
-        * @throws LttngStateException
-        */
-       public StateTraceManager(Long id, LTTngTreeNode parent, String name, ITmfTrace trace) throws LttngStateException {
-               super(id, parent, name, trace);
-
-               if (trace == null) {
-                       throw new LttngStateException("No TmfTrace object available!"); //$NON-NLS-1$
-               }
-
-               fTrace = trace;
-               fStateUpdateProcessor = StateEventToHandlerFactory.getInstance();
-
-               init();
-
-               fStateModel = StateModelFactory.getStateEntryInstance(this);
-               fStateModel.init(this);
-
-               fCheckPointStateModel = StateModelFactory.getStateEntryInstance(this);
-               fCheckPointStateModel.init(this);
-       }
-
-       // =======================================================================
-       // Methods
-       // =======================================================================
-       @SuppressWarnings("unchecked")
-       private void init() {
-               // resolve the experiment
-               Object obj = getParent().getValue();
-               if (obj != null && obj instanceof TmfExperiment<?>) {
-                       fExperiment = (TmfExperiment<LttngEvent>) obj;
-               }
-
-               // initialize the number of cpus
-               if (fTrace instanceof LTTngTrace) {
-                       fcpuNumber = ((LTTngTrace) fTrace).getCpuNumber();
-               } else if (fTrace instanceof LTTngTextTrace) {
-                       fcpuNumber = ((LTTngTextTrace) fTrace).getCpuNumber();
-               }
-       }
-       
-
-
-
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.state.IStateManager#getEventLog()
-        */
-       @Override
-       public ITmfTrace getTrace() {
-               return fTrace;
-       }
-
-       /**
-        * Save a checkpoint if it is needed at that point
-        * <p>
-        * The function will use "eventCount" internally to determine if a save was
-        * needed
-        * 
-        * @param eventCounter
-        *            The event "count" or event "id" so far
-        * @param eventTime
-        *            The timestamp of this event
-        * 
-        * @return boolean True if a checkpoint was saved, false otherwise
-        */
-       private void saveCheckPointIfNeeded(Long eventCounter, TmfTimestamp eventTime) {
-               // Save a checkpoint every LTTNG_STATE_SAVE_INTERVAL event
-               if ((eventCounter.longValue() % fcheckPointInterval) == 0) {
-
-                       LttngTraceState stateCheckPoint;
-                       synchronized (fCheckPointsLock) {
-                               stateCheckPoint = fCheckPointStateModel.clone();
-                       }
-
-                       TraceDebug.debug("Check point created here: " + eventCounter //$NON-NLS-1$
-                                       + " -> " + eventTime.toString() + "************" //$NON-NLS-1$ //$NON-NLS-2$
-                                       + getTrace().getName() + "   >>>>> Thread: " //$NON-NLS-1$
-                                       + Thread.currentThread().getId());
-
-                       synchronized (fCheckPointsLock) {
-                               // Save the checkpoint
-                               stateCheckpointsList.put(eventCounter, stateCheckPoint);
-                               // Save correlation between timestamp and checkpoint index
-
-                               timestampCheckpointsList.add(new TmfCheckpoint(new TmfTimestamp(eventTime), new TmfLocation<Long>(
-                                               eventCounter)));
-                       }
-               }
-       }
-
-       /**
-        * @return the lttng_check_point_interval
-        */
-       public long getCheckPointInterval() {
-               return fcheckPointInterval;
-       }
-
-       /**
-        * @param check_point_interval
-        *            , the lttng_check_point_interval to set
-        */
-       public void setCheckPointInterval(long check_point_interval) {
-               this.fcheckPointInterval = check_point_interval;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#
-        * restoreCheckPointByTimestamp
-        * (org.eclipse.linuxtools.tmf.event.TmfTimestamp)
-        */
-       @Override
-       @SuppressWarnings("unchecked")
-       public TmfCheckpoint restoreCheckPointByTimestamp(TmfTimestamp eventTime) {
-               TmfTimeRange experimentRange = fExperiment.getTimeRange();
-               TmfCheckpoint checkpoint = new TmfCheckpoint(fTrace.getStartTime(), new TmfLocation<Long>(0L));
-
-               // The GUI can have time limits higher than this log, since GUI can
-               // handle multiple logs. Ignore special null value of experiment time range.
-        if ((eventTime.getValue() < 0) || 
-                (!experimentRange.equals(TmfTimeRange.Null) && (eventTime.getValue() > experimentRange.getEndTime().getValue()))) {
-                       return null;
-               }
-
-               // The GUI can have time limits lower than this trace, since experiment
-               // can handle multiple traces
-               if ((eventTime.getValue() < fTrace.getStartTime().getValue())) {
-                       eventTime = fTrace.getStartTime();
-               }
-
-           LttngTraceState traceState;
-               synchronized (fCheckPointsLock) {
-                   Collections.sort(timestampCheckpointsList);
-                   // Initiate the compare with a checkpoint containing the target time
-                   // stamp to find
-                   int index = Collections.binarySearch(timestampCheckpointsList, new TmfCheckpoint(eventTime,
-                           new TmfLocation<Long>(0L)));
-                   // adjust index to round down to earlier checkpoint when exact match
-                   // not
-                   // found
-                   index = getPrevIndex(index);
-
-                   if (index == 0) {
-                       // No checkpoint restore is needed, start with a brand new
-                       // TraceState
-                       traceState = StateModelFactory.getStateEntryInstance(this);
-                   } else {
-
-                       // Useful CheckPoint found
-                       checkpoint = timestampCheckpointsList.get(index);
-                       // get the location associated with the checkpoint
-                       TmfLocation<Long> location = (TmfLocation<Long>) checkpoint.getLocation();
-                       // reference a new copy of the checkpoint template
-                       traceState = stateCheckpointsList.get(location.getLocation()).clone();
-                   }
-
-               }
-
-               // Restore the stored traceState
-               synchronized (fStateModelLock) {
-                       fStateModel = traceState;
-               }
-
-               return checkpoint;
-       }
-
-       /* (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#restoreCheckPointByIndex(long)
-        */
-       @Override
-       public TmfCheckpoint restoreCheckPointByIndex(long eventIndex) {
-               TmfCheckpoint checkpoint = new TmfCheckpoint(fTrace.getStartTime(), new TmfLocation<Long>(0L));
-
-           LttngTraceState traceState;
-               synchronized (fCheckPointsLock) {
-                   Collections.sort(timestampCheckpointsList);
-                   // Initiate the compare with a checkpoint containing the target time
-                   // stamp to find
-                   int index = Collections.binarySearch(timestampCheckpointsList, new TmfCheckpoint(null,
-                           new TmfLocation<Long>(eventIndex)));
-                   // adjust index to round down to earlier checkpoint when exact match not found
-                   index = getPrevIndex(index);
-
-                   if (index == 0) {
-                       // No checkpoint restore is needed, start with a brand new
-                       // TraceState
-                       traceState = StateModelFactory.getStateEntryInstance(this);
-                   } else {
-
-                       // Useful CheckPoint found
-                       checkpoint = timestampCheckpointsList.get(index);
-                       // get the location associated with the checkpoint
-                       @SuppressWarnings("unchecked")
-                               TmfLocation<Long> location = (TmfLocation<Long>) checkpoint.getLocation();
-                       // reference a new copy of the checkpoint template
-                       traceState = stateCheckpointsList.get(location.getLocation()).clone();
-                   }
-
-               }
-
-               // Restore the stored traceState
-               synchronized (fStateModelLock) {
-                       fStateModel = traceState;
-               }
-
-               return checkpoint;
-       }
-
-       /**
-        * Adjust the result from a binary search to the round down position
-        * 
-        * @param position
-        *            if Negative is: (-(insertion point) -1)
-        * @return position or if no match found, earlier than insertion point
-        */
-       private int getPrevIndex(int position) {
-               int roundDownPosition = position;
-               if (position < 0) {
-                       roundDownPosition = -(position + 2);
-               }
-
-               roundDownPosition = roundDownPosition < 0 ? 0 : roundDownPosition;
-               return roundDownPosition;
-       }
-
-       // TODO: Remove this request type when the UI handle their own requests
-       /**
-        * Request Event data of a specified time range
-        * 
-        * @param timeWindow
-        * @param listener
-        * @param processor
-        * @return ILttngEventRequest The request made
-        */
-       ILttngSyntEventRequest getDataRequestByTimeRange(TmfTimeRange timeWindow, IRequestStatusListener listener,
-                       final ITransEventProcessor processor) {
-
-               ILttngSyntEventRequest request = new StateTraceManagerRequest(timeWindow, DEFAULT_OFFSET,
-                               TmfDataRequest.ALL_DATA, DEFAULT_CHUNK, listener, getExperimentTimeWindow(), processor) {
-               };
-
-               return request;
-       }
-
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#getStateModel
-        * ()
-        */
-       @Override
-    public LttngTraceState getStateModel() {
-           LttngTraceState stateModel = null;
-               synchronized (fStateModelLock) {
-                       stateModel = fStateModel;
-               }
-               return stateModel;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#
-        * getCheckPointStateModel()
-        */
-       @Override
-    public LttngTraceState getCheckPointStateModel() {
-           LttngTraceState checkPointStateModel = null;
-               synchronized (fCheckPointsLock) {
-                   checkPointStateModel = fCheckPointStateModel;
-               }
-               return checkPointStateModel;
-       }
-
-       /**
-        * @return the stateCheckpointsList
-        */
-       HashMap<Long, LttngTraceState> getStateCheckpointsList() {
-               return stateCheckpointsList;
-       }
-
-       /**
-        * @return the timestampCheckpointsList
-        */
-       Vector<TmfCheckpoint> getTimestampCheckpointsList() {
-               return timestampCheckpointsList;
-       }
-       // =======================================================================
-       // Inner Class
-       // =======================================================================
-       class StateTraceManagerRequest extends LttngSyntEventRequest {
-               // =======================================================================
-               // Data
-               // =======================================================================
-               final TmfEvent[] evt = new TmfEvent[1];
-               final ITransEventProcessor fprocessor;
-               LttngSyntheticEvent synEvent;
-               Long fCount = getSynEventCount();
-
-               // =======================================================================
-               // Constructor
-               // =======================================================================
-               public StateTraceManagerRequest(TmfTimeRange range, long offset, int nbEvents, int maxBlockSize,
-                               IRequestStatusListener listener, TmfTimeRange experimentTimeRange, ITransEventProcessor processor) {
-
-                       super(range, offset, nbEvents, maxBlockSize, listener, experimentTimeRange, processor);
-                       fprocessor = processor;
-                       TraceDebug.debug("Instance created for range: " + range.toString()); //$NON-NLS-1$
-                       fCount = 0L;
-               }
-
-               // =======================================================================
-               // Methods
-               // =======================================================================
-               /*
-                * (non-Javadoc)
-                * 
-                * @see
-                * org.eclipse.linuxtools.lttng.request.LttngSyntEventRequest#handleData
-                * ()
-                */
-               @Override
-               public void handleData(LttngSyntheticEvent event) {
-                       super.handleData(event);
-                       if (event != null) {
-                               synEvent = event;
-                               if (synEvent.getSynType() == SequenceInd.AFTER) {
-                                       // Note : We call this function before incrementing
-                                       // eventCount to save a default check point at the "0th"
-                                       // event
-                                       saveCheckPoint(fCount, synEvent.getTimestamp());
-                                       fCount++;
-
-                                       if (TraceDebug.isDEBUG()) {
-                                               if (fCount % 1000 == 0) {
-                                                       TraceDebug.debug("handled: " + fCount + " sequence: " + synEvent.getSynType()); //$NON-NLS-1$ //$NON-NLS-2$
-                                               }
-                                       }
-                               }
-                       }
-               }
-
-               /**
-                * To be overridden by active save e.g. check points, this no action
-                * default is used for requests which do not require rebuilding of
-                * checkpoints e.g. requiring data of a new time range selection
-                * 
-                * @param count
-                * @param time
-                */
-               public void saveCheckPoint(Long count, TmfTimestamp time) {
-
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.state.resource.ILttngStateContext#
-        * getNumberOfCpus()
-        */
-       @Override
-       public int getNumberOfCpus() {
-               return fcpuNumber;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.state.resource.ILttngStateContext#
-        * getTraceTimeWindow()
-        */
-       @Override
-       public TmfTimeRange getTraceTimeWindow() {
-               if (fTrace != null) {
-                       return fTrace.getTimeRange();
-
-               }
-               return null;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.state.resource.ILttngStateContext#getTraceId
-        * ()
-        */
-       @Override
-       public String getTraceId() {
-               if (fTrace != null) {
-                       return fTrace.getName();
-               }
-               return null;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#
-        * getExperimentTimeWindow()
-        */
-       @Override
-       public TmfTimeRange getExperimentTimeWindow() {
-               if (fExperiment != null) {
-                       return fExperiment.getTimeRange();
-               }
-               return null;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#getExperimentName
-        * ()
-        */
-       @Override
-       public String getExperimentName() {
-               return fExperiment.getName();
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.state.resource.ILttngStateContext#getTraceIdRef
-        * ()
-        */
-       @Override
-       public ITmfTrace getTraceIdRef() {
-               return fTrace;
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#clearCheckPoints
-        * ()
-        */
-       @Override
-    public void clearCheckPoints() {
-               synchronized (fCheckPointsLock) {
-                       stateCheckpointsList.clear();
-                       timestampCheckpointsList.clear();
-
-                       fCheckPointStateModel = StateModelFactory.getStateEntryInstance(this);
-
-                       try {
-                               fCheckPointStateModel.init(this);
-                       } catch (LttngStateException e) {
-                               e.printStackTrace();
-                       }
-               }
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see
-        * org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager#handleEvent
-        * (org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent, java.lang.Long)
-        */
-       @Override
-       public void handleEvent(LttngSyntheticEvent synEvent, Long eventCount) {
-               fStateUpdateProcessor.process(synEvent, fCheckPointStateModel);
-
-               // Save checkpoint as needed
-               saveCheckPointIfNeeded(eventCount - 1, synEvent.getTimestamp());
-       }
-
-       /*
-        * (non-Javadoc)
-        * 
-        * @see java.lang.Object#toString()
-        */
-       @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-               StringBuilder sb = new StringBuilder(super.toString());
-               sb.append("\n\tTotal number of processes in the Shared State model: " + fStateModel.getProcesses().length
-                               + "\n\t" + "Total number of processes in the Check point State model: "
-                               + fCheckPointStateModel.getProcesses().length);
-
-               TmfTimeRange traceTRange = fTrace.getTimeRange();
-               sb.append("\n\tTrace time interval for trace " + fTrace.getName() + "\n\t"
-                               + new LttngTimestamp(traceTRange.getStartTime()));
-               sb.append(" - " + new LttngTimestamp(traceTRange.getEndTime()));
-               sb.append("\n\tCheckPoints available at: ");
-               for (TmfCheckpoint cpoint : timestampCheckpointsList) {
-                       sb.append("\n\t" + "Location: " + cpoint.getLocation() + " - " + cpoint.getTimestamp());
-               }
-
-               return sb.toString();
-       }
-
-       /*
-        * (non-Javadoc)
-        * @see org.eclipse.linuxtools.lttng.state.resource.ILttngStateContext#getIdentifier()
-        */
-       @Override
-       public long getIdentifier() {
-           return getId().longValue();
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/trace/LTTngExperiment.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/trace/LTTngExperiment.java
deleted file mode 100644 (file)
index 00b81d3..0000000
+++ /dev/null
@@ -1,285 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.trace;
-
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngTimestamp;
-import org.eclipse.linuxtools.lttng.jni.JniTrace;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperimentContext;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperimentLocation;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest.ExecutionType;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentRangeUpdatedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalManager;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-
-/**
- * <b><u>LTTngExperiment</u></b>
- * <p>
- * Temporary class to resolve a basic incompatibility between TMF and LTTng.
- * <p>
- */
-public class LTTngExperiment<T extends TmfEvent> extends TmfExperiment<T> {
-
-    private static final int DEFAULT_INDEX_PAGE_SIZE = 50000;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    /**
-     * @param type
-     * @param id
-     * @param traces
-     * @param epoch
-     * @param indexPageSize
-     */
-    public LTTngExperiment(Class<T> type, String id, ITmfTrace<T>[] traces, TmfTimestamp epoch, int indexPageSize) {
-        this(type, id, traces, TmfTimestamp.Zero, indexPageSize, false);
-    }
-
-    public LTTngExperiment(Class<T> type, String id, ITmfTrace<T>[] traces, TmfTimestamp epoch, int indexPageSize, boolean preIndexExperiment) {
-        super(type, id, traces, epoch, indexPageSize, preIndexExperiment);
-    }
-
-    /**
-     * @param type
-     * @param id
-     * @param traces
-     */
-    public LTTngExperiment(Class<T> type, String id, ITmfTrace<T>[] traces) {
-        this(type, id, traces, TmfTimestamp.Zero, DEFAULT_INDEX_PAGE_SIZE);
-    }
-
-    /**
-     * @param type
-     * @param id
-     * @param traces
-     * @param indexPageSize
-     */
-    public LTTngExperiment(Class<T> type, String id, ITmfTrace<T>[] traces, int indexPageSize) {
-        this(type, id, traces, TmfTimestamp.Zero, indexPageSize);
-    }
-
-    @SuppressWarnings("unchecked")
-    public LTTngExperiment(LTTngExperiment<T> other) {
-        super(other.getName() + "(clone)", other.fType); //$NON-NLS-1$
-
-        fEpoch = other.fEpoch;
-        fIndexPageSize = other.fIndexPageSize;
-
-        fTraces = new ITmfTrace[other.fTraces.length];
-        for (int trace = 0; trace < other.fTraces.length; trace++) {
-               fTraces[trace] = other.fTraces[trace].copy();
-        }
-
-        fNbEvents = other.fNbEvents;
-        fTimeRange = other.fTimeRange;
-    }
-
-    @Override
-       public LTTngExperiment<T> copy() {
-        LTTngExperiment<T> experiment = new LTTngExperiment<T>(this);
-        TmfSignalManager.deregister(experiment);
-        return experiment;
-    }
-
-    // ------------------------------------------------------------------------
-    // ITmfTrace trace positioning
-    // ------------------------------------------------------------------------
-
-    @Override
-    public synchronized TmfEvent getNextEvent(TmfContext context) {
-
-        // Validate the context
-        if (!(context instanceof TmfExperimentContext)) {
-            return null; // Throw an exception?
-        }
-
-        if (!context.equals(fExperimentContext)) {
-//             Tracer.trace("Ctx: Restoring context");
-            fExperimentContext = seekLocation(context.getLocation());
-        }
-
-        TmfExperimentContext expContext = (TmfExperimentContext) context;
-
-//             dumpContext(expContext, true);
-
-        // If an event was consumed previously, get the next one from that trace
-        int lastTrace = expContext.getLastTrace();
-        if (lastTrace != TmfExperimentContext.NO_TRACE) {
-            TmfContext traceContext = expContext.getContexts()[lastTrace];
-            expContext.getEvents()[lastTrace] = expContext.getTraces()[lastTrace].getNextEvent(traceContext);
-            expContext.setLastTrace(TmfExperimentContext.NO_TRACE);
-        }
-
-        // Scan the candidate events and identify the "next" trace to read from
-        TmfEvent eventArray[] = expContext.getEvents();
-        if (eventArray == null) {
-            return null;
-        }
-        int trace = TmfExperimentContext.NO_TRACE;
-        TmfTimestamp timestamp = TmfTimestamp.BigCrunch;
-        if (eventArray.length == 1) {
-            if (eventArray[0] != null) {
-                timestamp = eventArray[0].getTimestamp();
-                trace = 0;
-            }
-        } else {
-            for (int i = 0; i < eventArray.length; i++) {
-                TmfEvent event = eventArray[i];
-                if (event != null && event.getTimestamp() != null) {
-                    TmfTimestamp otherTS = event.getTimestamp();
-                    if (otherTS.compareTo(timestamp, true) < 0) {
-                        trace = i;
-                        timestamp = otherTS;
-                    }
-                }
-            }
-        }
-
-        // Update the experiment context and set the "next" event
-        TmfEvent event = null;
-        if (trace != TmfExperimentContext.NO_TRACE) {
-//             updateIndex(expContext, timestamp);
-
-            TmfContext traceContext = expContext.getContexts()[trace];
-            TmfExperimentLocation expLocation = (TmfExperimentLocation) expContext.getLocation();
-            expLocation.getLocation().locations[trace] = traceContext.getLocation();
-
-            updateIndex(expContext, timestamp);
-
-            expLocation.getRanks()[trace] = traceContext.getRank();
-            expContext.setLastTrace(trace);
-            expContext.updateRank(1);
-            event = expContext.getEvents()[trace];
-            fExperimentContext = expContext;
-        }
-
-//             if (event != null) {
-//             Tracer.trace("Exp: " + (expContext.getRank() - 1) + ": " + event.getTimestamp().toString());
-//             dumpContext(expContext, false);
-//             Tracer.trace("Ctx: Event returned= " + event.getTimestamp().toString());
-//             }
-
-        return event;
-    }
-
-    @SuppressWarnings("unchecked")
-    @Override
-    protected void indexExperiment(final boolean waitForCompletion) {
-        if (waitForCompletion) {
-            TmfExperimentRangeUpdatedSignal signal = new TmfExperimentRangeUpdatedSignal(LTTngExperiment.this, LTTngExperiment.this,
-                    TmfTimeRange.Eternity);
-            broadcast(signal);
-            while (isIndexingBusy()) {
-                try {
-                    Thread.sleep(100);
-                } catch (InterruptedException e) {
-                    e.printStackTrace();
-                }
-            }
-            ;
-            return;
-        }
-        for (ITmfTrace trace : fTraces) {
-            if (trace instanceof LTTngTrace) {
-                JniTrace jniTrace = ((LTTngTrace) trace).getCurrentJniTrace();
-                if (jniTrace != null && !jniTrace.isLiveTraceSupported()) {
-                    updateTimeRange();
-                    TmfExperimentRangeUpdatedSignal signal = new TmfExperimentRangeUpdatedSignal(LTTngExperiment.this, LTTngExperiment.this,
-                            getTimeRange());
-                    broadcast(signal);
-                    return;
-                }
-            }
-        }
-        final Thread thread = new Thread("Streaming Monitor for " + getName()) { //$NON-NLS-1$
-            LttngTimestamp safeTimestamp = null;
-            TmfTimeRange timeRange = null;
-
-            @Override
-            public void run() {
-                while (!fExecutor.isShutdown()) {
-                    final TmfEventRequest<LttngEvent> request = new TmfEventRequest<LttngEvent>(LttngEvent.class, TmfTimeRange.Eternity, 0,
-                            ExecutionType.FOREGROUND) {
-                        @Override
-                        public void handleCompleted() {
-                            super.handleCompleted();
-                            if (isIndexingBusy()) {
-                                timeRange = null;
-                                return;
-                            }
-                            long startTime = Long.MAX_VALUE;
-                            long endTime = Long.MIN_VALUE;
-                            for (ITmfTrace trace : getTraces()) {
-                                if (trace instanceof LTTngTrace) {
-                                    LTTngTrace lttngTrace = (LTTngTrace) trace;
-                                    JniTrace jniTrace = lttngTrace.getCurrentJniTrace();
-                                    jniTrace.updateTrace();
-                                    startTime = Math.min(startTime, lttngTrace.getStartTime().getValue());
-                                    endTime = Math.max(endTime, jniTrace.getEndTime().getTime());
-                                }
-                            }
-                            LttngTimestamp startTimestamp = new LttngTimestamp(startTime);
-                            LttngTimestamp endTimestamp = new LttngTimestamp(endTime);
-                            if (safeTimestamp != null && safeTimestamp.compareTo(getTimeRange().getEndTime(), false) > 0) {
-                                timeRange = new TmfTimeRange(startTimestamp, safeTimestamp);
-                            } else {
-                                timeRange = null;
-                            }
-                            safeTimestamp = endTimestamp;
-                        }
-                    };
-                    try {
-                        sendRequest((ITmfDataRequest<T>) request);
-                        request.waitForCompletion();
-                        if (timeRange != null && !timeRange.equals(TmfTimeRange.Null)) {
-                            TmfExperimentRangeUpdatedSignal signal = new TmfExperimentRangeUpdatedSignal(LTTngExperiment.this, LTTngExperiment.this,
-                                    timeRange);
-                            broadcast(signal);
-                        }
-                        Thread.sleep(2000);
-                    } catch (InterruptedException e) {
-                        e.printStackTrace();
-                    }
-                }
-            }
-        };
-        thread.start();
-    }
-
-    @TmfSignalHandler
-    public void experimentRangeUpdated(TmfExperimentRangeUpdatedSignal signal) {
-        indexExperiment(false, (int) fNbEvents, signal.getRange());
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see java.lang.Object#toString()
-     */
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        return "[LTTngExperiment (" + getName() + ")]";
-    }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/trace/LTTngTextTrace.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/trace/LTTngTextTrace.java
deleted file mode 100644 (file)
index 19a48f0..0000000
+++ /dev/null
@@ -1,532 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   William Bourque (wbourque@gmail.com) - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.trace;
-
-import java.io.BufferedReader;
-import java.io.FileReader;
-import java.io.IOException;
-import java.util.HashMap;
-
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngEventContent;
-import org.eclipse.linuxtools.lttng.event.LttngEventField;
-import org.eclipse.linuxtools.lttng.event.LttngEventReference;
-import org.eclipse.linuxtools.lttng.event.LttngEventSource;
-import org.eclipse.linuxtools.lttng.event.LttngEventType;
-import org.eclipse.linuxtools.lttng.event.LttngTimestamp;
-import org.eclipse.linuxtools.lttng.jni.JniEvent;
-import org.eclipse.linuxtools.tmf.event.TmfNoSuchFieldException;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.trace.ITmfLocation;
-import org.eclipse.linuxtools.tmf.trace.TmfCheckpoint;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfLocation;
-import org.eclipse.linuxtools.tmf.trace.TmfTrace;
-
-public class LTTngTextTrace extends TmfTrace<LttngEvent> {
-       private LttngTimestamp                  eventTimestamp   = null;
-    private LttngEventSource                eventSource      = null;
-    private LttngEventType                  eventType        = null;
-    private TextLttngEventContent           eventContent     = null;
-    private LttngEventReference             eventReference   = null;
-    // The actual event
-    private  TextLttngEvent                 currentLttngEvent = null;             
-    
-    private  HashMap<String, LttngEventType> traceTypes       = null;
-    
-    private  String tracepath = ""; //$NON-NLS-1$
-    private  FileReader fr = null;
-    private  BufferedReader br = null;
-    private  Long nbCharRead = 0L;
-    
-    private int cpuNumber = -1;
-    
-    private  boolean showDebug = false;
-    
-    public LTTngTextTrace(String path) throws Exception {
-       this(path, true); // false);
-    }
-    
-    public LTTngTextTrace(String path, boolean skipIndexing) throws Exception {
-        super(path, LttngEvent.class, path, 1, !skipIndexing);
-        
-        tracepath = path;
-        traceTypes      = new HashMap<String, LttngEventType>();
-        
-        eventTimestamp        = new LttngTimestamp();
-        eventSource           = new LttngEventSource();
-        eventType             = new LttngEventType();
-        eventContent          = new TextLttngEventContent(currentLttngEvent);
-        eventReference        = new LttngEventReference(this.getName());
-        
-        currentLttngEvent = new TextLttngEvent(this, eventTimestamp, eventSource, eventType, eventContent, eventReference);
-        eventContent.setEvent(currentLttngEvent);
-        
-        if ( positionToFirstEvent() == false ) {
-               throw new IOException("Fail to position to the beginning of the trace"); //$NON-NLS-1$
-        }
-        else {
-               fIndexPageSize = 1000;
-               
-               // Skip indexing if asked
-//             if ( skipIndexing == true ) {
-                       fCheckpoints.add(new TmfCheckpoint(new LttngTimestamp(0L), new TmfLocation<Long>(0L)));
-//             }
-//             else {
-//                     indexTrace(true);
-//             }
-               
-               Long endTime = currentLttngEvent.getTimestamp().getValue();
-               positionToFirstEvent();
-               
-               getNextEvent(new TmfContext(null, 0));
-               Long starTime = currentLttngEvent.getTimestamp().getValue();
-               positionToFirstEvent();
-               
-               setTimeRange( new TmfTimeRange( new LttngTimestamp(starTime), 
-                                                                               new LttngTimestamp(endTime)
-                                ) );
-        }
-    }
-    
-    
-    public LTTngTextTrace(LTTngTextTrace oldTrace) throws Exception { 
-       this(oldTrace.getPath(), true);
-       
-       // *** VERIFY ***
-       // Is this safe?
-       fCheckpoints = oldTrace.fCheckpoints;
-    }
-    
-       @Override
-       public LTTngTextTrace copy() {
-               
-               LTTngTextTrace returnedTrace = null;
-       
-       try {
-               returnedTrace = new LTTngTextTrace(this);
-       }
-       catch (Exception e) {
-               System.out.println("ERROR : Could not create LTTngTextTrace copy (createTraceCopy).\nError is : " + e.getStackTrace()); //$NON-NLS-1$
-       }
-       
-       return returnedTrace;
-       }
-    
-    private boolean positionToFirstEvent() {
-       
-       boolean isSuccessful = true;
-       
-       try {
-               if ( br != null ) {
-                       br.close();
-                       fr.close();
-               }
-               
-               fr = new FileReader(tracepath);
-               br = new BufferedReader(fr);
-               
-               // Skip the 2 lines header
-               br.readLine();
-               br.readLine();
-               
-               // Make sure the event time is consistent
-               eventTimestamp.setValue(0L);
-       }
-       catch (IOException e) {
-               isSuccessful = false;
-       }
-       
-       return isSuccessful;
-    }
-    
-    private void skipToPosition(TmfLocation<Long> skip) {
-       try {
-                       long skipPosition = skip.getLocation();
-                       if ( skipPosition < 0 ) {
-                               skipPosition = 0L;
-                       }
-               
-                               if ( showDebug == true ) {
-                                       System.out.println("skipToPosition(Long skipPosition)"); //$NON-NLS-1$
-                                       System.out.println("\tSkipping to : " + skipPosition); //$NON-NLS-1$
-                                       System.out.println();
-                               }
-                               positionToFirstEvent();
-                               long nbSkipped = br.skip(skipPosition);
-                               if ( nbSkipped != skipPosition) {
-                                       throw new IOException("Too few characters skipped, positionning failed! (skipToPosition)"); //$NON-NLS-1$
-                               }
-                               
-                               nbCharRead = skipPosition;
-       }
-       catch (Exception e) {
-               e.printStackTrace();
-       }
-    }
-    
-    @Override
-       @SuppressWarnings("unchecked")
-       public TmfContext seekLocation(ITmfLocation<?> location) {
-       if (location == null) {
-               location = new TmfLocation<Long>(0L);
-       }
-
-       if (!((TmfLocation<Long>) location).getLocation().equals(nbCharRead)) {
-               skipToPosition((TmfLocation<Long>) location);
-       }
-
-       TmfContext tmpTraceContext =  new TmfContext(location, 0L);
-       
-       return tmpTraceContext;
-    }
-    
-    @Override
-    public TmfContext seekLocation(double ratio) {
-        // TODO Auto-generated method stub
-        return null;
-    }
-
-    @Override
-    public double getLocationRatio(ITmfLocation<?> location) {
-        // TODO Auto-generated method stub
-        return 0;
-    }
-
-    private LttngEvent parseMyNextEvent(TmfContext context) {
-       
-       // All parsing variables declared here so to be able to print them into the catch if needed
-       String tmpContent = null;
-       int tmpCurIndex = 0;
-       int tmpPrevIndex = 0;
-       
-       String tracefile = ""; //$NON-NLS-1$
-               long tmpCpu = 0;
-               String marker = ""; //$NON-NLS-1$
-       
-               long tmpSecond = 0;
-               long tmpNanosecond = 0;
-               
-               String parsedPayload = ""; //$NON-NLS-1$
-               String markerName = ""; //$NON-NLS-1$
-               Object payload = ""; //$NON-NLS-1$
-               
-               HashMap<String, LttngEventField> fieldsMap = null;
-               
-               LttngEvent returnedEvent = null;
-               
-       try {
-               tmpContent = br.readLine();
-               
-               if (tmpContent != null) {
-                       // *** NOTE : 
-                       // -1 is the skip the end of line (\n)
-                       nbCharRead += (tmpContent.length()+1);
-                       
-                       if ( (currentLttngEvent != null) && (currentLttngEvent.getContent().getRawContent() != null) ) {
-                               currentLttngEvent.getContent().emptyContent();
-                       }
-                       
-                       // EventSource is always the same for now :
-                       eventSource.setSourceId("Kernel Core"); //$NON-NLS-1$
-                       
-                       
-                       // Tracefile and marker are first in the file
-                       // Sound like : 
-                       //              kernel.syscall_entry:
-                       tmpCurIndex = tmpContent.indexOf(".", tmpPrevIndex); //$NON-NLS-1$
-                       
-                       // *** HACK ***
-                       // Evil exit case here : the two last line of the text dump does not contain "."
-                       // We should check in a better way (string comparison and such) but it make the whole process to weight a lot more
-                       // Conclusion : this is ugly but fast.
-                       if ( tmpCurIndex < 0 ) {
-                               if ( showDebug == true ) {
-                                       System.out.println("END OF FILE."); //$NON-NLS-1$
-                                       System.out.println();
-                               }
-                               return null;
-                       }
-                       
-                       tracefile = tmpContent.substring(tmpPrevIndex, tmpCurIndex ).trim();
-                       /*System.out.println(tracefile);*/
-                       
-                       tmpPrevIndex = tmpCurIndex;
-                       tmpCurIndex = tmpContent.indexOf(":", tmpPrevIndex); //$NON-NLS-1$
-                       marker = tmpContent.substring(tmpPrevIndex+1, tmpCurIndex ).trim();
-                       /*System.out.println(marker);*/
-                       
-                       // Timestamp is next but is presented in second.milisecond format, we have to split them
-                       // Sound like : 
-                       //              952.162637168
-                       tmpPrevIndex = tmpCurIndex+1;
-                       tmpCurIndex = tmpContent.indexOf(".", tmpPrevIndex); //$NON-NLS-1$
-                       tmpSecond = Long.parseLong( tmpContent.substring(tmpPrevIndex, tmpCurIndex ).trim() );
-                       /*System.out.println(tmpSecond);*/
-                       
-                       tmpPrevIndex = tmpCurIndex+1;
-                       tmpCurIndex = tmpContent.indexOf(" ", tmpPrevIndex); //$NON-NLS-1$
-                       tmpNanosecond = Long.parseLong( tmpContent.substring(tmpPrevIndex, tmpCurIndex ).trim() );
-                       /*System.out.println(tmpNanosecond);*/
-                       
-                       // We have enough information here to set the timestamp
-                       eventTimestamp.setValue( (tmpSecond * 1000000000) + tmpNanosecond );
-                       /*System.out.println(eventTimestamp.toString());*/
-                       
-                       // Next field is the reference
-                       // A long string enclosed by parenthesis and ending with a comma
-                       //              (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-618339events-1293lost-1cpu/kernel_0),
-                       tmpPrevIndex = tmpCurIndex+1;
-                       tmpCurIndex = tmpContent.indexOf("(", tmpPrevIndex); //$NON-NLS-1$
-                       tmpPrevIndex = tmpCurIndex+1;
-                       tmpCurIndex = tmpContent.indexOf("),", tmpPrevIndex); //$NON-NLS-1$
-                       String fullTracePath = tmpContent.substring(tmpPrevIndex, tmpCurIndex ).trim();
-                       /*System.out.println(fullTracePath);*/
-                       
-                       eventReference.setValue(fullTracePath);
-                       String traceName = fullTracePath.substring(fullTracePath.lastIndexOf("/")+1).trim(); //$NON-NLS-1$
-                       /*System.out.println(traceName);*/
-                       eventReference.setTracepath(traceName);
-                       
-                       
-                       // The next few fields are relatives to the state system (pid, ppid, etc...) we need to skip them.
-                       // They should be like the following :
-                       //              4175, 4175, hal-acl-tool, , 4168,
-                       
-                       // 1st comma
-                       tmpPrevIndex = tmpCurIndex+1;
-                       tmpCurIndex = tmpContent.indexOf(",", tmpPrevIndex); //$NON-NLS-1$
-                       // 2nd comma
-                       tmpPrevIndex = tmpCurIndex+1;
-                       tmpCurIndex = tmpContent.indexOf(",", tmpPrevIndex); //$NON-NLS-1$
-                       // 3rd comma
-                       tmpPrevIndex = tmpCurIndex+1;
-                       tmpCurIndex = tmpContent.indexOf(",", tmpPrevIndex); //$NON-NLS-1$
-                       // 4th comma
-                       tmpPrevIndex = tmpCurIndex+1;
-                       tmpCurIndex = tmpContent.indexOf(",", tmpPrevIndex); //$NON-NLS-1$
-                       // 5th comma
-                       tmpPrevIndex = tmpCurIndex+1;
-                       tmpCurIndex = tmpContent.indexOf(",", tmpPrevIndex); //$NON-NLS-1$
-                       // 6th comma
-                       tmpPrevIndex = tmpCurIndex+1;
-                       tmpCurIndex = tmpContent.indexOf(",", tmpPrevIndex); //$NON-NLS-1$
-                       
-                       // The next field is the CPU, in hexadecimal format
-                       // Should be like : 
-                       //              0x0,
-                       tmpPrevIndex = tmpCurIndex+1;
-                       tmpCurIndex = tmpContent.indexOf("0x", tmpPrevIndex); //$NON-NLS-1$
-                       tmpPrevIndex = tmpCurIndex+2;
-                       
-                       tmpCurIndex = tmpContent.indexOf(",", tmpPrevIndex); //$NON-NLS-1$
-                       tmpCpu = Long.parseLong( tmpContent.substring(tmpPrevIndex, tmpCurIndex ).trim() );
-                       
-                       // Set the cpu number of trace if we found a "new" cpu
-                       if ( cpuNumber < (tmpCpu + 1) ) {
-                               cpuNumber = (int)(tmpCpu+1);
-                       }
-                       /*System.out.println(tmpCpu);*/
-                       
-                       
-                       // The last field is the parsed content
-                       // It is enclosed by { }
-                       // Look like : 
-                       //              SYSCALL { ip = 0xb7f05422, syscall_id = 221 [sys_fcntl64+0x0/0x79] }
-                       //
-                       // NOTE : it seems some state system events do not respect this format as they have no payload. 
-                       //              We will create empty payload then.
-                       int tmpIndex = tmpContent.indexOf("{", tmpPrevIndex); //$NON-NLS-1$
-                       if ( tmpIndex != -1 ) {
-                               tmpPrevIndex = tmpCurIndex+1;
-                               tmpCurIndex = tmpIndex;
-                               tmpPrevIndex = tmpCurIndex+1;
-                               tmpCurIndex = tmpContent.indexOf("}", tmpPrevIndex); //$NON-NLS-1$
-                               parsedPayload = tmpContent.substring(tmpPrevIndex, tmpCurIndex ).trim();
-                               
-                               // Now add each LttngField
-                               boolean isDone = false;
-                               int tmpIndexBegin = 0;
-                               int tmpIndexEqual = 0;
-                               int tmpIndexEnd = 0;
-                               
-                               fieldsMap = new HashMap<String, LttngEventField>(); 
-                               
-                               while ( isDone == false ) {
-                                       tmpIndexEqual = parsedPayload.indexOf("=", (int)tmpIndexBegin); //$NON-NLS-1$
-                                       tmpIndexEnd = parsedPayload.indexOf(", ", (int)tmpIndexEqual); //$NON-NLS-1$
-                                       if ( tmpIndexEnd == -1 ) {
-                                               tmpIndexEnd = parsedPayload.length();
-                                               isDone = true;
-                                       }
-                                       
-                                       markerName = parsedPayload.substring((int)tmpIndexBegin, (int)tmpIndexEqual-1 ).trim();
-                                       payload = ((String)parsedPayload.substring((int)tmpIndexEqual+1, (int)tmpIndexEnd )).replace("\"", " ").trim(); //$NON-NLS-1$ //$NON-NLS-2$
-                                       
-                                       // Try to cast the payload into the correct type
-                                       try {
-                                               payload = Long.parseLong((String)payload);
-                                       }
-                                       catch (NumberFormatException e) { }
-                                       
-                                       LttngEventField tmpField = new LttngEventField(eventContent, markerName, payload);
-                                       fieldsMap.put(markerName, tmpField);
-                                       
-                                       tmpIndexBegin = tmpIndexEnd+1;
-                               }
-                       }
-                       else {
-                               fieldsMap = new HashMap<String, LttngEventField>(); 
-                               
-                               markerName = ""; //$NON-NLS-1$
-                               payload = ""; //$NON-NLS-1$
-                               
-                               LttngEventField tmpField = new LttngEventField(eventContent, markerName, payload);
-                               fieldsMap.put(markerName, tmpField);
-                       }
-                       
-                       eventContent = new TextLttngEventContent(currentLttngEvent, fieldsMap);
-                       
-                       // We now have what we need for the type
-                       String tmpTypeKey = tracefile + "/" + tmpCpu + "/" + marker; //$NON-NLS-1$ //$NON-NLS-2$
-                       if ( traceTypes.get(tmpTypeKey) == null ) {
-                           traceTypes.put(tmpTypeKey, new LttngEventType(tracefile, tmpCpu, marker, 0, fieldsMap.keySet().toArray(new String[fieldsMap.size()] )) );
-                       }
-                       
-                       currentLttngEvent.setContent(eventContent);
-                       currentLttngEvent.setType(traceTypes.get(tmpTypeKey));
-                       
-                       returnedEvent = currentLttngEvent;
-               }
-               else if ( showDebug == true ) {
-                                       System.out.println("NULL READING"); //$NON-NLS-1$
-                                       System.out.println();
-                                       returnedEvent = null;
-                       }
-       }
-       catch (Exception e) {
-               System.out.println("Pos is :" + nbCharRead); //$NON-NLS-1$
-               if ( tmpContent != null ) {
-                       System.out.println("Erroneous content is :" + tmpContent); //$NON-NLS-1$
-               }
-               
-               tmpContent = null;
-               e.printStackTrace();
-               returnedEvent = null;
-       }
-       
-       return returnedEvent;
-    }
-    
-    @Override
-    public ITmfLocation<?> getCurrentLocation() {
-       return new TmfLocation<Long>(nbCharRead);
-    }
-    
-       @Override
-       public LttngEvent parseEvent(TmfContext context) {
-               context = seekLocation(context.getLocation());
-               return parseMyNextEvent(context);
-               
-    }
-    
-       public int getCpuNumber() {
-       return cpuNumber;
-    }
-
-}
-
-
-// Redefine event to override method we know won't work with a Text tracefile 
-class TextLttngEvent extends LttngEvent {
-       
-       public TextLttngEvent(  TmfTrace<LttngEvent> parent,
-                                                       LttngTimestamp timestamp, 
-                                                       LttngEventSource source, 
-                                                       LttngEventType type, 
-                                                       LttngEventContent content, 
-                                                       LttngEventReference reference) 
-       {
-               super(parent, timestamp, source, type, content, reference, null);
-       }
-       
-       @SuppressWarnings("unchecked")
-    public TextLttngEvent(TextLttngEvent oldEvent) {
-               this(
-                       (TmfTrace<LttngEvent>) oldEvent.getParentTrace(),
-                               (LttngTimestamp)oldEvent.getTimestamp(), 
-                               (LttngEventSource)oldEvent.getSource(), 
-                               (LttngEventType)oldEvent.getType(), 
-                               (LttngEventContent)oldEvent.getContent(), 
-                               (LttngEventReference)oldEvent.getReference()
-                        );
-       }
-       
-       @Override
-       public JniEvent convertEventTmfToJni() {
-               System.out.println("WARNING : Cannot use convertEventTmfToJni() on a trace in text format."); //$NON-NLS-1$
-               return null;
-       }
-       
-       @Override
-       public void updateJniEventReference(JniEvent newJniEventReference) {
-               System.out.println("WARNING : Cannot use updateJniEventReference on a trace in text format. Using null."); //$NON-NLS-1$
-    }
-}
-
-
-class TextLttngEventContent extends LttngEventContent {
-       
-       public TextLttngEventContent() {
-        super();
-    }
-    
-    public TextLttngEventContent(TextLttngEvent thisParent) {
-        super(thisParent, null);
-    }
-    
-    public TextLttngEventContent(TextLttngEvent thisParent, HashMap<String, LttngEventField> thisContent) {
-        super(thisParent, thisContent);
-    }
-    
-    public TextLttngEventContent(TextLttngEventContent oldContent) {
-       this( (TextLttngEvent)oldContent.fParentEvent, oldContent.getRawContent());
-    }
-    
-    @Override
-    public LttngEventField[] getFields() {
-       return getRawContent().values().toArray(new LttngEventField[getRawContent().size()]);
-    }
-    
-    @Override
-    public LttngEventField getField(String name) {
-        LttngEventField returnedField = getRawContent().get(name);
-        
-        return returnedField;
-    }
-    
-    @Override
-    public LttngEventField getField(int position) {
-       LttngEventField returnedField = null;
-       String label = null;
-               try {
-                       label = fParentEvent.getType().getLabel(position);
-                       returnedField = this.getField(label);
-               } 
-               catch (TmfNoSuchFieldException e) {
-                       System.out.println("Invalid field position requested : " + position + ", ignoring (getField)."); //$NON-NLS-1$ //$NON-NLS-2$
-               }
-        
-        return returnedField;
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/trace/LTTngTrace.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/trace/LTTngTrace.java
deleted file mode 100644 (file)
index c6c65b1..0000000
+++ /dev/null
@@ -1,1059 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2011 Ericsson, MontaVista Software
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   William Bourque (wbourque@gmail.com) - Initial API and implementation
- *   Yufen Kuo       (ykuo@mvista.com) - add support to allow user specify trace library path
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.trace;
-
-import java.io.FileNotFoundException;
-import java.util.HashMap;
-import java.util.Iterator;
-import java.util.Vector;
-
-import org.eclipse.core.resources.IProject;
-import org.eclipse.linuxtools.lttng.TraceHelper;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngEventContent;
-import org.eclipse.linuxtools.lttng.event.LttngEventReference;
-import org.eclipse.linuxtools.lttng.event.LttngEventSource;
-import org.eclipse.linuxtools.lttng.event.LttngEventType;
-import org.eclipse.linuxtools.lttng.event.LttngLocation;
-import org.eclipse.linuxtools.lttng.event.LttngTimestamp;
-import org.eclipse.linuxtools.lttng.exceptions.LttngException;
-import org.eclipse.linuxtools.lttng.jni.JniEvent;
-import org.eclipse.linuxtools.lttng.jni.JniMarker;
-import org.eclipse.linuxtools.lttng.jni.JniTrace;
-import org.eclipse.linuxtools.lttng.jni.JniTracefile;
-import org.eclipse.linuxtools.lttng.jni.common.JniTime;
-import org.eclipse.linuxtools.lttng.jni.exception.JniException;
-import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.trace.ITmfContext;
-import org.eclipse.linuxtools.tmf.trace.ITmfLocation;
-import org.eclipse.linuxtools.tmf.trace.TmfCheckpoint;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfTrace;
-
-class LTTngTraceException extends LttngException {
-    static final long serialVersionUID = -1636648737081868146L;
-
-    public LTTngTraceException(String errMsg) {
-        super(errMsg);
-    }
-}
-
-/**
- * <b><u>LTTngTrace</u></b>
- * <p>
- * 
- * LTTng trace implementation. It accesses the C trace handling library (seeking, reading and parsing) through the JNI
- * component.
- */
-public class LTTngTrace extends TmfTrace<LttngEvent> {
-
-    public static boolean PrintDebug = false;
-    public static boolean UniqueEvent = true;
-
-    private final static boolean SHOW_LTT_DEBUG_DEFAULT = false;
-    private final static boolean IS_PARSING_NEEDED_DEFAULT = !UniqueEvent;
-    private final static int CHECKPOINT_PAGE_SIZE = 50000;
-
-    // Reference to our JNI trace
-    private JniTrace currentJniTrace;
-
-    LttngTimestamp eventTimestamp;
-    LttngEventSource eventSource;
-    LttngEventContent eventContent;
-    LttngEventReference eventReference;
-
-    // The actual event
-    LttngEvent currentLttngEvent;
-
-    // The current location
-    LttngLocation previousLocation;
-
-    LttngEventType eventType;
-
-    // Hashmap of the possible types of events (Tracefile/CPU/Marker in the JNI)
-    HashMap<Integer, LttngEventType> traceTypes;
-    
-    // This vector will be used to quickly find a marker name from a position
-    Vector<Integer> traceTypeNames;
-    
-    private String traceLibPath;
-
-    public LTTngTrace() {
-    }
-
-    public boolean validate(IProject project, String path) {
-        if (super.validate(project, path)) {
-            String traceLibPath = TraceHelper.getTraceLibDirFromProject(project);
-            try {
-                LTTngTraceVersion version = new LTTngTraceVersion(path, traceLibPath);
-                return version.isValidLttngTrace();
-            } catch (LttngException e) {
-            }
-        }
-        return false;
-    }
-
-    public void initTrace(String path, Class<LttngEvent> eventType) throws FileNotFoundException {
-        initLTTngTrace(path, eventType, CHECKPOINT_PAGE_SIZE, false);
-    }
-
-    public void initTrace(String path, Class<LttngEvent> eventType, int cacheSize) throws FileNotFoundException {
-        initLTTngTrace(path, eventType, cacheSize, false);
-    }
-
-    public void initTrace(String path, Class<LttngEvent> eventType, boolean indexTrace) throws FileNotFoundException {
-        initLTTngTrace(path, eventType, CHECKPOINT_PAGE_SIZE, indexTrace);
-    }
-
-    public void initTrace(String path, Class<LttngEvent> eventType, int cacheSize, boolean indexTrace) throws FileNotFoundException {
-        initLTTngTrace(path, eventType, cacheSize, indexTrace);
-    }
-
-    private void initLTTngTrace(String path, Class<LttngEvent> eventType, int cacheSize, boolean indexTrace) throws FileNotFoundException {
-        super.initTrace(path, eventType, indexTrace);
-        try {
-            currentJniTrace = JniTraceFactory.getJniTrace(path, traceLibPath, SHOW_LTT_DEBUG_DEFAULT);
-        } catch (Exception e) {
-            throw new FileNotFoundException(e.getMessage());
-        }
-
-        // Export all the event types from the JNI side
-        traceTypes = new HashMap<Integer, LttngEventType>();
-        traceTypeNames = new Vector<Integer>();
-        initialiseEventTypes(currentJniTrace);
-
-        // Build the re-used event structure
-        eventTimestamp = new LttngTimestamp();
-        eventSource = new LttngEventSource();
-        this.eventType = new LttngEventType();
-        eventContent = new LttngEventContent(currentLttngEvent);
-        eventReference = new LttngEventReference(this.getName());
-
-        // Create the skeleton event
-        currentLttngEvent = new LttngEvent(this, eventTimestamp, eventSource, this.eventType, eventContent,
-                eventReference, null);
-
-        // Create a new current location
-        previousLocation = new LttngLocation();
-
-        // Set the currentEvent to the eventContent
-        eventContent.setEvent(currentLttngEvent);
-
-        // Set the time range of the trace
-        TmfContext context = seekLocation(null);
-        LttngEvent event = getNextEvent(context);
-        LttngTimestamp startTime = new LttngTimestamp(event.getTimestamp());
-        LttngTimestamp endTime = new LttngTimestamp(currentJniTrace.getEndTime().getTime());
-
-        setTimeRange(new TmfTimeRange(startTime, endTime));
-
-        if (currentJniTrace == null) {
-            System.out.println("Problem");
-        }
-    }
-
-    /**
-     * Default Constructor.
-     * <p>
-     * 
-     * @param path
-     *            Path to a <b>directory</b> that contain an LTTng trace.
-     * 
-     * @exception Exception
-     *                (most likely LTTngTraceException or FileNotFoundException)
-     */
-    public LTTngTrace(String path) throws Exception {
-        // Call with "wait for completion" true and "skip indexing" false
-        this(path, null, true, false);
-    }
-
-    /**
-     * Constructor, with control over the indexing.
-     * <p>
-     * 
-     * @param path
-     *            Path to a <b>directory</b> that contain an LTTng trace.
-     * @param waitForCompletion
-     *            Should we wait for indexign to complete before moving on.
-     * 
-     * @exception Exception
-     *                (most likely LTTngTraceException or FileNotFoundException)
-     */
-    public LTTngTrace(String path, boolean waitForCompletion) throws Exception {
-        // Call with "skip indexing" false
-        this(path, null, waitForCompletion, true);
-    }
-
-    /**
-     * Default constructor, with control over the indexing and possibility to bypass indexation
-     * <p>
-     * 
-     * @param path
-     *            Path to a <b>directory</b> that contain an LTTng trace.
-     * @param traceLibPath
-     *            Path to a <b>directory</b> that contains LTTng trace libraries.
-     * @param waitForCompletion
-     *            Should we wait for indexign to complete before moving on.
-     * @param bypassIndexing
-     *            Should we bypass indexing completly? This is should only be useful for unit testing.
-     * 
-     * @exception Exception
-     *                (most likely LTTngTraceException or FileNotFoundException)
-     * 
-     */
-    public LTTngTrace(String path, String traceLibPath, boolean waitForCompletion, boolean bypassIndexing)
-            throws Exception {
-        super(path, LttngEvent.class, path, CHECKPOINT_PAGE_SIZE, false);
-        initTrace(path, LttngEvent.class, !bypassIndexing);
-        this.traceLibPath = traceLibPath;
-    }
-
-    /*
-     * Copy constructor is forbidden for LttngEvenmStream
-     */
-    public LTTngTrace(LTTngTrace other) throws Exception {
-        this(other.getPath(), other.getTraceLibPath(), false, true);
-        this.fCheckpoints = other.fCheckpoints;
-        setTimeRange(new TmfTimeRange(new LttngTimestamp(other.getStartTime()), new LttngTimestamp(other.getEndTime())));
-    }
-
-    @Override
-    public LTTngTrace copy() {
-        LTTngTrace returnedTrace = null;
-
-        try {
-            returnedTrace = new LTTngTrace(this);
-        } catch (Exception e) {
-            System.out
-                    .println("ERROR : Could not create LTTngTrace copy (createTraceCopy).\nError is : " + e.getStackTrace()); //$NON-NLS-1$
-        }
-
-        return returnedTrace;
-    }
-
-    @Override
-    public synchronized LTTngTrace clone() {
-        LTTngTrace clone = null;
-        try {
-            clone = (LTTngTrace) super.clone();
-            try {
-                clone.currentJniTrace = JniTraceFactory.getJniTrace(getPath(), getTraceLibPath(),
-                        SHOW_LTT_DEBUG_DEFAULT);
-            } catch (JniException e) {
-                // e.printStackTrace();
-            }
-
-            // Export all the event types from the JNI side
-            clone.traceTypes = new HashMap<Integer, LttngEventType>();
-            clone.traceTypeNames = new Vector<Integer>();
-            clone.initialiseEventTypes(clone.currentJniTrace);
-
-            // Verify that all those "default constructor" are safe to use
-            clone.eventTimestamp = new LttngTimestamp();
-            clone.eventSource = new LttngEventSource();
-            clone.eventType = new LttngEventType();
-            clone.eventContent = new LttngEventContent(clone.currentLttngEvent);
-            clone.eventReference = new LttngEventReference(this.getName());
-
-            // Create the skeleton event
-            clone.currentLttngEvent = new LttngEvent(this, clone.eventTimestamp, clone.eventSource, clone.eventType,
-                    clone.eventContent, clone.eventReference, null);
-
-            // Create a new current location
-            clone.previousLocation = new LttngLocation();
-
-            // Set the currentEvent to the eventContent
-            clone.eventContent.setEvent(clone.currentLttngEvent);
-
-            // Set the start time of the trace
-            setTimeRange(new TmfTimeRange(new LttngTimestamp(clone.currentJniTrace.getStartTime().getTime()),
-                    new LttngTimestamp(clone.currentJniTrace.getEndTime().getTime())));
-        } catch (CloneNotSupportedException e) {
-        }
-
-        return clone;
-    }
-
-    public String getTraceLibPath() {
-        return traceLibPath;
-    }
-
-    /*
-     * Fill out the HashMap with "Type" (Tracefile/Marker)
-     * 
-     * This should be called at construction once the trace is open
-     */
-    private void initialiseEventTypes(JniTrace trace) {
-        // Work variables
-        LttngEventType tmpType = null;
-        String[] markerFieldsLabels = null;
-
-        String newTracefileKey = null;
-        Integer newMarkerKey = null;
-
-        JniTracefile newTracefile = null;
-        JniMarker newMarker = null;
-
-        // First, obtain an iterator on TRACEFILES of owned by the TRACE
-        Iterator<String> tracefileItr = trace.getTracefilesMap().keySet().iterator();
-
-        while (tracefileItr.hasNext()) {
-            newTracefileKey = tracefileItr.next();
-            newTracefile = trace.getTracefilesMap().get(newTracefileKey);
-
-            // From the TRACEFILE read, obtain its MARKER
-            Iterator<Integer> markerItr = newTracefile.getTracefileMarkersMap().keySet().iterator();
-            while (markerItr.hasNext()) {
-                newMarkerKey = markerItr.next();
-                newMarker = newTracefile.getTracefileMarkersMap().get(newMarkerKey);
-
-                // From the MARKER we can obtain the MARKERFIELDS keys (i.e.
-                // labels)
-                markerFieldsLabels = newMarker.getMarkerFieldsHashMap().keySet()
-                        .toArray(new String[newMarker.getMarkerFieldsHashMap().size()]);
-
-                tmpType = new LttngEventType(newTracefile.getTracefileName(), newTracefile.getCpuNumber(),
-                        newMarker.getName(), newMarkerKey.intValue(), markerFieldsLabels);
-
-                // Add the type to the map/vector
-                addEventTypeToMap(tmpType);
-            }
-        }
-    }
-
-    /*
-     * Add a new type to the HashMap
-     * 
-     * As the hashmap use a key format that is a bit dangerous to use, we should always add using this function.
-     */
-    private void addEventTypeToMap(LttngEventType newEventType) {
-        int newTypeKey = EventTypeKey.getEventTypeHash(newEventType);
-
-        this.traceTypes.put(newTypeKey, newEventType);
-        this.traceTypeNames.add(newTypeKey);
-    }
-
-    /**
-     * Return the latest saved location. Note : Modifying the returned location may result in buggy positionning!
-     * 
-     * @return The LttngLocation as it was after the last operation.
-     * 
-     * @see org.eclipse.linuxtools.lttng.event.LttngLocation
-     */
-    @Override
-    public synchronized ITmfLocation<?> getCurrentLocation() {
-        return previousLocation;
-    }
-
-    /**
-     * Position the trace to the event at the given location.
-     * <p>
-     * NOTE : Seeking by location is very fast compare to seeking by position but is still slower than "ReadNext", avoid
-     * using it for small interval.
-     * 
-     * @param location
-     *            Location of the event in the trace. If no event available at this exact location, we will position
-     *            ourself to the next one.
-     * 
-     * @return The TmfContext that point to this event
-     * 
-     * @see org.eclipse.linuxtools.lttng.event.LttngLocation
-     * @see org.eclipse.linuxtools.tmf.trace.TmfContext
-     */
-    @Override
-    public synchronized TmfContext seekLocation(ITmfLocation<?> location) {
-
-        // // [lmcfrch]
-        // lastTime = 0;
-
-        if (PrintDebug) {
-            System.out.println("seekLocation(location) location -> " + location); //$NON-NLS-1$
-        }
-
-        // If the location in context is null, create a new one
-        LttngLocation curLocation = null;
-        if (location == null) {
-            curLocation = new LttngLocation();
-            TmfContext context = seekEvent(curLocation.getOperationTime());
-            context.setRank(ITmfContext.INITIAL_RANK);
-            return context;
-        } else {
-            curLocation = (LttngLocation) location;
-        }
-
-        // *** NOTE :
-        // Update to location should (and will) be done in SeekEvent.
-
-        // The only seek valid in LTTng is with the time, we call
-        // seekEvent(timestamp)
-        TmfContext context = seekEvent(curLocation.getOperationTime());
-
-        return context;
-    }
-
-    /**
-     * Position the trace to the event at the given time.
-     * <p>
-     * NOTE : Seeking by time is very fast compare to seeking by position but is still slower than "ReadNext", avoid
-     * using it for small interval.
-     * 
-     * @param timestamp
-     *            Time of the event in the trace. If no event available at this exact time, we will position ourself to
-     *            the next one.
-     * 
-     * @return The TmfContext that point to this event
-     * 
-     * @see org.eclipse.linuxtools.lttng.event.LttngLocation
-     * @see org.eclipse.linuxtools.tmf.trace.TmfContext
-     */
-    @Override
-    public synchronized TmfContext seekEvent(TmfTimestamp timestamp) {
-
-        if (PrintDebug) {
-            System.out.println("seekEvent(timestamp) timestamp -> " + timestamp); //$NON-NLS-1$
-        }
-
-        if (currentJniTrace == null) {
-            System.out.println("aie");
-        }
-        
-        // Call JNI to seek
-        currentJniTrace.seekToTime(new JniTime(timestamp.getValue()));
-
-        // Save the time at which we seeked
-        previousLocation.setOperationTime(timestamp.getValue());
-        // Set the operation marker as seek, to be able to detect we did "seek"
-        // this event
-        previousLocation.setLastOperationSeek();
-
-        LttngLocation curLocation = new LttngLocation(previousLocation);
-
-        return new TmfContext(curLocation);
-    }
-
-    /**
-     * Position the trace to the event at the given position (rank).
-     * <p>
-     * NOTE : Seeking by position is very slow in LTTng, consider seeking by timestamp.
-     * 
-     * @param position
-     *            Position (or rank) of the event in the trace, starting at 0.
-     * 
-     * @return The TmfContext that point to this event
-     * 
-     * @see org.eclipse.linuxtools.lttng.event.LttngLocation
-     * @see org.eclipse.linuxtools.tmf.trace.TmfContext
-     */
-    @Override
-    public synchronized TmfContext seekEvent(long position) {
-
-        if (PrintDebug) {
-            System.out.println("seekEvent(position) position -> " + position); //$NON-NLS-1$
-        }
-
-        TmfTimestamp timestamp = null;
-        long index = position / getCacheSize();
-
-        // Get the timestamp of the closest check point to the given position
-        if (fCheckpoints.size() > 0) {
-            if (index >= fCheckpoints.size()) {
-                index = fCheckpoints.size() - 1;
-            }
-            timestamp = fCheckpoints.elementAt((int) index).getTimestamp();
-        }
-        // If none, take the start time of the trace
-        else {
-            timestamp = getStartTime();
-        }
-
-        // Seek to the found time
-        TmfContext tmpContext = seekEvent(timestamp);
-        tmpContext.setRank((index + 1) * fIndexPageSize);
-        previousLocation = (LttngLocation) tmpContext.getLocation();
-
-        // Ajust the index of the event we found at this check point position
-        Long currentPosition = index * getCacheSize();
-
-        Long lastTimeValueRead = 0L;
-
-        // Get the event at current position. This won't move to the next one
-        JniEvent tmpJniEvent = currentJniTrace.findNextEvent();
-        // Now that we are positionned at the checkpoint,
-        // we need to "readNext" (Position - CheckpointPosition) times or until
-        // trace "run out"
-        while ((tmpJniEvent != null) && (currentPosition < position)) {
-            tmpJniEvent = currentJniTrace.readNextEvent();
-            currentPosition++;
-        }
-
-        // If we found our event, save its timestamp
-        if (tmpJniEvent != null) {
-            lastTimeValueRead = tmpJniEvent.getEventTime().getTime();
-        }
-
-        // Set the operation marker as seek, to be able to detect we did "seek"
-        // this event
-        previousLocation.setLastOperationSeek();
-        // Save read event time
-        previousLocation.setOperationTime(lastTimeValueRead);
-
-        // *** VERIFY ***
-        // Is that too paranoid?
-        //
-        // We don't trust what upper level could do with our internal location
-        // so we create a new one to return instead
-        LttngLocation curLocation = new LttngLocation(previousLocation);
-
-        return new TmfContext(curLocation);
-    }
-
-    @Override
-    public TmfContext seekLocation(double ratio) {
-        // TODO Auto-generated method stub
-        return null;
-    }
-
-    @Override
-    public double getLocationRatio(ITmfLocation<?> location) {
-        // TODO Auto-generated method stub
-        return 0;
-    }
-
-    /**
-     * Return the event in the trace according to the given context. Read it if necessary.
-     * <p>
-     * Similar (same?) as ParseEvent except that calling GetNext twice read the next one the second time.
-     * 
-     * @param context
-     *            Current TmfContext where to get the event
-     * 
-     * @return The LttngEvent we read of null if no event are available
-     * 
-     * @see org.eclipse.linuxtools.lttng.event.LttngLocation
-     * @see org.eclipse.linuxtools.tmf.trace.TmfContext
-     */
-
-    public int nbEventsRead = 0;
-
-    @Override
-    public synchronized LttngEvent getNextEvent(TmfContext context) {
-
-        if (PrintDebug) {
-            System.out.println("getNextEvent(context) context.getLocation() -> " //$NON-NLS-1$
-                    + context.getLocation());
-        }
-
-        LttngEvent returnedEvent = null;
-        LttngLocation curLocation = null;
-
-        curLocation = (LttngLocation) context.getLocation();
-        // If the location in context is null, create a new one
-        if (curLocation == null) {
-            curLocation = getCurrentLocation(context);
-        }
-
-        // *** Positioning trick :
-        // GetNextEvent only read the trace if :
-        // 1- The last operation was NOT a ParseEvent --> A read is required
-        // OR
-        // 2- The time of the previous location is different from the current
-        // one --> A seek + a read is required
-        if ((!(curLocation.isLastOperationParse()))
-                || (previousLocation.getOperationTimeValue() != curLocation.getOperationTimeValue())) {
-            if (previousLocation.getOperationTimeValue() != curLocation.getOperationTimeValue()) {
-                if (PrintDebug) {
-                    System.out.println("\t\tSeeking in getNextEvent. [ LastTime : " //$NON-NLS-1$
-                            + previousLocation.getOperationTimeValue() + " CurrentTime" //$NON-NLS-1$
-                            + curLocation.getOperationTimeValue() + " ]"); //$NON-NLS-1$
-                }
-                seekEvent(curLocation.getOperationTime());
-            }
-            // Read the next event from the trace. The last one will NO LONGER
-            // BE VALID.
-            returnedEvent = readNextEvent(curLocation);
-
-        } else {
-            // No event was read, just return the one currently loaded (the last
-            // one we read)
-            returnedEvent = currentLttngEvent;
-
-            // *** IMPORTANT!
-            // Reset (erase) the operation marker to both location, to be able
-            // to detect we did NOT "read" this event
-            previousLocation.resetLocationState();
-            curLocation.resetLocationState();
-        }
-
-        // If we read an event, set it's time to the locations (both previous
-        // and current)
-        if (returnedEvent != null) {
-            setPreviousAndCurrentTimes(context, returnedEvent, curLocation);
-        }
-
-        return returnedEvent;
-    }
-
-    // this method was extracted for profiling purposes
-    private void setPreviousAndCurrentTimes(TmfContext context, LttngEvent returnedEvent, LttngLocation curLocation) {
-
-        TmfTimestamp eventTimestamp = returnedEvent.getTimestamp();
-        // long eventTime = eventTimestamp.getValue();
-        previousLocation.setOperationTime(eventTimestamp.getValue());
-        curLocation.setOperationTime(eventTimestamp.getValue());
-        updateIndex(context, context.getRank(), eventTimestamp);
-        context.updateRank(1);
-    }
-
-    protected void updateIndex(TmfContext context, long rank, TmfTimestamp timestamp) {
-
-        if (getStartTime().compareTo(timestamp, false) > 0)
-            setStartTime(timestamp);
-        if (getEndTime().compareTo(timestamp, false) < 0)
-            setEndTime(timestamp);
-        if (rank != ITmfContext.UNKNOWN_RANK) {
-            if (fNbEvents <= rank)
-                fNbEvents = rank + 1;
-            // Build the index as we go along
-            if ((rank % fIndexPageSize) == 0) {
-                // Determine the table position
-                long position = rank / fIndexPageSize;
-                // Add new entry at proper location (if empty)
-                if (fCheckpoints.size() == position) {
-                    addCheckPoint(context, timestamp);
-                }
-            }
-        }
-    }
-
-    private void addCheckPoint(TmfContext context, TmfTimestamp timestamp) {
-        ITmfLocation<?> location = context.getLocation().clone();
-        fCheckpoints.add(new TmfCheckpoint(timestamp.clone(), location));
-    }
-
-    // this method was extracted for profiling purposes
-    private LttngEvent readNextEvent(LttngLocation curLocation) {
-        LttngEvent returnedEvent;
-        // Read the next event from the trace. The last one will NO LONGER BE
-        // VALID.
-        returnedEvent = readEvent(curLocation);
-        nbEventsRead++;
-
-        // Set the operation marker as read to both location, to be able to
-        // detect we did "read" this event
-        previousLocation.setLastOperationReadNext();
-        curLocation.setLastOperationReadNext();
-        return returnedEvent;
-    }
-
-    // this method was extracted for profiling purposes
-    private LttngLocation getCurrentLocation(TmfContext context) {
-        LttngLocation curLocation;
-        curLocation = new LttngLocation();
-        context.setLocation(curLocation);
-        return curLocation;
-    }
-
-    /**
-     * Return the event in the trace according to the given context. Read it if necessary.
-     * <p>
-     * Similar (same?) as GetNextEvent except that calling ParseEvent twice will return the same event
-     * 
-     * @param context
-     *            Current TmfContext where to get the event
-     * 
-     * @return The LttngEvent we read of null if no event are available
-     * 
-     * @see org.eclipse.linuxtools.lttng.event.LttngLocation
-     * @see org.eclipse.linuxtools.tmf.trace.TmfContext
-     */
-    @Override
-    public synchronized LttngEvent parseEvent(TmfContext context) {
-
-        if (PrintDebug) {
-            System.out.println("parseEvent(context) context.getLocation() -> " //$NON-NLS-1$
-                    + context.getLocation());
-        }
-
-        LttngEvent returnedEvent = null;
-        LttngLocation curLocation = null;
-
-        // If the location in context is null, create a new one
-        if (context.getLocation() == null) {
-            curLocation = new LttngLocation();
-            context.setLocation(curLocation);
-        }
-        // Otherwise, we use the one in context; it should be a valid
-        // LttngLocation
-        else {
-            curLocation = (LttngLocation) context.getLocation();
-        }
-
-        // *** HACK ***
-        // TMF assumes it is possible to read (GetNextEvent) to the next Event
-        // once ParseEvent() is called
-        // In LTTNG, there is not difference between "Parsing" and "Reading" an
-        // event.
-        // So, before "Parsing" an event, we have to make sure we didn't "Read"
-        // it alreafy.
-        // Also, "Reading" invalidate the previous Event in LTTNG and seek back
-        // is very costly,
-        // so calling twice "Parse" will return the same event, giving a way to
-        // get the "Currently loaded" event
-
-        // *** Positionning trick :
-        // ParseEvent only read the trace if :
-        // 1- The last operation was NOT a ParseEvent or a GetNextEvent --> A
-        // read is required
-        // OR
-        // 2- The time of the previous location is different from the current
-        // one --> A seek + a read is required
-        if (((!(curLocation.isLastOperationParse())) && ((!(curLocation.isLastOperationReadNext()))))
-                || (previousLocation.getOperationTimeValue() != curLocation.getOperationTimeValue())) {
-            // Previous time != Current time : We need to reposition to the
-            // current time
-            if (previousLocation.getOperationTimeValue() != curLocation.getOperationTimeValue()) {
-                if (PrintDebug) {
-                    System.out.println("\t\tSeeking in getNextEvent. [ LastTime : " //$NON-NLS-1$
-                            + previousLocation.getOperationTimeValue() + " CurrentTime" //$NON-NLS-1$
-                            + curLocation.getOperationTimeValue() + " ]"); //$NON-NLS-1$
-                }
-                seekEvent(curLocation.getOperationTime());
-            }
-
-            // Read the next event from the trace. The last one will NO LONGER
-            // BE VALID.
-            returnedEvent = readEvent(curLocation);
-        } else {
-            // No event was read, just return the one currently loaded (the last
-            // one we read)
-            returnedEvent = currentLttngEvent;
-        }
-
-        // If we read an event, set it's time to the locations (both previous
-        // and current)
-        if (returnedEvent != null) {
-            previousLocation.setOperationTime((LttngTimestamp) returnedEvent.getTimestamp());
-            curLocation.setOperationTime((LttngTimestamp) returnedEvent.getTimestamp());
-        }
-
-        // Set the operation marker as parse to both location, to be able to
-        // detect we already "read" this event
-        previousLocation.setLastOperationParse();
-        curLocation.setLastOperationParse();
-
-        return returnedEvent;
-    }
-
-    /*
-     * Read the next event from the JNI and convert it as Lttng Event<p>
-     * 
-     * @param location Current LttngLocation that to be updated with the event timestamp
-     * 
-     * @return The LttngEvent we read of null if no event are available
-     * 
-     * @see org.eclipse.linuxtools.lttng.event.LttngLocation
-     * 
-     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniTrace
-     */
-    private synchronized LttngEvent readEvent(LttngLocation location) {
-        LttngEvent returnedEvent = null;
-        JniEvent tmpEvent = null;
-
-        // Read the next event from JNI. THIS WILL INVALIDATE THE CURRENT LTTNG
-        // EVENT.
-        tmpEvent = currentJniTrace.readNextEvent();
-
-        if (tmpEvent != null) {
-            // *** NOTE
-            // Convert will update the currentLttngEvent
-            returnedEvent = convertJniEventToTmf(tmpEvent);
-
-            location.setOperationTime((LttngTimestamp) returnedEvent.getTimestamp());
-        }
-        // *** NOTE
-        // If the read failed (likely the last event in the trace), set the
-        // LastReadTime to the JNI time
-        // That way, even if we try to read again, we will step over the bogus
-        // seek and read
-        else {
-            location.setOperationTime(getEndTime().getValue() + 1);
-        }
-
-        return returnedEvent;
-    }
-
-    /**
-     * Method to convert a JniEvent into a LttngEvent.
-     * <p>
-     * 
-     * Note : This method will call LttngEvent convertEventJniToTmf(JniEvent, boolean) with a default value for
-     * isParsingNeeded
-     * 
-     * @param newEvent
-     *            The JniEvent to convert into LttngEvent
-     * 
-     * @return The converted LttngEvent
-     * 
-     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniEvent
-     * @see org.eclipse.linuxtools.lttng.event.LttngEvent
-     */
-    public synchronized LttngEvent convertJniEventToTmf(JniEvent newEvent) {
-        currentLttngEvent = convertJniEventToTmf(newEvent, IS_PARSING_NEEDED_DEFAULT);
-
-        return currentLttngEvent;
-    }
-
-    /**
-     * Method to convert a JniEvent into a LttngEvent
-     * 
-     * @param jniEvent
-     *            The JniEvent to convert into LttngEvent
-     * @param isParsingNeeded
-     *            A boolean value telling if the event should be parsed or not.
-     * 
-     * @return The converted LttngEvent
-     * 
-     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniEvent
-     * @see org.eclipse.linuxtools.lttng.event.LttngEvent
-     */
-    public synchronized LttngEvent convertJniEventToTmf(JniEvent jniEvent, boolean isParsingNeeded) {
-
-        if (UniqueEvent) {
-
-            // ***
-            // UNHACKED : We can no longer do that because TCF need to maintain
-            // several events at once.
-            // This is very slow to do so in LTTng, this has to be temporary.
-            // *** HACK ***
-            // To save time here, we only set value instead of allocating new
-            // object
-            // This give an HUGE performance improvement
-            // all allocation done in the LttngTrace constructor
-            // ***
-            eventTimestamp.setValue(jniEvent.getEventTime().getTime());
-            eventSource.setSourceId(jniEvent.requestEventSource());
-
-            eventType = traceTypes.get(EventTypeKey.getEventTypeHash(jniEvent));
-
-            eventReference.setValue(jniEvent.getParentTracefile().getTracefilePath());
-            eventReference.setTracepath(this.getName());
-
-            eventContent.emptyContent();
-
-            currentLttngEvent.setType(eventType);
-            // Save the jni reference
-            currentLttngEvent.updateJniEventReference(jniEvent);
-
-            // Parse now if was asked
-            // Warning : THIS IS SLOW
-            if (isParsingNeeded) {
-                eventContent.getFields();
-            }
-
-            return currentLttngEvent;
-        } else {
-            return convertJniEventToTmfMultipleEventEvilFix(jniEvent, isParsingNeeded);
-        }
-
-    }
-
-    /**
-     * This method is a temporary fix to support multiple events at once in TMF This is expected to be slow and should
-     * be fixed in another way. See comment in convertJniEventToTmf();
-     * 
-     * @param jniEvent
-     *            The current JNI Event
-     * @return Current Lttng Event fully parsed
-     */
-    private synchronized LttngEvent convertJniEventToTmfMultipleEventEvilFix(JniEvent jniEvent, boolean isParsingNeeded) {
-        // *** HACK ***
-        // Below : the "fix" with all the new and the full-parse
-        // Allocating new memory is slow.
-        // Parsing every events is very slow.
-        eventTimestamp = new LttngTimestamp(jniEvent.getEventTime().getTime());
-        eventSource = new LttngEventSource(jniEvent.requestEventSource());
-        eventReference = new LttngEventReference(jniEvent.getParentTracefile().getTracefilePath(), this.getName());
-        eventType = new LttngEventType(traceTypes.get(EventTypeKey.getEventTypeHash(jniEvent)));
-        eventContent = new LttngEventContent(currentLttngEvent);
-        currentLttngEvent = new LttngEvent(this, eventTimestamp, eventSource, eventType, eventContent, eventReference,
-                null);
-
-        // The jni reference is no longer reliable but we will keep it anyhow
-        currentLttngEvent.updateJniEventReference(jniEvent);
-        // Ensure that the content is correctly set
-        eventContent.setEvent(currentLttngEvent);
-
-        // Parse the event if it was needed
-        // *** WARNING ***
-        // ONLY for testing, NOT parsing events with non-unique events WILL
-        // result in segfault in the JVM
-        if (isParsingNeeded) {
-            eventContent.getFields();
-        }
-
-        return currentLttngEvent;
-    }
-
-    /**
-     * Reference to the current LttngTrace we are reading from.
-     * <p>
-     * 
-     * Note : This bypass the framework and should not be use, except for testing!
-     * 
-     * @return Reference to the current LttngTrace
-     * 
-     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniTrace
-     */
-    public JniTrace getCurrentJniTrace() {
-        return currentJniTrace;
-    }
-
-    /**
-     * Return a reference to the current LttngEvent we have in memory.
-     * 
-     * @return The current (last read) LttngEvent
-     * 
-     * @see org.eclipse.linuxtools.lttng.event.LttngEvent
-     */
-    public synchronized LttngEvent getCurrentEvent() {
-        return currentLttngEvent;
-    }
-
-    /**
-     * Get the major version number for the current trace
-     * 
-     * @return Version major or -1 if unknown
-     * 
-     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniTrace
-     * 
-     */
-    public short getVersionMajor() {
-        if (currentJniTrace != null) {
-            return currentJniTrace.getLttMajorVersion();
-        } else {
-            return -1;
-        }
-    }
-
-    /**
-     * Get the minor version number for the current trace
-     * 
-     * @return Version minor or -1 if unknown
-     * 
-     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniTrace
-     * 
-     */
-    public short getVersionMinor() {
-        if (currentJniTrace != null) {
-            return currentJniTrace.getLttMinorVersion();
-        } else {
-            return -1;
-        }
-    }
-
-    /**
-     * Get the number of CPU for this trace
-     * 
-     * @return Number of CPU or -1 if unknown
-     * 
-     * @see org.eclipse.linuxtools.org.eclipse.linuxtools.lttng.jni.JniTrace
-     * 
-     */
-    public int getCpuNumber() {
-        if (currentJniTrace != null) {
-            return currentJniTrace.getCpuNumber();
-        } else {
-            return -1;
-        }
-    }
-
-    /**
-     * Print the content of the checkpoint vector.
-     * <p>
-     * 
-     * This is intended for debug purpose only.
-     */
-    public void printCheckpointsVector() {
-        System.out.println("StartTime : " //$NON-NLS-1$
-                + getTimeRange().getStartTime().getValue());
-        System.out.println("EndTime   : " //$NON-NLS-1$
-                + getTimeRange().getEndTime().getValue());
-
-        for (int pos = 0; pos < fCheckpoints.size(); pos++) {
-            System.out.print(pos + ": " + "\t"); //$NON-NLS-1$ //$NON-NLS-2$
-            System.out.print(fCheckpoints.get(pos).getTimestamp() + "\t"); //$NON-NLS-1$
-            System.out.println(fCheckpoints.get(pos).getLocation());
-        }
-    }
-
-    @Override
-    public synchronized void dispose() {
-        if (currentJniTrace != null)
-            currentJniTrace.closeTrace();
-        super.dispose();
-    }
-
-    /**
-     * Return a String identifying this trace.
-     * 
-     * @return String that identify this trace
-     */
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        String returnedData = "";
-
-        returnedData += "Path :" + getPath() + " ";
-        returnedData += "Trace:" + currentJniTrace + " ";
-        returnedData += "Event:" + currentLttngEvent;
-
-        return returnedData;
-    }
-
-}
-
-/*
- * EventTypeKey inner class
- * 
- * This class is used to make the process of generating the HashMap key more transparent and so less error prone to use
- */
-final class EventTypeKey {
-    // *** WARNING ***
-    // These two getEventTypeKey() functions should ALWAYS construct the key the
-    // same ways!
-    // Otherwise, every type search will fail!
-
-    // added final to encourage inlining.
-
-    // generating a hash code by hand to avoid a string creation
-    final static public int getEventTypeHash(LttngEventType newEventType) {
-        return generateHash(newEventType.getTracefileName(), newEventType.getCpuId(), newEventType.getMarkerName());
-    }
-
-    final private static int generateHash(String traceFileName, long cpuNumber, String markerName) {
-        // 0x1337 is a prime number. The number of CPUs is always under 8192 on
-        // the current kernel, so this will work with the current linux kernel.
-        int cpuHash = (int) (cpuNumber * (0x1337));
-        return traceFileName.hashCode() ^ (cpuHash) ^ markerName.hashCode();
-    }
-
-    // generating a hash code by hand to avoid a string creation
-    final static public int getEventTypeHash(JniEvent newEvent) {
-        return generateHash(newEvent.getParentTracefile().getTracefileName(), newEvent.getParentTracefile()
-                .getCpuNumber(), newEvent.requestEventMarker().getName());
-    }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/trace/LTTngTraceVersion.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/trace/LTTngTraceVersion.java
deleted file mode 100644 (file)
index b3c986d..0000000
+++ /dev/null
@@ -1,165 +0,0 @@
-package org.eclipse.linuxtools.lttng.trace;
-/*******************************************************************************
- * Copyright (c) 2009, 2011 Ericsson, MontaVista Software
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   William Bourque (wbourque@gmail.com) - Initial API and implementation
- *   Yufen Kuo       (ykuo@mvista.com) - add support to allow user specify trace library path
- *******************************************************************************/
-
-import org.eclipse.linuxtools.lttng.exceptions.LttngException;
-import org.eclipse.linuxtools.lttng.jni.exception.JniTraceVersionException;
-import org.eclipse.linuxtools.lttng.jni.factory.JniTraceVersion;
-
-/**
- * <b><u>LTTngTraceVersion</u></b><p>
- * 
- * This class is responsible of handling the version number of a trace.<p>
- * It will return the correct version number and validity information of a trace given its path.<br>
- * 
- */
-public class LTTngTraceVersion {
-       
-       private String tracepath = null;
-       private String traceLibPath = null;
-       
-       private JniTraceVersion traceVersion = new JniTraceVersion();
-       
-       /*
-        * Default constructor is forbidden
-        */
-       @SuppressWarnings("unused")
-       private LTTngTraceVersion() {
-               // Default constructor forbidden
-       }
-       
-       /**
-        * Default constructor, takes a tracepath as parameter. 
-        * 
-        * @param newPath                       (Valid) path to a LTTng trace <b>directory</b>. 
-        * @param newLibPath            (Valid) path to a LTTng trace library<b>directory</b>. 
-        * @throws LttngException       Throwed if something go wrong (bad tracepath or the C library could not be loaded).
-        */
-       public LTTngTraceVersion(String newPath, String newLibPath) throws LttngException {
-               tracepath = newPath;
-               traceLibPath = newLibPath;
-               // Fill the new traceversion object
-               fillJniTraceVersion(tracepath, newLibPath);
-       }
-       
-       /*
-        * Fill (load version numbers) into the JniTraceVersion object.<p>
-        * This need to be done each time the tracepath is changed.  
-        * 
-        * @param newTracepath          (Valid) path to a LTTng trace <b>directory</b>. 
-        * @param newTraceLibPath       (Valid) path to a LTTng trace library<b>directory</b>. 
-        * 
-        * @throws LttngException       If something go wrong (bad tracepath or the C library could not be loaded).
-        * 
-        * @see org.eclipse.linuxtools.lttng.jni.factory.JniTraceVersion
-        */
-       private void fillJniTraceVersion(String newTracepath, String newTraceLibPath) throws LttngException {
-               try {
-                       traceVersion.readVersionFromTrace(newTracepath, newTraceLibPath);
-               }
-               catch (JniTraceVersionException e) {
-                       throw new LttngException( e.toString() );
-               }
-       }
-       
-       /**
-        * Get for the full version number as String
-        * 
-        * @return version number as String
-        */
-       public String getTraceVersionString() {
-               return traceVersion.getVersionAsString();
-       }
-       
-       /**
-        * Get for the major version number
-        * 
-        * @return major version number as int
-        */
-       public int getTraceMinorVersion() {
-               return traceVersion.getMinor();
-       }
-       
-       /**
-        * Get for the minor version number
-        * 
-        * @return minor version number as int
-        */
-       public int getTraceMajorVersion() {
-               return traceVersion.getMajor();
-       }
-       
-       /**
-        * Get for the full version number as float
-        * 
-        * @return version number as float
-        */
-       public float getTraceFloatVersion() {
-               return traceVersion.getVersionAsFloat();
-       }
-       
-       /**
-        * Verify is the currently loaded path was a valid LTTng tracepath.<p>
-        * 
-        * Internally, the version number will be checked, any number <= 0 is expected to be wrong.
-        * 
-        * @return      A boolean saying if the tracepath appears to be valid or not.
-        */
-       public boolean isValidLttngTrace() {
-               if ( traceVersion.getVersionAsFloat() > 0 ) {
-                       return true;
-               }
-               else {
-                       return false;
-               }
-       }
-       
-       /**
-        * Get for the currently loaded tracepath
-        * 
-        * @return      the tracepath currently in use
-        */
-       public String getTracepath() {
-               return tracepath;
-       }
-       
-       /**
-        * Set a new tracepath<p>
-        * 
-        * Note : Setting this will load the new version information into memory.<br>
-        * Errors will be catched but a warning will be printed if something go wrong.
-        * 
-        * @param newTracepath  The new tracepath to set.
-        * @param newLibPath    The new trace library path to set.
-        */
-       public void setTracepath(String newTracepath, String newLibPath) {
-               try {
-                       fillJniTraceVersion(newTracepath, newLibPath);
-                       tracepath = newTracepath;
-                       traceLibPath = newLibPath;
-               }
-               catch (LttngException e) {
-                       System.out.println("Could not get the trace version from the given path." + //$NON-NLS-1$
-                                                          "Please check that the given path is a valid LTTng trace. (getTracepath)"); //$NON-NLS-1$
-               }
-       }
-       
-       @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-               return "LTTngTraceVersion : [" + getTraceFloatVersion() + "]";
-       }
-       public String getTraceLibPath() {
-               return traceLibPath;
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/Messages.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/Messages.java
deleted file mode 100644 (file)
index 6c0cac7..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Bernd Hufmann - Initial API and implementation
- *   
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tracecontrol;
-
-import org.eclipse.osgi.util.NLS;
-
-public class Messages extends NLS {
-    private static final String BUNDLE_NAME = "org.eclipse.linuxtools.lttng.tracecontrol.messages"; //$NON-NLS-1$
-    
-    // Trace resource properties
-    public static String Ltt_Trace_Property_TracePathName;
-    public static String Ltt_Trace_Property_TracePathDescription;
-    public static String Ltt_Trace_Property_NumberOfChannelsName;
-    public static String Ltt_Trace_Property_NumberOfChannelsDescr;
-    public static String Ltt_Trace_Property_FlighRecorderModeName;
-    public static String Ltt_Trace_Property_FlighRecorderModeDesc;
-    public static String Ltt_Trace_Property_NormalModeName;
-    public static String Ltt_Trace_Property_NormalModeDesc;
-    public static String Ltt_Trace_Property_NetworkTraceName;
-    public static String Ltt_Trace_Property_NetWorkTraceDescr;
-    public static String Ltt_Trace_Property_TraceTransportName;
-    public static String Ltt_Trace_Property_TraceTransportDesc;
-    
-    static {
-        // initialize resource bundle
-        NLS.initializeMessages(BUNDLE_NAME, Messages.class);
-    }
-
-    private Messages() {
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/messages.properties b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/messages.properties
deleted file mode 100644 (file)
index 4328aaf..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#Trace resource properties
-Ltt_Trace_Property_TracePathName=Trace path
-Ltt_Trace_Property_TracePathDescription=Location of trace
-Ltt_Trace_Property_NumberOfChannelsName=Number of channels
-Ltt_Trace_Property_NumberOfChannelsDescr=Number of trace channels
-Ltt_Trace_Property_FlighRecorderModeName=Flight recorder mode
-Ltt_Trace_Property_FlighRecorderModeDesc=Flight recorder mode (true or false)
-Ltt_Trace_Property_NormalModeName=Normal mode
-Ltt_Trace_Property_NormalModeDesc=Normal mode only (true or false)
-Ltt_Trace_Property_NetworkTraceName=Network trace
-Ltt_Trace_Property_NetWorkTraceDescr=Network trace (true or false)
-Ltt_Trace_Property_TraceTransportName=Trace transport
-Ltt_Trace_Property_TraceTransportDesc=Type of trace transport
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/ProviderResource.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/ProviderResource.java
deleted file mode 100644 (file)
index 9394af0..0000000
+++ /dev/null
@@ -1,149 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Polytechnique Montréal - Initial API and implementation
- *   Bernd Hufmann - Productification, enhancements and fixes
- *   
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tracecontrol.model;
-
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.List;
-
-import org.eclipse.linuxtools.lttng.LttngConstants;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TargetResource;
-import org.eclipse.rse.core.subsystems.AbstractResource;
-import org.eclipse.rse.core.subsystems.ISubSystem;
-
-/**
- * <b><u>ProviderResource</u></b>
- * <p>
- * This models a remote resource representing a provider defined on a particular system.
- * </p>
- */
-public class ProviderResource extends AbstractResource {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-    private String fName;
-    private TargetResource[] fTargets;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-    /**
-     * Default constructor
-     */
-    public ProviderResource() {
-        super();
-    }
-
-    /**
-     * Constructor for ProviderResource when given a parent subsystem.
-     */
-    public ProviderResource(ISubSystem parentSubSystem) {
-        super(parentSubSystem);
-    }
-
-    // ------------------------------------------------------------------------
-    // Operations
-    // ------------------------------------------------------------------------
-    /**
-     * Returns the name of the provider resource.
-     * 
-     * @return String
-     */
-    public String getName() {
-        return fName;
-    }
-
-    /**
-     * Sets the name of the provider resource.
-     * 
-     * @param name The fName to set
-     */
-    public void setName(String name) {
-        fName = name;
-    }
-
-    /**
-     * Returns the targets (children).
-     * 
-     * @return TargetResource[]
-     */
-    public TargetResource[] getTargets() {
-       Arrays.sort(fTargets);
-        return fTargets;
-    }
-
-    /**
-     * Returns whether the provider is for UST or kernel traces. 
-     * 
-     * @return true if UST, false for kernel 
-     */
-    public boolean isUst() {
-        return fName.equals(LttngConstants.Lttng_Provider_Ust);        
-    }
-    
-    /**
-     * Sets the targets (children).
-     * 
-     * @param newTargets The new targets to set
-     */
-    public void setTargets(TargetResource[] newTargets) {
-        fTargets = newTargets;
-    }
-
-    /**
-     * Removes all targets (children).
-     */
-    public void removeAllTargets() {
-        for (int i = 0; i < fTargets.length; i++) {
-            fTargets[i].removeAllTraces();
-        }
-        fTargets = null;
-    }
-
-    /**
-     * Refreshes provider with other targets list. If target already exists in this
-     * provider, reuse the target from this provider and don't override.   
-     * 
-     * @param otherTargets
-     */
-    public void refreshTargets(TargetResource[] otherTargets) {
-        List<TargetResource>  newTargets = new ArrayList<TargetResource>();
-        for (int i = 0; i < otherTargets.length; i++) {
-            boolean added = false;
-            for (int j = 0; j < fTargets.length; j++) {
-                if (otherTargets[i].equals(fTargets[j])) {
-                    newTargets.add(fTargets[j]);
-                    fTargets[j].refreshTraces(otherTargets[i].getTraces());
-                    added = true;
-                    break;
-                }
-            }
-            if (!added) {
-                newTargets.add(otherTargets[i]);
-            }
-        }
-        fTargets = newTargets.toArray(new TargetResource[0]);
-    }
-    
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Object#toString()
-     */
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        return "[ProviderResource (" + fName + ")]";
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/TargetResource.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/TargetResource.java
deleted file mode 100644 (file)
index a33411a..0000000
+++ /dev/null
@@ -1,255 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Polytechnique Montréal - Initial API and implementation
- *   Bernd Hufmann - Productification, enhancements and fixes
- *   
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tracecontrol.model;
-
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.List;
-
-import org.eclipse.linuxtools.lttng.LttngConstants;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.ProviderResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TargetResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;
-import org.eclipse.rse.core.subsystems.AbstractResource;
-import org.eclipse.rse.core.subsystems.ISubSystem;
-
-/**
- * <b><u>TargetResource</u></b>
- * <p>
- * This models a remote resource representing a target defined on a particular system.
- * </p>
- */
-public class TargetResource extends AbstractResource implements Comparable<TargetResource> {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-    private String fName;
-    private List<TraceResource> fTraces;
-    private ProviderResource fParent;
-    private String fCanCreateNewTrace;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-    /**
-     * Constructor for TargetResource when given fParent subsystem.
-     */
-    public TargetResource(ISubSystem parentSubSystem) {
-        super(parentSubSystem);
-        fCanCreateNewTrace = LttngConstants.Rse_Resource_Action_Enabled;
-        fTraces = new ArrayList<TraceResource>();
-    }
-
-    // ------------------------------------------------------------------------
-    // Operations
-    // ------------------------------------------------------------------------
-    /**
-     * Returns the name of the target resource.
-     * 
-     * @return String
-     */
-    public String getName() {
-        return fName;
-    }
-
-    /**
-     * Sets the name of the target resource.
-     * 
-     * @param fName The fName to set
-     */
-    public void setName(String name) {
-        fName = name;
-    }
-
-    /**
-     * Sets the traces (children).
-     * 
-     * @param newTraces The new traces to set
-     */
-    public void setTraces(TraceResource[] newTraces) {
-        fTraces.clear();
-        fTraces.addAll(Arrays.asList(newTraces));
-    }
-
-    /**
-     * Gets the traces (children).
-     * 
-     * @return traces (children)
-     */
-    public TraceResource[] getTraces() {
-       TraceResource[] traces = fTraces.toArray(new TraceResource[0]);
-       Arrays.sort(traces);
-        return traces;
-    }
-
-    /**
-     * Gets the trace for a given name.
-     * 
-     * @param name The name of trace to search for.
-     * @return trace if exists else null
-     */
-    public TraceResource getTrace(String name) {
-        for (TraceResource trace : fTraces) {
-            if (trace.getName().equals(name)) {
-                return trace;
-            }
-        }
-        return null;
-    }
-    
-    /**
-     * Adds a new trace (child) to the existing list of traces.
-     * 
-     * @param trace The new trace to add.
-     */
-    public void addTrace(TraceResource trace) {
-        fTraces.add(trace);
-    }
-
-    /**
-     * Removes a new trace (child) from the existing list of traces.
-     * 
-     * @param trace The new trace to add.
-     */
-    public void removeTrace(TraceResource trace) {
-        fTraces.remove(trace);
-    }
-    
-    /**
-     * Removes all traces (children).
-     */
-    public void removeAllTraces() {
-        fTraces.clear();
-    }
-
-    /**
-     * Refreshes target with other traces list. If trace already exists in this
-     * target, reuse the trace from this target and don't override.   
-     * 
-     * @param otherTargets
-     */
-    public void refreshTraces(TraceResource[] otherTraces) {
-        List<TraceResource>  newTraces = new ArrayList<TraceResource>();
-        for (int i = 0; i < otherTraces.length; i++) {
-            boolean added = false;
-            for (TraceResource trace : fTraces) {
-                if (otherTraces[i].equals(trace)) {
-                    newTraces.add(trace);
-                    added = true;
-                    break;
-                }
-            }
-            if (!added) {
-                newTraces.add(otherTraces[i]);
-            }
-        }
-        fTraces = newTraces;
-    }
-
-    /**
-     * Returns the parent provider resource.
-     * 
-     * @return parent provider resource
-     */
-    public ProviderResource getParent() {
-        return fParent;
-    }
-
-    /**
-     * Sets the parent provider resource.
-     * @param provider
-     */
-    public void setParent(ProviderResource provider) {
-        fParent = provider;
-    }
-
-    /**
-     * Returns whether the target is for UST or kernel traces. 
-     * 
-     * @return true if UST, false for kernel 
-     */
-    public boolean isUst() {
-        return fParent.isUst();
-    }
-    
-    /**
-     * Gets property whether target can create new trace or not 
-     * @return fCanCreateNewTrace
-     */
-    public String getCanCreateNewTrace() {
-        return fCanCreateNewTrace;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Object#equals(java.lang.Object)
-     */
-    @Override
-    public boolean equals(Object other) {
-
-        if (this == other) {
-            return true;
-        }
-
-        // We only check the name because the target name has to be unique
-        if (other instanceof TargetResource) {
-            TargetResource otherTarget = (TargetResource) other;
-            
-            if ((fName == null) && (otherTarget.fName == null)) {
-                return false;
-            }
-            else if ((fName == null) && (otherTarget.fName != null)) {
-                return false;
-            } 
-            else if ((fName != null) && (otherTarget.fName == null)) {
-                return false;
-            }
-            else {
-                return fName.equals(otherTarget.fName);
-            }
-        }
-        return false;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Object#hashCode()
-     */
-    @Override 
-    public int hashCode() {
-        // We only use the name because the target name has to be unique
-        return fName.hashCode();
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Comparable#compareTo(java.lang.Object)
-     */
-    @Override
-    public int compareTo(TargetResource o) {
-        // We only check the name because the trace name has to be unique
-        return fName.toLowerCase().compareTo(o.fName.toLowerCase());
-    }
-    
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Object#toString()
-     */
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        return "[TargetResource (" + fName + ")]";
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/TraceResource.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/TraceResource.java
deleted file mode 100644 (file)
index 2c1c1eb..0000000
+++ /dev/null
@@ -1,497 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Polytechnique Montréal - Initial API and implementation
- *   Bernd Hufmann - Productification, enhancements and fixes
- *   
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tracecontrol.model;
-
-import java.util.HashMap;
-import java.util.Map;
-import java.util.concurrent.TimeUnit;
-
-import org.eclipse.linuxtools.lttng.tracecontrol.Messages;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceConfig;
-import org.eclipse.linuxtools.lttng.tracecontrol.service.ILttControllerService;
-import org.eclipse.rse.core.subsystems.AbstractResource;
-import org.eclipse.rse.core.subsystems.ISubSystem;
-import org.eclipse.tm.tcf.protocol.IToken;
-import org.eclipse.tm.tcf.util.TCFTask;
-
-/**
- * <b><u>ProviderResource</u></b>
- * <p>
- * This models a remote resource representing a trace defined on a particular system.
- * </p>
- */
-public class TraceResource extends AbstractResource implements Comparable<TraceResource> {
-
-    
-    public static enum TraceState { CREATED, CONFIGURED, STARTED, PAUSED, STOPPED };
-    
-    public static final String Ltt_Trace_Property_TracePath = "trace_path"; //$NON-NLS-1$
-    public static final String Ltt_Trace_Property_TraceNumberOfChannels = "num_threads"; //$NON-NLS-1$
-    public static final String Ltt_Trace_Property_FlightRecorderMode = "flight_only"; //$NON-NLS-1$
-    public static final String Ltt_Trace_Property_NormalMode = "normal_only"; //$NON-NLS-1$
-    public static final String Ltt_Trace_Property_NetworkTrace = "isNetwork"; //$NON-NLS-1$
-    public static final String Ltt_Trace_Property_TraceTransport = "transport"; //$NON-NLS-1$
-    
-    public static final int DEFAULT_TCF_TASK_TIMEOUT = 10;
-
-    private static final Map<String, PropertyInfo> fPropertyInfo = new HashMap<String, PropertyInfo>();
-    
-    static {
-        fPropertyInfo.put(Ltt_Trace_Property_TracePath, new PropertyInfo(Messages.Ltt_Trace_Property_TracePathName, Messages.Ltt_Trace_Property_TracePathDescription));
-        fPropertyInfo.put(Ltt_Trace_Property_TraceNumberOfChannels, new PropertyInfo(Messages.Ltt_Trace_Property_NumberOfChannelsName, Messages.Ltt_Trace_Property_NumberOfChannelsDescr));
-        fPropertyInfo.put(Ltt_Trace_Property_FlightRecorderMode, new PropertyInfo(Messages.Ltt_Trace_Property_FlighRecorderModeName, Messages.Ltt_Trace_Property_FlighRecorderModeDesc));
-        fPropertyInfo.put(Ltt_Trace_Property_NormalMode, new PropertyInfo(Messages.Ltt_Trace_Property_NormalModeName, Messages.Ltt_Trace_Property_NormalModeDesc));
-        fPropertyInfo.put(Ltt_Trace_Property_NetworkTrace, new PropertyInfo(Messages.Ltt_Trace_Property_NetworkTraceName, Messages.Ltt_Trace_Property_NetWorkTraceDescr));
-        fPropertyInfo.put(Ltt_Trace_Property_TraceTransport, new PropertyInfo(Messages.Ltt_Trace_Property_TraceTransportName, Messages.Ltt_Trace_Property_TraceTransportDesc));
-    }
-
-    public static class PropertyInfo {
-        private final String name;
-        private final String description;
-        PropertyInfo(String name, String description) {
-            this.name = name;
-            this.description = description;
-        }
-        public String getName() {
-            return name;
-        }
-        public String getDescription() {
-            return description;
-        }
-    }
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-    
-    private String fName;
-    private String fId;
-    private TargetResource fParent;
-    private TraceState fTraceState;
-    private TraceConfig fTraceConfig;
-    private ILttControllerService fService;
-    
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-    /**
-     * Constructor for TraceResource when given fParent subsystem.
-     */
-    public TraceResource(ISubSystem parentSubSystem, ILttControllerService service) {
-        super(parentSubSystem);
-        fService = service;
-    }
-    
-    // ------------------------------------------------------------------------
-    // Operations
-    // ------------------------------------------------------------------------
-
-    /**
-     * Returns the trace state.
-     */
-    public TraceState getTraceState() {
-       return fTraceState;
-    }
-    
-    /**
-     * Sets the trace state.
-     * 
-     * @param traceState The new state.
-     */
-    public void setTraceState(TraceState traceState) {
-       fTraceState = traceState;
-    }
-
-    /**
-     * Returns the trace configuration for this trace.
-     * 
-     * @return traceConfig
-     */
-    public TraceConfig getTraceConfig() {
-       return fTraceConfig;
-    }
-
-    /**
-     * Sets the trace configuration for this trace.
-     * 
-     * @param traceConfig
-     */
-    public void setTraceConfig(TraceConfig traceConfig) {
-       fTraceConfig = traceConfig;
-    }
-    
-    /**
-     * Returns the name of the trace resource.
-     * 
-     * @return String
-     */
-    public String getName() {
-        return fName;
-    }
-
-    /**
-     * Sets the name of the trace resource.
-     * 
-     * @param fName The fName to set
-     */
-    public void setName(String name) {
-        fName = name;
-    }
-
-    /**
-     * Returns the ID of the trace resource.
-     * 
-     * @return String
-     */
-    public String getId() {
-        return fId;
-    }
-
-    /**
-     * Sets the ID of the trace resource.
-     * 
-     * @param fId The fId to set
-     */
-    public void setId(String id) {
-        fId = id;
-    }
-
-    /**
-     * Returns the parent target resource.
-     * @return
-     */
-    public TargetResource getParent() {
-        return fParent;
-    }
-
-    /**
-     * Sets the parent target resource.
-     * 
-     * @param target
-     */
-    public void setParent(TargetResource target) {
-        fParent = target;
-    }
-    
-    /**
-     * Returns the property information for this trace.
-     * 
-     * @return the value
-     */
-    public Map<String,PropertyInfo> getPropertyInfo() {
-        return fPropertyInfo;
-    }
-
-    /**
-     * Gets the property information for a given property name. 
-     *  
-     * @param property the property to get
-     * 
-     * @return the value
-     */
-    public String getProperty(String property) {
-        if ((fTraceConfig != null) && (fPropertyInfo.containsKey(property))) {
-            if (Ltt_Trace_Property_TracePath.equals(property)) {
-                return fTraceConfig.getTracePath();
-            }
-            else if (Ltt_Trace_Property_TraceNumberOfChannels.equals(property)) {
-                return String.valueOf(fTraceConfig.getNumChannel());
-            }
-            else if (Ltt_Trace_Property_FlightRecorderMode.equals(property)) {
-                return String.valueOf(fTraceConfig.getMode() == TraceConfig.FLIGHT_RECORDER_MODE);
-            }
-            else if (Ltt_Trace_Property_NormalMode.equals(property)) {
-                return String.valueOf(fTraceConfig.getMode() == TraceConfig.NORMAL_MODE);
-            }
-            else if (Ltt_Trace_Property_NetworkTrace.equals(property)) {
-                return String.valueOf(fTraceConfig.isNetworkTrace());
-            }
-            else if (Ltt_Trace_Property_TraceTransport.equals(property)) {
-                return String.valueOf(fTraceConfig.getTraceTransport());
-            }
-        }
-        return ""; //$NON-NLS-1$
-    }
-    
-    /**
-     * @return true if the trace is a network trace and has been already started.
-     */
-    public boolean isNetworkTraceAndStarted () {
-        // for network traces, if trace path is available and if state is started
-        return (fTraceConfig != null) && fTraceConfig.isNetworkTrace() && 
-               !(TraceConfig.InvalidTracePath.equals(fTraceConfig.getTracePath())) &&
-               (fTraceState == TraceState.STARTED);
-    }
-    
-    /**
-     * Returns whether the trace is a UST or kernel trace. 
-     * 
-     * @return true if UST, false for kernel 
-     */
-    public boolean isUst() {
-        return fParent.isUst(); 
-    }
-    
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Object#equals(java.lang.Object)
-     */
-    @Override
-    public boolean equals(Object other) {
-        
-        if (this == other) {
-            return true;
-        }
-
-        // We only check the name because the trace name has to be unique
-        if (other instanceof TraceResource) {
-            TraceResource otherTrace = (TraceResource) other;
-
-            if ((fName == null) && (otherTrace.fName == null)) {
-                return false;
-            } else if ((fName == null) && (otherTrace.fName != null)) {
-                return false;
-            }
-            else if ((fName != null) && (otherTrace.fName == null)) {
-                return false;
-            }
-            else {
-                return fName.equals(otherTrace.fName);    
-            }
-        }
-        return false;        
-    }
-    
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Object#hashCode()
-     */
-    @Override 
-    public int hashCode() {
-        // We only use the name because the trace name has to be unique
-        return fName.hashCode();
-    }
-    
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Comparable#compareTo(java.lang.Object)
-     */
-    @Override
-    public int compareTo(TraceResource o) {
-        // We only check the name because the trace name has to be unique
-        return fName.toLowerCase().compareTo(o.fName.toLowerCase());
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Object#toString()
-     */
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        return "[TraceResource (" + fName + ")]";
-    }
-
-    /*
-     * Setup trace on the remote system. 
-     */
-    public void setupTrace() throws Exception {
-        // Create future task
-        new TCFTask<Boolean>() {
-            @Override
-            public void run() {
-
-                // Setup trace using Lttng controller service proxy
-                fService.setupTrace(fParent.getParent().getName(),
-                        fParent.getName(), 
-                        fName, 
-                        new ILttControllerService.DoneSetupTrace() {
-
-                    @Override
-                    public void doneSetupTrace(IToken token, Exception error, Object str) {
-                        if (error != null) {
-                            // Notify with error
-                            error(error);
-                            return;
-                        }
-
-                        // Notify about success
-                        done(Boolean.valueOf(true));
-                    }
-                });
-            }}.get(DEFAULT_TCF_TASK_TIMEOUT, TimeUnit.SECONDS);
-    }
-
-    /*
-     * Enable or disable a channel on the remote system. 
-     */
-    public void setChannelEnable(final String channelName, final boolean enabled) throws Exception {
-        // Create future task
-        new TCFTask<Boolean>() {
-            @Override
-            public void run() {
-
-                // Set marker enable using Lttng controller service proxy
-                fService.setChannelEnable(fParent.getParent().getName(),
-                        fParent.getName(), 
-                        fName, 
-                        channelName, 
-                        enabled,  
-                        new ILttControllerService.DoneSetChannelEnable() {
-
-                    @Override
-                    public void doneSetChannelEnable(IToken token, Exception error, Object str) {
-                        if (error != null) {
-                            // Notify with error
-                            error(error);
-                            return;
-                        }
-
-                        // Notify about success
-                        done(Boolean.valueOf(true));
-                    }
-                });
-            }}.get(DEFAULT_TCF_TASK_TIMEOUT, TimeUnit.SECONDS);
-    }
-
-    /*
-     * Set channel overwrite on the remote system. 
-     */
-    public void setChannelOverwrite(final String channelName, final boolean overwrite) throws Exception {
-        // Create future task
-       new TCFTask<Boolean>() {
-            @Override
-            public void run() {
-
-                // Set marker overwrite using Lttng controller service proxy
-                fService.setChannelOverwrite(fParent.getParent().getName(),
-                        fParent.getName(), 
-                        fName, 
-                        channelName, 
-                        overwrite,  
-                        new ILttControllerService.DoneSetChannelOverwrite() {
-
-                    @Override
-                    public void doneSetChannelOverwrite(IToken token, Exception error, Object str) {
-                        if (error != null) {
-                            // Notify with error
-                            error(error);
-                            return;
-                        }
-
-                        // Notify about success
-                        done(Boolean.valueOf(true));
-                    }
-                });
-            }}.get(DEFAULT_TCF_TASK_TIMEOUT, TimeUnit.SECONDS);
-    }
-
-    /*
-     * Set channel timer on the remote system. 
-     */
-    public void setChannelTimer(final String channelName, final long timer) throws Exception {
-        // Create future task
-       new TCFTask<Boolean>() {
-            @Override
-            public void run() {
-
-                // Set marker switch_timer using Lttng controller service proxy
-                fService.setChannelTimer(fParent.getParent().getName(),
-                        fParent.getName(), 
-                        fName, 
-                        channelName, 
-                        timer,  
-                        new ILttControllerService.DoneSetChannelTimer() {
-
-                    @Override
-                    public void doneSetChannelTimer(IToken token, Exception error, Object str) {
-                        if (error != null) {
-                            // Notify with error
-                            error(error);
-                            return;
-                        }
-
-                        // Notify about success
-                        done(Boolean.valueOf(true));
-                    }
-                });
-            }}.get(DEFAULT_TCF_TASK_TIMEOUT, TimeUnit.SECONDS);
-    }
-
-    /*
-     * Setup the size of the sub-buffer on the remote system.
-     */
-    public void setChannelSubbufNum(final String channelName, final long subbufNum) throws Exception {
-        // Create future task
-        new TCFTask<Boolean>() {
-            @Override
-            public void run() {
-
-                // Set marker enable using Lttng controller service proxy
-                fService.setChannelSubbufNum(fParent.getParent().getName(),
-                        fParent.getName(),
-                        fName,
-                        channelName,
-                        subbufNum,
-                        new ILttControllerService.DoneSetChannelSubbufNum() {
-
-                    @Override
-                    public void doneSetChannelSubbufNum(IToken token, Exception error, Object str) {
-                        if (error != null) {
-                            // Notify with error
-                            error(error);
-                            return;
-                        }
-
-                        // Notify about success
-                        done(Boolean.valueOf(true));
-                    }
-                });
-            }}.get(DEFAULT_TCF_TASK_TIMEOUT, TimeUnit.SECONDS);
-    }
-
-    /*
-     * Setup the size of the sub-buffer on the remote system.
-     */
-    public void setChannelSubbufSize(final String channelName, final long subbufSize) throws Exception {
-        // Create future task
-        new TCFTask<Boolean>() {
-            @Override
-            public void run() {
-
-                // Set marker enable using Lttng controller service proxy
-                fService.setChannelSubbufSize(fParent.getParent().getName(),
-                        fParent.getName(), 
-                        fName, 
-                        channelName, 
-                        subbufSize,  
-                        new ILttControllerService.DoneSetChannelSubbufSize() {
-
-                    @Override
-                    public void doneSetChannelSubbufSize(IToken token, Exception error, Object str) {
-                        if (error != null) {
-                            // Notify with error
-                            error(error);
-                            return;
-                        }
-
-                        // Notify about success
-                        done(Boolean.valueOf(true));
-                    }
-                });
-            }}.get(DEFAULT_TCF_TASK_TIMEOUT, TimeUnit.SECONDS);
-    }
-
-
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/config/TraceChannel.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/config/TraceChannel.java
deleted file mode 100644 (file)
index 11e8d1c..0000000
+++ /dev/null
@@ -1,334 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Bernd Hufmann - Initial API and implementation
- *   
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tracecontrol.model.config;
-
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceChannel;
-
-/**
- * <b><u>TraceChannel</u></b>
- * <p>
- *  This models a trace channel representing a channel on a particular remote system.
- * </p>
- */
-public class TraceChannel implements Cloneable {
-    
-    // ------------------------------------------------------------------------
-    // Attributes
-    // -----------------------------------------------------------------------
-
-    public static final int UNKNOWN_VALUE = -1;
-    public static final String UNKNOWN_STRING = "?";  //$NON-NLS-1$
-    public static final String UST_TRACE_CHANNEL_NAME = "AUTO"; //$NON-NLS-1$
-    
-    private String  fName = ""; //$NON-NLS-1$
-    private boolean fIsEnabled = true;
-    private boolean fIsEnabledStatusKnown = false;
-    private boolean fIsChannelOverride = false;
-    private boolean fIsChannelOverrideStatusKnown = false;
-    private long    fSubbufNum = 0;
-    private long    fSubbufSize = 0;
-    private long    fTimer = 0;
-    
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    /**
-     * Constructor
-     *  
-     * @param name The name of the channel
-     * @param subbufNum The number of sub-buffers
-     * @param subbufSize The size of the sub-buffers
-     * @param timer The Channel timer
-     */
-    public TraceChannel(String name, long subbufNum, long subbufSize, long timer) {
-        fName = name;
-        fIsEnabled = false;
-        fIsEnabledStatusKnown = false;
-        fIsChannelOverride = false;
-        fIsChannelOverrideStatusKnown = false;
-        fSubbufNum = subbufNum;
-        fSubbufSize = subbufSize;
-        fTimer = timer;
-    }
-    
-    /**
-     * Constructor
-     * 
-     * @param name The name of the channel
-     * @param isEnabled The state of the channel (enabled or disabled)
-     * @param issChannelOverride The state of the channel override (enabled or disabled)
-     * @param subbufNum The number of sub-buffers
-     * @param subbufSize The size of the sub-buffers
-     * @param timer The Channel timer
-     */
-    public TraceChannel(String name, boolean isEnabled, boolean issChannelOverride, long subbufNum, long subbufSize, long timer) {
-        fName = name;
-        fIsEnabled = isEnabled;
-        fIsEnabledStatusKnown = true;
-        fIsChannelOverride = issChannelOverride;
-        fIsChannelOverrideStatusKnown = true;
-        fSubbufNum = subbufNum;
-        fSubbufSize = subbufSize;
-        fTimer = timer;
-    }       
-    
-    public TraceChannel (String name) {
-        this(name, UNKNOWN_VALUE, UNKNOWN_VALUE, UNKNOWN_VALUE);
-    }
-    
-    // ------------------------------------------------------------------------
-    // Operations
-    // ------------------------------------------------------------------------
-    
-    /**
-     * Gets the name of the channel.
-     * 
-     * @return name of channel.
-     */
-    public String getName () {
-        return fName;
-    }
-    
-    /**
-     * Sets the name of the channel.
-     * 
-     * @param name The name of channel to set
-     */
-    public void setName(String name) {
-        fName = name;
-    }
-    
-    /**
-     * Returns whether the channel is enabled or not
-     * 
-     * @return true if enabled, false if disabled
-     */
-    public boolean isEnabled() {
-        return fIsEnabled;
-    }
-
-    /**
-     * Sets the state of the channel.
-     * 
-     * @param isEnabled
-     */
-    public void setIsEnabled(boolean isEnabled) {
-        fIsEnabled = isEnabled;
-        fIsEnabledStatusKnown = true;
-    }
-
-    /**
-     * Returns a flag to indicate whether the enabled state on the remote system is known or not.
-     * 
-     * @return true if known else false
-     */
-    public boolean isEnabledStatusKnown() {
-        return fIsEnabledStatusKnown;
-    }
-
-    /**
-     * Sets a flag to indicate whether the enabled state on the remote system is known or not.
-     * @param isKnown
-     */
-    public void setIsEnabledStatusKnown(boolean isKnown) {
-        fIsEnabledStatusKnown = isKnown;
-    }
-
-    /**
-     * Returns whether the channel buffer overwrite is enabled or not
-     * 
-     * @return true if enabled, false if disabled
-     */
-
-    public boolean isChannelOverride() {
-        return fIsChannelOverride;
-    }
-
-    /**
-     * Sets the state of the channel buffer overwrite.
-     * @param isChannelOverride
-     */
-    public void setIsChannelOverride(boolean isChannelOverride) {
-        this.fIsChannelOverride = isChannelOverride;
-        this.fIsChannelOverrideStatusKnown = true;
-    }
-    /**
-     * Returns a flag to indicate whether the channel overwrite state on the remote system is known or not.
-     * 
-     * @return true if known else false
-     */
-    public boolean isChannelOverrideStatusKnown() {
-        return fIsChannelOverrideStatusKnown;
-    }
-    
-    /**
-     * Sets a flag to indicate whether the channel overwrite state on the remote system is known or not.
-     * 
-     * @param isKnown
-     */
-    public void setIsChannelOverrideStatusKnown(boolean isKnown) {
-        this.fIsChannelOverrideStatusKnown = isKnown;
-    }
-
-    /**
-     * Gets the number of sub-buffers.
-     * 
-     * @return subBufNum
-     */
-    public long getSubbufNum() {
-        return fSubbufNum;
-    }
-
-    /**
-     * Sets the number of sub-buffers.
-     * @param subbufNum
-     */
-    public void setSubbufNum(long subbufNum) {
-        this.fSubbufNum = subbufNum;
-    }
-
-    /**
-     * Returns the size of the sub-buffers.
-     * 
-     * @return subbufSize
-     */
-    public long getSubbufSize() {
-        return fSubbufSize;
-    }
-
-    /**
-     * Sets the size of the sub-buffers.
-     * 
-     * @param subbufSize
-     */
-    public void setSubbufSize(long subbufSize) {
-        this.fSubbufSize = subbufSize;
-    }
-
-    /** 
-     * Returns the channel timer.
-     * 
-     * @return channel timer
-     */
-    public long getTimer() {
-        return fTimer;
-    }
-
-    /**
-     * Sets the channel timer.
-     * 
-     * @param timer
-     */
-    public void setTimer(long timer) {
-        this.fTimer = timer;
-    }
-    
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Object#clone()
-     */
-    @Override
-    public TraceChannel clone() {
-        TraceChannel clone = null;
-        try {
-            clone = (TraceChannel)super.clone();
-            clone.fName = fName;
-            clone.fIsEnabled = fIsEnabled;
-            clone.fIsEnabledStatusKnown = fIsEnabledStatusKnown;
-            clone.fIsChannelOverride = fIsChannelOverride;
-            clone.fIsChannelOverrideStatusKnown = fIsChannelOverrideStatusKnown;
-            clone.fSubbufNum = fSubbufNum;
-            clone.fSubbufSize = fSubbufSize;
-            clone.fTimer = fTimer;            
-        } catch (CloneNotSupportedException e) {
-        }
-        return clone;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Object#equals(java.lang.Object)
-     */
-    @Override 
-    public boolean equals(Object other) {
-        
-        if (this == other) {
-            return true;
-        }
-
-        if (other == null) {
-            return false;
-        }
-
-        if (!(other instanceof TraceChannel)) {
-            return false;
-        }
-
-        TraceChannel otherChannel = (TraceChannel) other;
-
-        if (!otherChannel.fName.equals(fName)) {
-            return false;
-        }
-        if (otherChannel.fIsEnabled != fIsEnabled) {
-            return false;
-        }
-        if (otherChannel.fIsEnabledStatusKnown != fIsEnabledStatusKnown) {
-            return false;
-        }
-        if (otherChannel.fIsChannelOverride != fIsChannelOverride) {
-            return false;
-        }
-        if (otherChannel.fIsChannelOverrideStatusKnown != fIsChannelOverrideStatusKnown) { 
-            return false;
-        }
-        if (otherChannel.fSubbufNum != fSubbufNum) {
-            return false;
-        }
-        if (otherChannel.fSubbufSize != fSubbufSize) {
-            return false;
-        }
-        if (otherChannel.fTimer != fTimer) {
-            return false;
-        }
-
-        return true;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Object#hashCode()
-     */
-    @Override 
-    public int hashCode() {
-        // slow algorithm
-        StringBuffer builder = new StringBuffer(fName);
-        builder.append(fIsEnabled);
-        builder.append(fIsEnabledStatusKnown);
-        builder.append(fIsChannelOverride);
-        builder.append(fIsChannelOverrideStatusKnown);
-        builder.append(fSubbufNum);
-        builder.append(fSubbufSize);
-        builder.append(fTimer);
-        return builder.toString().hashCode();
-    }
-
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        return "[TraceChannel (" + fName + ")]";
-    }
-
-    
-    
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/config/TraceChannels.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/config/TraceChannels.java
deleted file mode 100644 (file)
index 9942f14..0000000
+++ /dev/null
@@ -1,186 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Bernd Hufmann - Initial API and implementation
- *   
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tracecontrol.model.config;
-
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Iterator;
-import java.util.Map;
-import java.util.Set;
-
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceChannel;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceChannels;
-
-/**
- * <b><u>TraceChannels</u></b>
- * <p>
- *  This models a collection of trace channels.
- * </p>
- */
-public class TraceChannels implements Map<String, TraceChannel>, Cloneable {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // -----------------------------------------------------------------------
-    private Map<String, TraceChannel> fChannels = new HashMap<String, TraceChannel>();
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-    
-    // ------------------------------------------------------------------------
-    // Operations
-    // ------------------------------------------------------------------------
-
-    /*
-     * (non-Javadoc)
-     * @see java.util.Map#size()
-     */
-    @Override
-    public int size() {
-        return fChannels.size();
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.util.Map#isEmpty()
-     */
-    @Override
-    public boolean isEmpty() {
-        return fChannels.isEmpty();
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.util.Map#containsKey(java.lang.Object)
-     */
-    @Override
-    public boolean containsKey(Object key) {
-        return fChannels.containsKey(key);
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.util.Map#containsValue(java.lang.Object)
-     */
-    @Override
-    public boolean containsValue(Object value) {
-        return fChannels.containsValue(value);
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.util.Map#get(java.lang.Object)
-     */
-    @Override
-    public TraceChannel get(Object key) {
-        return fChannels.get(key);
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.util.Map#put(java.lang.Object, java.lang.Object)
-     */
-    @Override
-    public TraceChannel put(String key, TraceChannel value) {
-        return fChannels.put(key, value);
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.util.Map#remove(java.lang.Object)
-     */
-    @Override
-    public TraceChannel remove(Object key) {
-        return fChannels.remove(key);
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.util.Map#putAll(java.util.Map)
-     */
-    @Override
-    public void putAll(Map<? extends String, ? extends TraceChannel> m) {
-        fChannels.putAll(m);
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.util.Map#clear()
-     */
-    @Override
-    public void clear() {
-        fChannels.clear();
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.util.Map#keySet()
-     */
-    @Override
-    public Set<String> keySet() {
-        return fChannels.keySet();
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.util.Map#values()
-     */
-    @Override
-    public Collection<TraceChannel> values() {
-        return fChannels.values();
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see java.util.Map#entrySet()
-     */
-    @Override
-    public Set<java.util.Map.Entry<String, TraceChannel>> entrySet() {
-        return fChannels.entrySet();
-    }
-    
-    /**
-     * Creates trace channels with given names, put the to the map with a default
-     * trace channel object.
-     * 
-     * @param channelNames
-     */
-    public void putAll(String[] channelNames) {
-        for (int i = 0; i < channelNames.length; i++) {
-            fChannels.put(channelNames[i], new TraceChannel(channelNames[i]));
-        }
-    }
-    
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Object#clone()
-     */
-    @Override
-    public TraceChannels clone() {
-        TraceChannels clone = null;
-        try {
-            clone = (TraceChannels)super.clone();
-
-            clone.fChannels = new HashMap<String, TraceChannel>();
-            
-            for (Iterator<String> iterator = fChannels.keySet().iterator(); iterator.hasNext();) {
-                String key = (String) iterator.next();
-                clone.fChannels.put(key, (fChannels.get(key)).clone());
-            }
-
-        } catch (CloneNotSupportedException e) {
-        }
-        return clone;
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/config/TraceConfig.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/model/config/TraceConfig.java
deleted file mode 100644 (file)
index a963fc0..0000000
+++ /dev/null
@@ -1,235 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Polytechnique Montréal - Initial API and implementation
- *   Bernd Hufmann - Productification, enhancements and fixes
- *   
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tracecontrol.model.config;
-
-import org.eclipse.core.resources.IProject;
-
-
-/**
- * <b><u>TraceChannel</u></b>
- * <p>
- *  This models a trace representing a trace resource for a particular remote system.
- * </p>
- */
-public class TraceConfig {
-
-    // ------------------------------------------------------------------------
-    // Constants
-    // ------------------------------------------------------------------------
-       public static final int NORMAL_MODE = 0;
-       public static final int FLIGHT_RECORDER_MODE = 1;
-       
-       public static final String InvalidTracePath = "network"; //$NON-NLS-1$
-       
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-    private String fTraceName = null;
-    private String fTraceTransport = null;
-    private String fTracePath = null;
-    private boolean fIsNetworkTrace = false;
-    private boolean fIsAppend = false;
-    private int fMode = 0;
-    private int fNumChannel = 0;
-    private TraceChannels fChannels = null;
-    private IProject fProject = null;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-    public TraceConfig() {
-    }
-
-    // ------------------------------------------------------------------------
-    // Operations
-    // ------------------------------------------------------------------------
-
-    /**
-     * Gets the number of threads
-     * 
-     * @return number of threads
-     */
-    public int getNumChannel() {
-        return fNumChannel;
-    }
-
-    /**
-     * Sets the number of threads (channels)
-     * @param numChannel
-     */
-    public void setNumChannel(int numChannel) {
-        fNumChannel = numChannel;
-    }
-
-    /**
-     * Gets the trace name.
-     * 
-     * @return trace name
-     */
-    public String getTraceName() {
-        return fTraceName;
-    }
-
-    /**
-     * Sets the trace name.
-     * 
-     * @param traceName
-     */
-    public void setTraceName(String traceName) {
-        fTraceName = traceName;
-    }
-
-    /** 
-     * Gets the trace transport.
-     * 
-     * @return trace transport
-     */
-    public String getTraceTransport() {
-        return fTraceTransport;
-    }
-
-    /**
-     * Sets the trace transport.
-     * 
-     * @param traceTransport
-     */
-    public void setTraceTransport(String traceTransport) {
-        fTraceTransport = traceTransport;
-    }
-
-    /**
-     * Returns wether trace is a network trace (i.e. trace will be stored 
-     * on local host where client resides) or a local trace (i.e. trace will
-     * be stored on same machine where the actual trace is collected) 
-     * 
-     * @return isNetworktrace
-     */
-    public boolean isNetworkTrace() {
-        return fIsNetworkTrace;
-    }
-
-    /**
-     * Sets whether trace is a network trace (i.e. trace will be stored 
-     * on local host where client resides) or a local trace (i.e. trace will
-     * be stored on same machine where the actual trace is collected) 
-     * 
-     * @param isNetworkTrace
-     */
-    public void setNetworkTrace(boolean isNetworkTrace) {
-        fIsNetworkTrace = isNetworkTrace;
-    }
-
-    /**
-     * Returns whether trace should append an existing trace or not.
-     *  
-     * @return true if append else false
-     */
-    public boolean getIsAppend() {
-        return fIsAppend;
-    }
-
-    /**
-     * Sets whether trace should append an existing trace or not.
-     * 
-     * @param isAppend
-     */
-    public void setIsAppend(boolean isAppend) {
-        fIsAppend = isAppend;
-    }
-
-    /** 
-     * Gets the trace mode.
-     * 
-     * @return trace mode
-     */
-    public int getMode() {
-        return fMode;
-    }
-
-    /** 
-     * Sets the trace mode.
-     * 
-     * @param mode
-     */
-    public void setMode(int mode) {
-        fMode = mode;
-    }
-
-    /**
-     * Gets the path where trace will be stored.
-     * 
-     * @return trace path
-     */
-    public String getTracePath() {
-        return fTracePath;
-    }
-
-    /**
-     * Sets the path where trace will be stored.
-     * 
-     * @param path
-     */
-    public void setTracePath(String path) {
-        fTracePath = path;
-    }
-    
-    /**
-     * Gets the trace channels collection.
-     * 
-     * @return trace channels
-     */
-    public TraceChannels getTraceChannels() {
-        return fChannels;
-    }
-    
-    /**
-     * Sets the trace channels collection.
-     * 
-     * @param channels
-     */
-    public void setTraceChannels(TraceChannels channels) {
-        fChannels = channels;
-    }
-    
-    /**
-     * Sets the trace channels collection with given names
-     * and creates default trace channels.
-     * 
-     * @param channels
-     */
-    public void setTraceChannels(String[] channels) {
-        fChannels = new TraceChannels();
-        fChannels.putAll(channels);
-    }
-    
-    /**
-     * Gets the trace project.
-     * 
-     * @return project
-     */
-    public IProject getProject() {
-        return fProject;
-    }
-    
-    /**
-     * Sets the trace project.
-     * 
-     * @param project
-     */
-    public void setProject(IProject project) {
-        fProject = project;
-    }
-    
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/service/ILttControllerService.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/service/ILttControllerService.java
deleted file mode 100644 (file)
index 735e4ea..0000000
+++ /dev/null
@@ -1,314 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Polytechnique Montréal - Initial API and implementation
- *   Bernd Hufmann - Productification, enhancements and fixes
- *   
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tracecontrol.service;
-
-import org.eclipse.linuxtools.lttng.LttngConstants;
-import org.eclipse.tm.tcf.protocol.IService;
-import org.eclipse.tm.tcf.protocol.IToken;
-
-public interface ILttControllerService extends IService {
-
-    /**
-     * This service name, as it appears on the wire - a TCF name of the service.
-     */
-    public static final String NAME = LttngConstants.Lttng_Control_Command;
-
-    IToken getProviders(DoneGetProviders done);
-
-    interface DoneGetProviders {
-        /**
-         * This method is called when getProviders() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneGetProviders(IToken token, Exception error, String str[]);
-    }
-
-    IToken getTargets(String provider, DoneGetTargets done);
-
-    interface DoneGetTargets {
-        /**
-         * This method is called when getTargets() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneGetTargets(IToken token, Exception error, String str[]);
-    }
-
-    IToken getMarkers(String provider, String target, DoneGetMarkers done);
-
-    interface DoneGetMarkers {
-        /**
-         * This method is called when getMarkers() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneGetMarkers(IToken token, Exception error, String str[]);
-    }
-
-    IToken getTraces(String provider, String target, DoneGetTraces done);
-
-    interface DoneGetTraces {
-        /**
-         * This method is called when getTraces() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneGetTraces(IToken token, Exception error, String str[]);
-    }
-
-    IToken getActiveTraces(String provider, String target, DoneGetActiveTraces done);
-
-    interface DoneGetActiveTraces {
-        /**
-         * This method is called when getTraces() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneGetActiveTraces(IToken token, Exception error, String str[]);
-    }
-    
-    IToken getActiveTraceInfo(String provider, String target, String trace, DoneGetActiveTraceInfo done);
-
-    interface DoneGetActiveTraceInfo {
-        /**
-         * This method is called when getTraces() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneGetActiveTraceInfo(IToken token, Exception error, String str[]);
-    }
-    
-    
-    
-    IToken getChannels(String provider, String target, String trace, DoneGetChannels done);
-
-    interface DoneGetChannels {
-        /**
-         * This method is called when getChannels() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneGetChannels(IToken token, Exception error, String str[]);
-    }
-
-    IToken setupTrace(String provider, String target, String trace, DoneSetupTrace done);
-
-    interface DoneSetupTrace {
-        /**
-         * This method is called when setupTrace() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneSetupTrace(IToken token, Exception error, Object str);
-    }
-
-    IToken setTraceTransport(String provider, String target, String trace, String transport, DoneSetTraceTransport done);
-
-    interface DoneSetTraceTransport {
-        /**
-         * This method is called when setTraceTransport() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneSetTraceTransport(IToken token, Exception error, Object str);
-    }
-
-    IToken getMarkerInfo(String provider, String target, String marker, DoneGetMarkerInfo done);
-
-    interface DoneGetMarkerInfo {
-        /**
-         * This method is called when getMarkerInfo() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneGetMarkerInfo(IToken token, Exception error, String str);
-    }
-
-    IToken setMarkerEnable(String provider, String target, String marker, Boolean enable, DoneSetMarkerEnable done);
-
-    interface DoneSetMarkerEnable {
-        /**
-         * This method is called when setMarkerEnable() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneSetMarkerEnable(IToken token, Exception error, Object str);
-    }
-
-    IToken writeTraceLocal(String provider, String target, String trace, String path, int numChannel, Boolean isAppend, Boolean isFlightRecorder, Boolean isNormalOnly, DoneWriteTraceLocal done);
-
-    interface DoneWriteTraceLocal {
-        /**
-         * This method is called when writeTraceLocal() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneWriteTraceLocal(IToken token, Exception error, Object str);
-    }
-
-    IToken writeTraceNetwork(String provider, String target, String trace, int numChannel, Boolean isAppend, Boolean isFlightRecorder, Boolean isNormalOnly, DoneWriteTraceNetwork done);
-
-    interface DoneWriteTraceNetwork {
-        /**
-         * This method is called when writeTraceNetwork() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneWriteTraceNetwork(IToken token, Exception error, Object str);
-    }
-
-    IToken allocTrace(String provider, String target, String trace, DoneAllocTrace done);
-
-    interface DoneAllocTrace {
-        /**
-         * This method is called when allocTrace() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneAllocTrace(IToken token, Exception error, Object str);
-    }
-
-    IToken setChannelEnable(String provider, String target, String trace, String channel, Boolean enable, DoneSetChannelEnable done);
-
-    interface DoneSetChannelEnable {
-        /**
-         * This method is called when setChannelEnable() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneSetChannelEnable(IToken token, Exception error, Object str);
-    }
-
-    IToken setChannelOverwrite(String provider, String target, String trace, String channel, Boolean overwrite, DoneSetChannelOverwrite done);
-
-    interface DoneSetChannelOverwrite {
-        /**
-         * This method is called when setChannelOverwrite() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneSetChannelOverwrite(IToken token, Exception error, Object str);
-    }
-
-    IToken setChannelTimer(String provider, String target, String trace, String channel, long period, DoneSetChannelTimer done);
-
-    interface DoneSetChannelTimer {
-        /**
-         * This method is called when setChannelTimer() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneSetChannelTimer(IToken token, Exception error, Object str);
-    }
-
-    IToken setChannelSubbufNum(String provider, String target, String trace, String channel, long subbufNum, DoneSetChannelSubbufNum done);
-
-    interface DoneSetChannelSubbufNum {
-        /**
-         * This method is called when setChannelSubbufNum() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneSetChannelSubbufNum(IToken token, Exception error, Object str);
-    }
-
-    IToken setChannelSubbufSize(String provider, String target, String trace, String channel, long subbufSize, DoneSetChannelSubbufSize done);
-
-    interface DoneSetChannelSubbufSize {
-        /**
-         * This method is called when setChannelSubbufSize() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneSetChannelSubbufSize(IToken token, Exception error, Object str);
-    }
-
-    IToken startTrace(String provider, String target, String trace, DoneStartTrace done);
-
-    interface DoneStartTrace {
-        /**
-         * This method is called when startTrace() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneStartTrace(IToken token, Exception error, Object str);
-    }
-
-    IToken pauseTrace(String provider, String target, String trace, DonePauseTrace done);
-
-    interface DonePauseTrace {
-        /**
-         * This method is called when pauseTrace() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void donePauseTrace(IToken token, Exception error, Object str);
-    }
-
-    IToken destroyTrace(String provider, String target, String trace, DoneDestroyTrace done);
-
-    interface DoneDestroyTrace {
-        /**
-         * This method is called when destroyTrace() command is completed.
-         * 
-         * @param token - pending command handle.
-         * @param error - null if the command is successful.
-         * @param str - response of the agent
-         */
-        void doneDestroyTrace(IToken token, Exception error, Object str);
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/service/LttControllerServiceProxy.java b/org.eclipse.linuxtools.lttng.core/src/org/eclipse/linuxtools/lttng/tracecontrol/service/LttControllerServiceProxy.java
deleted file mode 100644 (file)
index 20f5ecf..0000000
+++ /dev/null
@@ -1,559 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Polytechnique Montréal - Initial API and implementation
- *   Bernd Hufmann - Productification, enhancements and fixes
- *   
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tracecontrol.service;
-
-import org.eclipse.linuxtools.lttng.LttngConstants;
-import org.eclipse.tm.tcf.core.Command;
-import org.eclipse.tm.tcf.core.ErrorReport;
-import org.eclipse.tm.tcf.protocol.IChannel;
-import org.eclipse.tm.tcf.protocol.IToken;
-
-/**
- * <b><u>LttControllerServiceProxy</u></b>
- * <p>
- * Provides the mplementation of the ILttControllerService interface for 
- * sending of commands to the remote system.
- * </p>
- */
-public class LttControllerServiceProxy implements ILttControllerService {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-    private static final short INVALID_ARG_LENGTH = 2;
-    
-    private IChannel fProxychannel;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-    public LttControllerServiceProxy(IChannel chan) {
-        fProxychannel = chan;
-    }
-
-    // ------------------------------------------------------------------------
-    // Operations
-    // ------------------------------------------------------------------------
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.tm.tcf.protocol.IService#getName()
-     * 
-     * Return service name, as it appears on the wire - a TCF name of the service.
-     */
-    @Override
-    public String getName() {
-        return NAME;
-    }
-
-    /**
-     * Sets the service channel.
-     * @param channel
-     */
-    public void setChannel(IChannel channel) {
-        fProxychannel = channel;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getProviders(org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetProviders)
-     */
-    @Override
-    public IToken getProviders(final DoneGetProviders done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetProviders, new Object[] {}) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                String[] strArray = new String[0]; 
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                    strArray = toStringArray(str.toString());
-                }
-                done.doneGetProviders(token, error, strArray);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getTargets(java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetTargets)
-     */
-    @Override
-    public IToken getTargets(String provider, final DoneGetTargets done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetTargets, new Object[] { provider }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                String[] strArray = new String[0];
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str =  args[1];
-                    strArray = toStringArray(str.toString());
-                }
-                done.doneGetTargets(token, error, strArray);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getMarkers(java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetMarkers)
-     */
-    @Override
-    public IToken getMarkers(String provider, String target, final DoneGetMarkers done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetMarkers, new Object[] { provider, target }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                String[] strArray = new String[0];
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                    strArray = toStringArray(str.toString());
-                }
-                done.doneGetMarkers(token, error, strArray);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getTraces(java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetTraces)
-     */
-    @Override
-    public IToken getTraces(String provider, String target, final DoneGetTraces done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetTraces, new Object[] { provider, target }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                String[] strArray = new String[0];
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                    strArray = toStringArray(str.toString());
-                }
-                done.doneGetTraces(token, error, strArray);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getActiveTraces(java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetActiveTraces)
-     */
-    @Override
-    public IToken getActiveTraces(String provider, String target, final DoneGetActiveTraces done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetActiveTraces, new Object[] { provider, target }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                String[] strArray = new String[0];
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                    strArray = toStringArray(str.toString());
-                }
-                done.doneGetActiveTraces(token, error, strArray);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getActiveTraceInfo(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetActiveTraceInfo)
-     */
-    @Override
-    public IToken getActiveTraceInfo(String provider, String target, String trace, final DoneGetActiveTraceInfo done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetActiveTraceInfo, new Object[] { provider, target, trace }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                String[] retStrArray = new String[0];
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                    String[] strArray = toStringArray(str.toString());
-                    retStrArray = new String[strArray.length];
-
-                    for (int i = 0; i < strArray.length; i++) {
-                        String[] tempStr = strArray[i].split(LttngConstants.Lttng_Control_GetActiveTraceInfoSeparator);
-                        retStrArray[i] = tempStr[1];
-                    }
-                }
-                done.doneGetActiveTraceInfo(token, error, retStrArray);
-            }
-        }.token;
-    }
-    
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getChannels(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetChannels)
-     */
-    @Override
-    public IToken getChannels(String provider, String target, String trace, final DoneGetChannels done) {
-
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetChannels, new Object[] { provider, target, trace }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                String[] strArray = new String[0];
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                    strArray = toStringArray(str.toString());
-                }
-                done.doneGetChannels(token, error, strArray);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setupTrace(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetupTrace)
-     */
-    @Override
-    public IToken setupTrace(String provider, String target, String trace, final DoneSetupTrace done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetupTrace, new Object[] { provider, target, trace }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                }
-                done.doneSetupTrace(token, error, str);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setTraceTransport(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetTraceTransport)
-     */
-    @Override
-    public IToken setTraceTransport(String provider, String target, String trace, String transport, final DoneSetTraceTransport done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetupTraceTransport, new Object[] { provider, target, trace, transport }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                }
-                done.doneSetTraceTransport(token, error, str);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#getMarkerInfo(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneGetMarkerInfo)
-     */
-    @Override
-    public IToken getMarkerInfo(String provider, String target, String marker, final DoneGetMarkerInfo done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_GetMarkerInfo, new Object[] { provider, target, marker }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                Object str = null;
-                String result = ""; //$NON-NLS-1$
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                    result = str.toString();
-                    if (result.length() > 2) {
-                        result = result.substring(1, result.length() - 1);
-                    }
-                }
-                done.doneGetMarkerInfo(token, error, result);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setMarkerEnable(java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetMarkerEnable)
-     */
-    @Override
-    public IToken setMarkerEnable(String provider, String target, String marker, Boolean enable, final DoneSetMarkerEnable done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetMarkerEnable, new Object[] { provider, target, marker, enable }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                }
-                done.doneSetMarkerEnable(token, error, str);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setChannelEnable(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetChannelEnable)
-     */
-    @Override
-    public IToken setChannelEnable(String provider, String target, String trace, String channel, Boolean enable, final DoneSetChannelEnable done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetChannelEnable, new Object[] { provider, target, trace, channel, enable }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                }
-                done.doneSetChannelEnable(token, error, str);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setChannelOverwrite(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetChannelOverwrite)
-     */
-    @Override
-    public IToken setChannelOverwrite(String provider, String target, String trace, String channel, Boolean overwrite, final DoneSetChannelOverwrite done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetChannelOverwrite, new Object[] { provider, target, trace, channel, overwrite }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                }
-                done.doneSetChannelOverwrite(token, error, str);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setChannelTimer(java.lang.String, java.lang.String, java.lang.String, java.lang.String, long, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetChannelTimer)
-     */
-    @Override
-    public IToken setChannelTimer(String provider, String target, String trace, String channel, long period, final DoneSetChannelTimer done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetChannelTimer, new Object[] { provider, target, trace, channel, period }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                }
-                done.doneSetChannelTimer(token, error, str);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setChannelSubbufNum(java.lang.String, java.lang.String, java.lang.String, java.lang.String, long, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetChannelSubbufNum)
-     */
-    @Override
-    public IToken setChannelSubbufNum(String provider, String target, String trace, String channel, long subbufNum, final DoneSetChannelSubbufNum done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetChannelSubbufNum, new Object[] { provider, target, trace, channel, subbufNum }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                }
-                done.doneSetChannelSubbufNum(token, error, str);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#setChannelSubbufSize(java.lang.String, java.lang.String, java.lang.String, java.lang.String, long, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneSetChannelSubbufSize)
-     */
-    @Override
-    public IToken setChannelSubbufSize(String provider, String target, String trace, String channel, long subbufSize, final DoneSetChannelSubbufSize done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_SetChannelSubbufSize, new Object[] { provider, target, trace, channel, subbufSize }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                }
-                done.doneSetChannelSubbufSize(token, error, str);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#allocTrace(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneAllocTrace)
-     */
-    @Override
-    public IToken allocTrace(String provider, String target, String trace, final DoneAllocTrace done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_AllocTrace, new Object[] { provider, target, trace }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                }
-                done.doneAllocTrace(token, error, str);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#writeTraceLocal(java.lang.String, java.lang.String, java.lang.String, java.lang.String, int, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneWriteTraceLocal)
-     */
-    @Override
-    public IToken writeTraceLocal(String provider, String target, String trace, String path, int numChannel, Boolean isAppend, Boolean isFlightRecorder, Boolean isNormalOnly, final DoneWriteTraceLocal done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_WriteTraceLocal, new Object[] { provider, target, trace, path, numChannel, isAppend, isFlightRecorder, isNormalOnly }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                }
-                done.doneWriteTraceLocal(token, error, str);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#writeTraceNetwork(java.lang.String, java.lang.String, java.lang.String, int, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneWriteTraceNetwork)
-     */
-    @Override
-    public IToken writeTraceNetwork(String provider, String target, String trace, int numChannel, Boolean isAppend, Boolean isFlightRecorder, Boolean isNormalOnly, final DoneWriteTraceNetwork done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_WriteTraceNetwork, new Object[] { provider, target, trace, numChannel, isAppend, isFlightRecorder, isNormalOnly }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                }
-                done.doneWriteTraceNetwork(token, error, str);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#startTrace(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneStartTrace)
-     */
-    @Override
-    public IToken startTrace(String provider, String target, String trace, final DoneStartTrace done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_StartTrace, new Object[] { provider, target, trace }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                }
-                done.doneStartTrace(token, error, str);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#pauseTrace(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DonePauseTrace)
-     */
-    @Override
-    public IToken pauseTrace(String provider, String target, String trace, final DonePauseTrace done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_PauseTrace, new Object[] { provider, target, trace }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                }
-                done.donePauseTrace(token, error, str);
-            }
-        }.token;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.lttng.rse.service.ILttControllerService#destroyTrace(java.lang.String, java.lang.String, java.lang.String, org.eclipse.linuxtools.lttng.rse.service.ILttControllerService.DoneDestroyTrace)
-     */
-    @Override
-    public IToken destroyTrace(String provider, String target, String trace, final DoneDestroyTrace done) {
-        return new Command(fProxychannel, this, LttngConstants.Lttng_Control_DestroyTrace, new Object[] { provider, target, trace }) {
-            @Override
-            public void done(Exception error, Object[] args) {
-                Object str = null;
-                if (error == null) {
-                    assert args.length == INVALID_ARG_LENGTH;
-                    error = toDetailedError(toError(args[0]), args[1]);
-                    str = args[1];
-                }
-                done.doneDestroyTrace(token, error, str);
-            }
-        }.token;
-    }
-
-    /*
-     * Converts comma separated string to String array.
-     */
-    private String[] toStringArray(String list) {
-        if (list.length() > 2) {
-            String temp = list.substring(1, list.length() - 1);
-            String[] str = temp.split(LttngConstants.Lttng_Control_Separator);
-            for (int i = 0; i < str.length; i++) {
-                str[i] = str[i].trim();
-            }
-            return str;
-        }
-        return new String[0];
-    }
-    
-    /*
-     * Creates new error report using a given error and a detailed message.
-     */
-    private Exception toDetailedError(Exception error, Object detail) {
-        if ((error != null) && (error instanceof ErrorReport) && (detail != null)) {
-            error = new ErrorReport(error.getMessage() + "\nDetail: " + detail.toString(),  ((ErrorReport) error).getAttributes());  //$NON-NLS-1$
-        }
-        return error;
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/.classpath b/org.eclipse.linuxtools.lttng.tests/.classpath
deleted file mode 100644 (file)
index 1fa3e68..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-       <classpathentry kind="src" path="src"/>
-       <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/org.eclipse.linuxtools.lttng.tests/.gitignore b/org.eclipse.linuxtools.lttng.tests/.gitignore
deleted file mode 100644 (file)
index 8d94ef8..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-bin
-@dot
-javaCompiler...args
-build.xml
-target
diff --git a/org.eclipse.linuxtools.lttng.tests/.project b/org.eclipse.linuxtools.lttng.tests/.project
deleted file mode 100644 (file)
index dbc4c84..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.eclipse.linuxtools.lttng.core.tests</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>
diff --git a/org.eclipse.linuxtools.lttng.tests/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.linuxtools.lttng.tests/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644 (file)
index 1d817b7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#Thu Nov 18 17:14:29 EST 2010
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/org.eclipse.linuxtools.lttng.tests/ChangeLog b/org.eclipse.linuxtools.lttng.tests/ChangeLog
deleted file mode 100644 (file)
index 4202a32..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-2010-12-15  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/lttng/tests/event/LttngTimestampTest.java: Added a proper test for toString()
-
-2010-11-23  Francois Chouinard  <fchouinard@gmail.com>  Adjusted tests to new API
-
-       * src/org/eclipse/linuxtools/lttng/state/experiment/StateExperimentManagerTextTest.java: 
-       * src/org/eclipse/linuxtools/lttng/state/resource/LTTngStateResourceTest.java: 
-       * src/org/eclipse/linuxtools/lttng/tests/event/LttngEventTest.java: 
-       * src/org/eclipse/linuxtools/lttng/tests/event/LttngEventTypeTest.java: 
-       * src/org/eclipse/linuxtools/lttng/tests/state/handlers/after/StateAfterUpdateHandlers.java: 
-       * src/org/eclipse/linuxtools/lttng/tests/state/handlers/before/StateBeforeUpdateHandlers.java: 
-
-2010-11-10  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxxtools/lttng/tests/headless/JniTraceTest.java: New file.
-       * src/org/eclipse/linuxxtools/lttng/tests/headless/LttngTraceTest.java: New file.
-       * src/org/eclipse/linuxxtools/lttng/tests/headless/TmfTraceTest.java: New file.
-
-2010-11-09  Francois Chouinard  <fchouinard@gmail.com>
-
-    Suppress warning for non-externalized strings
-          * src/org/eclipse/linuxtools/lttng/control/LTTngSyntheticEventProviderTest.java: 
-          * src/org/eclipse/linuxtools/lttng/LttngTestPreparation.java: 
-          * src/org/eclipse/linuxtools/lttng/model/LTTngTreeNodeTest.java: 
-          * src/org/eclipse/linuxtools/lttng/state/experiment/StateExperimentManagerTextTest.java: 
-          * src/org/eclipse/linuxtools/lttng/state/resource/LTTngStateResourceTest.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/event/AllLttngTests.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/event/LttngEventContentTest.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/event/LttngEventFieldTest.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/event/LttngEventReferenceTest.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/event/LttngEventTest.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/event/LttngEventTypeTest.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/event/LttngTimestampTest.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/jni/AllJniTests.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/jni/Combinations.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/jni/JniEventTest.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/jni/JniMarkerFieldTest.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/jni/JniMarkerTest.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/jni/JniTracefileTest.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/jni/JniTraceTest.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/LTTngCoreTestPlugin.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/state/handlers/AbsStateUpdate.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/state/handlers/after/StateAfterUpdateHandlers.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/state/handlers/before/StateBeforeUpdateHandlers.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/state/tests/handlers/AbsStateUpdate.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/state/TestStateManager.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/trace/LTTngExperimentTest.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/trace/LTTngTextTraceTest.java: 
-          * src/org/eclipse/linuxtools/lttng/tests/trace/LTTngTraceTest.java: 
-
-2010-10-27  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/lttng/LttngTestPreparation.java (prepareExperimentContext): Event provider adjustment
-
-2010-10-15  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/lttng/tests/trace/LTTngExperimentTest.java (fStartTime): Fixed unit test for updated start time
-2010-09-17  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/lttng/control/LTTngSyntheticEventProviderTest.java: Adjusted unit test
-       * src/org/eclipse/linuxtools/lttng/LttngTestPreparation.java: Adjusted unit test
-
-2010-09-15  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/lttng/control/LTTngSyntheticEventProviderTest.java: Problematic test
-       * src/org/eclipse/linuxtools/lttng/LttngTestPreparation.java: Problematic test
-
-2010-09-09  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/lttng/tests/AllLTTngCoreTests.java: Invoke new test
-       * src/org/eclipse/linuxtools/lttng/tests/trace/LTTngExperimentTest.java: New test
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.tests/META-INF/MANIFEST.MF b/org.eclipse.linuxtools.lttng.tests/META-INF/MANIFEST.MF
deleted file mode 100644 (file)
index 8f91898..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name
-Bundle-SymbolicName: org.eclipse.linuxtools.lttng.core.tests
-Bundle-Version: 0.4.0.qualifier
-Bundle-Vendor: %Bundle-Vendor
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Require-Bundle: org.junit;bundle-version="3.8.2",
- org.eclipse.core.runtime;bundle-version="3.7.0",
- org.eclipse.linuxtools.lttng.core;bundle-version="0.4.0",
- org.eclipse.linuxtools.tmf.core;bundle-version="0.4.0",
- org.eclipse.linuxtools.lttng.jni;bundle-version="0.4.0"
-Bundle-Localization: plugin
-Bundle-Activator: org.eclipse.linuxtools.lttng.tests.LTTngCoreTestPlugin
-Bundle-ActivationPolicy: lazy
-Import-Package: org.eclipse.linuxtools.lttng.jni
diff --git a/org.eclipse.linuxtools.lttng.tests/build.properties b/org.eclipse.linuxtools.lttng.tests/build.properties
deleted file mode 100644 (file)
index d9271d7..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .,\
-               plugin.properties,\
-               traceset/,\
-               test.xml
diff --git a/org.eclipse.linuxtools.lttng.tests/plugin.properties b/org.eclipse.linuxtools.lttng.tests/plugin.properties
deleted file mode 100644 (file)
index eab88dc..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#Properties file for org.eclipse.linuxtools.lttng.tests
-Bundle-Vendor = Eclipse Linux Tools
-Bundle-Name = LTTng Core Unit Test Suite
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.tests/pom.xml b/org.eclipse.linuxtools.lttng.tests/pom.xml
deleted file mode 100644 (file)
index a5c9785..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   All rights reserved. This program and the accompanying materials
-   are made available under the terms of the Eclipse Public License v1.0
-   which accompanies this distribution, and is available at
-   http://www.eclipse.org/legal/epl-v10.html
--->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>linuxtools-lttng-parent</artifactId>
-    <groupId>org.eclipse.linuxtools.lttng</groupId>
-    <version>0.10.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.linuxtools.lttng.core.tests</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Linux Tools LTTng Core Unit Test Suite</name>
-
- <build>
-     <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
-     <resources>
-      <resource>
-        <directory>src</directory>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </resource>
-    </resources>
-    <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.2</version>
-            <executions>
-                <execution>
-                    <id>prepare</id>
-                    <phase>validate</phase>
-                    <configuration>
-                    <tasks>
-                        <echo message="prepare phase" />
-                        <gunzip src="traceset/trace-15471events_nolost_newformat.tar.gz" dest="traceset/" />
-                        <untar src="traceset/trace-15471events_nolost_newformat.tar" dest="traceset/" />
-                        <gunzip src="traceset/trace-15316events_nolost_newformat.tar.gz" dest="traceset/" />
-                        <untar src="traceset/trace-15316events_nolost_newformat.tar" dest="traceset/" />
-                    </tasks>
-                    </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                </execution>
-            </executions>
-        </plugin>
-        <plugin>
-            <groupId>org.eclipse.tycho</groupId>
-            <artifactId>tycho-surefire-plugin</artifactId>
-            <version>${tycho-version}</version>
-            <configuration>
-                <testSuite>org.eclipse.linuxtools.lttng.core.tests</testSuite>
-                <testClass>org.eclipse.linuxtools.lttng.tests.AllLTTngCoreTests</testClass>
-                <useUIHarness>false</useUIHarness>
-                <useUIThread>false</useUIThread>
-                <product>org.eclipse.sdk.ide</product>
-            </configuration>
-        </plugin>
-    </plugins>
-  </build>
-
- <groupId>org.eclipse.linuxtools.lttng</groupId>
-</project>
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/ActivateDebugging.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/ActivateDebugging.java
deleted file mode 100644 (file)
index 0552775..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.eclipse.linuxtools.lttng.tests;
-
-import org.eclipse.linuxtools.lttng.TraceDebug;
-
-public class ActivateDebugging {
-
-       public static void activate() {
-               TraceDebug.setDEBUG(true);
-       }
-       
-       public static void deactivate() {
-               TraceDebug.setDEBUG(false);
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/AllLTTngCoreTests.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/AllLTTngCoreTests.java
deleted file mode 100644 (file)
index 8641033..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-package org.eclipse.linuxtools.lttng.tests;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import org.eclipse.linuxtools.lttng.tests.control.LTTngSyntheticEventProviderTest;
-import org.eclipse.linuxtools.lttng.tests.control.LTTngSyntheticEventProviderTextTest;
-import org.eclipse.linuxtools.lttng.tests.event.LttngEventContentTest;
-import org.eclipse.linuxtools.lttng.tests.event.LttngEventFieldTest;
-import org.eclipse.linuxtools.lttng.tests.event.LttngEventReferenceTest;
-import org.eclipse.linuxtools.lttng.tests.event.LttngEventTest;
-import org.eclipse.linuxtools.lttng.tests.event.LttngEventTypeTest;
-import org.eclipse.linuxtools.lttng.tests.event.LttngTimestampTest;
-import org.eclipse.linuxtools.lttng.tests.jni.JniEventTest;
-import org.eclipse.linuxtools.lttng.tests.jni.JniMarkerFieldTest;
-import org.eclipse.linuxtools.lttng.tests.jni.JniMarkerTest;
-import org.eclipse.linuxtools.lttng.tests.jni.JniTraceTest;
-import org.eclipse.linuxtools.lttng.tests.jni.JniTracefileTest;
-import org.eclipse.linuxtools.lttng.tests.model.LTTngTreeNodeTest;
-import org.eclipse.linuxtools.lttng.tests.state.TestStateManager;
-import org.eclipse.linuxtools.lttng.tests.state.experiment.StateExperimentManagerTextTest;
-import org.eclipse.linuxtools.lttng.tests.state.resource.LTTngStateResourceTest;
-import org.eclipse.linuxtools.lttng.tests.trace.LTTngExperimentTest;
-import org.eclipse.linuxtools.lttng.tests.trace.LTTngTextTraceTest;
-import org.eclipse.linuxtools.lttng.tests.trace.LTTngTraceTest;
-
-public class AllLTTngCoreTests {
-
-    public static Test suite() {
-        TestSuite suite = new TestSuite(AllLTTngCoreTests.class.getName());
-        // $JUnit-BEGIN$
-
-        // Event
-        suite.addTestSuite(LttngTimestampTest.class);
-        suite.addTestSuite(LttngEventFieldTest.class);
-        suite.addTestSuite(LttngEventContentTest.class);
-        suite.addTestSuite(LttngEventReferenceTest.class);
-        suite.addTestSuite(LttngEventTypeTest.class);
-        suite.addTestSuite(LttngEventTest.class);
-
-        // JNI
-        suite.addTestSuite(JniTraceTest.class);
-        suite.addTestSuite(JniTracefileTest.class);
-        suite.addTestSuite(JniEventTest.class);
-        suite.addTestSuite(JniMarkerTest.class);
-        suite.addTestSuite(JniMarkerFieldTest.class);
-
-        // Trace
-        suite.addTestSuite(LTTngTextTraceTest.class);
-        suite.addTestSuite(LTTngTraceTest.class);
-        suite.addTestSuite(LTTngExperimentTest.class);
-
-        // Control
-        suite.addTestSuite(LTTngSyntheticEventProviderTest.class);
-        suite.addTestSuite(LTTngSyntheticEventProviderTextTest.class);
-
-        // Model
-        suite.addTestSuite(LTTngTreeNodeTest.class);
-
-        // State
-        suite.addTestSuite(TestStateManager.class);
-        suite.addTestSuite(StateExperimentManagerTextTest.class);
-        // suite.addTestSuite(AbsStateUpdate.class);
-        // suite.addTestSuite(StateAfterUpdateFactory.class);
-        // suite.addTestSuite(StateAfterUpdateHandlers.class);
-        // suite.addTestSuite(StateBeforeUpdateFactory.class);
-        // suite.addTestSuite(StateBeforeUpdateHandlers.class);
-        suite.addTestSuite(LTTngStateResourceTest.class);
-
-        // $JUnit-END$
-        return suite;
-    }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/LTTngCoreTestPlugin.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/LTTngCoreTestPlugin.java
deleted file mode 100644 (file)
index 9bdeaaf..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.tests;
-
-import org.eclipse.core.runtime.Plugin;
-import org.eclipse.linuxtools.tmf.Tracer;
-import org.osgi.framework.BundleContext;
-
-/**
- * <b><u>TmfCoreTestPlugin</u></b>
- * <p>
- * The activator class controls the plug-in life cycle
- */
-@SuppressWarnings("nls")
-public class LTTngCoreTestPlugin extends Plugin {
-
-    // ========================================================================
-    // Attributes
-    // ========================================================================
-
-       // The plug-in ID
-       public static final String PLUGIN_ID = "org.eclipse.linuxtools.lttng.tests";
-
-       // The shared instance
-       private static LTTngCoreTestPlugin plugin;
-       
-    // ========================================================================
-    // Constructors
-    // ========================================================================
-
-       /**
-        * The constructor
-        */
-       public LTTngCoreTestPlugin() {
-               plugin = this;
-       }
-
-    // ========================================================================
-    // Accessors
-    // ========================================================================
-
-    /**
-     * @return the shared instance
-     */
-    public static LTTngCoreTestPlugin getPlugin() {
-        return plugin;
-    }
-    
-    @Override
-    public void start(BundleContext context) throws Exception {
-        super.start(context);
-        plugin = this;
-    }
-
-    @Override
-    public void stop(BundleContext context) throws Exception {
-        plugin = null;
-        super.stop(context);
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/LttngTestPreparation.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/LttngTestPreparation.java
deleted file mode 100644 (file)
index 99ab183..0000000
+++ /dev/null
@@ -1,427 +0,0 @@
-package org.eclipse.linuxtools.lttng.tests;
-
-import java.io.File;
-import java.net.URL;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.control.LttngCoreProviderFactory;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent;
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent.SequenceInd;
-import org.eclipse.linuxtools.lttng.event.LttngTimestamp;
-import org.eclipse.linuxtools.lttng.state.experiment.IStateExperimentManager;
-import org.eclipse.linuxtools.lttng.state.experiment.StateManagerFactory;
-import org.eclipse.linuxtools.lttng.trace.LTTngTextTrace;
-import org.eclipse.linuxtools.lttng.trace.LTTngTrace;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.request.TmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-
-@SuppressWarnings("nls")
-public abstract class LttngTestPreparation extends TestCase {
-       // ========================================================================
-       // Data
-       // ========================================================================
-       private final static String ftracepath_T1 = "traceset/trace-15316events_nolost_newformat";
-       final static String fTextTracepath_T1 = "traceset/trace-15316events_nolost_newformat.txt";
-
-       private static final Long CHECK_POINT_INTERVAL = 1000L;
-
-       final Long[] expectedEvents_T1 = new Long[20];
-       final Long[] requestIntervals_T1 = new Long[32];
-
-       static LTTngTextTrace ftextStream_T1 = null;
-       private static LTTngTrace frealStream = null;
-
-       private TmfExperiment<LttngEvent> fTestExperiment = null;
-       protected volatile int feventCount = 0;
-       protected boolean validSequence = true;
-
-       public LttngTestPreparation() {
-               super();
-               init();
-       }
-
-       public LttngTestPreparation(String name) {
-               super(name);
-               init();
-       }
-
-       protected void init() {
-               fillInRequestIntervals();
-               fillInExpectedEvents();
-               feventCount = 0;
-       }
-
-       /**
-        * @return
-        */
-       protected TmfExperiment<LttngEvent> prepareExperimentToTest() {
-               if (fTestExperiment == null) {
-                       String expId = "testExperiment";
-                       int nbTraces = 1;
-
-                       // Define traces in experiment
-                       @SuppressWarnings("unchecked")
-            ITmfTrace<LttngEvent>[] traces = new ITmfTrace[nbTraces];
-                       ITmfTrace<LttngEvent> trace = prepareStreamToTest();
-                       traces[0] = trace;
-
-                       // create experiment and associate traces
-                       fTestExperiment = new TmfExperiment<LttngEvent>(LttngEvent.class,
-                                       expId, traces, TmfTimestamp.Zero, TmfExperiment.DEFAULT_BLOCK_SIZE, true);
-                       // fTestExperiment.indexExperiment(waitForCompletion);
-
-                       // Set the current selected experiment as the test experiment
-                       TmfExperimentSelectedSignal<LttngEvent> signal = new TmfExperimentSelectedSignal<LttngEvent>(
-                                       this, fTestExperiment);
-                       fTestExperiment.experimentSelected(signal);
-               }
-
-               return fTestExperiment;
-       }
-
-       /**
-        * @return
-        */
-       protected TmfExperiment<LttngEvent> prepareTextExperimentToTest() {
-               if (fTestExperiment == null) {
-                       String expId = "testExperiment";
-                       int nbTraces = 1;
-
-                       // Define traces in experiment
-            @SuppressWarnings("unchecked")
-            ITmfTrace<LttngEvent>[] traces = new ITmfTrace[nbTraces];
-                       ITmfTrace<LttngEvent> trace = prepareTextStreamToTest();
-                       traces[0] = trace;
-
-                       // create experiment and associate traces
-                       fTestExperiment = new TmfExperiment<LttngEvent>(LttngEvent.class,
-                                       expId, traces);
-
-                       // Set the current selected experiment as the test experiment
-                       TmfExperimentSelectedSignal<LttngEvent> signal = new TmfExperimentSelectedSignal<LttngEvent>(
-                                       this, fTestExperiment);
-                       fTestExperiment.experimentSelected(signal);
-
-               }
-
-               return fTestExperiment;
-       }
-
-       protected LTTngTrace prepareStreamToTest() {
-               if (frealStream == null) {
-                       try {
-                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(ftracepath_T1),
-                                               null);
-                               File testfile = new File(FileLocator.toFileURL(location).toURI());
-                               LTTngTrace tmpStream = new LTTngTrace(testfile.getPath(), false);
-                               frealStream = tmpStream;
-                       } catch (Exception e) {
-                               System.out.println("ERROR : Could not open " + ftracepath_T1);
-                               frealStream = null;
-                       }
-               } else {
-                       frealStream.seekEvent(0L);
-               }
-
-               return frealStream;
-       }
-
-       protected LTTngTextTrace prepareTextStreamToTest() {
-               if (ftextStream_T1 == null) {
-                       try {
-                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(),
-                                               new Path(fTextTracepath_T1), null);
-                               File testfile = new File(FileLocator.toFileURL(location).toURI());
-                               LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath());
-                               ftextStream_T1 = tmpStream;
-
-                       } catch (Exception e) {
-                               System.out.println("ERROR : Could not open " + fTextTracepath_T1);
-                               ftextStream_T1 = null;
-                       }
-               } else {
-                       ftextStream_T1.seekEvent(0);
-               }
-
-               return ftextStream_T1;
-       }
-
-       protected IStateExperimentManager prepareExperimentContext(
-                       boolean waitForRequest) {
-               // Create a new Experiment manager
-               IStateExperimentManager expManager = StateManagerFactory
-                               .getExperimentManager();
-               // Configure the interval to create check points so this can be tested
-               // with medium size files i.e. default is 50000 events
-               StateManagerFactory.setTraceCheckPointInterval(CHECK_POINT_INTERVAL);
-
-               // Lets wait for the request completion to analyse the results
-               LttngCoreProviderFactory.getEventProvider(0)
-                               .setWaitForRequest(waitForRequest);
-               return expManager;
-       }
-
-       /**
-        * @param <T>
-        * @param k
-        * @param startIdx
-        *            , > 0 and between 0 - 31
-        * @param endIdx
-        *            , > startIdx and between 0 - 31
-        * @return
-        */
-       protected <T extends LttngEvent> TmfEventRequest<T> prepareEventRequest(Class<T> k, int startIdx, int endIdx) {
-               return prepareEventRequest(k, startIdx, endIdx, true);
-       }
-
-       /**
-        * @param <T>
-        * @param k
-        * @param startIdx
-        *            , > 0 and between 0 - 31
-        * @param endIdx
-        *            , > startIdx and between 0 - 31
-        * @param printFirst20
-        *            , print the first expected events vs actual events
-        * @return
-        */
-       protected <T extends LttngEvent> TmfEventRequest<T> prepareEventRequest(
-                       Class<T> k, final int startIdx, int endIdx, final boolean printFirst20) {
-               // verify bounds
-               if (!(endIdx > startIdx && startIdx >= 0 && endIdx <= 31)) {
-                       TraceDebug.debug("Event request indexes out of bounds");
-                       return null;
-               }
-
-               int DEFAULT_CHUNK = 1;
-       
-               // time range
-               TmfTimeRange trange = new TmfTimeRange(new LttngTimestamp(
-                               requestIntervals_T1[startIdx]), new LttngTimestamp(
-                               requestIntervals_T1[endIdx]));
-       
-               // request
-               validSequence = true;
-               TmfEventRequest<T> request = new TmfEventRequest<T>(k, trange, TmfDataRequest.ALL_DATA, DEFAULT_CHUNK) {
-       
-                       @Override
-                       public void handleData(T event) {
-                               if (event == null) {
-                                       System.out
-                                                       .println("Syntheric Event Received is null, after event: "
-                                                                       + feventCount);
-                                       return;
-                               }
-       
-                               // Listen to only one variant of synthetic event to keep
-                               // track of
-                               if (event instanceof LttngSyntheticEvent) {
-                                       if (((LttngSyntheticEvent) event).getSynType() != SequenceInd.BEFORE) {
-                                               return;
-                                       }
-                               }
-       
-                               // Validating the orders of the first 20 events
-                               if (printFirst20 && feventCount < 20) {
-                                       long timevalue = event.getTimestamp().getValue();
-                                       if (timevalue != expectedEvents_T1[feventCount]) {
-                                               validSequence = false;
-                                               System.out.println("Expected Event: "
-                                                               + expectedEvents_T1[feventCount] + " actual: "
-                                                               + event.getTimestamp().getValue());
-                                       } else {
-                                               System.out.println("Synthetic Event: " + feventCount
-                                                               + " matched expected time");
-                                       }
-                               }
-       
-                               // increment count
-                               incrementCount();
-                       }
-
-                       /**
-                        * possibly increased by multiple request threads
-                        */
-                       private synchronized void incrementCount() {
-                               feventCount++;
-                       }
-
-                       @Override
-                       public void handleCompleted() {
-                               // if (isCancelled() || isFailed()) {
-                               // // No notification to end request handlers
-                               // } else {
-                               // // notify the associated end request handlers
-                               // requestCompleted();
-                               // }
-       
-                               System.out.println("handleCompleted(request:" + startIdx + ") Number of events processed: " + feventCount);
-                       }
-       
-               };
-               return request;
-       }
-
-       /**
-        * @param <T>
-        * @param k
-        * @param startIdx
-        *            , > 0 and between 0 - 31
-        * @param endIdx
-        *            , > startIdx and between 0 - 31
-        * @param printFirst20
-        *            , print the first expected events vs actual events
-        * @return
-        */
-       protected <T extends LttngEvent> TmfEventRequest<T> prepareEventRequest2(
-                       Class<T> k, final int startIdx, int endIdx, final boolean printFirst20) {
-               // verify bounds
-               if (!(endIdx > startIdx && startIdx >= 0 && endIdx <= 31)) {
-                       TraceDebug.debug("Event request indexes out of bounds");
-                       return null;
-               }
-
-               int DEFAULT_CHUNK = 1;
-       
-               // time range
-               TmfTimeRange trange = new TmfTimeRange(new LttngTimestamp(
-                               requestIntervals_T1[startIdx]), new LttngTimestamp(
-                               requestIntervals_T1[endIdx]));
-       
-               // request
-               validSequence = true;
-               TmfEventRequest<T> request = new TmfEventRequest<T>(k, trange, TmfDataRequest.ALL_DATA, DEFAULT_CHUNK) {
-       
-                       @Override
-                       public void handleData(T event) {
-                               if (event == null) {
-                                       System.out
-                                                       .println("Syntheric Event Received is null, after event: "
-                                                                       + feventCount);
-                                       return;
-                               }
-       
-                               // Listen to only one variant of synthetic event to keep
-                               // track of
-                               if (event instanceof LttngSyntheticEvent) {
-                                       if (((LttngSyntheticEvent) event).getSynType() != SequenceInd.BEFORE) {
-                                               return;
-                                       }
-                               }
-       
-                               // Validating the orders of the first 20 events
-                               if (printFirst20 && feventCount < 20) {
-                                       long timevalue = event.getTimestamp().getValue();
-                                       if (timevalue != expectedEvents_T1[feventCount]) {
-                                               validSequence = false;
-                                               System.out.println("Expected Event: "
-                                                               + expectedEvents_T1[feventCount] + " actual: "
-                                                               + event.getTimestamp().getValue());
-                                       } else {
-                                               System.out.println("Synthetic Event: " + feventCount
-                                                               + " matched expected time");
-                                       }
-                               }
-       
-                               // increment count
-                               incrementCount();
-                       }
-
-                       /**
-                        * possibly increased by multiple request threads
-                        */
-                       private synchronized void incrementCount() {
-                               feventCount++;
-                       }
-
-                       @Override
-                       public void handleCompleted() {
-                               // if (isCancelled() || isFailed()) {
-                               // // No notification to end request handlers
-                               // } else {
-                               // // notify the associated end request handlers
-                               // requestCompleted();
-                               // }
-       
-                               System.out.println("handleCompleted(request:" + startIdx + ") Number of events processed: " + feventCount);
-                       }
-       
-               };
-               return request;
-       }
-
-       /**
-        * Validation points
-        */
-       private void fillInExpectedEvents() {
-               expectedEvents_T1[0] = 13589759412128L;
-               expectedEvents_T1[1] = 13589759419903L;
-               expectedEvents_T1[2] = 13589759422785L;
-               expectedEvents_T1[3] = 13589759425598L;
-               expectedEvents_T1[4] = 13589759430979L;
-               expectedEvents_T1[5] = 13589759433694L;
-               expectedEvents_T1[6] = 13589759436212L;
-               expectedEvents_T1[7] = 13589759438797L;
-               expectedEvents_T1[8] = 13589759441253L;
-               expectedEvents_T1[9] = 13589759444795L;
-               expectedEvents_T1[10] = 13589759447800L;
-               expectedEvents_T1[11] = 13589759450836L;
-               expectedEvents_T1[12] = 13589759453835L;
-               expectedEvents_T1[13] = 13589759459351L;
-               expectedEvents_T1[14] = 13589759464411L;
-               expectedEvents_T1[15] = 13589759467021L;
-               expectedEvents_T1[16] = 13589759469668L;
-               expectedEvents_T1[17] = 13589759474938L;
-               expectedEvents_T1[18] = 13589759477536L;
-               expectedEvents_T1[19] = 13589759480485L;
-       }
-
-       /**
-        * Intervals for trace 1, separated %500 + last event
-        */
-       private void fillInRequestIntervals() {
-               requestIntervals_T1[0] = 13589759412128L; /* check point expected */
-               requestIntervals_T1[1] = 13589763490945L; /* between check points */
-               requestIntervals_T1[2] = 13589778265041L; /* check point expected */
-               requestIntervals_T1[3] = 13589783143445L; /* between check points */
-               requestIntervals_T1[4] = 13589786300104L; /* check point expected */
-               requestIntervals_T1[5] = 13589790722564L; /* between check points */
-               requestIntervals_T1[6] = 13589796139823L; /* check point expected */
-               requestIntervals_T1[7] = 13589800400562L; /* between check points */
-               requestIntervals_T1[8] = 13589801594374L; /* check point expected */
-               requestIntervals_T1[9] = 13589802750295L; /* between check points */
-               requestIntervals_T1[10] = 13589804071157L; /* check point expected */
-               requestIntervals_T1[11] = 13589810124488L; /* between check points */
-               requestIntervals_T1[12] = 13589822493183L; /* check point expected */
-               requestIntervals_T1[13] = 13589824131273L; /* between check points */
-               requestIntervals_T1[14] = 13589825398284L; /* check point expected */
-               requestIntervals_T1[15] = 13589826664185L; /* between check points */
-               requestIntervals_T1[16] = 13589827811998L; /* check point expected */
-               requestIntervals_T1[17] = 13589828915763L; /* between check points */
-               requestIntervals_T1[18] = 13589830074220L; /* check point expected */
-               requestIntervals_T1[19] = 13589831232050L; /* between check points */
-               requestIntervals_T1[20] = 13589832394049L; /* check point expected */
-               requestIntervals_T1[21] = 13589833852883L; /* between check points */
-               requestIntervals_T1[22] = 13589839626892L; /* check point expected */
-               requestIntervals_T1[23] = 13589849509798L; /* between check points */
-               requestIntervals_T1[24] = 13589850728538L; /* check point expected */
-               requestIntervals_T1[25] = 13589851889230L; /* between check points */
-               requestIntervals_T1[26] = 13589853294800L; /* check point expected */
-               requestIntervals_T1[27] = 13589859414998L; /* between check points */
-               requestIntervals_T1[28] = 13589878046089L; /* check point expected */
-               requestIntervals_T1[29] = 13589886468603L; /* between check points */
-               requestIntervals_T1[30] = 13589902256918L; /* check point expected */
-               requestIntervals_T1[31] = 13589906758692L; /* last event in T1 */
-       }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/control/LTTngSyntheticEventProviderTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/control/LTTngSyntheticEventProviderTest.java
deleted file mode 100644 (file)
index 7f2d79d..0000000
+++ /dev/null
@@ -1,95 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tests.control;
-
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.tests.LttngTestPreparation;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-
-@SuppressWarnings("nls")
-public class LTTngSyntheticEventProviderTest extends LttngTestPreparation {
-       // ========================================================================
-       // Tests
-       // ========================================================================
-
-       public void testPlainDataRequest() {
-               // prepare
-               init();
-               TmfExperiment<LttngEvent> experiment = prepareExperimentToTest();
-               TmfEventRequest<LttngEvent> request = prepareEventRequest(
-                               LttngEvent.class, 0, 31);
-
-               // execute
-               experiment.sendRequest(request);
-               try {
-                       request.waitForCompletion();
-               } catch (InterruptedException e) {
-                       e.printStackTrace();
-               }
-
-               // finish
-               assertEquals("Unexpected eventCount", 15316, feventCount);
-               boolean expected = true;
-               assertEquals("Events received out of expected order", expected,
-                               validSequence);
-       }
-
-       public void testSyntheticEventRequest() {
-        System.out.println("testSyntheticEventRequest: test removed");
-//             init();
-//             // Create a new Experiment manager context
-//             IStateExperimentManager expManager = prepareExperimentContext(false);
-//
-//             // make sure a TmfExperiment instance is registered as provider and
-//             // selected as current
-//             TmfExperiment<LttngEvent> experiment = prepareExperimentToTest();
-//
-//             // experiment selected, build experiment selection context and trigger
-//             // check point creation
-//             expManager.experimentSelected_prep(experiment);
-//             // builds check points in parallel
-//             expManager.experimentSelected(this, experiment);
-//
-//             // Obtain the singleton event provider
-//             LttngSyntheticEventProvider synProvider = LttngCoreProviderFactory
-//                             .getEventProvider();
-//
-//             // prepare synthetic event requests
-//             boolean printExpectedEvents = false;
-//             TmfEventRequest<LttngSyntheticEvent> request1 = prepareEventRequest(LttngSyntheticEvent.class, 5, 9,
-//                             printExpectedEvents); /* 2001 events */
-//             TmfEventRequest<LttngSyntheticEvent> request2 = prepareEventRequest(LttngSyntheticEvent.class, 11, 13,
-//                             printExpectedEvents); /* 1001 events */
-//
-//             // execute
-//             synProvider.sendRequest(request1);
-//             try {
-//                     request1.waitForCompletion();
-//             } catch (InterruptedException e) {
-//                     e.printStackTrace();
-//             }
-//             System.out.println("EventCount " + feventCount);
-//
-//             synProvider.sendRequest(request2);
-//             try {
-//                     request2.waitForCompletion();
-//             } catch (InterruptedException e) {
-//                     e.printStackTrace();
-//             }
-//             System.out.println("EventCount " + feventCount);
-//
-//             // finish
-//             assertEquals("Unexpected eventCount", 3002, feventCount);
-       }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/control/LTTngSyntheticEventProviderTextTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/control/LTTngSyntheticEventProviderTextTest.java
deleted file mode 100644 (file)
index e44fbe3..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tests.control;
-
-
-
-import org.eclipse.linuxtools.lttng.tests.LttngTestPreparation;
-
-public class LTTngSyntheticEventProviderTextTest extends LttngTestPreparation {
-
-       // ========================================================================
-       // Tests
-       // ========================================================================
-       /**
-        * 
-        */
-       public void testPlainDataRequest() {
-//             // prepare
-//             init();
-//             TmfExperiment<LttngEvent> experiment = prepareTextExperimentToTest();
-//             TmfEventRequest<LttngEvent> request = prepareEventRequest(
-//                             LttngEvent.class, 0, 31);
-//
-//             // execute
-//             experiment.sendRequest(request);
-//             try {
-//                     request.waitForCompletion();
-//             } catch (InterruptedException e) {
-//                     e.printStackTrace();
-//             }
-//
-//             // finish
-//             assertEquals("Unexpected eventCount", 15316, feventCount);
-//             boolean expected = true;
-//             assertEquals("Events received out of expected order", expected,
-//                             validSequence);
-       }
-
-       /**
-        * 
-        */
-       public void testSyntheticEventRequest() {
-//             init();
-//             // make sure a synthetic event provider exists and it's registered
-//             LttngSyntheticEventProvider synProvider = LttngCoreProviderFactory
-//                             .getEventProvider();
-//
-//             // make sure a TmfExperiment instance is registered as provider and
-//             // selected as current
-//             prepareTextExperimentToTest();
-//
-//             // prepare synthetic event request
-//             TmfEventRequest<LttngSyntheticEvent> request = prepareEventRequest(
-//                             LttngSyntheticEvent.class, 0, 31);
-//
-//             // execute
-//             synProvider.sendRequest(request);
-//             try {
-//                     request.waitForCompletion();
-//             } catch (InterruptedException e) {
-//                     e.printStackTrace();
-//             }
-//
-//             // finish
-//             assertEquals("Unexpected eventCount", 15316, feventCount);
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/AllLTTngEventTests.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/AllLTTngEventTests.java
deleted file mode 100644 (file)
index 03f5593..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-package org.eclipse.linuxtools.lttng.tests.event;
-
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-import org.eclipse.linuxtools.lttng.tests.trace.LTTngTextTraceTest;;
-
-@SuppressWarnings("nls")
-public final class AllLTTngEventTests extends TestCase  {
-    public static TestSuite suite() {
-        TestSuite suite = new TestSuite("Testing LTTng (trace in text format)");
-        
-        suite.addTestSuite(LTTngTextTraceTest.class);
-        suite.addTestSuite(LttngTimestampTest.class);
-        suite.addTestSuite(LttngEventFieldTest.class);
-        suite.addTestSuite(LttngEventContentTest.class);
-        suite.addTestSuite(LttngEventReferenceTest.class);
-        suite.addTestSuite(LttngEventTypeTest.class);
-        suite.addTestSuite(LttngEventTest.class);
-        
-        return suite;
-    }
-}
-
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngEventContentTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngEventContentTest.java
deleted file mode 100644 (file)
index e18a3f9..0000000
+++ /dev/null
@@ -1,266 +0,0 @@
-package org.eclipse.linuxtools.lttng.tests.event;
-
-import java.io.File;
-import java.net.URL;
-import java.util.HashMap;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngEventContent;
-import org.eclipse.linuxtools.lttng.event.LttngEventField;
-import org.eclipse.linuxtools.lttng.event.LttngEventType;
-import org.eclipse.linuxtools.lttng.event.LttngTimestamp;
-import org.eclipse.linuxtools.lttng.tests.LTTngCoreTestPlugin;
-import org.eclipse.linuxtools.lttng.trace.LTTngTextTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfLocation;
-
-/*
- Functions tested here :
-       
-       public LttngEventContent()
-    public LttngEventContent(LttngEvent thisParent)
-    public LttngEventContent(LttngEvent thisParent, HashMap<String, LttngEventField> thisContent)
-    public LttngEventContent(LttngEventContent oldContent)
-    
-    public void emptyContent()
-    
-    public LttngEventField[] getFields()
-    public LttngEventField getField(int position)
-    public LttngEventField getField(String name)
-    public LttngEvent getEvent()
-    public LttngEventType getType()
-    public Object[] getContent()
-    public HashMap<String, LttngEventField> getRawContent()
-    
-    public void setType(LttngEventType newType)
-    public void setEvent(LttngEvent newParent)
-    
-    public String toString()
- */
-
-@SuppressWarnings("nls")
-public class LttngEventContentTest extends TestCase {
-    private final static String tracepath1="traceset/trace-15316events_nolost_newformat.txt";
-//    private final static boolean skipIndexing=true;
-    
-    private final static String firstEventContentFirstField    = "alignment:0";
-    private final static String firstEventContentFirstFieldName = "alignment";
-    private final static String firstEventContentType                  = "metadata/0/core_marker_id";
-    
-    private final static String secondEventContentSecondField  = "string:LTT state dump begin";
-    private final static String secondEventContentSecondFieldName = "string";
-    private final static String secondEventContentType                         = "kernel/0/vprintk";
-    
-    private final static long   timestampAfterMetadata                  = 13589760262237L;
-    
-    private static LTTngTextTrace testStream = null;
-    
-    private LTTngTextTrace initializeEventStream() {
-       if (testStream == null) {
-                       try {
-                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
-                               File testfile = new File(FileLocator.toFileURL(location).toURI());
-                               LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath());
-                               testStream = tmpStream;
-                       } 
-                       catch (Exception e) {
-                               System.out.println("ERROR : Could not open " + tracepath1);
-                               testStream = null;
-                       }
-               }
-       else {
-               testStream.seekEvent(0);
-       }
-       
-               return testStream;
-    }
-    
-    
-       private LttngEventContent prepareToTest() {
-               LttngEventContent tmpEventContent = null;
-
-               // This trace should be valid
-               try {
-                       testStream = null;
-                   LTTngTextTrace tmpStream = initializeEventStream();
-                       tmpEventContent = (LttngEventContent)tmpStream.getNextEvent( new TmfContext(new TmfLocation<Long>(0L), 0) ).getContent();
-               }
-               catch (Exception e) {
-                       fail("ERROR : Failed to get content!");
-               }
-
-               return tmpEventContent;
-       }
-
-       public void testConstructors() {
-               LttngEvent                testEvent = null;
-               LttngEventContent testContent   = null;
-               LttngEventContent testContent2  = null;
-        LttngEventField[]      testFields  = new LttngEventField[1];
-        testFields[0] = new LttngEventField(testContent2, "test");
-        
-           // Default construction with good argument
-        try {
-               testContent = new LttngEventContent();
-        }
-        catch( Exception e) { 
-               fail("Construction with format failed!");
-        }
-        
-        // Construction with good parameters (parent event)
-        try {
-               testContent = new LttngEventContent(testEvent);
-        }
-        catch( Exception e) { 
-               fail("Construction with format, content and fields failed!");
-        }
-        
-        // Construction with good parameters (parent event and pre-parsed content)
-        try {
-               HashMap<String, LttngEventField> parsedContent = new HashMap<String, LttngEventField>();
-               testContent = new LttngEventContent(testEvent, parsedContent);
-        }
-        catch( Exception e) { 
-               fail("Construction with format, content and fields failed!");
-        }
-        
-        
-        // Copy constructor with correct parameters
-        try {
-               testContent = new LttngEventContent(testEvent);
-               testContent2 = new LttngEventContent(testContent);
-        }
-        catch( Exception e) { 
-               fail("Copy constructor failed!");
-        }
-        
-       }
-       
-       
-       public void testGetter() {
-               LttngEventContent testContent = null;
-       LTTngTextTrace tmpStream = null;
-       LttngEvent tmpEvent = null;
-       TmfContext tmpContext = null;
-       
-       // Require an event
-       tmpStream = initializeEventStream();
-       tmpContext = new TmfContext(new TmfLocation<Long>(0L), 0);
-       tmpEvent = (LttngEvent)tmpStream.getNextEvent(tmpContext);
-               testContent = prepareToTest();
-       // getFieldS()
-       assertNotSame("getFields() returned null!",null,testContent.getFields() );
-       
-       // *** FIXME ***
-       // Depending from the Java version because of the "hashcode()" on String. 
-       // We can't really test that safetly
-       //
-       // getField(int)
-       //assertEquals("getField(int) returned unexpected result!",firstEventContentFirstField, testContent.getField(0).toString());
-       assertNotSame("getField(int) returned unexpected result!",null, testContent.getField(0).toString());
-       
-       
-       // getField(name)
-       assertEquals("getField(name) returned unexpected result!",firstEventContentFirstField, testContent.getField(firstEventContentFirstFieldName).toString());
-       // getRawContent
-       assertNotSame("getRawContent() returned null!",null, testContent.getRawContent());
-       // Test that get event return the correct event
-       assertTrue("getEvent() returned unexpected result!", tmpEvent.getTimestamp().getValue() == testContent.getEvent().getTimestamp().getValue());
-       // getType()
-       assertEquals("getType() returned unexpected result!",firstEventContentType, testContent.getType().toString());
-       
-       //*** To test getFields with a fields number >0, we need to move to an event that have some more
-       tmpStream = initializeEventStream();
-       tmpContext = new TmfContext(new TmfLocation<Long>(0L), 0);
-       // Skip first events and seek to event pass metadata
-       tmpContext= tmpStream.seekEvent(new LttngTimestamp(timestampAfterMetadata) );
-       // Skip first one 
-       tmpEvent = (LttngEvent)tmpStream.getNextEvent(tmpContext);
-       
-       // Second event past metadata should have more fields
-       tmpEvent = (LttngEvent)tmpStream.getNextEvent(tmpContext);
-       // Get the content
-       testContent = tmpEvent.getContent();
-       
-       // Test that get event return the correct event
-       assertTrue("getEvent() returned unexpected result!",tmpEvent.getTimestamp().getValue() == testContent.getEvent().getTimestamp().getValue());
-       // getType()
-       assertEquals("getType() returned unexpected result!",secondEventContentType, testContent.getType().toString());
-       
-       
-       // getFieldS()
-       assertNotSame("getFields() returned null!",null,testContent.getFields() );
-       // getField(int)
-       assertEquals("getField(int) returned unexpected result!",secondEventContentSecondField, testContent.getField(1).toString());
-       // getField(name)
-       assertEquals("getField(name) returned unexpected result!",secondEventContentSecondField, testContent.getField(secondEventContentSecondFieldName).toString());
-       // getRawContent
-       assertNotSame("getRawContent() returned null!",null, testContent.getRawContent());
-       
-    }
-       
-       public void testSetter() {
-               // Not much to test here, we will just make sure the set does not fail for any reason.
-       // It's pointless to test with a getter...
-       LTTngTextTrace tmpStream = null;
-       LttngEvent tmpEvent = null;
-       TmfContext tmpContext = null;
-       
-       // Require an event
-       tmpStream = initializeEventStream();
-       tmpContext = new TmfContext(new TmfLocation<Long>(0L), 0);
-       tmpEvent = (LttngEvent)tmpStream.getNextEvent(tmpContext);
-               
-       LttngEventContent tmpContent = prepareToTest();
-       try {
-               tmpContent.setEvent(tmpEvent);
-       }
-       catch( Exception e) { 
-               fail("setEvent(event) failed!");
-        }
-       
-       
-       LttngEventType testType = new LttngEventType();
-       try {
-               tmpContent.setType(testType);
-       }
-       catch( Exception e) { 
-               fail("setType(type) failed!");
-        }
-       }
-       
-       public void testEmptyContent() {
-               LttngEventContent testContent = null;
-       LTTngTextTrace tmpStream = null;
-       LttngEvent tmpEvent = null;
-       TmfContext tmpContext = null;
-       
-       // Require an event
-       tmpStream = initializeEventStream();
-       tmpContext = new TmfContext(new TmfLocation<Long>(0L), 0);
-       tmpEvent = (LttngEvent)tmpStream.getNextEvent(tmpContext);
-       // Get the content
-       testContent = tmpEvent.getContent();
-       // Get all the fields to make sure there is something in the HashMap
-       testContent.getFields();
-       // Just making sure there is something in the HashMap
-       assertNotSame("HashMap is empty but should not!", 0, testContent.getRawContent().size() );
-       
-       // This is the actual test
-       testContent.emptyContent();
-       assertSame("HashMap is not empty but should be!", 0, testContent.getRawContent().size() );
-       }
-    
-       public void testToString() {
-       LttngEventContent tmpContent = prepareToTest();
-       
-               // Just make sure toString() does not return null or the java reference
-               assertNotSame("toString returned null",null, tmpContent.toString() );
-               assertNotSame("toString is not overridded!", tmpContent.getClass().getName() + '@' + Integer.toHexString(tmpContent.hashCode()), tmpContent.toString() );
-    }
-       
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngEventFieldTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngEventFieldTest.java
deleted file mode 100644 (file)
index 64b3936..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-package org.eclipse.linuxtools.lttng.tests.event;
-
-
-
-import java.io.File;
-import java.net.URL;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.lttng.event.LttngEventContent;
-import org.eclipse.linuxtools.lttng.event.LttngEventField;
-import org.eclipse.linuxtools.lttng.tests.LTTngCoreTestPlugin;
-import org.eclipse.linuxtools.lttng.trace.LTTngTextTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfLocation;
-
-/*
- Functions tested here :
-        public LttngEventField(String name, Object newContent) 
-        public LttngEventField(LttngEventField oldField) 
-        public String getName() 
-        public String toString() 
-
- */
-@SuppressWarnings("nls")
-public class LttngEventFieldTest extends TestCase {
-    private final static String tracepath1="traceset/trace-15316events_nolost_newformat.txt";
-    private final static boolean skipIndexing=true;
-    
-//    private final static String firstEventName               = "alignment";
-    private final static String firstEventValue        = "0";
-    
-    private static LTTngTextTrace testStream = null;
-    private LTTngTextTrace initializeEventStream() {
-               if (testStream == null) {
-                       try {
-                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
-                               File testfile = new File(FileLocator.toFileURL(location).toURI());
-                               LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath(), skipIndexing);
-                               testStream = tmpStream;
-                       } 
-                       catch (Exception e) {
-                               System.out.println("ERROR : Could not open " + tracepath1);
-                               testStream = null;
-                       }
-               }
-               else {
-                       testStream.seekEvent(0);
-               }
-               
-               return testStream;
-       }
-    
-       private LttngEventField prepareToTest() {
-               LttngEventField tmpField = null;
-
-               // This trace should be valid
-               try {
-                       LTTngTextTrace tmpStream = initializeEventStream();
-                       tmpField = (LttngEventField)tmpStream.getNextEvent( new TmfContext(new TmfLocation<Long>(0L), 0) ).getContent().getField(0);
-               } 
-               catch (Exception e) {
-                       fail("ERROR : Failed to get field!");
-               }
-
-               return tmpField;
-       }
-
-       public void testConstructors() {
-               LttngEventContent testContent = null;
-               LttngEventField testField       = null;
-               @SuppressWarnings("unused")
-               LttngEventField testField2      = null;
-        
-           // Default construction with good argument
-        try {
-               testField = new LttngEventField(testContent, "test", "test");
-        }
-        catch( Exception e) { 
-               fail("Default construction failed!");
-        }
-        
-        // Copy constructor with correct parameters
-        try {
-               testField = new LttngEventField(testContent, "test", "test");
-               testField2 = new LttngEventField(testField);
-        }
-        catch( Exception e) { 
-               fail("Copy constructor failed!");
-        }
-        
-       }
-       
-       public void testGetter() {
-       
-       // *** To "really" test the field, we will get a real field from LTTngTrace
-       LTTngTextTrace tmpStream = initializeEventStream();
-       
-       LttngEventField testField       = (LttngEventField)tmpStream.getNextEvent( new TmfContext(new TmfLocation<Long>(0L), 0) ).getContent().getField(0);
-       assertNotSame("getField is null!",null,testField);
-       
-       // *** FIXME ***
-       // Depending from the Java version because of the "hashcode()" on String. 
-       // We can't really test that safetly
-       //
-       //assertTrue("getName() returned unexpected result!",firstEventName.equals(testField.getId().toString()));
-       assertNotSame("getName() returned unexpected result!",null, testField.getId());
-       
-       assertTrue("getValue() returned unexpected result!",firstEventValue.equals(testField.getValue().toString()));
-       
-       
-    }
-    
-       public void testToString() {
-       LttngEventField tmpField = prepareToTest();
-       
-               // Just make sure toString() does not return null or the java reference
-               assertNotSame("toString returned null",null, tmpField.toString() );
-               assertNotSame("toString is not overridded!", tmpField.getClass().getName() + '@' + Integer.toHexString(tmpField.hashCode()), tmpField.toString() );
-    }
-       
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngEventReferenceTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngEventReferenceTest.java
deleted file mode 100644 (file)
index 5c01b3b..0000000
+++ /dev/null
@@ -1,138 +0,0 @@
-package org.eclipse.linuxtools.lttng.tests.event;
-
-import java.io.File;
-import java.net.URL;
-
-import junit.framework.TestCase;
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.lttng.event.LttngEventReference;
-import org.eclipse.linuxtools.lttng.tests.LTTngCoreTestPlugin;
-import org.eclipse.linuxtools.lttng.trace.LTTngTextTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-
-/*
- Functions tested here :
-    public LttngEventReference(String newTraceName)
-    public LttngEventReference(String newTracefilePath, String newTraceName)
-    public LttngEventReference(LttngEventReference oldReference)
-    
-    public String getTracepath()
-    public String getValue()
-    
-    public void setTracepath(String tracename)
-    public void setValue(String newReference)
-    
-    public String toString()
- */
-
-@SuppressWarnings("nls")
-public class LttngEventReferenceTest extends TestCase {
-    private final static String tracepath1="traceset/trace-15316events_nolost_newformat.txt";
-    private final static boolean skipIndexing=true;
-    
-    private final static String firstEventReference        = "metadata_0";
-    
-    private static LTTngTextTrace testStream = null;
-    private LTTngTextTrace initializeEventStream() {
-               if (testStream == null) {
-                       try {
-                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
-                               File testfile = new File(FileLocator.toFileURL(location).toURI());
-                               LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath(), skipIndexing);
-                               testStream = tmpStream;
-                       } 
-                       catch (Exception e) {
-                               System.out.println("ERROR : Could not open " + tracepath1);
-                               testStream = null;
-                       }
-               }
-               else {
-                       testStream.seekEvent(0);
-               }
-               
-               return testStream;
-       }
-    
-    private LttngEventReference prepareToTest() {
-        LttngEventReference tmpEventRef = null;
-
-        // This trace should be valid
-        try {
-            LTTngTextTrace tmpStream = initializeEventStream();
-            tmpEventRef = (LttngEventReference)tmpStream.getNextEvent(new TmfContext(null, 0) ).getReference();
-        } 
-        catch (Exception e) {
-            fail("ERROR : Failed to get reference!");
-        }
-
-        return tmpEventRef;
-    }
-    
-    public void testConstructors() {
-        LttngEventReference testRef = null;
-        @SuppressWarnings("unused")
-        LttngEventReference testRef2 = null;
-        
-        // Default construction with good argument (newTracefilePath)
-        try {
-            testRef = new LttngEventReference("test");
-        }
-        catch( Exception e) { 
-            fail("Construction failed!");
-        }
-        
-        // Default construction with good arguments (newTracefilePath, newTraceName)
-        try {
-            testRef = new LttngEventReference("test", "test");
-        }
-        catch( Exception e) { 
-            fail("Construction failed!");
-        }
-        
-        // Copy constructor
-        try {
-            testRef = new LttngEventReference("test", "test");
-            testRef2 = new LttngEventReference(testRef);
-        }
-        catch( Exception e) { 
-            fail("Construction failed!");
-        }
-    }
-    
-    
-    public void testGetter() {
-        LttngEventReference tmpRef = prepareToTest();
-        
-        assertTrue("Tracepath not what was expected!",((String)tmpRef.getValue()).contains(firstEventReference) );
-        assertEquals("Content not what expected!",firstEventReference,tmpRef.getTracepath());
-    }
-    
-    public void testSetter() {
-       // Not much to do here, we will just make sure the setter does not throw
-        LttngEventReference tmpRef = prepareToTest();
-        
-        try {
-               tmpRef.setTracepath("test");
-       }
-       catch( Exception e) { 
-               fail("setTracepath(string) failed!");
-        }
-       
-       try {
-               tmpRef.setValue("test");
-       }
-       catch( Exception e) { 
-               fail("setTracepath(string) failed!");
-        }
-    }
-    
-    public void testToString() {
-        LttngEventReference tmpRef = prepareToTest();
-        
-        // Just make sure toString() does not return null or the java reference
-        assertNotSame("toString returned null",null, tmpRef.toString() );
-        assertNotSame("toString is not overridded!", tmpRef.getClass().getName() + '@' + Integer.toHexString(tmpRef.hashCode()), tmpRef.toString() );
-    }
-    
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngEventTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngEventTest.java
deleted file mode 100644 (file)
index f713dcf..0000000
+++ /dev/null
@@ -1,231 +0,0 @@
-package org.eclipse.linuxtools.lttng.tests.event;
-
-import java.io.File;
-import java.net.URL;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngEventContent;
-import org.eclipse.linuxtools.lttng.event.LttngEventReference;
-import org.eclipse.linuxtools.lttng.event.LttngEventType;
-import org.eclipse.linuxtools.lttng.event.LttngTimestamp;
-import org.eclipse.linuxtools.lttng.jni.JniEvent;
-import org.eclipse.linuxtools.lttng.tests.LTTngCoreTestPlugin;
-import org.eclipse.linuxtools.lttng.trace.LTTngTextTrace;
-import org.eclipse.linuxtools.lttng.trace.LTTngTrace;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfLocation;
-
-/*
- Functions tested here :
-    public LttngEvent(LttngTimestamp timestamp, TmfEventSource source, LttngEventType type, LttngEventContent content, LttngEventReference reference, JniEvent lttEvent)
-    public LttngEvent(LttngEvent oldEvent)
-    
-    public String getChannelName()
-    public long getCpuId()
-    public String getMarkerName()
-    public LttngEventType getType()
-    public LttngEventContent getContent()
-    
-    public void updateJniEventReference(JniEvent newJniEventReference)
-    public void setContent(LttngEventContent newContent)
-    public void setType(LttngEventType newType)
-    
-    public JniEvent convertEventTmfToJni()
-    
-       public String toString()
- */
-
-@SuppressWarnings("nls")
-public class LttngEventTest extends TestCase {
-    private final static String tracepath1="traceset/trace-15316events_nolost_newformat.txt";
-    private final static boolean skipIndexing=true;
-    
-    private final static long   eventTimestamp         = 13589759412128L;
-    private final static String eventSource    = "Kernel Core";
-    private final static String eventType              = "metadata/0/core_marker_id";
-    private final static String eventChannel   = "metadata";
-    private final static long  eventCpu                = 0;
-    private final static String eventMarker    = "core_marker_id";
-//    private final static String eventContent         = "alignment:0 size_t:4 int:4 name:vm_map pointer:4 event_id:0 long:4 channel:vm_state ";
-    private final static String eventReference         = eventChannel + "_" + eventCpu;
-    
-    
-    private static LTTngTextTrace testStream = null;
-    private LTTngTextTrace initializeEventStream() {
-               if (testStream == null) {
-                       try {
-                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
-                               File testfile = new File(FileLocator.toFileURL(location).toURI());
-                               LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath(), skipIndexing);
-                               testStream = tmpStream;
-                       } 
-                       catch (Exception e) {
-                               System.out.println("ERROR : Could not open " + tracepath1);
-                               testStream = null;
-                       }
-               }
-               else {
-                       testStream.seekEvent(0);
-               }
-               
-               return testStream;
-       }
-
-    private LttngEvent prepareToTest() {
-               LttngEvent tmpEvent = null;
-               
-               try {
-                       LTTngTextTrace tmpStream = initializeEventStream();
-                       tmpEvent = (LttngEvent)tmpStream.getNextEvent(new TmfContext(new TmfLocation<Long>(0L), 0) );
-               }
-               catch (Exception e) {
-                       System.out.println("ERROR : Could not open " + tracepath1);
-               }
-
-               return tmpEvent;
-       }
-
-       public void testConstructors() {
-        LttngEvent                     testEvent               = null;
-        LTTngTrace                     testTrace               = null;
-               @SuppressWarnings("unused")
-               LttngEvent                      testAnotherEvent = null;
-        LttngTimestamp         testTime                = null;
-        TmfEventSource                 testSource              = null;
-        LttngEventType         testType                = null;
-        LttngEventContent      testContent             = null;
-        LttngEventReference testReference      = null;
-        JniEvent                       testJniEvent    = null;
-               String[]                        testMarkerFields = null;
-               
-        // This need to work if we want to perform tests
-        try {
-                       // In order to test LttngEvent, we need all these constructors/functions to work.
-               // Make sure to run their unit tests first!
-                       testMarkerFields = new String[1];
-                testEvent      = null;
-                testTime       = new LttngTimestamp(0L);
-                testSource     = new TmfEventSource("test");
-                testType       = new LttngEventType("test", 0L, "test", 0, testMarkerFields);
-                testContent    = new LttngEventContent(testEvent);
-                testReference = new LttngEventReference("test", "test");
-        }
-        catch( Exception e) {
-                fail("Cannot allocate an EventStream, junit failed!");
-        }
-               
-        // Test constructor with correct information
-        try {
-                       testEvent = new LttngEvent(testTrace, testTime, testSource, testType, testContent, testReference, testJniEvent);
-        }
-        catch( Exception e) { 
-                fail("Construction with correct information failed!");
-        }
-        
-        // Test about copy constructor
-        // Passing a null to copy constructor should fail
-        try {
-               testAnotherEvent = new  LttngEvent(null);
-            fail("Copy constructor with null old event should fail!");
-               }
-               catch( Exception e) { 
-               }
-        
-               // Copy constructor used properly
-        testEvent = prepareToTest();
-        try {
-               testAnotherEvent = new  LttngEvent(testEvent);
-               }
-               catch( Exception e) { 
-                       fail("Correct utilisation of copy constructor failed!");
-               }
-               
-       }
-       
-       public void testGetter() {
-       LttngEvent testEvent = prepareToTest();
-       
-       // These will test TMF functions but since we are expecting it to work...
-       assertEquals("Timestamp not what expected!",eventTimestamp,testEvent.getTimestamp().getValue());
-       assertEquals("Source not what expected!",eventSource,testEvent.getSource().getSourceId());
-       assertEquals("Reference not what expected!",eventReference,((String)testEvent.getReference().toString()) );
-       
-       // These should be overridden functions
-       assertEquals("Type not what expected!",eventType,testEvent.getType().getTypeId());
-       assertEquals("Channel not what expected!",eventChannel,testEvent.getChannelName());
-       assertEquals("CpuId not what expected!",eventCpu,testEvent.getCpuId());
-       assertEquals("Marker not what expected!",eventMarker,testEvent.getMarkerName());
-       
-       // All events should have a parent
-       assertNotNull("Trace parent for this event is null!", testEvent.getParentTrace() );
-       
-       // *** FIXME ***
-       // Depending from the Java version because of the "hashcode()" on String. 
-       // We can't really test that safetly
-       //
-       //assertEquals("Content not what expected!",eventContent,testEvent.getContent().toString());
-       assertNotSame("Content is null!", null,testEvent.getContent());
-    }
-    
-       public void testSetter() {
-       LttngEvent testEvent = prepareToTest();
-       
-        LttngEventType         testType                = null;
-        LttngEventContent      testContent             = null;
-        JniEvent                       testJniEvent    = null;
-               
-        String[] testMarkerFields = new String[1];
-        testType       = new LttngEventType("test", 0L, "test", 0, testMarkerFields);
-        testContent    = new LttngEventContent(testEvent);
-        
-       try {
-               // *** FIXME ***
-               // This won't do anything good on a text trace
-               testEvent.updateJniEventReference(testJniEvent);
-               
-               testEvent.setContent(testContent);
-               testEvent.setType(testType);
-               }
-               catch( Exception e) { 
-                       fail("Setters raised an exception!");
-               }
-       
-               assertSame("SetType failed : type not what expected!",testType,testEvent.getType());
-       assertSame("SetContent failed : content not what expected!",testContent,testEvent.getContent());
-               
-       }
-       
-       
-       public void testConversion() {
-       @SuppressWarnings("unused")
-               JniEvent tmpJniEvent = null;
-       LttngEvent testEvent = null;
-       
-        testEvent = prepareToTest();
-        
-        try {
-               tmpJniEvent = testEvent.convertEventTmfToJni();
-               }
-               catch( Exception e) { 
-                       fail("Conversion raised an exception!");
-               }
-               
-               // *** FIXME ***
-               // This test can't work with a text trace, commented for now 
-               //assertNotSame("Conversion returned a null event!",null, tmpJniEvent );
-    }
-    
-       public void testToString() {
-       LttngEvent tmpEvent = prepareToTest();
-       
-               // Just make sure toString() does not return null or the java reference
-               assertNotSame("toString returned null",null, tmpEvent.toString() );
-               assertNotSame("toString is not overridded!", tmpEvent.getClass().getName() + '@' + Integer.toHexString(tmpEvent.hashCode()), tmpEvent.toString() );
-    }
-       
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngEventTypeTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngEventTypeTest.java
deleted file mode 100644 (file)
index 8adcb3e..0000000
+++ /dev/null
@@ -1,122 +0,0 @@
-package org.eclipse.linuxtools.lttng.tests.event;
-
-import java.io.File;
-import java.net.URL;
-
-import junit.framework.TestCase;
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.lttng.event.LttngEventType;
-import org.eclipse.linuxtools.lttng.tests.LTTngCoreTestPlugin;
-import org.eclipse.linuxtools.lttng.trace.LTTngTextTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-
-/*
- Functions tested here :
-    public LttngEventType()
-    public LttngEventType(String thisTracefileName, Long thisCpuId, String thisMarkerName, String[] thisMarkerfieldsName)
-    public LttngEventType(LttngEventType oldType)
-    
-    public String getTracefileName()
-    public Long getCpuId()
-    public String getMarkerName()
-    
-    public String toString()
- */
-
-@SuppressWarnings("nls")
-public class LttngEventTypeTest extends TestCase {
-       private final static String tracepath1="traceset/trace-15316events_nolost_newformat.txt";
-    private final static boolean skipIndexing=true;
-    
-    private final static String firstEventChannel       = "metadata";
-    private final static long firstEventCpu             = 0;
-    private final static String firstEventMarker        = "core_marker_id";
-    
-    private static LTTngTextTrace testStream = null;
-    private LTTngTextTrace initializeEventStream() {
-               if (testStream == null) {
-                       try {
-                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
-                               File testfile = new File(FileLocator.toFileURL(location).toURI());
-                               LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath(), skipIndexing);
-                               testStream = tmpStream;
-                       } 
-                       catch (Exception e) {
-                               System.out.println("ERROR : Could not open " + tracepath1);
-                               testStream = null;
-                       }
-               }
-               else {
-                       testStream.seekEvent(0);
-               }
-               
-               return testStream;
-       }
-    
-    private LttngEventType prepareToTest() {
-        LttngEventType tmpEventType = null;
-
-        // This trace should be valid
-        try {
-            LTTngTextTrace tmpStream = initializeEventStream();
-            tmpEventType = (LttngEventType)tmpStream.getNextEvent( new TmfContext(null, 0) ).getType();
-        } 
-        catch (Exception e) {
-            fail("ERROR : Failed to get reference!");
-        }
-
-        return tmpEventType;
-    }
-    
-    public void testConstructors() {
-        LttngEventType tmpEventType = null;
-        @SuppressWarnings("unused")
-        LttngEventType tmpEventType2 = null;
-        
-        // Default construction, no argument
-        try {
-            tmpEventType = new LttngEventType();
-        }
-        catch( Exception e) { 
-            fail("Construction failed!");
-        }
-        
-        // Default construction with good arguments
-        try {
-            tmpEventType = new LttngEventType("test", 0L, "test",  0, new String[1]);
-        }
-        catch( Exception e) { 
-            fail("Construction failed!");
-        }
-        
-        // Copy constructor
-        try {
-            tmpEventType = new LttngEventType("test", 0L, "test", 0, new String[1]);
-            tmpEventType2 = new LttngEventType(tmpEventType);
-        }
-        catch( Exception e) { 
-            fail("Construction failed!");
-        }
-    }
-    
-    
-    public void testGetter() {
-        LttngEventType tmpEventType = prepareToTest();
-        
-        assertTrue("Channel name not what was expected!",firstEventChannel.equals((String)tmpEventType.getTracefileName()) );
-        assertTrue("Cpu Id not what was expected!",firstEventCpu == tmpEventType.getCpuId() );
-        assertTrue("Marker Name not what was expected!",firstEventMarker.equals((String)tmpEventType.getMarkerName()) );
-        // Just test the non-nullity of labels
-        assertNotSame("getLabels returned null",null, tmpEventType.getLabels() );
-    }
-    
-    public void testToString() {
-        LttngEventType tmpEventType = prepareToTest();
-        
-        // Just make sure toString() does not return null or the java reference
-        assertNotSame("toString returned null",null, tmpEventType.toString() );
-        assertNotSame("toString is not overridded!", tmpEventType.getClass().getName() + '@' + Integer.toHexString(tmpEventType.hashCode()), tmpEventType.toString() );
-    }
-    
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngTimestampTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/event/LttngTimestampTest.java
deleted file mode 100644 (file)
index 20f01d8..0000000
+++ /dev/null
@@ -1,147 +0,0 @@
-package org.eclipse.linuxtools.lttng.tests.event;
-
-import java.io.File;
-import java.net.URL;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.lttng.event.LttngTimestamp;
-import org.eclipse.linuxtools.lttng.tests.LTTngCoreTestPlugin;
-import org.eclipse.linuxtools.lttng.trace.LTTngTextTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-
-/*
- Functions tested here :
- public LttngTimestamp()
- public LttngTimestamp(long newEventTime)
- public LttngTimestamp(TmfTimestamp oldEventTime)
-
- public long getValue()
- public String getSeconds()
- public String getNanoSeconds()
-
- public void setValue(long newValue)
-
- public String toString()
- */
-
-@SuppressWarnings("nls")
-public class LttngTimestampTest extends TestCase {
-    private final static String tracepath1 = "traceset/trace-15316events_nolost_newformat.txt";
-    private final static boolean skipIndexing = true;
-
-    private final static String firstEventTimeSecond = "13589";
-    private final static String firstEventTimeNano   = "759412128";
-    private final static long   firstEventTimeFull   = 13589759412128L;
-
-    private static LTTngTextTrace testStream = null;
-
-    private LTTngTextTrace initializeEventStream() {
-        if (testStream == null) {
-            try {
-                URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
-                File testfile = new File(FileLocator.toFileURL(location).toURI());
-                LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath(), skipIndexing);
-                testStream = tmpStream;
-            } catch (Exception e) {
-                System.out.println("ERROR : Could not open " + tracepath1);
-                testStream = null;
-            }
-        }
-        return testStream;
-    }
-
-    private LttngTimestamp prepareToTest() {
-        LttngTimestamp tmpTime = null;
-
-        // This trace should be valid
-        try {
-            LTTngTextTrace tmpStream = initializeEventStream();
-            tmpTime = (LttngTimestamp) tmpStream.getNextEvent(new TmfContext(null, 0)).getTimestamp();
-        } catch (Exception e) {
-            fail("ERROR : Failed to get reference!");
-        }
-
-        return tmpTime;
-    }
-
-    public void testConstructors() {
-        LttngTimestamp tmpTime = null;
-        @SuppressWarnings("unused")
-        LttngTimestamp tmpTime2 = null;
-
-        // Default construction with no argument
-        try {
-            tmpTime = new LttngTimestamp();
-        } catch (Exception e) {
-            fail("Construction failed!");
-        }
-
-        // Default construction with good argument
-        try {
-            tmpTime = new LttngTimestamp(1);
-        } catch (Exception e) {
-            fail("Construction failed!");
-        }
-
-        // Copy constructor
-        try {
-            tmpTime = new LttngTimestamp(1);
-            tmpTime2 = new LttngTimestamp(tmpTime);
-        } catch (Exception e) {
-            fail("Construction failed!");
-        }
-    }
-
-    public void testGetter() {
-        LttngTimestamp tmpTime = prepareToTest();
-
-        assertEquals("Time in second is wrong", firstEventTimeSecond, tmpTime.getSeconds());
-        assertEquals("Time in nano second is wrong", firstEventTimeNano, tmpTime.getNanoSeconds());
-
-        assertEquals("Full time is wrong", firstEventTimeFull, tmpTime.getValue());
-    }
-
-    public void testSetter() {
-        LttngTimestamp tmpTime = prepareToTest();
-
-        // We will set a time and we will make sure the set is working then
-        tmpTime.setValue(1);
-        assertEquals("Full time is wrong after set", 1, tmpTime.getValue());
-    }
-
-    public void testToString() {
-        LttngTimestamp tmpTime = prepareToTest();
-
-        // Just make sure toString() does not return null or the java reference
-        assertNotSame("toString returned null", null, tmpTime.toString());
-        assertNotSame("toString is not overridded!", tmpTime.getClass().getName() + '@' + Integer.toHexString(tmpTime.hashCode()), tmpTime.toString());
-    }
-
-    // Better test...
-    public void testToString2() {
-        LttngTimestamp ts1 = new LttngTimestamp(2064357056377L);
-        String expectedTS1 = "2064.357056377";
-
-        LttngTimestamp ts2 = new LttngTimestamp(1L);
-        String expectedTS2 = "0.000000001";
-
-        LttngTimestamp ts3 = new LttngTimestamp(123456789L);
-        String expectedTS3 = "0.123456789";
-
-        LttngTimestamp ts4 = new LttngTimestamp(1234567890L);
-        String expectedTS4 = "1.234567890";
-
-        assertEquals("toString()", expectedTS1, ts1.toString());
-        assertEquals("toString()", expectedTS2, ts2.toString());
-        assertEquals("toString()", expectedTS3, ts3.toString());
-        assertEquals("toString()", expectedTS4, ts4.toString());
-        
-        LttngTimestamp ts5 = new LttngTimestamp(2234567890L);
-        LttngTimestamp delta = ts4.getDelta(ts5);
-        String expectedDelta = "-1.000000000";
-        assertEquals("toString()", expectedDelta, delta.toString());
-    }
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/AllJniTests.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/AllJniTests.java
deleted file mode 100644 (file)
index 3a97ce5..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-package org.eclipse.linuxtools.lttng.tests.jni;
-
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-@SuppressWarnings("nls")
-public final class AllJniTests extends TestCase  {
-    public static TestSuite suite() {
-        TestSuite suite = new TestSuite("Testing JNI");
-        
-        suite.addTestSuite(JniTraceTest.class);
-        suite.addTestSuite(JniTracefileTest.class);
-        suite.addTestSuite(JniEventTest.class);
-        suite.addTestSuite(JniMarkerTest.class);
-        suite.addTestSuite(JniMarkerFieldTest.class);
-        
-        return suite;
-    }
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/Combinations.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/Combinations.java
deleted file mode 100644 (file)
index 395d420..0000000
+++ /dev/null
@@ -1,177 +0,0 @@
-/**
- * 
- */
-package org.eclipse.linuxtools.lttng.tests.jni;
-
-import junit.framework.TestCase;
-import java.util.HashMap;
-import java.util.HashSet;
-import java.util.List;
-import java.util.Set;
-
-import org.eclipse.linuxtools.lttng.jni.JniEvent;
-import org.eclipse.linuxtools.lttng.jni.JniMarker;
-import org.eclipse.linuxtools.lttng.jni.JniMarkerField;
-import org.eclipse.linuxtools.lttng.jni.JniTrace;
-import org.eclipse.linuxtools.lttng.jni.exception.JniException;
-import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
-
-
-/**
- * @author alvaro
- * 
- */
-@SuppressWarnings("nls")
-public class Combinations extends TestCase {
-
-       private final static boolean printLttDebug = false;
-       
-    private final static String tracepath="traceset/trace-618339events-1293lost-1cpu";
-       private final static String eventName = "syscall_state";
-
-       private final static Integer expect_syscall_entry = 195596;
-       private final static Integer expect_syscall_exit = 195598;
-       private final static Integer expect_core_marker_format = 177;
-       private final static Integer expect_core_marker_id = 177;
-
-       // private static final String LTT_EVENT_SYSCALL_ENTRY = "syscall_entry";
-       // private static final String LTT_EVENT_SYSCALL_EXIT = "syscall_exit";
-       // private static final String LTT_EVENT_TRAP_ENTRY = "trap_entry";
-       // private static final String LTT_EVENT_TRAP_EXIT = "trap_exit";
-       // private static final String LTT_EVENT_PAGE_FAULT_ENTRY =
-       // "page_fault_entry";
-       // private static final String LTT_EVENT_PAGE_FAULT_EXIT =
-       // "page_fault_exit";
-       // private static final String LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY =
-       // "page_fault_nosem_entry";
-       // private static final String LTT_EVENT_PAGE_FAULT_NOSEM_EXIT =
-       // "page_fault_nosem_exit";
-       // private static final String LTT_EVENT_IRQ_ENTRY = "irq_entry";
-       // private static final String LTT_EVENT_IRQ_EXIT = "irq_exit";
-       // private static final String LTT_EVENT_SOFT_IRQ_RAISE = "softirq_raise";
-       // private static final String LTT_EVENT_SOFT_IRQ_ENTRY = "softirq_entry";
-       // private static final String LTT_EVENT_SOFT_IRQ_EXIT = "softirq_exit";
-       // private static final String LTT_EVENT_SCHED_SCHEDULE = "sched_schedule";
-       // private static final String LTT_EVENT_PROCESS_FORK = "process_fork";
-       // private static final String LTT_EVENT_KTHREAD_CREATE = "kthread_create";
-       // private static final String LTT_EVENT_PROCESS_EXIT = "process_exit";
-       // private static final String LTT_EVENT_PROCESS_FREE = "process_free";
-       // private static final String LTT_EVENT_EXEC = "exec";
-       // private static final String LTT_EVENT_PROCESS_STATE = "process_state";
-       // private static final String LTT_EVENT_STATEDUMP_END = "statedump_end";
-       // private static final String LTT_EVENT_FUNCTION_ENTRY = "function_entry";
-       // private static final String LTT_EVENT_FUNCTION_EXIT = "function_exit";
-       // private static final String LTT_EVENT_THREAD_BRAND = "thread_brand";
-       // private static final String LTT_EVENT_REQUEST_ISSUE =
-       // "_blk_request_issue";
-       // private static final String LTT_EVENT_REQUEST_COMPLETE =
-       // "_blk_request_complete";
-       // private static final String LTT_EVENT_LIST_INTERRUPT = "interrupt";
-       // private static final String LTT_EVENT_SYS_CALL_TABLE = "sys_call_table";
-       // private static final String LTT_EVENT_SOFTIRQ_VEC = "softirq_vec";
-       // private static final String LTT_EVENT_KPROBE_TABLE = "kprobe_table";
-       // private static final String LTT_EVENT_KPROBE = "kprobe";
-
-       // enum EventString {
-       // syscall_entry, syscall_exit, trap_entry, trap_exit, page_fault_entry,
-       // page_fault_exit, page_fault_nosem_entry, page_fault_nosem_exit,
-       // irq_entry, irq_exit, softirq_raise, softirq_entry, softirq_exit,
-       // sched_schedule, process_fork, kthread_create, process_exit, process_free,
-       // exec, process_state, statedump_end, function_entry, function_exit,
-       // thread_brand, _blk_request_issue, blk_request_complete, interrupt,
-       // sys_call_table, softirq_vec, kprobe_table, kprobe
-       // };
-
-       enum EvStateTrans {
-               syscall_entry, syscall_exit, trap_entry, trap_exit, page_fault_entry, page_fault_exit, page_fault_nosem_entry, page_fault_nosem_exit, irq_entry, irq_exit, softirq_raise, softirq_entry, softirq_exit, sched_schedule, process_fork, kthread_create, process_exit, process_free, exec, thread_brand
-       };
-
-       private static Set<String> stateSet;
-       static {
-               stateSet = new HashSet<String>();
-               EvStateTrans[] stateArr = EvStateTrans.values();
-               for (EvStateTrans event : stateArr) {
-                       stateSet.add(event.name());
-               }
-       }
-
-       private JniEvent prepareEventToTest() {
-
-               JniEvent tmpEvent = null;
-               // This trace should be valid
-               try {
-                       tmpEvent = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug).requestEventByName(eventName);
-               } catch (JniException e) {
-               }
-
-               return tmpEvent;
-       }
-       
-       public void testGetSpecEventFields() {
-               JniEvent event = prepareEventToTest();
-               JniMarker dmarker = event.requestEventMarker();
-               List<JniMarkerField> markers = dmarker.getMarkerFieldsArrayList();
-
-               assertNotNull(markers);
-               System.out.println("Markers: " + markers);
-
-       }
-
-       public void testEventsLoop() {
-               JniTrace trace = null;
-               JniEvent event = null;
-               try {
-                       trace = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug);
-               } catch (JniException e) {
-                       e.printStackTrace();
-               }
-
-               HashMap<String, Integer> eventCount = new HashMap<String, Integer>();
-               while (true) {
-                       event = trace.readNextEvent();
-                       if (event == null) {
-                               break;
-                       }
-                       JniMarker dmarker = event.requestEventMarker();
-                       assertNotNull(dmarker);
-
-                       String name = dmarker.getName();
-
-                       if (eventCount.containsKey(name)) {
-                               Integer cnt = eventCount.get(name);
-                               eventCount.put(name, cnt + 1);
-                       } else {
-                               eventCount.put(name, 1);
-                               // Only print state transition states and it's format
-                               if (stateSet.contains(name)) {
-                                       System.out.println("\nMarker name: " + name + "\nFields:");
-                                       
-                                       Object[] tmpMarkerFields = dmarker.getMarkerFieldsArrayList().toArray();
-                                       String[] fields = new String[tmpMarkerFields.length];
-                                       
-                                       for (int pos = 0; pos < tmpMarkerFields.length; pos++) {
-                                               fields[pos] = ((JniMarkerField) tmpMarkerFields[pos]).getField() + ":" + ((JniMarkerField) tmpMarkerFields[pos]).getFormat();
-                                       }
-                                       
-                                       for (String field : fields) {
-                                               System.out.println(field + " ");
-                                       }
-                               }
-                       }
-               }
-
-               for (String state : eventCount.keySet()) {
-                       System.out.println(state + " : " + eventCount.get(state));
-               }
-
-               assertEquals("syscall_entry mismatch", expect_syscall_entry, eventCount
-                               .get(EvStateTrans.syscall_entry.name()));
-               assertEquals("syscall_exit mismatch", expect_syscall_exit, eventCount
-                               .get(EvStateTrans.syscall_exit.name()));
-               assertEquals("core_market_format mismatch", expect_core_marker_format,
-                               eventCount.get("core_marker_format"));
-               assertEquals("core_market_id mismatch", expect_core_marker_id,
-                               eventCount.get("core_marker_id"));
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/JniEventTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/JniEventTest.java
deleted file mode 100644 (file)
index 6a93385..0000000
+++ /dev/null
@@ -1,344 +0,0 @@
-
-/*
- Functions tested here :
-        public JniEvent(JniEvent oldEvent)
-        public JniEvent(long newEventPtr, long newTracefilePtr, HashMap<Integer, JniMarker> newMarkersMap, JniTracefile newParentTracefile) throws JafException
-        
-        public int readNextEvent()
-        public int seekToTime(JniTime seekTime)
-        public int seekOrFallBack(JniTime seekTime)
-        
-        public JniMarker requestEventMarker()
-        public String requestEventSource()
-        public JniTime requestNextEventTime()
-        
-        public ArrayList<ParsedContent> parse()
-        
-        public int getEventMarkerId()
-        public JniTime getEventTime()
-        public long getEventDataSize()
-        public HashMap<Integer, JniMarker> getMarkersMap()
-        public long getTracefilePtr()
-        public long getEventPtr()
-        public int getEventState()
-        public JniTracefile getParentTracefile()
-        
-        public String toString()
-        public void printEventInformation()
-*/
-
-
-package org.eclipse.linuxtools.lttng.tests.jni;
-
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.lttng.jni.JniEvent;
-import org.eclipse.linuxtools.lttng.jni.JniTracefile;
-import org.eclipse.linuxtools.lttng.jni.common.JniTime;
-import org.eclipse.linuxtools.lttng.jni.exception.JniException;
-import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
-
-@SuppressWarnings("nls")
-public class JniEventTest extends TestCase
-{
-               private final static boolean printLttDebug = false;
-       
-        private final static String tracepath="traceset/trace-15316events_nolost_newformat";
-        private final static String eventName="kernel0";
-        
-        private final static int    numberOfMarkersInTracefile = 45;
-        
-        private final static int    numberOfparsedFieldsFirstEvent = 1;
-        private final static int    numberOfparsedFieldsSecondEvent = 3;
-        
-        private final static int    chosenPositionOfFieldsFirstEvent = 1;
-        private final static int    chosenPositionOfFieldsSecondEvent = 0;
-        private final static int    chosenPositionOfFieldsAfterSeekEvent = 1;
-        
-        private final static String chosenNameOfFieldsFirstEvent = "string";
-        private final static String chosenNameOfFieldsSecondEvent = "ip";
-        private final static String chosenNameOfFieldsThirdEvent = "syscall_id";
-        
-        private final static String contentOfFieldsFirstEvent = "LTT state dump begin";
-        private final static String   contentOfFieldsSecondEvent = "0xc142176d";
-        private final static long   contentOfFieldsThirdEvent = 3L;
-        
-        private final static int    numberOfByteInContent = 4;
-        
-        private final static long   firstEventTimestamp = 13589760262237L;
-        private final static long   secondEventTimestamp = 13589762149621L;
-        private final static long   thirdEventTimestamp = 13589762917527L;
-        
-        private final static long   timestampToSeekTest1 = 13589807108560L;
-        private final static long   timestampAfterSeekTest1 = 13589807116344L;
-        
-        private final static long   timestampToSeekLast = 13589906758692L;
-        
-        private final static long   timestampToSeekTooFarAway = Long.MAX_VALUE;
-
-        private JniEvent prepareEventToTest() {
-                
-                JniEvent tmpEvent = null;
-                
-                // This trace should be valid
-                try {
-                        tmpEvent = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug).requestEventByName(eventName);
-                }
-                catch( JniException e) { }
-                
-                return tmpEvent;
-        }
-        
-        
-        public void testEventConstructors() {
-                JniTracefile testTracefile = null;
-                
-                @SuppressWarnings("unused")
-                               JniEvent testEvent1 = null;
-                @SuppressWarnings("unused")
-                               JniEvent testEvent2 = null;
-                
-                // This trace should be valid and will be used in test
-                try {
-                        testTracefile = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug).requestTracefileByName(eventName);
-                }
-                catch( JniException e) { }
-                
-                
-                // Test constructor on a wrong marker HashMap
-                try {
-                        testEvent1 = testTracefile.allocateNewJniEvent( testTracefile.getCurrentEvent().getEventPtr(), null, testTracefile );
-                        fail("Construction with wrong marker hashmap should fail!");
-                }
-                catch( JniException e) { 
-                }
-                
-                // Test constructor on a wrong tracefile reference
-                try {
-                        testEvent1 = testTracefile.allocateNewJniEvent( testTracefile.getCurrentEvent().getEventPtr(), testTracefile.getTracefileMarkersMap(), null );
-                        fail("Construction with wrong tracefile reference should fail!");
-                }
-                catch( JniException e) { 
-                }
-                
-                
-                // Finally, test constructor with correct information
-                try {
-                        testEvent1 = testTracefile.allocateNewJniEvent( testTracefile.getCurrentEvent().getEventPtr(), testTracefile.getTracefileMarkersMap(), testTracefile );
-                }
-                catch( JniException e) { 
-                        fail("Construction with correct information failed!");
-                }
-                
-                /*
-                // Test copy constructor
-                try {
-                        testEvent1 = new JniEvent( testTracefile.getCurrentEvent() );
-                        testEvent2 = new JniEvent( testEvent1);
-                }
-                catch( Exception e) {
-                        fail("Copy constructor failed!");
-                }
-                assertEquals("JniEvent timestamp not same after using copy constructor", testEvent1.getEventTime().getTime() , testEvent2.getEventTime().getTime() );
-                */
-                
-        }
-        
-        public void testPrintAndToString() {
-                
-                JniEvent testEvent = prepareEventToTest();
-                
-                // Test printEventInformation
-                try {
-                        testEvent.printEventInformation();
-                }
-                catch( Exception e) { 
-                        fail("printEventInformation failed!");
-                }
-                
-                // Test ToString()
-                assertNotSame("toString returned empty data","",testEvent.toString() );
-                
-        }
-        
-        public void testEventDisplacement() {
-                
-                int readValue = -1;
-                int seekValue = -1; 
-                JniEvent testEvent = prepareEventToTest();
-                
-                // Test #1 readNextEvent()
-                readValue = testEvent.readNextEvent();
-                assertSame("readNextEvent() returned error (test #1)",0,readValue);
-                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",secondEventTimestamp,testEvent.getEventTime().getTime() );
-                
-                // Test #2 readNextEvent()
-                readValue = testEvent.readNextEvent();
-                assertSame("readNextEvent() returned error (test #1)",0,readValue);
-                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",thirdEventTimestamp,testEvent.getEventTime().getTime() );
-                
-                
-                // Test  #1 of seekToTime()
-                seekValue = testEvent.seekToTime(new JniTime(timestampToSeekTest1) );
-                assertSame("seekToTime() returned error (test #1)",0,seekValue);
-                // Read SHOULD NOT be performed after a seek!
-                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",timestampToSeekTest1,testEvent.getEventTime().getTime() );
-                
-                readValue = testEvent.readNextEvent();
-                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",timestampAfterSeekTest1,testEvent.getEventTime().getTime() );
-                
-                
-                // Test  #2 of seekToTime()
-                seekValue = testEvent.seekToTime(new JniTime(timestampToSeekLast) );
-                assertSame("seekToTime() returned error (test #2)",0,seekValue);
-                // Read SHOULD NOT be performed after a seek!
-                assertEquals("readNextEvent() event timestamp is incoherent (test #2)",timestampToSeekLast,testEvent.getEventTime().getTime() );
-                
-                // Read AFTER the last event should bring an error
-                readValue = testEvent.readNextEvent();
-                assertNotSame("readNextEvent() AFTER last event should return error (test #2)",0,readValue);
-                
-                
-                // Test to see if we can seek back
-                seekValue = testEvent.seekToTime(new JniTime(firstEventTimestamp) );
-                assertSame("seekToTime() returned error (test seek back)",0,seekValue);
-                // Read SHOULD NOT be performed after a seek!
-                assertEquals("readNextEvent() event timestamp is incoherent (test seek back)",firstEventTimestamp,testEvent.getEventTime().getTime() );
-                
-                
-                // Test  #1 of seekOrFallBack() (seek within range)
-                seekValue = testEvent.seekOrFallBack(new JniTime(timestampToSeekTest1) );
-                assertSame("seekToTime() returned error (test #1)",0,seekValue);
-                // Read SHOULD NOT be performed after a seek!
-                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",timestampToSeekTest1,testEvent.getEventTime().getTime() );
-                
-                // Test  #2 of seekOrFallBack() (seek out of range, should fall back)
-                seekValue = testEvent.seekOrFallBack(new JniTime(timestampToSeekTooFarAway) );
-                assertNotSame("seekOrFallBack() should return an error (test #2)",0,seekValue);
-                // The read should return the "last" value as we seek back
-                assertEquals("readNextEvent() event timestamp is incoherent (test #2)",timestampToSeekTest1,testEvent.getEventTime().getTime() );
-        }
-        
-        public void testGetSet() {
-                
-                JniEvent testEvent = prepareEventToTest();
-                
-                // Test that all Get/Set return data
-                assertNotSame("getEventMarkerId is 0",0,testEvent.getEventMarkerId() );
-                
-                // JniTime should never be null
-                assertNotNull("getEventTime returned null", testEvent.getEventTime() );
-                
-                assertNotSame("getEventDataSize is 0",0,testEvent.getEventDataSize() );
-                
-                // Test that the marker map is not null
-                assertNotSame("getMarkersMap is null",null,testEvent.getMarkersMap() );
-                // Also check that the map contain some data
-                assertSame("getMarkersMap returned an unexpected number of markers",numberOfMarkersInTracefile,testEvent.getMarkersMap().size() );
-                
-                assertNotSame("getTracefilePtr is 0",0,testEvent.getTracefilePtr() );
-                assertNotSame("getEventPtr is 0",0,testEvent.getEventPtr() );
-                // State 0 (EOK) means the event is in a sane state
-                assertSame("getEventState is not EOK",0,testEvent.getEventState() );
-                
-                // ParentTracefile should never be null
-                assertNotNull("getParentTracefile returned null", testEvent.getParentTracefile() );
-        }
-        
-        public void testRequestFunctions() {
-                
-                JniEvent testEvent = prepareEventToTest();
-                
-                // Test requestEventMarker(). Should return an unique marker
-                assertNotNull("requestEventMarker returned null",testEvent.requestEventMarker() );
-                
-                // Test requestEventSource()
-                assertNotSame("requestEventSource is empty","",testEvent.requestEventSource() );
-                
-                // Test requestEventContent()
-                assertNotNull("requestEventContent returned null",testEvent.requestEventContent() );
-                
-                // Also check that the byte array contain some data
-                assertSame("requestEventContent returned an unexpected number of markers",numberOfByteInContent,testEvent.requestEventContent().length );
-                
-        }
-        
-        public void testParseAllFieldsFunctions() {
-                
-                JniEvent testEvent = prepareEventToTest();
-                
-                // Test parse()
-                assertNotNull("parseAllFields returned null",testEvent.parseAllFields() );
-                // Parse shouldn't be empty
-                assertSame("parseAllFields returned an unexpected number of parsed fields",numberOfparsedFieldsFirstEvent,testEvent.parseAllFields().size() );
-                
-                // MORE PARSING TESTS 
-                // We will perform several more unit tests about parsing as it is very important
-                // All those below use the same call as in the displacement test
-                // Test #1 readNextEvent()
-                testEvent.readNextEvent();
-                assertNotNull("parseAllFields returned null",testEvent.parseAllFields() );
-                assertSame("parseAllFields returned an unexpected number of parsed fields",numberOfparsedFieldsSecondEvent,testEvent.parseAllFields().size() );
-                // Test #2 readNextEvent()
-                testEvent.readNextEvent();
-                assertNotNull("parseAllFields returned null",testEvent.parseAllFields() );
-                
-                // Test  #1 of seekToTime()
-                testEvent.seekToTime(new JniTime(timestampToSeekTest1) );
-                // Read need to be perform after a seek!
-                testEvent.readNextEvent();
-                assertNotNull("parseAllFields returned null",testEvent.parseAllFields() );
-                testEvent.readNextEvent();
-                assertNotNull("parseAllFields returned null",testEvent.parseAllFields() );
-                
-                // Test  #2 of seekToTime()
-                testEvent.seekToTime(new JniTime(timestampToSeekLast) );
-                // Read need to be perform after a seek!
-                testEvent.readNextEvent();
-                assertNotNull("parseAllFields returned null",testEvent.parseAllFields() );
-                
-                // Test to see if we can seek back
-                testEvent.seekToTime(new JniTime(firstEventTimestamp) );
-                // Read need to be perform after a seek!
-                testEvent.readNextEvent();
-                assertNotNull("parseAllFields returned null",testEvent.parseAllFields() );
-        }
-        
-        public void testParseFieldByIdFunctions() {
-                JniEvent testEvent = prepareEventToTest();
-                
-                // Test parse()
-                assertNotNull("parseFieldById returned null",testEvent.parseFieldById(0) );
-                
-                testEvent.readNextEvent();
-                assertNotNull("parseFieldById returned null",testEvent.parseFieldById(chosenPositionOfFieldsFirstEvent) );
-                assertEquals("Content return by parseFieldById is invalid",contentOfFieldsFirstEvent, testEvent.parseFieldById(chosenPositionOfFieldsFirstEvent) );
-                assertEquals("Content return by parseFieldByName is invalid",contentOfFieldsFirstEvent, testEvent.parseFieldByName(chosenNameOfFieldsFirstEvent) );
-                
-                // MORE PARSING TESTS 
-                // We will perform several more unit tests about parsing as it is very important
-                // All those below use the same call as in the displacement test
-                // Test #1 readNextEvent()
-                testEvent.readNextEvent();
-                assertNotNull("parseFieldById returned null",testEvent.parseFieldById(chosenPositionOfFieldsSecondEvent) );
-                assertEquals("Content return by parseFieldById is invalid", contentOfFieldsSecondEvent, testEvent.parseFieldById(chosenPositionOfFieldsSecondEvent).toString() );
-                assertEquals("Content return by parseFieldByName is invalid",contentOfFieldsSecondEvent, testEvent.parseFieldByName(chosenNameOfFieldsSecondEvent).toString() );
-                
-                // Test  #1 of seekToTime()
-                testEvent.seekToTime(new JniTime(timestampToSeekTest1) );
-                // Read need to be perform after a seek!
-                testEvent.readNextEvent();
-                assertNotNull("parseFieldById returned null",testEvent.parseFieldById(chosenPositionOfFieldsAfterSeekEvent) );
-                assertEquals("Content return by parseFieldById is invalid",contentOfFieldsThirdEvent, testEvent.parseFieldById(chosenPositionOfFieldsAfterSeekEvent) );
-                assertEquals("Content return by parseFieldByName is invalid",contentOfFieldsThirdEvent, testEvent.parseFieldByName(chosenNameOfFieldsThirdEvent) );
-                
-                // Test to see if we can seek back
-                testEvent.seekToTime(new JniTime(firstEventTimestamp) );
-                // Read need to be perform after a seek!
-                testEvent.readNextEvent();
-                assertNotNull("parseFieldById returned null",testEvent.parseFieldById(chosenPositionOfFieldsFirstEvent) );
-                assertEquals("Content return by parseFieldById is invalid",contentOfFieldsFirstEvent, testEvent.parseFieldById(chosenPositionOfFieldsFirstEvent) );
-                assertEquals("Content return by parseFieldByName is invalid",contentOfFieldsFirstEvent, testEvent.parseFieldByName(chosenNameOfFieldsFirstEvent) );
-        }
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/JniMarkerFieldTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/JniMarkerFieldTest.java
deleted file mode 100644 (file)
index f224c6f..0000000
+++ /dev/null
@@ -1,115 +0,0 @@
-
-package org.eclipse.linuxtools.lttng.tests.jni;
-
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.lttng.jni.JniEvent;
-import org.eclipse.linuxtools.lttng.jni.JniMarker;
-import org.eclipse.linuxtools.lttng.jni.JniMarkerField;
-import org.eclipse.linuxtools.lttng.jni.exception.JniException;
-import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
-
-/*
- Functions tested here :
-        public JniMarkerField(JniMarkerField oldMarkerField)
-        public JniMarkerField(long newMarkerPtr) throws JniException
-        
-        public String getField()
-        public String getFormat()
-        
-        public String toString()
-        public void printMarkerFieldInformation()
-*/
-
-@SuppressWarnings("nls")
-public class JniMarkerFieldTest extends TestCase
-{
-               private final static boolean printLttDebug = false;
-       
-        private final static String tracepath="traceset/trace-15316events_nolost_newformat";
-        private final static String eventName="kernel0";
-        
-        private JniMarkerField prepareMarkerFieldToTest() {
-                
-                JniEvent tmpEvent = null;
-                JniMarkerField tmpMarkerField = null;
-                
-                // This trace should be valid
-                // We will read the first 2 event to have something interesting to test on
-                try {
-                        tmpEvent = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug).requestEventByName(eventName);
-                        tmpEvent.readNextEvent();
-                        tmpEvent.readNextEvent();
-                        
-                        // Use the first field
-                        tmpMarkerField = tmpEvent.requestEventMarker().getMarkerFieldsArrayList().get(0);
-                }
-                catch( JniException e) { }
-                
-                return tmpMarkerField;
-        }
-        
-        public void testEventConstructors() {
-                
-                JniMarker tmpMarker = null;
-                
-                @SuppressWarnings("unused")
-                               JniMarkerField tmpMarkerField1 = null;
-                @SuppressWarnings("unused")
-                               JniMarkerField tmpMarkerField2 = null;
-                
-                // This event should be valid and will be used in test
-                try {
-                        tmpMarker = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug).requestEventByName(eventName).requestEventMarker();
-                }
-                catch( JniException e) { }
-                
-                // Test constructor with pointer on a correct pointer
-                try {
-                        tmpMarkerField1 = tmpMarker.allocateNewJniMarkerField( tmpMarker.getMarkerFieldsArrayList().get(0).getMarkerFieldPtr() );
-                }
-                catch( JniException e) {
-                        fail("Construction with correct pointer failed!");
-                }
-                
-                /*
-                // Test copy constructor
-                try {
-                        tmpMarkerField1 = new JniMarkerField( tmpMarker.getMarkerFieldsArrayList().get(0) );
-                        tmpMarkerField2 = new JniMarkerField( tmpMarkerField1);
-                }
-                catch( Exception e) {
-                        fail("Copy constructor failed!");
-                }
-                assertSame("JniMarker name not same after using copy constructor", tmpMarkerField1.getField() , tmpMarkerField2.getField());
-                */
-                
-        }
-        
-        public void testGetSet() {
-                
-                JniMarkerField testMarkerField = prepareMarkerFieldToTest();
-                
-                // Test that all Get/Set return data
-                assertNotSame("getName is empty","",testMarkerField.getField() );
-                assertNotSame("getFormat is empty","",testMarkerField.getFormat() );
-                assertNotSame("getMarkerFieldPtr is 0",0,testMarkerField.getMarkerFieldPtr() );
-        }
-        
-        public void testPrintAndToString() {
-                
-                JniMarkerField testMarkerField = prepareMarkerFieldToTest();
-                
-                // Test printMarkerInformation
-                try {
-                        testMarkerField.printMarkerFieldInformation();
-                }
-                catch( Exception e) { 
-                        fail("printMarkerFieldInformation failed!");
-                }
-                
-                // Test ToString()
-                assertNotSame("toString returned empty data","",testMarkerField.toString() );
-        }
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/JniMarkerTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/JniMarkerTest.java
deleted file mode 100644 (file)
index f0fb79c..0000000
+++ /dev/null
@@ -1,123 +0,0 @@
-
-package org.eclipse.linuxtools.lttng.tests.jni;
-
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.lttng.jni.JniEvent;
-import org.eclipse.linuxtools.lttng.jni.JniMarker;
-import org.eclipse.linuxtools.lttng.jni.exception.JniException;
-import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
-
-/*
- Functions tested here :
-        public JniMarker(JniMarker oldMarker)
-        public JniMarker(long newMarkerPtr) throws JniException
-        
-        public String[] requestMarkerFieldToString()
-        
-        public String getName()
-        public String  getFormatOverview()
-        public ArrayList<JniMarkerField> getMarkerFieldArrayList()
-        
-        public String toString()
-        public void printMarkerInformation()
-*/
-
-@SuppressWarnings("nls")
-public class JniMarkerTest extends TestCase
-{
-               private final static boolean printLttDebug = false;
-               
-        private final static String tracepath="traceset/trace-15316events_nolost_newformat";
-        private final static String eventName="kernel0";
-        
-        private final static int    numberOfMarkersFieldInMarker = 3;
-        
-        private JniMarker prepareMarkerToTest() {
-                
-                JniEvent tmpEvent = null;
-                JniMarker tmpMarker = null;
-                
-                // This trace should be valid
-                // We will read the second event to have something interesting to test on
-                try {
-                        tmpEvent = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug).requestEventByName(eventName);
-                        tmpEvent.readNextEvent();
-                        
-                        tmpMarker = tmpEvent.requestEventMarker();
-                }
-                catch( JniException e) { }
-                
-                return tmpMarker;
-        }
-        
-        public void testEventConstructors() {
-                
-                JniEvent tmpEvent = null;
-                
-                @SuppressWarnings("unused")
-                               JniMarker testMarker1 = null;
-                @SuppressWarnings("unused")
-                               JniMarker testMarker2 = null;
-                
-                // This event should be valid and will be used in test
-                try {
-                        tmpEvent = JniTraceFactory.getJniTrace(tracepath, null, printLttDebug).requestEventByName(eventName);
-                }
-                catch( JniException e) { }
-                
-                // Test constructor with pointer on a correct pointer
-                try {
-                        testMarker1 = tmpEvent.getParentTracefile().allocateNewJniMarker( tmpEvent.requestEventMarker().getMarkerPtr() );
-                }
-                catch( JniException e) {
-                        fail("Construction with correct pointer failed!");
-                }
-                
-                /*
-                // Test copy constructor
-                try {
-                        testMarker1 = new JniMarker( tmpEvent.requestEventMarker().getMarkerPtr() );
-                        testMarker2 = new JniMarker( testMarker1);
-                }
-                catch( JniException e) {
-                        fail("Copy constructor failed!");
-                }
-                assertSame("JniMarker name not same after using copy constructor", testMarker1.getName() , testMarker2.getName());
-                */
-                
-        }
-        
-        public void testGetSet() {
-                
-                JniMarker testMarker = prepareMarkerToTest();
-                
-                // Test that all Get/Set return data
-                assertNotSame("getName is empty","",testMarker.getName() );
-                assertNotSame("getFormat is empty","",testMarker.getFormatOverview() );
-                
-                assertNotSame("getMarkerFieldArrayList is null",null,testMarker.getMarkerFieldsArrayList() );
-                // Also check that the map contain a certains number of data
-                assertSame("getMarkerFieldArrayList returned an unexpected number of markers",numberOfMarkersFieldInMarker,testMarker.getMarkerFieldsArrayList().size() );
-                
-                assertNotSame("getMarkerPtr is 0",0,testMarker.getMarkerPtr() );
-        }
-        
-        public void testPrintAndToString() {
-                
-                JniMarker testMarker = prepareMarkerToTest();
-                
-                // Test printMarkerInformation
-                try {
-                        testMarker.printMarkerInformation();
-                }
-                catch( Exception e) { 
-                        fail("printMarkerInformation failed!");
-                }
-                
-                // Test ToString()
-                assertNotSame("toString returned empty data","",testMarker.toString() );
-                
-        }
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/JniTraceTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/JniTraceTest.java
deleted file mode 100644 (file)
index 7021d0c..0000000
+++ /dev/null
@@ -1,380 +0,0 @@
-
-package org.eclipse.linuxtools.lttng.tests.jni;
-
-import org.eclipse.linuxtools.lttng.jni.JniEvent;
-import org.eclipse.linuxtools.lttng.jni.JniTrace;
-import org.eclipse.linuxtools.lttng.jni.common.JniTime;
-import org.eclipse.linuxtools.lttng.jni.exception.JniException;
-import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
-
-import junit.framework.TestCase;
-
-/*
- Functions tested here :
-        public JniTrace()
-        public JniTrace(JniTrace oldTrace)
-        public JniTrace(String newpath) throws JafException
-        public JniTrace(long newPtr) throws JafException
-        
-        public void openTrace(String newPath) throws JafException
-        public void openTrace() throws JafException
-        public void closeTrace( ) throws JafException
-        
-        public JniEvent readNextEvent()
-        public JniEvent findNextEvent()
-        public JniEvent seekAndRead(JniTime seekTime)
-        public void seekToTime(JniTime seekTime)
-        
-        public JniTracefile requestTracefileByName(String tracefileName)
-        public JniEvent requestEventByName(String tracefileName)
-        public ArrayList<Location> requestTraceLocation()
-        
-        public String getTracepath()
-        public int getCpuNumber()
-        public long getArchType()
-        public long getArchVariant()
-        public short getArchSize()
-        public short getLttMajorVersion()
-        public short getLttMinorVersion()
-        public short getFlightRecorder()
-        public long getFreqScale()
-        public long getStartFreq()
-        public long getStartTimestampCurrentCounter()
-        public long getStartMonotonic()
-        public JniTime getStartTime()
-        pubilc JniTime getEndTime()
-        public JniTime getStartTimeFromTimestampCurrentCounter()
-        public HashMap<String, JniTracefile> getTracefilesMap()
-        public long getTracePtr()
-        
-        public void printAllTracefilesInformation()
-        public void printTraceInformation()
-        
-        public String toString() 
- */
-
-@SuppressWarnings("nls")
-public class JniTraceTest extends TestCase
-{
-               private final static boolean printLttDebug = false;
-               
-        private final static String tracepath1="traceset/trace-15316events_nolost_newformat";
-        private final static String tracepath2="traceset/trace-15471events_nolost_newformat";
-        private final static String wrongTracePath="/somewhere/that/does/not/exist";
-        
-        private final static String correctTracefileName="kernel0";
-        private final static String wrongTracefileName="somethingThatDoesNotExists";
-        
-        private final static int   numberOfTracefilesInTrace = 16;
-        
-        private final static long   firstEventTimestamp = 13589759412128L;
-        private final static String firstEventTracefilename = "metadata0";
-        
-        private final static long   secondEventTimestamp = 13589759419903L;
-        private final static String secondEventName = "metadata";
-        
-        private final static long  thirdEventTimestamp = 13589759422785L;
-        
-        private final static long   eventTimestampAfterMetadata = 13589760262237L;
-        private final static String eventTracefilenameAfterMetadata = "kernel0";
-        
-        private final static long   timestampToSeekTest1 = 13589821608319L;
-        private final static String eventNameAfterSeekTest1 = "kernel";
-        private final static String eventTracefilenameAfterSeekTest1 = "kernel0";
-        private final static String nextEventNameAfterSeekTest1 = "vm_state";
-        
-        private final static long   timestampToSeekTest2 = 13589861889350L;
-        private final static String eventNameAfterSeekTest2 = "fs";
-        private final static String nextEventNameAfterSeekTest2 = "kernel";
-        
-        private final static long   timestampToSeekLast = 13589906758692L;
-        private final static String eventNameAfterSeekLast = "kernel";
-        
-        
-        private JniTrace prepareTraceToTest() {
-                JniTrace tmpTrace = null;
-                
-                // This trace should be valid
-                try {
-                        tmpTrace = JniTraceFactory.getJniTrace(tracepath1, null, printLttDebug);
-                        //tmpTrace.seekToTime(new JniTime(0L));
-                }
-                catch( JniException e) { }
-                
-                return tmpTrace;
-        }
-        
-        public void testTraceConstructors() {
-                @SuppressWarnings("unused")
-                               JniTrace testTrace1 = null;
-                @SuppressWarnings("unused")
-                JniTrace testTrace2 = null;
-                
-                // Test constructor with argument on a wrong tracepath
-                try {
-                        testTrace1 = JniTraceFactory.getJniTrace(wrongTracePath, null, printLttDebug);
-                        fail("Construction with wrong tracepath should fail!");
-                }
-                catch( JniException e) { 
-                }
-                
-                // Test constructor with argument on a correct tracepath
-                try {
-                        testTrace1 = JniTraceFactory.getJniTrace(tracepath1, null, printLttDebug);
-                }
-                catch( JniException e) {
-                        fail("Construction with correct tracepath failed!");
-                }
-        }
-        
-        public void testTraceOpenClose() {
-                
-                JniTrace testTrace = prepareTraceToTest(); // This trace should be valid
-                
-                // test the constructor with arguments passing a wrong tracepath
-                try {
-                        testTrace.openTrace(wrongTracePath);
-                        fail("Open with wrong tracepath should fail!");
-                }
-                catch( JniException e) { }
-                
-                // Test open with a correct tracepath
-                try {
-                        testTrace.openTrace(tracepath1);
-                        assertNotSame("getTracepath is empty after open","",testTrace.getTracepath() );
-                }
-                catch( JniException e) { 
-                        fail("Open with a correct tracepath failed!");
-                }
-                
-                // Test to open a trace already opened
-                try {
-                        testTrace.openTrace(tracepath1);
-                        testTrace.openTrace(tracepath2);
-                        assertNotSame("getTracepath is empty after open","",testTrace.getTracepath() );
-                }
-                catch( JniException e) { 
-                        fail("Reopen of a trace failed!");
-                }
-                
-                
-                // Test to open a trace already opened, but with a wrong tracepath
-                try {
-                        testTrace.openTrace(tracepath1);
-                        testTrace.openTrace(wrongTracePath);
-                        fail("Reopen with wrong tracepath should fail!");
-                }
-                catch( JniException e) {
-                }
-        }
-        
-        public void testGetSet() {
-                
-                JniTrace testTrace = prepareTraceToTest();
-                
-                // Test that all Get/Set return data
-                assertNotSame("getTracepath is empty","",testTrace.getTracepath() );
-                assertNotSame("getCpuNumber is 0",0,testTrace.getCpuNumber() );
-                assertNotSame("getArchType is 0",0,testTrace.getArchType() );
-                assertNotSame("getArchVariant is 0",0,testTrace.getArchVariant() );
-                assertNotSame("getArchSize is 0",0,testTrace.getArchSize() );
-                assertNotSame("getLttMajorVersion is 0",0,testTrace.getLttMajorVersion() );
-                assertNotSame("getLttMinorVersion is 0",0,testTrace.getLttMinorVersion() );
-                assertNotSame("getFlightRecorder is 0",0,testTrace.getFlightRecorder() );
-                assertNotSame("getFreqScale is 0",0,testTrace.getFreqScale() );
-                assertNotSame("getStartFreq is 0",0,testTrace.getStartFreq() );
-                assertNotSame("getStartTimestampCurrentCounter is 0",0,testTrace.getStartTimestampCurrentCounter());
-                assertNotSame("getStartMonotonic is 0",0,testTrace.getStartMonotonic() );
-                assertNotSame("getStartTime is null",null,testTrace.getStartTime() );
-                assertNotSame("getEndTime() is null", null, testTrace.getEndTime() );
-                assertNotSame("getStartTimeNoAdjustement is null",null,testTrace.getStartTimeNoAdjustement() );
-                assertNotSame("getTracefilesMap is null",null,testTrace.getTracefilesMap() );
-                // Also check that the map contain some tracefiles
-                assertSame("getTracefilesMap returned an unexpected number of tracefiles",numberOfTracefilesInTrace,testTrace.getTracefilesMap().size() );
-                assertNotSame("getTracePtr is 0",0,testTrace.getTracePtr() );
-                
-                
-        }
-        
-        public void testPrintAndToString() {
-                
-                JniTrace testTrace = prepareTraceToTest();
-                
-                // Test printTraceInformation
-                try {
-                        testTrace.printTraceInformation();
-                }
-                catch( Exception e) { 
-                        fail("printTraceInformation failed!");
-                }
-                
-                // Test ToString()
-                assertNotSame("toString returned empty data","",testTrace.toString() );
-        }
-        
-        public void testRequestFunctions() {
-        
-                JniTrace testTrace = prepareTraceToTest();
-                
-                // Test requestTracefileByName()
-                assertNotSame("requestTracefileByName returned null",null,testTrace.requestTracefileByName(correctTracefileName) );
-                assertSame("requestTracefileByName returned content on non existent name",null,testTrace.requestTracefileByName(wrongTracefileName) );
-                
-                // Test requestEventByName()
-                assertNotSame("requestEventByName returned null",null,testTrace.requestEventByName(correctTracefileName) );
-                assertSame("requestEventByName returned content on non existent name",null,testTrace.requestEventByName(wrongTracefileName) );
-        }
-        
-        public void testEventDisplacement() {
-        
-                JniEvent testEvent = null; 
-                JniTrace testTrace = prepareTraceToTest();
-                
-                // Test readNextEvent()
-                testEvent = testTrace.readNextEvent();
-                assertNotSame("readNextEvent() returned null",null,testEvent);
-                assertEquals("readNextEvent() timestamp is incoherent",firstEventTimestamp,testEvent.getEventTime().getTime() );
-                
-                // Test findNextEvent()
-                testEvent = testTrace.findNextEvent();
-                assertNotSame("findNextEvent() returned null",null,testEvent);
-                assertEquals("findNextEvent() name is incoherent",secondEventName,testEvent.getParentTracefile().getTracefileName() );
-                
-                // Test readNextEvent()
-                testEvent = testTrace.readNextEvent();
-                assertNotSame("readNextEvent() returned null",null,testEvent);
-                assertEquals("readNextEvent() timestamp is incoherent",secondEventName,testEvent.getParentTracefile().getTracefileName() );
-                
-                // Tests below are for seekAndRead()
-                // After, we will perform the same operation for seekTime
-                //
-                // Test  #1 of seekAndRead()
-                testEvent = testTrace.seekAndRead(new JniTime(timestampToSeekTest1) );
-                assertNotSame("seekAndRead(time) returned null (test #1)",null,testEvent);
-                assertEquals("seekAndRead(time) timestamp is incoherent (test #1)",timestampToSeekTest1,testEvent.getEventTime().getTime());
-                assertEquals("event name after seekAndRead(time) is incoherent (test #1)",eventNameAfterSeekTest1,testEvent.getParentTracefile().getTracefileName());
-                // Test that the next event after seek in the one we expect
-                testEvent = testTrace.readNextEvent();
-                assertEquals("readNextEvent() name after seekAndRead(time) is incoherent (test #1)",nextEventNameAfterSeekTest1,testEvent.getParentTracefile().getTracefileName());
-                
-                // Test  #2 of seekAndRead()
-                testEvent = testTrace.seekAndRead(new JniTime(timestampToSeekTest2) );
-                assertNotSame("seekAndRead(time) returned null (test #2)",null,testEvent);
-                assertEquals("seekAndRead(time) timestamp is incoherent (test #2)",timestampToSeekTest2,testEvent.getEventTime().getTime());
-                assertEquals("event name after seekAndRead(time) is incoherent (test #2)",eventNameAfterSeekTest2,testEvent.getParentTracefile().getTracefileName());
-                // Test that the next event after seek in the one we expect
-                testEvent = testTrace.readNextEvent();
-                assertEquals("readNextEvent() name after seekAndRead(time) is incoherent (test #2)",nextEventNameAfterSeekTest2,testEvent.getParentTracefile().getTracefileName());
-                
-                
-                // Seek to the LAST event of the trace
-                testEvent = testTrace.seekAndRead(new JniTime(timestampToSeekLast) );
-                assertNotSame("seekAndRead(time) returned null ",null,testEvent);
-                assertEquals("seekAndRead(time) timestamp is incoherent ",timestampToSeekLast,testEvent.getEventTime().getTime());
-                assertEquals("event name after seekTime(time) is incoherent ",eventNameAfterSeekLast,testEvent.getParentTracefile().getTracefileName());
-                // Test that the next event is NULL (end of the trace)
-                testEvent = testTrace.readNextEvent();
-                assertSame("seekAndRead(time) returned null ",null,testEvent);
-                
-                
-                // Make sure we can seek back
-                testEvent = testTrace.seekAndRead(new JniTime(firstEventTimestamp) );
-                assertNotSame("seekAndRead(time) to seek back returned null",null,testEvent);
-                assertEquals("seekAndRead(time) timestamp after seek back is incoherent",firstEventTimestamp,testEvent.getEventTime().getTime());
-                
-                
-                
-                // Tests below are for seekToTime()
-                // These are the same test as seekAndRead() for a readNextEvent() should be performed after seek
-                //
-                // Test  #1 of seekToTime()
-                testTrace.seekToTime(new JniTime(timestampToSeekTest1) );
-                testEvent = testTrace.readNextEvent();
-                assertNotSame("seekToTime(time) returned null (test #1)",null,testEvent);
-                assertEquals("seekToTime(time) timestamp is incoherent (test #1)",timestampToSeekTest1,testEvent.getEventTime().getTime());
-                assertEquals("event name after seekTime(time) is incoherent (test #1)",eventNameAfterSeekTest1,testEvent.getParentTracefile().getTracefileName());
-                // Test that the next event after seek in the one we expect
-                testEvent = testTrace.readNextEvent();
-                assertEquals("readNextEvent() name after seekToTime(time) is incoherent (test #1)",nextEventNameAfterSeekTest1,testEvent.getParentTracefile().getTracefileName());
-                
-                // Test  #2 of seekToTime()
-                testTrace.seekToTime(new JniTime(timestampToSeekTest2) );
-                testEvent = testTrace.readNextEvent();
-                assertNotSame("seekToTime(time) returned null (test #2)",null,testEvent);
-                assertEquals("seekToTime(time) timestamp is incoherent (test #2)",timestampToSeekTest2,testEvent.getEventTime().getTime());
-                assertEquals("event name after seekTime(time) is incoherent (test #2)",eventNameAfterSeekTest2,testEvent.getParentTracefile().getTracefileName());
-                // Test that the next event after seek in the one we expect
-                testEvent = testTrace.readNextEvent();
-                assertEquals("readNextEvent() name after seekToTime(time) is incoherent (test #2)",nextEventNameAfterSeekTest2,testEvent.getParentTracefile().getTracefileName());
-                
-                
-                // Seek to the LAST event of the trace
-                testTrace.seekToTime(new JniTime(timestampToSeekLast) );
-                testEvent = testTrace.readNextEvent();
-                assertNotSame("seekToTime(time) returned null ",null,testEvent);
-                assertEquals("seekToTime(time) timestamp is incoherent ",timestampToSeekLast,testEvent.getEventTime().getTime());
-                assertEquals("event name after seekTime(time) is incoherent ",eventNameAfterSeekLast,testEvent.getParentTracefile().getTracefileName());
-                // Test that the next event is NULL (end of the trace)
-                testEvent = testTrace.readNextEvent();
-                assertSame("seekToTime(time) returned null ",null,testEvent);
-                
-                
-                // Make sure we can seek back
-                testTrace.seekToTime(new JniTime(firstEventTimestamp) );
-                testEvent = testTrace.readNextEvent();
-                assertNotSame("seekToTime(time) to seek back returned null",null,testEvent);
-                assertEquals("seekToTime(time) timestamp after seek back is incoherent",firstEventTimestamp,testEvent.getEventTime().getTime());
-        }
-        
-        public void testEventDisplacementByTracefile() {
-        
-                JniEvent testEvent = null; 
-                JniTrace testTrace = prepareTraceToTest();
-                
-                // Read first event for the metadata (which is also the first event in the trace)
-                testEvent = testTrace.readNextEvent(testTrace.requestTracefileByName(firstEventTracefilename) );
-                assertNotSame("readNextEvent() returned null",null,testEvent);
-                assertEquals("readNextEvent() timestamp is incoherent",firstEventTimestamp,testEvent.getEventTime().getTime() );
-                
-                // If we read the next event again for this tracefile, we should get the SECOND event
-                testEvent = testTrace.readNextEvent(testTrace.requestTracefileByName(firstEventTracefilename));
-                assertNotSame("readNextEvent() on second read returned null",null,testEvent);
-                assertEquals("readNextEvent() timestamp on second read  is incoherent",secondEventTimestamp,testEvent.getEventTime().getTime() );
-                
-                // Reading the "global" event should take care of the change
-                // So if we read the next event, we should get the THIRD event
-                testEvent = testTrace.readNextEvent();
-                assertNotSame("readNextEvent() to read global event returned null",null,testEvent);
-                assertEquals("readNextEvent() timestamp to read global event is incoherent",thirdEventTimestamp,testEvent.getEventTime().getTime());
-                
-                // Now read the next event for another type of tracefile
-                testEvent = testTrace.readNextEvent(testTrace.requestTracefileByName(eventTracefilenameAfterMetadata) );
-                assertNotSame("readNextEvent() returned null",null,testEvent);
-                assertEquals("readNextEvent() timestamp is incoherent",eventTimestampAfterMetadata,testEvent.getEventTime().getTime() );
-                
-                
-                // Seek back to the beginning
-                testTrace.seekToTime(new JniTime(firstEventTimestamp), testTrace.requestTracefileByName(firstEventTracefilename) );
-                // Read the first event
-                testEvent = testTrace.readNextEvent(testTrace.requestTracefileByName(firstEventTracefilename) );
-                assertNotSame("readNextEvent() after seekToTime returned null",null,testEvent);
-                assertEquals("readNextEvent() after seekToTime timestamp is incoherent",firstEventTimestamp,testEvent.getEventTime().getTime() );
-                
-                // Seek and Read the first event for the metadata (again the first event in the trace)
-                testEvent = testTrace.seekAndRead(new JniTime(firstEventTimestamp), testTrace.requestTracefileByName(firstEventTracefilename) );
-                assertNotSame("seekAndRead() returned null",null,testEvent);
-                assertEquals("seekAndRead() timestamp is incoherent",firstEventTimestamp,testEvent.getEventTime().getTime() );
-                
-                // Seek the whole trace to the infinity
-                testTrace.seekToTime(new JniTime(Long.MAX_VALUE));
-                // Seek and Read the next event in the trace
-                testEvent = testTrace.seekAndRead(new JniTime(timestampToSeekTest1), testTrace.requestTracefileByName(eventTracefilenameAfterSeekTest1) );
-                assertNotSame("seekAndRead() returned null",null,testEvent);
-                assertEquals("seekAndRead() timestamp is incoherent",timestampToSeekTest1,testEvent.getEventTime().getTime() );
-                // Read next event... only the same type should be here as other are exhausted
-                testEvent = testTrace.readNextEvent();
-                assertNotSame("readNextEvent() after seekToTime returned null",null,testEvent);
-                assertEquals("readNextEvent() name after seekToTime is incoherent",eventNameAfterSeekTest1,testEvent.getParentTracefile().getTracefileName());
-                
-        }
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/JniTracefileTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/jni/JniTracefileTest.java
deleted file mode 100644 (file)
index 2dbc424..0000000
+++ /dev/null
@@ -1,233 +0,0 @@
-
-package org.eclipse.linuxtools.lttng.tests.jni;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.lttng.jni.JniTrace;
-import org.eclipse.linuxtools.lttng.jni.JniTracefile;
-import org.eclipse.linuxtools.lttng.jni.common.JniTime;
-import org.eclipse.linuxtools.lttng.jni.exception.JniException;
-import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
-
-/*
- Functions tested here :
-        public JniTracefile(JniTracefile oldTracefile)
-        public JniTracefile(long newPtr) throws JniException
-        
-        public int readNextEvent()
-        public int seekToTime(JniTime seekTime)
-        
-        public Location requestTracefileLocation()
-        
-        public boolean getIsCpuOnline()
-        public String getTracefilePath()
-        public String getTracefileName()
-        public long getCpuNumber()
-        public long getTid()
-        public long getPgid()
-        public long getCreation()
-        public long getTracePtr()
-        public long getMarkerDataPtr()
-        public int getCFileDescriptor()
-        public long getFileSize()
-        public long getBlocksNumber()
-        public boolean getIsBytesOrderReversed()
-        public boolean getIsFloatWordOrdered()
-        public long getAlignement()
-        public long getBufferHeaderSize()
-        public int getBitsOfCurrentTimestampCounter()
-        public int getBitsOfEvent()
-        public long getCurrentTimestampCounterMask()
-        public long getCurrentTimestampCounterMaskNextBit()
-        public long getEventsLost()
-        public long getSubBufferCorrupt()
-        public JniEvent getCurrentEvent()
-        public long getBufferPtr()
-        public long getBufferSize()
-        public HashMap<Integer, JniMarker> getTracefileMarkersMap()
-        public JniTrace getParentTrace()
-        public long getTracefilePtr()
-        
-        public String toString()
-        public void printTracefileInformation()
-*/
-
-@SuppressWarnings("nls")
-public class JniTracefileTest extends TestCase
-{
-               private final static boolean printLttDebug = false;
-               
-        private final static String tracepath1="traceset/trace-15316events_nolost_newformat";
-        private final static String tracefileName1="kernel0";
-        
-        private final static int    numberOfMarkersInTracefile = 45;
-        
-        private final static long   firstEventTimestamp = 13589760262237L;
-        private final static long   secondEventTimestamp = 13589762149621L;
-        private final static long   thirdEventTimestamp = 13589762917527L;
-        
-        private final static long   timestampToSeekTest1 = 13589807108560L;
-        private final static long   timestampAfterSeekTest1 = 13589807116344L;
-        
-        private final static long   timestampToSeekLast = 13589906758692L;
-        
-        
-        private JniTracefile prepareTracefileToTest() {
-                
-                JniTracefile tmpTracefile = null;
-                
-                // This trace should be valid
-                try {
-                        tmpTracefile = JniTraceFactory.getJniTrace(tracepath1, null, printLttDebug).requestTracefileByName(tracefileName1);
-                        
-                }
-                catch( JniException e) { }
-                
-                return tmpTracefile;
-        }
-        
-        
-        public void testTracefileConstructors() {
-                JniTrace testTrace = null;
-                @SuppressWarnings("unused")
-                               JniTracefile testTracefile1 = null;
-                @SuppressWarnings("unused")
-                               JniTracefile testTracefile2 = null;
-                
-                // This trace should be valid and will be used in test
-                try {
-                        testTrace = JniTraceFactory.getJniTrace(tracepath1, null, printLttDebug);
-                }
-                catch( JniException e) { }
-                
-                // Test constructor with pointer on a correct pointer
-                try {
-                        testTracefile1 = testTrace.allocateNewJniTracefile( testTrace.requestEventByName(tracefileName1).getTracefilePtr(), testTrace );
-                }
-                catch( JniException e) {
-                        fail("Construction with correct pointer failed!");
-                }
-                
-                /*
-                // Test copy constructor
-                try {
-                        testTracefile1 = new JniTracefile( testTrace.requestEventByName(tracefileName1).getTracefilePtr(), testTrace );
-                        testTracefile2 = new JniTracefile( testTracefile1);
-                }
-                catch( JniException e) {
-                        fail("Copy constructor failed!");
-                }
-                assertSame("JniTracefile name not same after using copy constructor", testTracefile1.getTracefileName() , testTracefile2.getTracefileName());
-                */
-                
-        }
-        
-        public void testGetSet() {
-                
-                JniTracefile testTracefile = prepareTracefileToTest();
-                
-                // Test that all Get/Set return data
-                //boolean getIsCpuOnline will always be sane...
-                assertNotSame("getIsCpuOnline() failed",null, testTracefile.getIsCpuOnline() );
-                assertNotSame("getTracefilePath is empty","",testTracefile.getTracefilePath() );
-                assertNotSame("getTracefileName is empty","",testTracefile.getTracefileName() );
-                assertNotSame("getCpuNumber is 0",0,testTracefile.getCpuNumber() );
-                assertNotSame("getTid is 0",0,testTracefile.getTid() );
-                assertNotSame("getPgid is 0",0,testTracefile.getPgid() );
-                assertNotSame("getCreation is 0",0,testTracefile.getCreation() );
-                assertNotSame("getTracePtr is 0",0,testTracefile.getTracePtr() );
-                assertNotSame("getMarkerDataPtr is 0",0,testTracefile.getMarkerDataPtr() );
-                assertNotSame("getCFileDescriptor is 0",0,testTracefile.getCFileDescriptor() );
-                assertNotSame("getFileSize is 0",0,testTracefile.getFileSize() );
-                assertNotSame("getBlocksNumber is 0",0,testTracefile.getBlocksNumber() );
-                //boolean getIsBytesOrderReversed will always be sane...
-                assertNotSame("getIsBytesOrderReversed() failed",null, testTracefile.getIsBytesOrderReversed() );
-                //boolean getIsFloatWordOrdered will always be sane...
-                assertNotSame("getIsFloatWordOrdered() failed",null, testTracefile.getIsFloatWordOrdered() );
-                assertNotSame("getAlignement is 0",0,testTracefile.getAlignement() );
-                assertNotSame("getBufferHeaderSize is 0",0,testTracefile.getBufferHeaderSize() );
-                assertNotSame("getBitsOfCurrentTimestampCounter is 0",0,testTracefile.getBitsOfCurrentTimestampCounter() );
-                assertNotSame("getBitsOfEvent is 0",0,testTracefile.getBitsOfEvent() );
-                assertNotSame("getCurrentTimestampCounterMask is 0",0,testTracefile.getCurrentTimestampCounterMask() );
-                assertNotSame("getCurrentTimestampCounterMaskNextBit is 0",0,testTracefile.getCurrentTimestampCounterMaskNextBit() );
-                assertNotSame("getEventsLost is 0",0,testTracefile.getEventsLost() );
-                assertNotSame("getSubBufferCorrupt is 0",0,testTracefile.getSubBufferCorrupt() );
-                // There should be at least 1 event, so it shouldn't be null
-                assertNotNull("getCurrentEvent returned null", testTracefile.getCurrentEvent() );
-                
-                assertNotSame("getBufferPtr is 0",0,testTracefile.getBufferPtr() );
-                assertNotSame("getBufferSize is 0",0,testTracefile.getBufferSize() );
-                
-                assertNotSame("getTracefileMarkersMap is null",null,testTracefile.getTracefileMarkersMap() );
-                // Also check that the map contain a certains number of data
-                assertSame("getTracefileMarkersMap returned an unexpected number of markers",numberOfMarkersInTracefile,testTracefile.getTracefileMarkersMap().size() );
-                
-                assertNotSame("getParentTrace is null",null,testTracefile.getParentTrace() );
-                
-                assertNotSame("getTracefilePtr is 0",0,testTracefile.getTracefilePtr() );
-                
-        }
-        
-        public void testPrintAndToString() {
-                
-                JniTracefile testTracefile = prepareTracefileToTest();
-                
-                // Test printTraceInformation
-                try {
-                        testTracefile.printTracefileInformation();
-                }
-                catch( Exception e) { 
-                        fail("printTraceInformation failed!");
-                }
-                
-                // Test ToString()
-                assertNotSame("toString returned empty data","",testTracefile.toString() );
-                
-        }
-        
-        public void testEventDisplacement() {
-                
-                int readValue = -1;
-                int seekValue = -1; 
-                JniTracefile testTracefile = prepareTracefileToTest();
-                
-                // Test #1 readNextEvent()
-                readValue = testTracefile.readNextEvent();
-                assertSame("readNextEvent() returned error (test #1)",0,readValue);
-                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",secondEventTimestamp,testTracefile.getCurrentEvent().getEventTime().getTime() );
-                
-                // Test #2 readNextEvent()
-                readValue = testTracefile.readNextEvent();
-                assertSame("readNextEvent() returned error (test #1)",0,readValue);
-                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",thirdEventTimestamp,testTracefile.getCurrentEvent().getEventTime().getTime() );
-                
-                
-                // Test  #1 of seekToTime()
-                seekValue = testTracefile.seekToTime(new JniTime(timestampToSeekTest1) );
-                assertSame("seekToTime() returned error (test #1)",0,seekValue);
-                // Read SHOULD NOT be performed after a seek!
-                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",timestampToSeekTest1,testTracefile.getCurrentEvent().getEventTime().getTime() );
-                
-                readValue = testTracefile.readNextEvent();
-                assertEquals("readNextEvent() event timestamp is incoherent (test #1)",timestampAfterSeekTest1,testTracefile.getCurrentEvent().getEventTime().getTime() );
-                
-                
-                // Test  #2 of seekToTime()
-                seekValue = testTracefile.seekToTime(new JniTime(timestampToSeekLast) );
-                assertSame("seekToTime() returned error (test #2)",0,seekValue);
-                // Read SHOULD NOT be performed after a seek!
-                assertEquals("readNextEvent() event timestamp is incoherent (test #2)",timestampToSeekLast,testTracefile.getCurrentEvent().getEventTime().getTime() );
-                
-                // Read AFTER the last event should bring an error
-                readValue = testTracefile.readNextEvent();
-                assertNotSame("readNextEvent() AFTER last event should return error (test #2)",0,readValue);
-                
-                
-                // Test to see if we can seek back
-                seekValue = testTracefile.seekToTime(new JniTime(firstEventTimestamp) );
-                assertSame("seekToTime() returned error (test seek back)",0,seekValue);
-               // Read SHOULD NOT be performed after a seek!
-                assertEquals("readNextEvent() event timestamp is incoherent (test seek back)",firstEventTimestamp,testTracefile.getCurrentEvent().getEventTime().getTime() );
-                
-        }
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/model/LTTngTreeNodeTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/model/LTTngTreeNodeTest.java
deleted file mode 100644 (file)
index ddc5a20..0000000
+++ /dev/null
@@ -1,271 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tests.model;
-
-import org.eclipse.linuxtools.lttng.model.LTTngTreeNode;
-
-import junit.framework.TestCase;
-
-/**
- * @author alvaro
- *
- */
-@SuppressWarnings("nls")
-public class LTTngTreeNodeTest extends TestCase {
-       // =======================================================================
-       // Data
-       // =======================================================================
-       LTTngTreeNode node10;
-       LTTngTreeNode node20;
-       LTTngTreeNode node30;
-       LTTngTreeNode node40;
-       LTTngTreeNode node50;
-       LTTngTreeNode node60;
-
-       LTTngTreeNode node15;
-       LTTngTreeNode node25;
-       LTTngTreeNode node35;
-       LTTngTreeNode node45;
-       LTTngTreeNode node55;
-       LTTngTreeNode node65;
-       LTTngTreeNode node67;
-
-       // =======================================================================
-       // Preparation and Finish
-       // =======================================================================
-       /* (non-Javadoc)
-        * @see junit.framework.TestCase#setUp()
-        */
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-               // Create state resources and assign a parent
-               node10 = new LTTngTreeNode(10L, null, "node10", this);
-               node20 = new LTTngTreeNode(20L, node10, "node20", this);
-               node30 = new LTTngTreeNode(30L, node20, "node30", this);
-               node40 = new LTTngTreeNode(40L, node30, "node40", this);
-               node50 = new LTTngTreeNode(50L, node40, "node50", this);
-               node60 = new LTTngTreeNode(60L, node50, "node60", this);
-               
-               //Adding first children
-               node10.addChild(node20);
-               node20.addChild(node30);
-               node30.addChild(node40);
-               node40.addChild(node50);
-               node50.addChild(node60);
-               
-               //create additional nodes
-               node15 = new LTTngTreeNode(15L, node10, "node15", this);
-               node25 = new LTTngTreeNode(25L, node20, "node25", this);
-               node35 = new LTTngTreeNode(35L, node30, "node35", this);
-               node45 = new LTTngTreeNode(45L, node40, "node45", this);
-               node55 = new LTTngTreeNode(55L, node50, "node55", this);
-               node65 = new LTTngTreeNode(65L, node60, "node65", this);
-               node67 = new LTTngTreeNode(67L, node60, "node67", this);
-               
-               
-               // Add children to instances
-               node10.addChild(node15);
-               node20.addChild(node25);
-               node30.addChild(node35);
-               node40.addChild(node45);
-               node50.addChild(node55);
-               node60.addChild(node65);
-               node60.addChild(node67);
-
-       }
-
-       // =======================================================================
-       // Methods
-       // =======================================================================
-       /* (non-Javadoc)
-        * @see junit.framework.TestCase#tearDown()
-        */
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.lttng.model.LTTngTreeNode#getChildren()}.
-        */
-       public void testGetChildren() {
-               LTTngTreeNode[] childrensOf60 = node60.getChildren();
-               assertNotNull(childrensOf60);
-
-               int size = childrensOf60.length;
-               assertEquals(2, size);
-
-               LTTngTreeNode child65 = childrensOf60[0];
-               LTTngTreeNode child67 = childrensOf60[1];
-
-               assertNotNull(child65);
-               assertNotNull(child67);
-
-               assertEquals("node65", child65.getName());
-               assertEquals("node67", child67.getName());
-       }
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.lttng.model.LTTngTreeNodeGeneric#getId()}.
-        */
-       public void testGetId() {
-               assertEquals(15L, node15.getId().longValue());
-       }
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.lttng.model.LTTngTreeNodeGeneric#getType()}.
-        */
-       public void testGetType() {
-               assertEquals(this.getClass(), node15.getType());
-       }
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.lttng.model.LTTngTreeNodeGeneric#getChildByName(java.lang.String)}.
-        */
-       public void testGetChildByName() {
-               LTTngTreeNode child65 = node60.getChildByName("node65");
-               LTTngTreeNode child67 = node60.getChildByName("node67");
-               assertNotNull(child65);
-               assertNotNull(child67);
-
-               assertEquals("node65", child65.getName());
-               assertEquals("node67", child67.getName());
-       }
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.lttng.model.LTTngTreeNodeGeneric#removeChild(org.eclipse.linuxtools.lttng.model.ILTTngTreeNode)}.
-        */
-       public void testRemoveChild() {
-               // Verify node20
-               LTTngTreeNode[] childrensOf20 = node20.getChildren();
-               assertNotNull(childrensOf20);
-
-               int size = childrensOf20.length;
-               assertEquals(2, size);
-
-               LTTngTreeNode child25 = childrensOf20[0];
-               LTTngTreeNode child30 = childrensOf20[1];
-
-               assertNotNull(child25);
-               assertNotNull(child30);
-
-               assertEquals("node25", child25.getName());
-               assertEquals("node30", child30.getName());
-
-               // Remove a child with unusual values.
-               node20.removeChild(null);
-               node20.removeChild(node60);
-
-               // Remove a valid child
-               node20.removeChild(node30);
-
-               // Verify consistency
-               childrensOf20 = node20.getChildren();
-               assertNotNull(childrensOf20);
-
-               size = childrensOf20.length;
-               assertEquals(1, size);
-
-               child25 = childrensOf20[0];
-
-               assertNotNull(child25);
-
-               assertEquals("node25", child25.getName());
-       }
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.lttng.model.LTTngTreeNodeGeneric#getChildById(java.lang.Integer)}.
-        */
-       public void testGetChildById() {
-               LTTngTreeNode child65 = node60.getChildById(65L);
-               LTTngTreeNode child67 = node60.getChildById(67L);
-               assertNotNull(child65);
-               assertNotNull(child67);
-
-               assertEquals("node65", child65.getName());
-               assertEquals("node67", child67.getName());
-       }
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.lttng.model.LTTngTreeNodeGeneric#getParent()}.
-        */
-       public void testGetParent() {
-               assertEquals(node60, node67.getParent());
-       }
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.lttng.model.LTTngTreeNodeGeneric#setParent(org.eclipse.linuxtools.lttng.model.ILTTngTreeNode)}.
-        */
-       public void testSetParent() {
-               node30.removeChild(node35);
-               node60.addChild(node35);
-               node35.setParent(node60);
-
-               assertEquals(node60, node35.getParent());
-       }
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.lttng.model.LTTngTreeNodeGeneric#hasChildren()}.
-        */
-       public void testHasChildren() {
-               assertEquals(true, node10.hasChildren());
-
-               node10.removeChild(node15);
-               node10.removeChild(node20);
-
-               assertEquals(false, node10.hasChildren());
-       }
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.lttng.model.LTTngTreeNodeGeneric#getName()}.
-        */
-       public void testGetName() {
-               assertEquals("node40", node40.getName());
-       }
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.lttng.model.LTTngTreeNodeGeneric#getPath()}.
-        */
-       public void testGetPath() {
-               String path = node60.getPath();
-               assertEquals("/node10/node20/node30/node40/node50/node60", path);
-       }
-
-       /**
-        * Test method for
-        * {@link org.eclipse.linuxtools.lttng.model.LTTngTreeNodeGeneric#getAdapter()}
-        * .
-        */
-       public void testGetAdapter() {
-               Object value = node60.getAdapter(this.getClass());
-               assertEquals("Unexpected Adapter reference", this, value);
-       }
-
-       /**
-        * Test method for
-        * {@link org.eclipse.linuxtools.lttng.model.LTTngTreeNodeGeneric#getAttibute()}
-        * .
-        */
-       public void testGetAttribute() {
-               Long lval = Long.valueOf(10L);
-               node60.addAttribute("attr1", "Value1");
-               node60.addAttribute("attr2", lval);
-               node60.addAttribute("attr3", node50);
-
-               assertEquals("Value1", node60.getAttribute("attr1", String.class));
-               assertEquals(lval, node60.getAttribute("attr2", Long.class));
-               assertEquals(node50, node60.getAttribute("attr3", LTTngTreeNode.class));
-               assertEquals(null, node60.getAttribute("attr1", LTTngTreeNode.class));
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/StateManagerFactoryTestSupport.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/StateManagerFactoryTestSupport.java
deleted file mode 100644 (file)
index ff7ee5f..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.tests.state;
-
-import java.util.HashMap;
-import java.util.Map;
-
-import org.eclipse.linuxtools.lttng.model.LTTngTreeNode;
-import org.eclipse.linuxtools.lttng.state.LttngStateException;
-import org.eclipse.linuxtools.lttng.state.trace.IStateTraceManager;
-import org.eclipse.linuxtools.lttng.state.trace.StateTraceManager;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-
-/**
- * @author alvaro
- * 
- */
-public class StateManagerFactoryTestSupport {
-       // ========================================================================
-       // Data
-       // =======================================================================
-
-       private static final Map<String, IStateTraceManager> instanceBook = new HashMap<String, IStateTraceManager>();
-
-       // ========================================================================
-       // Methods
-       // =======================================================================
-
-       /**
-        * Provide a stateManager instance per trace
-        * 
-        * @return
-        */
-       public static IStateTraceManager getManager(ITmfTrace trace) {
-               String traceUniqueId = trace.getName();
-
-               if (traceUniqueId == null) {
-                       return null;
-               }
-
-               if (instanceBook.containsKey(traceUniqueId)) {
-                       return instanceBook.get(traceUniqueId);
-               }
-
-               // LttngTraceState traceModel =
-               // StateModelFactory.getStateEntryInstance();
-               IStateTraceManager manager = null;
-
-               // catch construction problems
-               Long id = 0L;
-               LTTngTreeNode parent = null;
-
-               try {
-                       manager = new StateTraceManager(id, parent, traceUniqueId, trace);
-               } catch (LttngStateException e) {
-                       e.printStackTrace();
-               }
-
-               instanceBook.put(traceUniqueId, manager);
-               return manager;
-       }
-
-       /**
-        * Remove previously registered managers
-        * @param traceUniqueId
-        */
-       public static void removeManager(String traceUniqueId) {
-               if (traceUniqueId != null && instanceBook.containsKey(traceUniqueId)) {
-                       instanceBook.remove(traceUniqueId);
-               }
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/TestStateManager.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/TestStateManager.java
deleted file mode 100644 (file)
index 28023cc..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.tests.state;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.lttng.trace.LTTngTrace;
-
-/**
- * @author alvaro
- * 
- */
-@SuppressWarnings("nls")
-public class TestStateManager extends TestCase {
-
-       /**
-        * TODO: Not used for the time being, for experiment selection test cases
-        * for package state.experiment
-        */
-       public void testSetTraceSelection() {
-               String logName = "traceset/trace-15316events_nolost_newformat";
-               
-//             LTTngTrace testStream = null;
-//             try {
-//                     testStream = new LTTngTrace(logName, true);
-//             } catch (Exception e) {
-//                     e.printStackTrace();
-//             }
-//
-//             if (testStream != null) {
-//                 LTTngTrace[] streamList = new LTTngTrace[1];
-//                     streamList[0] = testStream;
-                       // TmfExperiment<LttngEvent> newExp = new
-                       // TmfExperiment<LttngEvent>(LttngEvent.class, logName, streamList);
-                       
-                       //Get the Test StateManager
-                       // IStateTraceManager manager = StateManagerFactoryTestSupport
-                       // .getManager(testStream);
-                       //Start execution.
-                       // manager.experimentUpdated(new TmfExperimentUpdatedSignal(this,
-                       // newExp, null), true);
-                       
-                       //Print events not handled.
-                       // Set<String> notHandledEvents = manager.getEventsNotHandled();
-                       // StringBuilder sb = new StringBuilder();
-                       // for (String event : notHandledEvents) {
-                       // sb.append("\n" + event);
-                       // }
-                       // TraceDebug.debug("Events not Handled: " + sb.toString());
-//             }
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/experiment/StateExperimentManagerTextTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/experiment/StateExperimentManagerTextTest.java
deleted file mode 100644 (file)
index 0af52fe..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tests.state.experiment;
-
-import org.eclipse.linuxtools.lttng.tests.LttngTestPreparation;
-
-/**
- * @author alvaro
- *
- */
-@SuppressWarnings("nls")
-public class StateExperimentManagerTextTest extends LttngTestPreparation {
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.lttng.state.experiment.StateExperimentManager#experimentSelected_prep(org.eclipse.linuxtools.tmf.experiment.TmfExperiment)}.
-        */
-       public void testExperimentSelected_text() {
-           System.out.println("testExperimentSelected_text: test removed");
-               // make sure a TmfExperiment instance is registered as provider and
-               // selected as current
-//             TmfExperiment<LttngEvent> experiment = prepareTextExperimentToTest();
-
-//             // Create a new Experiment manager
-//             IStateExperimentManager expManager = StateManagerFactory
-//                             .getExperimentManager();
-//             expManager.waitForCompletion(true);
-//             // Configure the interval to create check points so this can be tested
-//             // with medium size files i.e. default is 50000 events
-//             StateManagerFactory.setTraceCheckPointInterval(1000L);
-//
-//             // preparation
-//             expManager.experimentSelected_prep(experiment);
-//             // Action trigger
-//             expManager.experimentSelected(this, experiment);
-//
-//             // Access context tree for Validation
-//             // access to the context tree
-//             LTTngTreeNode experimentNode = expManager.getSelectedExperiment();
-//             StateTraceManager traceManager = (StateTraceManager) experimentNode
-//                             .getChildById(0L);
-//
-//             // validate
-//             int numProcesses = traceManager.getCheckPointStateModel().getProcesses().length;
-//             assertEquals("Total number of processes created", 276, numProcesses);
-
-       }
-
-       /**
-        * Test method for
-        * {@link org.eclipse.linuxtools.lttng.state.experiment.StateExperimentManager#experimentSelected_prep(org.eclipse.linuxtools.tmf.experiment.TmfExperiment)}
-        * .
-        */
-       public void testExperimentSelected_real() {
-        System.out.println("testExperimentSelected_real: test removed");
-//             // Create a new Experiment manager context
-//             IStateExperimentManager expManager = prepareExperimentContext(true);
-//             expManager.waitForCompletion(true);
-//
-//             // make sure a TmfExperiment instance is registered as provider and
-//             // selected as current
-//             TmfExperiment<LttngEvent> experiment = prepareExperimentToTest();
-//
-//             // preparation
-//             expManager.experimentSelected_prep(experiment);
-//             // Action trigger
-//             expManager.experimentSelected(this, experiment);
-//
-//             // Access context tree for Validation
-//             // access to the context tree
-//             LTTngTreeNode experimentNode = expManager.getSelectedExperiment();
-//             StateTraceManager traceManager = (StateTraceManager) experimentNode
-//                             .getChildById(1L | LttngConstants.STATS_TRACE_NAME_ID);
-//
-//             // validate
-//             int numProcesses = traceManager.getCheckPointStateModel().getProcesses().length;
-//             assertEquals("Total number of processes created", 276, numProcesses);
-
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/handlers/AbsStateUpdate.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/handlers/AbsStateUpdate.java
deleted file mode 100644 (file)
index f7e930f..0000000
+++ /dev/null
@@ -1,569 +0,0 @@
-package org.eclipse.linuxtools.lttng.tests.state.handlers;
-
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngEventField;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Fields;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngExecutionState;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.tmf.event.TmfEventField;
-
-@SuppressWarnings("nls")
-public abstract class AbsStateUpdate implements ILttngEventProcessor {
-
-       // ========================================================================
-       // Data
-       // =======================================================================
-       protected static LttngExecutionState exState = null;
-       protected static Long pid = null;
-       
-       // ========================================================================
-       // push and pop from stack
-       // =======================================================================
-
-//     protected static final Long ANY_CPU = 0L;
-       
-
-//     protected void push_state(Long cpu, StateStrings.ExecutionMode execMode,
-//                     String submode, TmfTimestamp eventTime, LttngTraceState traceSt) {
-//
-//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
-//             LttngExecutionState exe_state = new LttngExecutionState();
-//             exe_state.setExec_mode(execMode);
-//             exe_state.setExec_submode(submode);
-//             exe_state.setEntry_Time(eventTime);
-//             exe_state.setChage_Time(eventTime);
-//             exe_state.setCum_cpu_time(0L);
-//             exe_state.setProc_status(process.getState().getProc_status());
-//             process.setState(exe_state);
-//
-//             Stack<LttngExecutionState> exe_state_stack = process
-//                             .getExecution_stack();
-//             exe_state_stack.push(exe_state);
-//     }
-//
-//     protected void pop_state(Long cpu, StateStrings.ExecutionMode execMode,
-//                     LttngTraceState traceSt, TmfTimestamp eventTime) {
-//
-//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
-//
-//             if (!process.getState().getExec_mode().equals(execMode)) {
-//                     // Different execution mode
-//                     TraceDebug.debug("Different Execution Mode type \n\tTime:"
-//                                     + eventTime.toString() + "\n\tprocess state has: \n\t"
-//                                     + process.getState().getExec_mode().toString()
-//                                     + "\n\twhen pop_int is:\n\t" + execMode.toString());
-//                     return;
-//             }
-//
-//             Stack<LttngExecutionState> exe_state_stack = process
-//                             .getExecution_stack();
-//
-//             if (exe_state_stack.size() <= 1) {
-//                     TraceDebug
-//                                     .debug("Removing last item from execution stack is not allowed");
-//             }
-//
-//             exe_state_stack.pop();
-//             process.setState(exe_state_stack.peek());
-//             process.getState().setChage_Time(eventTime);
-//     }
-//
-//     protected void irq_push_mode(LttngIRQState irqst, IRQMode state) {
-//             irqst.getMode_stack().push(state);
-//     }
-//
-//     protected void irq_set_base_mode(LttngIRQState irqst, IRQMode state) {
-//             Stack<IRQMode> irqModeStack = irqst.getMode_stack();
-//             irqModeStack.clear();
-//             irqModeStack.push(state);
-//     }
-//
-//     protected void irq_pop_mode(LttngIRQState irqst) {
-//             Stack<IRQMode> irq_stack = irqst.getMode_stack();
-//             if (irq_stack.size() <= 1)
-//                     irq_set_base_mode(irqst, IRQMode.LTTV_IRQ_UNKNOWN);
-//             else
-//                     irq_stack.pop();
-//     }
-//
-//     protected void cpu_push_mode(LTTngCPUState cpust, StateStrings.CpuMode state) {
-//             // The initialization (init) creates a LttngCPUState instance per
-//             // available cpu in the system
-//             Stack<CpuMode> cpuStack = cpust.getMode_stack();
-//             cpuStack.push(state);
-//     }
-//
-//     protected void cpu_pop_mode(LTTngCPUState cpust) {
-//             if (cpust.getMode_stack().size() <= 1)
-//                     cpu_set_base_mode(cpust, StateStrings.CpuMode.LTTV_CPU_UNKNOWN);
-//             else
-//                     cpust.getMode_stack().pop();
-//     }
-//
-//     /* clears the stack and sets the state passed as argument */
-//     protected void cpu_set_base_mode(LTTngCPUState cpust,
-//                     StateStrings.CpuMode state) {
-//             Stack<CpuMode> cpuStack = cpust.getMode_stack();
-//             cpuStack.clear();
-//             cpuStack.push(state);
-//     }
-//
-//     protected void bdev_pop_mode(LttngBdevState bdevst) {
-//             Stack<BdevMode> bdevModeStack = bdevst.getMode_stack();
-//             if (bdevModeStack.size() <= 1) {
-//                     bdev_set_base_mode(bdevModeStack, BdevMode.LTTV_BDEV_UNKNOWN);
-//             } else {
-//                     bdevModeStack.pop();
-//             }
-//
-//     }
-//
-//     protected void bdev_set_base_mode(Stack<BdevMode> bdevModeStack,
-//                     BdevMode state) {
-//             bdevModeStack.clear();
-//             bdevModeStack.push(state);
-//     }
-//
-//     /**
-//      * Push a new received function pointer to the user_stack
-//      * 
-//      * @param traceSt
-//      * @param funcptr
-//      * @param cpu
-//      */
-//     protected void push_function(LttngTraceState traceSt, Long funcptr, Long cpu) {
-//             // Get the related process
-//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
-//
-//             // get the user_stack
-//             Stack<Long> user_stack = process.getUser_stack();
-//
-//             // update stack
-//             user_stack.push(funcptr);
-//
-//             // update the pointer to the current function on the corresponding
-//             // process
-//             process.setCurrent_function(funcptr);
-//     }
-//
-//     protected void pop_function(LttngTraceState traceSt, LttngEvent trcEvent,
-//                     Long funcptr) {
-//             Long cpu = trcEvent.getCpuId();
-//             // LttvTraceState *ts = (LttvTraceState*)tfs->parent.t_context;
-//             // LttvProcessState *process = ts->running_process[cpu];
-//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
-//             Long curr_function = process.getCurrent_function();
-//             if (curr_function != null && curr_function != funcptr) {
-//                     TraceDebug.debug("Different functions: " + funcptr + " current: "
-//                                     + curr_function + " time stamp: "
-//                                     + trcEvent.getTimestamp().toString());
-//
-//                     // g_info("Different functions (%lu.%09lu): ignore it\n",
-//                     // tfs->parent.timestamp.tv_sec, tfs->parent.timestamp.tv_nsec);
-//                     // g_info("process state has %" PRIu64 " when pop_function is %"
-//                     // PRIu64
-//                     // "\n",
-//                     // process->current_function, funcptr);
-//                     // g_info("{ %u, %u, %s, %s, %s }\n",
-//                     // process->pid,
-//                     // process->ppid,
-//                     // g_quark_to_string(process->name),
-//                     // g_quark_to_string(process->brand),
-//                     // g_quark_to_string(process->state->s));
-//                     return;
-//             }
-//
-//             Stack<Long> user_stack = process.getUser_stack();
-//             if (user_stack.size() == 0) {
-//                     TraceDebug
-//                                     .debug("Trying to pop last function in stack. Ignored.  Time Stamp: "
-//                                                     + trcEvent.getTimestamp());
-//                     return;
-//             }
-//             user_stack.pop();
-//             process.setCurrent_function(user_stack.peek());
-//     }
-//
-//     // ========================================================================
-//     // General methods
-//     // =======================================================================
-//     /**
-//      * protected method used when only one Field is expected with Type "Long" if
-//      * the number of fields is greater, the first field is returned and a
-//      * tracing message is sent Null is returned if the value could not be
-//      * extracted.
-//      * 
-//      * @param trcEvent
-//      * @param traceSt
-//      * @param expectedNumFields
-//      * @return
-//      */
-//     protected Long getDField(LttngEvent trcEvent, LttngTraceState traceSt,
-//                     Fields expectedField) {
-//             Long fieldVal = null;
-//             TmfEventField[] fields = trcEvent.getContent().getFields();
-//             String[] fieldLabels = trcEvent.getContent().getFormat().getLabels();
-//
-//             // Only one field expected
-//             if (fields.length != 1 || fieldLabels.length != 1) {
-//                     StringBuilder sb = new StringBuilder(
-//                                     "Unexpected number of fields received: " + fields.length
-//                                                     + " for Event: " + trcEvent.getMarkerName() + "\n\t\tFields: ");
-//
-//                     for (TmfEventField field : fields) {
-//                             sb.append(((LttngEventField)field).getName() + " ");                            
-//                     }
-//
-//                     TraceDebug.debug(sb.toString());
-//                     if (fields.length == 0) {
-//                             return null;
-//                     }
-//             }
-//
-//             LttngEventField field = (LttngEventField) fields[0];
-//             String fieldname = field.getName();
-//             String expectedFieldName = expectedField.getInName();
-//             if (fieldname.equals(expectedFieldName)) {
-//                     Object fieldObj = field.getValue();
-//                     if (fieldObj instanceof Long) {
-//                             // Expected value found
-//                             fieldVal = (Long) field.getValue();
-//                     } else {
-//                             if (TraceDebug.isDEBUG()) {
-//                                     TraceDebug
-//                                                     .debug("Unexpected field Type. Expected: Long, Received: "
-//                                                                     + fieldObj.getClass().getSimpleName());
-//                             }
-//                             return null;
-//                     }
-//             } else {
-//                     TraceDebug.debug("Unexpected field received: " + fieldname
-//                                     + " Expected: " + expectedFieldName);
-//                     return null;
-//             }
-//
-//             return fieldVal;
-//     }
-//
-       /**
-        * protected method used when a Field is requested among several available
-        * fields and the expected type is Long
-        * 
-        * @param trcEvent
-        * @param traceSt
-        * @param expectedNumFields
-        * @return
-        */
-       protected Long getAFieldLong(LttngEvent trcEvent, LttngTraceState traceSt,
-                       Fields expectedField) {
-               Long fieldVal = null;
-               TmfEventField[] fields = trcEvent.getContent().getFields();
-
-               // At least one field expected
-               if (fields.length == 0) {
-                       TraceDebug.debug("Unexpected number of fields received: "
-                                       + fields.length);
-                       return null;
-               }
-
-               LttngEventField field;
-               String fieldname;
-               String expectedFieldName = expectedField.getInName();
-               for (int i = 0; i < fields.length; i++) {
-                       field = (LttngEventField) fields[i];
-                       fieldname = field.getId();
-                       if (fieldname.equals(expectedFieldName)) {
-                               Object fieldObj = field.getValue();
-                               if (fieldObj instanceof Long) {
-                                       // Expected value found
-                                       fieldVal = (Long) field.getValue();
-                                       // if (expectedField == Fields.LTT_FIELD_TYPE) {
-                                       // TraceDebug.debug("Field Type value is: " + fieldVal);
-                                       // }
-                                       break;
-                               } else {
-                                       if (TraceDebug.isDEBUG()) {
-                                               TraceDebug
-                                                               .debug("Unexpected field Type. Expected: Long, Received: "
-                                                                               + fieldObj.getClass().getSimpleName());
-                                       }
-                                       return null;
-                               }
-                       }
-               }
-
-               if (fieldVal == null) {
-                       if (TraceDebug.isDEBUG()) {
-                               sendNoFieldFoundMsg(fields, expectedFieldName);
-                       }
-               }
-               return fieldVal;
-       }
-
-       /**
-        * protected method used when a Field is requested among several available
-        * fields and the expected type is String
-        * 
-        * @param trcEvent
-        * @param traceSt
-        * @param expectedNumFields
-        * @return
-        */
-       protected String getAFieldString(LttngEvent trcEvent,
-                       LttngTraceState traceSt, Fields expectedField) {
-               String fieldVal = null;
-               TmfEventField[] fields = trcEvent.getContent().getFields();
-
-               // Only one field expected
-               if (fields.length == 0) {
-                       TraceDebug.debug("Unexpected number of fields received: "
-                                       + fields.length);
-                       return null;
-               }
-
-               LttngEventField field;
-               String fieldname;
-               String expectedFieldName = expectedField.getInName();
-               for (int i = 0; i < fields.length; i++) {
-                       field = (LttngEventField) fields[i];
-                       fieldname = field.getId();
-                       if (fieldname.equals(expectedFieldName)) {
-                               Object fieldObj = field.getValue();
-                               if (fieldObj instanceof String) {
-                                       // Expected value found
-                                       fieldVal = (String) field.getValue();
-                                       break;
-                               } else {
-                                       if (TraceDebug.isDEBUG()) {
-                                               TraceDebug
-                                                               .debug("Unexpected field Type. Expected: String, Received: "
-                                                                               + fieldObj.getClass().getSimpleName());
-                                       }
-                                       return null;
-                               }
-                       }
-               }
-
-               if (fieldVal == null) {
-                       if (TraceDebug.isDEBUG()) {
-                               sendNoFieldFoundMsg(fields, expectedFieldName);
-                       }
-               }
-               return fieldVal;
-       }
-
-       protected void sendNoFieldFoundMsg(TmfEventField[] fields,
-                       String expectedFieldName) {
-               LttngEventField field;
-               StringBuilder sb = new StringBuilder("Field not found, requested: "
-                               + expectedFieldName);
-               sb.append(" number of fields: " + fields.length + "Fields: ");
-               for (int i = 0; i < fields.length; i++) {
-                       field = (LttngEventField) fields[i];
-                       sb.append(field.getId() + " ");
-               }
-
-               TraceDebug.debug(sb.toString(), 5);
-       }
-
-//     // Adaption from MKDEV macro
-//     protected Long mkdev(Long major, Long minor) {
-//             Long result = null;
-//             if (major != null && minor != null) {
-//                     result = (major << 20) | minor;
-//             }
-//             return result;
-//     }
-//
-//     /*
-//      * FIXME : this function should be called when we receive an event telling
-//      * that release_task has been called in the kernel. In happens generally
-//      * when the parent waits for its child terminaison, but may also happen in
-//      * special cases in the child's exit : when the parent ignores its children
-//      * SIGCCHLD or has the flag SA_NOCLDWAIT. It can also happen when the child
-//      * is part of a killed thread group, but isn't the leader.
-//      */
-//     protected boolean exit_process(LttngTraceState ts, LttngProcessState process) {
-//             /*
-//              * Wait for both schedule with exit dead and process free to happen.
-//              * They can happen in any order.
-//              */
-//             process.incrementFree_events();
-//             if (process.getFree_events() < 2) {
-//                     return false;
-//             }
-//
-//             process.getExecution_stack().clear();
-//             process.getUser_stack().clear();
-//             ts.getProcesses().remove(process);
-//
-//             return true;
-//     }
-//
-//     // LttvProcessState *
-//     // lttv_state_create_process(LttvTraceState *tcs, LttvProcessState *parent,
-//     // guint cpu, guint pid, guint tgid, GQuark name, const LttTime *timestamp)
-//     // {
-//     // LttvProcessState *process = g_new(LttvProcessState, 1);
-//     //
-//     // LttvExecutionState *es;
-//     //
-//     // char buffer[128];
-//     //
-//     // process->pid = pid;
-//     // process->tgid = tgid;
-//     // process->cpu = cpu;
-//     // process->name = name;
-//     // process->brand = LTTV_STATE_UNBRANDED;
-//     // //process->last_cpu = tfs->cpu_name;
-//     // //process->last_cpu_index =
-//     // ltt_tracefile_num(((LttvTracefileContext*)tfs)->tf);
-//     // process->type = LTTV_STATE_USER_THREAD;
-//     // process->usertrace = ltt_state_usertrace_find(tcs, pid, timestamp);
-//     // process->current_function = 0; //function 0x0 by default.
-//     //
-//     // g_info("Process %u, core %p", process->pid, process);
-//     // g_hash_table_insert(tcs->processes, process, process);
-//     //
-//     // if(parent) {
-//     // process->ppid = parent->pid;
-//     // process->creation_time = *timestamp;
-//     // }
-//     //
-//     // /* No parent. This process exists but we are missing all information
-//     // about
-//     // its creation. The birth time is set to zero but we remember the time of
-//     // insertion */
-//     //
-//     // else {
-//     // process->ppid = 0;
-//     // process->creation_time = ltt_time_zero;
-//     // }
-//     //
-//     // process->insertion_time = *timestamp;
-//     // sprintf(buffer,"%d-%lu.%lu",pid, process->creation_time.tv_sec,
-//     // process->creation_time.tv_nsec);
-//     // process->pid_time = g_quark_from_string(buffer);
-//     // process->cpu = cpu;
-//     // process->free_events = 0;
-//     // //process->last_cpu = tfs->cpu_name;
-//     // //process->last_cpu_index =
-//     // ltt_tracefile_num(((LttvTracefileContext*)tfs)->tf);
-//     // process->execution_stack = g_array_sized_new(FALSE, FALSE,
-//     // sizeof(LttvExecutionState), PREALLOCATED_EXECUTION_STACK);
-//     // process->execution_stack = g_array_set_size(process->execution_stack, 2);
-//     // es = process->state = &g_array_index(process->execution_stack,
-//     // LttvExecutionState, 0);
-//     // es->t = LTTV_STATE_USER_MODE;
-//     // es->n = LTTV_STATE_SUBMODE_NONE;
-//     // es->entry = *timestamp;
-//     // //g_assert(timestamp->tv_sec != 0);
-//     // es->change = *timestamp;
-//     // es->cum_cpu_time = ltt_time_zero;
-//     // es->s = LTTV_STATE_RUN;
-//     //
-//     // es = process->state = &g_array_index(process->execution_stack,
-//     // LttvExecutionState, 1);
-//     // es->t = LTTV_STATE_SYSCALL;
-//     // es->n = LTTV_STATE_SUBMODE_NONE;
-//     // es->entry = *timestamp;
-//     // //g_assert(timestamp->tv_sec != 0);
-//     // es->change = *timestamp;
-//     // es->cum_cpu_time = ltt_time_zero;
-//     // es->s = LTTV_STATE_WAIT_FORK;
-//     //        
-//     // /* Allocate an empty function call stack. If it's empty, use 0x0. */
-//     // process->user_stack = g_array_sized_new(FALSE, FALSE,
-//     // sizeof(guint64), 0);
-//     //        
-//     // return process;
-//     // }
-//
-//     /**
-//      * Find the process matching the given pid and cpu
-//      * 
-//      * If cpu is 0, the cpu value is not matched and the selection is based on
-//      * pid value only
-//      * 
-//      * @param ts
-//      * @param cpu
-//      * @param pid
-//      * @return
-//      */
-//     protected LttngProcessState lttv_state_find_process(LttngTraceState ts,
-//                     Long cpu, Long pid) {
-//             // Define the return value
-//             LttngProcessState process = null;
-//
-//             // Obtain the list of available processes
-//             List<LttngProcessState> processList = ts.getProcesses();
-//
-//             // find the process matching pid and cpu,
-//             // TODO: This may need to be improved since the pid may be re-used and
-//             // the creation time may need to be considered
-//             for (LttngProcessState dprocess : processList) {
-//                     if (dprocess.getPid() == pid) {
-//                             if (dprocess.getCpu() == cpu || cpu == 0) {
-//                                     return process;
-//                             }
-//                     }
-//             }
-//
-//             return process;
-//     }
-//
-//     /**
-//      * @param ts
-//      * @param cpu
-//      * @param pid
-//      * @param timestamp
-//      *            , Used when a new process is needed
-//      * @return
-//      */
-//     protected LttngProcessState lttv_state_find_process_or_create(
-//                     LttngTraceState ts, Long cpu, Long pid, final TmfTimestamp timestamp) {
-//
-//             LttngProcessState process = lttv_state_find_process(ts, cpu, pid);
-//             /* Put ltt_time_zero creation time for unexisting processes */
-//             if (process == null) {
-//                     process = create_process(ts, cpu, pid, 0L, timestamp);
-//             }
-//             return process;
-//     }
-//
-//     /**
-//      * @param traceSt
-//      * @param cpu
-//      * @param pid
-//      * @param tgid
-//      * @param timestamp
-//      * @return
-//      */
-//     protected LttngProcessState create_process(LttngTraceState traceSt,
-//                     Long cpu, Long pid, Long tgid, final TmfTimestamp timestamp) {
-//             LttngProcessState process = create_process(traceSt, cpu, pid, tgid,
-//                             ProcessStatus.LTTV_STATE_UNNAMED.getInName(), timestamp);
-//             return process;
-//     }
-//
-//     /**
-//      * @param traceSt
-//      * @param cpu
-//      * @param pid
-//      * @param tgid
-//      * @param name
-//      * @param timestamp
-//      * @return
-//      */
-//     protected LttngProcessState create_process(LttngTraceState traceSt,
-//                     Long cpu, Long pid, Long tgid, String name,
-//                     final TmfTimestamp timestamp) {
-//             LttngProcessState process;
-//             process = new LttngProcessState(cpu, pid, tgid, name, timestamp);
-//             traceSt.getProcesses().add(process);
-//             return process;
-//     }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/handlers/after/StateAfterUpdateFactory.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/handlers/after/StateAfterUpdateFactory.java
deleted file mode 100644 (file)
index 7042ea1..0000000
+++ /dev/null
@@ -1,160 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tests.state.handlers.after;
-
-import java.util.HashMap;
-import java.util.Map;
-
-import org.eclipse.linuxtools.lttng.state.StateStrings;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-
-/**
- * Builds a Map from string event name to a processing handler object, the
- * processors implement the same interface to facilitate transparent methods
- * call,
- * 
- * The map key STring is the entry point of the raw events, using a hash speeds
- * up the resolution of the appropriate processor
- * 
- * @author alvaro
- * 
- */
-public class StateAfterUpdateFactory {
-       // ========================================================================
-       // Data
-       // =======================================================================
-       private final Map<String, ILttngEventProcessor> eventNametoProcessor = new HashMap<String, ILttngEventProcessor>();
-       private static StateAfterUpdateFactory instance = null;
-       private StateAfterUpdateHandlers instantiateHandler = new StateAfterUpdateHandlers();
-
-       // ========================================================================
-       // Constructors
-       // =======================================================================
-       private StateAfterUpdateFactory() {
-               //create one instance of each individual event handler and add the instance to the map
-               eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SYSCALL_ENTRY
-                               .getInName(), instantiateHandler.getSyscallEntryHandler());
-               
-               eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SYSCALL_EXIT
-                               .getInName(), instantiateHandler.getsySyscallExitHandler());
-               
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_TRAP_ENTRY
-//                             .getInName(), instantiateHandler.getTrapEntryHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_TRAP_EXIT
-//                             .getInName(), instantiateHandler.getTrapExitHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_ENTRY
-//                             .getInName(), instantiateHandler.getTrapEntryHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_EXIT
-//                             .getInName(), instantiateHandler.getTrapExitHandler());
-//
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY
-//                             .getInName(), instantiateHandler.getTrapEntryHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_NOSEM_EXIT
-//                             .getInName(), instantiateHandler.getTrapExitHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_IRQ_ENTRY
-//                             .getInName(), instantiateHandler.getIrqEntryHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_IRQ_EXIT
-//                             .getInName(), instantiateHandler.getIrqExitHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_RAISE
-//                             .getInName(), instantiateHandler.getSoftIrqRaiseHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_ENTRY
-//                             .getInName(), instantiateHandler.getSoftIrqEntryHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_EXIT
-//                             .getInName(), instantiateHandler.getSoftIrqExitHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_LIST_INTERRUPT
-//                             .getInName(), instantiateHandler.getEnumInterruptHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_REQUEST_ISSUE
-//                             .getInName(), instantiateHandler.getBdevRequestIssueHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_REQUEST_COMPLETE
-//                             .getInName(), instantiateHandler.getBdevRequestCompleteHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_FUNCTION_ENTRY
-//                             .getInName(), instantiateHandler.getFunctionEntryHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_FUNCTION_EXIT
-//                             .getInName(), instantiateHandler.getFunctionExitHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SYS_CALL_TABLE
-//                             .getInName(), instantiateHandler.getDumpSyscallHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_KPROBE_TABLE
-//                             .getInName(), instantiateHandler.getDumpKprobeHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFTIRQ_VEC
-//                             .getInName(), instantiateHandler.getDumpSoftIrqHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SCHED_SCHEDULE
-//                             .getInName(), instantiateHandler.getSchedChangeHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_FORK
-//                             .getInName(), instantiateHandler.getProcessForkHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_KTHREAD_CREATE
-//                             .getInName(), instantiateHandler.getProcessKernelThreadHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_EXIT
-//                             .getInName(), instantiateHandler.getProcessExitHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_FREE
-//                             .getInName(), instantiateHandler.getProcessFreeHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_EXEC
-//                             .getInName(), instantiateHandler.getProcessExecHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_THREAD_BRAND
-//                             .getInName(), instantiateHandler.GetThreadBrandHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_STATEDUMP_END
-//                             .getInName(), instantiateHandler.getStateDumpEndHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_STATE
-//                             .getInName(), instantiateHandler.getEnumProcessStateHandler());
-
-
-       }
-
-       // ========================================================================
-       // Public methods
-       // =======================================================================
-       /**
-        * The event processors are common to all traces an multiple instances will
-        * use more memory unnecessarily
-        * 
-        * @return
-        */
-       public static StateAfterUpdateFactory getInstance() {
-               if (instance == null) {
-                       instance = new StateAfterUpdateFactory();
-               }
-               return instance;
-       }
-
-       /**
-        * 
-        * @return The Event Handler corresponding to the type of event
-        */
-       public ILttngEventProcessor getEventNametoProcessor(String eventType) {
-               return eventNametoProcessor.get(eventType);
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/handlers/after/StateAfterUpdateHandlers.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/handlers/after/StateAfterUpdateHandlers.java
deleted file mode 100644 (file)
index efaa02d..0000000
+++ /dev/null
@@ -1,1616 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tests.state.handlers.after;
-
-
-
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ExecutionMode;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngExecutionState;
-import org.eclipse.linuxtools.lttng.state.model.LttngProcessState;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.lttng.tests.state.handlers.AbsStateUpdate;
-
-/**
- * Process the system call entry event
- * 
- * @author alvaro
- * 
- */
-@SuppressWarnings("nls")
-class StateAfterUpdateHandlers {
-
-       final ILttngEventProcessor getSyscallEntryHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               // TraceDebug.debug("After event called");
-
-                               Long cpu = trcEvent.getCpuId();
-
-                               // No syscall_entry update for initialization process
-                               LttngProcessState process = traceSt.getRunning_process().get(cpu);
-
-                               if (pid != process.getPid()) {
-                                       TraceDebug
-                                                       .debug("pid values don't match from before and after verification check");
-                               }
-
-                               if (process.getPid() == 0L) {
-                                       return true;
-                               }
-
-                               // Make sure the top of the stack and the state of the stack are
-                               // set to the
-                               // same object.
-                               LttngExecutionState stackState = process.peekFromExecutionStack();
-                               if (stackState != process.getState()) {
-                                       TraceDebug
-                                                       .debug("The top of the stack does not match to the process state");
-                               }
-
-                               if (stackState.getExec_mode().getInName() != ExecutionMode.LTTV_STATE_SYSCALL
-                                               .getInName()) {
-                                       TraceDebug.debug("Unexpected ExecutionMode: "
-                                                       + stackState.getExec_mode().getInName()
-                                                       + " Expected: "
-                                                       + ExecutionMode.LTTV_STATE_SYSCALL.getInName());
-                               }
-
-                               if (stackState.getEntry_LttTime() != trcEvent.getTimestamp().getValue()) {
-                                       TraceDebug.debug("Unexpected Entry time: "
-                                                       + trcEvent.getTimestamp() + " Expected: "
-                                                       + stackState.getEntry_LttTime());
-                               }
-
-                               return false;
-                       }
-               };
-               return handler;
-       }
-
-       final ILttngEventProcessor getsySyscallExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               // TraceDebug.debug("Syscall Exit After event called");
-                               Long cpu = trcEvent.getCpuId();
-                               LttngProcessState process = traceSt.getRunning_process().get(cpu);
-
-                               /* There can be no system call from PID 0 : unknown state */
-                               if (process.getPid() == 0L) {
-                                       if (pid != 0L) {
-                                               TraceDebug
-                                                               .debug("Unexpected pid from before and after verfication methods, before pid: "
-                                                                               + pid
-                                                                               + " after pid: "
-                                                                               + process.getPid_time());
-                                       }
-                                       return true;
-                               }
-                               
-                               //
-                               // pop_state(cpu, StateStrings.ExecutionMode.LTTV_STATE_SYSCALL,
-                               // traceSt, trcEvent.getTimestamp());
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * Update stacks related to the parsing of an LttngEvent
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getTrapEntryHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               // Long cpu = trcEvent.getCpuId();
-                               //
-                               // Long trap = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_TRAP_ID);
-                               // if (trap == null) {
-                               // return true;
-                               // }
-                               //
-                               // String submode = traceSt.getSyscall_names()
-                               // .get(trap);
-                               //
-                               // if (submode == null) {
-                               // submode = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
-                               // .getInName();
-                               // }
-                               //
-                               // /* update process state */
-                               // push_state(cpu, StateStrings.ExecutionMode.LTTV_STATE_TRAP,
-                               // submode, trcEvent.getTimestamp(), traceSt);
-                               //
-                               // /* update cpu status */
-                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
-                               // cpu_push_mode(cpust, StateStrings.CpuMode.LTTV_CPU_TRAP);
-                               // cpust.setLast_trap(trap); /* update trap status */
-                               //
-                               // // update Trap State
-                               // LttngTrapState trap_state = traceSt.getTrap_states().get(
-                               // trap);
-                               // trap_state.incrementRunning();
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getTrapExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long cpu = trcEvent.getCpuId();
-                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
-                               // Long trap = cpust.getLast_trap();
-                               //
-                               // pop_state(cpu, ExecutionMode.LTTV_STATE_TRAP, traceSt,
-                               // trcEvent
-                               // .getTimestamp());
-                               //
-                               // /* update cpu status */
-                               // cpu_pop_mode(cpust);
-                               //
-                               // /* update trap status */
-                               // if (trap != -1L) {
-                               // traceSt.getTrap_states().get(trap).decrementRunning();
-                               // }
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getIrqEntryHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long cpu = trcEvent.getCpuId();
-                               //
-                               // Long irq = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_IRQ_ID);
-                               // if (irq == null) {
-                               // return true;
-                               // }
-                               //
-                               // String submode;
-                               // submode = traceSt.getIrq_names().get(irq);
-                               //
-                               // if (submode == null) {
-                               // submode =
-                               // ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.getInName();
-                               // }
-                               //                              
-                               // /*
-                               // * Do something with the info about being in user or system
-                               // mode
-                               // * when int?
-                               // */
-                               // push_state(cpu, ExecutionMode.LTTV_STATE_IRQ, submode,
-                               // trcEvent
-                               // .getTimestamp(), traceSt);
-                               //
-                               // /* update cpu state */
-                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
-                               // cpu_push_mode(cpust, CpuMode.LTTV_CPU_IRQ); /* mode stack */
-                               // cpust.setLast_irq(irq); /* last irq */
-                               //
-                               // /* udpate irq state */
-                               // irq_push_mode(traceSt.getIrq_states().get(irq),
-                               // IRQMode.LTTV_IRQ_BUSY);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getSoftIrqExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long cpu = trcEvent.getCpuId();
-                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
-                               // Long softirq = cpust.getLast_soft_irq();
-                               // pop_state(cpu, ExecutionMode.LTTV_STATE_SOFT_IRQ, traceSt,
-                               // trcEvent.getTimestamp());
-                               //
-                               // /* update softirq status */
-                               // if (softirq != -1) {
-                               // LttngSoftIRQState softIrqstate = traceSt
-                               // .getSoft_irq_states().get(softirq);
-                               // softIrqstate.decrementRunning();
-                               // }
-                               //
-                               // /* update cpu status */
-                               // cpu_pop_mode(cpust);
-
-                               return false;
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getIrqExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long cpu = trcEvent.getCpuId();
-                               //
-                               // /* update process state */
-                               // pop_state(cpu, ExecutionMode.LTTV_STATE_IRQ, traceSt,
-                               // trcEvent
-                               // .getTimestamp());
-                               //
-                               // /* update cpu status */
-                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
-                               // cpu_pop_mode(cpust);
-                               //
-                               // /* update irq status */
-                               // Long last_irq = cpust.getLast_irq();
-                               // if (last_irq != -1L) {
-                               // LttngIRQState irq_state = traceSt.getIrq_states().get(
-                               // last_irq);
-                               // irq_pop_mode(irq_state);
-                               // }
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getSoftIrqRaiseHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // // Long cpu = trcEvent.getCpuId();
-                               //
-                               // // get event field
-                               // Long softirq = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_SOFT_IRQ_ID);
-                               //
-                               // if (softirq == null) {
-                               // return true;
-                               // }
-                               //
-                               // // String submode;
-                               // // String[] softIrqNames = traceSt.getSoft_irq_names();
-                               // // if (softirq < softIrqNames.length) {
-                               // // submode = softIrqNames[softirq];
-                               // // } else {
-                               // // submode = "softirq " + softirq;
-                               // // }
-                               //
-                               // /* update softirq status */
-                               // /* a soft irq raises are not cumulative */
-                               // LttngSoftIRQState irqState =
-                               // traceSt.getSoft_irq_states().get(
-                               // softirq);
-                               // if (irqState != null) {
-                               // irqState.setPending(1L);
-                               // } else {
-                               // TraceDebug
-                               // .debug("unexpected soft irq id value: " + softirq);
-                               // }
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getSoftIrqEntryHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // // obtrain cpu
-                               // Long cpu = trcEvent.getCpuId();
-                               //
-                               // // get event field
-                               // Long softirq = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_SOFT_IRQ_ID);
-                               //
-                               // if (softirq == null) {
-                               // return true;
-                               // }
-                               //
-                               // // obtain submode
-                               // Map<Long, String> softIrqNames = traceSt.getSoft_irq_names();
-                               // String submode = softIrqNames.get(softirq);
-                               // if (submode == null) {
-                               // submode = "softirq " + softirq;
-                               // softIrqNames.put(softirq, submode);
-                               // }
-                               //
-                               // /* update softirq status */
-                               // LttngSoftIRQState irqState =
-                               // traceSt.getSoft_irq_states().get(
-                               // softirq);
-                               // if (irqState != null) {
-                               // irqState.decrementPending();
-                               // irqState.incrementRunning();
-                               // } else {
-                               // TraceDebug
-                               // .debug("unexpected soft irq id value: " + softirq);
-                               // }
-                               //
-                               // /* update cpu state */
-                               // LTTngCPUState cpu_state = traceSt.getCpu_states().get(cpu);
-                               // cpu_state.setLast_soft_irq(softirq);
-                               // cpu_push_mode(cpu_state, CpuMode.LTTV_CPU_SOFT_IRQ);
-                               //
-                               // /* update process execution mode state stack */
-                               // push_state(cpu, ExecutionMode.LTTV_STATE_SOFT_IRQ, submode,
-                               // trcEvent.getTimestamp(), traceSt);
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * Method to handle the event: LTT_EVENT_LIST_INTERRRUPT
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getEnumInterruptHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               // String action = getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_ACTION);
-                               // Long irq = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_IRQ_ID);
-                               //                                      
-                               // Map<Long, String> irq_names = traceSt.getIrq_names();
-                               //
-                               // irq_names.put(irq, action);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * Handle the event LTT_EVENT_REQUEST_ISSUE
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getBdevRequestIssueHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // // Get Fields
-                               // Long major = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_MAJOR);
-                               // Long minor = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_MINOR);
-                               // Long operation = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_OPERATION);
-                               //
-                               // // calculate bdevcode
-                               // Long devcode = mkdev(major, minor);
-                               //
-                               // if (devcode == null) {
-                               // TraceDebug
-                               // .debug("incorrect calcualtion of bdevcode input( major: "
-                               // + major
-                               // + " minor: "
-                               // + minor
-                               // + " operation: " + operation);
-                               // return true;
-                               // }
-                               //
-                               // Map<Long, LttngBdevState> bdev_states = traceSt
-                               // .getBdev_states();
-                               // // Get the instance
-                               // LttngBdevState bdevState = bdev_states.get(devcode);
-                               // if (bdevState == null) {
-                               // bdevState = new LttngBdevState();
-                               // }
-                               //
-                               // // update the mode in the stack
-                               // if (operation == 0L) {
-                               // bdevState.getMode_stack().push(
-                               // BdevMode.LTTV_BDEV_BUSY_READING);
-                               // } else {
-                               // bdevState.getMode_stack().push(
-                               // BdevMode.LTTV_BDEV_BUSY_WRITING);
-                               // }
-                               //
-                               // // make sure it is included in the set
-                               // bdev_states.put(devcode, bdevState);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handling event: LTT_EVENT_REQUEST_COMPLETE
-        * </p>
-        * <p>
-        * FIELDS(LTT_FIELD_MAJOR, LTT_FIELD_MINOR, LTT_FIELD_OPERATION
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getBdevRequestCompleteHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // // Get Fields
-                               // Long major = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_MAJOR);
-                               // Long minor = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_MINOR);
-                               // Long operation = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_OPERATION);
-                               //
-                               // // calculate bdevcode
-                               // Long devcode = mkdev(major, minor);
-                               //
-                               // if (devcode == null) {
-                               // TraceDebug
-                               // .debug("incorrect calcualtion of bdevcode input( major: "
-                               // + major
-                               // + " minor: "
-                               // + minor
-                               // + " operation: " + operation);
-                               // return true;
-                               // }
-                               //
-                               // Map<Long, LttngBdevState> bdev_states = traceSt
-                               // .getBdev_states();
-                               // // Get the instance
-                               // LttngBdevState bdevState = bdev_states.get(devcode);
-                               // if (bdevState == null) {
-                               // bdevState = new LttngBdevState();
-                               // }
-                               //
-                               // /* update block device */
-                               // bdev_pop_mode(bdevState);
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles event: LTT_EVENT_FUNCTION_ENTRY
-        * </p>
-        * <p>
-        * FIELDS: LTT_FIELD_THIS_FN, LTT_FIELD_CALL_SITE
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getFunctionEntryHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               // Long cpu = trcEvent.getCpuId();
-                               // Long funcptr = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_THIS_FN);
-                               //
-                               // push_function(traceSt, funcptr, cpu);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getFunctionExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long funcptr = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_THIS_FN);
-                               //
-                               // pop_function(traceSt, trcEvent, funcptr);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * process event: LTT_EVENT_SYS_CALL_TABLE
-        * </p>
-        * <p>
-        * fields: LTT_FIELD_ID, LTT_FIELD_ADDRESS, LTT_FIELD_SYMBOL
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getDumpSyscallHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               // // obtain the syscall id
-                               // Long id = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_ID);
-                               //
-                               // // Long address = getAFieldLong(trcEvent, traceSt,
-                               // // Fields.LTT_FIELD_ADDRESS);
-                               //
-                               // // Obtain the symbol
-                               // String symbol = getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_SYMBOL);
-                               //
-                               // // fill the symbol to the sycall_names collection
-                               // traceSt.getSyscall_names().put(id, symbol);
-
-                               return false;
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles event: LTT_EVENT_KPROBE_TABLE
-        * </p>
-        * <p>
-        * Fields: LTT_FIELD_IP, LTT_FIELD_SYMBOL
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getDumpKprobeHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long ip = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_IP);
-                               // String symbol = getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_SYMBOL);
-                               //
-                               // traceSt.getKprobe_table().put(ip, symbol);
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_SOFTIRQ_VEC
-        * </p>
-        * <p>
-        * Fields: LTT_FIELD_ID, LTT_FIELD_ADDRESS, LTT_FIELD_SYMBOL
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getDumpSoftIrqHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // // Get id
-                               // Long id = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_ID);
-                               //
-                               // // Address not needed
-                               // // Long address = ltt_event_get_long_unsigned(e,
-                               // // lttv_trace_get_hook_field(th,
-                               // // 1));
-                               //
-                               // // Get symbol
-                               // String symbol = getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_SYMBOL);
-                               //
-                               // // Register the soft irq name
-                               // traceSt.getSoft_irq_names().put(id, symbol);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_SCHED_SCHEDULE
-        * </p>
-        * <p>
-        * Fields: LTT_FIELD_PREV_PID, LTT_FIELD_NEXT_PID, LTT_FIELD_PREV_STATE
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getSchedChangeHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long cpu = trcEvent.getCpuId();
-                               // TmfTimestamp eventTime = trcEvent.getTimestamp();
-                               //
-                               // LttngProcessState process = traceSt.getRunning_process().get(
-                               // cpu);
-                               //
-                               // Long pid_out = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_PREV_PID);
-                               // Long pid_in = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_NEXT_PID);
-                               // Long state_out = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_PREV_STATE);
-                               //
-                               // if (process != null) {
-                               //
-                               // /*
-                               // * We could not know but it was not the idle process
-                               // * executing. This should only happen at the beginning,
-                               // * before the first schedule event, and when the initial
-                               // * information (current process for each CPU) is missing. It
-                               // * is not obvious how we could, after the fact, compensate
-                               // * the wrongly attributed statistics.
-                               // */
-                               //
-                               // // This test only makes sense once the state is known and if
-                               // // there
-                               // // is no
-                               // // missing events. We need to silently ignore schedchange
-                               // // coming
-                               // // after a
-                               // // process_free, or it causes glitches. (FIXME)
-                               // // if(unlikely(process->pid != pid_out)) {
-                               // // g_assert(process->pid == 0);
-                               // // }
-                               // if (process.getPid() == 0
-                               // && process.getState().getExec_mode() ==
-                               // ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
-                               // if (pid_out == 0) {
-                               // /*
-                               // * Scheduling out of pid 0 at beginning of the trace
-                               // * : we know for sure it is in syscall mode at this
-                               // * point.
-                               // */
-                               // int stackSize = process.getExecution_stack().size();
-                               // if (stackSize != 1) {
-                               // TraceDebug
-                               // .debug("unpexpected process execution stack size, expected 1, received: ");
-                               // }
-                               //
-                               // process.getState().setExec_mode(
-                               // ExecutionMode.LTTV_STATE_SYSCALL);
-                               // process.getState().setProc_status(
-                               // ProcessStatus.LTTV_STATE_WAIT);
-                               // process.getState().setChage_Time(
-                               // trcEvent.getTimestamp());
-                               // process.getState().setEntry_Time(
-                               // trcEvent.getTimestamp());
-                               // }
-                               // } else {
-                               // if (process.getState().getProc_status() ==
-                               // ProcessStatus.LTTV_STATE_EXIT) {
-                               // process.getState().setProc_status(
-                               // ProcessStatus.LTTV_STATE_ZOMBIE);
-                               // process.getState().setChage_Time(
-                               // trcEvent.getTimestamp());
-                               // } else {
-                               // if (state_out == 0L) {
-                               // process.getState().setProc_status(
-                               // ProcessStatus.LTTV_STATE_WAIT_CPU);
-                               // } else {
-                               // process.getState().setProc_status(
-                               // ProcessStatus.LTTV_STATE_WAIT);
-                               // }
-                               //
-                               // process.getState().setChage_Time(
-                               // trcEvent.getTimestamp());
-                               // }
-                               //
-                               // if (state_out == 32L || state_out == 64L) { /*
-                               // * EXIT_DEAD
-                               // * ||
-                               // * TASK_DEAD
-                               // */
-                               // /* see sched.h for states */
-                               // if (!exit_process(traceSt, process)) {
-                               // process.getState().setProc_status(
-                               // ProcessStatus.LTTV_STATE_DEAD);
-                               // process.getState().setChage_Time(
-                               // trcEvent.getTimestamp());
-                               // }
-                               // }
-                               // }
-                               // }
-                               // process = lttv_state_find_process_or_create(traceSt, cpu,
-                               // pid_in, eventTime);
-                               //
-                               // traceSt.getRunning_process().put(cpu, process);
-                               //
-                               // process.getState().setProc_status(ProcessStatus.LTTV_STATE_RUN);
-                               // process.getState().setChage_Time(eventTime);
-                               // process.setCpu(cpu);
-                               // // process->state->s = LTTV_STATE_RUN;
-                               // // if(process->usertrace)
-                               // // process->usertrace->cpu = cpu;
-                               // // process->last_cpu_index =
-                               // // ltt_tracefile_num(((LttvTracefileContext*)s)->tf);
-                               //
-                               // // process->state->change = s->parent.timestamp;
-                               //
-                               // LTTngCPUState cpu_state = traceSt.getCpu_states().get(cpu);
-                               // /* update cpu status */
-                               // if (pid_in == 0) {
-                               //
-                               // /* going to idle task */
-                               // cpu_set_base_mode(cpu_state, CpuMode.LTTV_CPU_IDLE);
-                               // } else {
-                               // /*
-                               // * scheduling a real task. we must be careful here: if we
-                               // * just schedule()'ed to a process that is in a trap, we
-                               // * must put the cpu in trap mode
-                               // */
-                               // cpu_set_base_mode(cpu_state, CpuMode.LTTV_CPU_BUSY);
-                               // if (process.getState().getExec_mode() ==
-                               // ExecutionMode.LTTV_STATE_TRAP) {
-                               // cpu_push_mode(cpu_state, CpuMode.LTTV_CPU_TRAP);
-                               // }
-                               // }
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_PROCESS_FORK
-        * </p>
-        * <p>
-        * Fields: FIELD_ARRAY(LTT_FIELD_PARENT_PID, LTT_FIELD_CHILD_PID,
-        * LTT_FIELD_CHILD_TGID)
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getProcessForkHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long cpu = trcEvent.getCpuId();
-                               // LttngProcessState process = traceSt.getRunning_process().get(
-                               // cpu);
-                               // TmfTimestamp timeStamp = trcEvent.getTimestamp();
-                               //
-                               // // /* Parent PID */
-                               // // Long parent_pid = getAFieldLong(trcEvent, traceSt,
-                               // // Fields.LTT_FIELD_PARENT_PID);
-                               //
-                               // /* Child PID */
-                               // /* In the Linux Kernel, there is one PID per thread. */
-                               // Long child_pid = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_CHILD_PID);
-                               //
-                               // /* Child TGID */
-                               // /* tgid in the Linux kernel is the "real" POSIX PID. */
-                               // Long child_tgid = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_CHILD_TGID);
-                               // if (child_tgid == null) {
-                               // child_tgid = 0L;
-                               // }
-                               //
-                               // /*
-                               // * Mathieu : it seems like the process might have been
-                               // scheduled
-                               // * in before the fork, and, in a rare case, might be the
-                               // current
-                               // * process. This might happen in a SMP case where we don't
-                               // have
-                               // * enough precision on the clocks.
-                               // *
-                               // * Test reenabled after precision fixes on time. (Mathieu)
-                               // */
-                               // // #if 0
-                               // // zombie_process = lttv_state_find_process(ts, ANY_CPU,
-                               // // child_pid);
-                               // //
-                               // // if(unlikely(zombie_process != NULL)) {
-                               // // /* Reutilisation of PID. Only now we are sure that the old
-                               // // PID
-                               // // * has been released. FIXME : should know when release_task
-                               // // happens
-                               // // instead.
-                               // // */
-                               // // guint num_cpus = ltt_trace_get_num_cpu(ts->parent.t);
-                               // // guint i;
-                               // // for(i=0; i< num_cpus; i++) {
-                               // // g_assert(zombie_process != ts->running_process[i]);
-                               // // }
-                               // //
-                               // // exit_process(s, zombie_process);
-                               // // }
-                               // // #endif //0
-                               //
-                               // if (process.getPid() == child_pid) {
-                               // TraceDebug
-                               // .debug("Unexpected, process pid equal to child pid: "
-                               // + child_pid
-                               // + " Event Time: "
-                               // + trcEvent.getTimestamp());
-                               // }
-                               //
-                               // // g_assert(process->pid != child_pid);
-                               // // FIXME : Add this test in the "known state" section
-                               // // g_assert(process->pid == parent_pid);
-                               // LttngProcessState child_process = lttv_state_find_process(
-                               // traceSt, ANY_CPU, child_pid);
-                               // if (child_process == null) {
-                               // child_process = create_process(traceSt, cpu, child_pid,
-                               // child_tgid, timeStamp);
-                               // } else {
-                               // /*
-                               // * The process has already been created : due to time
-                               // * imprecision between multiple CPUs : it has been scheduled
-                               // * in before creation. Note that we shouldn't have this kind
-                               // * of imprecision.
-                               // *
-                               // * Simply put a correct parent.
-                               // */
-                               // StringBuilder sb = new StringBuilder("Process " + child_pid);
-                               // sb.append(" has been created at ["
-                               // + child_process.getCration_time() + "] ");
-                               // sb.append("and inserted at ["
-                               // + child_process.getInsertion_time() + "] ");
-                               // sb.append("before \nfork on cpu " + cpu + " Event time: ["
-                               // + trcEvent + "]\n.");
-                               // sb
-                               // .append("Probably an unsynchronized TSD problem on the traced machine.");
-                               // TraceDebug.debug(sb.toString());
-                               //
-                               // // g_assert(0); /* This is a problematic case : the process
-                               // // has
-                               // // beencreated
-                               // // before the fork event */
-                               // child_process.setPpid(process.getPid());
-                               // child_process.setTgid(child_tgid);
-                               // }
-                               //
-                               // if (!child_process.getName().equals(
-                               // ProcessStatus.LTTV_STATE_UNNAMED.getInName())) {
-                               // TraceDebug.debug("Unexpected child process status: "
-                               // + child_process.getName());
-                               // }
-                               //
-                               // child_process.setName(process.getName());
-                               // child_process.setBrand(process.getBrand());
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_KTHREAD_CREATE
-        * </p>
-        * <p>
-        * Fields: LTT_FIELD_PID
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getProcessKernelThreadHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               // /*
-                               // * We stamp a newly created process as kernel_thread. The
-                               // thread
-                               // * should not be running yet.
-                               // */
-                               //
-                               // LttngExecutionState exState;
-                               // Long pid;
-                               // LttngProcessState process;
-                               //
-                               // /* PID */
-                               // pid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_PID);
-                               // // s->parent.target_pid = pid;
-                               //
-                               // process = lttv_state_find_process_or_create(traceSt, ANY_CPU,
-                               // pid, new TmfTimestamp());
-                               //
-                               // if (!process.getState().getProc_status().equals(
-                               // ProcessStatus.LTTV_STATE_DEAD)) {
-                               // // Leave only the first element in the stack with execution
-                               // // mode to
-                               // // syscall
-                               // Stack<LttngExecutionState> processExStack = process
-                               // .getExecution_stack();
-                               // exState = processExStack.firstElement();
-                               // exState.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
-                               // if (processExStack.size() > 1) {
-                               // processExStack.clear();
-                               // processExStack.add(exState);
-                               // }
-                               //
-                               // // update the process state to the only one in the stack
-                               // process.setState(exState);
-                               // }
-                               //
-                               // process.setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_PROCESS_EXIT
-        * </p>
-        * <p>
-        * LTT_FIELD_PID
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getProcessExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long pid;
-                               // LttngProcessState process;
-                               //
-                               // pid = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_PID);
-                               // // s->parent.target_pid = pid;
-                               //
-                               // // FIXME : Add this test in the "known state" section
-                               // // g_assert(process->pid == pid);
-                               //
-                               // process = lttv_state_find_process(traceSt, ANY_CPU, pid);
-                               // if (process != null) {
-                               // process.getState().setProc_status(
-                               // ProcessStatus.LTTV_STATE_EXIT);
-                               // }
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_PROCESS_FREE
-        * </p>
-        * <p>
-        * Fields: LTT_FIELD_PID
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getProcessFreeHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long release_pid;
-                               // LttngProcessState process;
-                               //
-                               // /* PID of the process to release */
-                               // release_pid = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_PID);
-                               // // s->parent.target_pid = release_pid;
-                               //
-                               // if (release_pid == 0) {
-                               // TraceDebug.debug("Unexpected release_pid: 0, Event time: "
-                               // + trcEvent.getTimestamp());
-                               // }
-                               //
-                               // process = lttv_state_find_process(traceSt, ANY_CPU,
-                               // release_pid);
-                               // if (process != null) {
-                               // exit_process(traceSt, process);
-                               // }
-
-                               return false;
-                               // DISABLED
-                               // if(process != null) {
-                               /*
-                                * release_task is happening at kernel level : we can now safely
-                                * release the data structure of the process
-                                */
-                               // This test is fun, though, as it may happen that
-                               // at time t : CPU 0 : process_free
-                               // at time t+150ns : CPU 1 : schedule out
-                               // Clearly due to time imprecision, we disable it. (Mathieu)
-                               // If this weird case happen, we have no choice but to put the
-                               // Currently running process on the cpu to 0.
-                               // I re-enable it following time precision fixes. (Mathieu)
-                               // Well, in the case where an process is freed by a process on
-                               // another
-                               // CPU
-                               // and still scheduled, it happens that this is the schedchange
-                               // that
-                               // will
-                               // drop the last reference count. Do not free it here!
-
-                               // int num_cpus = ltt_trace_get_num_cpu(ts->parent.t);
-                               // guint i;
-                               // for(i=0; i< num_cpus; i++) {
-                               // //g_assert(process != ts->running_process[i]);
-                               // if(process == ts->running_process[i]) {
-                               // //ts->running_process[i] = lttv_state_find_process(ts, i, 0);
-                               // break;
-                               // }
-                               // }
-                               // if(i == num_cpus) /* process is not scheduled */
-                               // exit_process(s, process);
-                               // }
-                               //      
-                               // return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_EXEC
-        * </p>
-        * <p>
-        * FIELDS: LTT_FIELD_FILENAME
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getProcessExecHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long cpu = trcEvent.getCpuId();
-                               // LttngProcessState process = traceSt.getRunning_process().get(
-                               // cpu);
-                               //
-                               // // #if 0//how to use a sequence that must be transformed in a
-                               // // string
-                               // // /* PID of the process to release */
-                               // // guint64 name_len = ltt_event_field_element_number(e,
-                               // // lttv_trace_get_hook_field(th, 0));
-                               // // //name = ltt_event_get_string(e,
-                               // // lttv_trace_get_hook_field(th, 0));
-                               // // LttField *child = ltt_event_field_element_select(e,
-                               // // lttv_trace_get_hook_field(th, 0), 0);
-                               // // gchar *name_begin =
-                               // // (gchar*)(ltt_event_data(e)+ltt_event_field_offset(e,
-                               // child));
-                               // // gchar *null_term_name = g_new(gchar, name_len+1);
-                               // // memcpy(null_term_name, name_begin, name_len);
-                               // // null_term_name[name_len] = '\0';
-                               // // process->name = g_quark_from_string(null_term_name);
-                               // // #endif //0
-                               //
-                               // process.setName(getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_FILENAME));
-                               // process.setBrand(StateStrings.LTTV_STATE_UNBRANDED);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * LTT_EVENT_THREAD_BRAND
-        * </p>
-        * <p>
-        * FIELDS: LTT_FIELD_NAME
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor GetThreadBrandHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // String name;
-                               // Long cpu = trcEvent.getCpuId();
-                               // LttngProcessState process = traceSt.getRunning_process().get(
-                               // cpu);
-                               //
-                               // name = getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_NAME);
-                               // process.setBrand(name);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * @return
-        */
-       final ILttngEventProcessor getStateDumpEndHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // /* For all processes */
-                               // /*
-                               // * if kernel thread, if stack[0] is unknown, set to syscall
-                               // * mode, wait
-                               // */
-                               // /* else, if stack[0] is unknown, set to user mode, running */
-                               // List<LttngProcessState> processes = traceSt.getProcesses();
-                               // TmfTimestamp time = trcEvent.getTimestamp();
-                               //
-                               // for (LttngProcessState process : processes) {
-                               // fix_process(process, time);
-                               // }
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * Private method used to establish the first execution state in the stack
-        * for a given process
-        * 
-        * @param process
-        * @param timestamp
-        */
-       // private void fix_process(LttngProcessState process,
-       // TmfTimestamp timestamp) {
-       //
-       // LttngExecutionState es;
-       // Stack<LttngExecutionState> procStack = process
-       // .getExecution_stack();
-       //
-       // if (process.getType() == ProcessType.LTTV_STATE_KERNEL_THREAD) {
-       // es = procStack.firstElement();
-       //
-       // if (es.getExec_mode() == ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
-       // es.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
-       // es
-       // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE
-       // .getInName());
-       // es.setEntry_Time(timestamp);
-       // es.setChage_Time(timestamp);
-       // es.setCum_cpu_time(0L);
-       // if (es.getProc_status() == ProcessStatus.LTTV_STATE_UNNAMED) {
-       // es.setProc_status(ProcessStatus.LTTV_STATE_WAIT);
-       // }
-       // }
-       // } else {
-       // es = procStack.firstElement();
-       // if (es.getExec_mode() == ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
-       // es.setExec_mode(ExecutionMode.LTTV_STATE_USER_MODE);
-       // es
-       // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE
-       // .getInName());
-       // es.setEntry_Time(timestamp);
-       // es.setChage_Time(timestamp);
-       // es.setCum_cpu_time(0L);
-       // if (es.getProc_status() == ProcessStatus.LTTV_STATE_UNNAMED) {
-       // es.setProc_status(ProcessStatus.LTTV_STATE_RUN);
-       // }
-       //
-       // if (procStack.size() == 1) {
-       // /*
-       // * Still in bottom unknown mode, means never did a
-       // * system call May be either in user mode, syscall
-       // * mode, running or waiting.
-       // */
-       // /*
-       // * FIXME : we may be tagging syscall mode when being
-       // * user mode
-       // */
-       // // Get a new execution State
-       // es = new LttngExecutionState();
-       //
-       // // initialize values
-       // es.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
-       // es
-       // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE
-       // .getInName());
-       // es.setEntry_Time(timestamp);
-       // es.setChage_Time(timestamp);
-       // es.setCum_cpu_time(0L);
-       // es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
-       //
-       // // Push the new state to the stack
-       // procStack.push(es);
-       // }
-       // }
-       // }
-       // }
-       // };
-       // return handler;
-       // }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_PROCESS_STATE
-        * </p>
-        * <p>
-        * FIELDS: LTT_FIELD_PID, LTT_FIELD_PARENT_PID, LTT_FIELD_NAME,
-        * LTT_FIELD_TYPE, LTT_FIELD_MODE, LTT_FIELD_SUBMODE, LTT_FIELD_STATUS,
-        * LTT_FIELD_TGID
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getEnumProcessStateHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long parent_pid;
-                               // Long pid;
-                               // Long tgid;
-                               // String command;
-                               // Long cpu = trcEvent.getCpuId();
-                               // LttngProcessState process = traceSt.getRunning_process().get(
-                               // cpu);
-                               // LttngProcessState parent_process;
-                               // String type;
-                               // // String mode, submode, status;
-                               // LttngExecutionState es;
-                               //
-                               // /* PID */
-                               // pid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_PID);
-                               //
-                               // /* Parent PID */
-                               // parent_pid = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_PARENT_PID);
-                               //
-                               // /* Command name */
-                               // command = getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_NAME);
-                               //
-                               // /* TODO: type field, Values need to be verified */
-                               // /* type */
-                               // Long typeVal = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_TYPE);
-                               // if (typeVal == 0L) {
-                               // type = ProcessType.LTTV_STATE_KERNEL_THREAD.getInName();
-                               // } else {
-                               // type = ProcessType.LTTV_STATE_USER_THREAD.getInName();
-                               // }
-                               //
-                               // // FIXME: type is rarely used, enum must match possible
-                               // types.
-                               //
-                               // // /* mode */
-                               // // mode = getAFieldString(trcEvent, traceSt,
-                               // // Fields.LTT_FIELD_MODE);
-                               // //
-                               // // /* submode */
-                               // // submode = getAFieldString(trcEvent, traceSt,
-                               // // Fields.LTT_FIELD_SUBMODE);
-                               // //
-                               // // /* status */
-                               // // status = getAFieldString(trcEvent, traceSt,
-                               // // Fields.LTT_FIELD_STATUS);
-                               //
-                               // /* TGID */
-                               // tgid = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_TGID);
-                               // if (tgid == null) {
-                               // tgid = 0L;
-                               // }
-                               //
-                               // if (pid == 0) {
-                               // for (Long acpu : traceSt.getCpu_states().keySet()) {
-                               // process = lttv_state_find_process(traceSt, acpu, pid);
-                               // if (process != null) {
-                               // process.setPpid(parent_pid);
-                               // process.setTgid(tgid);
-                               // process.setName(command);
-                               // process
-                               // .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
-                               // } else {
-                               // StringBuilder sb = new StringBuilder(
-                               // "Unexpected, null process read from the TraceState list of processes, event time: "
-                               // + trcEvent.getTimestamp());
-                               // TraceDebug.debug(sb.toString());
-                               // }
-                               // }
-                               // } else {
-                               // /*
-                               // * The process might exist if a process was forked while
-                               // * performing the state dump.
-                               // */
-                               // process = lttv_state_find_process(traceSt, ANY_CPU, pid);
-                               // if (process == null) {
-                               // parent_process = lttv_state_find_process(traceSt,
-                               // ANY_CPU, parent_pid);
-                               // process = create_process(traceSt, cpu, pid, tgid,
-                               // command, trcEvent.getTimestamp());
-                               // if (parent_process != null) {
-                               // process.setPpid(parent_process.getPid());
-                               // }
-                               //
-                               // /* Keep the stack bottom : a running user mode */
-                               // /*
-                               // * Disabled because of inconsistencies in the current
-                               // * statedump states.
-                               // */
-                               // if (type.equals(ProcessType.LTTV_STATE_KERNEL_THREAD
-                               // .getInName())) {
-                               // /*
-                               // * FIXME Kernel thread : can be in syscall or
-                               // * interrupt or trap.
-                               // */
-                               // /*
-                               // * Will cause expected trap when in fact being
-                               // * syscall (even after end of statedump event) Will
-                               // * cause expected interrupt when being syscall.
-                               // * (only before end of statedump event)
-                               // */
-                               // process
-                               // .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
-                               //
-                               // // #if 0
-                               // // es->t = LTTV_STATE_SYSCALL;
-                               // // es->s = status;
-                               // // es->n = submode;
-                               // // #endif //0
-                               // } else {
-                               // /*
-                               // * User space process : bottom : user mode either
-                               // * currently running or scheduled out. can be
-                               // * scheduled out because interrupted in (user mode
-                               // * or in syscall) or because of an explicit call to
-                               // * the scheduler in syscall. Note that the scheduler
-                               // * call comes after the irq_exit, so never in
-                               // * interrupt context.
-                               // */
-                               // // temp workaround : set size to 1 : only have user
-                               // // mode
-                               // // bottom of stack.
-                               // // will cause g_info message of expected syscall
-                               // // mode when
-                               // // in fact being
-                               // // in user mode. Can also cause expected trap when
-                               // // in fact
-                               // // being user
-                               // // mode in the event of a page fault reenabling
-                               // // interrupts
-                               // // in the handler.
-                               // // Expected syscall and trap can also happen after
-                               // // the end
-                               // // of statedump
-                               // // This will cause a
-                               // // "popping last state on stack, ignoring it."
-                               //
-                               // // process->execution_stack =
-                               // // g_array_set_size(process->execution_stack, 1);
-                               // // es = process->state =
-                               // // &g_array_index(process->execution_stack,
-                               // // LttvExecutionState, 0);
-                               // // a new process must have only one state in the
-                               // // stack and
-                               // // be the same as the current state
-                               // // es = process.getState();
-                               // // es.setExec_mode(ExecutionMode.LTTV_STATE_MODE_UNKNOWN);
-                               // // es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
-                               // // es
-                               // //
-                               // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
-                               // // .getInName());
-                               //
-                               // // #if 0
-                               // // es->t = LTTV_STATE_USER_MODE;
-                               // // es->s = status;
-                               // // es->n = submode;
-                               // // #endif //0
-                               // }
-                               // // TODO: clean up comments above: Moved repeated code
-                               // // from both
-                               // // if / else blocks above,
-                               // // comments left temporarily for easier visualization
-                               // // and
-                               // // comparision with c code
-                               // es = process.getState();
-                               // es.setExec_mode(ExecutionMode.LTTV_STATE_MODE_UNKNOWN);
-                               // es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
-                               // es
-                               // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
-                               // .getInName());
-                               // // #if 0
-                               // // /* UNKNOWN STATE */
-                               // // {
-                               // // es = process->state =
-                               // // &g_array_index(process->execution_stack,
-                               // // LttvExecutionState, 1);
-                               // // es->t = LTTV_STATE_MODE_UNKNOWN;
-                               // // es->s = LTTV_STATE_UNNAMED;
-                               // // es->n = LTTV_STATE_SUBMODE_UNKNOWN;
-                               // // }
-                               // // #endif //0
-                               // } else {
-                               // /*
-                               // * The process has already been created : Probably was
-                               // * forked while dumping the process state or was simply
-                               // * scheduled in prior to get the state dump event.
-                               // */
-                               // process.setPpid(parent_pid);
-                               // process.setTgid(tgid);
-                               // process.setName(command);
-                               // if (type.equals(ProcessType.LTTV_STATE_KERNEL_THREAD
-                               // .getInName())) {
-                               // process
-                               // .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
-                               // } else {
-                               // process.setType(ProcessType.LTTV_STATE_USER_THREAD);
-                               // }
-                               //
-                               // // es =
-                               // // &g_array_index(process->execution_stack,
-                               // // LttvExecutionState,
-                               // // 0);
-                               // // #if 0
-                               // // if(es->t == LTTV_STATE_MODE_UNKNOWN) {
-                               // // if(type == LTTV_STATE_KERNEL_THREAD)
-                               // // es->t = LTTV_STATE_SYSCALL;
-                               // // else
-                               // // es->t = LTTV_STATE_USER_MODE;
-                               // // }
-                               // // #endif //0
-                               // /*
-                               // * Don't mess around with the stack, it will eventually
-                               // * become ok after the end of state dump.
-                               // */
-                               // }
-                               // }
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/handlers/before/StateBeforeUpdateFactory.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/handlers/before/StateBeforeUpdateFactory.java
deleted file mode 100644 (file)
index bd3bd7a..0000000
+++ /dev/null
@@ -1,160 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tests.state.handlers.before;
-
-import java.util.HashMap;
-import java.util.Map;
-
-import org.eclipse.linuxtools.lttng.state.StateStrings;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-
-/**
- * Builds a Map from string event name to a processing handler object, the
- * processors implement the same interface to facilitate transparent methods
- * call,
- * 
- * The map key STring is the entry point of the raw events, using a hash speeds
- * up the resolution of the appropriate processor
- * 
- * @author alvaro
- * 
- */
-public class StateBeforeUpdateFactory {
-       // ========================================================================
-       // Data
-       // =======================================================================
-       private final Map<String, ILttngEventProcessor> eventNametoProcessor = new HashMap<String, ILttngEventProcessor>();
-       private static StateBeforeUpdateFactory instance = null;
-       private StateBeforeUpdateHandlers instantiateHandler = new StateBeforeUpdateHandlers();
-
-       // ========================================================================
-       // Constructors
-       // =======================================================================
-       private StateBeforeUpdateFactory() {
-               //create one instance of each individual event handler and add the instance to the map
-               eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SYSCALL_ENTRY
-                               .getInName(), instantiateHandler.getSyscallEntryHandler());
-               
-               eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SYSCALL_EXIT
-                               .getInName(), instantiateHandler.getsySyscallExitHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_TRAP_ENTRY
-//                             .getInName(), instantiateHandler.getTrapEntryHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_TRAP_EXIT
-//                             .getInName(), instantiateHandler.getTrapExitHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_ENTRY
-//                             .getInName(), instantiateHandler.getTrapEntryHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_EXIT
-//                             .getInName(), instantiateHandler.getTrapExitHandler());
-//
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_NOSEM_ENTRY
-//                             .getInName(), instantiateHandler.getTrapEntryHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PAGE_FAULT_NOSEM_EXIT
-//                             .getInName(), instantiateHandler.getTrapExitHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_IRQ_ENTRY
-//                             .getInName(), instantiateHandler.getIrqEntryHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_IRQ_EXIT
-//                             .getInName(), instantiateHandler.getIrqExitHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_RAISE
-//                             .getInName(), instantiateHandler.getSoftIrqRaiseHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_ENTRY
-//                             .getInName(), instantiateHandler.getSoftIrqEntryHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFT_IRQ_EXIT
-//                             .getInName(), instantiateHandler.getSoftIrqExitHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_LIST_INTERRUPT
-//                             .getInName(), instantiateHandler.getEnumInterruptHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_REQUEST_ISSUE
-//                             .getInName(), instantiateHandler.getBdevRequestIssueHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_REQUEST_COMPLETE
-//                             .getInName(), instantiateHandler.getBdevRequestCompleteHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_FUNCTION_ENTRY
-//                             .getInName(), instantiateHandler.getFunctionEntryHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_FUNCTION_EXIT
-//                             .getInName(), instantiateHandler.getFunctionExitHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SYS_CALL_TABLE
-//                             .getInName(), instantiateHandler.getDumpSyscallHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_KPROBE_TABLE
-//                             .getInName(), instantiateHandler.getDumpKprobeHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SOFTIRQ_VEC
-//                             .getInName(), instantiateHandler.getDumpSoftIrqHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_SCHED_SCHEDULE
-//                             .getInName(), instantiateHandler.getSchedChangeHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_FORK
-//                             .getInName(), instantiateHandler.getProcessForkHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_KTHREAD_CREATE
-//                             .getInName(), instantiateHandler.getProcessKernelThreadHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_EXIT
-//                             .getInName(), instantiateHandler.getProcessExitHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_FREE
-//                             .getInName(), instantiateHandler.getProcessFreeHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_EXEC
-//                             .getInName(), instantiateHandler.getProcessExecHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_THREAD_BRAND
-//                             .getInName(), instantiateHandler.GetThreadBrandHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_STATEDUMP_END
-//                             .getInName(), instantiateHandler.getStateDumpEndHandler());
-//             
-//             eventNametoProcessor.put(StateStrings.Events.LTT_EVENT_PROCESS_STATE
-//                             .getInName(), instantiateHandler.getEnumProcessStateHandler());
-
-
-       }
-
-       // ========================================================================
-       // Public methods
-       // =======================================================================
-       /**
-        * The event processors are common to all traces an multiple instances will
-        * use more memory unnecessarily
-        * 
-        * @return
-        */
-       public static StateBeforeUpdateFactory getInstance() {
-               if (instance == null) {
-                       instance = new StateBeforeUpdateFactory();
-               }
-               return instance;
-       }
-
-       /**
-        * 
-        * @return The Event Handler corresponding to the type of event
-        */
-       public ILttngEventProcessor getEventNametoProcessor(String eventType) {
-               return eventNametoProcessor.get(eventType);
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/handlers/before/StateBeforeUpdateHandlers.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/handlers/before/StateBeforeUpdateHandlers.java
deleted file mode 100644 (file)
index b1139e9..0000000
+++ /dev/null
@@ -1,1605 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tests.state.handlers.before;
-
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ExecutionMode;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ExecutionSubMode;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Fields;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngExecutionState;
-import org.eclipse.linuxtools.lttng.state.model.LttngProcessState;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.lttng.tests.state.handlers.AbsStateUpdate;
-
-/**
- * Process the system call entry event
- * 
- * @author alvaro
- * 
- */
-@SuppressWarnings("nls")
-class StateBeforeUpdateHandlers {
-
-       final ILttngEventProcessor getSyscallEntryHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               // TraceDebug.debug("Before event called");
-                               //
-                               Long cpu = trcEvent.getCpuId();
-
-                               // No syscall_entry update for initialization process
-                               LttngProcessState process = traceSt.getRunning_process().get(cpu);
-
-                               pid = process.getPid();
-                               if (pid == 0L) {
-                                       return true;
-                               }
-
-                               // Get the expected event field
-                               Long syscall = getAFieldLong(trcEvent, traceSt,
-                                               Fields.LTT_FIELD_SYSCALL_ID);
-                               if (syscall == null) {
-                                       TraceDebug.debug("Syscall Field not found in Event: "
-                                                       + trcEvent.getMarkerName());
-                                       return true;
-                               }
-
-                               String submode = traceSt.getSyscall_names().get(syscall);
-
-                               if (submode == null) {
-                                       TraceDebug.debug("Submode not found in Event");
-                                       submode = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
-                                                       .getInName();
-                               }
-                               
-                               exState = new LttngExecutionState();
-                               exState.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
-                               exState.setExec_submode(submode);
-                               exState.setEntry_Time(trcEvent.getTimestamp().getValue());
-                               exState.setChange_Time(trcEvent.getTimestamp().getValue());
-                               exState.setCum_cpu_time(0L);
-
-                               return false;
-                       }
-               };
-               return handler;
-       }
-
-       final ILttngEventProcessor getsySyscallExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-
-                               Long cpu = trcEvent.getCpuId();
-                               LttngProcessState process = traceSt.getRunning_process().get(cpu);
-
-                               /* There can be no system call from PID 0 : unknown state */
-                               pid = process.getPid();
-                               if (pid == 0L) {
-                                       return true;
-                               }
-                               
-                               // pop_state(cpu, StateStrings.ExecutionMode.LTTV_STATE_SYSCALL,
-                               // traceSt, trcEvent.getTimestamp());
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * Update stacks related to the parsing of an LttngEvent
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getTrapEntryHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               // Long cpu = trcEvent.getCpuId();
-                               //
-                               // Long trap = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_TRAP_ID);
-                               // if (trap == null) {
-                               // return true;
-                               // }
-                               //
-                               // String submode = traceSt.getSyscall_names()
-                               // .get(trap);
-                               //
-                               // if (submode == null) {
-                               // submode = ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
-                               // .getInName();
-                               // }
-                               //
-                               // /* update process state */
-                               // push_state(cpu, StateStrings.ExecutionMode.LTTV_STATE_TRAP,
-                               // submode, trcEvent.getTimestamp(), traceSt);
-                               //
-                               // /* update cpu status */
-                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
-                               // cpu_push_mode(cpust, StateStrings.CpuMode.LTTV_CPU_TRAP);
-                               // cpust.setLast_trap(trap); /* update trap status */
-                               //
-                               // // update Trap State
-                               // LttngTrapState trap_state = traceSt.getTrap_states().get(
-                               // trap);
-                               // trap_state.incrementRunning();
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getTrapExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long cpu = trcEvent.getCpuId();
-                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
-                               // Long trap = cpust.getLast_trap();
-                               //
-                               // pop_state(cpu, ExecutionMode.LTTV_STATE_TRAP, traceSt,
-                               // trcEvent
-                               // .getTimestamp());
-                               //
-                               // /* update cpu status */
-                               // cpu_pop_mode(cpust);
-                               //
-                               // /* update trap status */
-                               // if (trap != -1L) {
-                               // traceSt.getTrap_states().get(trap).decrementRunning();
-                               // }
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getIrqEntryHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long cpu = trcEvent.getCpuId();
-                               //
-                               // Long irq = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_IRQ_ID);
-                               // if (irq == null) {
-                               // return true;
-                               // }
-                               //
-                               // String submode;
-                               // submode = traceSt.getIrq_names().get(irq);
-                               //
-                               // if (submode == null) {
-                               // submode =
-                               // ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN.getInName();
-                               // }
-                               //                              
-                               // /*
-                               // * Do something with the info about being in user or system
-                               // mode
-                               // * when int?
-                               // */
-                               // push_state(cpu, ExecutionMode.LTTV_STATE_IRQ, submode,
-                               // trcEvent
-                               // .getTimestamp(), traceSt);
-                               //
-                               // /* update cpu state */
-                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
-                               // cpu_push_mode(cpust, CpuMode.LTTV_CPU_IRQ); /* mode stack */
-                               // cpust.setLast_irq(irq); /* last irq */
-                               //
-                               // /* udpate irq state */
-                               // irq_push_mode(traceSt.getIrq_states().get(irq),
-                               // IRQMode.LTTV_IRQ_BUSY);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getSoftIrqExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long cpu = trcEvent.getCpuId();
-                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
-                               // Long softirq = cpust.getLast_soft_irq();
-                               // pop_state(cpu, ExecutionMode.LTTV_STATE_SOFT_IRQ, traceSt,
-                               // trcEvent.getTimestamp());
-                               //
-                               // /* update softirq status */
-                               // if (softirq != -1) {
-                               // LttngSoftIRQState softIrqstate = traceSt
-                               // .getSoft_irq_states().get(softirq);
-                               // softIrqstate.decrementRunning();
-                               // }
-                               //
-                               // /* update cpu status */
-                               // cpu_pop_mode(cpust);
-
-                               return false;
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getIrqExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long cpu = trcEvent.getCpuId();
-                               //
-                               // /* update process state */
-                               // pop_state(cpu, ExecutionMode.LTTV_STATE_IRQ, traceSt,
-                               // trcEvent
-                               // .getTimestamp());
-                               //
-                               // /* update cpu status */
-                               // LTTngCPUState cpust = traceSt.getCpu_states().get(cpu);
-                               // cpu_pop_mode(cpust);
-                               //
-                               // /* update irq status */
-                               // Long last_irq = cpust.getLast_irq();
-                               // if (last_irq != -1L) {
-                               // LttngIRQState irq_state = traceSt.getIrq_states().get(
-                               // last_irq);
-                               // irq_pop_mode(irq_state);
-                               // }
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getSoftIrqRaiseHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // // Long cpu = trcEvent.getCpuId();
-                               //
-                               // // get event field
-                               // Long softirq = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_SOFT_IRQ_ID);
-                               //
-                               // if (softirq == null) {
-                               // return true;
-                               // }
-                               //
-                               // // String submode;
-                               // // String[] softIrqNames = traceSt.getSoft_irq_names();
-                               // // if (softirq < softIrqNames.length) {
-                               // // submode = softIrqNames[softirq];
-                               // // } else {
-                               // // submode = "softirq " + softirq;
-                               // // }
-                               //
-                               // /* update softirq status */
-                               // /* a soft irq raises are not cumulative */
-                               // LttngSoftIRQState irqState =
-                               // traceSt.getSoft_irq_states().get(
-                               // softirq);
-                               // if (irqState != null) {
-                               // irqState.setPending(1L);
-                               // } else {
-                               // TraceDebug
-                               // .debug("unexpected soft irq id value: " + softirq);
-                               // }
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getSoftIrqEntryHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // // obtrain cpu
-                               // Long cpu = trcEvent.getCpuId();
-                               //
-                               // // get event field
-                               // Long softirq = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_SOFT_IRQ_ID);
-                               //
-                               // if (softirq == null) {
-                               // return true;
-                               // }
-                               //
-                               // // obtain submode
-                               // Map<Long, String> softIrqNames = traceSt.getSoft_irq_names();
-                               // String submode = softIrqNames.get(softirq);
-                               // if (submode == null) {
-                               // submode = "softirq " + softirq;
-                               // softIrqNames.put(softirq, submode);
-                               // }
-                               //
-                               // /* update softirq status */
-                               // LttngSoftIRQState irqState =
-                               // traceSt.getSoft_irq_states().get(
-                               // softirq);
-                               // if (irqState != null) {
-                               // irqState.decrementPending();
-                               // irqState.incrementRunning();
-                               // } else {
-                               // TraceDebug
-                               // .debug("unexpected soft irq id value: " + softirq);
-                               // }
-                               //
-                               // /* update cpu state */
-                               // LTTngCPUState cpu_state = traceSt.getCpu_states().get(cpu);
-                               // cpu_state.setLast_soft_irq(softirq);
-                               // cpu_push_mode(cpu_state, CpuMode.LTTV_CPU_SOFT_IRQ);
-                               //
-                               // /* update process execution mode state stack */
-                               // push_state(cpu, ExecutionMode.LTTV_STATE_SOFT_IRQ, submode,
-                               // trcEvent.getTimestamp(), traceSt);
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * Method to handle the event: LTT_EVENT_LIST_INTERRRUPT
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getEnumInterruptHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               // String action = getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_ACTION);
-                               // Long irq = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_IRQ_ID);
-                               //                                      
-                               // Map<Long, String> irq_names = traceSt.getIrq_names();
-                               //
-                               // irq_names.put(irq, action);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * Handle the event LTT_EVENT_REQUEST_ISSUE
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getBdevRequestIssueHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // // Get Fields
-                               // Long major = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_MAJOR);
-                               // Long minor = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_MINOR);
-                               // Long operation = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_OPERATION);
-                               //
-                               // // calculate bdevcode
-                               // Long devcode = mkdev(major, minor);
-                               //
-                               // if (devcode == null) {
-                               // TraceDebug
-                               // .debug("incorrect calcualtion of bdevcode input( major: "
-                               // + major
-                               // + " minor: "
-                               // + minor
-                               // + " operation: " + operation);
-                               // return true;
-                               // }
-                               //
-                               // Map<Long, LttngBdevState> bdev_states = traceSt
-                               // .getBdev_states();
-                               // // Get the instance
-                               // LttngBdevState bdevState = bdev_states.get(devcode);
-                               // if (bdevState == null) {
-                               // bdevState = new LttngBdevState();
-                               // }
-                               //
-                               // // update the mode in the stack
-                               // if (operation == 0L) {
-                               // bdevState.getMode_stack().push(
-                               // BdevMode.LTTV_BDEV_BUSY_READING);
-                               // } else {
-                               // bdevState.getMode_stack().push(
-                               // BdevMode.LTTV_BDEV_BUSY_WRITING);
-                               // }
-                               //
-                               // // make sure it is included in the set
-                               // bdev_states.put(devcode, bdevState);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handling event: LTT_EVENT_REQUEST_COMPLETE
-        * </p>
-        * <p>
-        * FIELDS(LTT_FIELD_MAJOR, LTT_FIELD_MINOR, LTT_FIELD_OPERATION
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getBdevRequestCompleteHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // // Get Fields
-                               // Long major = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_MAJOR);
-                               // Long minor = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_MINOR);
-                               // Long operation = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_OPERATION);
-                               //
-                               // // calculate bdevcode
-                               // Long devcode = mkdev(major, minor);
-                               //
-                               // if (devcode == null) {
-                               // TraceDebug
-                               // .debug("incorrect calcualtion of bdevcode input( major: "
-                               // + major
-                               // + " minor: "
-                               // + minor
-                               // + " operation: " + operation);
-                               // return true;
-                               // }
-                               //
-                               // Map<Long, LttngBdevState> bdev_states = traceSt
-                               // .getBdev_states();
-                               // // Get the instance
-                               // LttngBdevState bdevState = bdev_states.get(devcode);
-                               // if (bdevState == null) {
-                               // bdevState = new LttngBdevState();
-                               // }
-                               //
-                               // /* update block device */
-                               // bdev_pop_mode(bdevState);
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles event: LTT_EVENT_FUNCTION_ENTRY
-        * </p>
-        * <p>
-        * FIELDS: LTT_FIELD_THIS_FN, LTT_FIELD_CALL_SITE
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getFunctionEntryHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               // Long cpu = trcEvent.getCpuId();
-                               // Long funcptr = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_THIS_FN);
-                               //
-                               // push_function(traceSt, funcptr, cpu);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getFunctionExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long funcptr = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_THIS_FN);
-                               //
-                               // pop_function(traceSt, trcEvent, funcptr);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * process event: LTT_EVENT_SYS_CALL_TABLE
-        * </p>
-        * <p>
-        * fields: LTT_FIELD_ID, LTT_FIELD_ADDRESS, LTT_FIELD_SYMBOL
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getDumpSyscallHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               // // obtain the syscall id
-                               // Long id = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_ID);
-                               //
-                               // // Long address = getAFieldLong(trcEvent, traceSt,
-                               // // Fields.LTT_FIELD_ADDRESS);
-                               //
-                               // // Obtain the symbol
-                               // String symbol = getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_SYMBOL);
-                               //
-                               // // fill the symbol to the sycall_names collection
-                               // traceSt.getSyscall_names().put(id, symbol);
-
-                               return false;
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles event: LTT_EVENT_KPROBE_TABLE
-        * </p>
-        * <p>
-        * Fields: LTT_FIELD_IP, LTT_FIELD_SYMBOL
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getDumpKprobeHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long ip = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_IP);
-                               // String symbol = getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_SYMBOL);
-                               //
-                               // traceSt.getKprobe_table().put(ip, symbol);
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_SOFTIRQ_VEC
-        * </p>
-        * <p>
-        * Fields: LTT_FIELD_ID, LTT_FIELD_ADDRESS, LTT_FIELD_SYMBOL
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getDumpSoftIrqHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // // Get id
-                               // Long id = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_ID);
-                               //
-                               // // Address not needed
-                               // // Long address = ltt_event_get_long_unsigned(e,
-                               // // lttv_trace_get_hook_field(th,
-                               // // 1));
-                               //
-                               // // Get symbol
-                               // String symbol = getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_SYMBOL);
-                               //
-                               // // Register the soft irq name
-                               // traceSt.getSoft_irq_names().put(id, symbol);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_SCHED_SCHEDULE
-        * </p>
-        * <p>
-        * Fields: LTT_FIELD_PREV_PID, LTT_FIELD_NEXT_PID, LTT_FIELD_PREV_STATE
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getSchedChangeHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long cpu = trcEvent.getCpuId();
-                               // TmfTimestamp eventTime = trcEvent.getTimestamp();
-                               //
-                               // LttngProcessState process = traceSt.getRunning_process().get(
-                               // cpu);
-                               //
-                               // Long pid_out = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_PREV_PID);
-                               // Long pid_in = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_NEXT_PID);
-                               // Long state_out = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_PREV_STATE);
-                               //
-                               // if (process != null) {
-                               //
-                               // /*
-                               // * We could not know but it was not the idle process
-                               // * executing. This should only happen at the beginning,
-                               // * before the first schedule event, and when the initial
-                               // * information (current process for each CPU) is missing. It
-                               // * is not obvious how we could, after the fact, compensate
-                               // * the wrongly attributed statistics.
-                               // */
-                               //
-                               // // This test only makes sense once the state is known and if
-                               // // there
-                               // // is no
-                               // // missing events. We need to silently ignore schedchange
-                               // // coming
-                               // // after a
-                               // // process_free, or it causes glitches. (FIXME)
-                               // // if(unlikely(process->pid != pid_out)) {
-                               // // g_assert(process->pid == 0);
-                               // // }
-                               // if (process.getPid() == 0
-                               // && process.getState().getExec_mode() ==
-                               // ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
-                               // if (pid_out == 0) {
-                               // /*
-                               // * Scheduling out of pid 0 at beginning of the trace
-                               // * : we know for sure it is in syscall mode at this
-                               // * point.
-                               // */
-                               // int stackSize = process.getExecution_stack().size();
-                               // if (stackSize != 1) {
-                               // TraceDebug
-                               // .debug("unpexpected process execution stack size, expected 1, received: ");
-                               // }
-                               //
-                               // process.getState().setExec_mode(
-                               // ExecutionMode.LTTV_STATE_SYSCALL);
-                               // process.getState().setProc_status(
-                               // ProcessStatus.LTTV_STATE_WAIT);
-                               // process.getState().setChage_Time(
-                               // trcEvent.getTimestamp());
-                               // process.getState().setEntry_Time(
-                               // trcEvent.getTimestamp());
-                               // }
-                               // } else {
-                               // if (process.getState().getProc_status() ==
-                               // ProcessStatus.LTTV_STATE_EXIT) {
-                               // process.getState().setProc_status(
-                               // ProcessStatus.LTTV_STATE_ZOMBIE);
-                               // process.getState().setChage_Time(
-                               // trcEvent.getTimestamp());
-                               // } else {
-                               // if (state_out == 0L) {
-                               // process.getState().setProc_status(
-                               // ProcessStatus.LTTV_STATE_WAIT_CPU);
-                               // } else {
-                               // process.getState().setProc_status(
-                               // ProcessStatus.LTTV_STATE_WAIT);
-                               // }
-                               //
-                               // process.getState().setChage_Time(
-                               // trcEvent.getTimestamp());
-                               // }
-                               //
-                               // if (state_out == 32L || state_out == 64L) { /*
-                               // * EXIT_DEAD
-                               // * ||
-                               // * TASK_DEAD
-                               // */
-                               // /* see sched.h for states */
-                               // if (!exit_process(traceSt, process)) {
-                               // process.getState().setProc_status(
-                               // ProcessStatus.LTTV_STATE_DEAD);
-                               // process.getState().setChage_Time(
-                               // trcEvent.getTimestamp());
-                               // }
-                               // }
-                               // }
-                               // }
-                               // process = lttv_state_find_process_or_create(traceSt, cpu,
-                               // pid_in, eventTime);
-                               //
-                               // traceSt.getRunning_process().put(cpu, process);
-                               //
-                               // process.getState().setProc_status(ProcessStatus.LTTV_STATE_RUN);
-                               // process.getState().setChage_Time(eventTime);
-                               // process.setCpu(cpu);
-                               // // process->state->s = LTTV_STATE_RUN;
-                               // // if(process->usertrace)
-                               // // process->usertrace->cpu = cpu;
-                               // // process->last_cpu_index =
-                               // // ltt_tracefile_num(((LttvTracefileContext*)s)->tf);
-                               //
-                               // // process->state->change = s->parent.timestamp;
-                               //
-                               // LTTngCPUState cpu_state = traceSt.getCpu_states().get(cpu);
-                               // /* update cpu status */
-                               // if (pid_in == 0) {
-                               //
-                               // /* going to idle task */
-                               // cpu_set_base_mode(cpu_state, CpuMode.LTTV_CPU_IDLE);
-                               // } else {
-                               // /*
-                               // * scheduling a real task. we must be careful here: if we
-                               // * just schedule()'ed to a process that is in a trap, we
-                               // * must put the cpu in trap mode
-                               // */
-                               // cpu_set_base_mode(cpu_state, CpuMode.LTTV_CPU_BUSY);
-                               // if (process.getState().getExec_mode() ==
-                               // ExecutionMode.LTTV_STATE_TRAP) {
-                               // cpu_push_mode(cpu_state, CpuMode.LTTV_CPU_TRAP);
-                               // }
-                               // }
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_PROCESS_FORK
-        * </p>
-        * <p>
-        * Fields: FIELD_ARRAY(LTT_FIELD_PARENT_PID, LTT_FIELD_CHILD_PID,
-        * LTT_FIELD_CHILD_TGID)
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getProcessForkHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long cpu = trcEvent.getCpuId();
-                               // LttngProcessState process = traceSt.getRunning_process().get(
-                               // cpu);
-                               // TmfTimestamp timeStamp = trcEvent.getTimestamp();
-                               //
-                               // // /* Parent PID */
-                               // // Long parent_pid = getAFieldLong(trcEvent, traceSt,
-                               // // Fields.LTT_FIELD_PARENT_PID);
-                               //
-                               // /* Child PID */
-                               // /* In the Linux Kernel, there is one PID per thread. */
-                               // Long child_pid = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_CHILD_PID);
-                               //
-                               // /* Child TGID */
-                               // /* tgid in the Linux kernel is the "real" POSIX PID. */
-                               // Long child_tgid = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_CHILD_TGID);
-                               // if (child_tgid == null) {
-                               // child_tgid = 0L;
-                               // }
-                               //
-                               // /*
-                               // * Mathieu : it seems like the process might have been
-                               // scheduled
-                               // * in before the fork, and, in a rare case, might be the
-                               // current
-                               // * process. This might happen in a SMP case where we don't
-                               // have
-                               // * enough precision on the clocks.
-                               // *
-                               // * Test reenabled after precision fixes on time. (Mathieu)
-                               // */
-                               // // #if 0
-                               // // zombie_process = lttv_state_find_process(ts, ANY_CPU,
-                               // // child_pid);
-                               // //
-                               // // if(unlikely(zombie_process != NULL)) {
-                               // // /* Reutilisation of PID. Only now we are sure that the old
-                               // // PID
-                               // // * has been released. FIXME : should know when release_task
-                               // // happens
-                               // // instead.
-                               // // */
-                               // // guint num_cpus = ltt_trace_get_num_cpu(ts->parent.t);
-                               // // guint i;
-                               // // for(i=0; i< num_cpus; i++) {
-                               // // g_assert(zombie_process != ts->running_process[i]);
-                               // // }
-                               // //
-                               // // exit_process(s, zombie_process);
-                               // // }
-                               // // #endif //0
-                               //
-                               // if (process.getPid() == child_pid) {
-                               // TraceDebug
-                               // .debug("Unexpected, process pid equal to child pid: "
-                               // + child_pid
-                               // + " Event Time: "
-                               // + trcEvent.getTimestamp());
-                               // }
-                               //
-                               // // g_assert(process->pid != child_pid);
-                               // // FIXME : Add this test in the "known state" section
-                               // // g_assert(process->pid == parent_pid);
-                               // LttngProcessState child_process = lttv_state_find_process(
-                               // traceSt, ANY_CPU, child_pid);
-                               // if (child_process == null) {
-                               // child_process = create_process(traceSt, cpu, child_pid,
-                               // child_tgid, timeStamp);
-                               // } else {
-                               // /*
-                               // * The process has already been created : due to time
-                               // * imprecision between multiple CPUs : it has been scheduled
-                               // * in before creation. Note that we shouldn't have this kind
-                               // * of imprecision.
-                               // *
-                               // * Simply put a correct parent.
-                               // */
-                               // StringBuilder sb = new StringBuilder("Process " + child_pid);
-                               // sb.append(" has been created at ["
-                               // + child_process.getCration_time() + "] ");
-                               // sb.append("and inserted at ["
-                               // + child_process.getInsertion_time() + "] ");
-                               // sb.append("before \nfork on cpu " + cpu + " Event time: ["
-                               // + trcEvent + "]\n.");
-                               // sb
-                               // .append("Probably an unsynchronized TSD problem on the traced machine.");
-                               // TraceDebug.debug(sb.toString());
-                               //
-                               // // g_assert(0); /* This is a problematic case : the process
-                               // // has
-                               // // beencreated
-                               // // before the fork event */
-                               // child_process.setPpid(process.getPid());
-                               // child_process.setTgid(child_tgid);
-                               // }
-                               //
-                               // if (!child_process.getName().equals(
-                               // ProcessStatus.LTTV_STATE_UNNAMED.getInName())) {
-                               // TraceDebug.debug("Unexpected child process status: "
-                               // + child_process.getName());
-                               // }
-                               //
-                               // child_process.setName(process.getName());
-                               // child_process.setBrand(process.getBrand());
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_KTHREAD_CREATE
-        * </p>
-        * <p>
-        * Fields: LTT_FIELD_PID
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getProcessKernelThreadHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               // /*
-                               // * We stamp a newly created process as kernel_thread. The
-                               // thread
-                               // * should not be running yet.
-                               // */
-                               //
-                               // LttngExecutionState exState;
-                               // Long pid;
-                               // LttngProcessState process;
-                               //
-                               // /* PID */
-                               // pid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_PID);
-                               // // s->parent.target_pid = pid;
-                               //
-                               // process = lttv_state_find_process_or_create(traceSt, ANY_CPU,
-                               // pid, new TmfTimestamp());
-                               //
-                               // if (!process.getState().getProc_status().equals(
-                               // ProcessStatus.LTTV_STATE_DEAD)) {
-                               // // Leave only the first element in the stack with execution
-                               // // mode to
-                               // // syscall
-                               // Stack<LttngExecutionState> processExStack = process
-                               // .getExecution_stack();
-                               // exState = processExStack.firstElement();
-                               // exState.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
-                               // if (processExStack.size() > 1) {
-                               // processExStack.clear();
-                               // processExStack.add(exState);
-                               // }
-                               //
-                               // // update the process state to the only one in the stack
-                               // process.setState(exState);
-                               // }
-                               //
-                               // process.setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_PROCESS_EXIT
-        * </p>
-        * <p>
-        * LTT_FIELD_PID
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getProcessExitHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long pid;
-                               // LttngProcessState process;
-                               //
-                               // pid = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_PID);
-                               // // s->parent.target_pid = pid;
-                               //
-                               // // FIXME : Add this test in the "known state" section
-                               // // g_assert(process->pid == pid);
-                               //
-                               // process = lttv_state_find_process(traceSt, ANY_CPU, pid);
-                               // if (process != null) {
-                               // process.getState().setProc_status(
-                               // ProcessStatus.LTTV_STATE_EXIT);
-                               // }
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_PROCESS_FREE
-        * </p>
-        * <p>
-        * Fields: LTT_FIELD_PID
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getProcessFreeHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long release_pid;
-                               // LttngProcessState process;
-                               //
-                               // /* PID of the process to release */
-                               // release_pid = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_PID);
-                               // // s->parent.target_pid = release_pid;
-                               //
-                               // if (release_pid == 0) {
-                               // TraceDebug.debug("Unexpected release_pid: 0, Event time: "
-                               // + trcEvent.getTimestamp());
-                               // }
-                               //
-                               // process = lttv_state_find_process(traceSt, ANY_CPU,
-                               // release_pid);
-                               // if (process != null) {
-                               // exit_process(traceSt, process);
-                               // }
-
-                               return false;
-                               // DISABLED
-                               // if(process != null) {
-                               /*
-                                * release_task is happening at kernel level : we can now safely
-                                * release the data structure of the process
-                                */
-                               // This test is fun, though, as it may happen that
-                               // at time t : CPU 0 : process_free
-                               // at time t+150ns : CPU 1 : schedule out
-                               // Clearly due to time imprecision, we disable it. (Mathieu)
-                               // If this weird case happen, we have no choice but to put the
-                               // Currently running process on the cpu to 0.
-                               // I re-enable it following time precision fixes. (Mathieu)
-                               // Well, in the case where an process is freed by a process on
-                               // another
-                               // CPU
-                               // and still scheduled, it happens that this is the schedchange
-                               // that
-                               // will
-                               // drop the last reference count. Do not free it here!
-
-                               // int num_cpus = ltt_trace_get_num_cpu(ts->parent.t);
-                               // guint i;
-                               // for(i=0; i< num_cpus; i++) {
-                               // //g_assert(process != ts->running_process[i]);
-                               // if(process == ts->running_process[i]) {
-                               // //ts->running_process[i] = lttv_state_find_process(ts, i, 0);
-                               // break;
-                               // }
-                               // }
-                               // if(i == num_cpus) /* process is not scheduled */
-                               // exit_process(s, process);
-                               // }
-                               //      
-                               // return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_EXEC
-        * </p>
-        * <p>
-        * FIELDS: LTT_FIELD_FILENAME
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getProcessExecHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long cpu = trcEvent.getCpuId();
-                               // LttngProcessState process = traceSt.getRunning_process().get(
-                               // cpu);
-                               //
-                               // // #if 0//how to use a sequence that must be transformed in a
-                               // // string
-                               // // /* PID of the process to release */
-                               // // guint64 name_len = ltt_event_field_element_number(e,
-                               // // lttv_trace_get_hook_field(th, 0));
-                               // // //name = ltt_event_get_string(e,
-                               // // lttv_trace_get_hook_field(th, 0));
-                               // // LttField *child = ltt_event_field_element_select(e,
-                               // // lttv_trace_get_hook_field(th, 0), 0);
-                               // // gchar *name_begin =
-                               // // (gchar*)(ltt_event_data(e)+ltt_event_field_offset(e,
-                               // child));
-                               // // gchar *null_term_name = g_new(gchar, name_len+1);
-                               // // memcpy(null_term_name, name_begin, name_len);
-                               // // null_term_name[name_len] = '\0';
-                               // // process->name = g_quark_from_string(null_term_name);
-                               // // #endif //0
-                               //
-                               // process.setName(getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_FILENAME));
-                               // process.setBrand(StateStrings.LTTV_STATE_UNBRANDED);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * <p>
-        * LTT_EVENT_THREAD_BRAND
-        * </p>
-        * <p>
-        * FIELDS: LTT_FIELD_NAME
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor GetThreadBrandHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // String name;
-                               // Long cpu = trcEvent.getCpuId();
-                               // LttngProcessState process = traceSt.getRunning_process().get(
-                               // cpu);
-                               //
-                               // name = getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_NAME);
-                               // process.setBrand(name);
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * @return
-        */
-       final ILttngEventProcessor getStateDumpEndHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // /* For all processes */
-                               // /*
-                               // * if kernel thread, if stack[0] is unknown, set to syscall
-                               // * mode, wait
-                               // */
-                               // /* else, if stack[0] is unknown, set to user mode, running */
-                               // List<LttngProcessState> processes = traceSt.getProcesses();
-                               // TmfTimestamp time = trcEvent.getTimestamp();
-                               //
-                               // for (LttngProcessState process : processes) {
-                               // fix_process(process, time);
-                               // }
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-       /**
-        * Private method used to establish the first execution state in the stack
-        * for a given process
-        * 
-        * @param process
-        * @param timestamp
-        */
-       // private void fix_process(LttngProcessState process,
-       // TmfTimestamp timestamp) {
-       //
-       // LttngExecutionState es;
-       // Stack<LttngExecutionState> procStack = process
-       // .getExecution_stack();
-       //
-       // if (process.getType() == ProcessType.LTTV_STATE_KERNEL_THREAD) {
-       // es = procStack.firstElement();
-       //
-       // if (es.getExec_mode() == ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
-       // es.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
-       // es
-       // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE
-       // .getInName());
-       // es.setEntry_Time(timestamp);
-       // es.setChage_Time(timestamp);
-       // es.setCum_cpu_time(0L);
-       // if (es.getProc_status() == ProcessStatus.LTTV_STATE_UNNAMED) {
-       // es.setProc_status(ProcessStatus.LTTV_STATE_WAIT);
-       // }
-       // }
-       // } else {
-       // es = procStack.firstElement();
-       // if (es.getExec_mode() == ExecutionMode.LTTV_STATE_MODE_UNKNOWN) {
-       // es.setExec_mode(ExecutionMode.LTTV_STATE_USER_MODE);
-       // es
-       // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE
-       // .getInName());
-       // es.setEntry_Time(timestamp);
-       // es.setChage_Time(timestamp);
-       // es.setCum_cpu_time(0L);
-       // if (es.getProc_status() == ProcessStatus.LTTV_STATE_UNNAMED) {
-       // es.setProc_status(ProcessStatus.LTTV_STATE_RUN);
-       // }
-       //
-       // if (procStack.size() == 1) {
-       // /*
-       // * Still in bottom unknown mode, means never did a
-       // * system call May be either in user mode, syscall
-       // * mode, running or waiting.
-       // */
-       // /*
-       // * FIXME : we may be tagging syscall mode when being
-       // * user mode
-       // */
-       // // Get a new execution State
-       // es = new LttngExecutionState();
-       //
-       // // initialize values
-       // es.setExec_mode(ExecutionMode.LTTV_STATE_SYSCALL);
-       // es
-       // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_NONE
-       // .getInName());
-       // es.setEntry_Time(timestamp);
-       // es.setChage_Time(timestamp);
-       // es.setCum_cpu_time(0L);
-       // es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
-       //
-       // // Push the new state to the stack
-       // procStack.push(es);
-       // }
-       // }
-       // }
-       // }
-       // };
-       // return handler;
-       // }
-
-       /**
-        * <p>
-        * Handles: LTT_EVENT_PROCESS_STATE
-        * </p>
-        * <p>
-        * FIELDS: LTT_FIELD_PID, LTT_FIELD_PARENT_PID, LTT_FIELD_NAME,
-        * LTT_FIELD_TYPE, LTT_FIELD_MODE, LTT_FIELD_SUBMODE, LTT_FIELD_STATUS,
-        * LTT_FIELD_TGID
-        * </p>
-        * 
-        * @return
-        */
-       final ILttngEventProcessor getEnumProcessStateHandler() {
-               AbsStateUpdate handler = new AbsStateUpdate() {
-
-                       // @Override
-                       @Override
-                       public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
-                               //
-                               // Long parent_pid;
-                               // Long pid;
-                               // Long tgid;
-                               // String command;
-                               // Long cpu = trcEvent.getCpuId();
-                               // LttngProcessState process = traceSt.getRunning_process().get(
-                               // cpu);
-                               // LttngProcessState parent_process;
-                               // String type;
-                               // // String mode, submode, status;
-                               // LttngExecutionState es;
-                               //
-                               // /* PID */
-                               // pid = getAFieldLong(trcEvent, traceSt, Fields.LTT_FIELD_PID);
-                               //
-                               // /* Parent PID */
-                               // parent_pid = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_PARENT_PID);
-                               //
-                               // /* Command name */
-                               // command = getAFieldString(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_NAME);
-                               //
-                               // /* TODO: type field, Values need to be verified */
-                               // /* type */
-                               // Long typeVal = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_TYPE);
-                               // if (typeVal == 0L) {
-                               // type = ProcessType.LTTV_STATE_KERNEL_THREAD.getInName();
-                               // } else {
-                               // type = ProcessType.LTTV_STATE_USER_THREAD.getInName();
-                               // }
-                               //
-                               // // FIXME: type is rarely used, enum must match possible
-                               // types.
-                               //
-                               // // /* mode */
-                               // // mode = getAFieldString(trcEvent, traceSt,
-                               // // Fields.LTT_FIELD_MODE);
-                               // //
-                               // // /* submode */
-                               // // submode = getAFieldString(trcEvent, traceSt,
-                               // // Fields.LTT_FIELD_SUBMODE);
-                               // //
-                               // // /* status */
-                               // // status = getAFieldString(trcEvent, traceSt,
-                               // // Fields.LTT_FIELD_STATUS);
-                               //
-                               // /* TGID */
-                               // tgid = getAFieldLong(trcEvent, traceSt,
-                               // Fields.LTT_FIELD_TGID);
-                               // if (tgid == null) {
-                               // tgid = 0L;
-                               // }
-                               //
-                               // if (pid == 0) {
-                               // for (Long acpu : traceSt.getCpu_states().keySet()) {
-                               // process = lttv_state_find_process(traceSt, acpu, pid);
-                               // if (process != null) {
-                               // process.setPpid(parent_pid);
-                               // process.setTgid(tgid);
-                               // process.setName(command);
-                               // process
-                               // .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
-                               // } else {
-                               // StringBuilder sb = new StringBuilder(
-                               // "Unexpected, null process read from the TraceState list of processes, event time: "
-                               // + trcEvent.getTimestamp());
-                               // TraceDebug.debug(sb.toString());
-                               // }
-                               // }
-                               // } else {
-                               // /*
-                               // * The process might exist if a process was forked while
-                               // * performing the state dump.
-                               // */
-                               // process = lttv_state_find_process(traceSt, ANY_CPU, pid);
-                               // if (process == null) {
-                               // parent_process = lttv_state_find_process(traceSt,
-                               // ANY_CPU, parent_pid);
-                               // process = create_process(traceSt, cpu, pid, tgid,
-                               // command, trcEvent.getTimestamp());
-                               // if (parent_process != null) {
-                               // process.setPpid(parent_process.getPid());
-                               // }
-                               //
-                               // /* Keep the stack bottom : a running user mode */
-                               // /*
-                               // * Disabled because of inconsistencies in the current
-                               // * statedump states.
-                               // */
-                               // if (type.equals(ProcessType.LTTV_STATE_KERNEL_THREAD
-                               // .getInName())) {
-                               // /*
-                               // * FIXME Kernel thread : can be in syscall or
-                               // * interrupt or trap.
-                               // */
-                               // /*
-                               // * Will cause expected trap when in fact being
-                               // * syscall (even after end of statedump event) Will
-                               // * cause expected interrupt when being syscall.
-                               // * (only before end of statedump event)
-                               // */
-                               // process
-                               // .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
-                               //
-                               // // #if 0
-                               // // es->t = LTTV_STATE_SYSCALL;
-                               // // es->s = status;
-                               // // es->n = submode;
-                               // // #endif //0
-                               // } else {
-                               // /*
-                               // * User space process : bottom : user mode either
-                               // * currently running or scheduled out. can be
-                               // * scheduled out because interrupted in (user mode
-                               // * or in syscall) or because of an explicit call to
-                               // * the scheduler in syscall. Note that the scheduler
-                               // * call comes after the irq_exit, so never in
-                               // * interrupt context.
-                               // */
-                               // // temp workaround : set size to 1 : only have user
-                               // // mode
-                               // // bottom of stack.
-                               // // will cause g_info message of expected syscall
-                               // // mode when
-                               // // in fact being
-                               // // in user mode. Can also cause expected trap when
-                               // // in fact
-                               // // being user
-                               // // mode in the event of a page fault reenabling
-                               // // interrupts
-                               // // in the handler.
-                               // // Expected syscall and trap can also happen after
-                               // // the end
-                               // // of statedump
-                               // // This will cause a
-                               // // "popping last state on stack, ignoring it."
-                               //
-                               // // process->execution_stack =
-                               // // g_array_set_size(process->execution_stack, 1);
-                               // // es = process->state =
-                               // // &g_array_index(process->execution_stack,
-                               // // LttvExecutionState, 0);
-                               // // a new process must have only one state in the
-                               // // stack and
-                               // // be the same as the current state
-                               // // es = process.getState();
-                               // // es.setExec_mode(ExecutionMode.LTTV_STATE_MODE_UNKNOWN);
-                               // // es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
-                               // // es
-                               // //
-                               // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
-                               // // .getInName());
-                               //
-                               // // #if 0
-                               // // es->t = LTTV_STATE_USER_MODE;
-                               // // es->s = status;
-                               // // es->n = submode;
-                               // // #endif //0
-                               // }
-                               // // TODO: clean up comments above: Moved repeated code
-                               // // from both
-                               // // if / else blocks above,
-                               // // comments left temporarily for easier visualization
-                               // // and
-                               // // comparision with c code
-                               // es = process.getState();
-                               // es.setExec_mode(ExecutionMode.LTTV_STATE_MODE_UNKNOWN);
-                               // es.setProc_status(ProcessStatus.LTTV_STATE_UNNAMED);
-                               // es
-                               // .setExec_submode(ExecutionSubMode.LTTV_STATE_SUBMODE_UNKNOWN
-                               // .getInName());
-                               // // #if 0
-                               // // /* UNKNOWN STATE */
-                               // // {
-                               // // es = process->state =
-                               // // &g_array_index(process->execution_stack,
-                               // // LttvExecutionState, 1);
-                               // // es->t = LTTV_STATE_MODE_UNKNOWN;
-                               // // es->s = LTTV_STATE_UNNAMED;
-                               // // es->n = LTTV_STATE_SUBMODE_UNKNOWN;
-                               // // }
-                               // // #endif //0
-                               // } else {
-                               // /*
-                               // * The process has already been created : Probably was
-                               // * forked while dumping the process state or was simply
-                               // * scheduled in prior to get the state dump event.
-                               // */
-                               // process.setPpid(parent_pid);
-                               // process.setTgid(tgid);
-                               // process.setName(command);
-                               // if (type.equals(ProcessType.LTTV_STATE_KERNEL_THREAD
-                               // .getInName())) {
-                               // process
-                               // .setType(ProcessType.LTTV_STATE_KERNEL_THREAD);
-                               // } else {
-                               // process.setType(ProcessType.LTTV_STATE_USER_THREAD);
-                               // }
-                               //
-                               // // es =
-                               // // &g_array_index(process->execution_stack,
-                               // // LttvExecutionState,
-                               // // 0);
-                               // // #if 0
-                               // // if(es->t == LTTV_STATE_MODE_UNKNOWN) {
-                               // // if(type == LTTV_STATE_KERNEL_THREAD)
-                               // // es->t = LTTV_STATE_SYSCALL;
-                               // // else
-                               // // es->t = LTTV_STATE_USER_MODE;
-                               // // }
-                               // // #endif //0
-                               // /*
-                               // * Don't mess around with the stack, it will eventually
-                               // * become ok after the end of state dump.
-                               // */
-                               // }
-                               // }
-
-                               return false;
-
-                       }
-               };
-               return handler;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/resource/LTTngStateResourceTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/resource/LTTngStateResourceTest.java
deleted file mode 100644 (file)
index a16040a..0000000
+++ /dev/null
@@ -1,193 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.lttng.tests.state.resource;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.lttng.state.resource.ILttngStateContext;
-import org.eclipse.linuxtools.lttng.state.resource.LTTngStateResource;
-import org.eclipse.linuxtools.lttng.state.resource.ILTTngStateResource.GlobalStateMode;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-
-/**
- * For inherited methods see: LTTngTreeNodeTest
- * 
- * @author alvaro
- * 
- */
-@SuppressWarnings("nls")
-public class LTTngStateResourceTest extends TestCase {
-       // =======================================================================
-       // Data
-       // =======================================================================
-
-       // Common context for all tests
-       ILttngStateContext context;
-
-       LTTngStateResource node10;
-       LTTngStateResource node20;
-       LTTngStateResource node30;
-       LTTngStateResource node40;
-       LTTngStateResource node50;
-       LTTngStateResource node60;
-
-       LTTngStateResource node15;
-       LTTngStateResource node25;
-       LTTngStateResource node35;
-       LTTngStateResource node45;
-       LTTngStateResource node55;
-       LTTngStateResource node65;
-       LTTngStateResource node67;
-
-       // ========================================================================
-       // Preparations and Finish
-       // =======================================================================
-       /* (non-Javadoc)
-        * @see junit.framework.TestCase#setUp()
-        */
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-               context = getContext();
-               // Create state resources and assign a parent
-               node10 = new LTTngStateResource(10L, "node10", context, this);
-               node20 = new LTTngStateResource(20L, node10, "node20", context, this);
-               node30 = new LTTngStateResource(30L, node20, "node30", context, this);
-               node40 = new LTTngStateResource(40L, node30, "node40", context, this);
-               node50 = new LTTngStateResource(50L, node40, "node50", context, this);
-               node60 = new LTTngStateResource(60L, node50, "node60", context, this);
-               
-               //Adding first children
-               node10.addChild(node20);
-               node20.addChild(node30);
-               node30.addChild(node40);
-               node40.addChild(node50);
-               node50.addChild(node60);
-               
-               //create additional nodes
-               node15 = new LTTngStateResource(15L, node10, "node15", context, this);
-               node25 = new LTTngStateResource(25L, node20, "node25", context, this);
-               node35 = new LTTngStateResource(35L, node30, "node35", context, this);
-               node45 = new LTTngStateResource(45L, node40, "node45", context, this);
-               node55 = new LTTngStateResource(55L, node50, "node55", context, this);
-               node65 = new LTTngStateResource(65L, node60, "node65", context, this);
-               node67 = new LTTngStateResource(67L, node60, "node67", context, this);
-               
-               // Add more children to instances
-               node10.addChild(node15);
-               node20.addChild(node25);
-               node30.addChild(node35);
-               node40.addChild(node45);
-               node50.addChild(node55);
-               node60.addChild(node65);
-               node60.addChild(node67);
-       }
-
-       /**
-        * @return
-        */
-       private ILttngStateContext getContext() {
-               return new ILttngStateContext() {
-
-                       @Override
-                       public TmfTimeRange getTraceTimeWindow() {
-                               return null;
-                       }
-
-                       @Override
-                       public ITmfTrace<?> getTraceIdRef() {
-                               return null;
-                       }
-
-                       @Override
-                       public String getTraceId() {
-                               return "Test Trace";
-                       }
-
-                       @Override
-                       public int getNumberOfCpus() {
-                               return 1;
-                       }
-
-                       @Override
-                       public TmfTimeRange getExperimentTimeWindow() {
-                               return null;
-                       }
-
-                       @Override
-                       public String getExperimentName() {
-                               return "Test Experiment";
-                       }
-                       
-                       @Override
-            public long getIdentifier() {
-                return 0;
-            }
-               };
-       }
-
-       /* (non-Javadoc)
-        * @see junit.framework.TestCase#tearDown()
-        */
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-       // ========================================================================
-       // Methods
-       // =======================================================================
-       /**
-        * Test method for
-        * {@link org.eclipse.linuxtools.lttng.state.resource.LTTngStateResource#getChildren()}
-        * .
-        */
-       public void testGetChildren() {
-               LTTngStateResource[] childrensOf60 = node60.getChildren();
-               assertNotNull(childrensOf60);
-
-               int size = childrensOf60.length;
-               assertEquals(2, size);
-
-               LTTngStateResource child65 = childrensOf60[0];
-               LTTngStateResource child67 = childrensOf60[1];
-
-               assertNotNull(child65);
-               assertNotNull(child67);
-
-               assertEquals("node65", child65.getName());
-               assertEquals("node67", child67.getName());
-       }
-
-       /**
-        * Test method for
-        * {@link org.eclipse.linuxtools.lttng.state.resource.LTTngStateResource#getStateMode()}
-        */
-       public void testStateMode() {
-               // check default
-               assertEquals("unknown", node60.getStateMode().getInName());
-
-               // check setting
-               node60.setStateMode(GlobalStateMode.LTT_STATEMODE_WAIT_FORK);
-               assertEquals("waitfork", node60.getStateMode().getInName());
-
-       }
-       
-       /**
-        * Test method for
-        * {@link org.eclipse.linuxtools.lttng.state.resource.LTTngStateResource#getContext()}
-        */
-       public void testContext() {
-               assertEquals(context, node60.getContext());
-       }
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/tests/handlers/AbsStateUpdate.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/state/tests/handlers/AbsStateUpdate.java
deleted file mode 100644 (file)
index 05e32af..0000000
+++ /dev/null
@@ -1,569 +0,0 @@
-package org.eclipse.linuxtools.lttng.tests.state.tests.handlers;
-
-import org.eclipse.linuxtools.lttng.TraceDebug;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngEventField;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Fields;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngExecutionState;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.tmf.event.TmfEventField;
-
-@SuppressWarnings("nls")
-public abstract class AbsStateUpdate implements ILttngEventProcessor {
-
-       // ========================================================================
-       // Data
-       // =======================================================================
-       protected static LttngExecutionState exState = null;
-       protected static Long pid = null;
-       
-       // ========================================================================
-       // push and pop from stack
-       // =======================================================================
-
-//     protected static final Long ANY_CPU = 0L;
-       
-
-//     protected void push_state(Long cpu, StateStrings.ExecutionMode execMode,
-//                     String submode, TmfTimestamp eventTime, LttngTraceState traceSt) {
-//
-//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
-//             LttngExecutionState exe_state = new LttngExecutionState();
-//             exe_state.setExec_mode(execMode);
-//             exe_state.setExec_submode(submode);
-//             exe_state.setEntry_Time(eventTime);
-//             exe_state.setChage_Time(eventTime);
-//             exe_state.setCum_cpu_time(0L);
-//             exe_state.setProc_status(process.getState().getProc_status());
-//             process.setState(exe_state);
-//
-//             Stack<LttngExecutionState> exe_state_stack = process
-//                             .getExecution_stack();
-//             exe_state_stack.push(exe_state);
-//     }
-//
-//     protected void pop_state(Long cpu, StateStrings.ExecutionMode execMode,
-//                     LttngTraceState traceSt, TmfTimestamp eventTime) {
-//
-//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
-//
-//             if (!process.getState().getExec_mode().equals(execMode)) {
-//                     // Different execution mode
-//                     TraceDebug.debug("Different Execution Mode type \n\tTime:"
-//                                     + eventTime.toString() + "\n\tprocess state has: \n\t"
-//                                     + process.getState().getExec_mode().toString()
-//                                     + "\n\twhen pop_int is:\n\t" + execMode.toString());
-//                     return;
-//             }
-//
-//             Stack<LttngExecutionState> exe_state_stack = process
-//                             .getExecution_stack();
-//
-//             if (exe_state_stack.size() <= 1) {
-//                     TraceDebug
-//                                     .debug("Removing last item from execution stack is not allowed");
-//             }
-//
-//             exe_state_stack.pop();
-//             process.setState(exe_state_stack.peek());
-//             process.getState().setChage_Time(eventTime);
-//     }
-//
-//     protected void irq_push_mode(LttngIRQState irqst, IRQMode state) {
-//             irqst.getMode_stack().push(state);
-//     }
-//
-//     protected void irq_set_base_mode(LttngIRQState irqst, IRQMode state) {
-//             Stack<IRQMode> irqModeStack = irqst.getMode_stack();
-//             irqModeStack.clear();
-//             irqModeStack.push(state);
-//     }
-//
-//     protected void irq_pop_mode(LttngIRQState irqst) {
-//             Stack<IRQMode> irq_stack = irqst.getMode_stack();
-//             if (irq_stack.size() <= 1)
-//                     irq_set_base_mode(irqst, IRQMode.LTTV_IRQ_UNKNOWN);
-//             else
-//                     irq_stack.pop();
-//     }
-//
-//     protected void cpu_push_mode(LTTngCPUState cpust, StateStrings.CpuMode state) {
-//             // The initialization (init) creates a LttngCPUState instance per
-//             // available cpu in the system
-//             Stack<CpuMode> cpuStack = cpust.getMode_stack();
-//             cpuStack.push(state);
-//     }
-//
-//     protected void cpu_pop_mode(LTTngCPUState cpust) {
-//             if (cpust.getMode_stack().size() <= 1)
-//                     cpu_set_base_mode(cpust, StateStrings.CpuMode.LTTV_CPU_UNKNOWN);
-//             else
-//                     cpust.getMode_stack().pop();
-//     }
-//
-//     /* clears the stack and sets the state passed as argument */
-//     protected void cpu_set_base_mode(LTTngCPUState cpust,
-//                     StateStrings.CpuMode state) {
-//             Stack<CpuMode> cpuStack = cpust.getMode_stack();
-//             cpuStack.clear();
-//             cpuStack.push(state);
-//     }
-//
-//     protected void bdev_pop_mode(LttngBdevState bdevst) {
-//             Stack<BdevMode> bdevModeStack = bdevst.getMode_stack();
-//             if (bdevModeStack.size() <= 1) {
-//                     bdev_set_base_mode(bdevModeStack, BdevMode.LTTV_BDEV_UNKNOWN);
-//             } else {
-//                     bdevModeStack.pop();
-//             }
-//
-//     }
-//
-//     protected void bdev_set_base_mode(Stack<BdevMode> bdevModeStack,
-//                     BdevMode state) {
-//             bdevModeStack.clear();
-//             bdevModeStack.push(state);
-//     }
-//
-//     /**
-//      * Push a new received function pointer to the user_stack
-//      * 
-//      * @param traceSt
-//      * @param funcptr
-//      * @param cpu
-//      */
-//     protected void push_function(LttngTraceState traceSt, Long funcptr, Long cpu) {
-//             // Get the related process
-//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
-//
-//             // get the user_stack
-//             Stack<Long> user_stack = process.getUser_stack();
-//
-//             // update stack
-//             user_stack.push(funcptr);
-//
-//             // update the pointer to the current function on the corresponding
-//             // process
-//             process.setCurrent_function(funcptr);
-//     }
-//
-//     protected void pop_function(LttngTraceState traceSt, LttngEvent trcEvent,
-//                     Long funcptr) {
-//             Long cpu = trcEvent.getCpuId();
-//             // LttvTraceState *ts = (LttvTraceState*)tfs->parent.t_context;
-//             // LttvProcessState *process = ts->running_process[cpu];
-//             LttngProcessState process = traceSt.getRunning_process().get(cpu);
-//             Long curr_function = process.getCurrent_function();
-//             if (curr_function != null && curr_function != funcptr) {
-//                     TraceDebug.debug("Different functions: " + funcptr + " current: "
-//                                     + curr_function + " time stamp: "
-//                                     + trcEvent.getTimestamp().toString());
-//
-//                     // g_info("Different functions (%lu.%09lu): ignore it\n",
-//                     // tfs->parent.timestamp.tv_sec, tfs->parent.timestamp.tv_nsec);
-//                     // g_info("process state has %" PRIu64 " when pop_function is %"
-//                     // PRIu64
-//                     // "\n",
-//                     // process->current_function, funcptr);
-//                     // g_info("{ %u, %u, %s, %s, %s }\n",
-//                     // process->pid,
-//                     // process->ppid,
-//                     // g_quark_to_string(process->name),
-//                     // g_quark_to_string(process->brand),
-//                     // g_quark_to_string(process->state->s));
-//                     return;
-//             }
-//
-//             Stack<Long> user_stack = process.getUser_stack();
-//             if (user_stack.size() == 0) {
-//                     TraceDebug
-//                                     .debug("Trying to pop last function in stack. Ignored.  Time Stamp: "
-//                                                     + trcEvent.getTimestamp());
-//                     return;
-//             }
-//             user_stack.pop();
-//             process.setCurrent_function(user_stack.peek());
-//     }
-//
-//     // ========================================================================
-//     // General methods
-//     // =======================================================================
-//     /**
-//      * protected method used when only one Field is expected with Type "Long" if
-//      * the number of fields is greater, the first field is returned and a
-//      * tracing message is sent Null is returned if the value could not be
-//      * extracted.
-//      * 
-//      * @param trcEvent
-//      * @param traceSt
-//      * @param expectedNumFields
-//      * @return
-//      */
-//     protected Long getDField(LttngEvent trcEvent, LttngTraceState traceSt,
-//                     Fields expectedField) {
-//             Long fieldVal = null;
-//             TmfEventField[] fields = trcEvent.getContent().getFields();
-//             String[] fieldLabels = trcEvent.getContent().getFormat().getLabels();
-//
-//             // Only one field expected
-//             if (fields.length != 1 || fieldLabels.length != 1) {
-//                     StringBuilder sb = new StringBuilder(
-//                                     "Unexpected number of fields received: " + fields.length
-//                                                     + " for Event: " + trcEvent.getMarkerName() + "\n\t\tFields: ");
-//
-//                     for (TmfEventField field : fields) {
-//                             sb.append(((LttngEventField)field).getName() + " ");                            
-//                     }
-//
-//                     TraceDebug.debug(sb.toString());
-//                     if (fields.length == 0) {
-//                             return null;
-//                     }
-//             }
-//
-//             LttngEventField field = (LttngEventField) fields[0];
-//             String fieldname = field.getName();
-//             String expectedFieldName = expectedField.getInName();
-//             if (fieldname.equals(expectedFieldName)) {
-//                     Object fieldObj = field.getValue();
-//                     if (fieldObj instanceof Long) {
-//                             // Expected value found
-//                             fieldVal = (Long) field.getValue();
-//                     } else {
-//                             if (TraceDebug.isDEBUG()) {
-//                                     TraceDebug
-//                                                     .debug("Unexpected field Type. Expected: Long, Received: "
-//                                                                     + fieldObj.getClass().getSimpleName());
-//                             }
-//                             return null;
-//                     }
-//             } else {
-//                     TraceDebug.debug("Unexpected field received: " + fieldname
-//                                     + " Expected: " + expectedFieldName);
-//                     return null;
-//             }
-//
-//             return fieldVal;
-//     }
-//
-       /**
-        * protected method used when a Field is requested among several available
-        * fields and the expected type is Long
-        * 
-        * @param trcEvent
-        * @param traceSt
-        * @param expectedNumFields
-        * @return
-        */
-       protected Long getAFieldLong(LttngEvent trcEvent, LttngTraceState traceSt,
-                       Fields expectedField) {
-               Long fieldVal = null;
-               TmfEventField[] fields = trcEvent.getContent().getFields();
-
-               // At least one field expected
-               if (fields.length == 0) {
-                       TraceDebug.debug("Unexpected number of fields received: "
-                                       + fields.length);
-                       return null;
-               }
-
-               LttngEventField field;
-               String fieldname;
-               String expectedFieldName = expectedField.getInName();
-               for (int i = 0; i < fields.length; i++) {
-                       field = (LttngEventField) fields[i];
-                       fieldname = field.getId();
-                       if (fieldname.equals(expectedFieldName)) {
-                               Object fieldObj = field.getValue();
-                               if (fieldObj instanceof Long) {
-                                       // Expected value found
-                                       fieldVal = (Long) field.getValue();
-                                       // if (expectedField == Fields.LTT_FIELD_TYPE) {
-                                       // TraceDebug.debug("Field Type value is: " + fieldVal);
-                                       // }
-                                       break;
-                               } else {
-                                       if (TraceDebug.isDEBUG()) {
-                                               TraceDebug
-                                                               .debug("Unexpected field Type. Expected: Long, Received: "
-                                                                               + fieldObj.getClass().getSimpleName());
-                                       }
-                                       return null;
-                               }
-                       }
-               }
-
-               if (fieldVal == null) {
-                       if (TraceDebug.isDEBUG()) {
-                               sendNoFieldFoundMsg(fields, expectedFieldName);
-                       }
-               }
-               return fieldVal;
-       }
-
-       /**
-        * protected method used when a Field is requested among several available
-        * fields and the expected type is String
-        * 
-        * @param trcEvent
-        * @param traceSt
-        * @param expectedNumFields
-        * @return
-        */
-       protected String getAFieldString(LttngEvent trcEvent,
-                       LttngTraceState traceSt, Fields expectedField) {
-               String fieldVal = null;
-               TmfEventField[] fields = trcEvent.getContent().getFields();
-
-               // Only one field expected
-               if (fields.length == 0) {
-                       TraceDebug.debug("Unexpected number of fields received: "
-                                       + fields.length);
-                       return null;
-               }
-
-               LttngEventField field;
-               String fieldname;
-               String expectedFieldName = expectedField.getInName();
-               for (int i = 0; i < fields.length; i++) {
-                       field = (LttngEventField) fields[i];
-                       fieldname = field.getId();
-                       if (fieldname.equals(expectedFieldName)) {
-                               Object fieldObj = field.getValue();
-                               if (fieldObj instanceof String) {
-                                       // Expected value found
-                                       fieldVal = (String) field.getValue();
-                                       break;
-                               } else {
-                                       if (TraceDebug.isDEBUG()) {
-                                               TraceDebug
-                                                               .debug("Unexpected field Type. Expected: String, Received: "
-                                                                               + fieldObj.getClass().getSimpleName());
-                                       }
-                                       return null;
-                               }
-                       }
-               }
-
-               if (fieldVal == null) {
-                       if (TraceDebug.isDEBUG()) {
-                               sendNoFieldFoundMsg(fields, expectedFieldName);
-                       }
-               }
-               return fieldVal;
-       }
-
-       protected void sendNoFieldFoundMsg(TmfEventField[] fields,
-                       String expectedFieldName) {
-               LttngEventField field;
-               StringBuilder sb = new StringBuilder("Field not found, requested: "
-                               + expectedFieldName);
-               sb.append(" number of fields: " + fields.length + "Fields: ");
-               for (int i = 0; i < fields.length; i++) {
-                       field = (LttngEventField) fields[i];
-                       sb.append(field.getId() + " ");
-               }
-
-               TraceDebug.debug(sb.toString(), 5);
-       }
-
-//     // Adaption from MKDEV macro
-//     protected Long mkdev(Long major, Long minor) {
-//             Long result = null;
-//             if (major != null && minor != null) {
-//                     result = (major << 20) | minor;
-//             }
-//             return result;
-//     }
-//
-//     /*
-//      * FIXME : this function should be called when we receive an event telling
-//      * that release_task has been called in the kernel. In happens generally
-//      * when the parent waits for its child terminaison, but may also happen in
-//      * special cases in the child's exit : when the parent ignores its children
-//      * SIGCCHLD or has the flag SA_NOCLDWAIT. It can also happen when the child
-//      * is part of a killed thread group, but isn't the leader.
-//      */
-//     protected boolean exit_process(LttngTraceState ts, LttngProcessState process) {
-//             /*
-//              * Wait for both schedule with exit dead and process free to happen.
-//              * They can happen in any order.
-//              */
-//             process.incrementFree_events();
-//             if (process.getFree_events() < 2) {
-//                     return false;
-//             }
-//
-//             process.getExecution_stack().clear();
-//             process.getUser_stack().clear();
-//             ts.getProcesses().remove(process);
-//
-//             return true;
-//     }
-//
-//     // LttvProcessState *
-//     // lttv_state_create_process(LttvTraceState *tcs, LttvProcessState *parent,
-//     // guint cpu, guint pid, guint tgid, GQuark name, const LttTime *timestamp)
-//     // {
-//     // LttvProcessState *process = g_new(LttvProcessState, 1);
-//     //
-//     // LttvExecutionState *es;
-//     //
-//     // char buffer[128];
-//     //
-//     // process->pid = pid;
-//     // process->tgid = tgid;
-//     // process->cpu = cpu;
-//     // process->name = name;
-//     // process->brand = LTTV_STATE_UNBRANDED;
-//     // //process->last_cpu = tfs->cpu_name;
-//     // //process->last_cpu_index =
-//     // ltt_tracefile_num(((LttvTracefileContext*)tfs)->tf);
-//     // process->type = LTTV_STATE_USER_THREAD;
-//     // process->usertrace = ltt_state_usertrace_find(tcs, pid, timestamp);
-//     // process->current_function = 0; //function 0x0 by default.
-//     //
-//     // g_info("Process %u, core %p", process->pid, process);
-//     // g_hash_table_insert(tcs->processes, process, process);
-//     //
-//     // if(parent) {
-//     // process->ppid = parent->pid;
-//     // process->creation_time = *timestamp;
-//     // }
-//     //
-//     // /* No parent. This process exists but we are missing all information
-//     // about
-//     // its creation. The birth time is set to zero but we remember the time of
-//     // insertion */
-//     //
-//     // else {
-//     // process->ppid = 0;
-//     // process->creation_time = ltt_time_zero;
-//     // }
-//     //
-//     // process->insertion_time = *timestamp;
-//     // sprintf(buffer,"%d-%lu.%lu",pid, process->creation_time.tv_sec,
-//     // process->creation_time.tv_nsec);
-//     // process->pid_time = g_quark_from_string(buffer);
-//     // process->cpu = cpu;
-//     // process->free_events = 0;
-//     // //process->last_cpu = tfs->cpu_name;
-//     // //process->last_cpu_index =
-//     // ltt_tracefile_num(((LttvTracefileContext*)tfs)->tf);
-//     // process->execution_stack = g_array_sized_new(FALSE, FALSE,
-//     // sizeof(LttvExecutionState), PREALLOCATED_EXECUTION_STACK);
-//     // process->execution_stack = g_array_set_size(process->execution_stack, 2);
-//     // es = process->state = &g_array_index(process->execution_stack,
-//     // LttvExecutionState, 0);
-//     // es->t = LTTV_STATE_USER_MODE;
-//     // es->n = LTTV_STATE_SUBMODE_NONE;
-//     // es->entry = *timestamp;
-//     // //g_assert(timestamp->tv_sec != 0);
-//     // es->change = *timestamp;
-//     // es->cum_cpu_time = ltt_time_zero;
-//     // es->s = LTTV_STATE_RUN;
-//     //
-//     // es = process->state = &g_array_index(process->execution_stack,
-//     // LttvExecutionState, 1);
-//     // es->t = LTTV_STATE_SYSCALL;
-//     // es->n = LTTV_STATE_SUBMODE_NONE;
-//     // es->entry = *timestamp;
-//     // //g_assert(timestamp->tv_sec != 0);
-//     // es->change = *timestamp;
-//     // es->cum_cpu_time = ltt_time_zero;
-//     // es->s = LTTV_STATE_WAIT_FORK;
-//     //        
-//     // /* Allocate an empty function call stack. If it's empty, use 0x0. */
-//     // process->user_stack = g_array_sized_new(FALSE, FALSE,
-//     // sizeof(guint64), 0);
-//     //        
-//     // return process;
-//     // }
-//
-//     /**
-//      * Find the process matching the given pid and cpu
-//      * 
-//      * If cpu is 0, the cpu value is not matched and the selection is based on
-//      * pid value only
-//      * 
-//      * @param ts
-//      * @param cpu
-//      * @param pid
-//      * @return
-//      */
-//     protected LttngProcessState lttv_state_find_process(LttngTraceState ts,
-//                     Long cpu, Long pid) {
-//             // Define the return value
-//             LttngProcessState process = null;
-//
-//             // Obtain the list of available processes
-//             List<LttngProcessState> processList = ts.getProcesses();
-//
-//             // find the process matching pid and cpu,
-//             // TODO: This may need to be improved since the pid may be re-used and
-//             // the creation time may need to be considered
-//             for (LttngProcessState dprocess : processList) {
-//                     if (dprocess.getPid() == pid) {
-//                             if (dprocess.getCpu() == cpu || cpu == 0) {
-//                                     return process;
-//                             }
-//                     }
-//             }
-//
-//             return process;
-//     }
-//
-//     /**
-//      * @param ts
-//      * @param cpu
-//      * @param pid
-//      * @param timestamp
-//      *            , Used when a new process is needed
-//      * @return
-//      */
-//     protected LttngProcessState lttv_state_find_process_or_create(
-//                     LttngTraceState ts, Long cpu, Long pid, final TmfTimestamp timestamp) {
-//
-//             LttngProcessState process = lttv_state_find_process(ts, cpu, pid);
-//             /* Put ltt_time_zero creation time for unexisting processes */
-//             if (process == null) {
-//                     process = create_process(ts, cpu, pid, 0L, timestamp);
-//             }
-//             return process;
-//     }
-//
-//     /**
-//      * @param traceSt
-//      * @param cpu
-//      * @param pid
-//      * @param tgid
-//      * @param timestamp
-//      * @return
-//      */
-//     protected LttngProcessState create_process(LttngTraceState traceSt,
-//                     Long cpu, Long pid, Long tgid, final TmfTimestamp timestamp) {
-//             LttngProcessState process = create_process(traceSt, cpu, pid, tgid,
-//                             ProcessStatus.LTTV_STATE_UNNAMED.getInName(), timestamp);
-//             return process;
-//     }
-//
-//     /**
-//      * @param traceSt
-//      * @param cpu
-//      * @param pid
-//      * @param tgid
-//      * @param name
-//      * @param timestamp
-//      * @return
-//      */
-//     protected LttngProcessState create_process(LttngTraceState traceSt,
-//                     Long cpu, Long pid, Long tgid, String name,
-//                     final TmfTimestamp timestamp) {
-//             LttngProcessState process;
-//             process = new LttngProcessState(cpu, pid, tgid, name, timestamp);
-//             traceSt.getProcesses().add(process);
-//             return process;
-//     }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/trace/LTTngExperimentTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/trace/LTTngExperimentTest.java
deleted file mode 100644 (file)
index fe41685..0000000
+++ /dev/null
@@ -1,116 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.lttng.tests.trace;
-
-import java.io.File;
-import java.io.IOException;
-import java.net.URISyntaxException;
-import java.net.URL;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.tests.LTTngCoreTestPlugin;
-import org.eclipse.linuxtools.lttng.trace.LTTngTrace;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-
-/**
- * <b><u>TmfExperimentTest</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-@SuppressWarnings("nls")
-public class LTTngExperimentTest extends TestCase {
-
-    private static final String DIRECTORY   = "traceset";
-    private static final String TEST_STREAM = "trace-15316events_nolost_newformat";
-    private static final String EXPERIMENT  = "MyExperiment";
-    private static int          NB_EVENTS   = 15316;
-
-    // Note: Start/end times are for the LTTng *trace*, not the actual events
-    private static final TmfTimestamp  fStartTime = new TmfTimestamp(13589759412128L, (byte) -9);
-    private static final TmfTimestamp  fEndTime   = new TmfTimestamp(13589907059242L, (byte) -9);
-
-    private static ITmfTrace<LttngEvent>[] fTraces;
-    private static TmfExperiment<LttngEvent> fExperiment;
-
-    // ------------------------------------------------------------------------
-    // Housekeeping
-    // ------------------------------------------------------------------------
-
-    @SuppressWarnings("unchecked")
-    private synchronized static ITmfTrace<LttngEvent>[] setupTrace(String path) {
-       if (fTraces == null) {
-               fTraces = new ITmfTrace[1];
-               try {
-                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(path), null);
-                               File testfile = new File(FileLocator.toFileURL(location).toURI());
-                               LTTngTrace trace = new LTTngTrace(testfile.getPath(), false);
-                       fTraces[0] = trace;
-               } catch (URISyntaxException e) {
-                       e.printStackTrace();
-               } catch (IOException e) {
-                       e.printStackTrace();
-               } catch (Exception e) {
-                               e.printStackTrace();
-                       }
-       }
-       return fTraces;
-    }
-
-    private synchronized static void setupExperiment() {
-       if (fExperiment == null) {
-               fExperiment = new TmfExperiment<LttngEvent>(LttngEvent.class, EXPERIMENT, fTraces, TmfTimestamp.Zero, 1000, true);
-       }
-    }
-
-       public LTTngExperimentTest(String name) throws Exception {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-               setupTrace(DIRECTORY + File.separator + TEST_STREAM);
-               setupExperiment();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-    // ------------------------------------------------------------------------
-    // Constructor
-    // ------------------------------------------------------------------------
-
-       public void testBasicTmfExperimentConstructor() {
-
-               assertEquals("GetId", EXPERIMENT, fExperiment.getName());
-        assertEquals("GetEpoch", TmfTimestamp.Zero, fExperiment.getEpoch());
-        assertEquals("GetNbEvents", NB_EVENTS, fExperiment.getNbEvents());
-
-        long nbTraceEvents = fExperiment.getTraces()[0].getNbEvents();
-        assertEquals("GetNbEvents", NB_EVENTS, nbTraceEvents);
-
-        TmfTimeRange timeRange = fExperiment.getTimeRange();
-        assertTrue("getStartTime", fStartTime.equals(timeRange.getStartTime()));
-        assertTrue("getEndTime",   fEndTime.equals(timeRange.getEndTime()));
-       }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/trace/LTTngTextTraceTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/trace/LTTngTextTraceTest.java
deleted file mode 100644 (file)
index 581cada..0000000
+++ /dev/null
@@ -1,268 +0,0 @@
-package org.eclipse.linuxtools.lttng.tests.trace;
-
-import java.io.File;
-import java.net.URL;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.lttng.tests.LTTngCoreTestPlugin;
-import org.eclipse.linuxtools.lttng.trace.LTTngTextTrace;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfLocation;
-
-/*
- Functions tested here :
- public LTTngTextTrace(String path) throws Exception
- public LTTngTextTrace(String path, boolean skipIndexing) throws Exception
-
- public TmfTraceContext seekLocation(Object location) {
- public TmfTraceContext seekEvent(TmfTimestamp timestamp) {
- public TmfTraceContext seekEvent(long position) {
-
- public TmfEvent getNextEvent(TmfTraceContext context) {
- public Object getCurrentLocation() {
-
- public LttngEvent parseEvent(TmfTraceContext context) {
-
- public int getCpuNumber() {
- */
-
-@SuppressWarnings("nls")
-public class LTTngTextTraceTest extends TestCase {
-
-    private final static String tracepath1 = "traceset/trace-15316events_nolost_newformat.txt";
-    private final static String wrongTracePath = "/somewhere/that/does/not/exist";
-
-    private final static int traceCpuNumber = 1;
-
-    private final static boolean skipIndexing = true;
-
-    private final static long firstEventTimestamp = 13589759412128L;
-    private final static long secondEventTimestamp = 13589759419903L;
-    private final static Long locationAfterFirstEvent = 311L;
-
-    private final static String tracename = "traceset/trace-15316events_nolost_newformat";
-
-    private final static long indexToSeekFirst = 0;
-    private final static Long locationToSeekFirst = 0L;
-    private final static long contextValueAfterFirstEvent = 13589759412128L;
-    private final static String firstEventReference = tracename + "/metadata_0";
-
-    private final static long timestampToSeekTest1 = 13589826657302L;
-    private final static Long indexToSeekTest1 = 7497L;
-    private final static long locationToSeekTest1 = 2177044;
-    private final static long contextValueAfterSeekTest1 = 13589826657302L;
-    private final static String seek1EventReference = tracename + "/vm_state_0";
-
-    private final static long timestampToSeekLast = 13589906758692L;
-    private final static Long indexToSeekLast = 15315L;
-    private final static long locationToSeekLast = 4420634;
-    private final static long contextValueAfterSeekLast = 13589906758692L;
-    private final static String seekLastEventReference = tracename + "/kernel_0";
-
-    private static LTTngTextTrace testStream = null;
-
-    private synchronized LTTngTextTrace prepareStreamToTest() {
-        if (testStream == null) {
-            try {
-                URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
-                File testfile = new File(FileLocator.toFileURL(location).toURI());
-                LTTngTextTrace tmpStream = new LTTngTextTrace(testfile.getPath());
-                testStream = tmpStream;
-            } catch (Exception e) {
-                System.out.println("ERROR : Could not open " + tracepath1);
-                testStream = null;
-            }
-        } else {
-            testStream.seekEvent(0);
-        }
-
-        return testStream;
-    }
-
-    public void testTraceConstructorFailure() {
-        // Default constructor
-        // Test constructor with argument on a wrong tracepath, skipping
-        // indexing
-        try {
-            LTTngTextTrace testStream = new LTTngTextTrace(wrongTracePath, skipIndexing);
-            fail("Construction with wrong tracepath should fail!");
-            testStream.dispose();
-        } catch (Exception e) {
-        }
-    }
-/*
-    public void testTraceConstructor() {
-        // Test constructor with argument on a correct tracepath, skipping
-        // indexing
-        try {
-            URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
-            File testfile = new File(FileLocator.toFileURL(location).toURI());
-            LTTngTextTrace testStream = new LTTngTextTrace(testfile.getPath(), skipIndexing);
-            testStream.dispose();
-        } catch (Exception e) {
-            fail("Construction with correct tracepath failed!");
-        }
-    }
-*/
-    public void testGetNextEvent() {
-        TmfEvent tmpEvent = null;
-        LTTngTextTrace testStream1 = prepareStreamToTest();
-
-        TmfContext tmpContext = new TmfContext(null, 0);
-        // We should be at the beginning of the trace, so we will just read the
-        // first event now
-        tmpEvent = testStream1.getNextEvent(tmpContext);
-        assertNotSame("tmpEvent is null after first getNextEvent()", null, tmpEvent);
-        assertEquals("tmpEvent has wrong timestamp after first getNextEvent()", firstEventTimestamp, tmpEvent.getTimestamp().getValue());
-
-        // Read the next event as well
-        tmpEvent = testStream1.getNextEvent(tmpContext);
-        assertNotSame("tmpEvent is null after second getNextEvent()", null, tmpEvent);
-        assertEquals("tmpEvent has wrong timestamp after second getNextEvent()", secondEventTimestamp, tmpEvent.getTimestamp().getValue());
-    }
-
-    public void testParseEvent() {
-        TmfEvent tmpEvent = null;
-        LTTngTextTrace testStream1 = prepareStreamToTest();
-
-        TmfContext tmpContext = new TmfContext(null, 0);
-        // We should be at the beginning of the trace, so we will just parse the
-        // first event now
-        tmpEvent = testStream1.parseEvent(tmpContext);
-        assertNotSame("tmpEvent is null after first parseEvent()", null, tmpEvent);
-        assertEquals("tmpEvent has wrong timestamp after first parseEvent()", firstEventTimestamp, tmpEvent.getTimestamp().getValue());
-
-        // Use parseEvent again. Should be the same event
-        tmpEvent = testStream1.parseEvent(tmpContext);
-        assertNotSame("tmpEvent is null after first parseEvent()", null, tmpEvent);
-        assertEquals("tmpEvent has wrong timestamp after first parseEvent()", firstEventTimestamp, tmpEvent.getTimestamp().getValue());
-    }
-
-    public void testSeekEventTimestamp() {
-        TmfEvent tmpEvent = null;
-        TmfContext tmpContext = new TmfContext(null, 0);
-        LTTngTextTrace testStream1 = prepareStreamToTest();
-
-        // We should be at the beginning of the trace, we will seek at a certain
-        // timestamp
-        tmpContext = testStream1.seekEvent(new TmfTimestamp(timestampToSeekTest1, (byte) -9, 0));
-        tmpEvent = testStream1.getNextEvent(tmpContext);
-        assertNotSame("tmpContext is null after first seekEvent()", null, tmpContext);
-        assertEquals("tmpContext has wrong timestamp after first seekEvent()", contextValueAfterSeekTest1, tmpEvent.getTimestamp().getValue());
-        assertNotSame("tmpEvent is null after first seekEvent()", null, tmpEvent);
-        assertTrue("tmpEvent has wrong reference after first seekEvent()", ((String) tmpEvent.getReference().getReference()).contains(seek1EventReference));
-
-        // Seek to the last timestamp
-        tmpContext = testStream1.seekEvent(new TmfTimestamp(timestampToSeekLast, (byte) -9, 0));
-        tmpEvent = testStream1.getNextEvent(tmpContext);
-        assertNotSame("tmpContext is null after seekEvent() to last", null, tmpContext);
-        assertEquals("tmpContext has wrong timestamp after seekEvent() to last", contextValueAfterSeekLast, tmpEvent.getTimestamp().getValue());
-        assertNotSame("tmpEvent is null after seekEvent() to last ", null, tmpEvent);
-        assertTrue("tmpEvent has wrong reference after seekEvent() to last", ((String) tmpEvent.getReference().getReference()).contains(seekLastEventReference));
-
-        // Seek to the first timestamp (startTime)
-        tmpContext = testStream1.seekEvent(new TmfTimestamp(firstEventTimestamp, (byte) -9, 0));
-        tmpEvent = testStream1.getNextEvent(tmpContext);
-        assertNotSame("tmpEvent is null after seekEvent() to start ", null, tmpEvent);
-        assertTrue("tmpEvent has wrong reference after seekEvent() to start", ((String) tmpEvent.getReference().getReference()).contains(firstEventReference));
-        assertNotSame("tmpContext is null after seekEvent() to first", null, tmpContext);
-        assertEquals("tmpContext has wrong timestamp after seekEvent() to first", contextValueAfterFirstEvent, tmpEvent.getTimestamp().getValue());
-    }
-
-    public void testSeekEventIndex() {
-        TmfEvent tmpEvent = null;
-        TmfContext tmpContext = new TmfContext(null, 0);
-        LTTngTextTrace testStream1 = prepareStreamToTest();
-
-        // We should be at the beginning of the trace, we will seek at a certain
-        // timestamp
-        tmpContext = testStream1.seekEvent(indexToSeekTest1);
-        tmpEvent = testStream1.getNextEvent(tmpContext);
-        assertNotSame("tmpContext is null after first seekEvent()", null, tmpContext);
-        assertEquals("tmpContext has wrong timestamp after first seekEvent()", contextValueAfterSeekTest1, tmpEvent.getTimestamp().getValue());
-        assertNotSame("tmpEvent is null after first seekEvent()", null, tmpEvent);
-        assertTrue("tmpEvent has wrong reference after first seekEvent()", ((String) tmpEvent.getReference().getReference()).contains(seek1EventReference));
-
-        // Seek to the last timestamp
-        tmpContext = testStream1.seekEvent(indexToSeekLast);
-        tmpEvent = testStream1.getNextEvent(tmpContext);
-        assertNotSame("tmpContext is null after first seekEvent()", null, tmpContext);
-        assertEquals("tmpContext has wrong timestamp after first seekEvent()", contextValueAfterSeekLast, tmpEvent.getTimestamp().getValue());
-        assertNotSame("tmpEvent is null after seekEvent() to last ", null, tmpEvent);
-        assertTrue("tmpEvent has wrong reference after seekEvent() to last", ((String) tmpEvent.getReference().getReference()).contains(seekLastEventReference));
-
-        // Seek to the first timestamp (startTime)
-        tmpContext = testStream1.seekEvent(indexToSeekFirst);
-        tmpEvent = testStream1.getNextEvent(tmpContext);
-        assertNotSame("tmpContext is null after first seekEvent()", null, tmpContext);
-        assertEquals("tmpContext has wrong timestamp after first seekEvent()", contextValueAfterFirstEvent, tmpEvent.getTimestamp().getValue());
-        assertNotSame("tmpEvent is null after seekEvent() to start ", null, tmpEvent);
-        assertTrue("tmpEvent has wrong reference after seekEvent() to start", ((String) tmpEvent.getReference().getReference()).contains(firstEventReference));
-    }
-
-    public void testSeekLocation() {
-        TmfEvent tmpEvent = null;
-        TmfContext tmpContext = new TmfContext(null, 0);
-        LTTngTextTrace testStream1 = prepareStreamToTest();
-
-        // We should be at the beginning of the trace, we will seek at a certain
-        // timestamp
-        tmpContext = testStream1.seekLocation(new TmfLocation<Long>(locationToSeekTest1));
-        tmpEvent = testStream1.getNextEvent(tmpContext);
-        assertNotSame("tmpContext is null after first seekLocation()", null, tmpContext);
-        assertEquals("tmpContext has wrong timestamp after first seekLocation()", contextValueAfterSeekTest1, tmpEvent.getTimestamp().getValue());
-        assertNotSame("tmpEvent is null after first seekLocation()", null, tmpEvent);
-        assertTrue("tmpEvent has wrong reference after first seekLocation()", ((String) tmpEvent.getReference().getReference()).contains(seek1EventReference));
-
-        // Seek to the last timestamp
-        tmpContext = testStream1.seekLocation(new TmfLocation<Long>(locationToSeekLast));
-        tmpEvent = testStream1.getNextEvent(tmpContext);
-        assertNotSame("tmpContext is null after first seekLocation()", null, tmpContext);
-        assertEquals("tmpContext has wrong timestamp after first seekLocation()", contextValueAfterSeekLast, tmpEvent.getTimestamp().getValue());
-        assertNotSame("tmpEvent is null after seekLocation() to last ", null, tmpEvent);
-        assertTrue("tmpEvent has wrong reference after seekLocation() to last", ((String) tmpEvent.getReference().getReference()).contains(seekLastEventReference));
-
-        // Seek to the first timestamp (startTime)
-        tmpContext = testStream1.seekLocation(new TmfLocation<Long>(locationToSeekFirst));
-        tmpEvent = testStream1.getNextEvent(tmpContext);
-        assertNotSame("tmpContext is null after first seekLocation()", null, tmpContext);
-        assertEquals("tmpContext has wrong timestamp after first seekLocation()", contextValueAfterFirstEvent, tmpEvent.getTimestamp().getValue());
-        assertNotSame("tmpEvent is null after seekLocation() to start ", null, tmpEvent);
-        assertTrue("tmpEvent has wrong reference after seekLocation() to start", ((String) tmpEvent.getReference().getReference()).contains(firstEventReference));
-    }
-
-    @SuppressWarnings("unchecked")
-    public void testGetter() {
-        TmfEvent tmpEvent = null;
-        LTTngTextTrace testStream1 = prepareStreamToTest();
-        TmfContext tmpContext = new TmfContext(null, 0);
-
-        // Move to the first event to have something to play with
-        tmpEvent = testStream1.parseEvent(tmpContext);
-
-        // Test current event
-        assertNotSame("tmpEvent is null after first event", null, tmpEvent);
-        assertTrue("tmpEvent has wrong reference after first event", ((String) tmpEvent.getReference().getReference()).contains(firstEventReference));
-        assertNotSame("tmpContext is null after first seekEvent()", null, testStream1.getCurrentLocation());
-        assertEquals("tmpContext has wrong timestamp after first seekEvent()", locationAfterFirstEvent, ((TmfLocation<Long>) testStream1.getCurrentLocation()).getLocation());
-        // Test CPU number of the trace
-        assertSame("getCpuNumber() return wrong number of cpu", traceCpuNumber, testStream1.getCpuNumber());
-    }
-
-    public void testToString() {
-        LTTngTextTrace testStream1 = prepareStreamToTest();
-
-        // Move to the first event to have something to play with
-        testStream1.parseEvent(new TmfContext(null, 0));
-
-        // Just make sure toString() does not return null or the java reference
-        assertNotSame("toString returned null", null, testStream1.toString());
-        assertNotSame("toString is not overridded!", testStream1.getClass().getName() + '@' + Integer.toHexString(testStream1.hashCode()), testStream1.toString());
-    }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/trace/LTTngTraceTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxtools/lttng/tests/trace/LTTngTraceTest.java
deleted file mode 100644 (file)
index 1f55563..0000000
+++ /dev/null
@@ -1,265 +0,0 @@
-package org.eclipse.linuxtools.lttng.tests.trace;
-
-import java.io.File;
-import java.net.URL;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.lttng.event.LttngLocation;
-import org.eclipse.linuxtools.lttng.tests.LTTngCoreTestPlugin;
-import org.eclipse.linuxtools.lttng.trace.LTTngTrace;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-
-/*
- Functions tested here :
-       public LTTngTrace(String path) throws Exception
-    public LTTngTrace(String path, boolean skipIndexing) throws Exception
-    
-    public TmfTraceContext seekLocation(Object location) {
-    public TmfTraceContext seekEvent(TmfTimestamp timestamp) {
-    public TmfTraceContext seekEvent(long position) {
-    
-    public TmfEvent getNextEvent(TmfTraceContext context) {
-    public Object getCurrentLocation() {
-    
-    public LttngEvent parseEvent(TmfTraceContext context) {
-    
-    public int getCpuNumber() {
- */
-
-@SuppressWarnings("nls")
-public class LTTngTraceTest extends TestCase {
-       
-    private final static String tracepath1="traceset/trace-15316events_nolost_newformat";
-    private final static String wrongTracePath="/somewhere/that/does/not/exist";
-    
-    private final static int   traceCpuNumber=1;
-    
-    private final static boolean skipIndexing=true;
-    
-    private final static long   firstEventTimestamp = 13589759412128L;
-    private final static long   secondEventTimestamp = 13589759419903L;
-    private final static Long   locationAfterFirstEvent = 13589759412128L;
-    
-    private final static String tracename = "traceset/trace-15316events_nolost_newformat";
-    
-    private final static long  indexToSeekFirst = 0;
-    private final static Long   locationToSeekFirst = 13589759412128L;
-    private final static long   contextValueAfterFirstEvent = 13589759412128L;
-    private final static String firstEventReference = tracename + "/metadata_0";
-    
-    
-    private final static long   timestampToSeekTest1 = 13589826657302L;
-    private final static Long  indexToSeekTest1 = 7497L;
-    private final static long   locationToSeekTest1 = 13589826657302L;
-    private final static long   contextValueAfterSeekTest1 = 13589826657302L;
-    private final static String seek1EventReference = tracename + "/vm_state_0"; 
-    
-    private final static long   timestampToSeekLast = 13589906758692L;
-    private final static Long  indexToSeekLast = 15315L;
-    private final static long   locationToSeekLast = 13589906758692L;
-    private final static long   contextValueAfterSeekLast = 13589906758692L;
-    private final static String seekLastEventReference = tracename + "/kernel_0"; 
-
-    private static LTTngTrace testStream = null;
-    private LTTngTrace prepareStreamToTest() {
-               if (testStream == null) {
-                       try {
-                               URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
-                               File testfile = new File(FileLocator.toFileURL(location).toURI());
-                               LTTngTrace tmpStream = new LTTngTrace(testfile.getPath(), false);
-                               testStream = tmpStream;
-                       } 
-                       catch (Exception e) {
-                               System.out.println("ERROR : Could not open " + tracepath1);
-                               testStream = null;
-                       }
-               }
-               else {
-                       testStream.seekEvent(0L);
-               }
-               
-               
-               return testStream;
-       }
-
-    public void testTraceConstructors() {
-               @SuppressWarnings("unused")
-               LTTngTrace testStream1 = null;
-        
-               // Default constructor
-               // Test constructor with argument on a wrong tracepath, skipping indexing
-        try {
-                       testStream1 = new LTTngTrace(wrongTracePath, skipIndexing);
-                fail("Construction with wrong tracepath should fail!");
-        }
-        catch( Exception e) { 
-        }
-        
-        // Test constructor with argument on a correct tracepath, skipping indexing
-        try {
-            URL location = FileLocator.find(LTTngCoreTestPlugin.getPlugin().getBundle(), new Path(tracepath1), null);
-            File testfile = new File(FileLocator.toFileURL(location).toURI());
-            testStream1 = new LTTngTrace(testfile.getPath(), skipIndexing);
-        }
-        catch( Exception e) {
-                fail("Construction with correct tracepath failed!");
-        }
-        System.out.println("Test completed");
-       }
-       
-       public void testGetNextEvent() {
-               TmfEvent tmpEvent = null;
-               LTTngTrace testStream1 = prepareStreamToTest();
-               
-               TmfContext tmpContext = new TmfContext(null, 0);
-               // We should be at the beginning of the trace, so we will just read the first event now
-               tmpEvent = testStream1.getNextEvent(tmpContext );
-               assertNotSame("tmpEvent is null after first getNextEvent()",null,tmpEvent );
-               assertEquals("tmpEvent has wrong timestamp after first getNextEvent()",firstEventTimestamp,(long)tmpEvent.getTimestamp().getValue() );
-               
-               // Read the next event as well
-               tmpEvent = testStream1.getNextEvent( tmpContext);
-               assertNotSame("tmpEvent is null after second getNextEvent()",null,tmpEvent );
-               assertEquals("tmpEvent has wrong timestamp after second getNextEvent()",secondEventTimestamp,(long)tmpEvent.getTimestamp().getValue() );
-       }
-       
-       public void testParseEvent() {
-               TmfEvent tmpEvent = null;
-               LTTngTrace testStream1 = prepareStreamToTest();
-               
-               TmfContext tmpContext = new TmfContext(null, 0);
-               // We should be at the beginning of the trace, so we will just parse the first event now
-               tmpEvent = testStream1.parseEvent(tmpContext );
-               assertNotSame("tmpEvent is null after first parseEvent()",null,tmpEvent );
-               assertEquals("tmpEvent has wrong timestamp after first parseEvent()",firstEventTimestamp,(long)tmpEvent.getTimestamp().getValue() );
-               
-               // Use parseEvent again. Should be the same event
-               tmpEvent = testStream1.parseEvent(tmpContext );
-               assertNotSame("tmpEvent is null after first parseEvent()",null,tmpEvent );
-               assertEquals("tmpEvent has wrong timestamp after first parseEvent()",firstEventTimestamp,(long)tmpEvent.getTimestamp().getValue() );
-       }
-       
-       public void testSeekEventTimestamp() {
-               TmfEvent tmpEvent = null;
-               TmfContext tmpContext = new TmfContext(null, 0);
-               LTTngTrace testStream1 = prepareStreamToTest();
-               
-               // We should be at the beginning of the trace, we will seek at a certain timestamp
-               tmpContext = testStream1.seekEvent(new TmfTimestamp(timestampToSeekTest1, (byte) -9, 0));
-               tmpEvent = testStream1.getNextEvent(tmpContext);
-               assertNotSame("tmpContext is null after first seekEvent()",null,tmpContext );
-               assertEquals("tmpContext has wrong timestamp after first seekEvent()",contextValueAfterSeekTest1,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
-               assertNotSame("tmpEvent is null after first seekEvent()",null,tmpEvent );
-               assertTrue("tmpEvent has wrong reference after first seekEvent()", ((String)tmpEvent.getReference().getReference()).contains(seek1EventReference) );
-               
-               // Seek to the last timestamp
-               tmpContext = testStream1.seekEvent(new TmfTimestamp(timestampToSeekLast, (byte) -9, 0));
-               tmpEvent = testStream1.getNextEvent(tmpContext);
-               assertNotSame("tmpContext is null after seekEvent() to last",null,tmpContext );
-               assertEquals("tmpContext has wrong timestamp after seekEvent() to last",contextValueAfterSeekLast,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
-               assertNotSame("tmpEvent is null after seekEvent() to last ",null,tmpEvent );
-               assertTrue("tmpEvent has wrong reference after seekEvent() to last",((String)tmpEvent.getReference().getReference()).contains(seekLastEventReference) );
-               
-               // Seek to the first timestamp (startTime)
-               tmpContext = testStream1.seekEvent(new TmfTimestamp(firstEventTimestamp, (byte) -9, 0));
-               tmpEvent = testStream1.getNextEvent(tmpContext);
-               assertNotSame("tmpEvent is null after seekEvent() to start ",null,tmpEvent );
-               assertTrue("tmpEvent has wrong reference after seekEvent() to start",((String)tmpEvent.getReference().getReference()).contains(firstEventReference) );
-               assertNotSame("tmpContext is null after seekEvent() to first",null,tmpContext );
-               assertEquals("tmpContext has wrong timestamp after seekEvent() to first",contextValueAfterFirstEvent,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
-       }
-       
-       public void testSeekEventIndex() {
-               TmfEvent tmpEvent = null;
-               TmfContext tmpContext = new TmfContext(null, 0);
-               LTTngTrace testStream1 = prepareStreamToTest();
-               
-               // We should be at the beginning of the trace, we will seek at a certain timestamp
-               tmpContext = testStream1.seekEvent(indexToSeekTest1);
-               tmpEvent = testStream1.getNextEvent(tmpContext);
-               assertNotSame("tmpContext is null after first seekEvent()",null,tmpContext );
-               assertEquals("tmpContext has wrong timestamp after first seekEvent()",contextValueAfterSeekTest1,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
-               assertNotSame("tmpEvent is null after first seekEvent()",null,tmpEvent );
-               assertTrue("tmpEvent has wrong reference after first seekEvent()", ((String)tmpEvent.getReference().getReference()).contains(seek1EventReference) );
-               
-               // Seek to the last timestamp
-               tmpContext = testStream1.seekEvent(indexToSeekLast);
-               tmpEvent = testStream1.getNextEvent(tmpContext);
-               assertNotSame("tmpContext is null after first seekEvent()",null,tmpContext );
-               assertEquals("tmpContext has wrong timestamp after first seekEvent()",contextValueAfterSeekLast,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
-               assertNotSame("tmpEvent is null after seekEvent() to last ",null,tmpEvent );
-               assertTrue("tmpEvent has wrong reference after seekEvent() to last",((String)tmpEvent.getReference().getReference()).contains(seekLastEventReference) );
-               
-               // Seek to the first timestamp (startTime)
-               tmpContext = testStream1.seekEvent(indexToSeekFirst);
-               tmpEvent = testStream1.getNextEvent(tmpContext);
-               assertNotSame("tmpContext is null after first seekEvent()",null,tmpContext );
-               assertEquals("tmpContext has wrong timestamp after first seekEvent()",contextValueAfterFirstEvent,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
-               assertNotSame("tmpEvent is null after seekEvent() to start ",null,tmpEvent );
-               assertTrue("tmpEvent has wrong reference after seekEvent() to start",((String)tmpEvent.getReference().getReference()).contains(firstEventReference) );
-       }
-       
-       public void testSeekLocation() {
-               TmfEvent tmpEvent = null;
-               TmfContext tmpContext = new TmfContext(null, 0);
-               LTTngTrace testStream1 = prepareStreamToTest();
-               
-               // We should be at the beginning of the trace, we will seek at a certain timestamp
-               tmpContext = testStream1.seekLocation(new LttngLocation(locationToSeekTest1));
-               tmpEvent = testStream1.getNextEvent(tmpContext);
-               assertNotSame("tmpContext is null after first seekLocation()",null,tmpContext );
-               assertEquals("tmpContext has wrong timestamp after first seekLocation()",contextValueAfterSeekTest1,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
-               assertNotSame("tmpEvent is null after first seekLocation()",null,tmpEvent );
-               assertTrue("tmpEvent has wrong reference after first seekLocation()", ((String)tmpEvent.getReference().getReference()).contains(seek1EventReference) );
-               
-               // Seek to the last timestamp
-               tmpContext = testStream1.seekLocation(new LttngLocation(locationToSeekLast));
-               tmpEvent = testStream1.getNextEvent(tmpContext);
-               assertNotSame("tmpContext is null after first seekLocation()",null,tmpContext );
-               assertEquals("tmpContext has wrong timestamp after first seekLocation()",contextValueAfterSeekLast,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
-               assertNotSame("tmpEvent is null after seekLocation() to last ",null,tmpEvent );
-               assertTrue("tmpEvent has wrong reference after seekLocation() to last",((String)tmpEvent.getReference().getReference()).contains(seekLastEventReference) );
-               
-               // Seek to the first timestamp (startTime)
-               tmpContext = testStream1.seekLocation(new LttngLocation(locationToSeekFirst));
-               tmpEvent = testStream1.getNextEvent(tmpContext);
-               assertNotSame("tmpContext is null after first seekLocation()",null,tmpContext );
-               assertEquals("tmpContext has wrong timestamp after first seekLocation()",contextValueAfterFirstEvent,(long)((TmfTimestamp)tmpEvent.getTimestamp()).getValue() );
-               assertNotSame("tmpEvent is null after seekLocation() to start ",null,tmpEvent );
-               assertTrue("tmpEvent has wrong reference after seekLocation() to start",((String)tmpEvent.getReference().getReference()).contains(firstEventReference) );
-       }
-       
-       public void testGetter() {
-       TmfEvent tmpEvent = null;
-       LTTngTrace testStream1 = prepareStreamToTest();
-               
-               // Move to the first event to have something to play with
-               tmpEvent = testStream1.parseEvent( new TmfContext(null, 0));
-               
-               // Test current event
-               assertNotSame("tmpEvent is null after first event",null,tmpEvent );
-               assertTrue("tmpEvent has wrong reference after first event",((String)tmpEvent.getReference().getReference()).contains(firstEventReference) );
-               assertNotSame("tmpContext is null after first seekEvent()",null,testStream1.getCurrentLocation() );
-               assertTrue("tmpContext has wrong timestamp after first seekEvent()",locationAfterFirstEvent.equals( ((LttngLocation)testStream1.getCurrentLocation()).getOperationTimeValue()) );
-               
-               // Test CPU number of the trace
-               assertSame("getCpuNumber() return wrong number of cpu",traceCpuNumber ,testStream1.getCpuNumber() );
-    }
-    
-       public void testToString() {
-               LTTngTrace testStream1 = prepareStreamToTest();
-               
-               // Move to the first event to have something to play with
-               testStream1.parseEvent( new TmfContext(null, 0) );
-               
-               // Just make sure toString() does not return null or the java reference
-               assertNotSame("toString returned null",null, testStream1.toString() );
-               assertNotSame("toString is not overridded!", testStream1.getClass().getName() + '@' + Integer.toHexString(testStream1.hashCode()), testStream1.toString() );
-    }
-       
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxxtools/lttng/tests/headless/JniTraceTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxxtools/lttng/tests/headless/JniTraceTest.java
deleted file mode 100644 (file)
index 5dbdd3e..0000000
+++ /dev/null
@@ -1,87 +0,0 @@
-package org.eclipse.linuxxtools.lttng.tests.headless;
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   William Bourque (wbourque@gmail.com) - Initial API and implementation
- *******************************************************************************/
-
-import java.util.ArrayList;
-import org.eclipse.linuxtools.lttng.jni.JniEvent;
-import org.eclipse.linuxtools.lttng.jni.JniMarkerField;
-import org.eclipse.linuxtools.lttng.jni.JniTrace;
-import org.eclipse.linuxtools.lttng.jni.common.JniTime;
-import org.eclipse.linuxtools.lttng.jni.factory.JniTraceFactory;
-
-
-@SuppressWarnings("nls")
-public class JniTraceTest {
-    
-    public static void main(String[] args) {
-        
-       // Path of the trace
-        final String TRACE_PATH = "/home/william/trace-614601events-nolost-newformat";
-        
-        // *** Change this to run several time over the same trace
-        final int NB_OF_PASS = 1;
-        
-        // *** Change this to true to parse all the events in the trace
-        //     Otherwise, events are just read
-        final boolean PARSE_EVENTS = true;
-        
-        
-        // Work variables
-        JniTrace tmptrace = null;
-        JniEvent tmpevent = null;
-        Long nbEvent = 0L;
-        
-        try {
-               // Get the trace from the Factory... 
-               //      This assume the path is correct and that the correct version of the lib is installed
-            tmptrace = JniTraceFactory.getJniTrace(TRACE_PATH, null, false);
-               
-            // Seek beginning
-            tmptrace.seekToTime(new JniTime(0L));
-            
-            // Run up to "NB_OF_PASS" on the same trace
-            for (int x=0; x<NB_OF_PASS; x++ ){
-               tmpevent = tmptrace.readNextEvent();
-               nbEvent++;
-               
-               while ( tmpevent != null ) {
-                       
-                       // Parse event if asked
-                       if ( PARSE_EVENTS ) {
-                               ArrayList<JniMarkerField> tmpFields = tmpevent.getMarkersMap().get(tmpevent.getEventMarkerId()).getMarkerFieldsArrayList();
-                               for ( int pos=0; pos<tmpFields.size(); pos++ ) {
-                                   @SuppressWarnings("unused")
-                                                       Object newValue = tmpevent.parseFieldById(pos);
-                                   
-                                   // *** Uncomment the following to print the parsed content
-                                   // Warning : this is VERY intensive
-                                   //if ( pos == (tmpFields.size() -1) ) {
-                                   //  tmptrace.printC(tmpevent.getEventPtr().getLibraryId(), tmpFields.get(pos).getField() + ":" + newValue + " ");
-                                   //} else {
-                                   //  tmptrace.printlnC(tmpevent.getEventPtr().getLibraryId(), tmpFields.get(pos).getField() + ":" + newValue + " ");
-                                   //} 
-                               }
-                       }
-                    
-                       tmpevent = tmptrace.readNextEvent();
-                       nbEvent++;
-                   }
-            }
-            
-            System.out.println("NB Events read : " + nbEvent);
-        }
-        catch (Exception e) {
-            e.printStackTrace();
-        }
-    }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxxtools/lttng/tests/headless/LttngTraceTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxxtools/lttng/tests/headless/LttngTraceTest.java
deleted file mode 100644 (file)
index 7e4d8ea..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-package org.eclipse.linuxxtools.lttng.tests.headless;
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   William Bourque (wbourque@gmail.com) - Initial API and implementation
- *******************************************************************************/
-
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngLocation;
-import org.eclipse.linuxtools.lttng.event.LttngTimestamp;
-import org.eclipse.linuxtools.lttng.trace.LTTngTextTrace;
-import org.eclipse.linuxtools.lttng.trace.LTTngTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfTrace;
-
-
-@SuppressWarnings("nls")
-public class LttngTraceTest {
-
-       /**
-        * @param args
-        */
-       public static void main(String[] args) {
-               
-               // Path of the trace
-        final String TRACE_PATH = "/home/francois/Desktop/Workspaces/LTTngTraces/trace_2GB";
-               
-        // *** Change to true to use the "fake" LttngTextTrace instead of LTTngTrace
-        // To use this, you need a ".txt" trace. 
-        // You can get it using LTTv with the command "lttv -m textDump -t /tmp/sometrace > mytrace.txt" 
-        final boolean USE_TEXT_TRACE = false;
-        
-        // *** Change this to run several time over the same trace
-        final int NB_OF_PASS = 1;
-        
-        // *** Change this to true to parse all the events in the trace
-        //     Otherwise, events are just read
-        final boolean PARSE_EVENTS = true;
-        
-        
-        // Work variables
-        TmfTrace<LttngEvent> tmptrace = null;
-        LttngEvent tmpevent = null;
-        TmfContext tmpContext = null;
-        Long nbEvent = 0L;
-               
-               try {
-                       // ** Use TextTrace (slow!) if it was asked 
-                       if ( USE_TEXT_TRACE ) {
-                               tmptrace = new LTTngTextTrace(TRACE_PATH, true);
-                       } else {
-                               tmptrace = new LTTngTrace(TRACE_PATH, null, true, true);
-                       }
-                       
-                       LttngTimestamp tmpTime = new LttngTimestamp(0L);
-            tmpContext = new TmfContext(new LttngLocation(0L), 0);
-                       
-
-            long startTime = System.nanoTime();
-            System.out.println("Start: " + startTime);
-            for ( int nb=0; nb<NB_OF_PASS; nb++) {
-                           
-                               // Seek to the beginning of the trace
-                           tmpContext = tmptrace.seekEvent( tmpTime  );
-                               tmpevent = (LttngEvent)tmptrace.getNextEvent(tmpContext);
-                               
-                               while ( tmpevent != null ) {
-                                       tmpevent = (LttngEvent)tmptrace.getNextEvent(tmpContext);
-                                       
-                                       // Parse the events if it was asked
-                                       if ( (tmpevent != null) && (PARSE_EVENTS) ) {
-                                               tmpevent.getContent().getFields();
-                                               
-                                               // *** Uncomment the following to print the parsed content
-                           // Warning : this is VERY intensive
-                                               //
-//                                             System.out.println(tmpevent.toString());
-                                               //System.out.println(testEvent.getContent().toString());
-                                       }
-                                       
-                                       nbEvent++;
-                               }
-                       }
-                       
-                       System.out.println("NB events : " + nbEvent);
-
-            long endTime = System.nanoTime();
-            long elapsed = endTime - startTime;
-                       System.out.println("End: " + endTime);
-                       System.out.println("Elapsed: " + elapsed + ", Average: " + (elapsed/nbEvent) + "ns/evt");
-                       
-               }
-               catch (Exception e) {
-                       e.printStackTrace();
-               }
-
-       }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxxtools/lttng/tests/headless/TmfTraceTest.java b/org.eclipse.linuxtools.lttng.tests/src/org/eclipse/linuxxtools/lttng/tests/headless/TmfTraceTest.java
deleted file mode 100644 (file)
index 50997e0..0000000
+++ /dev/null
@@ -1,126 +0,0 @@
-package org.eclipse.linuxxtools.lttng.tests.headless;
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   William Bourque (wbourque@gmail.com) - Initial API and implementation
- *******************************************************************************/
-
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngTimestamp;
-import org.eclipse.linuxtools.lttng.trace.LTTngTrace;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-
-@SuppressWarnings("nls")
-public class TmfTraceTest extends TmfEventRequest<LttngEvent> {
-    
-    @SuppressWarnings("unchecked")
-       public TmfTraceTest(Class<? extends TmfEvent> dataType, TmfTimeRange range, int nbRequested) {
-        super((Class<LttngEvent>)dataType, range, nbRequested, 1);
-    }
-    
-    
-    // Path of the trace
-    public static final String TRACE_PATH = "/home/william/trace-614601events-nolost-newformat";
-    
-    // *** Change this to run several time over the same trace
-    public static final int NB_OF_PASS = 1;
-    
-    // *** Change this to true to parse all the events in the trace
-    // Otherwise, events are just read
-    public final boolean PARSE_EVENTS = true;
-    
-    
-    // Work variables
-    public static int nbEvent = 0;
-    public static int nbPassDone = 0;
-    public static TmfExperiment<LttngEvent> fExperiment = null;
-    
-    
-       public static void main(String[] args) {
-               
-               try {
-                       // OUr experiment will contains ONE trace
-               @SuppressWarnings("unchecked")
-                       ITmfTrace<LttngEvent>[] traces = new ITmfTrace[1];
-               traces[0] = new LTTngTrace(TRACE_PATH);
-               // Create our new experiment
-            fExperiment = new TmfExperiment<LttngEvent>(LttngEvent.class, "Headless", traces);
-            
-            
-            // Create a new time range from -infinity to +infinity
-            // That way, we will get "everything" in the trace
-            LttngTimestamp ts1 = new LttngTimestamp(Long.MIN_VALUE);
-            LttngTimestamp ts2 = new LttngTimestamp(Long.MAX_VALUE);
-            TmfTimeRange tmpRange = new TmfTimeRange(ts1, ts2);
-            
-            
-            // We will issue a request for each "pass".
-            // TMF will then process them synchonously
-            TmfTraceTest request = null;
-            for ( int x=0; x<NB_OF_PASS; x++ ) {
-                request = new TmfTraceTest(LttngEvent.class, tmpRange, Integer.MAX_VALUE );
-                       fExperiment.sendRequest(request);
-                       nbPassDone++;
-            }
-        }
-               catch (NullPointerException e) {
-                       // Silently dismiss Null pointer exception
-                       // The only way to "finish" the threads in TMF is by crashing them with null
-               }
-               catch (Exception e) {
-            e.printStackTrace();
-        }
-
-       }
-
-       @Override
-    public void handleData(LttngEvent event) {
-               super.handleData(event);
-        if ( (event != null) && (PARSE_EVENTS) ) {
-            ((LttngEvent) event).getContent().getFields();
-            
-            // *** Uncomment the following to print the parsed content
-            // Warning : this is VERY intensive
-                       //
-            //System.out.println((LttngEvent)evt[0]);
-            //System.out.println(((LttngEvent)evt[0]).getContent());
-            
-            nbEvent++;
-        }
-    }
-       
-    @Override
-    public void handleCompleted() {
-            if ( nbPassDone >= NB_OF_PASS ) {
-                try {
-                       System.out.println("Nb events : " + nbEvent);
-                       
-                    fExperiment.sendRequest(null);
-               }
-               catch (Exception e) {}
-            }
-    }
-    
-    @Override
-    public void handleSuccess() {
-    }
-    
-    @Override
-    public void handleFailure() {
-    }
-    
-    @Override
-    public void handleCancel() {
-    }
-
-}
diff --git a/org.eclipse.linuxtools.lttng.tests/test.xml b/org.eclipse.linuxtools.lttng.tests/test.xml
deleted file mode 100644 (file)
index 6fc78e9..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
-       <property name="classname" value="org.eclipse.linuxtools.lttng.core.tests" />
-       <property name="lttng-event-test-suite-classname" value="org.eclipse.linuxtools.lttng.tests.event.AllLttngTests" />
-       <property name="lttng-jni-test-suite-classname" value="org.eclipse.linuxtools.lttng.tests.jni.AllJniTests" />
-       <property name="plugin-name" value="org.eclipse.linuxtools.lttng.tests" />
-
-       <!-- The property ${eclipse-home} should be passed into this script -->
-       <!-- Set a meaningful default value for when it is not. -->
-       <property name="eclipse-home" value="${basedir}/../../" />
-
-       <property name="library-file" value="${eclipse-home}/dropins/${subProjectName2}/plugins/org.eclipse.test/library.xml" />
-
-       <!-- This target holds all initialization code that needs to be done for -->
-       <!-- all tests that are to be run. Initialization for individual tests -->
-       <!-- should be done within the body of the suite target. -->
-       <target name="init">
-               <tstamp />
-               <delete>
-                       <fileset dir="${eclipse-home}" includes="org*.xml" />
-               </delete>
-       </target>
-
-       <!-- This target defines the tests that need to be run. -->
-       <target name="lttng_event_test_suite">
-               <property name="lttng-folder" value="${eclipse-home}/lttng_folder" />
-               <delete dir="${lttng-folder}" quiet="true" />
-               <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
-                       <property name="data-dir" value="${lttng-folder}" />
-                       <property name="plugin-name" value="${plugin-name}" />
-                       <property name="classname" value="${lttng-event-test-suite-classname}" />
-               </ant>
-       </target>
-
-       <target name="lttng_jni_test_suite">
-               <property name="lttng-folder" value="${eclipse-home}/lttng_folder" />
-               <delete dir="${lttng-folder}" quiet="true" />
-               <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
-                       <property name="data-dir" value="${lttng-folder}" />
-                       <property name="plugin-name" value="${plugin-name}" />
-                       <property name="classname" value="${lttng-jni-test-suite-classname}" />
-               </ant>
-       </target>
-
-       <!-- This target holds code to cleanup the testing environment after  -->
-       <!-- all of the tests have been run. You can use this target to -->
-       <!-- delete temporary files that have been created. -->
-       <target name="cleanup">
-               <mkdir dir="${results}/consolelogs" />
-               <copy failonerror="false" file="${eclipse-home}/results/${classname}.txt" tofile="${results}/consolelogs/${classname}_${platform}.metadata.log.txt" />
-       </target>
-
-       <!-- This target runs the test suite. Any actions that need to happen -->
-       <!-- after all the tests have been run should go here. -->
-       <target name="run" depends="init,lttng_event_test_suite,cleanup">
-               <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
-                       <property name="includes" value="org*.xml" />
-                       <property name="output-file" value="${plugin-name}.xml" />
-               </ant>
-       </target>
-
-    <target name="all" depends="run" description="Dummy target to run all tests">
-    </target>
-
-</project>
diff --git a/org.eclipse.linuxtools.lttng.tests/traceset/.gitignore b/org.eclipse.linuxtools.lttng.tests/traceset/.gitignore
deleted file mode 100644 (file)
index db03f23..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/trace-15316events_nolost_newformat
-/trace-15471events_nolost_newformat
-trace-15316events_nolost_newformat.tar
-trace-15471events_nolost_newformat.tar
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat.tar.gz b/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat.tar.gz
deleted file mode 100644 (file)
index 5b26f78..0000000
Binary files a/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat.tar.gz and /dev/null differ
diff --git a/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat.txt b/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat.txt
deleted file mode 100644 (file)
index 7bfa8c2..0000000
+++ /dev/null
@@ -1,15320 +0,0 @@
-Trace set contains 1 traces
-
-metadata.core_marker_id: 13589.759412128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "vm_state", name = "vm_map", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759419903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "vm_state", name = "vm_map", format = "pid %d start %lu end %lu flags %lu pgoff %lu inode %lu" }
-metadata.core_marker_id: 13589.759422785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_entry", event_id = 43, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759425598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_entry", format = "address #p%lu write_access #1u%u" }
-metadata.core_marker_id: 13589.759430979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_out", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759433694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_out", format = "pfn %lu filp %p offset %lu" }
-metadata.core_marker_id: 13589.759436212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_io", event_id = 20, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759438797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_io", format = "pdu %u" }
-metadata.core_marker_id: 13589.759441253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_frontmerge", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759444795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_frontmerge", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 13589.759447800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_complete", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759450836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_complete", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 13589.759453835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_fs", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759459351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_fs", format = "hard_sector %llu rw %d errors %d" }
-metadata.core_marker_id: 13589.759464411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "llseek", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759467021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "llseek", format = "fd %u offset %lld origin %u" }
-metadata.core_marker_id: 13589.759469668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getpeername", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759474938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getpeername", format = "fd %d usockaddr %p usockaddr_len %p ret %d" }
-metadata.core_marker_id: 13589.759477536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq_bio", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759480485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq_bio", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 13589.759483682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv4", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759486434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv4", format = "label %s address #4u%u" }
-metadata.core_marker_id: 13589.759489395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_socketpair", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759495029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_socketpair", format = "family %d type %d protocol %d usockvec %p ret %d" }
-metadata.core_marker_id: 13589.759497793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_wait", event_id = 24, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759500410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_wait", format = "pid %d" }
-metadata.core_marker_id: 13589.759502996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "split", event_id = 22, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759505945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "split", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d pdu %u" }
-metadata.core_marker_id: 13589.759508950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fd_state", name = "file_descriptor", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759511640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fd_state", name = "file_descriptor", format = "filename %s pid %d fd %u" }
-metadata.core_marker_id: 13589.759514145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_exit", event_id = 42, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759516725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_exit", format = " " }
-metadata.core_marker_id: 13589.759519199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_entry", event_id = 39, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759522006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_entry", format = "ip #p%lu address #p%lu trap_id #2u%u write_access #1u%u" }
-metadata.core_marker_id: 13589.759524704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_set", event_id = 29, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759527295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_set", format = "expires %lu function %p data %lu" }
-metadata.core_marker_id: 13589.759529806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_entry", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759535453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_entry", format = "ip %lu handler %p irq_id #2u%u kernel_mode #1u%u" }
-metadata.core_marker_id: 13589.759538112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_timer", event_id = 21, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759540802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_timer", format = "pdu %u" }
-metadata.core_marker_id: 13589.759543370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_set", event_id = 28, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759546128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_set", format = "which %d interval_sec %ld interval_usec %ld value_sec %ld value_usec %ld" }
-metadata.core_marker_id: 13589.759548842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_backmerge", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759551748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_backmerge", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 13589.759554878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_exit", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759557420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_exit", format = "handled #1u%u" }
-metadata.core_marker_id: 13589.759559869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockopt", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759565429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockopt", format = "fd %d level %d optname %d optval %p optlen %p ret %d" }
-metadata.core_marker_id: 13589.759568187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_entry", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759570859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_entry", format = "func %p data %lu" }
-metadata.core_marker_id: 13589.759573309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_alloc", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759576246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_alloc", format = "pfn %lu" }
-metadata.core_marker_id: 13589.759578652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "send_signal", event_id = 21, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759581200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "send_signal", format = "pid %d signal %d" }
-metadata.core_marker_id: 13589.759583663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_pc", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759586310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_pc", format = "data_len %u rw %d errors %d" }
-metadata.core_marker_id: 13589.759588926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu_bh", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759591555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu_bh", format = "func %p ip 0x%lX" }
-metadata.core_marker_id: 13589.759593987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_pc", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759596609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_pc", format = "data_len %u rw %d errors %d" }
-metadata.core_marker_id: 13589.759599237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_entry", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759601810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_entry", format = "ip #p%ld trap_id #2u%u" }
-metadata.core_marker_id: 13589.759604284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_free", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759606784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_free", format = "pfn %lu order %u" }
-metadata.core_marker_id: 13589.759609178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pwrite64", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759611874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pwrite64", format = "fd %u count %zu pos %llu" }
-metadata.core_marker_id: 13589.759614280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pread64", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759617163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pread64", format = "fd %u count %zu pos %llu" }
-metadata.core_marker_id: 13589.759619618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "open", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759622080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "open", format = "fd %d filename %s" }
-metadata.core_marker_id: 13589.759624444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "remap", event_id = 23, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759627394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "remap", format = "device_from %lu sector_from %llu device_to %lu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 13589.759630398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_fs", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759633070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_fs", format = "hard_sector %llu rw %d errors %d" }
-metadata.core_marker_id: 13589.759635693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "panic", event_id = 36, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759638161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "panic", format = "info %s" }
-metadata.core_marker_id: 13589.759640518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_raise", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759643091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_raise", format = "softirq_id #1u%u" }
-metadata.core_marker_id: 13589.759645566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_exit", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759648182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_exit", format = " " }
-metadata.core_marker_id: 13589.759650595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759653125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu", format = "func %p ip 0x%lX" }
-metadata.core_marker_id: 13589.759655555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_fs", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759658592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_fs", format = "hard_sector %llu rw %d errors %d" }
-metadata.core_marker_id: 13589.759661140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_entry", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759663719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_entry", format = "func %p data %lu" }
-metadata.core_marker_id: 13589.759666637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "remove_from_page_cache", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759669359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "remove_from_page_cache", format = "inode %lu sdev %u" }
-metadata.core_marker_id: 13589.759671833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_close", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759674320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_close", format = "filp %p" }
-metadata.core_marker_id: 13589.759676678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "lseek", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759679201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "lseek", format = "fd %u offset %ld origin %u" }
-metadata.core_marker_id: 13589.759681608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "call", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759684168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "call", format = "call %u first %d" }
-metadata.core_marker_id: 13589.759686551 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_queue", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759689537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_queue", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 13589.759692505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_update_time", event_id = 30, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759695455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_update_time", format = "jiffies #8u%llu xtime_sec %ld xtime_nsec %ld walltomonotonic_sec %ld walltomonotonic_nsec %ld" }
-metadata.core_marker_id: 13589.759698299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_bind", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759701286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_bind", format = "fd %d umyaddr %p addrlen %d ret %d" }
-metadata.core_marker_id: 13589.759703772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_bounce", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759706660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_bounce", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 13589.759709536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_pc", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759712090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_pc", format = "data_len %u rw %d errors %d" }
-metadata.core_marker_id: 13589.759714706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_exit", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759717311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_exit", format = "func %p data %lu" }
-metadata.core_marker_id: 13589.759719785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "end_commit", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759722420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "end_commit", format = "dev %s transaction %d head %d" }
-metadata.core_marker_id: 13589.759725005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "readv", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759727548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "readv", format = "fd %lu vlen %lu" }
-metadata.core_marker_id: 13589.759729954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_listen", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759732478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_listen", format = "fd %d backlog %d ret %d" }
-metadata.core_marker_id: 13589.759735087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_free", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759737643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_free", format = "pfn %lu" }
-metadata.core_marker_id: 13589.759740000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq", event_id = 16, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759742875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq", format = "rw %d" }
-metadata.core_marker_id: 13589.759745319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_load", event_id = 35, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759747830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_load", format = "name %s" }
-metadata.core_marker_id: 13589.759750200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_xmit", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759752779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_xmit", format = "skb %p protocol #n2u%hu" }
-metadata.core_marker_id: 13589.759755340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_exit", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759757919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_exit", format = "softirq_id #1u%lu" }
-metadata.core_marker_id: 13589.759760369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "select", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759765607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "select", format = "fd %d end_time_sec %ld end_time_nsec %ld" }
-metadata.core_marker_id: 13589.759768162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_pc", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759770760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_pc", format = "data_len %u rw %d errors %d" }
-metadata.core_marker_id: 13589.759773259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_exit", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759775893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_exit", format = "irqstate #1%d" }
-metadata.core_marker_id: 13589.759778350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_expired", event_id = 27, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759780935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_expired", format = "pid %d" }
-metadata.core_marker_id: 13589.759783761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wait_task", event_id = 16, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759786489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wait_task", format = "pid %d state #2d%ld" }
-metadata.core_marker_id: 13589.759788988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_exit", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759791517 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_exit", format = "ret %ld" }
-metadata.core_marker_id: 13589.759794116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "swap_state", name = "statedump_swap_files", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759796849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "swap_state", name = "statedump_swap_files", format = "filp %p vfsmount %p dname %s" }
-metadata.core_marker_id: 13589.759799502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "printk", event_id = 32, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759802081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "printk", format = "ip 0x%lX" }
-metadata.core_marker_id: 13589.759804444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_entry", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759806932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_entry", format = "irqstate #1%d" }
-metadata.core_marker_id: 13589.759809344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_shutdown", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759811979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_shutdown", format = "fd %d how %d ret %d" }
-metadata.core_marker_id: 13589.759814447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop_ret", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759817051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop_ret", format = "ret %d" }
-metadata.core_marker_id: 13589.759819587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759822105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop", format = "pid %d" }
-metadata.core_marker_id: 13589.759824857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "close", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759827295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "close", format = "fd %u" }
-metadata.core_marker_id: 13589.759829633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_create", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759832274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_create", format = "family %d type %d protocol %d sock %p ret %d" }
-metadata.core_marker_id: 13589.759835051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_in", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759837561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_in", format = "pfn %lu filp %p offset %lu" }
-metadata.core_marker_id: 13589.759840018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_start", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759842603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_start", format = "pfn %lu bit_nr %d" }
-metadata.core_marker_id: 13589.759845065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_start", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759847682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_start", format = "bh %p" }
-metadata.core_marker_id: 13589.759850088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_recvmsg", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759852828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_recvmsg", format = "sock %p msg %p size %zu flags %d ret %d" }
-metadata.core_marker_id: 13589.759855530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "idt_table", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759875961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "idt_table", format = "irq %d address %p symbol %s" }
-metadata.core_marker_id: 13589.759878596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_open", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759881398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_open", format = "filp %p filename %s" }
-metadata.core_marker_id: 13589.759884316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_alloc", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759886902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_alloc", format = "pfn %lu order %u" }
-metadata.core_marker_id: 13589.759889338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_fs", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759891986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_fs", format = "hard_sector %llu rw %d errors %d" }
-metadata.core_marker_id: 13589.759894769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "interrupt", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759897422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "interrupt", format = "name %s action %s irq_id %u" }
-metadata.core_marker_id: 13589.759900002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_free", event_id = 34, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759902637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_free", format = "name %s" }
-metadata.core_marker_id: 13589.759905135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_end", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759907802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_end", format = "pfn %lu bit_nr %d" }
-metadata.core_marker_id: 13589.759910325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "vprintk", event_id = 33, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759913071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "vprintk", format = "loglevel #1u%u string %s ip 0x%lX" }
-metadata.core_marker_id: 13589.759915613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "exec", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759918261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "exec", format = "filename %s" }
-metadata.core_marker_id: 13589.759920766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "udpv4_rcv", event_id = 17, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759923456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "udpv4_rcv", format = "skb %p" }
-metadata.core_marker_id: 13589.759926362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_call", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759928973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_call", format = "call %d a0 %lu" }
-metadata.core_marker_id: 13589.759931558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "shm_create", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759934156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "shm_create", format = "id %ld flags %d" }
-metadata.core_marker_id: 13589.759936605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_connect", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759939363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_connect", format = "fd %d uservaddr %p addrlen %d ret %d" }
-metadata.core_marker_id: 13589.759941968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv6", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759945312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv6", format = "label %s a15 #1x%c a14 #1x%c a13 #1x%c a12 #1x%c a11 #1x%c a10 #1x%c a9 #1x%c a8 #1x%c a7 #1x%c a6 #1x%c a5 #1x%c a4 #1x%c a3 #1x%c a2 #1x%c a1 #1x%c a0 #1x%c" }
-metadata.core_marker_id: 13589.759948410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_entry", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759951076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_entry", format = "irqstate #1%d" }
-metadata.core_marker_id: 13589.759953624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq_bio", event_id = 17, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759956604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq_bio", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 13589.759963052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_fs", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759965847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_fs", format = "hard_sector %llu rw %d errors %d" }
-metadata.core_marker_id: 13589.759968526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_timeout", event_id = 31, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759971488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_timeout", format = "pid %d" }
-metadata.core_marker_id: 13589.759974122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_format", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759977053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_format", format = "channel %s name %s format %s" }
-metadata.core_marker_id: 13589.759979799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_schedule", event_id = 19, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759982588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_schedule", format = "prev_pid %d next_pid %d prev_state #2d%ld" }
-metadata.core_marker_id: 13589.759985278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_create", event_id = 26, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759987919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_create", format = "fn %p pid %d" }
-metadata.core_marker_id: 13589.759990339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "write", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759992776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "write", format = "count %zu fd %u" }
-metadata.core_marker_id: 13589.759995114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "ioctl", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.759997552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "ioctl", format = "fd %u cmd %u arg %lu" }
-metadata.core_marker_id: 13589.759999946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "checkpoint", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760002667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "checkpoint", format = "dev %s need_checkpoint %d" }
-metadata.core_marker_id: 13589.760005203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "softirq_state", name = "softirq_vec", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760007912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "softirq_state", name = "softirq_vec", format = "id %d address %p symbol %s" }
-metadata.core_marker_id: 13589.760010424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_complete", event_id = 20, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760013330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_complete", format = "napi_struct %p name %s" }
-metadata.core_marker_id: 13589.760015952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_exit", event_id = 44, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760018631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_exit", format = "res %d" }
-metadata.core_marker_id: 13589.760021130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_setsockopt", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760023900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_setsockopt", format = "fd %d level %d optname %d optval %p optlen %d ret %d" }
-metadata.core_marker_id: 13589.760026522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_accept", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760029243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_accept", format = "fd %d upeer_sockaddr %p upeer_addrlen %p flags %d ret %d" }
-metadata.core_marker_id: 13589.760031885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_exit", event_id = 23, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760034439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_exit", format = "pid %d" }
-metadata.core_marker_id: 13589.760036895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_id", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760039790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_id", format = "channel %s name %s event_id %hu int #1u%zu long #1u%zu pointer #1u%zu size_t #1u%zu alignment #1u%u" }
-metadata.core_marker_id: 13589.760042578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq", event_id = 18, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760045040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq", format = "rw %d" }
-metadata.core_marker_id: 13589.760047453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wakeup_new_task", event_id = 18, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760050138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wakeup_new_task", format = "pid %d state #2d%ld cpu_id %u" }
-metadata.core_marker_id: 13589.760052711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_next_handler", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760055691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_next_handler", format = "handler %p prev_ret #1u%u" }
-metadata.core_marker_id: 13589.760058202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_poll", event_id = 19, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760060775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_poll", format = "napi_struct %p name %s" }
-metadata.core_marker_id: 13589.760063305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "global_state", name = "statedump_end", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760065989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "global_state", name = "statedump_end", format = " " }
-metadata.core_marker_id: 13589.760068439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "task_state", name = "process_state", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760071216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "task_state", name = "process_state", format = "pid %d parent_pid %d name %s type %d mode %d submode %d status %d tgid %d" }
-metadata.core_marker_id: 13589.760073956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_end", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760076677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_end", format = "bh %p" }
-metadata.core_marker_id: 13589.760079052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_receive", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760081638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_receive", format = "skb %p protocol #n2u%hu" }
-metadata.core_marker_id: 13589.760084322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "syscall_state", name = "sys_call_table", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760086950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "syscall_state", name = "sys_call_table", format = "id %d address %p symbol %s" }
-metadata.core_marker_id: 13589.760089610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockname", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760092344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockname", format = "fd %d usockaddr %p usockaddr_len %p ret %d" }
-metadata.core_marker_id: 13589.760095003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pollfd", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760097829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pollfd", format = "fd %d" }
-metadata.core_marker_id: 13589.760100149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "writev", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760102605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "writev", format = "fd %lu vlen %lu" }
-metadata.core_marker_id: 13589.760105000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "tcpv4_rcv", event_id = 16, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760107474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "tcpv4_rcv", format = "skb %p" }
-metadata.core_marker_id: 13589.760109850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_sendmsg", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760112527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_sendmsg", format = "sock %p msg %p size %zu ret %d" }
-metadata.core_marker_id: 13589.760115187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ip_interface", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760117865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ip_interface", format = "name %s address #n4u%lu up %d" }
-metadata.core_marker_id: 13589.760120445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "del_ifa_ipv4", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760123104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "del_ifa_ipv4", format = "label %s address #4u%u" }
-metadata.core_marker_id: 13589.760125572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "userspace", name = "event", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760128077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "userspace", name = "event", format = "string %s" }
-metadata.core_marker_id: 13589.760130528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_entry", event_id = 41, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760133230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_entry", format = "ip #p%lu address #p%lu trap_id #2u%u" }
-metadata.core_marker_id: 13589.760135809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "crash_kexec", event_id = 38, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760138758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "crash_kexec", format = "image %p ip %p" }
-metadata.core_marker_id: 13589.760141258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_exit", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760143825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_exit", format = "irqstate #1%d" }
-metadata.core_marker_id: 13589.760146299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_exit", event_id = 40, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760148859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_exit", format = "res %d" }
-metadata.core_marker_id: 13589.760151309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_schedule", event_id = 18, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760153877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_schedule", format = "napi_struct %p name %s" }
-metadata.core_marker_id: 13589.760156382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kernel_kexec", event_id = 37, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760158936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kernel_kexec", format = "image %p" }
-metadata.core_marker_id: 13589.760161374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_fork", event_id = 25, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760164083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_fork", format = "parent_pid %d child_pid %d child_tgid %d" }
-metadata.core_marker_id: 13589.760166600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "start_commit", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760169272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "start_commit", format = "dev %s transaction %d" }
-metadata.core_marker_id: 13589.760171746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_try_wakeup", event_id = 17, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760174357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_try_wakeup", format = "pid %d cpu_id %u state #2d%ld" }
-metadata.core_marker_id: 13589.760176886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "input", name = "input_event", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760179916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "input", name = "input_event", format = "type %u code %u value %d" }
-metadata.core_marker_id: 13589.760182619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "sem_create", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760188320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "sem_create", format = "id %ld flags %d" }
-metadata.core_marker_id: 13589.760190788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "plug", event_id = 19, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760193484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "plug", format = " " }
-metadata.core_marker_id: 13589.760195984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_pc", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760198742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_pc", format = "data_len %u rw %d errors %d" }
-metadata.core_marker_id: 13589.760201371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_free", event_id = 22, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760204006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_free", format = "pid %d" }
-metadata.core_marker_id: 13589.760206511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_migrate_task", event_id = 20, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760209226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_migrate_task", format = "pid %d state #2d%ld dest_cpu %d" }
-metadata.core_marker_id: 13589.760211922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_entry", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760214595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_entry", format = "softirq_id #1u%lu" }
-metadata.core_marker_id: 13589.760217248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "add_to_page_cache", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760220012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "add_to_page_cache", format = "inode %lu sdev %u" }
-metadata.core_marker_id: 13589.760222820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "read", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760225331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "read", format = "count %zu fd %u" }
-metadata.core_marker_id: 13589.760227769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ipv4_interface", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760233420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ipv4_interface", format = "name %s address #n4u%lu up %d" }
-metadata.core_marker_id: 13589.760236037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_exit", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760238746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_exit", format = "func %p data %lu" }
-metadata.core_marker_id: 13589.760241263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_callback", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760243818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_callback", format = "func %p" }
-metadata.core_marker_id: 13589.760246398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_entry", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760249131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_entry", format = "ip #p%ld syscall_id #2u%u" }
-metadata.core_marker_id: 13589.760251765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "msg_create", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760254333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "msg_create", format = "id %ld flags %d" }
-metadata.core_marker_id: 13589.760257054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "module_state", name = "list_module", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 13589.760259756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "module_state", name = "list_module", format = "name %s state %d refcount %lu" }
-kernel.printk: 13589.760262237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { ip = 0xC1421750 }
-kernel.vprintk: 13589.762149621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { loglevel = 7, string = "LTT state dump begin", ip = 0xC158363B }
-kernel.printk: 13589.762917527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { ip = 0xC142176D }
-kernel.vprintk: 13589.762922351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { loglevel = 7, string = "LTT state dump thread start", ip = 0xC158363B }
-task_state.process_state: 13589.762937702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1, parent_pid = 0, name = "init", type = 0, mode = 5, submode = 0, status = 5, tgid = 1 }
-task_state.process_state: 13589.762941602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2, parent_pid = 0, name = "kthreadd", type = 1, mode = 5, submode = 0, status = 5, tgid = 2 }
-task_state.process_state: 13589.762944355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 3, parent_pid = 2, name = "ksoftirqd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 3 }
-task_state.process_state: 13589.762947096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 4, parent_pid = 2, name = "watchdog/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 4 }
-task_state.process_state: 13589.762949776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5, parent_pid = 2, name = "events/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 5 }
-task_state.process_state: 13589.762952461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 6, parent_pid = 2, name = "cpuset", type = 1, mode = 5, submode = 0, status = 5, tgid = 6 }
-task_state.process_state: 13589.762955129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 7, parent_pid = 2, name = "khelper", type = 1, mode = 5, submode = 0, status = 5, tgid = 7 }
-task_state.process_state: 13589.762958031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10, parent_pid = 2, name = "netns", type = 1, mode = 5, submode = 0, status = 5, tgid = 10 }
-task_state.process_state: 13589.762960833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 13, parent_pid = 2, name = "async/mgr", type = 1, mode = 5, submode = 0, status = 5, tgid = 13 }
-task_state.process_state: 13589.762963840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 122, parent_pid = 2, name = "sync_supers", type = 1, mode = 5, submode = 0, status = 5, tgid = 122 }
-task_state.process_state: 13589.762967253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 124, parent_pid = 2, name = "bdi-default", type = 1, mode = 5, submode = 0, status = 5, tgid = 124 }
-task_state.process_state: 13589.762970111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 126, parent_pid = 2, name = "kblockd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 126 }
-task_state.process_state: 13589.762972741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 128, parent_pid = 2, name = "kacpid", type = 1, mode = 5, submode = 0, status = 5, tgid = 128 }
-task_state.process_state: 13589.762975612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 129, parent_pid = 2, name = "kacpi_notify", type = 1, mode = 5, submode = 0, status = 5, tgid = 129 }
-task_state.process_state: 13589.762978538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 130, parent_pid = 2, name = "kacpi_hotplug", type = 1, mode = 5, submode = 0, status = 5, tgid = 130 }
-task_state.process_state: 13589.762981686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 171, parent_pid = 2, name = "kseriod", type = 1, mode = 5, submode = 0, status = 5, tgid = 171 }
-task_state.process_state: 13589.762984674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 178, parent_pid = 2, name = "kslowd", type = 1, mode = 5, submode = 0, status = 5, tgid = 178 }
-task_state.process_state: 13589.762987754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 179, parent_pid = 2, name = "kslowd", type = 1, mode = 5, submode = 0, status = 5, tgid = 179 }
-task_state.process_state: 13589.762990477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 199, parent_pid = 2, name = "rpciod/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 199 }
-task_state.process_state: 13589.762993299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 216, parent_pid = 2, name = "khungtaskd", type = 1, mode = 5, submode = 0, status = 5, tgid = 216 }
-task_state.process_state: 13589.762996009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 217, parent_pid = 2, name = "kswapd0", type = 1, mode = 5, submode = 0, status = 5, tgid = 217 }
-task_state.process_state: 13589.762998652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 218, parent_pid = 2, name = "aio/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 218 }
-task_state.process_state: 13589.763001516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 228, parent_pid = 2, name = "nfsiod", type = 1, mode = 5, submode = 0, status = 5, tgid = 228 }
-task_state.process_state: 13589.763004238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 233, parent_pid = 2, name = "jfsIO", type = 1, mode = 5, submode = 0, status = 5, tgid = 233 }
-task_state.process_state: 13589.763007098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 234, parent_pid = 2, name = "jfsCommit", type = 1, mode = 5, submode = 0, status = 5, tgid = 234 }
-task_state.process_state: 13589.763010177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 235, parent_pid = 2, name = "jfsSync", type = 1, mode = 5, submode = 0, status = 5, tgid = 235 }
-task_state.process_state: 13589.763013295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 236, parent_pid = 2, name = "xfs_mru_cache", type = 1, mode = 5, submode = 0, status = 5, tgid = 236 }
-task_state.process_state: 13589.763016030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 237, parent_pid = 2, name = "xfslogd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 237 }
-task_state.process_state: 13589.763018900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 238, parent_pid = 2, name = "xfsdatad/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 238 }
-task_state.process_state: 13589.763021641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 239, parent_pid = 2, name = "xfsconvertd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 239 }
-task_state.process_state: 13589.763024303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 240, parent_pid = 2, name = "ocfs2_wq", type = 1, mode = 5, submode = 0, status = 5, tgid = 240 }
-task_state.process_state: 13589.763027106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 241, parent_pid = 2, name = "o2quot/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 241 }
-task_state.process_state: 13589.763029767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 244, parent_pid = 2, name = "user_dlm", type = 1, mode = 5, submode = 0, status = 5, tgid = 244 }
-task_state.process_state: 13589.763032453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 246, parent_pid = 2, name = "glock_workqueue", type = 1, mode = 5, submode = 0, status = 5, tgid = 246 }
-task_state.process_state: 13589.763035335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 247, parent_pid = 2, name = "delete_workqueu", type = 1, mode = 5, submode = 0, status = 5, tgid = 247 }
-task_state.process_state: 13589.763038090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 248, parent_pid = 2, name = "crypto/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 248 }
-task_state.process_state: 13589.763040973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 394, parent_pid = 2, name = "krxrpcd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 394 }
-task_state.process_state: 13589.763043929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 551, parent_pid = 2, name = "ksuspend_usbd", type = 1, mode = 5, submode = 0, status = 5, tgid = 551 }
-task_state.process_state: 13589.763046579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 556, parent_pid = 2, name = "khubd", type = 1, mode = 5, submode = 0, status = 5, tgid = 556 }
-task_state.process_state: 13589.763049246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 563, parent_pid = 2, name = "ata/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 563 }
-task_state.process_state: 13589.763052141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 564, parent_pid = 2, name = "ata_aux", type = 1, mode = 5, submode = 0, status = 5, tgid = 564 }
-task_state.process_state: 13589.763054938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 569, parent_pid = 2, name = "scsi_eh_0", type = 1, mode = 5, submode = 0, status = 5, tgid = 569 }
-task_state.process_state: 13589.763057994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 601, parent_pid = 2, name = "kjournald", type = 1, mode = 5, submode = 0, status = 5, tgid = 601 }
-task_state.process_state: 13589.763060993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 730, parent_pid = 2, name = "kpsmoused", type = 1, mode = 5, submode = 0, status = 5, tgid = 730 }
-task_state.process_state: 13589.763063920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1007, parent_pid = 2, name = "flush-3:0", type = 1, mode = 5, submode = 0, status = 5, tgid = 1007 }
-task_state.process_state: 13589.763066637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1195, parent_pid = 1, name = "dhclient3", type = 0, mode = 5, submode = 0, status = 5, tgid = 1195 }
-task_state.process_state: 13589.763069723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1220, parent_pid = 2, name = "cifsd", type = 1, mode = 5, submode = 0, status = 5, tgid = 1220 }
-task_state.process_state: 13589.763072415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1238, parent_pid = 1, name = "dirmngr", type = 0, mode = 5, submode = 0, status = 5, tgid = 1238 }
-task_state.process_state: 13589.763075051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1280, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1280 }
-task_state.process_state: 13589.763078064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1282, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1280 }
-task_state.process_state: 13589.763080799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1283, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1280 }
-task_state.process_state: 13589.763083497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16858, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1280 }
-task_state.process_state: 13589.763086356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1336, parent_pid = 1, name = "xfstt", type = 0, mode = 5, submode = 0, status = 5, tgid = 1336 }
-task_state.process_state: 13589.763089189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1368, parent_pid = 1, name = "cron", type = 0, mode = 5, submode = 0, status = 5, tgid = 1368 }
-task_state.process_state: 13589.763091924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1378, parent_pid = 1, name = "dbus-daemon", type = 0, mode = 5, submode = 0, status = 5, tgid = 1378 }
-task_state.process_state: 13589.763094875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1387, parent_pid = 1, name = "gpm", type = 0, mode = 5, submode = 0, status = 5, tgid = 1387 }
-task_state.process_state: 13589.763097740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1417, parent_pid = 1, name = "mysqld_safe", type = 0, mode = 5, submode = 0, status = 5, tgid = 1417 }
-task_state.process_state: 13589.763100530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1539, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
-task_state.process_state: 13589.763103697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1552, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
-task_state.process_state: 13589.763106401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1553, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
-task_state.process_state: 13589.763109093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1554, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
-task_state.process_state: 13589.763112068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1555, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
-task_state.process_state: 13589.763114767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1557, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
-task_state.process_state: 13589.763117490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1558, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
-task_state.process_state: 13589.763120342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1559, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
-task_state.process_state: 13589.763123058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1560, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
-task_state.process_state: 13589.763125862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1563, parent_pid = 1417, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1539 }
-task_state.process_state: 13589.763128954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1540, parent_pid = 1417, name = "logger", type = 0, mode = 5, submode = 0, status = 5, tgid = 1540 }
-task_state.process_state: 13589.763131744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1637, parent_pid = 1, name = "vboxadd-service", type = 0, mode = 5, submode = 0, status = 5, tgid = 1637 }
-task_state.process_state: 13589.763134479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1638, parent_pid = 1, name = "vboxadd-service", type = 0, mode = 5, submode = 0, status = 5, tgid = 1637 }
-task_state.process_state: 13589.763137375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1658, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763140086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1659, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763142820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1660, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763145772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1661, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763148926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1662, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763151747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1663, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763154557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1664, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763157321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1666, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763160057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1667, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763162823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1668, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763165725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1669, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763168793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1670, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763171885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1671, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763174663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1672, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763177436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1673, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763180306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1674, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763183035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1675, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763185948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1676, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763188801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1677, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763191641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1678, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763194678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1679, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763197530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1680, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763200278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1681, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763203074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1682, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763206037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1683, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763208890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1684, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763211693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1685, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763214575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1686, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763217490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1687, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763220286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1688, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763222990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1689, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763225892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1690, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763228738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1691, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763231621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1692, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763234596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1693, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763237380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1694, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763240683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1695, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763243541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1696, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763246387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1697, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763249215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1698, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763251919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1699, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763254740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1700, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763257427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1701, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763260162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1702, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763263186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1703, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763265952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1704, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763268682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1705, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763271497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1706, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763274170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1707, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763276857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1708, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763279844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1709, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763282591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1710, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763285671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1711, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763288543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1712, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763291253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1713, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763293994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1714, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763296958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1715, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763299951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1716, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763302705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1717, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763305569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1718, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763308408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1719, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763311095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1720, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763313972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1723, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763316780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1865, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 13589.763319523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1848, parent_pid = 1, name = "kdm", type = 0, mode = 5, submode = 0, status = 5, tgid = 1848 }
-task_state.process_state: 13589.763322183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1852, parent_pid = 1848, name = "Xorg", type = 0, mode = 5, submode = 0, status = 1, tgid = 1852 }
-task_state.process_state: 13589.763325017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1883, parent_pid = 1, name = "gdm-emulatord", type = 0, mode = 5, submode = 0, status = 5, tgid = 1883 }
-task_state.process_state: 13589.763327764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1906, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1906 }
-task_state.process_state: 13589.763330987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1907, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1907 }
-task_state.process_state: 13589.763333894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1908, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1908 }
-task_state.process_state: 13589.763336715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1909, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1909 }
-task_state.process_state: 13589.763339592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1910, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1910 }
-task_state.process_state: 13589.763342303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1911, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1911 }
-task_state.process_state: 13589.763345136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1913, parent_pid = 1848, name = "kdm", type = 0, mode = 5, submode = 0, status = 5, tgid = 1913 }
-task_state.process_state: 13589.763348025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1921, parent_pid = 1, name = "dbus-launch", type = 0, mode = 5, submode = 0, status = 5, tgid = 1921 }
-task_state.process_state: 13589.763350724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1922, parent_pid = 1, name = "dbus-daemon", type = 0, mode = 5, submode = 0, status = 5, tgid = 1922 }
-task_state.process_state: 13589.763353508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1928, parent_pid = 1368, name = "cron", type = 0, mode = 5, submode = 0, status = 5, tgid = 1928 }
-task_state.process_state: 13589.763356422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1935, parent_pid = 1928, name = "NetCheck.sh", type = 1, mode = 5, submode = 0, status = 4, tgid = 1935 }
-task_state.process_state: 13589.763359089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1938, parent_pid = 1928, name = "sendmail", type = 0, mode = 5, submode = 0, status = 5, tgid = 1938 }
-task_state.process_state: 13589.763361825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1963, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 1963 }
-task_state.process_state: 13589.763364880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1973, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 1973 }
-task_state.process_state: 13589.763367763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1989, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 1989 }
-task_state.process_state: 13589.763370363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2043, parent_pid = 1913, name = "startkde", type = 0, mode = 5, submode = 0, status = 5, tgid = 2043 }
-task_state.process_state: 13589.763373271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2103, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2103 }
-task_state.process_state: 13589.763376363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2104, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2103 }
-task_state.process_state: 13589.763379036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2109, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2109 }
-task_state.process_state: 13589.763381784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2142, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2109 }
-task_state.process_state: 13589.763384624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2113, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2113 }
-task_state.process_state: 13589.763387433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2114, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2113 }
-task_state.process_state: 13589.763390544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2118, parent_pid = 2043, name = "ssh-agent", type = 0, mode = 5, submode = 0, status = 5, tgid = 2118 }
-task_state.process_state: 13589.763393212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2124, parent_pid = 1, name = "dbus-launch", type = 0, mode = 5, submode = 0, status = 5, tgid = 2124 }
-task_state.process_state: 13589.763395903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2128, parent_pid = 1, name = "dbus-daemon", type = 0, mode = 5, submode = 0, status = 5, tgid = 2128 }
-task_state.process_state: 13589.763398792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2174, parent_pid = 1, name = "kdeinit4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2174 }
-task_state.process_state: 13589.763401430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2175, parent_pid = 2174, name = "klauncher", type = 0, mode = 5, submode = 0, status = 5, tgid = 2175 }
-task_state.process_state: 13589.763404171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2177, parent_pid = 1, name = "kded4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2177 }
-task_state.process_state: 13589.763407059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2204, parent_pid = 2043, name = "kwrapper4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2204 }
-task_state.process_state: 13589.763409740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2205, parent_pid = 2174, name = "ksmserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2205 }
-task_state.process_state: 13589.763412475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2206, parent_pid = 2174, name = "ksmserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2205 }
-task_state.process_state: 13589.763415321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2207, parent_pid = 2205, name = "kwin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2207 }
-task_state.process_state: 13589.763418074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2209, parent_pid = 1, name = "kglobalaccel", type = 0, mode = 5, submode = 0, status = 5, tgid = 2209 }
-task_state.process_state: 13589.763421155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2212, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2212 }
-task_state.process_state: 13589.763424025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2304, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2212 }
-task_state.process_state: 13589.763426933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2305, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2212 }
-task_state.process_state: 13589.763430081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2308, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2212 }
-task_state.process_state: 13589.763432964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2309, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2212 }
-task_state.process_state: 13589.763435982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2213, parent_pid = 1, name = "plasma-desktop", type = 0, mode = 5, submode = 0, status = 5, tgid = 2213 }
-task_state.process_state: 13589.763438840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2214, parent_pid = 1, name = "plasma-desktop", type = 0, mode = 5, submode = 0, status = 5, tgid = 2213 }
-task_state.process_state: 13589.763441884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2218, parent_pid = 2174, name = "kio_file", type = 0, mode = 5, submode = 0, status = 5, tgid = 2218 }
-task_state.process_state: 13589.763444878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2224, parent_pid = 1, name = "kxkb", type = 0, mode = 5, submode = 0, status = 5, tgid = 2224 }
-task_state.process_state: 13589.763447834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2232, parent_pid = 1, name = "kxkb", type = 0, mode = 5, submode = 0, status = 5, tgid = 2224 }
-task_state.process_state: 13589.763450613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2227, parent_pid = 1, name = "krunner", type = 0, mode = 5, submode = 0, status = 5, tgid = 2227 }
-task_state.process_state: 13589.763453650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2228, parent_pid = 1, name = "nepomukserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2228 }
-task_state.process_state: 13589.763456360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2238, parent_pid = 1, name = "nepomukserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2228 }
-task_state.process_state: 13589.763459058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2237, parent_pid = 1, name = "kmix", type = 0, mode = 5, submode = 0, status = 5, tgid = 2237 }
-task_state.process_state: 13589.763462182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2239, parent_pid = 2228, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2239 }
-task_state.process_state: 13589.763465194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2241, parent_pid = 1, name = "konsole", type = 0, mode = 5, submode = 0, status = 5, tgid = 2241 }
-task_state.process_state: 13589.763468336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2249, parent_pid = 1, name = "konsole", type = 0, mode = 5, submode = 0, status = 5, tgid = 2241 }
-task_state.process_state: 13589.763471293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2243, parent_pid = 2228, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2243 }
-task_state.process_state: 13589.763474139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2245, parent_pid = 2228, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2245 }
-task_state.process_state: 13589.763476843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2247, parent_pid = 2228, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2247 }
-task_state.process_state: 13589.763479671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2260, parent_pid = 2228, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2247 }
-task_state.process_state: 13589.763482431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2250, parent_pid = 2241, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 2250 }
-task_state.process_state: 13589.763485178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2259, parent_pid = 2174, name = "gkrellm", type = 0, mode = 5, submode = 0, status = 5, tgid = 2259 }
-task_state.process_state: 13589.763488178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2266, parent_pid = 2174, name = "polkit-gnome-au", type = 0, mode = 5, submode = 0, status = 5, tgid = 2266 }
-task_state.process_state: 13589.763490945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2281, parent_pid = 1, name = "polkitd", type = 0, mode = 5, submode = 0, status = 5, tgid = 2281 }
-task_state.process_state: 13589.763493667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2288, parent_pid = 2174, name = "wish", type = 0, mode = 5, submode = 0, status = 5, tgid = 2288 }
-task_state.process_state: 13589.763496451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2290, parent_pid = 2174, name = "wish", type = 0, mode = 5, submode = 0, status = 5, tgid = 2288 }
-task_state.process_state: 13589.763499119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2315, parent_pid = 2174, name = "icedove", type = 0, mode = 5, submode = 0, status = 5, tgid = 2315 }
-task_state.process_state: 13589.763501873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2327, parent_pid = 2315, name = "run-mozilla.sh", type = 0, mode = 5, submode = 0, status = 5, tgid = 2327 }
-task_state.process_state: 13589.763504787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2332, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
-task_state.process_state: 13589.763507638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2333, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
-task_state.process_state: 13589.763510515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2336, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
-task_state.process_state: 13589.763513682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2341, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
-task_state.process_state: 13589.763516355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2342, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
-task_state.process_state: 13589.763519041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2347, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
-task_state.process_state: 13589.763521856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2351, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
-task_state.process_state: 13589.763524617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2353, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
-task_state.process_state: 13589.763527370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2358, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
-task_state.process_state: 13589.763530191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2359, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
-task_state.process_state: 13589.763532945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2711, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
-task_state.process_state: 13589.763535631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 23348, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
-task_state.process_state: 13589.763538501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24301, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
-task_state.process_state: 13589.763541243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16856, parent_pid = 2327, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2332 }
-task_state.process_state: 13589.763544139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2335, parent_pid = 1, name = "gconfd-2", type = 0, mode = 5, submode = 0, status = 5, tgid = 2335 }
-task_state.process_state: 13589.763547126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2684, parent_pid = 2241, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 2684 }
-task_state.process_state: 13589.763576172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2805, parent_pid = 2174, name = "sh", type = 0, mode = 5, submode = 0, status = 5, tgid = 2805 }
-task_state.process_state: 13589.763579184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2806, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763581907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2816, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763585184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2817, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763588036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2818, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763590827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2819, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763593815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2820, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763596587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2821, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763599334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2822, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763602280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2825, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763605058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2826, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763607805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2827, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763610749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2830, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763613608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2834, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763616275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2837, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763619306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2847, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763622176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2859, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763624869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2984, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763627900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2985, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763630992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2987, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763633727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 7940, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763636487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 7999, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763639247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8067, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763642092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8137, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763644908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10331, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763647625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10403, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763650471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10409, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763670910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10412, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763673769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10415, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763676800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10456, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763679578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10502, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763682350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 30090, parent_pid = 2805, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 2806 }
-task_state.process_state: 13589.763685171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 11121, parent_pid = 2250, name = "su", type = 0, mode = 5, submode = 0, status = 5, tgid = 11121 }
-task_state.process_state: 13589.763688203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 11130, parent_pid = 11121, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 11130 }
-task_state.process_state: 13589.763691011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 11317, parent_pid = 2241, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 11317 }
-task_state.process_state: 13589.763694074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 11325, parent_pid = 11317, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 11325 }
-task_state.process_state: 13589.763696784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 18054, parent_pid = 1, name = "udevd", type = 0, mode = 5, submode = 0, status = 5, tgid = 18054 }
-task_state.process_state: 13589.763699790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 21983, parent_pid = 1, name = "exim4", type = 0, mode = 5, submode = 0, status = 5, tgid = 21983 }
-task_state.process_state: 13589.763702661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24399, parent_pid = 1, name = "sshd", type = 0, mode = 5, submode = 0, status = 5, tgid = 24399 }
-task_state.process_state: 13589.763705643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24464, parent_pid = 1, name = "acpid", type = 0, mode = 5, submode = 0, status = 5, tgid = 24464 }
-task_state.process_state: 13589.763708612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24616, parent_pid = 1, name = "hald", type = 0, mode = 5, submode = 0, status = 5, tgid = 24616 }
-task_state.process_state: 13589.763711747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24617, parent_pid = 24616, name = "hald-runner", type = 0, mode = 5, submode = 0, status = 5, tgid = 24617 }
-task_state.process_state: 13589.763714637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24668, parent_pid = 24617, name = "hald-addon-stor", type = 0, mode = 5, submode = 0, status = 5, tgid = 24668 }
-task_state.process_state: 13589.763717704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24670, parent_pid = 24617, name = "hald-addon-stor", type = 0, mode = 5, submode = 0, status = 5, tgid = 24670 }
-task_state.process_state: 13589.763720679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24672, parent_pid = 24617, name = "hald-addon-acpi", type = 0, mode = 5, submode = 0, status = 5, tgid = 24672 }
-task_state.process_state: 13589.763723457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 24682, parent_pid = 24617, name = "hald-addon-inpu", type = 0, mode = 5, submode = 0, status = 5, tgid = 24682 }
-task_state.process_state: 13589.763726606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 25001, parent_pid = 1, name = "nmbd", type = 0, mode = 5, submode = 0, status = 5, tgid = 25001 }
-task_state.process_state: 13589.763729347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 25010, parent_pid = 1, name = "smbd", type = 0, mode = 5, submode = 0, status = 5, tgid = 25010 }
-task_state.process_state: 13589.763732076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 25016, parent_pid = 25010, name = "smbd", type = 0, mode = 5, submode = 0, status = 5, tgid = 25016 }
-task_state.process_state: 13589.763735169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 30050, parent_pid = 2241, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 30050 }
-task_state.process_state: 13589.763737996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 30060, parent_pid = 30050, name = "su", type = 0, mode = 5, submode = 0, status = 5, tgid = 30060 }
-task_state.process_state: 13589.763740996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 30068, parent_pid = 30060, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 30068 }
-task_state.process_state: 13589.763743879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16857, parent_pid = 1368, name = "cron", type = 0, mode = 5, submode = 0, status = 5, tgid = 16857 }
-task_state.process_state: 13589.763746719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16865, parent_pid = 16857, name = "NetCheck.sh", type = 0, mode = 5, submode = 0, status = 5, tgid = 16865 }
-task_state.process_state: 13589.763749454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16867, parent_pid = 16857, name = "sendmail", type = 0, mode = 5, submode = 0, status = 5, tgid = 16867 }
-task_state.process_state: 13589.763752479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16885, parent_pid = 16865, name = "ping", type = 0, mode = 5, submode = 0, status = 5, tgid = 16885 }
-task_state.process_state: 13589.763755140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16887, parent_pid = 30068, name = "lttctl", type = 0, mode = 5, submode = 0, status = 1, tgid = 16887 }
-task_state.process_state: 13589.763758054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16889, parent_pid = 1, name = "lttd", type = 0, mode = 5, submode = 0, status = 1, tgid = 16889 }
-task_state.process_state: 13589.763767880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/task_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { pid = 0, parent_pid = 0, name = "swapper", type = 1, mode = 5, submode = 0, status = 1, tgid = 0 }
-fd_state.file_descriptor: 13589.763853230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/initctl", pid = 1, fd = 10 }
-fd_state.file_descriptor: 13589.763871994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1195, fd = 0 }
-fd_state.file_descriptor: 13589.763874170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1195, fd = 1 }
-fd_state.file_descriptor: 13589.763879239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1195, fd = 2 }
-fd_state.file_descriptor: 13589.763891301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/dhcp3/dhclient.eth0.leases", pid = 1195, fd = 3 }
-fd_state.file_descriptor: 13589.763897843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4313]", pid = 1195, fd = 4 }
-fd_state.file_descriptor: 13589.763902617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4310]", pid = 1195, fd = 5 }
-fd_state.file_descriptor: 13589.763908230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[4556]", pid = 1238, fd = 3 }
-fd_state.file_descriptor: 13589.763910318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[4556]", pid = 1238, fd = 4 }
-fd_state.file_descriptor: 13589.763918222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/dirmngr.log", pid = 1238, fd = 5 }
-fd_state.file_descriptor: 13589.763925373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4559]", pid = 1238, fd = 6 }
-fd_state.file_descriptor: 13589.763930487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4611]", pid = 1280, fd = 0 }
-fd_state.file_descriptor: 13589.763933006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/auth.log", pid = 1280, fd = 3 }
-fd_state.file_descriptor: 13589.763935266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/syslog", pid = 1280, fd = 4 }
-fd_state.file_descriptor: 13589.763937824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/daemon.log", pid = 1280, fd = 5 }
-fd_state.file_descriptor: 13589.763942240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/kern.log", pid = 1280, fd = 6 }
-fd_state.file_descriptor: 13589.763944439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/lpr.log", pid = 1280, fd = 7 }
-fd_state.file_descriptor: 13589.763946583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.log", pid = 1280, fd = 8 }
-fd_state.file_descriptor: 13589.763948720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/user.log", pid = 1280, fd = 9 }
-fd_state.file_descriptor: 13589.763951074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.info", pid = 1280, fd = 10 }
-fd_state.file_descriptor: 13589.763953267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.warn", pid = 1280, fd = 11 }
-fd_state.file_descriptor: 13589.763955454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.err", pid = 1280, fd = 12 }
-fd_state.file_descriptor: 13589.763957831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/news/news.crit", pid = 1280, fd = 13 }
-fd_state.file_descriptor: 13589.763960105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/news/news.err", pid = 1280, fd = 14 }
-fd_state.file_descriptor: 13589.763962335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/news/news.notice", pid = 1280, fd = 15 }
-fd_state.file_descriptor: 13589.763964540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/debug", pid = 1280, fd = 16 }
-fd_state.file_descriptor: 13589.763966665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/messages", pid = 1280, fd = 17 }
-fd_state.file_descriptor: 13589.763968933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/xconsole", pid = 1280, fd = 18 }
-fd_state.file_descriptor: 13589.763971502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/proc/kmsg", pid = 1280, fd = 19 }
-fd_state.file_descriptor: 13589.763979498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/cache/xfstt/ttinfo.dir", pid = 1336, fd = 0 }
-fd_state.file_descriptor: 13589.763984315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/usr/share/fonts/truetype", pid = 1336, fd = 1 }
-fd_state.file_descriptor: 13589.763993438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4745]", pid = 1336, fd = 2 }
-fd_state.file_descriptor: 13589.763998163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1368, fd = 0 }
-fd_state.file_descriptor: 13589.764000277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1368, fd = 1 }
-fd_state.file_descriptor: 13589.764002346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1368, fd = 2 }
-fd_state.file_descriptor: 13589.764009449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/run/crond.pid", pid = 1368, fd = 3 }
-fd_state.file_descriptor: 13589.764012295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1378, fd = 0 }
-fd_state.file_descriptor: 13589.764014278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1378, fd = 1 }
-fd_state.file_descriptor: 13589.764016176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1378, fd = 2 }
-fd_state.file_descriptor: 13589.764020981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4734]", pid = 1378, fd = 3 }
-fd_state.file_descriptor: 13589.764022983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1378, fd = 4 }
-fd_state.file_descriptor: 13589.764025182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 1378, fd = 5 }
-fd_state.file_descriptor: 13589.764029851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4737]", pid = 1378, fd = 6 }
-fd_state.file_descriptor: 13589.764032156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4738]", pid = 1378, fd = 7 }
-fd_state.file_descriptor: 13589.764037884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[86310]", pid = 1378, fd = 8 }
-fd_state.file_descriptor: 13589.764045092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[5314]", pid = 1378, fd = 9 }
-fd_state.file_descriptor: 13589.764050260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[5264]", pid = 1378, fd = 10 }
-fd_state.file_descriptor: 13589.764058607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[121184]", pid = 1378, fd = 11 }
-fd_state.file_descriptor: 13589.764065803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[121490]", pid = 1378, fd = 12 }
-fd_state.file_descriptor: 13589.764070880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6007]", pid = 1378, fd = 13 }
-fd_state.file_descriptor: 13589.764078481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6132]", pid = 1378, fd = 14 }
-fd_state.file_descriptor: 13589.764086341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6804]", pid = 1378, fd = 15 }
-fd_state.file_descriptor: 13589.764113071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7141]", pid = 1378, fd = 16 }
-fd_state.file_descriptor: 13589.764121048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7381]", pid = 1378, fd = 17 }
-fd_state.file_descriptor: 13589.764129458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[53719]", pid = 1378, fd = 18 }
-fd_state.file_descriptor: 13589.764134176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7895]", pid = 1378, fd = 19 }
-fd_state.file_descriptor: 13589.764141624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7632]", pid = 1378, fd = 20 }
-fd_state.file_descriptor: 13589.764150081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[121509]", pid = 1378, fd = 21 }
-fd_state.file_descriptor: 13589.764155805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8194]", pid = 1378, fd = 22 }
-fd_state.file_descriptor: 13589.764163388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8532]", pid = 1378, fd = 23 }
-fd_state.file_descriptor: 13589.764170799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8226]", pid = 1378, fd = 24 }
-fd_state.file_descriptor: 13589.764173343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[129957]", pid = 1378, fd = 25 }
-fd_state.file_descriptor: 13589.764180902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[144771]", pid = 1378, fd = 26 }
-fd_state.file_descriptor: 13589.764183908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1387, fd = 0 }
-fd_state.file_descriptor: 13589.764185990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1387, fd = 1 }
-fd_state.file_descriptor: 13589.764188011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1387, fd = 2 }
-fd_state.file_descriptor: 13589.764193241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4761]", pid = 1387, fd = 3 }
-fd_state.file_descriptor: 13589.764195687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4778]", pid = 1387, fd = 5 }
-fd_state.file_descriptor: 13589.764203461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1417, fd = 0 }
-fd_state.file_descriptor: 13589.764205574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1417, fd = 1 }
-fd_state.file_descriptor: 13589.764207570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1417, fd = 2 }
-fd_state.file_descriptor: 13589.764213324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/usr/bin/mysqld_safe", pid = 1417, fd = 255 }
-fd_state.file_descriptor: 13589.764218325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1539, fd = 0 }
-fd_state.file_descriptor: 13589.764223278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[4877]", pid = 1539, fd = 1 }
-fd_state.file_descriptor: 13589.764225318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[4877]", pid = 1539, fd = 2 }
-fd_state.file_descriptor: 13589.764230751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/ibdata1", pid = 1539, fd = 3 }
-fd_state.file_descriptor: 13589.764233486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/tmp/ibT6xQFf (deleted)", pid = 1539, fd = 4 }
-fd_state.file_descriptor: 13589.764235698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/tmp/ibL8578S (deleted)", pid = 1539, fd = 5 }
-fd_state.file_descriptor: 13589.764237977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/tmp/ib2k4pCw (deleted)", pid = 1539, fd = 6 }
-fd_state.file_descriptor: 13589.764240133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/tmp/ibtkC899 (deleted)", pid = 1539, fd = 7 }
-fd_state.file_descriptor: 13589.764242727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/ib_logfile0", pid = 1539, fd = 8 }
-fd_state.file_descriptor: 13589.764245135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/ib_logfile1", pid = 1539, fd = 9 }
-fd_state.file_descriptor: 13589.764247772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4900]", pid = 1539, fd = 10 }
-fd_state.file_descriptor: 13589.764249878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/tmp/ibd3Pk3N (deleted)", pid = 1539, fd = 11 }
-fd_state.file_descriptor: 13589.764252139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4901]", pid = 1539, fd = 12 }
-fd_state.file_descriptor: 13589.764254561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/host.MYI", pid = 1539, fd = 13 }
-fd_state.file_descriptor: 13589.764256963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/host.MYD", pid = 1539, fd = 14 }
-fd_state.file_descriptor: 13589.764259285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/user.MYI", pid = 1539, fd = 15 }
-fd_state.file_descriptor: 13589.764261608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/user.MYD", pid = 1539, fd = 16 }
-fd_state.file_descriptor: 13589.764267140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/db.MYI", pid = 1539, fd = 17 }
-fd_state.file_descriptor: 13589.764269542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/db.MYD", pid = 1539, fd = 18 }
-fd_state.file_descriptor: 13589.764272400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/tables_priv.MYI", pid = 1539, fd = 19 }
-fd_state.file_descriptor: 13589.764274779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/tables_priv.MYD", pid = 1539, fd = 20 }
-fd_state.file_descriptor: 13589.764279694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/columns_priv.MYI", pid = 1539, fd = 21 }
-fd_state.file_descriptor: 13589.764282116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/columns_priv.MYD", pid = 1539, fd = 22 }
-fd_state.file_descriptor: 13589.764284690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/procs_priv.MYI", pid = 1539, fd = 23 }
-fd_state.file_descriptor: 13589.764287228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/procs_priv.MYD", pid = 1539, fd = 24 }
-fd_state.file_descriptor: 13589.764289785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/servers.MYI", pid = 1539, fd = 25 }
-fd_state.file_descriptor: 13589.764292206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/servers.MYD", pid = 1539, fd = 26 }
-fd_state.file_descriptor: 13589.764294713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/event.MYI", pid = 1539, fd = 27 }
-fd_state.file_descriptor: 13589.764297109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/event.MYD", pid = 1539, fd = 28 }
-fd_state.file_descriptor: 13589.764302383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/func.MYI", pid = 1539, fd = 32 }
-fd_state.file_descriptor: 13589.764304791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/func.MYD", pid = 1539, fd = 33 }
-fd_state.file_descriptor: 13589.764309861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/general_log.CSM", pid = 1539, fd = 34 }
-fd_state.file_descriptor: 13589.764315011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/general_log.CSV", pid = 1539, fd = 35 }
-fd_state.file_descriptor: 13589.764320099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_category.MYI", pid = 1539, fd = 36 }
-fd_state.file_descriptor: 13589.764322644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_category.MYD", pid = 1539, fd = 37 }
-fd_state.file_descriptor: 13589.764325213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_keyword.MYI", pid = 1539, fd = 38 }
-fd_state.file_descriptor: 13589.764327652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_keyword.MYD", pid = 1539, fd = 39 }
-fd_state.file_descriptor: 13589.764330227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_relation.MYI", pid = 1539, fd = 40 }
-fd_state.file_descriptor: 13589.764332771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_relation.MYD", pid = 1539, fd = 41 }
-fd_state.file_descriptor: 13589.764337502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_topic.MYI", pid = 1539, fd = 42 }
-fd_state.file_descriptor: 13589.764339929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_topic.MYD", pid = 1539, fd = 43 }
-fd_state.file_descriptor: 13589.764342701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/ndb_binlog_index.MYI", pid = 1539, fd = 44 }
-fd_state.file_descriptor: 13589.764345159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/ndb_binlog_index.MYD", pid = 1539, fd = 45 }
-fd_state.file_descriptor: 13589.764347568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/plugin.MYI", pid = 1539, fd = 46 }
-fd_state.file_descriptor: 13589.764349927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/plugin.MYD", pid = 1539, fd = 47 }
-fd_state.file_descriptor: 13589.764352725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/proc.MYI", pid = 1539, fd = 48 }
-fd_state.file_descriptor: 13589.764355189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/proc.MYD", pid = 1539, fd = 49 }
-fd_state.file_descriptor: 13589.764357610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/slow_log.CSM", pid = 1539, fd = 50 }
-fd_state.file_descriptor: 13589.764360067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/slow_log.CSV", pid = 1539, fd = 51 }
-fd_state.file_descriptor: 13589.764362685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone.MYI", pid = 1539, fd = 52 }
-fd_state.file_descriptor: 13589.764365076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone.MYD", pid = 1539, fd = 53 }
-fd_state.file_descriptor: 13589.764367688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_leap_second.MYI", pid = 1539, fd = 54 }
-fd_state.file_descriptor: 13589.764370170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_leap_second.MYD", pid = 1539, fd = 55 }
-fd_state.file_descriptor: 13589.764372720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_name.MYI", pid = 1539, fd = 56 }
-fd_state.file_descriptor: 13589.764375130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_name.MYD", pid = 1539, fd = 57 }
-fd_state.file_descriptor: 13589.764377784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition.MYI", pid = 1539, fd = 58 }
-fd_state.file_descriptor: 13589.764380236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition.MYD", pid = 1539, fd = 59 }
-fd_state.file_descriptor: 13589.764382946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition_type.MYI", pid = 1539, fd = 60 }
-fd_state.file_descriptor: 13589.764385441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition_type.MYD", pid = 1539, fd = 61 }
-fd_state.file_descriptor: 13589.764391398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[4877]", pid = 1540, fd = 0 }
-fd_state.file_descriptor: 13589.764394079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[4892]", pid = 1540, fd = 1 }
-fd_state.file_descriptor: 13589.764396087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1540, fd = 2 }
-fd_state.file_descriptor: 13589.764399259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1637, fd = 0 }
-fd_state.file_descriptor: 13589.764401298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1637, fd = 1 }
-fd_state.file_descriptor: 13589.764403178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1637, fd = 2 }
-fd_state.file_descriptor: 13589.764408031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/vboxadd", pid = 1637, fd = 3 }
-fd_state.file_descriptor: 13589.764410317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1658, fd = 0 }
-fd_state.file_descriptor: 13589.764412429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1658, fd = 1 }
-fd_state.file_descriptor: 13589.764414376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1658, fd = 2 }
-fd_state.file_descriptor: 13589.764416778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5261]", pid = 1658, fd = 3 }
-fd_state.file_descriptor: 13589.764418775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1658, fd = 4 }
-fd_state.file_descriptor: 13589.764420894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5261]", pid = 1658, fd = 5 }
-fd_state.file_descriptor: 13589.764423253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5262]", pid = 1658, fd = 6 }
-fd_state.file_descriptor: 13589.764425342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5262]", pid = 1658, fd = 7 }
-fd_state.file_descriptor: 13589.764427455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[5263]", pid = 1658, fd = 8 }
-fd_state.file_descriptor: 13589.764430104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/run/console", pid = 1658, fd = 9 }
-fd_state.file_descriptor: 13589.764432407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/ConsoleKit/history", pid = 1658, fd = 10 }
-fd_state.file_descriptor: 13589.764437225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[5313]", pid = 1658, fd = 11 }
-fd_state.file_descriptor: 13589.764439529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/tty0", pid = 1658, fd = 12 }
-fd_state.file_descriptor: 13589.764441888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6192]", pid = 1658, fd = 13 }
-fd_state.file_descriptor: 13589.764444285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5296]", pid = 1658, fd = 14 }
-fd_state.file_descriptor: 13589.764446324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5296]", pid = 1658, fd = 15 }
-fd_state.file_descriptor: 13589.764448363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 1658, fd = 16 }
-fd_state.file_descriptor: 13589.764450593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1848, fd = 0 }
-fd_state.file_descriptor: 13589.764455460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1848, fd = 1 }
-fd_state.file_descriptor: 13589.764457554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1848, fd = 2 }
-fd_state.file_descriptor: 13589.764459845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/run/kdm.pid", pid = 1848, fd = 3 }
-fd_state.file_descriptor: 13589.764467281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5857]", pid = 1848, fd = 4 }
-fd_state.file_descriptor: 13589.764469375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "pipe:[5857]", pid = 1848, fd = 5 }
-fd_state.file_descriptor: 13589.764474180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6000]", pid = 1848, fd = 6 }
-fd_state.file_descriptor: 13589.764476620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[5859]", pid = 1848, fd = 7 }
-fd_state.file_descriptor: 13589.764481702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7891]", pid = 1848, fd = 8 }
-fd_state.file_descriptor: 13589.764486797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6003]", pid = 1848, fd = 9 }
-fd_state.file_descriptor: 13589.764491429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6005]", pid = 1848, fd = 11 }
-fd_state.file_descriptor: 13589.764496623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/Xorg.0.log", pid = 1852, fd = 0 }
-fd_state.file_descriptor: 13589.764498976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[5877]", pid = 1852, fd = 1 }
-fd_state.file_descriptor: 13589.764501021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1852, fd = 2 }
-fd_state.file_descriptor: 13589.764503294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[5878]", pid = 1852, fd = 3 }
-fd_state.file_descriptor: 13589.764508986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/usr/lib/xorg/protocol.txt", pid = 1852, fd = 4 }
-fd_state.file_descriptor: 13589.764511469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/tty7", pid = 1852, fd = 5 }
-fd_state.file_descriptor: 13589.764515960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/proc/mtrr", pid = 1852, fd = 6 }
-fd_state.file_descriptor: 13589.764521257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[120542]", pid = 1852, fd = 7 }
-fd_state.file_descriptor: 13589.764526069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/vboxadd", pid = 1852, fd = 8 }
-fd_state.file_descriptor: 13589.764533978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/sys/devices/pci0000:00/0000:00:02.0/config", pid = 1852, fd = 9 }
-fd_state.file_descriptor: 13589.764536208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/proc/mtrr", pid = 1852, fd = 10 }
-fd_state.file_descriptor: 13589.764541106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/dri/card0", pid = 1852, fd = 11 }
-kernel.irq_entry: 13589.764577563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, IRQ { ip = 3238764448, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 13589.764825828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, IRQ { jiffies = 4296292859, xtime_sec = 1262715366, xtime_nsec = 301133042, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
-kernel.softirq_raise: 13589.764910045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.softirq_raise: 13589.764984641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, IRQ { softirq_id = 9 [softirq 9] }
-kernel.sched_try_wakeup: 13589.764997546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, IRQ { pid = 1283, cpu_id = 0, state = 1 }
-kernel.irq_exit: 13589.765022071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 13589.765027436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 13589.765035716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { expires = 1325564, function = 0xc141d458, data = 0 }
-kernel.sched_try_wakeup: 13589.765047137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { pid = 5, cpu_id = 0, state = 1 }
-kernel.softirq_exit: 13589.765050931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.softirq_entry: 13589.765052286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
-rcu.tree_callback: 13589.765097867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { func = 0xc104364a }
-rcu.tree_callback: 13589.765102918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { func = 0xc104364a }
-rcu.tree_callback: 13589.765104668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { func = 0xc104364a }
-rcu.tree_callback: 13589.765106356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 0, 0, swapper, , 0, 0x0, SOFTIRQ { func = 0xc10acb19 }
-kernel.softirq_exit: 13589.765108413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
-fd_state.file_descriptor: 13589.765113126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/input/mice", pid = 1852, fd = 12 }
-fd_state.file_descriptor: 13589.765116181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6006]", pid = 1852, fd = 13 }
-fd_state.file_descriptor: 13589.765118627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/input/event0", pid = 1852, fd = 14 }
-fd_state.file_descriptor: 13589.765124769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/input/event2", pid = 1852, fd = 15 }
-fd_state.file_descriptor: 13589.765127116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/input/event1", pid = 1852, fd = 16 }
-fd_state.file_descriptor: 13589.765134360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/input/event4", pid = 1852, fd = 17 }
-fd_state.file_descriptor: 13589.765136516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "/dev/vboxadd", pid = 1852, fd = 18 }
-fd_state.file_descriptor: 13589.765138962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6024]", pid = 1852, fd = 19 }
-fd_state.file_descriptor: 13589.765144697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6946]", pid = 1852, fd = 20 }
-fd_state.file_descriptor: 13589.765149613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6955]", pid = 1852, fd = 21 }
-fd_state.file_descriptor: 13589.765154658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6061]", pid = 1852, fd = 22 }
-fd_state.file_descriptor: 13589.765156992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6958]", pid = 1852, fd = 23 }
-fd_state.file_descriptor: 13589.765159358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6966]", pid = 1852, fd = 24 }
-fd_state.file_descriptor: 13589.765164212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6980]", pid = 1852, fd = 25 }
-fd_state.file_descriptor: 13589.765166670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[6995]", pid = 1852, fd = 26 }
-fd_state.file_descriptor: 13589.765171975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7533]", pid = 1852, fd = 27 }
-fd_state.file_descriptor: 13589.765176834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7086]", pid = 1852, fd = 28 }
-fd_state.file_descriptor: 13589.765181831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7103]", pid = 1852, fd = 29 }
-fd_state.file_descriptor: 13589.765186717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7216]", pid = 1852, fd = 31 }
-fd_state.file_descriptor: 13589.765191614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7244]", pid = 1852, fd = 32 }
-fd_state.file_descriptor: 13589.765196407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7334]", pid = 1852, fd = 33 }
-fd_state.file_descriptor: 13589.765201113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7274]", pid = 1852, fd = 34 }
-fd_state.file_descriptor: 13589.765206411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8481]", pid = 1852, fd = 35 }
-fd_state.file_descriptor: 13589.765211086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7338]", pid = 1852, fd = 36 }
-fd_state.file_descriptor: 13589.765215750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7573]", pid = 1852, fd = 37 }
-fd_state.file_descriptor: 13589.765220721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7595]", pid = 1852, fd = 38 }
-fd_state.file_descriptor: 13589.765225458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7842]", pid = 1852, fd = 39 }
-fd_state.file_descriptor: 13589.765230208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7858]", pid = 1852, fd = 40 }
-fd_state.file_descriptor: 13589.765232493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[7889]", pid = 1852, fd = 41 }
-fd_state.file_descriptor: 13589.765237113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8002]", pid = 1852, fd = 42 }
-fd_state.file_descriptor: 13589.765241795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8019]", pid = 1852, fd = 43 }
-fd_state.file_descriptor: 13589.765244364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8113]", pid = 1852, fd = 44 }
-fd_state.file_descriptor: 13589.765248867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8041]", pid = 1852, fd = 45 }
-fd_state.file_descriptor: 13589.765253832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8179]", pid = 1852, fd = 46 }
-fd_state.file_descriptor: 13589.765259180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[8263]", pid = 1852, fd = 47 }
-fd_state.file_descriptor: 13589.765264323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[11872]", pid = 1852, fd = 48 }
-fd_state.file_descriptor: 13589.765269652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 0, 0, swapper, , 0, 0x0, MODE_UNKNOWN { filename = "socket:[135886]", pid = 1852, fd = 49 }
-kernel.sched_schedule: 13589.765278203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { prev_pid = 16887, next_pid = 1283, prev_state = 0 }
-fs.read: 13589.765392919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { count = 4095, fd = 19 }
-kernel.syscall_exit: 13589.765398229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 85 }
-kernel.syscall_entry: 13589.765477444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.765480579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.765536848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb76fc6a3, syscall_id = 240 [syscall 240] }
-kernel.sched_try_wakeup: 13589.765550222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { pid = 16858, cpu_id = 0, state = 1 }
-kernel.syscall_exit: 13589.765554017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.765566251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [syscall 158] }
-kernel.sched_schedule: 13589.765577112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 5, 5, events/0, , 2, 0x0, MODE_UNKNOWN { prev_pid = 1283, next_pid = 5, prev_state = 0 }
-kernel.sched_schedule: 13589.765686050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { prev_pid = 5, next_pid = 16858, prev_state = 1 }
-kernel.syscall_exit: 13589.765717381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.765727989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 240 [syscall 240] }
-kernel.syscall_exit: 13589.765729930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.765733922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [syscall 158] }
-kernel.syscall_exit: 13589.765743280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.765807314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [syscall 4] }
-fs.write: 13589.765934143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 68, fd = 4 }
-kernel.syscall_exit: 13589.765936065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 68 }
-kernel.syscall_entry: 13589.765950505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [syscall 4] }
-fs.write: 13589.766046069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 68, fd = 6 }
-kernel.syscall_exit: 13589.766047758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 68 }
-kernel.syscall_entry: 13589.766062123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [syscall 4] }
-fs.write: 13589.766154465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 68, fd = 16 }
-kernel.syscall_exit: 13589.766156079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 68 }
-kernel.syscall_entry: 13589.766168295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 13 [syscall 13] }
-kernel.syscall_exit: 13589.766169773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 1262715366 }
-kernel.syscall_entry: 13589.766174640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [syscall 158] }
-kernel.sched_schedule: 13589.766185107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16858, next_pid = 1283, prev_state = 0 }
-kernel.syscall_exit: 13589.766210376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.766216469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.766219186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.766227495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [syscall 158] }
-kernel.syscall_exit: 13589.766236194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.766241140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 3 [syscall 3] }
-kernel.sched_schedule: 13589.766256634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 1283, next_pid = 16858, prev_state = 1 }
-kernel.syscall_exit: 13589.766280738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.766294834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [syscall 4] }
-fs.write: 13589.766302972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 75, fd = 4 }
-kernel.syscall_exit: 13589.766304351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 75 }
-kernel.syscall_entry: 13589.766313567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [syscall 4] }
-fs.write: 13589.766338565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 75, fd = 6 }
-kernel.syscall_exit: 13589.766340118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 75 }
-kernel.syscall_entry: 13589.766350110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [syscall 4] }
-fs.write: 13589.766373709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 75, fd = 16 }
-kernel.syscall_exit: 13589.766375724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 75 }
-kernel.syscall_entry: 13589.766386209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 13 [syscall 13] }
-kernel.syscall_exit: 13589.766387651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 1262715366 }
-kernel.syscall_entry: 13589.766391716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [syscall 158] }
-kernel.syscall_exit: 13589.766400451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.766409988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb76e7e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.766412767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.766415988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.766418193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.766421292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 240 [syscall 240] }
-kernel.sched_schedule: 13589.766442027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { prev_pid = 16858, next_pid = 1852, prev_state = 1 }
-kernel.syscall_entry: 13589.766763132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726408, syscall_id = 119 [syscall 119] }
-kernel.syscall_exit: 13589.766769699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -1377130952 }
-kernel.syscall_entry: 13589.768189470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.768194910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.768199833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.768204681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.768213693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.768225958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
-fs.select: 13589.768234275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768239215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768241716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768250100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768252804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768255965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768258564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768261219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768263690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768266173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768268636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768271150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768273756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768276152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768278727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768281425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768283945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768287284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768342807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768378635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768413373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768448388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768486440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768489415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768492064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768494633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768497023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768499573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768502401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768504890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768506990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768509288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768511573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768513829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784635172 }
-fs.select: 13589.768516311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784635172 }
-mm.page_free: 13589.768524553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 79372, order = 0 }
-kernel.syscall_exit: 13589.768530356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.768538975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.768540909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 13589.768548751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.768552502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.768554966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.768561527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 13589.768583402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.768596006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.768851812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { fd = 8 }
-kernel.sched_schedule: 13589.768864903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-kernel.sched_try_wakeup: 13589.769026826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.769034711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.769173618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { fd = 8 }
-kernel.sched_schedule: 13589.769180931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-fs.read: 13589.769325106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.769326825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 2908 }
-kernel.irq_entry: 13589.775701992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3077255552, handler = 0x0, irq_id = 239, kernel_mode = 0 }
-kernel.timer_update_time: 13589.775997341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { jiffies = 4296292860, xtime_sec = 1262715366, xtime_nsec = 301133043, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
-kernel.softirq_raise: 13589.776024846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.softirq_raise: 13589.776040968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 9 [softirq 9] }
-kernel.sched_try_wakeup: 13589.776090010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 2711, cpu_id = 0, state = 1 }
-kernel.irq_exit: 13589.776117152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 13589.776127211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 13589.776152481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325565, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 13589.776157163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.softirq_entry: 13589.776159035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
-rcu.tree_callback: 13589.776338891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc10acb19 }
-rcu.tree_callback: 13589.776347281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc10bdc5f }
-rcu.tree_callback: 13589.776354619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc103c96c }
-rcu.tree_callback: 13589.776357292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc102b275 }
-kernel.process_free: 13589.776360711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { pid = 16888 }
-rcu.tree_callback: 13589.776362306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc10acb19 }
-kernel.softirq_exit: 13589.776365029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
-kernel.sched_schedule: 13589.776385900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 2711, prev_state = 0 }
-kernel.syscall_exit: 13589.776806025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, MODE_UNKNOWN { ret = -110 }
-kernel.syscall_entry: 13589.776913085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, SYSCALL { ip = 0xb77a4416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.776917705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.776921937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, SYSCALL { ip = 0xb77a4416, syscall_id = 240 [syscall 240] }
-kernel.syscall_exit: 13589.776930924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.776934381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, SYSCALL { ip = 0xb77a4416, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.776938903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.776942051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2711, 2332, icedove-bin, , 2327, 0x0, SYSCALL { ip = 0xb77a4416, syscall_id = 240 [syscall 240] }
-kernel.sched_schedule: 13589.776974700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { prev_pid = 2711, next_pid = 16889, prev_state = 1 }
-kernel.page_fault_entry: 13589.777184606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xc142b6ad, address = 0xb758a738, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.777222946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.syscall_exit: 13589.777240109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.page_fault_entry: 13589.777247360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7705416, address = 0xb7705416, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.777267122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 0 }
-kernel.page_fault_entry: 13589.777294535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7625795, address = 0xb7625795, trap_id = 14, write_access = 0 }
-kernel.irq_entry: 13589.777374529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, IRQ { ip = 3238105433, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.sched_try_wakeup: 13589.777415519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, IRQ { pid = 2806, cpu_id = 0, state = 1 }
-kernel.irq_exit: 13589.777438343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { handled = 1 }
-kernel.sched_schedule: 13589.777451834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { prev_pid = 16889, next_pid = 2806, prev_state = 0 }
-fs.pollfd: 13589.777584521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { fd = 3 }
-fs.pollfd: 13589.777598813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { fd = 52 }
-fs.pollfd: 13589.777611368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { fd = 131 }
-fs.pollfd: 13589.777620916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { fd = 133 }
-fs.pollfd: 13589.777629706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { fd = 134 }
-fs.pollfd: 13589.777632565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { fd = 135 }
-fs.pollfd: 13589.777637265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { fd = 123 }
-kernel.syscall_exit: 13589.777661500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.777932952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.777938842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.778110516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.778129613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 13589.778131086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.778140030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.778142574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.778157802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.778162688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.778164751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
-fs.pollfd: 13589.778167345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
-fs.pollfd: 13589.778168664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
-fs.pollfd: 13589.778170234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
-fs.pollfd: 13589.778171589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
-fs.pollfd: 13589.778172945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
-kernel.syscall_exit: 13589.778174454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.778231055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.778234171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 13589.778235520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.778240813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.778243258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.778256391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.778258215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.778259743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
-fs.pollfd: 13589.778261105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
-fs.pollfd: 13589.778262386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
-fs.pollfd: 13589.778263710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
-fs.pollfd: 13589.778265041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
-fs.pollfd: 13589.778266371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
-kernel.syscall_exit: 13589.778267776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.778539537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.778542937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 13589.778544342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.778549775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.778552904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.778558997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.778560888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.778562398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
-fs.pollfd: 13589.778563778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
-fs.pollfd: 13589.778565047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
-fs.pollfd: 13589.778566728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
-fs.pollfd: 13589.778566730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
-fs.pollfd: 13589.778566732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
-kernel.syscall_exit: 13589.778566734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.778566736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.778566740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.778566742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.778566744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 13589.778566746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.778566748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.778566752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.778566754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.778576091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.778580439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
-fs.pollfd: 13589.778582089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
-fs.pollfd: 13589.778583923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
-fs.pollfd: 13589.778586191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
-fs.pollfd: 13589.778588248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
-fs.pollfd: 13589.778589755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
-kernel.sched_schedule: 13589.778642788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { prev_pid = 2806, next_pid = 16889, prev_state = 1 }
-kernel.page_fault_exit: 13589.779035565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779068602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb762579d, address = 0xbfad2e0c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.779109533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 13589.779123691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76257cd, address = 0xb76eb1cc, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.779135744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 13589.779147228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76257f1, address = 0xb7723288, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.779158909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 13589.779165445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75f5b20, address = 0xb75f5b20, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779210842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779221467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7694f36, address = 0xb7694f36, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779245553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779273190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7625813, address = 0xb76d036c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.779284910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 13589.779294510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76d7b10, address = 0xb76d7b10, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779308581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779322035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76d7c16, address = 0xb76e9120, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.779332747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 13589.779337739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb762588e, address = 0xb76d1378, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.779348296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 13589.779353467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75f7240, address = 0xb75f7240, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779360440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779370077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75f7273, address = 0xb76cf34c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.779380430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 13589.779386181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb765774c, address = 0xb765774c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779393007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779402144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76267a0, address = 0xb76267a0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779408556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 13589.779419873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 66 [syscall 66] }
-kernel.syscall_exit: 13589.779432790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 16889 }
-kernel.page_fault_entry: 13589.779438424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb764cd60, address = 0xb764cd60, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779445873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 13589.779453774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 12 [syscall 12] }
-kernel.page_fault_entry: 13589.779464387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xc142b874, address = 0xb76b1186, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779476328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { res = 512 }
-kernel.syscall_exit: 13589.779502582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.page_fault_entry: 13589.779508561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb764be6a, address = 0xb764be6a, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779515635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 13589.779523653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 5 [syscall 5] }
-kernel.page_fault_entry: 13589.779529028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xc142b874, address = 0xb76af329, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779539597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { res = 512 }
-fs.open: 13589.779608295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { fd = 5, filename = "/dev/null" }
-kernel.syscall_exit: 13589.779612941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 5 }
-kernel.page_fault_entry: 13589.779620478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75a298f, address = 0xb75a298f, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779629706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 13589.779639065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 197 [syscall 197] }
-kernel.syscall_exit: 13589.779643797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.779647349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 63 [syscall 63] }
-kernel.syscall_exit: 13589.779657406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.779660668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 63 [syscall 63] }
-kernel.syscall_exit: 13589.779662033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.779665066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 63 [syscall 63] }
-kernel.syscall_exit: 13589.779666345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 2 }
-kernel.syscall_entry: 13589.779669322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 6 [syscall 6] }
-fs.close: 13589.779671831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { fd = 5 }
-kernel.syscall_exit: 13589.779673455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.page_fault_entry: 13589.779683598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0x804a80c, address = 0x804a80c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779693532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779732270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0x8048d00, address = 0x8048d00, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779831244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779842938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7719b70, address = 0xb7719b70, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779861532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779871329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7713ea0, address = 0xb7713ea0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779877698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779887471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771d1eb, address = 0xb771d1eb, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779893568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779907739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770f160, address = 0xb770f160, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779914107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779923479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770eda0, address = 0xb770eda0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779929909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779942437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7714e10, address = 0xb7714e10, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779948281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779956540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771cb60, address = 0xb771cb60, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779962371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779970730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771cb74, address = 0xb77200e3, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779976741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.779989972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ee8e, address = 0xb76d324c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.779998219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780006664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ee8e, address = 0xb758c76c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780013526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780022780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770effd, address = 0xb758d260, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780029508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780037786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770f01d, address = 0xb758ec7c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780043623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780051882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ebe0, address = 0xb75949dc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780058486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780066955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771cb70, address = 0xb759a3c1, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780073324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780081496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ec45, address = 0xb759f1f6, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780087619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780098831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771cb70, address = 0xb759e766, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780105322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780114379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770f3f7, address = 0xb7704ca5, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.780131070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 13589.780136703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7713fc0, address = 0x804c478, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.780147384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 13589.780153593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75fc120, address = 0xb75fc120, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780161105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780170680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75f9c10, address = 0xb75f9c10, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780177525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780202450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75f9f03, address = 0x871e014, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.780216813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 13589.780222780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75fa0e0, address = 0xb75fa0e0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780229637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780241331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75fa47d, address = 0x8726020, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.780252110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 13589.780261123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ebe0, address = 0xb76d4538, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780268011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780276572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771cb70, address = 0xb76d5368, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780330829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780342943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ec45, address = 0xb76d6588, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780350102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780359337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76d8980, address = 0xb76d8980, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780365589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780378666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770f01d, address = 0xb758f74c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780385332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780393684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ebe0, address = 0xb759752c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780399706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780408509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771cb70, address = 0xb759cc9a, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780414668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780423910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7654320, address = 0xb7654320, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780430290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780440372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76d89be, address = 0xb76e3ad4, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780446389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780457354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ebe0, address = 0xb759287c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780463779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780472279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb771cb70, address = 0xb759b605, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780478122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 13589.780490186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 192 [syscall 192] }
-kernel.syscall_exit: 13589.780505396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = -1227321344 }
-kernel.page_fault_entry: 13589.780511152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76d8b33, address = 0xb7589de0, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.780585535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 0 }
-kernel.page_fault_entry: 13589.780640130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ee8e, address = 0xb7706204, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780651355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780661881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb77173f0, address = 0xb77173f0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780668139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780677140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb75fb830, address = 0xb75fb830, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780688481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780711177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7601510, address = 0xb7601510, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780717787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780728103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb7716ba0, address = 0xb7716ba0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780734398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780747235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76d901e, address = 0xb76d901e, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780753553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 13589.780775848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 125 [syscall 125] }
-kernel.syscall_exit: 13589.780928528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.page_fault_entry: 13589.780940723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb770ebe0, address = 0xb75961ac, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780949662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 13589.780959249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb765b220, address = 0xb765b220, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.780966470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 13589.780974235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb765b268, syscall_id = 120 [syscall 120] }
-kernel.process_fork: 13589.781038220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { parent_pid = 16889, child_pid = 16890, child_tgid = 16889 }
-kernel.sched_wakeup_new_task: 13589.781073500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { pid = 16890, state = 0, cpu_id = 0 }
-kernel.syscall_exit: 13589.781342500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { ret = 16890 }
-kernel.page_fault_entry: 13589.781482826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, TRAP { ip = 0xb76df630, address = 0xb76df630, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.781499635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 13589.781513465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16889, 16889, lttd, , 1, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 240 [syscall 240] }
-kernel.sched_schedule: 13589.781552921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16888, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 16889, next_pid = 16888, prev_state = 1 }
-kernel.sched_schedule: 13589.781772737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 16888, next_pid = 16887, prev_state = 64 }
-mm.page_free: 13589.781953709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pfn = 79400, order = 1 }
-fd_state.file_descriptor: 13589.782017603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1883, fd = 0 }
-fd_state.file_descriptor: 13589.782022532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1883, fd = 1 }
-fd_state.file_descriptor: 13589.782024874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1883, fd = 2 }
-fd_state.file_descriptor: 13589.782039977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[5933]", pid = 1883, fd = 3 }
-fd_state.file_descriptor: 13589.782043850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[5936]", pid = 1883, fd = 4 }
-fd_state.file_descriptor: 13589.782052523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1906, fd = 0 }
-fd_state.file_descriptor: 13589.782054592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1906, fd = 1 }
-fd_state.file_descriptor: 13589.782056700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1906, fd = 2 }
-fd_state.file_descriptor: 13589.782061635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty2", pid = 1907, fd = 0 }
-fd_state.file_descriptor: 13589.782063649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty2", pid = 1907, fd = 1 }
-fd_state.file_descriptor: 13589.782065773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty2", pid = 1907, fd = 2 }
-fd_state.file_descriptor: 13589.782072587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty3", pid = 1908, fd = 0 }
-fd_state.file_descriptor: 13589.782074786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty3", pid = 1908, fd = 1 }
-fd_state.file_descriptor: 13589.782077042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty3", pid = 1908, fd = 2 }
-fd_state.file_descriptor: 13589.782083274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty4", pid = 1909, fd = 0 }
-fd_state.file_descriptor: 13589.782085288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty4", pid = 1909, fd = 1 }
-fd_state.file_descriptor: 13589.782087290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty4", pid = 1909, fd = 2 }
-fd_state.file_descriptor: 13589.782091626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty5", pid = 1910, fd = 0 }
-fd_state.file_descriptor: 13589.782093640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty5", pid = 1910, fd = 1 }
-fd_state.file_descriptor: 13589.782095635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty5", pid = 1910, fd = 2 }
-fd_state.file_descriptor: 13589.782102406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty6", pid = 1911, fd = 0 }
-fd_state.file_descriptor: 13589.782104456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty6", pid = 1911, fd = 1 }
-fd_state.file_descriptor: 13589.782106458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/tty6", pid = 1911, fd = 2 }
-fd_state.file_descriptor: 13589.782110047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1913, fd = 0 }
-fd_state.file_descriptor: 13589.782114020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1913, fd = 1 }
-fd_state.file_descriptor: 13589.782116176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1913, fd = 2 }
-fd_state.file_descriptor: 13589.782119746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6010]", pid = 1913, fd = 3 }
-fd_state.file_descriptor: 13589.782130723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6803]", pid = 1913, fd = 4 }
-fd_state.file_descriptor: 13589.782136647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6889]", pid = 1913, fd = 5 }
-fd_state.file_descriptor: 13589.782140416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6002]", pid = 1913, fd = 8 }
-fd_state.file_descriptor: 13589.782143238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6004]", pid = 1913, fd = 10 }
-fd_state.file_descriptor: 13589.782147162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1921, fd = 0 }
-fd_state.file_descriptor: 13589.782149305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1921, fd = 1 }
-fd_state.file_descriptor: 13589.782151294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1921, fd = 2 }
-fd_state.file_descriptor: 13589.782157583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6044]", pid = 1921, fd = 3 }
-fd_state.file_descriptor: 13589.782159627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1921, fd = 4 }
-fd_state.file_descriptor: 13589.782162617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6060]", pid = 1921, fd = 5 }
-fd_state.file_descriptor: 13589.782168850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6050]", pid = 1921, fd = 8 }
-fd_state.file_descriptor: 13589.782171976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1922, fd = 0 }
-fd_state.file_descriptor: 13589.782173946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1922, fd = 1 }
-fd_state.file_descriptor: 13589.782175929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1922, fd = 2 }
-fd_state.file_descriptor: 13589.782182051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6055]", pid = 1922, fd = 3 }
-fd_state.file_descriptor: 13589.782184460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1922, fd = 4 }
-fd_state.file_descriptor: 13589.782187111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 1922, fd = 5 }
-fd_state.file_descriptor: 13589.782190002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6063]", pid = 1922, fd = 6 }
-fd_state.file_descriptor: 13589.782193127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6064]", pid = 1922, fd = 7 }
-fd_state.file_descriptor: 13589.782197006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1928, fd = 0 }
-fd_state.file_descriptor: 13589.782199453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1928, fd = 1 }
-fd_state.file_descriptor: 13589.782202263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1928, fd = 2 }
-fd_state.file_descriptor: 13589.782208088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6197]", pid = 1928, fd = 4 }
-fd_state.file_descriptor: 13589.782216273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1928, fd = 5 }
-fd_state.file_descriptor: 13589.782219004 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6130]", pid = 1928, fd = 7 }
-fd_state.file_descriptor: 13589.782221512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6131]", pid = 1928, fd = 8 }
-fd_state.file_descriptor: 13589.782225404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6197]", pid = 1938, fd = 0 }
-fd_state.file_descriptor: 13589.782227492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1938, fd = 1 }
-fd_state.file_descriptor: 13589.782229988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1938, fd = 2 }
-fd_state.file_descriptor: 13589.782232619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1938, fd = 5 }
-fd_state.file_descriptor: 13589.782237258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6128]", pid = 1963, fd = 0 }
-fd_state.file_descriptor: 13589.782239512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1963, fd = 1 }
-fd_state.file_descriptor: 13589.782241515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1963, fd = 2 }
-fd_state.file_descriptor: 13589.782250237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6348]", pid = 1963, fd = 3 }
-fd_state.file_descriptor: 13589.782253190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6352]", pid = 1963, fd = 4 }
-fd_state.file_descriptor: 13589.782256068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6128]", pid = 1973, fd = 0 }
-fd_state.file_descriptor: 13589.782258089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1973, fd = 1 }
-fd_state.file_descriptor: 13589.782260177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1973, fd = 2 }
-fd_state.file_descriptor: 13589.782265477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6384]", pid = 1973, fd = 3 }
-fd_state.file_descriptor: 13589.782268597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6389]", pid = 1973, fd = 4 }
-fd_state.file_descriptor: 13589.782276182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6128]", pid = 1989, fd = 0 }
-fd_state.file_descriptor: 13589.782278233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1989, fd = 1 }
-fd_state.file_descriptor: 13589.782280303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6129]", pid = 1989, fd = 2 }
-fd_state.file_descriptor: 13589.782282897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6461]", pid = 1989, fd = 3 }
-fd_state.file_descriptor: 13589.782285633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6466]", pid = 1989, fd = 4 }
-fd_state.file_descriptor: 13589.782292367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8572]", pid = 1989, fd = 5 }
-fd_state.file_descriptor: 13589.782295023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8585]", pid = 1989, fd = 6 }
-fd_state.file_descriptor: 13589.782297722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8588]", pid = 1989, fd = 8 }
-fd_state.file_descriptor: 13589.782300125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8590]", pid = 1989, fd = 9 }
-fd_state.file_descriptor: 13589.782309355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[120084]", pid = 1989, fd = 10 }
-fd_state.file_descriptor: 13589.782315402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[113500]", pid = 1989, fd = 11 }
-fd_state.file_descriptor: 13589.782327071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[10118]", pid = 1989, fd = 17 }
-fd_state.file_descriptor: 13589.782361301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[11199]", pid = 1989, fd = 26 }
-fd_state.file_descriptor: 13589.782371117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2043, fd = 0 }
-fd_state.file_descriptor: 13589.782377009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2043, fd = 1 }
-fd_state.file_descriptor: 13589.782379234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2043, fd = 2 }
-fd_state.file_descriptor: 13589.782384460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/bin/startkde", pid = 2043, fd = 255 }
-fd_state.file_descriptor: 13589.782388178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2103, fd = 0 }
-fd_state.file_descriptor: 13589.782390334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2103, fd = 1 }
-fd_state.file_descriptor: 13589.782392342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2103, fd = 2 }
-fd_state.file_descriptor: 13589.782394986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/vboxuser", pid = 2103, fd = 3 }
-fd_state.file_descriptor: 13589.782398642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.vboxclient-clipboard.pid", pid = 2103, fd = 4 }
-fd_state.file_descriptor: 13589.782402158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6945]", pid = 2103, fd = 5 }
-fd_state.file_descriptor: 13589.782404814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6947]", pid = 2103, fd = 6 }
-fd_state.file_descriptor: 13589.782407155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6947]", pid = 2103, fd = 7 }
-fd_state.file_descriptor: 13589.782410182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2109, fd = 0 }
-fd_state.file_descriptor: 13589.782412221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2109, fd = 1 }
-fd_state.file_descriptor: 13589.782414210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2109, fd = 2 }
-fd_state.file_descriptor: 13589.782416582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/vboxuser", pid = 2109, fd = 3 }
-fd_state.file_descriptor: 13589.782419683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.vboxclient-autoresize.pid", pid = 2109, fd = 4 }
-fd_state.file_descriptor: 13589.782423001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6994]", pid = 2109, fd = 5 }
-fd_state.file_descriptor: 13589.782426540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2113, fd = 0 }
-fd_state.file_descriptor: 13589.782428628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2113, fd = 1 }
-fd_state.file_descriptor: 13589.782430580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2113, fd = 2 }
-fd_state.file_descriptor: 13589.782432631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/vboxuser", pid = 2113, fd = 3 }
-fd_state.file_descriptor: 13589.782435565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.vboxclient-seamless.pid", pid = 2113, fd = 4 }
-fd_state.file_descriptor: 13589.782438394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6954]", pid = 2113, fd = 5 }
-fd_state.file_descriptor: 13589.782440853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6957]", pid = 2113, fd = 6 }
-fd_state.file_descriptor: 13589.782444226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2118, fd = 0 }
-fd_state.file_descriptor: 13589.782446190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2118, fd = 1 }
-fd_state.file_descriptor: 13589.782448253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2118, fd = 2 }
-fd_state.file_descriptor: 13589.782450724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6961]", pid = 2118, fd = 3 }
-fd_state.file_descriptor: 13589.782453257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2124, fd = 0 }
-fd_state.file_descriptor: 13589.782455456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2124, fd = 1 }
-fd_state.file_descriptor: 13589.782457618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2124, fd = 2 }
-fd_state.file_descriptor: 13589.782460009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6965]", pid = 2124, fd = 3 }
-fd_state.file_descriptor: 13589.782461960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2124, fd = 4 }
-fd_state.file_descriptor: 13589.782464420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6979]", pid = 2124, fd = 5 }
-fd_state.file_descriptor: 13589.782469892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[6971]", pid = 2124, fd = 8 }
-fd_state.file_descriptor: 13589.782472741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2128, fd = 0 }
-fd_state.file_descriptor: 13589.782474755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2128, fd = 1 }
-fd_state.file_descriptor: 13589.782476719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2128, fd = 2 }
-fd_state.file_descriptor: 13589.782479376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6978]", pid = 2128, fd = 3 }
-fd_state.file_descriptor: 13589.782481692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2128, fd = 4 }
-fd_state.file_descriptor: 13589.782483768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2128, fd = 5 }
-fd_state.file_descriptor: 13589.782486164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6981]", pid = 2128, fd = 6 }
-fd_state.file_descriptor: 13589.782488758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[6982]", pid = 2128, fd = 7 }
-fd_state.file_descriptor: 13589.782494059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7080]", pid = 2128, fd = 8 }
-fd_state.file_descriptor: 13589.782496579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7093]", pid = 2128, fd = 9 }
-fd_state.file_descriptor: 13589.782504202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8510]", pid = 2128, fd = 10 }
-fd_state.file_descriptor: 13589.782507019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7218]", pid = 2128, fd = 11 }
-fd_state.file_descriptor: 13589.782513647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7246]", pid = 2128, fd = 12 }
-fd_state.file_descriptor: 13589.782516396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7261]", pid = 2128, fd = 13 }
-fd_state.file_descriptor: 13589.782519540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7311]", pid = 2128, fd = 14 }
-fd_state.file_descriptor: 13589.782526503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[12340]", pid = 2128, fd = 15 }
-fd_state.file_descriptor: 13589.782531444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7323]", pid = 2128, fd = 16 }
-fd_state.file_descriptor: 13589.782536868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7518]", pid = 2128, fd = 17 }
-fd_state.file_descriptor: 13589.782542026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7866]", pid = 2128, fd = 18 }
-fd_state.file_descriptor: 13589.782544985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7537]", pid = 2128, fd = 19 }
-fd_state.file_descriptor: 13589.782552601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7876]", pid = 2128, fd = 20 }
-fd_state.file_descriptor: 13589.782557532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7575]", pid = 2128, fd = 21 }
-fd_state.file_descriptor: 13589.782564932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7826]", pid = 2128, fd = 23 }
-fd_state.file_descriptor: 13589.782570201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7967]", pid = 2128, fd = 24 }
-fd_state.file_descriptor: 13589.782575137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8053]", pid = 2128, fd = 25 }
-fd_state.file_descriptor: 13589.782577577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8058]", pid = 2128, fd = 26 }
-fd_state.file_descriptor: 13589.782582408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8074]", pid = 2128, fd = 28 }
-fd_state.file_descriptor: 13589.782587097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8525]", pid = 2128, fd = 29 }
-fd_state.file_descriptor: 13589.782589808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2174, fd = 0 }
-fd_state.file_descriptor: 13589.782591939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2174, fd = 1 }
-fd_state.file_descriptor: 13589.782594158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2174, fd = 2 }
-fd_state.file_descriptor: 13589.782599161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7067]", pid = 2174, fd = 3 }
-fd_state.file_descriptor: 13589.782605666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7071]", pid = 2174, fd = 4 }
-fd_state.file_descriptor: 13589.782608242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7067]", pid = 2174, fd = 5 }
-fd_state.file_descriptor: 13589.782610750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7068]", pid = 2174, fd = 6 }
-fd_state.file_descriptor: 13589.782612732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7071]", pid = 2174, fd = 7 }
-fd_state.file_descriptor: 13589.782615402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7085]", pid = 2174, fd = 8 }
-fd_state.file_descriptor: 13589.782622289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7201]", pid = 2174, fd = 9 }
-fd_state.file_descriptor: 13589.782624322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7071]", pid = 2174, fd = 10 }
-fd_state.file_descriptor: 13589.782626360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7071]", pid = 2174, fd = 11 }
-fd_state.file_descriptor: 13589.782628510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7071]", pid = 2174, fd = 12 }
-fd_state.file_descriptor: 13589.782630560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7071]", pid = 2174, fd = 14 }
-fd_state.file_descriptor: 13589.782632636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7071]", pid = 2174, fd = 15 }
-fd_state.file_descriptor: 13589.782636040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2175, fd = 0 }
-fd_state.file_descriptor: 13589.782638233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2175, fd = 1 }
-fd_state.file_descriptor: 13589.782640463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2175, fd = 2 }
-fd_state.file_descriptor: 13589.782643391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7076]", pid = 2175, fd = 3 }
-fd_state.file_descriptor: 13589.782645850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7076]", pid = 2175, fd = 4 }
-fd_state.file_descriptor: 13589.782648568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7078]", pid = 2175, fd = 5 }
-fd_state.file_descriptor: 13589.782650958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7078]", pid = 2175, fd = 6 }
-fd_state.file_descriptor: 13589.782653417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7079]", pid = 2175, fd = 7 }
-fd_state.file_descriptor: 13589.782656179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7072]", pid = 2175, fd = 8 }
-fd_state.file_descriptor: 13589.782658903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7083]", pid = 2175, fd = 9 }
-fd_state.file_descriptor: 13589.782661559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7087]", pid = 2175, fd = 10 }
-fd_state.file_descriptor: 13589.782664111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7087]", pid = 2175, fd = 11 }
-fd_state.file_descriptor: 13589.782675224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2175, fd = 12 }
-fd_state.file_descriptor: 13589.782681573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[135885]", pid = 2175, fd = 13 }
-fd_state.file_descriptor: 13589.782687430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[9382]", pid = 2175, fd = 15 }
-fd_state.file_descriptor: 13589.782690852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2177, fd = 0 }
-fd_state.file_descriptor: 13589.782692903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2177, fd = 1 }
-fd_state.file_descriptor: 13589.782695615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2177, fd = 2 }
-fd_state.file_descriptor: 13589.782698907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7096]", pid = 2177, fd = 3 }
-fd_state.file_descriptor: 13589.782701224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7096]", pid = 2177, fd = 4 }
-fd_state.file_descriptor: 13589.782703819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7092]", pid = 2177, fd = 5 }
-fd_state.file_descriptor: 13589.782706412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7100]", pid = 2177, fd = 6 }
-fd_state.file_descriptor: 13589.782708686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7100]", pid = 2177, fd = 7 }
-fd_state.file_descriptor: 13589.782711318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7102]", pid = 2177, fd = 8 }
-fd_state.file_descriptor: 13589.782713554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2177, fd = 9 }
-fd_state.file_descriptor: 13589.782719033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2177, fd = 10 }
-fd_state.file_descriptor: 13589.782722647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7140]", pid = 2177, fd = 11 }
-fd_state.file_descriptor: 13589.782725358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2177, fd = 12 }
-fd_state.file_descriptor: 13589.782733031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/1", pid = 2177, fd = 13 }
-fd_state.file_descriptor: 13589.782739789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2204, fd = 0 }
-fd_state.file_descriptor: 13589.782742359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2204, fd = 1 }
-fd_state.file_descriptor: 13589.782744837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2204, fd = 2 }
-fd_state.file_descriptor: 13589.782747721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7200]", pid = 2204, fd = 3 }
-fd_state.file_descriptor: 13589.782755758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2205, fd = 0 }
-fd_state.file_descriptor: 13589.782757896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2205, fd = 1 }
-fd_state.file_descriptor: 13589.782760119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2205, fd = 2 }
-fd_state.file_descriptor: 13589.782762880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7211]", pid = 2205, fd = 3 }
-fd_state.file_descriptor: 13589.782765147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7211]", pid = 2205, fd = 4 }
-fd_state.file_descriptor: 13589.782768311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7214]", pid = 2205, fd = 5 }
-fd_state.file_descriptor: 13589.782770547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7214]", pid = 2205, fd = 6 }
-fd_state.file_descriptor: 13589.782773030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7215]", pid = 2205, fd = 7 }
-fd_state.file_descriptor: 13589.782776156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7217]", pid = 2205, fd = 8 }
-fd_state.file_descriptor: 13589.782784360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7228]", pid = 2205, fd = 9 }
-fd_state.file_descriptor: 13589.782787109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7229]", pid = 2205, fd = 10 }
-fd_state.file_descriptor: 13589.782789690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7249]", pid = 2205, fd = 11 }
-fd_state.file_descriptor: 13589.782794701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7237]", pid = 2205, fd = 12 }
-fd_state.file_descriptor: 13589.782797579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7233]", pid = 2205, fd = 13 }
-fd_state.file_descriptor: 13589.782802632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7233]", pid = 2205, fd = 14 }
-fd_state.file_descriptor: 13589.782804855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7237]", pid = 2205, fd = 15 }
-fd_state.file_descriptor: 13589.782808229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7234]", pid = 2205, fd = 16 }
-fd_state.file_descriptor: 13589.782810971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7276]", pid = 2205, fd = 17 }
-fd_state.file_descriptor: 13589.782816538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7300]", pid = 2205, fd = 18 }
-fd_state.file_descriptor: 13589.782821405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7340]", pid = 2205, fd = 19 }
-fd_state.file_descriptor: 13589.782826828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7577]", pid = 2205, fd = 20 }
-fd_state.file_descriptor: 13589.782830338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7607]", pid = 2205, fd = 21 }
-fd_state.file_descriptor: 13589.782835626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7851]", pid = 2205, fd = 22 }
-fd_state.file_descriptor: 13589.782843112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7614]", pid = 2205, fd = 23 }
-fd_state.file_descriptor: 13589.782846041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7869]", pid = 2205, fd = 24 }
-fd_state.file_descriptor: 13589.782848777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7893]", pid = 2205, fd = 25 }
-fd_state.file_descriptor: 13589.782851427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8056]", pid = 2205, fd = 26 }
-fd_state.file_descriptor: 13589.782854120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8061]", pid = 2205, fd = 27 }
-fd_state.file_descriptor: 13589.782860366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8084]", pid = 2205, fd = 29 }
-fd_state.file_descriptor: 13589.782866203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8229]", pid = 2205, fd = 30 }
-fd_state.file_descriptor: 13589.782870960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7234]", pid = 2207, fd = 0 }
-fd_state.file_descriptor: 13589.782873085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2207, fd = 1 }
-fd_state.file_descriptor: 13589.782875605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2207, fd = 2 }
-fd_state.file_descriptor: 13589.782878769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7239]", pid = 2207, fd = 3 }
-fd_state.file_descriptor: 13589.782881110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7239]", pid = 2207, fd = 4 }
-fd_state.file_descriptor: 13589.782883815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7242]", pid = 2207, fd = 5 }
-fd_state.file_descriptor: 13589.782885965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7242]", pid = 2207, fd = 6 }
-fd_state.file_descriptor: 13589.782888782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7243]", pid = 2207, fd = 7 }
-fd_state.file_descriptor: 13589.782891642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7245]", pid = 2207, fd = 8 }
-fd_state.file_descriptor: 13589.782894527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7248]", pid = 2207, fd = 9 }
-fd_state.file_descriptor: 13589.782896900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2207, fd = 10 }
-fd_state.file_descriptor: 13589.782899858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7299]", pid = 2207, fd = 12 }
-fd_state.file_descriptor: 13589.782902872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2209, fd = 0 }
-fd_state.file_descriptor: 13589.782905034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2209, fd = 1 }
-fd_state.file_descriptor: 13589.782907259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2209, fd = 2 }
-fd_state.file_descriptor: 13589.782912651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7266]", pid = 2209, fd = 3 }
-fd_state.file_descriptor: 13589.782914955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7266]", pid = 2209, fd = 4 }
-fd_state.file_descriptor: 13589.782917896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7260]", pid = 2209, fd = 5 }
-fd_state.file_descriptor: 13589.782920954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7270]", pid = 2209, fd = 6 }
-fd_state.file_descriptor: 13589.782923215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7270]", pid = 2209, fd = 7 }
-fd_state.file_descriptor: 13589.782925969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7273]", pid = 2209, fd = 8 }
-fd_state.file_descriptor: 13589.782928855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7275]", pid = 2209, fd = 9 }
-fd_state.file_descriptor: 13589.782931894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2212, fd = 0 }
-fd_state.file_descriptor: 13589.782933988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2212, fd = 1 }
-fd_state.file_descriptor: 13589.782936137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2212, fd = 2 }
-fd_state.file_descriptor: 13589.782939190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7335]", pid = 2212, fd = 3 }
-fd_state.file_descriptor: 13589.782941389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7335]", pid = 2212, fd = 4 }
-fd_state.file_descriptor: 13589.782943989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7310]", pid = 2212, fd = 5 }
-fd_state.file_descriptor: 13589.782949000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7336]", pid = 2212, fd = 6 }
-fd_state.file_descriptor: 13589.782951229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7336]", pid = 2212, fd = 7 }
-fd_state.file_descriptor: 13589.782954509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7337]", pid = 2212, fd = 8 }
-fd_state.file_descriptor: 13589.782960168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8398]", pid = 2212, fd = 10 }
-fd_state.file_descriptor: 13589.782964714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8398]", pid = 2212, fd = 11 }
-fd_state.file_descriptor: 13589.782973733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/snd/controlC0", pid = 2212, fd = 12 }
-fd_state.file_descriptor: 13589.782976717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2213, fd = 0 }
-fd_state.file_descriptor: 13589.782978897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2213, fd = 1 }
-fd_state.file_descriptor: 13589.782981079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2213, fd = 2 }
-fd_state.file_descriptor: 13589.782984599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7326]", pid = 2213, fd = 3 }
-fd_state.file_descriptor: 13589.782986934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7326]", pid = 2213, fd = 4 }
-fd_state.file_descriptor: 13589.782989968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7322]", pid = 2213, fd = 5 }
-fd_state.file_descriptor: 13589.782992513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7328]", pid = 2213, fd = 6 }
-fd_state.file_descriptor: 13589.782994656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7328]", pid = 2213, fd = 7 }
-fd_state.file_descriptor: 13589.782997287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7333]", pid = 2213, fd = 8 }
-fd_state.file_descriptor: 13589.782999944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7339]", pid = 2213, fd = 9 }
-fd_state.file_descriptor: 13589.783002372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2213, fd = 10 }
-fd_state.file_descriptor: 13589.783005151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2213, fd = 11 }
-fd_state.file_descriptor: 13589.783008556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7380]", pid = 2213, fd = 12 }
-fd_state.file_descriptor: 13589.783014022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7384]", pid = 2213, fd = 14 }
-fd_state.file_descriptor: 13589.783016265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7384]", pid = 2213, fd = 15 }
-fd_state.file_descriptor: 13589.783019347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2218, fd = 0 }
-fd_state.file_descriptor: 13589.783021460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2218, fd = 1 }
-fd_state.file_descriptor: 13589.783023653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2218, fd = 2 }
-fd_state.file_descriptor: 13589.783031578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7458]", pid = 2218, fd = 3 }
-fd_state.file_descriptor: 13589.783036051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7458]", pid = 2218, fd = 4 }
-fd_state.file_descriptor: 13589.783041617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7461]", pid = 2218, fd = 5 }
-fd_state.file_descriptor: 13589.783046719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7461]", pid = 2218, fd = 6 }
-fd_state.file_descriptor: 13589.783050210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[9380]", pid = 2218, fd = 7 }
-fd_state.file_descriptor: 13589.783053372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2224, fd = 0 }
-fd_state.file_descriptor: 13589.783055559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2224, fd = 1 }
-fd_state.file_descriptor: 13589.783057715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2224, fd = 2 }
-fd_state.file_descriptor: 13589.783060952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7528]", pid = 2224, fd = 3 }
-fd_state.file_descriptor: 13589.783063201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7528]", pid = 2224, fd = 4 }
-fd_state.file_descriptor: 13589.783066759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7517]", pid = 2224, fd = 5 }
-fd_state.file_descriptor: 13589.783069422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7529]", pid = 2224, fd = 6 }
-fd_state.file_descriptor: 13589.783071707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7529]", pid = 2224, fd = 7 }
-fd_state.file_descriptor: 13589.783077032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7532]", pid = 2224, fd = 8 }
-fd_state.file_descriptor: 13589.783079891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7576]", pid = 2224, fd = 9 }
-fd_state.file_descriptor: 13589.783085328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7643]", pid = 2224, fd = 11 }
-fd_state.file_descriptor: 13589.783087885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7643]", pid = 2224, fd = 14 }
-fd_state.file_descriptor: 13589.783091481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2227, fd = 0 }
-fd_state.file_descriptor: 13589.783093600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2227, fd = 1 }
-fd_state.file_descriptor: 13589.783095910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2227, fd = 2 }
-fd_state.file_descriptor: 13589.783098708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7545]", pid = 2227, fd = 3 }
-fd_state.file_descriptor: 13589.783100920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7545]", pid = 2227, fd = 4 }
-fd_state.file_descriptor: 13589.783103589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7536]", pid = 2227, fd = 5 }
-fd_state.file_descriptor: 13589.783106177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7553]", pid = 2227, fd = 6 }
-fd_state.file_descriptor: 13589.783108468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7553]", pid = 2227, fd = 7 }
-fd_state.file_descriptor: 13589.783111044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7572]", pid = 2227, fd = 8 }
-fd_state.file_descriptor: 13589.783114047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7605]", pid = 2227, fd = 9 }
-fd_state.file_descriptor: 13589.783116888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7631]", pid = 2227, fd = 10 }
-fd_state.file_descriptor: 13589.783119124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2227, fd = 11 }
-fd_state.file_descriptor: 13589.783124987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7890]", pid = 2227, fd = 13 }
-fd_state.file_descriptor: 13589.783131405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2228, fd = 0 }
-fd_state.file_descriptor: 13589.783133493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2228, fd = 1 }
-fd_state.file_descriptor: 13589.783135674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2228, fd = 2 }
-fd_state.file_descriptor: 13589.783141184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7585]", pid = 2228, fd = 3 }
-fd_state.file_descriptor: 13589.783143445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7585]", pid = 2228, fd = 4 }
-fd_state.file_descriptor: 13589.783146472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7574]", pid = 2228, fd = 5 }
-fd_state.file_descriptor: 13589.783149430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7587]", pid = 2228, fd = 6 }
-fd_state.file_descriptor: 13589.783151593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7587]", pid = 2228, fd = 7 }
-fd_state.file_descriptor: 13589.783154373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7594]", pid = 2228, fd = 8 }
-fd_state.file_descriptor: 13589.783157393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7613]", pid = 2228, fd = 9 }
-fd_state.file_descriptor: 13589.783162823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7837]", pid = 2228, fd = 13 }
-fd_state.file_descriptor: 13589.783165097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7837]", pid = 2228, fd = 14 }
-fd_state.file_descriptor: 13589.783173398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7917]", pid = 2228, fd = 15 }
-fd_state.file_descriptor: 13589.783176191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7838]", pid = 2228, fd = 16 }
-fd_state.file_descriptor: 13589.783181028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7839]", pid = 2228, fd = 17 }
-fd_state.file_descriptor: 13589.783183191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7917]", pid = 2228, fd = 18 }
-fd_state.file_descriptor: 13589.783185791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7840]", pid = 2228, fd = 19 }
-fd_state.file_descriptor: 13589.783193500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7936]", pid = 2228, fd = 20 }
-fd_state.file_descriptor: 13589.783196194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7843]", pid = 2228, fd = 21 }
-fd_state.file_descriptor: 13589.783198380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7843]", pid = 2228, fd = 22 }
-fd_state.file_descriptor: 13589.783201030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7918]", pid = 2228, fd = 23 }
-fd_state.file_descriptor: 13589.783203507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7919]", pid = 2228, fd = 24 }
-fd_state.file_descriptor: 13589.783205991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7936]", pid = 2228, fd = 25 }
-fd_state.file_descriptor: 13589.783208388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7920]", pid = 2228, fd = 26 }
-fd_state.file_descriptor: 13589.783211118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7937]", pid = 2228, fd = 28 }
-fd_state.file_descriptor: 13589.783214220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7938]", pid = 2228, fd = 29 }
-fd_state.file_descriptor: 13589.783216604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7939]", pid = 2228, fd = 31 }
-fd_state.file_descriptor: 13589.783219495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7953]", pid = 2228, fd = 32 }
-fd_state.file_descriptor: 13589.783221780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7953]", pid = 2228, fd = 35 }
-fd_state.file_descriptor: 13589.783224140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7954]", pid = 2228, fd = 38 }
-fd_state.file_descriptor: 13589.783226778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7955]", pid = 2228, fd = 39 }
-fd_state.file_descriptor: 13589.783229193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7956]", pid = 2228, fd = 41 }
-fd_state.file_descriptor: 13589.783233549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2237, fd = 0 }
-fd_state.file_descriptor: 13589.783235680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2237, fd = 1 }
-fd_state.file_descriptor: 13589.783237959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2237, fd = 2 }
-fd_state.file_descriptor: 13589.783240763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7831]", pid = 2237, fd = 3 }
-fd_state.file_descriptor: 13589.783243030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7831]", pid = 2237, fd = 4 }
-fd_state.file_descriptor: 13589.783248683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7825]", pid = 2237, fd = 5 }
-fd_state.file_descriptor: 13589.783251475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7833]", pid = 2237, fd = 6 }
-fd_state.file_descriptor: 13589.783253686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7833]", pid = 2237, fd = 7 }
-fd_state.file_descriptor: 13589.783256745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7841]", pid = 2237, fd = 8 }
-fd_state.file_descriptor: 13589.783259444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7850]", pid = 2237, fd = 9 }
-fd_state.file_descriptor: 13589.783261859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/snd/controlC0", pid = 2237, fd = 10 }
-fd_state.file_descriptor: 13589.783264837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7894]", pid = 2237, fd = 11 }
-fd_state.file_descriptor: 13589.783267536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7966]", pid = 2237, fd = 12 }
-fd_state.file_descriptor: 13589.783270958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7838]", pid = 2239, fd = 0 }
-fd_state.file_descriptor: 13589.783273239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7839]", pid = 2239, fd = 1 }
-fd_state.file_descriptor: 13589.783275529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7840]", pid = 2239, fd = 2 }
-fd_state.file_descriptor: 13589.783277964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7852]", pid = 2239, fd = 3 }
-fd_state.file_descriptor: 13589.783280305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7852]", pid = 2239, fd = 4 }
-fd_state.file_descriptor: 13589.783283024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7856]", pid = 2239, fd = 5 }
-fd_state.file_descriptor: 13589.783285223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7856]", pid = 2239, fd = 6 }
-fd_state.file_descriptor: 13589.783290658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7857]", pid = 2239, fd = 7 }
-fd_state.file_descriptor: 13589.783293462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7865]", pid = 2239, fd = 8 }
-fd_state.file_descriptor: 13589.783296200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7868]", pid = 2239, fd = 9 }
-fd_state.file_descriptor: 13589.783299103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 2239, fd = 11 }
-fd_state.file_descriptor: 13589.783307696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-sp2o.db", pid = 2239, fd = 12 }
-fd_state.file_descriptor: 13589.783311309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-po2s.db", pid = 2239, fd = 13 }
-fd_state.file_descriptor: 13589.783314596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-so2p.db", pid = 2239, fd = 14 }
-fd_state.file_descriptor: 13589.783317790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-contexts.db", pid = 2239, fd = 15 }
-fd_state.file_descriptor: 13589.783321162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7914]", pid = 2239, fd = 16 }
-fd_state.file_descriptor: 13589.783324276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8070]", pid = 2239, fd = 17 }
-fd_state.file_descriptor: 13589.783327012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8087]", pid = 2239, fd = 18 }
-fd_state.file_descriptor: 13589.783330039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8108]", pid = 2239, fd = 20 }
-fd_state.file_descriptor: 13589.783333992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2241, fd = 0 }
-fd_state.file_descriptor: 13589.783336148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2241, fd = 1 }
-fd_state.file_descriptor: 13589.783338385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2241, fd = 2 }
-fd_state.file_descriptor: 13589.783341677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7885]", pid = 2241, fd = 3 }
-fd_state.file_descriptor: 13589.783344166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7885]", pid = 2241, fd = 4 }
-fd_state.file_descriptor: 13589.783347219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7875]", pid = 2241, fd = 5 }
-fd_state.file_descriptor: 13589.783350560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7887]", pid = 2241, fd = 6 }
-fd_state.file_descriptor: 13589.783352827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7887]", pid = 2241, fd = 7 }
-fd_state.file_descriptor: 13589.783355818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7888]", pid = 2241, fd = 8 }
-fd_state.file_descriptor: 13589.783358616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[7892]", pid = 2241, fd = 9 }
-fd_state.file_descriptor: 13589.783360833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2241, fd = 10 }
-fd_state.file_descriptor: 13589.783515787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 2241, fd = 11 }
-fd_state.file_descriptor: 13589.783518906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2241, fd = 12 }
-fd_state.file_descriptor: 13589.783534999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2241, fd = 13 }
-fd_state.file_descriptor: 13589.783540349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7974]", pid = 2241, fd = 14 }
-fd_state.file_descriptor: 13589.783542504 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7974]", pid = 2241, fd = 15 }
-fd_state.file_descriptor: 13589.783545043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2241, fd = 16 }
-fd_state.file_descriptor: 13589.783548139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7975]", pid = 2241, fd = 17 }
-fd_state.file_descriptor: 13589.783553556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 2241, fd = 18 }
-fd_state.file_descriptor: 13589.783556657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[10928]", pid = 2241, fd = 19 }
-fd_state.file_descriptor: 13589.783560320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[10928]", pid = 2241, fd = 20 }
-fd_state.file_descriptor: 13589.783562840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2241, fd = 21 }
-fd_state.file_descriptor: 13589.783565713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7988]", pid = 2241, fd = 22 }
-fd_state.file_descriptor: 13589.783567882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7988]", pid = 2241, fd = 23 }
-fd_state.file_descriptor: 13589.783570989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[10929]", pid = 2241, fd = 24 }
-fd_state.file_descriptor: 13589.783574763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 2241, fd = 25 }
-fd_state.file_descriptor: 13589.783578030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[55693]", pid = 2241, fd = 26 }
-fd_state.file_descriptor: 13589.783580323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[55693]", pid = 2241, fd = 27 }
-fd_state.file_descriptor: 13589.783587130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[55694]", pid = 2241, fd = 29 }
-fd_state.file_descriptor: 13589.783590608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[129890]", pid = 2241, fd = 31 }
-fd_state.file_descriptor: 13589.783593066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[129890]", pid = 2241, fd = 32 }
-fd_state.file_descriptor: 13589.783595773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[129891]", pid = 2241, fd = 34 }
-fd_state.file_descriptor: 13589.783600739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7918]", pid = 2243, fd = 0 }
-fd_state.file_descriptor: 13589.783602932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7919]", pid = 2243, fd = 1 }
-fd_state.file_descriptor: 13589.783605328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7920]", pid = 2243, fd = 2 }
-fd_state.file_descriptor: 13589.783608566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7993]", pid = 2243, fd = 3 }
-fd_state.file_descriptor: 13589.783610796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7993]", pid = 2243, fd = 4 }
-fd_state.file_descriptor: 13589.783613557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7996]", pid = 2243, fd = 5 }
-fd_state.file_descriptor: 13589.783615706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7996]", pid = 2243, fd = 6 }
-fd_state.file_descriptor: 13589.783618875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8001]", pid = 2243, fd = 7 }
-fd_state.file_descriptor: 13589.783621557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8057]", pid = 2243, fd = 8 }
-fd_state.file_descriptor: 13589.783624268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8060]", pid = 2243, fd = 9 }
-fd_state.file_descriptor: 13589.783627123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8086]", pid = 2243, fd = 11 }
-fd_state.file_descriptor: 13589.783629532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2243, fd = 12 }
-fd_state.file_descriptor: 13589.783636425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7937]", pid = 2245, fd = 0 }
-fd_state.file_descriptor: 13589.783638953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7938]", pid = 2245, fd = 1 }
-fd_state.file_descriptor: 13589.783641275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7939]", pid = 2245, fd = 2 }
-fd_state.file_descriptor: 13589.783643882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7997]", pid = 2245, fd = 3 }
-fd_state.file_descriptor: 13589.783646167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7997]", pid = 2245, fd = 4 }
-fd_state.file_descriptor: 13589.783648743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8000]", pid = 2245, fd = 5 }
-fd_state.file_descriptor: 13589.783651245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8000]", pid = 2245, fd = 6 }
-fd_state.file_descriptor: 13589.783653988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8018]", pid = 2245, fd = 7 }
-fd_state.file_descriptor: 13589.783656953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8052]", pid = 2245, fd = 8 }
-fd_state.file_descriptor: 13589.783660277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8055]", pid = 2245, fd = 9 }
-fd_state.file_descriptor: 13589.783663149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8069]", pid = 2245, fd = 11 }
-fd_state.file_descriptor: 13589.783671668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7954]", pid = 2247, fd = 0 }
-fd_state.file_descriptor: 13589.783673935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7955]", pid = 2247, fd = 1 }
-fd_state.file_descriptor: 13589.783676146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[7956]", pid = 2247, fd = 2 }
-fd_state.file_descriptor: 13589.783678556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8022]", pid = 2247, fd = 3 }
-fd_state.file_descriptor: 13589.783680712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8022]", pid = 2247, fd = 4 }
-fd_state.file_descriptor: 13589.783683646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8028]", pid = 2247, fd = 5 }
-fd_state.file_descriptor: 13589.783685746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8028]", pid = 2247, fd = 6 }
-fd_state.file_descriptor: 13589.783688321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8040]", pid = 2247, fd = 7 }
-fd_state.file_descriptor: 13589.783691503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8073]", pid = 2247, fd = 8 }
-fd_state.file_descriptor: 13589.783694061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8082]", pid = 2247, fd = 9 }
-fd_state.file_descriptor: 13589.783697237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8107]", pid = 2247, fd = 11 }
-fd_state.file_descriptor: 13589.783699794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8109]", pid = 2247, fd = 12 }
-fd_state.file_descriptor: 13589.783701943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8109]", pid = 2247, fd = 13 }
-fd_state.file_descriptor: 13589.783709301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 2250, fd = 0 }
-fd_state.file_descriptor: 13589.783711407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 2250, fd = 1 }
-fd_state.file_descriptor: 13589.783713550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 2250, fd = 2 }
-fd_state.file_descriptor: 13589.783717263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 2250, fd = 255 }
-fd_state.file_descriptor: 13589.783719931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2259, fd = 0 }
-fd_state.file_descriptor: 13589.783723027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2259, fd = 1 }
-fd_state.file_descriptor: 13589.783725485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2259, fd = 2 }
-fd_state.file_descriptor: 13589.783728271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8112]", pid = 2259, fd = 3 }
-fd_state.file_descriptor: 13589.783731335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8114]", pid = 2259, fd = 4 }
-fd_state.file_descriptor: 13589.783736283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8114]", pid = 2259, fd = 5 }
-fd_state.file_descriptor: 13589.783740366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/diskstats", pid = 2259, fd = 6 }
-fd_state.file_descriptor: 13589.783745629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 2259, fd = 7 }
-fd_state.file_descriptor: 13589.783753321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/2259/net/dev", pid = 2259, fd = 8 }
-fd_state.file_descriptor: 13589.783756520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/vmstat", pid = 2259, fd = 9 }
-fd_state.file_descriptor: 13589.783760720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lock/gkrellm/LCK..1000_:0", pid = 2259, fd = 10 }
-fd_state.file_descriptor: 13589.783767195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8169]", pid = 2259, fd = 11 }
-fd_state.file_descriptor: 13589.783770073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/stat", pid = 2259, fd = 12 }
-fd_state.file_descriptor: 13589.783773014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/2259/net/route", pid = 2259, fd = 13 }
-fd_state.file_descriptor: 13589.783780693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.cache/event-sound-cache.tdb.7f394062173ac92d2672d52e4ae5a068.i486-pc-linux-gnu", pid = 2259, fd = 16 }
-fd_state.file_descriptor: 13589.783784380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2266, fd = 0 }
-fd_state.file_descriptor: 13589.783786536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2266, fd = 1 }
-fd_state.file_descriptor: 13589.783788754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2266, fd = 2 }
-fd_state.file_descriptor: 13589.783791725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8178]", pid = 2266, fd = 3 }
-fd_state.file_descriptor: 13589.783794981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8193]", pid = 2266, fd = 4 }
-fd_state.file_descriptor: 13589.783798446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2281, fd = 0 }
-fd_state.file_descriptor: 13589.783800436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2281, fd = 1 }
-fd_state.file_descriptor: 13589.783802406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2281, fd = 2 }
-fd_state.file_descriptor: 13589.783805130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8225]", pid = 2281, fd = 3 }
-fd_state.file_descriptor: 13589.783807094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2281, fd = 4 }
-fd_state.file_descriptor: 13589.783809208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2281, fd = 5 }
-fd_state.file_descriptor: 13589.783812969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2288, fd = 0 }
-fd_state.file_descriptor: 13589.783815051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2288, fd = 1 }
-fd_state.file_descriptor: 13589.783817232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2288, fd = 2 }
-fd_state.file_descriptor: 13589.783820197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8236]", pid = 2288, fd = 3 }
-fd_state.file_descriptor: 13589.783822508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8236]", pid = 2288, fd = 4 }
-fd_state.file_descriptor: 13589.783825411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8262]", pid = 2288, fd = 5 }
-fd_state.file_descriptor: 13589.783831539 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8358]", pid = 2288, fd = 6 }
-fd_state.file_descriptor: 13589.783838068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8571]", pid = 2288, fd = 7 }
-fd_state.file_descriptor: 13589.783856810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.amsn/half_elf1_hotmail_com/logs/December 2009/keupondevin@hotmail.com.log", pid = 2288, fd = 8 }
-fd_state.file_descriptor: 13589.783865039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2315, fd = 0 }
-fd_state.file_descriptor: 13589.783867219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2315, fd = 1 }
-fd_state.file_descriptor: 13589.783869418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2315, fd = 2 }
-fd_state.file_descriptor: 13589.783883985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/lib/icedove/icedove", pid = 2315, fd = 255 }
-fd_state.file_descriptor: 13589.783887852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2327, fd = 0 }
-fd_state.file_descriptor: 13589.783890038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2327, fd = 1 }
-fd_state.file_descriptor: 13589.783892244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2327, fd = 2 }
-fd_state.file_descriptor: 13589.783900188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/lib/icedove/run-mozilla.sh", pid = 2327, fd = 255 }
-fd_state.file_descriptor: 13589.783903956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2332, fd = 0 }
-fd_state.file_descriptor: 13589.783906032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2332, fd = 1 }
-fd_state.file_descriptor: 13589.783908268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2332, fd = 2 }
-fd_state.file_descriptor: 13589.783914242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8480]", pid = 2332, fd = 3 }
-fd_state.file_descriptor: 13589.783917546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8484]", pid = 2332, fd = 4 }
-fd_state.file_descriptor: 13589.783919782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8484]", pid = 2332, fd = 5 }
-fd_state.file_descriptor: 13589.783923489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/.parentlock", pid = 2332, fd = 6 }
-fd_state.file_descriptor: 13589.783928801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8494]", pid = 2332, fd = 7 }
-fd_state.file_descriptor: 13589.783930994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8494]", pid = 2332, fd = 8 }
-fd_state.file_descriptor: 13589.783939142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8496]", pid = 2332, fd = 9 }
-fd_state.file_descriptor: 13589.783941769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8496]", pid = 2332, fd = 10 }
-fd_state.file_descriptor: 13589.783953499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/filterlog.html", pid = 2332, fd = 11 }
-fd_state.file_descriptor: 13589.783958243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/en-US.jar", pid = 2332, fd = 12 }
-fd_state.file_descriptor: 13589.783964266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/classic.jar", pid = 2332, fd = 13 }
-fd_state.file_descriptor: 13589.783969751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8506]", pid = 2332, fd = 14 }
-fd_state.file_descriptor: 13589.783972038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8506]", pid = 2332, fd = 15 }
-fd_state.file_descriptor: 13589.783975293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8507]", pid = 2332, fd = 16 }
-fd_state.file_descriptor: 13589.784025082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8507]", pid = 2332, fd = 17 }
-fd_state.file_descriptor: 13589.784028227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8509]", pid = 2332, fd = 18 }
-fd_state.file_descriptor: 13589.784030877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8533]", pid = 2332, fd = 19 }
-fd_state.file_descriptor: 13589.784033898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8535]", pid = 2332, fd = 20 }
-fd_state.file_descriptor: 13589.784036925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8538]", pid = 2332, fd = 21 }
-fd_state.file_descriptor: 13589.784040798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/toolkit.jar", pid = 2332, fd = 22 }
-fd_state.file_descriptor: 13589.784044201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/XUL.mfasl", pid = 2332, fd = 23 }
-fd_state.file_descriptor: 13589.784054208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/extensions/{837cbf1c-a15b-11da-957a-00e08161165f}/chrome/SmtpSelect.jar", pid = 2332, fd = 24 }
-fd_state.file_descriptor: 13589.784057625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/messenger.jar", pid = 2332, fd = 25 }
-fd_state.file_descriptor: 13589.784061306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/extensions/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/DisplayQuota.jar", pid = 2332, fd = 26 }
-fd_state.file_descriptor: 13589.784069047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/lib/enigmail/extension/chrome/enigmail-skin-tbird.jar", pid = 2332, fd = 27 }
-fd_state.file_descriptor: 13589.784072827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/extensions/{F8147CF4-B9E3-445B-AA87-081ED66548F8}/chrome/chrome.jar", pid = 2332, fd = 28 }
-fd_state.file_descriptor: 13589.784076090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/lib/enigmail/extension/chrome/enigmail.jar", pid = 2332, fd = 29 }
-fd_state.file_descriptor: 13589.784078999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/panacea.dat", pid = 2332, fd = 30 }
-fd_state.file_descriptor: 13589.784084849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/cert8.db", pid = 2332, fd = 31 }
-fd_state.file_descriptor: 13589.784088283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.cache/event-sound-cache.tdb.7f394062173ac92d2672d52e4ae5a068.i486-pc-linux-gnu", pid = 2332, fd = 32 }
-fd_state.file_descriptor: 13589.784091847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/key3.db", pid = 2332, fd = 33 }
-fd_state.file_descriptor: 13589.784095208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8559]", pid = 2332, fd = 34 }
-fd_state.file_descriptor: 13589.784097414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8559]", pid = 2332, fd = 35 }
-fd_state.file_descriptor: 13589.784100848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/INBOX.msf", pid = 2332, fd = 36 }
-fd_state.file_descriptor: 13589.784104605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/nova.aep.polymtl.ca/INBOX.msf", pid = 2332, fd = 37 }
-fd_state.file_descriptor: 13589.784107865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8584]", pid = 2332, fd = 38 }
-fd_state.file_descriptor: 13589.784115020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/orion.aep.polymtl-3.ca/INBOX.msf", pid = 2332, fd = 39 }
-fd_state.file_descriptor: 13589.784118880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8587]", pid = 2332, fd = 40 }
-fd_state.file_descriptor: 13589.784121573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8589]", pid = 2332, fd = 41 }
-fd_state.file_descriptor: 13589.784127386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/abook.mab", pid = 2332, fd = 42 }
-fd_state.file_descriptor: 13589.784130271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[113499]", pid = 2332, fd = 43 }
-fd_state.file_descriptor: 13589.784133464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/urlclassifier2.sqlite", pid = 2332, fd = 44 }
-fd_state.file_descriptor: 13589.784136264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/urlclassifier2.sqlite", pid = 2332, fd = 45 }
-fd_state.file_descriptor: 13589.784140106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/Mail/Local Folders/Trash.msf", pid = 2332, fd = 46 }
-fd_state.file_descriptor: 13589.784143756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/Mail/Local Folders/Inbox.msf", pid = 2332, fd = 47 }
-fd_state.file_descriptor: 13589.784147894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/nova.aep.polymtl.ca/Trash.msf", pid = 2332, fd = 48 }
-fd_state.file_descriptor: 13589.784151941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/Mail/mail.aei.ca/Inbox.msf", pid = 2332, fd = 49 }
-fd_state.file_descriptor: 13589.784155573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/INBOX.sbd/Trash.msf", pid = 2332, fd = 50 }
-fd_state.file_descriptor: 13589.784162684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/imap.gmail-1.com/INBOX.msf", pid = 2332, fd = 51 }
-fd_state.file_descriptor: 13589.784166507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[11198]", pid = 2332, fd = 52 }
-fd_state.file_descriptor: 13589.784169683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/orion.aep.polymtl-3.ca/Trash.msf", pid = 2332, fd = 53 }
-fd_state.file_descriptor: 13589.784176434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/imap.gmail-1.com/Trash.msf", pid = 2332, fd = 54 }
-fd_state.file_descriptor: 13589.784187937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[120083]", pid = 2332, fd = 57 }
-fd_state.file_descriptor: 13589.784192527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2335, fd = 0 }
-fd_state.file_descriptor: 13589.784194572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2335, fd = 1 }
-fd_state.file_descriptor: 13589.784196549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2335, fd = 2 }
-fd_state.file_descriptor: 13589.784199230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2335, fd = 3 }
-fd_state.file_descriptor: 13589.784201886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2335, fd = 4 }
-fd_state.file_descriptor: 13589.784204746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8519]", pid = 2335, fd = 5 }
-fd_state.file_descriptor: 13589.784207025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8519]", pid = 2335, fd = 6 }
-fd_state.file_descriptor: 13589.784209490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8520]", pid = 2335, fd = 7 }
-fd_state.file_descriptor: 13589.784211788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8520]", pid = 2335, fd = 8 }
-fd_state.file_descriptor: 13589.784214185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8521]", pid = 2335, fd = 9 }
-fd_state.file_descriptor: 13589.784216489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[8521]", pid = 2335, fd = 10 }
-fd_state.file_descriptor: 13589.784218928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8522]", pid = 2335, fd = 11 }
-fd_state.file_descriptor: 13589.784221684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8524]", pid = 2335, fd = 12 }
-fd_state.file_descriptor: 13589.784224383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8531]", pid = 2335, fd = 13 }
-fd_state.file_descriptor: 13589.784227015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8534]", pid = 2335, fd = 14 }
-fd_state.file_descriptor: 13589.784229715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[8537]", pid = 2335, fd = 15 }
-fd_state.file_descriptor: 13589.784232618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[12344]", pid = 2335, fd = 16 }
-fd_state.file_descriptor: 13589.784235682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[12347]", pid = 2335, fd = 17 }
-fd_state.file_descriptor: 13589.784243731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2684, fd = 0 }
-fd_state.file_descriptor: 13589.784246523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2684, fd = 1 }
-fd_state.file_descriptor: 13589.784248593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2684, fd = 2 }
-fd_state.file_descriptor: 13589.784252021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2684, fd = 255 }
-fd_state.file_descriptor: 13589.784255239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2805, fd = 0 }
-fd_state.file_descriptor: 13589.784257729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2805, fd = 1 }
-fd_state.file_descriptor: 13589.784259953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2805, fd = 2 }
-fd_state.file_descriptor: 13589.784263900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2806, fd = 0 }
-fd_state.file_descriptor: 13589.784266241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2806, fd = 1 }
-fd_state.file_descriptor: 13589.784268423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2806, fd = 2 }
-fd_state.file_descriptor: 13589.784271987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[11871]", pid = 2806, fd = 3 }
-fd_state.file_descriptor: 13589.784281438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/rt.jar", pid = 2806, fd = 4 }
-fd_state.file_descriptor: 13589.784294756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.launcher_1.1.0.v20091023.jar", pid = 2806, fd = 5 }
-fd_state.file_descriptor: 13589.784298234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/random", pid = 2806, fd = 6 }
-fd_state.file_descriptor: 13589.784300496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 2806, fd = 7 }
-fd_state.file_descriptor: 13589.784306808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.osgi_3.6.0.v20091023.jar", pid = 2806, fd = 8 }
-fd_state.file_descriptor: 13589.784317206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.team.cvs.ui_3.3.300.I20091026-1300.jar", pid = 2806, fd = 9 }
-fd_state.file_descriptor: 13589.784321239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[11917]", pid = 2806, fd = 10 }
-fd_state.file_descriptor: 13589.784325347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/.manager/.tmp2705294035615507285.instance", pid = 2806, fd = 11 }
-fd_state.file_descriptor: 13589.784331833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.common_3.5.100.v20091023.jar", pid = 2806, fd = 12 }
-fd_state.file_descriptor: 13589.784340927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.monitor.core_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 13 }
-fd_state.file_descriptor: 13589.784344837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.update.core_3.2.300.v20090525.jar", pid = 2806, fd = 14 }
-fd_state.file_descriptor: 13589.784351830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.api.tools_1.0.201.v20091028-1400.jar", pid = 2806, fd = 15 }
-fd_state.file_descriptor: 13589.784358483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.graph_1.0.7.jar", pid = 2806, fd = 16 }
-fd_state.file_descriptor: 13589.784368082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/384/1/.cp/svnkit.jar", pid = 2806, fd = 17 }
-fd_state.file_descriptor: 13589.784374568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.registry_3.5.0.v20090911.jar", pid = 2806, fd = 18 }
-fd_state.file_descriptor: 13589.784378102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.300.v20090810/runtime_registry_compatibility.jar", pid = 2806, fd = 19 }
-fd_state.file_descriptor: 13589.784385014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.team.ui_3.5.100.I20091028-0800.jar", pid = 2806, fd = 20 }
-fd_state.file_descriptor: 13589.784388220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tmatesoft.svnkit_1.3.1.6109.jar", pid = 2806, fd = 21 }
-fd_state.file_descriptor: 13589.784417112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.jobs_3.4.200.v20090921.jar", pid = 2806, fd = 22 }
-fd_state.file_descriptor: 13589.784428114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.build_3.5.100.v20091023/pdebuild.jar", pid = 2806, fd = 23 }
-fd_state.file_descriptor: 13589.784431728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.extraData.5", pid = 2806, fd = 24 }
-fd_state.file_descriptor: 13589.784436274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.equinox.app/.manager/.tmp365058712806979164.instance", pid = 2806, fd = 25 }
-fd_state.file_descriptor: 13589.784440450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.manager/.tmp8587982481307384051.instance", pid = 2806, fd = 26 }
-fd_state.file_descriptor: 13589.784444077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.mainData.5", pid = 2806, fd = 27 }
-fd_state.file_descriptor: 13589.784447962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/384/1/.cp/svnkit-javahl.jar", pid = 2806, fd = 28 }
-fd_state.file_descriptor: 13589.784451884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_1.0.200.v20090911-1356.jar", pid = 2806, fd = 29 }
-fd_state.file_descriptor: 13589.784469107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/workspace/.metadata/.plugins/org.eclipse.pde.core/.extensions/.extraData.1", pid = 2806, fd = 30 }
-fd_state.file_descriptor: 13589.784472758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/jsse.jar", pid = 2806, fd = 31 }
-fd_state.file_descriptor: 13589.784476384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.externaltools_3.2.0.v20091023.jar", pid = 2806, fd = 32 }
-fd_state.file_descriptor: 13589.784482778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ant.core_3.2.100.v20091012.jar", pid = 2806, fd = 33 }
-fd_state.file_descriptor: 13589.784489017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.frameworkadmin_1.0.200.v20091019.jar", pid = 2806, fd = 34 }
-fd_state.file_descriptor: 13589.784492866 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.commands_3.5.0.I20090525-2000.jar", pid = 2806, fd = 35 }
-fd_state.file_descriptor: 13589.784496294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.update.scheduler_3.2.200.v20081127.jar", pid = 2806, fd = 36 }
-fd_state.file_descriptor: 13589.784499277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/jce.jar", pid = 2806, fd = 38 }
-fd_state.file_descriptor: 13589.784502299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.ui_1.6.5.jar", pid = 2806, fd = 39 }
-fd_state.file_descriptor: 13589.784505702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.resources.ui_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 40 }
-fd_state.file_descriptor: 13589.784509062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.commons.ui_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 41 }
-fd_state.file_descriptor: 13589.784512416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.apt.core_3.3.400.v20091027-0900.jar", pid = 2806, fd = 42 }
-fd_state.file_descriptor: 13589.784516667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.filesystem.linux.x86_1.2.0.v20080604-1400.jar", pid = 2806, fd = 43 }
-fd_state.file_descriptor: 13589.784520534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.ide.application_1.0.200.I20091013-0800.jar", pid = 2806, fd = 44 }
-fd_state.file_descriptor: 13589.784524204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.workbench_3.6.0.I20091028-1300.jar", pid = 2806, fd = 45 }
-fd_state.file_descriptor: 13589.784527669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20090429-1800/compatibility.jar", pid = 2806, fd = 46 }
-fd_state.file_descriptor: 13589.784531177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jface_3.6.0.I20091028-1300.jar", pid = 2806, fd = 47 }
-fd_state.file_descriptor: 13589.784535644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.swt_3.6.0.v3617.jar", pid = 2806, fd = 48 }
-fd_state.file_descriptor: 13589.784538930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.swt.gtk.linux.x86_3.6.0.v3617.jar", pid = 2806, fd = 49 }
-fd_state.file_descriptor: 13589.784542211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui_3.6.0.I20091030-1100.jar", pid = 2806, fd = 50 }
-fd_state.file_descriptor: 13589.784544674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/384/1/.cp/antlr-runtime-3.1.3.jar", pid = 2806, fd = 51 }
-kernel.irq_entry: 13589.784616177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 13589.784653211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { jiffies = 4296292861, xtime_sec = 1262715366, xtime_nsec = 301133044, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
-kernel.softirq_raise: 13589.784684296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.softirq_raise: 13589.784697639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { softirq_id = 9 [softirq 9] }
-kernel.irq_exit: 13589.784745025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 13589.784753136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 13589.784777500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { expires = 1325566, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 13589.784782157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.softirq_entry: 13589.784784134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
-rcu.tree_callback: 13589.784966466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc14285e3 }
-kernel.softirq_exit: 13589.784974015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
-fd_state.file_descriptor: 13589.784991040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[11926]", pid = 2806, fd = 52 }
-fd_state.file_descriptor: 13589.784993912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[11926]", pid = 2806, fd = 53 }
-fd_state.file_descriptor: 13589.784999225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.ide_3.6.0.I20091030-1100.jar", pid = 2806, fd = 54 }
-fd_state.file_descriptor: 13589.785002635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/workspace/.metadata/.lock", pid = 2806, fd = 55 }
-fd_state.file_descriptor: 13589.785006224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.resources_3.6.0.v20091026-1217.jar", pid = 2806, fd = 56 }
-fd_state.file_descriptor: 13589.785009548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.tasks.core_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 57 }
-fd_state.file_descriptor: 13589.785013149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.commons.core_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 58 }
-fd_state.file_descriptor: 13589.785016429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.contenttype_3.4.100.v20090928.jar", pid = 2806, fd = 59 }
-fd_state.file_descriptor: 13589.785019778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.monitor.ui_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 60 }
-fd_state.file_descriptor: 13589.785023132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.apt.pluggable.core_1.0.300.v20090922-0135.jar", pid = 2806, fd = 61 }
-fd_state.file_descriptor: 13589.785026572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/com.ibm.icu_4.0.1.v20090822.jar", pid = 2806, fd = 62 }
-fd_state.file_descriptor: 13589.785030322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.expressions_3.4.100.v20090429-1800.jar", pid = 2806, fd = 63 }
-fd_state.file_descriptor: 13589.785033979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.variables_3.2.300.v20090911.jar", pid = 2806, fd = 64 }
-fd_state.file_descriptor: 13589.785036870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.context.core_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 65 }
-fd_state.file_descriptor: 13589.785040317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.commons.net_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 66 }
-fd_state.file_descriptor: 13589.785044054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.compare_3.5.100.I20091026-1300.jar", pid = 2806, fd = 67 }
-fd_state.file_descriptor: 13589.785047916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/384/1/.cp/trilead.jar", pid = 2806, fd = 68 }
-fd_state.file_descriptor: 13589.785051542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.update.configurator_3.3.100.v20090813.jar", pid = 2806, fd = 69 }
-fd_state.file_descriptor: 13589.785055069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.apache.commons.httpclient_3.1.0.v20080605-1935.jar", pid = 2806, fd = 70 }
-fd_state.file_descriptor: 13589.785058411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.apache.commons.logging_1.0.4.v200904062259.jar", pid = 2806, fd = 71 }
-fd_state.file_descriptor: 13589.785061401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.clientadapter_1.6.4.1.jar", pid = 2806, fd = 72 }
-fd_state.file_descriptor: 13589.785064526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.context.ui_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 73 }
-fd_state.file_descriptor: 13589.785067541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.forms_3.5.0.v20091012.jar", pid = 2806, fd = 74 }
-fd_state.file_descriptor: 13589.785071130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.team.ui_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 75 }
-fd_state.file_descriptor: 13589.785074614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.util_1.0.100.v20090520-1800.jar", pid = 2806, fd = 76 }
-fd_state.file_descriptor: 13589.785077900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.clientadapter.javahl_1.6.6.jar", pid = 2806, fd = 77 }
-fd_state.file_descriptor: 13589.785081452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/com.collabnet.subversion.merge_1.10.0.jar", pid = 2806, fd = 78 }
-fd_state.file_descriptor: 13589.785084665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.mylyn_3.0.0.jar", pid = 2806, fd = 79 }
-fd_state.file_descriptor: 13589.785088377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.core_1.6.5.jar", pid = 2806, fd = 80 }
-fd_state.file_descriptor: 13589.785091206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.clientadapter.svnkit_1.6.4.jar", pid = 2806, fd = 81 }
-fd_state.file_descriptor: 13589.785094938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ant.ui_3.5.0.v20091023.jar", pid = 2806, fd = 82 }
-fd_state.file_descriptor: 13589.785098471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/384/1/.cp/sqljet.1.0.0.b616.jar", pid = 2806, fd = 83 }
-fd_state.file_descriptor: 13589.785102357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.ui_3.6.0.v20091023.jar", pid = 2806, fd = 84 }
-fd_state.file_descriptor: 13589.785106020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.ui_3.6.0.v20091026-1200.jar", pid = 2806, fd = 85 }
-fd_state.file_descriptor: 13589.785109256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.workbench.texteditor_3.6.0.v20091026-1200.jar", pid = 2806, fd = 86 }
-fd_state.file_descriptor: 13589.785112753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.editors_3.6.0.v20091028-1300.jar", pid = 2806, fd = 87 }
-fd_state.file_descriptor: 13589.785116280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.text_3.5.0.v20091026-1200.jar", pid = 2806, fd = 88 }
-fd_state.file_descriptor: 13589.785120042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jface.text_3.5.100.v20091026-1200.jar", pid = 2806, fd = 89 }
-fd_state.file_descriptor: 13589.785123323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.core_3.6.0.v_A19.jar", pid = 2806, fd = 90 }
-fd_state.file_descriptor: 13589.785134695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.compiler.apt_1.0.300.v20091027-0900.jar", pid = 2806, fd = 91 }
-fd_state.file_descriptor: 13589.785137883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.compiler.tool_1.0.100.v_A19.jar", pid = 2806, fd = 92 }
-fd_state.file_descriptor: 13589.785141657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/resources.jar", pid = 2806, fd = 93 }
-fd_state.file_descriptor: 13589.785145005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.debug.ui_3.6.0.v20091026-1150.jar", pid = 2806, fd = 94 }
-fd_state.file_descriptor: 13589.785148989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ltk.ui.refactoring_3.4.200.v20091026-1200.jar", pid = 2806, fd = 95 }
-fd_state.file_descriptor: 13589.785152313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.core.manipulation_1.3.0.v20091026-1200.jar", pid = 2806, fd = 96 }
-fd_state.file_descriptor: 13589.785156298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.filebuffers_3.5.100.v20091026-1200.jar", pid = 2806, fd = 97 }
-fd_state.file_descriptor: 13589.785159497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.team.core_3.5.0.I20091028-0800.jar", pid = 2806, fd = 98 }
-fd_state.file_descriptor: 13589.785162573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/com.sun.jna_3.1.0.jar", pid = 2806, fd = 99 }
-fd_state.file_descriptor: 13589.785166039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.views_3.5.0.I20090914-0830.jar", pid = 2806, fd = 100 }
-fd_state.file_descriptor: 13589.785170067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ltk.core.refactoring_3.5.100.v20091026-1200.jar", pid = 2806, fd = 101 }
-fd_state.file_descriptor: 13589.785173175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.debug.ui_3.5.0.v20091026-1150.jar", pid = 2806, fd = 102 }
-fd_state.file_descriptor: 13589.785182947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/361/1/.cp/jna.jar", pid = 2806, fd = 103 }
-fd_state.file_descriptor: 13589.785186493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.compare.core_3.5.100.I20090714-0800.jar", pid = 2806, fd = 104 }
-fd_state.file_descriptor: 13589.785190001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.launching_3.5.100.v20091026-1150.jar", pid = 2806, fd = 105 }
-fd_state.file_descriptor: 13589.785193330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.debug.core_3.6.0.v20091019.jar", pid = 2806, fd = 106 }
-fd_state.file_descriptor: 13589.785196759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.tasks.ui_3.3.0.v20091013-0200-e3x.jar", pid = 2806, fd = 107 }
-fd_state.file_descriptor: 13589.785200305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.junit_3.6.0.v20091026-1200.jar", pid = 2806, fd = 108 }
-fd_state.file_descriptor: 13589.785203641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.console_3.5.0.v20090907.jar", pid = 2806, fd = 109 }
-fd_state.file_descriptor: 13589.785207156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.core_3.5.100.v20091023.jar", pid = 2806, fd = 110 }
-fd_state.file_descriptor: 13589.785211609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/random", pid = 2806, fd = 111 }
-fd_state.file_descriptor: 13589.785218671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.p2.engine_1.1.0.v20091023.jar", pid = 2806, fd = 112 }
-fd_state.file_descriptor: 13589.785222402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.filesystem_1.3.0.v20091026-1217.jar", pid = 2806, fd = 113 }
-fd_state.file_descriptor: 13589.785228536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.debug_3.5.100.v20091019/jdi.jar", pid = 2806, fd = 114 }
-fd_state.file_descriptor: 13589.785232163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.api.tools.ui_1.0.200.v20091023.jar", pid = 2806, fd = 115 }
-fd_state.file_descriptor: 13589.785235653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.debug_3.5.100.v20091019/jdimodel.jar", pid = 2806, fd = 116 }
-fd_state.file_descriptor: 13589.785238902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 2806, fd = 117 }
-fd_state.file_descriptor: 13589.785243287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/workspace/.metadata/.plugins/org.eclipse.pde.core/.extensions/.manager/.tmp24841759182796359.instance", pid = 2806, fd = 118 }
-fd_state.file_descriptor: 13589.785246957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/workspace/.metadata/.plugins/org.eclipse.pde.core/.extensions/.mainData.1", pid = 2806, fd = 119 }
-fd_state.file_descriptor: 13589.785250596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12337]", pid = 2806, fd = 120 }
-fd_state.file_descriptor: 13589.785254142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.net_1.2.100.I20090714-0800.jar", pid = 2806, fd = 121 }
-fd_state.file_descriptor: 13589.785256656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12337]", pid = 2806, fd = 122 }
-fd_state.file_descriptor: 13589.785259596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12338]", pid = 2806, fd = 123 }
-fd_state.file_descriptor: 13589.785261992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12338]", pid = 2806, fd = 124 }
-fd_state.file_descriptor: 13589.785266861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[12339]", pid = 2806, fd = 125 }
-fd_state.file_descriptor: 13589.785270159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12341]", pid = 2806, fd = 126 }
-fd_state.file_descriptor: 13589.785272427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12341]", pid = 2806, fd = 127 }
-fd_state.file_descriptor: 13589.785275447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.p2.updatechecker_1.1.0.v20091010.jar", pid = 2806, fd = 128 }
-fd_state.file_descriptor: 13589.785279363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.cache/event-sound-cache.tdb.7f394062173ac92d2672d52e4ae5a068.i486-pc-linux-gnu", pid = 2806, fd = 129 }
-fd_state.file_descriptor: 13589.785283131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20091010.jar", pid = 2806, fd = 130 }
-fd_state.file_descriptor: 13589.785286357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12342]", pid = 2806, fd = 131 }
-fd_state.file_descriptor: 13589.785288562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[12342]", pid = 2806, fd = 132 }
-fd_state.file_descriptor: 13589.785291076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[12343]", pid = 2806, fd = 133 }
-fd_state.file_descriptor: 13589.785293825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[12345]", pid = 2806, fd = 134 }
-fd_state.file_descriptor: 13589.785296568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[12348]", pid = 2806, fd = 135 }
-fd_state.file_descriptor: 13589.785304438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla/eclipse/places.sqlite", pid = 2806, fd = 136 }
-fd_state.file_descriptor: 13589.785317244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/classic.jar (deleted)", pid = 2806, fd = 137 }
-fd_state.file_descriptor: 13589.785324075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/toolkit.jar (deleted)", pid = 2806, fd = 138 }
-fd_state.file_descriptor: 13589.785327306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/en-US.jar (deleted)", pid = 2806, fd = 139 }
-fd_state.file_descriptor: 13589.785330809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla/eclipse/permissions.sqlite", pid = 2806, fd = 140 }
-fd_state.file_descriptor: 13589.785334232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.launching_3.6.0.v20091023.jar", pid = 2806, fd = 141 }
-fd_state.file_descriptor: 13589.785342255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[29160]", pid = 2806, fd = 142 }
-fd_state.file_descriptor: 13589.785345820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.preferences_3.3.0.v20091023.jar", pid = 2806, fd = 145 }
-kernel.sched_schedule: 13589.785371654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { prev_pid = 16887, next_pid = 16890, prev_state = 0 }
-kernel.syscall_exit: 13589.785731290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.785744145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 311 [syscall 311] }
-kernel.syscall_exit: 13589.785745849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.785764530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb770ebe0, address = 0xb7593dec, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.785783173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.785794639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb771cb70, address = 0xb7598f34, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.785800988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.785810254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb75b6680, address = 0xb75b6680, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.785816753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.785826767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0x8049da0, address = 0x8049da0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.785834050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.785845040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb770ebe0, address = 0xb7590ddc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.785851334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.785863399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 42 [syscall 42] }
-kernel.syscall_exit: 13589.785905826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.785913795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb76dc600, address = 0xb76dc600, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.785921862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.785937806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb764da80, address = 0xb764da80, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.785948264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.785957085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb7668c40, address = 0xb7668c40, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.785963083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.785970311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.785976483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 13589.785982832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 6 }
-fs.pollfd: 13589.786030108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 13589.786032418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 13589.786034538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 13589.786036440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 14 }
-fs.pollfd: 13589.786038213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 13589.786040035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 18 }
-fs.pollfd: 13589.786041882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 20 }
-fs.pollfd: 13589.786043519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 22 }
-fs.pollfd: 13589.786045571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 24 }
-fs.pollfd: 13589.786047368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 13589.786049110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 28 }
-fs.pollfd: 13589.786051012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 30 }
-fs.pollfd: 13589.786053089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 32 }
-fs.pollfd: 13589.786054806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 34 }
-fs.pollfd: 13589.786056980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 36 }
-fs.pollfd: 13589.786059297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 38 }
-fs.pollfd: 13589.786061156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 40 }
-fs.pollfd: 13589.786065913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 42 }
-fs.pollfd: 13589.786067859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 44 }
-fs.pollfd: 13589.786069817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 46 }
-fs.pollfd: 13589.786071775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 48 }
-kernel.sched_schedule: 13589.786082721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 16890, next_pid = 16887, prev_state = 1 }
-fd_state.file_descriptor: 13589.786154984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 11121, fd = 0 }
-fd_state.file_descriptor: 13589.786157777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 11121, fd = 1 }
-fd_state.file_descriptor: 13589.786159883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 11121, fd = 2 }
-fd_state.file_descriptor: 13589.786166665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[53718]", pid = 11121, fd = 4 }
-fd_state.file_descriptor: 13589.786173022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 11130, fd = 0 }
-fd_state.file_descriptor: 13589.786175079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 11130, fd = 1 }
-fd_state.file_descriptor: 13589.786177137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 11130, fd = 2 }
-fd_state.file_descriptor: 13589.786180083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 11130, fd = 255 }
-fd_state.file_descriptor: 13589.786186564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11317, fd = 0 }
-fd_state.file_descriptor: 13589.786188614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11317, fd = 1 }
-fd_state.file_descriptor: 13589.786190640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11317, fd = 2 }
-fd_state.file_descriptor: 13589.786193593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11317, fd = 255 }
-fd_state.file_descriptor: 13589.786196911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11325, fd = 0 }
-fd_state.file_descriptor: 13589.786198875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11325, fd = 1 }
-fd_state.file_descriptor: 13589.786200845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11325, fd = 2 }
-fd_state.file_descriptor: 13589.786203464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[55736]", pid = 11325, fd = 3 }
-fd_state.file_descriptor: 13589.786205700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11325, fd = 4 }
-fd_state.file_descriptor: 13589.786207721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11325, fd = 5 }
-fd_state.file_descriptor: 13589.786209852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 11325, fd = 6 }
-fd_state.file_descriptor: 13589.786213935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 18054, fd = 0 }
-fd_state.file_descriptor: 13589.786215887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 18054, fd = 1 }
-fd_state.file_descriptor: 13589.786217803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 18054, fd = 2 }
-fd_state.file_descriptor: 13589.786224301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[104554]", pid = 18054, fd = 4 }
-fd_state.file_descriptor: 13589.786226864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[104555]", pid = 18054, fd = 5 }
-fd_state.file_descriptor: 13589.786229255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 18054, fd = 6 }
-fd_state.file_descriptor: 13589.786232319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "anon_inode:[signalfd]", pid = 18054, fd = 7 }
-fd_state.file_descriptor: 13589.786238145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[104584]", pid = 18054, fd = 8 }
-fd_state.file_descriptor: 13589.786240609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[104585]", pid = 18054, fd = 9 }
-fd_state.file_descriptor: 13589.786248344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/.udev/queue.bin", pid = 18054, fd = 10 }
-fd_state.file_descriptor: 13589.786251469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 21983, fd = 0 }
-fd_state.file_descriptor: 13589.786253440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 21983, fd = 1 }
-fd_state.file_descriptor: 13589.786255355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 21983, fd = 2 }
-fd_state.file_descriptor: 13589.786263632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[109191]", pid = 21983, fd = 3 }
-fd_state.file_descriptor: 13589.786269290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[109384]", pid = 21983, fd = 4 }
-fd_state.file_descriptor: 13589.786272163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24399, fd = 0 }
-fd_state.file_descriptor: 13589.786274158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24399, fd = 1 }
-fd_state.file_descriptor: 13589.786276079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24399, fd = 2 }
-fd_state.file_descriptor: 13589.786282035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[120306]", pid = 24399, fd = 3 }
-fd_state.file_descriptor: 13589.786284802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24464, fd = 0 }
-fd_state.file_descriptor: 13589.786286742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24464, fd = 1 }
-fd_state.file_descriptor: 13589.786288632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24464, fd = 2 }
-fd_state.file_descriptor: 13589.786294704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/acpi/event", pid = 24464, fd = 3 }
-fd_state.file_descriptor: 13589.786297300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[120515]", pid = 24464, fd = 4 }
-fd_state.file_descriptor: 13589.786300104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[120543]", pid = 24464, fd = 5 }
-fd_state.file_descriptor: 13589.786302451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[120517]", pid = 24464, fd = 6 }
-fd_state.file_descriptor: 13589.786305224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121534]", pid = 24464, fd = 7 }
-fd_state.file_descriptor: 13589.786311513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24616, fd = 0 }
-fd_state.file_descriptor: 13589.786313978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24616, fd = 1 }
-fd_state.file_descriptor: 13589.786315942 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24616, fd = 2 }
-fd_state.file_descriptor: 13589.786318432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121558]", pid = 24616, fd = 3 }
-fd_state.file_descriptor: 13589.786321484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[121181]", pid = 24616, fd = 5 }
-fd_state.file_descriptor: 13589.786323788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[121181]", pid = 24616, fd = 6 }
-fd_state.file_descriptor: 13589.786326229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121182]", pid = 24616, fd = 7 }
-fd_state.file_descriptor: 13589.786328735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121183]", pid = 24616, fd = 8 }
-fd_state.file_descriptor: 13589.786331423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121187]", pid = 24616, fd = 9 }
-fd_state.file_descriptor: 13589.786334246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121204]", pid = 24616, fd = 10 }
-fd_state.file_descriptor: 13589.786336346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 24616, fd = 11 }
-fd_state.file_descriptor: 13589.786343401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121224]", pid = 24616, fd = 12 }
-fd_state.file_descriptor: 13589.786350135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/24616/mounts", pid = 24616, fd = 13 }
-fd_state.file_descriptor: 13589.786352976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121520]", pid = 24616, fd = 14 }
-fd_state.file_descriptor: 13589.786355465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121522]", pid = 24616, fd = 15 }
-fd_state.file_descriptor: 13589.786358541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121516]", pid = 24616, fd = 19 }
-fd_state.file_descriptor: 13589.786361754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24617, fd = 0 }
-fd_state.file_descriptor: 13589.786363718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24617, fd = 1 }
-fd_state.file_descriptor: 13589.786366041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24617, fd = 2 }
-fd_state.file_descriptor: 13589.786373392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121203]", pid = 24617, fd = 3 }
-fd_state.file_descriptor: 13589.786376993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24668, fd = 0 }
-fd_state.file_descriptor: 13589.786379013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24668, fd = 1 }
-fd_state.file_descriptor: 13589.786380997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24668, fd = 2 }
-fd_state.file_descriptor: 13589.786384042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121489]", pid = 24668, fd = 3 }
-fd_state.file_descriptor: 13589.786387032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121503]", pid = 24668, fd = 4 }
-fd_state.file_descriptor: 13589.786390288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24670, fd = 0 }
-fd_state.file_descriptor: 13589.786392499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24670, fd = 1 }
-fd_state.file_descriptor: 13589.786394525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24670, fd = 2 }
-fd_state.file_descriptor: 13589.786397237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121508]", pid = 24670, fd = 3 }
-fd_state.file_descriptor: 13589.786405058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121519]", pid = 24670, fd = 4 }
-fd_state.file_descriptor: 13589.786408986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24672, fd = 0 }
-fd_state.file_descriptor: 13589.786411075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24672, fd = 1 }
-fd_state.file_descriptor: 13589.786413422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24672, fd = 2 }
-fd_state.file_descriptor: 13589.786416393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121521]", pid = 24672, fd = 3 }
-fd_state.file_descriptor: 13589.786419526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121533]", pid = 24672, fd = 4 }
-fd_state.file_descriptor: 13589.786423065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24682, fd = 0 }
-fd_state.file_descriptor: 13589.786425029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24682, fd = 1 }
-fd_state.file_descriptor: 13589.786427074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 24682, fd = 2 }
-fd_state.file_descriptor: 13589.786429983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[121557]", pid = 24682, fd = 3 }
-fd_state.file_descriptor: 13589.786459671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/input/event0", pid = 24682, fd = 4 }
-fd_state.file_descriptor: 13589.786463292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/input/event1", pid = 24682, fd = 5 }
-fd_state.file_descriptor: 13589.786465960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/input/event2", pid = 24682, fd = 6 }
-fd_state.file_descriptor: 13589.786469197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 25001, fd = 0 }
-fd_state.file_descriptor: 13589.786471563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 25001, fd = 1 }
-fd_state.file_descriptor: 13589.786479594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.nmbd", pid = 25001, fd = 2 }
-fd_state.file_descriptor: 13589.786485666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122462]", pid = 25001, fd = 3 }
-fd_state.file_descriptor: 13589.786488366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.nmbd", pid = 25001, fd = 4 }
-fd_state.file_descriptor: 13589.786495223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/messages.tdb", pid = 25001, fd = 5 }
-fd_state.file_descriptor: 13589.786501061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122523]", pid = 25001, fd = 6 }
-fd_state.file_descriptor: 13589.786503272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122523]", pid = 25001, fd = 7 }
-fd_state.file_descriptor: 13589.786505978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/nmbd.pid", pid = 25001, fd = 8 }
-fd_state.file_descriptor: 13589.786508856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/connections.tdb", pid = 25001, fd = 9 }
-fd_state.file_descriptor: 13589.786512192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[122525]", pid = 25001, fd = 10 }
-fd_state.file_descriptor: 13589.786520057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[122526]", pid = 25001, fd = 11 }
-fd_state.file_descriptor: 13589.786526283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[122532]", pid = 25001, fd = 12 }
-fd_state.file_descriptor: 13589.786528716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[122533]", pid = 25001, fd = 13 }
-fd_state.file_descriptor: 13589.786534734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122534]", pid = 25001, fd = 14 }
-fd_state.file_descriptor: 13589.786537433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122534]", pid = 25001, fd = 15 }
-fd_state.file_descriptor: 13589.786540694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 25010, fd = 0 }
-fd_state.file_descriptor: 13589.786542882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 25010, fd = 1 }
-fd_state.file_descriptor: 13589.786545612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 25010, fd = 2 }
-fd_state.file_descriptor: 13589.786547656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122462]", pid = 25010, fd = 3 }
-fd_state.file_descriptor: 13589.786550485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 25010, fd = 4 }
-fd_state.file_descriptor: 13589.786556465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/secrets.tdb", pid = 25010, fd = 5 }
-fd_state.file_descriptor: 13589.786559078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/messages.tdb", pid = 25010, fd = 6 }
-fd_state.file_descriptor: 13589.786562438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122565]", pid = 25010, fd = 7 }
-fd_state.file_descriptor: 13589.786564836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122565]", pid = 25010, fd = 8 }
-fd_state.file_descriptor: 13589.786566979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 25010, fd = 9 }
-fd_state.file_descriptor: 13589.786569753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/smbd.pid", pid = 25010, fd = 10 }
-fd_state.file_descriptor: 13589.786572589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/sessionid.tdb", pid = 25010, fd = 11 }
-fd_state.file_descriptor: 13589.786575041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/connections.tdb", pid = 25010, fd = 12 }
-fd_state.file_descriptor: 13589.786577567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/brlock.tdb", pid = 25010, fd = 13 }
-fd_state.file_descriptor: 13589.786580909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/locking.tdb", pid = 25010, fd = 14 }
-fd_state.file_descriptor: 13589.786583367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/gencache.tdb", pid = 25010, fd = 15 }
-fd_state.file_descriptor: 13589.786586679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntdrivers.tdb", pid = 25010, fd = 16 }
-fd_state.file_descriptor: 13589.786589681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/passdb.tdb", pid = 25010, fd = 17 }
-fd_state.file_descriptor: 13589.786592344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/account_policy.tdb", pid = 25010, fd = 18 }
-fd_state.file_descriptor: 13589.786595445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/group_mapping.ldb", pid = 25010, fd = 19 }
-fd_state.file_descriptor: 13589.786598311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntprinters.tdb", pid = 25010, fd = 20 }
-fd_state.file_descriptor: 13589.786600726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntforms.tdb", pid = 25010, fd = 21 }
-fd_state.file_descriptor: 13589.786603382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122585]", pid = 25010, fd = 22 }
-fd_state.file_descriptor: 13589.786606187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[122589]", pid = 25010, fd = 23 }
-fd_state.file_descriptor: 13589.786608930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[122591]", pid = 25010, fd = 24 }
-fd_state.file_descriptor: 13589.786611839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122594]", pid = 25010, fd = 25 }
-fd_state.file_descriptor: 13589.786614211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122594]", pid = 25010, fd = 26 }
-fd_state.file_descriptor: 13589.786617443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 25016, fd = 0 }
-fd_state.file_descriptor: 13589.786619450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 25016, fd = 1 }
-fd_state.file_descriptor: 13589.786621550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 25016, fd = 2 }
-fd_state.file_descriptor: 13589.786623997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122462]", pid = 25016, fd = 3 }
-fd_state.file_descriptor: 13589.786626029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 25016, fd = 4 }
-fd_state.file_descriptor: 13589.786628216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/secrets.tdb", pid = 25016, fd = 5 }
-fd_state.file_descriptor: 13589.786630637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/messages.tdb", pid = 25016, fd = 6 }
-fd_state.file_descriptor: 13589.786633905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122592]", pid = 25016, fd = 7 }
-fd_state.file_descriptor: 13589.786636092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122592]", pid = 25016, fd = 8 }
-fd_state.file_descriptor: 13589.786638409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 25016, fd = 9 }
-fd_state.file_descriptor: 13589.786640614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/smbd.pid", pid = 25016, fd = 10 }
-fd_state.file_descriptor: 13589.786642937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/sessionid.tdb", pid = 25016, fd = 11 }
-fd_state.file_descriptor: 13589.786645210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/connections.tdb", pid = 25016, fd = 12 }
-fd_state.file_descriptor: 13589.786647440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/brlock.tdb", pid = 25016, fd = 13 }
-fd_state.file_descriptor: 13589.786649670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/locking.tdb", pid = 25016, fd = 14 }
-fd_state.file_descriptor: 13589.786652190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/gencache.tdb", pid = 25016, fd = 15 }
-fd_state.file_descriptor: 13589.786654488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntdrivers.tdb", pid = 25016, fd = 16 }
-fd_state.file_descriptor: 13589.786656731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/passdb.tdb", pid = 25016, fd = 17 }
-fd_state.file_descriptor: 13589.786658930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/account_policy.tdb", pid = 25016, fd = 18 }
-fd_state.file_descriptor: 13589.786661530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/group_mapping.ldb", pid = 25016, fd = 19 }
-fd_state.file_descriptor: 13589.786663760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntprinters.tdb", pid = 25016, fd = 20 }
-fd_state.file_descriptor: 13589.786665954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntforms.tdb", pid = 25016, fd = 21 }
-fd_state.file_descriptor: 13589.786669481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122593]", pid = 25016, fd = 22 }
-fd_state.file_descriptor: 13589.786671686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122585]", pid = 25016, fd = 23 }
-fd_state.file_descriptor: 13589.786674163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[122593]", pid = 25016, fd = 24 }
-fd_state.file_descriptor: 13589.786679037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30050, fd = 0 }
-fd_state.file_descriptor: 13589.786681174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30050, fd = 1 }
-fd_state.file_descriptor: 13589.786683220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30050, fd = 2 }
-fd_state.file_descriptor: 13589.786686815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30050, fd = 255 }
-fd_state.file_descriptor: 13589.786693609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30060, fd = 0 }
-fd_state.file_descriptor: 13589.786695636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30060, fd = 1 }
-fd_state.file_descriptor: 13589.786697730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30060, fd = 2 }
-fd_state.file_descriptor: 13589.786701276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[129956]", pid = 30060, fd = 4 }
-fd_state.file_descriptor: 13589.786708899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30068, fd = 0 }
-fd_state.file_descriptor: 13589.786711265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30068, fd = 1 }
-fd_state.file_descriptor: 13589.786713346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30068, fd = 2 }
-fd_state.file_descriptor: 13589.786716726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 30068, fd = 255 }
-fd_state.file_descriptor: 13589.786719956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16857, fd = 0 }
-fd_state.file_descriptor: 13589.786722334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16857, fd = 1 }
-fd_state.file_descriptor: 13589.786724527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16857, fd = 2 }
-fd_state.file_descriptor: 13589.786727505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144837]", pid = 16857, fd = 4 }
-fd_state.file_descriptor: 13589.786732898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144768]", pid = 16857, fd = 5 }
-fd_state.file_descriptor: 13589.786739452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[144769]", pid = 16857, fd = 7 }
-fd_state.file_descriptor: 13589.786742139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[144770]", pid = 16857, fd = 8 }
-fd_state.file_descriptor: 13589.786749348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144767]", pid = 16865, fd = 0 }
-fd_state.file_descriptor: 13589.786751788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144768]", pid = 16865, fd = 1 }
-fd_state.file_descriptor: 13589.786754210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144768]", pid = 16865, fd = 2 }
-fd_state.file_descriptor: 13589.786761561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/etc/init.d/NetCheck.sh", pid = 16865, fd = 255 }
-fd_state.file_descriptor: 13589.786764557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144837]", pid = 16867, fd = 0 }
-fd_state.file_descriptor: 13589.786766670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16867, fd = 1 }
-fd_state.file_descriptor: 13589.786768752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16867, fd = 2 }
-fd_state.file_descriptor: 13589.786770852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144768]", pid = 16867, fd = 5 }
-fd_state.file_descriptor: 13589.786778061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144767]", pid = 16885, fd = 0 }
-fd_state.file_descriptor: 13589.786780260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16885, fd = 1 }
-fd_state.file_descriptor: 13589.786782274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[144768]", pid = 16885, fd = 2 }
-fd_state.file_descriptor: 13589.786785548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "socket:[144907]", pid = 16885, fd = 3 }
-fd_state.file_descriptor: 13589.786790601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16887, fd = 0 }
-fd_state.file_descriptor: 13589.786792843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16887, fd = 1 }
-fd_state.file_descriptor: 13589.786794993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16887, fd = 2 }
-fd_state.file_descriptor: 13589.786798280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/16887/mounts", pid = 16887, fd = 3 }
-fd_state.file_descriptor: 13589.786803376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/control/trace/enabled", pid = 16887, fd = 4 }
-fd_state.file_descriptor: 13589.786807855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16889, fd = 0 }
-fd_state.file_descriptor: 13589.786809905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16889, fd = 1 }
-fd_state.file_descriptor: 13589.786811931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16889, fd = 2 }
-fd_state.file_descriptor: 13589.786814161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/proc/16887/mounts", pid = 16889, fd = 3 }
-fd_state.file_descriptor: 13589.786816188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 16889, fd = 4 }
-fd_state.file_descriptor: 13589.786818659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[145101]", pid = 16889, fd = 5 }
-fd_state.file_descriptor: 13589.786821191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/irq_state_0", pid = 16889, fd = 6 }
-fd_state.file_descriptor: 13589.786824380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/irq_state_0", pid = 16889, fd = 7 }
-fd_state.file_descriptor: 13589.786826696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/syscall_state_0", pid = 16889, fd = 8 }
-fd_state.file_descriptor: 13589.786829191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/syscall_state_0", pid = 16889, fd = 9 }
-fd_state.file_descriptor: 13589.786831681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/softirq_state_0", pid = 16889, fd = 10 }
-fd_state.file_descriptor: 13589.786834170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/softirq_state_0", pid = 16889, fd = 11 }
-fd_state.file_descriptor: 13589.786836604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/module_state_0", pid = 16889, fd = 12 }
-fd_state.file_descriptor: 13589.786839088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/module_state_0", pid = 16889, fd = 13 }
-fd_state.file_descriptor: 13589.786841453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/swap_state_0", pid = 16889, fd = 14 }
-fd_state.file_descriptor: 13589.786844987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/swap_state_0", pid = 16889, fd = 15 }
-fd_state.file_descriptor: 13589.786847613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/global_state_0", pid = 16889, fd = 16 }
-fd_state.file_descriptor: 13589.786850046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/global_state_0", pid = 16889, fd = 17 }
-fd_state.file_descriptor: 13589.786852400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/task_state_0", pid = 16889, fd = 18 }
-fd_state.file_descriptor: 13589.786854902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/task_state_0", pid = 16889, fd = 19 }
-fd_state.file_descriptor: 13589.786857330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/fd_state_0", pid = 16889, fd = 20 }
-fd_state.file_descriptor: 13589.786859689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/fd_state_0", pid = 16889, fd = 21 }
-fd_state.file_descriptor: 13589.786861975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/vm_state_0", pid = 16889, fd = 22 }
-fd_state.file_descriptor: 13589.786864415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/vm_state_0", pid = 16889, fd = 23 }
-fd_state.file_descriptor: 13589.786866681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/netif_state_0", pid = 16889, fd = 24 }
-fd_state.file_descriptor: 13589.786869054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/netif_state_0", pid = 16889, fd = 25 }
-fd_state.file_descriptor: 13589.786871642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/userspace_0", pid = 16889, fd = 26 }
-fd_state.file_descriptor: 13589.786874026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/userspace_0", pid = 16889, fd = 27 }
-fd_state.file_descriptor: 13589.786876602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/kernel_0", pid = 16889, fd = 28 }
-fd_state.file_descriptor: 13589.786879197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/kernel_0", pid = 16889, fd = 29 }
-fd_state.file_descriptor: 13589.786881446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/mm_0", pid = 16889, fd = 30 }
-fd_state.file_descriptor: 13589.786884164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/mm_0", pid = 16889, fd = 31 }
-fd_state.file_descriptor: 13589.786886666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/fs_0", pid = 16889, fd = 32 }
-fd_state.file_descriptor: 13589.786888982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/fs_0", pid = 16889, fd = 33 }
-fd_state.file_descriptor: 13589.786891472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/ipc_0", pid = 16889, fd = 34 }
-fd_state.file_descriptor: 13589.786893973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/ipc_0", pid = 16889, fd = 35 }
-fd_state.file_descriptor: 13589.786896680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/rcu_0", pid = 16889, fd = 36 }
-fd_state.file_descriptor: 13589.786899144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/rcu_0", pid = 16889, fd = 37 }
-fd_state.file_descriptor: 13589.786901566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/pm_0", pid = 16889, fd = 38 }
-fd_state.file_descriptor: 13589.786903907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/pm_0", pid = 16889, fd = 39 }
-fd_state.file_descriptor: 13589.786906235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/net_0", pid = 16889, fd = 40 }
-fd_state.file_descriptor: 13589.786908651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/net_0", pid = 16889, fd = 41 }
-fd_state.file_descriptor: 13589.786910906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/jbd2_0", pid = 16889, fd = 42 }
-fd_state.file_descriptor: 13589.786913321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/jbd2_0", pid = 16889, fd = 43 }
-fd_state.file_descriptor: 13589.786915569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/block_0", pid = 16889, fd = 44 }
-fd_state.file_descriptor: 13589.786917850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/block_0", pid = 16889, fd = 45 }
-fd_state.file_descriptor: 13589.786920240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/input_0", pid = 16889, fd = 46 }
-fd_state.file_descriptor: 13589.786922933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/input_0", pid = 16889, fd = 47 }
-fd_state.file_descriptor: 13589.786925188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/metadata_0", pid = 16889, fd = 48 }
-fd_state.file_descriptor: 13589.786927961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/metadata_0", pid = 16889, fd = 49 }
-fd_state.file_descriptor: 13589.786930284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fd_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filename = "pipe:[145101]", pid = 16889, fd = 50 }
-mm.page_free: 13589.786951806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pfn = 79373, order = 0 }
-module_state.list_module: 13589.786982088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "agpgart", state = 0, refcount = 1 }
-module_state.list_module: 13589.786989384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "thermal_sys", state = 0, refcount = 3 }
-module_state.list_module: 13589.786995876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "vboxvideo", state = 0, refcount = 1 }
-module_state.list_module: 13589.786997903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "fan", state = 0, refcount = 0 }
-module_state.list_module: 13589.787004104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "thermal", state = 0, refcount = 0 }
-module_state.list_module: 13589.787014593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "drm", state = 0, refcount = 2 }
-module_state.list_module: 13589.787020573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ide_core", state = 0, refcount = 4 }
-module_state.list_module: 13589.787026491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "usbcore", state = 0, refcount = 3 }
-module_state.list_module: 13589.787038110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "mii", state = 0, refcount = 1 }
-module_state.list_module: 13589.787040112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "pcnet32", state = 0, refcount = 0 }
-module_state.list_module: 13589.787046468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "scsi_mod", state = 0, refcount = 1 }
-module_state.list_module: 13589.787052757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "button", state = 0, refcount = 0 }
-module_state.list_module: 13589.787059441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "floppy", state = 0, refcount = 0 }
-module_state.list_module: 13589.787065198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ehci_hcd", state = 0, refcount = 0 }
-module_state.list_module: 13589.787067231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "piix", state = 0, refcount = 2 }
-module_state.list_module: 13589.787074088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "libata", state = 0, refcount = 3 }
-module_state.list_module: 13589.787079381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ahci", state = 0, refcount = 0 }
-module_state.list_module: 13589.787084694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ide_pci_generic", state = 0, refcount = 0 }
-module_state.list_module: 13589.787090630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ohci_hcd", state = 0, refcount = 0 }
-module_state.list_module: 13589.787096301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ata_piix", state = 0, refcount = 0 }
-module_state.list_module: 13589.787101868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ata_generic", state = 0, refcount = 0 }
-module_state.list_module: 13589.787107459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "cdrom", state = 0, refcount = 1 }
-module_state.list_module: 13589.787109596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ide_gd_mod", state = 0, refcount = 3 }
-module_state.list_module: 13589.787121265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ide_cd_mod", state = 0, refcount = 0 }
-module_state.list_module: 13589.787127998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "vboxadd", state = 0, refcount = 7 }
-module_state.list_module: 13589.787133206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd_page_alloc", state = 0, refcount = 2 }
-module_state.list_module: 13589.787138592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "processor", state = 0, refcount = 0 }
-module_state.list_module: 13589.787143658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "soundcore", state = 0, refcount = 1 }
-module_state.list_module: 13589.787149902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd", state = 0, refcount = 10 }
-module_state.list_module: 13589.787154931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "evdev", state = 0, refcount = 7 }
-module_state.list_module: 13589.787160021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "i2c_core", state = 0, refcount = 2 }
-module_state.list_module: 13589.787164809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "serio_raw", state = 0, refcount = 0 }
-module_state.list_module: 13589.787171611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "psmouse", state = 0, refcount = 0 }
-module_state.list_module: 13589.787185194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "pcspkr", state = 0, refcount = 0 }
-module_state.list_module: 13589.787190340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "i2c_piix4", state = 0, refcount = 0 }
-module_state.list_module: 13589.787196258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd_timer", state = 0, refcount = 1 }
-module_state.list_module: 13589.787201423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "battery", state = 0, refcount = 0 }
-module_state.list_module: 13589.787206741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ac", state = 0, refcount = 0 }
-module_state.list_module: 13589.787213604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd_pcm", state = 0, refcount = 3 }
-module_state.list_module: 13589.787219052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd_mixer_oss", state = 0, refcount = 1 }
-module_state.list_module: 13589.787252632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd_pcm_oss", state = 0, refcount = 0 }
-module_state.list_module: 13589.787259879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "ac97_bus", state = 0, refcount = 1 }
-module_state.list_module: 13589.787271777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd_ac97_codec", state = 0, refcount = 1 }
-module_state.list_module: 13589.787277905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "snd_intel8x0", state = 0, refcount = 2 }
-module_state.list_module: 13589.787284329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "loop", state = 0, refcount = 0 }
-module_state.list_module: 13589.787289536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/module_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "vboxvfs", state = 0, refcount = 0 }
-vm_state.vm_map: 13589.787295541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 411603 }
-vm_state.vm_map: 13589.787303497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 134545408, end = 134549504, flags = 135272563, pgoff = 28672, inode = 411603 }
-vm_state.vm_map: 13589.787305876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 152862720, end = 152997888, flags = 1048691, pgoff = 152862720, inode = 0 }
-vm_state.vm_map: 13589.787308124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3076493312, end = 3076497408, flags = 1048691, pgoff = 3076493312, inode = 0 }
-vm_state.vm_map: 13589.787311634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3076497408, end = 3076505600, flags = 134217845, pgoff = 0, inode = 499911 }
-vm_state.vm_map: 13589.787314376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3076505600, end = 3076509696, flags = 135266417, pgoff = 4096, inode = 499911 }
-vm_state.vm_map: 13589.787316649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3076509696, end = 3076513792, flags = 135266419, pgoff = 8192, inode = 499911 }
-vm_state.vm_map: 13589.787323512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3076513792, end = 3077828608, flags = 134217845, pgoff = 0, inode = 499857 }
-vm_state.vm_map: 13589.787326070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3077828608, end = 3077836800, flags = 135266417, pgoff = 1314816, inode = 499857 }
-vm_state.vm_map: 13589.787328306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3077836800, end = 3077840896, flags = 135266419, pgoff = 1323008, inode = 499857 }
-vm_state.vm_map: 13589.787330394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3077840896, end = 3077857280, flags = 1048691, pgoff = 3077840896, inode = 0 }
-vm_state.vm_map: 13589.787333063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3077857280, end = 3077955584, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.787335040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3077955584, end = 3077959680, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.787337146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3077959680, end = 3077963776, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.787340024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3077963776, end = 3078180864, flags = 134217845, pgoff = 0, inode = 499723 }
-vm_state.vm_map: 13589.787342501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3078180864, end = 3078184960, flags = 135266419, pgoff = 217088, inode = 499723 }
-vm_state.vm_map: 13589.787344578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3078279168, end = 3078283264, flags = 1048691, pgoff = 3078279168, inode = 0 }
-vm_state.vm_map: 13589.787346542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3078283264, end = 3078287360, flags = 67371125, pgoff = 3078283264, inode = 0 }
-vm_state.vm_map: 13589.787349859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3078287360, end = 3078402048, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.787351997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3078402048, end = 3078406144, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.787353948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3078406144, end = 3078410240, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.787356512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1, start = 3214368768, end = 3214454784, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.787390086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 134512640, end = 134873088, flags = 134223989, pgoff = 0, inode = 409611 }
-vm_state.vm_map: 13589.787395646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 134873088, end = 134881280, flags = 135272563, pgoff = 356352, inode = 409611 }
-vm_state.vm_map: 13589.787401032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 134881280, end = 134918144, flags = 1048691, pgoff = 134881280, inode = 0 }
-vm_state.vm_map: 13589.787404053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 156303360, end = 156438528, flags = 1048691, pgoff = 156303360, inode = 0 }
-vm_state.vm_map: 13589.787413098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3077283840, end = 3077324800, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.787415908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3077324800, end = 3077328896, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.787418162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3077328896, end = 3077332992, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.787422814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3077332992, end = 3077337088, flags = 1048691, pgoff = 3077332992, inode = 0 }
-vm_state.vm_map: 13589.787431579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3077337088, end = 3078651904, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.787434261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078651904, end = 3078660096, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.787436682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078660096, end = 3078664192, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.787438986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078664192, end = 3078676480, flags = 1048691, pgoff = 3078664192, inode = 0 }
-vm_state.vm_map: 13589.787444237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078766592, end = 3078778880, flags = 1048691, pgoff = 3078766592, inode = 0 }
-vm_state.vm_map: 13589.787446202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078778880, end = 3078782976, flags = 67371125, pgoff = 3078778880, inode = 0 }
-vm_state.vm_map: 13589.787449290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078782976, end = 3078897664, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.787451755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078897664, end = 3078901760, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.787453917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3078901760, end = 3078905856, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.787456339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1195, start = 3217453056, end = 3217539072, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.787583895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 134512640, end = 134725632, flags = 134223989, pgoff = 0, inode = 22952 }
-vm_state.vm_map: 13589.787588764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 134725632, end = 134729728, flags = 135272563, pgoff = 208896, inode = 22952 }
-vm_state.vm_map: 13589.787594780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 134729728, end = 134733824, flags = 1048691, pgoff = 134729728, inode = 0 }
-vm_state.vm_map: 13589.787597053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 164823040, end = 164958208, flags = 1048691, pgoff = 164823040, inode = 0 }
-vm_state.vm_map: 13589.787602341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3076730880, end = 3077001216, flags = 1048691, pgoff = 3076730880, inode = 0 }
-vm_state.vm_map: 13589.787607840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3077001216, end = 3078316032, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.787612892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078316032, end = 3078324224, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.787615270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078324224, end = 3078328320, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.787617550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078328320, end = 3078340608, flags = 1048691, pgoff = 3078328320, inode = 0 }
-vm_state.vm_map: 13589.787622727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078340608, end = 3078402048, flags = 134217845, pgoff = 0, inode = 22689 }
-vm_state.vm_map: 13589.787625049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078402048, end = 3078406144, flags = 135266419, pgoff = 61440, inode = 22689 }
-vm_state.vm_map: 13589.787627385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078406144, end = 3078410240, flags = 1048691, pgoff = 3078406144, inode = 0 }
-vm_state.vm_map: 13589.787635805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078410240, end = 3078422528, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 13589.787638041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078422528, end = 3078426624, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 13589.787640431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078426624, end = 3078430720, flags = 1048691, pgoff = 3078426624, inode = 0 }
-vm_state.vm_map: 13589.787643341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078430720, end = 3078615040, flags = 134217845, pgoff = 0, inode = 22949 }
-vm_state.vm_map: 13589.787645842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078615040, end = 3078619136, flags = 135266419, pgoff = 184320, inode = 22949 }
-vm_state.vm_map: 13589.787648481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3078619136, end = 3079081984, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 13589.787650704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3079081984, end = 3079094272, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 13589.787653138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3079180288, end = 3079196672, flags = 1048691, pgoff = 3079180288, inode = 0 }
-vm_state.vm_map: 13589.787655460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3079196672, end = 3079200768, flags = 67371125, pgoff = 3079196672, inode = 0 }
-vm_state.vm_map: 13589.787657925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3079200768, end = 3079315456, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.787660761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3079315456, end = 3079319552, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.787665628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3079319552, end = 3079323648, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.787667704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1238, start = 3216420864, end = 3216506880, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.787675222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 134512640, end = 134770688, flags = 134223989, pgoff = 0, inode = 19720 }
-vm_state.vm_map: 13589.787677446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 134770688, end = 134782976, flags = 135272563, pgoff = 253952, inode = 19720 }
-vm_state.vm_map: 13589.787679515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 134782976, end = 134787072, flags = 1048691, pgoff = 134782976, inode = 0 }
-vm_state.vm_map: 13589.787684556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 157077504, end = 157483008, flags = 1048691, pgoff = 157077504, inode = 0 }
-vm_state.vm_map: 13589.787694323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3050520576, end = 3050635264, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.787696404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3050635264, end = 3050639360, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.787702057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3050639360, end = 3050643456, flags = 1048688, pgoff = 3050639360, inode = 0 }
-vm_state.vm_map: 13589.787704120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3050643456, end = 3059032064, flags = 1048691, pgoff = 3050643456, inode = 0 }
-vm_state.vm_map: 13589.787706158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3059032064, end = 3059036160, flags = 1048688, pgoff = 3059032064, inode = 0 }
-vm_state.vm_map: 13589.787709069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3059036160, end = 3067424768, flags = 1048691, pgoff = 3059036160, inode = 0 }
-vm_state.vm_map: 13589.787711478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3067424768, end = 3067428864, flags = 1048688, pgoff = 3067424768, inode = 0 }
-vm_state.vm_map: 13589.787713423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3067428864, end = 3075817472, flags = 1048691, pgoff = 3067428864, inode = 0 }
-vm_state.vm_map: 13589.787717216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075817472, end = 3075854336, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.787719477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075854336, end = 3075858432, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.787721565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075858432, end = 3075862528, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.787724617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075862528, end = 3075940352, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.787726854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075940352, end = 3075944448, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.787729224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075944448, end = 3075948544, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.787731418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075948544, end = 3075956736, flags = 1048691, pgoff = 3075948544, inode = 0 }
-vm_state.vm_map: 13589.787734136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075956736, end = 3075981312, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.787736353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075981312, end = 3075985408, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.787738367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3075985408, end = 3075989504, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.787744051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3076083712, end = 3076104192, flags = 134217845, pgoff = 0, inode = 33292 }
-vm_state.vm_map: 13589.787746120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3076104192, end = 3076108288, flags = 135266419, pgoff = 16384, inode = 33292 }
-vm_state.vm_map: 13589.787751050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3076108288, end = 3076116480, flags = 1048691, pgoff = 3076108288, inode = 0 }
-vm_state.vm_map: 13589.787753305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3076116480, end = 3077431296, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.787756134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077431296, end = 3077439488, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.787758549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077439488, end = 3077443584, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.787761076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077443584, end = 3077455872, flags = 1048691, pgoff = 3077443584, inode = 0 }
-vm_state.vm_map: 13589.787769137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077455872, end = 3077484544, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.787771405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077484544, end = 3077488640, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.787773579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077488640, end = 3077492736, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.787776130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077492736, end = 3077500928, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.787778384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077500928, end = 3077505024, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.787780677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077505024, end = 3077509120, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.787782635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077509120, end = 3077513216, flags = 1048691, pgoff = 3077509120, inode = 0 }
-vm_state.vm_map: 13589.787785377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077513216, end = 3077599232, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.787787768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077599232, end = 3077603328, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.787790190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077603328, end = 3077607424, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.787792167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077607424, end = 3077615616, flags = 1048691, pgoff = 3077607424, inode = 0 }
-vm_state.vm_map: 13589.788528579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077615616, end = 3077697536, flags = 134217845, pgoff = 0, inode = 1065249 }
-kernel.irq_entry: 13589.788635257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_itimer_expired: 13589.788673166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { pid = 1852 }
-kernel.send_signal: 13589.788693578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { pid = 1852, signal = 14 }
-kernel.irq_exit: 13589.788734904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
-vm_state.vm_map: 13589.788746314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077697536, end = 3077701632, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.788749526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077701632, end = 3077709824, flags = 134217845, pgoff = 0, inode = 33286 }
-vm_state.vm_map: 13589.788751836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077709824, end = 3077713920, flags = 135266419, pgoff = 4096, inode = 33286 }
-vm_state.vm_map: 13589.788754232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077718016, end = 3077722112, flags = 1048691, pgoff = 3077718016, inode = 0 }
-vm_state.vm_map: 13589.788758576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077722112, end = 3077763072, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.788762436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077763072, end = 3077767168, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.788764660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077767168, end = 3077771264, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.788767922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077771264, end = 3077791744, flags = 134217845, pgoff = 0, inode = 33281 }
-vm_state.vm_map: 13589.788770393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077791744, end = 3077795840, flags = 135266419, pgoff = 16384, inode = 33281 }
-vm_state.vm_map: 13589.788772716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077795840, end = 3077804032, flags = 1048691, pgoff = 3077795840, inode = 0 }
-vm_state.vm_map: 13589.788774705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077804032, end = 3077808128, flags = 67371125, pgoff = 3077804032, inode = 0 }
-vm_state.vm_map: 13589.788778016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077808128, end = 3077922816, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.788780048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077922816, end = 3077926912, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.788782451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3077926912, end = 3077931008, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.788784459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1280, start = 3218161664, end = 3218247680, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.788798648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 134512640, end = 134602752, flags = 134223989, pgoff = 0, inode = 1353012 }
-vm_state.vm_map: 13589.788803634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 134602752, end = 134606848, flags = 135272563, pgoff = 90112, inode = 1353012 }
-vm_state.vm_map: 13589.788806099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 134606848, end = 134651904, flags = 1048691, pgoff = 134606848, inode = 0 }
-vm_state.vm_map: 13589.788808897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 152100864, end = 152236032, flags = 1048691, pgoff = 152100864, inode = 0 }
-vm_state.vm_map: 13589.788812084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3075747840, end = 3075751936, flags = 1048691, pgoff = 3075747840, inode = 0 }
-vm_state.vm_map: 13589.788815402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3075751936, end = 3077066752, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.788817533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077066752, end = 3077074944, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.788819664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077074944, end = 3077079040, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.788822023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077079040, end = 3077091328, flags = 1048691, pgoff = 3077079040, inode = 0 }
-vm_state.vm_map: 13589.788825533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077091328, end = 3077206016, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.788827911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077206016, end = 3077210112, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.788830042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077210112, end = 3077214208, flags = 1048691, pgoff = 3077210112, inode = 0 }
-vm_state.vm_map: 13589.788833717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077214208, end = 3077361664, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.788836362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077361664, end = 3077365760, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.788838752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077365760, end = 3077369856, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.788841816 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3077369856, end = 3078307840, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.788843848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078307840, end = 3078324224, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.788845807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078324224, end = 3078328320, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.788848414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078328320, end = 3078356992, flags = 1048691, pgoff = 3078328320, inode = 0 }
-vm_state.vm_map: 13589.788856000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078430720, end = 3078447104, flags = 134217937, pgoff = 0, inode = 1165299 }
-vm_state.vm_map: 13589.788859100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078447104, end = 3078451200, flags = 134217937, pgoff = 0, inode = 1165298 }
-vm_state.vm_map: 13589.788861923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078451200, end = 3078459392, flags = 1048691, pgoff = 3078451200, inode = 0 }
-vm_state.vm_map: 13589.788864253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078459392, end = 3078463488, flags = 67371125, pgoff = 3078459392, inode = 0 }
-vm_state.vm_map: 13589.788868107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078463488, end = 3078578176, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.788875519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078578176, end = 3078582272, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.788877854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3078582272, end = 3078586368, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.788880332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1336, start = 3219582976, end = 3219668992, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.788889431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 18385 }
-vm_state.vm_map: 13589.788892063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 134545408, end = 134549504, flags = 135272563, pgoff = 28672, inode = 18385 }
-vm_state.vm_map: 13589.788894391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 134549504, end = 134553600, flags = 1048691, pgoff = 134549504, inode = 0 }
-vm_state.vm_map: 13589.788896678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 149598208, end = 149733376, flags = 1048691, pgoff = 149598208, inode = 0 }
-vm_state.vm_map: 13589.788899093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075035136, end = 3075076096, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.788902274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075076096, end = 3075080192, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.788904720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075080192, end = 3075084288, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.788907649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075084288, end = 3075162112, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.788909786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075162112, end = 3075166208, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.788912053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075166208, end = 3075170304, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.788914233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075170304, end = 3075178496, flags = 1048691, pgoff = 3075170304, inode = 0 }
-vm_state.vm_map: 13589.788922073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3075272704, end = 3076603904, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.788924475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3076603904, end = 3076608000, flags = 1048691, pgoff = 3076603904, inode = 0 }
-vm_state.vm_map: 13589.788927596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3076608000, end = 3076616192, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.788929930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3076616192, end = 3076620288, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.788931981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3076620288, end = 3076624384, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.788934452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3076624384, end = 3077939200, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.788936496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3077939200, end = 3077947392, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.788938647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3077947392, end = 3077951488, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.788941074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3077951488, end = 3077967872, flags = 1048691, pgoff = 3077951488, inode = 0 }
-vm_state.vm_map: 13589.788943761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3077967872, end = 3078066176, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.788945831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078066176, end = 3078070272, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.788948233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078070272, end = 3078074368, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.788956480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078074368, end = 3078115328, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 13589.788958989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078115328, end = 3078119424, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 13589.788962405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078123520, end = 3078160384, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.788964845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078160384, end = 3078164480, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.788967446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078164480, end = 3078168576, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.788970152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078168576, end = 3078193152, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.788972221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078193152, end = 3078197248, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.788974543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078197248, end = 3078201344, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.788976817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078205440, end = 3078221824, flags = 1048691, pgoff = 3078205440, inode = 0 }
-vm_state.vm_map: 13589.788978893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078221824, end = 3078225920, flags = 67371125, pgoff = 3078221824, inode = 0 }
-vm_state.vm_map: 13589.788981394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078225920, end = 3078340608, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.788983939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078340608, end = 3078344704, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.788986700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3078344704, end = 3078348800, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.788988968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1368, start = 3220443136, end = 3220529152, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.788995386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076579328, end = 3076620288, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.788998190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076620288, end = 3076624384, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.789000464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076624384, end = 3076628480, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.789003318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076628480, end = 3076665344, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.789005833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076665344, end = 3076669440, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.789008161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076669440, end = 3076673536, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.789010366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076673536, end = 3076751360, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.789012516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076751360, end = 3076755456, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.789014542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076755456, end = 3076759552, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.789017082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076759552, end = 3076767744, flags = 1048691, pgoff = 3076759552, inode = 0 }
-vm_state.vm_map: 13589.789019589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076767744, end = 3076792320, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.789021838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076792320, end = 3076796416, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.789024914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076796416, end = 3076800512, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.789027002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076800512, end = 3076808704, flags = 1048691, pgoff = 3076800512, inode = 0 }
-vm_state.vm_map: 13589.789029411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076808704, end = 3076816896, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.789031623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076816896, end = 3076820992, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.789033859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076820992, end = 3076825088, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.789036510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3076825088, end = 3078139904, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.789038746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078139904, end = 3078148096, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.789040994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078148096, end = 3078152192, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.789043162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078152192, end = 3078164480, flags = 1048691, pgoff = 3078152192, inode = 0 }
-vm_state.vm_map: 13589.789046127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078164480, end = 3078193152, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.789048283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078193152, end = 3078197248, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.789050822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078197248, end = 3078201344, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.789053472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078201344, end = 3078287360, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.789055844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078287360, end = 3078291456, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.789058087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078291456, end = 3078295552, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.789060057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078295552, end = 3078307840, flags = 1048691, pgoff = 3078295552, inode = 0 }
-vm_state.vm_map: 13589.789062707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078307840, end = 3078406144, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.789064993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078406144, end = 3078410240, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.789065818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078410240, end = 3078414336, flags = 135266419, pgoff = 98304, inode = 499877 }
-kernel.irq_entry: 13589.789090442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.sched_try_wakeup: 13589.789718775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { pid = 2259, cpu_id = 0, state = 1 }
-kernel.irq_exit: 13589.789753992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.sched_schedule: 13589.789781723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { prev_pid = 16887, next_pid = 2259, prev_state = 0 }
-fs.pollfd: 13589.790028522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { fd = 4 }
-fs.pollfd: 13589.790039740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { fd = 3 }
-fs.pollfd: 13589.790043509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { fd = 11 }
-kernel.syscall_exit: 13589.790051354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.790074272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.790078892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.790092878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 13 [syscall 13] }
-kernel.syscall_exit: 13589.790094707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 1262715366 }
-kernel.syscall_entry: 13589.790112454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.790206258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 12 }
-kernel.syscall_exit: 13589.790207716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 857 }
-kernel.syscall_entry: 13589.790238708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.790240703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 12 }
-kernel.syscall_exit: 13589.790241932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.790249716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [syscall 140] }
-fs.llseek: 13589.790253459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 12, offset = 0, origin = 0 }
-kernel.syscall_exit: 13589.790255294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.790392364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 5 [syscall 5] }
-fs.open: 13589.790453909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 14, filename = "/proc/loadavg" }
-kernel.syscall_exit: 13589.790457808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 14 }
-kernel.syscall_entry: 13589.790465708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 197 [syscall 197] }
-kernel.syscall_exit: 13589.790469137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.790473029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 192 [syscall 192] }
-kernel.syscall_exit: 13589.790487946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = -1215705088 }
-kernel.syscall_entry: 13589.790491295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
-kernel.page_fault_entry: 13589.790509011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, TRAP { ip = 0xc142bf44, address = 0xb789d000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.790603965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { res = 0 }
-fs.read: 13589.790689762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 14 }
-kernel.syscall_exit: 13589.790691312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 27 }
-kernel.syscall_entry: 13589.790722564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 6 [syscall 6] }
-fs.close: 13589.790724696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 14 }
-kernel.syscall_exit: 13589.790891436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.790897243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 91 [syscall 91] }
-mm.page_free: 13589.790937105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { pfn = 16806, order = 0 }
-kernel.syscall_exit: 13589.791079488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.791146185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.791229654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 6 }
-kernel.syscall_exit: 13589.791231508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 1024 }
-kernel.syscall_entry: 13589.791328295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.791351373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 6 }
-kernel.syscall_exit: 13589.791353950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 292 }
-kernel.syscall_entry: 13589.791375527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.791378980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 6 }
-kernel.syscall_exit: 13589.791380215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.791386288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [syscall 140] }
-fs.llseek: 13589.791392188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 6, offset = 0, origin = 0 }
-kernel.syscall_exit: 13589.791394529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.791421524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.791462010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 8 }
-kernel.syscall_exit: 13589.791463369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 447 }
-kernel.syscall_entry: 13589.791479301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.791481024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 8 }
-kernel.syscall_exit: 13589.791482284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.791485788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [syscall 140] }
-fs.llseek: 13589.791488542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 8, offset = 0, origin = 0 }
-kernel.syscall_exit: 13589.791490241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.791500273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.791530289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 9 }
-kernel.syscall_exit: 13589.791531605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 1024 }
-kernel.syscall_entry: 13589.791545857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.791553992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 9 }
-kernel.syscall_exit: 13589.791555178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 375 }
-kernel.syscall_entry: 13589.791561250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.791562696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 9 }
-kernel.syscall_exit: 13589.791563919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.791567317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [syscall 140] }
-fs.llseek: 13589.791569071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 9, offset = 0, origin = 0 }
-kernel.syscall_exit: 13589.791570708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.791823573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.791831097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3 }
-kernel.syscall_exit: 13589.791839764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.791844206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 146 [syscall 146] }
-fs.writev: 13589.791866537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3, vlen = 3 }
-kernel.syscall_exit: 13589.791868118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 672 }
-kernel.syscall_entry: 13589.791877199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.791881047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 13589.791882240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.791892526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.791897041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.791902471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.791907419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 13589.791911212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.791913115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 11 }
-kernel.sched_schedule: 13589.791963640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { prev_pid = 2259, next_pid = 1852, prev_state = 1 }
-kernel.syscall_entry: 13589.792473732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726408, syscall_id = 119 [syscall 119] }
-kernel.syscall_exit: 13589.792480780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -1375854976 }
-kernel.syscall_entry: 13589.792664317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.792710103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.792719777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.792745080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
-fs.select: 13589.792754834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792760813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792764113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792775961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792779735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792783121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792785956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792789162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792791935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792794790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792797291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792801683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792805050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792807737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792811443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792814612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792818554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792822576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792825466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792829265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792833614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792836845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792839680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792843399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792847075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792850281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792852955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792857051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792860442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792863463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792866478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792869017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792871716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.792874378 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 0, end_time_nsec = 0 }
-kernel.syscall_exit: 13589.792878715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.792890743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.792892626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 13589.792901361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.792906321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.792911035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.793298157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.793319384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.793322431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.793331571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 13589.793379632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.793405496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.793869560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { fd = 8 }
-kernel.syscall_exit: 13589.793878649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.793897105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.793914624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.793915874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 64 }
-kernel.syscall_entry: 13589.793970685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.793973512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.793974774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.794006143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.794008858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.794012115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.794016611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
-fs.writev: 13589.794027159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 13589.794028668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
-kernel.syscall_entry: 13589.794036556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.794038139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.794058521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-fs.writev: 13589.794312405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
-kernel.syscall_exit: 13589.794314800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 64 }
-kernel.syscall_entry: 13589.794330657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.794336101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.794342055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.794346716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.794357764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.794378406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
-fs.select: 13589.794388572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794393252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794396577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794410913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794415045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794419226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794422576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794426005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794428937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794431917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794434540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794437921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794441358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794444652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794448649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794451777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794455656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794459604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794469843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794473883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794478113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794482117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794485756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794489488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794492684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794496587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794499735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794502468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794505990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794508977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794511859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794515566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794518418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794521693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784777073 }
-fs.select: 13589.794524606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784777073 }
-mm.page_free: 13589.794534662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 79373, order = 0 }
-kernel.syscall_exit: 13589.794542624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 2 }
-kernel.syscall_entry: 13589.794555352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.794557329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 13589.794570648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.794574097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.794576535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.irq_entry: 13589.794643900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 13589.794667496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { jiffies = 4296292862, xtime_sec = 1262715366, xtime_nsec = 301133045, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
-kernel.softirq_raise: 13589.794711962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.softirq_raise: 13589.794724463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 9 [softirq 9] }
-kernel.irq_exit: 13589.794764594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 13589.794772038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 13589.794797526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325616, function = 0xc10471de, data = 0 }
-kernel.timer_set: 13589.794818408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325567, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 13589.794823014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.softirq_entry: 13589.794824774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
-rcu.tree_callback: 13589.794916633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 13589.794923270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 13589.794924977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 13589.795082926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 13589.795091153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 13589.795092908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc141a9af }
-kernel.softirq_exit: 13589.795096695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
-kernel.syscall_entry: 13589.795101979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-kernel.sched_schedule: 13589.795113038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 16887, prev_state = 0 }
-vm_state.vm_map: 13589.795354458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078414336, end = 3078561792, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.795357599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078561792, end = 3078569984, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.795359600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078664192, end = 3078672384, flags = 1048691, pgoff = 3078664192, inode = 0 }
-vm_state.vm_map: 13589.795361688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078672384, end = 3078676480, flags = 67371125, pgoff = 3078672384, inode = 0 }
-vm_state.vm_map: 13589.795364853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078676480, end = 3078791168, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.795366977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078791168, end = 3078795264, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.795369138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078795264, end = 3078799360, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.795374447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3078799360, end = 3079090176, flags = 134223989, pgoff = 0, inode = 20940 }
-vm_state.vm_map: 13589.795376614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3079090176, end = 3079094272, flags = 135272561, pgoff = 286720, inode = 20940 }
-vm_state.vm_map: 13589.795378628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3079094272, end = 3079098368, flags = 135272563, pgoff = 290816, inode = 20940 }
-vm_state.vm_map: 13589.795380887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3092787200, end = 3093331968, flags = 1048691, pgoff = 3092787200, inode = 0 }
-vm_state.vm_map: 13589.795383000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1378, start = 3215458304, end = 3215544320, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.795412089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 134512640, end = 134594560, flags = 134223989, pgoff = 0, inode = 1327123 }
-vm_state.vm_map: 13589.795414602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 134594560, end = 134602752, flags = 135272563, pgoff = 81920, inode = 1327123 }
-vm_state.vm_map: 13589.795416844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 134602752, end = 134610944, flags = 1048691, pgoff = 134602752, inode = 0 }
-vm_state.vm_map: 13589.795419153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 156196864, end = 156332032, flags = 1048691, pgoff = 156196864, inode = 0 }
-vm_state.vm_map: 13589.795421481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3077312512, end = 3077320704, flags = 1048691, pgoff = 3077312512, inode = 0 }
-vm_state.vm_map: 13589.795424270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3077320704, end = 3078635520, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.795426703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078635520, end = 3078643712, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.795428858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078643712, end = 3078647808, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.795431080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078647808, end = 3078660096, flags = 1048691, pgoff = 3078647808, inode = 0 }
-vm_state.vm_map: 13589.795436672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078660096, end = 3078807552, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.795438950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078807552, end = 3078811648, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.795441105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078811648, end = 3078815744, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.795443280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078909952, end = 3078918144, flags = 1048691, pgoff = 3078909952, inode = 0 }
-vm_state.vm_map: 13589.795445570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078918144, end = 3078922240, flags = 67371125, pgoff = 3078918144, inode = 0 }
-vm_state.vm_map: 13589.795448286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3078922240, end = 3079036928, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.795450693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3079036928, end = 3079041024, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.795452800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3079041024, end = 3079045120, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.795455238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1387, start = 3216125952, end = 3216211968, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.795461322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
-vm_state.vm_map: 13589.795463484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
-vm_state.vm_map: 13589.795465621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
-vm_state.vm_map: 13589.795467966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 167739392, end = 167837696, flags = 1048691, pgoff = 167739392, inode = 0 }
-vm_state.vm_map: 13589.795470528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077042176, end = 3077083136, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.795472573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077083136, end = 3077087232, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.795474531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077087232, end = 3077091328, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.795477290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077091328, end = 3077128192, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.795479340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077128192, end = 3077132288, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.795481508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077132288, end = 3077136384, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.795483823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077136384, end = 3077214208, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.795486336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077214208, end = 3077218304, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.795488509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077218304, end = 3077222400, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.795490677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077222400, end = 3077230592, flags = 1048691, pgoff = 3077222400, inode = 0 }
-vm_state.vm_map: 13589.795493121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077230592, end = 3077255168, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.795495320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077255168, end = 3077259264, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.795497278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077259264, end = 3077263360, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.795499581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077263360, end = 3077267456, flags = 1048691, pgoff = 3077263360, inode = 0 }
-vm_state.vm_map: 13589.795501773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3077267456, end = 3078582272, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.795503929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078582272, end = 3078590464, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.795505899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078590464, end = 3078594560, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.795508054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078594560, end = 3078610944, flags = 1048691, pgoff = 3078594560, inode = 0 }
-vm_state.vm_map: 13589.795510437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078610944, end = 3078619136, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.795512593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078619136, end = 3078623232, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.795514630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078623232, end = 3078627328, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.795517193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078627328, end = 3078844416, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 13589.795519342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078844416, end = 3078856704, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 13589.795521725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078950912, end = 3078959104, flags = 1048691, pgoff = 3078950912, inode = 0 }
-vm_state.vm_map: 13589.795524022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078959104, end = 3078963200, flags = 67371125, pgoff = 3078959104, inode = 0 }
-vm_state.vm_map: 13589.795526245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3078963200, end = 3079077888, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.795528419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3079077888, end = 3079081984, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.795530623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3079081984, end = 3079086080, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.795532883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1417, start = 3219046400, end = 3219132416, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.795535519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2949386240, end = 2949390336, flags = 1048688, pgoff = 2949386240, inode = 0 }
-vm_state.vm_map: 13589.795537588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2949390336, end = 2957778944, flags = 1048691, pgoff = 2949390336, inode = 0 }
-vm_state.vm_map: 13589.795539921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2957778944, end = 2957783040, flags = 1048688, pgoff = 2957778944, inode = 0 }
-vm_state.vm_map: 13589.795541990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2957783040, end = 2966171648, flags = 1048691, pgoff = 2957783040, inode = 0 }
-vm_state.vm_map: 13589.795544282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2966171648, end = 2966175744, flags = 1048688, pgoff = 2966171648, inode = 0 }
-vm_state.vm_map: 13589.795546357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2966175744, end = 2974564352, flags = 1048691, pgoff = 2966175744, inode = 0 }
-vm_state.vm_map: 13589.795548660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2974564352, end = 2974568448, flags = 1048688, pgoff = 2974564352, inode = 0 }
-vm_state.vm_map: 13589.795550765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2974568448, end = 2985078784, flags = 1048691, pgoff = 2974568448, inode = 0 }
-vm_state.vm_map: 13589.795552859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2987335680, end = 2987339776, flags = 1048688, pgoff = 2987335680, inode = 0 }
-vm_state.vm_map: 13589.795554823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2987339776, end = 2987536384, flags = 1048691, pgoff = 2987339776, inode = 0 }
-vm_state.vm_map: 13589.795557662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2987536384, end = 2987540480, flags = 1048688, pgoff = 2987536384, inode = 0 }
-vm_state.vm_map: 13589.795560261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2987540480, end = 2987737088, flags = 1048691, pgoff = 2987540480, inode = 0 }
-vm_state.vm_map: 13589.795562557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2987737088, end = 2987741184, flags = 1048688, pgoff = 2987737088, inode = 0 }
-vm_state.vm_map: 13589.795564720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2987741184, end = 2996129792, flags = 1048691, pgoff = 2987741184, inode = 0 }
-vm_state.vm_map: 13589.795566801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2996129792, end = 2996133888, flags = 1048688, pgoff = 2996129792, inode = 0 }
-vm_state.vm_map: 13589.795569079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 2996133888, end = 3004522496, flags = 1048691, pgoff = 2996133888, inode = 0 }
-vm_state.vm_map: 13589.795571253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3004522496, end = 3004526592, flags = 1048688, pgoff = 3004522496, inode = 0 }
-vm_state.vm_map: 13589.795573408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3004526592, end = 3058089984, flags = 1048691, pgoff = 3004526592, inode = 0 }
-vm_state.vm_map: 13589.795575895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058089984, end = 3058130944, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.795578174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058130944, end = 3058135040, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.795580336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058135040, end = 3058139136, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.795582540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058139136, end = 3058176000, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.795584622 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058176000, end = 3058180096, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.795586937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058180096, end = 3058184192, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.795589197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058184192, end = 3058208768, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.795591407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058208768, end = 3058212864, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.795593753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058212864, end = 3058216960, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.795595952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058216960, end = 3058221056, flags = 1048688, pgoff = 3058216960, inode = 0 }
-vm_state.vm_map: 13589.795598138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3058221056, end = 3066617856, flags = 1048691, pgoff = 3058221056, inode = 0 }
-vm_state.vm_map: 13589.795600441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3066617856, end = 3067932672, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.795602553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3067932672, end = 3067940864, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.795604850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3067940864, end = 3067944960, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.795606950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3067944960, end = 3067957248, flags = 1048691, pgoff = 3067944960, inode = 0 }
-vm_state.vm_map: 13589.795609629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3067957248, end = 3068071936, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.795611913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3068071936, end = 3068076032, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.795613963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3068076032, end = 3068080128, flags = 1048691, pgoff = 3068076032, inode = 0 }
-vm_state.vm_map: 13589.795616317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3068080128, end = 3068227584, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.795618410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3068227584, end = 3068231680, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.795620584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3068231680, end = 3068235776, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.795623034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3068235776, end = 3069173760, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.795625208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069173760, end = 3069190144, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.795627185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069190144, end = 3069194240, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.795629820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069194240, end = 3069222912, flags = 1048691, pgoff = 3069194240, inode = 0 }
-vm_state.vm_map: 13589.795632185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069222912, end = 3069300736, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.795634340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069300736, end = 3069304832, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.795636286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069304832, end = 3069308928, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.795638737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069308928, end = 3069317120, flags = 1048691, pgoff = 3069308928, inode = 0 }
-vm_state.vm_map: 13589.795643923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069317120, end = 3069353984, flags = 134217845, pgoff = 0, inode = 508755 }
-vm_state.vm_map: 13589.795646101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069353984, end = 3069358080, flags = 135266417, pgoff = 32768, inode = 508755 }
-vm_state.vm_map: 13589.795648270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069358080, end = 3069362176, flags = 135266419, pgoff = 36864, inode = 508755 }
-vm_state.vm_map: 13589.795650560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069362176, end = 3069521920, flags = 1048691, pgoff = 3069362176, inode = 0 }
-vm_state.vm_map: 13589.795652888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069521920, end = 3069530112, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.795655043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069530112, end = 3069534208, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.795657025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069534208, end = 3069538304, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.795659631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069538304, end = 3069566976, flags = 134217845, pgoff = 0, inode = 499851 }
-vm_state.vm_map: 13589.795661835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069566976, end = 3069571072, flags = 135266419, pgoff = 28672, inode = 499851 }
-vm_state.vm_map: 13589.795663873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069571072, end = 3069575168, flags = 1048691, pgoff = 3069571072, inode = 0 }
-vm_state.vm_map: 13589.795667021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069575168, end = 3069657088, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.795669170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069657088, end = 3069661184, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.795671768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069661184, end = 3069747200, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.795673800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069747200, end = 3069751296, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.795675845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069751296, end = 3069755392, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.795678019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069755392, end = 3069763584, flags = 1048691, pgoff = 3069755392, inode = 0 }
-vm_state.vm_map: 13589.795679983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069857792, end = 3069865984, flags = 1048691, pgoff = 3069857792, inode = 0 }
-vm_state.vm_map: 13589.795682205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069865984, end = 3069870080, flags = 67371125, pgoff = 3069865984, inode = 0 }
-vm_state.vm_map: 13589.795684416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069870080, end = 3069984768, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.795686571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069984768, end = 3069988864, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.795688530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069988864, end = 3069992960, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.795693474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3069992960, end = 3077795840, flags = 134223989, pgoff = 0, inode = 18505 }
-vm_state.vm_map: 13589.795695520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3077795840, end = 3078008832, flags = 135272561, pgoff = 7802880, inode = 18505 }
-vm_state.vm_map: 13589.795697687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3078008832, end = 3078397952, flags = 135272563, pgoff = 8015872, inode = 18505 }
-vm_state.vm_map: 13589.795699694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3078397952, end = 3078471680, flags = 1048691, pgoff = 3078397952, inode = 0 }
-vm_state.vm_map: 13589.795702342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3083501568, end = 3088711680, flags = 1048691, pgoff = 3083501568, inode = 0 }
-vm_state.vm_map: 13589.795704312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1539, start = 3219337216, end = 3219423232, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.795710064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 134512640, end = 134520832, flags = 134223989, pgoff = 0, inode = 17712 }
-vm_state.vm_map: 13589.795712330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 134520832, end = 134524928, flags = 135272563, pgoff = 4096, inode = 17712 }
-vm_state.vm_map: 13589.795714337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 137973760, end = 138108928, flags = 1048691, pgoff = 137973760, inode = 0 }
-vm_state.vm_map: 13589.795716554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3077447680, end = 3077451776, flags = 1048691, pgoff = 3077447680, inode = 0 }
-vm_state.vm_map: 13589.795719480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3077451776, end = 3078766592, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.795721542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3078766592, end = 3078774784, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.795723716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3078774784, end = 3078778880, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.795725792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3078778880, end = 3078791168, flags = 1048691, pgoff = 3078778880, inode = 0 }
-vm_state.vm_map: 13589.795727890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3078881280, end = 3078893568, flags = 1048691, pgoff = 3078881280, inode = 0 }
-vm_state.vm_map: 13589.795729948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3078893568, end = 3078897664, flags = 67371125, pgoff = 3078893568, inode = 0 }
-vm_state.vm_map: 13589.795732331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3078897664, end = 3079012352, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.795734412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3079012352, end = 3079016448, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.795736733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3079016448, end = 3079020544, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.795739277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1540, start = 3213615104, end = 3213701120, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.795747806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 134512640, end = 134754304, flags = 134223989, pgoff = 0, inode = 17145 }
-vm_state.vm_map: 13589.795750447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 134754304, end = 134758400, flags = 135272563, pgoff = 237568, inode = 17145 }
-vm_state.vm_map: 13589.795752683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 134758400, end = 134770688, flags = 1048691, pgoff = 134758400, inode = 0 }
-vm_state.vm_map: 13589.795755102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 153489408, end = 153624576, flags = 1048691, pgoff = 153489408, inode = 0 }
-vm_state.vm_map: 13589.795757382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3076071424, end = 3076075520, flags = 1048688, pgoff = 3076071424, inode = 0 }
-vm_state.vm_map: 13589.795759561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3076075520, end = 3076599808, flags = 1048691, pgoff = 3076075520, inode = 0 }
-vm_state.vm_map: 13589.795761870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3076599808, end = 3076603904, flags = 1048688, pgoff = 3076599808, inode = 0 }
-vm_state.vm_map: 13589.795764222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3076603904, end = 3076734976, flags = 1048691, pgoff = 3076603904, inode = 0 }
-vm_state.vm_map: 13589.795766704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3076734976, end = 3076739072, flags = 1048688, pgoff = 3076734976, inode = 0 }
-vm_state.vm_map: 13589.795768780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3076739072, end = 3076874240, flags = 1048691, pgoff = 3076739072, inode = 0 }
-vm_state.vm_map: 13589.795771403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3076874240, end = 3078189056, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.795773681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078189056, end = 3078197248, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.795775873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078197248, end = 3078201344, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.795778256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078201344, end = 3078213632, flags = 1048691, pgoff = 3078201344, inode = 0 }
-vm_state.vm_map: 13589.795780578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078213632, end = 3078361088, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.795782659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078361088, end = 3078365184, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.795784956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078365184, end = 3078369280, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.795787019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078369280, end = 3078373376, flags = 1048691, pgoff = 3078369280, inode = 0 }
-vm_state.vm_map: 13589.795789643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078373376, end = 3078402048, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.795791859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078402048, end = 3078406144, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.795793922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078406144, end = 3078410240, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.795796077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078410240, end = 3078496256, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.795798127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078496256, end = 3078500352, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.795800080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078500352, end = 3078504448, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.795802063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078504448, end = 3078512640, flags = 1048691, pgoff = 3078504448, inode = 0 }
-vm_state.vm_map: 13589.795804045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078569984, end = 3078574080, flags = 1048691, pgoff = 3078569984, inode = 0 }
-vm_state.vm_map: 13589.795805997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078574080, end = 3078578176, flags = 1048695, pgoff = 3078574080, inode = 0 }
-vm_state.vm_map: 13589.795814877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078578176, end = 3078606848, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.795816971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078606848, end = 3078615040, flags = 1048691, pgoff = 3078606848, inode = 0 }
-vm_state.vm_map: 13589.795819157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078615040, end = 3078619136, flags = 67371125, pgoff = 3078615040, inode = 0 }
-vm_state.vm_map: 13589.795821811 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078619136, end = 3078733824, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.795824176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078733824, end = 3078737920, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.795826232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3078737920, end = 3078742016, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.795828573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1637, start = 3216502784, end = 3216588800, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.795834940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 134512640, end = 134635520, flags = 134223989, pgoff = 0, inode = 17179 }
-vm_state.vm_map: 13589.795837064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 134635520, end = 134639616, flags = 135272563, pgoff = 118784, inode = 17179 }
-vm_state.vm_map: 13589.795839269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 154742784, end = 155201536, flags = 1048691, pgoff = 154742784, inode = 0 }
-vm_state.vm_map: 13589.795841455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3059744768, end = 3059879936, flags = 2097267, pgoff = 3059744768, inode = 0 }
-vm_state.vm_map: 13589.795843727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3059879936, end = 3060793344, flags = 2097264, pgoff = 3059879936, inode = 0 }
-vm_state.vm_map: 13589.795849546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3061432320, end = 3061436416, flags = 1048688, pgoff = 3061432320, inode = 0 }
-vm_state.vm_map: 13589.795851776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3061436416, end = 3061501952, flags = 1048691, pgoff = 3061436416, inode = 0 }
-vm_state.vm_map: 13589.795854873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3061501952, end = 3061616640, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.795857115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3061616640, end = 3061620736, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.795863032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3061686272, end = 3061714944, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.795865581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3061714944, end = 3061719040, flags = 1048688, pgoff = 3061714944, inode = 0 }
-vm_state.vm_map: 13589.795868365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3061719040, end = 3070107648, flags = 1048691, pgoff = 3061719040, inode = 0 }
-vm_state.vm_map: 13589.795870600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070107648, end = 3070111744, flags = 1048688, pgoff = 3070107648, inode = 0 }
-vm_state.vm_map: 13589.795872922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070111744, end = 3070177280, flags = 1048691, pgoff = 3070111744, inode = 0 }
-vm_state.vm_map: 13589.795875446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070177280, end = 3070181376, flags = 1048688, pgoff = 3070177280, inode = 0 }
-vm_state.vm_map: 13589.795877534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070181376, end = 3070246912, flags = 1048691, pgoff = 3070181376, inode = 0 }
-vm_state.vm_map: 13589.795879874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070246912, end = 3070251008, flags = 1048688, pgoff = 3070246912, inode = 0 }
-vm_state.vm_map: 13589.795881943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070251008, end = 3070316544, flags = 1048691, pgoff = 3070251008, inode = 0 }
-vm_state.vm_map: 13589.795884258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070316544, end = 3070320640, flags = 1048688, pgoff = 3070316544, inode = 0 }
-vm_state.vm_map: 13589.795886296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070320640, end = 3070386176, flags = 1048691, pgoff = 3070320640, inode = 0 }
-vm_state.vm_map: 13589.795888446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070386176, end = 3070390272, flags = 1048688, pgoff = 3070386176, inode = 0 }
-vm_state.vm_map: 13589.795890423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070390272, end = 3070455808, flags = 1048691, pgoff = 3070390272, inode = 0 }
-vm_state.vm_map: 13589.795892769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070455808, end = 3070459904, flags = 1048688, pgoff = 3070455808, inode = 0 }
-vm_state.vm_map: 13589.795895238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070459904, end = 3070525440, flags = 1048691, pgoff = 3070459904, inode = 0 }
-vm_state.vm_map: 13589.795897319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070525440, end = 3070529536, flags = 1048688, pgoff = 3070525440, inode = 0 }
-vm_state.vm_map: 13589.795899394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070529536, end = 3070595072, flags = 1048691, pgoff = 3070529536, inode = 0 }
-vm_state.vm_map: 13589.795901507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070595072, end = 3070599168, flags = 1048688, pgoff = 3070595072, inode = 0 }
-vm_state.vm_map: 13589.795903742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070599168, end = 3070664704, flags = 1048691, pgoff = 3070599168, inode = 0 }
-vm_state.vm_map: 13589.795905903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070664704, end = 3070668800, flags = 1048688, pgoff = 3070664704, inode = 0 }
-vm_state.vm_map: 13589.795907861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070668800, end = 3070734336, flags = 1048691, pgoff = 3070668800, inode = 0 }
-vm_state.vm_map: 13589.795910300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070734336, end = 3070738432, flags = 1048688, pgoff = 3070734336, inode = 0 }
-vm_state.vm_map: 13589.795912591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070738432, end = 3070803968, flags = 1048691, pgoff = 3070738432, inode = 0 }
-vm_state.vm_map: 13589.795914574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070803968, end = 3070808064, flags = 1048688, pgoff = 3070803968, inode = 0 }
-vm_state.vm_map: 13589.795916870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070808064, end = 3070873600, flags = 1048691, pgoff = 3070808064, inode = 0 }
-vm_state.vm_map: 13589.795919057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070873600, end = 3070877696, flags = 1048688, pgoff = 3070873600, inode = 0 }
-vm_state.vm_map: 13589.795921021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070877696, end = 3070943232, flags = 1048691, pgoff = 3070877696, inode = 0 }
-vm_state.vm_map: 13589.795923361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070943232, end = 3070947328, flags = 1048688, pgoff = 3070943232, inode = 0 }
-vm_state.vm_map: 13589.795925516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3070947328, end = 3071012864, flags = 1048691, pgoff = 3070947328, inode = 0 }
-vm_state.vm_map: 13589.795928090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071012864, end = 3071016960, flags = 1048688, pgoff = 3071012864, inode = 0 }
-vm_state.vm_map: 13589.795930251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071016960, end = 3071082496, flags = 1048691, pgoff = 3071016960, inode = 0 }
-vm_state.vm_map: 13589.795932259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071082496, end = 3071086592, flags = 1048688, pgoff = 3071082496, inode = 0 }
-vm_state.vm_map: 13589.795934470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071086592, end = 3071152128, flags = 1048691, pgoff = 3071086592, inode = 0 }
-vm_state.vm_map: 13589.795936600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071152128, end = 3071156224, flags = 1048688, pgoff = 3071152128, inode = 0 }
-vm_state.vm_map: 13589.795938700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071156224, end = 3071221760, flags = 1048691, pgoff = 3071156224, inode = 0 }
-vm_state.vm_map: 13589.795940830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071221760, end = 3071225856, flags = 1048688, pgoff = 3071221760, inode = 0 }
-vm_state.vm_map: 13589.795942992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071225856, end = 3071291392, flags = 1048691, pgoff = 3071225856, inode = 0 }
-vm_state.vm_map: 13589.795945012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071291392, end = 3071295488, flags = 1048688, pgoff = 3071291392, inode = 0 }
-vm_state.vm_map: 13589.795947032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071295488, end = 3071361024, flags = 1048691, pgoff = 3071295488, inode = 0 }
-vm_state.vm_map: 13589.795948997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071361024, end = 3071365120, flags = 1048688, pgoff = 3071361024, inode = 0 }
-vm_state.vm_map: 13589.795951009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071365120, end = 3071430656, flags = 1048691, pgoff = 3071365120, inode = 0 }
-vm_state.vm_map: 13589.795952999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071430656, end = 3071434752, flags = 1048688, pgoff = 3071430656, inode = 0 }
-vm_state.vm_map: 13589.795954945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071434752, end = 3071500288, flags = 1048691, pgoff = 3071434752, inode = 0 }
-vm_state.vm_map: 13589.795957155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071500288, end = 3071504384, flags = 1048688, pgoff = 3071500288, inode = 0 }
-vm_state.vm_map: 13589.795959089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071504384, end = 3071569920, flags = 1048691, pgoff = 3071504384, inode = 0 }
-vm_state.vm_map: 13589.795984102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071569920, end = 3071574016, flags = 1048688, pgoff = 3071569920, inode = 0 }
-vm_state.vm_map: 13589.795986264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071574016, end = 3071639552, flags = 1048691, pgoff = 3071574016, inode = 0 }
-vm_state.vm_map: 13589.795988283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071639552, end = 3071643648, flags = 1048688, pgoff = 3071639552, inode = 0 }
-vm_state.vm_map: 13589.795990475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071643648, end = 3071709184, flags = 1048691, pgoff = 3071643648, inode = 0 }
-vm_state.vm_map: 13589.795992563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071709184, end = 3071713280, flags = 1048688, pgoff = 3071709184, inode = 0 }
-vm_state.vm_map: 13589.795994762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071713280, end = 3071778816, flags = 1048691, pgoff = 3071713280, inode = 0 }
-vm_state.vm_map: 13589.795997034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071778816, end = 3071782912, flags = 1048688, pgoff = 3071778816, inode = 0 }
-vm_state.vm_map: 13589.795999139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071782912, end = 3071848448, flags = 1048691, pgoff = 3071782912, inode = 0 }
-vm_state.vm_map: 13589.796001172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071848448, end = 3071852544, flags = 1048688, pgoff = 3071848448, inode = 0 }
-vm_state.vm_map: 13589.796003561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071852544, end = 3071918080, flags = 1048691, pgoff = 3071852544, inode = 0 }
-vm_state.vm_map: 13589.796005833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071918080, end = 3071922176, flags = 1048688, pgoff = 3071918080, inode = 0 }
-vm_state.vm_map: 13589.796008001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071922176, end = 3071987712, flags = 1048691, pgoff = 3071922176, inode = 0 }
-vm_state.vm_map: 13589.796010291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071987712, end = 3071991808, flags = 1048688, pgoff = 3071987712, inode = 0 }
-vm_state.vm_map: 13589.796012737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3071991808, end = 3072057344, flags = 1048691, pgoff = 3071991808, inode = 0 }
-vm_state.vm_map: 13589.796015335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072057344, end = 3072061440, flags = 1048688, pgoff = 3072057344, inode = 0 }
-vm_state.vm_map: 13589.796017589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072061440, end = 3072126976, flags = 1048691, pgoff = 3072061440, inode = 0 }
-vm_state.vm_map: 13589.796020304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072126976, end = 3072131072, flags = 1048688, pgoff = 3072126976, inode = 0 }
-vm_state.vm_map: 13589.796022792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072131072, end = 3072196608, flags = 1048691, pgoff = 3072131072, inode = 0 }
-vm_state.vm_map: 13589.796025046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072196608, end = 3072200704, flags = 1048688, pgoff = 3072196608, inode = 0 }
-vm_state.vm_map: 13589.796027398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072200704, end = 3072266240, flags = 1048691, pgoff = 3072200704, inode = 0 }
-vm_state.vm_map: 13589.796029984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072266240, end = 3072270336, flags = 1048688, pgoff = 3072266240, inode = 0 }
-vm_state.vm_map: 13589.796032350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072270336, end = 3072335872, flags = 1048691, pgoff = 3072270336, inode = 0 }
-vm_state.vm_map: 13589.796034665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072335872, end = 3072339968, flags = 1048688, pgoff = 3072335872, inode = 0 }
-vm_state.vm_map: 13589.796036918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072339968, end = 3072405504, flags = 1048691, pgoff = 3072339968, inode = 0 }
-vm_state.vm_map: 13589.796039492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072405504, end = 3072409600, flags = 1048688, pgoff = 3072405504, inode = 0 }
-vm_state.vm_map: 13589.796041499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072409600, end = 3072475136, flags = 1048691, pgoff = 3072409600, inode = 0 }
-vm_state.vm_map: 13589.796043865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072475136, end = 3072479232, flags = 1048688, pgoff = 3072475136, inode = 0 }
-vm_state.vm_map: 13589.796045854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072479232, end = 3072544768, flags = 1048691, pgoff = 3072479232, inode = 0 }
-vm_state.vm_map: 13589.796048249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072544768, end = 3072548864, flags = 1048688, pgoff = 3072544768, inode = 0 }
-vm_state.vm_map: 13589.796050305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072548864, end = 3072614400, flags = 1048691, pgoff = 3072548864, inode = 0 }
-vm_state.vm_map: 13589.796053256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072614400, end = 3072618496, flags = 1048688, pgoff = 3072614400, inode = 0 }
-vm_state.vm_map: 13589.796055411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072618496, end = 3072684032, flags = 1048691, pgoff = 3072618496, inode = 0 }
-vm_state.vm_map: 13589.796058200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072684032, end = 3072688128, flags = 1048688, pgoff = 3072684032, inode = 0 }
-vm_state.vm_map: 13589.796060164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072688128, end = 3072753664, flags = 1048691, pgoff = 3072688128, inode = 0 }
-vm_state.vm_map: 13589.796062382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072753664, end = 3072757760, flags = 1048688, pgoff = 3072753664, inode = 0 }
-vm_state.vm_map: 13589.796064364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072757760, end = 3072823296, flags = 1048691, pgoff = 3072757760, inode = 0 }
-vm_state.vm_map: 13589.796066803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072823296, end = 3072827392, flags = 1048688, pgoff = 3072823296, inode = 0 }
-vm_state.vm_map: 13589.796068798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072827392, end = 3072892928, flags = 1048691, pgoff = 3072827392, inode = 0 }
-vm_state.vm_map: 13589.796070990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072892928, end = 3072897024, flags = 1048688, pgoff = 3072892928, inode = 0 }
-vm_state.vm_map: 13589.796073409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072897024, end = 3072962560, flags = 1048691, pgoff = 3072897024, inode = 0 }
-vm_state.vm_map: 13589.796075467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072962560, end = 3072966656, flags = 1048688, pgoff = 3072962560, inode = 0 }
-vm_state.vm_map: 13589.796078078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3072966656, end = 3073032192, flags = 1048691, pgoff = 3072966656, inode = 0 }
-vm_state.vm_map: 13589.796080461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073032192, end = 3073036288, flags = 1048688, pgoff = 3073032192, inode = 0 }
-vm_state.vm_map: 13589.796082825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073036288, end = 3073101824, flags = 1048691, pgoff = 3073036288, inode = 0 }
-vm_state.vm_map: 13589.796085277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073101824, end = 3073105920, flags = 1048688, pgoff = 3073101824, inode = 0 }
-vm_state.vm_map: 13589.796087505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073105920, end = 3073171456, flags = 1048691, pgoff = 3073105920, inode = 0 }
-vm_state.vm_map: 13589.796089605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073171456, end = 3073175552, flags = 1048688, pgoff = 3073171456, inode = 0 }
-vm_state.vm_map: 13589.796091884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073175552, end = 3073241088, flags = 1048691, pgoff = 3073175552, inode = 0 }
-vm_state.vm_map: 13589.796094218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073241088, end = 3073245184, flags = 1048688, pgoff = 3073241088, inode = 0 }
-vm_state.vm_map: 13589.796096564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073245184, end = 3073310720, flags = 1048691, pgoff = 3073245184, inode = 0 }
-vm_state.vm_map: 13589.796098977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073310720, end = 3073314816, flags = 1048688, pgoff = 3073310720, inode = 0 }
-vm_state.vm_map: 13589.796101182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073314816, end = 3073380352, flags = 1048691, pgoff = 3073314816, inode = 0 }
-vm_state.vm_map: 13589.796103251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073380352, end = 3073384448, flags = 1048688, pgoff = 3073380352, inode = 0 }
-vm_state.vm_map: 13589.796105320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073384448, end = 3073449984, flags = 1048691, pgoff = 3073384448, inode = 0 }
-vm_state.vm_map: 13589.796107593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073449984, end = 3073454080, flags = 1048688, pgoff = 3073449984, inode = 0 }
-vm_state.vm_map: 13589.796110246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073454080, end = 3073519616, flags = 1048691, pgoff = 3073454080, inode = 0 }
-vm_state.vm_map: 13589.796112611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073519616, end = 3073523712, flags = 1048688, pgoff = 3073519616, inode = 0 }
-vm_state.vm_map: 13589.796114711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073523712, end = 3073589248, flags = 1048691, pgoff = 3073523712, inode = 0 }
-vm_state.vm_map: 13589.796116756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073589248, end = 3073593344, flags = 1048688, pgoff = 3073589248, inode = 0 }
-vm_state.vm_map: 13589.796119089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073593344, end = 3073658880, flags = 1048691, pgoff = 3073593344, inode = 0 }
-vm_state.vm_map: 13589.796121466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073658880, end = 3073662976, flags = 1048688, pgoff = 3073658880, inode = 0 }
-vm_state.vm_map: 13589.796123634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073662976, end = 3073728512, flags = 1048691, pgoff = 3073662976, inode = 0 }
-vm_state.vm_map: 13589.796125992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073728512, end = 3073732608, flags = 1048688, pgoff = 3073728512, inode = 0 }
-vm_state.vm_map: 13589.796128425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073732608, end = 3073798144, flags = 1048691, pgoff = 3073732608, inode = 0 }
-vm_state.vm_map: 13589.796131578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073798144, end = 3073802240, flags = 1048688, pgoff = 3073798144, inode = 0 }
-vm_state.vm_map: 13589.796133579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073802240, end = 3073867776, flags = 1048691, pgoff = 3073802240, inode = 0 }
-vm_state.vm_map: 13589.796135531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073867776, end = 3073871872, flags = 1048688, pgoff = 3073867776, inode = 0 }
-vm_state.vm_map: 13589.796137631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073871872, end = 3073937408, flags = 1048691, pgoff = 3073871872, inode = 0 }
-vm_state.vm_map: 13589.796139823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073937408, end = 3073941504, flags = 1048688, pgoff = 3073937408, inode = 0 }
-vm_state.vm_map: 13589.796142132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073941504, end = 3074007040, flags = 1048691, pgoff = 3073941504, inode = 0 }
-vm_state.vm_map: 13589.796144546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074007040, end = 3074011136, flags = 1048688, pgoff = 3074007040, inode = 0 }
-vm_state.vm_map: 13589.796146738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074011136, end = 3074076672, flags = 1048691, pgoff = 3074011136, inode = 0 }
-vm_state.vm_map: 13589.796148820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074076672, end = 3074080768, flags = 1048688, pgoff = 3074076672, inode = 0 }
-vm_state.vm_map: 13589.796151110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074080768, end = 3074146304, flags = 1048691, pgoff = 3074080768, inode = 0 }
-vm_state.vm_map: 13589.796153395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074146304, end = 3074150400, flags = 1048688, pgoff = 3074146304, inode = 0 }
-vm_state.vm_map: 13589.796155871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074150400, end = 3074215936, flags = 1048691, pgoff = 3074150400, inode = 0 }
-vm_state.vm_map: 13589.796157933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074215936, end = 3074220032, flags = 1048688, pgoff = 3074215936, inode = 0 }
-vm_state.vm_map: 13589.796159984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074220032, end = 3074285568, flags = 1048691, pgoff = 3074220032, inode = 0 }
-vm_state.vm_map: 13589.796162349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074285568, end = 3074289664, flags = 1048688, pgoff = 3074285568, inode = 0 }
-vm_state.vm_map: 13589.796164689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074289664, end = 3074363392, flags = 1048691, pgoff = 3074289664, inode = 0 }
-vm_state.vm_map: 13589.796168525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074363392, end = 3074461696, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.796170612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074461696, end = 3074465792, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.796173075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074465792, end = 3074469888, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.796183175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074469888, end = 3074539520, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.796185250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074539520, end = 3074543616, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.796187497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074543616, end = 3074547712, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.796189726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074547712, end = 3074555904, flags = 1048691, pgoff = 3074547712, inode = 0 }
-vm_state.vm_map: 13589.796192491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074555904, end = 3074564096, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.796194566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074564096, end = 3074568192, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.796196630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074568192, end = 3074572288, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.796201636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074572288, end = 3074822144, flags = 134217845, pgoff = 0, inode = 17169 }
-vm_state.vm_map: 13589.796203921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074822144, end = 3074830336, flags = 135266419, pgoff = 245760, inode = 17169 }
-vm_state.vm_map: 13589.796206174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074830336, end = 3074834432, flags = 1048691, pgoff = 3074830336, inode = 0 }
-vm_state.vm_map: 13589.796212424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074834432, end = 3075026944, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.796214537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075026944, end = 3075031040, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.796217068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075031040, end = 3076345856, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.796219173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076345856, end = 3076354048, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.796221526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076354048, end = 3076358144, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.796223521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076358144, end = 3076370432, flags = 1048691, pgoff = 3076358144, inode = 0 }
-vm_state.vm_map: 13589.796229155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076370432, end = 3077115904, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.796231384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077115904, end = 3077120000, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.796233909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077120000, end = 3077132288, flags = 134217845, pgoff = 0, inode = 19646 }
-vm_state.vm_map: 13589.796235984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077132288, end = 3077136384, flags = 135266419, pgoff = 8192, inode = 19646 }
-vm_state.vm_map: 13589.796241477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077136384, end = 3077382144, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.796243553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077382144, end = 3077386240, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.796245684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077386240, end = 3077390336, flags = 1048691, pgoff = 3077386240, inode = 0 }
-vm_state.vm_map: 13589.796248972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077390336, end = 3077992448, flags = 134217845, pgoff = 0, inode = 19648 }
-vm_state.vm_map: 13589.796251324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077992448, end = 3078000640, flags = 135266419, pgoff = 602112, inode = 19648 }
-vm_state.vm_map: 13589.796254292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078000640, end = 3078115328, flags = 134217845, pgoff = 0, inode = 17171 }
-vm_state.vm_map: 13589.796256416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078115328, end = 3078119424, flags = 135266419, pgoff = 114688, inode = 17171 }
-vm_state.vm_map: 13589.796258997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078119424, end = 3078148096, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.796261065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078148096, end = 3078152192, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.796263190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078152192, end = 3078156288, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.796266146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078156288, end = 3078172672, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.796268381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078172672, end = 3078176768, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.796270967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078176768, end = 3078262784, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.796272981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078262784, end = 3078266880, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.796275179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078266880, end = 3078270976, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.796277193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078270976, end = 3078283264, flags = 1048691, pgoff = 3078270976, inode = 0 }
-vm_state.vm_map: 13589.796285530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078283264, end = 3078508544, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.796287951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078508544, end = 3078512640, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.796290069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078512640, end = 3078516736, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.796295249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078516736, end = 3078631424, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 13589.796297527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078631424, end = 3078635520, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 13589.796299596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078656000, end = 3078660096, flags = 1048688, pgoff = 3078656000, inode = 0 }
-vm_state.vm_map: 13589.796301880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078660096, end = 3078737920, flags = 1048691, pgoff = 3078660096, inode = 0 }
-vm_state.vm_map: 13589.796304258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078737920, end = 3078742016, flags = 67371125, pgoff = 3078737920, inode = 0 }
-vm_state.vm_map: 13589.796306603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078742016, end = 3078856704, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.796309017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078856704, end = 3078860800, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.796311000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078860800, end = 3078864896, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.796313186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1658, start = 3214229504, end = 3214315520, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.796320483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 134512640, end = 134647808, flags = 134223989, pgoff = 0, inode = 23928 }
-vm_state.vm_map: 13589.796322866 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 134647808, end = 134651904, flags = 135272563, pgoff = 135168, inode = 23928 }
-vm_state.vm_map: 13589.796325107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 134651904, end = 134656000, flags = 1048691, pgoff = 134651904, inode = 0 }
-vm_state.vm_map: 13589.796327867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 140304384, end = 140439552, flags = 1048691, pgoff = 140304384, inode = 0 }
-vm_state.vm_map: 13589.796330348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074375680, end = 3074383872, flags = 1048691, pgoff = 3074375680, inode = 0 }
-vm_state.vm_map: 13589.796332879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074383872, end = 3074412544, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.796335183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074412544, end = 3074416640, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.796337559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074416640, end = 3074420736, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.796340139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074420736, end = 3074506752, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.796342337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074506752, end = 3074510848, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.796344640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074510848, end = 3074514944, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.796347086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074514944, end = 3074523136, flags = 1048691, pgoff = 3074514944, inode = 0 }
-vm_state.vm_map: 13589.796349856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074523136, end = 3074531328, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.796352301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074531328, end = 3074535424, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.796354327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074535424, end = 3074539520, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.796356612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074539520, end = 3074543616, flags = 1048691, pgoff = 3074539520, inode = 0 }
-vm_state.vm_map: 13589.796362233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074543616, end = 3074641920, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.796364352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074641920, end = 3074646016, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.796367290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3074646016, end = 3075960832, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.796369482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3075960832, end = 3075969024, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.796371938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3075969024, end = 3075973120, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.796374001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3075973120, end = 3075985408, flags = 1048691, pgoff = 3075973120, inode = 0 }
-vm_state.vm_map: 13589.796376255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3075985408, end = 3076210688, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.796378355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076210688, end = 3076214784, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.796380547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076214784, end = 3076218880, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.796383749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076218880, end = 3076227072, flags = 134217845, pgoff = 0, inode = 17167 }
-vm_state.vm_map: 13589.796389840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076227072, end = 3076231168, flags = 135266419, pgoff = 8192, inode = 17167 }
-vm_state.vm_map: 13589.796392647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076231168, end = 3076272128, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 13589.796397819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076272128, end = 3076276224, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 13589.796400745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076276224, end = 3076292608, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.796403011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076292608, end = 3076296704, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.796405092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076296704, end = 3076300800, flags = 1048691, pgoff = 3076296704, inode = 0 }
-vm_state.vm_map: 13589.796408387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076300800, end = 3076308992, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.796410727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076308992, end = 3076313088, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.796413572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3076313088, end = 3077464064, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.796415888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3077464064, end = 3077480448, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.796418277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3077570560, end = 3077582848, flags = 1048691, pgoff = 3077570560, inode = 0 }
-vm_state.vm_map: 13589.796420512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3077582848, end = 3077586944, flags = 67371125, pgoff = 3077582848, inode = 0 }
-vm_state.vm_map: 13589.796423369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3077586944, end = 3077701632, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.796425604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3077701632, end = 3077705728, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.796427939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3077705728, end = 3077709824, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.796429946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1848, start = 3214938112, end = 3215024128, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.796436140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 134512640, end = 136171520, flags = 134223989, pgoff = 0, inode = 1352187 }
-vm_state.vm_map: 13589.796438578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 136171520, end = 136208384, flags = 135272563, pgoff = 1654784, inode = 1352187 }
-vm_state.vm_map: 13589.796440987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 136208384, end = 136253440, flags = 1048691, pgoff = 136208384, inode = 0 }
-vm_state.vm_map: 13589.796443277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 141950976, end = 175939584, flags = 1048691, pgoff = 141950976, inode = 0 }
-vm_state.vm_map: 13589.796445748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2910973952, end = 2939408384, flags = 1048691, pgoff = 2910973952, inode = 0 }
-vm_state.vm_map: 13589.796453487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2942861312, end = 2952945664, flags = 1048691, pgoff = 2942861312, inode = 0 }
-vm_state.vm_map: 13589.796459016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2955751424, end = 2957307904, flags = 1048691, pgoff = 2955751424, inode = 0 }
-vm_state.vm_map: 13589.796461333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2964537344, end = 2973757440, flags = 1048691, pgoff = 2964537344, inode = 0 }
-vm_state.vm_map: 13589.796466646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2978971648, end = 2981863424, flags = 1048691, pgoff = 2978971648, inode = 0 }
-vm_state.vm_map: 13589.796481931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2981863424, end = 2982256640, flags = 134217979, pgoff = 0, inode = 983045 }
-vm_state.vm_map: 13589.796492313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2982256640, end = 2982649856, flags = 134217979, pgoff = 0, inode = 917507 }
-vm_state.vm_map: 13589.796502400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2982649856, end = 2983043072, flags = 134217979, pgoff = 0, inode = 622594 }
-vm_state.vm_map: 13589.796508150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2983043072, end = 2983436288, flags = 134217979, pgoff = 0, inode = 262145 }
-vm_state.vm_map: 13589.796511402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2983436288, end = 2983829504, flags = 134217979, pgoff = 0, inode = 229376 }
-vm_state.vm_map: 13589.796523521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2983829504, end = 2985967616, flags = 134217845, pgoff = 0, inode = 222350 }
-vm_state.vm_map: 13589.796525904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2985967616, end = 2986000384, flags = 135266419, pgoff = 2134016, inode = 222350 }
-vm_state.vm_map: 13589.796528189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2986000384, end = 2987315200, flags = 1048691, pgoff = 2986000384, inode = 0 }
-vm_state.vm_map: 13589.796535726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2987315200, end = 2987671552, flags = 134217845, pgoff = 0, inode = 18637 }
-vm_state.vm_map: 13589.796537924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2987671552, end = 2987675648, flags = 135266419, pgoff = 352256, inode = 18637 }
-vm_state.vm_map: 13589.796540203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2987675648, end = 2987692032, flags = 1048691, pgoff = 2987675648, inode = 0 }
-vm_state.vm_map: 13589.796542432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2987786240, end = 2989039616, flags = 1048691, pgoff = 2987786240, inode = 0 }
-vm_state.vm_map: 13589.796545468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2989039616, end = 2989551616, flags = 134217845, pgoff = 0, inode = 18961 }
-vm_state.vm_map: 13589.796547604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2989551616, end = 2989555712, flags = 135266419, pgoff = 512000, inode = 18961 }
-vm_state.vm_map: 13589.796549859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2989555712, end = 2989576192, flags = 1048691, pgoff = 2989555712, inode = 0 }
-vm_state.vm_map: 13589.796555610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2989670400, end = 2995544064, flags = 1048691, pgoff = 2989670400, inode = 0 }
-vm_state.vm_map: 13589.796561466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2995544064, end = 2995625984, flags = 134217845, pgoff = 0, inode = 18954 }
-vm_state.vm_map: 13589.796563874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2995625984, end = 2995634176, flags = 135266419, pgoff = 81920, inode = 18954 }
-vm_state.vm_map: 13589.796566484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2995634176, end = 2997088256, flags = 134217845, pgoff = 0, inode = 19111 }
-vm_state.vm_map: 13589.796568628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2997088256, end = 2997100544, flags = 135266419, pgoff = 1454080, inode = 19111 }
-vm_state.vm_map: 13589.796570789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2997100544, end = 2997334016, flags = 1048691, pgoff = 2997100544, inode = 0 }
-vm_state.vm_map: 13589.796573277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2997616640, end = 2997829632, flags = 1048691, pgoff = 2998902784, inode = 0 }
-vm_state.vm_map: 13589.796575709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2997829632, end = 2998042624, flags = 1048691, pgoff = 2998902784, inode = 0 }
-vm_state.vm_map: 13589.796577890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998042624, end = 2998255616, flags = 1048691, pgoff = 2998902784, inode = 0 }
-vm_state.vm_map: 13589.796580365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998255616, end = 2998468608, flags = 1048691, pgoff = 2998902784, inode = 0 }
-vm_state.vm_map: 13589.796582329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998468608, end = 2998661120, flags = 1048691, pgoff = 2998968320, inode = 0 }
-vm_state.vm_map: 13589.796590420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998661120, end = 2998767616, flags = 134217845, pgoff = 0, inode = 18648 }
-vm_state.vm_map: 13589.796592557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998767616, end = 2998771712, flags = 135266419, pgoff = 106496, inode = 18648 }
-vm_state.vm_map: 13589.796594620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998771712, end = 2998808576, flags = 1048691, pgoff = 2998771712, inode = 0 }
-vm_state.vm_map: 13589.796597428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998861824, end = 2998894592, flags = 134217845, pgoff = 0, inode = 19432 }
-vm_state.vm_map: 13589.796599780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998894592, end = 2998898688, flags = 135266419, pgoff = 28672, inode = 19432 }
-vm_state.vm_map: 13589.796602250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2998898688, end = 2998902784, flags = 1048691, pgoff = 2998898688, inode = 0 }
-vm_state.vm_map: 13589.796605211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2999103488, end = 2999250944, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.796607194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2999250944, end = 2999259136, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.796616363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2999316480, end = 2999349248, flags = 134217845, pgoff = 0, inode = 255747 }
-vm_state.vm_map: 13589.796618789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2999349248, end = 2999353344, flags = 135266419, pgoff = 32768, inode = 255747 }
-vm_state.vm_map: 13589.796622072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 2999353344, end = 3003547648, flags = 1074283707, pgoff = 4030726144, inode = 2923 }
-vm_state.vm_map: 13589.796627915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3003547648, end = 3003555840, flags = 786683, pgoff = 4165873664, inode = 5930 }
-vm_state.vm_map: 13589.796634566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3003555840, end = 3003621376, flags = 1074283771, pgoff = 655360, inode = 2195 }
-vm_state.vm_map: 13589.796641894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3003621376, end = 3070730240, flags = 1074283707, pgoff = 3758096384, inode = 2913 }
-vm_state.vm_map: 13589.796647528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3070730240, end = 3070754816, flags = 134217845, pgoff = 0, inode = 255468 }
-vm_state.vm_map: 13589.796650011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3070754816, end = 3070758912, flags = 135266419, pgoff = 20480, inode = 255468 }
-vm_state.vm_map: 13589.796652862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3070758912, end = 3070877696, flags = 134217845, pgoff = 0, inode = 255488 }
-vm_state.vm_map: 13589.796654893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3070877696, end = 3070881792, flags = 135266419, pgoff = 118784, inode = 255488 }
-vm_state.vm_map: 13589.796657289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3070881792, end = 3071143936, flags = 1074283771, pgoff = 786432, inode = 2195 }
-vm_state.vm_map: 13589.796659782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3071143936, end = 3071275008, flags = 1074283771, pgoff = 655360, inode = 2195 }
-vm_state.vm_map: 13589.796662382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3071275008, end = 3072262144, flags = 1048691, pgoff = 3071275008, inode = 0 }
-vm_state.vm_map: 13589.796667652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072262144, end = 3072393216, flags = 134217845, pgoff = 0, inode = 255487 }
-vm_state.vm_map: 13589.796670232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072393216, end = 3072401408, flags = 135266419, pgoff = 126976, inode = 255487 }
-vm_state.vm_map: 13589.796675707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072401408, end = 3072589824, flags = 134217845, pgoff = 0, inode = 254157 }
-vm_state.vm_map: 13589.796677961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072589824, end = 3072606208, flags = 135266419, pgoff = 188416, inode = 254157 }
-vm_state.vm_map: 13589.796680060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072606208, end = 3072610304, flags = 1048691, pgoff = 3072606208, inode = 0 }
-vm_state.vm_map: 13589.796682697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072610304, end = 3072839680, flags = 134217845, pgoff = 0, inode = 254155 }
-vm_state.vm_map: 13589.796759842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072839680, end = 3072856064, flags = 135266419, pgoff = 225280, inode = 254155 }
-vm_state.vm_map: 13589.796763353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072856064, end = 3072864256, flags = 1048691, pgoff = 3072856064, inode = 0 }
-vm_state.vm_map: 13589.796771888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072864256, end = 3072897024, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 13589.796775102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072897024, end = 3072901120, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 13589.796778033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072925696, end = 3072946176, flags = 134217845, pgoff = 0, inode = 255466 }
-vm_state.vm_map: 13589.796780292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072946176, end = 3072950272, flags = 135266419, pgoff = 16384, inode = 255466 }
-vm_state.vm_map: 13589.796782978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072950272, end = 3072978944, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.796786130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072978944, end = 3072991232, flags = 134217845, pgoff = 0, inode = 255477 }
-vm_state.vm_map: 13589.796788575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072991232, end = 3072995328, flags = 135266419, pgoff = 8192, inode = 255477 }
-vm_state.vm_map: 13589.796791383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3072995328, end = 3073028096, flags = 134217845, pgoff = 0, inode = 255475 }
-vm_state.vm_map: 13589.796794136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073028096, end = 3073032192, flags = 135266419, pgoff = 28672, inode = 255475 }
-vm_state.vm_map: 13589.796796937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073032192, end = 3073146880, flags = 134217845, pgoff = 0, inode = 255476 }
-vm_state.vm_map: 13589.796798988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073146880, end = 3073155072, flags = 135266419, pgoff = 110592, inode = 255476 }
-vm_state.vm_map: 13589.796804118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073155072, end = 3073482752, flags = 134217845, pgoff = 0, inode = 255473 }
-vm_state.vm_map: 13589.796806581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073482752, end = 3073495040, flags = 135266419, pgoff = 323584, inode = 255473 }
-vm_state.vm_map: 13589.796809210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073495040, end = 3073503232, flags = 1048691, pgoff = 3073495040, inode = 0 }
-vm_state.vm_map: 13589.796812665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073503232, end = 3073515520, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 13589.796814906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073515520, end = 3073519616, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 13589.796820780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073519616, end = 3073581056, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.796823232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073581056, end = 3073585152, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.796825486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073585152, end = 3073589248, flags = 1048691, pgoff = 3073585152, inode = 0 }
-vm_state.vm_map: 13589.796828410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3073589248, end = 3074060288, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.796830485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3074060288, end = 3074076672, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.796833417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3074076672, end = 3074158592, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.796836250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3074158592, end = 3074162688, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.796838934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3074162688, end = 3075477504, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.796841157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075477504, end = 3075485696, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.796843374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075485696, end = 3075489792, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.796845690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075489792, end = 3075502080, flags = 1048691, pgoff = 3075489792, inode = 0 }
-vm_state.vm_map: 13589.796849181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075502080, end = 3075616768, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.796851330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075616768, end = 3075620864, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.796854262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075620864, end = 3075649536, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.796856780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075649536, end = 3075653632, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.796859200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075653632, end = 3075657728, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.796862372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075657728, end = 3075805184, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.796864717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075805184, end = 3075809280, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.796866953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075809280, end = 3075813376, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.796869791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075813376, end = 3075817472, flags = 1048691, pgoff = 3075813376, inode = 0 }
-vm_state.vm_map: 13589.796872303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075817472, end = 3075915776, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.796874921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075915776, end = 3075919872, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.796877741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075919872, end = 3075923968, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.796883166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3075923968, end = 3076018176, flags = 134217845, pgoff = 0, inode = 500176 }
-vm_state.vm_map: 13589.796885414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076018176, end = 3076022272, flags = 135266417, pgoff = 90112, inode = 500176 }
-vm_state.vm_map: 13589.796887809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076022272, end = 3076026368, flags = 135266419, pgoff = 94208, inode = 500176 }
-vm_state.vm_map: 13589.796890666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076026368, end = 3076489216, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 13589.796892668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076489216, end = 3076501504, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 13589.796895321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076501504, end = 3076517888, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.796897416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076517888, end = 3076521984, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.796900113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076521984, end = 3076608000, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.796902354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076608000, end = 3076612096, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.796904577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076612096, end = 3076616192, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.796907213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076616192, end = 3076628480, flags = 1048691, pgoff = 3076616192, inode = 0 }
-vm_state.vm_map: 13589.796909460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076628480, end = 3076853760, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.796911837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076853760, end = 3076857856, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.796914275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076857856, end = 3076861952, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.796922915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076861952, end = 3076923392, flags = 134217845, pgoff = 0, inode = 18962 }
-vm_state.vm_map: 13589.796925002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076923392, end = 3076927488, flags = 135266419, pgoff = 57344, inode = 18962 }
-vm_state.vm_map: 13589.796927793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3076927488, end = 3077304320, flags = 134217845, pgoff = 0, inode = 21319 }
-vm_state.vm_map: 13589.796929806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077304320, end = 3077312512, flags = 135266419, pgoff = 376832, inode = 21319 }
-vm_state.vm_map: 13589.796932589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077312512, end = 3077332992, flags = 134217845, pgoff = 0, inode = 18616 }
-vm_state.vm_map: 13589.796934670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077332992, end = 3077337088, flags = 135266419, pgoff = 20480, inode = 18616 }
-vm_state.vm_map: 13589.796937011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077337088, end = 3077345280, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.796939265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077345280, end = 3077349376, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.796942405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077349376, end = 3077566464, flags = 134217845, pgoff = 0, inode = 22624 }
-vm_state.vm_map: 13589.796944487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077566464, end = 3077574656, flags = 135266419, pgoff = 212992, inode = 22624 }
-vm_state.vm_map: 13589.796946802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077574656, end = 3077578752, flags = 1048691, pgoff = 3077574656, inode = 0 }
-vm_state.vm_map: 13589.796949290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077578752, end = 3077586944, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.796951328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077586944, end = 3077591040, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.796953514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077591040, end = 3077595136, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.796956975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077595136, end = 3077619712, flags = 134217845, pgoff = 0, inode = 1065108 }
-vm_state.vm_map: 13589.796959038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077619712, end = 3077623808, flags = 135266419, pgoff = 20480, inode = 1065108 }
-vm_state.vm_map: 13589.796968478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077632000, end = 3077644288, flags = 134217979, pgoff = 0, inode = 950276 }
-vm_state.vm_map: 13589.796971187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077644288, end = 3077668864, flags = 134217845, pgoff = 0, inode = 255472 }
-vm_state.vm_map: 13589.796973441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077668864, end = 3077672960, flags = 135266419, pgoff = 20480, inode = 255472 }
-vm_state.vm_map: 13589.796976433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077672960, end = 3077689344, flags = 134217845, pgoff = 0, inode = 255474 }
-vm_state.vm_map: 13589.796978448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077689344, end = 3077693440, flags = 135266419, pgoff = 12288, inode = 255474 }
-vm_state.vm_map: 13589.796981194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077693440, end = 3077709824, flags = 134217845, pgoff = 0, inode = 255731 }
-vm_state.vm_map: 13589.796983176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077709824, end = 3077713920, flags = 135266419, pgoff = 12288, inode = 255731 }
-vm_state.vm_map: 13589.797044909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077713920, end = 3077726208, flags = 1048691, pgoff = 3077713920, inode = 0 }
-vm_state.vm_map: 13589.797047889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077726208, end = 3077730304, flags = 67371125, pgoff = 3077726208, inode = 0 }
-vm_state.vm_map: 13589.797050692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077730304, end = 3077844992, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.797052884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077844992, end = 3077849088, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.797055218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3077849088, end = 3077853184, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.797057804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1852, start = 3215638528, end = 3215724544, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.797062699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 134512640, end = 135766016, flags = 134223989, pgoff = 0, inode = 17162 }
-vm_state.vm_map: 13589.797065219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 135766016, end = 135774208, flags = 135272563, pgoff = 1253376, inode = 17162 }
-vm_state.vm_map: 13589.797067774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 153870336, end = 155762688, flags = 1048691, pgoff = 153870336, inode = 0 }
-vm_state.vm_map: 13589.797076265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077193728, end = 3077292032, flags = 134217845, pgoff = 0, inode = 42087 }
-vm_state.vm_map: 13589.797078321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077292032, end = 3077300224, flags = 135266419, pgoff = 94208, inode = 42087 }
-vm_state.vm_map: 13589.797080441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077300224, end = 3077304320, flags = 1048691, pgoff = 3077300224, inode = 0 }
-vm_state.vm_map: 13589.797083532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077304320, end = 3077341184, flags = 134217845, pgoff = 0, inode = 508755 }
-vm_state.vm_map: 13589.797085613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077341184, end = 3077345280, flags = 135266417, pgoff = 32768, inode = 508755 }
-vm_state.vm_map: 13589.797087719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077345280, end = 3077349376, flags = 135266419, pgoff = 36864, inode = 508755 }
-vm_state.vm_map: 13589.797089979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077349376, end = 3077509120, flags = 1048691, pgoff = 3077349376, inode = 0 }
-vm_state.vm_map: 13589.797092578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3077509120, end = 3078823936, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.797094739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078823936, end = 3078832128, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.797096857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078832128, end = 3078836224, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.797099056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078836224, end = 3078848512, flags = 1048691, pgoff = 3078836224, inode = 0 }
-vm_state.vm_map: 13589.797101790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078848512, end = 3078934528, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.797103803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078934528, end = 3078938624, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.797105996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078938624, end = 3078942720, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.797108219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078942720, end = 3078955008, flags = 1048691, pgoff = 3078942720, inode = 0 }
-vm_state.vm_map: 13589.797110639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3078955008, end = 3079102464, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.797112652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079102464, end = 3079106560, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.797114844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079106560, end = 3079110656, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.797117333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079110656, end = 3079118848, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.797119414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079118848, end = 3079122944, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.797121489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079122944, end = 3079127040, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.797124358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079143424, end = 3079159808, flags = 134217845, pgoff = 0, inode = 43237 }
-vm_state.vm_map: 13589.797126593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 16384, inode = 43237 }
-vm_state.vm_map: 13589.797134008 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 42092 }
-vm_state.vm_map: 13589.797136298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 16384, inode = 42092 }
-vm_state.vm_map: 13589.797140357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079184384, end = 3079200768, flags = 134217845, pgoff = 0, inode = 42078 }
-vm_state.vm_map: 13589.797142395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079200768, end = 3079204864, flags = 135266419, pgoff = 12288, inode = 42078 }
-vm_state.vm_map: 13589.797150099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079204864, end = 3079217152, flags = 134217845, pgoff = 0, inode = 42090 }
-vm_state.vm_map: 13589.797152260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079217152, end = 3079221248, flags = 135266419, pgoff = 8192, inode = 42090 }
-vm_state.vm_map: 13589.797154329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079221248, end = 3079229440, flags = 1048691, pgoff = 3079221248, inode = 0 }
-vm_state.vm_map: 13589.797156552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079229440, end = 3079233536, flags = 67371125, pgoff = 3079229440, inode = 0 }
-vm_state.vm_map: 13589.797158793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079233536, end = 3079348224, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.797160893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079348224, end = 3079352320, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.797163012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3079352320, end = 3079356416, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.797165074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1883, start = 3213361152, end = 3213447168, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.797176263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
-vm_state.vm_map: 13589.797178320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
-vm_state.vm_map: 13589.797181282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
-vm_state.vm_map: 13589.797183431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 146681856, end = 146817024, flags = 1048691, pgoff = 146681856, inode = 0 }
-vm_state.vm_map: 13589.797185919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3076997120, end = 3077005312, flags = 1048691, pgoff = 3076997120, inode = 0 }
-vm_state.vm_map: 13589.797189201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3077005312, end = 3078320128, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.797191800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078320128, end = 3078328320, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.797193875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078328320, end = 3078332416, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.797196376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078332416, end = 3078344704, flags = 1048691, pgoff = 3078332416, inode = 0 }
-vm_state.vm_map: 13589.797202262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078344704, end = 3078352896, flags = 134217845, pgoff = 0, inode = 508751 }
-vm_state.vm_map: 13589.797204756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078352896, end = 3078356992, flags = 135266417, pgoff = 4096, inode = 508751 }
-vm_state.vm_map: 13589.797207225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078356992, end = 3078361088, flags = 135266419, pgoff = 8192, inode = 508751 }
-vm_state.vm_map: 13589.797209817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078447104, end = 3078451200, flags = 1048691, pgoff = 3078447104, inode = 0 }
-vm_state.vm_map: 13589.797215797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078455296, end = 3078463488, flags = 1048691, pgoff = 3078455296, inode = 0 }
-vm_state.vm_map: 13589.797218149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078463488, end = 3078467584, flags = 67371125, pgoff = 3078463488, inode = 0 }
-vm_state.vm_map: 13589.797220453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078467584, end = 3078582272, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.797222909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078582272, end = 3078586368, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.797225366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3078586368, end = 3078590464, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.797227583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1906, start = 3215757312, end = 3215843328, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.797230859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
-vm_state.vm_map: 13589.797233495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
-vm_state.vm_map: 13589.797235644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
-vm_state.vm_map: 13589.797238020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 166658048, end = 166793216, flags = 1048691, pgoff = 166658048, inode = 0 }
-vm_state.vm_map: 13589.797240089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3076587520, end = 3076595712, flags = 1048691, pgoff = 3076587520, inode = 0 }
-vm_state.vm_map: 13589.797242449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3076595712, end = 3077910528, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.797244499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3077910528, end = 3077918720, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.797247300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3077918720, end = 3077922816, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.797249709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3077922816, end = 3077935104, flags = 1048691, pgoff = 3077922816, inode = 0 }
-vm_state.vm_map: 13589.797252332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3077935104, end = 3077943296, flags = 134217845, pgoff = 0, inode = 508751 }
-vm_state.vm_map: 13589.797254407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3077943296, end = 3077947392, flags = 135266417, pgoff = 4096, inode = 508751 }
-vm_state.vm_map: 13589.797256476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3077947392, end = 3077951488, flags = 135266419, pgoff = 8192, inode = 508751 }
-vm_state.vm_map: 13589.797258638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3078037504, end = 3078041600, flags = 1048691, pgoff = 3078037504, inode = 0 }
-vm_state.vm_map: 13589.797261366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3078045696, end = 3078053888, flags = 1048691, pgoff = 3078045696, inode = 0 }
-vm_state.vm_map: 13589.797263416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3078053888, end = 3078057984, flags = 67371125, pgoff = 3078053888, inode = 0 }
-vm_state.vm_map: 13589.797266107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3078057984, end = 3078172672, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.797268687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3078172672, end = 3078176768, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.797270701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3078176768, end = 3078180864, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.797272856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1907, start = 3212795904, end = 3212881920, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.797275707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
-vm_state.vm_map: 13589.797277677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
-vm_state.vm_map: 13589.797279869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
-vm_state.vm_map: 13589.797282092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 136421376, end = 136556544, flags = 1048691, pgoff = 136421376, inode = 0 }
-vm_state.vm_map: 13589.797284150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3077201920, end = 3077210112, flags = 1048691, pgoff = 3077201920, inode = 0 }
-vm_state.vm_map: 13589.797286428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3077210112, end = 3078524928, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.797288848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078524928, end = 3078533120, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.797290917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078533120, end = 3078537216, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.797292992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078537216, end = 3078549504, flags = 1048691, pgoff = 3078537216, inode = 0 }
-vm_state.vm_map: 13589.797295400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078549504, end = 3078557696, flags = 134217845, pgoff = 0, inode = 508751 }
-vm_state.vm_map: 13589.797297875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078557696, end = 3078561792, flags = 135266417, pgoff = 4096, inode = 508751 }
-vm_state.vm_map: 13589.797300123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078561792, end = 3078565888, flags = 135266419, pgoff = 8192, inode = 508751 }
-vm_state.vm_map: 13589.797302598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078651904, end = 3078656000, flags = 1048691, pgoff = 3078651904, inode = 0 }
-vm_state.vm_map: 13589.797304581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078660096, end = 3078668288, flags = 1048691, pgoff = 3078660096, inode = 0 }
-vm_state.vm_map: 13589.797307026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078668288, end = 3078672384, flags = 67371125, pgoff = 3078668288, inode = 0 }
-vm_state.vm_map: 13589.797309366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078672384, end = 3078787072, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.797311773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078787072, end = 3078791168, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.797313781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3078791168, end = 3078795264, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.797315986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1908, start = 3215097856, end = 3215183872, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.797319231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
-vm_state.vm_map: 13589.797321658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
-vm_state.vm_map: 13589.797324127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
-vm_state.vm_map: 13589.797326368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 142258176, end = 142393344, flags = 1048691, pgoff = 142258176, inode = 0 }
-vm_state.vm_map: 13589.797328751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3076583424, end = 3076591616, flags = 1048691, pgoff = 3076583424, inode = 0 }
-vm_state.vm_map: 13589.797331412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3076591616, end = 3077906432, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.797333949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3077906432, end = 3077914624, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.797336301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3077914624, end = 3077918720, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.797338628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3077918720, end = 3077931008, flags = 1048691, pgoff = 3077918720, inode = 0 }
-vm_state.vm_map: 13589.797340906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3077931008, end = 3077939200, flags = 134217845, pgoff = 0, inode = 508751 }
-vm_state.vm_map: 13589.797342859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3077939200, end = 3077943296, flags = 135266417, pgoff = 4096, inode = 508751 }
-vm_state.vm_map: 13589.797344885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3077943296, end = 3077947392, flags = 135266419, pgoff = 8192, inode = 508751 }
-vm_state.vm_map: 13589.797346892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3078033408, end = 3078037504, flags = 1048691, pgoff = 3078033408, inode = 0 }
-vm_state.vm_map: 13589.797349244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3078041600, end = 3078049792, flags = 1048691, pgoff = 3078041600, inode = 0 }
-vm_state.vm_map: 13589.797351579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3078049792, end = 3078053888, flags = 67371125, pgoff = 3078049792, inode = 0 }
-vm_state.vm_map: 13589.797354239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3078053888, end = 3078168576, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.797356542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3078168576, end = 3078172672, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.797358980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3078172672, end = 3078176768, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.797360945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1909, start = 3219058688, end = 3219144704, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.797364018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
-vm_state.vm_map: 13589.797366216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
-vm_state.vm_map: 13589.797368186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
-vm_state.vm_map: 13589.797370687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 153333760, end = 153468928, flags = 1048691, pgoff = 153333760, inode = 0 }
-vm_state.vm_map: 13589.797373310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3076710400, end = 3076718592, flags = 1048691, pgoff = 3076710400, inode = 0 }
-vm_state.vm_map: 13589.797375933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3076718592, end = 3078033408, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.797378223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078033408, end = 3078041600, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.797380409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078041600, end = 3078045696, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.797382535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078045696, end = 3078057984, flags = 1048691, pgoff = 3078045696, inode = 0 }
-vm_state.vm_map: 13589.797385238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078057984, end = 3078066176, flags = 134217845, pgoff = 0, inode = 508751 }
-vm_state.vm_map: 13589.797387559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078066176, end = 3078070272, flags = 135266417, pgoff = 4096, inode = 508751 }
-vm_state.vm_map: 13589.797389517 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078070272, end = 3078074368, flags = 135266419, pgoff = 8192, inode = 508751 }
-vm_state.vm_map: 13589.797391698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078160384, end = 3078164480, flags = 1048691, pgoff = 3078160384, inode = 0 }
-vm_state.vm_map: 13589.797393693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078168576, end = 3078176768, flags = 1048691, pgoff = 3078168576, inode = 0 }
-vm_state.vm_map: 13589.797395835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078176768, end = 3078180864, flags = 67371125, pgoff = 3078176768, inode = 0 }
-vm_state.vm_map: 13589.797398169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078180864, end = 3078295552, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.797400146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078295552, end = 3078299648, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.797402417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3078299648, end = 3078303744, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.797404610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1910, start = 3217420288, end = 3217506304, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.797410713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
-vm_state.vm_map: 13589.797413035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
-vm_state.vm_map: 13589.797415608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
-vm_state.vm_map: 13589.797417862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 134971392, end = 135106560, flags = 1048691, pgoff = 134971392, inode = 0 }
-vm_state.vm_map: 13589.797419875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3077324800, end = 3077332992, flags = 1048691, pgoff = 3077324800, inode = 0 }
-vm_state.vm_map: 13589.797422376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3077332992, end = 3078647808, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.797424340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078647808, end = 3078656000, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.797426428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078656000, end = 3078660096, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.797428552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078660096, end = 3078672384, flags = 1048691, pgoff = 3078660096, inode = 0 }
-vm_state.vm_map: 13589.797431021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078672384, end = 3078680576, flags = 134217845, pgoff = 0, inode = 508751 }
-vm_state.vm_map: 13589.797433152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078680576, end = 3078684672, flags = 135266417, pgoff = 4096, inode = 508751 }
-vm_state.vm_map: 13589.797435215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078684672, end = 3078688768, flags = 135266419, pgoff = 8192, inode = 508751 }
-vm_state.vm_map: 13589.797437623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078774784, end = 3078778880, flags = 1048691, pgoff = 3078774784, inode = 0 }
-vm_state.vm_map: 13589.797439691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078782976, end = 3078791168, flags = 1048691, pgoff = 3078782976, inode = 0 }
-vm_state.vm_map: 13589.797441743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078791168, end = 3078795264, flags = 67371125, pgoff = 3078791168, inode = 0 }
-vm_state.vm_map: 13589.797444483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078795264, end = 3078909952, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.797446810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078909952, end = 3078914048, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.797449556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3078914048, end = 3078918144, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.797451545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1911, start = 3220238336, end = 3220324352, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.797458565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 134512640, end = 134647808, flags = 134223989, pgoff = 0, inode = 23928 }
-vm_state.vm_map: 13589.797460794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 134647808, end = 134651904, flags = 135272563, pgoff = 135168, inode = 23928 }
-vm_state.vm_map: 13589.797463061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 134651904, end = 134656000, flags = 1048691, pgoff = 134651904, inode = 0 }
-vm_state.vm_map: 13589.797465370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 140304384, end = 140500992, flags = 1048691, pgoff = 140304384, inode = 0 }
-vm_state.vm_map: 13589.797471005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073531904, end = 3073630208, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.797473413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073630208, end = 3073634304, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.797475592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073634304, end = 3073638400, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.797478265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073638400, end = 3073675264, flags = 134217845, pgoff = 0, inode = 508755 }
-vm_state.vm_map: 13589.797480389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073675264, end = 3073679360, flags = 135266417, pgoff = 32768, inode = 508755 }
-vm_state.vm_map: 13589.797486184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073679360, end = 3073683456, flags = 135266419, pgoff = 36864, inode = 508755 }
-vm_state.vm_map: 13589.797488616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073683456, end = 3073843200, flags = 1048691, pgoff = 3073683456, inode = 0 }
-vm_state.vm_map: 13589.797494447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073925120, end = 3073933312, flags = 134217845, pgoff = 0, inode = 499908 }
-vm_state.vm_map: 13589.797496714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073933312, end = 3073937408, flags = 135266419, pgoff = 4096, inode = 499908 }
-vm_state.vm_map: 13589.797499780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073937408, end = 3073986560, flags = 134217845, pgoff = 0, inode = 500088 }
-vm_state.vm_map: 13589.797501948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073986560, end = 3073990656, flags = 135266419, pgoff = 45056, inode = 500088 }
-vm_state.vm_map: 13589.797504115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3073990656, end = 3074039808, flags = 1048691, pgoff = 3073990656, inode = 0 }
-vm_state.vm_map: 13589.797509861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074039808, end = 3074080768, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.797511843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074080768, end = 3074084864, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.797513993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074084864, end = 3074088960, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.797516579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074088960, end = 3074125824, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.797518568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074125824, end = 3074129920, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.797521031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074129920, end = 3074134016, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.797523814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074134016, end = 3074211840, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.797525859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074211840, end = 3074215936, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.797528211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074215936, end = 3074220032, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.797530200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074220032, end = 3074228224, flags = 1048691, pgoff = 3074220032, inode = 0 }
-vm_state.vm_map: 13589.797532817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074228224, end = 3074252800, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.797534788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074252800, end = 3074256896, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.797536740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074256896, end = 3074260992, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.797539591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074260992, end = 3074277376, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.797541845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074277376, end = 3074281472, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.797547399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074281472, end = 3074318336, flags = 134217845, pgoff = 0, inode = 499730 }
-vm_state.vm_map: 13589.797549807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074318336, end = 3074322432, flags = 135266419, pgoff = 32768, inode = 499730 }
-vm_state.vm_map: 13589.797552615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074322432, end = 3074338816, flags = 134217845, pgoff = 0, inode = 500096 }
-vm_state.vm_map: 13589.797554598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074338816, end = 3074342912, flags = 135266419, pgoff = 12288, inode = 500096 }
-vm_state.vm_map: 13589.797557363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074342912, end = 3074347008, flags = 134217845, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 13589.797559339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074347008, end = 3074351104, flags = 135266419, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 13589.797559374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074351104, end = 3074355200, flags = 134217845, pgoff = 0, inode = 499797 }
-kernel.irq_entry: 13589.797622154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.sched_try_wakeup: 13589.797656995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { pid = 2822, cpu_id = 0, state = 1 }
-kernel.irq_exit: 13589.797673707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.sched_schedule: 13589.797690660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { prev_pid = 16887, next_pid = 2822, prev_state = 0 }
-kernel.syscall_exit: 13589.797914007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = -110 }
-kernel.syscall_entry: 13589.797937875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 240 [syscall 240] }
-kernel.syscall_exit: 13589.797941347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.797946508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.797951583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.797964551 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.797967445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.797971540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.797973751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.797976669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.797978868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.797982403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.797984613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.797992600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.797994860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.797997834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 240 [syscall 240] }
-kernel.sched_schedule: 13589.798014732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2822, next_pid = 1852, prev_state = 1 }
-kernel.irq_entry: 13589.799079437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3238156110, handler = 0xc14a4a8c, irq_id = 1, kernel_mode = 1 }
-input.input_event: 13589.799693753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/input_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { type = 4, code = 3, value = 156 }
-input.input_event: 13589.799707745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/input_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { type = 4, code = 4, value = 28 }
-kernel.softirq_raise: 13589.799718909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 6 [softirq 6] }
-kernel.sched_try_wakeup: 13589.799733219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 5, cpu_id = 0, state = 1 }
-kernel.send_signal: 13589.799762143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 1852, signal = 29 }
-kernel.sched_try_wakeup: 13589.799792434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 24682, cpu_id = 0, state = 1 }
-input.input_event: 13589.799800384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/input_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { type = 1, code = 28, value = 0 }
-kernel.send_signal: 13589.799826765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 1852, signal = 29 }
-input.input_event: 13589.799837369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/input_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { type = 0, code = 0, value = 0 }
-kernel.send_signal: 13589.799845650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 1852, signal = 29 }
-kernel.irq_exit: 13589.799855731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { handled = 1 }
-kernel.softirq_entry: 13589.799864518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 6 [softirq 6] }
-kernel.tasklet_low_entry: 13589.799869439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc148ac75, data = 0 }
-kernel.tasklet_low_exit: 13589.799871538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc148ac75, data = 0 }
-kernel.softirq_exit: 13589.799873201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { softirq_id = 6 [softirq 6] }
-kernel.sched_schedule: 13589.799882906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 5, 5, events/0, , 2, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 5, prev_state = 0 }
-kernel.sched_schedule: 13589.800011039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { prev_pid = 5, next_pid = 24682, prev_state = 1 }
-fs.pollfd: 13589.800084078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { fd = 3 }
-fs.pollfd: 13589.800092952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { fd = 5 }
-fs.pollfd: 13589.800117724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { fd = 6 }
-fs.pollfd: 13589.800123204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { fd = 4 }
-kernel.syscall_exit: 13589.800134819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.800241953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { ip = 0xb7852416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.800257219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { count = 1024, fd = 4 }
-kernel.syscall_exit: 13589.800258525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { ret = 48 }
-kernel.syscall_entry: 13589.800271788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { ip = 0xb7852416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.800273543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { count = 1024, fd = 4 }
-kernel.syscall_exit: 13589.800274707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.800314660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { ip = 0xb7852416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.800316858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.800319143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 13589.800320602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { fd = 6 }
-fs.pollfd: 13589.800321981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 24682, 24682, hald-addon-inpu, , 24617, 0x0, SYSCALL { fd = 4 }
-kernel.sched_schedule: 13589.800329285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 24682, next_pid = 16887, prev_state = 1 }
-vm_state.vm_map: 13589.800393290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074355200, end = 3074359296, flags = 135266419, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 13589.800396331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074359296, end = 3074371584, flags = 134217845, pgoff = 0, inode = 500089 }
-vm_state.vm_map: 13589.800398500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074371584, end = 3074375680, flags = 135266419, pgoff = 8192, inode = 500089 }
-vm_state.vm_map: 13589.800400562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074375680, end = 3074383872, flags = 1048691, pgoff = 3074375680, inode = 0 }
-vm_state.vm_map: 13589.800403148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074383872, end = 3074412544, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.800405537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074412544, end = 3074416640, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.800407662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074416640, end = 3074420736, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.800410390 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074420736, end = 3074506752, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.800412804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074506752, end = 3074510848, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.800414836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074510848, end = 3074514944, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.800417003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074514944, end = 3074523136, flags = 1048691, pgoff = 3074514944, inode = 0 }
-vm_state.vm_map: 13589.800419541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074523136, end = 3074531328, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.800421727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074531328, end = 3074535424, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.800423808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074535424, end = 3074539520, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.800425995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074539520, end = 3074543616, flags = 1048691, pgoff = 3074539520, inode = 0 }
-vm_state.vm_map: 13589.800428396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074543616, end = 3074641920, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.800430441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074641920, end = 3074646016, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.800432676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3074646016, end = 3075960832, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.800434868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3075960832, end = 3075969024, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.800436907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3075969024, end = 3075973120, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.800438945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3075973120, end = 3075985408, flags = 1048691, pgoff = 3075973120, inode = 0 }
-vm_state.vm_map: 13589.800441365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3075985408, end = 3076210688, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.800443464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076210688, end = 3076214784, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.800445453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076214784, end = 3076218880, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.800448058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076218880, end = 3076227072, flags = 134217845, pgoff = 0, inode = 17167 }
-vm_state.vm_map: 13589.800450121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076227072, end = 3076231168, flags = 135266419, pgoff = 8192, inode = 17167 }
-vm_state.vm_map: 13589.800452701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076231168, end = 3076272128, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 13589.800454739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076272128, end = 3076276224, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 13589.800457185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076276224, end = 3076292608, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.800459136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076292608, end = 3076296704, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.800461310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076296704, end = 3076300800, flags = 1048691, pgoff = 3076296704, inode = 0 }
-vm_state.vm_map: 13589.800463422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076300800, end = 3076308992, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.800465386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076308992, end = 3076313088, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.800467954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3076313088, end = 3077464064, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.800469980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077464064, end = 3077480448, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.800478885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077484544, end = 3077488640, flags = 134217845, pgoff = 0, inode = 500093 }
-vm_state.vm_map: 13589.800480948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077488640, end = 3077492736, flags = 135266419, pgoff = 0, inode = 500093 }
-vm_state.vm_map: 13589.800487087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077496832, end = 3077529600, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.800489273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077529600, end = 3077533696, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.800494396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077533696, end = 3077566464, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.800496454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077566464, end = 3077570560, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.800498498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077570560, end = 3077582848, flags = 1048691, pgoff = 3077570560, inode = 0 }
-vm_state.vm_map: 13589.800500604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077582848, end = 3077586944, flags = 67371125, pgoff = 3077582848, inode = 0 }
-vm_state.vm_map: 13589.800503571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077586944, end = 3077701632, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.800505745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077701632, end = 3077705728, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.800507944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3077705728, end = 3077709824, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.800509970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1913, start = 3214938112, end = 3215024128, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.800519144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 20943 }
-vm_state.vm_map: 13589.800521196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 20943 }
-vm_state.vm_map: 13589.800523394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 143081472, end = 143216640, flags = 1048691, pgoff = 143081472, inode = 0 }
-vm_state.vm_map: 13589.800528554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075207168, end = 3075248128, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.800530605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075248128, end = 3075252224, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.800532748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075252224, end = 3075256320, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.800535130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075256320, end = 3075293184, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.800537088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075293184, end = 3075297280, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.800539490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075297280, end = 3075301376, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.800541695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075301376, end = 3075379200, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.800543856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075379200, end = 3075383296, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.800546142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075383296, end = 3075387392, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.800548143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075387392, end = 3075395584, flags = 1048691, pgoff = 3075387392, inode = 0 }
-vm_state.vm_map: 13589.800550723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075395584, end = 3075420160, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.800552681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075420160, end = 3075424256, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.800554971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075424256, end = 3075428352, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.800557015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075428352, end = 3075436544, flags = 1048691, pgoff = 3075428352, inode = 0 }
-vm_state.vm_map: 13589.800559196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075436544, end = 3075452928, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.800561671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075452928, end = 3075457024, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.800563746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075457024, end = 3075465216, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.800565698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075465216, end = 3075469312, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.800567885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075469312, end = 3075477504, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.800569855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075477504, end = 3075481600, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.800571850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075481600, end = 3075485696, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.800574067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075485696, end = 3075584000, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.800576099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075584000, end = 3075588096, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.800578156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3075588096, end = 3076902912, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.800580341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3076902912, end = 3076911104, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.800582282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3076911104, end = 3076915200, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.800584234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3076915200, end = 3076931584, flags = 1048691, pgoff = 3076915200, inode = 0 }
-vm_state.vm_map: 13589.800586327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3076931584, end = 3077017600, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.800588397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3077017600, end = 3077021696, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.800590324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3077021696, end = 3077025792, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.800592258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3077025792, end = 3077033984, flags = 1048691, pgoff = 3077025792, inode = 0 }
-vm_state.vm_map: 13589.800594770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3077033984, end = 3078184960, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.800596703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3078184960, end = 3078201344, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.800598644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3078295552, end = 3078303744, flags = 1048691, pgoff = 3078295552, inode = 0 }
-vm_state.vm_map: 13589.800600675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3078303744, end = 3078307840, flags = 67371125, pgoff = 3078303744, inode = 0 }
-vm_state.vm_map: 13589.800602732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3078307840, end = 3078422528, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.800604659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3078422528, end = 3078426624, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.800606697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3078426624, end = 3078430720, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.800608631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1921, start = 3218632704, end = 3218718720, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.800614155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076313088, end = 3076354048, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.800616396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076354048, end = 3076358144, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.800618434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076358144, end = 3076362240, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.800620516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076362240, end = 3076399104, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.800622597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076399104, end = 3076403200, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.800624537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076403200, end = 3076407296, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.800626772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076407296, end = 3076485120, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.800629094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076485120, end = 3076489216, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.800631279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076489216, end = 3076493312, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.800633226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076493312, end = 3076501504, flags = 1048691, pgoff = 3076493312, inode = 0 }
-vm_state.vm_map: 13589.800635270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076501504, end = 3076526080, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.800637302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076526080, end = 3076530176, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.800639235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076530176, end = 3076534272, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.800641170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076534272, end = 3076542464, flags = 1048691, pgoff = 3076534272, inode = 0 }
-vm_state.vm_map: 13589.800643251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076542464, end = 3076550656, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.800645191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076550656, end = 3076554752, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.800647210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076554752, end = 3076558848, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.800649304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3076558848, end = 3077873664, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.800651423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3077873664, end = 3077881856, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.800653356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3077881856, end = 3077885952, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.800658523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3077885952, end = 3077898240, flags = 1048691, pgoff = 3077885952, inode = 0 }
-vm_state.vm_map: 13589.800660708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3077898240, end = 3077926912, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.800663258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3077926912, end = 3077931008, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.800665198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3077931008, end = 3077935104, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.800667340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3077935104, end = 3078021120, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.800669421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078021120, end = 3078025216, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.800671356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078025216, end = 3078029312, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.800673345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078029312, end = 3078041600, flags = 1048691, pgoff = 3078029312, inode = 0 }
-vm_state.vm_map: 13589.800675666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078041600, end = 3078139904, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.800677593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078139904, end = 3078144000, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.800679521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078144000, end = 3078148096, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.800681941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078148096, end = 3078295552, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.800684059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078295552, end = 3078303744, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.800685999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078397952, end = 3078406144, flags = 1048691, pgoff = 3078397952, inode = 0 }
-vm_state.vm_map: 13589.800687932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078406144, end = 3078410240, flags = 67371125, pgoff = 3078406144, inode = 0 }
-vm_state.vm_map: 13589.800690107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078410240, end = 3078524928, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.800692040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078524928, end = 3078529024, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.800693974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078529024, end = 3078533120, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.800696892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078533120, end = 3078823936, flags = 134223989, pgoff = 0, inode = 20940 }
-vm_state.vm_map: 13589.800698832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078823936, end = 3078828032, flags = 135272561, pgoff = 286720, inode = 20940 }
-vm_state.vm_map: 13589.800700827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3078828032, end = 3078832128, flags = 135272563, pgoff = 290816, inode = 20940 }
-vm_state.vm_map: 13589.800703026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3085512704, end = 3085647872, flags = 1048691, pgoff = 3085512704, inode = 0 }
-vm_state.vm_map: 13589.800704953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1922, start = 3216969728, end = 3217055744, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.800708001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 18385 }
-vm_state.vm_map: 13589.800710046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 134545408, end = 134549504, flags = 135272563, pgoff = 28672, inode = 18385 }
-vm_state.vm_map: 13589.800712090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 134549504, end = 134553600, flags = 1048691, pgoff = 134549504, inode = 0 }
-vm_state.vm_map: 13589.800714171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 149598208, end = 149733376, flags = 1048691, pgoff = 149598208, inode = 0 }
-vm_state.vm_map: 13589.800716437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074297856, end = 3074383872, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.800718371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074383872, end = 3074387968, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.800720471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074387968, end = 3074392064, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.800722404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074392064, end = 3074400256, flags = 1048691, pgoff = 3074392064, inode = 0 }
-vm_state.vm_map: 13589.800724474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074400256, end = 3074625536, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.800726536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074625536, end = 3074629632, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.800728531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074629632, end = 3074633728, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.800730983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074633728, end = 3074637824, flags = 1048691, pgoff = 3074633728, inode = 0 }
-vm_state.vm_map: 13589.800733575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074637824, end = 3074666496, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.800735669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074666496, end = 3074703360, flags = 134217845, pgoff = 0, inode = 499730 }
-vm_state.vm_map: 13589.800737596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074703360, end = 3074707456, flags = 135266419, pgoff = 32768, inode = 499730 }
-vm_state.vm_map: 13589.800739689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074707456, end = 3074723840, flags = 134217845, pgoff = 0, inode = 500096 }
-vm_state.vm_map: 13589.800741624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074723840, end = 3074727936, flags = 135266419, pgoff = 12288, inode = 500096 }
-vm_state.vm_map: 13589.800746654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074727936, end = 3074764800, flags = 134217845, pgoff = 0, inode = 508755 }
-vm_state.vm_map: 13589.800748895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074764800, end = 3074768896, flags = 135266417, pgoff = 32768, inode = 508755 }
-vm_state.vm_map: 13589.800750958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074768896, end = 3074772992, flags = 135266419, pgoff = 36864, inode = 508755 }
-vm_state.vm_map: 13589.800753182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074772992, end = 3074932736, flags = 1048691, pgoff = 3074772992, inode = 0 }
-vm_state.vm_map: 13589.800755318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074932736, end = 3074981888, flags = 134217845, pgoff = 0, inode = 500088 }
-vm_state.vm_map: 13589.800757486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074981888, end = 3074985984, flags = 135266419, pgoff = 45056, inode = 500088 }
-vm_state.vm_map: 13589.800759635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3074985984, end = 3075035136, flags = 1048691, pgoff = 3074985984, inode = 0 }
-vm_state.vm_map: 13589.800761741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075035136, end = 3075076096, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.800763798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075076096, end = 3075080192, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.800766193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075080192, end = 3075084288, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.800768231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075084288, end = 3075162112, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.800770399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075162112, end = 3075166208, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.800772357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075166208, end = 3075170304, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.800774482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075170304, end = 3075178496, flags = 1048691, pgoff = 3075170304, inode = 0 }
-vm_state.vm_map: 13589.800776557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075178496, end = 3075207168, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.800778503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075207168, end = 3075211264, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.800780454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075211264, end = 3075215360, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.800782542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075215360, end = 3075223552, flags = 134217845, pgoff = 0, inode = 17167 }
-vm_state.vm_map: 13589.800784488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075223552, end = 3075227648, flags = 135266419, pgoff = 8192, inode = 17167 }
-vm_state.vm_map: 13589.800786742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075227648, end = 3075235840, flags = 134217845, pgoff = 0, inode = 499908 }
-vm_state.vm_map: 13589.800788675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075235840, end = 3075239936, flags = 135266419, pgoff = 4096, inode = 499908 }
-vm_state.vm_map: 13589.800790806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075239936, end = 3075252224, flags = 134217845, pgoff = 0, inode = 500089 }
-vm_state.vm_map: 13589.800792795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075252224, end = 3075256320, flags = 135266419, pgoff = 8192, inode = 500089 }
-vm_state.vm_map: 13589.800795049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075256320, end = 3075260416, flags = 134217845, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 13589.800796983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075260416, end = 3075264512, flags = 135266419, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 13589.800799489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075264512, end = 3075268608, flags = 134217845, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 13589.800801423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075268608, end = 3075272704, flags = 135266419, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 13589.800803818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3075272704, end = 3076603904, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.800805788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3076603904, end = 3076608000, flags = 1048691, pgoff = 3076603904, inode = 0 }
-vm_state.vm_map: 13589.800808153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3076608000, end = 3076616192, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.800810099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3076616192, end = 3076620288, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.800812038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3076620288, end = 3076624384, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.800814391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3076624384, end = 3077939200, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.800816546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3077939200, end = 3077947392, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.800818584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3077947392, end = 3077951488, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.800820739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3077951488, end = 3077967872, flags = 1048691, pgoff = 3077951488, inode = 0 }
-vm_state.vm_map: 13589.800823025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3077967872, end = 3078066176, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.800825192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078066176, end = 3078070272, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.800827341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078070272, end = 3078074368, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.800829625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078074368, end = 3078115328, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 13589.800831589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078115328, end = 3078119424, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 13589.800834041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078123520, end = 3078160384, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.800836030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078160384, end = 3078164480, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.800838006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078164480, end = 3078168576, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.800840482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078168576, end = 3078193152, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.800842515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078193152, end = 3078197248, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.800844682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078197248, end = 3078201344, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.800846732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078205440, end = 3078221824, flags = 1048691, pgoff = 3078205440, inode = 0 }
-vm_state.vm_map: 13589.800848776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078221824, end = 3078225920, flags = 67371125, pgoff = 3078221824, inode = 0 }
-vm_state.vm_map: 13589.800850938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078225920, end = 3078340608, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.800852946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078340608, end = 3078344704, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.800855046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3078344704, end = 3078348800, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.800857096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1928, start = 3220443136, end = 3220529152, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.800864997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 134512640, end = 135254016, flags = 134223989, pgoff = 0, inode = 21795 }
-vm_state.vm_map: 13589.800867213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 135254016, end = 135270400, flags = 135272563, pgoff = 741376, inode = 21795 }
-vm_state.vm_map: 13589.800869806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 135270400, end = 135282688, flags = 1048691, pgoff = 135270400, inode = 0 }
-vm_state.vm_map: 13589.800871962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 167878656, end = 168013824, flags = 1048691, pgoff = 167878656, inode = 0 }
-vm_state.vm_map: 13589.800874388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073839104, end = 3073880064, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.800876567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073880064, end = 3073884160, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.800878538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073884160, end = 3073888256, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.800880828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073888256, end = 3073925120, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.800882768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073925120, end = 3073929216, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.800884844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073929216, end = 3073933312, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.800887091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073933312, end = 3073957888, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.800889283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073957888, end = 3073961984, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.800891352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073961984, end = 3073966080, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.800893403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073966080, end = 3073970176, flags = 1048691, pgoff = 3073966080, inode = 0 }
-vm_state.vm_map: 13589.800896303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073970176, end = 3073982464, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 13589.800898243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073982464, end = 3073986560, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 13589.800900182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073986560, end = 3073990656, flags = 1048691, pgoff = 3073986560, inode = 0 }
-vm_state.vm_map: 13589.800902664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3073990656, end = 3074453504, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 13589.800905072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074453504, end = 3074465792, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 13589.800907566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074465792, end = 3074547712, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.800909512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074547712, end = 3074551808, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.800917283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074551808, end = 3074613248, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 13589.800919444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074613248, end = 3074617344, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 13589.800921716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074617344, end = 3074703360, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.800923885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074703360, end = 3074707456, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.800925935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074707456, end = 3074711552, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.800928010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074711552, end = 3074719744, flags = 1048691, pgoff = 3074711552, inode = 0 }
-vm_state.vm_map: 13589.800930159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3074719744, end = 3076034560, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.800932099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076034560, end = 3076042752, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.800934064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076042752, end = 3076046848, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.800936003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076046848, end = 3076063232, flags = 1048691, pgoff = 3076046848, inode = 0 }
-vm_state.vm_map: 13589.800938811 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076063232, end = 3076255744, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.800941194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076255744, end = 3076259840, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.800946232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076259840, end = 3076866048, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 13589.800948270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076866048, end = 3076882432, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 13589.800950763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3076882432, end = 3078123520, flags = 134217845, pgoff = 0, inode = 18970 }
-vm_state.vm_map: 13589.800952740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078123520, end = 3078135808, flags = 135266419, pgoff = 1236992, inode = 18970 }
-vm_state.vm_map: 13589.800954950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078135808, end = 3078144000, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.800956891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078144000, end = 3078148096, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.800958954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078148096, end = 3078152192, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.800961361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078152192, end = 3078299648, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.800963294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078299648, end = 3078303744, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.800965235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078303744, end = 3078307840, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.800967384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078307840, end = 3078344704, flags = 134217845, pgoff = 0, inode = 508755 }
-vm_state.vm_map: 13589.800969330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078344704, end = 3078348800, flags = 135266417, pgoff = 32768, inode = 508755 }
-vm_state.vm_map: 13589.800971466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078348800, end = 3078352896, flags = 135266419, pgoff = 36864, inode = 508755 }
-vm_state.vm_map: 13589.800973646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078352896, end = 3078516736, flags = 1048691, pgoff = 3078352896, inode = 0 }
-vm_state.vm_map: 13589.800976091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078516736, end = 3078594560, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.800978160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078594560, end = 3078598656, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.800980223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078598656, end = 3078602752, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.800982175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078602752, end = 3078610944, flags = 1048691, pgoff = 3078602752, inode = 0 }
-vm_state.vm_map: 13589.800984515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078610944, end = 3078680576, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.800986486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078680576, end = 3078684672, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.800988419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078684672, end = 3078688768, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.800990353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078688768, end = 3078696960, flags = 1048691, pgoff = 3078688768, inode = 0 }
-vm_state.vm_map: 13589.800995291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078758400, end = 3078778880, flags = 134217845, pgoff = 0, inode = 508634 }
-vm_state.vm_map: 13589.800997231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078778880, end = 3078782976, flags = 135266417, pgoff = 16384, inode = 508634 }
-vm_state.vm_map: 13589.800999282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078782976, end = 3078787072, flags = 135266419, pgoff = 20480, inode = 508634 }
-vm_state.vm_map: 13589.801001221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078787072, end = 3078799360, flags = 1048691, pgoff = 3078787072, inode = 0 }
-vm_state.vm_map: 13589.801003167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078799360, end = 3078803456, flags = 67371125, pgoff = 3078799360, inode = 0 }
-vm_state.vm_map: 13589.801005267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078803456, end = 3078918144, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.801007244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078918144, end = 3078922240, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.801012071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3078922240, end = 3078926336, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.801014066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1938, start = 3218399232, end = 3218935808, flags = 1048947, pgoff = 3220688896, inode = 0 }
-vm_state.vm_map: 13589.801016629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074318336, end = 3074338816, flags = 134217845, pgoff = 0, inode = 508634 }
-vm_state.vm_map: 13589.801018679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074338816, end = 3074342912, flags = 135266417, pgoff = 16384, inode = 508634 }
-vm_state.vm_map: 13589.801020619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074342912, end = 3074347008, flags = 135266419, pgoff = 20480, inode = 508634 }
-vm_state.vm_map: 13589.801022835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074347008, end = 3074387968, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.801024782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074387968, end = 3074392064, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.801026832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074392064, end = 3074396160, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.801028889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074396160, end = 3074433024, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.801030859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074433024, end = 3074437120, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.801032971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074437120, end = 3074441216, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.801035047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074441216, end = 3074465792, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.801036999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074465792, end = 3074469888, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.801039049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074469888, end = 3074473984, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.801040983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074473984, end = 3074482176, flags = 1048691, pgoff = 3074473984, inode = 0 }
-vm_state.vm_map: 13589.801043544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074482176, end = 3074568192, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.801045484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074568192, end = 3074572288, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.801047424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074572288, end = 3074576384, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.801049376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074576384, end = 3074584576, flags = 1048691, pgoff = 3074576384, inode = 0 }
-vm_state.vm_map: 13589.801054296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074584576, end = 3074592768, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 13589.801056241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074592768, end = 3074596864, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 13589.801058200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074596864, end = 3074600960, flags = 1048691, pgoff = 3074596864, inode = 0 }
-vm_state.vm_map: 13589.801060503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074600960, end = 3074625536, flags = 134217845, pgoff = 0, inode = 18679 }
-vm_state.vm_map: 13589.801062474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074625536, end = 3074629632, flags = 135266419, pgoff = 20480, inode = 18679 }
-vm_state.vm_map: 13589.801064666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074629632, end = 3074637824, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.801066631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074637824, end = 3074641920, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.801068724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074641920, end = 3074646016, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.801070929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3074646016, end = 3075960832, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.801072874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3075960832, end = 3075969024, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.801074869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3075969024, end = 3075973120, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.801080005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3075973120, end = 3075985408, flags = 1048691, pgoff = 3075973120, inode = 0 }
-vm_state.vm_map: 13589.801085400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3075985408, end = 3075993600, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 13589.801087555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3075993600, end = 3075997696, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 13589.801089938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3075997696, end = 3076161536, flags = 134217845, pgoff = 0, inode = 18646 }
-vm_state.vm_map: 13589.801111952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3076161536, end = 3076165632, flags = 135266419, pgoff = 163840, inode = 18646 }
-vm_state.vm_map: 13589.801114095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3076165632, end = 3076169728, flags = 1048691, pgoff = 3076165632, inode = 0 }
-vm_state.vm_map: 13589.801116651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3076169728, end = 3076833280, flags = 134217845, pgoff = 0, inode = 18913 }
-vm_state.vm_map: 13589.801118652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3076833280, end = 3076857856, flags = 135266419, pgoff = 659456, inode = 18913 }
-vm_state.vm_map: 13589.801121312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3076857856, end = 3077021696, flags = 134217845, pgoff = 0, inode = 18977 }
-vm_state.vm_map: 13589.801123351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077021696, end = 3077025792, flags = 135266419, pgoff = 163840, inode = 18977 }
-vm_state.vm_map: 13589.801125524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077025792, end = 3077062656, flags = 134217845, pgoff = 0, inode = 508755 }
-vm_state.vm_map: 13589.801127550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077062656, end = 3077066752, flags = 135266417, pgoff = 32768, inode = 508755 }
-vm_state.vm_map: 13589.801129835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077066752, end = 3077070848, flags = 135266419, pgoff = 36864, inode = 508755 }
-vm_state.vm_map: 13589.801131879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077070848, end = 3077230592, flags = 1048691, pgoff = 3077070848, inode = 0 }
-vm_state.vm_map: 13589.801134410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077230592, end = 3077308416, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.801136540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077308416, end = 3077312512, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.801138709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077312512, end = 3077316608, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.801140704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077316608, end = 3077324800, flags = 1048691, pgoff = 3077316608, inode = 0 }
-vm_state.vm_map: 13589.801143154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077324800, end = 3077406720, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.801145131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077406720, end = 3077410816, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.801147717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077410816, end = 3077419008, flags = 134217845, pgoff = 0, inode = 508751 }
-vm_state.vm_map: 13589.801149910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077419008, end = 3077423104, flags = 135266417, pgoff = 4096, inode = 508751 }
-vm_state.vm_map: 13589.801152003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077423104, end = 3077427200, flags = 135266419, pgoff = 8192, inode = 508751 }
-vm_state.vm_map: 13589.801153974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077427200, end = 3077431296, flags = 1048691, pgoff = 3077427200, inode = 0 }
-vm_state.vm_map: 13589.801156610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3077431296, end = 3078733824, flags = 134217845, pgoff = 0, inode = 33850 }
-vm_state.vm_map: 13589.801158642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3078733824, end = 3078828032, flags = 135266419, pgoff = 1302528, inode = 33850 }
-vm_state.vm_map: 13589.801160680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3078828032, end = 3078840320, flags = 1048691, pgoff = 3078828032, inode = 0 }
-vm_state.vm_map: 13589.801162927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3078840320, end = 3078909952, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.801165064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3078909952, end = 3078914048, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.801167145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3078914048, end = 3078918144, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.801169751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3078918144, end = 3078926336, flags = 1048691, pgoff = 3078918144, inode = 0 }
-vm_state.vm_map: 13589.801171807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079020544, end = 3079028736, flags = 1048691, pgoff = 3079020544, inode = 0 }
-vm_state.vm_map: 13589.801191685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079028736, end = 3079032832, flags = 67371125, pgoff = 3079028736, inode = 0 }
-vm_state.vm_map: 13589.801194086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079032832, end = 3079147520, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.801196260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079147520, end = 3079151616, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.801198299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079151616, end = 3079155712, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.801203200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079155712, end = 3079483392, flags = 134223989, pgoff = 0, inode = 22406 }
-vm_state.vm_map: 13589.801205349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079483392, end = 3079487488, flags = 135272563, pgoff = 323584, inode = 22406 }
-vm_state.vm_map: 13589.801207394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3079487488, end = 3079503872, flags = 1048691, pgoff = 3079487488, inode = 0 }
-vm_state.vm_map: 13589.801209438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3095060480, end = 3095195648, flags = 1048691, pgoff = 3095060480, inode = 0 }
-vm_state.vm_map: 13589.801211581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1963, start = 3214336000, end = 3214422016, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.801214555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073671168, end = 3073691648, flags = 134217845, pgoff = 0, inode = 508634 }
-vm_state.vm_map: 13589.801216747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073691648, end = 3073695744, flags = 135266417, pgoff = 16384, inode = 508634 }
-vm_state.vm_map: 13589.801218822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073695744, end = 3073699840, flags = 135266419, pgoff = 20480, inode = 508634 }
-vm_state.vm_map: 13589.801221557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073699840, end = 3073740800, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.801223607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073740800, end = 3073744896, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.801225855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073744896, end = 3073748992, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.801228077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073748992, end = 3073785856, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.801230178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073785856, end = 3073789952, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.801232155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073789952, end = 3073794048, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.801234396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073794048, end = 3073818624, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.801236354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073818624, end = 3073822720, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.801238527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073822720, end = 3073826816, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.801240511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073826816, end = 3073835008, flags = 1048691, pgoff = 3073826816, inode = 0 }
-vm_state.vm_map: 13589.801242826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073835008, end = 3073921024, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.801244864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073921024, end = 3073925120, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.801247136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073925120, end = 3073929216, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.801249180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073929216, end = 3073937408, flags = 1048691, pgoff = 3073929216, inode = 0 }
-vm_state.vm_map: 13589.801251256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073937408, end = 3073945600, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 13589.801253578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073945600, end = 3073949696, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 13589.801256127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073949696, end = 3073953792, flags = 1048691, pgoff = 3073949696, inode = 0 }
-vm_state.vm_map: 13589.801258436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073953792, end = 3073978368, flags = 134217845, pgoff = 0, inode = 18679 }
-vm_state.vm_map: 13589.801260401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073978368, end = 3073982464, flags = 135266419, pgoff = 20480, inode = 18679 }
-vm_state.vm_map: 13589.801262759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073982464, end = 3073990656, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.801264797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073990656, end = 3073994752, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.801266774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073994752, end = 3073998848, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.801269027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3073998848, end = 3075313664, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.801271066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075313664, end = 3075321856, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.801273123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075321856, end = 3075325952, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.801275253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075325952, end = 3075338240, flags = 1048691, pgoff = 3075325952, inode = 0 }
-vm_state.vm_map: 13589.801277445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075338240, end = 3075346432, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 13589.801279398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075346432, end = 3075350528, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 13589.801281707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075350528, end = 3075514368, flags = 134217845, pgoff = 0, inode = 18646 }
-vm_state.vm_map: 13589.801283745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075514368, end = 3075518464, flags = 135266419, pgoff = 163840, inode = 18646 }
-vm_state.vm_map: 13589.801285777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075518464, end = 3075522560, flags = 1048691, pgoff = 3075518464, inode = 0 }
-vm_state.vm_map: 13589.801287938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3075522560, end = 3076186112, flags = 134217845, pgoff = 0, inode = 18913 }
-vm_state.vm_map: 13589.801290556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076186112, end = 3076210688, flags = 135266419, pgoff = 659456, inode = 18913 }
-vm_state.vm_map: 13589.801292773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076210688, end = 3076374528, flags = 134217845, pgoff = 0, inode = 18977 }
-vm_state.vm_map: 13589.801294977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076374528, end = 3076378624, flags = 135266419, pgoff = 163840, inode = 18977 }
-vm_state.vm_map: 13589.801297138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076378624, end = 3076415488, flags = 134217845, pgoff = 0, inode = 508755 }
-vm_state.vm_map: 13589.801299405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076415488, end = 3076419584, flags = 135266417, pgoff = 32768, inode = 508755 }
-vm_state.vm_map: 13589.801301443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076419584, end = 3076423680, flags = 135266419, pgoff = 36864, inode = 508755 }
-vm_state.vm_map: 13589.801303487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076423680, end = 3076583424, flags = 1048691, pgoff = 3076423680, inode = 0 }
-vm_state.vm_map: 13589.801305643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076583424, end = 3076661248, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.801307810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076661248, end = 3076665344, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.801309843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076665344, end = 3076669440, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.801312016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076669440, end = 3076677632, flags = 1048691, pgoff = 3076669440, inode = 0 }
-vm_state.vm_map: 13589.801314178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076677632, end = 3076759552, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.801316246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076759552, end = 3076763648, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.801318420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076763648, end = 3076771840, flags = 134217845, pgoff = 0, inode = 508751 }
-vm_state.vm_map: 13589.801320594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076771840, end = 3076775936, flags = 135266417, pgoff = 4096, inode = 508751 }
-vm_state.vm_map: 13589.801322657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076775936, end = 3076780032, flags = 135266419, pgoff = 8192, inode = 508751 }
-vm_state.vm_map: 13589.801325052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076780032, end = 3076784128, flags = 1048691, pgoff = 3076780032, inode = 0 }
-vm_state.vm_map: 13589.801327374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3076784128, end = 3078086656, flags = 134217845, pgoff = 0, inode = 33850 }
-vm_state.vm_map: 13589.801329412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078086656, end = 3078180864, flags = 135266419, pgoff = 1302528, inode = 33850 }
-vm_state.vm_map: 13589.801331445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078180864, end = 3078193152, flags = 1048691, pgoff = 3078180864, inode = 0 }
-vm_state.vm_map: 13589.801333747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078193152, end = 3078262784, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.801335730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078262784, end = 3078266880, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.801337891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078266880, end = 3078270976, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.801340115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078270976, end = 3078279168, flags = 1048691, pgoff = 3078270976, inode = 0 }
-vm_state.vm_map: 13589.801342184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078373376, end = 3078381568, flags = 1048691, pgoff = 3078373376, inode = 0 }
-vm_state.vm_map: 13589.801344210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078381568, end = 3078385664, flags = 67371125, pgoff = 3078381568, inode = 0 }
-vm_state.vm_map: 13589.801346451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078385664, end = 3078500352, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.801348501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078500352, end = 3078504448, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.801350546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078504448, end = 3078508544, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.801352665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078508544, end = 3078836224, flags = 134223989, pgoff = 0, inode = 22406 }
-vm_state.vm_map: 13589.801354937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078836224, end = 3078840320, flags = 135272563, pgoff = 323584, inode = 22406 }
-vm_state.vm_map: 13589.801356993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3078840320, end = 3078856704, flags = 1048691, pgoff = 3078840320, inode = 0 }
-vm_state.vm_map: 13589.801359389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3098804224, end = 3098939392, flags = 1048691, pgoff = 3098804224, inode = 0 }
-vm_state.vm_map: 13589.801361526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1973, start = 3214684160, end = 3214770176, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.801367018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073196032, end = 3073429504, flags = 1048691, pgoff = 3073429504, inode = 0 }
-vm_state.vm_map: 13589.801369321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073630208, end = 3073650688, flags = 134217845, pgoff = 0, inode = 508634 }
-vm_state.vm_map: 13589.801371342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073650688, end = 3073654784, flags = 135266417, pgoff = 16384, inode = 508634 }
-vm_state.vm_map: 13589.801373521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073654784, end = 3073658880, flags = 135266419, pgoff = 20480, inode = 508634 }
-vm_state.vm_map: 13589.801375886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073658880, end = 3073699840, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.801377930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073699840, end = 3073703936, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.801379957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073703936, end = 3073708032, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.801382216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073708032, end = 3073744896, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.801384236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073744896, end = 3073748992, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.801386299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073748992, end = 3073753088, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.801388417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073753088, end = 3073777664, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.801390548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073777664, end = 3073781760, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.801392599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073781760, end = 3073785856, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.801395154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073785856, end = 3073794048, flags = 1048691, pgoff = 3073785856, inode = 0 }
-vm_state.vm_map: 13589.801397235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073794048, end = 3073880064, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.801401847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073880064, end = 3073884160, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.801403898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073884160, end = 3073888256, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.801406035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073888256, end = 3073896448, flags = 1048691, pgoff = 3073888256, inode = 0 }
-vm_state.vm_map: 13589.801408128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073896448, end = 3073904640, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 13589.801410289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073904640, end = 3073908736, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 13589.801412432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073908736, end = 3073912832, flags = 1048691, pgoff = 3073908736, inode = 0 }
-vm_state.vm_map: 13589.801414582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073912832, end = 3073937408, flags = 134217845, pgoff = 0, inode = 18679 }
-vm_state.vm_map: 13589.801416534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073937408, end = 3073941504, flags = 135266419, pgoff = 20480, inode = 18679 }
-vm_state.vm_map: 13589.801418818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073941504, end = 3073949696, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.801420814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073949696, end = 3073953792, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.801422951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073953792, end = 3073957888, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.801425106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073957888, end = 3075272704, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.801427224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075272704, end = 3075280896, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.801429773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075280896, end = 3075284992, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.801431831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075284992, end = 3075297280, flags = 1048691, pgoff = 3075284992, inode = 0 }
-vm_state.vm_map: 13589.801434152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075297280, end = 3075305472, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 13589.801436116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075305472, end = 3075309568, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 13589.801438363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075309568, end = 3075473408, flags = 134217845, pgoff = 0, inode = 18646 }
-vm_state.vm_map: 13589.801440537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075473408, end = 3075477504, flags = 135266419, pgoff = 163840, inode = 18646 }
-vm_state.vm_map: 13589.801442582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075477504, end = 3075481600, flags = 1048691, pgoff = 3075477504, inode = 0 }
-vm_state.vm_map: 13589.801444645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075481600, end = 3076145152, flags = 134217845, pgoff = 0, inode = 18913 }
-vm_state.vm_map: 13589.801446954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076145152, end = 3076169728, flags = 135266419, pgoff = 659456, inode = 18913 }
-vm_state.vm_map: 13589.801449097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076169728, end = 3076333568, flags = 134217845, pgoff = 0, inode = 18977 }
-vm_state.vm_map: 13589.801451122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076333568, end = 3076337664, flags = 135266419, pgoff = 163840, inode = 18977 }
-vm_state.vm_map: 13589.801453364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076337664, end = 3076374528, flags = 134217845, pgoff = 0, inode = 508755 }
-vm_state.vm_map: 13589.801455396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076374528, end = 3076378624, flags = 135266417, pgoff = 32768, inode = 508755 }
-vm_state.vm_map: 13589.801457435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076378624, end = 3076382720, flags = 135266419, pgoff = 36864, inode = 508755 }
-vm_state.vm_map: 13589.801459614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076382720, end = 3076542464, flags = 1048691, pgoff = 3076382720, inode = 0 }
-vm_state.vm_map: 13589.801461800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076542464, end = 3076620288, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.801464289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076620288, end = 3076624384, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.801466339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076624384, end = 3076628480, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.801468500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076628480, end = 3076636672, flags = 1048691, pgoff = 3076628480, inode = 0 }
-vm_state.vm_map: 13589.801470698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076636672, end = 3076718592, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.801472731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076718592, end = 3076722688, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.801474972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076722688, end = 3076730880, flags = 134217845, pgoff = 0, inode = 508751 }
-vm_state.vm_map: 13589.801477017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076730880, end = 3076734976, flags = 135266417, pgoff = 4096, inode = 508751 }
-vm_state.vm_map: 13589.801479184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076734976, end = 3076739072, flags = 135266419, pgoff = 8192, inode = 508751 }
-vm_state.vm_map: 13589.801481260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076739072, end = 3076743168, flags = 1048691, pgoff = 3076739072, inode = 0 }
-vm_state.vm_map: 13589.801483463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076743168, end = 3078045696, flags = 134217845, pgoff = 0, inode = 33850 }
-vm_state.vm_map: 13589.801485429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078045696, end = 3078139904, flags = 135266419, pgoff = 1302528, inode = 33850 }
-vm_state.vm_map: 13589.801487682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078139904, end = 3078152192, flags = 1048691, pgoff = 3078139904, inode = 0 }
-vm_state.vm_map: 13589.801489782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078152192, end = 3078221824, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.801491944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078221824, end = 3078225920, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.801493951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078225920, end = 3078230016, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.801496236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078230016, end = 3078238208, flags = 1048691, pgoff = 3078230016, inode = 0 }
-vm_state.vm_map: 13589.801498545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078332416, end = 3078340608, flags = 1048691, pgoff = 3078332416, inode = 0 }
-vm_state.vm_map: 13589.801500953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078340608, end = 3078344704, flags = 67371125, pgoff = 3078340608, inode = 0 }
-vm_state.vm_map: 13589.801503070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078344704, end = 3078459392, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.801505331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078459392, end = 3078463488, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.801507277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078463488, end = 3078467584, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.801509586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078467584, end = 3078795264, flags = 134223989, pgoff = 0, inode = 22406 }
-vm_state.vm_map: 13589.801511636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078795264, end = 3078799360, flags = 135272563, pgoff = 323584, inode = 22406 }
-vm_state.vm_map: 13589.801513798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078799360, end = 3078815744, flags = 1048691, pgoff = 3078799360, inode = 0 }
-vm_state.vm_map: 13589.801515750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3090386944, end = 3091320832, flags = 1048691, pgoff = 3090386944, inode = 0 }
-vm_state.vm_map: 13589.801518022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 1989, start = 3217649664, end = 3217735680, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.801521255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
-vm_state.vm_map: 13589.801523306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
-vm_state.vm_map: 13589.801525523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
-vm_state.vm_map: 13589.801527561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 153161728, end = 153751552, flags = 1048691, pgoff = 153161728, inode = 0 }
-vm_state.vm_map: 13589.801532179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3075936256, end = 3077267456, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.801536976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3077267456, end = 3077271552, flags = 1048691, pgoff = 3077267456, inode = 0 }
-vm_state.vm_map: 13589.801539353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3077271552, end = 3078586368, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.801541545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078586368, end = 3078594560, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.801543732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078594560, end = 3078598656, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.801545924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078598656, end = 3078615040, flags = 1048691, pgoff = 3078598656, inode = 0 }
-vm_state.vm_map: 13589.801548146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078615040, end = 3078623232, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.801550221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078623232, end = 3078627328, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.801552333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078627328, end = 3078631424, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.801554655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078631424, end = 3078848512, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 13589.801556792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078848512, end = 3078860800, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 13589.801558917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078926336, end = 3078955008, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.801560985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078955008, end = 3078963200, flags = 1048691, pgoff = 3078955008, inode = 0 }
-vm_state.vm_map: 13589.801563097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078963200, end = 3078967296, flags = 67371125, pgoff = 3078963200, inode = 0 }
-vm_state.vm_map: 13589.801565166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3078967296, end = 3079081984, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.801567396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3079081984, end = 3079086080, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.801569859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3079086080, end = 3079090176, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.801572088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2043, start = 3214745600, end = 3214831616, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.801579890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 134512640, end = 135143424, flags = 134223989, pgoff = 0, inode = 17159 }
-vm_state.vm_map: 13589.801581997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 135143424, end = 135155712, flags = 135272563, pgoff = 630784, inode = 17159 }
-vm_state.vm_map: 13589.801584164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 135155712, end = 135192576, flags = 1048691, pgoff = 135155712, inode = 0 }
-vm_state.vm_map: 13589.801586258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 159911936, end = 160174080, flags = 1048691, pgoff = 159911936, inode = 0 }
-vm_state.vm_map: 13589.801588302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3073032192, end = 3073036288, flags = 1048688, pgoff = 3073032192, inode = 0 }
-vm_state.vm_map: 13589.801590235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3073036288, end = 3073560576, flags = 1048691, pgoff = 3073036288, inode = 0 }
-vm_state.vm_map: 13589.801592310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3073560576, end = 3074891776, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.801594374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3074891776, end = 3074895872, flags = 1048688, pgoff = 3074891776, inode = 0 }
-vm_state.vm_map: 13589.801596437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3074895872, end = 3075035136, flags = 1048691, pgoff = 3074895872, inode = 0 }
-vm_state.vm_map: 13589.801598746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075035136, end = 3075047424, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.801600833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075047424, end = 3075051520, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.801602928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075051520, end = 3075067904, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.801605341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075067904, end = 3075072000, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.801607453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075072000, end = 3075080192, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.801609436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075080192, end = 3075084288, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.801611554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075084288, end = 3075088384, flags = 1048691, pgoff = 3075084288, inode = 0 }
-vm_state.vm_map: 13589.801619245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075088384, end = 3075174400, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.801621382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075174400, end = 3075178496, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.801623427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075178496, end = 3075186688, flags = 1048691, pgoff = 3075178496, inode = 0 }
-vm_state.vm_map: 13589.801625847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075186688, end = 3075215360, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.801627891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075215360, end = 3075219456, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.801630120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075219456, end = 3075317760, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.801632171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075317760, end = 3075321856, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.801634259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075321856, end = 3075330048, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.801636197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075330048, end = 3075334144, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.801638280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075334144, end = 3075338240, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.801640847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3075338240, end = 3076653056, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.801642782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076653056, end = 3076661248, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.801644732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076661248, end = 3076665344, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.801646679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076665344, end = 3076681728, flags = 1048691, pgoff = 3076665344, inode = 0 }
-vm_state.vm_map: 13589.801649462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076681728, end = 3076796416, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.801651531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076796416, end = 3076800512, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.801653637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076800512, end = 3076947968, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.801655602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076947968, end = 3076952064, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.801657714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076952064, end = 3076956160, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.801659820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076956160, end = 3076984832, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.801661759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076984832, end = 3076988928, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.801663717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076988928, end = 3076993024, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.801665763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3076993024, end = 3077079040, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.801667813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077079040, end = 3077083136, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.801669752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077083136, end = 3077087232, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.801671883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077087232, end = 3077095424, flags = 1048691, pgoff = 3077087232, inode = 0 }
-vm_state.vm_map: 13589.801674618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077095424, end = 3077181440, flags = 134217845, pgoff = 0, inode = 18950 }
-vm_state.vm_map: 13589.801676600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077181440, end = 3077185536, flags = 135266419, pgoff = 86016, inode = 18950 }
-vm_state.vm_map: 13589.801679131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077185536, end = 3077238784, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.801681071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077238784, end = 3077242880, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.801683022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077242880, end = 3077246976, flags = 1048691, pgoff = 3077242880, inode = 0 }
-vm_state.vm_map: 13589.801690295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077246976, end = 3077566464, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.801692284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077566464, end = 3077582848, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.801694619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3077582848, end = 3078733824, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.801696656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078733824, end = 3078750208, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.801699070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078791168, end = 3078807552, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.801701121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078807552, end = 3078811648, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.801703097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078811648, end = 3078815744, flags = 1048695, pgoff = 3078811648, inode = 0 }
-vm_state.vm_map: 13589.801705376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078815744, end = 3078844416, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.801707359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078844416, end = 3078852608, flags = 1048691, pgoff = 3078844416, inode = 0 }
-vm_state.vm_map: 13589.801709760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078852608, end = 3078856704, flags = 67371125, pgoff = 3078852608, inode = 0 }
-vm_state.vm_map: 13589.801711940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078856704, end = 3078971392, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.801713899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078971392, end = 3078975488, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.801715943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3078975488, end = 3078979584, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.801717883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2103, start = 3213471744, end = 3213557760, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.801720931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 134512640, end = 135143424, flags = 134223989, pgoff = 0, inode = 17159 }
-vm_state.vm_map: 13589.801723030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 135143424, end = 135155712, flags = 135272563, pgoff = 630784, inode = 17159 }
-vm_state.vm_map: 13589.801725099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 135155712, end = 135192576, flags = 1048691, pgoff = 135155712, inode = 0 }
-vm_state.vm_map: 13589.801727218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 160190464, end = 160325632, flags = 1048691, pgoff = 160190464, inode = 0 }
-vm_state.vm_map: 13589.801729164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3073150976, end = 3073155072, flags = 1048688, pgoff = 3073150976, inode = 0 }
-vm_state.vm_map: 13589.801731264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3073155072, end = 3073679360, flags = 1048691, pgoff = 3073155072, inode = 0 }
-vm_state.vm_map: 13589.801733412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3073679360, end = 3075010560, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.801735580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075010560, end = 3075014656, flags = 1048688, pgoff = 3075010560, inode = 0 }
-vm_state.vm_map: 13589.801737785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075014656, end = 3075153920, flags = 1048691, pgoff = 3075014656, inode = 0 }
-vm_state.vm_map: 13589.801740063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075153920, end = 3075166208, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.801742188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075166208, end = 3075170304, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.801744792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075170304, end = 3075186688, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.801746880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075186688, end = 3075190784, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.801749208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075190784, end = 3075198976, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.801751283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075198976, end = 3075203072, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.801753364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075203072, end = 3075207168, flags = 1048691, pgoff = 3075203072, inode = 0 }
-vm_state.vm_map: 13589.801755415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075207168, end = 3075293184, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.801757484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075293184, end = 3075297280, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.801759590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075297280, end = 3075305472, flags = 1048691, pgoff = 3075297280, inode = 0 }
-vm_state.vm_map: 13589.801761825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075305472, end = 3075334144, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.801763789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075334144, end = 3075338240, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.801765944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075338240, end = 3075436544, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.801768039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075436544, end = 3075440640, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.801770132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075440640, end = 3075448832, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.801772078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075448832, end = 3075452928, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.801774005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075452928, end = 3075457024, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.801776426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3075457024, end = 3076771840, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.801778760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3076771840, end = 3076780032, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.801780705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3076780032, end = 3076784128, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.801782750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3076784128, end = 3076800512, flags = 1048691, pgoff = 3076784128, inode = 0 }
-vm_state.vm_map: 13589.801785016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3076800512, end = 3076915200, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.801787073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3076915200, end = 3076919296, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.801789357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3076919296, end = 3077066752, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.801791309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077066752, end = 3077070848, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.801793236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077070848, end = 3077074944, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.801795472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077074944, end = 3077103616, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.801797591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077103616, end = 3077107712, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.801799721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077107712, end = 3077111808, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.801801938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077111808, end = 3077197824, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.801804000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077197824, end = 3077201920, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.801806045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077201920, end = 3077206016, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.801807991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077206016, end = 3077214208, flags = 1048691, pgoff = 3077206016, inode = 0 }
-vm_state.vm_map: 13589.801810085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077214208, end = 3077300224, flags = 134217845, pgoff = 0, inode = 18950 }
-vm_state.vm_map: 13589.801812375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077300224, end = 3077304320, flags = 135266419, pgoff = 86016, inode = 18950 }
-vm_state.vm_map: 13589.801814549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077304320, end = 3077357568, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.801816600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077357568, end = 3077361664, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.801818791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077361664, end = 3077365760, flags = 1048691, pgoff = 3077361664, inode = 0 }
-vm_state.vm_map: 13589.801821027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077365760, end = 3077685248, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.801823139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077685248, end = 3077701632, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.801825245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3077701632, end = 3078852608, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.801827320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3078852608, end = 3078868992, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.801829353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3078930432, end = 3078934528, flags = 1048695, pgoff = 3078930432, inode = 0 }
-vm_state.vm_map: 13589.801831465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3078934528, end = 3078963200, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.801833515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3078963200, end = 3078971392, flags = 1048691, pgoff = 3078963200, inode = 0 }
-vm_state.vm_map: 13589.801835559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3078971392, end = 3078975488, flags = 67371125, pgoff = 3078971392, inode = 0 }
-vm_state.vm_map: 13589.801837789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3078975488, end = 3079090176, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.801839723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3079090176, end = 3079094272, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.801841779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3079094272, end = 3079098368, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.801843996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2109, start = 3220582400, end = 3220668416, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.801846976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 134512640, end = 135143424, flags = 134223989, pgoff = 0, inode = 17159 }
-vm_state.vm_map: 13589.801848903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 135143424, end = 135155712, flags = 135272563, pgoff = 630784, inode = 17159 }
-vm_state.vm_map: 13589.801850905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 135155712, end = 135192576, flags = 1048691, pgoff = 135155712, inode = 0 }
-vm_state.vm_map: 13589.801852894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 147808256, end = 147943424, flags = 1048691, pgoff = 147808256, inode = 0 }
-vm_state.vm_map: 13589.801855049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3072405504, end = 3072409600, flags = 1048688, pgoff = 3072405504, inode = 0 }
-vm_state.vm_map: 13589.801857266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3072409600, end = 3072933888, flags = 1048691, pgoff = 3072409600, inode = 0 }
-vm_state.vm_map: 13589.801859366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3072933888, end = 3074265088, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.801861448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074265088, end = 3074269184, flags = 1048688, pgoff = 3074265088, inode = 0 }
-vm_state.vm_map: 13589.801863436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074269184, end = 3074408448, flags = 1048691, pgoff = 3074269184, inode = 0 }
-vm_state.vm_map: 13589.801865684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074408448, end = 3074420736, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.801867685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074420736, end = 3074424832, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.801869735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074424832, end = 3074441216, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.801871670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074441216, end = 3074445312, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.801873732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074445312, end = 3074453504, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.801875666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074453504, end = 3074457600, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.801877612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074457600, end = 3074461696, flags = 1048691, pgoff = 3074457600, inode = 0 }
-vm_state.vm_map: 13589.801880014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074461696, end = 3074547712, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.801882077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074547712, end = 3074551808, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.801884016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074551808, end = 3074560000, flags = 1048691, pgoff = 3074551808, inode = 0 }
-vm_state.vm_map: 13589.801886263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074560000, end = 3074588672, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.801888210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074588672, end = 3074592768, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.801890501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074592768, end = 3074691072, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.801892625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074691072, end = 3074695168, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.801894694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074695168, end = 3074703360, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.801896621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074703360, end = 3074707456, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.801898579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074707456, end = 3074711552, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.801900643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3074711552, end = 3076026368, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.801902712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076026368, end = 3076034560, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.801904645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076034560, end = 3076038656, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.801906615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076038656, end = 3076055040, flags = 1048691, pgoff = 3076038656, inode = 0 }
-vm_state.vm_map: 13589.801908747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076055040, end = 3076169728, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.801910686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076169728, end = 3076173824, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.801913131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076173824, end = 3076321280, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.801915064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076321280, end = 3076325376, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.801916998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076325376, end = 3076329472, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.801919135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076329472, end = 3076358144, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.801921081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076358144, end = 3076362240, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.801923014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076362240, end = 3076366336, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.801925071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076366336, end = 3076452352, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.801926999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076452352, end = 3076456448, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.801929148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076456448, end = 3076460544, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.801931118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076460544, end = 3076468736, flags = 1048691, pgoff = 3076460544, inode = 0 }
-vm_state.vm_map: 13589.801933218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076468736, end = 3076554752, flags = 134217845, pgoff = 0, inode = 18950 }
-vm_state.vm_map: 13589.801935237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076554752, end = 3076558848, flags = 135266419, pgoff = 86016, inode = 18950 }
-vm_state.vm_map: 13589.801937325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076558848, end = 3076612096, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.801939253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076612096, end = 3076616192, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.801941192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076616192, end = 3076620288, flags = 1048691, pgoff = 3076616192, inode = 0 }
-vm_state.vm_map: 13589.801943384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076620288, end = 3076939776, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.801945656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076939776, end = 3076956160, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.801947713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3076956160, end = 3078107136, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.801949654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078107136, end = 3078123520, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.801951612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078184960, end = 3078189056, flags = 1048695, pgoff = 3078184960, inode = 0 }
-vm_state.vm_map: 13589.801953822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078189056, end = 3078217728, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.801955755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078217728, end = 3078225920, flags = 1048691, pgoff = 3078217728, inode = 0 }
-vm_state.vm_map: 13589.801957874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078225920, end = 3078230016, flags = 67371125, pgoff = 3078225920, inode = 0 }
-vm_state.vm_map: 13589.801959999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078230016, end = 3078344704, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.801961938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078344704, end = 3078348800, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.801963927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3078348800, end = 3078352896, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.801965867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2113, start = 3218173952, end = 3218259968, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.801968367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073015808, end = 3073024000, flags = 1048691, pgoff = 3073015808, inode = 0 }
-vm_state.vm_map: 13589.801970430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073024000, end = 3073110016, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.801972364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073110016, end = 3073114112, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.801974303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073114112, end = 3073118208, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.801976249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073118208, end = 3073126400, flags = 1048691, pgoff = 3073118208, inode = 0 }
-vm_state.vm_map: 13589.801978736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073126400, end = 3073134592, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 13589.801980769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073134592, end = 3073138688, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 13589.801982814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073138688, end = 3073142784, flags = 1048691, pgoff = 3073138688, inode = 0 }
-vm_state.vm_map: 13589.801985055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073142784, end = 3073167360, flags = 134217845, pgoff = 0, inode = 18679 }
-vm_state.vm_map: 13589.801987056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073167360, end = 3073171456, flags = 135266419, pgoff = 20480, inode = 18679 }
-vm_state.vm_map: 13589.801989223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073171456, end = 3073179648, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.801991188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073179648, end = 3073183744, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.801993128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073183744, end = 3073187840, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.801995172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3073187840, end = 3074502656, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.801997143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074502656, end = 3074510848, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.801999212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074510848, end = 3074514944, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.802001152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074514944, end = 3074527232, flags = 1048691, pgoff = 3074514944, inode = 0 }
-vm_state.vm_map: 13589.802003233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074527232, end = 3074535424, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 13589.802005173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074535424, end = 3074539520, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 13589.802007229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074539520, end = 3074703360, flags = 134217845, pgoff = 0, inode = 18646 }
-vm_state.vm_map: 13589.802009175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074703360, end = 3074707456, flags = 135266419, pgoff = 163840, inode = 18646 }
-vm_state.vm_map: 13589.802011466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074707456, end = 3074711552, flags = 1048691, pgoff = 3074707456, inode = 0 }
-vm_state.vm_map: 13589.802013535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3074711552, end = 3075375104, flags = 134217845, pgoff = 0, inode = 18913 }
-vm_state.vm_map: 13589.802015475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075375104, end = 3075399680, flags = 135266419, pgoff = 659456, inode = 18913 }
-vm_state.vm_map: 13589.802017599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075399680, end = 3075563520, flags = 134217845, pgoff = 0, inode = 18977 }
-vm_state.vm_map: 13589.802019540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075563520, end = 3075567616, flags = 135266419, pgoff = 163840, inode = 18977 }
-vm_state.vm_map: 13589.802021615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075567616, end = 3075604480, flags = 134217845, pgoff = 0, inode = 508755 }
-vm_state.vm_map: 13589.802023714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075604480, end = 3075608576, flags = 135266417, pgoff = 32768, inode = 508755 }
-vm_state.vm_map: 13589.802025654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075608576, end = 3075612672, flags = 135266419, pgoff = 36864, inode = 508755 }
-vm_state.vm_map: 13589.802027593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075612672, end = 3075772416, flags = 1048691, pgoff = 3075612672, inode = 0 }
-vm_state.vm_map: 13589.802029805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075772416, end = 3075850240, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.802031743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075850240, end = 3075854336, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.802033801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075854336, end = 3075858432, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.802035728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075858432, end = 3075866624, flags = 1048691, pgoff = 3075858432, inode = 0 }
-vm_state.vm_map: 13589.802037797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075866624, end = 3075948544, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.802039860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075948544, end = 3075952640, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.802041936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075952640, end = 3075960832, flags = 134217845, pgoff = 0, inode = 508751 }
-vm_state.vm_map: 13589.802044263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075960832, end = 3075964928, flags = 135266417, pgoff = 4096, inode = 508751 }
-vm_state.vm_map: 13589.802046258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075964928, end = 3075969024, flags = 135266419, pgoff = 8192, inode = 508751 }
-vm_state.vm_map: 13589.802048321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075969024, end = 3075973120, flags = 1048691, pgoff = 3075969024, inode = 0 }
-vm_state.vm_map: 13589.802050372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3075973120, end = 3077275648, flags = 134217845, pgoff = 0, inode = 33850 }
-vm_state.vm_map: 13589.802052323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077275648, end = 3077369856, flags = 135266419, pgoff = 1302528, inode = 33850 }
-vm_state.vm_map: 13589.802054263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077369856, end = 3077382144, flags = 1048691, pgoff = 3077369856, inode = 0 }
-vm_state.vm_map: 13589.802056425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077382144, end = 3077451776, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.802058346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077451776, end = 3077455872, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.802060459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077455872, end = 3077459968, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.802062466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077459968, end = 3077468160, flags = 1048691, pgoff = 3077459968, inode = 0 }
-vm_state.vm_map: 13589.802064566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077562368, end = 3077570560, flags = 1048691, pgoff = 3077562368, inode = 0 }
-vm_state.vm_map: 13589.802066499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077570560, end = 3077574656, flags = 67371125, pgoff = 3077570560, inode = 0 }
-vm_state.vm_map: 13589.802068679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077574656, end = 3077689344, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.802070618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077689344, end = 3077693440, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.802072675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077693440, end = 3077697536, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.802075145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077697536, end = 3077779456, flags = 134223989, pgoff = 0, inode = 22404 }
-vm_state.vm_map: 13589.802077552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077779456, end = 3077783552, flags = 135272563, pgoff = 81920, inode = 22404 }
-vm_state.vm_map: 13589.802079493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3077783552, end = 3077791744, flags = 1048691, pgoff = 3077783552, inode = 0 }
-vm_state.vm_map: 13589.802081463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3109511168, end = 3109646336, flags = 1048691, pgoff = 3109511168, inode = 0 }
-vm_state.vm_map: 13589.802083384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2118, start = 3217588224, end = 3217674240, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.802085964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 20943 }
-vm_state.vm_map: 13589.802088058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 20943 }
-vm_state.vm_map: 13589.802090305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 136941568, end = 137076736, flags = 1048691, pgoff = 136941568, inode = 0 }
-vm_state.vm_map: 13589.802092393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076067328, end = 3076108288, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.802094493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076108288, end = 3076112384, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.802096716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076112384, end = 3076116480, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.802098957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076116480, end = 3076153344, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.802101124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076153344, end = 3076157440, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.802103237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076157440, end = 3076161536, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.802105645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076161536, end = 3076239360, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.802107738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076239360, end = 3076243456, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.802109685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076243456, end = 3076247552, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.802112080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076247552, end = 3076255744, flags = 1048691, pgoff = 3076247552, inode = 0 }
-vm_state.vm_map: 13589.802128090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076255744, end = 3076280320, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.802130584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076280320, end = 3076284416, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.802132580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076284416, end = 3076288512, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.802134852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076288512, end = 3076296704, flags = 1048691, pgoff = 3076288512, inode = 0 }
-vm_state.vm_map: 13589.802137050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076296704, end = 3076313088, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.802139131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076313088, end = 3076317184, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.802141403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076317184, end = 3076325376, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.802143448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076325376, end = 3076329472, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.802145683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076329472, end = 3076337664, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.802147943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076337664, end = 3076341760, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.802149938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076341760, end = 3076345856, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.802152222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076345856, end = 3076444160, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.802154286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076444160, end = 3076448256, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.802156595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3076448256, end = 3077763072, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.802158565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077763072, end = 3077771264, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.802161084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077771264, end = 3077775360, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.802163258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077775360, end = 3077791744, flags = 1048691, pgoff = 3077775360, inode = 0 }
-vm_state.vm_map: 13589.802165469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077791744, end = 3077877760, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.802167427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077877760, end = 3077881856, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.802169748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077881856, end = 3077885952, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.802171787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077885952, end = 3077894144, flags = 1048691, pgoff = 3077885952, inode = 0 }
-vm_state.vm_map: 13589.802174010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3077894144, end = 3079045120, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.802176214 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3079045120, end = 3079061504, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.802178258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3079155712, end = 3079163904, flags = 1048691, pgoff = 3079155712, inode = 0 }
-vm_state.vm_map: 13589.802180278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3079163904, end = 3079168000, flags = 67371125, pgoff = 3079163904, inode = 0 }
-vm_state.vm_map: 13589.802182649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3079168000, end = 3079282688, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.802184700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3079282688, end = 3079286784, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.802186720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3079286784, end = 3079290880, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.802189029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2124, start = 3213328384, end = 3213414400, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.802191670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075633152, end = 3075674112, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.802193979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075674112, end = 3075678208, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.802196289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075678208, end = 3075682304, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.802198666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075682304, end = 3075719168, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.802200845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075719168, end = 3075723264, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.802202897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075723264, end = 3075727360, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.802205076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075727360, end = 3075805184, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.802207127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075805184, end = 3075809280, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.802209190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075809280, end = 3075813376, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.802211240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075813376, end = 3075821568, flags = 1048691, pgoff = 3075813376, inode = 0 }
-vm_state.vm_map: 13589.802213327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075821568, end = 3075846144, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.802215539 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075846144, end = 3075850240, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.802217497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075850240, end = 3075854336, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.802219670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075854336, end = 3075862528, flags = 1048691, pgoff = 3075854336, inode = 0 }
-vm_state.vm_map: 13589.802221831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075862528, end = 3075870720, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.802224148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075870720, end = 3075874816, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.802226143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075874816, end = 3075878912, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.802228254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3075878912, end = 3077193728, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.802230767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077193728, end = 3077201920, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.802232842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077201920, end = 3077206016, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.802235003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077206016, end = 3077218304, flags = 1048691, pgoff = 3077206016, inode = 0 }
-vm_state.vm_map: 13589.802237085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077218304, end = 3077246976, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.802242412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077246976, end = 3077251072, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.802244456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077251072, end = 3077255168, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.802246648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077255168, end = 3077341184, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.802248686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077341184, end = 3077345280, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.802250718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077345280, end = 3077349376, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.802252873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077349376, end = 3077361664, flags = 1048691, pgoff = 3077349376, inode = 0 }
-vm_state.vm_map: 13589.802255085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077361664, end = 3077459968, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.802257117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077459968, end = 3077464064, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.802259253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077464064, end = 3077468160, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.802261439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077468160, end = 3077615616, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.802263478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077615616, end = 3077623808, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.802265812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077718016, end = 3077726208, flags = 1048691, pgoff = 3077718016, inode = 0 }
-vm_state.vm_map: 13589.802268145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077726208, end = 3077730304, flags = 67371125, pgoff = 3077726208, inode = 0 }
-vm_state.vm_map: 13589.802270300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077730304, end = 3077844992, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.802272339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077844992, end = 3077849088, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.802274444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077849088, end = 3077853184, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.802276754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3077853184, end = 3078144000, flags = 134223989, pgoff = 0, inode = 20940 }
-vm_state.vm_map: 13589.802278792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3078144000, end = 3078148096, flags = 135272561, pgoff = 286720, inode = 20940 }
-vm_state.vm_map: 13589.802280941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3078148096, end = 3078152192, flags = 135272563, pgoff = 290816, inode = 20940 }
-vm_state.vm_map: 13589.802282985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3109183488, end = 3109588992, flags = 1048691, pgoff = 3109183488, inode = 0 }
-vm_state.vm_map: 13589.802285023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2128, start = 3219087360, end = 3219173376, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.802290535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 13589.802292709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 13589.802294716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 13589.802296891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 145301504, end = 145858560, flags = 1048691, pgoff = 145301504, inode = 0 }
-vm_state.vm_map: 13589.802301866 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
-vm_state.vm_map: 13589.802306608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 13589.802308658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 13589.802313344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 13589.802315382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 13589.802317926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
-vm_state.vm_map: 13589.802319915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
-vm_state.vm_map: 13589.802322063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
-vm_state.vm_map: 13589.802324563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 13589.802326738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 13589.802331251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 13589.802333296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 13589.802335698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 13589.802338087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 13589.802340562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 13589.802342538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 13589.802344755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
-vm_state.vm_map: 13589.802347342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 13589.802349380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 13589.802351603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 13589.802353770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 13589.802356111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.802358155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
-vm_state.vm_map: 13589.802360298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.802362398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.802364590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.802366832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.802369215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.802371277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.802378649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.802380693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.802382737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
-vm_state.vm_map: 13589.802385157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 13589.802387122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 13589.802389413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.802391482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.802393822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.802395853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.802398040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.802400127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.802402486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.802404562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.802406605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
-vm_state.vm_map: 13589.802411735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.802413804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.802416212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.802418244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.802420627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.802425122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.802427561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.802429772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.802432130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.802434223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.802436360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
-vm_state.vm_map: 13589.802438547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.802440511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.802442789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.802445227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.802449877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.802451915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.802454274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.802456318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.802458357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
-vm_state.vm_map: 13589.802460567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.802462728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.802464717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
-vm_state.vm_map: 13589.802467243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.802469188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.802471497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.802473658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.802481239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.802483271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.802485912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.802487895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.802490439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
-vm_state.vm_map: 13589.802492520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
-vm_state.vm_map: 13589.802494811 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
-vm_state.vm_map: 13589.802499331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 13589.802501369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 13589.802503561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
-vm_state.vm_map: 13589.802506147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 13589.802508106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 13589.802510569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.802512601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.802517496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.802519689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.802522398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.802524430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.802526591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
-vm_state.vm_map: 13589.802528980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.802531149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.802533575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.802535958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.802538212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.802542602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.802544794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.802547029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.802549069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.802551217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.802554007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.802555984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.802558152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
-vm_state.vm_map: 13589.802560325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.802562363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.802564358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.802566452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
-vm_state.vm_map: 13589.802568959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.802570990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.802573127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.802575393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.802577431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.802579981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.802582185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.802584433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.802586495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.802589126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.802591305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.802593288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.802595695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
-vm_state.vm_map: 13589.802598159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.802600190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.802602371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.802604575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
-vm_state.vm_map: 13589.802606878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.802609083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.802611238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
-vm_state.vm_map: 13589.802613664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.802615702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.802617913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
-vm_state.vm_map: 13589.802620229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 13589.802622218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 13589.802624804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
-vm_state.vm_map: 13589.802626977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.802629029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.802633832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 13589.802635870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 13589.802637908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
-vm_state.vm_map: 13589.802640365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.802642582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.802644903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.802647071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.802649190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
-vm_state.vm_map: 13589.802654005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.802656049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.802658611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 13589.802660933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 13589.802668100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.802670144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.802672152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.802674560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.802676703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
-vm_state.vm_map: 13589.802678654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
-vm_state.vm_map: 13589.802680749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.802682848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.802684825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.802686863 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2174, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.802689240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 13589.802691310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 13589.802693292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 13589.802695632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 145301504, end = 146120704, flags = 1048691, pgoff = 145301504, inode = 0 }
-vm_state.vm_map: 13589.802702018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3022204928, end = 3024248832, flags = 134217937, pgoff = 0, inode = 1204686 }
-vm_state.vm_map: 13589.802704327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3024248832, end = 3024474112, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.802706365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3024474112, end = 3024478208, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.802708379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3024478208, end = 3024482304, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.802710547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 13589.802712585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 13589.802714635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 13589.802716667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 13589.802718767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
-vm_state.vm_map: 13589.802720714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
-vm_state.vm_map: 13589.802725442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
-vm_state.vm_map: 13589.802727505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 13589.802729803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 13589.802732130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 13589.802734070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 13589.802736114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 13589.802738054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 13589.802740000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 13589.802742044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 13589.802743990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
-vm_state.vm_map: 13589.802745948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 13589.802747894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 13589.802750295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3042041856, end = 3042111488, flags = 134217845, pgoff = 0, inode = 20910 }
-vm_state.vm_map: 13589.802752242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3042111488, end = 3042115584, flags = 135266419, pgoff = 65536, inode = 20910 }
-vm_state.vm_map: 13589.802754317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 13589.802756269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 13589.802758239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.802760407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
-vm_state.vm_map: 13589.802762402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.802764681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.802766749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.802768689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.802770654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.802772705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.802774663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.802776658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.802778757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
-vm_state.vm_map: 13589.802780715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 13589.802782650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 13589.802784700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.802786750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.802788714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.802790654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.802792681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.802794645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.802796954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.802799097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.802801036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
-vm_state.vm_map: 13589.802803001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.802805039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.802807016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.802808949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.802811000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.802812940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.802814904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.802816850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.802818925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.802820877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.802825151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
-vm_state.vm_map: 13589.802827115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.802829529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.802831481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.802833428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.802835478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.802837417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.802839375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.802841426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.802843366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
-vm_state.vm_map: 13589.802845318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.802847387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.802849444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
-vm_state.vm_map: 13589.802851395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.802853336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.802855429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.802857369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.802859321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.802861821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.802863884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.802865922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.802868065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
-vm_state.vm_map: 13589.802870017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
-vm_state.vm_map: 13589.802871964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
-vm_state.vm_map: 13589.802874045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 13589.802876046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 13589.802877992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
-vm_state.vm_map: 13589.802880048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 13589.802882093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 13589.802884064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.802886016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.802888078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.802890024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.802891995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.802894409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.802896355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
-vm_state.vm_map: 13589.802898313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.802900363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.802902444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.802904391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.802906478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.802908418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.802910388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.802912383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.802914484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.802916454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.802920887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.802922902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.802924946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
-vm_state.vm_map: 13589.802927273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.802929293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.802931399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.802933351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
-vm_state.vm_map: 13589.802935310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.802937342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.802939312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.802941271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.802943321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.802945403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.802947410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.802949429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.802951480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.802953450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.802955403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.802957453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.802959744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
-vm_state.vm_map: 13589.802961726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.802963778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.802965724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.802967669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
-vm_state.vm_map: 13589.802969713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.802971653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.802973600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
-vm_state.vm_map: 13589.802975650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.802977688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.802979634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
-vm_state.vm_map: 13589.802981592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 13589.802983773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 13589.802985717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
-vm_state.vm_map: 13589.802987689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.802989727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.802992036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 13589.802994000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 13589.802996039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
-vm_state.vm_map: 13589.802998015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.802999961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.803001999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.803003946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.803005891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
-vm_state.vm_map: 13589.803007862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.803009931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.803011889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 13589.803013959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 13589.803016052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.803018102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.803020054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.803022025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.803024414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
-vm_state.vm_map: 13589.803026379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
-vm_state.vm_map: 13589.803028374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.803030424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.803032370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.803034317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2175, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.803039168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 13589.803041114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 13589.803043060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 13589.803045117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 145301504, end = 147283968, flags = 1048691, pgoff = 145301504, inode = 0 }
-vm_state.vm_map: 13589.803049729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2910978048, end = 2910982144, flags = 1048688, pgoff = 2910978048, inode = 0 }
-vm_state.vm_map: 13589.803054378 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2910982144, end = 2919370752, flags = 1048691, pgoff = 2910982144, inode = 0 }
-vm_state.vm_map: 13589.803059311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2919370752, end = 2919374848, flags = 1048688, pgoff = 2919370752, inode = 0 }
-vm_state.vm_map: 13589.803061349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2919374848, end = 2927763456, flags = 1048691, pgoff = 2919374848, inode = 0 }
-vm_state.vm_map: 13589.803069274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2927763456, end = 2994876416, flags = 134217979, pgoff = 0, inode = 8314 }
-vm_state.vm_map: 13589.803071805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2994876416, end = 2994946048, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.803073954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2994946048, end = 2994950144, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.803076128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2994950144, end = 2994954240, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.803078167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2994954240, end = 2994962432, flags = 1048691, pgoff = 2994954240, inode = 0 }
-vm_state.vm_map: 13589.803084213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2994962432, end = 2994982912, flags = 134217845, pgoff = 0, inode = 21278 }
-vm_state.vm_map: 13589.803086258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2994982912, end = 2994987008, flags = 135266419, pgoff = 16384, inode = 21278 }
-vm_state.vm_map: 13589.803088857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2994987008, end = 2995150848, flags = 134217845, pgoff = 0, inode = 21283 }
-vm_state.vm_map: 13589.803091024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2995150848, end = 2995154944, flags = 135266419, pgoff = 159744, inode = 21283 }
-vm_state.vm_map: 13589.803093499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2995154944, end = 2996117504, flags = 134217845, pgoff = 0, inode = 21285 }
-vm_state.vm_map: 13589.803095649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996117504, end = 2996174848, flags = 135266419, pgoff = 962560, inode = 21285 }
-vm_state.vm_map: 13589.803101129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996174848, end = 2996498432, flags = 134217845, pgoff = 0, inode = 21280 }
-vm_state.vm_map: 13589.803205554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996498432, end = 2996502528, flags = 135266419, pgoff = 323584, inode = 21280 }
-vm_state.vm_map: 13589.803211891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996502528, end = 2996514816, flags = 134217845, pgoff = 0, inode = 499779 }
-vm_state.vm_map: 13589.803214015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996514816, end = 2996518912, flags = 135266419, pgoff = 8192, inode = 499779 }
-vm_state.vm_map: 13589.803218979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996518912, end = 2996916224, flags = 134217845, pgoff = 0, inode = 24050 }
-vm_state.vm_map: 13589.803221153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996916224, end = 2996924416, flags = 135266419, pgoff = 397312, inode = 24050 }
-vm_state.vm_map: 13589.803223320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996924416, end = 2996940800, flags = 1048691, pgoff = 2996924416, inode = 0 }
-vm_state.vm_map: 13589.803225771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2996940800, end = 2997243904, flags = 134217845, pgoff = 0, inode = 24049 }
-vm_state.vm_map: 13589.803227964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2997243904, end = 2997248000, flags = 135266419, pgoff = 299008, inode = 24049 }
-vm_state.vm_map: 13589.803232772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2997248000, end = 2997510144, flags = 134217845, pgoff = 0, inode = 24048 }
-vm_state.vm_map: 13589.803234823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2997510144, end = 2997514240, flags = 135266419, pgoff = 262144, inode = 24048 }
-vm_state.vm_map: 13589.803237199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2997514240, end = 2998317056, flags = 134217845, pgoff = 0, inode = 21274 }
-vm_state.vm_map: 13589.803239787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998317056, end = 2998333440, flags = 135266419, pgoff = 802816, inode = 21274 }
-vm_state.vm_map: 13589.803247095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998427648, end = 2998558720, flags = 134217845, pgoff = 0, inode = 1114250 }
-vm_state.vm_map: 13589.803249251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998558720, end = 2998562816, flags = 135266419, pgoff = 126976, inode = 1114250 }
-vm_state.vm_map: 13589.803254300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998562816, end = 2998693888, flags = 134217845, pgoff = 0, inode = 1065118 }
-vm_state.vm_map: 13589.803256345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998693888, end = 2998697984, flags = 135266419, pgoff = 131072, inode = 1065118 }
-vm_state.vm_map: 13589.803258673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998706176, end = 2998726656, flags = 134217845, pgoff = 0, inode = 18127 }
-vm_state.vm_map: 13589.803260963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998726656, end = 2998730752, flags = 135266419, pgoff = 16384, inode = 18127 }
-vm_state.vm_map: 13589.803263359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998730752, end = 2998759424, flags = 134217845, pgoff = 0, inode = 499851 }
-vm_state.vm_map: 13589.803265526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998759424, end = 2998763520, flags = 135266419, pgoff = 28672, inode = 499851 }
-vm_state.vm_map: 13589.803270428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998763520, end = 2998788096, flags = 134217845, pgoff = 0, inode = 1114248 }
-vm_state.vm_map: 13589.803272786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998788096, end = 2998792192, flags = 135266419, pgoff = 20480, inode = 1114248 }
-vm_state.vm_map: 13589.803277689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998792192, end = 2998829056, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.803279745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998829056, end = 2998833152, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.803281796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998833152, end = 2998837248, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.803284092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998837248, end = 2998915072, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.803286056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998915072, end = 2998919168, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.803288224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998919168, end = 2998923264, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.803290269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998923264, end = 2998931456, flags = 1048691, pgoff = 2998923264, inode = 0 }
-vm_state.vm_map: 13589.803297325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998931456, end = 2998964224, flags = 134217845, pgoff = 0, inode = 1065073 }
-vm_state.vm_map: 13589.803299494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998964224, end = 2998968320, flags = 135266419, pgoff = 28672, inode = 1065073 }
-vm_state.vm_map: 13589.803301993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2998968320, end = 2999013376, flags = 134217845, pgoff = 0, inode = 1065186 }
-vm_state.vm_map: 13589.803304025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999013376, end = 2999017472, flags = 135266419, pgoff = 45056, inode = 1065186 }
-vm_state.vm_map: 13589.803311058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999017472, end = 2999058432, flags = 134217845, pgoff = 0, inode = 1114244 }
-vm_state.vm_map: 13589.803313416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999058432, end = 2999062528, flags = 135266419, pgoff = 36864, inode = 1114244 }
-vm_state.vm_map: 13589.803320683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999062528, end = 2999144448, flags = 134217845, pgoff = 0, inode = 23971 }
-vm_state.vm_map: 13589.803322850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999144448, end = 2999148544, flags = 135266419, pgoff = 81920, inode = 23971 }
-vm_state.vm_map: 13589.803327604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999148544, end = 2999406592, flags = 134217845, pgoff = 0, inode = 1066196 }
-vm_state.vm_map: 13589.803329654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999406592, end = 2999414784, flags = 135266419, pgoff = 253952, inode = 1066196 }
-vm_state.vm_map: 13589.803332062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999418880, end = 2999435264, flags = 134217845, pgoff = 0, inode = 21276 }
-vm_state.vm_map: 13589.803334100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999435264, end = 2999439360, flags = 135266419, pgoff = 12288, inode = 21276 }
-vm_state.vm_map: 13589.803336385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999439360, end = 2999463936, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.803338324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999463936, end = 2999468032, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.803340511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999468032, end = 2999472128, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.803342697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999472128, end = 2999480320, flags = 134217845, pgoff = 0, inode = 508751 }
-vm_state.vm_map: 13589.803344846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999480320, end = 2999484416, flags = 135266417, pgoff = 4096, inode = 508751 }
-vm_state.vm_map: 13589.803346896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999484416, end = 2999488512, flags = 135266419, pgoff = 8192, inode = 508751 }
-vm_state.vm_map: 13589.803349637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999488512, end = 2999504896, flags = 134217845, pgoff = 0, inode = 59036 }
-vm_state.vm_map: 13589.803351669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999504896, end = 2999508992, flags = 135266419, pgoff = 12288, inode = 59036 }
-vm_state.vm_map: 13589.803356306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999508992, end = 2999529472, flags = 134217845, pgoff = 0, inode = 58996 }
-vm_state.vm_map: 13589.803358350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999529472, end = 2999533568, flags = 135266419, pgoff = 20480, inode = 58996 }
-vm_state.vm_map: 13589.803368049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999533568, end = 2999586816, flags = 134217845, pgoff = 0, inode = 1114238 }
-vm_state.vm_map: 13589.803370229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999586816, end = 2999590912, flags = 135266419, pgoff = 53248, inode = 1114238 }
-vm_state.vm_map: 13589.803377144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999590912, end = 2999750656, flags = 134217845, pgoff = 0, inode = 59044 }
-vm_state.vm_map: 13589.803379300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999750656, end = 2999758848, flags = 135266419, pgoff = 159744, inode = 59044 }
-vm_state.vm_map: 13589.803381910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999758848, end = 2999791616, flags = 134217845, pgoff = 0, inode = 58974 }
-vm_state.vm_map: 13589.803384078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999791616, end = 2999795712, flags = 135266419, pgoff = 28672, inode = 58974 }
-vm_state.vm_map: 13589.803391357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 2999795712, end = 3000180736, flags = 134217845, pgoff = 0, inode = 59002 }
-vm_state.vm_map: 13589.803393364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000180736, end = 3000193024, flags = 135266419, pgoff = 380928, inode = 59002 }
-vm_state.vm_map: 13589.803398469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000193024, end = 3000229888, flags = 134217845, pgoff = 0, inode = 59009 }
-vm_state.vm_map: 13589.803402798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000229888, end = 3000233984, flags = 135266419, pgoff = 32768, inode = 59009 }
-vm_state.vm_map: 13589.803409559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000233984, end = 3000270848, flags = 134217845, pgoff = 0, inode = 21288 }
-vm_state.vm_map: 13589.803411573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000270848, end = 3000274944, flags = 135266419, pgoff = 36864, inode = 21288 }
-vm_state.vm_map: 13589.803414147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000274944, end = 3000283136, flags = 134217845, pgoff = 0, inode = 23893 }
-vm_state.vm_map: 13589.803416123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000283136, end = 3000287232, flags = 135266419, pgoff = 4096, inode = 23893 }
-vm_state.vm_map: 13589.803420896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000287232, end = 3000471552, flags = 134217845, pgoff = 0, inode = 23888 }
-vm_state.vm_map: 13589.803423396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000471552, end = 3000479744, flags = 135266419, pgoff = 180224, inode = 23888 }
-vm_state.vm_map: 13589.803425890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000479744, end = 3000651776, flags = 134217845, pgoff = 0, inode = 58971 }
-vm_state.vm_map: 13589.803428224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000651776, end = 3000659968, flags = 135266419, pgoff = 167936, inode = 58971 }
-vm_state.vm_map: 13589.803430791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3000659968, end = 3002703872, flags = 134217937, pgoff = 0, inode = 1204686 }
-vm_state.vm_map: 13589.803435404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3002703872, end = 3002744832, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.803437584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3002744832, end = 3002748928, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.803439628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3002748928, end = 3002753024, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.803446833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3002753024, end = 3018993664, flags = 134217979, pgoff = 0, inode = 1204527 }
-vm_state.vm_map: 13589.803449327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3018993664, end = 3023290368, flags = 134217979, pgoff = 0, inode = 1204522 }
-vm_state.vm_map: 13589.803456421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023290368, end = 3023491072, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 13589.803458477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023491072, end = 3023495168, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 13589.803465498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023495168, end = 3023527936, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.803467542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023527936, end = 3023532032, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.803472129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023532032, end = 3023540224, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.803474174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023540224, end = 3023544320, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.803481028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023544320, end = 3023568896, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.803483066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023568896, end = 3023572992, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.803490117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023577088, end = 3023589376, flags = 134217845, pgoff = 0, inode = 1114259 }
-vm_state.vm_map: 13589.803492279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023589376, end = 3023593472, flags = 135266419, pgoff = 8192, inode = 1114259 }
-vm_state.vm_map: 13589.803497229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023593472, end = 3023663104, flags = 134217845, pgoff = 0, inode = 59034 }
-vm_state.vm_map: 13589.803499267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023663104, end = 3023667200, flags = 135266419, pgoff = 65536, inode = 59034 }
-vm_state.vm_map: 13589.803501355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
-vm_state.vm_map: 13589.803508073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023908864, end = 3023941632, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.803512704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023941632, end = 3023953920, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.803517224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023953920, end = 3023962112, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.803519711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023962112, end = 3023966208, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.803522088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023966208, end = 3023970304, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.803524293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023970304, end = 3023974400, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.803526799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3023974400, end = 3024003072, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.803529164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024003072, end = 3024015360, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.803531534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024015360, end = 3024019456, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.803534275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024019456, end = 3024027648, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.803541104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024027648, end = 3024031744, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.803543488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024031744, end = 3024035840, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.803546117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024035840, end = 3024048128, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.803548383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024048128, end = 3024056320, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.803550784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024056320, end = 3024089088, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.803553131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024089088, end = 3024109568, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.803555452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024109568, end = 3024117760, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.803557780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024117760, end = 3024146432, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.803562386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024146432, end = 3024191488, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.803564880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024191488, end = 3024248832, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.803567300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024248832, end = 3024474112, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.803569344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024474112, end = 3024478208, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.803571746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024478208, end = 3024482304, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.803574177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024490496, end = 3024494592, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.803576691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024494592, end = 3024519168, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.803581290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024519168, end = 3024576512, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.803585650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 13589.803587689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 13589.803589837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 13589.803591869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 13589.803593933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
-vm_state.vm_map: 13589.803596094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
-vm_state.vm_map: 13589.803598138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
-vm_state.vm_map: 13589.803600189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 13589.803602325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 13589.803604383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 13589.803606772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 13589.803608822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 13589.803610940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 13589.803613059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 13589.803615091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 13589.803617173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
-vm_state.vm_map: 13589.803619124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 13589.803621052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 13589.803625620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042021376, end = 3042025472, flags = 134217845, pgoff = 0, inode = 20890 }
-vm_state.vm_map: 13589.803627659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042025472, end = 3042029568, flags = 135266419, pgoff = 0, inode = 20890 }
-vm_state.vm_map: 13589.803630036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042029568, end = 3042033664, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.803632425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042033664, end = 3042037760, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.803634808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042037760, end = 3042041856, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.803637038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042041856, end = 3042045952, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.803639298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042045952, end = 3042054144, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.803644249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042054144, end = 3042111488, flags = 134217845, pgoff = 0, inode = 22475 }
-vm_state.vm_map: 13589.803646292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042111488, end = 3042115584, flags = 135266419, pgoff = 57344, inode = 22475 }
-vm_state.vm_map: 13589.803648350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 13589.803650437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 13589.803652624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.803654674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
-vm_state.vm_map: 13589.803656749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.803658683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.803660665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.803662711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.803664748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.803666768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.803668874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.803670906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.803672846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
-vm_state.vm_map: 13589.803675142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 13589.803677175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 13589.803679189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.803681233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.803683271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.803685205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.803687182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.803689318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.803691350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.803693284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.803695224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
-vm_state.vm_map: 13589.803697293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.803699226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.803703660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.803705643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.803708032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.803709978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.803711930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.803713975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.803715964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.803717903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.803719948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
-vm_state.vm_map: 13589.803721906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.803723925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.803725995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.803728107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.803730077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.803732017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.803734087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.803736125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.803738107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
-vm_state.vm_map: 13589.803740503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.803742436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.803744511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
-vm_state.vm_map: 13589.803746593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.803748594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.803750651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.803752824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.803754826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.803756783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.803758896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.803760953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.803763059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
-vm_state.vm_map: 13589.803764999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
-vm_state.vm_map: 13589.803767044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
-vm_state.vm_map: 13589.803769045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 13589.803770984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 13589.803773361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
-vm_state.vm_map: 13589.803775325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 13589.803777272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 13589.803779304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.803781256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.803783207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.803785253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.803787328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.803789366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.803791305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
-vm_state.vm_map: 13589.803793380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.803795406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.803799896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.803801829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.803803904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.803806207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.803808197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.803810241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.803812242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.803814305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.803816368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.803818314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.803820254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
-vm_state.vm_map: 13589.803822224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.803824330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.803826263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.803828241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
-vm_state.vm_map: 13589.803830482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.803832514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.803834601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.803836689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.803838973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.803840944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.803843001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.803844972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.803846904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.803848979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.803850914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.803852847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.803854941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
-vm_state.vm_map: 13589.803856973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.803858906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.803860840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.803862891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
-vm_state.vm_map: 13589.803864855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.803866795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.803868876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
-vm_state.vm_map: 13589.803871185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.803873125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.803875158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
-vm_state.vm_map: 13589.803877128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 13589.803879142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 13589.803881284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
-vm_state.vm_map: 13589.803883249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.803885176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.803887147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 13589.803889204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 13589.803891143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
-vm_state.vm_map: 13589.803893212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.803895158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.803897190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.803899124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.803901137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
-vm_state.vm_map: 13589.803903804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078877184, end = 3078889472, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.803905860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.803907793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.803909758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 13589.803911797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 13589.803913779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.803915719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.803917659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.803919753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.803921766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
-vm_state.vm_map: 13589.803923804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
-vm_state.vm_map: 13589.803925916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.803927862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.803929790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.803931736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2177, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.803937468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 134512640, end = 134524928, flags = 134223989, pgoff = 0, inode = 18933 }
-vm_state.vm_map: 13589.803939575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 134524928, end = 134529024, flags = 135272563, pgoff = 8192, inode = 18933 }
-vm_state.vm_map: 13589.803941706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 147410944, end = 147546112, flags = 1048691, pgoff = 147410944, inode = 0 }
-vm_state.vm_map: 13589.803943664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3076435968, end = 3076440064, flags = 1048691, pgoff = 3076435968, inode = 0 }
-vm_state.vm_map: 13589.803945763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3076440064, end = 3077754880, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.803947715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3077754880, end = 3077763072, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.803949662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3077763072, end = 3077767168, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.803951608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3077767168, end = 3077779456, flags = 1048691, pgoff = 3077767168, inode = 0 }
-vm_state.vm_map: 13589.803953670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3077873664, end = 3077881856, flags = 1048691, pgoff = 3077873664, inode = 0 }
-vm_state.vm_map: 13589.803955610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3077881856, end = 3077885952, flags = 67371125, pgoff = 3077881856, inode = 0 }
-vm_state.vm_map: 13589.803957686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3077885952, end = 3078000640, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.803959624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3078000640, end = 3078004736, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.803961577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3078004736, end = 3078008832, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.803963523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2204, start = 3217219584, end = 3217305600, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.803965900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 13589.803967981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 13589.803970290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 13589.803972230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 145301504, end = 147034112, flags = 1048691, pgoff = 145301504, inode = 0 }
-vm_state.vm_map: 13589.803977034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993541120, end = 2993582080, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.803978985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993582080, end = 2993586176, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.803981042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993586176, end = 2993590272, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.803983210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993590272, end = 2993627136, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.803985149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993627136, end = 2993631232, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.803987181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993631232, end = 2993635328, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.803989362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993635328, end = 2993659904, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.803991363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993659904, end = 2993664000, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.803993364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993664000, end = 2993668096, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.803995310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993762304, end = 2993766400, flags = 1048688, pgoff = 2993762304, inode = 0 }
-vm_state.vm_map: 13589.803997360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 2993766400, end = 3002155008, flags = 1048691, pgoff = 2993766400, inode = 0 }
-vm_state.vm_map: 13589.803999553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3002155008, end = 3018395648, flags = 134217979, pgoff = 0, inode = 1204527 }
-vm_state.vm_map: 13589.804001708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018395648, end = 3022692352, flags = 134217979, pgoff = 0, inode = 1204522 }
-vm_state.vm_map: 13589.804004140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022692352, end = 3022917632, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.804006111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022917632, end = 3022921728, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.804008099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022921728, end = 3022925824, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.804010292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022925824, end = 3023126528, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 13589.804012232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023126528, end = 3023130624, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 13589.804014313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023130624, end = 3023163392, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.804016247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023163392, end = 3023167488, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.804018298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023167488, end = 3023175680, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.804020236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023175680, end = 3023179776, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.804022294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023179776, end = 3023257600, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.804024240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023257600, end = 3023261696, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.804026173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023261696, end = 3023265792, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.804028119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023265792, end = 3023273984, flags = 1048691, pgoff = 3023265792, inode = 0 }
-vm_state.vm_map: 13589.804030207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023273984, end = 3023278080, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.804032381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023278080, end = 3023302656, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.804034474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023302656, end = 3023306752, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.804036888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023306752, end = 3023310848, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.804038957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023310848, end = 3023314944, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.804041051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023314944, end = 3023319040, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.804043206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023319040, end = 3023327232, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.804047806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023327232, end = 3023360000, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.804049764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023360000, end = 3023372288, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.804051827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023372288, end = 3023380480, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.804053915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023380480, end = 3023384576, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.804055990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023384576, end = 3023388672, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.804058071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023388672, end = 3023392768, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.804060239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023392768, end = 3023421440, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.804062382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023421440, end = 3023433728, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.804064494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023433728, end = 3023437824, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.804066563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023437824, end = 3023446016, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.804068650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023446016, end = 3023450112, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.804071157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023450112, end = 3023454208, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.804073281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023454208, end = 3023466496, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.804075362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023466496, end = 3023474688, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.804077450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023474688, end = 3023507456, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.804079549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023507456, end = 3023527936, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.804081606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023527936, end = 3023536128, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.804083676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023536128, end = 3023564800, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.804085745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023564800, end = 3023609856, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.804087795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023609856, end = 3023667200, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.804089748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
-vm_state.vm_map: 13589.804092162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023912960, end = 3023937536, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.804094101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023937536, end = 3023941632, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.804096293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023941632, end = 3023978496, flags = 134217845, pgoff = 0, inode = 21288 }
-vm_state.vm_map: 13589.804098233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023978496, end = 3023982592, flags = 135266419, pgoff = 36864, inode = 21288 }
-vm_state.vm_map: 13589.804100523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023982592, end = 3024097280, flags = 134217845, pgoff = 0, inode = 23885 }
-vm_state.vm_map: 13589.804102587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024097280, end = 3024101376, flags = 135266419, pgoff = 110592, inode = 23885 }
-vm_state.vm_map: 13589.804105105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024101376, end = 3024183296, flags = 134217845, pgoff = 0, inode = 23971 }
-vm_state.vm_map: 13589.804107045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024183296, end = 3024187392, flags = 135266419, pgoff = 81920, inode = 23971 }
-vm_state.vm_map: 13589.804109292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024187392, end = 3024371712, flags = 134217845, pgoff = 0, inode = 23888 }
-vm_state.vm_map: 13589.804111367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024371712, end = 3024379904, flags = 135266419, pgoff = 180224, inode = 23888 }
-vm_state.vm_map: 13589.804113763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024379904, end = 3024568320, flags = 134217845, pgoff = 0, inode = 1066195 }
-vm_state.vm_map: 13589.804115709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024568320, end = 3024576512, flags = 135266419, pgoff = 184320, inode = 1066195 }
-vm_state.vm_map: 13589.804117679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 13589.804119637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 13589.804121718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 13589.804123671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 13589.804125642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
-vm_state.vm_map: 13589.804127587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
-vm_state.vm_map: 13589.804129545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
-vm_state.vm_map: 13589.804131597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 13589.804133555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 13589.804135531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 13589.804152317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 13589.804154559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 13589.804156887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 13589.804159103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 13589.804161364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 13589.804163525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
-vm_state.vm_map: 13589.804165563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 13589.804167731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 13589.804169892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3042045952, end = 3042058240, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.804172307 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3042058240, end = 3042115584, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.804174443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 13589.804176727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 13589.804178772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.804180945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
-vm_state.vm_map: 13589.804183095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.804185386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.804187873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.804189973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.804192017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.804194161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.804196180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.804198477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.804200466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
-vm_state.vm_map: 13589.804202676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 13589.804204641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 13589.804206870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.804208847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.804211039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.804212992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.804215196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.804217154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.804219371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.804221667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.804223841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
-vm_state.vm_map: 13589.804225929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.804227973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.804230042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.804232075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.804234138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.804236182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.804238245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.804240394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.804242476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.804244471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.804246583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
-vm_state.vm_map: 13589.804248725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.804250764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.804252771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.804255259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.804257322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.804259391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.804261355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.804263535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.804265580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
-vm_state.vm_map: 13589.804267655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.804269607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.804271879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
-vm_state.vm_map: 13589.804273856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.804276036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.804278099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.804280118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.804282310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.804284459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.804286535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.804289023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.804291055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
-vm_state.vm_map: 13589.804293308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
-vm_state.vm_map: 13589.804295353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
-vm_state.vm_map: 13589.804297428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 13589.804299466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 13589.804301738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
-vm_state.vm_map: 13589.804303813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 13589.804305945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 13589.804308020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.804310193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.804312385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.804314424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.804316401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.804318568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.804320619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
-vm_state.vm_map: 13589.804323033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.804324972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.804327190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.804329234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.804331321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.804333267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.804335601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.804337738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.804339776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.804341925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.804344130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.804346168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.804348323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
-vm_state.vm_map: 13589.804350318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.804352461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.804354636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.804357037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
-vm_state.vm_map: 13589.804359007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.804364205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.804366378 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.804368417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.804370547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.804372616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.804374777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.804376841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.804378885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.804380935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.804382973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.804385129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.804387340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
-vm_state.vm_map: 13589.804389396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.804391804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.804393799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.804395955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
-vm_state.vm_map: 13589.804398042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.804400068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.804402112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
-vm_state.vm_map: 13589.804404157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.804406188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.804408350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
-vm_state.vm_map: 13589.804410376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 13589.804412642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 13589.804414749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
-vm_state.vm_map: 13589.804416953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.804418924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.804421245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 13589.804423326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 13589.804425967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
-vm_state.vm_map: 13589.804428136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.804430291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.804432421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.804434570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.804436812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
-vm_state.vm_map: 13589.804438826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.804440784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.804442970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 13589.804445009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 13589.804447084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.804449054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.804451221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.804453284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.804455322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
-vm_state.vm_map: 13589.804457411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
-vm_state.vm_map: 13589.804459984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.804462035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.804464073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.804466043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2205, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.804473827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 134512640, end = 134516736, flags = 134223989, pgoff = 0, inode = 1352648 }
-vm_state.vm_map: 13589.804475872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 134516736, end = 134520832, flags = 135272563, pgoff = 0, inode = 1352648 }
-vm_state.vm_map: 13589.804478027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 155467776, end = 159428608, flags = 1048691, pgoff = 155467776, inode = 0 }
-vm_state.vm_map: 13589.804480595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836033536, end = 2836606976, flags = 134217841, pgoff = 0, inode = 49559 }
-vm_state.vm_map: 13589.804490176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836606976, end = 2836746240, flags = 134217841, pgoff = 0, inode = 254140 }
-vm_state.vm_map: 13589.804494838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836746240, end = 2836783104, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.804497351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836783104, end = 2836787200, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.804499376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836787200, end = 2836791296, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.804501710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836791296, end = 2836869120, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.804503754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836869120, end = 2836873216, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.804505799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836873216, end = 2836877312, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.804507750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836877312, end = 2836885504, flags = 1048691, pgoff = 2836877312, inode = 0 }
-vm_state.vm_map: 13589.804515177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2836897792, end = 2836979712, flags = 134217841, pgoff = 0, inode = 98443 }
-vm_state.vm_map: 13589.804519593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839023616, end = 2839064576, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.804521760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839064576, end = 2839068672, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.804523774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839068672, end = 2839072768, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.804526076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839072768, end = 2839097344, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.804528048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839097344, end = 2839101440, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.804530215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839101440, end = 2839105536, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.804535209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839105536, end = 2839166976, flags = 134217841, pgoff = 0, inode = 649749 }
-vm_state.vm_map: 13589.804542026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2839166976, end = 2965508096, flags = 134217979, pgoff = 0, inode = 73879 }
-vm_state.vm_map: 13589.804544384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2965508096, end = 2999164928, flags = 134217979, pgoff = 0, inode = 73878 }
-vm_state.vm_map: 13589.804553212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999164928, end = 2999230464, flags = 134217845, pgoff = 0, inode = 57391 }
-kernel.irq_entry: 13589.804576445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.irq_exit: 13589.804589019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
-vm_state.vm_map: 13589.804594513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999230464, end = 2999234560, flags = 135266419, pgoff = 61440, inode = 57391 }
-vm_state.vm_map: 13589.804596569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999234560, end = 2999250944, flags = 1048691, pgoff = 2999234560, inode = 0 }
-vm_state.vm_map: 13589.804603916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999250944, end = 2999533568, flags = 134217845, pgoff = 0, inode = 22693 }
-vm_state.vm_map: 13589.804605954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999533568, end = 2999545856, flags = 135266419, pgoff = 282624, inode = 22693 }
-vm_state.vm_map: 13589.804607980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999545856, end = 2999570432, flags = 1048691, pgoff = 2999545856, inode = 0 }
-vm_state.vm_map: 13589.804612648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999574528, end = 2999590912, flags = 134217845, pgoff = 0, inode = 57390 }
-vm_state.vm_map: 13589.804614680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999590912, end = 2999595008, flags = 135266419, pgoff = 12288, inode = 57390 }
-vm_state.vm_map: 13589.804617193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999595008, end = 2999615488, flags = 134217845, pgoff = 0, inode = 57392 }
-vm_state.vm_map: 13589.804619250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999615488, end = 2999619584, flags = 135266419, pgoff = 16384, inode = 57392 }
-vm_state.vm_map: 13589.804621737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999619584, end = 2999660544, flags = 134217845, pgoff = 0, inode = 57395 }
-vm_state.vm_map: 13589.804623707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999660544, end = 2999664640, flags = 135266419, pgoff = 36864, inode = 57395 }
-vm_state.vm_map: 13589.804628288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999664640, end = 2999934976, flags = 134217845, pgoff = 0, inode = 18916 }
-vm_state.vm_map: 13589.804630703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999934976, end = 2999939072, flags = 135266419, pgoff = 266240, inode = 18916 }
-vm_state.vm_map: 13589.804633184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 2999939072, end = 3000020992, flags = 134217845, pgoff = 0, inode = 18915 }
-vm_state.vm_map: 13589.804635173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000020992, end = 3000029184, flags = 135266419, pgoff = 77824, inode = 18915 }
-vm_state.vm_map: 13589.804637482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000029184, end = 3000811520, flags = 134217845, pgoff = 0, inode = 18927 }
-vm_state.vm_map: 13589.804639417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000811520, end = 3000819712, flags = 135266419, pgoff = 778240, inode = 18927 }
-vm_state.vm_map: 13589.804644035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000819712, end = 3000832000, flags = 134217845, pgoff = 0, inode = 59166 }
-vm_state.vm_map: 13589.804645974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000832000, end = 3000836096, flags = 135266419, pgoff = 8192, inode = 59166 }
-vm_state.vm_map: 13589.804648266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000836096, end = 3000852480, flags = 134217845, pgoff = 0, inode = 57389 }
-vm_state.vm_map: 13589.804650199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000852480, end = 3000856576, flags = 135266419, pgoff = 12288, inode = 57389 }
-vm_state.vm_map: 13589.804652730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000856576, end = 3000889344, flags = 134217845, pgoff = 0, inode = 57396 }
-vm_state.vm_map: 13589.804654669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000889344, end = 3000893440, flags = 135266419, pgoff = 28672, inode = 57396 }
-vm_state.vm_map: 13589.804659602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000893440, end = 3000909824, flags = 134217845, pgoff = 0, inode = 57393 }
-vm_state.vm_map: 13589.804661677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000909824, end = 3000913920, flags = 135266419, pgoff = 12288, inode = 57393 }
-vm_state.vm_map: 13589.804667262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3000913920, end = 3001278464, flags = 134217845, pgoff = 0, inode = 22572 }
-vm_state.vm_map: 13589.804669325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3001278464, end = 3001286656, flags = 135266419, pgoff = 364544, inode = 22572 }
-vm_state.vm_map: 13589.804671715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3001286656, end = 3001487360, flags = 134217845, pgoff = 0, inode = 20709 }
-vm_state.vm_map: 13589.804673771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3001487360, end = 3001495552, flags = 135266419, pgoff = 196608, inode = 20709 }
-vm_state.vm_map: 13589.804675717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3001495552, end = 3001503744, flags = 1048691, pgoff = 3001495552, inode = 0 }
-vm_state.vm_map: 13589.804678045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3001503744, end = 3001954304, flags = 134217845, pgoff = 0, inode = 20711 }
-vm_state.vm_map: 13589.804679979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3001954304, end = 3001966592, flags = 135266419, pgoff = 450560, inode = 20711 }
-vm_state.vm_map: 13589.804682281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3001978880, end = 3002003456, flags = 134217845, pgoff = 0, inode = 18917 }
-vm_state.vm_map: 13589.804684258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002003456, end = 3002007552, flags = 135266419, pgoff = 20480, inode = 18917 }
-vm_state.vm_map: 13589.804686413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002007552, end = 3002023936, flags = 134217845, pgoff = 0, inode = 18914 }
-vm_state.vm_map: 13589.804688346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002023936, end = 3002028032, flags = 135266419, pgoff = 16384, inode = 18914 }
-vm_state.vm_map: 13589.804690754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002028032, end = 3002056704, flags = 134217845, pgoff = 0, inode = 57397 }
-vm_state.vm_map: 13589.804692701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002056704, end = 3002060800, flags = 135266419, pgoff = 24576, inode = 57397 }
-vm_state.vm_map: 13589.804695114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002060800, end = 3002187776, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 13589.804697054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002187776, end = 3002191872, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 13589.804699395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002191872, end = 3002208256, flags = 134217845, pgoff = 0, inode = 57394 }
-vm_state.vm_map: 13589.804701679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002208256, end = 3002212352, flags = 135266419, pgoff = 16384, inode = 57394 }
-vm_state.vm_map: 13589.804704105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002212352, end = 3002236928, flags = 134217845, pgoff = 0, inode = 57398 }
-vm_state.vm_map: 13589.804706038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002236928, end = 3002241024, flags = 135266419, pgoff = 24576, inode = 57398 }
-vm_state.vm_map: 13589.804708366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002241024, end = 3002257408, flags = 134217845, pgoff = 0, inode = 52571 }
-vm_state.vm_map: 13589.804710294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002257408, end = 3002261504, flags = 135266419, pgoff = 12288, inode = 52571 }
-vm_state.vm_map: 13589.804712584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002261504, end = 3002281984, flags = 134217845, pgoff = 0, inode = 52570 }
-vm_state.vm_map: 13589.804714524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002281984, end = 3002286080, flags = 135266419, pgoff = 16384, inode = 52570 }
-vm_state.vm_map: 13589.804716895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002286080, end = 3002322944, flags = 134217845, pgoff = 0, inode = 52569 }
-vm_state.vm_map: 13589.804718829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002322944, end = 3002327040, flags = 135266419, pgoff = 32768, inode = 52569 }
-vm_state.vm_map: 13589.804721150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002327040, end = 3002351616, flags = 134217845, pgoff = 0, inode = 52572 }
-vm_state.vm_map: 13589.804723077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002351616, end = 3002355712, flags = 135266419, pgoff = 20480, inode = 52572 }
-vm_state.vm_map: 13589.804725263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002355712, end = 3002376192, flags = 134217845, pgoff = 0, inode = 52568 }
-vm_state.vm_map: 13589.804727209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002376192, end = 3002380288, flags = 135266419, pgoff = 16384, inode = 52568 }
-vm_state.vm_map: 13589.804729501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002380288, end = 3002466304, flags = 134217845, pgoff = 0, inode = 57557 }
-vm_state.vm_map: 13589.804731433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002466304, end = 3002470400, flags = 135266419, pgoff = 86016, inode = 57557 }
-vm_state.vm_map: 13589.804740707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3002470400, end = 3018711040, flags = 134217979, pgoff = 0, inode = 1204696 }
-vm_state.vm_map: 13589.804746009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3018711040, end = 3023007744, flags = 134217979, pgoff = 0, inode = 1204694 }
-vm_state.vm_map: 13589.804748098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023007744, end = 3023233024, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.804750042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023233024, end = 3023237120, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.804751989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023237120, end = 3023241216, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.804754218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023241216, end = 3023441920, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 13589.804756342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023441920, end = 3023446016, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 13589.804758430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023446016, end = 3023454208, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.804760369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023454208, end = 3023458304, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.804762574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023462400, end = 3023474688, flags = 134217845, pgoff = 0, inode = 49489 }
-vm_state.vm_map: 13589.804764643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023474688, end = 3023478784, flags = 135266419, pgoff = 8192, inode = 49489 }
-vm_state.vm_map: 13589.804769532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023478784, end = 3023552512, flags = 134217841, pgoff = 0, inode = 98526 }
-vm_state.vm_map: 13589.804771743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023552512, end = 3023556608, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.804774250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023556608, end = 3023581184, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.804776361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023581184, end = 3023585280, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.804778461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023585280, end = 3023589376, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.804780586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023589376, end = 3023593472, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.804782655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023593472, end = 3023597568, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.804784755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023597568, end = 3023605760, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.804786805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023605760, end = 3023638528, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.804788856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023638528, end = 3023650816, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.804791072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023650816, end = 3023659008, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.804793234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023659008, end = 3023663104, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.804795285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023663104, end = 3023667200, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.804797323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023667200, end = 3023671296, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.804799589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023671296, end = 3023699968, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.804801627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023699968, end = 3023712256, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.804803807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023712256, end = 3023716352, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.804805975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023716352, end = 3023724544, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.804808493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023724544, end = 3023728640, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.804810698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023728640, end = 3023732736, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.804812889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023732736, end = 3023745024, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.804814990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023745024, end = 3023753216, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.804817201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023753216, end = 3023785984, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.804819288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023785984, end = 3023806464, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.804821450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023806464, end = 3023814656, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.804823661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023814656, end = 3023843328, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.804825742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023843328, end = 3023888384, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.804827835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023888384, end = 3023945728, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.804829935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023945728, end = 3023958016, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.804832023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3023958016, end = 3024015360, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.804834141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3024015360, end = 3025346560, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.804836087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3025346560, end = 3025362944, flags = 1048691, pgoff = 3025346560, inode = 0 }
-vm_state.vm_map: 13589.804838304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3025362944, end = 3026620416, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.804840380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3026620416, end = 3026640896, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.804842669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3026640896, end = 3026644992, flags = 1048691, pgoff = 3026640896, inode = 0 }
-vm_state.vm_map: 13589.804844751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3026644992, end = 3026882560, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 13589.804846691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3026882560, end = 3026886656, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 13589.804848907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3026886656, end = 3027034112, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.804850847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027034112, end = 3027042304, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.804853028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027042304, end = 3027234816, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.804854961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027234816, end = 3027238912, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.804857245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027238912, end = 3027558400, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.804859173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027558400, end = 3027574784, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.804861218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027574784, end = 3027578880, flags = 1048691, pgoff = 3027574784, inode = 0 }
-vm_state.vm_map: 13589.804863379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027578880, end = 3027595264, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.804865306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027595264, end = 3027599360, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.804867387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3027599360, end = 3028119552, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 13589.804869315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028119552, end = 3028127744, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 13589.804871617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028127744, end = 3028144128, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.804873552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028144128, end = 3028148224, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.804876082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028148224, end = 3028172800, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.804878010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028172800, end = 3028176896, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.804880072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028176896, end = 3028180992, flags = 1048691, pgoff = 3028176896, inode = 0 }
-vm_state.vm_map: 13589.804882271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028180992, end = 3028213760, flags = 134217845, pgoff = 0, inode = 18621 }
-vm_state.vm_map: 13589.804884205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028213760, end = 3028217856, flags = 135266419, pgoff = 28672, inode = 18621 }
-vm_state.vm_map: 13589.804886366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028217856, end = 3028660224, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 13589.804888306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028660224, end = 3028668416, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 13589.804890485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028668416, end = 3028697088, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.804892414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028697088, end = 3028701184, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.804894353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028701184, end = 3028705280, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.804896539 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028705280, end = 3028721664, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.804898472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028721664, end = 3028725760, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.804900652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028725760, end = 3028897792, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.804902592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028897792, end = 3028901888, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.804904631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028901888, end = 3028905984, flags = 1048691, pgoff = 3028901888, inode = 0 }
-vm_state.vm_map: 13589.804906792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3028905984, end = 3029651456, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.804909082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3029651456, end = 3029655552, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.804911139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3029655552, end = 3029901312, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.804913189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3029901312, end = 3029905408, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.804915327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3029905408, end = 3030376448, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.804917260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030376448, end = 3030392832, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.804919354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030392832, end = 3030536192, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.804921293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030536192, end = 3030540288, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.804921524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030540288, end = 3030626304, flags = 134217845, pgoff = 0, inode = 18951 }
-kernel.irq_entry: 13589.804937836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 13589.804949641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { jiffies = 4296292863, xtime_sec = 1262715366, xtime_nsec = 301133046, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
-kernel.softirq_raise: 13589.804961779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.softirq_raise: 13589.804968059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { softirq_id = 9 [softirq 9] }
-kernel.irq_exit: 13589.804988867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 13589.804991502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 13589.805001521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { expires = 1325568, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 13589.805004434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.softirq_entry: 13589.805005888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
-rcu.tree_callback: 13589.805068655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10acb19 }
-rcu.tree_callback: 13589.805072755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10b8ec2 }
-kernel.softirq_exit: 13589.805075250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
-kernel.sched_schedule: 13589.805084764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 16887, next_pid = 1852, prev_state = 0 }
-kernel.sched_try_wakeup: 13589.805271545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.805280154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.805428923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.805436927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-fs.read: 13589.805580818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.805582592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 16 }
-kernel.syscall_entry: 13589.805602241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
-fs.select: 13589.805606799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 11, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.805614927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 12, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.805620537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 14, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.805622796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 15, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.805627594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 16, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.805632076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 17, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.805636381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 18, end_time_sec = 0, end_time_nsec = 0 }
-kernel.syscall_exit: 13589.805644356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 2 }
-kernel.syscall_entry: 13589.805660760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 175 [syscall 175] }
-kernel.syscall_exit: 13589.805663260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.805692916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
-fs.ioctl: 13589.805695336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 8, cmd = 3223606787, arg = 3215720368 }
-kernel.syscall_exit: 13589.805741792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.805750007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.805753091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.805828489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 175 [syscall 175] }
-kernel.syscall_exit: 13589.805831007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.805835508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.805838890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 256, fd = 14 }
-kernel.syscall_exit: 13589.805840146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 48 }
-kernel.syscall_entry: 13589.805847424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.805849931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.805853625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726408, syscall_id = 119 [syscall 119] }
-kernel.syscall_exit: 13589.805860073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 16 }
-kernel.syscall_entry: 13589.806065617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 13589.806082921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2207, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.806091947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 2207, prev_state = 0 }
-fs.pollfd: 13589.806242915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { fd = 3 }
-fs.pollfd: 13589.806249565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { fd = 8 }
-fs.pollfd: 13589.806251443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { fd = 9 }
-fs.pollfd: 13589.806256351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { fd = 7 }
-fs.pollfd: 13589.806257724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { fd = 10 }
-fs.pollfd: 13589.806259485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { fd = 12 }
-kernel.syscall_exit: 13589.806269905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.806453194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { ip = 0xb78bd416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.806458349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { count = 4096, fd = 7 }
-kernel.syscall_exit: 13589.806459611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 13589.806501041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { ip = 0xb78bd416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.806503061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { count = 4096, fd = 7 }
-kernel.syscall_exit: 13589.806504243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.806746722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { ip = 0xb78bd416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.806749506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { count = 4096, fd = 7 }
-kernel.syscall_exit: 13589.806750780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.806760392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { ip = 0xb4860e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.806762973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.806776625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { ip = 0xb78bd416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.806778601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.806780702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 13589.806782296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 13589.806783725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { fd = 7 }
-fs.pollfd: 13589.806785111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 13589.806786656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2207, 2207, kwin, , 2205, 0x0, SYSCALL { fd = 12 }
-kernel.sched_schedule: 13589.806794021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2207, next_pid = 1852, prev_state = 1 }
-fs.writev: 13589.806939218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, vlen = 1 }
-kernel.syscall_exit: 13589.806941225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 13589.806947242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 13589.806956386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.806964509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.807105480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.807108560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.807116344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.807120950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.807122218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 96 }
-kernel.syscall_entry: 13589.807137675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.807139657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.807140858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.808709285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.808712520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.808715382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.808719184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
-fs.writev: 13589.808727353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 13589.808728899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 7140 }
-kernel.syscall_entry: 13589.808734253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.808735792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.808743843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-fs.writev: 13589.808892745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
-kernel.syscall_exit: 13589.808894884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 96 }
-kernel.syscall_entry: 13589.808901858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.808906453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.808907640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 4096 }
-kernel.syscall_entry: 13589.809234454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 13589.809267638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.809276907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.809421073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.809428789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-fs.read: 13589.809575292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4092, fd = 41 }
-kernel.syscall_exit: 13589.809576999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 3044 }
-kernel.syscall_entry: 13589.809653138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.809655734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.809656922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.809661373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 13589.809670351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.809678451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.809818431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.809821169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.809827155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.809831501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.809832732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 13589.809840572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.809842402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.809843558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.809853173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.809854911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.809857162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.809860507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
-fs.writev: 13589.809864568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 13589.809866040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
-kernel.syscall_entry: 13589.809870702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.809872192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.809879854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-fs.writev: 13589.810024711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
-kernel.syscall_exit: 13589.810026714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 13589.810032824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.810036088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.810040417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.810043298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.810061755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.810071889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
-fs.select: 13589.810077311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810080508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810082981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810091236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810093783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810096658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810099050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810101358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810103633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810105902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810107967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810110242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810112456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810114713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810117006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810119411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810121960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810124488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810126535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810129107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810131667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810133998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810136496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810138809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810140997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810143161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810145097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810146939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810149344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810151608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810153945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810156245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810158452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810160716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784464017 }
-fs.select: 13589.810162886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784464017 }
-kernel.syscall_exit: 13589.810167553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 3 }
-kernel.syscall_entry: 13589.810174015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
-fs.ioctl: 13589.810175963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, cmd = 21515, arg = 2 }
-kernel.syscall_exit: 13589.810191402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.810195205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.810197133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 13589.810205586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.810209215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.810211658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.810216641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 13589.810224785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.810232928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.810376178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.810383759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-fs.read: 13589.810527293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.810529012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 16 }
-kernel.syscall_entry: 13589.810536383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.810538584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.810539746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.810543579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 13589.810551803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.810559810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.810698039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.810700705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.810706152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.810710320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.810711525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 13589.810718066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.810719952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.810721109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.811907876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.811934315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.811937654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.811943046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
-fs.writev: 13589.811956494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 13589.811958084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 19088 }
-kernel.syscall_entry: 13589.812177726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.812180738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.812183347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 13589.812185177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 13589.812186623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 13589.812191335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 14 }
-fs.pollfd: 13589.812193202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 13589.812195737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 13589.812198848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 13589.812200969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 13589.812203745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 13589.812206298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 21 }
-fs.pollfd: 13589.812209094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 31 }
-kernel.syscall_exit: 13589.812211627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.812227790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 54 [syscall 54] }
-fs.ioctl: 13589.812229782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 21, cmd = 21531, arg = 3214294504 }
-kernel.syscall_exit: 13589.812233152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.812237652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.812245530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 175, fd = 21 }
-kernel.syscall_exit: 13589.812246804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 175 }
-kernel.syscall_entry: 13589.812277973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.812280903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.812290877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.812293238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.812404299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.812406693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.812409246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.812412611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
-fs.writev: 13589.812422040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 13589.812423659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1296 }
-kernel.syscall_entry: 13589.812429372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.812430949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.812440595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-fs.writev: 13589.812605405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
-kernel.syscall_exit: 13589.812607545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 13589.812614618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.812617191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.812620913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.812623225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.812628036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.812635072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
-fs.select: 13589.812640674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812643227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812645360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812649460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812651865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812654505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812656706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812658679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812660843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812663013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812664967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812667058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812669234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812671287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812673358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812675695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812678292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812680500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812686430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812688501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812690813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812693354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812695573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812697516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812699500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812701745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812703989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812706035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812708527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812710556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812712645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812714525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812716597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812718594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784026237 }
-fs.select: 13589.812720436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784026237 }
-mm.page_free: 13589.812727368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 79373, order = 0 }
-kernel.syscall_exit: 13589.812732308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 2 }
-kernel.syscall_entry: 13589.812738349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.812740215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 13589.812747103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.812750641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.812753046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.812757610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.812762011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.812763254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 4096 }
-kernel.syscall_entry: 13589.812983825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.812988338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 2652, fd = 41 }
-kernel.syscall_exit: 13589.812989686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 2652 }
-kernel.syscall_entry: 13589.813311906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.813317039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4076, fd = 41 }
-kernel.syscall_exit: 13589.813318423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 4076 }
-kernel.syscall_entry: 13589.813723182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.813727652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 3548, fd = 41 }
-kernel.syscall_exit: 13589.813728957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 3548 }
-kernel.syscall_entry: 13589.813856719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.813860156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 956, fd = 41 }
-kernel.syscall_exit: 13589.813861399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 956 }
-kernel.syscall_entry: 13589.813895679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 13589.813906065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.813916194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.814087305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.814095263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-kernel.sched_try_wakeup: 13589.814253872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.814262047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.814402396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.814409773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-fs.read: 13589.814552225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4004, fd = 41 }
-kernel.syscall_exit: 13589.814553901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 4004 }
-kernel.irq_entry: 13589.814609561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3238019438, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 13589.814623936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { jiffies = 4296292864, xtime_sec = 1262715366, xtime_nsec = 301133047, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
-kernel.softirq_raise: 13589.814636316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.irq_exit: 13589.814663150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 13589.814666421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 13589.814670681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325579, function = 0xc103b8db, data = 3245689476 }
-kernel.timer_set: 13589.814677167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325579, function = 0xc1035211, data = 4144953120 }
-kernel.timer_set: 13589.814679381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325800, function = 0xc10940c0, data = 0 }
-kernel.timer_set: 13589.814684555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325732, function = 0xc1035211, data = 4139182272 }
-kernel.timer_set: 13589.814686787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325800, function = 0xc14d237a, data = 4147466240 }
-kernel.timer_set: 13589.814694832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325569, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 13589.814697485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.syscall_entry: 13589.814726427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 13589.814735276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.814743468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.814880121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.814887640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-fs.read: 13589.815030729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4004, fd = 41 }
-kernel.syscall_exit: 13589.815032418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 1052 }
-kernel.irq_entry: 13589.820716621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3077256468, handler = 0x0, irq_id = 239, kernel_mode = 0 }
-kernel.sched_try_wakeup: 13589.820745792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 1558, cpu_id = 0, state = 1 }
-kernel.irq_exit: 13589.820761720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.sched_schedule: 13589.820774766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1558, 1539, mysqld, , 1417, 0x0, MODE_UNKNOWN { prev_pid = 1852, next_pid = 1558, prev_state = 0 }
-kernel.syscall_exit: 13589.821182487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1558, 1539, mysqld, , 1417, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.821272136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1558, 1539, mysqld, , 1417, 0x0, SYSCALL { ip = 0xb6fa7416, syscall_id = 13 [syscall 13] }
-kernel.syscall_exit: 13589.821274281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1558, 1539, mysqld, , 1417, 0x0, MODE_UNKNOWN { ret = 1262715366 }
-kernel.syscall_entry: 13589.821582343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1558, 1539, mysqld, , 1417, 0x0, SYSCALL { ip = 0xb6fa7416, syscall_id = 142 [syscall 142] }
-kernel.sched_schedule: 13589.821608319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 1558, next_pid = 16887, prev_state = 1 }
-vm_state.vm_map: 13589.821775849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030626304, end = 3030630400, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.821779645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030630400, end = 3030634496, flags = 1048691, pgoff = 3030630400, inode = 0 }
-vm_state.vm_map: 13589.821782180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030634496, end = 3030695936, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.821784191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030695936, end = 3030700032, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.821787047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030700032, end = 3030781952, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.821789087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030781952, end = 3030786048, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.821791815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030786048, end = 3030872064, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.821793854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030872064, end = 3030876160, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.821796136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030876160, end = 3030880256, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.821798189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030880256, end = 3030888448, flags = 1048691, pgoff = 3030880256, inode = 0 }
-vm_state.vm_map: 13589.821800699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030888448, end = 3030921216, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 13589.821802901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030921216, end = 3030925312, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 13589.821805640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030925312, end = 3030941696, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 13589.821807804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030941696, end = 3030945792, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 13589.821809813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030945792, end = 3030949888, flags = 1048691, pgoff = 3030945792, inode = 0 }
-vm_state.vm_map: 13589.821812435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030949888, end = 3030958080, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.821814890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030958080, end = 3030962176, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.821817418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3030962176, end = 3031060480, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.821819415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031060480, end = 3031064576, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.821822266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031064576, end = 3031076864, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.821824287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031076864, end = 3031080960, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.821827008 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031080960, end = 3031089152, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.821828987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031089152, end = 3031093248, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.821834880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031093248, end = 3031097344, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.821837501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031097344, end = 3031650304, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 13589.821839541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031650304, end = 3031670784, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 13589.821842212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031670784, end = 3031986176, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 13589.821844408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031986176, end = 3031994368, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 13589.821846720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031994368, end = 3031998464, flags = 1048691, pgoff = 3031994368, inode = 0 }
-vm_state.vm_map: 13589.821849521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3031998464, end = 3032428544, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 13589.821851505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3032428544, end = 3032457216, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 13589.821854071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3032457216, end = 3032461312, flags = 1048691, pgoff = 3032457216, inode = 0 }
-vm_state.vm_map: 13589.821856694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3032461312, end = 3032530944, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 13589.821859154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3032530944, end = 3032535040, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 13589.821861844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3032535040, end = 3047030784, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 13589.821864236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3047030784, end = 3047645184, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 13589.821866352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3047645184, end = 3047653376, flags = 1048691, pgoff = 3047645184, inode = 0 }
-vm_state.vm_map: 13589.821869128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3047653376, end = 3048026112, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 13589.821871236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3048026112, end = 3048038400, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 13589.821873765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3048038400, end = 3050594304, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 13589.821875756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050594304, end = 3050643456, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 13589.821877926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050643456, end = 3050651648, flags = 1048691, pgoff = 3050643456, inode = 0 }
-vm_state.vm_map: 13589.821880659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050651648, end = 3050766336, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.821882848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050766336, end = 3050770432, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.821885501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050770432, end = 3050917888, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.821887677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050917888, end = 3050921984, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.821889792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050921984, end = 3050926080, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.821892791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050926080, end = 3050958848, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.821894750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050958848, end = 3050962944, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.821897304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050962944, end = 3050979328, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.821899332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050979328, end = 3050983424, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.821901960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3050983424, end = 3052113920, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.821903920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3052113920, end = 3052130304, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.821906054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3052130304, end = 3052134400, flags = 1048691, pgoff = 3052130304, inode = 0 }
-vm_state.vm_map: 13589.821908428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3052134400, end = 3052404736, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.821910604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3052404736, end = 3052412928, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.821912996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3052412928, end = 3052744704, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.821915173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3052744704, end = 3052752896, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.821917616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3052752896, end = 3053690880, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.821919940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3053690880, end = 3053707264, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.821921914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3053707264, end = 3053711360, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.821924207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3053711360, end = 3053740032, flags = 1048691, pgoff = 3053711360, inode = 0 }
-vm_state.vm_map: 13589.821926773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3053740032, end = 3056050176, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.821929302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3056050176, end = 3056078848, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.821931268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3056078848, end = 3056082944, flags = 1048691, pgoff = 3056078848, inode = 0 }
-vm_state.vm_map: 13589.821934137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3056082944, end = 3056549888, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.821936171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3056549888, end = 3056558080, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.821938218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3056558080, end = 3056562176, flags = 1048691, pgoff = 3056558080, inode = 0 }
-vm_state.vm_map: 13589.821940524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3056562176, end = 3066601472, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.821942700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3066601472, end = 3066761216, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.821944679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3066761216, end = 3066769408, flags = 1048691, pgoff = 3066761216, inode = 0 }
-vm_state.vm_map: 13589.821947276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3066769408, end = 3069071360, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.821949267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069071360, end = 3069116416, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.821951938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069116416, end = 3069132800, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.821953917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069132800, end = 3069136896, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.821956483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069136896, end = 3069169664, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.821958430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069169664, end = 3069173760, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.821961138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069173760, end = 3069181952, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.821963166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069181952, end = 3069186048, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.821965634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069186048, end = 3069190144, flags = 1048691, pgoff = 3069186048, inode = 0 }
-vm_state.vm_map: 13589.821968045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069190144, end = 3069198336, flags = 134217845, pgoff = 0, inode = 17721 }
-vm_state.vm_map: 13589.821970184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069198336, end = 3069202432, flags = 135266419, pgoff = 4096, inode = 17721 }
-vm_state.vm_map: 13589.821972546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069202432, end = 3069227008, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.821974722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069227008, end = 3069231104, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.821977203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069231104, end = 3069595648, flags = 134217845, pgoff = 0, inode = 1065038 }
-vm_state.vm_map: 13589.821979373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069595648, end = 3069632512, flags = 135266423, pgoff = 364544, inode = 1065038 }
-vm_state.vm_map: 13589.821981345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069632512, end = 3069636608, flags = 1048695, pgoff = 3069632512, inode = 0 }
-vm_state.vm_map: 13589.821983924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069636608, end = 3069689856, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.821985915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069689856, end = 3069693952, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.821988579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3069693952, end = 3070844928, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.821990552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3070844928, end = 3070861312, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.821993192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3070861312, end = 3070947328, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.821995245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3070947328, end = 3070951424, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.821997397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3070951424, end = 3070963712, flags = 1048691, pgoff = 3070951424, inode = 0 }
-vm_state.vm_map: 13589.821999814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3070963712, end = 3070992384, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.822002194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3070992384, end = 3070996480, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.822004754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3070996480, end = 3071152128, flags = 134217845, pgoff = 0, inode = 23969 }
-vm_state.vm_map: 13589.822006764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3071152128, end = 3071160320, flags = 135266419, pgoff = 151552, inode = 23969 }
-vm_state.vm_map: 13589.822009293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3071160320, end = 3071250432, flags = 134217845, pgoff = 0, inode = 23864 }
-vm_state.vm_map: 13589.822011271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3071250432, end = 3071254528, flags = 135266419, pgoff = 90112, inode = 23864 }
-vm_state.vm_map: 13589.822013979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3071254528, end = 3071414272, flags = 134217845, pgoff = 0, inode = 22541 }
-vm_state.vm_map: 13589.822016008 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3071414272, end = 3071418368, flags = 135266419, pgoff = 159744, inode = 22541 }
-vm_state.vm_map: 13589.822018469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3071418368, end = 3073400832, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 13589.822020620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3073400832, end = 3073441792, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 13589.822023143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3073441792, end = 3077038080, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.822025116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3077038080, end = 3077136384, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.822027249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3077136384, end = 3077144576, flags = 1048691, pgoff = 3077136384, inode = 0 }
-vm_state.vm_map: 13589.822029716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3077144576, end = 3078459392, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.822031879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3078459392, end = 3078467584, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.822034099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3078467584, end = 3078471680, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.822036289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3078471680, end = 3078483968, flags = 1048691, pgoff = 3078471680, inode = 0 }
-vm_state.vm_map: 13589.822039052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3078483968, end = 3079278592, flags = 134217845, pgoff = 0, inode = 1065333 }
-vm_state.vm_map: 13589.822041216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079278592, end = 3079290880, flags = 135266419, pgoff = 790528, inode = 1065333 }
-vm_state.vm_map: 13589.822044153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079303168, end = 3079335936, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.822046162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079335936, end = 3079340032, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.822049069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079340032, end = 3079348224, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.822051097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079348224, end = 3079352320, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.822053298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079352320, end = 3079356416, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.822055895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079356416, end = 3079385088, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.822058070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079385088, end = 3079393280, flags = 1048691, pgoff = 3079385088, inode = 0 }
-vm_state.vm_map: 13589.822060124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079393280, end = 3079397376, flags = 67371125, pgoff = 3079393280, inode = 0 }
-vm_state.vm_map: 13589.822062881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079397376, end = 3079512064, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.822064841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079512064, end = 3079516160, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.822067155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3079516160, end = 3079520256, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.822069318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2207, start = 3217727488, end = 3217813504, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.822073492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 13589.822075433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 13589.822078085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 13589.822080133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 145301504, end = 147542016, flags = 1048691, pgoff = 145301504, inode = 0 }
-vm_state.vm_map: 13589.822086037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002515456, end = 3002556416, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.822088202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002556416, end = 3002560512, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.822090230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002560512, end = 3002564608, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.822092659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002564608, end = 3002601472, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.822094693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002601472, end = 3002605568, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.822096728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002605568, end = 3002609664, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.822099245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002609664, end = 3002687488, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.822101297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002687488, end = 3002691584, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.822103338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002691584, end = 3002695680, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.822105378 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002695680, end = 3002703872, flags = 1048691, pgoff = 3002695680, inode = 0 }
-vm_state.vm_map: 13589.822107895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002703872, end = 3002728448, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.822109941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002728448, end = 3002732544, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.822111976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002732544, end = 3002736640, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.822114839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3002736640, end = 3018977280, flags = 134217979, pgoff = 0, inode = 1204527 }
-vm_state.vm_map: 13589.822117343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3018977280, end = 3023273984, flags = 134217979, pgoff = 0, inode = 1204522 }
-vm_state.vm_map: 13589.822119902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023273984, end = 3023474688, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 13589.822121949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023474688, end = 3023478784, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 13589.822124218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023478784, end = 3023511552, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.822126253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023511552, end = 3023515648, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.822128423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023515648, end = 3023540224, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.822130476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023540224, end = 3023544320, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.822132843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023638528, end = 3023642624, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.822135348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023642624, end = 3023667200, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.822137388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
-vm_state.vm_map: 13589.822139880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023908864, end = 3023941632, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.822142285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023941632, end = 3023953920, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.822144820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023953920, end = 3023962112, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.822147126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023962112, end = 3023966208, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.822149631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023966208, end = 3023970304, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.822152166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023970304, end = 3023974400, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.822154682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3023974400, end = 3024003072, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.822156859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024003072, end = 3024015360, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.822159375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024015360, end = 3024019456, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.822161651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024019456, end = 3024027648, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.822164186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024027648, end = 3024031744, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.822166578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024031744, end = 3024035840, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.822171748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024035840, end = 3024048128, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.822174017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024048128, end = 3024056320, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.822176545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024056320, end = 3024089088, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.822178859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024089088, end = 3024109568, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.822181276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024109568, end = 3024117760, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.822183582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024117760, end = 3024146432, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.822186259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024146432, end = 3024191488, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.822188571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024191488, end = 3024248832, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.822191824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024248832, end = 3024474112, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.822193865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024474112, end = 3024478208, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.822195899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024478208, end = 3024482304, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.822198223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024482304, end = 3024490496, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.822200400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024490496, end = 3024494592, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.822202694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024494592, end = 3024498688, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.822205248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024498688, end = 3024502784, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.822207745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024502784, end = 3024506880, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.822210127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024506880, end = 3024510976, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.822212315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024510976, end = 3024519168, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.822214869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024519168, end = 3024576512, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.822217088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 13589.822219377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 13589.822221670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 13589.822223853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 13589.822226134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
-vm_state.vm_map: 13589.822228534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
-vm_state.vm_map: 13589.822230488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
-vm_state.vm_map: 13589.822232911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 13589.822234865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 13589.822237147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 13589.822239224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 13589.822241512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 13589.822243453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 13589.822245784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 13589.822247739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 13589.822249909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
-vm_state.vm_map: 13589.822252134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 13589.822254428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 13589.822256864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3042021376, end = 3042111488, flags = 134217845, pgoff = 0, inode = 1065189 }
-vm_state.vm_map: 13589.822259054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3042111488, end = 3042115584, flags = 135266419, pgoff = 90112, inode = 1065189 }
-vm_state.vm_map: 13589.822261187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 13589.822263697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 13589.822266108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.822268389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
-vm_state.vm_map: 13589.822270808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.822272978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.822275506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.822277602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.822279698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.822281937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.822284342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.822286512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.822288504 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
-vm_state.vm_map: 13589.822291138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 13589.822293085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 13589.822298037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.822300431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.822302663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.822304641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.822307281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.822309365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.822311678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.822313644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.822315925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
-vm_state.vm_map: 13589.822318256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.822320433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.822322826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.822325120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.822327525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.822329565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.822332020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.822334209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.822336707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.822338952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.822340998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
-vm_state.vm_map: 13589.822343156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.822345320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.822347478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.822349512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.822351707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.822353686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.822355745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.822357797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.822359837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
-vm_state.vm_map: 13589.822361916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.822363851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.822365897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
-vm_state.vm_map: 13589.822367975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.822370256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.822372384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.822374325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.822376773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.822378814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.822381127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.822383062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.822385380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
-vm_state.vm_map: 13589.822387513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
-vm_state.vm_map: 13589.822389641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
-vm_state.vm_map: 13589.822391774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 13589.822393839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 13589.822395793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
-vm_state.vm_map: 13589.822401117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 13589.822403299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 13589.822405890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.822408060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.822410144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.822412203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.822414287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.822416234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.822418299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
-vm_state.vm_map: 13589.822420382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.822422331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.822424408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.822426486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.822428594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.822430541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.822432873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.822434827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.822436774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.822439352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.822441300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.822443248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.822445320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
-vm_state.vm_map: 13589.822447391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.822449344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.822451423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.822453370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
-vm_state.vm_map: 13589.822455664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.822457716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.822460041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.822462118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.822464067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.822466404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.822468357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.822470430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.822472945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.822475023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.822476971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.822479017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.822480983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
-vm_state.vm_map: 13589.822483074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.822485126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.822487080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.822489028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
-vm_state.vm_map: 13589.822491112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.822493183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.822495254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
-vm_state.vm_map: 13589.822497443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.822499403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.822501450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
-vm_state.vm_map: 13589.822503528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 13589.822505846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 13589.822507892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
-vm_state.vm_map: 13589.822509970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.822511923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.822514280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 13589.822516234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 13589.822518187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
-vm_state.vm_map: 13589.822520265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.822522336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.822524408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.822526362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.822528550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
-vm_state.vm_map: 13589.822530980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078877184, end = 3078889472, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.822533076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.822535030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.822537324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 13589.822539643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 13589.822541738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.822543798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.822545746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.822547848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.822549931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
-vm_state.vm_map: 13589.822551886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
-vm_state.vm_map: 13589.822553982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.822556047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.822558000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.822559948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2209, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.822568802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 134512640, end = 134627328, flags = 134223989, pgoff = 0, inode = 1352621 }
-vm_state.vm_map: 13589.822570849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 134627328, end = 134631424, flags = 135272563, pgoff = 114688, inode = 1352621 }
-vm_state.vm_map: 13589.822572896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 141119488, end = 149274624, flags = 1048691, pgoff = 141119488, inode = 0 }
-vm_state.vm_map: 13589.822579159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916810752, end = 2916818944, flags = 134217845, pgoff = 0, inode = 132462 }
-vm_state.vm_map: 13589.822581212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916818944, end = 2916823040, flags = 135266419, pgoff = 4096, inode = 132462 }
-vm_state.vm_map: 13589.822588644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916823040, end = 2916851712, flags = 134217845, pgoff = 0, inode = 133405 }
-vm_state.vm_map: 13589.822590690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916851712, end = 2916855808, flags = 135266419, pgoff = 24576, inode = 133405 }
-vm_state.vm_map: 13589.822597480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916855808, end = 2916876288, flags = 134217845, pgoff = 0, inode = 134577 }
-vm_state.vm_map: 13589.822599538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916876288, end = 2916880384, flags = 135266419, pgoff = 16384, inode = 134577 }
-vm_state.vm_map: 13589.822601987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916880384, end = 2916888576, flags = 134217845, pgoff = 0, inode = 133774 }
-vm_state.vm_map: 13589.822604033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916888576, end = 2916892672, flags = 135266419, pgoff = 4096, inode = 133774 }
-vm_state.vm_map: 13589.822608795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916892672, end = 2916933632, flags = 134217845, pgoff = 0, inode = 133487 }
-vm_state.vm_map: 13589.822610847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916933632, end = 2916937728, flags = 135266419, pgoff = 36864, inode = 133487 }
-vm_state.vm_map: 13589.822615813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916937728, end = 2916982784, flags = 134217845, pgoff = 0, inode = 132466 }
-vm_state.vm_map: 13589.822617865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916982784, end = 2916986880, flags = 135266419, pgoff = 40960, inode = 132466 }
-vm_state.vm_map: 13589.822620567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2916986880, end = 2917019648, flags = 134217845, pgoff = 0, inode = 133402 }
-vm_state.vm_map: 13589.822622546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917019648, end = 2917023744, flags = 135266419, pgoff = 28672, inode = 133402 }
-vm_state.vm_map: 13589.822629156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917023744, end = 2917040128, flags = 134217845, pgoff = 0, inode = 133403 }
-vm_state.vm_map: 13589.822631326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917040128, end = 2917044224, flags = 135266419, pgoff = 12288, inode = 133403 }
-vm_state.vm_map: 13589.822640842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917044224, end = 2917060608, flags = 134217845, pgoff = 0, inode = 133404 }
-vm_state.vm_map: 13589.822642900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917060608, end = 2917064704, flags = 135266419, pgoff = 12288, inode = 133404 }
-vm_state.vm_map: 13589.822645807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917064704, end = 2917195776, flags = 134217937, pgoff = 0, inode = 156525 }
-vm_state.vm_map: 13589.822648478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917195776, end = 2917326848, flags = 134217937, pgoff = 0, inode = 156518 }
-vm_state.vm_map: 13589.822651557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917326848, end = 2917339136, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 13589.822653640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917339136, end = 2917343232, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 13589.822655984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917343232, end = 2917806080, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 13589.822658056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917806080, end = 2917818368, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 13589.822660393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917818368, end = 2917879808, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 13589.822662352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917879808, end = 2917883904, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 13589.822664659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2917883904, end = 2918490112, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 13589.822666607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918490112, end = 2918506496, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 13589.822672122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918506496, end = 2918596608, flags = 134217845, pgoff = 0, inode = 19203 }
-vm_state.vm_map: 13589.822674069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918596608, end = 2918600704, flags = 135266419, pgoff = 86016, inode = 19203 }
-vm_state.vm_map: 13589.822676500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918600704, end = 2918608896, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 13589.822678460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918608896, end = 2918612992, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 13589.822701504 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918612992, end = 2918637568, flags = 134217845, pgoff = 0, inode = 18679 }
-vm_state.vm_map: 13589.822703638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918637568, end = 2918641664, flags = 135266419, pgoff = 20480, inode = 18679 }
-vm_state.vm_map: 13589.822709802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918641664, end = 2918690816, flags = 134217845, pgoff = 0, inode = 19447 }
-vm_state.vm_map: 13589.822711842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918690816, end = 2918694912, flags = 135266419, pgoff = 49152, inode = 19447 }
-vm_state.vm_map: 13589.822714445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918694912, end = 2918961152, flags = 134217845, pgoff = 0, inode = 19433 }
-vm_state.vm_map: 13589.822716635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918961152, end = 2918969344, flags = 135266419, pgoff = 262144, inode = 19433 }
-vm_state.vm_map: 13589.822718805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918969344, end = 2918973440, flags = 1048691, pgoff = 2918969344, inode = 0 }
-vm_state.vm_map: 13589.822721321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2918973440, end = 2919137280, flags = 134217845, pgoff = 0, inode = 18646 }
-vm_state.vm_map: 13589.822723491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2919137280, end = 2919141376, flags = 135266419, pgoff = 163840, inode = 18646 }
-vm_state.vm_map: 13589.822726026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2919141376, end = 2919804928, flags = 134217845, pgoff = 0, inode = 18913 }
-vm_state.vm_map: 13589.822728067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2919804928, end = 2919829504, flags = 135266419, pgoff = 659456, inode = 18913 }
-vm_state.vm_map: 13589.822730707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2919829504, end = 2919993344, flags = 134217845, pgoff = 0, inode = 18977 }
-vm_state.vm_map: 13589.822732760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2919993344, end = 2919997440, flags = 135266419, pgoff = 163840, inode = 18977 }
-vm_state.vm_map: 13589.822737651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2919997440, end = 2920034304, flags = 134217845, pgoff = 0, inode = 21392 }
-vm_state.vm_map: 13589.822739697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2920034304, end = 2920038400, flags = 135266417, pgoff = 36864, inode = 21392 }
-vm_state.vm_map: 13589.822741756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2920038400, end = 2920042496, flags = 135266419, pgoff = 40960, inode = 21392 }
-vm_state.vm_map: 13589.822743963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2920042496, end = 2920046592, flags = 1048691, pgoff = 2920042496, inode = 0 }
-vm_state.vm_map: 13589.822746776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2920046592, end = 2920079360, flags = 134217845, pgoff = 0, inode = 22483 }
-vm_state.vm_map: 13589.822748842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2920079360, end = 2920083456, flags = 135266419, pgoff = 28672, inode = 22483 }
-vm_state.vm_map: 13589.822756145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2920083456, end = 2924834816, flags = 134217845, pgoff = 0, inode = 21393 }
-vm_state.vm_map: 13589.822758333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924834816, end = 2924871680, flags = 135266417, pgoff = 4747264, inode = 21393 }
-vm_state.vm_map: 13589.822760479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924871680, end = 2924892160, flags = 135266419, pgoff = 4784128, inode = 21393 }
-vm_state.vm_map: 13589.822762599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924892160, end = 2924896256, flags = 1048691, pgoff = 2924892160, inode = 0 }
-vm_state.vm_map: 13589.822765005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924900352, end = 2924904448, flags = 134217845, pgoff = 0, inode = 133407 }
-vm_state.vm_map: 13589.822767163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924904448, end = 2924908544, flags = 135266419, pgoff = 0, inode = 133407 }
-vm_state.vm_map: 13589.822772084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924908544, end = 2924974080, flags = 134217937, pgoff = 0, inode = 156520 }
-vm_state.vm_map: 13589.822774749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924974080, end = 2924982272, flags = 134217845, pgoff = 0, inode = 1450591 }
-vm_state.vm_map: 13589.822776920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924982272, end = 2924986368, flags = 135266417, pgoff = 4096, inode = 1450591 }
-vm_state.vm_map: 13589.822779072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924986368, end = 2924990464, flags = 135266419, pgoff = 8192, inode = 1450591 }
-vm_state.vm_map: 13589.822781619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2924990464, end = 2925002752, flags = 134217845, pgoff = 0, inode = 133668 }
-vm_state.vm_map: 13589.822784061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2925002752, end = 2925006848, flags = 135266419, pgoff = 8192, inode = 133668 }
-vm_state.vm_map: 13589.822786819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2925006848, end = 2925056000, flags = 134217845, pgoff = 0, inode = 133399 }
-vm_state.vm_map: 13589.822788977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2925056000, end = 2925060096, flags = 135266419, pgoff = 45056, inode = 133399 }
-vm_state.vm_map: 13589.822791153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2925060096, end = 2925064192, flags = 1048688, pgoff = 2925060096, inode = 0 }
-vm_state.vm_map: 13589.822793249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2925064192, end = 2933452800, flags = 1048691, pgoff = 2925064192, inode = 0 }
-vm_state.vm_map: 13589.822795549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2933452800, end = 2933456896, flags = 1048688, pgoff = 2933452800, inode = 0 }
-vm_state.vm_map: 13589.822797640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2933456896, end = 2941845504, flags = 1048691, pgoff = 2933456896, inode = 0 }
-vm_state.vm_map: 13589.822799933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2943733760, end = 2943737856, flags = 1048688, pgoff = 2943733760, inode = 0 }
-vm_state.vm_map: 13589.822801906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2943737856, end = 2952126464, flags = 1048691, pgoff = 2943737856, inode = 0 }
-vm_state.vm_map: 13589.822804323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2956226560, end = 2956230656, flags = 1048688, pgoff = 2956226560, inode = 0 }
-vm_state.vm_map: 13589.822806456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2956230656, end = 2964619264, flags = 1048691, pgoff = 2956230656, inode = 0 }
-vm_state.vm_map: 13589.822808769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2968858624, end = 2968862720, flags = 1048688, pgoff = 2968858624, inode = 0 }
-vm_state.vm_map: 13589.822810871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2968862720, end = 2977251328, flags = 1048691, pgoff = 2968862720, inode = 0 }
-vm_state.vm_map: 13589.822813146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2977251328, end = 2977255424, flags = 1048688, pgoff = 2977251328, inode = 0 }
-vm_state.vm_map: 13589.822815174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2977255424, end = 2985644032, flags = 1048691, pgoff = 2977255424, inode = 0 }
-vm_state.vm_map: 13589.822817394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2985644032, end = 2985648128, flags = 1048688, pgoff = 2985644032, inode = 0 }
-vm_state.vm_map: 13589.822819818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2985648128, end = 2994036736, flags = 1048691, pgoff = 2985648128, inode = 0 }
-vm_state.vm_map: 13589.822822662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994036736, end = 2994360320, flags = 134217845, pgoff = 0, inode = 21280 }
-vm_state.vm_map: 13589.822824628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994360320, end = 2994364416, flags = 135266419, pgoff = 323584, inode = 21280 }
-vm_state.vm_map: 13589.822827058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994364416, end = 2994376704, flags = 134217845, pgoff = 0, inode = 499779 }
-vm_state.vm_map: 13589.822829254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994376704, end = 2994380800, flags = 135266419, pgoff = 8192, inode = 499779 }
-vm_state.vm_map: 13589.822831789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994380800, end = 2994401280, flags = 134217845, pgoff = 0, inode = 18127 }
-vm_state.vm_map: 13589.822833847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994401280, end = 2994405376, flags = 135266419, pgoff = 16384, inode = 18127 }
-vm_state.vm_map: 13589.822836296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994405376, end = 2994421760, flags = 134217845, pgoff = 0, inode = 21276 }
-vm_state.vm_map: 13589.822838466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994421760, end = 2994425856, flags = 135266419, pgoff = 12288, inode = 21276 }
-vm_state.vm_map: 13589.822840853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994425856, end = 2994823168, flags = 134217845, pgoff = 0, inode = 24050 }
-vm_state.vm_map: 13589.822842906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994823168, end = 2994831360, flags = 135266419, pgoff = 397312, inode = 24050 }
-vm_state.vm_map: 13589.822844884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994831360, end = 2994847744, flags = 1048691, pgoff = 2994831360, inode = 0 }
-vm_state.vm_map: 13589.822847550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994847744, end = 2994876416, flags = 134217845, pgoff = 0, inode = 499851 }
-vm_state.vm_map: 13589.822849590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994876416, end = 2994880512, flags = 135266419, pgoff = 28672, inode = 499851 }
-vm_state.vm_map: 13589.822851989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2994880512, end = 2995183616, flags = 134217845, pgoff = 0, inode = 24049 }
-vm_state.vm_map: 13589.822853967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995183616, end = 2995187712, flags = 135266419, pgoff = 299008, inode = 24049 }
-vm_state.vm_map: 13589.822856823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995187712, end = 2995449856, flags = 134217845, pgoff = 0, inode = 24048 }
-vm_state.vm_map: 13589.822858865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995449856, end = 2995453952, flags = 135266419, pgoff = 262144, inode = 24048 }
-vm_state.vm_map: 13589.822861264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995453952, end = 2995462144, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 13589.822863254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995462144, end = 2995466240, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 13589.822868053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995466240, end = 2995478528, flags = 134217845, pgoff = 0, inode = 133766 }
-vm_state.vm_map: 13589.822870093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995478528, end = 2995482624, flags = 135266419, pgoff = 8192, inode = 133766 }
-vm_state.vm_map: 13589.822874637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995482624, end = 2995499008, flags = 134217845, pgoff = 0, inode = 132448 }
-vm_state.vm_map: 13589.822876690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995499008, end = 2995503104, flags = 135266419, pgoff = 16384, inode = 132448 }
-vm_state.vm_map: 13589.822879089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995503104, end = 2995507200, flags = 134217845, pgoff = 0, inode = 132458 }
-vm_state.vm_map: 13589.822881247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995507200, end = 2995511296, flags = 135266419, pgoff = 0, inode = 132458 }
-vm_state.vm_map: 13589.822885785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995511296, end = 2995544064, flags = 134217845, pgoff = 0, inode = 133778 }
-vm_state.vm_map: 13589.822887832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995544064, end = 2995548160, flags = 135266419, pgoff = 28672, inode = 133778 }
-vm_state.vm_map: 13589.822890225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995548160, end = 2995560448, flags = 134217845, pgoff = 0, inode = 133391 }
-vm_state.vm_map: 13589.822892612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995560448, end = 2995564544, flags = 135266419, pgoff = 12288, inode = 133391 }
-vm_state.vm_map: 13589.822894776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995564544, end = 2995568640, flags = 1048688, pgoff = 2995564544, inode = 0 }
-vm_state.vm_map: 13589.822896766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 2995568640, end = 3003957248, flags = 1048691, pgoff = 2995568640, inode = 0 }
-vm_state.vm_map: 13589.822901621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3003957248, end = 3004121088, flags = 134217845, pgoff = 0, inode = 133325 }
-vm_state.vm_map: 13589.822903679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004121088, end = 3004157952, flags = 135266419, pgoff = 159744, inode = 133325 }
-vm_state.vm_map: 13589.822905726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004157952, end = 3004235776, flags = 1048691, pgoff = 3004157952, inode = 0 }
-vm_state.vm_map: 13589.822908174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004235776, end = 3004256256, flags = 134217845, pgoff = 0, inode = 21278 }
-vm_state.vm_map: 13589.822910505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004256256, end = 3004260352, flags = 135266419, pgoff = 16384, inode = 21278 }
-vm_state.vm_map: 13589.822917660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004260352, end = 3004612608, flags = 134217845, pgoff = 0, inode = 22500 }
-vm_state.vm_map: 13589.822919836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004612608, end = 3004706816, flags = 135266419, pgoff = 348160, inode = 22500 }
-vm_state.vm_map: 13589.822921957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004706816, end = 3004719104, flags = 1048691, pgoff = 3004706816, inode = 0 }
-vm_state.vm_map: 13589.822924510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004719104, end = 3004882944, flags = 134217845, pgoff = 0, inode = 21283 }
-vm_state.vm_map: 13589.822926674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004882944, end = 3004887040, flags = 135266419, pgoff = 159744, inode = 21283 }
-vm_state.vm_map: 13589.822929501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3004887040, end = 3005849600, flags = 134217845, pgoff = 0, inode = 21285 }
-vm_state.vm_map: 13589.822931541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3005849600, end = 3005906944, flags = 135266419, pgoff = 962560, inode = 21285 }
-vm_state.vm_map: 13589.822938590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3005906944, end = 3006230528, flags = 134217845, pgoff = 0, inode = 20454 }
-vm_state.vm_map: 13589.822940760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006230528, end = 3006234624, flags = 135266419, pgoff = 323584, inode = 20454 }
-vm_state.vm_map: 13589.822947870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006234624, end = 3006341120, flags = 134217845, pgoff = 0, inode = 92226 }
-vm_state.vm_map: 13589.822949998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006341120, end = 3006345216, flags = 135266419, pgoff = 102400, inode = 92226 }
-vm_state.vm_map: 13589.822957107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006345216, end = 3006844928, flags = 134217845, pgoff = 0, inode = 22502 }
-vm_state.vm_map: 13589.822959167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006844928, end = 3006853120, flags = 135266419, pgoff = 499712, inode = 22502 }
-vm_state.vm_map: 13589.822966630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006853120, end = 3006967808, flags = 134217845, pgoff = 0, inode = 22497 }
-vm_state.vm_map: 13589.822968776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006967808, end = 3006971904, flags = 135266419, pgoff = 114688, inode = 22497 }
-vm_state.vm_map: 13589.822975849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3006971904, end = 3007021056, flags = 134217845, pgoff = 0, inode = 1065068 }
-vm_state.vm_map: 13589.822978130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007021056, end = 3007025152, flags = 135266419, pgoff = 45056, inode = 1065068 }
-vm_state.vm_map: 13589.822985068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007025152, end = 3007270912, flags = 134217845, pgoff = 0, inode = 1065036 }
-vm_state.vm_map: 13589.822987108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007270912, end = 3007283200, flags = 135266419, pgoff = 241664, inode = 1065036 }
-vm_state.vm_map: 13589.822993885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007283200, end = 3007901696, flags = 134217845, pgoff = 0, inode = 22491 }
-vm_state.vm_map: 13589.822995950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007901696, end = 3007909888, flags = 135266419, pgoff = 618496, inode = 22491 }
-vm_state.vm_map: 13589.822997996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007909888, end = 3007913984, flags = 1048691, pgoff = 3007909888, inode = 0 }
-vm_state.vm_map: 13589.823000469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007913984, end = 3007971328, flags = 135266421, pgoff = 0, inode = 33719 }
-vm_state.vm_map: 13589.823002999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007971328, end = 3007975424, flags = 135266419, pgoff = 57344, inode = 33719 }
-vm_state.vm_map: 13589.823007704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3007975424, end = 3008028672, flags = 135266421, pgoff = 0, inode = 33713 }
-vm_state.vm_map: 13589.823009892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3008028672, end = 3008032768, flags = 135266419, pgoff = 53248, inode = 33713 }
-vm_state.vm_map: 13589.823011903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3008032768, end = 3008045056, flags = 1048691, pgoff = 3008032768, inode = 0 }
-vm_state.vm_map: 13589.823018976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3008045056, end = 3013025792, flags = 135266421, pgoff = 0, inode = 33715 }
-vm_state.vm_map: 13589.823021035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3013025792, end = 3013066752, flags = 135266419, pgoff = 4976640, inode = 33715 }
-vm_state.vm_map: 13589.823023082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3013066752, end = 3016265728, flags = 1048691, pgoff = 3013066752, inode = 0 }
-vm_state.vm_map: 13589.823025443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016265728, end = 3016318976, flags = 135266421, pgoff = 0, inode = 133389 }
-vm_state.vm_map: 13589.823027428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016318976, end = 3016327168, flags = 135266419, pgoff = 49152, inode = 133389 }
-vm_state.vm_map: 13589.823029425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016327168, end = 3016339456, flags = 1048691, pgoff = 3016327168, inode = 0 }
-vm_state.vm_map: 13589.823031782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016339456, end = 3016355840, flags = 134217845, pgoff = 0, inode = 133398 }
-vm_state.vm_map: 13589.823033735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016355840, end = 3016359936, flags = 135266419, pgoff = 12288, inode = 133398 }
-vm_state.vm_map: 13589.823036282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016359936, end = 3016400896, flags = 134217845, pgoff = 0, inode = 134575 }
-vm_state.vm_map: 13589.823038570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016400896, end = 3016404992, flags = 135266419, pgoff = 36864, inode = 134575 }
-vm_state.vm_map: 13589.823041032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016404992, end = 3016491008, flags = 134217845, pgoff = 0, inode = 134584 }
-vm_state.vm_map: 13589.823042979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016491008, end = 3016527872, flags = 135266419, pgoff = 81920, inode = 134584 }
-vm_state.vm_map: 13589.823044927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016527872, end = 3016564736, flags = 1048691, pgoff = 3016527872, inode = 0 }
-vm_state.vm_map: 13589.823049625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016564736, end = 3016691712, flags = 134217845, pgoff = 0, inode = 134585 }
-vm_state.vm_map: 13589.823051648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016691712, end = 3016728576, flags = 135266419, pgoff = 122880, inode = 134585 }
-vm_state.vm_map: 13589.823053639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016728576, end = 3016765440, flags = 1048691, pgoff = 3016728576, inode = 0 }
-vm_state.vm_map: 13589.823058263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016765440, end = 3016810496, flags = 134217845, pgoff = 0, inode = 133836 }
-vm_state.vm_map: 13589.823060236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016810496, end = 3016814592, flags = 135266419, pgoff = 45056, inode = 133836 }
-vm_state.vm_map: 13589.823062178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016814592, end = 3016818688, flags = 1048691, pgoff = 3016814592, inode = 0 }
-vm_state.vm_map: 13589.823069009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016818688, end = 3016990720, flags = 134217845, pgoff = 0, inode = 132460 }
-vm_state.vm_map: 13589.823071143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016990720, end = 3016994816, flags = 135266419, pgoff = 167936, inode = 132460 }
-vm_state.vm_map: 13589.823074031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3016994816, end = 3017027584, flags = 134217845, pgoff = 0, inode = 132451 }
-vm_state.vm_map: 13589.823075959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017027584, end = 3017031680, flags = 135266419, pgoff = 28672, inode = 132451 }
-vm_state.vm_map: 13589.823078024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017031680, end = 3017035776, flags = 1048691, pgoff = 3017031680, inode = 0 }
-vm_state.vm_map: 13589.823084950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017035776, end = 3017146368, flags = 134217845, pgoff = 0, inode = 1065512 }
-vm_state.vm_map: 13589.823087163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017146368, end = 3017150464, flags = 135266419, pgoff = 106496, inode = 1065512 }
-vm_state.vm_map: 13589.823089241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017150464, end = 3017166848, flags = 1048691, pgoff = 3017150464, inode = 0 }
-vm_state.vm_map: 13589.823096395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017166848, end = 3017207808, flags = 134217845, pgoff = 0, inode = 1066155 }
-vm_state.vm_map: 13589.823098361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017207808, end = 3017211904, flags = 135266419, pgoff = 40960, inode = 1066155 }
-vm_state.vm_map: 13589.823105342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017211904, end = 3017383936, flags = 134217845, pgoff = 0, inode = 1066157 }
-vm_state.vm_map: 13589.823107345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017383936, end = 3017388032, flags = 135266419, pgoff = 167936, inode = 1066157 }
-vm_state.vm_map: 13589.823109639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017388032, end = 3017392128, flags = 1048691, pgoff = 3017388032, inode = 0 }
-vm_state.vm_map: 13589.823111989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017396224, end = 3017408512, flags = 134217845, pgoff = 0, inode = 133760 }
-vm_state.vm_map: 13589.823113949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017408512, end = 3017412608, flags = 135266419, pgoff = 8192, inode = 133760 }
-vm_state.vm_map: 13589.823116552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017412608, end = 3017433088, flags = 134217845, pgoff = 0, inode = 132459 }
-vm_state.vm_map: 13589.823118505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017433088, end = 3017437184, flags = 135266419, pgoff = 16384, inode = 132459 }
-vm_state.vm_map: 13589.823120831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017437184, end = 3017482240, flags = 134217845, pgoff = 0, inode = 133390 }
-vm_state.vm_map: 13589.823122777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017482240, end = 3017486336, flags = 135266419, pgoff = 40960, inode = 133390 }
-vm_state.vm_map: 13589.823125505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017486336, end = 3017531392, flags = 134217845, pgoff = 0, inode = 133776 }
-vm_state.vm_map: 13589.823127564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017531392, end = 3017535488, flags = 135266419, pgoff = 40960, inode = 133776 }
-vm_state.vm_map: 13589.823130006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017535488, end = 3017588736, flags = 134217845, pgoff = 0, inode = 133393 }
-vm_state.vm_map: 13589.823132078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017588736, end = 3017592832, flags = 135266419, pgoff = 53248, inode = 133393 }
-vm_state.vm_map: 13589.823134242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017592832, end = 3017633792, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.823154300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017633792, end = 3017637888, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.823156439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017637888, end = 3017641984, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.823158553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017641984, end = 3017678848, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.823160723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017678848, end = 3017682944, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.823163135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017682944, end = 3017687040, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.823168434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017687040, end = 3017711616, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.823170487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017711616, end = 3017715712, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.823172534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017715712, end = 3017719808, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.823174970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017719808, end = 3017797632, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.823179483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017797632, end = 3017801728, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.823181672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017801728, end = 3017805824, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.823183719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017805824, end = 3017814016, flags = 1048691, pgoff = 3017805824, inode = 0 }
-vm_state.vm_map: 13589.823188739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017814016, end = 3017883648, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.823190916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017883648, end = 3017887744, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.823192974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017887744, end = 3017891840, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.823195102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017891840, end = 3017900032, flags = 1048691, pgoff = 3017891840, inode = 0 }
-vm_state.vm_map: 13589.823202348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3017900032, end = 3018190848, flags = 134217845, pgoff = 0, inode = 22627 }
-vm_state.vm_map: 13589.823204389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3018190848, end = 3018207232, flags = 135266419, pgoff = 286720, inode = 22627 }
-vm_state.vm_map: 13589.823206436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3018207232, end = 3018227712, flags = 1048691, pgoff = 3018207232, inode = 0 }
-vm_state.vm_map: 13589.823213615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3018227712, end = 3018575872, flags = 134217845, pgoff = 0, inode = 41235 }
-vm_state.vm_map: 13589.823215673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3018575872, end = 3018588160, flags = 135266419, pgoff = 348160, inode = 41235 }
-vm_state.vm_map: 13589.823217955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3020632064, end = 3021889536, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.823220224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3021889536, end = 3021910016, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.823222326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3021910016, end = 3021914112, flags = 1048691, pgoff = 3021910016, inode = 0 }
-vm_state.vm_map: 13589.823224552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3021914112, end = 3022151680, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 13589.823226889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3022151680, end = 3022155776, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 13589.823229282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3022155776, end = 3022188544, flags = 134217845, pgoff = 0, inode = 18621 }
-vm_state.vm_map: 13589.823231570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3022188544, end = 3022192640, flags = 135266419, pgoff = 28672, inode = 18621 }
-vm_state.vm_map: 13589.823233821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3022192640, end = 3022622720, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 13589.823236350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3022622720, end = 3022651392, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 13589.823238309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3022651392, end = 3022655488, flags = 1048691, pgoff = 3022651392, inode = 0 }
-vm_state.vm_map: 13589.823240721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3022655488, end = 3023097856, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 13589.823242817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3023097856, end = 3023106048, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 13589.823245705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3023106048, end = 3023908864, flags = 134217845, pgoff = 0, inode = 21274 }
-vm_state.vm_map: 13589.823247838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3023908864, end = 3023925248, flags = 135266419, pgoff = 802816, inode = 21274 }
-vm_state.vm_map: 13589.823250372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3023925248, end = 3026481152, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 13589.823252345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026481152, end = 3026530304, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 13589.823254521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026530304, end = 3026534400, flags = 1048691, pgoff = 3026530304, inode = 0 }
-vm_state.vm_map: 13589.823256871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026534400, end = 3026550784, flags = 134217845, pgoff = 0, inode = 133777 }
-vm_state.vm_map: 13589.823259165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026550784, end = 3026554880, flags = 135266419, pgoff = 12288, inode = 133777 }
-vm_state.vm_map: 13589.823261700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026554880, end = 3026575360, flags = 134217845, pgoff = 0, inode = 133765 }
-vm_state.vm_map: 13589.823263944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026575360, end = 3026579456, flags = 135266419, pgoff = 20480, inode = 133765 }
-vm_state.vm_map: 13589.823268532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026579456, end = 3026591744, flags = 134217845, pgoff = 0, inode = 133767 }
-vm_state.vm_map: 13589.823270585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026591744, end = 3026595840, flags = 135266419, pgoff = 8192, inode = 133767 }
-vm_state.vm_map: 13589.823273114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026595840, end = 3026599936, flags = 1048691, pgoff = 3026595840, inode = 0 }
-vm_state.vm_map: 13589.823275495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026599936, end = 3026624512, flags = 134217845, pgoff = 0, inode = 132468 }
-vm_state.vm_map: 13589.823277455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026624512, end = 3026628608, flags = 135266419, pgoff = 24576, inode = 132468 }
-vm_state.vm_map: 13589.823282222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3026628608, end = 3042869248, flags = 134217979, pgoff = 0, inode = 1204527 }
-vm_state.vm_map: 13589.823284510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3042869248, end = 3047165952, flags = 134217979, pgoff = 0, inode = 1204522 }
-vm_state.vm_map: 13589.823286804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047165952, end = 3047366656, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 13589.823288801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047366656, end = 3047370752, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 13589.823291249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047370752, end = 3047395328, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.823293215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047395328, end = 3047399424, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.823295677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047403520, end = 3047428096, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.823297674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047428096, end = 3047432192, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.823302824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047432192, end = 3047489536, flags = 134217845, pgoff = 0, inode = 123137 }
-vm_state.vm_map: 13589.823304882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047489536, end = 3047493632, flags = 135266419, pgoff = 53248, inode = 123137 }
-vm_state.vm_map: 13589.823307202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047493632, end = 3047497728, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.823309650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047497728, end = 3047522304, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.823311962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047522304, end = 3047526400, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.823314238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047526400, end = 3047530496, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.823316526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047530496, end = 3047534592, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.823318653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047534592, end = 3047538688, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.823320990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047538688, end = 3047546880, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.823323204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047546880, end = 3047579648, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.823325466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047579648, end = 3047591936, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.823327705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047591936, end = 3047600128, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.823330042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047600128, end = 3047604224, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.823332138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047604224, end = 3047608320, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.823334451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047608320, end = 3047612416, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.823336590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047612416, end = 3047641088, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.823338896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047641088, end = 3047653376, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.823340974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047653376, end = 3047657472, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.823343311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047657472, end = 3047665664, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.823345791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047665664, end = 3047669760, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.823348097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047669760, end = 3047673856, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.823350193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047673856, end = 3047686144, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.823352629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047686144, end = 3047694336, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.823354855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047694336, end = 3047727104, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.823357273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047727104, end = 3047747584, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.823359369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047747584, end = 3047755776, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.823361817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047755776, end = 3047784448, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.823363919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047784448, end = 3047829504, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.823366220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047829504, end = 3047886848, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.823370838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3047886848, end = 3048112128, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.823372885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3048112128, end = 3048116224, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.823374883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3048116224, end = 3048120320, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.823377213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3048124416, end = 3048140800, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.823379167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3048140800, end = 3048144896, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.823384162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3048144896, end = 3048157184, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.823386445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3048157184, end = 3048214528, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.823388788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3048214528, end = 3049545728, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.823390859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049545728, end = 3049558016, flags = 1048691, pgoff = 3049545728, inode = 0 }
-vm_state.vm_map: 13589.823395360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.823397419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.823399639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049578496, end = 3049725952, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.823401679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049725952, end = 3049734144, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.823403843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049734144, end = 3049742336, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.823406118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049742336, end = 3049746432, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.823408296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3049746432, end = 3050065920, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.823410336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050065920, end = 3050082304, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.823412518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050082304, end = 3050274816, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.823414565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050274816, end = 3050278912, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.823416971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050278912, end = 3050283008, flags = 1048691, pgoff = 3050278912, inode = 0 }
-vm_state.vm_map: 13589.823419042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050283008, end = 3050381312, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.823421360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050381312, end = 3050385408, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.823423537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050385408, end = 3050397696, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.823425578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050397696, end = 3050401792, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.823427852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050401792, end = 3050455040, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.823429955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050455040, end = 3050459136, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.823432125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050459136, end = 3050631168, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.823434289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050631168, end = 3050635264, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.823436398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050635264, end = 3050881024, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.823438537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050881024, end = 3050885120, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.823440707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050885120, end = 3050889216, flags = 1048691, pgoff = 3050885120, inode = 0 }
-vm_state.vm_map: 13589.823442884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3050889216, end = 3051360256, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.823444925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051360256, end = 3051376640, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.823447112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051376640, end = 3051520000, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.823449160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051520000, end = 3051524096, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.823451701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051524096, end = 3051610112, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.823453766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051610112, end = 3051614208, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.823456159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051614208, end = 3051622400, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.823458193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051622400, end = 3051626496, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.823460228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051626496, end = 3051630592, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.823462459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051630592, end = 3051716608, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.823464636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051716608, end = 3051720704, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.823466671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051720704, end = 3051724800, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.823468822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051724800, end = 3051737088, flags = 1048691, pgoff = 3051724800, inode = 0 }
-vm_state.vm_map: 13589.823470924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3051737088, end = 3052482560, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.823473101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052482560, end = 3052486656, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.823475320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052486656, end = 3052515328, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.823477361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052515328, end = 3052519424, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.823479377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052519424, end = 3052523520, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.823481621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052523520, end = 3052539904, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.823483661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052539904, end = 3052544000, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.823486191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052544000, end = 3052605440, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.823488151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052605440, end = 3052609536, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.823490593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052609536, end = 3052691456, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.823492621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052691456, end = 3052695552, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.823496986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052695552, end = 3052699648, flags = 1048691, pgoff = 3052695552, inode = 0 }
-vm_state.vm_map: 13589.823499188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052699648, end = 3052814336, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.823501345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052814336, end = 3052818432, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.823503521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052818432, end = 3052965888, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.823505568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052965888, end = 3052969984, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.823507639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052969984, end = 3052974080, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.823509946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3052974080, end = 3053006848, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.823511999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053006848, end = 3053010944, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.823514169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053010944, end = 3053027328, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.823516204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053027328, end = 3053031424, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.823518386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053031424, end = 3053064192, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.823520785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053064192, end = 3053068288, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.823523079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053068288, end = 3053084672, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.823525069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053084672, end = 3053088768, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.823527264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053088768, end = 3053092864, flags = 1048691, pgoff = 3053088768, inode = 0 }
-vm_state.vm_map: 13589.823529497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3053092864, end = 3054223360, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.823531667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3054223360, end = 3054239744, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.823533825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3054239744, end = 3054510080, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.823536052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3054510080, end = 3054518272, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.823538141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3054518272, end = 3055669248, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.823540287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3055669248, end = 3055685632, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.823542494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3055685632, end = 3055771648, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.823544670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3055771648, end = 3055775744, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.823546637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3055775744, end = 3055783936, flags = 1048691, pgoff = 3055775744, inode = 0 }
-vm_state.vm_map: 13589.823548949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3055783936, end = 3055812608, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.823550928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3055812608, end = 3055816704, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.823553228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3055816704, end = 3056148480, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.823555676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3056148480, end = 3056156672, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.823557958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3056156672, end = 3056160768, flags = 1048691, pgoff = 3056156672, inode = 0 }
-vm_state.vm_map: 13589.823560066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3056160768, end = 3057475584, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.823562317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3057475584, end = 3057483776, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.823564444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3057483776, end = 3057487872, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.823566391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3057487872, end = 3057500160, flags = 1048691, pgoff = 3057487872, inode = 0 }
-vm_state.vm_map: 13589.823568704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3057500160, end = 3058438144, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.823570856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3058438144, end = 3058454528, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.823572921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3058454528, end = 3058458624, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.823574893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3058458624, end = 3058487296, flags = 1048691, pgoff = 3058458624, inode = 0 }
-vm_state.vm_map: 13589.823577237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3058487296, end = 3068526592, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.823579270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3068526592, end = 3068686336, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.823581318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3068686336, end = 3068694528, flags = 1048691, pgoff = 3068686336, inode = 0 }
-vm_state.vm_map: 13589.823583488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3068694528, end = 3071004672, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.823585516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3071004672, end = 3071033344, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.823587555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3071033344, end = 3071037440, flags = 1048691, pgoff = 3071033344, inode = 0 }
-kernel.irq_entry: 13589.823607365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.sched_try_wakeup: 13589.823619522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { pid = 1238, cpu_id = 0, state = 1 }
-kernel.irq_exit: 13589.823630318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.sched_schedule: 13589.823639654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { prev_pid = 16887, next_pid = 1238, prev_state = 0 }
-fs.select: 13589.823700721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { fd = 3, end_time_sec = 13555, end_time_nsec = 688070988 }
-fs.select: 13589.823700723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { fd = 6, end_time_sec = 13555, end_time_nsec = 688070988 }
-kernel.syscall_exit: 13589.823700727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823700730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 175 [syscall 175] }
-kernel.syscall_exit: 13589.823700732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823700734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
-kernel.syscall_exit: 13589.823700736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823700738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
-kernel.syscall_exit: 13589.823700740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823700742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
-kernel.syscall_exit: 13589.823700744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823700746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
-kernel.syscall_exit: 13589.823700749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823704583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
-kernel.syscall_exit: 13589.823706589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823728537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.823731424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823744944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 126 [syscall 126] }
-kernel.syscall_exit: 13589.823747604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823774625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 13 [syscall 13] }
-kernel.syscall_exit: 13589.823775973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 1262715366 }
-kernel.syscall_entry: 13589.823779962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.823782345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823787411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 126 [syscall 126] }
-kernel.syscall_exit: 13589.823789375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823792515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.823794744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823802039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 176 [syscall 176] }
-kernel.syscall_exit: 13589.823803615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823818304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.823822873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { count = 128, fd = 3 }
-kernel.syscall_exit: 13589.823824473 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.823827835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
-kernel.syscall_exit: 13589.823829657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823832840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
-kernel.syscall_exit: 13589.823834373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823837531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
-kernel.syscall_exit: 13589.823839051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823842118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
-kernel.syscall_exit: 13589.823843663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823846760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 174 [syscall 174] }
-kernel.syscall_exit: 13589.823848305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823851802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 175 [syscall 175] }
-kernel.syscall_exit: 13589.823853686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.823856665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { ip = 0xb788d416, syscall_id = 142 [syscall 142] }
-fs.select: 13589.823862095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { fd = 3, end_time_sec = 13556, end_time_nsec = 689230532 }
-fs.select: 13589.823864891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1238, 1238, dirmngr, , 1, 0x0, SYSCALL { fd = 6, end_time_sec = 13556, end_time_nsec = 689230532 }
-kernel.sched_schedule: 13589.823879536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 1238, next_pid = 16887, prev_state = 1 }
-vm_state.vm_map: 13589.823999667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3071037440, end = 3071504384, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.824002148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3071504384, end = 3071512576, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.824004297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3071512576, end = 3073814528, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.824006483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3073814528, end = 3073859584, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.824008643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3073859584, end = 3073863680, flags = 1048691, pgoff = 3073859584, inode = 0 }
-vm_state.vm_map: 13589.824011093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3073863680, end = 3074179072, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 13589.824013132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3074179072, end = 3074187264, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 13589.824015299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3074187264, end = 3077783552, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.824017392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077783552, end = 3077881856, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.824019565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077881856, end = 3077885952, flags = 1048691, pgoff = 3077881856, inode = 0 }
-vm_state.vm_map: 13589.824021732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077885952, end = 3077918720, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.824023899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077918720, end = 3077922816, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.824026023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077922816, end = 3077931008, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.824028190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077931008, end = 3077935104, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.824030339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077935104, end = 3077943296, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.824032752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077943296, end = 3077947392, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.824035177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077947392, end = 3077951488, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.824037474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077951488, end = 3077980160, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.824039493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077980160, end = 3077988352, flags = 1048691, pgoff = 3077980160, inode = 0 }
-vm_state.vm_map: 13589.824041796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077988352, end = 3077992448, flags = 67371125, pgoff = 3077988352, inode = 0 }
-vm_state.vm_map: 13589.824044018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3077992448, end = 3078107136, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.824046192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3078107136, end = 3078111232, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.824048168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3078111232, end = 3078115328, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.824050329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2212, start = 3219996672, end = 3220082688, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.824053136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 13589.824055297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 13589.824057372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 13589.824059526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 145301504, end = 157966336, flags = 1048691, pgoff = 145301504, inode = 0 }
-vm_state.vm_map: 13589.824071605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2814652416, end = 2814722048, flags = 134217841, pgoff = 0, inode = 98449 }
-vm_state.vm_map: 13589.824082422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2814722048, end = 2822496256, flags = 134217841, pgoff = 0, inode = 246513 }
-vm_state.vm_map: 13589.824085057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2822496256, end = 2823069696, flags = 134217841, pgoff = 0, inode = 49559 }
-vm_state.vm_map: 13589.824087735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2823069696, end = 2823213056, flags = 134217841, pgoff = 0, inode = 254199 }
-vm_state.vm_map: 13589.824092882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2823213056, end = 2823835648, flags = 134217841, pgoff = 0, inode = 49164 }
-vm_state.vm_map: 13589.824097727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2823835648, end = 2823897088, flags = 134217841, pgoff = 0, inode = 649750 }
-vm_state.vm_map: 13589.824103058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2823897088, end = 2823933952, flags = 134217845, pgoff = 0, inode = 59304 }
-vm_state.vm_map: 13589.824105225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2823933952, end = 2823938048, flags = 135266419, pgoff = 32768, inode = 59304 }
-vm_state.vm_map: 13589.824107658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2823938048, end = 2823999488, flags = 134217841, pgoff = 0, inode = 649749 }
-vm_state.vm_map: 13589.824112878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2823999488, end = 2824044544, flags = 134217845, pgoff = 0, inode = 1065861 }
-vm_state.vm_map: 13589.824115279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824044544, end = 2824048640, flags = 135266419, pgoff = 45056, inode = 1065861 }
-vm_state.vm_map: 13589.824117317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824048640, end = 2824056832, flags = 1048691, pgoff = 2824048640, inode = 0 }
-vm_state.vm_map: 13589.824119669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824065024, end = 2824105984, flags = 134217845, pgoff = 0, inode = 59318 }
-vm_state.vm_map: 13589.824121768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824105984, end = 2824110080, flags = 135266419, pgoff = 40960, inode = 59318 }
-vm_state.vm_map: 13589.824124089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824110080, end = 2824146944, flags = 134217845, pgoff = 0, inode = 59321 }
-vm_state.vm_map: 13589.824126324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824146944, end = 2824151040, flags = 135266419, pgoff = 32768, inode = 59321 }
-vm_state.vm_map: 13589.824129107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824151040, end = 2824220672, flags = 134217845, pgoff = 0, inode = 59034 }
-vm_state.vm_map: 13589.824131273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824220672, end = 2824224768, flags = 135266419, pgoff = 65536, inode = 59034 }
-vm_state.vm_map: 13589.824136057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824224768, end = 2824294400, flags = 134217845, pgoff = 0, inode = 499962 }
-vm_state.vm_map: 13589.824138218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824294400, end = 2824298496, flags = 135266417, pgoff = 65536, inode = 499962 }
-vm_state.vm_map: 13589.824140213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824298496, end = 2824302592, flags = 135266419, pgoff = 69632, inode = 499962 }
-vm_state.vm_map: 13589.824142392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824302592, end = 2824310784, flags = 1048691, pgoff = 2824302592, inode = 0 }
-vm_state.vm_map: 13589.824144873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824323072, end = 2824335360, flags = 134217845, pgoff = 0, inode = 23912 }
-vm_state.vm_map: 13589.824147058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824335360, end = 2824339456, flags = 135266419, pgoff = 8192, inode = 23912 }
-vm_state.vm_map: 13589.824149374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824339456, end = 2824359936, flags = 134217845, pgoff = 0, inode = 59302 }
-vm_state.vm_map: 13589.824151941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824359936, end = 2824364032, flags = 135266419, pgoff = 16384, inode = 59302 }
-vm_state.vm_map: 13589.824154243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824364032, end = 2824400896, flags = 134217845, pgoff = 0, inode = 59323 }
-vm_state.vm_map: 13589.824156404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824400896, end = 2824404992, flags = 135266419, pgoff = 36864, inode = 59323 }
-vm_state.vm_map: 13589.824158516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824404992, end = 2824409088, flags = 1048688, pgoff = 2824404992, inode = 0 }
-vm_state.vm_map: 13589.824160923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2824409088, end = 2832797696, flags = 1048691, pgoff = 2824409088, inode = 0 }
-vm_state.vm_map: 13589.824165755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2832797696, end = 2832879616, flags = 134217845, pgoff = 0, inode = 59299 }
-vm_state.vm_map: 13589.824167788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2832879616, end = 2832883712, flags = 135266419, pgoff = 77824, inode = 59299 }
-vm_state.vm_map: 13589.824170281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2832883712, end = 2832949248, flags = 134217845, pgoff = 0, inode = 57391 }
-vm_state.vm_map: 13589.824172565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2832949248, end = 2832953344, flags = 135266419, pgoff = 61440, inode = 57391 }
-vm_state.vm_map: 13589.824174615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2832953344, end = 2832969728, flags = 1048691, pgoff = 2832953344, inode = 0 }
-vm_state.vm_map: 13589.824177460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2832969728, end = 2833252352, flags = 134217845, pgoff = 0, inode = 22693 }
-vm_state.vm_map: 13589.824179620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833252352, end = 2833264640, flags = 135266419, pgoff = 282624, inode = 22693 }
-vm_state.vm_map: 13589.824181756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833264640, end = 2833289216, flags = 1048691, pgoff = 2833264640, inode = 0 }
-vm_state.vm_map: 13589.824186342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833289216, end = 2833313792, flags = 134217845, pgoff = 0, inode = 59316 }
-vm_state.vm_map: 13589.824188757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833313792, end = 2833317888, flags = 135266419, pgoff = 20480, inode = 59316 }
-vm_state.vm_map: 13589.824191151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833317888, end = 2833334272, flags = 134217845, pgoff = 0, inode = 57390 }
-vm_state.vm_map: 13589.824193195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833334272, end = 2833338368, flags = 135266419, pgoff = 12288, inode = 57390 }
-vm_state.vm_map: 13589.824195646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833338368, end = 2833379328, flags = 134217845, pgoff = 0, inode = 57395 }
-vm_state.vm_map: 13589.824197813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833379328, end = 2833383424, flags = 135266419, pgoff = 36864, inode = 57395 }
-vm_state.vm_map: 13589.824200250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833383424, end = 2833408000, flags = 134217845, pgoff = 0, inode = 18917 }
-vm_state.vm_map: 13589.824202288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833408000, end = 2833412096, flags = 135266419, pgoff = 20480, inode = 18917 }
-vm_state.vm_map: 13589.824204720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833412096, end = 2833682432, flags = 134217845, pgoff = 0, inode = 18916 }
-vm_state.vm_map: 13589.824206985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833682432, end = 2833686528, flags = 135266419, pgoff = 266240, inode = 18916 }
-vm_state.vm_map: 13589.824209479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833686528, end = 2833768448, flags = 134217845, pgoff = 0, inode = 18915 }
-vm_state.vm_map: 13589.824211523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833768448, end = 2833776640, flags = 135266419, pgoff = 77824, inode = 18915 }
-vm_state.vm_map: 13589.824213930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2833776640, end = 2834558976, flags = 134217845, pgoff = 0, inode = 18927 }
-vm_state.vm_map: 13589.824216207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834558976, end = 2834567168, flags = 135266419, pgoff = 778240, inode = 18927 }
-vm_state.vm_map: 13589.824218596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834579456, end = 2834599936, flags = 134217845, pgoff = 0, inode = 57392 }
-vm_state.vm_map: 13589.824220628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834599936, end = 2834604032, flags = 135266419, pgoff = 16384, inode = 57392 }
-vm_state.vm_map: 13589.824222961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834604032, end = 2834636800, flags = 134217845, pgoff = 0, inode = 57396 }
-vm_state.vm_map: 13589.824225498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834636800, end = 2834640896, flags = 135266419, pgoff = 28672, inode = 57396 }
-vm_state.vm_map: 13589.824228003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834640896, end = 2834657280, flags = 134217845, pgoff = 0, inode = 57393 }
-vm_state.vm_map: 13589.824230048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834657280, end = 2834661376, flags = 135266419, pgoff = 12288, inode = 57393 }
-vm_state.vm_map: 13589.824232430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2834661376, end = 2835025920, flags = 134217845, pgoff = 0, inode = 22572 }
-vm_state.vm_map: 13589.824234597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835025920, end = 2835034112, flags = 135266419, pgoff = 364544, inode = 22572 }
-vm_state.vm_map: 13589.824237102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835034112, end = 2835234816, flags = 134217845, pgoff = 0, inode = 20709 }
-vm_state.vm_map: 13589.824239289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835234816, end = 2835243008, flags = 135266419, pgoff = 196608, inode = 20709 }
-vm_state.vm_map: 13589.824241222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835243008, end = 2835251200, flags = 1048691, pgoff = 2835243008, inode = 0 }
-vm_state.vm_map: 13589.824243826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835251200, end = 2835701760, flags = 134217845, pgoff = 0, inode = 20711 }
-vm_state.vm_map: 13589.824245857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835701760, end = 2835714048, flags = 135266419, pgoff = 450560, inode = 20711 }
-vm_state.vm_map: 13589.824248264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835714048, end = 2835730432, flags = 134217845, pgoff = 0, inode = 57389 }
-vm_state.vm_map: 13589.824250229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835730432, end = 2835734528, flags = 135266419, pgoff = 12288, inode = 57389 }
-vm_state.vm_map: 13589.824252746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835734528, end = 2835750912, flags = 134217845, pgoff = 0, inode = 18914 }
-vm_state.vm_map: 13589.824254907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835750912, end = 2835755008, flags = 135266419, pgoff = 16384, inode = 18914 }
-vm_state.vm_map: 13589.824257420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835755008, end = 2835771392, flags = 134217845, pgoff = 0, inode = 57394 }
-vm_state.vm_map: 13589.824259358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835771392, end = 2835775488, flags = 135266419, pgoff = 16384, inode = 57394 }
-vm_state.vm_map: 13589.824262240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835775488, end = 2835804160, flags = 134217845, pgoff = 0, inode = 57397 }
-vm_state.vm_map: 13589.824264271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835804160, end = 2835808256, flags = 135266419, pgoff = 24576, inode = 57397 }
-vm_state.vm_map: 13589.824266795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835808256, end = 2835935232, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 13589.824268760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835935232, end = 2835939328, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 13589.824271277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835943424, end = 2835968000, flags = 134217845, pgoff = 0, inode = 57398 }
-vm_state.vm_map: 13589.824273303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835968000, end = 2835972096, flags = 135266419, pgoff = 24576, inode = 57398 }
-vm_state.vm_map: 13589.824290769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835972096, end = 2835988480, flags = 134217845, pgoff = 0, inode = 52571 }
-vm_state.vm_map: 13589.824293022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835988480, end = 2835992576, flags = 135266419, pgoff = 12288, inode = 52571 }
-vm_state.vm_map: 13589.824295269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2835992576, end = 2836004864, flags = 134217845, pgoff = 0, inode = 49489 }
-vm_state.vm_map: 13589.824297443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836004864, end = 2836008960, flags = 135266419, pgoff = 8192, inode = 49489 }
-vm_state.vm_map: 13589.824299843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836008960, end = 2836029440, flags = 134217845, pgoff = 0, inode = 52570 }
-vm_state.vm_map: 13589.824301881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836029440, end = 2836033536, flags = 135266419, pgoff = 16384, inode = 52570 }
-vm_state.vm_map: 13589.824307447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836033536, end = 2836369408, flags = 134217845, pgoff = 0, inode = 59171 }
-vm_state.vm_map: 13589.824309620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836369408, end = 2836381696, flags = 135266419, pgoff = 331776, inode = 59171 }
-vm_state.vm_map: 13589.824311996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836381696, end = 2836512768, flags = 134217845, pgoff = 0, inode = 24420 }
-vm_state.vm_map: 13589.824314409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836512768, end = 2836516864, flags = 135266419, pgoff = 126976, inode = 24420 }
-vm_state.vm_map: 13589.824316915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836516864, end = 2836553728, flags = 134217845, pgoff = 0, inode = 52569 }
-vm_state.vm_map: 13589.824318941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836553728, end = 2836557824, flags = 135266419, pgoff = 32768, inode = 52569 }
-vm_state.vm_map: 13589.824321483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836557824, end = 2836582400, flags = 134217845, pgoff = 0, inode = 52572 }
-vm_state.vm_map: 13589.824323465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836582400, end = 2836586496, flags = 135266419, pgoff = 20480, inode = 52572 }
-vm_state.vm_map: 13589.824326088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836586496, end = 2836606976, flags = 134217845, pgoff = 0, inode = 52568 }
-vm_state.vm_map: 13589.824328070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836606976, end = 2836611072, flags = 135266419, pgoff = 16384, inode = 52568 }
-vm_state.vm_map: 13589.824330712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836611072, end = 2836668416, flags = 134217845, pgoff = 0, inode = 59183 }
-vm_state.vm_map: 13589.824332694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836668416, end = 2836672512, flags = 135266419, pgoff = 57344, inode = 59183 }
-vm_state.vm_map: 13589.824337668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836672512, end = 2836819968, flags = 134217845, pgoff = 0, inode = 59164 }
-vm_state.vm_map: 13589.824339707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836819968, end = 2836828160, flags = 135266419, pgoff = 143360, inode = 59164 }
-vm_state.vm_map: 13589.824344514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2836828160, end = 2837065728, flags = 134217845, pgoff = 0, inode = 23890 }
-vm_state.vm_map: 13589.824346552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837065728, end = 2837073920, flags = 135266419, pgoff = 237568, inode = 23890 }
-vm_state.vm_map: 13589.824348966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837073920, end = 2837082112, flags = 134217845, pgoff = 0, inode = 23893 }
-vm_state.vm_map: 13589.824351367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837082112, end = 2837086208, flags = 135266419, pgoff = 4096, inode = 23893 }
-vm_state.vm_map: 13589.824353761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837086208, end = 2837164032, flags = 134217845, pgoff = 0, inode = 59155 }
-vm_state.vm_map: 13589.824355756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837164032, end = 2837168128, flags = 135266419, pgoff = 77824, inode = 59155 }
-vm_state.vm_map: 13589.824361154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837168128, end = 2837254144, flags = 134217845, pgoff = 0, inode = 59188 }
-vm_state.vm_map: 13589.824363298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837254144, end = 2837258240, flags = 135266419, pgoff = 81920, inode = 59188 }
-vm_state.vm_map: 13589.824368290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837258240, end = 2837344256, flags = 134217845, pgoff = 0, inode = 23716 }
-vm_state.vm_map: 13589.824370334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837344256, end = 2837348352, flags = 135266419, pgoff = 81920, inode = 23716 }
-vm_state.vm_map: 13589.824372656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837348352, end = 2837385216, flags = 134217845, pgoff = 0, inode = 21288 }
-vm_state.vm_map: 13589.824374829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837385216, end = 2837389312, flags = 135266419, pgoff = 36864, inode = 21288 }
-vm_state.vm_map: 13589.824377408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837389312, end = 2837618688, flags = 134217845, pgoff = 0, inode = 23913 }
-vm_state.vm_map: 13589.824379570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837618688, end = 2837626880, flags = 135266419, pgoff = 225280, inode = 23913 }
-vm_state.vm_map: 13589.824381989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837626880, end = 2837811200, flags = 134217845, pgoff = 0, inode = 23888 }
-vm_state.vm_map: 13589.824384156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837811200, end = 2837819392, flags = 135266419, pgoff = 180224, inode = 23888 }
-vm_state.vm_map: 13589.824386538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2837819392, end = 2838106112, flags = 134217845, pgoff = 0, inode = 1065175 }
-vm_state.vm_map: 13589.824388926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838106112, end = 2838114304, flags = 135266419, pgoff = 286720, inode = 1065175 }
-vm_state.vm_map: 13589.824391199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838122496, end = 2838204416, flags = 134217845, pgoff = 0, inode = 59181 }
-vm_state.vm_map: 13589.824393526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838204416, end = 2838208512, flags = 135266419, pgoff = 81920, inode = 59181 }
-vm_state.vm_map: 13589.824396044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838208512, end = 2838331392, flags = 134217845, pgoff = 0, inode = 59187 }
-vm_state.vm_map: 13589.824398075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838331392, end = 2838335488, flags = 135266419, pgoff = 118784, inode = 59187 }
-vm_state.vm_map: 13589.824402699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838335488, end = 2838523904, flags = 134217845, pgoff = 0, inode = 22645 }
-vm_state.vm_map: 13589.824404743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838523904, end = 2838532096, flags = 135266419, pgoff = 184320, inode = 22645 }
-vm_state.vm_map: 13589.824407113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838540288, end = 2838564864, flags = 134217845, pgoff = 0, inode = 58146 }
-vm_state.vm_map: 13589.824409144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838564864, end = 2838568960, flags = 135266419, pgoff = 20480, inode = 58146 }
-vm_state.vm_map: 13589.824411638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838568960, end = 2838622208, flags = 134217845, pgoff = 0, inode = 59182 }
-vm_state.vm_map: 13589.824413818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838622208, end = 2838626304, flags = 135266419, pgoff = 53248, inode = 59182 }
-vm_state.vm_map: 13589.824416224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838626304, end = 2838990848, flags = 134217845, pgoff = 0, inode = 57823 }
-vm_state.vm_map: 13589.824418379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2838990848, end = 2839003136, flags = 135266419, pgoff = 364544, inode = 57823 }
-vm_state.vm_map: 13589.824420750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839003136, end = 2839048192, flags = 134217845, pgoff = 0, inode = 59186 }
-vm_state.vm_map: 13589.824422843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839048192, end = 2839052288, flags = 135266419, pgoff = 40960, inode = 59186 }
-vm_state.vm_map: 13589.824425582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839052288, end = 2839068672, flags = 134217845, pgoff = 0, inode = 59014 }
-vm_state.vm_map: 13589.824427608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839068672, end = 2839072768, flags = 135266419, pgoff = 16384, inode = 59014 }
-vm_state.vm_map: 13589.824430021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839072768, end = 2839085056, flags = 134217845, pgoff = 0, inode = 59166 }
-vm_state.vm_map: 13589.824432065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839085056, end = 2839089152, flags = 135266419, pgoff = 8192, inode = 59166 }
-vm_state.vm_map: 13589.824434552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839089152, end = 2839175168, flags = 134217845, pgoff = 0, inode = 59165 }
-vm_state.vm_map: 13589.824436596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839175168, end = 2839179264, flags = 135266419, pgoff = 86016, inode = 59165 }
-vm_state.vm_map: 13589.824439423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2839179264, end = 2841223168, flags = 134217937, pgoff = 0, inode = 1204686 }
-vm_state.vm_map: 13589.824441922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2841223168, end = 2841296896, flags = 134217841, pgoff = 0, inode = 98526 }
-vm_state.vm_map: 13589.824444434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2841296896, end = 2967638016, flags = 134217979, pgoff = 0, inode = 73879 }
-vm_state.vm_map: 13589.824446884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 2967638016, end = 3001294848, flags = 134217979, pgoff = 0, inode = 73878 }
-vm_state.vm_map: 13589.824449327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001294848, end = 3001335808, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.824451354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001335808, end = 3001339904, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.824453385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001339904, end = 3001344000, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.824455632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001344000, end = 3001380864, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.824457590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001380864, end = 3001384960, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.824459750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001384960, end = 3001389056, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.824462366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001389056, end = 3001413632, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.824464528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001413632, end = 3001417728, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.824466578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001417728, end = 3001421824, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.824469003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001421824, end = 3001430016, flags = 134217845, pgoff = 0, inode = 17721 }
-vm_state.vm_map: 13589.824471041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001430016, end = 3001434112, flags = 135266419, pgoff = 4096, inode = 17721 }
-vm_state.vm_map: 13589.824473547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001434112, end = 3001516032, flags = 134217841, pgoff = 0, inode = 98443 }
-vm_state.vm_map: 13589.824481939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3001516032, end = 3017756672, flags = 134217979, pgoff = 0, inode = 1204618 }
-vm_state.vm_map: 13589.824487424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3017756672, end = 3022053376, flags = 134217979, pgoff = 0, inode = 1204425 }
-vm_state.vm_map: 13589.824489609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022053376, end = 3022254080, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 13589.824491634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022254080, end = 3022258176, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 13589.824493938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022258176, end = 3022290944, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.824495969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022290944, end = 3022295040, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.824498265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022295040, end = 3022303232, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.824500660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022303232, end = 3022307328, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.824502740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022307328, end = 3022331904, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.824504914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022331904, end = 3022336000, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.824507075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022336000, end = 3022413824, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.824509119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022413824, end = 3022417920, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.824511089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022417920, end = 3022422016, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.824513263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022422016, end = 3022430208, flags = 1048691, pgoff = 3022422016, inode = 0 }
-vm_state.vm_map: 13589.824515460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022430208, end = 3022434304, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.824517757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022434304, end = 3022458880, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.824519948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022458880, end = 3022462976, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.824522244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022462976, end = 3022467072, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.824524517 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022467072, end = 3022471168, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.824526677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022471168, end = 3022475264, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.824528930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022475264, end = 3022483456, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.824531190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022483456, end = 3022516224, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.824533357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022516224, end = 3022528512, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.824535894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022528512, end = 3022536704, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.824538202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022536704, end = 3022540800, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.824540498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022540800, end = 3022544896, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.824542654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022544896, end = 3022548992, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.824544938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022548992, end = 3022577664, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.824547154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022577664, end = 3022589952, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.824549382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022589952, end = 3022594048, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.824551678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022594048, end = 3022602240, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.824553963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022602240, end = 3022606336, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.824556062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022606336, end = 3022610432, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.824558543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022610432, end = 3022622720, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.824560821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022622720, end = 3022655488, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.824563216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022655488, end = 3022684160, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.824565333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022684160, end = 3022909440, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.824567495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022909440, end = 3022913536, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.824569526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022913536, end = 3022917632, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.824572099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3022917632, end = 3023077376, flags = 134217845, pgoff = 0, inode = 22541 }
-vm_state.vm_map: 13589.824574058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3023077376, end = 3023081472, flags = 135266419, pgoff = 159744, inode = 22541 }
-vm_state.vm_map: 13589.824576471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3023081472, end = 3023650816, flags = 134217845, pgoff = 0, inode = 20907 }
-vm_state.vm_map: 13589.824578502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3023650816, end = 3023667200, flags = 135266419, pgoff = 565248, inode = 20907 }
-vm_state.vm_map: 13589.824580669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
-vm_state.vm_map: 13589.824582861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3023912960, end = 3023958016, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.824585170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3023958016, end = 3024015360, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.824587706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3024015360, end = 3024097280, flags = 134217845, pgoff = 0, inode = 23971 }
-vm_state.vm_map: 13589.824589738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3024097280, end = 3024101376, flags = 135266419, pgoff = 81920, inode = 23971 }
-vm_state.vm_map: 13589.824592114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3024101376, end = 3024560128, flags = 134217845, pgoff = 0, inode = 1066197 }
-vm_state.vm_map: 13589.824594435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3024560128, end = 3024576512, flags = 135266419, pgoff = 454656, inode = 1066197 }
-vm_state.vm_map: 13589.824596516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 13589.824598566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 13589.824600727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 13589.824602857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 13589.824604937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
-vm_state.vm_map: 13589.824607475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
-vm_state.vm_map: 13589.824609444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
-vm_state.vm_map: 13589.824610751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
-kernel.irq_entry: 13589.824629399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 13589.824644076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { jiffies = 4296292865, xtime_sec = 1262715366, xtime_nsec = 301133048, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
-kernel.softirq_raise: 13589.824662718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.irq_exit: 13589.824689739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 13589.824692995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 13589.824705240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { expires = 1325570, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 13589.824708257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-vm_state.vm_map: 13589.824713798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 13589.824715805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 13589.824717738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 13589.824719708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 13589.824721783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 13589.824723956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 13589.824729282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 13589.824731245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
-vm_state.vm_map: 13589.824733295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 13589.824735629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 13589.824737704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3042021376, end = 3042025472, flags = 1048691, pgoff = 3042021376, inode = 0 }
-vm_state.vm_map: 13589.824739803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3042025472, end = 3042045952, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.824741994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3042045952, end = 3042058240, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.824744088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3042058240, end = 3042115584, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.824746039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 13589.824748077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 13589.824750053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.824751992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
-vm_state.vm_map: 13589.824754030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.824756062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.824758285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.824760248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.824762378 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.824764317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.824766361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.824768880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.824770837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
-vm_state.vm_map: 13589.824773035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 13589.824775080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 13589.824777160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.824779093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.824781162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.824783095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.824785225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.824787411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.824789381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.824791308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.824793327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
-vm_state.vm_map: 13589.824795407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.824797341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.824799305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.824801675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.824803750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.824805677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.824807714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.824809648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.824811618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.824813649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.824815576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
-vm_state.vm_map: 13589.824817632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.824819812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.824821819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.824823807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.824825765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.824827847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.824829798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.824834778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.824836729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
-vm_state.vm_map: 13589.824838786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.824840738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.824842689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
-vm_state.vm_map: 13589.824844745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.824846692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.824848668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.824850785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.824852804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.824854756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.824856732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.824858801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.824860882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
-vm_state.vm_map: 13589.824862833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
-vm_state.vm_map: 13589.824864908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
-vm_state.vm_map: 13589.824867241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 13589.824869187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 13589.824871249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
-vm_state.vm_map: 13589.824873354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 13589.824875306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 13589.824877510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.824879456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.824881420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.824883488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.824885736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.824887724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.824889768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
-vm_state.vm_map: 13589.824891812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.824893745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.824895733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.824897796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.824900339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.824902271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.824904315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.824906254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.824908193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.824910324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.824912251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.824914184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.824916240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
-vm_state.vm_map: 13589.824918260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.824920236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.824922169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.824924225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
-vm_state.vm_map: 13589.824926189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.824930764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.824933054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.824935091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.824937024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.824938995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.824941033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.824943329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.824945256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.824947570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.824949498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.824951431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.824953425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
-vm_state.vm_map: 13589.824955598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.824957580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.824959564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.824961620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
-vm_state.vm_map: 13589.824963608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.824965880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.824967930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
-vm_state.vm_map: 13589.824969881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.824971815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.824973871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
-vm_state.vm_map: 13589.824975927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 13589.824977861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 13589.824979905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
-vm_state.vm_map: 13589.824981973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.824983906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.824986091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 13589.824988178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 13589.824990124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
-vm_state.vm_map: 13589.824992082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.824994113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.824996200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.824998478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.825000516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
-vm_state.vm_map: 13589.825002585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078873088, end = 3078881280, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.825004776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078881280, end = 3078889472, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.825006740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.825008673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.825010711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 13589.825012638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 13589.825014614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.825016713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.825018689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.825020653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.825022605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
-vm_state.vm_map: 13589.825024649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
-vm_state.vm_map: 13589.825026638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.825028725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.825030996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.825032936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2213, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.825038575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 13589.825040520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 13589.825042478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 13589.825044541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 145301504, end = 146137088, flags = 1048691, pgoff = 145301504, inode = 0 }
-vm_state.vm_map: 13589.825046609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
-vm_state.vm_map: 13589.825051755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024261120, end = 3024302080, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.825053695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024302080, end = 3024306176, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.825055635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024306176, end = 3024310272, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.825057789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024310272, end = 3024347136, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.825059765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024347136, end = 3024351232, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.825061871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024351232, end = 3024355328, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.825064100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024355328, end = 3024433152, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.825066501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024433152, end = 3024437248, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.825068662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024437248, end = 3024441344, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.825070705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024441344, end = 3024449536, flags = 1048691, pgoff = 3024441344, inode = 0 }
-vm_state.vm_map: 13589.825072885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024449536, end = 3024474112, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.825074904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024474112, end = 3024478208, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.825076936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024478208, end = 3024482304, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.825078999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 13589.825081036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 13589.825083203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 13589.825085235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 13589.825087285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
-vm_state.vm_map: 13589.825089428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
-vm_state.vm_map: 13589.825091466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
-vm_state.vm_map: 13589.825093442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 13589.825095738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 13589.825097788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 13589.825100165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 13589.825102338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 13589.825104369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 13589.825106413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 13589.825108518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 13589.825110451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
-vm_state.vm_map: 13589.825112397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 13589.825114478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 13589.825119317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3042037760, end = 3042111488, flags = 134217845, pgoff = 0, inode = 57409 }
-vm_state.vm_map: 13589.825121293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3042111488, end = 3042115584, flags = 135266419, pgoff = 73728, inode = 57409 }
-vm_state.vm_map: 13589.825123540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 13589.825125578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 13589.825127646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.825129789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
-vm_state.vm_map: 13589.825131821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.825152704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.825155043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.825157117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.825159186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.825161334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.825163367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.825165533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.825167682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
-vm_state.vm_map: 13589.825169750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 13589.825171732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 13589.825173925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.825176067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.825178117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.825183387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.825185462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.825187992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.825190048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.825192079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.825194247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
-vm_state.vm_map: 13589.825196297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.825198322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.825200422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.825202588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.825204652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.825206689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.825208862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.825210955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.825213031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.825215204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.825217143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
-vm_state.vm_map: 13589.825219297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.825221828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.825223909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.825225928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.825228126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.825230090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.825232275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.825234423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.825236462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
-vm_state.vm_map: 13589.825238450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.825240722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.825242852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
-vm_state.vm_map: 13589.825244902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.825246934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.825249076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.825251101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.825253171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.825255688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.825257763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.825259788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.825261955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
-vm_state.vm_map: 13589.825263926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
-vm_state.vm_map: 13589.825266093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
-vm_state.vm_map: 13589.825268235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 13589.825270260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 13589.825272298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
-vm_state.vm_map: 13589.825274360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 13589.825276510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 13589.825278578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.825282999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.825285061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.825287185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.825289709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.825291703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.825308418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
-vm_state.vm_map: 13589.825310690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.825312691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.825314962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.825316982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.825319069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.825321082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.825323415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.825325447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.825327473 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.825329664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.825331695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.825333721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.825335900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
-vm_state.vm_map: 13589.825338283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.825340438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.825342592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.825344631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
-vm_state.vm_map: 13589.825346662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.825348934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.825350996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.825353040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.825355183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.825357387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.825359418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.825361493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.825363562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.825365717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.825367742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.825369909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.825372217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
-vm_state.vm_map: 13589.825374404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.825376540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.825378565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.825380559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
-vm_state.vm_map: 13589.825382849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.825384868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.825386907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
-vm_state.vm_map: 13589.825388902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.825391204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.825393242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
-vm_state.vm_map: 13589.825398284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 13589.825400322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 13589.825402470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
-vm_state.vm_map: 13589.825404538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.825406909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.825409052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 13589.825411089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 13589.825413127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
-vm_state.vm_map: 13589.825415269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.825417234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.825419419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.825421463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.825423617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
-vm_state.vm_map: 13589.825425692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.825427724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.825429891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 13589.825431916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 13589.825434010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.825436201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.825438295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.825440634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.825442887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
-vm_state.vm_map: 13589.825444863 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
-vm_state.vm_map: 13589.825447080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.825449235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.825451272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.825453310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2218, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.825455995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 13589.825458156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 13589.825460341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 13589.825462286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 145301504, end = 147087360, flags = 1048691, pgoff = 145301504, inode = 0 }
-vm_state.vm_map: 13589.825467323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2989592576, end = 2989654016, flags = 134217841, pgoff = 0, inode = 649743 }
-vm_state.vm_map: 13589.825469631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2989654016, end = 2989719552, flags = 134217845, pgoff = 0, inode = 57391 }
-vm_state.vm_map: 13589.825471773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2989719552, end = 2989723648, flags = 135266419, pgoff = 61440, inode = 57391 }
-vm_state.vm_map: 13589.825473897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2989723648, end = 2989740032, flags = 1048691, pgoff = 2989723648, inode = 0 }
-vm_state.vm_map: 13589.825478933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2989740032, end = 2990022656, flags = 134217845, pgoff = 0, inode = 22693 }
-vm_state.vm_map: 13589.825481100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990022656, end = 2990034944, flags = 135266419, pgoff = 282624, inode = 22693 }
-vm_state.vm_map: 13589.825483144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990034944, end = 2990059520, flags = 1048691, pgoff = 2990034944, inode = 0 }
-vm_state.vm_map: 13589.825485281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990063616, end = 2990080000, flags = 134217845, pgoff = 0, inode = 57390 }
-vm_state.vm_map: 13589.825487448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990080000, end = 2990084096, flags = 135266419, pgoff = 12288, inode = 57390 }
-vm_state.vm_map: 13589.825489695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990084096, end = 2990104576, flags = 134217845, pgoff = 0, inode = 57392 }
-vm_state.vm_map: 13589.825491813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990104576, end = 2990108672, flags = 135266419, pgoff = 16384, inode = 57392 }
-vm_state.vm_map: 13589.825493986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990108672, end = 2990149632, flags = 134217845, pgoff = 0, inode = 57395 }
-vm_state.vm_map: 13589.825496030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990149632, end = 2990153728, flags = 135266419, pgoff = 36864, inode = 57395 }
-vm_state.vm_map: 13589.825500690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990153728, end = 2990178304, flags = 134217845, pgoff = 0, inode = 18917 }
-vm_state.vm_map: 13589.825502740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990178304, end = 2990182400, flags = 135266419, pgoff = 20480, inode = 18917 }
-vm_state.vm_map: 13589.825504883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990182400, end = 2990198784, flags = 134217845, pgoff = 0, inode = 18914 }
-vm_state.vm_map: 13589.825507012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990198784, end = 2990202880, flags = 135266419, pgoff = 16384, inode = 18914 }
-vm_state.vm_map: 13589.825509217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990202880, end = 2990473216, flags = 134217845, pgoff = 0, inode = 18916 }
-vm_state.vm_map: 13589.825511599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990473216, end = 2990477312, flags = 135266419, pgoff = 266240, inode = 18916 }
-vm_state.vm_map: 13589.825513785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990477312, end = 2990559232, flags = 134217845, pgoff = 0, inode = 18915 }
-vm_state.vm_map: 13589.825515959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990559232, end = 2990567424, flags = 135266419, pgoff = 77824, inode = 18915 }
-vm_state.vm_map: 13589.825518095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2990567424, end = 2991349760, flags = 134217845, pgoff = 0, inode = 18927 }
-vm_state.vm_map: 13589.825520262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991349760, end = 2991357952, flags = 135266419, pgoff = 778240, inode = 18927 }
-vm_state.vm_map: 13589.825522521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991357952, end = 2991722496, flags = 134217845, pgoff = 0, inode = 22572 }
-vm_state.vm_map: 13589.825524700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991722496, end = 2991730688, flags = 135266419, pgoff = 364544, inode = 22572 }
-vm_state.vm_map: 13589.825526818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991747072, end = 2991763456, flags = 134217845, pgoff = 0, inode = 57389 }
-vm_state.vm_map: 13589.825529010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991763456, end = 2991767552, flags = 135266419, pgoff = 12288, inode = 57389 }
-vm_state.vm_map: 13589.825531220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991767552, end = 2991800320, flags = 134217845, pgoff = 0, inode = 57396 }
-vm_state.vm_map: 13589.825533393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991800320, end = 2991804416, flags = 135266419, pgoff = 28672, inode = 57396 }
-vm_state.vm_map: 13589.825535541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991804416, end = 2991820800, flags = 134217845, pgoff = 0, inode = 57393 }
-vm_state.vm_map: 13589.825537709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991820800, end = 2991824896, flags = 135266419, pgoff = 12288, inode = 57393 }
-vm_state.vm_map: 13589.825539968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2991824896, end = 2992025600, flags = 134217845, pgoff = 0, inode = 20709 }
-vm_state.vm_map: 13589.825542258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992025600, end = 2992033792, flags = 135266419, pgoff = 196608, inode = 20709 }
-vm_state.vm_map: 13589.825544216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992033792, end = 2992041984, flags = 1048691, pgoff = 2992033792, inode = 0 }
-vm_state.vm_map: 13589.825546955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992041984, end = 2992492544, flags = 134217845, pgoff = 0, inode = 20711 }
-vm_state.vm_map: 13589.825548988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992492544, end = 2992504832, flags = 135266419, pgoff = 450560, inode = 20711 }
-vm_state.vm_map: 13589.825551259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992504832, end = 2992631808, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 13589.825553328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992631808, end = 2992635904, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 13589.825557982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992635904, end = 2992771072, flags = 2097267, pgoff = 2992635904, inode = 0 }
-vm_state.vm_map: 13589.825560026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2992771072, end = 2993684480, flags = 2097264, pgoff = 2992771072, inode = 0 }
-vm_state.vm_map: 13589.825562199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993692672, end = 2993709056, flags = 134217845, pgoff = 0, inode = 57394 }
-vm_state.vm_map: 13589.825564188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993709056, end = 2993713152, flags = 135266419, pgoff = 16384, inode = 57394 }
-vm_state.vm_map: 13589.825566508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993713152, end = 2993741824, flags = 134217845, pgoff = 0, inode = 57397 }
-vm_state.vm_map: 13589.825568553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993741824, end = 2993745920, flags = 135266419, pgoff = 24576, inode = 57397 }
-vm_state.vm_map: 13589.825570714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993745920, end = 2993770496, flags = 134217845, pgoff = 0, inode = 57398 }
-vm_state.vm_map: 13589.825572659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993770496, end = 2993774592, flags = 135266419, pgoff = 24576, inode = 57398 }
-vm_state.vm_map: 13589.825574955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993774592, end = 2993790976, flags = 134217845, pgoff = 0, inode = 52571 }
-vm_state.vm_map: 13589.825576980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993790976, end = 2993795072, flags = 135266419, pgoff = 12288, inode = 52571 }
-vm_state.vm_map: 13589.825579154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993795072, end = 2993799168, flags = 1048688, pgoff = 2993795072, inode = 0 }
-vm_state.vm_map: 13589.825581494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 2993799168, end = 3002187776, flags = 1048691, pgoff = 2993799168, inode = 0 }
-vm_state.vm_map: 13589.825583913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002187776, end = 3002228736, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.825585957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002228736, end = 3002232832, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.825587977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002232832, end = 3002236928, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.825590279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002236928, end = 3002273792, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.825592304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002273792, end = 3002277888, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.825594342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002277888, end = 3002281984, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.825596619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002281984, end = 3002359808, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.825598584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002359808, end = 3002363904, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.825600763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002363904, end = 3002368000, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.825602715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002368000, end = 3002376192, flags = 1048691, pgoff = 3002368000, inode = 0 }
-vm_state.vm_map: 13589.825605116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002376192, end = 3002400768, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.825607159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002400768, end = 3002404864, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.825609186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002404864, end = 3002408960, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.825613846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3002408960, end = 3018649600, flags = 134217979, pgoff = 0, inode = 1204527 }
-vm_state.vm_map: 13589.825616493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3018649600, end = 3022946304, flags = 134217979, pgoff = 0, inode = 1204522 }
-vm_state.vm_map: 13589.825621012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3022946304, end = 3023147008, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 13589.825623179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023147008, end = 3023151104, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 13589.825625475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023151104, end = 3023175680, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.825627648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023175680, end = 3023179776, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.825629933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023179776, end = 3023200256, flags = 134217845, pgoff = 0, inode = 52570 }
-vm_state.vm_map: 13589.825631964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023200256, end = 3023204352, flags = 135266419, pgoff = 16384, inode = 52570 }
-vm_state.vm_map: 13589.825634168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023204352, end = 3023241216, flags = 134217845, pgoff = 0, inode = 52569 }
-vm_state.vm_map: 13589.825636446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023241216, end = 3023245312, flags = 135266419, pgoff = 32768, inode = 52569 }
-vm_state.vm_map: 13589.825638601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023245312, end = 3023269888, flags = 134217845, pgoff = 0, inode = 52572 }
-vm_state.vm_map: 13589.825640663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023269888, end = 3023273984, flags = 135266419, pgoff = 20480, inode = 52572 }
-vm_state.vm_map: 13589.825642812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023273984, end = 3023278080, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.825645145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023278080, end = 3023302656, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.825647422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023302656, end = 3023306752, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.825649571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023306752, end = 3023310848, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.825652120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023310848, end = 3023314944, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.825654386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023314944, end = 3023319040, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.825656534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023319040, end = 3023327232, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.825658794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023327232, end = 3023360000, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.825660886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023360000, end = 3023372288, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.825663165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023372288, end = 3023380480, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.825665424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023380480, end = 3023384576, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.825667579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023384576, end = 3023388672, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.825669653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023388672, end = 3023392768, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.825672037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023392768, end = 3023421440, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.825674320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023421440, end = 3023433728, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.825676487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023433728, end = 3023437824, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.825678660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023437824, end = 3023446016, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.825681067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023446016, end = 3023450112, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.825683235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023450112, end = 3023454208, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.825685506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023454208, end = 3023466496, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.825687970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023466496, end = 3023474688, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.825690309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023474688, end = 3023507456, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.825692617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023507456, end = 3023527936, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.825694797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023527936, end = 3023536128, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.825696853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023536128, end = 3023564800, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.825699131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023564800, end = 3023609856, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.825701304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023609856, end = 3023667200, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.825703453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
-vm_state.vm_map: 13589.825705533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023908864, end = 3023921152, flags = 134217845, pgoff = 0, inode = 49489 }
-vm_state.vm_map: 13589.825707706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023921152, end = 3023925248, flags = 135266419, pgoff = 8192, inode = 49489 }
-vm_state.vm_map: 13589.825712324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3023925248, end = 3024150528, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.825714374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024150528, end = 3024154624, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.825716412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024154624, end = 3024158720, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.825721787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024158720, end = 3024293888, flags = 134217845, pgoff = 0, inode = 17864 }
-vm_state.vm_map: 13589.825724169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024293888, end = 3024297984, flags = 135266419, pgoff = 135168, inode = 17864 }
-vm_state.vm_map: 13589.825726404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024297984, end = 3024330752, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.825728355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024330752, end = 3024334848, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.825735799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024334848, end = 3024429056, flags = 134217845, pgoff = 0, inode = 1065551 }
-vm_state.vm_map: 13589.825737941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024429056, end = 3024437248, flags = 135266419, pgoff = 90112, inode = 1065551 }
-vm_state.vm_map: 13589.825742565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024437248, end = 3024572416, flags = 134217845, pgoff = 0, inode = 1066191 }
-vm_state.vm_map: 13589.825744602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024572416, end = 3024576512, flags = 135266419, pgoff = 135168, inode = 1066191 }
-vm_state.vm_map: 13589.825746665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 13589.825748813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 13589.825750875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 13589.825752920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 13589.825755087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
-vm_state.vm_map: 13589.825757112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
-vm_state.vm_map: 13589.825759525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
-vm_state.vm_map: 13589.825761612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 13589.825763780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 13589.825765830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 13589.825767990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 13589.825770040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 13589.825772067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 13589.825774110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 13589.825776283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 13589.825778426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
-vm_state.vm_map: 13589.825780445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 13589.825782606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 13589.825784896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3042021376, end = 3042041856, flags = 134217845, pgoff = 0, inode = 52568 }
-vm_state.vm_map: 13589.825786995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3042041856, end = 3042045952, flags = 135266419, pgoff = 16384, inode = 52568 }
-vm_state.vm_map: 13589.825789175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3042045952, end = 3042058240, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.825791343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3042058240, end = 3042115584, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.825793854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 13589.825795879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 13589.825797960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.825800109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
-vm_state.vm_map: 13589.825802092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.825804215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.825806234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.825808395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.825810396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.825812550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.825814632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.825816842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.825818824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
-vm_state.vm_map: 13589.825821003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 13589.825823165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 13589.825825135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.825827770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.825829826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.825831980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.825833951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.825836118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.825838309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.825840347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.825842341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
-vm_state.vm_map: 13589.825844700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.825846744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.825848812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.825850745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.825852925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.825854969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.825857148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.825859223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.825861660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.825863594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.825865663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
-vm_state.vm_map: 13589.825867719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.825869664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.825871745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.825873691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.825875661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.825877698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.825879662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.825881601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.825883646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
-vm_state.vm_map: 13589.825885610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.825887549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.825889593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
-vm_state.vm_map: 13589.825891759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.825894112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.825896180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.825898113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.825900089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.825902159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.825904122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.825906055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.825908081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
-vm_state.vm_map: 13589.825910007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
-vm_state.vm_map: 13589.825911959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
-vm_state.vm_map: 13589.825914015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 13589.825915949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 13589.825918011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
-vm_state.vm_map: 13589.825919975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 13589.825922049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 13589.825924019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.825926458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.825928477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.825930465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.825932424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.825934374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.825936314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
-vm_state.vm_map: 13589.825941357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.825943393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.825945457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.825947587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.825949796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.825951946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.825954118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.825956150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.825958293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.825960767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.825962935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.825964965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.825967010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
-vm_state.vm_map: 13589.825969202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.825971362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.825973506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.825975660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
-vm_state.vm_map: 13589.825977852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.825979809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.825981773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.825983724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.825985677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.825987770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.825989721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.825991703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.825993987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.825995983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.825997922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.825999873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.826001917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
-vm_state.vm_map: 13589.826003893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.826005839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.826007784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.826009847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
-vm_state.vm_map: 13589.826011823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.826013762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.826015824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
-vm_state.vm_map: 13589.826017776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.826019721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.826021796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
-vm_state.vm_map: 13589.826023747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 13589.826026032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 13589.826030643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
-vm_state.vm_map: 13589.826032705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.826034657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.826036714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 13589.826038788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 13589.826040727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
-vm_state.vm_map: 13589.826042771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.826044711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.826046786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.826048725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.826050768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
-vm_state.vm_map: 13589.826053089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078877184, end = 3078885376, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.826055028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078885376, end = 3078889472, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.826056999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.826059283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.826061320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 13589.826063278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 13589.826065249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.826067305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.826069367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.826071343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.826073282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
-vm_state.vm_map: 13589.826075413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
-vm_state.vm_map: 13589.826077506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.826079531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.826081606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.826083669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2224, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.826086144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 13589.826088261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 13589.826090262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 13589.826092558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 145301504, end = 148606976, flags = 1048691, pgoff = 145301504, inode = 0 }
-vm_state.vm_map: 13589.826095102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2831224832, end = 2831507456, flags = 134217845, pgoff = 0, inode = 22693 }
-vm_state.vm_map: 13589.826100149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2831507456, end = 2831519744, flags = 135266419, pgoff = 282624, inode = 22693 }
-vm_state.vm_map: 13589.826104742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2831519744, end = 2831544320, flags = 1048691, pgoff = 2831519744, inode = 0 }
-vm_state.vm_map: 13589.826107297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2831544320, end = 2832326656, flags = 134217845, pgoff = 0, inode = 18927 }
-vm_state.vm_map: 13589.826109458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832326656, end = 2832334848, flags = 135266419, pgoff = 778240, inode = 18927 }
-vm_state.vm_map: 13589.826111729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832334848, end = 2832371712, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.826113884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832371712, end = 2832375808, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.826116045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832375808, end = 2832379904, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.826118360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832379904, end = 2832457728, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.826120527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832457728, end = 2832461824, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.826122559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832461824, end = 2832465920, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.826124596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832465920, end = 2832474112, flags = 1048691, pgoff = 2832465920, inode = 0 }
-vm_state.vm_map: 13589.826126764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832474112, end = 2832498688, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.826129146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832498688, end = 2832502784, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.826131258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832502784, end = 2832506880, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.826136484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832506880, end = 2832715776, flags = 134217845, pgoff = 0, inode = 23907 }
-vm_state.vm_map: 13589.826138510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832715776, end = 2832719872, flags = 135266419, pgoff = 208896, inode = 23907 }
-vm_state.vm_map: 13589.826140819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832728064, end = 2832793600, flags = 134217845, pgoff = 0, inode = 57391 }
-vm_state.vm_map: 13589.826143096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832793600, end = 2832797696, flags = 135266419, pgoff = 61440, inode = 57391 }
-vm_state.vm_map: 13589.826145269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832797696, end = 2832814080, flags = 1048691, pgoff = 2832797696, inode = 0 }
-vm_state.vm_map: 13589.826150158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832814080, end = 2832838656, flags = 134217845, pgoff = 0, inode = 58065 }
-vm_state.vm_map: 13589.826152196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832838656, end = 2832842752, flags = 135266419, pgoff = 20480, inode = 58065 }
-vm_state.vm_map: 13589.826159578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2832842752, end = 2833965056, flags = 134217845, pgoff = 0, inode = 20685 }
-vm_state.vm_map: 13589.826161615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2833965056, end = 2833981440, flags = 135266419, pgoff = 1122304, inode = 20685 }
-vm_state.vm_map: 13589.826168948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2833989632, end = 2834014208, flags = 134217845, pgoff = 0, inode = 58067 }
-vm_state.vm_map: 13589.826171109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834014208, end = 2834018304, flags = 135266419, pgoff = 20480, inode = 58067 }
-vm_state.vm_map: 13589.826173596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834018304, end = 2834071552, flags = 134217845, pgoff = 0, inode = 59006 }
-vm_state.vm_map: 13589.826175738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834071552, end = 2834075648, flags = 135266419, pgoff = 53248, inode = 59006 }
-vm_state.vm_map: 13589.826178121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834075648, end = 2834100224, flags = 134217845, pgoff = 0, inode = 59000 }
-vm_state.vm_map: 13589.826180054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834100224, end = 2834104320, flags = 135266419, pgoff = 20480, inode = 59000 }
-vm_state.vm_map: 13589.826184985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834104320, end = 2834124800, flags = 134217845, pgoff = 0, inode = 58063 }
-vm_state.vm_map: 13589.826187036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834124800, end = 2834128896, flags = 135266419, pgoff = 16384, inode = 58063 }
-vm_state.vm_map: 13589.826191880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834128896, end = 2834165760, flags = 134217845, pgoff = 0, inode = 58986 }
-vm_state.vm_map: 13589.826193930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834165760, end = 2834169856, flags = 135266419, pgoff = 32768, inode = 58986 }
-vm_state.vm_map: 13589.826198868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834169856, end = 2834223104, flags = 134217845, pgoff = 0, inode = 1065850 }
-vm_state.vm_map: 13589.826200893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834223104, end = 2834227200, flags = 135266419, pgoff = 49152, inode = 1065850 }
-vm_state.vm_map: 13589.826203768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834227200, end = 2834239488, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 13589.826205800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834239488, end = 2834243584, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 13589.826207997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834243584, end = 2834706432, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 13589.826209962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834706432, end = 2834718720, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 13589.826212203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834718720, end = 2834780160, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 13589.826214142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834780160, end = 2834784256, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 13589.826216253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2834784256, end = 2835390464, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 13589.826218192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835390464, end = 2835406848, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 13589.826220520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835406848, end = 2835476480, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.826222466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835476480, end = 2835480576, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.826224602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835480576, end = 2835484672, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.826226547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835484672, end = 2835492864, flags = 1048691, pgoff = 2835484672, inode = 0 }
-vm_state.vm_map: 13589.826228665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835492864, end = 2835582976, flags = 134217845, pgoff = 0, inode = 19203 }
-vm_state.vm_map: 13589.826230635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835582976, end = 2835587072, flags = 135266419, pgoff = 86016, inode = 19203 }
-vm_state.vm_map: 13589.826232851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835587072, end = 2835636224, flags = 134217845, pgoff = 0, inode = 19447 }
-vm_state.vm_map: 13589.826234926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835636224, end = 2835640320, flags = 135266419, pgoff = 49152, inode = 19447 }
-vm_state.vm_map: 13589.826237556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835640320, end = 2835906560, flags = 134217845, pgoff = 0, inode = 19433 }
-vm_state.vm_map: 13589.826239501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835906560, end = 2835914752, flags = 135266419, pgoff = 262144, inode = 19433 }
-vm_state.vm_map: 13589.826241440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835914752, end = 2835918848, flags = 1048691, pgoff = 2835914752, inode = 0 }
-vm_state.vm_map: 13589.826246667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2835918848, end = 2836140032, flags = 134217845, pgoff = 0, inode = 1065907 }
-vm_state.vm_map: 13589.826248704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2836140032, end = 2836144128, flags = 135266419, pgoff = 221184, inode = 1065907 }
-vm_state.vm_map: 13589.826251247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2836144128, end = 2836283392, flags = 134217845, pgoff = 0, inode = 23998 }
-vm_state.vm_map: 13589.826253223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2836283392, end = 2836287488, flags = 135266419, pgoff = 139264, inode = 23998 }
-vm_state.vm_map: 13589.826262876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2836287488, end = 2836848640, flags = 134217845, pgoff = 0, inode = 23997 }
-vm_state.vm_map: 13589.826264920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2836848640, end = 2836860928, flags = 135266419, pgoff = 557056, inode = 23997 }
-vm_state.vm_map: 13589.826267069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2836860928, end = 2837430272, flags = 134217845, pgoff = 0, inode = 20907 }
-vm_state.vm_map: 13589.826269015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837430272, end = 2837446656, flags = 135266419, pgoff = 565248, inode = 20907 }
-vm_state.vm_map: 13589.826274315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837450752, end = 2837475328, flags = 134217845, pgoff = 0, inode = 59017 }
-vm_state.vm_map: 13589.826276360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837475328, end = 2837479424, flags = 135266419, pgoff = 20480, inode = 59017 }
-vm_state.vm_map: 13589.826283254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837479424, end = 2837504000, flags = 134217845, pgoff = 0, inode = 58066 }
-vm_state.vm_map: 13589.826285298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837504000, end = 2837508096, flags = 135266419, pgoff = 20480, inode = 58066 }
-vm_state.vm_map: 13589.826290254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837508096, end = 2837536768, flags = 134217845, pgoff = 0, inode = 58988 }
-vm_state.vm_map: 13589.826294754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837536768, end = 2837540864, flags = 135266419, pgoff = 28672, inode = 58988 }
-vm_state.vm_map: 13589.826297309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837540864, end = 2837827584, flags = 134217845, pgoff = 0, inode = 20877 }
-vm_state.vm_map: 13589.826299286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837827584, end = 2837835776, flags = 135266419, pgoff = 282624, inode = 20877 }
-vm_state.vm_map: 13589.826306365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837835776, end = 2837864448, flags = 134217845, pgoff = 0, inode = 23874 }
-vm_state.vm_map: 13589.826308397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837864448, end = 2837868544, flags = 135266419, pgoff = 24576, inode = 23874 }
-vm_state.vm_map: 13589.826315951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837868544, end = 2837942272, flags = 134217845, pgoff = 0, inode = 24212 }
-vm_state.vm_map: 13589.826332241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837942272, end = 2837946368, flags = 135266419, pgoff = 69632, inode = 24212 }
-vm_state.vm_map: 13589.826340084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2837946368, end = 2838880256, flags = 134217845, pgoff = 0, inode = 20876 }
-vm_state.vm_map: 13589.826342190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2838880256, end = 2838892544, flags = 135266419, pgoff = 933888, inode = 20876 }
-vm_state.vm_map: 13589.826349443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2838892544, end = 2839306240, flags = 134217845, pgoff = 0, inode = 1065120 }
-vm_state.vm_map: 13589.826351485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839306240, end = 2839314432, flags = 135266419, pgoff = 409600, inode = 1065120 }
-vm_state.vm_map: 13589.826354060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839326720, end = 2839351296, flags = 134217845, pgoff = 0, inode = 58064 }
-vm_state.vm_map: 13589.826356171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839351296, end = 2839355392, flags = 135266419, pgoff = 20480, inode = 58064 }
-vm_state.vm_map: 13589.826365929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839355392, end = 2839379968, flags = 134217845, pgoff = 0, inode = 59003 }
-vm_state.vm_map: 13589.826370337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839379968, end = 2839384064, flags = 135266419, pgoff = 20480, inode = 59003 }
-vm_state.vm_map: 13589.826375151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839384064, end = 2839404544, flags = 134217845, pgoff = 0, inode = 59019 }
-vm_state.vm_map: 13589.826377208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839404544, end = 2839408640, flags = 135266419, pgoff = 16384, inode = 59019 }
-vm_state.vm_map: 13589.826384300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839408640, end = 2839437312, flags = 134217845, pgoff = 0, inode = 59007 }
-vm_state.vm_map: 13589.826386461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839437312, end = 2839441408, flags = 135266419, pgoff = 24576, inode = 59007 }
-vm_state.vm_map: 13589.826391294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839441408, end = 2839465984, flags = 134217845, pgoff = 0, inode = 58068 }
-vm_state.vm_map: 13589.826393455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839465984, end = 2839470080, flags = 135266419, pgoff = 20480, inode = 58068 }
-vm_state.vm_map: 13589.826395757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839498752, end = 2839515136, flags = 134217845, pgoff = 0, inode = 57390 }
-vm_state.vm_map: 13589.826397782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839515136, end = 2839519232, flags = 135266419, pgoff = 12288, inode = 57390 }
-vm_state.vm_map: 13589.826400540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839519232, end = 2839560192, flags = 134217845, pgoff = 0, inode = 57395 }
-vm_state.vm_map: 13589.826402616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839560192, end = 2839564288, flags = 135266419, pgoff = 36864, inode = 57395 }
-vm_state.vm_map: 13589.826405084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839564288, end = 2839588864, flags = 134217845, pgoff = 0, inode = 18917 }
-vm_state.vm_map: 13589.826407171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839588864, end = 2839592960, flags = 135266419, pgoff = 20480, inode = 18917 }
-vm_state.vm_map: 13589.826409713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839592960, end = 2839863296, flags = 134217845, pgoff = 0, inode = 18916 }
-vm_state.vm_map: 13589.826411894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839863296, end = 2839867392, flags = 135266419, pgoff = 266240, inode = 18916 }
-vm_state.vm_map: 13589.826414190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839867392, end = 2839949312, flags = 134217845, pgoff = 0, inode = 18915 }
-vm_state.vm_map: 13589.826416264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839949312, end = 2839957504, flags = 135266419, pgoff = 77824, inode = 18915 }
-vm_state.vm_map: 13589.826418727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839969792, end = 2839990272, flags = 134217845, pgoff = 0, inode = 57392 }
-vm_state.vm_map: 13589.826420808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839990272, end = 2839994368, flags = 135266419, pgoff = 16384, inode = 57392 }
-vm_state.vm_map: 13589.826423221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2839994368, end = 2840027136, flags = 134217845, pgoff = 0, inode = 57396 }
-vm_state.vm_map: 13589.826425382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840027136, end = 2840031232, flags = 135266419, pgoff = 28672, inode = 57396 }
-vm_state.vm_map: 13589.826427678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840031232, end = 2840047616, flags = 134217845, pgoff = 0, inode = 57393 }
-vm_state.vm_map: 13589.826429630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840047616, end = 2840051712, flags = 135266419, pgoff = 12288, inode = 57393 }
-vm_state.vm_map: 13589.826432036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840051712, end = 2840416256, flags = 134217845, pgoff = 0, inode = 22572 }
-vm_state.vm_map: 13589.826434112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840416256, end = 2840424448, flags = 135266419, pgoff = 364544, inode = 22572 }
-vm_state.vm_map: 13589.826442731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840424448, end = 2840621056, flags = 134217845, pgoff = 0, inode = 20024 }
-vm_state.vm_map: 13589.826445021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840621056, end = 2840629248, flags = 135266419, pgoff = 192512, inode = 20024 }
-vm_state.vm_map: 13589.826447200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840629248, end = 2840637440, flags = 1048691, pgoff = 2840629248, inode = 0 }
-vm_state.vm_map: 13589.826449490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2840637440, end = 2841088000, flags = 134217845, pgoff = 0, inode = 20711 }
-vm_state.vm_map: 13589.826451712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841088000, end = 2841100288, flags = 135266419, pgoff = 450560, inode = 20711 }
-vm_state.vm_map: 13589.826453991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841100288, end = 2841116672, flags = 134217845, pgoff = 0, inode = 57389 }
-vm_state.vm_map: 13589.826456170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841116672, end = 2841120768, flags = 135266419, pgoff = 12288, inode = 57389 }
-vm_state.vm_map: 13589.826458386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841120768, end = 2841137152, flags = 134217845, pgoff = 0, inode = 18914 }
-vm_state.vm_map: 13589.826460639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841137152, end = 2841141248, flags = 135266419, pgoff = 16384, inode = 18914 }
-vm_state.vm_map: 13589.826462949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841141248, end = 2841157632, flags = 134217845, pgoff = 0, inode = 57394 }
-vm_state.vm_map: 13589.826465134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841157632, end = 2841161728, flags = 135266419, pgoff = 16384, inode = 57394 }
-vm_state.vm_map: 13589.826467350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841161728, end = 2841190400, flags = 134217845, pgoff = 0, inode = 57397 }
-vm_state.vm_map: 13589.826469646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841190400, end = 2841194496, flags = 135266419, pgoff = 24576, inode = 57397 }
-vm_state.vm_map: 13589.826471876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841194496, end = 2841321472, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 13589.826474492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841321472, end = 2841325568, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 13589.826476825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841329664, end = 2841354240, flags = 134217845, pgoff = 0, inode = 57398 }
-vm_state.vm_map: 13589.826479121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841354240, end = 2841358336, flags = 135266419, pgoff = 24576, inode = 57398 }
-vm_state.vm_map: 13589.826481313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841358336, end = 2841374720, flags = 134217845, pgoff = 0, inode = 52571 }
-vm_state.vm_map: 13589.826483358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841374720, end = 2841378816, flags = 135266419, pgoff = 12288, inode = 52571 }
-vm_state.vm_map: 13589.826485598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841378816, end = 2841391104, flags = 134217845, pgoff = 0, inode = 49489 }
-vm_state.vm_map: 13589.826487888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841391104, end = 2841395200, flags = 135266419, pgoff = 8192, inode = 49489 }
-vm_state.vm_map: 13589.826490147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841395200, end = 2841415680, flags = 134217845, pgoff = 0, inode = 52570 }
-vm_state.vm_map: 13589.826492334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841415680, end = 2841419776, flags = 135266419, pgoff = 16384, inode = 52570 }
-vm_state.vm_map: 13589.826494538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841419776, end = 2841456640, flags = 134217845, pgoff = 0, inode = 52569 }
-vm_state.vm_map: 13589.826496815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841456640, end = 2841460736, flags = 135266419, pgoff = 32768, inode = 52569 }
-vm_state.vm_map: 13589.826501598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841460736, end = 2841485312, flags = 134217845, pgoff = 0, inode = 52572 }
-vm_state.vm_map: 13589.826503760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841485312, end = 2841489408, flags = 135266419, pgoff = 20480, inode = 52572 }
-vm_state.vm_map: 13589.826505914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841489408, end = 2841509888, flags = 134217845, pgoff = 0, inode = 52568 }
-vm_state.vm_map: 13589.826508186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841509888, end = 2841513984, flags = 135266419, pgoff = 16384, inode = 52568 }
-vm_state.vm_map: 13589.826510771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841513984, end = 2841554944, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.826512810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841554944, end = 2841559040, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.826514860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841559040, end = 2841563136, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.826517181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841575424, end = 2841657344, flags = 134217841, pgoff = 0, inode = 98443 }
-vm_state.vm_map: 13589.826519409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2841657344, end = 2967998464, flags = 134217979, pgoff = 0, inode = 73879 }
-vm_state.vm_map: 13589.826521565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 2967998464, end = 3001655296, flags = 134217979, pgoff = 0, inode = 73878 }
-vm_state.vm_map: 13589.826530441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3001655296, end = 3017895936, flags = 134217979, pgoff = 0, inode = 1204624 }
-vm_state.vm_map: 13589.826536032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3017895936, end = 3022192640, flags = 134217979, pgoff = 0, inode = 1204558 }
-vm_state.vm_map: 13589.826555025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022192640, end = 3022393344, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 13589.826557155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022393344, end = 3022397440, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 13589.826559475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022397440, end = 3022422016, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.826561507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022422016, end = 3022426112, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.826569793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022426112, end = 3022446592, flags = 134217845, pgoff = 0, inode = 58972 }
-vm_state.vm_map: 13589.826571838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022446592, end = 3022450688, flags = 135266419, pgoff = 16384, inode = 58972 }
-vm_state.vm_map: 13589.826579084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022450688, end = 3022475264, flags = 134217845, pgoff = 0, inode = 58999 }
-vm_state.vm_map: 13589.826581121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022475264, end = 3022479360, flags = 135266419, pgoff = 20480, inode = 58999 }
-vm_state.vm_map: 13589.826583492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022479360, end = 3022499840, flags = 134217845, pgoff = 0, inode = 58997 }
-vm_state.vm_map: 13589.826585530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022499840, end = 3022503936, flags = 135266419, pgoff = 16384, inode = 58997 }
-vm_state.vm_map: 13589.826587851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022503936, end = 3022516224, flags = 134217845, pgoff = 0, inode = 59166 }
-vm_state.vm_map: 13589.826589962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022516224, end = 3022520320, flags = 135266419, pgoff = 8192, inode = 59166 }
-vm_state.vm_map: 13589.826592351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022520320, end = 3022524416, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.826594561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022524416, end = 3022548992, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.826596876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022548992, end = 3022553088, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.826598963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022553088, end = 3022557184, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.826601247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022557184, end = 3022561280, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.826603765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022561280, end = 3022565376, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.826606185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022565376, end = 3022573568, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.826608370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022573568, end = 3022606336, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.826610666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022606336, end = 3022618624, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.826612939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022618624, end = 3022626816, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.826615117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022626816, end = 3022630912, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.826617420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022630912, end = 3022635008, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.826619593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022635008, end = 3022639104, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.826621889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022639104, end = 3022667776, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.826624038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022667776, end = 3022680064, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.826626298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022680064, end = 3022684160, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.826628360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022684160, end = 3022692352, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.826630662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022692352, end = 3022696448, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.826632867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022696448, end = 3022700544, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.826635169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022700544, end = 3022712832, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.826637429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022712832, end = 3022721024, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.826640051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022721024, end = 3022753792, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.826642200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022753792, end = 3022774272, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.826644453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022774272, end = 3022782464, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.826646719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022782464, end = 3022811136, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.826648879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022811136, end = 3022856192, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.826651059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022856192, end = 3022913536, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.826653238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3022913536, end = 3023138816, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.826655264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023138816, end = 3023142912, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.826657302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023142912, end = 3023147008, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.826659739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023147008, end = 3023204352, flags = 134217845, pgoff = 0, inode = 23728 }
-vm_state.vm_map: 13589.826662017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023204352, end = 3023208448, flags = 135266419, pgoff = 53248, inode = 23728 }
-vm_state.vm_map: 13589.826664185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023208448, end = 3023495168, flags = 134217845, pgoff = 0, inode = 1065175 }
-vm_state.vm_map: 13589.826666222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023495168, end = 3023503360, flags = 135266419, pgoff = 286720, inode = 1065175 }
-vm_state.vm_map: 13589.826668377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023503360, end = 3023663104, flags = 134217845, pgoff = 0, inode = 22541 }
-vm_state.vm_map: 13589.826670544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023663104, end = 3023667200, flags = 135266419, pgoff = 159744, inode = 22541 }
-vm_state.vm_map: 13589.826672581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
-vm_state.vm_map: 13589.826675241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023912960, end = 3023945728, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.826677273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023945728, end = 3023949824, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.826682019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3023949824, end = 3024179200, flags = 134217845, pgoff = 0, inode = 23730 }
-vm_state.vm_map: 13589.826684058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024179200, end = 3024187392, flags = 135266419, pgoff = 225280, inode = 23730 }
-vm_state.vm_map: 13589.826686329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024187392, end = 3024269312, flags = 134217845, pgoff = 0, inode = 23971 }
-vm_state.vm_map: 13589.826688472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024269312, end = 3024273408, flags = 135266419, pgoff = 81920, inode = 23971 }
-vm_state.vm_map: 13589.826690829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024273408, end = 3024564224, flags = 134217845, pgoff = 0, inode = 1066190 }
-vm_state.vm_map: 13589.826692861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024564224, end = 3024576512, flags = 135266419, pgoff = 290816, inode = 1066190 }
-vm_state.vm_map: 13589.826694991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 13589.826697023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 13589.826699091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 13589.826701227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 13589.826703277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
-vm_state.vm_map: 13589.826705316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
-vm_state.vm_map: 13589.826707360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
-vm_state.vm_map: 13589.826709896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 13589.826711946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 13589.826716748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 13589.826718780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 13589.826720928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 13589.826722953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 13589.826724998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 13589.826727134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 13589.826729172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
-vm_state.vm_map: 13589.826731228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 13589.826733272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 13589.826735863 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042021376, end = 3042029568, flags = 134217845, pgoff = 0, inode = 57760 }
-vm_state.vm_map: 13589.826737933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042029568, end = 3042033664, flags = 135266419, pgoff = 4096, inode = 57760 }
-vm_state.vm_map: 13589.826740340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042033664, end = 3042041856, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.826742297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042041856, end = 3042045952, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.826744938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042045952, end = 3042058240, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.826747013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042058240, end = 3042115584, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.826749217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 13589.826751162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 13589.826753372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.826755435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
-vm_state.vm_map: 13589.826757639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.826759597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.826761924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.826763894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.826766099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.826768247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.826770340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.826772297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.826774588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
-vm_state.vm_map: 13589.826776644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 13589.826779014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 13589.826781169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.826783207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.826785264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.826787400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.826789530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.826791555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.826793623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.826795754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.826797791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
-vm_state.vm_map: 13589.826799842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.826801984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.826804041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.826806071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.826808208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.826810246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.826812647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.826814704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.826816926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.826818951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.826820989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
-vm_state.vm_map: 13589.826823070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.826825237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.826829676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.826831720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.826833899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.826835950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.826838006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.826840148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.826842167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
-vm_state.vm_map: 13589.826844279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.826846779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.826848815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
-vm_state.vm_map: 13589.826850768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.826852922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.826855095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.826857122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.826859184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.826861332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.826863394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.826865420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.826867587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
-vm_state.vm_map: 13589.826869613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
-vm_state.vm_map: 13589.826871650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
-vm_state.vm_map: 13589.826873836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 13589.826875941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 13589.826877986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
-vm_state.vm_map: 13589.826880485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 13589.826882486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 13589.826884683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.826886838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.826888981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.826891006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.826893118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.826895180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.826897317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
-vm_state.vm_map: 13589.826899312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.826901583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.826903571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.826905738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.826907820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.826909987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.826911994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.826914610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.826916635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.826918717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.826920687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.826922977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.826925026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
-vm_state.vm_map: 13589.826929478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.826931522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.826933652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.826935689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
-vm_state.vm_map: 13589.826937696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.826939987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.826942031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.826944062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.826946137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.826948686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.826950718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.826952792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.826954885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.826957089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.826959115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.826961276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.826963252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
-vm_state.vm_map: 13589.826965431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.826967586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.826969624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.826971674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
-vm_state.vm_map: 13589.826973835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.826975860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.826977898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
-vm_state.vm_map: 13589.826979986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.826982491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.826984529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
-vm_state.vm_map: 13589.826986671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 13589.826988716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 13589.826990895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
-vm_state.vm_map: 13589.826992871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.826995142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.826997212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 13589.826999230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 13589.827001379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
-vm_state.vm_map: 13589.827003441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.827005467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.827007609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.827009579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.827011740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
-vm_state.vm_map: 13589.827014049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078877184, end = 3078885376, flags = 134217845, pgoff = 0, inode = 23893 }
-vm_state.vm_map: 13589.827016425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078885376, end = 3078889472, flags = 135266419, pgoff = 4096, inode = 23893 }
-vm_state.vm_map: 13589.827018426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.827020586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.827022760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 13589.827024810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 13589.827026928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.827029089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.827031232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.827033288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.827035325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
-vm_state.vm_map: 13589.827037474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
-vm_state.vm_map: 13589.827039562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.827041586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.827043612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.827045650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2227, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.827051050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 13589.827053075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 13589.827055254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 13589.827057304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 145301504, end = 147046400, flags = 1048691, pgoff = 145301504, inode = 0 }
-vm_state.vm_map: 13589.827059631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2981187584, end = 2981249024, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 13589.827061786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2981249024, end = 2981253120, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 13589.827064064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2981253120, end = 2981277696, flags = 134217845, pgoff = 0, inode = 18679 }
-vm_state.vm_map: 13589.827066102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2981277696, end = 2981281792, flags = 135266419, pgoff = 20480, inode = 18679 }
-vm_state.vm_map: 13589.827068385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2981281792, end = 2981445632, flags = 134217845, pgoff = 0, inode = 18646 }
-vm_state.vm_map: 13589.827070332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2981445632, end = 2981449728, flags = 135266419, pgoff = 163840, inode = 18646 }
-vm_state.vm_map: 13589.827072745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2981449728, end = 2982113280, flags = 134217845, pgoff = 0, inode = 18913 }
-vm_state.vm_map: 13589.827074782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982113280, end = 2982137856, flags = 135266419, pgoff = 659456, inode = 18913 }
-vm_state.vm_map: 13589.827077072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982137856, end = 2982227968, flags = 134217845, pgoff = 0, inode = 19203 }
-vm_state.vm_map: 13589.827079098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982227968, end = 2982232064, flags = 135266419, pgoff = 86016, inode = 19203 }
-vm_state.vm_map: 13589.827081369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982232064, end = 2982301696, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.827083408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982301696, end = 2982305792, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.827085821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982305792, end = 2982309888, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.827087803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982309888, end = 2982318080, flags = 1048691, pgoff = 2982309888, inode = 0 }
-vm_state.vm_map: 13589.827090216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982318080, end = 2982780928, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 13589.827092236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982780928, end = 2982793216, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 13589.827094526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2982793216, end = 2983399424, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 13589.827096570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983399424, end = 2983415808, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 13589.827098730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983415808, end = 2983579648, flags = 134217845, pgoff = 0, inode = 18977 }
-vm_state.vm_map: 13589.827100769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983579648, end = 2983583744, flags = 135266419, pgoff = 163840, inode = 18977 }
-vm_state.vm_map: 13589.827102973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983583744, end = 2983849984, flags = 134217845, pgoff = 0, inode = 19433 }
-vm_state.vm_map: 13589.827104924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983849984, end = 2983858176, flags = 135266419, pgoff = 262144, inode = 19433 }
-vm_state.vm_map: 13589.827106869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983858176, end = 2983862272, flags = 1048691, pgoff = 2983858176, inode = 0 }
-vm_state.vm_map: 13589.827111506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983862272, end = 2983911424, flags = 134217845, pgoff = 0, inode = 19447 }
-vm_state.vm_map: 13589.827113660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983911424, end = 2983915520, flags = 135266419, pgoff = 49152, inode = 19447 }
-vm_state.vm_map: 13589.827116301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2983915520, end = 2984112128, flags = 134217845, pgoff = 0, inode = 19429 }
-vm_state.vm_map: 13589.827118333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984112128, end = 2984116224, flags = 135266419, pgoff = 192512, inode = 19429 }
-vm_state.vm_map: 13589.827121073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984116224, end = 2984341504, flags = 134217845, pgoff = 0, inode = 20835 }
-vm_state.vm_map: 13589.827123148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984341504, end = 2984345600, flags = 135266419, pgoff = 221184, inode = 20835 }
-vm_state.vm_map: 13589.827125530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984345600, end = 2984599552, flags = 134217845, pgoff = 0, inode = 18395 }
-vm_state.vm_map: 13589.827127481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984599552, end = 2984603648, flags = 135266419, pgoff = 249856, inode = 18395 }
-vm_state.vm_map: 13589.827135171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984603648, end = 2984988672, flags = 134217845, pgoff = 0, inode = 20862 }
-vm_state.vm_map: 13589.827137215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984988672, end = 2984992768, flags = 135266419, pgoff = 380928, inode = 20862 }
-vm_state.vm_map: 13589.827139726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2984992768, end = 2985021440, flags = 134217845, pgoff = 0, inode = 1065218 }
-vm_state.vm_map: 13589.827141765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2985021440, end = 2985025536, flags = 135266419, pgoff = 28672, inode = 1065218 }
-vm_state.vm_map: 13589.827160319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2985025536, end = 2986471424, flags = 134217845, pgoff = 0, inode = 22753 }
-vm_state.vm_map: 13589.827162480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2986471424, end = 2986483712, flags = 135266419, pgoff = 1441792, inode = 22753 }
-vm_state.vm_map: 13589.827165067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2986483712, end = 2986876928, flags = 134217845, pgoff = 0, inode = 23655 }
-vm_state.vm_map: 13589.827167092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2986876928, end = 2986885120, flags = 135266419, pgoff = 393216, inode = 23655 }
-vm_state.vm_map: 13589.827172424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2986885120, end = 2987106304, flags = 134217845, pgoff = 0, inode = 20840 }
-vm_state.vm_map: 13589.827174837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2987106304, end = 2987110400, flags = 135266419, pgoff = 221184, inode = 20840 }
-vm_state.vm_map: 13589.827181768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2987110400, end = 2987315200, flags = 134217845, pgoff = 0, inode = 20867 }
-vm_state.vm_map: 13589.827183801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2987315200, end = 2987319296, flags = 135266419, pgoff = 204800, inode = 20867 }
-vm_state.vm_map: 13589.827185974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2987413504, end = 2987417600, flags = 1048688, pgoff = 2987413504, inode = 0 }
-vm_state.vm_map: 13589.827188011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2987417600, end = 2995806208, flags = 1048691, pgoff = 2987417600, inode = 0 }
-vm_state.vm_map: 13589.827190264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2997850112, end = 2997891072, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.827192413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2997891072, end = 2997895168, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.827194470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2997895168, end = 2997899264, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.827196637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2997899264, end = 2997936128, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.827198767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2997936128, end = 2997940224, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.827200860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2997940224, end = 2997944320, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.827203028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2997944320, end = 2998022144, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.827205194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998022144, end = 2998026240, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.827207269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998026240, end = 2998030336, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.827209762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998030336, end = 2998038528, flags = 1048691, pgoff = 2998030336, inode = 0 }
-vm_state.vm_map: 13589.827211881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998038528, end = 2998063104, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.827214054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998063104, end = 2998067200, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.827215999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998067200, end = 2998071296, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.827222913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998083584, end = 2998161408, flags = 134217845, pgoff = 0, inode = 50114 }
-vm_state.vm_map: 13589.827224944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998161408, end = 2998165504, flags = 135266419, pgoff = 77824, inode = 50114 }
-vm_state.vm_map: 13589.827231710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998165504, end = 2998231040, flags = 134217845, pgoff = 0, inode = 57391 }
-vm_state.vm_map: 13589.827233877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998231040, end = 2998235136, flags = 135266419, pgoff = 61440, inode = 57391 }
-vm_state.vm_map: 13589.827235921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998235136, end = 2998251520, flags = 1048691, pgoff = 2998235136, inode = 0 }
-vm_state.vm_map: 13589.827238359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998251520, end = 2998534144, flags = 134217845, pgoff = 0, inode = 22693 }
-vm_state.vm_map: 13589.827240403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998534144, end = 2998546432, flags = 135266419, pgoff = 282624, inode = 22693 }
-vm_state.vm_map: 13589.827242423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998546432, end = 2998571008, flags = 1048691, pgoff = 2998546432, inode = 0 }
-vm_state.vm_map: 13589.827245082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998575104, end = 2998591488, flags = 134217845, pgoff = 0, inode = 57390 }
-vm_state.vm_map: 13589.827247101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998591488, end = 2998595584, flags = 135266419, pgoff = 12288, inode = 57390 }
-vm_state.vm_map: 13589.827249397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998595584, end = 2998616064, flags = 134217845, pgoff = 0, inode = 57392 }
-vm_state.vm_map: 13589.827251424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998616064, end = 2998620160, flags = 135266419, pgoff = 16384, inode = 57392 }
-vm_state.vm_map: 13589.827253714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998620160, end = 2998661120, flags = 134217845, pgoff = 0, inode = 57395 }
-vm_state.vm_map: 13589.827255745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998661120, end = 2998665216, flags = 135266419, pgoff = 36864, inode = 57395 }
-vm_state.vm_map: 13589.827258066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998665216, end = 2998935552, flags = 134217845, pgoff = 0, inode = 18916 }
-vm_state.vm_map: 13589.827260091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998935552, end = 2998939648, flags = 135266419, pgoff = 266240, inode = 18916 }
-vm_state.vm_map: 13589.827262381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2998939648, end = 2999021568, flags = 134217845, pgoff = 0, inode = 18915 }
-vm_state.vm_map: 13589.827264407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999021568, end = 2999029760, flags = 135266419, pgoff = 77824, inode = 18915 }
-vm_state.vm_map: 13589.827266716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999029760, end = 2999812096, flags = 134217845, pgoff = 0, inode = 18927 }
-vm_state.vm_map: 13589.827268747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999812096, end = 2999820288, flags = 135266419, pgoff = 778240, inode = 18927 }
-vm_state.vm_map: 13589.827270951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999820288, end = 2999832576, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 13589.827272976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999832576, end = 2999836672, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 13589.827275144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999836672, end = 2999853056, flags = 134217845, pgoff = 0, inode = 57389 }
-vm_state.vm_map: 13589.827277200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999853056, end = 2999857152, flags = 135266419, pgoff = 12288, inode = 57389 }
-vm_state.vm_map: 13589.827279779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999857152, end = 2999889920, flags = 134217845, pgoff = 0, inode = 57396 }
-vm_state.vm_map: 13589.827281811 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999889920, end = 2999894016, flags = 135266419, pgoff = 28672, inode = 57396 }
-vm_state.vm_map: 13589.827283978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999894016, end = 2999910400, flags = 134217845, pgoff = 0, inode = 57393 }
-vm_state.vm_map: 13589.827286078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999910400, end = 2999914496, flags = 135266419, pgoff = 12288, inode = 57393 }
-vm_state.vm_map: 13589.827288337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 2999914496, end = 3000279040, flags = 134217845, pgoff = 0, inode = 22572 }
-vm_state.vm_map: 13589.827290282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000279040, end = 3000287232, flags = 135266419, pgoff = 364544, inode = 22572 }
-vm_state.vm_map: 13589.827292591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000287232, end = 3000295424, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 13589.827294574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000295424, end = 3000299520, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 13589.827296993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000299520, end = 3000324096, flags = 134217845, pgoff = 0, inode = 18917 }
-vm_state.vm_map: 13589.827298932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000324096, end = 3000328192, flags = 135266419, pgoff = 20480, inode = 18917 }
-vm_state.vm_map: 13589.827301222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000328192, end = 3000344576, flags = 134217845, pgoff = 0, inode = 18914 }
-vm_state.vm_map: 13589.827303247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000344576, end = 3000348672, flags = 135266419, pgoff = 16384, inode = 18914 }
-vm_state.vm_map: 13589.827305446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000348672, end = 3000377344, flags = 134217845, pgoff = 0, inode = 57397 }
-vm_state.vm_map: 13589.827307471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000377344, end = 3000381440, flags = 135266419, pgoff = 24576, inode = 57397 }
-vm_state.vm_map: 13589.827309743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000381440, end = 3000582144, flags = 134217845, pgoff = 0, inode = 20709 }
-vm_state.vm_map: 13589.827311824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000582144, end = 3000590336, flags = 135266419, pgoff = 196608, inode = 20709 }
-vm_state.vm_map: 13589.827314329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000590336, end = 3000598528, flags = 1048691, pgoff = 3000590336, inode = 0 }
-vm_state.vm_map: 13589.827316497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3000598528, end = 3001049088, flags = 134217845, pgoff = 0, inode = 20711 }
-vm_state.vm_map: 13589.827318664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001049088, end = 3001061376, flags = 135266419, pgoff = 450560, inode = 20711 }
-vm_state.vm_map: 13589.827320849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001061376, end = 3001188352, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 13589.827323016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001188352, end = 3001192448, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 13589.827325110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001200640, end = 3001217024, flags = 134217845, pgoff = 0, inode = 57394 }
-vm_state.vm_map: 13589.827327277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001217024, end = 3001221120, flags = 135266419, pgoff = 16384, inode = 57394 }
-vm_state.vm_map: 13589.827329382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001221120, end = 3001245696, flags = 134217845, pgoff = 0, inode = 57398 }
-vm_state.vm_map: 13589.827331549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001245696, end = 3001249792, flags = 135266419, pgoff = 24576, inode = 57398 }
-vm_state.vm_map: 13589.827333630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001249792, end = 3001266176, flags = 134217845, pgoff = 0, inode = 52571 }
-vm_state.vm_map: 13589.827335803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001266176, end = 3001270272, flags = 135266419, pgoff = 12288, inode = 52571 }
-vm_state.vm_map: 13589.827337884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001270272, end = 3001282560, flags = 134217845, pgoff = 0, inode = 49489 }
-vm_state.vm_map: 13589.827340076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001282560, end = 3001286656, flags = 135266419, pgoff = 8192, inode = 49489 }
-vm_state.vm_map: 13589.827356772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3001286656, end = 3017527296, flags = 134217979, pgoff = 0, inode = 1204527 }
-vm_state.vm_map: 13589.827359148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3017527296, end = 3021824000, flags = 134217979, pgoff = 0, inode = 1204522 }
-vm_state.vm_map: 13589.827361531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3021824000, end = 3022024704, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 13589.827363944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022024704, end = 3022028800, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 13589.827366235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022028800, end = 3022053376, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.827368229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022053376, end = 3022057472, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.827370642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022057472, end = 3022077952, flags = 134217845, pgoff = 0, inode = 52570 }
-vm_state.vm_map: 13589.827372649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022077952, end = 3022082048, flags = 135266419, pgoff = 16384, inode = 52570 }
-vm_state.vm_map: 13589.827374959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022082048, end = 3022118912, flags = 134217845, pgoff = 0, inode = 52569 }
-vm_state.vm_map: 13589.827376959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022118912, end = 3022123008, flags = 135266419, pgoff = 32768, inode = 52569 }
-vm_state.vm_map: 13589.827379274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022123008, end = 3022147584, flags = 134217845, pgoff = 0, inode = 52572 }
-vm_state.vm_map: 13589.827381385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022147584, end = 3022151680, flags = 135266419, pgoff = 20480, inode = 52572 }
-vm_state.vm_map: 13589.827383798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022151680, end = 3022155776, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.827386034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022155776, end = 3022180352, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.827388435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022180352, end = 3022184448, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.827390559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022184448, end = 3022188544, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.827392959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022188544, end = 3022192640, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.827395146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022192640, end = 3022196736, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.827397460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022196736, end = 3022204928, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.827400064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022204928, end = 3022237696, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.827402225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022237696, end = 3022249984, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.827404331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022249984, end = 3022258176, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.827406738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022258176, end = 3022262272, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.827408905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022262272, end = 3022266368, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.827411078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022266368, end = 3022270464, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.827413269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022270464, end = 3022299136, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.827415579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022299136, end = 3022311424, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.827417653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022311424, end = 3022315520, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.827420042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022315520, end = 3022323712, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.827422326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022323712, end = 3022327808, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.827424492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022327808, end = 3022331904, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.827426574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022331904, end = 3022344192, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.827428876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022344192, end = 3022352384, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.827430982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022352384, end = 3022385152, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.827433401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022385152, end = 3022405632, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.827435876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022405632, end = 3022413824, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.827438173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022413824, end = 3022442496, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.827440272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022442496, end = 3022487552, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.827442605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022487552, end = 3022712832, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.827444630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022712832, end = 3022716928, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.827446675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022716928, end = 3022721024, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.827448830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3022721024, end = 3023654912, flags = 134217845, pgoff = 0, inode = 20876 }
-vm_state.vm_map: 13589.827451003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023654912, end = 3023667200, flags = 135266419, pgoff = 933888, inode = 20876 }
-vm_state.vm_map: 13589.827453040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
-vm_state.vm_map: 13589.827455244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023904768, end = 3023912960, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 13589.827457233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023912960, end = 3023917056, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 13589.827459462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023917056, end = 3023937536, flags = 134217845, pgoff = 0, inode = 52568 }
-vm_state.vm_map: 13589.827461432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023937536, end = 3023941632, flags = 135266419, pgoff = 16384, inode = 52568 }
-vm_state.vm_map: 13589.827463709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023941632, end = 3023998976, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.827465791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3023998976, end = 3024285696, flags = 134217845, pgoff = 0, inode = 20877 }
-vm_state.vm_map: 13589.827468087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024285696, end = 3024293888, flags = 135266419, pgoff = 282624, inode = 20877 }
-vm_state.vm_map: 13589.827470820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024293888, end = 3024478208, flags = 134217845, pgoff = 0, inode = 20878 }
-vm_state.vm_map: 13589.827472852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024478208, end = 3024482304, flags = 135266419, pgoff = 184320, inode = 20878 }
-vm_state.vm_map: 13589.827475068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024482304, end = 3024515072, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.827477235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024515072, end = 3024519168, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.827479446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024519168, end = 3024576512, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.827481526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 13589.827483595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 13589.827485793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 13589.827487811 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 13589.827489985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
-vm_state.vm_map: 13589.827491949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
-vm_state.vm_map: 13589.827494122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
-vm_state.vm_map: 13589.827496296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 13589.827498321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 13589.827500377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 13589.827502661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 13589.827505063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 13589.827507087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 13589.827509237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 13589.827511256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 13589.827513293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
-vm_state.vm_map: 13589.827515436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 13589.827517536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 13589.827519887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3042021376, end = 3042029568, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.827521912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3042029568, end = 3042033664, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.827524282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3042033664, end = 3042111488, flags = 134217845, pgoff = 0, inode = 22643 }
-vm_state.vm_map: 13589.827526246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3042111488, end = 3042115584, flags = 135266419, pgoff = 73728, inode = 22643 }
-vm_state.vm_map: 13589.827528493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 13589.827530519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 13589.827532594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.827534657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
-vm_state.vm_map: 13589.827536885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.827539255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.827541404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.827543361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.827545565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.827547721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.827549789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.827551747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.827553920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
-vm_state.vm_map: 13589.827556099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 13589.827558125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 13589.827563247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.827565284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.827567428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.827569459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.827571454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.827574107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.827576170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.827578194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.827580350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
-vm_state.vm_map: 13589.827582406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.827584437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.827586444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.827588735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.827590729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.827592896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.827594971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.827597138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.827599126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.827601411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.827603448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
-vm_state.vm_map: 13589.827605498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.827608023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.827610079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.827612105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.827614253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.827616279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.827618329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.827620576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.827622761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
-vm_state.vm_map: 13589.827624947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.827626892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.827629164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
-vm_state.vm_map: 13589.827631122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.827633283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.827635339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.827637499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.827639475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.827642105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.827644161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.827646186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.827648328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
-vm_state.vm_map: 13589.827650355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
-vm_state.vm_map: 13589.827652392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
-vm_state.vm_map: 13589.827654455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 13589.827656584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 13589.827658691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
-vm_state.vm_map: 13589.827663111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 13589.827665154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 13589.827667266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.827669396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.827671459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.827673607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.827675910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.827678113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.827680275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
-vm_state.vm_map: 13589.827682331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.827684270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.827686468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.827688530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.827690740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.827692692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.827695013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.827696965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.827699132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.827701262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.827703423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.827705387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.827707683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
-vm_state.vm_map: 13589.827709992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.827712178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.827714240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.827716413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
-vm_state.vm_map: 13589.827718383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.827720661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.827722699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.827724860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.827726799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.827729077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.827731016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.827733220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.827735338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.827737412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.827739370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.827741667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.827743951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
-vm_state.vm_map: 13589.827746155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.827748291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.827750323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.827752287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
-vm_state.vm_map: 13589.827754472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.827756534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.827758701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
-vm_state.vm_map: 13589.827760820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.827762987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.827765129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
-vm_state.vm_map: 13589.827767197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 13589.827769241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 13589.827771391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
-vm_state.vm_map: 13589.827773373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.827775540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.827777922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 13589.827780114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 13589.827782140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
-vm_state.vm_map: 13589.827784208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.827786270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.827788456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.827790395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.827792722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
-vm_state.vm_map: 13589.827794852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078877184, end = 3078889472, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.827797050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.827798989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.827801292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 13589.827803336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 13589.827805398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.827807553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.827809572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.827811998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.827814184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
-vm_state.vm_map: 13589.827816215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
-vm_state.vm_map: 13589.827818302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.827820346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.827822624 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.827824662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2228, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.827827192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 13589.827829138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 13589.827831421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 13589.827833466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 145301504, end = 147578880, flags = 1048691, pgoff = 145301504, inode = 0 }
-vm_state.vm_map: 13589.827835780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998648832, end = 2998689792, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.827837855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998689792, end = 2998693888, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.827840022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998693888, end = 2998697984, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.827842330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998697984, end = 2998734848, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.827844375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998734848, end = 2998738944, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.827846659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998738944, end = 2998743040, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.827848998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998743040, end = 2998767616, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.827851049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998767616, end = 2998771712, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.827853068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998771712, end = 2998775808, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.827855383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 2998775808, end = 3015016448, flags = 134217979, pgoff = 0, inode = 1204527 }
-vm_state.vm_map: 13589.827857556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3015016448, end = 3019313152, flags = 134217979, pgoff = 0, inode = 1204522 }
-vm_state.vm_map: 13589.827859790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019313152, end = 3019513856, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 13589.827861834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019513856, end = 3019517952, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 13589.827864063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019517952, end = 3019550720, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.827866162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019550720, end = 3019554816, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.827868366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019554816, end = 3019579392, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.827870527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019579392, end = 3019583488, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.827872749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019595776, end = 3019677696, flags = 134217841, pgoff = 0, inode = 98443 }
-vm_state.vm_map: 13589.827875145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019677696, end = 3019681792, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.827877349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019681792, end = 3019706368, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.827879497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019706368, end = 3019710464, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.827881997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019710464, end = 3019714560, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.827884287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019714560, end = 3019718656, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.827886423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019718656, end = 3019722752, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.827888590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019722752, end = 3019730944, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.827890856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019730944, end = 3019763712, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.827892999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019763712, end = 3019776000, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.827895147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019776000, end = 3019784192, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.827897400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019784192, end = 3019788288, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.827899672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019788288, end = 3019792384, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.827901815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019792384, end = 3019796480, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.827903982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019796480, end = 3019825152, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.827906124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019825152, end = 3019837440, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.827908309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019837440, end = 3019841536, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.827910452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019841536, end = 3019849728, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.827912612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019849728, end = 3019853824, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.827914780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019853824, end = 3019857920, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.827917421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019857920, end = 3019870208, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.827919594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019870208, end = 3019878400, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.827921792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019878400, end = 3019911168, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.827923952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019911168, end = 3019931648, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.827926108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019931648, end = 3019939840, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.827928287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019939840, end = 3019968512, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.827930460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3019968512, end = 3020013568, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.827932621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020013568, end = 3020070912, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.827934721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020070912, end = 3020140544, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.827936888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020140544, end = 3020144640, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.827938981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020144640, end = 3020148736, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.827941037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020148736, end = 3020156928, flags = 1048691, pgoff = 3020148736, inode = 0 }
-vm_state.vm_map: 13589.827943168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020156928, end = 3020177408, flags = 134217845, pgoff = 0, inode = 21278 }
-vm_state.vm_map: 13589.827945458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020177408, end = 3020181504, flags = 135266419, pgoff = 16384, inode = 21278 }
-vm_state.vm_map: 13589.827947754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020181504, end = 3020345344, flags = 134217845, pgoff = 0, inode = 21283 }
-vm_state.vm_map: 13589.827949705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020345344, end = 3020349440, flags = 135266419, pgoff = 159744, inode = 21283 }
-vm_state.vm_map: 13589.827952137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3020349440, end = 3021312000, flags = 134217845, pgoff = 0, inode = 21285 }
-vm_state.vm_map: 13589.827954255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021312000, end = 3021369344, flags = 135266419, pgoff = 962560, inode = 21285 }
-vm_state.vm_map: 13589.827956342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021369344, end = 3021692928, flags = 134217845, pgoff = 0, inode = 21280 }
-vm_state.vm_map: 13589.827958478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021692928, end = 3021697024, flags = 135266419, pgoff = 323584, inode = 21280 }
-vm_state.vm_map: 13589.827960854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021697024, end = 3021774848, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.827962898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021774848, end = 3021778944, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.827964844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021778944, end = 3021783040, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.827967030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021783040, end = 3021791232, flags = 1048691, pgoff = 3021783040, inode = 0 }
-vm_state.vm_map: 13589.827969209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021791232, end = 3021803520, flags = 134217845, pgoff = 0, inode = 499779 }
-vm_state.vm_map: 13589.827971246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021803520, end = 3021807616, flags = 135266419, pgoff = 8192, inode = 499779 }
-vm_state.vm_map: 13589.827973377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021807616, end = 3021828096, flags = 134217845, pgoff = 0, inode = 18127 }
-vm_state.vm_map: 13589.827975538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021828096, end = 3021832192, flags = 135266419, pgoff = 16384, inode = 18127 }
-vm_state.vm_map: 13589.827977736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3021832192, end = 3022057472, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.827979779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022057472, end = 3022061568, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.827981860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022061568, end = 3022065664, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.827984144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022065664, end = 3022082048, flags = 134217845, pgoff = 0, inode = 21276 }
-vm_state.vm_map: 13589.827986527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022082048, end = 3022086144, flags = 135266419, pgoff = 12288, inode = 21276 }
-vm_state.vm_map: 13589.827988700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022086144, end = 3022483456, flags = 134217845, pgoff = 0, inode = 24050 }
-vm_state.vm_map: 13589.827990744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022483456, end = 3022491648, flags = 135266419, pgoff = 397312, inode = 24050 }
-vm_state.vm_map: 13589.827992783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022491648, end = 3022508032, flags = 1048691, pgoff = 3022491648, inode = 0 }
-vm_state.vm_map: 13589.827994949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022508032, end = 3022536704, flags = 134217845, pgoff = 0, inode = 499851 }
-vm_state.vm_map: 13589.827996987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022536704, end = 3022540800, flags = 135266419, pgoff = 28672, inode = 499851 }
-vm_state.vm_map: 13589.827999339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022540800, end = 3022843904, flags = 134217845, pgoff = 0, inode = 24049 }
-vm_state.vm_map: 13589.828001505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022843904, end = 3022848000, flags = 135266419, pgoff = 299008, inode = 24049 }
-vm_state.vm_map: 13589.828003672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3022848000, end = 3023650816, flags = 134217845, pgoff = 0, inode = 21274 }
-vm_state.vm_map: 13589.828005723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3023650816, end = 3023667200, flags = 135266419, pgoff = 802816, inode = 21274 }
-vm_state.vm_map: 13589.828007668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
-vm_state.vm_map: 13589.828009958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3023908864, end = 3024171008, flags = 134217845, pgoff = 0, inode = 24048 }
-vm_state.vm_map: 13589.828011985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024171008, end = 3024175104, flags = 135266419, pgoff = 262144, inode = 24048 }
-vm_state.vm_map: 13589.828014478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024175104, end = 3024257024, flags = 134217845, pgoff = 0, inode = 19186 }
-vm_state.vm_map: 13589.828016460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024257024, end = 3024261120, flags = 135266419, pgoff = 77824, inode = 19186 }
-vm_state.vm_map: 13589.828021914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024261120, end = 3024564224, flags = 134217845, pgoff = 0, inode = 24371 }
-vm_state.vm_map: 13589.828024063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024564224, end = 3024576512, flags = 135266419, pgoff = 303104, inode = 24371 }
-vm_state.vm_map: 13589.828026144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 13589.828028188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 13589.828030244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 13589.828032281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 13589.828034338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
-vm_state.vm_map: 13589.828036376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
-vm_state.vm_map: 13589.828038420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
-vm_state.vm_map: 13589.828040470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 13589.828042513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 13589.828044491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 13589.828046651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 13589.828048818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 13589.828050843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 13589.828052899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 13589.828055406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 13589.828057443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
-vm_state.vm_map: 13589.828059512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 13589.828061599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 13589.828064000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3042033664, end = 3042041856, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.828066031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3042041856, end = 3042045952, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.828068199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3042045952, end = 3042058240, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.828070415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3042058240, end = 3042115584, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.828072600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 13589.828074773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 13589.828076953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.828078917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
-vm_state.vm_map: 13589.828081225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.828083386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.828085448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.828087493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.828089906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.828091944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.828094031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.828095989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.828098279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
-vm_state.vm_map: 13589.828100274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 13589.828102440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 13589.828104442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.828106615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.828108597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.828110893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.828112882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.828115173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.828117253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.828119420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.828121507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
-vm_state.vm_map: 13589.828124154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.828126125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.828128433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.828130391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.828132589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.828134675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.828136868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.828138838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.828141122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.828143098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.828145278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
-vm_state.vm_map: 13589.828147371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.828149642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.828151618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.828153896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.828155977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.828158489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.828160447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.828162638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.828164676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
-vm_state.vm_map: 13589.828166954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.828168900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.828171079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
-vm_state.vm_map: 13589.828173043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.828175217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.828177199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.828179359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.828181379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.828183410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.828185393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.828187566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.828189616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
-vm_state.vm_map: 13589.828192122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
-vm_state.vm_map: 13589.828194165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
-vm_state.vm_map: 13589.828196252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 13589.828198204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 13589.828200482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
-vm_state.vm_map: 13589.828202458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 13589.828204637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 13589.828206687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.828208732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.828210788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.828212949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.828215011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.828217042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.828219087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
-vm_state.vm_map: 13589.828221069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.828223248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.828225582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.828227675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.828229768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.828231806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.828233954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.828235949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.828238049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.828240111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.828242149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.828244125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.828246262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
-vm_state.vm_map: 13589.828248440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.828250485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.828252646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.828254757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
-vm_state.vm_map: 13589.828256825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.828259233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.828261474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.828263518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.828265555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.828267618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.828269662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.828271724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.828273768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.828275818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.828277857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.828279894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.828281938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
-vm_state.vm_map: 13589.828284099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.828286130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.828288273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.828290317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
-vm_state.vm_map: 13589.828292724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.828294762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.828296960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
-vm_state.vm_map: 13589.828299004 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.828301146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.828303116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
-vm_state.vm_map: 13589.828305308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 13589.828307333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 13589.828309501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
-vm_state.vm_map: 13589.828311575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.828313742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.828315921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 13589.828317948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 13589.828319984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
-vm_state.vm_map: 13589.828322164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.828324202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.828326603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.828328751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.828330808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
-vm_state.vm_map: 13589.828333190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078873088, end = 3078885376, flags = 134217845, pgoff = 0, inode = 24046 }
-vm_state.vm_map: 13589.828335345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078885376, end = 3078889472, flags = 135266419, pgoff = 8192, inode = 24046 }
-vm_state.vm_map: 13589.828337321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.828339488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.828341631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 13589.828343767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 13589.828345829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.828347855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.828349986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.828352042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.828354079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
-vm_state.vm_map: 13589.828356221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
-vm_state.vm_map: 13589.828358309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.828360685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.828362828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.828378803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2237, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.828385101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
-vm_state.vm_map: 13589.828387108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
-vm_state.vm_map: 13589.828389275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 160477184, end = 162349056, flags = 1048691, pgoff = 160477184, inode = 0 }
-vm_state.vm_map: 13589.828391332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3033907200, end = 3034677248, flags = 1048691, pgoff = 3033907200, inode = 0 }
-vm_state.vm_map: 13589.828393677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034677248, end = 3034689536, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 13589.828395654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034689536, end = 3034693632, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 13589.828398092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034693632, end = 3034755072, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 13589.828400087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034755072, end = 3034759168, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 13589.828402518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034759168, end = 3034767360, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 13589.828404513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034767360, end = 3034771456, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 13589.828406907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034771456, end = 3034796032, flags = 134217845, pgoff = 0, inode = 18679 }
-vm_state.vm_map: 13589.828408877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034796032, end = 3034800128, flags = 135266419, pgoff = 20480, inode = 18679 }
-vm_state.vm_map: 13589.828411770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034800128, end = 3034963968, flags = 134217845, pgoff = 0, inode = 18646 }
-vm_state.vm_map: 13589.828413791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034963968, end = 3034968064, flags = 135266419, pgoff = 163840, inode = 18646 }
-vm_state.vm_map: 13589.828415957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3034968064, end = 3035631616, flags = 134217845, pgoff = 0, inode = 18913 }
-vm_state.vm_map: 13589.828417952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035631616, end = 3035656192, flags = 135266419, pgoff = 659456, inode = 18913 }
-vm_state.vm_map: 13589.828420371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035656192, end = 3035746304, flags = 134217845, pgoff = 0, inode = 19203 }
-vm_state.vm_map: 13589.828422397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035746304, end = 3035750400, flags = 135266419, pgoff = 86016, inode = 19203 }
-vm_state.vm_map: 13589.828424737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035750400, end = 3035820032, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.828426719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035820032, end = 3035824128, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.828428960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035824128, end = 3035828224, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.828430912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035828224, end = 3035836416, flags = 1048691, pgoff = 3035828224, inode = 0 }
-vm_state.vm_map: 13589.828433313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3035836416, end = 3036299264, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 13589.828435283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3036299264, end = 3036311552, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 13589.828437579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3036311552, end = 3036917760, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 13589.828439536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3036917760, end = 3036934144, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 13589.828441827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3036934144, end = 3037097984, flags = 134217845, pgoff = 0, inode = 18977 }
-vm_state.vm_map: 13589.828443797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037097984, end = 3037102080, flags = 135266419, pgoff = 163840, inode = 18977 }
-vm_state.vm_map: 13589.828446617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037102080, end = 3037368320, flags = 134217845, pgoff = 0, inode = 19433 }
-vm_state.vm_map: 13589.828448654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037368320, end = 3037376512, flags = 135266419, pgoff = 262144, inode = 19433 }
-vm_state.vm_map: 13589.828450828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037376512, end = 3037380608, flags = 1048691, pgoff = 3037376512, inode = 0 }
-vm_state.vm_map: 13589.828452958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037380608, end = 3037429760, flags = 134217845, pgoff = 0, inode = 19447 }
-vm_state.vm_map: 13589.828455119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037429760, end = 3037433856, flags = 135266419, pgoff = 49152, inode = 19447 }
-vm_state.vm_map: 13589.828457353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037433856, end = 3037630464, flags = 134217845, pgoff = 0, inode = 19429 }
-vm_state.vm_map: 13589.828459514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037630464, end = 3037634560, flags = 135266419, pgoff = 192512, inode = 19429 }
-vm_state.vm_map: 13589.828461724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3037634560, end = 3038892032, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.828463886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3038892032, end = 3038912512, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.828465856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3038912512, end = 3038916608, flags = 1048691, pgoff = 3038912512, inode = 0 }
-vm_state.vm_map: 13589.828468195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3038916608, end = 3039141888, flags = 134217845, pgoff = 0, inode = 20835 }
-vm_state.vm_map: 13589.828470171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039141888, end = 3039145984, flags = 135266419, pgoff = 221184, inode = 20835 }
-vm_state.vm_map: 13589.828472473 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039145984, end = 3039399936, flags = 134217845, pgoff = 0, inode = 18395 }
-vm_state.vm_map: 13589.828474419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039399936, end = 3039404032, flags = 135266419, pgoff = 249856, inode = 18395 }
-vm_state.vm_map: 13589.828476783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039404032, end = 3039789056, flags = 134217845, pgoff = 0, inode = 20862 }
-vm_state.vm_map: 13589.828478803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039789056, end = 3039793152, flags = 135266419, pgoff = 380928, inode = 20862 }
-vm_state.vm_map: 13589.828481426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039793152, end = 3039821824, flags = 134217845, pgoff = 0, inode = 1065218 }
-vm_state.vm_map: 13589.828483451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039821824, end = 3039825920, flags = 135266419, pgoff = 28672, inode = 1065218 }
-vm_state.vm_map: 13589.828485630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3039825920, end = 3041271808, flags = 134217845, pgoff = 0, inode = 22753 }
-vm_state.vm_map: 13589.828487606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3041271808, end = 3041284096, flags = 135266419, pgoff = 1441792, inode = 22753 }
-vm_state.vm_map: 13589.828489902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3041284096, end = 3041677312, flags = 134217845, pgoff = 0, inode = 23655 }
-vm_state.vm_map: 13589.828491848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3041677312, end = 3041685504, flags = 135266419, pgoff = 393216, inode = 23655 }
-vm_state.vm_map: 13589.828494194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3041685504, end = 3041906688, flags = 134217845, pgoff = 0, inode = 20840 }
-vm_state.vm_map: 13589.828496158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3041906688, end = 3041910784, flags = 135266419, pgoff = 221184, inode = 20840 }
-vm_state.vm_map: 13589.828498472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3041910784, end = 3042115584, flags = 134217845, pgoff = 0, inode = 20867 }
-vm_state.vm_map: 13589.828500436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3042115584, end = 3042119680, flags = 135266419, pgoff = 204800, inode = 20867 }
-vm_state.vm_map: 13589.828503151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3042213888, end = 3043295232, flags = 134217845, pgoff = 0, inode = 20763 }
-vm_state.vm_map: 13589.828505257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043295232, end = 3043319808, flags = 135266419, pgoff = 1081344, inode = 20763 }
-vm_state.vm_map: 13589.828507424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043319808, end = 3043323904, flags = 1048691, pgoff = 3043319808, inode = 0 }
-vm_state.vm_map: 13589.828509751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043323904, end = 3043426304, flags = 134217845, pgoff = 0, inode = 20879 }
-vm_state.vm_map: 13589.828511918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043426304, end = 3043430400, flags = 135266419, pgoff = 98304, inode = 20879 }
-vm_state.vm_map: 13589.828514036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043430400, end = 3043614720, flags = 134217845, pgoff = 0, inode = 20878 }
-vm_state.vm_map: 13589.828516542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043614720, end = 3043618816, flags = 135266419, pgoff = 184320, inode = 20878 }
-vm_state.vm_map: 13589.828518881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043618816, end = 3043725312, flags = 134217845, pgoff = 0, inode = 1114215 }
-vm_state.vm_map: 13589.828521049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043725312, end = 3043729408, flags = 135266419, pgoff = 102400, inode = 1114215 }
-vm_state.vm_map: 13589.828523363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043729408, end = 3043770368, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.828525388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043770368, end = 3043774464, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.828527432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043774464, end = 3043778560, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.828529698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043778560, end = 3043815424, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.828531742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043815424, end = 3043819520, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.828533681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043819520, end = 3043823616, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.828536008 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043823616, end = 3043901440, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.828538058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043901440, end = 3043905536, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.828540096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043905536, end = 3043909632, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.828542134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043909632, end = 3043917824, flags = 1048691, pgoff = 3043909632, inode = 0 }
-vm_state.vm_map: 13589.828544301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043917824, end = 3043942400, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.828546326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043942400, end = 3043946496, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.828548352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3043946496, end = 3043950592, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.828551048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3045994496, end = 3046219776, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.828553000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046219776, end = 3046223872, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.828554940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046223872, end = 3046227968, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.828557396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046227968, end = 3046428672, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 13589.828559366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046428672, end = 3046432768, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 13589.828561663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046432768, end = 3046457344, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.828563657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046457344, end = 3046461440, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.828565898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046461440, end = 3046469632, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 13589.828567868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046469632, end = 3046473728, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 13589.828570207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046473728, end = 3046551552, flags = 134217845, pgoff = 0, inode = 50114 }
-vm_state.vm_map: 13589.828572159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046551552, end = 3046555648, flags = 135266419, pgoff = 77824, inode = 50114 }
-vm_state.vm_map: 13589.828574462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046555648, end = 3046559744, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.828576696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046559744, end = 3046584320, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.828579011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046584320, end = 3046588416, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.828581141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046588416, end = 3046592512, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.828583535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046592512, end = 3046596608, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.828586319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046596608, end = 3046600704, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.828588510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046600704, end = 3046608896, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.828590911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046608896, end = 3046641664, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.828593104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046641664, end = 3046653952, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.828595375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046653952, end = 3046662144, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.828597591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046662144, end = 3046666240, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.828600078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046666240, end = 3046670336, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.828602338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046670336, end = 3046674432, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.828604585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046674432, end = 3046703104, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.828606771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046703104, end = 3046715392, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.828609048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046715392, end = 3046719488, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.828611350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046719488, end = 3046727680, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.828613560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046727680, end = 3046731776, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.828615759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046731776, end = 3046735872, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.828617914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046735872, end = 3046748160, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.828620124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046748160, end = 3046756352, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.828622746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046756352, end = 3046789120, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.828625012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046789120, end = 3046809600, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.828627432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046809600, end = 3046817792, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.828629832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046817792, end = 3046846464, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.828632123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046846464, end = 3046891520, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.828634314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046891520, end = 3046948864, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.828636740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046948864, end = 3046961152, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.828638919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3046961152, end = 3047018496, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.828641172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3047018496, end = 3048349696, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.828643222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048349696, end = 3048361984, flags = 1048691, pgoff = 3048349696, inode = 0 }
-vm_state.vm_map: 13589.828645427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048361984, end = 3048378368, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.828647471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048378368, end = 3048382464, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.828649693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048382464, end = 3048398848, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.828651731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048398848, end = 3048402944, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.828653916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048402944, end = 3048435712, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.828655948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048435712, end = 3048439808, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.828658337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048439808, end = 3048443904, flags = 1048691, pgoff = 3048439808, inode = 0 }
-vm_state.vm_map: 13589.828660424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048443904, end = 3048460288, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.828662369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048460288, end = 3048464384, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.828664672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048464384, end = 3048796160, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.828666790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048796160, end = 3048804352, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.828671634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048804352, end = 3048902656, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.828673672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048902656, end = 3048906752, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.828676037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3048906752, end = 3049054208, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.828678068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049054208, end = 3049062400, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.828680321 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049062400, end = 3049074688, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.828682297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049074688, end = 3049078784, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.828684441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049078784, end = 3049082880, flags = 1048691, pgoff = 3049078784, inode = 0 }
-vm_state.vm_map: 13589.828686601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049082880, end = 3049091072, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.828688633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049091072, end = 3049095168, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.828690787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049095168, end = 3049414656, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.828693300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049414656, end = 3049431040, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.828695516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049431040, end = 3049623552, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.828697547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049623552, end = 3049627648, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.828699770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3049627648, end = 3053223936, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.828701955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3053223936, end = 3053322240, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.828703994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3053322240, end = 3053326336, flags = 1048691, pgoff = 3053322240, inode = 0 }
-vm_state.vm_map: 13589.828706191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3053326336, end = 3053613056, flags = 134217845, pgoff = 0, inode = 20877 }
-vm_state.vm_map: 13589.828708235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3053613056, end = 3053621248, flags = 135266419, pgoff = 282624, inode = 20877 }
-vm_state.vm_map: 13589.828710272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3053621248, end = 3053625344, flags = 1048691, pgoff = 3053621248, inode = 0 }
-vm_state.vm_map: 13589.828712476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3053625344, end = 3054559232, flags = 134217845, pgoff = 0, inode = 20876 }
-vm_state.vm_map: 13589.828714520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3054559232, end = 3054571520, flags = 135266419, pgoff = 933888, inode = 20876 }
-vm_state.vm_map: 13589.828716651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3054571520, end = 3054632960, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.828718818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3054632960, end = 3054637056, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.828721028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3054637056, end = 3055767552, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.828723059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3055767552, end = 3055783936, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.828725263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3055783936, end = 3056054272, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.828727634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3056054272, end = 3056062464, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.828729819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3056062464, end = 3057213440, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.828731845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057213440, end = 3057229824, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.828733882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057229824, end = 3057233920, flags = 1048691, pgoff = 3057229824, inode = 0 }
-vm_state.vm_map: 13589.828736136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057233920, end = 3057287168, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.828738174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057287168, end = 3057291264, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.828740359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057291264, end = 3057463296, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.828742397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057463296, end = 3057467392, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.828744619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057467392, end = 3057500160, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.828746651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057500160, end = 3057504256, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.828748874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057504256, end = 3057590272, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.828750880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057590272, end = 3057594368, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.828752980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057594368, end = 3057602560, flags = 1048691, pgoff = 3057594368, inode = 0 }
-vm_state.vm_map: 13589.828755160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057602560, end = 3057631232, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.828757185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057631232, end = 3057635328, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.828759487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057635328, end = 3057881088, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.828761857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057881088, end = 3057885184, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.828764031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057885184, end = 3057889280, flags = 1048691, pgoff = 3057885184, inode = 0 }
-vm_state.vm_map: 13589.828766309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3057889280, end = 3058360320, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.828768260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058360320, end = 3058376704, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.828770649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058376704, end = 3058520064, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.828772619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058520064, end = 3058524160, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.828774916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058524160, end = 3058610176, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.828776872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058610176, end = 3058614272, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.828779206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058614272, end = 3058728960, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.828781182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058728960, end = 3058733056, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.828783657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058733056, end = 3058880512, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.828785603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058880512, end = 3058884608, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.828787770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058884608, end = 3058888704, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.828789943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058888704, end = 3058892800, flags = 1048691, pgoff = 3058888704, inode = 0 }
-vm_state.vm_map: 13589.828792325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058892800, end = 3058900992, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.828794265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058900992, end = 3058905088, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.828796893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058905088, end = 3058909184, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.828799079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058909184, end = 3058995200, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.828801246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058995200, end = 3058999296, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.828803185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3058999296, end = 3059003392, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.828805372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059003392, end = 3059011584, flags = 1048691, pgoff = 3059003392, inode = 0 }
-vm_state.vm_map: 13589.828807569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059011584, end = 3059757056, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.828809730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059757056, end = 3059761152, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.828812014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059761152, end = 3059789824, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.828814168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059789824, end = 3059793920, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.828816121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059793920, end = 3059798016, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.828818429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059798016, end = 3059814400, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.828820430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059814400, end = 3059818496, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.828822646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059818496, end = 3059822592, flags = 1048691, pgoff = 3059818496, inode = 0 }
-vm_state.vm_map: 13589.828824862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059822592, end = 3059904512, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.828826992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059904512, end = 3059908608, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.828829197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3059908608, end = 3061223424, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.828831702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3061223424, end = 3061231616, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.828833641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3061231616, end = 3061235712, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.828835809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3061235712, end = 3061248000, flags = 1048691, pgoff = 3061235712, inode = 0 }
-vm_state.vm_map: 13589.828837914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3061248000, end = 3062185984, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.828840100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3062185984, end = 3062202368, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.828842033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3062202368, end = 3062206464, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.828844206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3062206464, end = 3062235136, flags = 1048691, pgoff = 3062206464, inode = 0 }
-vm_state.vm_map: 13589.828846404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3062235136, end = 3062648832, flags = 134217845, pgoff = 0, inode = 1065120 }
-vm_state.vm_map: 13589.828848565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3062648832, end = 3062657024, flags = 135266419, pgoff = 409600, inode = 1065120 }
-vm_state.vm_map: 13589.828850670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3062657024, end = 3064958976, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.828852831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3064958976, end = 3065004032, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.828854949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3065004032, end = 3065470976, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.828857117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3065470976, end = 3065479168, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.828859173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3065479168, end = 3065483264, flags = 1048691, pgoff = 3065479168, inode = 0 }
-vm_state.vm_map: 13589.828861444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3065483264, end = 3075522560, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.828863463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3075522560, end = 3075682304, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.828865846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3075682304, end = 3075690496, flags = 1048691, pgoff = 3075682304, inode = 0 }
-vm_state.vm_map: 13589.828868124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3075690496, end = 3078000640, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.828870156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078000640, end = 3078029312, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.828872181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078029312, end = 3078033408, flags = 1048691, pgoff = 3078029312, inode = 0 }
-vm_state.vm_map: 13589.828874489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078033408, end = 3078066176, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.828876503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078066176, end = 3078070272, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.828878738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078070272, end = 3078078464, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.828880689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078078464, end = 3078082560, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.828883078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078082560, end = 3078090752, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.828885029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078090752, end = 3078094848, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.828887190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078094848, end = 3078098944, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.828889284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078098944, end = 3078127616, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.828891457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078127616, end = 3078135808, flags = 1048691, pgoff = 3078127616, inode = 0 }
-vm_state.vm_map: 13589.828893408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078135808, end = 3078139904, flags = 67371125, pgoff = 3078135808, inode = 0 }
-vm_state.vm_map: 13589.828895723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078139904, end = 3078254592, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.828897693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078254592, end = 3078258688, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.828900205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3078258688, end = 3078262784, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.828902169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2239, start = 3219918848, end = 3220004864, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.828904791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 13589.828906750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 13589.828908978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 13589.828910985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 145301504, end = 164659200, flags = 1048691, pgoff = 145301504, inode = 0 }
-vm_state.vm_map: 13589.828913214 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2980995072, end = 2981068800, flags = 134217841, pgoff = 0, inode = 98526 }
-vm_state.vm_map: 13589.828915763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981068800, end = 2981134336, flags = 134217845, pgoff = 0, inode = 57391 }
-vm_state.vm_map: 13589.828917936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981134336, end = 2981138432, flags = 135266419, pgoff = 61440, inode = 57391 }
-vm_state.vm_map: 13589.828920041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981138432, end = 2981154816, flags = 1048691, pgoff = 2981138432, inode = 0 }
-vm_state.vm_map: 13589.828925003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981154816, end = 2981437440, flags = 134217845, pgoff = 0, inode = 22693 }
-vm_state.vm_map: 13589.828927183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981437440, end = 2981449728, flags = 135266419, pgoff = 282624, inode = 22693 }
-vm_state.vm_map: 13589.828929301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981449728, end = 2981474304, flags = 1048691, pgoff = 2981449728, inode = 0 }
-vm_state.vm_map: 13589.828931738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981502976, end = 2981519360, flags = 134217845, pgoff = 0, inode = 57390 }
-vm_state.vm_map: 13589.828933850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981519360, end = 2981523456, flags = 135266419, pgoff = 12288, inode = 57390 }
-vm_state.vm_map: 13589.828936657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981523456, end = 2981564416, flags = 134217845, pgoff = 0, inode = 57395 }
-vm_state.vm_map: 13589.828938739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981564416, end = 2981568512, flags = 135266419, pgoff = 36864, inode = 57395 }
-vm_state.vm_map: 13589.828941146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981568512, end = 2981593088, flags = 134217845, pgoff = 0, inode = 18917 }
-vm_state.vm_map: 13589.828943294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981593088, end = 2981597184, flags = 135266419, pgoff = 20480, inode = 18917 }
-vm_state.vm_map: 13589.828945702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981597184, end = 2981867520, flags = 134217845, pgoff = 0, inode = 18916 }
-vm_state.vm_map: 13589.828947672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981867520, end = 2981871616, flags = 135266419, pgoff = 266240, inode = 18916 }
-vm_state.vm_map: 13589.828950073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981871616, end = 2981953536, flags = 134217845, pgoff = 0, inode = 18915 }
-vm_state.vm_map: 13589.828952135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981953536, end = 2981961728, flags = 135266419, pgoff = 77824, inode = 18915 }
-vm_state.vm_map: 13589.828954579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2981961728, end = 2982744064, flags = 134217845, pgoff = 0, inode = 18927 }
-vm_state.vm_map: 13589.828956531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982744064, end = 2982752256, flags = 135266419, pgoff = 778240, inode = 18927 }
-vm_state.vm_map: 13589.828958938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982764544, end = 2982785024, flags = 134217845, pgoff = 0, inode = 57392 }
-vm_state.vm_map: 13589.828961019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982785024, end = 2982789120, flags = 135266419, pgoff = 16384, inode = 57392 }
-vm_state.vm_map: 13589.828963444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982789120, end = 2982821888, flags = 134217845, pgoff = 0, inode = 57396 }
-vm_state.vm_map: 13589.828965555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982821888, end = 2982825984, flags = 135266419, pgoff = 28672, inode = 57396 }
-vm_state.vm_map: 13589.828967951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982825984, end = 2982842368, flags = 134217845, pgoff = 0, inode = 57393 }
-vm_state.vm_map: 13589.828969909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982842368, end = 2982846464, flags = 135266419, pgoff = 12288, inode = 57393 }
-vm_state.vm_map: 13589.828972654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2982846464, end = 2983211008, flags = 134217845, pgoff = 0, inode = 22572 }
-vm_state.vm_map: 13589.828974636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983211008, end = 2983219200, flags = 135266419, pgoff = 364544, inode = 22572 }
-vm_state.vm_map: 13589.828976865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983219200, end = 2983419904, flags = 134217845, pgoff = 0, inode = 20709 }
-vm_state.vm_map: 13589.828979026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983419904, end = 2983428096, flags = 135266419, pgoff = 196608, inode = 20709 }
-vm_state.vm_map: 13589.828980978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983428096, end = 2983436288, flags = 1048691, pgoff = 2983428096, inode = 0 }
-vm_state.vm_map: 13589.828983182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983436288, end = 2983886848, flags = 134217845, pgoff = 0, inode = 20711 }
-vm_state.vm_map: 13589.828985256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983886848, end = 2983899136, flags = 135266419, pgoff = 450560, inode = 20711 }
-vm_state.vm_map: 13589.828987331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983899136, end = 2983915520, flags = 134217845, pgoff = 0, inode = 57389 }
-vm_state.vm_map: 13589.828989277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983915520, end = 2983919616, flags = 135266419, pgoff = 12288, inode = 57389 }
-vm_state.vm_map: 13589.828991345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983919616, end = 2983936000, flags = 134217845, pgoff = 0, inode = 18914 }
-vm_state.vm_map: 13589.828993291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983936000, end = 2983940096, flags = 135266419, pgoff = 16384, inode = 18914 }
-vm_state.vm_map: 13589.828995347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983940096, end = 2983956480, flags = 134217845, pgoff = 0, inode = 57394 }
-vm_state.vm_map: 13589.828997286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983956480, end = 2983960576, flags = 135266419, pgoff = 16384, inode = 57394 }
-vm_state.vm_map: 13589.828999355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983960576, end = 2983989248, flags = 134217845, pgoff = 0, inode = 57397 }
-vm_state.vm_map: 13589.829001294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983989248, end = 2983993344, flags = 135266419, pgoff = 24576, inode = 57397 }
-vm_state.vm_map: 13589.829003356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2983993344, end = 2984120320, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 13589.829005757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984120320, end = 2984124416, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 13589.829007825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984128512, end = 2984153088, flags = 134217845, pgoff = 0, inode = 57398 }
-vm_state.vm_map: 13589.829009772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984153088, end = 2984157184, flags = 135266419, pgoff = 24576, inode = 57398 }
-vm_state.vm_map: 13589.829011846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984157184, end = 2984173568, flags = 134217845, pgoff = 0, inode = 52571 }
-vm_state.vm_map: 13589.829013884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984173568, end = 2984177664, flags = 135266419, pgoff = 12288, inode = 52571 }
-vm_state.vm_map: 13589.829015977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984177664, end = 2984189952, flags = 134217845, pgoff = 0, inode = 49489 }
-vm_state.vm_map: 13589.829017916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984189952, end = 2984194048, flags = 135266419, pgoff = 8192, inode = 49489 }
-vm_state.vm_map: 13589.829019985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984194048, end = 2984214528, flags = 134217845, pgoff = 0, inode = 52570 }
-vm_state.vm_map: 13589.829021924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984214528, end = 2984218624, flags = 135266419, pgoff = 16384, inode = 52570 }
-vm_state.vm_map: 13589.829023993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984218624, end = 2984255488, flags = 134217845, pgoff = 0, inode = 52569 }
-vm_state.vm_map: 13589.829026055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984255488, end = 2984259584, flags = 135266419, pgoff = 32768, inode = 52569 }
-vm_state.vm_map: 13589.829028137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984259584, end = 2984284160, flags = 134217845, pgoff = 0, inode = 52572 }
-vm_state.vm_map: 13589.829030081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984284160, end = 2984288256, flags = 135266419, pgoff = 20480, inode = 52572 }
-vm_state.vm_map: 13589.829032150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984288256, end = 2984308736, flags = 134217845, pgoff = 0, inode = 52568 }
-vm_state.vm_map: 13589.829036718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984308736, end = 2984312832, flags = 135266419, pgoff = 16384, inode = 52568 }
-vm_state.vm_map: 13589.829044838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984312832, end = 2984415232, flags = 134217841, pgoff = 0, inode = 98439 }
-vm_state.vm_map: 13589.829047368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984415232, end = 2984521728, flags = 134217841, pgoff = 0, inode = 254143 }
-vm_state.vm_map: 13589.829049763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2984521728, end = 2992295936, flags = 134217841, pgoff = 0, inode = 246513 }
-vm_state.vm_map: 13589.829052313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2992295936, end = 2992599040, flags = 134217841, pgoff = 0, inode = 49556 }
-vm_state.vm_map: 13589.829054621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2992599040, end = 2992922624, flags = 134217841, pgoff = 0, inode = 49558 }
-vm_state.vm_map: 13589.829060038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2992922624, end = 2993020928, flags = 134217841, pgoff = 0, inode = 98501 }
-vm_state.vm_map: 13589.829062175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2993020928, end = 2993025024, flags = 1048688, pgoff = 2993020928, inode = 0 }
-vm_state.vm_map: 13589.829064213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 2993025024, end = 3001413632, flags = 1048691, pgoff = 2993025024, inode = 0 }
-vm_state.vm_map: 13589.829066743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001413632, end = 3001524224, flags = 134217841, pgoff = 0, inode = 254198 }
-vm_state.vm_map: 13589.829069039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001524224, end = 3001565184, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.829071084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001565184, end = 3001569280, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.829073041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001569280, end = 3001573376, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.829075245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001573376, end = 3001610240, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.829077535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001610240, end = 3001614336, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.829079468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001614336, end = 3001618432, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.829081776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001618432, end = 3001696256, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.829083729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001696256, end = 3001700352, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.829085668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001700352, end = 3001704448, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.829087619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001704448, end = 3001712640, flags = 1048691, pgoff = 3001704448, inode = 0 }
-vm_state.vm_map: 13589.829089805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001712640, end = 3001737216, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.829091745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001737216, end = 3001741312, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.829093690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001741312, end = 3001745408, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.829098633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3001745408, end = 3017986048, flags = 134217979, pgoff = 0, inode = 1204624 }
-vm_state.vm_map: 13589.829100826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3017986048, end = 3022282752, flags = 134217979, pgoff = 0, inode = 1204558 }
-vm_state.vm_map: 13589.829103060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022282752, end = 3022483456, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 13589.829105122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022483456, end = 3022487552, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 13589.829107209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022487552, end = 3022520320, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.829109148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022520320, end = 3022524416, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.829111575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022524416, end = 3022532608, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.829113526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022532608, end = 3022536704, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.829115601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022536704, end = 3022561280, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.829117540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022561280, end = 3022565376, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.829119626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022573568, end = 3022577664, flags = 1048691, pgoff = 3022573568, inode = 0 }
-vm_state.vm_map: 13589.829121991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022577664, end = 3022659584, flags = 134217841, pgoff = 0, inode = 98443 }
-vm_state.vm_map: 13589.829124072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022659584, end = 3022663680, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.829126257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022663680, end = 3022688256, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.829128566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022688256, end = 3022692352, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.829130623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022692352, end = 3022696448, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.829132814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022696448, end = 3022700544, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.829134913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022700544, end = 3022704640, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.829136976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022704640, end = 3022712832, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.829139026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022712832, end = 3022745600, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.829141113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022745600, end = 3022757888, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.829143188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022757888, end = 3022766080, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.829145601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022766080, end = 3022770176, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.829147959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3022770176, end = 3023634432, flags = 134217845, pgoff = 0, inode = 23975 }
-vm_state.vm_map: 13589.829150015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023634432, end = 3023654912, flags = 135266419, pgoff = 864256, inode = 23975 }
-vm_state.vm_map: 13589.829168164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023654912, end = 3023667200, flags = 1048691, pgoff = 3023654912, inode = 0 }
-vm_state.vm_map: 13589.829170325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023667200, end = 3023904768, flags = 1048691, pgoff = 3023904768, inode = 0 }
-vm_state.vm_map: 13589.829172733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023904768, end = 3023933440, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.829175017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023933440, end = 3023945728, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.829177153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023945728, end = 3023953920, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.829179535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023953920, end = 3023986688, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.829181641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3023986688, end = 3024007168, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.829183919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024007168, end = 3024015360, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.829186036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024015360, end = 3024044032, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.829188320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024044032, end = 3024089088, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.829190463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024089088, end = 3024146432, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.829192772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024146432, end = 3024371712, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.829194766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024371712, end = 3024375808, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.829197297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024375808, end = 3024379904, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.829199710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024379904, end = 3024412672, flags = 134217845, pgoff = 0, inode = 1065073 }
-vm_state.vm_map: 13589.829201871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024412672, end = 3024416768, flags = 135266419, pgoff = 28672, inode = 1065073 }
-vm_state.vm_map: 13589.829207449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024416768, end = 3024478208, flags = 134217845, pgoff = 0, inode = 20901 }
-vm_state.vm_map: 13589.829209597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024478208, end = 3024482304, flags = 135266419, pgoff = 61440, inode = 20901 }
-vm_state.vm_map: 13589.829211782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024482304, end = 3024486400, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.829213932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024486400, end = 3024490496, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.829216092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024490496, end = 3024502784, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.829218388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024502784, end = 3024506880, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.829220598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024506880, end = 3024515072, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.829222778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024515072, end = 3024519168, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.829224952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024519168, end = 3024576512, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.829226995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024576512, end = 3024609280, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 13589.829229131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024609280, end = 3024613376, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 13589.829231200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3024613376, end = 3025133568, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 13589.829233571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3025133568, end = 3025141760, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 13589.829235639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3025141760, end = 3025506304, flags = 134217845, pgoff = 0, inode = 1065038 }
-vm_state.vm_map: 13589.829237800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3025506304, end = 3025543168, flags = 135266423, pgoff = 364544, inode = 1065038 }
-vm_state.vm_map: 13589.829239837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3025543168, end = 3025547264, flags = 1048695, pgoff = 3025543168, inode = 0 }
-vm_state.vm_map: 13589.829241973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3025547264, end = 3026100224, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 13589.829244006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3026100224, end = 3026120704, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 13589.829246050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3026120704, end = 3026436096, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 13589.829248087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3026436096, end = 3026444288, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 13589.829250242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3026444288, end = 3026513920, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 13589.829252268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3026513920, end = 3026518016, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 13589.829254324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3026518016, end = 3041013760, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 13589.829256368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3041013760, end = 3041628160, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 13589.829258535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3041628160, end = 3041636352, flags = 1048691, pgoff = 3041628160, inode = 0 }
-vm_state.vm_map: 13589.829260640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3041636352, end = 3042009088, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 13589.829262868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042009088, end = 3042021376, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 13589.829265024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042021376, end = 3042025472, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.829267548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042025472, end = 3042037760, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.829269998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042037760, end = 3042041856, flags = 134217845, pgoff = 0, inode = 20890 }
-vm_state.vm_map: 13589.829272012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042041856, end = 3042045952, flags = 135266419, pgoff = 0, inode = 20890 }
-vm_state.vm_map: 13589.829276776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042045952, end = 3042111488, flags = 134217845, pgoff = 0, inode = 23976 }
-vm_state.vm_map: 13589.829278820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042111488, end = 3042115584, flags = 135266419, pgoff = 65536, inode = 23976 }
-vm_state.vm_map: 13589.829280871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3042115584, end = 3044098048, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 13589.829282908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3044098048, end = 3044139008, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 13589.829285100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3044139008, end = 3045470208, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.829287138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045470208, end = 3045486592, flags = 1048691, pgoff = 3045470208, inode = 0 }
-vm_state.vm_map: 13589.829289274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045486592, end = 3045634048, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.829291311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045634048, end = 3045642240, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.829293404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045642240, end = 3045961728, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.829295572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045961728, end = 3045978112, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.829297641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045978112, end = 3045990400, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.829299666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045990400, end = 3045994496, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.829302171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3045994496, end = 3047251968, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.829304204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047251968, end = 3047272448, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.829306241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047272448, end = 3047280640, flags = 1048691, pgoff = 3047272448, inode = 0 }
-vm_state.vm_map: 13589.829308217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047280640, end = 3047518208, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 13589.829310495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047518208, end = 3047522304, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 13589.829312483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047522304, end = 3047538688, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.829314644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047538688, end = 3047542784, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.829316806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047542784, end = 3047550976, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.829318831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.829320905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047555072, end = 3047747584, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.829323061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047747584, end = 3047751680, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.829325136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047751680, end = 3047804928, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.829327185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047804928, end = 3047809024, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.829329346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047809024, end = 3047813120, flags = 1048691, pgoff = 3047809024, inode = 0 }
-vm_state.vm_map: 13589.829331402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047813120, end = 3047985152, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.829333434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047985152, end = 3047989248, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.829335928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3047989248, end = 3048235008, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.829337953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048235008, end = 3048239104, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.829340015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048239104, end = 3048710144, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.829342053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048710144, end = 3048726528, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.829346548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048726528, end = 3048869888, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.829348579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048869888, end = 3048873984, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.829350715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048873984, end = 3048960000, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.829352741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048960000, end = 3048964096, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.829354773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048964096, end = 3048968192, flags = 1048691, pgoff = 3048964096, inode = 0 }
-vm_state.vm_map: 13589.829356860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048968192, end = 3048984576, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.829359014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048984576, end = 3048988672, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.829361070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3048988672, end = 3049021440, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.829363232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049021440, end = 3049025536, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.829365226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049025536, end = 3049041920, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.829367387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049041920, end = 3049046016, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.829369794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049046016, end = 3049132032, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.829371948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049132032, end = 3049136128, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.829373907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049136128, end = 3049144320, flags = 1048691, pgoff = 3049136128, inode = 0 }
-vm_state.vm_map: 13589.829376080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049144320, end = 3049172992, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.829378167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049172992, end = 3049177088, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.829380328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049177088, end = 3049181184, flags = 1048691, pgoff = 3049177088, inode = 0 }
-vm_state.vm_map: 13589.829382310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049181184, end = 3049512960, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.829384582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049512960, end = 3049521152, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.829386564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049521152, end = 3049553920, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.829416583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.829419538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.829421576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.829423743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049578496, end = 3049603072, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.829426015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049603072, end = 3049607168, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.829428071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049607168, end = 3049639936, flags = 134217845, pgoff = 0, inode = 18621 }
-vm_state.vm_map: 13589.829430244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049639936, end = 3049644032, flags = 135266419, pgoff = 28672, inode = 18621 }
-vm_state.vm_map: 13589.829432781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049644032, end = 3049648128, flags = 1048691, pgoff = 3049644032, inode = 0 }
-vm_state.vm_map: 13589.829435070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3049648128, end = 3050078208, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 13589.829437078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050078208, end = 3050106880, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 13589.829439251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050106880, end = 3050110976, flags = 1048691, pgoff = 3050106880, inode = 0 }
-vm_state.vm_map: 13589.829441406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050110976, end = 3050553344, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 13589.829443566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050553344, end = 3050561536, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 13589.829445667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050561536, end = 3050659840, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.829447889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050659840, end = 3050663936, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.829449933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050663936, end = 3050934272, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.829452112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050934272, end = 3050942464, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.829454476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3050942464, end = 3051003904, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.829456508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3051003904, end = 3051008000, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.829458546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3051008000, end = 3051012096, flags = 1048691, pgoff = 3051008000, inode = 0 }
-vm_state.vm_map: 13589.829460768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3051012096, end = 3051479040, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.829462812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3051479040, end = 3051487232, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.829464881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3051487232, end = 3052617728, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.829467183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052617728, end = 3052634112, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.829469510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052634112, end = 3052748800, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.829471461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052748800, end = 3052752896, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.829477366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052752896, end = 3052900352, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.829479428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052900352, end = 3052904448, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.829481583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052904448, end = 3052908544, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.829483645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052908544, end = 3052916736, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.829485818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052916736, end = 3052920832, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.829487967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052920832, end = 3052924928, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.829489949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052924928, end = 3052929024, flags = 1048691, pgoff = 3052924928, inode = 0 }
-vm_state.vm_map: 13589.829491950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3052929024, end = 3053015040, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.829494215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053015040, end = 3053019136, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.829496241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053019136, end = 3053023232, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.829498285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053023232, end = 3053031424, flags = 1048691, pgoff = 3053023232, inode = 0 }
-vm_state.vm_map: 13589.829500360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053031424, end = 3053776896, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.829502822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053776896, end = 3053780992, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.829504829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053780992, end = 3053809664, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.829506985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053809664, end = 3053813760, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.829509071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053813760, end = 3053817856, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.829511066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053817856, end = 3053834240, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.829513221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053834240, end = 3053838336, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.829515350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053838336, end = 3053920256, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.829517511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053920256, end = 3053924352, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.829519568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3053924352, end = 3055239168, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.829521717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3055239168, end = 3055247360, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.829523711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3055247360, end = 3055251456, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.829525878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3055251456, end = 3055267840, flags = 1048691, pgoff = 3055251456, inode = 0 }
-vm_state.vm_map: 13589.829528021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3055267840, end = 3056205824, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.829530053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3056205824, end = 3056222208, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.829532084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3056222208, end = 3056226304, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.829534159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3056226304, end = 3056254976, flags = 1048691, pgoff = 3056226304, inode = 0 }
-vm_state.vm_map: 13589.829536554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3056254976, end = 3066294272, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.829538733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3066294272, end = 3066454016, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.829540789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3066454016, end = 3066462208, flags = 1048691, pgoff = 3066454016, inode = 0 }
-vm_state.vm_map: 13589.829542932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3066462208, end = 3070058496, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.829544883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3070058496, end = 3070156800, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.829546842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3070156800, end = 3070160896, flags = 1048691, pgoff = 3070156800, inode = 0 }
-vm_state.vm_map: 13589.829549113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3070160896, end = 3072716800, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 13589.829551083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3072716800, end = 3072765952, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 13589.829553034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3072765952, end = 3072770048, flags = 1048691, pgoff = 3072765952, inode = 0 }
-vm_state.vm_map: 13589.829555306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3072770048, end = 3073921024, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.829557282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3073921024, end = 3073937408, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.829559493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3073937408, end = 3074170880, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 13589.829561641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3074170880, end = 3074179072, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 13589.829563679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3074179072, end = 3074183168, flags = 1048691, pgoff = 3074179072, inode = 0 }
-vm_state.vm_map: 13589.829565729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3074183168, end = 3076485120, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.829567890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3076485120, end = 3076530176, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.829570427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3076530176, end = 3078840320, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.829572427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078840320, end = 3078868992, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.829574520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078868992, end = 3078873088, flags = 1048691, pgoff = 3078868992, inode = 0 }
-vm_state.vm_map: 13589.829577032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078873088, end = 3078881280, flags = 134217845, pgoff = 0, inode = 508751 }
-vm_state.vm_map: 13589.829579181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078881280, end = 3078885376, flags = 135266417, pgoff = 4096, inode = 508751 }
-vm_state.vm_map: 13589.829581237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078885376, end = 3078889472, flags = 135266419, pgoff = 8192, inode = 508751 }
-vm_state.vm_map: 13589.829583312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078889472, end = 3078897664, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.829585454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078897664, end = 3078901760, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.829587511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078901760, end = 3078918144, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 13589.829589542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 13589.829591672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078922240, end = 3078930432, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.829593710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078930432, end = 3078934528, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.829595735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.829597797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078938624, end = 3078967296, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.829599978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078967296, end = 3078975488, flags = 1048691, pgoff = 3078967296, inode = 0 }
-vm_state.vm_map: 13589.829602015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078975488, end = 3078979584, flags = 67371125, pgoff = 3078975488, inode = 0 }
-vm_state.vm_map: 13589.829604447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3078979584, end = 3079094272, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.829606386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3079094272, end = 3079098368, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.829608671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3079098368, end = 3079102464, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.829610708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2241, start = 3214217216, end = 3214303232, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.829613497 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
-vm_state.vm_map: 13589.829615676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
-vm_state.vm_map: 13589.829617744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 150814720, end = 151908352, flags = 1048691, pgoff = 150814720, inode = 0 }
-vm_state.vm_map: 13589.829620165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3039252480, end = 3040509952, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.829622214 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040509952, end = 3040530432, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.829624369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040530432, end = 3040534528, flags = 1048691, pgoff = 3040530432, inode = 0 }
-vm_state.vm_map: 13589.829626499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040534528, end = 3040772096, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 13589.829628667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040772096, end = 3040776192, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 13589.829630883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040776192, end = 3040792576, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.829633037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040792576, end = 3040796672, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.829635235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040796672, end = 3040821248, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.829637328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040821248, end = 3040825344, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.829639809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040825344, end = 3040858112, flags = 134217845, pgoff = 0, inode = 18621 }
-vm_state.vm_map: 13589.829641927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040858112, end = 3040862208, flags = 135266419, pgoff = 28672, inode = 18621 }
-vm_state.vm_map: 13589.829644064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3040862208, end = 3041292288, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 13589.829646230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3041292288, end = 3041320960, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 13589.829648201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3041320960, end = 3041325056, flags = 1048691, pgoff = 3041320960, inode = 0 }
-vm_state.vm_map: 13589.829650621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3041325056, end = 3041767424, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 13589.829652578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3041767424, end = 3041775616, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 13589.829654985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3041775616, end = 3044331520, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 13589.829656955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044331520, end = 3044380672, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 13589.829659117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044380672, end = 3044384768, flags = 1048691, pgoff = 3044380672, inode = 0 }
-vm_state.vm_map: 13589.829661357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044478976, end = 3044519936, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.829663524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044519936, end = 3044524032, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.829665543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044524032, end = 3044528128, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.829667717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044528128, end = 3044564992, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.829669693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044564992, end = 3044569088, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.829671983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044569088, end = 3044573184, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.829674519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044573184, end = 3044651008, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.829676828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044651008, end = 3044655104, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.829678773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044655104, end = 3044659200, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.829680941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044659200, end = 3044667392, flags = 1048691, pgoff = 3044659200, inode = 0 }
-vm_state.vm_map: 13589.829683231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044667392, end = 3044691968, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.829685324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044691968, end = 3044696064, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.829687275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3044696064, end = 3044700160, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.829689560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3046744064, end = 3046969344, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.829691505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3046969344, end = 3046973440, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.829693808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3046973440, end = 3046977536, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.829696110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3046977536, end = 3047178240, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 13589.829698395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047178240, end = 3047182336, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 13589.829700636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047182336, end = 3047206912, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.829702587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047206912, end = 3047211008, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.829705166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047227392, end = 3047301120, flags = 134217845, pgoff = 0, inode = 1114266 }
-vm_state.vm_map: 13589.829707136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047301120, end = 3047305216, flags = 135266419, pgoff = 69632, inode = 1114266 }
-vm_state.vm_map: 13589.829709697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047305216, end = 3047309312, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.829711926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047309312, end = 3047333888, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.829714019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047333888, end = 3047337984, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.829716100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047337984, end = 3047342080, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.829718317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047342080, end = 3047346176, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.829720392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047346176, end = 3047350272, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.829722466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047350272, end = 3047358464, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.829724695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047358464, end = 3047391232, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.829726788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047391232, end = 3047403520, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.829728862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047403520, end = 3047411712, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.829731103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047411712, end = 3047415808, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.829733184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047415808, end = 3047419904, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.829735222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047419904, end = 3047424000, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.829737469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047424000, end = 3047452672, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.829739543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047452672, end = 3047464960, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.829741576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047464960, end = 3047469056, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.829743970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047469056, end = 3047477248, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.829746039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047477248, end = 3047481344, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.829748089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047481344, end = 3047485440, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.829750250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047485440, end = 3047497728, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.829752417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047497728, end = 3047505920, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.829754486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047505920, end = 3047538688, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.829756554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047538688, end = 3047559168, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.829758605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047559168, end = 3047567360, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.829760846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047567360, end = 3047596032, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.829763006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047596032, end = 3047641088, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.829765136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047641088, end = 3047698432, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.829767217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047698432, end = 3047710720, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.829769495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047710720, end = 3047768064, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.829771613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3047768064, end = 3049099264, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.829776464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049099264, end = 3049111552, flags = 1048691, pgoff = 3049099264, inode = 0 }
-vm_state.vm_map: 13589.829778932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049111552, end = 3049127936, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.829780866 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049127936, end = 3049132032, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.829783021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049132032, end = 3049148416, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.829784966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049148416, end = 3049152512, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.829789663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049152512, end = 3049185280, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.829791645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049185280, end = 3049189376, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.829793616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049189376, end = 3049193472, flags = 1048691, pgoff = 3049189376, inode = 0 }
-vm_state.vm_map: 13589.829795709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049193472, end = 3049209856, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.829797654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049209856, end = 3049213952, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.829799760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049213952, end = 3049545728, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.829801718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049545728, end = 3049553920, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.829803848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049553920, end = 3049652224, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.829805800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049652224, end = 3049656320, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.829807911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049656320, end = 3049803776, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.829809856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049803776, end = 3049811968, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.829812326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049811968, end = 3049824256, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.829814277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049824256, end = 3049828352, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.829816229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049828352, end = 3049832448, flags = 1048691, pgoff = 3049828352, inode = 0 }
-vm_state.vm_map: 13589.829818426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049832448, end = 3049840640, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.829820427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049840640, end = 3049844736, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.829822601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3049844736, end = 3050164224, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.829824552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3050164224, end = 3050180608, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.829826682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3050180608, end = 3050373120, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.829828634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3050373120, end = 3050377216, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.829830808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3050377216, end = 3053973504, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.829832753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3053973504, end = 3054071808, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.829834704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3054071808, end = 3054075904, flags = 1048691, pgoff = 3054071808, inode = 0 }
-vm_state.vm_map: 13589.829837068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3054075904, end = 3054362624, flags = 134217845, pgoff = 0, inode = 20877 }
-vm_state.vm_map: 13589.829839026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3054362624, end = 3054370816, flags = 135266419, pgoff = 282624, inode = 20877 }
-vm_state.vm_map: 13589.829840984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3054370816, end = 3054374912, flags = 1048691, pgoff = 3054370816, inode = 0 }
-vm_state.vm_map: 13589.829843176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3054374912, end = 3055308800, flags = 134217845, pgoff = 0, inode = 20876 }
-vm_state.vm_map: 13589.829845478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3055308800, end = 3055321088, flags = 135266419, pgoff = 933888, inode = 20876 }
-vm_state.vm_map: 13589.829847663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3055321088, end = 3055382528, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.829849609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3055382528, end = 3055386624, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.829851671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3055386624, end = 3056517120, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.829853623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3056517120, end = 3056533504, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.829858332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3056533504, end = 3056803840, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.829860482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3056803840, end = 3056812032, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.829862758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3056812032, end = 3057963008, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.829864717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3057963008, end = 3057979392, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.829866890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3057979392, end = 3057983488, flags = 1048691, pgoff = 3057979392, inode = 0 }
-vm_state.vm_map: 13589.829869169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3057983488, end = 3058036736, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.829871125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058036736, end = 3058040832, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.829873305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058040832, end = 3058212864, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.829875238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058212864, end = 3058216960, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.829877325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058216960, end = 3058249728, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.829879603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058249728, end = 3058253824, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.829882028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058253824, end = 3058339840, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.829884079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058339840, end = 3058343936, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.829886117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058343936, end = 3058352128, flags = 1048691, pgoff = 3058343936, inode = 0 }
-vm_state.vm_map: 13589.829888394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058352128, end = 3058380800, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.829890432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058380800, end = 3058384896, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.829892717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058384896, end = 3058630656, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.829894748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058630656, end = 3058634752, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.829896903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058634752, end = 3058638848, flags = 1048691, pgoff = 3058634752, inode = 0 }
-vm_state.vm_map: 13589.829899180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3058638848, end = 3059109888, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.829901206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059109888, end = 3059126272, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.829903478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059126272, end = 3059269632, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.829905423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059269632, end = 3059273728, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.829907596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059273728, end = 3059359744, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.829909529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059359744, end = 3059363840, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.829911599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059363840, end = 3059478528, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.829913869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059478528, end = 3059482624, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.829916074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059482624, end = 3059630080, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.829918013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059630080, end = 3059634176, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.829920081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059634176, end = 3059638272, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.829922137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059638272, end = 3059642368, flags = 1048691, pgoff = 3059638272, inode = 0 }
-vm_state.vm_map: 13589.829924305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059642368, end = 3059650560, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.829926238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059650560, end = 3059654656, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.829931064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059654656, end = 3059658752, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.829933373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059658752, end = 3059744768, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.829935418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059744768, end = 3059748864, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.829937443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059748864, end = 3059752960, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.829939480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059752960, end = 3059761152, flags = 1048691, pgoff = 3059752960, inode = 0 }
-vm_state.vm_map: 13589.829941704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3059761152, end = 3060506624, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.829943698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060506624, end = 3060510720, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.829946013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060510720, end = 3060539392, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.829948395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060539392, end = 3060543488, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.829950365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060543488, end = 3060547584, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.829952785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060547584, end = 3060563968, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.829954810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060563968, end = 3060568064, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.829956891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060568064, end = 3060572160, flags = 1048691, pgoff = 3060568064, inode = 0 }
-vm_state.vm_map: 13589.829958972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060572160, end = 3060654080, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.829960923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060654080, end = 3060658176, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.829963103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3060658176, end = 3061972992, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.829965153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3061972992, end = 3061981184, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.829967222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3061981184, end = 3061985280, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.829969161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3061985280, end = 3061997568, flags = 1048691, pgoff = 3061985280, inode = 0 }
-vm_state.vm_map: 13589.829971458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3061997568, end = 3062935552, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.829973396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3062935552, end = 3062951936, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.829975330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3062951936, end = 3062956032, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.829977263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3062956032, end = 3062984704, flags = 1048691, pgoff = 3062956032, inode = 0 }
-vm_state.vm_map: 13589.829979467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3062984704, end = 3063398400, flags = 134217845, pgoff = 0, inode = 1065120 }
-vm_state.vm_map: 13589.829981738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3063398400, end = 3063406592, flags = 135266419, pgoff = 409600, inode = 1065120 }
-vm_state.vm_map: 13589.829983917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3063406592, end = 3065708544, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.829985882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3065708544, end = 3065753600, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.829988061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3065753600, end = 3066220544, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.829989988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3066220544, end = 3066228736, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.829991927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3066228736, end = 3066232832, flags = 1048691, pgoff = 3066228736, inode = 0 }
-vm_state.vm_map: 13589.829994088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3066232832, end = 3076272128, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.829996028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3076272128, end = 3076431872, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.829997967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3076431872, end = 3076440064, flags = 1048691, pgoff = 3076431872, inode = 0 }
-vm_state.vm_map: 13589.830000023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3076440064, end = 3078750208, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.830001962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078750208, end = 3078778880, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.830004025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078778880, end = 3078782976, flags = 1048691, pgoff = 3078778880, inode = 0 }
-vm_state.vm_map: 13589.830006112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078782976, end = 3078815744, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.830008051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078815744, end = 3078819840, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.830012885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078819840, end = 3078828032, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.830015396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078828032, end = 3078832128, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.830017637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078832128, end = 3078840320, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.830019662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078840320, end = 3078844416, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.830021712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078844416, end = 3078848512, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.830023886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078848512, end = 3078877184, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.830026047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078877184, end = 3078885376, flags = 1048691, pgoff = 3078877184, inode = 0 }
-vm_state.vm_map: 13589.830028103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078885376, end = 3078889472, flags = 67371125, pgoff = 3078885376, inode = 0 }
-vm_state.vm_map: 13589.830030288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3078889472, end = 3079004160, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.830032313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3079004160, end = 3079008256, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.830034463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3079008256, end = 3079012352, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.830036506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2243, start = 3218235392, end = 3218321408, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.830039320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
-vm_state.vm_map: 13589.830041456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
-vm_state.vm_map: 13589.830043518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 148488192, end = 149569536, flags = 1048691, pgoff = 148488192, inode = 0 }
-vm_state.vm_map: 13589.830048616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044704256, end = 3044900864, flags = 134217845, pgoff = 0, inode = 1114220 }
-vm_state.vm_map: 13589.830050992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044900864, end = 3044904960, flags = 135266419, pgoff = 196608, inode = 1114220 }
-vm_state.vm_map: 13589.830053301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044904960, end = 3044945920, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.830055333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044945920, end = 3044950016, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.830057426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044950016, end = 3044954112, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.830059722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044954112, end = 3044990976, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.830061692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044990976, end = 3044995072, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.830063637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044995072, end = 3044999168, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.830065946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3044999168, end = 3045076992, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.830068009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3045076992, end = 3045081088, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.830069960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3045081088, end = 3045085184, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.830071979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3045085184, end = 3045093376, flags = 1048691, pgoff = 3045085184, inode = 0 }
-vm_state.vm_map: 13589.830074220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3045093376, end = 3045117952, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.830076333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3045117952, end = 3045122048, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.830078309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3045122048, end = 3045126144, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.830080426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047170048, end = 3047395328, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.830085315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047395328, end = 3047399424, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.830087353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047399424, end = 3047403520, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.830089679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047403520, end = 3047604224, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 13589.830091723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047604224, end = 3047608320, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 13589.830096224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047608320, end = 3047632896, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.830098391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047632896, end = 3047636992, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.830100699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047731200, end = 3047735296, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.830102835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047735296, end = 3047759872, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.830105089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047759872, end = 3047763968, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.830107361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047763968, end = 3047768064, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.830109546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047768064, end = 3047772160, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.830111670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047772160, end = 3047776256, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.830113972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047776256, end = 3047784448, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.830118504 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047784448, end = 3047817216, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.830121003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047817216, end = 3047829504, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.830123294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047829504, end = 3047837696, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.830125430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047837696, end = 3047841792, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.830127486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047841792, end = 3047845888, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.830129549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047845888, end = 3047849984, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.830131605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047849984, end = 3047878656, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.830133765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047878656, end = 3047890944, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.830135895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047890944, end = 3047895040, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.830138075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047895040, end = 3047903232, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.830140125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047903232, end = 3047907328, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.830142335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047907328, end = 3047911424, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.830144398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047911424, end = 3047923712, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.830146455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047923712, end = 3047931904, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.830148609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047931904, end = 3047964672, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.830150659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047964672, end = 3047985152, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.830152703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047985152, end = 3047993344, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.830155245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3047993344, end = 3048022016, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.830157308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3048022016, end = 3048067072, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.830159481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3048067072, end = 3048124416, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.830161544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3048124416, end = 3048136704, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.830163612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3048136704, end = 3048194048, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.830165872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3048194048, end = 3049525248, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.830167922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049525248, end = 3049537536, flags = 1048691, pgoff = 3049525248, inode = 0 }
-vm_state.vm_map: 13589.830170138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049537536, end = 3049553920, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.830172065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.830174233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049558016, end = 3049574400, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.830176165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049574400, end = 3049578496, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.830178234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049578496, end = 3049611264, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.830180167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049611264, end = 3049615360, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.830182106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049615360, end = 3049619456, flags = 1048691, pgoff = 3049615360, inode = 0 }
-vm_state.vm_map: 13589.830186810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049619456, end = 3049635840, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.830189112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049635840, end = 3049639936, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.830191538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049639936, end = 3049971712, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.830193532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049971712, end = 3049979904, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.830195767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3049979904, end = 3050078208, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.830197867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050078208, end = 3050082304, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.830200151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050082304, end = 3050229760, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.830202213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050229760, end = 3050237952, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.830204595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050237952, end = 3050250240, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.830206652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050250240, end = 3050254336, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.830208696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050254336, end = 3050258432, flags = 1048691, pgoff = 3050254336, inode = 0 }
-vm_state.vm_map: 13589.830210992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050258432, end = 3050266624, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.830213030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050266624, end = 3050270720, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.830215339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050270720, end = 3050590208, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.830217364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050590208, end = 3050606592, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.830219531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050606592, end = 3050799104, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.830221557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050799104, end = 3050803200, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.830224197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3050803200, end = 3054399488, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.830226156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3054399488, end = 3054497792, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.830228089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3054497792, end = 3054501888, flags = 1048691, pgoff = 3054497792, inode = 0 }
-vm_state.vm_map: 13589.830230268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3054501888, end = 3054788608, flags = 134217845, pgoff = 0, inode = 20877 }
-vm_state.vm_map: 13589.830232201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3054788608, end = 3054796800, flags = 135266419, pgoff = 282624, inode = 20877 }
-vm_state.vm_map: 13589.830234152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3054796800, end = 3054800896, flags = 1048691, pgoff = 3054796800, inode = 0 }
-vm_state.vm_map: 13589.830236319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3054800896, end = 3055734784, flags = 134217845, pgoff = 0, inode = 20876 }
-vm_state.vm_map: 13589.830238247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3055734784, end = 3055747072, flags = 135266419, pgoff = 933888, inode = 20876 }
-vm_state.vm_map: 13589.830240340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3055747072, end = 3055808512, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.830242273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3055808512, end = 3055812608, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.830244434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3055812608, end = 3056943104, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.830246373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3056943104, end = 3056959488, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.830248559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3056959488, end = 3057229824, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.830250486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3057229824, end = 3057238016, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.830252665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3057238016, end = 3058388992, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.830254592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058388992, end = 3058405376, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.830256870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058405376, end = 3058409472, flags = 1048691, pgoff = 3058405376, inode = 0 }
-vm_state.vm_map: 13589.830259099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058409472, end = 3058462720, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.830261050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058462720, end = 3058466816, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.830263205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058466816, end = 3058638848, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.830265132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058638848, end = 3058642944, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.830267323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058642944, end = 3058675712, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.830269257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058675712, end = 3058679808, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.830271430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058679808, end = 3058765824, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.830273394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058765824, end = 3058769920, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.830275327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058769920, end = 3058778112, flags = 1048691, pgoff = 3058769920, inode = 0 }
-vm_state.vm_map: 13589.830277525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058778112, end = 3058806784, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.830279463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058806784, end = 3058810880, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.830284174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3058810880, end = 3059056640, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.830286347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059056640, end = 3059060736, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.830288390 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059060736, end = 3059064832, flags = 1048691, pgoff = 3059060736, inode = 0 }
-vm_state.vm_map: 13589.830290946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059064832, end = 3059535872, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.830292928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059535872, end = 3059552256, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.830295243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059552256, end = 3059695616, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.830297269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059695616, end = 3059699712, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.830299541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059699712, end = 3059785728, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.830301566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059785728, end = 3059789824, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.830303850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059789824, end = 3059904512, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.830305882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059904512, end = 3059908608, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.830308171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3059908608, end = 3060056064, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.830310216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060056064, end = 3060060160, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.830314605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060060160, end = 3060064256, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.830316655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060064256, end = 3060068352, flags = 1048691, pgoff = 3060064256, inode = 0 }
-vm_state.vm_map: 13589.830318884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060068352, end = 3060076544, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.830320823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060076544, end = 3060080640, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.830322762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060080640, end = 3060084736, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.830325286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060084736, end = 3060170752, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.830327226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060170752, end = 3060174848, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.830329152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060174848, end = 3060178944, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.830331086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060178944, end = 3060187136, flags = 1048691, pgoff = 3060178944, inode = 0 }
-vm_state.vm_map: 13589.830333142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060187136, end = 3060932608, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.830335069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060932608, end = 3060936704, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.830337231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060936704, end = 3060965376, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.830339299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060965376, end = 3060969472, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.830341343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060969472, end = 3060973568, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.830343436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060973568, end = 3060989952, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.830345387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060989952, end = 3060994048, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.830347327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060994048, end = 3060998144, flags = 1048691, pgoff = 3060994048, inode = 0 }
-vm_state.vm_map: 13589.830349425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3060998144, end = 3061080064, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.830351353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3061080064, end = 3061084160, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.830353514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3061084160, end = 3062398976, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.830355447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3062398976, end = 3062407168, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.830357732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3062407168, end = 3062411264, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.830359665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3062411264, end = 3062423552, flags = 1048691, pgoff = 3062411264, inode = 0 }
-vm_state.vm_map: 13589.830361831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3062423552, end = 3063361536, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.830363764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3063361536, end = 3063377920, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.830365697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3063377920, end = 3063382016, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.830367630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3063382016, end = 3063410688, flags = 1048691, pgoff = 3063382016, inode = 0 }
-vm_state.vm_map: 13589.830369755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3063410688, end = 3063824384, flags = 134217845, pgoff = 0, inode = 1065120 }
-vm_state.vm_map: 13589.830371694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3063824384, end = 3063832576, flags = 135266419, pgoff = 409600, inode = 1065120 }
-vm_state.vm_map: 13589.830373787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3063832576, end = 3066134528, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.830375714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3066134528, end = 3066179584, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.830377893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3066179584, end = 3066646528, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.830379821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3066646528, end = 3066654720, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.830381754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3066654720, end = 3066658816, flags = 1048691, pgoff = 3066654720, inode = 0 }
-vm_state.vm_map: 13589.830383914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3066658816, end = 3076698112, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.830385853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3076698112, end = 3076857856, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.830387885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3076857856, end = 3076866048, flags = 1048691, pgoff = 3076857856, inode = 0 }
-vm_state.vm_map: 13589.830390299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3076866048, end = 3079176192, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.830392232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079176192, end = 3079204864, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.830394159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079204864, end = 3079208960, flags = 1048691, pgoff = 3079204864, inode = 0 }
-vm_state.vm_map: 13589.830396332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079208960, end = 3079241728, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.830398382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079241728, end = 3079245824, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.830400543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079245824, end = 3079254016, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.830402476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079254016, end = 3079258112, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.830404582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079258112, end = 3079266304, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.830406619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079266304, end = 3079270400, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.830408558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079270400, end = 3079274496, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.830436392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079274496, end = 3079303168, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.830438639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079303168, end = 3079311360, flags = 1048691, pgoff = 3079303168, inode = 0 }
-vm_state.vm_map: 13589.830440683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079311360, end = 3079315456, flags = 67371125, pgoff = 3079311360, inode = 0 }
-vm_state.vm_map: 13589.830442998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079315456, end = 3079430144, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.830445060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079430144, end = 3079434240, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.830447073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3079434240, end = 3079438336, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.830449665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2245, start = 3217170432, end = 3217256448, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.830452387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
-vm_state.vm_map: 13589.830454566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
-vm_state.vm_map: 13589.830456690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 136228864, end = 137306112, flags = 1048691, pgoff = 136228864, inode = 0 }
-vm_state.vm_map: 13589.830458986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3035512832, end = 3035516928, flags = 1048688, pgoff = 3035512832, inode = 0 }
-vm_state.vm_map: 13589.830460974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3035516928, end = 3043905536, flags = 1048691, pgoff = 3035516928, inode = 0 }
-vm_state.vm_map: 13589.830463437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3043905536, end = 3043946496, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.830465463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3043946496, end = 3043950592, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.830467629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3043950592, end = 3043954688, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.830469741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3043954688, end = 3043991552, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.830471915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3043991552, end = 3043995648, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.830474020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3043995648, end = 3043999744, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.830476427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3043999744, end = 3044077568, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.830478452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044077568, end = 3044081664, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.830480546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044081664, end = 3044085760, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.830482522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044085760, end = 3044093952, flags = 1048691, pgoff = 3044085760, inode = 0 }
-vm_state.vm_map: 13589.830485151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044093952, end = 3044118528, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.830487219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044118528, end = 3044122624, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.830489387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044122624, end = 3044126720, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.830491640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046170624, end = 3046395904, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.830493795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046395904, end = 3046400000, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.830495734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046400000, end = 3046404096, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.830498061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046404096, end = 3046604800, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 13589.830500031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046604800, end = 3046608896, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 13589.830502371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046608896, end = 3046633472, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.830504415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046633472, end = 3046637568, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.830512978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046678528, end = 3046727680, flags = 134217845, pgoff = 0, inode = 1114257 }
-vm_state.vm_map: 13589.830515145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046727680, end = 3046731776, flags = 135266419, pgoff = 45056, inode = 1114257 }
-vm_state.vm_map: 13589.830517435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046731776, end = 3046735872, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.830519627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046735872, end = 3046760448, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.830522139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046760448, end = 3046764544, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.830524386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046764544, end = 3046768640, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.830526596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046768640, end = 3046772736, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.830528745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046772736, end = 3046776832, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.830530900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046776832, end = 3046785024, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.830533018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046785024, end = 3046817792, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.830535271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046817792, end = 3046830080, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.830537474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046830080, end = 3046838272, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.830539635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046838272, end = 3046842368, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.830541723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046842368, end = 3046846464, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.830544019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046846464, end = 3046850560, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.830546192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046850560, end = 3046879232, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.830548371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046879232, end = 3046891520, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.830550440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046891520, end = 3046895616, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.830552841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046895616, end = 3046903808, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.830555125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046903808, end = 3046907904, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.830557668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046907904, end = 3046912000, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.830559842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046912000, end = 3046924288, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.830561978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046924288, end = 3046932480, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.830564126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046932480, end = 3046965248, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.830566274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046965248, end = 3046985728, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.830568429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046985728, end = 3046993920, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.830570585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046993920, end = 3047022592, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.830572874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047022592, end = 3047067648, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.830575085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047067648, end = 3047124992, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.830577301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047124992, end = 3047137280, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.830579418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047137280, end = 3047194624, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.830581685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047194624, end = 3048525824, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.830583759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048525824, end = 3048538112, flags = 1048691, pgoff = 3048525824, inode = 0 }
-vm_state.vm_map: 13589.830585957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048538112, end = 3048554496, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.830587994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048554496, end = 3048558592, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.830590137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048558592, end = 3048574976, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.830592642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048574976, end = 3048579072, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.830594933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048579072, end = 3048611840, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.830596971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048611840, end = 3048615936, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.830598934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048615936, end = 3048620032, flags = 1048691, pgoff = 3048615936, inode = 0 }
-vm_state.vm_map: 13589.830601224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048620032, end = 3048636416, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.830603250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048636416, end = 3048640512, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.830605547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048640512, end = 3048972288, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 13589.830607621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048972288, end = 3048980480, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 13589.830609702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048980480, end = 3049078784, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.830611870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049078784, end = 3049082880, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.830614030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049082880, end = 3049230336, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.830615994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049230336, end = 3049238528, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.830618536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049238528, end = 3049250816, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.830620568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049250816, end = 3049254912, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.830622606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049254912, end = 3049259008, flags = 1048691, pgoff = 3049254912, inode = 0 }
-vm_state.vm_map: 13589.830624712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049259008, end = 3049267200, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.830627217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049267200, end = 3049271296, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.830629507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049271296, end = 3049590784, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.830631533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049590784, end = 3049607168, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.830633822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049607168, end = 3049799680, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.830635855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049799680, end = 3049803776, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.830638145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049803776, end = 3053400064, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 13589.830640188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053400064, end = 3053498368, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 13589.830642146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053498368, end = 3053502464, flags = 1048691, pgoff = 3053498368, inode = 0 }
-vm_state.vm_map: 13589.830644565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053502464, end = 3053789184, flags = 134217845, pgoff = 0, inode = 20877 }
-vm_state.vm_map: 13589.830646598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053789184, end = 3053797376, flags = 135266419, pgoff = 282624, inode = 20877 }
-vm_state.vm_map: 13589.830648635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053797376, end = 3053801472, flags = 1048691, pgoff = 3053797376, inode = 0 }
-vm_state.vm_map: 13589.830650845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053801472, end = 3054735360, flags = 134217845, pgoff = 0, inode = 20876 }
-vm_state.vm_map: 13589.830653025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054735360, end = 3054747648, flags = 135266419, pgoff = 933888, inode = 20876 }
-vm_state.vm_map: 13589.830655198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054747648, end = 3054809088, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 13589.830657236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054809088, end = 3054813184, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 13589.830659483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054813184, end = 3055943680, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 13589.830661927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3055943680, end = 3055960064, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 13589.830664212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3055960064, end = 3056230400, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 13589.830666237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3056230400, end = 3056238592, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 13589.830668502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3056238592, end = 3057389568, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.830670534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057389568, end = 3057405952, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.830672682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057405952, end = 3057410048, flags = 1048691, pgoff = 3057405952, inode = 0 }
-vm_state.vm_map: 13589.830674837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057410048, end = 3057463296, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.830676875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057463296, end = 3057467392, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.830679171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057467392, end = 3057639424, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.830681203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057639424, end = 3057643520, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.830686005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057643520, end = 3057676288, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.830688049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057676288, end = 3057680384, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.830690290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057680384, end = 3057766400, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.830692328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057766400, end = 3057770496, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.830694353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057770496, end = 3057778688, flags = 1048691, pgoff = 3057770496, inode = 0 }
-vm_state.vm_map: 13589.830696804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057778688, end = 3057807360, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.830698946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057807360, end = 3057811456, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.830701143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3057811456, end = 3058057216, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.830703181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058057216, end = 3058061312, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.830705182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058061312, end = 3058065408, flags = 1048691, pgoff = 3058061312, inode = 0 }
-vm_state.vm_map: 13589.830707430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058065408, end = 3058536448, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.830709461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058536448, end = 3058552832, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.830711659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058552832, end = 3058696192, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.830713622 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058696192, end = 3058700288, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.830715895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058700288, end = 3058786304, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 13589.830717926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058786304, end = 3058790400, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 13589.830720142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058790400, end = 3058905088, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.830722101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058905088, end = 3058909184, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.830724458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3058909184, end = 3059056640, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.830726496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059056640, end = 3059060736, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.830728546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059060736, end = 3059064832, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.830730848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059064832, end = 3059068928, flags = 1048691, pgoff = 3059064832, inode = 0 }
-vm_state.vm_map: 13589.830733200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059068928, end = 3059077120, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.830735238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059077120, end = 3059081216, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.830737282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059081216, end = 3059085312, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.830739424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059085312, end = 3059171328, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.830741585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059171328, end = 3059175424, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.830743623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059175424, end = 3059179520, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.830745667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059179520, end = 3059187712, flags = 1048691, pgoff = 3059179520, inode = 0 }
-vm_state.vm_map: 13589.830747754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059187712, end = 3059933184, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.830749921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059933184, end = 3059937280, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.830752119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059937280, end = 3059965952, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.830754150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059965952, end = 3059970048, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.830756189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059970048, end = 3059974144, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.830758430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059974144, end = 3059990528, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.830760467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059990528, end = 3059994624, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.830762505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059994624, end = 3059998720, flags = 1048691, pgoff = 3059994624, inode = 0 }
-vm_state.vm_map: 13589.830765103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3059998720, end = 3060080640, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.830767233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3060080640, end = 3060084736, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.830769431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3060084736, end = 3061399552, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.830771475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3061399552, end = 3061407744, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.830773512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3061407744, end = 3061411840, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.830775514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3061411840, end = 3061424128, flags = 1048691, pgoff = 3061411840, inode = 0 }
-vm_state.vm_map: 13589.830777779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3061424128, end = 3062362112, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.830779737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3062362112, end = 3062378496, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.830781873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3062378496, end = 3062382592, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.830783818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3062382592, end = 3062411264, flags = 1048691, pgoff = 3062382592, inode = 0 }
-vm_state.vm_map: 13589.830786165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3062411264, end = 3062824960, flags = 134217845, pgoff = 0, inode = 1065120 }
-vm_state.vm_map: 13589.830788190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3062824960, end = 3062833152, flags = 135266419, pgoff = 409600, inode = 1065120 }
-vm_state.vm_map: 13589.830790394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3062833152, end = 3065135104, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 13589.830792363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3065135104, end = 3065180160, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 13589.830794844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3065180160, end = 3065647104, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 13589.830796871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3065647104, end = 3065655296, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 13589.830799253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3065655296, end = 3065659392, flags = 1048691, pgoff = 3065655296, inode = 0 }
-vm_state.vm_map: 13589.830801444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3065659392, end = 3075698688, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 13589.830803617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3075698688, end = 3075858432, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 13589.830805655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3075858432, end = 3075866624, flags = 1048691, pgoff = 3075858432, inode = 0 }
-vm_state.vm_map: 13589.830807841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3075866624, end = 3078176768, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 13589.830809799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078176768, end = 3078205440, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 13589.830811947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078205440, end = 3078209536, flags = 1048691, pgoff = 3078205440, inode = 0 }
-vm_state.vm_map: 13589.830814102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078209536, end = 3078242304, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.830816288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078242304, end = 3078246400, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.830818504 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078246400, end = 3078254592, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.830820671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078254592, end = 3078258688, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.830822906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078258688, end = 3078266880, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.830824869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078266880, end = 3078270976, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.830827049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078270976, end = 3078275072, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.830829339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078275072, end = 3078303744, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.830831377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078303744, end = 3078311936, flags = 1048691, pgoff = 3078303744, inode = 0 }
-vm_state.vm_map: 13589.830833710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078311936, end = 3078316032, flags = 67371125, pgoff = 3078311936, inode = 0 }
-vm_state.vm_map: 13589.830835939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078316032, end = 3078430720, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.830837983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078430720, end = 3078434816, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.830840027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3078434816, end = 3078438912, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.830841985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2247, start = 3212898304, end = 3212984320, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.830844952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
-vm_state.vm_map: 13589.830846996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
-vm_state.vm_map: 13589.830849145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
-vm_state.vm_map: 13589.830851201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 166080512, end = 166957056, flags = 1048691, pgoff = 166080512, inode = 0 }
-vm_state.vm_map: 13589.830853664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075723264, end = 3075764224, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.830855714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075764224, end = 3075768320, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.830857752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075768320, end = 3075772416, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.830859820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075772416, end = 3075809280, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.830861999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075809280, end = 3075813376, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.830863981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075813376, end = 3075817472, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.830866364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075817472, end = 3075895296, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.830868778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075895296, end = 3075899392, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.830870945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075899392, end = 3075903488, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.830872908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075903488, end = 3075911680, flags = 1048691, pgoff = 3075903488, inode = 0 }
-vm_state.vm_map: 13589.830875198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075911680, end = 3075936256, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.830877249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075936256, end = 3075940352, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.830879287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075940352, end = 3075944448, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.830881478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3075944448, end = 3077275648, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.830883645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3077275648, end = 3077279744, flags = 1048691, pgoff = 3077275648, inode = 0 }
-vm_state.vm_map: 13589.830885806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3077279744, end = 3078594560, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.830887838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078594560, end = 3078602752, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.830889999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078602752, end = 3078606848, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.830891969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078606848, end = 3078623232, flags = 1048691, pgoff = 3078606848, inode = 0 }
-vm_state.vm_map: 13589.830894142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078623232, end = 3078631424, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.830896328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078631424, end = 3078635520, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.830898477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078635520, end = 3078639616, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.830900853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078639616, end = 3078856704, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 13589.830903130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078856704, end = 3078868992, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 13589.830905408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078934528, end = 3078963200, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.830907446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078963200, end = 3078971392, flags = 1048691, pgoff = 3078963200, inode = 0 }
-vm_state.vm_map: 13589.830909589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078971392, end = 3078975488, flags = 67371125, pgoff = 3078971392, inode = 0 }
-vm_state.vm_map: 13589.830911676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3078975488, end = 3079090176, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.830913836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3079090176, end = 3079094272, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.830915979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3079094272, end = 3079098368, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.830918023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2250, start = 3215880192, end = 3215966208, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.830920873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 134512640, end = 135245824, flags = 134223989, pgoff = 0, inode = 23493 }
-vm_state.vm_map: 13589.830923059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 135245824, end = 135315456, flags = 135272563, pgoff = 729088, inode = 23493 }
-vm_state.vm_map: 13589.830925306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 135315456, end = 135327744, flags = 1048691, pgoff = 135315456, inode = 0 }
-vm_state.vm_map: 13589.830927380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 152678400, end = 153767936, flags = 1048691, pgoff = 152678400, inode = 0 }
-vm_state.vm_map: 13589.830929862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060264960, end = 3061067776, flags = 134217845, pgoff = 0, inode = 21274 }
-vm_state.vm_map: 13589.830931943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061067776, end = 3061084160, flags = 135266419, pgoff = 802816, inode = 21274 }
-vm_state.vm_map: 13589.830937188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061178368, end = 3061190656, flags = 134217845, pgoff = 0, inode = 141213 }
-vm_state.vm_map: 13589.830939675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061190656, end = 3061194752, flags = 135266419, pgoff = 8192, inode = 141213 }
-vm_state.vm_map: 13589.830941978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061194752, end = 3061215232, flags = 1048691, pgoff = 3061194752, inode = 0 }
-vm_state.vm_map: 13589.830944145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061215232, end = 3061276672, flags = 134217841, pgoff = 0, inode = 649749 }
-vm_state.vm_map: 13589.830949064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061276672, end = 3061284864, flags = 134217845, pgoff = 0, inode = 87435 }
-vm_state.vm_map: 13589.830951225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061284864, end = 3061288960, flags = 135266419, pgoff = 4096, inode = 87435 }
-vm_state.vm_map: 13589.830953330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061288960, end = 3061293056, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.830955405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061293056, end = 3061317632, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.830957479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061317632, end = 3061321728, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.830959524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061321728, end = 3061325824, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.830961568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061325824, end = 3061329920, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.830963790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061329920, end = 3061334016, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.830965878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061334016, end = 3061342208, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.830967920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061342208, end = 3061374976, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.830969971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061374976, end = 3061387264, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.830972138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061387264, end = 3061395456, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.830974607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061395456, end = 3061399552, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.830976730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061399552, end = 3061403648, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.830978972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061403648, end = 3061407744, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.830981164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061407744, end = 3061436416, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.830983324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061436416, end = 3061448704, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.830985608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061448704, end = 3061452800, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.830987775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061452800, end = 3061460992, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.830989900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061460992, end = 3061465088, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.830991980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061465088, end = 3061469184, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.830994043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061469184, end = 3061481472, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.830996099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061481472, end = 3061489664, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.830998150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061489664, end = 3061522432, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.831000341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061522432, end = 3061542912, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.831002397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061542912, end = 3061551104, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.831004453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061551104, end = 3061579776, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.831006534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061579776, end = 3061624832, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.831008942 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061624832, end = 3061682176, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.831011016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061682176, end = 3061694464, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.831013208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061694464, end = 3061751808, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.831015492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061751808, end = 3062145024, flags = 134217979, pgoff = 0, inode = 262145 }
-vm_state.vm_map: 13589.831017880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062145024, end = 3062538240, flags = 134217979, pgoff = 0, inode = 229376 }
-vm_state.vm_map: 13589.831020010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062538240, end = 3062566912, flags = 134217845, pgoff = 0, inode = 1065218 }
-vm_state.vm_map: 13589.831022073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062566912, end = 3062571008, flags = 135266419, pgoff = 28672, inode = 1065218 }
-vm_state.vm_map: 13589.831027287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062571008, end = 3062624256, flags = 134217845, pgoff = 0, inode = 24466 }
-vm_state.vm_map: 13589.831029449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062624256, end = 3062628352, flags = 135266419, pgoff = 49152, inode = 24466 }
-vm_state.vm_map: 13589.831031677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062628352, end = 3062648832, flags = 134217845, pgoff = 0, inode = 21278 }
-vm_state.vm_map: 13589.831033813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062648832, end = 3062652928, flags = 135266419, pgoff = 16384, inode = 21278 }
-vm_state.vm_map: 13589.831035980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062652928, end = 3062816768, flags = 134217845, pgoff = 0, inode = 21283 }
-vm_state.vm_map: 13589.831038012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062816768, end = 3062820864, flags = 135266419, pgoff = 159744, inode = 21283 }
-vm_state.vm_map: 13589.831042679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062820864, end = 3062882304, flags = 134217845, pgoff = 0, inode = 1065430 }
-vm_state.vm_map: 13589.831045073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062882304, end = 3062886400, flags = 135266419, pgoff = 57344, inode = 1065430 }
-vm_state.vm_map: 13589.831049710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062919168, end = 3062943744, flags = 134217845, pgoff = 0, inode = 87514 }
-vm_state.vm_map: 13589.831051858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062943744, end = 3062947840, flags = 135266419, pgoff = 20480, inode = 87514 }
-vm_state.vm_map: 13589.831054259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062947840, end = 3062980608, flags = 134217841, pgoff = 0, inode = 73897 }
-vm_state.vm_map: 13589.831056364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062980608, end = 3063021568, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.831058297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063021568, end = 3063025664, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.831060237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063025664, end = 3063029760, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.831062336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063029760, end = 3063066624, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.831064337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063066624, end = 3063070720, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.831066270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063070720, end = 3063074816, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.831068425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063074816, end = 3063152640, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.831070364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063152640, end = 3063156736, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.831072304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063156736, end = 3063160832, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.831074243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063160832, end = 3063169024, flags = 1048691, pgoff = 3063160832, inode = 0 }
-vm_state.vm_map: 13589.831076311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063169024, end = 3063193600, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.831078596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063193600, end = 3063197696, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.831080546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063197696, end = 3063201792, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.831083016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063218176, end = 3063246848, flags = 134217845, pgoff = 0, inode = 23696 }
-vm_state.vm_map: 13589.831085041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063246848, end = 3063250944, flags = 135266419, pgoff = 24576, inode = 23696 }
-vm_state.vm_map: 13589.831087331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063250944, end = 3063267328, flags = 134217845, pgoff = 0, inode = 1065432 }
-vm_state.vm_map: 13589.831089259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063267328, end = 3063271424, flags = 135266419, pgoff = 12288, inode = 1065432 }
-vm_state.vm_map: 13589.831091549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063271424, end = 3063291904, flags = 134217845, pgoff = 0, inode = 314599 }
-vm_state.vm_map: 13589.831093482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063291904, end = 3063296000, flags = 135266419, pgoff = 16384, inode = 314599 }
-vm_state.vm_map: 13589.831098474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063296000, end = 3063435264, flags = 134217841, pgoff = 0, inode = 74520 }
-vm_state.vm_map: 13589.831100747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063435264, end = 3064766464, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.831102901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064766464, end = 3064774656, flags = 1048691, pgoff = 3064766464, inode = 0 }
-vm_state.vm_map: 13589.831105093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064774656, end = 3064791040, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.831107130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064791040, end = 3064795136, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.831109107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064795136, end = 3064799232, flags = 1048691, pgoff = 3064795136, inode = 0 }
-vm_state.vm_map: 13589.831111206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064799232, end = 3064807424, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.831113626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064807424, end = 3064811520, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.831115780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064811520, end = 3064823808, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 13589.831117719 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064823808, end = 3064827904, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 13589.831119831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064827904, end = 3064889344, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 13589.831121771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064889344, end = 3064893440, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 13589.831124005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064893440, end = 3064905728, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.831126000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064905728, end = 3064909824, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.831127945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064909824, end = 3064913920, flags = 1048691, pgoff = 3064909824, inode = 0 }
-vm_state.vm_map: 13589.831130087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3064913920, end = 3065061376, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.831132034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065061376, end = 3065069568, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.831134219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065069568, end = 3065167872, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.831136158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065167872, end = 3065171968, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.831138522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065171968, end = 3065196544, flags = 134217845, pgoff = 0, inode = 22612 }
-vm_state.vm_map: 13589.831140462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065196544, end = 3065200640, flags = 135266419, pgoff = 20480, inode = 22612 }
-vm_state.vm_map: 13589.831142733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065200640, end = 3065212928, flags = 134217845, pgoff = 0, inode = 21323 }
-vm_state.vm_map: 13589.831144666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065212928, end = 3065217024, flags = 135266419, pgoff = 8192, inode = 21323 }
-vm_state.vm_map: 13589.831147289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065217024, end = 3065360384, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.831149229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065360384, end = 3065364480, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.831151161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065364480, end = 3065368576, flags = 1048691, pgoff = 3065364480, inode = 0 }
-vm_state.vm_map: 13589.831153569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065368576, end = 3065446400, flags = 134217845, pgoff = 0, inode = 24576 }
-vm_state.vm_map: 13589.831155502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065446400, end = 3065450496, flags = 135266419, pgoff = 77824, inode = 24576 }
-vm_state.vm_map: 13589.831160199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065450496, end = 3065483264, flags = 134217845, pgoff = 0, inode = 24194 }
-vm_state.vm_map: 13589.831179419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065483264, end = 3065487360, flags = 135266419, pgoff = 28672, inode = 24194 }
-vm_state.vm_map: 13589.831181938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065487360, end = 3065954304, flags = 134217845, pgoff = 0, inode = 23967 }
-vm_state.vm_map: 13589.831184105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065954304, end = 3065962496, flags = 135266419, pgoff = 462848, inode = 23967 }
-vm_state.vm_map: 13589.831186148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065962496, end = 3065966592, flags = 1048691, pgoff = 3065962496, inode = 0 }
-vm_state.vm_map: 13589.831188678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065966592, end = 3066343424, flags = 134217845, pgoff = 0, inode = 21319 }
-vm_state.vm_map: 13589.831190717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066343424, end = 3066351616, flags = 135266419, pgoff = 376832, inode = 21319 }
-vm_state.vm_map: 13589.831193142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066351616, end = 3066449920, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.831195174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066449920, end = 3066454016, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.831197322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066454016, end = 3066458112, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.831199729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066458112, end = 3066462208, flags = 1048691, pgoff = 3066458112, inode = 0 }
-vm_state.vm_map: 13589.831201989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066462208, end = 3066531840, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.831204162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066531840, end = 3066535936, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.831206151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066535936, end = 3066540032, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.831208348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066540032, end = 3066548224, flags = 1048691, pgoff = 3066540032, inode = 0 }
-vm_state.vm_map: 13589.831210528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066548224, end = 3066740736, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.831212694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066740736, end = 3066744832, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.831214899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066744832, end = 3066753024, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.831216998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066753024, end = 3066757120, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.831218974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066757120, end = 3066761216, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.831221295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066761216, end = 3066843136, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.831223260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066843136, end = 3066847232, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.831225691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066847232, end = 3066880000, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.831227840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066880000, end = 3066884096, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.831229883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066884096, end = 3066888192, flags = 1048691, pgoff = 3066884096, inode = 0 }
-vm_state.vm_map: 13589.831232050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066888192, end = 3066912768, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.831234563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066912768, end = 3066916864, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.831236754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066916864, end = 3066949632, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.831238810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066949632, end = 3066953728, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.831240946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066953728, end = 3066961920, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.831243256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066961920, end = 3066966016, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.831245460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066966016, end = 3066998784, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.831247627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066998784, end = 3067002880, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.831249873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067002880, end = 3067056128, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.831252046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067056128, end = 3067060224, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.831254257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067060224, end = 3067076608, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.831256424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067076608, end = 3067080704, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.831258388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067080704, end = 3067084800, flags = 1048691, pgoff = 3067080704, inode = 0 }
-vm_state.vm_map: 13589.831260691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067084800, end = 3067092992, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.831262728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067092992, end = 3067097088, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.831264976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067097088, end = 3067105280, flags = 134217845, pgoff = 0, inode = 17721 }
-vm_state.vm_map: 13589.831266946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067105280, end = 3067109376, flags = 135266419, pgoff = 4096, inode = 17721 }
-vm_state.vm_map: 13589.831269562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067109376, end = 3067572224, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 13589.831271527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067572224, end = 3067584512, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 13589.831273963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3067584512, end = 3068190720, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 13589.831275934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3068190720, end = 3068207104, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 13589.831278335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3068207104, end = 3069358080, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.831280354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3069358080, end = 3069374464, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.831282299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3069374464, end = 3069378560, flags = 1048691, pgoff = 3069374464, inode = 0 }
-vm_state.vm_map: 13589.831284707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3069378560, end = 3070693376, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.831286739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070693376, end = 3070701568, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.831288782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070701568, end = 3070705664, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.831290765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070705664, end = 3070717952, flags = 1048691, pgoff = 3070705664, inode = 0 }
-vm_state.vm_map: 13589.831293179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070717952, end = 3070803968, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.831295216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070803968, end = 3070808064, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.831297254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070808064, end = 3070812160, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.831299224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070812160, end = 3070820352, flags = 1048691, pgoff = 3070812160, inode = 0 }
-vm_state.vm_map: 13589.831301754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070820352, end = 3070844928, flags = 134217845, pgoff = 0, inode = 17404 }
-vm_state.vm_map: 13589.831304131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070844928, end = 3070849024, flags = 135266419, pgoff = 20480, inode = 17404 }
-vm_state.vm_map: 13589.831306636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070849024, end = 3070885888, flags = 134217845, pgoff = 0, inode = 22478 }
-vm_state.vm_map: 13589.831308606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070885888, end = 3070889984, flags = 135266419, pgoff = 32768, inode = 22478 }
-vm_state.vm_map: 13589.831310748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070889984, end = 3070976000, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.831313014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070976000, end = 3070980096, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.831315139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070980096, end = 3070992384, flags = 1048691, pgoff = 3070980096, inode = 0 }
-vm_state.vm_map: 13589.831317422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3070992384, end = 3071021056, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.831319429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071021056, end = 3071025152, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.831321682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071025152, end = 3071770624, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.831323653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071770624, end = 3071774720, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.831326023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071774720, end = 3071803392, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.831327999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071803392, end = 3071807488, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.831330258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071807488, end = 3071811584, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.831332364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071811584, end = 3071827968, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.831334538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071827968, end = 3071832064, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.831336908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071832064, end = 3071844352, flags = 134217845, pgoff = 0, inode = 19646 }
-vm_state.vm_map: 13589.831339401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071844352, end = 3071848448, flags = 135266419, pgoff = 8192, inode = 19646 }
-vm_state.vm_map: 13589.831341518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3071848448, end = 3072094208, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.831343685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3072094208, end = 3072098304, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.831345724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3072098304, end = 3072102400, flags = 1048691, pgoff = 3072098304, inode = 0 }
-vm_state.vm_map: 13589.831347909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3072102400, end = 3072274432, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.831349953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3072274432, end = 3072278528, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.831352238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3072278528, end = 3072749568, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.831354262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3072749568, end = 3072765952, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.831359748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3072765952, end = 3073036288, flags = 134217845, pgoff = 0, inode = 22793 }
-vm_state.vm_map: 13589.831361773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3073036288, end = 3073044480, flags = 135266419, pgoff = 266240, inode = 22793 }
-vm_state.vm_map: 13589.831364174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3073044480, end = 3073523712, flags = 134217845, pgoff = 0, inode = 21325 }
-vm_state.vm_map: 13589.831366200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3073523712, end = 3073531904, flags = 135266419, pgoff = 479232, inode = 21325 }
-vm_state.vm_map: 13589.831368570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3073531904, end = 3074134016, flags = 134217845, pgoff = 0, inode = 19648 }
-vm_state.vm_map: 13589.831370546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074134016, end = 3074142208, flags = 135266419, pgoff = 602112, inode = 19648 }
-vm_state.vm_map: 13589.831372848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074142208, end = 3074146304, flags = 1048691, pgoff = 3074142208, inode = 0 }
-vm_state.vm_map: 13589.831375600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074146304, end = 3074187264, flags = 134217845, pgoff = 0, inode = 22795 }
-vm_state.vm_map: 13589.831377768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074187264, end = 3074191360, flags = 135266419, pgoff = 36864, inode = 22795 }
-vm_state.vm_map: 13589.831379892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074191360, end = 3074338816, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.831382058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074338816, end = 3074342912, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.831384239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074342912, end = 3074347008, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.831386639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074347008, end = 3074445312, flags = 134217845, pgoff = 0, inode = 22669 }
-vm_state.vm_map: 13589.831388683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074445312, end = 3074449408, flags = 135266419, pgoff = 94208, inode = 22669 }
-vm_state.vm_map: 13589.831393282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074449408, end = 3074596864, flags = 134217845, pgoff = 0, inode = 22796 }
-vm_state.vm_map: 13589.831395326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074596864, end = 3074600960, flags = 135266419, pgoff = 147456, inode = 22796 }
-vm_state.vm_map: 13589.831397690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074600960, end = 3074703360, flags = 134217845, pgoff = 0, inode = 21552 }
-vm_state.vm_map: 13589.831399728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074703360, end = 3074711552, flags = 135266419, pgoff = 98304, inode = 21552 }
-vm_state.vm_map: 13589.831401950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074711552, end = 3074715648, flags = 1048691, pgoff = 3074711552, inode = 0 }
-vm_state.vm_map: 13589.831404468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3074715648, end = 3075313664, flags = 134217845, pgoff = 0, inode = 22668 }
-vm_state.vm_map: 13589.831406629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3075313664, end = 3075325952, flags = 135266419, pgoff = 593920, inode = 22668 }
-vm_state.vm_map: 13589.831408956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3075325952, end = 3079225344, flags = 134217845, pgoff = 0, inode = 21427 }
-vm_state.vm_map: 13589.831411443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079225344, end = 3079249920, flags = 135266419, pgoff = 3895296, inode = 21427 }
-vm_state.vm_map: 13589.831413487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079249920, end = 3079254016, flags = 1048691, pgoff = 3079249920, inode = 0 }
-vm_state.vm_map: 13589.831415543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079266304, end = 3079270400, flags = 1048691, pgoff = 3079266304, inode = 0 }
-vm_state.vm_map: 13589.831417662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079270400, end = 3079299072, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.831420167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079299072, end = 3079348224, flags = 134217841, pgoff = 0, inode = 74519 }
-vm_state.vm_map: 13589.831422205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079348224, end = 3079356416, flags = 1048691, pgoff = 3079348224, inode = 0 }
-vm_state.vm_map: 13589.831424390 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079356416, end = 3079360512, flags = 67371125, pgoff = 3079356416, inode = 0 }
-vm_state.vm_map: 13589.831426582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079360512, end = 3079475200, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.831428620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079475200, end = 3079479296, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.831430645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3079479296, end = 3079483392, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.831432812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2259, start = 3213852672, end = 3213938688, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.831475459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 658091 }
-vm_state.vm_map: 13589.831477601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 134545408, end = 134549504, flags = 135272563, pgoff = 32768, inode = 658091 }
-vm_state.vm_map: 13589.831479897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 138887168, end = 139304960, flags = 1048691, pgoff = 138887168, inode = 0 }
-vm_state.vm_map: 13589.831482101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061420032, end = 3061448704, flags = 134217845, pgoff = 0, inode = 1065218 }
-vm_state.vm_map: 13589.831484354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061448704, end = 3061452800, flags = 135266419, pgoff = 28672, inode = 1065218 }
-vm_state.vm_map: 13589.831486959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061452800, end = 3061506048, flags = 134217845, pgoff = 0, inode = 24466 }
-vm_state.vm_map: 13589.831488941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061506048, end = 3061510144, flags = 135266419, pgoff = 49152, inode = 24466 }
-vm_state.vm_map: 13589.831491342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061510144, end = 3061673984, flags = 134217845, pgoff = 0, inode = 21283 }
-vm_state.vm_map: 13589.831493466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061673984, end = 3061678080, flags = 135266419, pgoff = 159744, inode = 21283 }
-vm_state.vm_map: 13589.831495774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061678080, end = 3061706752, flags = 134217845, pgoff = 0, inode = 23696 }
-vm_state.vm_map: 13589.831497782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061706752, end = 3061710848, flags = 135266419, pgoff = 24576, inode = 23696 }
-vm_state.vm_map: 13589.831500133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061710848, end = 3061772288, flags = 134217845, pgoff = 0, inode = 1065430 }
-vm_state.vm_map: 13589.831502128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061772288, end = 3061776384, flags = 135266419, pgoff = 57344, inode = 1065430 }
-vm_state.vm_map: 13589.831504541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061870592, end = 3061911552, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.831506659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061911552, end = 3061915648, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.831508820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061915648, end = 3061919744, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.831510975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061919744, end = 3061956608, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.831513068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061956608, end = 3061960704, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.831515191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061960704, end = 3061964800, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.831517562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3061964800, end = 3062042624, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.831519526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062042624, end = 3062046720, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.831522050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062046720, end = 3062050816, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.831524038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062050816, end = 3062059008, flags = 1048691, pgoff = 3062050816, inode = 0 }
-vm_state.vm_map: 13589.831526323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062059008, end = 3062083584, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.831528299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062083584, end = 3062087680, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.831530460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062087680, end = 3062091776, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.831532571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062095872, end = 3062116352, flags = 134217845, pgoff = 0, inode = 21278 }
-vm_state.vm_map: 13589.831534752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062116352, end = 3062120448, flags = 135266419, pgoff = 16384, inode = 21278 }
-vm_state.vm_map: 13589.831536868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062120448, end = 3062136832, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.831539030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062136832, end = 3062140928, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.831541141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062140928, end = 3062157312, flags = 134217845, pgoff = 0, inode = 1065432 }
-vm_state.vm_map: 13589.831543308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062157312, end = 3062161408, flags = 135266419, pgoff = 12288, inode = 1065432 }
-vm_state.vm_map: 13589.831545501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062161408, end = 3062181888, flags = 134217845, pgoff = 0, inode = 314599 }
-vm_state.vm_map: 13589.831547538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062181888, end = 3062185984, flags = 135266419, pgoff = 16384, inode = 314599 }
-vm_state.vm_map: 13589.831549644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062185984, end = 3062325248, flags = 134217841, pgoff = 0, inode = 74520 }
-vm_state.vm_map: 13589.831551989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3062325248, end = 3063656448, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.831554162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063656448, end = 3063668736, flags = 1048691, pgoff = 3063656448, inode = 0 }
-vm_state.vm_map: 13589.831556692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063668736, end = 3063685120, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.831558731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063685120, end = 3063689216, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.831561021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063689216, end = 3063697408, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.831563058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063697408, end = 3063701504, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.831565360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063701504, end = 3063730176, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.831567325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063730176, end = 3063734272, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.831569510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063734272, end = 3063738368, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.831571696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063738368, end = 3063963648, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.831573733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063963648, end = 3063967744, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.831575692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063967744, end = 3063971840, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.831578277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3063971840, end = 3064086528, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 13589.831580315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064086528, end = 3064090624, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 13589.831582359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064090624, end = 3064094720, flags = 1048691, pgoff = 3064090624, inode = 0 }
-vm_state.vm_map: 13589.831584439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064094720, end = 3064119296, flags = 134217845, pgoff = 0, inode = 22612 }
-vm_state.vm_map: 13589.831586607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064119296, end = 3064123392, flags = 135266419, pgoff = 20480, inode = 22612 }
-vm_state.vm_map: 13589.831588774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064123392, end = 3064135680, flags = 134217845, pgoff = 0, inode = 21323 }
-vm_state.vm_map: 13589.831591169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064135680, end = 3064139776, flags = 135266419, pgoff = 8192, inode = 21323 }
-vm_state.vm_map: 13589.831593416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064139776, end = 3064283136, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.831595465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064283136, end = 3064287232, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.831597683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064287232, end = 3064373248, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.831599702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064373248, end = 3064377344, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.831601869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064377344, end = 3064381440, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.831603925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064381440, end = 3064389632, flags = 1048691, pgoff = 3064381440, inode = 0 }
-vm_state.vm_map: 13589.831606209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064389632, end = 3064467456, flags = 134217845, pgoff = 0, inode = 24576 }
-vm_state.vm_map: 13589.831608215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064467456, end = 3064471552, flags = 135266419, pgoff = 77824, inode = 24576 }
-vm_state.vm_map: 13589.831610315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064471552, end = 3064475648, flags = 1048691, pgoff = 3064471552, inode = 0 }
-vm_state.vm_map: 13589.831612513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064475648, end = 3064508416, flags = 134217845, pgoff = 0, inode = 24194 }
-vm_state.vm_map: 13589.831614649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064508416, end = 3064512512, flags = 135266419, pgoff = 28672, inode = 24194 }
-vm_state.vm_map: 13589.831616860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064512512, end = 3064979456, flags = 134217845, pgoff = 0, inode = 23967 }
-vm_state.vm_map: 13589.831619021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064979456, end = 3064987648, flags = 135266419, pgoff = 462848, inode = 23967 }
-vm_state.vm_map: 13589.831620991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064987648, end = 3064991744, flags = 1048691, pgoff = 3064987648, inode = 0 }
-vm_state.vm_map: 13589.831623397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3064991744, end = 3065368576, flags = 134217845, pgoff = 0, inode = 21319 }
-vm_state.vm_map: 13589.831625724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065368576, end = 3065376768, flags = 135266419, pgoff = 376832, inode = 21319 }
-vm_state.vm_map: 13589.831628108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065376768, end = 3065475072, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.831630071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065475072, end = 3065479168, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.831632374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065479168, end = 3065561088, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.831634405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065561088, end = 3065565184, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.831636566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065565184, end = 3065569280, flags = 1048691, pgoff = 3065565184, inode = 0 }
-vm_state.vm_map: 13589.831638691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065569280, end = 3065602048, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.831640857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065602048, end = 3065606144, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.831643055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065606144, end = 3065630720, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.831645006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065630720, end = 3065634816, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.831647304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065634816, end = 3065667584, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.831649328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065667584, end = 3065671680, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.831651490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065671680, end = 3065679872, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.831653472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065679872, end = 3065683968, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.831655818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065683968, end = 3065716736, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.831657855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065716736, end = 3065720832, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.831660392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065720832, end = 3065774080, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.831662429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065774080, end = 3065778176, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.831664467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065778176, end = 3065782272, flags = 1048691, pgoff = 3065778176, inode = 0 }
-vm_state.vm_map: 13589.831666763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065782272, end = 3065880576, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.831668789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065880576, end = 3065884672, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.831670827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065884672, end = 3065888768, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.831673068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065888768, end = 3065958400, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.831675099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065958400, end = 3065962496, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.831677131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065962496, end = 3065966592, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.831679174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065966592, end = 3065974784, flags = 1048691, pgoff = 3065966592, inode = 0 }
-vm_state.vm_map: 13589.831681373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3065974784, end = 3066167296, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.831683534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066167296, end = 3066171392, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.831685830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066171392, end = 3066179584, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.831687887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066179584, end = 3066183680, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.831690048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066183680, end = 3066187776, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.831692233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066187776, end = 3066335232, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.831694628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066335232, end = 3066343424, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.831696591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066343424, end = 3066347520, flags = 1048691, pgoff = 3066343424, inode = 0 }
-vm_state.vm_map: 13589.831699189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066347520, end = 3066597376, flags = 134217845, pgoff = 0, inode = 17169 }
-vm_state.vm_map: 13589.831701228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066597376, end = 3066605568, flags = 135266419, pgoff = 245760, inode = 17169 }
-vm_state.vm_map: 13589.831703419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066605568, end = 3066753024, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.831705383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066753024, end = 3066757120, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.831707821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066757120, end = 3066761216, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.831710087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066761216, end = 3066773504, flags = 134217845, pgoff = 0, inode = 19646 }
-vm_state.vm_map: 13589.831712229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066773504, end = 3066777600, flags = 135266419, pgoff = 8192, inode = 19646 }
-vm_state.vm_map: 13589.831714341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066777600, end = 3066949632, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.831716501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066949632, end = 3066953728, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.831718779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3066953728, end = 3067424768, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.831720824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3067424768, end = 3067441152, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.831722775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3067441152, end = 3067445248, flags = 1048691, pgoff = 3067441152, inode = 0 }
-vm_state.vm_map: 13589.831725077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3067445248, end = 3067715584, flags = 134217845, pgoff = 0, inode = 22793 }
-vm_state.vm_map: 13589.831727226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3067715584, end = 3067723776, flags = 135266419, pgoff = 266240, inode = 22793 }
-vm_state.vm_map: 13589.831729799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3067723776, end = 3067871232, flags = 134217845, pgoff = 0, inode = 22796 }
-vm_state.vm_map: 13589.831731837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3067871232, end = 3067875328, flags = 135266419, pgoff = 147456, inode = 22796 }
-vm_state.vm_map: 13589.831734017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3067875328, end = 3068354560, flags = 134217845, pgoff = 0, inode = 21325 }
-vm_state.vm_map: 13589.831736060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068354560, end = 3068362752, flags = 135266419, pgoff = 479232, inode = 21325 }
-vm_state.vm_map: 13589.831738221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068362752, end = 3068465152, flags = 134217845, pgoff = 0, inode = 21552 }
-vm_state.vm_map: 13589.831740260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068465152, end = 3068473344, flags = 135266419, pgoff = 98304, inode = 21552 }
-vm_state.vm_map: 13589.831742500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068473344, end = 3068489728, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.831744661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068489728, end = 3068493824, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.831746859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068493824, end = 3068502016, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.831748878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068502016, end = 3068506112, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.831750972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068506112, end = 3068510208, flags = 1048691, pgoff = 3068506112, inode = 0 }
-vm_state.vm_map: 13589.831753274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068510208, end = 3068518400, flags = 134217845, pgoff = 0, inode = 17721 }
-vm_state.vm_map: 13589.831755305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068518400, end = 3068522496, flags = 135266419, pgoff = 4096, inode = 17721 }
-vm_state.vm_map: 13589.831757478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3068522496, end = 3069673472, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.831759511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3069673472, end = 3069689856, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.831761684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3069689856, end = 3069730816, flags = 134217845, pgoff = 0, inode = 22795 }
-vm_state.vm_map: 13589.831764079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3069730816, end = 3069734912, flags = 135266419, pgoff = 36864, inode = 22795 }
-vm_state.vm_map: 13589.831766159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3069734912, end = 3070332928, flags = 134217845, pgoff = 0, inode = 22668 }
-vm_state.vm_map: 13589.831768295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3070332928, end = 3070345216, flags = 135266419, pgoff = 593920, inode = 22668 }
-vm_state.vm_map: 13589.831770468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3070345216, end = 3071660032, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.831772507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3071660032, end = 3071668224, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.831774452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3071668224, end = 3071672320, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.831776650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3071672320, end = 3071688704, flags = 1048691, pgoff = 3071672320, inode = 0 }
-vm_state.vm_map: 13589.831778847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3071688704, end = 3072434176, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.831780868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3072434176, end = 3072438272, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.831783041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3072438272, end = 3072684032, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.831785189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3072684032, end = 3072688128, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.831787350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3072688128, end = 3073290240, flags = 134217845, pgoff = 0, inode = 19648 }
-vm_state.vm_map: 13589.831789388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073290240, end = 3073298432, flags = 135266419, pgoff = 602112, inode = 19648 }
-vm_state.vm_map: 13589.831791697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073298432, end = 3073413120, flags = 134217845, pgoff = 0, inode = 17171 }
-vm_state.vm_map: 13589.831793863 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073413120, end = 3073417216, flags = 135266419, pgoff = 114688, inode = 17171 }
-vm_state.vm_map: 13589.831796295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073417216, end = 3073495040, flags = 134217845, pgoff = 0, inode = 1065156 }
-vm_state.vm_map: 13589.831798690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073495040, end = 3073499136, flags = 135266419, pgoff = 73728, inode = 1065156 }
-vm_state.vm_map: 13589.831800733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073499136, end = 3073503232, flags = 1048691, pgoff = 3073499136, inode = 0 }
-vm_state.vm_map: 13589.831803031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073503232, end = 3073601536, flags = 134217845, pgoff = 0, inode = 22669 }
-vm_state.vm_map: 13589.831805062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073601536, end = 3073605632, flags = 135266419, pgoff = 94208, inode = 22669 }
-vm_state.vm_map: 13589.831807241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3073605632, end = 3077505024, flags = 134217845, pgoff = 0, inode = 21427 }
-vm_state.vm_map: 13589.831809212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077505024, end = 3077529600, flags = 135266419, pgoff = 3895296, inode = 21427 }
-vm_state.vm_map: 13589.831811391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077529600, end = 3077533696, flags = 1048691, pgoff = 3077529600, inode = 0 }
-vm_state.vm_map: 13589.831813570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077550080, end = 3077578752, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.831815731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077578752, end = 3077627904, flags = 134217841, pgoff = 0, inode = 74519 }
-vm_state.vm_map: 13589.831817744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077627904, end = 3077636096, flags = 1048691, pgoff = 3077627904, inode = 0 }
-vm_state.vm_map: 13589.831819831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077636096, end = 3077640192, flags = 67371125, pgoff = 3077636096, inode = 0 }
-vm_state.vm_map: 13589.831822011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077640192, end = 3077754880, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.831824036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077754880, end = 3077758976, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.831826074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3077758976, end = 3077763072, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.831828118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2266, start = 3217485824, end = 3217571840, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.831831055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 134512640, end = 134516736, flags = 134223989, pgoff = 0, inode = 655648 }
-vm_state.vm_map: 13589.831833566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 134516736, end = 134520832, flags = 135272563, pgoff = 0, inode = 655648 }
-vm_state.vm_map: 13589.831835623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 144269312, end = 144539648, flags = 1048691, pgoff = 144269312, inode = 0 }
-vm_state.vm_map: 13589.831837900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073585152, end = 3073626112, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.831840042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073626112, end = 3073630208, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.831842086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073630208, end = 3073634304, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.831844156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073634304, end = 3073671168, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.831846310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073671168, end = 3073675264, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.831848471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073675264, end = 3073679360, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.831850645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073679360, end = 3073757184, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.831852713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073757184, end = 3073761280, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.831854886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073761280, end = 3073765376, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.831856924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073765376, end = 3073773568, flags = 1048691, pgoff = 3073765376, inode = 0 }
-vm_state.vm_map: 13589.831865069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073773568, end = 3073884160, flags = 134217937, pgoff = 0, inode = 150388 }
-vm_state.vm_map: 13589.831867574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073884160, end = 3073966080, flags = 134217845, pgoff = 0, inode = 1065113 }
-vm_state.vm_map: 13589.831870104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3073966080, end = 3073970176, flags = 135266419, pgoff = 77824, inode = 1065113 }
-vm_state.vm_map: 13589.831872482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074064384, end = 3074134016, flags = 134217845, pgoff = 0, inode = 429625 }
-vm_state.vm_map: 13589.831874525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074134016, end = 3074138112, flags = 135266419, pgoff = 65536, inode = 429625 }
-vm_state.vm_map: 13589.831876618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074138112, end = 3074146304, flags = 1048691, pgoff = 3074138112, inode = 0 }
-vm_state.vm_map: 13589.831878699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074146304, end = 3074244608, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.831880657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074244608, end = 3074248704, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.831882608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074248704, end = 3074252800, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.831884794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074252800, end = 3074322432, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.831886887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074322432, end = 3074326528, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.831888863 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074326528, end = 3074330624, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.831890895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074330624, end = 3074338816, flags = 1048691, pgoff = 3074330624, inode = 0 }
-vm_state.vm_map: 13589.831893111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074338816, end = 3074347008, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.831895051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074347008, end = 3074351104, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.831897113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074351104, end = 3074355200, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.831899305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074355200, end = 3074383872, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.831901257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074383872, end = 3074387968, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.831903534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074387968, end = 3074392064, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.831905615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074392064, end = 3074478080, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.831907561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074478080, end = 3074482176, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.831909493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074482176, end = 3074486272, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.831911537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074486272, end = 3074498560, flags = 1048691, pgoff = 3074486272, inode = 0 }
-vm_state.vm_map: 13589.831913680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074498560, end = 3074723840, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.831915767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074723840, end = 3074727936, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.831917842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074727936, end = 3074732032, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.831919966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074732032, end = 3074846720, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 13589.831921918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074846720, end = 3074850816, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 13589.831924368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3074850816, end = 3075043328, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.831926510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075043328, end = 3075047424, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.831928726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075047424, end = 3075194880, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.831930697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075194880, end = 3075203072, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.831933024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075203072, end = 3075215360, flags = 134217845, pgoff = 0, inode = 19646 }
-vm_state.vm_map: 13589.831935055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075215360, end = 3075219456, flags = 135266419, pgoff = 8192, inode = 19646 }
-vm_state.vm_map: 13589.831937444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075219456, end = 3075223552, flags = 1048691, pgoff = 3075219456, inode = 0 }
-vm_state.vm_map: 13589.831939697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075223552, end = 3075825664, flags = 134217845, pgoff = 0, inode = 19648 }
-vm_state.vm_map: 13589.831941722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075825664, end = 3075833856, flags = 135266419, pgoff = 602112, inode = 19648 }
-vm_state.vm_map: 13589.831943915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3075833856, end = 3076083712, flags = 134217845, pgoff = 0, inode = 17169 }
-vm_state.vm_map: 13589.831945872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3076083712, end = 3076091904, flags = 135266419, pgoff = 245760, inode = 17169 }
-vm_state.vm_map: 13589.831948168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3076091904, end = 3076206592, flags = 134217845, pgoff = 0, inode = 17171 }
-vm_state.vm_map: 13589.831950114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3076206592, end = 3076210688, flags = 135266419, pgoff = 114688, inode = 17171 }
-vm_state.vm_map: 13589.831952288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3076210688, end = 3077525504, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.831954245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3077525504, end = 3077533696, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.831956184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3077533696, end = 3077537792, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.831958130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3077537792, end = 3077550080, flags = 1048691, pgoff = 3077537792, inode = 0 }
-vm_state.vm_map: 13589.831960309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3077550080, end = 3078295552, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.831962446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078295552, end = 3078299648, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.831964379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078299648, end = 3078303744, flags = 1048691, pgoff = 3078299648, inode = 0 }
-vm_state.vm_map: 13589.831966552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078303744, end = 3078549504, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.831968491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078549504, end = 3078553600, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.831971230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078553600, end = 3078774784, flags = 134217845, pgoff = 0, inode = 21370 }
-vm_state.vm_map: 13589.831973281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078774784, end = 3078782976, flags = 135266419, pgoff = 221184, inode = 21370 }
-vm_state.vm_map: 13589.831975214 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078782976, end = 3078787072, flags = 1048691, pgoff = 3078782976, inode = 0 }
-vm_state.vm_map: 13589.831977492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078787072, end = 3078815744, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.831979659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078815744, end = 3078840320, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.831981598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078840320, end = 3078844416, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.831983532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078844416, end = 3078848512, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.831988856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078848512, end = 3078852608, flags = 134217937, pgoff = 0, inode = 237757 }
-vm_state.vm_map: 13589.831990981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078877184, end = 3078885376, flags = 1048691, pgoff = 3078877184, inode = 0 }
-vm_state.vm_map: 13589.831993012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078885376, end = 3078889472, flags = 67371125, pgoff = 3078885376, inode = 0 }
-vm_state.vm_map: 13589.831995198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3078889472, end = 3079004160, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.831997217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3079004160, end = 3079008256, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.831999242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3079008256, end = 3079012352, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.832001384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2281, start = 3214336000, end = 3214422016, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.832007018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 134512640, end = 134516736, flags = 134223989, pgoff = 0, inode = 1352341 }
-vm_state.vm_map: 13589.832009179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 134516736, end = 134520832, flags = 135272563, pgoff = 0, inode = 1352341 }
-vm_state.vm_map: 13589.832011284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 142692352, end = 191832064, flags = 1048691, pgoff = 142692352, inode = 0 }
-vm_state.vm_map: 13589.832013340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3023040512, end = 3023044608, flags = 1048688, pgoff = 3023040512, inode = 0 }
-vm_state.vm_map: 13589.832018050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3023044608, end = 3031433216, flags = 1048691, pgoff = 3023044608, inode = 0 }
-vm_state.vm_map: 13589.832020223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3031433216, end = 3031568384, flags = 2097267, pgoff = 3031433216, inode = 0 }
-vm_state.vm_map: 13589.832022397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3031568384, end = 3032481792, flags = 2097264, pgoff = 3031568384, inode = 0 }
-vm_state.vm_map: 13589.832026916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3032662016, end = 3032805376, flags = 134217841, pgoff = 0, inode = 254199 }
-vm_state.vm_map: 13589.832029470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3032805376, end = 3032944640, flags = 134217841, pgoff = 0, inode = 254140 }
-vm_state.vm_map: 13589.832031459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3032944640, end = 3033866240, flags = 1048691, pgoff = 3032944640, inode = 0 }
-vm_state.vm_map: 13589.832033565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3050205184, end = 3050209280, flags = 1048688, pgoff = 3050205184, inode = 0 }
-vm_state.vm_map: 13589.832035498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3050209280, end = 3058597888, flags = 1048691, pgoff = 3050209280, inode = 0 }
-vm_state.vm_map: 13589.832037751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058597888, end = 3058683904, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.832039696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058683904, end = 3058688000, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.832041980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058688000, end = 3058696192, flags = 1048691, pgoff = 3058688000, inode = 0 }
-vm_state.vm_map: 13589.832044184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058696192, end = 3058724864, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.832046235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058724864, end = 3058728960, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.832053518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058753536, end = 3058823168, flags = 134217841, pgoff = 0, inode = 98485 }
-vm_state.vm_map: 13589.832055808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058823168, end = 3058896896, flags = 134217841, pgoff = 0, inode = 98526 }
-vm_state.vm_map: 13589.832058258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058896896, end = 3058978816, flags = 134217841, pgoff = 0, inode = 98443 }
-vm_state.vm_map: 13589.832063178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3058978816, end = 3060350976, flags = 135266421, pgoff = 0, inode = 542490 }
-vm_state.vm_map: 13589.832065332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060350976, end = 3060416512, flags = 135266419, pgoff = 1368064, inode = 542490 }
-vm_state.vm_map: 13589.832067481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060416512, end = 3060428800, flags = 1048691, pgoff = 3060416512, inode = 0 }
-vm_state.vm_map: 13589.832069980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060428800, end = 3060436992, flags = 134217845, pgoff = 0, inode = 418295 }
-vm_state.vm_map: 13589.832072185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060436992, end = 3060441088, flags = 135266419, pgoff = 4096, inode = 418295 }
-vm_state.vm_map: 13589.832074598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060441088, end = 3060510720, flags = 134217841, pgoff = 0, inode = 98449 }
-vm_state.vm_map: 13589.832076906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060563968, end = 3060568064, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.832079479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060568064, end = 3060592640, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.832081572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060592640, end = 3060596736, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.832083665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060596736, end = 3060600832, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.832085735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060600832, end = 3060604928, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.832087797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060604928, end = 3060609024, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.832089853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060609024, end = 3060617216, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.832091909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060617216, end = 3060649984, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.832094089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060649984, end = 3060662272, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.832096157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060662272, end = 3060670464, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.832098324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060670464, end = 3060674560, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.832100374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060674560, end = 3060678656, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.832102547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060678656, end = 3060682752, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.832104604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060682752, end = 3060711424, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.832106654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060711424, end = 3060723712, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.832108698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060723712, end = 3060727808, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.832110889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060727808, end = 3060736000, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.832113315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060736000, end = 3060740096, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.832115372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060740096, end = 3060744192, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.832117508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060744192, end = 3060756480, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.832119613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060756480, end = 3060764672, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.832121700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060764672, end = 3060797440, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.832123756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060797440, end = 3060817920, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.832125812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060817920, end = 3060826112, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.832127962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060826112, end = 3060854784, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.832130073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060854784, end = 3060899840, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.832132283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060899840, end = 3060957184, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.832134351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060957184, end = 3060969472, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.832136458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3060969472, end = 3061026816, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.832138551 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3061026816, end = 3061964800, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.832140582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3061964800, end = 3061981184, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.832142632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3061981184, end = 3061985280, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.832144596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3061985280, end = 3062013952, flags = 1048691, pgoff = 3061985280, inode = 0 }
-vm_state.vm_map: 13589.832146990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062013952, end = 3062251520, flags = 1048691, pgoff = 3062251520, inode = 0 }
-vm_state.vm_map: 13589.832154478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062288384, end = 3062292480, flags = 134217845, pgoff = 0, inode = 418261 }
-vm_state.vm_map: 13589.832156694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062292480, end = 3062296576, flags = 135266419, pgoff = 4096, inode = 418261 }
-vm_state.vm_map: 13589.832158978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062296576, end = 3062411264, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.832161003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062411264, end = 3062415360, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.832163256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062415360, end = 3062542336, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 13589.832165281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062542336, end = 3062546432, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 13589.832167591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062546432, end = 3062689792, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.832169628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062689792, end = 3062693888, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.832176635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062693888, end = 3062919168, flags = 134217845, pgoff = 0, inode = 410985 }
-vm_state.vm_map: 13589.832178801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062919168, end = 3062923264, flags = 135266419, pgoff = 221184, inode = 410985 }
-vm_state.vm_map: 13589.832181067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062923264, end = 3062964224, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.832183394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062964224, end = 3062968320, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.832185462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062968320, end = 3062972416, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.832187544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3062972416, end = 3063009280, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.832189507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063009280, end = 3063013376, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.832191551 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063013376, end = 3063017472, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.832193724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063017472, end = 3063095296, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.832195768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063095296, end = 3063099392, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.832197702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063099392, end = 3063103488, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.832199635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063103488, end = 3063111680, flags = 1048691, pgoff = 3063103488, inode = 0 }
-vm_state.vm_map: 13589.832201703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063111680, end = 3063136256, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.832203636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063136256, end = 3063140352, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.832205570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063140352, end = 3063144448, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.832207607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063144448, end = 3063148544, flags = 1048688, pgoff = 3063144448, inode = 0 }
-vm_state.vm_map: 13589.832209547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3063148544, end = 3071537152, flags = 1048691, pgoff = 3063148544, inode = 0 }
-vm_state.vm_map: 13589.832211615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3071537152, end = 3072868352, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.832213665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3072868352, end = 3072876544, flags = 1048691, pgoff = 3072868352, inode = 0 }
-vm_state.vm_map: 13589.832216227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3072876544, end = 3072892928, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.832218154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3072892928, end = 3072897024, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.832220456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3072897024, end = 3073044480, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.832222420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3073044480, end = 3073052672, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.832224629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3073052672, end = 3073060864, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.832226687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3073060864, end = 3073064960, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.832228853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3073064960, end = 3073163264, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.832230792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3073163264, end = 3073167360, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.832232861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3073167360, end = 3074482176, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.832234788 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074482176, end = 3074490368, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.832236727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074490368, end = 3074494464, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.832238661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074494464, end = 3074510848, flags = 1048691, pgoff = 3074494464, inode = 0 }
-vm_state.vm_map: 13589.832240858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074510848, end = 3074658304, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.832242791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074658304, end = 3074662400, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.832244730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074662400, end = 3074666496, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.832246891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074666496, end = 3074674688, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.832249182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074674688, end = 3074678784, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.832251115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074678784, end = 3074682880, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.832253282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074682880, end = 3074715648, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.832255381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074715648, end = 3074719744, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.832257646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074719744, end = 3074891776, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.832259673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074891776, end = 3074895872, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.832261846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074895872, end = 3074977792, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.832263926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074977792, end = 3074981888, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.832266068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074981888, end = 3074985984, flags = 1048691, pgoff = 3074981888, inode = 0 }
-vm_state.vm_map: 13589.832268249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3074985984, end = 3075457024, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.832270286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075457024, end = 3075473408, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.832272749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075473408, end = 3075547136, flags = 134217845, pgoff = 0, inode = 17860 }
-vm_state.vm_map: 13589.832274688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075547136, end = 3075551232, flags = 135266419, pgoff = 69632, inode = 17860 }
-vm_state.vm_map: 13589.832276874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075551232, end = 3075604480, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.832278806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075604480, end = 3075608576, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.832280924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075608576, end = 3075616768, flags = 134217845, pgoff = 0, inode = 23893 }
-vm_state.vm_map: 13589.832283214 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075616768, end = 3075620864, flags = 135266419, pgoff = 4096, inode = 23893 }
-vm_state.vm_map: 13589.832285277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3075620864, end = 3076771840, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.832287217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3076771840, end = 3076788224, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.832289421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3076788224, end = 3076874240, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.832291397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3076874240, end = 3076878336, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.832293434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3076878336, end = 3076882432, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.832295496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3076882432, end = 3076894720, flags = 1048691, pgoff = 3076882432, inode = 0 }
-vm_state.vm_map: 13589.832297781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3076894720, end = 3077906432, flags = 134217845, pgoff = 0, inode = 1064975 }
-vm_state.vm_map: 13589.832299831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3077906432, end = 3077947392, flags = 135266419, pgoff = 1011712, inode = 1064975 }
-vm_state.vm_map: 13589.832304903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3077947392, end = 3079016448, flags = 134217845, pgoff = 0, inode = 1064979 }
-vm_state.vm_map: 13589.832307059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079016448, end = 3079086080, flags = 135266419, pgoff = 1069056, inode = 1064979 }
-vm_state.vm_map: 13589.832309361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079090176, end = 3079102464, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.832311393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079102464, end = 3079106560, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.832316268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079106560, end = 3079118848, flags = 134217845, pgoff = 0, inode = 410992 }
-vm_state.vm_map: 13589.832318663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079118848, end = 3079122944, flags = 135266419, pgoff = 8192, inode = 410992 }
-vm_state.vm_map: 13589.832320769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079122944, end = 3079139328, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.832322936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079139328, end = 3079143424, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.832325109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079143424, end = 3079176192, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.832327061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079176192, end = 3079180288, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.832329062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079180288, end = 3079188480, flags = 1048691, pgoff = 3079180288, inode = 0 }
-vm_state.vm_map: 13589.832331180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079188480, end = 3079192576, flags = 67371125, pgoff = 3079188480, inode = 0 }
-vm_state.vm_map: 13589.832333371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079192576, end = 3079307264, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.832335415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079307264, end = 3079311360, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.832337459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3079311360, end = 3079315456, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.832339466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2288, start = 3218153472, end = 3218366464, flags = 1048947, pgoff = 3221012480, inode = 0 }
-vm_state.vm_map: 13589.832342120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
-vm_state.vm_map: 13589.832344274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
-vm_state.vm_map: 13589.832346305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
-vm_state.vm_map: 13589.832348572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 168464384, end = 168534016, flags = 1048691, pgoff = 168464384, inode = 0 }
-vm_state.vm_map: 13589.832350659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3074740224, end = 3076071424, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.832352955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3076071424, end = 3076075520, flags = 1048691, pgoff = 3076071424, inode = 0 }
-vm_state.vm_map: 13589.832355048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3076075520, end = 3077390336, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.832356988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077390336, end = 3077398528, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.832358970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077398528, end = 3077402624, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.832361063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077402624, end = 3077419008, flags = 1048691, pgoff = 3077402624, inode = 0 }
-vm_state.vm_map: 13589.832363156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077419008, end = 3077427200, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.832365083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077427200, end = 3077431296, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.832367022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077431296, end = 3077435392, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.832369227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077435392, end = 3077652480, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 13589.832371153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077652480, end = 3077664768, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 13589.832373339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077730304, end = 3077758976, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.832375272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077758976, end = 3077767168, flags = 1048691, pgoff = 3077758976, inode = 0 }
-vm_state.vm_map: 13589.832377211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077767168, end = 3077771264, flags = 67371125, pgoff = 3077767168, inode = 0 }
-vm_state.vm_map: 13589.832379262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077771264, end = 3077885952, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.832381195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077885952, end = 3077890048, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.832383128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3077890048, end = 3077894144, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.832385411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2315, start = 3217088512, end = 3217174528, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.832387912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
-vm_state.vm_map: 13589.832389862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
-vm_state.vm_map: 13589.832391913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
-vm_state.vm_map: 13589.832394049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 147787776, end = 147898368, flags = 1048691, pgoff = 147787776, inode = 0 }
-vm_state.vm_map: 13589.832396216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3074928640, end = 3076259840, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.832398254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3076259840, end = 3076263936, flags = 1048691, pgoff = 3076259840, inode = 0 }
-vm_state.vm_map: 13589.832400317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3076263936, end = 3077578752, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.832402367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077578752, end = 3077586944, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.832404306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077586944, end = 3077591040, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.832406239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077591040, end = 3077607424, flags = 1048691, pgoff = 3077591040, inode = 0 }
-vm_state.vm_map: 13589.832408283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077607424, end = 3077615616, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.832410315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077615616, end = 3077619712, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.832412248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077619712, end = 3077623808, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.832414291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077623808, end = 3077840896, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 13589.832416230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077840896, end = 3077853184, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 13589.832418625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077918720, end = 3077947392, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.832420565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077947392, end = 3077955584, flags = 1048691, pgoff = 3077947392, inode = 0 }
-vm_state.vm_map: 13589.832422609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077955584, end = 3077959680, flags = 67371125, pgoff = 3077955584, inode = 0 }
-vm_state.vm_map: 13589.832424659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3077959680, end = 3078074368, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.832426592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3078074368, end = 3078078464, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.832428549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3078078464, end = 3078082560, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.832430606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2327, start = 3218980864, end = 3219066880, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.832435925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 134512640, end = 134586368, flags = 134223989, pgoff = 0, inode = 231137 }
-vm_state.vm_map: 13589.832437871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 134586368, end = 134594560, flags = 135272563, pgoff = 69632, inode = 231137 }
-vm_state.vm_map: 13589.832439809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 162680832, end = 190992384, flags = 1048691, pgoff = 162680832, inode = 0 }
-vm_state.vm_map: 13589.832447062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2871136256, end = 2877706240, flags = 134217841, pgoff = 0, inode = 545462 }
-vm_state.vm_map: 13589.832455490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2877706240, end = 2891042816, flags = 134217841, pgoff = 0, inode = 582110 }
-vm_state.vm_map: 13589.832475099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2891042816, end = 2904379392, flags = 134217841, pgoff = 0, inode = 582110 }
-vm_state.vm_map: 13589.832477684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2904379392, end = 2904383488, flags = 1048688, pgoff = 2904379392, inode = 0 }
-vm_state.vm_map: 13589.832479820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2904383488, end = 2912772096, flags = 1048691, pgoff = 2904383488, inode = 0 }
-vm_state.vm_map: 13589.832482197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2912772096, end = 2912776192, flags = 1048688, pgoff = 2912772096, inode = 0 }
-vm_state.vm_map: 13589.832484235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2912776192, end = 2921164800, flags = 1048691, pgoff = 2912776192, inode = 0 }
-vm_state.vm_map: 13589.832490114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2921164800, end = 2921529344, flags = 134217845, pgoff = 0, inode = 264457 }
-vm_state.vm_map: 13589.832492164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2921529344, end = 2921537536, flags = 135266419, pgoff = 364544, inode = 264457 }
-vm_state.vm_map: 13589.832494208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2921537536, end = 2922065920, flags = 1048691, pgoff = 2921537536, inode = 0 }
-vm_state.vm_map: 13589.832499565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2922065920, end = 2922172416, flags = 134217845, pgoff = 0, inode = 264532 }
-vm_state.vm_map: 13589.832501781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2922172416, end = 2922176512, flags = 135266419, pgoff = 106496, inode = 264532 }
-vm_state.vm_map: 13589.832503899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2922176512, end = 2922864640, flags = 1048691, pgoff = 2922176512, inode = 0 }
-vm_state.vm_map: 13589.832506053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2922864640, end = 2922868736, flags = 1048688, pgoff = 2922864640, inode = 0 }
-vm_state.vm_map: 13589.832508171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2922868736, end = 2931257344, flags = 1048691, pgoff = 2922868736, inode = 0 }
-vm_state.vm_map: 13589.832511095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2932133888, end = 2932457472, flags = 134217841, pgoff = 0, inode = 49558 }
-vm_state.vm_map: 13589.832516236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2932457472, end = 2939027456, flags = 134217841, pgoff = 0, inode = 545462 }
-vm_state.vm_map: 13589.832518717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2939027456, end = 2939650048, flags = 134217841, pgoff = 0, inode = 49164 }
-vm_state.vm_map: 13589.832520718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2939650048, end = 2939654144, flags = 1048688, pgoff = 2939650048, inode = 0 }
-vm_state.vm_map: 13589.832522879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2939654144, end = 2948042752, flags = 1048691, pgoff = 2939654144, inode = 0 }
-vm_state.vm_map: 13589.832525483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2948042752, end = 2948063232, flags = 134217845, pgoff = 0, inode = 508634 }
-vm_state.vm_map: 13589.832527964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2948063232, end = 2948067328, flags = 135266417, pgoff = 16384, inode = 508634 }
-vm_state.vm_map: 13589.832529964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2948067328, end = 2948071424, flags = 135266419, pgoff = 20480, inode = 508634 }
-vm_state.vm_map: 13589.832532286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2948091904, end = 2948096000, flags = 1048691, pgoff = 2948091904, inode = 0 }
-vm_state.vm_map: 13589.832534496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2948096000, end = 2948165632, flags = 134217841, pgoff = 0, inode = 98449 }
-vm_state.vm_map: 13589.832536805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2948165632, end = 2948169728, flags = 1048688, pgoff = 2948165632, inode = 0 }
-vm_state.vm_map: 13589.832538849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2948169728, end = 2956558336, flags = 1048691, pgoff = 2948169728, inode = 0 }
-vm_state.vm_map: 13589.832541072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2956558336, end = 2956562432, flags = 1048688, pgoff = 2956558336, inode = 0 }
-vm_state.vm_map: 13589.832543017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2956562432, end = 2965913600, flags = 1048691, pgoff = 2956562432, inode = 0 }
-vm_state.vm_map: 13589.832548169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2965913600, end = 2965934080, flags = 134217845, pgoff = 0, inode = 264374 }
-vm_state.vm_map: 13589.832550231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2965934080, end = 2965938176, flags = 135266419, pgoff = 20480, inode = 264374 }
-vm_state.vm_map: 13589.832555483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2965938176, end = 2966003712, flags = 134217841, pgoff = 0, inode = 649744 }
-vm_state.vm_map: 13589.832560508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2966003712, end = 2966028288, flags = 134217845, pgoff = 0, inode = 264552 }
-vm_state.vm_map: 13589.832562687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2966028288, end = 2966032384, flags = 135266419, pgoff = 24576, inode = 264552 }
-vm_state.vm_map: 13589.832564891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2966032384, end = 2966036480, flags = 1048688, pgoff = 2966032384, inode = 0 }
-vm_state.vm_map: 13589.832567180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2966036480, end = 2974425088, flags = 1048691, pgoff = 2966036480, inode = 0 }
-vm_state.vm_map: 13589.832569200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2974425088, end = 2974429184, flags = 1048688, pgoff = 2974425088, inode = 0 }
-vm_state.vm_map: 13589.832571231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2974429184, end = 2982817792, flags = 1048691, pgoff = 2974429184, inode = 0 }
-vm_state.vm_map: 13589.832573854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2982817792, end = 2983108608, flags = 134217845, pgoff = 0, inode = 82086 }
-vm_state.vm_map: 13589.832575997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2983108608, end = 2983157760, flags = 135266419, pgoff = 286720, inode = 82086 }
-vm_state.vm_map: 13589.832581038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2983157760, end = 2983419904, flags = 134217845, pgoff = 0, inode = 82085 }
-vm_state.vm_map: 13589.832583077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2983419904, end = 2983424000, flags = 135266419, pgoff = 258048, inode = 82085 }
-vm_state.vm_map: 13589.832585601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2983424000, end = 2983440384, flags = 1048691, pgoff = 2983424000, inode = 0 }
-vm_state.vm_map: 13589.832588469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2983440384, end = 2983555072, flags = 134217845, pgoff = 0, inode = 82084 }
-vm_state.vm_map: 13589.832590513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2983555072, end = 2983559168, flags = 135266419, pgoff = 114688, inode = 82084 }
-vm_state.vm_map: 13589.832592711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2983559168, end = 2984079360, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 13589.832594743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2984079360, end = 2984087552, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 13589.832597458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2984087552, end = 2984267776, flags = 134217845, pgoff = 0, inode = 82083 }
-vm_state.vm_map: 13589.832599495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2984267776, end = 2984271872, flags = 135266419, pgoff = 180224, inode = 82083 }
-vm_state.vm_map: 13589.832606908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2984271872, end = 2984341504, flags = 134217845, pgoff = 0, inode = 21618 }
-vm_state.vm_map: 13589.832608940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2984341504, end = 2984353792, flags = 135266419, pgoff = 69632, inode = 21618 }
-vm_state.vm_map: 13589.832616303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2984353792, end = 2985205760, flags = 134217845, pgoff = 0, inode = 21616 }
-vm_state.vm_map: 13589.832618334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985205760, end = 2985222144, flags = 135266419, pgoff = 851968, inode = 21616 }
-vm_state.vm_map: 13589.832626535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985222144, end = 2985336832, flags = 134217845, pgoff = 0, inode = 21619 }
-vm_state.vm_map: 13589.832628579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985336832, end = 2985345024, flags = 135266419, pgoff = 114688, inode = 21619 }
-vm_state.vm_map: 13589.832633480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985345024, end = 2985496576, flags = 134217845, pgoff = 0, inode = 21617 }
-vm_state.vm_map: 13589.832635560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985496576, end = 2985504768, flags = 135266419, pgoff = 151552, inode = 21617 }
-vm_state.vm_map: 13589.832637758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985504768, end = 2985521152, flags = 1048691, pgoff = 2985504768, inode = 0 }
-vm_state.vm_map: 13589.832640202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985521152, end = 2985594880, flags = 134217845, pgoff = 0, inode = 264489 }
-vm_state.vm_map: 13589.832642388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985594880, end = 2985598976, flags = 135266419, pgoff = 73728, inode = 264489 }
-vm_state.vm_map: 13589.832644912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985598976, end = 2985967616, flags = 134217845, pgoff = 0, inode = 264542 }
-vm_state.vm_map: 13589.832647091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985967616, end = 2985984000, flags = 135266419, pgoff = 368640, inode = 264542 }
-vm_state.vm_map: 13589.832652399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2985984000, end = 2986196992, flags = 134217845, pgoff = 0, inode = 264488 }
-vm_state.vm_map: 13589.832654448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986196992, end = 2986209280, flags = 135266419, pgoff = 208896, inode = 264488 }
-vm_state.vm_map: 13589.832657059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986209280, end = 2986225664, flags = 134217845, pgoff = 0, inode = 87517 }
-vm_state.vm_map: 13589.832659152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986225664, end = 2986229760, flags = 135266419, pgoff = 12288, inode = 87517 }
-vm_state.vm_map: 13589.832661978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986229760, end = 2986254336, flags = 134217845, pgoff = 0, inode = 87514 }
-vm_state.vm_map: 13589.832664002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986254336, end = 2986258432, flags = 135266419, pgoff = 20480, inode = 87514 }
-vm_state.vm_map: 13589.832666952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986258432, end = 2986651648, flags = 134217979, pgoff = 0, inode = 622594 }
-vm_state.vm_map: 13589.832672069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986651648, end = 2986725376, flags = 134217845, pgoff = 0, inode = 264471 }
-vm_state.vm_map: 13589.832674137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986725376, end = 2986733568, flags = 135266419, pgoff = 69632, inode = 264471 }
-vm_state.vm_map: 13589.832678871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2986733568, end = 2987364352, flags = 134217845, pgoff = 0, inode = 264445 }
-vm_state.vm_map: 13589.832680933 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2987364352, end = 2987380736, flags = 135266419, pgoff = 630784, inode = 264445 }
-vm_state.vm_map: 13589.832682990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2987380736, end = 2987384832, flags = 1048688, pgoff = 2987380736, inode = 0 }
-vm_state.vm_map: 13589.832684972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2987384832, end = 2995773440, flags = 1048691, pgoff = 2987384832, inode = 0 }
-vm_state.vm_map: 13589.832687005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2995773440, end = 2995777536, flags = 1048688, pgoff = 2995773440, inode = 0 }
-kernel.irq_entry: 13589.832712948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.irq_exit: 13589.832726173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
-vm_state.vm_map: 13589.832731387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 2995777536, end = 3004166144, flags = 1048691, pgoff = 2995777536, inode = 0 }
-vm_state.vm_map: 13589.832733467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3004166144, end = 3004170240, flags = 1048688, pgoff = 3004166144, inode = 0 }
-vm_state.vm_map: 13589.832735641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3004170240, end = 3012558848, flags = 1048691, pgoff = 3004170240, inode = 0 }
-vm_state.vm_map: 13589.832737851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3012558848, end = 3012726784, flags = 2097267, pgoff = 3012558848, inode = 0 }
-vm_state.vm_map: 13589.832740000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3012726784, end = 3013607424, flags = 2097264, pgoff = 3012726784, inode = 0 }
-vm_state.vm_map: 13589.832742198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013607424, end = 3013668864, flags = 134217841, pgoff = 0, inode = 649743 }
-vm_state.vm_map: 13589.832744807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013668864, end = 3013730304, flags = 134217845, pgoff = 0, inode = 264103 }
-vm_state.vm_map: 13589.832746864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013730304, end = 3013734400, flags = 135266419, pgoff = 61440, inode = 264103 }
-vm_state.vm_map: 13589.832749357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013734400, end = 3013754880, flags = 134217845, pgoff = 0, inode = 264512 }
-vm_state.vm_map: 13589.832751358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013754880, end = 3013758976, flags = 135266419, pgoff = 20480, inode = 264512 }
-vm_state.vm_map: 13589.832753747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013758976, end = 3013918720, flags = 134217845, pgoff = 0, inode = 106968 }
-vm_state.vm_map: 13589.832755687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013918720, end = 3013926912, flags = 135266419, pgoff = 159744, inode = 106968 }
-vm_state.vm_map: 13589.832757878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3013926912, end = 3014008832, flags = 134217841, pgoff = 0, inode = 98443 }
-vm_state.vm_map: 13589.832765973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014008832, end = 3014021120, flags = 134217845, pgoff = 0, inode = 264476 }
-vm_state.vm_map: 13589.832768012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014021120, end = 3014025216, flags = 135266419, pgoff = 8192, inode = 264476 }
-vm_state.vm_map: 13589.832773282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014025216, end = 3014078464, flags = 134217841, pgoff = 0, inode = 649748 }
-vm_state.vm_map: 13589.832775991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014078464, end = 3014148096, flags = 134217841, pgoff = 0, inode = 649694 }
-vm_state.vm_map: 13589.832778348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014148096, end = 3014156288, flags = 134217845, pgoff = 0, inode = 87435 }
-vm_state.vm_map: 13589.832780435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014156288, end = 3014160384, flags = 135266419, pgoff = 4096, inode = 87435 }
-vm_state.vm_map: 13589.832783150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014160384, end = 3014164480, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.832785403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014164480, end = 3014189056, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.832787534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014189056, end = 3014193152, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.832789787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014193152, end = 3014197248, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.832792243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014197248, end = 3014201344, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.832794342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014201344, end = 3014205440, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.832796442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014205440, end = 3014213632, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.832798622 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014213632, end = 3014246400, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.832801133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014246400, end = 3014258688, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.832803343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014258688, end = 3014266880, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.832805542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014266880, end = 3014270976, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.832807739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014270976, end = 3014275072, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.832809918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014275072, end = 3014279168, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.832811975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014279168, end = 3014307840, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.832814044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014307840, end = 3014320128, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.832816131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014320128, end = 3014324224, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.832818365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014324224, end = 3014332416, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.832820594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014332416, end = 3014336512, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.832822650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014336512, end = 3014340608, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.832824713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014340608, end = 3014352896, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.832826892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014352896, end = 3014361088, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.832828985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014361088, end = 3014393856, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.832831287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014393856, end = 3014414336, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.832833633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014414336, end = 3014422528, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.832836255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014422528, end = 3014451200, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.832838558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014451200, end = 3014496256, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.832840707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014496256, end = 3014553600, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.832842769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014553600, end = 3014610944, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.832844746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014610944, end = 3014615040, flags = 1048688, pgoff = 3014610944, inode = 0 }
-vm_state.vm_map: 13589.832846876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3014615040, end = 3023003648, flags = 1048691, pgoff = 3014615040, inode = 0 }
-vm_state.vm_map: 13589.832852349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3023003648, end = 3028430848, flags = 134217845, pgoff = 0, inode = 264426 }
-vm_state.vm_map: 13589.832854386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3028430848, end = 3028819968, flags = 135266419, pgoff = 5423104, inode = 264426 }
-vm_state.vm_map: 13589.832856436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3028819968, end = 3028848640, flags = 1048691, pgoff = 3028819968, inode = 0 }
-vm_state.vm_map: 13589.832858752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3028848640, end = 3028975616, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 13589.832860801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3028975616, end = 3028979712, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 13589.832862845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3028979712, end = 3028996096, flags = 1048691, pgoff = 3028979712, inode = 0 }
-vm_state.vm_map: 13589.832865289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3028996096, end = 3029065728, flags = 134217845, pgoff = 0, inode = 264390 }
-vm_state.vm_map: 13589.832867340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029065728, end = 3029073920, flags = 135266419, pgoff = 65536, inode = 264390 }
-vm_state.vm_map: 13589.832869845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029073920, end = 3029168128, flags = 134217845, pgoff = 0, inode = 264386 }
-vm_state.vm_map: 13589.832872449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029168128, end = 3029176320, flags = 135266419, pgoff = 90112, inode = 264386 }
-vm_state.vm_map: 13589.832874604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029176320, end = 3029250048, flags = 134217845, pgoff = 0, inode = 17860 }
-vm_state.vm_map: 13589.832876703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029250048, end = 3029254144, flags = 135266419, pgoff = 69632, inode = 17860 }
-vm_state.vm_map: 13589.832878797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029254144, end = 3029266432, flags = 134217845, pgoff = 0, inode = 141213 }
-vm_state.vm_map: 13589.832880736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029266432, end = 3029270528, flags = 135266419, pgoff = 8192, inode = 141213 }
-vm_state.vm_map: 13589.832882965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029270528, end = 3029282816, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.832890346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029282816, end = 3029311488, flags = 134217845, pgoff = 0, inode = 264450 }
-vm_state.vm_map: 13589.832892390 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029311488, end = 3029315584, flags = 135266419, pgoff = 24576, inode = 264450 }
-vm_state.vm_map: 13589.832894841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029315584, end = 3029348352, flags = 134217841, pgoff = 0, inode = 73897 }
-vm_state.vm_map: 13589.832899649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029348352, end = 3029581824, flags = 134217845, pgoff = 0, inode = 264491 }
-vm_state.vm_map: 13589.832901711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029581824, end = 3029594112, flags = 135266419, pgoff = 229376, inode = 264491 }
-vm_state.vm_map: 13589.832904340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029594112, end = 3029610496, flags = 134217845, pgoff = 0, inode = 264557 }
-vm_state.vm_map: 13589.832906280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029610496, end = 3029614592, flags = 135266419, pgoff = 16384, inode = 264557 }
-vm_state.vm_map: 13589.832911432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029614592, end = 3029704704, flags = 134217845, pgoff = 0, inode = 264497 }
-vm_state.vm_map: 13589.832913494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029704704, end = 3029712896, flags = 135266419, pgoff = 86016, inode = 264497 }
-vm_state.vm_map: 13589.832918555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029712896, end = 3029782528, flags = 134217845, pgoff = 0, inode = 264411 }
-vm_state.vm_map: 13589.832920593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029782528, end = 3029786624, flags = 135266419, pgoff = 65536, inode = 264411 }
-vm_state.vm_map: 13589.832923326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029786624, end = 3029807104, flags = 134217845, pgoff = 0, inode = 264467 }
-vm_state.vm_map: 13589.832925543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029807104, end = 3029811200, flags = 135266419, pgoff = 16384, inode = 264467 }
-vm_state.vm_map: 13589.832927858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029811200, end = 3029815296, flags = 1048688, pgoff = 3029811200, inode = 0 }
-vm_state.vm_map: 13589.832929902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3029815296, end = 3038203904, flags = 1048691, pgoff = 3029815296, inode = 0 }
-vm_state.vm_map: 13589.832937203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038203904, end = 3038375936, flags = 134217845, pgoff = 0, inode = 264421 }
-vm_state.vm_map: 13589.832939241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038375936, end = 3038384128, flags = 135266419, pgoff = 167936, inode = 264421 }
-vm_state.vm_map: 13589.832944061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038384128, end = 3038494720, flags = 134217845, pgoff = 0, inode = 264459 }
-vm_state.vm_map: 13589.832946457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038494720, end = 3038502912, flags = 135266419, pgoff = 106496, inode = 264459 }
-vm_state.vm_map: 13589.832948759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038502912, end = 3038515200, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.832950907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038515200, end = 3038519296, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.832953099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038519296, end = 3038605312, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.832955266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038605312, end = 3038609408, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.832957414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038609408, end = 3038617600, flags = 1048691, pgoff = 3038609408, inode = 0 }
-vm_state.vm_map: 13589.832959674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038617600, end = 3038646272, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.832961644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038646272, end = 3038650368, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.832963799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038650368, end = 3038969856, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.832965738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038969856, end = 3038986240, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.832968466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038986240, end = 3038994432, flags = 134217845, pgoff = 0, inode = 231125 }
-vm_state.vm_map: 13589.832970399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038994432, end = 3038998528, flags = 135266419, pgoff = 4096, inode = 231125 }
-vm_state.vm_map: 13589.832972818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3038998528, end = 3039076352, flags = 134217845, pgoff = 0, inode = 264536 }
-vm_state.vm_map: 13589.832974794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039076352, end = 3039080448, flags = 135266419, pgoff = 77824, inode = 264536 }
-vm_state.vm_map: 13589.832977227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039080448, end = 3039092736, flags = 134217845, pgoff = 0, inode = 231124 }
-vm_state.vm_map: 13589.832979158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039092736, end = 3039096832, flags = 135266419, pgoff = 12288, inode = 231124 }
-vm_state.vm_map: 13589.832981813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039096832, end = 3039215616, flags = 134217845, pgoff = 0, inode = 229424 }
-vm_state.vm_map: 13589.832983752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039215616, end = 3039223808, flags = 135266419, pgoff = 114688, inode = 229424 }
-vm_state.vm_map: 13589.832986189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039223808, end = 3039404032, flags = 134217845, pgoff = 0, inode = 264408 }
-vm_state.vm_map: 13589.832988123 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039404032, end = 3039420416, flags = 135266419, pgoff = 176128, inode = 264408 }
-vm_state.vm_map: 13589.832995350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039420416, end = 3039735808, flags = 134217845, pgoff = 0, inode = 264365 }
-vm_state.vm_map: 13589.832997277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039735808, end = 3039752192, flags = 135266419, pgoff = 315392, inode = 264365 }
-vm_state.vm_map: 13589.832999574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3039752192, end = 3040215040, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 13589.833001513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3040215040, end = 3040227328, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 13589.833003705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3040227328, end = 3040288768, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 13589.833005687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3040288768, end = 3040292864, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 13589.833008150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3040292864, end = 3041095680, flags = 134217845, pgoff = 0, inode = 21274 }
-vm_state.vm_map: 13589.833010182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041095680, end = 3041112064, flags = 135266419, pgoff = 802816, inode = 21274 }
-vm_state.vm_map: 13589.833017570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041112064, end = 3041128448, flags = 134217845, pgoff = 0, inode = 1065421 }
-vm_state.vm_map: 13589.833019626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041128448, end = 3041132544, flags = 135266419, pgoff = 12288, inode = 1065421 }
-vm_state.vm_map: 13589.833026514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041132544, end = 3041193984, flags = 134217845, pgoff = 0, inode = 21268 }
-vm_state.vm_map: 13589.833028651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041193984, end = 3041198080, flags = 135266419, pgoff = 57344, inode = 21268 }
-vm_state.vm_map: 13589.833031212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041198080, end = 3041239040, flags = 134217845, pgoff = 0, inode = 22434 }
-vm_state.vm_map: 13589.833033250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041239040, end = 3041243136, flags = 135266419, pgoff = 40960, inode = 22434 }
-vm_state.vm_map: 13589.833035533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041243136, end = 3041849344, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 13589.833037559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041849344, end = 3041865728, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 13589.833040096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3041865728, end = 3043123200, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 13589.833042134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043123200, end = 3043143680, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 13589.833044097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043143680, end = 3043147776, flags = 1048691, pgoff = 3043143680, inode = 0 }
-vm_state.vm_map: 13589.833046375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043147776, end = 3043184640, flags = 134217845, pgoff = 0, inode = 499726 }
-vm_state.vm_map: 13589.833048308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043184640, end = 3043188736, flags = 135266419, pgoff = 32768, inode = 499726 }
-vm_state.vm_map: 13589.833053554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043188736, end = 3043319808, flags = 134217845, pgoff = 0, inode = 1065240 }
-vm_state.vm_map: 13589.833055585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043319808, end = 3043332096, flags = 135266419, pgoff = 131072, inode = 1065240 }
-vm_state.vm_map: 13589.833058350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043332096, end = 3043368960, flags = 134217845, pgoff = 0, inode = 22966 }
-vm_state.vm_map: 13589.833058825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043368960, end = 3043373056, flags = 135266419, pgoff = 36864, inode = 22966 }
-kernel.irq_entry: 13589.833075717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_itimer_expired: 13589.833083278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { pid = 1852 }
-kernel.send_signal: 13589.833092580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { pid = 1852, signal = 14 }
-kernel.irq_exit: 13589.833111358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
-vm_state.vm_map: 13589.833120968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043373056, end = 3043450880, flags = 134217845, pgoff = 0, inode = 1065451 }
-vm_state.vm_map: 13589.833123430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043450880, end = 3043459072, flags = 135266419, pgoff = 77824, inode = 1065451 }
-vm_state.vm_map: 13589.833130283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043459072, end = 3043794944, flags = 134217845, pgoff = 0, inode = 1065452 }
-vm_state.vm_map: 13589.833132332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043794944, end = 3043835904, flags = 135266419, pgoff = 331776, inode = 1065452 }
-vm_state.vm_map: 13589.833139222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3043835904, end = 3044196352, flags = 134217845, pgoff = 0, inode = 1065455 }
-vm_state.vm_map: 13589.833141259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044196352, end = 3044208640, flags = 135266419, pgoff = 356352, inode = 1065455 }
-vm_state.vm_map: 13589.833148235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044208640, end = 3044290560, flags = 134217845, pgoff = 0, inode = 1065819 }
-vm_state.vm_map: 13589.833150279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044290560, end = 3044294656, flags = 135266419, pgoff = 81920, inode = 1065819 }
-vm_state.vm_map: 13589.833152458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044294656, end = 3044519936, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.833154489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044519936, end = 3044524032, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.833156552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044524032, end = 3044528128, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.833178248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044528128, end = 3044642816, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 13589.833180364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044642816, end = 3044646912, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 13589.833187931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044646912, end = 3044954112, flags = 134217845, pgoff = 0, inode = 1065420 }
-vm_state.vm_map: 13589.833189968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044954112, end = 3044995072, flags = 135266419, pgoff = 303104, inode = 1065420 }
-vm_state.vm_map: 13589.833194833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3044995072, end = 3045191680, flags = 134217845, pgoff = 0, inode = 1065401 }
-vm_state.vm_map: 13589.833196889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3045191680, end = 3045203968, flags = 135266419, pgoff = 192512, inode = 1065401 }
-vm_state.vm_map: 13589.833198945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3045203968, end = 3045208064, flags = 1048691, pgoff = 3045203968, inode = 0 }
-vm_state.vm_map: 13589.833203766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3045208064, end = 3045269504, flags = 134217841, pgoff = 0, inode = 76320 }
-vm_state.vm_map: 13589.833206154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3045269504, end = 3045298176, flags = 134217841, pgoff = 0, inode = 73912 }
-vm_state.vm_map: 13589.833208561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3045298176, end = 3045605376, flags = 134217845, pgoff = 0, inode = 264528 }
-vm_state.vm_map: 13589.833210735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3045605376, end = 3045621760, flags = 135266419, pgoff = 307200, inode = 264528 }
-vm_state.vm_map: 13589.833215894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3045621760, end = 3046395904, flags = 134217845, pgoff = 0, inode = 264478 }
-vm_state.vm_map: 13589.833218036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3046395904, end = 3046420480, flags = 135266419, pgoff = 774144, inode = 264478 }
-vm_state.vm_map: 13589.833220049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3046420480, end = 3046461440, flags = 1048691, pgoff = 3046420480, inode = 0 }
-vm_state.vm_map: 13589.833222782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3046461440, end = 3046846464, flags = 134217845, pgoff = 0, inode = 264571 }
-vm_state.vm_map: 13589.833224858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3046846464, end = 3046875136, flags = 135266419, pgoff = 385024, inode = 264571 }
-vm_state.vm_map: 13589.833227104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3046875136, end = 3046879232, flags = 1048691, pgoff = 3046875136, inode = 0 }
-vm_state.vm_map: 13589.833229462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3046879232, end = 3047034880, flags = 134217845, pgoff = 0, inode = 264449 }
-vm_state.vm_map: 13589.833231519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3047034880, end = 3047043072, flags = 135266419, pgoff = 155648, inode = 264449 }
-vm_state.vm_map: 13589.833234031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3047043072, end = 3047112704, flags = 134217845, pgoff = 0, inode = 264508 }
-vm_state.vm_map: 13589.833235982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3047112704, end = 3047120896, flags = 135266419, pgoff = 65536, inode = 264508 }
-vm_state.vm_map: 13589.833238174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3047120896, end = 3047124992, flags = 1048688, pgoff = 3047120896, inode = 0 }
-vm_state.vm_map: 13589.833240211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3047124992, end = 3055513600, flags = 1048691, pgoff = 3047124992, inode = 0 }
-vm_state.vm_map: 13589.833244885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3055513600, end = 3055730688, flags = 134217845, pgoff = 0, inode = 264108 }
-vm_state.vm_map: 13589.833246934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3055730688, end = 3055742976, flags = 135266419, pgoff = 217088, inode = 264108 }
-vm_state.vm_map: 13589.833252130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3055742976, end = 3056492544, flags = 134217845, pgoff = 0, inode = 264373 }
-vm_state.vm_map: 13589.833254181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056492544, end = 3056525312, flags = 135266419, pgoff = 749568, inode = 264373 }
-vm_state.vm_map: 13589.833261235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056525312, end = 3056787456, flags = 134217845, pgoff = 0, inode = 17293 }
-vm_state.vm_map: 13589.833263384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056787456, end = 3056803840, flags = 135266419, pgoff = 262144, inode = 17293 }
-vm_state.vm_map: 13589.833265601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056803840, end = 3056816128, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 13589.833267645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056816128, end = 3056820224, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 13589.833269830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056820224, end = 3056828416, flags = 134217845, pgoff = 0, inode = 508751 }
-vm_state.vm_map: 13589.833271831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056828416, end = 3056832512, flags = 135266417, pgoff = 4096, inode = 508751 }
-vm_state.vm_map: 13589.833273931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056832512, end = 3056836608, flags = 135266419, pgoff = 8192, inode = 508751 }
-vm_state.vm_map: 13589.833276418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056836608, end = 3056893952, flags = 134217845, pgoff = 0, inode = 264553 }
-vm_state.vm_map: 13589.833278455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056893952, end = 3056898048, flags = 135266419, pgoff = 57344, inode = 264553 }
-vm_state.vm_map: 13589.833283129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056898048, end = 3056996352, flags = 134217845, pgoff = 0, inode = 229435 }
-vm_state.vm_map: 13589.833285314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3056996352, end = 3057004544, flags = 135266419, pgoff = 94208, inode = 229435 }
-vm_state.vm_map: 13589.833288072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3057004544, end = 3059937280, flags = 134217845, pgoff = 0, inode = 264105 }
-vm_state.vm_map: 13589.833290097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3059937280, end = 3060047872, flags = 135266419, pgoff = 2928640, inode = 264105 }
-vm_state.vm_map: 13589.833292136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060047872, end = 3060051968, flags = 1048691, pgoff = 3060047872, inode = 0 }
-vm_state.vm_map: 13589.833294438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060051968, end = 3060080640, flags = 134217845, pgoff = 0, inode = 1065218 }
-vm_state.vm_map: 13589.833296586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060080640, end = 3060084736, flags = 135266419, pgoff = 28672, inode = 1065218 }
-vm_state.vm_map: 13589.833298778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060084736, end = 3060137984, flags = 134217845, pgoff = 0, inode = 24466 }
-vm_state.vm_map: 13589.833300724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060137984, end = 3060142080, flags = 135266419, pgoff = 49152, inode = 24466 }
-vm_state.vm_map: 13589.833303032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060142080, end = 3060162560, flags = 134217845, pgoff = 0, inode = 21278 }
-vm_state.vm_map: 13589.833305076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060162560, end = 3060166656, flags = 135266419, pgoff = 16384, inode = 21278 }
-vm_state.vm_map: 13589.833307231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060166656, end = 3060330496, flags = 134217845, pgoff = 0, inode = 21283 }
-vm_state.vm_map: 13589.833309274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060330496, end = 3060334592, flags = 135266419, pgoff = 159744, inode = 21283 }
-vm_state.vm_map: 13589.833311509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060334592, end = 3060396032, flags = 134217845, pgoff = 0, inode = 1065430 }
-vm_state.vm_map: 13589.833313554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060396032, end = 3060400128, flags = 135266419, pgoff = 57344, inode = 1065430 }
-vm_state.vm_map: 13589.833315597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060400128, end = 3060408320, flags = 1048691, pgoff = 3060400128, inode = 0 }
-vm_state.vm_map: 13589.833317937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060408320, end = 3060469760, flags = 134217845, pgoff = 0, inode = 264564 }
-vm_state.vm_map: 13589.833320042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060469760, end = 3060473856, flags = 135266419, pgoff = 57344, inode = 264564 }
-vm_state.vm_map: 13589.833322801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060473856, end = 3060490240, flags = 134217845, pgoff = 0, inode = 264418 }
-vm_state.vm_map: 13589.833324838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060490240, end = 3060494336, flags = 135266419, pgoff = 16384, inode = 264418 }
-vm_state.vm_map: 13589.833327030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060494336, end = 3060535296, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.833329172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060535296, end = 3060539392, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.833331142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060539392, end = 3060543488, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.833333655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060543488, end = 3060580352, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.833335735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060580352, end = 3060584448, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.833337902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060584448, end = 3060588544, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.833340118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060588544, end = 3060666368, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.833342391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060666368, end = 3060670464, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.833344354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060670464, end = 3060674560, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.833346521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060674560, end = 3060682752, flags = 1048691, pgoff = 3060674560, inode = 0 }
-vm_state.vm_map: 13589.833348750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060682752, end = 3060707328, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.833351033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060707328, end = 3060711424, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.833353108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060711424, end = 3060715520, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.833355405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060715520, end = 3060719616, flags = 1048691, pgoff = 3060715520, inode = 0 }
-vm_state.vm_map: 13589.833358095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060719616, end = 3060727808, flags = 134217845, pgoff = 0, inode = 21270 }
-vm_state.vm_map: 13589.833360268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060727808, end = 3060731904, flags = 135266419, pgoff = 8192, inode = 21270 }
-vm_state.vm_map: 13589.833362361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060731904, end = 3060760576, flags = 134217845, pgoff = 0, inode = 23696 }
-vm_state.vm_map: 13589.833364535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060760576, end = 3060764672, flags = 135266419, pgoff = 24576, inode = 23696 }
-vm_state.vm_map: 13589.833366684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060764672, end = 3060781056, flags = 134217845, pgoff = 0, inode = 1065432 }
-vm_state.vm_map: 13589.833368949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060781056, end = 3060785152, flags = 135266419, pgoff = 12288, inode = 1065432 }
-vm_state.vm_map: 13589.833371104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060785152, end = 3060805632, flags = 134217845, pgoff = 0, inode = 314599 }
-vm_state.vm_map: 13589.833373339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060805632, end = 3060809728, flags = 135266419, pgoff = 16384, inode = 314599 }
-vm_state.vm_map: 13589.833375543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060809728, end = 3060948992, flags = 134217841, pgoff = 0, inode = 74520 }
-vm_state.vm_map: 13589.833377962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3060948992, end = 3062280192, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.833379938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062280192, end = 3062292480, flags = 1048691, pgoff = 3062280192, inode = 0 }
-vm_state.vm_map: 13589.833382234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062292480, end = 3062308864, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.833384322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062308864, end = 3062312960, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.833386723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062312960, end = 3062321152, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.833388674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062321152, end = 3062325248, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.833391020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062325248, end = 3062353920, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.833393348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062353920, end = 3062358016, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.833395514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062358016, end = 3062362112, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.833397767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062362112, end = 3062509568, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.833399934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062509568, end = 3062517760, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.833401997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062517760, end = 3062521856, flags = 1048691, pgoff = 3062517760, inode = 0 }
-vm_state.vm_map: 13589.833404293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062521856, end = 3062620160, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.833406233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062620160, end = 3062624256, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.833408652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062624256, end = 3062648832, flags = 134217845, pgoff = 0, inode = 22612 }
-vm_state.vm_map: 13589.833410628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062648832, end = 3062652928, flags = 135266419, pgoff = 20480, inode = 22612 }
-vm_state.vm_map: 13589.833413090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062652928, end = 3062665216, flags = 134217845, pgoff = 0, inode = 21323 }
-vm_state.vm_map: 13589.833415054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062665216, end = 3062669312, flags = 135266419, pgoff = 8192, inode = 21323 }
-vm_state.vm_map: 13589.833417357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062669312, end = 3062812672, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.833419340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062812672, end = 3062816768, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.833421636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062816768, end = 3062894592, flags = 134217845, pgoff = 0, inode = 24576 }
-vm_state.vm_map: 13589.833423587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062894592, end = 3062898688, flags = 135266419, pgoff = 77824, inode = 24576 }
-vm_state.vm_map: 13589.833425792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062898688, end = 3062902784, flags = 1048691, pgoff = 3062898688, inode = 0 }
-vm_state.vm_map: 13589.833428236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062902784, end = 3062935552, flags = 134217845, pgoff = 0, inode = 24194 }
-vm_state.vm_map: 13589.833430403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062935552, end = 3062939648, flags = 135266419, pgoff = 28672, inode = 24194 }
-vm_state.vm_map: 13589.833432594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3062939648, end = 3063406592, flags = 134217845, pgoff = 0, inode = 23967 }
-vm_state.vm_map: 13589.833434768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063406592, end = 3063414784, flags = 135266419, pgoff = 462848, inode = 23967 }
-vm_state.vm_map: 13589.833436916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063414784, end = 3063418880, flags = 1048691, pgoff = 3063414784, inode = 0 }
-vm_state.vm_map: 13589.833439206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063418880, end = 3063795712, flags = 134217845, pgoff = 0, inode = 21319 }
-vm_state.vm_map: 13589.833441145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063795712, end = 3063803904, flags = 135266419, pgoff = 376832, inode = 21319 }
-vm_state.vm_map: 13589.833443479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063803904, end = 3063902208, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.833445419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063902208, end = 3063906304, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.833447702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063906304, end = 3063910400, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.833449980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063910400, end = 3063980032, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.833452018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063980032, end = 3063984128, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.833453988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063984128, end = 3063988224, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.833456154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3063988224, end = 3064000512, flags = 1048691, pgoff = 3063988224, inode = 0 }
-vm_state.vm_map: 13589.833458365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064000512, end = 3064193024, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.833460551 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064193024, end = 3064197120, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.833463124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064197120, end = 3064279040, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.833465149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064279040, end = 3064283136, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.833537690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064283136, end = 3064315904, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.833540326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064315904, end = 3064320000, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.833542579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064320000, end = 3064344576, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.833544555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064344576, end = 3064348672, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.833547196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064348672, end = 3064381440, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.833549265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064381440, end = 3064385536, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.833551512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064385536, end = 3064389632, flags = 1048691, pgoff = 3064385536, inode = 0 }
-vm_state.vm_map: 13589.833553895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064389632, end = 3064397824, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.833555921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064397824, end = 3064401920, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.833558112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064401920, end = 3064434688, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.833560113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064434688, end = 3064438784, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.833562428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064438784, end = 3064492032, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.833564453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064492032, end = 3064496128, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.833566750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064496128, end = 3064512512, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.833569101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064512512, end = 3064516608, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.833571410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064516608, end = 3064524800, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.833573454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064524800, end = 3064528896, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.833575491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064528896, end = 3064532992, flags = 1048691, pgoff = 3064528896, inode = 0 }
-vm_state.vm_map: 13589.833577782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064532992, end = 3064541184, flags = 134217845, pgoff = 0, inode = 17721 }
-vm_state.vm_map: 13589.833579949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064541184, end = 3064545280, flags = 135266419, pgoff = 4096, inode = 17721 }
-vm_state.vm_map: 13589.833582264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3064545280, end = 3065860096, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.833584295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3065860096, end = 3065868288, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.833586346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3065868288, end = 3065872384, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.833588390 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3065872384, end = 3065884672, flags = 1048691, pgoff = 3065872384, inode = 0 }
-vm_state.vm_map: 13589.833590667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3065884672, end = 3065999360, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.833592693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3065999360, end = 3066003456, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.833595013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3066003456, end = 3066941440, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.833597095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3066941440, end = 3066957824, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.833599053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3066957824, end = 3066961920, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.833601244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3066961920, end = 3066990592, flags = 1048691, pgoff = 3066961920, inode = 0 }
-vm_state.vm_map: 13589.833603836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3066990592, end = 3067138048, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.833605874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3067138048, end = 3067142144, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.833607844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3067142144, end = 3067146240, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.833610171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3067146240, end = 3067162624, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.833612196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3067162624, end = 3067166720, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.833614234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3067166720, end = 3067170816, flags = 1048691, pgoff = 3067166720, inode = 0 }
-vm_state.vm_map: 13589.833616487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3067170816, end = 3068321792, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.833618698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3068321792, end = 3068338176, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.833620877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3068338176, end = 3069083648, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.833622915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069083648, end = 3069087744, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.833625138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069087744, end = 3069100032, flags = 134217845, pgoff = 0, inode = 19646 }
-vm_state.vm_map: 13589.833627280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069100032, end = 3069104128, flags = 135266419, pgoff = 8192, inode = 19646 }
-vm_state.vm_map: 13589.833629595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069104128, end = 3069349888, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.833631749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069349888, end = 3069353984, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.833634162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069353984, end = 3069526016, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.833636133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069526016, end = 3069530112, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.833638656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069530112, end = 3069534208, flags = 1048691, pgoff = 3069530112, inode = 0 }
-vm_state.vm_map: 13589.833640990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3069534208, end = 3070005248, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.833643157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3070005248, end = 3070021632, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.833645281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3070021632, end = 3070291968, flags = 134217845, pgoff = 0, inode = 22793 }
-vm_state.vm_map: 13589.833647583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3070291968, end = 3070300160, flags = 135266419, pgoff = 266240, inode = 22793 }
-vm_state.vm_map: 13589.833649714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3070300160, end = 3070779392, flags = 134217845, pgoff = 0, inode = 21325 }
-vm_state.vm_map: 13589.833651887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3070779392, end = 3070787584, flags = 135266419, pgoff = 479232, inode = 21325 }
-vm_state.vm_map: 13589.833654011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3070787584, end = 3071389696, flags = 134217845, pgoff = 0, inode = 19648 }
-vm_state.vm_map: 13589.833656171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071389696, end = 3071397888, flags = 135266419, pgoff = 602112, inode = 19648 }
-vm_state.vm_map: 13589.833658315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071397888, end = 3071438848, flags = 134217845, pgoff = 0, inode = 22795 }
-vm_state.vm_map: 13589.833660482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071438848, end = 3071442944, flags = 135266419, pgoff = 36864, inode = 22795 }
-vm_state.vm_map: 13589.833662636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071442944, end = 3071447040, flags = 1048691, pgoff = 3071442944, inode = 0 }
-vm_state.vm_map: 13589.833665043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071447040, end = 3071545344, flags = 134217845, pgoff = 0, inode = 22669 }
-vm_state.vm_map: 13589.833667191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071545344, end = 3071549440, flags = 135266419, pgoff = 94208, inode = 22669 }
-vm_state.vm_map: 13589.833669372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071549440, end = 3071696896, flags = 134217845, pgoff = 0, inode = 22796 }
-vm_state.vm_map: 13589.833671545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071696896, end = 3071700992, flags = 135266419, pgoff = 147456, inode = 22796 }
-vm_state.vm_map: 13589.833674155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071700992, end = 3071803392, flags = 134217845, pgoff = 0, inode = 21552 }
-vm_state.vm_map: 13589.833676192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071803392, end = 3071811584, flags = 135266419, pgoff = 98304, inode = 21552 }
-vm_state.vm_map: 13589.833678365 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3071811584, end = 3072409600, flags = 134217845, pgoff = 0, inode = 22668 }
-vm_state.vm_map: 13589.833680410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3072409600, end = 3072421888, flags = 135266419, pgoff = 593920, inode = 22668 }
-vm_state.vm_map: 13589.833682565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3072421888, end = 3076321280, flags = 134217845, pgoff = 0, inode = 21427 }
-vm_state.vm_map: 13589.833684534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076321280, end = 3076345856, flags = 135266419, pgoff = 3895296, inode = 21427 }
-vm_state.vm_map: 13589.833686701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076345856, end = 3076354048, flags = 1048691, pgoff = 3076345856, inode = 0 }
-vm_state.vm_map: 13589.833689035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076354048, end = 3076362240, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.833691184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076362240, end = 3076366336, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.833693147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076366336, end = 3076370432, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.833695480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076370432, end = 3076456448, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.833697513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076456448, end = 3076460544, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.833699563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076460544, end = 3076464640, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.833701533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076464640, end = 3076472832, flags = 1048691, pgoff = 3076464640, inode = 0 }
-vm_state.vm_map: 13589.833709850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076472832, end = 3076673536, flags = 134217845, pgoff = 0, inode = 21333 }
-vm_state.vm_map: 13589.833711912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076673536, end = 3076677632, flags = 135266419, pgoff = 200704, inode = 21333 }
-vm_state.vm_map: 13589.833713901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076677632, end = 3076685824, flags = 1048691, pgoff = 3076677632, inode = 0 }
-vm_state.vm_map: 13589.833718974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076685824, end = 3076698112, flags = 134217845, pgoff = 0, inode = 21332 }
-vm_state.vm_map: 13589.833721024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076698112, end = 3076702208, flags = 135266419, pgoff = 8192, inode = 21332 }
-vm_state.vm_map: 13589.833725838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076702208, end = 3076710400, flags = 134217845, pgoff = 0, inode = 21334 }
-vm_state.vm_map: 13589.833727875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076710400, end = 3076714496, flags = 135266419, pgoff = 4096, inode = 21334 }
-vm_state.vm_map: 13589.833730228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076714496, end = 3076722688, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.833732284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076722688, end = 3076726784, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.833734266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076726784, end = 3076730880, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.833736556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076730880, end = 3076759552, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.833738841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076759552, end = 3076808704, flags = 134217841, pgoff = 0, inode = 74519 }
-vm_state.vm_map: 13589.833741143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3076808704, end = 3077451776, flags = 134217845, pgoff = 0, inode = 231127 }
-vm_state.vm_map: 13589.833743310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3077451776, end = 3077484544, flags = 135266419, pgoff = 638976, inode = 231127 }
-vm_state.vm_map: 13589.833745705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3077484544, end = 3077488640, flags = 1048691, pgoff = 3077484544, inode = 0 }
-vm_state.vm_map: 13589.833748062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3077488640, end = 3077500928, flags = 134217845, pgoff = 0, inode = 229423 }
-vm_state.vm_map: 13589.833750217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3077500928, end = 3077505024, flags = 135266419, pgoff = 8192, inode = 229423 }
-vm_state.vm_map: 13589.833752625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3077505024, end = 3078213632, flags = 134217845, pgoff = 0, inode = 231131 }
-vm_state.vm_map: 13589.833754656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3078213632, end = 3078234112, flags = 135266419, pgoff = 704512, inode = 231131 }
-vm_state.vm_map: 13589.833756694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3078234112, end = 3078242304, flags = 1048691, pgoff = 3078234112, inode = 0 }
-vm_state.vm_map: 13589.833758652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3078242304, end = 3078246400, flags = 67371125, pgoff = 3078242304, inode = 0 }
-vm_state.vm_map: 13589.833761170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3078246400, end = 3078361088, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.833763226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3078361088, end = 3078365184, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.833765252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3078365184, end = 3078369280, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.833767290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2332, start = 3212992512, end = 3213078528, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.833770620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 134512640, end = 134565888, flags = 134223989, pgoff = 0, inode = 239235 }
-vm_state.vm_map: 13589.833772800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 134565888, end = 134569984, flags = 135272563, pgoff = 49152, inode = 239235 }
-vm_state.vm_map: 13589.833774843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 152702976, end = 154198016, flags = 1048691, pgoff = 152702976, inode = 0 }
-vm_state.vm_map: 13589.833777152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3072942080, end = 3072974848, flags = 134217841, pgoff = 0, inode = 73897 }
-vm_state.vm_map: 13589.833782318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3072978944, end = 3073028096, flags = 134217845, pgoff = 0, inode = 418337 }
-vm_state.vm_map: 13589.833784484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073028096, end = 3073032192, flags = 135266419, pgoff = 49152, inode = 418337 }
-vm_state.vm_map: 13589.833786707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073032192, end = 3073073152, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.833788862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073073152, end = 3073077248, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.833790838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073077248, end = 3073081344, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.833793184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073081344, end = 3073118208, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.833795209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073118208, end = 3073122304, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.833797246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073122304, end = 3073126400, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.833799512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073126400, end = 3073204224, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.833801680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073204224, end = 3073208320, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.833803705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073208320, end = 3073212416, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.833805743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073212416, end = 3073220608, flags = 1048691, pgoff = 3073212416, inode = 0 }
-vm_state.vm_map: 13589.833807904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073220608, end = 3073245184, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.833809874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073245184, end = 3073249280, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.833811856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073249280, end = 3073253376, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.833814152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3073253376, end = 3074584576, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.833816658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074584576, end = 3074592768, flags = 1048691, pgoff = 3074584576, inode = 0 }
-vm_state.vm_map: 13589.833818862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074592768, end = 3074600960, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.833820956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074600960, end = 3074605056, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.833823221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074605056, end = 3074609152, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.833825406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074609152, end = 3074801664, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.833827395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074801664, end = 3074805760, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.833829697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074805760, end = 3074834432, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.833831649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074834432, end = 3074838528, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.833833601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074838528, end = 3074842624, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.833835897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074842624, end = 3074859008, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.833837879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074859008, end = 3074863104, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.833839985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3074863104, end = 3075108864, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.833842152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3075108864, end = 3075112960, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.833844251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3075112960, end = 3075125248, flags = 134217845, pgoff = 0, inode = 19646 }
-vm_state.vm_map: 13589.833846424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3075125248, end = 3075129344, flags = 135266419, pgoff = 8192, inode = 19646 }
-vm_state.vm_map: 13589.833848462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3075129344, end = 3075133440, flags = 1048691, pgoff = 3075129344, inode = 0 }
-vm_state.vm_map: 13589.833850907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3075133440, end = 3076448256, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.833852883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3076448256, end = 3076456448, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.833855050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3076456448, end = 3076460544, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.833857136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3076460544, end = 3076472832, flags = 1048691, pgoff = 3076460544, inode = 0 }
-vm_state.vm_map: 13589.833859266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3076472832, end = 3076669440, flags = 134217845, pgoff = 0, inode = 1065401 }
-vm_state.vm_map: 13589.833861433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3076669440, end = 3076681728, flags = 135266419, pgoff = 192512, inode = 1065401 }
-vm_state.vm_map: 13589.833863644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3076681728, end = 3077427200, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.833865830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077427200, end = 3077431296, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.833868070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077431296, end = 3077517312, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.833870097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077517312, end = 3077521408, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.833872054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077521408, end = 3077525504, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.833874332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077525504, end = 3077533696, flags = 1048691, pgoff = 3077525504, inode = 0 }
-vm_state.vm_map: 13589.833876505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077533696, end = 3077758976, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.833878536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077758976, end = 3077763072, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.833880561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077763072, end = 3077767168, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.833882600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077767168, end = 3077771264, flags = 1048691, pgoff = 3077767168, inode = 0 }
-vm_state.vm_map: 13589.833885025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077771264, end = 3077885952, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 13589.833887303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077885952, end = 3077890048, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 13589.833889402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3077890048, end = 3078197248, flags = 134217845, pgoff = 0, inode = 1065420 }
-vm_state.vm_map: 13589.833891348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078197248, end = 3078238208, flags = 135266419, pgoff = 303104, inode = 1065420 }
-vm_state.vm_map: 13589.833893663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078242304, end = 3078270976, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.833895818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078270976, end = 3078332416, flags = 134217841, pgoff = 0, inode = 76320 }
-vm_state.vm_map: 13589.833897781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078332416, end = 3078340608, flags = 1048691, pgoff = 3078332416, inode = 0 }
-vm_state.vm_map: 13589.833899960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078340608, end = 3078344704, flags = 67371125, pgoff = 3078340608, inode = 0 }
-vm_state.vm_map: 13589.833902053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078344704, end = 3078459392, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.833904012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078459392, end = 3078463488, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.833906179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3078463488, end = 3078467584, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.833908173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2335, start = 3217747968, end = 3217833984, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.833910808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
-vm_state.vm_map: 13589.833913198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
-vm_state.vm_map: 13589.833915241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
-vm_state.vm_map: 13589.833920456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 143818752, end = 144691200, flags = 1048691, pgoff = 143818752, inode = 0 }
-vm_state.vm_map: 13589.833922746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075284992, end = 3075325952, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.833924790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075325952, end = 3075330048, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.833926828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075330048, end = 3075334144, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.833929025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075334144, end = 3075371008, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.833931069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075371008, end = 3075375104, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.833933051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075375104, end = 3075379200, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.833935268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075379200, end = 3075457024, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.833937349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075457024, end = 3075461120, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.833939301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075461120, end = 3075465216, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.833941246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075465216, end = 3075473408, flags = 1048691, pgoff = 3075465216, inode = 0 }
-vm_state.vm_map: 13589.833943327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075473408, end = 3075497984, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.833945279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075497984, end = 3075502080, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.833947224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075502080, end = 3075506176, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.833949415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3075506176, end = 3076837376, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.833951484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3076837376, end = 3076841472, flags = 1048691, pgoff = 3076837376, inode = 0 }
-vm_state.vm_map: 13589.833953897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3076841472, end = 3078156288, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.833955960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078156288, end = 3078164480, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.833957924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078164480, end = 3078168576, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.833959967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078168576, end = 3078184960, flags = 1048691, pgoff = 3078168576, inode = 0 }
-vm_state.vm_map: 13589.833962061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078184960, end = 3078193152, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.833964105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078193152, end = 3078197248, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.833966069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078197248, end = 3078201344, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.833968248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078201344, end = 3078418432, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 13589.833970323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078418432, end = 3078430720, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 13589.833972434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078496256, end = 3078524928, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.833974571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078524928, end = 3078533120, flags = 1048691, pgoff = 3078524928, inode = 0 }
-vm_state.vm_map: 13589.833976541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078533120, end = 3078537216, flags = 67371125, pgoff = 3078533120, inode = 0 }
-vm_state.vm_map: 13589.833978720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078537216, end = 3078651904, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.833980678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078651904, end = 3078656000, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.833982636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3078656000, end = 3078660096, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.833987616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2684, start = 3219845120, end = 3219931136, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.833990240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
-vm_state.vm_map: 13589.833992369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
-vm_state.vm_map: 13589.833994512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
-vm_state.vm_map: 13589.833996611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 142045184, end = 142086144, flags = 1048691, pgoff = 142045184, inode = 0 }
-vm_state.vm_map: 13589.833998839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3074658304, end = 3075989504, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.834000989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3075989504, end = 3075993600, flags = 1048691, pgoff = 3075989504, inode = 0 }
-vm_state.vm_map: 13589.834003291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3075993600, end = 3077308416, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.834005347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077308416, end = 3077316608, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.834007379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077316608, end = 3077320704, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.834009428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077320704, end = 3077337088, flags = 1048691, pgoff = 3077320704, inode = 0 }
-vm_state.vm_map: 13589.834011614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077337088, end = 3077345280, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.834013646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077345280, end = 3077349376, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.834015585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077349376, end = 3077353472, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.834017635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077353472, end = 3077570560, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 13589.834019568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077570560, end = 3077582848, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 13589.834021957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077648384, end = 3077677056, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.834024014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077677056, end = 3077685248, flags = 1048691, pgoff = 3077677056, inode = 0 }
-vm_state.vm_map: 13589.834026057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077685248, end = 3077689344, flags = 67371125, pgoff = 3077685248, inode = 0 }
-vm_state.vm_map: 13589.834028237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077689344, end = 3077804032, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.834030176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077804032, end = 3077808128, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.834032102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3077808128, end = 3077812224, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.834034067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2805, start = 3216273408, end = 3216359424, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.834040044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 536165 }
-vm_state.vm_map: 13589.834042076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 536165 }
-vm_state.vm_map: 13589.834044219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 148402176, end = 169234432, flags = 1048691, pgoff = 148402176, inode = 0 }
-vm_state.vm_map: 13589.834046404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 1802567680, end = 1808924672, flags = 1048695, pgoff = 1802567680, inode = 0 }
-vm_state.vm_map: 13589.834048584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 1808924672, end = 1833500672, flags = 2097271, pgoff = 1808924672, inode = 0 }
-vm_state.vm_map: 13589.834050732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 1833500672, end = 1909530624, flags = 1048695, pgoff = 1833500672, inode = 0 }
-vm_state.vm_map: 13589.834052880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 1909530624, end = 2205220864, flags = 2097271, pgoff = 1909530624, inode = 0 }
-vm_state.vm_map: 13589.834055035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2205220864, end = 2263154688, flags = 1048695, pgoff = 2205220864, inode = 0 }
-vm_state.vm_map: 13589.834057547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2263154688, end = 2473656320, flags = 2097271, pgoff = 2263154688, inode = 0 }
-vm_state.vm_map: 13589.834063083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2473656320, end = 2479927296, flags = 134217937, pgoff = 4096, inode = 207430 }
-vm_state.vm_map: 13589.834065385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2479927296, end = 2482044928, flags = 2097271, pgoff = 2479927296, inode = 0 }
-vm_state.vm_map: 13589.834067441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2482044928, end = 2489483264, flags = 135266419, pgoff = 6275072, inode = 207430 }
-vm_state.vm_map: 13589.834069485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2489483264, end = 2494627840, flags = 2097271, pgoff = 2489483264, inode = 0 }
-vm_state.vm_map: 13589.834071529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2494627840, end = 2495537152, flags = 135266419, pgoff = 13713408, inode = 207430 }
-vm_state.vm_map: 13589.834073622 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2495537152, end = 2498822144, flags = 2097271, pgoff = 2495537152, inode = 0 }
-vm_state.vm_map: 13589.834075574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2498822144, end = 2498854912, flags = 134217941, pgoff = 14622720, inode = 207430 }
-vm_state.vm_map: 13589.834077661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2498854912, end = 2503016448, flags = 2097271, pgoff = 2498854912, inode = 0 }
-vm_state.vm_map: 13589.834079630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2888826880, end = 2889699328, flags = 2097267, pgoff = 2888826880, inode = 0 }
-vm_state.vm_map: 13589.834081717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2889699328, end = 2889875456, flags = 2097264, pgoff = 2889699328, inode = 0 }
-vm_state.vm_map: 13589.834083810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2890141696, end = 2890153984, flags = 2097271, pgoff = 2890141696, inode = 0 }
-vm_state.vm_map: 13589.834086034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2890153984, end = 2890473472, flags = 1048695, pgoff = 2890153984, inode = 0 }
-vm_state.vm_map: 13589.834088127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2890473472, end = 2890485760, flags = 2097271, pgoff = 2890473472, inode = 0 }
-vm_state.vm_map: 13589.834090084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2890485760, end = 2890805248, flags = 1048695, pgoff = 2890485760, inode = 0 }
-vm_state.vm_map: 13589.834095539 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2890805248, end = 2890817536, flags = 2097271, pgoff = 2890805248, inode = 0 }
-vm_state.vm_map: 13589.834097626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2890817536, end = 2891137024, flags = 1048695, pgoff = 2890817536, inode = 0 }
-vm_state.vm_map: 13589.834099694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2891137024, end = 2891149312, flags = 1048688, pgoff = 2891137024, inode = 0 }
-vm_state.vm_map: 13589.834101763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2891149312, end = 2891468800, flags = 1048695, pgoff = 2891149312, inode = 0 }
-vm_state.vm_map: 13589.834103831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2891468800, end = 2891481088, flags = 2097271, pgoff = 2891468800, inode = 0 }
-vm_state.vm_map: 13589.834105907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2891481088, end = 2891800576, flags = 1048695, pgoff = 2891481088, inode = 0 }
-vm_state.vm_map: 13589.834107975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2891800576, end = 2891812864, flags = 2097271, pgoff = 2891800576, inode = 0 }
-vm_state.vm_map: 13589.834109976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2891812864, end = 2892132352, flags = 1048695, pgoff = 2891812864, inode = 0 }
-vm_state.vm_map: 13589.834112062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2892132352, end = 2892144640, flags = 2097271, pgoff = 2892132352, inode = 0 }
-vm_state.vm_map: 13589.834114138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2892144640, end = 2892464128, flags = 1048695, pgoff = 2892144640, inode = 0 }
-vm_state.vm_map: 13589.834116206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2892464128, end = 2892476416, flags = 2097271, pgoff = 2892464128, inode = 0 }
-vm_state.vm_map: 13589.834118275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2892476416, end = 2892795904, flags = 1048695, pgoff = 2892476416, inode = 0 }
-vm_state.vm_map: 13589.834120361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2892795904, end = 2892808192, flags = 2097271, pgoff = 2892795904, inode = 0 }
-vm_state.vm_map: 13589.834122430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2892808192, end = 2893127680, flags = 1048695, pgoff = 2892808192, inode = 0 }
-vm_state.vm_map: 13589.834124462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2893127680, end = 2893139968, flags = 2097271, pgoff = 2893127680, inode = 0 }
-vm_state.vm_map: 13589.834126758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2893139968, end = 2893459456, flags = 1048695, pgoff = 2893139968, inode = 0 }
-vm_state.vm_map: 13589.834128821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2893459456, end = 2893471744, flags = 2097271, pgoff = 2893459456, inode = 0 }
-vm_state.vm_map: 13589.834130889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2893471744, end = 2893791232, flags = 1048695, pgoff = 2893471744, inode = 0 }
-vm_state.vm_map: 13589.834132951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2893791232, end = 2893803520, flags = 2097271, pgoff = 2893791232, inode = 0 }
-vm_state.vm_map: 13589.834135027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2893803520, end = 2894123008, flags = 1048695, pgoff = 2893803520, inode = 0 }
-vm_state.vm_map: 13589.834136960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2894123008, end = 2894135296, flags = 2097271, pgoff = 2894123008, inode = 0 }
-vm_state.vm_map: 13589.834139034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2894135296, end = 2894454784, flags = 1048695, pgoff = 2894135296, inode = 0 }
-vm_state.vm_map: 13589.834141146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2894454784, end = 2894467072, flags = 2097271, pgoff = 2894454784, inode = 0 }
-vm_state.vm_map: 13589.834143208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2894467072, end = 2894786560, flags = 1048695, pgoff = 2894467072, inode = 0 }
-vm_state.vm_map: 13589.834145450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2894786560, end = 2894798848, flags = 2097271, pgoff = 2894786560, inode = 0 }
-vm_state.vm_map: 13589.834147518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2894798848, end = 2895118336, flags = 1048695, pgoff = 2894798848, inode = 0 }
-vm_state.vm_map: 13589.834149722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2895118336, end = 2896138240, flags = 2097267, pgoff = 2895118336, inode = 0 }
-vm_state.vm_map: 13589.834151809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2896138240, end = 2896166912, flags = 2097264, pgoff = 2896138240, inode = 0 }
-vm_state.vm_map: 13589.834153797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2896166912, end = 2897215488, flags = 2097267, pgoff = 2896166912, inode = 0 }
-vm_state.vm_map: 13589.834155834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2897215488, end = 2898239488, flags = 2097267, pgoff = 2897215488, inode = 0 }
-vm_state.vm_map: 13589.834157898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898239488, end = 2898264064, flags = 2097264, pgoff = 2898239488, inode = 0 }
-vm_state.vm_map: 13589.834160188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898264064, end = 2898276352, flags = 2097271, pgoff = 2898264064, inode = 0 }
-vm_state.vm_map: 13589.834162139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898276352, end = 2898595840, flags = 1048695, pgoff = 2898276352, inode = 0 }
-vm_state.vm_map: 13589.834169761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898595840, end = 2898636800, flags = 134217937, pgoff = 647168, inode = 535784 }
-vm_state.vm_map: 13589.834171829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898636800, end = 2898649088, flags = 2097271, pgoff = 2898636800, inode = 0 }
-vm_state.vm_map: 13589.834173947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898649088, end = 2898968576, flags = 1048695, pgoff = 2898649088, inode = 0 }
-vm_state.vm_map: 13589.834175955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898968576, end = 2898980864, flags = 1048688, pgoff = 2898968576, inode = 0 }
-vm_state.vm_map: 13589.834177912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2898980864, end = 2899300352, flags = 1048695, pgoff = 2898980864, inode = 0 }
-vm_state.vm_map: 13589.834179858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2899300352, end = 2899312640, flags = 2097271, pgoff = 2899300352, inode = 0 }
-vm_state.vm_map: 13589.834181803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2899312640, end = 2899632128, flags = 1048695, pgoff = 2899312640, inode = 0 }
-vm_state.vm_map: 13589.834183890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2899632128, end = 2899644416, flags = 2097271, pgoff = 2899632128, inode = 0 }
-vm_state.vm_map: 13589.834185946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2899644416, end = 2899963904, flags = 1048695, pgoff = 2899644416, inode = 0 }
-vm_state.vm_map: 13589.834187892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2899963904, end = 2899976192, flags = 1048688, pgoff = 2899963904, inode = 0 }
-vm_state.vm_map: 13589.834189837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2899976192, end = 2900295680, flags = 1048695, pgoff = 2899976192, inode = 0 }
-vm_state.vm_map: 13589.834194824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2900295680, end = 2900414464, flags = 134217937, pgoff = 1544192, inode = 535672 }
-vm_state.vm_map: 13589.834196781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2900414464, end = 2900418560, flags = 1048688, pgoff = 2900414464, inode = 0 }
-vm_state.vm_map: 13589.834198838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2900418560, end = 2908807168, flags = 1048695, pgoff = 2900418560, inode = 0 }
-vm_state.vm_map: 13589.834200925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2908807168, end = 2908811264, flags = 1048688, pgoff = 2908807168, inode = 0 }
-vm_state.vm_map: 13589.834202876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2908811264, end = 2917199872, flags = 1048695, pgoff = 2908811264, inode = 0 }
-vm_state.vm_map: 13589.834205203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917199872, end = 2917314560, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 13589.834207180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917314560, end = 2917318656, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 13589.834209587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917318656, end = 2917625856, flags = 134217845, pgoff = 0, inode = 1065420 }
-vm_state.vm_map: 13589.834211729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917625856, end = 2917666816, flags = 135266419, pgoff = 303104, inode = 1065420 }
-vm_state.vm_map: 13589.834213982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917666816, end = 2917863424, flags = 134217845, pgoff = 0, inode = 1065401 }
-vm_state.vm_map: 13589.834216051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917863424, end = 2917875712, flags = 135266419, pgoff = 192512, inode = 1065401 }
-vm_state.vm_map: 13589.834222694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917933056, end = 2917953536, flags = 134217937, pgoff = 389120, inode = 535921 }
-vm_state.vm_map: 13589.834227552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917953536, end = 2917969920, flags = 134217937, pgoff = 110592, inode = 535137 }
-vm_state.vm_map: 13589.834229491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917969920, end = 2917974016, flags = 1048688, pgoff = 2917969920, inode = 0 }
-vm_state.vm_map: 13589.834231775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2917974016, end = 2926362624, flags = 1048695, pgoff = 2917974016, inode = 0 }
-vm_state.vm_map: 13589.834233702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2926362624, end = 2926366720, flags = 1048688, pgoff = 2926362624, inode = 0 }
-vm_state.vm_map: 13589.834235759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2926366720, end = 2934755328, flags = 1048695, pgoff = 2926366720, inode = 0 }
-vm_state.vm_map: 13589.834243250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934755328, end = 2934837248, flags = 134217845, pgoff = 0, inode = 870320 }
-vm_state.vm_map: 13589.834245220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934837248, end = 2934845440, flags = 135266419, pgoff = 81920, inode = 870320 }
-vm_state.vm_map: 13589.834247425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934845440, end = 2934857728, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 13589.834249604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934857728, end = 2934861824, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 13589.834251820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934861824, end = 2934947840, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 13589.834253870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934947840, end = 2934951936, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 13589.834256093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934951936, end = 2934960128, flags = 1048691, pgoff = 2934951936, inode = 0 }
-vm_state.vm_map: 13589.834258382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934960128, end = 2934988800, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 13589.834260544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934988800, end = 2934992896, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 13589.834262797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2934992896, end = 2935312384, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 13589.834265081 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935312384, end = 2935328768, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 13589.834267766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935328768, end = 2935554048, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.834269803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935554048, end = 2935558144, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.834271982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935558144, end = 2935562240, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.834274260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935562240, end = 2935762944, flags = 134217845, pgoff = 0, inode = 21333 }
-vm_state.vm_map: 13589.834276385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935762944, end = 2935767040, flags = 135266419, pgoff = 200704, inode = 21333 }
-vm_state.vm_map: 13589.834278619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935767040, end = 2935775232, flags = 1048691, pgoff = 2935767040, inode = 0 }
-vm_state.vm_map: 13589.834280799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2935775232, end = 2936037376, flags = 134217845, pgoff = 0, inode = 17293 }
-vm_state.vm_map: 13589.834282849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2936037376, end = 2936053760, flags = 135266419, pgoff = 262144, inode = 17293 }
-vm_state.vm_map: 13589.834285133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2936053760, end = 2936123392, flags = 134217845, pgoff = 0, inode = 21618 }
-vm_state.vm_map: 13589.834287109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2936123392, end = 2936135680, flags = 135266419, pgoff = 69632, inode = 21618 }
-vm_state.vm_map: 13589.834289282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2936135680, end = 2936987648, flags = 134217845, pgoff = 0, inode = 21616 }
-vm_state.vm_map: 13589.834291221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2936987648, end = 2937004032, flags = 135266419, pgoff = 851968, inode = 21616 }
-vm_state.vm_map: 13589.834293401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2937004032, end = 2937118720, flags = 134217845, pgoff = 0, inode = 21619 }
-vm_state.vm_map: 13589.834295457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2937118720, end = 2937126912, flags = 135266419, pgoff = 114688, inode = 21619 }
-vm_state.vm_map: 13589.834297827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2937126912, end = 2937278464, flags = 134217845, pgoff = 0, inode = 21617 }
-vm_state.vm_map: 13589.834299816 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2937278464, end = 2937286656, flags = 135266419, pgoff = 151552, inode = 21617 }
-vm_state.vm_map: 13589.834307697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2937286656, end = 2938093568, flags = 134217845, pgoff = 0, inode = 1065412 }
-vm_state.vm_map: 13589.834309839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2938093568, end = 2938118144, flags = 135266419, pgoff = 802816, inode = 1065412 }
-vm_state.vm_map: 13589.834312430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2938118144, end = 2938245120, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 13589.834314406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2938245120, end = 2938249216, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 13589.834316722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2938249216, end = 2938769408, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 13589.834318889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2938769408, end = 2938777600, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 13589.834325593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2938777600, end = 2950725632, flags = 134217845, pgoff = 0, inode = 73924 }
-vm_state.vm_map: 13589.834327748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2950725632, end = 2951692288, flags = 135266419, pgoff = 11943936, inode = 73924 }
-vm_state.vm_map: 13589.834329896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2951692288, end = 2951757824, flags = 1048691, pgoff = 2951692288, inode = 0 }
-vm_state.vm_map: 13589.834332082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2951757824, end = 2951872512, flags = 134217845, pgoff = 0, inode = 500249 }
-vm_state.vm_map: 13589.834334113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2951872512, end = 2951876608, flags = 135266419, pgoff = 114688, inode = 500249 }
-vm_state.vm_map: 13589.834336292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2951876608, end = 2952814592, flags = 134217845, pgoff = 0, inode = 16850 }
-vm_state.vm_map: 13589.834338687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952814592, end = 2952830976, flags = 135266417, pgoff = 937984, inode = 16850 }
-vm_state.vm_map: 13589.834340732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952830976, end = 2952835072, flags = 135266419, pgoff = 954368, inode = 16850 }
-vm_state.vm_map: 13589.834342763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952835072, end = 2952863744, flags = 1048691, pgoff = 2952835072, inode = 0 }
-vm_state.vm_map: 13589.834345065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952863744, end = 2952925184, flags = 134217841, pgoff = 0, inode = 649749 }
-vm_state.vm_map: 13589.834347275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952925184, end = 2952933376, flags = 134217845, pgoff = 0, inode = 1450546 }
-vm_state.vm_map: 13589.834349419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952933376, end = 2952937472, flags = 135266417, pgoff = 4096, inode = 1450546 }
-vm_state.vm_map: 13589.834351413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952937472, end = 2952941568, flags = 135266419, pgoff = 8192, inode = 1450546 }
-vm_state.vm_map: 13589.834356221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952941568, end = 2952953856, flags = 134217845, pgoff = 0, inode = 73923 }
-vm_state.vm_map: 13589.834358383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952953856, end = 2952957952, flags = 135266419, pgoff = 8192, inode = 73923 }
-vm_state.vm_map: 13589.834360703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2952957952, end = 2959527936, flags = 134217841, pgoff = 0, inode = 545462 }
-vm_state.vm_map: 13589.834362852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2959527936, end = 2966097920, flags = 134217841, pgoff = 0, inode = 545462 }
-vm_state.vm_map: 13589.834365308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2966097920, end = 2979434496, flags = 134217841, pgoff = 0, inode = 50045 }
-vm_state.vm_map: 13589.834367513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2979434496, end = 2992771072, flags = 134217841, pgoff = 0, inode = 50045 }
-vm_state.vm_map: 13589.834372271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2992771072, end = 2992836608, flags = 134217937, pgoff = 888832, inode = 536064 }
-vm_state.vm_map: 13589.834374770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2992836608, end = 2992848896, flags = 2097271, pgoff = 2992836608, inode = 0 }
-vm_state.vm_map: 13589.834376943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2992848896, end = 2993168384, flags = 1048695, pgoff = 2992848896, inode = 0 }
-vm_state.vm_map: 13589.834378908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2993168384, end = 2993180672, flags = 1048688, pgoff = 2993168384, inode = 0 }
-vm_state.vm_map: 13589.834381192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2993180672, end = 2993500160, flags = 1048695, pgoff = 2993180672, inode = 0 }
-vm_state.vm_map: 13589.834386061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2993500160, end = 2994814976, flags = 134217845, pgoff = 0, inode = 499948 }
-vm_state.vm_map: 13589.834388222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2994814976, end = 2994823168, flags = 135266417, pgoff = 1314816, inode = 499948 }
-vm_state.vm_map: 13589.834390519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2994823168, end = 2994827264, flags = 135266419, pgoff = 1323008, inode = 499948 }
-vm_state.vm_map: 13589.834392563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2994827264, end = 2994839552, flags = 1048691, pgoff = 2994827264, inode = 0 }
-vm_state.vm_map: 13589.834395050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2994839552, end = 2994921472, flags = 134217845, pgoff = 0, inode = 1196082 }
-vm_state.vm_map: 13589.834397021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2994921472, end = 2994925568, flags = 135266419, pgoff = 81920, inode = 1196082 }
-vm_state.vm_map: 13589.834399070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2994925568, end = 2994937856, flags = 1048688, pgoff = 2994925568, inode = 0 }
-vm_state.vm_map: 13589.834401016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2994937856, end = 2995257344, flags = 1048695, pgoff = 2994937856, inode = 0 }
-vm_state.vm_map: 13589.834406408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2995257344, end = 2995347456, flags = 134217937, pgoff = 1781760, inode = 737886 }
-vm_state.vm_map: 13589.834408447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2995347456, end = 2995359744, flags = 1048688, pgoff = 2995347456, inode = 0 }
-vm_state.vm_map: 13589.834410971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2995359744, end = 2995679232, flags = 1048695, pgoff = 2995359744, inode = 0 }
-vm_state.vm_map: 13589.834412904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2995679232, end = 2995691520, flags = 1048688, pgoff = 2995679232, inode = 0 }
-vm_state.vm_map: 13589.834414849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2995691520, end = 2996011008, flags = 1048695, pgoff = 2995691520, inode = 0 }
-vm_state.vm_map: 13589.834416783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2996011008, end = 2996023296, flags = 2097271, pgoff = 2996011008, inode = 0 }
-vm_state.vm_map: 13589.834418727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2996023296, end = 2996342784, flags = 1048695, pgoff = 2996023296, inode = 0 }
-vm_state.vm_map: 13589.834420796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2996342784, end = 2996355072, flags = 1048688, pgoff = 2996342784, inode = 0 }
-vm_state.vm_map: 13589.834422735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2996355072, end = 2996674560, flags = 1048695, pgoff = 2996355072, inode = 0 }
-vm_state.vm_map: 13589.834425167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2996674560, end = 2996822016, flags = 134217937, pgoff = 1679360, inode = 535139 }
-vm_state.vm_map: 13589.834427126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2996822016, end = 2996834304, flags = 1048688, pgoff = 2996822016, inode = 0 }
-vm_state.vm_map: 13589.834429176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2996834304, end = 2997153792, flags = 1048695, pgoff = 2996834304, inode = 0 }
-vm_state.vm_map: 13589.834431219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2997153792, end = 2997166080, flags = 1048688, pgoff = 2997153792, inode = 0 }
-vm_state.vm_map: 13589.834433158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2997166080, end = 2997485568, flags = 1048695, pgoff = 2997166080, inode = 0 }
-vm_state.vm_map: 13589.834435344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2997485568, end = 2997497856, flags = 1048688, pgoff = 2997485568, inode = 0 }
-vm_state.vm_map: 13589.834437283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2997497856, end = 2997817344, flags = 1048695, pgoff = 2997497856, inode = 0 }
-vm_state.vm_map: 13589.834439223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2997817344, end = 2997829632, flags = 2097271, pgoff = 2997817344, inode = 0 }
-vm_state.vm_map: 13589.834441156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2997829632, end = 2998149120, flags = 1048695, pgoff = 2997829632, inode = 0 }
-vm_state.vm_map: 13589.834443569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2998149120, end = 2998161408, flags = 1048688, pgoff = 2998149120, inode = 0 }
-vm_state.vm_map: 13589.834445637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2998161408, end = 2998480896, flags = 1048695, pgoff = 2998161408, inode = 0 }
-vm_state.vm_map: 13589.834447835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2998480896, end = 2999283712, flags = 134217845, pgoff = 0, inode = 21274 }
-vm_state.vm_map: 13589.834449787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999283712, end = 2999300096, flags = 135266419, pgoff = 802816, inode = 21274 }
-vm_state.vm_map: 13589.834454435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999312384, end = 2999341056, flags = 134217937, pgoff = 307200, inode = 535127 }
-vm_state.vm_map: 13589.834458973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999341056, end = 2999382016, flags = 134217937, pgoff = 557056, inode = 535904 }
-vm_state.vm_map: 13589.834461109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999394304, end = 2999406592, flags = 134217845, pgoff = 0, inode = 141213 }
-vm_state.vm_map: 13589.834463165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999406592, end = 2999410688, flags = 135266419, pgoff = 8192, inode = 141213 }
-vm_state.vm_map: 13589.834465584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999410688, end = 2999803904, flags = 134217979, pgoff = 0, inode = 983045 }
-vm_state.vm_map: 13589.834472707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999803904, end = 2999816192, flags = 134217845, pgoff = 0, inode = 23389 }
-vm_state.vm_map: 13589.834474659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999816192, end = 2999820288, flags = 135266419, pgoff = 8192, inode = 23389 }
-vm_state.vm_map: 13589.834480088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999820288, end = 2999869440, flags = 134217937, pgoff = 778240, inode = 535647 }
-vm_state.vm_map: 13589.834482613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999869440, end = 2999975936, flags = 134217937, pgoff = 1236992, inode = 535706 }
-vm_state.vm_map: 13589.834484792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 2999975936, end = 3000999936, flags = 2097267, pgoff = 2999975936, inode = 0 }
-vm_state.vm_map: 13589.834486959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3000999936, end = 3001024512, flags = 2097264, pgoff = 3000999936, inode = 0 }
-vm_state.vm_map: 13589.834508894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001024512, end = 3001032704, flags = 134217937, pgoff = 98304, inode = 535720 }
-vm_state.vm_map: 13589.834511647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001032704, end = 3001090048, flags = 134217937, pgoff = 655360, inode = 737889 }
-vm_state.vm_map: 13589.834517027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001090048, end = 3001106432, flags = 134217937, pgoff = 118784, inode = 536141 }
-vm_state.vm_map: 13589.834521934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001110528, end = 3001122816, flags = 134217937, pgoff = 98304, inode = 535870 }
-vm_state.vm_map: 13589.834523991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001122816, end = 3001135104, flags = 1048688, pgoff = 3001122816, inode = 0 }
-vm_state.vm_map: 13589.834526034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001135104, end = 3001454592, flags = 1048695, pgoff = 3001135104, inode = 0 }
-vm_state.vm_map: 13589.834533151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001454592, end = 3001462784, flags = 134217845, pgoff = 0, inode = 23393 }
-vm_state.vm_map: 13589.834535694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001462784, end = 3001466880, flags = 135266419, pgoff = 4096, inode = 23393 }
-vm_state.vm_map: 13589.834542423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001466880, end = 3001495552, flags = 134217845, pgoff = 0, inode = 23395 }
-vm_state.vm_map: 13589.834544498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001495552, end = 3001499648, flags = 135266419, pgoff = 28672, inode = 23395 }
-vm_state.vm_map: 13589.834546689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001499648, end = 3001511936, flags = 134217845, pgoff = 0, inode = 21332 }
-vm_state.vm_map: 13589.834548868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001511936, end = 3001516032, flags = 135266419, pgoff = 8192, inode = 21332 }
-vm_state.vm_map: 13589.834553542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001516032, end = 3001532416, flags = 134217937, pgoff = 147456, inode = 535865 }
-vm_state.vm_map: 13589.834555949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001536512, end = 3001597952, flags = 134217937, pgoff = 1003520, inode = 536157 }
-vm_state.vm_map: 13589.834558300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001597952, end = 3001614336, flags = 134217937, pgoff = 143360, inode = 535687 }
-vm_state.vm_map: 13589.834560485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001614336, end = 3001622528, flags = 1048695, pgoff = 3001614336, inode = 0 }
-vm_state.vm_map: 13589.834565134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001622528, end = 3001643008, flags = 134217845, pgoff = 0, inode = 870319 }
-vm_state.vm_map: 13589.834567178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001643008, end = 3001651200, flags = 135266419, pgoff = 20480, inode = 870319 }
-vm_state.vm_map: 13589.834569640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001651200, end = 3001778176, flags = 134217937, pgoff = 1445888, inode = 535128 }
-vm_state.vm_map: 13589.834574757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001778176, end = 3001810944, flags = 134217937, pgoff = 311296, inode = 535726 }
-vm_state.vm_map: 13589.834579300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001810944, end = 3001831424, flags = 134217937, pgoff = 274432, inode = 536160 }
-vm_state.vm_map: 13589.834581855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001831424, end = 3001839616, flags = 134217937, pgoff = 53248, inode = 536055 }
-vm_state.vm_map: 13589.834583856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001839616, end = 3001851904, flags = 1048688, pgoff = 3001839616, inode = 0 }
-vm_state.vm_map: 13589.834586023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3001851904, end = 3002171392, flags = 1048695, pgoff = 3001851904, inode = 0 }
-vm_state.vm_map: 13589.834588374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002175488, end = 3002212352, flags = 134217937, pgoff = 368640, inode = 535630 }
-vm_state.vm_map: 13589.834590911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002212352, end = 3002269696, flags = 134217841, pgoff = 0, inode = 649745 }
-vm_state.vm_map: 13589.834593325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002269696, end = 3002327040, flags = 134217841, pgoff = 0, inode = 649747 }
-vm_state.vm_map: 13589.834595830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002327040, end = 3002376192, flags = 134217841, pgoff = 0, inode = 649746 }
-vm_state.vm_map: 13589.834600386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002376192, end = 3002478592, flags = 134217937, pgoff = 1208320, inode = 535864 }
-vm_state.vm_map: 13589.834604886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002478592, end = 3002507264, flags = 134217937, pgoff = 290816, inode = 536077 }
-vm_state.vm_map: 13589.834607275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002507264, end = 3002572800, flags = 134217841, pgoff = 0, inode = 649742 }
-vm_state.vm_map: 13589.834609792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002572800, end = 3002638336, flags = 134217841, pgoff = 0, inode = 649744 }
-vm_state.vm_map: 13589.834610166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002638336, end = 3002699776, flags = 134217841, pgoff = 0, inode = 649743 }
-kernel.irq_entry: 13589.834631443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 13589.834641990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { jiffies = 4296292866, xtime_sec = 1262715366, xtime_nsec = 301133049, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
-kernel.softirq_raise: 13589.834653151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.irq_exit: 13589.834678755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 13589.834682087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 13589.834690385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { expires = 1325571, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 13589.834693100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.sched_schedule: 13589.834703172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { prev_pid = 16887, next_pid = 1852, prev_state = 0 }
-kernel.syscall_entry: 13589.834938755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726408, syscall_id = 119 [syscall 119] }
-kernel.syscall_exit: 13589.834942461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -1377311560 }
-kernel.syscall_entry: 13589.836042038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.836049063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.836057602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.836071047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
-fs.select: 13589.836077432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836081785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836084240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836092589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836095157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836097755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836100063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836102408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836104607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836106774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836109636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836112160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836114426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836116716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836119117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836121524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836123857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836126838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836129183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836131627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836133948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836136233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836138529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836141151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836143503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836145787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836148428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836150860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836153144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836155453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836157798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836160058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836162538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.836164767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 0, end_time_nsec = 0 }
-kernel.syscall_exit: 13589.836167403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.836174950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.836176760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 13589.836184746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.836188778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.836192188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.836206206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.836214320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.836215595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.836220422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 13589.836242849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.836256129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.836496310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.836500146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.836509866 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.836518930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.836520167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 13589.836563126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.836565897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.836567245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.836619359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.836622086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.838758009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.838762380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.838765971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.838769982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
-fs.writev: 13589.838776189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 13589.838778161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
-kernel.syscall_entry: 13589.838783686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.838785906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.838787099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.838804500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.838807250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.838818964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.838820867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.838823099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.838826351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
-fs.writev: 13589.838830387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 13589.838831846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
-kernel.syscall_entry: 13589.838836902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.838838410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.838848504 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-fs.writev: 13589.839011735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
-kernel.syscall_exit: 13589.839013756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 13589.839020210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.839022806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.839026892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.839029297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.839033568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.839039836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
-fs.select: 13589.839044904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839047353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839049596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839053923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839056112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839058899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839060976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839063065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839065018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839067047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839069259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839071237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839073135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839075112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839077097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839079088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839081344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839083612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839089188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839091215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839093100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839095604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839097650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839099658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839101736 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839103837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839105803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839107732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839109512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839111373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839113239 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839115217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839117147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839118902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784420373 }
-fs.select: 13589.839120744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784420373 }
-mm.page_free: 13589.839127611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 79373, order = 0 }
-kernel.syscall_exit: 13589.839133007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 2 }
-kernel.syscall_entry: 13589.839138169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.839140016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 13589.839146000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.839149345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.839151756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.839156688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 13589.839165397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-fs.read: 13589.839174855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.839176153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 13589.839214521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
-fs.ioctl: 13589.839217271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 8, cmd = 3223606787, arg = 3215721504 }
-kernel.syscall_exit: 13589.839263212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.839270004 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
-fs.ioctl: 13589.839271741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 8, cmd = 3224393219, arg = 142043456 }
-kernel.syscall_exit: 13589.839317174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.839343996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
-fs.ioctl: 13589.839345887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 8, cmd = 3380106755, arg = 170840344 }
-kernel.syscall_exit: 13589.839396432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.839402755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
-fs.ioctl: 13589.839404548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 8, cmd = 3223606787, arg = 3215721440 }
-kernel.syscall_exit: 13589.839427975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.839433069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
-fs.ioctl: 13589.839434812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 8, cmd = 3223606787, arg = 3215721456 }
-kernel.syscall_exit: 13589.839456960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.839461825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 54 [syscall 54] }
-fs.ioctl: 13589.839463543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 8, cmd = 3224393219, arg = 142043456 }
-kernel.syscall_exit: 13589.839490858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.839499586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.839502232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.839503548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.839508166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [syscall 146] }
-fs.writev: 13589.839516499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
-kernel.syscall_exit: 13589.839518130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 13589.839522302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.839525029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.839528256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.839530431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.839534640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.839539493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
-fs.select: 13589.839544555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839547158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839549260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839552974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839555015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839557061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839559032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839561122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839563000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839564904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839566772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839568657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839570622 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839572687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839574572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839576878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839578881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839580927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839584097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839586008 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839588097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839613979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839616068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839618355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839620512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839622768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839624901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839626892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839628900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839630915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839632924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839635199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839637221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839639155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784919794 }
-fs.select: 13589.839640985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784919794 }
-mm.page_free: 13589.839647970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 79373, order = 0 }
-kernel.syscall_exit: 13589.839651907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.839658015 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.839659906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 13589.839666273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.839669994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.839672442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.839677338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 13589.839688272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2259, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.839697710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2259, prev_state = 0 }
-fs.pollfd: 13589.839873571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 13589.839876451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.839877990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 11 }
-kernel.sched_schedule: 13589.839888771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 2259, next_pid = 2241, prev_state = 1 }
-fs.pollfd: 13589.840003880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.840006803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.840014734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.840019815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.840021083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 13589.840030936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.840032858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.840034057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.840192077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.840194957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.840196349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.840201454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.840203086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.840204261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.840239946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.840242591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.840243958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.840261555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.840263447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.840264634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.840270160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.840272966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.840279599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.840281917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.840284316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 13589.840286027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 13589.840287462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 13589.840292444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 14 }
-fs.pollfd: 13589.840294324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 13589.840296233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 13589.840298984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 13589.840301320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 13589.840304171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 13589.840306334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 21 }
-fs.pollfd: 13589.840309177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 31 }
-kernel.syscall_exit: 13589.840312113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.840337648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.840340244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.840341499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.840347699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.840350289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.841046247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.841049388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.841058042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.841060304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.841063221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.841066857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
-fs.writev: 13589.841074910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 13589.841076907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 52 }
-kernel.syscall_entry: 13589.841081463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.841083515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.841084689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.841089554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.841091149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.841092824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 13589.841094221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 13589.841095710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 13589.841098629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 14 }
-fs.pollfd: 13589.841099945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 13589.841101330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 13589.841103425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 13589.841104976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 13589.841106893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 13589.841108198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 21 }
-fs.pollfd: 13589.841110330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 31 }
-kernel.syscall_exit: 13589.841112017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.841116981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.841118853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.841120016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.842552304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.842555406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.842558231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.842562064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [syscall 146] }
-fs.writev: 13589.842572115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 13589.842573734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 12820 }
-kernel.syscall_entry: 13589.842579959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 13589.842581572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.842594337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-fs.read: 13589.842781112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 44 }
-kernel.syscall_exit: 13589.842782807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 672 }
-kernel.syscall_entry: 13589.842962517 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-fs.read: 13589.842965892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 44 }
-kernel.syscall_exit: 13589.842967233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 13589.842971838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.842974577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.842978353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.842981030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.842986019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.842994054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [syscall 142] }
-fs.select: 13589.843000279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843003097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843005483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843010107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843012449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843014873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843017128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843019472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843021740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843023718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843025777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843028107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843030444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843032477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843034549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843037089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843039469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843042089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843047232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843049489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843051794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843053957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843055898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843058130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843060207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843062407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843064595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843066517 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843068515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843070462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843072149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843074430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843076241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843078393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784373129 }
-fs.select: 13589.843080432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784373129 }
-mm.page_free: 13589.843087101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 79373, order = 0 }
-kernel.syscall_exit: 13589.843091454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 13589.843097796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 13589.843099687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 13589.843106548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.843109849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.843112266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.843117353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 13589.843127491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-fs.read: 13589.843135539 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.843136855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 4096 }
-kernel.irq_entry: 13589.845655825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3077256468, handler = 0x0, irq_id = 239, kernel_mode = 0 }
-kernel.timer_update_time: 13589.845681823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { jiffies = 4296292867, xtime_sec = 1262715366, xtime_nsec = 301133050, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
-kernel.softirq_raise: 13589.845698754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.irq_exit: 13589.845737957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 13589.845743284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 13589.845758491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325572, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 13589.845761928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.sched_schedule: 13589.845775416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.846060908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.846074469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-kernel.irq_entry: 13589.848140133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3077209744, handler = 0x0, irq_id = 239, kernel_mode = 0 }
-kernel.sched_try_wakeup: 13589.848181302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 2822, cpu_id = 0, state = 1 }
-kernel.irq_exit: 13589.848199277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.sched_schedule: 13589.848213005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2822, prev_state = 0 }
-kernel.syscall_exit: 13589.848505148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = -110 }
-kernel.syscall_entry: 13589.848526832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 240 [syscall 240] }
-kernel.syscall_exit: 13589.848530338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.848535363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.848539727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.848551663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.848554568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.848558172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.848560392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.848563290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.848565491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.848568692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 13589.848571370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.848578429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 13589.848580704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.848583664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 240 [syscall 240] }
-kernel.sched_schedule: 13589.848602153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 2822, next_pid = 16887, prev_state = 1 }
-vm_state.vm_map: 13589.848681120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002699776, end = 3002712064, flags = 134217937, pgoff = 77824, inode = 535722 }
-vm_state.vm_map: 13589.848686645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002712064, end = 3002744832, flags = 134217937, pgoff = 356352, inode = 535557 }
-vm_state.vm_map: 13589.848691881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002744832, end = 3002781696, flags = 134217937, pgoff = 352256, inode = 535637 }
-vm_state.vm_map: 13589.848696993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002781696, end = 3002793984, flags = 134217937, pgoff = 102400, inode = 536159 }
-vm_state.vm_map: 13589.848699491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002793984, end = 3002806272, flags = 134217937, pgoff = 73728, inode = 535562 }
-vm_state.vm_map: 13589.848702155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002806272, end = 3002847232, flags = 134217937, pgoff = 417792, inode = 535591 }
-vm_state.vm_map: 13589.848704695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3002847232, end = 3003043840, flags = 134217937, pgoff = 2269184, inode = 535816 }
-vm_state.vm_map: 13589.848706871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003043840, end = 3003056128, flags = 1048688, pgoff = 3003043840, inode = 0 }
-vm_state.vm_map: 13589.848708911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003056128, end = 3003375616, flags = 1048695, pgoff = 3003056128, inode = 0 }
-vm_state.vm_map: 13589.848713973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003375616, end = 3003404288, flags = 134217937, pgoff = 1118208, inode = 198607 }
-vm_state.vm_map: 13589.848716514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003404288, end = 3003408384, flags = 134217937, pgoff = 53248, inode = 535718 }
-vm_state.vm_map: 13589.848719277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003408384, end = 3003416576, flags = 134217937, pgoff = 147456, inode = 535847 }
-vm_state.vm_map: 13589.848722102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003416576, end = 3003588608, flags = 134217937, pgoff = 4317184, inode = 535724 }
-vm_state.vm_map: 13589.848724890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003588608, end = 3003666432, flags = 134217937, pgoff = 901120, inode = 535818 }
-vm_state.vm_map: 13589.848727683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003666432, end = 3003691008, flags = 134217937, pgoff = 225280, inode = 535715 }
-vm_state.vm_map: 13589.848730341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003691008, end = 3003736064, flags = 134217937, pgoff = 512000, inode = 535841 }
-vm_state.vm_map: 13589.848733228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003736064, end = 3003781120, flags = 134217937, pgoff = 524288, inode = 535850 }
-vm_state.vm_map: 13589.848735732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3003781120, end = 3004366848, flags = 134217937, pgoff = 9248768, inode = 535655 }
-vm_state.vm_map: 13589.848742247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004366848, end = 3004407808, flags = 134217845, pgoff = 0, inode = 871011 }
-vm_state.vm_map: 13589.848744435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004407808, end = 3004411904, flags = 135266419, pgoff = 36864, inode = 871011 }
-vm_state.vm_map: 13589.848747217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004411904, end = 3004432384, flags = 134217845, pgoff = 0, inode = 871006 }
-vm_state.vm_map: 13589.848749454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004432384, end = 3004436480, flags = 135266419, pgoff = 20480, inode = 871006 }
-vm_state.vm_map: 13589.848752205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004436480, end = 3004448768, flags = 134217979, pgoff = 0, inode = 950276 }
-vm_state.vm_map: 13589.848754739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004448768, end = 3004743680, flags = 134217937, pgoff = 3801088, inode = 535633 }
-vm_state.vm_map: 13589.848763443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004743680, end = 3004751872, flags = 134217845, pgoff = 0, inode = 23391 }
-vm_state.vm_map: 13589.848765761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004751872, end = 3004755968, flags = 135266419, pgoff = 4096, inode = 23391 }
-vm_state.vm_map: 13589.848768685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004755968, end = 3004772352, flags = 134217937, pgoff = 53248, inode = 535648 }
-vm_state.vm_map: 13589.848771151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004772352, end = 3004796928, flags = 134217937, pgoff = 266240, inode = 535135 }
-vm_state.vm_map: 13589.848773784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004796928, end = 3004805120, flags = 134217937, pgoff = 12288, inode = 535138 }
-vm_state.vm_map: 13589.848778667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004805120, end = 3004833792, flags = 134217937, pgoff = 413696, inode = 535130 }
-vm_state.vm_map: 13589.848781201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004833792, end = 3004841984, flags = 134217845, pgoff = 0, inode = 21334 }
-vm_state.vm_map: 13589.848783359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004841984, end = 3004846080, flags = 135266419, pgoff = 4096, inode = 21334 }
-vm_state.vm_map: 13589.848785825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004846080, end = 3004862464, flags = 134217937, pgoff = 90112, inode = 535129 }
-vm_state.vm_map: 13589.848788304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004862464, end = 3004887040, flags = 134217937, pgoff = 274432, inode = 535712 }
-vm_state.vm_map: 13589.848790685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004887040, end = 3004899328, flags = 134217937, pgoff = 69632, inode = 535132 }
-vm_state.vm_map: 13589.848793076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004903424, end = 3004919808, flags = 134217937, pgoff = 143360, inode = 535133 }
-vm_state.vm_map: 13589.848795641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004919808, end = 3004932096, flags = 134217937, pgoff = 90112, inode = 535574 }
-vm_state.vm_map: 13589.848797805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004932096, end = 3004944384, flags = 2097271, pgoff = 3004932096, inode = 0 }
-vm_state.vm_map: 13589.848799950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3004944384, end = 3005263872, flags = 1048695, pgoff = 3004944384, inode = 0 }
-vm_state.vm_map: 13589.848802806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005267968, end = 3005288448, flags = 134217937, pgoff = 233472, inode = 737888 }
-vm_state.vm_map: 13589.848805408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005288448, end = 3005300736, flags = 134217937, pgoff = 65536, inode = 536078 }
-vm_state.vm_map: 13589.848810286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005300736, end = 3005333504, flags = 134217937, pgoff = 323584, inode = 535121 }
-vm_state.vm_map: 13589.848812967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005333504, end = 3005390848, flags = 134217937, pgoff = 667648, inode = 536080 }
-vm_state.vm_map: 13589.848815453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005390848, end = 3005399040, flags = 134217937, pgoff = 77824, inode = 535969 }
-vm_state.vm_map: 13589.848818178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005399040, end = 3005411328, flags = 2097271, pgoff = 3005399040, inode = 0 }
-vm_state.vm_map: 13589.848820336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005411328, end = 3005730816, flags = 1048695, pgoff = 3005411328, inode = 0 }
-vm_state.vm_map: 13589.848827698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005730816, end = 3005739008, flags = 134217841, pgoff = 0, inode = 76163 }
-vm_state.vm_map: 13589.848832494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005739008, end = 3005857792, flags = 134217937, pgoff = 5668864, inode = 535879 }
-vm_state.vm_map: 13589.848834893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005857792, end = 3005882368, flags = 134217937, pgoff = 204800, inode = 535123 }
-vm_state.vm_map: 13589.848839615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005882368, end = 3005906944, flags = 134217937, pgoff = 299008, inode = 535863 }
-vm_state.vm_map: 13589.848844709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005906944, end = 3005915136, flags = 134217937, pgoff = 24576, inode = 535782 }
-vm_state.vm_map: 13589.848847237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005915136, end = 3005923328, flags = 134217937, pgoff = 45056, inode = 535125 }
-vm_state.vm_map: 13589.848849821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005923328, end = 3005935616, flags = 134217937, pgoff = 81920, inode = 535728 }
-vm_state.vm_map: 13589.848857016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005935616, end = 3005943808, flags = 134217845, pgoff = 0, inode = 870982 }
-vm_state.vm_map: 13589.848859062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005943808, end = 3005947904, flags = 135266419, pgoff = 4096, inode = 870982 }
-vm_state.vm_map: 13589.848861634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005947904, end = 3005956096, flags = 134217937, pgoff = 40960, inode = 535834 }
-vm_state.vm_map: 13589.848866399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3005956096, end = 3006001152, flags = 134217937, pgoff = 692224, inode = 535663 }
-vm_state.vm_map: 13589.848869100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006001152, end = 3006152704, flags = 134217937, pgoff = 1990656, inode = 535881 }
-vm_state.vm_map: 13589.848871771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006152704, end = 3006169088, flags = 134217845, pgoff = 0, inode = 87517 }
-vm_state.vm_map: 13589.848873960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006169088, end = 3006173184, flags = 135266419, pgoff = 12288, inode = 87517 }
-vm_state.vm_map: 13589.848878960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006173184, end = 3006193664, flags = 134217845, pgoff = 0, inode = 87510 }
-vm_state.vm_map: 13589.848881345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006193664, end = 3006197760, flags = 135266419, pgoff = 16384, inode = 87510 }
-vm_state.vm_map: 13589.848884227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006197760, end = 3006251008, flags = 134217841, pgoff = 0, inode = 649748 }
-vm_state.vm_map: 13589.848886767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006251008, end = 3006320640, flags = 134217841, pgoff = 0, inode = 649694 }
-vm_state.vm_map: 13589.848889381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006320640, end = 3006328832, flags = 134217845, pgoff = 0, inode = 87435 }
-vm_state.vm_map: 13589.848891404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006328832, end = 3006332928, flags = 135266419, pgoff = 4096, inode = 87435 }
-vm_state.vm_map: 13589.848894135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006332928, end = 3006337024, flags = 134217937, pgoff = 0, inode = 1196317 }
-vm_state.vm_map: 13589.848896657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006337024, end = 3006361600, flags = 134217937, pgoff = 0, inode = 1196229 }
-vm_state.vm_map: 13589.848899031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006361600, end = 3006365696, flags = 134217937, pgoff = 0, inode = 1196235 }
-vm_state.vm_map: 13589.848901411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006365696, end = 3006369792, flags = 134217937, pgoff = 0, inode = 1196204 }
-vm_state.vm_map: 13589.848903896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006369792, end = 3006373888, flags = 134217937, pgoff = 0, inode = 1196228 }
-vm_state.vm_map: 13589.848906263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006373888, end = 3006377984, flags = 134217937, pgoff = 0, inode = 1196227 }
-vm_state.vm_map: 13589.848908525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006377984, end = 3006386176, flags = 134217937, pgoff = 0, inode = 1196198 }
-vm_state.vm_map: 13589.848911115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006386176, end = 3006418944, flags = 134217937, pgoff = 0, inode = 1196200 }
-vm_state.vm_map: 13589.848913397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006418944, end = 3006431232, flags = 134217937, pgoff = 0, inode = 1196226 }
-vm_state.vm_map: 13589.848915912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006431232, end = 3006439424, flags = 134217937, pgoff = 0, inode = 1196225 }
-vm_state.vm_map: 13589.848918453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006439424, end = 3006443520, flags = 134217937, pgoff = 0, inode = 1196224 }
-vm_state.vm_map: 13589.848921444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006443520, end = 3006447616, flags = 134217937, pgoff = 0, inode = 1196223 }
-vm_state.vm_map: 13589.848923854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006447616, end = 3006451712, flags = 134217937, pgoff = 0, inode = 1196202 }
-vm_state.vm_map: 13589.848926223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006451712, end = 3006480384, flags = 134217937, pgoff = 0, inode = 1196222 }
-vm_state.vm_map: 13589.848928720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006480384, end = 3006492672, flags = 134217937, pgoff = 0, inode = 1196221 }
-vm_state.vm_map: 13589.848930982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006492672, end = 3006496768, flags = 134217937, pgoff = 0, inode = 1196220 }
-vm_state.vm_map: 13589.848933257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006496768, end = 3006504960, flags = 134217937, pgoff = 0, inode = 1196219 }
-vm_state.vm_map: 13589.848935656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006504960, end = 3006509056, flags = 134217937, pgoff = 0, inode = 1196210 }
-vm_state.vm_map: 13589.848938035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006509056, end = 3006513152, flags = 134217937, pgoff = 0, inode = 1196205 }
-vm_state.vm_map: 13589.848940439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006513152, end = 3006525440, flags = 134217937, pgoff = 0, inode = 1196244 }
-vm_state.vm_map: 13589.848943098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006525440, end = 3006533632, flags = 134217937, pgoff = 0, inode = 1196270 }
-vm_state.vm_map: 13589.848945373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006533632, end = 3006566400, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 13589.848947907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006566400, end = 3006586880, flags = 134217937, pgoff = 0, inode = 1196269 }
-vm_state.vm_map: 13589.848950472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006586880, end = 3006615552, flags = 134217937, pgoff = 0, inode = 1196197 }
-vm_state.vm_map: 13589.848952882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006615552, end = 3006660608, flags = 134217937, pgoff = 0, inode = 1196312 }
-vm_state.vm_map: 13589.848955176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006660608, end = 3006717952, flags = 134217937, pgoff = 0, inode = 1196272 }
-vm_state.vm_map: 13589.848958019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006717952, end = 3006734336, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 13589.848960436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006734336, end = 3006738432, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 13589.848962754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006738432, end = 3006746624, flags = 134217937, pgoff = 0, inode = 1196316 }
-vm_state.vm_map: 13589.848965053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006746624, end = 3006758912, flags = 134217937, pgoff = 0, inode = 1196315 }
-vm_state.vm_map: 13589.848967545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006758912, end = 3006816256, flags = 134217937, pgoff = 0, inode = 1196231 }
-vm_state.vm_map: 13589.848969708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006816256, end = 3006832640, flags = 1048695, pgoff = 3006816256, inode = 0 }
-vm_state.vm_map: 13589.848974839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3006832640, end = 3007180800, flags = 134217845, pgoff = 0, inode = 870964 }
-vm_state.vm_map: 13589.848977027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007180800, end = 3007188992, flags = 135266419, pgoff = 344064, inode = 870964 }
-vm_state.vm_map: 13589.848979011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007188992, end = 3007193088, flags = 1048691, pgoff = 3007188992, inode = 0 }
-vm_state.vm_map: 13589.848981428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007193088, end = 3007205376, flags = 134217845, pgoff = 0, inode = 870963 }
-vm_state.vm_map: 13589.848983549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007205376, end = 3007209472, flags = 135266419, pgoff = 8192, inode = 870963 }
-vm_state.vm_map: 13589.848985637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007209472, end = 3007213568, flags = 1048691, pgoff = 3007209472, inode = 0 }
-vm_state.vm_map: 13589.848988073 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007213568, end = 3007225856, flags = 134217937, pgoff = 761856, inode = 737915 }
-vm_state.vm_map: 13589.848990564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007225856, end = 3007242240, flags = 134217937, pgoff = 135168, inode = 535896 }
-vm_state.vm_map: 13589.848992857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007242240, end = 3007320064, flags = 134217937, pgoff = 2056192, inode = 535693 }
-vm_state.vm_map: 13589.848995150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007320064, end = 3007324160, flags = 134217937, pgoff = 16384, inode = 535975 }
-vm_state.vm_map: 13589.848998025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007324160, end = 3007406080, flags = 134217937, pgoff = 978944, inode = 535986 }
-vm_state.vm_map: 13589.849000331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007406080, end = 3007410176, flags = 134217937, pgoff = 4096, inode = 535700 }
-vm_state.vm_map: 13589.849002631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007410176, end = 3007696896, flags = 134217937, pgoff = 3801088, inode = 535984 }
-vm_state.vm_map: 13589.849005258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007696896, end = 3007705088, flags = 134217937, pgoff = 53248, inode = 535626 }
-vm_state.vm_map: 13589.849007223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007705088, end = 3007717376, flags = 1048688, pgoff = 3007705088, inode = 0 }
-vm_state.vm_map: 13589.849009182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3007717376, end = 3008045056, flags = 1048695, pgoff = 3007717376, inode = 0 }
-vm_state.vm_map: 13589.849011642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008045056, end = 3008073728, flags = 134217937, pgoff = 335872, inode = 535565 }
-vm_state.vm_map: 13589.849014140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008073728, end = 3008086016, flags = 134217937, pgoff = 77824, inode = 198594 }
-vm_state.vm_map: 13589.849016205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008086016, end = 3008098304, flags = 1048688, pgoff = 3008086016, inode = 0 }
-vm_state.vm_map: 13589.849018152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008098304, end = 3008417792, flags = 1048695, pgoff = 3008098304, inode = 0 }
-vm_state.vm_map: 13589.849020099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008417792, end = 3008430080, flags = 1048688, pgoff = 3008417792, inode = 0 }
-vm_state.vm_map: 13589.849022182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008430080, end = 3008749568, flags = 1048695, pgoff = 3008430080, inode = 0 }
-vm_state.vm_map: 13589.849024136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008749568, end = 3008761856, flags = 1048688, pgoff = 3008749568, inode = 0 }
-vm_state.vm_map: 13589.849026200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3008761856, end = 3009081344, flags = 1048695, pgoff = 3008761856, inode = 0 }
-vm_state.vm_map: 13589.849028147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3009081344, end = 3009093632, flags = 1048688, pgoff = 3009081344, inode = 0 }
-vm_state.vm_map: 13589.849030218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3009093632, end = 3009413120, flags = 1048695, pgoff = 3009093632, inode = 0 }
-vm_state.vm_map: 13589.849032758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3009413120, end = 3010453504, flags = 2097267, pgoff = 3009413120, inode = 0 }
-vm_state.vm_map: 13589.849034817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010453504, end = 3010461696, flags = 2097264, pgoff = 3010453504, inode = 0 }
-vm_state.vm_map: 13589.849037635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010461696, end = 3010469888, flags = 134217845, pgoff = 0, inode = 23893 }
-vm_state.vm_map: 13589.849039836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010469888, end = 3010473984, flags = 135266419, pgoff = 4096, inode = 23893 }
-vm_state.vm_map: 13589.849042283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010473984, end = 3010482176, flags = 134217937, pgoff = 69632, inode = 535134 }
-vm_state.vm_map: 13589.849044583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010482176, end = 3010490368, flags = 134217937, pgoff = 24576, inode = 535592 }
-vm_state.vm_map: 13589.849073023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010490368, end = 3010494464, flags = 134217937, pgoff = 12288, inode = 535588 }
-vm_state.vm_map: 13589.849075799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010494464, end = 3010506752, flags = 134217937, pgoff = 94208, inode = 536143 }
-vm_state.vm_map: 13589.849078463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010506752, end = 3010514944, flags = 134217937, pgoff = 57344, inode = 535587 }
-vm_state.vm_map: 13589.849081164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010514944, end = 3010523136, flags = 134217937, pgoff = 90112, inode = 535846 }
-vm_state.vm_map: 13589.849083618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010523136, end = 3010531328, flags = 134217937, pgoff = 61440, inode = 535120 }
-vm_state.vm_map: 13589.849086017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010531328, end = 3010560000, flags = 134217937, pgoff = 593920, inode = 198593 }
-vm_state.vm_map: 13589.849088421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010564096, end = 3010572288, flags = 134217937, pgoff = 57344, inode = 535836 }
-vm_state.vm_map: 13589.849093898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010572288, end = 3010580480, flags = 134217937, pgoff = 28672, inode = 535877 }
-vm_state.vm_map: 13589.849096680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010580480, end = 3010592768, flags = 134217937, pgoff = 139264, inode = 737890 }
-vm_state.vm_map: 13589.849099078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010592768, end = 3010600960, flags = 134217937, pgoff = 16384, inode = 535657 }
-vm_state.vm_map: 13589.849101476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010600960, end = 3010609152, flags = 134217937, pgoff = 73728, inode = 536155 }
-vm_state.vm_map: 13589.849104010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010609152, end = 3010621440, flags = 134217937, pgoff = 98304, inode = 737887 }
-vm_state.vm_map: 13589.849106193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010625536, end = 3010629632, flags = 2097265, pgoff = 3010625536, inode = 0 }
-vm_state.vm_map: 13589.849108585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010629632, end = 3010646016, flags = 134217937, pgoff = 159744, inode = 536148 }
-vm_state.vm_map: 13589.849110903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010646016, end = 3010654208, flags = 134217937, pgoff = 49152, inode = 535126 }
-vm_state.vm_map: 13589.849113616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010654208, end = 3010658304, flags = 134217937, pgoff = 28672, inode = 535734 }
-vm_state.vm_map: 13589.849115947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010658304, end = 3010670592, flags = 134217937, pgoff = 98304, inode = 535122 }
-vm_state.vm_map: 13589.849118488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010670592, end = 3010678784, flags = 134217937, pgoff = 20480, inode = 535118 }
-vm_state.vm_map: 13589.849120861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010678784, end = 3010682880, flags = 134217937, pgoff = 4190208, inode = 535140 }
-vm_state.vm_map: 13589.849123420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010682880, end = 3010686976, flags = 134217937, pgoff = 40960, inode = 535558 }
-vm_state.vm_map: 13589.849125744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010686976, end = 3010691072, flags = 134217937, pgoff = 32768, inode = 535124 }
-vm_state.vm_map: 13589.849130535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010691072, end = 3010703360, flags = 134217937, pgoff = 90112, inode = 535774 }
-vm_state.vm_map: 13589.849135659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010703360, end = 3010732032, flags = 134217845, pgoff = 0, inode = 198542 }
-vm_state.vm_map: 13589.849137706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010732032, end = 3010736128, flags = 135266419, pgoff = 24576, inode = 198542 }
-vm_state.vm_map: 13589.849140246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010736128, end = 3010813952, flags = 134217845, pgoff = 0, inode = 198541 }
-vm_state.vm_map: 13589.849142236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010813952, end = 3010818048, flags = 135266419, pgoff = 77824, inode = 198541 }
-vm_state.vm_map: 13589.849144999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010818048, end = 3010887680, flags = 134217937, pgoff = 1064960, inode = 535890 }
-vm_state.vm_map: 13589.849147126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010887680, end = 3010891776, flags = 1048688, pgoff = 3010887680, inode = 0 }
-vm_state.vm_map: 13589.849149240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3010891776, end = 3011416064, flags = 1048695, pgoff = 3010891776, inode = 0 }
-vm_state.vm_map: 13589.849151527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3011416064, end = 3011428352, flags = 1048688, pgoff = 3011416064, inode = 0 }
-vm_state.vm_map: 13589.849153647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3011428352, end = 3011747840, flags = 1048695, pgoff = 3011428352, inode = 0 }
-vm_state.vm_map: 13589.849155816 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3011747840, end = 3011760128, flags = 1048688, pgoff = 3011747840, inode = 0 }
-vm_state.vm_map: 13589.849157993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3011760128, end = 3012276224, flags = 1048695, pgoff = 3011760128, inode = 0 }
-vm_state.vm_map: 13589.849160181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3012276224, end = 3012288512, flags = 1048688, pgoff = 3012276224, inode = 0 }
-vm_state.vm_map: 13589.849162140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3012288512, end = 3012608000, flags = 1048695, pgoff = 3012288512, inode = 0 }
-vm_state.vm_map: 13589.849164304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3012608000, end = 3012816896, flags = 1048691, pgoff = 3012608000, inode = 0 }
-vm_state.vm_map: 13589.849166899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3012816896, end = 3014479872, flags = 134217937, pgoff = 50016256, inode = 198631 }
-vm_state.vm_map: 13589.849169094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3014479872, end = 3014492160, flags = 1048688, pgoff = 3014479872, inode = 0 }
-vm_state.vm_map: 13589.849171486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3014492160, end = 3014811648, flags = 1048695, pgoff = 3014492160, inode = 0 }
-vm_state.vm_map: 13589.849173656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3014811648, end = 3014823936, flags = 1048688, pgoff = 3014811648, inode = 0 }
-vm_state.vm_map: 13589.849175782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3014823936, end = 3015143424, flags = 1048695, pgoff = 3014823936, inode = 0 }
-vm_state.vm_map: 13589.849177946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3015143424, end = 3015147520, flags = 1048688, pgoff = 3015143424, inode = 0 }
-vm_state.vm_map: 13589.849180128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3015147520, end = 3015835648, flags = 1048695, pgoff = 3015147520, inode = 0 }
-vm_state.vm_map: 13589.849182260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3015835648, end = 3016249344, flags = 2097271, pgoff = 3015835648, inode = 0 }
-vm_state.vm_map: 13589.849184547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3016249344, end = 3016400896, flags = 1048695, pgoff = 3016249344, inode = 0 }
-vm_state.vm_map: 13589.849186711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3016400896, end = 3016978432, flags = 2097271, pgoff = 3016400896, inode = 0 }
-vm_state.vm_map: 13589.849188943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3016978432, end = 3016994816, flags = 1048695, pgoff = 3016978432, inode = 0 }
-vm_state.vm_map: 13589.849191106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3016994816, end = 3017035776, flags = 2097271, pgoff = 3016994816, inode = 0 }
-vm_state.vm_map: 13589.849193195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3017035776, end = 3017191424, flags = 1048695, pgoff = 3017035776, inode = 0 }
-vm_state.vm_map: 13589.849195297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3017191424, end = 3017764864, flags = 2097271, pgoff = 3017191424, inode = 0 }
-vm_state.vm_map: 13589.849197547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3017764864, end = 3017879552, flags = 1048695, pgoff = 3017764864, inode = 0 }
-vm_state.vm_map: 13589.849199667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3017879552, end = 3018289152, flags = 2097271, pgoff = 3017879552, inode = 0 }
-vm_state.vm_map: 13589.849201756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3018289152, end = 3018567680, flags = 1048695, pgoff = 3018289152, inode = 0 }
-vm_state.vm_map: 13589.849204049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3018567680, end = 3018858496, flags = 2097271, pgoff = 3018567680, inode = 0 }
-vm_state.vm_map: 13589.849206509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3018858496, end = 3033702400, flags = 1048695, pgoff = 3018858496, inode = 0 }
-vm_state.vm_map: 13589.849208680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3033702400, end = 3052412928, flags = 2097271, pgoff = 3033702400, inode = 0 }
-vm_state.vm_map: 13589.849211121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052412928, end = 3052474368, flags = 134217845, pgoff = 0, inode = 198537 }
-vm_state.vm_map: 13589.849213099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052474368, end = 3052482560, flags = 135266419, pgoff = 57344, inode = 198537 }
-vm_state.vm_map: 13589.849215405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052482560, end = 3052515328, flags = 134217979, pgoff = 0, inode = 1368969 }
-vm_state.vm_map: 13589.849220406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052515328, end = 3052658688, flags = 134217845, pgoff = 0, inode = 198535 }
-vm_state.vm_map: 13589.849222538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052658688, end = 3052666880, flags = 135266419, pgoff = 143360, inode = 198535 }
-vm_state.vm_map: 13589.849224874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052666880, end = 3052711936, flags = 134217845, pgoff = 0, inode = 198534 }
-vm_state.vm_map: 13589.849227168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052711936, end = 3052716032, flags = 135266419, pgoff = 45056, inode = 198534 }
-vm_state.vm_map: 13589.849234394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3052716032, end = 3057328128, flags = 135266421, pgoff = 0, inode = 207418 }
-vm_state.vm_map: 13589.849236440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3057328128, end = 3057459200, flags = 135266419, pgoff = 4608000, inode = 207418 }
-vm_state.vm_map: 13589.849238505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3057459200, end = 3061784576, flags = 1048691, pgoff = 3057459200, inode = 0 }
-vm_state.vm_map: 13589.849241113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3061784576, end = 3062177792, flags = 134217979, pgoff = 0, inode = 917507 }
-vm_state.vm_map: 13589.849243660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062177792, end = 3062583296, flags = 1048691, pgoff = 3062177792, inode = 0 }
-vm_state.vm_map: 13589.849246498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062583296, end = 3062611968, flags = 134217845, pgoff = 0, inode = 1065218 }
-vm_state.vm_map: 13589.849248661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062611968, end = 3062616064, flags = 135266419, pgoff = 28672, inode = 1065218 }
-vm_state.vm_map: 13589.849251251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062616064, end = 3062669312, flags = 134217845, pgoff = 0, inode = 24466 }
-vm_state.vm_map: 13589.849253402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062669312, end = 3062673408, flags = 135266419, pgoff = 49152, inode = 24466 }
-vm_state.vm_map: 13589.849256158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062673408, end = 3062837248, flags = 134217845, pgoff = 0, inode = 21283 }
-vm_state.vm_map: 13589.849258316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062837248, end = 3062841344, flags = 135266419, pgoff = 159744, inode = 21283 }
-vm_state.vm_map: 13589.849260881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062841344, end = 3062870016, flags = 134217845, pgoff = 0, inode = 23696 }
-vm_state.vm_map: 13589.849263014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062870016, end = 3062874112, flags = 135266419, pgoff = 24576, inode = 23696 }
-vm_state.vm_map: 13589.849265585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062874112, end = 3062935552, flags = 134217845, pgoff = 0, inode = 1065430 }
-vm_state.vm_map: 13589.849267556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062935552, end = 3062939648, flags = 135266419, pgoff = 57344, inode = 1065430 }
-vm_state.vm_map: 13589.849270506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062939648, end = 3062968320, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.849272780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062968320, end = 3062972416, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.849274820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062972416, end = 3062976512, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.849277182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062976512, end = 3062980608, flags = 134217937, pgoff = 4096, inode = 536090 }
-vm_state.vm_map: 13589.849279815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062980608, end = 3062984704, flags = 134217937, pgoff = 757760, inode = 535131 }
-vm_state.vm_map: 13589.849282114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062984704, end = 3062992896, flags = 1048695, pgoff = 3062984704, inode = 0 }
-vm_state.vm_map: 13589.849284623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3062992896, end = 3063017472, flags = 134217845, pgoff = 0, inode = 198525 }
-vm_state.vm_map: 13589.849286725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063017472, end = 3063021568, flags = 135266419, pgoff = 24576, inode = 198525 }
-vm_state.vm_map: 13589.849289489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063021568, end = 3063033856, flags = 134217845, pgoff = 0, inode = 87515 }
-vm_state.vm_map: 13589.849291541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063033856, end = 3063037952, flags = 135266419, pgoff = 8192, inode = 87515 }
-vm_state.vm_map: 13589.849293951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063037952, end = 3063070720, flags = 134217841, pgoff = 0, inode = 73897 }
-vm_state.vm_map: 13589.849296504 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063070720, end = 3063111680, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.849298674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063111680, end = 3063115776, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.849300726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063115776, end = 3063119872, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.849303131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063119872, end = 3063156736, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.849305078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063156736, end = 3063160832, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.849307253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063160832, end = 3063164928, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.849309832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063164928, end = 3063242752, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.849311884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063242752, end = 3063246848, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.849313843 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063246848, end = 3063250944, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.849316012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063250944, end = 3063259136, flags = 1048691, pgoff = 3063250944, inode = 0 }
-vm_state.vm_map: 13589.849318893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063259136, end = 3063283712, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.849320946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063283712, end = 3063287808, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.849322899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063287808, end = 3063291904, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.849327721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063291904, end = 3063296000, flags = 134217937, pgoff = 8192, inode = 536067 }
-vm_state.vm_map: 13589.849330279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063296000, end = 3063316480, flags = 134217845, pgoff = 0, inode = 21278 }
-vm_state.vm_map: 13589.849332325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063316480, end = 3063320576, flags = 135266419, pgoff = 16384, inode = 21278 }
-vm_state.vm_map: 13589.849334859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063320576, end = 3063336960, flags = 134217845, pgoff = 0, inode = 20149 }
-vm_state.vm_map: 13589.849336894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063336960, end = 3063341056, flags = 135266419, pgoff = 12288, inode = 20149 }
-vm_state.vm_map: 13589.849339280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063341056, end = 3063357440, flags = 134217845, pgoff = 0, inode = 1065432 }
-vm_state.vm_map: 13589.849341313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063357440, end = 3063361536, flags = 135266419, pgoff = 12288, inode = 1065432 }
-vm_state.vm_map: 13589.849343699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063361536, end = 3063382016, flags = 134217845, pgoff = 0, inode = 314599 }
-vm_state.vm_map: 13589.849345738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063382016, end = 3063386112, flags = 135266419, pgoff = 16384, inode = 314599 }
-vm_state.vm_map: 13589.849348118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063386112, end = 3063525376, flags = 134217841, pgoff = 0, inode = 74520 }
-vm_state.vm_map: 13589.849350505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063525376, end = 3063627776, flags = 134217845, pgoff = 0, inode = 21552 }
-vm_state.vm_map: 13589.849352582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063627776, end = 3063635968, flags = 135266419, pgoff = 98304, inode = 21552 }
-vm_state.vm_map: 13589.849355357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3063635968, end = 3067535360, flags = 134217845, pgoff = 0, inode = 21427 }
-vm_state.vm_map: 13589.849357397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067535360, end = 3067559936, flags = 135266419, pgoff = 3895296, inode = 21427 }
-vm_state.vm_map: 13589.849359449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067559936, end = 3067564032, flags = 1048691, pgoff = 3067559936, inode = 0 }
-vm_state.vm_map: 13589.849362064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067564032, end = 3067580416, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 13589.849364357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067580416, end = 3067584512, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 13589.849366786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067584512, end = 3067682816, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 13589.849368838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067682816, end = 3067686912, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 13589.849371107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067686912, end = 3067711488, flags = 134217845, pgoff = 0, inode = 22612 }
-vm_state.vm_map: 13589.849373394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067711488, end = 3067715584, flags = 135266419, pgoff = 20480, inode = 22612 }
-vm_state.vm_map: 13589.849375978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067715584, end = 3067727872, flags = 134217845, pgoff = 0, inode = 21323 }
-vm_state.vm_map: 13589.849378166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067727872, end = 3067731968, flags = 135266419, pgoff = 8192, inode = 21323 }
-vm_state.vm_map: 13589.849380664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067731968, end = 3067875328, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 13589.849382994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067875328, end = 3067879424, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 13589.849385608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067879424, end = 3067957248, flags = 134217845, pgoff = 0, inode = 24576 }
-vm_state.vm_map: 13589.849387765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067957248, end = 3067961344, flags = 135266419, pgoff = 77824, inode = 24576 }
-vm_state.vm_map: 13589.849390256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067961344, end = 3067994112, flags = 134217845, pgoff = 0, inode = 24194 }
-vm_state.vm_map: 13589.849392915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067994112, end = 3067998208, flags = 135266419, pgoff = 28672, inode = 24194 }
-vm_state.vm_map: 13589.849395338 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3067998208, end = 3068465152, flags = 134217845, pgoff = 0, inode = 23967 }
-vm_state.vm_map: 13589.849397390 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3068465152, end = 3068473344, flags = 135266419, pgoff = 462848, inode = 23967 }
-vm_state.vm_map: 13589.849399535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3068473344, end = 3068477440, flags = 1048691, pgoff = 3068473344, inode = 0 }
-vm_state.vm_map: 13589.849402039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3068477440, end = 3068854272, flags = 134217845, pgoff = 0, inode = 21319 }
-vm_state.vm_map: 13589.849404072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3068854272, end = 3068862464, flags = 135266419, pgoff = 376832, inode = 21319 }
-vm_state.vm_map: 13589.849406711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3068862464, end = 3068870656, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 13589.849408794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3068870656, end = 3068874752, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 13589.849411459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3068874752, end = 3069022208, flags = 134217845, pgoff = 0, inode = 20774 }
-vm_state.vm_map: 13589.849413616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069022208, end = 3069030400, flags = 135266419, pgoff = 143360, inode = 20774 }
-vm_state.vm_map: 13589.849416070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069030400, end = 3069128704, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.849418227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069128704, end = 3069132800, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.849420404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069132800, end = 3069136896, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.849423204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069136896, end = 3069206528, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.849425249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069206528, end = 3069210624, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.849427314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069210624, end = 3069214720, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.849429718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069214720, end = 3069222912, flags = 1048691, pgoff = 3069214720, inode = 0 }
-vm_state.vm_map: 13589.849432358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069222912, end = 3069304832, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.849434392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069304832, end = 3069308928, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.849436951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069308928, end = 3069779968, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 13589.849439120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069779968, end = 3069796352, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 13589.849441692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069796352, end = 3069943808, flags = 134217845, pgoff = 0, inode = 22796 }
-vm_state.vm_map: 13589.849443738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069943808, end = 3069947904, flags = 135266419, pgoff = 147456, inode = 22796 }
-vm_state.vm_map: 13589.849446074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3069947904, end = 3070046208, flags = 134217845, pgoff = 0, inode = 22669 }
-vm_state.vm_map: 13589.849448157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3070046208, end = 3070050304, flags = 135266419, pgoff = 94208, inode = 22669 }
-vm_state.vm_map: 13589.849450674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3070050304, end = 3070197760, flags = 134217845, pgoff = 0, inode = 507933 }
-vm_state.vm_map: 13589.849452620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3070197760, end = 3070201856, flags = 135266417, pgoff = 143360, inode = 507933 }
-vm_state.vm_map: 13589.849454561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3070201856, end = 3070205952, flags = 135266419, pgoff = 147456, inode = 507933 }
-vm_state.vm_map: 13589.849456873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3070205952, end = 3071356928, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 13589.849458820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071356928, end = 3071373312, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 13589.849461108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071373312, end = 3071852544, flags = 134217845, pgoff = 0, inode = 21325 }
-vm_state.vm_map: 13589.849463080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071852544, end = 3071860736, flags = 135266419, pgoff = 479232, inode = 21325 }
-vm_state.vm_map: 13589.849466114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071860736, end = 3071877120, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 13589.849468055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071877120, end = 3071881216, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 13589.849470484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071881216, end = 3071889408, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 13589.849472426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071889408, end = 3071893504, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 13589.849474750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071893504, end = 3071901696, flags = 134217845, pgoff = 0, inode = 17721 }
-vm_state.vm_map: 13589.849476740 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071901696, end = 3071905792, flags = 135266419, pgoff = 4096, inode = 17721 }
-vm_state.vm_map: 13589.849479039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071905792, end = 3071938560, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 13589.849480974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071938560, end = 3071942656, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 13589.849483311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071942656, end = 3071967232, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 13589.849485258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071967232, end = 3071971328, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 13589.849487545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3071971328, end = 3072004096, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 13589.849489486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072004096, end = 3072008192, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 13589.849491909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072008192, end = 3072016384, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 13589.849494048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072016384, end = 3072020480, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 13589.849496489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072020480, end = 3072053248, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 13589.849498449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072053248, end = 3072057344, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 13589.849501094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072057344, end = 3072110592, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 13589.849503152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072110592, end = 3072114688, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 13589.849505446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072114688, end = 3072286720, flags = 134217845, pgoff = 0, inode = 1065255 }
-vm_state.vm_map: 13589.849507381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072286720, end = 3072290816, flags = 135266419, pgoff = 172032, inode = 1065255 }
-vm_state.vm_map: 13589.849509798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072290816, end = 3072303104, flags = 134217845, pgoff = 0, inode = 19646 }
-vm_state.vm_map: 13589.849511814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072303104, end = 3072307200, flags = 135266419, pgoff = 8192, inode = 19646 }
-vm_state.vm_map: 13589.849514236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072307200, end = 3072909312, flags = 134217845, pgoff = 0, inode = 19648 }
-vm_state.vm_map: 13589.849516387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072909312, end = 3072917504, flags = 135266419, pgoff = 602112, inode = 19648 }
-vm_state.vm_map: 13589.849518897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3072917504, end = 3073187840, flags = 134217845, pgoff = 0, inode = 22793 }
-vm_state.vm_map: 13589.849520856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3073187840, end = 3073196032, flags = 135266419, pgoff = 266240, inode = 22793 }
-vm_state.vm_map: 13589.849523354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3073196032, end = 3073794048, flags = 134217845, pgoff = 0, inode = 22668 }
-vm_state.vm_map: 13589.849525295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3073794048, end = 3073806336, flags = 135266419, pgoff = 593920, inode = 22668 }
-vm_state.vm_map: 13589.849527940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3073806336, end = 3073998848, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.849530011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3073998848, end = 3074002944, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.849532299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3074002944, end = 3074748416, flags = 134217845, pgoff = 0, inode = 499794 }
-vm_state.vm_map: 13589.849534270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3074748416, end = 3074752512, flags = 135266419, pgoff = 745472, inode = 499794 }
-vm_state.vm_map: 13589.849536940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3074752512, end = 3074998272, flags = 134217845, pgoff = 0, inode = 20603 }
-vm_state.vm_map: 13589.849538881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3074998272, end = 3075002368, flags = 135266419, pgoff = 245760, inode = 20603 }
-vm_state.vm_map: 13589.849541292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3075002368, end = 3075010560, flags = 134217937, pgoff = 40960, inode = 535980 }
-vm_state.vm_map: 13589.849543344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3075010560, end = 3075014656, flags = 1048691, pgoff = 3075010560, inode = 0 }
-vm_state.vm_map: 13589.849545285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3075014656, end = 3075018752, flags = 113, pgoff = 3075014656, inode = 0 }
-vm_state.vm_map: 13589.849547727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3075018752, end = 3075047424, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.849550038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3075047424, end = 3075096576, flags = 134217841, pgoff = 0, inode = 74519 }
-vm_state.vm_map: 13589.849552623 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3075096576, end = 3076427776, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.849554687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3076427776, end = 3076431872, flags = 1048691, pgoff = 3076427776, inode = 0 }
-vm_state.vm_map: 13589.849557085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3076431872, end = 3077746688, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.849559038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077746688, end = 3077754880, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.849561085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077754880, end = 3077758976, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.849563266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077758976, end = 3077775360, flags = 1048691, pgoff = 3077758976, inode = 0 }
-vm_state.vm_map: 13589.849565665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077775360, end = 3077783552, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.849567600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077783552, end = 3077787648, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.849569571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077787648, end = 3077791744, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.849572211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077791744, end = 3077877760, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.849574152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077877760, end = 3077881856, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.849576099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077881856, end = 3077885952, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.849578170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077885952, end = 3077894144, flags = 1048691, pgoff = 3077885952, inode = 0 }
-vm_state.vm_map: 13589.849580444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077894144, end = 3077935104, flags = 134217845, pgoff = 0, inode = 22795 }
-vm_state.vm_map: 13589.849582391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077935104, end = 3077939200, flags = 135266419, pgoff = 36864, inode = 22795 }
-vm_state.vm_map: 13589.849587677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077939200, end = 3077984256, flags = 134217845, pgoff = 0, inode = 535829 }
-vm_state.vm_map: 13589.849589822 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077984256, end = 3077988352, flags = 135266419, pgoff = 40960, inode = 535829 }
-vm_state.vm_map: 13589.849591924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077988352, end = 3077996544, flags = 1048691, pgoff = 3077988352, inode = 0 }
-vm_state.vm_map: 13589.849593976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3077996544, end = 3078000640, flags = 67371125, pgoff = 3077996544, inode = 0 }
-vm_state.vm_map: 13589.849596702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3078000640, end = 3078115328, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.849598803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3078115328, end = 3078119424, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.849600856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3078119424, end = 3078123520, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.849603026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3219558400, end = 3219570688, flags = 1048688, pgoff = 3219558400, inode = 0 }
-vm_state.vm_map: 13589.849605177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 2806, start = 3219570688, end = 3219886080, flags = 1048951, pgoff = 3220910080, inode = 0 }
-vm_state.vm_map: 13589.849613979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 134512640, end = 134541312, flags = 134223989, pgoff = 0, inode = 1048590 }
-vm_state.vm_map: 13589.849616167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 134541312, end = 134545408, flags = 135272563, pgoff = 24576, inode = 1048590 }
-vm_state.vm_map: 13589.849618602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 134545408, end = 134561792, flags = 1048691, pgoff = 134545408, inode = 0 }
-vm_state.vm_map: 13589.849620598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 146329600, end = 146464768, flags = 1048691, pgoff = 146329600, inode = 0 }
-vm_state.vm_map: 13589.849623052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073552384, end = 3073581056, flags = 134217845, pgoff = 0, inode = 507930 }
-vm_state.vm_map: 13589.849625229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073581056, end = 3073585152, flags = 135266417, pgoff = 24576, inode = 507930 }
-vm_state.vm_map: 13589.849627355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073585152, end = 3073589248, flags = 135266419, pgoff = 28672, inode = 507930 }
-vm_state.vm_map: 13589.849629864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073589248, end = 3073675264, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.849632029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073675264, end = 3073679360, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.849634204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073679360, end = 3073683456, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.849636374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073683456, end = 3073691648, flags = 1048691, pgoff = 3073683456, inode = 0 }
-vm_state.vm_map: 13589.849639007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073691648, end = 3073916928, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.849641170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073916928, end = 3073921024, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.849643339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073921024, end = 3073925120, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.849646029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073925120, end = 3073961984, flags = 134217845, pgoff = 0, inode = 508755 }
-vm_state.vm_map: 13589.849648557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073961984, end = 3073966080, flags = 135266417, pgoff = 32768, inode = 508755 }
-vm_state.vm_map: 13589.849650733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073966080, end = 3073970176, flags = 135266419, pgoff = 36864, inode = 508755 }
-vm_state.vm_map: 13589.849652952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3073970176, end = 3074129920, flags = 1048691, pgoff = 3073970176, inode = 0 }
-vm_state.vm_map: 13589.849655592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074129920, end = 3074179072, flags = 134217845, pgoff = 0, inode = 500088 }
-vm_state.vm_map: 13589.849657563 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074179072, end = 3074183168, flags = 135266419, pgoff = 45056, inode = 500088 }
-vm_state.vm_map: 13589.849659523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074183168, end = 3074232320, flags = 1048691, pgoff = 3074183168, inode = 0 }
-vm_state.vm_map: 13589.849661847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074232320, end = 3074330624, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.849663937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074330624, end = 3074334720, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.849666020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074334720, end = 3074338816, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.849668659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074392064, end = 3074428928, flags = 134217845, pgoff = 0, inode = 499730 }
-vm_state.vm_map: 13589.849670760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074428928, end = 3074433024, flags = 135266419, pgoff = 32768, inode = 499730 }
-vm_state.vm_map: 13589.849673152 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074433024, end = 3074473984, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.849675397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074473984, end = 3074478080, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.849677436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074478080, end = 3074482176, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.849679674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074482176, end = 3074519040, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.849681751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074519040, end = 3074523136, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.849687129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074523136, end = 3074527232, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.849689298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074527232, end = 3074605056, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.849691301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074605056, end = 3074609152, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.849693359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074609152, end = 3074613248, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.849695449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074613248, end = 3074621440, flags = 1048691, pgoff = 3074613248, inode = 0 }
-vm_state.vm_map: 13589.849697699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074621440, end = 3074646016, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.849699763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074646016, end = 3074650112, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.849701809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074650112, end = 3074654208, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.849703948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3074654208, end = 3075985408, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.849705889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3075985408, end = 3075989504, flags = 1048691, pgoff = 3075985408, inode = 0 }
-vm_state.vm_map: 13589.849707954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3075989504, end = 3075997696, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.849710018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3075997696, end = 3076001792, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.849711965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3076001792, end = 3076005888, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.849714042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3076005888, end = 3077320704, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.849716013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077320704, end = 3077328896, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.849718419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077328896, end = 3077332992, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.849720495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077332992, end = 3077349376, flags = 1048691, pgoff = 3077332992, inode = 0 }
-vm_state.vm_map: 13589.849725434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077349376, end = 3077357568, flags = 134217845, pgoff = 0, inode = 499739 }
-vm_state.vm_map: 13589.849727499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077357568, end = 3077361664, flags = 135266419, pgoff = 4096, inode = 499739 }
-vm_state.vm_map: 13589.849730138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077361664, end = 3077402624, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 13589.849732092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077402624, end = 3077406720, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 13589.849734577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077414912, end = 3077423104, flags = 134217845, pgoff = 0, inode = 17167 }
-vm_state.vm_map: 13589.849736629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077423104, end = 3077427200, flags = 135266419, pgoff = 8192, inode = 17167 }
-vm_state.vm_map: 13589.849738916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077427200, end = 3077435392, flags = 134217845, pgoff = 0, inode = 499908 }
-vm_state.vm_map: 13589.849740993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077435392, end = 3077439488, flags = 135266419, pgoff = 4096, inode = 499908 }
-vm_state.vm_map: 13589.849743484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077439488, end = 3077443584, flags = 134217845, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 13589.849745425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077443584, end = 3077447680, flags = 135266419, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 13589.849747793 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077447680, end = 3077451776, flags = 134217845, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 13589.849749937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077451776, end = 3077455872, flags = 135266419, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 13589.849755334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077459968, end = 3077468160, flags = 134217845, pgoff = 0, inode = 500086 }
-vm_state.vm_map: 13589.849757386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077468160, end = 3077472256, flags = 135266419, pgoff = 4096, inode = 500086 }
-vm_state.vm_map: 13589.849760013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077472256, end = 3077484544, flags = 134217845, pgoff = 0, inode = 500089 }
-vm_state.vm_map: 13589.849762170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077484544, end = 3077488640, flags = 135266419, pgoff = 8192, inode = 500089 }
-vm_state.vm_map: 13589.849764520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077488640, end = 3077492736, flags = 134217845, pgoff = 0, inode = 499772 }
-vm_state.vm_map: 13589.849766701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077492736, end = 3077496832, flags = 135266419, pgoff = 0, inode = 499772 }
-vm_state.vm_map: 13589.849768865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077500928, end = 3077509120, flags = 1048691, pgoff = 3077500928, inode = 0 }
-vm_state.vm_map: 13589.849770836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077509120, end = 3077513216, flags = 67371125, pgoff = 3077509120, inode = 0 }
-vm_state.vm_map: 13589.849772944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077513216, end = 3077627904, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.849775003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077627904, end = 3077632000, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.849776955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3077632000, end = 3077636096, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.849778910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11121, start = 3216674816, end = 3216760832, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.849782056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
-vm_state.vm_map: 13589.849784121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
-vm_state.vm_map: 13589.849786191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
-vm_state.vm_map: 13589.849788132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 165994496, end = 166264832, flags = 1048691, pgoff = 165994496, inode = 0 }
-vm_state.vm_map: 13589.849790555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074707456, end = 3074748416, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.849792613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074748416, end = 3074752512, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.849794678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074752512, end = 3074756608, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.849796971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074756608, end = 3074793472, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.849798943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074793472, end = 3074797568, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.849801026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074797568, end = 3074801664, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.849803115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074801664, end = 3074879488, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.849805180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074879488, end = 3074883584, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.849807128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074883584, end = 3074887680, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.849809075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074887680, end = 3074895872, flags = 1048691, pgoff = 3074887680, inode = 0 }
-vm_state.vm_map: 13589.849811157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074895872, end = 3074920448, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.849813234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074920448, end = 3074924544, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.849815181 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074924544, end = 3074928640, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.849817432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3074928640, end = 3076259840, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.849819614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3076259840, end = 3076263936, flags = 1048691, pgoff = 3076259840, inode = 0 }
-vm_state.vm_map: 13589.849821950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3076263936, end = 3077578752, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.849824354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077578752, end = 3077586944, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.849826308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077586944, end = 3077591040, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.849828367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077591040, end = 3077607424, flags = 1048691, pgoff = 3077591040, inode = 0 }
-vm_state.vm_map: 13589.849830579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077607424, end = 3077615616, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.849832557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077615616, end = 3077619712, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.849834492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077619712, end = 3077623808, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.849837021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077623808, end = 3077840896, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 13589.849838968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077840896, end = 3077853184, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 13589.849841180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077918720, end = 3077947392, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.849843127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077947392, end = 3077955584, flags = 1048691, pgoff = 3077947392, inode = 0 }
-vm_state.vm_map: 13589.849845074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077955584, end = 3077959680, flags = 67371125, pgoff = 3077955584, inode = 0 }
-vm_state.vm_map: 13589.849847276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3077959680, end = 3078074368, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.849849334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3078074368, end = 3078078464, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.849851565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3078078464, end = 3078082560, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.849853734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11130, start = 3214569472, end = 3214655488, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.849856244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 134512640, end = 135290880, flags = 134223989, pgoff = 0, inode = 1048644 }
-vm_state.vm_map: 13589.849858668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 135290880, end = 135311360, flags = 135272563, pgoff = 778240, inode = 1048644 }
-vm_state.vm_map: 13589.849860627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 135311360, end = 135331840, flags = 1048691, pgoff = 135311360, inode = 0 }
-vm_state.vm_map: 13589.849862698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 158515200, end = 159387648, flags = 1048691, pgoff = 158515200, inode = 0 }
-vm_state.vm_map: 13589.849865046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075555328, end = 3075596288, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.849867136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075596288, end = 3075600384, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.849869194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075600384, end = 3075604480, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.849871488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075604480, end = 3075641344, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.849873428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075641344, end = 3075645440, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.849875456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075645440, end = 3075649536, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.849877638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075649536, end = 3075727360, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.849879703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075727360, end = 3075731456, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.849881637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075731456, end = 3075735552, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.849883683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075735552, end = 3075743744, flags = 1048691, pgoff = 3075735552, inode = 0 }
-vm_state.vm_map: 13589.849885890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075743744, end = 3075768320, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.849887838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075768320, end = 3075772416, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.849889902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075772416, end = 3075776512, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.849892312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3075776512, end = 3077107712, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.849894507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3077107712, end = 3077111808, flags = 1048691, pgoff = 3077107712, inode = 0 }
-vm_state.vm_map: 13589.849896559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3077111808, end = 3078426624, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.849898507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078426624, end = 3078434816, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.849900534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078434816, end = 3078438912, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.849902524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078438912, end = 3078455296, flags = 1048691, pgoff = 3078438912, inode = 0 }
-vm_state.vm_map: 13589.849904607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078455296, end = 3078463488, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.849906554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078463488, end = 3078467584, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.849908508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078467584, end = 3078471680, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.849910702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078471680, end = 3078688768, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 13589.849912637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078688768, end = 3078701056, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 13589.849914707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078766592, end = 3078795264, flags = 134217937, pgoff = 0, inode = 20522 }
-vm_state.vm_map: 13589.849916654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078795264, end = 3078803456, flags = 1048691, pgoff = 3078795264, inode = 0 }
-vm_state.vm_map: 13589.849918602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078803456, end = 3078807552, flags = 67371125, pgoff = 3078803456, inode = 0 }
-vm_state.vm_map: 13589.849920673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078807552, end = 3078922240, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.849922620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078922240, end = 3078926336, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.849924907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3078926336, end = 3078930432, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.849927119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11317, start = 3215605760, end = 3215691776, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.849929790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073204224, end = 3073224704, flags = 134217845, pgoff = 0, inode = 508634 }
-vm_state.vm_map: 13589.849931855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073224704, end = 3073228800, flags = 135266417, pgoff = 16384, inode = 508634 }
-vm_state.vm_map: 13589.849933826 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073228800, end = 3073232896, flags = 135266419, pgoff = 20480, inode = 508634 }
-vm_state.vm_map: 13589.849936002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073232896, end = 3073273856, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.849937944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073273856, end = 3073277952, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.849940008 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073277952, end = 3073282048, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.849942097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073282048, end = 3073318912, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.849944038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073318912, end = 3073323008, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.849946109 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073323008, end = 3073327104, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.849948383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073327104, end = 3073351680, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.849950331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073351680, end = 3073355776, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.849952272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073355776, end = 3073359872, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.849954330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073359872, end = 3073368064, flags = 1048691, pgoff = 3073359872, inode = 0 }
-vm_state.vm_map: 13589.849956394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073368064, end = 3073454080, flags = 134217845, pgoff = 0, inode = 507929 }
-vm_state.vm_map: 13589.849958682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073454080, end = 3073458176, flags = 135266417, pgoff = 81920, inode = 507929 }
-vm_state.vm_map: 13589.849960771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073458176, end = 3073462272, flags = 135266419, pgoff = 86016, inode = 507929 }
-vm_state.vm_map: 13589.849962712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073462272, end = 3073470464, flags = 1048691, pgoff = 3073462272, inode = 0 }
-vm_state.vm_map: 13589.849965024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073470464, end = 3073478656, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 13589.849966995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073478656, end = 3073482752, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 13589.849968937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073482752, end = 3073486848, flags = 1048691, pgoff = 3073482752, inode = 0 }
-vm_state.vm_map: 13589.849971218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073486848, end = 3073511424, flags = 134217845, pgoff = 0, inode = 18679 }
-vm_state.vm_map: 13589.849973165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073511424, end = 3073515520, flags = 135266419, pgoff = 20480, inode = 18679 }
-vm_state.vm_map: 13589.849975229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073515520, end = 3073523712, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.849977170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073523712, end = 3073527808, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.849979118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073527808, end = 3073531904, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.849981534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3073531904, end = 3074846720, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.849983574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3074846720, end = 3074854912, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.849985515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3074854912, end = 3074859008, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.849987573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3074859008, end = 3074871296, flags = 1048691, pgoff = 3074859008, inode = 0 }
-vm_state.vm_map: 13589.849990077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3074871296, end = 3074879488, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 13589.849992481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3074879488, end = 3074883584, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 13589.849995077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3074883584, end = 3075047424, flags = 134217845, pgoff = 0, inode = 18646 }
-vm_state.vm_map: 13589.849997137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075047424, end = 3075051520, flags = 135266419, pgoff = 163840, inode = 18646 }
-vm_state.vm_map: 13589.849999195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075051520, end = 3075055616, flags = 1048691, pgoff = 3075051520, inode = 0 }
-vm_state.vm_map: 13589.850001809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075055616, end = 3075719168, flags = 134217845, pgoff = 0, inode = 18913 }
-vm_state.vm_map: 13589.850003855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075719168, end = 3075743744, flags = 135266419, pgoff = 659456, inode = 18913 }
-vm_state.vm_map: 13589.850006204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075743744, end = 3075907584, flags = 134217845, pgoff = 0, inode = 18977 }
-vm_state.vm_map: 13589.850008256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075907584, end = 3075911680, flags = 135266419, pgoff = 163840, inode = 18977 }
-vm_state.vm_map: 13589.850010326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075911680, end = 3075948544, flags = 134217845, pgoff = 0, inode = 508755 }
-vm_state.vm_map: 13589.850012274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075948544, end = 3075952640, flags = 135266417, pgoff = 32768, inode = 508755 }
-vm_state.vm_map: 13589.850014339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075952640, end = 3075956736, flags = 135266419, pgoff = 36864, inode = 508755 }
-vm_state.vm_map: 13589.850016273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3075956736, end = 3076116480, flags = 1048691, pgoff = 3075956736, inode = 0 }
-vm_state.vm_map: 13589.850018487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076116480, end = 3076194304, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.850020428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076194304, end = 3076198400, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.850022480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076198400, end = 3076202496, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.850024414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076202496, end = 3076210688, flags = 1048691, pgoff = 3076202496, inode = 0 }
-vm_state.vm_map: 13589.850026831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076210688, end = 3076292608, flags = 134217845, pgoff = 0, inode = 1065249 }
-vm_state.vm_map: 13589.850028914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076292608, end = 3076296704, flags = 135266419, pgoff = 77824, inode = 1065249 }
-vm_state.vm_map: 13589.850031301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076296704, end = 3076304896, flags = 134217845, pgoff = 0, inode = 508751 }
-vm_state.vm_map: 13589.850033254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076304896, end = 3076308992, flags = 135266417, pgoff = 4096, inode = 508751 }
-vm_state.vm_map: 13589.850035367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076308992, end = 3076313088, flags = 135266419, pgoff = 8192, inode = 508751 }
-vm_state.vm_map: 13589.850037302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076313088, end = 3076317184, flags = 1048691, pgoff = 3076313088, inode = 0 }
-vm_state.vm_map: 13589.850039583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3076317184, end = 3077619712, flags = 134217845, pgoff = 0, inode = 33850 }
-vm_state.vm_map: 13589.850041531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077619712, end = 3077713920, flags = 135266419, pgoff = 1302528, inode = 33850 }
-vm_state.vm_map: 13589.850043465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077713920, end = 3077726208, flags = 1048691, pgoff = 3077713920, inode = 0 }
-vm_state.vm_map: 13589.850045690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077726208, end = 3077795840, flags = 134217845, pgoff = 0, inode = 508763 }
-vm_state.vm_map: 13589.850047625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077795840, end = 3077799936, flags = 135266417, pgoff = 65536, inode = 508763 }
-vm_state.vm_map: 13589.850049709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077799936, end = 3077804032, flags = 135266419, pgoff = 69632, inode = 508763 }
-vm_state.vm_map: 13589.850051650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077804032, end = 3077812224, flags = 1048691, pgoff = 3077804032, inode = 0 }
-vm_state.vm_map: 13589.850053590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077906432, end = 3077914624, flags = 1048691, pgoff = 3077906432, inode = 0 }
-vm_state.vm_map: 13589.850055525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077914624, end = 3077918720, flags = 67371125, pgoff = 3077914624, inode = 0 }
-vm_state.vm_map: 13589.850057595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3077918720, end = 3078033408, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.850059889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3078033408, end = 3078037504, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.850061972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3078037504, end = 3078041600, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.850090017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3078041600, end = 3078369280, flags = 134223989, pgoff = 0, inode = 22406 }
-vm_state.vm_map: 13589.850092310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3078369280, end = 3078373376, flags = 135272563, pgoff = 323584, inode = 22406 }
-vm_state.vm_map: 13589.850094517 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3078373376, end = 3078389760, flags = 1048691, pgoff = 3078373376, inode = 0 }
-vm_state.vm_map: 13589.850096594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3087708160, end = 3087982592, flags = 1048691, pgoff = 3087708160, inode = 0 }
-vm_state.vm_map: 13589.850098652 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 11325, start = 3219963904, end = 3220049920, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.850106360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 134512640, end = 134631424, flags = 134223989, pgoff = 0, inode = 409694 }
-vm_state.vm_map: 13589.850108542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 134631424, end = 134635520, flags = 135272563, pgoff = 118784, inode = 409694 }
-vm_state.vm_map: 13589.850110589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 167378944, end = 167583744, flags = 1048691, pgoff = 167378944, inode = 0 }
-vm_state.vm_map: 13589.850112752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3075694592, end = 3075817472, flags = 1048691, pgoff = 3075694592, inode = 0 }
-vm_state.vm_map: 13589.850115348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3075895296, end = 3075936256, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 13589.850117530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3075936256, end = 3075940352, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 13589.850119644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3075940352, end = 3075944448, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 13589.850122272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3075944448, end = 3076022272, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 13589.850124620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076022272, end = 3076026368, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 13589.850126901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076026368, end = 3076030464, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 13589.850129052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076030464, end = 3076038656, flags = 1048691, pgoff = 3076030464, inode = 0 }
-vm_state.vm_map: 13589.850131198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076132864, end = 3076136960, flags = 1048691, pgoff = 3076132864, inode = 0 }
-vm_state.vm_map: 13589.850133874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076136960, end = 3076145152, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 13589.850136148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076145152, end = 3076149248, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 13589.850138299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076149248, end = 3076153344, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 13589.850140580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076153344, end = 3076157440, flags = 1048691, pgoff = 3076153344, inode = 0 }
-vm_state.vm_map: 13589.850143103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3076157440, end = 3077472256, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.850145470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077472256, end = 3077480448, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.850147578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077480448, end = 3077484544, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.850149728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077484544, end = 3077496832, flags = 1048691, pgoff = 3077484544, inode = 0 }
-vm_state.vm_map: 13589.850152016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077496832, end = 3077595136, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.850154322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077595136, end = 3077599232, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.850156386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077599232, end = 3077603328, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.850159155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077615616, end = 3077652480, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 13589.850161468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077652480, end = 3077656576, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 13589.850163872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077656576, end = 3077660672, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 13589.850170516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077660672, end = 3077685248, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 13589.850172681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077685248, end = 3077689344, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 13589.850174813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077689344, end = 3077693440, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 13589.850177044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077693440, end = 3077705728, flags = 1048691, pgoff = 3077693440, inode = 0 }
-vm_state.vm_map: 13589.850179233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077705728, end = 3077709824, flags = 67371125, pgoff = 3077705728, inode = 0 }
-vm_state.vm_map: 13589.850182242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077709824, end = 3077824512, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.850184450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077824512, end = 3077828608, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.850186631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3077828608, end = 3077832704, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.850188733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 18054, start = 3216945152, end = 3217031168, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.850194655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 134512640, end = 135254016, flags = 134223989, pgoff = 0, inode = 20038 }
-vm_state.vm_map: 13589.850196960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 135254016, end = 135270400, flags = 135272563, pgoff = 741376, inode = 20038 }
-vm_state.vm_map: 13589.850199118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 135270400, end = 135282688, flags = 1048691, pgoff = 135270400, inode = 0 }
-vm_state.vm_map: 13589.850201628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 168751104, end = 168886272, flags = 1048691, pgoff = 168751104, inode = 0 }
-vm_state.vm_map: 13589.850204051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073126400, end = 3073167360, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 13589.850206214 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073167360, end = 3073171456, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 13589.850208383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073171456, end = 3073175552, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 13589.850210590 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073175552, end = 3073212416, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 13589.850212785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073212416, end = 3073216512, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 13589.850215016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073216512, end = 3073220608, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 13589.850217353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073220608, end = 3073245184, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 13589.850219510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073245184, end = 3073249280, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 13589.850221710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073249280, end = 3073253376, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 13589.850223967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073253376, end = 3073257472, flags = 1048691, pgoff = 3073253376, inode = 0 }
-vm_state.vm_map: 13589.850226625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073257472, end = 3073269760, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 13589.850228794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073269760, end = 3073273856, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 13589.850230890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073273856, end = 3073277952, flags = 1048691, pgoff = 3073273856, inode = 0 }
-vm_state.vm_map: 13589.850233456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073277952, end = 3073740800, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 13589.850235495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073740800, end = 3073753088, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 13589.850241757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073753088, end = 3073830912, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 13589.850243952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073830912, end = 3073835008, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 13589.850246708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073835008, end = 3073896448, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 13589.850248896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073896448, end = 3073900544, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 13589.850251288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073900544, end = 3073986560, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 13589.850253341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073986560, end = 3073990656, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 13589.850255510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073990656, end = 3073994752, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 13589.850257698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3073994752, end = 3074002944, flags = 1048691, pgoff = 3073994752, inode = 0 }
-vm_state.vm_map: 13589.850259868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3074002944, end = 3075317760, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.850261976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3075317760, end = 3075325952, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.850264195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3075325952, end = 3075330048, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.850266359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3075330048, end = 3075346432, flags = 1048691, pgoff = 3075330048, inode = 0 }
-vm_state.vm_map: 13589.850268800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3075346432, end = 3075538944, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.850271187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3075538944, end = 3075543040, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.850273845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3075543040, end = 3076149248, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 13589.850276521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3076149248, end = 3076165632, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 13589.850284742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3076165632, end = 3077619712, flags = 134217845, pgoff = 0, inode = 17110 }
-vm_state.vm_map: 13589.850286893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077619712, end = 3077632000, flags = 135266419, pgoff = 1454080, inode = 17110 }
-vm_state.vm_map: 13589.850289155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077632000, end = 3077640192, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 13589.850291232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077640192, end = 3077644288, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 13589.850293389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077644288, end = 3077648384, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 13589.850295875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077648384, end = 3077795840, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 13589.850297970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077795840, end = 3077799936, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 13589.850300269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077799936, end = 3077804032, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 13589.850305165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077804032, end = 3077840896, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 13589.850307329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077840896, end = 3077844992, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 13589.850309486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077844992, end = 3077849088, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 13589.850311476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3077849088, end = 3078012928, flags = 1048691, pgoff = 3077849088, inode = 0 }
-vm_state.vm_map: 13589.850314048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078012928, end = 3078090752, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 13589.850316088 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078090752, end = 3078094848, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 13589.850318134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078094848, end = 3078098944, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 13589.850320291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078098944, end = 3078107136, flags = 1048691, pgoff = 3078098944, inode = 0 }
-vm_state.vm_map: 13589.850322769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078107136, end = 3078176768, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 13589.850324815 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078176768, end = 3078180864, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 13589.850326775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078180864, end = 3078184960, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 13589.850328951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078184960, end = 3078193152, flags = 1048691, pgoff = 3078184960, inode = 0 }
-vm_state.vm_map: 13589.850331293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078254592, end = 3078275072, flags = 134217845, pgoff = 0, inode = 508374 }
-vm_state.vm_map: 13589.850333586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078275072, end = 3078279168, flags = 135266417, pgoff = 16384, inode = 508374 }
-vm_state.vm_map: 13589.850335751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078279168, end = 3078283264, flags = 135266419, pgoff = 20480, inode = 508374 }
-vm_state.vm_map: 13589.850337871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078287360, end = 3078295552, flags = 1048691, pgoff = 3078287360, inode = 0 }
-vm_state.vm_map: 13589.850339947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078295552, end = 3078299648, flags = 67371125, pgoff = 3078295552, inode = 0 }
-vm_state.vm_map: 13589.850342352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078299648, end = 3078414336, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.850344312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078414336, end = 3078418432, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.850346389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3078418432, end = 3078422528, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.850348744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 21983, start = 3215204352, end = 3215745024, flags = 1048947, pgoff = 3220684800, inode = 0 }
-vm_state.vm_map: 13589.850351667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074174976, end = 3074215936, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 13589.850353807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074215936, end = 3074220032, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 13589.850355989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074220032, end = 3074224128, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 13589.850358455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074224128, end = 3074260992, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 13589.850360587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074260992, end = 3074265088, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 13589.850362701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074265088, end = 3074269184, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 13589.850364779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074269184, end = 3074293760, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 13589.850366849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074293760, end = 3074297856, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 13589.850368932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074297856, end = 3074301952, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 13589.850370879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074301952, end = 3074310144, flags = 1048691, pgoff = 3074301952, inode = 0 }
-vm_state.vm_map: 13589.850373116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074310144, end = 3074396160, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 13589.850375305 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074396160, end = 3074400256, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 13589.850377246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074400256, end = 3074404352, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 13589.850379317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074404352, end = 3074412544, flags = 1048691, pgoff = 3074404352, inode = 0 }
-vm_state.vm_map: 13589.850381523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074412544, end = 3074420736, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 13589.850383940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074420736, end = 3074424832, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 13589.850389133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074424832, end = 3074449408, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 13589.850391209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074449408, end = 3074453504, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 13589.850393658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3074453504, end = 3075768320, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.850395604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075768320, end = 3075776512, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.850397669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075776512, end = 3075780608, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.850399789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075780608, end = 3075792896, flags = 1048691, pgoff = 3075780608, inode = 0 }
-vm_state.vm_map: 13589.850402021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075792896, end = 3075801088, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 13589.850404080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075801088, end = 3075805184, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 13589.850406175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075805184, end = 3075809280, flags = 1048691, pgoff = 3075805184, inode = 0 }
-vm_state.vm_map: 13589.850416090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075809280, end = 3075969024, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 13589.850418408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075969024, end = 3075973120, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 13589.850426629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3075973120, end = 3076632576, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 13589.850428879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3076632576, end = 3076657152, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 13589.850437471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3076657152, end = 3076820992, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 13589.850439523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3076820992, end = 3076825088, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 13589.850441946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3076825088, end = 3076861952, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 13589.850444060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3076861952, end = 3076866048, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 13589.850446008 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3076866048, end = 3076870144, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 13589.850447955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3076870144, end = 3077029888, flags = 1048691, pgoff = 3076870144, inode = 0 }
-vm_state.vm_map: 13589.850450031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077029888, end = 3077107712, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 13589.850451978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077107712, end = 3077111808, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 13589.850453925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077111808, end = 3077115904, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 13589.850456009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077115904, end = 3077124096, flags = 1048691, pgoff = 3077115904, inode = 0 }
-vm_state.vm_map: 13589.850458111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077124096, end = 3077201920, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 13589.850460509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077201920, end = 3077206016, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 13589.850462449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077206016, end = 3077210112, flags = 1048691, pgoff = 3077206016, inode = 0 }
-vm_state.vm_map: 13589.850464873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077210112, end = 3077218304, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 13589.850466807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077218304, end = 3077222400, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 13589.850468878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077222400, end = 3077226496, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 13589.850471153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3077226496, end = 3078529024, flags = 134217845, pgoff = 0, inode = 33850 }
-vm_state.vm_map: 13589.850473218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078529024, end = 3078623232, flags = 135266419, pgoff = 1302528, inode = 33850 }
-vm_state.vm_map: 13589.850475277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078623232, end = 3078635520, flags = 1048691, pgoff = 3078623232, inode = 0 }
-vm_state.vm_map: 13589.850477607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078635520, end = 3078705152, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 13589.850479547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078705152, end = 3078709248, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 13589.850481612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078709248, end = 3078713344, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 13589.850483664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078713344, end = 3078721536, flags = 1048691, pgoff = 3078713344, inode = 0 }
-vm_state.vm_map: 13589.850485907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078721536, end = 3078819840, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.850487849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078819840, end = 3078823936, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.850489920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078823936, end = 3078828032, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.850491990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078828032, end = 3078836224, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 13589.850494283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078836224, end = 3078840320, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 13589.850496348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078840320, end = 3078844416, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 13589.850498425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078844416, end = 3078848512, flags = 1048691, pgoff = 3078844416, inode = 0 }
-vm_state.vm_map: 13589.850500570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078848512, end = 3078889472, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 13589.850502616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078889472, end = 3078893568, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 13589.850504940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078893568, end = 3078922240, flags = 134217845, pgoff = 0, inode = 499851 }
-vm_state.vm_map: 13589.850506888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3078922240, end = 3078926336, flags = 135266419, pgoff = 28672, inode = 499851 }
-vm_state.vm_map: 13589.850508829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079020544, end = 3079028736, flags = 1048691, pgoff = 3079020544, inode = 0 }
-vm_state.vm_map: 13589.850510776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079028736, end = 3079032832, flags = 67371125, pgoff = 3079028736, inode = 0 }
-vm_state.vm_map: 13589.850512846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079032832, end = 3079147520, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.850514781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079147520, end = 3079151616, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.850516839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079151616, end = 3079155712, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.850525122 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079155712, end = 3079565312, flags = 134223989, pgoff = 0, inode = 18427 }
-vm_state.vm_map: 13589.850527360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079569408, end = 3079573504, flags = 135272561, pgoff = 409600, inode = 18427 }
-vm_state.vm_map: 13589.850529864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079573504, end = 3079577600, flags = 135272563, pgoff = 413696, inode = 18427 }
-vm_state.vm_map: 13589.850531916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3079577600, end = 3079598080, flags = 1048691, pgoff = 3079577600, inode = 0 }
-vm_state.vm_map: 13589.850533968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3089727488, end = 3089862656, flags = 1048691, pgoff = 3089727488, inode = 0 }
-vm_state.vm_map: 13589.850536001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24399, start = 3219390464, end = 3219476480, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.850541348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 19558 }
-vm_state.vm_map: 13589.850543413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 134545408, end = 134549504, flags = 135272563, pgoff = 32768, inode = 19558 }
-vm_state.vm_map: 13589.850545595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 134549504, end = 134553600, flags = 1048691, pgoff = 134549504, inode = 0 }
-vm_state.vm_map: 13589.850547690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 149254144, end = 149389312, flags = 1048691, pgoff = 149254144, inode = 0 }
-vm_state.vm_map: 13589.850549749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3076616192, end = 3076620288, flags = 1048691, pgoff = 3076616192, inode = 0 }
-vm_state.vm_map: 13589.850551974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3076620288, end = 3077935104, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.850554051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3077935104, end = 3077943296, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.850556115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3077943296, end = 3077947392, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.850558174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3077947392, end = 3077959680, flags = 1048691, pgoff = 3077947392, inode = 0 }
-vm_state.vm_map: 13589.850560233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3078053888, end = 3078062080, flags = 1048691, pgoff = 3078053888, inode = 0 }
-vm_state.vm_map: 13589.850562340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3078062080, end = 3078066176, flags = 67371125, pgoff = 3078062080, inode = 0 }
-vm_state.vm_map: 13589.850564800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3078066176, end = 3078180864, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.850566761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3078180864, end = 3078184960, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.850568899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3078184960, end = 3078189056, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.850571198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24464, start = 3218345984, end = 3218432000, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.850576891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 134512640, end = 134832128, flags = 134223989, pgoff = 0, inode = 1327116 }
-vm_state.vm_map: 13589.850578999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 134832128, end = 134840320, flags = 135272563, pgoff = 315392, inode = 1327116 }
-vm_state.vm_map: 13589.850581206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 134840320, end = 134852608, flags = 1048691, pgoff = 134840320, inode = 0 }
-vm_state.vm_map: 13589.850583635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 156643328, end = 157048832, flags = 1048691, pgoff = 156643328, inode = 0 }
-vm_state.vm_map: 13589.850589106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3074084864, end = 3074879488, flags = 134217937, pgoff = 0, inode = 1236999 }
-vm_state.vm_map: 13589.850594594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3074879488, end = 3075248128, flags = 134217937, pgoff = 0, inode = 1131233 }
-vm_state.vm_map: 13589.850597030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075248128, end = 3075883008, flags = 134217937, pgoff = 0, inode = 19219 }
-vm_state.vm_map: 13589.850599342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075883008, end = 3075923968, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 13589.850601444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075923968, end = 3075928064, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 13589.850603743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075928064, end = 3075932160, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 13589.850606036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075932160, end = 3075969024, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 13589.850608002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075969024, end = 3075973120, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 13589.850610104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075973120, end = 3075977216, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 13589.850612372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3075977216, end = 3076055040, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 13589.850614647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076055040, end = 3076059136, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 13589.850616649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076059136, end = 3076063232, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 13589.850618820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076063232, end = 3076071424, flags = 1048691, pgoff = 3076063232, inode = 0 }
-vm_state.vm_map: 13589.850621026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076071424, end = 3076096000, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 13589.850623190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076096000, end = 3076100096, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 13589.850625167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076100096, end = 3076104192, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 13589.850627276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076198400, end = 3076202496, flags = 1048691, pgoff = 3076198400, inode = 0 }
-vm_state.vm_map: 13589.850629860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076202496, end = 3076395008, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.850631899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076395008, end = 3076399104, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.850634075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076399104, end = 3076403200, flags = 1048691, pgoff = 3076399104, inode = 0 }
-vm_state.vm_map: 13589.850636597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076403200, end = 3076431872, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 13589.850638902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076431872, end = 3076435968, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 13589.850640844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076435968, end = 3076440064, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 13589.850642920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3076440064, end = 3077754880, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.850644861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3077754880, end = 3077763072, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.850646808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3077763072, end = 3077767168, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.850648762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3077767168, end = 3077779456, flags = 1048691, pgoff = 3077767168, inode = 0 }
-vm_state.vm_map: 13589.850650907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3077779456, end = 3077926912, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 13589.850652965 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3077926912, end = 3077931008, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 13589.850654925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3077931008, end = 3077935104, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 13589.850657323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3077935104, end = 3078021120, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 13589.850659492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3078021120, end = 3078025216, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 13589.850661440 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3078025216, end = 3078029312, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 13589.850663498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3078029312, end = 3078037504, flags = 1048691, pgoff = 3078029312, inode = 0 }
-vm_state.vm_map: 13589.850665581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3078037504, end = 3078262784, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.850667781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3078262784, end = 3078266880, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.850669865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3078266880, end = 3078270976, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.850679236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3078270976, end = 3079008256, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 13589.850681288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079008256, end = 3079012352, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 13589.850683334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079012352, end = 3079016448, flags = 1048691, pgoff = 3079012352, inode = 0 }
-vm_state.vm_map: 13589.850688385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079016448, end = 3079258112, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 13589.850690443 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079258112, end = 3079262208, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 13589.850693064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079262208, end = 3079376896, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 13589.850695023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079376896, end = 3079380992, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 13589.850697323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079393280, end = 3079409664, flags = 1048691, pgoff = 3079393280, inode = 0 }
-vm_state.vm_map: 13589.850705210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079409664, end = 3079438336, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 13589.850707268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079438336, end = 3079483392, flags = 1048691, pgoff = 3079438336, inode = 0 }
-vm_state.vm_map: 13589.850709327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079483392, end = 3079487488, flags = 67371125, pgoff = 3079483392, inode = 0 }
-vm_state.vm_map: 13589.850711966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079487488, end = 3079602176, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.850714136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079602176, end = 3079606272, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.850716200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3079606272, end = 3079610368, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.850718382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24616, start = 3213799424, end = 3213885440, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.850724298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 134512640, end = 134524928, flags = 134223989, pgoff = 0, inode = 134326 }
-vm_state.vm_map: 13589.850726356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 134524928, end = 134529024, flags = 135272563, pgoff = 8192, inode = 134326 }
-vm_state.vm_map: 13589.850728538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 163594240, end = 163729408, flags = 1048691, pgoff = 163594240, inode = 0 }
-vm_state.vm_map: 13589.850730597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074437120, end = 3074441216, flags = 1048691, pgoff = 3074437120, inode = 0 }
-vm_state.vm_map: 13589.850732791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074441216, end = 3074633728, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.850734918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074633728, end = 3074637824, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.850737173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074637824, end = 3074641920, flags = 1048691, pgoff = 3074637824, inode = 0 }
-vm_state.vm_map: 13589.850739350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074641920, end = 3074883584, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 13589.850741334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074883584, end = 3074887680, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 13589.850743436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074887680, end = 3074916352, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 13589.850745383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074916352, end = 3074920448, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 13589.850747683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074920448, end = 3074924544, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 13589.850749753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3074924544, end = 3076239360, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.850751706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076239360, end = 3076247552, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.850753660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076247552, end = 3076251648, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.850755619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076251648, end = 3076263936, flags = 1048691, pgoff = 3076251648, inode = 0 }
-vm_state.vm_map: 13589.850757689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076263936, end = 3076349952, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 13589.850759636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076349952, end = 3076354048, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 13589.850761584 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076354048, end = 3076358144, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 13589.850763537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076358144, end = 3076366336, flags = 1048691, pgoff = 3076358144, inode = 0 }
-vm_state.vm_map: 13589.850765602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076366336, end = 3076591616, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.850767678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076591616, end = 3076595712, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.850769632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076595712, end = 3076599808, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.850771586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076599808, end = 3076603904, flags = 1048691, pgoff = 3076599808, inode = 0 }
-vm_state.vm_map: 13589.850773656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3076603904, end = 3077341184, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 13589.850775634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077341184, end = 3077345280, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 13589.850777698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077345280, end = 3077459968, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 13589.850779985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077459968, end = 3077464064, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 13589.850782057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077554176, end = 3077566464, flags = 1048691, pgoff = 3077554176, inode = 0 }
-vm_state.vm_map: 13589.850784016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077566464, end = 3077570560, flags = 67371125, pgoff = 3077566464, inode = 0 }
-vm_state.vm_map: 13589.850786210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077570560, end = 3077685248, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.850788157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077685248, end = 3077689344, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.850790111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3077689344, end = 3077693440, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.850792157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24617, start = 3216760832, end = 3216846848, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.850798517 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 134332 }
-vm_state.vm_map: 13589.850800780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 134332 }
-vm_state.vm_map: 13589.850802907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 163999744, end = 164134912, flags = 1048691, pgoff = 163999744, inode = 0 }
-vm_state.vm_map: 13589.850804977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076227072, end = 3076231168, flags = 1048691, pgoff = 3076227072, inode = 0 }
-vm_state.vm_map: 13589.850807227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076231168, end = 3076423680, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.850809409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076423680, end = 3076427776, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.850811598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076427776, end = 3076669440, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 13589.850813860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076669440, end = 3076673536, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 13589.850816400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076673536, end = 3076677632, flags = 1048691, pgoff = 3076673536, inode = 0 }
-vm_state.vm_map: 13589.850818675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076677632, end = 3076706304, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 13589.850820844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076706304, end = 3076710400, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 13589.850822816 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076710400, end = 3076714496, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 13589.850825029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3076714496, end = 3078029312, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.850827125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078029312, end = 3078037504, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.850829195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078037504, end = 3078041600, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.850831143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078041600, end = 3078053888, flags = 1048691, pgoff = 3078041600, inode = 0 }
-vm_state.vm_map: 13589.850833201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078053888, end = 3078791168, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 13589.850835148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078791168, end = 3078795264, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 13589.850837225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078795264, end = 3078881280, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 13589.850839178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078881280, end = 3078885376, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 13589.850841249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078885376, end = 3078889472, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 13589.850843320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078889472, end = 3078897664, flags = 1048691, pgoff = 3078889472, inode = 0 }
-vm_state.vm_map: 13589.850845508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3078897664, end = 3079122944, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.850847597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079122944, end = 3079127040, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.850850033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079127040, end = 3079131136, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.850851987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
-vm_state.vm_map: 13589.850854280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079135232, end = 3079249920, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 13589.850856276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079249920, end = 3079254016, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 13589.850865128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079254016, end = 3079315456, flags = 134217845, pgoff = 0, inode = 22552 }
-vm_state.vm_map: 13589.850867304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079315456, end = 3079319552, flags = 135266419, pgoff = 57344, inode = 22552 }
-vm_state.vm_map: 13589.850869479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079413760, end = 3079421952, flags = 1048691, pgoff = 3079413760, inode = 0 }
-vm_state.vm_map: 13589.850871637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079421952, end = 3079426048, flags = 67371125, pgoff = 3079421952, inode = 0 }
-vm_state.vm_map: 13589.850874110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079426048, end = 3079540736, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.850876260 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079540736, end = 3079544832, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.850878492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3079544832, end = 3079548928, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.850880544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24668, start = 3216773120, end = 3216859136, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.850883413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 134332 }
-vm_state.vm_map: 13589.850885594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 134332 }
-vm_state.vm_map: 13589.850888116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 161239040, end = 161374208, flags = 1048691, pgoff = 161239040, inode = 0 }
-vm_state.vm_map: 13589.850890187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3074994176, end = 3074998272, flags = 1048691, pgoff = 3074994176, inode = 0 }
-vm_state.vm_map: 13589.850892320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3074998272, end = 3075190784, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.850894316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075190784, end = 3075194880, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.850896820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075194880, end = 3075436544, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 13589.850898878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075436544, end = 3075440640, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 13589.850901060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075440640, end = 3075444736, flags = 1048691, pgoff = 3075440640, inode = 0 }
-vm_state.vm_map: 13589.850903372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075444736, end = 3075473408, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 13589.850905467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075473408, end = 3075477504, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 13589.850907421 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075477504, end = 3075481600, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 13589.850909596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3075481600, end = 3076796416, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.850911654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3076796416, end = 3076804608, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.850913726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3076804608, end = 3076808704, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.850915796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3076808704, end = 3076820992, flags = 1048691, pgoff = 3076808704, inode = 0 }
-vm_state.vm_map: 13589.850917873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3076820992, end = 3077558272, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 13589.850919962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077558272, end = 3077562368, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 13589.850922379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077562368, end = 3077648384, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 13589.850924475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077648384, end = 3077652480, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 13589.850926682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077652480, end = 3077656576, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 13589.850928660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077656576, end = 3077664768, flags = 1048691, pgoff = 3077656576, inode = 0 }
-vm_state.vm_map: 13589.850930781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077664768, end = 3077890048, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.850932752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077890048, end = 3077894144, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.850934823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077894144, end = 3077898240, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.850936912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077898240, end = 3077902336, flags = 1048691, pgoff = 3077898240, inode = 0 }
-vm_state.vm_map: 13589.850938989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3077902336, end = 3078017024, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 13589.850940943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078017024, end = 3078021120, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 13589.850943019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078021120, end = 3078082560, flags = 134217845, pgoff = 0, inode = 22552 }
-vm_state.vm_map: 13589.850944966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078082560, end = 3078086656, flags = 135266419, pgoff = 57344, inode = 22552 }
-vm_state.vm_map: 13589.850946920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078180864, end = 3078189056, flags = 1048691, pgoff = 3078180864, inode = 0 }
-vm_state.vm_map: 13589.850948873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078189056, end = 3078193152, flags = 67371125, pgoff = 3078189056, inode = 0 }
-vm_state.vm_map: 13589.850951067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078193152, end = 3078307840, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.850953114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078307840, end = 3078311936, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.850955530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3078311936, end = 3078316032, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.850957527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24670, start = 3219943424, end = 3220029440, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.850963665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 134512640, end = 134524928, flags = 134223989, pgoff = 0, inode = 134268 }
-vm_state.vm_map: 13589.850965692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 134524928, end = 134529024, flags = 135272563, pgoff = 8192, inode = 134268 }
-vm_state.vm_map: 13589.850967905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 149143552, end = 149278720, flags = 1048691, pgoff = 149143552, inode = 0 }
-vm_state.vm_map: 13589.850970334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076395008, end = 3076435968, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 13589.850972677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076435968, end = 3076440064, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 13589.850975199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076440064, end = 3076444160, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 13589.850977406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076444160, end = 3076481024, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 13589.850979390 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076481024, end = 3076485120, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 13589.850981683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076485120, end = 3076489216, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 13589.850984138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076489216, end = 3076567040, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 13589.850986196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076567040, end = 3076571136, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 13589.850988199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076571136, end = 3076575232, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 13589.850990337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076575232, end = 3076583424, flags = 1048691, pgoff = 3076575232, inode = 0 }
-vm_state.vm_map: 13589.850992902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076583424, end = 3076608000, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 13589.850994869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076608000, end = 3076612096, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 13589.850997069 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076612096, end = 3076616192, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 13589.850999263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076616192, end = 3076624384, flags = 1048691, pgoff = 3076616192, inode = 0 }
-vm_state.vm_map: 13589.851001494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076624384, end = 3076816896, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.851003435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076816896, end = 3076820992, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.851005507 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076820992, end = 3076849664, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 13589.851007466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076849664, end = 3076853760, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 13589.851009543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076853760, end = 3076857856, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 13589.851011607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3076857856, end = 3078172672, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.851013561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3078172672, end = 3078180864, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.851015619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3078180864, end = 3078184960, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.851017572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3078184960, end = 3078197248, flags = 1048691, pgoff = 3078184960, inode = 0 }
-vm_state.vm_map: 13589.851019637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3078197248, end = 3078258688, flags = 134217845, pgoff = 0, inode = 22552 }
-vm_state.vm_map: 13589.851021670 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3078258688, end = 3078262784, flags = 135266419, pgoff = 57344, inode = 22552 }
-vm_state.vm_map: 13589.851023864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3078262784, end = 3079000064, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 13589.851026245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079000064, end = 3079004160, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 13589.851028254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079004160, end = 3079008256, flags = 1048691, pgoff = 3079004160, inode = 0 }
-vm_state.vm_map: 13589.851030355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079008256, end = 3079094272, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 13589.851032302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079094272, end = 3079098368, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 13589.851034255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079098368, end = 3079102464, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 13589.851036203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079102464, end = 3079110656, flags = 1048691, pgoff = 3079102464, inode = 0 }
-vm_state.vm_map: 13589.851038410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079110656, end = 3079335936, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.851040350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079335936, end = 3079340032, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.851042304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079340032, end = 3079344128, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.851044374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079434240, end = 3079446528, flags = 1048691, pgoff = 3079434240, inode = 0 }
-vm_state.vm_map: 13589.851046328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079446528, end = 3079450624, flags = 67371125, pgoff = 3079446528, inode = 0 }
-vm_state.vm_map: 13589.851048405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079450624, end = 3079565312, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.851050469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079565312, end = 3079569408, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.851052423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3079569408, end = 3079573504, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.851054488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24672, start = 3217379328, end = 3217465344, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.851060545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 134324 }
-vm_state.vm_map: 13589.851062714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 134324 }
-vm_state.vm_map: 13589.851064766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 157446144, end = 157581312, flags = 1048691, pgoff = 157446144, inode = 0 }
-vm_state.vm_map: 13589.851066943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3075760128, end = 3075764224, flags = 1048691, pgoff = 3075760128, inode = 0 }
-vm_state.vm_map: 13589.851069248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3075764224, end = 3075956736, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.851071294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3075956736, end = 3075960832, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.851073502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3075960832, end = 3076202496, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 13589.851075540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3076202496, end = 3076206592, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 13589.851077587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3076206592, end = 3076210688, flags = 1048691, pgoff = 3076206592, inode = 0 }
-vm_state.vm_map: 13589.851079862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3076210688, end = 3076239360, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 13589.851082056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3076239360, end = 3076243456, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 13589.851084103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3076243456, end = 3076247552, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 13589.851086284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3076247552, end = 3077562368, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.851088460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3077562368, end = 3077570560, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.851090512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3077570560, end = 3077574656, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.851092558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3077574656, end = 3077586944, flags = 1048691, pgoff = 3077574656, inode = 0 }
-vm_state.vm_map: 13589.851095087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3077586944, end = 3078324224, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 13589.851097158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078324224, end = 3078328320, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 13589.851099587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078328320, end = 3078414336, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 13589.851101669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078414336, end = 3078418432, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 13589.851122247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078418432, end = 3078422528, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 13589.851124478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078422528, end = 3078430720, flags = 1048691, pgoff = 3078422528, inode = 0 }
-vm_state.vm_map: 13589.851126802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078430720, end = 3078656000, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.851129084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078656000, end = 3078660096, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.851131136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078660096, end = 3078664192, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.851133275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078664192, end = 3078668288, flags = 1048691, pgoff = 3078664192, inode = 0 }
-vm_state.vm_map: 13589.851135747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078668288, end = 3078782976, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 13589.851137750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078782976, end = 3078787072, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 13589.851140093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078787072, end = 3078848512, flags = 134217845, pgoff = 0, inode = 22552 }
-vm_state.vm_map: 13589.851142225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078848512, end = 3078852608, flags = 135266419, pgoff = 57344, inode = 22552 }
-vm_state.vm_map: 13589.851144518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078946816, end = 3078955008, flags = 1048691, pgoff = 3078946816, inode = 0 }
-vm_state.vm_map: 13589.851146522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078955008, end = 3078959104, flags = 67371125, pgoff = 3078955008, inode = 0 }
-vm_state.vm_map: 13589.851149384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3078959104, end = 3079073792, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.851151423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3079073792, end = 3079077888, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.851153587 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3079077888, end = 3079081984, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.851155609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 24682, start = 3219673088, end = 3219759104, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.851162920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 134512640, end = 137146368, flags = 134223989, pgoff = 0, inode = 20802 }
-vm_state.vm_map: 13589.851165066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 137150464, end = 137170944, flags = 135272561, pgoff = 2633728, inode = 20802 }
-vm_state.vm_map: 13589.851167241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 137170944, end = 137191424, flags = 135272563, pgoff = 2654208, inode = 20802 }
-vm_state.vm_map: 13589.851169251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 137191424, end = 137195520, flags = 1048691, pgoff = 137191424, inode = 0 }
-vm_state.vm_map: 13589.851171562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 143040512, end = 143486976, flags = 1048691, pgoff = 143040512, inode = 0 }
-vm_state.vm_map: 13589.851174102 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3072049152, end = 3072139264, flags = 134217979, pgoff = 0, inode = 1204276 }
-vm_state.vm_map: 13589.851179777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3072139264, end = 3072204800, flags = 134217937, pgoff = 0, inode = 156491 }
-vm_state.vm_map: 13589.851187702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3072204800, end = 3073536000, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 13589.851193104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3073536000, end = 3073667072, flags = 134217937, pgoff = 0, inode = 156496 }
-vm_state.vm_map: 13589.851198118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3073667072, end = 3073798144, flags = 134217937, pgoff = 0, inode = 156489 }
-vm_state.vm_map: 13589.851200306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3073798144, end = 3073806336, flags = 1048691, pgoff = 3073798144, inode = 0 }
-vm_state.vm_map: 13589.851202722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3073806336, end = 3073818624, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 13589.851204873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3073818624, end = 3073822720, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 13589.851207050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3073822720, end = 3074285568, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 13589.851209089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3074285568, end = 3074297856, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 13589.851211271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3074297856, end = 3074359296, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 13589.851213441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3074359296, end = 3074363392, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 13589.851215851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3074363392, end = 3074969600, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 13589.851218021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3074969600, end = 3074985984, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 13589.851220129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3074985984, end = 3074990080, flags = 1048691, pgoff = 3074985984, inode = 0 }
-vm_state.vm_map: 13589.851229272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3074990080, end = 3075080192, flags = 134217845, pgoff = 0, inode = 18560 }
-vm_state.vm_map: 13589.851231441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075080192, end = 3075084288, flags = 135266419, pgoff = 86016, inode = 18560 }
-vm_state.vm_map: 13589.851233617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075084288, end = 3075170304, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 13589.851235712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075170304, end = 3075174400, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 13589.851238012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075174400, end = 3075178496, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 13589.851240095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075178496, end = 3075186688, flags = 1048691, pgoff = 3075178496, inode = 0 }
-vm_state.vm_map: 13589.851242530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075186688, end = 3075194880, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 13589.851244626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075194880, end = 3075198976, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 13589.851247185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075198976, end = 3075223552, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 13589.851249206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075223552, end = 3075227648, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 13589.851251691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075227648, end = 3075244032, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.851253873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075244032, end = 3075248128, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.851256203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3075248128, end = 3076562944, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.851258373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076562944, end = 3076571136, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.851260450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076571136, end = 3076575232, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.851262725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076575232, end = 3076591616, flags = 1048691, pgoff = 3076575232, inode = 0 }
-vm_state.vm_map: 13589.851265413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076591616, end = 3076669440, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 13589.851267459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076669440, end = 3076673536, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 13589.851269753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076673536, end = 3076722688, flags = 134217845, pgoff = 0, inode = 19447 }
-vm_state.vm_map: 13589.851271935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076722688, end = 3076726784, flags = 135266419, pgoff = 49152, inode = 19447 }
-vm_state.vm_map: 13589.851274339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076726784, end = 3076993024, flags = 134217845, pgoff = 0, inode = 19433 }
-vm_state.vm_map: 13589.851276391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3076993024, end = 3077001216, flags = 135266419, pgoff = 262144, inode = 19433 }
-vm_state.vm_map: 13589.851278370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077001216, end = 3077005312, flags = 1048691, pgoff = 3077001216, inode = 0 }
-vm_state.vm_map: 13589.851280682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077005312, end = 3077013504, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 13589.851282746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077013504, end = 3077017600, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 13589.851285052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077017600, end = 3077177344, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 13589.851287111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077177344, end = 3077181440, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 13589.851289317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077181440, end = 3077185536, flags = 1048691, pgoff = 3077181440, inode = 0 }
-vm_state.vm_map: 13589.851291444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077185536, end = 3077844992, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 13589.851293743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077844992, end = 3077869568, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 13589.851295943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3077869568, end = 3078033408, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 13589.851297989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078033408, end = 3078037504, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 13589.851300858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078037504, end = 3078074368, flags = 134217845, pgoff = 0, inode = 499726 }
-vm_state.vm_map: 13589.851302910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078074368, end = 3078078464, flags = 135266419, pgoff = 32768, inode = 499726 }
-vm_state.vm_map: 13589.851310278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078078464, end = 3078111232, flags = 134217845, pgoff = 0, inode = 20850 }
-vm_state.vm_map: 13589.851312330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078111232, end = 3078115328, flags = 135266419, pgoff = 28672, inode = 20850 }
-vm_state.vm_map: 13589.851314444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078115328, end = 3078123520, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 13589.851316410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078123520, end = 3078127616, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 13589.851318591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078127616, end = 3078131712, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 13589.851320854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078131712, end = 3078209536, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 13589.851322931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078209536, end = 3078213632, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 13589.851325101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078213632, end = 3078217728, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 13589.851327276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078217728, end = 3078230016, flags = 1048691, pgoff = 3078217728, inode = 0 }
-vm_state.vm_map: 13589.851329762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078230016, end = 3078299648, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 13589.851331814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078299648, end = 3078303744, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 13589.851333909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078303744, end = 3078307840, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 13589.851336524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078307840, end = 3078316032, flags = 1048691, pgoff = 3078307840, inode = 0 }
-vm_state.vm_map: 13589.851339133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078316032, end = 3078328320, flags = 134217845, pgoff = 0, inode = 499779 }
-vm_state.vm_map: 13589.851341105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078328320, end = 3078332416, flags = 135266419, pgoff = 8192, inode = 499779 }
-vm_state.vm_map: 13589.851343521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078361088, end = 3078365184, flags = 134217979, pgoff = 0, inode = 1204274 }
-vm_state.vm_map: 13589.851348479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078365184, end = 3078373376, flags = 134217845, pgoff = 0, inode = 1450400 }
-vm_state.vm_map: 13589.851350655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078373376, end = 3078377472, flags = 135266417, pgoff = 4096, inode = 1450400 }
-vm_state.vm_map: 13589.851352892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078377472, end = 3078381568, flags = 135266419, pgoff = 8192, inode = 1450400 }
-vm_state.vm_map: 13589.851358202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078381568, end = 3078389760, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 13589.851360254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078389760, end = 3078393856, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 13589.851362288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078393856, end = 3078397952, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 13589.851364495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078397952, end = 3078426624, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 13589.851366665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078426624, end = 3078434816, flags = 1048691, pgoff = 3078426624, inode = 0 }
-vm_state.vm_map: 13589.851368643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078434816, end = 3078438912, flags = 67371125, pgoff = 3078434816, inode = 0 }
-vm_state.vm_map: 13589.851370942 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078438912, end = 3078553600, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.851373285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078553600, end = 3078557696, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.851375466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3078557696, end = 3078561792, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.851377654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25001, start = 3217707008, end = 3217793024, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.851385721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 134512640, end = 142159872, flags = 134223989, pgoff = 0, inode = 20798 }
-vm_state.vm_map: 13589.851387891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 142159872, end = 142204928, flags = 135272561, pgoff = 7643136, inode = 20798 }
-vm_state.vm_map: 13589.851389936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 142204928, end = 142237696, flags = 135272563, pgoff = 7688192, inode = 20798 }
-vm_state.vm_map: 13589.851392057 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 142237696, end = 142241792, flags = 1048691, pgoff = 142237696, inode = 0 }
-vm_state.vm_map: 13589.851394159 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 146509824, end = 147070976, flags = 1048691, pgoff = 146509824, inode = 0 }
-vm_state.vm_map: 13589.851399426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070267392, end = 3070345216, flags = 134217979, pgoff = 0, inode = 1206047 }
-vm_state.vm_map: 13589.851401756 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070345216, end = 3070386176, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 13589.851403950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070386176, end = 3070390272, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 13589.851406101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070390272, end = 3070394368, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 13589.851408593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070394368, end = 3070431232, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 13589.851410979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070431232, end = 3070435328, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 13589.851413037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070435328, end = 3070439424, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 13589.851415213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070439424, end = 3070464000, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 13589.851417487 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070464000, end = 3070468096, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 13589.851419658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070468096, end = 3070472192, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 13589.851422198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070513152, end = 3070529536, flags = 134217979, pgoff = 0, inode = 1206050 }
-vm_state.vm_map: 13589.851424528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070529536, end = 3070566400, flags = 134217979, pgoff = 0, inode = 1206049 }
-vm_state.vm_map: 13589.851429380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070599168, end = 3070603264, flags = 134217979, pgoff = 0, inode = 1206071 }
-vm_state.vm_map: 13589.851431790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070603264, end = 3070611456, flags = 134217979, pgoff = 0, inode = 1206070 }
-vm_state.vm_map: 13589.851434183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070611456, end = 3070619648, flags = 134217979, pgoff = 0, inode = 1206069 }
-vm_state.vm_map: 13589.851436495 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070619648, end = 3070660608, flags = 134217979, pgoff = 0, inode = 1204285 }
-vm_state.vm_map: 13589.851439146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070660608, end = 3070701568, flags = 134217979, pgoff = 0, inode = 1204281 }
-vm_state.vm_map: 13589.851441372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070701568, end = 3070791680, flags = 134217979, pgoff = 0, inode = 1204276 }
-vm_state.vm_map: 13589.851443900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070791680, end = 3070816256, flags = 134217979, pgoff = 0, inode = 1206046 }
-vm_state.vm_map: 13589.851446101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070820352, end = 3070885888, flags = 134217937, pgoff = 0, inode = 156491 }
-vm_state.vm_map: 13589.851449006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3070885888, end = 3072217088, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 13589.851451385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072217088, end = 3072348160, flags = 134217937, pgoff = 0, inode = 156496 }
-vm_state.vm_map: 13589.851453828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072348160, end = 3072479232, flags = 134217937, pgoff = 0, inode = 156489 }
-vm_state.vm_map: 13589.851455904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072479232, end = 3072491520, flags = 1048691, pgoff = 3072479232, inode = 0 }
-vm_state.vm_map: 13589.851458099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072491520, end = 3072503808, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 13589.851460269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072503808, end = 3072507904, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 13589.851462568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072507904, end = 3072536576, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 13589.851464626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072536576, end = 3072540672, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 13589.851466672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072540672, end = 3072544768, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 13589.851468860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072544768, end = 3072770048, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.851470906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072770048, end = 3072774144, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.851472953 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072774144, end = 3072778240, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.851475135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072778240, end = 3072782336, flags = 1048691, pgoff = 3072778240, inode = 0 }
-vm_state.vm_map: 13589.851477317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3072782336, end = 3073245184, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 13589.851479376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073245184, end = 3073257472, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 13589.851481471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073257472, end = 3073318912, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 13589.851483770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073318912, end = 3073323008, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 13589.851486094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073323008, end = 3073384448, flags = 134217845, pgoff = 0, inode = 21268 }
-vm_state.vm_map: 13589.851488103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073384448, end = 3073388544, flags = 135266419, pgoff = 57344, inode = 21268 }
-vm_state.vm_map: 13589.851490408 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073388544, end = 3073429504, flags = 134217845, pgoff = 0, inode = 22434 }
-vm_state.vm_map: 13589.851492474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073429504, end = 3073433600, flags = 135266419, pgoff = 40960, inode = 22434 }
-vm_state.vm_map: 13589.851494569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073433600, end = 3073441792, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 13589.851496516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073441792, end = 3073445888, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 13589.851498599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073445888, end = 3073449984, flags = 1048691, pgoff = 3073445888, inode = 0 }
-vm_state.vm_map: 13589.851500676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073449984, end = 3073474560, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 13589.851502630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073474560, end = 3073478656, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 13589.851504879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073478656, end = 3073568768, flags = 134217845, pgoff = 0, inode = 18560 }
-vm_state.vm_map: 13589.851506833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073568768, end = 3073572864, flags = 135266419, pgoff = 86016, inode = 18560 }
-vm_state.vm_map: 13589.851509076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3073572864, end = 3074887680, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.851511148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074887680, end = 3074895872, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.851513231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074895872, end = 3074899968, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.851515227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074899968, end = 3074912256, flags = 1048691, pgoff = 3074899968, inode = 0 }
-vm_state.vm_map: 13589.851520462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074912256, end = 3074949120, flags = 134217845, pgoff = 0, inode = 20852 }
-vm_state.vm_map: 13589.851522410 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074949120, end = 3074953216, flags = 135266417, pgoff = 36864, inode = 20852 }
-vm_state.vm_map: 13589.851524610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074953216, end = 3074957312, flags = 135266419, pgoff = 40960, inode = 20852 }
-vm_state.vm_map: 13589.851526582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074957312, end = 3074961408, flags = 1048691, pgoff = 3074957312, inode = 0 }
-vm_state.vm_map: 13589.851528653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074961408, end = 3074994176, flags = 134217845, pgoff = 0, inode = 20850 }
-vm_state.vm_map: 13589.851530606 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074994176, end = 3074998272, flags = 135266419, pgoff = 28672, inode = 20850 }
-vm_state.vm_map: 13589.851532676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3074998272, end = 3075035136, flags = 134217845, pgoff = 0, inode = 499726 }
-vm_state.vm_map: 13589.851534742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075035136, end = 3075039232, flags = 135266419, pgoff = 32768, inode = 499726 }
-vm_state.vm_map: 13589.851536689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075039232, end = 3075043328, flags = 1048691, pgoff = 3075039232, inode = 0 }
-vm_state.vm_map: 13589.851538759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075043328, end = 3075051520, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 13589.851540706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075051520, end = 3075055616, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 13589.851542764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075055616, end = 3075059712, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 13589.851544848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075059712, end = 3075137536, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 13589.851546801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075137536, end = 3075141632, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 13589.851548742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075141632, end = 3075145728, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 13589.851551035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075145728, end = 3075153920, flags = 1048691, pgoff = 3075145728, inode = 0 }
-vm_state.vm_map: 13589.851553447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075153920, end = 3075223552, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 13589.851555622 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075223552, end = 3075227648, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 13589.851557687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075227648, end = 3075231744, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 13589.851559764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075231744, end = 3075239936, flags = 1048691, pgoff = 3075231744, inode = 0 }
-vm_state.vm_map: 13589.851561977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075239936, end = 3075252224, flags = 134217845, pgoff = 0, inode = 499779 }
-vm_state.vm_map: 13589.851564041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075252224, end = 3075256320, flags = 135266419, pgoff = 8192, inode = 499779 }
-vm_state.vm_map: 13589.851566273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075256320, end = 3075272704, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.851568220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075272704, end = 3075276800, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.851570333 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075276800, end = 3075280896, flags = 1048691, pgoff = 3075276800, inode = 0 }
-vm_state.vm_map: 13589.851572980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075280896, end = 3075305472, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.851575050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075305472, end = 3075309568, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.851577275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075309568, end = 3075350528, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 13589.851579272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075350528, end = 3075354624, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 13589.851581516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075354624, end = 3075391488, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 13589.851583462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075391488, end = 3075395584, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 13589.851585762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075395584, end = 3075399680, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 13589.851587722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075399680, end = 3075559424, flags = 1048691, pgoff = 3075399680, inode = 0 }
-vm_state.vm_map: 13589.851589805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075559424, end = 3075706880, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 13589.851591980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075706880, end = 3075710976, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 13589.851593947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075710976, end = 3075715072, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 13589.851596160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075715072, end = 3075801088, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 13589.851598224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075801088, end = 3075805184, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 13589.851600177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075805184, end = 3075809280, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 13589.851602142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075809280, end = 3075817472, flags = 1048691, pgoff = 3075809280, inode = 0 }
-vm_state.vm_map: 13589.851604270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075817472, end = 3075895296, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 13589.851606223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075895296, end = 3075899392, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 13589.851608188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075899392, end = 3075903488, flags = 1048691, pgoff = 3075899392, inode = 0 }
-vm_state.vm_map: 13589.851610389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3075903488, end = 3076509696, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 13589.851612454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076509696, end = 3076526080, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 13589.851617714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076526080, end = 3076792320, flags = 134217845, pgoff = 0, inode = 19427 }
-vm_state.vm_map: 13589.851620174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076792320, end = 3076804608, flags = 135266417, pgoff = 266240, inode = 19427 }
-vm_state.vm_map: 13589.851622133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076804608, end = 3076808704, flags = 135266419, pgoff = 278528, inode = 19427 }
-vm_state.vm_map: 13589.851624248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076808704, end = 3076816896, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 13589.851626331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076816896, end = 3076820992, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 13589.851628500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076820992, end = 3076980736, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 13589.851630577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076980736, end = 3076984832, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 13589.851632686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3076984832, end = 3077644288, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 13589.851634781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3077644288, end = 3077668864, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 13589.851636901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3077668864, end = 3077832704, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 13589.851639083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3077832704, end = 3077836800, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 13589.851641141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3077836800, end = 3077840896, flags = 1048691, pgoff = 3077836800, inode = 0 }
-vm_state.vm_map: 13589.851643385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3077840896, end = 3077890048, flags = 134217845, pgoff = 0, inode = 19447 }
-vm_state.vm_map: 13589.851645462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3077890048, end = 3077894144, flags = 135266419, pgoff = 49152, inode = 19447 }
-vm_state.vm_map: 13589.851647792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3077894144, end = 3078160384, flags = 134217845, pgoff = 0, inode = 19433 }
-vm_state.vm_map: 13589.851649838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078160384, end = 3078168576, flags = 135266419, pgoff = 262144, inode = 19433 }
-vm_state.vm_map: 13589.851651891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078168576, end = 3078172672, flags = 1048691, pgoff = 3078168576, inode = 0 }
-vm_state.vm_map: 13589.851654549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078193152, end = 3078197248, flags = 134217979, pgoff = 0, inode = 1204461 }
-vm_state.vm_map: 13589.851657120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078197248, end = 3078201344, flags = 134217979, pgoff = 0, inode = 1204278 }
-vm_state.vm_map: 13589.851659283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078201344, end = 3078205440, flags = 134217979, pgoff = 0, inode = 1204274 }
-vm_state.vm_map: 13589.851661392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078205440, end = 3078213632, flags = 134217845, pgoff = 0, inode = 1450400 }
-vm_state.vm_map: 13589.851663561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078213632, end = 3078217728, flags = 135266417, pgoff = 4096, inode = 1450400 }
-vm_state.vm_map: 13589.851665552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078217728, end = 3078221824, flags = 135266419, pgoff = 8192, inode = 1450400 }
-vm_state.vm_map: 13589.851667783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078221824, end = 3078230016, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 13589.851669829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078230016, end = 3078234112, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 13589.851671874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078234112, end = 3078238208, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 13589.851674051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078238208, end = 3078266880, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 13589.851676103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078266880, end = 3078275072, flags = 1048691, pgoff = 3078266880, inode = 0 }
-vm_state.vm_map: 13589.851678093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078275072, end = 3078279168, flags = 67371125, pgoff = 3078275072, inode = 0 }
-vm_state.vm_map: 13589.851680343 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078279168, end = 3078393856, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.851682383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078393856, end = 3078397952, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.851684435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3078397952, end = 3078402048, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.851686420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25010, start = 3220881408, end = 3220967424, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.851689454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 134512640, end = 142159872, flags = 134223989, pgoff = 0, inode = 20798 }
-vm_state.vm_map: 13589.851691618 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 142159872, end = 142204928, flags = 135272561, pgoff = 7643136, inode = 20798 }
-vm_state.vm_map: 13589.851693739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 142204928, end = 142237696, flags = 135272563, pgoff = 7688192, inode = 20798 }
-vm_state.vm_map: 13589.851695927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 142237696, end = 142241792, flags = 1048691, pgoff = 142237696, inode = 0 }
-vm_state.vm_map: 13589.851698096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 146509824, end = 147070976, flags = 1048691, pgoff = 146509824, inode = 0 }
-vm_state.vm_map: 13589.851700191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070267392, end = 3070345216, flags = 134217979, pgoff = 0, inode = 1206047 }
-vm_state.vm_map: 13589.851702175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070345216, end = 3070386176, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 13589.851704241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070386176, end = 3070390272, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 13589.851706194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070390272, end = 3070394368, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 13589.851708289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070394368, end = 3070431232, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 13589.851710236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070431232, end = 3070435328, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 13589.851712294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070435328, end = 3070439424, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 13589.851714278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070439424, end = 3070464000, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 13589.851716232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070464000, end = 3070468096, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 13589.851718186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070468096, end = 3070472192, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 13589.851720170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070513152, end = 3070529536, flags = 134217979, pgoff = 0, inode = 1206050 }
-vm_state.vm_map: 13589.851722513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070529536, end = 3070566400, flags = 134217979, pgoff = 0, inode = 1206049 }
-vm_state.vm_map: 13589.851724485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070599168, end = 3070603264, flags = 134217979, pgoff = 0, inode = 1206071 }
-vm_state.vm_map: 13589.851726574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070603264, end = 3070611456, flags = 134217979, pgoff = 0, inode = 1206070 }
-vm_state.vm_map: 13589.851728546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070611456, end = 3070619648, flags = 134217979, pgoff = 0, inode = 1206069 }
-vm_state.vm_map: 13589.851730523 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070619648, end = 3070660608, flags = 134217979, pgoff = 0, inode = 1204285 }
-vm_state.vm_map: 13589.851732508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070660608, end = 3070701568, flags = 134217979, pgoff = 0, inode = 1204281 }
-vm_state.vm_map: 13589.851734528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070701568, end = 3070791680, flags = 134217979, pgoff = 0, inode = 1204276 }
-vm_state.vm_map: 13589.851736538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070791680, end = 3070816256, flags = 134217979, pgoff = 0, inode = 1206046 }
-vm_state.vm_map: 13589.851738566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070820352, end = 3070885888, flags = 134217937, pgoff = 0, inode = 156491 }
-vm_state.vm_map: 13589.851740580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3070885888, end = 3072217088, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 13589.851742689 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072217088, end = 3072348160, flags = 134217937, pgoff = 0, inode = 156496 }
-vm_state.vm_map: 13589.851744741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072348160, end = 3072479232, flags = 134217937, pgoff = 0, inode = 156489 }
-vm_state.vm_map: 13589.851746693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072479232, end = 3072491520, flags = 1048691, pgoff = 3072479232, inode = 0 }
-vm_state.vm_map: 13589.851748666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072491520, end = 3072503808, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 13589.851750619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072503808, end = 3072507904, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 13589.851752683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072507904, end = 3072536576, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 13589.851754984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072536576, end = 3072540672, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 13589.851756937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072540672, end = 3072544768, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 13589.851758908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072544768, end = 3072770048, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.851760985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072770048, end = 3072774144, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.851762938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072774144, end = 3072778240, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.851765040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072778240, end = 3072782336, flags = 1048691, pgoff = 3072778240, inode = 0 }
-vm_state.vm_map: 13589.851767062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3072782336, end = 3073245184, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 13589.851769176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073245184, end = 3073257472, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 13589.851771258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073257472, end = 3073318912, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 13589.851773212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073318912, end = 3073323008, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 13589.851775184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073323008, end = 3073384448, flags = 134217845, pgoff = 0, inode = 21268 }
-vm_state.vm_map: 13589.851777249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073384448, end = 3073388544, flags = 135266419, pgoff = 57344, inode = 21268 }
-vm_state.vm_map: 13589.851779220 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073388544, end = 3073429504, flags = 134217845, pgoff = 0, inode = 22434 }
-vm_state.vm_map: 13589.851781223 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073429504, end = 3073433600, flags = 135266419, pgoff = 40960, inode = 22434 }
-vm_state.vm_map: 13589.851783380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073433600, end = 3073441792, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 13589.851785334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073441792, end = 3073445888, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 13589.851787627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073445888, end = 3073449984, flags = 1048691, pgoff = 3073445888, inode = 0 }
-vm_state.vm_map: 13589.851789593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073449984, end = 3073474560, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 13589.851791706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073474560, end = 3073478656, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 13589.851793814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073478656, end = 3073568768, flags = 134217845, pgoff = 0, inode = 18560 }
-vm_state.vm_map: 13589.851795879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073568768, end = 3073572864, flags = 135266419, pgoff = 86016, inode = 18560 }
-vm_state.vm_map: 13589.851797968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3073572864, end = 3074887680, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.851800014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074887680, end = 3074895872, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.851802079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074895872, end = 3074899968, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.851804119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074899968, end = 3074912256, flags = 1048691, pgoff = 3074899968, inode = 0 }
-vm_state.vm_map: 13589.851806238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074912256, end = 3074949120, flags = 134217845, pgoff = 0, inode = 20852 }
-vm_state.vm_map: 13589.851808310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074949120, end = 3074953216, flags = 135266417, pgoff = 36864, inode = 20852 }
-vm_state.vm_map: 13589.851810380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074953216, end = 3074957312, flags = 135266419, pgoff = 40960, inode = 20852 }
-vm_state.vm_map: 13589.851812334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074957312, end = 3074961408, flags = 1048691, pgoff = 3074957312, inode = 0 }
-vm_state.vm_map: 13589.851814404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074961408, end = 3074994176, flags = 134217845, pgoff = 0, inode = 20850 }
-vm_state.vm_map: 13589.851816352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074994176, end = 3074998272, flags = 135266419, pgoff = 28672, inode = 20850 }
-vm_state.vm_map: 13589.851818317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3074998272, end = 3075035136, flags = 134217845, pgoff = 0, inode = 499726 }
-vm_state.vm_map: 13589.851820716 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075035136, end = 3075039232, flags = 135266419, pgoff = 32768, inode = 499726 }
-vm_state.vm_map: 13589.851822681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075039232, end = 3075043328, flags = 1048691, pgoff = 3075039232, inode = 0 }
-vm_state.vm_map: 13589.851824648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075043328, end = 3075051520, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 13589.851826601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075051520, end = 3075055616, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 13589.851828548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075055616, end = 3075059712, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 13589.851830525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075059712, end = 3075137536, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 13589.851832528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075137536, end = 3075141632, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 13589.851834531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075141632, end = 3075145728, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 13589.851836478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075145728, end = 3075153920, flags = 1048691, pgoff = 3075145728, inode = 0 }
-vm_state.vm_map: 13589.851838574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075153920, end = 3075223552, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 13589.851840576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075223552, end = 3075227648, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 13589.851842690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075227648, end = 3075231744, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 13589.851844644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075231744, end = 3075239936, flags = 1048691, pgoff = 3075231744, inode = 0 }
-vm_state.vm_map: 13589.851846622 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075239936, end = 3075252224, flags = 134217845, pgoff = 0, inode = 499779 }
-vm_state.vm_map: 13589.851848668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075252224, end = 3075256320, flags = 135266419, pgoff = 8192, inode = 499779 }
-vm_state.vm_map: 13589.851850621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075256320, end = 3075272704, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 13589.851853019 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075272704, end = 3075276800, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 13589.851855121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075276800, end = 3075280896, flags = 1048691, pgoff = 3075276800, inode = 0 }
-vm_state.vm_map: 13589.851857130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075280896, end = 3075305472, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 13589.851859077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075305472, end = 3075309568, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 13589.851861185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075309568, end = 3075350528, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 13589.851863150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075350528, end = 3075354624, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 13589.851865116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075354624, end = 3075391488, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 13589.851867070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075391488, end = 3075395584, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 13589.851869011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075395584, end = 3075399680, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 13589.851870964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075399680, end = 3075559424, flags = 1048691, pgoff = 3075399680, inode = 0 }
-vm_state.vm_map: 13589.851872936 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075559424, end = 3075706880, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 13589.851874901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075706880, end = 3075710976, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 13589.851876848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075710976, end = 3075715072, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 13589.851879006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075715072, end = 3075801088, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 13589.851881058 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075801088, end = 3075805184, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 13589.851883005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075805184, end = 3075809280, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 13589.851885298 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075809280, end = 3075817472, flags = 1048691, pgoff = 3075809280, inode = 0 }
-vm_state.vm_map: 13589.851887270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075817472, end = 3075895296, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 13589.851889230 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075895296, end = 3075899392, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 13589.851891301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075899392, end = 3075903488, flags = 1048691, pgoff = 3075899392, inode = 0 }
-vm_state.vm_map: 13589.851893272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3075903488, end = 3076509696, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 13589.851895374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076509696, end = 3076526080, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 13589.851897352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076526080, end = 3076792320, flags = 134217845, pgoff = 0, inode = 19427 }
-vm_state.vm_map: 13589.851899417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076792320, end = 3076804608, flags = 135266417, pgoff = 266240, inode = 19427 }
-vm_state.vm_map: 13589.851901370 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076804608, end = 3076808704, flags = 135266419, pgoff = 278528, inode = 19427 }
-vm_state.vm_map: 13589.851903441 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076808704, end = 3076816896, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 13589.851905506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076816896, end = 3076820992, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 13589.851907490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076820992, end = 3076980736, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 13589.851909437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076980736, end = 3076984832, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 13589.851911402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3076984832, end = 3077644288, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 13589.851913460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3077644288, end = 3077668864, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 13589.851915580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3077668864, end = 3077832704, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 13589.851917912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3077832704, end = 3077836800, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 13589.851919976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3077836800, end = 3077840896, flags = 1048691, pgoff = 3077836800, inode = 0 }
-vm_state.vm_map: 13589.851922108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3077840896, end = 3077890048, flags = 134217845, pgoff = 0, inode = 19447 }
-vm_state.vm_map: 13589.851924111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3077890048, end = 3077894144, flags = 135266419, pgoff = 49152, inode = 19447 }
-vm_state.vm_map: 13589.851926195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3077894144, end = 3078160384, flags = 134217845, pgoff = 0, inode = 19433 }
-vm_state.vm_map: 13589.851928209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078160384, end = 3078168576, flags = 135266419, pgoff = 262144, inode = 19433 }
-vm_state.vm_map: 13589.851930336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078168576, end = 3078172672, flags = 1048691, pgoff = 3078168576, inode = 0 }
-vm_state.vm_map: 13589.851932301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078193152, end = 3078197248, flags = 134217979, pgoff = 0, inode = 1204461 }
-vm_state.vm_map: 13589.851934267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078197248, end = 3078201344, flags = 134217979, pgoff = 0, inode = 1204278 }
-vm_state.vm_map: 13589.851936530 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078201344, end = 3078205440, flags = 134217979, pgoff = 0, inode = 1204274 }
-vm_state.vm_map: 13589.851938706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078205440, end = 3078213632, flags = 134217845, pgoff = 0, inode = 1450400 }
-vm_state.vm_map: 13589.851940721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078213632, end = 3078217728, flags = 135266417, pgoff = 4096, inode = 1450400 }
-vm_state.vm_map: 13589.851942841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078217728, end = 3078221824, flags = 135266419, pgoff = 8192, inode = 1450400 }
-vm_state.vm_map: 13589.851944911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078221824, end = 3078230016, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 13589.851946877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078230016, end = 3078234112, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 13589.851948961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078234112, end = 3078238208, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 13589.851951414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078238208, end = 3078266880, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 13589.851953485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078266880, end = 3078275072, flags = 1048691, pgoff = 3078266880, inode = 0 }
-vm_state.vm_map: 13589.851955432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078275072, end = 3078279168, flags = 67371125, pgoff = 3078275072, inode = 0 }
-vm_state.vm_map: 13589.851957583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078279168, end = 3078393856, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.851959667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078393856, end = 3078397952, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.851961632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3078397952, end = 3078402048, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.851963678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 25016, start = 3220881408, end = 3220967424, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.851969328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
-vm_state.vm_map: 13589.851971287 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
-vm_state.vm_map: 13589.851973389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
-vm_state.vm_map: 13589.851975515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 155627520, end = 155979776, flags = 1048691, pgoff = 155627520, inode = 0 }
-vm_state.vm_map: 13589.851977919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3075928064, end = 3075969024, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 13589.851979991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3075969024, end = 3075973120, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 13589.851982055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3075973120, end = 3075977216, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 13589.851984231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3075977216, end = 3076014080, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 13589.851986672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076014080, end = 3076018176, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 13589.851988886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076018176, end = 3076022272, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 13589.851991228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076022272, end = 3076100096, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 13589.851993367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076100096, end = 3076104192, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 13589.851995444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076104192, end = 3076108288, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 13589.851997520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076108288, end = 3076116480, flags = 1048691, pgoff = 3076108288, inode = 0 }
-vm_state.vm_map: 13589.851999641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076116480, end = 3076141056, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 13589.852001706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076141056, end = 3076145152, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 13589.852003764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076145152, end = 3076149248, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 13589.852005859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3076149248, end = 3077480448, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 13589.852007801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3077480448, end = 3077484544, flags = 1048691, pgoff = 3077480448, inode = 0 }
-vm_state.vm_map: 13589.852009872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3077484544, end = 3078799360, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.852011942 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3078799360, end = 3078807552, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.852014013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3078807552, end = 3078811648, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.852016003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3078811648, end = 3078828032, flags = 1048691, pgoff = 3078811648, inode = 0 }
-vm_state.vm_map: 13589.852018297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3078828032, end = 3078836224, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 13589.852020583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3078836224, end = 3078840320, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 13589.852022525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3078840320, end = 3078844416, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 13589.852024626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3078844416, end = 3079061504, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 13589.852026573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3079061504, end = 3079073792, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 13589.852028638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3079139328, end = 3079168000, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 13589.852030579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3079168000, end = 3079176192, flags = 1048691, pgoff = 3079168000, inode = 0 }
-vm_state.vm_map: 13589.852032551 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3079176192, end = 3079180288, flags = 67371125, pgoff = 3079176192, inode = 0 }
-vm_state.vm_map: 13589.852034751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3079180288, end = 3079294976, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.852036692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3079294976, end = 3079299072, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.852038633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3079299072, end = 3079303168, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.852043683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30050, start = 3217379328, end = 3217465344, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.852049289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 134512640, end = 134541312, flags = 134223989, pgoff = 0, inode = 1048590 }
-vm_state.vm_map: 13589.852051249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 134541312, end = 134545408, flags = 135272563, pgoff = 24576, inode = 1048590 }
-vm_state.vm_map: 13589.852053369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 134545408, end = 134561792, flags = 1048691, pgoff = 134545408, inode = 0 }
-vm_state.vm_map: 13589.852055823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 152788992, end = 152924160, flags = 1048691, pgoff = 152788992, inode = 0 }
-vm_state.vm_map: 13589.852058017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074134016, end = 3074162688, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 13589.852059996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074162688, end = 3074166784, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 13589.852061949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074166784, end = 3074170880, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 13589.852064020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074170880, end = 3074256896, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 13589.852065973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074256896, end = 3074260992, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 13589.852067921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074260992, end = 3074265088, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 13589.852069861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074265088, end = 3074273280, flags = 1048691, pgoff = 3074265088, inode = 0 }
-vm_state.vm_map: 13589.852071945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074273280, end = 3074498560, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.852091329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074498560, end = 3074502656, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.852093474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074502656, end = 3074506752, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.852095829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074506752, end = 3074543616, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 13589.852097881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074543616, end = 3074547712, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 13589.852100050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074547712, end = 3074551808, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 13589.852102097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074551808, end = 3074711552, flags = 1048691, pgoff = 3074551808, inode = 0 }
-vm_state.vm_map: 13589.852104409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074711552, end = 3074760704, flags = 134217845, pgoff = 0, inode = 500088 }
-vm_state.vm_map: 13589.852106931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074760704, end = 3074764800, flags = 135266419, pgoff = 45056, inode = 500088 }
-vm_state.vm_map: 13589.852108983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074764800, end = 3074813952, flags = 1048691, pgoff = 3074764800, inode = 0 }
-vm_state.vm_map: 13589.852111209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074813952, end = 3074912256, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.852113255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074912256, end = 3074916352, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.852115307 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074916352, end = 3074920448, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.852117501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3074973696, end = 3075010560, flags = 134217845, pgoff = 0, inode = 499730 }
-vm_state.vm_map: 13589.852119547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075010560, end = 3075014656, flags = 135266419, pgoff = 32768, inode = 499730 }
-vm_state.vm_map: 13589.852121742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075014656, end = 3075055616, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 13589.852123818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075055616, end = 3075059712, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 13589.852125864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075059712, end = 3075063808, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 13589.852128250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075063808, end = 3075100672, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 13589.852130259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075100672, end = 3075104768, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 13589.852149620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075104768, end = 3075108864, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 13589.852152066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075108864, end = 3075186688, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 13589.852154360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075186688, end = 3075190784, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 13589.852156412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075190784, end = 3075194880, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 13589.852159045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075194880, end = 3075203072, flags = 1048691, pgoff = 3075194880, inode = 0 }
-vm_state.vm_map: 13589.852161345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075203072, end = 3075227648, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 13589.852163392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075227648, end = 3075231744, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 13589.852165555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075231744, end = 3075235840, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 13589.852167916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3075235840, end = 3076567040, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 13589.852170104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3076567040, end = 3076571136, flags = 1048691, pgoff = 3076567040, inode = 0 }
-vm_state.vm_map: 13589.852172386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3076571136, end = 3076579328, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 13589.852174549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3076579328, end = 3076583424, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 13589.852176663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3076583424, end = 3076587520, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 13589.852178974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3076587520, end = 3077902336, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.852180990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077902336, end = 3077910528, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.852183271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077910528, end = 3077914624, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.852185261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077914624, end = 3077931008, flags = 1048691, pgoff = 3077914624, inode = 0 }
-vm_state.vm_map: 13589.852187579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077931008, end = 3077939200, flags = 134217845, pgoff = 0, inode = 499739 }
-vm_state.vm_map: 13589.852189625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077939200, end = 3077943296, flags = 135266419, pgoff = 4096, inode = 499739 }
-vm_state.vm_map: 13589.852192061 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077943296, end = 3077984256, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 13589.852194372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077984256, end = 3077988352, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 13589.852196684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3077996544, end = 3078004736, flags = 134217845, pgoff = 0, inode = 17167 }
-vm_state.vm_map: 13589.852198650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078004736, end = 3078008832, flags = 135266419, pgoff = 8192, inode = 17167 }
-vm_state.vm_map: 13589.852200961 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078008832, end = 3078017024, flags = 134217845, pgoff = 0, inode = 499908 }
-vm_state.vm_map: 13589.852202996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078017024, end = 3078021120, flags = 135266419, pgoff = 4096, inode = 499908 }
-vm_state.vm_map: 13589.852205474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078021120, end = 3078025216, flags = 134217845, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 13589.852207532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078025216, end = 3078029312, flags = 135266419, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 13589.852209708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078029312, end = 3078033408, flags = 134217845, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 13589.852211778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078033408, end = 3078037504, flags = 135266419, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 13589.852213974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078041600, end = 3078049792, flags = 134217845, pgoff = 0, inode = 500086 }
-vm_state.vm_map: 13589.852216118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078049792, end = 3078053888, flags = 135266419, pgoff = 4096, inode = 500086 }
-vm_state.vm_map: 13589.852218473 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078053888, end = 3078066176, flags = 134217845, pgoff = 0, inode = 500089 }
-vm_state.vm_map: 13589.852220439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078066176, end = 3078070272, flags = 135266419, pgoff = 8192, inode = 500089 }
-vm_state.vm_map: 13589.852222745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078070272, end = 3078074368, flags = 134217845, pgoff = 0, inode = 499772 }
-vm_state.vm_map: 13589.852224785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078074368, end = 3078078464, flags = 135266419, pgoff = 0, inode = 499772 }
-vm_state.vm_map: 13589.852226837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078082560, end = 3078090752, flags = 1048691, pgoff = 3078082560, inode = 0 }
-vm_state.vm_map: 13589.852229154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078090752, end = 3078094848, flags = 67371125, pgoff = 3078090752, inode = 0 }
-vm_state.vm_map: 13589.852231486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078094848, end = 3078209536, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.852233550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078209536, end = 3078213632, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.852235583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3078213632, end = 3078217728, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.852237629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30060, start = 3220029440, end = 3220115456, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.852240361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
-vm_state.vm_map: 13589.852242414 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
-vm_state.vm_map: 13589.852244472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
-vm_state.vm_map: 13589.852246456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 153812992, end = 154083328, flags = 1048691, pgoff = 153812992, inode = 0 }
-vm_state.vm_map: 13589.852248780 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074777088, end = 3074818048, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 13589.852250950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074818048, end = 3074822144, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 13589.852252997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074822144, end = 3074826240, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 13589.852255086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074826240, end = 3074863104, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 13589.852257261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074863104, end = 3074867200, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 13589.852259227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074867200, end = 3074871296, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 13589.852261515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074871296, end = 3074949120, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 13589.852264030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074949120, end = 3074953216, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 13589.852266064 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074953216, end = 3074957312, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 13589.852268116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074957312, end = 3074965504, flags = 1048691, pgoff = 3074957312, inode = 0 }
-vm_state.vm_map: 13589.852270310 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074965504, end = 3074990080, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 13589.852272357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074990080, end = 3074994176, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 13589.852274409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074994176, end = 3074998272, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 13589.852276492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3074998272, end = 3076329472, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 13589.852278445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3076329472, end = 3076333568, flags = 1048691, pgoff = 3076329472, inode = 0 }
-vm_state.vm_map: 13589.852280769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3076333568, end = 3077648384, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.852282778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077648384, end = 3077656576, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.852284948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077656576, end = 3077660672, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.852287037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077660672, end = 3077677056, flags = 1048691, pgoff = 3077660672, inode = 0 }
-vm_state.vm_map: 13589.852289336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077677056, end = 3077685248, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 13589.852291438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077685248, end = 3077689344, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 13589.852293608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077689344, end = 3077693440, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 13589.852295722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077693440, end = 3077910528, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 13589.852298244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077910528, end = 3077922816, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 13589.852300450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3077988352, end = 3078017024, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 13589.852302627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3078017024, end = 3078025216, flags = 1048691, pgoff = 3078017024, inode = 0 }
-vm_state.vm_map: 13589.852304679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3078025216, end = 3078029312, flags = 67371125, pgoff = 3078025216, inode = 0 }
-vm_state.vm_map: 13589.852306854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3078029312, end = 3078144000, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.852309012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3078144000, end = 3078148096, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.852311070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3078148096, end = 3078152192, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.852313066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 30068, start = 3220430848, end = 3220516864, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.852316386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 18385 }
-vm_state.vm_map: 13589.852318549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 134545408, end = 134549504, flags = 135272563, pgoff = 28672, inode = 18385 }
-vm_state.vm_map: 13589.852320787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 134549504, end = 134553600, flags = 1048691, pgoff = 134549504, inode = 0 }
-vm_state.vm_map: 13589.852322877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 149598208, end = 149733376, flags = 1048691, pgoff = 149598208, inode = 0 }
-vm_state.vm_map: 13589.852325355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074297856, end = 3074383872, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 13589.852327463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074383872, end = 3074387968, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 13589.852329775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074387968, end = 3074392064, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 13589.852331752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074392064, end = 3074400256, flags = 1048691, pgoff = 3074392064, inode = 0 }
-vm_state.vm_map: 13589.852334436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074400256, end = 3074625536, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 13589.852336544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074625536, end = 3074629632, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 13589.852338738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074629632, end = 3074633728, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 13589.852340728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074633728, end = 3074637824, flags = 1048691, pgoff = 3074633728, inode = 0 }
-vm_state.vm_map: 13589.852343033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074637824, end = 3074666496, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 13589.852345278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074666496, end = 3074703360, flags = 134217845, pgoff = 0, inode = 499730 }
-vm_state.vm_map: 13589.852348597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074703360, end = 3074707456, flags = 135266419, pgoff = 32768, inode = 499730 }
-vm_state.vm_map: 13589.852353535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074707456, end = 3074723840, flags = 134217845, pgoff = 0, inode = 500096 }
-vm_state.vm_map: 13589.852356460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074723840, end = 3074727936, flags = 135266419, pgoff = 12288, inode = 500096 }
-vm_state.vm_map: 13589.852358592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074727936, end = 3074764800, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 13589.852361021 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074764800, end = 3074768896, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 13589.852362988 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074768896, end = 3074772992, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 13589.852365175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074772992, end = 3074932736, flags = 1048691, pgoff = 3074772992, inode = 0 }
-vm_state.vm_map: 13589.852367518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074932736, end = 3074981888, flags = 134217845, pgoff = 0, inode = 500088 }
-vm_state.vm_map: 13589.852370145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074981888, end = 3074985984, flags = 135266419, pgoff = 45056, inode = 500088 }
-vm_state.vm_map: 13589.852372222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3074985984, end = 3075035136, flags = 1048691, pgoff = 3074985984, inode = 0 }
-vm_state.vm_map: 13589.852374572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075035136, end = 3075076096, flags = 134217845, pgoff = 0, inode = 507921 }
-vm_state.vm_map: 13589.852376759 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075076096, end = 3075080192, flags = 135266417, pgoff = 36864, inode = 507921 }
-vm_state.vm_map: 13589.852378731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075080192, end = 3075084288, flags = 135266419, pgoff = 40960, inode = 507921 }
-vm_state.vm_map: 13589.852381030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075084288, end = 3075162112, flags = 134217845, pgoff = 0, inode = 508760 }
-vm_state.vm_map: 13589.852383194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075162112, end = 3075166208, flags = 135266417, pgoff = 73728, inode = 508760 }
-vm_state.vm_map: 13589.852385240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075166208, end = 3075170304, flags = 135266419, pgoff = 77824, inode = 508760 }
-vm_state.vm_map: 13589.852387194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075170304, end = 3075178496, flags = 1048691, pgoff = 3075170304, inode = 0 }
-vm_state.vm_map: 13589.852389635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075178496, end = 3075207168, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 13589.852391693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075207168, end = 3075211264, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 13589.852393752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075211264, end = 3075215360, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 13589.852395996 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075215360, end = 3075223552, flags = 134217845, pgoff = 0, inode = 17167 }
-vm_state.vm_map: 13589.852398289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075223552, end = 3075227648, flags = 135266419, pgoff = 8192, inode = 17167 }
-vm_state.vm_map: 13589.852400458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075227648, end = 3075235840, flags = 134217845, pgoff = 0, inode = 499908 }
-vm_state.vm_map: 13589.852402511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075235840, end = 3075239936, flags = 135266419, pgoff = 4096, inode = 499908 }
-vm_state.vm_map: 13589.852404941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075239936, end = 3075252224, flags = 134217845, pgoff = 0, inode = 500089 }
-vm_state.vm_map: 13589.852407116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075252224, end = 3075256320, flags = 135266419, pgoff = 8192, inode = 500089 }
-vm_state.vm_map: 13589.852409279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075256320, end = 3075260416, flags = 134217845, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 13589.852411455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075260416, end = 3075264512, flags = 135266419, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 13589.852413532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075264512, end = 3075268608, flags = 134217845, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 13589.852415707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075268608, end = 3075272704, flags = 135266419, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 13589.852417927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3075272704, end = 3076603904, flags = 134217841, pgoff = 0, inode = 33544 }
-vm_state.vm_map: 13589.852420091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3076603904, end = 3076608000, flags = 1048691, pgoff = 3076603904, inode = 0 }
-vm_state.vm_map: 13589.852422204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3076608000, end = 3076616192, flags = 134217845, pgoff = 0, inode = 508752 }
-vm_state.vm_map: 13589.852424505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3076616192, end = 3076620288, flags = 135266417, pgoff = 4096, inode = 508752 }
-vm_state.vm_map: 13589.852426569 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3076620288, end = 3076624384, flags = 135266419, pgoff = 8192, inode = 508752 }
-vm_state.vm_map: 13589.852428738 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3076624384, end = 3077939200, flags = 134217845, pgoff = 0, inode = 508213 }
-vm_state.vm_map: 13589.852430790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3077939200, end = 3077947392, flags = 135266417, pgoff = 1314816, inode = 508213 }
-vm_state.vm_map: 13589.852432960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3077947392, end = 3077951488, flags = 135266419, pgoff = 1323008, inode = 508213 }
-vm_state.vm_map: 13589.852435007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3077951488, end = 3077967872, flags = 1048691, pgoff = 3077951488, inode = 0 }
-vm_state.vm_map: 13589.852437201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3077967872, end = 3078066176, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 13589.852439599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078066176, end = 3078070272, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 13589.852441632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078070272, end = 3078074368, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 13589.852443939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078074368, end = 3078115328, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 13589.852446121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078115328, end = 3078119424, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 13589.852448197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078123520, end = 3078160384, flags = 134217845, pgoff = 0, inode = 508754 }
-vm_state.vm_map: 13589.852450373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078160384, end = 3078164480, flags = 135266417, pgoff = 32768, inode = 508754 }
-vm_state.vm_map: 13589.852452413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078164480, end = 3078168576, flags = 135266419, pgoff = 36864, inode = 508754 }
-vm_state.vm_map: 13589.852454799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078168576, end = 3078193152, flags = 134217845, pgoff = 0, inode = 508106 }
-vm_state.vm_map: 13589.852456765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078193152, end = 3078197248, flags = 135266417, pgoff = 24576, inode = 508106 }
-vm_state.vm_map: 13589.852458940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078197248, end = 3078201344, flags = 135266419, pgoff = 28672, inode = 508106 }
-vm_state.vm_map: 13589.852460993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078205440, end = 3078221824, flags = 1048691, pgoff = 3078205440, inode = 0 }
-vm_state.vm_map: 13589.852463032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078221824, end = 3078225920, flags = 67371125, pgoff = 3078221824, inode = 0 }
-vm_state.vm_map: 13589.852465135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078225920, end = 3078340608, flags = 134219893, pgoff = 0, inode = 499953 }
-vm_state.vm_map: 13589.852467304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078340608, end = 3078344704, flags = 135268465, pgoff = 110592, inode = 499953 }
-vm_state.vm_map: 13589.852469492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3078344704, end = 3078348800, flags = 135268467, pgoff = 114688, inode = 499953 }
-vm_state.vm_map: 13589.852471538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16857, start = 3220443136, end = 3220529152, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.852474456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
-vm_state.vm_map: 13589.852476632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
-vm_state.vm_map: 13589.852478684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
-vm_state.vm_map: 13589.852480872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 165560320, end = 165691392, flags = 1048691, pgoff = 165560320, inode = 0 }
-vm_state.vm_map: 13589.852482911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3076657152, end = 3076661248, flags = 1048691, pgoff = 3076657152, inode = 0 }
-vm_state.vm_map: 13589.852485106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3076661248, end = 3077976064, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.852487158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3077976064, end = 3077984256, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.852489340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3077984256, end = 3077988352, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.852491405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3077988352, end = 3078004736, flags = 1048691, pgoff = 3077988352, inode = 0 }
-vm_state.vm_map: 13589.852493723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078004736, end = 3078012928, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 13589.852495893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078012928, end = 3078017024, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 13589.852497945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078017024, end = 3078021120, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 13589.852500046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078021120, end = 3078238208, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 13589.852502228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078238208, end = 3078250496, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 13589.852504385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078344704, end = 3078352896, flags = 1048691, pgoff = 3078344704, inode = 0 }
-vm_state.vm_map: 13589.852506437 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078352896, end = 3078356992, flags = 67371125, pgoff = 3078352896, inode = 0 }
-vm_state.vm_map: 13589.852509090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078356992, end = 3078471680, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.852511204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078471680, end = 3078475776, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.852513231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3078475776, end = 3078479872, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.852515309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16865, start = 3212824576, end = 3212910592, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.852517830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 134512640, end = 135254016, flags = 134223989, pgoff = 0, inode = 20038 }
-vm_state.vm_map: 13589.852519981 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 135254016, end = 135270400, flags = 135272563, pgoff = 741376, inode = 20038 }
-vm_state.vm_map: 13589.852522033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 135270400, end = 135282688, flags = 1048691, pgoff = 135270400, inode = 0 }
-vm_state.vm_map: 13589.852524184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 158466048, end = 158601216, flags = 1048691, pgoff = 158466048, inode = 0 }
-vm_state.vm_map: 13589.852526446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073646592, end = 3073687552, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 13589.852528629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073687552, end = 3073691648, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 13589.852530681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073691648, end = 3073695744, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 13589.852532851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073695744, end = 3073732608, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 13589.852534922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073732608, end = 3073736704, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 13589.852537209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073736704, end = 3073740800, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 13589.852539539 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073740800, end = 3073765376, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 13589.852541567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073765376, end = 3073769472, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 13589.852544082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073769472, end = 3073773568, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 13589.852546134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073773568, end = 3073777664, flags = 1048691, pgoff = 3073773568, inode = 0 }
-vm_state.vm_map: 13589.852548347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073777664, end = 3073789952, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 13589.852550554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073789952, end = 3073794048, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 13589.852552625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073794048, end = 3073798144, flags = 1048691, pgoff = 3073794048, inode = 0 }
-vm_state.vm_map: 13589.852554702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3073798144, end = 3074260992, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 13589.852556643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074260992, end = 3074273280, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 13589.852558732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074273280, end = 3074351104, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 13589.852560673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074351104, end = 3074355200, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 13589.852562768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074355200, end = 3074416640, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 13589.852564715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074416640, end = 3074420736, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 13589.852566768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074420736, end = 3074506752, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 13589.852568709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074506752, end = 3074510848, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 13589.852570656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074510848, end = 3074514944, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 13589.852572597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074514944, end = 3074523136, flags = 1048691, pgoff = 3074514944, inode = 0 }
-vm_state.vm_map: 13589.852574723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3074523136, end = 3075837952, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.852577097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3075837952, end = 3075846144, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.852579038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3075846144, end = 3075850240, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.852580979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3075850240, end = 3075866624, flags = 1048691, pgoff = 3075850240, inode = 0 }
-vm_state.vm_map: 13589.852583099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3075866624, end = 3076059136, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 13589.852585169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3076059136, end = 3076063232, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 13589.852587272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3076063232, end = 3076669440, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 13589.852589219 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3076669440, end = 3076685824, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 13589.852591314 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3076685824, end = 3078139904, flags = 134217845, pgoff = 0, inode = 17110 }
-vm_state.vm_map: 13589.852593249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078139904, end = 3078152192, flags = 135266419, pgoff = 1454080, inode = 17110 }
-vm_state.vm_map: 13589.852595480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078152192, end = 3078160384, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 13589.852597422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078160384, end = 3078164480, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 13589.852599480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078164480, end = 3078168576, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 13589.852601693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078168576, end = 3078316032, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 13589.852603633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078316032, end = 3078320128, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 13589.852605722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078320128, end = 3078324224, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 13589.852607911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078324224, end = 3078361088, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 13589.852610340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078361088, end = 3078365184, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 13589.852612392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078365184, end = 3078369280, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 13589.852614451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078369280, end = 3078533120, flags = 1048691, pgoff = 3078369280, inode = 0 }
-vm_state.vm_map: 13589.852616881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078533120, end = 3078610944, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 13589.852619025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078610944, end = 3078615040, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 13589.852621195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078615040, end = 3078619136, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 13589.852623327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078619136, end = 3078627328, flags = 1048691, pgoff = 3078619136, inode = 0 }
-vm_state.vm_map: 13589.852625639 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078627328, end = 3078696960, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 13589.852627679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078696960, end = 3078701056, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 13589.852629855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078701056, end = 3078705152, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 13589.852631901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078705152, end = 3078713344, flags = 1048691, pgoff = 3078705152, inode = 0 }
-vm_state.vm_map: 13589.852634330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078774784, end = 3078795264, flags = 134217845, pgoff = 0, inode = 508374 }
-vm_state.vm_map: 13589.852636326 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078795264, end = 3078799360, flags = 135266417, pgoff = 16384, inode = 508374 }
-vm_state.vm_map: 13589.852638540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078799360, end = 3078803456, flags = 135266419, pgoff = 20480, inode = 508374 }
-vm_state.vm_map: 13589.852640580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078803456, end = 3078815744, flags = 1048691, pgoff = 3078803456, inode = 0 }
-vm_state.vm_map: 13589.852642545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078815744, end = 3078819840, flags = 67371125, pgoff = 3078815744, inode = 0 }
-vm_state.vm_map: 13589.852645283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078819840, end = 3078934528, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.852647335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078934528, end = 3078938624, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.852649456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3078938624, end = 3078942720, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.852651527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16867, start = 3219210240, end = 3219746816, flags = 1048947, pgoff = 3220688896, inode = 0 }
-vm_state.vm_map: 13589.852657888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 134512640, end = 134541312, flags = 134223989, pgoff = 0, inode = 1048607 }
-vm_state.vm_map: 13589.852660045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 134541312, end = 134545408, flags = 135272563, pgoff = 28672, inode = 1048607 }
-vm_state.vm_map: 13589.852662091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 134545408, end = 134623232, flags = 1048691, pgoff = 134545408, inode = 0 }
-vm_state.vm_map: 13589.852664093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 141565952, end = 141701120, flags = 1048691, pgoff = 141565952, inode = 0 }
-vm_state.vm_map: 13589.852666201 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076284416, end = 3076304896, flags = 134217845, pgoff = 0, inode = 508374 }
-vm_state.vm_map: 13589.852668352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076304896, end = 3076308992, flags = 135266417, pgoff = 16384, inode = 508374 }
-vm_state.vm_map: 13589.852670386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076308992, end = 3076313088, flags = 135266419, pgoff = 20480, inode = 508374 }
-vm_state.vm_map: 13589.852672537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076313088, end = 3076354048, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 13589.852674484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076354048, end = 3076358144, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 13589.852676431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076358144, end = 3076362240, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 13589.852678379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076362240, end = 3076370432, flags = 1048691, pgoff = 3076362240, inode = 0 }
-vm_state.vm_map: 13589.852680796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3076370432, end = 3077685248, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.852682749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077685248, end = 3077693440, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.852684813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077693440, end = 3077697536, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.852686760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077697536, end = 3077709824, flags = 1048691, pgoff = 3077697536, inode = 0 }
-vm_state.vm_map: 13589.852688855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077709824, end = 3077779456, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 13589.852690921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077779456, end = 3077783552, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 13589.852692868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077783552, end = 3077787648, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 13589.852694808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077787648, end = 3077795840, flags = 1048691, pgoff = 3077787648, inode = 0 }
-vm_state.vm_map: 13589.852696811 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077885952, end = 3077898240, flags = 1048691, pgoff = 3077885952, inode = 0 }
-vm_state.vm_map: 13589.852698875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077898240, end = 3077902336, flags = 67371125, pgoff = 3077898240, inode = 0 }
-vm_state.vm_map: 13589.852701070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3077902336, end = 3078017024, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.852703017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3078017024, end = 3078021120, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.852704970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3078021120, end = 3078025216, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.852707060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16885, start = 3217518592, end = 3217604608, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.852709699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 32921 }
-vm_state.vm_map: 13589.852711659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 32921 }
-vm_state.vm_map: 13589.852713952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 134533120, end = 134537216, flags = 1048691, pgoff = 134533120, inode = 0 }
-vm_state.vm_map: 13589.852715905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 151330816, end = 151465984, flags = 1048691, pgoff = 151330816, inode = 0 }
-vm_state.vm_map: 13589.852717951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3076509696, end = 3076517888, flags = 1048691, pgoff = 3076509696, inode = 0 }
-vm_state.vm_map: 13589.852720034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3076517888, end = 3077832704, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.852722013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077832704, end = 3077840896, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.852723954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077840896, end = 3077844992, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.852725913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077844992, end = 3077857280, flags = 1048691, pgoff = 3077844992, inode = 0 }
-vm_state.vm_map: 13589.852728453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077857280, end = 3077869568, flags = 134217845, pgoff = 0, inode = 32917 }
-vm_state.vm_map: 13589.852730407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077869568, end = 3077873664, flags = 135266419, pgoff = 8192, inode = 32917 }
-vm_state.vm_map: 13589.852732472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077873664, end = 3077877760, flags = 1048691, pgoff = 3077873664, inode = 0 }
-vm_state.vm_map: 13589.852734561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077963776, end = 3077980160, flags = 1048691, pgoff = 3077963776, inode = 0 }
-vm_state.vm_map: 13589.852736613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077980160, end = 3077984256, flags = 67371125, pgoff = 3077980160, inode = 0 }
-vm_state.vm_map: 13589.852738833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3077984256, end = 3078098944, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.852740804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3078098944, end = 3078103040, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.852742862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3078103040, end = 3078107136, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.852744809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16887, start = 3219714048, end = 3219800064, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 13589.852747838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 33221 }
-vm_state.vm_map: 13589.852749791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 33221 }
-vm_state.vm_map: 13589.852751739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 141680640, end = 141848576, flags = 1048691, pgoff = 141680640, inode = 0 }
-vm_state.vm_map: 13589.852753686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3067645952, end = 3067650048, flags = 1048688, pgoff = 3067645952, inode = 0 }
-vm_state.vm_map: 13589.852755645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3067650048, end = 3076046848, flags = 1048691, pgoff = 3067650048, inode = 0 }
-vm_state.vm_map: 13589.852757747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3076046848, end = 3077361664, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 13589.852759775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077361664, end = 3077369856, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 13589.852761710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077369856, end = 3077373952, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 13589.852763656 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077373952, end = 3077386240, flags = 1048691, pgoff = 3077373952, inode = 0 }
-vm_state.vm_map: 13589.852765721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077386240, end = 3077472256, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 13589.852767668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077472256, end = 3077476352, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 13589.852769610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077476352, end = 3077480448, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 13589.852771556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077480448, end = 3077488640, flags = 1048691, pgoff = 3077480448, inode = 0 }
-vm_state.vm_map: 13589.852773503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077578752, end = 3077591040, flags = 1048691, pgoff = 3077578752, inode = 0 }
-vm_state.vm_map: 13589.852775438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077591040, end = 3077595136, flags = 67371125, pgoff = 3077591040, inode = 0 }
-vm_state.vm_map: 13589.852777669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077595136, end = 3077709824, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 13589.852779963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077709824, end = 3077713920, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 13589.852781910 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3077713920, end = 3077718016, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 13589.852783851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/vm_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { pid = 16889, start = 3215716352, end = 3215802368, flags = 1048947, pgoff = 3221139456, inode = 0 }
-irq_state.interrupt: 13589.852830829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "timer", irq_id = 0 }
-irq_state.interrupt: 13589.852900524 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "i8042", irq_id = 1 }
-irq_state.interrupt: 13589.852905599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "floppy", irq_id = 6 }
-irq_state.interrupt: 13589.852913827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "rtc0", irq_id = 8 }
-irq_state.interrupt: 13589.852917696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "acpi", irq_id = 9 }
-irq_state.interrupt: 13589.852921442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "i8042", irq_id = 12 }
-irq_state.interrupt: 13589.852925392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ide0", irq_id = 14 }
-irq_state.interrupt: 13589.852932686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ide1", irq_id = 15 }
-irq_state.interrupt: 13589.852939880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ehci_hcd:usb1", irq_id = 19 }
-irq_state.interrupt: 13589.852946248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "eth0", irq_id = 19 }
-irq_state.interrupt: 13589.852950191 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "vboxadd", irq_id = 20 }
-irq_state.interrupt: 13589.852953999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ahci", irq_id = 21 }
-irq_state.interrupt: 13589.852963030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "Intel 82801AA-ICH", irq_id = 21 }
-irq_state.interrupt: 13589.852969186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ohci_hcd:usb2", irq_id = 22 }
-netif_state.network_ipv4_interface: 13589.853014490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/netif_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "lo", address = 2130706433, up = 0 }
-netif_state.network_ipv4_interface: 13589.853017525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/netif_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { name = "eth0", address = 167772687, up = 0 }
-swap_state.statedump_swap_files: 13589.853027161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/swap_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { filp = 0xf70be740, vfsmount = 0xf700eec0, dname = "hda1" }
-syscall_state.sys_call_table: 13589.853070480 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 0, address = 0xc10358fe, symbol = "sys_restart_syscall+0x0/0xf" }
-syscall_state.sys_call_table: 13589.853080253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 1, address = 0xc102d16d, symbol = "sys_exit+0x0/0x11" }
-syscall_state.sys_call_table: 13589.853086583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 2, address = 0xc1003448, symbol = "ptregs_fork+0x0/0xc" }
-syscall_state.sys_call_table: 13589.853098723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 3, address = 0xc10ac4c3, symbol = "sys_read+0x0/0x9d" }
-syscall_state.sys_call_table: 13589.853101962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 4, address = 0xc10ac29b, symbol = "sys_write+0x0/0x9d" }
-syscall_state.sys_call_table: 13589.853104972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 5, address = 0xc10aa0ec, symbol = "sys_open+0x0/0x23" }
-syscall_state.sys_call_table: 13589.853107754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 6, address = 0xc10a9ea9, symbol = "sys_close+0x0/0x112" }
-syscall_state.sys_call_table: 13589.853110412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 7, address = 0xc102c96e, symbol = "sys_waitpid+0x0/0x17" }
-syscall_state.sys_call_table: 13589.853113113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 8, address = 0xc10aa10f, symbol = "sys_creat+0x0/0x16" }
-syscall_state.sys_call_table: 13589.853122805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 9, address = 0xc10b5ccb, symbol = "sys_link+0x0/0x19" }
-syscall_state.sys_call_table: 13589.853125654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 10, address = 0xc10b5760, symbol = "sys_unlink+0x0/0xe" }
-syscall_state.sys_call_table: 13589.853128431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 11, address = 0xc100346c, symbol = "ptregs_execve+0x0/0xc" }
-syscall_state.sys_call_table: 13589.853131323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 12, address = 0xc10aa8e8, symbol = "sys_chdir+0x0/0x59" }
-syscall_state.sys_call_table: 13589.853134395 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 13, address = 0xc102de69, symbol = "sys_time+0x0/0x27" }
-syscall_state.sys_call_table: 13589.853137282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 14, address = 0xc10b5ab2, symbol = "sys_mknod+0x0/0x17" }
-syscall_state.sys_call_table: 13589.853140002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 15, address = 0xc10aa805, symbol = "sys_chmod+0x0/0x15" }
-syscall_state.sys_call_table: 13589.853145875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 16, address = 0xc104e167, symbol = "sys_lchown16+0x0/0x35" }
-syscall_state.sys_call_table: 13589.853150115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 17, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853152896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 18, address = 0xc10af0b2, symbol = "sys_stat+0x0/0x23" }
-syscall_state.sys_call_table: 13589.853155665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 19, address = 0xc10ab3fb, symbol = "sys_lseek+0x0/0x9b" }
-syscall_state.sys_call_table: 13589.853155667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 20, address = 0xc103529a, symbol = "sys_getpid+0x0/0x16" }
-syscall_state.sys_call_table: 13589.853155669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 21, address = 0xc10c0a14, symbol = "sys_mount+0x0/0x98" }
-syscall_state.sys_call_table: 13589.853155671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 22, address = 0xc10bf90c, symbol = "sys_oldumount+0x0/0xe" }
-syscall_state.sys_call_table: 13589.853155673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 23, address = 0xc104e09e, symbol = "sys_setuid16+0x0/0x1d" }
-syscall_state.sys_call_table: 13589.853155675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 24, address = 0xc104dea0, symbol = "sys_getuid16+0x0/0x22" }
-syscall_state.sys_call_table: 13589.853155677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 25, address = 0xc102dc82, symbol = "sys_stime+0x0/0x3f" }
-syscall_state.sys_call_table: 13589.853155679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 26, address = 0xc1031d71, symbol = "sys_ptrace+0x0/0xae" }
-syscall_state.sys_call_table: 13589.853155681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 27, address = 0xc10352b0, symbol = "sys_alarm+0x0/0x9" }
-syscall_state.sys_call_table: 13589.853155683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 28, address = 0xc10af14c, symbol = "sys_fstat+0x0/0x24" }
-syscall_state.sys_call_table: 13589.853155685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 29, address = 0xc1035a45, symbol = "sys_pause+0x0/0x16" }
-syscall_state.sys_call_table: 13589.853155687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 30, address = 0xc10c741f, symbol = "sys_utime+0x0/0x5d" }
-syscall_state.sys_call_table: 13589.853155690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 31, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853155693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 32, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853155695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 33, address = 0xc10aaa87, symbol = "sys_access+0x0/0x13" }
-syscall_state.sys_call_table: 13589.853155697 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 34, address = 0xc1026f47, symbol = "sys_nice+0x0/0x7c" }
-syscall_state.sys_call_table: 13589.853155699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 35, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853155701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 36, address = 0xc10c70f9, symbol = "sys_sync+0x0/0x29" }
-syscall_state.sys_call_table: 13589.853155703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 37, address = 0xc1037e1c, symbol = "sys_kill+0x0/0x14c" }
-syscall_state.sys_call_table: 13589.853155705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 38, address = 0xc10b5650, symbol = "sys_rename+0x0/0x15" }
-syscall_state.sys_call_table: 13589.853155707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 39, address = 0xc10b590c, symbol = "sys_mkdir+0x0/0x13" }
-syscall_state.sys_call_table: 13589.853155709 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 40, address = 0xc10b5849, symbol = "sys_rmdir+0x0/0xe" }
-syscall_state.sys_call_table: 13589.853155711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 41, address = 0xc10b6808, symbol = "sys_dup+0x0/0x36" }
-syscall_state.sys_call_table: 13589.853155713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 42, address = 0xc10b1dac, symbol = "sys_pipe+0x0/0xe" }
-syscall_state.sys_call_table: 13589.853155715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 43, address = 0xc10394a7, symbol = "sys_times+0x0/0x3f" }
-syscall_state.sys_call_table: 13589.853166399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 44, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853173726 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 45, address = 0xc109c43a, symbol = "sys_brk+0x0/0xd3" }
-syscall_state.sys_call_table: 13589.853176688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 46, address = 0xc104e0e8, symbol = "sys_setgid16+0x0/0x1d" }
-syscall_state.sys_call_table: 13589.853179120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 47, address = 0xc104dee4, symbol = "sys_getgid16+0x0/0x22" }
-syscall_state.sys_call_table: 13589.853181484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 48, address = 0xc10362d2, symbol = "sys_signal+0x0/0x3c" }
-syscall_state.sys_call_table: 13589.853184101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 49, address = 0xc104dec2, symbol = "sys_geteuid16+0x0/0x22" }
-syscall_state.sys_call_table: 13589.853186594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 50, address = 0xc104df06, symbol = "sys_getegid16+0x0/0x22" }
-syscall_state.sys_call_table: 13589.853192290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 51, address = 0xc1057e28, symbol = "sys_acct+0x0/0x238" }
-syscall_state.sys_call_table: 13589.853195368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 52, address = 0xc10bf635, symbol = "sys_umount+0x0/0x2d7" }
-syscall_state.sys_call_table: 13589.853198207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 53, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853200651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 54, address = 0xc10b709b, symbol = "sys_ioctl+0x0/0x9d" }
-syscall_state.sys_call_table: 13589.853203570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 55, address = 0xc10b67b5, symbol = "sys_fcntl+0x0/0x53" }
-syscall_state.sys_call_table: 13589.853206323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 56, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853208994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 57, address = 0xc103929e, symbol = "sys_setpgid+0x0/0x175" }
-syscall_state.sys_call_table: 13589.853211753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 58, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853215317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 59, address = 0xc1006380, symbol = "sys_olduname+0x0/0x11d" }
-syscall_state.sys_call_table: 13589.853217854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 60, address = 0xc10387e4, symbol = "sys_umask+0x0/0x19" }
-syscall_state.sys_call_table: 13589.853221099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 61, address = 0xc10aa81a, symbol = "sys_chroot+0x0/0x6c" }
-syscall_state.sys_call_table: 13589.853223519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 62, address = 0xc10ad850, symbol = "sys_ustat+0x0/0x89" }
-syscall_state.sys_call_table: 13589.853226382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 63, address = 0xc10b6978, symbol = "sys_dup2+0x0/0x5c" }
-syscall_state.sys_call_table: 13589.853229412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 64, address = 0xc1035249, symbol = "sys_getppid+0x0/0x51" }
-syscall_state.sys_call_table: 13589.853231997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 65, address = 0xc1039295, symbol = "sys_getpgrp+0x0/0x9" }
-syscall_state.sys_call_table: 13589.853234503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 66, address = 0xc103911e, symbol = "sys_setsid+0x0/0xa1" }
-syscall_state.sys_call_table: 13589.853237330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 67, address = 0xc1002f1f, symbol = "sys_sigaction+0x0/0xe7" }
-syscall_state.sys_call_table: 13589.853240254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 68, address = 0xc1035a36, symbol = "sys_sgetmask+0x0/0xf" }
-syscall_state.sys_call_table: 13589.853243203 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 69, address = 0xc1035ca8, symbol = "sys_ssetmask+0x0/0x6b" }
-syscall_state.sys_call_table: 13589.853245752 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 70, address = 0xc104e0bb, symbol = "sys_setreuid16+0x0/0x2d" }
-syscall_state.sys_call_table: 13589.853248295 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 71, address = 0xc104e105, symbol = "sys_setregid16+0x0/0x2d" }
-syscall_state.sys_call_table: 13589.853250980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 72, address = 0xc1003006, symbol = "sys_sigsuspend+0x0/0xba" }
-syscall_state.sys_call_table: 13589.853254003 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 73, address = 0xc1035fe8, symbol = "sys_sigpending+0x0/0xe" }
-syscall_state.sys_call_table: 13589.853256614 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 74, address = 0xc1038fda, symbol = "sys_sethostname+0x0/0xa5" }
-syscall_state.sys_call_table: 13589.853259205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 75, address = 0xc1038d61, symbol = "sys_setrlimit+0x0/0xe4" }
-syscall_state.sys_call_table: 13589.853261823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 76, address = 0xc1038e45, symbol = "sys_old_getrlimit+0x0/0x81" }
-syscall_state.sys_call_table: 13589.853264741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 77, address = 0xc1038cf2, symbol = "sys_getrusage+0x0/0x25" }
-syscall_state.sys_call_table: 13589.853267641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 78, address = 0xc102de16, symbol = "sys_gettimeofday+0x0/0x53" }
-syscall_state.sys_call_table: 13589.853270498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 79, address = 0xc102dda2, symbol = "sys_settimeofday+0x0/0x74" }
-syscall_state.sys_call_table: 13589.853273047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 80, address = 0xc104de0a, symbol = "sys_getgroups16+0x0/0x96" }
-syscall_state.sys_call_table: 13589.853275571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 81, address = 0xc104df28, symbol = "sys_setgroups16+0x0/0xba" }
-syscall_state.sys_call_table: 13589.853278607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 82, address = 0xc10066a7, symbol = "old_select+0x0/0x40" }
-syscall_state.sys_call_table: 13589.853281526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 83, address = 0xc10b5b76, symbol = "sys_symlink+0x0/0x13" }
-syscall_state.sys_call_table: 13589.853284068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 84, address = 0xc10af037, symbol = "sys_lstat+0x0/0x23" }
-syscall_state.sys_call_table: 13589.853286630 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 85, address = 0xc10aedc9, symbol = "sys_readlink+0x0/0x17" }
-syscall_state.sys_call_table: 13589.853289290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 86, address = 0xc10b13e1, symbol = "sys_uselib+0x0/0x13f" }
-syscall_state.sys_call_table: 13589.853291987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 87, address = 0xc10a285b, symbol = "sys_swapon+0x0/0xb3f" }
-syscall_state.sys_call_table: 13589.853294800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 88, address = 0xc1039d01, symbol = "sys_reboot+0x0/0x15c" }
-syscall_state.sys_call_table: 13589.853297330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 89, address = 0xc10b788f, symbol = "sys_old_readdir+0x0/0x51" }
-syscall_state.sys_call_table: 13589.853300317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 90, address = 0xc100675d, symbol = "old_mmap+0x0/0x57" }
-syscall_state.sys_call_table: 13589.853303100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 91, address = 0xc109bdc6, symbol = "sys_munmap+0x0/0x3d" }
-syscall_state.sys_call_table: 13589.853306068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 92, address = 0xc10aafba, symbol = "sys_truncate+0x0/0x12" }
-syscall_state.sys_call_table: 13589.853309252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 93, address = 0xc10aadb3, symbol = "sys_ftruncate+0x0/0x1b" }
-syscall_state.sys_call_table: 13589.853312010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 94, address = 0xc10aa595, symbol = "sys_fchmod+0x0/0xbc" }
-syscall_state.sys_call_table: 13589.853314528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 95, address = 0xc104e132, symbol = "sys_fchown16+0x0/0x35" }
-syscall_state.sys_call_table: 13589.853317207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 96, address = 0xc1039e62, symbol = "sys_getpriority+0x0/0x1ab" }
-syscall_state.sys_call_table: 13589.853320051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 97, address = 0xc103a08c, symbol = "sys_setpriority+0x0/0x1cc" }
-syscall_state.sys_call_table: 13589.853322914 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 98, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853325746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 99, address = 0xc10ab259, symbol = "sys_statfs+0x0/0x63" }
-syscall_state.sys_call_table: 13589.853328567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 100, address = 0xc10ab205, symbol = "sys_fstatfs+0x0/0x54" }
-syscall_state.sys_call_table: 13589.853331559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 101, address = 0xc100532f, symbol = "sys_ioperm+0x0/0x1a5" }
-syscall_state.sys_call_table: 13589.853350369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 102, address = 0xc14b72ad, symbol = "sys_socketcall+0x0/0x1ea" }
-syscall_state.sys_call_table: 13589.853353066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 103, address = 0xc102af4d, symbol = "sys_syslog+0x0/0x11" }
-syscall_state.sys_call_table: 13589.853356156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 104, address = 0xc102d607, symbol = "sys_setitimer+0x0/0x6f" }
-syscall_state.sys_call_table: 13589.853358878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 105, address = 0xc102d8ae, symbol = "sys_getitimer+0x0/0x42" }
-syscall_state.sys_call_table: 13589.853361501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 106, address = 0xc10af08f, symbol = "sys_newstat+0x0/0x23" }
-syscall_state.sys_call_table: 13589.853364068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 107, address = 0xc10af014, symbol = "sys_newlstat+0x0/0x23" }
-syscall_state.sys_call_table: 13589.853366629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 108, address = 0xc10af129, symbol = "sys_newfstat+0x0/0x23" }
-syscall_state.sys_call_table: 13589.853369549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 109, address = 0xc100649d, symbol = "sys_uname+0x0/0x49" }
-syscall_state.sys_call_table: 13589.853372264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 110, address = 0xc100343c, symbol = "ptregs_iopl+0x0/0xc" }
-syscall_state.sys_call_table: 13589.853375016 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 111, address = 0xc10a9e3a, symbol = "sys_vhangup+0x0/0x1b" }
-syscall_state.sys_call_table: 13589.853377872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 112, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853380650 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 113, address = 0xc10034a8, symbol = "ptregs_vm86old+0x0/0x18" }
-syscall_state.sys_call_table: 13589.853383279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 114, address = 0xc102c8cd, symbol = "sys_wait4+0x0/0xa1" }
-syscall_state.sys_call_table: 13589.853385741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 115, address = 0xc10a37d9, symbol = "sys_swapoff+0x0/0x9eb" }
-syscall_state.sys_call_table: 13589.853388783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 116, address = 0xc1034f23, symbol = "sys_sysinfo+0x0/0x2a" }
-syscall_state.sys_call_table: 13589.853391739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 117, address = 0xc10064e6, symbol = "sys_ipc+0x0/0x1c1" }
-syscall_state.sys_call_table: 13589.853394565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 118, address = 0xc10c6ec3, symbol = "sys_fsync+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853397317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 119, address = 0xc1003484, symbol = "ptregs_sigreturn+0x0/0xc" }
-syscall_state.sys_call_table: 13589.853400353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 120, address = 0xc1003454, symbol = "ptregs_clone+0x0/0xc" }
-syscall_state.sys_call_table: 13589.853403037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 121, address = 0xc1038f2b, symbol = "sys_setdomainname+0x0/0xaf" }
-syscall_state.sys_call_table: 13589.853405851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 122, address = 0xc10390dc, symbol = "sys_newuname+0x0/0x42" }
-syscall_state.sys_call_table: 13589.853408720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 123, address = 0xc100583a, symbol = "sys_modify_ldt+0x0/0x111" }
-syscall_state.sys_call_table: 13589.853411743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 124, address = 0xc102dc39, symbol = "sys_adjtimex+0x0/0x49" }
-syscall_state.sys_call_table: 13589.853414489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 125, address = 0xc109d119, symbol = "sys_mprotect+0x0/0x1df" }
-syscall_state.sys_call_table: 13589.853417537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 126, address = 0xc1035e43, symbol = "sys_sigprocmask+0x0/0xfc" }
-syscall_state.sys_call_table: 13589.853420381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 127, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853423787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 128, address = 0xc1052845, symbol = "sys_init_module+0x0/0x1fb" }
-syscall_state.sys_call_table: 13589.853426662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 129, address = 0xc1052661, symbol = "sys_delete_module+0x0/0x1e4" }
-syscall_state.sys_call_table: 13589.853429452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 130, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853435891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 131, address = 0xc10e1bea, symbol = "sys_quotactl+0x0/0x6b6" }
-syscall_state.sys_call_table: 13589.853438490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 132, address = 0xc103922a, symbol = "sys_getpgid+0x0/0x6b" }
-syscall_state.sys_call_table: 13589.853441396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 133, address = 0xc10aa886, symbol = "sys_fchdir+0x0/0x62" }
-syscall_state.sys_call_table: 13589.853444339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 134, address = 0xc10c7d7d, symbol = "sys_bdflush+0x0/0x54" }
-syscall_state.sys_call_table: 13589.853447615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 135, address = 0xc10be0da, symbol = "sys_sysfs+0x0/0x162" }
-syscall_state.sys_call_table: 13589.853450397 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 136, address = 0xc1029b63, symbol = "sys_personality+0x0/0x3d" }
-syscall_state.sys_call_table: 13589.853453200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 137, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853455730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 138, address = 0xc104dfff, symbol = "sys_setfsuid16+0x0/0x1d" }
-syscall_state.sys_call_table: 13589.853458471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 139, address = 0xc104dfe2, symbol = "sys_setfsgid16+0x0/0x1d" }
-syscall_state.sys_call_table: 13589.853461364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 140, address = 0xc10ac560, symbol = "sys_llseek+0x0/0xc1" }
-syscall_state.sys_call_table: 13589.853463851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 141, address = 0xc10b77f1, symbol = "sys_getdents+0x0/0x9e" }
-syscall_state.sys_call_table: 13589.853466351 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 142, address = 0xc10b8a79, symbol = "sys_select+0x0/0x8f" }
-syscall_state.sys_call_table: 13589.853472601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 143, address = 0xc10d8b43, symbol = "sys_flock+0x0/0x12d" }
-syscall_state.sys_call_table: 13589.853475279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 144, address = 0xc109dba8, symbol = "sys_msync+0x0/0x164" }
-syscall_state.sys_call_table: 13589.853478136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 145, address = 0xc10ac040, symbol = "sys_readv+0x0/0xcd" }
-syscall_state.sys_call_table: 13589.853480962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 146, address = 0xc10abe9c, symbol = "sys_writev+0x0/0xcd" }
-syscall_state.sys_call_table: 13589.853483585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 147, address = 0xc10391bf, symbol = "sys_getsid+0x0/0x6b" }
-syscall_state.sys_call_table: 13589.853486393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 148, address = 0xc10c6eb8, symbol = "sys_fdatasync+0x0/0xb" }
-syscall_state.sys_call_table: 13589.853488899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 149, address = 0xc103133d, symbol = "sys_sysctl+0x0/0xfb" }
-syscall_state.sys_call_table: 13589.853491891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 150, address = 0xc109a6b7, symbol = "sys_mlock+0x0/0xac" }
-syscall_state.sys_call_table: 13589.853494428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 151, address = 0xc109a661, symbol = "sys_munlock+0x0/0x56" }
-syscall_state.sys_call_table: 13589.853496958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 152, address = 0xc109a519, symbol = "sys_mlockall+0x0/0x98" }
-syscall_state.sys_call_table: 13589.853499532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 153, address = 0xc109a4e7, symbol = "sys_munlockall+0x0/0x32" }
-syscall_state.sys_call_table: 13589.853502745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 154, address = 0xc10275aa, symbol = "sys_sched_setparam+0x0/0xd" }
-syscall_state.sys_call_table: 13589.853505825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 155, address = 0xc1024eb0, symbol = "sys_sched_getparam+0x0/0xc4" }
-syscall_state.sys_call_table: 13589.853509032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 156, address = 0xc10275b7, symbol = "sys_sched_setscheduler+0x0/0x1b" }
-syscall_state.sys_call_table: 13589.853512044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 157, address = 0xc1024f74, symbol = "sys_sched_getscheduler+0x0/0x88" }
-syscall_state.sys_call_table: 13589.853514919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 158, address = 0xc10226cb, symbol = "sys_sched_yield+0x0/0x32" }
-syscall_state.sys_call_table: 13589.853519328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 159, address = 0xc101ee30, symbol = "sys_sched_get_priority_max+0x0/0x24" }
-syscall_state.sys_call_table: 13589.853522560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 160, address = 0xc101ee54, symbol = "sys_sched_get_priority_min+0x0/0x24" }
-syscall_state.sys_call_table: 13589.853525632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 161, address = 0xc1024b89, symbol = "sys_sched_rr_get_interval+0x0/0xcb" }
-syscall_state.sys_call_table: 13589.853531764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 162, address = 0xc1041a4a, symbol = "sys_nanosleep+0x0/0x51" }
-syscall_state.sys_call_table: 13589.853534492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 163, address = 0xc109db62, symbol = "sys_mremap+0x0/0x46" }
-syscall_state.sys_call_table: 13589.853537084 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 164, address = 0xc104e05d, symbol = "sys_setresuid16+0x0/0x41" }
-syscall_state.sys_call_table: 13589.853540010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 165, address = 0xc104dd2c, symbol = "sys_getresuid16+0x0/0x6f" }
-syscall_state.sys_call_table: 13589.853542762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 166, address = 0xc100349c, symbol = "ptregs_vm86+0x0/0xc" }
-syscall_state.sys_call_table: 13589.853545526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 167, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853548007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 168, address = 0xc10b821d, symbol = "sys_poll+0x0/0x8d" }
-syscall_state.sys_call_table: 13589.853550938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 169, address = 0xc10d9520, symbol = "sys_nfsservctl+0x0/0x170" }
-syscall_state.sys_call_table: 13589.853553506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 170, address = 0xc104e01c, symbol = "sys_setresgid16+0x0/0x41" }
-syscall_state.sys_call_table: 13589.853556042 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 171, address = 0xc104dd9b, symbol = "sys_getresgid16+0x0/0x6f" }
-syscall_state.sys_call_table: 13589.853558647 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 172, address = 0xc1038838, symbol = "sys_prctl+0x0/0x1fe" }
-syscall_state.sys_call_table: 13589.853561454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 173, address = 0xc1003490, symbol = "ptregs_rt_sigreturn+0x0/0xc" }
-syscall_state.sys_call_table: 13589.853564028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 174, address = 0xc103630e, symbol = "sys_rt_sigaction+0x0/0x79" }
-syscall_state.sys_call_table: 13589.853567285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 175, address = 0xc1036003, symbol = "sys_rt_sigprocmask+0x0/0xcf" }
-syscall_state.sys_call_table: 13589.853570346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 176, address = 0xc1035ff6, symbol = "sys_rt_sigpending+0x0/0xd" }
-syscall_state.sys_call_table: 13589.853573030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 177, address = 0xc1038110, symbol = "sys_rt_sigtimedwait+0x0/0x245" }
-syscall_state.sys_call_table: 13589.853575727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 178, address = 0xc1037fae, symbol = "sys_rt_sigqueueinfo+0x0/0x4f" }
-syscall_state.sys_call_table: 13589.853578750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 179, address = 0xc1035bd5, symbol = "sys_rt_sigsuspend+0x0/0xd3" }
-syscall_state.sys_call_table: 13589.853581774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 180, address = 0xc10ac409, symbol = "sys_pread64+0x0/0xba" }
-syscall_state.sys_call_table: 13589.853584969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 181, address = 0xc10ac1e1, symbol = "sys_pwrite64+0x0/0xba" }
-syscall_state.sys_call_table: 13589.853587450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 182, address = 0xc104e19c, symbol = "sys_chown16+0x0/0x38" }
-syscall_state.sys_call_table: 13589.853590103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 183, address = 0xc10ba068, symbol = "sys_getcwd+0x0/0x18d" }
-syscall_state.sys_call_table: 13589.853592566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 184, address = 0xc1031668, symbol = "sys_capget+0x0/0x114" }
-syscall_state.sys_call_table: 13589.853594962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 185, address = 0xc1031525, symbol = "sys_capset+0x0/0x143" }
-syscall_state.sys_call_table: 13589.853597856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 186, address = 0xc1003478, symbol = "ptregs_sigaltstack+0x0/0xc" }
-syscall_state.sys_call_table: 13589.853600775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 187, address = 0xc10abc70, symbol = "sys_sendfile+0x0/0x7c" }
-syscall_state.sys_call_table: 13589.853603693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 188, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853606420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 189, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853609098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 190, address = 0xc1003460, symbol = "ptregs_vfork+0x0/0xc" }
-syscall_state.sys_call_table: 13589.853611851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 191, address = 0xc1038ec6, symbol = "sys_getrlimit+0x0/0x65" }
-syscall_state.sys_call_table: 13589.853614862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 192, address = 0xc10066e7, symbol = "sys_mmap2+0x0/0x76" }
-syscall_state.sys_call_table: 13589.853617712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 193, address = 0xc10aafa9, symbol = "sys_truncate64+0x0/0x11" }
-syscall_state.sys_call_table: 13589.853620526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 194, address = 0xc10aad92, symbol = "sys_ftruncate64+0x0/0x21" }
-syscall_state.sys_call_table: 13589.853623119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 195, address = 0xc10af06c, symbol = "sys_stat64+0x0/0x23" }
-syscall_state.sys_call_table: 13589.853625649 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 196, address = 0xc10aeff1, symbol = "sys_lstat64+0x0/0x23" }
-syscall_state.sys_call_table: 13589.853628549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 197, address = 0xc10af106, symbol = "sys_fstat64+0x0/0x23" }
-syscall_state.sys_call_table: 13589.853631282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 198, address = 0xc10aa651, symbol = "sys_lchown+0x0/0x54" }
-syscall_state.sys_call_table: 13589.853633943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 199, address = 0xc10324ee, symbol = "sys_getuid+0x0/0xf" }
-syscall_state.sys_call_table: 13589.853636449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 200, address = 0xc103250c, symbol = "sys_getgid+0x0/0xf" }
-syscall_state.sys_call_table: 13589.853638905 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 201, address = 0xc10324fd, symbol = "sys_geteuid+0x0/0xf" }
-syscall_state.sys_call_table: 13589.853641547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 202, address = 0xc103251b, symbol = "sys_getegid+0x0/0xf" }
-syscall_state.sys_call_table: 13589.853644133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 203, address = 0xc1039a7c, symbol = "sys_setreuid+0x0/0xf8" }
-syscall_state.sys_call_table: 13589.853646824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 204, address = 0xc10396da, symbol = "sys_setregid+0x0/0xce" }
-syscall_state.sys_call_table: 13589.853650253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 205, address = 0xc1043e1b, symbol = "sys_getgroups+0x0/0x83" }
-syscall_state.sys_call_table: 13589.853652864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 206, address = 0xc10440e9, symbol = "sys_setgroups+0x0/0xbf" }
-syscall_state.sys_call_table: 13589.853655616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 207, address = 0xc10aa52d, symbol = "sys_fchown+0x0/0x68" }
-syscall_state.sys_call_table: 13589.853658263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 208, address = 0xc10398bc, symbol = "sys_setresuid+0x0/0x11b" }
-syscall_state.sys_call_table: 13589.853660954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 209, address = 0xc1038770, symbol = "sys_getresuid+0x0/0x3a" }
-syscall_state.sys_call_table: 13589.853663571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 210, address = 0xc1039568, symbol = "sys_setresgid+0x0/0xf1" }
-syscall_state.sys_call_table: 13589.853666096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 211, address = 0xc10387aa, symbol = "sys_getresgid+0x0/0x3a" }
-syscall_state.sys_call_table: 13589.853668786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 212, address = 0xc10aa710, symbol = "sys_chown+0x0/0x57" }
-syscall_state.sys_call_table: 13589.853671828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 213, address = 0xc10399d7, symbol = "sys_setuid+0x0/0xa5" }
-syscall_state.sys_call_table: 13589.853674371 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 214, address = 0xc1039659, symbol = "sys_setgid+0x0/0x81" }
-syscall_state.sys_call_table: 13589.853676944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 215, address = 0xc10397a8, symbol = "sys_setfsuid+0x0/0x97" }
-syscall_state.sys_call_table: 13589.853679475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 216, address = 0xc10394e6, symbol = "sys_setfsgid+0x0/0x82" }
-syscall_state.sys_call_table: 13589.853682554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 217, address = 0xc10bea88, symbol = "sys_pivot_root+0x0/0x392" }
-syscall_state.sys_call_table: 13589.853685336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 218, address = 0xc1099c29, symbol = "sys_mincore+0x0/0x33f" }
-syscall_state.sys_call_table: 13589.853687799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 219, address = 0xc109599c, symbol = "sys_madvise+0x0/0x424" }
-syscall_state.sys_call_table: 13589.853690354 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 220, address = 0xc10b774c, symbol = "sys_getdents64+0x0/0xa5" }
-syscall_state.sys_call_table: 13589.853693340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 221, address = 0xc10b673c, symbol = "sys_fcntl64+0x0/0x79" }
-syscall_state.sys_call_table: 13589.853696112 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 222, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853698907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 223, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853701887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 224, address = 0xc1034f4d, symbol = "sys_gettid+0x0/0xe" }
-syscall_state.sys_call_table: 13589.853707816 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 225, address = 0xc1082f0d, symbol = "sys_readahead+0x0/0xa3" }
-syscall_state.sys_call_table: 13589.853710581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 226, address = 0xc10c23ce, symbol = "sys_setxattr+0x0/0x62" }
-syscall_state.sys_call_table: 13589.853713148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 227, address = 0xc10c236f, symbol = "sys_lsetxattr+0x0/0x5f" }
-syscall_state.sys_call_table: 13589.853716079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 228, address = 0xc10c230f, symbol = "sys_fsetxattr+0x0/0x60" }
-syscall_state.sys_call_table: 13589.853718616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 229, address = 0xc10c2116, symbol = "sys_getxattr+0x0/0x48" }
-syscall_state.sys_call_table: 13589.853721097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 230, address = 0xc10c20d1, symbol = "sys_lgetxattr+0x0/0x45" }
-syscall_state.sys_call_table: 13589.853723733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 231, address = 0xc10c208e, symbol = "sys_fgetxattr+0x0/0x43" }
-syscall_state.sys_call_table: 13589.853726263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 232, address = 0xc10c1eab, symbol = "sys_listxattr+0x0/0x43" }
-syscall_state.sys_call_table: 13589.853728781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 233, address = 0xc10c1e6b, symbol = "sys_llistxattr+0x0/0x40" }
-syscall_state.sys_call_table: 13589.853731306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 234, address = 0xc10c1e2d, symbol = "sys_flistxattr+0x0/0x3e" }
-syscall_state.sys_call_table: 13589.853733873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 235, address = 0xc10c1cf8, symbol = "sys_removexattr+0x0/0x53" }
-syscall_state.sys_call_table: 13589.853736466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 236, address = 0xc10c1ca8, symbol = "sys_lremovexattr+0x0/0x50" }
-syscall_state.sys_call_table: 13589.853758256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 237, address = 0xc10c1c56, symbol = "sys_fremovexattr+0x0/0x52" }
-syscall_state.sys_call_table: 13589.853761291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 238, address = 0xc1037320, symbol = "sys_tkill+0x0/0x16" }
-syscall_state.sys_call_table: 13589.853764358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 239, address = 0xc10abbf4, symbol = "sys_sendfile64+0x0/0x7c" }
-syscall_state.sys_call_table: 13589.853768261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 240, address = 0xc104ce90, symbol = "sys_futex+0x0/0x111" }
-syscall_state.sys_call_table: 13589.853771401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 241, address = 0xc1024e71, symbol = "sys_sched_setaffinity+0x0/0x3f" }
-syscall_state.sys_call_table: 13589.853774418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 242, address = 0xc1024d0f, symbol = "sys_sched_getaffinity+0x0/0x3d" }
-syscall_state.sys_call_table: 13589.853781874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 243, address = 0xc100aebd, symbol = "sys_set_thread_area+0x0/0x1b" }
-syscall_state.sys_call_table: 13589.853784769 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 244, address = 0xc100adf1, symbol = "sys_get_thread_area+0x0/0x16" }
-syscall_state.sys_call_table: 13589.853787779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 245, address = 0xc10d621a, symbol = "sys_io_setup+0x0/0x30a" }
-syscall_state.sys_call_table: 13589.853790427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 246, address = 0xc10d6182, symbol = "sys_io_destroy+0x0/0x1c" }
-syscall_state.sys_call_table: 13589.853793160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 247, address = 0xc10d6816, symbol = "sys_io_getevents+0x0/0x2f9" }
-syscall_state.sys_call_table: 13589.853795839 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 248, address = 0xc10d6ba2, symbol = "sys_io_submit+0x0/0x47e" }
-syscall_state.sys_call_table: 13589.853798481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 249, address = 0xc10d5db8, symbol = "sys_io_cancel+0x0/0x131" }
-syscall_state.sys_call_table: 13589.853801510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 250, address = 0xc1085cc2, symbol = "sys_fadvise64+0x0/0x22" }
-syscall_state.sys_call_table: 13589.853804342 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 251, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853807156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 252, address = 0xc102d159, symbol = "sys_exit_group+0x0/0x14" }
-syscall_state.sys_call_table: 13589.853814599 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 253, address = 0xc10f5b26, symbol = "sys_lookup_dcookie+0x0/0x13a" }
-syscall_state.sys_call_table: 13589.853817328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 254, address = 0xc10d3ed5, symbol = "sys_epoll_create+0x0/0x1b" }
-syscall_state.sys_call_table: 13589.853819852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 255, address = 0xc10d38e5, symbol = "sys_epoll_ctl+0x0/0x472" }
-syscall_state.sys_call_table: 13589.853822327 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 256, address = 0xc10d35c2, symbol = "sys_epoll_wait+0x0/0x26d" }
-syscall_state.sys_call_table: 13589.853826299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 257, address = 0xc1094eac, symbol = "sys_remap_file_pages+0x0/0x440" }
-syscall_state.sys_call_table: 13589.853829433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 258, address = 0xc1027c0e, symbol = "sys_set_tid_address+0x0/0x18" }
-syscall_state.sys_call_table: 13589.853832037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 259, address = 0xc103ddae, symbol = "sys_timer_create+0x0/0x2f5" }
-syscall_state.sys_call_table: 13589.853834598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 260, address = 0xc103db03, symbol = "sys_timer_settime+0x0/0x235" }
-syscall_state.sys_call_table: 13589.853837129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 261, address = 0xc103dd38, symbol = "sys_timer_gettime+0x0/0x76" }
-syscall_state.sys_call_table: 13589.853839783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 262, address = 0xc103d9d5, symbol = "sys_timer_getoverrun+0x0/0x28" }
-syscall_state.sys_call_table: 13589.853842319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 263, address = 0xc103d93c, symbol = "sys_timer_delete+0x0/0x99" }
-syscall_state.sys_call_table: 13589.853844850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 264, address = 0xc103d668, symbol = "sys_clock_settime+0x0/0x7d" }
-syscall_state.sys_call_table: 13589.853847387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 265, address = 0xc103d5ea, symbol = "sys_clock_gettime+0x0/0x7e" }
-syscall_state.sys_call_table: 13589.853849930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 266, address = 0xc103d56a, symbol = "sys_clock_getres+0x0/0x80" }
-syscall_state.sys_call_table: 13589.853852534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 267, address = 0xc103d4b7, symbol = "sys_clock_nanosleep+0x0/0xb3" }
-syscall_state.sys_call_table: 13589.853855526 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 268, address = 0xc10ab0aa, symbol = "sys_statfs64+0x0/0x95" }
-syscall_state.sys_call_table: 13589.853858359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 269, address = 0xc10ab02a, symbol = "sys_fstatfs64+0x0/0x80" }
-syscall_state.sys_call_table: 13589.853860877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 270, address = 0xc1037336, symbol = "sys_tgkill+0x0/0x1f" }
-syscall_state.sys_call_table: 13589.853863783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 271, address = 0xc10c73b8, symbol = "sys_utimes+0x0/0x13" }
-syscall_state.sys_call_table: 13589.853866535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 272, address = 0xc1085b24, symbol = "sys_fadvise64_64+0x0/0x19e" }
-syscall_state.sys_call_table: 13589.853869362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 273, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853872428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 274, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853875143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 275, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853877828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 276, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853892482 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 277, address = 0xc13e52ba, symbol = "sys_mq_open+0x0/0x2e2" }
-syscall_state.sys_call_table: 13589.853895215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 278, address = 0xc13e513d, symbol = "sys_mq_unlink+0x0/0xdf" }
-syscall_state.sys_call_table: 13589.853898005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 279, address = 0xc13e4d62, symbol = "sys_mq_timedsend+0x0/0x3db" }
-syscall_state.sys_call_table: 13589.853900849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 280, address = 0xc13e4a51, symbol = "sys_mq_timedreceive+0x0/0x311" }
-syscall_state.sys_call_table: 13589.853903620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 281, address = 0xc13e45e9, symbol = "sys_mq_notify+0x0/0x2a0" }
-syscall_state.sys_call_table: 13589.853906428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 282, address = 0xc13e4475, symbol = "sys_mq_getsetattr+0x0/0x174" }
-syscall_state.sys_call_table: 13589.853909359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 283, address = 0xc1058be3, symbol = "sys_kexec_load+0x0/0x4ad" }
-syscall_state.sys_call_table: 13589.853912178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 284, address = 0xc102c985, symbol = "sys_waitid+0x0/0x111" }
-syscall_state.sys_call_table: 13589.853915024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 285, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853918779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 286, address = 0xc13e8487, symbol = "sys_add_key+0x0/0x139" }
-syscall_state.sys_call_table: 13589.853921673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 287, address = 0xc13e837b, symbol = "sys_request_key+0x0/0x10c" }
-syscall_state.sys_call_table: 13589.853924529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 288, address = 0xc13e82c4, symbol = "sys_keyctl+0x0/0xb7" }
-syscall_state.sys_call_table: 13589.853928077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 289, address = 0xc10cfe26, symbol = "sys_ioprio_set+0x0/0x1d6" }
-syscall_state.sys_call_table: 13589.853930853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 290, address = 0xc10cfae3, symbol = "sys_ioprio_get+0x0/0x28b" }
-syscall_state.sys_call_table: 13589.853934098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 291, address = 0xc10d2dd7, symbol = "sys_inotify_init+0x0/0x9" }
-syscall_state.sys_call_table: 13589.853937158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 292, address = 0xc10d2994, symbol = "sys_inotify_add_watch+0x0/0x2ed" }
-syscall_state.sys_call_table: 13589.853940255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 293, address = 0xc10d282e, symbol = "sys_inotify_rm_watch+0x0/0xc4" }
-syscall_state.sys_call_table: 13589.853943210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 294, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.853946050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 295, address = 0xc10aa0c6, symbol = "sys_openat+0x0/0x26" }
-syscall_state.sys_call_table: 13589.853949036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 296, address = 0xc10b5857, symbol = "sys_mkdirat+0x0/0xb5" }
-syscall_state.sys_call_table: 13589.853951960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 297, address = 0xc10b591f, symbol = "sys_mknodat+0x0/0x193" }
-syscall_state.sys_call_table: 13589.853954767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 298, address = 0xc10aa6a5, symbol = "sys_fchownat+0x0/0x6b" }
-syscall_state.sys_call_table: 13589.853957797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 299, address = 0xc10c7334, symbol = "sys_futimesat+0x0/0x84" }
-syscall_state.sys_call_table: 13589.853960420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 300, address = 0xc10aefae, symbol = "sys_fstatat64+0x0/0x2e" }
-syscall_state.sys_call_table: 13589.853963283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 301, address = 0xc10b5820, symbol = "sys_unlinkat+0x0/0x29" }
-syscall_state.sys_call_table: 13589.853966553 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 302, address = 0xc10b5493, symbol = "sys_renameat+0x0/0x1bd" }
-syscall_state.sys_call_table: 13589.853969422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 303, address = 0xc10b5be8, symbol = "sys_linkat+0x0/0xe3" }
-syscall_state.sys_call_table: 13589.853972328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 304, address = 0xc10b5ac9, symbol = "sys_symlinkat+0x0/0xad" }
-syscall_state.sys_call_table: 13589.853974944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 305, address = 0xc10aed48, symbol = "sys_readlinkat+0x0/0x81" }
-syscall_state.sys_call_table: 13589.853977764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 306, address = 0xc10aa767, symbol = "sys_fchmodat+0x0/0x9e" }
-syscall_state.sys_call_table: 13589.853980597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 307, address = 0xc10aa941, symbol = "sys_faccessat+0x0/0x146" }
-syscall_state.sys_call_table: 13589.853983164 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 308, address = 0xc10b8926, symbol = "sys_pselect6+0x0/0x153" }
-syscall_state.sys_call_table: 13589.853985627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 309, address = 0xc10b8111, symbol = "sys_ppoll+0x0/0x10c" }
-syscall_state.sys_call_table: 13589.853988134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 310, address = 0xc1027ea0, symbol = "sys_unshare+0x0/0x280" }
-syscall_state.sys_call_table: 13589.853991544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 311, address = 0xc104a70f, symbol = "sys_set_robust_list+0x0/0x2d" }
-syscall_state.sys_call_table: 13589.853994610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 312, address = 0xc104cfa1, symbol = "sys_get_robust_list+0x0/0xaf" }
-syscall_state.sys_call_table: 13589.853997436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 313, address = 0xc10c54f1, symbol = "sys_splice+0x0/0x3fa" }
-syscall_state.sys_call_table: 13589.854000325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 314, address = 0xc10c6c69, symbol = "sys_sync_file_range+0x0/0x101" }
-syscall_state.sys_call_table: 13589.854003033 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 315, address = 0xc10c51ed, symbol = "sys_tee+0x0/0x242" }
-syscall_state.sys_call_table: 13589.854005902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 316, address = 0xc10c61b8, symbol = "sys_vmsplice+0x0/0x38f" }
-syscall_state.sys_call_table: 13589.854008685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 317, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 13589.854011611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 318, address = 0xc10387fd, symbol = "sys_getcpu+0x0/0x36" }
-syscall_state.sys_call_table: 13589.854014141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 319, address = 0xc10d382f, symbol = "sys_epoll_pwait+0x0/0xb6" }
-syscall_state.sys_call_table: 13589.854017010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 320, address = 0xc10c73cb, symbol = "sys_utimensat+0x0/0x54" }
-syscall_state.sys_call_table: 13589.854019535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 321, address = 0xc10d474f, symbol = "sys_signalfd+0x0/0x19" }
-syscall_state.sys_call_table: 13589.854022090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 322, address = 0xc10d4da0, symbol = "sys_timerfd_create+0x0/0xdc" }
-syscall_state.sys_call_table: 13589.854024626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 323, address = 0xc10d5483, symbol = "sys_eventfd+0x0/0xe" }
-syscall_state.sys_call_table: 13589.854027452 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 324, address = 0xc10aab7d, symbol = "sys_fallocate+0x0/0x40" }
-syscall_state.sys_call_table: 13589.854030082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 325, address = 0xc10d4b1a, symbol = "sys_timerfd_settime+0x0/0x217" }
-syscall_state.sys_call_table: 13589.854032717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 326, address = 0xc10d4805, symbol = "sys_timerfd_gettime+0x0/0xe9" }
-syscall_state.sys_call_table: 13589.854035278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 327, address = 0xc10d45a1, symbol = "sys_signalfd4+0x0/0x1ae" }
-syscall_state.sys_call_table: 13589.854037840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 328, address = 0xc10d543b, symbol = "sys_eventfd2+0x0/0x48" }
-syscall_state.sys_call_table: 13589.854040377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 329, address = 0xc10d3dbf, symbol = "sys_epoll_create1+0x0/0x116" }
-syscall_state.sys_call_table: 13589.854043375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 330, address = 0xc10b683e, symbol = "sys_dup3+0x0/0x13a" }
-syscall_state.sys_call_table: 13589.854046078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 331, address = 0xc10b1d63, symbol = "sys_pipe2+0x0/0x49" }
-syscall_state.sys_call_table: 13589.854049170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 332, address = 0xc10d2c81, symbol = "sys_inotify_init1+0x0/0x156" }
-syscall_state.sys_call_table: 13589.854052100 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 333, address = 0xc10abfa9, symbol = "sys_preadv+0x0/0x97" }
-syscall_state.sys_call_table: 13589.854055252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 334, address = 0xc10abe05, symbol = "sys_pwritev+0x0/0x97" }
-syscall_state.sys_call_table: 13589.854057893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 335, address = 0xc1037278, symbol = "sys_rt_tgsigqueueinfo+0x0/0x47" }
-syscall_state.sys_call_table: 13589.854064691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/syscall_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 336, address = 0xc108053d, symbol = "sys_perf_event_open+0x0/0x6a7" }
-softirq_state.softirq_vec: 13589.854068373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 0, address = 0xc102e1f2, symbol = "tasklet_hi_action+0x0/0xec" }
-softirq_state.softirq_vec: 13589.854072117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 1, address = 0xc1034c2c, symbol = "run_timer_softirq+0x0/0x254" }
-softirq_state.softirq_vec: 13589.854079142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 2, address = 0xc14c0a3f, symbol = "net_tx_action+0x0/0xca" }
-softirq_state.softirq_vec: 13589.854084874 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 3, address = 0xc14c285c, symbol = "net_rx_action+0x0/0x1e8" }
-softirq_state.softirq_vec: 13589.854139094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 4, address = 0xc1414d50, symbol = "blk_done_softirq+0x0/0x6c" }
-softirq_state.softirq_vec: 13589.854141841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 5, address = 0xc141520d, symbol = "blk_iopoll_softirq+0x0/0xba" }
-softirq_state.softirq_vec: 13589.854144808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 6, address = 0xc102e2de, symbol = "tasklet_action+0x0/0xec" }
-softirq_state.softirq_vec: 13589.854172571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 7, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854175908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 8, address = 0xc104160e, symbol = "run_hrtimer_softirq+0x0/0x5" }
-softirq_state.softirq_vec: 13589.854184707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 9, address = 0xc106a2c7, symbol = "rcu_process_callbacks+0x0/0x1f" }
-softirq_state.softirq_vec: 13589.854189872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 10, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854192028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 11, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854194139 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 12, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854196251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 13, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854198363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 14, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854200476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 15, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854202593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 16, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854204711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 17, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854206829 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 18, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854208941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 19, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854211417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 20, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854213535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 21, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854215671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 22, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854217795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 23, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854219900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 24, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854222149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 25, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854224266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 26, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854226403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 27, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854228515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 28, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854230626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 29, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854232739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 30, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 13589.854234832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/softirq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { id = 31, address = 0x0, symbol = "0x0" }
-irq_state.idt_table: 13589.854238267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 0, address = 0xc1003b04, symbol = "divide_error+0x0/0xc" }
-irq_state.idt_table: 13589.854253445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 1, address = 0xc1584ec4, symbol = "debug+0x0/0x11" }
-irq_state.idt_table: 13589.854256006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 2, address = 0xc1584f14, symbol = "nmi+0x0/0x31" }
-irq_state.idt_table: 13589.854258531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 3, address = 0xc158502c, symbol = "int3+0x0/0x30" }
-irq_state.idt_table: 13589.854261233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 4, address = 0xc1003aa4, symbol = "overflow+0x0/0xc" }
-irq_state.idt_table: 13589.854264017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 5, address = 0xc1003ab0, symbol = "bounds+0x0/0xc" }
-irq_state.idt_table: 13589.854266677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 6, address = 0xc1003abc, symbol = "invalid_op+0x0/0xc" }
-irq_state.idt_table: 13589.854269627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 7, address = 0xc1003a88, symbol = "device_not_available+0x0/0xc" }
-irq_state.idt_table: 13589.854273241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 8, address = 0x0, symbol = "0x0" }
-irq_state.idt_table: 13589.854276177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 9, address = 0xc1003ac8, symbol = "coprocessor_segment_overrun+0x0/0xc" }
-irq_state.idt_table: 13589.854278960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 10, address = 0xc1003ad4, symbol = "invalid_TSS+0x0/0xc" }
-irq_state.idt_table: 13589.854281749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 11, address = 0xc1003ae0, symbol = "segment_not_present+0x0/0xc" }
-irq_state.idt_table: 13589.854284514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 12, address = 0xc1003aec, symbol = "stack_segment+0x0/0xc" }
-irq_state.idt_table: 13589.854287377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 13, address = 0xc158505c, symbol = "general_protection+0x0/0xa" }
-irq_state.idt_table: 13589.854290006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 14, address = 0xc1584e58, symbol = "page_fault+0x0/0x8" }
-irq_state.idt_table: 13589.854293005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 15, address = 0xc1003b20, symbol = "spurious_interrupt_bug+0x0/0xc" }
-irq_state.idt_table: 13589.854296336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 16, address = 0xc1003a70, symbol = "coprocessor_error+0x0/0xc" }
-irq_state.idt_table: 13589.854299131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 17, address = 0xc1003af8, symbol = "alignment_check+0x0/0xc" }
-irq_state.idt_table: 13589.854301958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 18, address = 0xc1003b10, symbol = "machine_check+0x0/0x10" }
-irq_state.idt_table: 13589.854304796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 19, address = 0xc1003a7c, symbol = "simd_coprocessor_error+0x0/0xc" }
-irq_state.idt_table: 13589.854308958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 20, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 13589.854311637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 21, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 13589.854314284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 22, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 13589.854316876 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 23, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 13589.854319400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 24, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 13589.854322055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 25, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 13589.854324604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 26, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 13589.854327245 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 27, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 13589.854329794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 28, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 13589.854332355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 29, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 13589.854335034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 30, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 13589.854337607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 31, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 13589.854340858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 32, address = 0xc10034c0, symbol = "irq_entries_start+0x0/0x400" }
-irq_state.idt_table: 13589.854343722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 33, address = 0xc10034c4, symbol = "irq_entries_start+0x4/0x400" }
-irq_state.idt_table: 13589.854346560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 34, address = 0xc10034c8, symbol = "irq_entries_start+0x8/0x400" }
-irq_state.idt_table: 13589.854349330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 35, address = 0xc10034cc, symbol = "irq_entries_start+0xc/0x400" }
-irq_state.idt_table: 13589.854352151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 36, address = 0xc10034d0, symbol = "irq_entries_start+0x10/0x400" }
-irq_state.idt_table: 13589.854354983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 37, address = 0xc10034d4, symbol = "irq_entries_start+0x14/0x400" }
-irq_state.idt_table: 13589.854357772 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 38, address = 0xc10034d8, symbol = "irq_entries_start+0x18/0x400" }
-irq_state.idt_table: 13589.854360727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 39, address = 0xc10034e0, symbol = "irq_entries_start+0x20/0x400" }
-irq_state.idt_table: 13589.854363522 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 40, address = 0xc10034e4, symbol = "irq_entries_start+0x24/0x400" }
-irq_state.idt_table: 13589.854366331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 41, address = 0xc10034e8, symbol = "irq_entries_start+0x28/0x400" }
-irq_state.idt_table: 13589.854369360 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 42, address = 0xc10034ec, symbol = "irq_entries_start+0x2c/0x400" }
-irq_state.idt_table: 13589.854372094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 43, address = 0xc10034f0, symbol = "irq_entries_start+0x30/0x400" }
-irq_state.idt_table: 13589.854375031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 44, address = 0xc10034f4, symbol = "irq_entries_start+0x34/0x400" }
-irq_state.idt_table: 13589.854378121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 45, address = 0xc10034f8, symbol = "irq_entries_start+0x38/0x400" }
-irq_state.idt_table: 13589.854381193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 46, address = 0xc1003500, symbol = "irq_entries_start+0x40/0x400" }
-irq_state.idt_table: 13589.854384143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 47, address = 0xc1003504, symbol = "irq_entries_start+0x44/0x400" }
-irq_state.idt_table: 13589.854387493 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 48, address = 0xc1003508, symbol = "irq_entries_start+0x48/0x400" }
-irq_state.idt_table: 13589.854390257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 49, address = 0xc100350c, symbol = "irq_entries_start+0x4c/0x400" }
-irq_state.idt_table: 13589.854393612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 50, address = 0xc1003510, symbol = "irq_entries_start+0x50/0x400" }
-irq_state.idt_table: 13589.854396488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 51, address = 0xc1003514, symbol = "irq_entries_start+0x54/0x400" }
-irq_state.idt_table: 13589.854399277 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 52, address = 0xc1003518, symbol = "irq_entries_start+0x58/0x400" }
-irq_state.idt_table: 13589.854402060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 53, address = 0xc1003520, symbol = "irq_entries_start+0x60/0x400" }
-irq_state.idt_table: 13589.854405028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 54, address = 0xc1003524, symbol = "irq_entries_start+0x64/0x400" }
-irq_state.idt_table: 13589.854407836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 55, address = 0xc1003528, symbol = "irq_entries_start+0x68/0x400" }
-irq_state.idt_table: 13589.854410939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 56, address = 0xc100352c, symbol = "irq_entries_start+0x6c/0x400" }
-irq_state.idt_table: 13589.854413746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 57, address = 0xc1003530, symbol = "irq_entries_start+0x70/0x400" }
-irq_state.idt_table: 13589.854416739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 58, address = 0xc1003534, symbol = "irq_entries_start+0x74/0x400" }
-irq_state.idt_table: 13589.854419657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 59, address = 0xc1003538, symbol = "irq_entries_start+0x78/0x400" }
-irq_state.idt_table: 13589.854422447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 60, address = 0xc1003540, symbol = "irq_entries_start+0x80/0x400" }
-irq_state.idt_table: 13589.854425249 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 61, address = 0xc1003544, symbol = "irq_entries_start+0x84/0x400" }
-irq_state.idt_table: 13589.854428228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 62, address = 0xc1003548, symbol = "irq_entries_start+0x88/0x400" }
-irq_state.idt_table: 13589.854431011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 63, address = 0xc100354c, symbol = "irq_entries_start+0x8c/0x400" }
-irq_state.idt_table: 13589.854434355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 64, address = 0xc1003550, symbol = "irq_entries_start+0x90/0x400" }
-irq_state.idt_table: 13589.854437193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 65, address = 0xc1003554, symbol = "irq_entries_start+0x94/0x400" }
-irq_state.idt_table: 13589.854439921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 66, address = 0xc1003558, symbol = "irq_entries_start+0x98/0x400" }
-irq_state.idt_table: 13589.854442777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 67, address = 0xc1003560, symbol = "irq_entries_start+0xa0/0x400" }
-irq_state.idt_table: 13589.854445580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 68, address = 0xc1003564, symbol = "irq_entries_start+0xa4/0x400" }
-irq_state.idt_table: 13589.854448467 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 69, address = 0xc1003568, symbol = "irq_entries_start+0xa8/0x400" }
-irq_state.idt_table: 13589.854451453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 70, address = 0xc100356c, symbol = "irq_entries_start+0xac/0x400" }
-irq_state.idt_table: 13589.854454180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 71, address = 0xc1003570, symbol = "irq_entries_start+0xb0/0x400" }
-irq_state.idt_table: 13589.854457253 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 72, address = 0xc1003574, symbol = "irq_entries_start+0xb4/0x400" }
-irq_state.idt_table: 13589.854460227 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 73, address = 0xc1003578, symbol = "irq_entries_start+0xb8/0x400" }
-irq_state.idt_table: 13589.854463090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 74, address = 0xc1003580, symbol = "irq_entries_start+0xc0/0x400" }
-irq_state.idt_table: 13589.854465989 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 75, address = 0xc1003584, symbol = "irq_entries_start+0xc4/0x400" }
-irq_state.idt_table: 13589.854468946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 76, address = 0xc1003588, symbol = "irq_entries_start+0xc8/0x400" }
-irq_state.idt_table: 13589.854471747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 77, address = 0xc100358c, symbol = "irq_entries_start+0xcc/0x400" }
-irq_state.idt_table: 13589.854474844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 78, address = 0xc1003590, symbol = "irq_entries_start+0xd0/0x400" }
-irq_state.idt_table: 13589.854477855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 79, address = 0xc1003594, symbol = "irq_entries_start+0xd4/0x400" }
-irq_state.idt_table: 13589.854481210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 80, address = 0xc1003598, symbol = "irq_entries_start+0xd8/0x400" }
-irq_state.idt_table: 13589.854483993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 81, address = 0xc10035a0, symbol = "irq_entries_start+0xe0/0x400" }
-irq_state.idt_table: 13589.854486783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 82, address = 0xc10035a4, symbol = "irq_entries_start+0xe4/0x400" }
-irq_state.idt_table: 13589.854489818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 83, address = 0xc10035a8, symbol = "irq_entries_start+0xe8/0x400" }
-irq_state.idt_table: 13589.854492804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 84, address = 0xc10035ac, symbol = "irq_entries_start+0xec/0x400" }
-irq_state.idt_table: 13589.854495613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 85, address = 0xc10035b0, symbol = "irq_entries_start+0xf0/0x400" }
-irq_state.idt_table: 13589.854498592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 86, address = 0xc10035b4, symbol = "irq_entries_start+0xf4/0x400" }
-irq_state.idt_table: 13589.854501541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 87, address = 0xc10035b8, symbol = "irq_entries_start+0xf8/0x400" }
-irq_state.idt_table: 13589.854504380 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 88, address = 0xc10035c0, symbol = "irq_entries_start+0x100/0x400" }
-irq_state.idt_table: 13589.854507317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 89, address = 0xc10035c4, symbol = "irq_entries_start+0x104/0x400" }
-irq_state.idt_table: 13589.854510180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 90, address = 0xc10035c8, symbol = "irq_entries_start+0x108/0x400" }
-irq_state.idt_table: 13589.854512987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 91, address = 0xc10035cc, symbol = "irq_entries_start+0x10c/0x400" }
-irq_state.idt_table: 13589.854515734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 92, address = 0xc10035d0, symbol = "irq_entries_start+0x110/0x400" }
-irq_state.idt_table: 13589.854518646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 93, address = 0xc10035d4, symbol = "irq_entries_start+0x114/0x400" }
-irq_state.idt_table: 13589.854521423 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 94, address = 0xc10035d8, symbol = "irq_entries_start+0x118/0x400" }
-irq_state.idt_table: 13589.854524200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 95, address = 0xc10035e0, symbol = "irq_entries_start+0x120/0x400" }
-irq_state.idt_table: 13589.854527882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 96, address = 0xc10035e4, symbol = "irq_entries_start+0x124/0x400" }
-irq_state.idt_table: 13589.854530665 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 97, address = 0xc10035e8, symbol = "irq_entries_start+0x128/0x400" }
-irq_state.idt_table: 13589.854533589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 98, address = 0xc10035ec, symbol = "irq_entries_start+0x12c/0x400" }
-irq_state.idt_table: 13589.854536398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 99, address = 0xc10035f0, symbol = "irq_entries_start+0x130/0x400" }
-irq_state.idt_table: 13589.854539107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 100, address = 0xc10035f4, symbol = "irq_entries_start+0x134/0x400" }
-irq_state.idt_table: 13589.854541840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 101, address = 0xc10035f8, symbol = "irq_entries_start+0x138/0x400" }
-irq_state.idt_table: 13589.854544604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 102, address = 0xc1003600, symbol = "irq_entries_start+0x140/0x400" }
-irq_state.idt_table: 13589.854547356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 103, address = 0xc1003604, symbol = "irq_entries_start+0x144/0x400" }
-irq_state.idt_table: 13589.854550473 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 104, address = 0xc1003608, symbol = "irq_entries_start+0x148/0x400" }
-irq_state.idt_table: 13589.854553268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 105, address = 0xc100360c, symbol = "irq_entries_start+0x14c/0x400" }
-irq_state.idt_table: 13589.854556168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 106, address = 0xc1003610, symbol = "irq_entries_start+0x150/0x400" }
-irq_state.idt_table: 13589.854559099 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 107, address = 0xc1003614, symbol = "irq_entries_start+0x154/0x400" }
-irq_state.idt_table: 13589.854561869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 108, address = 0xc1003618, symbol = "irq_entries_start+0x158/0x400" }
-irq_state.idt_table: 13589.854564658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 109, address = 0xc1003620, symbol = "irq_entries_start+0x160/0x400" }
-irq_state.idt_table: 13589.854567379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 110, address = 0xc1003624, symbol = "irq_entries_start+0x164/0x400" }
-irq_state.idt_table: 13589.854570120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 111, address = 0xc1003628, symbol = "irq_entries_start+0x168/0x400" }
-irq_state.idt_table: 13589.854573389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 112, address = 0xc100362c, symbol = "irq_entries_start+0x16c/0x400" }
-irq_state.idt_table: 13589.854576111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 113, address = 0xc1003630, symbol = "irq_entries_start+0x170/0x400" }
-irq_state.idt_table: 13589.854577764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 114, address = 0xc1003634, symbol = "irq_entries_start+0x174/0x400" }
-kernel.irq_entry: 13589.854625272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 13589.854651921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { jiffies = 4296292868, xtime_sec = 1262715366, xtime_nsec = 301133051, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
-kernel.softirq_raise: 13589.854672165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.irq_exit: 13589.854716730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 13589.854722451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.sched_try_wakeup: 13589.854749592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { pid = 16890, cpu_id = 0, state = 1 }
-kernel.timer_set: 13589.854777311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SOFTIRQ { expires = 1325573, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 13589.854782311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.sched_schedule: 13589.854800252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { prev_pid = 16887, next_pid = 16890, prev_state = 0 }
-fs.pollfd: 13589.854988151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 13589.854993286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 6 }
-fs.pollfd: 13589.854996820 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 13589.854998975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 13589.855001216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 13589.855003119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 14 }
-fs.pollfd: 13589.855004923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 13589.855006573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 18 }
-fs.pollfd: 13589.855008315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 20 }
-fs.pollfd: 13589.855010156 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 22 }
-fs.pollfd: 13589.855012095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 24 }
-fs.pollfd: 13589.855013844 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 13589.855015692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 28 }
-fs.pollfd: 13589.855017760 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 30 }
-fs.pollfd: 13589.855019884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 32 }
-fs.pollfd: 13589.855022224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 34 }
-fs.pollfd: 13589.855024367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 36 }
-fs.pollfd: 13589.855026190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 38 }
-fs.pollfd: 13589.855027920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 40 }
-fs.pollfd: 13589.855030087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 42 }
-fs.pollfd: 13589.855031977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 44 }
-fs.pollfd: 13589.855033688 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 46 }
-fs.pollfd: 13589.855035967 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 48 }
-mm.page_free: 13589.855046527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { pfn = 79372, order = 0 }
-kernel.syscall_exit: 13589.855055720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 1 }
-kernel.page_fault_entry: 13589.855076605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0x8049932, address = 0x804b1d0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.855100161 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.855129131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb76db090, address = 0xb76db090, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.855140540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.855152337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb76db18f, address = 0x87281a4, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.855174047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.855181184 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb76534b0, address = 0xb76534b0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.855189588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.855199704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 13589.855203651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 22, cmd = 2147808512, arg = 3076035380 }
-kernel.syscall_exit: 13589.855209913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.855213773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 13589.855215288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 22, cmd = 2147808515, arg = 3076035376 }
-kernel.syscall_exit: 13589.855224911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.855232879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb771cb70, address = 0xb7599a3b, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.855241087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.855252212 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-kernel.syscall_exit: 13589.855929180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
-kernel.page_fault_entry: 13589.855956486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, TRAP { ip = 0xb765c000, address = 0xb765c000, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.855990086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.856006323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-mm.add_to_page_cache: 13589.856109591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.856494136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.856539459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.856578846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.856648638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.856703183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.856754891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.857039013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.857114285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.857195830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.857256177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.857302367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.857363200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.857449105 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.857518785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.857604474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-kernel.syscall_exit: 13589.857682732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
-kernel.syscall_entry: 13589.857707514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-kernel.syscall_exit: 13589.857718714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
-kernel.syscall_entry: 13589.857722334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-mm.add_to_page_cache: 13589.857739673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.857768944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.857978762 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.858046356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.858102601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.858166758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.858223238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.858327269 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.858400879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.858425451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.858474585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.858498691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.858549592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.858606502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.858656751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.858746115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-kernel.syscall_exit: 13589.858802202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
-kernel.syscall_entry: 13589.858826072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-kernel.syscall_exit: 13589.858835579 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
-kernel.syscall_entry: 13589.858839643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-mm.add_to_page_cache: 13589.858956641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859010276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859089556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859115157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859200311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859225462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859311472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859336113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859391331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859414998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859496217 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859521382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859545062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859570104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859616578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859640676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-kernel.syscall_exit: 13589.859696984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
-kernel.syscall_entry: 13589.859717136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-kernel.syscall_exit: 13589.859726557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
-kernel.syscall_entry: 13589.859729734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-mm.add_to_page_cache: 13589.859740761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859765575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859821001 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.859844798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.860027513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.860051612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.860074516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.860097519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.860125565 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.860148463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.860171424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.860195498 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.860245334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.860268085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.860436520 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-mm.add_to_page_cache: 13589.860459209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { inode = 1392939, sdev = 3145730 }
-kernel.syscall_exit: 13589.860487292 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 65536 }
-kernel.syscall_entry: 13589.860506090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 13589.860515781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 22, cmd = 1074066689, arg = 3076035380 }
-kernel.syscall_exit: 13589.860525047 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.860544536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { ip = 0xb7705416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.860550729 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 13589.860556757 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 6 }
-fs.pollfd: 13589.860560944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 13589.860563955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 13589.860566381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 13589.860569053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 14 }
-fs.pollfd: 13589.860570986 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 13589.860573216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 18 }
-fs.pollfd: 13589.860575567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 20 }
-fs.pollfd: 13589.860578344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 22 }
-fs.pollfd: 13589.860579976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 24 }
-fs.pollfd: 13589.860582204 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 13589.860585264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 28 }
-fs.pollfd: 13589.860587912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 30 }
-fs.pollfd: 13589.860590080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 32 }
-fs.pollfd: 13589.860592228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 34 }
-fs.pollfd: 13589.860595417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 36 }
-fs.pollfd: 13589.860597789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 38 }
-fs.pollfd: 13589.860599900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 40 }
-fs.pollfd: 13589.860603508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 42 }
-fs.pollfd: 13589.860606236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 44 }
-fs.pollfd: 13589.860608754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 46 }
-fs.pollfd: 13589.860611673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16890, 16889, lttd, , 16889, 0x0, SYSCALL { fd = 48 }
-kernel.sched_schedule: 13589.860649392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { prev_pid = 16890, next_pid = 1852, prev_state = 1 }
-kernel.syscall_entry: 13589.861862727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.861889350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 3808, fd = 41 }
-kernel.syscall_exit: 13589.861892460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 3808 }
-kernel.irq_entry: 13589.864174128 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3077276131, handler = 0x0, irq_id = 239, kernel_mode = 0 }
-kernel.timer_itimer_expired: 13589.864256929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 1852 }
-kernel.send_signal: 13589.864298715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 1852, signal = 14 }
-kernel.irq_exit: 13589.864414783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.syscall_entry: 13589.864536066 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726408, syscall_id = 119 [ptregs_sigreturn+0x0/0xc] }
-kernel.syscall_exit: 13589.864558383 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.irq_entry: 13589.864752868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 13589.864771536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { jiffies = 4296292869, xtime_sec = 1262715366, xtime_nsec = 301133052, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
-kernel.softirq_raise: 13589.864793640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.irq_exit: 13589.864836303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 13589.864840183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.timer_set: 13589.864861917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325574, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 13589.864866881 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.syscall_entry: 13589.864874453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
-kernel.timer_itimer_set: 13589.864893971 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.864904143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.864926419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [sys_select+0x0/0x8f] }
-fs.select: 13589.864937699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.864943783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.864947921 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.864960592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.864963763 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.864967586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.864970832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.864974532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.864977555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.864979882 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.864982432 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.864985411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.864988213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.864990676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.864994672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.864998323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865002110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865005761 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865008833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865012072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865015458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865018777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865022170 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865025987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865028991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865032028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865035592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865038904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865041983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865045271 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865048263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865051163 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865054039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 13589.865057044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 0, end_time_nsec = 0 }
-kernel.syscall_exit: 13589.865060548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.865072708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
-kernel.timer_itimer_set: 13589.865074629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 13589.865081339 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 13589.865378879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.865404781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 3540, fd = 41 }
-kernel.syscall_exit: 13589.865406690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, MODE_UNKNOWN { ret = 3540 }
-kernel.syscall_entry: 13589.868110052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-kernel.sched_try_wakeup: 13589.868171278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.868198801 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.868340612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.868386207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { prev_pid = 2241, next_pid = 16887, prev_state = 1 }
-irq_state.idt_table: 13589.868524818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 115, address = 0xc1003638, symbol = "irq_entries_start+0x178/0x400" }
-irq_state.idt_table: 13589.868530403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 116, address = 0xc1003640, symbol = "irq_entries_start+0x180/0x400" }
-irq_state.idt_table: 13589.868533442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 117, address = 0xc1003644, symbol = "irq_entries_start+0x184/0x400" }
-irq_state.idt_table: 13589.868536302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 118, address = 0xc1003648, symbol = "irq_entries_start+0x188/0x400" }
-irq_state.idt_table: 13589.868539144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 119, address = 0xc100364c, symbol = "irq_entries_start+0x18c/0x400" }
-irq_state.idt_table: 13589.868543578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 120, address = 0xc1003650, symbol = "irq_entries_start+0x190/0x400" }
-irq_state.idt_table: 13589.868546384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 121, address = 0xc1003654, symbol = "irq_entries_start+0x194/0x400" }
-irq_state.idt_table: 13589.868549208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 122, address = 0xc1003658, symbol = "irq_entries_start+0x198/0x400" }
-irq_state.idt_table: 13589.868551927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 123, address = 0xc1003660, symbol = "irq_entries_start+0x1a0/0x400" }
-irq_state.idt_table: 13589.868554653 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 124, address = 0xc1003664, symbol = "irq_entries_start+0x1a4/0x400" }
-irq_state.idt_table: 13589.868557685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 125, address = 0xc1003668, symbol = "irq_entries_start+0x1a8/0x400" }
-irq_state.idt_table: 13589.868560502 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 126, address = 0xc100366c, symbol = "irq_entries_start+0x1ac/0x400" }
-irq_state.idt_table: 13589.868563302 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 127, address = 0xc1003670, symbol = "irq_entries_start+0x1b0/0x400" }
-irq_state.idt_table: 13589.868567265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 128, address = 0xc10032ac, symbol = "system_call+0x0/0x3e" }
-irq_state.idt_table: 13589.868570131 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 129, address = 0xc1003678, symbol = "irq_entries_start+0x1b8/0x400" }
-irq_state.idt_table: 13589.868573028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 130, address = 0xc1003680, symbol = "irq_entries_start+0x1c0/0x400" }
-irq_state.idt_table: 13589.868575846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 131, address = 0xc1003684, symbol = "irq_entries_start+0x1c4/0x400" }
-irq_state.idt_table: 13589.868578669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 132, address = 0xc1003688, symbol = "irq_entries_start+0x1c8/0x400" }
-irq_state.idt_table: 13589.868581462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 133, address = 0xc100368c, symbol = "irq_entries_start+0x1cc/0x400" }
-irq_state.idt_table: 13589.868584261 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 134, address = 0xc1003690, symbol = "irq_entries_start+0x1d0/0x400" }
-irq_state.idt_table: 13589.868587092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 135, address = 0xc1003694, symbol = "irq_entries_start+0x1d4/0x400" }
-irq_state.idt_table: 13589.868590319 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 136, address = 0xc1003698, symbol = "irq_entries_start+0x1d8/0x400" }
-irq_state.idt_table: 13589.868593143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 137, address = 0xc10036a0, symbol = "irq_entries_start+0x1e0/0x400" }
-irq_state.idt_table: 13589.868596040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 138, address = 0xc10036a4, symbol = "irq_entries_start+0x1e4/0x400" }
-irq_state.idt_table: 13589.868598833 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 139, address = 0xc10036a8, symbol = "irq_entries_start+0x1e8/0x400" }
-irq_state.idt_table: 13589.868601620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 140, address = 0xc10036ac, symbol = "irq_entries_start+0x1ec/0x400" }
-irq_state.idt_table: 13589.868604407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 141, address = 0xc10036b0, symbol = "irq_entries_start+0x1f0/0x400" }
-irq_state.idt_table: 13589.868607145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 142, address = 0xc10036b4, symbol = "irq_entries_start+0x1f4/0x400" }
-irq_state.idt_table: 13589.868609944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 143, address = 0xc10036b8, symbol = "irq_entries_start+0x1f8/0x400" }
-irq_state.idt_table: 13589.868612902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 144, address = 0xc10036c0, symbol = "irq_entries_start+0x200/0x400" }
-irq_state.idt_table: 13589.868615702 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 145, address = 0xc10036c4, symbol = "irq_entries_start+0x204/0x400" }
-irq_state.idt_table: 13589.868618476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 146, address = 0xc10036c8, symbol = "irq_entries_start+0x208/0x400" }
-irq_state.idt_table: 13589.868621238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 147, address = 0xc10036cc, symbol = "irq_entries_start+0x20c/0x400" }
-irq_state.idt_table: 13589.868624149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 148, address = 0xc10036d0, symbol = "irq_entries_start+0x210/0x400" }
-irq_state.idt_table: 13589.868626917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 149, address = 0xc10036d4, symbol = "irq_entries_start+0x214/0x400" }
-irq_state.idt_table: 13589.868629703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 150, address = 0xc10036d8, symbol = "irq_entries_start+0x218/0x400" }
-irq_state.idt_table: 13589.868632404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 151, address = 0xc10036e0, symbol = "irq_entries_start+0x220/0x400" }
-irq_state.idt_table: 13589.868635798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 152, address = 0xc10036e4, symbol = "irq_entries_start+0x224/0x400" }
-irq_state.idt_table: 13589.868638677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 153, address = 0xc10036e8, symbol = "irq_entries_start+0x228/0x400" }
-irq_state.idt_table: 13589.868641439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 154, address = 0xc10036ec, symbol = "irq_entries_start+0x22c/0x400" }
-irq_state.idt_table: 13589.868644190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 155, address = 0xc10036f0, symbol = "irq_entries_start+0x230/0x400" }
-irq_state.idt_table: 13589.868647215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 156, address = 0xc10036f4, symbol = "irq_entries_start+0x234/0x400" }
-irq_state.idt_table: 13589.868650535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 157, address = 0xc10036f8, symbol = "irq_entries_start+0x238/0x400" }
-irq_state.idt_table: 13589.868653634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 158, address = 0xc1003700, symbol = "irq_entries_start+0x240/0x400" }
-irq_state.idt_table: 13589.868656463 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 159, address = 0xc1003704, symbol = "irq_entries_start+0x244/0x400" }
-irq_state.idt_table: 13589.868659496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 160, address = 0xc1003708, symbol = "irq_entries_start+0x248/0x400" }
-irq_state.idt_table: 13589.868662541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 161, address = 0xc100370c, symbol = "irq_entries_start+0x24c/0x400" }
-irq_state.idt_table: 13589.868665340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 162, address = 0xc1003710, symbol = "irq_entries_start+0x250/0x400" }
-irq_state.idt_table: 13589.868668267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 163, address = 0xc1003714, symbol = "irq_entries_start+0x254/0x400" }
-irq_state.idt_table: 13589.868671054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 164, address = 0xc1003718, symbol = "irq_entries_start+0x258/0x400" }
-irq_state.idt_table: 13589.868674050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 165, address = 0xc1003720, symbol = "irq_entries_start+0x260/0x400" }
-irq_state.idt_table: 13589.868676898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 166, address = 0xc1003724, symbol = "irq_entries_start+0x264/0x400" }
-irq_state.idt_table: 13589.868679972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 167, address = 0xc1003728, symbol = "irq_entries_start+0x268/0x400" }
-irq_state.idt_table: 13589.868683206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 168, address = 0xc100372c, symbol = "irq_entries_start+0x26c/0x400" }
-irq_state.idt_table: 13589.868686018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 169, address = 0xc1003730, symbol = "irq_entries_start+0x270/0x400" }
-irq_state.idt_table: 13589.868688872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 170, address = 0xc1003734, symbol = "irq_entries_start+0x274/0x400" }
-irq_state.idt_table: 13589.868691861 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 171, address = 0xc1003738, symbol = "irq_entries_start+0x278/0x400" }
-irq_state.idt_table: 13589.868694660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 172, address = 0xc1003740, symbol = "irq_entries_start+0x280/0x400" }
-irq_state.idt_table: 13589.868697662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 173, address = 0xc1003744, symbol = "irq_entries_start+0x284/0x400" }
-irq_state.idt_table: 13589.868700663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 174, address = 0xc1003748, symbol = "irq_entries_start+0x288/0x400" }
-irq_state.idt_table: 13589.868703468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 175, address = 0xc100374c, symbol = "irq_entries_start+0x28c/0x400" }
-irq_state.idt_table: 13589.868706555 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 176, address = 0xc1003750, symbol = "irq_entries_start+0x290/0x400" }
-irq_state.idt_table: 13589.868709385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 177, address = 0xc1003754, symbol = "irq_entries_start+0x294/0x400" }
-irq_state.idt_table: 13589.868712202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 178, address = 0xc1003758, symbol = "irq_entries_start+0x298/0x400" }
-irq_state.idt_table: 13589.868715160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 179, address = 0xc1003760, symbol = "irq_entries_start+0x2a0/0x400" }
-irq_state.idt_table: 13589.868717972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 180, address = 0xc1003764, symbol = "irq_entries_start+0x2a4/0x400" }
-irq_state.idt_table: 13589.868720771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 181, address = 0xc1003768, symbol = "irq_entries_start+0x2a8/0x400" }
-irq_state.idt_table: 13589.868723577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 182, address = 0xc100376c, symbol = "irq_entries_start+0x2ac/0x400" }
-irq_state.idt_table: 13589.868726388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 183, address = 0xc1003770, symbol = "irq_entries_start+0x2b0/0x400" }
-irq_state.idt_table: 13589.868729855 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 184, address = 0xc1003774, symbol = "irq_entries_start+0x2b4/0x400" }
-irq_state.idt_table: 13589.868732678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 185, address = 0xc1003778, symbol = "irq_entries_start+0x2b8/0x400" }
-irq_state.idt_table: 13589.868735484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 186, address = 0xc1003780, symbol = "irq_entries_start+0x2c0/0x400" }
-irq_state.idt_table: 13589.868738442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 187, address = 0xc1003784, symbol = "irq_entries_start+0x2c4/0x400" }
-irq_state.idt_table: 13589.868741266 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 188, address = 0xc1003788, symbol = "irq_entries_start+0x2c8/0x400" }
-irq_state.idt_table: 13589.868744078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 189, address = 0xc100378c, symbol = "irq_entries_start+0x2cc/0x400" }
-irq_state.idt_table: 13589.868746931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 190, address = 0xc1003790, symbol = "irq_entries_start+0x2d0/0x400" }
-irq_state.idt_table: 13589.868749737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 191, address = 0xc1003794, symbol = "irq_entries_start+0x2d4/0x400" }
-irq_state.idt_table: 13589.868752824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 192, address = 0xc1003798, symbol = "irq_entries_start+0x2d8/0x400" }
-irq_state.idt_table: 13589.868755610 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 193, address = 0xc10037a0, symbol = "irq_entries_start+0x2e0/0x400" }
-irq_state.idt_table: 13589.868759133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 194, address = 0xc10037a4, symbol = "irq_entries_start+0x2e4/0x400" }
-irq_state.idt_table: 13589.868761901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 195, address = 0xc10037a8, symbol = "irq_entries_start+0x2e8/0x400" }
-irq_state.idt_table: 13589.868764645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 196, address = 0xc10037ac, symbol = "irq_entries_start+0x2ec/0x400" }
-irq_state.idt_table: 13589.868767364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 197, address = 0xc10037b0, symbol = "irq_entries_start+0x2f0/0x400" }
-irq_state.idt_table: 13589.868770078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 198, address = 0xc10037b4, symbol = "irq_entries_start+0x2f4/0x400" }
-irq_state.idt_table: 13589.868773000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 199, address = 0xc10037b8, symbol = "irq_entries_start+0x2f8/0x400" }
-irq_state.idt_table: 13589.868776651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 200, address = 0xc10037c0, symbol = "irq_entries_start+0x300/0x400" }
-irq_state.idt_table: 13589.868779444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 201, address = 0xc10037c4, symbol = "irq_entries_start+0x304/0x400" }
-irq_state.idt_table: 13589.868782267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 202, address = 0xc10037c8, symbol = "irq_entries_start+0x308/0x400" }
-irq_state.idt_table: 13589.868785054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 203, address = 0xc10037cc, symbol = "irq_entries_start+0x30c/0x400" }
-irq_state.idt_table: 13589.868787896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 204, address = 0xc10037d0, symbol = "irq_entries_start+0x310/0x400" }
-irq_state.idt_table: 13589.868790775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 205, address = 0xc10037d4, symbol = "irq_entries_start+0x314/0x400" }
-irq_state.idt_table: 13589.868793519 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 206, address = 0xc10037d8, symbol = "irq_entries_start+0x318/0x400" }
-irq_state.idt_table: 13589.868796458 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 207, address = 0xc10037e0, symbol = "irq_entries_start+0x320/0x400" }
-irq_state.idt_table: 13589.868799515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 208, address = 0xc10037e4, symbol = "irq_entries_start+0x324/0x400" }
-irq_state.idt_table: 13589.868802284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 209, address = 0xc10037e8, symbol = "irq_entries_start+0x328/0x400" }
-irq_state.idt_table: 13589.868805353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 210, address = 0xc10037ec, symbol = "irq_entries_start+0x32c/0x400" }
-irq_state.idt_table: 13589.868808091 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 211, address = 0xc10037f0, symbol = "irq_entries_start+0x330/0x400" }
-irq_state.idt_table: 13589.868810853 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 212, address = 0xc10037f4, symbol = "irq_entries_start+0x334/0x400" }
-irq_state.idt_table: 13589.868813560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 213, address = 0xc10037f8, symbol = "irq_entries_start+0x338/0x400" }
-irq_state.idt_table: 13589.868816322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 214, address = 0xc1003800, symbol = "irq_entries_start+0x340/0x400" }
-irq_state.idt_table: 13589.868819036 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 215, address = 0xc1003804, symbol = "irq_entries_start+0x344/0x400" }
-irq_state.idt_table: 13589.868822429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 216, address = 0xc1003808, symbol = "irq_entries_start+0x348/0x400" }
-irq_state.idt_table: 13589.868825222 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 217, address = 0xc100380c, symbol = "irq_entries_start+0x34c/0x400" }
-irq_state.idt_table: 13589.868828051 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 218, address = 0xc1003810, symbol = "irq_entries_start+0x350/0x400" }
-irq_state.idt_table: 13589.868830857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 219, address = 0xc1003814, symbol = "irq_entries_start+0x354/0x400" }
-irq_state.idt_table: 13589.868921251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 220, address = 0xc1003818, symbol = "irq_entries_start+0x358/0x400" }
-irq_state.idt_table: 13589.868925416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 221, address = 0xc1003820, symbol = "irq_entries_start+0x360/0x400" }
-irq_state.idt_table: 13589.868928221 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 222, address = 0xc1003824, symbol = "irq_entries_start+0x364/0x400" }
-irq_state.idt_table: 13589.868931094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 223, address = 0xc1003828, symbol = "irq_entries_start+0x368/0x400" }
-irq_state.idt_table: 13589.868934126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 224, address = 0xc100382c, symbol = "irq_entries_start+0x36c/0x400" }
-irq_state.idt_table: 13589.868936894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 225, address = 0xc1003830, symbol = "irq_entries_start+0x370/0x400" }
-irq_state.idt_table: 13589.868939682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 226, address = 0xc1003834, symbol = "irq_entries_start+0x374/0x400" }
-irq_state.idt_table: 13589.868942469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 227, address = 0xc1003838, symbol = "irq_entries_start+0x378/0x400" }
-irq_state.idt_table: 13589.868945237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 228, address = 0xc1003840, symbol = "irq_entries_start+0x380/0x400" }
-irq_state.idt_table: 13589.868947987 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 229, address = 0xc1003844, symbol = "irq_entries_start+0x384/0x400" }
-irq_state.idt_table: 13589.868950707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 230, address = 0xc1003848, symbol = "irq_entries_start+0x388/0x400" }
-irq_state.idt_table: 13589.868953659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 231, address = 0xc100384c, symbol = "irq_entries_start+0x38c/0x400" }
-irq_state.idt_table: 13589.868957070 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 232, address = 0xc1003850, symbol = "irq_entries_start+0x390/0x400" }
-irq_state.idt_table: 13589.868959840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 233, address = 0xc1003854, symbol = "irq_entries_start+0x394/0x400" }
-irq_state.idt_table: 13589.868962779 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 234, address = 0xc1003858, symbol = "irq_entries_start+0x398/0x400" }
-irq_state.idt_table: 13589.868966834 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 235, address = 0xc1003a40, symbol = "mce_self_interrupt+0x0/0x30" }
-irq_state.idt_table: 13589.868970369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 236, address = 0xc10039b0, symbol = "perf_pending_interrupt+0x0/0x30" }
-irq_state.idt_table: 13589.868973284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 237, address = 0xc10038f0, symbol = "generic_interrupt+0x0/0x30" }
-irq_state.idt_table: 13589.868976113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 238, address = 0xc100386c, symbol = "irq_entries_start+0x3ac/0x400" }
-irq_state.idt_table: 13589.868979237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 239, address = 0xc1003920, symbol = "apic_timer_interrupt+0x0/0x30" }
-irq_state.idt_table: 13589.868982251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 240, address = 0xc1003874, symbol = "irq_entries_start+0x3b4/0x400" }
-irq_state.idt_table: 13589.868985056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 241, address = 0xc1003878, symbol = "irq_entries_start+0x3b8/0x400" }
-irq_state.idt_table: 13589.868987849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 242, address = 0xc1003880, symbol = "irq_entries_start+0x3c0/0x400" }
-irq_state.idt_table: 13589.868990612 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 243, address = 0xc1003884, symbol = "irq_entries_start+0x3c4/0x400" }
-irq_state.idt_table: 13589.868993356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 244, address = 0xc1003888, symbol = "irq_entries_start+0x3c8/0x400" }
-irq_state.idt_table: 13589.868996167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 245, address = 0xc100388c, symbol = "irq_entries_start+0x3cc/0x400" }
-irq_state.idt_table: 13589.868999114 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 246, address = 0xc1003890, symbol = "irq_entries_start+0x3d0/0x400" }
-irq_state.idt_table: 13589.869001907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 247, address = 0xc1003894, symbol = "irq_entries_start+0x3d4/0x400" }
-irq_state.idt_table: 13589.869005097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 248, address = 0xc1003898, symbol = "irq_entries_start+0x3d8/0x400" }
-irq_state.idt_table: 13589.869007994 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 249, address = 0xc1003a10, symbol = "threshold_interrupt+0x0/0x30" }
-irq_state.idt_table: 13589.869010751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 250, address = 0xc10039e0, symbol = "thermal_interrupt+0x0/0x30" }
-irq_state.idt_table: 13589.869013758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 251, address = 0xc10038a8, symbol = "irq_entries_start+0x3e8/0x400" }
-irq_state.idt_table: 13589.869016570 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 252, address = 0xc10038ac, symbol = "irq_entries_start+0x3ec/0x400" }
-irq_state.idt_table: 13589.869019284 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 253, address = 0xc10038b0, symbol = "irq_entries_start+0x3f0/0x400" }
-irq_state.idt_table: 13589.869021978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 254, address = 0xc1003950, symbol = "error_interrupt+0x0/0x30" }
-irq_state.idt_table: 13589.869024900 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/irq_state_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { irq = 255, address = 0xc1003980, symbol = "spurious_interrupt+0x0/0x30" }
-kernel.timer_set: 13589.869037915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { expires = 1325573, function = 0xc103b8db, data = 3246882648 }
-kernel.printk: 13589.869052175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { ip = 0xC1421E18 }
-kernel.vprintk: 13589.869070661 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, MODE_UNKNOWN { loglevel = 7, string = "LTT state dump end", ip = 0xC158363B }
-global_state.statedump_end: 13589.869106774 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/global_state_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL
-mm.page_free: 13589.869116127 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 79374, order = 0 }
-mm.page_free: 13589.869123887 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 223091, order = 0 }
-fs.write: 13589.869131892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { count = 1, fd = 4 }
-kernel.syscall_exit: 13589.869136725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 13589.869158947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7764416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 13589.869163479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { fd = 4 }
-kernel.syscall_exit: 13589.869328532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.869384625 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, TRAP { ip = 0xb7772fc0, address = 0xb7749b38, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.869431868 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 13589.869448847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7764416, syscall_id = 252 [sys_exit_group+0x0/0x14] }
-mm.page_free: 13589.869502405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 156444, order = 0 }
-mm.page_free: 13589.869509731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 123809, order = 0 }
-mm.page_free: 13589.869519218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 166833, order = 0 }
-mm.page_free: 13589.869525257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 30747, order = 0 }
-mm.page_free: 13589.869622542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 213832, order = 0 }
-mm.page_free: 13589.869629224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 108940, order = 0 }
-mm.page_free: 13589.870298604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 27323, order = 0 }
-mm.page_free: 13589.870305470 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 54930, order = 0 }
-mm.page_free: 13589.870311926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 105861, order = 0 }
-mm.page_free: 13589.870318046 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 152049, order = 0 }
-mm.page_free: 13589.870323821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 107793, order = 0 }
-mm.page_free: 13589.870384392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 53988, order = 0 }
-mm.page_free: 13589.870420242 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 73971, order = 0 }
-mm.page_free: 13589.870426048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 158640, order = 0 }
-mm.page_free: 13589.870431598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 29207, order = 0 }
-mm.page_free: 13589.870437398 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 69588, order = 0 }
-mm.page_free: 13589.870624814 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 164866, order = 0 }
-mm.page_free: 13589.870659500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 135416, order = 0 }
-mm.page_free: 13589.870666832 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 170752, order = 0 }
-mm.page_free: 13589.870672674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 104244, order = 0 }
-mm.page_free: 13589.870678402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 217066, order = 0 }
-mm.page_free: 13589.870687002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 25242, order = 0 }
-mm.page_free: 13589.870700672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 215269, order = 0 }
-mm.page_free: 13589.870708274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 224201, order = 0 }
-mm.page_free: 13589.870719434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 215158, order = 0 }
-mm.page_free: 13589.870726312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pfn = 215191, order = 0 }
-kernel.process_exit: 13589.870869076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pid = 16887 }
-kernel.send_signal: 13589.870924372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pid = 30068, signal = 17 }
-kernel.sched_try_wakeup: 13589.870950582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { pid = 30068, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.870965674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { prev_pid = 16887, next_pid = 30068, prev_state = 0 }
-mm.page_free: 13589.871037723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { pfn = 215287, order = 0 }
-kernel.syscall_exit: 13589.871155931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 16887 }
-kernel.syscall_entry: 13589.871243324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 13589.871247471 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.871255636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 13589.871258655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { fd = 255, cmd = 21520, arg = 3220511636 }
-kernel.syscall_exit: 13589.871269919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.871273337 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 13589.871275107 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.871279002 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 13589.871280478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { fd = 255, cmd = 21505, arg = 3220511848 }
-kernel.syscall_exit: 13589.871286218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.871329534 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 13589.871331347 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.871348345 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 7 [sys_waitpid+0x0/0x17] }
-kernel.process_wait: 13589.871350151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { pid = 0 }
-kernel.syscall_exit: 13589.871352521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = -10 }
-kernel.syscall_entry: 13589.871355743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f408, syscall_id = 119 [ptregs_sigreturn+0x0/0xc] }
-kernel.syscall_exit: 13589.871358377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.871376545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0xb7647a66, address = 0x92bf008, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.871415028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.871480144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80b382d, address = 0x8112460, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.871514634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 13589.871536770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 13589.871539129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.871547324 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 42 [sys_pipe+0x0/0xe] }
-kernel.syscall_exit: 13589.871593537 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.871606149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 120 [ptregs_clone+0x0/0xc] }
-kernel.process_fork: 13589.873239052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { parent_pid = 30068, child_pid = 16891, child_tgid = 16891 }
-kernel.sched_wakeup_new_task: 13589.873251706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { pid = 16891, state = 0, cpu_id = 0 }
-kernel.syscall_exit: 13589.873257281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 16891 }
-kernel.page_fault_entry: 13589.873267938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0xb766b79d, address = 0xbff51c28, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.873334628 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.873347589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0xb766b8e2, address = 0xb75d172c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.873399836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.873412735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0xb763bbd9, address = 0xb771633c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.873464969 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.873480968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x8087608, address = 0x810ee70, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.873534668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 13589.873542997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 57 [sys_setpgid+0x0/0x175] }
-kernel.syscall_exit: 13589.873548878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.873553746 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80edc4d, address = 0x8111b5a, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.873610104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.873627725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80edcd2, address = 0x92c7aa0, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.873682674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.873692039 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x808741a, address = 0x81097f4, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.873745547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 13589.873753608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 13589.873755923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.873761368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80edae6, address = 0x92c6c88, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.873815134 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.873829185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x8098934, address = 0x92b0cd8, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.873883417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.873896200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x807e760, address = 0x92b625c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.874057547 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.874071205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x8074895, address = 0x92ba428, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.874126350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.874134918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80748bf, address = 0x92b25ec, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.874188862 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.874197805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80749a8, address = 0x92b97a8, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.874270730 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.874279998 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80edaf8, address = 0x92b3ca8, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.874337316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.874347392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x809b579, address = 0x81101dc, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.874401666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.874411313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x8077893, address = 0x810d878, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.874466010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 13589.874474683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 13589.874477072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.874480711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 13589.874482891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { fd = 3 }
-kernel.syscall_exit: 13589.874485543 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.874488629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 13589.874489842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { fd = 4 }
-kernel.syscall_exit: 13589.874491478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.874495888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { ip = 0x80886d3, address = 0x810fee8, trap_id = 14, write_access = 1 }
-kernel.irq_entry: 13589.874592717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.irq_exit: 13589.874607626 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, TRAP { handled = 1 }
-kernel.page_fault_exit: 13589.874612330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 13589.874625132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 13589.874627368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { fd = 255, cmd = 21519, arg = 3220511632 }
-kernel.syscall_exit: 13589.874631514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.874635141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 13589.874637143 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.874640083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 13589.874641516 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { fd = 255, cmd = 21520, arg = 3220511348 }
-kernel.syscall_exit: 13589.874644641 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.874647648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 13589.874649344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.874652272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 13589.874653877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.874657068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 13589.874658728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.874662409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 7 [sys_waitpid+0x0/0x17] }
-kernel.process_wait: 13589.874664265 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 30068, 30068, bash, , 30060, 0x0, SYSCALL { pid = 0 }
-kernel.sched_schedule: 13589.874676166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 30068, next_pid = 1852, prev_state = 1 }
-fs.read: 13589.874863207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 3540, fd = 41 }
-kernel.syscall_exit: 13589.874864941 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 1428 }
-kernel.irq_entry: 13589.874962028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3238019438, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 13589.874976268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { jiffies = 4296292870, xtime_sec = 1262715366, xtime_nsec = 301133053, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
-kernel.softirq_raise: 13589.874988420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_raise: 13589.874994675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-kernel.sched_try_wakeup: 13589.875002858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 1283, cpu_id = 0, state = 1 }
-kernel.irq_exit: 13589.875027346 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { handled = 1 }
-kernel.softirq_entry: 13589.875030727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.timer_set: 13589.875043400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325575, function = 0xc141d458, data = 0 }
-kernel.sched_try_wakeup: 13589.875051840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { pid = 5, cpu_id = 0, state = 1 }
-kernel.softirq_exit: 13589.875139448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_entry: 13589.875141199 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-rcu.tree_callback: 13589.875185428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc10acb19 }
-kernel.softirq_exit: 13589.875188846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-kernel.sched_schedule: 13589.875198695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 1283, prev_state = 0 }
-fs.read: 13589.875354830 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 4095, fd = 19 }
-kernel.syscall_exit: 13589.875356808 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 37 }
-kernel.syscall_entry: 13589.875371857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 13589.875374871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.875393049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb76fc6a3, syscall_id = 240 [sys_futex+0x0/0x111] }
-kernel.sched_try_wakeup: 13589.875403512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { pid = 16858, cpu_id = 0, state = 1 }
-kernel.syscall_exit: 13589.875406997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 13589.875412264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [sys_sched_yield+0x0/0x32] }
-kernel.sched_schedule: 13589.875422873 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 5, 5, events/0, , 2, 0x0, SYSCALL { prev_pid = 1283, next_pid = 5, prev_state = 0 }
-kernel.sched_schedule: 13589.875481741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 5, next_pid = 16858, prev_state = 1 }
-kernel.syscall_exit: 13589.875508741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.875514755 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 240 [sys_futex+0x0/0x111] }
-kernel.syscall_exit: 13589.875516678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.875520439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [sys_sched_yield+0x0/0x32] }
-kernel.syscall_exit: 13589.875528904 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.875562182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [sys_write+0x0/0x9d] }
-fs.write: 13589.875598711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 66, fd = 4 }
-kernel.syscall_exit: 13589.875600206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 66 }
-kernel.syscall_entry: 13589.875610717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [sys_write+0x0/0x9d] }
-fs.write: 13589.875642506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 66, fd = 6 }
-kernel.syscall_exit: 13589.875644013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 66 }
-kernel.syscall_entry: 13589.875655387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 4 [sys_write+0x0/0x9d] }
-fs.write: 13589.875681958 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { count = 66, fd = 16 }
-kernel.syscall_exit: 13589.875683372 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 66 }
-kernel.syscall_entry: 13589.875695157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 13 [sys_time+0x0/0x27] }
-kernel.syscall_exit: 13589.875696792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 1262715366 }
-kernel.syscall_entry: 13589.875700995 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 158 [sys_sched_yield+0x0/0x32] }
-kernel.sched_schedule: 13589.875710182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16858, next_pid = 1283, prev_state = 0 }
-kernel.syscall_exit: 13589.875734431 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.875740177 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1283, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 3 [sys_read+0x0/0x9d] }
-kernel.sched_schedule: 13589.875749290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 1283, next_pid = 16858, prev_state = 1 }
-kernel.syscall_exit: 13589.875771378 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.875776296 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb76e7e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.875779022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.875782281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.875784890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.875787866 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16858, 1280, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7739416, syscall_id = 240 [sys_futex+0x0/0x111] }
-kernel.sched_schedule: 13589.875799093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { prev_pid = 16858, next_pid = 1852, prev_state = 1 }
-kernel.syscall_entry: 13589.876454079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.876459225 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.876460583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.876466323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [sys_writev+0x0/0xcd] }
-kernel.sched_try_wakeup: 13589.876481232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.876489831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.876639344 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.876655643 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 13589.876722657 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.876729193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.876730461 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 64 }
-kernel.syscall_entry: 13589.876906060 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.876908597 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.876909865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.877158745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.877161857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.877165268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 13589.877174462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [sys_writev+0x0/0xcd] }
-fs.writev: 13589.877182264 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 13589.877183797 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 16 }
-kernel.syscall_entry: 13589.877190841 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.877192439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.877203911 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16887, 16887, lttctl, , 30068, 0x0, SYSCALL { prev_pid = 2241, next_pid = 16887, prev_state = 1 }
-kernel.sched_schedule: 13589.877241078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 16887, next_pid = 1852, prev_state = 64 }
-fs.writev: 13589.877610341 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
-kernel.syscall_exit: 13589.877614977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 64 }
-kernel.syscall_entry: 13589.877631632 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.877636286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.877642332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
-kernel.timer_itimer_set: 13589.877646209 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.877658154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.877674489 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [sys_select+0x0/0x8f] }
-fs.select: 13589.877683529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.877686492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 785039963 }
-kernel.irq_entry: 13589.877727743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.sched_try_wakeup: 13589.877751454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 2806, cpu_id = 0, state = 1 }
-kernel.irq_exit: 13589.877769940 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { handled = 1 }
-kernel.sched_schedule: 13589.877783807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2806, prev_state = 0 }
-fs.pollfd: 13589.878029802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.878034494 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
-fs.pollfd: 13589.878038224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
-fs.pollfd: 13589.878040588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
-fs.pollfd: 13589.878043400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
-fs.pollfd: 13589.878046089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
-fs.pollfd: 13589.878048710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
-kernel.syscall_exit: 13589.878054425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.878088419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 13589.878091898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.878127381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.878137512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 13589.878138743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.878146032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 13589.878149309 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.878162851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.878165282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.878166790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
-fs.pollfd: 13589.878168186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
-fs.pollfd: 13589.878169509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
-fs.pollfd: 13589.878170856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
-fs.pollfd: 13589.878172179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
-fs.pollfd: 13589.878173459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
-kernel.syscall_exit: 13589.878174924 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.878191357 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.878193679 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 13589.878194929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.878199859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 13589.878202247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.878207050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.878208704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.878210192 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
-fs.pollfd: 13589.878211533 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
-fs.pollfd: 13589.878212770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
-fs.pollfd: 13589.878214075 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
-fs.pollfd: 13589.878215367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
-fs.pollfd: 13589.878216660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
-kernel.syscall_exit: 13589.878218106 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.878273764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.878276416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 13589.878277666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.878281819 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 13589.878284293 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.878289824 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.878291680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.878293254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
-fs.pollfd: 13589.878294566 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
-fs.pollfd: 13589.878295857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
-fs.pollfd: 13589.878297211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
-fs.pollfd: 13589.878298576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
-fs.pollfd: 13589.878299869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
-kernel.syscall_exit: 13589.878301272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.878304959 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 13589.878307238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.878318214 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.878320468 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 13589.878321681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.878325816 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 13589.878328559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.878334745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.878339983 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.878342255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 52 }
-fs.pollfd: 13589.878343743 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 131 }
-fs.pollfd: 13589.878345158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 133 }
-fs.pollfd: 13589.878346640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 134 }
-fs.pollfd: 13589.878348080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 135 }
-fs.pollfd: 13589.878349562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2806, 2806, eclipse, , 2805, 0x0, SYSCALL { fd = 123 }
-kernel.sched_schedule: 13589.878374675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { prev_pid = 2806, next_pid = 16891, prev_state = 1 }
-kernel.page_fault_entry: 13589.878817328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xc142b6ad, address = 0xb75d1728, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.878858777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { res = 8 }
-kernel.syscall_exit: 13589.878883907 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.878891056 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb776f416, address = 0xb776f416, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.878907857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 13589.878936087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb766b795, address = 0xb766b795, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879001705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.879014433 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb766b79d, address = 0xbff51c28, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.879032698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.879049786 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb766b7f1, address = 0xb778d288, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.879114854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.879125101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb763bb20, address = 0xb763bb20, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879137676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.879147500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb76daf36, address = 0xb76daf36, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879159352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.879172956 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb766b813, address = 0xb771636c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.879183412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.879189200 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb766b89f, address = 0xb7717340, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.879241460 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.879254892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80872a3, address = 0x80872a3, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879276072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.879298765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80615fc, address = 0x80615fc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879313251 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.879330352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb766c3f0, address = 0xb766c3f0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879337574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.879347521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80623f0, address = 0x80623f0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879353922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.879365247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb75fcb30, address = 0xb75fcb30, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879372964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.879383456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb75e898f, address = 0xb75e898f, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879389919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.879406028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 13589.879419883 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.879429615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8087536, address = 0x810ee70, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.879440916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.879446049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8084d10, address = 0x8084d10, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879456376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.879465521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x809c350, address = 0x809c350, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879479400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.879490554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb75fd3e0, address = 0xb75fd3e0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879497488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.879511538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
-kernel.syscall_exit: 13589.879515850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.879519550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
-kernel.syscall_exit: 13589.879521136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.879524474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
-kernel.syscall_exit: 13589.879526012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.879529859 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 57 [sys_setpgid+0x0/0x175] }
-kernel.syscall_exit: 13589.879537142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.879546403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8085c70, address = 0x8085c70, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879556509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.879565121 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 13589.879567436 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.879573604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7698b00, address = 0xb7698b00, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879581573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.879590785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb76994b0, address = 0xb76994b0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879597186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.879605369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 13589.879619695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { fd = 255, cmd = 21520, arg = 3220511524 }
-kernel.syscall_exit: 13589.879645781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.879651368 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8085d15, address = 0x81097e4, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.879662809 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 13589.879667006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 13589.879669155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.879675323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb76922e0, address = 0xb76922e0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879682710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.879691255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 13589.879694366 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { fd = 4 }
-kernel.syscall_exit: 13589.879869017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.879877916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.879882810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { count = 1, fd = 3 }
-kernel.syscall_exit: 13589.879884005 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.879890455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8070800, address = 0x8070800, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879903311 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.879913044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 13589.879914648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { fd = 3 }
-kernel.syscall_exit: 13589.879972806 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.879979090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x807a707, address = 0x807a707, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.879990274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.879999462 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8099a70, address = 0x8099a70, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880008601 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.880022677 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
-kernel.syscall_exit: 13589.880025733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.880030835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8099acc, address = 0x81121e8, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.880086279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.880095804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8099ad3, address = 0x8110008, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.880106578 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 13589.880111000 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
-kernel.syscall_exit: 13589.880113065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.880117101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
-kernel.syscall_exit: 13589.880118858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.880122148 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
-kernel.syscall_exit: 13589.880123979 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.880129387 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x8075290, address = 0x8075290, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880139243 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880195680 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x807a5fb, address = 0x8111d84, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.880206852 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.880212315 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80ce5c0, address = 0x80ce5c0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880239541 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880248704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80aaf50, address = 0x80aaf50, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880257684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880276126 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80b1950, address = 0x80b1950, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880285270 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880294758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80ee5b0, address = 0x80ee5b0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880303842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880312478 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80edba0, address = 0x80edba0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880318322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880326529 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80edbd9, address = 0x8108dc4, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880332997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880346484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0x80edcd2, address = 0x92c7aa0, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.880360615 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.880372216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7783b70, address = 0xb7783b70, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880381367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880392074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb777dea0, address = 0xb777dea0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880398406 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880407963 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb77871eb, address = 0xb77871eb, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880413714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880425596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb777def2, address = 0x80500ed, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880434869 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880443739 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb777df10, address = 0x805feae, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880449515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880463247 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7779160, address = 0xb7779160, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880469751 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880479638 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7779185, address = 0x8058dea, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880490865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880500695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778da0, address = 0xb7778da0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880507097 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880516823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778e8e, address = 0x804c6cc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880525698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880534592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb777ee10, address = 0xb777ee10, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880540662 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880550254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7786b60, address = 0xb7786b60, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880556158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880565138 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7786b70, address = 0x8057e12, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880574332 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880583403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7786b74, address = 0xb778a0e3, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880589706 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880608417 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778e8e, address = 0xb771f404, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880627350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880640758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778e8e, address = 0xb771a190, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880655330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880665283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778e8e, address = 0xb75d25c0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880672676 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880682017 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778ffd, address = 0xb75d3434, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880688699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880696803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb777901d, address = 0xb75d5084, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880703400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880711693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778be0, address = 0xb75dba0c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880718020 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880726172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7786b70, address = 0xb75e33e5, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880732083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880740492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7778c45, address = 0xb75e53fc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880861224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880872445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb7786b70, address = 0xb75e4766, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.880879018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.880889528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xb77793f7, address = 0xb7719195, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.880953308 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 13589.880966501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { ip = 0xb776f416, syscall_id = 11 [ptregs_execve+0x0/0xc] }
-kernel.page_fault_get_user_entry: 13589.881280150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { address = 0xbfffffe6, write_access = 1 }
-kernel.page_fault_get_user_exit: 13589.881297912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { res = 0 }
-mm.page_free: 13589.881831602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 212199, order = 0 }
-mm.page_free: 13589.881890838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 163934, order = 0 }
-mm.page_free: 13589.881899205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 212104, order = 0 }
-mm.page_free: 13589.881904748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 106073, order = 0 }
-mm.page_free: 13589.881910750 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 169976, order = 0 }
-mm.page_free: 13589.881917010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 15110, order = 0 }
-mm.page_free: 13589.881923350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 166833, order = 0 }
-mm.page_free: 13589.881948352 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 55663, order = 0 }
-mm.page_free: 13589.881958556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 169002, order = 0 }
-mm.page_free: 13589.881965025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 64379, order = 0 }
-mm.page_free: 13589.881978040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 189298, order = 0 }
-mm.page_free: 13589.881993415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 24610, order = 0 }
-mm.page_free: 13589.882115010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 159988, order = 0 }
-mm.page_free: 13589.882164108 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 100470, order = 0 }
-mm.page_free: 13589.882170080 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 34676, order = 0 }
-mm.page_free: 13589.882337216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 88915, order = 0 }
-mm.page_free: 13589.882433906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 102782, order = 0 }
-mm.page_free: 13589.882440558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 30747, order = 0 }
-mm.page_free: 13589.882451711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 123809, order = 0 }
-mm.page_free: 13589.882553718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 213832, order = 0 }
-mm.page_free: 13589.882587620 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 59881, order = 0 }
-mm.page_free: 13589.882645147 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 215191, order = 0 }
-mm.page_free: 13589.882651818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 215158, order = 0 }
-mm.page_free: 13589.882718948 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 224201, order = 0 }
-mm.page_free: 13589.882726954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 215269, order = 0 }
-mm.page_free: 13589.882747945 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 215287, order = 0 }
-fs.close: 13589.882807781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { fd = 255 }
-mm.page_free: 13589.883091605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { pfn = 79374, order = 0 }
-kernel.page_fault_entry: 13589.883200304 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xc142b8ac, address = 0x804c500, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.883235335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { res = 512 }
-kernel.page_fault_entry: 13589.883295943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xc142b8ac, address = 0xb786a5bc, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.883399090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { res = 512 }
-kernel.page_fault_entry: 13589.883428356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, TRAP { ip = 0xc142b9d2, address = 0xbf8156cb, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.883435673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, bash, , 30068, 0x0, SYSCALL { res = 0 }
-fs.exec: 13589.883470952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { filename = "/usr/local/bin/lttctl" }
-kernel.syscall_exit: 13589.883477560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.883484877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb784d850, address = 0xb784d850, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883494908 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.883504591 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78641eb, address = 0xb78641eb, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883510411 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.883518703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb784dab7, address = 0xb7869ff4, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883524330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.883532361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb784db34, address = 0xb7869f38, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.883573583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.883583701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7855b00, address = 0xb7855b00, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883589695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.883598136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7861840, address = 0xb7861840, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883603701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.883612725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78623f0, address = 0xb78623f0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883618210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.883626453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb786240b, syscall_id = 45 [sys_brk+0x0/0xd3] }
-kernel.syscall_exit: 13589.883628049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 148353024 }
-kernel.page_fault_entry: 13589.883632439 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7863be0, address = 0xb7863be0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883638446 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.883647334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb784edf0, address = 0xb784edf0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883653010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.883662389 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb784f01e, address = 0xb784f01e, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883668744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.883677115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7856f20, address = 0xb7856f20, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883682718 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.883690867 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7863beb, address = 0xb78670e3, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883696340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.883704301 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857118, address = 0xb7857118, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883709929 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.883721407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb784f11a, address = 0x8048034, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883732040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.883744878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb784f49d, address = 0xb784c01c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883751413 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 13589.883761866 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7860c60, address = 0xb7860c60, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883767685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.883776499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7854e90, address = 0xb7854e90, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883781984 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.883791350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78635e1, syscall_id = 33 [sys_access+0x0/0x13] }
-kernel.syscall_exit: 13589.883903068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -2 }
-kernel.syscall_entry: 13589.883912472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 13589.883917043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216045056 }
-kernel.page_fault_entry: 13589.883921906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7854f6e, address = 0xb784a00c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.883940043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 13589.883950913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785bd70, address = 0xb785bd70, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883957539 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.883966775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7850469, address = 0xb7850469, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.883972701 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.883981465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78635e1, syscall_id = 33 [sys_access+0x0/0x13] }
-kernel.syscall_exit: 13589.884015240 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -2 }
-kernel.page_fault_entry: 13589.884021675 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7859700, address = 0xb7859700, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884029525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.884038215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785a19f, address = 0xb785a19f, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884043991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.884055196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785448c, address = 0xbf814f14, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.884073531 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 13589.884087475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785c480, address = 0xb785c480, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884094425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.884102685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78634a4, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 13589.884129412 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 3, filename = "/etc/ld.so.cache" }
-kernel.syscall_exit: 13589.884132455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 3 }
-kernel.syscall_entry: 13589.884136704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb786346e, syscall_id = 197 [sys_fstat64+0x0/0x23] }
-kernel.syscall_exit: 13589.884140169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.884143263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 13589.884149144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216139264 }
-kernel.syscall_entry: 13589.884152355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78634dd, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 13589.884154567 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 3 }
-kernel.syscall_exit: 13589.884156728 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.884161399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78554fe, address = 0xb7833000, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884170206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.884179206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7855957, address = 0xb7836550, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884185703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.884193392 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78635e1, syscall_id = 33 [sys_access+0x0/0x13] }
-kernel.syscall_exit: 13589.884222248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -2 }
-kernel.page_fault_entry: 13589.884228125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78555fc, address = 0xb7839c5c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884235528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.884243515 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78553b7, address = 0xb784394c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884249385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.884256851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7855637, address = 0xb78380e4, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884262982 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.884270409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78553b7, address = 0xb7840547, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884276340 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.884284607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78553b7, address = 0xb7841d49, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884294894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.884305290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7852260, address = 0xb7852260, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884336937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.884345197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78634a4, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 13589.884368427 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 3, filename = "/usr/local/lib/liblttctl.so.0" }
-kernel.syscall_exit: 13589.884370768 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 3 }
-kernel.syscall_entry: 13589.884374935 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863524, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.884393208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 512, fd = 3 }
-kernel.syscall_exit: 13589.884394475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 512 }
-kernel.page_fault_entry: 13589.884400078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7851a80, address = 0xb7851a80, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884406997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.884415754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78640bf, address = 0xb784b838, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.884429457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
-kernel.syscall_entry: 13589.884438401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb786346e, syscall_id = 197 [sys_fstat64+0x0/0x23] }
-kernel.syscall_exit: 13589.884440798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.884446685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7853028, address = 0xb7853028, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884452828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.884459642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 13589.884463605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216159744 }
-kernel.syscall_entry: 13589.884467090 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 13589.884476586 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216147456 }
-kernel.page_fault_entry: 13589.884481735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7863fcf, address = 0xb7831b48, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.884503877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.884512654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 13589.884517827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216143360 }
-kernel.syscall_entry: 13589.884521685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78634dd, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 13589.884523330 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 3 }
-kernel.syscall_exit: 13589.884525026 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.884529511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7855b29, address = 0xb782e248, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884535858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.884545268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78635e1, syscall_id = 33 [sys_access+0x0/0x13] }
-kernel.syscall_exit: 13589.884573795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -2 }
-kernel.page_fault_entry: 13589.884579906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7855637, address = 0xb783b7d4, trap_id = 14, write_access = 0 }
-kernel.irq_entry: 13589.884621974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.irq_exit: 13589.884640893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { handled = 1 }
-kernel.page_fault_exit: 13589.884646607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.884656445 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78553b7, address = 0xb7846eb1, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884663358 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.884672010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7855637, address = 0xb783c584, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884677848 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.884685600 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78553b7, address = 0xb78487ad, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884691400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.884698860 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78553b7, address = 0xb7847b0a, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884704451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.884712804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78634a4, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 13589.884731512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 3, filename = "/lib/i686/cmov/libc.so.6" }
-kernel.syscall_exit: 13589.884734307 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 3 }
-kernel.syscall_entry: 13589.884738133 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863524, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.884762717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 512, fd = 3 }
-kernel.syscall_exit: 13589.884764169 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 512 }
-kernel.syscall_entry: 13589.884768816 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb786346e, syscall_id = 197 [sys_fstat64+0x0/0x23] }
-kernel.syscall_exit: 13589.884770704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.884777207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785d9a0, address = 0xb785d9a0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.884784007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.884791952 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 13589.884796741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1217499136 }
-kernel.syscall_entry: 13589.884800299 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 13589.884806896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216184320 }
-kernel.page_fault_entry: 13589.884811592 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7863fcf, address = 0xb782a99c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.884844889 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.884854124 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 13589.884859187 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216172032 }
-kernel.page_fault_entry: 13589.884863858 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78532ee, address = 0xb7829d7c, trap_id = 14, write_access = 0 }
-kernel.irq_entry: 13589.884994803 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 13589.885023424 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { jiffies = 4296292871, xtime_sec = 1262715366, xtime_nsec = 301133054, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
-kernel.softirq_raise: 13589.885042747 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_raise: 13589.885051964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-kernel.sched_try_wakeup: 13589.885082448 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { pid = 2259, cpu_id = 0, state = 1 }
-kernel.irq_exit: 13589.885096244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { handled = 1 }
-kernel.softirq_entry: 13589.885099877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.timer_set: 13589.885115975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { expires = 1325576, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 13589.885119018 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_entry: 13589.885120603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-rcu.tree_callback: 13589.885168154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10acb19 }
-rcu.tree_callback: 13589.885170944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10acb19 }
-rcu.tree_callback: 13589.885172608 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10acb19 }
-rcu.tree_callback: 13589.885174186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10acb19 }
-rcu.tree_callback: 13589.885193142 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10bdc5f }
-rcu.tree_callback: 13589.885197216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc103c96c }
-rcu.tree_callback: 13589.885198857 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc102b275 }
-kernel.process_free: 13589.885201707 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { pid = 16887 }
-mm.page_free: 13589.885207875 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { pfn = 215404, order = 1 }
-kernel.softirq_exit: 13589.885214086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-kernel.page_fault_exit: 13589.885218130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.sched_schedule: 13589.885227259 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { prev_pid = 16891, next_pid = 2259, prev_state = 0 }
-fs.pollfd: 13589.885363350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 13589.885366723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.885369947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 11 }
-kernel.syscall_exit: 13589.885374704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.885389821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 13589.885393027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.885402691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 13 [sys_time+0x0/0x27] }
-kernel.syscall_exit: 13589.885404076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 1262715366 }
-kernel.syscall_entry: 13589.885418827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.885493794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 12 }
-kernel.syscall_exit: 13589.885495193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 857 }
-kernel.syscall_entry: 13589.885520074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.885521732 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 12 }
-kernel.syscall_exit: 13589.885522938 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.885528490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
-fs.llseek: 13589.885531415 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 12, offset = 0, origin = 0 }
-kernel.syscall_exit: 13589.885533211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.885602364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 13589.885627426 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 14, filename = "/proc/loadavg" }
-kernel.syscall_exit: 13589.885629687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 14 }
-kernel.syscall_entry: 13589.885635575 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 197 [sys_fstat64+0x0/0x23] }
-kernel.syscall_exit: 13589.885637420 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.885640631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 13589.885645817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = -1215705088 }
-kernel.syscall_entry: 13589.885649028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
-kernel.page_fault_entry: 13589.885659071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, TRAP { ip = 0xc142bf44, address = 0xb789d000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.885708077 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { res = 0 }
-fs.read: 13589.885716934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 14 }
-kernel.syscall_exit: 13589.885718350 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 27 }
-kernel.syscall_entry: 13589.885739766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 13589.885741585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 14 }
-kernel.syscall_exit: 13589.885828348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.885833335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 91 [sys_munmap+0x0/0x3d] }
-mm.page_free: 13589.885855086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { pfn = 24610, order = 0 }
-kernel.syscall_exit: 13589.885895272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.885904818 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.885969034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 6 }
-kernel.syscall_exit: 13589.885970476 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 1024 }
-kernel.syscall_entry: 13589.886026766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.886047151 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 6 }
-kernel.syscall_exit: 13589.886048884 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 292 }
-kernel.syscall_entry: 13589.886069331 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.886072672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 6 }
-kernel.syscall_exit: 13589.886073896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.886077598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
-fs.llseek: 13589.886079672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 6, offset = 0, origin = 0 }
-kernel.syscall_exit: 13589.886081474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.886103890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.886131795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 8 }
-kernel.syscall_exit: 13589.886133175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 447 }
-kernel.syscall_entry: 13589.886146336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.886148050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 8 }
-kernel.syscall_exit: 13589.886149280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.886152765 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
-fs.llseek: 13589.886155137 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 8, offset = 0, origin = 0 }
-kernel.syscall_exit: 13589.886156851 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.886163845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.886208962 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 9 }
-kernel.syscall_exit: 13589.886210558 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 1024 }
-kernel.syscall_entry: 13589.886225627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.886234098 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 9 }
-kernel.syscall_exit: 13589.886235291 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 375 }
-kernel.syscall_entry: 13589.886241216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.886242613 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 1024, fd = 9 }
-kernel.syscall_exit: 13589.886243781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.886247198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
-fs.llseek: 13589.886249104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 9, offset = 0, origin = 0 }
-kernel.syscall_exit: 13589.886250775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.886426990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.886429964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3 }
-kernel.syscall_exit: 13589.886433144 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 13589.886436902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 146 [sys_writev+0x0/0xcd] }
-fs.writev: 13589.886454684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3, vlen = 3 }
-kernel.syscall_exit: 13589.886456237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 448 }
-kernel.syscall_entry: 13589.886465280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.886468603 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 13589.886469784 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.886477405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 13589.886480231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.886484864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { ip = 0xb78b4416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.886489355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 13589.886491634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.886493193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 11 }
-kernel.sched_schedule: 13589.886511373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2259, next_pid = 1852, prev_state = 1 }
-fs.select: 13589.886694165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886704195 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886707189 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886709766 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886712393 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886715096 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886717773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886720257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886722723 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886725394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886727934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886730505 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886733419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886736275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886739101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886742238 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886746449 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886749145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886752232 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886754828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886757554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886760281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886762990 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886765890 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886768430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886771194 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886773791 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886776188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886778250 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886780673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886782878 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886785132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 785039963 }
-fs.select: 13589.886787771 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 785039963 }
-mm.page_free: 13589.886794262 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 224201, order = 0 }
-kernel.syscall_exit: 13589.886799479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 2 }
-kernel.syscall_entry: 13589.886819535 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
-kernel.timer_itimer_set: 13589.886822510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 13589.886830778 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.886836280 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.886839472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.886850466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-kernel.sched_try_wakeup: 13589.886864696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.886874409 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.887026699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.887034916 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-fs.read: 13589.887195490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.887197206 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 16 }
-kernel.syscall_entry: 13589.887211646 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.887213894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.887215062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.887220322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [sys_writev+0x0/0xcd] }
-kernel.sched_try_wakeup: 13589.887229546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.887237856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 0 }
-fs.pollfd: 13589.887373836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.887376891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 13589.887385469 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.887390176 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.887391438 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 32 }
-kernel.syscall_entry: 13589.887402922 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.887404698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.887405891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.890440749 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.890444419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.890447674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 13589.890451699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [sys_writev+0x0/0xcd] }
-fs.writev: 13589.890460842 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 13589.890462407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 7140 }
-kernel.syscall_entry: 13589.890467972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.890469972 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.890479059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-fs.writev: 13589.890641627 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
-kernel.syscall_exit: 13589.890643720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 32 }
-kernel.syscall_entry: 13589.890650571 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.890653428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.890657167 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
-kernel.timer_itimer_set: 13589.890659205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.890664633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.890674508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [sys_select+0x0/0x8f] }
-fs.select: 13589.890680602 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890683583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890685595 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890690229 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890692508 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890695117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890697129 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890699116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890701085 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890703160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890705117 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890707110 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890709303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890711477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890713464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890715663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890717886 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890720197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890723713 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890725899 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890727992 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890730303 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890732483 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890734725 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890737023 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890739141 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890741216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890743216 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890745197 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890747072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890749079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890750954 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890752799 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890754557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784034511 }
-fs.select: 13589.890756401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784034511 }
-mm.page_free: 13589.890762190 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 224201, order = 0 }
-kernel.syscall_exit: 13589.890765923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 2 }
-kernel.syscall_entry: 13589.890771376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
-kernel.timer_itimer_set: 13589.890773215 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 13589.890780178 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.890783631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.890786053 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.890790687 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.890795364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.890796593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 4096 }
-kernel.syscall_entry: 13589.891068700 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-kernel.sched_try_wakeup: 13589.891103724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-fs.read: 13589.891110532 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4092, fd = 41 }
-kernel.syscall_exit: 13589.891112252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 3044 }
-kernel.syscall_entry: 13589.891187083 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.891207294 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.891208847 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.891214604 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [sys_writev+0x0/0xcd] }
-fs.writev: 13589.891223585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
-kernel.syscall_exit: 13589.891225213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 32 }
-kernel.syscall_entry: 13589.891229375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.891231896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.891235188 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
-kernel.timer_itimer_set: 13589.891237038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.891240635 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.891245548 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [sys_select+0x0/0x8f] }
-fs.select: 13589.891250554 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891252927 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891254970 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891258573 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891260598 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891262672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891264572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891266840 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891268795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891270703 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891272560 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891274442 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891276317 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891278175 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891280044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891282268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891284386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891286367 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891289007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891290895 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891292777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891294758 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891296714 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891298585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891300459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891302323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891304168 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891306031 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891307913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891309783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891311684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891313807 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891315540 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891317279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784605311 }
-fs.select: 13589.891319013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784605311 }
-mm.page_free: 13589.891325068 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 224201, order = 0 }
-kernel.syscall_exit: 13589.891328193 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 13589.891333043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
-kernel.timer_itimer_set: 13589.891334888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 13589.891340621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.891343993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.891346422 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.891351006 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-kernel.sched_try_wakeup: 13589.891360453 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2259, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 13589.891369353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2259, prev_state = 0 }
-fs.pollfd: 13589.891526593 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 13589.891528909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.891530455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2259, 2259, gkrellm, , 2174, 0x0, SYSCALL { fd = 11 }
-kernel.sched_schedule: 13589.891540014 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 2259, next_pid = 2241, prev_state = 1 }
-fs.pollfd: 13589.891648162 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.891650913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 13589.891657503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.891661802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.891663038 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 32 }
-kernel.syscall_entry: 13589.891670391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.891672235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.891673403 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.891683589 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.891685391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.891687577 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 13589.891690925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [sys_writev+0x0/0xcd] }
-fs.writev: 13589.891695092 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 13589.891696583 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 16 }
-kernel.syscall_entry: 13589.891701316 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.891702831 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 13589.891710564 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-fs.read: 13589.891867263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 44 }
-kernel.syscall_exit: 13589.891868947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 448 }
-kernel.syscall_entry: 13589.891961964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.891964957 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 44 }
-kernel.syscall_exit: 13589.891966224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.891970405 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.891973007 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.891976205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
-kernel.timer_itimer_set: 13589.891978355 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.891982373 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.891987634 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [sys_select+0x0/0x8f] }
-fs.select: 13589.891992888 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.891995559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.891997559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892001087 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892003236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892005391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892007496 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892009509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892011485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892013404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892015528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892017472 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892019379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892021255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892023149 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892025416 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892027335 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892029379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892032074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892034130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892036111 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892038062 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892039943 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892041838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892044130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892046210 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892048353 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892050559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892052527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892054465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892056272 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892058384 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892060136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892061894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784347114 }
-fs.select: 13589.892063645 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784347114 }
-mm.page_free: 13589.892069514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 224201, order = 0 }
-kernel.syscall_exit: 13589.892072465 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 13589.892077297 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
-kernel.timer_itimer_set: 13589.892079153 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 13589.892085154 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.892088588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.892091011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.892095135 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-kernel.sched_try_wakeup: 13589.892103501 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-fs.read: 13589.892108775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.892110116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 16 }
-kernel.syscall_entry: 13589.892115737 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.892117513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.892118668 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.892122457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 146 [sys_writev+0x0/0xcd] }
-fs.writev: 13589.892129500 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, vlen = 1 }
-kernel.syscall_exit: 13589.892131116 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 32 }
-kernel.syscall_entry: 13589.892134923 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.892137401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.892140581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
-kernel.timer_itimer_set: 13589.892142388 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.892145811 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.892150694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [sys_select+0x0/0x8f] }
-fs.select: 13589.892155103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892157376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892159394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892162712 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892164724 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892166891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892168798 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892170692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892172568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892174451 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892176320 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892178226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892180146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892182457 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892184419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892186456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892188456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892190518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892193103 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892195065 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892197034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892198947 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892200817 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892202699 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892204568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892206444 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892208307 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892210263 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892212281 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892214512 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892216381 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892218282 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892220145 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892240306 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.892242536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784510040 }
-kernel.sched_schedule: 13589.892251374 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2241, prev_state = 1 }
-fs.pollfd: 13589.892390838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.892393503 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 13589.892399322 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
-kernel.sched_try_wakeup: 13589.892406974 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { pid = 1852, cpu_id = 0, state = 1 }
-fs.read: 13589.892412011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.892413328 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 32 }
-kernel.syscall_entry: 13589.892420079 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.892422011 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.892423186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.894223376 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.894227401 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.894231836 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 13589.894235891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [sys_writev+0x0/0xcd] }
-fs.writev: 13589.894258040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 13589.894259735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 19000 }
-kernel.irq_entry: 13589.894599835 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.irq_exit: 13589.894613418 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { handled = 1 }
-kernel.syscall_entry: 13589.894617698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.894620871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.894623561 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 13589.894625430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 13589.894626872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 13589.894631790 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 14 }
-fs.pollfd: 13589.894633585 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 13589.894635492 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 13589.894638375 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 13589.894640846 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 13589.894643473 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 13589.894645964 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 21 }
-fs.pollfd: 13589.894648877 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 31 }
-kernel.syscall_exit: 13589.894651237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.894688944 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.894690976 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 13589.894693218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 13589.894696789 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 146 [sys_writev+0x0/0xcd] }
-fs.writev: 13589.894706037 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 13589.894707596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 1296 }
-kernel.syscall_entry: 13589.894712596 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.894715695 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.894716919 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.894725254 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.894727211 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 13589.894728429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.894737490 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb6053e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.894740459 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.894745030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { ip = 0xb7857416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 13589.894749067 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.894750975 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 13589.894752546 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 13589.894753993 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 13589.894757185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 14 }
-fs.pollfd: 13589.894758651 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 13589.894760155 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 13589.894762285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 13589.894763800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 13589.894765856 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 13589.894767278 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 21 }
-fs.pollfd: 13589.894769377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 31 }
-kernel.sched_schedule: 13589.894782248 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-kernel.irq_entry: 13589.894968323 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3238156110, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 13589.894981802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { jiffies = 4296292872, xtime_sec = 1262715366, xtime_nsec = 301133055, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
-kernel.softirq_raise: 13589.894994509 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_raise: 13589.895000385 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-kernel.irq_exit: 13589.895021359 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { handled = 1 }
-kernel.softirq_entry: 13589.895024850 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.timer_set: 13589.895034999 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { expires = 1325577, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 13589.895038185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_entry: 13589.895039521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-rcu.tree_callback: 13589.895085669 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc10acb19 }
-rcu.tree_callback: 13589.895088980 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc10acb19 }
-rcu.tree_callback: 13589.895090631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc104364a }
-rcu.tree_callback: 13589.895093917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc104364a }
-rcu.tree_callback: 13589.895095637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc104364a }
-rcu.tree_callback: 13589.895097234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 1852, 1852, Xorg, , 1848, 0x0, SOFTIRQ { func = 0xc104364a }
-kernel.softirq_exit: 13589.895099172 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-fs.select: 13589.895111072 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895113960 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895115849 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895119588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895121594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895123562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895125594 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895127637 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895130010 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895132028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895133978 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895136035 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895137966 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895139997 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895142078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895163804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895166009 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895168550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895170382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895172605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895174741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895176562 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895178581 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895180748 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895183288 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895185369 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895187382 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895189481 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895191549 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895193698 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895195753 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895197903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895199711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895201735 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784510040 }
-fs.select: 13589.895203673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784510040 }
-mm.page_free: 13589.895211611 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/mm_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pfn = 224201, order = 0 }
-kernel.syscall_exit: 13589.895216455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 13589.895227119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
-kernel.timer_itimer_set: 13589.895229499 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 13589.895236542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.895240741 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.895243244 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.895249654 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.895254572 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.895271926 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 4096 }
-kernel.syscall_entry: 13589.895443514 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.895447892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 2652, fd = 41 }
-kernel.syscall_exit: 13589.895449165 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 2652 }
-kernel.syscall_entry: 13589.895692285 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.895696484 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4076, fd = 41 }
-kernel.syscall_exit: 13589.895697795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 4076 }
-kernel.syscall_entry: 13589.896107955 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.896112166 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 3548, fd = 41 }
-kernel.syscall_exit: 13589.896113464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 3548 }
-kernel.syscall_entry: 13589.896239977 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.896243400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 956, fd = 41 }
-kernel.syscall_exit: 13589.896244648 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 956 }
-kernel.syscall_entry: 13589.896275275 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-kernel.sched_try_wakeup: 13589.896284939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { pid = 2241, cpu_id = 0, state = 1 }
-fs.read: 13589.896309336 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 3960, fd = 41 }
-kernel.syscall_exit: 13589.896310827 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 3960 }
-kernel.syscall_entry: 13589.896344783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.896352802 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 3960, fd = 41 }
-kernel.syscall_exit: 13589.896354093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 1008 }
-kernel.irq_entry: 13589.898690474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { ip = 3077256468, handler = 0x0, irq_id = 239, kernel_mode = 0 }
-kernel.sched_try_wakeup: 13589.898720044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, IRQ { pid = 2822, cpu_id = 0, state = 1 }
-kernel.irq_exit: 13589.898735491 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { handled = 1 }
-kernel.sched_schedule: 13589.898747932 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { prev_pid = 1852, next_pid = 2822, prev_state = 0 }
-kernel.syscall_exit: 13589.899034044 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = -110 }
-kernel.syscall_entry: 13589.899076660 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 240 [sys_futex+0x0/0x111] }
-kernel.syscall_exit: 13589.899080130 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.899084479 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.899088377 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.899098745 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 13589.899101658 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.899105290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.899107511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.899110486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb690fe4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.899112694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.899115949 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 13589.899118609 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.899124795 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.899127078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.899130140 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2822, 2806, eclipse, , 2805, 0x0, SYSCALL { ip = 0xb7768416, syscall_id = 240 [sys_futex+0x0/0x111] }
-kernel.sched_schedule: 13589.899146125 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { prev_pid = 2822, next_pid = 2241, prev_state = 1 }
-fs.pollfd: 13589.899221708 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 13589.899225742 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 13589.899228785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 13589.899230715 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 13589.899238906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 14 }
-fs.pollfd: 13589.899240681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 13589.899242518 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 13589.899245475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 13589.899247511 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 13589.899250226 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 13589.899252082 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 21 }
-fs.pollfd: 13589.899255076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 2241, 2241, konsole, , 1, 0x0, SYSCALL { fd = 31 }
-kernel.sched_schedule: 13589.899265054 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { prev_pid = 2241, next_pid = 1852, prev_state = 1 }
-kernel.syscall_entry: 13589.902191865 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 13589.902208208 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { count = 4096, fd = 41 }
-kernel.syscall_exit: 13589.902210800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 13589.902218942 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7527e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 13589.902223631 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.902227985 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
-kernel.timer_itimer_set: 13589.902233863 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 13589.902243396 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.902256918 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { ip = 0xb7726416, syscall_id = 142 [sys_select+0x0/0x8f] }
-fs.select: 13589.902266334 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 1, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902270837 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 3, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902273362 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 5, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902281775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 7, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902284404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 13, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902287157 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 19, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902289693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 20, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902292391 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 21, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902294939 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 22, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902297488 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 23, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902300030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 24, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902302796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 25, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902305313 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 26, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902307794 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 27, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902310447 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 28, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902313059 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 29, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902316182 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 31, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902319349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 32, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902326241 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 33, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902329043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 34, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902331828 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 35, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902334568 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 36, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902337246 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 37, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902339906 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 38, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902342394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 39, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902344775 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 40, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902347027 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 41, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902349074 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 42, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902351691 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 43, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902354029 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 44, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902356659 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 45, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902359207 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 46, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902361930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 47, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902364348 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 48, end_time_sec = 13555, end_time_nsec = 784612772 }
-fs.select: 13589.902366773 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 1852, 1852, Xorg, , 1848, 0x0, SYSCALL { fd = 49, end_time_sec = 13555, end_time_nsec = 784612772 }
-kernel.sched_schedule: 13589.902392267 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { prev_pid = 1852, next_pid = 16891, prev_state = 1 }
-kernel.page_fault_entry: 13589.902710231 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7853371, address = 0xb7829da8, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.902883556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 13589.902894394 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78634dd, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 13589.902897456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 3 }
-kernel.syscall_exit: 13589.902900767 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.902906290 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7855b29, address = 0xb76e71b8, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.902923043 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.902962690 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7863a07, address = 0xb76f974e, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.902972329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.902985022 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785c595, address = 0xb76faa88, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.902991234 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.903001854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 13589.903012872 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1217503232 }
-kernel.page_fault_entry: 13589.903017456 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785cbd1, address = 0xb76e61c4, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.903035013 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 13589.903046086 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785e470, address = 0xb785e470, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903053485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.903062041 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 13589.903065146 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1217507328 }
-kernel.page_fault_entry: 13589.903069804 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785e3b0, address = 0xb76e5000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.903084521 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
-kernel.syscall_entry: 13589.903092185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784ec40, syscall_id = 243 [sys_set_thread_area+0x0/0x1b] }
-kernel.syscall_exit: 13589.903113937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.903120951 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78580a8, address = 0xb78580a8, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903127404 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903136213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857d23, address = 0xb78281d0, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.903180024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903190256 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857d08, address = 0xb76fb000, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903196770 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903206946 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857d08, address = 0xb76fc000, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903212810 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903222968 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857d08, address = 0xb76fd000, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903228678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903238477 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76ec75c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903244621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903252538 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7856185, address = 0xb76f8d69, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903258255 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903267120 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785601d, address = 0xb76e8fd4, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903272693 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903281329 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76f0eec, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903287076 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903294685 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7856185, address = 0xb76f7986, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903300655 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903308722 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785601d, address = 0xb76ea1bc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903314474 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903323754 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7856185, address = 0xb76f4204, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903329544 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903337574 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb785601d, address = 0xb76e9e34, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903343055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903351666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76efa5c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903357902 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903366704 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76f334c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903372545 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903381119 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7856185, address = 0xb76f5511, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903386642 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903395198 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76edd1c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903401113 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903410095 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76f203c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903416089 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903424694 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76ebafc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903430361 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903448764 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76f12fc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903454864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903464663 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7856185, address = 0xb76f6050, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903470435 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903490454 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7857e01, address = 0xb76ee2fc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903496683 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.903520173 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78637a4, syscall_id = 125 [sys_mprotect+0x0/0x1df] }
-kernel.syscall_exit: 13589.903575792 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.903591202 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb78640c7, address = 0xb782d6c0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903597283 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
-kernel.syscall_entry: 13589.903609909 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb78637a4, syscall_id = 125 [sys_mprotect+0x0/0x1df] }
-kernel.syscall_exit: 13589.903653633 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.903662678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb7863761, syscall_id = 91 [sys_munmap+0x0/0x3d] }
-kernel.syscall_exit: 13589.903867268 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.903875731 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb76fda17, address = 0xb782d55c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.903908356 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.903917617 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb76fda29, address = 0xb782bd64, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.903938898 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 13589.903948666 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77b6010, address = 0xb77b6010, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903955686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903964917 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb775adc0, address = 0xb775adc0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.903984180 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.903994171 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7752010, address = 0xb7752010, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904000104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904008629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77ed900, address = 0xb77ed900, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904014425 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904024434 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7830430, address = 0xb7830430, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904031734 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904042312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7716720, address = 0xb7716720, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904048300 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904058174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0x804a1f0, address = 0x804a1f0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904065671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904075224 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7711680, address = 0xb7711680, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904081174 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904090132 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0x8049680, address = 0x8049680, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904096429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904108510 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb775ca20, address = 0xb775ca20, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904114629 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904124552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0x8049181, address = 0x804d58c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904129934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 13589.904139640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7757120, address = 0xb7757120, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904145950 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904155093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77af320, address = 0xb77af320, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904161279 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904169525 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77eff36, address = 0xb77eff36, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904175050 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904183104 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7752ffb, address = 0xb7753000, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904188733 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904196621 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77ecc10, address = 0xb77ecc10, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904202183 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904251450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77c3cb0, address = 0xb77c3cb0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904258025 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904266673 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7754c10, address = 0xb7754c10, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904272136 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904280196 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77555d7, address = 0xb77555d7, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904285727 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904295644 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7758a70, address = 0xb7758a70, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904301379 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904309228 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77ae3f0, address = 0xb77ae3f0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904315464 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.904322925 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 45 [sys_brk+0x0/0xd3] }
-kernel.syscall_exit: 13589.904324607 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 148353024 }
-kernel.syscall_entry: 13589.904327812 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 45 [sys_brk+0x0/0xd3] }
-kernel.syscall_exit: 13589.904330787 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 148488192 }
-kernel.page_fault_entry: 13589.904335557 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7755c42, address = 0x8d7b004, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.904448158 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 13589.904469896 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0x80492e4, address = 0x804d58c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.904499052 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 13589.904510527 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb778d2c0, address = 0xb778d2c0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904517363 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904526674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb778bff0, address = 0xb778bff0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904532402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904540258 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb778bfff, address = 0xb778c000, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904545640 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904553428 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7715b70, address = 0xb7715b70, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904559071 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904567063 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb775a9cb, address = 0xb780c44b, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904572891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904582813 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0x80496e8, address = 0x804b17c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.904589049 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.904599825 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7744d70, address = 0xb7744d70, trap_id = 14, write_access = 0 }
-kernel.irq_entry: 13589.905382032 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 13589.905400257 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { jiffies = 4296292873, xtime_sec = 1262715366, xtime_nsec = 301133056, walltomonotonic_sec = -1262701811, walltomonotonic_nsec = 148963639 }
-kernel.softirq_raise: 13589.905414912 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_raise: 13589.905422682 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-kernel.irq_exit: 13589.905447785 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { handled = 1 }
-kernel.softirq_entry: 13589.905452667 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.timer_set: 13589.905465781 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { expires = 1325578, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 13589.905468671 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_entry: 13589.905470093 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-rcu.tree_callback: 13589.905518871 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc104364a }
-rcu.tree_callback: 13589.905543870 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10acb19 }
-rcu.tree_callback: 13589.905546233 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/rcu_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SOFTIRQ { func = 0xc10b8ec2 }
-kernel.softirq_exit: 13589.905548696 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-kernel.page_fault_exit: 13589.905553273 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.905570118 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb774e200, address = 0xb774e200, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905577776 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.905586777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb774ff80, address = 0xb774ff80, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905592475 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.905600486 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7742800, address = 0xb7742800, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905606536 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.905614782 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77a6630, address = 0xb77a6630, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905620349 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.905627686 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 197 [sys_fstat64+0x0/0x23] }
-kernel.syscall_exit: 13589.905631429 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 13589.905636094 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77b28b0, address = 0xb77b28b0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905642218 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.905649400 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 13589.905652160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216049152 }
-kernel.page_fault_entry: 13589.905656576 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7750c40, address = 0xb7750c40, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905663078 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.905671931 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb774eef4, address = 0xb7849000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.905690897 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 13589.905701556 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7751700, address = 0xb7751700, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905707717 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.905716186 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77a73d0, address = 0xb77a73d0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905721711 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.905728930 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 4 [sys_write+0x0/0x9d] }
-kernel.timer_set: 13589.905740430 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { expires = 1325578, function = 0xc103b8db, data = 4134550692 }
-kernel.sched_try_wakeup: 13589.905747235 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { pid = 16891, cpu_id = 0, state = 1 }
-fs.write: 13589.905758407 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 48, fd = 1 }
-kernel.syscall_exit: 13589.905760040 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 48 }
-kernel.page_fault_entry: 13589.905766796 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7745cd0, address = 0xb7745cd0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905773513 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.905780937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 4 [sys_write+0x0/0x9d] }
-kernel.sched_try_wakeup: 13589.905786821 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { pid = 16891, cpu_id = 0, state = 1 }
-fs.write: 13589.905791838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 1, fd = 1 }
-kernel.syscall_exit: 13589.905793179 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 1 }
-kernel.page_fault_entry: 13589.905799552 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb772ecb0, address = 0xb772ecb0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905806920 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.905815048 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7724710, address = 0xb7724710, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905820721 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.905828559 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7726ea0, address = 0xb7726ea0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905833991 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.905841580 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7728de2, address = 0xb7728de2, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905847012 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.905855024 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb775f420, address = 0xb775f420, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905860894 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.905869777 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7724a85, address = 0xb7805193, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905875364 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.905883399 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7725d36, address = 0xb7725d36, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905889004 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.905896892 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77277fb, address = 0xb77277fb, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905902286 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.905910582 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 4 [sys_write+0x0/0x9d] }
-kernel.sched_try_wakeup: 13589.905917028 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { pid = 16891, cpu_id = 0, state = 1 }
-fs.write: 13589.905924915 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 26, fd = 1 }
-kernel.syscall_exit: 13589.905926276 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 26 }
-kernel.syscall_entry: 13589.905930674 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 4 [sys_write+0x0/0x9d] }
-kernel.sched_try_wakeup: 13589.905935636 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { pid = 16891, cpu_id = 0, state = 1 }
-fs.write: 13589.905939880 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 1, fd = 1 }
-kernel.syscall_exit: 13589.905941160 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 1 }
-kernel.page_fault_entry: 13589.905948528 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb782ec8d, address = 0xbf813484, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.905969450 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 13589.905980684 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7743350, address = 0xb7743350, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.905987681 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.905998185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 13589.906165274 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 3, filename = "/proc/mounts" }
-kernel.syscall_exit: 13589.906167854 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 3 }
-kernel.page_fault_entry: 13589.906174386 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb775ba00, address = 0xb775ba00, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.906182150 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.906190879 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb775ba5d, address = 0xb780bb0c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.906196928 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.906206616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77366a0, address = 0xb77366a0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.906212605 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.906220893 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77320ba, address = 0xb77320ba, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.906227030 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.906234664 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb77344c4, address = 0xb77344c4, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.906240318 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.906247903 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb772ee5b, address = 0xb780aa47, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.906253588 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.906261402 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb772f35e, address = 0xb772f35e, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.906266913 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.906274937 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7730d78, address = 0xb7730d78, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.906280901 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.906290185 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7742815, address = 0xbf812fc4, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.906309455 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
-kernel.syscall_entry: 13589.906318252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 197 [sys_fstat64+0x0/0x23] }
-kernel.syscall_exit: 13589.906320325 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.906323672 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 13589.906326115 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = -1216053248 }
-kernel.syscall_entry: 13589.906329616 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 3 [sys_read+0x0/0x9d] }
-kernel.page_fault_entry: 13589.906411213 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xc142bf44, address = 0xb7848000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.906420034 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { res = 0 }
-fs.read: 13589.906426542 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 1024, fd = 3 }
-kernel.syscall_exit: 13589.906427934 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 717 }
-kernel.page_fault_entry: 13589.906433885 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb772f494, address = 0xb77f74a5, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.906440485 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.906449783 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb7731899, address = 0xb7731899, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.906455289 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 13589.906479236 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb777c1e0, address = 0xb777c1e0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.906485466 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.906493055 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 13589.906502205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 4, filename = "/media/debugfs/ltt/control/" }
-kernel.syscall_exit: 13589.906544550 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 4 }
-kernel.syscall_entry: 13589.906549864 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 221 [sys_fcntl64+0x0/0x79] }
-kernel.syscall_exit: 13589.906552710 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 1 }
-kernel.page_fault_entry: 13589.906558419 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb775564c, address = 0x8d832ac, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 13589.906594101 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 0 }
-kernel.syscall_entry: 13589.906606838 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 13589.906608744 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 4 }
-kernel.syscall_exit: 13589.906648973 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.906654800 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 4 [sys_write+0x0/0x9d] }
-kernel.sched_try_wakeup: 13589.906662205 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { pid = 16891, cpu_id = 0, state = 1 }
-fs.write: 13589.906670891 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { count = 22, fd = 1 }
-kernel.syscall_exit: 13589.906672252 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 22 }
-kernel.page_fault_entry: 13589.906679805 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, TRAP { ip = 0xb782f4e0, address = 0xb782f4e0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 13589.906687705 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 13589.906697045 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 13589.906704619 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 4, filename = "/media/debugfs/ltt/control/trace" }
-kernel.syscall_exit: 13589.906706845 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 4 }
-kernel.syscall_entry: 13589.906711237 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 13589.906712678 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 4 }
-kernel.syscall_exit: 13589.906737312 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 13589.906744506 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 13589.906751720 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/fs_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { fd = 4, filename = "/media/debugfs/ltt/control/trace/enabled" }
-kernel.syscall_exit: 13589.906753823 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, USER_MODE { ret = 4 }
-kernel.syscall_entry: 13589.906758692 (/home/william/workspace-virgin/org.eclipse.linuxtools.lttng.tests/traceset/trace-15316events_nolost_newformat/kernel_0), 16891, 16891, /usr/local/bin/lttctl, , 30068, 0x0, SYSCALL { ip = 0xb784c416, syscall_id = 4 [sys_write+0x0/0x9d] }
-End trace set
-
diff --git a/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat.tar.gz b/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat.tar.gz
deleted file mode 100644 (file)
index a61c4d5..0000000
Binary files a/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat.tar.gz and /dev/null differ
diff --git a/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat.txt b/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat.txt
deleted file mode 100644 (file)
index c3eb631..0000000
+++ /dev/null
@@ -1,15475 +0,0 @@
-Trace set contains 1 traces
-
-metadata.core_marker_id: 23329.092137812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "vm_state", name = "vm_map", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092145004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "vm_state", name = "vm_map", format = "pid %d start %lu end %lu flags %lu pgoff %lu inode %lu" }
-metadata.core_marker_id: 23329.092151727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_entry", event_id = 43, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092154886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_entry", format = "address #p%lu write_access #1u%u" }
-metadata.core_marker_id: 23329.092157982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_out", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092160801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_out", format = "pfn %lu filp %p offset %lu" }
-metadata.core_marker_id: 23329.092163601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_io", event_id = 20, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092166846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_io", format = "pdu %u" }
-metadata.core_marker_id: 23329.092172595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_frontmerge", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092175963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_frontmerge", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 23329.092179917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_complete", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092183069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_complete", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 23329.092186511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_fs", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092189465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_fs", format = "hard_sector %llu rw %d errors %d" }
-metadata.core_marker_id: 23329.092195510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "llseek", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092198175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "llseek", format = "fd %u offset %lld origin %u" }
-metadata.core_marker_id: 23329.092203831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getpeername", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092209752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getpeername", format = "fd %d usockaddr %p usockaddr_len %p ret %d" }
-metadata.core_marker_id: 23329.092212534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq_bio", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092215544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq_bio", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 23329.092221959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv4", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092224938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv4", format = "label %s address #4u%u" }
-metadata.core_marker_id: 23329.092230990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_socketpair", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092238188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_socketpair", format = "family %d type %d protocol %d usockvec %p ret %d" }
-metadata.core_marker_id: 23329.092241476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_wait", event_id = 24, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092244467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_wait", format = "pid %d" }
-metadata.core_marker_id: 23329.092250580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "split", event_id = 22, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092253819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "split", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d pdu %u" }
-metadata.core_marker_id: 23329.092257008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fd_state", name = "file_descriptor", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092259894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fd_state", name = "file_descriptor", format = "filename %s pid %d fd %u" }
-metadata.core_marker_id: 23329.092262676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_exit", event_id = 42, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092265434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_exit", format = " " }
-metadata.core_marker_id: 23329.092268444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_entry", event_id = 39, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092271435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_entry", format = "ip #p%lu address #p%lu trap_id #2u%u write_access #1u%u" }
-metadata.core_marker_id: 23329.092274384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_set", event_id = 29, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092277917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_set", format = "expires %lu function %p data %lu" }
-metadata.core_marker_id: 23329.092280460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_entry", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092283419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_entry", format = "ip %lu handler %p irq_id #2u%u kernel_mode #1u%u" }
-metadata.core_marker_id: 23329.092286263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_timer", event_id = 21, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092288971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "unplug_timer", format = "pdu %u" }
-metadata.core_marker_id: 23329.092291796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_set", event_id = 28, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092294849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_set", format = "which %d interval_sec %ld interval_usec %ld value_sec %ld value_usec %ld" }
-metadata.core_marker_id: 23329.092297866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_backmerge", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092300944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_backmerge", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 23329.092304108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_exit", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092307180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_exit", format = "handled #1u%u" }
-metadata.core_marker_id: 23329.092312793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockopt", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092315778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockopt", format = "fd %d level %d optname %d optval %p optlen %p ret %d" }
-metadata.core_marker_id: 23329.092318881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_entry", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092321799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_entry", format = "func %p data %lu" }
-metadata.core_marker_id: 23329.092324821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_alloc", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092327616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_alloc", format = "pfn %lu" }
-metadata.core_marker_id: 23329.092330299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "send_signal", event_id = 21, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092332859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "send_signal", format = "pid %d signal %d" }
-metadata.core_marker_id: 23329.092335380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_pc", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092338052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_issue_pc", format = "data_len %u rw %d errors %d" }
-metadata.core_marker_id: 23329.092341161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu_bh", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092344202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu_bh", format = "func %p ip 0x%lX" }
-metadata.core_marker_id: 23329.092346996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_pc", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092350179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_pc", format = "data_len %u rw %d errors %d" }
-metadata.core_marker_id: 23329.092353171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_entry", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092355866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_entry", format = "ip #p%ld trap_id #2u%u" }
-metadata.core_marker_id: 23329.092358346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_free", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092361110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_free", format = "pfn %lu order %u" }
-metadata.core_marker_id: 23329.092363675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pwrite64", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092366518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pwrite64", format = "fd %u count %zu pos %llu" }
-metadata.core_marker_id: 23329.092369473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pread64", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092371983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pread64", format = "fd %u count %zu pos %llu" }
-metadata.core_marker_id: 23329.092374697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "open", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092377504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "open", format = "fd %d filename %s" }
-metadata.core_marker_id: 23329.092382901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "remap", event_id = 23, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092386103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "remap", format = "device_from %lu sector_from %llu device_to %lu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 23329.092389637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_fs", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092392505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_fs", format = "hard_sector %llu rw %d errors %d" }
-metadata.core_marker_id: 23329.092395133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "panic", event_id = 36, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092397761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "panic", format = "info %s" }
-metadata.core_marker_id: 23329.092400765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_raise", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092403701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_raise", format = "softirq_id #1u%u" }
-metadata.core_marker_id: 23329.092406477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_exit", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092409049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "trap_exit", format = " " }
-metadata.core_marker_id: 23329.092411652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092414755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_call_rcu", format = "func %p ip 0x%lX" }
-metadata.core_marker_id: 23329.092417333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_fs", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092420479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_fs", format = "hard_sector %llu rw %d errors %d" }
-metadata.core_marker_id: 23329.092423396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_entry", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092426061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_entry", format = "func %p data %lu" }
-metadata.core_marker_id: 23329.092429416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "remove_from_page_cache", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092432222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "remove_from_page_cache", format = "inode %lu sdev %u" }
-metadata.core_marker_id: 23329.092435092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_close", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092437755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_close", format = "filp %p" }
-metadata.core_marker_id: 23329.092440260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "lseek", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092442850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "lseek", format = "fd %u offset %ld origin %u" }
-metadata.core_marker_id: 23329.092445466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "call", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092448260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "call", format = "call %u first %d" }
-metadata.core_marker_id: 23329.092450900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_queue", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092454027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_queue", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 23329.092457408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_update_time", event_id = 30, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092461164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_update_time", format = "jiffies #8u%llu xtime_sec %ld xtime_nsec %ld walltomonotonic_sec %ld walltomonotonic_nsec %ld" }
-metadata.core_marker_id: 23329.092464063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_bind", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092469652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_bind", format = "fd %d umyaddr %p addrlen %d ret %d" }
-metadata.core_marker_id: 23329.092472452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_bounce", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092475475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "bio_bounce", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 23329.092478590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_pc", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092481260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_complete_pc", format = "data_len %u rw %d errors %d" }
-metadata.core_marker_id: 23329.092515062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_exit", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092518461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_low_exit", format = "func %p data %lu" }
-metadata.core_marker_id: 23329.092521434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "end_commit", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092555994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "end_commit", format = "dev %s transaction %d head %d" }
-metadata.core_marker_id: 23329.092558882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "readv", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092561700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "readv", format = "fd %lu vlen %lu" }
-metadata.core_marker_id: 23329.092564329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_listen", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092567301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_listen", format = "fd %d backlog %d ret %d" }
-metadata.core_marker_id: 23329.092570403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_free", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092573094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "huge_page_free", format = "pfn %lu" }
-metadata.core_marker_id: 23329.092575573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq", event_id = 16, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092578423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "getrq", format = "rw %d" }
-metadata.core_marker_id: 23329.092580871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_load", event_id = 35, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092583517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_load", format = "name %s" }
-metadata.core_marker_id: 23329.092586034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_xmit", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092588674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_xmit", format = "skb %p protocol #n2u%hu" }
-metadata.core_marker_id: 23329.092591382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_exit", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092594293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_exit", format = "softirq_id #1u%lu" }
-metadata.core_marker_id: 23329.092596804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "select", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092599685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "select", format = "fd %d end_time_sec %ld end_time_nsec %ld" }
-metadata.core_marker_id: 23329.092602318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_pc", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092605298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_requeue_pc", format = "data_len %u rw %d errors %d" }
-metadata.core_marker_id: 23329.092607981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_exit", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092610572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_exit", format = "irqstate #1%d" }
-metadata.core_marker_id: 23329.092613625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_expired", event_id = 27, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092616635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_itimer_expired", format = "pid %d" }
-metadata.core_marker_id: 23329.092619244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wait_task", event_id = 16, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092622069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wait_task", format = "pid %d state #2d%ld" }
-metadata.core_marker_id: 23329.092624642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_exit", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092627238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_exit", format = "ret %ld" }
-metadata.core_marker_id: 23329.092629953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "swap_state", name = "statedump_swap_files", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092632932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "swap_state", name = "statedump_swap_files", format = "filp %p vfsmount %p dname %s" }
-metadata.core_marker_id: 23329.092635515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "printk", event_id = 32, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092638279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "printk", format = "ip 0x%lX" }
-metadata.core_marker_id: 23329.092640821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_entry", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092643399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "idle_entry", format = "irqstate #1%d" }
-metadata.core_marker_id: 23329.092646132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_shutdown", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092649019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_shutdown", format = "fd %d how %d ret %d" }
-metadata.core_marker_id: 23329.092651874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop_ret", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092654558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop_ret", format = "ret %d" }
-metadata.core_marker_id: 23329.092657573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop", event_id = 14, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092660170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_stop", format = "pid %d" }
-metadata.core_marker_id: 23329.092662631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "close", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092665222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "close", format = "fd %u" }
-metadata.core_marker_id: 23329.092667609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_create", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092670391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_create", format = "family %d type %d protocol %d sock %p ret %d" }
-metadata.core_marker_id: 23329.092673562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_in", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092676152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_in", format = "pfn %lu filp %p offset %lu" }
-metadata.core_marker_id: 23329.092679267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_start", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092682056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_start", format = "pfn %lu bit_nr %d" }
-metadata.core_marker_id: 23329.092684782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_start", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092687582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_start", format = "bh %p" }
-metadata.core_marker_id: 23329.092690050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_recvmsg", event_id = 11, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092692721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_recvmsg", format = "sock %p msg %p size %zu flags %d ret %d" }
-metadata.core_marker_id: 23329.092696132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "idt_table", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092699123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "idt_table", format = "irq %d address %p symbol %s" }
-metadata.core_marker_id: 23329.092701973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_open", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092704588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "swap_file_open", format = "filp %p filename %s" }
-metadata.core_marker_id: 23329.092706994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_alloc", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092709727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "page_alloc", format = "pfn %lu order %u" }
-metadata.core_marker_id: 23329.092712385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_fs", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092715291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_abort_fs", format = "hard_sector %llu rw %d errors %d" }
-metadata.core_marker_id: 23329.092717931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "interrupt", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092720589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "irq_state", name = "interrupt", format = "name %s action %s irq_id %u" }
-metadata.core_marker_id: 23329.092723427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_free", event_id = 34, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092726133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "module_free", format = "name %s" }
-metadata.core_marker_id: 23329.092729033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_end", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092731703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "wait_on_page_end", format = "pfn %lu bit_nr %d" }
-metadata.core_marker_id: 23329.092734646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "vprintk", event_id = 33, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092737668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "vprintk", format = "loglevel #1u%u string %s ip 0x%lX" }
-metadata.core_marker_id: 23329.092740290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "exec", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092742868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "exec", format = "filename %s" }
-metadata.core_marker_id: 23329.092745897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "udpv4_rcv", event_id = 17, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092748660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "udpv4_rcv", format = "skb %p" }
-metadata.core_marker_id: 23329.092751276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_call", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092753965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_call", format = "call %d a0 %lu" }
-metadata.core_marker_id: 23329.092756772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "shm_create", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092759381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "shm_create", format = "id %ld flags %d" }
-metadata.core_marker_id: 23329.092761885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_connect", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092764593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_connect", format = "fd %d uservaddr %p addrlen %d ret %d" }
-metadata.core_marker_id: 23329.092767424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv6", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092770700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "insert_ifa_ipv6", format = "label %s a15 #1x%c a14 #1x%c a13 #1x%c a12 #1x%c a11 #1x%c a10 #1x%c a9 #1x%c a8 #1x%c a7 #1x%c a6 #1x%c a5 #1x%c a4 #1x%c a3 #1x%c a2 #1x%c a1 #1x%c a0 #1x%c" }
-metadata.core_marker_id: 23329.092773932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_entry", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092776794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_entry", format = "irqstate #1%d" }
-metadata.core_marker_id: 23329.092779582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq_bio", event_id = 17, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092782777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq_bio", format = "sector %llu size %u rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) %lX not_uptodate #1u%d" }
-metadata.core_marker_id: 23329.092786312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_fs", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092789396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_fs", format = "hard_sector %llu rw %d errors %d" }
-metadata.core_marker_id: 23329.092792338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_timeout", event_id = 31, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092795009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "timer_timeout", format = "pid %d" }
-metadata.core_marker_id: 23329.092797618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_format", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092811564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_format", format = "channel %s name %s format %s" }
-metadata.core_marker_id: 23329.092814475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_schedule", event_id = 19, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092822217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_schedule", format = "prev_pid %d next_pid %d prev_state #2d%ld" }
-metadata.core_marker_id: 23329.092825054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_create", event_id = 26, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092827762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kthread_create", format = "fn %p pid %d" }
-metadata.core_marker_id: 23329.092830309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "write", event_id = 9, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092832863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "write", format = "count %zu fd %u" }
-metadata.core_marker_id: 23329.092835281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "ioctl", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092837792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "ioctl", format = "fd %u cmd %u arg %lu" }
-metadata.core_marker_id: 23329.092840352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "checkpoint", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092842979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "checkpoint", format = "dev %s need_checkpoint %d" }
-metadata.core_marker_id: 23329.092846409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "softirq_state", name = "softirq_vec", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092849400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "softirq_state", name = "softirq_vec", format = "id %d address %p symbol %s" }
-metadata.core_marker_id: 23329.092852028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_complete", event_id = 20, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092854717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_complete", format = "napi_struct %p name %s" }
-metadata.core_marker_id: 23329.092857444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_exit", event_id = 44, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092860177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_get_user_exit", format = "res %d" }
-metadata.core_marker_id: 23329.092862760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_setsockopt", event_id = 12, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092865813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_setsockopt", format = "fd %d level %d optname %d optval %p optlen %d ret %d" }
-metadata.core_marker_id: 23329.092869090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_accept", event_id = 6, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092872032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_accept", format = "fd %d upeer_sockaddr %p upeer_addrlen %p flags %d ret %d" }
-metadata.core_marker_id: 23329.092874671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_exit", event_id = 23, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092877231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_exit", format = "pid %d" }
-metadata.core_marker_id: 23329.092880001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_id", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092883529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "metadata", name = "core_marker_id", format = "channel %s name %s event_id %hu int #1u%zu long #1u%zu pointer #1u%zu size_t #1u%zu alignment #1u%u" }
-metadata.core_marker_id: 23329.092886576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq", event_id = 18, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092889216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "sleeprq", format = "rw %d" }
-metadata.core_marker_id: 23329.092892313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wakeup_new_task", event_id = 18, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092894977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_wakeup_new_task", format = "pid %d state #2d%ld cpu_id %u" }
-metadata.core_marker_id: 23329.092897895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_next_handler", event_id = 5, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092900615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "irq_next_handler", format = "handler %p prev_ret #1u%u" }
-metadata.core_marker_id: 23329.092903323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_poll", event_id = 19, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092905963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_poll", format = "napi_struct %p name %s" }
-metadata.core_marker_id: 23329.092912403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "global_state", name = "statedump_end", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092915049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "global_state", name = "statedump_end", format = " " }
-metadata.core_marker_id: 23329.092917708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "task_state", name = "process_state", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092920718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "task_state", name = "process_state", format = "pid %d parent_pid %d name %s type %d mode %d submode %d status %d tgid %d" }
-metadata.core_marker_id: 23329.092923802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_end", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092926417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "buffer_wait_end", format = "bh %p" }
-metadata.core_marker_id: 23329.092928897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_receive", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092932049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "dev_receive", format = "skb %p protocol #n2u%hu" }
-metadata.core_marker_id: 23329.092934713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "syscall_state", name = "sys_call_table", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092937920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "syscall_state", name = "sys_call_table", format = "id %d address %p symbol %s" }
-metadata.core_marker_id: 23329.092940605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockname", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092943448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_getsockname", format = "fd %d usockaddr %p usockaddr_len %p ret %d" }
-metadata.core_marker_id: 23329.092946186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pollfd", event_id = 15, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092948696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "pollfd", format = "fd %d" }
-metadata.core_marker_id: 23329.092951299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "writev", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092954026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "writev", format = "fd %lu vlen %lu" }
-metadata.core_marker_id: 23329.092956493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "tcpv4_rcv", event_id = 16, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092958998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "tcpv4_rcv", format = "skb %p" }
-metadata.core_marker_id: 23329.092961576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_sendmsg", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092964253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "socket_sendmsg", format = "sock %p msg %p size %zu ret %d" }
-metadata.core_marker_id: 23329.092966868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ip_interface", event_id = 4, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092969607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ip_interface", format = "name %s address #n4u%lu up %d" }
-metadata.core_marker_id: 23329.092972512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "del_ifa_ipv4", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092975504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "del_ifa_ipv4", format = "label %s address #4u%u" }
-metadata.core_marker_id: 23329.092978594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "userspace", name = "event", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092981641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "userspace", name = "event", format = "string %s" }
-metadata.core_marker_id: 23329.092986761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_entry", event_id = 41, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092989876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_nosem_entry", format = "ip #p%lu address #p%lu trap_id #2u%u" }
-metadata.core_marker_id: 23329.092992578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "crash_kexec", event_id = 38, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.092995366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "crash_kexec", format = "image %p ip %p" }
-metadata.core_marker_id: 23329.092997926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_exit", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093000745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "pm", name = "suspend_exit", format = "irqstate #1%d" }
-metadata.core_marker_id: 23329.093003465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_exit", event_id = 40, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093006333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "page_fault_exit", format = "res %d" }
-metadata.core_marker_id: 23329.093008972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_schedule", event_id = 18, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093011607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "net", name = "napi_schedule", format = "napi_struct %p name %s" }
-metadata.core_marker_id: 23329.093014204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kernel_kexec", event_id = 37, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093016732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "kernel_kexec", format = "image %p" }
-metadata.core_marker_id: 23329.093019187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_fork", event_id = 25, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093022032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_fork", format = "parent_pid %d child_pid %d child_tgid %d" }
-metadata.core_marker_id: 23329.093025023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "start_commit", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093027601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "jbd2", name = "start_commit", format = "dev %s transaction %d" }
-metadata.core_marker_id: 23329.093030303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_try_wakeup", event_id = 17, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093032986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_try_wakeup", format = "pid %d cpu_id %u state #2d%ld" }
-metadata.core_marker_id: 23329.093035521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "input", name = "input_event", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093038272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "input", name = "input_event", format = "type %u code %u value %d" }
-metadata.core_marker_id: 23329.093041183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "sem_create", event_id = 1, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093043793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "sem_create", format = "id %ld flags %d" }
-metadata.core_marker_id: 23329.093046248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "plug", event_id = 19, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093048937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "plug", format = " " }
-metadata.core_marker_id: 23329.093051830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_pc", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093054612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "block", name = "rq_insert_pc", format = "data_len %u rw %d errors %d" }
-metadata.core_marker_id: 23329.093057221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_free", event_id = 22, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093059898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "process_free", format = "pid %d" }
-metadata.core_marker_id: 23329.093062569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_migrate_task", event_id = 20, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093065351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "sched_migrate_task", format = "pid %d state #2d%ld dest_cpu %d" }
-metadata.core_marker_id: 23329.093068373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_entry", event_id = 7, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093071051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "softirq_entry", format = "softirq_id #1u%lu" }
-metadata.core_marker_id: 23329.093073660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "add_to_page_cache", event_id = 10, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093076337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "mm", name = "add_to_page_cache", format = "inode %lu sdev %u" }
-metadata.core_marker_id: 23329.093078914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "read", event_id = 8, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093081432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "fs", name = "read", format = "count %zu fd %u" }
-metadata.core_marker_id: 23329.093084152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ipv4_interface", event_id = 3, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093087329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "netif_state", name = "network_ipv4_interface", format = "name %s address #n4u%lu up %d" }
-metadata.core_marker_id: 23329.093089999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_exit", event_id = 13, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093092670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "tasklet_high_exit", format = "func %p data %lu" }
-metadata.core_marker_id: 23329.093095162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_callback", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093097907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "rcu", name = "tree_callback", format = "func %p" }
-metadata.core_marker_id: 23329.093100368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_entry", event_id = 2, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093103094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "kernel", name = "syscall_entry", format = "ip #p%ld syscall_id #2u%u" }
-metadata.core_marker_id: 23329.093105642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "msg_create", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093108300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "ipc", name = "msg_create", format = "id %ld flags %d" }
-metadata.core_marker_id: 23329.093111353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "module_state", name = "list_module", event_id = 0, int = 4, long = 4, pointer = 4, size_t = 4, alignment = 0 }
-metadata.core_marker_format: 23329.093114080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/metadata_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { channel = "module_state", name = "list_module", format = "name %s state %d refcount %lu" }
-kernel.printk: 23329.093118601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { ip = 0xC1421750 }
-kernel.vprintk: 23329.095196624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { loglevel = 7, string = "LTT state dump begin", ip = 0xC158363B }
-kernel.irq_entry: 23329.098276705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, IRQ { ip = 3238176841, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 23329.098527487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, IRQ { jiffies = 4297269580, xtime_sec = 1264196274, xtime_nsec = 637521999, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.098623151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.softirq_raise: 23329.098708889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, IRQ { softirq_id = 9 [softirq 9] }
-kernel.sched_try_wakeup: 23329.098725155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, IRQ { pid = 1304, cpu_id = 0, state = 1 }
-kernel.irq_exit: 23329.098751648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 23329.098757218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 23329.098767482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, SOFTIRQ { expires = 2302285, function = 0xc141d458, data = 0 }
-kernel.sched_try_wakeup: 23329.098778393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, SOFTIRQ { pid = 5, cpu_id = 0, state = 1 }
-kernel.softirq_exit: 23329.098782260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.softirq_entry: 23329.098783938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
-rcu.tree_callback: 23329.098851055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 0, 0, , , 0, 0x0, SOFTIRQ { func = 0xc10acb19 }
-kernel.softirq_exit: 23329.098855713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 0, 0, , , 0, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
-kernel.sched_schedule: 23329.098866839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 16927, next_pid = 1304, prev_state = 0 }
-kernel.page_fault_entry: 23329.099077967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { ip = 0xc102ace0, address = 0xb7609ca0, trap_id = 14, write_access = 1 }
-block.remap: 23329.099182290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2240, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.099191722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2303, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.getrq_bio: 23329.099220929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2303, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-kernel.timer_set: 23329.099265420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { expires = 2302285, function = 0xc1410312, data = 4147888232 }
-block.plug: 23329.099269620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP
-block.rq_insert_fs: 23329.099278201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { hard_sector = 2303, rw = 0, errors = 0 }
-block.remap: 23329.099306304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2248, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.099309351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2311, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_backmerge: 23329.099317338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2311, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.remap: 23329.099326930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2256, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.099329896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2319, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_backmerge: 23329.099334695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2319, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.remap: 23329.099341894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2264, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.099344836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2327, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_backmerge: 23329.099349487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2327, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.remap: 23329.099356426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2272, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.099359282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2335, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_backmerge: 23329.099364174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2335, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.remap: 23329.099371231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2280, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.099374167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2343, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_backmerge: 23329.099378861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2343, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.remap: 23329.099385930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2288, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.099388933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2351, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_backmerge: 23329.099393645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2351, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.remap: 23329.099405088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 2296, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.099407937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2359, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_backmerge: 23329.099412742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 2359, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-mm.swap_in: 23329.099427115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1304, 0, , , 0, 0x0, TRAP { pfn = 257085, filp = 0xf7101940, offset = 286 }
-block.unplug_io: 23329.099450234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { pdu = 1 }
-block.rq_issue_fs: 23329.099469589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { hard_sector = 2303, rw = 0, errors = 0 }
-kernel.timer_set: 23329.099498111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { expires = 2302285, function = 0xc14b0234, data = 0 }
-kernel.timer_set: 23329.099525949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { expires = 2304284, function = 0xf8a23e85, data = 4136733696 }
-kernel.sched_schedule: 23329.099598086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 1304, next_pid = 5, prev_state = 2 }
-kernel.sched_schedule: 23329.099726164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 5, next_pid = 16929, prev_state = 1 }
-kernel.page_fault_entry: 23329.099873314 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xc142b6ad, address = 0xb76a8738, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.099912254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.syscall_exit: 23329.099934922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.page_fault_entry: 23329.099942645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7823416, address = 0xb7823416, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.099981054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 0 }
-kernel.page_fault_entry: 23329.100019477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7743795, address = 0xb7743795, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.100062580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.100072918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb774379d, address = 0xbf8013dc, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.100099991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 23329.100109212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77437cd, address = 0xb78091cc, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.100136130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 23329.100146351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77437f1, address = 0xb7841288, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.100172986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 23329.100178519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7713b20, address = 0xb7713b20, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.100214677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.100224034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77b2f36, address = 0xb77b2f36, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.100260082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.100272079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7743813, address = 0xb77ee36c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.100298942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 23329.100308441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77f5b10, address = 0xb77f5b10, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.100344809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.100358181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77f5c16, address = 0xb7807120, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.100384273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 23329.100389560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb774388e, address = 0xb77ef378, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.100415522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 23329.100421234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7715240, address = 0xb7715240, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.100455936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.100464874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7715273, address = 0xb77ed34c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.100491663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 23329.100497133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb777574c, address = 0xb777574c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.100531769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.100541218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77447a0, address = 0xb77447a0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.100576772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 23329.100585525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 66 [syscall 66] }
-kernel.syscall_exit: 23329.100590354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 16929 }
-kernel.page_fault_entry: 23329.100594944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb776ad60, address = 0xb776ad60, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.100699421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 23329.100707873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 12 [syscall 12] }
-kernel.page_fault_entry: 23329.100713830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xc142b874, address = 0xb77cf186, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.100750600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { res = 512 }
-kernel.syscall_exit: 23329.100769950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.page_fault_entry: 23329.100775352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7769e6a, address = 0xb7769e6a, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.100812615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 23329.100820757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 5 [syscall 5] }
-kernel.page_fault_entry: 23329.100825587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xc142b874, address = 0xb77cd329, trap_id = 14, write_access = 0 }
-kernel.irq_entry: 23329.100878559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, IRQ { ip = 3238105433, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_itimer_expired: 23329.100892117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, IRQ { pid = 1989 }
-kernel.send_signal: 23329.100900382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, IRQ { pid = 1989, signal = 14 }
-kernel.irq_exit: 23329.100919701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { handled = 1 }
-kernel.page_fault_exit: 23329.100927042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { res = 512 }
-fs.open: 23329.100962928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16929, 0, , , 0, 0x0, SYSCALL { fd = 5, filename = "/dev/null" }
-kernel.syscall_exit: 23329.100966080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 5 }
-kernel.page_fault_entry: 23329.100971996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb76c098f, address = 0xb76c098f, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101009609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 23329.101018128 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 197 [syscall 197] }
-kernel.syscall_exit: 23329.101021101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.101024543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 63 [syscall 63] }
-kernel.syscall_exit: 23329.101033240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.101036472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 63 [syscall 63] }
-kernel.syscall_exit: 23329.101037792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.101040846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 63 [syscall 63] }
-kernel.syscall_exit: 23329.101042129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 2 }
-kernel.syscall_entry: 23329.101045324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 6 [syscall 6] }
-fs.close: 23329.101047020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16929, 0, , , 0, 0x0, SYSCALL { fd = 5 }
-kernel.syscall_exit: 23329.101048599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.page_fault_entry: 23329.101063212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0x804a80c, address = 0x804a80c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101101473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101126072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0x8048d00, address = 0x8048d00, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101163229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101173131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7837b70, address = 0xb7837b70, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101209726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101219374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7831ea0, address = 0xb7831ea0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101254322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101292097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783b1eb, address = 0xb783b1eb, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101329655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101342109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782d160, address = 0xb782d160, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101378131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101387581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cda0, address = 0xb782cda0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101423647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101435774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7832e10, address = 0xb7832e10, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101482431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101492035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783ab60, address = 0xb783ab60, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101528125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101537286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783ab74, address = 0xb783e0e3, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101573110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101585404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782ce8e, address = 0xb77f124c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101621821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101631036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782ce8e, address = 0xb76aa76c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101631038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101631042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cffd, address = 0xb76ab260, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101631044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101631046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782d01d, address = 0xb76acc7c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101631050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101631052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cbe0, address = 0xb76b29dc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101631056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101631058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783ab70, address = 0xb76b83c1, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101641365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101650810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cc45, address = 0xb76bd1f6, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101686471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101697817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783ab70, address = 0xb76bc766, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101733819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101742930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782d3f7, address = 0xb7822ca5, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.101770036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 23329.101775684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7831fc0, address = 0x804c478, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.101802309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 23329.101807976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb771a120, address = 0xb771a120, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101849644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101859348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7717c10, address = 0xb7717c10, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101900269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.101924720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7717f03, address = 0x87d7014, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.101952283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 23329.101958123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77180e0, address = 0xb77180e0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.101994315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102004087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb771847d, address = 0x87df020, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.102030373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 23329.102037175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cbe0, address = 0xb77f2538, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102073448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102082152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783ab70, address = 0xb77f3368, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102117974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102126696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cc45, address = 0xb77f4588, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102162408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102171538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77f6980, address = 0xb77f6980, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102207057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102217860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782d01d, address = 0xb76ad74c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102254009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102262566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cbe0, address = 0xb76b552c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102298332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102306956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783ab70, address = 0xb76bac9a, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102381835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102393120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7772320, address = 0xb7772320, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102430164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102439862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77f69be, address = 0xb7801ad4, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102476030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102486690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cbe0, address = 0xb76b087c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102535390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102544761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb783ab70, address = 0xb76b9605, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102581188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 23329.102589750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 192 [syscall 192] }
-kernel.syscall_exit: 23329.102595046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = -1226149888 }
-kernel.page_fault_entry: 23329.102599510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77f6b33, address = 0xb76a7de0, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.102653524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 0 }
-kernel.page_fault_entry: 23329.102663925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782ce8e, address = 0xb7824204, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102699526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102709963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb78353f0, address = 0xb78353f0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102745681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102755540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7719830, address = 0xb7719830, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102791541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102804782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb771f510, address = 0xb771f510, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102840907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102850599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7834ba0, address = 0xb7834ba0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102885661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.102899748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77f701e, address = 0xb77f701e, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.102935602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 23329.102945237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 125 [syscall 125] }
-kernel.syscall_exit: 23329.102979733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.page_fault_entry: 23329.102987264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb782cbe0, address = 0xb76b41ac, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.103024333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.103033895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb7779220, address = 0xb7779220, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.103069909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 23329.103078106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7779268, syscall_id = 120 [syscall 120] }
-kernel.process_fork: 23329.103106885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { parent_pid = 16929, child_pid = 16930, child_tgid = 16929 }
-kernel.sched_wakeup_new_task: 23329.103116713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { pid = 16930, state = 0, cpu_id = 0 }
-kernel.syscall_exit: 23329.103263310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 16930 }
-kernel.page_fault_entry: 23329.103271854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, TRAP { ip = 0xb77fd630, address = 0xb77fd630, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.103329269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 23329.103338251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16929, 0, , , 0, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 240 [syscall 240] }
-kernel.sched_schedule: 23329.103383672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16928, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 16929, next_pid = 16928, prev_state = 1 }
-kernel.sched_schedule: 23329.103495535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 16928, next_pid = 1989, prev_state = 64 }
-kernel.syscall_entry: 23329.103673233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851408, syscall_id = 119 [syscall 119] }
-kernel.syscall_exit: 23329.103676460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 116 }
-kernel.syscall_entry: 23329.104171379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.104176299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 23329.104183491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.104195571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
-fs.select: 23329.104200930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 1, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104205116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 3, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104207602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 5, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104214529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 7, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104216986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 13, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104219301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 19, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104221690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 20, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104224196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 21, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104226647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 22, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104228980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 23, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104231147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 24, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104234098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 25, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104236573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 26, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104238919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 27, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104241252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 28, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104243913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 29, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104246413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 30, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104248870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 31, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104251654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 32, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104254055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 33, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104256345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 34, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104258629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 35, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104261247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 37, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104263623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 38, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104266012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 39, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104268433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 40, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104270889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 41, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104273927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 42, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104276062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 43, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104278463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 44, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104281124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 45, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104283568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 46, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104286025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 49, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104288550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 50, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.104291105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { fd = 52, end_time_sec = 0, end_time_nsec = 0 }
-kernel.syscall_exit: 23329.104293883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.104300896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.104302692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 23329.104309909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.104329416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.104341292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.104342571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 4096 }
-kernel.irq_entry: 23329.105462667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, IRQ { ip = 3078444278, handler = 0x0, irq_id = 239, kernel_mode = 0 }
-kernel.timer_update_time: 23329.105487763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, IRQ { jiffies = 4297269581, xtime_sec = 1264196274, xtime_nsec = 637522000, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.105502214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.softirq_raise: 23329.105513848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, IRQ { softirq_id = 9 [softirq 9] }
-kernel.irq_exit: 23329.105546829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 23329.105551978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 23329.105563897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SOFTIRQ { expires = 2302286, function = 0xc141d458, data = 0 }
-kernel.timer_set: 23329.105569838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SOFTIRQ { expires = 2302286, function = 0xc14b0234, data = 0 }
-kernel.softirq_exit: 23329.105573246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.softirq_entry: 23329.105575583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
-rcu.tree_callback: 23329.105642628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 1989, 0, , , 0, 0x0, SOFTIRQ { func = 0xc10bdc5f }
-rcu.tree_callback: 23329.105649024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 1989, 0, , , 0, 0x0, SOFTIRQ { func = 0xc103c96c }
-rcu.tree_callback: 23329.105651773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 1989, 0, , , 0, 0x0, SOFTIRQ { func = 0xc102b275 }
-kernel.process_free: 23329.105654832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SOFTIRQ { pid = 16928 }
-mm.page_free: 23329.105661044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 0, , , 0, 0x0, SOFTIRQ { pfn = 198338, order = 1 }
-rcu.tree_callback: 23329.105672694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 1989, 0, , , 0, 0x0, SOFTIRQ { func = 0xc10acb19 }
-kernel.softirq_exit: 23329.105675449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
-kernel.sched_schedule: 23329.105688127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, SYSCALL { prev_pid = 1989, next_pid = 16930, prev_state = 0 }
-kernel.syscall_exit: 23329.105919817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.105928959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 311 [syscall 311] }
-kernel.syscall_exit: 23329.105930620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.105942836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0xb782cbe0, address = 0xb76b1dec, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.105989609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.106000437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0xb783ab70, address = 0xb76b6f34, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.106036790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.106047413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0xb76d4680, address = 0xb76d4680, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.106083927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.106094780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0x8049da0, address = 0x8049da0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.106132207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.106143293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0xb782cbe0, address = 0xb76aeddc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.106179374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.106188295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 42 [syscall 42] }
-kernel.syscall_exit: 23329.106226932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.106234087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0xb77fa600, address = 0xb77fa600, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.106271539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.106286181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0xb776ba80, address = 0xb776ba80, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.106322393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.106331313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, TRAP { ip = 0xb7786c40, address = 0xb7786c40, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.106367771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.106375771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, , , 16929, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.106379092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 23329.106382821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 6 }
-fs.pollfd: 23329.106411833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 23329.106413890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 23329.106415766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 23329.106417798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 14 }
-fs.pollfd: 23329.106419679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 23329.106421513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 18 }
-fs.pollfd: 23329.106423402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 20 }
-fs.pollfd: 23329.106425298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 22 }
-fs.pollfd: 23329.106427186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 24 }
-fs.pollfd: 23329.106429087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 23329.106430902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 28 }
-fs.pollfd: 23329.106432686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 30 }
-fs.pollfd: 23329.106434476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 32 }
-fs.pollfd: 23329.106443144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 34 }
-fs.pollfd: 23329.106450767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 36 }
-fs.pollfd: 23329.106452545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 38 }
-fs.pollfd: 23329.106454490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 40 }
-fs.pollfd: 23329.106466385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 42 }
-fs.pollfd: 23329.106468324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 44 }
-fs.pollfd: 23329.106470194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 46 }
-fs.pollfd: 23329.106499145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, , , 16929, 0x0, SYSCALL { fd = 48 }
-kernel.sched_schedule: 23329.106509559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 16930, next_pid = 1989, prev_state = 1 }
-kernel.syscall_entry: 23329.106909296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.106917333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { count = 4080, fd = 48 }
-kernel.syscall_exit: 23329.106918710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 4080 }
-kernel.syscall_entry: 23329.107932609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.107938017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 0, , , 0, 0x0, SYSCALL { count = 3576, fd = 48 }
-kernel.syscall_exit: 23329.107939387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 3576 }
-kernel.syscall_entry: 23329.109525152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 23329.109582612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 0, , , 0, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.109593871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.109786705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 0, , , 0, 0x0, MODE_UNKNOWN { fd = 8 }
-kernel.sched_schedule: 23329.109796631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 2336, next_pid = 16927, prev_state = 1 }
-kernel.printk: 23329.109863183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { ip = 0xC142176D }
-kernel.vprintk: 23329.109874912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { loglevel = 7, string = "LTT state dump thread start", ip = 0xC158363B }
-task_state.process_state: 23329.109899560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1, parent_pid = 0, name = "init", type = 0, mode = 5, submode = 0, status = 5, tgid = 1 }
-task_state.process_state: 23329.109903918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2, parent_pid = 0, name = "kthreadd", type = 1, mode = 5, submode = 0, status = 5, tgid = 2 }
-task_state.process_state: 23329.109907357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 3, parent_pid = 2, name = "ksoftirqd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 3 }
-task_state.process_state: 23329.109910721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 4, parent_pid = 2, name = "watchdog/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 4 }
-task_state.process_state: 23329.109913666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5, parent_pid = 2, name = "events/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 5 }
-task_state.process_state: 23329.109916641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 6, parent_pid = 2, name = "cpuset", type = 1, mode = 5, submode = 0, status = 5, tgid = 6 }
-task_state.process_state: 23329.109919666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 7, parent_pid = 2, name = "khelper", type = 1, mode = 5, submode = 0, status = 5, tgid = 7 }
-task_state.process_state: 23329.109922889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 10, parent_pid = 2, name = "netns", type = 1, mode = 5, submode = 0, status = 5, tgid = 10 }
-task_state.process_state: 23329.109925901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 13, parent_pid = 2, name = "async/mgr", type = 1, mode = 5, submode = 0, status = 5, tgid = 13 }
-task_state.process_state: 23329.109929006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 122, parent_pid = 2, name = "sync_supers", type = 1, mode = 5, submode = 0, status = 5, tgid = 122 }
-task_state.process_state: 23329.109932395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 124, parent_pid = 2, name = "bdi-default", type = 1, mode = 5, submode = 0, status = 5, tgid = 124 }
-task_state.process_state: 23329.109935352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 126, parent_pid = 2, name = "kblockd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 126 }
-task_state.process_state: 23329.109938247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 128, parent_pid = 2, name = "kacpid", type = 1, mode = 5, submode = 0, status = 5, tgid = 128 }
-task_state.process_state: 23329.109941439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 129, parent_pid = 2, name = "kacpi_notify", type = 1, mode = 5, submode = 0, status = 5, tgid = 129 }
-task_state.process_state: 23329.109944235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 130, parent_pid = 2, name = "kacpi_hotplug", type = 1, mode = 5, submode = 0, status = 5, tgid = 130 }
-task_state.process_state: 23329.109946890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 171, parent_pid = 2, name = "kseriod", type = 1, mode = 5, submode = 0, status = 5, tgid = 171 }
-task_state.process_state: 23329.109949723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 178, parent_pid = 2, name = "kslowd", type = 1, mode = 5, submode = 0, status = 5, tgid = 178 }
-task_state.process_state: 23329.109952859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 179, parent_pid = 2, name = "kslowd", type = 1, mode = 5, submode = 0, status = 5, tgid = 179 }
-task_state.process_state: 23329.109957063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 199, parent_pid = 2, name = "rpciod/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 199 }
-task_state.process_state: 23329.109959945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 216, parent_pid = 2, name = "khungtaskd", type = 1, mode = 5, submode = 0, status = 5, tgid = 216 }
-task_state.process_state: 23329.109962878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 217, parent_pid = 2, name = "kswapd0", type = 1, mode = 5, submode = 0, status = 5, tgid = 217 }
-task_state.process_state: 23329.109965599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 218, parent_pid = 2, name = "aio/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 218 }
-task_state.process_state: 23329.109968625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 228, parent_pid = 2, name = "nfsiod", type = 1, mode = 5, submode = 0, status = 5, tgid = 228 }
-task_state.process_state: 23329.109971594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 233, parent_pid = 2, name = "jfsIO", type = 1, mode = 5, submode = 0, status = 5, tgid = 233 }
-kernel.irq_entry: 23329.110021553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, IRQ { ip = 3242331332, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 1 }
-block.rq_complete_fs: 23329.110048831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16927, 0, , , 0, 0x0, IRQ { hard_sector = 2303, rw = 0, errors = 0 }
-kernel.sched_try_wakeup: 23329.110072517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, IRQ { pid = 1304, cpu_id = 0, state = 2 }
-kernel.timer_set: 23329.110089882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, IRQ { expires = 2302286, function = 0xc141b0a5, data = 4136835584 }
-kernel.irq_exit: 23329.110101037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.sched_schedule: 23329.110113636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { prev_pid = 16927, next_pid = 1304, prev_state = 0 }
-kernel.page_fault_exit: 23329.110209442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, MODE_UNKNOWN { res = 4 }
-fs.read: 23329.110287512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1304, 0, , , 0, 0x0, MODE_UNKNOWN { count = 4095, fd = 19 }
-kernel.syscall_exit: 23329.110289272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, MODE_UNKNOWN { ret = 85 }
-kernel.page_fault_entry: 23329.110323791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { ip = 0xb76065f3, address = 0xb76065f3, trap_id = 14, write_access = 0 }
-mm.add_to_page_cache: 23329.110362101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1304, 0, , , 0, 0x0, TRAP { inode = 33292, sdev = 3145730 }
-mm.add_to_page_cache: 23329.110372991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1304, 0, , , 0, 0x0, TRAP { inode = 33292, sdev = 3145730 }
-mm.add_to_page_cache: 23329.110376608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1304, 0, , , 0, 0x0, TRAP { inode = 33292, sdev = 3145730 }
-mm.add_to_page_cache: 23329.110379917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1304, 0, , , 0, 0x0, TRAP { inode = 33292, sdev = 3145730 }
-block.remap: 23329.110386640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { device_from = 3145728, sector_from = 1157472, device_to = 3145730, size = 16384, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.110390485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 4081302, size = 16384, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.getrq_bio: 23329.110402608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { sector = 4081302, size = 16384, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-kernel.timer_set: 23329.110410140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { expires = 2302286, function = 0xc1410312, data = 4147888232 }
-block.plug: 23329.110414214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP
-block.rq_insert_fs: 23329.110419325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { hard_sector = 4081302, rw = 0, errors = 0 }
-block.rq_issue_fs: 23329.110438203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { hard_sector = 4081302, rw = 0, errors = 0 }
-kernel.timer_set: 23329.110477660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 0, , , 0, 0x0, TRAP { expires = 2304285, function = 0xf8a23e85, data = 4136733696 }
-block.unplug_io: 23329.110557169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 0, , , 0, 0x0, TRAP { pdu = 1 }
-kernel.sched_schedule: 23329.110567392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { prev_pid = 1304, next_pid = 16927, prev_state = 2 }
-task_state.process_state: 23329.110658433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 234, parent_pid = 2, name = "jfsCommit", type = 1, mode = 5, submode = 0, status = 5, tgid = 234 }
-task_state.process_state: 23329.110661945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 235, parent_pid = 2, name = "jfsSync", type = 1, mode = 5, submode = 0, status = 5, tgid = 235 }
-task_state.process_state: 23329.110664847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 236, parent_pid = 2, name = "xfs_mru_cache", type = 1, mode = 5, submode = 0, status = 5, tgid = 236 }
-task_state.process_state: 23329.110667915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 237, parent_pid = 2, name = "xfslogd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 237 }
-task_state.process_state: 23329.110671205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 238, parent_pid = 2, name = "xfsdatad/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 238 }
-task_state.process_state: 23329.110674193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 239, parent_pid = 2, name = "xfsconvertd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 239 }
-task_state.process_state: 23329.110676989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 240, parent_pid = 2, name = "ocfs2_wq", type = 1, mode = 5, submode = 0, status = 5, tgid = 240 }
-task_state.process_state: 23329.110679798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 241, parent_pid = 2, name = "o2quot/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 241 }
-task_state.process_state: 23329.110682668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 244, parent_pid = 2, name = "user_dlm", type = 1, mode = 5, submode = 0, status = 5, tgid = 244 }
-task_state.process_state: 23329.110685397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 246, parent_pid = 2, name = "glock_workqueue", type = 1, mode = 5, submode = 0, status = 5, tgid = 246 }
-task_state.process_state: 23329.110688168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 247, parent_pid = 2, name = "delete_workqueu", type = 1, mode = 5, submode = 0, status = 5, tgid = 247 }
-task_state.process_state: 23329.110690910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 248, parent_pid = 2, name = "crypto/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 248 }
-task_state.process_state: 23329.110693792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 394, parent_pid = 2, name = "krxrpcd/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 394 }
-task_state.process_state: 23329.110696879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 543, parent_pid = 2, name = "ksuspend_usbd", type = 1, mode = 5, submode = 0, status = 5, tgid = 543 }
-task_state.process_state: 23329.110699736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 547, parent_pid = 2, name = "khubd", type = 1, mode = 5, submode = 0, status = 5, tgid = 547 }
-task_state.process_state: 23329.110702786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 561, parent_pid = 2, name = "ata/0", type = 1, mode = 5, submode = 0, status = 5, tgid = 561 }
-task_state.process_state: 23329.110705835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 563, parent_pid = 2, name = "ata_aux", type = 1, mode = 5, submode = 0, status = 5, tgid = 563 }
-task_state.process_state: 23329.110708724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 568, parent_pid = 2, name = "scsi_eh_0", type = 1, mode = 5, submode = 0, status = 5, tgid = 568 }
-task_state.process_state: 23329.110711638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 600, parent_pid = 2, name = "flush-3:0", type = 1, mode = 5, submode = 0, status = 5, tgid = 600 }
-task_state.process_state: 23329.110714780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 601, parent_pid = 2, name = "kjournald", type = 1, mode = 5, submode = 0, status = 5, tgid = 601 }
-task_state.process_state: 23329.110718169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 654, parent_pid = 1, name = "udevd", type = 0, mode = 5, submode = 0, status = 5, tgid = 654 }
-task_state.process_state: 23329.110721145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 757, parent_pid = 654, name = "udevd", type = 0, mode = 5, submode = 0, status = 5, tgid = 757 }
-task_state.process_state: 23329.110723898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 758, parent_pid = 654, name = "udevd", type = 0, mode = 5, submode = 0, status = 5, tgid = 758 }
-task_state.process_state: 23329.110726892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 795, parent_pid = 2, name = "kpsmoused", type = 1, mode = 5, submode = 0, status = 5, tgid = 795 }
-task_state.process_state: 23329.110729787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1219, parent_pid = 1, name = "dhclient3", type = 0, mode = 5, submode = 0, status = 5, tgid = 1219 }
-task_state.process_state: 23329.110732732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1244, parent_pid = 2, name = "cifsd", type = 1, mode = 5, submode = 0, status = 5, tgid = 1244 }
-task_state.process_state: 23329.110735818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1259, parent_pid = 1, name = "dirmngr", type = 0, mode = 5, submode = 0, status = 5, tgid = 1259 }
-task_state.process_state: 23329.110738676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1301, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1301 }
-task_state.process_state: 23329.110741337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1303, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1301 }
-task_state.process_state: 23329.110744035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1304, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1301 }
-task_state.process_state: 23329.110747016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16834, parent_pid = 1, name = "rsyslogd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1301 }
-task_state.process_state: 23329.110749899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1340, parent_pid = 1, name = "xfstt", type = 0, mode = 5, submode = 0, status = 5, tgid = 1340 }
-task_state.process_state: 23329.110752745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1347, parent_pid = 1, name = "acpid", type = 0, mode = 5, submode = 0, status = 5, tgid = 1347 }
-task_state.process_state: 23329.110755646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1372, parent_pid = 1, name = "cron", type = 0, mode = 5, submode = 0, status = 5, tgid = 1372 }
-task_state.process_state: 23329.110758517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1382, parent_pid = 1, name = "dbus-daemon", type = 0, mode = 5, submode = 0, status = 5, tgid = 1382 }
-task_state.process_state: 23329.110761505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1391, parent_pid = 1, name = "gpm", type = 0, mode = 5, submode = 0, status = 5, tgid = 1391 }
-task_state.process_state: 23329.110764653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1421, parent_pid = 1, name = "mysqld_safe", type = 0, mode = 5, submode = 0, status = 5, tgid = 1421 }
-task_state.process_state: 23329.110767394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1545, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
-task_state.process_state: 23329.110770468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1556, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
-task_state.process_state: 23329.110773295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1557, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
-task_state.process_state: 23329.110776066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1558, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
-task_state.process_state: 23329.110778975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1559, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
-task_state.process_state: 23329.110782006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1561, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
-task_state.process_state: 23329.110785363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1562, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
-task_state.process_state: 23329.110788338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1563, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
-task_state.process_state: 23329.110791382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1564, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
-task_state.process_state: 23329.110794346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1567, parent_pid = 1421, name = "mysqld", type = 0, mode = 5, submode = 0, status = 5, tgid = 1545 }
-task_state.process_state: 23329.110797271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1546, parent_pid = 1421, name = "logger", type = 0, mode = 5, submode = 0, status = 5, tgid = 1546 }
-task_state.process_state: 23329.110800209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1623, parent_pid = 1, name = "sshd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1623 }
-task_state.process_state: 23329.110803185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1642, parent_pid = 1, name = "VBoxService", type = 0, mode = 5, submode = 0, status = 5, tgid = 1642 }
-task_state.process_state: 23329.110806037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1643, parent_pid = 1, name = "VBoxService", type = 0, mode = 5, submode = 0, status = 5, tgid = 1642 }
-task_state.process_state: 23329.110808796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1658, parent_pid = 1, name = "hald", type = 0, mode = 5, submode = 0, status = 5, tgid = 1658 }
-task_state.process_state: 23329.110811932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1659, parent_pid = 1658, name = "hald-runner", type = 0, mode = 5, submode = 0, status = 5, tgid = 1659 }
-task_state.process_state: 23329.110814741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1732, parent_pid = 1659, name = "hald-addon-stor", type = 0, mode = 5, submode = 0, status = 5, tgid = 1732 }
-task_state.process_state: 23329.110817803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1734, parent_pid = 1659, name = "hald-addon-stor", type = 0, mode = 5, submode = 0, status = 5, tgid = 1734 }
-task_state.process_state: 23329.110820778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1736, parent_pid = 1659, name = "hald-addon-acpi", type = 0, mode = 5, submode = 0, status = 5, tgid = 1736 }
-task_state.process_state: 23329.110823624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1741, parent_pid = 1659, name = "hald-addon-inpu", type = 0, mode = 5, submode = 0, status = 5, tgid = 1741 }
-task_state.process_state: 23329.110826482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1758, parent_pid = 1, name = "nmbd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1758 }
-task_state.process_state: 23329.110829291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1767, parent_pid = 1, name = "smbd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1767 }
-task_state.process_state: 23329.110832063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1777, parent_pid = 1767, name = "smbd", type = 0, mode = 5, submode = 0, status = 5, tgid = 1777 }
-task_state.process_state: 23329.110834914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1815, parent_pid = 1, name = "gdm-emulatord", type = 0, mode = 5, submode = 0, status = 5, tgid = 1815 }
-task_state.process_state: 23329.110837822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1840, parent_pid = 1, name = "login", type = 0, mode = 5, submode = 0, status = 5, tgid = 1840 }
-task_state.process_state: 23329.110840693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1841, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1841 }
-task_state.process_state: 23329.110843495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1842, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1842 }
-task_state.process_state: 23329.110846272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1843, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1843 }
-task_state.process_state: 23329.110849032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1844, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1844 }
-task_state.process_state: 23329.110851749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1845, parent_pid = 1, name = "getty", type = 0, mode = 5, submode = 0, status = 5, tgid = 1845 }
-task_state.process_state: 23329.110854891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1881, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110858533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1882, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110861507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1884, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110864322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1885, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110867384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1886, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110898213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1887, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110901559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1888, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110904892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1890, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110907732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1891, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110910695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1892, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110954455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1893, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110957431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1894, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110960320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1895, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110963141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1896, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110966011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1897, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110968999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1898, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110971820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1899, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110975086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1900, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110977969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1901, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110980876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1902, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110983734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1903, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110986549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1904, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110989692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1905, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110992536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1906, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110995284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1907, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.110998173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1908, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111001018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1909, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111003773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1910, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111006654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1911, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111009562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1912, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111012525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1913, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111015285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1914, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111018056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1915, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111021260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1916, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111024001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1917, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111026896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1918, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111029835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1919, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111032612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1920, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111035285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1921, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111038224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1922, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111041039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1923, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111043996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1924, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111046712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1925, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111049737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1926, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111052447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1927, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111055218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1928, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111058040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1929, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111060910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1930, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111063669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1931, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111066849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1932, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111069694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1933, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111072595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1934, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111075454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1935, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111078268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1936, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111081151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1937, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111084041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1938, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111086725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1939, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111089620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1940, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111092361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1941, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111095213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1942, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111098059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1943, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111100868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1945, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111103578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1949, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111106479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1990, parent_pid = 1, name = "console-kit-dae", type = 0, mode = 5, submode = 0, status = 5, tgid = 1881 }
-task_state.process_state: 23329.111109461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1957, parent_pid = 1840, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 1957 }
-task_state.process_state: 23329.111112554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1987, parent_pid = 1, name = "kdm", type = 0, mode = 5, submode = 0, status = 5, tgid = 1987 }
-task_state.process_state: 23329.111115325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1989, parent_pid = 1987, name = "Xorg", type = 0, mode = 5, submode = 0, status = 1, tgid = 1989 }
-task_state.process_state: 23329.111118146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 1993, parent_pid = 1987, name = "kdm", type = 0, mode = 5, submode = 0, status = 5, tgid = 1993 }
-task_state.process_state: 23329.111121005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2001, parent_pid = 1, name = "dbus-launch", type = 0, mode = 5, submode = 0, status = 5, tgid = 2001 }
-task_state.process_state: 23329.111124060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2002, parent_pid = 1, name = "dbus-daemon", type = 0, mode = 5, submode = 0, status = 5, tgid = 2002 }
-task_state.process_state: 23329.111127011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2015, parent_pid = 1993, name = "startkde", type = 0, mode = 5, submode = 0, status = 5, tgid = 2015 }
-task_state.process_state: 23329.111129838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2086, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2086 }
-task_state.process_state: 23329.111132530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2090, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2086 }
-task_state.process_state: 23329.111135561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2095, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2095 }
-task_state.process_state: 23329.111138362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2128, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2095 }
-task_state.process_state: 23329.111141307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2099, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2099 }
-task_state.process_state: 23329.111143974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2100, parent_pid = 1, name = "VBoxClient", type = 0, mode = 5, submode = 0, status = 5, tgid = 2099 }
-task_state.process_state: 23329.111146949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2104, parent_pid = 2015, name = "ssh-agent", type = 0, mode = 5, submode = 0, status = 5, tgid = 2104 }
-task_state.process_state: 23329.111150037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2110, parent_pid = 1, name = "dbus-launch", type = 0, mode = 5, submode = 0, status = 5, tgid = 2110 }
-task_state.process_state: 23329.111153030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2114, parent_pid = 1, name = "dbus-daemon", type = 0, mode = 5, submode = 0, status = 5, tgid = 2114 }
-task_state.process_state: 23329.111155814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2161, parent_pid = 1, name = "kdeinit4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2161 }
-task_state.process_state: 23329.111159030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2162, parent_pid = 2161, name = "klauncher", type = 0, mode = 5, submode = 0, status = 5, tgid = 2162 }
-task_state.process_state: 23329.111161814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2164, parent_pid = 1, name = "kded4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2164 }
-task_state.process_state: 23329.111164642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2182, parent_pid = 2015, name = "kwrapper4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2182 }
-task_state.process_state: 23329.111167617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2185, parent_pid = 2161, name = "ksmserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2185 }
-task_state.process_state: 23329.111170413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2198, parent_pid = 2161, name = "ksmserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2185 }
-task_state.process_state: 23329.111173210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2199, parent_pid = 2185, name = "kwin", type = 0, mode = 5, submode = 0, status = 5, tgid = 2199 }
-task_state.process_state: 23329.111176025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2201, parent_pid = 1, name = "kglobalaccel", type = 0, mode = 5, submode = 0, status = 5, tgid = 2201 }
-task_state.process_state: 23329.111178852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2203, parent_pid = 1, name = "plasma-desktop", type = 0, mode = 5, submode = 0, status = 5, tgid = 2203 }
-task_state.process_state: 23329.111181587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2207, parent_pid = 1, name = "plasma-desktop", type = 0, mode = 5, submode = 0, status = 5, tgid = 2203 }
-task_state.process_state: 23329.111184389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2205, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2205 }
-task_state.process_state: 23329.111187303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2321, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2205 }
-task_state.process_state: 23329.111190161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2322, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2205 }
-task_state.process_state: 23329.111192884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2325, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2205 }
-task_state.process_state: 23329.111195649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2326, parent_pid = 1, name = "knotify4", type = 0, mode = 5, submode = 0, status = 5, tgid = 2205 }
-task_state.process_state: 23329.111198378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2238, parent_pid = 2161, name = "kio_file", type = 0, mode = 5, submode = 0, status = 5, tgid = 2238 }
-task_state.process_state: 23329.111201279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2244, parent_pid = 1, name = "kxkb", type = 0, mode = 5, submode = 0, status = 5, tgid = 2244 }
-task_state.process_state: 23329.111204390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2252, parent_pid = 1, name = "kxkb", type = 0, mode = 5, submode = 0, status = 5, tgid = 2244 }
-task_state.process_state: 23329.111207088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2247, parent_pid = 1, name = "krunner", type = 0, mode = 5, submode = 0, status = 5, tgid = 2247 }
-task_state.process_state: 23329.111209817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2248, parent_pid = 1, name = "nepomukserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2248 }
-task_state.process_state: 23329.111212828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2254, parent_pid = 1, name = "nepomukserver", type = 0, mode = 5, submode = 0, status = 5, tgid = 2248 }
-task_state.process_state: 23329.111215613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2255, parent_pid = 2248, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2255 }
-task_state.process_state: 23329.111218385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2259, parent_pid = 2248, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2259 }
-task_state.process_state: 23329.111221193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2260, parent_pid = 2248, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2260 }
-task_state.process_state: 23329.111224225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2261, parent_pid = 2248, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2261 }
-task_state.process_state: 23329.111226984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2265, parent_pid = 2248, name = "nepomukservices", type = 0, mode = 5, submode = 0, status = 5, tgid = 2261 }
-task_state.process_state: 23329.111229867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2263, parent_pid = 1, name = "kmix", type = 0, mode = 5, submode = 0, status = 5, tgid = 2263 }
-task_state.process_state: 23329.111232625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2269, parent_pid = 2161, name = "gkrellm", type = 0, mode = 5, submode = 0, status = 5, tgid = 2269 }
-task_state.process_state: 23329.111235700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2275, parent_pid = 2161, name = "polkit-gnome-au", type = 0, mode = 5, submode = 0, status = 5, tgid = 2275 }
-task_state.process_state: 23329.111238724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2290, parent_pid = 1, name = "polkitd", type = 0, mode = 5, submode = 0, status = 5, tgid = 2290 }
-task_state.process_state: 23329.111241434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2336, parent_pid = 1, name = "konsole", type = 0, mode = 5, submode = 0, status = 5, tgid = 2336 }
-task_state.process_state: 23329.111244416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2342, parent_pid = 1, name = "konsole", type = 0, mode = 5, submode = 0, status = 5, tgid = 2336 }
-task_state.process_state: 23329.111247231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2536, parent_pid = 2336, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 2536 }
-task_state.process_state: 23329.111250583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2630, parent_pid = 2536, name = "su", type = 0, mode = 5, submode = 0, status = 5, tgid = 2630 }
-task_state.process_state: 23329.111253404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2639, parent_pid = 2630, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 2639 }
-task_state.process_state: 23329.111256305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2748, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 2748 }
-task_state.process_state: 23329.111259336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2757, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 2757 }
-task_state.process_state: 23329.111262343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2782, parent_pid = 1372, name = "cron", type = 0, mode = 5, submode = 0, status = 5, tgid = 2782 }
-task_state.process_state: 23329.111265102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2791, parent_pid = 2782, name = "NetCheck.sh", type = 1, mode = 5, submode = 0, status = 4, tgid = 2791 }
-task_state.process_state: 23329.111267985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2794, parent_pid = 2782, name = "sendmail", type = 0, mode = 5, submode = 0, status = 5, tgid = 2794 }
-task_state.process_state: 23329.111270794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2838, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 2838 }
-task_state.process_state: 23329.111273714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2853, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 2853 }
-task_state.process_state: 23329.111276646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 2864, parent_pid = 1, name = "ssh", type = 0, mode = 5, submode = 0, status = 5, tgid = 2864 }
-task_state.process_state: 23329.111279399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 3380, parent_pid = 1, name = "gvfsd", type = 0, mode = 5, submode = 0, status = 5, tgid = 3380 }
-task_state.process_state: 23329.111282109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 3384, parent_pid = 1, name = "gvfs-hal-volume", type = 0, mode = 5, submode = 0, status = 5, tgid = 3384 }
-task_state.process_state: 23329.111285097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 3386, parent_pid = 1, name = "gvfs-gphoto2-vo", type = 0, mode = 5, submode = 0, status = 5, tgid = 3386 }
-task_state.process_state: 23329.111288035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 3701, parent_pid = 2336, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 3701 }
-task_state.process_state: 23329.111290949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 4080, parent_pid = 2161, name = "sh", type = 0, mode = 5, submode = 0, status = 5, tgid = 4080 }
-task_state.process_state: 23329.111293596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 4081, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111297147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8990, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111300158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8991, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111303054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8992, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111305782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8993, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111308518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8994, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111311461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8995, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111314338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8996, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111321517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 8999, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111324357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9000, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111327135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9001, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111330061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9004, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111332956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9020, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111335802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9043, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111338592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9044, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111341488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9070, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111344772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9212, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111347630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9238, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111350488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9239, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111353241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 9241, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111356198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 11610, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111358987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 11966, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111361896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 11967, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111364655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 13119, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111367384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 13120, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111370192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 14209, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111373032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 14402, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111375723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16658, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111378618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16826, parent_pid = 4080, name = "eclipse", type = 0, mode = 5, submode = 0, status = 5, tgid = 4081 }
-task_state.process_state: 23329.111381501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 4182, parent_pid = 1, name = "gconfd-2", type = 0, mode = 5, submode = 0, status = 5, tgid = 4182 }
-task_state.process_state: 23329.111384384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5051, parent_pid = 2161, name = "icedove", type = 0, mode = 5, submode = 0, status = 5, tgid = 5051 }
-task_state.process_state: 23329.111387211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5063, parent_pid = 5051, name = "run-mozilla.sh", type = 0, mode = 5, submode = 0, status = 5, tgid = 5063 }
-task_state.process_state: 23329.111390625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5064, parent_pid = 2161, name = "wish", type = 0, mode = 5, submode = 0, status = 5, tgid = 5064 }
-task_state.process_state: 23329.111393508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5070, parent_pid = 2161, name = "wish", type = 0, mode = 5, submode = 0, status = 5, tgid = 5064 }
-task_state.process_state: 23329.111396551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5069, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111399471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5073, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111402514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5074, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111405311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5082, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111408101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5083, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111411039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5089, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111413928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5090, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111416867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5091, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111419922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5124, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111422904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5705, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111425663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5709, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111428435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5847, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111431300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5848, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111434065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 5850, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111437399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 7980, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111440281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 7981, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111443065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 15364, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111445930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 15511, parent_pid = 5063, name = "icedove-bin", type = 0, mode = 5, submode = 0, status = 5, tgid = 5069 }
-task_state.process_state: 23329.111449090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 6239, parent_pid = 5064, name = "firefox-bin", type = 1, mode = 5, submode = 0, status = 4, tgid = 6239 }
-task_state.process_state: 23329.111452066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16884, parent_pid = 2336, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 16884 }
-task_state.process_state: 23329.111454937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16900, parent_pid = 16884, name = "su", type = 0, mode = 5, submode = 0, status = 5, tgid = 16900 }
-task_state.process_state: 23329.111457855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 0, , , 0, 0x0, MODE_UNKNOWN { pid = 16908, parent_pid = 16900, name = "bash", type = 0, mode = 5, submode = 0, status = 5, tgid = 16908 }
-task_state.process_state: 23329.111460633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, parent_pid = 16908, name = "lttctl", type = 0, mode = 5, submode = 0, status = 1, tgid = 16927 }
-task_state.process_state: 23329.111463436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, parent_pid = 1, name = "lttd", type = 0, mode = 5, submode = 0, status = 5, tgid = 16929 }
-task_state.process_state: 23329.111466047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16930, parent_pid = 1, name = "lttd", type = 0, mode = 5, submode = 0, status = 5, tgid = 16929 }
-task_state.process_state: 23329.111474875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/task_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 0, parent_pid = 0, name = "swapper", type = 1, mode = 5, submode = 0, status = 1, tgid = 0 }
-fd_state.file_descriptor: 23329.111498746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/initctl", pid = 1, fd = 10 }
-fd_state.file_descriptor: 23329.111509925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 654, fd = 0 }
-fd_state.file_descriptor: 23329.111511937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 654, fd = 1 }
-fd_state.file_descriptor: 23329.111513876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 654, fd = 2 }
-fd_state.file_descriptor: 23329.111521852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/.udev/queue.bin", pid = 654, fd = 3 }
-fd_state.file_descriptor: 23329.111531704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2755]", pid = 654, fd = 4 }
-fd_state.file_descriptor: 23329.111538778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2756]", pid = 654, fd = 5 }
-fd_state.file_descriptor: 23329.111560884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 654, fd = 6 }
-fd_state.file_descriptor: 23329.111567286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "anon_inode:[signalfd]", pid = 654, fd = 7 }
-fd_state.file_descriptor: 23329.111570033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2759]", pid = 654, fd = 8 }
-fd_state.file_descriptor: 23329.111572397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2760]", pid = 654, fd = 9 }
-fd_state.file_descriptor: 23329.111574842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 757, fd = 0 }
-fd_state.file_descriptor: 23329.111576922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 757, fd = 1 }
-fd_state.file_descriptor: 23329.111578959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 757, fd = 2 }
-fd_state.file_descriptor: 23329.111587015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2912]", pid = 757, fd = 3 }
-fd_state.file_descriptor: 23329.111589040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 757, fd = 6 }
-fd_state.file_descriptor: 23329.111591108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2760]", pid = 757, fd = 9 }
-fd_state.file_descriptor: 23329.111593484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 758, fd = 0 }
-fd_state.file_descriptor: 23329.111595503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 758, fd = 1 }
-fd_state.file_descriptor: 23329.111597410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 758, fd = 2 }
-fd_state.file_descriptor: 23329.111602503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2917]", pid = 758, fd = 3 }
-fd_state.file_descriptor: 23329.111622287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 758, fd = 6 }
-fd_state.file_descriptor: 23329.111624806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[2760]", pid = 758, fd = 9 }
-fd_state.file_descriptor: 23329.111627621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1219, fd = 0 }
-fd_state.file_descriptor: 23329.111629769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1219, fd = 1 }
-fd_state.file_descriptor: 23329.111631961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1219, fd = 2 }
-fd_state.file_descriptor: 23329.111638091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/dhcp3/dhclient.eth0.leases", pid = 1219, fd = 3 }
-fd_state.file_descriptor: 23329.111643085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4291]", pid = 1219, fd = 4 }
-fd_state.file_descriptor: 23329.111650622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4288]", pid = 1219, fd = 5 }
-fd_state.file_descriptor: 23329.111654091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[4515]", pid = 1259, fd = 3 }
-fd_state.file_descriptor: 23329.111656221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[4515]", pid = 1259, fd = 4 }
-fd_state.file_descriptor: 23329.111661265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/dirmngr.log", pid = 1259, fd = 5 }
-fd_state.file_descriptor: 23329.111663975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4518]", pid = 1259, fd = 6 }
-fd_state.file_descriptor: 23329.111669148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4570]", pid = 1301, fd = 0 }
-fd_state.file_descriptor: 23329.111673821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/auth.log", pid = 1301, fd = 3 }
-fd_state.file_descriptor: 23329.111676043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/syslog", pid = 1301, fd = 4 }
-fd_state.file_descriptor: 23329.111678301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/daemon.log", pid = 1301, fd = 5 }
-fd_state.file_descriptor: 23329.111680598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/kern.log", pid = 1301, fd = 6 }
-fd_state.file_descriptor: 23329.111682814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/lpr.log", pid = 1301, fd = 7 }
-fd_state.file_descriptor: 23329.111685117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.log", pid = 1301, fd = 8 }
-fd_state.file_descriptor: 23329.111687296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/user.log", pid = 1301, fd = 9 }
-fd_state.file_descriptor: 23329.111689475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.info", pid = 1301, fd = 10 }
-fd_state.file_descriptor: 23329.111691648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.warn", pid = 1301, fd = 11 }
-fd_state.file_descriptor: 23329.111693969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/mail.err", pid = 1301, fd = 12 }
-fd_state.file_descriptor: 23329.111696389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/news/news.crit", pid = 1301, fd = 13 }
-fd_state.file_descriptor: 23329.111698679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/news/news.err", pid = 1301, fd = 14 }
-fd_state.file_descriptor: 23329.111701290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/news/news.notice", pid = 1301, fd = 15 }
-fd_state.file_descriptor: 23329.111703691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/debug", pid = 1301, fd = 16 }
-fd_state.file_descriptor: 23329.111705840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/messages", pid = 1301, fd = 17 }
-fd_state.file_descriptor: 23329.111708105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/xconsole", pid = 1301, fd = 18 }
-fd_state.file_descriptor: 23329.111710488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/kmsg", pid = 1301, fd = 19 }
-fd_state.file_descriptor: 23329.111718587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/cache/xfstt/ttinfo.dir", pid = 1340, fd = 0 }
-fd_state.file_descriptor: 23329.111721161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/fonts/truetype", pid = 1340, fd = 1 }
-fd_state.file_descriptor: 23329.111728495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4718]", pid = 1340, fd = 2 }
-fd_state.file_descriptor: 23329.111730977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1347, fd = 0 }
-fd_state.file_descriptor: 23329.111732989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1347, fd = 1 }
-fd_state.file_descriptor: 23329.111734952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1347, fd = 2 }
-fd_state.file_descriptor: 23329.111740322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/acpi/event", pid = 1347, fd = 3 }
-fd_state.file_descriptor: 23329.111745168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4629]", pid = 1347, fd = 4 }
-fd_state.file_descriptor: 23329.111750008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5624]", pid = 1347, fd = 5 }
-fd_state.file_descriptor: 23329.111752299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4631]", pid = 1347, fd = 6 }
-fd_state.file_descriptor: 23329.111757477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6278]", pid = 1347, fd = 7 }
-fd_state.file_descriptor: 23329.111759903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1372, fd = 0 }
-fd_state.file_descriptor: 23329.111762051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1372, fd = 1 }
-fd_state.file_descriptor: 23329.111764119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1372, fd = 2 }
-fd_state.file_descriptor: 23329.111771348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/crond.pid", pid = 1372, fd = 3 }
-fd_state.file_descriptor: 23329.111773947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1382, fd = 0 }
-fd_state.file_descriptor: 23329.111776033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1382, fd = 1 }
-fd_state.file_descriptor: 23329.111778361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1382, fd = 2 }
-fd_state.file_descriptor: 23329.111783182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4684]", pid = 1382, fd = 3 }
-fd_state.file_descriptor: 23329.111785201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1382, fd = 4 }
-fd_state.file_descriptor: 23329.111787250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 1382, fd = 5 }
-fd_state.file_descriptor: 23329.111795090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4687]", pid = 1382, fd = 6 }
-fd_state.file_descriptor: 23329.111797553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4688]", pid = 1382, fd = 7 }
-fd_state.file_descriptor: 23329.111802652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5202]", pid = 1382, fd = 8 }
-fd_state.file_descriptor: 23329.111810251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5579]", pid = 1382, fd = 9 }
-fd_state.file_descriptor: 23329.111815134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5596]", pid = 1382, fd = 10 }
-fd_state.file_descriptor: 23329.111820616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6118]", pid = 1382, fd = 11 }
-fd_state.file_descriptor: 23329.111826146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6083]", pid = 1382, fd = 12 }
-fd_state.file_descriptor: 23329.111831054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6290]", pid = 1382, fd = 13 }
-fd_state.file_descriptor: 23329.111838122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6056]", pid = 1382, fd = 14 }
-fd_state.file_descriptor: 23329.111842943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6371]", pid = 1382, fd = 15 }
-fd_state.file_descriptor: 23329.111848684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6817]", pid = 1382, fd = 16 }
-fd_state.file_descriptor: 23329.111856475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7140]", pid = 1382, fd = 17 }
-fd_state.file_descriptor: 23329.111862487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[284224]", pid = 1382, fd = 18 }
-fd_state.file_descriptor: 23329.111870444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[10556]", pid = 1382, fd = 19 }
-fd_state.file_descriptor: 23329.111877610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7616]", pid = 1382, fd = 20 }
-fd_state.file_descriptor: 23329.111882680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7817]", pid = 1382, fd = 21 }
-fd_state.file_descriptor: 23329.111893148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38299]", pid = 1382, fd = 22 }
-fd_state.file_descriptor: 23329.111898253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8055]", pid = 1382, fd = 23 }
-fd_state.file_descriptor: 23329.111906056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11683]", pid = 1382, fd = 24 }
-fd_state.file_descriptor: 23329.111913174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8117]", pid = 1382, fd = 25 }
-fd_state.file_descriptor: 23329.111921699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[71978]", pid = 1382, fd = 26 }
-fd_state.file_descriptor: 23329.111924255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1391, fd = 0 }
-fd_state.file_descriptor: 23329.111926267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1391, fd = 1 }
-fd_state.file_descriptor: 23329.111928224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1391, fd = 2 }
-fd_state.file_descriptor: 23329.111930533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4709]", pid = 1391, fd = 3 }
-fd_state.file_descriptor: 23329.111935712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4729]", pid = 1391, fd = 5 }
-fd_state.file_descriptor: 23329.111944175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1421, fd = 0 }
-fd_state.file_descriptor: 23329.111946293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1421, fd = 1 }
-fd_state.file_descriptor: 23329.111948355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1421, fd = 2 }
-fd_state.file_descriptor: 23329.111951663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/bin/mysqld_safe", pid = 1421, fd = 255 }
-fd_state.file_descriptor: 23329.111956589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1545, fd = 0 }
-fd_state.file_descriptor: 23329.111963676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[4832]", pid = 1545, fd = 1 }
-fd_state.file_descriptor: 23329.111965756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[4832]", pid = 1545, fd = 2 }
-fd_state.file_descriptor: 23329.111968416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/ibdata1", pid = 1545, fd = 3 }
-fd_state.file_descriptor: 23329.111971288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/ibWgsRL4 (deleted)", pid = 1545, fd = 4 }
-fd_state.file_descriptor: 23329.111973546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/ib6QYFtU (deleted)", pid = 1545, fd = 5 }
-fd_state.file_descriptor: 23329.111975806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/ibZZTubK (deleted)", pid = 1545, fd = 6 }
-fd_state.file_descriptor: 23329.111977979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/ibeqovYz (deleted)", pid = 1545, fd = 7 }
-fd_state.file_descriptor: 23329.111983257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/ib_logfile0", pid = 1545, fd = 8 }
-fd_state.file_descriptor: 23329.111985658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/ib_logfile1", pid = 1545, fd = 9 }
-fd_state.file_descriptor: 23329.111988170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4852]", pid = 1545, fd = 10 }
-fd_state.file_descriptor: 23329.111990362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/ib8hyH7p (deleted)", pid = 1545, fd = 11 }
-fd_state.file_descriptor: 23329.111992640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4853]", pid = 1545, fd = 12 }
-fd_state.file_descriptor: 23329.111995226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/host.MYI", pid = 1545, fd = 13 }
-fd_state.file_descriptor: 23329.111997646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/host.MYD", pid = 1545, fd = 14 }
-fd_state.file_descriptor: 23329.112000091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/user.MYI", pid = 1545, fd = 15 }
-fd_state.file_descriptor: 23329.112002554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/user.MYD", pid = 1545, fd = 16 }
-fd_state.file_descriptor: 23329.112004986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/db.MYI", pid = 1545, fd = 17 }
-fd_state.file_descriptor: 23329.112007332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/db.MYD", pid = 1545, fd = 18 }
-fd_state.file_descriptor: 23329.112012351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/tables_priv.MYI", pid = 1545, fd = 19 }
-fd_state.file_descriptor: 23329.112014943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/tables_priv.MYD", pid = 1545, fd = 20 }
-fd_state.file_descriptor: 23329.112017468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/columns_priv.MYI", pid = 1545, fd = 21 }
-fd_state.file_descriptor: 23329.112020295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/columns_priv.MYD", pid = 1545, fd = 22 }
-fd_state.file_descriptor: 23329.112022876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/procs_priv.MYI", pid = 1545, fd = 23 }
-fd_state.file_descriptor: 23329.112025296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/procs_priv.MYD", pid = 1545, fd = 24 }
-fd_state.file_descriptor: 23329.112027771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/servers.MYI", pid = 1545, fd = 25 }
-fd_state.file_descriptor: 23329.112030289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/servers.MYD", pid = 1545, fd = 26 }
-fd_state.file_descriptor: 23329.112035358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/event.MYI", pid = 1545, fd = 27 }
-fd_state.file_descriptor: 23329.112037827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/event.MYD", pid = 1545, fd = 28 }
-fd_state.file_descriptor: 23329.112040537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/func.MYI", pid = 1545, fd = 32 }
-fd_state.file_descriptor: 23329.112043005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/func.MYD", pid = 1545, fd = 33 }
-fd_state.file_descriptor: 23329.112048024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/general_log.CSM", pid = 1545, fd = 34 }
-fd_state.file_descriptor: 23329.112052827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/general_log.CSV", pid = 1545, fd = 35 }
-fd_state.file_descriptor: 23329.112057790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_category.MYI", pid = 1545, fd = 36 }
-fd_state.file_descriptor: 23329.112060914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_category.MYD", pid = 1545, fd = 37 }
-fd_state.file_descriptor: 23329.112063519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_keyword.MYI", pid = 1545, fd = 38 }
-fd_state.file_descriptor: 23329.112066111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_keyword.MYD", pid = 1545, fd = 39 }
-fd_state.file_descriptor: 23329.112068754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_relation.MYI", pid = 1545, fd = 40 }
-fd_state.file_descriptor: 23329.112073636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_relation.MYD", pid = 1545, fd = 41 }
-fd_state.file_descriptor: 23329.112076205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_topic.MYI", pid = 1545, fd = 42 }
-fd_state.file_descriptor: 23329.112078921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/help_topic.MYD", pid = 1545, fd = 43 }
-fd_state.file_descriptor: 23329.112084186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/ndb_binlog_index.MYI", pid = 1545, fd = 44 }
-fd_state.file_descriptor: 23329.112086724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/ndb_binlog_index.MYD", pid = 1545, fd = 45 }
-fd_state.file_descriptor: 23329.112089224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/plugin.MYI", pid = 1545, fd = 46 }
-fd_state.file_descriptor: 23329.112091668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/plugin.MYD", pid = 1545, fd = 47 }
-fd_state.file_descriptor: 23329.112094260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/proc.MYI", pid = 1545, fd = 48 }
-fd_state.file_descriptor: 23329.112096760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/proc.MYD", pid = 1545, fd = 49 }
-fd_state.file_descriptor: 23329.112099212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/slow_log.CSM", pid = 1545, fd = 50 }
-fd_state.file_descriptor: 23329.112101934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/slow_log.CSV", pid = 1545, fd = 51 }
-fd_state.file_descriptor: 23329.112104447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone.MYI", pid = 1545, fd = 52 }
-fd_state.file_descriptor: 23329.112106965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone.MYD", pid = 1545, fd = 53 }
-fd_state.file_descriptor: 23329.112109669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_leap_second.MYI", pid = 1545, fd = 54 }
-fd_state.file_descriptor: 23329.112112205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_leap_second.MYD", pid = 1545, fd = 55 }
-fd_state.file_descriptor: 23329.112114755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_name.MYI", pid = 1545, fd = 56 }
-fd_state.file_descriptor: 23329.112117231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_name.MYD", pid = 1545, fd = 57 }
-fd_state.file_descriptor: 23329.112120020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition.MYI", pid = 1545, fd = 58 }
-fd_state.file_descriptor: 23329.112122564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition.MYD", pid = 1545, fd = 59 }
-fd_state.file_descriptor: 23329.112125317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition_type.MYI", pid = 1545, fd = 60 }
-fd_state.file_descriptor: 23329.112127848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/mysql/mysql/time_zone_transition_type.MYD", pid = 1545, fd = 61 }
-fd_state.file_descriptor: 23329.112133774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[4832]", pid = 1546, fd = 0 }
-fd_state.file_descriptor: 23329.112135978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4845]", pid = 1546, fd = 1 }
-fd_state.file_descriptor: 23329.112138003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1546, fd = 2 }
-fd_state.file_descriptor: 23329.112141342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1623, fd = 0 }
-fd_state.file_descriptor: 23329.112143694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1623, fd = 1 }
-fd_state.file_descriptor: 23329.112145713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1623, fd = 2 }
-fd_state.file_descriptor: 23329.112148121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[4999]", pid = 1623, fd = 3 }
-fd_state.file_descriptor: 23329.112150577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1642, fd = 0 }
-fd_state.file_descriptor: 23329.112152547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1642, fd = 1 }
-fd_state.file_descriptor: 23329.112154460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1642, fd = 2 }
-fd_state.file_descriptor: 23329.112156664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/vboxguest", pid = 1642, fd = 3 }
-fd_state.file_descriptor: 23329.112159282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1658, fd = 0 }
-fd_state.file_descriptor: 23329.112161350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1658, fd = 1 }
-fd_state.file_descriptor: 23329.112163368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1658, fd = 2 }
-fd_state.file_descriptor: 23329.112165782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5199]", pid = 1658, fd = 5 }
-fd_state.file_descriptor: 23329.112167912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5199]", pid = 1658, fd = 6 }
-fd_state.file_descriptor: 23329.112170146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5200]", pid = 1658, fd = 7 }
-fd_state.file_descriptor: 23329.112172578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5201]", pid = 1658, fd = 8 }
-fd_state.file_descriptor: 23329.112175078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5205]", pid = 1658, fd = 9 }
-fd_state.file_descriptor: 23329.112180022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5235]", pid = 1658, fd = 10 }
-fd_state.file_descriptor: 23329.112182073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 1658, fd = 11 }
-fd_state.file_descriptor: 23329.112186906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5248]", pid = 1658, fd = 12 }
-fd_state.file_descriptor: 23329.112189573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/1658/mounts", pid = 1658, fd = 13 }
-fd_state.file_descriptor: 23329.112194512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5612]", pid = 1658, fd = 14 }
-fd_state.file_descriptor: 23329.112199233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5639]", pid = 1658, fd = 17 }
-fd_state.file_descriptor: 23329.112201616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5608]", pid = 1658, fd = 19 }
-fd_state.file_descriptor: 23329.112204005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5610]", pid = 1658, fd = 21 }
-fd_state.file_descriptor: 23329.112206234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1659, fd = 0 }
-fd_state.file_descriptor: 23329.112208190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1659, fd = 1 }
-fd_state.file_descriptor: 23329.112210160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1659, fd = 2 }
-fd_state.file_descriptor: 23329.112212456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5234]", pid = 1659, fd = 3 }
-fd_state.file_descriptor: 23329.112215259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1732, fd = 0 }
-fd_state.file_descriptor: 23329.112217808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1732, fd = 1 }
-fd_state.file_descriptor: 23329.112219808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1732, fd = 2 }
-fd_state.file_descriptor: 23329.112222154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5578]", pid = 1732, fd = 3 }
-fd_state.file_descriptor: 23329.112224506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5585]", pid = 1732, fd = 4 }
-fd_state.file_descriptor: 23329.112226858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1734, fd = 0 }
-fd_state.file_descriptor: 23329.112228815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1734, fd = 1 }
-fd_state.file_descriptor: 23329.112230871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1734, fd = 2 }
-fd_state.file_descriptor: 23329.112233204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5595]", pid = 1734, fd = 3 }
-fd_state.file_descriptor: 23329.112235753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5607]", pid = 1734, fd = 4 }
-fd_state.file_descriptor: 23329.112238062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1736, fd = 0 }
-fd_state.file_descriptor: 23329.112240019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1736, fd = 1 }
-fd_state.file_descriptor: 23329.112241927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1736, fd = 2 }
-fd_state.file_descriptor: 23329.112244371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5611]", pid = 1736, fd = 3 }
-fd_state.file_descriptor: 23329.112249549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5623]", pid = 1736, fd = 4 }
-fd_state.file_descriptor: 23329.112251902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1741, fd = 0 }
-fd_state.file_descriptor: 23329.112254254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1741, fd = 1 }
-fd_state.file_descriptor: 23329.112256216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1741, fd = 2 }
-fd_state.file_descriptor: 23329.112258421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5638]", pid = 1741, fd = 3 }
-fd_state.file_descriptor: 23329.112263390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/event2", pid = 1741, fd = 4 }
-fd_state.file_descriptor: 23329.112265823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/event1", pid = 1741, fd = 5 }
-fd_state.file_descriptor: 23329.112268242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/event0", pid = 1741, fd = 6 }
-fd_state.file_descriptor: 23329.112270649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1758, fd = 0 }
-fd_state.file_descriptor: 23329.112272693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1758, fd = 1 }
-fd_state.file_descriptor: 23329.112275143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.nmbd", pid = 1758, fd = 2 }
-fd_state.file_descriptor: 23329.112277310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.nmbd", pid = 1758, fd = 3 }
-fd_state.file_descriptor: 23329.112279853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/messages.tdb", pid = 1758, fd = 4 }
-fd_state.file_descriptor: 23329.112282292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5688]", pid = 1758, fd = 5 }
-fd_state.file_descriptor: 23329.112284477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5688]", pid = 1758, fd = 6 }
-fd_state.file_descriptor: 23329.112289959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/nmbd.pid", pid = 1758, fd = 7 }
-fd_state.file_descriptor: 23329.112295342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/connections.tdb", pid = 1758, fd = 8 }
-fd_state.file_descriptor: 23329.112297854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5691]", pid = 1758, fd = 9 }
-fd_state.file_descriptor: 23329.112300182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5692]", pid = 1758, fd = 10 }
-fd_state.file_descriptor: 23329.112302478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5694]", pid = 1758, fd = 11 }
-fd_state.file_descriptor: 23329.112304774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5695]", pid = 1758, fd = 12 }
-fd_state.file_descriptor: 23329.112309454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5700]", pid = 1758, fd = 13 }
-fd_state.file_descriptor: 23329.112311522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5700]", pid = 1758, fd = 14 }
-fd_state.file_descriptor: 23329.112314256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1767, fd = 0 }
-fd_state.file_descriptor: 23329.112316367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1767, fd = 1 }
-fd_state.file_descriptor: 23329.112321090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 1767, fd = 2 }
-fd_state.file_descriptor: 23329.112323404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 1767, fd = 3 }
-fd_state.file_descriptor: 23329.112328416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/secrets.tdb", pid = 1767, fd = 4 }
-fd_state.file_descriptor: 23329.112331263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/messages.tdb", pid = 1767, fd = 5 }
-fd_state.file_descriptor: 23329.112335881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5730]", pid = 1767, fd = 6 }
-fd_state.file_descriptor: 23329.112337893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5730]", pid = 1767, fd = 7 }
-fd_state.file_descriptor: 23329.112340077 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 1767, fd = 8 }
-fd_state.file_descriptor: 23329.112342491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/smbd.pid", pid = 1767, fd = 9 }
-fd_state.file_descriptor: 23329.112344899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/sessionid.tdb", pid = 1767, fd = 10 }
-fd_state.file_descriptor: 23329.112347238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/connections.tdb", pid = 1767, fd = 11 }
-fd_state.file_descriptor: 23329.112349603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/brlock.tdb", pid = 1767, fd = 12 }
-fd_state.file_descriptor: 23329.112352115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/locking.tdb", pid = 1767, fd = 13 }
-fd_state.file_descriptor: 23329.112354455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/gencache.tdb", pid = 1767, fd = 14 }
-fd_state.file_descriptor: 23329.112356831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntdrivers.tdb", pid = 1767, fd = 15 }
-fd_state.file_descriptor: 23329.112359239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/passdb.tdb", pid = 1767, fd = 16 }
-fd_state.file_descriptor: 23329.112361813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/account_policy.tdb", pid = 1767, fd = 17 }
-fd_state.file_descriptor: 23329.112364202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/group_mapping.ldb", pid = 1767, fd = 18 }
-fd_state.file_descriptor: 23329.112369517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntprinters.tdb", pid = 1767, fd = 19 }
-fd_state.file_descriptor: 23329.112371844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntforms.tdb", pid = 1767, fd = 20 }
-fd_state.file_descriptor: 23329.112374159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5750]", pid = 1767, fd = 21 }
-fd_state.file_descriptor: 23329.112376548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5756]", pid = 1767, fd = 22 }
-fd_state.file_descriptor: 23329.112378802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5758]", pid = 1767, fd = 23 }
-fd_state.file_descriptor: 23329.112383283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5759]", pid = 1767, fd = 24 }
-fd_state.file_descriptor: 23329.112385376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5759]", pid = 1767, fd = 25 }
-fd_state.file_descriptor: 23329.112387642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1777, fd = 0 }
-fd_state.file_descriptor: 23329.112389710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1777, fd = 1 }
-fd_state.file_descriptor: 23329.112392024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 1777, fd = 2 }
-fd_state.file_descriptor: 23329.112394129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 1777, fd = 3 }
-fd_state.file_descriptor: 23329.112396377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/secrets.tdb", pid = 1777, fd = 4 }
-fd_state.file_descriptor: 23329.112398766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/messages.tdb", pid = 1777, fd = 5 }
-fd_state.file_descriptor: 23329.112403395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5751]", pid = 1777, fd = 6 }
-fd_state.file_descriptor: 23329.112405951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5751]", pid = 1777, fd = 7 }
-fd_state.file_descriptor: 23329.112408148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/samba/log.smbd", pid = 1777, fd = 8 }
-fd_state.file_descriptor: 23329.112410402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/smbd.pid", pid = 1777, fd = 9 }
-fd_state.file_descriptor: 23329.112412654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/sessionid.tdb", pid = 1777, fd = 10 }
-fd_state.file_descriptor: 23329.112414975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/connections.tdb", pid = 1777, fd = 11 }
-fd_state.file_descriptor: 23329.112417185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/brlock.tdb", pid = 1777, fd = 12 }
-fd_state.file_descriptor: 23329.112419482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/locking.tdb", pid = 1777, fd = 13 }
-fd_state.file_descriptor: 23329.112421679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/samba/gencache.tdb", pid = 1777, fd = 14 }
-fd_state.file_descriptor: 23329.112423883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntdrivers.tdb", pid = 1777, fd = 15 }
-fd_state.file_descriptor: 23329.112426068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/passdb.tdb", pid = 1777, fd = 16 }
-fd_state.file_descriptor: 23329.112428235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/account_policy.tdb", pid = 1777, fd = 17 }
-fd_state.file_descriptor: 23329.112430439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/group_mapping.ldb", pid = 1777, fd = 18 }
-fd_state.file_descriptor: 23329.112432729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntprinters.tdb", pid = 1777, fd = 19 }
-fd_state.file_descriptor: 23329.112434890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lib/samba/ntforms.tdb", pid = 1777, fd = 20 }
-fd_state.file_descriptor: 23329.112439631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5752]", pid = 1777, fd = 21 }
-fd_state.file_descriptor: 23329.112442081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5750]", pid = 1777, fd = 22 }
-fd_state.file_descriptor: 23329.112444168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[5752]", pid = 1777, fd = 23 }
-fd_state.file_descriptor: 23329.112449267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1815, fd = 0 }
-fd_state.file_descriptor: 23329.112451415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1815, fd = 1 }
-fd_state.file_descriptor: 23329.112453440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1815, fd = 2 }
-fd_state.file_descriptor: 23329.112458551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5836]", pid = 1815, fd = 3 }
-fd_state.file_descriptor: 23329.112461002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[5839]", pid = 1815, fd = 4 }
-fd_state.file_descriptor: 23329.112463526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1840, fd = 0 }
-fd_state.file_descriptor: 23329.112465459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1840, fd = 1 }
-fd_state.file_descriptor: 23329.112467373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1840, fd = 2 }
-fd_state.file_descriptor: 23329.112472367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6116]", pid = 1840, fd = 3 }
-fd_state.file_descriptor: 23329.112474570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6117]", pid = 1840, fd = 4 }
-fd_state.file_descriptor: 23329.112479792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty2", pid = 1841, fd = 0 }
-fd_state.file_descriptor: 23329.112481775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty2", pid = 1841, fd = 1 }
-fd_state.file_descriptor: 23329.112483731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty2", pid = 1841, fd = 2 }
-fd_state.file_descriptor: 23329.112488510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty3", pid = 1842, fd = 0 }
-fd_state.file_descriptor: 23329.112490540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty3", pid = 1842, fd = 1 }
-fd_state.file_descriptor: 23329.112492484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty3", pid = 1842, fd = 2 }
-fd_state.file_descriptor: 23329.112497417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty4", pid = 1843, fd = 0 }
-fd_state.file_descriptor: 23329.112499392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty4", pid = 1843, fd = 1 }
-fd_state.file_descriptor: 23329.112501330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty4", pid = 1843, fd = 2 }
-fd_state.file_descriptor: 23329.112505917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty5", pid = 1844, fd = 0 }
-fd_state.file_descriptor: 23329.112507898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty5", pid = 1844, fd = 1 }
-fd_state.file_descriptor: 23329.112509806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty5", pid = 1844, fd = 2 }
-fd_state.file_descriptor: 23329.112512454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty6", pid = 1845, fd = 0 }
-fd_state.file_descriptor: 23329.112514775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty6", pid = 1845, fd = 1 }
-fd_state.file_descriptor: 23329.112516701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty6", pid = 1845, fd = 2 }
-fd_state.file_descriptor: 23329.112519029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1881, fd = 0 }
-fd_state.file_descriptor: 23329.112520955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1881, fd = 1 }
-fd_state.file_descriptor: 23329.112522856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1881, fd = 2 }
-fd_state.file_descriptor: 23329.112527819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6053]", pid = 1881, fd = 3 }
-fd_state.file_descriptor: 23329.112529807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1881, fd = 4 }
-fd_state.file_descriptor: 23329.112531912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6053]", pid = 1881, fd = 5 }
-fd_state.file_descriptor: 23329.112534227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6054]", pid = 1881, fd = 6 }
-fd_state.file_descriptor: 23329.112536350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6054]", pid = 1881, fd = 7 }
-fd_state.file_descriptor: 23329.112538634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6055]", pid = 1881, fd = 8 }
-fd_state.file_descriptor: 23329.112540906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/console", pid = 1881, fd = 9 }
-fd_state.file_descriptor: 23329.112543419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/ConsoleKit/history", pid = 1881, fd = 10 }
-fd_state.file_descriptor: 23329.112545868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6082]", pid = 1881, fd = 11 }
-fd_state.file_descriptor: 23329.112550580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty0", pid = 1881, fd = 12 }
-fd_state.file_descriptor: 23329.112555264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 1881, fd = 13 }
-fd_state.file_descriptor: 23329.112559931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6080]", pid = 1881, fd = 14 }
-fd_state.file_descriptor: 23329.112562054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6080]", pid = 1881, fd = 15 }
-fd_state.file_descriptor: 23329.112564488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1957, fd = 0 }
-fd_state.file_descriptor: 23329.112566450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1957, fd = 1 }
-fd_state.file_descriptor: 23329.112568332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1957, fd = 2 }
-fd_state.file_descriptor: 23329.112571160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty1", pid = 1957, fd = 255 }
-fd_state.file_descriptor: 23329.112573623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1987, fd = 0 }
-fd_state.file_descriptor: 23329.112575864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1987, fd = 1 }
-fd_state.file_descriptor: 23329.112577944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1987, fd = 2 }
-fd_state.file_descriptor: 23329.112580333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/run/kdm.pid", pid = 1987, fd = 3 }
-fd_state.file_descriptor: 23329.112585216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6237]", pid = 1987, fd = 4 }
-fd_state.file_descriptor: 23329.112587728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6237]", pid = 1987, fd = 5 }
-fd_state.file_descriptor: 23329.112590099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6283]", pid = 1987, fd = 6 }
-fd_state.file_descriptor: 23329.112594939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6239]", pid = 1987, fd = 7 }
-fd_state.file_descriptor: 23329.112597352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7815]", pid = 1987, fd = 8 }
-fd_state.file_descriptor: 23329.112601970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6286]", pid = 1987, fd = 9 }
-fd_state.file_descriptor: 23329.112606661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6288]", pid = 1987, fd = 11 }
-fd_state.file_descriptor: 23329.112611730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/Xorg.0.log", pid = 1989, fd = 0 }
-fd_state.file_descriptor: 23329.112616365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6244]", pid = 1989, fd = 1 }
-fd_state.file_descriptor: 23329.112618421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1989, fd = 2 }
-fd_state.file_descriptor: 23329.112620915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6245]", pid = 1989, fd = 3 }
-fd_state.file_descriptor: 23329.112628724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/lib/xorg/protocol.txt", pid = 1989, fd = 4 }
-fd_state.file_descriptor: 23329.112650002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/tty8", pid = 1989, fd = 5 }
-fd_state.file_descriptor: 23329.112652539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/mtrr", pid = 1989, fd = 6 }
-fd_state.file_descriptor: 23329.112655311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6277]", pid = 1989, fd = 7 }
-fd_state.file_descriptor: 23329.112657546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/vboxguest", pid = 1989, fd = 8 }
-fd_state.file_descriptor: 23329.112668151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/sys/devices/pci0000:00/0000:00:02.0/config", pid = 1989, fd = 9 }
-fd_state.file_descriptor: 23329.112670410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/mtrr", pid = 1989, fd = 10 }
-fd_state.file_descriptor: 23329.112672886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/dri/card0", pid = 1989, fd = 11 }
-fd_state.file_descriptor: 23329.112675139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/mice", pid = 1989, fd = 12 }
-fd_state.file_descriptor: 23329.112677540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6289]", pid = 1989, fd = 13 }
-fd_state.file_descriptor: 23329.112679744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/event0", pid = 1989, fd = 14 }
-fd_state.file_descriptor: 23329.112682207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/event2", pid = 1989, fd = 15 }
-fd_state.file_descriptor: 23329.112684973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/event1", pid = 1989, fd = 16 }
-fd_state.file_descriptor: 23329.112689603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/input/event4", pid = 1989, fd = 17 }
-fd_state.file_descriptor: 23329.112691739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/vboxguest", pid = 1989, fd = 18 }
-fd_state.file_descriptor: 23329.112694115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6300]", pid = 1989, fd = 19 }
-fd_state.file_descriptor: 23329.112698856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6610]", pid = 1989, fd = 20 }
-fd_state.file_descriptor: 23329.112703585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6622]", pid = 1989, fd = 21 }
-fd_state.file_descriptor: 23329.112705739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6337]", pid = 1989, fd = 22 }
-fd_state.file_descriptor: 23329.112708066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6624]", pid = 1989, fd = 23 }
-fd_state.file_descriptor: 23329.112710369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6632]", pid = 1989, fd = 24 }
-fd_state.file_descriptor: 23329.112714838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6650]", pid = 1989, fd = 25 }
-fd_state.file_descriptor: 23329.112717190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6662]", pid = 1989, fd = 26 }
-fd_state.file_descriptor: 23329.112719511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6665]", pid = 1989, fd = 27 }
-fd_state.file_descriptor: 23329.112724980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7480]", pid = 1989, fd = 28 }
-fd_state.file_descriptor: 23329.112729610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6759]", pid = 1989, fd = 29 }
-fd_state.file_descriptor: 23329.112734184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6776]", pid = 1989, fd = 30 }
-fd_state.file_descriptor: 23329.112736857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188220]", pid = 1989, fd = 31 }
-fd_state.file_descriptor: 23329.112741789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6886]", pid = 1989, fd = 32 }
-fd_state.file_descriptor: 23329.112744191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7009]", pid = 1989, fd = 33 }
-fd_state.file_descriptor: 23329.112749012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7089]", pid = 1989, fd = 34 }
-fd_state.file_descriptor: 23329.112753809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7040]", pid = 1989, fd = 35 }
-fd_state.file_descriptor: 23329.112758513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7111]", pid = 1989, fd = 37 }
-fd_state.file_descriptor: 23329.112763820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7503]", pid = 1989, fd = 38 }
-fd_state.file_descriptor: 23329.112768500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7522]", pid = 1989, fd = 39 }
-fd_state.file_descriptor: 23329.112773205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7732]", pid = 1989, fd = 40 }
-fd_state.file_descriptor: 23329.112777927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7667]", pid = 1989, fd = 41 }
-fd_state.file_descriptor: 23329.112782513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7742]", pid = 1989, fd = 42 }
-fd_state.file_descriptor: 23329.112787081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7748]", pid = 1989, fd = 43 }
-fd_state.file_descriptor: 23329.112789445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7753]", pid = 1989, fd = 44 }
-fd_state.file_descriptor: 23329.112791914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7914]", pid = 1989, fd = 45 }
-fd_state.file_descriptor: 23329.112796983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7973]", pid = 1989, fd = 46 }
-fd_state.file_descriptor: 23329.112799872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8459]", pid = 1989, fd = 48 }
-fd_state.file_descriptor: 23329.112802575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[284025]", pid = 1989, fd = 49 }
-fd_state.file_descriptor: 23329.112808298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79255]", pid = 1989, fd = 50 }
-fd_state.file_descriptor: 23329.112814557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79260]", pid = 1989, fd = 52 }
-fd_state.file_descriptor: 23329.112817545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 1993, fd = 0 }
-fd_state.file_descriptor: 23329.112819700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1993, fd = 1 }
-fd_state.file_descriptor: 23329.112821724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/log/kdm.log", pid = 1993, fd = 2 }
-fd_state.file_descriptor: 23329.112824021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6291]", pid = 1993, fd = 3 }
-fd_state.file_descriptor: 23329.112826435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6370]", pid = 1993, fd = 4 }
-fd_state.file_descriptor: 23329.112828768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6456]", pid = 1993, fd = 5 }
-fd_state.file_descriptor: 23329.112833972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6285]", pid = 1993, fd = 8 }
-fd_state.file_descriptor: 23329.112836404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6287]", pid = 1993, fd = 10 }
-fd_state.file_descriptor: 23329.112842188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2001, fd = 0 }
-fd_state.file_descriptor: 23329.112844330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2001, fd = 1 }
-fd_state.file_descriptor: 23329.112846318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2001, fd = 2 }
-fd_state.file_descriptor: 23329.112848646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6319]", pid = 2001, fd = 3 }
-fd_state.file_descriptor: 23329.112850632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2001, fd = 4 }
-fd_state.file_descriptor: 23329.112852972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6336]", pid = 2001, fd = 5 }
-fd_state.file_descriptor: 23329.112857819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6325]", pid = 2001, fd = 8 }
-fd_state.file_descriptor: 23329.112862509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2002, fd = 0 }
-fd_state.file_descriptor: 23329.112864503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2002, fd = 1 }
-fd_state.file_descriptor: 23329.112866442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2002, fd = 2 }
-fd_state.file_descriptor: 23329.112868769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6330]", pid = 2002, fd = 3 }
-fd_state.file_descriptor: 23329.112870695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2002, fd = 4 }
-fd_state.file_descriptor: 23329.112872775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2002, fd = 5 }
-fd_state.file_descriptor: 23329.112875090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6331]", pid = 2002, fd = 6 }
-fd_state.file_descriptor: 23329.112877609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6332]", pid = 2002, fd = 7 }
-fd_state.file_descriptor: 23329.112882560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2015, fd = 0 }
-fd_state.file_descriptor: 23329.112887782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2015, fd = 1 }
-fd_state.file_descriptor: 23329.112890005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2015, fd = 2 }
-fd_state.file_descriptor: 23329.112893455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/bin/startkde", pid = 2015, fd = 255 }
-fd_state.file_descriptor: 23329.112895746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2086, fd = 0 }
-fd_state.file_descriptor: 23329.112897696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2086, fd = 1 }
-fd_state.file_descriptor: 23329.112899659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2086, fd = 2 }
-fd_state.file_descriptor: 23329.112904783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/vboxuser", pid = 2086, fd = 3 }
-fd_state.file_descriptor: 23329.112909771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.vboxclient-clipboard.pid", pid = 2086, fd = 4 }
-fd_state.file_descriptor: 23329.112912185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6609]", pid = 2086, fd = 5 }
-fd_state.file_descriptor: 23329.112914561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6613]", pid = 2086, fd = 6 }
-fd_state.file_descriptor: 23329.112916956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6613]", pid = 2086, fd = 7 }
-fd_state.file_descriptor: 23329.112919450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2095, fd = 0 }
-fd_state.file_descriptor: 23329.112921505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2095, fd = 1 }
-fd_state.file_descriptor: 23329.112923432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2095, fd = 2 }
-fd_state.file_descriptor: 23329.112925445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/vboxuser", pid = 2095, fd = 3 }
-fd_state.file_descriptor: 23329.112927857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.vboxclient-display.pid", pid = 2095, fd = 4 }
-fd_state.file_descriptor: 23329.112930425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6661]", pid = 2095, fd = 5 }
-fd_state.file_descriptor: 23329.112932840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6664]", pid = 2095, fd = 6 }
-fd_state.file_descriptor: 23329.112935118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2099, fd = 0 }
-fd_state.file_descriptor: 23329.112937024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2099, fd = 1 }
-fd_state.file_descriptor: 23329.112938901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2099, fd = 2 }
-fd_state.file_descriptor: 23329.112940889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/vboxuser", pid = 2099, fd = 3 }
-fd_state.file_descriptor: 23329.112945636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.vboxclient-seamless.pid", pid = 2099, fd = 4 }
-fd_state.file_descriptor: 23329.112948161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6621]", pid = 2099, fd = 5 }
-fd_state.file_descriptor: 23329.112950531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6623]", pid = 2099, fd = 6 }
-fd_state.file_descriptor: 23329.112953210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2104, fd = 0 }
-fd_state.file_descriptor: 23329.112955235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2104, fd = 1 }
-fd_state.file_descriptor: 23329.112957161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2104, fd = 2 }
-fd_state.file_descriptor: 23329.112959439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6629]", pid = 2104, fd = 3 }
-fd_state.file_descriptor: 23329.112961680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2110, fd = 0 }
-fd_state.file_descriptor: 23329.112963877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2110, fd = 1 }
-fd_state.file_descriptor: 23329.112965828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2110, fd = 2 }
-fd_state.file_descriptor: 23329.112968155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6631]", pid = 2110, fd = 3 }
-fd_state.file_descriptor: 23329.112970075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2110, fd = 4 }
-fd_state.file_descriptor: 23329.112972569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6649]", pid = 2110, fd = 5 }
-fd_state.file_descriptor: 23329.112975026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6638]", pid = 2110, fd = 8 }
-fd_state.file_descriptor: 23329.112980280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2114, fd = 0 }
-fd_state.file_descriptor: 23329.112982273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2114, fd = 1 }
-fd_state.file_descriptor: 23329.112984212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2114, fd = 2 }
-fd_state.file_descriptor: 23329.112986521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6644]", pid = 2114, fd = 3 }
-fd_state.file_descriptor: 23329.112988922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2114, fd = 4 }
-fd_state.file_descriptor: 23329.112991075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2114, fd = 5 }
-fd_state.file_descriptor: 23329.112993422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6647]", pid = 2114, fd = 6 }
-fd_state.file_descriptor: 23329.112995792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6648]", pid = 2114, fd = 7 }
-fd_state.file_descriptor: 23329.113000929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6753]", pid = 2114, fd = 8 }
-fd_state.file_descriptor: 23329.113003281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6766]", pid = 2114, fd = 9 }
-fd_state.file_descriptor: 23329.113005533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6977]", pid = 2114, fd = 11 }
-fd_state.file_descriptor: 23329.113008008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7011]", pid = 2114, fd = 12 }
-fd_state.file_descriptor: 23329.113015817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7027]", pid = 2114, fd = 13 }
-fd_state.file_descriptor: 23329.113018336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7078]", pid = 2114, fd = 14 }
-fd_state.file_descriptor: 23329.113023244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7092]", pid = 2114, fd = 16 }
-fd_state.file_descriptor: 23329.113028373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7469]", pid = 2114, fd = 17 }
-fd_state.file_descriptor: 23329.113033238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7721]", pid = 2114, fd = 18 }
-fd_state.file_descriptor: 23329.113040281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7489]", pid = 2114, fd = 19 }
-fd_state.file_descriptor: 23329.113047769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8421]", pid = 2114, fd = 20 }
-fd_state.file_descriptor: 23329.113050134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7508]", pid = 2114, fd = 21 }
-fd_state.file_descriptor: 23329.113052480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7670]", pid = 2114, fd = 22 }
-fd_state.file_descriptor: 23329.113057474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7760]", pid = 2114, fd = 23 }
-fd_state.file_descriptor: 23329.113064670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7766]", pid = 2114, fd = 24 }
-fd_state.file_descriptor: 23329.113069845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7778]", pid = 2114, fd = 25 }
-fd_state.file_descriptor: 23329.113077122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7864]", pid = 2114, fd = 27 }
-fd_state.file_descriptor: 23329.113082332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38268]", pid = 2114, fd = 28 }
-fd_state.file_descriptor: 23329.113087548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38303]", pid = 2114, fd = 30 }
-fd_state.file_descriptor: 23329.113094542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38316]", pid = 2114, fd = 31 }
-fd_state.file_descriptor: 23329.113099771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38308]", pid = 2114, fd = 32 }
-fd_state.file_descriptor: 23329.113102512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188702]", pid = 2114, fd = 33 }
-fd_state.file_descriptor: 23329.113108222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[71973]", pid = 2114, fd = 35 }
-fd_state.file_descriptor: 23329.113113160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79275]", pid = 2114, fd = 37 }
-fd_state.file_descriptor: 23329.113116124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2161, fd = 0 }
-fd_state.file_descriptor: 23329.113118297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2161, fd = 1 }
-fd_state.file_descriptor: 23329.113120463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2161, fd = 2 }
-fd_state.file_descriptor: 23329.113128735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6742]", pid = 2161, fd = 3 }
-fd_state.file_descriptor: 23329.113133390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6745]", pid = 2161, fd = 4 }
-fd_state.file_descriptor: 23329.113135550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6742]", pid = 2161, fd = 5 }
-fd_state.file_descriptor: 23329.113137890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6743]", pid = 2161, fd = 6 }
-fd_state.file_descriptor: 23329.113139878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6745]", pid = 2161, fd = 7 }
-fd_state.file_descriptor: 23329.113142173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6758]", pid = 2161, fd = 8 }
-fd_state.file_descriptor: 23329.113147538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6867]", pid = 2161, fd = 9 }
-fd_state.file_descriptor: 23329.113149526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6745]", pid = 2161, fd = 10 }
-fd_state.file_descriptor: 23329.113151545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6745]", pid = 2161, fd = 11 }
-fd_state.file_descriptor: 23329.113153538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6745]", pid = 2161, fd = 12 }
-fd_state.file_descriptor: 23329.113155514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6745]", pid = 2161, fd = 13 }
-fd_state.file_descriptor: 23329.113157464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6745]", pid = 2161, fd = 14 }
-fd_state.file_descriptor: 23329.113159705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2162, fd = 0 }
-fd_state.file_descriptor: 23329.113161804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2162, fd = 1 }
-fd_state.file_descriptor: 23329.113163940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2162, fd = 2 }
-fd_state.file_descriptor: 23329.113166483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6750]", pid = 2162, fd = 3 }
-fd_state.file_descriptor: 23329.113168563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6750]", pid = 2162, fd = 4 }
-fd_state.file_descriptor: 23329.113170817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6751]", pid = 2162, fd = 5 }
-fd_state.file_descriptor: 23329.113172953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6751]", pid = 2162, fd = 6 }
-fd_state.file_descriptor: 23329.113175125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6752]", pid = 2162, fd = 7 }
-fd_state.file_descriptor: 23329.113177348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6746]", pid = 2162, fd = 8 }
-fd_state.file_descriptor: 23329.113179638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6756]", pid = 2162, fd = 9 }
-fd_state.file_descriptor: 23329.113182163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6760]", pid = 2162, fd = 10 }
-fd_state.file_descriptor: 23329.113184336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6760]", pid = 2162, fd = 11 }
-fd_state.file_descriptor: 23329.113192034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2162, fd = 12 }
-fd_state.file_descriptor: 23329.113199799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[264345]", pid = 2162, fd = 13 }
-fd_state.file_descriptor: 23329.113202232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[284024]", pid = 2162, fd = 14 }
-fd_state.file_descriptor: 23329.113204510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2164, fd = 0 }
-fd_state.file_descriptor: 23329.113206646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2164, fd = 1 }
-fd_state.file_descriptor: 23329.113208825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2164, fd = 2 }
-fd_state.file_descriptor: 23329.113211238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6769]", pid = 2164, fd = 3 }
-fd_state.file_descriptor: 23329.113213399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6769]", pid = 2164, fd = 4 }
-fd_state.file_descriptor: 23329.113215621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6765]", pid = 2164, fd = 5 }
-fd_state.file_descriptor: 23329.113217899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6773]", pid = 2164, fd = 6 }
-fd_state.file_descriptor: 23329.113220275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6773]", pid = 2164, fd = 7 }
-fd_state.file_descriptor: 23329.113222491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6775]", pid = 2164, fd = 8 }
-fd_state.file_descriptor: 23329.113224640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2164, fd = 9 }
-fd_state.file_descriptor: 23329.113229813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2164, fd = 10 }
-fd_state.file_descriptor: 23329.113232331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6816]", pid = 2164, fd = 11 }
-fd_state.file_descriptor: 23329.113234603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2164, fd = 12 }
-fd_state.file_descriptor: 23329.113245097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/0", pid = 2164, fd = 13 }
-fd_state.file_descriptor: 23329.113247548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2182, fd = 0 }
-fd_state.file_descriptor: 23329.113249721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2182, fd = 1 }
-fd_state.file_descriptor: 23329.113251863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2182, fd = 2 }
-fd_state.file_descriptor: 23329.113254270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6866]", pid = 2182, fd = 3 }
-fd_state.file_descriptor: 23329.113260221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2185, fd = 0 }
-fd_state.file_descriptor: 23329.113262369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2185, fd = 1 }
-fd_state.file_descriptor: 23329.113264653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2185, fd = 2 }
-fd_state.file_descriptor: 23329.113267265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6881]", pid = 2185, fd = 3 }
-fd_state.file_descriptor: 23329.113269339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6881]", pid = 2185, fd = 4 }
-fd_state.file_descriptor: 23329.113271598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6884]", pid = 2185, fd = 5 }
-fd_state.file_descriptor: 23329.113273790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6884]", pid = 2185, fd = 6 }
-fd_state.file_descriptor: 23329.113276234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6885]", pid = 2185, fd = 7 }
-fd_state.file_descriptor: 23329.113278741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6976]", pid = 2185, fd = 8 }
-fd_state.file_descriptor: 23329.113281031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6989]", pid = 2185, fd = 9 }
-fd_state.file_descriptor: 23329.113283370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[6990]", pid = 2185, fd = 10 }
-fd_state.file_descriptor: 23329.113288166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7014]", pid = 2185, fd = 11 }
-fd_state.file_descriptor: 23329.113292950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7042]", pid = 2185, fd = 12 }
-fd_state.file_descriptor: 23329.113295321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6994]", pid = 2185, fd = 13 }
-fd_state.file_descriptor: 23329.113297833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6994]", pid = 2185, fd = 14 }
-fd_state.file_descriptor: 23329.113302889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7067]", pid = 2185, fd = 15 }
-fd_state.file_descriptor: 23329.113305161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6995]", pid = 2185, fd = 16 }
-fd_state.file_descriptor: 23329.113307692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7098]", pid = 2185, fd = 17 }
-fd_state.file_descriptor: 23329.113310118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7501]", pid = 2185, fd = 18 }
-fd_state.file_descriptor: 23329.113317278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7553]", pid = 2185, fd = 19 }
-fd_state.file_descriptor: 23329.113321902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7594]", pid = 2185, fd = 20 }
-fd_state.file_descriptor: 23329.113324248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6998]", pid = 2185, fd = 21 }
-fd_state.file_descriptor: 23329.113326372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6998]", pid = 2185, fd = 22 }
-fd_state.file_descriptor: 23329.113331254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7674]", pid = 2185, fd = 23 }
-fd_state.file_descriptor: 23329.113336298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7763]", pid = 2185, fd = 24 }
-fd_state.file_descriptor: 23329.113340977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7771]", pid = 2185, fd = 25 }
-fd_state.file_descriptor: 23329.113345774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7776]", pid = 2185, fd = 26 }
-fd_state.file_descriptor: 23329.113350552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7792]", pid = 2185, fd = 27 }
-fd_state.file_descriptor: 23329.113355219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2185, fd = 28 }
-fd_state.file_descriptor: 23329.113357688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8103]", pid = 2185, fd = 29 }
-fd_state.file_descriptor: 23329.113360064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8461]", pid = 2185, fd = 30 }
-fd_state.file_descriptor: 23329.113363096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[6995]", pid = 2199, fd = 0 }
-fd_state.file_descriptor: 23329.113365256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2199, fd = 1 }
-fd_state.file_descriptor: 23329.113367386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2199, fd = 2 }
-fd_state.file_descriptor: 23329.113369694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7004]", pid = 2199, fd = 3 }
-fd_state.file_descriptor: 23329.113371867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7004]", pid = 2199, fd = 4 }
-fd_state.file_descriptor: 23329.113374570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7007]", pid = 2199, fd = 5 }
-fd_state.file_descriptor: 23329.113376694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7007]", pid = 2199, fd = 6 }
-fd_state.file_descriptor: 23329.113378947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7008]", pid = 2199, fd = 7 }
-fd_state.file_descriptor: 23329.113381349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7010]", pid = 2199, fd = 8 }
-fd_state.file_descriptor: 23329.113383762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7013]", pid = 2199, fd = 9 }
-fd_state.file_descriptor: 23329.113385787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2199, fd = 10 }
-fd_state.file_descriptor: 23329.113388009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2199, fd = 11 }
-fd_state.file_descriptor: 23329.113390435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7066]", pid = 2199, fd = 12 }
-fd_state.file_descriptor: 23329.113392682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2201, fd = 0 }
-fd_state.file_descriptor: 23329.113394868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2201, fd = 1 }
-fd_state.file_descriptor: 23329.113397096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2201, fd = 2 }
-fd_state.file_descriptor: 23329.113399516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7032]", pid = 2201, fd = 3 }
-fd_state.file_descriptor: 23329.113401701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7032]", pid = 2201, fd = 4 }
-fd_state.file_descriptor: 23329.113404004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7026]", pid = 2201, fd = 5 }
-fd_state.file_descriptor: 23329.113406424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7034]", pid = 2201, fd = 6 }
-fd_state.file_descriptor: 23329.113408516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7034]", pid = 2201, fd = 7 }
-fd_state.file_descriptor: 23329.113411251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7039]", pid = 2201, fd = 8 }
-fd_state.file_descriptor: 23329.113413714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7041]", pid = 2201, fd = 9 }
-fd_state.file_descriptor: 23329.113415943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2203, fd = 0 }
-fd_state.file_descriptor: 23329.113418060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2203, fd = 1 }
-fd_state.file_descriptor: 23329.113420190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2203, fd = 2 }
-fd_state.file_descriptor: 23329.113422721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7081]", pid = 2203, fd = 3 }
-fd_state.file_descriptor: 23329.113424752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7081]", pid = 2203, fd = 4 }
-fd_state.file_descriptor: 23329.113427067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7077]", pid = 2203, fd = 5 }
-fd_state.file_descriptor: 23329.113429468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7083]", pid = 2203, fd = 6 }
-fd_state.file_descriptor: 23329.113431492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7083]", pid = 2203, fd = 7 }
-fd_state.file_descriptor: 23329.113433789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7088]", pid = 2203, fd = 8 }
-fd_state.file_descriptor: 23329.113436123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7097]", pid = 2203, fd = 9 }
-fd_state.file_descriptor: 23329.113438177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2203, fd = 10 }
-fd_state.file_descriptor: 23329.113440487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2203, fd = 11 }
-fd_state.file_descriptor: 23329.113442932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7139]", pid = 2203, fd = 12 }
-fd_state.file_descriptor: 23329.113453024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7145]", pid = 2203, fd = 14 }
-fd_state.file_descriptor: 23329.113455178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7145]", pid = 2203, fd = 15 }
-fd_state.file_descriptor: 23329.113457468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2205, fd = 0 }
-fd_state.file_descriptor: 23329.113459629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2205, fd = 1 }
-fd_state.file_descriptor: 23329.113461808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2205, fd = 2 }
-fd_state.file_descriptor: 23329.113464302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7104]", pid = 2205, fd = 3 }
-fd_state.file_descriptor: 23329.113466407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7104]", pid = 2205, fd = 4 }
-fd_state.file_descriptor: 23329.113468771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7091]", pid = 2205, fd = 5 }
-fd_state.file_descriptor: 23329.113470957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7105]", pid = 2205, fd = 6 }
-fd_state.file_descriptor: 23329.113472988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7105]", pid = 2205, fd = 7 }
-fd_state.file_descriptor: 23329.113475321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7110]", pid = 2205, fd = 8 }
-fd_state.file_descriptor: 23329.113477550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2205, fd = 9 }
-fd_state.file_descriptor: 23329.113485501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8272]", pid = 2205, fd = 10 }
-fd_state.file_descriptor: 23329.113487606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8272]", pid = 2205, fd = 11 }
-fd_state.file_descriptor: 23329.113492563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/snd/controlC0", pid = 2205, fd = 12 }
-fd_state.file_descriptor: 23329.113494828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2238, fd = 0 }
-fd_state.file_descriptor: 23329.113496995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2238, fd = 1 }
-fd_state.file_descriptor: 23329.113499168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2238, fd = 2 }
-fd_state.file_descriptor: 23329.113506495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7303]", pid = 2238, fd = 3 }
-fd_state.file_descriptor: 23329.113508594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7303]", pid = 2238, fd = 4 }
-fd_state.file_descriptor: 23329.113510896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7306]", pid = 2238, fd = 5 }
-fd_state.file_descriptor: 23329.113512958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7306]", pid = 2238, fd = 6 }
-fd_state.file_descriptor: 23329.113517934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[10337]", pid = 2238, fd = 7 }
-fd_state.file_descriptor: 23329.113524077 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[72356]", pid = 2238, fd = 8 }
-fd_state.file_descriptor: 23329.113532002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[77164]", pid = 2238, fd = 9 }
-fd_state.file_descriptor: 23329.113540792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[118724]", pid = 2238, fd = 10 }
-fd_state.file_descriptor: 23329.113549021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[264344]", pid = 2238, fd = 11 }
-fd_state.file_descriptor: 23329.113568238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2244, fd = 0 }
-fd_state.file_descriptor: 23329.113570596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2244, fd = 1 }
-fd_state.file_descriptor: 23329.113572769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2244, fd = 2 }
-fd_state.file_descriptor: 23329.113575529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7475]", pid = 2244, fd = 3 }
-fd_state.file_descriptor: 23329.113577720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7475]", pid = 2244, fd = 4 }
-fd_state.file_descriptor: 23329.113580188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7468]", pid = 2244, fd = 5 }
-fd_state.file_descriptor: 23329.113586127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7476]", pid = 2244, fd = 6 }
-fd_state.file_descriptor: 23329.113588221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7476]", pid = 2244, fd = 7 }
-fd_state.file_descriptor: 23329.113590584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7479]", pid = 2244, fd = 8 }
-fd_state.file_descriptor: 23329.113592993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7500]", pid = 2244, fd = 9 }
-fd_state.file_descriptor: 23329.113600061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7646]", pid = 2244, fd = 11 }
-fd_state.file_descriptor: 23329.113602184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7646]", pid = 2244, fd = 14 }
-fd_state.file_descriptor: 23329.113604548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2247, fd = 0 }
-fd_state.file_descriptor: 23329.113606708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2247, fd = 1 }
-fd_state.file_descriptor: 23329.113608869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2247, fd = 2 }
-fd_state.file_descriptor: 23329.113611350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7493]", pid = 2247, fd = 3 }
-fd_state.file_descriptor: 23329.113616233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7493]", pid = 2247, fd = 4 }
-fd_state.file_descriptor: 23329.113618592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7488]", pid = 2247, fd = 5 }
-fd_state.file_descriptor: 23329.113621308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7499]", pid = 2247, fd = 6 }
-fd_state.file_descriptor: 23329.113623425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7499]", pid = 2247, fd = 7 }
-fd_state.file_descriptor: 23329.113625833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7502]", pid = 2247, fd = 8 }
-fd_state.file_descriptor: 23329.113628265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7552]", pid = 2247, fd = 9 }
-fd_state.file_descriptor: 23329.113630672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7615]", pid = 2247, fd = 10 }
-fd_state.file_descriptor: 23329.113632777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2247, fd = 11 }
-fd_state.file_descriptor: 23329.113637864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2247, fd = 12 }
-fd_state.file_descriptor: 23329.113640278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7749]", pid = 2247, fd = 13 }
-fd_state.file_descriptor: 23329.113642654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7814]", pid = 2247, fd = 14 }
-fd_state.file_descriptor: 23329.113647525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2248, fd = 0 }
-fd_state.file_descriptor: 23329.113649679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2248, fd = 1 }
-fd_state.file_descriptor: 23329.113651827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2248, fd = 2 }
-fd_state.file_descriptor: 23329.113654222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7511]", pid = 2248, fd = 3 }
-fd_state.file_descriptor: 23329.113675359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7511]", pid = 2248, fd = 4 }
-fd_state.file_descriptor: 23329.113678519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7507]", pid = 2248, fd = 5 }
-fd_state.file_descriptor: 23329.113680890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7520]", pid = 2248, fd = 6 }
-fd_state.file_descriptor: 23329.113683001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7520]", pid = 2248, fd = 7 }
-fd_state.file_descriptor: 23329.113685439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7521]", pid = 2248, fd = 8 }
-fd_state.file_descriptor: 23329.113691008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7572]", pid = 2248, fd = 9 }
-fd_state.file_descriptor: 23329.113693687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2248, fd = 10 }
-fd_state.file_descriptor: 23329.113698564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7649]", pid = 2248, fd = 13 }
-fd_state.file_descriptor: 23329.113700669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7649]", pid = 2248, fd = 14 }
-fd_state.file_descriptor: 23329.113707854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7700]", pid = 2248, fd = 15 }
-fd_state.file_descriptor: 23329.113710070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7650]", pid = 2248, fd = 16 }
-fd_state.file_descriptor: 23329.113712280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7651]", pid = 2248, fd = 17 }
-fd_state.file_descriptor: 23329.113714379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7700]", pid = 2248, fd = 18 }
-fd_state.file_descriptor: 23329.113717046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7652]", pid = 2248, fd = 19 }
-fd_state.file_descriptor: 23329.113721842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7705]", pid = 2248, fd = 20 }
-fd_state.file_descriptor: 23329.113726503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7654]", pid = 2248, fd = 21 }
-fd_state.file_descriptor: 23329.113728596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7654]", pid = 2248, fd = 22 }
-fd_state.file_descriptor: 23329.113733521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7701]", pid = 2248, fd = 23 }
-fd_state.file_descriptor: 23329.113735837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7702]", pid = 2248, fd = 24 }
-fd_state.file_descriptor: 23329.113737948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7705]", pid = 2248, fd = 25 }
-fd_state.file_descriptor: 23329.113740200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7703]", pid = 2248, fd = 26 }
-fd_state.file_descriptor: 23329.113742566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7710]", pid = 2248, fd = 27 }
-fd_state.file_descriptor: 23329.113747517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7706]", pid = 2248, fd = 28 }
-fd_state.file_descriptor: 23329.113749745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7707]", pid = 2248, fd = 29 }
-fd_state.file_descriptor: 23329.113751831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7710]", pid = 2248, fd = 30 }
-fd_state.file_descriptor: 23329.113754399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7708]", pid = 2248, fd = 31 }
-fd_state.file_descriptor: 23329.113756794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7711]", pid = 2248, fd = 33 }
-fd_state.file_descriptor: 23329.113759041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7712]", pid = 2248, fd = 34 }
-fd_state.file_descriptor: 23329.113761331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7713]", pid = 2248, fd = 36 }
-fd_state.file_descriptor: 23329.113764467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7650]", pid = 2255, fd = 0 }
-fd_state.file_descriptor: 23329.113766516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7651]", pid = 2255, fd = 1 }
-fd_state.file_descriptor: 23329.113768560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7652]", pid = 2255, fd = 2 }
-fd_state.file_descriptor: 23329.113770862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7661]", pid = 2255, fd = 3 }
-fd_state.file_descriptor: 23329.113772949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7661]", pid = 2255, fd = 4 }
-fd_state.file_descriptor: 23329.113775282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7664]", pid = 2255, fd = 5 }
-fd_state.file_descriptor: 23329.113777319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7664]", pid = 2255, fd = 6 }
-fd_state.file_descriptor: 23329.113779795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7665]", pid = 2255, fd = 7 }
-fd_state.file_descriptor: 23329.113782239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7669]", pid = 2255, fd = 8 }
-fd_state.file_descriptor: 23329.113784598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7673]", pid = 2255, fd = 9 }
-fd_state.file_descriptor: 23329.113786931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2255, fd = 10 }
-fd_state.file_descriptor: 23329.113789351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 2255, fd = 11 }
-fd_state.file_descriptor: 23329.113798277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-sp2o.db", pid = 2255, fd = 12 }
-fd_state.file_descriptor: 23329.113801684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-po2s.db", pid = 2255, fd = 13 }
-fd_state.file_descriptor: 23329.113807277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-so2p.db", pid = 2255, fd = 14 }
-fd_state.file_descriptor: 23329.113810437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.kde/share/apps/nepomuk/repository/main/data/redland/soprano-contexts.db", pid = 2255, fd = 15 }
-fd_state.file_descriptor: 23329.113813104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7697]", pid = 2255, fd = 16 }
-fd_state.file_descriptor: 23329.113815364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7750]", pid = 2255, fd = 17 }
-fd_state.file_descriptor: 23329.113820493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7796]", pid = 2255, fd = 18 }
-fd_state.file_descriptor: 23329.113825068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7802]", pid = 2255, fd = 19 }
-fd_state.file_descriptor: 23329.113827414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7812]", pid = 2255, fd = 20 }
-fd_state.file_descriptor: 23329.113829728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7701]", pid = 2259, fd = 0 }
-fd_state.file_descriptor: 23329.113831870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7702]", pid = 2259, fd = 1 }
-fd_state.file_descriptor: 23329.113834253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7703]", pid = 2259, fd = 2 }
-fd_state.file_descriptor: 23329.113836513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7733]", pid = 2259, fd = 3 }
-fd_state.file_descriptor: 23329.113838636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7733]", pid = 2259, fd = 4 }
-fd_state.file_descriptor: 23329.113843507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7736]", pid = 2259, fd = 5 }
-fd_state.file_descriptor: 23329.113845581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7736]", pid = 2259, fd = 6 }
-fd_state.file_descriptor: 23329.113850297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7741]", pid = 2259, fd = 7 }
-fd_state.file_descriptor: 23329.113852717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7759]", pid = 2259, fd = 8 }
-fd_state.file_descriptor: 23329.113855063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7767]", pid = 2259, fd = 9 }
-fd_state.file_descriptor: 23329.113857359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2259, fd = 10 }
-fd_state.file_descriptor: 23329.113859767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7795]", pid = 2259, fd = 11 }
-fd_state.file_descriptor: 23329.113864866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7706]", pid = 2260, fd = 0 }
-fd_state.file_descriptor: 23329.113867027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7707]", pid = 2260, fd = 1 }
-fd_state.file_descriptor: 23329.113869125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7708]", pid = 2260, fd = 2 }
-fd_state.file_descriptor: 23329.113871811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7737]", pid = 2260, fd = 3 }
-fd_state.file_descriptor: 23329.113873879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7737]", pid = 2260, fd = 4 }
-fd_state.file_descriptor: 23329.113876218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7740]", pid = 2260, fd = 5 }
-fd_state.file_descriptor: 23329.113880564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7740]", pid = 2260, fd = 6 }
-fd_state.file_descriptor: 23329.113882842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7747]", pid = 2260, fd = 7 }
-fd_state.file_descriptor: 23329.113885243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7765]", pid = 2260, fd = 8 }
-fd_state.file_descriptor: 23329.113887613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7775]", pid = 2260, fd = 9 }
-fd_state.file_descriptor: 23329.113889885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2260, fd = 10 }
-fd_state.file_descriptor: 23329.113892385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7801]", pid = 2260, fd = 11 }
-fd_state.file_descriptor: 23329.113894582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2260, fd = 12 }
-fd_state.file_descriptor: 23329.113897978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7711]", pid = 2261, fd = 0 }
-fd_state.file_descriptor: 23329.113900163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7712]", pid = 2261, fd = 1 }
-fd_state.file_descriptor: 23329.113902268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7713]", pid = 2261, fd = 2 }
-fd_state.file_descriptor: 23329.113904577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7743]", pid = 2261, fd = 3 }
-fd_state.file_descriptor: 23329.113906601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7743]", pid = 2261, fd = 4 }
-fd_state.file_descriptor: 23329.113909244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7746]", pid = 2261, fd = 5 }
-fd_state.file_descriptor: 23329.113911330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7746]", pid = 2261, fd = 6 }
-fd_state.file_descriptor: 23329.113913731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7752]", pid = 2261, fd = 7 }
-fd_state.file_descriptor: 23329.113916145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7777]", pid = 2261, fd = 8 }
-fd_state.file_descriptor: 23329.113918528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7791]", pid = 2261, fd = 9 }
-fd_state.file_descriptor: 23329.113920868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/tmp/kdecache-william/ksycoca4", pid = 2261, fd = 10 }
-fd_state.file_descriptor: 23329.113923300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7811]", pid = 2261, fd = 11 }
-fd_state.file_descriptor: 23329.113925615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7813]", pid = 2261, fd = 12 }
-fd_state.file_descriptor: 23329.113927732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7813]", pid = 2261, fd = 13 }
-fd_state.file_descriptor: 23329.113930831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2263, fd = 0 }
-fd_state.file_descriptor: 23329.113933041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2263, fd = 1 }
-fd_state.file_descriptor: 23329.113935263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2263, fd = 2 }
-fd_state.file_descriptor: 23329.113940048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7728]", pid = 2263, fd = 3 }
-fd_state.file_descriptor: 23329.113942140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7728]", pid = 2263, fd = 4 }
-fd_state.file_descriptor: 23329.113947122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7720]", pid = 2263, fd = 5 }
-fd_state.file_descriptor: 23329.113949499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7730]", pid = 2263, fd = 6 }
-fd_state.file_descriptor: 23329.113951567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7730]", pid = 2263, fd = 7 }
-fd_state.file_descriptor: 23329.113953894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7731]", pid = 2263, fd = 8 }
-fd_state.file_descriptor: 23329.113956208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7762]", pid = 2263, fd = 9 }
-fd_state.file_descriptor: 23329.113958450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/snd/controlC0", pid = 2263, fd = 10 }
-fd_state.file_descriptor: 23329.113960974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7816]", pid = 2263, fd = 11 }
-fd_state.file_descriptor: 23329.113963332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7863]", pid = 2263, fd = 12 }
-fd_state.file_descriptor: 23329.113965511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2269, fd = 0 }
-fd_state.file_descriptor: 23329.113967641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2269, fd = 1 }
-fd_state.file_descriptor: 23329.113969888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2269, fd = 2 }
-fd_state.file_descriptor: 23329.113972265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7913]", pid = 2269, fd = 3 }
-fd_state.file_descriptor: 23329.113974605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7915]", pid = 2269, fd = 4 }
-fd_state.file_descriptor: 23329.113976820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[7915]", pid = 2269, fd = 5 }
-fd_state.file_descriptor: 23329.113979073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/diskstats", pid = 2269, fd = 6 }
-fd_state.file_descriptor: 23329.113981289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 2269, fd = 7 }
-fd_state.file_descriptor: 23329.113986672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/2269/net/dev", pid = 2269, fd = 8 }
-fd_state.file_descriptor: 23329.113989000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/vmstat", pid = 2269, fd = 9 }
-fd_state.file_descriptor: 23329.113994376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/var/lock/gkrellm/LCK..1000_:0", pid = 2269, fd = 10 }
-fd_state.file_descriptor: 23329.113999198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7962]", pid = 2269, fd = 11 }
-fd_state.file_descriptor: 23329.114001451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/stat", pid = 2269, fd = 12 }
-fd_state.file_descriptor: 23329.114003908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/2269/net/route", pid = 2269, fd = 13 }
-fd_state.file_descriptor: 23329.114006118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2275, fd = 0 }
-fd_state.file_descriptor: 23329.114008321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2275, fd = 1 }
-fd_state.file_descriptor: 23329.114010519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2275, fd = 2 }
-fd_state.file_descriptor: 23329.114012914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[7972]", pid = 2275, fd = 3 }
-fd_state.file_descriptor: 23329.114015334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8054]", pid = 2275, fd = 4 }
-fd_state.file_descriptor: 23329.114017526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2290, fd = 0 }
-fd_state.file_descriptor: 23329.114019445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2290, fd = 1 }
-fd_state.file_descriptor: 23329.114021723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2290, fd = 2 }
-fd_state.file_descriptor: 23329.114024069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8116]", pid = 2290, fd = 3 }
-fd_state.file_descriptor: 23329.114026075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2290, fd = 4 }
-fd_state.file_descriptor: 23329.114030594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 2290, fd = 5 }
-fd_state.file_descriptor: 23329.114032878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2336, fd = 0 }
-fd_state.file_descriptor: 23329.114035056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2336, fd = 1 }
-fd_state.file_descriptor: 23329.114037329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 2336, fd = 2 }
-fd_state.file_descriptor: 23329.114039853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8455]", pid = 2336, fd = 3 }
-fd_state.file_descriptor: 23329.114042063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8455]", pid = 2336, fd = 4 }
-fd_state.file_descriptor: 23329.114044372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8420]", pid = 2336, fd = 5 }
-fd_state.file_descriptor: 23329.114046804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8457]", pid = 2336, fd = 6 }
-fd_state.file_descriptor: 23329.114048909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8457]", pid = 2336, fd = 7 }
-fd_state.file_descriptor: 23329.114051057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8458]", pid = 2336, fd = 8 }
-fd_state.file_descriptor: 23329.114053428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[8460]", pid = 2336, fd = 9 }
-fd_state.file_descriptor: 23329.114055570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2336, fd = 10 }
-fd_state.file_descriptor: 23329.114058434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 2336, fd = 11 }
-fd_state.file_descriptor: 23329.114060644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2336, fd = 12 }
-fd_state.file_descriptor: 23329.114068262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2336, fd = 13 }
-fd_state.file_descriptor: 23329.114070459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/ptmx", pid = 2336, fd = 16 }
-fd_state.file_descriptor: 23329.114072953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[284061]", pid = 2336, fd = 17 }
-fd_state.file_descriptor: 23329.114077626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 2336, fd = 18 }
-fd_state.file_descriptor: 23329.114080299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[9950]", pid = 2336, fd = 19 }
-fd_state.file_descriptor: 23329.114082367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[9950]", pid = 2336, fd = 20 }
-fd_state.file_descriptor: 23329.114084466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[284061]", pid = 2336, fd = 21 }
-fd_state.file_descriptor: 23329.114089145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8487]", pid = 2336, fd = 22 }
-fd_state.file_descriptor: 23329.114091257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[8487]", pid = 2336, fd = 23 }
-fd_state.file_descriptor: 23329.114093541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[9951]", pid = 2336, fd = 24 }
-fd_state.file_descriptor: 23329.114096484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[43982]", pid = 2336, fd = 26 }
-fd_state.file_descriptor: 23329.114098633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[43982]", pid = 2336, fd = 27 }
-fd_state.file_descriptor: 23329.114103183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[284062]", pid = 2336, fd = 28 }
-fd_state.file_descriptor: 23329.114105454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[43983]", pid = 2336, fd = 29 }
-fd_state.file_descriptor: 23329.114111263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2536, fd = 0 }
-fd_state.file_descriptor: 23329.114113386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2536, fd = 1 }
-fd_state.file_descriptor: 23329.114115399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2536, fd = 2 }
-fd_state.file_descriptor: 23329.114118300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2536, fd = 255 }
-fd_state.file_descriptor: 23329.114120597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2630, fd = 0 }
-fd_state.file_descriptor: 23329.114122652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2630, fd = 1 }
-fd_state.file_descriptor: 23329.114124671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2630, fd = 2 }
-fd_state.file_descriptor: 23329.114129393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[10555]", pid = 2630, fd = 4 }
-fd_state.file_descriptor: 23329.114135153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2639, fd = 0 }
-fd_state.file_descriptor: 23329.114137221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2639, fd = 1 }
-fd_state.file_descriptor: 23329.114139258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2639, fd = 2 }
-fd_state.file_descriptor: 23329.114142209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2639, fd = 255 }
-fd_state.file_descriptor: 23329.114144740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/1 (deleted)", pid = 2748, fd = 0 }
-fd_state.file_descriptor: 23329.114146950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/1 (deleted)", pid = 2748, fd = 1 }
-fd_state.file_descriptor: 23329.114149129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/1 (deleted)", pid = 2748, fd = 2 }
-fd_state.file_descriptor: 23329.114153999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11278]", pid = 2748, fd = 3 }
-fd_state.file_descriptor: 23329.114156537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11284]", pid = 2748, fd = 4 }
-fd_state.file_descriptor: 23329.114158907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/1 (deleted)", pid = 2757, fd = 0 }
-fd_state.file_descriptor: 23329.114161000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/1 (deleted)", pid = 2757, fd = 1 }
-fd_state.file_descriptor: 23329.114163074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/1 (deleted)", pid = 2757, fd = 2 }
-fd_state.file_descriptor: 23329.114169889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11322]", pid = 2757, fd = 3 }
-fd_state.file_descriptor: 23329.114174908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11329]", pid = 2757, fd = 4 }
-fd_state.file_descriptor: 23329.114177167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2782, fd = 0 }
-fd_state.file_descriptor: 23329.114179166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2782, fd = 1 }
-fd_state.file_descriptor: 23329.114181061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2782, fd = 2 }
-fd_state.file_descriptor: 23329.114186068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[11755]", pid = 2782, fd = 4 }
-fd_state.file_descriptor: 23329.114193797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[11680]", pid = 2782, fd = 5 }
-fd_state.file_descriptor: 23329.114198698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11681]", pid = 2782, fd = 7 }
-fd_state.file_descriptor: 23329.114201136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11682]", pid = 2782, fd = 8 }
-fd_state.file_descriptor: 23329.114203667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[11755]", pid = 2794, fd = 0 }
-fd_state.file_descriptor: 23329.114205680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2794, fd = 1 }
-fd_state.file_descriptor: 23329.114207723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 2794, fd = 2 }
-fd_state.file_descriptor: 23329.114210254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[11680]", pid = 2794, fd = 5 }
-fd_state.file_descriptor: 23329.114212674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2838, fd = 0 }
-fd_state.file_descriptor: 23329.114214717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2838, fd = 1 }
-fd_state.file_descriptor: 23329.114216693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2838, fd = 2 }
-fd_state.file_descriptor: 23329.114221705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11900]", pid = 2838, fd = 3 }
-fd_state.file_descriptor: 23329.114226348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11905]", pid = 2838, fd = 4 }
-fd_state.file_descriptor: 23329.114228595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2853, fd = 0 }
-fd_state.file_descriptor: 23329.114230663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2853, fd = 1 }
-fd_state.file_descriptor: 23329.114232687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/2", pid = 2853, fd = 2 }
-fd_state.file_descriptor: 23329.114235101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11945]", pid = 2853, fd = 3 }
-fd_state.file_descriptor: 23329.114237533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[11968]", pid = 2853, fd = 4 }
-fd_state.file_descriptor: 23329.114250065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[11679]", pid = 2864, fd = 0 }
-fd_state.file_descriptor: 23329.114252200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[11680]", pid = 2864, fd = 1 }
-fd_state.file_descriptor: 23329.114254201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[11680]", pid = 2864, fd = 2 }
-fd_state.file_descriptor: 23329.114258990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[12029]", pid = 2864, fd = 3 }
-fd_state.file_descriptor: 23329.114261404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[12033]", pid = 2864, fd = 4 }
-fd_state.file_descriptor: 23329.114271367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[272930]", pid = 2864, fd = 5 }
-fd_state.file_descriptor: 23329.114279695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[274175]", pid = 2864, fd = 6 }
-fd_state.file_descriptor: 23329.114284825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79374]", pid = 2864, fd = 7 }
-fd_state.file_descriptor: 23329.114292424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79380]", pid = 2864, fd = 8 }
-fd_state.file_descriptor: 23329.114294782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79382]", pid = 2864, fd = 9 }
-fd_state.file_descriptor: 23329.114299918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[146014]", pid = 2864, fd = 10 }
-fd_state.file_descriptor: 23329.114308412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[80923]", pid = 2864, fd = 11 }
-fd_state.file_descriptor: 23329.114315794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[81175]", pid = 2864, fd = 12 }
-fd_state.file_descriptor: 23329.114323566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79432]", pid = 2864, fd = 13 }
-fd_state.file_descriptor: 23329.114331301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79820]", pid = 2864, fd = 14 }
-fd_state.file_descriptor: 23329.114335974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[93387]", pid = 2864, fd = 15 }
-fd_state.file_descriptor: 23329.114340870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[82567]", pid = 2864, fd = 16 }
-fd_state.file_descriptor: 23329.114343339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[93117]", pid = 2864, fd = 17 }
-fd_state.file_descriptor: 23329.114348240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[146088]", pid = 2864, fd = 18 }
-fd_state.file_descriptor: 23329.114360846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[174185]", pid = 2864, fd = 19 }
-fd_state.file_descriptor: 23329.114366346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[272327]", pid = 2864, fd = 20 }
-fd_state.file_descriptor: 23329.114374871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[192688]", pid = 2864, fd = 21 }
-fd_state.file_descriptor: 23329.114379946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[126320]", pid = 2864, fd = 22 }
-fd_state.file_descriptor: 23329.114385119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[194954]", pid = 2864, fd = 23 }
-fd_state.file_descriptor: 23329.114390082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[256314]", pid = 2864, fd = 24 }
-fd_state.file_descriptor: 23329.114397804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[281807]", pid = 2864, fd = 25 }
-fd_state.file_descriptor: 23329.114402731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[249768]", pid = 2864, fd = 26 }
-fd_state.file_descriptor: 23329.114407810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[214772]", pid = 2864, fd = 29 }
-fd_state.file_descriptor: 23329.114416132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[239772]", pid = 2864, fd = 31 }
-fd_state.file_descriptor: 23329.114418533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[239934]", pid = 2864, fd = 33 }
-fd_state.file_descriptor: 23329.114424255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[277910]", pid = 2864, fd = 36 }
-fd_state.file_descriptor: 23329.114426632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[277912]", pid = 2864, fd = 37 }
-fd_state.file_descriptor: 23329.114429743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3380, fd = 0 }
-fd_state.file_descriptor: 23329.114431713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3380, fd = 1 }
-fd_state.file_descriptor: 23329.114433639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3380, fd = 2 }
-fd_state.file_descriptor: 23329.114436046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38267]", pid = 3380, fd = 3 }
-fd_state.file_descriptor: 23329.114437978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3380, fd = 4 }
-fd_state.file_descriptor: 23329.114443281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38271]", pid = 3380, fd = 5 }
-fd_state.file_descriptor: 23329.114445479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38271]", pid = 3380, fd = 6 }
-fd_state.file_descriptor: 23329.114450750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38272]", pid = 3380, fd = 7 }
-fd_state.file_descriptor: 23329.114453220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38272]", pid = 3380, fd = 8 }
-fd_state.file_descriptor: 23329.114461232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3384, fd = 0 }
-fd_state.file_descriptor: 23329.114463220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3384, fd = 1 }
-fd_state.file_descriptor: 23329.114465177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3384, fd = 2 }
-fd_state.file_descriptor: 23329.114465631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38297]", pid = 3384, fd = 3 }
-kernel.irq_entry: 23329.114490705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 23329.114505379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { jiffies = 4297269582, xtime_sec = 1264196274, xtime_nsec = 637522001, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.114516392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.softirq_raise: 23329.114523096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 9 [softirq 9] }
-kernel.irq_exit: 23329.114546763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 23329.114550269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 23329.114558979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302287, function = 0xc141d458, data = 0 }
-kernel.timer_set: 23329.114563295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302287, function = 0xc14b0234, data = 0 }
-kernel.softirq_exit: 23329.114565560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.softirq_entry: 23329.114566881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
-rcu.tree_callback: 23329.114625543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 23329.114629123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 23329.114630883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 23329.114632451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 23329.114634031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 23329.114635599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 23329.114637148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc141a9af }
-kernel.softirq_exit: 23329.114639414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
-fd_state.file_descriptor: 23329.114644365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3384, fd = 4 }
-fd_state.file_descriptor: 23329.114650649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38297]", pid = 3384, fd = 5 }
-fd_state.file_descriptor: 23329.114653112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38298]", pid = 3384, fd = 6 }
-fd_state.file_descriptor: 23329.114655427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38302]", pid = 3384, fd = 7 }
-fd_state.file_descriptor: 23329.114657538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 3384, fd = 8 }
-fd_state.file_descriptor: 23329.114659915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38307]", pid = 3384, fd = 9 }
-kernel.sched_schedule: 23329.114668452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 16927, next_pid = 1989, prev_state = 0 }
-fs.read: 23329.114878429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 3540, fd = 48 }
-kernel.syscall_exit: 23329.114880707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1428 }
-kernel.syscall_entry: 23329.115426442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.115431300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.115432688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.115438418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 23329.115453220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.115462338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.115613720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { fd = 8 }
-kernel.syscall_exit: 23329.115617269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.115626554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.115632134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.115633344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 64 }
-kernel.syscall_entry: 23329.115650672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.115652679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.115653900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.115671715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.115673771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.115676129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.115679463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
-fs.writev: 23329.115684401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 23329.115685858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
-kernel.syscall_entry: 23329.115691111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.115692612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 23329.115716032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-fs.writev: 23329.115944960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
-kernel.syscall_exit: 23329.115947120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 64 }
-kernel.syscall_entry: 23329.115954652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.115958275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.115962133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.115965190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 23329.115981708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.115992412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
-fs.select: 23329.115996233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.115998919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116001357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116008203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116010178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116012740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116015160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116017062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116019290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116021530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116023457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116025537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116027833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116029845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116031864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116034142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116036321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116038364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116040765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116042932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116044828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116047334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116049371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116051334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116053359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116055322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116057279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116059205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116061229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116063347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116065433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116067489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116069322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116071051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116073205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 0, end_time_nsec = 0 }
-fs.select: 23329.116075304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 0, end_time_nsec = 0 }
-kernel.syscall_exit: 23329.116077681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.116084311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.116086107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 23329.116093052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.116096638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.116099058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.116103761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.116106022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.116109268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.116110979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 23329.116114083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.116118280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
-fs.select: 23329.116123238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116125750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116127664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116130954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116132948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116134929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116136880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116138775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116140843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116142788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116144720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116146677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116148634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116150585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116152548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116154535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116156924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116158894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116166715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116168752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116170666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116172752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116174715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116176603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116178437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116180301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116182147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116184123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116185969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116187827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116189690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116192098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116194178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116196178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116197999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559698425 }
-fs.select: 23329.116199895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559698425 }
-mm.page_free: 23329.116207315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 198104, order = 0 }
-kernel.syscall_exit: 23329.116211710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.116216358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.116218210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 23329.116223612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.116227032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.116229384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.116233822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 23329.116242847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.116251625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.116398574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 23329.116406297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-fs.read: 23329.116550364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.116552067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 16 }
-kernel.syscall_entry: 23329.116559654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.116561852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.116563069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.116566994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 23329.116575358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.116583402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.116713544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.116713546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.116713548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.116713550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.116713552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 23329.116713554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.116713556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.116713558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.118615359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.118618548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.118621587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.118625677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
-fs.writev: 23329.118634582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 23329.118636198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 7140 }
-kernel.syscall_entry: 23329.118641354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.118642921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 23329.118652634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-fs.writev: 23329.118811901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
-kernel.syscall_exit: 23329.118814059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 23329.118820356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.118823594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.118827603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.118829527 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 23329.118833925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.118840376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
-fs.select: 23329.118845519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118848127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118850224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118854745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118856867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118859389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118861492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118863762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118865927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118867999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118869942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118872310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118874370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118876516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118878515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118880531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118882980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118885299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118893181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118895308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118897634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118899835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118901920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118903942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118906102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118908094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118910265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118912596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118914674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118916753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118918824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118921050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118923086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118925227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118927218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559420563 }
-fs.select: 23329.118929056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559420563 }
-mm.page_free: 23329.118936753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 198051, order = 0 }
-kernel.syscall_exit: 23329.118940607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.118945998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.118947830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 23329.118954194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.118957543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.118959967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.118964580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.118969083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.118970291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 4096 }
-kernel.syscall_entry: 23329.119279659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 23329.119290693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.119299894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.119449786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 23329.119457551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-fs.read: 23329.119617403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4092, fd = 48 }
-kernel.syscall_exit: 23329.119619210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 3044 }
-kernel.syscall_entry: 23329.119699133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.119721101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.119722606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.119728287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 23329.119737951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.119746220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.119891197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.119894274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.119899949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.119904340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.119905604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 23329.119912672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.119914553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.119915743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.119925883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.119927745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.119929867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.119933123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
-fs.writev: 23329.119937138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 23329.119938631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
-kernel.syscall_entry: 23329.119943010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.119944521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 23329.119952063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-fs.writev: 23329.120096238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
-kernel.syscall_exit: 23329.120098261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 23329.120103872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.120106507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.120109904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.120111891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 23329.120116429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.120121690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
-fs.select: 23329.120126384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120128993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120131176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120135228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120137349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120139779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120141870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120143788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120145922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120147883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120149826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120151794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120153780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120155741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120157788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120159774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120161859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120164024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120171331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120173478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120175816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120177795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120179886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120181946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120183957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120185936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120187891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120189877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120191832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120193805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120195976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120198061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120200133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120202230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120204148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559701878 }
-fs.select: 23329.120205968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559701878 }
-mm.page_free: 23329.120213276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 198049, order = 0 }
-kernel.syscall_exit: 23329.120216847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.120221676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.120223526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 23329.120229429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.120232870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.120235269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.120239395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 23329.120247222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.120255554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.120398865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 23329.120406433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-fs.read: 23329.120640502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.120642278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 16 }
-kernel.syscall_entry: 23329.120649661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.120651838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.120653090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.120656944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 23329.120665295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.120673029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.120816112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.120818900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.120824272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.120828521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.120829730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 23329.120835416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.120837322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.120838525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.page_fault_entry: 23329.121824687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, TRAP { ip = 0xb6427f29, address = 0x9ba8000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.121874457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 23329.121882846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, TRAP { ip = 0xb6427f29, address = 0x9ba9000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.121897326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 23329.122079073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, TRAP { ip = 0xb6128a66, address = 0xa3dd000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.122117446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.page_fault_entry: 23329.122126537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, TRAP { ip = 0xb6128a66, address = 0xa3de000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.122153328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.syscall_entry: 23329.122166730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.122169424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.122172409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.122176080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
-fs.writev: 23329.122189117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 23329.122190782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 23400 }
-kernel.irq_entry: 23329.122705061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, IRQ { ip = 3059708304, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 0 }
-block.rq_complete_fs: 23329.122731427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 2336, 2336, konsole, , 1, 0x0, IRQ { hard_sector = 4081302, rw = 0, errors = 0 }
-kernel.sched_try_wakeup: 23329.122749245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, IRQ { pid = 1304, cpu_id = 0, state = 2 }
-kernel.timer_set: 23329.122772003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, IRQ { expires = 2302287, function = 0xc141b0a5, data = 4136835584 }
-kernel.irq_exit: 23329.122783380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.sched_schedule: 23329.122795826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { prev_pid = 2336, next_pid = 1304, prev_state = 0 }
-kernel.page_fault_exit: 23329.122970111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { res = 516 }
-kernel.page_fault_entry: 23329.122982026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { ip = 0xb76055b7, address = 0xb76055b7, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.123020516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.page_fault_entry: 23329.123034270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { ip = 0xb767f2b7, address = 0xb7607fad, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.123069955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { res = 512 }
-kernel.syscall_entry: 23329.123191371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 23329.123194911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.page_fault_entry: 23329.123238471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { ip = 0x80661dc, address = 0xb65bfdac, trap_id = 14, write_access = 1 }
-block.remap: 23329.123273853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2368, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.123277924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2431, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.getrq_bio: 23329.123288365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2431, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-kernel.timer_set: 23329.123295144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { expires = 2302287, function = 0xc1410312, data = 4147888232 }
-block.plug: 23329.123299004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP
-block.rq_insert_fs: 23329.123304036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { hard_sector = 2431, rw = 0, errors = 0 }
-block.remap: 23329.123315711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2376, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.123318715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2439, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_backmerge: 23329.123325925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2439, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.remap: 23329.123338987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2384, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.123341898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2447, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_backmerge: 23329.123346794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2447, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.remap: 23329.123354245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2392, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.123357186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2455, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_backmerge: 23329.123361943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2455, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.remap: 23329.123368960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2400, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.123371902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2463, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_backmerge: 23329.123377015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2463, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.remap: 23329.123384095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2408, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.123387043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2471, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_backmerge: 23329.123391749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2471, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.remap: 23329.123402234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2416, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.123405175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2479, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_backmerge: 23329.123410042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2479, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.remap: 23329.123417233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { device_from = 3145728, sector_from = 2424, device_to = 3145729, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.123420174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2487, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_backmerge: 23329.123424868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { sector = 2487, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-mm.swap_in: 23329.123433040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { pfn = 282290, filp = 0xf7101940, offset = 296 }
-block.unplug_io: 23329.123437104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { pdu = 1 }
-block.rq_issue_fs: 23329.123448266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { hard_sector = 2431, rw = 0, errors = 0 }
-kernel.timer_set: 23329.123490477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { expires = 2304286, function = 0xf8a23e85, data = 4136733696 }
-kernel.sched_schedule: 23329.123570264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 1304, next_pid = 16927, prev_state = 2 }
-fd_state.file_descriptor: 23329.123682818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3386, fd = 0 }
-fd_state.file_descriptor: 23329.123685600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3386, fd = 1 }
-fd_state.file_descriptor: 23329.123687653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3386, fd = 2 }
-fd_state.file_descriptor: 23329.123692550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38313]", pid = 3386, fd = 3 }
-fd_state.file_descriptor: 23329.123694586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 3386, fd = 4 }
-fd_state.file_descriptor: 23329.123697151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[38313]", pid = 3386, fd = 5 }
-fd_state.file_descriptor: 23329.123703652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38314]", pid = 3386, fd = 6 }
-fd_state.file_descriptor: 23329.123706032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[38315]", pid = 3386, fd = 7 }
-fd_state.file_descriptor: 23329.123713168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 3701, fd = 0 }
-fd_state.file_descriptor: 23329.123715265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 3701, fd = 1 }
-fd_state.file_descriptor: 23329.123717325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 3701, fd = 2 }
-fd_state.file_descriptor: 23329.123720247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/3", pid = 3701, fd = 255 }
-fd_state.file_descriptor: 23329.123722868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4080, fd = 0 }
-fd_state.file_descriptor: 23329.123725576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 4080, fd = 1 }
-fd_state.file_descriptor: 23329.123727951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 4080, fd = 2 }
-fd_state.file_descriptor: 23329.123730837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4081, fd = 0 }
-fd_state.file_descriptor: 23329.123732878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 4081, fd = 1 }
-fd_state.file_descriptor: 23329.123735118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4081, fd = 2 }
-fd_state.file_descriptor: 23329.123737862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188219]", pid = 4081, fd = 3 }
-fd_state.file_descriptor: 23329.123744646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/rt.jar", pid = 4081, fd = 4 }
-fd_state.file_descriptor: 23329.123750400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.launcher_1.1.0.v20091023.jar", pid = 4081, fd = 5 }
-fd_state.file_descriptor: 23329.123752990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/random", pid = 4081, fd = 6 }
-fd_state.file_descriptor: 23329.123758060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 4081, fd = 7 }
-fd_state.file_descriptor: 23329.123760188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/random", pid = 4081, fd = 8 }
-fd_state.file_descriptor: 23329.123762285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 4081, fd = 9 }
-fd_state.file_descriptor: 23329.123764783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[70778]", pid = 4081, fd = 10 }
-fd_state.file_descriptor: 23329.123770438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.osgi_3.6.0.v20091023.jar", pid = 4081, fd = 11 }
-fd_state.file_descriptor: 23329.123776094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.ui_3.6.0.v20091026-1200.jar", pid = 4081, fd = 12 }
-fd_state.file_descriptor: 23329.123779159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188241]", pid = 4081, fd = 13 }
-fd_state.file_descriptor: 23329.123787866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/.manager/.tmp4250888468523630486.instance", pid = 4081, fd = 14 }
-fd_state.file_descriptor: 23329.123793381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.common_3.5.100.v20091023.jar", pid = 4081, fd = 15 }
-fd_state.file_descriptor: 23329.123802071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.commons.core_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 16 }
-fd_state.file_descriptor: 23329.123805148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.debug.ui_3.5.0.v20091026-1150.jar", pid = 4081, fd = 17 }
-fd_state.file_descriptor: 23329.123813128 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.views_3.5.0.I20090914-0830.jar", pid = 4081, fd = 18 }
-fd_state.file_descriptor: 23329.123818586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.tasks.ui_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 19 }
-fd_state.file_descriptor: 23329.123832001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.debug_3.5.100.v20091019/jdimodel.jar", pid = 4081, fd = 20 }
-fd_state.file_descriptor: 23329.123838143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.registry_3.5.0.v20090911.jar", pid = 4081, fd = 21 }
-fd_state.file_descriptor: 23329.123866594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.300.v20090810/runtime_registry_compatibility.jar", pid = 4081, fd = 22 }
-fd_state.file_descriptor: 23329.123869912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.junit_3.6.0.v20091026-1200.jar", pid = 4081, fd = 23 }
-fd_state.file_descriptor: 23329.123873064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.extraData.9", pid = 4081, fd = 24 }
-fd_state.file_descriptor: 23329.123884195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.externaltools_3.2.0.v20091023.jar", pid = 4081, fd = 25 }
-fd_state.file_descriptor: 23329.123890603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.api.tools_1.0.201.v20091028-1400.jar", pid = 4081, fd = 26 }
-fd_state.file_descriptor: 23329.123895746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.mainData.9", pid = 4081, fd = 27 }
-fd_state.file_descriptor: 23329.123905195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.junit.core_3.6.0.v20091026-1200.jar", pid = 4081, fd = 28 }
-fd_state.file_descriptor: 23329.123908020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.extraData.9", pid = 4081, fd = 29 }
-fd_state.file_descriptor: 23329.123914489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.equinox.app/.manager/.tmp8207493735468441416.instance", pid = 4081, fd = 30 }
-fd_state.file_descriptor: 23329.123917869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.manager/.tmp7260807215584531017.instance", pid = 4081, fd = 31 }
-fd_state.file_descriptor: 23329.123920904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.core.runtime/.mainData.9", pid = 4081, fd = 32 }
-fd_state.file_descriptor: 23329.123926189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.forms_3.5.0.v20091012.jar", pid = 4081, fd = 33 }
-fd_state.file_descriptor: 23329.123931851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.graph_1.0.7.jar", pid = 4081, fd = 34 }
-fd_state.file_descriptor: 23329.123935083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.console_3.5.0.v20090907.jar", pid = 4081, fd = 35 }
-fd_state.file_descriptor: 23329.123938431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/jsse.jar", pid = 4081, fd = 36 }
-fd_state.file_descriptor: 23329.123941336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.debug.ui_3.6.0.v20091026-1150.jar", pid = 4081, fd = 37 }
-fd_state.file_descriptor: 23329.123946887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.workbench.texteditor_3.6.0.v20091026-1200.jar", pid = 4081, fd = 38 }
-fd_state.file_descriptor: 23329.123950088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jface.text_3.5.100.v20091026-1200.jar", pid = 4081, fd = 39 }
-fd_state.file_descriptor: 23329.123959202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.apt.pluggable.core_1.0.300.v20090922-0135.jar", pid = 4081, fd = 40 }
-fd_state.file_descriptor: 23329.123962187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.core.manipulation_1.3.0.v20091026-1200.jar", pid = 4081, fd = 41 }
-fd_state.file_descriptor: 23329.123965148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.editors_3.6.0.v20091028-1300.jar", pid = 4081, fd = 42 }
-fd_state.file_descriptor: 23329.123968207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.filebuffers_3.5.100.v20091026-1200.jar", pid = 4081, fd = 43 }
-fd_state.file_descriptor: 23329.123971254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ltk.ui.refactoring_3.4.200.v20091026-1200.jar", pid = 4081, fd = 44 }
-fd_state.file_descriptor: 23329.123982929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.compare.core_3.5.100.I20090714-0800.jar", pid = 4081, fd = 45 }
-fd_state.file_descriptor: 23329.123985932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.team.cvs.ui_3.3.300.I20091026-1300.jar", pid = 4081, fd = 46 }
-fd_state.file_descriptor: 23329.123988812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.team.ui_3.5.100.I20091028-0800.jar", pid = 4081, fd = 47 }
-fd_state.file_descriptor: 23329.123991933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.runtime_3.6.0.v20090925.jar", pid = 4081, fd = 48 }
-fd_state.file_descriptor: 23329.123997731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.launching_3.6.0.v20091023.jar", pid = 4081, fd = 49 }
-fd_state.file_descriptor: 23329.124001308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.workbench_3.6.0.I20091028-1300.jar", pid = 4081, fd = 50 }
-fd_state.file_descriptor: 23329.124007056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20090429-1800/compatibility.jar", pid = 4081, fd = 51 }
-fd_state.file_descriptor: 23329.124010078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jface_3.6.0.I20091028-1300.jar", pid = 4081, fd = 52 }
-fd_state.file_descriptor: 23329.124012970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.swt_3.6.0.v3617.jar", pid = 4081, fd = 53 }
-fd_state.file_descriptor: 23329.124015844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.swt.gtk.linux.x86_3.6.0.v3617.jar", pid = 4081, fd = 54 }
-fd_state.file_descriptor: 23329.124018725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui_3.6.0.I20091030-1100.jar", pid = 4081, fd = 55 }
-fd_state.file_descriptor: 23329.124021739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.commands_3.5.0.I20090525-2000.jar", pid = 4081, fd = 56 }
-fd_state.file_descriptor: 23329.124024910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188248]", pid = 4081, fd = 57 }
-fd_state.file_descriptor: 23329.124027106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188248]", pid = 4081, fd = 58 }
-fd_state.file_descriptor: 23329.124032563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.ide_3.6.0.I20091030-1100.jar", pid = 4081, fd = 59 }
-fd_state.file_descriptor: 23329.124048044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/workspace/.metadata/.lock", pid = 4081, fd = 60 }
-fd_state.file_descriptor: 23329.124050912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.resources_3.6.0.v20091026-1217.jar", pid = 4081, fd = 61 }
-fd_state.file_descriptor: 23329.124053786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.debug_3.5.100.v20091019/jdi.jar", pid = 4081, fd = 62 }
-fd_state.file_descriptor: 23329.124056629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.resources.ui_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 63 }
-fd_state.file_descriptor: 23329.124059620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.contenttype_3.4.100.v20090928.jar", pid = 4081, fd = 64 }
-fd_state.file_descriptor: 23329.124072744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.net_1.2.100.I20090714-0800.jar", pid = 4081, fd = 65 }
-fd_state.file_descriptor: 23329.124075797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.variables_3.2.300.v20090911.jar", pid = 4081, fd = 66 }
-fd_state.file_descriptor: 23329.124078776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/com.ibm.icu_4.0.1.v20090822.jar", pid = 4081, fd = 67 }
-fd_state.file_descriptor: 23329.124081613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.team.core_3.5.0.I20091028-0800.jar", pid = 4081, fd = 68 }
-fd_state.file_descriptor: 23329.124084635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.expressions_3.4.100.v20090429-1800.jar", pid = 4081, fd = 69 }
-fd_state.file_descriptor: 23329.124087540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.core_1.6.5.jar", pid = 4081, fd = 70 }
-fd_state.file_descriptor: 23329.124090359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.clientadapter_1.6.4.1.jar", pid = 4081, fd = 71 }
-fd_state.file_descriptor: 23329.124171058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.ua.ui_1.0.0.v20090914.jar", pid = 4081, fd = 72 }
-fd_state.file_descriptor: 23329.124174352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.clientadapter.svnkit_1.6.4.jar", pid = 4081, fd = 73 }
-fd_state.file_descriptor: 23329.124177404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tmatesoft.svnkit_1.3.1.6109.jar", pid = 4081, fd = 74 }
-fd_state.file_descriptor: 23329.124314728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.p2.updatechecker_1.1.0.v20091010.jar", pid = 4081, fd = 75 }
-fd_state.file_descriptor: 23329.124464194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.update.scheduler_3.2.200.v20081127.jar", pid = 4081, fd = 76 }
-kernel.irq_entry: 23329.124517640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 23329.124531166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { jiffies = 4297269583, xtime_sec = 1264196274, xtime_nsec = 637522002, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.124542094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.irq_exit: 23329.124569514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.irq_entry: 23329.124582206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3238195230, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 1 }
-block.rq_complete_fs: 23329.124599241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { hard_sector = 2431, rw = 0, errors = 0 }
-kernel.sched_try_wakeup: 23329.124609664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { pid = 1304, cpu_id = 0, state = 2 }
-kernel.timer_set: 23329.124626927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { expires = 2302288, function = 0xc141b0a5, data = 4136835584 }
-kernel.irq_exit: 23329.124634351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 23329.124638699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 23329.124646964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302288, function = 0xc141d458, data = 0 }
-kernel.timer_set: 23329.124651102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302288, function = 0xc14b0234, data = 0 }
-kernel.softirq_exit: 23329.124653316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-fd_state.file_descriptor: 23329.124666465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.junit.runtime_3.4.100.v20091026-1200.jar", pid = 4081, fd = 77 }
-fd_state.file_descriptor: 23329.124669549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.update.core_3.2.300.v20090525.jar", pid = 4081, fd = 78 }
-fd_state.file_descriptor: 23329.124672799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.tasks.core_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 79 }
-fd_state.file_descriptor: 23329.124676019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_1.0.200.v20090911-1356.jar", pid = 4081, fd = 80 }
-fd_state.file_descriptor: 23329.124679027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.ui_1.6.5.jar", pid = 4081, fd = 81 }
-fd_state.file_descriptor: 23329.124682544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.monitor.ui_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 82 }
-fd_state.file_descriptor: 23329.124691689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.context.core_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 83 }
-fd_state.file_descriptor: 23329.124697573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.debug.core_3.6.0.v20091019.jar", pid = 4081, fd = 84 }
-fd_state.file_descriptor: 23329.124700502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ant.ui_3.5.0.v20091023.jar", pid = 4081, fd = 85 }
-fd_state.file_descriptor: 23329.124709112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.frameworkadmin_1.0.200.v20091019.jar", pid = 4081, fd = 86 }
-fd_state.file_descriptor: 23329.124715113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.core_3.5.100.v20091023.jar", pid = 4081, fd = 87 }
-fd_state.file_descriptor: 23329.124718030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.core_3.6.0.v_A19.jar", pid = 4081, fd = 88 }
-fd_state.file_descriptor: 23329.124721305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.launching_3.5.100.v20091026-1150.jar", pid = 4081, fd = 89 }
-fd_state.file_descriptor: 23329.124724272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.api.tools.ui_1.0.200.v20091023.jar", pid = 4081, fd = 90 }
-fd_state.file_descriptor: 23329.124727164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.update.configurator_3.3.100.v20090813.jar", pid = 4081, fd = 91 }
-fd_state.file_descriptor: 23329.124729927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.compiler.apt_1.0.300.v20091027-0900.jar", pid = 4081, fd = 92 }
-fd_state.file_descriptor: 23329.124732931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.commons.net_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 93 }
-fd_state.file_descriptor: 23329.124735762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.compiler.tool_1.0.100.v_A19.jar", pid = 4081, fd = 94 }
-fd_state.file_descriptor: 23329.124741343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.jdt.apt.core_3.3.400.v20091027-0900.jar", pid = 4081, fd = 95 }
-fd_state.file_descriptor: 23329.124744785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.monitor.core_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 96 }
-fd_state.file_descriptor: 23329.124750582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.apache.commons.httpclient_3.1.0.v20080605-1935.jar", pid = 4081, fd = 97 }
-fd_state.file_descriptor: 23329.124756212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.apache.commons.logging_1.0.4.v200904062259.jar", pid = 4081, fd = 98 }
-fd_state.file_descriptor: 23329.124759135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.context.ui_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 99 }
-fd_state.file_descriptor: 23329.124762120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.commons.ui_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 100 }
-fd_state.file_descriptor: 23329.124772045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/workspace/.metadata/.plugins/org.eclipse.pde.core/.extensions/.manager/.tmp284147286907703089.instance", pid = 4081, fd = 101 }
-fd_state.file_descriptor: 23329.124775098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.mylyn.team.ui_3.3.0.v20091013-0200-e3x.jar", pid = 4081, fd = 102 }
-fd_state.file_descriptor: 23329.124780814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.util_1.0.100.v20090520-1800.jar", pid = 4081, fd = 103 }
-fd_state.file_descriptor: 23329.124790053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/361/1/.cp/jna.jar", pid = 4081, fd = 104 }
-fd_state.file_descriptor: 23329.124796356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/384/1/.cp/svnkit.jar", pid = 4081, fd = 105 }
-fd_state.file_descriptor: 23329.124799446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/configuration/org.eclipse.osgi/bundles/384/1/.cp/svnkit-javahl.jar", pid = 4081, fd = 106 }
-fd_state.file_descriptor: 23329.124802474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.preferences_3.3.0.v20091023.jar", pid = 4081, fd = 107 }
-fd_state.file_descriptor: 23329.124808105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.text_3.5.0.v20091026-1200.jar", pid = 4081, fd = 108 }
-fd_state.file_descriptor: 23329.124811183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/com.collabnet.subversion.merge_1.10.0.jar", pid = 4081, fd = 109 }
-fd_state.file_descriptor: 23329.124814161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.tigris.subversion.subclipse.mylyn_3.0.0.jar", pid = 4081, fd = 110 }
-fd_state.file_descriptor: 23329.124817338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/resources.jar", pid = 4081, fd = 111 }
-fd_state.file_descriptor: 23329.124822555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde_3.4.100.v200910301201.jar", pid = 4081, fd = 112 }
-fd_state.file_descriptor: 23329.124825485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.ui_3.6.0.v20091023.jar", pid = 4081, fd = 113 }
-fd_state.file_descriptor: 23329.124828322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.filesystem_1.3.0.v20091026-1217.jar", pid = 4081, fd = 114 }
-fd_state.file_descriptor: 23329.124831258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.pde.build_3.5.100.v20091023/pdebuild.jar", pid = 4081, fd = 115 }
-fd_state.file_descriptor: 23329.124836284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/random", pid = 4081, fd = 116 }
-fd_state.file_descriptor: 23329.124842230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.p2.engine_1.1.0.v20091023.jar", pid = 4081, fd = 117 }
-fd_state.file_descriptor: 23329.124845195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.filesystem.linux.x86_1.2.0.v20080604-1400.jar", pid = 4081, fd = 118 }
-fd_state.file_descriptor: 23329.124850659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ui.source_3.6.0.I20091030-1100.jar", pid = 4081, fd = 119 }
-fd_state.file_descriptor: 23329.124853231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 4081, fd = 120 }
-fd_state.file_descriptor: 23329.124861860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71955]", pid = 4081, fd = 121 }
-fd_state.file_descriptor: 23329.124864043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71955]", pid = 4081, fd = 122 }
-fd_state.file_descriptor: 23329.124868853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71956]", pid = 4081, fd = 123 }
-fd_state.file_descriptor: 23329.124870950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71956]", pid = 4081, fd = 124 }
-fd_state.file_descriptor: 23329.124873843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.p2.metadata_1.0.100.v20091019.jar", pid = 4081, fd = 125 }
-fd_state.file_descriptor: 23329.124876958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ltk.core.refactoring_3.5.100.v20091026-1200.jar", pid = 4081, fd = 126 }
-fd_state.file_descriptor: 23329.124883063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.resources.source_3.6.0.v20091026-1217.jar", pid = 4081, fd = 127 }
-fd_state.file_descriptor: 23329.124885950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71980]", pid = 4081, fd = 128 }
-fd_state.file_descriptor: 23329.124888071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71980]", pid = 4081, fd = 129 }
-fd_state.file_descriptor: 23329.124890705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.ant.core_3.2.100.v20091012.jar", pid = 4081, fd = 130 }
-fd_state.file_descriptor: 23329.124893523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/jdk1.6.0_16/jre/lib/jce.jar", pid = 4081, fd = 131 }
-fd_state.file_descriptor: 23329.124902798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20091010.jar", pid = 4081, fd = 132 }
-fd_state.file_descriptor: 23329.124909095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.cache/event-sound-cache.tdb.7f394062173ac92d2672d52e4ae5a068.i486-pc-linux-gnu", pid = 4081, fd = 133 }
-fd_state.file_descriptor: 23329.124915436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.core.expressions.source_3.4.100.v20090429-1800.jar", pid = 4081, fd = 134 }
-fd_state.file_descriptor: 23329.124921257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/classic.jar", pid = 4081, fd = 135 }
-fd_state.file_descriptor: 23329.124923903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/toolkit.jar", pid = 4081, fd = 136 }
-fd_state.file_descriptor: 23329.124926500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/en-US.jar", pid = 4081, fd = 137 }
-fd_state.file_descriptor: 23329.124929275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.compare_3.5.100.I20091026-1300.jar", pid = 4081, fd = 138 }
-fd_state.file_descriptor: 23329.124931699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/urandom", pid = 4081, fd = 139 }
-fd_state.file_descriptor: 23329.124934302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188699]", pid = 4081, fd = 140 }
-fd_state.file_descriptor: 23329.124936306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188699]", pid = 4081, fd = 141 }
-fd_state.file_descriptor: 23329.124938680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188700]", pid = 4081, fd = 142 }
-fd_state.file_descriptor: 23329.124943633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[72611]", pid = 4081, fd = 143 }
-fd_state.file_descriptor: 23329.124945810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188700]", pid = 4081, fd = 144 }
-fd_state.file_descriptor: 23329.124948684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188701]", pid = 4081, fd = 145 }
-fd_state.file_descriptor: 23329.124954074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188704]", pid = 4081, fd = 146 }
-fd_state.file_descriptor: 23329.124956245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188704]", pid = 4081, fd = 147 }
-fd_state.file_descriptor: 23329.124958718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188705]", pid = 4081, fd = 148 }
-fd_state.file_descriptor: 23329.124960828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[188705]", pid = 4081, fd = 149 }
-fd_state.file_descriptor: 23329.124963276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188706]", pid = 4081, fd = 150 }
-fd_state.file_descriptor: 23329.124965805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188708]", pid = 4081, fd = 151 }
-fd_state.file_descriptor: 23329.124968272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188711]", pid = 4081, fd = 152 }
-fd_state.file_descriptor: 23329.124976037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla/eclipse/places.sqlite", pid = 4081, fd = 153 }
-fd_state.file_descriptor: 23329.124978620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/classic.jar", pid = 4081, fd = 154 }
-fd_state.file_descriptor: 23329.124981124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/toolkit.jar", pid = 4081, fd = 155 }
-fd_state.file_descriptor: 23329.124983647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/xulrunner-1.9.1/chrome/en-US.jar", pid = 4081, fd = 156 }
-fd_state.file_descriptor: 23329.124988833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla/eclipse/permissions.sqlite", pid = 4081, fd = 157 }
-fd_state.file_descriptor: 23329.124994792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/dropins/JOIE/eclipse/plugins/org.eclipse.rse.core.source_3.1.1.v200909160005.jar", pid = 4081, fd = 158 }
-fd_state.file_descriptor: 23329.125000237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/local/eclipse-3.6/plugins/org.eclipse.help.source_3.5.0.v20091019.jar", pid = 4081, fd = 159 }
-fd_state.file_descriptor: 23329.125002765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/random", pid = 4081, fd = 160 }
-fd_state.file_descriptor: 23329.125005226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[237992]", pid = 4081, fd = 161 }
-fd_state.file_descriptor: 23329.125010789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla/eclipse/places.sqlite-journal", pid = 4081, fd = 162 }
-fd_state.file_descriptor: 23329.125013238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla/eclipse", pid = 4081, fd = 163 }
-kernel.sched_schedule: 23329.125021003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { prev_pid = 16927, next_pid = 1304, prev_state = 0 }
-kernel.page_fault_exit: 23329.125112070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { res = 4 }
-kernel.syscall_entry: 23329.125132583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb776b6a3, syscall_id = 240 [syscall 240] }
-kernel.sched_try_wakeup: 23329.125146114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { pid = 16834, cpu_id = 0, state = 1 }
-kernel.syscall_exit: 23329.125149567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.125162235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [syscall 158] }
-kernel.sched_schedule: 23329.125172911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { prev_pid = 1304, next_pid = 16834, prev_state = 0 }
-kernel.syscall_exit: 23329.125202756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.125229108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 240 [syscall 240] }
-kernel.syscall_exit: 23329.125231205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.125235017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [syscall 158] }
-kernel.syscall_exit: 23329.125243669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.125302494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [syscall 4] }
-fs.write: 23329.125450252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 68, fd = 4 }
-kernel.syscall_exit: 23329.125451911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 68 }
-kernel.syscall_entry: 23329.125463758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [syscall 4] }
-mm.add_to_page_cache: 23329.125477752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { inode = 0, sdev = 2 }
-mm.add_to_page_cache: 23329.125485172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { inode = 0, sdev = 2 }
-block.remap: 23329.125491685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { device_from = 3145728, sector_from = 36176128, device_to = 3145730, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 100, not_uptodate = 0 }
-block.bio_queue: 23329.125494903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 39099958, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 100, not_uptodate = 0 }
-block.getrq_bio: 23329.125533456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 39099958, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 100, not_uptodate = 0 }
-kernel.timer_set: 23329.125539444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302288, function = 0xc1410312, data = 4147888232 }
-block.plug: 23329.125542941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL
-block.rq_insert_fs: 23329.125547518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 39099958, rw = 0, errors = 0 }
-block.rq_issue_fs: 23329.125561129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 39099958, rw = 0, errors = 0 }
-kernel.timer_set: 23329.125595678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2304287, function = 0xf8a23e85, data = 4136733696 }
-fs.buffer_wait_start: 23329.125647954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xe9709208 }
-block.unplug_io: 23329.125651160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { pdu = 1 }
-kernel.irq_entry: 23329.125682120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, IRQ { ip = 3243785178, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 1 }
-block.rq_complete_fs: 23329.125697570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, IRQ { hard_sector = 39099958, rw = 0, errors = 0 }
-kernel.sched_try_wakeup: 23329.125705168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, IRQ { pid = 16834, cpu_id = 0, state = 2 }
-kernel.timer_set: 23329.125716447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, IRQ { expires = 2302288, function = 0xc141b0a5, data = 4136835584 }
-kernel.irq_exit: 23329.125723498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { handled = 1 }
-fs.buffer_wait_end: 23329.125735500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xe9709208 }
-mm.add_to_page_cache: 23329.125754316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { inode = 1130989, sdev = 3145730 }
-mm.add_to_page_cache: 23329.125780706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { inode = 0, sdev = 2 }
-block.remap: 23329.125786479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { device_from = 3145728, sector_from = 36421840, device_to = 3145730, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.125789507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 39345670, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.getrq_bio: 23329.125794884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 39345670, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-kernel.timer_set: 23329.125798905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302288, function = 0xc1410312, data = 4147888232 }
-block.plug: 23329.125816446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL
-block.rq_insert_fs: 23329.125820553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 39345670, rw = 0, errors = 0 }
-fs.buffer_wait_start: 23329.125826221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xe9709160 }
-block.unplug_io: 23329.125828386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { pdu = 1 }
-block.rq_issue_fs: 23329.125834825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 39345670, rw = 0, errors = 0 }
-kernel.timer_set: 23329.125867086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2304287, function = 0xf8a23e85, data = 4136733696 }
-kernel.sched_schedule: 23329.125919275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16834, next_pid = 1304, prev_state = 2 }
-kernel.syscall_exit: 23329.125981380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.125989336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 23329.125992284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.126002275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [syscall 158] }
-kernel.syscall_exit: 23329.126012106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.page_fault_entry: 23329.126022326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { ip = 0xb760659a, address = 0xb760aca0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.126062678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { res = 0 }
-kernel.page_fault_entry: 23329.126072392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, TRAP { ip = 0xb76065d7, address = 0xb760a000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.126101588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { res = 8 }
-kernel.syscall_entry: 23329.126106540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 3 [syscall 3] }
-kernel.sched_schedule: 23329.126120756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 1304, next_pid = 1989, prev_state = 1 }
-fs.writev: 23329.126290088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
-kernel.syscall_exit: 23329.126292364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 23329.126300616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.126303804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.126307776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.126310248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 23329.126315743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.126324384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
-fs.select: 23329.126330200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126333642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126336091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126342091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126344336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126347204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126349609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126351724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126354191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126356344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126358379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126360433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126362783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126365206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126367439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126370060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126372472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126374889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126382303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126384739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126387169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126389574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126391978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126394495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126396882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126399071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126401544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126404031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126406342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126408618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126410900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126413336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126415433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126417666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126420114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559904604 }
-fs.select: 23329.126422261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559904604 }
-mm.page_free: 23329.126429921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 198016, order = 0 }
-kernel.syscall_exit: 23329.126433899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.126441034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.126442848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 23329.126449354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.126453024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.126455416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.126460832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.126466937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.126468189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 4096 }
-kernel.syscall_entry: 23329.126692397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.126697085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 2652, fd = 48 }
-kernel.syscall_exit: 23329.126698472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 2652 }
-kernel.syscall_entry: 23329.126938291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.126942953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4076, fd = 48 }
-kernel.syscall_exit: 23329.126944279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 4076 }
-kernel.syscall_entry: 23329.127634489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.127639046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 3548, fd = 48 }
-kernel.syscall_exit: 23329.127640582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 3548 }
-kernel.syscall_entry: 23329.127895381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.127929647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 9028, fd = 48 }
-kernel.syscall_exit: 23329.127931208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 9028 }
-kernel.syscall_entry: 23329.127953860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.127956123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 12168, fd = 48 }
-kernel.syscall_exit: 23329.127957375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.127961279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.127964054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.127967403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.127970333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 23329.127974773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.127979855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
-fs.select: 23329.127985301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.127988169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.127990285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.127994275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.127996409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.127998629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128000695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128002650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128004587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128006622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128008639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128010662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128012845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128014886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128017291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128019494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128021566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128023718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128031044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128033185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128035141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128037107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128039093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128041079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128043231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128045217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128047234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128049300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128051261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128053691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128055844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128057830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128059791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128061832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128063861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.128065903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559560532 }
-kernel.sched_schedule: 23329.128085299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 2336, prev_state = 1 }
-kernel.syscall_entry: 23329.128543770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.128547575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.128549868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 23329.128551953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 23329.128553447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 23329.128555394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 23329.128559687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 23329.128561821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 23329.128564584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 23329.128566570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 23329.128569308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
-kernel.syscall_exit: 23329.128571584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.128668289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 54 [syscall 54] }
-fs.ioctl: 23329.128671083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10, cmd = 21531, arg = 3215728168 }
-kernel.syscall_exit: 23329.128675301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.128680438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.128688640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 24, fd = 10 }
-kernel.syscall_exit: 23329.128689930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 24 }
-kernel.syscall_entry: 23329.128724251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.128727298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.128732429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.128734662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.128785308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.128787565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.128790199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.128793825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 23329.128823793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { pid = 1989, cpu_id = 0, state = 1 }
-fs.writev: 23329.128829294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 23329.128830940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 15136 }
-kernel.syscall_entry: 23329.128837109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.128839427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.128840611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.128849560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.128851496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.128852699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.128856732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.128859212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.128863307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.128867297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.128869277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 23329.128871257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 23329.128872706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 23329.128874180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 23329.128877171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 23329.128878800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 23329.128880934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 23329.128882475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 23329.128884671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
-kernel.sched_schedule: 23329.128895100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 2336, next_pid = 16927, prev_state = 1 }
-fd_state.file_descriptor: 23329.129021167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4182, fd = 0 }
-fd_state.file_descriptor: 23329.129023949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4182, fd = 1 }
-fd_state.file_descriptor: 23329.129026033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4182, fd = 2 }
-fd_state.file_descriptor: 23329.129028013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4182, fd = 3 }
-fd_state.file_descriptor: 23329.129030079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 4182, fd = 4 }
-fd_state.file_descriptor: 23329.129034594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71966]", pid = 4182, fd = 5 }
-fd_state.file_descriptor: 23329.129036771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71966]", pid = 4182, fd = 6 }
-fd_state.file_descriptor: 23329.129039121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71967]", pid = 4182, fd = 7 }
-fd_state.file_descriptor: 23329.129041248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71967]", pid = 4182, fd = 8 }
-fd_state.file_descriptor: 23329.129047581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71968]", pid = 4182, fd = 9 }
-fd_state.file_descriptor: 23329.129049716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[71968]", pid = 4182, fd = 10 }
-fd_state.file_descriptor: 23329.129052510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[71970]", pid = 4182, fd = 11 }
-fd_state.file_descriptor: 23329.129054976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[71972]", pid = 4182, fd = 12 }
-fd_state.file_descriptor: 23329.129057493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[71977]", pid = 4182, fd = 13 }
-fd_state.file_descriptor: 23329.129060108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188707]", pid = 4182, fd = 14 }
-fd_state.file_descriptor: 23329.129063006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[188710]", pid = 4182, fd = 15 }
-fd_state.file_descriptor: 23329.129069266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79279]", pid = 4182, fd = 16 }
-fd_state.file_descriptor: 23329.129071802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79282]", pid = 4182, fd = 17 }
-fd_state.file_descriptor: 23329.129075853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 5051, fd = 0 }
-fd_state.file_descriptor: 23329.129078246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5051, fd = 1 }
-fd_state.file_descriptor: 23329.129080460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5051, fd = 2 }
-fd_state.file_descriptor: 23329.129087466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/lib/icedove/icedove", pid = 5051, fd = 255 }
-fd_state.file_descriptor: 23329.129093295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 5063, fd = 0 }
-fd_state.file_descriptor: 23329.129095490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5063, fd = 1 }
-fd_state.file_descriptor: 23329.129097643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5063, fd = 2 }
-fd_state.file_descriptor: 23329.129107011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/lib/icedove/run-mozilla.sh", pid = 5063, fd = 255 }
-fd_state.file_descriptor: 23329.129110181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 5064, fd = 0 }
-fd_state.file_descriptor: 23329.129112370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5064, fd = 1 }
-fd_state.file_descriptor: 23329.129114572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5064, fd = 2 }
-fd_state.file_descriptor: 23329.129122719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79249]", pid = 5064, fd = 3 }
-fd_state.file_descriptor: 23329.129124921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79249]", pid = 5064, fd = 4 }
-fd_state.file_descriptor: 23329.129130293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79259]", pid = 5064, fd = 5 }
-fd_state.file_descriptor: 23329.129137755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79297]", pid = 5064, fd = 6 }
-fd_state.file_descriptor: 23329.129140259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79431]", pid = 5064, fd = 7 }
-fd_state.file_descriptor: 23329.129142782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[146087]", pid = 5064, fd = 8 }
-fd_state.file_descriptor: 23329.129145384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[81174]", pid = 5064, fd = 9 }
-fd_state.file_descriptor: 23329.129151471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[126319]", pid = 5064, fd = 10 }
-fd_state.file_descriptor: 23329.129154086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[82566]", pid = 5064, fd = 11 }
-fd_state.file_descriptor: 23329.129156825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[146013]", pid = 5064, fd = 12 }
-fd_state.file_descriptor: 23329.129162147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[174184]", pid = 5064, fd = 13 }
-fd_state.file_descriptor: 23329.129167383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[194953]", pid = 5064, fd = 14 }
-fd_state.file_descriptor: 23329.129172804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[192687]", pid = 5064, fd = 15 }
-fd_state.file_descriptor: 23329.129182037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.amsn/half_elf1_hotmail_com/logs/mehitabel_@hotmail.com.log", pid = 5064, fd = 16 }
-fd_state.file_descriptor: 23329.129184911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[80922]", pid = 5064, fd = 17 }
-fd_state.file_descriptor: 23329.129187631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[214771]", pid = 5064, fd = 18 }
-fd_state.file_descriptor: 23329.129189981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[249767]", pid = 5064, fd = 19 }
-fd_state.file_descriptor: 23329.129196000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[256313]", pid = 5064, fd = 20 }
-fd_state.file_descriptor: 23329.129198603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[272326]", pid = 5064, fd = 21 }
-fd_state.file_descriptor: 23329.129204726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[281806]", pid = 5064, fd = 22 }
-fd_state.file_descriptor: 23329.129208125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 5069, fd = 0 }
-fd_state.file_descriptor: 23329.129210284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5069, fd = 1 }
-fd_state.file_descriptor: 23329.129212418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.xsession-errors", pid = 5069, fd = 2 }
-fd_state.file_descriptor: 23329.129215260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79254]", pid = 5069, fd = 3 }
-fd_state.file_descriptor: 23329.129217758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79256]", pid = 5069, fd = 4 }
-fd_state.file_descriptor: 23329.129219941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79256]", pid = 5069, fd = 5 }
-fd_state.file_descriptor: 23329.129225942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/.parentlock", pid = 5069, fd = 6 }
-fd_state.file_descriptor: 23329.129234552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79267]", pid = 5069, fd = 7 }
-fd_state.file_descriptor: 23329.129236686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79267]", pid = 5069, fd = 8 }
-fd_state.file_descriptor: 23329.129244759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79269]", pid = 5069, fd = 9 }
-fd_state.file_descriptor: 23329.129246893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79269]", pid = 5069, fd = 10 }
-fd_state.file_descriptor: 23329.129256379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/extensions/{c1ac4523-76c2-9995-adbd-d93bf5141bea}/chrome/DisplayQuota.jar", pid = 5069, fd = 11 }
-fd_state.file_descriptor: 23329.129265451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/en-US.jar", pid = 5069, fd = 12 }
-fd_state.file_descriptor: 23329.129268245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/classic.jar", pid = 5069, fd = 13 }
-fd_state.file_descriptor: 23329.129276237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79272]", pid = 5069, fd = 14 }
-fd_state.file_descriptor: 23329.129278384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79272]", pid = 5069, fd = 15 }
-fd_state.file_descriptor: 23329.129283713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79273]", pid = 5069, fd = 16 }
-fd_state.file_descriptor: 23329.129285841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79273]", pid = 5069, fd = 17 }
-fd_state.file_descriptor: 23329.129291020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79274]", pid = 5069, fd = 18 }
-fd_state.file_descriptor: 23329.129295763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79278]", pid = 5069, fd = 19 }
-fd_state.file_descriptor: 23329.129298199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79280]", pid = 5069, fd = 20 }
-fd_state.file_descriptor: 23329.129303417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79283]", pid = 5069, fd = 21 }
-fd_state.file_descriptor: 23329.129309042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/toolkit.jar", pid = 5069, fd = 22 }
-fd_state.file_descriptor: 23329.129314592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/XUL.mfasl", pid = 5069, fd = 23 }
-fd_state.file_descriptor: 23329.129319847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/messenger.jar", pid = 5069, fd = 24 }
-fd_state.file_descriptor: 23329.129323103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/lib/enigmail/extension/chrome/enigmail-skin-tbird.jar", pid = 5069, fd = 25 }
-fd_state.file_descriptor: 23329.129329925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/extensions/{F8147CF4-B9E3-445B-AA87-081ED66548F8}/chrome/chrome.jar", pid = 5069, fd = 26 }
-fd_state.file_descriptor: 23329.129335895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/lib/enigmail/extension/chrome/enigmail.jar", pid = 5069, fd = 27 }
-fd_state.file_descriptor: 23329.129338719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/panacea.dat", pid = 5069, fd = 28 }
-fd_state.file_descriptor: 23329.129344603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/filterlog.html", pid = 5069, fd = 29 }
-fd_state.file_descriptor: 23329.129347798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.cache/event-sound-cache.tdb.7f394062173ac92d2672d52e4ae5a068.i486-pc-linux-gnu", pid = 5069, fd = 30 }
-fd_state.file_descriptor: 23329.129353626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/cert8.db", pid = 5069, fd = 31 }
-fd_state.file_descriptor: 23329.129356500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/key3.db", pid = 5069, fd = 32 }
-fd_state.file_descriptor: 23329.129359208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79326]", pid = 5069, fd = 33 }
-fd_state.file_descriptor: 23329.129361297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[79326]", pid = 5069, fd = 34 }
-fd_state.file_descriptor: 23329.129364196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/INBOX.msf", pid = 5069, fd = 35 }
-fd_state.file_descriptor: 23329.129369728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[272929]", pid = 5069, fd = 36 }
-fd_state.file_descriptor: 23329.129375359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[274174]", pid = 5069, fd = 37 }
-fd_state.file_descriptor: 23329.129381798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/nova.aep.polymtl.ca/INBOX.msf", pid = 5069, fd = 38 }
-fd_state.file_descriptor: 23329.129384715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79373]", pid = 5069, fd = 39 }
-fd_state.file_descriptor: 23329.129390488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/orion.aep.polymtl-3.ca/INBOX.msf", pid = 5069, fd = 40 }
-fd_state.file_descriptor: 23329.129393232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79381]", pid = 5069, fd = 41 }
-fd_state.file_descriptor: 23329.129398425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79379]", pid = 5069, fd = 42 }
-fd_state.file_descriptor: 23329.129403945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/urlclassifier2.sqlite", pid = 5069, fd = 43 }
-fd_state.file_descriptor: 23329.129406875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/abook.mab", pid = 5069, fd = 44 }
-fd_state.file_descriptor: 23329.129412178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[79819]", pid = 5069, fd = 45 }
-fd_state.file_descriptor: 23329.129418470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/INBOX.sbd/Trash.msf", pid = 5069, fd = 46 }
-fd_state.file_descriptor: 23329.129421874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/Mail/Local Folders/Trash.msf", pid = 5069, fd = 47 }
-fd_state.file_descriptor: 23329.129427326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/Mail/Local Folders/Inbox.msf", pid = 5069, fd = 48 }
-fd_state.file_descriptor: 23329.129430367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/nova.aep.polymtl.ca/Trash.msf", pid = 5069, fd = 49 }
-fd_state.file_descriptor: 23329.129433332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/Mail/mail.aei.ca/Inbox.msf", pid = 5069, fd = 50 }
-fd_state.file_descriptor: 23329.129439105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/usr/share/icedove/chrome/comm.jar", pid = 5069, fd = 51 }
-fd_state.file_descriptor: 23329.129441726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[93386]", pid = 5069, fd = 52 }
-fd_state.file_descriptor: 23329.129444712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/imap.gmail-1.com/INBOX.msf", pid = 5069, fd = 53 }
-fd_state.file_descriptor: 23329.129447419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[93116]", pid = 5069, fd = 54 }
-fd_state.file_descriptor: 23329.129450317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/INBOX.sbd/Sent.msf", pid = 5069, fd = 55 }
-fd_state.file_descriptor: 23329.129453309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/urlclassifier2.sqlite", pid = 5069, fd = 56 }
-fd_state.file_descriptor: 23329.129462455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[100246]", pid = 5069, fd = 57 }
-fd_state.file_descriptor: 23329.129465021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[100246]", pid = 5069, fd = 58 }
-fd_state.file_descriptor: 23329.129467451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[100247]", pid = 5069, fd = 59 }
-fd_state.file_descriptor: 23329.129469615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[100247]", pid = 5069, fd = 60 }
-fd_state.file_descriptor: 23329.129475579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/INBOX.sbd/Drafts.msf", pid = 5069, fd = 61 }
-fd_state.file_descriptor: 23329.129481549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/orion.aep.polymtl-3.ca/Trash.msf", pid = 5069, fd = 62 }
-fd_state.file_descriptor: 23329.129484763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/imap.gmail-1.com/Trash.msf", pid = 5069, fd = 63 }
-fd_state.file_descriptor: 23329.129487914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/imap.gmail-1.com/Facebook.msf", pid = 5069, fd = 64 }
-fd_state.file_descriptor: 23329.129493835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/home/william/.mozilla-thunderbird/e8zhg55p.default/ImapMail/courriel.polymtl.ca/INBOX.sbd/B43.msf", pid = 5069, fd = 65 }
-fd_state.file_descriptor: 23329.129496629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[100251]", pid = 5069, fd = 67 }
-fd_state.file_descriptor: 23329.129498843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[100251]", pid = 5069, fd = 68 }
-fd_state.file_descriptor: 23329.129505757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16884, fd = 0 }
-fd_state.file_descriptor: 23329.129507840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16884, fd = 1 }
-fd_state.file_descriptor: 23329.129510246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16884, fd = 2 }
-fd_state.file_descriptor: 23329.129513139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16884, fd = 255 }
-fd_state.file_descriptor: 23329.129515846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16900, fd = 0 }
-fd_state.file_descriptor: 23329.129517825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16900, fd = 1 }
-fd_state.file_descriptor: 23329.129519805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16900, fd = 2 }
-fd_state.file_descriptor: 23329.129522574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "socket:[284223]", pid = 16900, fd = 4 }
-fd_state.file_descriptor: 23329.129526330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16908, fd = 0 }
-fd_state.file_descriptor: 23329.129528341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16908, fd = 1 }
-fd_state.file_descriptor: 23329.129530395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16908, fd = 2 }
-fd_state.file_descriptor: 23329.129533275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16908, fd = 255 }
-fd_state.file_descriptor: 23329.129535760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16927, fd = 0 }
-fd_state.file_descriptor: 23329.129537740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16927, fd = 1 }
-fd_state.file_descriptor: 23329.129539720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/pts/4", pid = 16927, fd = 2 }
-fd_state.file_descriptor: 23329.129542791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/16927/mounts", pid = 16927, fd = 3 }
-fd_state.file_descriptor: 23329.129546214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/control/trace/enabled", pid = 16927, fd = 4 }
-fd_state.file_descriptor: 23329.129570064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16929, fd = 0 }
-fd_state.file_descriptor: 23329.129572611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16929, fd = 1 }
-fd_state.file_descriptor: 23329.129574603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/dev/null", pid = 16929, fd = 2 }
-fd_state.file_descriptor: 23329.129576792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/proc/16927/mounts", pid = 16929, fd = 3 }
-fd_state.file_descriptor: 23329.129579221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "inotify", pid = 16929, fd = 4 }
-fd_state.file_descriptor: 23329.129581991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[284543]", pid = 16929, fd = 5 }
-fd_state.file_descriptor: 23329.129584773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/irq_state_0", pid = 16929, fd = 6 }
-fd_state.file_descriptor: 23329.129587438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/irq_state_0", pid = 16929, fd = 7 }
-fd_state.file_descriptor: 23329.129589873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/syscall_state_0", pid = 16929, fd = 8 }
-fd_state.file_descriptor: 23329.129592290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/syscall_state_0", pid = 16929, fd = 9 }
-fd_state.file_descriptor: 23329.129594726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/softirq_state_0", pid = 16929, fd = 10 }
-fd_state.file_descriptor: 23329.129597132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/softirq_state_0", pid = 16929, fd = 11 }
-fd_state.file_descriptor: 23329.129599568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/module_state_0", pid = 16929, fd = 12 }
-fd_state.file_descriptor: 23329.129601979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/module_state_0", pid = 16929, fd = 13 }
-fd_state.file_descriptor: 23329.129604434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/swap_state_0", pid = 16929, fd = 14 }
-fd_state.file_descriptor: 23329.129606790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/swap_state_0", pid = 16929, fd = 15 }
-fd_state.file_descriptor: 23329.129624182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/global_state_0", pid = 16929, fd = 16 }
-fd_state.file_descriptor: 23329.129627093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/global_state_0", pid = 16929, fd = 17 }
-fd_state.file_descriptor: 23329.129629542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/task_state_0", pid = 16929, fd = 18 }
-fd_state.file_descriptor: 23329.129632021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/task_state_0", pid = 16929, fd = 19 }
-fd_state.file_descriptor: 23329.129634445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/fd_state_0", pid = 16929, fd = 20 }
-fd_state.file_descriptor: 23329.129636758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/fd_state_0", pid = 16929, fd = 21 }
-fd_state.file_descriptor: 23329.129639267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/vm_state_0", pid = 16929, fd = 22 }
-fd_state.file_descriptor: 23329.129641581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/vm_state_0", pid = 16929, fd = 23 }
-fd_state.file_descriptor: 23329.129644029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/netif_state_0", pid = 16929, fd = 24 }
-fd_state.file_descriptor: 23329.129646544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/netif_state_0", pid = 16929, fd = 25 }
-fd_state.file_descriptor: 23329.129649086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/userspace_0", pid = 16929, fd = 26 }
-fd_state.file_descriptor: 23329.129651491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/userspace_0", pid = 16929, fd = 27 }
-fd_state.file_descriptor: 23329.129653909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/kernel_0", pid = 16929, fd = 28 }
-fd_state.file_descriptor: 23329.129656221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/kernel_0", pid = 16929, fd = 29 }
-fd_state.file_descriptor: 23329.129658503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/mm_0", pid = 16929, fd = 30 }
-fd_state.file_descriptor: 23329.129660791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/mm_0", pid = 16929, fd = 31 }
-fd_state.file_descriptor: 23329.129663437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/fs_0", pid = 16929, fd = 32 }
-fd_state.file_descriptor: 23329.129666101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/fs_0", pid = 16929, fd = 33 }
-fd_state.file_descriptor: 23329.129668464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/ipc_0", pid = 16929, fd = 34 }
-fd_state.file_descriptor: 23329.129670918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/ipc_0", pid = 16929, fd = 35 }
-fd_state.file_descriptor: 23329.129673342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/rcu_0", pid = 16929, fd = 36 }
-fd_state.file_descriptor: 23329.129675686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/rcu_0", pid = 16929, fd = 37 }
-fd_state.file_descriptor: 23329.129678054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/pm_0", pid = 16929, fd = 38 }
-fd_state.file_descriptor: 23329.129680311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/pm_0", pid = 16929, fd = 39 }
-fd_state.file_descriptor: 23329.129682618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/net_0", pid = 16929, fd = 40 }
-fd_state.file_descriptor: 23329.129684857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/net_0", pid = 16929, fd = 41 }
-fd_state.file_descriptor: 23329.129687206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/jbd2_0", pid = 16929, fd = 42 }
-fd_state.file_descriptor: 23329.129689519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/jbd2_0", pid = 16929, fd = 43 }
-fd_state.file_descriptor: 23329.129691875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/block_0", pid = 16929, fd = 44 }
-fd_state.file_descriptor: 23329.129694089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/block_0", pid = 16929, fd = 45 }
-fd_state.file_descriptor: 23329.129696532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/input_0", pid = 16929, fd = 46 }
-fd_state.file_descriptor: 23329.129698764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/input_0", pid = 16929, fd = 47 }
-fd_state.file_descriptor: 23329.129701102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/media/debugfs/ltt/trace/metadata_0", pid = 16929, fd = 48 }
-fd_state.file_descriptor: 23329.129703711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "/tmp/trace1/metadata_0", pid = 16929, fd = 49 }
-fd_state.file_descriptor: 23329.129706097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fd_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filename = "pipe:[284543]", pid = 16929, fd = 50 }
-mm.page_free: 23329.129716871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pfn = 198132, order = 0 }
-module_state.list_module: 23329.129734609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "agpgart", state = 0, refcount = 1 }
-module_state.list_module: 23329.129740720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "thermal_sys", state = 0, refcount = 3 }
-module_state.list_module: 23329.129742768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "vboxvideo", state = 0, refcount = 1 }
-module_state.list_module: 23329.129744668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "fan", state = 0, refcount = 0 }
-module_state.list_module: 23329.129749965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "thermal", state = 0, refcount = 0 }
-module_state.list_module: 23329.129756534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "drm", state = 0, refcount = 2 }
-module_state.list_module: 23329.129761690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ide_core", state = 0, refcount = 4 }
-module_state.list_module: 23329.129766982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "usbcore", state = 0, refcount = 3 }
-module_state.list_module: 23329.129772088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "scsi_mod", state = 0, refcount = 1 }
-module_state.list_module: 23329.129777392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "mii", state = 0, refcount = 1 }
-module_state.list_module: 23329.129782653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "button", state = 0, refcount = 0 }
-module_state.list_module: 23329.129784596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "pcnet32", state = 0, refcount = 0 }
-module_state.list_module: 23329.129789863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ehci_hcd", state = 0, refcount = 0 }
-module_state.list_module: 23329.129795141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "floppy", state = 0, refcount = 0 }
-module_state.list_module: 23329.129797393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "piix", state = 0, refcount = 2 }
-module_state.list_module: 23329.129802641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "libata", state = 0, refcount = 3 }
-module_state.list_module: 23329.129809049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ahci", state = 0, refcount = 0 }
-module_state.list_module: 23329.129814360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ohci_hcd", state = 0, refcount = 0 }
-module_state.list_module: 23329.129820422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ide_pci_generic", state = 0, refcount = 0 }
-module_state.list_module: 23329.129825615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ata_piix", state = 0, refcount = 0 }
-module_state.list_module: 23329.129830653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ata_generic", state = 0, refcount = 0 }
-module_state.list_module: 23329.129835482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "cdrom", state = 0, refcount = 1 }
-module_state.list_module: 23329.129840484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ide_cd_mod", state = 0, refcount = 0 }
-module_state.list_module: 23329.129842396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ide_gd_mod", state = 0, refcount = 3 }
-module_state.list_module: 23329.129848015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "i2c_core", state = 0, refcount = 2 }
-module_state.list_module: 23329.129853880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "i2c_piix4", state = 0, refcount = 0 }
-module_state.list_module: 23329.129858844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "battery", state = 0, refcount = 0 }
-module_state.list_module: 23329.129864143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ac", state = 0, refcount = 0 }
-module_state.list_module: 23329.129866011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "vboxguest", state = 0, refcount = 7 }
-module_state.list_module: 23329.129871228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd_page_alloc", state = 0, refcount = 2 }
-module_state.list_module: 23329.129876212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "processor", state = 0, refcount = 0 }
-module_state.list_module: 23329.129878118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "evdev", state = 0, refcount = 7 }
-module_state.list_module: 23329.129883712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "serio_raw", state = 0, refcount = 0 }
-module_state.list_module: 23329.129889095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "pcspkr", state = 0, refcount = 0 }
-module_state.list_module: 23329.129894066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "soundcore", state = 0, refcount = 1 }
-module_state.list_module: 23329.129899395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "psmouse", state = 0, refcount = 0 }
-module_state.list_module: 23329.129904440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd", state = 0, refcount = 10 }
-module_state.list_module: 23329.129913321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd_timer", state = 0, refcount = 1 }
-module_state.list_module: 23329.129937146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd_pcm", state = 0, refcount = 3 }
-module_state.list_module: 23329.129942962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd_mixer_oss", state = 0, refcount = 1 }
-module_state.list_module: 23329.129948445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd_pcm_oss", state = 0, refcount = 0 }
-module_state.list_module: 23329.129953902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "ac97_bus", state = 0, refcount = 1 }
-module_state.list_module: 23329.129959046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd_ac97_codec", state = 0, refcount = 1 }
-module_state.list_module: 23329.129964214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "snd_intel8x0", state = 0, refcount = 2 }
-module_state.list_module: 23329.129969567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "loop", state = 0, refcount = 0 }
-module_state.list_module: 23329.129974439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/module_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "vboxvfs", state = 0, refcount = 0 }
-vm_state.vm_map: 23329.129977992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 411603 }
-vm_state.vm_map: 23329.129980971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 134545408, end = 134549504, flags = 135272563, pgoff = 28672, inode = 411603 }
-vm_state.vm_map: 23329.129983055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 148803584, end = 148938752, flags = 1048691, pgoff = 148803584, inode = 0 }
-vm_state.vm_map: 23329.129985578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3076284416, end = 3076288512, flags = 1048691, pgoff = 3076284416, inode = 0 }
-vm_state.vm_map: 23329.129990981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3076288512, end = 3076296704, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.129993065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3076296704, end = 3076300800, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.129995187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3076300800, end = 3076304896, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.129997555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3076304896, end = 3077619712, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.129999843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077619712, end = 3077627904, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.130001983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077627904, end = 3077632000, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.130004105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077632000, end = 3077648384, flags = 1048691, pgoff = 3077632000, inode = 0 }
-vm_state.vm_map: 23329.130006584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077648384, end = 3077746688, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.130008730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077746688, end = 3077750784, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.130010834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077750784, end = 3077754880, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.130013109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077754880, end = 3077971968, flags = 134217845, pgoff = 0, inode = 499723 }
-vm_state.vm_map: 23329.130015057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3077971968, end = 3077976064, flags = 135266419, pgoff = 217088, inode = 499723 }
-vm_state.vm_map: 23329.130017137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3078070272, end = 3078078464, flags = 1048691, pgoff = 3078070272, inode = 0 }
-vm_state.vm_map: 23329.130019085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3078078464, end = 3078082560, flags = 67371125, pgoff = 3078078464, inode = 0 }
-vm_state.vm_map: 23329.130021848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3078082560, end = 3078197248, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.130023846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3078197248, end = 3078201344, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.130026110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3078201344, end = 3078205440, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.130028183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1, start = 3220606976, end = 3220692992, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.130047621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 134512640, end = 134631424, flags = 134223989, pgoff = 0, inode = 409694 }
-vm_state.vm_map: 23329.130052068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 134631424, end = 134635520, flags = 135272563, pgoff = 118784, inode = 409694 }
-vm_state.vm_map: 23329.130054097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 142200832, end = 142454784, flags = 1048691, pgoff = 142200832, inode = 0 }
-vm_state.vm_map: 23329.130056188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076026368, end = 3076149248, flags = 1048691, pgoff = 3076026368, inode = 0 }
-vm_state.vm_map: 23329.130061116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076427776, end = 3076468736, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.130063262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076468736, end = 3076472832, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.130065359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076472832, end = 3076476928, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.130068295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076476928, end = 3076554752, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.130070416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076554752, end = 3076558848, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.130072513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076558848, end = 3076562944, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.130074616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076562944, end = 3076571136, flags = 1048691, pgoff = 3076562944, inode = 0 }
-vm_state.vm_map: 23329.130076713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076665344, end = 3076669440, flags = 1048691, pgoff = 3076665344, inode = 0 }
-vm_state.vm_map: 23329.130079063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076669440, end = 3076677632, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.130081097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076677632, end = 3076681728, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.130083219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076681728, end = 3076685824, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.130085279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076685824, end = 3076689920, flags = 1048691, pgoff = 3076685824, inode = 0 }
-vm_state.vm_map: 23329.130087351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3076689920, end = 3078004736, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.130089676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078004736, end = 3078012928, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.130091742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078012928, end = 3078017024, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.130093797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078017024, end = 3078029312, flags = 1048691, pgoff = 3078017024, inode = 0 }
-vm_state.vm_map: 23329.130095936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078029312, end = 3078127616, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.130098200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078127616, end = 3078131712, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.130100144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078131712, end = 3078135808, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.130102825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078148096, end = 3078184960, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.130104867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078184960, end = 3078189056, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.130106958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078189056, end = 3078193152, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.130109246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078193152, end = 3078217728, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.130111170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078217728, end = 3078221824, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.130113162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078221824, end = 3078225920, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.130115321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078225920, end = 3078238208, flags = 1048691, pgoff = 3078225920, inode = 0 }
-vm_state.vm_map: 23329.130117381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078238208, end = 3078242304, flags = 67371125, pgoff = 3078238208, inode = 0 }
-vm_state.vm_map: 23329.130119582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078242304, end = 3078356992, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.130121790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078356992, end = 3078361088, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.130123937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3078361088, end = 3078365184, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.130126040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 654, start = 3213598720, end = 3213684736, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.130128599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 134512640, end = 134631424, flags = 134223989, pgoff = 0, inode = 409694 }
-vm_state.vm_map: 23329.130130628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 134631424, end = 134635520, flags = 135272563, pgoff = 118784, inode = 409694 }
-vm_state.vm_map: 23329.130132707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 142200832, end = 142454784, flags = 1048691, pgoff = 142200832, inode = 0 }
-vm_state.vm_map: 23329.130138042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076026368, end = 3076149248, flags = 1048691, pgoff = 3076026368, inode = 0 }
-vm_state.vm_map: 23329.130140200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076427776, end = 3076468736, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.130142266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076468736, end = 3076472832, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.130144419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076472832, end = 3076476928, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.130146620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076476928, end = 3076554752, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.130148643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076554752, end = 3076558848, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.130150888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076558848, end = 3076562944, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.130153028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076562944, end = 3076571136, flags = 1048691, pgoff = 3076562944, inode = 0 }
-vm_state.vm_map: 23329.130154990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076665344, end = 3076669440, flags = 1048691, pgoff = 3076665344, inode = 0 }
-vm_state.vm_map: 23329.130157068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076669440, end = 3076677632, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.130159005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076677632, end = 3076681728, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.130160947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076681728, end = 3076685824, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.130162989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076685824, end = 3076689920, flags = 1048691, pgoff = 3076685824, inode = 0 }
-vm_state.vm_map: 23329.130164944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3076689920, end = 3078004736, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.130167021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078004736, end = 3078012928, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.130169075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078012928, end = 3078017024, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.130171457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078017024, end = 3078029312, flags = 1048691, pgoff = 3078017024, inode = 0 }
-vm_state.vm_map: 23329.130173406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078029312, end = 3078127616, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.130175458 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078127616, end = 3078131712, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.130177506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078131712, end = 3078135808, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.130179449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078148096, end = 3078184960, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.130181472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078184960, end = 3078189056, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.130183618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078189056, end = 3078193152, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.130185721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078193152, end = 3078217728, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.130187849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078217728, end = 3078221824, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.130192752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078221824, end = 3078225920, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.130194793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078230016, end = 3078238208, flags = 1048691, pgoff = 3078230016, inode = 0 }
-vm_state.vm_map: 23329.130196841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078238208, end = 3078242304, flags = 67371125, pgoff = 3078238208, inode = 0 }
-vm_state.vm_map: 23329.130198808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078242304, end = 3078356992, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.130200764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078356992, end = 3078361088, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.130202805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3078361088, end = 3078365184, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.130207862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 757, start = 3213598720, end = 3213684736, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.130210200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 134512640, end = 134631424, flags = 134223989, pgoff = 0, inode = 409694 }
-vm_state.vm_map: 23329.130212297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 134631424, end = 134635520, flags = 135272563, pgoff = 118784, inode = 409694 }
-vm_state.vm_map: 23329.130214239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 142200832, end = 142454784, flags = 1048691, pgoff = 142200832, inode = 0 }
-vm_state.vm_map: 23329.130216188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076026368, end = 3076149248, flags = 1048691, pgoff = 3076026368, inode = 0 }
-vm_state.vm_map: 23329.130218137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076427776, end = 3076468736, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.130220074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076468736, end = 3076472832, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.130222128 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076472832, end = 3076476928, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.130224070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076476928, end = 3076554752, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.130226001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076554752, end = 3076558848, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.130228060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076558848, end = 3076562944, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.130230003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076562944, end = 3076571136, flags = 1048691, pgoff = 3076562944, inode = 0 }
-vm_state.vm_map: 23329.130231946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076665344, end = 3076669440, flags = 1048691, pgoff = 3076665344, inode = 0 }
-vm_state.vm_map: 23329.130233993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076669440, end = 3076677632, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.130235930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076677632, end = 3076681728, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.130238206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076681728, end = 3076685824, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.130240339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076685824, end = 3076689920, flags = 1048691, pgoff = 3076685824, inode = 0 }
-vm_state.vm_map: 23329.130242300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3076689920, end = 3078004736, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.130244244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078004736, end = 3078012928, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.130246298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078012928, end = 3078017024, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.130248233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078017024, end = 3078029312, flags = 1048691, pgoff = 3078017024, inode = 0 }
-vm_state.vm_map: 23329.130250182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078029312, end = 3078127616, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.130252230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078127616, end = 3078131712, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.130254278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078131712, end = 3078135808, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.130256220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078148096, end = 3078184960, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.130258151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078184960, end = 3078189056, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.130260211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078189056, end = 3078193152, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.130262203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078193152, end = 3078217728, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.130264226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078217728, end = 3078221824, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.130266378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078221824, end = 3078225920, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.130268598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078230016, end = 3078238208, flags = 1048691, pgoff = 3078230016, inode = 0 }
-vm_state.vm_map: 23329.130271041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078238208, end = 3078242304, flags = 67371125, pgoff = 3078238208, inode = 0 }
-vm_state.vm_map: 23329.130275506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078242304, end = 3078356992, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.130277572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078356992, end = 3078361088, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.130279657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3078361088, end = 3078365184, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.130281815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 758, start = 3213598720, end = 3213684736, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.130293231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 134512640, end = 134873088, flags = 134223989, pgoff = 0, inode = 409611 }
-vm_state.vm_map: 23329.130295279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 134873088, end = 134881280, flags = 135272563, pgoff = 356352, inode = 409611 }
-vm_state.vm_map: 23329.130299971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 134881280, end = 134918144, flags = 1048691, pgoff = 134881280, inode = 0 }
-vm_state.vm_map: 23329.130302137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 144068608, end = 144203776, flags = 1048691, pgoff = 144068608, inode = 0 }
-vm_state.vm_map: 23329.130304666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3077447680, end = 3077488640, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.130309586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3077488640, end = 3077492736, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.130314156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3077492736, end = 3077496832, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.130316327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3077496832, end = 3077500928, flags = 1048691, pgoff = 3077496832, inode = 0 }
-vm_state.vm_map: 23329.130321090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3077500928, end = 3078815744, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.130323254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3078815744, end = 3078823936, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.130325432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3078823936, end = 3078828032, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.130327534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3078828032, end = 3078840320, flags = 1048691, pgoff = 3078828032, inode = 0 }
-vm_state.vm_map: 23329.130331943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3078930432, end = 3078942720, flags = 1048691, pgoff = 3078930432, inode = 0 }
-vm_state.vm_map: 23329.130334090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3078942720, end = 3078946816, flags = 67371125, pgoff = 3078942720, inode = 0 }
-vm_state.vm_map: 23329.130336353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3078946816, end = 3079061504, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.130338481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3079061504, end = 3079065600, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.130343020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3079065600, end = 3079069696, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.130345635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1219, start = 3219910656, end = 3219996672, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.130351291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 134512640, end = 134725632, flags = 134223989, pgoff = 0, inode = 22952 }
-vm_state.vm_map: 23329.130353431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 134725632, end = 134729728, flags = 135272563, pgoff = 208896, inode = 22952 }
-vm_state.vm_map: 23329.130355404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 134729728, end = 134733824, flags = 1048691, pgoff = 134729728, inode = 0 }
-vm_state.vm_map: 23329.130357409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 145321984, end = 145457152, flags = 1048691, pgoff = 145321984, inode = 0 }
-vm_state.vm_map: 23329.130359561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3076091904, end = 3076362240, flags = 1048691, pgoff = 3076091904, inode = 0 }
-vm_state.vm_map: 23329.130361640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3076362240, end = 3077677056, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.130363693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077677056, end = 3077685248, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.130365642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077685248, end = 3077689344, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.130367696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077689344, end = 3077701632, flags = 1048691, pgoff = 3077689344, inode = 0 }
-vm_state.vm_map: 23329.130375079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077701632, end = 3077763072, flags = 134217845, pgoff = 0, inode = 22689 }
-vm_state.vm_map: 23329.130377219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077763072, end = 3077767168, flags = 135266419, pgoff = 61440, inode = 22689 }
-vm_state.vm_map: 23329.130379365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077767168, end = 3077771264, flags = 1048691, pgoff = 3077767168, inode = 0 }
-vm_state.vm_map: 23329.130382177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077771264, end = 3077783552, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 23329.130384218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077783552, end = 3077787648, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 23329.130386309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077787648, end = 3077791744, flags = 1048691, pgoff = 3077787648, inode = 0 }
-vm_state.vm_map: 23329.130388690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077791744, end = 3077976064, flags = 134217845, pgoff = 0, inode = 22949 }
-vm_state.vm_map: 23329.130390731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077976064, end = 3077980160, flags = 135266419, pgoff = 184320, inode = 22949 }
-vm_state.vm_map: 23329.130393112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3077980160, end = 3078443008, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 23329.130395202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3078443008, end = 3078455296, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 23329.130397157 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3078541312, end = 3078557696, flags = 1048691, pgoff = 3078541312, inode = 0 }
-vm_state.vm_map: 23329.130399211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3078557696, end = 3078561792, flags = 67371125, pgoff = 3078557696, inode = 0 }
-vm_state.vm_map: 23329.130401394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3078561792, end = 3078676480, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.130403368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3078676480, end = 3078680576, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.130405441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3078680576, end = 3078684672, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.130407401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1259, start = 3221082112, end = 3221168128, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.130412705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 134512640, end = 134770688, flags = 134223989, pgoff = 0, inode = 19720 }
-vm_state.vm_map: 23329.130414919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 134770688, end = 134782976, flags = 135272563, pgoff = 253952, inode = 19720 }
-vm_state.vm_map: 23329.130417442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 134782976, end = 134787072, flags = 1048691, pgoff = 134782976, inode = 0 }
-vm_state.vm_map: 23329.130419557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 138625024, end = 139030528, flags = 1048691, pgoff = 138625024, inode = 0 }
-vm_state.vm_map: 23329.130427507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3050975232, end = 3051089920, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.130429678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3051089920, end = 3051094016, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.130431837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3051094016, end = 3051098112, flags = 1048688, pgoff = 3051094016, inode = 0 }
-vm_state.vm_map: 23329.130433977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3051098112, end = 3059486720, flags = 1048691, pgoff = 3051098112, inode = 0 }
-vm_state.vm_map: 23329.130436012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3059486720, end = 3059490816, flags = 1048688, pgoff = 3059486720, inode = 0 }
-vm_state.vm_map: 23329.130437986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3059490816, end = 3067879424, flags = 1048691, pgoff = 3059490816, inode = 0 }
-vm_state.vm_map: 23329.130440052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3067879424, end = 3067883520, flags = 1048688, pgoff = 3067879424, inode = 0 }
-vm_state.vm_map: 23329.130442105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3067883520, end = 3076272128, flags = 1048691, pgoff = 3067883520, inode = 0 }
-vm_state.vm_map: 23329.130444209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076272128, end = 3076308992, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.130446164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076308992, end = 3076313088, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.130448106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076313088, end = 3076317184, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.130450277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076317184, end = 3076395008, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.130452707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076395008, end = 3076399104, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.130454760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076399104, end = 3076403200, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.130456815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076403200, end = 3076411392, flags = 1048691, pgoff = 3076403200, inode = 0 }
-vm_state.vm_map: 23329.130458948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076411392, end = 3076435968, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.130460996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076435968, end = 3076440064, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.130463001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076440064, end = 3076444160, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.130465381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076538368, end = 3076558848, flags = 134217845, pgoff = 0, inode = 33292 }
-vm_state.vm_map: 23329.130467379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076558848, end = 3076562944, flags = 135266419, pgoff = 16384, inode = 33292 }
-vm_state.vm_map: 23329.130469526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076562944, end = 3076571136, flags = 1048691, pgoff = 3076562944, inode = 0 }
-vm_state.vm_map: 23329.130471863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3076571136, end = 3077885952, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.130473985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077885952, end = 3077894144, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.130475982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077894144, end = 3077898240, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.130478233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077898240, end = 3077910528, flags = 1048691, pgoff = 3077898240, inode = 0 }
-vm_state.vm_map: 23329.130481052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077910528, end = 3077939200, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.130483056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077939200, end = 3077943296, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.130485277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077943296, end = 3077947392, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.130487768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077947392, end = 3077955584, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.130490013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077955584, end = 3077959680, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.130492116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077959680, end = 3077963776, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.130494201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077963776, end = 3077967872, flags = 1048691, pgoff = 3077963776, inode = 0 }
-vm_state.vm_map: 23329.130496810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3077967872, end = 3078053888, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.130498919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078053888, end = 3078057984, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.130501047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078057984, end = 3078062080, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.130503168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078062080, end = 3078070272, flags = 1048691, pgoff = 3078062080, inode = 0 }
-vm_state.vm_map: 23329.130505746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078070272, end = 3078148096, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.130507936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078148096, end = 3078152192, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.130510366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078152192, end = 3078160384, flags = 134217845, pgoff = 0, inode = 33286 }
-vm_state.vm_map: 23329.130512407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078160384, end = 3078164480, flags = 135266419, pgoff = 4096, inode = 33286 }
-vm_state.vm_map: 23329.130514498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078168576, end = 3078172672, flags = 1048691, pgoff = 3078168576, inode = 0 }
-vm_state.vm_map: 23329.130516694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078172672, end = 3078213632, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.130518686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078213632, end = 3078217728, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.130520777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078217728, end = 3078221824, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.130523520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078221824, end = 3078242304, flags = 134217845, pgoff = 0, inode = 33281 }
-vm_state.vm_map: 23329.130525636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078242304, end = 3078246400, flags = 135266419, pgoff = 16384, inode = 33281 }
-vm_state.vm_map: 23329.130527678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078246400, end = 3078254592, flags = 1048691, pgoff = 3078246400, inode = 0 }
-vm_state.vm_map: 23329.130529774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078254592, end = 3078258688, flags = 67371125, pgoff = 3078254592, inode = 0 }
-vm_state.vm_map: 23329.130532088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078258688, end = 3078373376, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.130534154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078373376, end = 3078377472, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.130536188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3078377472, end = 3078381568, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.130538267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1301, start = 3212951552, end = 3213037568, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.130548313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 134512640, end = 134602752, flags = 134223989, pgoff = 0, inode = 1353012 }
-vm_state.vm_map: 23329.130550367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 134602752, end = 134606848, flags = 135272563, pgoff = 90112, inode = 1353012 }
-vm_state.vm_map: 23329.130552532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 134606848, end = 134651904, flags = 1048691, pgoff = 134606848, inode = 0 }
-vm_state.vm_map: 23329.130554752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 137347072, end = 137482240, flags = 1048691, pgoff = 137347072, inode = 0 }
-vm_state.vm_map: 23329.130556775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3075100672, end = 3075104768, flags = 1048691, pgoff = 3075100672, inode = 0 }
-vm_state.vm_map: 23329.130559464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3075104768, end = 3076419584, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.130561518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076419584, end = 3076427776, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.130563713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076427776, end = 3076431872, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.130565841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076431872, end = 3076444160, flags = 1048691, pgoff = 3076431872, inode = 0 }
-vm_state.vm_map: 23329.130568166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076444160, end = 3076558848, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.130570177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076558848, end = 3076562944, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.130572268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076562944, end = 3076567040, flags = 1048691, pgoff = 3076562944, inode = 0 }
-vm_state.vm_map: 23329.130577368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076567040, end = 3076714496, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.130579527 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076714496, end = 3076718592, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.130581556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076718592, end = 3076722688, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.130584023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3076722688, end = 3077660672, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.130585990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077660672, end = 3077677056, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.130588081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077677056, end = 3077681152, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.130590178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077681152, end = 3077709824, flags = 1048691, pgoff = 3077681152, inode = 0 }
-vm_state.vm_map: 23329.130595340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077783552, end = 3077799936, flags = 134217937, pgoff = 0, inode = 1165299 }
-vm_state.vm_map: 23329.130597801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077799936, end = 3077804032, flags = 134217937, pgoff = 0, inode = 1165298 }
-vm_state.vm_map: 23329.130599960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077804032, end = 3077812224, flags = 1048691, pgoff = 3077804032, inode = 0 }
-vm_state.vm_map: 23329.130602055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077812224, end = 3077816320, flags = 67371125, pgoff = 3077812224, inode = 0 }
-vm_state.vm_map: 23329.130604332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077816320, end = 3077931008, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.130606368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077931008, end = 3077935104, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.130608574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3077935104, end = 3077939200, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.130610629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1340, start = 3213680640, end = 3213766656, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.130620336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 19558 }
-vm_state.vm_map: 23329.130622383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 134545408, end = 134549504, flags = 135272563, pgoff = 32768, inode = 19558 }
-vm_state.vm_map: 23329.130624542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 134549504, end = 134553600, flags = 1048691, pgoff = 134549504, inode = 0 }
-vm_state.vm_map: 23329.130626688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 159870976, end = 160006144, flags = 1048691, pgoff = 159870976, inode = 0 }
-vm_state.vm_map: 23329.130628835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3077165056, end = 3077169152, flags = 1048691, pgoff = 3077165056, inode = 0 }
-vm_state.vm_map: 23329.130631394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3077169152, end = 3078483968, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.130653060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078483968, end = 3078492160, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.130655404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078492160, end = 3078496256, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.130657655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078496256, end = 3078508544, flags = 1048691, pgoff = 3078496256, inode = 0 }
-vm_state.vm_map: 23329.130659832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078602752, end = 3078610944, flags = 1048691, pgoff = 3078602752, inode = 0 }
-vm_state.vm_map: 23329.130665087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078610944, end = 3078615040, flags = 67371125, pgoff = 3078610944, inode = 0 }
-vm_state.vm_map: 23329.130667289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078615040, end = 3078729728, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.130671988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078729728, end = 3078733824, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.130674048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3078733824, end = 3078737920, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.130678531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1347, start = 3213504512, end = 3213590528, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.130683866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 18385 }
-vm_state.vm_map: 23329.130686031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 134545408, end = 134549504, flags = 135272563, pgoff = 28672, inode = 18385 }
-vm_state.vm_map: 23329.130690878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 134549504, end = 134553600, flags = 1048691, pgoff = 134549504, inode = 0 }
-vm_state.vm_map: 23329.130692908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 161918976, end = 162054144, flags = 1048691, pgoff = 161918976, inode = 0 }
-vm_state.vm_map: 23329.130695214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3074863104, end = 3074904064, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.130697262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3074904064, end = 3074908160, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.130699322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3074908160, end = 3074912256, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.130701603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3074912256, end = 3074990080, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.130703811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3074990080, end = 3074994176, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.130705908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3074994176, end = 3074998272, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.130708079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3074998272, end = 3075006464, flags = 1048691, pgoff = 3074998272, inode = 0 }
-vm_state.vm_map: 23329.130710552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3075100672, end = 3076431872, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.130712649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3076431872, end = 3076435968, flags = 1048691, pgoff = 3076431872, inode = 0 }
-vm_state.vm_map: 23329.130714931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3076435968, end = 3076444160, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.130716893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3076444160, end = 3076448256, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.130718903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3076448256, end = 3076452352, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.130721148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3076452352, end = 3077767168, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.130723646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077767168, end = 3077775360, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.130725860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077775360, end = 3077779456, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.130727975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077779456, end = 3077795840, flags = 1048691, pgoff = 3077779456, inode = 0 }
-vm_state.vm_map: 23329.130730319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077795840, end = 3077894144, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.130732459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077894144, end = 3077898240, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.130734766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077898240, end = 3077902336, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.130741821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077902336, end = 3077943296, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 23329.130743973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077943296, end = 3077947392, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 23329.130746262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077951488, end = 3077988352, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.130748365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077988352, end = 3077992448, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.130750351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077992448, end = 3077996544, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.130752651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3077996544, end = 3078021120, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.130754618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3078021120, end = 3078025216, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.130756573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3078025216, end = 3078029312, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.130759103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3078033408, end = 3078049792, flags = 1048691, pgoff = 3078033408, inode = 0 }
-vm_state.vm_map: 23329.130761100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3078049792, end = 3078053888, flags = 67371125, pgoff = 3078049792, inode = 0 }
-vm_state.vm_map: 23329.130763352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3078053888, end = 3078168576, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.130765461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3078168576, end = 3078172672, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.130767514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3078172672, end = 3078176768, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.130769611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1372, start = 3219382272, end = 3219468288, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.130772127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076362240, end = 3076403200, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.130774230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076403200, end = 3076407296, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.130776185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076407296, end = 3076411392, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.130778221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076411392, end = 3076448256, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.130780170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076448256, end = 3076452352, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.130782452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076452352, end = 3076456448, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.130784746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076456448, end = 3076534272, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.130786738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076534272, end = 3076538368, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.130788958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076538368, end = 3076542464, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.130791117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076542464, end = 3076550656, flags = 1048691, pgoff = 3076542464, inode = 0 }
-vm_state.vm_map: 23329.130793516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076550656, end = 3076575232, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.130795502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076575232, end = 3076579328, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.130797525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076579328, end = 3076583424, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.130799572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076583424, end = 3076591616, flags = 1048691, pgoff = 3076583424, inode = 0 }
-vm_state.vm_map: 23329.130801817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076591616, end = 3076599808, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.130803902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076599808, end = 3076603904, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.130805925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076603904, end = 3076608000, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.130808207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3076608000, end = 3077922816, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.130810187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3077922816, end = 3077931008, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.130812216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3077931008, end = 3077935104, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.130814387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3077935104, end = 3077947392, flags = 1048691, pgoff = 3077935104, inode = 0 }
-vm_state.vm_map: 23329.130816693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3077947392, end = 3077976064, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.130818642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3077976064, end = 3077980160, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.130820566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3077980160, end = 3077984256, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.130822855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3077984256, end = 3078070272, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.130824810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078070272, end = 3078074368, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.130827092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078074368, end = 3078078464, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.130829360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078078464, end = 3078090752, flags = 1048691, pgoff = 3078078464, inode = 0 }
-vm_state.vm_map: 23329.130831551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078090752, end = 3078189056, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.130833499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078189056, end = 3078193152, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.130835602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078193152, end = 3078197248, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.130843021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078197248, end = 3078344704, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.130845069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078344704, end = 3078352896, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.130847227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078447104, end = 3078455296, flags = 1048691, pgoff = 3078447104, inode = 0 }
-vm_state.vm_map: 23329.130849275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078455296, end = 3078459392, flags = 67371125, pgoff = 3078455296, inode = 0 }
-vm_state.vm_map: 23329.130851440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078459392, end = 3078574080, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.130853438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078574080, end = 3078578176, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.130855387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078578176, end = 3078582272, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.130860068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078582272, end = 3078873088, flags = 134223989, pgoff = 0, inode = 20940 }
-vm_state.vm_map: 23329.130862498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078873088, end = 3078877184, flags = 135272561, pgoff = 286720, inode = 20940 }
-vm_state.vm_map: 23329.130864533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3078877184, end = 3078881280, flags = 135272563, pgoff = 290816, inode = 20940 }
-vm_state.vm_map: 23329.130866655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3099119616, end = 3099566080, flags = 1048691, pgoff = 3099119616, inode = 0 }
-vm_state.vm_map: 23329.130868776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1382, start = 3213758464, end = 3213844480, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.130876739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 134512640, end = 134594560, flags = 134223989, pgoff = 0, inode = 1327123 }
-vm_state.vm_map: 23329.130878786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 134594560, end = 134602752, flags = 135272563, pgoff = 81920, inode = 1327123 }
-vm_state.vm_map: 23329.130880982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 134602752, end = 134610944, flags = 1048691, pgoff = 134602752, inode = 0 }
-vm_state.vm_map: 23329.130883054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 147980288, end = 148115456, flags = 1048691, pgoff = 147980288, inode = 0 }
-vm_state.vm_map: 23329.130884985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3077668864, end = 3077677056, flags = 1048691, pgoff = 3077668864, inode = 0 }
-vm_state.vm_map: 23329.130887069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3077677056, end = 3078991872, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.130889326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3078991872, end = 3079000064, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.130891429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079000064, end = 3079004160, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.130893508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079004160, end = 3079016448, flags = 1048691, pgoff = 3079004160, inode = 0 }
-vm_state.vm_map: 23329.130895710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079016448, end = 3079163904, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.130898214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079163904, end = 3079168000, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.130900285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079168000, end = 3079172096, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.130902327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079266304, end = 3079274496, flags = 1048691, pgoff = 3079266304, inode = 0 }
-vm_state.vm_map: 23329.130904263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079274496, end = 3079278592, flags = 67371125, pgoff = 3079274496, inode = 0 }
-vm_state.vm_map: 23329.130906460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079278592, end = 3079393280, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.130908526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079393280, end = 3079397376, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.130910572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3079397376, end = 3079401472, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.130912614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1391, start = 3219996672, end = 3220082688, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.130918010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
-vm_state.vm_map: 23329.130920213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
-vm_state.vm_map: 23329.130922235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
-vm_state.vm_map: 23329.130924387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 145805312, end = 145903616, flags = 1048691, pgoff = 145805312, inode = 0 }
-vm_state.vm_map: 23329.130926546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076485120, end = 3076526080, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.130928655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076526080, end = 3076530176, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.130930826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076530176, end = 3076534272, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.130933497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076534272, end = 3076571136, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.130935625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076571136, end = 3076575232, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.130937721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076575232, end = 3076579328, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.130939966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076579328, end = 3076657152, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.130942094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076657152, end = 3076661248, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.130944284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076661248, end = 3076665344, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.130946609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076665344, end = 3076673536, flags = 1048691, pgoff = 3076665344, inode = 0 }
-vm_state.vm_map: 23329.130948755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076673536, end = 3076698112, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.130950846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076698112, end = 3076702208, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.130953011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076702208, end = 3076706304, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.130954972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076706304, end = 3076710400, flags = 1048691, pgoff = 3076706304, inode = 0 }
-vm_state.vm_map: 23329.130957026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3076710400, end = 3078025216, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.130959104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078025216, end = 3078033408, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.130961059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078033408, end = 3078037504, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.130963020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078037504, end = 3078053888, flags = 1048691, pgoff = 3078037504, inode = 0 }
-vm_state.vm_map: 23329.130965315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078053888, end = 3078062080, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.130967806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078062080, end = 3078066176, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.130969891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078066176, end = 3078070272, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.130972167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078070272, end = 3078287360, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 23329.130974350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078287360, end = 3078299648, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 23329.130976305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078393856, end = 3078402048, flags = 1048691, pgoff = 3078393856, inode = 0 }
-vm_state.vm_map: 23329.130978519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078402048, end = 3078406144, flags = 67371125, pgoff = 3078402048, inode = 0 }
-vm_state.vm_map: 23329.130980732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078406144, end = 3078520832, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.130982687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078520832, end = 3078524928, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.130984630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3078524928, end = 3078529024, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.130986734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1421, start = 3214856192, end = 3214942208, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.130989052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2951155712, end = 2951159808, flags = 1048688, pgoff = 2951155712, inode = 0 }
-vm_state.vm_map: 23329.130991088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2951159808, end = 2959548416, flags = 1048691, pgoff = 2951159808, inode = 0 }
-vm_state.vm_map: 23329.130993135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2959548416, end = 2959552512, flags = 1048688, pgoff = 2959548416, inode = 0 }
-vm_state.vm_map: 23329.130995127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2959552512, end = 2967941120, flags = 1048691, pgoff = 2959552512, inode = 0 }
-vm_state.vm_map: 23329.130997317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2967941120, end = 2967945216, flags = 1048688, pgoff = 2967941120, inode = 0 }
-vm_state.vm_map: 23329.130999438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2967945216, end = 2976333824, flags = 1048691, pgoff = 2967945216, inode = 0 }
-vm_state.vm_map: 23329.131001973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2976333824, end = 2976337920, flags = 1048688, pgoff = 2976333824, inode = 0 }
-vm_state.vm_map: 23329.131004162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2976337920, end = 2986848256, flags = 1048691, pgoff = 2976337920, inode = 0 }
-vm_state.vm_map: 23329.131006204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2989105152, end = 2989109248, flags = 1048688, pgoff = 2989105152, inode = 0 }
-vm_state.vm_map: 23329.131008208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2989109248, end = 2989305856, flags = 1048691, pgoff = 2989109248, inode = 0 }
-vm_state.vm_map: 23329.131010410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2989305856, end = 2989309952, flags = 1048688, pgoff = 2989305856, inode = 0 }
-vm_state.vm_map: 23329.131012526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2989309952, end = 2989506560, flags = 1048691, pgoff = 2989309952, inode = 0 }
-vm_state.vm_map: 23329.131014752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2989506560, end = 2989510656, flags = 1048688, pgoff = 2989506560, inode = 0 }
-vm_state.vm_map: 23329.131016769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2989510656, end = 2997899264, flags = 1048691, pgoff = 2989510656, inode = 0 }
-vm_state.vm_map: 23329.131018847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2997899264, end = 2997903360, flags = 1048688, pgoff = 2997899264, inode = 0 }
-vm_state.vm_map: 23329.131021074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 2997903360, end = 3006291968, flags = 1048691, pgoff = 2997903360, inode = 0 }
-vm_state.vm_map: 23329.131023226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3006291968, end = 3006296064, flags = 1048688, pgoff = 3006291968, inode = 0 }
-vm_state.vm_map: 23329.131025360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3006296064, end = 3059859456, flags = 1048691, pgoff = 3006296064, inode = 0 }
-vm_state.vm_map: 23329.131027457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059859456, end = 3059900416, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.131029548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059900416, end = 3059904512, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.131031694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059904512, end = 3059908608, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.131034112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059908608, end = 3059945472, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.131036634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059945472, end = 3059949568, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.131038682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059949568, end = 3059953664, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.131040760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059953664, end = 3059978240, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.131043054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059978240, end = 3059982336, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.131045121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059982336, end = 3059986432, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.131047069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059986432, end = 3059990528, flags = 1048688, pgoff = 3059986432, inode = 0 }
-vm_state.vm_map: 23329.131049018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3059990528, end = 3068387328, flags = 1048691, pgoff = 3059990528, inode = 0 }
-vm_state.vm_map: 23329.131051300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3068387328, end = 3069702144, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.131053379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069702144, end = 3069710336, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.131055433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069710336, end = 3069714432, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.131057473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069714432, end = 3069726720, flags = 1048691, pgoff = 3069714432, inode = 0 }
-vm_state.vm_map: 23329.131059656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069726720, end = 3069841408, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.131061575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069841408, end = 3069845504, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.131063616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069845504, end = 3069849600, flags = 1048691, pgoff = 3069845504, inode = 0 }
-vm_state.vm_map: 23329.131065756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069849600, end = 3069997056, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.131067816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3069997056, end = 3070001152, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.131070326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3070001152, end = 3070005248, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.131072663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3070005248, end = 3070943232, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.131074693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3070943232, end = 3070959616, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.131076931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3070959616, end = 3070963712, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.131079065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3070963712, end = 3070992384, flags = 1048691, pgoff = 3070963712, inode = 0 }
-vm_state.vm_map: 23329.131081298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3070992384, end = 3071070208, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.131083518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071070208, end = 3071074304, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.131088144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071074304, end = 3071078400, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.131090302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071078400, end = 3071086592, flags = 1048691, pgoff = 3071078400, inode = 0 }
-vm_state.vm_map: 23329.131095279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071086592, end = 3071123456, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.131097321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071123456, end = 3071127552, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.131099412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071127552, end = 3071131648, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.131101361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071131648, end = 3071291392, flags = 1048691, pgoff = 3071131648, inode = 0 }
-vm_state.vm_map: 23329.131103482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071291392, end = 3071299584, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.131105820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071299584, end = 3071303680, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.131107880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071303680, end = 3071307776, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.131112604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071307776, end = 3071336448, flags = 134217845, pgoff = 0, inode = 499851 }
-vm_state.vm_map: 23329.131114645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071336448, end = 3071340544, flags = 135266419, pgoff = 28672, inode = 499851 }
-vm_state.vm_map: 23329.131116699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071340544, end = 3071344640, flags = 1048691, pgoff = 3071340544, inode = 0 }
-vm_state.vm_map: 23329.131118802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071344640, end = 3071422464, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.131120744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071422464, end = 3071426560, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.131123107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071426560, end = 3071512576, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.131125050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071512576, end = 3071516672, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.131127103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071516672, end = 3071520768, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.131129156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071520768, end = 3071528960, flags = 1048691, pgoff = 3071520768, inode = 0 }
-vm_state.vm_map: 23329.131131185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071623168, end = 3071631360, flags = 1048691, pgoff = 3071623168, inode = 0 }
-vm_state.vm_map: 23329.131133122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071631360, end = 3071635456, flags = 67371125, pgoff = 3071631360, inode = 0 }
-vm_state.vm_map: 23329.131135256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071635456, end = 3071750144, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.131137378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071750144, end = 3071754240, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.131139790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071754240, end = 3071758336, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.131144606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3071758336, end = 3079561216, flags = 134223989, pgoff = 0, inode = 18505 }
-vm_state.vm_map: 23329.131146587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3079561216, end = 3079774208, flags = 135272561, pgoff = 7802880, inode = 18505 }
-vm_state.vm_map: 23329.131148652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3079774208, end = 3080163328, flags = 135272563, pgoff = 8015872, inode = 18505 }
-vm_state.vm_map: 23329.131150594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3080163328, end = 3080237056, flags = 1048691, pgoff = 3080163328, inode = 0 }
-vm_state.vm_map: 23329.131152537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3083247616, end = 3088457728, flags = 1048691, pgoff = 3083247616, inode = 0 }
-vm_state.vm_map: 23329.131154474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1545, start = 3213942784, end = 3214028800, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.131159827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 134512640, end = 134520832, flags = 134223989, pgoff = 0, inode = 17712 }
-vm_state.vm_map: 23329.131161912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 134520832, end = 134524928, flags = 135272563, pgoff = 4096, inode = 17712 }
-vm_state.vm_map: 23329.131164107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 141946880, end = 142082048, flags = 1048691, pgoff = 141946880, inode = 0 }
-vm_state.vm_map: 23329.131166124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3076194304, end = 3076198400, flags = 1048691, pgoff = 3076194304, inode = 0 }
-vm_state.vm_map: 23329.131168443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3076198400, end = 3077513216, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.131170503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077513216, end = 3077521408, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.131172680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077521408, end = 3077525504, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.131175036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077525504, end = 3077537792, flags = 1048691, pgoff = 3077525504, inode = 0 }
-vm_state.vm_map: 23329.131177108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077627904, end = 3077640192, flags = 1048691, pgoff = 3077627904, inode = 0 }
-vm_state.vm_map: 23329.131179113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077640192, end = 3077644288, flags = 67371125, pgoff = 3077640192, inode = 0 }
-vm_state.vm_map: 23329.131181432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077644288, end = 3077758976, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.131183504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077758976, end = 3077763072, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.131185558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3077763072, end = 3077767168, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.131187655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1546, start = 3219279872, end = 3219365888, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.131192527 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074084864, end = 3074125824, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.131194686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074125824, end = 3074129920, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.131196726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074129920, end = 3074134016, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.131198897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074134016, end = 3074170880, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.131201012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074170880, end = 3074174976, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.131202974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074174976, end = 3074179072, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.131205189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074179072, end = 3074203648, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.131207278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074203648, end = 3074207744, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.131209764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074207744, end = 3074211840, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.131211763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074211840, end = 3074220032, flags = 1048691, pgoff = 3074211840, inode = 0 }
-vm_state.vm_map: 23329.131213958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074220032, end = 3074306048, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.131215981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074306048, end = 3074310144, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.131218158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074310144, end = 3074314240, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.131220316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074314240, end = 3074322432, flags = 1048691, pgoff = 3074314240, inode = 0 }
-vm_state.vm_map: 23329.131227520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074322432, end = 3074330624, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 23329.131229666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074330624, end = 3074334720, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 23329.131231985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074334720, end = 3074359296, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 23329.131234113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074359296, end = 3074363392, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 23329.131236296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3074363392, end = 3075678208, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.131238332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075678208, end = 3075686400, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.131240533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075686400, end = 3075690496, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.131242674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075690496, end = 3075702784, flags = 1048691, pgoff = 3075690496, inode = 0 }
-vm_state.vm_map: 23329.131247978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075702784, end = 3075710976, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 23329.131250130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075710976, end = 3075715072, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 23329.131252258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075715072, end = 3075719168, flags = 1048691, pgoff = 3075715072, inode = 0 }
-vm_state.vm_map: 23329.131257075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075719168, end = 3075878912, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 23329.131259116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075878912, end = 3075883008, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 23329.131261540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3075883008, end = 3076542464, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 23329.131263563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076542464, end = 3076567040, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 23329.131265993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076567040, end = 3076730880, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 23329.131268028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076730880, end = 3076734976, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 23329.131270321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076734976, end = 3076771840, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.131272364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076771840, end = 3076775936, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.131274503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076775936, end = 3076780032, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.131276595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076780032, end = 3076939776, flags = 1048691, pgoff = 3076780032, inode = 0 }
-vm_state.vm_map: 23329.131278808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3076939776, end = 3077017600, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.131281392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077017600, end = 3077021696, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.131283440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077021696, end = 3077025792, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.131285457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077025792, end = 3077033984, flags = 1048691, pgoff = 3077025792, inode = 0 }
-vm_state.vm_map: 23329.131287646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077033984, end = 3077111808, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.131289656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077111808, end = 3077115904, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.131291753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077115904, end = 3077120000, flags = 1048691, pgoff = 3077115904, inode = 0 }
-vm_state.vm_map: 23329.131294134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077120000, end = 3077128192, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.131296157 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077128192, end = 3077132288, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.131298247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077132288, end = 3077136384, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.131302898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3077136384, end = 3078438912, flags = 134217845, pgoff = 0, inode = 33850 }
-vm_state.vm_map: 23329.131304970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078438912, end = 3078533120, flags = 135266419, pgoff = 1302528, inode = 33850 }
-vm_state.vm_map: 23329.131307116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078533120, end = 3078545408, flags = 1048691, pgoff = 3078533120, inode = 0 }
-vm_state.vm_map: 23329.131309515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078545408, end = 3078615040, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.131311538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078615040, end = 3078619136, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.131313752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078619136, end = 3078623232, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.131316090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078623232, end = 3078631424, flags = 1048691, pgoff = 3078623232, inode = 0 }
-vm_state.vm_map: 23329.131318335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078631424, end = 3078729728, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.131320370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078729728, end = 3078733824, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.131322467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078733824, end = 3078737920, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.131324706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078737920, end = 3078746112, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.131326797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078746112, end = 3078750208, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.131328850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078750208, end = 3078754304, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.131330873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078754304, end = 3078758400, flags = 1048691, pgoff = 3078754304, inode = 0 }
-vm_state.vm_map: 23329.131333137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078758400, end = 3078799360, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 23329.131335178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078799360, end = 3078803456, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 23329.131337496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078803456, end = 3078832128, flags = 134217845, pgoff = 0, inode = 499851 }
-vm_state.vm_map: 23329.131339526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078832128, end = 3078836224, flags = 135266419, pgoff = 28672, inode = 499851 }
-vm_state.vm_map: 23329.131341611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078930432, end = 3078938624, flags = 1048691, pgoff = 3078930432, inode = 0 }
-vm_state.vm_map: 23329.131343621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078938624, end = 3078942720, flags = 67371125, pgoff = 3078938624, inode = 0 }
-vm_state.vm_map: 23329.131345848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3078942720, end = 3079057408, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.131347908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3079057408, end = 3079061504, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.131350374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3079061504, end = 3079065600, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.131355247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3079065600, end = 3079475200, flags = 134223989, pgoff = 0, inode = 18427 }
-vm_state.vm_map: 23329.131357288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3079479296, end = 3079483392, flags = 135272561, pgoff = 409600, inode = 18427 }
-vm_state.vm_map: 23329.131359304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3079483392, end = 3079487488, flags = 135272563, pgoff = 413696, inode = 18427 }
-vm_state.vm_map: 23329.131361531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3079487488, end = 3079507968, flags = 1048691, pgoff = 3079487488, inode = 0 }
-vm_state.vm_map: 23329.131363578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3084861440, end = 3084996608, flags = 1048691, pgoff = 3084861440, inode = 0 }
-vm_state.vm_map: 23329.131365675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1623, start = 3219972096, end = 3220058112, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.131370893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 134512640, end = 134758400, flags = 134223989, pgoff = 0, inode = 122894 }
-vm_state.vm_map: 23329.131373045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 134758400, end = 134762496, flags = 135272563, pgoff = 245760, inode = 122894 }
-vm_state.vm_map: 23329.131375198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 134762496, end = 134774784, flags = 1048691, pgoff = 134762496, inode = 0 }
-vm_state.vm_map: 23329.131377338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 143687680, end = 143822848, flags = 1048691, pgoff = 143687680, inode = 0 }
-vm_state.vm_map: 23329.131379386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3076005888, end = 3076009984, flags = 1048688, pgoff = 3076005888, inode = 0 }
-vm_state.vm_map: 23329.131381538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3076009984, end = 3076534272, flags = 1048691, pgoff = 3076009984, inode = 0 }
-vm_state.vm_map: 23329.131383635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3076534272, end = 3076538368, flags = 1048688, pgoff = 3076534272, inode = 0 }
-vm_state.vm_map: 23329.131385985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3076538368, end = 3076669440, flags = 1048691, pgoff = 3076538368, inode = 0 }
-vm_state.vm_map: 23329.131388075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3076669440, end = 3076673536, flags = 1048688, pgoff = 3076669440, inode = 0 }
-vm_state.vm_map: 23329.131390080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3076673536, end = 3076808704, flags = 1048691, pgoff = 3076673536, inode = 0 }
-vm_state.vm_map: 23329.131392411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3076808704, end = 3078123520, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.131394570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078123520, end = 3078131712, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.131396679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078131712, end = 3078135808, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.131398955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078135808, end = 3078148096, flags = 1048691, pgoff = 3078135808, inode = 0 }
-vm_state.vm_map: 23329.131401101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078148096, end = 3078295552, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.131403303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078295552, end = 3078299648, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.131405240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078299648, end = 3078303744, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.131407250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078303744, end = 3078307840, flags = 1048691, pgoff = 3078303744, inode = 0 }
-vm_state.vm_map: 23329.131409452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078307840, end = 3078336512, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.131411604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078336512, end = 3078340608, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.131413645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078340608, end = 3078344704, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.131415885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078344704, end = 3078430720, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.131418054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078430720, end = 3078434816, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.131420627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078434816, end = 3078438912, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.131422767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078438912, end = 3078447104, flags = 1048691, pgoff = 3078438912, inode = 0 }
-vm_state.vm_map: 23329.131424809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078508544, end = 3078512640, flags = 1048691, pgoff = 3078508544, inode = 0 }
-vm_state.vm_map: 23329.131429470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078512640, end = 3078541312, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.131431512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078541312, end = 3078549504, flags = 1048691, pgoff = 3078541312, inode = 0 }
-vm_state.vm_map: 23329.131433646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078549504, end = 3078553600, flags = 67371125, pgoff = 3078549504, inode = 0 }
-vm_state.vm_map: 23329.131435878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078553600, end = 3078668288, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.131437938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078668288, end = 3078672384, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.131439974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3078672384, end = 3078676480, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.131442077 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1642, start = 3219480576, end = 3219566592, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.131444815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 134512640, end = 134832128, flags = 134223989, pgoff = 0, inode = 1327116 }
-vm_state.vm_map: 23329.131446943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 134832128, end = 134840320, flags = 135272563, pgoff = 315392, inode = 1327116 }
-vm_state.vm_map: 23329.131448997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 134840320, end = 134852608, flags = 1048691, pgoff = 134840320, inode = 0 }
-vm_state.vm_map: 23329.131451131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 141115392, end = 141520896, flags = 1048691, pgoff = 141115392, inode = 0 }
-vm_state.vm_map: 23329.131456354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3073916928, end = 3074711552, flags = 134217937, pgoff = 0, inode = 1196246 }
-vm_state.vm_map: 23329.131458772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3074711552, end = 3075080192, flags = 134217937, pgoff = 0, inode = 1131233 }
-vm_state.vm_map: 23329.131461233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075080192, end = 3075715072, flags = 134217937, pgoff = 0, inode = 19219 }
-vm_state.vm_map: 23329.131463361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075715072, end = 3075756032, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.131465581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075756032, end = 3075760128, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.131467591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075760128, end = 3075764224, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.131469799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075764224, end = 3075801088, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.131471853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075801088, end = 3075805184, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.131473876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075805184, end = 3075809280, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.131476072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075809280, end = 3075887104, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.131478070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075887104, end = 3075891200, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.131480118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075891200, end = 3075895296, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.131482165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075895296, end = 3075903488, flags = 1048691, pgoff = 3075895296, inode = 0 }
-vm_state.vm_map: 23329.131484287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075903488, end = 3075928064, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.131486378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075928064, end = 3075932160, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.131488394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3075932160, end = 3075936256, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.131490904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076030464, end = 3076034560, flags = 1048691, pgoff = 3076030464, inode = 0 }
-vm_state.vm_map: 23329.131495758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076034560, end = 3076227072, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.131497800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076227072, end = 3076231168, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.131499852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076231168, end = 3076235264, flags = 1048691, pgoff = 3076231168, inode = 0 }
-vm_state.vm_map: 23329.131502006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076235264, end = 3076263936, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.131504226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076263936, end = 3076268032, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.131506359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076268032, end = 3076272128, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.131508709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3076272128, end = 3077586944, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.131510738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077586944, end = 3077595136, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.131512946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077595136, end = 3077599232, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.131515024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077599232, end = 3077611520, flags = 1048691, pgoff = 3077599232, inode = 0 }
-vm_state.vm_map: 23329.131517134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077611520, end = 3077758976, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.131519348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077758976, end = 3077763072, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.131521488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077763072, end = 3077767168, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.131523727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077767168, end = 3077853184, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.131528654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077853184, end = 3077857280, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.131530696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077857280, end = 3077861376, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.131532756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077861376, end = 3077869568, flags = 1048691, pgoff = 3077861376, inode = 0 }
-vm_state.vm_map: 23329.131537511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3077869568, end = 3078094848, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.131539663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078094848, end = 3078098944, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.131541810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078098944, end = 3078103040, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.131546626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078103040, end = 3078840320, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.131548674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078840320, end = 3078844416, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.131550833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078844416, end = 3078848512, flags = 1048691, pgoff = 3078844416, inode = 0 }
-vm_state.vm_map: 23329.131555649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3078848512, end = 3079090176, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.131557691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079090176, end = 3079094272, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.131560170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079094272, end = 3079208960, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 23329.131562545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079208960, end = 3079213056, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 23329.131564790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079241728, end = 3079270400, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.131566911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079270400, end = 3079315456, flags = 1048691, pgoff = 3079270400, inode = 0 }
-vm_state.vm_map: 23329.131569044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079315456, end = 3079319552, flags = 67371125, pgoff = 3079315456, inode = 0 }
-vm_state.vm_map: 23329.131571346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079319552, end = 3079434240, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.131573386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079434240, end = 3079438336, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.131575484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3079438336, end = 3079442432, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.131577580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1658, start = 3216498688, end = 3216584704, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.131585437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 134512640, end = 134524928, flags = 134223989, pgoff = 0, inode = 134326 }
-vm_state.vm_map: 23329.131587577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 134524928, end = 134529024, flags = 135272563, pgoff = 8192, inode = 134326 }
-vm_state.vm_map: 23329.131589576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 150622208, end = 150757376, flags = 1048691, pgoff = 150622208, inode = 0 }
-vm_state.vm_map: 23329.131591691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3075604480, end = 3075608576, flags = 1048691, pgoff = 3075604480, inode = 0 }
-vm_state.vm_map: 23329.131593985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3075608576, end = 3075801088, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.131596058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3075801088, end = 3075805184, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.131598414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3075805184, end = 3075809280, flags = 1048691, pgoff = 3075805184, inode = 0 }
-vm_state.vm_map: 23329.131600671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3075809280, end = 3076050944, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.131602811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3076050944, end = 3076055040, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.131604939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3076055040, end = 3076083712, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.131607030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3076083712, end = 3076087808, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.131609028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3076087808, end = 3076091904, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.131611396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3076091904, end = 3077406720, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.131613555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077406720, end = 3077414912, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.131615584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077414912, end = 3077419008, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.131617681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077419008, end = 3077431296, flags = 1048691, pgoff = 3077419008, inode = 0 }
-vm_state.vm_map: 23329.131619734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077431296, end = 3077517312, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.131621905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077517312, end = 3077521408, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.131623941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077521408, end = 3077525504, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.131626044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077525504, end = 3077533696, flags = 1048691, pgoff = 3077525504, inode = 0 }
-vm_state.vm_map: 23329.131628159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077533696, end = 3077758976, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.131630256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077758976, end = 3077763072, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.131632655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077763072, end = 3077767168, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.131634654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077767168, end = 3077771264, flags = 1048691, pgoff = 3077767168, inode = 0 }
-vm_state.vm_map: 23329.131636855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3077771264, end = 3078508544, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.131638817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078508544, end = 3078512640, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.131640926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078512640, end = 3078627328, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 23329.131643022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078627328, end = 3078631424, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 23329.131645095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078721536, end = 3078733824, flags = 1048691, pgoff = 3078721536, inode = 0 }
-vm_state.vm_map: 23329.131647247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078733824, end = 3078737920, flags = 67371125, pgoff = 3078733824, inode = 0 }
-vm_state.vm_map: 23329.131649505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078737920, end = 3078852608, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.131651601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078852608, end = 3078856704, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.131653588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3078856704, end = 3078860800, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.131655604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1659, start = 3218362368, end = 3218448384, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.131998228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 134332 }
-vm_state.vm_map: 23329.132017163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 134332 }
-vm_state.vm_map: 23329.132019353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 154587136, end = 154722304, flags = 1048691, pgoff = 154587136, inode = 0 }
-vm_state.vm_map: 23329.132021894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3075784704, end = 3075788800, flags = 1048691, pgoff = 3075784704, inode = 0 }
-vm_state.vm_map: 23329.132024090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3075788800, end = 3075981312, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.132026164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3075981312, end = 3075985408, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.132028420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3075985408, end = 3076227072, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.132030463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3076227072, end = 3076231168, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.132032522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3076231168, end = 3076235264, flags = 1048691, pgoff = 3076231168, inode = 0 }
-vm_state.vm_map: 23329.132034743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3076235264, end = 3076263936, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.132036877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3076263936, end = 3076268032, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.132038863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3076268032, end = 3076272128, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.132041207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3076272128, end = 3077586944, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.132043279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3077586944, end = 3077595136, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.132045377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3077595136, end = 3077599232, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.132047548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3077599232, end = 3077611520, flags = 1048691, pgoff = 3077599232, inode = 0 }
-vm_state.vm_map: 23329.132049707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3077611520, end = 3078348800, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.132051909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078348800, end = 3078352896, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.132054068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078352896, end = 3078438912, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.132056652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078438912, end = 3078443008, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.132058663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078443008, end = 3078447104, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.132060859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078447104, end = 3078455296, flags = 1048691, pgoff = 3078447104, inode = 0 }
-vm_state.vm_map: 23329.132063042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078455296, end = 3078680576, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.132065257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078680576, end = 3078684672, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.132067311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078684672, end = 3078688768, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.132069469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078688768, end = 3078692864, flags = 1048691, pgoff = 3078688768, inode = 0 }
-vm_state.vm_map: 23329.132071635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078692864, end = 3078807552, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 23329.132073689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078807552, end = 3078811648, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 23329.132079505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078811648, end = 3078873088, flags = 134217845, pgoff = 0, inode = 22552 }
-vm_state.vm_map: 23329.132081658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078873088, end = 3078877184, flags = 135266419, pgoff = 57344, inode = 22552 }
-vm_state.vm_map: 23329.132083754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078971392, end = 3078979584, flags = 1048691, pgoff = 3078971392, inode = 0 }
-vm_state.vm_map: 23329.132085753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078979584, end = 3078983680, flags = 67371125, pgoff = 3078979584, inode = 0 }
-vm_state.vm_map: 23329.132088122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3078983680, end = 3079098368, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.132090238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3079098368, end = 3079102464, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.132092816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3079102464, end = 3079106560, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.132094981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1732, start = 3213758464, end = 3213844480, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.132097848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 134332 }
-vm_state.vm_map: 23329.132100001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 134332 }
-vm_state.vm_map: 23329.132101975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 140877824, end = 141012992, flags = 1048691, pgoff = 140877824, inode = 0 }
-vm_state.vm_map: 23329.132104005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3075698688, end = 3075702784, flags = 1048691, pgoff = 3075698688, inode = 0 }
-vm_state.vm_map: 23329.132106249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3075702784, end = 3075895296, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.132108396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3075895296, end = 3075899392, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.132110715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3075899392, end = 3076141056, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.132112726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3076141056, end = 3076145152, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.132114829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3076145152, end = 3076149248, flags = 1048691, pgoff = 3076145152, inode = 0 }
-vm_state.vm_map: 23329.132116945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3076149248, end = 3076177920, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.132119369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3076177920, end = 3076182016, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.132121423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3076182016, end = 3076186112, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.132123613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3076186112, end = 3077500928, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.132125617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3077500928, end = 3077509120, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.132128276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3077509120, end = 3077513216, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.132130311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3077513216, end = 3077525504, flags = 1048691, pgoff = 3077513216, inode = 0 }
-vm_state.vm_map: 23329.132132655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3077525504, end = 3078262784, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.132134746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078262784, end = 3078266880, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.132137078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078266880, end = 3078352896, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.132139052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078352896, end = 3078356992, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.132141013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078356992, end = 3078361088, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.132143147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078361088, end = 3078369280, flags = 1048691, pgoff = 3078361088, inode = 0 }
-vm_state.vm_map: 23329.132145491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078369280, end = 3078594560, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.132147453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078594560, end = 3078598656, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.132149629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078598656, end = 3078602752, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.132151592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078602752, end = 3078606848, flags = 1048691, pgoff = 3078602752, inode = 0 }
-vm_state.vm_map: 23329.132153769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078606848, end = 3078721536, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 23329.132155952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078721536, end = 3078725632, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 23329.132158148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078725632, end = 3078787072, flags = 134217845, pgoff = 0, inode = 22552 }
-vm_state.vm_map: 23329.132160183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078787072, end = 3078791168, flags = 135266419, pgoff = 57344, inode = 22552 }
-vm_state.vm_map: 23329.132162459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078885376, end = 3078893568, flags = 1048691, pgoff = 3078885376, inode = 0 }
-vm_state.vm_map: 23329.132164519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078893568, end = 3078897664, flags = 67371125, pgoff = 3078893568, inode = 0 }
-vm_state.vm_map: 23329.132166617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3078897664, end = 3079012352, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.132168609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3079012352, end = 3079016448, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.132170552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3079016448, end = 3079020544, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.132172624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1734, start = 3217080320, end = 3217166336, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.132175431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 134512640, end = 134524928, flags = 134223989, pgoff = 0, inode = 134268 }
-vm_state.vm_map: 23329.132177361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 134524928, end = 134529024, flags = 135272563, pgoff = 8192, inode = 134268 }
-vm_state.vm_map: 23329.132179421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 140742656, end = 140877824, flags = 1048691, pgoff = 140742656, inode = 0 }
-vm_state.vm_map: 23329.132181623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076239360, end = 3076280320, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.132183554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076280320, end = 3076284416, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.132185491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076284416, end = 3076288512, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.132187681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076288512, end = 3076325376, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.132189605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076325376, end = 3076329472, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.132191647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076329472, end = 3076333568, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.132193799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076333568, end = 3076411392, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.132196304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076411392, end = 3076415488, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.132198234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076415488, end = 3076419584, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.132200208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076419584, end = 3076427776, flags = 1048691, pgoff = 3076419584, inode = 0 }
-vm_state.vm_map: 23329.132202311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076427776, end = 3076452352, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.132204421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076452352, end = 3076456448, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.132206444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076456448, end = 3076460544, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.132208436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076460544, end = 3076468736, flags = 1048691, pgoff = 3076460544, inode = 0 }
-vm_state.vm_map: 23329.132210515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076468736, end = 3076661248, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.132212600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076661248, end = 3076665344, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.132214635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076665344, end = 3076694016, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.132216585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076694016, end = 3076698112, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.132218645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076698112, end = 3076702208, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.132220841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3076702208, end = 3078017024, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.132222889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078017024, end = 3078025216, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.132224980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078025216, end = 3078029312, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.132226922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078029312, end = 3078041600, flags = 1048691, pgoff = 3078029312, inode = 0 }
-vm_state.vm_map: 23329.132229402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078041600, end = 3078103040, flags = 134217845, pgoff = 0, inode = 22552 }
-vm_state.vm_map: 23329.132231456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078103040, end = 3078107136, flags = 135266419, pgoff = 57344, inode = 22552 }
-vm_state.vm_map: 23329.132233657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078107136, end = 3078844416, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.132235706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078844416, end = 3078848512, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.132237877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078848512, end = 3078852608, flags = 1048691, pgoff = 3078848512, inode = 0 }
-vm_state.vm_map: 23329.132240010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078852608, end = 3078938624, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.132242034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078938624, end = 3078942720, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.132244094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078942720, end = 3078946816, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.132246061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078946816, end = 3078955008, flags = 1048691, pgoff = 3078946816, inode = 0 }
-vm_state.vm_map: 23329.132248103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3078955008, end = 3079180288, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.132250027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3079180288, end = 3079184384, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.132252113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3079184384, end = 3079188480, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.132254043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3079278592, end = 3079290880, flags = 1048691, pgoff = 3079278592, inode = 0 }
-vm_state.vm_map: 23329.132255980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3079290880, end = 3079294976, flags = 67371125, pgoff = 3079290880, inode = 0 }
-vm_state.vm_map: 23329.132258046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3079294976, end = 3079409664, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.132260119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3079409664, end = 3079413760, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.132262407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3079413760, end = 3079417856, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.132264393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1736, start = 3212963840, end = 3213049856, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.132267015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 134324 }
-vm_state.vm_map: 23329.132269217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 134324 }
-vm_state.vm_map: 23329.132271166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 135680000, end = 135815168, flags = 1048691, pgoff = 135680000, inode = 0 }
-vm_state.vm_map: 23329.132273109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075239936, end = 3075244032, flags = 1048691, pgoff = 3075239936, inode = 0 }
-vm_state.vm_map: 23329.132275274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075244032, end = 3075436544, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.132277334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075436544, end = 3075440640, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.132279444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075440640, end = 3075682304, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.132281461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075682304, end = 3075686400, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.132283391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075686400, end = 3075690496, flags = 1048691, pgoff = 3075686400, inode = 0 }
-vm_state.vm_map: 23329.132285556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075690496, end = 3075719168, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.132287499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075719168, end = 3075723264, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.132289430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075723264, end = 3075727360, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.132291508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3075727360, end = 3077042176, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.132293581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077042176, end = 3077050368, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.132295968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077050368, end = 3077054464, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.132297954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077054464, end = 3077066752, flags = 1048691, pgoff = 3077054464, inode = 0 }
-vm_state.vm_map: 23329.132300193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077066752, end = 3077804032, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.132321263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077804032, end = 3077808128, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.132323675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077808128, end = 3077894144, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.132325796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077894144, end = 3077898240, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.132328103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077898240, end = 3077902336, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.132330157 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077902336, end = 3077910528, flags = 1048691, pgoff = 3077902336, inode = 0 }
-vm_state.vm_map: 23329.132332365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3077910528, end = 3078135808, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.132334487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078135808, end = 3078139904, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.132336578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078139904, end = 3078144000, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.132338706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078144000, end = 3078148096, flags = 1048691, pgoff = 3078144000, inode = 0 }
-vm_state.vm_map: 23329.132340902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078148096, end = 3078262784, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 23329.132343080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078262784, end = 3078266880, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 23329.132345201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078266880, end = 3078328320, flags = 134217845, pgoff = 0, inode = 22552 }
-vm_state.vm_map: 23329.132347329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078328320, end = 3078332416, flags = 135266419, pgoff = 57344, inode = 22552 }
-vm_state.vm_map: 23329.132349939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078426624, end = 3078434816, flags = 1048691, pgoff = 3078426624, inode = 0 }
-vm_state.vm_map: 23329.132351949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078434816, end = 3078438912, flags = 67371125, pgoff = 3078434816, inode = 0 }
-vm_state.vm_map: 23329.132354090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078438912, end = 3078553600, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.132356218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078553600, end = 3078557696, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.132358278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3078557696, end = 3078561792, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.132360480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1741, start = 3216084992, end = 3216171008, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.132368924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 134512640, end = 137146368, flags = 134223989, pgoff = 0, inode = 20802 }
-vm_state.vm_map: 23329.132371089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 137150464, end = 137170944, flags = 135272561, pgoff = 2633728, inode = 20802 }
-vm_state.vm_map: 23329.132373279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 137170944, end = 137191424, flags = 135272563, pgoff = 2654208, inode = 20802 }
-vm_state.vm_map: 23329.132375493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 137191424, end = 137195520, flags = 1048691, pgoff = 137191424, inode = 0 }
-vm_state.vm_map: 23329.132377547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 163663872, end = 164384768, flags = 1048691, pgoff = 163663872, inode = 0 }
-vm_state.vm_map: 23329.132382358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074371584, end = 3074461696, flags = 134217979, pgoff = 0, inode = 1237059 }
-vm_state.vm_map: 23329.132387378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074461696, end = 3074527232, flags = 134217937, pgoff = 0, inode = 156491 }
-vm_state.vm_map: 23329.132392067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074527232, end = 3074658304, flags = 134217937, pgoff = 0, inode = 156496 }
-vm_state.vm_map: 23329.132394441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074658304, end = 3074789376, flags = 134217937, pgoff = 0, inode = 156489 }
-vm_state.vm_map: 23329.132396483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074789376, end = 3074797568, flags = 1048691, pgoff = 3074789376, inode = 0 }
-vm_state.vm_map: 23329.132398691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074797568, end = 3074809856, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 23329.132400800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074809856, end = 3074813952, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 23329.132403033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3074813952, end = 3075276800, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 23329.132405143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3075276800, end = 3075289088, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 23329.132407536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3075289088, end = 3075350528, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 23329.132409602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3075350528, end = 3075354624, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 23329.132414420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3075354624, end = 3075960832, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 23329.132416585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3075960832, end = 3075977216, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 23329.132418651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3075977216, end = 3075981312, flags = 1048691, pgoff = 3075977216, inode = 0 }
-vm_state.vm_map: 23329.132421051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3075981312, end = 3076071424, flags = 134217845, pgoff = 0, inode = 18560 }
-vm_state.vm_map: 23329.132423561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076071424, end = 3076075520, flags = 135266419, pgoff = 86016, inode = 18560 }
-vm_state.vm_map: 23329.132425837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076075520, end = 3076161536, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.132427885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076161536, end = 3076165632, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.132429933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076165632, end = 3076169728, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.132431987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076169728, end = 3076177920, flags = 1048691, pgoff = 3076169728, inode = 0 }
-vm_state.vm_map: 23329.132434318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076177920, end = 3076186112, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 23329.132436360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076186112, end = 3076190208, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 23329.132438451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076190208, end = 3076214784, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 23329.132440375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076214784, end = 3076218880, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 23329.132447500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076218880, end = 3076235264, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.132449541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076235264, end = 3076239360, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.132451713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3076239360, end = 3077554176, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.132453846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077554176, end = 3077562368, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.132455882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077562368, end = 3077566464, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.132458355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077566464, end = 3077582848, flags = 1048691, pgoff = 3077566464, inode = 0 }
-vm_state.vm_map: 23329.132460458 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077582848, end = 3077660672, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.132462414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077660672, end = 3077664768, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.132467212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077664768, end = 3077713920, flags = 134217845, pgoff = 0, inode = 19447 }
-vm_state.vm_map: 23329.132469260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077713920, end = 3077718016, flags = 135266419, pgoff = 49152, inode = 19447 }
-vm_state.vm_map: 23329.132471636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077718016, end = 3077984256, flags = 134217845, pgoff = 0, inode = 19433 }
-vm_state.vm_map: 23329.132473708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077984256, end = 3077992448, flags = 135266419, pgoff = 262144, inode = 19433 }
-vm_state.vm_map: 23329.132475700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077992448, end = 3077996544, flags = 1048691, pgoff = 3077992448, inode = 0 }
-vm_state.vm_map: 23329.132477772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3077996544, end = 3078004736, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 23329.132479845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3078004736, end = 3078008832, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 23329.132481917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3078008832, end = 3078168576, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 23329.132483854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3078168576, end = 3078172672, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 23329.132485791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3078172672, end = 3078176768, flags = 1048691, pgoff = 3078172672, inode = 0 }
-vm_state.vm_map: 23329.132487999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3078176768, end = 3078836224, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 23329.132489936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3078836224, end = 3078860800, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 23329.132492341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3078860800, end = 3079024640, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 23329.132494303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079024640, end = 3079028736, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 23329.132496696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079028736, end = 3079065600, flags = 134217845, pgoff = 0, inode = 499726 }
-vm_state.vm_map: 23329.132498682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079065600, end = 3079069696, flags = 135266419, pgoff = 32768, inode = 499726 }
-vm_state.vm_map: 23329.132501112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079069696, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20850 }
-vm_state.vm_map: 23329.132503173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079102464, end = 3079106560, flags = 135266419, pgoff = 28672, inode = 20850 }
-vm_state.vm_map: 23329.132505375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079106560, end = 3079114752, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.132507484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079114752, end = 3079118848, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.132509520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079118848, end = 3079122944, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.132511635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079122944, end = 3079200768, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.132513887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079200768, end = 3079204864, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.132515861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079204864, end = 3079208960, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.132517791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079208960, end = 3079221248, flags = 1048691, pgoff = 3079208960, inode = 0 }
-vm_state.vm_map: 23329.132519888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079221248, end = 3079290880, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.132522090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079290880, end = 3079294976, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.132524027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079294976, end = 3079299072, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.132526456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079299072, end = 3079307264, flags = 1048691, pgoff = 3079299072, inode = 0 }
-vm_state.vm_map: 23329.132528961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079307264, end = 3079319552, flags = 134217845, pgoff = 0, inode = 499779 }
-vm_state.vm_map: 23329.132531145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079319552, end = 3079323648, flags = 135266419, pgoff = 8192, inode = 499779 }
-vm_state.vm_map: 23329.132535882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079352320, end = 3079356416, flags = 134217979, pgoff = 0, inode = 1236999 }
-vm_state.vm_map: 23329.132538244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079356416, end = 3079364608, flags = 134217845, pgoff = 0, inode = 1450400 }
-vm_state.vm_map: 23329.132540384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079364608, end = 3079368704, flags = 135266417, pgoff = 4096, inode = 1450400 }
-vm_state.vm_map: 23329.132542432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079368704, end = 3079372800, flags = 135266419, pgoff = 8192, inode = 1450400 }
-vm_state.vm_map: 23329.132544720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079372800, end = 3079380992, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.132546657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079380992, end = 3079385088, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.132548754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079385088, end = 3079389184, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.132551061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079389184, end = 3079417856, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.132553047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079417856, end = 3079426048, flags = 1048691, pgoff = 3079417856, inode = 0 }
-vm_state.vm_map: 23329.132554984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079426048, end = 3079430144, flags = 67371125, pgoff = 3079426048, inode = 0 }
-vm_state.vm_map: 23329.132557205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079430144, end = 3079544832, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.132559506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079544832, end = 3079548928, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.132561942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3079548928, end = 3079553024, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.132563879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1758, start = 3218640896, end = 3218726912, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.132568968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 134512640, end = 142159872, flags = 134223989, pgoff = 0, inode = 20798 }
-vm_state.vm_map: 23329.132571028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 142159872, end = 142204928, flags = 135272561, pgoff = 7643136, inode = 20798 }
-vm_state.vm_map: 23329.132573020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 142204928, end = 142237696, flags = 135272563, pgoff = 7688192, inode = 20798 }
-vm_state.vm_map: 23329.132574982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 142237696, end = 142241792, flags = 1048691, pgoff = 142237696, inode = 0 }
-vm_state.vm_map: 23329.132576986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 142274560, end = 143097856, flags = 1048691, pgoff = 142274560, inode = 0 }
-vm_state.vm_map: 23329.132581952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071086592, end = 3071164416, flags = 134217979, pgoff = 0, inode = 1206047 }
-vm_state.vm_map: 23329.132584147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071164416, end = 3071205376, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.132586146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071205376, end = 3071209472, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.132588138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071209472, end = 3071213568, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.132590365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071213568, end = 3071250432, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.132592431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071250432, end = 3071254528, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.132594380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071254528, end = 3071258624, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.132596798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071258624, end = 3071283200, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.132598871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071283200, end = 3071287296, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.132600862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071287296, end = 3071291392, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.132605619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071332352, end = 3071348736, flags = 134217979, pgoff = 0, inode = 1206050 }
-vm_state.vm_map: 23329.132607895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071348736, end = 3071385600, flags = 134217979, pgoff = 0, inode = 1206049 }
-vm_state.vm_map: 23329.132612583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071418368, end = 3071422464, flags = 134217979, pgoff = 0, inode = 1206071 }
-vm_state.vm_map: 23329.132615061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071422464, end = 3071430656, flags = 134217979, pgoff = 0, inode = 1206070 }
-vm_state.vm_map: 23329.132617252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071430656, end = 3071438848, flags = 134217979, pgoff = 0, inode = 1206069 }
-vm_state.vm_map: 23329.132622019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071438848, end = 3071479808, flags = 134217979, pgoff = 0, inode = 1237134 }
-vm_state.vm_map: 23329.132624431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071479808, end = 3071520768, flags = 134217979, pgoff = 0, inode = 1237063 }
-vm_state.vm_map: 23329.132626781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071520768, end = 3071610880, flags = 134217979, pgoff = 0, inode = 1237059 }
-vm_state.vm_map: 23329.132629069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071610880, end = 3071635456, flags = 134217979, pgoff = 0, inode = 1206046 }
-vm_state.vm_map: 23329.132631142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071639552, end = 3071705088, flags = 134217937, pgoff = 0, inode = 156491 }
-vm_state.vm_map: 23329.132633554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071705088, end = 3071836160, flags = 134217937, pgoff = 0, inode = 156496 }
-vm_state.vm_map: 23329.132635608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071836160, end = 3071967232, flags = 134217937, pgoff = 0, inode = 156489 }
-vm_state.vm_map: 23329.132637600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071967232, end = 3071979520, flags = 1048691, pgoff = 3071967232, inode = 0 }
-vm_state.vm_map: 23329.132639709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071979520, end = 3071991808, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 23329.132641658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071991808, end = 3071995904, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 23329.132643898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3071995904, end = 3072024576, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.132646019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072024576, end = 3072028672, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.132647993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072028672, end = 3072032768, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.132650251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072032768, end = 3072258048, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.132652237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072258048, end = 3072262144, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.132654235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072262144, end = 3072266240, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.132656296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072266240, end = 3072270336, flags = 1048691, pgoff = 3072266240, inode = 0 }
-vm_state.vm_map: 23329.132658504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072270336, end = 3072733184, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 23329.132660459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072733184, end = 3072745472, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 23329.132662575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072745472, end = 3072806912, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 23329.132664666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072806912, end = 3072811008, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 23329.132667306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072811008, end = 3072872448, flags = 134217845, pgoff = 0, inode = 21268 }
-vm_state.vm_map: 23329.132669483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072872448, end = 3072876544, flags = 135266419, pgoff = 57344, inode = 21268 }
-vm_state.vm_map: 23329.132671802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072876544, end = 3072917504, flags = 134217845, pgoff = 0, inode = 22434 }
-vm_state.vm_map: 23329.132673887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072917504, end = 3072921600, flags = 135266419, pgoff = 40960, inode = 22434 }
-vm_state.vm_map: 23329.132676033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072921600, end = 3072929792, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 23329.132678131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072929792, end = 3072933888, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 23329.132680129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072933888, end = 3072937984, flags = 1048691, pgoff = 3072933888, inode = 0 }
-vm_state.vm_map: 23329.132682350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072937984, end = 3072962560, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 23329.132684619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072962560, end = 3072966656, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 23329.132686773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3072966656, end = 3073056768, flags = 134217845, pgoff = 0, inode = 18560 }
-vm_state.vm_map: 23329.132688863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3073056768, end = 3073060864, flags = 135266419, pgoff = 86016, inode = 18560 }
-vm_state.vm_map: 23329.132691015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3073060864, end = 3074375680, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.132693137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074375680, end = 3074383872, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.132695327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074383872, end = 3074387968, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.132697350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074387968, end = 3074400256, flags = 1048691, pgoff = 3074387968, inode = 0 }
-vm_state.vm_map: 23329.132699774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074400256, end = 3074437120, flags = 134217845, pgoff = 0, inode = 20852 }
-vm_state.vm_map: 23329.132702075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074437120, end = 3074441216, flags = 135266417, pgoff = 36864, inode = 20852 }
-vm_state.vm_map: 23329.132704073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074441216, end = 3074445312, flags = 135266419, pgoff = 40960, inode = 20852 }
-vm_state.vm_map: 23329.132706170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074445312, end = 3074449408, flags = 1048691, pgoff = 3074445312, inode = 0 }
-vm_state.vm_map: 23329.132708434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074449408, end = 3074482176, flags = 134217845, pgoff = 0, inode = 20850 }
-vm_state.vm_map: 23329.132710414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074482176, end = 3074486272, flags = 135266419, pgoff = 28672, inode = 20850 }
-vm_state.vm_map: 23329.132712474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074486272, end = 3074523136, flags = 134217845, pgoff = 0, inode = 499726 }
-vm_state.vm_map: 23329.132714411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074523136, end = 3074527232, flags = 135266419, pgoff = 32768, inode = 499726 }
-vm_state.vm_map: 23329.132716471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074527232, end = 3074531328, flags = 1048691, pgoff = 3074527232, inode = 0 }
-vm_state.vm_map: 23329.132718538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074531328, end = 3074539520, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.132720585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074539520, end = 3074543616, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.132722627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074543616, end = 3074547712, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.132724693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074547712, end = 3074625536, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.132726630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074625536, end = 3074629632, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.132728678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074629632, end = 3074633728, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.132730621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074633728, end = 3074641920, flags = 1048691, pgoff = 3074633728, inode = 0 }
-vm_state.vm_map: 23329.132732687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074641920, end = 3074711552, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.132734976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074711552, end = 3074715648, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.132736906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074715648, end = 3074719744, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.132738849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074719744, end = 3074727936, flags = 1048691, pgoff = 3074719744, inode = 0 }
-vm_state.vm_map: 23329.132740953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074727936, end = 3074740224, flags = 134217845, pgoff = 0, inode = 499779 }
-vm_state.vm_map: 23329.132743013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074740224, end = 3074744320, flags = 135266419, pgoff = 8192, inode = 499779 }
-vm_state.vm_map: 23329.132744261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074744320, end = 3074760704, flags = 134217845, pgoff = 0, inode = 499714 }
-kernel.irq_entry: 23329.132769273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.sched_try_wakeup: 23329.132782811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { pid = 2269, cpu_id = 0, state = 1 }
-kernel.irq_exit: 23329.132794882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.sched_schedule: 23329.132804665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { prev_pid = 16927, next_pid = 2269, prev_state = 0 }
-fs.pollfd: 23329.132878565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { fd = 4 }
-fs.pollfd: 23329.132881291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { fd = 3 }
-fs.pollfd: 23329.132883271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { fd = 11 }
-kernel.syscall_exit: 23329.132886892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.132899074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 23329.132901948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.132909164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 13 [syscall 13] }
-kernel.syscall_exit: 23329.132910990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 1264196274 }
-kernel.syscall_entry: 23329.132921426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.132983145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 12 }
-kernel.syscall_exit: 23329.132984470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 861 }
-kernel.syscall_entry: 23329.133002722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.133004461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 12 }
-kernel.syscall_exit: 23329.133005682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.133010697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [syscall 140] }
-fs.llseek: 23329.133013275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 12, offset = 0, origin = 0 }
-kernel.syscall_exit: 23329.133015015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.133062781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 5 [syscall 5] }
-fs.open: 23329.133089976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 14, filename = "/proc/loadavg" }
-kernel.syscall_exit: 23329.133092653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 14 }
-kernel.syscall_entry: 23329.133097951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 197 [syscall 197] }
-kernel.syscall_exit: 23329.133100215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.133103441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 192 [syscall 192] }
-kernel.syscall_exit: 23329.133110948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = -1234268160 }
-kernel.syscall_entry: 23329.133114055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
-kernel.page_fault_entry: 23329.133125430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, TRAP { ip = 0xc142bf44, address = 0xb66e9000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.133192231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { res = 0 }
-fs.read: 23329.133199595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 14 }
-kernel.syscall_exit: 23329.133201039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 27 }
-kernel.syscall_entry: 23329.133283037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 6 [syscall 6] }
-fs.close: 23329.133285177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 14 }
-kernel.syscall_exit: 23329.133364968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.133370155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 91 [syscall 91] }
-mm.page_free: 23329.133394248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { pfn = 273165, order = 0 }
-kernel.syscall_exit: 23329.133435303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.133457717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.133517313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 6 }
-kernel.syscall_exit: 23329.133518726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 1024 }
-kernel.syscall_entry: 23329.133573148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.133592101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 6 }
-kernel.syscall_exit: 23329.133593853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 305 }
-kernel.syscall_entry: 23329.133614085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.133617342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 6 }
-kernel.syscall_exit: 23329.133618618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.133622326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [syscall 140] }
-fs.llseek: 23329.133624497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 6, offset = 0, origin = 0 }
-kernel.syscall_exit: 23329.133626360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.133644912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.133666254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 8 }
-kernel.syscall_exit: 23329.133667648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 449 }
-kernel.syscall_entry: 23329.133678955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.133680675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 8 }
-kernel.syscall_exit: 23329.133681872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.133685425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [syscall 140] }
-fs.llseek: 23329.133687757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 8, offset = 0, origin = 0 }
-kernel.syscall_exit: 23329.133689428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.133695781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.133719831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 9 }
-kernel.syscall_exit: 23329.133721014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 1024 }
-kernel.syscall_entry: 23329.133734455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.133742819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 9 }
-kernel.syscall_exit: 23329.133744120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 383 }
-kernel.syscall_entry: 23329.133749962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.133751325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 9 }
-kernel.syscall_exit: 23329.133752497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.133755840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [syscall 140] }
-fs.llseek: 23329.133757616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 9, offset = 0, origin = 0 }
-kernel.syscall_exit: 23329.133759276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.133895418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.133898391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3 }
-kernel.syscall_exit: 23329.133901401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.133904997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 146 [syscall 146] }
-fs.writev: 23329.133933611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3, vlen = 3 }
-kernel.syscall_exit: 23329.133935312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 944 }
-kernel.syscall_entry: 23329.133940753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.133943178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 23329.133944355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.133949067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 23329.133951548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.133955692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.133960189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 23329.133962021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.133963501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 11 }
-kernel.sched_schedule: 23329.133974616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2269, next_pid = 1989, prev_state = 1 }
-fs.select: 23329.134138391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134141512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134143400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134148279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134150413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134152745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134154971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134157044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134159350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134161238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134163390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134165493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134167647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134169688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134171564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134173691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134176349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134178571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134180593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134182727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134184886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134186792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134188815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134190844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134192936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134194854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134196828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134198993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134200800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134202583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134204526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134206561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134209435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134211570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134213562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559560532 }
-fs.select: 23329.134215591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559560532 }
-mm.page_free: 23329.134223807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 198013, order = 0 }
-kernel.syscall_exit: 23329.134228187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 2 }
-kernel.syscall_entry: 23329.134239394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.134241775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 23329.134250138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.134254284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.134257047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.134263751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 23329.134274237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2269, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.134282792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2269, prev_state = 0 }
-fs.pollfd: 23329.134466823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 23329.134468556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.134470069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 11 }
-kernel.sched_schedule: 23329.134478413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2269, next_pid = 1989, prev_state = 1 }
-fs.read: 23329.134623518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 45 }
-kernel.syscall_exit: 23329.134625275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 944 }
-kernel.irq_entry: 23329.134921515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 23329.134934160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { jiffies = 4297269584, xtime_sec = 1264196274, xtime_nsec = 637522003, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.134945448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.softirq_raise: 23329.134951727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { softirq_id = 9 [softirq 9] }
-kernel.irq_exit: 23329.134971391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 23329.134974685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 23329.134983326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { expires = 2302289, function = 0xc141d458, data = 0 }
-kernel.timer_set: 23329.134987323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { expires = 2302289, function = 0xc14b0234, data = 0 }
-kernel.softirq_exit: 23329.134990715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.softirq_entry: 23329.134992085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
-rcu.tree_callback: 23329.135034738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { func = 0xc10acb19 }
-kernel.softirq_exit: 23329.135037902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
-kernel.syscall_entry: 23329.135041486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.135049756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 45 }
-kernel.syscall_exit: 23329.135051188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.135056857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.135059780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.135063204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.135065318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 23329.135069408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.135076094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
-fs.select: 23329.135080924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135084063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135086043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135089849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135091872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135093883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135095962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135098078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135100051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135101988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135104005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135105973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135107891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135110124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135112079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135114127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135116206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135118839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135126617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135128627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135130583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135132550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135134543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135136536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135138564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135140668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135142666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135144622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135146620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135148594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135150716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135152677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135155083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135157094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135158864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559656272 }
-fs.select: 23329.135160634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559656272 }
-mm.page_free: 23329.135167623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 197993, order = 0 }
-kernel.syscall_exit: 23329.135170892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.135175777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.135177640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 23329.135183555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.135186991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.135189383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.135193793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.135200813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 12168, fd = 48 }
-kernel.syscall_exit: 23329.135202454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 12168 }
-kernel.syscall_entry: 23329.135274170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.135277642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 152, fd = 48 }
-kernel.syscall_exit: 23329.135278956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 152 }
-kernel.syscall_entry: 23329.135294691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 23329.135303746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.135312190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.135475627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.135477878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 23329.135479710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 23329.135481092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 23329.135482614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 23329.135486475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 23329.135488031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 23329.135490010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 23329.135491935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 23329.135494142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
-kernel.sched_schedule: 23329.135503049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-fs.read: 23329.135650924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 12168, fd = 48 }
-kernel.syscall_exit: 23329.135652675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 2816 }
-kernel.irq_entry: 23329.137136513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3078487783, handler = 0x0, irq_id = 239, kernel_mode = 0 }
-kernel.sched_try_wakeup: 23329.137159983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { pid = 8996, cpu_id = 0, state = 1 }
-kernel.irq_exit: 23329.137173843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.sched_schedule: 23329.137186333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 8996, prev_state = 0 }
-kernel.syscall_exit: 23329.137448927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = -110 }
-kernel.syscall_entry: 23329.137466056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 240 [syscall 240] }
-kernel.syscall_exit: 23329.137469091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.137473674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.137477196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.137487003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 23329.137489685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.137493368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.137495607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.137498624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.137500837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.137504230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 23329.137506925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.137512804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.137515061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.137518127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 240 [syscall 240] }
-kernel.sched_schedule: 23329.137533979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { prev_pid = 8996, next_pid = 1989, prev_state = 1 }
-kernel.irq_entry: 23329.138566727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3078487783, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 0 }
-block.rq_complete_fs: 23329.138601257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { hard_sector = 39345670, rw = 0, errors = 0 }
-kernel.sched_try_wakeup: 23329.138624553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { pid = 16834, cpu_id = 0, state = 2 }
-kernel.timer_set: 23329.138646950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { expires = 2302289, function = 0xc141b0a5, data = 4136835584 }
-kernel.irq_exit: 23329.138660495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.sched_schedule: 23329.138672269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 16834, prev_state = 0 }
-fs.buffer_wait_end: 23329.138882016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xe9709160 }
-block.remap: 23329.138894407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { device_from = 3145728, sector_from = 44606600, device_to = 3145730, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.138898022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 47530430, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.getrq_bio: 23329.138910240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 47530430, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-kernel.timer_set: 23329.138917716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302289, function = 0xc1410312, data = 4147888232 }
-block.plug: 23329.138921479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL
-block.rq_insert_fs: 23329.138926703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 47530430, rw = 0, errors = 0 }
-fs.buffer_wait_start: 23329.138936967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xe9709128 }
-block.unplug_io: 23329.138940033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { pdu = 1 }
-block.rq_issue_fs: 23329.138952369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 47530430, rw = 0, errors = 0 }
-kernel.timer_set: 23329.138991653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2304288, function = 0xf8a23e85, data = 4136733696 }
-kernel.sched_schedule: 23329.139062340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 16834, next_pid = 16927, prev_state = 2 }
-kernel.irq_entry: 23329.139334629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3238156110, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.sched_try_wakeup: 23329.139348181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { pid = 2336, cpu_id = 0, state = 1 }
-kernel.irq_exit: 23329.139360140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.sched_schedule: 23329.139368560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 16927, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.139435385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.139438574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 23329.139441867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 23329.139443736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 23329.139445722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 23329.139453624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 23329.139455573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 23329.139458386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 23329.139460501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 23329.139463431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
-kernel.syscall_exit: 23329.139469815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.139495518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.139502377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.139503628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.139511110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.139514410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.139521608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.139524273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.140219300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.140255500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.140268984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.140271951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.140275078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.140278656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
-fs.writev: 23329.140290517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 23329.140292016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 52 }
-kernel.syscall_entry: 23329.140296974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.140299367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.140300547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.140305814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.140307646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.140309669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 23329.140311198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 23329.140312506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 23329.140313845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 23329.140316472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 23329.140317798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 23329.140319655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 23329.140320987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 23329.140322868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
-kernel.syscall_exit: 23329.140324299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.140329178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.140331115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.140332318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.140842320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.140845145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.140848001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.140851758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
-fs.writev: 23329.140863724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 23329.140865352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 2856 }
-kernel.syscall_entry: 23329.140870558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.140872063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 23329.140882925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 2336, next_pid = 16927, prev_state = 1 }
-vm_state.vm_map: 23329.141025501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074760704, end = 3074764800, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.141028634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074764800, end = 3074768896, flags = 1048691, pgoff = 3074764800, inode = 0 }
-vm_state.vm_map: 23329.141031287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074768896, end = 3074793472, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.141033519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074793472, end = 3074797568, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.141036042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074797568, end = 3074838528, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 23329.141038195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074838528, end = 3074842624, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 23329.141040804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074842624, end = 3074879488, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.141043122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074879488, end = 3074883584, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.141045159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074883584, end = 3074887680, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.141047311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3074887680, end = 3075047424, flags = 1048691, pgoff = 3074887680, inode = 0 }
-vm_state.vm_map: 23329.141050018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075047424, end = 3075194880, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.141052301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075194880, end = 3075198976, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.141054448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075198976, end = 3075203072, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.141057063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075203072, end = 3075289088, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.141059246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075289088, end = 3075293184, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.141061343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075293184, end = 3075297280, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.141064088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075297280, end = 3075305472, flags = 1048691, pgoff = 3075297280, inode = 0 }
-vm_state.vm_map: 23329.141066839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075305472, end = 3075383296, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.141068955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075383296, end = 3075387392, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.141071033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075387392, end = 3075391488, flags = 1048691, pgoff = 3075387392, inode = 0 }
-vm_state.vm_map: 23329.141073673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075391488, end = 3075997696, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 23329.141075814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3075997696, end = 3076014080, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 23329.141078195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076014080, end = 3076280320, flags = 134217845, pgoff = 0, inode = 19427 }
-vm_state.vm_map: 23329.141080360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076280320, end = 3076292608, flags = 135266417, pgoff = 266240, inode = 19427 }
-vm_state.vm_map: 23329.141082370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076292608, end = 3076296704, flags = 135266419, pgoff = 278528, inode = 19427 }
-vm_state.vm_map: 23329.141084918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076296704, end = 3076304896, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 23329.141087595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076304896, end = 3076308992, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 23329.141089945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076308992, end = 3076468736, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 23329.141091906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076468736, end = 3076472832, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 23329.141094694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3076472832, end = 3077132288, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 23329.141096792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077132288, end = 3077156864, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 23329.141099401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077156864, end = 3077320704, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 23329.141101998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077320704, end = 3077324800, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 23329.141104113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077324800, end = 3077328896, flags = 1048691, pgoff = 3077324800, inode = 0 }
-vm_state.vm_map: 23329.141106506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077328896, end = 3077378048, flags = 134217845, pgoff = 0, inode = 19447 }
-vm_state.vm_map: 23329.141108813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077378048, end = 3077382144, flags = 135266419, pgoff = 49152, inode = 19447 }
-vm_state.vm_map: 23329.141111213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077382144, end = 3077648384, flags = 134217845, pgoff = 0, inode = 19433 }
-vm_state.vm_map: 23329.141113224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077648384, end = 3077656576, flags = 135266419, pgoff = 262144, inode = 19433 }
-vm_state.vm_map: 23329.141115450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077656576, end = 3077660672, flags = 1048691, pgoff = 3077656576, inode = 0 }
-vm_state.vm_map: 23329.141118146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077681152, end = 3077685248, flags = 134217979, pgoff = 0, inode = 1237135 }
-vm_state.vm_map: 23329.141120631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077685248, end = 3077689344, flags = 134217979, pgoff = 0, inode = 1237061 }
-vm_state.vm_map: 23329.141123412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077689344, end = 3077693440, flags = 134217979, pgoff = 0, inode = 1236999 }
-vm_state.vm_map: 23329.141126152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077693440, end = 3077701632, flags = 134217845, pgoff = 0, inode = 1450400 }
-vm_state.vm_map: 23329.141128273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077701632, end = 3077705728, flags = 135266417, pgoff = 4096, inode = 1450400 }
-vm_state.vm_map: 23329.141130506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077705728, end = 3077709824, flags = 135266419, pgoff = 8192, inode = 1450400 }
-vm_state.vm_map: 23329.141132948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077709824, end = 3077718016, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.141135033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077718016, end = 3077722112, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.141137316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077722112, end = 3077726208, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.141139937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077726208, end = 3077754880, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.141141960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077754880, end = 3077763072, flags = 1048691, pgoff = 3077754880, inode = 0 }
-vm_state.vm_map: 23329.141144384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077763072, end = 3077767168, flags = 67371125, pgoff = 3077763072, inode = 0 }
-vm_state.vm_map: 23329.141146993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077767168, end = 3077881856, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.141149091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077881856, end = 3077885952, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.141151138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3077885952, end = 3077890048, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.141153451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1767, start = 3214790656, end = 3214876672, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.141157368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 134512640, end = 142159872, flags = 134223989, pgoff = 0, inode = 20798 }
-vm_state.vm_map: 23329.141159583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 142159872, end = 142204928, flags = 135272561, pgoff = 7643136, inode = 20798 }
-vm_state.vm_map: 23329.141161544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 142204928, end = 142237696, flags = 135272563, pgoff = 7688192, inode = 20798 }
-vm_state.vm_map: 23329.141163833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 142237696, end = 142241792, flags = 1048691, pgoff = 142237696, inode = 0 }
-vm_state.vm_map: 23329.141165782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 142274560, end = 143097856, flags = 1048691, pgoff = 142274560, inode = 0 }
-vm_state.vm_map: 23329.141168175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071086592, end = 3071164416, flags = 134217979, pgoff = 0, inode = 1206047 }
-vm_state.vm_map: 23329.141170469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071164416, end = 3071205376, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.141172653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071205376, end = 3071209472, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.141174577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071209472, end = 3071213568, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.141177298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071213568, end = 3071250432, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.141179352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071250432, end = 3071254528, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.141181523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071254528, end = 3071258624, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.141184162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071258624, end = 3071283200, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.141186316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071283200, end = 3071287296, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.141188548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071287296, end = 3071291392, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.141191108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071332352, end = 3071348736, flags = 134217979, pgoff = 0, inode = 1206050 }
-vm_state.vm_map: 23329.141193656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071348736, end = 3071385600, flags = 134217979, pgoff = 0, inode = 1206049 }
-vm_state.vm_map: 23329.141195993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071418368, end = 3071422464, flags = 134217979, pgoff = 0, inode = 1206071 }
-vm_state.vm_map: 23329.141198528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071422464, end = 3071430656, flags = 134217979, pgoff = 0, inode = 1206070 }
-vm_state.vm_map: 23329.141201075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071430656, end = 3071438848, flags = 134217979, pgoff = 0, inode = 1206069 }
-vm_state.vm_map: 23329.141203622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071438848, end = 3071479808, flags = 134217979, pgoff = 0, inode = 1237134 }
-vm_state.vm_map: 23329.141206164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071479808, end = 3071520768, flags = 134217979, pgoff = 0, inode = 1237063 }
-vm_state.vm_map: 23329.141208612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071520768, end = 3071610880, flags = 134217979, pgoff = 0, inode = 1237059 }
-vm_state.vm_map: 23329.141211148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071610880, end = 3071635456, flags = 134217979, pgoff = 0, inode = 1206046 }
-vm_state.vm_map: 23329.141213855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071639552, end = 3071705088, flags = 134217937, pgoff = 0, inode = 156491 }
-vm_state.vm_map: 23329.141216588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071705088, end = 3071836160, flags = 134217937, pgoff = 0, inode = 156496 }
-vm_state.vm_map: 23329.141219031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071836160, end = 3071967232, flags = 134217937, pgoff = 0, inode = 156489 }
-vm_state.vm_map: 23329.141221226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071967232, end = 3071979520, flags = 1048691, pgoff = 3071967232, inode = 0 }
-vm_state.vm_map: 23329.141223688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071979520, end = 3071991808, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 23329.141225785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071991808, end = 3071995904, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 23329.141228190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3071995904, end = 3072024576, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.141230269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072024576, end = 3072028672, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.141232409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072028672, end = 3072032768, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.141234883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072032768, end = 3072258048, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.141236894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072258048, end = 3072262144, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.141238985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072262144, end = 3072266240, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.141241026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072266240, end = 3072270336, flags = 1048691, pgoff = 3072266240, inode = 0 }
-vm_state.vm_map: 23329.141243475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072270336, end = 3072733184, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 23329.141245671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072733184, end = 3072745472, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 23329.141248150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072745472, end = 3072806912, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 23329.141250309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072806912, end = 3072811008, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 23329.141275055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072811008, end = 3072872448, flags = 134217845, pgoff = 0, inode = 21268 }
-vm_state.vm_map: 23329.141277368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072872448, end = 3072876544, flags = 135266419, pgoff = 57344, inode = 21268 }
-vm_state.vm_map: 23329.141279934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072876544, end = 3072917504, flags = 134217845, pgoff = 0, inode = 22434 }
-vm_state.vm_map: 23329.141282099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072917504, end = 3072921600, flags = 135266419, pgoff = 40960, inode = 22434 }
-vm_state.vm_map: 23329.141284733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072921600, end = 3072929792, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 23329.141286929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072929792, end = 3072933888, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 23329.141289137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072933888, end = 3072937984, flags = 1048691, pgoff = 3072933888, inode = 0 }
-vm_state.vm_map: 23329.141291518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072937984, end = 3072962560, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 23329.141293738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072962560, end = 3072966656, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 23329.141296156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3072966656, end = 3073056768, flags = 134217845, pgoff = 0, inode = 18560 }
-vm_state.vm_map: 23329.141298352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3073056768, end = 3073060864, flags = 135266419, pgoff = 86016, inode = 18560 }
-vm_state.vm_map: 23329.141300955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3073060864, end = 3074375680, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.141303188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074375680, end = 3074383872, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.141305359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074383872, end = 3074387968, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.141307580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074387968, end = 3074400256, flags = 1048691, pgoff = 3074387968, inode = 0 }
-vm_state.vm_map: 23329.141310306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074400256, end = 3074437120, flags = 134217845, pgoff = 0, inode = 20852 }
-vm_state.vm_map: 23329.141312922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074437120, end = 3074441216, flags = 135266417, pgoff = 36864, inode = 20852 }
-vm_state.vm_map: 23329.141314976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074441216, end = 3074445312, flags = 135266419, pgoff = 40960, inode = 20852 }
-vm_state.vm_map: 23329.141317184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074445312, end = 3074449408, flags = 1048691, pgoff = 3074445312, inode = 0 }
-vm_state.vm_map: 23329.141319466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074449408, end = 3074482176, flags = 134217845, pgoff = 0, inode = 20850 }
-vm_state.vm_map: 23329.141321575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074482176, end = 3074486272, flags = 135266419, pgoff = 28672, inode = 20850 }
-vm_state.vm_map: 23329.141323913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074486272, end = 3074523136, flags = 134217845, pgoff = 0, inode = 499726 }
-vm_state.vm_map: 23329.141326010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074523136, end = 3074527232, flags = 135266419, pgoff = 32768, inode = 499726 }
-vm_state.vm_map: 23329.141328163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074527232, end = 3074531328, flags = 1048691, pgoff = 3074527232, inode = 0 }
-vm_state.vm_map: 23329.141330562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074531328, end = 3074539520, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.141332678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074539520, end = 3074543616, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.141334899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074543616, end = 3074547712, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.141337229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074547712, end = 3074625536, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.141339327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074625536, end = 3074629632, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.141341516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074629632, end = 3074633728, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.141343559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074633728, end = 3074641920, flags = 1048691, pgoff = 3074633728, inode = 0 }
-vm_state.vm_map: 23329.141346074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074641920, end = 3074711552, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.141348647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074711552, end = 3074715648, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.141350701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074715648, end = 3074719744, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.141352668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074719744, end = 3074727936, flags = 1048691, pgoff = 3074719744, inode = 0 }
-vm_state.vm_map: 23329.141355043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074727936, end = 3074740224, flags = 134217845, pgoff = 0, inode = 499779 }
-vm_state.vm_map: 23329.141357141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074740224, end = 3074744320, flags = 135266419, pgoff = 8192, inode = 499779 }
-vm_state.vm_map: 23329.141359274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074744320, end = 3074760704, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.141361335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074760704, end = 3074764800, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.141363604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074764800, end = 3074768896, flags = 1048691, pgoff = 3074764800, inode = 0 }
-vm_state.vm_map: 23329.141365702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074768896, end = 3074793472, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.141367823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074793472, end = 3074797568, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.141369951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074797568, end = 3074838528, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 23329.141372104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074838528, end = 3074842624, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 23329.141374238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074842624, end = 3074879488, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.141376329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074879488, end = 3074883584, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.141378544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074883584, end = 3074887680, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.141380518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3074887680, end = 3075047424, flags = 1048691, pgoff = 3074887680, inode = 0 }
-vm_state.vm_map: 23329.141382923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075047424, end = 3075194880, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.141384977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075194880, end = 3075198976, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.141387099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075198976, end = 3075203072, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.141389202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075203072, end = 3075289088, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.141391158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075289088, end = 3075293184, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.141393230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075293184, end = 3075297280, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.141395395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075297280, end = 3075305472, flags = 1048691, pgoff = 3075297280, inode = 0 }
-vm_state.vm_map: 23329.141397566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075305472, end = 3075383296, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.141399559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075383296, end = 3075387392, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.141401637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075387392, end = 3075391488, flags = 1048691, pgoff = 3075387392, inode = 0 }
-vm_state.vm_map: 23329.141403704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075391488, end = 3075997696, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 23329.141405826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3075997696, end = 3076014080, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 23329.141407879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076014080, end = 3076280320, flags = 134217845, pgoff = 0, inode = 19427 }
-vm_state.vm_map: 23329.141410007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076280320, end = 3076292608, flags = 135266417, pgoff = 266240, inode = 19427 }
-vm_state.vm_map: 23329.141412025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076292608, end = 3076296704, flags = 135266419, pgoff = 278528, inode = 19427 }
-vm_state.vm_map: 23329.141414325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076296704, end = 3076304896, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 23329.141416719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076304896, end = 3076308992, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 23329.141418846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076308992, end = 3076468736, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 23329.141420956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076468736, end = 3076472832, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 23329.141423083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3076472832, end = 3077132288, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 23329.141425045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077132288, end = 3077156864, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 23329.141426982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077156864, end = 3077320704, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 23329.141429072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077320704, end = 3077324800, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 23329.141431281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077324800, end = 3077328896, flags = 1048691, pgoff = 3077324800, inode = 0 }
-vm_state.vm_map: 23329.141433242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077328896, end = 3077378048, flags = 134217845, pgoff = 0, inode = 19447 }
-vm_state.vm_map: 23329.141435179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077378048, end = 3077382144, flags = 135266419, pgoff = 49152, inode = 19447 }
-vm_state.vm_map: 23329.141437239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077382144, end = 3077648384, flags = 134217845, pgoff = 0, inode = 19433 }
-vm_state.vm_map: 23329.141439293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077648384, end = 3077656576, flags = 135266419, pgoff = 262144, inode = 19433 }
-vm_state.vm_map: 23329.141441495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077656576, end = 3077660672, flags = 1048691, pgoff = 3077656576, inode = 0 }
-vm_state.vm_map: 23329.141443611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077681152, end = 3077685248, flags = 134217979, pgoff = 0, inode = 1237135 }
-vm_state.vm_map: 23329.141445572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077685248, end = 3077689344, flags = 134217979, pgoff = 0, inode = 1237061 }
-vm_state.vm_map: 23329.141447787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077689344, end = 3077693440, flags = 134217979, pgoff = 0, inode = 1236999 }
-vm_state.vm_map: 23329.141450186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077693440, end = 3077701632, flags = 134217845, pgoff = 0, inode = 1450400 }
-vm_state.vm_map: 23329.141452259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077701632, end = 3077705728, flags = 135266417, pgoff = 4096, inode = 1450400 }
-vm_state.vm_map: 23329.141454306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077705728, end = 3077709824, flags = 135266419, pgoff = 8192, inode = 1450400 }
-vm_state.vm_map: 23329.141456595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077709824, end = 3077718016, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.141458636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077718016, end = 3077722112, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.141460678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077722112, end = 3077726208, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.141462874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077726208, end = 3077754880, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.141464922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077754880, end = 3077763072, flags = 1048691, pgoff = 3077754880, inode = 0 }
-vm_state.vm_map: 23329.141466853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077763072, end = 3077767168, flags = 67371125, pgoff = 3077763072, inode = 0 }
-vm_state.vm_map: 23329.141468944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077767168, end = 3077881856, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.141471244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077881856, end = 3077885952, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.141473341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3077885952, end = 3077890048, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.141475426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1777, start = 3214790656, end = 3214876672, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.141490631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 134512640, end = 135766016, flags = 134223989, pgoff = 0, inode = 17162 }
-vm_state.vm_map: 23329.141492844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 135766016, end = 135774208, flags = 135272563, pgoff = 1253376, inode = 17162 }
-vm_state.vm_map: 23329.141494886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 148815872, end = 150708224, flags = 1048691, pgoff = 148815872, inode = 0 }
-vm_state.vm_map: 23329.141502405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3075710976, end = 3075809280, flags = 134217845, pgoff = 0, inode = 42087 }
-vm_state.vm_map: 23329.141504595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3075809280, end = 3075817472, flags = 135266419, pgoff = 94208, inode = 42087 }
-vm_state.vm_map: 23329.141506630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3075817472, end = 3075821568, flags = 1048691, pgoff = 3075817472, inode = 0 }
-vm_state.vm_map: 23329.141508807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3075821568, end = 3075858432, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.141510849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3075858432, end = 3075862528, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.141512885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3075862528, end = 3075866624, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.141514963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3075866624, end = 3076026368, flags = 1048691, pgoff = 3075866624, inode = 0 }
-vm_state.vm_map: 23329.141517073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3076026368, end = 3077341184, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.141519022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077341184, end = 3077349376, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.141521094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077349376, end = 3077353472, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.141523025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077353472, end = 3077365760, flags = 1048691, pgoff = 3077353472, inode = 0 }
-vm_state.vm_map: 23329.141525412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077365760, end = 3077451776, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.141527337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077451776, end = 3077455872, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.141529551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077455872, end = 3077459968, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.141531494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077459968, end = 3077472256, flags = 1048691, pgoff = 3077459968, inode = 0 }
-vm_state.vm_map: 23329.141533591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077472256, end = 3077619712, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.141535571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077619712, end = 3077623808, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.141537755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077623808, end = 3077627904, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.141539864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077627904, end = 3077636096, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.141541887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077636096, end = 3077640192, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.141543911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077640192, end = 3077644288, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.141552231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077660672, end = 3077677056, flags = 134217845, pgoff = 0, inode = 43237 }
-vm_state.vm_map: 23329.141554285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077677056, end = 3077681152, flags = 135266419, pgoff = 16384, inode = 43237 }
-vm_state.vm_map: 23329.141561724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077681152, end = 3077697536, flags = 134217845, pgoff = 0, inode = 42092 }
-vm_state.vm_map: 23329.141563876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077697536, end = 3077701632, flags = 135266419, pgoff = 16384, inode = 42092 }
-vm_state.vm_map: 23329.141568699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077701632, end = 3077718016, flags = 134217845, pgoff = 0, inode = 42078 }
-vm_state.vm_map: 23329.141570735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077718016, end = 3077722112, flags = 135266419, pgoff = 12288, inode = 42078 }
-vm_state.vm_map: 23329.141577804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077722112, end = 3077734400, flags = 134217845, pgoff = 0, inode = 42090 }
-vm_state.vm_map: 23329.141579963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077734400, end = 3077738496, flags = 135266419, pgoff = 8192, inode = 42090 }
-vm_state.vm_map: 23329.141582245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077738496, end = 3077746688, flags = 1048691, pgoff = 3077738496, inode = 0 }
-vm_state.vm_map: 23329.141584385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077746688, end = 3077750784, flags = 67371125, pgoff = 3077746688, inode = 0 }
-vm_state.vm_map: 23329.141586729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077750784, end = 3077865472, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.141588888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077865472, end = 3077869568, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.141590997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3077869568, end = 3077873664, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.141592928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1815, start = 3212754944, end = 3212840960, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.141604783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 134512640, end = 134549504, flags = 134223989, pgoff = 0, inode = 1048589 }
-vm_state.vm_map: 23329.141609835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 134549504, end = 134553600, flags = 135272563, pgoff = 32768, inode = 1048589 }
-vm_state.vm_map: 23329.141611994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 160948224, end = 161083392, flags = 1048691, pgoff = 160948224, inode = 0 }
-vm_state.vm_map: 23329.141614214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3075907584, end = 3075948544, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.141616324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3075948544, end = 3075952640, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.141618483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3075952640, end = 3075956736, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.141620623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3075956736, end = 3075993600, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.141622677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3075993600, end = 3075997696, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.141624737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3075997696, end = 3076001792, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.141626834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076096000, end = 3076124672, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.141628901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076124672, end = 3076128768, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.141631177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076128768, end = 3076132864, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.141633390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076132864, end = 3076218880, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.141635803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076218880, end = 3076222976, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.141637980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076222976, end = 3076227072, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.141640070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076227072, end = 3076235264, flags = 1048691, pgoff = 3076227072, inode = 0 }
-vm_state.vm_map: 23329.141642242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076235264, end = 3076460544, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.141644474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076460544, end = 3076464640, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.141646573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076464640, end = 3076468736, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.141651402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076468736, end = 3076476928, flags = 134217845, pgoff = 0, inode = 17167 }
-vm_state.vm_map: 23329.141653566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076476928, end = 3076481024, flags = 135266419, pgoff = 8192, inode = 17167 }
-vm_state.vm_map: 23329.141655670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076501504, end = 3076526080, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.141657613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076526080, end = 3076530176, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.141659759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076530176, end = 3076534272, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.141664848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076534272, end = 3076571136, flags = 134217845, pgoff = 0, inode = 499730 }
-vm_state.vm_map: 23329.141666896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076571136, end = 3076575232, flags = 135266419, pgoff = 32768, inode = 499730 }
-vm_state.vm_map: 23329.141671978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076575232, end = 3076612096, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.141674026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076612096, end = 3076616192, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.141676000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076616192, end = 3076620288, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.141677918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076620288, end = 3076780032, flags = 1048691, pgoff = 3076620288, inode = 0 }
-vm_state.vm_map: 23329.141680028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076780032, end = 3076857856, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.141682088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076857856, end = 3076861952, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.141684025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076861952, end = 3076866048, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.141685962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076866048, end = 3076874240, flags = 1048691, pgoff = 3076866048, inode = 0 }
-vm_state.vm_map: 23329.141690884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076874240, end = 3076923392, flags = 134217845, pgoff = 0, inode = 500088 }
-vm_state.vm_map: 23329.141692938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076923392, end = 3076927488, flags = 135266419, pgoff = 45056, inode = 500088 }
-vm_state.vm_map: 23329.141694973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076927488, end = 3076976640, flags = 1048691, pgoff = 3076927488, inode = 0 }
-vm_state.vm_map: 23329.141697428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3076976640, end = 3077074944, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.141699445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077074944, end = 3077079040, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.141701567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077079040, end = 3077083136, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.141703948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077087232, end = 3077095424, flags = 134217845, pgoff = 0, inode = 499908 }
-vm_state.vm_map: 23329.141706354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077095424, end = 3077099520, flags = 135266419, pgoff = 4096, inode = 499908 }
-vm_state.vm_map: 23329.141711552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077099520, end = 3077107712, flags = 134217845, pgoff = 0, inode = 500086 }
-vm_state.vm_map: 23329.141713717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077107712, end = 3077111808, flags = 135266419, pgoff = 4096, inode = 500086 }
-vm_state.vm_map: 23329.141716203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077111808, end = 3077120000, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.141718159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077120000, end = 3077124096, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.141720126 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077124096, end = 3077128192, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.141725049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077128192, end = 3077136384, flags = 134217845, pgoff = 0, inode = 500085 }
-vm_state.vm_map: 23329.141727078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077136384, end = 3077140480, flags = 135266419, pgoff = 8192, inode = 500085 }
-vm_state.vm_map: 23329.141729557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077140480, end = 3077156864, flags = 134217845, pgoff = 0, inode = 500096 }
-vm_state.vm_map: 23329.141731525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077156864, end = 3077160960, flags = 135266419, pgoff = 12288, inode = 500096 }
-vm_state.vm_map: 23329.141738865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077160960, end = 3077173248, flags = 134217845, pgoff = 0, inode = 500105 }
-vm_state.vm_map: 23329.141740919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077173248, end = 3077177344, flags = 135266419, pgoff = 8192, inode = 500105 }
-vm_state.vm_map: 23329.141743473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077177344, end = 3077181440, flags = 1048691, pgoff = 3077177344, inode = 0 }
-vm_state.vm_map: 23329.141745669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077181440, end = 3077189632, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.141747864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077189632, end = 3077193728, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.141749992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077193728, end = 3077197824, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.141752262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3077197824, end = 3078512640, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.141754218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078512640, end = 3078520832, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.141756179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078520832, end = 3078524928, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.141758110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078524928, end = 3078541312, flags = 1048691, pgoff = 3078524928, inode = 0 }
-vm_state.vm_map: 23329.141762872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078541312, end = 3078549504, flags = 134217845, pgoff = 0, inode = 499739 }
-vm_state.vm_map: 23329.141764926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078549504, end = 3078553600, flags = 135266419, pgoff = 4096, inode = 499739 }
-vm_state.vm_map: 23329.141767047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078553600, end = 3078594560, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 23329.141769299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078594560, end = 3078598656, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 23329.141771698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078598656, end = 3078602752, flags = 134217845, pgoff = 0, inode = 500092 }
-vm_state.vm_map: 23329.141773629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078602752, end = 3078606848, flags = 135266419, pgoff = 0, inode = 500092 }
-vm_state.vm_map: 23329.141775936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078606848, end = 3078610944, flags = 134217845, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 23329.141778280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078610944, end = 3078615040, flags = 135266419, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 23329.141780599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078615040, end = 3078619136, flags = 134217845, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 23329.141782695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078619136, end = 3078623232, flags = 135266419, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 23329.141785151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078627328, end = 3078639616, flags = 134217845, pgoff = 0, inode = 500089 }
-vm_state.vm_map: 23329.141787253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078639616, end = 3078643712, flags = 135266419, pgoff = 8192, inode = 500089 }
-vm_state.vm_map: 23329.141789734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078643712, end = 3078660096, flags = 134217845, pgoff = 0, inode = 499749 }
-vm_state.vm_map: 23329.141791775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078660096, end = 3078664192, flags = 135266419, pgoff = 12288, inode = 499749 }
-vm_state.vm_map: 23329.141794194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078664192, end = 3078668288, flags = 134217845, pgoff = 0, inode = 500093 }
-vm_state.vm_map: 23329.141796129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078668288, end = 3078672384, flags = 135266419, pgoff = 0, inode = 500093 }
-vm_state.vm_map: 23329.141798510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078672384, end = 3078676480, flags = 134217845, pgoff = 0, inode = 500104 }
-vm_state.vm_map: 23329.141800472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078676480, end = 3078680576, flags = 135266419, pgoff = 4096, inode = 500104 }
-vm_state.vm_map: 23329.141805604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078680576, end = 3078684672, flags = 134217845, pgoff = 0, inode = 500080 }
-vm_state.vm_map: 23329.141807652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078684672, end = 3078688768, flags = 135266419, pgoff = 0, inode = 500080 }
-vm_state.vm_map: 23329.141812259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078688768, end = 3078701056, flags = 1048691, pgoff = 3078688768, inode = 0 }
-vm_state.vm_map: 23329.141817231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078701056, end = 3078705152, flags = 67371125, pgoff = 3078701056, inode = 0 }
-vm_state.vm_map: 23329.141819402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078705152, end = 3078819840, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.141821413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078819840, end = 3078823936, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.141823430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3078823936, end = 3078828032, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.141825527 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1840, start = 3216424960, end = 3216510976, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.141830893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
-vm_state.vm_map: 23329.141832941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
-vm_state.vm_map: 23329.141835001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
-vm_state.vm_map: 23329.141837105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 136343552, end = 136478720, flags = 1048691, pgoff = 136343552, inode = 0 }
-vm_state.vm_map: 23329.141839270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3076980736, end = 3076988928, flags = 1048691, pgoff = 3076980736, inode = 0 }
-vm_state.vm_map: 23329.141841515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3076988928, end = 3078303744, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.141843655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078303744, end = 3078311936, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.141845722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078311936, end = 3078316032, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.141847757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078316032, end = 3078328320, flags = 1048691, pgoff = 3078316032, inode = 0 }
-vm_state.vm_map: 23329.141850335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078328320, end = 3078336512, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.141852419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078336512, end = 3078340608, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.141854530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078340608, end = 3078344704, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.141856620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078430720, end = 3078434816, flags = 1048691, pgoff = 3078430720, inode = 0 }
-vm_state.vm_map: 23329.141858742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078438912, end = 3078447104, flags = 1048691, pgoff = 3078438912, inode = 0 }
-vm_state.vm_map: 23329.141860834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078447104, end = 3078451200, flags = 67371125, pgoff = 3078447104, inode = 0 }
-vm_state.vm_map: 23329.141862967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078451200, end = 3078565888, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.141865193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078565888, end = 3078569984, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.141867247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3078569984, end = 3078574080, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.141869277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1841, start = 3220160512, end = 3220246528, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.141872052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
-vm_state.vm_map: 23329.141874150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
-vm_state.vm_map: 23329.141876167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
-vm_state.vm_map: 23329.141880984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 158932992, end = 159068160, flags = 1048691, pgoff = 158932992, inode = 0 }
-vm_state.vm_map: 23329.141883155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3076825088, end = 3076833280, flags = 1048691, pgoff = 3076825088, inode = 0 }
-vm_state.vm_map: 23329.141885764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3076833280, end = 3078148096, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.141887825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078148096, end = 3078156288, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.141889928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078156288, end = 3078160384, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.141891889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078160384, end = 3078172672, flags = 1048691, pgoff = 3078160384, inode = 0 }
-vm_state.vm_map: 23329.141894270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078172672, end = 3078180864, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.141896300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078180864, end = 3078184960, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.141898391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078184960, end = 3078189056, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.141900408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078275072, end = 3078279168, flags = 1048691, pgoff = 3078275072, inode = 0 }
-vm_state.vm_map: 23329.141905404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078283264, end = 3078291456, flags = 1048691, pgoff = 3078283264, inode = 0 }
-vm_state.vm_map: 23329.141907569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078291456, end = 3078295552, flags = 67371125, pgoff = 3078291456, inode = 0 }
-vm_state.vm_map: 23329.141909709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078295552, end = 3078410240, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.141911782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078410240, end = 3078414336, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.141913743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3078414336, end = 3078418432, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.141915890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1842, start = 3216994304, end = 3217080320, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.141918604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
-vm_state.vm_map: 23329.141920917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
-vm_state.vm_map: 23329.141922854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
-vm_state.vm_map: 23329.141924876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 137175040, end = 137310208, flags = 1048691, pgoff = 137175040, inode = 0 }
-vm_state.vm_map: 23329.141926814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3077922816, end = 3077931008, flags = 1048691, pgoff = 3077922816, inode = 0 }
-vm_state.vm_map: 23329.141928979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3077931008, end = 3079245824, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.141931002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079245824, end = 3079254016, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.141933024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079254016, end = 3079258112, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.141934968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079258112, end = 3079270400, flags = 1048691, pgoff = 3079258112, inode = 0 }
-vm_state.vm_map: 23329.141937200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079270400, end = 3079278592, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.141939310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079278592, end = 3079282688, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.141941246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079282688, end = 3079286784, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.141943201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079372800, end = 3079376896, flags = 1048691, pgoff = 3079372800, inode = 0 }
-vm_state.vm_map: 23329.141945249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079380992, end = 3079389184, flags = 1048691, pgoff = 3079380992, inode = 0 }
-vm_state.vm_map: 23329.141947303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079389184, end = 3079393280, flags = 67371125, pgoff = 3079389184, inode = 0 }
-vm_state.vm_map: 23329.141953070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079393280, end = 3079507968, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.141955482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079507968, end = 3079512064, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.141957524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3079512064, end = 3079516160, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.141959732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1843, start = 3215454208, end = 3215540224, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.141962199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
-vm_state.vm_map: 23329.141964136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
-vm_state.vm_map: 23329.141966073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
-vm_state.vm_map: 23329.141968016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 157933568, end = 158068736, flags = 1048691, pgoff = 157933568, inode = 0 }
-vm_state.vm_map: 23329.141970064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3077189632, end = 3077197824, flags = 1048691, pgoff = 3077189632, inode = 0 }
-vm_state.vm_map: 23329.141972130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3077197824, end = 3078512640, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.141974092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078512640, end = 3078520832, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.141976195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078520832, end = 3078524928, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.141978138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078524928, end = 3078537216, flags = 1048691, pgoff = 3078524928, inode = 0 }
-vm_state.vm_map: 23329.141980272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078537216, end = 3078545408, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.141982388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078545408, end = 3078549504, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.141984442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078549504, end = 3078553600, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.141986422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078639616, end = 3078643712, flags = 1048691, pgoff = 3078639616, inode = 0 }
-vm_state.vm_map: 23329.141988704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078647808, end = 3078656000, flags = 1048691, pgoff = 3078647808, inode = 0 }
-vm_state.vm_map: 23329.141990666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078656000, end = 3078660096, flags = 67371125, pgoff = 3078656000, inode = 0 }
-vm_state.vm_map: 23329.141992744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078660096, end = 3078774784, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.141994700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078774784, end = 3078778880, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.141996754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3078778880, end = 3078782976, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.141998820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1844, start = 3217580032, end = 3217666048, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.142001639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 410997 }
-vm_state.vm_map: 23329.142003779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 134529024, end = 134533120, flags = 135272563, pgoff = 16384, inode = 410997 }
-vm_state.vm_map: 23329.142005839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 134533120, end = 134541312, flags = 1048691, pgoff = 134533120, inode = 0 }
-vm_state.vm_map: 23329.142007880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 164167680, end = 164302848, flags = 1048691, pgoff = 164167680, inode = 0 }
-vm_state.vm_map: 23329.142009812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3076263936, end = 3076272128, flags = 1048691, pgoff = 3076263936, inode = 0 }
-vm_state.vm_map: 23329.142011915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3076272128, end = 3077586944, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.142013994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077586944, end = 3077595136, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.142015949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077595136, end = 3077599232, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.142017885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077599232, end = 3077611520, flags = 1048691, pgoff = 3077599232, inode = 0 }
-vm_state.vm_map: 23329.142019982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077611520, end = 3077619712, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.142022307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077619712, end = 3077623808, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.142024275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077623808, end = 3077627904, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.142026273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077713920, end = 3077718016, flags = 1048691, pgoff = 3077713920, inode = 0 }
-vm_state.vm_map: 23329.142028260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077722112, end = 3077730304, flags = 1048691, pgoff = 3077722112, inode = 0 }
-vm_state.vm_map: 23329.142030190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077730304, end = 3077734400, flags = 67371125, pgoff = 3077730304, inode = 0 }
-vm_state.vm_map: 23329.142032417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077734400, end = 3077849088, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.142034459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077849088, end = 3077853184, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.142036531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3077853184, end = 3077857280, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.142038480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1845, start = 3215814656, end = 3215900672, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.142046474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 134512640, end = 134635520, flags = 134223989, pgoff = 0, inode = 17179 }
-vm_state.vm_map: 23329.142048682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 134635520, end = 134639616, flags = 135272563, pgoff = 118784, inode = 17179 }
-vm_state.vm_map: 23329.142050699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 166301696, end = 166952960, flags = 1048691, pgoff = 166301696, inode = 0 }
-vm_state.vm_map: 23329.142053179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3060416512, end = 3060531200, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.142055338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3060531200, end = 3060535296, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.142060945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3060600832, end = 3060629504, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.142065818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3060629504, end = 3060633600, flags = 1048688, pgoff = 3060629504, inode = 0 }
-vm_state.vm_map: 23329.142067970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3060633600, end = 3069022208, flags = 1048691, pgoff = 3060633600, inode = 0 }
-vm_state.vm_map: 23329.142073670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069022208, end = 3069026304, flags = 1048688, pgoff = 3069022208, inode = 0 }
-vm_state.vm_map: 23329.142075704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069026304, end = 3069091840, flags = 1048691, pgoff = 3069026304, inode = 0 }
-vm_state.vm_map: 23329.142077832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069091840, end = 3069095936, flags = 1048688, pgoff = 3069091840, inode = 0 }
-vm_state.vm_map: 23329.142079764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069095936, end = 3069161472, flags = 1048691, pgoff = 3069095936, inode = 0 }
-vm_state.vm_map: 23329.142082046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069161472, end = 3069165568, flags = 1048688, pgoff = 3069161472, inode = 0 }
-vm_state.vm_map: 23329.142084007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069165568, end = 3069231104, flags = 1048691, pgoff = 3069165568, inode = 0 }
-vm_state.vm_map: 23329.142086068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069231104, end = 3069235200, flags = 1048688, pgoff = 3069231104, inode = 0 }
-vm_state.vm_map: 23329.142087991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069235200, end = 3069300736, flags = 1048691, pgoff = 3069235200, inode = 0 }
-vm_state.vm_map: 23329.142089917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069300736, end = 3069304832, flags = 1048688, pgoff = 3069300736, inode = 0 }
-vm_state.vm_map: 23329.142091840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069304832, end = 3069370368, flags = 1048691, pgoff = 3069304832, inode = 0 }
-vm_state.vm_map: 23329.142094227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069370368, end = 3069374464, flags = 1048688, pgoff = 3069370368, inode = 0 }
-vm_state.vm_map: 23329.142096152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069374464, end = 3069440000, flags = 1048691, pgoff = 3069374464, inode = 0 }
-vm_state.vm_map: 23329.142098200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069440000, end = 3069444096, flags = 1048688, pgoff = 3069440000, inode = 0 }
-vm_state.vm_map: 23329.142100130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069444096, end = 3069509632, flags = 1048691, pgoff = 3069444096, inode = 0 }
-vm_state.vm_map: 23329.142102166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069509632, end = 3069513728, flags = 1048688, pgoff = 3069509632, inode = 0 }
-vm_state.vm_map: 23329.142104090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069513728, end = 3069579264, flags = 1048691, pgoff = 3069513728, inode = 0 }
-vm_state.vm_map: 23329.142106045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069579264, end = 3069583360, flags = 1048688, pgoff = 3069579264, inode = 0 }
-vm_state.vm_map: 23329.142107970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069583360, end = 3069648896, flags = 1048691, pgoff = 3069583360, inode = 0 }
-vm_state.vm_map: 23329.142112787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069648896, end = 3069652992, flags = 1048688, pgoff = 3069648896, inode = 0 }
-vm_state.vm_map: 23329.142114829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069652992, end = 3069718528, flags = 1048691, pgoff = 3069652992, inode = 0 }
-vm_state.vm_map: 23329.142116969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069718528, end = 3069722624, flags = 1048688, pgoff = 3069718528, inode = 0 }
-vm_state.vm_map: 23329.142119011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069722624, end = 3069788160, flags = 1048691, pgoff = 3069722624, inode = 0 }
-vm_state.vm_map: 23329.142121096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069788160, end = 3069792256, flags = 1048688, pgoff = 3069788160, inode = 0 }
-vm_state.vm_map: 23329.142123020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069792256, end = 3069857792, flags = 1048691, pgoff = 3069792256, inode = 0 }
-vm_state.vm_map: 23329.142125050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069857792, end = 3069861888, flags = 1048688, pgoff = 3069857792, inode = 0 }
-vm_state.vm_map: 23329.142127511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069861888, end = 3069927424, flags = 1048691, pgoff = 3069861888, inode = 0 }
-vm_state.vm_map: 23329.142129663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069927424, end = 3069931520, flags = 1048688, pgoff = 3069927424, inode = 0 }
-vm_state.vm_map: 23329.142131699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069931520, end = 3069997056, flags = 1048691, pgoff = 3069931520, inode = 0 }
-vm_state.vm_map: 23329.142133790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3069997056, end = 3070001152, flags = 1048688, pgoff = 3069997056, inode = 0 }
-vm_state.vm_map: 23329.142135856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070001152, end = 3070066688, flags = 1048691, pgoff = 3070001152, inode = 0 }
-vm_state.vm_map: 23329.142137892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070066688, end = 3070070784, flags = 1048688, pgoff = 3070066688, inode = 0 }
-vm_state.vm_map: 23329.142139816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070070784, end = 3070136320, flags = 1048691, pgoff = 3070070784, inode = 0 }
-vm_state.vm_map: 23329.142142098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070136320, end = 3070140416, flags = 1048688, pgoff = 3070136320, inode = 0 }
-vm_state.vm_map: 23329.142144072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070140416, end = 3070205952, flags = 1048691, pgoff = 3070140416, inode = 0 }
-vm_state.vm_map: 23329.142146120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070205952, end = 3070210048, flags = 1048688, pgoff = 3070205952, inode = 0 }
-vm_state.vm_map: 23329.142148044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070210048, end = 3070275584, flags = 1048691, pgoff = 3070210048, inode = 0 }
-vm_state.vm_map: 23329.142150080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070275584, end = 3070279680, flags = 1048688, pgoff = 3070275584, inode = 0 }
-vm_state.vm_map: 23329.142152005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070279680, end = 3070345216, flags = 1048691, pgoff = 3070279680, inode = 0 }
-vm_state.vm_map: 23329.142154052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070345216, end = 3070349312, flags = 1048688, pgoff = 3070345216, inode = 0 }
-vm_state.vm_map: 23329.142155976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070349312, end = 3070414848, flags = 1048691, pgoff = 3070349312, inode = 0 }
-vm_state.vm_map: 23329.142158031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070414848, end = 3070418944, flags = 1048688, pgoff = 3070414848, inode = 0 }
-vm_state.vm_map: 23329.142160287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070418944, end = 3070484480, flags = 1048691, pgoff = 3070418944, inode = 0 }
-vm_state.vm_map: 23329.142162440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070484480, end = 3070488576, flags = 1048688, pgoff = 3070484480, inode = 0 }
-vm_state.vm_map: 23329.142164506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070488576, end = 3070554112, flags = 1048691, pgoff = 3070488576, inode = 0 }
-vm_state.vm_map: 23329.142166622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070554112, end = 3070558208, flags = 1048688, pgoff = 3070554112, inode = 0 }
-vm_state.vm_map: 23329.142168627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070558208, end = 3070623744, flags = 1048691, pgoff = 3070558208, inode = 0 }
-vm_state.vm_map: 23329.142170619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070623744, end = 3070627840, flags = 1048688, pgoff = 3070623744, inode = 0 }
-vm_state.vm_map: 23329.142172556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070627840, end = 3070693376, flags = 1048691, pgoff = 3070627840, inode = 0 }
-vm_state.vm_map: 23329.142177256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070693376, end = 3070697472, flags = 1048688, pgoff = 3070693376, inode = 0 }
-vm_state.vm_map: 23329.142179483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070697472, end = 3070763008, flags = 1048691, pgoff = 3070697472, inode = 0 }
-vm_state.vm_map: 23329.142181642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070763008, end = 3070767104, flags = 1048688, pgoff = 3070763008, inode = 0 }
-vm_state.vm_map: 23329.142183702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070767104, end = 3070832640, flags = 1048691, pgoff = 3070767104, inode = 0 }
-vm_state.vm_map: 23329.142185916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070832640, end = 3070836736, flags = 1048688, pgoff = 3070832640, inode = 0 }
-vm_state.vm_map: 23329.142187884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070836736, end = 3070902272, flags = 1048691, pgoff = 3070836736, inode = 0 }
-vm_state.vm_map: 23329.142190178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070902272, end = 3070906368, flags = 1048688, pgoff = 3070902272, inode = 0 }
-vm_state.vm_map: 23329.142192232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070906368, end = 3070971904, flags = 1048691, pgoff = 3070906368, inode = 0 }
-vm_state.vm_map: 23329.142194632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070971904, end = 3070976000, flags = 1048688, pgoff = 3070971904, inode = 0 }
-vm_state.vm_map: 23329.142196569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3070976000, end = 3071041536, flags = 1048691, pgoff = 3070976000, inode = 0 }
-vm_state.vm_map: 23329.142198641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071041536, end = 3071045632, flags = 1048688, pgoff = 3071041536, inode = 0 }
-vm_state.vm_map: 23329.142200584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071045632, end = 3071111168, flags = 1048691, pgoff = 3071045632, inode = 0 }
-vm_state.vm_map: 23329.142202687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071111168, end = 3071115264, flags = 1048688, pgoff = 3071111168, inode = 0 }
-vm_state.vm_map: 23329.142204698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071115264, end = 3071180800, flags = 1048691, pgoff = 3071115264, inode = 0 }
-vm_state.vm_map: 23329.142206950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071180800, end = 3071184896, flags = 1048688, pgoff = 3071180800, inode = 0 }
-vm_state.vm_map: 23329.142209047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071184896, end = 3071250432, flags = 1048691, pgoff = 3071184896, inode = 0 }
-vm_state.vm_map: 23329.142211082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071250432, end = 3071254528, flags = 1048688, pgoff = 3071250432, inode = 0 }
-vm_state.vm_map: 23329.142213167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071254528, end = 3071320064, flags = 1048691, pgoff = 3071254528, inode = 0 }
-vm_state.vm_map: 23329.142215337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071320064, end = 3071324160, flags = 1048688, pgoff = 3071320064, inode = 0 }
-vm_state.vm_map: 23329.142217306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071324160, end = 3071389696, flags = 1048691, pgoff = 3071324160, inode = 0 }
-vm_state.vm_map: 23329.142221833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071389696, end = 3071393792, flags = 1048688, pgoff = 3071389696, inode = 0 }
-vm_state.vm_map: 23329.142226490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071393792, end = 3071459328, flags = 1048691, pgoff = 3071393792, inode = 0 }
-vm_state.vm_map: 23329.142228981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071459328, end = 3071463424, flags = 1048688, pgoff = 3071459328, inode = 0 }
-vm_state.vm_map: 23329.142231073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071463424, end = 3071528960, flags = 1048691, pgoff = 3071463424, inode = 0 }
-vm_state.vm_map: 23329.142233003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071528960, end = 3071533056, flags = 1048688, pgoff = 3071528960, inode = 0 }
-vm_state.vm_map: 23329.142234935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071533056, end = 3071598592, flags = 1048691, pgoff = 3071533056, inode = 0 }
-vm_state.vm_map: 23329.142237106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071598592, end = 3071602688, flags = 1048688, pgoff = 3071598592, inode = 0 }
-vm_state.vm_map: 23329.142261062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071602688, end = 3071668224, flags = 1048691, pgoff = 3071602688, inode = 0 }
-vm_state.vm_map: 23329.142263344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071668224, end = 3071672320, flags = 1048688, pgoff = 3071668224, inode = 0 }
-vm_state.vm_map: 23329.142265540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071672320, end = 3071737856, flags = 1048691, pgoff = 3071672320, inode = 0 }
-vm_state.vm_map: 23329.142267631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071737856, end = 3071741952, flags = 1048688, pgoff = 3071737856, inode = 0 }
-vm_state.vm_map: 23329.142269741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071741952, end = 3071807488, flags = 1048691, pgoff = 3071741952, inode = 0 }
-vm_state.vm_map: 23329.142271795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071807488, end = 3071811584, flags = 1048688, pgoff = 3071807488, inode = 0 }
-vm_state.vm_map: 23329.142273855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071811584, end = 3071877120, flags = 1048691, pgoff = 3071811584, inode = 0 }
-vm_state.vm_map: 23329.142275940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071877120, end = 3071881216, flags = 1048688, pgoff = 3071877120, inode = 0 }
-vm_state.vm_map: 23329.142295498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071881216, end = 3071946752, flags = 1048691, pgoff = 3071881216, inode = 0 }
-vm_state.vm_map: 23329.142297855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071946752, end = 3071950848, flags = 1048688, pgoff = 3071946752, inode = 0 }
-vm_state.vm_map: 23329.142299847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3071950848, end = 3072016384, flags = 1048691, pgoff = 3071950848, inode = 0 }
-vm_state.vm_map: 23329.142302561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072016384, end = 3072020480, flags = 1048688, pgoff = 3072016384, inode = 0 }
-vm_state.vm_map: 23329.142304597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072020480, end = 3072086016, flags = 1048691, pgoff = 3072020480, inode = 0 }
-vm_state.vm_map: 23329.142306737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072086016, end = 3072090112, flags = 1048688, pgoff = 3072086016, inode = 0 }
-vm_state.vm_map: 23329.142308964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072090112, end = 3072155648, flags = 1048691, pgoff = 3072090112, inode = 0 }
-vm_state.vm_map: 23329.142311159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072155648, end = 3072159744, flags = 1048688, pgoff = 3072155648, inode = 0 }
-vm_state.vm_map: 23329.142313373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072159744, end = 3072225280, flags = 1048691, pgoff = 3072159744, inode = 0 }
-vm_state.vm_map: 23329.142315428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072225280, end = 3072229376, flags = 1048688, pgoff = 3072225280, inode = 0 }
-vm_state.vm_map: 23329.142317537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072229376, end = 3072294912, flags = 1048691, pgoff = 3072229376, inode = 0 }
-vm_state.vm_map: 23329.142319523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072294912, end = 3072299008, flags = 1048688, pgoff = 3072294912, inode = 0 }
-vm_state.vm_map: 23329.142321528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072299008, end = 3072364544, flags = 1048691, pgoff = 3072299008, inode = 0 }
-vm_state.vm_map: 23329.142323625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072364544, end = 3072368640, flags = 1048688, pgoff = 3072364544, inode = 0 }
-vm_state.vm_map: 23329.142325611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072368640, end = 3072434176, flags = 1048691, pgoff = 3072368640, inode = 0 }
-vm_state.vm_map: 23329.142327603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072434176, end = 3072438272, flags = 1048688, pgoff = 3072434176, inode = 0 }
-vm_state.vm_map: 23329.142329830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072438272, end = 3072503808, flags = 1048691, pgoff = 3072438272, inode = 0 }
-vm_state.vm_map: 23329.142331989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072503808, end = 3072507904, flags = 1048688, pgoff = 3072503808, inode = 0 }
-vm_state.vm_map: 23329.142334086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072507904, end = 3072573440, flags = 1048691, pgoff = 3072507904, inode = 0 }
-vm_state.vm_map: 23329.142336467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072573440, end = 3072577536, flags = 1048688, pgoff = 3072573440, inode = 0 }
-vm_state.vm_map: 23329.142338416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072577536, end = 3072643072, flags = 1048691, pgoff = 3072577536, inode = 0 }
-vm_state.vm_map: 23329.142340408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072643072, end = 3072647168, flags = 1048688, pgoff = 3072643072, inode = 0 }
-vm_state.vm_map: 23329.142342691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072647168, end = 3072712704, flags = 1048691, pgoff = 3072647168, inode = 0 }
-vm_state.vm_map: 23329.142344843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072712704, end = 3072716800, flags = 1048688, pgoff = 3072712704, inode = 0 }
-vm_state.vm_map: 23329.142346934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072716800, end = 3072782336, flags = 1048691, pgoff = 3072716800, inode = 0 }
-vm_state.vm_map: 23329.142349075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072782336, end = 3072786432, flags = 1048688, pgoff = 3072782336, inode = 0 }
-vm_state.vm_map: 23329.142351178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072786432, end = 3072851968, flags = 1048691, pgoff = 3072786432, inode = 0 }
-vm_state.vm_map: 23329.142353201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072851968, end = 3072856064, flags = 1048688, pgoff = 3072851968, inode = 0 }
-vm_state.vm_map: 23329.142355292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072856064, end = 3072921600, flags = 1048691, pgoff = 3072856064, inode = 0 }
-vm_state.vm_map: 23329.142357328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072921600, end = 3072925696, flags = 1048688, pgoff = 3072921600, inode = 0 }
-vm_state.vm_map: 23329.142359437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072925696, end = 3072991232, flags = 1048691, pgoff = 3072925696, inode = 0 }
-vm_state.vm_map: 23329.142361405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072991232, end = 3072995328, flags = 1048688, pgoff = 3072991232, inode = 0 }
-vm_state.vm_map: 23329.142363354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3072995328, end = 3073060864, flags = 1048691, pgoff = 3072995328, inode = 0 }
-vm_state.vm_map: 23329.142365531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073060864, end = 3073064960, flags = 1048688, pgoff = 3073060864, inode = 0 }
-vm_state.vm_map: 23329.142367511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073064960, end = 3073130496, flags = 1048691, pgoff = 3073064960, inode = 0 }
-vm_state.vm_map: 23329.142369965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073130496, end = 3073134592, flags = 1048688, pgoff = 3073130496, inode = 0 }
-vm_state.vm_map: 23329.142372057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073134592, end = 3073200128, flags = 1048691, pgoff = 3073134592, inode = 0 }
-vm_state.vm_map: 23329.142374104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073200128, end = 3073204224, flags = 1048688, pgoff = 3073200128, inode = 0 }
-vm_state.vm_map: 23329.142376325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073204224, end = 3073277952, flags = 1048691, pgoff = 3073204224, inode = 0 }
-vm_state.vm_map: 23329.142378545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073277952, end = 3073376256, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.142380748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073376256, end = 3073380352, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.142382833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073380352, end = 3073384448, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.142384937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073384448, end = 3073454080, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.142386990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073454080, end = 3073458176, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.142389025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073458176, end = 3073462272, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.142390975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073462272, end = 3073470464, flags = 1048691, pgoff = 3073462272, inode = 0 }
-vm_state.vm_map: 23329.142393182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073470464, end = 3073478656, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.142395113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073478656, end = 3073482752, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.142397179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073482752, end = 3073486848, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.142403230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073486848, end = 3073736704, flags = 134217845, pgoff = 0, inode = 17169 }
-vm_state.vm_map: 23329.142405667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073736704, end = 3073744896, flags = 135266419, pgoff = 245760, inode = 17169 }
-vm_state.vm_map: 23329.142407653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073744896, end = 3073748992, flags = 1048691, pgoff = 3073744896, inode = 0 }
-vm_state.vm_map: 23329.142410034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073748992, end = 3073941504, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.142411964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073941504, end = 3073945600, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.142414284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3073945600, end = 3075260416, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.142416325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3075260416, end = 3075268608, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.142418268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3075268608, end = 3075272704, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.142420396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3075272704, end = 3075284992, flags = 1048691, pgoff = 3075272704, inode = 0 }
-vm_state.vm_map: 23329.142422820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3075284992, end = 3076022272, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.142424856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076022272, end = 3076026368, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.142427181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076026368, end = 3076038656, flags = 134217845, pgoff = 0, inode = 19626 }
-vm_state.vm_map: 23329.142429445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076038656, end = 3076042752, flags = 135266419, pgoff = 8192, inode = 19626 }
-vm_state.vm_map: 23329.142431980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076042752, end = 3076284416, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.142433923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076284416, end = 3076288512, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.142435915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076288512, end = 3076292608, flags = 1048691, pgoff = 3076288512, inode = 0 }
-vm_state.vm_map: 23329.142438284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076292608, end = 3076890624, flags = 134217845, pgoff = 0, inode = 19628 }
-vm_state.vm_map: 23329.142440676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076890624, end = 3076898816, flags = 135266419, pgoff = 598016, inode = 19628 }
-vm_state.vm_map: 23329.142443064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3076898816, end = 3077013504, flags = 134217845, pgoff = 0, inode = 17171 }
-vm_state.vm_map: 23329.142445162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077013504, end = 3077017600, flags = 135266419, pgoff = 114688, inode = 17171 }
-vm_state.vm_map: 23329.142447345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077017600, end = 3077046272, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.142449448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077046272, end = 3077050368, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.142451478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077050368, end = 3077054464, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.142456135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077054464, end = 3077070848, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.142458312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077070848, end = 3077074944, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.142460482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077074944, end = 3077160960, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.142462697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077160960, end = 3077165056, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.142464769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077165056, end = 3077169152, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.142467088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077169152, end = 3077181440, flags = 1048691, pgoff = 3077169152, inode = 0 }
-vm_state.vm_map: 23329.142469216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077181440, end = 3077406720, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.142471221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077406720, end = 3077410816, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.142473423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077410816, end = 3077414912, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.142476174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077414912, end = 3077529600, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 23329.142478179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077529600, end = 3077533696, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 23329.142480375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077554176, end = 3077558272, flags = 1048688, pgoff = 3077554176, inode = 0 }
-vm_state.vm_map: 23329.142482379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077558272, end = 3077636096, flags = 1048691, pgoff = 3077558272, inode = 0 }
-vm_state.vm_map: 23329.142484514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077636096, end = 3077640192, flags = 67371125, pgoff = 3077636096, inode = 0 }
-vm_state.vm_map: 23329.142486691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077640192, end = 3077754880, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.142488924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077754880, end = 3077758976, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.142491039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3077758976, end = 3077763072, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.142493137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1881, start = 3213963264, end = 3214049280, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.142496319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
-vm_state.vm_map: 23329.142498423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
-vm_state.vm_map: 23329.142500514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
-vm_state.vm_map: 23329.142502703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 141185024, end = 141443072, flags = 1048691, pgoff = 141185024, inode = 0 }
-vm_state.vm_map: 23329.142504912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075334144, end = 3075375104, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.142507015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075375104, end = 3075379200, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.142509044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075379200, end = 3075383296, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.142511512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075383296, end = 3075420160, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.142513695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075420160, end = 3075424256, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.142515866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075424256, end = 3075428352, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.142518044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075428352, end = 3075506176, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.142520129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075506176, end = 3075510272, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.142522416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075510272, end = 3075514368, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.142524619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075514368, end = 3075522560, flags = 1048691, pgoff = 3075514368, inode = 0 }
-vm_state.vm_map: 23329.142526839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075522560, end = 3075547136, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.142529065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075547136, end = 3075551232, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.142531145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075551232, end = 3075555328, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.142533679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3075555328, end = 3076886528, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.142535912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3076886528, end = 3076890624, flags = 1048691, pgoff = 3076886528, inode = 0 }
-vm_state.vm_map: 23329.142538046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3076890624, end = 3078205440, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.142539995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078205440, end = 3078213632, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.142542117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078213632, end = 3078217728, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.142544288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078217728, end = 3078234112, flags = 1048691, pgoff = 3078217728, inode = 0 }
-vm_state.vm_map: 23329.142546737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078234112, end = 3078242304, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.142548729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078242304, end = 3078246400, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.142550839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078246400, end = 3078250496, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.142553201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078250496, end = 3078467584, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 23329.142555299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078467584, end = 3078479872, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 23329.142557451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078545408, end = 3078574080, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.142559548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078574080, end = 3078582272, flags = 1048691, pgoff = 3078574080, inode = 0 }
-vm_state.vm_map: 23329.142561590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078582272, end = 3078586368, flags = 67371125, pgoff = 3078582272, inode = 0 }
-vm_state.vm_map: 23329.142563767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078586368, end = 3078701056, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.142565729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078701056, end = 3078705152, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.142567906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3078705152, end = 3078709248, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.142569868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1957, start = 3219304448, end = 3219390464, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.142572619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 134512640, end = 134647808, flags = 134223989, pgoff = 0, inode = 23928 }
-vm_state.vm_map: 23329.142574741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 134647808, end = 134651904, flags = 135272563, pgoff = 135168, inode = 23928 }
-vm_state.vm_map: 23329.142577035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 134651904, end = 134656000, flags = 1048691, pgoff = 134651904, inode = 0 }
-vm_state.vm_map: 23329.142579089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 136007680, end = 136142848, flags = 1048691, pgoff = 136007680, inode = 0 }
-vm_state.vm_map: 23329.142581470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076276224, end = 3076284416, flags = 1048691, pgoff = 3076276224, inode = 0 }
-vm_state.vm_map: 23329.142583549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076284416, end = 3076313088, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.142585683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076313088, end = 3076317184, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.142587786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076317184, end = 3076321280, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.142589945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076321280, end = 3076407296, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.142591870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076407296, end = 3076411392, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.142594041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076411392, end = 3076415488, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.142596113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076415488, end = 3076423680, flags = 1048691, pgoff = 3076415488, inode = 0 }
-vm_state.vm_map: 23329.142598155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076423680, end = 3076431872, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.142600097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076431872, end = 3076435968, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.142602151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076435968, end = 3076440064, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.142604200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076440064, end = 3076444160, flags = 1048691, pgoff = 3076440064, inode = 0 }
-vm_state.vm_map: 23329.142606493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076444160, end = 3076542464, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.142608437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076542464, end = 3076546560, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.142610781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3076546560, end = 3077861376, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.142612841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3077861376, end = 3077869568, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.142615141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3077869568, end = 3077873664, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.142617331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3077873664, end = 3077885952, flags = 1048691, pgoff = 3077873664, inode = 0 }
-vm_state.vm_map: 23329.142619373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3077885952, end = 3078111232, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.142621322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078111232, end = 3078115328, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.142623265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078115328, end = 3078119424, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.142625448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078119424, end = 3078127616, flags = 134217845, pgoff = 0, inode = 17167 }
-vm_state.vm_map: 23329.142627428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078127616, end = 3078131712, flags = 135266419, pgoff = 8192, inode = 17167 }
-vm_state.vm_map: 23329.142629606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078131712, end = 3078172672, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 23329.142631684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078172672, end = 3078176768, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 23329.142634306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078176768, end = 3078193152, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.142636341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078193152, end = 3078197248, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.142638272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078197248, end = 3078201344, flags = 1048691, pgoff = 3078197248, inode = 0 }
-vm_state.vm_map: 23329.142640659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078201344, end = 3078209536, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.142642707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078209536, end = 3078213632, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.142645162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3078213632, end = 3079364608, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.142647284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3079364608, end = 3079380992, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.142649572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3079471104, end = 3079483392, flags = 1048691, pgoff = 3079471104, inode = 0 }
-vm_state.vm_map: 23329.142651688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3079483392, end = 3079487488, flags = 67371125, pgoff = 3079483392, inode = 0 }
-vm_state.vm_map: 23329.142653927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3079487488, end = 3079602176, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.142655888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3079602176, end = 3079606272, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.142658127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3079606272, end = 3079610368, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.142660211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1987, start = 3212898304, end = 3212984320, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.142665714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 134512640, end = 136171520, flags = 134223989, pgoff = 0, inode = 1352187 }
-vm_state.vm_map: 23329.142667910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 136171520, end = 136208384, flags = 135272563, pgoff = 1654784, inode = 1352187 }
-vm_state.vm_map: 23329.142670007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 136208384, end = 136253440, flags = 1048691, pgoff = 136208384, inode = 0 }
-vm_state.vm_map: 23329.142672073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 136720384, end = 172679168, flags = 1048691, pgoff = 136720384, inode = 0 }
-vm_state.vm_map: 23329.142683873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2917122048, end = 2917515264, flags = 134217979, pgoff = 0, inode = 1572872 }
-vm_state.vm_map: 23329.142688967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2925301760, end = 2934022144, flags = 1048691, pgoff = 2925301760, inode = 0 }
-vm_state.vm_map: 23329.142691249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2937151488, end = 2955956224, flags = 1048691, pgoff = 2937151488, inode = 0 }
-vm_state.vm_map: 23329.142696215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2958761984, end = 2960318464, flags = 1048691, pgoff = 2958761984, inode = 0 }
-vm_state.vm_map: 23329.142706984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2965975040, end = 2966368256, flags = 134217979, pgoff = 0, inode = 1933319 }
-vm_state.vm_map: 23329.142715533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2966368256, end = 2966761472, flags = 134217979, pgoff = 0, inode = 1867781 }
-vm_state.vm_map: 23329.142718278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2966761472, end = 2967154688, flags = 134217979, pgoff = 0, inode = 262145 }
-vm_state.vm_map: 23329.142726568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2967154688, end = 2967547904, flags = 134217979, pgoff = 0, inode = 229376 }
-vm_state.vm_map: 23329.142731373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2967547904, end = 2976768000, flags = 1048691, pgoff = 2967547904, inode = 0 }
-vm_state.vm_map: 23329.142738658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2986840064, end = 2988978176, flags = 134217845, pgoff = 0, inode = 222213 }
-vm_state.vm_map: 23329.142740829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2988978176, end = 2989010944, flags = 135266419, pgoff = 2134016, inode = 222213 }
-vm_state.vm_map: 23329.142743036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2989010944, end = 2990342144, flags = 1048691, pgoff = 2989010944, inode = 0 }
-vm_state.vm_map: 23329.142747811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2990342144, end = 2990878720, flags = 134217845, pgoff = 0, inode = 117753 }
-vm_state.vm_map: 23329.142749970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2990878720, end = 2990886912, flags = 135266419, pgoff = 532480, inode = 117753 }
-vm_state.vm_map: 23329.142752067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2990886912, end = 2990903296, flags = 1048691, pgoff = 2990886912, inode = 0 }
-vm_state.vm_map: 23329.142754016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2990997504, end = 2996879360, flags = 1048691, pgoff = 2990997504, inode = 0 }
-vm_state.vm_map: 23329.142756298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2996879360, end = 2996965376, flags = 134217845, pgoff = 0, inode = 117751 }
-vm_state.vm_map: 23329.142758347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2996965376, end = 2996973568, flags = 135266419, pgoff = 81920, inode = 117751 }
-vm_state.vm_map: 23329.142763089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2996973568, end = 2998292480, flags = 134217845, pgoff = 0, inode = 117754 }
-vm_state.vm_map: 23329.142765242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2998292480, end = 2998304768, flags = 135266419, pgoff = 1318912, inode = 117754 }
-vm_state.vm_map: 23329.142767629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2998304768, end = 2998538240, flags = 1048691, pgoff = 2998304768, inode = 0 }
-vm_state.vm_map: 23329.142769812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2998841344, end = 2999054336, flags = 1048691, pgoff = 3000135680, inode = 0 }
-vm_state.vm_map: 23329.142771829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2999054336, end = 2999267328, flags = 1048691, pgoff = 3000135680, inode = 0 }
-vm_state.vm_map: 23329.142773920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2999267328, end = 2999480320, flags = 1048691, pgoff = 3000135680, inode = 0 }
-vm_state.vm_map: 23329.142776042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2999480320, end = 2999693312, flags = 1048691, pgoff = 3000135680, inode = 0 }
-vm_state.vm_map: 23329.142778096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2999693312, end = 2999885824, flags = 1048691, pgoff = 3000201216, inode = 0 }
-vm_state.vm_map: 23329.142782729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2999885824, end = 2999992320, flags = 134217845, pgoff = 0, inode = 115024 }
-vm_state.vm_map: 23329.142784776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2999992320, end = 2999996416, flags = 135266419, pgoff = 106496, inode = 115024 }
-vm_state.vm_map: 23329.142786793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 2999996416, end = 3000033280, flags = 1048691, pgoff = 2999996416, inode = 0 }
-vm_state.vm_map: 23329.142789396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000086528, end = 3000119296, flags = 134217845, pgoff = 0, inode = 117755 }
-vm_state.vm_map: 23329.142791438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000119296, end = 3000123392, flags = 135266419, pgoff = 28672, inode = 117755 }
-vm_state.vm_map: 23329.142793541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000123392, end = 3000127488, flags = 1048691, pgoff = 3000123392, inode = 0 }
-vm_state.vm_map: 23329.142795842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000336384, end = 3000483840, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.142797773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000483840, end = 3000492032, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.142803639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000537088, end = 3000549376, flags = 134217979, pgoff = 0, inode = 1900550 }
-vm_state.vm_map: 23329.142808857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000549376, end = 3000582144, flags = 134217845, pgoff = 0, inode = 255747 }
-vm_state.vm_map: 23329.142810899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000582144, end = 3000586240, flags = 135266419, pgoff = 32768, inode = 255747 }
-vm_state.vm_map: 23329.142813199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3000586240, end = 3004780544, flags = 1074283707, pgoff = 4030726144, inode = 2925 }
-vm_state.vm_map: 23329.142818171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3004780544, end = 3004788736, flags = 786683, pgoff = 4165799936, inode = 5935 }
-vm_state.vm_map: 23329.142822993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3004788736, end = 3004854272, flags = 1074283771, pgoff = 655360, inode = 2164 }
-vm_state.vm_map: 23329.142825504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3004854272, end = 3071963136, flags = 1074283707, pgoff = 3758096384, inode = 2915 }
-vm_state.vm_map: 23329.142827885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3071963136, end = 3071987712, flags = 134217845, pgoff = 0, inode = 255468 }
-vm_state.vm_map: 23329.142829939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3071987712, end = 3071991808, flags = 135266419, pgoff = 20480, inode = 255468 }
-vm_state.vm_map: 23329.142832468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3071991808, end = 3072110592, flags = 134217845, pgoff = 0, inode = 255488 }
-vm_state.vm_map: 23329.142834528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3072110592, end = 3072114688, flags = 135266419, pgoff = 118784, inode = 255488 }
-vm_state.vm_map: 23329.142836570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3072114688, end = 3072376832, flags = 1074283771, pgoff = 786432, inode = 2164 }
-vm_state.vm_map: 23329.142838710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3072376832, end = 3072507904, flags = 1074283771, pgoff = 655360, inode = 2164 }
-vm_state.vm_map: 23329.142841183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3072507904, end = 3073495040, flags = 1048691, pgoff = 3072507904, inode = 0 }
-vm_state.vm_map: 23329.142846044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073495040, end = 3073626112, flags = 134217845, pgoff = 0, inode = 255487 }
-vm_state.vm_map: 23329.142848079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073626112, end = 3073634304, flags = 135266419, pgoff = 126976, inode = 255487 }
-vm_state.vm_map: 23329.142853088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073634304, end = 3073830912, flags = 134217845, pgoff = 0, inode = 114819 }
-vm_state.vm_map: 23329.142855253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073830912, end = 3073851392, flags = 135266419, pgoff = 192512, inode = 114819 }
-vm_state.vm_map: 23329.142857251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073851392, end = 3073855488, flags = 1048691, pgoff = 3073851392, inode = 0 }
-vm_state.vm_map: 23329.142861970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3073855488, end = 3074088960, flags = 134217845, pgoff = 0, inode = 114829 }
-vm_state.vm_map: 23329.142864117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074088960, end = 3074109440, flags = 135266419, pgoff = 229376, inode = 114829 }
-vm_state.vm_map: 23329.142866158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074109440, end = 3074113536, flags = 1048691, pgoff = 3074109440, inode = 0 }
-vm_state.vm_map: 23329.142873159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074113536, end = 3074146304, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 23329.142875195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074146304, end = 3074150400, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 23329.142877865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074150400, end = 3074170880, flags = 134217845, pgoff = 0, inode = 255490 }
-vm_state.vm_map: 23329.142879963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074170880, end = 3074174976, flags = 135266419, pgoff = 20480, inode = 255490 }
-vm_state.vm_map: 23329.142882319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074174976, end = 3074195456, flags = 134217845, pgoff = 0, inode = 255466 }
-vm_state.vm_map: 23329.142884348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074195456, end = 3074199552, flags = 135266419, pgoff = 16384, inode = 255466 }
-vm_state.vm_map: 23329.142886575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074199552, end = 3074228224, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.142891212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074228224, end = 3074240512, flags = 134217845, pgoff = 0, inode = 255477 }
-vm_state.vm_map: 23329.142893249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074240512, end = 3074244608, flags = 135266419, pgoff = 8192, inode = 255477 }
-vm_state.vm_map: 23329.142895660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074244608, end = 3074277376, flags = 134217845, pgoff = 0, inode = 255475 }
-vm_state.vm_map: 23329.142897696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074277376, end = 3074281472, flags = 135266419, pgoff = 28672, inode = 255475 }
-vm_state.vm_map: 23329.142902358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074281472, end = 3074396160, flags = 134217845, pgoff = 0, inode = 255476 }
-vm_state.vm_map: 23329.142904511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074396160, end = 3074404352, flags = 135266419, pgoff = 110592, inode = 255476 }
-vm_state.vm_map: 23329.142906881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074404352, end = 3074732032, flags = 134217845, pgoff = 0, inode = 255473 }
-vm_state.vm_map: 23329.142908884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074732032, end = 3074744320, flags = 135266419, pgoff = 323584, inode = 255473 }
-vm_state.vm_map: 23329.142910994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074744320, end = 3074752512, flags = 1048691, pgoff = 3074744320, inode = 0 }
-vm_state.vm_map: 23329.142913671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074752512, end = 3074764800, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 23329.142915805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074764800, end = 3074768896, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 23329.142920616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074768896, end = 3074830336, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.142922793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074830336, end = 3074834432, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.142924847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074834432, end = 3074838528, flags = 1048691, pgoff = 3074834432, inode = 0 }
-vm_state.vm_map: 23329.142929467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3074838528, end = 3075309568, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.142931515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075309568, end = 3075325952, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.142933680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075325952, end = 3075403776, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.142935864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075403776, end = 3075407872, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.142938251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3075407872, end = 3076722688, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.142940410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076722688, end = 3076730880, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.142942624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076730880, end = 3076734976, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.142944629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076734976, end = 3076747264, flags = 1048691, pgoff = 3076734976, inode = 0 }
-vm_state.vm_map: 23329.142946936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076747264, end = 3076861952, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.142949495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076861952, end = 3076866048, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.142951654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076866048, end = 3076894720, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.142953758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076894720, end = 3076898816, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.142955947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076898816, end = 3076902912, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.142958167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3076902912, end = 3077050368, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.142960302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077050368, end = 3077054464, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.142962331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077054464, end = 3077058560, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.142964471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077058560, end = 3077062656, flags = 1048691, pgoff = 3077058560, inode = 0 }
-vm_state.vm_map: 23329.142966797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077062656, end = 3077160960, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.142968881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077160960, end = 3077165056, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.142970898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077165056, end = 3077169152, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.142973471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077169152, end = 3077263360, flags = 134217845, pgoff = 0, inode = 500176 }
-vm_state.vm_map: 23329.142975604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077263360, end = 3077267456, flags = 135266417, pgoff = 90112, inode = 500176 }
-vm_state.vm_map: 23329.142977831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077267456, end = 3077271552, flags = 135266419, pgoff = 94208, inode = 500176 }
-vm_state.vm_map: 23329.142980070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077271552, end = 3077734400, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 23329.142982168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077734400, end = 3077746688, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 23329.142984573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077746688, end = 3077763072, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.142986689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077763072, end = 3077767168, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.142989014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077767168, end = 3077853184, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.142991111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077853184, end = 3077857280, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.143216321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077857280, end = 3077861376, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.143219146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077861376, end = 3077873664, flags = 1048691, pgoff = 3077861376, inode = 0 }
-vm_state.vm_map: 23329.143221385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3077873664, end = 3078098944, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.143223470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078098944, end = 3078103040, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.143225616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078103040, end = 3078107136, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.143228244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078107136, end = 3078168576, flags = 134217845, pgoff = 0, inode = 22552 }
-vm_state.vm_map: 23329.143230255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078168576, end = 3078172672, flags = 135266419, pgoff = 57344, inode = 22552 }
-vm_state.vm_map: 23329.143232783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078172672, end = 3078529024, flags = 134217845, pgoff = 0, inode = 1065307 }
-vm_state.vm_map: 23329.143234856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078529024, end = 3078537216, flags = 135266419, pgoff = 356352, inode = 1065307 }
-vm_state.vm_map: 23329.143332337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078537216, end = 3078557696, flags = 134217845, pgoff = 0, inode = 18616 }
-vm_state.vm_map: 23329.143334638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078557696, end = 3078561792, flags = 135266419, pgoff = 20480, inode = 18616 }
-vm_state.vm_map: 23329.143336932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078561792, end = 3078569984, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.143339448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078569984, end = 3078574080, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.143341940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078574080, end = 3078791168, flags = 134217845, pgoff = 0, inode = 22624 }
-vm_state.vm_map: 23329.143344038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078791168, end = 3078799360, flags = 135266419, pgoff = 212992, inode = 22624 }
-vm_state.vm_map: 23329.143346160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078799360, end = 3078803456, flags = 1048691, pgoff = 3078799360, inode = 0 }
-vm_state.vm_map: 23329.143348442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078803456, end = 3078811648, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.143350637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078811648, end = 3078815744, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.143352691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078815744, end = 3078819840, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.143355084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078819840, end = 3078844416, flags = 134217845, pgoff = 0, inode = 1065108 }
-vm_state.vm_map: 23329.143357076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078844416, end = 3078848512, flags = 135266419, pgoff = 20480, inode = 1065108 }
-vm_state.vm_map: 23329.143359618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078868992, end = 3078893568, flags = 134217845, pgoff = 0, inode = 255472 }
-vm_state.vm_map: 23329.143361777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078893568, end = 3078897664, flags = 135266419, pgoff = 20480, inode = 255472 }
-vm_state.vm_map: 23329.143367766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078897664, end = 3078914048, flags = 134217845, pgoff = 0, inode = 255474 }
-vm_state.vm_map: 23329.143369814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078914048, end = 3078918144, flags = 135266419, pgoff = 12288, inode = 255474 }
-vm_state.vm_map: 23329.143372201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078918144, end = 3078934528, flags = 134217845, pgoff = 0, inode = 255731 }
-vm_state.vm_map: 23329.143374261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078934528, end = 3078938624, flags = 135266419, pgoff = 12288, inode = 255731 }
-vm_state.vm_map: 23329.143432617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078938624, end = 3078950912, flags = 1048691, pgoff = 3078938624, inode = 0 }
-vm_state.vm_map: 23329.143435004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078950912, end = 3078955008, flags = 67371125, pgoff = 3078950912, inode = 0 }
-vm_state.vm_map: 23329.143437249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3078955008, end = 3079069696, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.143439390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3079069696, end = 3079073792, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.143441456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3079073792, end = 3079077888, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.143443535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1989, start = 3215933440, end = 3216019456, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.143446415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 134512640, end = 134647808, flags = 134223989, pgoff = 0, inode = 23928 }
-vm_state.vm_map: 23329.143448568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 134647808, end = 134651904, flags = 135272563, pgoff = 135168, inode = 23928 }
-vm_state.vm_map: 23329.143450733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 134651904, end = 134656000, flags = 1048691, pgoff = 134651904, inode = 0 }
-vm_state.vm_map: 23329.143452805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 136007680, end = 136204288, flags = 1048691, pgoff = 136007680, inode = 0 }
-vm_state.vm_map: 23329.143455180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075432448, end = 3075530752, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.143457370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075530752, end = 3075534848, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.143459560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075534848, end = 3075538944, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.143461817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075538944, end = 3075575808, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.143463797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075575808, end = 3075579904, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.143465765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075579904, end = 3075584000, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.143468368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075584000, end = 3075743744, flags = 1048691, pgoff = 3075584000, inode = 0 }
-vm_state.vm_map: 23329.143474079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075825664, end = 3075833856, flags = 134217845, pgoff = 0, inode = 499908 }
-vm_state.vm_map: 23329.143476220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075833856, end = 3075837952, flags = 135266419, pgoff = 4096, inode = 499908 }
-vm_state.vm_map: 23329.143481426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075837952, end = 3075887104, flags = 134217845, pgoff = 0, inode = 500088 }
-vm_state.vm_map: 23329.143483590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075887104, end = 3075891200, flags = 135266419, pgoff = 45056, inode = 500088 }
-vm_state.vm_map: 23329.143485601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075891200, end = 3075940352, flags = 1048691, pgoff = 3075891200, inode = 0 }
-vm_state.vm_map: 23329.143487883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075940352, end = 3075981312, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.143489992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075981312, end = 3075985408, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.143491992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075985408, end = 3075989504, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.143494193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3075989504, end = 3076026368, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.143496376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076026368, end = 3076030464, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.143498375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076030464, end = 3076034560, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.143500602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076034560, end = 3076112384, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.143502822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076112384, end = 3076116480, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.143505222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076116480, end = 3076120576, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.143507331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076120576, end = 3076128768, flags = 1048691, pgoff = 3076120576, inode = 0 }
-vm_state.vm_map: 23329.143509570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076128768, end = 3076153344, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.143511667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076153344, end = 3076157440, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.143513635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076157440, end = 3076161536, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.143516071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076161536, end = 3076177920, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.143518360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076177920, end = 3076182016, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.143520500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076182016, end = 3076218880, flags = 134217845, pgoff = 0, inode = 499730 }
-vm_state.vm_map: 23329.143522517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076218880, end = 3076222976, flags = 135266419, pgoff = 32768, inode = 499730 }
-vm_state.vm_map: 23329.143524991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076222976, end = 3076239360, flags = 134217845, pgoff = 0, inode = 500096 }
-vm_state.vm_map: 23329.143526971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076239360, end = 3076243456, flags = 135266419, pgoff = 12288, inode = 500096 }
-vm_state.vm_map: 23329.143529043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076243456, end = 3076247552, flags = 134217845, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 23329.143530986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076247552, end = 3076251648, flags = 135266419, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 23329.143533182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076251648, end = 3076255744, flags = 134217845, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 23329.143535119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076255744, end = 3076259840, flags = 135266419, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 23329.143537346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076259840, end = 3076272128, flags = 134217845, pgoff = 0, inode = 500089 }
-vm_state.vm_map: 23329.143539714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076272128, end = 3076276224, flags = 135266419, pgoff = 8192, inode = 500089 }
-vm_state.vm_map: 23329.143541811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076276224, end = 3076284416, flags = 1048691, pgoff = 3076276224, inode = 0 }
-vm_state.vm_map: 23329.143543970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076284416, end = 3076313088, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.143546018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076313088, end = 3076317184, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.143547955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076317184, end = 3076321280, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.143550268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076321280, end = 3076407296, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.143552365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076407296, end = 3076411392, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.143554301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076411392, end = 3076415488, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.143610770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076415488, end = 3076423680, flags = 1048691, pgoff = 3076415488, inode = 0 }
-vm_state.vm_map: 23329.143613953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076423680, end = 3076431872, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.143616013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076431872, end = 3076435968, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.143618117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076435968, end = 3076440064, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.143620331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076440064, end = 3076444160, flags = 1048691, pgoff = 3076440064, inode = 0 }
-vm_state.vm_map: 23329.143622576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076444160, end = 3076542464, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.143624778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076542464, end = 3076546560, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.143626937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3076546560, end = 3077861376, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.143629422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3077861376, end = 3077869568, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.143631476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3077869568, end = 3077873664, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.143633666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3077873664, end = 3077885952, flags = 1048691, pgoff = 3077873664, inode = 0 }
-vm_state.vm_map: 23329.143635912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3077885952, end = 3078111232, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.143637903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078111232, end = 3078115328, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.143640205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078115328, end = 3078119424, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.143642278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078119424, end = 3078127616, flags = 134217845, pgoff = 0, inode = 17167 }
-vm_state.vm_map: 23329.143644355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078127616, end = 3078131712, flags = 135266419, pgoff = 8192, inode = 17167 }
-vm_state.vm_map: 23329.143646576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078131712, end = 3078172672, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 23329.143648778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078172672, end = 3078176768, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 23329.143650943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078176768, end = 3078193152, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.143653052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078193152, end = 3078197248, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.143655199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078197248, end = 3078201344, flags = 1048691, pgoff = 3078197248, inode = 0 }
-vm_state.vm_map: 23329.143657321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078201344, end = 3078209536, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.143659436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078209536, end = 3078213632, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.143661694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3078213632, end = 3079364608, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.143664241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079364608, end = 3079380992, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.143670015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079385088, end = 3079389184, flags = 134217845, pgoff = 0, inode = 500093 }
-vm_state.vm_map: 23329.143672168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079389184, end = 3079393280, flags = 135266419, pgoff = 0, inode = 500093 }
-vm_state.vm_map: 23329.143674678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079397376, end = 3079430144, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.143676843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079430144, end = 3079434240, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.143679273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079434240, end = 3079467008, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.143681377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079467008, end = 3079471104, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.143683431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079471104, end = 3079483392, flags = 1048691, pgoff = 3079471104, inode = 0 }
-vm_state.vm_map: 23329.143685645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079483392, end = 3079487488, flags = 67371125, pgoff = 3079483392, inode = 0 }
-vm_state.vm_map: 23329.143687829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079487488, end = 3079602176, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.143689938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079602176, end = 3079606272, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.143691974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3079606272, end = 3079610368, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.143694083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 1993, start = 3212898304, end = 3212984320, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.143699653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 20943 }
-vm_state.vm_map: 23329.143702065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 20943 }
-vm_state.vm_map: 23329.143704162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 145100800, end = 145235968, flags = 1048691, pgoff = 145100800, inode = 0 }
-vm_state.vm_map: 23329.143706480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075481600, end = 3075522560, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.143708509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075522560, end = 3075526656, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.143710756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075526656, end = 3075530752, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.143712927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075530752, end = 3075567616, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.143714938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075567616, end = 3075571712, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.143717367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075571712, end = 3075575808, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.143719544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075575808, end = 3075653632, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.143721598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075653632, end = 3075657728, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.143723658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075657728, end = 3075661824, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.143725762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075661824, end = 3075670016, flags = 1048691, pgoff = 3075661824, inode = 0 }
-vm_state.vm_map: 23329.143728075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075670016, end = 3075694592, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.143730228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075694592, end = 3075698688, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.143732294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075698688, end = 3075702784, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.143734299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075702784, end = 3075710976, flags = 1048691, pgoff = 3075702784, inode = 0 }
-vm_state.vm_map: 23329.143737025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075710976, end = 3075727360, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.143739085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075727360, end = 3075731456, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.143741324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075731456, end = 3075739648, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.143796164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075739648, end = 3075743744, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.143798903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075743744, end = 3075751936, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.143800963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075751936, end = 3075756032, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.143803060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075756032, end = 3075760128, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.143805256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075760128, end = 3075858432, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.143807329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075858432, end = 3075862528, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.143809555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3075862528, end = 3077177344, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.143811603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077177344, end = 3077185536, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.143813873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077185536, end = 3077189632, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.143816038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077189632, end = 3077206016, flags = 1048691, pgoff = 3077189632, inode = 0 }
-vm_state.vm_map: 23329.143818271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077206016, end = 3077292032, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.143820424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077292032, end = 3077296128, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.143822718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077296128, end = 3077300224, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.143825297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077300224, end = 3077308416, flags = 1048691, pgoff = 3077300224, inode = 0 }
-vm_state.vm_map: 23329.143827493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3077308416, end = 3078459392, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.143829466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3078459392, end = 3078475776, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.143831638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3078569984, end = 3078578176, flags = 1048691, pgoff = 3078569984, inode = 0 }
-vm_state.vm_map: 23329.143833729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3078578176, end = 3078582272, flags = 67371125, pgoff = 3078578176, inode = 0 }
-vm_state.vm_map: 23329.143835875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3078582272, end = 3078696960, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.143837978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3078696960, end = 3078701056, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.143840131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3078701056, end = 3078705152, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.143842228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2001, start = 3216130048, end = 3216216064, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.143845220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076358144, end = 3076399104, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.143847286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076399104, end = 3076403200, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.143849285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076403200, end = 3076407296, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.143851592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076407296, end = 3076444160, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.143853639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076444160, end = 3076448256, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.143855724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076448256, end = 3076452352, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.143858161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076452352, end = 3076530176, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.143860578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076530176, end = 3076534272, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.143862620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076534272, end = 3076538368, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.143864809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076538368, end = 3076546560, flags = 1048691, pgoff = 3076538368, inode = 0 }
-vm_state.vm_map: 23329.143866907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076546560, end = 3076571136, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.143868980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076571136, end = 3076575232, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.143871156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076575232, end = 3076579328, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.143873148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076579328, end = 3076587520, flags = 1048691, pgoff = 3076579328, inode = 0 }
-vm_state.vm_map: 23329.143875276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076587520, end = 3076595712, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.143877380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076595712, end = 3076599808, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.143879366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076599808, end = 3076603904, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.143881469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3076603904, end = 3077918720, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.143883653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3077918720, end = 3077926912, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.143885657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3077926912, end = 3077931008, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.143887662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3077931008, end = 3077943296, flags = 1048691, pgoff = 3077931008, inode = 0 }
-vm_state.vm_map: 23329.143889926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3077943296, end = 3077971968, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.143892078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3077971968, end = 3077976064, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.143894385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3077976064, end = 3077980160, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.143896698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3077980160, end = 3078066176, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.143898678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078066176, end = 3078070272, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.143900782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078070272, end = 3078074368, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.143902891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078074368, end = 3078086656, flags = 1048691, pgoff = 3078074368, inode = 0 }
-vm_state.vm_map: 23329.143905019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078086656, end = 3078184960, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.143906968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078184960, end = 3078189056, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.143908955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078189056, end = 3078193152, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.143911262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078193152, end = 3078340608, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.143913211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078340608, end = 3078348800, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.143915146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078443008, end = 3078451200, flags = 1048691, pgoff = 3078443008, inode = 0 }
-vm_state.vm_map: 23329.143917078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078451200, end = 3078455296, flags = 67371125, pgoff = 3078451200, inode = 0 }
-vm_state.vm_map: 23329.143919274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078455296, end = 3078569984, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.143921272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078569984, end = 3078574080, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.143923271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078574080, end = 3078578176, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.143925516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078578176, end = 3078868992, flags = 134223989, pgoff = 0, inode = 20940 }
-vm_state.vm_map: 23329.143927903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078868992, end = 3078873088, flags = 135272561, pgoff = 286720, inode = 20940 }
-vm_state.vm_map: 23329.143929870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3078873088, end = 3078877184, flags = 135272563, pgoff = 290816, inode = 20940 }
-vm_state.vm_map: 23329.143931795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3097956352, end = 3098091520, flags = 1048691, pgoff = 3097956352, inode = 0 }
-vm_state.vm_map: 23329.143933725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2002, start = 3216900096, end = 3216986112, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.143939691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
-vm_state.vm_map: 23329.143941818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
-vm_state.vm_map: 23329.143946728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
-vm_state.vm_map: 23329.143951230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 148566016, end = 148631552, flags = 1048691, pgoff = 148566016, inode = 0 }
-vm_state.vm_map: 23329.143953525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3075379200, end = 3076710400, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.143955585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3076710400, end = 3076714496, flags = 1048691, pgoff = 3076710400, inode = 0 }
-vm_state.vm_map: 23329.143957725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3076714496, end = 3078029312, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.144013904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078029312, end = 3078037504, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.144016279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078037504, end = 3078041600, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.144018937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078041600, end = 3078057984, flags = 1048691, pgoff = 3078041600, inode = 0 }
-vm_state.vm_map: 23329.144021232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078057984, end = 3078066176, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.144023397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078066176, end = 3078070272, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.144025556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078070272, end = 3078074368, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.144027820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078074368, end = 3078291456, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 23329.144029985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078291456, end = 3078303744, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 23329.144032310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078369280, end = 3078397952, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.144034419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078397952, end = 3078406144, flags = 1048691, pgoff = 3078397952, inode = 0 }
-vm_state.vm_map: 23329.144036486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078406144, end = 3078410240, flags = 67371125, pgoff = 3078406144, inode = 0 }
-vm_state.vm_map: 23329.144038799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078410240, end = 3078524928, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.144040902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078524928, end = 3078529024, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.144043104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3078529024, end = 3078533120, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.144045208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2015, start = 3220008960, end = 3220094976, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.144054071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 134512640, end = 135151616, flags = 134223989, pgoff = 0, inode = 114742 }
-vm_state.vm_map: 23329.144056594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 135151616, end = 135163904, flags = 135272563, pgoff = 638976, inode = 114742 }
-vm_state.vm_map: 23329.144061430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 135163904, end = 135200768, flags = 1048691, pgoff = 135163904, inode = 0 }
-vm_state.vm_map: 23329.144063576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 136486912, end = 136749056, flags = 1048691, pgoff = 136486912, inode = 0 }
-vm_state.vm_map: 23329.144065643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3073282048, end = 3073286144, flags = 1048688, pgoff = 3073282048, inode = 0 }
-vm_state.vm_map: 23329.144067870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3073286144, end = 3073810432, flags = 1048691, pgoff = 3073286144, inode = 0 }
-vm_state.vm_map: 23329.144070090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3073810432, end = 3075141632, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.144072187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075141632, end = 3075145728, flags = 1048688, pgoff = 3075141632, inode = 0 }
-vm_state.vm_map: 23329.144074334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075145728, end = 3075284992, flags = 1048691, pgoff = 3075145728, inode = 0 }
-vm_state.vm_map: 23329.144079465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075284992, end = 3075297280, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.144081612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075297280, end = 3075301376, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.144083894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075301376, end = 3075317760, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.144085837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075317760, end = 3075321856, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.144088205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075321856, end = 3075330048, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.144090364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075330048, end = 3075334144, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.144092801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075334144, end = 3075338240, flags = 1048691, pgoff = 3075334144, inode = 0 }
-vm_state.vm_map: 23329.144097618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075338240, end = 3075424256, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.144099770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075424256, end = 3075428352, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.144101812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075428352, end = 3075436544, flags = 1048691, pgoff = 3075428352, inode = 0 }
-vm_state.vm_map: 23329.144104273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075436544, end = 3075465216, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.144106315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075465216, end = 3075469312, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.144108659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075469312, end = 3075567616, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.144110719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075567616, end = 3075571712, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.144112964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3075571712, end = 3076886528, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.144115000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3076886528, end = 3076894720, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.144117220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3076894720, end = 3076898816, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.144172153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3076898816, end = 3076911104, flags = 1048691, pgoff = 3076898816, inode = 0 }
-vm_state.vm_map: 23329.144175218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3076911104, end = 3077025792, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.144177297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077025792, end = 3077029888, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.144179542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077029888, end = 3077033984, flags = 1048691, pgoff = 3077029888, inode = 0 }
-vm_state.vm_map: 23329.144182337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077033984, end = 3077181440, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.144184489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077181440, end = 3077185536, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.144186654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077185536, end = 3077189632, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.144188838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077189632, end = 3077218304, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.144191046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077218304, end = 3077222400, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.144193100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077222400, end = 3077226496, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.144195413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077226496, end = 3077312512, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.144197658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077312512, end = 3077316608, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.144199823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077316608, end = 3077320704, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.144201902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077320704, end = 3077328896, flags = 1048691, pgoff = 3077320704, inode = 0 }
-vm_state.vm_map: 23329.144204425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077328896, end = 3077414912, flags = 134217845, pgoff = 0, inode = 18950 }
-vm_state.vm_map: 23329.144206429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077414912, end = 3077419008, flags = 135266419, pgoff = 86016, inode = 18950 }
-vm_state.vm_map: 23329.144208989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077419008, end = 3077472256, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.144210982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077472256, end = 3077476352, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.144213307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077476352, end = 3077795840, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.144215429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077795840, end = 3077812224, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.144217742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077812224, end = 3077816320, flags = 1048691, pgoff = 3077812224, inode = 0 }
-vm_state.vm_map: 23329.144219938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3077816320, end = 3078967296, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.144222312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3078967296, end = 3078983680, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.144224680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3078983680, end = 3078991872, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.144226857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3078991872, end = 3078995968, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.144228930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3078995968, end = 3079000064, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.144231349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079045120, end = 3079061504, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.144233415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079061504, end = 3079065600, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.144235536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079065600, end = 3079094272, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.144237738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079094272, end = 3079102464, flags = 1048691, pgoff = 3079094272, inode = 0 }
-vm_state.vm_map: 23329.144239798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079102464, end = 3079106560, flags = 67371125, pgoff = 3079102464, inode = 0 }
-vm_state.vm_map: 23329.144242062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079106560, end = 3079221248, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.144244073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079221248, end = 3079225344, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.144246182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3079225344, end = 3079229440, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.144264415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2086, start = 3219668992, end = 3219755008, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.144267364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 134512640, end = 135151616, flags = 134223989, pgoff = 0, inode = 114742 }
-vm_state.vm_map: 23329.144269868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 135151616, end = 135163904, flags = 135272563, pgoff = 638976, inode = 114742 }
-vm_state.vm_map: 23329.144271941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 135163904, end = 135200768, flags = 1048691, pgoff = 135163904, inode = 0 }
-vm_state.vm_map: 23329.144274050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 154562560, end = 154828800, flags = 1048691, pgoff = 154562560, inode = 0 }
-vm_state.vm_map: 23329.144276240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3072638976, end = 3072643072, flags = 1048688, pgoff = 3072638976, inode = 0 }
-vm_state.vm_map: 23329.144278497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3072643072, end = 3073167360, flags = 1048691, pgoff = 3072643072, inode = 0 }
-vm_state.vm_map: 23329.144280712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3073167360, end = 3073200128, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.144282938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3073200128, end = 3073204224, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.144285233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3073298432, end = 3074629632, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.144287298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074629632, end = 3074633728, flags = 1048688, pgoff = 3074629632, inode = 0 }
-vm_state.vm_map: 23329.144289532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074633728, end = 3074772992, flags = 1048691, pgoff = 3074633728, inode = 0 }
-vm_state.vm_map: 23329.144291685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074772992, end = 3074785280, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.144293955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074785280, end = 3074789376, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.144296188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074789376, end = 3074805760, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.144298272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074805760, end = 3074809856, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.144300357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074809856, end = 3074818048, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.144302658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074818048, end = 3074822144, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.144304990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074822144, end = 3074826240, flags = 1048691, pgoff = 3074822144, inode = 0 }
-vm_state.vm_map: 23329.144307129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074826240, end = 3074912256, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.144309338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074912256, end = 3074916352, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.144311385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074916352, end = 3074924544, flags = 1048691, pgoff = 3074916352, inode = 0 }
-vm_state.vm_map: 23329.144313631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074924544, end = 3074953216, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.144315635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074953216, end = 3074957312, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.144317862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3074957312, end = 3075055616, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.144319879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3075055616, end = 3075059712, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.144322124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3075059712, end = 3076374528, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.144324184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076374528, end = 3076382720, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.144326164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076382720, end = 3076386816, flags = 135266419, pgoff = 1323008, inode = 508370 }
-kernel.irq_entry: 23329.144563958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242333838, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 23329.144633201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { jiffies = 4297269585, xtime_sec = 1264196274, xtime_nsec = 637522004, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.144647881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.softirq_raise: 23329.144655067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 9 [softirq 9] }
-kernel.irq_exit: 23329.144680171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 23329.144683859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 23329.144694956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302290, function = 0xc141d458, data = 0 }
-kernel.timer_set: 23329.144699779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302290, function = 0xc14b0234, data = 0 }
-kernel.softirq_exit: 23329.144703647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.softirq_entry: 23329.144705158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 9 [softirq 9] }
-rcu.tree_callback: 23329.144756322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc10b8ec2 }
-kernel.softirq_exit: 23329.144760936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 9 [softirq 9] }
-kernel.sched_schedule: 23329.144771779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { prev_pid = 16927, next_pid = 1989, prev_state = 0 }
-kernel.syscall_entry: 23329.147838831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 23329.147874547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.147890284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.148230962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 23329.148242283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-kernel.sched_try_wakeup: 23329.148417919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.148426084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.148953151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 23329.148984551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-fs.read: 23329.149130932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.149133146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 2908 }
-kernel.irq_entry: 23329.154523965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 23329.154551098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { jiffies = 4297269586, xtime_sec = 1264196274, xtime_nsec = 637522005, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.154571793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.irq_exit: 23329.154613281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 23329.154618227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 23329.154637818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { expires = 2302291, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 23329.154643158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.syscall_entry: 23329.154648153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-kernel.sched_schedule: 23329.154659777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 16927, prev_state = 0 }
-kernel.irq_entry: 23329.155455262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3238156110, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 1 }
-block.rq_complete_fs: 23329.155985721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { hard_sector = 47530430, rw = 0, errors = 0 }
-kernel.sched_try_wakeup: 23329.156020518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { pid = 16834, cpu_id = 0, state = 2 }
-kernel.timer_set: 23329.156044877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { expires = 2302291, function = 0xc141b0a5, data = 4136835584 }
-kernel.irq_exit: 23329.156056433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.sched_schedule: 23329.156070727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16927, next_pid = 16834, prev_state = 0 }
-fs.buffer_wait_end: 23329.156147143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xe9709128 }
-fs.write: 23329.156215153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 68, fd = 6 }
-kernel.syscall_exit: 23329.156217502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 68 }
-kernel.syscall_entry: 23329.156258862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [syscall 4] }
-mm.add_to_page_cache: 23329.156284965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { inode = 0, sdev = 2 }
-block.remap: 23329.156319874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { device_from = 3145728, sector_from = 36176184, device_to = 3145730, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 100, not_uptodate = 0 }
-block.bio_queue: 23329.156323814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 39100014, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 100, not_uptodate = 0 }
-block.getrq_bio: 23329.156338053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 39100014, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 100, not_uptodate = 0 }
-kernel.timer_set: 23329.156343998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302291, function = 0xc1410312, data = 4147888232 }
-block.plug: 23329.156347889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL
-block.rq_insert_fs: 23329.156353642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 39100014, rw = 0, errors = 0 }
-fs.buffer_wait_start: 23329.156364735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xf6e0a358 }
-block.unplug_io: 23329.156371026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { pdu = 1 }
-block.rq_issue_fs: 23329.156383833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 39100014, rw = 0, errors = 0 }
-kernel.timer_set: 23329.156404016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302291, function = 0xc14b0234, data = 0 }
-kernel.timer_set: 23329.156426654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2304290, function = 0xf8a23e85, data = 4136733696 }
-kernel.sched_schedule: 23329.156501010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 16834, next_pid = 16927, prev_state = 2 }
-kernel.irq_entry: 23329.156675307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3238156110, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 1 }
-block.rq_complete_fs: 23329.156692327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { hard_sector = 39100014, rw = 0, errors = 0 }
-kernel.sched_try_wakeup: 23329.156702003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { pid = 16834, cpu_id = 0, state = 2 }
-kernel.irq_exit: 23329.156715421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.sched_schedule: 23329.156729137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16927, next_pid = 16834, prev_state = 0 }
-kernel.irq_entry: 23329.156797832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, IRQ { ip = 3238156110, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_itimer_expired: 23329.156805614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, IRQ { pid = 1989 }
-kernel.send_signal: 23329.156815381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, IRQ { pid = 1989, signal = 14 }
-kernel.irq_exit: 23329.156834886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { handled = 1 }
-fs.buffer_wait_end: 23329.156840449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xf6e0a358 }
-mm.add_to_page_cache: 23329.156851678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { inode = 1131091, sdev = 3145730 }
-mm.add_to_page_cache: 23329.156864794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { inode = 0, sdev = 2 }
-block.remap: 23329.156870616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { device_from = 3145728, sector_from = 38160168, device_to = 3145730, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.156873668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 41083998, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.getrq_bio: 23329.156879501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 41083998, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-kernel.timer_set: 23329.156883627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302291, function = 0xc1410312, data = 4147888232 }
-block.plug: 23329.156886913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL
-block.rq_insert_fs: 23329.156890842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 41083998, rw = 0, errors = 0 }
-fs.buffer_wait_start: 23329.156896539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xf6e0a2b0 }
-block.unplug_io: 23329.156898704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { pdu = 1 }
-block.rq_issue_fs: 23329.156905265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 41083998, rw = 0, errors = 0 }
-kernel.timer_set: 23329.156937880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2304290, function = 0xf8a23e85, data = 4136733696 }
-kernel.sched_schedule: 23329.156992325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 16834, next_pid = 16927, prev_state = 2 }
-vm_state.vm_map: 23329.157104142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076386816, end = 3076399104, flags = 1048691, pgoff = 3076386816, inode = 0 }
-vm_state.vm_map: 23329.157107830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076399104, end = 3076513792, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.157110081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076513792, end = 3076517888, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.157112288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076517888, end = 3076521984, flags = 1048691, pgoff = 3076517888, inode = 0 }
-vm_state.vm_map: 23329.157115101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076521984, end = 3076669440, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.157117635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076669440, end = 3076673536, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.157119849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076673536, end = 3076677632, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.157122605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076677632, end = 3076706304, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.157124708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076706304, end = 3076710400, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.157127051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076710400, end = 3076714496, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.157129746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076714496, end = 3076800512, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.157132096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076800512, end = 3076804608, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.157134260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076804608, end = 3076808704, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.157136443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076808704, end = 3076816896, flags = 1048691, pgoff = 3076808704, inode = 0 }
-vm_state.vm_map: 23329.157139255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076816896, end = 3076902912, flags = 134217845, pgoff = 0, inode = 18950 }
-vm_state.vm_map: 23329.157141352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076902912, end = 3076907008, flags = 135266419, pgoff = 86016, inode = 18950 }
-vm_state.vm_map: 23329.157143794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076907008, end = 3076960256, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.157146094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076960256, end = 3076964352, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.157148505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3076964352, end = 3077283840, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.157150577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3077283840, end = 3077300224, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.157152883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3077300224, end = 3077304320, flags = 1048691, pgoff = 3077300224, inode = 0 }
-vm_state.vm_map: 23329.157155788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3077304320, end = 3078455296, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.157157743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078455296, end = 3078471680, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.157160259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078471680, end = 3078479872, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.157162195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078479872, end = 3078483968, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.157164544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078483968, end = 3078488064, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.157171160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078496256, end = 3078512640, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.157173381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078512640, end = 3078516736, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.157175823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078516736, end = 3078549504, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.157178136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078549504, end = 3078553600, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.157180607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078553600, end = 3078582272, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.157182563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078582272, end = 3078590464, flags = 1048691, pgoff = 3078582272, inode = 0 }
-vm_state.vm_map: 23329.157184634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078590464, end = 3078594560, flags = 67371125, pgoff = 3078590464, inode = 0 }
-vm_state.vm_map: 23329.157187298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078594560, end = 3078709248, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.157189463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078709248, end = 3078713344, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.157191573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3078713344, end = 3078717440, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.157194026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2095, start = 3214987264, end = 3215073280, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.157198010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 134512640, end = 135151616, flags = 134223989, pgoff = 0, inode = 114742 }
-vm_state.vm_map: 23329.157200168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 135151616, end = 135163904, flags = 135272563, pgoff = 638976, inode = 114742 }
-vm_state.vm_map: 23329.157202308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 135163904, end = 135200768, flags = 1048691, pgoff = 135163904, inode = 0 }
-vm_state.vm_map: 23329.157204343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 160059392, end = 160194560, flags = 1048691, pgoff = 160059392, inode = 0 }
-vm_state.vm_map: 23329.157206520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3072176128, end = 3072180224, flags = 1048688, pgoff = 3072176128, inode = 0 }
-vm_state.vm_map: 23329.157208573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3072180224, end = 3072704512, flags = 1048691, pgoff = 3072180224, inode = 0 }
-vm_state.vm_map: 23329.157211089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3072704512, end = 3074035712, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.157213025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074035712, end = 3074039808, flags = 1048688, pgoff = 3074035712, inode = 0 }
-vm_state.vm_map: 23329.157215245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074039808, end = 3074179072, flags = 1048691, pgoff = 3074039808, inode = 0 }
-vm_state.vm_map: 23329.157217848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074179072, end = 3074191360, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.157219809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074191360, end = 3074195456, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.157222214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074195456, end = 3074211840, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.157224384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074211840, end = 3074215936, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.157226851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074215936, end = 3074224128, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.157228960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074224128, end = 3074228224, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.157231605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074228224, end = 3074232320, flags = 1048691, pgoff = 3074228224, inode = 0 }
-vm_state.vm_map: 23329.157233992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074232320, end = 3074318336, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.157236045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074318336, end = 3074322432, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.157238087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074322432, end = 3074330624, flags = 1048691, pgoff = 3074322432, inode = 0 }
-vm_state.vm_map: 23329.157240646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074330624, end = 3074359296, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.157242748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074359296, end = 3074363392, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.157245117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074363392, end = 3074461696, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.157247115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074461696, end = 3074465792, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.157249717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3074465792, end = 3075780608, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.157251789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3075780608, end = 3075788800, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.157253934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3075788800, end = 3075792896, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.157255970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3075792896, end = 3075805184, flags = 1048691, pgoff = 3075792896, inode = 0 }
-vm_state.vm_map: 23329.157258288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3075805184, end = 3075919872, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.157260415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3075919872, end = 3075923968, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.157262611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3075923968, end = 3075928064, flags = 1048691, pgoff = 3075923968, inode = 0 }
-vm_state.vm_map: 23329.157264929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3075928064, end = 3076075520, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.157267531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076075520, end = 3076079616, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.157269678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076079616, end = 3076083712, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.157271848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076083712, end = 3076112384, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.157274074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076112384, end = 3076116480, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.157276294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076116480, end = 3076120576, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.157278693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076120576, end = 3076206592, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.157280759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076206592, end = 3076210688, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.157282751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076210688, end = 3076214784, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.157284952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076214784, end = 3076222976, flags = 1048691, pgoff = 3076214784, inode = 0 }
-vm_state.vm_map: 23329.157287147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076222976, end = 3076308992, flags = 134217845, pgoff = 0, inode = 18950 }
-vm_state.vm_map: 23329.157289275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076308992, end = 3076313088, flags = 135266419, pgoff = 86016, inode = 18950 }
-vm_state.vm_map: 23329.157291513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076313088, end = 3076366336, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.157293548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076366336, end = 3076370432, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.157295688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076370432, end = 3076689920, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.157297772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076689920, end = 3076706304, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.157299955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076706304, end = 3076710400, flags = 1048691, pgoff = 3076706304, inode = 0 }
-vm_state.vm_map: 23329.157302570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3076710400, end = 3077861376, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.157304568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3077861376, end = 3077877760, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.157306763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3077877760, end = 3077885952, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.157308798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3077885952, end = 3077890048, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.157310846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3077890048, end = 3077894144, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.157313047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3077959680, end = 3077988352, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.157315113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3077988352, end = 3077996544, flags = 1048691, pgoff = 3077988352, inode = 0 }
-vm_state.vm_map: 23329.157317247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3077996544, end = 3078000640, flags = 67371125, pgoff = 3077996544, inode = 0 }
-vm_state.vm_map: 23329.157319441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3078000640, end = 3078115328, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.157321384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3078115328, end = 3078119424, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.157323364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3078119424, end = 3078123520, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.157325430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2099, start = 3215757312, end = 3215843328, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.157327920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073486848, end = 3073495040, flags = 1048691, pgoff = 3073486848, inode = 0 }
-vm_state.vm_map: 23329.157330116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073495040, end = 3073581056, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.157332261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073581056, end = 3073585152, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.157334327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073585152, end = 3073589248, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.157336615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073589248, end = 3073597440, flags = 1048691, pgoff = 3073589248, inode = 0 }
-vm_state.vm_map: 23329.157339008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073597440, end = 3073605632, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 23329.157340938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073605632, end = 3073609728, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 23329.157343232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073609728, end = 3073613824, flags = 1048691, pgoff = 3073609728, inode = 0 }
-vm_state.vm_map: 23329.157345618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073613824, end = 3073638400, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 23329.157348091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073638400, end = 3073642496, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 23329.157350299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073642496, end = 3073650688, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.157352482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073650688, end = 3073654784, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.157354467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073654784, end = 3073658880, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.157356607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3073658880, end = 3074973696, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.157358587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3074973696, end = 3074981888, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.157360714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3074981888, end = 3074985984, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.157362657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3074985984, end = 3074998272, flags = 1048691, pgoff = 3074985984, inode = 0 }
-vm_state.vm_map: 23329.157365080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3074998272, end = 3075006464, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 23329.157367066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3075006464, end = 3075010560, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 23329.157369496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3075010560, end = 3075170304, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 23329.157371876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3075170304, end = 3075174400, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 23329.157373923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3075174400, end = 3075178496, flags = 1048691, pgoff = 3075174400, inode = 0 }
-vm_state.vm_map: 23329.157376334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3075178496, end = 3075837952, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 23329.157378394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3075837952, end = 3075862528, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 23329.157380731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3075862528, end = 3076026368, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 23329.157382717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076026368, end = 3076030464, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 23329.157385079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076030464, end = 3076067328, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.157387262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076067328, end = 3076071424, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.157389198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076071424, end = 3076075520, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.157391127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076075520, end = 3076235264, flags = 1048691, pgoff = 3076075520, inode = 0 }
-vm_state.vm_map: 23329.157393539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076235264, end = 3076313088, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.157395592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076313088, end = 3076317184, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.157397560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076317184, end = 3076321280, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.157399551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076321280, end = 3076329472, flags = 1048691, pgoff = 3076321280, inode = 0 }
-vm_state.vm_map: 23329.157401969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076329472, end = 3076407296, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.157404134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076407296, end = 3076411392, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.157406735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076411392, end = 3076419584, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.157408671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076419584, end = 3076423680, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.157410720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076423680, end = 3076427776, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.157412908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076427776, end = 3076431872, flags = 1048691, pgoff = 3076427776, inode = 0 }
-vm_state.vm_map: 23329.157415394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3076431872, end = 3077734400, flags = 134217845, pgoff = 0, inode = 33850 }
-vm_state.vm_map: 23329.157417329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3077734400, end = 3077828608, flags = 135266419, pgoff = 1302528, inode = 33850 }
-vm_state.vm_map: 23329.157419259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3077828608, end = 3077840896, flags = 1048691, pgoff = 3077828608, inode = 0 }
-vm_state.vm_map: 23329.157421843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3077840896, end = 3077910528, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.157423786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3077910528, end = 3077914624, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.157425845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3077914624, end = 3077918720, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.157427800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3077918720, end = 3077926912, flags = 1048691, pgoff = 3077918720, inode = 0 }
-vm_state.vm_map: 23329.157429971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078021120, end = 3078029312, flags = 1048691, pgoff = 3078021120, inode = 0 }
-vm_state.vm_map: 23329.157431932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078029312, end = 3078033408, flags = 67371125, pgoff = 3078029312, inode = 0 }
-vm_state.vm_map: 23329.157434096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078033408, end = 3078148096, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.157436119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078148096, end = 3078152192, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.157438308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078152192, end = 3078156288, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.157444721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078156288, end = 3078234112, flags = 134223989, pgoff = 0, inode = 19232 }
-vm_state.vm_map: 23329.157446775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078234112, end = 3078238208, flags = 135272561, pgoff = 73728, inode = 19232 }
-vm_state.vm_map: 23329.157448804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078238208, end = 3078242304, flags = 135272563, pgoff = 77824, inode = 19232 }
-vm_state.vm_map: 23329.157450857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3078242304, end = 3078250496, flags = 1048691, pgoff = 3078242304, inode = 0 }
-vm_state.vm_map: 23329.157452824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3105247232, end = 3105382400, flags = 1048691, pgoff = 3105247232, inode = 0 }
-vm_state.vm_map: 23329.157454748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2104, start = 3213828096, end = 3213914112, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.157479519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 20943 }
-vm_state.vm_map: 23329.157481709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 20943 }
-vm_state.vm_map: 23329.157483941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 147365888, end = 147501056, flags = 1048691, pgoff = 147365888, inode = 0 }
-vm_state.vm_map: 23329.157486439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076263936, end = 3076304896, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.157488522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076304896, end = 3076308992, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.157490625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076308992, end = 3076313088, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.157493073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076313088, end = 3076349952, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.157495262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076349952, end = 3076354048, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.157497340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076354048, end = 3076358144, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.157499967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076358144, end = 3076435968, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.157501990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076435968, end = 3076440064, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.157504290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076440064, end = 3076444160, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.157506448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076444160, end = 3076452352, flags = 1048691, pgoff = 3076444160, inode = 0 }
-vm_state.vm_map: 23329.157508859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076452352, end = 3076476928, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.157510962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076476928, end = 3076481024, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.157513306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076481024, end = 3076485120, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.157515464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076485120, end = 3076493312, flags = 1048691, pgoff = 3076485120, inode = 0 }
-vm_state.vm_map: 23329.157517931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076493312, end = 3076509696, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.157519959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076509696, end = 3076513792, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.157522364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076513792, end = 3076521984, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.157524350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076521984, end = 3076526080, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.157526533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076526080, end = 3076534272, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.157528624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076534272, end = 3076538368, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.157530665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076538368, end = 3076542464, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.157532916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076542464, end = 3076640768, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.157538817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076640768, end = 3076644864, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.157541000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3076644864, end = 3077959680, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.157543109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3077959680, end = 3077967872, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.157545076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3077967872, end = 3077971968, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.157547221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3077971968, end = 3077988352, flags = 1048691, pgoff = 3077971968, inode = 0 }
-vm_state.vm_map: 23329.157549547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3077988352, end = 3078074368, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.157551557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3078074368, end = 3078078464, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.157553653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3078078464, end = 3078082560, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.157555743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3078082560, end = 3078090752, flags = 1048691, pgoff = 3078082560, inode = 0 }
-vm_state.vm_map: 23329.157557933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3078090752, end = 3079241728, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.157559961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3079241728, end = 3079258112, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.157562138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3079352320, end = 3079360512, flags = 1048691, pgoff = 3079352320, inode = 0 }
-vm_state.vm_map: 23329.157564223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3079360512, end = 3079364608, flags = 67371125, pgoff = 3079360512, inode = 0 }
-vm_state.vm_map: 23329.157566301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3079364608, end = 3079479296, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.157568243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3079479296, end = 3079483392, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.157570765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3079483392, end = 3079487488, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.157572695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2110, start = 3220213760, end = 3220299776, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.157575181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075735552, end = 3075776512, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.157577253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075776512, end = 3075780608, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.157579189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075780608, end = 3075784704, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.157581335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075784704, end = 3075821568, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.157583265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075821568, end = 3075825664, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.157585325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075825664, end = 3075829760, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.157587391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075829760, end = 3075907584, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.157589370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075907584, end = 3075911680, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.157591356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075911680, end = 3075915776, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.157593514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075915776, end = 3075923968, flags = 1048691, pgoff = 3075915776, inode = 0 }
-vm_state.vm_map: 23329.157595623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075923968, end = 3075948544, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.157597547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075948544, end = 3075952640, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.157599471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075952640, end = 3075956736, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.157601623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075956736, end = 3075964928, flags = 1048691, pgoff = 3075956736, inode = 0 }
-vm_state.vm_map: 23329.157604071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075964928, end = 3075973120, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.157606051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075973120, end = 3075977216, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.157608308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075977216, end = 3075981312, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.157610429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3075981312, end = 3077296128, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.157612421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077296128, end = 3077304320, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.157614474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077304320, end = 3077308416, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.157616638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077308416, end = 3077320704, flags = 1048691, pgoff = 3077308416, inode = 0 }
-vm_state.vm_map: 23329.157618753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077320704, end = 3077349376, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.157620789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077349376, end = 3077353472, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.157622835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077353472, end = 3077357568, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.157625026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077357568, end = 3077443584, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.157627010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077443584, end = 3077447680, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.157629144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077447680, end = 3077451776, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.157631111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077451776, end = 3077464064, flags = 1048691, pgoff = 3077451776, inode = 0 }
-vm_state.vm_map: 23329.157633782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077464064, end = 3077562368, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.157635804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077562368, end = 3077566464, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.157638352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077566464, end = 3077570560, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.157640885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077570560, end = 3077718016, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.157643068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077718016, end = 3077726208, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.157645226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077820416, end = 3077828608, flags = 1048691, pgoff = 3077820416, inode = 0 }
-vm_state.vm_map: 23329.157647268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077828608, end = 3077832704, flags = 67371125, pgoff = 3077828608, inode = 0 }
-vm_state.vm_map: 23329.157649432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077832704, end = 3077947392, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.157651492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077947392, end = 3077951488, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.157653570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077951488, end = 3077955584, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.157655993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3077955584, end = 3078246400, flags = 134223989, pgoff = 0, inode = 20940 }
-vm_state.vm_map: 23329.157658127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3078246400, end = 3078250496, flags = 135272561, pgoff = 286720, inode = 20940 }
-vm_state.vm_map: 23329.157660211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3078250496, end = 3078254592, flags = 135272563, pgoff = 290816, inode = 20940 }
-vm_state.vm_map: 23329.157662148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3102511104, end = 3102892032, flags = 1048691, pgoff = 3102511104, inode = 0 }
-vm_state.vm_map: 23329.157664102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2114, start = 3214618624, end = 3214704640, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.157670244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 23329.157672390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 23329.157674820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 23329.157676898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 153337856, end = 153894912, flags = 1048691, pgoff = 153337856, inode = 0 }
-vm_state.vm_map: 23329.157681702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
-vm_state.vm_map: 23329.157687283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 23329.157689435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 23329.157694312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 23329.157696348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 23329.157698734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
-vm_state.vm_map: 23329.157700787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
-vm_state.vm_map: 23329.157702872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
-vm_state.vm_map: 23329.157705474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 23329.157707397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 23329.157712516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 23329.157714582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 23329.157716888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 23329.157718818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 23329.157721433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 23329.157723394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 23329.157725324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
-vm_state.vm_map: 23329.157727673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 23329.157729850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 23329.157735375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 23329.157737404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 23329.157739643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.157741937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
-vm_state.vm_map: 23329.157744181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.157746278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.157748874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.157751026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.157753333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.157755417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.157760245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.157762287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.157764340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
-vm_state.vm_map: 23329.157766800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 23329.157768737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 23329.157771153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.157773257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.157775323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.157777500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.157779886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.157781815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.157784251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.157786305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.157788321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
-vm_state.vm_map: 23329.157790769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.157792699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.157795222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.157797152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.157799433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.157801481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.157804065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.157806081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.157808529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.157810570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.157812642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
-vm_state.vm_map: 23329.157814720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.157816762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.157819327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.157821331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.157826135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.157828207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.157830371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.157832406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.157837080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
-vm_state.vm_map: 23329.157839239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.157841378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.157843426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
-vm_state.vm_map: 23329.157845830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.157847896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.157850431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.157852380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.157855062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.157856992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.157859378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.157861303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.157863720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
-vm_state.vm_map: 23329.157865687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
-vm_state.vm_map: 23329.157867740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
-vm_state.vm_map: 23329.157870121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 23329.157872045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 23329.157874098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
-vm_state.vm_map: 23329.157878939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 23329.157881035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 23329.157883200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.157885284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.157890150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.157892185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.157894867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.157896841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.157898777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
-vm_state.vm_map: 23329.157901052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.157903260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.157905721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.157907663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.157909988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.157912040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.157914106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.157916247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.157918368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.157920532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.157922598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.157924966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.157927081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
-vm_state.vm_map: 23329.157929246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.157931243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.157933334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.157935332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
-vm_state.vm_map: 23329.157937848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.157939870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.157942189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.157944138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.157946413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.157948756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.157950828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.157953024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.157955114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.157957279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.157959838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.157961799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.157963970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
-vm_state.vm_map: 23329.157966356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.157968582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.157970611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.157972621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
-vm_state.vm_map: 23329.157975285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.157977271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.157979361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
-vm_state.vm_map: 23329.157981827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.157983906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.157985836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
-vm_state.vm_map: 23329.157988462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 23329.157990449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 23329.157992532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
-vm_state.vm_map: 23329.157995117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.157997145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.157999526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 23329.158001659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 23329.158003818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
-vm_state.vm_map: 23329.158006173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.158008202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.158010718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.158012734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.158014831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
-vm_state.vm_map: 23329.158019481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.158021522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.158023877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 23329.158025980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 23329.158028657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.158031018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.158033115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.158067869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.158070484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
-vm_state.vm_map: 23329.158072563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
-vm_state.vm_map: 23329.158074807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.158076983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.158079025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.158081275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2161, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.158084013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 23329.158086104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 23329.158088207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 23329.158090211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 153337856, end = 154501120, flags = 1048691, pgoff = 153337856, inode = 0 }
-vm_state.vm_map: 23329.158099997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3022475264, end = 3024510976, flags = 134217937, pgoff = 0, inode = 41242 }
-vm_state.vm_map: 23329.158102951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3024510976, end = 3024736256, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.158105011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3024736256, end = 3024740352, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.158106996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3024740352, end = 3024744448, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.158109216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 23329.158111387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 23329.158113644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 23329.158115667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 23329.158117776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
-vm_state.vm_map: 23329.158119897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
-vm_state.vm_map: 23329.158122000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
-vm_state.vm_map: 23329.158123998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 23329.158126236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 23329.158128247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 23329.158130201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 23329.158132477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 23329.158134455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 23329.158136757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 23329.158138791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 23329.158140850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
-vm_state.vm_map: 23329.158142800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 23329.158144729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 23329.158149756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3042304000, end = 3042373632, flags = 134217845, pgoff = 0, inode = 20910 }
-vm_state.vm_map: 23329.158151796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3042373632, end = 3042377728, flags = 135266419, pgoff = 65536, inode = 20910 }
-vm_state.vm_map: 23329.158153886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 23329.158155841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 23329.158160466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.158162526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
-vm_state.vm_map: 23329.158164697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.158166762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.158168828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.158171227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.158173188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.158175371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.158177443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.158179416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.158181501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
-vm_state.vm_map: 23329.158183566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 23329.158185645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 23329.158187612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.158189548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.158191836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.158193760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.158195752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.158197811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.158199914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.158201838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.158204219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
-vm_state.vm_map: 23329.158206161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.158208276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.158210316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.158212290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.158214300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.158216464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.158218500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.158220423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.158222372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.158224518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.158226461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
-vm_state.vm_map: 23329.158228428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.158230450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.158232615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.158234539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.158236907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.158238960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.158240915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.158242944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.158244874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
-vm_state.vm_map: 23329.158247002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.158248981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.158251022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
-vm_state.vm_map: 23329.158252971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.158257670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.158259674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.158261752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.158263769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.158265939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.158268024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.158270299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.158272260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
-vm_state.vm_map: 23329.158274431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
-vm_state.vm_map: 23329.158276373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
-vm_state.vm_map: 23329.158278321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 23329.158280252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 23329.158282417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
-vm_state.vm_map: 23329.158284365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 23329.158286289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 23329.158288404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.158290464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.158292406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.158294442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.158296457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.158298591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.158300675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
-vm_state.vm_map: 23329.158302970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.158304955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.158307125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.158309068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.158311084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.158313113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.158315321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.158317356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.158319385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.158321469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.158323627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.158325705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.158327901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
-vm_state.vm_map: 23329.158329973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.158332051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.158334185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.158336534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
-vm_state.vm_map: 23329.158338594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.158340863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.158342836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.158344760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.158346684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.158348855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.158350816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.158353085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.158355125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.158357272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.158359251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.158361330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.158363487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
-vm_state.vm_map: 23329.158365553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.158367540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.158369913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.158371905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
-vm_state.vm_map: 23329.158374100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.158376049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.158378090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
-vm_state.vm_map: 23329.158380040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.158382086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.158384176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
-vm_state.vm_map: 23329.158386174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 23329.158388098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 23329.158390294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
-vm_state.vm_map: 23329.158392249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.158394173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.158396269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 23329.158398323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 23329.158400364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
-vm_state.vm_map: 23329.158402775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.158404717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.158406802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.158408837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.158410859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
-vm_state.vm_map: 23329.158412944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.158414874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.158416952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 23329.158418932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 23329.158421053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.158423143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.158425141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.158427213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.158429260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
-vm_state.vm_map: 23329.158431191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
-vm_state.vm_map: 23329.158433158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.158435679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.158437622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.158439559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2162, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.158444861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 23329.158446958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 23329.158448987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 23329.158451090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 153337856, end = 155320320, flags = 1048691, pgoff = 153337856, inode = 0 }
-vm_state.vm_map: 23329.158456276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2911248384, end = 2911252480, flags = 1048688, pgoff = 2911248384, inode = 0 }
-vm_state.vm_map: 23329.158458422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2911252480, end = 2919641088, flags = 1048691, pgoff = 2911252480, inode = 0 }
-vm_state.vm_map: 23329.158463417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2919641088, end = 2919645184, flags = 1048688, pgoff = 2919641088, inode = 0 }
-vm_state.vm_map: 23329.158465464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2919645184, end = 2928033792, flags = 1048691, pgoff = 2919645184, inode = 0 }
-vm_state.vm_map: 23329.158468060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2928033792, end = 2995146752, flags = 134217979, pgoff = 0, inode = 8197 }
-vm_state.vm_map: 23329.158473814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995146752, end = 2995216384, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.158475879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995216384, end = 2995220480, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.158477976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995220480, end = 2995224576, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.158479912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995224576, end = 2995232768, flags = 1048691, pgoff = 2995224576, inode = 0 }
-vm_state.vm_map: 23329.158485129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995232768, end = 2995253248, flags = 134217845, pgoff = 0, inode = 23692 }
-vm_state.vm_map: 23329.158487171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995253248, end = 2995257344, flags = 135266419, pgoff = 16384, inode = 23692 }
-vm_state.vm_map: 23329.158489761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995257344, end = 2995421184, flags = 134217845, pgoff = 0, inode = 21283 }
-vm_state.vm_map: 23329.158491715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995421184, end = 2995425280, flags = 135266419, pgoff = 159744, inode = 21283 }
-vm_state.vm_map: 23329.158494120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2995425280, end = 2996387840, flags = 134217845, pgoff = 0, inode = 21285 }
-vm_state.vm_map: 23329.158496057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2996387840, end = 2996445184, flags = 135266419, pgoff = 962560, inode = 21285 }
-vm_state.vm_map: 23329.158501039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2996445184, end = 2996768768, flags = 134217845, pgoff = 0, inode = 21280 }
-vm_state.vm_map: 23329.158503087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2996768768, end = 2996772864, flags = 135266419, pgoff = 323584, inode = 21280 }
-vm_state.vm_map: 23329.158505603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2996772864, end = 2996785152, flags = 134217845, pgoff = 0, inode = 499779 }
-vm_state.vm_map: 23329.158507545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2996785152, end = 2996789248, flags = 135266419, pgoff = 8192, inode = 499779 }
-vm_state.vm_map: 23329.158515260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2996789248, end = 2997186560, flags = 134217845, pgoff = 0, inode = 24050 }
-vm_state.vm_map: 23329.158517300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2997186560, end = 2997194752, flags = 135266419, pgoff = 397312, inode = 24050 }
-vm_state.vm_map: 23329.158519286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2997194752, end = 2997211136, flags = 1048691, pgoff = 2997194752, inode = 0 }
-vm_state.vm_map: 23329.158521845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2997211136, end = 2997514240, flags = 134217845, pgoff = 0, inode = 24049 }
-vm_state.vm_map: 23329.158524022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2997514240, end = 2997518336, flags = 135266419, pgoff = 299008, inode = 24049 }
-vm_state.vm_map: 23329.158526291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2997518336, end = 2997780480, flags = 134217845, pgoff = 0, inode = 24048 }
-vm_state.vm_map: 23329.158530903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2997780480, end = 2997784576, flags = 135266419, pgoff = 262144, inode = 24048 }
-vm_state.vm_map: 23329.158535793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2997784576, end = 2998587392, flags = 134217845, pgoff = 0, inode = 21274 }
-vm_state.vm_map: 23329.158537835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2998587392, end = 2998603776, flags = 135266419, pgoff = 802816, inode = 21274 }
-vm_state.vm_map: 23329.158543378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2998697984, end = 2998829056, flags = 134217845, pgoff = 0, inode = 1114250 }
-vm_state.vm_map: 23329.158545531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2998829056, end = 2998833152, flags = 135266419, pgoff = 126976, inode = 1114250 }
-vm_state.vm_map: 23329.158553171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2998833152, end = 2998964224, flags = 134217845, pgoff = 0, inode = 1065118 }
-vm_state.vm_map: 23329.158555342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2998964224, end = 2998968320, flags = 135266419, pgoff = 131072, inode = 1065118 }
-vm_state.vm_map: 23329.158557784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2998976512, end = 2998996992, flags = 134217845, pgoff = 0, inode = 18127 }
-vm_state.vm_map: 23329.158559708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2998996992, end = 2999001088, flags = 135266419, pgoff = 16384, inode = 18127 }
-vm_state.vm_map: 23329.158562335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999001088, end = 2999029760, flags = 134217845, pgoff = 0, inode = 499851 }
-vm_state.vm_map: 23329.158564351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999029760, end = 2999033856, flags = 135266419, pgoff = 28672, inode = 499851 }
-vm_state.vm_map: 23329.158569513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999033856, end = 2999058432, flags = 134217845, pgoff = 0, inode = 1114248 }
-vm_state.vm_map: 23329.158571677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999058432, end = 2999062528, flags = 135266419, pgoff = 20480, inode = 1114248 }
-vm_state.vm_map: 23329.158576462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999062528, end = 2999099392, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.158578620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999099392, end = 2999103488, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.158580705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999103488, end = 2999107584, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.158585774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999107584, end = 2999185408, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.158590220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999185408, end = 2999189504, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.158592266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999189504, end = 2999193600, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.158594320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999193600, end = 2999201792, flags = 1048691, pgoff = 2999193600, inode = 0 }
-vm_state.vm_map: 23329.158601584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999201792, end = 2999234560, flags = 134217845, pgoff = 0, inode = 1065073 }
-vm_state.vm_map: 23329.158603743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999234560, end = 2999238656, flags = 135266419, pgoff = 28672, inode = 1065073 }
-vm_state.vm_map: 23329.158606228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999238656, end = 2999283712, flags = 134217845, pgoff = 0, inode = 1065186 }
-vm_state.vm_map: 23329.158608546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999283712, end = 2999287808, flags = 135266419, pgoff = 45056, inode = 1065186 }
-vm_state.vm_map: 23329.158613319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999287808, end = 2999328768, flags = 134217845, pgoff = 0, inode = 1114244 }
-vm_state.vm_map: 23329.158615484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999328768, end = 2999332864, flags = 135266419, pgoff = 36864, inode = 1114244 }
-vm_state.vm_map: 23329.158620473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999332864, end = 2999414784, flags = 134217845, pgoff = 0, inode = 23971 }
-vm_state.vm_map: 23329.158622902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999414784, end = 2999418880, flags = 135266419, pgoff = 81920, inode = 23971 }
-vm_state.vm_map: 23329.158627657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999418880, end = 2999676928, flags = 134217845, pgoff = 0, inode = 1066196 }
-vm_state.vm_map: 23329.158629710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999676928, end = 2999685120, flags = 135266419, pgoff = 253952, inode = 1066196 }
-vm_state.vm_map: 23329.158632060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999689216, end = 2999705600, flags = 134217845, pgoff = 0, inode = 21276 }
-vm_state.vm_map: 23329.158634058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999705600, end = 2999709696, flags = 135266419, pgoff = 12288, inode = 21276 }
-vm_state.vm_map: 23329.158636401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999709696, end = 2999734272, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.158638399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999734272, end = 2999738368, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.158640446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999738368, end = 2999742464, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.158642716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999742464, end = 2999750656, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.158644917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999750656, end = 2999754752, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.158646958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999754752, end = 2999758848, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.158651861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999758848, end = 2999775232, flags = 134217845, pgoff = 0, inode = 59036 }
-vm_state.vm_map: 23329.158653901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999775232, end = 2999779328, flags = 135266419, pgoff = 12288, inode = 59036 }
-vm_state.vm_map: 23329.158659070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999779328, end = 2999799808, flags = 134217845, pgoff = 0, inode = 58996 }
-vm_state.vm_map: 23329.158661105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999799808, end = 2999803904, flags = 135266419, pgoff = 20480, inode = 58996 }
-vm_state.vm_map: 23329.158670489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999803904, end = 2999857152, flags = 134217845, pgoff = 0, inode = 1114238 }
-vm_state.vm_map: 23329.158672648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999857152, end = 2999861248, flags = 135266419, pgoff = 53248, inode = 1114238 }
-vm_state.vm_map: 23329.158680189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 2999861248, end = 3000020992, flags = 134217845, pgoff = 0, inode = 59044 }
-vm_state.vm_map: 23329.158682360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000020992, end = 3000029184, flags = 135266419, pgoff = 159744, inode = 59044 }
-vm_state.vm_map: 23329.158689470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000029184, end = 3000061952, flags = 134217845, pgoff = 0, inode = 58974 }
-vm_state.vm_map: 23329.158691517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000061952, end = 3000066048, flags = 135266419, pgoff = 28672, inode = 58974 }
-vm_state.vm_map: 23329.158699189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000066048, end = 3000451072, flags = 134217845, pgoff = 0, inode = 59002 }
-vm_state.vm_map: 23329.158701347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000451072, end = 3000463360, flags = 135266419, pgoff = 380928, inode = 59002 }
-vm_state.vm_map: 23329.158706182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000463360, end = 3000500224, flags = 134217845, pgoff = 0, inode = 59009 }
-vm_state.vm_map: 23329.158708352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000500224, end = 3000504320, flags = 135266419, pgoff = 32768, inode = 59009 }
-vm_state.vm_map: 23329.158715358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000504320, end = 3000541184, flags = 134217845, pgoff = 0, inode = 20855 }
-vm_state.vm_map: 23329.158717343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000541184, end = 3000545280, flags = 135266419, pgoff = 36864, inode = 20855 }
-vm_state.vm_map: 23329.158722178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000545280, end = 3000553472, flags = 134217845, pgoff = 0, inode = 23893 }
-vm_state.vm_map: 23329.158724207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000553472, end = 3000557568, flags = 135266419, pgoff = 4096, inode = 23893 }
-vm_state.vm_map: 23329.158726735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000557568, end = 3000741888, flags = 134217845, pgoff = 0, inode = 23888 }
-vm_state.vm_map: 23329.158728832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000741888, end = 3000750080, flags = 135266419, pgoff = 180224, inode = 23888 }
-vm_state.vm_map: 23329.158731402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000750080, end = 3000922112, flags = 134217845, pgoff = 0, inode = 58971 }
-vm_state.vm_map: 23329.158736249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000922112, end = 3000930304, flags = 135266419, pgoff = 167936, inode = 58971 }
-vm_state.vm_map: 23329.158738538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3000930304, end = 3002966016, flags = 134217937, pgoff = 0, inode = 41242 }
-vm_state.vm_map: 23329.158740770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3002966016, end = 3003006976, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.158742947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3003006976, end = 3003011072, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.158745074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3003011072, end = 3003015168, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.158752652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3003015168, end = 3019255808, flags = 134217979, pgoff = 0, inode = 1204696 }
-vm_state.vm_map: 23329.158755144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3019255808, end = 3023552512, flags = 134217979, pgoff = 0, inode = 1204694 }
-vm_state.vm_map: 23329.158757666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023552512, end = 3023753216, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 23329.158759713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023753216, end = 3023757312, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 23329.158764622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023757312, end = 3023790080, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.158766682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023790080, end = 3023794176, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.158771584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023794176, end = 3023802368, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.158773637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023802368, end = 3023806464, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.158780526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023806464, end = 3023831040, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.158782616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023831040, end = 3023835136, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.158790065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023839232, end = 3023851520, flags = 134217845, pgoff = 0, inode = 1114259 }
-vm_state.vm_map: 23329.158792100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023851520, end = 3023855616, flags = 135266419, pgoff = 8192, inode = 1114259 }
-vm_state.vm_map: 23329.158794487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023855616, end = 3023925248, flags = 134217845, pgoff = 0, inode = 59034 }
-vm_state.vm_map: 23329.158796497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023925248, end = 3023929344, flags = 135266419, pgoff = 65536, inode = 59034 }
-vm_state.vm_map: 23329.158798588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
-vm_state.vm_map: 23329.158805611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024171008, end = 3024203776, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.158808459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024203776, end = 3024216064, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.158810815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024216064, end = 3024224256, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.158815434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024224256, end = 3024228352, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.158817864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024228352, end = 3024232448, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.158820330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024232448, end = 3024236544, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.158822736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024236544, end = 3024265216, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.158825072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024265216, end = 3024277504, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.158827416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024277504, end = 3024281600, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.158829666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024281600, end = 3024289792, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.158831997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024289792, end = 3024293888, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.158836561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024293888, end = 3024297984, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.158838855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024297984, end = 3024310272, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.158841229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024310272, end = 3024318464, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.158843702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024318464, end = 3024351232, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.158846366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024351232, end = 3024371712, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.158848580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024371712, end = 3024379904, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.158850923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024379904, end = 3024408576, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.158855684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024408576, end = 3024453632, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.158858107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024453632, end = 3024510976, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.158860463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024510976, end = 3024736256, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.158862479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024736256, end = 3024740352, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.158864570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024740352, end = 3024744448, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.158869275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024752640, end = 3024756736, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.158871637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024756736, end = 3024781312, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.158878684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024781312, end = 3024838656, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.158880762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 23329.158883076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 23329.158885171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 23329.158887263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 23329.158889254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
-vm_state.vm_map: 23329.158891350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
-vm_state.vm_map: 23329.158893441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
-vm_state.vm_map: 23329.158895457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 23329.158897677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 23329.158899701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 23329.158901803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 23329.158903862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 23329.158905990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 23329.158908087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 23329.158912520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 23329.158914574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
-vm_state.vm_map: 23329.158917065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 23329.158919131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 23329.158926173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042283520, end = 3042287616, flags = 134217845, pgoff = 0, inode = 20890 }
-vm_state.vm_map: 23329.158928338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042287616, end = 3042291712, flags = 135266419, pgoff = 0, inode = 20890 }
-vm_state.vm_map: 23329.158930848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042291712, end = 3042295808, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.158933216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042295808, end = 3042299904, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.158935633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042299904, end = 3042304000, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.158938038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042304000, end = 3042308096, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.158940295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042308096, end = 3042316288, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.158942638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042316288, end = 3042373632, flags = 134217845, pgoff = 0, inode = 22475 }
-vm_state.vm_map: 23329.158944858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042373632, end = 3042377728, flags = 135266419, pgoff = 57344, inode = 22475 }
-vm_state.vm_map: 23329.158946844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 23329.158948842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 23329.158951025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.158953411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
-vm_state.vm_map: 23329.158955439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.158957524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.158959646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.158961754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.158963801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.158966021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.158968068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.158970153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.158972280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
-vm_state.vm_map: 23329.158974377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 23329.158976412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 23329.158978558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.158980642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.158982659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.158984866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.158987271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.158989282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.158991471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.158993580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.158995683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
-vm_state.vm_map: 23329.158997829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.158999938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.159002047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.159004038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.159084956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.159087176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.159089353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.159091548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.159093632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.159095728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.159097986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
-vm_state.vm_map: 23329.159100612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.159102690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.159104898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.159107149 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.159109234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.159114820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.159116904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.159119050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.159121104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
-vm_state.vm_map: 23329.159123225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.159125414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.159127585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
-vm_state.vm_map: 23329.159129620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.159131729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.159133930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.159136268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.159138549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.159140775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.159142847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.159144962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.159147090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
-vm_state.vm_map: 23329.159149267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
-vm_state.vm_map: 23329.159151302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
-vm_state.vm_map: 23329.159153627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 23329.159155668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 23329.159157764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
-vm_state.vm_map: 23329.159159978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 23329.159162075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 23329.159164178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.159166614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.159168636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.159170948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.159173132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.159175204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.159177133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
-vm_state.vm_map: 23329.159179280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.159181375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.159183343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.159185490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.159187561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.159189552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.159191526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.159193691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.159195688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.159197773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.159199820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.159201873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.159204180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
-vm_state.vm_map: 23329.159206159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.159208225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.159210297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.159214786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
-vm_state.vm_map: 23329.159216871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.159219078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.159221187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.159223228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.159225374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.159227348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.159229531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.159231664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.159233675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.159235808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.159238145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.159240217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.159242147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
-vm_state.vm_map: 23329.159244226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.159246267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.159248271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.159250269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
-vm_state.vm_map: 23329.159252630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.159254751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.159256712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
-vm_state.vm_map: 23329.159259081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.159261164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.159263199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
-vm_state.vm_map: 23329.159265439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 23329.159267596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 23329.159269662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
-vm_state.vm_map: 23329.159272160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.159274398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.159276501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 23329.159278548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 23329.159280750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
-vm_state.vm_map: 23329.159282754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.159284931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.159287089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.159289173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.159291221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
-vm_state.vm_map: 23329.159293780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079139328, end = 3079151616, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.159296006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.159298133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.159300094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 23329.159302203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 23329.159304411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.159306804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.159309116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.159311429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.159313636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
-vm_state.vm_map: 23329.159315949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
-vm_state.vm_map: 23329.159318069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.159320135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.159322171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.159324384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2164, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.159328176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 134512640, end = 134524928, flags = 134223989, pgoff = 0, inode = 18933 }
-vm_state.vm_map: 23329.159330347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 134524928, end = 134529024, flags = 135272563, pgoff = 8192, inode = 18933 }
-vm_state.vm_map: 23329.159332684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 139386880, end = 139522048, flags = 1048691, pgoff = 139386880, inode = 0 }
-vm_state.vm_map: 23329.159334978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3076870144, end = 3076874240, flags = 1048691, pgoff = 3076870144, inode = 0 }
-vm_state.vm_map: 23329.159337254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3076874240, end = 3078189056, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.159339350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078189056, end = 3078197248, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.159341687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078197248, end = 3078201344, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.159344308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078201344, end = 3078213632, flags = 1048691, pgoff = 3078201344, inode = 0 }
-vm_state.vm_map: 23329.159346960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078307840, end = 3078316032, flags = 1048691, pgoff = 3078307840, inode = 0 }
-vm_state.vm_map: 23329.159348909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078316032, end = 3078320128, flags = 67371125, pgoff = 3078316032, inode = 0 }
-vm_state.vm_map: 23329.159351344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078320128, end = 3078434816, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.159354002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078434816, end = 3078438912, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.159356389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3078438912, end = 3078443008, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.159358639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2182, start = 3220574208, end = 3220660224, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.159364387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 23329.159366718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 23329.159368987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 23329.159371275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 153337856, end = 155066368, flags = 1048691, pgoff = 153337856, inode = 0 }
-vm_state.vm_map: 23329.159373927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2991767552, end = 2993803264, flags = 134217937, pgoff = 0, inode = 41242 }
-vm_state.vm_map: 23329.159376609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993803264, end = 2993844224, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.159378841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993844224, end = 2993848320, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.159380920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993848320, end = 2993852416, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.159383559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993852416, end = 2993889280, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.159385686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993889280, end = 2993893376, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.159388048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993893376, end = 2993897472, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.159393154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993897472, end = 2993922048, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.159395220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993922048, end = 2993926144, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.159397698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2993926144, end = 2993930240, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.159400300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2994024448, end = 2994028544, flags = 1048688, pgoff = 2994024448, inode = 0 }
-vm_state.vm_map: 23329.159402509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 2994028544, end = 3002417152, flags = 1048691, pgoff = 2994028544, inode = 0 }
-vm_state.vm_map: 23329.159404914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3002417152, end = 3018657792, flags = 134217979, pgoff = 0, inode = 1204696 }
-vm_state.vm_map: 23329.159407344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3018657792, end = 3022954496, flags = 134217979, pgoff = 0, inode = 1204694 }
-vm_state.vm_map: 23329.159409822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3022954496, end = 3023179776, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.159411919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023179776, end = 3023183872, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.159413966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023183872, end = 3023187968, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.159416494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023187968, end = 3023388672, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 23329.159418714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023388672, end = 3023392768, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 23329.159421606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023392768, end = 3023425536, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.159423690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023425536, end = 3023429632, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.159426089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023429632, end = 3023437824, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.159430942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023437824, end = 3023441920, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.159433316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023441920, end = 3023519744, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.159435401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023519744, end = 3023523840, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.159437380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023523840, end = 3023527936, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.159439384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023527936, end = 3023536128, flags = 1048691, pgoff = 3023527936, inode = 0 }
-vm_state.vm_map: 23329.159441820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023536128, end = 3023540224, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.159444133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023540224, end = 3023564800, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.159446815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023564800, end = 3023568896, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.159449442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023568896, end = 3023572992, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.159451773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023572992, end = 3023577088, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.159454369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023577088, end = 3023581184, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.159456528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023581184, end = 3023589376, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.159459056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023589376, end = 3023622144, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.159461251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023622144, end = 3023634432, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.159463613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023634432, end = 3023642624, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.159487243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023642624, end = 3023646720, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.159489617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023646720, end = 3023650816, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.159492318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023650816, end = 3023654912, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.159494630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023654912, end = 3023683584, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.159497189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023683584, end = 3023695872, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.159499958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023695872, end = 3023699968, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.159502308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023699968, end = 3023708160, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.159504953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023708160, end = 3023712256, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.159507623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023712256, end = 3023716352, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.159510269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023716352, end = 3023728640, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.159512723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023728640, end = 3023736832, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.159514974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023736832, end = 3023769600, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.159517219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023769600, end = 3023790080, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.159519821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023790080, end = 3023798272, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.159522460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023798272, end = 3023826944, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.159524674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023826944, end = 3023872000, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.159527110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023872000, end = 3023929344, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.159529207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
-vm_state.vm_map: 23329.159532019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024175104, end = 3024199680, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.159534140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024199680, end = 3024203776, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.159536656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024203776, end = 3024240640, flags = 134217845, pgoff = 0, inode = 20855 }
-vm_state.vm_map: 23329.159538956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024240640, end = 3024244736, flags = 135266419, pgoff = 36864, inode = 20855 }
-vm_state.vm_map: 23329.159541700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024244736, end = 3024359424, flags = 134217845, pgoff = 0, inode = 23885 }
-vm_state.vm_map: 23329.159543703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024359424, end = 3024363520, flags = 135266419, pgoff = 110592, inode = 23885 }
-vm_state.vm_map: 23329.159545917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024363520, end = 3024445440, flags = 134217845, pgoff = 0, inode = 23971 }
-vm_state.vm_map: 23329.159548143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024445440, end = 3024449536, flags = 135266419, pgoff = 81920, inode = 23971 }
-vm_state.vm_map: 23329.159550647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024449536, end = 3024633856, flags = 134217845, pgoff = 0, inode = 23888 }
-vm_state.vm_map: 23329.159552800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024633856, end = 3024642048, flags = 135266419, pgoff = 180224, inode = 23888 }
-vm_state.vm_map: 23329.159555753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024642048, end = 3024830464, flags = 134217845, pgoff = 0, inode = 1066195 }
-vm_state.vm_map: 23329.159558455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024830464, end = 3024838656, flags = 135266419, pgoff = 184320, inode = 1066195 }
-vm_state.vm_map: 23329.159560773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 23329.159563011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 23329.159565379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 23329.159567642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 23329.159569782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
-vm_state.vm_map: 23329.159572181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
-vm_state.vm_map: 23329.159574395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
-vm_state.vm_map: 23329.159576645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 23329.159578872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 23329.159581092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 23329.159583447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 23329.159585673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 23329.159588109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 23329.159590397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 23329.159592494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 23329.159595115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
-vm_state.vm_map: 23329.159597365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 23329.159599443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 23329.159601922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3042308096, end = 3042320384, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.159604506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3042320384, end = 3042377728, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.159606924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 23329.159609002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 23329.159611529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.159613621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
-vm_state.vm_map: 23329.159616180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.159618301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.159620767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.159623042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.159625207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.159627501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.159629795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.159632318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.159634457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
-vm_state.vm_map: 23329.159636554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 23329.159638773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 23329.159641184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.159643540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.159645686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.159647962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.159650656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.159652759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.159654893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.159656971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.159659351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
-vm_state.vm_map: 23329.159661719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.159663723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.159665950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.159668336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.159670371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.159672690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.159674743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.159676877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.159678980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.159686824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.159689141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
-vm_state.vm_map: 23329.159691756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.159694180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.159696652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.159698817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.159701118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.159703406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.159705680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.159708511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.159710706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
-vm_state.vm_map: 23329.159713099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.159715134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.159717274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
-vm_state.vm_map: 23329.159719555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.159721541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.159723619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.159725944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.159728380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.159730661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.159732943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.159735440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.159737716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
-vm_state.vm_map: 23329.159739905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
-vm_state.vm_map: 23329.159742181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
-vm_state.vm_map: 23329.159744795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 23329.159746849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 23329.159749198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
-vm_state.vm_map: 23329.159751862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 23329.159753934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 23329.159756327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.159758356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.159760539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.159762808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.159765213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.159767649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.159769875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
-vm_state.vm_map: 23329.159772539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.159774739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.159777292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.159779420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.159781868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.159783977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.159786419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.159788454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.159790748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.159792925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.159797630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.159799899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.159802064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
-vm_state.vm_map: 23329.159804487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.159806868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.159809094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.159811493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
-vm_state.vm_map: 23329.159813756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.159816056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.159818738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.159820977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.159823369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.159825454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.159827581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.159830343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.159832656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.159834895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.159837127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.159839551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.159841839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
-vm_state.vm_map: 23329.159844231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.159846414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.159848751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.159850952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
-vm_state.vm_map: 23329.159853197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.159856045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.159858352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
-vm_state.vm_map: 23329.159860683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.159863131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.159865363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
-vm_state.vm_map: 23329.159867707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 23329.159870364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 23329.159872449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
-vm_state.vm_map: 23329.159874891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.159877024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.159879522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 23329.159881631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 23329.159884116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
-vm_state.vm_map: 23329.159886194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.159888334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.159890542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.159893027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.159895296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
-vm_state.vm_map: 23329.159897584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.159899872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.159902307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 23329.159904323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 23329.159906951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.159909023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.159911138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.159913740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.159915936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
-vm_state.vm_map: 23329.159918088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
-vm_state.vm_map: 23329.159920406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.159922743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.159924907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.159927257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2185, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.159938794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 134512640, end = 134516736, flags = 134223989, pgoff = 0, inode = 1352648 }
-vm_state.vm_map: 23329.159940891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 134516736, end = 134520832, flags = 135272563, pgoff = 0, inode = 1352648 }
-vm_state.vm_map: 23329.159943493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 159334400, end = 163192832, flags = 1048691, pgoff = 159334400, inode = 0 }
-vm_state.vm_map: 23329.159951066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2835415040, end = 2835988480, flags = 134217841, pgoff = 0, inode = 49559 }
-vm_state.vm_map: 23329.159959095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2835988480, end = 2836127744, flags = 134217841, pgoff = 0, inode = 254140 }
-vm_state.vm_map: 23329.159961969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836127744, end = 2836164608, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.159964096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836164608, end = 2836168704, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.159966668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836168704, end = 2836172800, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.159969079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836172800, end = 2836250624, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.159971225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836250624, end = 2836254720, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.159973420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836254720, end = 2836258816, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.159975474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836258816, end = 2836267008, flags = 1048691, pgoff = 2836258816, inode = 0 }
-vm_state.vm_map: 23329.159986061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836279296, end = 2836361216, flags = 134217841, pgoff = 0, inode = 98443 }
-vm_state.vm_map: 23329.159991783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2836361216, end = 2838396928, flags = 134217937, pgoff = 0, inode = 41242 }
-vm_state.vm_map: 23329.159994892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838396928, end = 2838437888, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.159997204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838437888, end = 2838441984, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.159999191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838441984, end = 2838446080, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.160001694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838446080, end = 2838470656, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.160003642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838470656, end = 2838474752, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.160006047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838474752, end = 2838478848, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.160014187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838478848, end = 2838540288, flags = 134217841, pgoff = 0, inode = 649749 }
-vm_state.vm_map: 23329.160023289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2838540288, end = 2964881408, flags = 134217979, pgoff = 0, inode = 73879 }
-vm_state.vm_map: 23329.160028530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2964881408, end = 2998538240, flags = 134217979, pgoff = 0, inode = 73878 }
-vm_state.vm_map: 23329.160037367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998538240, end = 2998603776, flags = 134217845, pgoff = 0, inode = 57391 }
-vm_state.vm_map: 23329.160039686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998603776, end = 2998607872, flags = 135266419, pgoff = 61440, inode = 57391 }
-vm_state.vm_map: 23329.160041739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998607872, end = 2998624256, flags = 1048691, pgoff = 2998607872, inode = 0 }
-vm_state.vm_map: 23329.160047431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998624256, end = 2998906880, flags = 134217845, pgoff = 0, inode = 22693 }
-vm_state.vm_map: 23329.160049515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998906880, end = 2998919168, flags = 135266419, pgoff = 282624, inode = 22693 }
-vm_state.vm_map: 23329.160051587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998919168, end = 2998943744, flags = 1048691, pgoff = 2998919168, inode = 0 }
-vm_state.vm_map: 23329.160056903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998947840, end = 2998964224, flags = 134217845, pgoff = 0, inode = 57390 }
-vm_state.vm_map: 23329.160058981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998964224, end = 2998968320, flags = 135266419, pgoff = 12288, inode = 57390 }
-vm_state.vm_map: 23329.160062040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998968320, end = 2998988800, flags = 134217845, pgoff = 0, inode = 57392 }
-vm_state.vm_map: 23329.160064482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998988800, end = 2998992896, flags = 135266419, pgoff = 16384, inode = 57392 }
-vm_state.vm_map: 23329.160067843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2998992896, end = 2999033856, flags = 134217845, pgoff = 0, inode = 57395 }
-vm_state.vm_map: 23329.160069804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2999033856, end = 2999037952, flags = 135266419, pgoff = 36864, inode = 57395 }
-vm_state.vm_map: 23329.160074976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2999037952, end = 2999308288, flags = 134217845, pgoff = 0, inode = 18916 }
-vm_state.vm_map: 23329.160077074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2999308288, end = 2999312384, flags = 135266419, pgoff = 266240, inode = 18916 }
-vm_state.vm_map: 23329.160079941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2999312384, end = 2999394304, flags = 134217845, pgoff = 0, inode = 18915 }
-vm_state.vm_map: 23329.160082062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2999394304, end = 2999402496, flags = 135266419, pgoff = 77824, inode = 18915 }
-vm_state.vm_map: 23329.160157442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 2999402496, end = 3000184832, flags = 134217845, pgoff = 0, inode = 18927 }
-vm_state.vm_map: 23329.160161049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000184832, end = 3000193024, flags = 135266419, pgoff = 778240, inode = 18927 }
-vm_state.vm_map: 23329.160169047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000193024, end = 3000205312, flags = 134217845, pgoff = 0, inode = 59166 }
-vm_state.vm_map: 23329.160171372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000205312, end = 3000209408, flags = 135266419, pgoff = 8192, inode = 59166 }
-vm_state.vm_map: 23329.160174178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000209408, end = 3000225792, flags = 134217845, pgoff = 0, inode = 57389 }
-vm_state.vm_map: 23329.160176330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000225792, end = 3000229888, flags = 135266419, pgoff = 12288, inode = 57389 }
-vm_state.vm_map: 23329.160179494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000229888, end = 3000262656, flags = 134217845, pgoff = 0, inode = 57396 }
-vm_state.vm_map: 23329.160182386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000262656, end = 3000266752, flags = 135266419, pgoff = 28672, inode = 57396 }
-vm_state.vm_map: 23329.160185192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000266752, end = 3000283136, flags = 134217845, pgoff = 0, inode = 57393 }
-vm_state.vm_map: 23329.160187634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000283136, end = 3000287232, flags = 135266419, pgoff = 12288, inode = 57393 }
-vm_state.vm_map: 23329.160193307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000287232, end = 3000651776, flags = 134217845, pgoff = 0, inode = 22572 }
-vm_state.vm_map: 23329.160195385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000651776, end = 3000659968, flags = 135266419, pgoff = 364544, inode = 22572 }
-vm_state.vm_map: 23329.160201046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000659968, end = 3000856576, flags = 134217845, pgoff = 0, inode = 20024 }
-vm_state.vm_map: 23329.160203562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000856576, end = 3000864768, flags = 135266419, pgoff = 192512, inode = 20024 }
-vm_state.vm_map: 23329.160205867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000864768, end = 3000872960, flags = 1048691, pgoff = 3000864768, inode = 0 }
-vm_state.vm_map: 23329.160208741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3000872960, end = 3001323520, flags = 134217845, pgoff = 0, inode = 20711 }
-vm_state.vm_map: 23329.160210764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001323520, end = 3001335808, flags = 135266419, pgoff = 450560, inode = 20711 }
-vm_state.vm_map: 23329.160213879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001348096, end = 3001372672, flags = 134217845, pgoff = 0, inode = 18917 }
-vm_state.vm_map: 23329.160215987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001372672, end = 3001376768, flags = 135266419, pgoff = 20480, inode = 18917 }
-vm_state.vm_map: 23329.160218682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001376768, end = 3001393152, flags = 134217845, pgoff = 0, inode = 18914 }
-vm_state.vm_map: 23329.160220741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001393152, end = 3001397248, flags = 135266419, pgoff = 16384, inode = 18914 }
-vm_state.vm_map: 23329.160223855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001397248, end = 3001425920, flags = 134217845, pgoff = 0, inode = 57397 }
-vm_state.vm_map: 23329.160226365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001425920, end = 3001430016, flags = 135266419, pgoff = 24576, inode = 57397 }
-vm_state.vm_map: 23329.160229399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001430016, end = 3001556992, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 23329.160231564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001556992, end = 3001561088, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 23329.160234209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001561088, end = 3001577472, flags = 134217845, pgoff = 0, inode = 57394 }
-vm_state.vm_map: 23329.160236361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001577472, end = 3001581568, flags = 135266419, pgoff = 16384, inode = 57394 }
-vm_state.vm_map: 23329.160239050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001581568, end = 3001606144, flags = 134217845, pgoff = 0, inode = 57398 }
-vm_state.vm_map: 23329.160241239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001606144, end = 3001610240, flags = 135266419, pgoff = 24576, inode = 57398 }
-vm_state.vm_map: 23329.160244070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001610240, end = 3001626624, flags = 134217845, pgoff = 0, inode = 52571 }
-vm_state.vm_map: 23329.160246142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001626624, end = 3001630720, flags = 135266419, pgoff = 12288, inode = 52571 }
-vm_state.vm_map: 23329.160249058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001630720, end = 3001651200, flags = 134217845, pgoff = 0, inode = 52570 }
-vm_state.vm_map: 23329.160251112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001651200, end = 3001655296, flags = 135266419, pgoff = 16384, inode = 52570 }
-vm_state.vm_map: 23329.160254041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001655296, end = 3001692160, flags = 134217845, pgoff = 0, inode = 52569 }
-vm_state.vm_map: 23329.160256397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001692160, end = 3001696256, flags = 135266419, pgoff = 32768, inode = 52569 }
-vm_state.vm_map: 23329.160259455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001696256, end = 3001720832, flags = 134217845, pgoff = 0, inode = 52572 }
-vm_state.vm_map: 23329.160261503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001720832, end = 3001724928, flags = 135266419, pgoff = 20480, inode = 52572 }
-vm_state.vm_map: 23329.160264309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001724928, end = 3001745408, flags = 134217845, pgoff = 0, inode = 52568 }
-vm_state.vm_map: 23329.160266473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001745408, end = 3001749504, flags = 135266419, pgoff = 16384, inode = 52568 }
-vm_state.vm_map: 23329.160269667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001749504, end = 3001835520, flags = 134217845, pgoff = 0, inode = 57557 }
-vm_state.vm_map: 23329.160271887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001835520, end = 3001839616, flags = 135266419, pgoff = 86016, inode = 57557 }
-vm_state.vm_map: 23329.160274391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3001839616, end = 3018080256, flags = 134217979, pgoff = 0, inode = 1204696 }
-vm_state.vm_map: 23329.160276734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3018080256, end = 3022376960, flags = 134217979, pgoff = 0, inode = 1204694 }
-vm_state.vm_map: 23329.160279508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022376960, end = 3022602240, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.160281809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022602240, end = 3022606336, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.160283751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022606336, end = 3022610432, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.160286193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022610432, end = 3022811136, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 23329.160288419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022811136, end = 3022815232, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 23329.160291404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022815232, end = 3022823424, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.160293901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022823424, end = 3022827520, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.160296473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022831616, end = 3022843904, flags = 134217845, pgoff = 0, inode = 49489 }
-vm_state.vm_map: 23329.160298465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022843904, end = 3022848000, flags = 135266419, pgoff = 8192, inode = 49489 }
-vm_state.vm_map: 23329.160304687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022848000, end = 3022921728, flags = 134217841, pgoff = 0, inode = 98526 }
-vm_state.vm_map: 23329.160306931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022921728, end = 3022925824, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.160309645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022925824, end = 3022950400, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.160312426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022950400, end = 3022954496, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.160315151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022954496, end = 3022958592, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.160317655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022958592, end = 3022962688, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.160320288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022962688, end = 3022966784, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.160322730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022966784, end = 3022974976, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.160325308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3022974976, end = 3023007744, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.160328064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023007744, end = 3023020032, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.160331179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023020032, end = 3023028224, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.160333830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023028224, end = 3023032320, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.160336130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023032320, end = 3023036416, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.160338708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023036416, end = 3023040512, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.160341236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023040512, end = 3023069184, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.160344301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023069184, end = 3023081472, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.160347346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023081472, end = 3023085568, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.160350024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023085568, end = 3023093760, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.160352706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023093760, end = 3023097856, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.160355259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023097856, end = 3023101952, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.160357966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023101952, end = 3023114240, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.160360519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023114240, end = 3023122432, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.160363059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023122432, end = 3023155200, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.160365588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023155200, end = 3023175680, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.160368122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023175680, end = 3023183872, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.160370625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023183872, end = 3023212544, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.160373081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023212544, end = 3023257600, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.160376009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023257600, end = 3023314944, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.160378667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023314944, end = 3023327232, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.160381713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023327232, end = 3023384576, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.160384704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3023384576, end = 3024715776, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.160386986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3024715776, end = 3024732160, flags = 1048691, pgoff = 3024715776, inode = 0 }
-vm_state.vm_map: 23329.160390377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3024732160, end = 3025989632, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.160392696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3025989632, end = 3026010112, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.160394971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026010112, end = 3026014208, flags = 1048691, pgoff = 3026010112, inode = 0 }
-vm_state.vm_map: 23329.160398160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026014208, end = 3026251776, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 23329.160400293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026251776, end = 3026255872, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 23329.160403296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026255872, end = 3026403328, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.160405424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026403328, end = 3026411520, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.160408501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026411520, end = 3026604032, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.160410542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026604032, end = 3026608128, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.160413052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026608128, end = 3026927616, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.160415179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026927616, end = 3026944000, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.160417165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026944000, end = 3026948096, flags = 1048691, pgoff = 3026944000, inode = 0 }
-vm_state.vm_map: 23329.160419928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026948096, end = 3026964480, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.160422043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026964480, end = 3026968576, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.160424423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3026968576, end = 3027488768, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 23329.160426476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027488768, end = 3027496960, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 23329.160429548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027496960, end = 3027513344, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.160431538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027513344, end = 3027517440, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.160434424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027517440, end = 3027542016, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.160436553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027542016, end = 3027546112, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.160438655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027546112, end = 3027550208, flags = 1048691, pgoff = 3027546112, inode = 0 }
-vm_state.vm_map: 23329.160441184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027550208, end = 3027582976, flags = 134217845, pgoff = 0, inode = 21180 }
-vm_state.vm_map: 23329.160443367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027582976, end = 3027587072, flags = 135266419, pgoff = 28672, inode = 21180 }
-vm_state.vm_map: 23329.160445987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3027587072, end = 3028029440, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 23329.160448232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028029440, end = 3028037632, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 23329.160451124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028037632, end = 3028066304, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.160453190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028066304, end = 3028070400, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.160455434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028070400, end = 3028074496, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.160457691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028074496, end = 3028090880, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.160459899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028090880, end = 3028094976, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.160462600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028094976, end = 3028279296, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.160464604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028279296, end = 3028287488, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.160466941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028287488, end = 3028291584, flags = 1048691, pgoff = 3028287488, inode = 0 }
-vm_state.vm_map: 23329.160469630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3028291584, end = 3029028864, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.160471640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029028864, end = 3029032960, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.160473928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029032960, end = 3029274624, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.160476049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029274624, end = 3029278720, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.160478898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029278720, end = 3029749760, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.160480946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029749760, end = 3029766144, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.160483702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029766144, end = 3029909504, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.160485663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029909504, end = 3029913600, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.160488321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029913600, end = 3029999616, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.160490553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3029999616, end = 3030003712, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.160493020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030003712, end = 3030007808, flags = 1048691, pgoff = 3030003712, inode = 0 }
-vm_state.vm_map: 23329.160495610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030007808, end = 3030069248, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.160497903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030069248, end = 3030073344, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.160500870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030073344, end = 3030151168, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.160503545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030151168, end = 3030155264, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.160507091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030155264, end = 3030241280, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.160509220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030241280, end = 3030245376, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.160511476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030245376, end = 3030249472, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.160513740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030249472, end = 3030257664, flags = 1048691, pgoff = 3030249472, inode = 0 }
-vm_state.vm_map: 23329.160516570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030257664, end = 3030290432, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 23329.160518592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030290432, end = 3030294528, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 23329.160521134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030294528, end = 3030310912, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 23329.160523439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030310912, end = 3030315008, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 23329.160525887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030315008, end = 3030319104, flags = 1048691, pgoff = 3030315008, inode = 0 }
-vm_state.vm_map: 23329.160528896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030319104, end = 3030327296, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.160531036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030327296, end = 3030331392, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.160533638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030331392, end = 3030429696, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.160536031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030429696, end = 3030433792, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.160539133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030433792, end = 3030446080, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.160541260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030446080, end = 3030450176, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.160544492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030450176, end = 3030458368, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.160547507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030458368, end = 3030462464, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.160549826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030462464, end = 3030466560, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.160552354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3030466560, end = 3031019520, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 23329.160554889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031019520, end = 3031040000, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 23329.160557497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031040000, end = 3031355392, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 23329.160559526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031355392, end = 3031363584, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 23329.160561912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031363584, end = 3031367680, flags = 1048691, pgoff = 3031363584, inode = 0 }
-vm_state.vm_map: 23329.160564681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031367680, end = 3031797760, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 23329.160566815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031797760, end = 3031826432, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 23329.160569023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031826432, end = 3031830528, flags = 1048691, pgoff = 3031826432, inode = 0 }
-vm_state.vm_map: 23329.160572253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031830528, end = 3031900160, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 23329.160574745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031900160, end = 3031904256, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 23329.160577846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3031904256, end = 3046400000, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 23329.160579819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3046400000, end = 3047014400, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 23329.160581768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3047014400, end = 3047022592, flags = 1048691, pgoff = 3047014400, inode = 0 }
-vm_state.vm_map: 23329.160584648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3047022592, end = 3047395328, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 23329.160586955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3047395328, end = 3047407616, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 23329.160589698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3047407616, end = 3049963520, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 23329.160592006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3049963520, end = 3050012672, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 23329.160594095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050012672, end = 3050020864, flags = 1048691, pgoff = 3050012672, inode = 0 }
-vm_state.vm_map: 23329.160597209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050020864, end = 3050135552, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.160599337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050135552, end = 3050139648, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.160602500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050139648, end = 3050287104, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.160604498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050287104, end = 3050291200, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.160606909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050291200, end = 3050295296, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.160609629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050295296, end = 3050328064, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.160611695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050328064, end = 3050332160, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.160614365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050332160, end = 3050348544, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.160616696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050348544, end = 3050352640, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.160619317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3050352640, end = 3051483136, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.160621352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3051483136, end = 3051499520, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.160623787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3051499520, end = 3051503616, flags = 1048691, pgoff = 3051499520, inode = 0 }
-vm_state.vm_map: 23329.160627204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3051503616, end = 3051773952, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.160629448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3051773952, end = 3051782144, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.160632704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3051782144, end = 3052113920, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.160635227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3052113920, end = 3052122112, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.160637921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3052122112, end = 3053060096, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.160640493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3053060096, end = 3053076480, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.160642818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3053076480, end = 3053080576, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.160645124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3053080576, end = 3053109248, flags = 1048691, pgoff = 3053080576, inode = 0 }
-vm_state.vm_map: 23329.160648404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3053109248, end = 3055419392, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.160650723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3055419392, end = 3055448064, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.160653048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3055448064, end = 3055452160, flags = 1048691, pgoff = 3055448064, inode = 0 }
-vm_state.vm_map: 23329.160655613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3055452160, end = 3055919104, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.160657906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3055919104, end = 3055927296, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.160660127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3055927296, end = 3055931392, flags = 1048691, pgoff = 3055927296, inode = 0 }
-vm_state.vm_map: 23329.160662982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3055931392, end = 3065970688, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.160665516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3065970688, end = 3066130432, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.160668180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3066130432, end = 3066138624, flags = 1048691, pgoff = 3066130432, inode = 0 }
-vm_state.vm_map: 23329.160670468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3066138624, end = 3068440576, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.160672595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068440576, end = 3068485632, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.160676308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068485632, end = 3068502016, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.160678478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068502016, end = 3068506112, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.160681303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068506112, end = 3068538880, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.160683338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068538880, end = 3068542976, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.160685749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068542976, end = 3068551168, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.160688296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068551168, end = 3068555264, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.160690509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068555264, end = 3068559360, flags = 1048691, pgoff = 3068555264, inode = 0 }
-vm_state.vm_map: 23329.160693223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068559360, end = 3068567552, flags = 134217845, pgoff = 0, inode = 17721 }
-vm_state.vm_map: 23329.160695326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068567552, end = 3068571648, flags = 135266419, pgoff = 4096, inode = 17721 }
-vm_state.vm_map: 23329.160698168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068571648, end = 3068596224, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.160700111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068596224, end = 3068600320, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.160703318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068600320, end = 3068964864, flags = 134217845, pgoff = 0, inode = 23376 }
-vm_state.vm_map: 23329.160705377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3068964864, end = 3069001728, flags = 135266423, pgoff = 364544, inode = 23376 }
-vm_state.vm_map: 23329.160707887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3069001728, end = 3069005824, flags = 1048695, pgoff = 3069001728, inode = 0 }
-vm_state.vm_map: 23329.160710563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3069005824, end = 3069059072, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.160712672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3069059072, end = 3069063168, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.160715503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3069063168, end = 3070214144, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.160717599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070214144, end = 3070230528, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.160720461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070230528, end = 3070316544, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.160722427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070316544, end = 3070320640, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.160724382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070320640, end = 3070332928, flags = 1048691, pgoff = 3070320640, inode = 0 }
-vm_state.vm_map: 23329.160727688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070332928, end = 3070361600, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.160729964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070361600, end = 3070365696, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.160732942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070365696, end = 3070521344, flags = 134217845, pgoff = 0, inode = 23969 }
-vm_state.vm_map: 23329.160735403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070521344, end = 3070529536, flags = 135266419, pgoff = 151552, inode = 23969 }
-vm_state.vm_map: 23329.160738078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070529536, end = 3070619648, flags = 134217845, pgoff = 0, inode = 23864 }
-vm_state.vm_map: 23329.160740144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070619648, end = 3070623744, flags = 135266419, pgoff = 90112, inode = 23864 }
-vm_state.vm_map: 23329.160743147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070623744, end = 3070783488, flags = 134217845, pgoff = 0, inode = 23579 }
-vm_state.vm_map: 23329.160745293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070783488, end = 3070787584, flags = 135266419, pgoff = 159744, inode = 23579 }
-vm_state.vm_map: 23329.160748302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3070787584, end = 3072770048, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 23329.160750368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3072770048, end = 3072811008, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 23329.160752995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3072811008, end = 3076407296, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.160755073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3076407296, end = 3076505600, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.160757225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3076505600, end = 3076513792, flags = 1048691, pgoff = 3076505600, inode = 0 }
-vm_state.vm_map: 23329.160759963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3076513792, end = 3077828608, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.160762097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3077828608, end = 3077836800, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.160764471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3077836800, end = 3077840896, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.160766574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3077840896, end = 3077853184, flags = 1048691, pgoff = 3077840896, inode = 0 }
-vm_state.vm_map: 23329.160769762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3077853184, end = 3078647808, flags = 134217845, pgoff = 0, inode = 1065333 }
-vm_state.vm_map: 23329.160771963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078647808, end = 3078660096, flags = 135266419, pgoff = 790528, inode = 1065333 }
-vm_state.vm_map: 23329.160774652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078672384, end = 3078705152, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.160776835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078705152, end = 3078709248, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.160779653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078709248, end = 3078717440, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.160781762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078717440, end = 3078721536, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.160783884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078721536, end = 3078725632, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.160787078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078725632, end = 3078754304, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.160789372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078754304, end = 3078762496, flags = 1048691, pgoff = 3078754304, inode = 0 }
-vm_state.vm_map: 23329.160791925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078762496, end = 3078766592, flags = 67371125, pgoff = 3078762496, inode = 0 }
-vm_state.vm_map: 23329.160794620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078766592, end = 3078881280, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.160796815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078881280, end = 3078885376, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.160798838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3078885376, end = 3078889472, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.160801064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2199, start = 3214757888, end = 3214843904, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.160807001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 23329.160809087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 23329.160811201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 23329.160813291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 153337856, end = 155586560, flags = 1048691, pgoff = 153337856, inode = 0 }
-vm_state.vm_map: 23329.160823417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002777600, end = 3002818560, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.160825557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002818560, end = 3002822656, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.160827795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002822656, end = 3002826752, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.160830817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002826752, end = 3002863616, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.160833647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002863616, end = 3002867712, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.160835658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002867712, end = 3002871808, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.160840801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002871808, end = 3002949632, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.160843434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002949632, end = 3002953728, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.160845493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002953728, end = 3002957824, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.160847861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002957824, end = 3002966016, flags = 1048691, pgoff = 3002957824, inode = 0 }
-vm_state.vm_map: 23329.160850803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002966016, end = 3002990592, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.160852881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002990592, end = 3002994688, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.160854904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002994688, end = 3002998784, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.160857506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3002998784, end = 3019239424, flags = 134217979, pgoff = 0, inode = 1204696 }
-vm_state.vm_map: 23329.160859997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3019239424, end = 3023536128, flags = 134217979, pgoff = 0, inode = 1204694 }
-vm_state.vm_map: 23329.160862680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023536128, end = 3023736832, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 23329.160864937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023736832, end = 3023740928, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 23329.160867613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023740928, end = 3023773696, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.160869642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023773696, end = 3023777792, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.160872213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023777792, end = 3023802368, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.160874489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023802368, end = 3023806464, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.160877196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023900672, end = 3023904768, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.160880242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023904768, end = 3023929344, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.160882697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
-vm_state.vm_map: 23329.160885175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024171008, end = 3024203776, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.160887846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024203776, end = 3024216064, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.160890411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024216064, end = 3024224256, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.160892883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024224256, end = 3024228352, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.160895214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024228352, end = 3024232448, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.160897514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024232448, end = 3024236544, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.160899938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024236544, end = 3024265216, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.160902318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024265216, end = 3024277504, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.160904717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024277504, end = 3024281600, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.160907153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024281600, end = 3024289792, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.160909638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024289792, end = 3024293888, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.160912326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024293888, end = 3024297984, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.160914781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024297984, end = 3024310272, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.160917235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024310272, end = 3024318464, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.160919899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024318464, end = 3024351232, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.160922446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024351232, end = 3024371712, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.160924980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024371712, end = 3024379904, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.160927459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024379904, end = 3024408576, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.160929803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024408576, end = 3024453632, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.160932960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024453632, end = 3024510976, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.160938997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024510976, end = 3024736256, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.160941131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024736256, end = 3024740352, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.160943757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024740352, end = 3024744448, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.160946193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024744448, end = 3024752640, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.160948198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024752640, end = 3024756736, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.160950392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024756736, end = 3024760832, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.160953125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024760832, end = 3024764928, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.160955524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024764928, end = 3024769024, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.160957841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024769024, end = 3024773120, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.160960025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024773120, end = 3024781312, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.160962497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024781312, end = 3024838656, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.160965304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 23329.160967264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 23329.160970305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 23329.160972734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 23329.160975478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
-vm_state.vm_map: 23329.160977494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
-vm_state.vm_map: 23329.160979671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
-vm_state.vm_map: 23329.160982304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 23329.160984327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 23329.160986800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 23329.160989248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 23329.160992011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 23329.160994083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 23329.160996858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 23329.160998911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 23329.161000946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
-vm_state.vm_map: 23329.161003487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 23329.161005559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 23329.161008654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3042283520, end = 3042373632, flags = 134217845, pgoff = 0, inode = 1065189 }
-vm_state.vm_map: 23329.161010930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3042373632, end = 3042377728, flags = 135266419, pgoff = 90112, inode = 1065189 }
-vm_state.vm_map: 23329.161013377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 23329.161015345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 23329.161020833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.161022898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
-vm_state.vm_map: 23329.161025267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.161027376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.161030083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.161032704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.161034899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.161037174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.161039622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.161041602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.161043625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
-vm_state.vm_map: 23329.161046362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 23329.161048946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 23329.161051413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.161053935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.161056568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.161058831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.161061551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.161063839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.161066046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.161068377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.161070659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
-vm_state.vm_map: 23329.161072910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.161074963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.161077424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.161079613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.161081956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.161084244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.161086865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.161089134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.161091706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.161093963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.161096189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
-vm_state.vm_map: 23329.161098304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.161100560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.161102780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.161105111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.161107565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.161107567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.161107569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.161107571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.161107573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
-vm_state.vm_map: 23329.161107575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.161107577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.161107579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
-vm_state.vm_map: 23329.161107581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.161107583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.161107585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.161107588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.161107590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.161107592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.161107595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.161107597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.161107599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
-vm_state.vm_map: 23329.161107601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
-vm_state.vm_map: 23329.161107603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
-vm_state.vm_map: 23329.161107605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 23329.161119855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 23329.161122321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
-vm_state.vm_map: 23329.161125176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 23329.161127525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 23329.161130669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.161132834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.161135571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.161137748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.161140831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.161142915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.161145911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
-vm_state.vm_map: 23329.161148507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.161150603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.161153588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.161155776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.161158705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.161160980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.161164309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.161166369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.161168367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.161171400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.161173694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.161175766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.161178423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
-vm_state.vm_map: 23329.161181715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.161183836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.161186574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.161188657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
-vm_state.vm_map: 23329.161192270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.161194601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.161197259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.161199318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.161201328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.161204861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.161206914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.161210681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.161212679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.161216280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.161218284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.161220442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.161222908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
-vm_state.vm_map: 23329.161225825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.161228525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.161231102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.161233470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
-vm_state.vm_map: 23329.161236047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.161238390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.161240801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
-vm_state.vm_map: 23329.161243261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.161245438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.161247860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
-vm_state.vm_map: 23329.161250462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 23329.161252675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 23329.161254939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
-vm_state.vm_map: 23329.161257509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.161259871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.161263022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 23329.161265019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 23329.161267436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
-vm_state.vm_map: 23329.161269946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.161272128 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.161275002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.161277400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.161279626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
-vm_state.vm_map: 23329.161282401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079139328, end = 3079151616, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.161285157 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.161287370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.161289997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 23329.161291964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 23329.161294905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.161297069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.161299097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.161301736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.161303981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
-vm_state.vm_map: 23329.161306330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
-vm_state.vm_map: 23329.161309234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.161311577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.161313642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.161315640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2201, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.161321891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 23329.161329525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 23329.161331707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 23329.161334013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 153337856, end = 166522880, flags = 1048691, pgoff = 153337856, inode = 0 }
-vm_state.vm_map: 23329.161351006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2814787584, end = 2814857216, flags = 134217841, pgoff = 0, inode = 98449 }
-vm_state.vm_map: 23329.161357597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2814857216, end = 2814996480, flags = 134217841, pgoff = 0, inode = 254140 }
-vm_state.vm_map: 23329.161364749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2814996480, end = 2822770688, flags = 134217841, pgoff = 0, inode = 249255 }
-vm_state.vm_map: 23329.161368436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2822770688, end = 2823344128, flags = 134217841, pgoff = 0, inode = 49559 }
-vm_state.vm_map: 23329.161371797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2823344128, end = 2823487488, flags = 134217841, pgoff = 0, inode = 254199 }
-vm_state.vm_map: 23329.161378499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2823487488, end = 2823548928, flags = 134217841, pgoff = 0, inode = 649750 }
-vm_state.vm_map: 23329.161381582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2823548928, end = 2824171520, flags = 134217841, pgoff = 0, inode = 49164 }
-vm_state.vm_map: 23329.161391700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824171520, end = 2824208384, flags = 134217845, pgoff = 0, inode = 59304 }
-vm_state.vm_map: 23329.161393969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824208384, end = 2824212480, flags = 135266419, pgoff = 32768, inode = 59304 }
-vm_state.vm_map: 23329.161399518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824212480, end = 2824273920, flags = 134217841, pgoff = 0, inode = 649749 }
-vm_state.vm_map: 23329.161408266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824273920, end = 2824318976, flags = 134217845, pgoff = 0, inode = 1065861 }
-vm_state.vm_map: 23329.161410955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824318976, end = 2824323072, flags = 135266419, pgoff = 45056, inode = 1065861 }
-vm_state.vm_map: 23329.161413464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824323072, end = 2824331264, flags = 1048691, pgoff = 2824323072, inode = 0 }
-vm_state.vm_map: 23329.161417145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824339456, end = 2824380416, flags = 134217845, pgoff = 0, inode = 59318 }
-vm_state.vm_map: 23329.161419605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824380416, end = 2824384512, flags = 135266419, pgoff = 40960, inode = 59318 }
-vm_state.vm_map: 23329.161422509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824384512, end = 2824421376, flags = 134217845, pgoff = 0, inode = 59321 }
-vm_state.vm_map: 23329.161424834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824421376, end = 2824425472, flags = 135266419, pgoff = 32768, inode = 59321 }
-vm_state.vm_map: 23329.161427861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824425472, end = 2824495104, flags = 134217845, pgoff = 0, inode = 59034 }
-vm_state.vm_map: 23329.161430062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824495104, end = 2824499200, flags = 135266419, pgoff = 65536, inode = 59034 }
-vm_state.vm_map: 23329.161435883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824499200, end = 2824568832, flags = 134217845, pgoff = 0, inode = 499966 }
-vm_state.vm_map: 23329.161438016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824568832, end = 2824572928, flags = 135266417, pgoff = 65536, inode = 499966 }
-vm_state.vm_map: 23329.161440396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824572928, end = 2824577024, flags = 135266419, pgoff = 69632, inode = 499966 }
-vm_state.vm_map: 23329.161442400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824577024, end = 2824585216, flags = 1048691, pgoff = 2824577024, inode = 0 }
-vm_state.vm_map: 23329.161445551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824597504, end = 2824609792, flags = 134217845, pgoff = 0, inode = 23912 }
-vm_state.vm_map: 23329.161447955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824609792, end = 2824613888, flags = 135266419, pgoff = 8192, inode = 23912 }
-vm_state.vm_map: 23329.161454312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824613888, end = 2824634368, flags = 134217845, pgoff = 0, inode = 59302 }
-vm_state.vm_map: 23329.161456728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824634368, end = 2824638464, flags = 135266419, pgoff = 16384, inode = 59302 }
-vm_state.vm_map: 23329.161464330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824638464, end = 2824675328, flags = 134217845, pgoff = 0, inode = 59323 }
-vm_state.vm_map: 23329.161466408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824675328, end = 2824679424, flags = 135266419, pgoff = 36864, inode = 59323 }
-vm_state.vm_map: 23329.161471723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824679424, end = 2824683520, flags = 1048688, pgoff = 2824679424, inode = 0 }
-vm_state.vm_map: 23329.161474203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2824683520, end = 2833072128, flags = 1048691, pgoff = 2824683520, inode = 0 }
-vm_state.vm_map: 23329.161536988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833072128, end = 2833154048, flags = 134217845, pgoff = 0, inode = 59299 }
-vm_state.vm_map: 23329.161540132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833154048, end = 2833158144, flags = 135266419, pgoff = 77824, inode = 59299 }
-vm_state.vm_map: 23329.161546531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833158144, end = 2833223680, flags = 134217845, pgoff = 0, inode = 57391 }
-vm_state.vm_map: 23329.161548813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833223680, end = 2833227776, flags = 135266419, pgoff = 61440, inode = 57391 }
-vm_state.vm_map: 23329.161551698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833227776, end = 2833244160, flags = 1048691, pgoff = 2833227776, inode = 0 }
-vm_state.vm_map: 23329.161557426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833244160, end = 2833526784, flags = 134217845, pgoff = 0, inode = 22693 }
-vm_state.vm_map: 23329.161559757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833526784, end = 2833539072, flags = 135266419, pgoff = 282624, inode = 22693 }
-vm_state.vm_map: 23329.161561810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833539072, end = 2833563648, flags = 1048691, pgoff = 2833539072, inode = 0 }
-vm_state.vm_map: 23329.161565497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833563648, end = 2833588224, flags = 134217845, pgoff = 0, inode = 59316 }
-vm_state.vm_map: 23329.161570239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833588224, end = 2833592320, flags = 135266419, pgoff = 20480, inode = 59316 }
-vm_state.vm_map: 23329.161572989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833592320, end = 2833608704, flags = 134217845, pgoff = 0, inode = 57390 }
-vm_state.vm_map: 23329.161575110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833608704, end = 2833612800, flags = 135266419, pgoff = 12288, inode = 57390 }
-vm_state.vm_map: 23329.161578155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833612800, end = 2833653760, flags = 134217845, pgoff = 0, inode = 57395 }
-vm_state.vm_map: 23329.161580505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833653760, end = 2833657856, flags = 135266419, pgoff = 36864, inode = 57395 }
-vm_state.vm_map: 23329.161583668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833657856, end = 2833682432, flags = 134217845, pgoff = 0, inode = 18917 }
-vm_state.vm_map: 23329.161585863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833682432, end = 2833686528, flags = 135266419, pgoff = 20480, inode = 18917 }
-vm_state.vm_map: 23329.161588896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833686528, end = 2833956864, flags = 134217845, pgoff = 0, inode = 18916 }
-vm_state.vm_map: 23329.161591492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833956864, end = 2833960960, flags = 135266419, pgoff = 266240, inode = 18916 }
-vm_state.vm_map: 23329.161594538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2833960960, end = 2834042880, flags = 134217845, pgoff = 0, inode = 18915 }
-vm_state.vm_map: 23329.161596973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834042880, end = 2834051072, flags = 135266419, pgoff = 77824, inode = 18915 }
-vm_state.vm_map: 23329.161599853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834051072, end = 2834833408, flags = 134217845, pgoff = 0, inode = 18927 }
-vm_state.vm_map: 23329.161602165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834833408, end = 2834841600, flags = 135266419, pgoff = 778240, inode = 18927 }
-vm_state.vm_map: 23329.161604878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834853888, end = 2834874368, flags = 134217845, pgoff = 0, inode = 57392 }
-vm_state.vm_map: 23329.161606869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834874368, end = 2834878464, flags = 135266419, pgoff = 16384, inode = 57392 }
-vm_state.vm_map: 23329.161609896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834878464, end = 2834911232, flags = 134217845, pgoff = 0, inode = 57396 }
-vm_state.vm_map: 23329.161612135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834911232, end = 2834915328, flags = 135266419, pgoff = 28672, inode = 57396 }
-vm_state.vm_map: 23329.161615409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834915328, end = 2834931712, flags = 134217845, pgoff = 0, inode = 57393 }
-vm_state.vm_map: 23329.161617462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834931712, end = 2834935808, flags = 135266419, pgoff = 12288, inode = 57393 }
-vm_state.vm_map: 23329.161620267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2834935808, end = 2835300352, flags = 134217845, pgoff = 0, inode = 22572 }
-vm_state.vm_map: 23329.161622813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2835300352, end = 2835308544, flags = 135266419, pgoff = 364544, inode = 22572 }
-vm_state.vm_map: 23329.161625483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2835308544, end = 2835505152, flags = 134217845, pgoff = 0, inode = 20024 }
-vm_state.vm_map: 23329.161627598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2835505152, end = 2835513344, flags = 135266419, pgoff = 192512, inode = 20024 }
-vm_state.vm_map: 23329.161629842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2835513344, end = 2835521536, flags = 1048691, pgoff = 2835513344, inode = 0 }
-vm_state.vm_map: 23329.161632531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2835521536, end = 2835972096, flags = 134217845, pgoff = 0, inode = 20711 }
-vm_state.vm_map: 23329.161634873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2835972096, end = 2835984384, flags = 135266419, pgoff = 450560, inode = 20711 }
-vm_state.vm_map: 23329.161637784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2835984384, end = 2836000768, flags = 134217845, pgoff = 0, inode = 57389 }
-vm_state.vm_map: 23329.161639775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836000768, end = 2836004864, flags = 135266419, pgoff = 12288, inode = 57389 }
-vm_state.vm_map: 23329.161642482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836004864, end = 2836021248, flags = 134217845, pgoff = 0, inode = 18914 }
-vm_state.vm_map: 23329.161644874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836021248, end = 2836025344, flags = 135266419, pgoff = 16384, inode = 18914 }
-vm_state.vm_map: 23329.161647747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836025344, end = 2836041728, flags = 134217845, pgoff = 0, inode = 57394 }
-vm_state.vm_map: 23329.161649825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836041728, end = 2836045824, flags = 135266419, pgoff = 16384, inode = 57394 }
-vm_state.vm_map: 23329.161652982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836045824, end = 2836074496, flags = 134217845, pgoff = 0, inode = 57397 }
-vm_state.vm_map: 23329.161655233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836074496, end = 2836078592, flags = 135266419, pgoff = 24576, inode = 57397 }
-vm_state.vm_map: 23329.161658377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836078592, end = 2836205568, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 23329.161660714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836205568, end = 2836209664, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 23329.161663822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836213760, end = 2836238336, flags = 134217845, pgoff = 0, inode = 57398 }
-vm_state.vm_map: 23329.161665893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836238336, end = 2836242432, flags = 135266419, pgoff = 24576, inode = 57398 }
-vm_state.vm_map: 23329.161668760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836242432, end = 2836258816, flags = 134217845, pgoff = 0, inode = 52571 }
-vm_state.vm_map: 23329.161670881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836258816, end = 2836262912, flags = 135266419, pgoff = 12288, inode = 52571 }
-vm_state.vm_map: 23329.161673619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836262912, end = 2836275200, flags = 134217845, pgoff = 0, inode = 49489 }
-vm_state.vm_map: 23329.161676104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836275200, end = 2836279296, flags = 135266419, pgoff = 8192, inode = 49489 }
-vm_state.vm_map: 23329.161678644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836279296, end = 2836299776, flags = 134217845, pgoff = 0, inode = 52570 }
-vm_state.vm_map: 23329.161680703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836299776, end = 2836303872, flags = 135266419, pgoff = 16384, inode = 52570 }
-vm_state.vm_map: 23329.161684421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836303872, end = 2836639744, flags = 134217845, pgoff = 0, inode = 59171 }
-vm_state.vm_map: 23329.161686487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836639744, end = 2836652032, flags = 135266419, pgoff = 331776, inode = 59171 }
-vm_state.vm_map: 23329.161689773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836652032, end = 2836783104, flags = 134217845, pgoff = 0, inode = 24420 }
-vm_state.vm_map: 23329.161691981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836783104, end = 2836787200, flags = 135266419, pgoff = 126976, inode = 24420 }
-vm_state.vm_map: 23329.161694774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836787200, end = 2836824064, flags = 134217845, pgoff = 0, inode = 52569 }
-vm_state.vm_map: 23329.161696827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836824064, end = 2836828160, flags = 135266419, pgoff = 32768, inode = 52569 }
-vm_state.vm_map: 23329.161699804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836828160, end = 2836852736, flags = 134217845, pgoff = 0, inode = 52572 }
-vm_state.vm_map: 23329.161702259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836852736, end = 2836856832, flags = 135266419, pgoff = 20480, inode = 52572 }
-vm_state.vm_map: 23329.161705125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836856832, end = 2836877312, flags = 134217845, pgoff = 0, inode = 52568 }
-vm_state.vm_map: 23329.161707369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836877312, end = 2836881408, flags = 135266419, pgoff = 16384, inode = 52568 }
-vm_state.vm_map: 23329.161716155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836881408, end = 2836938752, flags = 134217845, pgoff = 0, inode = 59183 }
-vm_state.vm_map: 23329.161718474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836938752, end = 2836942848, flags = 135266419, pgoff = 57344, inode = 59183 }
-vm_state.vm_map: 23329.161727235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2836942848, end = 2837090304, flags = 134217845, pgoff = 0, inode = 59164 }
-vm_state.vm_map: 23329.161729313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837090304, end = 2837098496, flags = 135266419, pgoff = 143360, inode = 59164 }
-vm_state.vm_map: 23329.161733161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837098496, end = 2837336064, flags = 134217845, pgoff = 0, inode = 23890 }
-vm_state.vm_map: 23329.161735189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837336064, end = 2837344256, flags = 135266419, pgoff = 237568, inode = 23890 }
-vm_state.vm_map: 23329.161738438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837344256, end = 2837352448, flags = 134217845, pgoff = 0, inode = 23893 }
-vm_state.vm_map: 23329.161740436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837352448, end = 2837356544, flags = 135266419, pgoff = 4096, inode = 23893 }
-vm_state.vm_map: 23329.161743260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837356544, end = 2837434368, flags = 134217845, pgoff = 0, inode = 59155 }
-vm_state.vm_map: 23329.161745541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837434368, end = 2837438464, flags = 135266419, pgoff = 77824, inode = 59155 }
-vm_state.vm_map: 23329.161787344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837438464, end = 2837524480, flags = 134217845, pgoff = 0, inode = 59188 }
-vm_state.vm_map: 23329.161790107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837524480, end = 2837528576, flags = 135266419, pgoff = 81920, inode = 59188 }
-vm_state.vm_map: 23329.161793529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837528576, end = 2837614592, flags = 134217845, pgoff = 0, inode = 23716 }
-vm_state.vm_map: 23329.161795613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837614592, end = 2837618688, flags = 135266419, pgoff = 81920, inode = 23716 }
-vm_state.vm_map: 23329.161798572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837618688, end = 2837655552, flags = 134217845, pgoff = 0, inode = 20855 }
-vm_state.vm_map: 23329.161801291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837655552, end = 2837659648, flags = 135266419, pgoff = 36864, inode = 20855 }
-vm_state.vm_map: 23329.161804522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837659648, end = 2837889024, flags = 134217845, pgoff = 0, inode = 23913 }
-vm_state.vm_map: 23329.161806662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837889024, end = 2837897216, flags = 135266419, pgoff = 225280, inode = 23913 }
-vm_state.vm_map: 23329.161809418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2837897216, end = 2838081536, flags = 134217845, pgoff = 0, inode = 23888 }
-vm_state.vm_map: 23329.161811828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838081536, end = 2838089728, flags = 135266419, pgoff = 180224, inode = 23888 }
-vm_state.vm_map: 23329.161814424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838089728, end = 2838376448, flags = 134217845, pgoff = 0, inode = 1065175 }
-vm_state.vm_map: 23329.161816508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838376448, end = 2838384640, flags = 135266419, pgoff = 286720, inode = 1065175 }
-vm_state.vm_map: 23329.161819394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838392832, end = 2838474752, flags = 134217845, pgoff = 0, inode = 59181 }
-vm_state.vm_map: 23329.161821533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838474752, end = 2838478848, flags = 135266419, pgoff = 81920, inode = 59181 }
-vm_state.vm_map: 23329.161826750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838478848, end = 2838601728, flags = 134217845, pgoff = 0, inode = 59187 }
-vm_state.vm_map: 23329.161828957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838601728, end = 2838605824, flags = 135266419, pgoff = 118784, inode = 59187 }
-vm_state.vm_map: 23329.161832126 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838605824, end = 2838794240, flags = 134217845, pgoff = 0, inode = 22645 }
-vm_state.vm_map: 23329.161834395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838794240, end = 2838802432, flags = 135266419, pgoff = 184320, inode = 22645 }
-vm_state.vm_map: 23329.161837127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838810624, end = 2838835200, flags = 134217845, pgoff = 0, inode = 58146 }
-vm_state.vm_map: 23329.161839432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838835200, end = 2838839296, flags = 135266419, pgoff = 20480, inode = 58146 }
-vm_state.vm_map: 23329.161842891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838839296, end = 2838892544, flags = 134217845, pgoff = 0, inode = 59182 }
-vm_state.vm_map: 23329.161844883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838892544, end = 2838896640, flags = 135266419, pgoff = 53248, inode = 59182 }
-vm_state.vm_map: 23329.161848002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2838896640, end = 2839261184, flags = 134217845, pgoff = 0, inode = 57823 }
-vm_state.vm_map: 23329.161850704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839261184, end = 2839273472, flags = 135266419, pgoff = 364544, inode = 57823 }
-vm_state.vm_map: 23329.161853533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839273472, end = 2839318528, flags = 134217845, pgoff = 0, inode = 59186 }
-vm_state.vm_map: 23329.161855586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839318528, end = 2839322624, flags = 135266419, pgoff = 40960, inode = 59186 }
-vm_state.vm_map: 23329.161858607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839322624, end = 2839339008, flags = 134217845, pgoff = 0, inode = 59014 }
-vm_state.vm_map: 23329.161860753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839339008, end = 2839343104, flags = 135266419, pgoff = 16384, inode = 59014 }
-vm_state.vm_map: 23329.161863848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839343104, end = 2839355392, flags = 134217845, pgoff = 0, inode = 59166 }
-vm_state.vm_map: 23329.161865876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839355392, end = 2839359488, flags = 135266419, pgoff = 8192, inode = 59166 }
-vm_state.vm_map: 23329.161868670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839359488, end = 2839445504, flags = 134217845, pgoff = 0, inode = 59165 }
-vm_state.vm_map: 23329.161870988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839445504, end = 2839449600, flags = 135266419, pgoff = 86016, inode = 59165 }
-vm_state.vm_map: 23329.161874108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2839449600, end = 2841485312, flags = 134217937, pgoff = 0, inode = 41242 }
-vm_state.vm_map: 23329.161877055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2841485312, end = 2841559040, flags = 134217841, pgoff = 0, inode = 98526 }
-vm_state.vm_map: 23329.161883591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2841559040, end = 2967900160, flags = 134217979, pgoff = 0, inode = 73879 }
-vm_state.vm_map: 23329.161887420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 2967900160, end = 3001556992, flags = 134217979, pgoff = 0, inode = 73878 }
-vm_state.vm_map: 23329.161890052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001556992, end = 3001597952, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.161892192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001597952, end = 3001602048, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.161894307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001602048, end = 3001606144, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.161897513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001606144, end = 3001643008, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.161899579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001643008, end = 3001647104, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.161901743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001647104, end = 3001651200, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.161905097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001651200, end = 3001675776, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.161907440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001675776, end = 3001679872, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.161909518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001679872, end = 3001683968, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.161913908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001683968, end = 3001692160, flags = 134217845, pgoff = 0, inode = 17721 }
-vm_state.vm_map: 23329.161916152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001692160, end = 3001696256, flags = 135266419, pgoff = 4096, inode = 17721 }
-vm_state.vm_map: 23329.161919363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001696256, end = 3001778176, flags = 134217841, pgoff = 0, inode = 98443 }
-vm_state.vm_map: 23329.161921899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3001778176, end = 3018018816, flags = 134217979, pgoff = 0, inode = 1204696 }
-vm_state.vm_map: 23329.161924475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3018018816, end = 3022315520, flags = 134217979, pgoff = 0, inode = 1204694 }
-vm_state.vm_map: 23329.161927188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022315520, end = 3022516224, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 23329.161929722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022516224, end = 3022520320, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 23329.161932879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022520320, end = 3022553088, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.161934876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022553088, end = 3022557184, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.161937873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022557184, end = 3022565376, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.161939908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022565376, end = 3022569472, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.161942325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022569472, end = 3022594048, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.161944292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022594048, end = 3022598144, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.161947430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022598144, end = 3022675968, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.161949489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022675968, end = 3022680064, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.161951530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022680064, end = 3022684160, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.161953485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022684160, end = 3022692352, flags = 1048691, pgoff = 3022684160, inode = 0 }
-vm_state.vm_map: 23329.161956352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022692352, end = 3022696448, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.161958911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022696448, end = 3022721024, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.161961278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022721024, end = 3022725120, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.161963769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022725120, end = 3022729216, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.161966932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022729216, end = 3022733312, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.161969990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022733312, end = 3022737408, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.161973018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022737408, end = 3022745600, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.161976279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022745600, end = 3022778368, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.161978820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022778368, end = 3022790656, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.161982001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022790656, end = 3022798848, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.161984727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022798848, end = 3022802944, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.161987137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022802944, end = 3022807040, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.161990017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022807040, end = 3022811136, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.161992747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022811136, end = 3022839808, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.161995559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022839808, end = 3022852096, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.161997995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022852096, end = 3022856192, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.162000726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022856192, end = 3022864384, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.162003470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022864384, end = 3022868480, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.162008303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022868480, end = 3022872576, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.162011257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022872576, end = 3022884864, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.162014303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022884864, end = 3022917632, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.162017786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022917632, end = 3022946304, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.162020358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3022946304, end = 3023171584, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.162022528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3023171584, end = 3023175680, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.162024495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3023175680, end = 3023179776, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.162027639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3023179776, end = 3023339520, flags = 134217845, pgoff = 0, inode = 23579 }
-vm_state.vm_map: 23329.162029742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3023339520, end = 3023343616, flags = 135266419, pgoff = 159744, inode = 23579 }
-vm_state.vm_map: 23329.162032590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3023343616, end = 3023912960, flags = 134217845, pgoff = 0, inode = 20907 }
-vm_state.vm_map: 23329.162034674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3023912960, end = 3023929344, flags = 135266419, pgoff = 565248, inode = 20907 }
-vm_state.vm_map: 23329.162036660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
-vm_state.vm_map: 23329.162039564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024175104, end = 3024220160, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.162042234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024220160, end = 3024277504, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.162045095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024277504, end = 3024359424, flags = 134217845, pgoff = 0, inode = 23971 }
-vm_state.vm_map: 23329.162047154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024359424, end = 3024363520, flags = 135266419, pgoff = 81920, inode = 23971 }
-vm_state.vm_map: 23329.162052536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024363520, end = 3024822272, flags = 134217845, pgoff = 0, inode = 1066197 }
-vm_state.vm_map: 23329.162054947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024822272, end = 3024838656, flags = 135266419, pgoff = 454656, inode = 1066197 }
-vm_state.vm_map: 23329.162058072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 23329.162060101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 23329.162065459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 23329.162067569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 23329.162070177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
-vm_state.vm_map: 23329.162072187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
-vm_state.vm_map: 23329.162074399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
-vm_state.vm_map: 23329.162077340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 23329.162079344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 23329.162081959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 23329.162084628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 23329.162087409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 23329.162089579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 23329.162092120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 23329.162094352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 23329.162096824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
-vm_state.vm_map: 23329.162099260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 23329.162102108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 23329.162104760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3042283520, end = 3042287616, flags = 1048691, pgoff = 3042283520, inode = 0 }
-vm_state.vm_map: 23329.162107497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3042287616, end = 3042308096, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.162109988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3042308096, end = 3042320384, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.162112886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3042320384, end = 3042377728, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.162115266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 23329.162117381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 23329.162120310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.162122394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
-vm_state.vm_map: 23329.162124860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.162127024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.162129822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.162132048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.162134910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.162137413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.162140002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.162142339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.162144620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
-vm_state.vm_map: 23329.162147481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 23329.162149480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 23329.162153007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.162155207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.162157827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.162160361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.162163420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.162165954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.162169092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.162171176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.162173309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
-vm_state.vm_map: 23329.162175874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.162178322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.162181251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.162183588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.162187121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.162189532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.162195352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.162197448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.162200192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.162202170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.162204144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
-vm_state.vm_map: 23329.162207147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.162209311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.162212191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.162214638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.162217727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.162220156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.162222887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.162225107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.162227333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
-vm_state.vm_map: 23329.162230089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.162232383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.162234491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
-vm_state.vm_map: 23329.162237130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.162239886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.162242575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.162244751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.162248198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.162250220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.162253352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.162255757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.162258729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
-vm_state.vm_map: 23329.162261189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
-vm_state.vm_map: 23329.162263557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
-vm_state.vm_map: 23329.162266541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 23329.162268730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 23329.162270758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
-vm_state.vm_map: 23329.162273570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 23329.162275555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 23329.162278287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.162280426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.162282917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.162285087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.162288379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.162290951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.162292935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
-vm_state.vm_map: 23329.162295531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.162297530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.162300532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.162302930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.162306087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.162308553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.162311420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.162313523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.162315854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.162318727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.162320792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.162323012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.162324979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
-vm_state.vm_map: 23329.162327932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.162330214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.162332310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.162334437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
-vm_state.vm_map: 23329.162336940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.162339475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.162342755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.162344796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.162347065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.162349216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.162351405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.162355037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.162357293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.162359994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.162362325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.162364335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.162366289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
-vm_state.vm_map: 23329.162369310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.162371357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.162373539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.162375742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
-vm_state.vm_map: 23329.162378922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.162381043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.162383139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
-vm_state.vm_map: 23329.162385630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.162387591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.162389552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
-vm_state.vm_map: 23329.162392462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 23329.162394762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 23329.162396760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
-vm_state.vm_map: 23329.162400009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.162402025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.162405170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 23329.162407611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 23329.162409683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
-vm_state.vm_map: 23329.162412384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.162414622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.162417748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.162419986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.162422095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
-vm_state.vm_map: 23329.162424925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079135232, end = 3079143424, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.162427416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079143424, end = 3079151616, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.162430301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.162432391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.162435344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 23329.162437651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 23329.162440659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.162442749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.162445289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.162447669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.162449698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
-vm_state.vm_map: 23329.162452109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
-vm_state.vm_map: 23329.162455105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.162457695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.162459988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.162461980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2203, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.162468429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 134512640, end = 134627328, flags = 134223989, pgoff = 0, inode = 1352621 }
-vm_state.vm_map: 23329.162470501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 134627328, end = 134631424, flags = 135272563, pgoff = 114688, inode = 1352621 }
-vm_state.vm_map: 23329.162472468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 149712896, end = 157863936, flags = 1048691, pgoff = 149712896, inode = 0 }
-vm_state.vm_map: 23329.162485219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917318656, end = 2917326848, flags = 134217845, pgoff = 0, inode = 132462 }
-vm_state.vm_map: 23329.162487290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917326848, end = 2917330944, flags = 135266419, pgoff = 4096, inode = 132462 }
-vm_state.vm_map: 23329.162494985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917330944, end = 2917359616, flags = 134217845, pgoff = 0, inode = 133405 }
-vm_state.vm_map: 23329.162497081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917359616, end = 2917363712, flags = 135266419, pgoff = 24576, inode = 133405 }
-vm_state.vm_map: 23329.162502988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917363712, end = 2917384192, flags = 134217845, pgoff = 0, inode = 134577 }
-vm_state.vm_map: 23329.162505411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917384192, end = 2917388288, flags = 135266419, pgoff = 16384, inode = 134577 }
-vm_state.vm_map: 23329.162511256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917388288, end = 2917396480, flags = 134217845, pgoff = 0, inode = 133774 }
-vm_state.vm_map: 23329.162513321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917396480, end = 2917400576, flags = 135266419, pgoff = 4096, inode = 133774 }
-vm_state.vm_map: 23329.162516189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917400576, end = 2917441536, flags = 134217845, pgoff = 0, inode = 133487 }
-vm_state.vm_map: 23329.162518241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917441536, end = 2917445632, flags = 135266419, pgoff = 36864, inode = 133487 }
-vm_state.vm_map: 23329.162523439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917445632, end = 2917490688, flags = 134217845, pgoff = 0, inode = 132466 }
-vm_state.vm_map: 23329.162525579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917490688, end = 2917494784, flags = 135266419, pgoff = 40960, inode = 132466 }
-vm_state.vm_map: 23329.162532151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917494784, end = 2917527552, flags = 134217845, pgoff = 0, inode = 133402 }
-vm_state.vm_map: 23329.162534420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917527552, end = 2917531648, flags = 135266419, pgoff = 28672, inode = 133402 }
-vm_state.vm_map: 23329.162540259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917531648, end = 2917548032, flags = 134217845, pgoff = 0, inode = 133403 }
-vm_state.vm_map: 23329.162542504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917548032, end = 2917552128, flags = 135266419, pgoff = 12288, inode = 133403 }
-vm_state.vm_map: 23329.162545679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917552128, end = 2917568512, flags = 134217845, pgoff = 0, inode = 133404 }
-vm_state.vm_map: 23329.162548263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917568512, end = 2917572608, flags = 135266419, pgoff = 12288, inode = 133404 }
-vm_state.vm_map: 23329.162551641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917572608, end = 2917703680, flags = 134217937, pgoff = 0, inode = 156496 }
-vm_state.vm_map: 23329.162558146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917703680, end = 2917834752, flags = 134217937, pgoff = 0, inode = 156489 }
-vm_state.vm_map: 23329.162561266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917834752, end = 2917847040, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 23329.162563436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917847040, end = 2917851136, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 23329.162566925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2917851136, end = 2918313984, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 23329.162568973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2918313984, end = 2918326272, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 23329.162572408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2918326272, end = 2918387712, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 23329.162574516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2918387712, end = 2918391808, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 23329.162577315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2918391808, end = 2918998016, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 23329.162579473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2918998016, end = 2919014400, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 23329.162583037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919014400, end = 2919104512, flags = 134217845, pgoff = 0, inode = 18560 }
-vm_state.vm_map: 23329.162585392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919104512, end = 2919108608, flags = 135266419, pgoff = 86016, inode = 18560 }
-vm_state.vm_map: 23329.162588838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919108608, end = 2919116800, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 23329.162591206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919116800, end = 2919120896, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 23329.162594462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919120896, end = 2919145472, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 23329.162596897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919145472, end = 2919149568, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 23329.162600060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919149568, end = 2919198720, flags = 134217845, pgoff = 0, inode = 19447 }
-vm_state.vm_map: 23329.162602187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919198720, end = 2919202816, flags = 135266419, pgoff = 49152, inode = 19447 }
-vm_state.vm_map: 23329.162605122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919202816, end = 2919469056, flags = 134217845, pgoff = 0, inode = 19433 }
-vm_state.vm_map: 23329.162607101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919469056, end = 2919477248, flags = 135266419, pgoff = 262144, inode = 19433 }
-vm_state.vm_map: 23329.162609629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919477248, end = 2919481344, flags = 1048691, pgoff = 2919477248, inode = 0 }
-vm_state.vm_map: 23329.162612441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919481344, end = 2919641088, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 23329.162614630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919641088, end = 2919645184, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 23329.162617466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2919645184, end = 2920304640, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 23329.162619439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920304640, end = 2920329216, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 23329.162622787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920329216, end = 2920493056, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 23329.162624803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920493056, end = 2920497152, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 23329.162627707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920497152, end = 2920534016, flags = 134217845, pgoff = 0, inode = 20852 }
-vm_state.vm_map: 23329.162629804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920534016, end = 2920538112, flags = 135266417, pgoff = 36864, inode = 20852 }
-vm_state.vm_map: 23329.162632140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920538112, end = 2920542208, flags = 135266419, pgoff = 40960, inode = 20852 }
-vm_state.vm_map: 23329.162634607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920542208, end = 2920546304, flags = 1048691, pgoff = 2920542208, inode = 0 }
-vm_state.vm_map: 23329.162637258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920546304, end = 2920579072, flags = 134217845, pgoff = 0, inode = 20850 }
-vm_state.vm_map: 23329.162639213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920579072, end = 2920583168, flags = 135266419, pgoff = 28672, inode = 20850 }
-vm_state.vm_map: 23329.162645303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2920583168, end = 2925334528, flags = 134217845, pgoff = 0, inode = 20853 }
-vm_state.vm_map: 23329.162647529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925334528, end = 2925371392, flags = 135266417, pgoff = 4751360, inode = 20853 }
-vm_state.vm_map: 23329.162649595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925371392, end = 2925391872, flags = 135266419, pgoff = 4788224, inode = 20853 }
-vm_state.vm_map: 23329.162651809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925391872, end = 2925395968, flags = 1048691, pgoff = 2925391872, inode = 0 }
-vm_state.vm_map: 23329.162657136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925400064, end = 2925404160, flags = 134217845, pgoff = 0, inode = 133407 }
-vm_state.vm_map: 23329.162659700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925404160, end = 2925408256, flags = 135266419, pgoff = 0, inode = 133407 }
-vm_state.vm_map: 23329.162662507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925408256, end = 2925473792, flags = 134217937, pgoff = 0, inode = 156491 }
-vm_state.vm_map: 23329.162665176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925473792, end = 2925481984, flags = 134217845, pgoff = 0, inode = 1450400 }
-vm_state.vm_map: 23329.162667926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925481984, end = 2925486080, flags = 135266417, pgoff = 4096, inode = 1450400 }
-vm_state.vm_map: 23329.162670115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925486080, end = 2925490176, flags = 135266419, pgoff = 8192, inode = 1450400 }
-vm_state.vm_map: 23329.162673253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925490176, end = 2925502464, flags = 134217845, pgoff = 0, inode = 133668 }
-vm_state.vm_map: 23329.162675694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925502464, end = 2925506560, flags = 135266419, pgoff = 8192, inode = 133668 }
-vm_state.vm_map: 23329.162679215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925506560, end = 2925555712, flags = 134217845, pgoff = 0, inode = 133399 }
-vm_state.vm_map: 23329.162681244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925555712, end = 2925559808, flags = 135266419, pgoff = 45056, inode = 133399 }
-vm_state.vm_map: 23329.162684012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925559808, end = 2925563904, flags = 1048688, pgoff = 2925559808, inode = 0 }
-vm_state.vm_map: 23329.162686380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2925563904, end = 2933952512, flags = 1048691, pgoff = 2925563904, inode = 0 }
-vm_state.vm_map: 23329.162688593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2933952512, end = 2933956608, flags = 1048688, pgoff = 2933952512, inode = 0 }
-vm_state.vm_map: 23329.162690579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2933956608, end = 2942345216, flags = 1048691, pgoff = 2933956608, inode = 0 }
-vm_state.vm_map: 23329.162692743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2944233472, end = 2944237568, flags = 1048688, pgoff = 2944233472, inode = 0 }
-vm_state.vm_map: 23329.162695597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2944237568, end = 2952626176, flags = 1048691, pgoff = 2944237568, inode = 0 }
-vm_state.vm_map: 23329.162698014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2956726272, end = 2956730368, flags = 1048688, pgoff = 2956726272, inode = 0 }
-vm_state.vm_map: 23329.162700351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2956730368, end = 2965118976, flags = 1048691, pgoff = 2956730368, inode = 0 }
-vm_state.vm_map: 23329.162702818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2969358336, end = 2969362432, flags = 1048688, pgoff = 2969358336, inode = 0 }
-vm_state.vm_map: 23329.162705074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2969362432, end = 2977751040, flags = 1048691, pgoff = 2969362432, inode = 0 }
-vm_state.vm_map: 23329.162708028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2977751040, end = 2977755136, flags = 1048688, pgoff = 2977751040, inode = 0 }
-vm_state.vm_map: 23329.162710303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2977755136, end = 2986143744, flags = 1048691, pgoff = 2977755136, inode = 0 }
-vm_state.vm_map: 23329.162712960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2986143744, end = 2986147840, flags = 1048688, pgoff = 2986143744, inode = 0 }
-vm_state.vm_map: 23329.162716185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2986147840, end = 2994536448, flags = 1048691, pgoff = 2986147840, inode = 0 }
-vm_state.vm_map: 23329.162720353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994536448, end = 2994860032, flags = 134217845, pgoff = 0, inode = 21280 }
-vm_state.vm_map: 23329.162722474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994860032, end = 2994864128, flags = 135266419, pgoff = 323584, inode = 21280 }
-vm_state.vm_map: 23329.162725796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994864128, end = 2994876416, flags = 134217845, pgoff = 0, inode = 499779 }
-vm_state.vm_map: 23329.162727917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994876416, end = 2994880512, flags = 135266419, pgoff = 8192, inode = 499779 }
-vm_state.vm_map: 23329.162730692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994880512, end = 2994900992, flags = 134217845, pgoff = 0, inode = 18127 }
-vm_state.vm_map: 23329.162732734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994900992, end = 2994905088, flags = 135266419, pgoff = 16384, inode = 18127 }
-vm_state.vm_map: 23329.162736100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994905088, end = 2994921472, flags = 134217845, pgoff = 0, inode = 21276 }
-vm_state.vm_map: 23329.162738233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994921472, end = 2994925568, flags = 135266419, pgoff = 12288, inode = 21276 }
-vm_state.vm_map: 23329.162741309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2994925568, end = 2995322880, flags = 134217845, pgoff = 0, inode = 24050 }
-vm_state.vm_map: 23329.162743393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995322880, end = 2995331072, flags = 135266419, pgoff = 397312, inode = 24050 }
-vm_state.vm_map: 23329.162745767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995331072, end = 2995347456, flags = 1048691, pgoff = 2995331072, inode = 0 }
-vm_state.vm_map: 23329.162748980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995347456, end = 2995376128, flags = 134217845, pgoff = 0, inode = 499851 }
-vm_state.vm_map: 23329.162750971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995376128, end = 2995380224, flags = 135266419, pgoff = 28672, inode = 499851 }
-vm_state.vm_map: 23329.162753703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995380224, end = 2995683328, flags = 134217845, pgoff = 0, inode = 24049 }
-vm_state.vm_map: 23329.162756015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995683328, end = 2995687424, flags = 135266419, pgoff = 299008, inode = 24049 }
-vm_state.vm_map: 23329.162759381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995687424, end = 2995949568, flags = 134217845, pgoff = 0, inode = 24048 }
-vm_state.vm_map: 23329.162761638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995949568, end = 2995953664, flags = 135266419, pgoff = 262144, inode = 24048 }
-vm_state.vm_map: 23329.162765165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995953664, end = 2995961856, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 23329.162767606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995961856, end = 2995965952, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 23329.162868391 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995965952, end = 2995978240, flags = 134217845, pgoff = 0, inode = 133766 }
-vm_state.vm_map: 23329.162874549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995978240, end = 2995982336, flags = 135266419, pgoff = 8192, inode = 133766 }
-vm_state.vm_map: 23329.162889866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995982336, end = 2995998720, flags = 134217845, pgoff = 0, inode = 132448 }
-vm_state.vm_map: 23329.162892560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2995998720, end = 2996002816, flags = 135266419, pgoff = 16384, inode = 132448 }
-vm_state.vm_map: 23329.162895149 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996002816, end = 2996006912, flags = 134217845, pgoff = 0, inode = 132458 }
-vm_state.vm_map: 23329.162897196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996006912, end = 2996011008, flags = 135266419, pgoff = 0, inode = 132458 }
-vm_state.vm_map: 23329.162904799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996011008, end = 2996043776, flags = 134217845, pgoff = 0, inode = 133778 }
-vm_state.vm_map: 23329.162906870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996043776, end = 2996047872, flags = 135266419, pgoff = 28672, inode = 133778 }
-vm_state.vm_map: 23329.162915108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996047872, end = 2996060160, flags = 134217845, pgoff = 0, inode = 133391 }
-vm_state.vm_map: 23329.162917223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996060160, end = 2996064256, flags = 135266419, pgoff = 12288, inode = 133391 }
-vm_state.vm_map: 23329.162919424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996064256, end = 2996068352, flags = 1048688, pgoff = 2996064256, inode = 0 }
-vm_state.vm_map: 23329.162924504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 2996068352, end = 3004456960, flags = 1048691, pgoff = 2996068352, inode = 0 }
-vm_state.vm_map: 23329.162930393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3004456960, end = 3004620800, flags = 134217845, pgoff = 0, inode = 133325 }
-vm_state.vm_map: 23329.162932797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3004620800, end = 3004657664, flags = 135266419, pgoff = 159744, inode = 133325 }
-vm_state.vm_map: 23329.162934837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3004657664, end = 3004735488, flags = 1048691, pgoff = 3004657664, inode = 0 }
-vm_state.vm_map: 23329.162938075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3004735488, end = 3004755968, flags = 134217845, pgoff = 0, inode = 23692 }
-vm_state.vm_map: 23329.162940572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3004755968, end = 3004760064, flags = 135266419, pgoff = 16384, inode = 23692 }
-vm_state.vm_map: 23329.162946547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3004760064, end = 3005112320, flags = 134217845, pgoff = 0, inode = 22500 }
-vm_state.vm_map: 23329.162948612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3005112320, end = 3005206528, flags = 135266419, pgoff = 348160, inode = 22500 }
-vm_state.vm_map: 23329.162951005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3005206528, end = 3005218816, flags = 1048691, pgoff = 3005206528, inode = 0 }
-vm_state.vm_map: 23329.162954063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3005218816, end = 3005382656, flags = 134217845, pgoff = 0, inode = 21283 }
-vm_state.vm_map: 23329.162956078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3005382656, end = 3005386752, flags = 135266419, pgoff = 159744, inode = 21283 }
-vm_state.vm_map: 23329.162958946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3005386752, end = 3006349312, flags = 134217845, pgoff = 0, inode = 21285 }
-vm_state.vm_map: 23329.162961072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3006349312, end = 3006406656, flags = 135266419, pgoff = 962560, inode = 21285 }
-vm_state.vm_map: 23329.162966196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3006406656, end = 3006730240, flags = 134217845, pgoff = 0, inode = 20860 }
-vm_state.vm_map: 23329.162968521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3006730240, end = 3006734336, flags = 135266419, pgoff = 323584, inode = 20860 }
-vm_state.vm_map: 23329.162971240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3006734336, end = 3006840832, flags = 134217845, pgoff = 0, inode = 92226 }
-vm_state.vm_map: 23329.162973607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3006840832, end = 3006844928, flags = 135266419, pgoff = 102400, inode = 92226 }
-vm_state.vm_map: 23329.162976345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3006844928, end = 3007344640, flags = 134217845, pgoff = 0, inode = 22502 }
-vm_state.vm_map: 23329.162978466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007344640, end = 3007352832, flags = 135266419, pgoff = 499712, inode = 22502 }
-vm_state.vm_map: 23329.162983676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007352832, end = 3007467520, flags = 134217845, pgoff = 0, inode = 22497 }
-vm_state.vm_map: 23329.162985772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007467520, end = 3007471616, flags = 135266419, pgoff = 114688, inode = 22497 }
-vm_state.vm_map: 23329.162989108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007471616, end = 3007520768, flags = 134217845, pgoff = 0, inode = 1065068 }
-vm_state.vm_map: 23329.162991223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007520768, end = 3007524864, flags = 135266419, pgoff = 45056, inode = 1065068 }
-vm_state.vm_map: 23329.162994337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007524864, end = 3007770624, flags = 134217845, pgoff = 0, inode = 1065036 }
-vm_state.vm_map: 23329.162996427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007770624, end = 3007782912, flags = 135266419, pgoff = 241664, inode = 1065036 }
-vm_state.vm_map: 23329.162999670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3007782912, end = 3008401408, flags = 134217845, pgoff = 0, inode = 22491 }
-vm_state.vm_map: 23329.163001766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008401408, end = 3008409600, flags = 135266419, pgoff = 618496, inode = 22491 }
-vm_state.vm_map: 23329.163003850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008409600, end = 3008413696, flags = 1048691, pgoff = 3008409600, inode = 0 }
-vm_state.vm_map: 23329.163008993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008413696, end = 3008471040, flags = 135266421, pgoff = 0, inode = 33719 }
-vm_state.vm_map: 23329.163011064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008471040, end = 3008475136, flags = 135266419, pgoff = 57344, inode = 33719 }
-vm_state.vm_map: 23329.163013697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008475136, end = 3008528384, flags = 135266421, pgoff = 0, inode = 33713 }
-vm_state.vm_map: 23329.163015683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008528384, end = 3008532480, flags = 135266419, pgoff = 53248, inode = 33713 }
-vm_state.vm_map: 23329.163017865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008532480, end = 3008544768, flags = 1048691, pgoff = 3008532480, inode = 0 }
-vm_state.vm_map: 23329.163020862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3008544768, end = 3013525504, flags = 135266421, pgoff = 0, inode = 33715 }
-vm_state.vm_map: 23329.163023236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3013525504, end = 3013566464, flags = 135266419, pgoff = 4976640, inode = 33715 }
-vm_state.vm_map: 23329.163025363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3013566464, end = 3016765440, flags = 1048691, pgoff = 3013566464, inode = 0 }
-vm_state.vm_map: 23329.163027971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016765440, end = 3016818688, flags = 135266421, pgoff = 0, inode = 133389 }
-vm_state.vm_map: 23329.163029937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016818688, end = 3016826880, flags = 135266419, pgoff = 49152, inode = 133389 }
-vm_state.vm_map: 23329.163032502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016826880, end = 3016839168, flags = 1048691, pgoff = 3016826880, inode = 0 }
-vm_state.vm_map: 23329.163037861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016839168, end = 3016855552, flags = 134217845, pgoff = 0, inode = 133398 }
-vm_state.vm_map: 23329.163039944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016855552, end = 3016859648, flags = 135266419, pgoff = 12288, inode = 133398 }
-vm_state.vm_map: 23329.163042940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016859648, end = 3016900608, flags = 134217845, pgoff = 0, inode = 134575 }
-vm_state.vm_map: 23329.163044994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016900608, end = 3016904704, flags = 135266419, pgoff = 36864, inode = 134575 }
-vm_state.vm_map: 23329.163047873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016904704, end = 3016990720, flags = 134217845, pgoff = 0, inode = 134584 }
-vm_state.vm_map: 23329.163049938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3016990720, end = 3017027584, flags = 135266419, pgoff = 81920, inode = 134584 }
-vm_state.vm_map: 23329.163052004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017027584, end = 3017064448, flags = 1048691, pgoff = 3017027584, inode = 0 }
-vm_state.vm_map: 23329.163054816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017064448, end = 3017191424, flags = 134217845, pgoff = 0, inode = 134585 }
-vm_state.vm_map: 23329.163056813 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017191424, end = 3017228288, flags = 135266419, pgoff = 122880, inode = 134585 }
-vm_state.vm_map: 23329.163058811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017228288, end = 3017265152, flags = 1048691, pgoff = 3017228288, inode = 0 }
-vm_state.vm_map: 23329.163066604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017265152, end = 3017310208, flags = 134217845, pgoff = 0, inode = 133836 }
-vm_state.vm_map: 23329.163068935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017310208, end = 3017314304, flags = 135266419, pgoff = 45056, inode = 133836 }
-vm_state.vm_map: 23329.163071383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017314304, end = 3017318400, flags = 1048691, pgoff = 3017314304, inode = 0 }
-vm_state.vm_map: 23329.163074867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017318400, end = 3017490432, flags = 134217845, pgoff = 0, inode = 132460 }
-vm_state.vm_map: 23329.163077018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017490432, end = 3017494528, flags = 135266419, pgoff = 167936, inode = 132460 }
-vm_state.vm_map: 23329.163080268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017494528, end = 3017527296, flags = 134217845, pgoff = 0, inode = 132451 }
-vm_state.vm_map: 23329.163085194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017527296, end = 3017531392, flags = 135266419, pgoff = 28672, inode = 132451 }
-vm_state.vm_map: 23329.163087254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017531392, end = 3017535488, flags = 1048691, pgoff = 3017531392, inode = 0 }
-vm_state.vm_map: 23329.163092567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017535488, end = 3017646080, flags = 134217845, pgoff = 0, inode = 1065512 }
-vm_state.vm_map: 23329.163095029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017646080, end = 3017650176, flags = 135266419, pgoff = 106496, inode = 1065512 }
-vm_state.vm_map: 23329.163097340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017650176, end = 3017666560, flags = 1048691, pgoff = 3017650176, inode = 0 }
-vm_state.vm_map: 23329.163100812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017666560, end = 3017707520, flags = 134217845, pgoff = 0, inode = 1066155 }
-vm_state.vm_map: 23329.163103099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017707520, end = 3017711616, flags = 135266419, pgoff = 40960, inode = 1066155 }
-vm_state.vm_map: 23329.163107125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017711616, end = 3017883648, flags = 134217845, pgoff = 0, inode = 1066157 }
-vm_state.vm_map: 23329.163111879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017883648, end = 3017887744, flags = 135266419, pgoff = 167936, inode = 1066157 }
-vm_state.vm_map: 23329.163114437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017887744, end = 3017891840, flags = 1048691, pgoff = 3017887744, inode = 0 }
-vm_state.vm_map: 23329.163117126 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017895936, end = 3017908224, flags = 134217845, pgoff = 0, inode = 133760 }
-vm_state.vm_map: 23329.163119111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017908224, end = 3017912320, flags = 135266419, pgoff = 8192, inode = 133760 }
-vm_state.vm_map: 23329.163122558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017912320, end = 3017932800, flags = 134217845, pgoff = 0, inode = 132459 }
-vm_state.vm_map: 23329.163125154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017932800, end = 3017936896, flags = 135266419, pgoff = 16384, inode = 132459 }
-vm_state.vm_map: 23329.163128014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017936896, end = 3017981952, flags = 134217845, pgoff = 0, inode = 133390 }
-vm_state.vm_map: 23329.163130512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017981952, end = 3017986048, flags = 135266419, pgoff = 40960, inode = 133390 }
-vm_state.vm_map: 23329.163133841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3017986048, end = 3018031104, flags = 134217845, pgoff = 0, inode = 133776 }
-vm_state.vm_map: 23329.163135937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018031104, end = 3018035200, flags = 135266419, pgoff = 40960, inode = 133776 }
-vm_state.vm_map: 23329.163141086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018035200, end = 3018088448, flags = 134217845, pgoff = 0, inode = 133393 }
-vm_state.vm_map: 23329.163143176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018088448, end = 3018092544, flags = 135266419, pgoff = 53248, inode = 133393 }
-vm_state.vm_map: 23329.163146623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018092544, end = 3018133504, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.163149015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018133504, end = 3018137600, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.163151481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018137600, end = 3018141696, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.163154182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018141696, end = 3018178560, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.163156506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018178560, end = 3018182656, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.163159158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018182656, end = 3018186752, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.163161852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018186752, end = 3018211328, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.163164022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018211328, end = 3018215424, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.163166692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018215424, end = 3018219520, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.163169775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018219520, end = 3018297344, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.163172050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018297344, end = 3018301440, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.163174332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018301440, end = 3018305536, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.163176453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018305536, end = 3018313728, flags = 1048691, pgoff = 3018305536, inode = 0 }
-vm_state.vm_map: 23329.163179005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018313728, end = 3018383360, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.163181156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018383360, end = 3018387456, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.163183351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018387456, end = 3018391552, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.163185343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018391552, end = 3018399744, flags = 1048691, pgoff = 3018391552, inode = 0 }
-vm_state.vm_map: 23329.163193074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018399744, end = 3018690560, flags = 134217845, pgoff = 0, inode = 22627 }
-vm_state.vm_map: 23329.163195528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018690560, end = 3018706944, flags = 135266419, pgoff = 286720, inode = 22627 }
-vm_state.vm_map: 23329.163197680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018706944, end = 3018727424, flags = 1048691, pgoff = 3018706944, inode = 0 }
-vm_state.vm_map: 23329.163203525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3018727424, end = 3019075584, flags = 134217845, pgoff = 0, inode = 41235 }
-vm_state.vm_map: 23329.163205597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3019075584, end = 3019087872, flags = 135266419, pgoff = 348160, inode = 41235 }
-vm_state.vm_map: 23329.163208427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3019087872, end = 3021123584, flags = 134217937, pgoff = 0, inode = 41242 }
-vm_state.vm_map: 23329.163211775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3021123584, end = 3022381056, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.163214081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022381056, end = 3022401536, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.163216467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022401536, end = 3022405632, flags = 1048691, pgoff = 3022401536, inode = 0 }
-vm_state.vm_map: 23329.163218650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022405632, end = 3022643200, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 23329.163220642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022643200, end = 3022647296, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 23329.163223176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022647296, end = 3022680064, flags = 134217845, pgoff = 0, inode = 21180 }
-vm_state.vm_map: 23329.163225383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022680064, end = 3022684160, flags = 135266419, pgoff = 28672, inode = 21180 }
-vm_state.vm_map: 23329.163228361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3022684160, end = 3023114240, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 23329.163230698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023114240, end = 3023142912, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 23329.163232862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023142912, end = 3023147008, flags = 1048691, pgoff = 3023142912, inode = 0 }
-vm_state.vm_map: 23329.163235982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023147008, end = 3023589376, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 23329.163238430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023589376, end = 3023597568, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 23329.163241254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3023597568, end = 3024400384, flags = 134217845, pgoff = 0, inode = 21274 }
-vm_state.vm_map: 23329.163249775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024400384, end = 3024416768, flags = 135266419, pgoff = 802816, inode = 21274 }
-vm_state.vm_map: 23329.163253270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3024416768, end = 3026972672, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 23329.163255645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3026972672, end = 3027021824, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 23329.163260983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027021824, end = 3027025920, flags = 1048691, pgoff = 3027021824, inode = 0 }
-vm_state.vm_map: 23329.163263642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027025920, end = 3027042304, flags = 134217845, pgoff = 0, inode = 133777 }
-vm_state.vm_map: 23329.163265780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027042304, end = 3027046400, flags = 135266419, pgoff = 12288, inode = 133777 }
-vm_state.vm_map: 23329.163268900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027046400, end = 3027066880, flags = 134217845, pgoff = 0, inode = 133765 }
-vm_state.vm_map: 23329.163270965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027066880, end = 3027070976, flags = 135266419, pgoff = 20480, inode = 133765 }
-vm_state.vm_map: 23329.163273740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027070976, end = 3027083264, flags = 134217845, pgoff = 0, inode = 133767 }
-vm_state.vm_map: 23329.163275954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027083264, end = 3027087360, flags = 135266419, pgoff = 8192, inode = 133767 }
-vm_state.vm_map: 23329.163278260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027087360, end = 3027091456, flags = 1048691, pgoff = 3027087360, inode = 0 }
-vm_state.vm_map: 23329.163281299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027091456, end = 3027116032, flags = 134217845, pgoff = 0, inode = 132468 }
-vm_state.vm_map: 23329.163283624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027116032, end = 3027120128, flags = 135266419, pgoff = 24576, inode = 132468 }
-vm_state.vm_map: 23329.163287027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3027120128, end = 3043360768, flags = 134217979, pgoff = 0, inode = 1204696 }
-vm_state.vm_map: 23329.163290153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3043360768, end = 3047657472, flags = 134217979, pgoff = 0, inode = 1204694 }
-vm_state.vm_map: 23329.163293292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047657472, end = 3047858176, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 23329.163295894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047858176, end = 3047862272, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 23329.163299069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047862272, end = 3047886848, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.163301147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047886848, end = 3047890944, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.163303872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047895040, end = 3047919616, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.163306320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047919616, end = 3047923712, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.163312880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047923712, end = 3047981056, flags = 134217845, pgoff = 0, inode = 123137 }
-vm_state.vm_map: 23329.163315174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047981056, end = 3047985152, flags = 135266419, pgoff = 53248, inode = 123137 }
-vm_state.vm_map: 23329.163317793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047985152, end = 3047989248, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.163320525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3047989248, end = 3048013824, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.163323441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048013824, end = 3048017920, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.163326741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048017920, end = 3048022016, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.163329718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048022016, end = 3048026112, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.163332567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048026112, end = 3048030208, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.163335441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048030208, end = 3048038400, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.163338085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048038400, end = 3048071168, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.163340644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048071168, end = 3048083456, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.163343400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048083456, end = 3048091648, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.163345848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048091648, end = 3048095744, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.163348628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048095744, end = 3048099840, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.163351421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048099840, end = 3048103936, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.163353869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048103936, end = 3048132608, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.163356354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048132608, end = 3048144896, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.163358931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048144896, end = 3048148992, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.163361305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048148992, end = 3048157184, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.163363882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048157184, end = 3048161280, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.163366540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048161280, end = 3048165376, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.163369586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048165376, end = 3048177664, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.163372299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048177664, end = 3048185856, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.163374938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048185856, end = 3048218624, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.163377675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048218624, end = 3048239104, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.163380382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048239104, end = 3048247296, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.163383465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048247296, end = 3048275968, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.163386461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048275968, end = 3048321024, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.163389389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048321024, end = 3048378368, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.163393046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048378368, end = 3048603648, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.163395069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048603648, end = 3048607744, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.163397059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048607744, end = 3048611840, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.163399754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048615936, end = 3048632320, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.163401887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048632320, end = 3048636416, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.163404477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048636416, end = 3048648704, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.163407406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048648704, end = 3048706048, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.163410396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3048706048, end = 3050037248, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.163412998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050037248, end = 3050049536, flags = 1048691, pgoff = 3050037248, inode = 0 }
-vm_state.vm_map: 23329.163416229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050049536, end = 3050065920, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.163418399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050065920, end = 3050070016, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.163421130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050070016, end = 3050217472, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.163423171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050217472, end = 3050225664, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.163426032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050225664, end = 3050233856, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.163428196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050233856, end = 3050237952, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.163431384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050237952, end = 3050557440, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.163433493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050557440, end = 3050573824, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.163436915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050573824, end = 3050766336, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.163443685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050766336, end = 3050770432, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.163445738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050770432, end = 3050774528, flags = 1048691, pgoff = 3050770432, inode = 0 }
-vm_state.vm_map: 23329.163448494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050774528, end = 3050872832, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.163450547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050872832, end = 3050876928, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.163453302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050876928, end = 3050889216, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.163456071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050889216, end = 3050893312, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.163459303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050893312, end = 3050946560, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.163461368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050946560, end = 3050950656, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.163464204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3050950656, end = 3051134976, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.163466258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051134976, end = 3051143168, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.163469094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051143168, end = 3051384832, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.163471480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051384832, end = 3051388928, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.163473736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051388928, end = 3051393024, flags = 1048691, pgoff = 3051388928, inode = 0 }
-vm_state.vm_map: 23329.163476171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051393024, end = 3051864064, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.163478237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051864064, end = 3051880448, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.163481105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3051880448, end = 3052023808, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.163483120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052023808, end = 3052027904, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.163486030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052027904, end = 3052113920, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.163488472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052113920, end = 3052118016, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.163491536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052118016, end = 3052126208, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.163493719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052126208, end = 3052130304, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.163496537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052130304, end = 3052134400, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.163499034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052134400, end = 3052220416, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.163500970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052220416, end = 3052224512, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.163572744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052224512, end = 3052228608, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.163576333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052228608, end = 3052240896, flags = 1048691, pgoff = 3052228608, inode = 0 }
-vm_state.vm_map: 23329.163578984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052240896, end = 3052978176, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.163581265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052978176, end = 3052982272, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.163584287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3052982272, end = 3053010944, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.163586710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053010944, end = 3053015040, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.163588843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053015040, end = 3053019136, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.163591605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053019136, end = 3053035520, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.163593714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053035520, end = 3053039616, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.163596427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053039616, end = 3053101056, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.163598708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053101056, end = 3053105152, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.163601637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053105152, end = 3053182976, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.163603894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053182976, end = 3053187072, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.163607624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053187072, end = 3053191168, flags = 1048691, pgoff = 3053187072, inode = 0 }
-vm_state.vm_map: 23329.163610817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053191168, end = 3053305856, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.163612964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053305856, end = 3053309952, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.163616053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053309952, end = 3053457408, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.163618105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053457408, end = 3053461504, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.163620103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053461504, end = 3053465600, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.163622606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053465600, end = 3053498368, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.163624900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053498368, end = 3053502464, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.163628032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053502464, end = 3053518848, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.163641658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053518848, end = 3053522944, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.163644679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053522944, end = 3053555712, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.163646917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053555712, end = 3053559808, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.163649526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053559808, end = 3053576192, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.163651634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053576192, end = 3053580288, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.163653934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053580288, end = 3053584384, flags = 1048691, pgoff = 3053580288, inode = 0 }
-vm_state.vm_map: 23329.163656715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3053584384, end = 3054714880, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.163658713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3054714880, end = 3054731264, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.163661265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3054731264, end = 3055001600, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.163663318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3055001600, end = 3055009792, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.163666142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3055009792, end = 3056160768, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.163668479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056160768, end = 3056177152, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.163671482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056177152, end = 3056263168, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.163673486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056263168, end = 3056267264, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.163675477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056267264, end = 3056275456, flags = 1048691, pgoff = 3056267264, inode = 0 }
-vm_state.vm_map: 23329.163678671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056275456, end = 3056304128, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.163680655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056304128, end = 3056308224, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.163683252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056308224, end = 3056640000, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.163685577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056640000, end = 3056648192, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.163687685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056648192, end = 3056652288, flags = 1048691, pgoff = 3056648192, inode = 0 }
-vm_state.vm_map: 23329.163690755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3056652288, end = 3057967104, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.163693264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3057967104, end = 3057975296, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.163695712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3057975296, end = 3057979392, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.163697728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3057979392, end = 3057991680, flags = 1048691, pgoff = 3057979392, inode = 0 }
-vm_state.vm_map: 23329.163700467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3057991680, end = 3058929664, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.163702525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3058929664, end = 3058946048, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.163704616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3058946048, end = 3058950144, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.163706872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3058950144, end = 3058978816, flags = 1048691, pgoff = 3058950144, inode = 0 }
-vm_state.vm_map: 23329.163710097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3058978816, end = 3069018112, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.163712255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3069018112, end = 3069177856, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.163714327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3069177856, end = 3069186048, flags = 1048691, pgoff = 3069177856, inode = 0 }
-vm_state.vm_map: 23329.163717508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3069186048, end = 3071496192, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.163719635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3071496192, end = 3071524864, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.163721935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3071524864, end = 3071528960, flags = 1048691, pgoff = 3071524864, inode = 0 }
-vm_state.vm_map: 23329.163724710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3071528960, end = 3071995904, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.163726929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3071995904, end = 3072004096, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.163729630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3072004096, end = 3074306048, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.163731844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074306048, end = 3074351104, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.163734446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074351104, end = 3074355200, flags = 1048691, pgoff = 3074351104, inode = 0 }
-vm_state.vm_map: 23329.163737516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074355200, end = 3074670592, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 23329.163739952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074670592, end = 3074678784, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 23329.163742936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3074678784, end = 3078275072, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.163745125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078275072, end = 3078373376, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.163747498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078373376, end = 3078377472, flags = 1048691, pgoff = 3078373376, inode = 0 }
-vm_state.vm_map: 23329.163750347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078377472, end = 3078410240, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.163752702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078410240, end = 3078414336, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.163755816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078414336, end = 3078422528, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.163758085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078422528, end = 3078426624, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.163761753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078426624, end = 3078434816, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.163763844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078434816, end = 3078438912, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.163766242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078438912, end = 3078443008, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.163768597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078443008, end = 3078471680, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.163771044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078471680, end = 3078479872, flags = 1048691, pgoff = 3078471680, inode = 0 }
-vm_state.vm_map: 23329.163773098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078479872, end = 3078483968, flags = 67371125, pgoff = 3078479872, inode = 0 }
-vm_state.vm_map: 23329.163776218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078483968, end = 3078598656, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.163778622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078598656, end = 3078602752, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.163780700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3078602752, end = 3078606848, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.163782747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2205, start = 3215572992, end = 3215659008, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.163789307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 23329.163791361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 23329.163793574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 23329.163795633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 153337856, end = 154927104, flags = 1048691, pgoff = 153337856, inode = 0 }
-vm_state.vm_map: 23329.163867679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
-vm_state.vm_map: 23329.163871299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024523264, end = 3024564224, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.163873592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024564224, end = 3024568320, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.163876176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024568320, end = 3024572416, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.163878784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024572416, end = 3024609280, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.163880825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024609280, end = 3024613376, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.163882866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024613376, end = 3024617472, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.163885264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024617472, end = 3024695296, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.163888384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024695296, end = 3024699392, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.163890443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024699392, end = 3024703488, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.163892484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024703488, end = 3024711680, flags = 1048691, pgoff = 3024703488, inode = 0 }
-vm_state.vm_map: 23329.163894858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024711680, end = 3024736256, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.163896942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024736256, end = 3024740352, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.163899063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024740352, end = 3024744448, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.163901881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 23329.163904107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 23329.163906616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 23329.163908662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 23329.163911548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
-vm_state.vm_map: 23329.163914162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
-vm_state.vm_map: 23329.163916302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
-vm_state.vm_map: 23329.163919144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 23329.163921203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 23329.163923646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 23329.163926068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 23329.163928818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 23329.163931488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 23329.163933923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 23329.163935970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 23329.163938215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
-vm_state.vm_map: 23329.163940891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 23329.163943197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 23329.163946563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3042299904, end = 3042373632, flags = 134217845, pgoff = 0, inode = 57409 }
-vm_state.vm_map: 23329.163948838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3042373632, end = 3042377728, flags = 135266419, pgoff = 73728, inode = 57409 }
-vm_state.vm_map: 23329.163951317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 23329.163953345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 23329.163955343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.163957686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
-vm_state.vm_map: 23329.163960448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.163962508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.163971713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.163973791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.163976288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.163978428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.163980808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.163983563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.163985654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
-vm_state.vm_map: 23329.163988163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 23329.163990334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 23329.163993015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.163995087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.163997455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.163999809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.164002387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.164004465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.164007455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.164009459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.164011623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
-vm_state.vm_map: 23329.164014546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.164016574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.164018843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.164021390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.164023628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.164025891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.164028283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.164030484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.164032673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.164035084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.164037334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
-vm_state.vm_map: 23329.164039628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.164041669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.164044696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.164046829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.164049253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.164051552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.164053988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.164056386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.164058637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
-vm_state.vm_map: 23329.164060894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.164063113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.164065327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
-vm_state.vm_map: 23329.164067664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.164069722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.164072046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.164074360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.164076776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.164082047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.164084446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.164086795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.164089681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
-vm_state.vm_map: 23329.164091857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
-vm_state.vm_map: 23329.164094428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
-vm_state.vm_map: 23329.164097240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 23329.164099305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 23329.164101833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
-vm_state.vm_map: 23329.164104731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 23329.164106754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 23329.164109670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.164111945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.164114313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.164116304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.164119517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.164122100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.164124104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
-vm_state.vm_map: 23329.164126774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.164128838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.164131409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.164133839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.164136331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.164138401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.164140782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.164142786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.164144789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.164147250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.164149660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.164151639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.164153600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
-vm_state.vm_map: 23329.164156763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.164159272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.164161313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.164163749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
-vm_state.vm_map: 23329.164166141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.164168225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.164171394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.164173392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.164175347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.164177881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.164179922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.164182671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.164185027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.164187863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.164189984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.164194885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.164197395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
-vm_state.vm_map: 23329.164199874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.164202075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.164204141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.164206644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
-vm_state.vm_map: 23329.164209399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.164211595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.164213968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
-vm_state.vm_map: 23329.164216243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.164218296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.164220844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
-vm_state.vm_map: 23329.164223828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 23329.164226139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 23329.164228322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
-vm_state.vm_map: 23329.164230844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.164232909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.164236269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 23329.164238674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 23329.164240733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
-vm_state.vm_map: 23329.164242916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.164245167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.164247997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.164250050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.164252529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
-vm_state.vm_map: 23329.164255722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.164257769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.164260482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 23329.164262671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 23329.164265014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.164266981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.164269145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.164271507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.164273972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
-vm_state.vm_map: 23329.164276421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
-vm_state.vm_map: 23329.164278750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.164280903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.164283036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.164285151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2238, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.164288839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 23329.164291039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 23329.164293506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 23329.164296065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 153337856, end = 155193344, flags = 1048691, pgoff = 153337856, inode = 0 }
-vm_state.vm_map: 23329.164303494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2990907392, end = 2990968832, flags = 134217841, pgoff = 0, inode = 649743 }
-vm_state.vm_map: 23329.164309709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2990968832, end = 2990985216, flags = 134217845, pgoff = 0, inode = 57390 }
-vm_state.vm_map: 23329.164312144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2990985216, end = 2990989312, flags = 135266419, pgoff = 12288, inode = 57390 }
-vm_state.vm_map: 23329.164315301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2990989312, end = 2991054848, flags = 134217845, pgoff = 0, inode = 57391 }
-vm_state.vm_map: 23329.164317934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991054848, end = 2991058944, flags = 135266419, pgoff = 61440, inode = 57391 }
-vm_state.vm_map: 23329.164320067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991058944, end = 2991075328, flags = 1048691, pgoff = 2991058944, inode = 0 }
-vm_state.vm_map: 23329.164323002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991075328, end = 2991116288, flags = 134217845, pgoff = 0, inode = 57395 }
-vm_state.vm_map: 23329.164325006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991116288, end = 2991120384, flags = 135266419, pgoff = 36864, inode = 57395 }
-vm_state.vm_map: 23329.164328095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991120384, end = 2991403008, flags = 134217845, pgoff = 0, inode = 22693 }
-vm_state.vm_map: 23329.164330493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991403008, end = 2991415296, flags = 135266419, pgoff = 282624, inode = 22693 }
-vm_state.vm_map: 23329.164332491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991415296, end = 2991439872, flags = 1048691, pgoff = 2991415296, inode = 0 }
-vm_state.vm_map: 23329.164335950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991439872, end = 2991710208, flags = 134217845, pgoff = 0, inode = 18916 }
-vm_state.vm_map: 23329.164338330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991710208, end = 2991714304, flags = 135266419, pgoff = 266240, inode = 18916 }
-vm_state.vm_map: 23329.164341308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991714304, end = 2991796224, flags = 134217845, pgoff = 0, inode = 18915 }
-vm_state.vm_map: 23329.164343306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991796224, end = 2991804416, flags = 135266419, pgoff = 77824, inode = 18915 }
-vm_state.vm_map: 23329.164345920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2991804416, end = 2992586752, flags = 134217845, pgoff = 0, inode = 18927 }
-vm_state.vm_map: 23329.164348108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992586752, end = 2992594944, flags = 135266419, pgoff = 778240, inode = 18927 }
-vm_state.vm_map: 23329.164350520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992607232, end = 2992627712, flags = 134217845, pgoff = 0, inode = 57392 }
-vm_state.vm_map: 23329.164352604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992627712, end = 2992631808, flags = 135266419, pgoff = 16384, inode = 57392 }
-vm_state.vm_map: 23329.164355181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992631808, end = 2992648192, flags = 134217845, pgoff = 0, inode = 57389 }
-vm_state.vm_map: 23329.164357913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992648192, end = 2992652288, flags = 135266419, pgoff = 12288, inode = 57389 }
-vm_state.vm_map: 23329.164361076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992652288, end = 2992685056, flags = 134217845, pgoff = 0, inode = 57396 }
-vm_state.vm_map: 23329.164365761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992685056, end = 2992689152, flags = 135266419, pgoff = 28672, inode = 57396 }
-vm_state.vm_map: 23329.164368739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2992689152, end = 2993053696, flags = 134217845, pgoff = 0, inode = 22572 }
-vm_state.vm_map: 23329.164370977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993053696, end = 2993061888, flags = 135266419, pgoff = 364544, inode = 22572 }
-vm_state.vm_map: 23329.164373603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993065984, end = 2993082368, flags = 134217845, pgoff = 0, inode = 57393 }
-vm_state.vm_map: 23329.164375607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993082368, end = 2993086464, flags = 135266419, pgoff = 12288, inode = 57393 }
-vm_state.vm_map: 23329.164378388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993086464, end = 2993111040, flags = 134217845, pgoff = 0, inode = 18917 }
-vm_state.vm_map: 23329.164380429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993111040, end = 2993115136, flags = 135266419, pgoff = 20480, inode = 18917 }
-vm_state.vm_map: 23329.164383395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993115136, end = 2993131520, flags = 134217845, pgoff = 0, inode = 18914 }
-vm_state.vm_map: 23329.164385503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993131520, end = 2993135616, flags = 135266419, pgoff = 16384, inode = 18914 }
-vm_state.vm_map: 23329.164388321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993135616, end = 2993152000, flags = 134217845, pgoff = 0, inode = 57394 }
-vm_state.vm_map: 23329.164390387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993152000, end = 2993156096, flags = 135266419, pgoff = 16384, inode = 57394 }
-vm_state.vm_map: 23329.164393414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993156096, end = 2993352704, flags = 134217845, pgoff = 0, inode = 20024 }
-vm_state.vm_map: 23329.164395880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993352704, end = 2993360896, flags = 135266419, pgoff = 192512, inode = 20024 }
-vm_state.vm_map: 23329.164398340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993360896, end = 2993369088, flags = 1048691, pgoff = 2993360896, inode = 0 }
-vm_state.vm_map: 23329.164400992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993369088, end = 2993819648, flags = 134217845, pgoff = 0, inode = 20711 }
-vm_state.vm_map: 23329.164402983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993819648, end = 2993831936, flags = 135266419, pgoff = 450560, inode = 20711 }
-vm_state.vm_map: 23329.164406516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993831936, end = 2993958912, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 23329.164408890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993958912, end = 2993963008, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 23329.164411732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2993979392, end = 2994008064, flags = 134217845, pgoff = 0, inode = 57397 }
-vm_state.vm_map: 23329.164414100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2994008064, end = 2994012160, flags = 135266419, pgoff = 24576, inode = 57397 }
-vm_state.vm_map: 23329.164417257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2994012160, end = 2994036736, flags = 134217845, pgoff = 0, inode = 57398 }
-vm_state.vm_map: 23329.164419409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2994036736, end = 2994040832, flags = 135266419, pgoff = 24576, inode = 57398 }
-vm_state.vm_map: 23329.164421949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2994040832, end = 2994053120, flags = 134217845, pgoff = 0, inode = 49489 }
-vm_state.vm_map: 23329.164424378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2994053120, end = 2994057216, flags = 135266419, pgoff = 8192, inode = 49489 }
-vm_state.vm_map: 23329.164426654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2994057216, end = 2994061312, flags = 1048688, pgoff = 2994057216, inode = 0 }
-vm_state.vm_map: 23329.164428953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 2994061312, end = 3002449920, flags = 1048691, pgoff = 2994061312, inode = 0 }
-vm_state.vm_map: 23329.164431739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002449920, end = 3002490880, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.164433738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002490880, end = 3002494976, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.164435810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002494976, end = 3002499072, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.164438448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002499072, end = 3002535936, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.164440501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002535936, end = 3002540032, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.164442690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002540032, end = 3002544128, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.164445680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002544128, end = 3002621952, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.164447814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002621952, end = 3002626048, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.164449824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002626048, end = 3002630144, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.164451883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002630144, end = 3002638336, flags = 1048691, pgoff = 3002630144, inode = 0 }
-vm_state.vm_map: 23329.164454355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002638336, end = 3002662912, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.164456483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002662912, end = 3002667008, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.164458171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002667008, end = 3002671104, flags = 135266419, pgoff = 28672, inode = 508366 }
-kernel.irq_entry: 23329.164551044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 23329.164594894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { jiffies = 4297269587, xtime_sec = 1264196274, xtime_nsec = 637522006, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.164621987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.irq_exit: 23329.164677650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 23329.164686264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 23329.164710674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302292, function = 0xc141d458, data = 0 }
-kernel.timer_set: 23329.164722901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302292, function = 0xc14b0234, data = 0 }
-kernel.softirq_exit: 23329.164725736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.sched_schedule: 23329.164751663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 16927, next_pid = 1989, prev_state = 0 }
-fs.read: 23329.165263673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.165271392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.165319823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851408, syscall_id = 119 [syscall 119] }
-kernel.syscall_exit: 23329.165325570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.165342988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 23329.165377115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.165395113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.165656870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.165663665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.165675201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.165686756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.165688020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 64 }
-kernel.syscall_entry: 23329.165713434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.165715358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.165716554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.165740532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.165742789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.165745564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.165749134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
-fs.writev: 23329.165755219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 23329.165756717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
-kernel.syscall_entry: 23329.165762199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.165763691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 23329.165774967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-fs.writev: 23329.165965308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
-kernel.syscall_exit: 23329.165968151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 64 }
-kernel.syscall_entry: 23329.165981105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.165986061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.165992339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.165996623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 23329.166007610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.166030165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
-fs.select: 23329.166039882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166044401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166047663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166060697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166063964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166068164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166072109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166075698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166079588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166082936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166086007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166089799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166093505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166097056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166100805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166104239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166107871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166111262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166129802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166133483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166137189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166140617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166144520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166147972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166151431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166154631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166157911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166161197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166164410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166167856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166171032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166174386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166177592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166180441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166183881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559610913 }
-fs.select: 23329.166187260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559610913 }
-mm.page_free: 23329.166197921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 197983, order = 0 }
-kernel.syscall_exit: 23329.166205479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.166216375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.166218371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 23329.166228970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.166232935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.166235401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.166244471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 23329.166266742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.166282291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.166563101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 23329.166576721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-fs.read: 23329.166752670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.166755975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 16 }
-kernel.syscall_entry: 23329.166781390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.166785355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.166786594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.166793622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 23329.166815350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.166826042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.167014409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.167019392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.167032851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.167041705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.167042981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 23329.167062872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.167064851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.167066133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.169420347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.169477860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.169492196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.169499996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
-fs.writev: 23329.169532693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 23329.169534357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 7140 }
-kernel.syscall_entry: 23329.169543495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.169545214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 23329.169576771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-fs.writev: 23329.170008318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
-kernel.syscall_exit: 23329.170011709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 23329.170030324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.170035632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.170042674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.170046571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 23329.170058100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.170080148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
-fs.select: 23329.170090106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170094527 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170098004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170112130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170114880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170120337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170123671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170126828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170130177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170133450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170136508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170139635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170143100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170146287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170149543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170152811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170156387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170159537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170180557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170184059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170187641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170191888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170196186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170200010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170203363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170206852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170209850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170213550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170216409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170219093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170222538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170225874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170229018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170231885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170235801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559660743 }
-fs.select: 23329.170238988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559660743 }
-mm.page_free: 23329.170250000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 197964, order = 0 }
-kernel.syscall_exit: 23329.170257726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.170268954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.170270983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 23329.170284640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.170288234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.170290718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.170299837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.170315578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.170316824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 4096 }
-kernel.syscall_entry: 23329.170883961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 23329.170926517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.170950981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.171382739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 23329.171401311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-fs.read: 23329.171617307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4092, fd = 48 }
-kernel.syscall_exit: 23329.171621591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 3044 }
-kernel.syscall_entry: 23329.171756712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.171763370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.171764648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.171772872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 23329.171802079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.171817543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.172059711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.172067492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.172082592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.172092618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.172094091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 23329.172115807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.172117762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.172118976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.172156340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.172159953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.172162894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.172166668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
-fs.writev: 23329.172174751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 23329.172176292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 16 }
-kernel.syscall_entry: 23329.172183778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.172185362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 23329.172200325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-fs.writev: 23329.172391850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
-kernel.syscall_exit: 23329.172394150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 23329.172408529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.172413511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.172419220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.172423832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 23329.172435275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.172455924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
-fs.select: 23329.172465129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172469464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172472978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172485754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172489447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172493972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172497881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172500903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172504244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172507056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172509812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172513123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172516877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172520176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172523339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172527063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172530535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172534024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172552133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172555302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172558589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172562177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172565310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172568972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172572437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172576198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172579625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172583565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172586796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172589386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172593141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172596427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172599399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172602593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172606076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 560036420 }
-fs.select: 23329.172608863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 560036420 }
-mm.page_free: 23329.172619598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 197949, order = 0 }
-kernel.syscall_exit: 23329.172627324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.172637818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.172639697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 23329.172652011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.172655574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.172658022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.172666537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-kernel.sched_try_wakeup: 23329.172690127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.172706300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.172966207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.sched_schedule: 23329.172980302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-fs.read: 23329.173200910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.173204708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 16 }
-kernel.syscall_entry: 23329.173230216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.173235782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.173237016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.173244599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 23329.173269564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.173280638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2336, prev_state = 0 }
-fs.pollfd: 23329.173453986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.173461318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.173476090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.173484222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.173485751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 23329.173507023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.173508910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.173510229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.irq_entry: 23329.175747217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, IRQ { ip = 3058876320, handler = 0x0, irq_id = 239, kernel_mode = 0 }
-kernel.timer_update_time: 23329.175771849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, IRQ { jiffies = 4297269588, xtime_sec = 1264196274, xtime_nsec = 637522007, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.175787602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.irq_exit: 23329.175822149 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 23329.175827044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 23329.175841699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SOFTIRQ { expires = 2302293, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 23329.175846577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.sched_schedule: 23329.175859932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 2336, next_pid = 16927, prev_state = 0 }
-vm_state.vm_map: 23329.176081415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3002671104, end = 3018911744, flags = 134217979, pgoff = 0, inode = 1204696 }
-vm_state.vm_map: 23329.176085121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3018911744, end = 3023208448, flags = 134217979, pgoff = 0, inode = 1204694 }
-vm_state.vm_map: 23329.176090454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023208448, end = 3023409152, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 23329.176092569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023409152, end = 3023413248, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 23329.176095559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023413248, end = 3023437824, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.176097569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023437824, end = 3023441920, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.176100375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023441920, end = 3023462400, flags = 134217845, pgoff = 0, inode = 52570 }
-vm_state.vm_map: 23329.176102582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023462400, end = 3023466496, flags = 135266419, pgoff = 16384, inode = 52570 }
-vm_state.vm_map: 23329.176104987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023466496, end = 3023503360, flags = 134217845, pgoff = 0, inode = 52569 }
-vm_state.vm_map: 23329.176107052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023503360, end = 3023507456, flags = 135266419, pgoff = 32768, inode = 52569 }
-vm_state.vm_map: 23329.176109636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023507456, end = 3023532032, flags = 134217845, pgoff = 0, inode = 52572 }
-vm_state.vm_map: 23329.176111689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023532032, end = 3023536128, flags = 135266419, pgoff = 20480, inode = 52572 }
-vm_state.vm_map: 23329.176114143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023536128, end = 3023540224, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.176116553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023540224, end = 3023564800, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.176119408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023564800, end = 3023568896, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.176121745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023568896, end = 3023572992, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.176124181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023572992, end = 3023577088, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.176126547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023577088, end = 3023581184, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.176128811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023581184, end = 3023589376, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.176134828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023589376, end = 3023622144, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.176137202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023622144, end = 3023634432, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.176139785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023634432, end = 3023642624, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.176142461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023642624, end = 3023646720, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.176144656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023646720, end = 3023650816, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.176147153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023650816, end = 3023654912, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.176149583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023654912, end = 3023683584, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.176151802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023683584, end = 3023695872, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.176154312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023695872, end = 3023699968, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.176156556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023699968, end = 3023708160, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.176159355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023708160, end = 3023712256, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.176161649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023712256, end = 3023716352, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.176164047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023716352, end = 3023728640, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.176166230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023728640, end = 3023736832, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.176168511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023736832, end = 3023769600, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.176170959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023769600, end = 3023790080, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.176173167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023790080, end = 3023798272, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.176175522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023798272, end = 3023826944, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.176178105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023826944, end = 3023872000, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.176180405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023872000, end = 3023929344, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.176182477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
-vm_state.vm_map: 23329.176185184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024166912, end = 3024183296, flags = 134217845, pgoff = 0, inode = 52571 }
-vm_state.vm_map: 23329.176187181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024183296, end = 3024187392, flags = 135266419, pgoff = 12288, inode = 52571 }
-vm_state.vm_map: 23329.176189869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024187392, end = 3024412672, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.176191966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024412672, end = 3024416768, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.176194061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024416768, end = 3024420864, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.176202718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024420864, end = 3024556032, flags = 134217845, pgoff = 0, inode = 17864 }
-vm_state.vm_map: 23329.176204882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024556032, end = 3024560128, flags = 135266419, pgoff = 135168, inode = 17864 }
-vm_state.vm_map: 23329.176207510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024560128, end = 3024592896, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.176209520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024592896, end = 3024596992, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.176217602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024596992, end = 3024691200, flags = 134217845, pgoff = 0, inode = 1065551 }
-vm_state.vm_map: 23329.176219643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024691200, end = 3024699392, flags = 135266419, pgoff = 90112, inode = 1065551 }
-vm_state.vm_map: 23329.176224458 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024699392, end = 3024834560, flags = 134217845, pgoff = 0, inode = 1066191 }
-vm_state.vm_map: 23329.176226505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024834560, end = 3024838656, flags = 135266419, pgoff = 135168, inode = 1066191 }
-vm_state.vm_map: 23329.176231531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 23329.176233559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 23329.176236439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 23329.176238393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 23329.176240835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
-vm_state.vm_map: 23329.176243030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
-vm_state.vm_map: 23329.176245071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
-vm_state.vm_map: 23329.176247611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 23329.176249652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 23329.176251822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 23329.176254048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 23329.176256305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 23329.176258345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 23329.176260510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 23329.176262593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 23329.176264628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
-vm_state.vm_map: 23329.176266762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 23329.176268691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 23329.176271657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3042283520, end = 3042304000, flags = 134217845, pgoff = 0, inode = 52568 }
-vm_state.vm_map: 23329.176273586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3042304000, end = 3042308096, flags = 135266419, pgoff = 16384, inode = 52568 }
-vm_state.vm_map: 23329.176275949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3042308096, end = 3042320384, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.176278587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3042320384, end = 3042377728, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.176280923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 23329.176283020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 23329.176285486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.176287478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
-vm_state.vm_map: 23329.176289932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.176291917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.176294402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.176296480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.176299143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.176301135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.176303613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.176305593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.176308047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
-vm_state.vm_map: 23329.176310519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 23329.176312461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 23329.176314810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.176316870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.176319108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.176321272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.176323917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.176325977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.176328677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.176330706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.176332734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
-vm_state.vm_map: 23329.176335275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.176337327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.176340219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.176342538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.176345385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.176347667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.176352649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.176354683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.176357040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.176359036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.176361096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
-vm_state.vm_map: 23329.176363341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.176365480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.176368168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.176370196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.176372472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.176374771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.176377188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.176379242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.176382029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
-vm_state.vm_map: 23329.176384507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.176386443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.176388743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
-vm_state.vm_map: 23329.176391179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.176393281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.176396549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.176398750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.176401284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.176403270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.176405576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.176407900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.176410217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
-vm_state.vm_map: 23329.176412185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
-vm_state.vm_map: 23329.176414121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
-vm_state.vm_map: 23329.176416594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 23329.176418868 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 23329.176420799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
-vm_state.vm_map: 23329.176423091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 23329.176425169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 23329.176427543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.176429479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.176431724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.176433778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.176436317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.176438302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.176440399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
-vm_state.vm_map: 23329.176442951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.176444875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.176447243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.176449173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.176451633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.176454056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.176456454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.176458384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.176460511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.176463076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.176465006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.176466930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.176469156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
-vm_state.vm_map: 23329.176471678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.176473657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.176475698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.176477800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
-vm_state.vm_map: 23329.176480180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.176482239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.176484613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.176486790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.176489053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.176491303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.176493412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.176496014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.176498178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.176500533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.176502549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.176504811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.176506926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
-vm_state.vm_map: 23329.176509349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.176511594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.176513598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.176515694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
-vm_state.vm_map: 23329.176518043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.176520257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.176522291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
-vm_state.vm_map: 23329.176525146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.176527384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.176529431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
-vm_state.vm_map: 23329.176531854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 23329.176533920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 23329.176535930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
-vm_state.vm_map: 23329.176538347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.176540271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.176542577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 23329.176544507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 23329.176546578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
-vm_state.vm_map: 23329.176548921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.176550851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.176553225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.176555278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.176557368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
-vm_state.vm_map: 23329.176560074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079139328, end = 3079147520, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.176562005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079147520, end = 3079151616, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.176564490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.176566549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.176568928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 23329.176570914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 23329.176573491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.176575533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.176577523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.176579817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.176581876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
-vm_state.vm_map: 23329.176583973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
-vm_state.vm_map: 23329.176586445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.176588498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.176590644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.176592827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2244, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.176596649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 23329.176598832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 23329.176600978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 23329.176602914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 153337856, end = 156786688, flags = 1048691, pgoff = 153337856, inode = 0 }
-vm_state.vm_map: 23329.176608148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832605184, end = 2832642048, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.176610195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832642048, end = 2832646144, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.176612360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832646144, end = 2832650240, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.176614838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832650240, end = 2832728064, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.176617033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832728064, end = 2832732160, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.176619087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832732160, end = 2832736256, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.176621047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832736256, end = 2832744448, flags = 1048691, pgoff = 2832736256, inode = 0 }
-vm_state.vm_map: 23329.176623563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832744448, end = 2832769024, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.176625499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832769024, end = 2832773120, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.176627589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832773120, end = 2832777216, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.176635975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832777216, end = 2832986112, flags = 134217845, pgoff = 0, inode = 23907 }
-vm_state.vm_map: 23329.176638008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2832986112, end = 2832990208, flags = 135266419, pgoff = 208896, inode = 23907 }
-vm_state.vm_map: 23329.176640629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2833084416, end = 2833108992, flags = 134217845, pgoff = 0, inode = 58065 }
-vm_state.vm_map: 23329.176642799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2833108992, end = 2833113088, flags = 135266419, pgoff = 20480, inode = 58065 }
-vm_state.vm_map: 23329.176649884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2833113088, end = 2834235392, flags = 134217845, pgoff = 0, inode = 20685 }
-vm_state.vm_map: 23329.176651924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834235392, end = 2834251776, flags = 135266419, pgoff = 1122304, inode = 20685 }
-vm_state.vm_map: 23329.176658916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834259968, end = 2834284544, flags = 134217845, pgoff = 0, inode = 58067 }
-vm_state.vm_map: 23329.176661062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834284544, end = 2834288640, flags = 135266419, pgoff = 20480, inode = 58067 }
-vm_state.vm_map: 23329.176663541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834288640, end = 2834341888, flags = 134217845, pgoff = 0, inode = 59006 }
-vm_state.vm_map: 23329.176665464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834341888, end = 2834345984, flags = 135266419, pgoff = 53248, inode = 59006 }
-vm_state.vm_map: 23329.176667875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834345984, end = 2834370560, flags = 134217845, pgoff = 0, inode = 59000 }
-vm_state.vm_map: 23329.176670348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834370560, end = 2834374656, flags = 135266419, pgoff = 20480, inode = 59000 }
-vm_state.vm_map: 23329.176672962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834374656, end = 2834395136, flags = 134217845, pgoff = 0, inode = 58063 }
-vm_state.vm_map: 23329.176675003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834395136, end = 2834399232, flags = 135266419, pgoff = 16384, inode = 58063 }
-vm_state.vm_map: 23329.176677451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834399232, end = 2834436096, flags = 134217845, pgoff = 0, inode = 58986 }
-vm_state.vm_map: 23329.176679559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834436096, end = 2834440192, flags = 135266419, pgoff = 32768, inode = 58986 }
-vm_state.vm_map: 23329.176689055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834440192, end = 2834493440, flags = 134217845, pgoff = 0, inode = 1065850 }
-vm_state.vm_map: 23329.176691108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834493440, end = 2834497536, flags = 135266419, pgoff = 49152, inode = 1065850 }
-vm_state.vm_map: 23329.176693580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834497536, end = 2834509824, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 23329.176695621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834509824, end = 2834513920, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 23329.176698087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834513920, end = 2834976768, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 23329.176698089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834976768, end = 2834989056, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 23329.176698091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2834989056, end = 2835050496, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 23329.176698093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835050496, end = 2835054592, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 23329.176698096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835054592, end = 2835660800, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 23329.176698098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835660800, end = 2835677184, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 23329.176698100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835677184, end = 2835746816, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.176698102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835746816, end = 2835750912, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.176698104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835750912, end = 2835755008, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.176698106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835755008, end = 2835763200, flags = 1048691, pgoff = 2835755008, inode = 0 }
-vm_state.vm_map: 23329.176698108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835763200, end = 2835853312, flags = 134217845, pgoff = 0, inode = 18560 }
-vm_state.vm_map: 23329.176698110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835853312, end = 2835857408, flags = 135266419, pgoff = 86016, inode = 18560 }
-vm_state.vm_map: 23329.176698112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835857408, end = 2835906560, flags = 134217845, pgoff = 0, inode = 19447 }
-vm_state.vm_map: 23329.176698114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835906560, end = 2835910656, flags = 135266419, pgoff = 49152, inode = 19447 }
-vm_state.vm_map: 23329.176698116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2835910656, end = 2836176896, flags = 134217845, pgoff = 0, inode = 19433 }
-vm_state.vm_map: 23329.176698118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2836176896, end = 2836185088, flags = 135266419, pgoff = 262144, inode = 19433 }
-vm_state.vm_map: 23329.176698120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2836185088, end = 2836189184, flags = 1048691, pgoff = 2836185088, inode = 0 }
-vm_state.vm_map: 23329.176698122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2836189184, end = 2836410368, flags = 134217845, pgoff = 0, inode = 1065907 }
-vm_state.vm_map: 23329.176698125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2836410368, end = 2836414464, flags = 135266419, pgoff = 221184, inode = 1065907 }
-vm_state.vm_map: 23329.176698127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2836414464, end = 2836553728, flags = 134217845, pgoff = 0, inode = 23998 }
-vm_state.vm_map: 23329.176698129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2836553728, end = 2836557824, flags = 135266419, pgoff = 139264, inode = 23998 }
-vm_state.vm_map: 23329.176698131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2836557824, end = 2837118976, flags = 134217845, pgoff = 0, inode = 23997 }
-vm_state.vm_map: 23329.176698133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837118976, end = 2837131264, flags = 135266419, pgoff = 557056, inode = 23997 }
-vm_state.vm_map: 23329.176698135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837131264, end = 2837700608, flags = 134217845, pgoff = 0, inode = 20907 }
-vm_state.vm_map: 23329.176698137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837700608, end = 2837716992, flags = 135266419, pgoff = 565248, inode = 20907 }
-vm_state.vm_map: 23329.176713325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837721088, end = 2837745664, flags = 134217845, pgoff = 0, inode = 59017 }
-vm_state.vm_map: 23329.176733132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837745664, end = 2837749760, flags = 135266419, pgoff = 20480, inode = 59017 }
-vm_state.vm_map: 23329.176738745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837749760, end = 2837774336, flags = 134217845, pgoff = 0, inode = 58066 }
-vm_state.vm_map: 23329.176740856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837774336, end = 2837778432, flags = 135266419, pgoff = 20480, inode = 58066 }
-vm_state.vm_map: 23329.176745852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837778432, end = 2837807104, flags = 134217845, pgoff = 0, inode = 58988 }
-vm_state.vm_map: 23329.176747994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837807104, end = 2837811200, flags = 135266419, pgoff = 28672, inode = 58988 }
-vm_state.vm_map: 23329.176750544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2837811200, end = 2838097920, flags = 134217845, pgoff = 0, inode = 20877 }
-vm_state.vm_map: 23329.176752600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2838097920, end = 2838106112, flags = 135266419, pgoff = 282624, inode = 20877 }
-vm_state.vm_map: 23329.176760121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2838106112, end = 2838134784, flags = 134217845, pgoff = 0, inode = 23874 }
-vm_state.vm_map: 23329.176762276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2838134784, end = 2838138880, flags = 135266419, pgoff = 24576, inode = 23874 }
-vm_state.vm_map: 23329.176769537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2838138880, end = 2838212608, flags = 134217845, pgoff = 0, inode = 24212 }
-vm_state.vm_map: 23329.176771680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2838212608, end = 2838216704, flags = 135266419, pgoff = 69632, inode = 24212 }
-vm_state.vm_map: 23329.176776724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2838216704, end = 2839150592, flags = 134217845, pgoff = 0, inode = 20876 }
-vm_state.vm_map: 23329.176778867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839150592, end = 2839162880, flags = 135266419, pgoff = 933888, inode = 20876 }
-vm_state.vm_map: 23329.176784225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839162880, end = 2839576576, flags = 134217845, pgoff = 0, inode = 1065120 }
-vm_state.vm_map: 23329.176786270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839576576, end = 2839584768, flags = 135266419, pgoff = 409600, inode = 1065120 }
-vm_state.vm_map: 23329.176793371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839597056, end = 2839621632, flags = 134217845, pgoff = 0, inode = 58064 }
-vm_state.vm_map: 23329.176795420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839621632, end = 2839625728, flags = 135266419, pgoff = 20480, inode = 58064 }
-vm_state.vm_map: 23329.176800180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839625728, end = 2839650304, flags = 134217845, pgoff = 0, inode = 59003 }
-vm_state.vm_map: 23329.176802212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839650304, end = 2839654400, flags = 135266419, pgoff = 20480, inode = 59003 }
-vm_state.vm_map: 23329.176807022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839654400, end = 2839674880, flags = 134217845, pgoff = 0, inode = 59019 }
-vm_state.vm_map: 23329.176809097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839674880, end = 2839678976, flags = 135266419, pgoff = 16384, inode = 59019 }
-vm_state.vm_map: 23329.176811603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839678976, end = 2839707648, flags = 134217845, pgoff = 0, inode = 59007 }
-vm_state.vm_map: 23329.176813585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839707648, end = 2839711744, flags = 135266419, pgoff = 24576, inode = 59007 }
-vm_state.vm_map: 23329.176818661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839711744, end = 2839736320, flags = 134217845, pgoff = 0, inode = 58068 }
-vm_state.vm_map: 23329.176821057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839736320, end = 2839740416, flags = 135266419, pgoff = 20480, inode = 58068 }
-vm_state.vm_map: 23329.176823749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2839740416, end = 2841776128, flags = 134217937, pgoff = 0, inode = 41242 }
-vm_state.vm_map: 23329.176826392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2841776128, end = 2841817088, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.176828565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2841817088, end = 2841821184, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.176830658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2841821184, end = 2841825280, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.176833381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2841837568, end = 2841919488, flags = 134217841, pgoff = 0, inode = 98443 }
-vm_state.vm_map: 23329.176835894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2841919488, end = 2968260608, flags = 134217979, pgoff = 0, inode = 73879 }
-vm_state.vm_map: 23329.176838370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 2968260608, end = 3001917440, flags = 134217979, pgoff = 0, inode = 73878 }
-vm_state.vm_map: 23329.176840809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3001917440, end = 3018158080, flags = 134217979, pgoff = 0, inode = 1204696 }
-vm_state.vm_map: 23329.176843242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3018158080, end = 3022454784, flags = 134217979, pgoff = 0, inode = 1204694 }
-vm_state.vm_map: 23329.176845576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022454784, end = 3022655488, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 23329.176847632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022655488, end = 3022659584, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 23329.176849861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022659584, end = 3022684160, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.176851911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022684160, end = 3022688256, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.176857061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022688256, end = 3022708736, flags = 134217845, pgoff = 0, inode = 58972 }
-vm_state.vm_map: 23329.176859443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022708736, end = 3022712832, flags = 135266419, pgoff = 16384, inode = 58972 }
-vm_state.vm_map: 23329.176864303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022712832, end = 3022737408, flags = 134217845, pgoff = 0, inode = 58999 }
-vm_state.vm_map: 23329.176866471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022737408, end = 3022741504, flags = 135266419, pgoff = 20480, inode = 58999 }
-vm_state.vm_map: 23329.176871329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022741504, end = 3022761984, flags = 134217845, pgoff = 0, inode = 58997 }
-vm_state.vm_map: 23329.176873485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022761984, end = 3022766080, flags = 135266419, pgoff = 16384, inode = 58997 }
-vm_state.vm_map: 23329.176875986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022766080, end = 3022778368, flags = 134217845, pgoff = 0, inode = 59166 }
-vm_state.vm_map: 23329.176878065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022778368, end = 3022782464, flags = 135266419, pgoff = 8192, inode = 59166 }
-vm_state.vm_map: 23329.176882956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022782464, end = 3022786560, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.176885117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022786560, end = 3022811136, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.176887259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022811136, end = 3022815232, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.176889383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022815232, end = 3022819328, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.176891569 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022819328, end = 3022823424, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.176893786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022823424, end = 3022827520, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.176896293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022827520, end = 3022835712, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.176898516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022835712, end = 3022868480, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.176900646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022868480, end = 3022880768, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.176902850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022880768, end = 3022888960, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.176905079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022888960, end = 3022893056, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.176907246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022893056, end = 3022897152, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.176909383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022897152, end = 3022901248, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.176911643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022901248, end = 3022929920, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.176913903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022929920, end = 3022942208, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.176916045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022942208, end = 3022946304, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.176918367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022946304, end = 3022954496, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.176920497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022954496, end = 3022958592, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.176922706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022958592, end = 3022962688, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.176924974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022962688, end = 3022974976, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.176927178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022974976, end = 3022983168, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.176929357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3022983168, end = 3023015936, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.176932061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023015936, end = 3023036416, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.176934173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023036416, end = 3023044608, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.176936495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023044608, end = 3023073280, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.176938729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023073280, end = 3023118336, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.176940958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023118336, end = 3023175680, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.176943367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023175680, end = 3023400960, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.177042029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023400960, end = 3023405056, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.177044381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023405056, end = 3023409152, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.177050229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023409152, end = 3023466496, flags = 134217845, pgoff = 0, inode = 23728 }
-vm_state.vm_map: 23329.177052297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023466496, end = 3023470592, flags = 135266419, pgoff = 53248, inode = 23728 }
-vm_state.vm_map: 23329.177055131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023470592, end = 3023757312, flags = 134217845, pgoff = 0, inode = 1065175 }
-vm_state.vm_map: 23329.177057249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023757312, end = 3023765504, flags = 135266419, pgoff = 286720, inode = 1065175 }
-vm_state.vm_map: 23329.177059799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023765504, end = 3023925248, flags = 134217845, pgoff = 0, inode = 23579 }
-vm_state.vm_map: 23329.177061917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023925248, end = 3023929344, flags = 135266419, pgoff = 159744, inode = 23579 }
-vm_state.vm_map: 23329.177064004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
-vm_state.vm_map: 23329.177069271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024175104, end = 3024207872, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.177071611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024207872, end = 3024211968, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.177074407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024211968, end = 3024441344, flags = 134217845, pgoff = 0, inode = 23730 }
-vm_state.vm_map: 23329.177076446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024441344, end = 3024449536, flags = 135266419, pgoff = 225280, inode = 23730 }
-vm_state.vm_map: 23329.177079150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024449536, end = 3024531456, flags = 134217845, pgoff = 0, inode = 23971 }
-vm_state.vm_map: 23329.177081348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024531456, end = 3024535552, flags = 135266419, pgoff = 81920, inode = 23971 }
-vm_state.vm_map: 23329.177083805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024535552, end = 3024826368, flags = 134217845, pgoff = 0, inode = 1066190 }
-vm_state.vm_map: 23329.177085978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024826368, end = 3024838656, flags = 135266419, pgoff = 290816, inode = 1066190 }
-vm_state.vm_map: 23329.177088041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 23329.177090504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
-kernel.irq_entry: 23329.177134455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242331332, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 1 }
-block.rq_complete_fs: 23329.177164370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { hard_sector = 41083998, rw = 0, errors = 0 }
-kernel.sched_try_wakeup: 23329.177183770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { pid = 16834, cpu_id = 0, state = 2 }
-kernel.timer_set: 23329.177206313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { expires = 2302293, function = 0xc141b0a5, data = 4136835584 }
-kernel.irq_exit: 23329.177217131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.sched_schedule: 23329.177229850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16927, next_pid = 16834, prev_state = 0 }
-fs.buffer_wait_end: 23329.177303593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xf6e0a2b0 }
-block.remap: 23329.177315237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { device_from = 3145728, sector_from = 42463632, device_to = 3145730, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.bio_queue: 23329.177319114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 45387462, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-block.getrq_bio: 23329.177330513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { sector = 45387462, size = 4096, rw(FAILFAST_DRIVER,FAILFAST_TRANSPORT,FAILFAST_DEV,DISCARD,META,SYNC,BARRIER,AHEAD,RW) = 0, not_uptodate = 0 }
-kernel.timer_set: 23329.177337348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302293, function = 0xc1410312, data = 4147888232 }
-block.plug: 23329.177341108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL
-block.rq_insert_fs: 23329.177346338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 45387462, rw = 0, errors = 0 }
-fs.buffer_wait_start: 23329.177356372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xf6e0a320 }
-block.unplug_io: 23329.177359231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { pdu = 1 }
-block.rq_issue_fs: 23329.177384738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { hard_sector = 45387462, rw = 0, errors = 0 }
-kernel.timer_set: 23329.177404792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2302293, function = 0xc14b0234, data = 0 }
-kernel.timer_set: 23329.177426952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { expires = 2304292, function = 0xf8a23e85, data = 4136733696 }
-kernel.sched_schedule: 23329.177504442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 16834, next_pid = 1989, prev_state = 2 }
-fs.writev: 23329.177701500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, vlen = 1 }
-kernel.syscall_exit: 23329.177704501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 32 }
-kernel.syscall_entry: 23329.177717696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.177721049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.177726087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.177728866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 23329.177735176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.177748203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
-fs.select: 23329.177755662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177759830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177762183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177770407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177772840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177775779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177778514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177780885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177783571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177785936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177788369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177790907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177793234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177795599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177798174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177801008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177803620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177806010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177816308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177818779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177821674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177824262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177826749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177829498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177831763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177834271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177836653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177839215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177841593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177843667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177846174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177848842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177851225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177853590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177856325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.177859030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559328907 }
-kernel.sched_schedule: 23329.177872268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 16927, prev_state = 1 }
-vm_state.vm_map: 23329.178021468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 23329.178027822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 23329.178030032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
-vm_state.vm_map: 23329.178032230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
-vm_state.vm_map: 23329.178034274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
-vm_state.vm_map: 23329.178036392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 23329.178038607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 23329.178040665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 23329.178042702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 23329.178044944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 23329.178047030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 23329.178049036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 23329.178051205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 23329.178053366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
-vm_state.vm_map: 23329.178055452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 23329.178057835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 23329.178063188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042283520, end = 3042291712, flags = 134217845, pgoff = 0, inode = 57760 }
-vm_state.vm_map: 23329.178065368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042291712, end = 3042295808, flags = 135266419, pgoff = 4096, inode = 57760 }
-vm_state.vm_map: 23329.178067579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042295808, end = 3042304000, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.178069530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042304000, end = 3042308096, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.178071888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042308096, end = 3042320384, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.178074019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042320384, end = 3042377728, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.178076149 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 23329.178078248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 23329.178080687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.178082780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
-vm_state.vm_map: 23329.178085102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.178087146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.178089424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.178091462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.178094246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.178096395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.178098575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.178100532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.178102792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
-vm_state.vm_map: 23329.178104848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 23329.178106873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 23329.178109004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.178111140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.178113252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.178115245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.178117431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.178119463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.178121605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.178123699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.178125797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
-vm_state.vm_map: 23329.178128268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.178130465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.178132639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.178134856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.178136844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.178139110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.178141246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.178143438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.178145618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.178147748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.178149804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
-vm_state.vm_map: 23329.178151768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.178154046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.178156547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.178158757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.178160881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.178163326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.178165358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.178167556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.178169575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
-vm_state.vm_map: 23329.178171810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.178173947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.178176040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
-vm_state.vm_map: 23329.178178053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.178180288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.178182616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.178184659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.178186950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.178189074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.178191248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.178193285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.178195310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
-vm_state.vm_map: 23329.178197725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
-vm_state.vm_map: 23329.178199663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
-vm_state.vm_map: 23329.178201695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 23329.178203757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 23329.178205695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
-vm_state.vm_map: 23329.178207734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 23329.178209820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 23329.178211765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.178213790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.178215852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.178217791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.178220181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.178222175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.178224219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
-vm_state.vm_map: 23329.178226257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.178228442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.178230795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.178235389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.178237673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.178239822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.178242002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.178244101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.178246225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.178248466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.178250486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.178252684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.178254734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
-vm_state.vm_map: 23329.178257006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.178259061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.178261106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.178263045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
-vm_state.vm_map: 23329.178265675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.178267712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.178269787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.178271781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.178273942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.178275993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.178277918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.178280030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.178282092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.178284173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.178286223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.178288168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.178290224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
-vm_state.vm_map: 23329.178292299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.178294392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.178296374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.178298770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
-vm_state.vm_map: 23329.178300925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.178302907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.178304932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
-vm_state.vm_map: 23329.178307210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.178309137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.178311069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
-vm_state.vm_map: 23329.178313193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 23329.178315256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 23329.178317182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
-vm_state.vm_map: 23329.178319238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.178321301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.178323388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 23329.178325333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 23329.178327376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
-vm_state.vm_map: 23329.178329450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.178331834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.178333792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.178335823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.178337928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
-vm_state.vm_map: 23329.178340176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079139328, end = 3079147520, flags = 134217845, pgoff = 0, inode = 23893 }
-vm_state.vm_map: 23329.178342201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079147520, end = 3079151616, flags = 135266419, pgoff = 4096, inode = 23893 }
-vm_state.vm_map: 23329.178344165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.178346257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.178348418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 23329.178350395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 23329.178352623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.178354611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.178356717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.178358841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.178360823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
-vm_state.vm_map: 23329.178363003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
-vm_state.vm_map: 23329.178365324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.178367269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.178369220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.178371326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2247, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.178376383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 23329.178378371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 23329.178380396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 23329.178382496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 153337856, end = 154787840, flags = 1048691, pgoff = 153337856, inode = 0 }
-vm_state.vm_map: 23329.178384904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984677376, end = 2984689664, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 23329.178386843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984689664, end = 2984693760, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 23329.178389034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984693760, end = 2984755200, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 23329.178412559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984755200, end = 2984759296, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 23329.178415979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984759296, end = 2984767488, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 23329.178418048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984767488, end = 2984771584, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 23329.178420253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984771584, end = 2984796160, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 23329.178422710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984796160, end = 2984800256, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 23329.178425458 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984800256, end = 2984960000, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 23329.178427507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984960000, end = 2984964096, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 23329.178429946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2984964096, end = 2985623552, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 23329.178432002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985623552, end = 2985648128, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 23329.178434336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985648128, end = 2985738240, flags = 134217845, pgoff = 0, inode = 18560 }
-vm_state.vm_map: 23329.178436374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985738240, end = 2985742336, flags = 135266419, pgoff = 86016, inode = 18560 }
-vm_state.vm_map: 23329.178438739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985742336, end = 2985811968, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.178440850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985811968, end = 2985816064, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.178442913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985816064, end = 2985820160, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.178444969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985820160, end = 2985828352, flags = 1048691, pgoff = 2985820160, inode = 0 }
-vm_state.vm_map: 23329.178447204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2985828352, end = 2986291200, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 23329.178449248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2986291200, end = 2986303488, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 23329.178451390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2986303488, end = 2986909696, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 23329.178453403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2986909696, end = 2986926080, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 23329.178455873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2986926080, end = 2987089920, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 23329.178458269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987089920, end = 2987094016, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 23329.178460609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987094016, end = 2987360256, flags = 134217845, pgoff = 0, inode = 19433 }
-vm_state.vm_map: 23329.178462628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987360256, end = 2987368448, flags = 135266419, pgoff = 262144, inode = 19433 }
-vm_state.vm_map: 23329.178464727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987368448, end = 2987372544, flags = 1048691, pgoff = 2987368448, inode = 0 }
-vm_state.vm_map: 23329.178470291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987372544, end = 2987421696, flags = 134217845, pgoff = 0, inode = 19447 }
-vm_state.vm_map: 23329.178472334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987421696, end = 2987425792, flags = 135266419, pgoff = 49152, inode = 19447 }
-vm_state.vm_map: 23329.178477509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987425792, end = 2987622400, flags = 134217845, pgoff = 0, inode = 19429 }
-vm_state.vm_map: 23329.178479553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987622400, end = 2987626496, flags = 135266419, pgoff = 192512, inode = 19429 }
-vm_state.vm_map: 23329.178484313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987626496, end = 2987851776, flags = 134217845, pgoff = 0, inode = 20835 }
-vm_state.vm_map: 23329.178486368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987851776, end = 2987855872, flags = 135266419, pgoff = 221184, inode = 20835 }
-vm_state.vm_map: 23329.178488845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2987855872, end = 2988109824, flags = 134217845, pgoff = 0, inode = 18395 }
-vm_state.vm_map: 23329.178490957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2988109824, end = 2988113920, flags = 135266419, pgoff = 249856, inode = 18395 }
-vm_state.vm_map: 23329.178496730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2988113920, end = 2988498944, flags = 134217845, pgoff = 0, inode = 20862 }
-vm_state.vm_map: 23329.178498786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2988498944, end = 2988503040, flags = 135266419, pgoff = 380928, inode = 20862 }
-vm_state.vm_map: 23329.178501193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2988503040, end = 2988531712, flags = 134217845, pgoff = 0, inode = 1065218 }
-vm_state.vm_map: 23329.178503373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2988531712, end = 2988535808, flags = 135266419, pgoff = 28672, inode = 1065218 }
-vm_state.vm_map: 23329.178505856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2988535808, end = 2989989888, flags = 134217845, pgoff = 0, inode = 17110 }
-vm_state.vm_map: 23329.178507942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2989989888, end = 2990002176, flags = 135266419, pgoff = 1454080, inode = 17110 }
-vm_state.vm_map: 23329.178512690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990002176, end = 2990395392, flags = 134217845, pgoff = 0, inode = 23653 }
-vm_state.vm_map: 23329.178514728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990395392, end = 2990403584, flags = 135266419, pgoff = 393216, inode = 23653 }
-vm_state.vm_map: 23329.178517229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990403584, end = 2990624768, flags = 134217845, pgoff = 0, inode = 20840 }
-vm_state.vm_map: 23329.178519489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990624768, end = 2990628864, flags = 135266419, pgoff = 221184, inode = 20840 }
-vm_state.vm_map: 23329.178521958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990628864, end = 2990833664, flags = 134217845, pgoff = 0, inode = 20867 }
-vm_state.vm_map: 23329.178523910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990833664, end = 2990837760, flags = 135266419, pgoff = 204800, inode = 20867 }
-vm_state.vm_map: 23329.178526077 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990931968, end = 2990936064, flags = 1048688, pgoff = 2990931968, inode = 0 }
-vm_state.vm_map: 23329.178528176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2990936064, end = 2999324672, flags = 1048691, pgoff = 2990936064, inode = 0 }
-vm_state.vm_map: 23329.178530473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 2999324672, end = 3001360384, flags = 134217937, pgoff = 0, inode = 41242 }
-vm_state.vm_map: 23329.178533190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001360384, end = 3001401344, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.178535129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001401344, end = 3001405440, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.178537302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001405440, end = 3001409536, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.178539494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001409536, end = 3001446400, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.178541427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001446400, end = 3001450496, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.178543366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001450496, end = 3001454592, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.178545650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001454592, end = 3001532416, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.178547589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001532416, end = 3001536512, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.178549633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001536512, end = 3001540608, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.178551621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001540608, end = 3001548800, flags = 1048691, pgoff = 3001540608, inode = 0 }
-vm_state.vm_map: 23329.178553998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3001548800, end = 3017789440, flags = 134217979, pgoff = 0, inode = 1204696 }
-vm_state.vm_map: 23329.178556190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3017789440, end = 3022086144, flags = 134217979, pgoff = 0, inode = 1204694 }
-vm_state.vm_map: 23329.178558481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022086144, end = 3022286848, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 23329.178560488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022286848, end = 3022290944, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 23329.178562828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022290944, end = 3022315520, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.178564828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022315520, end = 3022319616, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.178567791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022319616, end = 3022327808, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 23329.178569786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022327808, end = 3022331904, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 23329.178572380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022331904, end = 3022409728, flags = 134217845, pgoff = 0, inode = 50114 }
-vm_state.vm_map: 23329.178574404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022409728, end = 3022413824, flags = 135266419, pgoff = 77824, inode = 50114 }
-vm_state.vm_map: 23329.178576744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022413824, end = 3022417920, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.178579116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022417920, end = 3022442496, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.178581443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022442496, end = 3022446592, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.178583586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022446592, end = 3022450688, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.178585901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022450688, end = 3022454784, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.178588130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022454784, end = 3022458880, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.178590347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022458880, end = 3022467072, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.178592601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022467072, end = 3022499840, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.178594885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022499840, end = 3022512128, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.178596991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022512128, end = 3022520320, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.178599386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022520320, end = 3022524416, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.178601529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022524416, end = 3022528512, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.178604196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022528512, end = 3022532608, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.178606308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022532608, end = 3022561280, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.178608519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022561280, end = 3022573568, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.178610636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022573568, end = 3022577664, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.178612847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022577664, end = 3022585856, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.178615039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022585856, end = 3022589952, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.178617169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022589952, end = 3022594048, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.178619380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022594048, end = 3022606336, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.178621646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022606336, end = 3022614528, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.178623862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022614528, end = 3022647296, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.178626172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022647296, end = 3022667776, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.178628339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022667776, end = 3022675968, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.178630815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022675968, end = 3022704640, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.178633100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022704640, end = 3022749696, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.178635329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022749696, end = 3022974976, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.178637372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022974976, end = 3022979072, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.178639853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022979072, end = 3022983168, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.178642095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3022983168, end = 3023917056, flags = 134217845, pgoff = 0, inode = 20876 }
-vm_state.vm_map: 23329.178644095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3023917056, end = 3023929344, flags = 135266419, pgoff = 933888, inode = 20876 }
-vm_state.vm_map: 23329.178646213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
-vm_state.vm_map: 23329.178648436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024171008, end = 3024195584, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.178650523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024195584, end = 3024199680, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.178652605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024199680, end = 3024203776, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.178655050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024203776, end = 3024261120, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.178657216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024261120, end = 3024547840, flags = 134217845, pgoff = 0, inode = 20877 }
-vm_state.vm_map: 23329.178661878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024547840, end = 3024556032, flags = 135266419, pgoff = 282624, inode = 20877 }
-vm_state.vm_map: 23329.178664255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024556032, end = 3024740352, flags = 134217845, pgoff = 0, inode = 20878 }
-vm_state.vm_map: 23329.178666404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024740352, end = 3024744448, flags = 135266419, pgoff = 184320, inode = 20878 }
-vm_state.vm_map: 23329.178668713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024744448, end = 3024777216, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.178670763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024777216, end = 3024781312, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.178672992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024781312, end = 3024838656, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.178675481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 23329.178677667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 23329.178679716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 23329.178681655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 23329.178683853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
-vm_state.vm_map: 23329.178685971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
-vm_state.vm_map: 23329.178688071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
-vm_state.vm_map: 23329.178690053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 23329.178692220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 23329.178694313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 23329.178696246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 23329.178698197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 23329.178700377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 23329.178702328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 23329.178704285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 23329.178706328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
-vm_state.vm_map: 23329.178708792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 23329.178710812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 23329.178712985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3042283520, end = 3042291712, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.178715041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3042291712, end = 3042295808, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.178717640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3042295808, end = 3042373632, flags = 134217845, pgoff = 0, inode = 22643 }
-vm_state.vm_map: 23329.178719623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3042373632, end = 3042377728, flags = 135266419, pgoff = 73728, inode = 22643 }
-vm_state.vm_map: 23329.178721629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 23329.178723672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 23329.178743499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.178745666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
-vm_state.vm_map: 23329.178747870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.178750019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.178752094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.178754162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.178756373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.178758429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.178760942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.178763084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.178765134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
-vm_state.vm_map: 23329.178767246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 23329.178769333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 23329.178771537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.178773587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.178775767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.178777737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.178779941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.178781984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.178784201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.178786239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.178791376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
-vm_state.vm_map: 23329.178793456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.178795976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.178798087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.178800125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.178802317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.178804366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.178806491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.178808633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.178810739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.178812770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.178814758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
-vm_state.vm_map: 23329.178816895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.178818982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.178821062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.178823267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.178825317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.178827422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.178829935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.178832164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.178834264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
-vm_state.vm_map: 23329.178836431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.178838456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.178840556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
-vm_state.vm_map: 23329.178842673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.178844785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.178846749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.178849021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.178851096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.178853027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.178855115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.178857387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.178859387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
-vm_state.vm_map: 23329.178861344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
-vm_state.vm_map: 23329.178863710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
-vm_state.vm_map: 23329.178865784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 23329.178867766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 23329.178869933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
-vm_state.vm_map: 23329.178872014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 23329.178873978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 23329.178876009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.178878182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.178880152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.178882085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.178884178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.178886253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.178890624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
-vm_state.vm_map: 23329.178892686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.178894817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.178897243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.178899281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.178901467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.178903504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.178905641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.178907777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.178909802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.178911933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.178913964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.178916094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.178918194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
-vm_state.vm_map: 23329.178920268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.178922368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.178924461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.178926542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
-vm_state.vm_map: 23329.178928777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.178931079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.178933036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.178935081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.178937137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.178939075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.178941107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.178943120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.178945194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.178947238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.178949281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.178951226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.178953276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
-vm_state.vm_map: 23329.178955302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.178957234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.178959161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.178961309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
-vm_state.vm_map: 23329.178963674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.178965706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.178967787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
-vm_state.vm_map: 23329.178969991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.178972084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.178974196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
-vm_state.vm_map: 23329.178976320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 23329.178978283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 23329.178980296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
-vm_state.vm_map: 23329.178982476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.178984600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.178988984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 23329.178991021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 23329.178993170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
-vm_state.vm_map: 23329.178995251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.178997566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.178999671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.179001765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.179003723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
-vm_state.vm_map: 23329.179005822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079139328, end = 3079151616, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.179007859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.179009916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.179011873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 23329.179013854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 23329.179015978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.179018034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.179019968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.179022023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.179023956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
-vm_state.vm_map: 23329.179026024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
-vm_state.vm_map: 23329.179028105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.179030396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.179032365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.179034539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2248, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.179037490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
-vm_state.vm_map: 23329.179039417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
-vm_state.vm_map: 23329.179041362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 150847488, end = 152977408, flags = 1048691, pgoff = 150847488, inode = 0 }
-vm_state.vm_map: 23329.179043523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3033620480, end = 3034390528, flags = 1048691, pgoff = 3033620480, inode = 0 }
-vm_state.vm_map: 23329.179048666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034390528, end = 3034402816, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 23329.179050784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034402816, end = 3034406912, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 23329.179052995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034406912, end = 3034468352, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 23329.179055051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034468352, end = 3034472448, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 23329.179057329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034472448, end = 3034480640, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 23329.179059293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034480640, end = 3034484736, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 23329.179061398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034484736, end = 3034509312, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 23329.179063337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034509312, end = 3034513408, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 23329.179066097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034513408, end = 3034673152, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 23329.179068030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034673152, end = 3034677248, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 23329.179070184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3034677248, end = 3035336704, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 23329.179072111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035336704, end = 3035361280, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 23329.179074407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035361280, end = 3035451392, flags = 134217845, pgoff = 0, inode = 18560 }
-vm_state.vm_map: 23329.179076334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035451392, end = 3035455488, flags = 135266419, pgoff = 86016, inode = 18560 }
-vm_state.vm_map: 23329.179078532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035455488, end = 3035525120, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.179080582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035525120, end = 3035529216, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.179084923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035529216, end = 3035533312, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.179086960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035533312, end = 3035541504, flags = 1048691, pgoff = 3035533312, inode = 0 }
-vm_state.vm_map: 23329.179089208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3035541504, end = 3036004352, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 23329.179091251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3036004352, end = 3036016640, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 23329.179093412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3036016640, end = 3036622848, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 23329.179095505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3036622848, end = 3036639232, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 23329.179097679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3036639232, end = 3036803072, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 23329.179100087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3036803072, end = 3036807168, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 23329.179102371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3036807168, end = 3037073408, flags = 134217845, pgoff = 0, inode = 19433 }
-vm_state.vm_map: 23329.179104403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3037073408, end = 3037081600, flags = 135266419, pgoff = 262144, inode = 19433 }
-vm_state.vm_map: 23329.179106410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3037081600, end = 3037085696, flags = 1048691, pgoff = 3037081600, inode = 0 }
-vm_state.vm_map: 23329.179108552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3037085696, end = 3037134848, flags = 134217845, pgoff = 0, inode = 19447 }
-vm_state.vm_map: 23329.179110645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3037134848, end = 3037138944, flags = 135266419, pgoff = 49152, inode = 19447 }
-vm_state.vm_map: 23329.179112887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3037138944, end = 3037335552, flags = 134217845, pgoff = 0, inode = 19429 }
-vm_state.vm_map: 23329.179114986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3037335552, end = 3037339648, flags = 135266419, pgoff = 192512, inode = 19429 }
-vm_state.vm_map: 23329.179117172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3037339648, end = 3038597120, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.179119271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3038597120, end = 3038617600, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.179121315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3038617600, end = 3038621696, flags = 1048691, pgoff = 3038617600, inode = 0 }
-vm_state.vm_map: 23329.179123390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3038621696, end = 3038846976, flags = 134217845, pgoff = 0, inode = 20835 }
-vm_state.vm_map: 23329.179125328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3038846976, end = 3038851072, flags = 135266419, pgoff = 221184, inode = 20835 }
-vm_state.vm_map: 23329.179127545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3038851072, end = 3039105024, flags = 134217845, pgoff = 0, inode = 18395 }
-vm_state.vm_map: 23329.179129484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3039105024, end = 3039109120, flags = 135266419, pgoff = 249856, inode = 18395 }
-vm_state.vm_map: 23329.179131664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3039109120, end = 3039494144, flags = 134217845, pgoff = 0, inode = 20862 }
-vm_state.vm_map: 23329.179133942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3039494144, end = 3039498240, flags = 135266419, pgoff = 380928, inode = 20862 }
-vm_state.vm_map: 23329.179136251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3039498240, end = 3039526912, flags = 134217845, pgoff = 0, inode = 1065218 }
-vm_state.vm_map: 23329.179138184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3039526912, end = 3039531008, flags = 135266419, pgoff = 28672, inode = 1065218 }
-vm_state.vm_map: 23329.179140302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3039531008, end = 3040985088, flags = 134217845, pgoff = 0, inode = 17110 }
-vm_state.vm_map: 23329.179142233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3040985088, end = 3040997376, flags = 135266419, pgoff = 1454080, inode = 17110 }
-vm_state.vm_map: 23329.179144462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3040997376, end = 3041390592, flags = 134217845, pgoff = 0, inode = 23653 }
-vm_state.vm_map: 23329.179146402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3041390592, end = 3041398784, flags = 135266419, pgoff = 393216, inode = 23653 }
-vm_state.vm_map: 23329.179148643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3041398784, end = 3041619968, flags = 134217845, pgoff = 0, inode = 20840 }
-vm_state.vm_map: 23329.179150582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3041619968, end = 3041624064, flags = 135266419, pgoff = 221184, inode = 20840 }
-vm_state.vm_map: 23329.179152878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3041624064, end = 3041828864, flags = 134217845, pgoff = 0, inode = 20867 }
-vm_state.vm_map: 23329.179154923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3041828864, end = 3041832960, flags = 135266419, pgoff = 204800, inode = 20867 }
-vm_state.vm_map: 23329.179157386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3041927168, end = 3043008512, flags = 134217845, pgoff = 0, inode = 20763 }
-vm_state.vm_map: 23329.179159467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043008512, end = 3043033088, flags = 135266419, pgoff = 1081344, inode = 20763 }
-vm_state.vm_map: 23329.179161597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043033088, end = 3043037184, flags = 1048691, pgoff = 3043033088, inode = 0 }
-vm_state.vm_map: 23329.179166556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043037184, end = 3043139584, flags = 134217845, pgoff = 0, inode = 20879 }
-vm_state.vm_map: 23329.179168946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043139584, end = 3043143680, flags = 135266419, pgoff = 98304, inode = 20879 }
-vm_state.vm_map: 23329.179171452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043143680, end = 3043328000, flags = 134217845, pgoff = 0, inode = 20878 }
-vm_state.vm_map: 23329.179173613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043328000, end = 3043332096, flags = 135266419, pgoff = 184320, inode = 20878 }
-vm_state.vm_map: 23329.179178700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043332096, end = 3043438592, flags = 134217845, pgoff = 0, inode = 1114215 }
-vm_state.vm_map: 23329.179180763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043438592, end = 3043442688, flags = 135266419, pgoff = 102400, inode = 1114215 }
-vm_state.vm_map: 23329.179183047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043442688, end = 3043483648, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.179185252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043483648, end = 3043487744, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.179187400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043487744, end = 3043491840, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.179189617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043491840, end = 3043528704, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.179191611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043528704, end = 3043532800, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.179193748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043532800, end = 3043536896, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.179195915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043536896, end = 3043614720, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.179198014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043614720, end = 3043618816, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.179200027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043618816, end = 3043622912, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.179202133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043622912, end = 3043631104, flags = 1048691, pgoff = 3043622912, inode = 0 }
-vm_state.vm_map: 23329.179204590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043631104, end = 3043655680, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.179206788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043655680, end = 3043659776, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.179208758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043659776, end = 3043663872, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.179210888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3043663872, end = 3045699584, flags = 134217937, pgoff = 0, inode = 41242 }
-vm_state.vm_map: 23329.179213173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3045699584, end = 3045924864, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.179215241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3045924864, end = 3045928960, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.179217236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3045928960, end = 3045933056, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.179219575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3045933056, end = 3046133760, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 23329.179221743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046133760, end = 3046137856, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 23329.179224003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046137856, end = 3046162432, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.179226095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046162432, end = 3046166528, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.179228281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046166528, end = 3046174720, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 23329.179230276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046174720, end = 3046178816, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 23329.179232536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046178816, end = 3046256640, flags = 134217845, pgoff = 0, inode = 50114 }
-vm_state.vm_map: 23329.179234536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046256640, end = 3046260736, flags = 135266419, pgoff = 77824, inode = 50114 }
-vm_state.vm_map: 23329.179236802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046260736, end = 3046264832, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.179239253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046264832, end = 3046289408, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.179241564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046289408, end = 3046293504, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.179243705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046293504, end = 3046297600, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.179245879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046297600, end = 3046301696, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.179247990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046301696, end = 3046305792, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.179250219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046305792, end = 3046313984, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.179252343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046313984, end = 3046346752, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.179254579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046346752, end = 3046359040, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.179256709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046359040, end = 3046367232, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.179258963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046367232, end = 3046371328, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.179261142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046371328, end = 3046375424, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.179263538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046375424, end = 3046379520, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.179265656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046379520, end = 3046408192, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.179267897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046408192, end = 3046420480, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.179270052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046420480, end = 3046424576, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.179272201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046424576, end = 3046432768, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.179274992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046432768, end = 3046436864, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.179277171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046436864, end = 3046440960, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.179279413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046440960, end = 3046453248, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.179281617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046453248, end = 3046461440, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.179283741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046461440, end = 3046494208, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.179286112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046494208, end = 3046514688, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.179288267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046514688, end = 3046522880, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.179290496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046522880, end = 3046551552, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.179292811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046551552, end = 3046596608, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.179295096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046596608, end = 3046653952, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.179297226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046653952, end = 3046666240, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.179299449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046666240, end = 3046723584, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.179301567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3046723584, end = 3048054784, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.179303629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048054784, end = 3048067072, flags = 1048691, pgoff = 3048054784, inode = 0 }
-vm_state.vm_map: 23329.179305789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048067072, end = 3048083456, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.179307877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048083456, end = 3048087552, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.179310372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048087552, end = 3048103936, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.179312470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048103936, end = 3048108032, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.179314631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048108032, end = 3048140800, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.179316706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048140800, end = 3048144896, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.179318694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048144896, end = 3048148992, flags = 1048691, pgoff = 3048144896, inode = 0 }
-vm_state.vm_map: 23329.179320997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048148992, end = 3048165376, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.179323004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048165376, end = 3048169472, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.179325233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048169472, end = 3048501248, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.179327265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048501248, end = 3048509440, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.179329432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048509440, end = 3048607744, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.179331519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048607744, end = 3048611840, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.179333816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048611840, end = 3048759296, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.179335841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048759296, end = 3048767488, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.179338107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048767488, end = 3048779776, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.179340145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048779776, end = 3048783872, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.179342158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048783872, end = 3048787968, flags = 1048691, pgoff = 3048783872, inode = 0 }
-vm_state.vm_map: 23329.179344769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048787968, end = 3048796160, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.179346943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048796160, end = 3048800256, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.179349104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3048800256, end = 3049119744, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.179351191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3049119744, end = 3049136128, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.179353500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3049136128, end = 3049328640, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.179355532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3049328640, end = 3049332736, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.179357847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3049332736, end = 3052929024, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.179359817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3052929024, end = 3053027328, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.179361928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3053027328, end = 3053031424, flags = 1048691, pgoff = 3053027328, inode = 0 }
-vm_state.vm_map: 23329.179364083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3053031424, end = 3053318144, flags = 134217845, pgoff = 0, inode = 20877 }
-vm_state.vm_map: 23329.179366170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3053318144, end = 3053326336, flags = 135266419, pgoff = 282624, inode = 20877 }
-vm_state.vm_map: 23329.179368196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3053326336, end = 3053330432, flags = 1048691, pgoff = 3053326336, inode = 0 }
-vm_state.vm_map: 23329.179370455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3053330432, end = 3054264320, flags = 134217845, pgoff = 0, inode = 20876 }
-vm_state.vm_map: 23329.179372462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3054264320, end = 3054276608, flags = 135266419, pgoff = 933888, inode = 20876 }
-vm_state.vm_map: 23329.179374716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3054276608, end = 3054338048, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.179376686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3054338048, end = 3054342144, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.179379440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3054342144, end = 3055472640, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.179381427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3055472640, end = 3055489024, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.179383668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3055489024, end = 3055759360, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.179385596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3055759360, end = 3055767552, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.179387930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3055767552, end = 3056918528, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.179389960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3056918528, end = 3056934912, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.179392041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3056934912, end = 3056939008, flags = 1048691, pgoff = 3056934912, inode = 0 }
-vm_state.vm_map: 23329.179394190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3056939008, end = 3056992256, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.179396289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3056992256, end = 3056996352, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.179398475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3056996352, end = 3057180672, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.179400469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057180672, end = 3057188864, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.179402735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057188864, end = 3057221632, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.179404785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057221632, end = 3057225728, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.179407014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057225728, end = 3057311744, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.179409095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057311744, end = 3057315840, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.179411102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057315840, end = 3057324032, flags = 1048691, pgoff = 3057315840, inode = 0 }
-vm_state.vm_map: 23329.179413652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057324032, end = 3057352704, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.179415640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057352704, end = 3057356800, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.179436059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057356800, end = 3057598464, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.179438319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057598464, end = 3057602560, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.179440394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057602560, end = 3057606656, flags = 1048691, pgoff = 3057602560, inode = 0 }
-vm_state.vm_map: 23329.179442808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3057606656, end = 3058077696, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.179444846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058077696, end = 3058094080, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.179447203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058094080, end = 3058237440, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.179449272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058237440, end = 3058241536, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.179451822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058241536, end = 3058327552, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.179453867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058327552, end = 3058331648, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.179456090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058331648, end = 3058446336, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.179458132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058446336, end = 3058450432, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.179460398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058450432, end = 3058597888, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.179462467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058597888, end = 3058601984, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.179464770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058601984, end = 3058606080, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.179467246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058606080, end = 3058610176, flags = 1048691, pgoff = 3058606080, inode = 0 }
-vm_state.vm_map: 23329.179469519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058610176, end = 3058618368, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.179471568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058618368, end = 3058622464, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.179473630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058622464, end = 3058626560, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.179475989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058626560, end = 3058712576, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.179478027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058712576, end = 3058716672, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.179480274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058716672, end = 3058720768, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.179482281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058720768, end = 3058728960, flags = 1048691, pgoff = 3058720768, inode = 0 }
-vm_state.vm_map: 23329.179484578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3058728960, end = 3059466240, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.179486616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059466240, end = 3059470336, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.179489017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059470336, end = 3059499008, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.179491111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059499008, end = 3059503104, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.179493303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059503104, end = 3059507200, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.179495649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059507200, end = 3059523584, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.179497761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059523584, end = 3059527680, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.179499730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059527680, end = 3059531776, flags = 1048691, pgoff = 3059527680, inode = 0 }
-vm_state.vm_map: 23329.179502466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059531776, end = 3059609600, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.179504491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059609600, end = 3059613696, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.179506905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3059613696, end = 3060928512, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.179508949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3060928512, end = 3060936704, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.179511048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3060936704, end = 3060940800, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.179513092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3060940800, end = 3060953088, flags = 1048691, pgoff = 3060940800, inode = 0 }
-vm_state.vm_map: 23329.179515457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3060953088, end = 3061891072, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.179517445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3061891072, end = 3061907456, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.179519421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3061907456, end = 3061911552, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.179521606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3061911552, end = 3061940224, flags = 1048691, pgoff = 3061911552, inode = 0 }
-vm_state.vm_map: 23329.179523811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3061940224, end = 3062353920, flags = 134217845, pgoff = 0, inode = 1065120 }
-vm_state.vm_map: 23329.179525867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3062353920, end = 3062362112, flags = 135266419, pgoff = 409600, inode = 1065120 }
-vm_state.vm_map: 23329.179528109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3062362112, end = 3064664064, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.179530165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3064664064, end = 3064709120, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.179532263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3064709120, end = 3065176064, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.179534276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3065176064, end = 3065184256, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.179536733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3065184256, end = 3065188352, flags = 1048691, pgoff = 3065184256, inode = 0 }
-vm_state.vm_map: 23329.179538932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3065188352, end = 3075227648, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.179540901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3075227648, end = 3075387392, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.179543069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3075387392, end = 3075395584, flags = 1048691, pgoff = 3075387392, inode = 0 }
-vm_state.vm_map: 23329.179545298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3075395584, end = 3077705728, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.179547323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077705728, end = 3077734400, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.179549422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077734400, end = 3077738496, flags = 1048691, pgoff = 3077734400, inode = 0 }
-vm_state.vm_map: 23329.179551620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077738496, end = 3077771264, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.179553726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077771264, end = 3077775360, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.179556146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077775360, end = 3077783552, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.179558128 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077783552, end = 3077787648, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.179560246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077787648, end = 3077795840, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.179562173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077795840, end = 3077799936, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.179564235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077799936, end = 3077804032, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.179566310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077804032, end = 3077832704, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.179568242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077832704, end = 3077840896, flags = 1048691, pgoff = 3077832704, inode = 0 }
-vm_state.vm_map: 23329.179570514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077840896, end = 3077844992, flags = 67371125, pgoff = 3077840896, inode = 0 }
-vm_state.vm_map: 23329.179572737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077844992, end = 3077959680, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.179574695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077959680, end = 3077963776, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.179576646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3077963776, end = 3077967872, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.179578708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2255, start = 3218862080, end = 3218948096, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.179581567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
-vm_state.vm_map: 23329.179583543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
-vm_state.vm_map: 23329.179585636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 156323840, end = 157405184, flags = 1048691, pgoff = 156323840, inode = 0 }
-vm_state.vm_map: 23329.179587970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044220928, end = 3044417536, flags = 134217845, pgoff = 0, inode = 1114220 }
-vm_state.vm_map: 23329.179590032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044417536, end = 3044421632, flags = 135266419, pgoff = 196608, inode = 1114220 }
-vm_state.vm_map: 23329.179592217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044421632, end = 3044462592, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.179594163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044462592, end = 3044466688, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.179596082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044466688, end = 3044470784, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.179598355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044470784, end = 3044507648, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.179600282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044507648, end = 3044511744, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.179602202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044511744, end = 3044515840, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.179604714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044515840, end = 3044593664, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.179606875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044593664, end = 3044597760, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.179608808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044597760, end = 3044601856, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.179610779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044601856, end = 3044610048, flags = 1048691, pgoff = 3044601856, inode = 0 }
-vm_state.vm_map: 23329.179612852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044610048, end = 3044634624, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.179614970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044634624, end = 3044638720, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.179616946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044638720, end = 3044642816, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.179619027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3044642816, end = 3046678528, flags = 134217937, pgoff = 0, inode = 41242 }
-vm_state.vm_map: 23329.179621200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3046678528, end = 3046903808, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.179623399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3046903808, end = 3046907904, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.179625331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3046907904, end = 3046912000, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.179627468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3046912000, end = 3047112704, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 23329.179629388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047112704, end = 3047116800, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 23329.179631710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047116800, end = 3047141376, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.179633766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047141376, end = 3047145472, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.179635896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047239680, end = 3047243776, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.179638397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047243776, end = 3047268352, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.179640613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047268352, end = 3047272448, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.179642731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047272448, end = 3047276544, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.179644874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047276544, end = 3047280640, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.179647053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047280640, end = 3047284736, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.179649363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047284736, end = 3047292928, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.179651573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047292928, end = 3047325696, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.179653685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047325696, end = 3047337984, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.179655994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047337984, end = 3047346176, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.179658211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047346176, end = 3047350272, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.179660594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047350272, end = 3047354368, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.179662959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047354368, end = 3047358464, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.179665200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047358464, end = 3047387136, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.179667399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047387136, end = 3047399424, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.179669658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047399424, end = 3047403520, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.179671869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047403520, end = 3047411712, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.179674481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047411712, end = 3047415808, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.179676648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047415808, end = 3047419904, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.179678962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047419904, end = 3047432192, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.179681142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047432192, end = 3047440384, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.179683341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047440384, end = 3047473152, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.179685421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047473152, end = 3047493632, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.179687744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047493632, end = 3047501824, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.179689848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047501824, end = 3047530496, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.179692065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047530496, end = 3047575552, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.179694189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047575552, end = 3047632896, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.179696399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047632896, end = 3047645184, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.179698554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047645184, end = 3047702528, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.179700888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3047702528, end = 3049033728, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.179703056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049033728, end = 3049046016, flags = 1048691, pgoff = 3049033728, inode = 0 }
-vm_state.vm_map: 23329.179705451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049046016, end = 3049062400, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.179707520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049062400, end = 3049066496, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.179710051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049066496, end = 3049082880, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.179712268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049082880, end = 3049086976, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.179714442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049086976, end = 3049119744, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.179716442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049119744, end = 3049123840, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.179718523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049123840, end = 3049127936, flags = 1048691, pgoff = 3049123840, inode = 0 }
-vm_state.vm_map: 23329.179720727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049127936, end = 3049144320, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.179722740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.179724994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049148416, end = 3049480192, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.179727099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049480192, end = 3049488384, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.179729440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049488384, end = 3049586688, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.179731446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049586688, end = 3049590784, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.179733774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049590784, end = 3049738240, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.179735725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049738240, end = 3049746432, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.179738028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049746432, end = 3049758720, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.179739961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049758720, end = 3049762816, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.179741974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049762816, end = 3049766912, flags = 1048691, pgoff = 3049762816, inode = 0 }
-vm_state.vm_map: 23329.179744517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049766912, end = 3049775104, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.179746690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049775104, end = 3049779200, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.179749012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3049779200, end = 3050098688, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.179750946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3050098688, end = 3050115072, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.179753050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3050115072, end = 3050307584, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.179755132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3050307584, end = 3050311680, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.179757218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3050311680, end = 3053907968, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.179759324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3053907968, end = 3054006272, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.179761373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3054006272, end = 3054010368, flags = 1048691, pgoff = 3054006272, inode = 0 }
-vm_state.vm_map: 23329.179763590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3054010368, end = 3054297088, flags = 134217845, pgoff = 0, inode = 20877 }
-vm_state.vm_map: 23329.179765547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3054297088, end = 3054305280, flags = 135266419, pgoff = 282624, inode = 20877 }
-vm_state.vm_map: 23329.179767641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3054305280, end = 3054309376, flags = 1048691, pgoff = 3054305280, inode = 0 }
-vm_state.vm_map: 23329.179769839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3054309376, end = 3055243264, flags = 134217845, pgoff = 0, inode = 20876 }
-vm_state.vm_map: 23329.179771821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3055243264, end = 3055255552, flags = 135266419, pgoff = 933888, inode = 20876 }
-vm_state.vm_map: 23329.179774173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3055255552, end = 3055316992, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.179776192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3055316992, end = 3055321088, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.179778810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3055321088, end = 3056451584, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.179780768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3056451584, end = 3056467968, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.179783145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3056467968, end = 3056738304, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.179785102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3056738304, end = 3056746496, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.179787276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3056746496, end = 3057897472, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.179789239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3057897472, end = 3057913856, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.179791301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3057913856, end = 3057917952, flags = 1048691, pgoff = 3057913856, inode = 0 }
-vm_state.vm_map: 23329.179793376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3057917952, end = 3057971200, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.179795303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3057971200, end = 3057975296, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.179797408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3057975296, end = 3058159616, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.179799470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058159616, end = 3058167808, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.179801594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058167808, end = 3058200576, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.179803527 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058200576, end = 3058204672, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.179805620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058204672, end = 3058290688, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.179808053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058290688, end = 3058294784, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.179810165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058294784, end = 3058302976, flags = 1048691, pgoff = 3058294784, inode = 0 }
-vm_state.vm_map: 23329.179812733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058302976, end = 3058331648, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.179814759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058331648, end = 3058335744, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.179816994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058335744, end = 3058577408, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.179819030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058577408, end = 3058581504, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.179821063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058581504, end = 3058585600, flags = 1048691, pgoff = 3058581504, inode = 0 }
-vm_state.vm_map: 23329.179823360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3058585600, end = 3059056640, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.179825299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059056640, end = 3059073024, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.179827619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059073024, end = 3059216384, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.179829564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059216384, end = 3059220480, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.179831633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059220480, end = 3059306496, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.179833684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059306496, end = 3059310592, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.179836047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059310592, end = 3059425280, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.179837999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059425280, end = 3059429376, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.179840093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059429376, end = 3059576832, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.179842211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059576832, end = 3059580928, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.179844315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059580928, end = 3059585024, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.179846606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059585024, end = 3059589120, flags = 1048691, pgoff = 3059585024, inode = 0 }
-vm_state.vm_map: 23329.179848687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059589120, end = 3059597312, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.179850761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059597312, end = 3059601408, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.179852706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059601408, end = 3059605504, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.179854824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059605504, end = 3059691520, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.179856837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059691520, end = 3059695616, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.179859029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059695616, end = 3059699712, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.179860974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059699712, end = 3059707904, flags = 1048691, pgoff = 3059699712, inode = 0 }
-vm_state.vm_map: 23329.179863092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3059707904, end = 3060445184, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.179865031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060445184, end = 3060449280, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.179867254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060449280, end = 3060477952, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.179869199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060477952, end = 3060482048, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.179871150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060482048, end = 3060486144, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.179873280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060486144, end = 3060502528, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.179875361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060502528, end = 3060506624, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.179877306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060506624, end = 3060510720, flags = 1048691, pgoff = 3060506624, inode = 0 }
-vm_state.vm_map: 23329.179879770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060510720, end = 3060588544, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.179881727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060588544, end = 3060592640, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.179883931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3060592640, end = 3061907456, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.179886185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061907456, end = 3061915648, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.179888142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061915648, end = 3061919744, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.179890284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061919744, end = 3061932032, flags = 1048691, pgoff = 3061919744, inode = 0 }
-vm_state.vm_map: 23329.179892507 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3061932032, end = 3062870016, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.179894619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062870016, end = 3062886400, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.179896601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062886400, end = 3062890496, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.179898545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062890496, end = 3062919168, flags = 1048691, pgoff = 3062890496, inode = 0 }
-vm_state.vm_map: 23329.179900640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3062919168, end = 3063332864, flags = 134217845, pgoff = 0, inode = 1065120 }
-vm_state.vm_map: 23329.179902714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063332864, end = 3063341056, flags = 135266419, pgoff = 409600, inode = 1065120 }
-vm_state.vm_map: 23329.179904862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3063341056, end = 3065643008, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.179906783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065643008, end = 3065688064, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.179908875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3065688064, end = 3066155008, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.179910925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066155008, end = 3066163200, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.179913248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066163200, end = 3066167296, flags = 1048691, pgoff = 3066163200, inode = 0 }
-vm_state.vm_map: 23329.179915482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3066167296, end = 3076206592, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.179917501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3076206592, end = 3076366336, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.179919632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3076366336, end = 3076374528, flags = 1048691, pgoff = 3076366336, inode = 0 }
-vm_state.vm_map: 23329.179921879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3076374528, end = 3078684672, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.179923948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078684672, end = 3078713344, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.179926028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078713344, end = 3078717440, flags = 1048691, pgoff = 3078713344, inode = 0 }
-vm_state.vm_map: 23329.179928294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078717440, end = 3078750208, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.179930400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078750208, end = 3078754304, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.179932536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078754304, end = 3078762496, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.179934636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078762496, end = 3078766592, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.179936908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078766592, end = 3078774784, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.179938995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078774784, end = 3078778880, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.179941144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078778880, end = 3078782976, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.179943576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078782976, end = 3078811648, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.179945719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078811648, end = 3078819840, flags = 1048691, pgoff = 3078811648, inode = 0 }
-vm_state.vm_map: 23329.179948158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078819840, end = 3078823936, flags = 67371125, pgoff = 3078819840, inode = 0 }
-vm_state.vm_map: 23329.179950350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078823936, end = 3078938624, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.179952369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078938624, end = 3078942720, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.179954475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3078942720, end = 3078946816, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.179956629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2259, start = 3217076224, end = 3217162240, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.179959297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
-vm_state.vm_map: 23329.179961390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
-vm_state.vm_map: 23329.179963489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 161394688, end = 162488320, flags = 1048691, pgoff = 161394688, inode = 0 }
-vm_state.vm_map: 23329.179965946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3038744576, end = 3040002048, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.179967966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040002048, end = 3040022528, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.179970053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040022528, end = 3040026624, flags = 1048691, pgoff = 3040022528, inode = 0 }
-vm_state.vm_map: 23329.179972338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040026624, end = 3040264192, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 23329.179974283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040264192, end = 3040268288, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 23329.179976418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040268288, end = 3040284672, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.179978511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040284672, end = 3040288768, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.179980920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040288768, end = 3040313344, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.179983191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040313344, end = 3040317440, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.179985396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040317440, end = 3040350208, flags = 134217845, pgoff = 0, inode = 21180 }
-vm_state.vm_map: 23329.179987427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040350208, end = 3040354304, flags = 135266419, pgoff = 28672, inode = 21180 }
-vm_state.vm_map: 23329.179989922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040354304, end = 3040784384, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 23329.179991941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040784384, end = 3040813056, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 23329.179994059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040813056, end = 3040817152, flags = 1048691, pgoff = 3040813056, inode = 0 }
-vm_state.vm_map: 23329.179996288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3040817152, end = 3041259520, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 23329.179998325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3041259520, end = 3041267712, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 23329.180000585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3041267712, end = 3043823616, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 23329.180002678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3043823616, end = 3043872768, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 23329.180004679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3043872768, end = 3043876864, flags = 1048691, pgoff = 3043872768, inode = 0 }
-vm_state.vm_map: 23329.180007186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3043971072, end = 3044012032, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.180009186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044012032, end = 3044016128, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.180011273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044016128, end = 3044020224, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.180013428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044020224, end = 3044057088, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.180015614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044057088, end = 3044061184, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.180017979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044061184, end = 3044065280, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.180020294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044065280, end = 3044143104, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.180022455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044143104, end = 3044147200, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.180024475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044147200, end = 3044151296, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.180026555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044151296, end = 3044159488, flags = 1048691, pgoff = 3044151296, inode = 0 }
-vm_state.vm_map: 23329.180028636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044159488, end = 3044184064, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.180030816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044184064, end = 3044188160, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.180032835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044188160, end = 3044192256, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.180035200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3044192256, end = 3046227968, flags = 134217937, pgoff = 0, inode = 41242 }
-vm_state.vm_map: 23329.180037342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046227968, end = 3046453248, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.180039466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046453248, end = 3046457344, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.180041491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046457344, end = 3046461440, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.180043775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046461440, end = 3046662144, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 23329.180045936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046662144, end = 3046666240, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 23329.180048221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046666240, end = 3046690816, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.180050339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046690816, end = 3046694912, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.180053173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046711296, end = 3046785024, flags = 134217845, pgoff = 0, inode = 1114266 }
-vm_state.vm_map: 23329.180077093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046785024, end = 3046789120, flags = 135266419, pgoff = 69632, inode = 1114266 }
-vm_state.vm_map: 23329.180079421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046789120, end = 3046793216, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.180081681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046793216, end = 3046817792, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.180083928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046817792, end = 3046821888, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.180086330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046821888, end = 3046825984, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.180088522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046825984, end = 3046830080, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.180090764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046830080, end = 3046834176, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.180092962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046834176, end = 3046842368, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.180095215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046842368, end = 3046875136, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.180097302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046875136, end = 3046887424, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.180099464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046887424, end = 3046895616, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.180101686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046895616, end = 3046899712, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.180104088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046899712, end = 3046903808, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.180106256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046903808, end = 3046907904, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.180108546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046907904, end = 3046936576, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.180111109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046936576, end = 3046948864, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.180113276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046948864, end = 3046952960, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.180115505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046952960, end = 3046961152, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.180117634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046961152, end = 3046965248, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.180119852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046965248, end = 3046969344, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.180122037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046969344, end = 3046981632, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.180124284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046981632, end = 3046989824, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.180126495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3046989824, end = 3047022592, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.180128724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047022592, end = 3047043072, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.180131015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047043072, end = 3047051264, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.180133214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047051264, end = 3047079936, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.180135392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047079936, end = 3047124992, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.180137628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047124992, end = 3047182336, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.180139764 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047182336, end = 3047194624, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.180141999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047194624, end = 3047251968, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.180144166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3047251968, end = 3048583168, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.180146803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048583168, end = 3048595456, flags = 1048691, pgoff = 3048583168, inode = 0 }
-vm_state.vm_map: 23329.180149112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048595456, end = 3048611840, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.180151168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048611840, end = 3048615936, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.180153428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048615936, end = 3048632320, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.180155521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048632320, end = 3048636416, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.180157720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048636416, end = 3048669184, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.180159683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048669184, end = 3048673280, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.180161696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048673280, end = 3048677376, flags = 1048691, pgoff = 3048673280, inode = 0 }
-vm_state.vm_map: 23329.180163919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048677376, end = 3048693760, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.180165956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048693760, end = 3048697856, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.180168222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3048697856, end = 3049029632, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.180170242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049029632, end = 3049037824, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.180172495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049037824, end = 3049136128, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.180174453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049136128, end = 3049140224, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.180176552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049140224, end = 3049287680, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.180178725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049287680, end = 3049295872, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.180181208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049295872, end = 3049308160, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.180183208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049308160, end = 3049312256, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.180185450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049312256, end = 3049316352, flags = 1048691, pgoff = 3049312256, inode = 0 }
-vm_state.vm_map: 23329.180187623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049316352, end = 3049324544, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.180189728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049324544, end = 3049328640, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.180191876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049328640, end = 3049648128, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.180194050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049648128, end = 3049664512, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.180196249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049664512, end = 3049857024, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.180198180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049857024, end = 3049861120, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.180200336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3049861120, end = 3053457408, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.180202399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3053457408, end = 3053555712, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.180204356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3053555712, end = 3053559808, flags = 1048691, pgoff = 3053555712, inode = 0 }
-vm_state.vm_map: 23329.180206491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3053559808, end = 3053846528, flags = 134217845, pgoff = 0, inode = 20877 }
-vm_state.vm_map: 23329.180208473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3053846528, end = 3053854720, flags = 135266419, pgoff = 282624, inode = 20877 }
-vm_state.vm_map: 23329.180210733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3053854720, end = 3053858816, flags = 1048691, pgoff = 3053854720, inode = 0 }
-vm_state.vm_map: 23329.180212950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3053858816, end = 3054792704, flags = 134217845, pgoff = 0, inode = 20876 }
-vm_state.vm_map: 23329.180215395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3054792704, end = 3054804992, flags = 135266419, pgoff = 933888, inode = 20876 }
-vm_state.vm_map: 23329.180217674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3054804992, end = 3054866432, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.180219884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3054866432, end = 3054870528, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.180222181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3054870528, end = 3056001024, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.180224169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3056001024, end = 3056017408, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.180226503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3056017408, end = 3056287744, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.180228677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3056287744, end = 3056295936, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.180230949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3056295936, end = 3057446912, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.180233147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057446912, end = 3057463296, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.180235141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057463296, end = 3057467392, flags = 1048691, pgoff = 3057463296, inode = 0 }
-vm_state.vm_map: 23329.180237574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057467392, end = 3057520640, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.180239599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057520640, end = 3057524736, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.180241915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057524736, end = 3057709056, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.180244014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057709056, end = 3057717248, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.180246428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057717248, end = 3057750016, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.180248497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057750016, end = 3057754112, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.180251103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057754112, end = 3057840128, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.180253300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057840128, end = 3057844224, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.180255400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057844224, end = 3057852416, flags = 1048691, pgoff = 3057844224, inode = 0 }
-vm_state.vm_map: 23329.180257617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057852416, end = 3057881088, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.180259709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057881088, end = 3057885184, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.180262055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3057885184, end = 3058126848, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.180264088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058126848, end = 3058130944, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.180266180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058130944, end = 3058135040, flags = 1048691, pgoff = 3058130944, inode = 0 }
-vm_state.vm_map: 23329.180268323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058135040, end = 3058606080, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.180270422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058606080, end = 3058622464, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.180272700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058622464, end = 3058765824, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.180274707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058765824, end = 3058769920, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.180276942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058769920, end = 3058855936, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.180278981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058855936, end = 3058860032, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.180281141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058860032, end = 3058974720, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.180283223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058974720, end = 3058978816, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.180285753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3058978816, end = 3059126272, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.180287927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059126272, end = 3059130368, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.180290088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059130368, end = 3059134464, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.180292181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059134464, end = 3059138560, flags = 1048691, pgoff = 3059134464, inode = 0 }
-vm_state.vm_map: 23329.180294472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059138560, end = 3059146752, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.180296516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059146752, end = 3059150848, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.180298615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059150848, end = 3059154944, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.180300739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059154944, end = 3059240960, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.180302795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059240960, end = 3059245056, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.180304870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059245056, end = 3059249152, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.180306988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059249152, end = 3059257344, flags = 1048691, pgoff = 3059249152, inode = 0 }
-vm_state.vm_map: 23329.180309161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059257344, end = 3059994624, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.180311378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059994624, end = 3059998720, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.180313656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3059998720, end = 3060027392, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.180315768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060027392, end = 3060031488, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.180317805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060031488, end = 3060035584, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.180320454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060035584, end = 3060051968, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.180322393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060051968, end = 3060056064, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.180324437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060056064, end = 3060060160, flags = 1048691, pgoff = 3060056064, inode = 0 }
-vm_state.vm_map: 23329.180326851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060060160, end = 3060137984, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.180328802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060137984, end = 3060142080, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.180330951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3060142080, end = 3061456896, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.180332896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3061456896, end = 3061465088, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.180334977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3061465088, end = 3061469184, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.180336916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3061469184, end = 3061481472, flags = 1048691, pgoff = 3061469184, inode = 0 }
-vm_state.vm_map: 23329.180339027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3061481472, end = 3062419456, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.180341096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3062419456, end = 3062435840, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.180343046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3062435840, end = 3062439936, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.180344980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3062439936, end = 3062468608, flags = 1048691, pgoff = 3062439936, inode = 0 }
-vm_state.vm_map: 23329.180347053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3062468608, end = 3062882304, flags = 134217845, pgoff = 0, inode = 1065120 }
-vm_state.vm_map: 23329.180349116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3062882304, end = 3062890496, flags = 135266419, pgoff = 409600, inode = 1065120 }
-vm_state.vm_map: 23329.180351172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3062890496, end = 3065192448, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.180353445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3065192448, end = 3065237504, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.180355599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3065237504, end = 3065704448, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.180357729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3065704448, end = 3065712640, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.180359785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3065712640, end = 3065716736, flags = 1048691, pgoff = 3065712640, inode = 0 }
-vm_state.vm_map: 23329.180361848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3065716736, end = 3075756032, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.180363811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3075756032, end = 3075915776, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.180365830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3075915776, end = 3075923968, flags = 1048691, pgoff = 3075915776, inode = 0 }
-vm_state.vm_map: 23329.180367985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3075923968, end = 3078234112, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.180369924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078234112, end = 3078262784, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.180371857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078262784, end = 3078266880, flags = 1048691, pgoff = 3078262784, inode = 0 }
-vm_state.vm_map: 23329.180374110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078266880, end = 3078299648, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.180376068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078299648, end = 3078303744, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.180378222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078303744, end = 3078311936, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.180380155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078311936, end = 3078316032, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.180385891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078316032, end = 3078324224, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.180388355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078324224, end = 3078328320, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.180390300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078328320, end = 3078332416, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.180392529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078332416, end = 3078361088, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.180394610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078361088, end = 3078369280, flags = 1048691, pgoff = 3078361088, inode = 0 }
-vm_state.vm_map: 23329.180396592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078369280, end = 3078373376, flags = 67371125, pgoff = 3078369280, inode = 0 }
-vm_state.vm_map: 23329.180398728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078373376, end = 3078488064, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.180400883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078488064, end = 3078492160, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.180403038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3078492160, end = 3078496256, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.180405020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2260, start = 3219922944, end = 3220008960, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.180407873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 134512640, end = 134533120, flags = 134223989, pgoff = 0, inode = 1352628 }
-vm_state.vm_map: 23329.180410133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 134533120, end = 134537216, flags = 135272563, pgoff = 16384, inode = 1352628 }
-vm_state.vm_map: 23329.180412108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 161308672, end = 162385920, flags = 1048691, pgoff = 161308672, inode = 0 }
-vm_state.vm_map: 23329.180414287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3036438528, end = 3036442624, flags = 1048688, pgoff = 3036438528, inode = 0 }
-vm_state.vm_map: 23329.180416332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3036442624, end = 3044831232, flags = 1048691, pgoff = 3036442624, inode = 0 }
-vm_state.vm_map: 23329.180418610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3044831232, end = 3044872192, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.180420659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3044872192, end = 3044876288, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.180422957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3044876288, end = 3044880384, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.180425265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3044880384, end = 3044917248, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.180427278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3044917248, end = 3044921344, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.180429464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3044921344, end = 3044925440, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.180431804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3044925440, end = 3045003264, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.180433743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3045003264, end = 3045007360, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.180435707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3045007360, end = 3045011456, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.180437818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3045011456, end = 3045019648, flags = 1048691, pgoff = 3045011456, inode = 0 }
-vm_state.vm_map: 23329.180440035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3045019648, end = 3045044224, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.180441986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3045044224, end = 3045048320, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.180444166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3045048320, end = 3045052416, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.180463387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3045052416, end = 3047088128, flags = 134217937, pgoff = 0, inode = 41242 }
-vm_state.vm_map: 23329.180465826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047088128, end = 3047313408, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.180467932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047313408, end = 3047317504, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.180469963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047317504, end = 3047321600, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.180472279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047321600, end = 3047522304, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 23329.180474822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047522304, end = 3047526400, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 23329.180477156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047526400, end = 3047550976, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.180479250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047550976, end = 3047555072, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.180481749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047596032, end = 3047645184, flags = 134217845, pgoff = 0, inode = 1114257 }
-vm_state.vm_map: 23329.180483812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047645184, end = 3047649280, flags = 135266419, pgoff = 45056, inode = 1114257 }
-vm_state.vm_map: 23329.180486103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047649280, end = 3047653376, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.180488240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047653376, end = 3047677952, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.180490568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047677952, end = 3047682048, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.180492722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047682048, end = 3047686144, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.180494944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047686144, end = 3047690240, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.180497235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047690240, end = 3047694336, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.180499427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047694336, end = 3047702528, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.180501526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047702528, end = 3047735296, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.180504027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047735296, end = 3047747584, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.180506139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047747584, end = 3047755776, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.180508386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047755776, end = 3047759872, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.180510875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047759872, end = 3047763968, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.180513085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047763968, end = 3047768064, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.180515320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047768064, end = 3047796736, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.180517531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047796736, end = 3047809024, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.180519667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047809024, end = 3047813120, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.180521915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047813120, end = 3047821312, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.180524076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047821312, end = 3047825408, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.180526274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047825408, end = 3047829504, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.180528386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047829504, end = 3047841792, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.180530627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047841792, end = 3047849984, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.180532899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047849984, end = 3047882752, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.180535141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047882752, end = 3047903232, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.180537302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047903232, end = 3047911424, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.180539543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047911424, end = 3047940096, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.180541785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047940096, end = 3047985152, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.180544026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3047985152, end = 3048042496, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.180546471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3048042496, end = 3048054784, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.180548558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3048054784, end = 3048112128, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.180550861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3048112128, end = 3049443328, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.180552979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049443328, end = 3049455616, flags = 1048691, pgoff = 3049443328, inode = 0 }
-vm_state.vm_map: 23329.180555301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049455616, end = 3049472000, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.180557338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049472000, end = 3049476096, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.180559512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049476096, end = 3049492480, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.180561605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049492480, end = 3049496576, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.180563882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049496576, end = 3049529344, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.180565847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049529344, end = 3049533440, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.180567965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049533440, end = 3049537536, flags = 1048691, pgoff = 3049533440, inode = 0 }
-vm_state.vm_map: 23329.180570285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049537536, end = 3049553920, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.180572341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049553920, end = 3049558016, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.180574664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049558016, end = 3049889792, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.180576608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049889792, end = 3049897984, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.180579005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049897984, end = 3049996288, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.180581350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3049996288, end = 3050000384, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.180583678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050000384, end = 3050147840, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.180585716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050147840, end = 3050156032, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.180587926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050156032, end = 3050168320, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.180589920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050168320, end = 3050172416, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.180592199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050172416, end = 3050176512, flags = 1048691, pgoff = 3050172416, inode = 0 }
-vm_state.vm_map: 23329.180594378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050176512, end = 3050184704, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.180596478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050184704, end = 3050188800, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.180598713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050188800, end = 3050508288, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.180600819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050508288, end = 3050524672, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.180606234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050524672, end = 3050717184, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.180608284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050717184, end = 3050721280, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.180610574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3050721280, end = 3054317568, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.180612674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3054317568, end = 3054415872, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.180614613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3054415872, end = 3054419968, flags = 1048691, pgoff = 3054415872, inode = 0 }
-vm_state.vm_map: 23329.180617076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3054419968, end = 3054706688, flags = 134217845, pgoff = 0, inode = 20877 }
-vm_state.vm_map: 23329.180619138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3054706688, end = 3054714880, flags = 135266419, pgoff = 282624, inode = 20877 }
-vm_state.vm_map: 23329.180621182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3054714880, end = 3054718976, flags = 1048691, pgoff = 3054714880, inode = 0 }
-vm_state.vm_map: 23329.180623362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3054718976, end = 3055652864, flags = 134217845, pgoff = 0, inode = 20876 }
-vm_state.vm_map: 23329.180625295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3055652864, end = 3055665152, flags = 135266419, pgoff = 933888, inode = 20876 }
-vm_state.vm_map: 23329.180627567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3055665152, end = 3055726592, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.180629623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3055726592, end = 3055730688, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.180631919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3055730688, end = 3056861184, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.180634025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3056861184, end = 3056877568, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.180636298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3056877568, end = 3057147904, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.180638235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3057147904, end = 3057156096, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.180640353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3057156096, end = 3058307072, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.180642447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058307072, end = 3058323456, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.180644609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058323456, end = 3058327552, flags = 1048691, pgoff = 3058323456, inode = 0 }
-vm_state.vm_map: 23329.180646844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058327552, end = 3058380800, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.180648936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058380800, end = 3058384896, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.180651554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058384896, end = 3058569216, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.180653542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058569216, end = 3058577408, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.180655864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058577408, end = 3058610176, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.180657858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058610176, end = 3058614272, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.180660186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058614272, end = 3058700288, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.180662273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058700288, end = 3058704384, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.180664372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058704384, end = 3058712576, flags = 1048691, pgoff = 3058704384, inode = 0 }
-vm_state.vm_map: 23329.180666620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058712576, end = 3058741248, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.180668713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058741248, end = 3058745344, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.180670961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058745344, end = 3058987008, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.180673066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058987008, end = 3058991104, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.180675184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058991104, end = 3058995200, flags = 1048691, pgoff = 3058991104, inode = 0 }
-vm_state.vm_map: 23329.180677524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3058995200, end = 3059466240, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.180679475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059466240, end = 3059482624, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.180681704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059482624, end = 3059625984, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.180683797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059625984, end = 3059630080, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.180686415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059630080, end = 3059716096, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.180688330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059716096, end = 3059720192, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.180690552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059720192, end = 3059834880, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.180692639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059834880, end = 3059838976, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.180694844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059838976, end = 3059986432, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.180696875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059986432, end = 3059990528, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.180698975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059990528, end = 3059994624, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.180701247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059994624, end = 3059998720, flags = 1048691, pgoff = 3059994624, inode = 0 }
-vm_state.vm_map: 23329.180703494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3059998720, end = 3060006912, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.180705433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060006912, end = 3060011008, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.180707545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060011008, end = 3060015104, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.180712027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060015104, end = 3060101120, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.180714176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060101120, end = 3060105216, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.180716213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060105216, end = 3060109312, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.180718300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060109312, end = 3060117504, flags = 1048691, pgoff = 3060109312, inode = 0 }
-vm_state.vm_map: 23329.180721011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060117504, end = 3060854784, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.180723184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060854784, end = 3060858880, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.180725321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060858880, end = 3060887552, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.180727358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060887552, end = 3060891648, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.180729531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060891648, end = 3060895744, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.180731699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060895744, end = 3060912128, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.180749667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060912128, end = 3060916224, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.180751840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060916224, end = 3060920320, flags = 1048691, pgoff = 3060916224, inode = 0 }
-vm_state.vm_map: 23329.180754106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060920320, end = 3060998144, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.180756150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3060998144, end = 3061002240, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.180758379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3061002240, end = 3062317056, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.180760472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3062317056, end = 3062325248, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.180762491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3062325248, end = 3062329344, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.180764659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3062329344, end = 3062341632, flags = 1048691, pgoff = 3062329344, inode = 0 }
-vm_state.vm_map: 23329.180766974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3062341632, end = 3063279616, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.180769154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3063279616, end = 3063296000, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.180771512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3063296000, end = 3063300096, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.180773698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3063300096, end = 3063328768, flags = 1048691, pgoff = 3063300096, inode = 0 }
-vm_state.vm_map: 23329.180776001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3063328768, end = 3063742464, flags = 134217845, pgoff = 0, inode = 1065120 }
-vm_state.vm_map: 23329.180778039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3063742464, end = 3063750656, flags = 135266419, pgoff = 409600, inode = 1065120 }
-vm_state.vm_map: 23329.180780347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3063750656, end = 3066052608, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.180782428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3066052608, end = 3066097664, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.180784595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3066097664, end = 3066564608, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.180786591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3066564608, end = 3066572800, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.180788863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3066572800, end = 3066576896, flags = 1048691, pgoff = 3066572800, inode = 0 }
-vm_state.vm_map: 23329.180791154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3066576896, end = 3076616192, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.180793184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3076616192, end = 3076775936, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.180795284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3076775936, end = 3076784128, flags = 1048691, pgoff = 3076775936, inode = 0 }
-vm_state.vm_map: 23329.180797452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3076784128, end = 3079094272, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.180799409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079094272, end = 3079122944, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.180801427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079122944, end = 3079127040, flags = 1048691, pgoff = 3079122944, inode = 0 }
-vm_state.vm_map: 23329.180803804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079127040, end = 3079159808, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.180806169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.180808262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079163904, end = 3079172096, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.180810436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079172096, end = 3079176192, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.180812622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079176192, end = 3079184384, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.180814622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079184384, end = 3079188480, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.180816728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079188480, end = 3079192576, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.180818920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079192576, end = 3079221248, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.180820877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079221248, end = 3079229440, flags = 1048691, pgoff = 3079221248, inode = 0 }
-vm_state.vm_map: 23329.180823131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079229440, end = 3079233536, flags = 67371125, pgoff = 3079229440, inode = 0 }
-vm_state.vm_map: 23329.180825495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079233536, end = 3079348224, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.180827521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079348224, end = 3079352320, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.180829731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3079352320, end = 3079356416, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.180831781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2261, start = 3217543168, end = 3217629184, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.180834387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 23329.180836573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 23329.180838530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 23329.180840864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 153337856, end = 155615232, flags = 1048691, pgoff = 153337856, inode = 0 }
-vm_state.vm_map: 23329.180843315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2998910976, end = 2998951936, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.180845316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2998951936, end = 2998956032, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.180847279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2998956032, end = 2998960128, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.180849681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2998960128, end = 2998996992, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.180851668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2998996992, end = 2999001088, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.180853675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2999001088, end = 2999005184, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.180855918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2999005184, end = 2999029760, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.180857973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2999029760, end = 2999033856, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.180860073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2999033856, end = 2999037952, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.180862202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 2999037952, end = 3015278592, flags = 134217979, pgoff = 0, inode = 1204696 }
-vm_state.vm_map: 23329.180864493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3015278592, end = 3019575296, flags = 134217979, pgoff = 0, inode = 1204694 }
-vm_state.vm_map: 23329.180866686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019575296, end = 3019776000, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 23329.180868618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019776000, end = 3019780096, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 23329.180870840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019780096, end = 3019812864, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.180872798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019812864, end = 3019816960, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.180875317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019816960, end = 3019841536, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.180877256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019841536, end = 3019845632, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.180879559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019857920, end = 3019939840, flags = 134217841, pgoff = 0, inode = 98443 }
-vm_state.vm_map: 23329.180881597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019939840, end = 3019943936, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.180883653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019943936, end = 3019968512, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.180885740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019968512, end = 3019972608, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.180887956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019972608, end = 3019976704, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.180890093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019976704, end = 3019980800, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.180892334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019980800, end = 3019984896, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.180894495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019984896, end = 3019993088, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.180896774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3019993088, end = 3020025856, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.180898929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020025856, end = 3020038144, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.180901028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020038144, end = 3020046336, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.180903214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020046336, end = 3020050432, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.180905696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020050432, end = 3020054528, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.180907937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020054528, end = 3020058624, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.180910493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020058624, end = 3020087296, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.180912587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020087296, end = 3020099584, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.180914877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020099584, end = 3020103680, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.180916995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020103680, end = 3020111872, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.180919181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020111872, end = 3020115968, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.180921367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020115968, end = 3020120064, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.180923491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020120064, end = 3020132352, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.180925683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020132352, end = 3020140544, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.180927862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020140544, end = 3020173312, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.180929979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020173312, end = 3020193792, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.180932141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020193792, end = 3020201984, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.180934358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020201984, end = 3020230656, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.180936587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020230656, end = 3020275712, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.180938767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020275712, end = 3020333056, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.180940982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020333056, end = 3020402688, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.180942983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020402688, end = 3020406784, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.180945416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020406784, end = 3020410880, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.180947534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020410880, end = 3020419072, flags = 1048691, pgoff = 3020410880, inode = 0 }
-vm_state.vm_map: 23329.180949961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020419072, end = 3020439552, flags = 134217845, pgoff = 0, inode = 23692 }
-vm_state.vm_map: 23329.180951974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020439552, end = 3020443648, flags = 135266419, pgoff = 16384, inode = 23692 }
-vm_state.vm_map: 23329.180954486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020443648, end = 3020607488, flags = 134217845, pgoff = 0, inode = 21283 }
-vm_state.vm_map: 23329.180956524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020607488, end = 3020611584, flags = 135266419, pgoff = 159744, inode = 21283 }
-vm_state.vm_map: 23329.180958833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3020611584, end = 3021574144, flags = 134217845, pgoff = 0, inode = 21285 }
-vm_state.vm_map: 23329.180961031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3021574144, end = 3021631488, flags = 135266419, pgoff = 962560, inode = 21285 }
-vm_state.vm_map: 23329.180963415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3021631488, end = 3021955072, flags = 134217845, pgoff = 0, inode = 21280 }
-vm_state.vm_map: 23329.180965421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3021955072, end = 3021959168, flags = 135266419, pgoff = 323584, inode = 21280 }
-vm_state.vm_map: 23329.180967687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3021959168, end = 3022036992, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.180969953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022036992, end = 3022041088, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.180971991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022041088, end = 3022045184, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.180974029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022045184, end = 3022053376, flags = 1048691, pgoff = 3022045184, inode = 0 }
-vm_state.vm_map: 23329.180976480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022053376, end = 3022065664, flags = 134217845, pgoff = 0, inode = 499779 }
-vm_state.vm_map: 23329.180978400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022065664, end = 3022069760, flags = 135266419, pgoff = 8192, inode = 499779 }
-vm_state.vm_map: 23329.180981265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022069760, end = 3022090240, flags = 134217845, pgoff = 0, inode = 18127 }
-vm_state.vm_map: 23329.180983315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022090240, end = 3022094336, flags = 135266419, pgoff = 16384, inode = 18127 }
-vm_state.vm_map: 23329.180985384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022094336, end = 3022319616, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.180987310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022319616, end = 3022323712, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.180989502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022323712, end = 3022327808, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.180991774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022327808, end = 3022344192, flags = 134217845, pgoff = 0, inode = 21276 }
-vm_state.vm_map: 23329.180993695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022344192, end = 3022348288, flags = 135266419, pgoff = 12288, inode = 21276 }
-vm_state.vm_map: 23329.180995961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022348288, end = 3022745600, flags = 134217845, pgoff = 0, inode = 24050 }
-vm_state.vm_map: 23329.180998042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022745600, end = 3022753792, flags = 135266419, pgoff = 397312, inode = 24050 }
-vm_state.vm_map: 23329.181000011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022753792, end = 3022770176, flags = 1048691, pgoff = 3022753792, inode = 0 }
-vm_state.vm_map: 23329.181002395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022770176, end = 3022798848, flags = 134217845, pgoff = 0, inode = 499851 }
-vm_state.vm_map: 23329.181004432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022798848, end = 3022802944, flags = 135266419, pgoff = 28672, inode = 499851 }
-vm_state.vm_map: 23329.181006803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3022802944, end = 3023106048, flags = 134217845, pgoff = 0, inode = 24049 }
-vm_state.vm_map: 23329.181008866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3023106048, end = 3023110144, flags = 135266419, pgoff = 299008, inode = 24049 }
-vm_state.vm_map: 23329.181011186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3023110144, end = 3023912960, flags = 134217845, pgoff = 0, inode = 21274 }
-vm_state.vm_map: 23329.181013175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3023912960, end = 3023929344, flags = 135266419, pgoff = 802816, inode = 21274 }
-vm_state.vm_map: 23329.181015848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
-vm_state.vm_map: 23329.181018423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024171008, end = 3024433152, flags = 134217845, pgoff = 0, inode = 24048 }
-vm_state.vm_map: 23329.181020528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024433152, end = 3024437248, flags = 135266419, pgoff = 262144, inode = 24048 }
-vm_state.vm_map: 23329.181022956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024437248, end = 3024519168, flags = 134217845, pgoff = 0, inode = 19186 }
-vm_state.vm_map: 23329.181025178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024519168, end = 3024523264, flags = 135266419, pgoff = 77824, inode = 19186 }
-vm_state.vm_map: 23329.181027802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024523264, end = 3024826368, flags = 134217845, pgoff = 0, inode = 24371 }
-vm_state.vm_map: 23329.181029938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024826368, end = 3024838656, flags = 135266419, pgoff = 303104, inode = 24371 }
-vm_state.vm_map: 23329.181032081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 23329.181034304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 23329.181036292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 23329.181038397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 23329.181040497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
-vm_state.vm_map: 23329.181042639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
-vm_state.vm_map: 23329.181044745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
-vm_state.vm_map: 23329.181046943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 23329.181048888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 23329.181051438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 23329.181053426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 23329.181055520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 23329.181057570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 23329.181059866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 23329.181065109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 23329.181067159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
-vm_state.vm_map: 23329.181069264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 23329.181071555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 23329.181073827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3042295808, end = 3042304000, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.181075939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3042304000, end = 3042308096, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.181078050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3042308096, end = 3042320384, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.181080347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3042320384, end = 3042377728, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.181082378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 23329.181084602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 23329.181087003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.181089188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
-vm_state.vm_map: 23329.181091362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.181093356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.181095493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.181097654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.181099753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.181101815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.181104051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.181106119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.181108120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
-vm_state.vm_map: 23329.181110231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 23329.181112454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 23329.181114535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.181116591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.181118635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.181121154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.181123297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.181125408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.181127502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.181129459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.181131404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
-vm_state.vm_map: 23329.181133367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.181135454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.181137430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.181139388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.181141362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.181143617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.181145840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.181147909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.181149860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.181152113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.181154724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
-vm_state.vm_map: 23329.181156842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.181158985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.181160942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.181162936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.181165148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.181167197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.181169234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.181171457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.181173489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
-vm_state.vm_map: 23329.181175631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.181177626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.181179706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
-vm_state.vm_map: 23329.181181781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.181183893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.181185961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.181188400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.181190512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.181195013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.181197076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.181199206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.181201274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
-vm_state.vm_map: 23329.181203306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
-vm_state.vm_map: 23329.181205454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
-vm_state.vm_map: 23329.181207554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 23329.181209548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 23329.181211641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
-vm_state.vm_map: 23329.181213747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 23329.181215784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 23329.181217810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.181220013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.181222434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.181224441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.181226688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.181228677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.181230819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
-vm_state.vm_map: 23329.181232949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.181235054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.181237099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.181239309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.181241371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.181243483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.181245625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.181247805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.181249818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.181252016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.181254158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.181256523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.181258616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
-vm_state.vm_map: 23329.181260765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.181262753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.181264847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.181266964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
-vm_state.vm_map: 23329.181269051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.181271070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.181273250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.181275288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.181277313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.181279499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.181281493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.181283562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.181285587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.181287822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.181290156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.181292409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.181294447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
-vm_state.vm_map: 23329.181296589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.181298762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.181300752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.181302981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
-vm_state.vm_map: 23329.181305011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.181307105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.181309229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
-vm_state.vm_map: 23329.181311359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.181313390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.181315397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
-vm_state.vm_map: 23329.181317607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 23329.181319609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 23329.181321713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
-vm_state.vm_map: 23329.181324189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.181326276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.181328258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 23329.181330561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 23329.181332574 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
-vm_state.vm_map: 23329.181334680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.181336798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.181338866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.181340879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.181343102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
-vm_state.vm_map: 23329.181345491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079135232, end = 3079147520, flags = 134217845, pgoff = 0, inode = 24046 }
-vm_state.vm_map: 23329.181347498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079147520, end = 3079151616, flags = 135266419, pgoff = 8192, inode = 24046 }
-vm_state.vm_map: 23329.181349715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.181351808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.181353938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 23329.181355976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 23329.181358427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.181360514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.181362546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.181364663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.181366750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
-vm_state.vm_map: 23329.181368695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
-vm_state.vm_map: 23329.181371023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.181373060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.181375173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.181377118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2263, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.181382650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 134512640, end = 135245824, flags = 134223989, pgoff = 0, inode = 1368228 }
-vm_state.vm_map: 23329.181384681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 135245824, end = 135315456, flags = 135272563, pgoff = 729088, inode = 1368228 }
-vm_state.vm_map: 23329.181386787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 135315456, end = 135327744, flags = 1048691, pgoff = 135315456, inode = 0 }
-vm_state.vm_map: 23329.181388935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 159870976, end = 160952320, flags = 1048691, pgoff = 159870976, inode = 0 }
-vm_state.vm_map: 23329.181391145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060703232, end = 3060723712, flags = 1048691, pgoff = 3060703232, inode = 0 }
-vm_state.vm_map: 23329.181393973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060723712, end = 3060785152, flags = 134217841, pgoff = 0, inode = 649749 }
-vm_state.vm_map: 23329.181398956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060785152, end = 3060793344, flags = 134217845, pgoff = 0, inode = 87435 }
-vm_state.vm_map: 23329.181400994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060793344, end = 3060797440, flags = 135266419, pgoff = 4096, inode = 87435 }
-vm_state.vm_map: 23329.181403136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060797440, end = 3060801536, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.181405347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060801536, end = 3060826112, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.181407551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060826112, end = 3060830208, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.181409724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060830208, end = 3060834304, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.181411861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060834304, end = 3060838400, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.181414182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060838400, end = 3060842496, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.181416344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060842496, end = 3060850688, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.181418597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060850688, end = 3060883456, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.181420888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060883456, end = 3060895744, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.181423265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060895744, end = 3060903936, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.181425432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060903936, end = 3060908032, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.181427859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060908032, end = 3060912128, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.181430514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060912128, end = 3060916224, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.181432737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060916224, end = 3060944896, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.181435089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060944896, end = 3060957184, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.181437256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060957184, end = 3060961280, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.181439399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060961280, end = 3060969472, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.181441553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060969472, end = 3060973568, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.181443887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060973568, end = 3060977664, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.181446025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060977664, end = 3060989952, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.181448234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060989952, end = 3060998144, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.181450364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3060998144, end = 3061030912, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.181452570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061030912, end = 3061051392, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.181454600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061051392, end = 3061059584, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.181456849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061059584, end = 3061088256, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.181458979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061088256, end = 3061133312, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.181461202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061133312, end = 3061190656, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.181463436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061190656, end = 3061202944, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.181466184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061202944, end = 3061260288, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.181468660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061260288, end = 3061653504, flags = 134217979, pgoff = 0, inode = 262145 }
-vm_state.vm_map: 23329.181518927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3061653504, end = 3062046720, flags = 134217979, pgoff = 0, inode = 229376 }
-vm_state.vm_map: 23329.181521539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062046720, end = 3062075392, flags = 134217845, pgoff = 0, inode = 1065218 }
-vm_state.vm_map: 23329.181523693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062075392, end = 3062079488, flags = 135266419, pgoff = 28672, inode = 1065218 }
-vm_state.vm_map: 23329.181529163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062079488, end = 3062132736, flags = 134217845, pgoff = 0, inode = 24466 }
-vm_state.vm_map: 23329.181531214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062132736, end = 3062136832, flags = 135266419, pgoff = 49152, inode = 24466 }
-vm_state.vm_map: 23329.181533437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062136832, end = 3062157312, flags = 134217845, pgoff = 0, inode = 23692 }
-vm_state.vm_map: 23329.181535493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062157312, end = 3062161408, flags = 135266419, pgoff = 16384, inode = 23692 }
-vm_state.vm_map: 23329.181537770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062161408, end = 3062325248, flags = 134217845, pgoff = 0, inode = 21283 }
-vm_state.vm_map: 23329.181539802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062325248, end = 3062329344, flags = 135266419, pgoff = 159744, inode = 21283 }
-vm_state.vm_map: 23329.181542370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062329344, end = 3062390784, flags = 134217845, pgoff = 0, inode = 1065430 }
-vm_state.vm_map: 23329.181544470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062390784, end = 3062394880, flags = 135266419, pgoff = 57344, inode = 1065430 }
-vm_state.vm_map: 23329.181549076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062427648, end = 3062452224, flags = 134217845, pgoff = 0, inode = 87514 }
-vm_state.vm_map: 23329.181551663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062452224, end = 3062456320, flags = 135266419, pgoff = 20480, inode = 87514 }
-vm_state.vm_map: 23329.181554028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062456320, end = 3062489088, flags = 134217841, pgoff = 0, inode = 74138 }
-vm_state.vm_map: 23329.181556479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062489088, end = 3062530048, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.181558554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062530048, end = 3062534144, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.181560548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062534144, end = 3062538240, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.181562889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062538240, end = 3062575104, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.181564920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062575104, end = 3062579200, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.181567007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062579200, end = 3062583296, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.181569341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062583296, end = 3062661120, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.181571311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062661120, end = 3062665216, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.181573317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062665216, end = 3062669312, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.181575423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062669312, end = 3062677504, flags = 1048691, pgoff = 3062669312, inode = 0 }
-vm_state.vm_map: 23329.181577689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062677504, end = 3062702080, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.181579628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062702080, end = 3062706176, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.181581832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062706176, end = 3062710272, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.181584123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062726656, end = 3062755328, flags = 134217845, pgoff = 0, inode = 23696 }
-vm_state.vm_map: 23329.181586494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062755328, end = 3062759424, flags = 135266419, pgoff = 24576, inode = 23696 }
-vm_state.vm_map: 23329.181588945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062759424, end = 3062775808, flags = 134217845, pgoff = 0, inode = 1065432 }
-vm_state.vm_map: 23329.181590933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062775808, end = 3062779904, flags = 135266419, pgoff = 12288, inode = 1065432 }
-vm_state.vm_map: 23329.181595576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062779904, end = 3062800384, flags = 134217845, pgoff = 0, inode = 314599 }
-vm_state.vm_map: 23329.181597732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062800384, end = 3062804480, flags = 135266419, pgoff = 16384, inode = 314599 }
-vm_state.vm_map: 23329.181600084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062804480, end = 3062943744, flags = 134217841, pgoff = 0, inode = 74520 }
-vm_state.vm_map: 23329.181602239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3062943744, end = 3064274944, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.181604350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064274944, end = 3064287232, flags = 1048691, pgoff = 3064274944, inode = 0 }
-vm_state.vm_map: 23329.181606537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064287232, end = 3064303616, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.181608641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064303616, end = 3064307712, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.181610765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064307712, end = 3064315904, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.181612864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064315904, end = 3064320000, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.181615075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064320000, end = 3064332288, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 23329.181617045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064332288, end = 3064336384, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 23329.181619372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064336384, end = 3064397824, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 23329.181621768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064397824, end = 3064401920, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 23329.181623775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064401920, end = 3064406016, flags = 1048691, pgoff = 3064401920, inode = 0 }
-vm_state.vm_map: 23329.181626041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064406016, end = 3064418304, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.181628066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064418304, end = 3064422400, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.181630326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064422400, end = 3064569856, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.181632438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064569856, end = 3064578048, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.181634667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064578048, end = 3064676352, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.181636618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064676352, end = 3064680448, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.181638933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064680448, end = 3064705024, flags = 134217845, pgoff = 0, inode = 22612 }
-vm_state.vm_map: 23329.181712163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064705024, end = 3064709120, flags = 135266419, pgoff = 20480, inode = 22612 }
-vm_state.vm_map: 23329.181718461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064709120, end = 3064721408, flags = 134217845, pgoff = 0, inode = 21323 }
-vm_state.vm_map: 23329.181720529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064721408, end = 3064725504, flags = 135266419, pgoff = 8192, inode = 21323 }
-vm_state.vm_map: 23329.181722789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064725504, end = 3064729600, flags = 1048691, pgoff = 3064725504, inode = 0 }
-vm_state.vm_map: 23329.181725228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064729600, end = 3064872960, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.181727272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064872960, end = 3064877056, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.181730396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064877056, end = 3064954880, flags = 134217845, pgoff = 0, inode = 24576 }
-vm_state.vm_map: 23329.181732625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064954880, end = 3064958976, flags = 135266419, pgoff = 77824, inode = 24576 }
-vm_state.vm_map: 23329.181735120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064958976, end = 3064991744, flags = 134217845, pgoff = 0, inode = 24194 }
-vm_state.vm_map: 23329.181737169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064991744, end = 3064995840, flags = 135266419, pgoff = 28672, inode = 24194 }
-vm_state.vm_map: 23329.181739609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3064995840, end = 3065462784, flags = 134217845, pgoff = 0, inode = 23967 }
-vm_state.vm_map: 23329.181741702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065462784, end = 3065470976, flags = 135266419, pgoff = 462848, inode = 23967 }
-vm_state.vm_map: 23329.181743770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065470976, end = 3065475072, flags = 1048691, pgoff = 3065470976, inode = 0 }
-vm_state.vm_map: 23329.181746245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065475072, end = 3065831424, flags = 134217845, pgoff = 0, inode = 1065307 }
-vm_state.vm_map: 23329.181748320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065831424, end = 3065839616, flags = 135266419, pgoff = 356352, inode = 1065307 }
-vm_state.vm_map: 23329.181750333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065839616, end = 3065843712, flags = 1048691, pgoff = 3065839616, inode = 0 }
-vm_state.vm_map: 23329.181752710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065843712, end = 3065942016, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.181754822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065942016, end = 3065946112, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.181756823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065946112, end = 3065950208, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.181759144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3065950208, end = 3066019840, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.181761317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066019840, end = 3066023936, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.181763312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066023936, end = 3066028032, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.181765726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066028032, end = 3066036224, flags = 1048691, pgoff = 3066028032, inode = 0 }
-vm_state.vm_map: 23329.181768103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066036224, end = 3066228736, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.181770147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066228736, end = 3066232832, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.181772370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066232832, end = 3066241024, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.181774543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066241024, end = 3066245120, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.181776532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066245120, end = 3066249216, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.181778828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066249216, end = 3066327040, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.181780922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066327040, end = 3066331136, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.181782972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066331136, end = 3066335232, flags = 1048691, pgoff = 3066331136, inode = 0 }
-vm_state.vm_map: 23329.181785423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066335232, end = 3066368000, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.181787436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066368000, end = 3066372096, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.181789794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066372096, end = 3066396672, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.181791956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066396672, end = 3066400768, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.181794222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066400768, end = 3066433536, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.181796358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066433536, end = 3066437632, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.181798612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066437632, end = 3066445824, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.181801100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066445824, end = 3066449920, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.181803335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066449920, end = 3066482688, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.181805385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066482688, end = 3066486784, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.181807491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066486784, end = 3066540032, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.181809609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066540032, end = 3066544128, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.181811714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066544128, end = 3066548224, flags = 1048691, pgoff = 3066544128, inode = 0 }
-vm_state.vm_map: 23329.181813900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066548224, end = 3066564608, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.181816147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066564608, end = 3066568704, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.181818309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066568704, end = 3066576896, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.181820408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066576896, end = 3066580992, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.181822939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066580992, end = 3066589184, flags = 134217845, pgoff = 0, inode = 17721 }
-vm_state.vm_map: 23329.181825033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066589184, end = 3066593280, flags = 135266419, pgoff = 4096, inode = 17721 }
-vm_state.vm_map: 23329.181827273 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3066593280, end = 3067056128, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 23329.181829261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3067056128, end = 3067068416, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 23329.181831521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3067068416, end = 3067674624, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 23329.181833701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3067674624, end = 3067691008, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 23329.181836227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3067691008, end = 3069005824, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.181838177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069005824, end = 3069014016, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.181840129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069014016, end = 3069018112, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.181842259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069018112, end = 3069034496, flags = 1048691, pgoff = 3069018112, inode = 0 }
-vm_state.vm_map: 23329.181844494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069034496, end = 3069120512, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.181846451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069120512, end = 3069124608, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.181848526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069124608, end = 3069128704, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.181850638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069128704, end = 3069136896, flags = 1048691, pgoff = 3069128704, inode = 0 }
-vm_state.vm_map: 23329.181853009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3069136896, end = 3070287872, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.181855127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070287872, end = 3070304256, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.181859720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070304256, end = 3070328832, flags = 134217845, pgoff = 0, inode = 17404 }
-vm_state.vm_map: 23329.181861777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070328832, end = 3070332928, flags = 135266419, pgoff = 20480, inode = 17404 }
-vm_state.vm_map: 23329.181864166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070332928, end = 3070369792, flags = 134217845, pgoff = 0, inode = 22478 }
-vm_state.vm_map: 23329.181866284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070369792, end = 3070373888, flags = 135266419, pgoff = 32768, inode = 22478 }
-vm_state.vm_map: 23329.181868464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070373888, end = 3070459904, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.181870970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070459904, end = 3070464000, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.181873107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070464000, end = 3070476288, flags = 1048691, pgoff = 3070464000, inode = 0 }
-vm_state.vm_map: 23329.181875293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070476288, end = 3070504960, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.181877349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070504960, end = 3070509056, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.181879652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3070509056, end = 3071246336, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.181881862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071246336, end = 3071250432, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.181884195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071250432, end = 3071279104, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.181886228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071279104, end = 3071283200, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.181888444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071283200, end = 3071287296, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.181890593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071287296, end = 3071303680, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.181892798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071303680, end = 3071307776, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.181895162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071307776, end = 3071320064, flags = 134217845, pgoff = 0, inode = 19626 }
-vm_state.vm_map: 23329.181897256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071320064, end = 3071324160, flags = 135266419, pgoff = 8192, inode = 19626 }
-vm_state.vm_map: 23329.181899477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071324160, end = 3071565824, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.181901484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071565824, end = 3071569920, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.181903583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071569920, end = 3071574016, flags = 1048691, pgoff = 3071569920, inode = 0 }
-vm_state.vm_map: 23329.181906178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071574016, end = 3071758336, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.181908326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071758336, end = 3071766528, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.181910487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3071766528, end = 3072237568, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.181912593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3072237568, end = 3072253952, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.181917501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3072253952, end = 3072524288, flags = 134217845, pgoff = 0, inode = 22793 }
-vm_state.vm_map: 23329.181919551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3072524288, end = 3072532480, flags = 135266419, pgoff = 266240, inode = 22793 }
-vm_state.vm_map: 23329.181922144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3072532480, end = 3073011712, flags = 134217845, pgoff = 0, inode = 21325 }
-vm_state.vm_map: 23329.181924237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073011712, end = 3073019904, flags = 135266419, pgoff = 479232, inode = 21325 }
-vm_state.vm_map: 23329.181926516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073019904, end = 3073617920, flags = 134217845, pgoff = 0, inode = 19628 }
-vm_state.vm_map: 23329.181928609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073617920, end = 3073626112, flags = 135266419, pgoff = 598016, inode = 19628 }
-vm_state.vm_map: 23329.181930677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073626112, end = 3073630208, flags = 1048691, pgoff = 3073626112, inode = 0 }
-vm_state.vm_map: 23329.181935419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073630208, end = 3073671168, flags = 134217845, pgoff = 0, inode = 22795 }
-vm_state.vm_map: 23329.181937525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073671168, end = 3073675264, flags = 135266419, pgoff = 36864, inode = 22795 }
-vm_state.vm_map: 23329.181939655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073675264, end = 3073822720, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.181942162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073822720, end = 3073826816, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.181944181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073826816, end = 3073830912, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.181946620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073830912, end = 3073929216, flags = 134217845, pgoff = 0, inode = 22669 }
-vm_state.vm_map: 23329.181948590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073929216, end = 3073933312, flags = 135266419, pgoff = 94208, inode = 22669 }
-vm_state.vm_map: 23329.181951115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3073933312, end = 3074080768, flags = 134217845, pgoff = 0, inode = 22796 }
-vm_state.vm_map: 23329.181953085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3074080768, end = 3074084864, flags = 135266419, pgoff = 147456, inode = 22796 }
-vm_state.vm_map: 23329.181955345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3074084864, end = 3074187264, flags = 134217845, pgoff = 0, inode = 21552 }
-vm_state.vm_map: 23329.181957271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3074187264, end = 3074195456, flags = 135266419, pgoff = 98304, inode = 21552 }
-vm_state.vm_map: 23329.181959340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3074195456, end = 3074199552, flags = 1048691, pgoff = 3074195456, inode = 0 }
-vm_state.vm_map: 23329.181961853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3074199552, end = 3074797568, flags = 134217845, pgoff = 0, inode = 22668 }
-vm_state.vm_map: 23329.181963909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3074797568, end = 3074809856, flags = 135266419, pgoff = 593920, inode = 22668 }
-vm_state.vm_map: 23329.181966433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3074809856, end = 3078709248, flags = 134217845, pgoff = 0, inode = 21427 }
-vm_state.vm_map: 23329.181968502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078709248, end = 3078733824, flags = 135266419, pgoff = 3895296, inode = 21427 }
-vm_state.vm_map: 23329.181970547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078733824, end = 3078737920, flags = 1048691, pgoff = 3078733824, inode = 0 }
-vm_state.vm_map: 23329.181972769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078750208, end = 3078754304, flags = 1048691, pgoff = 3078750208, inode = 0 }
-vm_state.vm_map: 23329.181974954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078754304, end = 3078782976, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.181977720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078782976, end = 3078832128, flags = 134217841, pgoff = 0, inode = 74519 }
-vm_state.vm_map: 23329.181979814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078832128, end = 3078840320, flags = 1048691, pgoff = 3078832128, inode = 0 }
-vm_state.vm_map: 23329.181982112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078840320, end = 3078844416, flags = 67371125, pgoff = 3078840320, inode = 0 }
-vm_state.vm_map: 23329.181984259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078844416, end = 3078959104, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.181986223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078959104, end = 3078963200, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.181988433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3078963200, end = 3078967296, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.181990409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2269, start = 3213529088, end = 3213615104, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.181993311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 658091 }
-vm_state.vm_map: 23329.181995608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 134545408, end = 134549504, flags = 135272563, pgoff = 32768, inode = 658091 }
-vm_state.vm_map: 23329.181997677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 134635520, end = 135053312, flags = 1048691, pgoff = 134635520, inode = 0 }
-vm_state.vm_map: 23329.182002338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063250944, end = 3063279616, flags = 134217845, pgoff = 0, inode = 1065218 }
-vm_state.vm_map: 23329.182004382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063279616, end = 3063283712, flags = 135266419, pgoff = 28672, inode = 1065218 }
-vm_state.vm_map: 23329.182006790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063283712, end = 3063336960, flags = 134217845, pgoff = 0, inode = 24466 }
-vm_state.vm_map: 23329.182008754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063336960, end = 3063341056, flags = 135266419, pgoff = 49152, inode = 24466 }
-vm_state.vm_map: 23329.182011082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063341056, end = 3063504896, flags = 134217845, pgoff = 0, inode = 21283 }
-vm_state.vm_map: 23329.182013385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063504896, end = 3063508992, flags = 135266419, pgoff = 159744, inode = 21283 }
-vm_state.vm_map: 23329.182015712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063508992, end = 3063537664, flags = 134217845, pgoff = 0, inode = 23696 }
-vm_state.vm_map: 23329.182017645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063537664, end = 3063541760, flags = 135266419, pgoff = 24576, inode = 23696 }
-vm_state.vm_map: 23329.182019837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063541760, end = 3063603200, flags = 134217845, pgoff = 0, inode = 1065430 }
-vm_state.vm_map: 23329.182021862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063603200, end = 3063607296, flags = 135266419, pgoff = 57344, inode = 1065430 }
-vm_state.vm_map: 23329.182024357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063701504, end = 3063742464, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.182026469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063742464, end = 3063746560, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.182028654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063746560, end = 3063750656, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.182030896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063750656, end = 3063787520, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.182032952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063787520, end = 3063791616, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.182034922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063791616, end = 3063795712, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.182037268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063795712, end = 3063873536, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.182039460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063873536, end = 3063877632, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.182041496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063877632, end = 3063881728, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.182043473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063881728, end = 3063889920, flags = 1048691, pgoff = 3063881728, inode = 0 }
-vm_state.vm_map: 23329.182045633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063889920, end = 3063914496, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.182048165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063914496, end = 3063918592, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.182050190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063918592, end = 3063922688, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.182052419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063926784, end = 3063947264, flags = 134217845, pgoff = 0, inode = 23692 }
-vm_state.vm_map: 23329.182054463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063947264, end = 3063951360, flags = 135266419, pgoff = 16384, inode = 23692 }
-vm_state.vm_map: 23329.182056717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063951360, end = 3063967744, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.182058805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063967744, end = 3063971840, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.182061101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063971840, end = 3063988224, flags = 134217845, pgoff = 0, inode = 1065432 }
-vm_state.vm_map: 23329.182063089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063988224, end = 3063992320, flags = 135266419, pgoff = 12288, inode = 1065432 }
-vm_state.vm_map: 23329.182065306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3063992320, end = 3064012800, flags = 134217845, pgoff = 0, inode = 314599 }
-vm_state.vm_map: 23329.182067232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3064012800, end = 3064016896, flags = 135266419, pgoff = 16384, inode = 314599 }
-vm_state.vm_map: 23329.182069554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3064016896, end = 3064156160, flags = 134217841, pgoff = 0, inode = 74520 }
-vm_state.vm_map: 23329.182071851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3064156160, end = 3065487360, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.182074098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065487360, end = 3065499648, flags = 1048691, pgoff = 3065487360, inode = 0 }
-vm_state.vm_map: 23329.182076377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065499648, end = 3065516032, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.182078513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065516032, end = 3065520128, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.182080686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065520128, end = 3065528320, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.182083144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065528320, end = 3065532416, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.182085435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065532416, end = 3065561088, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.182087472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065561088, end = 3065565184, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.182089522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065565184, end = 3065569280, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.182091973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065569280, end = 3065794560, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.182094023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065794560, end = 3065798656, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.182096080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065798656, end = 3065802752, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.182098623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065802752, end = 3065917440, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 23329.182100618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065917440, end = 3065921536, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 23329.182102822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065921536, end = 3065925632, flags = 1048691, pgoff = 3065921536, inode = 0 }
-vm_state.vm_map: 23329.182105236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065925632, end = 3065950208, flags = 134217845, pgoff = 0, inode = 22612 }
-vm_state.vm_map: 23329.182107255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065950208, end = 3065954304, flags = 135266419, pgoff = 20480, inode = 22612 }
-vm_state.vm_map: 23329.182109571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065954304, end = 3065966592, flags = 134217845, pgoff = 0, inode = 21323 }
-vm_state.vm_map: 23329.182111732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065966592, end = 3065970688, flags = 135266419, pgoff = 8192, inode = 21323 }
-vm_state.vm_map: 23329.182113824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3065970688, end = 3066114048, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.182115758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066114048, end = 3066118144, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.182118814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066118144, end = 3066204160, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.182120827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066204160, end = 3066208256, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.182122933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066208256, end = 3066212352, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.182125001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066212352, end = 3066220544, flags = 1048691, pgoff = 3066212352, inode = 0 }
-vm_state.vm_map: 23329.182127309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066220544, end = 3066298368, flags = 134217845, pgoff = 0, inode = 24576 }
-vm_state.vm_map: 23329.182129446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066298368, end = 3066302464, flags = 135266419, pgoff = 77824, inode = 24576 }
-vm_state.vm_map: 23329.182131496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066302464, end = 3066306560, flags = 1048691, pgoff = 3066302464, inode = 0 }
-vm_state.vm_map: 23329.182133799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066306560, end = 3066339328, flags = 134217845, pgoff = 0, inode = 24194 }
-vm_state.vm_map: 23329.182135787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066339328, end = 3066343424, flags = 135266419, pgoff = 28672, inode = 24194 }
-vm_state.vm_map: 23329.182138121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066343424, end = 3066810368, flags = 134217845, pgoff = 0, inode = 23967 }
-vm_state.vm_map: 23329.182140146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066810368, end = 3066818560, flags = 135266419, pgoff = 462848, inode = 23967 }
-vm_state.vm_map: 23329.182142240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066818560, end = 3066822656, flags = 1048691, pgoff = 3066818560, inode = 0 }
-vm_state.vm_map: 23329.182144401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3066822656, end = 3067179008, flags = 134217845, pgoff = 0, inode = 1065307 }
-vm_state.vm_map: 23329.182146494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067179008, end = 3067187200, flags = 135266419, pgoff = 356352, inode = 1065307 }
-vm_state.vm_map: 23329.182148717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067187200, end = 3067285504, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.182150822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067285504, end = 3067289600, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.182153446 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067289600, end = 3067367424, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.182155490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067367424, end = 3067371520, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.182157460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067371520, end = 3067375616, flags = 1048691, pgoff = 3067371520, inode = 0 }
-vm_state.vm_map: 23329.182159788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067375616, end = 3067408384, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.182161831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067408384, end = 3067412480, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.182164227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067412480, end = 3067437056, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.182166197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067437056, end = 3067441152, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.182168642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067441152, end = 3067473920, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.182170710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067473920, end = 3067478016, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.182172896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067478016, end = 3067486208, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.182174891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067486208, end = 3067490304, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.182177237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067490304, end = 3067523072, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.182179201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067523072, end = 3067527168, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.182181355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067527168, end = 3067580416, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.182183523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067580416, end = 3067584512, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.182185542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067584512, end = 3067588608, flags = 1048691, pgoff = 3067584512, inode = 0 }
-vm_state.vm_map: 23329.182188301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067588608, end = 3067686912, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.182190284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067686912, end = 3067691008, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.182192575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067691008, end = 3067695104, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.182194766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067695104, end = 3067764736, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.182196729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067764736, end = 3067768832, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.182198922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067768832, end = 3067772928, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.182201064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067772928, end = 3067781120, flags = 1048691, pgoff = 3067772928, inode = 0 }
-vm_state.vm_map: 23329.182203361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067781120, end = 3067973632, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.182205398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067973632, end = 3067977728, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.182207584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067977728, end = 3067985920, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.182209665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067985920, end = 3067990016, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.182211715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067990016, end = 3067994112, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.182214012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3067994112, end = 3068141568, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.182216006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068141568, end = 3068149760, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.182217945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068149760, end = 3068153856, flags = 1048691, pgoff = 3068149760, inode = 0 }
-vm_state.vm_map: 23329.182220359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068153856, end = 3068403712, flags = 134217845, pgoff = 0, inode = 17169 }
-vm_state.vm_map: 23329.182222878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068403712, end = 3068411904, flags = 135266419, pgoff = 245760, inode = 17169 }
-vm_state.vm_map: 23329.182225114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068411904, end = 3068559360, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.182227201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068559360, end = 3068563456, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.182229250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068563456, end = 3068567552, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.182231436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068567552, end = 3068579840, flags = 134217845, pgoff = 0, inode = 19626 }
-vm_state.vm_map: 23329.182233529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068579840, end = 3068583936, flags = 135266419, pgoff = 8192, inode = 19626 }
-vm_state.vm_map: 23329.182235709 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068583936, end = 3068768256, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.182237883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068768256, end = 3068776448, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.182240136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3068776448, end = 3069247488, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.182242217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3069247488, end = 3069263872, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.182244384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3069263872, end = 3069267968, flags = 1048691, pgoff = 3069263872, inode = 0 }
-vm_state.vm_map: 23329.182246620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3069267968, end = 3069538304, flags = 134217845, pgoff = 0, inode = 22793 }
-vm_state.vm_map: 23329.182248713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3069538304, end = 3069546496, flags = 135266419, pgoff = 266240, inode = 22793 }
-vm_state.vm_map: 23329.182251003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3069546496, end = 3069693952, flags = 134217845, pgoff = 0, inode = 22796 }
-vm_state.vm_map: 23329.182253152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3069693952, end = 3069698048, flags = 135266419, pgoff = 147456, inode = 22796 }
-vm_state.vm_map: 23329.182255437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3069698048, end = 3070177280, flags = 134217845, pgoff = 0, inode = 21325 }
-vm_state.vm_map: 23329.182257931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070177280, end = 3070185472, flags = 135266419, pgoff = 479232, inode = 21325 }
-vm_state.vm_map: 23329.182260080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070185472, end = 3070287872, flags = 134217845, pgoff = 0, inode = 21552 }
-vm_state.vm_map: 23329.182262166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070287872, end = 3070296064, flags = 135266419, pgoff = 98304, inode = 21552 }
-vm_state.vm_map: 23329.182264333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070296064, end = 3070312448, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.182266451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070312448, end = 3070316544, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.182268607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070316544, end = 3070324736, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.182270713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070324736, end = 3070328832, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.182272867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070328832, end = 3070332928, flags = 1048691, pgoff = 3070328832, inode = 0 }
-vm_state.vm_map: 23329.182275133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070332928, end = 3070341120, flags = 134217845, pgoff = 0, inode = 17721 }
-vm_state.vm_map: 23329.182277257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070341120, end = 3070345216, flags = 135266419, pgoff = 4096, inode = 17721 }
-vm_state.vm_map: 23329.182279480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3070345216, end = 3071496192, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.182281492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3071496192, end = 3071512576, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.182283697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3071512576, end = 3071553536, flags = 134217845, pgoff = 0, inode = 22795 }
-vm_state.vm_map: 23329.182285703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3071553536, end = 3071557632, flags = 135266419, pgoff = 36864, inode = 22795 }
-vm_state.vm_map: 23329.182288031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3071557632, end = 3072155648, flags = 134217845, pgoff = 0, inode = 22668 }
-vm_state.vm_map: 23329.182289982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3072155648, end = 3072167936, flags = 135266419, pgoff = 593920, inode = 22668 }
-vm_state.vm_map: 23329.182292607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3072167936, end = 3073482752, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.182294786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3073482752, end = 3073490944, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.182296960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3073490944, end = 3073495040, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.182299059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3073495040, end = 3073511424, flags = 1048691, pgoff = 3073495040, inode = 0 }
-vm_state.vm_map: 23329.182301300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3073511424, end = 3074248704, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.182303282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3074248704, end = 3074252800, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.182305530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3074252800, end = 3074494464, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.182307524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3074494464, end = 3074498560, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.182309877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3074498560, end = 3075096576, flags = 134217845, pgoff = 0, inode = 19628 }
-vm_state.vm_map: 23329.182311877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075096576, end = 3075104768, flags = 135266419, pgoff = 598016, inode = 19628 }
-vm_state.vm_map: 23329.182314452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075104768, end = 3075219456, flags = 134217845, pgoff = 0, inode = 17171 }
-vm_state.vm_map: 23329.182316471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075219456, end = 3075223552, flags = 135266419, pgoff = 114688, inode = 17171 }
-vm_state.vm_map: 23329.182318879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075223552, end = 3075301376, flags = 134217845, pgoff = 0, inode = 1065156 }
-vm_state.vm_map: 23329.182320942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075301376, end = 3075305472, flags = 135266419, pgoff = 73728, inode = 1065156 }
-vm_state.vm_map: 23329.182323053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075305472, end = 3075309568, flags = 1048691, pgoff = 3075305472, inode = 0 }
-vm_state.vm_map: 23329.182325276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075309568, end = 3075407872, flags = 134217845, pgoff = 0, inode = 22669 }
-vm_state.vm_map: 23329.182327586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075407872, end = 3075411968, flags = 135266419, pgoff = 94208, inode = 22669 }
-vm_state.vm_map: 23329.182329913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3075411968, end = 3079311360, flags = 134217845, pgoff = 0, inode = 21427 }
-vm_state.vm_map: 23329.182331926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079311360, end = 3079335936, flags = 135266419, pgoff = 3895296, inode = 21427 }
-vm_state.vm_map: 23329.182334012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079335936, end = 3079340032, flags = 1048691, pgoff = 3079335936, inode = 0 }
-vm_state.vm_map: 23329.182336205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079356416, end = 3079385088, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.182338434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079385088, end = 3079434240, flags = 134217841, pgoff = 0, inode = 74519 }
-vm_state.vm_map: 23329.182340515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079434240, end = 3079442432, flags = 1048691, pgoff = 3079434240, inode = 0 }
-vm_state.vm_map: 23329.182342522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079442432, end = 3079446528, flags = 67371125, pgoff = 3079442432, inode = 0 }
-vm_state.vm_map: 23329.182344879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079446528, end = 3079561216, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.182346905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079561216, end = 3079565312, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.182349016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3079565312, end = 3079569408, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.182351060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2275, start = 3221004288, end = 3221090304, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.182356463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 134512640, end = 134516736, flags = 134223989, pgoff = 0, inode = 655648 }
-vm_state.vm_map: 23329.182358513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 134516736, end = 134520832, flags = 135272563, pgoff = 0, inode = 655648 }
-vm_state.vm_map: 23329.182360674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 141574144, end = 141844480, flags = 1048691, pgoff = 141574144, inode = 0 }
-vm_state.vm_map: 23329.182363378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072720896, end = 3072761856, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.182365478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072761856, end = 3072765952, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.182367719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072765952, end = 3072770048, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.182369985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072770048, end = 3072806912, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.182372078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072806912, end = 3072811008, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.182374159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072811008, end = 3072815104, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.182376561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072815104, end = 3072892928, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.182378605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072892928, end = 3072897024, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.182380599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072897024, end = 3072901120, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.182382810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072901120, end = 3072909312, flags = 1048691, pgoff = 3072901120, inode = 0 }
-vm_state.vm_map: 23329.182390275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3072909312, end = 3073019904, flags = 134217937, pgoff = 0, inode = 32874 }
-vm_state.vm_map: 23329.182395072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073019904, end = 3073101824, flags = 134217845, pgoff = 0, inode = 1065113 }
-vm_state.vm_map: 23329.182397122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073101824, end = 3073105920, flags = 135266419, pgoff = 77824, inode = 1065113 }
-vm_state.vm_map: 23329.182400104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073200128, end = 3073269760, flags = 134217845, pgoff = 0, inode = 429625 }
-vm_state.vm_map: 23329.182402346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073269760, end = 3073273856, flags = 135266419, pgoff = 65536, inode = 429625 }
-vm_state.vm_map: 23329.182404489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073273856, end = 3073282048, flags = 1048691, pgoff = 3073273856, inode = 0 }
-vm_state.vm_map: 23329.182406724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073282048, end = 3073380352, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.182408891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073380352, end = 3073384448, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.182411065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073384448, end = 3073388544, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.182413349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073388544, end = 3073458176, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.182415429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073458176, end = 3073462272, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.182417573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073462272, end = 3073466368, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.182419770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073466368, end = 3073474560, flags = 1048691, pgoff = 3073466368, inode = 0 }
-vm_state.vm_map: 23329.182421987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073474560, end = 3073482752, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.182424197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073482752, end = 3073486848, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.182426339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073486848, end = 3073490944, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.182428482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073490944, end = 3073519616, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.182430705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073519616, end = 3073523712, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.182432699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073523712, end = 3073527808, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.182435515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073527808, end = 3073613824, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.182437540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073613824, end = 3073617920, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.182439627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073617920, end = 3073622016, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.182441770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073622016, end = 3073634304, flags = 1048691, pgoff = 3073622016, inode = 0 }
-vm_state.vm_map: 23329.182443968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073634304, end = 3073859584, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.182445981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073859584, end = 3073863680, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.182448074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073863680, end = 3073867776, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.182450235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073867776, end = 3073982464, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 23329.182452266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073982464, end = 3073986560, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 23329.182454483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3073986560, end = 3074179072, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.182456601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074179072, end = 3074183168, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.182458997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074183168, end = 3074330624, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.182461121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074330624, end = 3074338816, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.182463350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074338816, end = 3074351104, flags = 134217845, pgoff = 0, inode = 19626 }
-vm_state.vm_map: 23329.182465406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074351104, end = 3074355200, flags = 135266419, pgoff = 8192, inode = 19626 }
-vm_state.vm_map: 23329.182467400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074355200, end = 3074359296, flags = 1048691, pgoff = 3074355200, inode = 0 }
-vm_state.vm_map: 23329.182469963 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074359296, end = 3074957312, flags = 134217845, pgoff = 0, inode = 19628 }
-vm_state.vm_map: 23329.182471908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074957312, end = 3074965504, flags = 135266419, pgoff = 598016, inode = 19628 }
-vm_state.vm_map: 23329.182474347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3074965504, end = 3075215360, flags = 134217845, pgoff = 0, inode = 17169 }
-vm_state.vm_map: 23329.182476359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3075215360, end = 3075223552, flags = 135266419, pgoff = 245760, inode = 17169 }
-vm_state.vm_map: 23329.182478594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3075223552, end = 3075338240, flags = 134217845, pgoff = 0, inode = 17171 }
-vm_state.vm_map: 23329.182480645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3075338240, end = 3075342336, flags = 135266419, pgoff = 114688, inode = 17171 }
-vm_state.vm_map: 23329.182482911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3075342336, end = 3076657152, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.182485120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3076657152, end = 3076665344, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.182487270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3076665344, end = 3076669440, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.182489412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3076669440, end = 3076681728, flags = 1048691, pgoff = 3076669440, inode = 0 }
-vm_state.vm_map: 23329.182491573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3076681728, end = 3077419008, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.182493660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077419008, end = 3077423104, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.182495673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077423104, end = 3077427200, flags = 1048691, pgoff = 3077423104, inode = 0 }
-vm_state.vm_map: 23329.182515604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077427200, end = 3077668864, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.182517987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077668864, end = 3077672960, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.182524168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077672960, end = 3077894144, flags = 134217845, pgoff = 0, inode = 21370 }
-vm_state.vm_map: 23329.182526274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077894144, end = 3077902336, flags = 135266419, pgoff = 221184, inode = 21370 }
-vm_state.vm_map: 23329.182528318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077902336, end = 3077906432, flags = 1048691, pgoff = 3077902336, inode = 0 }
-vm_state.vm_map: 23329.182530633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077906432, end = 3077935104, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.182532881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077935104, end = 3077959680, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.182534930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077959680, end = 3077963776, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.182537011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077963776, end = 3077967872, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.182544427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077967872, end = 3077971968, flags = 134217937, pgoff = 0, inode = 237757 }
-vm_state.vm_map: 23329.182546471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3077996544, end = 3078004736, flags = 1048691, pgoff = 3077996544, inode = 0 }
-vm_state.vm_map: 23329.182548496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3078004736, end = 3078008832, flags = 67371125, pgoff = 3078004736, inode = 0 }
-vm_state.vm_map: 23329.182550662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3078008832, end = 3078123520, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.182552786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3078123520, end = 3078127616, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.182554849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3078127616, end = 3078131712, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.182556960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2290, start = 3215253504, end = 3215339520, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.182562389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 134512640, end = 134553600, flags = 134223989, pgoff = 0, inode = 20759 }
-vm_state.vm_map: 23329.182564556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 134553600, end = 134557696, flags = 135272563, pgoff = 36864, inode = 20759 }
-vm_state.vm_map: 23329.182566563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 134557696, end = 134565888, flags = 1048691, pgoff = 134557696, inode = 0 }
-vm_state.vm_map: 23329.182568760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 153337856, end = 174231552, flags = 1048691, pgoff = 153337856, inode = 0 }
-vm_state.vm_map: 23329.182571279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981335040, end = 2981400576, flags = 134217845, pgoff = 0, inode = 57391 }
-vm_state.vm_map: 23329.182573502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981400576, end = 2981404672, flags = 135266419, pgoff = 61440, inode = 57391 }
-vm_state.vm_map: 23329.182575725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981404672, end = 2981421056, flags = 1048691, pgoff = 2981404672, inode = 0 }
-vm_state.vm_map: 23329.182578201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981421056, end = 2981703680, flags = 134217845, pgoff = 0, inode = 22693 }
-vm_state.vm_map: 23329.182580417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981703680, end = 2981715968, flags = 135266419, pgoff = 282624, inode = 22693 }
-vm_state.vm_map: 23329.182582579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981715968, end = 2981740544, flags = 1048691, pgoff = 2981715968, inode = 0 }
-vm_state.vm_map: 23329.182585011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981769216, end = 2981785600, flags = 134217845, pgoff = 0, inode = 57390 }
-vm_state.vm_map: 23329.182587209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981785600, end = 2981789696, flags = 135266419, pgoff = 12288, inode = 57390 }
-vm_state.vm_map: 23329.182589932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981789696, end = 2981830656, flags = 134217845, pgoff = 0, inode = 57395 }
-vm_state.vm_map: 23329.182592118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981830656, end = 2981834752, flags = 135266419, pgoff = 36864, inode = 57395 }
-vm_state.vm_map: 23329.182594742 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981834752, end = 2981859328, flags = 134217845, pgoff = 0, inode = 18917 }
-vm_state.vm_map: 23329.182597305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981859328, end = 2981863424, flags = 135266419, pgoff = 20480, inode = 18917 }
-vm_state.vm_map: 23329.182599898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2981863424, end = 2982133760, flags = 134217845, pgoff = 0, inode = 18916 }
-vm_state.vm_map: 23329.182602059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2982133760, end = 2982137856, flags = 135266419, pgoff = 266240, inode = 18916 }
-vm_state.vm_map: 23329.182604591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2982137856, end = 2982219776, flags = 134217845, pgoff = 0, inode = 18915 }
-vm_state.vm_map: 23329.182606758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2982219776, end = 2982227968, flags = 135266419, pgoff = 77824, inode = 18915 }
-vm_state.vm_map: 23329.182609148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2982227968, end = 2983010304, flags = 134217845, pgoff = 0, inode = 18927 }
-vm_state.vm_map: 23329.182611173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983010304, end = 2983018496, flags = 135266419, pgoff = 778240, inode = 18927 }
-vm_state.vm_map: 23329.182613692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983030784, end = 2983051264, flags = 134217845, pgoff = 0, inode = 57392 }
-vm_state.vm_map: 23329.182615748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983051264, end = 2983055360, flags = 135266419, pgoff = 16384, inode = 57392 }
-vm_state.vm_map: 23329.182618119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983055360, end = 2983088128, flags = 134217845, pgoff = 0, inode = 57396 }
-vm_state.vm_map: 23329.182620262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983088128, end = 2983092224, flags = 135266419, pgoff = 28672, inode = 57396 }
-vm_state.vm_map: 23329.182622676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983092224, end = 2983108608, flags = 134217845, pgoff = 0, inode = 57393 }
-vm_state.vm_map: 23329.182624862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983108608, end = 2983112704, flags = 135266419, pgoff = 12288, inode = 57393 }
-vm_state.vm_map: 23329.182627133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983112704, end = 2983477248, flags = 134217845, pgoff = 0, inode = 22572 }
-vm_state.vm_map: 23329.182631653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983477248, end = 2983485440, flags = 135266419, pgoff = 364544, inode = 22572 }
-vm_state.vm_map: 23329.182634592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983485440, end = 2983682048, flags = 134217845, pgoff = 0, inode = 20024 }
-vm_state.vm_map: 23329.182636686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983682048, end = 2983690240, flags = 135266419, pgoff = 192512, inode = 20024 }
-vm_state.vm_map: 23329.182638772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983690240, end = 2983698432, flags = 1048691, pgoff = 2983690240, inode = 0 }
-vm_state.vm_map: 23329.182641410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2983698432, end = 2984148992, flags = 134217845, pgoff = 0, inode = 20711 }
-vm_state.vm_map: 23329.182643577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984148992, end = 2984161280, flags = 135266419, pgoff = 450560, inode = 20711 }
-vm_state.vm_map: 23329.182645855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984161280, end = 2984177664, flags = 134217845, pgoff = 0, inode = 57389 }
-vm_state.vm_map: 23329.182648146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984177664, end = 2984181760, flags = 135266419, pgoff = 12288, inode = 57389 }
-vm_state.vm_map: 23329.182650436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984181760, end = 2984198144, flags = 134217845, pgoff = 0, inode = 18914 }
-vm_state.vm_map: 23329.182652480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984198144, end = 2984202240, flags = 135266419, pgoff = 16384, inode = 18914 }
-vm_state.vm_map: 23329.182655079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984202240, end = 2984218624, flags = 134217845, pgoff = 0, inode = 57394 }
-vm_state.vm_map: 23329.182657179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984218624, end = 2984222720, flags = 135266419, pgoff = 16384, inode = 57394 }
-vm_state.vm_map: 23329.182659445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984222720, end = 2984251392, flags = 134217845, pgoff = 0, inode = 57397 }
-vm_state.vm_map: 23329.182661433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984251392, end = 2984255488, flags = 135266419, pgoff = 24576, inode = 57397 }
-vm_state.vm_map: 23329.182664063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984255488, end = 2984382464, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 23329.182666132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984382464, end = 2984386560, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 23329.182668398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984390656, end = 2984415232, flags = 134217845, pgoff = 0, inode = 57398 }
-vm_state.vm_map: 23329.182670806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984415232, end = 2984419328, flags = 135266419, pgoff = 24576, inode = 57398 }
-vm_state.vm_map: 23329.182673029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984419328, end = 2984435712, flags = 134217845, pgoff = 0, inode = 52571 }
-vm_state.vm_map: 23329.182674955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984435712, end = 2984439808, flags = 135266419, pgoff = 12288, inode = 52571 }
-vm_state.vm_map: 23329.182677178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984439808, end = 2984452096, flags = 134217845, pgoff = 0, inode = 49489 }
-vm_state.vm_map: 23329.182679240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984452096, end = 2984456192, flags = 135266419, pgoff = 8192, inode = 49489 }
-vm_state.vm_map: 23329.182681389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984456192, end = 2984476672, flags = 134217845, pgoff = 0, inode = 52570 }
-vm_state.vm_map: 23329.182683377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984476672, end = 2984480768, flags = 135266419, pgoff = 16384, inode = 52570 }
-vm_state.vm_map: 23329.182685649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984480768, end = 2984517632, flags = 134217845, pgoff = 0, inode = 52569 }
-vm_state.vm_map: 23329.182690250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984517632, end = 2984521728, flags = 135266419, pgoff = 32768, inode = 52569 }
-vm_state.vm_map: 23329.182692676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984521728, end = 2984546304, flags = 134217845, pgoff = 0, inode = 52572 }
-vm_state.vm_map: 23329.182694837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984546304, end = 2984550400, flags = 135266419, pgoff = 20480, inode = 52572 }
-vm_state.vm_map: 23329.182697264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984550400, end = 2984570880, flags = 134217845, pgoff = 0, inode = 52568 }
-vm_state.vm_map: 23329.182699357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984570880, end = 2984574976, flags = 135266419, pgoff = 16384, inode = 52568 }
-vm_state.vm_map: 23329.182704308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984574976, end = 2984677376, flags = 134217841, pgoff = 0, inode = 98439 }
-vm_state.vm_map: 23329.182707198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984677376, end = 2984783872, flags = 134217841, pgoff = 0, inode = 254143 }
-vm_state.vm_map: 23329.182709773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2984783872, end = 2992558080, flags = 134217841, pgoff = 0, inode = 249255 }
-vm_state.vm_map: 23329.182712187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2992558080, end = 2992861184, flags = 134217841, pgoff = 0, inode = 49556 }
-vm_state.vm_map: 23329.182718418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2992861184, end = 2993184768, flags = 134217841, pgoff = 0, inode = 49558 }
-vm_state.vm_map: 23329.182720893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2993184768, end = 2993283072, flags = 134217841, pgoff = 0, inode = 98501 }
-vm_state.vm_map: 23329.182723054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2993283072, end = 2993287168, flags = 1048688, pgoff = 2993283072, inode = 0 }
-vm_state.vm_map: 23329.182725197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 2993287168, end = 3001675776, flags = 1048691, pgoff = 2993287168, inode = 0 }
-vm_state.vm_map: 23329.182727666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001675776, end = 3001786368, flags = 134217841, pgoff = 0, inode = 254198 }
-vm_state.vm_map: 23329.182732328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001786368, end = 3001827328, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.182734366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001827328, end = 3001831424, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.182736397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001831424, end = 3001835520, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.182738725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001835520, end = 3001872384, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.182757125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001872384, end = 3001876480, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.182759255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001876480, end = 3001880576, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.182764806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001880576, end = 3001958400, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.182766856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001958400, end = 3001962496, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.182769011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001962496, end = 3001966592, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.182771024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001966592, end = 3001974784, flags = 1048691, pgoff = 3001966592, inode = 0 }
-vm_state.vm_map: 23329.182773259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001974784, end = 3001999360, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.182775254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3001999360, end = 3002003456, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.182777396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3002003456, end = 3002007552, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.182779767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3002007552, end = 3018248192, flags = 134217979, pgoff = 0, inode = 1204696 }
-vm_state.vm_map: 23329.182782039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3018248192, end = 3022544896, flags = 134217979, pgoff = 0, inode = 1204694 }
-vm_state.vm_map: 23329.182784311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022544896, end = 3022745600, flags = 134217845, pgoff = 0, inode = 124536 }
-vm_state.vm_map: 23329.182786349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022745600, end = 3022749696, flags = 135266419, pgoff = 196608, inode = 124536 }
-vm_state.vm_map: 23329.182788597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022749696, end = 3022782464, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.182790702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022782464, end = 3022786560, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.182792893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022786560, end = 3022794752, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.182794987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022794752, end = 3022798848, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.182797605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022798848, end = 3022823424, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.182799704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022823424, end = 3022827520, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.182802014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022839808, end = 3022921728, flags = 134217841, pgoff = 0, inode = 98443 }
-vm_state.vm_map: 23329.182806848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022921728, end = 3022925824, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.182809003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022925824, end = 3022950400, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.182811145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022950400, end = 3022954496, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.182813381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022954496, end = 3022958592, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.182815554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022958592, end = 3022962688, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.182817703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022962688, end = 3022966784, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.182819919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022966784, end = 3022974976, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.182822093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3022974976, end = 3023007744, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.182824192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3023007744, end = 3023020032, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.182826323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3023020032, end = 3023028224, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.182828632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3023028224, end = 3023032320, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.182833849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3023032320, end = 3023896576, flags = 134217845, pgoff = 0, inode = 23975 }
-vm_state.vm_map: 23329.182835893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3023896576, end = 3023917056, flags = 135266419, pgoff = 864256, inode = 23975 }
-vm_state.vm_map: 23329.182838048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3023917056, end = 3023929344, flags = 1048691, pgoff = 3023917056, inode = 0 }
-vm_state.vm_map: 23329.182840092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3023929344, end = 3024166912, flags = 1048691, pgoff = 3024166912, inode = 0 }
-vm_state.vm_map: 23329.182842364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024166912, end = 3024195584, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.182844598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024195584, end = 3024207872, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.182846760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024207872, end = 3024216064, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.182848934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024216064, end = 3024248832, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.182851113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024248832, end = 3024269312, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.182853336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024269312, end = 3024277504, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.182855632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024277504, end = 3024306176, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.182857855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024306176, end = 3024351232, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.182860110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024351232, end = 3024408576, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.182864728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024408576, end = 3024633856, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.182866765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024633856, end = 3024637952, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.182869056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024637952, end = 3024642048, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.182871693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024642048, end = 3024674816, flags = 134217845, pgoff = 0, inode = 1065073 }
-vm_state.vm_map: 23329.182873662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024674816, end = 3024678912, flags = 135266419, pgoff = 28672, inode = 1065073 }
-vm_state.vm_map: 23329.182880831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024678912, end = 3024740352, flags = 134217845, pgoff = 0, inode = 20901 }
-vm_state.vm_map: 23329.182882862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024740352, end = 3024744448, flags = 135266419, pgoff = 61440, inode = 20901 }
-vm_state.vm_map: 23329.182885060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024744448, end = 3024748544, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.182887271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024748544, end = 3024752640, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.182889438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024752640, end = 3024764928, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.182891827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024764928, end = 3024769024, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.182894106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024769024, end = 3024777216, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.182896156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024777216, end = 3024781312, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.182898397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024781312, end = 3024838656, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.182900731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024838656, end = 3024871424, flags = 134217845, pgoff = 0, inode = 20716 }
-vm_state.vm_map: 23329.182902732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024871424, end = 3024875520, flags = 135266419, pgoff = 32768, inode = 20716 }
-vm_state.vm_map: 23329.182905220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3024875520, end = 3025395712, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 23329.182907381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3025395712, end = 3025403904, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 23329.182909345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3025403904, end = 3025768448, flags = 134217845, pgoff = 0, inode = 23376 }
-vm_state.vm_map: 23329.182911333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3025768448, end = 3025805312, flags = 135266423, pgoff = 364544, inode = 23376 }
-vm_state.vm_map: 23329.182913543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3025805312, end = 3025809408, flags = 1048695, pgoff = 3025805312, inode = 0 }
-vm_state.vm_map: 23329.182915562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3025809408, end = 3026362368, flags = 134217845, pgoff = 0, inode = 18947 }
-vm_state.vm_map: 23329.182917656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3026362368, end = 3026382848, flags = 135266419, pgoff = 548864, inode = 18947 }
-vm_state.vm_map: 23329.182919841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3026382848, end = 3026698240, flags = 134217845, pgoff = 0, inode = 20676 }
-vm_state.vm_map: 23329.182921935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3026698240, end = 3026706432, flags = 135266419, pgoff = 311296, inode = 20676 }
-vm_state.vm_map: 23329.182923897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3026706432, end = 3026776064, flags = 134217845, pgoff = 0, inode = 1065123 }
-vm_state.vm_map: 23329.182926004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3026776064, end = 3026780160, flags = 135266419, pgoff = 69632, inode = 1065123 }
-vm_state.vm_map: 23329.182928109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3026780160, end = 3041275904, flags = 134217845, pgoff = 0, inode = 20672 }
-vm_state.vm_map: 23329.182930054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3041275904, end = 3041890304, flags = 135266419, pgoff = 14495744, inode = 20672 }
-vm_state.vm_map: 23329.182932197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3041890304, end = 3041898496, flags = 1048691, pgoff = 3041890304, inode = 0 }
-vm_state.vm_map: 23329.182934344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3041898496, end = 3042271232, flags = 134217845, pgoff = 0, inode = 20902 }
-vm_state.vm_map: 23329.182936377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042271232, end = 3042283520, flags = 135266419, pgoff = 368640, inode = 20902 }
-vm_state.vm_map: 23329.182938914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042283520, end = 3042287616, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.182941229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042287616, end = 3042299904, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.182943601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042299904, end = 3042304000, flags = 134217845, pgoff = 0, inode = 20890 }
-vm_state.vm_map: 23329.182945804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042304000, end = 3042308096, flags = 135266419, pgoff = 0, inode = 20890 }
-vm_state.vm_map: 23329.182950540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042308096, end = 3042373632, flags = 134217845, pgoff = 0, inode = 23976 }
-vm_state.vm_map: 23329.182952572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042373632, end = 3042377728, flags = 135266419, pgoff = 65536, inode = 23976 }
-vm_state.vm_map: 23329.182954683 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3042377728, end = 3044360192, flags = 134217845, pgoff = 0, inode = 20915 }
-vm_state.vm_map: 23329.182956801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3044360192, end = 3044401152, flags = 135266419, pgoff = 1978368, inode = 20915 }
-vm_state.vm_map: 23329.182958790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3044401152, end = 3045732352, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.182960827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3045732352, end = 3045748736, flags = 1048691, pgoff = 3045732352, inode = 0 }
-vm_state.vm_map: 23329.182962791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3045748736, end = 3045896192, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.182964853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3045896192, end = 3045904384, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.182966891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3045904384, end = 3046223872, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.182968836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3046223872, end = 3046240256, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.182970811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3046240256, end = 3046252544, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.182973213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3046252544, end = 3046256640, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.182975288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3046256640, end = 3047514112, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.182977214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047514112, end = 3047534592, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.182981691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047534592, end = 3047542784, flags = 1048691, pgoff = 3047534592, inode = 0 }
-vm_state.vm_map: 23329.182983815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047542784, end = 3047780352, flags = 134217845, pgoff = 0, inode = 20886 }
-vm_state.vm_map: 23329.182985964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047780352, end = 3047784448, flags = 135266419, pgoff = 237568, inode = 20886 }
-vm_state.vm_map: 23329.182987946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047784448, end = 3047800832, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.182989878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047800832, end = 3047804928, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.182992070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047804928, end = 3047813120, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.182994064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047813120, end = 3047817216, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.182996127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3047817216, end = 3048009728, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.182998331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048009728, end = 3048013824, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.183000418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048013824, end = 3048067072, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.183002456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048067072, end = 3048071168, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.183004666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048071168, end = 3048075264, flags = 1048691, pgoff = 3048071168, inode = 0 }
-vm_state.vm_map: 23329.183007123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048075264, end = 3048259584, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.183009296 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048259584, end = 3048267776, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.183011335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048267776, end = 3048509440, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.183013415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048509440, end = 3048513536, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.183015594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048513536, end = 3048984576, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.183017601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3048984576, end = 3049000960, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.183019707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049000960, end = 3049144320, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.183021862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049144320, end = 3049148416, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.183023887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049148416, end = 3049234432, flags = 134217845, pgoff = 0, inode = 18951 }
-vm_state.vm_map: 23329.183025992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049234432, end = 3049238528, flags = 135266419, pgoff = 86016, inode = 18951 }
-vm_state.vm_map: 23329.183028154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049238528, end = 3049242624, flags = 1048691, pgoff = 3049238528, inode = 0 }
-vm_state.vm_map: 23329.183030160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049242624, end = 3049259008, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.183032192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049259008, end = 3049263104, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.183034421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049263104, end = 3049295872, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.183036427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049295872, end = 3049299968, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.183038632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049299968, end = 3049316352, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.183041052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049316352, end = 3049320448, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.183043182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049320448, end = 3049406464, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.183045171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049406464, end = 3049410560, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.183047375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049410560, end = 3049418752, flags = 1048691, pgoff = 3049410560, inode = 0 }
-vm_state.vm_map: 23329.183049394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049418752, end = 3049447424, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.183051493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049447424, end = 3049451520, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.183053593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049451520, end = 3049455616, flags = 1048691, pgoff = 3049451520, inode = 0 }
-vm_state.vm_map: 23329.183055803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049455616, end = 3049787392, flags = 134217845, pgoff = 0, inode = 20692 }
-vm_state.vm_map: 23329.183057730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049787392, end = 3049795584, flags = 135266419, pgoff = 327680, inode = 20692 }
-vm_state.vm_map: 23329.183060027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049795584, end = 3049828352, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.183062040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049828352, end = 3049832448, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.183064151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049832448, end = 3049848832, flags = 134217845, pgoff = 0, inode = 499714 }
-vm_state.vm_map: 23329.183066189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049848832, end = 3049852928, flags = 135266419, pgoff = 12288, inode = 499714 }
-vm_state.vm_map: 23329.183068331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049852928, end = 3049877504, flags = 134217845, pgoff = 0, inode = 500174 }
-vm_state.vm_map: 23329.183070418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049877504, end = 3049881600, flags = 135266419, pgoff = 20480, inode = 500174 }
-vm_state.vm_map: 23329.183075228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049881600, end = 3049914368, flags = 134217845, pgoff = 0, inode = 21180 }
-vm_state.vm_map: 23329.183077284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049914368, end = 3049918464, flags = 135266419, pgoff = 28672, inode = 21180 }
-vm_state.vm_map: 23329.183079415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049918464, end = 3049922560, flags = 1048691, pgoff = 3049918464, inode = 0 }
-vm_state.vm_map: 23329.183081532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3049922560, end = 3050352640, flags = 134217845, pgoff = 0, inode = 1065119 }
-vm_state.vm_map: 23329.183083582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3050352640, end = 3050381312, flags = 135266419, pgoff = 425984, inode = 1065119 }
-vm_state.vm_map: 23329.183085860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3050381312, end = 3050385408, flags = 1048691, pgoff = 3050381312, inode = 0 }
-vm_state.vm_map: 23329.183088010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3050385408, end = 3050827776, flags = 134217845, pgoff = 0, inode = 20888 }
-vm_state.vm_map: 23329.183090114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3050827776, end = 3050835968, flags = 135266419, pgoff = 442368, inode = 20888 }
-vm_state.vm_map: 23329.183092232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3050835968, end = 3050934272, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.183094369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3050934272, end = 3050938368, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.183096443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3050938368, end = 3051208704, flags = 134217845, pgoff = 0, inode = 18942 }
-vm_state.vm_map: 23329.183098543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3051208704, end = 3051216896, flags = 135266419, pgoff = 266240, inode = 18942 }
-vm_state.vm_map: 23329.183100759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3051216896, end = 3051278336, flags = 134217845, pgoff = 0, inode = 500012 }
-vm_state.vm_map: 23329.183102797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3051278336, end = 3051282432, flags = 135266419, pgoff = 61440, inode = 500012 }
-vm_state.vm_map: 23329.183104909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3051282432, end = 3051286528, flags = 1048691, pgoff = 3051282432, inode = 0 }
-vm_state.vm_map: 23329.183107100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3051286528, end = 3051753472, flags = 134217845, pgoff = 0, inode = 20735 }
-vm_state.vm_map: 23329.183109397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3051753472, end = 3051761664, flags = 135266419, pgoff = 462848, inode = 20735 }
-vm_state.vm_map: 23329.183111367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3051761664, end = 3052892160, flags = 134217845, pgoff = 0, inode = 20751 }
-vm_state.vm_map: 23329.183113429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3052892160, end = 3052908544, flags = 135266419, pgoff = 1130496, inode = 20751 }
-vm_state.vm_map: 23329.183115535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3052908544, end = 3053023232, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.183117480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053023232, end = 3053027328, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.183119579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053027328, end = 3053174784, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.183121530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053174784, end = 3053178880, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.183123617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053178880, end = 3053182976, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.183125723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053182976, end = 3053191168, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.183127668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053191168, end = 3053195264, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.183129638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053195264, end = 3053199360, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.183131823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053199360, end = 3053203456, flags = 1048691, pgoff = 3053199360, inode = 0 }
-vm_state.vm_map: 23329.183133873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053203456, end = 3053289472, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.183135818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053289472, end = 3053293568, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.183137800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053293568, end = 3053297664, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.183140036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053297664, end = 3053305856, flags = 1048691, pgoff = 3053297664, inode = 0 }
-vm_state.vm_map: 23329.183142437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3053305856, end = 3054043136, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.183144506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054043136, end = 3054047232, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.183146568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054047232, end = 3054075904, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.183148648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054075904, end = 3054080000, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.183150593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054080000, end = 3054084096, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.183152632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054084096, end = 3054100480, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.183154576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054100480, end = 3054104576, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.183156786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054104576, end = 3054182400, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.183158831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054182400, end = 3054186496, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.183160818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3054186496, end = 3055501312, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.183162801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3055501312, end = 3055509504, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.183164876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3055509504, end = 3055513600, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.183166943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3055513600, end = 3055529984, flags = 1048691, pgoff = 3055513600, inode = 0 }
-vm_state.vm_map: 23329.183168956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3055529984, end = 3056467968, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.183171086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3056467968, end = 3056484352, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.183173155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3056484352, end = 3056488448, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.183175612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3056488448, end = 3056517120, flags = 1048691, pgoff = 3056488448, inode = 0 }
-vm_state.vm_map: 23329.183177656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3056517120, end = 3066556416, flags = 134217845, pgoff = 0, inode = 20739 }
-vm_state.vm_map: 23329.183179694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3066556416, end = 3066716160, flags = 135266419, pgoff = 10035200, inode = 20739 }
-vm_state.vm_map: 23329.183181923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3066716160, end = 3066724352, flags = 1048691, pgoff = 3066716160, inode = 0 }
-vm_state.vm_map: 23329.183183923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3066724352, end = 3070320640, flags = 134217845, pgoff = 0, inode = 1065074 }
-vm_state.vm_map: 23329.183185856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3070320640, end = 3070418944, flags = 135266419, pgoff = 3596288, inode = 1065074 }
-vm_state.vm_map: 23329.183188085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3070418944, end = 3070423040, flags = 1048691, pgoff = 3070418944, inode = 0 }
-vm_state.vm_map: 23329.183190092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3070423040, end = 3072978944, flags = 134217845, pgoff = 0, inode = 20899 }
-vm_state.vm_map: 23329.183192024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3072978944, end = 3073028096, flags = 135266419, pgoff = 2551808, inode = 20899 }
-vm_state.vm_map: 23329.183194155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3073028096, end = 3073032192, flags = 1048691, pgoff = 3073028096, inode = 0 }
-vm_state.vm_map: 23329.183196291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3073032192, end = 3074183168, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.183198224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3074183168, end = 3074199552, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.183200403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3074199552, end = 3074433024, flags = 134217845, pgoff = 0, inode = 1065180 }
-vm_state.vm_map: 23329.183202601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3074433024, end = 3074441216, flags = 135266419, pgoff = 233472, inode = 1065180 }
-vm_state.vm_map: 23329.183204608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3074441216, end = 3074445312, flags = 1048691, pgoff = 3074441216, inode = 0 }
-vm_state.vm_map: 23329.183206738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3074445312, end = 3076747264, flags = 134217845, pgoff = 0, inode = 1065125 }
-vm_state.vm_map: 23329.183209245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3076747264, end = 3076792320, flags = 135266419, pgoff = 2297856, inode = 1065125 }
-vm_state.vm_map: 23329.183211270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3076792320, end = 3079102464, flags = 134217845, pgoff = 0, inode = 20754 }
-vm_state.vm_map: 23329.183213351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079102464, end = 3079131136, flags = 135266419, pgoff = 2306048, inode = 20754 }
-vm_state.vm_map: 23329.183215512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079131136, end = 3079135232, flags = 1048691, pgoff = 3079131136, inode = 0 }
-vm_state.vm_map: 23329.183217865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079135232, end = 3079143424, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.183219951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079143424, end = 3079147520, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.183222057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079147520, end = 3079151616, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.183224163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079151616, end = 3079159808, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.183226188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079159808, end = 3079163904, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.183228379 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079163904, end = 3079180288, flags = 134217845, pgoff = 0, inode = 22094 }
-vm_state.vm_map: 23329.183230485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079180288, end = 3079184384, flags = 135266419, pgoff = 12288, inode = 22094 }
-vm_state.vm_map: 23329.183232627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079184384, end = 3079192576, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.183234671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079192576, end = 3079196672, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.183236778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079196672, end = 3079200768, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.183238876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079200768, end = 3079229440, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.183240920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079229440, end = 3079237632, flags = 1048691, pgoff = 3079229440, inode = 0 }
-vm_state.vm_map: 23329.183243383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079237632, end = 3079241728, flags = 67371125, pgoff = 3079237632, inode = 0 }
-vm_state.vm_map: 23329.183245501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079241728, end = 3079356416, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.183247477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079356416, end = 3079360512, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.183249663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3079360512, end = 3079364608, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.183251707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2336, start = 3215650816, end = 3215736832, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.183257264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
-vm_state.vm_map: 23329.183259419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
-vm_state.vm_map: 23329.183261691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
-vm_state.vm_map: 23329.183263858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 163319808, end = 163581952, flags = 1048691, pgoff = 163319808, inode = 0 }
-vm_state.vm_map: 23329.183266260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074785280, end = 3074826240, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.183268372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074826240, end = 3074830336, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.183270545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074830336, end = 3074834432, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.183272805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074834432, end = 3074871296, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.183274898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074871296, end = 3074875392, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.183276843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074875392, end = 3074879488, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.183282629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074879488, end = 3074957312, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.183284679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074957312, end = 3074961408, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.183286667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074961408, end = 3074965504, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.183288785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074965504, end = 3074973696, flags = 1048691, pgoff = 3074965504, inode = 0 }
-vm_state.vm_map: 23329.183291008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074973696, end = 3074998272, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.183293021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3074998272, end = 3075002368, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.183295119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3075002368, end = 3075006464, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.183297398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3075006464, end = 3076337664, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.183302486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3076337664, end = 3076341760, flags = 1048691, pgoff = 3076337664, inode = 0 }
-vm_state.vm_map: 23329.183304783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3076341760, end = 3077656576, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.183306901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077656576, end = 3077664768, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.183309124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077664768, end = 3077668864, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.183311364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077668864, end = 3077685248, flags = 1048691, pgoff = 3077668864, inode = 0 }
-vm_state.vm_map: 23329.183313593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077685248, end = 3077693440, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.183315972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077693440, end = 3077697536, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.183318181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077697536, end = 3077701632, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.183320577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077701632, end = 3077918720, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 23329.183322775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077918720, end = 3077931008, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 23329.183324948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3077996544, end = 3078025216, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.183326998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3078025216, end = 3078033408, flags = 1048691, pgoff = 3078025216, inode = 0 }
-vm_state.vm_map: 23329.183329085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3078033408, end = 3078037504, flags = 67371125, pgoff = 3078033408, inode = 0 }
-vm_state.vm_map: 23329.183331672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3078037504, end = 3078152192, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.183333747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3078152192, end = 3078156288, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.183335840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3078156288, end = 3078160384, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.183337798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2536, start = 3214131200, end = 3214217216, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.183344404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 134512640, end = 134541312, flags = 134223989, pgoff = 0, inode = 1048590 }
-vm_state.vm_map: 23329.183346565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 134541312, end = 134545408, flags = 135272563, pgoff = 24576, inode = 1048590 }
-vm_state.vm_map: 23329.183348566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 134545408, end = 134561792, flags = 1048691, pgoff = 134545408, inode = 0 }
-vm_state.vm_map: 23329.183350622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 135610368, end = 135745536, flags = 1048691, pgoff = 135610368, inode = 0 }
-vm_state.vm_map: 23329.183353395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3074928640, end = 3074957312, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.183355549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3074957312, end = 3074961408, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.183357519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3074961408, end = 3074965504, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.183359674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3074965504, end = 3075051520, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.183361965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075051520, end = 3075055616, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.183363978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075055616, end = 3075059712, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.183366170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075059712, end = 3075067904, flags = 1048691, pgoff = 3075059712, inode = 0 }
-vm_state.vm_map: 23329.183368269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075067904, end = 3075293184, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.183370565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075293184, end = 3075297280, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.183372584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075297280, end = 3075301376, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.183375098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075301376, end = 3075338240, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.183377184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075338240, end = 3075342336, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.183379358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075342336, end = 3075346432, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.183381426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075346432, end = 3075506176, flags = 1048691, pgoff = 3075346432, inode = 0 }
-vm_state.vm_map: 23329.183383834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075506176, end = 3075555328, flags = 134217845, pgoff = 0, inode = 500088 }
-vm_state.vm_map: 23329.183385767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075555328, end = 3075559424, flags = 135266419, pgoff = 45056, inode = 500088 }
-vm_state.vm_map: 23329.183388169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075559424, end = 3075608576, flags = 1048691, pgoff = 3075559424, inode = 0 }
-vm_state.vm_map: 23329.183390287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075608576, end = 3075706880, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.183392232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075706880, end = 3075710976, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.183394405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075710976, end = 3075715072, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.183396708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075768320, end = 3075805184, flags = 134217845, pgoff = 0, inode = 499730 }
-vm_state.vm_map: 23329.183398844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075805184, end = 3075809280, flags = 135266419, pgoff = 32768, inode = 499730 }
-vm_state.vm_map: 23329.183404050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075809280, end = 3075850240, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.183406217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075850240, end = 3075854336, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.183410910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075854336, end = 3075858432, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.183415670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075858432, end = 3075895296, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.183420208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075895296, end = 3075899392, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.183422265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075899392, end = 3075903488, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.183424895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075903488, end = 3075981312, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.183426840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075981312, end = 3075985408, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.183428915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075985408, end = 3075989504, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.183430866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075989504, end = 3075997696, flags = 1048691, pgoff = 3075989504, inode = 0 }
-vm_state.vm_map: 23329.183433014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3075997696, end = 3076022272, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.183434953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3076022272, end = 3076026368, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.183437016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3076026368, end = 3076030464, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.183439195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3076030464, end = 3077361664, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.183441146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3077361664, end = 3077365760, flags = 1048691, pgoff = 3077361664, inode = 0 }
-vm_state.vm_map: 23329.183443246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3077365760, end = 3077373952, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.183445290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3077373952, end = 3077378048, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.183447314 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3077378048, end = 3077382144, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.183449432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3077382144, end = 3078696960, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.183451389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078696960, end = 3078705152, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.183453334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078705152, end = 3078709248, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.183455514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078709248, end = 3078725632, flags = 1048691, pgoff = 3078709248, inode = 0 }
-vm_state.vm_map: 23329.183458318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078725632, end = 3078733824, flags = 134217845, pgoff = 0, inode = 499739 }
-vm_state.vm_map: 23329.183460503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078733824, end = 3078737920, flags = 135266419, pgoff = 4096, inode = 499739 }
-vm_state.vm_map: 23329.183462972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078737920, end = 3078778880, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 23329.183465005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078778880, end = 3078782976, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 23329.183467400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078791168, end = 3078799360, flags = 134217845, pgoff = 0, inode = 17167 }
-vm_state.vm_map: 23329.183469456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078799360, end = 3078803456, flags = 135266419, pgoff = 8192, inode = 17167 }
-vm_state.vm_map: 23329.183471827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078803456, end = 3078811648, flags = 134217845, pgoff = 0, inode = 499908 }
-vm_state.vm_map: 23329.183473772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078811648, end = 3078815744, flags = 135266419, pgoff = 4096, inode = 499908 }
-vm_state.vm_map: 23329.183476291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078815744, end = 3078819840, flags = 134217845, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 23329.183478224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078819840, end = 3078823936, flags = 135266419, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 23329.183480490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078823936, end = 3078828032, flags = 134217845, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 23329.183482428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078828032, end = 3078832128, flags = 135266419, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 23329.183484843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078836224, end = 3078844416, flags = 134217845, pgoff = 0, inode = 500086 }
-vm_state.vm_map: 23329.183486782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078844416, end = 3078848512, flags = 135266419, pgoff = 4096, inode = 500086 }
-vm_state.vm_map: 23329.183489041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078848512, end = 3078860800, flags = 134217845, pgoff = 0, inode = 500089 }
-vm_state.vm_map: 23329.183490980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078860800, end = 3078864896, flags = 135266419, pgoff = 8192, inode = 500089 }
-vm_state.vm_map: 23329.183496334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078864896, end = 3078868992, flags = 134217845, pgoff = 0, inode = 499772 }
-vm_state.vm_map: 23329.183498402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078868992, end = 3078873088, flags = 135266419, pgoff = 0, inode = 499772 }
-vm_state.vm_map: 23329.183500471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078877184, end = 3078885376, flags = 1048691, pgoff = 3078877184, inode = 0 }
-vm_state.vm_map: 23329.183502539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078885376, end = 3078889472, flags = 67371125, pgoff = 3078885376, inode = 0 }
-vm_state.vm_map: 23329.183504620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3078889472, end = 3079004160, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.183506806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3079004160, end = 3079008256, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.183508831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3079008256, end = 3079012352, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.183510936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2630, start = 3220340736, end = 3220426752, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.183513455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
-vm_state.vm_map: 23329.183515512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
-vm_state.vm_map: 23329.183517568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
-vm_state.vm_map: 23329.183519748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 142737408, end = 142987264, flags = 1048691, pgoff = 142737408, inode = 0 }
-vm_state.vm_map: 23329.183521909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074293760, end = 3074334720, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.183540944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074334720, end = 3074338816, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.183543414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074338816, end = 3074342912, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.183546063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074342912, end = 3074379776, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.183548242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074379776, end = 3074383872, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.183550403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074383872, end = 3074387968, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.183552669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074387968, end = 3074465792, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.183554787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074465792, end = 3074469888, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.183556880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074469888, end = 3074473984, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.183558887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074473984, end = 3074482176, flags = 1048691, pgoff = 3074473984, inode = 0 }
-vm_state.vm_map: 23329.183561017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074482176, end = 3074506752, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.183563117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074506752, end = 3074510848, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.183565117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074510848, end = 3074514944, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.183567254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3074514944, end = 3075846144, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.183569433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3075846144, end = 3075850240, flags = 1048691, pgoff = 3075846144, inode = 0 }
-vm_state.vm_map: 23329.183571693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3075850240, end = 3077165056, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.183573774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077165056, end = 3077173248, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.183576059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077173248, end = 3077177344, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.183578220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077177344, end = 3077193728, flags = 1048691, pgoff = 3077177344, inode = 0 }
-vm_state.vm_map: 23329.183580844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077193728, end = 3077201920, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.183582973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077201920, end = 3077206016, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.183585018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077206016, end = 3077210112, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.183587179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077210112, end = 3077427200, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 23329.183589277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077427200, end = 3077439488, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 23329.183591464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077505024, end = 3077533696, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.183593618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077533696, end = 3077541888, flags = 1048691, pgoff = 3077533696, inode = 0 }
-vm_state.vm_map: 23329.183595675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077541888, end = 3077545984, flags = 67371125, pgoff = 3077541888, inode = 0 }
-vm_state.vm_map: 23329.183597928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077545984, end = 3077660672, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.183603565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077660672, end = 3077664768, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.183605727 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3077664768, end = 3077668864, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.183607845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2639, start = 3220750336, end = 3220836352, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.183610678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3073134592, end = 3073925120, flags = 1048691, pgoff = 3074293760, inode = 0 }
-vm_state.vm_map: 23329.183615698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074428928, end = 3074449408, flags = 134217845, pgoff = 0, inode = 508374 }
-vm_state.vm_map: 23329.183618094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074449408, end = 3074453504, flags = 135266417, pgoff = 16384, inode = 508374 }
-vm_state.vm_map: 23329.183620150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074453504, end = 3074457600, flags = 135266419, pgoff = 20480, inode = 508374 }
-vm_state.vm_map: 23329.183622428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074457600, end = 3074498560, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.183624478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074498560, end = 3074502656, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.183626640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074502656, end = 3074506752, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.183628869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074506752, end = 3074543616, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.183630863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074543616, end = 3074547712, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.183633043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074547712, end = 3074551808, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.183635290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074551808, end = 3074576384, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.183637377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074576384, end = 3074580480, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.183639409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074580480, end = 3074584576, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.183641514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074584576, end = 3074592768, flags = 1048691, pgoff = 3074584576, inode = 0 }
-vm_state.vm_map: 23329.183643768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074592768, end = 3074678784, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.183645799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074678784, end = 3074682880, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.183647818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074682880, end = 3074686976, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.183652702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074686976, end = 3074695168, flags = 1048691, pgoff = 3074686976, inode = 0 }
-vm_state.vm_map: 23329.183657519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074695168, end = 3074703360, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 23329.183659568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074703360, end = 3074707456, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 23329.183661617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074707456, end = 3074711552, flags = 1048691, pgoff = 3074707456, inode = 0 }
-vm_state.vm_map: 23329.183663835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074711552, end = 3074736128, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 23329.183665904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074736128, end = 3074740224, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 23329.183668213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074740224, end = 3074748416, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.183670170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074748416, end = 3074752512, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.183672318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074752512, end = 3074756608, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.183674386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3074756608, end = 3076071424, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.183676461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076071424, end = 3076079616, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.183678511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076079616, end = 3076083712, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.183680556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076083712, end = 3076096000, flags = 1048691, pgoff = 3076083712, inode = 0 }
-vm_state.vm_map: 23329.183682771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076096000, end = 3076104192, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 23329.183684748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076104192, end = 3076108288, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 23329.183687347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076108288, end = 3076268032, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 23329.183689341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076268032, end = 3076272128, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 23329.183691521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076272128, end = 3076276224, flags = 1048691, pgoff = 3076272128, inode = 0 }
-vm_state.vm_map: 23329.183693639 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076276224, end = 3076935680, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 23329.183797247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076935680, end = 3076960256, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 23329.183799457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3076960256, end = 3077124096, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 23329.183801563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077124096, end = 3077128192, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 23329.183803792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077128192, end = 3077165056, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.183805897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077165056, end = 3077169152, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.183808052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077169152, end = 3077173248, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.183810133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077173248, end = 3077332992, flags = 1048691, pgoff = 3077173248, inode = 0 }
-vm_state.vm_map: 23329.183812381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077332992, end = 3077410816, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.183814418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077410816, end = 3077414912, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.183816598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077414912, end = 3077419008, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.183818679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077419008, end = 3077427200, flags = 1048691, pgoff = 3077419008, inode = 0 }
-vm_state.vm_map: 23329.183820925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077427200, end = 3077505024, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.183823494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077505024, end = 3077509120, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.183825798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077509120, end = 3077517312, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.183827890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077517312, end = 3077521408, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.183830028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077521408, end = 3077525504, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.183832126 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077525504, end = 3077529600, flags = 1048691, pgoff = 3077525504, inode = 0 }
-vm_state.vm_map: 23329.183834541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3077529600, end = 3078832128, flags = 134217845, pgoff = 0, inode = 33850 }
-vm_state.vm_map: 23329.183836504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3078832128, end = 3078926336, flags = 135266419, pgoff = 1302528, inode = 33850 }
-vm_state.vm_map: 23329.183838665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3078926336, end = 3078938624, flags = 1048691, pgoff = 3078926336, inode = 0 }
-vm_state.vm_map: 23329.183840807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3078938624, end = 3079008256, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.183842814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079008256, end = 3079012352, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.183844926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079012352, end = 3079016448, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.183847013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079016448, end = 3079024640, flags = 1048691, pgoff = 3079016448, inode = 0 }
-vm_state.vm_map: 23329.183848982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079118848, end = 3079127040, flags = 1048691, pgoff = 3079118848, inode = 0 }
-vm_state.vm_map: 23329.183851174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079127040, end = 3079131136, flags = 67371125, pgoff = 3079127040, inode = 0 }
-vm_state.vm_map: 23329.183853366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079131136, end = 3079245824, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.183855503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079245824, end = 3079249920, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.183857973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079249920, end = 3079254016, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.183864048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079254016, end = 3079565312, flags = 134223989, pgoff = 0, inode = 19234 }
-vm_state.vm_map: 23329.183866203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079565312, end = 3079569408, flags = 135272561, pgoff = 311296, inode = 19234 }
-vm_state.vm_map: 23329.183868192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079569408, end = 3079573504, flags = 135272563, pgoff = 315392, inode = 19234 }
-vm_state.vm_map: 23329.183870353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3079573504, end = 3079585792, flags = 1048691, pgoff = 3079573504, inode = 0 }
-vm_state.vm_map: 23329.183872514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3088822272, end = 3089399808, flags = 1048691, pgoff = 3088822272, inode = 0 }
-vm_state.vm_map: 23329.183874440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2748, start = 3215134720, end = 3215220736, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.183877546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3070738432, end = 3071627264, flags = 1048691, pgoff = 3071631360, inode = 0 }
-vm_state.vm_map: 23329.183879645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073454080, end = 3073474560, flags = 134217845, pgoff = 0, inode = 508374 }
-vm_state.vm_map: 23329.183881763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073474560, end = 3073478656, flags = 135266417, pgoff = 16384, inode = 508374 }
-vm_state.vm_map: 23329.183884042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073478656, end = 3073482752, flags = 135266419, pgoff = 20480, inode = 508374 }
-vm_state.vm_map: 23329.183886159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073482752, end = 3073523712, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.183888117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073523712, end = 3073527808, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.183890426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073527808, end = 3073531904, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.183892637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073531904, end = 3073568768, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.183895105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073568768, end = 3073572864, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.183897347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073572864, end = 3073576960, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.183899465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073576960, end = 3073601536, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.183901404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073601536, end = 3073605632, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.183903490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073605632, end = 3073609728, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.183905795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073609728, end = 3073617920, flags = 1048691, pgoff = 3073609728, inode = 0 }
-vm_state.vm_map: 23329.183908103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073617920, end = 3073703936, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.183910140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073703936, end = 3073708032, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.183912105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073708032, end = 3073712128, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.183914407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073712128, end = 3073720320, flags = 1048691, pgoff = 3073712128, inode = 0 }
-vm_state.vm_map: 23329.183916494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073720320, end = 3073728512, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 23329.183918433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073728512, end = 3073732608, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 23329.183920366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073732608, end = 3073736704, flags = 1048691, pgoff = 3073732608, inode = 0 }
-vm_state.vm_map: 23329.183922625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073736704, end = 3073761280, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 23329.183924861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073761280, end = 3073765376, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 23329.183927046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073765376, end = 3073773568, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.183929590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073773568, end = 3073777664, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.183931696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073777664, end = 3073781760, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.183933808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3073781760, end = 3075096576, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.183935753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075096576, end = 3075104768, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.183937698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075104768, end = 3075108864, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.183939859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075108864, end = 3075121152, flags = 1048691, pgoff = 3075108864, inode = 0 }
-vm_state.vm_map: 23329.183942224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075121152, end = 3075129344, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 23329.183944434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075129344, end = 3075133440, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 23329.183946521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075133440, end = 3075293184, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 23329.183948688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075293184, end = 3075297280, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 23329.183950831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075297280, end = 3075301376, flags = 1048691, pgoff = 3075297280, inode = 0 }
-vm_state.vm_map: 23329.183952992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075301376, end = 3075960832, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 23329.183955023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075960832, end = 3075985408, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 23329.183957308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3075985408, end = 3076149248, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 23329.183959339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076149248, end = 3076153344, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 23329.183961396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076153344, end = 3076190208, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.183963661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076190208, end = 3076194304, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.183965854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076194304, end = 3076198400, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.183967779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076198400, end = 3076358144, flags = 1048691, pgoff = 3076198400, inode = 0 }
-vm_state.vm_map: 23329.183969941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076358144, end = 3076435968, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.183971984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076435968, end = 3076440064, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.183974244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076440064, end = 3076444160, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.183976177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076444160, end = 3076452352, flags = 1048691, pgoff = 3076444160, inode = 0 }
-vm_state.vm_map: 23329.183978208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076452352, end = 3076530176, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.183980270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076530176, end = 3076534272, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.183982450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076534272, end = 3076542464, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.183984395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076542464, end = 3076546560, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.183986327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076546560, end = 3076550656, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.183988254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076550656, end = 3076554752, flags = 1048691, pgoff = 3076550656, inode = 0 }
-vm_state.vm_map: 23329.183990471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3076554752, end = 3077857280, flags = 134217845, pgoff = 0, inode = 33850 }
-vm_state.vm_map: 23329.183992570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3077857280, end = 3077951488, flags = 135266419, pgoff = 1302528, inode = 33850 }
-vm_state.vm_map: 23329.183994496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3077951488, end = 3077963776, flags = 1048691, pgoff = 3077951488, inode = 0 }
-vm_state.vm_map: 23329.183996892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3077963776, end = 3078033408, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.183999035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078033408, end = 3078037504, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.184001072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078037504, end = 3078041600, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.184003011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078041600, end = 3078049792, flags = 1048691, pgoff = 3078041600, inode = 0 }
-vm_state.vm_map: 23329.184004938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078144000, end = 3078152192, flags = 1048691, pgoff = 3078144000, inode = 0 }
-vm_state.vm_map: 23329.184007000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078152192, end = 3078156288, flags = 67371125, pgoff = 3078152192, inode = 0 }
-vm_state.vm_map: 23329.184009198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078156288, end = 3078270976, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.184011155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078270976, end = 3078275072, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.184013224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078275072, end = 3078279168, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.184015459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078279168, end = 3078590464, flags = 134223989, pgoff = 0, inode = 19234 }
-vm_state.vm_map: 23329.184017385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078590464, end = 3078594560, flags = 135272561, pgoff = 311296, inode = 19234 }
-vm_state.vm_map: 23329.184019318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078594560, end = 3078598656, flags = 135272563, pgoff = 315392, inode = 19234 }
-vm_state.vm_map: 23329.184021245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3078598656, end = 3078610944, flags = 1048691, pgoff = 3078598656, inode = 0 }
-vm_state.vm_map: 23329.184023461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3103694848, end = 3104108544, flags = 1048691, pgoff = 3103694848, inode = 0 }
-vm_state.vm_map: 23329.184025449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2757, start = 3214385152, end = 3214471168, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.184028271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 134512640, end = 134545408, flags = 134223989, pgoff = 0, inode = 18385 }
-vm_state.vm_map: 23329.184030655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 134545408, end = 134549504, flags = 135272563, pgoff = 28672, inode = 18385 }
-vm_state.vm_map: 23329.184032884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 134549504, end = 134553600, flags = 1048691, pgoff = 134549504, inode = 0 }
-vm_state.vm_map: 23329.184034866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 161918976, end = 162054144, flags = 1048691, pgoff = 161918976, inode = 0 }
-vm_state.vm_map: 23329.184036927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074125824, end = 3074211840, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.184038861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074211840, end = 3074215936, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.184041096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074215936, end = 3074220032, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.184043435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074220032, end = 3074228224, flags = 1048691, pgoff = 3074220032, inode = 0 }
-vm_state.vm_map: 23329.184045732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074228224, end = 3074453504, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.184050567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074453504, end = 3074457600, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.184052758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074457600, end = 3074461696, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.184054907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074461696, end = 3074465792, flags = 1048691, pgoff = 3074461696, inode = 0 }
-vm_state.vm_map: 23329.184057113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074465792, end = 3074494464, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.184059297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074494464, end = 3074531328, flags = 134217845, pgoff = 0, inode = 499730 }
-vm_state.vm_map: 23329.184061372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074531328, end = 3074535424, flags = 135266419, pgoff = 32768, inode = 499730 }
-vm_state.vm_map: 23329.184063780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074535424, end = 3074551808, flags = 134217845, pgoff = 0, inode = 500096 }
-vm_state.vm_map: 23329.184066194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074551808, end = 3074555904, flags = 135266419, pgoff = 12288, inode = 500096 }
-vm_state.vm_map: 23329.184068374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074555904, end = 3074592768, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.184070325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074592768, end = 3074596864, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.184072381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074596864, end = 3074600960, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.184074456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074600960, end = 3074760704, flags = 1048691, pgoff = 3074600960, inode = 0 }
-vm_state.vm_map: 23329.184076654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074760704, end = 3074809856, flags = 134217845, pgoff = 0, inode = 500088 }
-vm_state.vm_map: 23329.184078723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074809856, end = 3074813952, flags = 135266419, pgoff = 45056, inode = 500088 }
-vm_state.vm_map: 23329.184080785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074813952, end = 3074863104, flags = 1048691, pgoff = 3074813952, inode = 0 }
-vm_state.vm_map: 23329.184083181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074863104, end = 3074904064, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.184085181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074904064, end = 3074908160, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.184087169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074908160, end = 3074912256, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.184089361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074912256, end = 3074990080, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.184091535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074990080, end = 3074994176, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.184093708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074994176, end = 3074998272, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.184095777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3074998272, end = 3075006464, flags = 1048691, pgoff = 3074998272, inode = 0 }
-vm_state.vm_map: 23329.184097882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075006464, end = 3075035136, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.184100420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075035136, end = 3075039232, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.184102470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075039232, end = 3075043328, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.184104600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075043328, end = 3075051520, flags = 134217845, pgoff = 0, inode = 17167 }
-vm_state.vm_map: 23329.184106693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075051520, end = 3075055616, flags = 135266419, pgoff = 8192, inode = 17167 }
-vm_state.vm_map: 23329.184109021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075055616, end = 3075063808, flags = 134217845, pgoff = 0, inode = 499908 }
-vm_state.vm_map: 23329.184111127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075063808, end = 3075067904, flags = 135266419, pgoff = 4096, inode = 499908 }
-vm_state.vm_map: 23329.184113263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075067904, end = 3075080192, flags = 134217845, pgoff = 0, inode = 500089 }
-vm_state.vm_map: 23329.184115411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075080192, end = 3075084288, flags = 135266419, pgoff = 8192, inode = 500089 }
-vm_state.vm_map: 23329.184117653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075084288, end = 3075088384, flags = 134217845, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 23329.184119839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075088384, end = 3075092480, flags = 135266419, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 23329.184122098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075092480, end = 3075096576, flags = 134217845, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 23329.184124043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075096576, end = 3075100672, flags = 135266419, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 23329.184126377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3075100672, end = 3076431872, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.184128402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3076431872, end = 3076435968, flags = 1048691, pgoff = 3076431872, inode = 0 }
-vm_state.vm_map: 23329.184130841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3076435968, end = 3076444160, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.184132811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3076444160, end = 3076448256, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.184135429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3076448256, end = 3076452352, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.184137794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3076452352, end = 3077767168, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.184140023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077767168, end = 3077775360, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.184142097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077775360, end = 3077779456, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.184144277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077779456, end = 3077795840, flags = 1048691, pgoff = 3077779456, inode = 0 }
-vm_state.vm_map: 23329.184146561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077795840, end = 3077894144, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.184148790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077894144, end = 3077898240, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.184150766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077898240, end = 3077902336, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.184153174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077902336, end = 3077943296, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 23329.184155218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077943296, end = 3077947392, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 23329.184157441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077951488, end = 3077988352, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.184159454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077988352, end = 3077992448, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.184161553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077992448, end = 3077996544, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.184163782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3077996544, end = 3078021120, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.184165888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3078021120, end = 3078025216, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.184167907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3078025216, end = 3078029312, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.184170389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3078033408, end = 3078049792, flags = 1048691, pgoff = 3078033408, inode = 0 }
-vm_state.vm_map: 23329.184172495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3078049792, end = 3078053888, flags = 67371125, pgoff = 3078049792, inode = 0 }
-vm_state.vm_map: 23329.184174724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3078053888, end = 3078168576, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.184176804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3078168576, end = 3078172672, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.184178990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3078172672, end = 3078176768, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.184181014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2782, start = 3219382272, end = 3219468288, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.184184239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 134512640, end = 135254016, flags = 134223989, pgoff = 0, inode = 20038 }
-vm_state.vm_map: 23329.184186369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 135254016, end = 135270400, flags = 135272563, pgoff = 741376, inode = 20038 }
-vm_state.vm_map: 23329.184188487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 135270400, end = 135282688, flags = 1048691, pgoff = 135270400, inode = 0 }
-vm_state.vm_map: 23329.184190684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 159780864, end = 159916032, flags = 1048691, pgoff = 159780864, inode = 0 }
-vm_state.vm_map: 23329.184192863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073626112, end = 3073667072, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.184194926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073667072, end = 3073671168, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.184197087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073671168, end = 3073675264, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.184199291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073675264, end = 3073712128, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.184201347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073712128, end = 3073716224, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.184203596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073716224, end = 3073720320, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.184206028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073720320, end = 3073744896, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.184207966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073744896, end = 3073748992, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.184210023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073748992, end = 3073753088, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.184212190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073753088, end = 3073757184, flags = 1048691, pgoff = 3073753088, inode = 0 }
-vm_state.vm_map: 23329.184214252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073757184, end = 3073769472, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 23329.184216277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073769472, end = 3073773568, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 23329.184218321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073773568, end = 3073777664, flags = 1048691, pgoff = 3073773568, inode = 0 }
-vm_state.vm_map: 23329.184220550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3073777664, end = 3074240512, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 23329.184222600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074240512, end = 3074252800, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 23329.184224885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074252800, end = 3074330624, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.184226867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074330624, end = 3074334720, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.184229232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074334720, end = 3074396160, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 23329.184231220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074396160, end = 3074400256, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 23329.184233362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074400256, end = 3074486272, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.184235338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074486272, end = 3074490368, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.184237592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074490368, end = 3074494464, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.184239988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074494464, end = 3074502656, flags = 1048691, pgoff = 3074494464, inode = 0 }
-vm_state.vm_map: 23329.184242198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3074502656, end = 3075817472, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.184244248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3075817472, end = 3075825664, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.184246403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3075825664, end = 3075829760, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.184248509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3075829760, end = 3075846144, flags = 1048691, pgoff = 3075829760, inode = 0 }
-vm_state.vm_map: 23329.184250582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3075846144, end = 3076038656, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.184252584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3076038656, end = 3076042752, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.184254942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3076042752, end = 3076648960, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 23329.184256955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3076648960, end = 3076665344, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 23329.184259401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3076665344, end = 3078119424, flags = 134217845, pgoff = 0, inode = 17110 }
-vm_state.vm_map: 23329.184261456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078119424, end = 3078131712, flags = 135266419, pgoff = 1454080, inode = 17110 }
-vm_state.vm_map: 23329.184263567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078131712, end = 3078139904, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.184265662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078139904, end = 3078144000, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.184267748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078144000, end = 3078148096, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.184270076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078148096, end = 3078295552, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.184272244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078295552, end = 3078299648, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.184274509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078299648, end = 3078303744, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.184276725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078303744, end = 3078340608, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.184278899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078340608, end = 3078344704, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.184281023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078344704, end = 3078348800, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.184283233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078348800, end = 3078512640, flags = 1048691, pgoff = 3078348800, inode = 0 }
-vm_state.vm_map: 23329.184285604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078512640, end = 3078590464, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.184287648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078590464, end = 3078594560, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.184289852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078594560, end = 3078598656, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.184292026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078598656, end = 3078606848, flags = 1048691, pgoff = 3078598656, inode = 0 }
-vm_state.vm_map: 23329.184294144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078606848, end = 3078676480, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.184296255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078676480, end = 3078680576, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.184298342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078680576, end = 3078684672, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.184300615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078684672, end = 3078692864, flags = 1048691, pgoff = 3078684672, inode = 0 }
-vm_state.vm_map: 23329.184302794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078754304, end = 3078774784, flags = 134217845, pgoff = 0, inode = 508374 }
-vm_state.vm_map: 23329.184304887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078774784, end = 3078778880, flags = 135266417, pgoff = 16384, inode = 508374 }
-vm_state.vm_map: 23329.184307036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078778880, end = 3078782976, flags = 135266419, pgoff = 20480, inode = 508374 }
-vm_state.vm_map: 23329.184309426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078782976, end = 3078795264, flags = 1048691, pgoff = 3078782976, inode = 0 }
-vm_state.vm_map: 23329.184311420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078795264, end = 3078799360, flags = 67371125, pgoff = 3078795264, inode = 0 }
-vm_state.vm_map: 23329.184313587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078799360, end = 3078914048, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.184315724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078914048, end = 3078918144, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.184317755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3078918144, end = 3078922240, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.184319953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2794, start = 3214393344, end = 3214921728, flags = 1048947, pgoff = 3220697088, inode = 0 }
-vm_state.vm_map: 23329.184322553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073204224, end = 3073224704, flags = 134217845, pgoff = 0, inode = 508374 }
-vm_state.vm_map: 23329.184327412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073224704, end = 3073228800, flags = 135266417, pgoff = 16384, inode = 508374 }
-vm_state.vm_map: 23329.184329580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073228800, end = 3073232896, flags = 135266419, pgoff = 20480, inode = 508374 }
-vm_state.vm_map: 23329.184331821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073232896, end = 3073273856, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.184333950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073273856, end = 3073277952, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.184336112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073277952, end = 3073282048, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.184338440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073282048, end = 3073318912, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.184340620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073318912, end = 3073323008, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.184342804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073323008, end = 3073327104, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.184345399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073327104, end = 3073351680, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.184347497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073351680, end = 3073355776, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.184349547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073355776, end = 3073359872, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.184351566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073359872, end = 3073368064, flags = 1048691, pgoff = 3073359872, inode = 0 }
-vm_state.vm_map: 23329.184353882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073368064, end = 3073454080, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.184355889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073454080, end = 3073458176, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.184358056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073458176, end = 3073462272, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.184360118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073462272, end = 3073470464, flags = 1048691, pgoff = 3073462272, inode = 0 }
-vm_state.vm_map: 23329.184362291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073470464, end = 3073478656, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 23329.184364286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073478656, end = 3073482752, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 23329.184366521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073482752, end = 3073486848, flags = 1048691, pgoff = 3073482752, inode = 0 }
-vm_state.vm_map: 23329.184368750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073486848, end = 3073511424, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 23329.184370954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073511424, end = 3073515520, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 23329.184375517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073515520, end = 3073523712, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.184377691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073523712, end = 3073527808, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.184380198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073527808, end = 3073531904, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.184382451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3073531904, end = 3074846720, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.184384662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3074846720, end = 3074854912, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.184386829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3074854912, end = 3074859008, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.184389003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3074859008, end = 3074871296, flags = 1048691, pgoff = 3074859008, inode = 0 }
-vm_state.vm_map: 23329.184391077 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3074871296, end = 3074879488, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 23329.184393195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3074879488, end = 3074883584, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 23329.184395412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3074883584, end = 3075043328, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 23329.184397598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075043328, end = 3075047424, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 23329.184399752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075047424, end = 3075051520, flags = 1048691, pgoff = 3075047424, inode = 0 }
-vm_state.vm_map: 23329.184401956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075051520, end = 3075710976, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 23329.184404067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075710976, end = 3075735552, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 23329.184406247 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075735552, end = 3075899392, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 23329.184408260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075899392, end = 3075903488, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 23329.184410471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075903488, end = 3075940352, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.184412502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075940352, end = 3075944448, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.184414848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075944448, end = 3075948544, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.184417134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3075948544, end = 3076108288, flags = 1048691, pgoff = 3075948544, inode = 0 }
-vm_state.vm_map: 23329.184419431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076108288, end = 3076186112, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.184421487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076186112, end = 3076190208, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.184423611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076190208, end = 3076194304, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.184425703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076194304, end = 3076202496, flags = 1048691, pgoff = 3076194304, inode = 0 }
-vm_state.vm_map: 23329.184427877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076202496, end = 3076280320, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.184430161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076280320, end = 3076284416, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.184432415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076284416, end = 3076292608, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.184434527 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076292608, end = 3076296704, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.184436558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076296704, end = 3076300800, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.184438583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076300800, end = 3076304896, flags = 1048691, pgoff = 3076300800, inode = 0 }
-vm_state.vm_map: 23329.184440899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3076304896, end = 3077607424, flags = 134217845, pgoff = 0, inode = 33850 }
-vm_state.vm_map: 23329.184442850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077607424, end = 3077701632, flags = 135266419, pgoff = 1302528, inode = 33850 }
-vm_state.vm_map: 23329.184445036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077701632, end = 3077713920, flags = 1048691, pgoff = 3077701632, inode = 0 }
-vm_state.vm_map: 23329.184447184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077713920, end = 3077783552, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.184449759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077783552, end = 3077787648, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.184451803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077787648, end = 3077791744, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.184453989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077791744, end = 3077799936, flags = 1048691, pgoff = 3077791744, inode = 0 }
-vm_state.vm_map: 23329.184456014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077894144, end = 3077902336, flags = 1048691, pgoff = 3077894144, inode = 0 }
-vm_state.vm_map: 23329.184458083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077902336, end = 3077906432, flags = 67371125, pgoff = 3077902336, inode = 0 }
-vm_state.vm_map: 23329.184460225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3077906432, end = 3078021120, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.184462337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3078021120, end = 3078025216, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.184463552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3078025216, end = 3078029312, flags = 135268467, pgoff = 114688, inode = 499899 }
-kernel.irq_entry: 23329.184489626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 23329.184504105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { jiffies = 4297269589, xtime_sec = 1264196274, xtime_nsec = 637522008, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.184516146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.irq_exit: 23329.184543517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 23329.184582620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 23329.184593228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302294, function = 0xc141d458, data = 0 }
-kernel.timer_set: 23329.184598865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302294, function = 0xc14b0234, data = 0 }
-kernel.softirq_exit: 23329.184601137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.sched_schedule: 23329.184611850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { prev_pid = 16927, next_pid = 2336, prev_state = 0 }
-kernel.syscall_entry: 23329.184995897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.185000139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.185004991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.185009603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
-kernel.sched_try_wakeup: 23329.185034629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { pid = 1989, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.185043705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 0 }
-fs.select: 23329.185200173 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185203131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185205143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185209898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185211880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185213998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185216134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185218246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185220246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185222266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185224197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185226192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185228383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185230501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185232440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185234331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185237133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185239047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185241400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185243338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185245252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185247352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185249599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185251476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185253415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185255181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185257293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185259293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185261362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185263264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185265523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185267691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185270031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185271908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185273933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559328907 }
-fs.select: 23329.185276175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559328907 }
-mm.page_free: 23329.185284992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 197942, order = 0 }
-kernel.syscall_exit: 23329.185290987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.185301872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.185304138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 23329.185311702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.185315796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.185318631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.185325965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.185333924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.185335523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 4096 }
-kernel.syscall_entry: 23329.185557305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.185561763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 2652, fd = 48 }
-kernel.syscall_exit: 23329.185563133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 2652 }
-kernel.syscall_entry: 23329.185835347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.185840095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4076, fd = 48 }
-kernel.syscall_exit: 23329.185841417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 4076 }
-kernel.syscall_entry: 23329.186455987 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.186460260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 3548, fd = 48 }
-kernel.syscall_exit: 23329.186461575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 3548 }
-kernel.irq_entry: 23329.186673047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.sched_try_wakeup: 23329.186686817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { pid = 4081, cpu_id = 0, state = 1 }
-kernel.irq_exit: 23329.186712693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.syscall_entry: 23329.186716126 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-kernel.sched_schedule: 23329.186723616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 4081, prev_state = 0 }
-fs.pollfd: 23329.186926522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { fd = 3 }
-fs.pollfd: 23329.186929337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { fd = 57 }
-fs.pollfd: 23329.186932109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { fd = 148 }
-fs.pollfd: 23329.186934054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { fd = 150 }
-fs.pollfd: 23329.186935889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { fd = 151 }
-fs.pollfd: 23329.186937636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { fd = 152 }
-fs.pollfd: 23329.186939513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { fd = 142 }
-kernel.syscall_exit: 23329.186943928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.186962803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 23329.186965810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.186987316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.186990496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 23329.186991737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.186997374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 23329.187000172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.187008185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.187010119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.187011631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 57 }
-fs.pollfd: 23329.187013002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 148 }
-fs.pollfd: 23329.187014361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 150 }
-fs.pollfd: 23329.187015650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 151 }
-fs.pollfd: 23329.187016910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 152 }
-fs.pollfd: 23329.187018268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 142 }
-kernel.syscall_exit: 23329.187019695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.187030377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.187032389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 23329.187033624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.187037934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 23329.187040287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.187044732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.187046400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.187047801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 57 }
-fs.pollfd: 23329.187049153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 148 }
-fs.pollfd: 23329.187050462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 150 }
-fs.pollfd: 23329.187051771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 151 }
-fs.pollfd: 23329.187053056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 152 }
-fs.pollfd: 23329.187054334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 142 }
-kernel.syscall_exit: 23329.187055717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.187089417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.187091862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 23329.187093122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.187097024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 23329.187099370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.187104563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.187106310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.187107786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 57 }
-fs.pollfd: 23329.187109151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 148 }
-fs.pollfd: 23329.187110497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 150 }
-fs.pollfd: 23329.187111874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 151 }
-fs.pollfd: 23329.187113201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 152 }
-fs.pollfd: 23329.187114516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 142 }
-kernel.syscall_exit: 23329.187115924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.187119444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 23329.187121710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.187129780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.187131811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 23329.187133034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.187136646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 23329.187139369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.187145271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.187149673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.187151581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 57 }
-fs.pollfd: 23329.187153162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 148 }
-fs.pollfd: 23329.187154668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 150 }
-fs.pollfd: 23329.187156132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 151 }
-fs.pollfd: 23329.187157584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 152 }
-fs.pollfd: 23329.187159059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 4081, 4081, eclipse, , 4080, 0x0, SYSCALL { fd = 142 }
-kernel.sched_schedule: 23329.187170444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 4081, next_pid = 2336, prev_state = 1 }
-fs.writev: 23329.187288000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 23329.187290211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 23312 }
-kernel.syscall_entry: 23329.187948985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.187952665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.187955115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 23329.187957012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 23329.187958426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 23329.187960519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 23329.187966712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 23329.187968761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 23329.187971756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 23329.187973806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 23329.187976578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
-kernel.syscall_exit: 23329.187978887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.187994262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.187996083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-kernel.syscall_exit: 23329.187998942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 1 }
-kernel.syscall_entry: 23329.188002443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 146 [syscall 146] }
-fs.writev: 23329.188024159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8, vlen = 3 }
-kernel.syscall_exit: 23329.188025913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 15008 }
-kernel.syscall_entry: 23329.188030976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.188033291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.188034514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.188042361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.188044233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.188045430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.188050233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.188053797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.188058482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [syscall 168] }
-fs.pollfd: 23329.188062428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.188064305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 23329.188065892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 23329.188067380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 23329.188068880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 23329.188071653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 23329.188073215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 23329.188075333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 23329.188076833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 23329.188078982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
-kernel.sched_schedule: 23329.188089917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-kernel.sched_try_wakeup: 23329.188251324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-fs.read: 23329.188264321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 8940, fd = 48 }
-kernel.syscall_exit: 23329.188265872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 8940 }
-kernel.syscall_entry: 23329.188288519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.188293323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 12080, fd = 48 }
-kernel.syscall_exit: 23329.188294650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 12080 }
-kernel.syscall_entry: 23329.188382390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.188386088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 152, fd = 48 }
-kernel.syscall_exit: 23329.188387428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 152 }
-kernel.syscall_entry: 23329.188402155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.188410329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 12080, fd = 48 }
-kernel.syscall_exit: 23329.188411681 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 2776 }
-kernel.irq_entry: 23329.189681249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3078487783, handler = 0x0, irq_id = 239, kernel_mode = 0 }
-kernel.sched_try_wakeup: 23329.189830664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { pid = 8996, cpu_id = 0, state = 1 }
-kernel.irq_exit: 23329.189941961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.sched_schedule: 23329.190011797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { prev_pid = 1989, next_pid = 8996, prev_state = 0 }
-kernel.syscall_exit: 23329.190495671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = -110 }
-kernel.syscall_entry: 23329.190549572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 240 [syscall 240] }
-kernel.syscall_exit: 23329.190574055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.190599577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.190641220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.190673937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 23329.190708057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.190727095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.190755594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.190770888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.190795687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.190810429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [syscall 78] }
-kernel.syscall_exit: 23329.190833155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.190850734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.190869667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.190880548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 240 [syscall 240] }
-kernel.sched_schedule: 23329.190934439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 8996, next_pid = 2336, prev_state = 1 }
-fs.pollfd: 23329.191069074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.191081597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 23329.191092024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 23329.191099592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 23329.191107290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 23329.191125047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 23329.191132384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 23329.191140922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 23329.191148199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 23329.191156466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
-kernel.sched_schedule: 23329.191177315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { prev_pid = 2336, next_pid = 1989, prev_state = 1 }
-kernel.irq_entry: 23329.194515191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3078487776, handler = 0xf8a23c7f, irq_id = 14, kernel_mode = 0 }
-kernel.irq_entry: 23329.194549558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { ip = 3238425739, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 23329.194578434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { jiffies = 4297269590, xtime_sec = 1264196274, xtime_nsec = 637522009, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.194612241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.irq_exit: 23329.194671072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { handled = 1 }
-block.rq_complete_fs: 23329.194723412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/block_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { hard_sector = 45387462, rw = 0, errors = 0 }
-kernel.sched_try_wakeup: 23329.194761808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { pid = 16834, cpu_id = 0, state = 2 }
-kernel.timer_set: 23329.194801489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, IRQ { expires = 2302295, function = 0xc141b0a5, data = 4136835584 }
-kernel.irq_exit: 23329.194820067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 23329.194831167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 23329.194851268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SOFTIRQ { expires = 2302295, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 23329.194858734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-kernel.sched_schedule: 23329.194879022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 1989, next_pid = 16834, prev_state = 0 }
-fs.buffer_wait_end: 23329.195345510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { bh = 0xf6e0a320 }
-fs.write: 23329.195480240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 68, fd = 16 }
-kernel.syscall_exit: 23329.195485737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 68 }
-kernel.syscall_entry: 23329.195551140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 13 [syscall 13] }
-kernel.syscall_exit: 23329.195553614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 1264196274 }
-kernel.syscall_entry: 23329.195558729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [syscall 4] }
-fs.write: 23329.195571588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 68, fd = 18 }
-kernel.syscall_exit: 23329.195572847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.195669599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 13 [syscall 13] }
-kernel.syscall_exit: 23329.195671302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 1264196274 }
-kernel.syscall_entry: 23329.195680409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [syscall 158] }
-kernel.syscall_exit: 23329.195707922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.195741252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [syscall 4] }
-fs.write: 23329.195795543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 75, fd = 4 }
-kernel.syscall_exit: 23329.195798807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 75 }
-kernel.syscall_entry: 23329.195811388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [syscall 4] }
-fs.write: 23329.195844070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 75, fd = 6 }
-kernel.syscall_exit: 23329.195845823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 75 }
-kernel.syscall_entry: 23329.195859008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [syscall 4] }
-fs.write: 23329.195884829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 75, fd = 16 }
-kernel.syscall_exit: 23329.195886360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 75 }
-kernel.syscall_entry: 23329.195899625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 13 [syscall 13] }
-kernel.syscall_exit: 23329.195901538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 1264196274 }
-kernel.syscall_entry: 23329.195905826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [syscall 158] }
-kernel.syscall_exit: 23329.195915322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.195926200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7756e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.195930587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.195934055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.195936319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.195939374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 240 [syscall 240] }
-kernel.sched_schedule: 23329.195971303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { prev_pid = 16834, next_pid = 1989, prev_state = 1 }
-kernel.syscall_entry: 23329.202998521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [syscall 3] }
-fs.read: 23329.203019222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 48 }
-kernel.syscall_exit: 23329.203022011 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = -11 }
-kernel.syscall_entry: 23329.203031889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [syscall 265] }
-kernel.syscall_exit: 23329.203037239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.203041539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [syscall 104] }
-kernel.timer_itimer_set: 23329.203048129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 23329.203059310 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, MODE_UNKNOWN { ret = 0 }
-kernel.syscall_entry: 23329.203077159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [syscall 142] }
-fs.select: 23329.203086389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203091177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203094201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203106325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203109003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203111699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203114858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203117271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203120029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203122725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203125385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203128328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203131172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203134486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203137287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203140149 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203143024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203146041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203164817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203167692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203170185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203172746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203175559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203178558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203181353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203183982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203186585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203189516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203192546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203195230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203197957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203200857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203203381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203205583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203208335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.203211260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559657919 }
-kernel.sched_schedule: 23329.203245479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { prev_pid = 1989, next_pid = 16927, prev_state = 1 }
-vm_state.vm_map: 23329.203611000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3078029312, end = 3078340608, flags = 134223989, pgoff = 0, inode = 19234 }
-vm_state.vm_map: 23329.203614449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3078340608, end = 3078344704, flags = 135272561, pgoff = 311296, inode = 19234 }
-vm_state.vm_map: 23329.203616510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3078344704, end = 3078348800, flags = 135272563, pgoff = 315392, inode = 19234 }
-vm_state.vm_map: 23329.203618626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3078348800, end = 3078361088, flags = 1048691, pgoff = 3078348800, inode = 0 }
-vm_state.vm_map: 23329.203620829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3090329600, end = 3090464768, flags = 1048691, pgoff = 3090329600, inode = 0 }
-vm_state.vm_map: 23329.203622865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2838, start = 3220611072, end = 3220697088, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.203627832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073392640, end = 3073413120, flags = 134217845, pgoff = 0, inode = 508374 }
-vm_state.vm_map: 23329.203630047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073413120, end = 3073417216, flags = 135266417, pgoff = 16384, inode = 508374 }
-vm_state.vm_map: 23329.203632244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073417216, end = 3073421312, flags = 135266419, pgoff = 20480, inode = 508374 }
-vm_state.vm_map: 23329.203635211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073421312, end = 3073462272, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.203637390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073462272, end = 3073466368, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.203639598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073466368, end = 3073470464, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.203642270 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073470464, end = 3073507328, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.203644435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073507328, end = 3073511424, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.203646645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073511424, end = 3073515520, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.203649001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073515520, end = 3073540096, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.203651754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073540096, end = 3073544192, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.203653975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073544192, end = 3073548288, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.203656115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073548288, end = 3073556480, flags = 1048691, pgoff = 3073548288, inode = 0 }
-vm_state.vm_map: 23329.203658935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073556480, end = 3073642496, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.203661125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073642496, end = 3073646592, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.203663198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073646592, end = 3073650688, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.203665358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073650688, end = 3073658880, flags = 1048691, pgoff = 3073650688, inode = 0 }
-vm_state.vm_map: 23329.203668190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073658880, end = 3073667072, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 23329.203670399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073667072, end = 3073671168, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 23329.203672855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073671168, end = 3073675264, flags = 1048691, pgoff = 3073671168, inode = 0 }
-vm_state.vm_map: 23329.203675483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073675264, end = 3073699840, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 23329.203677785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073699840, end = 3073703936, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 23329.203680851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073703936, end = 3073712128, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.203683079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073712128, end = 3073716224, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.203685127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073716224, end = 3073720320, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.203688089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3073720320, end = 3075035136, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.203690711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075035136, end = 3075043328, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.203692920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075043328, end = 3075047424, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.203695098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075047424, end = 3075059712, flags = 1048691, pgoff = 3075047424, inode = 0 }
-vm_state.vm_map: 23329.203697689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075059712, end = 3075067904, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 23329.203699929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075067904, end = 3075072000, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 23329.203702687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075072000, end = 3075231744, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 23329.203704736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075231744, end = 3075235840, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 23329.203706969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075235840, end = 3075239936, flags = 1048691, pgoff = 3075235840, inode = 0 }
-vm_state.vm_map: 23329.203709444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075239936, end = 3075899392, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 23329.203711560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075899392, end = 3075923968, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 23329.203713954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3075923968, end = 3076087808, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 23329.203716052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076087808, end = 3076091904, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 23329.203718847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076091904, end = 3076128768, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.203720815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076128768, end = 3076132864, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.203722820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076132864, end = 3076136960, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.203724923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076136960, end = 3076296704, flags = 1048691, pgoff = 3076136960, inode = 0 }
-vm_state.vm_map: 23329.203727843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076296704, end = 3076374528, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.203730169 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076374528, end = 3076378624, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.203732315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076378624, end = 3076382720, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.203734438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076382720, end = 3076390912, flags = 1048691, pgoff = 3076382720, inode = 0 }
-vm_state.vm_map: 23329.203737135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076390912, end = 3076468736, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.203739226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076468736, end = 3076472832, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.203741651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076472832, end = 3076481024, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.203743884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076481024, end = 3076485120, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.203746106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076485120, end = 3076489216, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.203748210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076489216, end = 3076493312, flags = 1048691, pgoff = 3076489216, inode = 0 }
-vm_state.vm_map: 23329.203750943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3076493312, end = 3077795840, flags = 134217845, pgoff = 0, inode = 33850 }
-vm_state.vm_map: 23329.203753109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3077795840, end = 3077890048, flags = 135266419, pgoff = 1302528, inode = 33850 }
-vm_state.vm_map: 23329.203755213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3077890048, end = 3077902336, flags = 1048691, pgoff = 3077890048, inode = 0 }
-vm_state.vm_map: 23329.203757891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3077902336, end = 3077971968, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.203760118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3077971968, end = 3077976064, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.203762265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3077976064, end = 3077980160, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.203764881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3077980160, end = 3077988352, flags = 1048691, pgoff = 3077980160, inode = 0 }
-vm_state.vm_map: 23329.203767084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078082560, end = 3078090752, flags = 1048691, pgoff = 3078082560, inode = 0 }
-vm_state.vm_map: 23329.203769256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078090752, end = 3078094848, flags = 67371125, pgoff = 3078090752, inode = 0 }
-vm_state.vm_map: 23329.203771650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078094848, end = 3078209536, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.203773847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078209536, end = 3078213632, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.203776012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078213632, end = 3078217728, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.203778369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078217728, end = 3078529024, flags = 134223989, pgoff = 0, inode = 19234 }
-vm_state.vm_map: 23329.203780523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078529024, end = 3078533120, flags = 135272561, pgoff = 311296, inode = 19234 }
-vm_state.vm_map: 23329.203782571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078533120, end = 3078537216, flags = 135272563, pgoff = 315392, inode = 19234 }
-vm_state.vm_map: 23329.203784577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3078537216, end = 3078549504, flags = 1048691, pgoff = 3078537216, inode = 0 }
-vm_state.vm_map: 23329.203786656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3100426240, end = 3100561408, flags = 1048691, pgoff = 3100426240, inode = 0 }
-vm_state.vm_map: 23329.203788606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2853, start = 3216293888, end = 3216379904, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.203870482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3071856640, end = 3072942080, flags = 1048691, pgoff = 3073015808, inode = 0 }
-vm_state.vm_map: 23329.203876863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3072983040, end = 3073150976, flags = 1048691, pgoff = 3072983040, inode = 0 }
-vm_state.vm_map: 23329.203879577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073150976, end = 3073171456, flags = 134217845, pgoff = 0, inode = 508374 }
-vm_state.vm_map: 23329.203881700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073171456, end = 3073175552, flags = 135266417, pgoff = 16384, inode = 508374 }
-vm_state.vm_map: 23329.203884062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073175552, end = 3073179648, flags = 135266419, pgoff = 20480, inode = 508374 }
-vm_state.vm_map: 23329.203886605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073179648, end = 3073220608, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.203888782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073220608, end = 3073224704, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.203891034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073224704, end = 3073228800, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.203893293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073228800, end = 3073265664, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.203895508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073265664, end = 3073269760, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.203897692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073269760, end = 3073273856, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.203899981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073273856, end = 3073298432, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.203901980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073298432, end = 3073302528, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.203904189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073302528, end = 3073306624, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.203906238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073306624, end = 3073314816, flags = 1048691, pgoff = 3073306624, inode = 0 }
-vm_state.vm_map: 23329.203908434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073314816, end = 3073400832, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.203910538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073400832, end = 3073404928, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.203912827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073404928, end = 3073409024, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.203915252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073409024, end = 3073417216, flags = 1048691, pgoff = 3073409024, inode = 0 }
-vm_state.vm_map: 23329.203917399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073417216, end = 3073425408, flags = 134217845, pgoff = 0, inode = 500018 }
-vm_state.vm_map: 23329.203919633 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073425408, end = 3073429504, flags = 135266419, pgoff = 4096, inode = 500018 }
-vm_state.vm_map: 23329.203921688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073429504, end = 3073433600, flags = 1048691, pgoff = 3073429504, inode = 0 }
-vm_state.vm_map: 23329.203923940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073433600, end = 3073458176, flags = 134217845, pgoff = 0, inode = 19420 }
-vm_state.vm_map: 23329.203925927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073458176, end = 3073462272, flags = 135266419, pgoff = 20480, inode = 19420 }
-vm_state.vm_map: 23329.203928185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073462272, end = 3073470464, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.203930480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073470464, end = 3073474560, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.203932634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073474560, end = 3073478656, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.203934954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3073478656, end = 3074793472, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.203937118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074793472, end = 3074801664, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.203939180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074801664, end = 3074805760, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.203941407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074805760, end = 3074818048, flags = 1048691, pgoff = 3074805760, inode = 0 }
-vm_state.vm_map: 23329.203943745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074818048, end = 3074826240, flags = 134217845, pgoff = 0, inode = 499720 }
-vm_state.vm_map: 23329.203945961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074826240, end = 3074830336, flags = 135266419, pgoff = 4096, inode = 499720 }
-vm_state.vm_map: 23329.203948163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074830336, end = 3074990080, flags = 134217845, pgoff = 0, inode = 18680 }
-vm_state.vm_map: 23329.203950551 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074990080, end = 3074994176, flags = 135266419, pgoff = 159744, inode = 18680 }
-vm_state.vm_map: 23329.203952945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074994176, end = 3074998272, flags = 1048691, pgoff = 3074994176, inode = 0 }
-vm_state.vm_map: 23329.203955271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3074998272, end = 3075657728, flags = 134217845, pgoff = 0, inode = 19419 }
-vm_state.vm_map: 23329.203957430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3075657728, end = 3075682304, flags = 135266419, pgoff = 659456, inode = 19419 }
-vm_state.vm_map: 23329.203959769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3075682304, end = 3075846144, flags = 134217845, pgoff = 0, inode = 17950 }
-vm_state.vm_map: 23329.203961854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3075846144, end = 3075850240, flags = 135266419, pgoff = 163840, inode = 17950 }
-vm_state.vm_map: 23329.203964039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3075850240, end = 3075887104, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.203965970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3075887104, end = 3075891200, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.203968154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3075891200, end = 3075895296, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.203970314 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3075895296, end = 3076055040, flags = 1048691, pgoff = 3075895296, inode = 0 }
-vm_state.vm_map: 23329.203972529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076055040, end = 3076132864, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.203974627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076132864, end = 3076136960, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.203977008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076136960, end = 3076141056, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.203978970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076141056, end = 3076149248, flags = 1048691, pgoff = 3076141056, inode = 0 }
-vm_state.vm_map: 23329.203981679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076149248, end = 3076227072, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.203983641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076227072, end = 3076231168, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.203986035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076231168, end = 3076239360, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.203988207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076239360, end = 3076243456, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.203990342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076243456, end = 3076247552, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.203992317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076247552, end = 3076251648, flags = 1048691, pgoff = 3076247552, inode = 0 }
-vm_state.vm_map: 23329.203994519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3076251648, end = 3077554176, flags = 134217845, pgoff = 0, inode = 33850 }
-vm_state.vm_map: 23329.203996494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077554176, end = 3077648384, flags = 135266419, pgoff = 1302528, inode = 33850 }
-vm_state.vm_map: 23329.203998487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077648384, end = 3077660672, flags = 1048691, pgoff = 3077648384, inode = 0 }
-vm_state.vm_map: 23329.204000572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077660672, end = 3077730304, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.204002719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077730304, end = 3077734400, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.204004823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077734400, end = 3077738496, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.204006940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077738496, end = 3077746688, flags = 1048691, pgoff = 3077738496, inode = 0 }
-vm_state.vm_map: 23329.204008914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077840896, end = 3077849088, flags = 1048691, pgoff = 3077840896, inode = 0 }
-vm_state.vm_map: 23329.204011086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077849088, end = 3077853184, flags = 67371125, pgoff = 3077849088, inode = 0 }
-vm_state.vm_map: 23329.204013381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077853184, end = 3077967872, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.204015448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077967872, end = 3077971968, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.204017397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077971968, end = 3077976064, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.204020236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3077976064, end = 3078287360, flags = 134223989, pgoff = 0, inode = 19234 }
-vm_state.vm_map: 23329.204022278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3078287360, end = 3078291456, flags = 135272561, pgoff = 311296, inode = 19234 }
-vm_state.vm_map: 23329.204024229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3078291456, end = 3078295552, flags = 135272563, pgoff = 315392, inode = 19234 }
-vm_state.vm_map: 23329.204026412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3078295552, end = 3078307840, flags = 1048691, pgoff = 3078295552, inode = 0 }
-vm_state.vm_map: 23329.204028356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3105570816, end = 3106885632, flags = 1048691, pgoff = 3105570816, inode = 0 }
-vm_state.vm_map: 23329.204030306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 2864, start = 3216633856, end = 3216719872, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.204037475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 134512640, end = 134631424, flags = 134223989, pgoff = 0, inode = 429632 }
-vm_state.vm_map: 23329.204039567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 134631424, end = 134635520, flags = 135272563, pgoff = 118784, inode = 429632 }
-vm_state.vm_map: 23329.204041726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 164012032, end = 164147200, flags = 1048691, pgoff = 164012032, inode = 0 }
-vm_state.vm_map: 23329.204044015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072811008, end = 3072851968, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.204046385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072851968, end = 3072856064, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.204048587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072856064, end = 3072860160, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.204050864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072860160, end = 3072897024, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.204052937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072897024, end = 3072901120, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.204055239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072901120, end = 3072905216, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.204060792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072905216, end = 3072983040, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.204062945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072983040, end = 3072987136, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.204064981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072987136, end = 3072991232, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.204067153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072991232, end = 3072999424, flags = 1048691, pgoff = 3072991232, inode = 0 }
-vm_state.vm_map: 23329.204069504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3072999424, end = 3073024000, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.204071682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3073024000, end = 3073028096, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.204073897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3073028096, end = 3073032192, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.204076711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3073126400, end = 3074457600, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.204078803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074457600, end = 3074461696, flags = 1048691, pgoff = 3074457600, inode = 0 }
-vm_state.vm_map: 23329.204081499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074461696, end = 3074560000, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.204083467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074560000, end = 3074564096, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.204085763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074564096, end = 3074568192, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.204087811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074568192, end = 3074572288, flags = 1048691, pgoff = 3074568192, inode = 0 }
-vm_state.vm_map: 23329.204090001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074572288, end = 3074641920, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.204092302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074641920, end = 3074646016, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.204094604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074646016, end = 3074650112, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.204096528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074650112, end = 3074658304, flags = 1048691, pgoff = 3074650112, inode = 0 }
-vm_state.vm_map: 23329.204098657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074658304, end = 3074666496, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.204100718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074666496, end = 3074670592, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.204102804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074670592, end = 3074674688, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.204105637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074674688, end = 3074686976, flags = 134217845, pgoff = 0, inode = 19626 }
-vm_state.vm_map: 23329.204107567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074686976, end = 3074691072, flags = 135266419, pgoff = 8192, inode = 19626 }
-vm_state.vm_map: 23329.204110405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074691072, end = 3074883584, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.204112349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074883584, end = 3074887680, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.204114922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074887680, end = 3074916352, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.204117094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074916352, end = 3074920448, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.204119136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074920448, end = 3074924544, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.204121474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3074924544, end = 3076239360, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.204123597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3076239360, end = 3076247552, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.204125547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3076247552, end = 3076251648, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.204127694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3076251648, end = 3076268032, flags = 1048691, pgoff = 3076251648, inode = 0 }
-vm_state.vm_map: 23329.204130575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3076268032, end = 3077005312, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.204132840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077005312, end = 3077009408, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.204135166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077009408, end = 3077095424, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.204137184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077095424, end = 3077099520, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.204139423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077099520, end = 3077103616, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.204141595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077103616, end = 3077111808, flags = 1048691, pgoff = 3077103616, inode = 0 }
-vm_state.vm_map: 23329.204144168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077111808, end = 3077337088, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.204146371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077337088, end = 3077341184, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.204148568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077341184, end = 3077345280, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.204151073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077345280, end = 3077586944, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.204153263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077586944, end = 3077591040, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.204155608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3077591040, end = 3078189056, flags = 134217845, pgoff = 0, inode = 19628 }
-vm_state.vm_map: 23329.204157706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078189056, end = 3078197248, flags = 135266419, pgoff = 598016, inode = 19628 }
-vm_state.vm_map: 23329.204159840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078197248, end = 3078201344, flags = 1048691, pgoff = 3078197248, inode = 0 }
-vm_state.vm_map: 23329.204165770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078201344, end = 3078217728, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.204168163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078217728, end = 3078221824, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.204170755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078221824, end = 3078303744, flags = 134217845, pgoff = 0, inode = 1065113 }
-vm_state.vm_map: 23329.204172829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078303744, end = 3078307840, flags = 135266419, pgoff = 77824, inode = 1065113 }
-vm_state.vm_map: 23329.204175339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078340608, end = 3078369280, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.204178203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078369280, end = 3078402048, flags = 134217841, pgoff = 0, inode = 74138 }
-vm_state.vm_map: 23329.204180244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078402048, end = 3078410240, flags = 1048691, pgoff = 3078402048, inode = 0 }
-vm_state.vm_map: 23329.204182286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078410240, end = 3078414336, flags = 67371125, pgoff = 3078410240, inode = 0 }
-vm_state.vm_map: 23329.204184532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078414336, end = 3078529024, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.204186538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078529024, end = 3078533120, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.204188481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3078533120, end = 3078537216, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.204190456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3380, start = 3216216064, end = 3216302080, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.204197033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 134512640, end = 134598656, flags = 134223989, pgoff = 0, inode = 429635 }
-vm_state.vm_map: 23329.204199242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 134598656, end = 134602752, flags = 135272563, pgoff = 81920, inode = 429635 }
-vm_state.vm_map: 23329.204201377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 162709504, end = 163016704, flags = 1048691, pgoff = 162709504, inode = 0 }
-vm_state.vm_map: 23329.204203857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3072983040, end = 3073024000, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.204206406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073024000, end = 3073028096, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.204208460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073028096, end = 3073032192, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.204210786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073032192, end = 3073110016, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.204212748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073110016, end = 3073114112, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.204215142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073114112, end = 3073118208, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.204217111 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073118208, end = 3073126400, flags = 1048691, pgoff = 3073118208, inode = 0 }
-vm_state.vm_map: 23329.204222436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073126400, end = 3073171456, flags = 134217845, pgoff = 0, inode = 499915 }
-vm_state.vm_map: 23329.204224490 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073171456, end = 3073175552, flags = 135266419, pgoff = 45056, inode = 499915 }
-vm_state.vm_map: 23329.204226755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073191936, end = 3073228800, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.204228957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073228800, end = 3073232896, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.204230895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073232896, end = 3073236992, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.204233091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073236992, end = 3073261568, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.204235158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073261568, end = 3073265664, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.204237144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073265664, end = 3073269760, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.204239885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073269760, end = 3073417216, flags = 134217845, pgoff = 0, inode = 429627 }
-vm_state.vm_map: 23329.204242550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073417216, end = 3073421312, flags = 135266419, pgoff = 143360, inode = 429627 }
-vm_state.vm_map: 23329.204244697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3073421312, end = 3074752512, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.204246906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074752512, end = 3074760704, flags = 1048691, pgoff = 3074752512, inode = 0 }
-vm_state.vm_map: 23329.204249085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074760704, end = 3074859008, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.204251052 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074859008, end = 3074863104, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.204253125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074863104, end = 3074867200, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.204255218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074867200, end = 3074936832, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.204257290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074936832, end = 3074940928, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.204259277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074940928, end = 3074945024, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.204261344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074945024, end = 3074957312, flags = 1048691, pgoff = 3074945024, inode = 0 }
-vm_state.vm_map: 23329.204263701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074957312, end = 3074965504, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.204265971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074965504, end = 3074969600, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.204268094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074969600, end = 3074973696, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.204270543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074973696, end = 3074985984, flags = 134217845, pgoff = 0, inode = 19626 }
-vm_state.vm_map: 23329.204272579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074985984, end = 3074990080, flags = 135266419, pgoff = 8192, inode = 19626 }
-vm_state.vm_map: 23329.204274788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3074990080, end = 3075182592, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.204277226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3075182592, end = 3075186688, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.204279687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3075186688, end = 3075215360, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.204281724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3075215360, end = 3075219456, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.204283871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3075219456, end = 3075223552, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.204286098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3075223552, end = 3076538368, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.204288221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3076538368, end = 3076546560, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.204290214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3076546560, end = 3076550656, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.204292398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3076550656, end = 3076562944, flags = 1048691, pgoff = 3076550656, inode = 0 }
-vm_state.vm_map: 23329.204294514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3076562944, end = 3077300224, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.204296618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3077300224, end = 3077304320, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.204298611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3077304320, end = 3077308416, flags = 1048691, pgoff = 3077304320, inode = 0 }
-vm_state.vm_map: 23329.204300931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3077308416, end = 3077550080, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.204302881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3077550080, end = 3077554176, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.204305047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3077554176, end = 3078152192, flags = 134217845, pgoff = 0, inode = 19628 }
-vm_state.vm_map: 23329.204306978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078152192, end = 3078160384, flags = 135266419, pgoff = 598016, inode = 19628 }
-vm_state.vm_map: 23329.204309272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078160384, end = 3078176768, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.204311549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078176768, end = 3078180864, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.204313753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078180864, end = 3078266880, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.204315814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078266880, end = 3078270976, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.204317930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078270976, end = 3078275072, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.204319922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078275072, end = 3078283264, flags = 1048691, pgoff = 3078275072, inode = 0 }
-vm_state.vm_map: 23329.204322415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078283264, end = 3078508544, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.204324403 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078508544, end = 3078512640, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.204326512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078512640, end = 3078516736, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.204328505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078516736, end = 3078520832, flags = 1048691, pgoff = 3078516736, inode = 0 }
-vm_state.vm_map: 23329.204330800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078520832, end = 3078602752, flags = 134217845, pgoff = 0, inode = 1065113 }
-vm_state.vm_map: 23329.204332910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078602752, end = 3078606848, flags = 135266419, pgoff = 77824, inode = 1065113 }
-vm_state.vm_map: 23329.204335421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078606848, end = 3078668288, flags = 134217845, pgoff = 0, inode = 22552 }
-vm_state.vm_map: 23329.204337526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078668288, end = 3078672384, flags = 135266419, pgoff = 57344, inode = 22552 }
-vm_state.vm_map: 23329.204339617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078705152, end = 3078733824, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.204341752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078733824, end = 3078766592, flags = 134217841, pgoff = 0, inode = 74138 }
-vm_state.vm_map: 23329.204343844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078766592, end = 3078774784, flags = 1048691, pgoff = 3078766592, inode = 0 }
-vm_state.vm_map: 23329.204346244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078774784, end = 3078778880, flags = 67371125, pgoff = 3078774784, inode = 0 }
-vm_state.vm_map: 23329.204348564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078778880, end = 3078893568, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.204350656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078893568, end = 3078897664, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.204352624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3078897664, end = 3078901760, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.204354808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3384, start = 3213447168, end = 3213533184, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.204361342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 134512640, end = 134557696, flags = 134223989, pgoff = 0, inode = 429621 }
-vm_state.vm_map: 23329.204363378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 134557696, end = 134561792, flags = 135272563, pgoff = 45056, inode = 429621 }
-vm_state.vm_map: 23329.204365550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 134561792, end = 134565888, flags = 1048691, pgoff = 134561792, inode = 0 }
-vm_state.vm_map: 23329.204367858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 155820032, end = 155955200, flags = 1048691, pgoff = 155820032, inode = 0 }
-vm_state.vm_map: 23329.204370147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3071193088, end = 3072524288, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.204372387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072524288, end = 3072532480, flags = 1048691, pgoff = 3072524288, inode = 0 }
-vm_state.vm_map: 23329.204374713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072532480, end = 3072577536, flags = 134217845, pgoff = 0, inode = 499915 }
-vm_state.vm_map: 23329.204376922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072577536, end = 3072581632, flags = 135266419, pgoff = 45056, inode = 499915 }
-vm_state.vm_map: 23329.204379205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072581632, end = 3072679936, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.204381210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072679936, end = 3072684032, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.204383721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072684032, end = 3072688128, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.204386071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072688128, end = 3072757760, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.204388126 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072757760, end = 3072761856, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.204390175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072761856, end = 3072765952, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.204392488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072765952, end = 3072778240, flags = 1048691, pgoff = 3072765952, inode = 0 }
-vm_state.vm_map: 23329.204394748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072778240, end = 3072786432, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.204396844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072786432, end = 3072790528, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.204398881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072790528, end = 3072794624, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.204401319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072794624, end = 3072806912, flags = 134217845, pgoff = 0, inode = 19626 }
-vm_state.vm_map: 23329.204403459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072806912, end = 3072811008, flags = 135266419, pgoff = 8192, inode = 19626 }
-vm_state.vm_map: 23329.204405767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3072811008, end = 3073003520, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.204407920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073003520, end = 3073007616, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.204410536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073007616, end = 3073036288, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.204412584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073036288, end = 3073040384, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.204414781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073040384, end = 3073044480, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.204417397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073044480, end = 3073191936, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.204419847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073191936, end = 3073196032, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.204421932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073196032, end = 3073200128, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.204423913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073200128, end = 3073204224, flags = 1048691, pgoff = 3073200128, inode = 0 }
-vm_state.vm_map: 23329.204429768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073204224, end = 3073372160, flags = 134217845, pgoff = 0, inode = 1065327 }
-vm_state.vm_map: 23329.204431959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073372160, end = 3073421312, flags = 135266419, pgoff = 167936, inode = 1065327 }
-vm_state.vm_map: 23329.204434544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073421312, end = 3073449984, flags = 134217845, pgoff = 0, inode = 1065218 }
-vm_state.vm_map: 23329.204436642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073449984, end = 3073454080, flags = 135266419, pgoff = 28672, inode = 1065218 }
-vm_state.vm_map: 23329.204438993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3073454080, end = 3074768896, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.204441134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074768896, end = 3074777088, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.204443232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074777088, end = 3074781184, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.204445385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074781184, end = 3074793472, flags = 1048691, pgoff = 3074781184, inode = 0 }
-vm_state.vm_map: 23329.204447631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074793472, end = 3074879488, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.204449828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074879488, end = 3074883584, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.204451943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074883584, end = 3074887680, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.204454048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074887680, end = 3074895872, flags = 1048691, pgoff = 3074887680, inode = 0 }
-vm_state.vm_map: 23329.204456522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3074895872, end = 3075633152, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.204458719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3075633152, end = 3075637248, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.204460897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3075637248, end = 3075878912, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.204463180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3075878912, end = 3075883008, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.204465290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3075883008, end = 3075887104, flags = 1048691, pgoff = 3075883008, inode = 0 }
-vm_state.vm_map: 23329.204467701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3075887104, end = 3075911680, flags = 134217845, pgoff = 0, inode = 23404 }
-vm_state.vm_map: 23329.204469768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3075911680, end = 3075915776, flags = 135266419, pgoff = 20480, inode = 23404 }
-vm_state.vm_map: 23329.204471230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3075915776, end = 3076513792, flags = 134217845, pgoff = 0, inode = 19628 }
-kernel.irq_entry: 23329.204502994 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { ip = 3242331332, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 23329.204519585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { jiffies = 4297269591, xtime_sec = 1264196274, xtime_nsec = 637522010, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.204534343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, IRQ { softirq_id = 1 [softirq 1] }
-kernel.irq_exit: 23329.204562640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { handled = 1 }
-kernel.softirq_entry: 23329.204566323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [softirq 1] }
-kernel.timer_set: 23329.204579719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302296, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 23329.204582711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { softirq_id = 1 [softirq 1] }
-vm_state.vm_map: 23329.204588147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076513792, end = 3076521984, flags = 135266419, pgoff = 598016, inode = 19628 }
-vm_state.vm_map: 23329.204610286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076521984, end = 3076538368, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.204648213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076538368, end = 3076542464, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.204650563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076542464, end = 3076767744, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.204652760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076767744, end = 3076771840, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.204654975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076771840, end = 3076775936, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.204726536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076775936, end = 3076857856, flags = 134217845, pgoff = 0, inode = 1065113 }
-vm_state.vm_map: 23329.204729867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076857856, end = 3076861952, flags = 135266419, pgoff = 77824, inode = 1065113 }
-vm_state.vm_map: 23329.204732083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076861952, end = 3076866048, flags = 1048691, pgoff = 3076861952, inode = 0 }
-vm_state.vm_map: 23329.204738944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076866048, end = 3076894720, flags = 134217845, pgoff = 0, inode = 23788 }
-vm_state.vm_map: 23329.204741091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076894720, end = 3076898816, flags = 135266419, pgoff = 24576, inode = 23788 }
-vm_state.vm_map: 23329.204743596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3076898816, end = 3077005312, flags = 134217845, pgoff = 0, inode = 23808 }
-vm_state.vm_map: 23329.204745675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077005312, end = 3077009408, flags = 135266419, pgoff = 102400, inode = 23808 }
-vm_state.vm_map: 23329.204747798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077009408, end = 3077402624, flags = 1048691, pgoff = 3077009408, inode = 0 }
-vm_state.vm_map: 23329.204750124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077468160, end = 3077496832, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.204752184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077496832, end = 3077505024, flags = 1048691, pgoff = 3077496832, inode = 0 }
-vm_state.vm_map: 23329.204754190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077505024, end = 3077509120, flags = 67371125, pgoff = 3077505024, inode = 0 }
-vm_state.vm_map: 23329.204756627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077509120, end = 3077623808, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.204758861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077623808, end = 3077627904, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.204760878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3077627904, end = 3077632000, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.204762976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3386, start = 3214983168, end = 3215069184, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.204766968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
-vm_state.vm_map: 23329.204769017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
-vm_state.vm_map: 23329.204771194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
-vm_state.vm_map: 23329.204773366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 137248768, end = 137510912, flags = 1048691, pgoff = 137248768, inode = 0 }
-vm_state.vm_map: 23329.204778672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075186688, end = 3075227648, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.204780943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075227648, end = 3075231744, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.204783072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075231744, end = 3075235840, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.204785250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075235840, end = 3075272704, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.204787409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075272704, end = 3075276800, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.204789452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075276800, end = 3075280896, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.204791802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075280896, end = 3075358720, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.204793820 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075358720, end = 3075362816, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.204795930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075362816, end = 3075366912, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.204797948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075366912, end = 3075375104, flags = 1048691, pgoff = 3075366912, inode = 0 }
-vm_state.vm_map: 23329.204800200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075375104, end = 3075399680, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.204802650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075399680, end = 3075403776, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.204804612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075403776, end = 3075407872, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.204806821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3075407872, end = 3076739072, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.204809141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3076739072, end = 3076743168, flags = 1048691, pgoff = 3076739072, inode = 0 }
-vm_state.vm_map: 23329.204811436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3076743168, end = 3078057984, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.204813540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078057984, end = 3078066176, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.204815558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078066176, end = 3078070272, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.204817655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078070272, end = 3078086656, flags = 1048691, pgoff = 3078070272, inode = 0 }
-vm_state.vm_map: 23329.204819914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078086656, end = 3078094848, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.204822018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078094848, end = 3078098944, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.204824017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078098944, end = 3078103040, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.204826479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078103040, end = 3078320128, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 23329.204828429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078320128, end = 3078332416, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 23329.204830483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078397952, end = 3078426624, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.204832413 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078426624, end = 3078434816, flags = 1048691, pgoff = 3078426624, inode = 0 }
-vm_state.vm_map: 23329.204834635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078434816, end = 3078438912, flags = 67371125, pgoff = 3078434816, inode = 0 }
-vm_state.vm_map: 23329.204837233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078438912, end = 3078553600, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.204839177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078553600, end = 3078557696, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.204841107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3078557696, end = 3078561792, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.204845915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 3701, start = 3215183872, end = 3215269888, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.204848647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
-vm_state.vm_map: 23329.204850745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
-vm_state.vm_map: 23329.204853164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
-vm_state.vm_map: 23329.204855342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 145723392, end = 145764352, flags = 1048691, pgoff = 145723392, inode = 0 }
-vm_state.vm_map: 23329.204857730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3075346432, end = 3076677632, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.204859871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3076677632, end = 3076681728, flags = 1048691, pgoff = 3076677632, inode = 0 }
-vm_state.vm_map: 23329.204862110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3076681728, end = 3077996544, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.204864202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3077996544, end = 3078004736, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.204866343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078004736, end = 3078008832, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.204868601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078008832, end = 3078025216, flags = 1048691, pgoff = 3078008832, inode = 0 }
-vm_state.vm_map: 23329.204871008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078025216, end = 3078033408, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.204873303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078033408, end = 3078037504, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.204875265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078037504, end = 3078041600, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.204877715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078041600, end = 3078258688, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 23329.204879806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078258688, end = 3078270976, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 23329.204881947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078336512, end = 3078365184, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.204884107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078365184, end = 3078373376, flags = 1048691, pgoff = 3078365184, inode = 0 }
-vm_state.vm_map: 23329.204886384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078373376, end = 3078377472, flags = 67371125, pgoff = 3078373376, inode = 0 }
-vm_state.vm_map: 23329.204888488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078377472, end = 3078492160, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.204890431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078492160, end = 3078496256, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.204892381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3078496256, end = 3078500352, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.204894559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4080, start = 3220840448, end = 3220926464, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.204900995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 536165 }
-vm_state.vm_map: 23329.204903043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 536165 }
-vm_state.vm_map: 23329.204905036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 135516160, end = 155324416, flags = 1048691, pgoff = 135516160, inode = 0 }
-vm_state.vm_map: 23329.204911027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 1802567680, end = 1809252352, flags = 1048695, pgoff = 1802567680, inode = 0 }
-vm_state.vm_map: 23329.204916525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 1809252352, end = 1833500672, flags = 2097271, pgoff = 1809252352, inode = 0 }
-vm_state.vm_map: 23329.204918691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 1833500672, end = 1912897536, flags = 1048695, pgoff = 1833500672, inode = 0 }
-vm_state.vm_map: 23329.204923368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 1912897536, end = 2205220864, flags = 2097271, pgoff = 1912897536, inode = 0 }
-vm_state.vm_map: 23329.204925520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2205220864, end = 2260008960, flags = 1048695, pgoff = 2205220864, inode = 0 }
-vm_state.vm_map: 23329.204927680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2260008960, end = 2473656320, flags = 2097271, pgoff = 2260008960, inode = 0 }
-vm_state.vm_map: 23329.204932930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2473656320, end = 2479927296, flags = 134217937, pgoff = 4096, inode = 207430 }
-vm_state.vm_map: 23329.204937947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2479927296, end = 2482044928, flags = 2097271, pgoff = 2479927296, inode = 0 }
-vm_state.vm_map: 23329.204940112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2482044928, end = 2489483264, flags = 135266419, pgoff = 6275072, inode = 207430 }
-vm_state.vm_map: 23329.204942260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2489483264, end = 2494627840, flags = 2097271, pgoff = 2489483264, inode = 0 }
-vm_state.vm_map: 23329.204944327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2494627840, end = 2495537152, flags = 135266419, pgoff = 13713408, inode = 207430 }
-vm_state.vm_map: 23329.204946369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2495537152, end = 2498822144, flags = 2097271, pgoff = 2495537152, inode = 0 }
-vm_state.vm_map: 23329.204948745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2498822144, end = 2498854912, flags = 134217941, pgoff = 14622720, inode = 207430 }
-vm_state.vm_map: 23329.204953341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2498854912, end = 2503016448, flags = 2097271, pgoff = 2498854912, inode = 0 }
-vm_state.vm_map: 23329.204955501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2866380800, end = 2866393088, flags = 2097271, pgoff = 2866380800, inode = 0 }
-vm_state.vm_map: 23329.204957623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2866393088, end = 2866712576, flags = 1048695, pgoff = 2866393088, inode = 0 }
-vm_state.vm_map: 23329.204962387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2866712576, end = 2866724864, flags = 2097271, pgoff = 2866712576, inode = 0 }
-vm_state.vm_map: 23329.204964546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2866724864, end = 2867044352, flags = 1048695, pgoff = 2866724864, inode = 0 }
-vm_state.vm_map: 23329.204966706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2869952512, end = 2870120448, flags = 2097267, pgoff = 2869952512, inode = 0 }
-vm_state.vm_map: 23329.204968810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2870120448, end = 2871001088, flags = 2097264, pgoff = 2870120448, inode = 0 }
-vm_state.vm_map: 23329.204970871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2872049664, end = 2873098240, flags = 2097267, pgoff = 2872049664, inode = 0 }
-vm_state.vm_map: 23329.204976719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2873888768, end = 2873929728, flags = 134217937, pgoff = 647168, inode = 535784 }
-vm_state.vm_map: 23329.204981891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2873929728, end = 2874048512, flags = 134217937, pgoff = 1544192, inode = 535672 }
-vm_state.vm_map: 23329.204984055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2874048512, end = 2874060800, flags = 1048688, pgoff = 2874048512, inode = 0 }
-vm_state.vm_map: 23329.204986481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2874060800, end = 2874380288, flags = 1048695, pgoff = 2874060800, inode = 0 }
-vm_state.vm_map: 23329.204988553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2874380288, end = 2874392576, flags = 2097271, pgoff = 2874380288, inode = 0 }
-vm_state.vm_map: 23329.204990855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2874392576, end = 2874712064, flags = 1048695, pgoff = 2874392576, inode = 0 }
-vm_state.vm_map: 23329.204992941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2874712064, end = 2874724352, flags = 2097271, pgoff = 2874712064, inode = 0 }
-vm_state.vm_map: 23329.204995058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2874724352, end = 2875043840, flags = 1048695, pgoff = 2874724352, inode = 0 }
-vm_state.vm_map: 23329.204997272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2875043840, end = 2875056128, flags = 1048688, pgoff = 2875043840, inode = 0 }
-vm_state.vm_map: 23329.204999457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2875056128, end = 2875375616, flags = 1048695, pgoff = 2875056128, inode = 0 }
-vm_state.vm_map: 23329.205012851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2875387904, end = 2875437056, flags = 134217937, pgoff = 778240, inode = 535647 }
-vm_state.vm_map: 23329.205014906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2875437056, end = 2875441152, flags = 1048688, pgoff = 2875437056, inode = 0 }
-vm_state.vm_map: 23329.205017066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2875441152, end = 2883829760, flags = 1048695, pgoff = 2875441152, inode = 0 }
-vm_state.vm_map: 23329.205019108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2883829760, end = 2883833856, flags = 1048688, pgoff = 2883829760, inode = 0 }
-vm_state.vm_map: 23329.205021237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2883833856, end = 2892222464, flags = 1048695, pgoff = 2883833856, inode = 0 }
-vm_state.vm_map: 23329.205023341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2892222464, end = 2892226560, flags = 1048688, pgoff = 2892222464, inode = 0 }
-vm_state.vm_map: 23329.205025371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2892226560, end = 2900615168, flags = 1048695, pgoff = 2892226560, inode = 0 }
-vm_state.vm_map: 23329.205028024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2900615168, end = 2900619264, flags = 1048688, pgoff = 2900615168, inode = 0 }
-vm_state.vm_map: 23329.205032904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2900619264, end = 2909007872, flags = 1048695, pgoff = 2900619264, inode = 0 }
-vm_state.vm_map: 23329.205035064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2909007872, end = 2909011968, flags = 1048688, pgoff = 2909007872, inode = 0 }
-vm_state.vm_map: 23329.205037224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2909011968, end = 2917400576, flags = 1048695, pgoff = 2909011968, inode = 0 }
-vm_state.vm_map: 23329.205039673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2917400576, end = 2917515264, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 23329.205041629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2917515264, end = 2917519360, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 23329.205046510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2917519360, end = 2917826560, flags = 134217845, pgoff = 0, inode = 1065420 }
-vm_state.vm_map: 23329.205048663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2917826560, end = 2917867520, flags = 135266419, pgoff = 303104, inode = 1065420 }
-vm_state.vm_map: 23329.205051082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2917867520, end = 2918064128, flags = 134217845, pgoff = 0, inode = 1065401 }
-vm_state.vm_map: 23329.205053290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2918064128, end = 2918076416, flags = 135266419, pgoff = 192512, inode = 1065401 }
-vm_state.vm_map: 23329.205058208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2918076416, end = 2918109184, flags = 134217937, pgoff = 311296, inode = 535726 }
-vm_state.vm_map: 23329.205060737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2918109184, end = 2918170624, flags = 134217841, pgoff = 0, inode = 649749 }
-vm_state.vm_map: 23329.205062903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2918170624, end = 2918174720, flags = 1048688, pgoff = 2918170624, inode = 0 }
-vm_state.vm_map: 23329.205068191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2918174720, end = 2926563328, flags = 1048695, pgoff = 2918174720, inode = 0 }
-vm_state.vm_map: 23329.205070344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2926563328, end = 2926567424, flags = 1048688, pgoff = 2926563328, inode = 0 }
-vm_state.vm_map: 23329.205072429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2926567424, end = 2934956032, flags = 1048695, pgoff = 2926567424, inode = 0 }
-vm_state.vm_map: 23329.205075002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2934956032, end = 2935037952, flags = 134217845, pgoff = 0, inode = 870320 }
-vm_state.vm_map: 23329.205077187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935037952, end = 2935046144, flags = 135266419, pgoff = 81920, inode = 870320 }
-vm_state.vm_map: 23329.205082579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935046144, end = 2935058432, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.205084776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935058432, end = 2935062528, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.205087201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935062528, end = 2935074816, flags = 134217845, pgoff = 0, inode = 23389 }
-vm_state.vm_map: 23329.205089249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935074816, end = 2935078912, flags = 135266419, pgoff = 8192, inode = 23389 }
-vm_state.vm_map: 23329.205091804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935078912, end = 2935164928, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.205093772 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935164928, end = 2935169024, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.205095821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935169024, end = 2935177216, flags = 1048691, pgoff = 2935169024, inode = 0 }
-vm_state.vm_map: 23329.205098122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935177216, end = 2935205888, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.205100115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935205888, end = 2935209984, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.205105619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935209984, end = 2935238656, flags = 134217845, pgoff = 0, inode = 23395 }
-vm_state.vm_map: 23329.205107778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935238656, end = 2935242752, flags = 135266419, pgoff = 28672, inode = 23395 }
-vm_state.vm_map: 23329.205110438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935242752, end = 2935562240, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.205112480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935562240, end = 2935578624, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.205114701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935578624, end = 2935803904, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.205116750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935803904, end = 2935808000, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.205118773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935808000, end = 2935812096, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.205124518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2935812096, end = 2936012800, flags = 134217845, pgoff = 0, inode = 21333 }
-vm_state.vm_map: 23329.205126684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2936012800, end = 2936016896, flags = 135266419, pgoff = 200704, inode = 21333 }
-vm_state.vm_map: 23329.205128646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2936016896, end = 2936025088, flags = 1048691, pgoff = 2936016896, inode = 0 }
-vm_state.vm_map: 23329.205134870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2936025088, end = 2936287232, flags = 134217845, pgoff = 0, inode = 17293 }
-vm_state.vm_map: 23329.205137048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2936287232, end = 2936303616, flags = 135266419, pgoff = 262144, inode = 17293 }
-vm_state.vm_map: 23329.205142510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2936303616, end = 2936377344, flags = 134217845, pgoff = 0, inode = 19902 }
-vm_state.vm_map: 23329.205144669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2936377344, end = 2936389632, flags = 135266419, pgoff = 69632, inode = 19902 }
-vm_state.vm_map: 23329.205147174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2936389632, end = 2937245696, flags = 134217845, pgoff = 0, inode = 19901 }
-vm_state.vm_map: 23329.205149161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2937245696, end = 2937262080, flags = 135266419, pgoff = 856064, inode = 19901 }
-vm_state.vm_map: 23329.205154245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2937262080, end = 2937376768, flags = 134217845, pgoff = 0, inode = 19899 }
-vm_state.vm_map: 23329.205156515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2937376768, end = 2937384960, flags = 135266419, pgoff = 114688, inode = 19899 }
-vm_state.vm_map: 23329.205164567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2937384960, end = 2937536512, flags = 134217845, pgoff = 0, inode = 19900 }
-vm_state.vm_map: 23329.205166733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2937536512, end = 2937544704, flags = 135266419, pgoff = 147456, inode = 19900 }
-vm_state.vm_map: 23329.205169337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2937544704, end = 2938339328, flags = 134217845, pgoff = 0, inode = 21530 }
-vm_state.vm_map: 23329.205171361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2938339328, end = 2938363904, flags = 135266419, pgoff = 790528, inode = 21530 }
-vm_state.vm_map: 23329.205173798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2938363904, end = 2938490880, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 23329.205175945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2938490880, end = 2938494976, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 23329.205178469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2938494976, end = 2939015168, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 23329.205180850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2939015168, end = 2939023360, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 23329.205183170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2939023360, end = 2950975488, flags = 134217845, pgoff = 0, inode = 73814 }
-vm_state.vm_map: 23329.205185170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2950975488, end = 2951942144, flags = 135266419, pgoff = 11952128, inode = 73814 }
-vm_state.vm_map: 23329.205187230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2951942144, end = 2952007680, flags = 1048691, pgoff = 2951942144, inode = 0 }
-vm_state.vm_map: 23329.205189624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2952007680, end = 2952122368, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.205191735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2952122368, end = 2952126464, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.205194258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2952126464, end = 2953064448, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.205196288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953064448, end = 2953080832, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.205198380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953080832, end = 2953084928, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.205200354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953084928, end = 2953113600, flags = 1048691, pgoff = 2953084928, inode = 0 }
-vm_state.vm_map: 23329.205206204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953121792, end = 2953138176, flags = 134217937, pgoff = 135168, inode = 535573 }
-vm_state.vm_map: 23329.205211780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953138176, end = 2953166848, flags = 134217937, pgoff = 487424, inode = 811519 }
-vm_state.vm_map: 23329.205213941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953166848, end = 2953175040, flags = 1048695, pgoff = 2953166848, inode = 0 }
-vm_state.vm_map: 23329.205216729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953175040, end = 2953183232, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.205219123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953183232, end = 2953187328, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.205221153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953187328, end = 2953191424, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.205223800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953191424, end = 2953203712, flags = 134217845, pgoff = 0, inode = 73813 }
-vm_state.vm_map: 23329.205225855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953203712, end = 2953207808, flags = 135266419, pgoff = 8192, inode = 73813 }
-vm_state.vm_map: 23329.205233882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953207808, end = 2953248768, flags = 134217937, pgoff = 417792, inode = 535591 }
-vm_state.vm_map: 23329.205236430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953248768, end = 2953306112, flags = 134217841, pgoff = 0, inode = 649745 }
-vm_state.vm_map: 23329.205238744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953306112, end = 2953363456, flags = 134217841, pgoff = 0, inode = 649747 }
-vm_state.vm_map: 23329.205241595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953363456, end = 2953428992, flags = 134217841, pgoff = 0, inode = 649742 }
-vm_state.vm_map: 23329.205246790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953428992, end = 2953494528, flags = 134217841, pgoff = 0, inode = 649744 }
-vm_state.vm_map: 23329.205249147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953494528, end = 2953555968, flags = 134217841, pgoff = 0, inode = 649743 }
-vm_state.vm_map: 23329.205251115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953555968, end = 2953568256, flags = 1048688, pgoff = 2953555968, inode = 0 }
-vm_state.vm_map: 23329.205253441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953568256, end = 2953887744, flags = 1048695, pgoff = 2953568256, inode = 0 }
-vm_state.vm_map: 23329.205264393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2953887744, end = 2960457728, flags = 134217841, pgoff = 0, inode = 545462 }
-vm_state.vm_map: 23329.205266670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2960457728, end = 2967027712, flags = 134217841, pgoff = 0, inode = 545462 }
-vm_state.vm_map: 23329.205271532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2967027712, end = 2980356096, flags = 134217841, pgoff = 0, inode = 49306 }
-vm_state.vm_map: 23329.205273679 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2980356096, end = 2993684480, flags = 134217841, pgoff = 0, inode = 49306 }
-vm_state.vm_map: 23329.205275697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2993684480, end = 2994720768, flags = 2097267, pgoff = 2993684480, inode = 0 }
-vm_state.vm_map: 23329.205277775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2994720768, end = 2994733056, flags = 2097264, pgoff = 2994720768, inode = 0 }
-vm_state.vm_map: 23329.205280343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2994737152, end = 2994757632, flags = 134217845, pgoff = 0, inode = 870319 }
-vm_state.vm_map: 23329.205282460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2994757632, end = 2994765824, flags = 135266419, pgoff = 20480, inode = 870319 }
-vm_state.vm_map: 23329.205284735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2994765824, end = 2994778112, flags = 1048688, pgoff = 2994765824, inode = 0 }
-vm_state.vm_map: 23329.205286808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2994778112, end = 2995097600, flags = 1048695, pgoff = 2994778112, inode = 0 }
-vm_state.vm_map: 23329.205288845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2995097600, end = 2995109888, flags = 1048688, pgoff = 2995097600, inode = 0 }
-vm_state.vm_map: 23329.205290936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2995109888, end = 2995429376, flags = 1048695, pgoff = 2995109888, inode = 0 }
-vm_state.vm_map: 23329.205296409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2995429376, end = 2995576832, flags = 134217937, pgoff = 1679360, inode = 535139 }
-vm_state.vm_map: 23329.205298564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2995576832, end = 2995589120, flags = 1048688, pgoff = 2995576832, inode = 0 }
-vm_state.vm_map: 23329.205300716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2995589120, end = 2995908608, flags = 1048695, pgoff = 2995589120, inode = 0 }
-vm_state.vm_map: 23329.205302777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2995908608, end = 2995920896, flags = 2097271, pgoff = 2995908608, inode = 0 }
-vm_state.vm_map: 23329.205304906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2995920896, end = 2996240384, flags = 1048695, pgoff = 2995920896, inode = 0 }
-vm_state.vm_map: 23329.205307090 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2996240384, end = 2996252672, flags = 1048688, pgoff = 2996240384, inode = 0 }
-vm_state.vm_map: 23329.205309231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2996252672, end = 2996572160, flags = 1048695, pgoff = 2996252672, inode = 0 }
-vm_state.vm_map: 23329.205311767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2996572160, end = 2997374976, flags = 134217845, pgoff = 0, inode = 21274 }
-vm_state.vm_map: 23329.205313877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2997374976, end = 2997391360, flags = 135266419, pgoff = 802816, inode = 21274 }
-vm_state.vm_map: 23329.205318961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2997395456, end = 2997485568, flags = 134217937, pgoff = 1781760, inode = 737886 }
-vm_state.vm_map: 23329.205321614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2997485568, end = 2997878784, flags = 134217979, pgoff = 0, inode = 1933319 }
-vm_state.vm_map: 23329.205323780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2997878784, end = 2998927360, flags = 2097267, pgoff = 2997878784, inode = 0 }
-vm_state.vm_map: 23329.205326230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2998931456, end = 2998980608, flags = 134217841, pgoff = 0, inode = 649746 }
-vm_state.vm_map: 23329.205333893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2998980608, end = 2998992896, flags = 134217845, pgoff = 0, inode = 141213 }
-vm_state.vm_map: 23329.205336059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2998992896, end = 2998996992, flags = 135266419, pgoff = 8192, inode = 141213 }
-vm_state.vm_map: 23329.205343431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2998996992, end = 2999099392, flags = 134217937, pgoff = 1208320, inode = 535864 }
-vm_state.vm_map: 23329.205348189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999115776, end = 2999132160, flags = 134217937, pgoff = 118784, inode = 536141 }
-vm_state.vm_map: 23329.205350676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999132160, end = 2999238656, flags = 134217937, pgoff = 1236992, inode = 535706 }
-vm_state.vm_map: 23329.205355494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999238656, end = 2999283712, flags = 134217937, pgoff = 524288, inode = 535850 }
-vm_state.vm_map: 23329.205358142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999283712, end = 2999328768, flags = 134217937, pgoff = 512000, inode = 535841 }
-vm_state.vm_map: 23329.205362924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999328768, end = 2999406592, flags = 134217937, pgoff = 901120, inode = 535818 }
-vm_state.vm_map: 23329.205367704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999406592, end = 2999603200, flags = 134217937, pgoff = 2269184, inode = 535816 }
-vm_state.vm_map: 23329.205370248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999611392, end = 2999627776, flags = 134217937, pgoff = 53248, inode = 535648 }
-vm_state.vm_map: 23329.205375207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999627776, end = 2999644160, flags = 134217937, pgoff = 110592, inode = 535137 }
-vm_state.vm_map: 23329.205377700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999644160, end = 2999660544, flags = 134217937, pgoff = 143360, inode = 535687 }
-vm_state.vm_map: 23329.205380020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999660544, end = 2999697408, flags = 134217937, pgoff = 368640, inode = 535630 }
-vm_state.vm_map: 23329.205382451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999697408, end = 2999824384, flags = 134217937, pgoff = 1445888, inode = 535128 }
-vm_state.vm_map: 23329.205384975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 2999824384, end = 3000410112, flags = 134217937, pgoff = 9248768, inode = 535655 }
-vm_state.vm_map: 23329.205392181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000410112, end = 3000451072, flags = 134217845, pgoff = 0, inode = 871011 }
-vm_state.vm_map: 23329.205394341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000451072, end = 3000455168, flags = 135266419, pgoff = 36864, inode = 871011 }
-vm_state.vm_map: 23329.205401350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000455168, end = 3000475648, flags = 134217845, pgoff = 0, inode = 871006 }
-vm_state.vm_map: 23329.205403534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000475648, end = 3000479744, flags = 135266419, pgoff = 20480, inode = 871006 }
-vm_state.vm_map: 23329.205408329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000479744, end = 3000487936, flags = 134217937, pgoff = 90112, inode = 535846 }
-vm_state.vm_map: 23329.205410729 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000487936, end = 3000500224, flags = 1048688, pgoff = 3000487936, inode = 0 }
-vm_state.vm_map: 23329.205412888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000500224, end = 3000819712, flags = 1048695, pgoff = 3000500224, inode = 0 }
-vm_state.vm_map: 23329.205415005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000823808, end = 3000832000, flags = 1048695, pgoff = 3000823808, inode = 0 }
-vm_state.vm_map: 23329.205417509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000832000, end = 3000844288, flags = 134217979, pgoff = 0, inode = 1900550 }
-vm_state.vm_map: 23329.205420063 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000848384, end = 3000856576, flags = 134217845, pgoff = 0, inode = 23393 }
-vm_state.vm_map: 23329.205422291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000856576, end = 3000860672, flags = 135266419, pgoff = 4096, inode = 23393 }
-vm_state.vm_map: 23329.205427085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000860672, end = 3000877056, flags = 134217937, pgoff = 118784, inode = 535971 }
-vm_state.vm_map: 23329.205429473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000881152, end = 3000909824, flags = 134217937, pgoff = 290816, inode = 536077 }
-vm_state.vm_map: 23329.205440221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000909824, end = 3000926208, flags = 134217937, pgoff = 147456, inode = 535865 }
-vm_state.vm_map: 23329.205445034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3000930304, end = 3001225216, flags = 134217937, pgoff = 3801088, inode = 535633 }
-vm_state.vm_map: 23329.205447194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001225216, end = 3001237504, flags = 1048688, pgoff = 3001225216, inode = 0 }
-vm_state.vm_map: 23329.205449242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001237504, end = 3001556992, flags = 1048695, pgoff = 3001237504, inode = 0 }
-vm_state.vm_map: 23329.205452012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001561088, end = 3001569280, flags = 134217937, pgoff = 65536, inode = 535705 }
-vm_state.vm_map: 23329.205454406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001569280, end = 3001597952, flags = 134217937, pgoff = 1118208, inode = 198607 }
-vm_state.vm_map: 23329.205456800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001597952, end = 3001606144, flags = 134217937, pgoff = 12288, inode = 535138 }
-vm_state.vm_map: 23329.205461737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001606144, end = 3001634816, flags = 134217937, pgoff = 413696, inode = 535130 }
-vm_state.vm_map: 23329.205464254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001634816, end = 3001659392, flags = 134217937, pgoff = 225280, inode = 535715 }
-vm_state.vm_map: 23329.205466741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001659392, end = 3001671680, flags = 134217845, pgoff = 0, inode = 21332 }
-vm_state.vm_map: 23329.205468814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001671680, end = 3001675776, flags = 135266419, pgoff = 8192, inode = 21332 }
-vm_state.vm_map: 23329.205473990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001675776, end = 3001708544, flags = 134217937, pgoff = 679936, inode = 535795 }
-vm_state.vm_map: 23329.205479309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001708544, end = 3001729024, flags = 134217937, pgoff = 389120, inode = 535921 }
-vm_state.vm_map: 23329.205481814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001729024, end = 3001769984, flags = 134217937, pgoff = 380928, inode = 535606 }
-vm_state.vm_map: 23329.205484356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001769984, end = 3001835520, flags = 134217937, pgoff = 888832, inode = 536064 }
-vm_state.vm_map: 23329.205486769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001835520, end = 3001847808, flags = 134217937, pgoff = 90112, inode = 535574 }
-vm_state.vm_map: 23329.205491841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3001847808, end = 3002019840, flags = 134217937, pgoff = 4317184, inode = 535724 }
-vm_state.vm_map: 23329.205494358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002019840, end = 3002052608, flags = 134217937, pgoff = 356352, inode = 535557 }
-vm_state.vm_map: 23329.205496894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002052608, end = 3002073088, flags = 134217937, pgoff = 274432, inode = 536160 }
-vm_state.vm_map: 23329.205498985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002073088, end = 3002085376, flags = 1048688, pgoff = 3002073088, inode = 0 }
-vm_state.vm_map: 23329.205501040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002085376, end = 3002404864, flags = 1048695, pgoff = 3002085376, inode = 0 }
-vm_state.vm_map: 23329.205505804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002404864, end = 3002466304, flags = 134217937, pgoff = 1003520, inode = 536157 }
-vm_state.vm_map: 23329.205507970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002466304, end = 3002478592, flags = 2097271, pgoff = 3002466304, inode = 0 }
-vm_state.vm_map: 23329.205509949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002478592, end = 3002798080, flags = 1048695, pgoff = 3002478592, inode = 0 }
-vm_state.vm_map: 23329.205515089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3002798080, end = 3004112896, flags = 134217845, pgoff = 0, inode = 499857 }
-vm_state.vm_map: 23329.205517137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004112896, end = 3004121088, flags = 135266417, pgoff = 1314816, inode = 499857 }
-vm_state.vm_map: 23329.205519397 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004121088, end = 3004125184, flags = 135266419, pgoff = 1323008, inode = 499857 }
-vm_state.vm_map: 23329.205521339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004125184, end = 3004137472, flags = 1048691, pgoff = 3004125184, inode = 0 }
-vm_state.vm_map: 23329.205529817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004137472, end = 3004219392, flags = 134217845, pgoff = 0, inode = 944151 }
-vm_state.vm_map: 23329.205531964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004219392, end = 3004223488, flags = 135266419, pgoff = 81920, inode = 944151 }
-vm_state.vm_map: 23329.205534617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004223488, end = 3004231680, flags = 134217845, pgoff = 0, inode = 23391 }
-vm_state.vm_map: 23329.205536573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004231680, end = 3004235776, flags = 135266419, pgoff = 4096, inode = 23391 }
-vm_state.vm_map: 23329.205539165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004239872, end = 3004248064, flags = 134217845, pgoff = 0, inode = 23893 }
-vm_state.vm_map: 23329.205541318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004248064, end = 3004252160, flags = 135266419, pgoff = 4096, inode = 23893 }
-vm_state.vm_map: 23329.205543509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004252160, end = 3004264448, flags = 1048688, pgoff = 3004252160, inode = 0 }
-vm_state.vm_map: 23329.205545526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004264448, end = 3004583936, flags = 1048695, pgoff = 3004264448, inode = 0 }
-vm_state.vm_map: 23329.205547754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004583936, end = 3004596224, flags = 1048688, pgoff = 3004583936, inode = 0 }
-vm_state.vm_map: 23329.205549926 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004596224, end = 3004915712, flags = 1048695, pgoff = 3004596224, inode = 0 }
-vm_state.vm_map: 23329.205555806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004919808, end = 3004928000, flags = 134217937, pgoff = 69632, inode = 535597 }
-vm_state.vm_map: 23329.205561161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004928000, end = 3004936192, flags = 134217937, pgoff = 135168, inode = 535636 }
-vm_state.vm_map: 23329.205563704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004936192, end = 3004952576, flags = 134217937, pgoff = 90112, inode = 535129 }
-vm_state.vm_map: 23329.205569157 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004952576, end = 3004960768, flags = 134217937, pgoff = 40960, inode = 535834 }
-vm_state.vm_map: 23329.205574767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004960768, end = 3004989440, flags = 134217937, pgoff = 335872, inode = 535565 }
-vm_state.vm_map: 23329.205580029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3004989440, end = 3005001728, flags = 134217937, pgoff = 761856, inode = 737915 }
-vm_state.vm_map: 23329.205582615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005001728, end = 3005026304, flags = 134217937, pgoff = 274432, inode = 535712 }
-vm_state.vm_map: 23329.205587303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005026304, end = 3005050880, flags = 134217937, pgoff = 204800, inode = 535123 }
-vm_state.vm_map: 23329.205589901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005050880, end = 3005083648, flags = 134217937, pgoff = 323584, inode = 535121 }
-vm_state.vm_map: 23329.205594930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005083648, end = 3005108224, flags = 134217937, pgoff = 299008, inode = 535863 }
-vm_state.vm_map: 23329.205597299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005108224, end = 3005165568, flags = 134217937, pgoff = 667648, inode = 536080 }
-vm_state.vm_map: 23329.205599786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005169664, end = 3005181952, flags = 134217937, pgoff = 98304, inode = 737887 }
-vm_state.vm_map: 23329.205602445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005181952, end = 3005190144, flags = 134217937, pgoff = 45056, inode = 535125 }
-vm_state.vm_map: 23329.205604839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005190144, end = 3005218816, flags = 134217937, pgoff = 307200, inode = 535127 }
-vm_state.vm_map: 23329.205606887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3005218816, end = 3006263296, flags = 2097267, pgoff = 3005218816, inode = 0 }
-vm_state.vm_map: 23329.205609275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006263296, end = 3006267392, flags = 2097264, pgoff = 3006263296, inode = 0 }
-vm_state.vm_map: 23329.205611750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006267392, end = 3006275584, flags = 134217937, pgoff = 147456, inode = 535847 }
-vm_state.vm_map: 23329.205614131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006275584, end = 3006283776, flags = 134217937, pgoff = 69632, inode = 535134 }
-vm_state.vm_map: 23329.205619012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006287872, end = 3006300160, flags = 134217937, pgoff = 98304, inode = 535870 }
-vm_state.vm_map: 23329.205621178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006300160, end = 3006312448, flags = 2097271, pgoff = 3006300160, inode = 0 }
-vm_state.vm_map: 23329.205623257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006312448, end = 3006631936, flags = 1048695, pgoff = 3006312448, inode = 0 }
-vm_state.vm_map: 23329.205625700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006631936, end = 3006636032, flags = 134217937, pgoff = 53248, inode = 535718 }
-vm_state.vm_map: 23329.205628267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006640128, end = 3006644224, flags = 134217937, pgoff = 4190208, inode = 535140 }
-vm_state.vm_map: 23329.205630747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006644224, end = 3006652416, flags = 134217937, pgoff = 77824, inode = 535969 }
-vm_state.vm_map: 23329.205632808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006652416, end = 3006664704, flags = 2097271, pgoff = 3006652416, inode = 0 }
-vm_state.vm_map: 23329.205654132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006664704, end = 3006984192, flags = 1048695, pgoff = 3006664704, inode = 0 }
-vm_state.vm_map: 23329.205662721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006984192, end = 3006992384, flags = 134217841, pgoff = 0, inode = 76163 }
-vm_state.vm_map: 23329.205665305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3006992384, end = 3007004672, flags = 134217937, pgoff = 69632, inode = 535132 }
-vm_state.vm_map: 23329.205668318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007004672, end = 3007029248, flags = 134217937, pgoff = 266240, inode = 535135 }
-vm_state.vm_map: 23329.205670797 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007029248, end = 3007066112, flags = 134217937, pgoff = 352256, inode = 535637 }
-vm_state.vm_map: 23329.205675517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007066112, end = 3007184896, flags = 134217937, pgoff = 5668864, inode = 535879 }
-vm_state.vm_map: 23329.205680972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007188992, end = 3007201280, flags = 134217937, pgoff = 65536, inode = 536078 }
-vm_state.vm_map: 23329.205683427 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007201280, end = 3007209472, flags = 134217937, pgoff = 61440, inode = 535120 }
-vm_state.vm_map: 23329.205685877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007209472, end = 3007250432, flags = 134217937, pgoff = 557056, inode = 535904 }
-vm_state.vm_map: 23329.205690659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007250432, end = 3007262720, flags = 134217937, pgoff = 81920, inode = 535728 }
-vm_state.vm_map: 23329.205697828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007262720, end = 3007270912, flags = 134217845, pgoff = 0, inode = 870982 }
-vm_state.vm_map: 23329.205700006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007270912, end = 3007275008, flags = 135266419, pgoff = 4096, inode = 870982 }
-vm_state.vm_map: 23329.205704770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007275008, end = 3007283200, flags = 134217937, pgoff = 24576, inode = 535592 }
-vm_state.vm_map: 23329.205707657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007283200, end = 3007328256, flags = 134217937, pgoff = 692224, inode = 535663 }
-vm_state.vm_map: 23329.205713007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007328256, end = 3007479808, flags = 134217937, pgoff = 1990656, inode = 535881 }
-vm_state.vm_map: 23329.205720145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007479808, end = 3007496192, flags = 134217845, pgoff = 0, inode = 87517 }
-vm_state.vm_map: 23329.205722194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007496192, end = 3007500288, flags = 135266419, pgoff = 12288, inode = 87517 }
-vm_state.vm_map: 23329.205724743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007500288, end = 3007520768, flags = 134217845, pgoff = 0, inode = 87510 }
-vm_state.vm_map: 23329.205726827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007520768, end = 3007524864, flags = 135266419, pgoff = 16384, inode = 87510 }
-vm_state.vm_map: 23329.205729475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007524864, end = 3007578112, flags = 134217841, pgoff = 0, inode = 649748 }
-vm_state.vm_map: 23329.205731887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007578112, end = 3007647744, flags = 134217841, pgoff = 0, inode = 649694 }
-vm_state.vm_map: 23329.205734330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007647744, end = 3007655936, flags = 134217845, pgoff = 0, inode = 87435 }
-vm_state.vm_map: 23329.205736534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007655936, end = 3007660032, flags = 135266419, pgoff = 4096, inode = 87435 }
-vm_state.vm_map: 23329.205739161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007660032, end = 3007664128, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.205741568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007664128, end = 3007688704, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.205747158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007688704, end = 3007692800, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.205749576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007692800, end = 3007696896, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.205751933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007696896, end = 3007700992, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.205754266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007700992, end = 3007705088, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.205756647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007705088, end = 3007713280, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.205758961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007713280, end = 3007746048, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.205761442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007746048, end = 3007758336, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.205763873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007758336, end = 3007766528, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.205766359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007766528, end = 3007770624, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.205768568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007770624, end = 3007774720, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.205770962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007774720, end = 3007778816, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.205773313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007778816, end = 3007807488, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.205775534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007807488, end = 3007819776, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.205777873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007819776, end = 3007823872, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.205780174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007823872, end = 3007832064, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.205782581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007832064, end = 3007836160, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.205785302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007836160, end = 3007840256, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.205787566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007840256, end = 3007852544, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.205789837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007852544, end = 3007860736, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.205792100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007860736, end = 3007893504, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.205794433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007893504, end = 3007913984, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.205797055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007913984, end = 3007942656, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.205799560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007942656, end = 3007987712, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.205801837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3007987712, end = 3008045056, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.205804447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008045056, end = 3008061440, flags = 134217845, pgoff = 0, inode = 20897 }
-vm_state.vm_map: 23329.205806612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008061440, end = 3008065536, flags = 135266419, pgoff = 12288, inode = 20897 }
-vm_state.vm_map: 23329.205808803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008065536, end = 3008073728, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.205811073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008073728, end = 3008086016, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.205813591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008086016, end = 3008143360, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.205815616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008143360, end = 3008159744, flags = 1048695, pgoff = 3008143360, inode = 0 }
-vm_state.vm_map: 23329.205820804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008159744, end = 3008507904, flags = 134217845, pgoff = 0, inode = 870964 }
-vm_state.vm_map: 23329.205823210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008507904, end = 3008516096, flags = 135266419, pgoff = 344064, inode = 870964 }
-vm_state.vm_map: 23329.205825363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008516096, end = 3008520192, flags = 1048691, pgoff = 3008516096, inode = 0 }
-vm_state.vm_map: 23329.205827677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008520192, end = 3008532480, flags = 134217845, pgoff = 0, inode = 870963 }
-vm_state.vm_map: 23329.205829689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008532480, end = 3008536576, flags = 135266419, pgoff = 8192, inode = 870963 }
-vm_state.vm_map: 23329.205831873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008536576, end = 3008540672, flags = 1048691, pgoff = 3008536576, inode = 0 }
-vm_state.vm_map: 23329.205834489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008540672, end = 3008552960, flags = 134217937, pgoff = 94208, inode = 536143 }
-vm_state.vm_map: 23329.205836883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008552960, end = 3008569344, flags = 134217937, pgoff = 135168, inode = 535896 }
-vm_state.vm_map: 23329.205839228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008569344, end = 3008647168, flags = 134217937, pgoff = 2056192, inode = 535693 }
-vm_state.vm_map: 23329.205841640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008647168, end = 3008651264, flags = 134217937, pgoff = 16384, inode = 535975 }
-vm_state.vm_map: 23329.205844078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008651264, end = 3008733184, flags = 134217937, pgoff = 978944, inode = 535986 }
-vm_state.vm_map: 23329.205846435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008733184, end = 3008737280, flags = 134217937, pgoff = 4096, inode = 535700 }
-vm_state.vm_map: 23329.205848872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3008737280, end = 3009024000, flags = 134217937, pgoff = 3801088, inode = 535984 }
-vm_state.vm_map: 23329.205850889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009032192, end = 3009044480, flags = 1048688, pgoff = 3009032192, inode = 0 }
-vm_state.vm_map: 23329.205852993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009044480, end = 3009368064, flags = 1048695, pgoff = 3009044480, inode = 0 }
-vm_state.vm_map: 23329.205855276 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009368064, end = 3009376256, flags = 134217937, pgoff = 65536, inode = 535787 }
-vm_state.vm_map: 23329.205857757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009376256, end = 3009380352, flags = 134217937, pgoff = 40960, inode = 535558 }
-vm_state.vm_map: 23329.205860651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009388544, end = 3009396736, flags = 134217937, pgoff = 49152, inode = 535126 }
-vm_state.vm_map: 23329.205862718 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009396736, end = 3009400832, flags = 1048695, pgoff = 3009396736, inode = 0 }
-vm_state.vm_map: 23329.205865149 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009400832, end = 3009409024, flags = 134217845, pgoff = 0, inode = 21334 }
-vm_state.vm_map: 23329.205867234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009409024, end = 3009413120, flags = 135266419, pgoff = 4096, inode = 21334 }
-vm_state.vm_map: 23329.205869406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3009413120, end = 3010453504, flags = 2097267, pgoff = 3009413120, inode = 0 }
-vm_state.vm_map: 23329.205871368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010453504, end = 3010461696, flags = 2097264, pgoff = 3010453504, inode = 0 }
-vm_state.vm_map: 23329.205876878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010461696, end = 3010465792, flags = 134217937, pgoff = 12288, inode = 535588 }
-vm_state.vm_map: 23329.205882072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010465792, end = 3010473984, flags = 134217937, pgoff = 28672, inode = 535877 }
-vm_state.vm_map: 23329.205890914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010478080, end = 3010494464, flags = 134217937, pgoff = 126976, inode = 535589 }
-vm_state.vm_map: 23329.205893401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010494464, end = 3010498560, flags = 134217937, pgoff = 4096, inode = 536090 }
-vm_state.vm_map: 23329.205895875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010498560, end = 3010506752, flags = 134217937, pgoff = 24576, inode = 535782 }
-vm_state.vm_map: 23329.205898139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010519040, end = 3010531328, flags = 134217937, pgoff = 102400, inode = 536159 }
-vm_state.vm_map: 23329.205900768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010531328, end = 3010560000, flags = 134217937, pgoff = 593920, inode = 198593 }
-vm_state.vm_map: 23329.205903125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010560000, end = 3010568192, flags = 134217937, pgoff = 16384, inode = 535657 }
-vm_state.vm_map: 23329.205905550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010568192, end = 3010580480, flags = 134217937, pgoff = 73728, inode = 535562 }
-vm_state.vm_map: 23329.205911054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010580480, end = 3010592768, flags = 134217937, pgoff = 98304, inode = 535122 }
-vm_state.vm_map: 23329.205916582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010592768, end = 3010600960, flags = 134217937, pgoff = 57344, inode = 535587 }
-vm_state.vm_map: 23329.205921537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010609152, end = 3010617344, flags = 134217937, pgoff = 98304, inode = 535720 }
-vm_state.vm_map: 23329.205923980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010617344, end = 3010629632, flags = 134217937, pgoff = 77824, inode = 198594 }
-vm_state.vm_map: 23329.205926393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010629632, end = 3010646016, flags = 134217937, pgoff = 159744, inode = 536148 }
-vm_state.vm_map: 23329.205928497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010646016, end = 3010658304, flags = 1048688, pgoff = 3010646016, inode = 0 }
-vm_state.vm_map: 23329.205930545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010658304, end = 3010977792, flags = 1048695, pgoff = 3010658304, inode = 0 }
-vm_state.vm_map: 23329.205936067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010977792, end = 3010985984, flags = 134217937, pgoff = 57344, inode = 535836 }
-vm_state.vm_map: 23329.205941232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3010985984, end = 3010998272, flags = 134217937, pgoff = 77824, inode = 535722 }
-vm_state.vm_map: 23329.205946568 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011002368, end = 3011010560, flags = 134217937, pgoff = 45056, inode = 535708 }
-vm_state.vm_map: 23329.205951832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011010560, end = 3011014656, flags = 134217937, pgoff = 32768, inode = 535124 }
-vm_state.vm_map: 23329.205956984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011014656, end = 3011022848, flags = 134217937, pgoff = 20480, inode = 535118 }
-vm_state.vm_map: 23329.205961907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011022848, end = 3011035136, flags = 134217937, pgoff = 90112, inode = 535774 }
-vm_state.vm_map: 23329.205963949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011035136, end = 3011047424, flags = 1048688, pgoff = 3011035136, inode = 0 }
-vm_state.vm_map: 23329.205966232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011047424, end = 3011366912, flags = 1048695, pgoff = 3011047424, inode = 0 }
-vm_state.vm_map: 23329.205968361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011366912, end = 3011379200, flags = 1048688, pgoff = 3011366912, inode = 0 }
-vm_state.vm_map: 23329.205970459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011379200, end = 3011698688, flags = 1048695, pgoff = 3011379200, inode = 0 }
-vm_state.vm_map: 23329.205972526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011698688, end = 3011710976, flags = 1048688, pgoff = 3011698688, inode = 0 }
-vm_state.vm_map: 23329.205974525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3011710976, end = 3012030464, flags = 1048695, pgoff = 3011710976, inode = 0 }
-vm_state.vm_map: 23329.205979770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012030464, end = 3012059136, flags = 134217845, pgoff = 0, inode = 198542 }
-vm_state.vm_map: 23329.205981843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012059136, end = 3012063232, flags = 135266419, pgoff = 24576, inode = 198542 }
-vm_state.vm_map: 23329.205984194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012063232, end = 3012141056, flags = 134217845, pgoff = 0, inode = 198541 }
-vm_state.vm_map: 23329.205986242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012141056, end = 3012145152, flags = 135266419, pgoff = 77824, inode = 198541 }
-vm_state.vm_map: 23329.205988636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012145152, end = 3012214784, flags = 134217937, pgoff = 1064960, inode = 535890 }
-vm_state.vm_map: 23329.205990660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012214784, end = 3012218880, flags = 1048688, pgoff = 3012214784, inode = 0 }
-vm_state.vm_map: 23329.205992758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012218880, end = 3012743168, flags = 1048695, pgoff = 3012218880, inode = 0 }
-vm_state.vm_map: 23329.205994714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012743168, end = 3012755456, flags = 1048688, pgoff = 3012743168, inode = 0 }
-vm_state.vm_map: 23329.205996818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3012755456, end = 3013074944, flags = 1048695, pgoff = 3012755456, inode = 0 }
-vm_state.vm_map: 23329.205999014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3013074944, end = 3013087232, flags = 1048688, pgoff = 3013074944, inode = 0 }
-vm_state.vm_map: 23329.206001050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3013087232, end = 3013603328, flags = 1048695, pgoff = 3013087232, inode = 0 }
-vm_state.vm_map: 23329.206003000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3013603328, end = 3013615616, flags = 1048688, pgoff = 3013603328, inode = 0 }
-vm_state.vm_map: 23329.206004944 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3013615616, end = 3013935104, flags = 1048695, pgoff = 3013615616, inode = 0 }
-vm_state.vm_map: 23329.206006875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3013935104, end = 3014144000, flags = 1048691, pgoff = 3013935104, inode = 0 }
-vm_state.vm_map: 23329.206009263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3014144000, end = 3015806976, flags = 134217937, pgoff = 50016256, inode = 198631 }
-vm_state.vm_map: 23329.206011324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3015806976, end = 3015819264, flags = 1048688, pgoff = 3015806976, inode = 0 }
-vm_state.vm_map: 23329.206013593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3015819264, end = 3016138752, flags = 1048695, pgoff = 3015819264, inode = 0 }
-vm_state.vm_map: 23329.206015563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3016138752, end = 3016151040, flags = 1048688, pgoff = 3016138752, inode = 0 }
-vm_state.vm_map: 23329.206017482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3016151040, end = 3016470528, flags = 1048695, pgoff = 3016151040, inode = 0 }
-vm_state.vm_map: 23329.206019425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3016470528, end = 3016474624, flags = 1048688, pgoff = 3016470528, inode = 0 }
-vm_state.vm_map: 23329.206021355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3016474624, end = 3017158656, flags = 1048695, pgoff = 3016474624, inode = 0 }
-vm_state.vm_map: 23329.206023288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3017158656, end = 3017576448, flags = 2097271, pgoff = 3017158656, inode = 0 }
-vm_state.vm_map: 23329.206025349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3017576448, end = 3017732096, flags = 1048695, pgoff = 3017576448, inode = 0 }
-vm_state.vm_map: 23329.206027390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3017732096, end = 3018305536, flags = 2097271, pgoff = 3017732096, inode = 0 }
-vm_state.vm_map: 23329.206029495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3018305536, end = 3018321920, flags = 1048695, pgoff = 3018305536, inode = 0 }
-vm_state.vm_map: 23329.206031605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3018321920, end = 3018362880, flags = 2097271, pgoff = 3018321920, inode = 0 }
-vm_state.vm_map: 23329.206033665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3018362880, end = 3018522624, flags = 1048695, pgoff = 3018362880, inode = 0 }
-vm_state.vm_map: 23329.206035769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3018522624, end = 3019091968, flags = 2097271, pgoff = 3018522624, inode = 0 }
-vm_state.vm_map: 23329.206037756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3019091968, end = 3019202560, flags = 1048695, pgoff = 3019091968, inode = 0 }
-vm_state.vm_map: 23329.206039687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3019202560, end = 3019616256, flags = 2097271, pgoff = 3019202560, inode = 0 }
-vm_state.vm_map: 23329.206041810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3019616256, end = 3019890688, flags = 1048695, pgoff = 3019616256, inode = 0 }
-vm_state.vm_map: 23329.206043790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3019890688, end = 3020185600, flags = 2097271, pgoff = 3019890688, inode = 0 }
-vm_state.vm_map: 23329.206046197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3020185600, end = 3034636288, flags = 1048695, pgoff = 3020185600, inode = 0 }
-vm_state.vm_map: 23329.206048510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3034636288, end = 3053740032, flags = 2097271, pgoff = 3034636288, inode = 0 }
-vm_state.vm_map: 23329.206050904 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3053740032, end = 3053801472, flags = 134217845, pgoff = 0, inode = 198537 }
-vm_state.vm_map: 23329.206052866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3053801472, end = 3053809664, flags = 135266419, pgoff = 57344, inode = 198537 }
-vm_state.vm_map: 23329.206061252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3053809664, end = 3053842432, flags = 134217979, pgoff = 0, inode = 1392951 }
-vm_state.vm_map: 23329.206066194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3053842432, end = 3053985792, flags = 134217845, pgoff = 0, inode = 198535 }
-vm_state.vm_map: 23329.206068360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3053985792, end = 3053993984, flags = 135266419, pgoff = 143360, inode = 198535 }
-vm_state.vm_map: 23329.206070785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3053993984, end = 3054039040, flags = 134217845, pgoff = 0, inode = 198534 }
-vm_state.vm_map: 23329.206072889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3054039040, end = 3054043136, flags = 135266419, pgoff = 45056, inode = 198534 }
-vm_state.vm_map: 23329.206077794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3054043136, end = 3058655232, flags = 135266421, pgoff = 0, inode = 207418 }
-vm_state.vm_map: 23329.206079941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3058655232, end = 3058786304, flags = 135266419, pgoff = 4608000, inode = 207418 }
-vm_state.vm_map: 23329.206081996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3058786304, end = 3063111680, flags = 1048691, pgoff = 3058786304, inode = 0 }
-vm_state.vm_map: 23329.206085172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3063111680, end = 3063504896, flags = 134217979, pgoff = 0, inode = 1867781 }
-vm_state.vm_map: 23329.206087222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3063504896, end = 3063910400, flags = 1048691, pgoff = 3063504896, inode = 0 }
-vm_state.vm_map: 23329.206089417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3063910400, end = 3063939072, flags = 134217845, pgoff = 0, inode = 1065218 }
-vm_state.vm_map: 23329.206091467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3063939072, end = 3063943168, flags = 135266419, pgoff = 28672, inode = 1065218 }
-vm_state.vm_map: 23329.206093855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3063943168, end = 3063996416, flags = 134217845, pgoff = 0, inode = 24466 }
-vm_state.vm_map: 23329.206095822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3063996416, end = 3064000512, flags = 135266419, pgoff = 49152, inode = 24466 }
-vm_state.vm_map: 23329.206098248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064000512, end = 3064164352, flags = 134217845, pgoff = 0, inode = 21283 }
-vm_state.vm_map: 23329.206100315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064164352, end = 3064168448, flags = 135266419, pgoff = 159744, inode = 21283 }
-vm_state.vm_map: 23329.206102598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064168448, end = 3064197120, flags = 134217845, pgoff = 0, inode = 23696 }
-vm_state.vm_map: 23329.206104534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064197120, end = 3064201216, flags = 135266419, pgoff = 24576, inode = 23696 }
-vm_state.vm_map: 23329.206107053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064201216, end = 3064262656, flags = 134217845, pgoff = 0, inode = 1065430 }
-vm_state.vm_map: 23329.206109003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064262656, end = 3064266752, flags = 135266419, pgoff = 57344, inode = 1065430 }
-vm_state.vm_map: 23329.206111186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064266752, end = 3064295424, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.206113123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064295424, end = 3064299520, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.206115221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064299520, end = 3064303616, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.206117263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064303616, end = 3064307712, flags = 2097265, pgoff = 3064303616, inode = 0 }
-vm_state.vm_map: 23329.206119941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064307712, end = 3064311808, flags = 134217937, pgoff = 28672, inode = 535734 }
-vm_state.vm_map: 23329.206122434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064311808, end = 3064320000, flags = 134217937, pgoff = 53248, inode = 536055 }
-vm_state.vm_map: 23329.206124717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064320000, end = 3064344576, flags = 134217845, pgoff = 0, inode = 198525 }
-vm_state.vm_map: 23329.206126778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064344576, end = 3064348672, flags = 135266419, pgoff = 24576, inode = 198525 }
-vm_state.vm_map: 23329.206131584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064348672, end = 3064360960, flags = 134217845, pgoff = 0, inode = 87515 }
-vm_state.vm_map: 23329.206133707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064360960, end = 3064365056, flags = 135266419, pgoff = 8192, inode = 87515 }
-vm_state.vm_map: 23329.206135842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064365056, end = 3064397824, flags = 134217841, pgoff = 0, inode = 74138 }
-vm_state.vm_map: 23329.206138094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064397824, end = 3064438784, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.206140087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064438784, end = 3064442880, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.206142086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064442880, end = 3064446976, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.206144159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064446976, end = 3064483840, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.206146109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064483840, end = 3064487936, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.206148046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064487936, end = 3064492032, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.206150342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064492032, end = 3064569856, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.206152458 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064569856, end = 3064573952, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.206154858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064573952, end = 3064578048, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.206156862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064578048, end = 3064586240, flags = 1048691, pgoff = 3064578048, inode = 0 }
-vm_state.vm_map: 23329.206159072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064586240, end = 3064610816, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.206161312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064610816, end = 3064614912, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.206163373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064614912, end = 3064619008, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.206168044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064619008, end = 3064623104, flags = 134217937, pgoff = 8192, inode = 536067 }
-vm_state.vm_map: 23329.206170543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064623104, end = 3064643584, flags = 134217845, pgoff = 0, inode = 23692 }
-vm_state.vm_map: 23329.206172492 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064643584, end = 3064647680, flags = 135266419, pgoff = 16384, inode = 23692 }
-vm_state.vm_map: 23329.206174831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064647680, end = 3064664064, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.206176878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064664064, end = 3064668160, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.206179371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064668160, end = 3064684544, flags = 134217845, pgoff = 0, inode = 1065432 }
-vm_state.vm_map: 23329.206181438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064684544, end = 3064688640, flags = 135266419, pgoff = 12288, inode = 1065432 }
-vm_state.vm_map: 23329.206183943 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064688640, end = 3064709120, flags = 134217845, pgoff = 0, inode = 314599 }
-vm_state.vm_map: 23329.206186140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064709120, end = 3064713216, flags = 135266419, pgoff = 16384, inode = 314599 }
-vm_state.vm_map: 23329.206188626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064713216, end = 3064852480, flags = 134217841, pgoff = 0, inode = 74520 }
-vm_state.vm_map: 23329.206191465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064852480, end = 3064954880, flags = 134217845, pgoff = 0, inode = 21552 }
-vm_state.vm_map: 23329.206193723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064954880, end = 3064963072, flags = 135266419, pgoff = 98304, inode = 21552 }
-vm_state.vm_map: 23329.206196228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3064963072, end = 3068862464, flags = 134217845, pgoff = 0, inode = 21427 }
-vm_state.vm_map: 23329.206198388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3068862464, end = 3068887040, flags = 135266419, pgoff = 3895296, inode = 21427 }
-vm_state.vm_map: 23329.206200405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3068887040, end = 3068891136, flags = 1048691, pgoff = 3068887040, inode = 0 }
-vm_state.vm_map: 23329.206202960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3068891136, end = 3068907520, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.206205045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3068907520, end = 3068911616, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.206207414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3068911616, end = 3069009920, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.206209759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069009920, end = 3069014016, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.206212252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069014016, end = 3069038592, flags = 134217845, pgoff = 0, inode = 22612 }
-vm_state.vm_map: 23329.206214387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069038592, end = 3069042688, flags = 135266419, pgoff = 20480, inode = 22612 }
-vm_state.vm_map: 23329.206217040 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069042688, end = 3069054976, flags = 134217845, pgoff = 0, inode = 21323 }
-vm_state.vm_map: 23329.206219206 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069054976, end = 3069059072, flags = 135266419, pgoff = 8192, inode = 21323 }
-vm_state.vm_map: 23329.206221563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069059072, end = 3069202432, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.206223661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069202432, end = 3069206528, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.206226042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069206528, end = 3069284352, flags = 134217845, pgoff = 0, inode = 24576 }
-vm_state.vm_map: 23329.206228375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069284352, end = 3069288448, flags = 135266419, pgoff = 77824, inode = 24576 }
-vm_state.vm_map: 23329.206230830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069288448, end = 3069321216, flags = 134217845, pgoff = 0, inode = 24194 }
-vm_state.vm_map: 23329.206232922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069321216, end = 3069325312, flags = 135266419, pgoff = 28672, inode = 24194 }
-vm_state.vm_map: 23329.206235464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069325312, end = 3069792256, flags = 134217845, pgoff = 0, inode = 23967 }
-vm_state.vm_map: 23329.206237593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069792256, end = 3069800448, flags = 135266419, pgoff = 462848, inode = 23967 }
-vm_state.vm_map: 23329.206239690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069800448, end = 3069804544, flags = 1048691, pgoff = 3069800448, inode = 0 }
-vm_state.vm_map: 23329.206242220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3069804544, end = 3070160896, flags = 134217845, pgoff = 0, inode = 1065307 }
-vm_state.vm_map: 23329.206244337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070160896, end = 3070169088, flags = 135266419, pgoff = 356352, inode = 1065307 }
-vm_state.vm_map: 23329.206246717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070169088, end = 3070177280, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.206248736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070177280, end = 3070181376, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.206251160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070181376, end = 3070328832, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.206253110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070328832, end = 3070337024, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.206255312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070337024, end = 3070435328, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.206257416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070435328, end = 3070439424, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.206259601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070439424, end = 3070443520, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.206261766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070443520, end = 3070513152, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.206264210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070513152, end = 3070517248, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.206266271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070517248, end = 3070521344, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.206268412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070521344, end = 3070529536, flags = 1048691, pgoff = 3070521344, inode = 0 }
-vm_state.vm_map: 23329.206270744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070529536, end = 3070607360, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.206272792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070607360, end = 3070611456, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.206275131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3070611456, end = 3071082496, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.206277223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071082496, end = 3071098880, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.206279765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071098880, end = 3071246336, flags = 134217845, pgoff = 0, inode = 22796 }
-vm_state.vm_map: 23329.206281782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071246336, end = 3071250432, flags = 135266419, pgoff = 147456, inode = 22796 }
-vm_state.vm_map: 23329.206284244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071250432, end = 3071348736, flags = 134217845, pgoff = 0, inode = 22669 }
-vm_state.vm_map: 23329.206286299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071348736, end = 3071352832, flags = 135266419, pgoff = 94208, inode = 22669 }
-vm_state.vm_map: 23329.206288452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071352832, end = 3071500288, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.206290637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071500288, end = 3071504384, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.206292741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071504384, end = 3071508480, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.206295289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3071508480, end = 3072659456, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.206297331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3072659456, end = 3072675840, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.206300058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3072675840, end = 3073155072, flags = 134217845, pgoff = 0, inode = 21325 }
-vm_state.vm_map: 23329.206302150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073155072, end = 3073163264, flags = 135266419, pgoff = 479232, inode = 21325 }
-vm_state.vm_map: 23329.206304575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073163264, end = 3073179648, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.206306753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073179648, end = 3073183744, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.206309203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073183744, end = 3073191936, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.206311430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073191936, end = 3073196032, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.206313812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073196032, end = 3073204224, flags = 134217845, pgoff = 0, inode = 17721 }
-vm_state.vm_map: 23329.206316045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073204224, end = 3073208320, flags = 135266419, pgoff = 4096, inode = 17721 }
-vm_state.vm_map: 23329.206318463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073208320, end = 3073241088, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.206320611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073241088, end = 3073245184, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.206323072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073245184, end = 3073269760, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.206325066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073269760, end = 3073273856, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.206327595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073273856, end = 3073306624, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.206329723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073306624, end = 3073310720, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.206332236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073310720, end = 3073318912, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.206334222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073318912, end = 3073323008, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.206337183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073323008, end = 3073355776, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.206339293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073355776, end = 3073359872, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.206341724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073359872, end = 3073413120, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.206343779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073413120, end = 3073417216, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.206346395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073417216, end = 3073601536, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.206348481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073601536, end = 3073609728, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.206350566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073609728, end = 3073622016, flags = 134217845, pgoff = 0, inode = 19626 }
-vm_state.vm_map: 23329.206352701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073622016, end = 3073626112, flags = 135266419, pgoff = 8192, inode = 19626 }
-vm_state.vm_map: 23329.206354910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3073626112, end = 3074224128, flags = 134217845, pgoff = 0, inode = 19628 }
-vm_state.vm_map: 23329.206356860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3074224128, end = 3074232320, flags = 135266419, pgoff = 598016, inode = 19628 }
-vm_state.vm_map: 23329.206359180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3074232320, end = 3074502656, flags = 134217845, pgoff = 0, inode = 22793 }
-vm_state.vm_map: 23329.206361370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3074502656, end = 3074510848, flags = 135266419, pgoff = 266240, inode = 22793 }
-vm_state.vm_map: 23329.206363752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3074510848, end = 3075108864, flags = 134217845, pgoff = 0, inode = 22668 }
-vm_state.vm_map: 23329.206365862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3075108864, end = 3075121152, flags = 135266419, pgoff = 593920, inode = 22668 }
-vm_state.vm_map: 23329.206368096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3075121152, end = 3075313664, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.206370335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3075313664, end = 3075317760, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.206372945 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3075317760, end = 3076055040, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.206375117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076055040, end = 3076059136, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.206377265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076059136, end = 3076300800, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.206379356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076300800, end = 3076304896, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.206381713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076304896, end = 3076313088, flags = 134217937, pgoff = 40960, inode = 535980 }
-vm_state.vm_map: 23329.206383817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076313088, end = 3076317184, flags = 1048691, pgoff = 3076313088, inode = 0 }
-vm_state.vm_map: 23329.206385957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076317184, end = 3076321280, flags = 113, pgoff = 3076317184, inode = 0 }
-vm_state.vm_map: 23329.206388129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076321280, end = 3076349952, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.206390529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076349952, end = 3076399104, flags = 134217841, pgoff = 0, inode = 74519 }
-vm_state.vm_map: 23329.206392684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3076399104, end = 3077730304, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.206394788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3077730304, end = 3077734400, flags = 1048691, pgoff = 3077730304, inode = 0 }
-vm_state.vm_map: 23329.206396983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3077734400, end = 3079049216, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.206399019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079049216, end = 3079057408, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.206401155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079057408, end = 3079061504, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.206403172 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079061504, end = 3079077888, flags = 1048691, pgoff = 3079061504, inode = 0 }
-vm_state.vm_map: 23329.206405406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079077888, end = 3079086080, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.206407793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079086080, end = 3079090176, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.206409811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079090176, end = 3079094272, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.206412076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079094272, end = 3079180288, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.206414081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079180288, end = 3079184384, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.206416179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079184384, end = 3079188480, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.206418227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079188480, end = 3079196672, flags = 1048691, pgoff = 3079188480, inode = 0 }
-vm_state.vm_map: 23329.206420615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079196672, end = 3079237632, flags = 134217845, pgoff = 0, inode = 22795 }
-vm_state.vm_map: 23329.206422738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079237632, end = 3079241728, flags = 135266419, pgoff = 36864, inode = 22795 }
-vm_state.vm_map: 23329.206427501 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079241728, end = 3079286784, flags = 134217845, pgoff = 0, inode = 535829 }
-vm_state.vm_map: 23329.206429562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079286784, end = 3079290880, flags = 135266419, pgoff = 40960, inode = 535829 }
-vm_state.vm_map: 23329.206431604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079290880, end = 3079299072, flags = 1048691, pgoff = 3079290880, inode = 0 }
-vm_state.vm_map: 23329.206433659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079299072, end = 3079303168, flags = 67371125, pgoff = 3079299072, inode = 0 }
-vm_state.vm_map: 23329.206435843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079303168, end = 3079417856, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.206437953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079417856, end = 3079421952, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.206439977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3079421952, end = 3079426048, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.206442451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3214716928, end = 3214729216, flags = 1048688, pgoff = 3214716928, inode = 0 }
-vm_state.vm_map: 23329.206444450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3214729216, end = 3215044608, flags = 1048951, pgoff = 3220905984, inode = 0 }
-vm_state.vm_map: 23329.206446536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4081, start = 3215044608, end = 3215048704, flags = 1048947, pgoff = 3221221376, inode = 0 }
-vm_state.vm_map: 23329.206452589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 134512640, end = 134565888, flags = 134223989, pgoff = 0, inode = 239235 }
-vm_state.vm_map: 23329.206454779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 134565888, end = 134569984, flags = 135272563, pgoff = 49152, inode = 239235 }
-vm_state.vm_map: 23329.206456976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 154087424, end = 155582464, flags = 1048691, pgoff = 154087424, inode = 0 }
-vm_state.vm_map: 23329.206459332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073544192, end = 3073576960, flags = 134217841, pgoff = 0, inode = 74138 }
-vm_state.vm_map: 23329.206464453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073581056, end = 3073630208, flags = 134217845, pgoff = 0, inode = 418337 }
-vm_state.vm_map: 23329.206466638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073630208, end = 3073634304, flags = 135266419, pgoff = 49152, inode = 418337 }
-vm_state.vm_map: 23329.206468902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073634304, end = 3073675264, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.206471112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073675264, end = 3073679360, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.206473178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073679360, end = 3073683456, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.206475610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073683456, end = 3073720320, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.206477632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073720320, end = 3073724416, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.206480298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073724416, end = 3073728512, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.206482470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073728512, end = 3073806336, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.206484599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073806336, end = 3073810432, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.206486807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073810432, end = 3073814528, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.206488986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073814528, end = 3073822720, flags = 1048691, pgoff = 3073814528, inode = 0 }
-vm_state.vm_map: 23329.206491108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073822720, end = 3073847296, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.206493194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073847296, end = 3073851392, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.206495285 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073851392, end = 3073855488, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.206497611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3073855488, end = 3075186688, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.206499629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075186688, end = 3075194880, flags = 1048691, pgoff = 3075186688, inode = 0 }
-vm_state.vm_map: 23329.206501980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075194880, end = 3075203072, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.206504139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075203072, end = 3075207168, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.206506293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075207168, end = 3075211264, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.206508409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075211264, end = 3075403776, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.206510513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075403776, end = 3075407872, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.206512734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075407872, end = 3075436544, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.206515320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075436544, end = 3075440640, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.206517344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075440640, end = 3075444736, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.206519713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075444736, end = 3075461120, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.206521731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075461120, end = 3075465216, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.206524044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075465216, end = 3075706880, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.206526099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075706880, end = 3075710976, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.206528215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075710976, end = 3075723264, flags = 134217845, pgoff = 0, inode = 19626 }
-vm_state.vm_map: 23329.206530406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075723264, end = 3075727360, flags = 135266419, pgoff = 8192, inode = 19626 }
-vm_state.vm_map: 23329.206532405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075727360, end = 3075731456, flags = 1048691, pgoff = 3075727360, inode = 0 }
-vm_state.vm_map: 23329.206534601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3075731456, end = 3077046272, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.206536667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3077046272, end = 3077054464, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.206538674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3077054464, end = 3077058560, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.206540758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3077058560, end = 3077070848, flags = 1048691, pgoff = 3077058560, inode = 0 }
-vm_state.vm_map: 23329.206542907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3077070848, end = 3077267456, flags = 134217845, pgoff = 0, inode = 1065401 }
-vm_state.vm_map: 23329.206545134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3077267456, end = 3077279744, flags = 135266419, pgoff = 192512, inode = 1065401 }
-vm_state.vm_map: 23329.206547300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3077279744, end = 3078017024, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.206549773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078017024, end = 3078021120, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.206551988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078021120, end = 3078107136, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.206554129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078107136, end = 3078111232, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.206556245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078111232, end = 3078115328, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.206558300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078115328, end = 3078123520, flags = 1048691, pgoff = 3078115328, inode = 0 }
-vm_state.vm_map: 23329.206560595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078123520, end = 3078348800, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.206562792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078348800, end = 3078352896, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.206564853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078352896, end = 3078356992, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.206567006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078356992, end = 3078361088, flags = 1048691, pgoff = 3078356992, inode = 0 }
-vm_state.vm_map: 23329.206569252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078361088, end = 3078475776, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 23329.206571375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078475776, end = 3078479872, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 23329.206573553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078479872, end = 3078787072, flags = 134217845, pgoff = 0, inode = 1065420 }
-vm_state.vm_map: 23329.206575675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078787072, end = 3078828032, flags = 135266419, pgoff = 303104, inode = 1065420 }
-vm_state.vm_map: 23329.206578014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078832128, end = 3078860800, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.206583073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078860800, end = 3078922240, flags = 134217841, pgoff = 0, inode = 76320 }
-vm_state.vm_map: 23329.206585609 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078922240, end = 3078930432, flags = 1048691, pgoff = 3078922240, inode = 0 }
-vm_state.vm_map: 23329.206587744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078930432, end = 3078934528, flags = 67371125, pgoff = 3078930432, inode = 0 }
-vm_state.vm_map: 23329.206590015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3078934528, end = 3079049216, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.206592082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3079049216, end = 3079053312, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.206594112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3079053312, end = 3079057408, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.206596209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 4182, start = 3214024704, end = 3214110720, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.206601652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
-vm_state.vm_map: 23329.206621148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
-vm_state.vm_map: 23329.206623457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
-vm_state.vm_map: 23329.206625684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 165335040, end = 165404672, flags = 1048691, pgoff = 165335040, inode = 0 }
-vm_state.vm_map: 23329.206628028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3076132864, end = 3077464064, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.206630280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3077464064, end = 3077468160, flags = 1048691, pgoff = 3077464064, inode = 0 }
-vm_state.vm_map: 23329.206632619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3077468160, end = 3078782976, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.206634846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3078782976, end = 3078791168, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.206636925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3078791168, end = 3078795264, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.206639461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3078795264, end = 3078811648, flags = 1048691, pgoff = 3078795264, inode = 0 }
-vm_state.vm_map: 23329.206641726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3078811648, end = 3078819840, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.206643830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3078819840, end = 3078823936, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.206646069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3078823936, end = 3078828032, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.206648241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3078828032, end = 3079045120, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 23329.206650271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3079045120, end = 3079057408, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 23329.206652505 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3079122944, end = 3079151616, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.206654566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3079151616, end = 3079159808, flags = 1048691, pgoff = 3079151616, inode = 0 }
-vm_state.vm_map: 23329.206656664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3079159808, end = 3079163904, flags = 67371125, pgoff = 3079159808, inode = 0 }
-vm_state.vm_map: 23329.206658947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3079163904, end = 3079278592, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.206658949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3079278592, end = 3079282688, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.206658951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3079282688, end = 3079286784, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.206658953 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5051, start = 3219410944, end = 3219496960, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.206658955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
-vm_state.vm_map: 23329.206658957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
-vm_state.vm_map: 23329.206658959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
-vm_state.vm_map: 23329.206658962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 148074496, end = 148185088, flags = 1048691, pgoff = 148074496, inode = 0 }
-vm_state.vm_map: 23329.206658964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3075608576, end = 3076939776, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.206658966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3076939776, end = 3076943872, flags = 1048691, pgoff = 3076939776, inode = 0 }
-vm_state.vm_map: 23329.206658968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3076943872, end = 3078258688, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.206658970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078258688, end = 3078266880, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.206658972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078266880, end = 3078270976, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.206658974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078270976, end = 3078287360, flags = 1048691, pgoff = 3078270976, inode = 0 }
-vm_state.vm_map: 23329.206658976 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078287360, end = 3078295552, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.206658978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078295552, end = 3078299648, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.206658980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078299648, end = 3078303744, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.206658982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078303744, end = 3078520832, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 23329.206658984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078520832, end = 3078533120, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 23329.206658986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078598656, end = 3078627328, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.206658988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078627328, end = 3078635520, flags = 1048691, pgoff = 3078627328, inode = 0 }
-vm_state.vm_map: 23329.206658990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078635520, end = 3078639616, flags = 67371125, pgoff = 3078635520, inode = 0 }
-vm_state.vm_map: 23329.206658992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078639616, end = 3078754304, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.206658995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078754304, end = 3078758400, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.206658997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3078758400, end = 3078762496, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.206658999 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5063, start = 3212931072, end = 3213017088, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.206659001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 134512640, end = 134516736, flags = 134223989, pgoff = 0, inode = 1352341 }
-vm_state.vm_map: 23329.206659003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 134516736, end = 134520832, flags = 135272563, pgoff = 0, inode = 1352341 }
-vm_state.vm_map: 23329.206674495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 141873152, end = 193757184, flags = 1048691, pgoff = 141873152, inode = 0 }
-vm_state.vm_map: 23329.206679985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3040997376, end = 3041067008, flags = 134217841, pgoff = 0, inode = 649694 }
-vm_state.vm_map: 23329.206681978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3041067008, end = 3041988608, flags = 1048691, pgoff = 3041067008, inode = 0 }
-vm_state.vm_map: 23329.206687497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3041988608, end = 3058327552, flags = 134217841, pgoff = 0, inode = 532630 }
-vm_state.vm_map: 23329.206692088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058327552, end = 3058413568, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.206694648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058413568, end = 3058417664, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.206696714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058417664, end = 3058425856, flags = 1048691, pgoff = 3058417664, inode = 0 }
-vm_state.vm_map: 23329.206698983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058425856, end = 3058454528, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.206701142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058454528, end = 3058458624, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.206706250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058544640, end = 3058548736, flags = 134217845, pgoff = 0, inode = 378352 }
-vm_state.vm_map: 23329.206708428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058548736, end = 3058552832, flags = 135266419, pgoff = 4096, inode = 378352 }
-vm_state.vm_map: 23329.206711179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058552832, end = 3058626560, flags = 134217841, pgoff = 0, inode = 98526 }
-vm_state.vm_map: 23329.206713658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058626560, end = 3058708480, flags = 134217841, pgoff = 0, inode = 98443 }
-vm_state.vm_map: 23329.206721789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3058708480, end = 3060080640, flags = 135266421, pgoff = 0, inode = 542490 }
-vm_state.vm_map: 23329.206723948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060080640, end = 3060146176, flags = 135266419, pgoff = 1368064, inode = 542490 }
-vm_state.vm_map: 23329.206726008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060146176, end = 3060158464, flags = 1048691, pgoff = 3060146176, inode = 0 }
-vm_state.vm_map: 23329.206731134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060158464, end = 3060166656, flags = 134217845, pgoff = 0, inode = 378371 }
-vm_state.vm_map: 23329.206733521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060166656, end = 3060170752, flags = 135266419, pgoff = 4096, inode = 378371 }
-vm_state.vm_map: 23329.206736020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060170752, end = 3060240384, flags = 134217841, pgoff = 0, inode = 98449 }
-vm_state.vm_map: 23329.206740591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060240384, end = 3060293632, flags = 134217841, pgoff = 0, inode = 649748 }
-vm_state.vm_map: 23329.206742885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060293632, end = 3060297728, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.206745334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060297728, end = 3060322304, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.206747455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060322304, end = 3060326400, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.206749726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060326400, end = 3060330496, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.206752064 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060330496, end = 3060334592, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.206754168 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060334592, end = 3060338688, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.206756363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060338688, end = 3060346880, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.206758677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060346880, end = 3060379648, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.206760799 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060379648, end = 3060391936, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.206762927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060391936, end = 3060400128, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.206765159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060400128, end = 3060404224, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.206767337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060404224, end = 3060408320, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.206769897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060408320, end = 3060412416, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.206772037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060412416, end = 3060441088, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.206774245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060441088, end = 3060453376, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.206776361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060453376, end = 3060457472, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.206778600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060457472, end = 3060465664, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.206780858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060465664, end = 3060469760, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.206783060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060469760, end = 3060473856, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.206785337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060473856, end = 3060486144, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.206787712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060486144, end = 3060494336, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.206789938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060494336, end = 3060527104, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.206791993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060527104, end = 3060547584, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.206794219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060547584, end = 3060555776, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.206796539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060555776, end = 3060584448, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.206798673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060584448, end = 3060629504, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.206803392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060629504, end = 3060686848, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.206805921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060686848, end = 3060699136, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.206811140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060699136, end = 3060756480, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.206813428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3060756480, end = 3061694464, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.206815563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3061694464, end = 3061710848, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.206817716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3061710848, end = 3061714944, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.206819745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3061714944, end = 3061743616, flags = 1048691, pgoff = 3061714944, inode = 0 }
-vm_state.vm_map: 23329.206821861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3061743616, end = 3061981184, flags = 1048691, pgoff = 3061981184, inode = 0 }
-vm_state.vm_map: 23329.206823958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062026240, end = 3062140928, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.206826153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062140928, end = 3062145024, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.206828430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062145024, end = 3062272000, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 23329.206830528 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062272000, end = 3062276096, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 23329.206832816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062276096, end = 3062419456, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.206834857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062419456, end = 3062423552, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.206840268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062423552, end = 3062648832, flags = 134217845, pgoff = 0, inode = 378345 }
-vm_state.vm_map: 23329.206842661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062648832, end = 3062652928, flags = 135266419, pgoff = 221184, inode = 378345 }
-vm_state.vm_map: 23329.206844955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062652928, end = 3062693888, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.206847004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062693888, end = 3062697984, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.206848989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062697984, end = 3062702080, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.206851082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062702080, end = 3062738944, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.206853190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062738944, end = 3062743040, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.206855374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062743040, end = 3062747136, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.206857521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062747136, end = 3062824960, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.206859457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062824960, end = 3062829056, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.206861388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062829056, end = 3062833152, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.206863479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062833152, end = 3062841344, flags = 1048691, pgoff = 3062833152, inode = 0 }
-vm_state.vm_map: 23329.206865540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062841344, end = 3062865920, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.206867464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062865920, end = 3062870016, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.206869549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062870016, end = 3062874112, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.206871622 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062874112, end = 3062878208, flags = 1048688, pgoff = 3062874112, inode = 0 }
-vm_state.vm_map: 23329.206873688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3062878208, end = 3071266816, flags = 1048691, pgoff = 3062878208, inode = 0 }
-vm_state.vm_map: 23329.206876181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3071266816, end = 3072598016, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.206878346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072598016, end = 3072606208, flags = 1048691, pgoff = 3072598016, inode = 0 }
-vm_state.vm_map: 23329.206880554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072606208, end = 3072622592, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.206882923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072622592, end = 3072626688, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.206885224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072626688, end = 3072774144, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.206887407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072774144, end = 3072782336, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.206889776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072782336, end = 3072790528, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.206891756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072790528, end = 3072794624, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.206894008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072794624, end = 3072892928, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.206896117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072892928, end = 3072897024, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.206898357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3072897024, end = 3074211840, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.206900473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074211840, end = 3074220032, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.206902680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074220032, end = 3074224128, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.206904834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074224128, end = 3074240512, flags = 1048691, pgoff = 3074224128, inode = 0 }
-vm_state.vm_map: 23329.206907209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074240512, end = 3074387968, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.206909343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074387968, end = 3074392064, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.206911920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074392064, end = 3074396160, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.206914030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074396160, end = 3074404352, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.206916152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074404352, end = 3074408448, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.206918374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074408448, end = 3074412544, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.206920668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074412544, end = 3074445312, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.206922697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074445312, end = 3074449408, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.206924936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074449408, end = 3074633728, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.206927101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074633728, end = 3074641920, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.206929279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074641920, end = 3074719744, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.206931382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074719744, end = 3074723840, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.206933406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074723840, end = 3074727936, flags = 1048691, pgoff = 3074723840, inode = 0 }
-vm_state.vm_map: 23329.206935663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3074727936, end = 3075198976, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.206937606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075198976, end = 3075215360, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.206942955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075215360, end = 3075289088, flags = 134217845, pgoff = 0, inode = 17860 }
-vm_state.vm_map: 23329.206945021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075289088, end = 3075293184, flags = 135266419, pgoff = 69632, inode = 17860 }
-vm_state.vm_map: 23329.206947593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075293184, end = 3075346432, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.206949666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075346432, end = 3075350528, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.206951751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075350528, end = 3075358720, flags = 134217845, pgoff = 0, inode = 23893 }
-vm_state.vm_map: 23329.206953707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075358720, end = 3075362816, flags = 135266419, pgoff = 4096, inode = 23893 }
-vm_state.vm_map: 23329.206955940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3075362816, end = 3076513792, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.206958012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3076513792, end = 3076530176, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.206960190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3076530176, end = 3076616192, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.206962238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3076616192, end = 3076620288, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.206964335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3076620288, end = 3076624384, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.206966395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3076624384, end = 3076636672, flags = 1048691, pgoff = 3076624384, inode = 0 }
-vm_state.vm_map: 23329.206973822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3076636672, end = 3077648384, flags = 134217845, pgoff = 0, inode = 1064975 }
-vm_state.vm_map: 23329.206975889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3077648384, end = 3077689344, flags = 135266419, pgoff = 1011712, inode = 1064975 }
-vm_state.vm_map: 23329.206981230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3077689344, end = 3078758400, flags = 134217845, pgoff = 0, inode = 1064979 }
-vm_state.vm_map: 23329.206983637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078758400, end = 3078828032, flags = 135266419, pgoff = 1069056, inode = 1064979 }
-vm_state.vm_map: 23329.206986042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078832128, end = 3078844416, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.206988103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078844416, end = 3078848512, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.206996059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078848512, end = 3078860800, flags = 134217845, pgoff = 0, inode = 378355 }
-vm_state.vm_map: 23329.206998126 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078860800, end = 3078864896, flags = 135266419, pgoff = 8192, inode = 378355 }
-vm_state.vm_map: 23329.207000297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078864896, end = 3078881280, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.207002252 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078881280, end = 3078885376, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.207004566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078885376, end = 3078918144, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.207006595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078918144, end = 3078922240, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.207008705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078922240, end = 3078930432, flags = 1048691, pgoff = 3078922240, inode = 0 }
-vm_state.vm_map: 23329.207010728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078930432, end = 3078934528, flags = 67371125, pgoff = 3078930432, inode = 0 }
-vm_state.vm_map: 23329.207012998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3078934528, end = 3079049216, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.207015132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3079049216, end = 3079053312, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.207017353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3079053312, end = 3079057408, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.207019814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5064, start = 3214143488, end = 3214393344, flags = 1048947, pgoff = 3220975616, inode = 0 }
-vm_state.vm_map: 23329.207025564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 134512640, end = 134586368, flags = 134223989, pgoff = 0, inode = 231137 }
-vm_state.vm_map: 23329.207027630 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 134586368, end = 134594560, flags = 135272563, pgoff = 69632, inode = 231137 }
-vm_state.vm_map: 23329.207029801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 137633792, end = 181157888, flags = 1048691, pgoff = 137633792, inode = 0 }
-vm_state.vm_map: 23329.207031806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2813673472, end = 2813677568, flags = 1048688, pgoff = 2813673472, inode = 0 }
-vm_state.vm_map: 23329.207033860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2813677568, end = 2822066176, flags = 1048691, pgoff = 2813677568, inode = 0 }
-vm_state.vm_map: 23329.207035982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2822066176, end = 2828636160, flags = 134217841, pgoff = 0, inode = 545462 }
-vm_state.vm_map: 23329.207038098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2828636160, end = 2835206144, flags = 134217841, pgoff = 0, inode = 545462 }
-vm_state.vm_map: 23329.207040183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2835206144, end = 2848534528, flags = 134217841, pgoff = 0, inode = 49306 }
-vm_state.vm_map: 23329.207042261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2848534528, end = 2861862912, flags = 134217841, pgoff = 0, inode = 49306 }
-vm_state.vm_map: 23329.207044680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2869932032, end = 2870255616, flags = 134217841, pgoff = 0, inode = 49558 }
-vm_state.vm_map: 23329.207046770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2870255616, end = 2870259712, flags = 1048688, pgoff = 2870255616, inode = 0 }
-vm_state.vm_map: 23329.207048732 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2870259712, end = 2878648320, flags = 1048691, pgoff = 2870259712, inode = 0 }
-vm_state.vm_map: 23329.207050812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2878648320, end = 2878652416, flags = 1048688, pgoff = 2878648320, inode = 0 }
-vm_state.vm_map: 23329.207052884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2878652416, end = 2887041024, flags = 1048691, pgoff = 2878652416, inode = 0 }
-vm_state.vm_map: 23329.207055190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2887041024, end = 2887045120, flags = 1048688, pgoff = 2887041024, inode = 0 }
-vm_state.vm_map: 23329.207057269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2887045120, end = 2895433728, flags = 1048691, pgoff = 2887045120, inode = 0 }
-vm_state.vm_map: 23329.207059218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2895433728, end = 2895437824, flags = 1048688, pgoff = 2895433728, inode = 0 }
-vm_state.vm_map: 23329.207061495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2895437824, end = 2904354816, flags = 1048691, pgoff = 2895437824, inode = 0 }
-vm_state.vm_map: 23329.207069224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2904354816, end = 2904461312, flags = 134217845, pgoff = 0, inode = 264532 }
-vm_state.vm_map: 23329.207071284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2904461312, end = 2904465408, flags = 135266419, pgoff = 106496, inode = 264532 }
-vm_state.vm_map: 23329.207073795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2904526848, end = 2905149440, flags = 134217841, pgoff = 0, inode = 49164 }
-vm_state.vm_map: 23329.207075898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2905149440, end = 2905153536, flags = 1048691, pgoff = 2905149440, inode = 0 }
-vm_state.vm_map: 23329.207077940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2905153536, end = 2905157632, flags = 1048688, pgoff = 2905153536, inode = 0 }
-vm_state.vm_map: 23329.207079889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2905157632, end = 2913546240, flags = 1048691, pgoff = 2905157632, inode = 0 }
-vm_state.vm_map: 23329.207081826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2913546240, end = 2913550336, flags = 1048688, pgoff = 2913546240, inode = 0 }
-vm_state.vm_map: 23329.207083769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2913550336, end = 2921938944, flags = 1048691, pgoff = 2913550336, inode = 0 }
-vm_state.vm_map: 23329.207085713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2921938944, end = 2921943040, flags = 1048688, pgoff = 2921938944, inode = 0 }
-vm_state.vm_map: 23329.207087822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2921943040, end = 2930331648, flags = 1048691, pgoff = 2921943040, inode = 0 }
-vm_state.vm_map: 23329.207090216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2930331648, end = 2930335744, flags = 1048688, pgoff = 2930331648, inode = 0 }
-vm_state.vm_map: 23329.207092165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2930335744, end = 2938724352, flags = 1048691, pgoff = 2930335744, inode = 0 }
-vm_state.vm_map: 23329.207098457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2938753024, end = 2939117568, flags = 134217845, pgoff = 0, inode = 264457 }
-vm_state.vm_map: 23329.207100542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939117568, end = 2939125760, flags = 135266419, pgoff = 364544, inode = 264457 }
-vm_state.vm_map: 23329.207102769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939125760, end = 2939146240, flags = 134217845, pgoff = 0, inode = 508374 }
-vm_state.vm_map: 23329.207104804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939146240, end = 2939150336, flags = 135266417, pgoff = 16384, inode = 508374 }
-vm_state.vm_map: 23329.207106908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939150336, end = 2939154432, flags = 135266419, pgoff = 20480, inode = 508374 }
-vm_state.vm_map: 23329.207108869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939183104, end = 2939187200, flags = 1048691, pgoff = 2939183104, inode = 0 }
-vm_state.vm_map: 23329.207111072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939187200, end = 2939248640, flags = 134217841, pgoff = 0, inode = 76320 }
-vm_state.vm_map: 23329.207113027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939248640, end = 2939252736, flags = 1048688, pgoff = 2939248640, inode = 0 }
-vm_state.vm_map: 23329.207114989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2939252736, end = 2947641344, flags = 1048691, pgoff = 2939252736, inode = 0 }
-vm_state.vm_map: 23329.207116975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2947641344, end = 2947645440, flags = 1048688, pgoff = 2947641344, inode = 0 }
-vm_state.vm_map: 23329.207118992 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2947645440, end = 2956034048, flags = 1048691, pgoff = 2947645440, inode = 0 }
-vm_state.vm_map: 23329.207120935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2956034048, end = 2956038144, flags = 1048688, pgoff = 2956034048, inode = 0 }
-vm_state.vm_map: 23329.207122885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2956038144, end = 2965389312, flags = 1048691, pgoff = 2956038144, inode = 0 }
-vm_state.vm_map: 23329.207131236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2965389312, end = 2965409792, flags = 134217845, pgoff = 0, inode = 264374 }
-vm_state.vm_map: 23329.207133358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2965409792, end = 2965413888, flags = 135266419, pgoff = 20480, inode = 264374 }
-vm_state.vm_map: 23329.207135529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2965413888, end = 2965479424, flags = 134217841, pgoff = 0, inode = 649744 }
-vm_state.vm_map: 23329.207143333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2965479424, end = 2965504000, flags = 134217845, pgoff = 0, inode = 264552 }
-vm_state.vm_map: 23329.207145430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2965504000, end = 2965508096, flags = 135266419, pgoff = 24576, inode = 264552 }
-vm_state.vm_map: 23329.207147583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2965508096, end = 2965512192, flags = 1048688, pgoff = 2965508096, inode = 0 }
-vm_state.vm_map: 23329.207149743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2965512192, end = 2973900800, flags = 1048691, pgoff = 2965512192, inode = 0 }
-vm_state.vm_map: 23329.207151703 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2973900800, end = 2973904896, flags = 1048688, pgoff = 2973900800, inode = 0 }
-vm_state.vm_map: 23329.207153652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2973904896, end = 2982293504, flags = 1048691, pgoff = 2973904896, inode = 0 }
-vm_state.vm_map: 23329.207156132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2982293504, end = 2982592512, flags = 134217845, pgoff = 0, inode = 82147 }
-vm_state.vm_map: 23329.207158100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2982592512, end = 2982641664, flags = 135266419, pgoff = 299008, inode = 82147 }
-vm_state.vm_map: 23329.207163547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2982641664, end = 2982887424, flags = 134217845, pgoff = 0, inode = 87480 }
-vm_state.vm_map: 23329.207165607 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2982887424, end = 2982891520, flags = 135266419, pgoff = 245760, inode = 87480 }
-vm_state.vm_map: 23329.207167581 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2982891520, end = 2982907904, flags = 1048691, pgoff = 2982891520, inode = 0 }
-vm_state.vm_map: 23329.207172713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2982907904, end = 2983018496, flags = 134217845, pgoff = 0, inode = 87481 }
-vm_state.vm_map: 23329.207174755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983018496, end = 2983022592, flags = 135266419, pgoff = 110592, inode = 87481 }
-vm_state.vm_map: 23329.207176920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983022592, end = 2983542784, flags = 134217845, pgoff = 0, inode = 18976 }
-vm_state.vm_map: 23329.207179055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983542784, end = 2983550976, flags = 135266419, pgoff = 516096, inode = 18976 }
-vm_state.vm_map: 23329.207184415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983550976, end = 2983727104, flags = 134217845, pgoff = 0, inode = 82145 }
-vm_state.vm_map: 23329.207186476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983727104, end = 2983731200, flags = 135266419, pgoff = 176128, inode = 82145 }
-vm_state.vm_map: 23329.207188746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983731200, end = 2983804928, flags = 134217845, pgoff = 0, inode = 19902 }
-vm_state.vm_map: 23329.207190695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983804928, end = 2983817216, flags = 135266419, pgoff = 69632, inode = 19902 }
-vm_state.vm_map: 23329.207192879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2983817216, end = 2984673280, flags = 134217845, pgoff = 0, inode = 19901 }
-vm_state.vm_map: 23329.207194951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2984673280, end = 2984689664, flags = 135266419, pgoff = 856064, inode = 19901 }
-vm_state.vm_map: 23329.207197178 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2984689664, end = 2984804352, flags = 134217845, pgoff = 0, inode = 19899 }
-vm_state.vm_map: 23329.207199578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2984804352, end = 2984812544, flags = 135266419, pgoff = 114688, inode = 19899 }
-vm_state.vm_map: 23329.207201761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2984812544, end = 2984964096, flags = 134217845, pgoff = 0, inode = 19900 }
-vm_state.vm_map: 23329.207203754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2984964096, end = 2984972288, flags = 135266419, pgoff = 147456, inode = 19900 }
-vm_state.vm_map: 23329.207206055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2984972288, end = 2984988672, flags = 1048691, pgoff = 2984972288, inode = 0 }
-vm_state.vm_map: 23329.207214005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2984988672, end = 2985062400, flags = 134217845, pgoff = 0, inode = 264489 }
-vm_state.vm_map: 23329.207216060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985062400, end = 2985066496, flags = 135266419, pgoff = 73728, inode = 264489 }
-vm_state.vm_map: 23329.207220821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985066496, end = 2985435136, flags = 134217845, pgoff = 0, inode = 264542 }
-vm_state.vm_map: 23329.207222863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985435136, end = 2985451520, flags = 135266419, pgoff = 368640, inode = 264542 }
-vm_state.vm_map: 23329.207228069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985451520, end = 2985664512, flags = 134217845, pgoff = 0, inode = 264488 }
-vm_state.vm_map: 23329.207230228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985664512, end = 2985676800, flags = 135266419, pgoff = 208896, inode = 264488 }
-vm_state.vm_map: 23329.207232443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985676800, end = 2985693184, flags = 134217845, pgoff = 0, inode = 87517 }
-vm_state.vm_map: 23329.207234472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985693184, end = 2985697280, flags = 135266419, pgoff = 12288, inode = 87517 }
-vm_state.vm_map: 23329.207237218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985697280, end = 2985721856, flags = 134217845, pgoff = 0, inode = 87514 }
-vm_state.vm_map: 23329.207239315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985721856, end = 2985725952, flags = 135266419, pgoff = 20480, inode = 87514 }
-vm_state.vm_map: 23329.207241418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985725952, end = 2985730048, flags = 1048691, pgoff = 2985725952, inode = 0 }
-vm_state.vm_map: 23329.207243935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2985730048, end = 2986123264, flags = 134217979, pgoff = 0, inode = 1572872 }
-vm_state.vm_map: 23329.207246205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2986123264, end = 2986184704, flags = 134217841, pgoff = 0, inode = 649743 }
-vm_state.vm_map: 23329.207253854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2986184704, end = 2986258432, flags = 134217845, pgoff = 0, inode = 264471 }
-vm_state.vm_map: 23329.207256032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2986258432, end = 2986266624, flags = 135266419, pgoff = 69632, inode = 264471 }
-vm_state.vm_map: 23329.207258635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2986266624, end = 2986328064, flags = 134217845, pgoff = 0, inode = 264103 }
-vm_state.vm_map: 23329.207260664 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2986328064, end = 2986332160, flags = 135266419, pgoff = 61440, inode = 264103 }
-vm_state.vm_map: 23329.207262885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2986332160, end = 2986336256, flags = 1048688, pgoff = 2986332160, inode = 0 }
-vm_state.vm_map: 23329.207264939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2986336256, end = 2994724864, flags = 1048691, pgoff = 2986336256, inode = 0 }
-vm_state.vm_map: 23329.207266913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2994724864, end = 2994728960, flags = 1048688, pgoff = 2994724864, inode = 0 }
-vm_state.vm_map: 23329.207268998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 2994728960, end = 3003117568, flags = 1048691, pgoff = 2994728960, inode = 0 }
-vm_state.vm_map: 23329.207271095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3003117568, end = 3003121664, flags = 1048688, pgoff = 3003117568, inode = 0 }
-vm_state.vm_map: 23329.207273390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3003121664, end = 3011510272, flags = 1048691, pgoff = 3003121664, inode = 0 }
-vm_state.vm_map: 23329.207275420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3011510272, end = 3011780608, flags = 2097267, pgoff = 3011510272, inode = 0 }
-vm_state.vm_map: 23329.207277406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3011780608, end = 3012558848, flags = 2097264, pgoff = 3011780608, inode = 0 }
-vm_state.vm_map: 23329.207279491 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3012558848, end = 3012571136, flags = 1048691, pgoff = 3012558848, inode = 0 }
-vm_state.vm_map: 23329.207281995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3012571136, end = 3012591616, flags = 134217845, pgoff = 0, inode = 264512 }
-vm_state.vm_map: 23329.207283988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3012591616, end = 3012595712, flags = 135266419, pgoff = 20480, inode = 264512 }
-vm_state.vm_map: 23329.207291309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3012595712, end = 3013226496, flags = 134217845, pgoff = 0, inode = 264445 }
-vm_state.vm_map: 23329.207293375 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013226496, end = 3013242880, flags = 135266419, pgoff = 630784, inode = 264445 }
-vm_state.vm_map: 23329.207298156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013242880, end = 3013402624, flags = 134217845, pgoff = 0, inode = 106968 }
-vm_state.vm_map: 23329.207317020 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013402624, end = 3013410816, flags = 135266419, pgoff = 159744, inode = 106968 }
-vm_state.vm_map: 23329.207319345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013410816, end = 3013492736, flags = 134217841, pgoff = 0, inode = 98443 }
-vm_state.vm_map: 23329.207328419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013492736, end = 3013505024, flags = 134217845, pgoff = 0, inode = 264476 }
-vm_state.vm_map: 23329.207330467 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013505024, end = 3013509120, flags = 135266419, pgoff = 8192, inode = 264476 }
-vm_state.vm_map: 23329.207332780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013509120, end = 3013562368, flags = 134217841, pgoff = 0, inode = 649748 }
-vm_state.vm_map: 23329.207334995 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013562368, end = 3013632000, flags = 134217841, pgoff = 0, inode = 649694 }
-vm_state.vm_map: 23329.207337364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013632000, end = 3013640192, flags = 134217845, pgoff = 0, inode = 87435 }
-vm_state.vm_map: 23329.207339362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013640192, end = 3013644288, flags = 135266419, pgoff = 4096, inode = 87435 }
-vm_state.vm_map: 23329.207341682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013644288, end = 3013648384, flags = 134217937, pgoff = 0, inode = 1196150 }
-vm_state.vm_map: 23329.207343864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013648384, end = 3013672960, flags = 134217937, pgoff = 0, inode = 1196354 }
-vm_state.vm_map: 23329.207346135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013672960, end = 3013677056, flags = 134217937, pgoff = 0, inode = 1196334 }
-vm_state.vm_map: 23329.207348307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013677056, end = 3013681152, flags = 134217937, pgoff = 0, inode = 1196333 }
-vm_state.vm_map: 23329.207350404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013681152, end = 3013685248, flags = 134217937, pgoff = 0, inode = 1196331 }
-vm_state.vm_map: 23329.207352526 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013685248, end = 3013689344, flags = 134217937, pgoff = 0, inode = 1196330 }
-vm_state.vm_map: 23329.207354821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013689344, end = 3013697536, flags = 134217937, pgoff = 0, inode = 1196329 }
-vm_state.vm_map: 23329.207356986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013697536, end = 3013730304, flags = 134217937, pgoff = 0, inode = 1196328 }
-vm_state.vm_map: 23329.207359237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013730304, end = 3013742592, flags = 134217937, pgoff = 0, inode = 1196327 }
-vm_state.vm_map: 23329.207361470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013742592, end = 3013750784, flags = 134217937, pgoff = 0, inode = 1196320 }
-vm_state.vm_map: 23329.207364141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013750784, end = 3013754880, flags = 134217937, pgoff = 0, inode = 1196318 }
-vm_state.vm_map: 23329.207366293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013754880, end = 3013758976, flags = 134217937, pgoff = 0, inode = 1196278 }
-vm_state.vm_map: 23329.207368625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013758976, end = 3013763072, flags = 134217937, pgoff = 0, inode = 1196251 }
-vm_state.vm_map: 23329.207370852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013763072, end = 3013791744, flags = 134217937, pgoff = 0, inode = 1196236 }
-vm_state.vm_map: 23329.207373060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013791744, end = 3013804032, flags = 134217937, pgoff = 0, inode = 1196234 }
-vm_state.vm_map: 23329.207375293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013804032, end = 3013808128, flags = 134217937, pgoff = 0, inode = 1196201 }
-vm_state.vm_map: 23329.207377520 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013808128, end = 3013816320, flags = 134217937, pgoff = 0, inode = 1196170 }
-vm_state.vm_map: 23329.207379642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013816320, end = 3013820416, flags = 134217937, pgoff = 0, inode = 1196157 }
-vm_state.vm_map: 23329.207381956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013820416, end = 3013824512, flags = 134217937, pgoff = 0, inode = 1196171 }
-vm_state.vm_map: 23329.207384022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013824512, end = 3013836800, flags = 134217937, pgoff = 0, inode = 1196172 }
-vm_state.vm_map: 23329.207386101 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013836800, end = 3013844992, flags = 134217937, pgoff = 0, inode = 1196173 }
-vm_state.vm_map: 23329.207388457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013844992, end = 3013877760, flags = 134217937, pgoff = 0, inode = 1196352 }
-vm_state.vm_map: 23329.207390696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013877760, end = 3013898240, flags = 134217937, pgoff = 0, inode = 1196196 }
-vm_state.vm_map: 23329.207392936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013898240, end = 3013906432, flags = 134217937, pgoff = 0, inode = 1196343 }
-vm_state.vm_map: 23329.207395372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013906432, end = 3013935104, flags = 134217937, pgoff = 0, inode = 1196314 }
-vm_state.vm_map: 23329.207397611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013935104, end = 3013980160, flags = 134217937, pgoff = 0, inode = 1196147 }
-vm_state.vm_map: 23329.207400153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3013980160, end = 3014037504, flags = 134217937, pgoff = 0, inode = 1196094 }
-vm_state.vm_map: 23329.207402596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3014037504, end = 3014094848, flags = 134217937, pgoff = 0, inode = 1196355 }
-vm_state.vm_map: 23329.207404582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3014094848, end = 3014098944, flags = 1048688, pgoff = 3014094848, inode = 0 }
-vm_state.vm_map: 23329.207406605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3014098944, end = 3022487552, flags = 1048691, pgoff = 3014098944, inode = 0 }
-vm_state.vm_map: 23329.207412034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3022487552, end = 3027914752, flags = 134217845, pgoff = 0, inode = 264426 }
-vm_state.vm_map: 23329.207414082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3027914752, end = 3028303872, flags = 135266419, pgoff = 5423104, inode = 264426 }
-vm_state.vm_map: 23329.207416153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028303872, end = 3028332544, flags = 1048691, pgoff = 3028303872, inode = 0 }
-vm_state.vm_map: 23329.207418511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028332544, end = 3028459520, flags = 134217845, pgoff = 0, inode = 18923 }
-vm_state.vm_map: 23329.207420565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028459520, end = 3028463616, flags = 135266419, pgoff = 122880, inode = 18923 }
-vm_state.vm_map: 23329.207422556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028463616, end = 3028480000, flags = 1048691, pgoff = 3028463616, inode = 0 }
-vm_state.vm_map: 23329.207424969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028480000, end = 3028549632, flags = 134217845, pgoff = 0, inode = 264390 }
-vm_state.vm_map: 23329.207427116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028549632, end = 3028557824, flags = 135266419, pgoff = 65536, inode = 264390 }
-vm_state.vm_map: 23329.207432142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028557824, end = 3028652032, flags = 134217845, pgoff = 0, inode = 264386 }
-vm_state.vm_map: 23329.207434307 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028652032, end = 3028660224, flags = 135266419, pgoff = 90112, inode = 264386 }
-vm_state.vm_map: 23329.207436782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028660224, end = 3028733952, flags = 134217845, pgoff = 0, inode = 17860 }
-vm_state.vm_map: 23329.207438934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028733952, end = 3028738048, flags = 135266419, pgoff = 69632, inode = 17860 }
-vm_state.vm_map: 23329.207441125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028738048, end = 3028750336, flags = 134217845, pgoff = 0, inode = 141213 }
-vm_state.vm_map: 23329.207443215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028750336, end = 3028754432, flags = 135266419, pgoff = 8192, inode = 141213 }
-vm_state.vm_map: 23329.207445313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028754432, end = 3028766720, flags = 134217937, pgoff = 0, inode = 1196342 }
-vm_state.vm_map: 23329.207450198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028766720, end = 3028795392, flags = 134217845, pgoff = 0, inode = 264450 }
-vm_state.vm_map: 23329.207452246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028795392, end = 3028799488, flags = 135266419, pgoff = 24576, inode = 264450 }
-vm_state.vm_map: 23329.207454460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028799488, end = 3028832256, flags = 134217841, pgoff = 0, inode = 74138 }
-vm_state.vm_map: 23329.207461363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3028832256, end = 3029065728, flags = 134217845, pgoff = 0, inode = 264491 }
-vm_state.vm_map: 23329.207463510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029065728, end = 3029078016, flags = 135266419, pgoff = 229376, inode = 264491 }
-vm_state.vm_map: 23329.207468358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029078016, end = 3029094400, flags = 134217845, pgoff = 0, inode = 264557 }
-vm_state.vm_map: 23329.207470523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029094400, end = 3029098496, flags = 135266419, pgoff = 16384, inode = 264557 }
-vm_state.vm_map: 23329.207476032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029098496, end = 3029188608, flags = 134217845, pgoff = 0, inode = 264497 }
-vm_state.vm_map: 23329.207478074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029188608, end = 3029196800, flags = 135266419, pgoff = 86016, inode = 264497 }
-vm_state.vm_map: 23329.207482842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029196800, end = 3029266432, flags = 134217845, pgoff = 0, inode = 264411 }
-vm_state.vm_map: 23329.207484890 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029266432, end = 3029270528, flags = 135266419, pgoff = 65536, inode = 264411 }
-vm_state.vm_map: 23329.207489523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029270528, end = 3029291008, flags = 134217845, pgoff = 0, inode = 264467 }
-vm_state.vm_map: 23329.207491558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029291008, end = 3029295104, flags = 135266419, pgoff = 16384, inode = 264467 }
-vm_state.vm_map: 23329.207493618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029295104, end = 3029299200, flags = 1048688, pgoff = 3029295104, inode = 0 }
-vm_state.vm_map: 23329.207495697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3029299200, end = 3037687808, flags = 1048691, pgoff = 3029299200, inode = 0 }
-vm_state.vm_map: 23329.207503032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3037687808, end = 3037859840, flags = 134217845, pgoff = 0, inode = 264421 }
-vm_state.vm_map: 23329.207505209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3037859840, end = 3037868032, flags = 135266419, pgoff = 167936, inode = 264421 }
-vm_state.vm_map: 23329.207507652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3037868032, end = 3037978624, flags = 134217845, pgoff = 0, inode = 264459 }
-vm_state.vm_map: 23329.207510107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3037978624, end = 3037986816, flags = 135266419, pgoff = 106496, inode = 264459 }
-vm_state.vm_map: 23329.207512395 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3037986816, end = 3038072832, flags = 134217845, pgoff = 0, inode = 17131 }
-vm_state.vm_map: 23329.207514362 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038072832, end = 3038076928, flags = 135266419, pgoff = 81920, inode = 17131 }
-vm_state.vm_map: 23329.207516546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038076928, end = 3038085120, flags = 1048691, pgoff = 3038076928, inode = 0 }
-vm_state.vm_map: 23329.207518619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038085120, end = 3038404608, flags = 134217845, pgoff = 0, inode = 1065171 }
-vm_state.vm_map: 23329.207520550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038404608, end = 3038420992, flags = 135266419, pgoff = 315392, inode = 1065171 }
-vm_state.vm_map: 23329.207525429 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038420992, end = 3038429184, flags = 134217845, pgoff = 0, inode = 231125 }
-vm_state.vm_map: 23329.207527465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038429184, end = 3038433280, flags = 135266419, pgoff = 4096, inode = 231125 }
-vm_state.vm_map: 23329.207529833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038433280, end = 3038511104, flags = 134217845, pgoff = 0, inode = 264536 }
-vm_state.vm_map: 23329.207531955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038511104, end = 3038515200, flags = 135266419, pgoff = 77824, inode = 264536 }
-vm_state.vm_map: 23329.207540073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038515200, end = 3038633984, flags = 134217845, pgoff = 0, inode = 229424 }
-vm_state.vm_map: 23329.207542115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038633984, end = 3038642176, flags = 135266419, pgoff = 114688, inode = 229424 }
-vm_state.vm_map: 23329.207547105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038642176, end = 3038822400, flags = 134217845, pgoff = 0, inode = 264408 }
-vm_state.vm_map: 23329.207549258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038822400, end = 3038838784, flags = 135266419, pgoff = 176128, inode = 264408 }
-vm_state.vm_map: 23329.207554360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3038838784, end = 3039154176, flags = 134217845, pgoff = 0, inode = 264365 }
-vm_state.vm_map: 23329.207556401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3039154176, end = 3039170560, flags = 135266419, pgoff = 315392, inode = 264365 }
-vm_state.vm_map: 23329.207558758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3039170560, end = 3039633408, flags = 134217845, pgoff = 0, inode = 20061 }
-vm_state.vm_map: 23329.207560942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3039633408, end = 3039645696, flags = 135266419, pgoff = 458752, inode = 20061 }
-vm_state.vm_map: 23329.207563409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3039645696, end = 3039707136, flags = 134217845, pgoff = 0, inode = 19423 }
-vm_state.vm_map: 23329.207565500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3039707136, end = 3039711232, flags = 135266419, pgoff = 57344, inode = 19423 }
-vm_state.vm_map: 23329.207567604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3039711232, end = 3040514048, flags = 134217845, pgoff = 0, inode = 21274 }
-vm_state.vm_map: 23329.207569541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040514048, end = 3040530432, flags = 135266419, pgoff = 802816, inode = 21274 }
-vm_state.vm_map: 23329.207574474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040530432, end = 3040546816, flags = 134217845, pgoff = 0, inode = 1065421 }
-vm_state.vm_map: 23329.207576523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040546816, end = 3040550912, flags = 135266419, pgoff = 12288, inode = 1065421 }
-vm_state.vm_map: 23329.207579071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040550912, end = 3040612352, flags = 134217845, pgoff = 0, inode = 21268 }
-vm_state.vm_map: 23329.207581155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040612352, end = 3040616448, flags = 135266419, pgoff = 57344, inode = 21268 }
-vm_state.vm_map: 23329.207583777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040616448, end = 3040657408, flags = 134217845, pgoff = 0, inode = 22434 }
-vm_state.vm_map: 23329.207585720 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040657408, end = 3040661504, flags = 135266419, pgoff = 40960, inode = 22434 }
-vm_state.vm_map: 23329.207588145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3040661504, end = 3041267712, flags = 134217845, pgoff = 0, inode = 22471 }
-vm_state.vm_map: 23329.207590218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3041267712, end = 3041284096, flags = 135266419, pgoff = 602112, inode = 22471 }
-vm_state.vm_map: 23329.207592567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3041284096, end = 3042541568, flags = 134217845, pgoff = 0, inode = 20833 }
-vm_state.vm_map: 23329.207594652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042541568, end = 3042562048, flags = 135266419, pgoff = 1253376, inode = 20833 }
-vm_state.vm_map: 23329.207596589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042562048, end = 3042566144, flags = 1048691, pgoff = 3042562048, inode = 0 }
-vm_state.vm_map: 23329.207598877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042566144, end = 3042603008, flags = 134217845, pgoff = 0, inode = 499726 }
-vm_state.vm_map: 23329.207600808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042603008, end = 3042607104, flags = 135266419, pgoff = 32768, inode = 499726 }
-vm_state.vm_map: 23329.207605786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042607104, end = 3042738176, flags = 134217845, pgoff = 0, inode = 1065240 }
-vm_state.vm_map: 23329.207607828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042738176, end = 3042750464, flags = 135266419, pgoff = 131072, inode = 1065240 }
-vm_state.vm_map: 23329.207610110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042750464, end = 3042787328, flags = 134217845, pgoff = 0, inode = 22966 }
-vm_state.vm_map: 23329.207612282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042787328, end = 3042791424, flags = 135266419, pgoff = 36864, inode = 22966 }
-vm_state.vm_map: 23329.207614817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042791424, end = 3042869248, flags = 134217845, pgoff = 0, inode = 1065451 }
-vm_state.vm_map: 23329.207616865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042869248, end = 3042877440, flags = 135266419, pgoff = 77824, inode = 1065451 }
-vm_state.vm_map: 23329.207622479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3042877440, end = 3043213312, flags = 134217845, pgoff = 0, inode = 1065452 }
-vm_state.vm_map: 23329.207624644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043213312, end = 3043254272, flags = 135266419, pgoff = 331776, inode = 1065452 }
-vm_state.vm_map: 23329.207631941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043254272, end = 3043614720, flags = 134217845, pgoff = 0, inode = 1065455 }
-vm_state.vm_map: 23329.207633983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043614720, end = 3043627008, flags = 135266419, pgoff = 356352, inode = 1065455 }
-vm_state.vm_map: 23329.207638775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043627008, end = 3043708928, flags = 134217845, pgoff = 0, inode = 1065819 }
-vm_state.vm_map: 23329.207640960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043708928, end = 3043713024, flags = 135266419, pgoff = 81920, inode = 1065819 }
-vm_state.vm_map: 23329.207643290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043713024, end = 3043938304, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.207645339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043938304, end = 3043942400, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.207647400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043942400, end = 3043946496, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.207649682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3043946496, end = 3044061184, flags = 134217845, pgoff = 0, inode = 17291 }
-vm_state.vm_map: 23329.207651730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044061184, end = 3044065280, flags = 135266419, pgoff = 114688, inode = 17291 }
-vm_state.vm_map: 23329.207653864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044065280, end = 3044372480, flags = 134217845, pgoff = 0, inode = 1065420 }
-vm_state.vm_map: 23329.207656301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044372480, end = 3044413440, flags = 135266419, pgoff = 303104, inode = 1065420 }
-vm_state.vm_map: 23329.207658410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044413440, end = 3044610048, flags = 134217845, pgoff = 0, inode = 1065401 }
-vm_state.vm_map: 23329.207660539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044610048, end = 3044622336, flags = 135266419, pgoff = 192512, inode = 1065401 }
-vm_state.vm_map: 23329.207662722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044622336, end = 3044634624, flags = 134217845, pgoff = 0, inode = 499878 }
-vm_state.vm_map: 23329.207664745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044634624, end = 3044638720, flags = 135266419, pgoff = 8192, inode = 499878 }
-vm_state.vm_map: 23329.207666960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044638720, end = 3044667392, flags = 134217845, pgoff = 0, inode = 18629 }
-vm_state.vm_map: 23329.207668952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044667392, end = 3044671488, flags = 135266419, pgoff = 24576, inode = 18629 }
-vm_state.vm_map: 23329.207671388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044671488, end = 3044683776, flags = 134217845, pgoff = 0, inode = 231124 }
-vm_state.vm_map: 23329.207673541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044683776, end = 3044687872, flags = 135266419, pgoff = 12288, inode = 231124 }
-vm_state.vm_map: 23329.207676373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044687872, end = 3044716544, flags = 134217841, pgoff = 0, inode = 73912 }
-vm_state.vm_map: 23329.207678840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3044716544, end = 3045023744, flags = 134217845, pgoff = 0, inode = 264528 }
-vm_state.vm_map: 23329.207680789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3045023744, end = 3045040128, flags = 135266419, pgoff = 307200, inode = 264528 }
-vm_state.vm_map: 23329.207688765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3045040128, end = 3045814272, flags = 134217845, pgoff = 0, inode = 264478 }
-vm_state.vm_map: 23329.207690807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3045814272, end = 3045838848, flags = 135266419, pgoff = 774144, inode = 264478 }
-vm_state.vm_map: 23329.207693145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3045838848, end = 3045879808, flags = 1048691, pgoff = 3045838848, inode = 0 }
-vm_state.vm_map: 23329.207698074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3045879808, end = 3046264832, flags = 134217845, pgoff = 0, inode = 264571 }
-vm_state.vm_map: 23329.207700122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046264832, end = 3046293504, flags = 135266419, pgoff = 385024, inode = 264571 }
-vm_state.vm_map: 23329.207702262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046293504, end = 3046297600, flags = 1048691, pgoff = 3046293504, inode = 0 }
-vm_state.vm_map: 23329.207707191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046297600, end = 3046453248, flags = 134217845, pgoff = 0, inode = 264449 }
-vm_state.vm_map: 23329.207709220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046453248, end = 3046461440, flags = 135266419, pgoff = 155648, inode = 264449 }
-vm_state.vm_map: 23329.207714137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046461440, end = 3046531072, flags = 134217845, pgoff = 0, inode = 264508 }
-vm_state.vm_map: 23329.207716185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046531072, end = 3046539264, flags = 135266419, pgoff = 65536, inode = 264508 }
-vm_state.vm_map: 23329.207718177 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046539264, end = 3046543360, flags = 1048688, pgoff = 3046539264, inode = 0 }
-vm_state.vm_map: 23329.207720231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3046543360, end = 3054931968, flags = 1048691, pgoff = 3046543360, inode = 0 }
-vm_state.vm_map: 23329.207722563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3054931968, end = 3055149056, flags = 134217845, pgoff = 0, inode = 264108 }
-vm_state.vm_map: 23329.207724506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3055149056, end = 3055161344, flags = 135266419, pgoff = 217088, inode = 264108 }
-vm_state.vm_map: 23329.207730038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3055161344, end = 3055910912, flags = 134217845, pgoff = 0, inode = 264373 }
-vm_state.vm_map: 23329.207732131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3055910912, end = 3055943680, flags = 135266419, pgoff = 749568, inode = 264373 }
-vm_state.vm_map: 23329.207734363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3055943680, end = 3056205824, flags = 134217845, pgoff = 0, inode = 17293 }
-vm_state.vm_map: 23329.207736398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056205824, end = 3056222208, flags = 135266419, pgoff = 262144, inode = 17293 }
-vm_state.vm_map: 23329.207738835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056222208, end = 3056234496, flags = 134217845, pgoff = 0, inode = 20765 }
-vm_state.vm_map: 23329.207740833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056234496, end = 3056238592, flags = 135266419, pgoff = 8192, inode = 20765 }
-vm_state.vm_map: 23329.207743023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056238592, end = 3056246784, flags = 134217845, pgoff = 0, inode = 508383 }
-vm_state.vm_map: 23329.207745047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056246784, end = 3056250880, flags = 135266417, pgoff = 4096, inode = 508383 }
-vm_state.vm_map: 23329.207747138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056250880, end = 3056254976, flags = 135266419, pgoff = 8192, inode = 508383 }
-vm_state.vm_map: 23329.207752677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056254976, end = 3056312320, flags = 134217845, pgoff = 0, inode = 264553 }
-vm_state.vm_map: 23329.207754725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056312320, end = 3056316416, flags = 135266419, pgoff = 57344, inode = 264553 }
-vm_state.vm_map: 23329.207762652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056316416, end = 3056414720, flags = 134217845, pgoff = 0, inode = 229435 }
-vm_state.vm_map: 23329.207764817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056414720, end = 3056422912, flags = 135266419, pgoff = 94208, inode = 229435 }
-vm_state.vm_map: 23329.207770159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3056422912, end = 3059355648, flags = 134217845, pgoff = 0, inode = 264105 }
-vm_state.vm_map: 23329.207772435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059355648, end = 3059466240, flags = 135266419, pgoff = 2928640, inode = 264105 }
-vm_state.vm_map: 23329.207774600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059466240, end = 3059470336, flags = 1048691, pgoff = 3059466240, inode = 0 }
-vm_state.vm_map: 23329.207776889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059470336, end = 3059499008, flags = 134217845, pgoff = 0, inode = 1065218 }
-vm_state.vm_map: 23329.207778931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059499008, end = 3059503104, flags = 135266419, pgoff = 28672, inode = 1065218 }
-vm_state.vm_map: 23329.207781059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059503104, end = 3059556352, flags = 134217845, pgoff = 0, inode = 24466 }
-vm_state.vm_map: 23329.207783119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059556352, end = 3059560448, flags = 135266419, pgoff = 49152, inode = 24466 }
-vm_state.vm_map: 23329.207785328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059560448, end = 3059580928, flags = 134217845, pgoff = 0, inode = 23692 }
-vm_state.vm_map: 23329.207787258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059580928, end = 3059585024, flags = 135266419, pgoff = 16384, inode = 23692 }
-vm_state.vm_map: 23329.207789325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059585024, end = 3059748864, flags = 134217845, pgoff = 0, inode = 21283 }
-vm_state.vm_map: 23329.207791262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059748864, end = 3059752960, flags = 135266419, pgoff = 159744, inode = 21283 }
-vm_state.vm_map: 23329.207793334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059752960, end = 3059814400, flags = 134217845, pgoff = 0, inode = 1065430 }
-vm_state.vm_map: 23329.207795278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059814400, end = 3059818496, flags = 135266419, pgoff = 57344, inode = 1065430 }
-vm_state.vm_map: 23329.207797233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059818496, end = 3059826688, flags = 1048691, pgoff = 3059818496, inode = 0 }
-vm_state.vm_map: 23329.207799508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059826688, end = 3059888128, flags = 134217845, pgoff = 0, inode = 264564 }
-vm_state.vm_map: 23329.207801784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059888128, end = 3059892224, flags = 135266419, pgoff = 57344, inode = 264564 }
-vm_state.vm_map: 23329.207809915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059892224, end = 3059908608, flags = 134217845, pgoff = 0, inode = 264418 }
-vm_state.vm_map: 23329.207812006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059908608, end = 3059912704, flags = 135266419, pgoff = 16384, inode = 264418 }
-vm_state.vm_map: 23329.207814189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059912704, end = 3059953664, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.207816355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059953664, end = 3059957760, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.207818353 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059957760, end = 3059961856, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.207820697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059961856, end = 3059998720, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.207822653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3059998720, end = 3060002816, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.207824812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060002816, end = 3060006912, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.207826897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060006912, end = 3060084736, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.207828939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060084736, end = 3060088832, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.207830869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060088832, end = 3060092928, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.207832812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060092928, end = 3060101120, flags = 1048691, pgoff = 3060092928, inode = 0 }
-vm_state.vm_map: 23329.207834860 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060101120, end = 3060125696, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.207837124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060125696, end = 3060129792, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.207839061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060129792, end = 3060133888, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.207841010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060133888, end = 3060137984, flags = 1048691, pgoff = 3060133888, inode = 0 }
-vm_state.vm_map: 23329.207843324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060137984, end = 3060146176, flags = 134217845, pgoff = 0, inode = 21270 }
-vm_state.vm_map: 23329.207845254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060146176, end = 3060150272, flags = 135266419, pgoff = 8192, inode = 21270 }
-vm_state.vm_map: 23329.207847414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060150272, end = 3060178944, flags = 134217845, pgoff = 0, inode = 23696 }
-vm_state.vm_map: 23329.207849474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060178944, end = 3060183040, flags = 135266419, pgoff = 24576, inode = 23696 }
-vm_state.vm_map: 23329.207851553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060183040, end = 3060199424, flags = 134217845, pgoff = 0, inode = 1065432 }
-vm_state.vm_map: 23329.207853508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060199424, end = 3060203520, flags = 135266419, pgoff = 12288, inode = 1065432 }
-vm_state.vm_map: 23329.207855599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060203520, end = 3060224000, flags = 134217845, pgoff = 0, inode = 314599 }
-vm_state.vm_map: 23329.207857623 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060224000, end = 3060228096, flags = 135266419, pgoff = 16384, inode = 314599 }
-vm_state.vm_map: 23329.207859714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060228096, end = 3060367360, flags = 134217841, pgoff = 0, inode = 74520 }
-vm_state.vm_map: 23329.207861785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3060367360, end = 3061698560, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.207863834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061698560, end = 3061710848, flags = 1048691, pgoff = 3061698560, inode = 0 }
-vm_state.vm_map: 23329.207865901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061710848, end = 3061727232, flags = 134217845, pgoff = 0, inode = 22606 }
-vm_state.vm_map: 23329.207867832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061727232, end = 3061731328, flags = 135266419, pgoff = 12288, inode = 22606 }
-vm_state.vm_map: 23329.207870323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061731328, end = 3061739520, flags = 134217845, pgoff = 0, inode = 18631 }
-vm_state.vm_map: 23329.207872254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061739520, end = 3061743616, flags = 135266419, pgoff = 4096, inode = 18631 }
-vm_state.vm_map: 23329.207874326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061743616, end = 3061772288, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.207876258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061772288, end = 3061776384, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.207878188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061776384, end = 3061780480, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.207880298 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061780480, end = 3061927936, flags = 134217845, pgoff = 0, inode = 19962 }
-vm_state.vm_map: 23329.207882364 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061927936, end = 3061936128, flags = 135266419, pgoff = 143360, inode = 19962 }
-vm_state.vm_map: 23329.207884301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061936128, end = 3061940224, flags = 1048691, pgoff = 3061936128, inode = 0 }
-vm_state.vm_map: 23329.207886497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3061940224, end = 3062038528, flags = 134217845, pgoff = 0, inode = 22609 }
-vm_state.vm_map: 23329.207888428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062038528, end = 3062042624, flags = 135266419, pgoff = 94208, inode = 22609 }
-vm_state.vm_map: 23329.207890494 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062042624, end = 3062067200, flags = 134217845, pgoff = 0, inode = 22612 }
-vm_state.vm_map: 23329.207892425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062067200, end = 3062071296, flags = 135266419, pgoff = 20480, inode = 22612 }
-vm_state.vm_map: 23329.207894559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062071296, end = 3062083584, flags = 134217845, pgoff = 0, inode = 21323 }
-vm_state.vm_map: 23329.207896706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062083584, end = 3062087680, flags = 135266419, pgoff = 8192, inode = 21323 }
-vm_state.vm_map: 23329.207898809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062087680, end = 3062231040, flags = 134217845, pgoff = 0, inode = 17737 }
-vm_state.vm_map: 23329.207900919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062231040, end = 3062235136, flags = 135266419, pgoff = 139264, inode = 17737 }
-vm_state.vm_map: 23329.207903454 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062235136, end = 3062312960, flags = 134217845, pgoff = 0, inode = 24576 }
-vm_state.vm_map: 23329.207905502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062312960, end = 3062317056, flags = 135266419, pgoff = 77824, inode = 24576 }
-vm_state.vm_map: 23329.207907575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062317056, end = 3062321152, flags = 1048691, pgoff = 3062317056, inode = 0 }
-vm_state.vm_map: 23329.207909839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062321152, end = 3062353920, flags = 134217845, pgoff = 0, inode = 24194 }
-vm_state.vm_map: 23329.207911887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062353920, end = 3062358016, flags = 135266419, pgoff = 28672, inode = 24194 }
-vm_state.vm_map: 23329.207913966 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062358016, end = 3062824960, flags = 134217845, pgoff = 0, inode = 23967 }
-vm_state.vm_map: 23329.207915902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062824960, end = 3062833152, flags = 135266419, pgoff = 462848, inode = 23967 }
-vm_state.vm_map: 23329.207917950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062833152, end = 3062837248, flags = 1048691, pgoff = 3062833152, inode = 0 }
-vm_state.vm_map: 23329.207920146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3062837248, end = 3063193600, flags = 134217845, pgoff = 0, inode = 1065307 }
-vm_state.vm_map: 23329.207922077 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063193600, end = 3063201792, flags = 135266419, pgoff = 356352, inode = 1065307 }
-vm_state.vm_map: 23329.207924162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063201792, end = 3063300096, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.207926216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063300096, end = 3063304192, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.207928190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063304192, end = 3063308288, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.207930263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063308288, end = 3063377920, flags = 134217845, pgoff = 0, inode = 508438 }
-vm_state.vm_map: 23329.207932200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063377920, end = 3063382016, flags = 135266417, pgoff = 65536, inode = 508438 }
-vm_state.vm_map: 23329.207934137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063382016, end = 3063386112, flags = 135266419, pgoff = 69632, inode = 508438 }
-vm_state.vm_map: 23329.207936572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063386112, end = 3063398400, flags = 1048691, pgoff = 3063386112, inode = 0 }
-vm_state.vm_map: 23329.207938694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063398400, end = 3063590912, flags = 134217845, pgoff = 0, inode = 500014 }
-vm_state.vm_map: 23329.207940632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063590912, end = 3063595008, flags = 135266419, pgoff = 192512, inode = 500014 }
-vm_state.vm_map: 23329.207942766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063595008, end = 3063672832, flags = 134217845, pgoff = 0, inode = 17715 }
-vm_state.vm_map: 23329.207944747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063672832, end = 3063676928, flags = 135266419, pgoff = 77824, inode = 17715 }
-vm_state.vm_map: 23329.207946918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063676928, end = 3063709696, flags = 134217845, pgoff = 0, inode = 17846 }
-vm_state.vm_map: 23329.207948916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063709696, end = 3063713792, flags = 135266419, pgoff = 28672, inode = 17846 }
-vm_state.vm_map: 23329.207951087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063713792, end = 3063738368, flags = 134217845, pgoff = 0, inode = 21580 }
-vm_state.vm_map: 23329.207953141 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063738368, end = 3063742464, flags = 135266419, pgoff = 24576, inode = 21580 }
-vm_state.vm_map: 23329.207955246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063742464, end = 3063775232, flags = 134217845, pgoff = 0, inode = 21294 }
-vm_state.vm_map: 23329.207957201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063775232, end = 3063779328, flags = 135266419, pgoff = 28672, inode = 21294 }
-vm_state.vm_map: 23329.207959137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063779328, end = 3063783424, flags = 1048691, pgoff = 3063779328, inode = 0 }
-vm_state.vm_map: 23329.207961204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063783424, end = 3063791616, flags = 134217845, pgoff = 0, inode = 21578 }
-vm_state.vm_map: 23329.207963134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063791616, end = 3063795712, flags = 135266419, pgoff = 4096, inode = 21578 }
-vm_state.vm_map: 23329.207965219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063795712, end = 3063828480, flags = 134217845, pgoff = 0, inode = 17840 }
-vm_state.vm_map: 23329.207967156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063828480, end = 3063832576, flags = 135266419, pgoff = 28672, inode = 17840 }
-vm_state.vm_map: 23329.207969562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063832576, end = 3063885824, flags = 134217845, pgoff = 0, inode = 20719 }
-vm_state.vm_map: 23329.207971604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063885824, end = 3063889920, flags = 135266419, pgoff = 49152, inode = 20719 }
-vm_state.vm_map: 23329.207973738 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063889920, end = 3063906304, flags = 134217845, pgoff = 0, inode = 16916 }
-vm_state.vm_map: 23329.207975829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063906304, end = 3063910400, flags = 135266419, pgoff = 12288, inode = 16916 }
-vm_state.vm_map: 23329.207977933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063910400, end = 3063918592, flags = 134217845, pgoff = 0, inode = 22665 }
-vm_state.vm_map: 23329.207979888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063918592, end = 3063922688, flags = 135266419, pgoff = 4096, inode = 22665 }
-vm_state.vm_map: 23329.207981831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063922688, end = 3063926784, flags = 1048691, pgoff = 3063922688, inode = 0 }
-vm_state.vm_map: 23329.207983972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063926784, end = 3063934976, flags = 134217845, pgoff = 0, inode = 17721 }
-vm_state.vm_map: 23329.207986082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063934976, end = 3063939072, flags = 135266419, pgoff = 4096, inode = 17721 }
-vm_state.vm_map: 23329.207988167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3063939072, end = 3065253888, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.207990190 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3065253888, end = 3065262080, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.207992189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3065262080, end = 3065266176, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.207994132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3065266176, end = 3065278464, flags = 1048691, pgoff = 3065266176, inode = 0 }
-vm_state.vm_map: 23329.207996260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3065278464, end = 3065393152, flags = 134217845, pgoff = 0, inode = 499763 }
-vm_state.vm_map: 23329.207998314 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3065393152, end = 3065397248, flags = 135266419, pgoff = 114688, inode = 499763 }
-vm_state.vm_map: 23329.208000473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3065397248, end = 3066335232, flags = 134217845, pgoff = 0, inode = 16400 }
-vm_state.vm_map: 23329.208002805 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066335232, end = 3066351616, flags = 135266417, pgoff = 937984, inode = 16400 }
-vm_state.vm_map: 23329.208004784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066351616, end = 3066355712, flags = 135266419, pgoff = 954368, inode = 16400 }
-vm_state.vm_map: 23329.208006728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066355712, end = 3066384384, flags = 1048691, pgoff = 3066355712, inode = 0 }
-vm_state.vm_map: 23329.208008875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066384384, end = 3066531840, flags = 134217845, pgoff = 0, inode = 508364 }
-vm_state.vm_map: 23329.208010855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066531840, end = 3066535936, flags = 135266417, pgoff = 143360, inode = 508364 }
-vm_state.vm_map: 23329.208012859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066535936, end = 3066540032, flags = 135266419, pgoff = 147456, inode = 508364 }
-vm_state.vm_map: 23329.208016277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066540032, end = 3066556416, flags = 134217845, pgoff = 0, inode = 19625 }
-vm_state.vm_map: 23329.208020606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066556416, end = 3066560512, flags = 135266419, pgoff = 12288, inode = 19625 }
-vm_state.vm_map: 23329.208023291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066560512, end = 3066564608, flags = 1048691, pgoff = 3066560512, inode = 0 }
-vm_state.vm_map: 23329.208025442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3066564608, end = 3067715584, flags = 134217845, pgoff = 0, inode = 1065145 }
-vm_state.vm_map: 23329.208027546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3067715584, end = 3067731968, flags = 135266419, pgoff = 1146880, inode = 1065145 }
-vm_state.vm_map: 23329.208029657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3067731968, end = 3068469248, flags = 134217845, pgoff = 0, inode = 499737 }
-vm_state.vm_map: 23329.208031759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068469248, end = 3068473344, flags = 135266419, pgoff = 733184, inode = 499737 }
-vm_state.vm_map: 23329.208033961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068473344, end = 3068485632, flags = 134217845, pgoff = 0, inode = 19626 }
-vm_state.vm_map: 23329.208036324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068485632, end = 3068489728, flags = 135266419, pgoff = 8192, inode = 19626 }
-vm_state.vm_map: 23329.208038532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068489728, end = 3068731392, flags = 134217845, pgoff = 0, inode = 19627 }
-vm_state.vm_map: 23329.208040488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068731392, end = 3068735488, flags = 135266419, pgoff = 241664, inode = 19627 }
-vm_state.vm_map: 23329.208042659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068735488, end = 3068919808, flags = 134217845, pgoff = 0, inode = 22064 }
-vm_state.vm_map: 23329.208044744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068919808, end = 3068928000, flags = 135266419, pgoff = 180224, inode = 22064 }
-vm_state.vm_map: 23329.208046922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068928000, end = 3068932096, flags = 1048691, pgoff = 3068928000, inode = 0 }
-vm_state.vm_map: 23329.208049179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3068932096, end = 3069403136, flags = 134217845, pgoff = 0, inode = 18958 }
-vm_state.vm_map: 23329.208051264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3069403136, end = 3069419520, flags = 135266419, pgoff = 471040, inode = 18958 }
-vm_state.vm_map: 23329.208053374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3069419520, end = 3069689856, flags = 134217845, pgoff = 0, inode = 22793 }
-vm_state.vm_map: 23329.208055477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3069689856, end = 3069698048, flags = 135266419, pgoff = 266240, inode = 22793 }
-vm_state.vm_map: 23329.208057698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3069698048, end = 3070177280, flags = 134217845, pgoff = 0, inode = 21325 }
-vm_state.vm_map: 23329.208059869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070177280, end = 3070185472, flags = 135266419, pgoff = 479232, inode = 21325 }
-vm_state.vm_map: 23329.208062010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070185472, end = 3070783488, flags = 134217845, pgoff = 0, inode = 19628 }
-vm_state.vm_map: 23329.208064095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070783488, end = 3070791680, flags = 135266419, pgoff = 598016, inode = 19628 }
-vm_state.vm_map: 23329.208066248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070791680, end = 3070832640, flags = 134217845, pgoff = 0, inode = 22795 }
-vm_state.vm_map: 23329.208068345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070832640, end = 3070836736, flags = 135266419, pgoff = 36864, inode = 22795 }
-vm_state.vm_map: 23329.208070745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070836736, end = 3070840832, flags = 1048691, pgoff = 3070836736, inode = 0 }
-vm_state.vm_map: 23329.208072836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070840832, end = 3070939136, flags = 134217845, pgoff = 0, inode = 22669 }
-vm_state.vm_map: 23329.208074791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070939136, end = 3070943232, flags = 135266419, pgoff = 94208, inode = 22669 }
-vm_state.vm_map: 23329.208076895 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3070943232, end = 3071090688, flags = 134217845, pgoff = 0, inode = 22796 }
-vm_state.vm_map: 23329.208078844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3071090688, end = 3071094784, flags = 135266419, pgoff = 147456, inode = 22796 }
-vm_state.vm_map: 23329.208080892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3071094784, end = 3071197184, flags = 134217845, pgoff = 0, inode = 21552 }
-vm_state.vm_map: 23329.208082817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3071197184, end = 3071205376, flags = 135266419, pgoff = 98304, inode = 21552 }
-vm_state.vm_map: 23329.208084877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3071205376, end = 3071803392, flags = 134217845, pgoff = 0, inode = 22668 }
-vm_state.vm_map: 23329.208086814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3071803392, end = 3071815680, flags = 135266419, pgoff = 593920, inode = 22668 }
-vm_state.vm_map: 23329.208088880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3071815680, end = 3075715072, flags = 134217845, pgoff = 0, inode = 21427 }
-vm_state.vm_map: 23329.208090816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075715072, end = 3075739648, flags = 135266419, pgoff = 3895296, inode = 21427 }
-vm_state.vm_map: 23329.208092748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075739648, end = 3075747840, flags = 1048691, pgoff = 3075739648, inode = 0 }
-vm_state.vm_map: 23329.208094919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075747840, end = 3075756032, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.208096855 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075756032, end = 3075760128, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.208098793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075760128, end = 3075764224, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.208100854 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075764224, end = 3075850240, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.208103185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075850240, end = 3075854336, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.208105214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075854336, end = 3075858432, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.208107163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075858432, end = 3075866624, flags = 1048691, pgoff = 3075858432, inode = 0 }
-vm_state.vm_map: 23329.208109335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3075866624, end = 3076067328, flags = 134217845, pgoff = 0, inode = 21333 }
-vm_state.vm_map: 23329.208111321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076067328, end = 3076071424, flags = 135266419, pgoff = 200704, inode = 21333 }
-vm_state.vm_map: 23329.208113264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076071424, end = 3076079616, flags = 1048691, pgoff = 3076071424, inode = 0 }
-vm_state.vm_map: 23329.208115404 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076079616, end = 3076091904, flags = 134217845, pgoff = 0, inode = 21332 }
-vm_state.vm_map: 23329.208117415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076091904, end = 3076096000, flags = 135266419, pgoff = 8192, inode = 21332 }
-vm_state.vm_map: 23329.208119519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076096000, end = 3076104192, flags = 134217845, pgoff = 0, inode = 21334 }
-vm_state.vm_map: 23329.208121635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076104192, end = 3076108288, flags = 135266419, pgoff = 4096, inode = 21334 }
-vm_state.vm_map: 23329.208123750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076108288, end = 3076116480, flags = 134217845, pgoff = 0, inode = 1450327 }
-vm_state.vm_map: 23329.208125835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076116480, end = 3076120576, flags = 135266417, pgoff = 4096, inode = 1450327 }
-vm_state.vm_map: 23329.208127896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076120576, end = 3076124672, flags = 135266419, pgoff = 8192, inode = 1450327 }
-vm_state.vm_map: 23329.208129975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076124672, end = 3076153344, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.208132029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076153344, end = 3076202496, flags = 134217841, pgoff = 0, inode = 74519 }
-vm_state.vm_map: 23329.208137784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076202496, end = 3076845568, flags = 134217845, pgoff = 0, inode = 231127 }
-vm_state.vm_map: 23329.208139838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076845568, end = 3076878336, flags = 135266419, pgoff = 638976, inode = 231127 }
-vm_state.vm_map: 23329.208141929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076878336, end = 3076882432, flags = 1048691, pgoff = 3076878336, inode = 0 }
-vm_state.vm_map: 23329.208144304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076882432, end = 3076894720, flags = 134217845, pgoff = 0, inode = 229423 }
-vm_state.vm_map: 23329.208146290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076894720, end = 3076898816, flags = 135266419, pgoff = 8192, inode = 229423 }
-vm_state.vm_map: 23329.208151583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3076898816, end = 3077607424, flags = 134217845, pgoff = 0, inode = 231131 }
-vm_state.vm_map: 23329.208153631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3077607424, end = 3077627904, flags = 135266419, pgoff = 704512, inode = 231131 }
-vm_state.vm_map: 23329.208155617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3077627904, end = 3077636096, flags = 1048691, pgoff = 3077627904, inode = 0 }
-vm_state.vm_map: 23329.208157554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3077636096, end = 3077640192, flags = 67371125, pgoff = 3077636096, inode = 0 }
-vm_state.vm_map: 23329.208159874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3077640192, end = 3077754880, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.208161885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3077754880, end = 3077758976, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.208163834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3077758976, end = 3077763072, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.208165770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 5069, start = 3213340672, end = 3213549568, flags = 1048947, pgoff = 3221016576, inode = 0 }
-vm_state.vm_map: 23329.208168651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
-vm_state.vm_map: 23329.208170595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
-vm_state.vm_map: 23329.208172982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
-vm_state.vm_map: 23329.208175054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 149463040, end = 149745664, flags = 1048691, pgoff = 149463040, inode = 0 }
-vm_state.vm_map: 23329.208177256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075342336, end = 3075383296, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.208179193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075383296, end = 3075387392, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.208181131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075387392, end = 3075391488, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.208183239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075391488, end = 3075428352, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.208185176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075428352, end = 3075432448, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.208187107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075432448, end = 3075436544, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.208189303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075436544, end = 3075514368, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.208191240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075514368, end = 3075518464, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.208193171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075518464, end = 3075522560, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.208195114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075522560, end = 3075530752, flags = 1048691, pgoff = 3075522560, inode = 0 }
-vm_state.vm_map: 23329.208197230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075530752, end = 3075555328, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.208199222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075555328, end = 3075559424, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.208201159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075559424, end = 3075563520, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.208203275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3075563520, end = 3076894720, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.208205662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3076894720, end = 3076898816, flags = 1048691, pgoff = 3076894720, inode = 0 }
-vm_state.vm_map: 23329.208207735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3076898816, end = 3078213632, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.208209826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078213632, end = 3078221824, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.208211899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078221824, end = 3078225920, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.208213959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078225920, end = 3078242304, flags = 1048691, pgoff = 3078225920, inode = 0 }
-vm_state.vm_map: 23329.208216174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078242304, end = 3078250496, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.208218104 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078250496, end = 3078254592, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.208220035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078254592, end = 3078258688, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.208222200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078258688, end = 3078475776, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 23329.208224242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078475776, end = 3078488064, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 23329.208226383 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078553600, end = 3078582272, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.208228332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078582272, end = 3078590464, flags = 1048691, pgoff = 3078582272, inode = 0 }
-vm_state.vm_map: 23329.208230263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078590464, end = 3078594560, flags = 67371125, pgoff = 3078590464, inode = 0 }
-vm_state.vm_map: 23329.208232335 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078594560, end = 3078709248, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.208234389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078709248, end = 3078713344, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.208236511 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3078713344, end = 3078717440, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.208238996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16884, start = 3219709952, end = 3219795968, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.208242087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 134512640, end = 134541312, flags = 134223989, pgoff = 0, inode = 1048590 }
-vm_state.vm_map: 23329.208244333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 134541312, end = 134545408, flags = 135272563, pgoff = 24576, inode = 1048590 }
-vm_state.vm_map: 23329.208246423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 134545408, end = 134561792, flags = 1048691, pgoff = 134545408, inode = 0 }
-vm_state.vm_map: 23329.208248367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 165720064, end = 165855232, flags = 1048691, pgoff = 165720064, inode = 0 }
-vm_state.vm_map: 23329.208250656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3073937408, end = 3073966080, flags = 134217845, pgoff = 0, inode = 508362 }
-vm_state.vm_map: 23329.208252661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3073966080, end = 3073970176, flags = 135266417, pgoff = 24576, inode = 508362 }
-vm_state.vm_map: 23329.208254708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3073970176, end = 3073974272, flags = 135266419, pgoff = 28672, inode = 508362 }
-vm_state.vm_map: 23329.208256873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3073974272, end = 3074060288, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.208258965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074060288, end = 3074064384, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.208260907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074064384, end = 3074068480, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.208263017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074068480, end = 3074076672, flags = 1048691, pgoff = 3074068480, inode = 0 }
-vm_state.vm_map: 23329.208265164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074076672, end = 3074301952, flags = 134217845, pgoff = 0, inode = 499985 }
-vm_state.vm_map: 23329.208267236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074301952, end = 3074306048, flags = 135266417, pgoff = 225280, inode = 499985 }
-vm_state.vm_map: 23329.208269358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074306048, end = 3074310144, flags = 135266419, pgoff = 229376, inode = 499985 }
-vm_state.vm_map: 23329.208271493 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074310144, end = 3074347008, flags = 134217845, pgoff = 0, inode = 508391 }
-vm_state.vm_map: 23329.208273917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074347008, end = 3074351104, flags = 135266417, pgoff = 32768, inode = 508391 }
-vm_state.vm_map: 23329.208276033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074351104, end = 3074355200, flags = 135266419, pgoff = 36864, inode = 508391 }
-vm_state.vm_map: 23329.208278136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074355200, end = 3074514944, flags = 1048691, pgoff = 3074355200, inode = 0 }
-vm_state.vm_map: 23329.208280437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074514944, end = 3074564096, flags = 134217845, pgoff = 0, inode = 500088 }
-vm_state.vm_map: 23329.208282676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074564096, end = 3074568192, flags = 135266419, pgoff = 45056, inode = 500088 }
-vm_state.vm_map: 23329.208284996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074568192, end = 3074617344, flags = 1048691, pgoff = 3074568192, inode = 0 }
-vm_state.vm_map: 23329.208287278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074617344, end = 3074715648, flags = 134217845, pgoff = 0, inode = 499877 }
-vm_state.vm_map: 23329.208289455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074715648, end = 3074719744, flags = 135266417, pgoff = 94208, inode = 499877 }
-vm_state.vm_map: 23329.208291473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074719744, end = 3074723840, flags = 135266419, pgoff = 98304, inode = 499877 }
-vm_state.vm_map: 23329.208294076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074777088, end = 3074813952, flags = 134217845, pgoff = 0, inode = 499730 }
-vm_state.vm_map: 23329.208296235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074813952, end = 3074818048, flags = 135266419, pgoff = 32768, inode = 499730 }
-vm_state.vm_map: 23329.208298536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074818048, end = 3074859008, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.208300590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074859008, end = 3074863104, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.208302736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074863104, end = 3074867200, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.208305050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074867200, end = 3074904064, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.208307233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074904064, end = 3074908160, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.208309682 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074908160, end = 3074912256, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.208311915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074912256, end = 3074990080, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.208313882 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074990080, end = 3074994176, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.208315993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074994176, end = 3074998272, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.208318306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3074998272, end = 3075006464, flags = 1048691, pgoff = 3074998272, inode = 0 }
-vm_state.vm_map: 23329.208320545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3075006464, end = 3075031040, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.208322580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3075031040, end = 3075035136, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.208344460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3075035136, end = 3075039232, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.208347026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3075039232, end = 3076370432, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.208349105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3076370432, end = 3076374528, flags = 1048691, pgoff = 3076370432, inode = 0 }
-vm_state.vm_map: 23329.208351486 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3076374528, end = 3076382720, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.208353744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3076382720, end = 3076386816, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.208355946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3076386816, end = 3076390912, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.208358278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3076390912, end = 3077705728, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.208360455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077705728, end = 3077713920, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.208362571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077713920, end = 3077718016, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.208365045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077718016, end = 3077734400, flags = 1048691, pgoff = 3077718016, inode = 0 }
-vm_state.vm_map: 23329.208367530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077734400, end = 3077742592, flags = 134217845, pgoff = 0, inode = 499739 }
-vm_state.vm_map: 23329.208369659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077742592, end = 3077746688, flags = 135266419, pgoff = 4096, inode = 499739 }
-vm_state.vm_map: 23329.208372046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077746688, end = 3077787648, flags = 134217845, pgoff = 0, inode = 499738 }
-vm_state.vm_map: 23329.208374094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077787648, end = 3077791744, flags = 135266419, pgoff = 40960, inode = 499738 }
-vm_state.vm_map: 23329.208376549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077799936, end = 3077808128, flags = 134217845, pgoff = 0, inode = 17167 }
-vm_state.vm_map: 23329.208378670 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077808128, end = 3077812224, flags = 135266419, pgoff = 8192, inode = 17167 }
-vm_state.vm_map: 23329.208381095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077812224, end = 3077820416, flags = 134217845, pgoff = 0, inode = 499908 }
-vm_state.vm_map: 23329.208383074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077820416, end = 3077824512, flags = 135266419, pgoff = 4096, inode = 499908 }
-vm_state.vm_map: 23329.208385598 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077824512, end = 3077828608, flags = 134217845, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 23329.208387708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077828608, end = 3077832704, flags = 135266419, pgoff = 0, inode = 500082 }
-vm_state.vm_map: 23329.208390076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077832704, end = 3077836800, flags = 134217845, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 23329.208392279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077836800, end = 3077840896, flags = 135266419, pgoff = 0, inode = 499797 }
-vm_state.vm_map: 23329.208394672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077844992, end = 3077853184, flags = 134217845, pgoff = 0, inode = 500086 }
-vm_state.vm_map: 23329.208396955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077853184, end = 3077857280, flags = 135266419, pgoff = 4096, inode = 500086 }
-vm_state.vm_map: 23329.208399329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077857280, end = 3077869568, flags = 134217845, pgoff = 0, inode = 500089 }
-vm_state.vm_map: 23329.208401648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077869568, end = 3077873664, flags = 135266419, pgoff = 8192, inode = 500089 }
-vm_state.vm_map: 23329.208404331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077873664, end = 3077877760, flags = 134217845, pgoff = 0, inode = 499772 }
-vm_state.vm_map: 23329.208406330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077877760, end = 3077881856, flags = 135266419, pgoff = 0, inode = 499772 }
-vm_state.vm_map: 23329.208408483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077885952, end = 3077894144, flags = 1048691, pgoff = 3077885952, inode = 0 }
-vm_state.vm_map: 23329.208410592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077894144, end = 3077898240, flags = 67371125, pgoff = 3077894144, inode = 0 }
-vm_state.vm_map: 23329.208412807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3077898240, end = 3078012928, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.208414781 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3078012928, end = 3078017024, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.208416971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3078017024, end = 3078021120, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.208418939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16900, start = 3220688896, end = 3220774912, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.208421665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 134512640, end = 135303168, flags = 134223989, pgoff = 0, inode = 1048715 }
-vm_state.vm_map: 23329.208423787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 135303168, end = 135323648, flags = 135272563, pgoff = 790528, inode = 1048715 }
-vm_state.vm_map: 23329.208425792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 135323648, end = 135344128, flags = 1048691, pgoff = 135323648, inode = 0 }
-vm_state.vm_map: 23329.208427889 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 153083904, end = 153329664, flags = 1048691, pgoff = 153083904, inode = 0 }
-vm_state.vm_map: 23329.208430209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075641344, end = 3075682304, flags = 134217845, pgoff = 0, inode = 507911 }
-vm_state.vm_map: 23329.208432312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075682304, end = 3075686400, flags = 135266417, pgoff = 36864, inode = 507911 }
-vm_state.vm_map: 23329.208434323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075686400, end = 3075690496, flags = 135266419, pgoff = 40960, inode = 507911 }
-vm_state.vm_map: 23329.208437000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075690496, end = 3075727360, flags = 134217845, pgoff = 0, inode = 508389 }
-vm_state.vm_map: 23329.208439085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075727360, end = 3075731456, flags = 135266417, pgoff = 32768, inode = 508389 }
-vm_state.vm_map: 23329.208441053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075731456, end = 3075735552, flags = 135266419, pgoff = 36864, inode = 508389 }
-vm_state.vm_map: 23329.208443348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075735552, end = 3075813376, flags = 134217845, pgoff = 0, inode = 508435 }
-vm_state.vm_map: 23329.208445340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075813376, end = 3075817472, flags = 135266417, pgoff = 73728, inode = 508435 }
-vm_state.vm_map: 23329.208447370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075817472, end = 3075821568, flags = 135266419, pgoff = 77824, inode = 508435 }
-vm_state.vm_map: 23329.208449479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075821568, end = 3075829760, flags = 1048691, pgoff = 3075821568, inode = 0 }
-vm_state.vm_map: 23329.208451577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075829760, end = 3075854336, flags = 134217845, pgoff = 0, inode = 508366 }
-vm_state.vm_map: 23329.208453538 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075854336, end = 3075858432, flags = 135266417, pgoff = 24576, inode = 508366 }
-vm_state.vm_map: 23329.208455722 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075858432, end = 3075862528, flags = 135266419, pgoff = 28672, inode = 508366 }
-vm_state.vm_map: 23329.208457825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3075862528, end = 3077193728, flags = 134217841, pgoff = 0, inode = 32876 }
-vm_state.vm_map: 23329.208459879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3077193728, end = 3077197824, flags = 1048691, pgoff = 3077193728, inode = 0 }
-vm_state.vm_map: 23329.208461939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3077197824, end = 3078512640, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.208464018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078512640, end = 3078520832, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.208465955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078520832, end = 3078524928, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.208467942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078524928, end = 3078541312, flags = 1048691, pgoff = 3078524928, inode = 0 }
-vm_state.vm_map: 23329.208470433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078541312, end = 3078549504, flags = 134217845, pgoff = 0, inode = 508385 }
-vm_state.vm_map: 23329.208472611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078549504, end = 3078553600, flags = 135266417, pgoff = 4096, inode = 508385 }
-vm_state.vm_map: 23329.208474629 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078553600, end = 3078557696, flags = 135266419, pgoff = 8192, inode = 508385 }
-vm_state.vm_map: 23329.208476959 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078557696, end = 3078774784, flags = 134217845, pgoff = 0, inode = 499784 }
-vm_state.vm_map: 23329.208479007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078774784, end = 3078787072, flags = 135266419, pgoff = 217088, inode = 499784 }
-vm_state.vm_map: 23329.208481105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078852608, end = 3078881280, flags = 134217937, pgoff = 0, inode = 1450218 }
-vm_state.vm_map: 23329.208483091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078881280, end = 3078889472, flags = 1048691, pgoff = 3078881280, inode = 0 }
-vm_state.vm_map: 23329.208485114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078889472, end = 3078893568, flags = 67371125, pgoff = 3078889472, inode = 0 }
-vm_state.vm_map: 23329.208487390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3078893568, end = 3079008256, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.208489438 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3079008256, end = 3079012352, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.208491659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3079012352, end = 3079016448, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.208493695 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16908, start = 3218653184, end = 3218739200, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.208496502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 32921 }
-vm_state.vm_map: 23329.208498531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 32921 }
-vm_state.vm_map: 23329.208500628 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 134533120, end = 134537216, flags = 1048691, pgoff = 134533120, inode = 0 }
-vm_state.vm_map: 23329.208502787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 160788480, end = 160923648, flags = 1048691, pgoff = 160788480, inode = 0 }
-vm_state.vm_map: 23329.208505131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3076546560, end = 3076554752, flags = 1048691, pgoff = 3076546560, inode = 0 }
-vm_state.vm_map: 23329.208507358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3076554752, end = 3077869568, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.208509425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3077869568, end = 3077877760, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.208511707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3077877760, end = 3077881856, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.208513638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3077881856, end = 3077894144, flags = 1048691, pgoff = 3077881856, inode = 0 }
-vm_state.vm_map: 23329.208516068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3077894144, end = 3077906432, flags = 134217845, pgoff = 0, inode = 32917 }
-vm_state.vm_map: 23329.208518135 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3077906432, end = 3077910528, flags = 135266419, pgoff = 8192, inode = 32917 }
-vm_state.vm_map: 23329.208520066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3077910528, end = 3077914624, flags = 1048691, pgoff = 3077910528, inode = 0 }
-vm_state.vm_map: 23329.208522003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3078000640, end = 3078017024, flags = 1048691, pgoff = 3078000640, inode = 0 }
-vm_state.vm_map: 23329.208523983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3078017024, end = 3078021120, flags = 67371125, pgoff = 3078017024, inode = 0 }
-vm_state.vm_map: 23329.208526376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3078021120, end = 3078135808, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.208528344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3078135808, end = 3078139904, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.208530398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3078139904, end = 3078144000, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.208532322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16927, start = 3217395712, end = 3217481728, flags = 1048947, pgoff = 3221139456, inode = 0 }
-vm_state.vm_map: 23329.208535246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 134512640, end = 134529024, flags = 134223989, pgoff = 0, inode = 33221 }
-vm_state.vm_map: 23329.208537176 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 134529024, end = 134533120, flags = 135272563, pgoff = 12288, inode = 33221 }
-vm_state.vm_map: 23329.208539540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 142438400, end = 142606336, flags = 1048691, pgoff = 142438400, inode = 0 }
-vm_state.vm_map: 23329.208541606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3068817408, end = 3068821504, flags = 1048688, pgoff = 3068817408, inode = 0 }
-vm_state.vm_map: 23329.208543667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3068821504, end = 3077218304, flags = 1048691, pgoff = 3068821504, inode = 0 }
-vm_state.vm_map: 23329.208545763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3077218304, end = 3078533120, flags = 134217845, pgoff = 0, inode = 508370 }
-vm_state.vm_map: 23329.208547725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078533120, end = 3078541312, flags = 135266417, pgoff = 1314816, inode = 508370 }
-vm_state.vm_map: 23329.208549804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078541312, end = 3078545408, flags = 135266419, pgoff = 1323008, inode = 508370 }
-vm_state.vm_map: 23329.208551865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078545408, end = 3078557696, flags = 1048691, pgoff = 3078545408, inode = 0 }
-vm_state.vm_map: 23329.208553949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078557696, end = 3078643712, flags = 134217845, pgoff = 0, inode = 508360 }
-vm_state.vm_map: 23329.208555935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078643712, end = 3078647808, flags = 135266417, pgoff = 81920, inode = 508360 }
-vm_state.vm_map: 23329.208557915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078647808, end = 3078651904, flags = 135266419, pgoff = 86016, inode = 508360 }
-vm_state.vm_map: 23329.208559982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078651904, end = 3078660096, flags = 1048691, pgoff = 3078651904, inode = 0 }
-vm_state.vm_map: 23329.208562017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078750208, end = 3078762496, flags = 1048691, pgoff = 3078750208, inode = 0 }
-vm_state.vm_map: 23329.208564108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078762496, end = 3078766592, flags = 67371125, pgoff = 3078762496, inode = 0 }
-vm_state.vm_map: 23329.208566261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078766592, end = 3078881280, flags = 134219893, pgoff = 0, inode = 499899 }
-vm_state.vm_map: 23329.208568488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078881280, end = 3078885376, flags = 135268465, pgoff = 110592, inode = 499899 }
-vm_state.vm_map: 23329.208570592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3078885376, end = 3078889472, flags = 135268467, pgoff = 114688, inode = 499899 }
-vm_state.vm_map: 23329.208572929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/vm_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { pid = 16929, start = 3212763136, end = 3212849152, flags = 1048947, pgoff = 3221139456, inode = 0 }
-irq_state.interrupt: 23329.208617941 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "timer", irq_id = 0 }
-irq_state.interrupt: 23329.208687010 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "i8042", irq_id = 1 }
-irq_state.interrupt: 23329.208695701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "floppy", irq_id = 6 }
-irq_state.interrupt: 23329.208702758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "rtc0", irq_id = 8 }
-irq_state.interrupt: 23329.208706582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "acpi", irq_id = 9 }
-irq_state.interrupt: 23329.208710339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "i8042", irq_id = 12 }
-irq_state.interrupt: 23329.208714219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ide0", irq_id = 14 }
-irq_state.interrupt: 23329.208721005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ide1", irq_id = 15 }
-irq_state.interrupt: 23329.208727957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ehci_hcd:usb1", irq_id = 19 }
-irq_state.interrupt: 23329.208731713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "eth0", irq_id = 19 }
-irq_state.interrupt: 23329.208738092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "vboxguest", irq_id = 20 }
-irq_state.interrupt: 23329.208741996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ahci", irq_id = 21 }
-irq_state.interrupt: 23329.208748899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "Intel 82801AA-ICH", irq_id = 21 }
-irq_state.interrupt: 23329.208755025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "IO-APIC", action = "ohci_hcd:usb2", irq_id = 22 }
-netif_state.network_ipv4_interface: 23329.208796951 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/netif_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "lo", address = 2130706433, up = 0 }
-netif_state.network_ipv4_interface: 23329.208800406 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/netif_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { name = "eth0", address = 167772687, up = 0 }
-swap_state.statedump_swap_files: 23329.208806248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/swap_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { filp = 0xf7101940, vfsmount = 0xf700eec0, dname = "hda1" }
-syscall_state.sys_call_table: 23329.208849106 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 0, address = 0xc10358fe, symbol = "sys_restart_syscall+0x0/0xf" }
-syscall_state.sys_call_table: 23329.208858550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 1, address = 0xc102d16d, symbol = "sys_exit+0x0/0x11" }
-syscall_state.sys_call_table: 23329.208864910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 2, address = 0xc1003448, symbol = "ptregs_fork+0x0/0xc" }
-syscall_state.sys_call_table: 23329.208876828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 3, address = 0xc10ac4c3, symbol = "sys_read+0x0/0x9d" }
-syscall_state.sys_call_table: 23329.208879702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 4, address = 0xc10ac29b, symbol = "sys_write+0x0/0x9d" }
-syscall_state.sys_call_table: 23329.208882756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 5, address = 0xc10aa0ec, symbol = "sys_open+0x0/0x23" }
-syscall_state.sys_call_table: 23329.208885939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 6, address = 0xc10a9ea9, symbol = "sys_close+0x0/0x112" }
-syscall_state.sys_call_table: 23329.208888678 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 7, address = 0xc102c96e, symbol = "sys_waitpid+0x0/0x17" }
-syscall_state.sys_call_table: 23329.208891453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 8, address = 0xc10aa10f, symbol = "sys_creat+0x0/0x16" }
-syscall_state.sys_call_table: 23329.208900466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 9, address = 0xc10b5ccb, symbol = "sys_link+0x0/0x19" }
-syscall_state.sys_call_table: 23329.208903309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 10, address = 0xc10b5760, symbol = "sys_unlink+0x0/0xe" }
-syscall_state.sys_call_table: 23329.208906109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 11, address = 0xc100346c, symbol = "ptregs_execve+0x0/0xc" }
-syscall_state.sys_call_table: 23329.208908954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 12, address = 0xc10aa8e8, symbol = "sys_chdir+0x0/0x59" }
-syscall_state.sys_call_table: 23329.208912001 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 13, address = 0xc102de69, symbol = "sys_time+0x0/0x27" }
-syscall_state.sys_call_table: 23329.208914955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 14, address = 0xc10b5ab2, symbol = "sys_mknod+0x0/0x17" }
-syscall_state.sys_call_table: 23329.208917724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 15, address = 0xc10aa805, symbol = "sys_chmod+0x0/0x15" }
-syscall_state.sys_call_table: 23329.208923671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 16, address = 0xc104e167, symbol = "sys_lchown16+0x0/0x35" }
-syscall_state.sys_call_table: 23329.208927286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 17, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.208930068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 18, address = 0xc10af0b2, symbol = "sys_stat+0x0/0x23" }
-syscall_state.sys_call_table: 23329.208933226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 19, address = 0xc10ab3fb, symbol = "sys_lseek+0x0/0x9b" }
-syscall_state.sys_call_table: 23329.208936280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 20, address = 0xc103529a, symbol = "sys_getpid+0x0/0x16" }
-syscall_state.sys_call_table: 23329.208941751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 21, address = 0xc10c0a14, symbol = "sys_mount+0x0/0x98" }
-syscall_state.sys_call_table: 23329.208945372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 22, address = 0xc10bf90c, symbol = "sys_oldumount+0x0/0xe" }
-syscall_state.sys_call_table: 23329.208947907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 23, address = 0xc104e09e, symbol = "sys_setuid16+0x0/0x1d" }
-syscall_state.sys_call_table: 23329.208950424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 24, address = 0xc104dea0, symbol = "sys_getuid16+0x0/0x22" }
-syscall_state.sys_call_table: 23329.208953225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 25, address = 0xc102dc82, symbol = "sys_stime+0x0/0x3f" }
-syscall_state.sys_call_table: 23329.208955957 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 26, address = 0xc1031d71, symbol = "sys_ptrace+0x0/0xae" }
-syscall_state.sys_call_table: 23329.208958857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 27, address = 0xc10352b0, symbol = "sys_alarm+0x0/0x9" }
-syscall_state.sys_call_table: 23329.208961472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 28, address = 0xc10af14c, symbol = "sys_fstat+0x0/0x24" }
-syscall_state.sys_call_table: 23329.208964260 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 29, address = 0xc1035a45, symbol = "sys_pause+0x0/0x16" }
-syscall_state.sys_call_table: 23329.208967689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 30, address = 0xc10c741f, symbol = "sys_utime+0x0/0x5d" }
-syscall_state.sys_call_table: 23329.208970811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 31, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.208973575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 32, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.208976425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 33, address = 0xc10aaa87, symbol = "sys_access+0x0/0x13" }
-syscall_state.sys_call_table: 23329.208983616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 34, address = 0xc1026f47, symbol = "sys_nice+0x0/0x7c" }
-syscall_state.sys_call_table: 23329.208986392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 35, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.208989304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 36, address = 0xc10c70f9, symbol = "sys_sync+0x0/0x29" }
-syscall_state.sys_call_table: 23329.208992291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 37, address = 0xc1037e1c, symbol = "sys_kill+0x0/0x14c" }
-syscall_state.sys_call_table: 23329.208995201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 38, address = 0xc10b5650, symbol = "sys_rename+0x0/0x15" }
-syscall_state.sys_call_table: 23329.208998026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 39, address = 0xc10b590c, symbol = "sys_mkdir+0x0/0x13" }
-syscall_state.sys_call_table: 23329.209000907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 40, address = 0xc10b5849, symbol = "sys_rmdir+0x0/0xe" }
-syscall_state.sys_call_table: 23329.209003843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 41, address = 0xc10b6808, symbol = "sys_dup+0x0/0x36" }
-syscall_state.sys_call_table: 23329.209006539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 42, address = 0xc10b1dac, symbol = "sys_pipe+0x0/0xe" }
-syscall_state.sys_call_table: 23329.209009117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 43, address = 0xc10394a7, symbol = "sys_times+0x0/0x3f" }
-syscall_state.sys_call_table: 23329.209011980 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 44, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209018241 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 45, address = 0xc109c43a, symbol = "sys_brk+0x0/0xd3" }
-syscall_state.sys_call_table: 23329.209020758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 46, address = 0xc104e0e8, symbol = "sys_setgid16+0x0/0x1d" }
-syscall_state.sys_call_table: 23329.209023213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 47, address = 0xc104dee4, symbol = "sys_getgid16+0x0/0x22" }
-syscall_state.sys_call_table: 23329.209026032 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 48, address = 0xc10362d2, symbol = "sys_signal+0x0/0x3c" }
-syscall_state.sys_call_table: 23329.209028524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 49, address = 0xc104dec2, symbol = "sys_geteuid16+0x0/0x22" }
-syscall_state.sys_call_table: 23329.209031059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 50, address = 0xc104df06, symbol = "sys_getegid16+0x0/0x22" }
-syscall_state.sys_call_table: 23329.209036734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 51, address = 0xc1057e28, symbol = "sys_acct+0x0/0x238" }
-syscall_state.sys_call_table: 23329.209039788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 52, address = 0xc10bf635, symbol = "sys_umount+0x0/0x2d7" }
-syscall_state.sys_call_table: 23329.209042638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 53, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209045086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 54, address = 0xc10b709b, symbol = "sys_ioctl+0x0/0x9d" }
-syscall_state.sys_call_table: 23329.209047955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 55, address = 0xc10b67b5, symbol = "sys_fcntl+0x0/0x53" }
-syscall_state.sys_call_table: 23329.209050657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 56, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209053322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 57, address = 0xc103929e, symbol = "sys_setpgid+0x0/0x175" }
-syscall_state.sys_call_table: 23329.209056183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 58, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209059675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 59, address = 0xc1006380, symbol = "sys_olduname+0x0/0x11d" }
-syscall_state.sys_call_table: 23329.209062340 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 60, address = 0xc10387e4, symbol = "sys_umask+0x0/0x19" }
-syscall_state.sys_call_table: 23329.209065189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 61, address = 0xc10aa81a, symbol = "sys_chroot+0x0/0x6c" }
-syscall_state.sys_call_table: 23329.209067559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 62, address = 0xc10ad850, symbol = "sys_ustat+0x0/0x89" }
-syscall_state.sys_call_table: 23329.209070846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 63, address = 0xc10b6978, symbol = "sys_dup2+0x0/0x5c" }
-syscall_state.sys_call_table: 23329.209073905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 64, address = 0xc1035249, symbol = "sys_getppid+0x0/0x51" }
-syscall_state.sys_call_table: 23329.209076502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 65, address = 0xc1039295, symbol = "sys_getpgrp+0x0/0x9" }
-syscall_state.sys_call_table: 23329.209079179 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 66, address = 0xc103911e, symbol = "sys_setsid+0x0/0xa1" }
-syscall_state.sys_call_table: 23329.209081986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 67, address = 0xc1002f1f, symbol = "sys_sigaction+0x0/0xe7" }
-syscall_state.sys_call_table: 23329.209084935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 68, address = 0xc1035a36, symbol = "sys_sgetmask+0x0/0xf" }
-syscall_state.sys_call_table: 23329.209087908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 69, address = 0xc1035ca8, symbol = "sys_ssetmask+0x0/0x6b" }
-syscall_state.sys_call_table: 23329.209090462 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 70, address = 0xc104e0bb, symbol = "sys_setreuid16+0x0/0x2d" }
-syscall_state.sys_call_table: 23329.209092948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 71, address = 0xc104e105, symbol = "sys_setregid16+0x0/0x2d" }
-syscall_state.sys_call_table: 23329.209095576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 72, address = 0xc1003006, symbol = "sys_sigsuspend+0x0/0xba" }
-syscall_state.sys_call_table: 23329.209098691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 73, address = 0xc1035fe8, symbol = "sys_sigpending+0x0/0xe" }
-syscall_state.sys_call_table: 23329.209101294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 74, address = 0xc1038fda, symbol = "sys_sethostname+0x0/0xa5" }
-syscall_state.sys_call_table: 23329.209103885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 75, address = 0xc1038d61, symbol = "sys_setrlimit+0x0/0xe4" }
-syscall_state.sys_call_table: 23329.209106556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 76, address = 0xc1038e45, symbol = "sys_old_getrlimit+0x0/0x81" }
-syscall_state.sys_call_table: 23329.209109116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 77, address = 0xc1038cf2, symbol = "sys_getrusage+0x0/0x25" }
-syscall_state.sys_call_table: 23329.209111972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 78, address = 0xc102de16, symbol = "sys_gettimeofday+0x0/0x53" }
-syscall_state.sys_call_table: 23329.209115118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 79, address = 0xc102dda2, symbol = "sys_settimeofday+0x0/0x74" }
-syscall_state.sys_call_table: 23329.209117832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 80, address = 0xc104de0a, symbol = "sys_getgroups16+0x0/0x96" }
-syscall_state.sys_call_table: 23329.209120360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 81, address = 0xc104df28, symbol = "sys_setgroups16+0x0/0xba" }
-syscall_state.sys_call_table: 23329.209123377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 82, address = 0xc10066a7, symbol = "old_select+0x0/0x40" }
-syscall_state.sys_call_table: 23329.209126301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 83, address = 0xc10b5b76, symbol = "sys_symlink+0x0/0x13" }
-syscall_state.sys_call_table: 23329.209128929 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 84, address = 0xc10af037, symbol = "sys_lstat+0x0/0x23" }
-syscall_state.sys_call_table: 23329.209131471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 85, address = 0xc10aedc9, symbol = "sys_readlink+0x0/0x17" }
-syscall_state.sys_call_table: 23329.209134073 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 86, address = 0xc10b13e1, symbol = "sys_uselib+0x0/0x13f" }
-syscall_state.sys_call_table: 23329.209136911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 87, address = 0xc10a285b, symbol = "sys_swapon+0x0/0xb3f" }
-syscall_state.sys_call_table: 23329.209139687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 88, address = 0xc1039d01, symbol = "sys_reboot+0x0/0x15c" }
-syscall_state.sys_call_table: 23329.209142221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 89, address = 0xc10b788f, symbol = "sys_old_readdir+0x0/0x51" }
-syscall_state.sys_call_table: 23329.209145213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 90, address = 0xc100675d, symbol = "old_mmap+0x0/0x57" }
-syscall_state.sys_call_table: 23329.209148045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 91, address = 0xc109bdc6, symbol = "sys_munmap+0x0/0x3d" }
-syscall_state.sys_call_table: 23329.209150851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 92, address = 0xc10aafba, symbol = "sys_truncate+0x0/0x12" }
-syscall_state.sys_call_table: 23329.209153812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 93, address = 0xc10aadb3, symbol = "sys_ftruncate+0x0/0x1b" }
-syscall_state.sys_call_table: 23329.209156570 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 94, address = 0xc10aa595, symbol = "sys_fchmod+0x0/0xbc" }
-syscall_state.sys_call_table: 23329.209159339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 95, address = 0xc104e132, symbol = "sys_fchown16+0x0/0x35" }
-syscall_state.sys_call_table: 23329.209162078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 96, address = 0xc1039e62, symbol = "sys_getpriority+0x0/0x1ab" }
-syscall_state.sys_call_table: 23329.209164762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 97, address = 0xc103a08c, symbol = "sys_setpriority+0x0/0x1cc" }
-syscall_state.sys_call_table: 23329.209167648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 98, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209170548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 99, address = 0xc10ab259, symbol = "sys_statfs+0x0/0x63" }
-syscall_state.sys_call_table: 23329.209173361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 100, address = 0xc10ab205, symbol = "sys_fstatfs+0x0/0x54" }
-syscall_state.sys_call_table: 23329.209176389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 101, address = 0xc100532f, symbol = "sys_ioperm+0x0/0x1a5" }
-syscall_state.sys_call_table: 23329.209194061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 102, address = 0xc14b72ad, symbol = "sys_socketcall+0x0/0x1ea" }
-syscall_state.sys_call_table: 23329.209196740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 103, address = 0xc102af4d, symbol = "sys_syslog+0x0/0x11" }
-syscall_state.sys_call_table: 23329.209199496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 104, address = 0xc102d607, symbol = "sys_setitimer+0x0/0x6f" }
-syscall_state.sys_call_table: 23329.209202210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 105, address = 0xc102d8ae, symbol = "sys_getitimer+0x0/0x42" }
-syscall_state.sys_call_table: 23329.209205146 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 106, address = 0xc10af08f, symbol = "sys_newstat+0x0/0x23" }
-syscall_state.sys_call_table: 23329.209207726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 107, address = 0xc10af014, symbol = "sys_newlstat+0x0/0x23" }
-syscall_state.sys_call_table: 23329.209210309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 108, address = 0xc10af129, symbol = "sys_newfstat+0x0/0x23" }
-syscall_state.sys_call_table: 23329.209213203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 109, address = 0xc100649d, symbol = "sys_uname+0x0/0x49" }
-syscall_state.sys_call_table: 23329.209215960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 110, address = 0xc100343c, symbol = "ptregs_iopl+0x0/0xc" }
-syscall_state.sys_call_table: 23329.209218748 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 111, address = 0xc10a9e3a, symbol = "sys_vhangup+0x0/0x1b" }
-syscall_state.sys_call_table: 23329.209221573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 112, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209224343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 113, address = 0xc10034a8, symbol = "ptregs_vm86old+0x0/0x18" }
-syscall_state.sys_call_table: 23329.209227002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 114, address = 0xc102c8cd, symbol = "sys_wait4+0x0/0xa1" }
-syscall_state.sys_call_table: 23329.209229537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 115, address = 0xc10a37d9, symbol = "sys_swapoff+0x0/0x9eb" }
-syscall_state.sys_call_table: 23329.209232553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 116, address = 0xc1034f23, symbol = "sys_sysinfo+0x0/0x2a" }
-syscall_state.sys_call_table: 23329.209235558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 117, address = 0xc10064e6, symbol = "sys_ipc+0x0/0x1c1" }
-syscall_state.sys_call_table: 23329.209238407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 118, address = 0xc10c6ec3, symbol = "sys_fsync+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209241171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 119, address = 0xc1003484, symbol = "ptregs_sigreturn+0x0/0xc" }
-syscall_state.sys_call_table: 23329.209243897 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 120, address = 0xc1003454, symbol = "ptregs_clone+0x0/0xc" }
-syscall_state.sys_call_table: 23329.209246673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 121, address = 0xc1038f2b, symbol = "sys_setdomainname+0x0/0xaf" }
-syscall_state.sys_call_table: 23329.209249832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 122, address = 0xc10390dc, symbol = "sys_newuname+0x0/0x42" }
-syscall_state.sys_call_table: 23329.209252712 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 123, address = 0xc100583a, symbol = "sys_modify_ldt+0x0/0x111" }
-syscall_state.sys_call_table: 23329.209255655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 124, address = 0xc102dc39, symbol = "sys_adjtimex+0x0/0x49" }
-syscall_state.sys_call_table: 23329.209258425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 125, address = 0xc109d119, symbol = "sys_mprotect+0x0/0x1df" }
-syscall_state.sys_call_table: 23329.209261472 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 126, address = 0xc1035e43, symbol = "sys_sigprocmask+0x0/0xfc" }
-syscall_state.sys_call_table: 23329.209264322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 127, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209267634 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 128, address = 0xc1052845, symbol = "sys_init_module+0x0/0x1fb" }
-syscall_state.sys_call_table: 23329.209270453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 129, address = 0xc1052661, symbol = "sys_delete_module+0x0/0x1e4" }
-syscall_state.sys_call_table: 23329.209273408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 130, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209279181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 131, address = 0xc10e1bea, symbol = "sys_quotactl+0x0/0x6b6" }
-syscall_state.sys_call_table: 23329.209281828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 132, address = 0xc103922a, symbol = "sys_getpgid+0x0/0x6b" }
-syscall_state.sys_call_table: 23329.209284763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 133, address = 0xc10aa886, symbol = "sys_fchdir+0x0/0x62" }
-syscall_state.sys_call_table: 23329.209287657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 134, address = 0xc10c7d7d, symbol = "sys_bdflush+0x0/0x54" }
-syscall_state.sys_call_table: 23329.209290753 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 135, address = 0xc10be0da, symbol = "sys_sysfs+0x0/0x162" }
-syscall_state.sys_call_table: 23329.209293450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 136, address = 0xc1029b63, symbol = "sys_personality+0x0/0x3d" }
-syscall_state.sys_call_table: 23329.209296687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 137, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209299167 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 138, address = 0xc104dfff, symbol = "sys_setfsuid16+0x0/0x1d" }
-syscall_state.sys_call_table: 23329.209301665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 139, address = 0xc104dfe2, symbol = "sys_setfsgid16+0x0/0x1d" }
-syscall_state.sys_call_table: 23329.209304608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 140, address = 0xc10ac560, symbol = "sys_llseek+0x0/0xc1" }
-syscall_state.sys_call_table: 23329.209307100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 141, address = 0xc10b77f1, symbol = "sys_getdents+0x0/0x9e" }
-syscall_state.sys_call_table: 23329.209309580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 142, address = 0xc10b8a79, symbol = "sys_select+0x0/0x8f" }
-syscall_state.sys_call_table: 23329.209315428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 143, address = 0xc10d8b43, symbol = "sys_flock+0x0/0x12d" }
-syscall_state.sys_call_table: 23329.209318148 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 144, address = 0xc109dba8, symbol = "sys_msync+0x0/0x164" }
-syscall_state.sys_call_table: 23329.209321016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 145, address = 0xc10ac040, symbol = "sys_readv+0x0/0xcd" }
-syscall_state.sys_call_table: 23329.209323916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 146, address = 0xc10abe9c, symbol = "sys_writev+0x0/0xcd" }
-syscall_state.sys_call_table: 23329.209326439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 147, address = 0xc10391bf, symbol = "sys_getsid+0x0/0x6b" }
-syscall_state.sys_call_table: 23329.209329221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 148, address = 0xc10c6eb8, symbol = "sys_fdatasync+0x0/0xb" }
-syscall_state.sys_call_table: 23329.209331867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 149, address = 0xc103133d, symbol = "sys_sysctl+0x0/0xfb" }
-syscall_state.sys_call_table: 23329.209334402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 150, address = 0xc109a6b7, symbol = "sys_mlock+0x0/0xac" }
-syscall_state.sys_call_table: 23329.209337005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 151, address = 0xc109a661, symbol = "sys_munlock+0x0/0x56" }
-syscall_state.sys_call_table: 23329.209339911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 152, address = 0xc109a519, symbol = "sys_mlockall+0x0/0x98" }
-syscall_state.sys_call_table: 23329.209342545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 153, address = 0xc109a4e7, symbol = "sys_munlockall+0x0/0x32" }
-syscall_state.sys_call_table: 23329.209345808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 154, address = 0xc10275aa, symbol = "sys_sched_setparam+0x0/0xd" }
-syscall_state.sys_call_table: 23329.209348892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 155, address = 0xc1024eb0, symbol = "sys_sched_getparam+0x0/0xc4" }
-syscall_state.sys_call_table: 23329.209371067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 156, address = 0xc10275b7, symbol = "sys_sched_setscheduler+0x0/0x1b" }
-syscall_state.sys_call_table: 23329.209374281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 157, address = 0xc1024f74, symbol = "sys_sched_getscheduler+0x0/0x88" }
-syscall_state.sys_call_table: 23329.209377187 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 158, address = 0xc10226cb, symbol = "sys_sched_yield+0x0/0x32" }
-syscall_state.sys_call_table: 23329.209381326 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 159, address = 0xc101ee30, symbol = "sys_sched_get_priority_max+0x0/0x24" }
-syscall_state.sys_call_table: 23329.209384521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 160, address = 0xc101ee54, symbol = "sys_sched_get_priority_min+0x0/0x24" }
-syscall_state.sys_call_table: 23329.209387716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 161, address = 0xc1024b89, symbol = "sys_sched_rr_get_interval+0x0/0xcb" }
-syscall_state.sys_call_table: 23329.209394496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 162, address = 0xc1041a4a, symbol = "sys_nanosleep+0x0/0x51" }
-syscall_state.sys_call_table: 23329.209397315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 163, address = 0xc109db62, symbol = "sys_mremap+0x0/0x46" }
-syscall_state.sys_call_table: 23329.209399973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 164, address = 0xc104e05d, symbol = "sys_setresuid16+0x0/0x41" }
-syscall_state.sys_call_table: 23329.209402577 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 165, address = 0xc104dd2c, symbol = "sys_getresuid16+0x0/0x6f" }
-syscall_state.sys_call_table: 23329.209405433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 166, address = 0xc100349c, symbol = "ptregs_vm86+0x0/0xc" }
-syscall_state.sys_call_table: 23329.209408733 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 167, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209411268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 168, address = 0xc10b821d, symbol = "sys_poll+0x0/0x8d" }
-syscall_state.sys_call_table: 23329.209414118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 169, address = 0xc10d9520, symbol = "sys_nfsservctl+0x0/0x170" }
-syscall_state.sys_call_table: 23329.209416684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 170, address = 0xc104e01c, symbol = "sys_setresgid16+0x0/0x41" }
-syscall_state.sys_call_table: 23329.209419275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 171, address = 0xc104dd9b, symbol = "sys_getresgid16+0x0/0x6f" }
-syscall_state.sys_call_table: 23329.209421989 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 172, address = 0xc1038838, symbol = "sys_prctl+0x0/0x1fe" }
-syscall_state.sys_call_table: 23329.209424821 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 173, address = 0xc1003490, symbol = "ptregs_rt_sigreturn+0x0/0xc" }
-syscall_state.sys_call_table: 23329.209427331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 174, address = 0xc103630e, symbol = "sys_rt_sigaction+0x0/0x79" }
-syscall_state.sys_call_table: 23329.209430760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 175, address = 0xc1036003, symbol = "sys_rt_sigprocmask+0x0/0xcf" }
-syscall_state.sys_call_table: 23329.209433801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 176, address = 0xc1035ff6, symbol = "sys_rt_sigpending+0x0/0xd" }
-syscall_state.sys_call_table: 23329.209436466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 177, address = 0xc1038110, symbol = "sys_rt_sigtimedwait+0x0/0x245" }
-syscall_state.sys_call_table: 23329.209439137 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 178, address = 0xc1037fae, symbol = "sys_rt_sigqueueinfo+0x0/0x4f" }
-syscall_state.sys_call_table: 23329.209442203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 179, address = 0xc1035bd5, symbol = "sys_rt_sigsuspend+0x0/0xd3" }
-syscall_state.sys_call_table: 23329.209445268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 180, address = 0xc10ac409, symbol = "sys_pread64+0x0/0xba" }
-syscall_state.sys_call_table: 23329.209448100 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 181, address = 0xc10ac1e1, symbol = "sys_pwrite64+0x0/0xba" }
-syscall_state.sys_call_table: 23329.209450573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 182, address = 0xc104e19c, symbol = "sys_chown16+0x0/0x38" }
-syscall_state.sys_call_table: 23329.209453763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 183, address = 0xc10ba068, symbol = "sys_getcwd+0x0/0x18d" }
-syscall_state.sys_call_table: 23329.209456316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 184, address = 0xc1031668, symbol = "sys_capget+0x0/0x114" }
-syscall_state.sys_call_table: 23329.209458778 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 185, address = 0xc1031525, symbol = "sys_capset+0x0/0x143" }
-syscall_state.sys_call_table: 23329.209461584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 186, address = 0xc1003478, symbol = "ptregs_sigaltstack+0x0/0xc" }
-syscall_state.sys_call_table: 23329.209464502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 187, address = 0xc10abc70, symbol = "sys_sendfile+0x0/0x7c" }
-syscall_state.sys_call_table: 23329.209467420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 188, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209470282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 189, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209473002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 190, address = 0xc1003460, symbol = "ptregs_vfork+0x0/0xc" }
-syscall_state.sys_call_table: 23329.209475606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 191, address = 0xc1038ec6, symbol = "sys_getrlimit+0x0/0x65" }
-syscall_state.sys_call_table: 23329.209478585 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 192, address = 0xc10066e7, symbol = "sys_mmap2+0x0/0x76" }
-syscall_state.sys_call_table: 23329.209481552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 193, address = 0xc10aafa9, symbol = "sys_truncate64+0x0/0x11" }
-syscall_state.sys_call_table: 23329.209484371 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 194, address = 0xc10aad92, symbol = "sys_ftruncate64+0x0/0x21" }
-syscall_state.sys_call_table: 23329.209486974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 195, address = 0xc10af06c, symbol = "sys_stat64+0x0/0x23" }
-syscall_state.sys_call_table: 23329.209489521 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 196, address = 0xc10aeff1, symbol = "sys_lstat64+0x0/0x23" }
-syscall_state.sys_call_table: 23329.209492130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 197, address = 0xc10af106, symbol = "sys_fstat64+0x0/0x23" }
-syscall_state.sys_call_table: 23329.209494900 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 198, address = 0xc10aa651, symbol = "sys_lchown+0x0/0x54" }
-syscall_state.sys_call_table: 23329.209497898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 199, address = 0xc10324ee, symbol = "sys_getuid+0x0/0xf" }
-syscall_state.sys_call_table: 23329.209500563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 200, address = 0xc103250c, symbol = "sys_getgid+0x0/0xf" }
-syscall_state.sys_call_table: 23329.209503093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 201, address = 0xc10324fd, symbol = "sys_geteuid+0x0/0xf" }
-syscall_state.sys_call_table: 23329.209505627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 202, address = 0xc103251b, symbol = "sys_getegid+0x0/0xf" }
-syscall_state.sys_call_table: 23329.209508224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 203, address = 0xc1039a7c, symbol = "sys_setreuid+0x0/0xf8" }
-syscall_state.sys_call_table: 23329.209510827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 204, address = 0xc10396da, symbol = "sys_setregid+0x0/0xce" }
-syscall_state.sys_call_table: 23329.209513956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 205, address = 0xc1043e1b, symbol = "sys_getgroups+0x0/0x83" }
-syscall_state.sys_call_table: 23329.209516539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 206, address = 0xc10440e9, symbol = "sys_setgroups+0x0/0xbf" }
-syscall_state.sys_call_table: 23329.209519328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 207, address = 0xc10aa52d, symbol = "sys_fchown+0x0/0x68" }
-syscall_state.sys_call_table: 23329.209521986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 208, address = 0xc10398bc, symbol = "sys_setresuid+0x0/0x11b" }
-syscall_state.sys_call_table: 23329.209524559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 209, address = 0xc1038770, symbol = "sys_getresuid+0x0/0x3a" }
-syscall_state.sys_call_table: 23329.209527186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 210, address = 0xc1039568, symbol = "sys_setresgid+0x0/0xf1" }
-syscall_state.sys_call_table: 23329.209529765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 211, address = 0xc10387aa, symbol = "sys_getresgid+0x0/0x3a" }
-syscall_state.sys_call_table: 23329.209532584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 212, address = 0xc10aa710, symbol = "sys_chown+0x0/0x57" }
-syscall_state.sys_call_table: 23329.209535162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 213, address = 0xc10399d7, symbol = "sys_setuid+0x0/0xa5" }
-syscall_state.sys_call_table: 23329.209537716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 214, address = 0xc1039659, symbol = "sys_setgid+0x0/0x81" }
-syscall_state.sys_call_table: 23329.209540646 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 215, address = 0xc10397a8, symbol = "sys_setfsuid+0x0/0x97" }
-syscall_state.sys_call_table: 23329.209543231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 216, address = 0xc10394e6, symbol = "sys_setfsgid+0x0/0x82" }
-syscall_state.sys_call_table: 23329.209546334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 217, address = 0xc10bea88, symbol = "sys_pivot_root+0x0/0x392" }
-syscall_state.sys_call_table: 23329.209549091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 218, address = 0xc1099c29, symbol = "sys_mincore+0x0/0x33f" }
-syscall_state.sys_call_table: 23329.209551540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 219, address = 0xc109599c, symbol = "sys_madvise+0x0/0x424" }
-syscall_state.sys_call_table: 23329.209554267 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 220, address = 0xc10b774c, symbol = "sys_getdents64+0x0/0xa5" }
-syscall_state.sys_call_table: 23329.209557283 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 221, address = 0xc10b673c, symbol = "sys_fcntl64+0x0/0x79" }
-syscall_state.sys_call_table: 23329.209560096 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 222, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209562977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 223, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209565956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 224, address = 0xc1034f4d, symbol = "sys_gettid+0x0/0xe" }
-syscall_state.sys_call_table: 23329.209571779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 225, address = 0xc1082f0d, symbol = "sys_readahead+0x0/0xa3" }
-syscall_state.sys_call_table: 23329.209574536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 226, address = 0xc10c23ce, symbol = "sys_setxattr+0x0/0x62" }
-syscall_state.sys_call_table: 23329.209577121 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 227, address = 0xc10c236f, symbol = "sys_lsetxattr+0x0/0x5f" }
-syscall_state.sys_call_table: 23329.209579705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 228, address = 0xc10c230f, symbol = "sys_fsetxattr+0x0/0x60" }
-syscall_state.sys_call_table: 23329.209582314 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 229, address = 0xc10c2116, symbol = "sys_getxattr+0x0/0x48" }
-syscall_state.sys_call_table: 23329.209585214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 230, address = 0xc10c20d1, symbol = "sys_lgetxattr+0x0/0x45" }
-syscall_state.sys_call_table: 23329.209587755 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 231, address = 0xc10c208e, symbol = "sys_fgetxattr+0x0/0x43" }
-syscall_state.sys_call_table: 23329.209590259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 232, address = 0xc10c1eab, symbol = "sys_listxattr+0x0/0x43" }
-syscall_state.sys_call_table: 23329.209592770 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 233, address = 0xc10c1e6b, symbol = "sys_llistxattr+0x0/0x40" }
-syscall_state.sys_call_table: 23329.209595287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 234, address = 0xc10c1e2d, symbol = "sys_flistxattr+0x0/0x3e" }
-syscall_state.sys_call_table: 23329.209598026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 235, address = 0xc10c1cf8, symbol = "sys_removexattr+0x0/0x53" }
-syscall_state.sys_call_table: 23329.209600715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 236, address = 0xc10c1ca8, symbol = "sys_lremovexattr+0x0/0x50" }
-syscall_state.sys_call_table: 23329.209603386 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 237, address = 0xc10c1c56, symbol = "sys_fremovexattr+0x0/0x52" }
-syscall_state.sys_call_table: 23329.209606002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 238, address = 0xc1037320, symbol = "sys_tkill+0x0/0x16" }
-syscall_state.sys_call_table: 23329.209609037 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 239, address = 0xc10abbf4, symbol = "sys_sendfile64+0x0/0x7c" }
-syscall_state.sys_call_table: 23329.209612688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 240, address = 0xc104ce90, symbol = "sys_futex+0x0/0x111" }
-syscall_state.sys_call_table: 23329.209615847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 241, address = 0xc1024e71, symbol = "sys_sched_setaffinity+0x0/0x3f" }
-syscall_state.sys_call_table: 23329.209618888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 242, address = 0xc1024d0f, symbol = "sys_sched_getaffinity+0x0/0x3d" }
-syscall_state.sys_call_table: 23329.209624915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 243, address = 0xc100aebd, symbol = "sys_set_thread_area+0x0/0x1b" }
-syscall_state.sys_call_table: 23329.209627808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 244, address = 0xc100adf1, symbol = "sys_get_thread_area+0x0/0x16" }
-syscall_state.sys_call_table: 23329.209631114 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 245, address = 0xc10d621a, symbol = "sys_io_setup+0x0/0x30a" }
-syscall_state.sys_call_table: 23329.209633711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 246, address = 0xc10d6182, symbol = "sys_io_destroy+0x0/0x1c" }
-syscall_state.sys_call_table: 23329.209636407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 247, address = 0xc10d6816, symbol = "sys_io_getevents+0x0/0x2f9" }
-syscall_state.sys_call_table: 23329.209639262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 248, address = 0xc10d6ba2, symbol = "sys_io_submit+0x0/0x47e" }
-syscall_state.sys_call_table: 23329.209641940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 249, address = 0xc10d5db8, symbol = "sys_io_cancel+0x0/0x131" }
-syscall_state.sys_call_table: 23329.209644950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 250, address = 0xc1085cc2, symbol = "sys_fadvise64+0x0/0x22" }
-syscall_state.sys_call_table: 23329.209647793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 251, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209650723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 252, address = 0xc102d159, symbol = "sys_exit_group+0x0/0x14" }
-syscall_state.sys_call_table: 23329.209657465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 253, address = 0xc10f5b26, symbol = "sys_lookup_dcookie+0x0/0x13a" }
-syscall_state.sys_call_table: 23329.209660198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 254, address = 0xc10d3ed5, symbol = "sys_epoll_create+0x0/0x1b" }
-syscall_state.sys_call_table: 23329.209662752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 255, address = 0xc10d38e5, symbol = "sys_epoll_ctl+0x0/0x472" }
-syscall_state.sys_call_table: 23329.209665281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 256, address = 0xc10d35c2, symbol = "sys_epoll_wait+0x0/0x26d" }
-syscall_state.sys_call_table: 23329.209669093 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 257, address = 0xc1094eac, symbol = "sys_remap_file_pages+0x0/0x440" }
-syscall_state.sys_call_table: 23329.209671776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 258, address = 0xc1027c0e, symbol = "sys_set_tid_address+0x0/0x18" }
-syscall_state.sys_call_table: 23329.209674380 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 259, address = 0xc103ddae, symbol = "sys_timer_create+0x0/0x2f5" }
-syscall_state.sys_call_table: 23329.209677334 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 260, address = 0xc103db03, symbol = "sys_timer_settime+0x0/0x235" }
-syscall_state.sys_call_table: 23329.209679956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 261, address = 0xc103dd38, symbol = "sys_timer_gettime+0x0/0x76" }
-syscall_state.sys_call_table: 23329.209682627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 262, address = 0xc103d9d5, symbol = "sys_timer_getoverrun+0x0/0x28" }
-syscall_state.sys_call_table: 23329.209685113 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 263, address = 0xc103d93c, symbol = "sys_timer_delete+0x0/0x99" }
-syscall_state.sys_call_table: 23329.209687611 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 264, address = 0xc103d668, symbol = "sys_clock_settime+0x0/0x7d" }
-syscall_state.sys_call_table: 23329.209690288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 265, address = 0xc103d5ea, symbol = "sys_clock_gettime+0x0/0x7e" }
-syscall_state.sys_call_table: 23329.209692793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 266, address = 0xc103d56a, symbol = "sys_clock_getres+0x0/0x80" }
-syscall_state.sys_call_table: 23329.209695414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 267, address = 0xc103d4b7, symbol = "sys_clock_nanosleep+0x0/0xb3" }
-syscall_state.sys_call_table: 23329.209698394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 268, address = 0xc10ab0aa, symbol = "sys_statfs64+0x0/0x95" }
-syscall_state.sys_call_table: 23329.209701250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 269, address = 0xc10ab02a, symbol = "sys_fstatfs64+0x0/0x80" }
-syscall_state.sys_call_table: 23329.209703668 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 270, address = 0xc1037336, symbol = "sys_tgkill+0x0/0x1f" }
-syscall_state.sys_call_table: 23329.209706684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 271, address = 0xc10c73b8, symbol = "sys_utimes+0x0/0x13" }
-syscall_state.sys_call_table: 23329.209709460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 272, address = 0xc1085b24, symbol = "sys_fadvise64_64+0x0/0x19e" }
-syscall_state.sys_call_table: 23329.209712292 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 273, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209715049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 274, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209717776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 275, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209720964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 276, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209735152 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 277, address = 0xc13e52ba, symbol = "sys_mq_open+0x0/0x2e2" }
-syscall_state.sys_call_table: 23329.209737909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 278, address = 0xc13e513d, symbol = "sys_mq_unlink+0x0/0xdf" }
-syscall_state.sys_call_table: 23329.209740740 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 279, address = 0xc13e4d62, symbol = "sys_mq_timedsend+0x0/0x3db" }
-syscall_state.sys_call_table: 23329.209743596 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 280, address = 0xc13e4a51, symbol = "sys_mq_timedreceive+0x0/0x311" }
-syscall_state.sys_call_table: 23329.209746360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 281, address = 0xc13e45e9, symbol = "sys_mq_notify+0x0/0x2a0" }
-syscall_state.sys_call_table: 23329.209749142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 282, address = 0xc13e4475, symbol = "sys_mq_getsetattr+0x0/0x174" }
-syscall_state.sys_call_table: 23329.209752023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 283, address = 0xc1058be3, symbol = "sys_kexec_load+0x0/0x4ad" }
-syscall_state.sys_call_table: 23329.209754780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 284, address = 0xc102c985, symbol = "sys_waitid+0x0/0x111" }
-syscall_state.sys_call_table: 23329.209757587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 285, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209761066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 286, address = 0xc13e8487, symbol = "sys_add_key+0x0/0x139" }
-syscall_state.sys_call_table: 23329.209763971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 287, address = 0xc13e837b, symbol = "sys_request_key+0x0/0x10c" }
-syscall_state.sys_call_table: 23329.209767222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 288, address = 0xc13e82c4, symbol = "sys_keyctl+0x0/0xb7" }
-syscall_state.sys_call_table: 23329.209770800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 289, address = 0xc10cfe26, symbol = "sys_ioprio_set+0x0/0x1d6" }
-syscall_state.sys_call_table: 23329.209773588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 290, address = 0xc10cfae3, symbol = "sys_ioprio_get+0x0/0x28b" }
-syscall_state.sys_call_table: 23329.209776759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 291, address = 0xc10d2dd7, symbol = "sys_inotify_init+0x0/0x9" }
-syscall_state.sys_call_table: 23329.209779794 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 292, address = 0xc10d2994, symbol = "sys_inotify_add_watch+0x0/0x2ed" }
-syscall_state.sys_call_table: 23329.209782903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 293, address = 0xc10d282e, symbol = "sys_inotify_rm_watch+0x0/0xc4" }
-syscall_state.sys_call_table: 23329.209785759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 294, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209788584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 295, address = 0xc10aa0c6, symbol = "sys_openat+0x0/0x26" }
-syscall_state.sys_call_table: 23329.209791489 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 296, address = 0xc10b5857, symbol = "sys_mkdirat+0x0/0xb5" }
-syscall_state.sys_call_table: 23329.209794345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 297, address = 0xc10b591f, symbol = "sys_mknodat+0x0/0x193" }
-syscall_state.sys_call_table: 23329.209797084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 298, address = 0xc10aa6a5, symbol = "sys_fchownat+0x0/0x6b" }
-syscall_state.sys_call_table: 23329.209800050 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 299, address = 0xc10c7334, symbol = "sys_futimesat+0x0/0x84" }
-syscall_state.sys_call_table: 23329.209802715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 300, address = 0xc10aefae, symbol = "sys_fstatat64+0x0/0x2e" }
-syscall_state.sys_call_table: 23329.209805627 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 301, address = 0xc10b5820, symbol = "sys_unlinkat+0x0/0x29" }
-syscall_state.sys_call_table: 23329.209808601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 302, address = 0xc10b5493, symbol = "sys_renameat+0x0/0x1bd" }
-syscall_state.sys_call_table: 23329.209811450 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 303, address = 0xc10b5be8, symbol = "sys_linkat+0x0/0xe3" }
-syscall_state.sys_call_table: 23329.209814861 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 304, address = 0xc10b5ac9, symbol = "sys_symlinkat+0x0/0xad" }
-syscall_state.sys_call_table: 23329.209817477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 305, address = 0xc10aed48, symbol = "sys_readlinkat+0x0/0x81" }
-syscall_state.sys_call_table: 23329.209820407 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 306, address = 0xc10aa767, symbol = "sys_fchmodat+0x0/0x9e" }
-syscall_state.sys_call_table: 23329.209823251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 307, address = 0xc10aa941, symbol = "sys_faccessat+0x0/0x146" }
-syscall_state.sys_call_table: 23329.209825878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 308, address = 0xc10b8926, symbol = "sys_pselect6+0x0/0x153" }
-syscall_state.sys_call_table: 23329.209828333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 309, address = 0xc10b8111, symbol = "sys_ppoll+0x0/0x10c" }
-syscall_state.sys_call_table: 23329.209830850 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 310, address = 0xc1027ea0, symbol = "sys_unshare+0x0/0x280" }
-syscall_state.sys_call_table: 23329.209834181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 311, address = 0xc104a70f, symbol = "sys_set_robust_list+0x0/0x2d" }
-syscall_state.sys_call_table: 23329.209837451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 312, address = 0xc104cfa1, symbol = "sys_get_robust_list+0x0/0xaf" }
-syscall_state.sys_call_table: 23329.209840251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 313, address = 0xc10c54f1, symbol = "sys_splice+0x0/0x3fa" }
-syscall_state.sys_call_table: 23329.209843107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 314, address = 0xc10c6c69, symbol = "sys_sync_file_range+0x0/0x101" }
-syscall_state.sys_call_table: 23329.209845766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 315, address = 0xc10c51ed, symbol = "sys_tee+0x0/0x242" }
-syscall_state.sys_call_table: 23329.209848801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 316, address = 0xc10c61b8, symbol = "sys_vmsplice+0x0/0x38f" }
-syscall_state.sys_call_table: 23329.209851620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 317, address = 0xc103ec14, symbol = "sys_ni_syscall+0x0/0x8" }
-syscall_state.sys_call_table: 23329.209854272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 318, address = 0xc10387fd, symbol = "sys_getcpu+0x0/0x36" }
-syscall_state.sys_call_table: 23329.209856826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 319, address = 0xc10d382f, symbol = "sys_epoll_pwait+0x0/0xb6" }
-syscall_state.sys_call_table: 23329.209860034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 320, address = 0xc10c73cb, symbol = "sys_utimensat+0x0/0x54" }
-syscall_state.sys_call_table: 23329.209862563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 321, address = 0xc10d474f, symbol = "sys_signalfd+0x0/0x19" }
-syscall_state.sys_call_table: 23329.209865147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 322, address = 0xc10d4da0, symbol = "sys_timerfd_create+0x0/0xdc" }
-syscall_state.sys_call_table: 23329.209867707 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 323, address = 0xc10d5483, symbol = "sys_eventfd+0x0/0xe" }
-syscall_state.sys_call_table: 23329.209870564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 324, address = 0xc10aab7d, symbol = "sys_fallocate+0x0/0x40" }
-syscall_state.sys_call_table: 23329.209873153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 325, address = 0xc10d4b1a, symbol = "sys_timerfd_settime+0x0/0x217" }
-syscall_state.sys_call_table: 23329.209875954 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 326, address = 0xc10d4805, symbol = "sys_timerfd_gettime+0x0/0xe9" }
-syscall_state.sys_call_table: 23329.209878546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 327, address = 0xc10d45a1, symbol = "sys_signalfd4+0x0/0x1ae" }
-syscall_state.sys_call_table: 23329.209881117 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 328, address = 0xc10d543b, symbol = "sys_eventfd2+0x0/0x48" }
-syscall_state.sys_call_table: 23329.209883696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 329, address = 0xc10d3dbf, symbol = "sys_epoll_create1+0x0/0x116" }
-syscall_state.sys_call_table: 23329.209886749 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 330, address = 0xc10b683e, symbol = "sys_dup3+0x0/0x13a" }
-syscall_state.sys_call_table: 23329.209889500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 331, address = 0xc10b1d63, symbol = "sys_pipe2+0x0/0x49" }
-syscall_state.sys_call_table: 23329.209892572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 332, address = 0xc10d2c81, symbol = "sys_inotify_init1+0x0/0x156" }
-syscall_state.sys_call_table: 23329.209895428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 333, address = 0xc10abfa9, symbol = "sys_preadv+0x0/0x97" }
-syscall_state.sys_call_table: 23329.209898192 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 334, address = 0xc10abe05, symbol = "sys_pwritev+0x0/0x97" }
-syscall_state.sys_call_table: 23329.209900752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 335, address = 0xc1037278, symbol = "sys_rt_tgsigqueueinfo+0x0/0x47" }
-syscall_state.sys_call_table: 23329.209908025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/syscall_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 336, address = 0xc108053d, symbol = "sys_perf_event_open+0x0/0x6a7" }
-softirq_state.softirq_vec: 23329.209911300 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 0, address = 0xc102e1f2, symbol = "tasklet_hi_action+0x0/0xec" }
-softirq_state.softirq_vec: 23329.209914977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 1, address = 0xc1034c2c, symbol = "run_timer_softirq+0x0/0x254" }
-softirq_state.softirq_vec: 23329.209921725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 2, address = 0xc14c0a3f, symbol = "net_tx_action+0x0/0xca" }
-softirq_state.softirq_vec: 23329.209927345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 3, address = 0xc14c285c, symbol = "net_rx_action+0x0/0x1e8" }
-softirq_state.softirq_vec: 23329.209938416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 4, address = 0xc1414d50, symbol = "blk_done_softirq+0x0/0x6c" }
-softirq_state.softirq_vec: 23329.209941008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 5, address = 0xc141520d, symbol = "blk_iopoll_softirq+0x0/0xba" }
-softirq_state.softirq_vec: 23329.209943912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 6, address = 0xc102e2de, symbol = "tasklet_action+0x0/0xec" }
-softirq_state.softirq_vec: 23329.209965318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 7, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.209968624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 8, address = 0xc104160e, symbol = "run_hrtimer_softirq+0x0/0x5" }
-softirq_state.softirq_vec: 23329.209975564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 9, address = 0xc106a2c7, symbol = "rcu_process_callbacks+0x0/0x1f" }
-softirq_state.softirq_vec: 23329.209980449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 10, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.209982830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 11, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.209985094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 12, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.209987346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 13, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.209989579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 14, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.209991972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 15, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.209994236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 16, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.209996500 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 17, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.209998696 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 18, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.210000768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 19, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.210002940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 20, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.210005333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 21, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.210007838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 22, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.210010021 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 23, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.210012094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 24, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.210014376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 25, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.210016757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 26, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.210019014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 27, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.210021279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 28, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.210023506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 29, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.210025579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 30, address = 0x0, symbol = "0x0" }
-softirq_state.softirq_vec: 23329.210027872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/softirq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { id = 31, address = 0x0, symbol = "0x0" }
-irq_state.idt_table: 23329.210031118 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 0, address = 0xc1003b04, symbol = "divide_error+0x0/0xc" }
-irq_state.idt_table: 23329.210045200 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 1, address = 0xc1584ec4, symbol = "debug+0x0/0x11" }
-irq_state.idt_table: 23329.210048161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 2, address = 0xc1584f14, symbol = "nmi+0x0/0x31" }
-irq_state.idt_table: 23329.210050752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 3, address = 0xc158502c, symbol = "int3+0x0/0x30" }
-irq_state.idt_table: 23329.210053694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 4, address = 0xc1003aa4, symbol = "overflow+0x0/0xc" }
-irq_state.idt_table: 23329.210056365 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 5, address = 0xc1003ab0, symbol = "bounds+0x0/0xc" }
-irq_state.idt_table: 23329.210059018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 6, address = 0xc1003abc, symbol = "invalid_op+0x0/0xc" }
-irq_state.idt_table: 23329.210061874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 7, address = 0xc1003a88, symbol = "device_not_available+0x0/0xc" }
-irq_state.idt_table: 23329.210065451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 8, address = 0x0, symbol = "0x0" }
-irq_state.idt_table: 23329.210068455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 9, address = 0xc1003ac8, symbol = "coprocessor_segment_overrun+0x0/0xc" }
-irq_state.idt_table: 23329.210071268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 10, address = 0xc1003ad4, symbol = "invalid_TSS+0x0/0xc" }
-irq_state.idt_table: 23329.210074112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 11, address = 0xc1003ae0, symbol = "segment_not_present+0x0/0xc" }
-irq_state.idt_table: 23329.210076863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 12, address = 0xc1003aec, symbol = "stack_segment+0x0/0xc" }
-irq_state.idt_table: 23329.210079719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 13, address = 0xc158505c, symbol = "general_protection+0x0/0xa" }
-irq_state.idt_table: 23329.210082384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 14, address = 0xc1584e58, symbol = "page_fault+0x0/0x8" }
-irq_state.idt_table: 23329.210085259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 15, address = 0xc1003b20, symbol = "spurious_interrupt_bug+0x0/0xc" }
-irq_state.idt_table: 23329.210088151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 16, address = 0xc1003a70, symbol = "coprocessor_error+0x0/0xc" }
-irq_state.idt_table: 23329.210090921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 17, address = 0xc1003af8, symbol = "alignment_check+0x0/0xc" }
-irq_state.idt_table: 23329.210094029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 18, address = 0xc1003b10, symbol = "machine_check+0x0/0x10" }
-irq_state.idt_table: 23329.210096930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 19, address = 0xc1003a7c, symbol = "simd_coprocessor_error+0x0/0xc" }
-irq_state.idt_table: 23329.210100588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 20, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 23329.210103332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 21, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 23329.210105898 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 22, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 23329.210108433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 23, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 23329.210110975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 24, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 23329.210113547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 25, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 23329.210116230 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 26, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 23329.210118766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 27, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 23329.210121295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 28, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 23329.210123824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 29, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 23329.210126359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 30, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 23329.210128888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 31, address = 0xc17973a8, symbol = "ignore_int+0x0/0x46" }
-irq_state.idt_table: 23329.210131750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 32, address = 0xc10034c0, symbol = "irq_entries_start+0x0/0x400" }
-irq_state.idt_table: 23329.210134600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 33, address = 0xc10034c4, symbol = "irq_entries_start+0x4/0x400" }
-irq_state.idt_table: 23329.210137765 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 34, address = 0xc10034c8, symbol = "irq_entries_start+0x8/0x400" }
-irq_state.idt_table: 23329.210140510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 35, address = 0xc10034cc, symbol = "irq_entries_start+0xc/0x400" }
-irq_state.idt_table: 23329.210143477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 36, address = 0xc10034d0, symbol = "irq_entries_start+0x10/0x400" }
-irq_state.idt_table: 23329.210146284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 37, address = 0xc10034d4, symbol = "irq_entries_start+0x14/0x400" }
-irq_state.idt_table: 23329.210149047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 38, address = 0xc10034d8, symbol = "irq_entries_start+0x18/0x400" }
-irq_state.idt_table: 23329.210151817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 39, address = 0xc10034e0, symbol = "irq_entries_start+0x20/0x400" }
-irq_state.idt_table: 23329.210154587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 40, address = 0xc10034e4, symbol = "irq_entries_start+0x24/0x400" }
-irq_state.idt_table: 23329.210157399 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 41, address = 0xc10034e8, symbol = "irq_entries_start+0x28/0x400" }
-irq_state.idt_table: 23329.210160274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 42, address = 0xc10034ec, symbol = "irq_entries_start+0x2c/0x400" }
-irq_state.idt_table: 23329.210163049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 43, address = 0xc10034f0, symbol = "irq_entries_start+0x30/0x400" }
-irq_state.idt_table: 23329.210165844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 44, address = 0xc10034f4, symbol = "irq_entries_start+0x34/0x400" }
-irq_state.idt_table: 23329.210168613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 45, address = 0xc10034f8, symbol = "irq_entries_start+0x38/0x400" }
-irq_state.idt_table: 23329.210171390 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 46, address = 0xc1003500, symbol = "irq_entries_start+0x40/0x400" }
-irq_state.idt_table: 23329.210174159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 47, address = 0xc1003504, symbol = "irq_entries_start+0x44/0x400" }
-irq_state.idt_table: 23329.210177033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 48, address = 0xc1003508, symbol = "irq_entries_start+0x48/0x400" }
-irq_state.idt_table: 23329.210179878 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 49, address = 0xc100350c, symbol = "irq_entries_start+0x4c/0x400" }
-irq_state.idt_table: 23329.210183066 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 50, address = 0xc1003510, symbol = "irq_entries_start+0x50/0x400" }
-irq_state.idt_table: 23329.210185971 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 51, address = 0xc1003514, symbol = "irq_entries_start+0x54/0x400" }
-irq_state.idt_table: 23329.210188741 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 52, address = 0xc1003518, symbol = "irq_entries_start+0x58/0x400" }
-irq_state.idt_table: 23329.210191517 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 53, address = 0xc1003520, symbol = "irq_entries_start+0x60/0x400" }
-irq_state.idt_table: 23329.210194287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 54, address = 0xc1003524, symbol = "irq_entries_start+0x64/0x400" }
-irq_state.idt_table: 23329.210197056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 55, address = 0xc1003528, symbol = "irq_entries_start+0x68/0x400" }
-irq_state.idt_table: 23329.210199832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 56, address = 0xc100352c, symbol = "irq_entries_start+0x6c/0x400" }
-irq_state.idt_table: 23329.210202645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 57, address = 0xc1003530, symbol = "irq_entries_start+0x70/0x400" }
-irq_state.idt_table: 23329.210205495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 58, address = 0xc1003534, symbol = "irq_entries_start+0x74/0x400" }
-irq_state.idt_table: 23329.210208265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 59, address = 0xc1003538, symbol = "irq_entries_start+0x78/0x400" }
-irq_state.idt_table: 23329.210211034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 60, address = 0xc1003540, symbol = "irq_entries_start+0x80/0x400" }
-irq_state.idt_table: 23329.210213810 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 61, address = 0xc1003544, symbol = "irq_entries_start+0x84/0x400" }
-irq_state.idt_table: 23329.210216586 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 62, address = 0xc1003548, symbol = "irq_entries_start+0x88/0x400" }
-irq_state.idt_table: 23329.210219356 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 63, address = 0xc100354c, symbol = "irq_entries_start+0x8c/0x400" }
-irq_state.idt_table: 23329.210222268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 64, address = 0xc1003550, symbol = "irq_entries_start+0x90/0x400" }
-irq_state.idt_table: 23329.210225198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 65, address = 0xc1003554, symbol = "irq_entries_start+0x94/0x400" }
-irq_state.idt_table: 23329.210228381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 66, address = 0xc1003558, symbol = "irq_entries_start+0x98/0x400" }
-irq_state.idt_table: 23329.210231155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 67, address = 0xc1003560, symbol = "irq_entries_start+0xa0/0x400" }
-irq_state.idt_table: 23329.210233925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 68, address = 0xc1003564, symbol = "irq_entries_start+0xa4/0x400" }
-irq_state.idt_table: 23329.210236701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 69, address = 0xc1003568, symbol = "irq_entries_start+0xa8/0x400" }
-irq_state.idt_table: 23329.210239471 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 70, address = 0xc100356c, symbol = "irq_entries_start+0xac/0x400" }
-irq_state.idt_table: 23329.210242240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 71, address = 0xc1003570, symbol = "irq_entries_start+0xb0/0x400" }
-irq_state.idt_table: 23329.210245059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 72, address = 0xc1003574, symbol = "irq_entries_start+0xb4/0x400" }
-irq_state.idt_table: 23329.210247880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 73, address = 0xc1003578, symbol = "irq_entries_start+0xb8/0x400" }
-irq_state.idt_table: 23329.210250649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 74, address = 0xc1003580, symbol = "irq_entries_start+0xc0/0x400" }
-irq_state.idt_table: 23329.210253424 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 75, address = 0xc1003584, symbol = "irq_entries_start+0xc4/0x400" }
-irq_state.idt_table: 23329.210256194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 76, address = 0xc1003588, symbol = "irq_entries_start+0xc8/0x400" }
-irq_state.idt_table: 23329.210258970 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 77, address = 0xc100358c, symbol = "irq_entries_start+0xcc/0x400" }
-irq_state.idt_table: 23329.210261807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 78, address = 0xc1003590, symbol = "irq_entries_start+0xd0/0x400" }
-irq_state.idt_table: 23329.210264811 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 79, address = 0xc1003594, symbol = "irq_entries_start+0xd4/0x400" }
-irq_state.idt_table: 23329.210267754 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 80, address = 0xc1003598, symbol = "irq_entries_start+0xd8/0x400" }
-irq_state.idt_table: 23329.210270715 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 81, address = 0xc10035a0, symbol = "irq_entries_start+0xe0/0x400" }
-irq_state.idt_table: 23329.210273892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 82, address = 0xc10035a4, symbol = "irq_entries_start+0xe4/0x400" }
-irq_state.idt_table: 23329.210276698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 83, address = 0xc10035a8, symbol = "irq_entries_start+0xe8/0x400" }
-irq_state.idt_table: 23329.210279468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 84, address = 0xc10035ac, symbol = "irq_entries_start+0xec/0x400" }
-irq_state.idt_table: 23329.210282238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 85, address = 0xc10035b0, symbol = "irq_entries_start+0xf0/0x400" }
-irq_state.idt_table: 23329.210285013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 86, address = 0xc10035b4, symbol = "irq_entries_start+0xf4/0x400" }
-irq_state.idt_table: 23329.210287808 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 87, address = 0xc10035b8, symbol = "irq_entries_start+0xf8/0x400" }
-irq_state.idt_table: 23329.210290602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 88, address = 0xc10035c0, symbol = "irq_entries_start+0x100/0x400" }
-irq_state.idt_table: 23329.210293539 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 89, address = 0xc10035c4, symbol = "irq_entries_start+0x104/0x400" }
-irq_state.idt_table: 23329.210296333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 90, address = 0xc10035c8, symbol = "irq_entries_start+0x108/0x400" }
-irq_state.idt_table: 23329.210299133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 91, address = 0xc10035cc, symbol = "irq_entries_start+0x10c/0x400" }
-irq_state.idt_table: 23329.210301934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 92, address = 0xc10035d0, symbol = "irq_entries_start+0x110/0x400" }
-irq_state.idt_table: 23329.210304735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 93, address = 0xc10035d4, symbol = "irq_entries_start+0x114/0x400" }
-irq_state.idt_table: 23329.210307572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 94, address = 0xc10035d8, symbol = "irq_entries_start+0x118/0x400" }
-irq_state.idt_table: 23329.210310366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 95, address = 0xc10035e0, symbol = "irq_entries_start+0x120/0x400" }
-irq_state.idt_table: 23329.210313394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 96, address = 0xc10035e4, symbol = "irq_entries_start+0x124/0x400" }
-irq_state.idt_table: 23329.210316226 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 97, address = 0xc10035e8, symbol = "irq_entries_start+0x128/0x400" }
-irq_state.idt_table: 23329.210319439 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 98, address = 0xc10035ec, symbol = "irq_entries_start+0x12c/0x400" }
-irq_state.idt_table: 23329.210322240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 99, address = 0xc10035f0, symbol = "irq_entries_start+0x130/0x400" }
-irq_state.idt_table: 23329.210325084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 100, address = 0xc10035f4, symbol = "irq_entries_start+0x134/0x400" }
-irq_state.idt_table: 23329.210327935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 101, address = 0xc10035f8, symbol = "irq_entries_start+0x138/0x400" }
-irq_state.idt_table: 23329.210330734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 102, address = 0xc1003600, symbol = "irq_entries_start+0x140/0x400" }
-irq_state.idt_table: 23329.210333535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 103, address = 0xc1003604, symbol = "irq_entries_start+0x144/0x400" }
-irq_state.idt_table: 23329.210336465 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 104, address = 0xc1003608, symbol = "irq_entries_start+0x148/0x400" }
-irq_state.idt_table: 23329.210339265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 105, address = 0xc100360c, symbol = "irq_entries_start+0x14c/0x400" }
-irq_state.idt_table: 23329.210342091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 106, address = 0xc1003610, symbol = "irq_entries_start+0x150/0x400" }
-irq_state.idt_table: 23329.210344891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 107, address = 0xc1003614, symbol = "irq_entries_start+0x154/0x400" }
-irq_state.idt_table: 23329.210347692 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 108, address = 0xc1003618, symbol = "irq_entries_start+0x158/0x400" }
-irq_state.idt_table: 23329.210350554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 109, address = 0xc1003620, symbol = "irq_entries_start+0x160/0x400" }
-irq_state.idt_table: 23329.210353354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 110, address = 0xc1003624, symbol = "irq_entries_start+0x164/0x400" }
-irq_state.idt_table: 23329.210356155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 111, address = 0xc1003628, symbol = "irq_entries_start+0x168/0x400" }
-irq_state.idt_table: 23329.210359079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 112, address = 0xc100362c, symbol = "irq_entries_start+0x16c/0x400" }
-irq_state.idt_table: 23329.210361892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 113, address = 0xc1003630, symbol = "irq_entries_start+0x170/0x400" }
-irq_state.idt_table: 23329.210365069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 114, address = 0xc1003634, symbol = "irq_entries_start+0x174/0x400" }
-irq_state.idt_table: 23329.210367986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 115, address = 0xc1003638, symbol = "irq_entries_start+0x178/0x400" }
-irq_state.idt_table: 23329.210370836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 116, address = 0xc1003640, symbol = "irq_entries_start+0x180/0x400" }
-irq_state.idt_table: 23329.210373637 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 117, address = 0xc1003644, symbol = "irq_entries_start+0x184/0x400" }
-irq_state.idt_table: 23329.210394949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 118, address = 0xc1003648, symbol = "irq_entries_start+0x188/0x400" }
-irq_state.idt_table: 23329.210398151 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 119, address = 0xc100364c, symbol = "irq_entries_start+0x18c/0x400" }
-irq_state.idt_table: 23329.210401000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 120, address = 0xc1003650, symbol = "irq_entries_start+0x190/0x400" }
-irq_state.idt_table: 23329.210403856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 121, address = 0xc1003654, symbol = "irq_entries_start+0x194/0x400" }
-irq_state.idt_table: 23329.210406699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 122, address = 0xc1003658, symbol = "irq_entries_start+0x198/0x400" }
-irq_state.idt_table: 23329.210409605 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 123, address = 0xc1003660, symbol = "irq_entries_start+0x1a0/0x400" }
-irq_state.idt_table: 23329.210412516 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 124, address = 0xc1003664, symbol = "irq_entries_start+0x1a4/0x400" }
-irq_state.idt_table: 23329.210415366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 125, address = 0xc1003668, symbol = "irq_entries_start+0x1a8/0x400" }
-irq_state.idt_table: 23329.210418210 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 126, address = 0xc100366c, symbol = "irq_entries_start+0x1ac/0x400" }
-irq_state.idt_table: 23329.210421054 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 127, address = 0xc1003670, symbol = "irq_entries_start+0x1b0/0x400" }
-irq_state.idt_table: 23329.210423830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 128, address = 0xc10032ac, symbol = "system_call+0x0/0x3e" }
-irq_state.idt_table: 23329.210426661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 129, address = 0xc1003678, symbol = "irq_entries_start+0x1b8/0x400" }
-irq_state.idt_table: 23329.210429949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 130, address = 0xc1003680, symbol = "irq_entries_start+0x1c0/0x400" }
-irq_state.idt_table: 23329.210432793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 131, address = 0xc1003684, symbol = "irq_entries_start+0x1c4/0x400" }
-irq_state.idt_table: 23329.210435606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 132, address = 0xc1003688, symbol = "irq_entries_start+0x1c8/0x400" }
-irq_state.idt_table: 23329.210438412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 133, address = 0xc100368c, symbol = "irq_entries_start+0x1cc/0x400" }
-irq_state.idt_table: 23329.210441213 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 134, address = 0xc1003690, symbol = "irq_entries_start+0x1d0/0x400" }
-irq_state.idt_table: 23329.210444019 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 135, address = 0xc1003694, symbol = "irq_entries_start+0x1d4/0x400" }
-irq_state.idt_table: 23329.210446826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 136, address = 0xc1003698, symbol = "irq_entries_start+0x1d8/0x400" }
-irq_state.idt_table: 23329.210449565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 137, address = 0xc10036a0, symbol = "irq_entries_start+0x1e0/0x400" }
-irq_state.idt_table: 23329.210452377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 138, address = 0xc10036a4, symbol = "irq_entries_start+0x1e4/0x400" }
-irq_state.idt_table: 23329.210455240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 139, address = 0xc10036a8, symbol = "irq_entries_start+0x1e8/0x400" }
-irq_state.idt_table: 23329.210458047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 140, address = 0xc10036ac, symbol = "irq_entries_start+0x1ec/0x400" }
-irq_state.idt_table: 23329.210460846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 141, address = 0xc10036b0, symbol = "irq_entries_start+0x1f0/0x400" }
-irq_state.idt_table: 23329.210463654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 142, address = 0xc10036b4, symbol = "irq_entries_start+0x1f4/0x400" }
-irq_state.idt_table: 23329.210466430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 143, address = 0xc10036b8, symbol = "irq_entries_start+0x1f8/0x400" }
-irq_state.idt_table: 23329.210469291 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 144, address = 0xc10036c0, symbol = "irq_entries_start+0x200/0x400" }
-irq_state.idt_table: 23329.210472055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 145, address = 0xc10036c4, symbol = "irq_entries_start+0x204/0x400" }
-irq_state.idt_table: 23329.210475207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 146, address = 0xc10036c8, symbol = "irq_entries_start+0x208/0x400" }
-irq_state.idt_table: 23329.210478143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 147, address = 0xc10036cc, symbol = "irq_entries_start+0x20c/0x400" }
-irq_state.idt_table: 23329.210480950 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 148, address = 0xc10036d0, symbol = "irq_entries_start+0x210/0x400" }
-irq_state.idt_table: 23329.210483750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 149, address = 0xc10036d4, symbol = "irq_entries_start+0x214/0x400" }
-irq_state.idt_table: 23329.210486606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 150, address = 0xc10036d8, symbol = "irq_entries_start+0x218/0x400" }
-irq_state.idt_table: 23329.210489475 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 151, address = 0xc10036e0, symbol = "irq_entries_start+0x220/0x400" }
-irq_state.idt_table: 23329.210492288 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 152, address = 0xc10036e4, symbol = "irq_entries_start+0x224/0x400" }
-irq_state.idt_table: 23329.210495045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 153, address = 0xc10036e8, symbol = "irq_entries_start+0x228/0x400" }
-irq_state.idt_table: 23329.210497981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 154, address = 0xc10036ec, symbol = "irq_entries_start+0x22c/0x400" }
-irq_state.idt_table: 23329.210500807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 155, address = 0xc10036f0, symbol = "irq_entries_start+0x230/0x400" }
-irq_state.idt_table: 23329.210503638 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 156, address = 0xc10036f4, symbol = "irq_entries_start+0x234/0x400" }
-irq_state.idt_table: 23329.210506445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 157, address = 0xc10036f8, symbol = "irq_entries_start+0x238/0x400" }
-irq_state.idt_table: 23329.210509301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 158, address = 0xc1003700, symbol = "irq_entries_start+0x240/0x400" }
-irq_state.idt_table: 23329.210512163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 159, address = 0xc1003704, symbol = "irq_entries_start+0x244/0x400" }
-irq_state.idt_table: 23329.210515075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 160, address = 0xc1003708, symbol = "irq_entries_start+0x248/0x400" }
-irq_state.idt_table: 23329.210517875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 161, address = 0xc100370c, symbol = "irq_entries_start+0x24c/0x400" }
-irq_state.idt_table: 23329.210521027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 162, address = 0xc1003710, symbol = "irq_entries_start+0x250/0x400" }
-irq_state.idt_table: 23329.210523859 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 163, address = 0xc1003714, symbol = "irq_entries_start+0x254/0x400" }
-irq_state.idt_table: 23329.210526659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 164, address = 0xc1003718, symbol = "irq_entries_start+0x258/0x400" }
-irq_state.idt_table: 23329.210529534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 165, address = 0xc1003720, symbol = "irq_entries_start+0x260/0x400" }
-irq_state.idt_table: 23329.210532421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 166, address = 0xc1003724, symbol = "irq_entries_start+0x264/0x400" }
-irq_state.idt_table: 23329.210535227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 167, address = 0xc1003728, symbol = "irq_entries_start+0x268/0x400" }
-irq_state.idt_table: 23329.210538039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 168, address = 0xc100372c, symbol = "irq_entries_start+0x26c/0x400" }
-irq_state.idt_table: 23329.210540841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 169, address = 0xc1003730, symbol = "irq_entries_start+0x270/0x400" }
-irq_state.idt_table: 23329.210543666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 170, address = 0xc1003734, symbol = "irq_entries_start+0x274/0x400" }
-irq_state.idt_table: 23329.210546479 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 171, address = 0xc1003738, symbol = "irq_entries_start+0x278/0x400" }
-irq_state.idt_table: 23329.210549261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 172, address = 0xc1003740, symbol = "irq_entries_start+0x280/0x400" }
-irq_state.idt_table: 23329.210552017 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 173, address = 0xc1003744, symbol = "irq_entries_start+0x284/0x400" }
-irq_state.idt_table: 23329.210554775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 174, address = 0xc1003748, symbol = "irq_entries_start+0x288/0x400" }
-irq_state.idt_table: 23329.210557705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 175, address = 0xc100374c, symbol = "irq_entries_start+0x28c/0x400" }
-irq_state.idt_table: 23329.210560697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 176, address = 0xc1003750, symbol = "irq_entries_start+0x290/0x400" }
-irq_state.idt_table: 23329.210563503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 177, address = 0xc1003754, symbol = "irq_entries_start+0x294/0x400" }
-irq_state.idt_table: 23329.210566699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 178, address = 0xc1003758, symbol = "irq_entries_start+0x298/0x400" }
-irq_state.idt_table: 23329.210569499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 179, address = 0xc1003760, symbol = "irq_entries_start+0x2a0/0x400" }
-irq_state.idt_table: 23329.210572312 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 180, address = 0xc1003764, symbol = "irq_entries_start+0x2a4/0x400" }
-irq_state.idt_table: 23329.210575125 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 181, address = 0xc1003768, symbol = "irq_entries_start+0x2a8/0x400" }
-irq_state.idt_table: 23329.210578012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 182, address = 0xc100376c, symbol = "irq_entries_start+0x2ac/0x400" }
-irq_state.idt_table: 23329.210580831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 183, address = 0xc1003770, symbol = "irq_entries_start+0x2b0/0x400" }
-irq_state.idt_table: 23329.210583644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 184, address = 0xc1003774, symbol = "irq_entries_start+0x2b4/0x400" }
-irq_state.idt_table: 23329.210586444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 185, address = 0xc1003778, symbol = "irq_entries_start+0x2b8/0x400" }
-irq_state.idt_table: 23329.210589282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 186, address = 0xc1003780, symbol = "irq_entries_start+0x2c0/0x400" }
-irq_state.idt_table: 23329.210592107 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 187, address = 0xc1003784, symbol = "irq_entries_start+0x2c4/0x400" }
-irq_state.idt_table: 23329.210594908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 188, address = 0xc1003788, symbol = "irq_entries_start+0x2c8/0x400" }
-irq_state.idt_table: 23329.210597677 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 189, address = 0xc100378c, symbol = "irq_entries_start+0x2cc/0x400" }
-irq_state.idt_table: 23329.210600453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 190, address = 0xc1003790, symbol = "irq_entries_start+0x2d0/0x400" }
-irq_state.idt_table: 23329.210603197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 191, address = 0xc1003794, symbol = "irq_entries_start+0x2d4/0x400" }
-irq_state.idt_table: 23329.210606183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 192, address = 0xc1003798, symbol = "irq_entries_start+0x2d8/0x400" }
-irq_state.idt_table: 23329.210608984 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 193, address = 0xc10037a0, symbol = "irq_entries_start+0x2e0/0x400" }
-irq_state.idt_table: 23329.210612284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 194, address = 0xc10037a4, symbol = "irq_entries_start+0x2e4/0x400" }
-irq_state.idt_table: 23329.210615035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 195, address = 0xc10037a8, symbol = "irq_entries_start+0x2e8/0x400" }
-irq_state.idt_table: 23329.210617842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 196, address = 0xc10037ac, symbol = "irq_entries_start+0x2ec/0x400" }
-irq_state.idt_table: 23329.210620642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 197, address = 0xc10037b0, symbol = "irq_entries_start+0x2f0/0x400" }
-irq_state.idt_table: 23329.210623418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 198, address = 0xc10037b4, symbol = "irq_entries_start+0x2f4/0x400" }
-irq_state.idt_table: 23329.210626138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 199, address = 0xc10037b8, symbol = "irq_entries_start+0x2f8/0x400" }
-irq_state.idt_table: 23329.210645372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 200, address = 0xc10037c0, symbol = "irq_entries_start+0x300/0x400" }
-irq_state.idt_table: 23329.210664525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 201, address = 0xc10037c4, symbol = "irq_entries_start+0x304/0x400" }
-irq_state.idt_table: 23329.210667455 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 202, address = 0xc10037c8, symbol = "irq_entries_start+0x308/0x400" }
-irq_state.idt_table: 23329.210670262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 203, address = 0xc10037cc, symbol = "irq_entries_start+0x30c/0x400" }
-irq_state.idt_table: 23329.210673069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 204, address = 0xc10037d0, symbol = "irq_entries_start+0x310/0x400" }
-irq_state.idt_table: 23329.210675930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 205, address = 0xc10037d4, symbol = "irq_entries_start+0x314/0x400" }
-irq_state.idt_table: 23329.210678787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 206, address = 0xc10037d8, symbol = "irq_entries_start+0x318/0x400" }
-irq_state.idt_table: 23329.210681587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 207, address = 0xc10037e0, symbol = "irq_entries_start+0x320/0x400" }
-irq_state.idt_table: 23329.210684499 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 208, address = 0xc10037e4, symbol = "irq_entries_start+0x324/0x400" }
-irq_state.idt_table: 23329.210687318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 209, address = 0xc10037e8, symbol = "irq_entries_start+0x328/0x400" }
-irq_state.idt_table: 23329.210690514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 210, address = 0xc10037ec, symbol = "irq_entries_start+0x32c/0x400" }
-irq_state.idt_table: 23329.210693319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 211, address = 0xc10037f0, symbol = "irq_entries_start+0x330/0x400" }
-irq_state.idt_table: 23329.210696132 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 212, address = 0xc10037f4, symbol = "irq_entries_start+0x334/0x400" }
-irq_state.idt_table: 23329.210698946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 213, address = 0xc10037f8, symbol = "irq_entries_start+0x338/0x400" }
-irq_state.idt_table: 23329.210701795 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 214, address = 0xc1003800, symbol = "irq_entries_start+0x340/0x400" }
-irq_state.idt_table: 23329.210704602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 215, address = 0xc1003804, symbol = "irq_entries_start+0x344/0x400" }
-irq_state.idt_table: 23329.210707415 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 216, address = 0xc1003808, symbol = "irq_entries_start+0x348/0x400" }
-irq_state.idt_table: 23329.210710184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 217, address = 0xc100380c, symbol = "irq_entries_start+0x34c/0x400" }
-irq_state.idt_table: 23329.210712948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 218, address = 0xc1003810, symbol = "irq_entries_start+0x350/0x400" }
-irq_state.idt_table: 23329.210715730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 219, address = 0xc1003814, symbol = "irq_entries_start+0x354/0x400" }
-irq_state.idt_table: 23329.210718549 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 220, address = 0xc1003818, symbol = "irq_entries_start+0x358/0x400" }
-irq_state.idt_table: 23329.210721498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 221, address = 0xc1003820, symbol = "irq_entries_start+0x360/0x400" }
-irq_state.idt_table: 23329.210724323 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 222, address = 0xc1003824, symbol = "irq_entries_start+0x364/0x400" }
-irq_state.idt_table: 23329.210727160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 223, address = 0xc1003828, symbol = "irq_entries_start+0x368/0x400" }
-irq_state.idt_table: 23329.210729973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 224, address = 0xc100382c, symbol = "irq_entries_start+0x36c/0x400" }
-irq_state.idt_table: 23329.210732761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 225, address = 0xc1003830, symbol = "irq_entries_start+0x370/0x400" }
-irq_state.idt_table: 23329.210735870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 226, address = 0xc1003834, symbol = "irq_entries_start+0x374/0x400" }
-irq_state.idt_table: 23329.210738807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 227, address = 0xc1003838, symbol = "irq_entries_start+0x378/0x400" }
-irq_state.idt_table: 23329.210741613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 228, address = 0xc1003840, symbol = "irq_entries_start+0x380/0x400" }
-irq_state.idt_table: 23329.210744420 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 229, address = 0xc1003844, symbol = "irq_entries_start+0x384/0x400" }
-irq_state.idt_table: 23329.210747282 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 230, address = 0xc1003848, symbol = "irq_entries_start+0x388/0x400" }
-irq_state.idt_table: 23329.210750089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 231, address = 0xc100384c, symbol = "irq_entries_start+0x38c/0x400" }
-irq_state.idt_table: 23329.210752902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 232, address = 0xc1003850, symbol = "irq_entries_start+0x390/0x400" }
-irq_state.idt_table: 23329.210755702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 233, address = 0xc1003854, symbol = "irq_entries_start+0x394/0x400" }
-irq_state.idt_table: 23329.210758571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 234, address = 0xc1003858, symbol = "irq_entries_start+0x398/0x400" }
-irq_state.idt_table: 23329.210761463 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 235, address = 0xc1003a40, symbol = "mce_self_interrupt+0x0/0x30" }
-irq_state.idt_table: 23329.210764338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 236, address = 0xc10039b0, symbol = "perf_pending_interrupt+0x0/0x30" }
-irq_state.idt_table: 23329.210767144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 237, address = 0xc10038f0, symbol = "generic_interrupt+0x0/0x30" }
-irq_state.idt_table: 23329.210770099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 238, address = 0xc100386c, symbol = "irq_entries_start+0x3ac/0x400" }
-irq_state.idt_table: 23329.210773024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 239, address = 0xc1003920, symbol = "apic_timer_interrupt+0x0/0x30" }
-irq_state.idt_table: 23329.210775978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 240, address = 0xc1003874, symbol = "irq_entries_start+0x3b4/0x400" }
-irq_state.idt_table: 23329.210778920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 241, address = 0xc1003878, symbol = "irq_entries_start+0x3b8/0x400" }
-irq_state.idt_table: 23329.210782072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 242, address = 0xc1003880, symbol = "irq_entries_start+0x3c0/0x400" }
-irq_state.idt_table: 23329.210784830 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 243, address = 0xc1003884, symbol = "irq_entries_start+0x3c4/0x400" }
-irq_state.idt_table: 23329.210787587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 244, address = 0xc1003888, symbol = "irq_entries_start+0x3c8/0x400" }
-irq_state.idt_table: 23329.210790437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 245, address = 0xc100388c, symbol = "irq_entries_start+0x3cc/0x400" }
-irq_state.idt_table: 23329.210793244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 246, address = 0xc1003890, symbol = "irq_entries_start+0x3d0/0x400" }
-irq_state.idt_table: 23329.210796044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 247, address = 0xc1003894, symbol = "irq_entries_start+0x3d4/0x400" }
-irq_state.idt_table: 23329.210798875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 248, address = 0xc1003898, symbol = "irq_entries_start+0x3d8/0x400" }
-irq_state.idt_table: 23329.210801744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 249, address = 0xc1003a10, symbol = "threshold_interrupt+0x0/0x30" }
-irq_state.idt_table: 23329.210804612 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 250, address = 0xc10039e0, symbol = "thermal_interrupt+0x0/0x30" }
-irq_state.idt_table: 23329.210807518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 251, address = 0xc10038a8, symbol = "irq_entries_start+0x3e8/0x400" }
-irq_state.idt_table: 23329.210810411 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 252, address = 0xc10038ac, symbol = "irq_entries_start+0x3ec/0x400" }
-irq_state.idt_table: 23329.210813211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 253, address = 0xc10038b0, symbol = "irq_entries_start+0x3f0/0x400" }
-irq_state.idt_table: 23329.210815981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 254, address = 0xc1003950, symbol = "error_interrupt+0x0/0x30" }
-irq_state.idt_table: 23329.210818862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/irq_state_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { irq = 255, address = 0xc1003980, symbol = "spurious_interrupt+0x0/0x30" }
-kernel.timer_set: 23329.210823686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { expires = 2302295, function = 0xc103b8db, data = 3246882648 }
-kernel.printk: 23329.210828552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { ip = 0xC1421E18 }
-kernel.vprintk: 23329.210835869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, MODE_UNKNOWN { loglevel = 7, string = "LTT state dump end", ip = 0xC158363B }
-global_state.statedump_end: 23329.210853806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/global_state_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL
-mm.page_free: 23329.210857236 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 214063, order = 0 }
-mm.page_free: 23329.210860863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 198145, order = 0 }
-fs.write: 23329.210865119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { count = 1, fd = 4 }
-kernel.syscall_exit: 23329.210867031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 23329.210875618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { ip = 0xb776d416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 23329.210878351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { fd = 4 }
-kernel.syscall_exit: 23329.210940122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.210966857 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, TRAP { ip = 0xb777bfc0, address = 0xb7752b38, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.211004540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 23329.211019394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { ip = 0xb776d416, syscall_id = 252 [sys_exit_group+0x0/0x14] }
-mm.page_free: 23329.211085779 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 240989, order = 0 }
-mm.page_free: 23329.211107961 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 282765, order = 0 }
-mm.page_free: 23329.211130656 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 282116, order = 0 }
-mm.page_free: 23329.211137582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 240945, order = 0 }
-mm.page_free: 23329.211222566 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 282598, order = 0 }
-mm.page_free: 23329.211229277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 282732, order = 0 }
-mm.page_free: 23329.212058554 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 260416, order = 0 }
-mm.page_free: 23329.212065377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 359173, order = 0 }
-mm.page_free: 23329.212086443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 271461, order = 0 }
-mm.page_free: 23329.212106545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 271462, order = 0 }
-mm.page_free: 23329.212112991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 283493, order = 0 }
-mm.page_free: 23329.212204723 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 249462, order = 0 }
-mm.page_free: 23329.212239322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 282567, order = 0 }
-mm.page_free: 23329.212245590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 284409, order = 0 }
-mm.page_free: 23329.212251518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 284408, order = 0 }
-mm.page_free: 23329.212257519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 271459, order = 0 }
-mm.page_free: 23329.212582545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 284411, order = 0 }
-mm.page_free: 23329.212632417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 271460, order = 0 }
-mm.page_free: 23329.212673000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 283495, order = 0 }
-mm.page_free: 23329.212680007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 230933, order = 0 }
-mm.page_free: 23329.212686034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 282767, order = 0 }
-mm.page_free: 23329.212692308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 271463, order = 0 }
-mm.page_free: 23329.212712158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 377752, order = 0 }
-mm.page_free: 23329.212719091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 377730, order = 0 }
-mm.page_free: 23329.212729232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 377568, order = 0 }
-mm.page_free: 23329.212735901 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pfn = 377733, order = 0 }
-kernel.process_exit: 23329.212873829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pid = 16927 }
-kernel.send_signal: 23329.212917069 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pid = 16908, signal = 17 }
-kernel.sched_try_wakeup: 23329.212935884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { pid = 16908, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.212947382 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { prev_pid = 16927, next_pid = 16908, prev_state = 0 }
-mm.page_free: 23329.213014156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { pfn = 31279, order = 0 }
-kernel.syscall_exit: 23329.213102866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 16927 }
-kernel.syscall_entry: 23329.213172483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 23329.213176481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.213183871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 23329.213186918 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { fd = 255, cmd = 21520, arg = 3218730852 }
-kernel.syscall_exit: 23329.213193648 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.213196911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 23329.213198725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.213202314 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 23329.213203800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { fd = 255, cmd = 21505, arg = 3218731064 }
-kernel.syscall_exit: 23329.213208094 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.213213886 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x8086562, address = 0x9206548, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.213251317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 23329.213294546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 23329.213296760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.213312694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 7 [sys_waitpid+0x0/0x17] }
-kernel.process_wait: 23329.213314877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { pid = 0 }
-kernel.syscall_exit: 23329.213317098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = -10 }
-kernel.syscall_entry: 23329.213320269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842408, syscall_id = 119 [ptregs_sigreturn+0x0/0xc] }
-kernel.syscall_exit: 23329.213322767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.213342537 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0xb771aa66, address = 0x920d008, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.213374175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.213437834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80b382d, address = 0x8112460, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.213490421 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 23329.213512930 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 23329.213515459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.213523009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 42 [sys_pipe+0x0/0xe] }
-kernel.syscall_exit: 23329.213539251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.213550262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 120 [ptregs_clone+0x0/0xc] }
-kernel.irq_entry: 23329.214492483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, IRQ { ip = 3238105423, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 23329.214505098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, IRQ { jiffies = 4297269592, xtime_sec = 1264196274, xtime_nsec = 637522011, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.214514018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_raise: 23329.214519693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-kernel.sched_try_wakeup: 23329.214527416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, IRQ { pid = 1304, cpu_id = 0, state = 1 }
-kernel.irq_exit: 23329.214549838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { handled = 1 }
-kernel.softirq_entry: 23329.214553231 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.sched_try_wakeup: 23329.214565130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SOFTIRQ { pid = 16930, cpu_id = 0, state = 1 }
-kernel.timer_set: 23329.214570219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SOFTIRQ { expires = 2302297, function = 0xc141d458, data = 0 }
-kernel.sched_try_wakeup: 23329.214578133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SOFTIRQ { pid = 5, cpu_id = 0, state = 1 }
-kernel.softirq_exit: 23329.214581625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_entry: 23329.214583099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-rcu.tree_callback: 23329.214638227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16908, 16908, bash, , 16900, 0x0, SOFTIRQ { func = 0xc10acb19 }
-kernel.softirq_exit: 23329.214641552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-kernel.sched_schedule: 23329.214680653 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16908, next_pid = 1304, prev_state = 0 }
-fs.read: 23329.214757212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 4095, fd = 19 }
-kernel.syscall_exit: 23329.214758864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 37 }
-kernel.syscall_entry: 23329.214774199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 23329.214777129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.214794599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb776b6a3, syscall_id = 240 [sys_futex+0x0/0x111] }
-kernel.sched_try_wakeup: 23329.214804956 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { pid = 16834, cpu_id = 0, state = 1 }
-kernel.syscall_exit: 23329.214808392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 23329.214813215 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [sys_sched_yield+0x0/0x32] }
-kernel.sched_schedule: 23329.214823690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { prev_pid = 1304, next_pid = 16930, prev_state = 0 }
-fs.pollfd: 23329.214888163 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 23329.214890680 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 6 }
-fs.pollfd: 23329.214892573 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 23329.214894171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 23329.214895780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 23329.214897484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 14 }
-fs.pollfd: 23329.214899119 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 23329.214900735 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 18 }
-fs.pollfd: 23329.214902745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 20 }
-fs.pollfd: 23329.214904484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 22 }
-fs.pollfd: 23329.214906205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 24 }
-fs.pollfd: 23329.214907846 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 23329.214909351 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 28 }
-fs.pollfd: 23329.214910949 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 30 }
-fs.pollfd: 23329.214912645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 32 }
-fs.pollfd: 23329.214914329 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 34 }
-fs.pollfd: 23329.214915933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 36 }
-fs.pollfd: 23329.214917469 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 38 }
-fs.pollfd: 23329.214919129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 40 }
-fs.pollfd: 23329.214920572 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 42 }
-fs.pollfd: 23329.214922275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 44 }
-fs.pollfd: 23329.214923983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 46 }
-fs.pollfd: 23329.214925556 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 48 }
-mm.page_free: 23329.214931583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { pfn = 198135, order = 0 }
-kernel.syscall_exit: 23329.214935130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 1 }
-kernel.page_fault_entry: 23329.214943328 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, TRAP { ip = 0x8049932, address = 0x804b1d0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.214984244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.215000349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, TRAP { ip = 0xb77f9090, address = 0xb77f9090, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.215039909 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.215050099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, TRAP { ip = 0xb77f918f, address = 0x87e11a4, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.215078369 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.215084519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, TRAP { ip = 0xb77714b0, address = 0xb77714b0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.215121352 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.215129759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 23329.215131769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 22, cmd = 2147808512, arg = 3077206836 }
-kernel.syscall_exit: 23329.215134601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.215138401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 23329.215139845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 22, cmd = 2147808515, arg = 3077206832 }
-kernel.syscall_exit: 23329.215146432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.215153026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, TRAP { ip = 0xb783ab70, address = 0xb76b7a3b, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.215190384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.215199519 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-kernel.syscall_exit: 23329.215731824 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
-kernel.page_fault_entry: 23329.215738425 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, TRAP { ip = 0xb777a000, address = 0xb777a000, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.215777836 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.215786286 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-mm.add_to_page_cache: 23329.215802108 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.215892977 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.215927990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.215962262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.215995159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216027272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216063136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216094965 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216127041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216159667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216192280 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216224239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216256839 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216270675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 0, sdev = 2 }
-mm.add_to_page_cache: 23329.216322910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216390671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216423840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-kernel.syscall_exit: 23329.216455818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
-kernel.syscall_entry: 23329.216460893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-kernel.syscall_exit: 23329.216463663 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
-kernel.syscall_entry: 23329.216467272 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-mm.add_to_page_cache: 23329.216471867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216534078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216567393 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216600445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216633402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216682301 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216715105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216747834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216780398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216812506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216845513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216879175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216911590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216944697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.216977014 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217009244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-kernel.syscall_exit: 23329.217041012 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
-kernel.syscall_entry: 23329.217045935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-kernel.syscall_exit: 23329.217048716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
-kernel.syscall_entry: 23329.217051783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-mm.add_to_page_cache: 23329.217056150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217089256 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217125514 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217157529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217189593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217221786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217265039 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217304481 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217337576 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217371502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217403789 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217435903 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217468651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217500845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217562752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217595716 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-kernel.syscall_exit: 23329.217626565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
-kernel.syscall_entry: 23329.217631604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-kernel.syscall_exit: 23329.217634262 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
-kernel.syscall_entry: 23329.217637372 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 313 [sys_splice+0x0/0x3fa] }
-mm.add_to_page_cache: 23329.217641763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217675542 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217707601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217739497 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217774159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217807635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217839428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217871807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217903932 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217940967 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.217975641 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.218009734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.218041644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.218073400 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.218105321 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-mm.add_to_page_cache: 23329.218142610 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { inode = 1469205, sdev = 3145730 }
-kernel.syscall_exit: 23329.218178548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 65536 }
-kernel.syscall_entry: 23329.218183341 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 23329.218185642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 22, cmd = 1074066689, arg = 3077206836 }
-kernel.syscall_exit: 23329.218188751 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.218195746 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { ip = 0xb7823416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 23329.218197726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 23329.218199724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 6 }
-fs.pollfd: 23329.218201587 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 23329.218203136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 23329.218204666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 23329.218206078 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 14 }
-fs.pollfd: 23329.218207602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 23329.218208996 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 18 }
-fs.pollfd: 23329.218210384 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 20 }
-fs.pollfd: 23329.218211870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 22 }
-fs.pollfd: 23329.218213246 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 24 }
-fs.pollfd: 23329.218214757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 23329.218216417 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 28 }
-fs.pollfd: 23329.218217848 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 30 }
-fs.pollfd: 23329.218219908 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 32 }
-fs.pollfd: 23329.218221580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 34 }
-fs.pollfd: 23329.218223053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 36 }
-fs.pollfd: 23329.218224498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 38 }
-fs.pollfd: 23329.218225947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 40 }
-fs.pollfd: 23329.218228304 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 42 }
-fs.pollfd: 23329.218229784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 44 }
-fs.pollfd: 23329.218231234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 46 }
-fs.pollfd: 23329.218232725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16930, 16929, lttd, , 1, 0x0, SYSCALL { fd = 48 }
-kernel.sched_schedule: 23329.218242535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5, 5, events/0, , 2, 0x0, SYSCALL { prev_pid = 16930, next_pid = 5, prev_state = 1 }
-kernel.sched_schedule: 23329.218351322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 5, next_pid = 16834, prev_state = 1 }
-kernel.syscall_exit: 23329.218422618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.218429095 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 240 [sys_futex+0x0/0x111] }
-kernel.syscall_exit: 23329.218431223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.218435430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [sys_sched_yield+0x0/0x32] }
-kernel.syscall_exit: 23329.218444991 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.218476697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [sys_write+0x0/0x9d] }
-fs.write: 23329.218512869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 66, fd = 4 }
-kernel.syscall_exit: 23329.218514553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 66 }
-kernel.syscall_entry: 23329.218525644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [sys_write+0x0/0x9d] }
-fs.write: 23329.218575202 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 66, fd = 6 }
-kernel.syscall_exit: 23329.218576874 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 66 }
-kernel.syscall_entry: 23329.218588711 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 4 [sys_write+0x0/0x9d] }
-fs.write: 23329.218614743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { count = 66, fd = 16 }
-kernel.syscall_exit: 23329.218616302 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 66 }
-kernel.syscall_entry: 23329.218628128 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 13 [sys_time+0x0/0x27] }
-kernel.syscall_exit: 23329.218629713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 1264196274 }
-kernel.syscall_entry: 23329.218633834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 158 [sys_sched_yield+0x0/0x32] }
-kernel.sched_schedule: 23329.218642852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 16834, next_pid = 1304, prev_state = 0 }
-kernel.syscall_exit: 23329.218681498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.218688924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1304, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 3 [sys_read+0x0/0x9d] }
-kernel.sched_schedule: 23329.218699257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { prev_pid = 1304, next_pid = 16834, prev_state = 1 }
-kernel.syscall_exit: 23329.218721544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.218726541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb7756e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 23329.218729896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.218733122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 23329.218735343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.218738315 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16834, 1301, rsyslogd, , 1, 0x0, SYSCALL { ip = 0xb77a7416, syscall_id = 240 [sys_futex+0x0/0x111] }
-kernel.sched_schedule: 23329.218749309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { prev_pid = 16834, next_pid = 16908, prev_state = 1 }
-kernel.process_fork: 23329.219647913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { parent_pid = 16908, child_pid = 16931, child_tgid = 16931 }
-kernel.sched_wakeup_new_task: 23329.219657739 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { pid = 16931, state = 0, cpu_id = 0 }
-kernel.syscall_exit: 23329.219662804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 16931 }
-kernel.page_fault_entry: 23329.219675110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0xb773e79d, address = 0xbfd9eff8, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.219752543 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.219761451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0xb773e7ab, address = 0xbfd9f000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.219834758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.219847218 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0xb773e8e2, address = 0xb76a472c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.219920876 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.219933293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0xb770ebd9, address = 0xb77e933c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.220007216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.220023552 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x8087608, address = 0x810ee70, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.220096635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 23329.220105086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 57 [sys_setpgid+0x0/0x175] }
-kernel.syscall_exit: 23329.220109460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.220114697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80edc4d, address = 0x8111b5a, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.220188238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.220207601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80edcd2, address = 0x92140c0, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.220297316 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.220306655 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x808741a, address = 0x81097f4, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.220378838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 23329.220386791 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 23329.220389701 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.220395815 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80edae6, address = 0x9213a48, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.220469763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.220486800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x8098934, address = 0x91fecf8, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.220560785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.220569841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x807e760, address = 0x920425c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.220710847 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.220740685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80edae6, address = 0x9207008, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.220816476 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.220826790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x8074895, address = 0x91ffd28, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.220910485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.220919787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80748bf, address = 0x92005ec, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.220999731 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.221008990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80edaf8, address = 0x9201a38, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.221086547 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.221096669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x809b579, address = 0x81101dc, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.221175879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.221186088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x8077893, address = 0x810d878, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.221263459 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 23329.221274279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 23329.221278319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.221282853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 23329.221288041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { fd = 3 }
-kernel.syscall_exit: 23329.221292822 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.221295937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 23329.221297189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { fd = 4 }
-kernel.syscall_exit: 23329.221298768 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.221304548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80886d3, address = 0x810fee8, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.221383536 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.221397724 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, TRAP { ip = 0x80889ce, address = 0x9208a08, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.221523086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 23329.221532783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 23329.221536139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { fd = 255, cmd = 21519, arg = 3218730848 }
-kernel.syscall_exit: 23329.221545306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.221550068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 23329.221552116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.221555299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 23329.221556835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { fd = 255, cmd = 21520, arg = 3218730564 }
-kernel.syscall_exit: 23329.221563483 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.221566759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 23329.221568524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.221571595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 23329.221573243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.221577085 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 23329.221578856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.221584198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 7 [sys_waitpid+0x0/0x17] }
-kernel.process_wait: 23329.221587171 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16908, 16908, bash, , 16900, 0x0, SYSCALL { pid = 0 }
-kernel.sched_schedule: 23329.221596339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16927, 16927, lttctl, , 16908, 0x0, SYSCALL { prev_pid = 16908, next_pid = 16927, prev_state = 1 }
-kernel.sched_schedule: 23329.221596346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { prev_pid = 16927, next_pid = 16931, prev_state = 64 }
-kernel.page_fault_entry: 23329.221793990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xc142b6ad, address = 0xb76a4728, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.221839775 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { res = 8 }
-kernel.syscall_exit: 23329.221862368 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.221871015 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7842416, address = 0xb7842416, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.221912031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 23329.221944553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb773e795, address = 0xb773e795, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.221990752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.222008008 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb773e79d, address = 0xbfd9eff8, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.222036919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.222042650 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb773e7ab, address = 0xbfd9f000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.222068423 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.222085643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb773e7f1, address = 0xb7860288, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.222176043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.222187143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb770eb20, address = 0xb770eb20, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.222224602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.222301067 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb77adf36, address = 0xb77adf36, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.222342667 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.222365317 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb773e813, address = 0xb77e936c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.222393253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.222399084 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb773e89f, address = 0xb77ea340, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.222477305 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.222492553 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80872a3, address = 0x80872a3, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.222533969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.222569227 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80615fc, address = 0x80615fc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.222607388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.222624355 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb773f3f0, address = 0xb773f3f0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.222805728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.222818295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80623f0, address = 0x80623f0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.222855661 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.222867802 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb76cfb30, address = 0xb76cfb30, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.222905396 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.222916299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb76bb98f, address = 0xb76bb98f, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.222953253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.222971009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 23329.222979747 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.222989337 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8087536, address = 0x810ee70, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.223017354 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.223023209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8084d10, address = 0x8084d10, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.223058887 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.223069869 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x809c350, address = 0x809c350, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.223106324 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.223116942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb76d03e0, address = 0xb76d03e0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.223153946 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.223167671 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
-kernel.syscall_exit: 23329.223172620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.223176571 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
-kernel.syscall_exit: 23329.223178161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.223181440 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
-kernel.syscall_exit: 23329.223183036 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.223186998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 57 [sys_setpgid+0x0/0x175] }
-kernel.syscall_exit: 23329.223194357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.223202880 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8085c70, address = 0x8085c70, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.223344261 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.223354935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 23329.223358534 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.223365061 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb776bb00, address = 0xb776bb00, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.223402619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.223412856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb776c4b0, address = 0xb776c4b0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.223450068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.223458314 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 23329.223510194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { fd = 255, cmd = 21520, arg = 3218730740 }
-kernel.syscall_exit: 23329.223535580 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.223542199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8085d15, address = 0x81097e4, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.223573865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 23329.223578216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 175 [sys_rt_sigprocmask+0x0/0xcf] }
-kernel.syscall_exit: 23329.223580533 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.223586819 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb77652e0, address = 0xb77652e0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.223624445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.223633325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 23329.223636562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { fd = 4 }
-kernel.syscall_exit: 23329.223807888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.223813053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.223818784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { count = 1, fd = 3 }
-kernel.syscall_exit: 23329.223820091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.223827567 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8070800, address = 0x8070800, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.223941558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.223952004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 23329.223953884 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { fd = 3 }
-kernel.syscall_exit: 23329.224029030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.224035785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x807a707, address = 0x807a707, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.224075007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.224085947 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8099a70, address = 0x8099a70, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.224123744 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.224141346 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
-kernel.syscall_exit: 23329.224146473 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.224151651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8099acc, address = 0x81121e8, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.224359456 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.224370617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8099ad3, address = 0x8110008, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.224398948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 23329.224404002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
-kernel.syscall_exit: 23329.224406689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.224410788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
-kernel.syscall_exit: 23329.224412532 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.224415916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 174 [sys_rt_sigaction+0x0/0x79] }
-kernel.syscall_exit: 23329.224418023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.224423545 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x8075290, address = 0x8075290, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.224461700 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.irq_entry: 23329.224521737 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 23329.224553674 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { jiffies = 4297269593, xtime_sec = 1264196274, xtime_nsec = 637522012, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.224579134 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_raise: 23329.224593642 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-kernel.irq_exit: 23329.224633997 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { handled = 1 }
-kernel.softirq_entry: 23329.224640548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.timer_set: 23329.224659457 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { expires = 2302298, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 23329.224663376 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_entry: 23329.224665626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-rcu.tree_callback: 23329.224775759 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc10acb19 }
-rcu.tree_callback: 23329.224781620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc10acb19 }
-rcu.tree_callback: 23329.224783691 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc10acb19 }
-rcu.tree_callback: 23329.224785158 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc10acb19 }
-rcu.tree_callback: 23329.224817896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc10bdc5f }
-rcu.tree_callback: 23329.224823881 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc103c96c }
-rcu.tree_callback: 23329.224825693 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc102b275 }
-kernel.process_free: 23329.224828816 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { pid = 16927 }
-mm.page_free: 23329.224837150 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { pfn = 31456, order = 1 }
-kernel.softirq_exit: 23329.224847657 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-kernel.page_fault_entry: 23329.224855299 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x807a5fb, address = 0x8111d84, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.224905133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.224914902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80ce5c0, address = 0x80ce5c0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.224953631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.224964053 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80aaf50, address = 0x80aaf50, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225001154 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225017449 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80b1950, address = 0x80b1950, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225055068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225066242 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80ee5b0, address = 0x80ee5b0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225102974 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225113482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80edba0, address = 0x80edba0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225149412 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225158829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80edbd9, address = 0x8108dc4, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225295033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225309109 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0x80edcd2, address = 0x92140c0, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.225364059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.225401925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7856b70, address = 0xb7856b70, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225443007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225454347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7850ea0, address = 0xb7850ea0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225491787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225501828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb785a1eb, address = 0xb785a1eb, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225538849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225549659 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7850ef2, address = 0x80500ed, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225587968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225597416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7850f10, address = 0x805feae, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225633834 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225650018 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784c160, address = 0xb784c160, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225687717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225697831 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784c185, address = 0x8058dea, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225735166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225745373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784bda0, address = 0xb784bda0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225782196 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225792618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784be8e, address = 0x804c6cc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225829005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225839026 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7851e10, address = 0xb7851e10, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225876867 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225886518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7859b60, address = 0xb7859b60, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.225923275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.225933074 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7859b70, address = 0x8057e12, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.226001978 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.226015332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7859b74, address = 0xb785d0e3, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.226067842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.226089769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784be8e, address = 0xb77f2404, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.226129583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.226143666 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784be8e, address = 0xb77ed190, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.226182295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.226193358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784be8e, address = 0xb76a55c0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.226233165 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.226243217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784bffd, address = 0xb76a6434, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.226381257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.226392153 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784c01d, address = 0xb76a8084, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.226428706 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.226438665 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784bbe0, address = 0xb76aea0c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.226476303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.226485123 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7859b70, address = 0xb76b63e5, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.226521922 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.226531068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784bc45, address = 0xb76b83fc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.226567208 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.226576385 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb7859b70, address = 0xb76b7766, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.226612432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.226624142 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xb784c3f7, address = 0xb77ec195, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.226717112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 23329.226733099 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { ip = 0xb7842416, syscall_id = 11 [ptregs_execve+0x0/0xc] }
-kernel.irq_entry: 23329.227138029 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.sched_try_wakeup: 23329.227165485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { pid = 2269, cpu_id = 0, state = 1 }
-kernel.irq_exit: 23329.227181934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { handled = 1 }
-kernel.page_fault_get_user_entry: 23329.227187734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { address = 0xbfffffe6, write_access = 1 }
-kernel.sched_schedule: 23329.227200195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { prev_pid = 16931, next_pid = 2269, prev_state = 0 }
-fs.pollfd: 23329.227429122 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 23329.227435827 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.227440591 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 11 }
-kernel.syscall_exit: 23329.227448258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.227472615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 23329.227477452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.227500793 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.227508613 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 23329.227509968 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 23329.227516773 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 23329.227519620 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.227525124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 23329.227527940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 23329.227529308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.227530640 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 11 }
-kernel.syscall_exit: 23329.227532248 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.227541068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 13 [sys_time+0x0/0x27] }
-kernel.syscall_exit: 23329.227542602 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 1264196274 }
-kernel.syscall_entry: 23329.227558915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.227643343 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 12 }
-kernel.syscall_exit: 23329.227644853 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 861 }
-kernel.syscall_entry: 23329.227672205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.227673844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 12 }
-kernel.syscall_exit: 23329.227675058 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.227681745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
-fs.llseek: 23329.227686047 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 12, offset = 0, origin = 0 }
-kernel.syscall_exit: 23329.227688266 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.227776705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 23329.227828401 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 14, filename = "/proc/loadavg" }
-kernel.syscall_exit: 23329.227832222 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 14 }
-kernel.syscall_entry: 23329.227838823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 197 [sys_fstat64+0x0/0x23] }
-kernel.syscall_exit: 23329.227842182 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.227845756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 23329.227860350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = -1234268160 }
-kernel.syscall_entry: 23329.227863604 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
-kernel.page_fault_entry: 23329.227880509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, TRAP { ip = 0xc142bf44, address = 0xb66e9000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.227970416 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { res = 0 }
-fs.read: 23329.227980973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 14 }
-kernel.syscall_exit: 23329.227982422 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 27 }
-kernel.syscall_entry: 23329.228202504 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 23329.228205851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 14 }
-kernel.syscall_exit: 23329.228297045 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.228302752 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 91 [sys_munmap+0x0/0x3d] }
-mm.page_free: 23329.228346257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { pfn = 280724, order = 0 }
-kernel.syscall_exit: 23329.228586147 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.228600161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.228665614 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 6 }
-kernel.syscall_exit: 23329.228667068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 1024 }
-kernel.syscall_entry: 23329.228727065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.228746338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 6 }
-kernel.syscall_exit: 23329.228748216 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 305 }
-kernel.syscall_entry: 23329.228768474 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.228771784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 6 }
-kernel.syscall_exit: 23329.228773035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.228778033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
-fs.llseek: 23329.228780893 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 6, offset = 0, origin = 0 }
-kernel.syscall_exit: 23329.228782841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.228824687 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.228854030 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 8 }
-kernel.syscall_exit: 23329.228855374 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 449 }
-kernel.syscall_entry: 23329.228867367 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.228869068 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 8 }
-kernel.syscall_exit: 23329.228870294 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.228873783 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
-fs.llseek: 23329.228876174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 8, offset = 0, origin = 0 }
-kernel.syscall_exit: 23329.228877875 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.228884864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.228910619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 9 }
-kernel.syscall_exit: 23329.228911796 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 1024 }
-kernel.syscall_entry: 23329.228925139 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.228933466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 9 }
-kernel.syscall_exit: 23329.228934686 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 383 }
-kernel.syscall_entry: 23329.228940559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.228941921 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 1024, fd = 9 }
-kernel.syscall_exit: 23329.228943105 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.228946402 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 140 [sys_llseek+0x0/0xc1] }
-fs.llseek: 23329.228948115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 9, offset = 0, origin = 0 }
-kernel.syscall_exit: 23329.228949761 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.229107460 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 23329.229141647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3 }
-kernel.syscall_exit: 23329.229147588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 23329.229152981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 146 [sys_writev+0x0/0xcd] }
-kernel.sched_try_wakeup: 23329.229184714 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { pid = 1989, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.229201003 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { prev_pid = 2269, next_pid = 1989, prev_state = 0 }
-fs.select: 23329.229532865 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229537888 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229541363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229553006 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229556007 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229558935 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229562097 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229564925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229567852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229570705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229573990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229576782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229580080 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229583056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229585928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229589719 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229593823 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229597608 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229600923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229604405 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229606975 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229609891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229613373 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229616239 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229619394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229622433 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229625550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229629009 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229631818 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229634419 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229637408 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229639621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229643645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229646776 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229649851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559657919 }
-fs.select: 23329.229653075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559657919 }
-mm.page_free: 23329.229664359 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { pfn = 197912, order = 0 }
-kernel.syscall_exit: 23329.229675767 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 23329.229706274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
-kernel.timer_itimer_set: 23329.229710508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 20000, value_sec = 0, value_usec = 20000 }
-kernel.syscall_exit: 23329.229725916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.229732079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 23329.229735684 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.229749835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.229766038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 45 }
-kernel.syscall_exit: 23329.229767917 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, USER_MODE { ret = 724 }
-kernel.syscall_entry: 23329.230129466 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.230136936 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { count = 4096, fd = 45 }
-kernel.syscall_exit: 23329.230138907 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 23329.230143925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7657e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 23329.230147635 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.230151905 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 104 [sys_setitimer+0x0/0x6f] }
-kernel.timer_itimer_set: 23329.230155363 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { which = 0, interval_sec = 0, interval_usec = 0, value_sec = 0, value_usec = 0 }
-kernel.syscall_exit: 23329.230161649 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.230173082 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { ip = 0xb7851416, syscall_id = 142 [sys_select+0x0/0x8f] }
-fs.select: 23329.230182579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 1, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230186647 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 3, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230189685 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 5, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230196717 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 7, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230198825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 13, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230201506 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 19, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230203940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 20, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230206387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 21, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230208697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 22, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230211133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 23, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230213159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 24, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230215940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 25, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230218350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 26, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230220525 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 27, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230223205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 28, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230225530 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 29, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230228562 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 30, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230230835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 31, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230246983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 32, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230249485 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 33, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230251858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 34, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230254274 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 35, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230256579 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 37, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230259389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 38, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230261318 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 39, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230263488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 40, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230265910 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 41, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230268381 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 42, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230270550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 43, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230273583 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 44, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230275993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 45, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230278156 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 46, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230281102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 48, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230283838 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 49, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230287203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 50, end_time_sec = 23660, end_time_nsec = 559754442 }
-fs.select: 23329.230289434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 1989, 1989, Xorg, , 1987, 0x0, SYSCALL { fd = 52, end_time_sec = 23660, end_time_nsec = 559754442 }
-kernel.sched_schedule: 23329.230327275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { prev_pid = 1989, next_pid = 2269, prev_state = 1 }
-fs.writev: 23329.230794699 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3, vlen = 3 }
-kernel.syscall_exit: 23329.230799814 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 724 }
-kernel.syscall_entry: 23329.230823339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.230831541 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { count = 4096, fd = 3 }
-kernel.syscall_exit: 23329.230832780 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 23329.230847140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 23329.230851232 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.230859540 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { ip = 0xb7836416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 23329.230866702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 4 }
-fs.pollfd: 23329.230872224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.230874110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2269, 2269, gkrellm, , 2161, 0x0, SYSCALL { fd = 11 }
-kernel.sched_schedule: 23329.230910496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { prev_pid = 2269, next_pid = 16931, prev_state = 1 }
-kernel.page_fault_get_user_exit: 23329.231272575 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { res = 0 }
-mm.page_free: 23329.232062357 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262679, order = 0 }
-mm.page_free: 23329.232111704 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 284414, order = 0 }
-mm.page_free: 23329.232134033 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 277138, order = 0 }
-mm.page_free: 23329.232139998 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 284413, order = 0 }
-mm.page_free: 23329.232146470 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 284415, order = 0 }
-mm.page_free: 23329.232152645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 277137, order = 0 }
-mm.page_free: 23329.232160072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 354206, order = 0 }
-mm.page_free: 23329.232183522 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262677, order = 0 }
-mm.page_free: 23329.232206899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262672, order = 0 }
-mm.page_free: 23329.232213973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262674, order = 0 }
-mm.page_free: 23329.232220803 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262673, order = 0 }
-mm.page_free: 23329.232235452 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262676, order = 0 }
-mm.page_free: 23329.232268160 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262675, order = 0 }
-mm.page_free: 23329.232274988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 284412, order = 0 }
-mm.page_free: 23329.232343145 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 277136, order = 0 }
-mm.page_free: 23329.232350295 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 262678, order = 0 }
-mm.page_free: 23329.233099086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 277140, order = 0 }
-mm.page_free: 23329.233302787 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 277139, order = 0 }
-mm.page_free: 23329.233424482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 261814, order = 0 }
-mm.page_free: 23329.233437468 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 232881, order = 0 }
-mm.page_free: 23329.233871845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 261815, order = 0 }
-mm.page_free: 23329.233909496 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 277142, order = 0 }
-mm.page_free: 23329.233917224 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 277141, order = 0 }
-mm.page_free: 23329.233990392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 377733, order = 0 }
-mm.page_free: 23329.233997589 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 377568, order = 0 }
-mm.page_free: 23329.234026840 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 377730, order = 0 }
-mm.page_free: 23329.234033619 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 377752, order = 0 }
-mm.page_free: 23329.234041631 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 377665, order = 0 }
-mm.page_free: 23329.234063350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/mm_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { pfn = 31279, order = 0 }
-fs.close: 23329.234106842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { fd = 255 }
-kernel.page_fault_entry: 23329.234215336 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xc142b8ac, address = 0x804c500, trap_id = 14, write_access = 1 }
-kernel.irq_entry: 23329.234431000 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { ip = 3238617874, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.sched_try_wakeup: 23329.234470863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { pid = 5705, cpu_id = 0, state = 1 }
-kernel.timer_update_time: 23329.234497870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { jiffies = 4297269594, xtime_sec = 1264196274, xtime_nsec = 637522013, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.234522183 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_raise: 23329.234532136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-kernel.irq_exit: 23329.234566409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { handled = 1 }
-kernel.softirq_entry: 23329.234573257 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.timer_set: 23329.234596558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { expires = 2302299, function = 0xc141d458, data = 0 }
-kernel.softirq_exit: 23329.234600688 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_entry: 23329.234602592 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-rcu.tree_callback: 23329.234724529 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 23329.234731524 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 23329.234733046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 23329.234734624 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 23329.234736269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 23329.234738124 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc14285e3 }
-rcu.tree_callback: 23329.234739862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc141a9af }
-rcu.tree_callback: 23329.234743251 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc10acb19 }
-rcu.tree_callback: 23329.234746062 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, bash, , 16908, 0x0, SOFTIRQ { func = 0xc10acb19 }
-kernel.softirq_exit: 23329.234748115 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-kernel.sched_schedule: 23329.234791508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, SYSCALL { prev_pid = 16931, next_pid = 5705, prev_state = 0 }
-kernel.syscall_exit: 23329.234964578 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, USER_MODE { ret = -110 }
-kernel.syscall_entry: 23329.235020219 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, SYSCALL { ip = 0xb7710416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 23329.235023590 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.235027042 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, SYSCALL { ip = 0xb7710416, syscall_id = 240 [sys_futex+0x0/0x111] }
-kernel.syscall_exit: 23329.235029871 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.235032828 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, SYSCALL { ip = 0xb7710416, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 23329.235035584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.235038584 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5705, 5069, icedove-bin, , 5063, 0x0, SYSCALL { ip = 0xb7710416, syscall_id = 240 [sys_futex+0x0/0x111] }
-kernel.sched_schedule: 23329.235058275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { prev_pid = 5705, next_pid = 16931, prev_state = 1 }
-kernel.page_fault_exit: 23329.235223833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { res = 512 }
-kernel.page_fault_entry: 23329.235303349 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xc142b8ac, address = 0xb77b25bc, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.235478725 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { res = 512 }
-kernel.page_fault_entry: 23329.235544508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, TRAP { ip = 0xc10db75b, address = 0xbfc2df30, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.235599138 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, bash, , 16908, 0x0, SYSCALL { res = 0 }
-fs.exec: 23329.235615896 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { filename = "/usr/local/bin/lttctl" }
-kernel.syscall_exit: 23329.235620370 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.235627051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7795850, address = 0xb7795850, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.235664319 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.235673958 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77ac1eb, address = 0xb77ac1eb, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.235709801 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.235719348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7795ab7, address = 0xb77b1ff4, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.235754891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.235764129 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7795b34, address = 0xb77b1f38, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.235839915 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.235850209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779db00, address = 0xb779db00, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.235885979 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.235895143 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a9840, address = 0xb77a9840, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.235931560 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.235941378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77aa3f0, address = 0xb77aa3f0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.235977482 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.235985660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77aa40b, syscall_id = 45 [sys_brk+0x0/0xd3] }
-kernel.syscall_exit: 23329.235987268 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 146923520 }
-kernel.page_fault_entry: 23329.235991835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77abbe0, address = 0xb77abbe0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236058563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.236068325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7796df0, address = 0xb7796df0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236104249 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.236114289 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779701e, address = 0xb779701e, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236149807 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.236158866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779ef20, address = 0xb779ef20, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236194495 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.236203320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77abbeb, address = 0xb77af0e3, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236239189 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.236248174 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779f118, address = 0xb779f118, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236283730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.236294964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779711a, address = 0x8048034, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236331049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.236342149 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779749d, address = 0xb779401c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236378184 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 23329.236378186 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a8c60, address = 0xb77a8c60, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236378191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.236378193 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779ce90, address = 0xb779ce90, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236378195 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.236378198 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab5e1, syscall_id = 33 [sys_access+0x0/0x13] }
-kernel.syscall_exit: 23329.236378201 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -2 }
-kernel.syscall_entry: 23329.236378203 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 23329.236378205 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216798720 }
-kernel.page_fault_entry: 23329.236378207 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779cf6e, address = 0xb779200c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.236437626 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 23329.236448162 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a3d70, address = 0xb77a3d70, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236489690 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.236499806 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7798469, address = 0xb7798469, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236541877 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.236550197 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab5e1, syscall_id = 33 [sys_access+0x0/0x13] }
-kernel.syscall_exit: 23329.236594842 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -2 }
-kernel.page_fault_entry: 23329.236601217 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a1700, address = 0xb77a1700, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236639005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.236648325 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a219f, address = 0xb77a219f, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236684185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.236696444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a4480, address = 0xb77a4480, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236732892 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.236740990 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab4a4, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 23329.236751599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 3, filename = "/etc/ld.so.cache" }
-kernel.syscall_exit: 23329.236753858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 3 }
-kernel.syscall_entry: 23329.236757531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab46e, syscall_id = 197 [sys_fstat64+0x0/0x23] }
-kernel.syscall_exit: 23329.236759852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.236762913 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 23329.236766320 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216892928 }
-kernel.syscall_entry: 23329.236769431 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab4dd, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 23329.236770863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 3 }
-kernel.syscall_exit: 23329.236772777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.236777338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d4fe, address = 0xb777b000, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236814557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.236823531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d957, address = 0xb777e568, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236859387 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.236867645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab5e1, syscall_id = 33 [sys_access+0x0/0x13] }
-kernel.syscall_exit: 23329.236891414 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -2 }
-kernel.page_fault_entry: 23329.236897377 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d5fc, address = 0xb7781c8c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236934306 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.236942985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d3b7, address = 0xb778b9b1, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.236978672 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.236987332 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d637, address = 0xb77800fc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.237023051 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.237031453 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d3b7, address = 0xb778857b, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.237085645 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.237095428 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d3b7, address = 0xb7789dae, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.237130264 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.237140899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779a260, address = 0xb779a260, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.237176675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.237184636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab4a4, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 23329.237259265 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 3, filename = "/usr/local/lib/liblttctl.so.0" }
-kernel.syscall_exit: 23329.237261809 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 3 }
-kernel.syscall_entry: 23329.237265982 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab524, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.237292942 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 512, fd = 3 }
-kernel.syscall_exit: 23329.237294448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 512 }
-kernel.page_fault_entry: 23329.237300769 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7799a80, address = 0xb7799a80, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.237344092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.237353258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77ac0bf, address = 0xb7793838, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.237405204 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
-kernel.syscall_entry: 23329.237413327 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab46e, syscall_id = 197 [sys_fstat64+0x0/0x23] }
-kernel.syscall_exit: 23329.237415308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.237421005 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779b028, address = 0xb779b028, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.237457675 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.237465181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 23329.237468934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216913408 }
-kernel.syscall_entry: 23329.237472409 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 23329.237497344 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216901120 }
-kernel.page_fault_entry: 23329.237503498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77abfcf, address = 0xb7779b48, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.237570745 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.237579565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 23329.237601181 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216897024 }
-kernel.syscall_entry: 23329.237605669 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab4dd, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 23329.237607360 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 3 }
-kernel.syscall_exit: 23329.237609076 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.237614279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779db29, address = 0xb7776248, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.237650948 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.237660478 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab5e1, syscall_id = 33 [sys_access+0x0/0x13] }
-kernel.syscall_exit: 23329.237706955 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -2 }
-kernel.page_fault_entry: 23329.237713338 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d637, address = 0xb7783804, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.237750940 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.237759625 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d3b7, address = 0xb778ef16, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.237795843 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.237804089 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d637, address = 0xb77845cc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.237840290 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.237848426 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d3b7, address = 0xb7790835, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.237883484 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.237892131 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779d3b7, address = 0xb778fb6f, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.237933048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.237942164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab4a4, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 23329.237956441 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 3, filename = "/lib/i686/cmov/libc.so.6" }
-kernel.syscall_exit: 23329.237959194 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 3 }
-kernel.syscall_entry: 23329.237962841 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab524, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.237988444 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 512, fd = 3 }
-kernel.syscall_exit: 23329.237989919 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 512 }
-kernel.syscall_entry: 23329.237994443 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab46e, syscall_id = 197 [sys_fstat64+0x0/0x23] }
-kernel.syscall_exit: 23329.237996259 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.238002603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a59a0, address = 0xb77a59a0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.238040057 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.238048211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 23329.238052432 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1218252800 }
-kernel.syscall_entry: 23329.238055784 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 23329.238110829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216937984 }
-kernel.page_fault_entry: 23329.238117180 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77abfcf, address = 0xb777299c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.238185557 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.238194544 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 23329.238216209 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216925696 }
-kernel.page_fault_entry: 23329.238221937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779b2ee, address = 0xb7771d7c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.238258563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.238267451 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779b371, address = 0xb7771da8, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.238341766 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.syscall_entry: 23329.238349518 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab4dd, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 23329.238351313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 3 }
-kernel.syscall_exit: 23329.238353185 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.238357771 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779db29, address = 0xb762f1b8, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.238393588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.238404038 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77aba07, address = 0xb764174e, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.238440170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.238452503 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a4595, address = 0xb7642a88, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.238498092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.238534786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 23329.238538798 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1218256896 }
-kernel.page_fault_entry: 23329.238543594 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a4bd1, address = 0xb762e1c4, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.238597825 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 23329.238611785 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a6470, address = 0xb77a6470, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.238659435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.238668652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab723, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 23329.238671348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1218260992 }
-kernel.page_fault_entry: 23329.238675829 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a63b0, address = 0xb762d000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.238729035 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
-kernel.syscall_entry: 23329.238736774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7796c40, syscall_id = 243 [sys_set_thread_area+0x0/0x1b] }
-kernel.syscall_exit: 23329.238757835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.238767025 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77a00a8, address = 0xb77a00a8, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.238802856 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.238811774 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fd23, address = 0xb77701d0, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.238876658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.238885546 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fd08, address = 0xb7643000, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.238921728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.238932277 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fd08, address = 0xb7644000, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.238968588 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.238979211 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fd08, address = 0xb7645000, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239014899 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239024515 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb763475c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239059599 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239067833 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e185, address = 0xb7640d69, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239135284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239145487 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e01d, address = 0xb7630fd4, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239182558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239192087 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb7638eec, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239244281 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239253891 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e185, address = 0xb763f986, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239301757 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239311238 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e01d, address = 0xb76321bc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239347161 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239356728 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e185, address = 0xb763c204, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239393447 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239402254 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e01d, address = 0xb7631e34, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239437894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239447708 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb7637a5c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239483075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239492234 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb763b34c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239528065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239537410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e185, address = 0xb763d511, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239573437 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239582616 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb7635d1c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239618600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239627883 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb763a03c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239663060 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239672287 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb7633afc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239707981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239725863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb76392fc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239762311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239772636 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779e185, address = 0xb763e050, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239808510 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.239826293 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb779fe01, address = 0xb76362fc, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.239866906 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.239890923 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab7a4, syscall_id = 125 [sys_mprotect+0x0/0x1df] }
-kernel.syscall_exit: 23329.239966348 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.239980928 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77ac0c7, address = 0xb77756c0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.240003851 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
-kernel.syscall_entry: 23329.240016418 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab7a4, syscall_id = 125 [sys_mprotect+0x0/0x1df] }
-kernel.syscall_exit: 23329.240072092 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.240080110 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb77ab761, syscall_id = 91 [sys_munmap+0x0/0x3d] }
-kernel.syscall_exit: 23329.240307726 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.240316244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7645a17, address = 0xb777555c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.240381059 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.240390398 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7645a29, address = 0xb7773d64, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.240442498 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 23329.240451442 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76fe010, address = 0xb76fe010, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.240487322 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.240496927 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76a2dc0, address = 0xb76a2dc0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.240533046 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.240542435 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb769a010, address = 0xb769a010, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.240602837 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.240612558 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7735900, address = 0xb7735900, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.240649221 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.240659962 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7778430, address = 0xb7778430, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.240695243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.240706297 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb765e720, address = 0xb765e720, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.240741788 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.240752083 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0x804a1f0, address = 0x804a1f0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.240788389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.240797993 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7659680, address = 0xb7659680, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.240833866 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.240843563 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0x8049680, address = 0x8049680, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.240878973 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.240891694 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76a4a20, address = 0xb76a4a20, trap_id = 14, write_access = 0 }
-kernel.irq_entry: 23329.240959464 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.sched_try_wakeup: 23329.240973920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, IRQ { pid = 8996, cpu_id = 0, state = 1 }
-kernel.irq_exit: 23329.240986240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { handled = 1 }
-kernel.page_fault_exit: 23329.240990024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.sched_schedule: 23329.240997240 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { prev_pid = 16931, next_pid = 8996, prev_state = 0 }
-kernel.syscall_exit: 23329.241063116 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = -110 }
-kernel.syscall_entry: 23329.241074103 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 240 [sys_futex+0x0/0x111] }
-kernel.syscall_exit: 23329.241076480 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.241081313 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 23329.241084214 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.241094127 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 23329.241096595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.241100632 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 23329.241102873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.241105872 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb6a53e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 23329.241108075 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.241111593 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 78 [sys_gettimeofday+0x0/0x53] }
-kernel.syscall_exit: 23329.241113964 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.241119988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 23329.241122228 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.241125271 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 8996, 4081, eclipse, , 4080, 0x0, SYSCALL { ip = 0xb78a6416, syscall_id = 240 [sys_futex+0x0/0x111] }
-kernel.sched_schedule: 23329.241150924 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { prev_pid = 8996, next_pid = 16931, prev_state = 1 }
-kernel.page_fault_entry: 23329.241221763 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0x8049181, address = 0x804d58c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.241265309 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 23329.241276333 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb769f120, address = 0xb769f120, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.241313225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.241322792 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76f7320, address = 0xb76f7320, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.241358523 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.241367844 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7737f36, address = 0xb7737f36, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.241403013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.241411981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb769affb, address = 0xb769b000, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.241447849 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.241457361 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7734c10, address = 0xb7734c10, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.241493339 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.241543920 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb770bcb0, address = 0xb770bcb0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.241580140 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.241590170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb769cc10, address = 0xb769cc10, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.241625488 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.241634308 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb769d5d7, address = 0xb769d5d7, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.241669916 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.241680477 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76a0a70, address = 0xb76a0a70, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.241716258 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.241725072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76f63f0, address = 0xb76f63f0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.241760434 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.241769049 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 45 [sys_brk+0x0/0xd3] }
-kernel.syscall_exit: 23329.241770660 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 146923520 }
-kernel.syscall_entry: 23329.241774013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 45 [sys_brk+0x0/0xd3] }
-kernel.syscall_exit: 23329.241777086 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 147058688 }
-kernel.page_fault_entry: 23329.241781937 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb769dc42, address = 0x8c1e004, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.241927777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 23329.241945658 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0x80492e4, address = 0x804d58c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.242008986 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 8 }
-kernel.page_fault_entry: 23329.242020960 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76d52c0, address = 0xb76d52c0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242057235 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.242066777 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76d3ff0, address = 0xb76d3ff0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242108237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.242117279 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76d3fff, address = 0xb76d4000, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242153621 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.242191952 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb765db70, address = 0xb765db70, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242230079 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.242239275 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76a29cb, address = 0xb775444b, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242275044 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.242285845 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0x80496e8, address = 0x804b17c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242321564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.242333088 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb768cd70, address = 0xb768cd70, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242369448 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.242379102 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7696200, address = 0xb7696200, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242415643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.242425191 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7697f80, address = 0xb7697f80, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242474378 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.242484513 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb768a800, address = 0xb768a800, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242519911 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.242529392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76ee630, address = 0xb76ee630, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242565136 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.242573358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 197 [sys_fstat64+0x0/0x23] }
-kernel.syscall_exit: 23329.242576697 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.page_fault_entry: 23329.242581430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76fa8b0, address = 0xb76fa8b0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242617644 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.242625939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 23329.242628618 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216802816 }
-kernel.page_fault_entry: 23329.242633284 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7698c40, address = 0xb7698c40, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242669565 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.242678934 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7696ef4, address = 0xb7791000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.242730800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 23329.242740812 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7699700, address = 0xb7699700, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242776056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.242785870 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76ef3d0, address = 0xb76ef3d0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242821175 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.242829199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 4 [sys_write+0x0/0x9d] }
-kernel.timer_set: 23329.242843013 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { expires = 2302299, function = 0xc103b8db, data = 4057105572 }
-kernel.sched_try_wakeup: 23329.242850043 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { pid = 16931, cpu_id = 0, state = 1 }
-fs.write: 23329.242860858 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 48, fd = 1 }
-kernel.syscall_exit: 23329.242862388 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 48 }
-kernel.page_fault_entry: 23329.242869098 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb768dcd0, address = 0xb768dcd0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242906112 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.242914760 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 4 [sys_write+0x0/0x9d] }
-kernel.sched_try_wakeup: 23329.242921389 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { pid = 16931, cpu_id = 0, state = 1 }
-fs.write: 23329.242926253 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 1, fd = 1 }
-kernel.syscall_exit: 23329.242927673 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 1 }
-kernel.page_fault_entry: 23329.242934166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7676cb0, address = 0xb7676cb0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.242970508 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.242980199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb766c710, address = 0xb766c710, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.243015331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.243024436 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb766eea0, address = 0xb766eea0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.243060081 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.243069278 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7670de2, address = 0xb7670de2, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.243116502 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.243126698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76a7420, address = 0xb76a7420, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.243161862 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.243172170 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb766ca85, address = 0xb774d193, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.243242535 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.243270643 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb766dd36, address = 0xb766dd36, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.243308071 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.243317250 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb766f7fb, address = 0xb766f7fb, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.243353130 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.243362894 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 4 [sys_write+0x0/0x9d] }
-kernel.sched_try_wakeup: 23329.243369832 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { pid = 16931, cpu_id = 0, state = 1 }
-fs.write: 23329.243378220 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 26, fd = 1 }
-kernel.syscall_exit: 23329.243379597 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 26 }
-kernel.syscall_entry: 23329.243384225 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 4 [sys_write+0x0/0x9d] }
-kernel.sched_try_wakeup: 23329.243389072 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { pid = 16931, cpu_id = 0, state = 1 }
-fs.write: 23329.243393237 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 1, fd = 1 }
-kernel.syscall_exit: 23329.243394595 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 1 }
-kernel.page_fault_entry: 23329.243401736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7776c8d, address = 0xbfc2be04, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.243455702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 23329.243466651 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb768b350, address = 0xb768b350, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.243502981 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.243513912 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 23329.243635155 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 3, filename = "/proc/mounts" }
-kernel.syscall_exit: 23329.243637938 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 3 }
-kernel.page_fault_entry: 23329.243644864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76a3a00, address = 0xb76a3a00, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.243683133 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.243692736 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76a3a5d, address = 0xb7753b0c, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.243728721 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.243739263 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb767e6a0, address = 0xb767e6a0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.243775255 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.243784852 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb767a0ba, address = 0xb767a0ba, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.243820652 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.243829676 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb767c4c4, address = 0xb767c4c4, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.243865055 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.243874350 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7676e5b, address = 0xb7752a47, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.243922031 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.243931790 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb767735e, address = 0xb767735e, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.243967509 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.243977120 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7678d78, address = 0xb7678d78, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.244013024 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.244022603 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 197 [sys_fstat64+0x0/0x23] }
-kernel.syscall_exit: 23329.244024689 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.244028164 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 192 [sys_mmap2+0x0/0x76] }
-kernel.syscall_exit: 23329.244030615 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = -1216806912 }
-kernel.syscall_entry: 23329.244034016 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 3 [sys_read+0x0/0x9d] }
-kernel.page_fault_entry: 23329.244127804 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xc142bf44, address = 0xb7790000, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.244182559 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { res = 0 }
-fs.read: 23329.244188885 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 1024, fd = 3 }
-kernel.syscall_exit: 23329.244190330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 717 }
-kernel.page_fault_entry: 23329.244195817 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7677494, address = 0xb773f4a5, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.244281939 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.244292734 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7679899, address = 0xb7679899, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.244329410 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.page_fault_entry: 23329.244339243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb7677fee, address = 0xbfc2ce3c, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.244392269 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
-kernel.page_fault_entry: 23329.244416366 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb76c41e0, address = 0xb76c41e0, trap_id = 14, write_access = 0 }
-kernel.irq_entry: 23329.244461048 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, IRQ { ip = 3242336307, handler = 0x0, irq_id = 239, kernel_mode = 1 }
-kernel.timer_update_time: 23329.244474392 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, IRQ { jiffies = 4297269595, xtime_sec = 1264196274, xtime_nsec = 637522014, walltomonotonic_sec = -1264172952, walltomonotonic_nsec = 189579727 }
-kernel.softirq_raise: 23329.244484034 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, IRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_raise: 23329.244489879 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, IRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-kernel.irq_exit: 23329.244508988 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { handled = 1 }
-kernel.softirq_entry: 23329.244511902 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.timer_set: 23329.244519925 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SOFTIRQ { expires = 2302300, function = 0xc141d458, data = 0 }
-kernel.sched_try_wakeup: 23329.244529023 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SOFTIRQ { pid = 5, cpu_id = 0, state = 1 }
-kernel.softirq_exit: 23329.244533548 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { softirq_id = 1 [run_timer_softirq+0x0/0x254] }
-kernel.softirq_entry: 23329.244535041 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SOFTIRQ { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-rcu.tree_callback: 23329.244583166 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc104364a }
-rcu.tree_callback: 23329.244604461 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc10acb19 }
-rcu.tree_callback: 23329.244606782 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/rcu_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SOFTIRQ { func = 0xc10b8ec2 }
-kernel.softirq_exit: 23329.244608800 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { softirq_id = 9 [rcu_process_callbacks+0x0/0x1f] }
-kernel.page_fault_exit: 23329.244612022 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.sched_schedule: 23329.244619244 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5, 5, events/0, , 2, 0x0, SYSCALL { prev_pid = 16931, next_pid = 5, prev_state = 0 }
-kernel.sched_try_wakeup: 23329.244701564 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 5, 5, events/0, , 2, 0x0, SYSCALL { pid = 2336, cpu_id = 0, state = 1 }
-kernel.sched_schedule: 23329.244715002 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { prev_pid = 5, next_pid = 2336, prev_state = 1 }
-fs.pollfd: 23329.244788582 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.244791617 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 23329.244794710 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 23329.244796550 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 23329.244798606 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 23329.244803056 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 23329.244804914 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 23329.244807758 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 23329.244809826 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 23329.244812128 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
-kernel.syscall_exit: 23329.244817159 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = 1 }
-kernel.syscall_entry: 23329.244840972 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.244845601 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.244846873 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 23329.244875229 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 54 [sys_ioctl+0x0/0x9d] }
-fs.ioctl: 23329.244877561 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10, cmd = 21531, arg = 3215728168 }
-kernel.syscall_exit: 23329.244881345 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.244885512 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.244892091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 80, fd = 10 }
-kernel.syscall_exit: 23329.244893331 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = 80 }
-kernel.syscall_entry: 23329.244947394 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 23329.244950863 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.244956654 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 23329.244958931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.245032233 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 3 [sys_read+0x0/0x9d] }
-fs.read: 23329.245035245 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { count = 4096, fd = 8 }
-kernel.syscall_exit: 23329.245036555 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = -11 }
-kernel.syscall_entry: 23329.245041004 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb6094e4c, syscall_id = 265 [sys_clock_gettime+0x0/0x7e] }
-kernel.syscall_exit: 23329.245043430 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.245048028 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { ip = 0xb7897416, syscall_id = 168 [sys_poll+0x0/0x8d] }
-fs.pollfd: 23329.245052713 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 3 }
-fs.pollfd: 23329.245054750 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 9 }
-fs.pollfd: 23329.245056342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 8 }
-fs.pollfd: 23329.245057762 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 5 }
-fs.pollfd: 23329.245059243 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 12 }
-fs.pollfd: 23329.245062212 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 19 }
-fs.pollfd: 23329.245063743 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 16 }
-fs.pollfd: 23329.245066311 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 26 }
-fs.pollfd: 23329.245067786 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 10 }
-fs.pollfd: 23329.245069983 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 2336, 2336, konsole, , 1, 0x0, SYSCALL { fd = 17 }
-kernel.sched_schedule: 23329.245079662 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { prev_pid = 2336, next_pid = 16931, prev_state = 1 }
-kernel.syscall_entry: 23329.245148347 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 23329.245171358 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 4, filename = "/media/debugfs/ltt/control/" }
-kernel.syscall_exit: 23329.245173702 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 4 }
-kernel.syscall_entry: 23329.245177931 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 221 [sys_fcntl64+0x0/0x79] }
-kernel.syscall_exit: 23329.245180091 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 1 }
-kernel.page_fault_entry: 23329.245185985 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb769d64c, address = 0x8c262ac, trap_id = 14, write_access = 1 }
-kernel.page_fault_exit: 23329.245281027 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 0 }
-kernel.syscall_entry: 23329.245292705 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 23329.245294600 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 4 }
-kernel.syscall_exit: 23329.245558330 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.245565144 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 4 [sys_write+0x0/0x9d] }
-kernel.timer_set: 23329.245571835 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { expires = 2302300, function = 0xc103b8db, data = 4057105572 }
-kernel.sched_try_wakeup: 23329.245577933 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { pid = 16931, cpu_id = 0, state = 1 }
-fs.write: 23329.245587303 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { count = 22, fd = 1 }
-kernel.syscall_exit: 23329.245588698 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 22 }
-kernel.page_fault_entry: 23329.245596864 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, TRAP { ip = 0xb77774e0, address = 0xb77774e0, trap_id = 14, write_access = 0 }
-kernel.page_fault_exit: 23329.245637070 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { res = 512 }
-kernel.syscall_entry: 23329.245647730 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 23329.245656223 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 4, filename = "/media/debugfs/ltt/control/trace" }
-kernel.syscall_exit: 23329.245658531 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 4 }
-kernel.syscall_entry: 23329.245662969 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 6 [sys_close+0x0/0x112] }
-fs.close: 23329.245664445 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 4 }
-kernel.syscall_exit: 23329.245690756 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 0 }
-kernel.syscall_entry: 23329.245698065 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 5 [sys_open+0x0/0x23] }
-fs.open: 23329.245705188 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/fs_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { fd = 4, filename = "/media/debugfs/ltt/control/trace/enabled" }
-kernel.syscall_exit: 23329.245707342 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, USER_MODE { ret = 4 }
-kernel.syscall_entry: 23329.245712199 (/home/william/workspace/org.eclipse.linuxtools.lttng.tests/traceset/trace-15471events_nolost_newformat/kernel_0), 16931, 16931, /usr/local/bin/lttctl, , 16908, 0x0, SYSCALL { ip = 0xb7794416, syscall_id = 4 [sys_write+0x0/0x9d] }
-End trace set
-
diff --git a/org.eclipse.linuxtools.lttng.tests/traceset/trace-2.6.tar.gz b/org.eclipse.linuxtools.lttng.tests/traceset/trace-2.6.tar.gz
deleted file mode 100644 (file)
index c7c17d2..0000000
Binary files a/org.eclipse.linuxtools.lttng.tests/traceset/trace-2.6.tar.gz and /dev/null differ
index 26e072e929866051826c908440523ab978afff96..cdbccbd11fab1ab87ebe2a8492dd52933db78f2e 100644 (file)
@@ -14,10 +14,10 @@ package org.eclipse.linuxtools.lttng.stubs;
 
 import java.io.IOException;
 
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.parser.ITmfEventParser;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.parser.ITmfEventParser;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
 
 /**
  * <b><u>TmfEventParserStub</u></b>
index 4ea5823488da6ca0269090c349df31fab65d94a6..dd4957643b72814d04edb3461d42de0ebacf9a54 100644 (file)
@@ -3,7 +3,7 @@
  */
 package org.eclipse.linuxtools.lttng.stubs;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 
 /**
  * @author francois
index 50019de3e12e3bc0157eb54ff1bd7f76b37dd483..63b096b1d165eb50b2f69a7303e691d1f842300e 100644 (file)
@@ -16,14 +16,14 @@ import java.io.FileNotFoundException;
 import java.io.IOException;
 import java.io.RandomAccessFile;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.parser.ITmfEventParser;
-import org.eclipse.linuxtools.tmf.trace.ITmfLocation;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfLocation;
-import org.eclipse.linuxtools.tmf.trace.TmfTrace;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.parser.ITmfEventParser;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;
+import org.eclipse.linuxtools.tmf.core.trace.TmfTrace;
 
 /**
  * <b><u>LTTngTraceStub</u></b>
index 8c2c89a627bca90dd72ab4b610f3b807ceb2b1c1..ec1f5835b8a84ce6edbb3dacb9a5b3c6fb150285 100644 (file)
@@ -19,10 +19,10 @@ import java.util.concurrent.TimeoutException;
 
 import org.eclipse.core.runtime.IAdapterManager;
 import org.eclipse.core.runtime.Platform;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.ProviderResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TargetResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.ProviderResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TargetResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.model.TraceAdapterFactory;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
 import org.eclipse.rse.services.clientserver.messages.SimpleSystemMessage;
 import org.eclipse.rse.services.clientserver.messages.SystemMessage;
index 4e5b4519e402aa70b6a1b955d902e59ff1478e46..14729fadfdbf696047075b84638b9261312d93d9 100644 (file)
@@ -11,7 +11,7 @@
  *******************************************************************************/\r
 package org.eclipse.linuxtools.lttng.ui.model.trange;\r
 \r
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;\r
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;\r
 \r
 /**\r
  * @author alvaro\r
index ca080c5b4441887a56cab08a9a094393e65e182a..cd761b2558ecc14299886760a78354965775669d 100644 (file)
 package org.eclipse.linuxtools.lttng.ui.model.trange;
 
 
-import org.eclipse.linuxtools.lttng.state.StateStrings;
-import org.eclipse.linuxtools.lttng.state.model.LTTngCPUState;
-import org.eclipse.linuxtools.lttng.state.model.LttngIRQState;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.lttng.state.model.LttngTrapState;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings;
+import org.eclipse.linuxtools.lttng.core.state.model.LTTngCPUState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngIRQState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTrapState;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeEventResource.ResourceTypes;
 
 /**
index 1a1ab977f4c5c9189ef247cbbc8e0439e8147041..67f0edc200871b86c0889a78ddc72d9d56e4c576 100644 (file)
@@ -15,13 +15,13 @@ import java.util.HashMap;
 import java.util.Map;\r
 import java.util.Set;\r
 \r
-import org.eclipse.linuxtools.lttng.state.StateStrings.BdevMode;\r
-import org.eclipse.linuxtools.lttng.state.StateStrings.CpuMode;\r
-import org.eclipse.linuxtools.lttng.state.StateStrings.ExecutionMode;\r
-import org.eclipse.linuxtools.lttng.state.StateStrings.IRQMode;\r
-import org.eclipse.linuxtools.lttng.state.StateStrings.ProcessStatus;\r
-import org.eclipse.linuxtools.lttng.state.StateStrings.SoftIRQMode;\r
-import org.eclipse.linuxtools.lttng.state.StateStrings.TrapMode;\r
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.BdevMode;\r
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.CpuMode;\r
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ExecutionMode;\r
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.IRQMode;\r
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ProcessStatus;\r
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.SoftIRQMode;\r
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.TrapMode;\r
 import org.eclipse.linuxtools.lttng.ui.views.common.ParamsUpdater;\r
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.TmfTimeAnalysisProvider;\r
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.model.ITimeEvent;\r
index 0bd835b956bc250ce1ec65e3dec2963be91cdf71..f19f2063930a3ac0138700ba7ea35693ac435300 100644 (file)
@@ -22,8 +22,8 @@ import java.util.concurrent.TimeUnit;
 import org.eclipse.jface.action.IAction;
 import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.jface.viewers.IStructuredSelection;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TargetResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.service.ILttControllerService;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TargetResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.service.ILttControllerService;
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
index e3093f43731ccc0808be295fc68f6cd7767c6285..324c85660893372a54cee3a2d49729f9f20df7b6 100644 (file)
@@ -21,12 +21,12 @@ import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.jface.viewers.IStructuredSelection;
 import org.eclipse.jface.window.Window;
 import org.eclipse.jface.wizard.WizardDialog;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource.TraceState;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceChannel;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceChannels;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceConfig;
-import org.eclipse.linuxtools.lttng.tracecontrol.service.ILttControllerService;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource.TraceState;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceChannel;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceChannels;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceConfig;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.service.ILttControllerService;
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
index cb1c9a8e69615e7571af721acc22deab138d528b..01be4b955f0c41ee51b75168123d70043932fbcc 100644 (file)
@@ -22,11 +22,11 @@ import java.util.concurrent.TimeUnit;
 import org.eclipse.jface.action.IAction;
 import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.jface.viewers.IStructuredSelection;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TargetResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource.TraceState;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceConfig;
-import org.eclipse.linuxtools.lttng.tracecontrol.service.ILttControllerService;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TargetResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource.TraceState;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceConfig;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.service.ILttControllerService;
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;
index 78734eb15f0e113b428d0e55989974ad7b1df4f0..bba7854540cf8101b2ea4935fedd0aa50deefc4d 100644 (file)
@@ -20,7 +20,7 @@ import org.eclipse.jface.action.IAction;
 import org.eclipse.jface.dialogs.MessageDialog;
 import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.jface.viewers.IStructuredSelection;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
 import org.eclipse.rse.core.events.ISystemRemoteChangeEvents;
 import org.eclipse.rse.core.model.ISystemRegistry;
index 4a4a7707e54cd06120c37acecba43401e2c9e180..370fb857ff55ec0907e23f9585c54f07ce2db96b 100644 (file)
@@ -29,7 +29,7 @@ import org.eclipse.jface.dialogs.Dialog;
 import org.eclipse.jface.dialogs.MessageDialog;
 import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.jface.viewers.IStructuredSelection;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.dialogs.ImportTraceDialog;
 import org.eclipse.rse.core.RSECorePlugin;
index f1572976fb9e4cafd8344217f9c8e2863551767e..8bd85fc4ce7cdd83c83bb583ca0633f54ba6c2ca 100644 (file)
@@ -21,9 +21,9 @@ import java.util.concurrent.TimeUnit;
 import org.eclipse.jface.action.IAction;
 import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.jface.viewers.IStructuredSelection;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource.TraceState;
-import org.eclipse.linuxtools.lttng.tracecontrol.service.ILttControllerService;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource.TraceState;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.service.ILttControllerService;
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
index bc7becbbf62ba3a7f95a94abb06f58712d27dce2..2e6311b274aa9b8439b56736d8353d260c61caf9 100644 (file)
@@ -23,10 +23,10 @@ import org.eclipse.jface.action.IAction;
 import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.jface.viewers.IStructuredSelection;
 import org.eclipse.jface.window.Window;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource.TraceState;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceConfig;
-import org.eclipse.linuxtools.lttng.tracecontrol.service.ILttControllerService;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource.TraceState;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceConfig;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.service.ILttControllerService;
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;
index 83aac28445083e37bed07bf73554312ee4376fd5..ea7aa8d07095ca7f04eae550c0ac48d1ced6d34c 100644 (file)
@@ -21,10 +21,10 @@ import java.util.concurrent.TimeUnit;
 import org.eclipse.jface.action.IAction;
 import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.jface.viewers.IStructuredSelection;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource.TraceState;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceConfig;
-import org.eclipse.linuxtools.lttng.tracecontrol.service.ILttControllerService;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource.TraceState;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceConfig;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.service.ILttControllerService;
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;
index d90c168c8e5b8ee4a3866fedc44ddba12237fdbf..683bc31de51d7c880cf737db9b932cd69a92872e 100644 (file)
@@ -20,11 +20,11 @@ import java.util.List;
 import java.util.Map;
 
 import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.linuxtools.lttng.LttngConstants;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
-import org.eclipse.linuxtools.lttng.tracecontrol.service.ILttControllerService;
-import org.eclipse.linuxtools.lttng.tracecontrol.service.LttControllerServiceProxy;
+import org.eclipse.linuxtools.lttng.core.LttngConstants;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.service.ILttControllerService;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.service.LttControllerServiceProxy;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.subsystems.TraceSubSystem;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.utility.DownloadProxy;
 import org.eclipse.rse.core.model.IHost;
index 09efe883f11ec40c9c539dc6f52aa41c5465f4dc..5f1c0df0dc762ae6c66b0cf468a0e67fc55600a9 100644 (file)
@@ -17,8 +17,8 @@ import java.util.HashMap;
 import java.util.Map;
 import java.util.concurrent.TimeUnit;
 
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TargetResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.service.ILttControllerService;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TargetResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.service.ILttControllerService;
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
index 4e7f2677b2019acffc54a6cbe355d856b7f04339..4c8ac9e4436ec94d9460044313537cd05783e6dd 100644 (file)
@@ -17,9 +17,9 @@ import org.eclipse.core.resources.ResourcesPlugin;
 import org.eclipse.core.runtime.CoreException;
 import org.eclipse.jface.dialogs.Dialog;
 import org.eclipse.jface.dialogs.IDialogConstants;
-import org.eclipse.linuxtools.lttng.LTTngProjectNature;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource.TraceState;
+import org.eclipse.linuxtools.lttng.core.LTTngProjectNature;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource.TraceState;
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
 import org.eclipse.rse.ui.SystemBasePlugin;
index 517e9f12e24b34f494c80df10fe2b62dc035e8c1..5acc04bc168f5a38c502d4478e24288f307ea315 100644 (file)
@@ -18,10 +18,10 @@ import java.io.File;
 import org.eclipse.core.resources.IProject;
 import org.eclipse.core.resources.ResourcesPlugin;
 import org.eclipse.core.runtime.CoreException;
-import org.eclipse.linuxtools.lttng.LTTngProjectNature;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TargetResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceConfig;
+import org.eclipse.linuxtools.lttng.core.LTTngProjectNature;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TargetResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceConfig;
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;
index 69ffb2409af244f1f17927d4e424ef53ea8df948..126ce365b3f4cc4712f17160c1e0dc04cd3baa97 100644 (file)
@@ -17,7 +17,7 @@ import org.eclipse.core.runtime.IAdaptable;
 import org.eclipse.core.runtime.IProgressMonitor;
 import org.eclipse.jface.resource.ImageDescriptor;
 import org.eclipse.jface.viewers.IStructuredSelection;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.ProviderResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.ProviderResource;
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
index b821af7abf19509e342b79729bb9d94e562d241c..bd5ac07cbc9d60d7a43ad5deab124d9719a25777 100644 (file)
@@ -17,7 +17,7 @@ import org.eclipse.core.runtime.IAdaptable;
 import org.eclipse.core.runtime.IProgressMonitor;
 import org.eclipse.jface.resource.ImageDescriptor;
 import org.eclipse.jface.viewers.IStructuredSelection;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TargetResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TargetResource;
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
index 864835b204944e7740d217995e7d92a91ab5b0fb..1ce245ce8582784e888e40d615a95342300f890f 100644 (file)
@@ -14,9 +14,9 @@
 package org.eclipse.linuxtools.lttng.ui.tracecontrol.model;
 
 import org.eclipse.core.runtime.IAdapterFactory;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.ProviderResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TargetResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.ProviderResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TargetResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;
 import org.eclipse.rse.ui.view.AbstractSystemRemoteAdapterFactory;
 import org.eclipse.rse.ui.view.ISystemViewElementAdapter;
 import org.eclipse.ui.views.properties.IPropertySource;
index 3e4674f1551ace40bb6004d23c6fffba2f1bb07b..86c6755c355ecd6e4928cdb189170537a38d1908 100644 (file)
@@ -21,9 +21,9 @@ import org.eclipse.core.runtime.IAdaptable;
 import org.eclipse.core.runtime.IProgressMonitor;
 import org.eclipse.jface.resource.ImageDescriptor;
 import org.eclipse.jface.viewers.IStructuredSelection;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource.PropertyInfo;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource.TraceState;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource.PropertyInfo;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource.TraceState;
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
index 03c7944b614c08677cc0d9df27508b0bf148c79a..7a154e6c991f490b2a30bc8defabb5197a3ce15d 100644 (file)
@@ -13,8 +13,8 @@
 package org.eclipse.linuxtools.lttng.ui.tracecontrol.model.config;
 
 import org.eclipse.jface.viewers.ICellModifier;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource.TraceState;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceChannel;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource.TraceState;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceChannel;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.wizards.KernelTraceChannelConfigurationPage;
 import org.eclipse.swt.widgets.TableItem;
 
index d3e07cb2506b8e580161bfc2230d901de97b464c..1c93ad8f632152e7bc84a939f06ef5360940ae4b 100644 (file)
@@ -14,7 +14,7 @@ package org.eclipse.linuxtools.lttng.ui.tracecontrol.model.config;
 
 import org.eclipse.jface.viewers.IStructuredContentProvider;
 import org.eclipse.jface.viewers.Viewer;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceChannels;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceChannels;
 
 /**
  * <b><u>TraceChannelTableContentProvider</u></b>
index 522d6bcc0e94a5778f6fb814f7a60848a2e4e99d..c7093a90886d6cc87f8fc37fe39f74d9cff2feee 100644 (file)
@@ -14,7 +14,7 @@ package org.eclipse.linuxtools.lttng.ui.tracecontrol.model.config;
 
 import org.eclipse.jface.viewers.ILabelProviderListener;
 import org.eclipse.jface.viewers.ITableLabelProvider;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceChannel;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceChannel;
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;
 import org.eclipse.swt.graphics.Image;
 
index 97d7d069d775abc990894dd0f7e00a055b667f8a..efefd3f8673d9632706a64ad2bd60a4c4e0cf544 100644 (file)
@@ -20,14 +20,14 @@ import java.util.concurrent.TimeUnit;
 
 import org.eclipse.core.runtime.IProgressMonitor;
 import org.eclipse.jface.dialogs.MessageDialog;
-import org.eclipse.linuxtools.lttng.LttngConstants;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.ProviderResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TargetResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource.TraceState;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceConfig;
-import org.eclipse.linuxtools.lttng.tracecontrol.service.ILttControllerService;
-import org.eclipse.linuxtools.lttng.tracecontrol.service.LttControllerServiceProxy;
+import org.eclipse.linuxtools.lttng.core.LttngConstants;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.ProviderResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TargetResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource.TraceState;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceConfig;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.service.ILttControllerService;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.service.LttControllerServiceProxy;
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
index 9544ceecc2894dd08f2a433067d7b53c14efd425..cd09409d6b762c0bcfe7bd34659d5ae7d1556b2d 100644 (file)
@@ -17,8 +17,8 @@ import java.io.FileNotFoundException;
 import java.io.FileOutputStream;
 import java.io.IOException;
 
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceConfig;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceConfig;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.subsystems.TraceSubSystem;
 import org.eclipse.rse.ui.SystemBasePlugin;
 import org.eclipse.tm.tcf.protocol.JSON;
index 4c6600070fa41cb7d5b1ec6c13551e914de549ed..9ee805b426bf092b9f19222b0e01694f49aac593 100644 (file)
@@ -17,11 +17,11 @@ import java.util.concurrent.TimeUnit;
 \r
 import org.eclipse.jface.viewers.IStructuredSelection;\r
 import org.eclipse.jface.wizard.Wizard;\r
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;\r
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceChannel;\r
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceChannels;\r
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceConfig;\r
-import org.eclipse.linuxtools.lttng.tracecontrol.service.ILttControllerService;\r
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;\r
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceChannel;\r
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceChannels;\r
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceConfig;\r
+import org.eclipse.linuxtools.lttng.core.tracecontrol.service.ILttControllerService;\r
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;\r
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;\r
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.subsystems.TraceSubSystem;\r
index 1ddceab52a1ca0846e1486a3c3ae2d54fe792239..486fa10b0783ae793af0aff0b42d984cf5fed878 100644 (file)
@@ -13,7 +13,7 @@
 package org.eclipse.linuxtools.lttng.ui.tracecontrol.wizards;
 
 import org.eclipse.jface.wizard.IWizardPage;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceChannels;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceChannels;
 
 public interface ITraceChannelConfigurationPage extends IWizardPage {
 
index 83410987dafa704aa5016800b888fe0d7d7f080d..1a90b4b2fe01b16e1a1a7a8aba64290f101951af 100644 (file)
@@ -29,9 +29,9 @@ import org.eclipse.jface.viewers.Viewer;
 import org.eclipse.jface.viewers.ViewerComparator;
 import org.eclipse.jface.window.Window;
 import org.eclipse.jface.wizard.WizardPage;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource.TraceState;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceChannel;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceChannels;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource.TraceState;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceChannel;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceChannels;
 import org.eclipse.linuxtools.lttng.ui.LTTngUiPlugin;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.model.config.TraceChannelCellModifier;
index 96e9d63950bc90bb92dc5d95e00ba5cb8fcecc22..8b0b5510f65b8c9755d42e319f53b2c4a779f326 100644 (file)
@@ -15,9 +15,9 @@ package org.eclipse.linuxtools.lttng.ui.tracecontrol.wizards;
 import java.io.File;\r
 \r
 import org.eclipse.jface.wizard.WizardPage;\r
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource;\r
-import org.eclipse.linuxtools.lttng.tracecontrol.model.TraceResource.TraceState;\r
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceConfig;\r
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource;\r
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.TraceResource.TraceState;\r
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceConfig;\r
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.TraceControlConstants;\r
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;\r
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.subsystems.TraceSubSystem;\r
index 7a9ea8d3c5694ccab09afa712b1cf1be6b2a4ec5..e928a0def963b8ff0ad96442ef1d626e019daba8 100644 (file)
@@ -13,8 +13,8 @@
 package org.eclipse.linuxtools.lttng.ui.tracecontrol.wizards;
 
 import org.eclipse.jface.wizard.WizardPage;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceChannel;
-import org.eclipse.linuxtools.lttng.tracecontrol.model.config.TraceChannels;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceChannel;
+import org.eclipse.linuxtools.lttng.core.tracecontrol.model.config.TraceChannels;
 import org.eclipse.linuxtools.lttng.ui.tracecontrol.Messages;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.events.VerifyEvent;
index 57cd0e9248a636383bec1ec41a28639b1cb9cb8b..319f0a2684f2f06605b0b1282083dbde5306a928 100644 (file)
  *******************************************************************************/
 package org.eclipse.linuxtools.lttng.ui.views.common;
 
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.evProcessor.state.AbsStateProcessing;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.state.AbsStateProcessing;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
 
 public abstract class AbsTRangeUpdate extends AbsStateProcessing implements
                ILttngEventProcessor {
index 4af80963c7793a3c1396bf0704d2f3e8774b1459..9fab6d2a3692d050289d997bc096b1f3c2a2a0de 100644 (file)
@@ -14,30 +14,30 @@ package org.eclipse.linuxtools.lttng.ui.views.common;
 
 import java.util.Arrays;
 
-import org.eclipse.linuxtools.lttng.LttngConstants;
-import org.eclipse.linuxtools.lttng.control.LttngCoreProviderFactory;
-import org.eclipse.linuxtools.lttng.control.LttngSyntheticEventProvider;
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent;
-import org.eclipse.linuxtools.lttng.event.LttngTimestamp;
-import org.eclipse.linuxtools.lttng.request.ILttngSyntEventRequest;
-import org.eclipse.linuxtools.lttng.request.IRequestStatusListener;
-import org.eclipse.linuxtools.lttng.request.LttngSyntEventRequest;
-import org.eclipse.linuxtools.lttng.request.RequestCompletedSignal;
-import org.eclipse.linuxtools.lttng.request.RequestStartedSignal;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ITransEventProcessor;
+import org.eclipse.linuxtools.lttng.core.LttngConstants;
+import org.eclipse.linuxtools.lttng.core.control.LttngCoreProviderFactory;
+import org.eclipse.linuxtools.lttng.core.control.LttngSyntheticEventProvider;
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngTimestamp;
+import org.eclipse.linuxtools.lttng.core.request.ILttngSyntEventRequest;
+import org.eclipse.linuxtools.lttng.core.request.IRequestStatusListener;
+import org.eclipse.linuxtools.lttng.core.request.LttngSyntEventRequest;
+import org.eclipse.linuxtools.lttng.core.request.RequestCompletedSignal;
+import org.eclipse.linuxtools.lttng.core.request.RequestStartedSignal;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ITransEventProcessor;
 import org.eclipse.linuxtools.lttng.ui.TraceDebug;
 import org.eclipse.linuxtools.lttng.ui.model.trange.ItemContainer;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest.ExecutionType;
-import org.eclipse.linuxtools.tmf.request.TmfDataRequest;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentDisposedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfRangeSynchSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalManager;
-import org.eclipse.linuxtools.tmf.signal.TmfTimeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.request.TmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest.ExecutionType;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentDisposedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfRangeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalManager;
+import org.eclipse.linuxtools.tmf.core.signal.TmfTimeSynchSignal;
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.ITimeAnalysisViewer;
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.TmfTimeScaleSelectionEvent;
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.TmfTimeSelectionEvent;
index d78b39688cde33e0d82e62fbca311ca3478c6a92..5f3b76d368096ba4e731be49d09d0b4a0503aca4 100644 (file)
  *******************************************************************************/
 package org.eclipse.linuxtools.lttng.ui.views.common;
 
-import org.eclipse.linuxtools.lttng.event.LttngTimestamp;
+import org.eclipse.linuxtools.lttng.core.event.LttngTimestamp;
 import org.eclipse.linuxtools.lttng.ui.TraceDebug;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.TmfTimeScaleSelectionEvent;
 
 /**
index b9963f262064be6a329a7f615122fb799164d006..2a4c345fa192ed9db383ce71cc9a74ae6fc663dc 100644 (file)
@@ -35,10 +35,10 @@ import org.eclipse.jface.viewers.StructuredViewer;
 import org.eclipse.jface.viewers.TableViewer;
 import org.eclipse.jface.viewers.Viewer;
 import org.eclipse.jface.viewers.ViewerFilter;
-import org.eclipse.linuxtools.lttng.control.LttngCoreProviderFactory;
-import org.eclipse.linuxtools.lttng.event.LttngTimestamp;
-import org.eclipse.linuxtools.lttng.request.ILttngSyntEventRequest;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ITransEventProcessor;
+import org.eclipse.linuxtools.lttng.core.control.LttngCoreProviderFactory;
+import org.eclipse.linuxtools.lttng.core.event.LttngTimestamp;
+import org.eclipse.linuxtools.lttng.core.request.ILttngSyntEventRequest;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ITransEventProcessor;
 import org.eclipse.linuxtools.lttng.ui.TraceDebug;
 import org.eclipse.linuxtools.lttng.ui.model.trange.ItemContainer;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeEventProcess;
@@ -47,15 +47,15 @@ import org.eclipse.linuxtools.lttng.ui.views.common.ParamsUpdater;
 import org.eclipse.linuxtools.lttng.ui.views.controlflow.evProcessor.FlowEventToHandlerFactory;
 import org.eclipse.linuxtools.lttng.ui.views.controlflow.model.FlowModelFactory;
 import org.eclipse.linuxtools.lttng.ui.views.controlflow.model.FlowTimeRangeViewerProvider;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest.ExecutionType;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentRangeUpdatedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfRangeSynchSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
-import org.eclipse.linuxtools.tmf.signal.TmfTimeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest.ExecutionType;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentRangeUpdatedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfRangeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
+import org.eclipse.linuxtools.tmf.core.signal.TmfTimeSynchSignal;
 import org.eclipse.linuxtools.tmf.ui.viewers.TmfViewerFactory;
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.ITmfTimeFilterSelectionListener;
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.ITmfTimeScaleSelectionListener;
index 430d5f4d18817cc5a44558f6791c5cbbceb8dbff..3e920c97cf1c723086c1f6b6925368e21b47fc05 100644 (file)
@@ -14,10 +14,10 @@ package org.eclipse.linuxtools.lttng.ui.views.controlflow.evProcessor;
 
 import java.util.Vector;
 
-import org.eclipse.linuxtools.lttng.state.StateStrings.ProcessStatus;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngProcessState;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ProcessStatus;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngProcessState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 import org.eclipse.linuxtools.lttng.ui.TraceDebug;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeComponent;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeEvent;
index 98c74bf91b5c8799ba5547b7919643f000b55cad..644352f29bca460704dbf50860ed0c8e7b2bd03a 100644 (file)
  *******************************************************************************/
 package org.eclipse.linuxtools.lttng.ui.views.controlflow.evProcessor;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Fields;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngProcessState;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Fields;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngProcessState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 import org.eclipse.linuxtools.lttng.ui.TraceDebug;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeEventProcess;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
 
 /**
  * Creates instances of specific after state update handlers, per corresponding
index a53aacdcc0886d7fc2759cb661f48beb85dc3cf8..be0a9bafb14d80944123d6f3616c9cd3af91ff9f 100644 (file)
  *******************************************************************************/
 package org.eclipse.linuxtools.lttng.ui.views.controlflow.evProcessor;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Fields;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngProcessState;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Fields;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngProcessState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 import org.eclipse.linuxtools.lttng.ui.TraceDebug;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeEventProcess;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
 
 /**
  * Creates instances of specific before state update handlers, per corresponding
index 43e5a05476ca14e5516235ab8ed37402ad442bc9..e1aa9d266215d56895f9efead287eca293ccb903 100644 (file)
@@ -15,9 +15,9 @@ package org.eclipse.linuxtools.lttng.ui.views.controlflow.evProcessor;
 import java.util.HashMap;
 import java.util.Map;
 
-import org.eclipse.linuxtools.lttng.state.StateStrings;
-import org.eclipse.linuxtools.lttng.state.evProcessor.AbsEventToHandlerResolver;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.AbsEventToHandlerResolver;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
 
 /**
  * Builds a Map from string event name to a processing handler object, the
index 4d8fadcfba0ce00baef2c993e087d81176af96b2..b7efd6d4299f20378bb7ff68299a6df491500f0b 100644 (file)
@@ -14,11 +14,11 @@ package org.eclipse.linuxtools.lttng.ui.views.controlflow.evProcessor;
 
 import java.util.Vector;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Events;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngProcessState;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Events;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngProcessState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 import org.eclipse.linuxtools.lttng.ui.TraceDebug;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeComponent;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeEvent;
index 1fc17b18f929b0a6f0185a2a37e08ba812264b19..f3b0053f8fabd64016a69a25c00590d749e013d0 100644 (file)
@@ -15,7 +15,7 @@ package org.eclipse.linuxtools.lttng.ui.views.controlflow.model;
 import java.util.HashMap;
 import java.util.Iterator;
 
-import org.eclipse.linuxtools.lttng.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
 import org.eclipse.linuxtools.lttng.ui.model.trange.ItemContainer;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeEventProcess;
 
index c1c4a04bf0208aef59c6e46f6a5c959a3c06a71a..c5e149bad63a08223e646edd8b31543bf0f90ea7 100644 (file)
@@ -13,9 +13,9 @@
 \r
 package org.eclipse.linuxtools.lttng.ui.views.events;\r
 \r
-import org.eclipse.linuxtools.lttng.event.LttngEventContent;\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;\r
+import org.eclipse.linuxtools.lttng.core.event.LttngEventContent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;\r
 import org.eclipse.linuxtools.tmf.ui.viewers.events.TmfEventsTable;\r
 import org.eclipse.linuxtools.tmf.ui.widgets.ColumnData;\r
 import org.eclipse.swt.SWT;\r
index b08690116feca8824060377d4c5b806020f1523d..36c6fb748c0b749325545400c9bf1b607eedb482 100644 (file)
@@ -14,7 +14,7 @@ package org.eclipse.linuxtools.lttng.ui.views.histogram;
 
 import java.util.Arrays;
 
-import org.eclipse.linuxtools.lttng.exceptions.EventOutOfSequenceException;
+import org.eclipse.linuxtools.lttng.core.exceptions.EventOutOfSequenceException;
 import org.eclipse.linuxtools.lttng.ui.LTTngUILogger;
 
 /**
index be2fa6d4715a41b7833ace511c1230f658d75eee..2b88329570eabb9bade5ffd75ecc725bf35c8357 100644 (file)
 
 package org.eclipse.linuxtools.lttng.ui.views.histogram;
 
-import org.eclipse.linuxtools.lttng.LttngConstants;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
+import org.eclipse.linuxtools.lttng.core.LttngConstants;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
 
 /**
  * <b><u>HistogramRequest</u></b>
index 82c729492347dcf9f90f6a34597b031151b0957f..32f9dc11bfcc0bd17610699b52abd59c34253633 100644 (file)
 
 package org.eclipse.linuxtools.lttng.ui.views.histogram;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest.ExecutionType;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentRangeUpdatedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfRangeSynchSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalManager;
-import org.eclipse.linuxtools.tmf.signal.TmfTimeSynchSignal;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest.ExecutionType;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentRangeUpdatedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfRangeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalManager;
+import org.eclipse.linuxtools.tmf.core.signal.TmfTimeSynchSignal;
 import org.eclipse.linuxtools.tmf.ui.views.TmfView;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.layout.GridData;
index 98f78349030817397cdd7c9f34f2ba70f6a66ec6..9d15e106c04b08694ea8a58bb4af82ac99ea8346 100644 (file)
@@ -28,10 +28,10 @@ import org.eclipse.jface.viewers.StructuredSelection;
 import org.eclipse.jface.viewers.TreeSelection;
 import org.eclipse.jface.viewers.TreeViewer;
 import org.eclipse.jface.viewers.ViewerSorter;
-import org.eclipse.linuxtools.lttng.TraceHelper;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.trace.LTTngExperiment;
-import org.eclipse.linuxtools.lttng.trace.LTTngTrace;
+import org.eclipse.linuxtools.lttng.core.TraceHelper;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngExperiment;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTrace;
 import org.eclipse.linuxtools.lttng.ui.views.project.dialogs.Messages;
 import org.eclipse.linuxtools.lttng.ui.views.project.model.ILTTngProjectTreeNode;
 import org.eclipse.linuxtools.lttng.ui.views.project.model.LTTngExperimentNode;
@@ -40,9 +40,9 @@ import org.eclipse.linuxtools.lttng.ui.views.project.model.LTTngProjectLabelProv
 import org.eclipse.linuxtools.lttng.ui.views.project.model.LTTngProjectNode;
 import org.eclipse.linuxtools.lttng.ui.views.project.model.LTTngProjectRoot;
 import org.eclipse.linuxtools.lttng.ui.views.project.model.LTTngTraceNode;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
 import org.eclipse.linuxtools.tmf.ui.views.TmfView;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.events.MouseAdapter;
index 2132ed37c37f5a26b9338486c57841120d88a24a..b16c168a99fa14d05d0820e62e0625c9b6dc05ac 100644 (file)
@@ -17,9 +17,9 @@ import org.eclipse.core.resources.IFolder;
 import org.eclipse.core.resources.IProject;
 import org.eclipse.jface.dialogs.MessageDialog;
 import org.eclipse.jface.viewers.IStructuredSelection;
-import org.eclipse.linuxtools.lttng.TraceHelper;
-import org.eclipse.linuxtools.lttng.exceptions.LttngException;
-import org.eclipse.linuxtools.lttng.trace.LTTngTraceVersion;
+import org.eclipse.linuxtools.lttng.core.TraceHelper;
+import org.eclipse.linuxtools.lttng.core.exceptions.LttngException;
+import org.eclipse.linuxtools.lttng.core.trace.LTTngTraceVersion;
 import org.eclipse.linuxtools.lttng.ui.views.project.handlers.TraceErrorHandler;
 import org.eclipse.linuxtools.lttng.ui.views.project.model.LTTngProjectNode;
 import org.eclipse.ui.IWorkbench;
index b7113bc1b0bd495a26ef9614b6f10ed831cb8026..ed0a21f1552dee200da93322adabce227183af75 100644 (file)
@@ -17,9 +17,9 @@ package org.eclipse.linuxtools.lttng.ui.views.project.dialogs;
 import org.eclipse.core.resources.IProject;
 import org.eclipse.core.resources.IProjectDescription;
 import org.eclipse.core.runtime.CoreException;
-import org.eclipse.linuxtools.lttng.LTTngProjectNature;
-import org.eclipse.linuxtools.lttng.TraceHelper;
-import org.eclipse.linuxtools.tmf.TmfProjectNature;
+import org.eclipse.linuxtools.lttng.core.LTTngProjectNature;
+import org.eclipse.linuxtools.lttng.core.TraceHelper;
+import org.eclipse.linuxtools.tmf.core.TmfProjectNature;
 import org.eclipse.linuxtools.tmf.ui.project.wizards.NewTmfProjectWizard;
 
 /**
index 21c015f01ce60b64ba5b82c878a9849fc9594940..bd99112350d23b07e0715a0f41781de1da5b8066 100644 (file)
@@ -16,7 +16,7 @@ import java.io.File;
 
 import org.eclipse.core.resources.IProject;
 import org.eclipse.core.resources.IResource;
-import org.eclipse.linuxtools.lttng.TraceHelper;
+import org.eclipse.linuxtools.lttng.core.TraceHelper;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.events.ModifyEvent;
 import org.eclipse.swt.events.ModifyListener;
index 8898a10a9df929c549b9a76a7bd1f5004f378e9b..07648dd87865e59da6060470cca5ef185a73ef76 100644 (file)
@@ -22,7 +22,7 @@ import org.eclipse.core.resources.IResource;
 import org.eclipse.core.runtime.CoreException;
 import org.eclipse.core.runtime.IAdaptable;
 import org.eclipse.core.runtime.Platform;
-import org.eclipse.linuxtools.lttng.LTTngProjectNature;
+import org.eclipse.linuxtools.lttng.core.LTTngProjectNature;
 
 /**
  * <b><u>LTTngProjectNode</u></b>
index 8432a5d009faec9301bae6b6111b9dfeb82ace56..062b566e26447b37da0563ed97082172b1c8e098 100644 (file)
@@ -18,9 +18,9 @@ import org.eclipse.jface.action.IMenuManager;
 import org.eclipse.jface.action.IToolBarManager;
 import org.eclipse.jface.action.MenuManager;
 import org.eclipse.jface.action.Separator;
-import org.eclipse.linuxtools.lttng.control.LttngCoreProviderFactory;
-import org.eclipse.linuxtools.lttng.request.ILttngSyntEventRequest;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ITransEventProcessor;
+import org.eclipse.linuxtools.lttng.core.control.LttngCoreProviderFactory;
+import org.eclipse.linuxtools.lttng.core.request.ILttngSyntEventRequest;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ITransEventProcessor;
 import org.eclipse.linuxtools.lttng.ui.TraceDebug;
 import org.eclipse.linuxtools.lttng.ui.model.trange.ItemContainer;
 import org.eclipse.linuxtools.lttng.ui.views.common.AbsTimeUpdateView;
@@ -28,15 +28,15 @@ import org.eclipse.linuxtools.lttng.ui.views.common.ParamsUpdater;
 import org.eclipse.linuxtools.lttng.ui.views.resources.evProcessor.ResourcesEventToHandlerFactory;
 import org.eclipse.linuxtools.lttng.ui.views.resources.model.ResourceModelFactory;
 import org.eclipse.linuxtools.lttng.ui.views.resources.model.ResourcesTimeRangeViewerProvider;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest.ExecutionType;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentRangeUpdatedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfRangeSynchSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
-import org.eclipse.linuxtools.tmf.signal.TmfTimeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest.ExecutionType;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentRangeUpdatedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfRangeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
+import org.eclipse.linuxtools.tmf.core.signal.TmfTimeSynchSignal;
 import org.eclipse.linuxtools.tmf.ui.viewers.TmfViewerFactory;
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.ITmfTimeScaleSelectionListener;
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.ITmfTimeSelectionListener;
index 235a2d68c6a572e355fc76e02c1ff8f1d35a6a74..dfabba081a2de3b3d854cb0a9671c1f3d3ca6425 100644 (file)
@@ -14,9 +14,9 @@ package org.eclipse.linuxtools.lttng.ui.views.resources.evProcessor;
 
 import java.util.Vector;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 import org.eclipse.linuxtools.lttng.ui.TraceDebug;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeComponent;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeEvent;
@@ -28,7 +28,7 @@ import org.eclipse.linuxtools.lttng.ui.views.common.AbsTRangeUpdate;
 import org.eclipse.linuxtools.lttng.ui.views.common.ParamsUpdater;
 import org.eclipse.linuxtools.lttng.ui.views.resources.model.ResourceContainer;
 import org.eclipse.linuxtools.lttng.ui.views.resources.model.ResourceModelFactory;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
 
 public abstract class AbsResourcesTRangeUpdate extends AbsTRangeUpdate
                implements ILttngEventProcessor {
index 85a012e6f3ff293d245a181c9528bb4648234b8d..4c48c96965a0e6646c0d0acef82d47ed8ea84c9f 100644 (file)
@@ -12,9 +12,9 @@
  *******************************************************************************/
 package org.eclipse.linuxtools.lttng.ui.views.resources.evProcessor;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 
 /**
  * Creates instances of specific after state update handlers, per corresponding
index f840e62e10408741dbf6ab9f0b3712e318a1e548..f45fa0b825fd94a24a06f7e3b4ef0ba75c127fcc 100644 (file)
  *******************************************************************************/
 package org.eclipse.linuxtools.lttng.ui.views.resources.evProcessor;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Channels;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Events;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Fields;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Channels;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Events;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Fields;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeEventResource;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeEventResource.ResourceTypes;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
 
 /**
  * Creates instances of specific before state update handlers, per corresponding
index a42caf962e2c7c3f15750b232a6d03128cb82f0d..2a068d81425641fcc38fb448149be5c17ca3dfff 100644 (file)
@@ -15,13 +15,13 @@ package org.eclipse.linuxtools.lttng.ui.views.resources.evProcessor;
 import java.util.HashMap;
 import java.util.Map;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent;
-import org.eclipse.linuxtools.lttng.event.LttngSyntheticEvent.SequenceInd;
-import org.eclipse.linuxtools.lttng.state.StateStrings;
-import org.eclipse.linuxtools.lttng.state.evProcessor.AbsEventToHandlerResolver;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent;
+import org.eclipse.linuxtools.lttng.core.event.LttngSyntheticEvent.SequenceInd;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.AbsEventToHandlerResolver;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 
 /**
  * Builds a Map from string event name to a processing handler object, the
index 46ab86b3ab64ff82ed572652d75bba7ddc75a8d6..3bcc934edc0e17c18198324a59517b70ba95324e 100644 (file)
  *******************************************************************************/
 package org.eclipse.linuxtools.lttng.ui.views.resources.evProcessor;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Events;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Events;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 import org.eclipse.linuxtools.lttng.ui.TraceDebug;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeEventResource;
 
index 7665fdd85a77827aebca81f953cef19e68327174..d32700fbf3e7e4b8d9b280bdf347b7f98235fc27 100644 (file)
@@ -15,7 +15,7 @@ package org.eclipse.linuxtools.lttng.ui.views.resources.model;
 import java.util.HashMap;
 import java.util.Iterator;
 
-import org.eclipse.linuxtools.lttng.TraceDebug;
+import org.eclipse.linuxtools.lttng.core.TraceDebug;
 import org.eclipse.linuxtools.lttng.ui.model.trange.ItemContainer;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeEventResource;
 import org.eclipse.linuxtools.lttng.ui.model.trange.TimeRangeEventResource.ResourceTypes;
index 0a6b6d0c0d182081ffac3dca46aa3fc75a88ff4b..4ca1fef94933f1a2536aee648ad1313015f7d0c8 100644 (file)
@@ -27,12 +27,12 @@ import org.eclipse.jface.viewers.TreeViewer;
 import org.eclipse.jface.viewers.TreeViewerColumn;
 import org.eclipse.jface.viewers.Viewer;
 import org.eclipse.jface.viewers.ViewerComparator;
-import org.eclipse.linuxtools.lttng.control.LttngCoreProviderFactory;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.model.LTTngTreeNode;
-import org.eclipse.linuxtools.lttng.request.ILttngSyntEventRequest;
-import org.eclipse.linuxtools.lttng.state.evProcessor.AbsEventToHandlerResolver;
-import org.eclipse.linuxtools.lttng.state.experiment.StateManagerFactory;
+import org.eclipse.linuxtools.lttng.core.control.LttngCoreProviderFactory;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.model.LTTngTreeNode;
+import org.eclipse.linuxtools.lttng.core.request.ILttngSyntEventRequest;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.AbsEventToHandlerResolver;
+import org.eclipse.linuxtools.lttng.core.state.experiment.StateManagerFactory;
 import org.eclipse.linuxtools.lttng.ui.TraceDebug;
 import org.eclipse.linuxtools.lttng.ui.model.trange.ItemContainer;
 import org.eclipse.linuxtools.lttng.ui.views.common.AbsTimeUpdateView;
@@ -41,14 +41,14 @@ import org.eclipse.linuxtools.lttng.ui.views.statistics.evProcessor.StatsTimeCou
 import org.eclipse.linuxtools.lttng.ui.views.statistics.model.KernelStatisticsData;
 import org.eclipse.linuxtools.lttng.ui.views.statistics.model.StatisticsTreeNode;
 import org.eclipse.linuxtools.lttng.ui.views.statistics.model.StatisticsTreeRootFactory;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest.ExecutionType;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentRangeUpdatedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest.ExecutionType;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentRangeUpdatedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.model.ITmfTimeAnalysisEntry;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.events.SelectionAdapter;
index 7aec59ac33fa67f8d31d044252054cb023dea5aa..342b7f225b64616f87e8f48af95e91f7f77565e5 100644 (file)
  *******************************************************************************/
 package org.eclipse.linuxtools.lttng.ui.views.statistics.evProcessor;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Events;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Events;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 import org.eclipse.linuxtools.lttng.ui.views.statistics.model.StatisticsData;
 import org.eclipse.linuxtools.lttng.ui.views.statistics.model.StatisticsTreeRootFactory;
 
index 0e88e0a45d8138884d46a9e62a970f8e4f383733..79ce191ebb00fde90d1ae31f9a567cd82ad1f87d 100644 (file)
@@ -12,9 +12,9 @@
 
 package org.eclipse.linuxtools.lttng.ui.views.statistics.evProcessor;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Events;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Events;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 import org.eclipse.linuxtools.lttng.ui.views.statistics.model.StatisticsData;
 
 class StatsModeChangeHandler extends AbstractStatsEventHandler {
index 7cb5d035cb1d557646eb86078cb14dd1a59d5a51..4a5b2dc07c8d4579d7bc6fa204fbda05b1c1aaaf 100644 (file)
@@ -12,9 +12,9 @@
 
 package org.eclipse.linuxtools.lttng.ui.views.statistics.evProcessor;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Events;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Events;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 import org.eclipse.linuxtools.lttng.ui.views.statistics.model.StatisticsData;
 
 class StatsModeEndHandler extends AbstractStatsEventHandler {
index 15e51dbe238835ac0208138301645a1e189d92f3..5dc5f26e4f47b26904cc56a64cdf39d9918acad9 100644 (file)
@@ -12,9 +12,9 @@
 
 package org.eclipse.linuxtools.lttng.ui.views.statistics.evProcessor;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Events;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Events;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 import org.eclipse.linuxtools.lttng.ui.views.statistics.model.StatisticsData;
 
 /**
index 06aea15aa86de66af047b5d34242594a8cda4b35..f6a0c928e35a9ea9192c425fdbe6c31dc8175858 100644 (file)
@@ -16,9 +16,9 @@ package org.eclipse.linuxtools.lttng.ui.views.statistics.evProcessor;
 import java.util.HashMap;
 import java.util.Map;
 
-import org.eclipse.linuxtools.lttng.state.StateStrings;
-import org.eclipse.linuxtools.lttng.state.evProcessor.AbsEventToHandlerResolver;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.AbsEventToHandlerResolver;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
 
 /**
  * Provide the handlers that will count the CPU Time, Cumulative CPU Time and
index d1583b0f6f0a5046bdff3d582e015c0f8eab809a..109c8f7e31590f9e2b4a4de1f9f198e661f899cd 100644 (file)
 
 package org.eclipse.linuxtools.lttng.ui.views.statistics.evProcessor;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.StateStrings;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Events;
-import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Events;
+import org.eclipse.linuxtools.lttng.core.state.evProcessor.ILttngEventProcessor;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 
 /**
  * Process the system call entry event
@@ -186,7 +186,7 @@ class StatsTimeCountHandlers {
        }
        /**
         * <h4>Get the process exit handler</h4>
-        * <p> Handles: {@link org.eclipse.linuxtools.lttng.state.StateStrings.Events#LTT_EVENT_PROCESS_EXIT}.</p>
+        * <p> Handles: {@link org.eclipse.linuxtools.lttng.core.state.StateStrings.Events#LTT_EVENT_PROCESS_EXIT}.</p>
         * @return The handler.
         */
        ILttngEventProcessor getProcessExitHandler() {
index d301b9417b01367b7cb7d81bae078cc826174457..658e7bdfc9d21a1f834df29c7ddf5323b22d9210 100644 (file)
@@ -12,8 +12,8 @@
 
 package org.eclipse.linuxtools.lttng.ui.views.statistics.evProcessor;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 import org.eclipse.linuxtools.lttng.ui.views.statistics.model.StatisticsData;
 
 /**
index 276eaceb20d8e88cfb11619434a068ac910967a0..79d18664d5ccaf480d08b20aba97af60f2fd431f 100644 (file)
@@ -19,13 +19,13 @@ import java.util.LinkedList;
 import java.util.Set;
 import java.util.Map;
 
-import org.eclipse.linuxtools.lttng.LttngConstants;
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.StateStrings.Events;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ExecutionMode;
-import org.eclipse.linuxtools.lttng.state.StateStrings.ProcessStatus;
-import org.eclipse.linuxtools.lttng.state.model.LttngProcessState;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.LttngConstants;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.Events;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ExecutionMode;
+import org.eclipse.linuxtools.lttng.core.state.StateStrings.ProcessStatus;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngProcessState;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 
 /**
  * <h4>Class that process the LTTng kernel events.</h4>
index 7589782948733bf02c981844307988f5a75bb54a..523aa583fa74963ca8b2e5f3e01a96584f314cab 100644 (file)
@@ -17,8 +17,8 @@ import java.util.HashMap;
 import java.util.Map;
 import java.util.Set;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.lttng.core.state.model.LttngTraceState;
 
 /**
  * <h4>Base class for the statistics storage.</h4>
index a7fb535a56e09d1c456c4bce19d50ad33d68fc09..50aef6671283209d1320a83c689225d79ad4acdd 100644 (file)
@@ -12,8 +12,8 @@
 
 package org.eclipse.linuxtools.lttng.ui.views.timeframe;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.events.ModifyEvent;
 import org.eclipse.swt.events.ModifyListener;
index ab59b1e08b92444ef891aae19193f07dcfbff2ad..09b031c276921caf7bef03f4e62bef621d7768ba 100644 (file)
 
 package org.eclipse.linuxtools.lttng.ui.views.timeframe;
 
-import org.eclipse.linuxtools.lttng.event.LttngEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentUpdatedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfRangeSynchSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
-import org.eclipse.linuxtools.tmf.signal.TmfTimeSynchSignal;
+import org.eclipse.linuxtools.lttng.core.event.LttngEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentUpdatedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfRangeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
+import org.eclipse.linuxtools.tmf.core.signal.TmfTimeSynchSignal;
 import org.eclipse.linuxtools.tmf.ui.views.TmfView;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.layout.GridData;
diff --git a/org.eclipse.linuxtools.lttng/.gitignore b/org.eclipse.linuxtools.lttng/.gitignore
new file mode 100644 (file)
index 0000000..8d94ef8
--- /dev/null
@@ -0,0 +1,5 @@
+bin
+@dot
+javaCompiler...args
+build.xml
+target
diff --git a/org.eclipse.linuxtools.lttng/.project b/org.eclipse.linuxtools.lttng/.project
new file mode 100644 (file)
index 0000000..b7a86a0
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.eclipse.linuxtools.lttng</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.pde.FeatureBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.FeatureNature</nature>
+       </natures>
+</projectDescription>
diff --git a/org.eclipse.linuxtools.lttng/build.properties b/org.eclipse.linuxtools.lttng/build.properties
new file mode 100644 (file)
index 0000000..39b0777
--- /dev/null
@@ -0,0 +1,4 @@
+bin.includes = feature.xml,\
+               epl-v10.html,\
+               feature.properties,\
+               license.html
diff --git a/org.eclipse.linuxtools.lttng/epl-v10.html b/org.eclipse.linuxtools.lttng/epl-v10.html
new file mode 100644 (file)
index 0000000..9321f40
--- /dev/null
@@ -0,0 +1,256 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"><head>
+
+
+
+
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Eclipse Public License - Version 1.0</title>
+
+<style type="text/css">
+  body {
+    size: 8.5in 11.0in;
+    margin: 0.25in 0.5in 0.25in 0.5in;
+    tab-interval: 0.5in;
+    }
+  p {          
+    margin-left: auto;
+    margin-top:  0.5em;
+    margin-bottom: 0.5em;
+    }
+  p.list {
+       margin-left: 0.5in;
+    margin-top:  0.05em;
+    margin-bottom: 0.05em;
+    }
+  </style></head><body lang="EN-US">
+
+<p align="center"><b>Eclipse Public License - v 1.0</b></p>
+
+<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
+DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
+AGREEMENT.</p>
+
+<p><b>1. DEFINITIONS</b></p>
+
+<p>"Contribution" means:</p>
+
+<p class="list">a) in the case of the initial Contributor, the initial
+code and documentation distributed under this Agreement, and</p>
+<p class="list">b) in the case of each subsequent Contributor:</p>
+<p class="list">i) changes to the Program, and</p>
+<p class="list">ii) additions to the Program;</p>
+<p class="list">where such changes and/or additions to the Program
+originate from and are distributed by that particular Contributor. A
+Contribution 'originates' from a Contributor if it was added to the
+Program by such Contributor itself or anyone acting on such
+Contributor's behalf. Contributions do not include additions to the
+Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii)
+are not derivative works of the Program.</p>
+
+<p>"Contributor" means any person or entity that distributes
+the Program.</p>
+
+<p>"Licensed Patents" mean patent claims licensable by a
+Contributor which are necessarily infringed by the use or sale of its
+Contribution alone or when combined with the Program.</p>
+
+<p>"Program" means the Contributions distributed in accordance
+with this Agreement.</p>
+
+<p>"Recipient" means anyone who receives the Program under
+this Agreement, including all Contributors.</p>
+
+<p><b>2. GRANT OF RIGHTS</b></p>
+
+<p class="list">a) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free copyright license to reproduce, prepare derivative works
+of, publicly display, publicly perform, distribute and sublicense the
+Contribution of such Contributor, if any, and such derivative works, in
+source code and object code form.</p>
+
+<p class="list">b) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free patent license under Licensed Patents to make, use, sell,
+offer to sell, import and otherwise transfer the Contribution of such
+Contributor, if any, in source code and object code form. This patent
+license shall apply to the combination of the Contribution and the
+Program if, at the time the Contribution is added by the Contributor,
+such addition of the Contribution causes such combination to be covered
+by the Licensed Patents. The patent license shall not apply to any other
+combinations which include the Contribution. No hardware per se is
+licensed hereunder.</p>
+
+<p class="list">c) Recipient understands that although each Contributor
+grants the licenses to its Contributions set forth herein, no assurances
+are provided by any Contributor that the Program does not infringe the
+patent or other intellectual property rights of any other entity. Each
+Contributor disclaims any liability to Recipient for claims brought by
+any other entity based on infringement of intellectual property rights
+or otherwise. As a condition to exercising the rights and licenses
+granted hereunder, each Recipient hereby assumes sole responsibility to
+secure any other intellectual property rights needed, if any. For
+example, if a third party patent license is required to allow Recipient
+to distribute the Program, it is Recipient's responsibility to acquire
+that license before distributing the Program.</p>
+
+<p class="list">d) Each Contributor represents that to its knowledge it
+has sufficient copyright rights in its Contribution, if any, to grant
+the copyright license set forth in this Agreement.</p>
+
+<p><b>3. REQUIREMENTS</b></p>
+
+<p>A Contributor may choose to distribute the Program in object code
+form under its own license agreement, provided that:</p>
+
+<p class="list">a) it complies with the terms and conditions of this
+Agreement; and</p>
+
+<p class="list">b) its license agreement:</p>
+
+<p class="list">i) effectively disclaims on behalf of all Contributors
+all warranties and conditions, express and implied, including warranties
+or conditions of title and non-infringement, and implied warranties or
+conditions of merchantability and fitness for a particular purpose;</p>
+
+<p class="list">ii) effectively excludes on behalf of all Contributors
+all liability for damages, including direct, indirect, special,
+incidental and consequential damages, such as lost profits;</p>
+
+<p class="list">iii) states that any provisions which differ from this
+Agreement are offered by that Contributor alone and not by any other
+party; and</p>
+
+<p class="list">iv) states that source code for the Program is available
+from such Contributor, and informs licensees how to obtain it in a
+reasonable manner on or through a medium customarily used for software
+exchange.</p>
+
+<p>When the Program is made available in source code form:</p>
+
+<p class="list">a) it must be made available under this Agreement; and</p>
+
+<p class="list">b) a copy of this Agreement must be included with each
+copy of the Program.</p>
+
+<p>Contributors may not remove or alter any copyright notices contained
+within the Program.</p>
+
+<p>Each Contributor must identify itself as the originator of its
+Contribution, if any, in a manner that reasonably allows subsequent
+Recipients to identify the originator of the Contribution.</p>
+
+<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
+
+<p>Commercial distributors of software may accept certain
+responsibilities with respect to end users, business partners and the
+like. While this license is intended to facilitate the commercial use of
+the Program, the Contributor who includes the Program in a commercial
+product offering should do so in a manner which does not create
+potential liability for other Contributors. Therefore, if a Contributor
+includes the Program in a commercial product offering, such Contributor
+("Commercial Contributor") hereby agrees to defend and
+indemnify every other Contributor ("Indemnified Contributor")
+against any losses, damages and costs (collectively "Losses")
+arising from claims, lawsuits and other legal actions brought by a third
+party against the Indemnified Contributor to the extent caused by the
+acts or omissions of such Commercial Contributor in connection with its
+distribution of the Program in a commercial product offering. The
+obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property infringement. In
+order to qualify, an Indemnified Contributor must: a) promptly notify
+the Commercial Contributor in writing of such claim, and b) allow the
+Commercial Contributor to control, and cooperate with the Commercial
+Contributor in, the defense and any related settlement negotiations. The
+Indemnified Contributor may participate in any such claim at its own
+expense.</p>
+
+<p>For example, a Contributor might include the Program in a commercial
+product offering, Product X. That Contributor is then a Commercial
+Contributor. If that Commercial Contributor then makes performance
+claims, or offers warranties related to Product X, those performance
+claims and warranties are such Commercial Contributor's responsibility
+alone. Under this section, the Commercial Contributor would have to
+defend claims against the other Contributors related to those
+performance claims and warranties, and if a court requires any other
+Contributor to pay any damages as a result, the Commercial Contributor
+must pay those damages.</p>
+
+<p><b>5. NO WARRANTY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
+PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
+OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
+ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
+OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
+responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its
+exercise of rights under this Agreement , including but not limited to
+the risks and costs of program errors, compliance with applicable laws,
+damage to or loss of data, programs or equipment, and unavailability or
+interruption of operations.</p>
+
+<p><b>6. DISCLAIMER OF LIABILITY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
+NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
+WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
+DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
+HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
+
+<p><b>7. GENERAL</b></p>
+
+<p>If any provision of this Agreement is invalid or unenforceable under
+applicable law, it shall not affect the validity or enforceability of
+the remainder of the terms of this Agreement, and without further action
+by the parties hereto, such provision shall be reformed to the minimum
+extent necessary to make such provision valid and enforceable.</p>
+
+<p>If Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the
+Program itself (excluding combinations of the Program with other
+software or hardware) infringes such Recipient's patent(s), then such
+Recipient's rights granted under Section 2(b) shall terminate as of the
+date such litigation is filed.</p>
+
+<p>All Recipient's rights under this Agreement shall terminate if it
+fails to comply with any of the material terms or conditions of this
+Agreement and does not cure such failure in a reasonable period of time
+after becoming aware of such noncompliance. If all Recipient's rights
+under this Agreement terminate, Recipient agrees to cease use and
+distribution of the Program as soon as reasonably practicable. However,
+Recipient's obligations under this Agreement and any licenses granted by
+Recipient relating to the Program shall continue and survive.</p>
+
+<p>Everyone is permitted to copy and distribute copies of this
+Agreement, but in order to avoid inconsistency the Agreement is
+copyrighted and may only be modified in the following manner. The
+Agreement Steward reserves the right to publish new versions (including
+revisions) of this Agreement from time to time. No one other than the
+Agreement Steward has the right to modify this Agreement. The Eclipse
+Foundation is the initial Agreement Steward. The Eclipse Foundation may
+assign the responsibility to serve as the Agreement Steward to a
+suitable separate entity. Each new version of the Agreement will be
+given a distinguishing version number. The Program (including
+Contributions) may always be distributed subject to the version of the
+Agreement under which it was received. In addition, after a new version
+of the Agreement is published, Contributor may elect to distribute the
+Program (including its Contributions) under the new version. Except as
+expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
+rights or licenses to the intellectual property of any Contributor under
+this Agreement, whether expressly, by implication, estoppel or
+otherwise. All rights in the Program not expressly granted under this
+Agreement are reserved.</p>
+
+<p>This Agreement is governed by the laws of the State of New York and
+the intellectual property laws of the United States of America. No party
+to this Agreement will bring a legal action under this Agreement more
+than one year after the cause of action arose. Each party waives its
+rights to a jury trial in any resulting litigation.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng/feature.properties b/org.eclipse.linuxtools.lttng/feature.properties
new file mode 100644 (file)
index 0000000..3cad903
--- /dev/null
@@ -0,0 +1,145 @@
+#*******************************************************************************
+# Copyright (c) 2009 Ericsson
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+#    Ericsson - initial API and implementation
+#********************************************************************************
+
+featureName=LTTng - Linux Tracing Toolkit (Incubation)
+
+description=Plugins to integrate LTTng tools into the workbench.
+
+featureProvider=Eclipse Linux Tools
+
+copyright=Copyright 2009 Ericsson
+
+licenseURL=license.html
+
+license=\
+Eclipse Foundation Software User Agreement\n\
+February 1, 2011\n\
+\n\
+Usage Of Content\n\
+\n\
+THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
+OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
+USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
+AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
+NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU\n\
+AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
+AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
+OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE\n\
+TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
+OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
+BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
+\n\
+Applicable Licenses\n\
+\n\
+Unless otherwise indicated, all Content made available by the\n\
+Eclipse Foundation is provided to you under the terms and conditions of\n\
+the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
+provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+For purposes of the EPL, "Program" will mean the Content.\n\
+\n\
+Content includes, but is not limited to, source code, object code,\n\
+documentation and other files maintained in the Eclipse Foundation source code\n\
+repository ("Repository") in software modules ("Modules") and made available\n\
+as downloadable archives ("Downloads").\n\
+\n\
+       - Content may be structured and packaged into modules to facilitate delivering,\n\
+         extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
+         plug-in fragments ("Fragments"), and features ("Features").\n\
+       - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
+         in a directory named "plugins".\n\
+       - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
+         Each Feature may be packaged as a sub-directory in a directory named "features".\n\
+         Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
+         numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
+       - Features may also include other Features ("Included Features"). Within a Feature, files\n\
+         named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
+\n\
+The terms and conditions governing Plug-ins and Fragments should be\n\
+contained in files named "about.html" ("Abouts"). The terms and\n\
+conditions governing Features and Included Features should be contained\n\
+in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
+Licenses may be located in any directory of a Download or Module\n\
+including, but not limited to the following locations:\n\
+\n\
+       - The top-level (root) directory\n\
+       - Plug-in and Fragment directories\n\
+       - Inside Plug-ins and Fragments packaged as JARs\n\
+       - Sub-directories of the directory named "src" of certain Plug-ins\n\
+       - Feature directories\n\
+\n\
+Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
+Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
+Update License") during the installation process. If the Feature contains\n\
+Included Features, the Feature Update License should either provide you\n\
+with the terms and conditions governing the Included Features or inform\n\
+you where you can locate them. Feature Update Licenses may be found in\n\
+the "license" property of files named "feature.properties" found within a Feature.\n\
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
+terms and conditions (or references to such terms and conditions) that\n\
+govern your use of the associated Content in that directory.\n\
+\n\
+THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
+TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
+SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
+\n\
+       - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\
+       - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
+       - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
+       - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
+       - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
+       - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
+\n\
+IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
+TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
+is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
+govern that particular Content.\n\
+\n\
+\n\Use of Provisioning Technology\n\
+\n\
+The Eclipse Foundation makes available provisioning software, examples of which include,\n\
+but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
+the purpose of allowing users to install software, documentation, information and/or\n\
+other materials (collectively "Installable Software"). This capability is provided with\n\
+the intent of allowing such users to install, extend and update Eclipse-based products.\n\
+Information about packaging Installable Software is available at\n\
+http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
+\n\
+You may use Provisioning Technology to allow other parties to install Installable Software.\n\
+You shall be responsible for enabling the applicable license agreements relating to the\n\
+Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
+in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
+making it available in accordance with the Specification, you further acknowledge your\n\
+agreement to, and the acquisition of all necessary rights to permit the following:\n\
+\n\
+       1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
+          the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
+          extending or updating the functionality of an Eclipse-based product.\n\
+       2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
+          Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
+       3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
+          govern the use of the Installable Software ("Installable Software Agreement") and such\n\
+          Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
+          with the Specification. Such Installable Software Agreement must inform the user of the\n\
+          terms and conditions that govern the Installable Software and must solicit acceptance by\n\
+          the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
+          indication of agreement by the user, the provisioning Technology will complete installation\n\
+          of the Installable Software.\n\
+\n\
+Cryptography\n\
+\n\
+Content may contain encryption software. The country in which you are\n\
+currently may have restrictions on the import, possession, and use,\n\
+and/or re-export to another country, of encryption software. BEFORE\n\
+using any encryption software, please check the country's laws,\n\
+regulations and policies concerning the import, possession, or use, and\n\
+re-export of encryption software, to see if this is permitted.\n\
+\n\
+Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng/feature.xml b/org.eclipse.linuxtools.lttng/feature.xml
new file mode 100644 (file)
index 0000000..0b38b5b
--- /dev/null
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- For PDE build, remove "ws" and "arch" -->
+<feature
+      id="org.eclipse.linuxtools.lttng"
+      label="%featureName"
+      version="0.4.0.qualifier"
+      provider-name="%featureProvider"
+      os="linux"
+      ws="*"
+      arch="*">
+
+   <description>
+      %description
+   </description>
+
+   <copyright>
+      %copyright
+   </copyright>
+
+   <license url="%licenseURL">
+      %license
+   </license>
+
+   <url>
+      <update label="Linux Tools Update Site" url="http://download.eclipse.org/technology/linuxtools/update"/>
+   </url>
+
+   <includes
+         id="org.eclipse.linuxtools.tmf"
+         version="0.0.0"
+         name="Tracing and Monitoring Framework (TMF) (Incubation)"/>
+
+   <requires>
+      <import plugin="org.eclipse.linuxtools.lttng.jni" version="0.3.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.core.runtime" version="3.7.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.linuxtools.tmf.core" version="0.3.2" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.rse.core" version="3.2.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.tm.tcf.core" version="0.4.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.core.resources" version="3.7.100" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.ui" version="3.7.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.ui.ide" version="3.7.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.core.filesystem" version="1.3.100" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.linuxtools.tmf.ui" version="0.3.2" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.linuxtools.lttng.core" version="0.3.2" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.rse.services" version="3.2.100" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.rse.subsystems.files.core" version="3.2.100" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.rse.ui" version="3.2.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.tm.tcf.rse" version="0.4.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.help" version="3.5.100" match="greaterOrEqual"/>
+   </requires>
+
+   <plugin
+         id="org.eclipse.linuxtools.lttng.core"
+         os="linux"
+         ws="*"
+         arch="*"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.linuxtools.lttng.ui"
+         os="linux"
+         ws="*"
+         arch="*"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.linuxtools.lttng.help"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
+   <plugin
+         id="org.eclipse.linuxtools.lttng.jni"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>
diff --git a/org.eclipse.linuxtools.lttng/license.html b/org.eclipse.linuxtools.lttng/license.html
new file mode 100644 (file)
index 0000000..6e579a5
--- /dev/null
@@ -0,0 +1,164 @@
+<!--?xml version="1.0" encoding="ISO-8859-1" ?-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"><head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Eclipse Foundation Software User Agreement</title>
+</head>
+
+<body lang="EN-US">
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>February 1, 2011</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+   (COLLECTIVELY "CONTENT").  USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+   CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+   OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+   NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+   CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse
+ Foundation is provided to you under the terms and conditions of the 
+Eclipse Public License Version 1.0
+   ("EPL").  A copy of the EPL is provided with this Content and is also
+ available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+   For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code, 
+documentation and other files maintained in the Eclipse Foundation 
+source code
+   repository ("Repository") in software modules ("Modules") and made 
+available as downloadable archives ("Downloads").</p>
+
+<ul>
+       <li>Content may be structured and packaged into modules to 
+facilitate delivering, extending, and upgrading the Content.  Typical 
+modules may include plug-ins ("Plug-ins"), plug-in fragments 
+("Fragments"), and features ("Features").</li>
+       <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&#8482; ARchive) in a directory named "plugins".</li>
+       <li>A Feature is a bundle of one or more Plug-ins and/or 
+Fragments and associated material.  Each Feature may be packaged as a 
+sub-directory in a directory named "features".  Within a Feature, files 
+named "feature.xml" may contain a list of the names and version numbers 
+of the Plug-ins
+      and/or Fragments associated with that Feature.</li>
+       <li>Features may also include other Features ("Included 
+Features"). Within a Feature, files named "feature.xml" may contain a 
+list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be 
+contained in files named "about.html" ("Abouts"). The terms and 
+conditions governing Features and
+Included Features should be contained in files named "license.html" 
+("Feature Licenses").  Abouts and Feature Licenses may be located in any
+ directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+       <li>The top-level (root) directory</li>
+       <li>Plug-in and Fragment directories</li>
+       <li>Inside Plug-ins and Fragments packaged as JARs</li>
+       <li>Sub-directories of the directory named "src" of certain Plug-ins</li>
+       <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is 
+installed using the Provisioning Technology (as defined below), you must
+ agree to a license ("Feature Update License") during the
+installation process.  If the Feature contains Included Features, the 
+Feature Update License should either provide you with the terms and 
+conditions governing the Included Features or
+inform you where you can locate them.  Feature Update Licenses may be 
+found in the "license" property of files named "feature.properties" 
+found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the 
+terms and conditions (or references to such terms and conditions) that 
+govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER 
+TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.
+  SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+       <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
+       <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+       <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+       <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+       <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
+       <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND 
+CONDITIONS PRIOR TO USE OF THE CONTENT.  If no About, Feature License, 
+or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions 
+govern that particular Content.</p>
+
+
+<h3>Use of Provisioning Technology</h3>
+
+<p>The Eclipse Foundation makes available provisioning software, 
+examples of which include, but are not limited to, p2 and the Eclipse
+   Update Manager ("Provisioning Technology") for the purpose of 
+allowing users to install software, documentation, information and/or
+   other materials (collectively "Installable Software"). This 
+capability is provided with the intent of allowing such users to
+   install, extend and update Eclipse-based products. Information about 
+packaging Installable Software is available at <a href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
+   ("Specification").</p>
+
+<p>You may use Provisioning Technology to allow other parties to install
+ Installable Software. You shall be responsible for enabling the
+   applicable license agreements relating to the Installable Software to
+ be presented to, and accepted by, the users of the Provisioning 
+Technology
+   in accordance with the Specification. By using Provisioning 
+Technology in such a manner and making it available in accordance with 
+the
+   Specification, you further acknowledge your agreement to, and the 
+acquisition of all necessary rights to permit the following:</p>
+
+<ol>
+       <li>A series of actions may occur ("Provisioning Process") in 
+which a user may execute the Provisioning Technology
+       on a machine ("Target Machine") with the intent of installing, 
+extending or updating the functionality of an Eclipse-based
+       product.</li>
+       <li>During the Provisioning Process, the Provisioning Technology 
+may cause third party Installable Software or a portion thereof to be
+       accessed and copied to the Target Machine.</li>
+       <li>Pursuant to the Specification, you will provide to the user 
+the terms and conditions that govern the use of the Installable
+       Software ("Installable Software Agreement") and such Installable 
+Software Agreement shall be accessed from the Target
+       Machine in accordance with the Specification. Such Installable 
+Software Agreement must inform the user of the terms and conditions that
+ govern
+       the Installable Software and must solicit acceptance by the end 
+user in the manner prescribed in such Installable Software Agreement. 
+Upon such
+       indication of agreement by the user, the provisioning Technology 
+will complete installation of the Installable Software.</li>
+</ol>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are
+ currently may have restrictions on the import, possession, and use, 
+and/or re-export to
+   another country, of encryption software. BEFORE using any encryption 
+software, please check the country's laws, regulations and policies 
+concerning the import,
+   possession, or use, and re-export of encryption software, to see if 
+this is permitted.</p>
+
+<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
+
+
+</body></html>
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.lttng/pom.xml b/org.eclipse.linuxtools.lttng/pom.xml
new file mode 100644 (file)
index 0000000..d86c8fc
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Copyright (C) 2011, Red Hat, Inc.
+
+   All rights reserved. This program and the accompanying materials
+   are made available under the terms of the Eclipse Public License v1.0
+   which accompanies this distribution, and is available at
+   http://www.eclipse.org/legal/epl-v10.html
+-->
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>linuxtools-lttng-parent</artifactId>
+    <groupId>org.eclipse.linuxtools.lttng</groupId>
+    <version>0.10.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>org.eclipse.linuxtools.lttng</artifactId>
+  <version>0.4.0-SNAPSHOT</version>
+  <packaging>eclipse-feature</packaging>
+
+  <name>Linux Tools LTTng (Linux Tracing Toolkit)</name>
+
+  <groupId>org.eclipse.linuxtools.lttng</groupId>
+</project>
diff --git a/org.eclipse.linuxtools.tmf-feature/.gitignore b/org.eclipse.linuxtools.tmf-feature/.gitignore
deleted file mode 100644 (file)
index 8d94ef8..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-bin
-@dot
-javaCompiler...args
-build.xml
-target
diff --git a/org.eclipse.linuxtools.tmf-feature/.project b/org.eclipse.linuxtools.tmf-feature/.project
deleted file mode 100644 (file)
index edaa96d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.eclipse.linuxtools.tmf</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.pde.FeatureBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.FeatureNature</nature>
-       </natures>
-</projectDescription>
diff --git a/org.eclipse.linuxtools.tmf-feature/ChangeLog b/org.eclipse.linuxtools.tmf-feature/ChangeLog
deleted file mode 100644 (file)
index 592ef77..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-2011-06-02  Andrew Overholt  <overholt@redhat.com>
-
-       * build.properties: Include license.html.
-
-2011-02-04  Jeff Johnston  <jjohnstn@redhat.com>
-
-       * feature.properties: Fix license to be consistent with other tools.
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf-feature/build.properties b/org.eclipse.linuxtools.tmf-feature/build.properties
deleted file mode 100644 (file)
index 39b0777..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-bin.includes = feature.xml,\
-               epl-v10.html,\
-               feature.properties,\
-               license.html
diff --git a/org.eclipse.linuxtools.tmf-feature/epl-v10.html b/org.eclipse.linuxtools.tmf-feature/epl-v10.html
deleted file mode 100644 (file)
index 9321f40..0000000
+++ /dev/null
@@ -1,256 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head>
-
-
-
-
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Eclipse Public License - Version 1.0</title>
-
-<style type="text/css">
-  body {
-    size: 8.5in 11.0in;
-    margin: 0.25in 0.5in 0.25in 0.5in;
-    tab-interval: 0.5in;
-    }
-  p {          
-    margin-left: auto;
-    margin-top:  0.5em;
-    margin-bottom: 0.5em;
-    }
-  p.list {
-       margin-left: 0.5in;
-    margin-top:  0.05em;
-    margin-bottom: 0.05em;
-    }
-  </style></head><body lang="EN-US">
-
-<p align="center"><b>Eclipse Public License - v 1.0</b></p>
-
-<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
-PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
-DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
-AGREEMENT.</p>
-
-<p><b>1. DEFINITIONS</b></p>
-
-<p>"Contribution" means:</p>
-
-<p class="list">a) in the case of the initial Contributor, the initial
-code and documentation distributed under this Agreement, and</p>
-<p class="list">b) in the case of each subsequent Contributor:</p>
-<p class="list">i) changes to the Program, and</p>
-<p class="list">ii) additions to the Program;</p>
-<p class="list">where such changes and/or additions to the Program
-originate from and are distributed by that particular Contributor. A
-Contribution 'originates' from a Contributor if it was added to the
-Program by such Contributor itself or anyone acting on such
-Contributor's behalf. Contributions do not include additions to the
-Program which: (i) are separate modules of software distributed in
-conjunction with the Program under their own license agreement, and (ii)
-are not derivative works of the Program.</p>
-
-<p>"Contributor" means any person or entity that distributes
-the Program.</p>
-
-<p>"Licensed Patents" mean patent claims licensable by a
-Contributor which are necessarily infringed by the use or sale of its
-Contribution alone or when combined with the Program.</p>
-
-<p>"Program" means the Contributions distributed in accordance
-with this Agreement.</p>
-
-<p>"Recipient" means anyone who receives the Program under
-this Agreement, including all Contributors.</p>
-
-<p><b>2. GRANT OF RIGHTS</b></p>
-
-<p class="list">a) Subject to the terms of this Agreement, each
-Contributor hereby grants Recipient a non-exclusive, worldwide,
-royalty-free copyright license to reproduce, prepare derivative works
-of, publicly display, publicly perform, distribute and sublicense the
-Contribution of such Contributor, if any, and such derivative works, in
-source code and object code form.</p>
-
-<p class="list">b) Subject to the terms of this Agreement, each
-Contributor hereby grants Recipient a non-exclusive, worldwide,
-royalty-free patent license under Licensed Patents to make, use, sell,
-offer to sell, import and otherwise transfer the Contribution of such
-Contributor, if any, in source code and object code form. This patent
-license shall apply to the combination of the Contribution and the
-Program if, at the time the Contribution is added by the Contributor,
-such addition of the Contribution causes such combination to be covered
-by the Licensed Patents. The patent license shall not apply to any other
-combinations which include the Contribution. No hardware per se is
-licensed hereunder.</p>
-
-<p class="list">c) Recipient understands that although each Contributor
-grants the licenses to its Contributions set forth herein, no assurances
-are provided by any Contributor that the Program does not infringe the
-patent or other intellectual property rights of any other entity. Each
-Contributor disclaims any liability to Recipient for claims brought by
-any other entity based on infringement of intellectual property rights
-or otherwise. As a condition to exercising the rights and licenses
-granted hereunder, each Recipient hereby assumes sole responsibility to
-secure any other intellectual property rights needed, if any. For
-example, if a third party patent license is required to allow Recipient
-to distribute the Program, it is Recipient's responsibility to acquire
-that license before distributing the Program.</p>
-
-<p class="list">d) Each Contributor represents that to its knowledge it
-has sufficient copyright rights in its Contribution, if any, to grant
-the copyright license set forth in this Agreement.</p>
-
-<p><b>3. REQUIREMENTS</b></p>
-
-<p>A Contributor may choose to distribute the Program in object code
-form under its own license agreement, provided that:</p>
-
-<p class="list">a) it complies with the terms and conditions of this
-Agreement; and</p>
-
-<p class="list">b) its license agreement:</p>
-
-<p class="list">i) effectively disclaims on behalf of all Contributors
-all warranties and conditions, express and implied, including warranties
-or conditions of title and non-infringement, and implied warranties or
-conditions of merchantability and fitness for a particular purpose;</p>
-
-<p class="list">ii) effectively excludes on behalf of all Contributors
-all liability for damages, including direct, indirect, special,
-incidental and consequential damages, such as lost profits;</p>
-
-<p class="list">iii) states that any provisions which differ from this
-Agreement are offered by that Contributor alone and not by any other
-party; and</p>
-
-<p class="list">iv) states that source code for the Program is available
-from such Contributor, and informs licensees how to obtain it in a
-reasonable manner on or through a medium customarily used for software
-exchange.</p>
-
-<p>When the Program is made available in source code form:</p>
-
-<p class="list">a) it must be made available under this Agreement; and</p>
-
-<p class="list">b) a copy of this Agreement must be included with each
-copy of the Program.</p>
-
-<p>Contributors may not remove or alter any copyright notices contained
-within the Program.</p>
-
-<p>Each Contributor must identify itself as the originator of its
-Contribution, if any, in a manner that reasonably allows subsequent
-Recipients to identify the originator of the Contribution.</p>
-
-<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
-
-<p>Commercial distributors of software may accept certain
-responsibilities with respect to end users, business partners and the
-like. While this license is intended to facilitate the commercial use of
-the Program, the Contributor who includes the Program in a commercial
-product offering should do so in a manner which does not create
-potential liability for other Contributors. Therefore, if a Contributor
-includes the Program in a commercial product offering, such Contributor
-("Commercial Contributor") hereby agrees to defend and
-indemnify every other Contributor ("Indemnified Contributor")
-against any losses, damages and costs (collectively "Losses")
-arising from claims, lawsuits and other legal actions brought by a third
-party against the Indemnified Contributor to the extent caused by the
-acts or omissions of such Commercial Contributor in connection with its
-distribution of the Program in a commercial product offering. The
-obligations in this section do not apply to any claims or Losses
-relating to any actual or alleged intellectual property infringement. In
-order to qualify, an Indemnified Contributor must: a) promptly notify
-the Commercial Contributor in writing of such claim, and b) allow the
-Commercial Contributor to control, and cooperate with the Commercial
-Contributor in, the defense and any related settlement negotiations. The
-Indemnified Contributor may participate in any such claim at its own
-expense.</p>
-
-<p>For example, a Contributor might include the Program in a commercial
-product offering, Product X. That Contributor is then a Commercial
-Contributor. If that Commercial Contributor then makes performance
-claims, or offers warranties related to Product X, those performance
-claims and warranties are such Commercial Contributor's responsibility
-alone. Under this section, the Commercial Contributor would have to
-defend claims against the other Contributors related to those
-performance claims and warranties, and if a court requires any other
-Contributor to pay any damages as a result, the Commercial Contributor
-must pay those damages.</p>
-
-<p><b>5. NO WARRANTY</b></p>
-
-<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
-PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
-OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
-ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
-OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
-responsible for determining the appropriateness of using and
-distributing the Program and assumes all risks associated with its
-exercise of rights under this Agreement , including but not limited to
-the risks and costs of program errors, compliance with applicable laws,
-damage to or loss of data, programs or equipment, and unavailability or
-interruption of operations.</p>
-
-<p><b>6. DISCLAIMER OF LIABILITY</b></p>
-
-<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
-NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
-WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
-DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
-HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
-
-<p><b>7. GENERAL</b></p>
-
-<p>If any provision of this Agreement is invalid or unenforceable under
-applicable law, it shall not affect the validity or enforceability of
-the remainder of the terms of this Agreement, and without further action
-by the parties hereto, such provision shall be reformed to the minimum
-extent necessary to make such provision valid and enforceable.</p>
-
-<p>If Recipient institutes patent litigation against any entity
-(including a cross-claim or counterclaim in a lawsuit) alleging that the
-Program itself (excluding combinations of the Program with other
-software or hardware) infringes such Recipient's patent(s), then such
-Recipient's rights granted under Section 2(b) shall terminate as of the
-date such litigation is filed.</p>
-
-<p>All Recipient's rights under this Agreement shall terminate if it
-fails to comply with any of the material terms or conditions of this
-Agreement and does not cure such failure in a reasonable period of time
-after becoming aware of such noncompliance. If all Recipient's rights
-under this Agreement terminate, Recipient agrees to cease use and
-distribution of the Program as soon as reasonably practicable. However,
-Recipient's obligations under this Agreement and any licenses granted by
-Recipient relating to the Program shall continue and survive.</p>
-
-<p>Everyone is permitted to copy and distribute copies of this
-Agreement, but in order to avoid inconsistency the Agreement is
-copyrighted and may only be modified in the following manner. The
-Agreement Steward reserves the right to publish new versions (including
-revisions) of this Agreement from time to time. No one other than the
-Agreement Steward has the right to modify this Agreement. The Eclipse
-Foundation is the initial Agreement Steward. The Eclipse Foundation may
-assign the responsibility to serve as the Agreement Steward to a
-suitable separate entity. Each new version of the Agreement will be
-given a distinguishing version number. The Program (including
-Contributions) may always be distributed subject to the version of the
-Agreement under which it was received. In addition, after a new version
-of the Agreement is published, Contributor may elect to distribute the
-Program (including its Contributions) under the new version. Except as
-expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
-rights or licenses to the intellectual property of any Contributor under
-this Agreement, whether expressly, by implication, estoppel or
-otherwise. All rights in the Program not expressly granted under this
-Agreement are reserved.</p>
-
-<p>This Agreement is governed by the laws of the State of New York and
-the intellectual property laws of the United States of America. No party
-to this Agreement will bring a legal action under this Agreement more
-than one year after the cause of action arose. Each party waives its
-rights to a jury trial in any resulting litigation.</p>
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf-feature/feature.properties b/org.eclipse.linuxtools.tmf-feature/feature.properties
deleted file mode 100644 (file)
index 4cea2c3..0000000
+++ /dev/null
@@ -1,145 +0,0 @@
-#*******************************************************************************
-# Copyright (c) 2008 Red Hat, Inc.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-#    Ericsson - initial API and implementation
-#********************************************************************************
-
-featureName=TMF - Tracing and Monitoring Framework (Incubation)
-
-description=TMF plugins.
-
-featureProvider=Eclipse Linux Tools
-
-copyright=Copyright 2009 Ericsson
-
-licenseURL=epl-v10.html
-
-license=\
-Eclipse Foundation Software User Agreement\n\
-February 1, 2011\n\
-\n\
-Usage Of Content\n\
-\n\
-THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
-OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
-USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
-AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
-NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU\n\
-AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
-AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
-OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE\n\
-TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
-OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
-BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
-\n\
-Applicable Licenses\n\
-\n\
-Unless otherwise indicated, all Content made available by the\n\
-Eclipse Foundation is provided to you under the terms and conditions of\n\
-the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
-For purposes of the EPL, "Program" will mean the Content.\n\
-\n\
-Content includes, but is not limited to, source code, object code,\n\
-documentation and other files maintained in the Eclipse Foundation source code\n\
-repository ("Repository") in software modules ("Modules") and made available\n\
-as downloadable archives ("Downloads").\n\
-\n\
-       - Content may be structured and packaged into modules to facilitate delivering,\n\
-         extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
-         plug-in fragments ("Fragments"), and features ("Features").\n\
-       - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
-         in a directory named "plugins".\n\
-       - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
-         Each Feature may be packaged as a sub-directory in a directory named "features".\n\
-         Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
-         numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
-       - Features may also include other Features ("Included Features"). Within a Feature, files\n\
-         named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
-\n\
-The terms and conditions governing Plug-ins and Fragments should be\n\
-contained in files named "about.html" ("Abouts"). The terms and\n\
-conditions governing Features and Included Features should be contained\n\
-in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
-Licenses may be located in any directory of a Download or Module\n\
-including, but not limited to the following locations:\n\
-\n\
-       - The top-level (root) directory\n\
-       - Plug-in and Fragment directories\n\
-       - Inside Plug-ins and Fragments packaged as JARs\n\
-       - Sub-directories of the directory named "src" of certain Plug-ins\n\
-       - Feature directories\n\
-\n\
-Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
-Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
-Update License") during the installation process. If the Feature contains\n\
-Included Features, the Feature Update License should either provide you\n\
-with the terms and conditions governing the Included Features or inform\n\
-you where you can locate them. Feature Update Licenses may be found in\n\
-the "license" property of files named "feature.properties" found within a Feature.\n\
-Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
-terms and conditions (or references to such terms and conditions) that\n\
-govern your use of the associated Content in that directory.\n\
-\n\
-THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
-TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
-SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
-\n\
-       - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\
-       - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
-       - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
-       - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
-       - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
-       - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
-\n\
-IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
-TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
-is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
-govern that particular Content.\n\
-\n\
-\n\Use of Provisioning Technology\n\
-\n\
-The Eclipse Foundation makes available provisioning software, examples of which include,\n\
-but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
-the purpose of allowing users to install software, documentation, information and/or\n\
-other materials (collectively "Installable Software"). This capability is provided with\n\
-the intent of allowing such users to install, extend and update Eclipse-based products.\n\
-Information about packaging Installable Software is available at\n\
-http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
-\n\
-You may use Provisioning Technology to allow other parties to install Installable Software.\n\
-You shall be responsible for enabling the applicable license agreements relating to the\n\
-Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
-in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
-making it available in accordance with the Specification, you further acknowledge your\n\
-agreement to, and the acquisition of all necessary rights to permit the following:\n\
-\n\
-       1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
-          the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
-          extending or updating the functionality of an Eclipse-based product.\n\
-       2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
-          Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
-       3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
-          govern the use of the Installable Software ("Installable Software Agreement") and such\n\
-          Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
-          with the Specification. Such Installable Software Agreement must inform the user of the\n\
-          terms and conditions that govern the Installable Software and must solicit acceptance by\n\
-          the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
-          indication of agreement by the user, the provisioning Technology will complete installation\n\
-          of the Installable Software.\n\
-\n\
-Cryptography\n\
-\n\
-Content may contain encryption software. The country in which you are\n\
-currently may have restrictions on the import, possession, and use,\n\
-and/or re-export to another country, of encryption software. BEFORE\n\
-using any encryption software, please check the country's laws,\n\
-regulations and policies concerning the import, possession, or use, and\n\
-re-export of encryption software, to see if this is permitted.\n\
-\n\
-Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf-feature/feature.xml b/org.eclipse.linuxtools.tmf-feature/feature.xml
deleted file mode 100644 (file)
index c6c52ad..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.eclipse.linuxtools.tmf"
-      label="%featureName"
-      version="0.4.0.qualifier"
-      provider-name="%featureProvider">
-
-   <description>
-      %description
-   </description>
-
-   <copyright>
-      %copyright
-   </copyright>
-
-   <license url="%licenseURL">
-      %license
-   </license>
-
-   <url>
-      <update label="Linux Tools Update Site" url="http://download.eclipse.org/technology/linuxtools/update"/>
-   </url>
-
-   <requires>
-      <import plugin="org.eclipse.ui"/>
-      <import plugin="org.eclipse.core.runtime" version="3.7.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.core.resources" version="3.7.100" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.linuxtools.tmf.core" version="0.3.2" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ui.ide" version="3.7.0" match="greaterOrEqual"/>
-   </requires>
-
-   <plugin
-         id="org.eclipse.linuxtools.tmf.core"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.eclipse.linuxtools.tmf.ui"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-</feature>
diff --git a/org.eclipse.linuxtools.tmf-feature/license.html b/org.eclipse.linuxtools.tmf-feature/license.html
deleted file mode 100644 (file)
index 6e579a5..0000000
+++ /dev/null
@@ -1,164 +0,0 @@
-<!--?xml version="1.0" encoding="ISO-8859-1" ?-->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>Eclipse Foundation Software User Agreement</title>
-</head>
-
-<body lang="EN-US">
-<h2>Eclipse Foundation Software User Agreement</h2>
-<p>February 1, 2011</p>
-
-<h3>Usage Of Content</h3>
-
-<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
-   (COLLECTIVELY "CONTENT").  USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
-   CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU AGREE THAT YOUR USE
-   OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
-   NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
-   CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
-
-<h3>Applicable Licenses</h3>
-
-<p>Unless otherwise indicated, all Content made available by the Eclipse
- Foundation is provided to you under the terms and conditions of the 
-Eclipse Public License Version 1.0
-   ("EPL").  A copy of the EPL is provided with this Content and is also
- available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-   For purposes of the EPL, "Program" will mean the Content.</p>
-
-<p>Content includes, but is not limited to, source code, object code, 
-documentation and other files maintained in the Eclipse Foundation 
-source code
-   repository ("Repository") in software modules ("Modules") and made 
-available as downloadable archives ("Downloads").</p>
-
-<ul>
-       <li>Content may be structured and packaged into modules to 
-facilitate delivering, extending, and upgrading the Content.  Typical 
-modules may include plug-ins ("Plug-ins"), plug-in fragments 
-("Fragments"), and features ("Features").</li>
-       <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&#8482; ARchive) in a directory named "plugins".</li>
-       <li>A Feature is a bundle of one or more Plug-ins and/or 
-Fragments and associated material.  Each Feature may be packaged as a 
-sub-directory in a directory named "features".  Within a Feature, files 
-named "feature.xml" may contain a list of the names and version numbers 
-of the Plug-ins
-      and/or Fragments associated with that Feature.</li>
-       <li>Features may also include other Features ("Included 
-Features"). Within a Feature, files named "feature.xml" may contain a 
-list of the names and version numbers of Included Features.</li>
-</ul>
-
-<p>The terms and conditions governing Plug-ins and Fragments should be 
-contained in files named "about.html" ("Abouts"). The terms and 
-conditions governing Features and
-Included Features should be contained in files named "license.html" 
-("Feature Licenses").  Abouts and Feature Licenses may be located in any
- directory of a Download or Module
-including, but not limited to the following locations:</p>
-
-<ul>
-       <li>The top-level (root) directory</li>
-       <li>Plug-in and Fragment directories</li>
-       <li>Inside Plug-ins and Fragments packaged as JARs</li>
-       <li>Sub-directories of the directory named "src" of certain Plug-ins</li>
-       <li>Feature directories</li>
-</ul>
-
-<p>Note: if a Feature made available by the Eclipse Foundation is 
-installed using the Provisioning Technology (as defined below), you must
- agree to a license ("Feature Update License") during the
-installation process.  If the Feature contains Included Features, the 
-Feature Update License should either provide you with the terms and 
-conditions governing the Included Features or
-inform you where you can locate them.  Feature Update Licenses may be 
-found in the "license" property of files named "feature.properties" 
-found within a Feature.
-Such Abouts, Feature Licenses, and Feature Update Licenses contain the 
-terms and conditions (or references to such terms and conditions) that 
-govern your use of the associated Content in
-that directory.</p>
-
-<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER 
-TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.
-  SOME OF THESE
-OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
-
-<ul>
-       <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
-       <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
-       <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
-       <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
-       <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
-       <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
-</ul>
-
-<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND 
-CONDITIONS PRIOR TO USE OF THE CONTENT.  If no About, Feature License, 
-or Feature Update License is provided, please
-contact the Eclipse Foundation to determine what terms and conditions 
-govern that particular Content.</p>
-
-
-<h3>Use of Provisioning Technology</h3>
-
-<p>The Eclipse Foundation makes available provisioning software, 
-examples of which include, but are not limited to, p2 and the Eclipse
-   Update Manager ("Provisioning Technology") for the purpose of 
-allowing users to install software, documentation, information and/or
-   other materials (collectively "Installable Software"). This 
-capability is provided with the intent of allowing such users to
-   install, extend and update Eclipse-based products. Information about 
-packaging Installable Software is available at <a href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
-   ("Specification").</p>
-
-<p>You may use Provisioning Technology to allow other parties to install
- Installable Software. You shall be responsible for enabling the
-   applicable license agreements relating to the Installable Software to
- be presented to, and accepted by, the users of the Provisioning 
-Technology
-   in accordance with the Specification. By using Provisioning 
-Technology in such a manner and making it available in accordance with 
-the
-   Specification, you further acknowledge your agreement to, and the 
-acquisition of all necessary rights to permit the following:</p>
-
-<ol>
-       <li>A series of actions may occur ("Provisioning Process") in 
-which a user may execute the Provisioning Technology
-       on a machine ("Target Machine") with the intent of installing, 
-extending or updating the functionality of an Eclipse-based
-       product.</li>
-       <li>During the Provisioning Process, the Provisioning Technology 
-may cause third party Installable Software or a portion thereof to be
-       accessed and copied to the Target Machine.</li>
-       <li>Pursuant to the Specification, you will provide to the user 
-the terms and conditions that govern the use of the Installable
-       Software ("Installable Software Agreement") and such Installable 
-Software Agreement shall be accessed from the Target
-       Machine in accordance with the Specification. Such Installable 
-Software Agreement must inform the user of the terms and conditions that
- govern
-       the Installable Software and must solicit acceptance by the end 
-user in the manner prescribed in such Installable Software Agreement. 
-Upon such
-       indication of agreement by the user, the provisioning Technology 
-will complete installation of the Installable Software.</li>
-</ol>
-
-<h3>Cryptography</h3>
-
-<p>Content may contain encryption software. The country in which you are
- currently may have restrictions on the import, possession, and use, 
-and/or re-export to
-   another country, of encryption software. BEFORE using any encryption 
-software, please check the country's laws, regulations and policies 
-concerning the import,
-   possession, or use, and re-export of encryption software, to see if 
-this is permitted.</p>
-
-<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
-
-
-</body></html>
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf-feature/pom.xml b/org.eclipse.linuxtools.tmf-feature/pom.xml
deleted file mode 100644 (file)
index fea4e7c..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc.
-
-   All rights reserved. This program and the accompanying materials
-   are made available under the terms of the Eclipse Public License v1.0
-   which accompanies this distribution, and is available at
-   http://www.eclipse.org/legal/epl-v10.html
--->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>linuxtools-lttng-parent</artifactId>
-    <groupId>org.eclipse.linuxtools.lttng</groupId>
-    <version>0.10.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.linuxtools.tmf</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
-  <packaging>eclipse-feature</packaging>
-
-  <name>Linux Tools LTTng TMF (Tracing and Monitoring Framework)</name>
-
-  <groupId>org.eclipse.linuxtools.tmf</groupId>
-</project>
diff --git a/org.eclipse.linuxtools.tmf.core.tests/.classpath b/org.eclipse.linuxtools.tmf.core.tests/.classpath
new file mode 100644 (file)
index 0000000..2a987e2
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+       <classpathentry kind="src" path="src"/>
+       <classpathentry kind="src" path="stubs"/>
+       <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/org.eclipse.linuxtools.tmf.core.tests/.gitignore b/org.eclipse.linuxtools.tmf.core.tests/.gitignore
new file mode 100644 (file)
index 0000000..8d94ef8
--- /dev/null
@@ -0,0 +1,5 @@
+bin
+@dot
+javaCompiler...args
+build.xml
+target
diff --git a/org.eclipse.linuxtools.tmf.core.tests/.options b/org.eclipse.linuxtools.tmf.core.tests/.options
new file mode 100644 (file)
index 0000000..290591c
--- /dev/null
@@ -0,0 +1,8 @@
+org.eclipse.linuxtools.tmf/error=false
+org.eclipse.linuxtools.tmf/warning=false
+org.eclipse.linuxtools.tmf/info=false
+
+org.eclipse.linuxtools.tmf/component=false
+org.eclipse.linuxtools.tmf/request=false
+org.eclipse.linuxtools.tmf/signals=false
+org.eclipse.linuxtools.tmf/event=false
diff --git a/org.eclipse.linuxtools.tmf.core.tests/.project b/org.eclipse.linuxtools.tmf.core.tests/.project
new file mode 100644 (file)
index 0000000..64d3b0f
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.eclipse.linuxtools.tmf.core.tests</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.pde.ManifestBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.pde.SchemaBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.PluginNature</nature>
+               <nature>org.eclipse.jdt.core.javanature</nature>
+       </natures>
+</projectDescription>
diff --git a/org.eclipse.linuxtools.tmf.core.tests/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.linuxtools.tmf.core.tests/.settings/org.eclipse.jdt.core.prefs
new file mode 100644 (file)
index 0000000..d97d669
--- /dev/null
@@ -0,0 +1,12 @@
+#Thu Nov 18 17:15:23 EST 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6
diff --git a/org.eclipse.linuxtools.tmf.core.tests/ChangeLog b/org.eclipse.linuxtools.tmf.core.tests/ChangeLog
new file mode 100644 (file)
index 0000000..abccc44
--- /dev/null
@@ -0,0 +1,59 @@
+2010-11-09  Francois Chouinard  <fchouinard@gmail.com>
+
+    Suppress warning for non-externalized strings
+          * src/org/eclipse/linuxtools/tmf/tests/component/TmfEventProviderTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/component/TmfProviderManagerTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/event/AllTests.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/event/TmfEventContentTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/event/TmfEventFieldTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/event/TmfEventReferenceTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/event/TmfEventSourceTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/event/TmfEventTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/event/TmfEventTypeTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/event/TmfTimeRangeTest.java (TmfTimeRangeTest): 
+          * src/org/eclipse/linuxtools/tmf/tests/event/TmfTimestampTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/event/TmfTraceEventTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/experiment/AllTests.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/experiment/TmfExperimentTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/experiment/TmfMultiTraceExperimentTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/request/AllTests.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/request/TmfCoalescedDataRequestTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/request/TmfCoalescedEventRequestTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/request/TmfDataRequestTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/request/TmfEventRequestTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/request/TmfRequestExecutorTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/TmfCorePluginTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/TmfCoreTestPlugin.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/trace/AllTests.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/trace/TmfCheckpointTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/trace/TmfContextTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/trace/TmfExperimentTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/trace/TmfLocationTest.java: 
+          * src/org/eclipse/linuxtools/tmf/tests/trace/TmfTraceTest.java: 
+          * stubs/org/eclipse/linuxtools/tmf/component/TmfClientStub.java: 
+          * stubs/org/eclipse/linuxtools/tmf/component/TmfDataProviderStub.java: 
+          * stubs/org/eclipse/linuxtools/tmf/component/TmfEventProviderStub.java: 
+          * stubs/org/eclipse/linuxtools/tmf/component/TmfSyntheticEventProviderStub.java: 
+          * stubs/org/eclipse/linuxtools/tmf/CreateTestFiles.java: 
+          * stubs/org/eclipse/linuxtools/tmf/event/TmfEventContentStub.java: 
+          * stubs/org/eclipse/linuxtools/tmf/event/TmfEventTypeStub.java: 
+          * stubs/org/eclipse/linuxtools/tmf/trace/TmfEventParserStub.java: 
+          * stubs/org/eclipse/linuxtools/tmf/trace/TmfTraceStub.java: 
+
+2010-10-27  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/tests/component/TmfEventProviderTest.java: Augmented coalescing and cancelling tests 
+       * src/org/eclipse/linuxtools/tmf/tests/request/TmfCoalescedDataRequestTest.java: Ditto 
+
+2010-10-13  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/tests/event/TmfEventContentTest.java: Added unit test for setEvent() 
+       * src/org/eclipse/linuxtools/tmf/tests/event/TmfTimeRangeTest.java: Adde unit test for getIntersection() 
+
+2010-09-09  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/tests/experiment/TmfExperimentTest.java: Added a few checks
+
+2010-07-28  Francois Chouinard  <fchouinard@gmail.com>
+
+       * stubs/org/eclipse/linuxtools/tmf/component/TmfSyntheticEventProviderStub.java: Missing @Override
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/META-INF/MANIFEST.MF b/org.eclipse.linuxtools.tmf.core.tests/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..e87990e
--- /dev/null
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name
+Bundle-SymbolicName: org.eclipse.linuxtools.tmf.core.tests;singleton:=true
+Bundle-Version: 0.4.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-Vendor: %Bundle-Vendor
+Require-Bundle: org.junit;bundle-version="3.8.2",
+ org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.core.resources;bundle-version="3.7.100",
+ org.eclipse.linuxtools.tmf.core;bundle-version="0.4.0"
+Bundle-Localization: plugin
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: org.eclipse.linuxtools.tmf.core.tests.TmfCoreTestPlugin
+Export-Package: org.eclipse.linuxtools.tmf.stubs.trace;x-friends:="org.eclipse.linuxtools.tmf.ui.tests"
diff --git a/org.eclipse.linuxtools.tmf.core.tests/build.properties b/org.eclipse.linuxtools.tmf.core.tests/build.properties
new file mode 100644 (file)
index 0000000..686ec8f
--- /dev/null
@@ -0,0 +1,8 @@
+source.. = stubs/,\
+           src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .,\
+               plugin.properties,\
+               test.xml,\
+               testfiles/
diff --git a/org.eclipse.linuxtools.tmf.core.tests/plugin.properties b/org.eclipse.linuxtools.tmf.core.tests/plugin.properties
new file mode 100644 (file)
index 0000000..c92c109
--- /dev/null
@@ -0,0 +1,3 @@
+#Properties file for org.eclipse.linuxtools.tmf.tests
+Bundle-Vendor = Eclipse Linux Tools
+Bundle-Name = TMF Core Unit Test Suite
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/pom.xml b/org.eclipse.linuxtools.tmf.core.tests/pom.xml
new file mode 100644 (file)
index 0000000..60530b8
--- /dev/null
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Copyright (C) 2011, Red Hat, Inc. and others
+
+   All rights reserved. This program and the accompanying materials
+   are made available under the terms of the Eclipse Public License v1.0
+   which accompanies this distribution, and is available at
+   http://www.eclipse.org/legal/epl-v10.html
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>linuxtools-lttng-parent</artifactId>
+    <groupId>org.eclipse.linuxtools.lttng</groupId>
+    <version>0.10.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>org.eclipse.linuxtools.tmf.core.tests</artifactId>
+  <version>0.4.0-SNAPSHOT</version>
+  <packaging>eclipse-test-plugin</packaging>
+
+  <name>Linux Tools LTTng TMF Core Unit Test Suite</name>
+
+ <build>
+     <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
+     <resources>
+      <resource>
+        <directory>src</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-surefire-plugin</artifactId>
+        <version>${tycho-version}</version>
+        <configuration>
+          <testSuite>org.eclipse.linuxtools.tmf.core.tests</testSuite>
+          <testClass>org.eclipse.linuxtools.tmf.core.tests.AllTmfCoreTests</testClass>
+          <useUIHarness>false</useUIHarness>
+          <useUIThread>false</useUIThread>
+          <product>org.eclipse.sdk.ide</product>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+ <groupId>org.eclipse.linuxtools.tmf</groupId>
+</project>
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/AllTmfCoreTests.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/AllTmfCoreTests.java
new file mode 100644 (file)
index 0000000..412c794
--- /dev/null
@@ -0,0 +1,39 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+/**
+ * <b><u>AllTmfCoreTests</u></b>
+ * <p>
+ * Master test suite for TMF Core.
+ */
+public class AllTmfCoreTests {
+
+       public static Test suite() {
+               TestSuite suite = new TestSuite(AllTmfCoreTests.class.getName());
+               //$JUnit-BEGIN$
+               suite.addTestSuite(TmfCorePluginTest.class);
+               suite.addTest(org.eclipse.linuxtools.tmf.core.tests.event.AllTests.suite());
+               suite.addTest(org.eclipse.linuxtools.tmf.core.tests.request.AllTests.suite());
+               suite.addTest(org.eclipse.linuxtools.tmf.core.tests.component.AllTests.suite());
+               suite.addTest(org.eclipse.linuxtools.tmf.core.tests.trace.AllTests.suite());
+               suite.addTest(org.eclipse.linuxtools.tmf.core.tests.experiment.AllTests.suite());
+               suite.addTest(org.eclipse.linuxtools.tmf.core.tests.uml2sd.AllTests.suite());
+               suite.addTest(org.eclipse.linuxtools.tmf.core.tests.util.AllTests.suite());
+               //$JUnit-END$
+               return suite;
+       }
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/TmfCorePluginTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/TmfCorePluginTest.java
new file mode 100644 (file)
index 0000000..fe5e633
--- /dev/null
@@ -0,0 +1,68 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests;
+
+import org.eclipse.linuxtools.tmf.core.TmfCorePlugin;
+
+import junit.framework.TestCase;
+
+/**
+ * <b><u>TmfCorePluginTest</u></b>
+ * <p>
+ * Test the TMF core plug-in activator
+ */
+@SuppressWarnings("nls")
+public class TmfCorePluginTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+    // Attributes
+       // ------------------------------------------------------------------------
+
+       // Plug-in instantiation
+       static final TmfCorePlugin fPlugin = new TmfCorePlugin();
+       
+       // ------------------------------------------------------------------------
+    // Housekeping
+       // ------------------------------------------------------------------------
+
+       /**
+        * @param name the test name
+        */
+       public TmfCorePluginTest(String name) {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+       // ------------------------------------------------------------------------
+    // Test cases
+       // ------------------------------------------------------------------------
+
+       public void testTmfCorePluginId() throws Exception {
+               assertEquals("Plugin ID", "org.eclipse.linuxtools.tmf", TmfCorePlugin.PLUGIN_ID);
+       }
+
+       public void testGetDefault() throws Exception {
+               TmfCorePlugin plugin = TmfCorePlugin.getDefault();
+               assertEquals("getDefault()", plugin, fPlugin);
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/TmfCoreTestPlugin.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/TmfCoreTestPlugin.java
new file mode 100644 (file)
index 0000000..1461d9e
--- /dev/null
@@ -0,0 +1,84 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests;
+
+import org.eclipse.core.runtime.Plugin;
+import org.eclipse.linuxtools.tmf.core.Tracer;
+import org.osgi.framework.BundleContext;
+
+/**
+ * <b><u>TmfTestPlugin</u></b>
+ * <p>
+ * The activator class controls the plug-in life cycle
+ */
+@SuppressWarnings("nls")
+public class TmfCoreTestPlugin extends Plugin {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+       // The plug-in ID
+       public static final String PLUGIN_ID = "org.eclipse.linuxtools.tmf.tests";
+
+       // The shared instance
+       private static TmfCoreTestPlugin fPlugin;
+       
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+       /**
+        * The constructor
+        */
+       public TmfCoreTestPlugin() {
+               setDefault(this);
+       }
+
+       // ------------------------------------------------------------------------
+    // Accessors
+       // ------------------------------------------------------------------------
+
+    /**
+     * @return the shared instance
+     */
+    public static TmfCoreTestPlugin getDefault() {
+        return fPlugin;
+    }
+
+       /**
+        * @param plugin the shared instance
+        */
+       private static void setDefault(TmfCoreTestPlugin plugin) {
+               fPlugin = plugin;
+       }
+
+       // ------------------------------------------------------------------------
+    // Operations
+       // ------------------------------------------------------------------------
+
+       @Override
+       public void start(BundleContext context) throws Exception {
+               super.start(context);
+               setDefault(this);
+               Tracer.init();
+       }
+
+       @Override
+       public void stop(BundleContext context) throws Exception {
+               Tracer.stop();
+               setDefault(null);
+               super.stop(context);
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/component/AllTests.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/component/AllTests.java
new file mode 100644 (file)
index 0000000..e14d8da
--- /dev/null
@@ -0,0 +1,17 @@
+package org.eclipse.linuxtools.tmf.core.tests.component;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+public class AllTests {
+
+       public static Test suite() {
+               TestSuite suite = new TestSuite(AllTests.class.getName());
+               //$JUnit-BEGIN$
+               suite.addTestSuite(TmfProviderManagerTest.class);
+               suite.addTestSuite(TmfEventProviderTest.class);
+               //$JUnit-END$
+               return suite;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/component/TmfEventProviderTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/component/TmfEventProviderTest.java
new file mode 100644 (file)
index 0000000..9f44028
--- /dev/null
@@ -0,0 +1,358 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.component;
+
+import java.io.IOException;
+import java.util.Vector;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.component.ITmfDataProvider;
+import org.eclipse.linuxtools.tmf.core.component.TmfProviderManager;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.signal.TmfEndSynchSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfStartSynchSignal;
+import org.eclipse.linuxtools.tmf.stubs.component.TmfEventProviderStub;
+import org.eclipse.linuxtools.tmf.stubs.component.TmfSyntheticEventProviderStub;
+import org.eclipse.linuxtools.tmf.stubs.event.TmfSyntheticEventStub;
+import org.eclipse.linuxtools.tmf.stubs.trace.TmfTraceStub;
+
+/**
+ * <b><u>TmfClientTest</u></b>
+ * <p>
+ * Test suite for the TmfEventProvider class.
+ */
+@SuppressWarnings("nls")
+public class TmfEventProviderTest extends TestCase {
+
+    TmfEventProviderStub fEventProvider;
+    TmfSyntheticEventProviderStub fSyntheticEventProvider;
+
+    public TmfEventProviderTest(String name) throws IOException {
+        super(name);
+    }
+
+    @Override
+    protected void setUp() throws Exception {
+        super.setUp();
+        fEventProvider = new TmfEventProviderStub();
+        fSyntheticEventProvider = new TmfSyntheticEventProviderStub();
+    }
+
+    @Override
+    protected void tearDown() throws Exception {
+        super.tearDown();
+        fEventProvider.dispose();
+        fSyntheticEventProvider.dispose();
+    }
+
+    // ------------------------------------------------------------------------
+    // getProviders (more a sanity check than a test)
+    // ------------------------------------------------------------------------
+
+    @SuppressWarnings("unchecked")
+    public void testGetProviders() {
+
+        // There should be 2 TmfEvent providers: a TmfTraceStub and a
+        // TmfEventProviderStub
+        ITmfDataProvider<TmfEvent>[] eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
+        assertEquals("getProviders", 2, eventProviders.length);
+
+        eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfTraceStub.class);
+        assertEquals("getProviders", 1, eventProviders.length);
+
+        eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfEventProviderStub.class);
+        assertEquals("getProviders", 1, eventProviders.length);
+
+        // There should be 1 TmfSyntheticEventStub provider
+        eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfSyntheticEventStub.class);
+        assertEquals("getProviders", 1, eventProviders.length);
+    }
+
+    // ------------------------------------------------------------------------
+    // getSyntheticEvent
+    // ------------------------------------------------------------------------
+
+    @SuppressWarnings("unchecked")
+    public void testGetPlainEvents() {
+
+        final int BLOCK_SIZE = 100;
+        final int NB_EVENTS = 1000;
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+
+        // Get the TmfSyntheticEventStub provider
+        ITmfDataProvider<TmfEvent>[] eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class,
+                TmfEventProviderStub.class);
+        ITmfDataProvider<TmfEvent> provider = eventProviders[0];
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
+            @Override
+            public void handleData(TmfEvent event) {
+                super.handleData(event);
+                requestedEvents.add(event);
+            }
+        };
+
+        provider.sendRequest(request);
+        try {
+            request.waitForCompletion();
+            assertEquals("nbEvents", NB_EVENTS, requestedEvents.size());
+            assertTrue("isCompleted", request.isCompleted());
+            assertFalse("isCancelled", request.isCancelled());
+
+            // Make that we have distinct events.
+            // Don't go overboard: we are not validating the stub!
+            for (int i = 0; i < NB_EVENTS; i++) {
+                assertEquals("Distinct events", i + 1, requestedEvents.get(i).getTimestamp().getValue());
+            }
+        } catch (InterruptedException e) {
+            fail();
+        }
+    }
+
+    @SuppressWarnings("unchecked")
+    public void testCancelRequests() {
+
+        final int BLOCK_SIZE = 100;
+        final int NB_EVENTS = 1000;
+        final int NUMBER_EVENTS_BEFORE_CANCEL_REQ1 = 10;
+        final int NUMBER_EVENTS_BEFORE_CANCEL_REQ2 = 800;
+
+        final Vector<TmfEvent> requestedEventsReq1 = new Vector<TmfEvent>();
+        final Vector<TmfEvent> requestedEventsReq2 = new Vector<TmfEvent>();
+
+        // Get the TmfSyntheticEventStub provider
+        ITmfDataProvider<TmfEvent>[] eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class,
+                TmfEventProviderStub.class);
+        ITmfDataProvider<TmfEvent> provider = eventProviders[0];
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+
+        // Create first request
+        final TmfEventRequest<TmfEvent> request1 = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
+            @Override
+            public void handleData(TmfEvent event) {
+                super.handleData(event);
+                requestedEventsReq1.add(event);
+
+                // cancel sub request
+                if (getNbRead() == NUMBER_EVENTS_BEFORE_CANCEL_REQ1) {
+                    cancel();
+                }
+            }
+        };
+
+        // Synchronize requests
+        ((TmfEventProviderStub) provider).startSynch(new TmfStartSynchSignal(0));
+
+        // Additionally, notify provider for up-coming requests
+        provider.notifyPendingRequest(true);
+
+        // Call sendRequest, which will create a coalescing request, but it
+        // doesn't send request1 yet
+        provider.sendRequest(request1);
+
+        // Check if request1 is not running yet.
+        assertFalse("isRunning", request1.isRunning());
+
+        // Create second request
+        final TmfEventRequest<TmfEvent> request2 = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
+            @Override
+            public void handleData(TmfEvent event) {
+                super.handleData(event);
+                requestedEventsReq2.add(event);
+
+                // cancel sub request which will cancel also main request
+                if (getNbRead() == NUMBER_EVENTS_BEFORE_CANCEL_REQ2) {
+                    cancel();
+                }
+            }
+        };
+
+        // Call sendRequest, which will create a coalescing request, but it
+        // doesn't send request2 yet
+        provider.sendRequest(request2);
+
+        // Check if request1/2 is not running yet.
+        assertFalse("isRunning", request1.isRunning());
+        assertFalse("isRunning", request2.isRunning());
+
+        // Send end synch signal, however requests won't be sent
+        ((TmfEventProviderStub) provider).endSynch(new TmfEndSynchSignal(0));
+
+        // Check if request1/2 is not running yet.
+        assertFalse("isRunning", request1.isRunning());
+        assertFalse("isRunning", request2.isRunning());
+
+        // Finally, trigger sending of requests
+        provider.notifyPendingRequest(false);
+
+        try {
+
+            // Wait until requests start
+            request1.waitForStart();
+            request2.waitForStart();
+
+//             // Verify that the requests are running
+//             assertTrue("isRunning", request1.isRunning());
+//             assertTrue("isRunning", request2.isRunning());
+
+            request1.waitForCompletion();
+
+//             // Check if request2 is still running
+//            assertTrue("isRunning",  request2.isRunning());
+
+            // Verify result (request1)
+            assertEquals("nbEvents", NUMBER_EVENTS_BEFORE_CANCEL_REQ1, requestedEventsReq1.size());
+            assertTrue("isCompleted", request1.isCompleted());
+            assertTrue("isCancelled", request1.isCancelled());
+
+            request2.waitForCompletion();
+
+            // Verify result (request2)
+            assertEquals("nbEvents", NUMBER_EVENTS_BEFORE_CANCEL_REQ2, requestedEventsReq2.size());
+            assertTrue("isCompleted", request2.isCompleted());
+            assertTrue("isCancelled", request2.isCancelled());
+
+        } catch (InterruptedException e) {
+            fail();
+        }
+    }
+
+    @SuppressWarnings("unchecked")
+    private void getSyntheticData(final TmfTimeRange range, final int nbEvents, final int blockSize) throws InterruptedException {
+
+        final Vector<TmfSyntheticEventStub> requestedEvents = new Vector<TmfSyntheticEventStub>();
+
+        // Get the event provider
+        ITmfDataProvider<TmfSyntheticEventStub>[] eventProviders = (ITmfDataProvider<TmfSyntheticEventStub>[]) TmfProviderManager
+                .getProviders(TmfSyntheticEventStub.class);
+        ITmfDataProvider<TmfSyntheticEventStub> provider = eventProviders[0];
+
+        final TmfEventRequest<TmfSyntheticEventStub> request = new TmfEventRequest<TmfSyntheticEventStub>(TmfSyntheticEventStub.class, range,
+                nbEvents, blockSize) {
+            @Override
+            public void handleData(TmfSyntheticEventStub event) {
+                super.handleData(event);
+                requestedEvents.add(event);
+            }
+        };
+        provider.sendRequest(request);
+
+        request.waitForCompletion();
+        if (nbEvents != -1)
+            assertEquals("nbEvents", nbEvents, requestedEvents.size());
+        assertTrue("isCompleted", request.isCompleted());
+        assertFalse("isCancelled", request.isCancelled());
+
+        // For each base event, the stub will queue 2 identical synthetic events
+        // Ensure that the events are queued properly.
+        // Don't go overboard: we are not validating the stub!
+        for (int i = 0; i < (nbEvents / 2); i++) {
+            assertEquals("Distinct events", i + 1, requestedEvents.get(2 * i + 0).getTimestamp().getValue());
+            assertEquals("Distinct events", i + 1, requestedEvents.get(2 * i + 1).getTimestamp().getValue());
+        }
+    }
+
+    // The following tests are the same but for the size of the requested blocks
+    // with regards to the size of the TmfSyntheticEventProviderStub block
+    public void testGetSyntheticEvents_EqualBlockSizes() {
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        try {
+            getSyntheticData(range, 1000, TmfSyntheticEventProviderStub.BLOCK_SIZE);
+        } catch (InterruptedException e) {
+            fail();
+        }
+    }
+
+    public void testGetSyntheticEvents_SmallerBlock() {
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        try {
+            getSyntheticData(range, 1000, TmfSyntheticEventProviderStub.BLOCK_SIZE / 2);
+        } catch (InterruptedException e) {
+            fail();
+        }
+    }
+
+    public void testGetSyntheticEvents_LargerBlock() {
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        try {
+            getSyntheticData(range, 1000, TmfSyntheticEventProviderStub.BLOCK_SIZE * 2);
+        } catch (InterruptedException e) {
+            fail();
+        }
+    }
+
+    public void testGetSyntheticEvents_TimeRange() {
+        TmfTimestamp start = new TmfTimestamp(1, (byte) -3, 0);
+        TmfTimestamp end = new TmfTimestamp(1000, (byte) -3, 0);
+        TmfTimeRange range = new TmfTimeRange(start, end);
+        try {
+            getSyntheticData(range, -1, TmfSyntheticEventProviderStub.BLOCK_SIZE);
+        } catch (InterruptedException e) {
+            fail();
+        }
+    }
+
+//    public void testGetSyntheticEvents_WeirdTimeRange1() {
+//        TmfTimestamp start = TmfTimestamp.BigBang;
+//        TmfTimestamp end = TmfTimestamp.Zero; // new TmfTimestamp(0, (byte) -3,
+//                                              // 0);
+//        TmfTimeRange range = new TmfTimeRange(start, end);
+//        try {
+//            getSyntheticData(range, -1, TmfSyntheticEventProviderStub.BLOCK_SIZE);
+//        } catch (InterruptedException e) {
+//            fail();
+//        }
+//    }
+
+//    public void testGetSyntheticEvents_WeirdTimeRange2() {
+//        TmfTimestamp start = TmfTimestamp.Zero; // new TmfTimestamp(0, (byte)
+//                                                // -3, 0);
+//        TmfTimestamp end = TmfTimestamp.BigCrunch;
+//        TmfTimeRange range = new TmfTimeRange(start, end);
+//        try {
+//            getSyntheticData(range, -1, TmfSyntheticEventProviderStub.BLOCK_SIZE);
+//        } catch (InterruptedException e) {
+//            fail();
+//        }
+//    }
+
+    // ------------------------------------------------------------------------
+    // getProviders (more a sanity check than a test)
+    // ------------------------------------------------------------------------
+
+    @SuppressWarnings("unchecked")
+    public void testGetProviders2() {
+
+        // There should be 2 TmfEvent providers: a TmfTraceStub and a
+        // TmfEventProviderStub
+        ITmfDataProvider<TmfEvent>[] eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
+        assertEquals("getProviders", 2, eventProviders.length);
+
+        eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfTraceStub.class);
+        assertEquals("getProviders", 1, eventProviders.length);
+
+        eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfEventProviderStub.class);
+        assertEquals("getProviders", 1, eventProviders.length);
+
+        // There should be 1 TmfSyntheticEventStub provider
+        eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfSyntheticEventStub.class);
+        assertEquals("getProviders", 1, eventProviders.length);
+    }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/component/TmfProviderManagerTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/component/TmfProviderManagerTest.java
new file mode 100644 (file)
index 0000000..1e6bb55
--- /dev/null
@@ -0,0 +1,322 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.component;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.component.TmfDataProvider;
+import org.eclipse.linuxtools.tmf.core.component.TmfProviderManager;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;
+
+/**
+ * <b><u>TmfProviderManagerTest</u></b>
+ * <p>
+ * Test suite for the TmfProviderManager class.
+ */
+@SuppressWarnings("nls")
+public class TmfProviderManagerTest extends TestCase {
+
+       public TmfProviderManagerTest(String name) {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+       // ------------------------------------------------------------------------
+       // Dummy Providers
+       // ------------------------------------------------------------------------
+       
+       public class TestProvider1 extends TmfDataProvider<TmfEvent> {
+               public TestProvider1(Class<TmfEvent> type) {
+                       super("TestProvider1", type);
+               }
+               @Override
+               public ITmfContext armRequest(ITmfDataRequest<TmfEvent> request) {
+                       return null;
+               }
+               @Override
+               public TmfEvent getNext(ITmfContext context) {
+                       return null;
+               }
+               @Override
+               public boolean isCompleted(ITmfDataRequest<TmfEvent> request, TmfEvent data, int nbRead) {
+                       return false;
+               }
+       }
+
+       public class TestProvider2 extends TmfDataProvider<TmfEvent> {
+               public TestProvider2(Class<TmfEvent> type) {
+                       super("TestProvider2", type);
+               }
+               @Override
+               public ITmfContext armRequest(ITmfDataRequest<TmfEvent> request) {
+                       return null;
+               }
+               @Override
+               public TmfEvent getNext(ITmfContext context) {
+                       return null;
+               }
+               @Override
+               public boolean isCompleted(ITmfDataRequest<TmfEvent> request, TmfEvent data, int nbRead) {
+                       return false;
+               }
+       }
+
+       public class TmfEvent3 extends TmfEvent {
+               public TmfEvent3(TmfEvent3 other) {
+                       super(other);
+               }
+       }
+
+       public class TestProvider3 extends TmfDataProvider<TmfEvent3> {
+               public TestProvider3(Class<TmfEvent3> type) {
+                       super("TestProvider3", type);
+               }
+               @Override
+               public ITmfContext armRequest(ITmfDataRequest<TmfEvent3> request) {
+                       return null;
+               }
+               @Override
+               public TmfEvent3 getNext(ITmfContext context) {
+                       return null;
+               }
+               @Override
+               public boolean isCompleted(ITmfDataRequest<TmfEvent3> request, TmfEvent3 data, int nbRead) {
+                       return false;
+               }
+       }
+
+       // ------------------------------------------------------------------------
+       // register/dispose
+       // ------------------------------------------------------------------------
+
+       @SuppressWarnings("unchecked")
+       public void testRegister_0() {
+               TmfDataProvider<TmfEvent>[] providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
+               assertEquals("getProviders", 0, providers.length);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
+               assertEquals("getProviders", 0, providers.length);
+       }
+
+       @SuppressWarnings("unchecked")
+       public void testRegister_Unregister_1() {
+
+               // Register a single provider
+               TestProvider1 testProvider1 = new TestProvider1(TmfEvent.class);
+
+               TmfDataProvider<TmfEvent>[] providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
+               assertEquals("getProviders", 1, providers.length);
+               assertEquals("getProviders", testProvider1, providers[0]);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
+               assertEquals("getProviders", 1, providers.length);
+               assertEquals("getProviders", testProvider1, providers[0]);
+
+               // Unregister it
+               testProvider1.dispose();
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
+               assertEquals("getProviders", 0, providers.length);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
+               assertEquals("getProviders", 0, providers.length);
+       }
+
+       @SuppressWarnings("unchecked")
+       public void testRegister_Unregister_2() {
+
+               // Register 2 providers, same data type
+               TestProvider1 testProvider1 = new TestProvider1(TmfEvent.class);
+               TestProvider2 testProvider2 = new TestProvider2(TmfEvent.class);
+
+               TmfDataProvider<TmfEvent>[] providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
+               assertEquals("getProviders", 2, providers.length);
+               assertTrue(providers.length == 2);
+               if (providers[0] == testProvider1) {
+                       assertEquals("getProviders", testProvider2, providers[1]);
+               }
+               else {
+                       assertEquals("getProviders", testProvider2, providers[0]);
+                       assertEquals("getProviders", testProvider1, providers[1]);
+               }
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
+               assertEquals("getProviders", 1, providers.length);
+               assertEquals("getProviders", testProvider1, providers[0]);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider2.class);
+               assertEquals("getProviders", 1, providers.length);
+               assertEquals("getProviders", testProvider2, providers[0]);
+
+               // Remove one
+               testProvider1.dispose();
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
+               assertEquals("getProviders", 1, providers.length);
+               assertEquals("getProviders", testProvider2, providers[0]);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
+               assertEquals("getProviders", 0, providers.length);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider2.class);
+               assertEquals("getProviders", 1, providers.length);
+               assertEquals("getProviders", testProvider2, providers[0]);
+
+               // Remove the other
+               testProvider2.dispose();
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
+               assertEquals("getProviders", 0, providers.length);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
+               assertEquals("getProviders", 0, providers.length);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider2.class);
+               assertEquals("getProviders", 0, providers.length);
+       }
+
+       @SuppressWarnings("unchecked")
+       public void testRegister_Unregister_3() {
+
+               // Register 3 providers, mixed data types
+               TestProvider1 testProvider1 = new TestProvider1(TmfEvent.class);
+               TestProvider2 testProvider2 = new TestProvider2(TmfEvent.class);
+               TestProvider3 testProvider3 = new TestProvider3(TmfEvent3.class);
+
+               TmfDataProvider<TmfEvent>[] providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
+               assertEquals("getProviders", 2, providers.length);
+               if (providers[0] == testProvider1) {
+                       assertEquals("getProviders", testProvider2, providers[1]);
+               }
+               else {
+                       assertEquals("getProviders", testProvider2, providers[0]);
+                       assertEquals("getProviders", testProvider1, providers[1]);
+               }
+
+               TmfDataProvider<TmfEvent3>[] providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class);
+               assertEquals("getProviders", 1, providers3.length);
+               assertEquals("getProviders", testProvider3, providers3[0]);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
+               assertEquals("getProviders", 1, providers.length);
+               assertEquals("getProviders", testProvider1, providers[0]);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider2.class);
+               assertEquals("getProviders", 1, providers.length);
+               assertEquals("getProviders", testProvider2, providers[0]);
+
+               providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class, TestProvider3.class);
+               assertEquals("getProviders", 1, providers3.length);
+               assertEquals("getProviders", testProvider3, providers3[0]);
+
+               // Remove one
+               testProvider1.dispose();
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
+               assertEquals("getProviders", 1, providers.length);
+               assertEquals("getProviders", testProvider2, providers[0]);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
+               assertEquals("getProviders", 0, providers.length);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider2.class);
+               assertEquals("getProviders", 1, providers.length);
+               assertEquals("getProviders", testProvider2, providers[0]);
+
+               providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class);
+               assertEquals("getProviders", 1, providers3.length);
+               assertEquals("getProviders", testProvider3, providers3[0]);
+
+               providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class, TestProvider3.class);
+               assertEquals("getProviders", 1, providers3.length);
+               assertEquals("getProviders", testProvider3, providers3[0]);
+
+               // Remove another one
+               testProvider2.dispose();
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
+               assertEquals("getProviders", 0, providers.length);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
+               assertEquals("getProviders", 0, providers.length);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider2.class);
+               assertEquals("getProviders", 0, providers.length);
+
+               providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class);
+               assertTrue(providers3.length == 1);
+               assertTrue(providers3[0] == testProvider3);
+
+               providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class, TestProvider3.class);
+               assertEquals("getProviders", 1, providers3.length);
+               assertEquals("getProviders", testProvider3, providers3[0]);
+
+               // Remove the last one
+               testProvider3.dispose();
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
+               assertEquals("getProviders", 0, providers.length);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
+               assertEquals("getProviders", 0, providers.length);
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider2.class);
+               assertEquals("getProviders", 0, providers.length);
+
+               providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class);
+               assertEquals("getProviders", 0, providers.length);
+
+               providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class, TestProvider3.class);
+               assertEquals("getProviders", 0, providers.length);
+       }
+
+       @SuppressWarnings("unchecked")
+       public void testGetProvider() {
+
+               // Register 3 providers, mixed data types
+               TestProvider1 testProvider1 = new TestProvider1(TmfEvent.class);
+               TestProvider2 testProvider2 = new TestProvider2(TmfEvent.class);
+               TestProvider3 testProvider3 = new TestProvider3(TmfEvent3.class);
+
+               TmfDataProvider<TmfEvent>[] providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, null);
+               assertEquals("getProviders", 2, providers.length);
+               if (providers[0] == testProvider1) {
+                       assertEquals("getProviders", testProvider2, providers[1]);
+               }
+               else {
+                       assertEquals("getProviders", testProvider2, providers[0]);
+                       assertEquals("getProviders", testProvider1, providers[1]);
+               }
+
+               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent3.class, null);
+               assertEquals("getProviders", 1, providers.length);
+               assertEquals("getProviders", testProvider3, providers[0]);
+
+               // Remove the providers
+               testProvider1.dispose();
+               testProvider2.dispose();
+               testProvider3.dispose();
+       }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/AllTests.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/AllTests.java
new file mode 100644 (file)
index 0000000..928149c
--- /dev/null
@@ -0,0 +1,27 @@
+package org.eclipse.linuxtools.tmf.core.tests.event;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.eclipse.linuxtools.tmf.core.TmfCorePlugin;
+
+@SuppressWarnings("nls")
+public class AllTests {
+
+       public static Test suite() {
+               TestSuite suite = new TestSuite("Test suite for " + TmfCorePlugin.PLUGIN_ID + ".event"); //$NON-NLS-1$);
+               //$JUnit-BEGIN$
+               suite.addTestSuite(TmfEventFieldTest.class);
+               suite.addTestSuite(TmfEventContentTest.class);
+               suite.addTestSuite(TmfEventTypeTest.class);
+               suite.addTestSuite(TmfEventSourceTest.class);
+               suite.addTestSuite(TmfTraceEventTest.class);
+               suite.addTestSuite(TmfEventReferenceTest.class);
+               suite.addTestSuite(TmfTimestampTest.class);
+               suite.addTestSuite(TmfTimeRangeTest.class);
+               suite.addTestSuite(TmfEventTest.class);
+               //$JUnit-END$
+               return suite;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventContentTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventContentTest.java
new file mode 100644 (file)
index 0000000..f8d3993
--- /dev/null
@@ -0,0 +1,300 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.event;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;
+import org.eclipse.linuxtools.tmf.core.event.TmfNoSuchFieldException;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.stubs.event.TmfEventContentStub;
+import org.eclipse.linuxtools.tmf.stubs.event.TmfEventTypeStub;
+
+/**
+ * <b><u>TmfEventContentTest</u></b>
+ * <p>
+ * Test suite for the TmfEventContent class.
+ */
+@SuppressWarnings("nls")
+public class TmfEventContentTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+       private final TmfTimestamp      fTimestamp;
+       private final TmfEventSource    fEventSource;
+       private final TmfEventType      fEventType;
+       private final TmfEventTypeStub  fEventTypeStub;
+       private final TmfEventReference fReference;
+       private final TmfEvent          fEvent;
+       private final TmfEvent          fEventStub;
+
+       private final Object fRawContent0 = new String("Some content");
+       private final Object fRawContent1 = new String("Some other content");
+
+       private final TmfEventContent     fBasicContent0;
+       private final TmfEventContent     fBasicContent1;
+       private final TmfEventContent     fBasicContent2;
+       private final TmfEventContentStub fStubContent;
+
+       // ------------------------------------------------------------------------
+       // Housekeeping
+       // ------------------------------------------------------------------------
+
+       /**
+        * @param name the test name
+        */
+       public TmfEventContentTest(String name) {
+               super(name);
+               fTimestamp     = new TmfTimestamp();
+               fEventSource   = new TmfEventSource(new Object());
+               fEventType     = new TmfEventType();
+               fEventTypeStub = new TmfEventTypeStub();
+               fReference     = new TmfEventReference();
+
+               fEvent         = new TmfEvent(fTimestamp, fEventSource, fEventType, fReference);
+               fBasicContent0 = new TmfEventContent(fEvent, fRawContent0);
+               fBasicContent1 = new TmfEventContent(fEvent, fRawContent0);
+               fBasicContent2 = new TmfEventContent(fEvent, fRawContent0);
+
+               fEventStub    = new TmfEvent(fTimestamp, fEventSource, fEventTypeStub, fReference);
+               fStubContent  = new TmfEventContentStub(fEventStub, fRawContent1);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+       // ------------------------------------------------------------------------
+       // Constructors
+       // ------------------------------------------------------------------------
+
+       public void testTmfEventContent() {
+               assertSame("getLabels",    fEvent,       fBasicContent0.getEvent());
+               assertEquals("getType",    fEventType,   fBasicContent0.getType());
+               assertEquals("getContent", fRawContent0, fBasicContent0.getContent());
+       }
+
+       public void testTmfEventContentCopy() {
+               TmfEventContent content  = new TmfEventContent(fBasicContent0);
+               assertSame("getLabels",    fEvent,       content.getEvent());
+               assertEquals("getType",    fEventType,   content.getType());
+               assertEquals("getContent", fRawContent0, content.getContent());
+       }
+
+       public void testTmfEventContentCopy2() {
+               try {
+                       new TmfEventContent(null);
+                       fail("null copy");
+               }
+               catch (IllegalArgumentException e) {
+                       // Success
+               }
+       }
+
+       // ------------------------------------------------------------------------
+       // setEvent
+       // ------------------------------------------------------------------------
+
+       public void testSetEvent() {
+               TmfEvent event = new TmfEvent(fTimestamp, fEventSource, fEventType, fReference);
+               TmfEventContent content1 = new TmfEventContent(event, fRawContent0);
+               event.setContent(content1);
+               TmfEventContent content2 = new TmfEventContent(null, fRawContent1);
+
+               content2.setEvent(event);
+
+               assertEquals("setEvent", event, content2.getEvent());
+//             assertEquals("setEvent", content2, event.getContent());
+//             assertEquals("setEvent", null, content1.getEvent());
+       }
+
+       // ------------------------------------------------------------------------
+       // equals
+       // ------------------------------------------------------------------------
+
+       public void testEqualsReflexivity() throws Exception {
+               @SuppressWarnings("unused")
+               Object[] fields1 = fBasicContent0.getFields(); 
+               @SuppressWarnings("unused")
+               Object[] fields2 = fStubContent.getFields(); 
+
+               assertTrue("equals", fBasicContent0.equals(fBasicContent0));
+               assertTrue("equals", fStubContent.equals(fStubContent));
+
+               assertTrue("equals", !fBasicContent0.equals(fStubContent));
+               assertTrue("equals", !fStubContent.equals(fBasicContent0));
+       }
+       
+       public void testEqualsSymmetry() throws Exception {
+               assertTrue("equals", fBasicContent0.equals(fBasicContent2));
+               assertTrue("equals", fBasicContent2.equals(fBasicContent0));
+
+               assertTrue("equals", !fBasicContent0.equals(fStubContent));
+               assertTrue("equals", !fStubContent.equals(fBasicContent0));
+       }
+       
+       public void testEqualsTransivity() throws Exception {
+               assertTrue("equals", fBasicContent0.equals(fBasicContent1));
+               assertTrue("equals", fBasicContent1.equals(fBasicContent2));
+               assertTrue("equals", fBasicContent0.equals(fBasicContent2));
+       }
+       
+       public void testEqualsNull() throws Exception {
+               assertTrue("equals", !fBasicContent0.equals(null));
+               assertTrue("equals", !fStubContent.equals(null));
+       }
+       
+       // ------------------------------------------------------------------------
+       // hashCode
+       // ------------------------------------------------------------------------
+
+       public void testHashCode() throws Exception {
+               assertTrue("hashCode", fBasicContent0.hashCode() == fBasicContent2.hashCode());
+               assertTrue("hashCode", fBasicContent0.hashCode() != fStubContent.hashCode());
+       }
+       
+       public void testHashCode2() throws Exception {
+               TmfEventContent basicContent0 = new TmfEventContent(null, fRawContent0);
+               TmfEventContent basicContent1 = new TmfEventContent(fEvent, null);
+               TmfEventContent basicContent2 = new TmfEventContent(null, null);
+
+               assertTrue("hashCode", fBasicContent0.hashCode() != basicContent0.hashCode());
+               assertTrue("hashCode", fBasicContent0.hashCode() != basicContent1.hashCode());
+               assertTrue("hashCode", fBasicContent0.hashCode() != basicContent2.hashCode());
+
+               assertTrue("hashCode", basicContent0.hashCode() != basicContent1.hashCode());
+               assertTrue("hashCode", basicContent0.hashCode() != basicContent2.hashCode());
+
+               assertTrue("hashCode", basicContent1.hashCode() != basicContent2.hashCode());
+       }
+       
+       // ------------------------------------------------------------------------
+       // toString
+       // ------------------------------------------------------------------------
+
+       public void testToString() {
+               String expected = "[TmfEventContent(" + fRawContent0 + ")]";
+               TmfEventContent content = new TmfEventContent(fEvent, fRawContent0);
+               assertEquals("toString", expected, content.toString());
+       }
+
+       public void testToString2() {
+               String expected = "[TmfEventContent(1,-10,true,some string,[TmfTimestamp(1,2,3)])]";
+               TmfEventContentStub content = new TmfEventContentStub(fEvent, fRawContent0);
+               assertEquals("toString", expected, content.toString());
+       }
+
+       // ------------------------------------------------------------------------
+       // Basic content parsing
+       // ------------------------------------------------------------------------
+
+       public void testGetFields() {
+               Object[] fields = fBasicContent0.getFields(); 
+               assertEquals("getFields", 1, fields.length);
+               assertEquals("getFields", fRawContent0, fields[0].toString());
+       }
+
+       public void testGetFieldFromId() {
+               Object field;
+               try {
+                       field = fBasicContent0.getField("Content");
+                       assertEquals("getField", fRawContent0, field.toString());
+               } catch (TmfNoSuchFieldException e) {
+                       fail("Field not found");
+               } 
+       }
+
+       public void testGetFieldFromIdFailed() {
+               try {
+                       fBasicContent0.getField("Dummy");
+                       fail("Found an inexisting field...");
+               } catch (TmfNoSuchFieldException e) {
+                       // Success
+               } 
+       }
+
+       public void testGetFieldFromPos() {
+               Object field = fBasicContent0.getField(0);
+               assertEquals("getField", fRawContent0, field.toString());
+       }
+
+       public void testGetFieldFromPosFailed() {
+               Object field = fBasicContent0.getField(10);
+               assertEquals("getField", null, field);
+       }
+
+       // ------------------------------------------------------------------------
+       // Standard content parsing
+       // ------------------------------------------------------------------------
+
+       public void testGetFields2() {
+               Object[] fields = fStubContent.getFields(); 
+               assertEquals("getFields", 5, fields.length);
+       }
+
+       public void testGetFieldFromId2() {
+               Object field;
+               try {
+                       field = fStubContent.getField("Field1");
+                       assertEquals("getField", new Integer(1), field);
+
+                       field = fStubContent.getField("Field2");
+                       assertEquals("getField", new Integer(-10), field);
+
+                       field = fStubContent.getField("Field3");
+                       assertEquals("getField", new Boolean(true), field);
+
+                       field = fStubContent.getField("Field4");
+                       assertEquals("getField", new String("some string"), field);
+
+                       field = fStubContent.getField("Field5");
+                       assertEquals("getField", new TmfTimestamp(1, (byte) 2, 3), field);
+
+               } catch (TmfNoSuchFieldException e) {
+                       fail("Field not found");
+               } 
+       }
+
+       public void testGetFieldFromPos2() {
+               TmfEventContentStub content = new TmfEventContentStub(fEvent, fRawContent0);
+
+               Object field;
+               field = content.getField(0);
+               assertEquals("getField", new Integer(1), field);
+
+               field = content.getField(1);
+               assertEquals("getField", new Integer(-10), field);
+
+               field = content.getField(2);
+               assertEquals("getField", new Boolean(true), field);
+
+               field = content.getField(3);
+               assertEquals("getField", new String("some string"), field);
+
+               field = content.getField(4);
+               assertEquals("getField", new TmfTimestamp(1, (byte) 2, 3), field);
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventFieldTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventFieldTest.java
new file mode 100644 (file)
index 0000000..b746475
--- /dev/null
@@ -0,0 +1,201 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.event;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventField;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.stubs.event.TmfEventTypeStub;
+
+/**
+ * <b><u>TmfEventFieldTest</u></b>
+ * <p>
+ * Test suite for the TmfEventField class.
+ */
+@SuppressWarnings("nls")
+public class TmfEventFieldTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+       private final TmfEventContent fContent;
+       private final String fFieldId = "Field";
+       private final Object fValue1  = new String("Value"); 
+       private final Object fValue2  = new Integer(10); 
+
+       private TmfEventField fField0;
+       private TmfEventField fField1;
+       private TmfEventField fField2;
+       private TmfEventField fField3;
+
+    // ------------------------------------------------------------------------
+       // Housekeeping
+    // ------------------------------------------------------------------------
+
+       /**
+        * @param name the test name
+        */
+       public TmfEventFieldTest(String name) {
+               super(name);
+               TmfTimestamp      fTimestamp   = new TmfTimestamp();
+               TmfEventSource    fEventSource = new TmfEventSource();
+               TmfEventType      fEventType   = new TmfEventTypeStub();
+               TmfEventReference fReference   = new TmfEventReference();
+               TmfEvent          fEvent       = new TmfEvent(fTimestamp, fEventSource, fEventType, fReference);
+
+               fContent = new TmfEventContent(fEvent, "Some content");
+
+               fField0 = new TmfEventField(fContent, fFieldId, fValue1);
+               fField1 = new TmfEventField(fContent, fFieldId, fValue1);
+               fField2 = new TmfEventField(fContent, fFieldId, fValue1);
+               fField3 = new TmfEventField(fContent, fFieldId, fValue2);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+    // ------------------------------------------------------------------------
+       // Constructors
+    // ------------------------------------------------------------------------
+
+       public void testTmfEventField() {
+               assertSame("getParent", fContent, fField0.getParent());
+               assertSame("getId",     fFieldId, fField0.getId());
+               assertSame("getValue",  fValue1,  fField0.getValue());
+       }
+
+       public void testTmfEventFieldBadArg() {
+               try {
+                       new TmfEventField(fContent, null, fValue1);
+                       fail("null copy");
+               }
+               catch (IllegalArgumentException e) {
+                       // Success
+               }
+       }
+
+       public void testTmfEventFieldCopy() {
+               TmfEventField original = new TmfEventField(fContent, fFieldId, fValue1);
+               TmfEventField field = new TmfEventField(original);
+               assertSame("getParent", fContent, field.getParent());
+               assertSame("getId",     fFieldId, field.getId());
+               assertSame("getValue",  fValue1,  field.getValue());
+       }
+
+       public void testTmfEventFieldCopy2() {
+               try {
+                       new TmfEventField(null);
+                       fail("null copy");
+               }
+               catch (IllegalArgumentException e) {
+                       // Success
+               }
+       }
+
+    // ------------------------------------------------------------------------
+       // Modifiers
+    // ------------------------------------------------------------------------
+
+       private class MyField extends TmfEventField {
+               public MyField(TmfEventContent parent, String id, Object value) {
+                       super(parent, id, value);
+               }
+           public MyField(TmfEventField field) {
+                       super(field);
+               }
+               @Override
+               public void setValue(Object value) {
+               super.setValue(value);
+           }
+       }
+
+       public void testSetValue() {
+               TmfEventField original = new TmfEventField(fContent, fFieldId, fValue1);
+               TmfEventField field = new TmfEventField(original);
+
+               MyField myField = new MyField(field);
+               assertSame("getValue", fValue1,  myField.getValue());
+
+               myField.setValue(fValue2);
+               assertSame("getValue", fValue2,  myField.getValue());
+       }
+
+    // ------------------------------------------------------------------------
+       // equals
+    // ------------------------------------------------------------------------
+
+       public void testEqualsReflexivity() throws Exception {
+               assertTrue("equals", fField0.equals(fField0));
+               assertTrue("equals", fField3.equals(fField3));
+
+               assertTrue("equals", !fField0.equals(fField3));
+               assertTrue("equals", !fField3.equals(fField0));
+       }
+       
+       public void testEqualsSymmetry() throws Exception {
+               assertTrue("equals", fField0.equals(fField1));
+               assertTrue("equals", fField1.equals(fField0));
+
+               assertTrue("equals", !fField0.equals(fField3));
+               assertTrue("equals", !fField3.equals(fField0));
+       }
+       
+       public void testEqualsTransivity() throws Exception {
+               assertTrue("equals", fField0.equals(fField1));
+               assertTrue("equals", fField1.equals(fField2));
+               assertTrue("equals", fField0.equals(fField2));
+       }
+       
+       public void testEqualsNull() throws Exception {
+               assertTrue("equals", !fField0.equals(null));
+               assertTrue("equals", !fField3.equals(null));
+       }
+       
+       // ------------------------------------------------------------------------
+       // hashCode
+       // ------------------------------------------------------------------------
+
+       public void testHashCode() throws Exception {
+               assertTrue("hashCode", fField0.hashCode() == fField1.hashCode());
+               assertTrue("hashCode", fField0.hashCode() != fField3.hashCode());
+       }
+       
+    // ------------------------------------------------------------------------
+       // toString
+    // ------------------------------------------------------------------------
+
+       public void testToString() {
+               String expected1 = "[TmfEventField(" + fFieldId + ":" + fValue1.toString() + ")]";
+               TmfEventField field = new TmfEventField(fContent, fFieldId, fValue1);
+               assertEquals("toString", expected1, field.toString());
+
+               String expected2 = "[TmfEventField(" + fFieldId + ":" + fValue2.toString() + ")]";
+               field = new TmfEventField(fContent, fFieldId, fValue2);
+               assertEquals("toString", expected2, field.toString());
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventReferenceTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventReferenceTest.java
new file mode 100644 (file)
index 0000000..ba25db2
--- /dev/null
@@ -0,0 +1,151 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.event;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;
+
+/**
+ * <b><u>TmfEventReferenceTest</u></b>
+ * <p>
+ * Test suite for the TmfEventReference class.
+ */
+@SuppressWarnings("nls")
+public class TmfEventReferenceTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+       private final Object reference0 = new String("Some reference");
+       private final Object reference2 = new String("Some other reference");
+
+       private TmfEventReference fReference0 = new TmfEventReference(reference0);
+       private TmfEventReference fReference1 = new TmfEventReference(reference0);
+       private TmfEventReference fReference2 = new TmfEventReference(reference0);
+       private TmfEventReference fReference3 = new TmfEventReference(reference2);
+
+       // ------------------------------------------------------------------------
+       // Housekeeping
+    // ------------------------------------------------------------------------
+
+       /**
+        * @param name the test name
+        */
+       public TmfEventReferenceTest(String name) {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+    // ------------------------------------------------------------------------
+       // Constructors
+    // ------------------------------------------------------------------------
+
+       public void testTmfEventReferenceDefault() {
+               TmfEventReference reference = new TmfEventReference();
+               assertEquals("getReference", null, reference.getReference());
+       }
+
+       public void testTmfEventReference() {
+               TmfEventReference reference = new TmfEventReference(reference0);
+               assertSame("getReference", reference0, reference.getReference());
+       }
+
+       public void testTmfEventReferenceCopy() {
+               TmfEventReference original = new TmfEventReference(reference0);
+               TmfEventReference reference = new TmfEventReference(original);
+               assertSame("getReference", reference0, reference.getReference());
+       }
+
+       public void testTmfEventReferenceCopy2() {
+               try {
+                       @SuppressWarnings("unused")
+                       TmfEventReference reference = new TmfEventReference(null);
+                       fail("null copy");
+               }
+               catch (IllegalArgumentException e) {
+                       // Success
+               }
+       }
+
+    // ------------------------------------------------------------------------
+       // equals
+    // ------------------------------------------------------------------------
+
+       public void testEqualsReflexivity() throws Exception {
+               assertTrue("equals", fReference0.equals(fReference0));
+               assertTrue("equals", fReference3.equals(fReference3));
+
+               assertTrue("equals", !fReference0.equals(fReference3));
+               assertTrue("equals", !fReference3.equals(fReference0));
+       }
+       
+       public void testEqualsSymmetry() throws Exception {
+               assertTrue("equals", fReference0.equals(fReference1));
+               assertTrue("equals", fReference1.equals(fReference0));
+
+               assertTrue("equals", !fReference0.equals(fReference3));
+               assertTrue("equals", !fReference3.equals(fReference0));
+       }
+       
+       public void testEqualsTransivity() throws Exception {
+               assertTrue("equals", fReference0.equals(fReference1));
+               assertTrue("equals", fReference1.equals(fReference2));
+               assertTrue("equals", fReference0.equals(fReference2));
+       }
+       
+       public void testEqualsNull() throws Exception {
+               assertTrue("equals", !fReference0.equals(null));
+               assertTrue("equals", !fReference3.equals(null));
+       }
+       
+       // ------------------------------------------------------------------------
+       // hashCode
+       // ------------------------------------------------------------------------
+
+       public void testHashCode() throws Exception {
+               assertTrue("hashCode", fReference0.hashCode() == fReference1.hashCode());
+               assertTrue("hashCode", fReference0.hashCode() != fReference3.hashCode());
+       }
+       
+       public void testHashCode2() throws Exception {
+               TmfEventReference reference0 = new TmfEventReference();
+               assertTrue("hashCode", fReference0.hashCode() != reference0.hashCode());
+               assertTrue("hashCode", fReference3.hashCode() != reference0.hashCode());
+       }
+       
+    // ------------------------------------------------------------------------
+       // toString
+    // ------------------------------------------------------------------------
+
+       public void testToString() {
+               String expected1 = "[TmfEventReference(" + "null" + ")]";
+               TmfEventReference reference1 = new TmfEventReference();
+               assertEquals("toString", expected1, reference1.toString());
+
+               String expected2 = "[TmfEventReference(" + reference0.toString() + ")]";
+               TmfEventReference reference2 = new TmfEventReference(reference0);
+               assertEquals("toString", expected2, reference2.toString());
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventSourceTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventSourceTest.java
new file mode 100644 (file)
index 0000000..341e2b9
--- /dev/null
@@ -0,0 +1,145 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.event;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+
+/**
+ * <b><u>TmfEventSourceTest</u></b>
+ * <p>
+ * Test suite for the TmfEventSource class.
+ */
+@SuppressWarnings("nls")
+public class TmfEventSourceTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+       private final Object source1 = new String("Some source");
+       private final Object source2 = new String("Some other source");
+
+       private final TmfEventSource fSource0 = new TmfEventSource(source1);
+       private final TmfEventSource fSource1 = new TmfEventSource(source1);
+       private final TmfEventSource fSource2 = new TmfEventSource(source1);
+       private final TmfEventSource fSource3 = new TmfEventSource(source2);
+       
+       // ------------------------------------------------------------------------
+       // Housekeeping
+       // ------------------------------------------------------------------------
+
+       /**
+        * @param name the test name
+        */
+       public TmfEventSourceTest(String name) {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+       // ------------------------------------------------------------------------
+       // Constructors
+       // ------------------------------------------------------------------------
+
+       public void testTmfEventSourceDefault() {
+               TmfEventSource source = new TmfEventSource();
+               assertEquals("getSourceId", null, source.getSourceId());
+       }
+
+       public void testTmfEventSource() {
+               TmfEventSource source = new TmfEventSource(source1);
+               assertSame("getSourceId", source1, source.getSourceId());
+       }
+
+       public void testTmfEventSourceCopy() {
+               TmfEventSource original = new TmfEventSource(source1);
+               TmfEventSource source = new TmfEventSource(original);
+               assertSame("getSourceId", source1, source.getSourceId());
+       }
+
+       public void testTmfEventSourceCopy2() {
+               try {
+                       @SuppressWarnings("unused")
+                       TmfEventSource source = new TmfEventSource(null);
+                       fail("null copy");
+               }
+               catch (IllegalArgumentException e) {
+                       // Success
+               }
+       }
+
+       // ------------------------------------------------------------------------
+       // equals
+       // ------------------------------------------------------------------------
+
+       public void testEqualsReflexivity() throws Exception {
+               assertTrue("equals", fSource0.equals(fSource0));
+               assertTrue("equals", fSource3.equals(fSource3));
+
+               assertTrue("equals", !fSource0.equals(fSource3));
+               assertTrue("equals", !fSource3.equals(fSource0));
+       }
+       
+       public void testEqualsSymmetry() throws Exception {
+               assertTrue("equals", fSource0.equals(fSource2));
+               assertTrue("equals", fSource2.equals(fSource0));
+
+               assertTrue("equals", !fSource0.equals(fSource3));
+               assertTrue("equals", !fSource3.equals(fSource0));
+       }
+       
+       public void testEqualsTransivity() throws Exception {
+               assertTrue("equals", fSource0.equals(fSource1));
+               assertTrue("equals", fSource1.equals(fSource2));
+               assertTrue("equals", fSource0.equals(fSource2));
+       }
+       
+       public void testEqualsNull() throws Exception {
+               assertTrue("equals", !fSource0.equals(null));
+               assertTrue("equals", !fSource3.equals(null));
+       }
+       
+       // ------------------------------------------------------------------------
+       // hashCode
+       // ------------------------------------------------------------------------
+
+       public void testHashCode() throws Exception {
+               assertTrue("hashCode", fSource0.hashCode() == fSource1.hashCode());
+               assertTrue("hashCode", fSource0.hashCode() != fSource3.hashCode());
+       }
+       
+       // ------------------------------------------------------------------------
+       // toString
+       // ------------------------------------------------------------------------
+
+       public void testToString() {
+               String expected1 = "[TmfEventSource(" + "null" + ")]";
+               TmfEventSource nullSource = new TmfEventSource();
+               assertEquals("toString", expected1, nullSource.toString());
+
+               String expected2 = "[TmfEventSource(" + source1.toString() + ")]";
+               TmfEventSource source = new TmfEventSource(source1);
+               assertEquals("toString", expected2, source.toString());
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventTest.java
new file mode 100644 (file)
index 0000000..ec55b14
--- /dev/null
@@ -0,0 +1,204 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.event;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+/**
+ * <b><u>TmfEventTest</u></b>
+ * <p>
+ * Test suite for the TmfEvent class.
+ */
+@SuppressWarnings("nls")
+public class TmfEventTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+       private final String   fTypeId = "Some type";
+       private final String   fLabel0 = "label1";
+       private final String   fLabel1 = "label2";
+       private final String[] fLabels = new String[] { fLabel0, fLabel1 };
+
+       private final TmfTimestamp      fTimestamp1 = new TmfTimestamp(12345, (byte) 2, 5);
+       private final TmfTimestamp      fTimestamp2 = new TmfTimestamp(12350, (byte) 2, 5);
+       private final TmfEventSource    fSource     = new TmfEventSource("Source");
+       private final TmfEventType      fType       = new TmfEventType(fTypeId, fLabels);
+       private final TmfEventReference fReference  = new TmfEventReference("Some reference");
+
+       private final TmfEvent fEvent1;
+       private final TmfEvent fEvent2;
+
+       private final TmfEventContent fContent1;
+       private final TmfEventContent fContent2;
+       
+       // ------------------------------------------------------------------------
+       // Housekeeping
+       // ------------------------------------------------------------------------
+
+       /**
+        * @param name the test name
+        */
+       public TmfEventTest(String name) {
+               super(name);
+
+               fEvent1 = new TmfEvent(fTimestamp1, fSource, fType, fReference);
+               fContent1 = new TmfEventContent(fEvent1, "Some content");
+               fEvent1.setContent(fContent1);
+
+               fEvent2 = new TmfEvent(fTimestamp1, fTimestamp2, fSource, fType, fReference);
+               fContent2 = new TmfEventContent(fEvent2, "Some other content");
+               fEvent2.setContent(fContent2);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+       // ------------------------------------------------------------------------
+       // Constructors
+       // ------------------------------------------------------------------------
+
+       public void testTmfEvent() {
+               assertEquals("getTimestamp",         fTimestamp1, fEvent1.getTimestamp());
+               assertEquals("getOriginalTimestamp", fTimestamp1, fEvent1.getOriginalTimestamp());
+               assertEquals("getSource",            fSource,     fEvent1.getSource());
+               assertEquals("getType",              fType,       fEvent1.getType());
+               assertEquals("getContent",           fContent1,   fEvent1.getContent());
+               assertEquals("getReference",         fReference,  fEvent1.getReference());
+       }
+
+       public void testTmfEvent2() {
+               assertEquals("getTimestamp",         fTimestamp2, fEvent2.getTimestamp());
+               assertEquals("getOriginalTimestamp", fTimestamp1, fEvent2.getOriginalTimestamp());
+               assertEquals("getSource",            fSource,     fEvent2.getSource());
+               assertEquals("getType",              fType,       fEvent2.getType());
+               assertEquals("getContent",           fContent2,   fEvent2.getContent());
+               assertEquals("getReference",         fReference,  fEvent2.getReference());
+       }
+
+       public void testTmfEventCopy() {
+               TmfEvent event = new TmfEvent(fEvent1);
+               assertEquals("getTimestamp",         fTimestamp1, event.getTimestamp());
+               assertEquals("getOriginalTimestamp", fTimestamp1, event.getOriginalTimestamp());
+               assertEquals("getSource",            fSource,     event.getSource());
+               assertEquals("getType",              fType,       event.getType());
+               assertEquals("getContent",           fContent1,   event.getContent());
+               assertEquals("getReference",         fReference,  event.getReference());
+       }
+
+       public void testEventCopy2() throws Exception {
+               try {
+                       new TmfEvent(null);
+                       fail("null copy");
+               }
+               catch (IllegalArgumentException e) {
+                       // Success
+               }
+       }
+
+       // ------------------------------------------------------------------------
+       // equals
+       // ------------------------------------------------------------------------
+
+       public void testEqualsReflexivity() throws Exception {
+               assertTrue("equals", fEvent1.equals(fEvent1));
+               assertTrue("equals", fEvent2.equals(fEvent2));
+
+               assertTrue("equals", !fEvent1.equals(fEvent2));
+               assertTrue("equals", !fEvent2.equals(fEvent1));
+       }
+       
+       public void testEqualsSymmetry() throws Exception {
+               TmfEvent event1 = new TmfEvent(fEvent1);
+               TmfEvent event2 = new TmfEvent(fEvent2);
+
+               assertTrue("equals", event1.equals(fEvent1));
+               assertTrue("equals", fEvent1.equals(event1));
+
+               assertTrue("equals", event2.equals(fEvent2));
+               assertTrue("equals", fEvent2.equals(event2));
+       }
+       
+       public void testEqualsTransivity() throws Exception {
+               TmfEvent event1 = new TmfEvent(fEvent1);
+               TmfEvent event2 = new TmfEvent(fEvent1);
+               TmfEvent event3 = new TmfEvent(fEvent1);
+
+               assertTrue("equals", event1.equals(event2));
+               assertTrue("equals", event2.equals(event3));
+               assertTrue("equals", event1.equals(event3));
+       }
+       
+       public void testEqualsNull() throws Exception {
+               assertTrue("equals", !fEvent1.equals(null));
+               assertTrue("equals", !fEvent2.equals(null));
+       }
+       
+       // ------------------------------------------------------------------------
+       // hashCode
+       // ------------------------------------------------------------------------
+
+       public void testHashCode() throws Exception {
+               TmfEvent event1 = new TmfEvent(fEvent1);
+               TmfEvent event2 = new TmfEvent(fEvent2);
+
+               assertTrue("hashCode", fEvent1.hashCode() == event1.hashCode());
+               assertTrue("hashCode", fEvent2.hashCode() == event2.hashCode());
+
+               assertTrue("hashCode", fEvent1.hashCode() != event2.hashCode());
+               assertTrue("hashCode", fEvent2.hashCode() != event1.hashCode());
+       }
+       
+       // ------------------------------------------------------------------------
+       // toString
+       // ------------------------------------------------------------------------
+
+       public void testToString() {
+               String expected1 = "[TmfEvent(" + fTimestamp1 + "," + fSource + "," + fType + "," + fContent1 + ")]";
+               assertEquals("toString", expected1, fEvent1.toString());
+
+               String expected2 = "[TmfEvent(" + fTimestamp2 + "," + fSource + "," + fType + "," + fContent2 + ")]";
+               assertEquals("toString", expected2, fEvent2.toString());
+       }
+
+       // ------------------------------------------------------------------------
+       // setContent
+       // ------------------------------------------------------------------------
+
+       public void testSetContent() {
+               TmfEvent event = new TmfEvent(fEvent1);
+               assertEquals("setContent", fContent1, event.getContent());
+
+               event.setContent(fContent2);
+               assertEquals("setContent", fContent2, event.getContent());
+
+               event.setContent(fContent1);
+               assertEquals("setContent", fContent1, event.getContent());
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventTypeTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventTypeTest.java
new file mode 100644 (file)
index 0000000..4715551
--- /dev/null
@@ -0,0 +1,204 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.event;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;
+import org.eclipse.linuxtools.tmf.core.event.TmfNoSuchFieldException;
+
+/**
+ * <b><u>TmfEventTypeTest</u></b>
+ * <p>
+ * JUnit test suite for the TmfEventType class.
+ */
+@SuppressWarnings("nls")
+public class TmfEventTypeTest extends TestCase {
+
+    // ------------------------------------------------------------------------
+       // Variables
+    // ------------------------------------------------------------------------
+
+       private final String   fTypeId  = "Some type";
+       private final String   fTypeId2 = "Some other type";
+       private final String   fLabel0  = "label1";
+       private final String   fLabel1  = "label2";
+       private final String[] fLabels  = new String[] { fLabel0, fLabel1 };
+       private final String[] fLabels2 = new String[] { fLabel1, fLabel0 };
+
+       private final TmfEventType fType0 = new TmfEventType(fTypeId,  fLabels);
+       private final TmfEventType fType1 = new TmfEventType(fTypeId,  fLabels);
+       private final TmfEventType fType2 = new TmfEventType(fTypeId,  fLabels);
+       private final TmfEventType fType3 = new TmfEventType(fTypeId2, fLabels2);
+
+       // ------------------------------------------------------------------------
+       // Housekeeping
+    // ------------------------------------------------------------------------
+
+       /**
+        * @param name the test name
+        */
+       public TmfEventTypeTest(String name) {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+    // ------------------------------------------------------------------------
+       // Constructors
+    // ------------------------------------------------------------------------
+
+       public void testTmfEventTypeDefault() {
+               TmfEventType type = new TmfEventType();
+               try {
+                       assertEquals("getTypeId",     TmfEventType.DEFAULT_TYPE_ID, type.getTypeId());
+                       assertEquals("getNbFields",   1, type.getNbFields());
+                       assertEquals("getFieldIndex", 0, type.getFieldIndex(TmfEventType.DEFAULT_LABELS[0]));
+                       assertEquals("getLabels",     TmfEventType.DEFAULT_LABELS, type.getLabels());
+                       assertEquals("getLabel",      TmfEventType.DEFAULT_LABELS[0], type.getLabel(0));
+               } catch (TmfNoSuchFieldException e) {
+                       fail("getFieldIndex: no such field");
+               }
+       }
+
+       public void testTmfEventType() {
+               TmfEventType type = new TmfEventType(fTypeId, fLabels);
+               try {
+                       assertEquals("getTypeId",     fTypeId, type.getTypeId());
+                       assertEquals("getNbFields",   fLabels.length, type.getNbFields());
+                       assertEquals("getFieldIndex", 0, type.getFieldIndex(fLabel0));
+                       assertEquals("getFieldIndex", 1, type.getFieldIndex(fLabel1));
+                       assertEquals("getLabels",     fLabels, type.getLabels());
+                       assertEquals("getLabel",      fLabel0, type.getLabel(0));
+                       assertEquals("getLabel",      fLabel1, type.getLabel(1));
+               } catch (TmfNoSuchFieldException e) {
+                       fail("getFieldIndex: no such field");
+               }
+
+               try {
+                       assertEquals("getFieldIndex", 0, type.getFieldIndex("Dummy"));
+                       fail("getFieldIndex: inexistant field");
+               } catch (TmfNoSuchFieldException e) {
+                       // Success
+               }
+
+               try {
+                       type.getLabel(10);
+                       fail("getLabel: inexistant field");
+               } catch (TmfNoSuchFieldException e) {
+                       // Success
+               }
+       }
+
+       public void testTmfEventType2() {
+               try {
+                       @SuppressWarnings("unused")
+                       TmfEventType type = new TmfEventType(fTypeId, null);
+                       fail("TmfEventType: bad constructor");
+               } catch (IllegalArgumentException e) {
+                       // Success
+               }
+       }
+
+       public void testTmfEventType3() {
+               try {
+                       @SuppressWarnings("unused")
+                       TmfEventType type = new TmfEventType(null, fLabels);
+                       fail("TmfEventType: bad constructor");
+               } catch (IllegalArgumentException e) {
+                       // Success
+               }
+       }
+
+       public void testTmfEventTypeCopy() {
+               TmfEventType original = new TmfEventType(fTypeId, fLabels);
+               TmfEventType type = new TmfEventType(original);
+               assertEquals("getTypeId",     fTypeId, type.getTypeId());
+               assertEquals("getNbFields",   fLabels.length, type.getNbFields());
+               assertEquals("getLabels",     fLabels, type.getLabels());
+       }
+
+       public void testTmfEventSourceCopy2() {
+               try {
+                       @SuppressWarnings("unused")
+                       TmfEventType type = new TmfEventType(null);
+                       fail("null copy");
+               }
+               catch (IllegalArgumentException e) {
+                       // Success
+               }
+       }
+
+       // ------------------------------------------------------------------------
+       // equals
+       // ------------------------------------------------------------------------
+
+       public void testEqualsReflexivity() throws Exception {
+               assertTrue("equals", fType0.equals(fType0));
+               assertTrue("equals", fType3.equals(fType3));
+
+               assertTrue("equals", !fType0.equals(fType3));
+               assertTrue("equals", !fType3.equals(fType0));
+       }
+       
+       public void testEqualsSymmetry() throws Exception {
+               assertTrue("equals", fType0.equals(fType1));
+               assertTrue("equals", fType1.equals(fType0));
+
+               assertTrue("equals", !fType0.equals(fType3));
+               assertTrue("equals", !fType3.equals(fType0));
+       }
+       
+       public void testEqualsTransivity() throws Exception {
+               assertTrue("equals", fType0.equals(fType1));
+               assertTrue("equals", fType1.equals(fType2));
+               assertTrue("equals", fType0.equals(fType2));
+       }
+       
+       public void testEqualsNull() throws Exception {
+               assertTrue("equals", !fType0.equals(null));
+               assertTrue("equals", !fType3.equals(null));
+       }
+       
+       // ------------------------------------------------------------------------
+       // hashCode
+       // ------------------------------------------------------------------------
+
+       public void testHashCode() throws Exception {
+               assertTrue("hashCode", fType0.hashCode() == fType1.hashCode());
+               assertTrue("hashCode", fType0.hashCode() != fType3.hashCode());
+       }
+       
+       // ------------------------------------------------------------------------
+       // toString
+       // ------------------------------------------------------------------------
+
+       public void testToString() {
+               String expected1 = "[TmfEventType:" + TmfEventType.DEFAULT_TYPE_ID + "]";
+               TmfEventType type1 = new TmfEventType();
+               assertEquals("toString", expected1, type1.toString());
+
+               String expected2 = "[TmfEventType:" + fTypeId + "]";
+               TmfEventType type2 = new TmfEventType(fTypeId, fLabels);
+               assertEquals("toString", expected2, type2.toString());
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfTimeRangeTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfTimeRangeTest.java
new file mode 100644 (file)
index 0000000..283894a
--- /dev/null
@@ -0,0 +1,282 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.event;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+import junit.framework.TestCase;
+
+/**
+ * <b><u>TmfTimeRangeTest</u></b>
+ * <p>
+ * Test suite for the TmfTimeRange class.
+ */
+@SuppressWarnings("nls")
+public class TmfTimeRangeTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Housekeeping
+       // ------------------------------------------------------------------------
+
+       public TmfTimeRangeTest(String name) {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+       // ------------------------------------------------------------------------
+       // Constructors
+       // ------------------------------------------------------------------------
+
+       public void testConstructor() throws Exception {
+               TmfTimestamp ts1 = new TmfTimestamp(12345);
+               TmfTimestamp ts2 = new TmfTimestamp(12350);
+               TmfTimeRange range = new TmfTimeRange(ts1, ts2);
+               assertEquals("startTime", ts1, range.getStartTime());
+               assertEquals("endTime",   ts2, range.getEndTime());
+       }
+
+       public void testBadConstructor() throws Exception {
+               try {
+                       new TmfTimeRange(TmfTimestamp.BigBang, null);
+                       fail("null copy");
+               }
+               catch (IllegalArgumentException e) {
+                       // Success
+               }
+
+               try {
+                       new TmfTimeRange(null, TmfTimestamp.BigCrunch);
+                       fail("null copy");
+               }
+               catch (IllegalArgumentException e) {
+                       // Success
+               }
+       }
+
+       public void testOpenRange1() throws Exception {
+               TmfTimestamp ts2 = new TmfTimestamp(12350);
+               TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, ts2);
+               assertEquals("startTime", TmfTimestamp.BigBang, range.getStartTime());
+               assertEquals("endTime",   ts2, range.getEndTime());
+       }
+
+       public void testOpenRange2() throws Exception {
+               TmfTimestamp ts1 = new TmfTimestamp(12345);
+               TmfTimeRange range = new TmfTimeRange(ts1, TmfTimestamp.BigCrunch);
+               assertEquals("startTime", ts1, range.getStartTime());
+               assertEquals("endTime",   TmfTimestamp.BigCrunch, range.getEndTime());
+       }
+
+       public void testOpenRange3() throws Exception {
+               TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang,     TmfTimestamp.BigCrunch);
+               assertEquals("startTime", TmfTimestamp.BigBang,   range.getStartTime());
+               assertEquals("endTime",   TmfTimestamp.BigCrunch, range.getEndTime());
+       }
+       
+       public void testCopyConstructor() throws Exception {
+               TmfTimestamp ts1 = new TmfTimestamp(12345);
+               TmfTimestamp ts2 = new TmfTimestamp(12350);
+               TmfTimeRange range0 = new TmfTimeRange(ts1, ts2);
+               TmfTimeRange range1 = new TmfTimeRange(range0);
+
+               assertEquals("startTime", ts1, range1.getStartTime());
+               assertEquals("endTime",   ts2, range1.getEndTime());
+
+               TmfTimeRange range2 = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+               TmfTimeRange range3 = new TmfTimeRange(range2);
+               assertEquals("startTime", TmfTimestamp.BigBang,   range3.getStartTime());
+               assertEquals("endTime",   TmfTimestamp.BigCrunch, range3.getEndTime());
+       }
+
+       public void testCopyConstructor2() throws Exception {
+               try {
+                       new TmfTimeRange(null);
+                       fail("null copy");
+               }
+               catch (IllegalArgumentException e) {
+                       // Success
+               }
+       }
+
+       // ------------------------------------------------------------------------
+       // equals
+       // ------------------------------------------------------------------------
+
+       public void testEqualsReflexivity() throws Exception {
+               TmfTimestamp ts1 = new TmfTimestamp(12345);
+               TmfTimestamp ts2 = new TmfTimestamp(12350);
+               TmfTimeRange range1 = new TmfTimeRange(ts1, ts2);
+               TmfTimeRange range2 = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+
+               assertTrue("equals", range1.equals(range1));
+               assertTrue("equals", range2.equals(range2));
+
+               assertTrue("equals", !range1.equals(range2));
+               assertTrue("equals", !range2.equals(range1));
+       }
+       
+       public void testEqualsSymmetry() throws Exception {
+               TmfTimestamp ts1 = new TmfTimestamp(12345);
+               TmfTimestamp ts2 = new TmfTimestamp(12350);
+               TmfTimeRange range1a = new TmfTimeRange(ts1, ts2);
+               TmfTimeRange range1b = new TmfTimeRange(ts1, ts2);
+
+               TmfTimeRange range2a = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+               TmfTimeRange range2b = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+
+               assertTrue("equals", range1a.equals(range1b));
+               assertTrue("equals", range1b.equals(range1a));
+
+               assertTrue("equals", range2a.equals(range2b));
+               assertTrue("equals", range2b.equals(range2a));
+       }
+       
+       public void testEqualsTransivity() throws Exception {
+               TmfTimestamp ts1 = new TmfTimestamp(12345);
+               TmfTimestamp ts2 = new TmfTimestamp(12350);
+               TmfTimeRange range1a = new TmfTimeRange(ts1, ts2);
+               TmfTimeRange range1b = new TmfTimeRange(ts1, ts2);
+               TmfTimeRange range1c = new TmfTimeRange(ts1, ts2);
+
+               assertTrue("equals", range1a.equals(range1b));
+               assertTrue("equals", range1b.equals(range1c));
+               assertTrue("equals", range1a.equals(range1c));
+       }
+       
+       public void testEqualsNull() throws Exception {
+               TmfTimestamp ts1 = new TmfTimestamp(12345);
+               TmfTimestamp ts2 = new TmfTimestamp(12350);
+               TmfTimeRange range1 = new TmfTimeRange(ts1, ts2);
+
+               assertTrue("equals", !range1.equals(null));
+       }
+       
+       // ------------------------------------------------------------------------
+       // hashCode
+       // ------------------------------------------------------------------------
+
+       public void testHashCode() throws Exception {
+               TmfTimestamp ts1 = new TmfTimestamp(12345);
+               TmfTimestamp ts2 = new TmfTimestamp(12350);
+               TmfTimeRange range1 = new TmfTimeRange(ts1, ts2);
+               TmfTimeRange range1b = new TmfTimeRange(range1);
+               TmfTimeRange range2 = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+               TmfTimeRange range2b = new TmfTimeRange(range2);
+
+               assertTrue("hashCode", range1.hashCode() == range1b.hashCode());
+               assertTrue("hashCode", range2.hashCode() == range2b.hashCode());
+
+               assertTrue("hashCode", range1.hashCode() != range2.hashCode());
+       }
+       
+       // ------------------------------------------------------------------------
+       // toString
+       // ------------------------------------------------------------------------
+
+       public void testToString() throws Exception {
+               TmfTimestamp ts1 = new TmfTimestamp(12345);
+               TmfTimestamp ts2 = new TmfTimestamp(12350);
+               TmfTimeRange range = new TmfTimeRange(ts1, ts2);
+
+               String expected = "[TmfTimeRange(" + ts1 + ":" + ts2 + ")]";
+               assertEquals("toString", expected, range.toString());
+       }
+       
+       // ------------------------------------------------------------------------
+       // contains
+       // ------------------------------------------------------------------------
+
+       public void testContains() throws Exception {
+               TmfTimestamp ts1 = new TmfTimestamp(12345);
+               TmfTimestamp ts2 = new TmfTimestamp(12350);
+               TmfTimeRange range = new TmfTimeRange(ts1, ts2);
+
+               assertTrue("contains (lower bound)", range.contains(new TmfTimestamp(12345)));
+               assertTrue("contains (higher bound)", range.contains(new TmfTimestamp(12350)));
+               assertTrue("contains (within bounds)", range.contains(new TmfTimestamp(12346)));
+
+               assertFalse("contains (low value)", range.contains(new TmfTimestamp(12340)));
+               assertFalse("contains (high value)", range.contains(new TmfTimestamp(12351)));
+       }
+
+       // ------------------------------------------------------------------------
+       // getIntersection
+       // ------------------------------------------------------------------------
+
+       public void testGetIntersection() throws Exception {
+
+               TmfTimestamp ts1a = new TmfTimestamp(1000);
+               TmfTimestamp ts1b = new TmfTimestamp(2000);
+               TmfTimeRange range1 = new TmfTimeRange(ts1a, ts1b);
+
+               TmfTimestamp ts2a = new TmfTimestamp(2000);
+               TmfTimestamp ts2b = new TmfTimestamp(3000);
+               TmfTimeRange range2 = new TmfTimeRange(ts2a, ts2b);
+               
+               TmfTimestamp ts3a = new TmfTimestamp(3000);
+               TmfTimestamp ts3b = new TmfTimestamp(4000);
+               TmfTimeRange range3 = new TmfTimeRange(ts3a, ts3b);
+               
+               TmfTimestamp ts4a = new TmfTimestamp(1500);
+               TmfTimestamp ts4b = new TmfTimestamp(2500);
+               TmfTimeRange range4 = new TmfTimeRange(ts4a, ts4b);
+               
+               TmfTimestamp ts5a = new TmfTimestamp(1500);
+               TmfTimestamp ts5b = new TmfTimestamp(2000);
+               TmfTimeRange range5 = new TmfTimeRange(ts5a, ts5b);
+               
+               TmfTimestamp ts6a = new TmfTimestamp(2000);
+               TmfTimestamp ts6b = new TmfTimestamp(2500);
+               TmfTimeRange range6 = new TmfTimeRange(ts6a, ts6b);
+               
+               TmfTimestamp ts7a = new TmfTimestamp(1500);
+               TmfTimestamp ts7b = new TmfTimestamp(3500);
+               TmfTimeRange range7 = new TmfTimeRange(ts7a, ts7b);
+               
+               TmfTimestamp ts8a = new TmfTimestamp(2250);
+               TmfTimestamp ts8b = new TmfTimestamp(2750);
+               TmfTimeRange range8 = new TmfTimeRange(ts8a, ts8b);
+               
+               assertEquals("getIntersection (below - not contiguous)", null, range1.getIntersection(range3));
+               assertEquals("getIntersection (above - not contiguous)", null, range3.getIntersection(range1));
+
+               assertEquals("getIntersection (below - contiguous)", new TmfTimeRange(ts1b, ts1b), range1.getIntersection(range2));
+               assertEquals("getIntersection (above - contiguous)", new TmfTimeRange(ts3a, ts3a), range3.getIntersection(range2));
+
+               assertEquals("getIntersection (below - overlap)", new TmfTimeRange(ts2a, ts4b), range2.getIntersection(range4));
+               assertEquals("getIntersection (above - overlap)", new TmfTimeRange(ts2a, ts4b), range4.getIntersection(range2));
+
+               assertEquals("getIntersection (within - overlap1)", range6, range2.getIntersection(range6));
+               assertEquals("getIntersection (within - overlap2)", range6, range6.getIntersection(range2));
+
+               assertEquals("getIntersection (within - overlap3)", range5, range1.getIntersection(range5));
+               assertEquals("getIntersection (within - overlap4)", range5, range5.getIntersection(range1));
+       
+               assertEquals("getIntersection (within - overlap5)", range8, range2.getIntersection(range8));
+               assertEquals("getIntersection (within - overlap6)", range8, range8.getIntersection(range2));
+
+               assertEquals("getIntersection (accross1)", range2, range2.getIntersection(range7));
+               assertEquals("getIntersection (accross2)", range2, range7.getIntersection(range2));
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfTimestampTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfTimestampTest.java
new file mode 100644 (file)
index 0000000..5f7d630
--- /dev/null
@@ -0,0 +1,495 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.event;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+/**
+ * <b><u>TmfTimestampTest</u></b>
+ * <p>
+ * Test suite for the TmfTimestamp class.
+ */
+@SuppressWarnings("nls")
+public class TmfTimestampTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+       private final TmfTimestamp ts0 = new TmfTimestamp();
+       private final TmfTimestamp ts1 = new TmfTimestamp(12345);
+       private final TmfTimestamp ts2 = new TmfTimestamp(12345, (byte) -1);
+       private final TmfTimestamp ts3 = new TmfTimestamp(12345, (byte)  2, 5);
+
+       private final TmfTimestamp ts0copy = new TmfTimestamp();
+       private final TmfTimestamp ts1copy = new TmfTimestamp(12345);
+
+       private final TmfTimestamp ts0copy2 = new TmfTimestamp();
+       private final TmfTimestamp ts1copy2 = new TmfTimestamp(12345);
+
+       private final TmfTimestamp bigBang   = new TmfTimestamp(TmfTimestamp.BigBang);
+       private final TmfTimestamp bigCrunch = new TmfTimestamp(TmfTimestamp.BigCrunch);
+
+       // ------------------------------------------------------------------------
+       // Housekeping
+       // ------------------------------------------------------------------------
+
+       /**
+        * @param name the test name
+        */
+       public TmfTimestampTest(String name) {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+       // ------------------------------------------------------------------------
+       // Constructors
+       // ------------------------------------------------------------------------
+
+       public void testDefaultConstructor() throws Exception {
+               assertEquals("getValue",     0, ts0.getValue());
+               assertEquals("getscale",     0, ts0.getScale());
+               assertEquals("getPrecision", 0, ts0.getPrecision());
+       }
+
+       public void testSimpleConstructor() throws Exception {
+               assertEquals("getValue", 12345, ts1.getValue());
+               assertEquals("getscale", 0,     ts1.getScale());
+               assertEquals("getPrecision", 0, ts1.getPrecision());
+       }
+
+       public void testSimpleConstructor2() throws Exception {
+               assertEquals("getValue", 12345, ts2.getValue());
+               assertEquals("getscale", -1,    ts2.getScale());
+               assertEquals("getPrecision", 0, ts2.getPrecision());
+       }
+
+       public void testFullConstructor() throws Exception {
+               assertEquals("getValue", 12345, ts3.getValue());
+               assertEquals("getscale", 2,     ts3.getScale());
+               assertEquals("getPrecision", 5, ts3.getPrecision());
+       }
+
+       public void testCopyConstructor() throws Exception {
+               TmfTimestamp ts0 = new TmfTimestamp(12345, (byte) 2, 5);
+               TmfTimestamp ts = new TmfTimestamp(ts0);
+               assertEquals("getValue", 12345, ts.getValue());
+               assertEquals("getscale", 2, ts.getScale());
+               assertEquals("getPrecision", 5, ts.getPrecision());
+       }
+
+       public void testCopyConstructor2() throws Exception {
+               try {
+                       @SuppressWarnings("unused")
+                       TmfTimestamp timestamp = new TmfTimestamp(null);
+                       fail("null copy");
+               }
+               catch (IllegalArgumentException e) {
+                       // Success
+               }
+       }
+
+       public void testCopyConstructorBigBang() throws Exception {
+               assertEquals("getValue", TmfTimestamp.BigBang.getValue(), bigBang.getValue());
+               assertEquals("getscale", TmfTimestamp.BigBang.getScale(), bigBang.getScale());
+               assertEquals("getPrecision", TmfTimestamp.BigBang.getPrecision(), bigBang.getPrecision());
+       }
+
+       public void testCopyConstructorBigCrunch() throws Exception {
+               assertEquals("getValue", TmfTimestamp.BigCrunch.getValue(), bigCrunch.getValue());
+               assertEquals("getscale", TmfTimestamp.BigCrunch.getScale(), bigCrunch.getScale());
+               assertEquals("getPrecision", TmfTimestamp.BigCrunch.getPrecision(), bigCrunch.getPrecision());
+       }
+
+       // ------------------------------------------------------------------------
+       // equals
+       // ------------------------------------------------------------------------
+
+       public void testEqualsReflexivity() throws Exception {
+               assertTrue("equals", ts0.equals(ts0));
+               assertTrue("equals", ts1.equals(ts1));
+
+               assertTrue("equals", !ts0.equals(ts1));
+               assertTrue("equals", !ts1.equals(ts0));
+       }
+       
+       public void testEqualsSymmetry() throws Exception {
+               assertTrue("equals", ts0.equals(ts0copy));
+               assertTrue("equals", ts0copy.equals(ts0));
+
+               assertTrue("equals", ts1.equals(ts1copy));
+               assertTrue("equals", ts1copy.equals(ts1));
+       }
+       
+       public void testEqualsTransivity() throws Exception {
+               assertTrue("equals", ts0.equals(ts0copy));
+               assertTrue("equals", ts0copy.equals(ts0copy2));
+               assertTrue("equals", ts0.equals(ts0copy2));
+               
+               assertTrue("equals", ts1.equals(ts1copy));
+               assertTrue("equals", ts1copy.equals(ts1copy2));
+               assertTrue("equals", ts1.equals(ts1copy2));
+       }
+       
+       public void testEqualsNull() throws Exception {
+               assertTrue("equals", !ts0.equals(null));
+               assertTrue("equals", !ts1.equals(null));
+       }
+       
+       // ------------------------------------------------------------------------
+       // hashCode
+       // ------------------------------------------------------------------------
+
+       public void testHashCode() throws Exception {
+               assertTrue("hashCode", ts0.hashCode() == ts0copy.hashCode());
+               assertTrue("hashCode", ts1.hashCode() == ts1copy.hashCode());
+
+               assertTrue("hashCode", ts0.hashCode() != ts1.hashCode());
+       }
+       
+       // ------------------------------------------------------------------------
+       // toString
+       // ------------------------------------------------------------------------
+
+       public void testToString() throws Exception {
+               assertEquals("toString", "[TmfTimestamp(0,0,0)]",      ts0.toString());
+               assertEquals("toString", "[TmfTimestamp(12345,0,0)]",  ts1.toString());
+               assertEquals("toString", "[TmfTimestamp(12345,-1,0)]", ts2.toString());
+               assertEquals("toString", "[TmfTimestamp(12345,2,5)]",  ts3.toString());
+       }
+
+       // ------------------------------------------------------------------------
+       // clone
+       // ------------------------------------------------------------------------
+
+       public class MyTimestamp extends TmfTimestamp {
+               @Override
+               public boolean equals(Object other) {
+                       return super.equals(other);
+               }
+               @Override
+               public MyTimestamp clone() {
+                       return (MyTimestamp) super.clone();
+               }
+       }
+
+       public void testClone() throws Exception {
+               TmfTimestamp timestamp = ts0.clone();
+               assertEquals("clone", timestamp, ts0);
+       }
+
+       public void testClone2() throws Exception {
+               MyTimestamp timestamp = new MyTimestamp();
+               MyTimestamp clone = timestamp.clone();
+               assertEquals("clone", clone, timestamp);
+       }
+
+       // ------------------------------------------------------------------------
+       // synchronize
+       // ------------------------------------------------------------------------
+
+       public void testSynchronizeOffset() throws Exception {
+
+               TmfTimestamp ts = ts0.synchronize(0, (byte) 0);
+               assertEquals("getValue",     0, ts.getValue());
+               assertEquals("getscale",     0, ts.getScale());
+               assertEquals("getPrecision", 0, ts.getPrecision());
+
+               ts = ts0.synchronize(12345, (byte) 0);
+               assertEquals("getValue", 12345, ts.getValue());
+               assertEquals("getscale",     0, ts.getScale());
+               assertEquals("getPrecision", 0, ts.getPrecision());
+
+               ts = ts0.synchronize(10, (byte) 0);
+               assertEquals("getValue",    10, ts.getValue());
+               assertEquals("getscale",     0, ts.getScale());
+               assertEquals("getPrecision", 0, ts.getPrecision());
+
+               ts = ts0.synchronize(-10, (byte) 0);
+               assertEquals("getValue",   -10, ts.getValue());
+               assertEquals("getscale",     0, ts.getScale());
+               assertEquals("getPrecision", 0, ts.getPrecision());
+       }
+
+       public void testSynchronizeScale() throws Exception {
+
+               TmfTimestamp ts = ts0.synchronize(0, (byte) 10);
+               assertEquals("getValue",     0, ts.getValue());
+               assertEquals("getscale",    10, ts.getScale());
+               assertEquals("getPrecision", 0, ts.getPrecision());
+
+               ts = ts0.synchronize(0, (byte) -10);
+               assertEquals("getValue",     0, ts.getValue());
+               assertEquals("getscale",   -10, ts.getScale());
+               assertEquals("getPrecision", 0, ts.getPrecision());
+       }
+
+       public void testSynchronizeOffsetAndScale() throws Exception {
+               byte SCALE = 12;
+
+               TmfTimestamp ts = ts0.synchronize(0, SCALE);
+               assertEquals("getValue",     0, ts.getValue());
+               assertEquals("getscale", SCALE, ts.getScale());
+               assertEquals("getPrecision", 0, ts.getPrecision());
+
+               ts = ts0.synchronize(12345, SCALE);
+               assertEquals("getValue", 12345, ts.getValue());
+               assertEquals("getscale", SCALE, ts.getScale());
+               assertEquals("getPrecision", 0, ts.getPrecision());
+
+               ts = ts0.synchronize(10, SCALE);
+               assertEquals("getValue",    10, ts.getValue());
+               assertEquals("getscale", SCALE, ts.getScale());
+               assertEquals("getPrecision", 0, ts.getPrecision());
+
+               ts = ts0.synchronize(-10, SCALE);
+               assertEquals("getValue",   -10, ts.getValue());
+               assertEquals("getscale", SCALE, ts.getScale());
+               assertEquals("getPrecision", 0, ts.getPrecision());
+       }       
+       
+       // ------------------------------------------------------------------------
+       // getAdjustment
+       // ------------------------------------------------------------------------
+
+       public void testGetAdjustmentSameScale() throws Exception {
+               long delta = ts0.getAdjustment(ts0 , ts0.getScale());
+               assertEquals("delta", 0, delta);
+
+               delta = ts1.getAdjustment(ts1, ts1.getScale());
+               assertEquals("delta", 0, delta);
+
+               delta = ts0.getAdjustment(ts1, ts1.getScale());
+               assertEquals("delta", 12345, delta);
+
+               delta = ts1.getAdjustment(ts0, ts0.getScale());
+               assertEquals("delta", -12345, delta);
+       }
+
+       public void testGetAdjustmentDifferentScales() throws Exception {
+               long delta = ts0.getAdjustment(ts2, ts2.getScale());
+               assertEquals("delta", 12345, delta);
+
+               delta = ts2.getAdjustment(ts0, ts0.getScale());
+               assertEquals("delta", -1234, delta);
+       }
+
+       // ------------------------------------------------------------------------
+       // CompareTo
+       // ------------------------------------------------------------------------
+
+       public void testCompareToSameScale() throws Exception {
+               TmfTimestamp ts1 = new TmfTimestamp(900,  (byte) 0, 50);
+               TmfTimestamp ts2 = new TmfTimestamp(1000, (byte) 0, 50);
+               TmfTimestamp ts3 = new TmfTimestamp(1100, (byte) 0, 50);
+               TmfTimestamp ts4 = new TmfTimestamp(1000, (byte) 0, 75);
+
+               assertTrue(ts1.compareTo(ts1, false) == 0);
+
+               assertTrue("CompareTo", ts1.compareTo(ts2, false) < 0);
+               assertTrue("CompareTo", ts1.compareTo(ts3, false) < 0);
+               assertTrue("CompareTo", ts1.compareTo(ts4, false) < 0);
+
+               assertTrue("CompareTo", ts2.compareTo(ts1, false) > 0);
+               assertTrue("CompareTo", ts2.compareTo(ts3, false) < 0);
+               assertTrue("CompareTo", ts2.compareTo(ts4, false) == 0);
+
+               assertTrue("CompareTo", ts3.compareTo(ts1, false) > 0);
+               assertTrue("CompareTo", ts3.compareTo(ts2, false) > 0);
+               assertTrue("CompareTo", ts3.compareTo(ts4, false) > 0);
+       }
+
+       public void testCompareToDifferentScale() throws Exception {
+               TmfTimestamp ts1 = new TmfTimestamp(9000, (byte) -1, 50);
+               TmfTimestamp ts2 = new TmfTimestamp(1000, (byte) 0, 50);
+               TmfTimestamp ts3 = new TmfTimestamp(110,  (byte) 1, 50);
+               TmfTimestamp ts4 = new TmfTimestamp(1,    (byte) 3, 75);
+
+               assertTrue("CompareTo", ts1.compareTo(ts1, false) == 0);
+
+               assertTrue("CompareTo", ts1.compareTo(ts2, false) < 0);
+               assertTrue("CompareTo", ts1.compareTo(ts3, false) < 0);
+               assertTrue("CompareTo", ts1.compareTo(ts4, false) < 0);
+
+               assertTrue("CompareTo", ts2.compareTo(ts1, false) > 0);
+               assertTrue("CompareTo", ts2.compareTo(ts3, false) < 0);
+               assertTrue("CompareTo", ts2.compareTo(ts4, false) == 0);
+
+               assertTrue("CompareTo", ts3.compareTo(ts1, false) > 0);
+               assertTrue("CompareTo", ts3.compareTo(ts2, false) > 0);
+               assertTrue("CompareTo", ts3.compareTo(ts4, false) > 0);
+       }
+
+       public void testCompareToWithinPrecision() throws Exception {
+               TmfTimestamp ts1 = new TmfTimestamp(900,  (byte) 0, 50);
+               TmfTimestamp ts2 = new TmfTimestamp(1000, (byte) 0, 50);
+               TmfTimestamp ts3 = new TmfTimestamp(1100, (byte) 0, 50);
+               TmfTimestamp ts4 = new TmfTimestamp(1000, (byte) 0, 75);
+
+               assertTrue("CompareTo", ts1.compareTo(ts1, true) == 0);
+
+               assertTrue("CompareTo", ts1.compareTo(ts2, true) == 0);
+               assertTrue("CompareTo", ts1.compareTo(ts3, true) < 0);
+               assertTrue("CompareTo", ts1.compareTo(ts4, true) == 0);
+
+               assertTrue("CompareTo", ts2.compareTo(ts1, true) == 0);
+               assertTrue("CompareTo", ts2.compareTo(ts3, true) == 0);
+               assertTrue("CompareTo", ts2.compareTo(ts4, true) == 0);
+
+               assertTrue("CompareTo", ts3.compareTo(ts1, true) > 0);
+               assertTrue("CompareTo", ts3.compareTo(ts2, true) == 0);
+               assertTrue("CompareTo", ts3.compareTo(ts4, true) == 0);
+       }
+
+       public void testCompareToLargeScale() throws Exception {
+               TmfTimestamp ts1 = new TmfTimestamp(-1,    (byte) 100);
+               TmfTimestamp ts2 = new TmfTimestamp(-1000, (byte) -100);
+               TmfTimestamp ts3 = new TmfTimestamp(1,     (byte) 100);
+               TmfTimestamp ts4 = new TmfTimestamp(1000,  (byte) -100);
+
+               assertTrue("CompareTo", ts1.compareTo(ts2, false) < 0);
+               assertTrue("CompareTo", ts1.compareTo(ts3, false) < 0);
+               assertTrue("CompareTo", ts1.compareTo(ts4, false) < 0);
+
+               assertTrue("CompareTo", ts2.compareTo(ts1, false) > 0);
+               assertTrue("CompareTo", ts2.compareTo(ts3, false) < 0);
+               assertTrue("CompareTo", ts2.compareTo(ts4, false) < 0);
+
+               assertTrue("CompareTo", ts3.compareTo(ts1, false) > 0);
+               assertTrue("CompareTo", ts3.compareTo(ts2, false) > 0);
+               assertTrue("CompareTo", ts3.compareTo(ts4, false) > 0);
+
+               assertTrue("CompareTo", ts4.compareTo(ts1, false) > 0);
+               assertTrue("CompareTo", ts4.compareTo(ts2, false) > 0);
+               assertTrue("CompareTo", ts4.compareTo(ts3, false) < 0);
+       }
+
+       public void testCompareToBigRanges() throws Exception {
+               TmfTimestamp ts0a = new TmfTimestamp( 0, Byte.MAX_VALUE);
+               TmfTimestamp ts0b = new TmfTimestamp( 0, Byte.MIN_VALUE);
+               TmfTimestamp ts1  = new TmfTimestamp(-1, Byte.MAX_VALUE);
+               TmfTimestamp ts2  = new TmfTimestamp(-1, Byte.MIN_VALUE);
+               TmfTimestamp ts3  = new TmfTimestamp( 1, Byte.MAX_VALUE);
+               TmfTimestamp ts4  = new TmfTimestamp( 1, Byte.MIN_VALUE);
+
+               assertEquals("CompareTo",  1, ts0a.compareTo(TmfTimestamp.BigBang,   false));
+               assertEquals("CompareTo", -1, ts0a.compareTo(TmfTimestamp.BigCrunch, false));
+
+               assertEquals("CompareTo",  1, ts0b.compareTo(TmfTimestamp.BigBang,   false));
+               assertEquals("CompareTo", -1, ts0b.compareTo(TmfTimestamp.BigCrunch, false));
+
+               assertEquals("CompareTo",  0, ts0a.compareTo(ts0b, false));
+               assertEquals("CompareTo",  0, ts0b.compareTo(ts0a, false));
+
+               assertEquals("CompareTo",  1, ts0a.compareTo(TmfTimestamp.BigBang,   false));
+               assertEquals("CompareTo", -1, ts0a.compareTo(TmfTimestamp.BigCrunch, false));
+
+               assertEquals("CompareTo",  1, ts1.compareTo(TmfTimestamp.BigBang,   false));
+               assertEquals("CompareTo", -1, ts1.compareTo(TmfTimestamp.BigCrunch, false));
+
+               assertEquals("CompareTo",  1, ts2.compareTo(TmfTimestamp.BigBang,   false));
+               assertEquals("CompareTo", -1, ts2.compareTo(TmfTimestamp.BigCrunch, false));
+
+               assertEquals("CompareTo",  1, ts3.compareTo(TmfTimestamp.BigBang,   false));
+               assertEquals("CompareTo", -1, ts3.compareTo(TmfTimestamp.BigCrunch, false));
+
+               assertEquals("CompareTo",  1, ts4.compareTo(TmfTimestamp.BigBang,   false));
+               assertEquals("CompareTo", -1, ts4.compareTo(TmfTimestamp.BigCrunch, false));
+       }
+
+    // ------------------------------------------------------------------------
+    // getDelta
+    // ------------------------------------------------------------------------
+       
+       public void testDelta() throws Exception {
+           // Delta for same scale and precision (delta > 0)
+           TmfTimestamp ts0 = new TmfTimestamp(10, (byte)9);
+           TmfTimestamp ts1 = new TmfTimestamp(5,  (byte)9);
+           TmfTimestamp exp = new TmfTimestamp(5,  (byte)9);
+           
+           TmfTimestamp delta = ts0.getDelta(ts1);
+           assertEquals("getDelta", 0, delta.compareTo(exp, false));
+           
+           // Delta for same scale and precision (delta < 0)
+           ts0 = new TmfTimestamp(5,  (byte)9);
+           ts1 = new TmfTimestamp(10, (byte)9);
+           exp = new TmfTimestamp(-5, (byte)9);
+
+           delta = ts0.getDelta(ts1);
+           assertEquals("getDelta", 0, delta.compareTo(exp, false));
+           
+           // Delta for different scale and same precision (delta > 0)
+        ts0 = new TmfTimestamp(5,  (byte)9);
+        ts1 = new TmfTimestamp(10, (byte)8);
+        exp = new TmfTimestamp(4,  (byte)9);
+
+        delta = ts0.getDelta(ts1);
+        assertEquals("getDelta", 0, delta.compareTo(exp, false));
+
+        // Delta for different scale and same precision (delta > 0)
+        ts0 = new TmfTimestamp(5,  (byte)9);
+        ts1 = new TmfTimestamp(10, (byte)7);
+        exp = new TmfTimestamp(5,  (byte)9);
+
+        delta = ts0.getDelta(ts1);
+        assertEquals("getDelta", 0, delta.compareTo(exp, false));
+
+        // Delta for different scale and same precision
+        ts0 = new TmfTimestamp(10, (byte)9);
+        ts1 = new TmfTimestamp(5,  (byte)8);
+        exp = new TmfTimestamp(10, (byte)9);
+
+        delta = ts0.getDelta(ts1);
+        assertEquals("getDelta", 0, delta.compareTo(exp, false));
+
+        // Delta for same scale and different precision
+        ts0 = new TmfTimestamp(10, (byte)9,1);
+        ts1 = new TmfTimestamp(5,  (byte)9, 2);
+        exp = new TmfTimestamp(5,  (byte)9, 2);
+
+        delta = ts0.getDelta(ts1);
+        assertEquals("getDelta", 0, delta.compareTo(exp, true));
+        assertEquals("precision", 2, delta.getPrecision());
+        
+        // Delta for same scale and different precision
+        ts0 = new TmfTimestamp(5,  (byte)9, 2);
+        ts1 = new TmfTimestamp(10, (byte)9, 1);
+        exp = new TmfTimestamp(-5, (byte)9, 2);
+
+        delta = ts0.getDelta(ts1);
+        assertEquals("getDelta", 0, delta.compareTo(exp, true));
+        assertEquals("precision", 2, delta.getPrecision());
+
+        // Delta for different scale and different precision
+        ts0 = new TmfTimestamp(5,  (byte)9, 2);
+        ts1 = new TmfTimestamp(10, (byte)8, 1);
+        exp = new TmfTimestamp(4,  (byte)9, 2);
+        assertEquals("precision", 2, delta.getPrecision());
+        assertEquals("precision", 2, delta.getPrecision());
+
+        delta = ts0.getDelta(ts1);
+        assertEquals("getDelta", 0, delta.compareTo(exp, true));
+        assertEquals("precision", 2, delta.getPrecision());
+       }
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfTraceEventTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfTraceEventTest.java
new file mode 100644 (file)
index 0000000..c34f56c
--- /dev/null
@@ -0,0 +1,136 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.event;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTraceEvent;
+
+import junit.framework.TestCase;
+
+/**
+ * <b><u>TmfTraceEventTest</u></b>
+ * <p>
+ * Test suite for the TmfTraceEvent class.
+ */
+@SuppressWarnings("nls")
+public class TmfTraceEventTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+       private final String   fTypeId = "Some type";
+       private final String   fLabel0 = "label1";
+       private final String   fLabel1 = "label2";
+       private final String[] fLabels = new String[] { fLabel0, fLabel1 };
+
+       private final TmfTimestamp      fTimestamp1 = new TmfTimestamp(12345, (byte) 2, 5);
+       private final TmfTimestamp      fTimestamp2 = new TmfTimestamp(12350, (byte) 2, 5);
+       private final TmfEventSource    fSource     = new TmfEventSource("Source");
+       private final TmfEventType      fType       = new TmfEventType(fTypeId, fLabels);
+       private final TmfEventReference fReference  = new TmfEventReference("Some reference");
+
+       private final TmfTraceEvent fEvent1;
+       private final TmfTraceEvent fEvent2;
+
+       private final TmfEventContent fContent1;
+       private final TmfEventContent fContent2;
+
+       private final String fPath = "/some/path/";
+       private final String fFile = "filename";
+       private final int    fLine = 10;
+
+    // ------------------------------------------------------------------------
+       // Housekeeping
+    // ------------------------------------------------------------------------
+
+       /**
+        * @param name the test name
+        */
+       public TmfTraceEventTest(String name) {
+               super(name);
+
+               fEvent1 = new TmfTraceEvent(fTimestamp1, fSource, fType, fReference, fPath, fFile, fLine);
+               fContent1 = new TmfEventContent(fEvent1, "Some content");
+               fEvent1.setContent(fContent1);
+
+               fEvent2 = new TmfTraceEvent(fTimestamp1, fTimestamp2, fSource, fType, fReference, fPath, fFile, fLine);
+               fContent2 = new TmfEventContent(fEvent2, "Some other content");
+               fEvent2.setContent(fContent2);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+    // ------------------------------------------------------------------------
+       // Constructors
+    // ------------------------------------------------------------------------
+
+    public void testTmfTraceEvent() throws Exception {
+               assertEquals("getTimestamp",         fTimestamp1, fEvent1.getTimestamp());
+               assertEquals("getOriginalTimestamp", fTimestamp1, fEvent1.getOriginalTimestamp());
+               assertEquals("getSource",            fSource,     fEvent1.getSource());
+               assertEquals("getType",              fType,       fEvent1.getType());
+               assertEquals("getContent",           fContent1,   fEvent1.getContent());
+               assertEquals("getReference",         fReference,  fEvent1.getReference());
+               assertEquals("getSourcePath",        fPath,       fEvent1.getSourcePath());
+               assertEquals("getFileName",          fFile,       fEvent1.getFileName());
+               assertEquals("getLineNumber",        fLine,       fEvent1.getLineNumber());
+    }
+
+    public void testTmfTraceEvent2() throws Exception {
+               assertEquals("getTimestamp",         fTimestamp2, fEvent2.getTimestamp());
+               assertEquals("getOriginalTimestamp", fTimestamp1, fEvent2.getOriginalTimestamp());
+               assertEquals("getSource",            fSource,     fEvent2.getSource());
+               assertEquals("getType",              fType,       fEvent2.getType());
+               assertEquals("getContent",           fContent2,   fEvent2.getContent());
+               assertEquals("getReference",         fReference,  fEvent2.getReference());
+               assertEquals("getSourcePath",        fPath,       fEvent2.getSourcePath());
+               assertEquals("getFileName",          fFile,       fEvent2.getFileName());
+               assertEquals("getLineNumber",        fLine,       fEvent2.getLineNumber());
+    }
+
+    public void testTmfTraceEventCopy() throws Exception {
+       TmfTraceEvent event = new TmfTraceEvent(fEvent2);
+               assertEquals("getTimestamp",         fTimestamp2, event.getTimestamp());
+               assertEquals("getOriginalTimestamp", fTimestamp1, event.getOriginalTimestamp());
+               assertEquals("getSource",            fSource,     event.getSource());
+               assertEquals("getType",              fType,       event.getType());
+               assertEquals("getContent",           fContent2,   event.getContent());
+               assertEquals("getReference",         fReference,  event.getReference());
+               assertEquals("getSourcePath",        fPath,       event.getSourcePath());
+               assertEquals("getFileName",          fFile,       event.getFileName());
+               assertEquals("getLineNumber",        fLine,       event.getLineNumber());
+    }
+
+    // ------------------------------------------------------------------------
+       // equals
+    // ------------------------------------------------------------------------
+
+    // ------------------------------------------------------------------------
+       // toString
+    // ------------------------------------------------------------------------
+
+}
+
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/experiment/AllTests.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/experiment/AllTests.java
new file mode 100644 (file)
index 0000000..cf14640
--- /dev/null
@@ -0,0 +1,20 @@
+package org.eclipse.linuxtools.tmf.core.tests.experiment;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.eclipse.linuxtools.tmf.core.TmfCorePlugin;
+
+@SuppressWarnings("nls")
+public class AllTests {
+
+       public static Test suite() {
+               TestSuite suite = new TestSuite("Test suite for " + TmfCorePlugin.PLUGIN_ID + ".experiment"); //$NON-NLS-1$);
+               //$JUnit-BEGIN$
+               suite.addTestSuite(TmfExperimentTest.class);
+               suite.addTestSuite(TmfMultiTraceExperimentTest.class);
+               //$JUnit-END$
+               return suite;
+       }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/experiment/TmfExperimentTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/experiment/TmfExperimentTest.java
new file mode 100644 (file)
index 0000000..4bad457
--- /dev/null
@@ -0,0 +1,707 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.experiment;
+
+import java.io.File;
+import java.io.IOException;
+import java.net.URISyntaxException;
+import java.net.URL;
+import java.util.Vector;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperimentContext;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.tests.TmfCoreTestPlugin;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfCheckpoint;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.stubs.trace.TmfTraceStub;
+
+/**
+ * <b><u>TmfExperimentTest</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+@SuppressWarnings("nls")
+public class TmfExperimentTest extends TestCase {
+
+    private static final String DIRECTORY   = "testfiles";
+    private static final String TEST_STREAM = "A-Test-10K";
+    private static final String EXPERIMENT  = "MyExperiment";
+    private static int          NB_EVENTS   = 10000;
+    private static int    fDefaultBlockSize = 1000;
+
+    private static ITmfTrace[] fTraces;
+    private static TmfExperiment<TmfEvent> fExperiment;
+
+    private static byte SCALE = (byte) -3;
+
+    // ------------------------------------------------------------------------
+    // Housekeeping
+    // ------------------------------------------------------------------------
+
+    private synchronized static ITmfTrace[] setupTrace(String path) {
+       if (fTraces == null) {
+               fTraces = new ITmfTrace[1];
+               try {
+               URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path), null);
+                       File test = new File(FileLocator.toFileURL(location).toURI());
+                       TmfTraceStub trace = new TmfTraceStub(test.getPath(), true);
+                       fTraces[0] = trace;
+               } catch (URISyntaxException e) {
+                       e.printStackTrace();
+               } catch (IOException e) {
+                       e.printStackTrace();
+               }
+       }
+       return fTraces;
+    }
+
+    private synchronized static void setupExperiment() {
+       if (fExperiment == null) {
+               fExperiment = new TmfExperiment<TmfEvent>(TmfEvent.class, EXPERIMENT, fTraces, TmfTimestamp.Zero, 1000, true);
+       }
+    }
+
+       public TmfExperimentTest(String name) throws Exception {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+               setupTrace(DIRECTORY + File.separator + TEST_STREAM);
+               setupExperiment();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+    // ------------------------------------------------------------------------
+    // Constructor
+    // ------------------------------------------------------------------------
+
+       public void testBasicTmfExperimentConstructor() {
+
+               assertEquals("GetId", EXPERIMENT, fExperiment.getName());
+        assertEquals("GetEpoch", TmfTimestamp.Zero, fExperiment.getEpoch());
+        assertEquals("GetNbEvents", NB_EVENTS, fExperiment.getNbEvents());
+
+        long nbTraceEvents = fExperiment.getTraces()[0].getNbEvents();
+        assertEquals("GetNbEvents", NB_EVENTS, nbTraceEvents);
+
+        TmfTimeRange timeRange = fExperiment.getTimeRange();
+        assertEquals("getStartTime", 1, timeRange.getStartTime().getValue());
+        assertEquals("getEndTime", NB_EVENTS, timeRange.getEndTime().getValue());
+       }
+
+    // ------------------------------------------------------------------------
+    // Verify checkpoints
+    // ------------------------------------------------------------------------
+
+    public void testValidateCheckpoints() throws Exception {
+
+       Vector<TmfCheckpoint> checkpoints = fExperiment.getCheckpoints();
+       int pageSize = fExperiment.getCacheSize();
+               assertTrue("Checkpoints exist", checkpoints != null);
+
+               // Validate that each checkpoint points to the right event
+               for (int i = 0; i < checkpoints.size(); i++) {
+                       TmfCheckpoint checkpoint = checkpoints.get(i);
+               TmfExperimentContext context = fExperiment.seekLocation(checkpoint.getLocation());
+                       TmfEvent event = fExperiment.parseEvent(context);
+                       assertEquals("Event rank", i * pageSize, context.getRank());
+                       assertTrue("Timestamp", (checkpoint.getTimestamp().compareTo(event.getTimestamp(), false) == 0));
+               }               
+    }
+
+    // ------------------------------------------------------------------------
+    // seekLocation
+    // ------------------------------------------------------------------------
+
+    public void testSeekLocationOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 0
+       TmfContext context = fExperiment.seekLocation(null);
+        assertEquals("Event rank", 0, context.getRank());
+
+        TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
+        assertEquals("Event rank", 2, context.getRank());
+
+       // Position trace at event rank 1000
+        TmfContext tmpContext = fExperiment.seekEvent(new TmfTimestamp(1001, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", 1000, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1002, context.getRank());
+
+       // Position trace at event rank 4000
+        tmpContext = fExperiment.seekEvent(new TmfTimestamp(4001, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", 4000, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4000, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4001, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4002, context.getRank());
+    }
+
+    public void testSeekLocationNotOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 9
+       TmfContext tmpContext = fExperiment.seekEvent(new TmfTimestamp(10, SCALE, 0));
+        TmfContext context = fExperiment.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", 9, context.getRank());
+       
+        TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 9, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 10, context.getRank());
+
+       // Position trace at event rank 999
+        tmpContext = fExperiment.seekEvent(new TmfTimestamp(1000, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", 999, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 999, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+
+       // Position trace at event rank 1001
+        tmpContext = fExperiment.seekEvent(new TmfTimestamp(1002, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", 1001, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1002, context.getRank());
+
+       // Position trace at event rank 4500
+        tmpContext = fExperiment.seekEvent(new TmfTimestamp(4501, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", 4500, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4500, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4501, context.getRank());
+    }
+
+    public void testSeekLocationOutOfScope() throws Exception {
+
+       // Position trace at beginning
+       TmfContext tmpContext = fExperiment.seekLocation(null);
+        TmfContext context = fExperiment.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", 0, context.getRank());
+       
+        TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event passed the end
+        tmpContext = fExperiment.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
+        assertEquals("Event location", null, tmpContext.getLocation());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, tmpContext.getRank());
+    }
+
+    // ------------------------------------------------------------------------
+    // seekEvent on timestamp
+    // ------------------------------------------------------------------------
+
+    public void testSeekEventOnTimestampOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 0
+       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(1, SCALE, 0));
+        assertEquals("Event rank", 0, context.getRank());
+       
+        TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event rank 1000
+        context = fExperiment.seekEvent(new TmfTimestamp(1001, SCALE, 0));
+        assertEquals("Event rank", 1000, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+
+       // Position trace at event rank 4000
+        context = fExperiment.seekEvent(new TmfTimestamp(4001, SCALE, 0));
+        assertEquals("Event rank", 4000, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4000, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4001, context.getRank());
+    }
+
+    public void testSeekEventOnTimestampNotOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 1
+       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(2, SCALE, 0));
+        assertEquals("Event rank", 1, context.getRank());
+       
+        TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
+        assertEquals("Event rank", 2, context.getRank());
+
+       // Position trace at event rank 9
+       context = fExperiment.seekEvent(new TmfTimestamp(10, SCALE, 0));
+        assertEquals("Event rank", 9, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 9, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 10, context.getRank());
+
+       // Position trace at event rank 999
+        context = fExperiment.seekEvent(new TmfTimestamp(1000, SCALE, 0));
+        assertEquals("Event rank", 999, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 999, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+
+       // Position trace at event rank 1001
+        context = fExperiment.seekEvent(new TmfTimestamp(1002, SCALE, 0));
+        assertEquals("Event rank", 1001, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1002, context.getRank());
+
+       // Position trace at event rank 4500
+        context = fExperiment.seekEvent(new TmfTimestamp(4501, SCALE, 0));
+        assertEquals("Event rank", 4500, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4500, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4501, context.getRank());
+    }
+
+    public void testSeekEventOnTimestampoutOfScope() throws Exception {
+
+       // Position trace at beginning
+       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(-1, SCALE, 0));
+        assertEquals("Event rank", 0, context.getRank());
+       
+        TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event passed the end
+        context = fExperiment.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
+        assertEquals("Event location", null, context.getLocation());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+    }
+
+    // ------------------------------------------------------------------------
+    // seekEvent on rank
+    // ------------------------------------------------------------------------
+
+    public void testSeekOnRankOnCacheBoundary() throws Exception {
+
+       // On lower bound, returns the first event (ts = 1)
+       TmfContext context = fExperiment.seekEvent(0);
+        assertEquals("Event rank", 0, context.getRank());
+       
+        TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event rank 1000
+        context = fExperiment.seekEvent(1000);
+        assertEquals("Event rank", 1000, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+
+       // Position trace at event rank 4000
+        context = fExperiment.seekEvent(4000);
+        assertEquals("Event rank", 4000, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4000, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4001, context.getRank());
+    }
+
+    public void testSeekOnRankNotOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 9
+       TmfContext context = fExperiment.seekEvent(9);
+        assertEquals("Event rank", 9, context.getRank());
+       
+        TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 9, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 10, context.getRank());
+
+       // Position trace at event rank 999
+        context = fExperiment.seekEvent(999);
+        assertEquals("Event rank", 999, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 999, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+
+       // Position trace at event rank 1001
+        context = fExperiment.seekEvent(1001);
+        assertEquals("Event rank", 1001, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1002, context.getRank());
+
+       // Position trace at event rank 4500
+        context = fExperiment.seekEvent(4500);
+        assertEquals("Event rank", 4500, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4500, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4501, context.getRank());
+    }
+
+    public void testSeekEventOnRankOutOfScope() throws Exception {
+
+       // Position trace at beginning
+       TmfContext context = fExperiment.seekEvent(-1);
+        assertEquals("Event rank", 0, context.getRank());
+       
+        TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event passed the end
+        context = fExperiment.seekEvent(NB_EVENTS);
+        assertEquals("Event location", null, context.getLocation());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+    }
+    
+    // ------------------------------------------------------------------------
+    // parseEvent - make sure parseEvent doesn't update the context
+    // Note: This test is essentially the same as the one from TmfTraceTest
+    // ------------------------------------------------------------------------
+
+    public void testParseEvent() throws Exception {
+
+       int NB_READS = 20;
+
+       // On lower bound, returns the first event (ts = 1)
+       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(0, SCALE, 0));
+
+       // Read NB_EVENTS
+       TmfEvent event = null;;
+        for (int i = 0; i < NB_READS; i++) {
+            event = fExperiment.getNextEvent(context);
+            assertEquals("Event timestamp", i + 1, event.getTimestamp().getValue());
+            assertEquals("Event rank", i + 1, context.getRank());
+        }
+
+        // Make sure we stay positioned
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", NB_READS + 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", NB_READS, context.getRank());
+    }
+
+    // ------------------------------------------------------------------------
+    // getNextEvent - updates the context
+    // ------------------------------------------------------------------------
+
+    public void testGetNextEvent() throws Exception {
+
+       // On lower bound, returns the first event (ts = 0)
+       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(0, SCALE, 0));
+        TmfEvent event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+
+        for (int i = 2; i < 20; i++) {
+            event = fExperiment.getNextEvent(context);
+            assertEquals("Event timestamp", i, event.getTimestamp().getValue());
+        }
+    }
+
+    // ------------------------------------------------------------------------
+    // processRequest
+    // ------------------------------------------------------------------------
+
+    public void testProcessRequestForNbEvents() throws Exception {
+
+               final int blockSize = 100;
+        final int nbEvents  = 1000;
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
+            @Override
+            public void handleData(TmfEvent event) {
+               super.handleData(event);
+                requestedEvents.add(event);
+            }
+        };
+        fExperiment.sendRequest(request);
+        request.waitForCompletion();
+
+        assertEquals("nbEvents", nbEvents, requestedEvents.size());
+        assertTrue("isCompleted",  request.isCompleted());
+        assertFalse("isCancelled", request.isCancelled());
+
+        // Ensure that we have distinct events.
+        // Don't go overboard: we are not validating the stub! 
+        for (int i = 0; i < nbEvents; i++) {
+            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
+        }
+    }
+    
+    public void testProcessRequestForNbEvents2() throws Exception {
+
+               final int blockSize = 2 * NB_EVENTS;
+        final int nbEvents = 1000;
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
+               @Override
+               public void handleData(TmfEvent event) {
+                       super.handleData(event);
+                       requestedEvents.add(event);
+               }
+        };
+        fExperiment.sendRequest(request);
+        request.waitForCompletion();
+
+        assertEquals("nbEvents", nbEvents, requestedEvents.size());
+        assertTrue("isCompleted",  request.isCompleted());
+        assertFalse("isCancelled", request.isCancelled());
+
+        // Ensure that we have distinct events.
+        // Don't go overboard: we are not validating the stub! 
+        for (int i = 0; i < nbEvents; i++) {
+            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
+        }
+    }
+    
+    public void testProcessRequestForAllEvents() throws Exception {
+
+               final int nbEvents  = TmfEventRequest.ALL_DATA;
+        final int blockSize =  1;
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+        long nbExpectedEvents = NB_EVENTS;
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
+               @Override
+               public void handleData(TmfEvent event) {
+                       super.handleData(event);
+                       requestedEvents.add(event);
+               }
+        };
+        fExperiment.sendRequest(request);
+        request.waitForCompletion();
+
+        assertEquals("nbEvents", nbExpectedEvents, requestedEvents.size());
+        assertTrue("isCompleted",  request.isCompleted());
+        assertFalse("isCancelled", request.isCancelled());
+
+        // Ensure that we have distinct events.
+        // Don't go overboard: we are not validating the stub! 
+        for (int i = 0; i < nbExpectedEvents; i++) {
+            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
+        }
+    }
+    
+    // ------------------------------------------------------------------------
+    // cancel
+    // ------------------------------------------------------------------------
+
+    public void testCancel() throws Exception {
+
+               final int nbEvents  = NB_EVENTS;
+        final int blockSize = fDefaultBlockSize;
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
+               int nbRead = 0;
+               @Override
+               public void handleData(TmfEvent event) {
+                       super.handleData(event);
+                       requestedEvents.add(event);
+                       if (++nbRead == blockSize)
+                               cancel();
+               }
+            @Override
+            public void handleCancel() {
+               if (requestedEvents.size() < blockSize) {
+                       System.out.println("aie");
+               }
+            }
+        };
+        fExperiment.sendRequest(request);
+        request.waitForCompletion();
+
+        assertEquals("nbEvents",  blockSize, requestedEvents.size());
+        assertTrue("isCompleted", request.isCompleted());
+        assertTrue("isCancelled", request.isCancelled());
+    }
+    
+    // ------------------------------------------------------------------------
+    // getRank
+    // ------------------------------------------------------------------------
+
+    public void testGetRank() throws Exception {
+
+               assertEquals("getRank",    0, fExperiment.getRank(new TmfTimestamp()));
+        assertEquals("getRank",    0, fExperiment.getRank(new TmfTimestamp(   1, (byte) -3)));
+        assertEquals("getRank",   10, fExperiment.getRank(new TmfTimestamp(  11, (byte) -3)));
+        assertEquals("getRank",  100, fExperiment.getRank(new TmfTimestamp( 101, (byte) -3)));
+        assertEquals("getRank", 1000, fExperiment.getRank(new TmfTimestamp(1001, (byte) -3)));
+        assertEquals("getRank", 2000, fExperiment.getRank(new TmfTimestamp(2001, (byte) -3)));
+        assertEquals("getRank", 2500, fExperiment.getRank(new TmfTimestamp(2501, (byte) -3)));
+    }
+
+    // ------------------------------------------------------------------------
+    // getTimestamp
+    // ------------------------------------------------------------------------
+
+    public void testGetTimestamp() throws Exception {
+
+               assertTrue("getTimestamp", fExperiment.getTimestamp(   0).equals(new TmfTimestamp(   1, (byte) -3)));
+        assertTrue("getTimestamp", fExperiment.getTimestamp(  10).equals(new TmfTimestamp(  11, (byte) -3)));
+        assertTrue("getTimestamp", fExperiment.getTimestamp( 100).equals(new TmfTimestamp( 101, (byte) -3)));
+        assertTrue("getTimestamp", fExperiment.getTimestamp(1000).equals(new TmfTimestamp(1001, (byte) -3)));
+        assertTrue("getTimestamp", fExperiment.getTimestamp(2000).equals(new TmfTimestamp(2001, (byte) -3)));
+        assertTrue("getTimestamp", fExperiment.getTimestamp(2500).equals(new TmfTimestamp(2501, (byte) -3)));
+    }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/experiment/TmfMultiTraceExperimentTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/experiment/TmfMultiTraceExperimentTest.java
new file mode 100644 (file)
index 0000000..66acdca
--- /dev/null
@@ -0,0 +1,711 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.experiment;
+
+import java.io.File;
+import java.io.IOException;
+import java.net.URISyntaxException;
+import java.net.URL;
+import java.util.Vector;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperimentContext;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.tests.TmfCoreTestPlugin;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfCheckpoint;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.stubs.trace.TmfTraceStub;
+
+/**
+ * <b><u>TmfExperimentTest</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+@SuppressWarnings("nls")
+public class TmfMultiTraceExperimentTest extends TestCase {
+
+    private static final String DIRECTORY    = "testfiles";
+    private static final String TEST_STREAM1 = "O-Test-10K";
+    private static final String TEST_STREAM2 = "E-Test-10K";
+    private static final String EXPERIMENT   = "MyExperiment";
+    private static int          NB_EVENTS    = 20000;
+    private static int          BLOCK_SIZE   = 1000;
+
+    private static ITmfTrace[] fTraces;
+    private static TmfExperiment<TmfEvent> fExperiment;
+
+    private static byte SCALE = (byte) -3;
+
+    // ------------------------------------------------------------------------
+    // Housekeeping
+    // ------------------------------------------------------------------------
+
+    private synchronized static ITmfTrace[] setupTrace(String path1, String path2) {
+       if (fTraces == null) {
+               fTraces = new ITmfTrace[2];
+               try {
+               URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path1), null);
+                       File test = new File(FileLocator.toFileURL(location).toURI());
+                       TmfTraceStub trace1 = new TmfTraceStub(test.getPath(), true);
+                       fTraces[0] = trace1;
+               location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path2), null);
+                       test = new File(FileLocator.toFileURL(location).toURI());
+                       TmfTraceStub trace2 = new TmfTraceStub(test.getPath(), true);
+                       fTraces[1] = trace2;
+               } catch (URISyntaxException e) {
+                       e.printStackTrace();
+               } catch (IOException e) {
+                       e.printStackTrace();
+               }
+       }
+       return fTraces;
+    }
+
+    private synchronized static void setupExperiment() {
+       synchronized (TmfMultiTraceExperimentTest.class) {
+               if (fExperiment == null) {
+                       fExperiment = new TmfExperiment<TmfEvent>(TmfEvent.class, EXPERIMENT, fTraces, TmfTimestamp.Zero, BLOCK_SIZE, true);
+               }
+       }
+    }
+
+       public TmfMultiTraceExperimentTest(String name) throws Exception {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+               setupTrace(DIRECTORY + File.separator + TEST_STREAM1, DIRECTORY + File.separator + TEST_STREAM2);
+               setupExperiment();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+    // ------------------------------------------------------------------------
+    // Constructor
+    // ------------------------------------------------------------------------
+
+       public void testBasicTmfExperimentConstructor() {
+
+               assertEquals("GetId", EXPERIMENT, fExperiment.getName());
+        assertEquals("GetEpoch", TmfTimestamp.Zero, fExperiment.getEpoch());
+        assertEquals("GetNbEvents", NB_EVENTS, fExperiment.getNbEvents());
+
+        TmfTimeRange timeRange = fExperiment.getTimeRange();
+        assertEquals("getStartTime", 1, timeRange.getStartTime().getValue());
+        assertEquals("getEndTime", NB_EVENTS, timeRange.getEndTime().getValue());
+       }
+
+    // ------------------------------------------------------------------------
+    // Verify checkpoints
+    // ------------------------------------------------------------------------
+
+    public void testValidateCheckpoints() throws Exception {
+
+       Vector<TmfCheckpoint> checkpoints = fExperiment.getCheckpoints();
+       int pageSize = fExperiment.getCacheSize();
+               assertTrue("Checkpoints exist", checkpoints != null);
+
+               // Validate that each checkpoint points to the right event
+               for (int i = 0; i < checkpoints.size(); i++) {
+                       TmfCheckpoint checkpoint = checkpoints.get(i);
+               TmfExperimentContext context = fExperiment.seekLocation(checkpoint.getLocation());
+                       TmfEvent event = fExperiment.parseEvent(context);
+                       assertEquals("Event rank", context.getRank(), i * pageSize);
+                       assertTrue("Timestamp", (checkpoint.getTimestamp().compareTo(event.getTimestamp(), false) == 0));
+               }               
+    }
+
+    // ------------------------------------------------------------------------
+    // seekLocation
+    // ------------------------------------------------------------------------
+
+    public void testSeekLocationOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 0
+       TmfContext context = fExperiment.seekLocation(null);
+        assertEquals("Event rank", 0, context.getRank());
+
+        TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
+        assertEquals("Event rank", 2, context.getRank());
+
+       // Position trace at event rank 1000
+        TmfContext tmpContext = fExperiment.seekEvent(new TmfTimestamp(1001, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", 1000, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1002, context.getRank());
+
+       // Position trace at event rank 4000
+        tmpContext = fExperiment.seekEvent(new TmfTimestamp(4001, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", 4000, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4000, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4001, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4002, context.getRank());
+    }
+
+    public void testSeekLocationNotOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 9
+       TmfContext tmpContext = fExperiment.seekEvent(new TmfTimestamp(10, SCALE, 0));
+        TmfContext context = fExperiment.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", 9, context.getRank());
+       
+        TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 9, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 10, context.getRank());
+
+       // Position trace at event rank 999
+        tmpContext = fExperiment.seekEvent(new TmfTimestamp(1000, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", 999, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 999, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+
+       // Position trace at event rank 1001
+        tmpContext = fExperiment.seekEvent(new TmfTimestamp(1002, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", 1001, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1002, context.getRank());
+
+       // Position trace at event rank 4500
+        tmpContext = fExperiment.seekEvent(new TmfTimestamp(4501, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", 4500, context.getRank());
+       
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4500, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4501, context.getRank());
+    }
+
+    public void testSeekLocationOutOfScope() throws Exception {
+
+       // Position trace at beginning
+       TmfContext tmpContext = fExperiment.seekLocation(null);
+        TmfContext context = fExperiment.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", 0, context.getRank());
+       
+        TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       
+        event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event passed the end
+        tmpContext = fExperiment.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
+        assertEquals("Event location", null, tmpContext.getLocation());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, tmpContext.getRank());
+    }
+
+       // ------------------------------------------------------------------------
+       // seekEvent on timestamp
+       // ------------------------------------------------------------------------
+
+       public void testSeekEventOnTimestampOnCacheBoundary() throws Exception {
+
+               // Position trace at event rank 0
+               TmfContext context = fExperiment.seekEvent(new TmfTimestamp(1, SCALE, 0));
+               assertEquals("Event rank", 0, context.getRank());
+
+               TmfEvent event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+               assertEquals("Event rank", 0, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+               assertEquals("Event rank", 1, context.getRank());
+
+               // Position trace at event rank 1000
+               context = fExperiment.seekEvent(new TmfTimestamp(1001, SCALE, 0));
+               assertEquals("Event rank", 1000, context.getRank());
+               
+               event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+               assertEquals("Event rank", 1000, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+               assertEquals("Event rank", 1001, context.getRank());
+
+               // Position trace at event rank 4000
+               context = fExperiment.seekEvent(new TmfTimestamp(4001, SCALE, 0));
+               assertEquals("Event rank", 4000, context.getRank());
+               
+               event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+               assertEquals("Event rank", 4000, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+               assertEquals("Event rank", 4001, context.getRank());
+       }
+
+       public void testSeekEventOnTimestampNotOnCacheBoundary() throws Exception {
+
+               // Position trace at event rank 1
+               TmfContext context = fExperiment.seekEvent(new TmfTimestamp(2, SCALE, 0));
+               assertEquals("Event rank", 1, context.getRank());
+               
+               TmfEvent event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
+               assertEquals("Event rank", 1, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
+               assertEquals("Event rank", 2, context.getRank());
+
+               // Position trace at event rank 9
+               context = fExperiment.seekEvent(new TmfTimestamp(10, SCALE, 0));
+               assertEquals("Event rank", 9, context.getRank());
+               
+               event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+               assertEquals("Event rank", 9, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+               assertEquals("Event rank", 10, context.getRank());
+
+               // Position trace at event rank 999
+               context = fExperiment.seekEvent(new TmfTimestamp(1000, SCALE, 0));
+               assertEquals("Event rank", 999, context.getRank());
+               
+               event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+               assertEquals("Event rank", 999, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+               assertEquals("Event rank", 1000, context.getRank());
+
+               // Position trace at event rank 1001
+               context = fExperiment.seekEvent(new TmfTimestamp(1002, SCALE, 0));
+               assertEquals("Event rank", 1001, context.getRank());
+               
+               event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+               assertEquals("Event rank", 1001, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+               assertEquals("Event rank", 1002, context.getRank());
+
+               // Position trace at event rank 4500
+               context = fExperiment.seekEvent(new TmfTimestamp(4501, SCALE, 0));
+               assertEquals("Event rank", 4500, context.getRank());
+               
+               event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+               assertEquals("Event rank", 4500, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+               assertEquals("Event rank", 4501, context.getRank());
+       }
+
+       public void testSeekEventOnTimestampOutOfScope() throws Exception {
+
+               // Position trace at beginning
+               TmfContext context = fExperiment.seekEvent(new TmfTimestamp(-1, SCALE, 0));
+               assertEquals("Event rank", 0, context.getRank());
+               
+               TmfEvent event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+               assertEquals("Event rank", 0, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+               assertEquals("Event rank", 1, context.getRank());
+
+               // Position trace at event passed the end
+               context = fExperiment.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
+        assertEquals("Event location", null, context.getLocation());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+       }
+
+       // ------------------------------------------------------------------------
+       // seekEvent on rank
+       // ------------------------------------------------------------------------
+
+       public void testSeekOnRankOnCacheBoundary() throws Exception {
+
+               // On lower bound, returns the first event (ts = 1)
+               TmfContext context = fExperiment.seekEvent(0);
+               assertEquals("Event rank", 0, context.getRank());
+               
+               TmfEvent event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+               assertEquals("Event rank", 0, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+               assertEquals("Event rank", 1, context.getRank());
+
+               // Position trace at event rank 1000
+               context = fExperiment.seekEvent(1000);
+               assertEquals("Event rank", 1000, context.getRank());
+               
+               event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+               assertEquals("Event rank", 1000, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+               assertEquals("Event rank", 1001, context.getRank());
+
+               // Position trace at event rank 4000
+               context = fExperiment.seekEvent(4000);
+               assertEquals("Event rank", 4000, context.getRank());
+               
+               event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+               assertEquals("Event rank", 4000, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+               assertEquals("Event rank", 4001, context.getRank());
+       }
+
+       public void testSeekOnRankNotOnCacheBoundary() throws Exception {
+
+               // Position trace at event rank 9
+               TmfContext context = fExperiment.seekEvent(9);
+               assertEquals("Event rank", 9, context.getRank());
+               
+               TmfEvent event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+               assertEquals("Event rank", 9, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+               assertEquals("Event rank", 10, context.getRank());
+
+               // Position trace at event rank 999
+               context = fExperiment.seekEvent(999);
+               assertEquals("Event rank", 999, context.getRank());
+               
+               event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+               assertEquals("Event rank", 999, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+               assertEquals("Event rank", 1000, context.getRank());
+
+               // Position trace at event rank 1001
+               context = fExperiment.seekEvent(1001);
+               assertEquals("Event rank", 1001, context.getRank());
+               
+               event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+               assertEquals("Event rank", 1001, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+               assertEquals("Event rank", 1002, context.getRank());
+
+               // Position trace at event rank 4500
+               context = fExperiment.seekEvent(4500);
+               assertEquals("Event rank", 4500, context.getRank());
+               
+               event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+               assertEquals("Event rank", 4500, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+               assertEquals("Event rank", 4501, context.getRank());
+       }
+
+       public void testSeekEventOnRankOutOfScope() throws Exception {
+
+               // Position trace at beginning
+               TmfContext context = fExperiment.seekEvent(-1);
+               assertEquals("Event rank", 0, context.getRank());
+               
+               TmfEvent event = fExperiment.parseEvent(context);
+               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+               assertEquals("Event rank", 0, context.getRank());
+               
+               event = fExperiment.getNextEvent(context);
+               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+               assertEquals("Event rank", 1, context.getRank());
+
+               // Position trace at event passed the end
+               context = fExperiment.seekEvent(NB_EVENTS);
+        assertEquals("Event location", null, context.getLocation());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+       }
+
+    // ------------------------------------------------------------------------
+    // parseEvent - make sure parseEvent doesn't update the context
+    // Note: This test is essentially the same as the one from TmfTraceTest
+    // ------------------------------------------------------------------------
+
+    public void testParseEvent() throws Exception {
+
+       int NB_READS = 20;
+
+       // On lower bound, returns the first event (ts = 1)
+       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(0, SCALE, 0));
+
+       // Read NB_EVENTS
+       TmfEvent event = null;;
+        for (int i = 0; i < NB_READS; i++) {
+            event = fExperiment.getNextEvent(context);
+            assertEquals("Event timestamp", i + 1, event.getTimestamp().getValue());
+            assertEquals("Event rank", i + 1, context.getRank());
+        }
+
+        // Make sure we stay positioned
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", NB_READS + 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", NB_READS, context.getRank());
+    }
+
+    // ------------------------------------------------------------------------
+    // getNextEvent - updates the context
+    // ------------------------------------------------------------------------
+
+    public void testGetNextEvent() throws Exception {
+
+       // On lower bound, returns the first event (ts = 0)
+       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(0, SCALE, 0));
+        TmfEvent event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+
+        for (int i = 2; i < 20; i++) {
+            event = fExperiment.getNextEvent(context);
+            assertEquals("Event timestamp", i, event.getTimestamp().getValue());
+        }
+    }
+
+    // ------------------------------------------------------------------------
+    // processRequest
+    // ------------------------------------------------------------------------
+
+    public void testProcessRequestForNbEvents() throws Exception {
+
+               final int blockSize = 100;
+        final int nbEvents  = 1000;
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
+               @Override
+               public void handleData(TmfEvent event) {
+                       super.handleData(event);
+                       requestedEvents.add(event);
+               }
+        };
+        fExperiment.sendRequest(request);
+        request.waitForCompletion();
+
+        assertEquals("nbEvents", nbEvents, requestedEvents.size());
+        assertTrue("isCompleted",  request.isCompleted());
+        assertFalse("isCancelled", request.isCancelled());
+
+        // Ensure that we have distinct events.
+        // Don't go overboard: we are not validating the stub! 
+        for (int i = 0; i < nbEvents; i++) {
+            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
+        }
+    }
+    
+    public void testProcessRequestForNbEvents2() throws Exception {
+
+               final int blockSize = 2 * NB_EVENTS;
+        final int nbEvents = 1000;
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
+               @Override
+               public void handleData(TmfEvent event) {
+                       super.handleData(event);
+                       requestedEvents.add(event);
+               }
+        };
+        fExperiment.sendRequest(request);
+        request.waitForCompletion();
+
+        assertEquals("nbEvents", nbEvents, requestedEvents.size());
+        assertTrue("isCompleted",  request.isCompleted());
+        assertFalse("isCancelled", request.isCancelled());
+
+        // Ensure that we have distinct events.
+        // Don't go overboard: we are not validating the stub! 
+        for (int i = 0; i < nbEvents; i++) {
+            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
+        }
+    }
+    
+    public void testProcessRequestForAllEvents() throws Exception {
+
+               final int nbEvents  = TmfEventRequest.ALL_DATA;
+        final int blockSize =  1;
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+        long nbExpectedEvents = NB_EVENTS;
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
+               @Override
+               public void handleData(TmfEvent event) {
+                       super.handleData(event);
+                       requestedEvents.add(event);
+               }
+        };
+        fExperiment.sendRequest(request);
+        request.waitForCompletion();
+
+        assertEquals("nbEvents", nbExpectedEvents, requestedEvents.size());
+        assertTrue("isCompleted",  request.isCompleted());
+        assertFalse("isCancelled", request.isCancelled());
+
+        // Ensure that we have distinct events.
+        // Don't go overboard: we are not validating the stub! 
+        for (int i = 0; i < nbExpectedEvents; i++) {
+            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
+        }
+    }
+    
+    // ------------------------------------------------------------------------
+    // cancel
+    // ------------------------------------------------------------------------
+
+    public void testCancel() throws Exception {
+
+               final int nbEvents  = NB_EVENTS;
+        final int blockSize = BLOCK_SIZE;
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
+               int nbRead = 0;
+               @Override
+               public void handleData(TmfEvent event) {
+                       super.handleData(event);
+                       requestedEvents.add(event);
+                       if (++nbRead == blockSize)
+                               cancel();
+               }
+            @Override
+            public void handleCancel() {
+               if (requestedEvents.size() < blockSize) {
+                       System.out.println("aie");
+               }
+            }
+        };
+        fExperiment.sendRequest(request);
+        request.waitForCompletion();
+
+        assertEquals("nbEvents",  blockSize, requestedEvents.size());
+        assertTrue("isCompleted", request.isCompleted());
+        assertTrue("isCancelled", request.isCancelled());
+    }
+    
+    // ------------------------------------------------------------------------
+    // getRank
+    // ------------------------------------------------------------------------
+
+    public void testGetRank() throws Exception {
+
+               assertEquals("getRank",    0, fExperiment.getRank(new TmfTimestamp()));
+        assertEquals("getRank",    0, fExperiment.getRank(new TmfTimestamp(   1, (byte) -3)));
+        assertEquals("getRank",   10, fExperiment.getRank(new TmfTimestamp(  11, (byte) -3)));
+        assertEquals("getRank",  100, fExperiment.getRank(new TmfTimestamp( 101, (byte) -3)));
+        assertEquals("getRank", 1000, fExperiment.getRank(new TmfTimestamp(1001, (byte) -3)));
+        assertEquals("getRank", 2000, fExperiment.getRank(new TmfTimestamp(2001, (byte) -3)));
+        assertEquals("getRank", 2500, fExperiment.getRank(new TmfTimestamp(2501, (byte) -3)));
+    }
+
+    // ------------------------------------------------------------------------
+    // getTimestamp
+    // ------------------------------------------------------------------------
+
+    public void testGetTimestamp() throws Exception {
+
+               assertTrue("getTimestamp", fExperiment.getTimestamp(   0).equals(new TmfTimestamp(   1, (byte) -3)));
+        assertTrue("getTimestamp", fExperiment.getTimestamp(  10).equals(new TmfTimestamp(  11, (byte) -3)));
+        assertTrue("getTimestamp", fExperiment.getTimestamp( 100).equals(new TmfTimestamp( 101, (byte) -3)));
+        assertTrue("getTimestamp", fExperiment.getTimestamp(1000).equals(new TmfTimestamp(1001, (byte) -3)));
+        assertTrue("getTimestamp", fExperiment.getTimestamp(2000).equals(new TmfTimestamp(2001, (byte) -3)));
+        assertTrue("getTimestamp", fExperiment.getTimestamp(2500).equals(new TmfTimestamp(2501, (byte) -3)));
+    }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/AllTests.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/AllTests.java
new file mode 100644 (file)
index 0000000..5e25ec4
--- /dev/null
@@ -0,0 +1,23 @@
+package org.eclipse.linuxtools.tmf.core.tests.request;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.eclipse.linuxtools.tmf.core.TmfCorePlugin;
+
+@SuppressWarnings("nls")
+public class AllTests {
+
+       public static Test suite() {
+               TestSuite suite = new TestSuite("Test suite for " + TmfCorePlugin.PLUGIN_ID + ".request"); //$NON-NLS-1$);
+               //$JUnit-BEGIN$
+               suite.addTestSuite(TmfDataRequestTest.class);
+               suite.addTestSuite(TmfEventRequestTest.class);
+               suite.addTestSuite(TmfCoalescedDataRequestTest.class);
+               suite.addTestSuite(TmfCoalescedEventRequestTest.class);
+               suite.addTestSuite(TmfRequestExecutorTest.class);
+               //$JUnit-END$
+               return suite;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfCoalescedDataRequestTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfCoalescedDataRequestTest.java
new file mode 100644 (file)
index 0000000..908b112
--- /dev/null
@@ -0,0 +1,404 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.request;
+
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.request.TmfCoalescedDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfDataRequest;
+import org.eclipse.linuxtools.tmf.stubs.request.TmfDataRequestStub;
+
+/**
+ * <b><u>TmfCoalescedDataRequestTest</u></b>
+ * <p>
+ * Test suite for the TmfCoalescedDataRequest class.
+ */
+@SuppressWarnings("nls")
+public class TmfCoalescedDataRequestTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+       private static TmfCoalescedDataRequest<TmfEvent> fRequest1;
+       private static TmfCoalescedDataRequest<TmfEvent> fRequest2;
+       private static TmfCoalescedDataRequest<TmfEvent> fRequest3;
+       private static TmfCoalescedDataRequest<TmfEvent> fRequest4;
+
+       private static TmfCoalescedDataRequest<TmfEvent> fRequest1b;
+       private static TmfCoalescedDataRequest<TmfEvent> fRequest1c;
+
+       private static int fRequestCount;
+       
+       // ------------------------------------------------------------------------
+       // Housekeeping
+       // ------------------------------------------------------------------------
+
+       public TmfCoalescedDataRequestTest(String name) {
+               super(name);
+       }
+
+       @Override
+       public void setUp() throws Exception {
+               super.setUp();
+               TmfDataRequest.reset();
+               fRequest1  = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10, 100, 200);
+               fRequest2  = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 20, 100, 200);
+               fRequest3  = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 20, 200, 200);
+               fRequest4  = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 20, 200, 300);
+
+               fRequest1b = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10, 100, 200);
+               fRequest1c = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10, 100, 200);
+
+               fRequestCount = fRequest1c.getRequestId() + 1;
+       }
+
+       @Override
+       public void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+       private TmfCoalescedDataRequest<TmfEvent> setupTestRequest(final boolean[] flags) {
+               
+               TmfCoalescedDataRequest<TmfEvent> request = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10, 100, 200) {
+                   @Override
+                       public void handleCompleted() {
+                       super.handleCompleted();
+                       flags[0] = true;
+                   }
+                   @Override
+                   public void handleSuccess() {
+                       super.handleSuccess();
+                       flags[1] = true;
+                   }
+                   @Override
+                   public void handleFailure() {
+                       super.handleFailure();
+                       flags[2] = true;
+                   }
+                   @Override
+                   public void handleCancel() {
+                       super.handleCancel();
+                       flags[3] = true;
+                   }
+               };
+               return request;
+       }
+       
+       // ------------------------------------------------------------------------
+       // Constructors
+       // ------------------------------------------------------------------------
+
+       public void testTmfCoalescedDataRequest() {
+               TmfCoalescedDataRequest<TmfEvent> request = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("getIndex", 0, request.getIndex());
+        assertEquals("getNbRequestedEvents", TmfDataRequest.ALL_DATA, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       public void testTmfCoalescedDataRequestIndex() {
+               TmfCoalescedDataRequest<TmfEvent> request = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("getIndex", 10, request.getIndex());
+        assertEquals("getNbRequestedEvents", TmfDataRequest.ALL_DATA, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       public void testTmfCoalescedDataRequestIndexNbRequested() {
+               TmfCoalescedDataRequest<TmfEvent> request = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10, 100);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("getIndex", 10, request.getIndex());
+        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       public void testTmfCoalescedDataRequestIndexNbEventsBlocksize() {
+               TmfCoalescedDataRequest<TmfEvent> request = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10, 100, 200);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("getIndex", 10, request.getIndex());
+        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       // ------------------------------------------------------------------------
+       // equals
+       // ------------------------------------------------------------------------
+
+       public void testEqualsReflexivity() throws Exception {
+        assertTrue("equals", fRequest1.equals(fRequest1));
+        assertTrue("equals", fRequest2.equals(fRequest2));
+
+        assertFalse("equals", fRequest1.equals(fRequest2));
+        assertFalse("equals", fRequest2.equals(fRequest1));
+       }
+
+       public void testEqualsSymmetry() throws Exception {
+        assertTrue("equals", fRequest1.equals(fRequest1b));
+        assertTrue("equals", fRequest1b.equals(fRequest1));
+
+        assertFalse("equals", fRequest1.equals(fRequest3));
+        assertFalse("equals", fRequest2.equals(fRequest3));
+        assertFalse("equals", fRequest3.equals(fRequest1));
+        assertFalse("equals", fRequest3.equals(fRequest2));
+       }
+       
+       public void testEqualsTransivity() throws Exception {
+        assertTrue("equals", fRequest1.equals(fRequest1b));
+        assertTrue("equals", fRequest1b.equals(fRequest1c));
+        assertTrue("equals", fRequest1.equals(fRequest1c));
+       }
+       
+       public void testEqualsNull() throws Exception {
+        assertFalse("equals", fRequest1.equals(null));
+        assertFalse("equals", fRequest2.equals(null));
+       }
+
+       // ------------------------------------------------------------------------
+       // hashCode
+       // ------------------------------------------------------------------------
+
+       public void testHashCode() throws Exception {
+        assertTrue("hashCode", fRequest1.hashCode() == fRequest1.hashCode());
+        assertTrue("hashCode", fRequest2.hashCode() == fRequest2.hashCode());
+               assertTrue("hashCode", fRequest1.hashCode() != fRequest2.hashCode());
+       }
+       
+       // ------------------------------------------------------------------------
+       // toString
+       // ------------------------------------------------------------------------
+
+       public void testToString() {
+        String expected1 = "[TmfCoalescedDataRequest(0,TmfEvent,10,100,200)]";
+        String expected2 = "[TmfCoalescedDataRequest(1,TmfEvent,20,100,200)]";
+        String expected3 = "[TmfCoalescedDataRequest(2,TmfEvent,20,200,200)]";
+        String expected4 = "[TmfCoalescedDataRequest(3,TmfEvent,20,200,300)]";
+
+        assertEquals("toString", expected1, fRequest1.toString());
+        assertEquals("toString", expected2, fRequest2.toString());
+        assertEquals("toString", expected3, fRequest3.toString());
+        assertEquals("toString", expected4, fRequest4.toString());
+       }
+
+       // ------------------------------------------------------------------------
+       // isCompatible
+       // ------------------------------------------------------------------------
+
+       public void testIsCompatible() {
+               TmfCoalescedDataRequest<TmfEvent> coalescedRequest = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10, 100, 200);
+               TmfDataRequest<TmfEvent> request1 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
+               TmfDataRequest<TmfEvent> request2 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 11, 100, 200);
+               TmfDataRequest<TmfEvent> request3 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 101, 200);
+
+        assertTrue ("isCompatible", coalescedRequest.isCompatible(request1));
+        assertFalse("isCompatible", coalescedRequest.isCompatible(request2));
+        assertFalse("isCompatible", coalescedRequest.isCompatible(request3));
+       }
+
+       // ------------------------------------------------------------------------
+       // done
+       // ------------------------------------------------------------------------
+
+       public void testDone() {
+               
+               // Test request
+               final boolean[] crFlags = new boolean[4];
+               TmfCoalescedDataRequest<TmfEvent> request = setupTestRequest(crFlags);
+               TmfDataRequest<TmfEvent> subRequest1 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
+               TmfDataRequest<TmfEvent> subRequest2 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
+               request.addRequest(subRequest1);
+               request.addRequest(subRequest2);
+
+               request.done();
+
+               // Validate the coalescing request
+               assertTrue ("isCompleted", request.isCompleted());
+               assertFalse("isFailed",    request.isFailed());
+               assertFalse("isCancelled", request.isCancelled());
+
+               assertTrue ("handleCompleted", crFlags[0]);
+               assertTrue ("handleSuccess",   crFlags[1]);
+               assertFalse("handleFailure",   crFlags[2]);
+               assertFalse("handleCancel",    crFlags[3]);
+
+               // Validate the first coalesced request
+               assertTrue ("isCompleted", subRequest1.isCompleted());
+               assertFalse("isFailed",    subRequest1.isFailed());
+               assertFalse("isCancelled", subRequest1.isCancelled());
+
+               // Validate the second coalesced request
+               assertTrue ("isCompleted", subRequest2.isCompleted());
+               assertFalse("isFailed",    subRequest2.isFailed());
+               assertFalse("isCancelled", subRequest2.isCancelled());
+       }
+
+       // ------------------------------------------------------------------------
+       // fail
+       // ------------------------------------------------------------------------
+
+       public void testFail() {
+               
+               final boolean[] crFlags = new boolean[4];
+               TmfCoalescedDataRequest<TmfEvent> request = setupTestRequest(crFlags);
+               TmfDataRequest<TmfEvent> subRequest1 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
+               TmfDataRequest<TmfEvent> subRequest2 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
+               request.addRequest(subRequest1);
+               request.addRequest(subRequest2);
+
+               request.fail();
+
+               // Validate the coalescing request
+               assertTrue ("isCompleted", request.isCompleted());
+               assertTrue ("isFailed",    request.isFailed());
+               assertFalse("isCancelled", request.isCancelled());
+
+               assertTrue ("handleCompleted", crFlags[0]);
+               assertFalse("handleSuccess",   crFlags[1]);
+               assertTrue ("handleFailure",   crFlags[2]);
+               assertFalse("handleCancel",    crFlags[3]);
+
+               // Validate the first coalesced request
+               assertTrue ("isCompleted", subRequest1.isCompleted());
+               assertTrue ("isFailed",    subRequest1.isFailed());
+               assertFalse("isCancelled", subRequest1.isCancelled());
+
+               // Validate the second coalesced request
+               assertTrue ("isCompleted", subRequest2.isCompleted());
+               assertTrue ("isFailed",    subRequest2.isFailed());
+               assertFalse("isCancelled", subRequest2.isCancelled());
+       }
+
+       // ------------------------------------------------------------------------
+       // cancel
+       // ------------------------------------------------------------------------
+
+       public void testCancel() {
+
+               final boolean[] crFlags = new boolean[4];
+               TmfCoalescedDataRequest<TmfEvent> request = setupTestRequest(crFlags);
+               TmfDataRequest<TmfEvent> subRequest1 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
+               TmfDataRequest<TmfEvent> subRequest2 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
+               request.addRequest(subRequest1);
+               request.addRequest(subRequest2);
+
+               request.cancel();
+
+               // Validate the coalescing request
+               assertTrue ("isCompleted", request.isCompleted());
+               assertFalse("isFailed",    request.isFailed());
+               assertTrue ("isCancelled", request.isCancelled());
+
+               assertTrue ("handleCompleted", crFlags[0]);
+               assertFalse("handleSuccess",   crFlags[1]);
+               assertFalse("handleFailure",   crFlags[2]);
+               assertTrue ("handleCancel",    crFlags[3]);
+
+               // Validate the first coalesced request
+               assertTrue ("isCompleted", subRequest1.isCompleted());
+               assertFalse("isFailed",    subRequest1.isFailed());
+               assertTrue ("isCancelled", subRequest1.isCancelled());
+
+               // Validate the second coalesced request
+               assertTrue ("isCompleted", subRequest2.isCompleted());
+               assertFalse("isFailed",    subRequest2.isFailed());
+               assertTrue ("isCancelled", subRequest2.isCancelled());
+       }
+
+       
+       // ------------------------------------------------------------------------
+       // cancel sub-requests
+       // ------------------------------------------------------------------------
+
+    public void testCancelSubRequests() {
+
+               final boolean[] crFlags = new boolean[4];
+               TmfCoalescedDataRequest<TmfEvent> request = setupTestRequest(crFlags);
+               TmfDataRequest<TmfEvent> subRequest1 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
+               TmfDataRequest<TmfEvent> subRequest2 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
+               request.addRequest(subRequest1);
+               request.addRequest(subRequest2);
+
+               subRequest1.cancel();
+
+               // Validate the first coalesced request
+               assertTrue ("isCompleted", subRequest1.isCompleted());
+               assertFalse("isFailed",    subRequest1.isFailed());
+               assertTrue ("isCancelled", subRequest1.isCancelled());
+
+               // Validate the coalescing request
+               assertFalse("isCompleted", request.isCompleted());
+               assertFalse("isFailed",     request.isFailed());
+               assertFalse("isCancelled", request.isCancelled());  
+
+               // Cancel second sub-request
+               subRequest2.cancel();
+
+               // Validate the second coalesced request
+               assertTrue ("isCompleted", subRequest2.isCompleted());
+               assertFalse("isFailed",    subRequest2.isFailed());
+               assertTrue ("isCancelled", subRequest2.isCancelled());
+
+               // Validate the coalescing request
+               assertTrue ("isCompleted", request.isCompleted());
+               assertFalse("isFailed",    request.isFailed());
+               assertTrue ("isCancelled", request.isCancelled());
+
+               // Finalize coalescing request - 
+               // Note: No need to check "request.isCancelled()" since it was verified above
+            request.cancel();
+
+               assertTrue ("handleCompleted", crFlags[0]);
+               assertFalse("handleSuccess",   crFlags[1]);
+               assertFalse("handleFailure",   crFlags[2]);
+               assertTrue ("handleCancel",   crFlags[3]);
+           }
+
+       // ------------------------------------------------------------------------
+       // waitForCompletion
+       // ------------------------------------------------------------------------
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfCoalescedEventRequestTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfCoalescedEventRequestTest.java
new file mode 100644 (file)
index 0000000..7b7bea6
--- /dev/null
@@ -0,0 +1,555 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.request;
+
+import java.io.File;
+import java.io.IOException;
+import java.net.URISyntaxException;
+import java.net.URL;
+import java.util.Vector;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.tmf.core.component.ITmfDataProvider;
+import org.eclipse.linuxtools.tmf.core.component.TmfProviderManager;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.request.TmfCoalescedDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfCoalescedEventRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalManager;
+import org.eclipse.linuxtools.tmf.core.tests.TmfCoreTestPlugin;
+import org.eclipse.linuxtools.tmf.stubs.request.TmfEventRequestStub;
+import org.eclipse.linuxtools.tmf.stubs.trace.TmfTraceStub;
+
+/**
+ * <b><u>TmfCoalescedEventRequestTest</u></b>
+ * <p>
+ * Test suite for the TmfCoalescedEventRequest class.
+ */
+@SuppressWarnings("nls")
+public class TmfCoalescedEventRequestTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+       private static TmfTimeRange range1 = new TmfTimeRange(TmfTimeRange.Eternity);
+       private static TmfTimeRange range2 = new TmfTimeRange(new TmfTimestamp(), TmfTimestamp.BigCrunch);
+       
+       private static TmfCoalescedEventRequest<TmfEvent> fRequest1;
+       private static TmfCoalescedEventRequest<TmfEvent> fRequest2;
+       private static TmfCoalescedEventRequest<TmfEvent> fRequest3;
+       private static TmfCoalescedEventRequest<TmfEvent> fRequest4;
+
+       private static TmfCoalescedEventRequest<TmfEvent> fRequest1b;
+       private static TmfCoalescedEventRequest<TmfEvent> fRequest1c;
+
+       private static int fRequestCount;
+       
+       // ------------------------------------------------------------------------
+       // Housekeeping
+       // ------------------------------------------------------------------------
+
+       public TmfCoalescedEventRequestTest(String name) {
+               super(name);
+       }
+
+       @Override
+       public void setUp() throws Exception {
+               super.setUp();
+               TmfEventRequest.reset();
+               fRequest1  = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1, 100, 200);
+               fRequest2  = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range2, 100, 200);
+               fRequest3  = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range2, 200, 200);
+               fRequest4  = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range2, 200, 300);
+
+               fRequest1b = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1, 100, 200);
+               fRequest1c = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1, 100, 200);
+
+               fRequestCount = fRequest1c.getRequestId() + 1;
+       }
+
+       @Override
+       public void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+       private TmfCoalescedEventRequest<TmfEvent> setupTestRequest(final boolean[] flags) {
+               
+               TmfCoalescedEventRequest<TmfEvent> request = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1, 100, 200) {
+                   @Override
+                       public void handleCompleted() {
+                       super.handleCompleted();
+                       flags[0] = true;
+                   }
+                   @Override
+                   public void handleSuccess() {
+                       super.handleSuccess();
+                       flags[1] = true;
+                   }
+                   @Override
+                   public void handleFailure() {
+                       super.handleFailure();
+                       flags[2] = true;
+                   }
+                   @Override
+                   public void handleCancel() {
+                       super.handleCancel();
+                       flags[3] = true;
+                   }
+               };
+               return request;
+       }
+       
+       // ------------------------------------------------------------------------
+       // Constructors
+       // ------------------------------------------------------------------------
+
+       public void testTmfCoalescedEventRequest() {
+               TmfCoalescedEventRequest<TmfEvent> request = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("getRange", range1, request.getRange());
+        assertEquals("getNbRequestedEvents", TmfEventRequest.ALL_DATA, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       public void testTmfCoalescedEventRequestIndex() {
+               TmfCoalescedEventRequest<TmfEvent> request = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("getRange", range1, request.getRange());
+        assertEquals("getNbRequestedEvents", TmfEventRequest.ALL_DATA, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       public void testTmfCoalescedEventRequestIndexNbRequested() {
+               TmfCoalescedEventRequest<TmfEvent> request = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1, 100);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("getRange", range1, request.getRange());
+        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       public void testTmfCoalescedEventRequestIndexNbEventsBlocksize() {
+               TmfCoalescedEventRequest<TmfEvent> request = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1, 100, 200);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("getRange", range1, request.getRange());
+        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       // ------------------------------------------------------------------------
+       // equals
+       // ------------------------------------------------------------------------
+
+       public void testEqualsReflexivity() throws Exception {
+        assertTrue("equals", fRequest1.equals(fRequest1));
+        assertTrue("equals", fRequest2.equals(fRequest2));
+
+        assertFalse("equals", fRequest1.equals(fRequest2));
+        assertFalse("equals", fRequest2.equals(fRequest1));
+       }
+
+       public void testEqualsSymmetry() throws Exception {
+        assertTrue("equals", fRequest1.equals(fRequest1b));
+        assertTrue("equals", fRequest1b.equals(fRequest1));
+
+        assertFalse("equals", fRequest1.equals(fRequest3));
+        assertFalse("equals", fRequest2.equals(fRequest3));
+        assertFalse("equals", fRequest3.equals(fRequest1));
+        assertFalse("equals", fRequest3.equals(fRequest2));
+       }
+       
+       public void testEqualsTransivity() throws Exception {
+        assertTrue("equals", fRequest1.equals(fRequest1b));
+        assertTrue("equals", fRequest1b.equals(fRequest1c));
+        assertTrue("equals", fRequest1.equals(fRequest1c));
+       }
+       
+       public void testEqualsNull() throws Exception {
+        assertFalse("equals", fRequest1.equals(null));
+        assertFalse("equals", fRequest2.equals(null));
+       }
+
+       public void testEqualsSuper() throws Exception {
+               TmfCoalescedDataRequest<TmfEvent> dataRequest1 = new TmfCoalescedDataRequest<TmfEvent>(
+                               fRequest1.getDataType(), fRequest1.getIndex(), fRequest1.getNbRequested());
+               TmfCoalescedDataRequest<TmfEvent> dataRequest2 = new TmfCoalescedDataRequest<TmfEvent>(
+                               fRequest1.getDataType(), fRequest1.getIndex(), fRequest1.getNbRequested());
+               TmfCoalescedDataRequest<TmfEvent> dataRequest3 = new TmfCoalescedDataRequest<TmfEvent>(
+                               fRequest3.getDataType(), fRequest3.getIndex(), fRequest3.getNbRequested());
+
+               assertTrue("equals", fRequest1.equals(dataRequest2));
+        assertTrue("equals", fRequest2.equals(dataRequest1));
+        assertFalse("equals", fRequest1.equals(dataRequest3));
+        assertFalse("equals", fRequest3.equals(dataRequest1));
+       }
+
+       // ------------------------------------------------------------------------
+       // hashCode
+       // ------------------------------------------------------------------------
+
+       public void testHashCode() throws Exception {
+        assertTrue("hashCode", fRequest1.hashCode() == fRequest1.hashCode());
+        assertTrue("hashCode", fRequest2.hashCode() == fRequest2.hashCode());
+               assertTrue("hashCode", fRequest1.hashCode() != fRequest2.hashCode());
+       }
+       
+       // ------------------------------------------------------------------------
+       // toString
+       // ------------------------------------------------------------------------
+
+       public void testToString() {
+        String expected1 = "[TmfCoalescedEventRequest(0,TmfEvent," + range1 + ",0,100,200)]";
+        String expected2 = "[TmfCoalescedEventRequest(1,TmfEvent," + range2 + ",0,100,200)]";
+        String expected3 = "[TmfCoalescedEventRequest(2,TmfEvent," + range2 + ",0,200,200)]";
+        String expected4 = "[TmfCoalescedEventRequest(3,TmfEvent," + range2 + ",0,200,300)]";
+
+        assertEquals("toString", expected1, fRequest1.toString());
+        assertEquals("toString", expected2, fRequest2.toString());
+        assertEquals("toString", expected3, fRequest3.toString());
+        assertEquals("toString", expected4, fRequest4.toString());
+       }
+
+       // ------------------------------------------------------------------------
+       // isCompatible
+       // ------------------------------------------------------------------------
+
+       public void testIsCompatible() {
+               TmfCoalescedEventRequest<TmfEvent> coalescedRequest = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1, 100, 200);
+               TmfEventRequest<TmfEvent> request1 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
+               TmfEventRequest<TmfEvent> request2 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range2, 100, 200);
+               TmfEventRequest<TmfEvent> request3 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 101, 200);
+
+        assertTrue ("isCompatible", coalescedRequest.isCompatible(request1));
+        assertTrue ("isCompatible", coalescedRequest.isCompatible(request2));
+        assertFalse("isCompatible", coalescedRequest.isCompatible(request3));
+       }
+
+       // ------------------------------------------------------------------------
+       // done
+       // ------------------------------------------------------------------------
+
+       public void testDone() {
+               
+               // Test request
+               final boolean[] crFlags = new boolean[4];
+               TmfCoalescedEventRequest<TmfEvent> request = setupTestRequest(crFlags);
+               TmfEventRequest<TmfEvent> subRequest1 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
+               TmfEventRequest<TmfEvent> subRequest2 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
+               request.addRequest(subRequest1);
+               request.addRequest(subRequest2);
+
+               request.done();
+
+               // Validate the coalescing request
+               assertTrue ("isCompleted", request.isCompleted());
+               assertFalse("isFailed",    request.isFailed());
+               assertFalse("isCancelled", request.isCancelled());
+
+               assertTrue ("handleCompleted", crFlags[0]);
+               assertTrue ("handleSuccess",   crFlags[1]);
+               assertFalse("handleFailure",   crFlags[2]);
+               assertFalse("handleCancel",    crFlags[3]);
+
+               // Validate the first coalesced request
+               assertTrue ("isCompleted", subRequest1.isCompleted());
+               assertFalse("isFailed",    subRequest1.isFailed());
+               assertFalse("isCancelled", subRequest1.isCancelled());
+
+               // Validate the second coalesced request
+               assertTrue ("isCompleted", subRequest2.isCompleted());
+               assertFalse("isFailed",    subRequest2.isFailed());
+               assertFalse("isCancelled", subRequest2.isCancelled());
+       }
+
+       // ------------------------------------------------------------------------
+       // fail
+       // ------------------------------------------------------------------------
+
+       public void testFail() {
+               
+               final boolean[] crFlags = new boolean[4];
+               TmfCoalescedEventRequest<TmfEvent> request = setupTestRequest(crFlags);
+               TmfEventRequest<TmfEvent> subRequest1 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
+               TmfEventRequest<TmfEvent> subRequest2 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
+               request.addRequest(subRequest1);
+               request.addRequest(subRequest2);
+
+               request.fail();
+
+               // Validate the coalescing request
+               assertTrue ("isCompleted", request.isCompleted());
+               assertTrue ("isFailed",    request.isFailed());
+               assertFalse("isCancelled", request.isCancelled());
+
+               assertTrue ("handleCompleted", crFlags[0]);
+               assertFalse("handleSuccess",   crFlags[1]);
+               assertTrue ("handleFailure",   crFlags[2]);
+               assertFalse("handleCancel",    crFlags[3]);
+
+               // Validate the first coalesced request
+               assertTrue ("isCompleted", subRequest1.isCompleted());
+               assertTrue ("isFailed",    subRequest1.isFailed());
+               assertFalse("isCancelled", subRequest1.isCancelled());
+
+               // Validate the second coalesced request
+               assertTrue ("isCompleted", subRequest2.isCompleted());
+               assertTrue ("isFailed",    subRequest2.isFailed());
+               assertFalse("isCancelled", subRequest2.isCancelled());
+       }
+
+       // ------------------------------------------------------------------------
+       // cancel
+       // ------------------------------------------------------------------------
+
+       public void testCancel() {
+
+               final boolean[] crFlags = new boolean[4];
+               TmfCoalescedEventRequest<TmfEvent> request = setupTestRequest(crFlags);
+               TmfEventRequest<TmfEvent> subRequest1 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
+               TmfEventRequest<TmfEvent> subRequest2 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
+               request.addRequest(subRequest1);
+               request.addRequest(subRequest2);
+
+               request.cancel();
+
+               // Validate the coalescing request
+               assertTrue ("isCompleted", request.isCompleted());
+               assertFalse("isFailed",    request.isFailed());
+               assertTrue ("isCancelled", request.isCancelled());
+
+               assertTrue ("handleCompleted", crFlags[0]);
+               assertFalse("handleSuccess",   crFlags[1]);
+               assertFalse("handleFailure",   crFlags[2]);
+               assertTrue ("handleCancel",    crFlags[3]);
+
+               // Validate the first coalesced request
+               assertTrue ("isCompleted", subRequest1.isCompleted());
+               assertFalse("isFailed",    subRequest1.isFailed());
+               assertTrue ("isCancelled", subRequest1.isCancelled());
+
+               // Validate the second coalesced request
+               assertTrue ("isCompleted", subRequest2.isCompleted());
+               assertFalse("isFailed",    subRequest2.isFailed());
+               assertTrue ("isCancelled", subRequest2.isCancelled());
+       }
+
+       // ------------------------------------------------------------------------
+       // waitForCompletion
+       // ------------------------------------------------------------------------
+
+       // ------------------------------------------------------------------------
+       // Coalescing
+       // ------------------------------------------------------------------------
+
+    private static final String DIRECTORY   = "testfiles";
+    private static final String TEST_STREAM = "A-Test-10K";
+    private static final int    NB_EVENTS   = 10000;
+    private static final int    BLOCK_SIZE  = 100;
+
+    // Initialize the test trace
+    private static TmfTraceStub fTrace = null;
+    private synchronized TmfTraceStub setupTrace(String path) {
+       if (fTrace == null) {
+               try {
+               URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path), null);
+               File test = new File(FileLocator.toFileURL(location).toURI());
+               fTrace = new TmfTraceStub(test.getPath(), 500);
+               } catch (URISyntaxException e) {
+                       e.printStackTrace();
+               } catch (IOException e) {
+                       e.printStackTrace();
+               }
+       }
+       return fTrace;
+    }
+
+       Vector<TmfEvent> requestedEvents1;
+    Vector<TmfEvent> requestedEvents2;
+    Vector<TmfEvent> requestedEvents3;
+
+    TmfEventRequest<TmfEvent> request1;
+    TmfEventRequest<TmfEvent> request2;
+    TmfEventRequest<TmfEvent> request3;
+
+    ITmfDataProvider<TmfEvent>[] providers;
+
+    private class TmfTestTriggerSignal extends TmfSignal {
+       public final boolean forceCancel;
+               public TmfTestTriggerSignal(Object source, boolean cancel) {
+                       super(source);
+                       forceCancel = cancel;
+
+               }
+    }
+
+    @SuppressWarnings("unchecked")
+       @TmfSignalHandler
+    public void trigger(final TmfTestTriggerSignal signal) {
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+
+        requestedEvents1 = new Vector<TmfEvent>();
+        request1 = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
+               int nbRead = 0;
+            @Override
+            public void handleData(TmfEvent event) {
+                       super.handleData(event);
+               if (!isCompleted()) {
+                               requestedEvents1.add(event);
+                       if (++nbRead >= BLOCK_SIZE && signal.forceCancel)
+                               cancel();
+               }
+            }
+        };
+
+        requestedEvents2 = new Vector<TmfEvent>();
+        request2 = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
+            @Override
+            public void handleData(TmfEvent event) {
+                       super.handleData(event);
+               if (!isCompleted()) {
+                       requestedEvents2.add(event);
+               }
+            }
+        };
+
+        requestedEvents3 = new Vector<TmfEvent>();
+        request3 = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
+            @Override
+            public void handleData(TmfEvent event) {
+                       super.handleData(event);
+               if (!isCompleted()) {
+                       requestedEvents3.add(event);
+               }
+            }
+        };
+
+        providers = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfTraceStub.class);
+        providers[0].sendRequest(request1);
+        providers[0].sendRequest(request2);
+        providers[0].sendRequest(request3);
+    }
+
+    public void testCoalescedRequest() throws Exception {
+
+               fTrace = setupTrace(DIRECTORY + File.separator + TEST_STREAM);
+
+       TmfSignalManager.register(this);
+               TmfTestTriggerSignal signal = new TmfTestTriggerSignal(this, false);
+       TmfSignalManager.dispatchSignal(signal);
+
+        request1.waitForCompletion();
+        request2.waitForCompletion();
+        request3.waitForCompletion();
+
+        assertEquals("Request1: nbEvents", NB_EVENTS, requestedEvents1.size());
+        assertTrue  ("Request1: isCompleted", request1.isCompleted());
+        assertFalse ("Request1: isCancelled", request1.isCancelled());
+
+        assertEquals("Request2: nbEvents", NB_EVENTS, requestedEvents2.size());
+        assertTrue  ("Request2: isCompleted", request2.isCompleted());
+        assertFalse ("Request2: isCancelled", request2.isCancelled());
+
+        assertEquals("Request3: nbEvents", NB_EVENTS, requestedEvents3.size());
+        assertTrue  ("Request3: isCompleted", request3.isCompleted());
+        assertFalse ("Request3: isCancelled", request3.isCancelled());
+
+        // Ensure that we have distinct events.
+        // Don't go overboard: we are not validating the stub! 
+        for (int i = 0; i < NB_EVENTS; i++) {
+            assertEquals("Distinct events", i+1, requestedEvents1.get(i).getTimestamp().getValue());
+            assertEquals("Distinct events", i+1, requestedEvents2.get(i).getTimestamp().getValue());
+            assertEquals("Distinct events", i+1, requestedEvents3.get(i).getTimestamp().getValue());
+        }
+
+        TmfSignalManager.deregister(this);
+        fTrace.dispose();
+        fTrace = null;
+    }
+    
+       public void testCancelCoalescedRequest() throws Exception {
+
+               fTrace = setupTrace(DIRECTORY + File.separator + TEST_STREAM);
+
+       TmfSignalManager.register(this);
+               TmfTestTriggerSignal signal = new TmfTestTriggerSignal(this, true);
+       TmfSignalManager.dispatchSignal(signal);
+
+        request1.waitForCompletion();
+        request2.waitForCompletion();
+        request3.waitForCompletion();
+
+        assertEquals("Request1: nbEvents", BLOCK_SIZE, requestedEvents1.size());
+        assertTrue  ("Request1: isCompleted", request1.isCompleted());
+        assertTrue  ("Request1: isCancelled", request1.isCancelled());
+
+        assertEquals("Request2: nbEvents", NB_EVENTS, requestedEvents2.size());
+        assertTrue  ("Request2: isCompleted", request2.isCompleted());
+        assertFalse ("Request2: isCancelled", request2.isCancelled());
+
+        assertEquals("Request3: nbEvents", NB_EVENTS, requestedEvents3.size());
+        assertTrue  ("Request3: isCompleted", request3.isCompleted());
+        assertFalse ("Request3: isCancelled", request3.isCancelled());
+
+        // Ensure that we have distinct events.
+        // Don't go overboard: we are not validating the stub! 
+        for (int i = 0; i < NB_EVENTS; i++) {
+            assertEquals("Distinct events", i+1, requestedEvents2.get(i).getTimestamp().getValue());
+            assertEquals("Distinct events", i+1, requestedEvents3.get(i).getTimestamp().getValue());
+        }
+
+        TmfSignalManager.deregister(this);
+        fTrace.dispose();
+        fTrace = null;
+    }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfDataRequestTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfDataRequestTest.java
new file mode 100644 (file)
index 0000000..fd3727a
--- /dev/null
@@ -0,0 +1,286 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.request;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.request.TmfDataRequest;
+import org.eclipse.linuxtools.tmf.stubs.request.TmfDataRequestStub;
+
+/**
+ * <b><u>TmfDataRequestTest</u></b>
+ * <p>
+ * Test suite for the TmfDataRequest class.
+ */
+@SuppressWarnings("nls")
+public class TmfDataRequestTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+       private static TmfDataRequest<TmfEvent> fRequest1;
+       private static TmfDataRequest<TmfEvent> fRequest1b;
+       private static TmfDataRequest<TmfEvent> fRequest1c;
+       private static TmfDataRequest<TmfEvent> fRequest2;
+       private static TmfDataRequest<TmfEvent> fRequest3;
+       private static TmfDataRequest<TmfEvent> fRequest4;
+
+       private static int fRequestCount;
+       
+    // ------------------------------------------------------------------------
+       // Housekeeping
+       // ------------------------------------------------------------------------
+
+       public TmfDataRequestTest(String name) {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+               TmfDataRequest.reset();
+               fRequest1  = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
+               fRequest2  = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 20, 100, 200);
+               fRequest3  = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 20, 200, 200);
+               fRequest4  = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 20, 200, 300);
+       fRequest1b = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
+               fRequest1c = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
+               fRequestCount = fRequest1c.getRequestId() + 1;
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+       private TmfDataRequest<TmfEvent> setupTestRequest(final boolean[] flags) {
+               
+               TmfDataRequest<TmfEvent> request = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200) {
+                   @Override
+                       public void handleCompleted() {
+                       super.handleCompleted();
+                       flags[0] = true;
+                   }
+                   @Override
+                   public void handleSuccess() {
+                       super.handleSuccess();
+                       flags[1] = true;
+                   }
+                   @Override
+                   public void handleFailure() {
+                       super.handleFailure();
+                       flags[2] = true;
+                   }
+                   @Override
+                   public void handleCancel() {
+                       super.handleCancel();
+                       flags[3] = true;
+                   }
+               };
+               return request;
+       }
+       
+       // ------------------------------------------------------------------------
+       // Constructors
+       // ------------------------------------------------------------------------
+
+       public void testTmfDataRequest() {
+        TmfDataRequest<TmfEvent> request = new TmfDataRequestStub<TmfEvent>(TmfEvent.class);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("getIndex", 0, request.getIndex());
+        assertEquals("getNbRequestedEvents", TmfDataRequest.ALL_DATA, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       public void testTmfDataRequestIndex() {
+        TmfDataRequest<TmfEvent> request = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("getIndex", 10, request.getIndex());
+        assertEquals("getNbRequestedEvents", TmfDataRequest.ALL_DATA, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       public void testTmfDataRequestIndexNbRequested() {
+        TmfDataRequest<TmfEvent> request = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("getIndex", 10, request.getIndex());
+        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       public void testTmfDataRequestIndexNbEventsBlocksize() {
+        TmfDataRequest<TmfEvent> request = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("getIndex", 10, request.getIndex());
+        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       // ------------------------------------------------------------------------
+       // equals
+       // ------------------------------------------------------------------------
+
+       public void testEqualsReflexivity() throws Exception {
+        assertTrue("equals", fRequest1.equals(fRequest1));
+        assertTrue("equals", fRequest2.equals(fRequest2));
+
+        assertFalse("equals", fRequest1.equals(fRequest2));
+        assertFalse("equals", fRequest2.equals(fRequest1));
+       }
+
+       public void testEqualsSymmetry() throws Exception {
+        assertTrue("equals", fRequest1.equals(fRequest1b));
+        assertTrue("equals", fRequest1b.equals(fRequest1));
+
+        assertFalse("equals", fRequest1.equals(fRequest3));
+        assertFalse("equals", fRequest2.equals(fRequest3));
+        assertFalse("equals", fRequest3.equals(fRequest1));
+        assertFalse("equals", fRequest3.equals(fRequest2));
+       }
+       
+       public void testEqualsTransivity() throws Exception {
+        assertTrue("equals", fRequest1.equals(fRequest1b));
+        assertTrue("equals", fRequest1b.equals(fRequest1c));
+        assertTrue("equals", fRequest1.equals(fRequest1c));
+       }
+       
+       public void testEqualsNull() throws Exception {
+        assertFalse("equals", fRequest1.equals(null));
+        assertFalse("equals", fRequest2.equals(null));
+       }
+
+       // ------------------------------------------------------------------------
+       // hashCode
+       // ------------------------------------------------------------------------
+
+       public void testHashCode() throws Exception {
+        assertTrue("hashCode", fRequest1.hashCode() == fRequest1.hashCode());
+        assertTrue("hashCode", fRequest2.hashCode() == fRequest2.hashCode());
+               assertTrue("hashCode", fRequest1.hashCode() != fRequest2.hashCode());
+       }
+       
+       // ------------------------------------------------------------------------
+       // toString
+       // ------------------------------------------------------------------------
+
+       public void testToString() {
+        String expected1 = "[TmfDataRequest(0,TmfEvent,10,100,200)]";
+        String expected2 = "[TmfDataRequest(1,TmfEvent,20,100,200)]";
+        String expected3 = "[TmfDataRequest(2,TmfEvent,20,200,200)]";
+        String expected4 = "[TmfDataRequest(3,TmfEvent,20,200,300)]";
+
+        assertEquals("toString", expected1, fRequest1.toString());
+        assertEquals("toString", expected2, fRequest2.toString());
+        assertEquals("toString", expected3, fRequest3.toString());
+        assertEquals("toString", expected4, fRequest4.toString());
+       }
+
+       // ------------------------------------------------------------------------
+       // done
+       // ------------------------------------------------------------------------
+
+       public void testDone() {
+               
+               final boolean[] flags = new boolean[4];
+               TmfDataRequest<TmfEvent> request = setupTestRequest(flags);
+               request.done();
+
+               assertTrue ("isCompleted", request.isCompleted());
+               assertFalse("isFailed",    request.isFailed());
+               assertFalse("isCancelled", request.isCancelled());
+
+               assertTrue ("handleCompleted", flags[0]);
+               assertTrue ("handleSuccess",   flags[1]);
+               assertFalse("handleFailure",   flags[2]);
+               assertFalse("handleCancel",    flags[3]);
+       }
+
+       // ------------------------------------------------------------------------
+       // fail
+       // ------------------------------------------------------------------------
+
+       public void testFail() {
+               
+               final boolean[] flags = new boolean[4];
+               TmfDataRequest<TmfEvent> request = setupTestRequest(flags);
+               request.fail();
+
+               assertTrue ("isCompleted", request.isCompleted());
+               assertTrue ("isFailed",    request.isFailed());
+               assertFalse("isCancelled", request.isCancelled());
+
+               assertTrue ("handleCompleted", flags[0]);
+               assertFalse("handleSuccess",   flags[1]);
+               assertTrue ("handleFailure",   flags[2]);
+               assertFalse("handleCancel",    flags[3]);
+       }
+
+       // ------------------------------------------------------------------------
+       // cancel
+       // ------------------------------------------------------------------------
+
+       public void testCancel() {
+
+               final boolean[] flags = new boolean[4];
+               TmfDataRequest<TmfEvent> request = setupTestRequest(flags);
+               request.cancel();
+
+               assertTrue ("isCompleted", request.isCompleted());
+               assertFalse("isFailed",    request.isFailed());
+               assertTrue ("isCancelled", request.isCancelled());
+
+               assertTrue ("handleCompleted", flags[0]);
+               assertFalse("handleSuccess",   flags[1]);
+               assertFalse("handleFailure",   flags[2]);
+               assertTrue ("handleCancel",    flags[3]);
+       }
+
+       // ------------------------------------------------------------------------
+       // waitForCompletion
+       // ------------------------------------------------------------------------
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfEventRequestTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfEventRequestTest.java
new file mode 100644 (file)
index 0000000..3a00d9c
--- /dev/null
@@ -0,0 +1,307 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.request;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.request.TmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.stubs.request.TmfEventRequestStub;
+
+/**
+ * <b><u>TmfEventRequestTest</u></b>
+ * <p>
+ * Test suite for the TmfEventRequest class.
+ */
+@SuppressWarnings("nls")
+public class TmfEventRequestTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+       private static TmfTimeRange range1 = new TmfTimeRange(TmfTimeRange.Eternity);
+       private static TmfTimeRange range2 = new TmfTimeRange(new TmfTimestamp(), TmfTimestamp.BigCrunch);
+       
+       private static TmfEventRequest<TmfEvent> fRequest1;
+       private static TmfEventRequest<TmfEvent> fRequest1b;
+       private static TmfEventRequest<TmfEvent> fRequest1c;
+       private static TmfEventRequest<TmfEvent> fRequest2;
+       private static TmfEventRequest<TmfEvent> fRequest3;
+       private static TmfEventRequest<TmfEvent> fRequest4;
+
+       private static int fRequestCount;
+       
+       // ------------------------------------------------------------------------
+       // Housekeeping
+       // ------------------------------------------------------------------------
+
+       public TmfEventRequestTest(String name) {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+               TmfDataRequest.reset();
+               fRequest1  = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
+               fRequest2  = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range2, 100, 200);
+               fRequest3  = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range2, 200, 200);
+               fRequest4  = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range2, 200, 300);
+               fRequest1b = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
+               fRequest1c = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
+               fRequestCount = fRequest1c.getRequestId() + 1;
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+       private TmfEventRequest<TmfEvent> setupTestRequest(final boolean[] flags) {
+               
+               TmfEventRequest<TmfEvent> request = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, new TmfTimeRange(TmfTimeRange.Eternity), 100, 200) {
+                   @Override
+                       public void handleCompleted() {
+                       super.handleCompleted();
+                       flags[0] = true;
+                   }
+                   @Override
+                   public void handleSuccess() {
+                       super.handleSuccess();
+                       flags[1] = true;
+                   }
+                   @Override
+                   public void handleFailure() {
+                       super.handleFailure();
+                       flags[2] = true;
+                   }
+                   @Override
+                   public void handleCancel() {
+                       super.handleCancel();
+                       flags[3] = true;
+                   }
+               };
+               return request;
+       }
+       
+       // ------------------------------------------------------------------------
+       // Constructors
+       // ------------------------------------------------------------------------
+
+       public void testTmfEventRequest() {
+        TmfEventRequest<TmfEvent> request = new TmfEventRequestStub<TmfEvent>(TmfEvent.class);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("StartTime", TmfTimestamp.BigBang,   request.getRange().getStartTime());
+        assertEquals("EndTime",   TmfTimestamp.BigCrunch, request.getRange().getEndTime());
+
+        assertEquals("getIndex", 0, request.getIndex());
+        assertEquals("getNbRequestedEvents", TmfDataRequest.ALL_DATA, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       public void testTmfEventRequestTimeRange() {
+        TmfTimeRange range = new TmfTimeRange(new TmfTimestamp(), TmfTimestamp.BigCrunch);
+        TmfEventRequest<TmfEvent> request = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("StartTime", new TmfTimestamp(), request.getRange().getStartTime());
+        assertEquals("EndTime",   TmfTimestamp.BigCrunch, request.getRange().getEndTime());
+
+        assertEquals("getIndex", 0, request.getIndex());
+        assertEquals("getNbRequestedEvents", TmfDataRequest.ALL_DATA, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       public void testTmfEventRequestTimeRangeNbRequested() {
+        TmfTimeRange range = new TmfTimeRange(new TmfTimestamp(), TmfTimestamp.BigCrunch);
+        TmfEventRequest<TmfEvent> request = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range, 100);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("StartTime", new TmfTimestamp(), request.getRange().getStartTime());
+        assertEquals("EndTime",   TmfTimestamp.BigCrunch, request.getRange().getEndTime());
+
+        assertEquals("getIndex", 0, request.getIndex());
+        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       public void testTmfEventRequestTimeRangeNbRequestedBlocksize() {
+        TmfTimeRange range = new TmfTimeRange(new TmfTimestamp(), TmfTimestamp.BigCrunch);
+        TmfEventRequest<TmfEvent> request = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range, 100, 200);
+
+        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
+        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
+
+        assertEquals("StartTime", new TmfTimestamp(), request.getRange().getStartTime());
+        assertEquals("EndTime",   TmfTimestamp.BigCrunch, request.getRange().getEndTime());
+
+        assertEquals("getIndex", 0, request.getIndex());
+        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
+
+        assertFalse("isCompleted", request.isCompleted());
+        assertFalse("isFailed", request.isFailed());
+        assertFalse("isCancelled", request.isCancelled());
+
+        assertEquals("getNbRead", 0, request.getNbRead());
+       }
+
+       // ------------------------------------------------------------------------
+       // equals
+       // ------------------------------------------------------------------------
+
+       public void testEqualsReflexivity() throws Exception {
+        assertTrue("equals", fRequest1.equals(fRequest1));
+        assertTrue("equals", fRequest2.equals(fRequest2));
+
+        assertFalse("equals", fRequest1.equals(fRequest2));
+        assertFalse("equals", fRequest2.equals(fRequest1));
+       }
+
+       public void testEqualsSymmetry() throws Exception {
+        assertTrue("equals", fRequest1.equals(fRequest1b));
+        assertTrue("equals", fRequest1b.equals(fRequest1));
+
+        assertFalse("equals", fRequest1.equals(fRequest3));
+        assertFalse("equals", fRequest2.equals(fRequest3));
+        assertFalse("equals", fRequest3.equals(fRequest1));
+        assertFalse("equals", fRequest3.equals(fRequest2));
+       }
+       
+       public void testEqualsTransivity() throws Exception {
+        assertTrue("equals", fRequest1.equals(fRequest1b));
+        assertTrue("equals", fRequest1b.equals(fRequest1c));
+        assertTrue("equals", fRequest1.equals(fRequest1c));
+       }
+       
+       public void testEqualsNull() throws Exception {
+        assertFalse("equals", fRequest1.equals(null));
+        assertFalse("equals", fRequest2.equals(null));
+       }
+
+       // ------------------------------------------------------------------------
+       // hashCode
+       // ------------------------------------------------------------------------
+
+       public void testHashCode() throws Exception {
+        assertTrue("hashCode", fRequest1.hashCode() == fRequest1.hashCode());
+        assertTrue("hashCode", fRequest2.hashCode() == fRequest2.hashCode());
+               assertTrue("hashCode", fRequest1.hashCode() != fRequest2.hashCode());
+       }
+       
+       // ------------------------------------------------------------------------
+       // toString
+       // ------------------------------------------------------------------------
+
+       public void testToString() {
+        String expected1 = "[TmfEventRequest(0,TmfEvent," + range1 + ",0,100,200)]";
+        String expected2 = "[TmfEventRequest(1,TmfEvent," + range2 + ",0,100,200)]";
+        String expected3 = "[TmfEventRequest(2,TmfEvent," + range2 + ",0,200,200)]";
+        String expected4 = "[TmfEventRequest(3,TmfEvent," + range2 + ",0,200,300)]";
+
+        assertEquals("toString", expected1, fRequest1.toString());
+        assertEquals("toString", expected2, fRequest2.toString());
+        assertEquals("toString", expected3, fRequest3.toString());
+        assertEquals("toString", expected4, fRequest4.toString());
+       }
+
+       // ------------------------------------------------------------------------
+       // done
+       // ------------------------------------------------------------------------
+
+       public void testDone() {
+               
+               final boolean[] flags = new boolean[4];
+               TmfEventRequest<TmfEvent> request = setupTestRequest(flags);
+               request.done();
+
+               assertTrue ("isCompleted", request.isCompleted());
+               assertFalse("isFailed",    request.isFailed());
+               assertFalse("isCancelled", request.isCancelled());
+
+               assertTrue ("handleCompleted", flags[0]);
+               assertTrue ("handleSuccess",   flags[1]);
+               assertFalse("handleFailure",   flags[2]);
+               assertFalse("handleCancel",    flags[3]);
+       }
+
+       // ------------------------------------------------------------------------
+       // fail
+       // ------------------------------------------------------------------------
+
+       public void testFail() {
+               
+               final boolean[] flags = new boolean[4];
+               TmfEventRequest<TmfEvent> request = setupTestRequest(flags);
+               request.fail();
+
+               assertTrue ("isCompleted", request.isCompleted());
+               assertTrue ("isFailed",    request.isFailed());
+               assertFalse("isCancelled", request.isCancelled());
+
+               assertTrue ("handleCompleted", flags[0]);
+               assertFalse("handleSuccess",   flags[1]);
+               assertTrue ("handleFailure",   flags[2]);
+               assertFalse("handleCancel",    flags[3]);
+       }
+
+       // ------------------------------------------------------------------------
+       // cancel
+       // ------------------------------------------------------------------------
+
+       public void testCancel() {
+
+               final boolean[] flags = new boolean[4];
+               TmfEventRequest<TmfEvent> request = setupTestRequest(flags);
+               request.cancel();
+
+               assertTrue ("isCompleted", request.isCompleted());
+               assertFalse("isFailed",    request.isFailed());
+               assertTrue ("isCancelled", request.isCancelled());
+
+               assertTrue ("handleCompleted", flags[0]);
+               assertFalse("handleSuccess",   flags[1]);
+               assertFalse("handleFailure",   flags[2]);
+               assertTrue ("handleCancel",    flags[3]);
+       }
+
+       // ------------------------------------------------------------------------
+       // waitForCompletion
+       // ------------------------------------------------------------------------
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfRequestExecutorTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfRequestExecutorTest.java
new file mode 100644 (file)
index 0000000..5994948
--- /dev/null
@@ -0,0 +1,117 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.request;
+
+import java.util.concurrent.Executors;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.request.TmfRequestExecutor;
+
+/**
+ * <b><u>TmfRequestExecutorTest</u></b>
+ *
+ * Test suite for the TmfRequestExecutor class.
+ */
+@SuppressWarnings("nls")
+public class TmfRequestExecutorTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+       // ------------------------------------------------------------------------
+       // Housekeeping
+       // ------------------------------------------------------------------------
+
+       /**
+        * @param name the test name
+        */
+       public TmfRequestExecutorTest(String name) {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+       // ------------------------------------------------------------------------
+       // Constructors
+       // ------------------------------------------------------------------------
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.tmf.core.request.TmfRequestExecutor#TmfRequestExecutor()}.
+        */
+       public void testTmfRequestExecutor() {
+               TmfRequestExecutor executor = new TmfRequestExecutor();
+               assertEquals("nbPendingRequests", 0, executor.getNbPendingRequests());
+               assertFalse("isShutdown",   executor.isShutdown());
+               assertFalse("isTerminated", executor.isTerminated());
+       }
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.tmf.core.request.TmfRequestExecutor#TmfRequestExecutor(java.util.concurrent.ExecutorService)}.
+        */
+       public void testTmfRequestExecutorExecutorService() {
+               TmfRequestExecutor executor = new TmfRequestExecutor(Executors.newCachedThreadPool());
+               assertEquals("nbPendingRequests", 0, executor.getNbPendingRequests());
+               assertFalse("isShutdown",   executor.isShutdown());
+               assertFalse("isTerminated", executor.isTerminated());
+       }
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.tmf.core.request.TmfRequestExecutor#stop()}.
+        */
+       public void testStop() {
+               TmfRequestExecutor executor = new TmfRequestExecutor();
+               executor.stop();
+               assertEquals("nbPendingRequests", 0, executor.getNbPendingRequests());
+               assertTrue("isShutdown",   executor.isShutdown());
+               assertTrue("isTerminated", executor.isTerminated());
+       }
+
+       // ------------------------------------------------------------------------
+       // execute
+       // ------------------------------------------------------------------------
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.tmf.core.request.TmfRequestExecutor#execute(java.lang.Runnable)}.
+        */
+       public void testExecute() {
+//             fail("Not yet implemented");
+       }
+
+       // ------------------------------------------------------------------------
+       // toString
+       // ------------------------------------------------------------------------
+
+       /**
+        * Test method for {@link org.eclipse.linuxtools.tmf.core.request.TmfRequestExecutor#toString()}.
+        */
+       public void testToString() {
+//             TmfRequestExecutor executor1 = new TmfRequestExecutor();
+//             String expected1 = "[TmfRequestExecutor(DelegatedExecutorService)]";
+//             assertEquals("toString", expected1, executor1.toString());
+//
+//             TmfRequestExecutor executor2 = new TmfRequestExecutor(Executors.newCachedThreadPool());
+//             String expected2 = "[TmfRequestExecutor(ThreadPoolExecutor)]";
+//             assertEquals("toString", expected2, executor2.toString());
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/AllTests.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/AllTests.java
new file mode 100644 (file)
index 0000000..c046cbc
--- /dev/null
@@ -0,0 +1,22 @@
+package org.eclipse.linuxtools.tmf.core.tests.trace;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.eclipse.linuxtools.tmf.core.TmfCorePlugin;
+
+@SuppressWarnings("nls")
+public class AllTests {
+
+       public static Test suite() {
+               TestSuite suite = new TestSuite("Test suite for " + TmfCorePlugin.PLUGIN_ID + ".trace"); //$NON-NLS-1$);
+               //$JUnit-BEGIN$
+               suite.addTestSuite(TmfLocationTest.class);
+               suite.addTestSuite(TmfCheckpointTest.class);
+               suite.addTestSuite(TmfContextTest.class);
+               suite.addTestSuite(TmfTraceTest.class);
+               //$JUnit-END$
+               return suite;
+       }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfCheckpointTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfCheckpointTest.java
new file mode 100644 (file)
index 0000000..31eaf26
--- /dev/null
@@ -0,0 +1,183 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.trace;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.trace.TmfCheckpoint;
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;
+
+/**
+ * <b><u>TmfCheckpointTest</u></b>
+ * <p>
+ * Test suite for the TmfCheckpoint class.
+ */
+@SuppressWarnings("nls")
+public class TmfCheckpointTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+       TmfTimestamp fTimestamp1 = new TmfTimestamp();
+       TmfTimestamp fTimestamp2 = TmfTimestamp.BigBang;
+       TmfTimestamp fTimestamp3 = TmfTimestamp.BigCrunch;
+
+       Long aLong1 = 12345L;
+       Long aLong2 = 23456L;
+       Long aLong3 = 34567L;
+       TmfLocation<Long> fLocation1 = new TmfLocation<Long>(aLong1);
+       TmfLocation<Long> fLocation2 = new TmfLocation<Long>(aLong2);
+       TmfLocation<Long> fLocation3 = new TmfLocation<Long>(aLong3);
+
+       TmfCheckpoint fCheckpoint1 = new TmfCheckpoint(fTimestamp1, fLocation1);
+       TmfCheckpoint fCheckpoint2 = new TmfCheckpoint(fTimestamp2, fLocation2);
+       TmfCheckpoint fCheckpoint3 = new TmfCheckpoint(fTimestamp3, fLocation3);
+       
+    // ------------------------------------------------------------------------
+    // Housekeeping
+    // ------------------------------------------------------------------------
+
+       /**
+        * @param name the test name
+        */
+       public TmfCheckpointTest(String name) {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+       public void testTmfCheckpoint() {
+               assertEquals("TmfCheckpoint", fTimestamp1, fCheckpoint1.getTimestamp());
+               assertEquals("TmfCheckpoint", fLocation1,  fCheckpoint1.getLocation());
+       }
+
+       public void testTmfLocationCopy() {
+               TmfCheckpoint checkpoint = new TmfCheckpoint(fCheckpoint1);
+
+               assertEquals("TmfCheckpoint", fTimestamp1, checkpoint.getTimestamp());
+               assertEquals("TmfCheckpoint", fLocation1,  checkpoint.getLocation());
+       }
+
+       public void testTmfLocationCopy2() throws Exception {
+               try {
+                       new TmfCheckpoint(null);
+                       fail("null copy");
+               }
+               catch (IllegalArgumentException e) {
+                       // Success
+               }
+       }
+
+    // ------------------------------------------------------------------------
+    // equals
+    // ------------------------------------------------------------------------
+
+       public void testEqualsReflexivity() throws Exception {
+               assertTrue("equals", fCheckpoint1.equals(fCheckpoint1));
+               assertTrue("equals", fCheckpoint2.equals(fCheckpoint2));
+
+               assertTrue("equals", !fCheckpoint1.equals(fCheckpoint2));
+               assertTrue("equals", !fCheckpoint2.equals(fCheckpoint1));
+       }
+       
+       public void testEqualsSymmetry() throws Exception {
+               TmfCheckpoint checkpoint1 = new TmfCheckpoint(fCheckpoint1);
+               TmfCheckpoint checkpoint2 = new TmfCheckpoint(fCheckpoint2);
+
+               assertTrue("equals", checkpoint1.equals(fCheckpoint1));
+               assertTrue("equals", fCheckpoint1.equals(checkpoint1));
+
+               assertTrue("equals", checkpoint2.equals(fCheckpoint2));
+               assertTrue("equals", fCheckpoint2.equals(checkpoint2));
+       }
+       
+       public void testEqualsTransivity() throws Exception {
+               TmfCheckpoint checkpoint1 = new TmfCheckpoint(fCheckpoint1);
+               TmfCheckpoint checkpoint2 = new TmfCheckpoint(checkpoint1);
+               TmfCheckpoint checkpoint3 = new TmfCheckpoint(checkpoint2);
+
+               assertTrue("equals", checkpoint1.equals(checkpoint2));
+               assertTrue("equals", checkpoint2.equals(checkpoint3));
+               assertTrue("equals", checkpoint1.equals(checkpoint3));
+       }
+       
+       public void testEqualsNull() throws Exception {
+               assertTrue("equals", !fCheckpoint1.equals(null));
+               assertTrue("equals", !fCheckpoint2.equals(null));
+       }
+       
+       // ------------------------------------------------------------------------
+       // hashCode
+       // ------------------------------------------------------------------------
+
+       public void testHashCode() throws Exception {
+               TmfCheckpoint checkpoint1 = new TmfCheckpoint(fCheckpoint1);
+               TmfCheckpoint checkpoint2 = new TmfCheckpoint(fCheckpoint2);
+
+               assertTrue("hashCode", fCheckpoint1.hashCode() == checkpoint1.hashCode());
+               assertTrue("hashCode", fCheckpoint2.hashCode() == checkpoint2.hashCode());
+
+               assertTrue("hashCode", fCheckpoint1.hashCode() != checkpoint2.hashCode());
+               assertTrue("hashCode", fCheckpoint2.hashCode() != checkpoint1.hashCode());
+       }
+       
+    // ------------------------------------------------------------------------
+    // toString
+    // ------------------------------------------------------------------------
+
+       public void testToString() {
+               String expected1 = "[TmfCheckpoint(" + fCheckpoint1.getTimestamp() +  "," + 
+                       fCheckpoint1.getLocation() + ")]";
+               String expected2 = "[TmfCheckpoint(" + fCheckpoint2.getTimestamp() +  "," + 
+                       fCheckpoint2.getLocation() + ")]";
+               String expected3 = "[TmfCheckpoint(" + fCheckpoint3.getTimestamp() +  "," + 
+                       fCheckpoint3.getLocation() + ")]";
+
+               assertEquals("toString", expected1, fCheckpoint1.toString());
+               assertEquals("toString", expected2, fCheckpoint2.toString());
+               assertEquals("toString", expected3, fCheckpoint3.toString());
+       }
+
+    // ------------------------------------------------------------------------
+    // compareTo
+    // ------------------------------------------------------------------------
+
+       public void testCompareTo() {
+               assertEquals("compareTo",  0, fCheckpoint1.compareTo(fCheckpoint1));
+               assertEquals("compareTo",  1, fCheckpoint1.compareTo(fCheckpoint2));
+               assertEquals("compareTo", -1, fCheckpoint1.compareTo(fCheckpoint3));
+
+               assertEquals("compareTo", -1, fCheckpoint2.compareTo(fCheckpoint1));
+               assertEquals("compareTo",  0, fCheckpoint2.compareTo(fCheckpoint2));
+               assertEquals("compareTo", -1, fCheckpoint2.compareTo(fCheckpoint3));
+
+               assertEquals("compareTo",  1, fCheckpoint3.compareTo(fCheckpoint1));
+               assertEquals("compareTo",  1, fCheckpoint3.compareTo(fCheckpoint2));
+               assertEquals("compareTo",  0, fCheckpoint3.compareTo(fCheckpoint3));
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfContextTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfContextTest.java
new file mode 100644 (file)
index 0000000..3f6e262
--- /dev/null
@@ -0,0 +1,237 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.trace;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;
+
+/**
+ * <b><u>TmfContextTest</u></b>
+ * <p>
+ * Test suite for the TmfContext class.
+ */
+@SuppressWarnings("nls")
+public class TmfContextTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+       final String       aString    = "some location";
+       final Long         aLong      = 12345L;
+       final TmfTimestamp aTimestamp = new TmfTimestamp();
+
+       final TmfLocation<String> fLocation1 = new TmfLocation<String>(aString);
+       final TmfLocation<Long>   fLocation2 = new TmfLocation<Long>(aLong);
+       final TmfLocation<TmfTimestamp> fLocation3 = new TmfLocation<TmfTimestamp>(aTimestamp);
+
+       final long fRank1 = 1;
+       final long fRank2 = 2;
+       final long fRank3 = 3;
+       
+       final TmfContext fContext1 = new TmfContext(fLocation1, fRank1);
+       final TmfContext fContext2 = new TmfContext(fLocation2, fRank2);
+       final TmfContext fContext3 = new TmfContext(fLocation3, fRank3);
+       
+    // ------------------------------------------------------------------------
+    // Housekeeping
+    // ------------------------------------------------------------------------
+
+       /**
+        * @param name the test name
+        */
+       public TmfContextTest(String name) {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+       public void testTmfContextDefault() {
+               TmfContext context = new TmfContext();
+               assertEquals("getLocation", null, context.getLocation());
+               assertEquals("getRank", TmfContext.UNKNOWN_RANK, context.getRank());
+       }
+
+       public void testTmfContextNoRank() {
+               TmfContext context1 = new TmfContext(fLocation1);
+               TmfContext context2 = new TmfContext(fLocation2);
+               TmfContext context3 = new TmfContext(fLocation3);
+
+               assertEquals("getLocation", fLocation1, context1.getLocation());
+               assertEquals("getLocation", fLocation2, context2.getLocation());
+               assertEquals("getLocation", fLocation3, context3.getLocation());
+
+               assertEquals("getRank", TmfContext.UNKNOWN_RANK, context1.getRank());
+               assertEquals("getRank", TmfContext.UNKNOWN_RANK, context2.getRank());
+               assertEquals("getRank", TmfContext.UNKNOWN_RANK, context3.getRank());
+       }
+
+       public void testTmfContext() {
+               assertEquals("getLocation", fLocation1, fContext1.getLocation());
+               assertEquals("getLocation", fLocation2, fContext2.getLocation());
+               assertEquals("getLocation", fLocation3, fContext3.getLocation());
+
+               assertEquals("getRank", fRank1, fContext1.getRank());
+               assertEquals("getRank", fRank2, fContext2.getRank());
+               assertEquals("getRank", fRank3, fContext3.getRank());
+       }
+
+       public void testTmfContextCopy() {
+               TmfContext context1 = new TmfContext(fContext1);
+               TmfContext context2 = new TmfContext(fContext2);
+               TmfContext context3 = new TmfContext(fContext3);
+
+               assertEquals("getLocation", fLocation1, context1.getLocation());
+               assertEquals("getLocation", fLocation2, context2.getLocation());
+               assertEquals("getLocation", fLocation3, context3.getLocation());
+
+               assertEquals("getRank", fRank1, context1.getRank());
+               assertEquals("getRank", fRank2, context2.getRank());
+               assertEquals("getRank", fRank3, context3.getRank());
+       }
+
+    // ------------------------------------------------------------------------
+    // equals
+    // ------------------------------------------------------------------------
+
+       public void testEqualsReflexivity() throws Exception {
+               assertTrue("equals", fContext1.equals(fContext1));
+               assertTrue("equals", fContext2.equals(fContext2));
+
+               assertTrue("equals", !fContext1.equals(fContext2));
+               assertTrue("equals", !fContext2.equals(fContext1));
+       }
+       
+       public void testEqualsSymmetry() throws Exception {
+               TmfContext context1 = new TmfContext(fContext1);
+               TmfContext context2 = new TmfContext(fContext2);
+
+               assertTrue("equals", context1.equals(fContext1));
+               assertTrue("equals", fContext1.equals(context1));
+
+               assertTrue("equals", context2.equals(fContext2));
+               assertTrue("equals", fContext2.equals(context2));
+       }
+       
+       public void testEqualsTransivity() throws Exception {
+               TmfContext context1 = new TmfContext(fContext1);
+               TmfContext context2 = new TmfContext(context1);
+               TmfContext context3 = new TmfContext(context2);
+
+               assertTrue("equals", context1.equals(context2));
+               assertTrue("equals", context2.equals(context3));
+               assertTrue("equals", context1.equals(context3));
+       }
+       
+       public void testEqualsNull() throws Exception {
+               assertTrue("equals", !fContext1.equals(null));
+               assertTrue("equals", !fContext2.equals(null));
+       }
+       
+       // ------------------------------------------------------------------------
+       // hashCode
+       // ------------------------------------------------------------------------
+
+       public void testHashCode() throws Exception {
+               TmfContext context1 = new TmfContext(fContext1);
+               TmfContext context2 = new TmfContext(fContext2);
+
+               assertTrue("hashCode", fContext1.hashCode() == context1.hashCode());
+               assertTrue("hashCode", fContext2.hashCode() == context2.hashCode());
+
+               assertTrue("hashCode", fContext1.hashCode() != context2.hashCode());
+               assertTrue("hashCode", fContext2.hashCode() != context1.hashCode());
+       }
+       
+    // ------------------------------------------------------------------------
+    // toString
+    // ------------------------------------------------------------------------
+
+       public void testToString() {
+               String expected1 = "[TmfContext(" + fLocation1 + "," + 1 + ")]";
+               String expected2 = "[TmfContext(" + fLocation2 + "," + 2 + ")]";
+               String expected3 = "[TmfContext(" + fLocation3 + "," + 3 + ")]";
+
+               assertEquals("toString", expected1, fContext1.toString());
+               assertEquals("toString", expected2, fContext2.toString());
+               assertEquals("toString", expected3, fContext3.toString());
+       }
+
+    // ------------------------------------------------------------------------
+    // clone
+    // ------------------------------------------------------------------------
+
+       public void testClone() {
+               try {
+                       TmfContext context1 = fContext1.clone();
+                       TmfContext context2 = fContext2.clone();
+                       TmfContext context3 = fContext3.clone();
+
+                       assertEquals("clone", context1, fContext1);
+                       assertEquals("clone", context2, fContext2);
+                       assertEquals("clone", context3, fContext3);
+               }
+               catch (InternalError e) {
+                       fail("clone()");
+               }
+       }
+
+    // ------------------------------------------------------------------------
+    // setLocation, setRank, updateRank
+    // ------------------------------------------------------------------------
+
+       public void testSetLocation() {
+               TmfContext context1 = new TmfContext(fContext1);
+               context1.setLocation(fContext2.getLocation());
+
+               assertEquals("getLocation", fLocation2, context1.getLocation());
+               assertEquals("getRank", 1, context1.getRank());
+       }
+
+       public void testSetRank() {
+               TmfContext context1 = new TmfContext(fContext1);
+               context1.setRank(fContext2.getRank());
+
+               assertEquals("getLocation", fLocation1, context1.getLocation());
+               assertEquals("getRank", fRank2, context1.getRank());
+       }
+
+       public void testUpdatetRank() {
+               TmfContext context1 = new TmfContext(fContext1);
+
+               context1.updateRank(0);
+               assertEquals("getRank", fRank1, context1.getRank());
+
+               context1.updateRank(-1);
+               assertEquals("getRank", fRank1 - 1, context1.getRank());
+
+               context1.updateRank(2);
+               assertEquals("getRank", fRank1 + 1, context1.getRank());
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfExperimentTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfExperimentTest.java
new file mode 100644 (file)
index 0000000..a764ead
--- /dev/null
@@ -0,0 +1,651 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.trace;
+
+import java.io.File;
+import java.io.IOException;
+import java.net.URISyntaxException;
+import java.net.URL;
+import java.util.Vector;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperimentContext;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.tests.TmfCoreTestPlugin;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfCheckpoint;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.stubs.trace.TmfTraceStub;
+
+/**
+ * <b><u>TmfExperimentTest</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+@SuppressWarnings("nls")
+public class TmfExperimentTest extends TestCase {
+
+    private static final String DIRECTORY   = "testfiles";
+    private static final String TEST_STREAM = "A-Test-10K";
+    private static final String EXPERIMENT  = "MyExperiment";
+    private static int          NB_EVENTS   = 10000;
+    private static int    fDefaultBlockSize = 1000;
+
+    private static ITmfTrace[] fTraces;
+    private static TmfExperiment<TmfEvent> fExperiment;
+
+    private static byte SCALE = (byte) -3;
+
+    // ------------------------------------------------------------------------
+    // Housekeeping
+    // ------------------------------------------------------------------------
+
+    private ITmfTrace[] setupTrace(String path) {
+       if (fTraces == null) {
+               fTraces = new ITmfTrace[1];
+               try {
+               URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path), null);
+                       File test = new File(FileLocator.toFileURL(location).toURI());
+                       TmfTraceStub trace = new TmfTraceStub(test.getPath(), true);
+                       fTraces[0] = trace;
+               } catch (URISyntaxException e) {
+                       e.printStackTrace();
+               } catch (IOException e) {
+                       e.printStackTrace();
+               }
+       }
+       return fTraces;
+    }
+
+    private void setupExperiment() {
+       if (fExperiment == null) {
+            fExperiment = new TmfExperiment<TmfEvent>(TmfEvent.class, EXPERIMENT, fTraces);
+//            fExperiment.indexExperiment();
+       }
+    }
+
+       public TmfExperimentTest(String name) throws Exception {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+               setupTrace(DIRECTORY + File.separator + TEST_STREAM);
+               setupExperiment();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+    // ------------------------------------------------------------------------
+    // Constructor
+    // ------------------------------------------------------------------------
+
+       public void testBasicTmfExperimentConstructor() {
+               assertEquals("GetId", EXPERIMENT, fExperiment.getName());
+        assertEquals("GetEpoch", TmfTimestamp.Zero, fExperiment.getEpoch());
+        assertEquals("GetNbEvents", NB_EVENTS, fExperiment.getNbEvents());
+
+        TmfTimeRange timeRange = fExperiment.getTimeRange();
+        assertEquals("getStartTime", 1, timeRange.getStartTime().getValue());
+        assertEquals("getEndTime", NB_EVENTS, timeRange.getEndTime().getValue());
+       }
+
+    // ------------------------------------------------------------------------
+    // Verify checkpoints
+    // Note: seekLocation() does not reliably set the rank
+    // ------------------------------------------------------------------------
+
+    public void testValidateCheckpoints() throws Exception {
+
+       Vector<TmfCheckpoint> checkpoints = fExperiment.getCheckpoints();
+//     int pageSize = fExperiment.getCacheSize();
+               assertTrue("Checkpoints exist",  checkpoints != null);
+
+               // Validate that each checkpoint points to the right event
+               for (int i = 0; i < checkpoints.size(); i++) {
+                       TmfCheckpoint checkpoint = checkpoints.get(i);
+               TmfExperimentContext context = fExperiment.seekLocation(checkpoint.getLocation());
+                       TmfEvent event = fExperiment.parseEvent(context);
+//                     assertEquals("Event rank", context.getRank(), i * pageSize);
+                       assertTrue("Timestamp", (checkpoint.getTimestamp().compareTo(event.getTimestamp(), false) == 0));
+               }               
+    }
+
+    // ------------------------------------------------------------------------
+    // parseEvent - make sure parseEvent doesn't update the context
+    // ------------------------------------------------------------------------
+
+    public void testParseEvent() throws Exception {
+
+       // On lower bound, returns the first event (ts = 0)
+       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(0, SCALE, 0));
+
+       TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+
+        for (int i = 1; i < 20; i++) {
+            event = fExperiment.getNextEvent(context);
+            assertEquals("Event timestamp", i, event.getTimestamp().getValue());
+        }
+
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 20, event.getTimestamp().getValue());
+
+        event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 20, event.getTimestamp().getValue());
+    }
+
+    // ------------------------------------------------------------------------
+    // getNextEvent - updates the context
+    // ------------------------------------------------------------------------
+
+    public void testGetNextEvent() throws Exception {
+
+       // On lower bound, returns the first event (ts = 0)
+       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(0, SCALE, 0));
+        TmfEvent event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+
+        for (int i = 2; i < 20; i++) {
+            event = fExperiment.getNextEvent(context);
+            assertEquals("Event timestamp", i, event.getTimestamp().getValue());
+        }
+    }
+
+    // ------------------------------------------------------------------------
+    // seekLocation
+    // Note: seekLocation() does not reliably set the rank
+    // ------------------------------------------------------------------------
+
+    public void testSeekLocationOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 0
+       TmfContext context = fExperiment.seekLocation(null);
+//        assertEquals("Event rank", 0, context.getRank());
+       TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 0, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event rank 1000
+        TmfContext tmpContext = fExperiment.seekEvent(new TmfTimestamp(1001, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation().clone());
+//        assertEquals("Event rank", 1000, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 1000, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 1001, context.getRank());
+
+       // Position trace at event rank 4000
+        tmpContext = fExperiment.seekEvent(new TmfTimestamp(4001, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation().clone());
+//        assertEquals("Event rank", 4000, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 4000, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 4001, context.getRank());
+    }
+
+    public void testSeekLocationNotOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 9
+       TmfContext tmpContext = fExperiment.seekEvent(new TmfTimestamp(10, SCALE, 0));
+        TmfContext context = fExperiment.seekLocation(tmpContext.getLocation().clone());
+//        assertEquals("Event rank", 9, context.getRank());
+       TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 9, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 10, context.getRank());
+
+       // Position trace at event rank 999
+        tmpContext = fExperiment.seekEvent(new TmfTimestamp(1000, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation().clone());
+//        assertEquals("Event rank", 999, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 999, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 1000, context.getRank());
+
+       // Position trace at event rank 1001
+        tmpContext = fExperiment.seekEvent(new TmfTimestamp(1002, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation().clone());
+//        assertEquals("Event rank", 1001, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 1001, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 1002, context.getRank());
+
+       // Position trace at event rank 4500
+        tmpContext = fExperiment.seekEvent(new TmfTimestamp(4501, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation().clone());
+//        assertEquals("Event rank", 4500, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 4500, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 4501, context.getRank());
+    }
+
+    public void testSeekLocationOutOfScope() throws Exception {
+
+       // Position trace at beginning
+       TmfContext tmpContext = fExperiment.seekLocation(null);
+        TmfContext context = fExperiment.seekLocation(tmpContext.getLocation().clone());
+//        assertEquals("Event rank", 0, context.getRank());
+       TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 0, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+//        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event passed the end
+        tmpContext = fExperiment.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
+        context = fExperiment.seekLocation(tmpContext.getLocation().clone());
+//        assertEquals("Event rank", NB_EVENTS, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", null, event);
+//        assertEquals("Event rank", NB_EVENTS, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", null, event);
+//        assertEquals("Event rank", NB_EVENTS, context.getRank());
+    }
+
+    // ------------------------------------------------------------------------
+    // seekEvent on timestamp
+    // ------------------------------------------------------------------------
+
+    public void testSeekEventOnTimestampOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 0
+       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(1, SCALE, 0));
+        assertEquals("Event rank", 0, context.getRank());
+       TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event rank 1000
+        context = fExperiment.seekEvent(new TmfTimestamp(1001, SCALE, 0));
+        assertEquals("Event rank", 1000, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+
+       // Position trace at event rank 4000
+        context = fExperiment.seekEvent(new TmfTimestamp(4001, SCALE, 0));
+        assertEquals("Event rank", 4000, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4000, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4001, context.getRank());
+    }
+
+    public void testSeekEventOnTimestampNotOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 1
+       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(2, SCALE, 0));
+        assertEquals("Event rank", 1, context.getRank());
+       TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
+        assertEquals("Event rank", 2, context.getRank());
+
+       // Position trace at event rank 9
+       context = fExperiment.seekEvent(new TmfTimestamp(10, SCALE, 0));
+        assertEquals("Event rank", 9, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 9, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 10, context.getRank());
+
+       // Position trace at event rank 999
+        context = fExperiment.seekEvent(new TmfTimestamp(1000, SCALE, 0));
+        assertEquals("Event rank", 999, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 999, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+
+       // Position trace at event rank 1001
+        context = fExperiment.seekEvent(new TmfTimestamp(1002, SCALE, 0));
+        assertEquals("Event rank", 1001, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1002, context.getRank());
+
+       // Position trace at event rank 4500
+        context = fExperiment.seekEvent(new TmfTimestamp(4501, SCALE, 0));
+        assertEquals("Event rank", 4500, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4500, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4501, context.getRank());
+    }
+
+    public void testSeekEventOnTimestampoutOfScope() throws Exception {
+
+       // Position trace at beginning
+       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(-1, SCALE, 0));
+        assertEquals("Event rank", 0, context.getRank());
+       TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event passed the end
+        context = fExperiment.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
+        assertEquals("Event rank", NB_EVENTS, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", null, event);
+        assertEquals("Event rank", NB_EVENTS, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", null, event);
+        assertEquals("Event rank", NB_EVENTS, context.getRank());
+    }
+
+    // ------------------------------------------------------------------------
+    // seekEvent on rank
+    // ------------------------------------------------------------------------
+
+    public void testSeekOnRankOnCacheBoundary() throws Exception {
+
+       // On lower bound, returns the first event (ts = 1)
+       TmfContext context = fExperiment.seekEvent(0);
+        assertEquals("Event rank", 0, context.getRank());
+       TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event rank 1000
+        context = fExperiment.seekEvent(1000);
+        assertEquals("Event rank", 1000, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+
+       // Position trace at event rank 4000
+        context = fExperiment.seekEvent(4000);
+        assertEquals("Event rank", 4000, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4000, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4001, context.getRank());
+    }
+
+    public void testSeekOnRankNotOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 9
+       TmfContext context = fExperiment.seekEvent(9);
+        assertEquals("Event rank", 9, context.getRank());
+       TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 9, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 10, context.getRank());
+
+       // Position trace at event rank 999
+        context = fExperiment.seekEvent(999);
+        assertEquals("Event rank", 999, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 999, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+
+       // Position trace at event rank 1001
+        context = fExperiment.seekEvent(1001);
+        assertEquals("Event rank", 1001, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1002, context.getRank());
+
+       // Position trace at event rank 4500
+        context = fExperiment.seekEvent(4500);
+        assertEquals("Event rank", 4500, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4500, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4501, context.getRank());
+    }
+
+    public void testSeekEventOnRankOfScope() throws Exception {
+
+       // Position trace at beginning
+       TmfContext context = fExperiment.seekEvent(-1);
+        assertEquals("Event rank", 0, context.getRank());
+       TmfEvent event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event passed the end
+        context = fExperiment.seekEvent(NB_EVENTS);
+        assertEquals("Event rank", NB_EVENTS, context.getRank());
+       event = fExperiment.parseEvent(context);
+        assertEquals("Event timestamp", null, event);
+        assertEquals("Event rank", NB_EVENTS, context.getRank());
+       event = fExperiment.getNextEvent(context);
+        assertEquals("Event timestamp", null, event);
+        assertEquals("Event rank", NB_EVENTS, context.getRank());
+    }
+    
+    // ------------------------------------------------------------------------
+    // processRequest
+    // ------------------------------------------------------------------------
+
+    public void testProcessRequestForNbEvents() throws Exception {
+        final int blockSize = 100;
+        final int nbEvents  = 1000;
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
+               @Override
+               public void handleData(TmfEvent event) {
+                       super.handleData(event);
+                       requestedEvents.add(event);
+               }
+        };
+        fExperiment.sendRequest(request);
+        request.waitForCompletion();
+
+        assertEquals("nbEvents", nbEvents, requestedEvents.size());
+        assertTrue("isCompleted",  request.isCompleted());
+        assertFalse("isCancelled", request.isCancelled());
+
+        // Ensure that we have distinct events.
+        // Don't go overboard: we are not validating the stub! 
+        for (int i = 0; i < nbEvents; i++) {
+            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
+        }
+    }
+    
+    public void testProcessRequestForNbEvents2() throws Exception {
+        final int blockSize = 2 * NB_EVENTS;
+        final int nbEvents = 1000;
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
+               @Override
+               public void handleData(TmfEvent event) {
+                       super.handleData(event);
+                       requestedEvents.add(event);
+               }
+        };
+        fExperiment.sendRequest(request);
+        request.waitForCompletion();
+
+        assertEquals("nbEvents", nbEvents, requestedEvents.size());
+        assertTrue("isCompleted",  request.isCompleted());
+        assertFalse("isCancelled", request.isCancelled());
+
+        // Ensure that we have distinct events.
+        // Don't go overboard: we are not validating the stub! 
+        for (int i = 0; i < nbEvents; i++) {
+            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
+        }
+    }
+    
+    public void testProcessRequestForAllEvents() throws Exception {
+        final int nbEvents  = TmfEventRequest.ALL_DATA;
+        final int blockSize =  1;
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+        long nbExpectedEvents = fExperiment.getNbEvents();
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
+               @Override
+               public void handleData(TmfEvent event) {
+                       super.handleData(event);
+                       requestedEvents.add(event);
+               }
+        };
+        fExperiment.sendRequest(request);
+        request.waitForCompletion();
+
+        assertEquals("nbEvents", nbExpectedEvents, requestedEvents.size());
+        assertTrue("isCompleted",  request.isCompleted());
+        assertFalse("isCancelled", request.isCancelled());
+
+        // Ensure that we have distinct events.
+        // Don't go overboard: we are not validating the stub! 
+        for (int i = 0; i < nbExpectedEvents; i++) {
+            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
+        }
+    }
+    
+    // ------------------------------------------------------------------------
+    // cancel
+    // ------------------------------------------------------------------------
+
+    public void testCancel() throws Exception {
+        final int nbEvents  = NB_EVENTS;
+        final int blockSize =  fDefaultBlockSize;
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
+       int nbRead = 0;
+       @Override
+       public void handleData(TmfEvent event) {
+               super.handleData(event);
+               requestedEvents.add(event);
+               if (++nbRead == blockSize)
+                       cancel();
+       }
+        };
+        fExperiment.sendRequest(request);
+        request.waitForCompletion();
+
+        assertEquals("nbEvents",  blockSize, requestedEvents.size());
+        assertTrue("isCompleted", request.isCompleted());
+        assertTrue("isCancelled", request.isCancelled());
+    }
+    
+    // ------------------------------------------------------------------------
+    // getRank
+    // ------------------------------------------------------------------------
+
+    public void testGetRank() throws Exception {
+        assertEquals("getRank",    0, fExperiment.getRank(new TmfTimestamp()));
+        assertEquals("getRank",    0, fExperiment.getRank(new TmfTimestamp(   1, (byte) -3)));
+        assertEquals("getRank",   10, fExperiment.getRank(new TmfTimestamp(  11, (byte) -3)));
+        assertEquals("getRank",  100, fExperiment.getRank(new TmfTimestamp( 101, (byte) -3)));
+        assertEquals("getRank", 1000, fExperiment.getRank(new TmfTimestamp(1001, (byte) -3)));
+        assertEquals("getRank", 2000, fExperiment.getRank(new TmfTimestamp(2001, (byte) -3)));
+        assertEquals("getRank", 2500, fExperiment.getRank(new TmfTimestamp(2501, (byte) -3)));
+    }
+
+    // ------------------------------------------------------------------------
+    // getTimestamp
+    // ------------------------------------------------------------------------
+
+    public void testGetTimestamp() throws Exception {
+        assertTrue("getTimestamp", fExperiment.getTimestamp(   0).equals(new TmfTimestamp(   1, (byte) -3)));
+        assertTrue("getTimestamp", fExperiment.getTimestamp(  10).equals(new TmfTimestamp(  11, (byte) -3)));
+        assertTrue("getTimestamp", fExperiment.getTimestamp( 100).equals(new TmfTimestamp( 101, (byte) -3)));
+        assertTrue("getTimestamp", fExperiment.getTimestamp(1000).equals(new TmfTimestamp(1001, (byte) -3)));
+        assertTrue("getTimestamp", fExperiment.getTimestamp(2000).equals(new TmfTimestamp(2001, (byte) -3)));
+        assertTrue("getTimestamp", fExperiment.getTimestamp(2500).equals(new TmfTimestamp(2501, (byte) -3)));
+    }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfLocationTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfLocationTest.java
new file mode 100644 (file)
index 0000000..ccc57b1
--- /dev/null
@@ -0,0 +1,271 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.trace;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;
+
+/**
+ * <b><u>TmfLocationTest</u></b>
+ * <p>
+ * Test suite for the TmfLocation class.
+ */
+@SuppressWarnings("nls")
+public class TmfLocationTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+       String       aString    = "some location";
+       Long         aLong      = 12345L;
+       TmfTimestamp aTimestamp = new TmfTimestamp();
+
+       TmfLocation<String>       fLocation1;
+       TmfLocation<Long>         fLocation2;
+       TmfLocation<TmfTimestamp> fLocation3;
+
+    // ------------------------------------------------------------------------
+    // Housekeeping
+    // ------------------------------------------------------------------------
+
+       /**
+        * @param name the test name
+        */
+       public TmfLocationTest(String name) {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();
+               fLocation1 = new TmfLocation<String>(aString);
+               fLocation2 = new TmfLocation<Long>(aLong);
+               fLocation3 = new TmfLocation<TmfTimestamp>(aTimestamp);
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+       }
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+       public void testTmfLocation() {
+               assertEquals("TmfLocation", aString,    fLocation1.getLocation());
+               assertEquals("TmfLocation", aLong,      fLocation2.getLocation());
+               assertEquals("TmfLocation", aTimestamp, fLocation3.getLocation());
+       }
+
+       public void testTmfLocationCopy() {
+               TmfLocation<String> location1 = new TmfLocation<String>(fLocation1);
+               TmfLocation<Long>   location2 = new TmfLocation<Long>(fLocation2);
+               TmfLocation<TmfTimestamp> location3 = new TmfLocation<TmfTimestamp>(fLocation3);
+
+               assertEquals("TmfLocation", aString,    location1.getLocation());
+               assertEquals("TmfLocation", aLong,      location2.getLocation());
+               assertEquals("TmfLocation", aTimestamp, location3.getLocation());
+       }
+
+       public void testTmfLocationCopy2() throws Exception {
+               try {
+                       new TmfLocation<Long>((TmfLocation<Long>) null);
+                       fail("null copy");
+               }
+               catch (IllegalArgumentException e) {
+                       // Success
+               }
+       }
+
+    // ------------------------------------------------------------------------
+    // setLocation
+    // ------------------------------------------------------------------------
+
+       public void testSetLocation() {
+               String       aString2    = "some other location";
+               Long         aLong2      = 1234567L;
+               TmfTimestamp aTimestamp2 = TmfTimestamp.BigBang;
+
+               fLocation1.setLocation(aString2);
+               fLocation2.setLocation(aLong2);
+               fLocation3.setLocation(aTimestamp2);
+               
+               assertEquals("TmfLocation", aString2,    fLocation1.getLocation());
+               assertEquals("TmfLocation", aLong2,      fLocation2.getLocation());
+               assertEquals("TmfLocation", aTimestamp2, fLocation3.getLocation());
+       }
+
+    // ------------------------------------------------------------------------
+    // toEquals
+    // ------------------------------------------------------------------------
+
+       public void testEqualsReflexivity() throws Exception {
+               assertTrue("equals", fLocation1.equals(fLocation1));
+               assertTrue("equals", fLocation2.equals(fLocation2));
+
+               assertTrue("equals", !fLocation1.equals(fLocation2));
+               assertTrue("equals", !fLocation2.equals(fLocation1));
+       }
+       
+       public void testEqualsSymmetry() throws Exception {
+               TmfLocation<String> location1 = new TmfLocation<String>(aString);
+               TmfLocation<Long>   location2 = new TmfLocation<Long>(aLong);
+
+               assertTrue("equals", location1.equals(fLocation1));
+               assertTrue("equals", fLocation1.equals(location1));
+
+               assertTrue("equals", location2.equals(fLocation2));
+               assertTrue("equals", fLocation2.equals(location2));
+       }
+       
+       public void testEqualsTransivity() throws Exception {
+               TmfLocation<String> location1 = new TmfLocation<String>(aString);
+               TmfLocation<String> location2 = new TmfLocation<String>(aString);
+               TmfLocation<String> location3 = new TmfLocation<String>(aString);
+
+               assertTrue("equals", location1.equals(location2));
+               assertTrue("equals", location2.equals(location3));
+               assertTrue("equals", location1.equals(location3));
+       }
+       
+       public void testEqualsNull() throws Exception {
+               assertTrue("equals", !fLocation1.equals(null));
+               assertTrue("equals", !fLocation1.equals(null));
+       }
+       
+       // ------------------------------------------------------------------------
+       // hashCode
+       // ------------------------------------------------------------------------
+
+       public void testHashCode() throws Exception {
+               TmfLocation<String> location1 = new TmfLocation<String>(aString);
+               TmfLocation<Long>   location2 = new TmfLocation<Long>(aLong);
+
+               assertTrue("hashCode", fLocation1.hashCode() == location1.hashCode());
+               assertTrue("hashCode", fLocation2.hashCode() == location2.hashCode());
+
+               assertTrue("hashCode", fLocation1.hashCode() != location2.hashCode());
+               assertTrue("hashCode", fLocation2.hashCode() != location1.hashCode());
+       }
+       
+    // ------------------------------------------------------------------------
+    // toString
+    // ------------------------------------------------------------------------
+
+       public void testToString() {
+               String       aString     = "some location";
+               Long         aLong       = 12345L;
+               TmfTimestamp aTimestamp  = new TmfTimestamp();
+
+               TmfLocation<String>       location1 = new TmfLocation<String>(aString);
+               TmfLocation<Long>         location2 = new TmfLocation<Long>(aLong);
+               TmfLocation<TmfTimestamp> location3 = new TmfLocation<TmfTimestamp>(aTimestamp);
+
+               assertEquals("TmfLocation", aString.toString(),    location1.toString());
+               assertEquals("TmfLocation", aLong.toString(),      location2.toString());
+               assertEquals("TmfLocation", aTimestamp.toString(), location3.toString());
+       }
+
+    // ------------------------------------------------------------------------
+    // clone
+    // ------------------------------------------------------------------------
+
+       public void testClone() {
+               try {
+                       TmfLocation<String> location1 = fLocation1.clone();
+                       TmfLocation<Long>   location2 = fLocation2.clone();
+                       TmfLocation<TmfTimestamp> location3 = fLocation3.clone();
+
+                       assertEquals("TmfLocation", aString.toString(), location1.toString());
+                       assertEquals("TmfLocation", aLong.toString(), location2.toString());
+                       assertEquals("TmfLocation", aTimestamp.toString(), location3.toString());
+               }
+               catch (InternalError e) {
+                       fail("clone()");
+               }
+       }
+
+       public class MyCloneableClass implements Cloneable, Comparable<MyCloneableClass> {
+               private String fName;
+               public MyCloneableClass(String name) {
+                       fName = name;
+               }
+               @Override
+               public String toString() {
+                       return fName;
+               }
+               @Override
+               public MyCloneableClass clone() {
+                       MyCloneableClass clone = null;
+                       try {
+                               clone = (MyCloneableClass) super.clone();
+                               clone.fName = fName;
+                       } catch (CloneNotSupportedException e) {
+                       }
+                       return clone;
+               }
+               @Override
+               public int compareTo(MyCloneableClass o) {
+                       return 0;
+               }
+       }
+
+       public void testCloneCloneable() {
+               try {
+                       MyCloneableClass myClass = new MyCloneableClass("myClass");
+                       TmfLocation<MyCloneableClass> myLocation = new TmfLocation<MyCloneableClass>(myClass);
+                       TmfLocation<MyCloneableClass> location4 = myLocation.clone();
+
+                       assertEquals("TmfLocation", myClass.toString(), location4.toString());
+               }
+               catch (InternalError e) {
+                       fail("clone()");
+               }
+       }
+
+       public class MyUnCloneableClass implements Comparable<MyUnCloneableClass> {
+               private String fName;
+               public MyUnCloneableClass(String name) {
+                       fName = name;
+               }
+               @Override
+               public String toString() {
+                       return fName;
+               }
+               @Override
+               public Object clone() throws CloneNotSupportedException {
+                       throw new CloneNotSupportedException();
+               }
+               @Override
+               public int compareTo(MyUnCloneableClass o) {
+                       return 0;
+               }
+       }
+
+       public void testCloneUnCloneable() {
+               try {
+                       MyUnCloneableClass myClass = new MyUnCloneableClass("myClass");
+                       TmfLocation<MyUnCloneableClass> myLocation = new TmfLocation<MyUnCloneableClass>(myClass);
+                       myLocation.clone();
+                       fail("clone()");
+               }
+               catch (InternalError e) {
+                       // Success
+               }
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfTraceTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfTraceTest.java
new file mode 100644 (file)
index 0000000..222fdf9
--- /dev/null
@@ -0,0 +1,787 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.trace;
+
+import java.io.File;
+import java.io.IOException;
+import java.net.URISyntaxException;
+import java.net.URL;
+import java.util.Vector;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.tmf.core.component.ITmfDataProvider;
+import org.eclipse.linuxtools.tmf.core.component.TmfProviderManager;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.tests.TmfCoreTestPlugin;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.TmfCheckpoint;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.TmfTrace;
+import org.eclipse.linuxtools.tmf.stubs.trace.TmfTraceStub;
+
+/**
+ * <b><u>TmfTraceTest</u></b>
+ * <p>
+ * Test suite for the TmfTrace class.
+ */
+@SuppressWarnings("nls")
+public class TmfTraceTest extends TestCase {
+
+       // ------------------------------------------------------------------------
+       // Variables
+       // ------------------------------------------------------------------------
+
+    private static final String DIRECTORY   = "testfiles";
+    private static final String TEST_STREAM = "A-Test-10K";
+    private static final int    BLOCK_SIZE  = 500;
+    private static final int    NB_EVENTS   = 10000;
+    private static TmfTraceStub fTrace      = null;
+
+    private static byte SCALE = (byte) -3;
+
+    // ------------------------------------------------------------------------
+    // Housekeeping
+    // ------------------------------------------------------------------------
+
+    public TmfTraceTest(String name) throws Exception {
+               super(name);
+       }
+
+       @Override
+       protected void setUp() throws Exception {
+               super.setUp();  
+               fTrace = setupTrace(DIRECTORY + File.separator + TEST_STREAM);
+               // Dummy request to force the trace indexing
+       TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class) {
+                       @Override
+                       public void handleData(TmfEvent event) {
+                       super.handleData(event);
+                       }
+       };
+       fTrace.sendRequest(request);
+       request.waitForCompletion();
+       }
+
+       @Override
+       protected void tearDown() throws Exception {
+               super.tearDown();
+               fTrace.dispose();
+               fTrace = null;
+       }
+
+    // ------------------------------------------------------------------------
+    // Helper functions
+    // ------------------------------------------------------------------------
+
+    private TmfTraceStub setupTrace(String path) {
+       if (fTrace == null) {
+               try {
+               URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path), null);
+                       File test = new File(FileLocator.toFileURL(location).toURI());
+               fTrace = new TmfTraceStub(test.getPath(), BLOCK_SIZE, false);
+               } catch (URISyntaxException e) {
+                       e.printStackTrace();
+               } catch (IOException e) {
+                       e.printStackTrace();
+               }
+       }
+       return fTrace;
+    }
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    public void testTmfTraceDefault() throws Exception {
+               TmfTraceStub trace = null;
+               File testfile = null;
+               try {
+               URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(DIRECTORY + File.separator + TEST_STREAM), null);
+                       testfile = new File(FileLocator.toFileURL(location).toURI());
+                       trace = new TmfTraceStub(testfile.getPath());
+               } catch (URISyntaxException e) {
+                       fail("URISyntaxException");
+               } catch (IOException e) {
+                       fail("IOException");
+               }
+               assertTrue  ("Open trace",   trace != null);
+               assertEquals("getType",      TmfEvent.class, trace.getType());
+               assertEquals("getPath",      testfile.getPath(), trace.getPath());
+               assertEquals("getName",      TEST_STREAM, trace.getName());
+               assertEquals("getCacheSize", TmfTrace.DEFAULT_INDEX_PAGE_SIZE, trace.getCacheSize());
+    }
+
+    public void testTmfTraceDefaultCacheSize() throws Exception {
+               TmfTraceStub trace = null;
+               File testfile = null;
+               try {
+               URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(DIRECTORY + File.separator + TEST_STREAM), null);
+                       testfile = new File(FileLocator.toFileURL(location).toURI());
+                       trace = new TmfTraceStub(testfile.getPath(), 0);
+               } catch (URISyntaxException e) {
+                       fail("URISyntaxException");
+               } catch (IOException e) {
+                       fail("IOException");
+               }
+               assertTrue  ("Open trace",   trace != null);
+               assertEquals("getType",      TmfEvent.class, trace.getType());
+               assertEquals("getPath",      testfile.getPath(), trace.getPath());
+               assertEquals("getName",      TEST_STREAM, trace.getName());
+               assertEquals("getCacheSize", TmfTrace.DEFAULT_INDEX_PAGE_SIZE, trace.getCacheSize());
+    }
+
+    public void testTmfTrace() throws Exception {
+               assertEquals("getType",      TmfEvent.class, fTrace.getType());
+               assertEquals("getName",      TEST_STREAM,    fTrace.getName());
+               assertEquals("getCacheSize", BLOCK_SIZE,     fTrace.getCacheSize());
+    }
+
+    public void testClone() throws Exception {
+       TmfTraceStub trace = fTrace.clone();
+               assertEquals("getType",      TmfEvent.class,        trace.getType());
+               assertEquals("getPath",      fTrace.getPath(),      trace.getPath());
+               assertEquals("getName",      TEST_STREAM,           trace.getName());
+               assertEquals("getCacheSize", BLOCK_SIZE,            trace.getCacheSize());
+               assertEquals("getTimeRange", fTrace.getTimeRange(), trace.getTimeRange());
+    }
+
+    // ------------------------------------------------------------------------
+    // Get/Set time range
+    // ------------------------------------------------------------------------
+
+    public void testSetTimeRange() throws Exception {
+       TmfTraceStub trace = fTrace.clone();
+       
+        assertEquals("getRange-start", 1,         trace.getTimeRange().getStartTime().getValue());
+        assertEquals("getRange-end",   NB_EVENTS, trace.getTimeRange().getEndTime().getValue());
+        assertEquals("getStartTime",   1,         trace.getStartTime().getValue());
+        assertEquals("getEndTime",     NB_EVENTS, trace.getEndTime().getValue());
+
+        trace.setTimeRange(new TmfTimeRange(new TmfTimestamp(100), new TmfTimestamp(200)));
+        assertEquals("setTimeRange",   100, trace.getTimeRange().getStartTime().getValue());
+        assertEquals("setTimeRange",   200, trace.getTimeRange().getEndTime().getValue());
+        assertEquals("setTimeRange",   100, trace.getStartTime().getValue());
+        assertEquals("setTimeRange",   200, trace.getEndTime().getValue());
+    }
+    
+    public void testSetStartTime() throws Exception {
+       TmfTraceStub trace = fTrace.clone();
+       
+        assertEquals("getRange-start", 1,         trace.getTimeRange().getStartTime().getValue());
+        assertEquals("getRange-end",   NB_EVENTS, trace.getTimeRange().getEndTime().getValue());
+        assertEquals("getStartTime",   1,         trace.getStartTime().getValue());
+        assertEquals("getEndTime",     NB_EVENTS, trace.getEndTime().getValue());
+
+        trace.setStartTime(new TmfTimestamp(100));
+        assertEquals("setStartTime",   100,       trace.getTimeRange().getStartTime().getValue());
+        assertEquals("setStartTime",   NB_EVENTS, trace.getTimeRange().getEndTime().getValue());
+        assertEquals("setStartTime",   100,       trace.getStartTime().getValue());
+        assertEquals("setStartTime",   NB_EVENTS, trace.getEndTime().getValue());
+    }
+    
+    public void testSetEndTime() throws Exception {
+       TmfTraceStub trace = fTrace.clone();
+       
+        assertEquals("getRange-start", 1,         trace.getTimeRange().getStartTime().getValue());
+        assertEquals("getRange-end",   NB_EVENTS, trace.getTimeRange().getEndTime().getValue());
+        assertEquals("getStartTime",   1,         trace.getStartTime().getValue());
+        assertEquals("getEndTime",     NB_EVENTS, trace.getEndTime().getValue());
+
+        trace.setEndTime(new TmfTimestamp(100));
+        assertEquals("setEndTime",     1,   trace.getTimeRange().getStartTime().getValue());
+        assertEquals("setEndTime",     100, trace.getTimeRange().getEndTime().getValue());
+        assertEquals("setEndTime",     1,   trace.getStartTime().getValue());
+        assertEquals("setEndTime",     100, trace.getEndTime().getValue());
+    }
+    
+    // ------------------------------------------------------------------------
+    // Verify checkpoints
+    // ------------------------------------------------------------------------
+
+    public void testTmfTraceIndexing() throws Exception {
+        assertEquals("getCacheSize",   BLOCK_SIZE, fTrace.getCacheSize());
+        assertEquals("getTraceSize",   NB_EVENTS,  fTrace.getNbEvents());
+        assertEquals("getRange-start", 1,          fTrace.getTimeRange().getStartTime().getValue());
+        assertEquals("getRange-end",   NB_EVENTS,  fTrace.getTimeRange().getEndTime().getValue());
+        assertEquals("getStartTime",   1,          fTrace.getStartTime().getValue());
+        assertEquals("getEndTime",     NB_EVENTS,  fTrace.getEndTime().getValue());
+
+       Vector<TmfCheckpoint> checkpoints = fTrace.getCheckpoints();
+       int pageSize = fTrace.getCacheSize();
+               assertTrue("Checkpoints exist",  checkpoints != null);
+
+               // Validate that each checkpoint points to the right event
+               for (int i = 0; i < checkpoints.size(); i++) {
+                       TmfCheckpoint checkpoint = checkpoints.get(i);
+                       TmfContext context = new TmfContext(checkpoint.getLocation(), i * pageSize);
+                       TmfEvent event = fTrace.parseEvent(context);
+                       assertTrue(context.getRank() == i * pageSize);
+                       assertTrue((checkpoint.getTimestamp().compareTo(event.getTimestamp(), false) == 0));
+               }
+    }
+
+    // ------------------------------------------------------------------------
+    // parseEvent - make sure parseEvent doesn't update the context
+    // ------------------------------------------------------------------------
+
+    public void testParseEvent() throws Exception {
+
+       int NB_READS = 20;
+
+       // On lower bound, returns the first event (ts = 0)
+       TmfContext context = fTrace.seekEvent(new TmfTimestamp(0, SCALE, 0));
+       TmfContext svContext = new TmfContext(context);
+
+       TmfEvent event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+        assertTrue("parseEvent", context.equals(svContext));
+
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+        assertTrue("parseEvent", context.equals(svContext));
+
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+        assertTrue("parseEvent", context.equals(svContext));
+
+        // Position the trace at event NB_READS
+        for (int i = 1; i < NB_READS; i++) {
+            event = fTrace.getNextEvent(context);
+            assertEquals("Event timestamp", i, event.getTimestamp().getValue());
+        }
+
+       svContext = new TmfContext(context);
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", NB_READS, event.getTimestamp().getValue());
+        assertEquals("Event rank", NB_READS -1 , context.getRank());
+        assertTrue("parseEvent", context.equals(svContext));
+
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", NB_READS, event.getTimestamp().getValue());
+        assertEquals("Event rank", NB_READS - 1, context.getRank());
+        assertTrue("parseEvent", context.equals(svContext));
+    }
+
+    // ------------------------------------------------------------------------
+    // getNextEvent - updates the context
+    // ------------------------------------------------------------------------
+
+    public void testGetNextEvent() throws Exception {
+
+       int NB_READS = 20;
+
+       // On lower bound, returns the first event (ts = 1)
+       TmfContext context = fTrace.seekEvent(new TmfTimestamp(0, SCALE, 0));
+
+       // Read NB_EVENTS
+       TmfEvent event;
+        for (int i = 0; i < NB_READS; i++) {
+            event = fTrace.getNextEvent(context);
+            assertEquals("Event timestamp", i + 1, event.getTimestamp().getValue());
+            assertEquals("Event rank", i + 1, context.getRank());
+        }
+
+        // Make sure we stay positioned
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", NB_READS + 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", NB_READS, context.getRank());
+    }
+
+    // ------------------------------------------------------------------------
+    // seekLocation
+    // Note: seekLocation() does not reliably set the rank
+    // ------------------------------------------------------------------------
+
+    public void testSeekLocationOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 0
+       TmfContext context = fTrace.seekLocation(null);
+        TmfEvent event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+
+        context = fTrace.seekLocation(context.getLocation());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+
+       // Position trace at event rank 1000
+        TmfContext tmpContext = fTrace.seekEvent(new TmfTimestamp(1001, SCALE, 0));
+        context = fTrace.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+
+       // Position trace at event rank 4000
+        tmpContext = fTrace.seekEvent(new TmfTimestamp(4001, SCALE, 0));
+        context = fTrace.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+    }
+
+    public void testSeekLocationNotOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 9
+       TmfContext tmpContext = fTrace.seekEvent(new TmfTimestamp(10, SCALE, 0));
+        TmfContext context = fTrace.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+
+        TmfEvent event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+
+       // Position trace at event rank 999
+        tmpContext = fTrace.seekEvent(new TmfTimestamp(1000, SCALE, 0));
+        context = fTrace.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+
+       // Position trace at event rank 1001
+        tmpContext = fTrace.seekEvent(new TmfTimestamp(1002, SCALE, 0));
+        context = fTrace.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+
+       // Position trace at event rank 4500
+        tmpContext = fTrace.seekEvent(new TmfTimestamp(4501, SCALE, 0));
+        context = fTrace.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+    }
+
+    public void testSeekLocationOutOfScope() throws Exception {
+
+       // Position trace at beginning
+       TmfContext tmpContext = fTrace.seekLocation(null);
+        TmfContext context = fTrace.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+       
+        TmfEvent event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+
+       // Position trace at event passed the end
+        tmpContext = fTrace.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
+        context = fTrace.seekLocation(tmpContext.getLocation());
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", null, event);
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", null, event);
+        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
+    }
+
+    // ------------------------------------------------------------------------
+    // seekEvent on timestamp
+    // ------------------------------------------------------------------------
+
+    public void testSeekEventOnTimestampOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 0
+       TmfContext context = fTrace.seekEvent(new TmfTimestamp(1, SCALE, 0));
+        assertEquals("Event rank", 0, context.getRank());
+
+        TmfEvent event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event rank 1000
+        context = fTrace.seekEvent(new TmfTimestamp(1001, SCALE, 0));
+        assertEquals("Event rank", 1000, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+
+       // Position trace at event rank 4000
+        context = fTrace.seekEvent(new TmfTimestamp(4001, SCALE, 0));
+        assertEquals("Event rank", 4000, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4000, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4001, context.getRank());
+    }
+
+    public void testSeekEventOnTimestampNotOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 1
+       TmfContext context = fTrace.seekEvent(new TmfTimestamp(2, SCALE, 0));
+        assertEquals("Event rank", 1, context.getRank());
+       
+        TmfEvent event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
+        assertEquals("Event rank", 2, context.getRank());
+
+       // Position trace at event rank 9
+       context = fTrace.seekEvent(new TmfTimestamp(10, SCALE, 0));
+        assertEquals("Event rank", 9, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 9, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 10, context.getRank());
+
+       // Position trace at event rank 999
+        context = fTrace.seekEvent(new TmfTimestamp(1000, SCALE, 0));
+        assertEquals("Event rank", 999, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 999, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+
+       // Position trace at event rank 1001
+        context = fTrace.seekEvent(new TmfTimestamp(1002, SCALE, 0));
+        assertEquals("Event rank", 1001, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1002, context.getRank());
+
+       // Position trace at event rank 4500
+        context = fTrace.seekEvent(new TmfTimestamp(4501, SCALE, 0));
+        assertEquals("Event rank", 4500, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4500, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4501, context.getRank());
+    }
+
+    public void testSeekEventOnTimestampOutOfScope() throws Exception {
+
+       // Position trace at beginning
+       TmfContext context = fTrace.seekEvent(new TmfTimestamp(-1, SCALE, 0));
+        assertEquals("Event rank", 0, context.getRank());
+       
+        TmfEvent event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event passed the end
+        context = fTrace.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
+        assertEquals("Event rank", NB_EVENTS, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", null, event);
+        assertEquals("Event rank", NB_EVENTS, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", null, event);
+        assertEquals("Event rank", NB_EVENTS, context.getRank());
+    }
+
+    // ------------------------------------------------------------------------
+    // seekEvent on rank
+    // ------------------------------------------------------------------------
+
+    public void testSeekOnRankOnCacheBoundary() throws Exception {
+
+       // On lower bound, returns the first event (ts = 1)
+       TmfContext context = fTrace.seekEvent(0);
+        assertEquals("Event rank", 0, context.getRank());
+       
+        TmfEvent event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event rank 1000
+        context = fTrace.seekEvent(1000);
+        assertEquals("Event rank", 1000, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+
+       // Position trace at event rank 4000
+        context = fTrace.seekEvent(4000);
+        assertEquals("Event rank", 4000, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4000, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4001, context.getRank());
+    }
+
+    public void testSeekOnRankNotOnCacheBoundary() throws Exception {
+
+       // Position trace at event rank 9
+       TmfContext context = fTrace.seekEvent(9);
+        assertEquals("Event rank", 9, context.getRank());
+       
+        TmfEvent event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 9, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
+        assertEquals("Event rank", 10, context.getRank());
+
+       // Position trace at event rank 999
+        context = fTrace.seekEvent(999);
+        assertEquals("Event rank", 999, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 999, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1000, context.getRank());
+
+       // Position trace at event rank 1001
+        context = fTrace.seekEvent(1001);
+        assertEquals("Event rank", 1001, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1001, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1002, context.getRank());
+
+       // Position trace at event rank 4500
+        context = fTrace.seekEvent(4500);
+        assertEquals("Event rank", 4500, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4500, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
+        assertEquals("Event rank", 4501, context.getRank());
+    }
+
+    public void testSeekEventOnRankOfScope() throws Exception {
+
+       // Position trace at beginning
+       TmfContext context = fTrace.seekEvent(-1);
+        assertEquals("Event rank", 0, context.getRank());
+       
+        TmfEvent event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 0, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
+        assertEquals("Event rank", 1, context.getRank());
+
+       // Position trace at event passed the end
+        context = fTrace.seekEvent(NB_EVENTS);
+        assertEquals("Event rank", NB_EVENTS, context.getRank());
+       
+        event = fTrace.parseEvent(context);
+        assertEquals("Event timestamp", null, event);
+        assertEquals("Event rank", NB_EVENTS, context.getRank());
+       
+        event = fTrace.getNextEvent(context);
+        assertEquals("Event timestamp", null, event);
+        assertEquals("Event rank", NB_EVENTS, context.getRank());
+    }
+    
+    // ------------------------------------------------------------------------
+    // processRequest
+    // ------------------------------------------------------------------------
+
+    @SuppressWarnings("unchecked")
+       public void testProcessRequestForNbEvents() throws Exception {
+        final int BLOCK_SIZE = 100;
+        final int NB_EVENTS  = 1000;
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
+               @Override
+               public void handleData(TmfEvent event) {
+                       super.handleData(event);
+                       requestedEvents.add(event);
+               }
+        };
+        ITmfDataProvider<TmfEvent>[] providers = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfTraceStub.class);
+        providers[0].sendRequest(request);
+        request.waitForCompletion();
+
+        assertEquals("nbEvents", NB_EVENTS, requestedEvents.size());
+        assertTrue("isCompleted",  request.isCompleted());
+        assertFalse("isCancelled", request.isCancelled());
+
+        // Ensure that we have distinct events.
+        // Don't go overboard: we are not validating the stub! 
+        for (int i = 0; i < NB_EVENTS; i++) {
+            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
+        }
+    }
+    
+    @SuppressWarnings("unchecked")
+       public void testProcessRequestForAllEvents() throws Exception {
+        final int BLOCK_SIZE =  1;
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
+               @Override
+               public void handleData(TmfEvent event) {
+                       super.handleData(event);
+                       requestedEvents.add(event);
+               }
+        };
+        ITmfDataProvider<TmfEvent>[] providers = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfTraceStub.class);
+        providers[0].sendRequest(request);
+        request.waitForCompletion();
+
+        assertEquals("nbEvents", NB_EVENTS, requestedEvents.size());
+        assertTrue("isCompleted",  request.isCompleted());
+        assertFalse("isCancelled", request.isCancelled());
+
+        // Ensure that we have distinct events.
+        // Don't go overboard: we are not validating the stub! 
+        for (int i = 0; i < NB_EVENTS; i++) {
+            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
+        }
+    }
+    
+    // ------------------------------------------------------------------------
+    // cancel
+    // ------------------------------------------------------------------------
+
+    @SuppressWarnings("unchecked")
+       public void testCancel() throws Exception {
+        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
+
+        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
+               int nbRead = 0;
+               @Override
+               public void handleData(TmfEvent event) {
+                       super.handleData(event);
+                       requestedEvents.add(event);
+                       if (++nbRead == BLOCK_SIZE)
+                               cancel();
+               }
+        };
+        ITmfDataProvider<TmfEvent>[] providers = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfTraceStub.class);
+        providers[0].sendRequest(request);
+        request.waitForCompletion();
+
+        assertEquals("nbEvents",  BLOCK_SIZE, requestedEvents.size());
+        assertTrue("isCompleted", request.isCompleted());
+        assertTrue("isCancelled", request.isCancelled());
+    }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/uml2sd/AllTests.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/uml2sd/AllTests.java
new file mode 100644 (file)
index 0000000..6384524
--- /dev/null
@@ -0,0 +1,20 @@
+package org.eclipse.linuxtools.tmf.core.tests.uml2sd;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.eclipse.linuxtools.tmf.core.TmfCorePlugin;
+
+@SuppressWarnings("nls")
+public class AllTests {
+
+       public static Test suite() {
+               TestSuite suite = new TestSuite("Test suite for " + TmfCorePlugin.PLUGIN_ID + ".uml2sd"); //$NON-NLS-1$);
+               //$JUnit-BEGIN$
+               suite.addTestSuite(TmfSyncSequenceDiagramEventTest.class);
+               suite.addTestSuite(TmfAsyncSequenceDiagramEventTest.class);
+               //$JUnit-END$
+               return suite;
+       }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/uml2sd/TmfAsyncSequenceDiagramEventTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/uml2sd/TmfAsyncSequenceDiagramEventTest.java
new file mode 100644 (file)
index 0000000..d995b5e
--- /dev/null
@@ -0,0 +1,119 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Bernd Hufmann - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.tmf.core.tests.uml2sd;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.uml2sd.TmfAsyncSequenceDiagramEvent;
+
+@SuppressWarnings("nls")
+public class TmfAsyncSequenceDiagramEventTest extends TestCase {
+
+    private final String   fTypeId = "Some type";
+    private final String   fLabel0 = "label1";
+    private final String   fLabel1 = "label2";
+    private final String[] fLabels = new String[] { fLabel0, fLabel1 };
+
+    private final TmfTimestamp      fTimestamp1 = new TmfTimestamp(12345, (byte) 2, 5);
+    private final TmfTimestamp      fTimestamp2 = new TmfTimestamp(12350, (byte) 2, 5);
+    private final TmfEventSource    fSource     = new TmfEventSource("Source");
+    private final TmfEventType      fType       = new TmfEventType(fTypeId, fLabels);
+    private final TmfEventReference fReference  = new TmfEventReference("Some reference");
+
+    private final TmfEvent fEvent1;
+    private final TmfEvent fEvent2;
+    private final TmfEventContent fContent1;
+    private final TmfEventContent fContent2;
+
+   
+    public TmfAsyncSequenceDiagramEventTest() {
+        fEvent1 = new TmfEvent(fTimestamp1, fSource, fType, fReference);
+        fContent1 = new TmfEventContent(fEvent1, "Some content");
+        fEvent1.setContent(fContent1);
+
+        fEvent2 = new TmfEvent(fTimestamp1, fTimestamp2, fSource, fType, fReference);
+        fContent2 = new TmfEventContent(fEvent2, "Some other content");
+        fEvent2.setContent(fContent2);
+    }
+    
+    @Override 
+    public void setUp() throws Exception {
+    }
+    
+    @Override
+    public void tearDown() throws Exception {
+    }
+    
+    public void testTmfAsyncSequenceDiagramEvent() {
+        TmfAsyncSequenceDiagramEvent event = null;
+        
+        // Check for illegal arguments (i.e. null for the parameters) 
+        try {
+            event = new TmfAsyncSequenceDiagramEvent(null, null, null, null, null);
+            fail();
+        } catch (IllegalArgumentException e) {
+            // success
+            assertTrue("TmfAsyncSequenceDiagramEvent", e.getMessage().contains("startEvent=null"));
+        }
+        
+        try {
+            event = new TmfAsyncSequenceDiagramEvent(fEvent1,  fEvent2, null, null, null);
+            fail();
+        } catch (IllegalArgumentException e) {
+            // success
+            assertTrue("TmfAsyncSequenceDiagramEvent", e.getMessage().contains("sender=null"));
+        }
+        
+        try {
+            event = new TmfAsyncSequenceDiagramEvent(fEvent1, fEvent2, null, null, null);
+            fail();
+        } catch (IllegalArgumentException e) {
+            // success
+            assertTrue("TmfAsyncSequenceDiagramEvent", e.getMessage().contains("receiver=null"));
+        }
+
+        try {
+            event = new TmfAsyncSequenceDiagramEvent(fEvent1, fEvent2, "sender", null, null);
+            fail();
+        } catch (IllegalArgumentException e) {
+            // success
+            assertTrue("TmfAsyncSequenceDiagramEvent", e.getMessage().contains("name=null"));
+        }
+        
+        try {
+            event = new TmfAsyncSequenceDiagramEvent(fEvent1, null, "sender", "receiver", "signal");
+            fail();
+        } catch (IllegalArgumentException e) {
+            // success
+            assertTrue("TmfAsyncSequenceDiagramEvent", e.getMessage().contains("endEvent=null"));
+        }
+
+        try {
+            event = new TmfAsyncSequenceDiagramEvent(fEvent1, fEvent2, "sender", "receiver", "signal");
+            // success
+            assertEquals("testTmfAsyncSequenceDiagramEvent", 0, event.getStartTime().compareTo(fTimestamp1, true));
+            assertEquals("testTmfAsyncSequenceDiagramEvent", 0, event.getEndTime().compareTo(fTimestamp2, true));
+            assertEquals("testTmfAsyncSequenceDiagramEvent", "sender", event.getSender());
+            assertEquals("testTmfAsyncSequenceDiagramEvent", "receiver", event.getReceiver());
+            assertEquals("testTmfAsyncSequenceDiagramEvent", "signal", event.getName());
+            
+        } catch (IllegalArgumentException e) {
+            fail();
+        }
+    }
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/uml2sd/TmfSyncSequenceDiagramEventTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/uml2sd/TmfSyncSequenceDiagramEventTest.java
new file mode 100644 (file)
index 0000000..8b25570
--- /dev/null
@@ -0,0 +1,100 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Bernd Hufmann - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.linuxtools.tmf.core.tests.uml2sd;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.uml2sd.TmfSyncSequenceDiagramEvent;
+
+@SuppressWarnings("nls")
+public class TmfSyncSequenceDiagramEventTest extends TestCase {
+
+    private final String   fTypeId = "Some type";
+    private final String   fLabel0 = "label1";
+    private final String   fLabel1 = "label2";
+    private final String[] fLabels = new String[] { fLabel0, fLabel1 };
+
+    private final TmfTimestamp      fTimestamp1 = new TmfTimestamp(12345, (byte) 2, 5);
+    private final TmfEventSource    fSource     = new TmfEventSource("Source");
+    private final TmfEventType      fType       = new TmfEventType(fTypeId, fLabels);
+    private final TmfEventReference fReference  = new TmfEventReference("Some reference");
+
+    private final TmfEvent fEvent1;
+    private final TmfEventContent fContent1;
+
+    public TmfSyncSequenceDiagramEventTest () {
+        fEvent1 = new TmfEvent(fTimestamp1, fSource, fType, fReference);
+        fContent1 = new TmfEventContent(fEvent1, "Some content");
+        fEvent1.setContent(fContent1);
+    }
+
+    @Override
+    public void setUp() throws Exception {
+    }
+
+    @Override
+    public void tearDown() throws Exception {
+    }
+    
+    public void testTmfSyncSequenceDiagramEvent() {
+        TmfSyncSequenceDiagramEvent event = null;
+        try {
+            event = new TmfSyncSequenceDiagramEvent(null, null, null, null);
+            fail();
+        } catch (IllegalArgumentException e) {
+            // success
+            assertTrue("testTmfSyncSequenceDiagramEvent", e.getMessage().contains("startEvent=null"));
+        }
+        
+        try {
+            event = new TmfSyncSequenceDiagramEvent(fEvent1, null, null, null);
+            fail();
+        } catch (IllegalArgumentException e) {
+            // success
+            assertTrue("testTmfSyncSequenceDiagramEvent", e.getMessage().contains("sender=null"));
+        }
+        
+        try {
+            event = new TmfSyncSequenceDiagramEvent(fEvent1, "sender", null, null);
+            fail();
+        } catch (IllegalArgumentException e) {
+            // success
+            assertTrue("testTmfSyncSequenceDiagramEvent", e.getMessage().contains("receiver=null"));
+        }
+
+        try {
+            event = new TmfSyncSequenceDiagramEvent(fEvent1, "sender", "receiver", null);
+            fail();
+        } catch (IllegalArgumentException e) {
+            // success
+            assertTrue("testTmfSyncSequenceDiagramEvent", e.getMessage().contains("name=null"));
+        }
+        
+        try {
+            event = new TmfSyncSequenceDiagramEvent(fEvent1, "sender", "receiver", "signal");
+            // success
+            assertEquals("testTmfSyncSequenceDiagramEvent", 0, event.getStartTime().compareTo(fTimestamp1, true));
+            assertEquals("testTmfSyncSequenceDiagramEvent", "sender", event.getSender());
+            assertEquals("testTmfSyncSequenceDiagramEvent", "receiver", event.getReceiver());
+            assertEquals("testTmfSyncSequenceDiagramEvent", "signal", event.getName());
+            
+        } catch (IllegalArgumentException e) {
+            fail();
+        }
+    }
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/util/AllTests.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/util/AllTests.java
new file mode 100644 (file)
index 0000000..ed80993
--- /dev/null
@@ -0,0 +1,18 @@
+package org.eclipse.linuxtools.tmf.core.tests.util;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.eclipse.linuxtools.tmf.core.TmfCorePlugin;
+
+@SuppressWarnings("nls")
+public class AllTests {
+
+       public static Test suite() {
+               TestSuite suite = new TestSuite("Test suite for " + TmfCorePlugin.PLUGIN_ID + ".util"); //$NON-NLS-1$);
+               //$JUnit-BEGIN$
+               suite.addTestSuite(TmfFixedArrayTest.class);
+               //$JUnit-END$
+               return suite;
+       }
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/util/TmfFixedArrayTest.java b/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/util/TmfFixedArrayTest.java
new file mode 100755 (executable)
index 0000000..2de859f
--- /dev/null
@@ -0,0 +1,266 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Mathieu Denis (mathieu.denis@polymtl.ca)  - Initial design and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.tests.util;
+
+import java.util.Arrays;
+
+import junit.framework.TestCase;
+
+import org.eclipse.linuxtools.tmf.core.util.TmfFixedArray;
+
+public class TmfFixedArrayTest extends TestCase {
+    
+    // ------------------------------------------------------------------------
+    // Field(s)
+    // ------------------------------------------------------------------------
+    TmfFixedArray<String> fFixedArray1 = null;
+    TmfFixedArray<String> fFixedArray2 = null;
+    String fString1, fString2, fString3, fString4, fString5;
+    
+    // ------------------------------------------------------------------------
+    // Housekeeping
+    // ------------------------------------------------------------------------
+    
+    public TmfFixedArrayTest() {
+        fString1 = "First String";
+        fString2 = "Second String";
+        fString3 = "Third String";
+        fString4 = "Fourth String";
+        fString5 = "Fifth String";
+        fFixedArray1 = new TmfFixedArray<String>(fString1, fString2, fString3);
+        fFixedArray2 = new TmfFixedArray<String>(); // Empty array at the beginning
+    }
+    
+    @Override
+    protected void setUp() throws Exception {
+        super.setUp();
+    }
+    
+    @Override
+    protected void tearDown() throws Exception {
+        super.tearDown();
+    }
+    
+    // ------------------------------------------------------------------------
+    // Get
+    // ------------------------------------------------------------------------
+    
+    public void testGet() throws Exception {
+        assertTrue("get", fString1.equals(fFixedArray1.get(0)));
+        assertTrue("get", fString2.equals(fFixedArray1.get(1)));
+        assertTrue("get", fString3.equals(fFixedArray1.get(2)));
+        
+        try {
+            fFixedArray2.get(0);
+            fail();
+        }
+        catch (ArrayIndexOutOfBoundsException e) {
+            // Success
+        }
+    }
+    
+    public void testGetArray() throws Exception {
+        String[] stringArray = fFixedArray1.getArray();
+        assertNotNull("getArray", stringArray);
+        assertTrue("getArray", fString1.equals(stringArray[0]));
+        assertTrue("getArray", fString2.equals(stringArray[1]));
+        assertTrue("getArray", fString3.equals(stringArray[2]));
+    }
+    
+    // ------------------------------------------------------------------------
+    // Equals
+    // ------------------------------------------------------------------------
+    
+    public void testEqualsReflexivity() throws Exception {
+        assertTrue("equals", fFixedArray1.equals(fFixedArray1));
+        assertTrue("equals", fFixedArray2.equals(fFixedArray2));
+        
+        assertTrue("equals", !fFixedArray1.equals(fFixedArray2));
+        assertTrue("equals", !fFixedArray2.equals(fFixedArray1));
+    }
+    
+    @SuppressWarnings("unchecked")
+    public void testEqualsSymmetry() throws Exception {
+        TmfFixedArray<String> fixedArray1 = (TmfFixedArray<String>) fFixedArray1.clone();
+        TmfFixedArray<String> fixedArray2 = (TmfFixedArray<String>) fFixedArray2.clone();
+
+        assertTrue("equals", fixedArray1.equals(fFixedArray1));
+        assertTrue("equals", fFixedArray1.equals(fixedArray1));
+
+        assertTrue("equals", fixedArray2.equals(fFixedArray2));
+        assertTrue("equals", fFixedArray2.equals(fixedArray2));
+    }
+    
+    @SuppressWarnings("unchecked")
+    public void testEqualsTransivity() throws Exception {
+        TmfFixedArray<String> fixedArray1 = (TmfFixedArray<String>) fFixedArray1.clone();
+        TmfFixedArray<String> fixedArray2 = (TmfFixedArray<String>) fFixedArray1.clone();
+        TmfFixedArray<String> fixedArray3 = (TmfFixedArray<String>) fFixedArray1.clone();
+
+        assertTrue("equals", fixedArray1.equals(fixedArray2));
+        assertTrue("equals", fixedArray2.equals(fixedArray3));
+        assertTrue("equals", fixedArray1.equals(fixedArray3));
+    }
+    
+    public void testEqualsNull() throws Exception {
+        assertTrue("equals", !fFixedArray1.equals(null));
+        assertTrue("equals", !fFixedArray2.equals(null));
+    }
+    
+    // ------------------------------------------------------------------------
+    // Append
+    // ------------------------------------------------------------------------
+
+    public void testAppend() {
+        TmfFixedArray<String> fixedArray         = new TmfFixedArray<String>();
+        
+        fixedArray = fixedArray.append(fString1, fString2, fString3);
+        assertEquals("append", 3, fixedArray.size());
+        assertTrue("append", fString1.equals(fixedArray.get(0)));
+        assertTrue("append", fString2.equals(fixedArray.get(1)));
+        assertTrue("append", fString3.equals(fixedArray.get(2)));
+
+        fixedArray = fixedArray.append(fString4);
+        assertEquals("append", 4, fixedArray.size());
+        assertTrue("append", fString4.equals(fixedArray.get(3)));
+    }
+    
+   
+    @SuppressWarnings("unchecked")
+    public void testAppendFixedArray() throws Exception {
+        TmfFixedArray<String> fixedArrayToAppend1 = new TmfFixedArray<String>(fString4);
+        TmfFixedArray<String> fixedArrayToAppend2 = new TmfFixedArray<String>(fString5);
+        TmfFixedArray<String> fixedArray         = new TmfFixedArray<String>();
+        
+        fixedArray = fixedArray.append(fFixedArray1, fixedArrayToAppend1);
+        assertEquals("append", 4, fixedArray.size());
+        assertTrue("append", fString1.equals(fixedArray.get(0)));
+        assertTrue("append", fString2.equals(fixedArray.get(1)));
+        assertTrue("append", fString3.equals(fixedArray.get(2)));
+        assertTrue("append", fString4.equals(fixedArray.get(3)));
+        
+        fixedArray = fixedArray.append(fixedArrayToAppend2);
+        assertEquals("append", 5, fixedArray.size());
+        assertTrue("append", fString5.equals(fixedArray.get(4)));
+    }
+    
+    // ------------------------------------------------------------------------
+    // hashCode
+    // ------------------------------------------------------------------------
+    
+    @SuppressWarnings("unchecked")
+    public void testHashCode() throws Exception {
+        TmfFixedArray<String> fixedArray1 = (TmfFixedArray<String>) fFixedArray1.clone();
+        TmfFixedArray<String> fixedArray2 = (TmfFixedArray<String>) fFixedArray2.clone();
+
+        assertTrue("hashCode", fixedArray1.hashCode() == fFixedArray1.hashCode());
+        assertTrue("hashCode", fFixedArray2.hashCode() == fixedArray2.hashCode());
+
+        assertTrue("hashCode", fFixedArray1.hashCode() != fixedArray2.hashCode());
+        assertTrue("hashCode", fFixedArray2.hashCode() != fixedArray1.hashCode());
+    }
+    
+    // ------------------------------------------------------------------------
+    // toArray
+    // ------------------------------------------------------------------------
+
+    public void testToArray() {
+        String[] expected1 = {fString1, fString2, fString3};
+        assertTrue("toArray", Arrays.equals(expected1, fFixedArray1.toArray()));
+        
+        String[] expected2 = {};
+        assertTrue("toArray", Arrays.equals(expected2, fFixedArray2.toArray()));
+    }
+
+    public void testToArrayArg() throws Exception {
+        String[] stringArray = new String[3];
+        fFixedArray1.toArray(stringArray);
+        assertTrue("toArrayArg", stringArray[0].equals(fFixedArray1.get(0)));
+        assertTrue("toArrayArg", stringArray[1].equals(fFixedArray1.get(1)));
+        assertTrue("toArrayArg", stringArray[2].equals(fFixedArray1.get(2)));
+        
+        String[] stringBigArray = new String[10];
+        fFixedArray1.toArray(stringBigArray);
+        assertNull("toArrayArg", stringBigArray[3]);
+        
+        TmfFixedArray<Object> fFixedArrayObject  = new TmfFixedArray<Object>(fString1);
+        stringArray = fFixedArrayObject.toArray(new String[0]);
+        assertTrue("toArrayArg", stringArray[0].equals(fString1));
+    }
+    
+    // ------------------------------------------------------------------------
+    // Size
+    // ------------------------------------------------------------------------
+
+    public void testSize() {
+        assertEquals("toArray", 3, fFixedArray1.size());
+        
+        assertEquals("toArray", 0, fFixedArray2.size());
+    }
+    
+    // ------------------------------------------------------------------------
+    // SubArray
+    // ------------------------------------------------------------------------
+
+    public void testSubArray() throws Exception {
+        TmfFixedArray<String> subArray = fFixedArray1.subArray(1);
+        
+        assertEquals("SubArray", 2, subArray.size());
+        assertTrue("SubArray", fString2.equals(subArray.get(0)));
+        assertTrue("SubArray", fString3.equals(subArray.get(1)));
+    }
+    
+    public void testSubArray2() {
+        TmfFixedArray<String> subArray = fFixedArray1.subArray(1, 2);
+        
+        assertEquals("SubArray", 2, subArray.size());
+        assertTrue("SubArray", fString2.equals(subArray.get(0)));
+        assertTrue("SubArray", fString3.equals(subArray.get(1)));
+    }
+    
+    // ------------------------------------------------------------------------
+    // Set
+    // ------------------------------------------------------------------------
+    
+    public void testSet() throws Exception {
+        String[] newString = {"new FirstString", "new SecondString", "new ThirdString"};
+        
+        fFixedArray1.set(0, newString[0]);
+        assertTrue("getArray", newString[0].equals(newString[0]));
+        
+        fFixedArray1.set(1, newString[1]);
+        assertTrue("getArray", newString[1].equals(newString[1]));
+        
+        fFixedArray1.set(2, newString[2]);
+        assertTrue("getArray", newString[2].equals(newString[2]));
+        
+        try {
+            fFixedArray2.set(0, "newString");
+            fail();
+        } catch (Exception e) {
+            // Success
+        }
+    }
+    
+    // ------------------------------------------------------------------------
+    // toString
+    // ------------------------------------------------------------------------
+
+    public void testToString() {
+        String expected1 = Arrays.asList(fString1, fString2, fString3).toString();
+        assertEquals("toString", expected1, fFixedArray1.toString());
+
+        String expected2 = Arrays.asList().toString();
+        assertEquals("toString", expected2, fFixedArray2.toString());
+    }
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/CreateTestFiles.java b/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/CreateTestFiles.java
new file mode 100644 (file)
index 0000000..1a896ba
--- /dev/null
@@ -0,0 +1,112 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.stubs;
+
+import java.io.BufferedOutputStream;
+import java.io.DataOutputStream;
+import java.io.File;
+import java.io.FileNotFoundException;
+import java.io.FileOutputStream;
+import java.io.IOException;
+import java.util.Random;
+
+/**
+ * <b><u>CreateTestFiles</u></b>
+ * <p>
+ * Create a number of event test files of various lengths.
+ * <p>
+ * Events have the following format:
+ * <ul>
+ * <li> [timestamp] [source] [type] [ref] [field]*
+ * <li> There are NB_SOURCES sources and NB_TYPES types.
+ * <li> The number of fields (0 .. NB_TYPES-1) depends on the event type.
+ * </ul>
+ */
+@SuppressWarnings("nls")
+public class CreateTestFiles {
+
+    // ========================================================================
+    // Constants
+    // ========================================================================
+
+       private static final String DIRECTORY = "testfiles";
+//     private static final String FILE_NAMES[] = { "Test-10", "Test-1K", "Test-10K", "Test-100K" };
+//    private static final int    FILE_SIZES[] = {       10 ,     1000 ,     10000 ,     100000  };
+       private static final String FILE_NAMES[] = { "Test-10K" };
+    private static final int    FILE_SIZES[] = {     10000  };
+
+    private static final int NB_SOURCES = 15;  
+    private static final int NB_TYPES   =  7;  
+
+    // ========================================================================
+    // Constructors
+    // ========================================================================
+
+   /**
+     * @param args
+     */
+    public static void main(String[] args) {
+        
+        try {
+            System.out.println("Creating test files in directory: " + new File(".").getCanonicalPath() + File.separator + DIRECTORY);
+        } catch (IOException e) {
+            e.printStackTrace();
+        }
+
+        for (int i = 0; i < FILE_SIZES.length; i++) {
+            try {
+               createTestFile("testfiles" + File.separator + "O-" + FILE_NAMES[i], FILE_SIZES[i], true,  true);
+               createTestFile("testfiles" + File.separator + "E-" + FILE_NAMES[i], FILE_SIZES[i], true,  false);
+                createTestFile("testfiles" + File.separator + "R-" + FILE_NAMES[i], FILE_SIZES[i], false, false);
+            } catch (Exception e) {
+            }
+        }
+
+               System.out.println("Done.");
+    }
+
+    // ========================================================================
+    // Operators
+    // ========================================================================
+
+    /**
+     * @param file
+     * @param size
+     * @param monotonic
+     * @throws FileNotFoundException
+     * @throws IOException
+     */
+    private static void createTestFile(String file, int size, boolean monotonic, boolean odd) throws FileNotFoundException, IOException {
+        DataOutputStream out;
+        System.out.println("Creating " + file);
+        out = new DataOutputStream(new BufferedOutputStream(new FileOutputStream(file)));
+
+        Random generator = new Random(19580427 + size);
+        long ts = (monotonic && odd) ? -1 : 0;
+        for (int i = 0; i < size; i++) {
+            ts += monotonic ? 2 : generator.nextInt(10);
+            int sourceIndex = i % NB_SOURCES;
+            int typeIndex   = i % NB_TYPES;
+            out.writeLong(ts);                      // Timestamp
+            out.writeUTF("Source-" + sourceIndex);  // Source
+            out.writeUTF("Type-"   + typeIndex);    // Type
+            out.writeInt(i + 1);                    // Reference (event #)
+            for (int j = 0; j < typeIndex; j++) {
+                out.writeUTF("Field-" + sourceIndex + "-" + j);
+            }
+        }
+        out.flush();
+        out.close();
+    }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/component/TmfClientStub.java b/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/component/TmfClientStub.java
new file mode 100644 (file)
index 0000000..bd8c506
--- /dev/null
@@ -0,0 +1,45 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.stubs.component;
+
+import org.eclipse.linuxtools.tmf.core.component.TmfComponent;
+import org.eclipse.linuxtools.tmf.core.component.TmfDataProvider;
+import org.eclipse.linuxtools.tmf.core.component.TmfProviderManager;
+import org.eclipse.linuxtools.tmf.stubs.event.TmfSyntheticEventStub;
+
+/**
+ * <b><u>TmfClientStub</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+@SuppressWarnings("nls")
+public class TmfClientStub extends TmfComponent {
+
+       private TmfDataProvider<TmfSyntheticEventStub>[] fProviders;
+
+       public TmfClientStub() {
+               super("TmfClientStub");
+       }
+
+       @SuppressWarnings("unchecked")
+       public void findProvider() {
+               fProviders = (TmfDataProvider<TmfSyntheticEventStub>[]) TmfProviderManager.getProviders(TmfSyntheticEventStub.class, TmfSyntheticEventProviderStub.class);
+//             TmfEventRequest<TmfEventStub> request;
+               System.out.println(fProviders.length);
+       }
+
+       public void triggeRequest() {
+//             TmfEventRequest<TmfEventStub> request;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/component/TmfDataProviderStub.java b/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/component/TmfDataProviderStub.java
new file mode 100644 (file)
index 0000000..a238f02
--- /dev/null
@@ -0,0 +1,81 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.stubs.component;
+
+import java.io.File;
+import java.io.IOException;
+import java.net.URISyntaxException;
+import java.net.URL;
+
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.tmf.core.component.TmfDataProvider;
+import org.eclipse.linuxtools.tmf.core.event.TmfData;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.ITmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.tests.TmfCoreTestPlugin;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;
+import org.eclipse.linuxtools.tmf.stubs.trace.TmfTraceStub;
+
+/**
+ * <b><u>TmfDataProviderStub</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+@SuppressWarnings("nls")
+public class TmfDataProviderStub extends TmfDataProvider<TmfData> {
+
+    private static final String DIRECTORY   = "testfiles";
+    private static final String TEST_STREAM = "M-Test-10K";
+
+    private TmfTraceStub fTrace;
+
+    public TmfDataProviderStub(String path) throws IOException {
+       super("TmfDataProviderStub", TmfData.class);
+        URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path), null);
+               try {
+                       File test = new File(FileLocator.toFileURL(location).toURI());
+                       fTrace = new TmfTraceStub(test.getPath(), true);
+               } catch (URISyntaxException e) {
+                       e.printStackTrace();
+               }
+    }
+
+    public TmfDataProviderStub() throws IOException {
+       this(DIRECTORY + File.separator + TEST_STREAM);
+    }
+    
+    // ------------------------------------------------------------------------
+    // TmfProvider
+    // ------------------------------------------------------------------------
+
+       @Override
+       public ITmfContext armRequest(ITmfDataRequest<TmfData> request) {
+               if (request instanceof ITmfEventRequest<?>) {
+                       ITmfContext context = fTrace.seekEvent(((ITmfEventRequest<?>) request).getRange().getStartTime());
+                       return context;
+               }
+               return null;
+       }
+
+       @Override
+       public TmfData getNext(ITmfContext context) {
+               return fTrace.getNext(context);
+       }
+
+       @Override
+       public boolean isCompleted(ITmfDataRequest<TmfData> request, TmfData data, int nbRead) {
+               return false;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/component/TmfEventProviderStub.java b/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/component/TmfEventProviderStub.java
new file mode 100644 (file)
index 0000000..75d78e4
--- /dev/null
@@ -0,0 +1,82 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.stubs.component;
+
+import java.io.File;
+import java.io.IOException;
+import java.net.URISyntaxException;
+import java.net.URL;
+
+import org.eclipse.core.runtime.FileLocator;
+import org.eclipse.core.runtime.Path;
+import org.eclipse.linuxtools.tmf.core.component.TmfEventProvider;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.ITmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.tests.TmfCoreTestPlugin;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;
+import org.eclipse.linuxtools.tmf.stubs.trace.TmfTraceStub;
+
+/**
+ * <b><u>TmfEventProviderStub</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+@SuppressWarnings("nls")
+public class TmfEventProviderStub extends TmfEventProvider<TmfEvent> {
+
+    private static final String DIRECTORY   = "testfiles";
+    private static final String TEST_STREAM = "A-Test-10K";
+
+    private TmfTraceStub fTrace;
+
+    public TmfEventProviderStub(String path) throws IOException {
+       super(path, TmfEvent.class);
+        URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path), null);
+               try {
+                       File test = new File(FileLocator.toFileURL(location).toURI());
+                       fTrace = new TmfTraceStub(test.getPath(), true);
+               } catch (URISyntaxException e) {
+                       e.printStackTrace();
+               }
+    }
+
+    public TmfEventProviderStub() throws IOException {
+       this(DIRECTORY + File.separator + TEST_STREAM);
+    }
+
+    @Override
+    public void dispose() {
+       fTrace.dispose();
+       super.dispose();
+    }
+    
+    // ------------------------------------------------------------------------
+    // TmfEventProvider
+    // ------------------------------------------------------------------------
+
+       @Override
+       public ITmfContext armRequest(ITmfDataRequest<TmfEvent> request) {
+               if (request instanceof ITmfEventRequest<?>) {
+                       ITmfContext context = fTrace.seekEvent(((ITmfEventRequest<?>) request).getRange().getStartTime());
+                       return context;
+               }
+               return null;
+       }
+
+       @Override
+       public TmfEvent getNext(ITmfContext context) {
+               return fTrace.getNext(context);
+       }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/component/TmfSyntheticEventProviderStub.java b/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/component/TmfSyntheticEventProviderStub.java
new file mode 100644 (file)
index 0000000..fcea703
--- /dev/null
@@ -0,0 +1,111 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.stubs.component;
+
+import java.util.concurrent.TimeUnit;
+
+import org.eclipse.linuxtools.tmf.core.component.ITmfDataProvider;
+import org.eclipse.linuxtools.tmf.core.component.TmfEventProvider;
+import org.eclipse.linuxtools.tmf.core.component.TmfProviderManager;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.ITmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.stubs.event.TmfSyntheticEventStub;
+
+/**
+ * <b><u>TmfSyntheticEventProviderStub</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+@SuppressWarnings("nls")
+public class TmfSyntheticEventProviderStub extends TmfEventProvider<TmfSyntheticEventStub> {
+
+    public static final int BLOCK_SIZE = 100;
+    public static final int NB_EVENTS  = 1000;
+
+    public TmfSyntheticEventProviderStub() {
+               super("TmfSyntheticEventProviderStub", TmfSyntheticEventStub.class);
+       }
+
+       @SuppressWarnings("unchecked")
+       @Override
+       public ITmfContext armRequest(final ITmfDataRequest<TmfSyntheticEventStub> request) {
+
+               // Get the TmfSyntheticEventStub provider
+               ITmfDataProvider<TmfEvent>[] eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfEventProviderStub.class);
+               ITmfDataProvider<TmfEvent> provider = eventProviders[0];
+
+               // make sure we have the right type of request
+               if (!(request instanceof ITmfEventRequest<?>)) {
+                       request.cancel();
+                       return null;
+               }
+
+               TmfEventRequest<TmfSyntheticEventStub> eventRequest = (TmfEventRequest<TmfSyntheticEventStub>) request;
+        TmfTimeRange range = eventRequest.getRange();
+        final TmfEventRequest<TmfEvent> subRequest =
+               new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
+                       @Override
+                       public void handleData(TmfEvent event) {
+                       super.handleData(event);
+                               if (event != null)
+                                       handleIncomingData(event);
+                               else
+                                       request.done();
+                       }
+               };
+        provider.sendRequest(subRequest);
+
+        // Return a dummy context
+        return new TmfContext();
+       }
+
+       // Queue 2 synthetic events per base event
+       private void handleIncomingData(TmfEvent e) {
+               queueResult(new TmfSyntheticEventStub(e));
+               queueResult(new TmfSyntheticEventStub(e));
+       }
+
+       private static final int TIMEOUT = 10000;
+
+       @Override
+       public TmfSyntheticEventStub getNext(ITmfContext context) {
+               TmfSyntheticEventStub data = null;
+               try {
+                       data = fDataQueue.poll(TIMEOUT, TimeUnit.MILLISECONDS);
+                       if (data == null) {
+                               throw new InterruptedException();
+                       }
+               }
+               catch (InterruptedException e) {
+               }
+               return data;
+       }
+
+       public void queueResult(TmfSyntheticEventStub data) {
+               boolean ok = false;
+               try {
+                       ok = fDataQueue.offer(data, TIMEOUT, TimeUnit.MILLISECONDS);
+                       if (!ok) {
+                               throw new InterruptedException();
+                       }
+               }
+               catch (InterruptedException e) {
+               }
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/event/TmfEventContentStub.java b/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/event/TmfEventContentStub.java
new file mode 100644 (file)
index 0000000..59576b5
--- /dev/null
@@ -0,0 +1,64 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.stubs.event;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+/**
+ * <b><u>TmfEventContentStub</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+@SuppressWarnings("nls")
+public class TmfEventContentStub extends TmfEventContent {
+
+       public TmfEventContentStub(TmfEvent parent, Object content) {
+               super(parent, content);
+       }
+
+       public TmfEventContentStub(TmfEventContentStub other) {
+               super(other);
+       }
+
+       @Override
+       protected void parseContent() {
+        Object field1 = new Integer(1);
+        Object field2 = new Integer(-10);
+        Object field3 = new Boolean(true);
+        Object field4 = new String("some string");
+        Object field5 = new TmfTimestamp(1, (byte) 2, 3);
+        fFields = new Object[] { field1, field2, field3, field4, field5 };
+       }
+       
+    @Override
+    public TmfEventContent clone() {
+       TmfEventContentStub content = new TmfEventContentStub(this);
+       content.fRawContent = "Some content";
+       content.fFields = null;
+               return content;
+    }
+
+//    @Override
+//     public String toString() {
+//     Object[] fields = getFields();
+//     StringBuilder result = new StringBuilder("[TmfEventContent(");
+//     for (int i = 0; i < fields.length; i++) {
+//             if (i > 0) result.append(",");
+//             result.append(fields[i]);
+//     }
+//     result.append(")]");
+//     return result.toString();
+//    }
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/event/TmfEventTypeStub.java b/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/event/TmfEventTypeStub.java
new file mode 100644 (file)
index 0000000..1cfda3d
--- /dev/null
@@ -0,0 +1,31 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.stubs.event;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;
+
+/**
+ * <b><u>TmfEventTypeStub</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+@SuppressWarnings("nls")
+public class TmfEventTypeStub extends TmfEventType {
+
+   public TmfEventTypeStub() {
+        super(
+               "TmfEventTypeStub",
+               new String[] { "Field1", "Field2", "Field3", "Field4", "Field5" }
+        );
+    }
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/event/TmfSyntheticEventStub.java b/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/event/TmfSyntheticEventStub.java
new file mode 100644 (file)
index 0000000..675c9f7
--- /dev/null
@@ -0,0 +1,32 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.stubs.event;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+
+/**
+ * <b><u>TmfSyntheticEventStub</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public class TmfSyntheticEventStub extends TmfEvent {
+
+
+       public TmfSyntheticEventStub(TmfEvent event) {
+               super(event);
+       }
+       public TmfSyntheticEventStub(TmfSyntheticEventStub other) {
+               super(other);
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/request/TmfDataRequestStub.java b/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/request/TmfDataRequestStub.java
new file mode 100644 (file)
index 0000000..36135c5
--- /dev/null
@@ -0,0 +1,61 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.stubs.request;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfData;
+import org.eclipse.linuxtools.tmf.core.request.TmfDataRequest;
+
+/**
+ * <b><u>TmfDataRequestStub</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public class TmfDataRequestStub<T extends TmfData> extends TmfDataRequest<T> {
+
+    /**
+     * Default constructor
+     */
+    public TmfDataRequestStub(Class<T> dataType) {
+        super(dataType);
+    }
+
+    /**
+     * @param nbRequested
+     */
+    public TmfDataRequestStub(Class<T> dataType, int index) {
+        super(dataType, index);
+    }
+
+    /**
+     * @param index
+     * @param nbRequested
+     */
+    public TmfDataRequestStub(Class<T> dataType, int index, int nbRequested) {
+       super(dataType, index, nbRequested);
+    }
+
+    /**
+     * @param index
+     * @param nbRequested
+     * @param blockSize
+     */
+    public TmfDataRequestStub(Class<T> dataType, int index, int nbRequested, int blockSize) {
+        super(dataType, index, nbRequested, blockSize);
+    }
+
+       @Override
+       public void handleData(T data) {
+               super.handleData(data);
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/request/TmfEventRequestStub.java b/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/request/TmfEventRequestStub.java
new file mode 100644 (file)
index 0000000..a88ba4d
--- /dev/null
@@ -0,0 +1,61 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.stubs.request;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+
+/**
+ * <b><u>TmfEventRequestStub</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public class TmfEventRequestStub<T extends TmfEvent> extends TmfEventRequest<T> {
+
+    /**
+     * @param range
+     */
+    public TmfEventRequestStub(Class<T> dataType) {
+       super(dataType);
+    }
+
+    /**
+     * @param range
+     */
+    public TmfEventRequestStub(Class<T> dataType, TmfTimeRange range) {
+       super(dataType, range);
+    }
+
+    /**
+     * @param range
+     * @param nbRequested
+     */
+    public TmfEventRequestStub(Class<T> dataType, TmfTimeRange range, int nbRequested) {
+       super(dataType, range, nbRequested);
+    }
+    
+    /**
+     * @param range
+     * @param nbRequested
+     * @param blockSize Size of the largest blocks expected
+     */
+    public TmfEventRequestStub(Class<T> dataType, TmfTimeRange range, int nbRequested, int blockSize) {
+       super(dataType, range, nbRequested, blockSize);
+    }
+
+       @Override
+       public void handleData(T data) {
+               super.handleData(data);
+       }
+}
diff --git a/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/trace/TmfEventParserStub.java b/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/trace/TmfEventParserStub.java
new file mode 100644 (file)
index 0000000..ac9d95b
--- /dev/null
@@ -0,0 +1,121 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.stubs.trace;
+
+import java.io.EOFException;
+import java.io.IOException;
+import java.io.RandomAccessFile;
+import java.util.Vector;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.parser.ITmfEventParser;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;
+
+/**
+ * <b><u>TmfEventParserStub</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+@SuppressWarnings("nls")
+public class TmfEventParserStub implements ITmfEventParser {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+       private final int NB_TYPES = 10;
+    private final TmfEventType[] fTypes;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    public TmfEventParserStub() {
+       fTypes = new TmfEventType[NB_TYPES];
+       for (int i = 0; i < NB_TYPES; i++) {
+               Vector<String> format = new Vector<String>();
+               for (int j = 1; j <= i; j++) {
+                       format.add(new String("Fmt-" + i + "-Fld-" + j));
+               }
+               String[] fields = new String[i];
+               fTypes[i] = new TmfEventType("Type-" + i, format.toArray(fields));
+       }
+    }
+
+    // ------------------------------------------------------------------------
+    // Operators
+    // ------------------------------------------------------------------------
+
+    static final String typePrefix = "Type-";
+    @Override
+       @SuppressWarnings("unchecked")
+       public TmfEvent parseNextEvent(ITmfTrace eventStream, TmfContext context) throws IOException {
+
+        if (! (eventStream instanceof TmfTraceStub)) {
+            return null;
+        }
+
+               // Highly inefficient...
+               RandomAccessFile stream = ((TmfTraceStub) eventStream).getStream();
+               String name = eventStream.getName();
+               name = name.substring(name.lastIndexOf('/') + 1);
+
+               // no need to use synchronized since it's already cover by the calling method
+               
+               long location = 0;
+               if (context != null)
+                   location = ((TmfLocation<Long>) (context.getLocation())).getLocation();
+               stream.seek(location);
+
+               try {
+                   long ts        = stream.readLong();
+                   String source  = stream.readUTF();
+                   String type    = stream.readUTF();
+                   @SuppressWarnings("unused")
+                   int reference  = stream.readInt();
+                   int typeIndex  = Integer.parseInt(type.substring(typePrefix.length()));
+                   String[] fields = new String[typeIndex];
+                   for (int i = 0; i < typeIndex; i++) {
+                       fields[i] = stream.readUTF();
+                   }
+
+                   String content = "[";
+                   if (typeIndex > 0) {
+                       content += fields[0];
+                   }
+                   for (int i = 1; i < typeIndex; i++) {
+                       content += ", " + fields[i];
+                   }
+                   content += "]";
+
+                   TmfEvent event = new TmfEvent(
+                           new TmfTimestamp(ts, (byte) -3, 0),     // millisecs
+                           new TmfEventSource(source),
+                           fTypes[typeIndex],
+                           new TmfEventReference(name));
+                   TmfEventContent cnt = new TmfEventContent(event, content);
+                   event.setContent(cnt);
+                   return event;
+               } catch (EOFException e) {
+               }
+        return null;
+    }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/trace/TmfTraceStub.java b/org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/stubs/trace/TmfTraceStub.java
new file mode 100644 (file)
index 0000000..9a87af9
--- /dev/null
@@ -0,0 +1,273 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.stubs.trace;
+
+import java.io.FileNotFoundException;
+import java.io.IOException;
+import java.io.RandomAccessFile;
+import java.util.concurrent.locks.ReentrantLock;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.parser.ITmfEventParser;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;
+import org.eclipse.linuxtools.tmf.core.trace.TmfTrace;
+
+/**
+ * <b><u>TmfTraceStub</u></b>
+ * <p>
+ * Dummy test trace. Use in conjunction with TmfEventParserStub.
+ */
+@SuppressWarnings("nls")
+public class TmfTraceStub extends TmfTrace<TmfEvent> {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+    // The actual stream
+    private RandomAccessFile fTrace;
+
+    // The associated event parser
+    private ITmfEventParser fParser;
+
+    // The synchronization lock
+    private ReentrantLock fLock = new ReentrantLock();
+    
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    /**
+     * @param filename
+     * @throws FileNotFoundException
+     */
+    public TmfTraceStub(String filename) throws FileNotFoundException {
+        this(filename, DEFAULT_INDEX_PAGE_SIZE, false);
+    }
+
+    /**
+     * @param filename
+     * @param cacheSize
+     * @throws FileNotFoundException
+     */
+    public TmfTraceStub(String filename, int cacheSize) throws FileNotFoundException {
+        this(filename, cacheSize, false);
+    }
+
+    /**
+     * @param filename
+     * @param waitForCompletion
+     * @throws FileNotFoundException
+     */
+    public TmfTraceStub(String filename, boolean waitForCompletion) throws FileNotFoundException {
+        this(filename, DEFAULT_INDEX_PAGE_SIZE, waitForCompletion);
+    }
+    
+    /**
+     * @param filename
+     * @param cacheSize
+     * @param waitForCompletion
+     * @throws FileNotFoundException
+     */
+    public TmfTraceStub(String filename, int cacheSize, boolean waitForCompletion) throws FileNotFoundException {
+        super(null, TmfEvent.class, filename, cacheSize, false);
+        fTrace = new RandomAccessFile(filename, "r");
+        fParser = new TmfEventParserStub();
+    }
+
+    
+    /**
+     * @param filename
+     * @param cacheSize
+     * @param waitForCompletion
+     * @param parser
+     * @throws FileNotFoundException
+     */
+    public TmfTraceStub(String filename, int cacheSize, boolean waitForCompletion, ITmfEventParser parser) throws FileNotFoundException {
+        super(filename, TmfEvent.class, filename, cacheSize, false);
+        fTrace = new RandomAccessFile(filename, "r");
+        fParser = parser;
+    }
+    
+    /**
+     */
+    @Override
+       public TmfTraceStub clone() {
+       TmfTraceStub clone = null;
+               try {
+                       clone = (TmfTraceStub) super.clone();
+               clone.fTrace  = new RandomAccessFile(getPath(), "r");
+               clone.fParser = new TmfEventParserStub();
+               } catch (CloneNotSupportedException e) {
+               } catch (FileNotFoundException e) {
+               }
+       return clone;
+    }
+    @Override
+       public ITmfTrace copy() {
+               ITmfTrace returnedValue = null;
+               returnedValue = clone();
+               return returnedValue;
+       }
+    
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+    public RandomAccessFile getStream() {
+        return fTrace;
+    }
+
+    // ------------------------------------------------------------------------
+    // Operators
+    // ------------------------------------------------------------------------
+
+       @Override
+       @SuppressWarnings("unchecked")
+       public TmfContext seekLocation(ITmfLocation location) {
+           fLock.lock();
+        try {
+            if (fTrace != null) {
+                // Position the trace at the requested location and
+                // returns the corresponding context
+                long loc  = 0;
+                long rank = 0;
+                if (location != null) {
+                    loc = ((TmfLocation<Long>) location).getLocation();
+                    rank = ITmfContext.UNKNOWN_RANK;
+                }
+                if (loc != fTrace.getFilePointer()) {
+                    fTrace.seek(loc);
+                }
+                TmfContext context = new TmfContext(getCurrentLocation(), rank);
+                return context;
+            }
+               } catch (IOException e) {
+                       e.printStackTrace();
+               }
+        finally{
+            fLock.unlock();
+        }
+               return null;
+    }
+
+
+       @Override
+    public TmfContext seekLocation(double ratio) {
+           fLock.lock();
+        try {
+            if (fTrace != null) {
+                ITmfLocation<?> location = new TmfLocation<Long>(new Long((long) (ratio * fTrace.length())));
+                TmfContext context = seekLocation(location);
+                context.setRank(ITmfContext.UNKNOWN_RANK);
+                return context;
+            }
+        } catch (IOException e) {
+            e.printStackTrace();
+        } finally {
+            fLock.unlock();
+        }
+        
+        return null;
+    }
+
+    @Override
+    @SuppressWarnings("rawtypes")
+    public double getLocationRatio(ITmfLocation location) {
+        fLock.lock();
+        try {
+            if (fTrace != null) {
+                if (location.getLocation() instanceof Long) {
+                    return (double) ((Long) location.getLocation()) / fTrace.length();
+                }
+            }
+        } catch (IOException e) {
+            e.printStackTrace();
+        } finally {
+            fLock.unlock();
+        }
+        return 0;
+    }
+
+    @Override
+       public TmfLocation<Long> getCurrentLocation() {
+        fLock.lock();
+        try {
+            if (fTrace != null) {
+                return new TmfLocation<Long>(fTrace.getFilePointer());
+            }
+        } catch (IOException e) {
+            e.printStackTrace();
+        } finally {
+            fLock.unlock();
+        }
+        return null;
+    }
+
+       @Override
+       public TmfEvent parseEvent(TmfContext context) {
+           fLock.lock();
+               try {
+                       // parseNextEvent will update the context
+                   if (fTrace != null) {
+                       TmfEvent event = fParser.parseNextEvent(this, context.clone());
+                       return event;
+                   }
+               }
+               catch (IOException e) {
+                       e.printStackTrace();
+               } finally {
+                   fLock.unlock();
+               }
+               return null;
+       }
+
+       @Override
+       public void setTimeRange(TmfTimeRange range) {
+       super.setTimeRange(range);
+    }
+
+       @Override
+       public void setStartTime(TmfTimestamp startTime) {
+       super.setStartTime(startTime);
+    }
+
+       @Override
+       public void setEndTime(TmfTimestamp endTime) {
+       super.setEndTime(endTime);
+    }
+       
+       @Override
+       public void dispose() {
+           fLock.lock();
+           try {
+               if (fTrace != null) {
+                   fTrace.close();
+                   fTrace = null;
+               }
+           } catch (IOException e) {
+               // Ignore
+           } finally {
+               fLock.unlock();  
+           }
+           super.dispose();
+       }
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core.tests/test.xml b/org.eclipse.linuxtools.tmf.core.tests/test.xml
new file mode 100644 (file)
index 0000000..d654941
--- /dev/null
@@ -0,0 +1,77 @@
+<?xml version="1.0"?>
+
+<project name="testsuite" default="run" basedir=".">
+       <property name="classname" value="org.eclipse.linuxtools.tmf.core.tests" />
+       <property name="tmf-event-test-suite-classname"   value="org.eclipse.linuxtools.tmf.tests.event.AllTests" />
+       <property name="tmf-request-test-suite-classname" value="org.eclipse.linuxtools.tmf.tests.request.AllTests" />
+       <property name="tmf-trace-test-suite-classname"   value="org.eclipse.linuxtools.tmf.tests.trace.AllTests" />
+       <property name="plugin-name" value="org.eclipse.linuxtools.tmf.tests" />
+
+       <!-- The property ${eclipse-home} should be passed into this script -->
+       <!-- Set a meaningful default value for when it is not. -->
+       <property name="eclipse-home" value="${basedir}/../../" />
+
+       <property name="library-file" value="${eclipse-home}/dropins/${subProjectName2}/plugins/org.eclipse.test/library.xml" />
+
+       <!-- This target holds all initialization code that needs to be done for -->
+       <!-- all tests that are to be run. Initialization for individual tests -->
+       <!-- should be done within the body of the suite target. -->
+       <target name="init">
+               <tstamp />
+               <delete>
+                       <fileset dir="${eclipse-home}" includes="org*.xml" />
+               </delete>
+       </target>
+
+       <!-- This target defines the tests that need to be run. -->
+       <target name="tmf_event_test_suite">
+               <property name="tmf-folder" value="${eclipse-home}/tmf_folder" />
+               <delete dir="${tmf-folder}" quiet="true" />
+               <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
+                       <property name="data-dir" value="${tmf-folder}" />
+                       <property name="plugin-name" value="${plugin-name}" />
+                       <property name="classname" value="${tmf-event-test-suite-classname}" />
+               </ant>
+       </target>
+
+       <target name="tmf_request_test_suite">
+               <property name="tmf-folder" value="${eclipse-home}/tmf_folder" />
+               <delete dir="${tmf-folder}" quiet="true" />
+               <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
+                       <property name="data-dir" value="${tmf-folder}" />
+                       <property name="plugin-name" value="${plugin-name}" />
+                       <property name="classname" value="${tmf-request-test-suite-classname}" />
+               </ant>
+       </target>
+
+       <target name="tmf_trace_test_suite">
+               <property name="tmf-folder" value="${eclipse-home}/tmf_folder" />
+               <delete dir="${tmf-folder}" quiet="true" />
+               <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
+                       <property name="data-dir" value="${tmf-folder}" />
+                       <property name="plugin-name" value="${plugin-name}" />
+                       <property name="classname" value="${tmf-trace-test-suite-classname}" />
+               </ant>
+       </target>
+
+       <!-- This target holds code to cleanup the testing environment after  -->
+       <!-- all of the tests have been run. You can use this target to -->
+       <!-- delete temporary files that have been created. -->
+       <target name="cleanup">
+               <mkdir dir="${results}/consolelogs" />
+               <copy failonerror="false" file="${eclipse-home}/results/${classname}.txt" tofile="${results}/consolelogs/${classname}_${platform}.metadata.log.txt" />
+       </target>
+
+       <!-- This target runs the test suite. Any actions that need to happen -->
+       <!-- after all the tests have been run should go here. -->
+       <target name="run" depends="init,tmf_event_test_suite,tmf_request_test_suite,tmf_trace_test_suite,cleanup">
+               <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
+                       <property name="includes" value="org*.xml" />
+                       <property name="output-file" value="${plugin-name}.xml" />
+               </ant>
+       </target>
+
+    <target name="all" depends="run" description="Dummy target to run all tests">
+    </target>
+
+</project>
diff --git a/org.eclipse.linuxtools.tmf.core.tests/testfiles/A-Test-10K b/org.eclipse.linuxtools.tmf.core.tests/testfiles/A-Test-10K
new file mode 100644 (file)
index 0000000..cfb674a
Binary files /dev/null and b/org.eclipse.linuxtools.tmf.core.tests/testfiles/A-Test-10K differ
diff --git a/org.eclipse.linuxtools.tmf.core.tests/testfiles/E-Test-10K b/org.eclipse.linuxtools.tmf.core.tests/testfiles/E-Test-10K
new file mode 100644 (file)
index 0000000..08ab10d
Binary files /dev/null and b/org.eclipse.linuxtools.tmf.core.tests/testfiles/E-Test-10K differ
diff --git a/org.eclipse.linuxtools.tmf.core.tests/testfiles/O-Test-10K b/org.eclipse.linuxtools.tmf.core.tests/testfiles/O-Test-10K
new file mode 100644 (file)
index 0000000..c7db621
Binary files /dev/null and b/org.eclipse.linuxtools.tmf.core.tests/testfiles/O-Test-10K differ
diff --git a/org.eclipse.linuxtools.tmf.core.tests/testfiles/R-Test-10K b/org.eclipse.linuxtools.tmf.core.tests/testfiles/R-Test-10K
new file mode 100644 (file)
index 0000000..3e1dcb7
Binary files /dev/null and b/org.eclipse.linuxtools.tmf.core.tests/testfiles/R-Test-10K differ
diff --git a/org.eclipse.linuxtools.tmf.core/.classpath b/org.eclipse.linuxtools.tmf.core/.classpath
new file mode 100644 (file)
index 0000000..1fa3e68
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+       <classpathentry kind="src" path="src"/>
+       <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/org.eclipse.linuxtools.tmf.core/.gitignore b/org.eclipse.linuxtools.tmf.core/.gitignore
new file mode 100644 (file)
index 0000000..8d94ef8
--- /dev/null
@@ -0,0 +1,5 @@
+bin
+@dot
+javaCompiler...args
+build.xml
+target
diff --git a/org.eclipse.linuxtools.tmf.core/.options b/org.eclipse.linuxtools.tmf.core/.options
new file mode 100644 (file)
index 0000000..dcc5d6b
--- /dev/null
@@ -0,0 +1,8 @@
+org.eclipse.linuxtools.tmf/error=false
+org.eclipse.linuxtools.tmf/warning=false
+org.eclipse.linuxtools.tmf/info=false
+
+org.eclipse.linuxtools.tmf/component=false
+org.eclipse.linuxtools.tmf/request=false
+org.eclipse.linuxtools.tmf/signal=false
+org.eclipse.linuxtools.tmf/event=false
diff --git a/org.eclipse.linuxtools.tmf.core/.project b/org.eclipse.linuxtools.tmf.core/.project
new file mode 100644 (file)
index 0000000..cd66d8b
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.eclipse.linuxtools.tmf.core</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.pde.ManifestBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.pde.SchemaBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.PluginNature</nature>
+               <nature>org.eclipse.jdt.core.javanature</nature>
+       </natures>
+</projectDescription>
diff --git a/org.eclipse.linuxtools.tmf.core/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.linuxtools.tmf.core/.settings/org.eclipse.jdt.core.prefs
new file mode 100644 (file)
index 0000000..6b89d83
--- /dev/null
@@ -0,0 +1,12 @@
+#Thu Nov 18 17:15:08 EST 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6
diff --git a/org.eclipse.linuxtools.tmf.core/ChangeLog b/org.eclipse.linuxtools.tmf.core/ChangeLog
new file mode 100644 (file)
index 0000000..2ad58a7
--- /dev/null
@@ -0,0 +1,204 @@
+2011-03-10  Francois Chouinard  <fchouinard@gmail.com>
+
+    * src/org/eclipse/linuxtools/tmf/.options: Fixed a typo
+       * src/org/eclipse/linuxtools/tmf/signal/TmfSignalManager.java: Improved request tracing
+       * src/org/eclipse/linuxtools/tmf/request/TmfRequestExecutor.java: Improved request tracing
+       * src/org/eclipse/linuxtools/tmf/request/TmfEventRequest.java: Streamlined constructor
+       * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java: Improved request tracing
+       * src/org/eclipse/linuxtools/tmf/component/TmfEventProvider.java: Improved request tracing
+       * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java: Improved request tracing
+       * src/org/eclipse/linuxtools/tmf/Tracer.java: Improved request tracing
+    * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Fixed request completion call
+       
+2010-12-13  Bernd Hufmann  <bhufmann@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java (armRequest): For data requests, seek only if necessary   
+
+2010-11-23  Francois Chouinard  <fchouinard@gmail.com> 
+
+       * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java: Adjusted background request block size
+       * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java: Adjusted buffering between checkpoints
+
+2010-11-10  Francois Chouinard  <fchouinard@gmail.com>
+
+    Suppress warning for non-externalized strings
+          * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: 
+
+2010-11-09  Francois Chouinard  <fchouinard@gmail.com>
+
+    * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java (getNextEvent): Fix for NullPointerException
+
+    Suppress warning for non-externalized strings
+          * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java (newCoalescedDataRequest): 
+              (coalesceDataRequest): 
+              (.run): 
+              (queueRequest): 
+          * src/org/eclipse/linuxtools/tmf/component/TmfEventProvider.java (newCoalescedDataRequest): 
+          * src/org/eclipse/linuxtools/tmf/event/TmfEvent.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/event/TmfEventContent.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/event/TmfEventField.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/event/TmfEventReference.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/event/TmfEventSource.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/event/TmfEventType.java (DEFAULT_TYPE_ID): 
+              (getLabel): 
+              (toString): 
+          * src/org/eclipse/linuxtools/tmf/event/TmfTimeRange.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/event/TmfTimestamp.java (synchronize): 
+              (toString): 
+          * src/org/eclipse/linuxtools/tmf/event/TmfTraceEvent.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java (TmfExperiment): 
+              (toString): 
+          * src/org/eclipse/linuxtools/tmf/experiment/TmfExperimentLocation.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedDataRequest.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedEventRequest.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java (TmfDataRequest): 
+              (handleCompleted): 
+              (start): 
+              (done): 
+              (toString): 
+          * src/org/eclipse/linuxtools/tmf/request/TmfEventRequest.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/request/TmfRequestExecutor.java (TmfRequestExecutor): 
+              (stop): 
+              (.run): 
+              (toString): 
+          * src/org/eclipse/linuxtools/tmf/signal/TmfExperimentSelectedSignal.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/signal/TmfExperimentUpdatedSignal.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/signal/TmfSignalTracer.java (traceSignal): 
+          * src/org/eclipse/linuxtools/tmf/signal/TmfTimeSynchSignal.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/signal/TmfTraceClosedSignal.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/signal/TmfTraceOpenedSignal.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/signal/TmfTraceParserUpdatedSignal.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/signal/TmfTraceSelectedSignal.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/signal/TmfTraceUpdatedSignal.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/TmfCorePlugin.java (PLUGIN_ID): 
+          * src/org/eclipse/linuxtools/tmf/trace/TmfCheckpoint.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/trace/TmfContext.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/trace/TmfLocation.java (toString): 
+              (clone): 
+          * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java (toString): 
+          * src/org/eclipse/linuxtools/tmf/Tracer.java: 
+
+2010-11-04  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Use the correct index page size 
+       * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java: Added indexTrace() and support code 
+
+2010-10-29  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java (getNextEvent): Removed an unnecessary clone() operation
+
+2010-10-27  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/component/ITmfDataProvider.java: Augmented API for coalescing (notifyPendingRequest) 
+       * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java: Request coalescing and cancelling 
+       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Augmented API 
+       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedDataRequest.java: Improved coalescing and cancelling
+       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedEventRequest.java: Ditto
+       * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java: Ditto
+       * src/org/eclipse/linuxtools/tmf/signal/TmfSignalManager.java: Renaming of a field
+
+2010-10-15  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/event/TmfEvent.java: Implement cloning
+       * src/org/eclipse/linuxtools/tmf/event/TmfEventContent.java: Implement cloning
+       * src/org/eclipse/linuxtools/tmf/event/TmfEventField.java: Implement cloning
+       * src/org/eclipse/linuxtools/tmf/event/TmfEventReference.java: Implement cloning
+       * src/org/eclipse/linuxtools/tmf/event/TmfEventSource.java: Implement cloning
+       * src/org/eclipse/linuxtools/tmf/event/TmfEventType.java: Implement cloning
+       * src/org/eclipse/linuxtools/tmf/event/TmfTimestamp.java: Implement cloning
+       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java (updateIndex): Fixed timestamp cloning
+       * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java: Replaced lock.wait() by CountDownLatch
+       * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java (updateIndex): Fixed timestamp cloning
+
+2010-10-13  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/request/TmfRequestExecutor.java: Added checks for disposed widget 
+       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Added checks for disposed widget 
+       * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java: Added waitForStart() API 
+       * src/org/eclipse/linuxtools/tmf/event/TmfEventContent.java: Added setEvent() 
+       * src/org/eclipse/linuxtools/tmf/event/TmfTimeRange.java: Added getIntersection() 
+       * src/org/eclipse/linuxtools/tmf/event/TmfTimestamp.java: Improved timestamp comparison 
+
+2010-09-17  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java: Adjusted to new handleData() API 
+       * src/org/eclipse/linuxtools/tmf/component/TmfEventProvider.java: Adjusted to new handleData() API 
+       * src/org/eclipse/linuxtools/tmf/event/TmfEvent.java: Support for single event 
+       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Adjusted to new handleData() API  
+       * src/org/eclipse/linuxtools/tmf/request/ITmfDataRequest.java: Adjusted to new handleData() API  
+       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedDataRequest.java: Adjusted to new handleData() API  
+       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedEventRequest.java: Adjusted to new handleData() API  
+       * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java: Adjusted to new handleData() API 
+       * src/org/eclipse/linuxtools/tmf/request/TmfEventRequest.java: Adjusted to new handleData() API 
+
+2010-09-17  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java: Adjusted to new handleData() API 
+       * src/org/eclipse/linuxtools/tmf/component/TmfEventProvider.java: Adjusted to new handleData() API 
+       * src/org/eclipse/linuxtools/tmf/event/TmfEvent.java: Support for single event 
+       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Adjusted to new handleData() API  
+       * src/org/eclipse/linuxtools/tmf/request/ITmfDataRequest.java: Adjusted to new handleData() API  
+       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedDataRequest.java: Adjusted to new handleData() API  
+       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedEventRequest.java: Adjusted to new handleData() API  
+       * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java: Adjusted to new handleData() API 
+       * src/org/eclipse/linuxtools/tmf/request/TmfEventRequest.java: Adjusted to new handleData() API 
+
+2010-09-15  Francois Chouinard  <fchouinard@gmail.com>
+
+    * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Optimized TmfExperimentContext handling 
+       * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java: ExecutionType update
+       * src/org/eclipse/linuxtools/tmf/trace/TmfContext.java: ExecutionType update
+       * src/org/eclipse/linuxtools/tmf/request/TmfRequestExecutor.java: ExecutionType update
+       * src/org/eclipse/linuxtools/tmf/request/TmfEventRequest.java: ExecutionType update
+       * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java: ExecutionType update
+       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedEventRequest.java: ExecutionType update
+       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedDataRequest.java: ExecutionType update
+       * src/org/eclipse/linuxtools/tmf/request/ITmfDataRequest.java: ExecutionType update
+       * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java: ExecutionType update
+       * src/org/eclipse/linuxtools/tmf/Tracer.java: ExecutionType update
+
+2010-09-09  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedEventRequest.java: Fix in handleData()
+       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Made class extendable
+
+2010-07-20  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java:
+               - Use a specific lock object (instead of this) for synchronization
+               - Fix executor exception when request comes in immediately after dispose
+       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java:
+               - Fix constructor ignoring index page size
+               - Update saved context on parse to avoid unnecessary seeks
+
+2010-07-19  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Some modifications to make the experiment more generic.
+
+2010-07-13  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java (.updateExperiment): Added check for empty experiment
+       * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java (.updateTraceData): Added check for empty trace
+
+2010-07-12  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/signal/TmfTraceClosedSignal.java: New file.
+       * src/org/eclipse/linuxtools/tmf/signal/TmfTraceOpenedSignal.java: New file.
+       * src/org/eclipse/linuxtools/tmf/signal/TmfTraceParserUpdatedSignal.java: New file.
+       * src/org/eclipse/linuxtools/tmf/signal/TmfTraceSelectedSignal.java: New file.
+       * META-INF/MANIFEST.MF: Added a dependency on org.eclipse.core.resources
+       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java (seekEvent): Commented out useless statements
+       * src/org/eclipse/linuxtools/tmf/trace/ITmfContext.java: Added a constant
+       * src/org/eclipse/linuxtools/tmf/trace/ITmfTrace.java: Added APIs
+       * src/org/eclipse/linuxtools/tmf/trace/TmfLocation.java: Added validation on location
+       * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java (getRank): Added
+       (indexTrace): Cleaned up warning
+       (queueLongRequest): Added background process handling
+
+2010-07-08  Francois Chouinard  <fchouinard@gmail.com>
+
+       * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java (indexTrace): New method + renamed a constant
+
+2009-06-16  Andrew Overholt  <overholt@redhat.com>
+
+       * META-INF/MANIFEST.MF: Change provider from Ericsson to Eclipse.
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core/META-INF/MANIFEST.MF b/org.eclipse.linuxtools.tmf.core/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..185642d
--- /dev/null
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name
+Bundle-SymbolicName: org.eclipse.linuxtools.tmf.core;singleton:=true
+Bundle-Version: 0.4.0.qualifier
+Bundle-Activator: org.eclipse.linuxtools.tmf.core.TmfCorePlugin
+Bundle-Vendor: %Bundle-Vendor
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.core.resources;bundle-version="3.7.100"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ActivationPolicy: lazy
+Export-Package: org.eclipse.linuxtools.tmf.core,
+ org.eclipse.linuxtools.tmf.core.component,
+ org.eclipse.linuxtools.tmf.core.event,
+ org.eclipse.linuxtools.tmf.core.experiment,
+ org.eclipse.linuxtools.tmf.core.filter,
+ org.eclipse.linuxtools.tmf.core.filter.model,
+ org.eclipse.linuxtools.tmf.core.filter.xml,
+ org.eclipse.linuxtools.tmf.core.io,
+ org.eclipse.linuxtools.tmf.core.parser,
+ org.eclipse.linuxtools.tmf.core.request,
+ org.eclipse.linuxtools.tmf.core.signal,
+ org.eclipse.linuxtools.tmf.core.trace,
+ org.eclipse.linuxtools.tmf.core.uml2sd,
+ org.eclipse.linuxtools.tmf.core.util
+Bundle-Localization: plugin
+Import-Package: org.eclipse.core.filesystem.provider
diff --git a/org.eclipse.linuxtools.tmf.core/about.html b/org.eclipse.linuxtools.tmf.core/about.html
new file mode 100644 (file)
index 0000000..c258ef5
--- /dev/null
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+<p>June 5, 2006</p>    
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core/build.properties b/org.eclipse.linuxtools.tmf.core/build.properties
new file mode 100644 (file)
index 0000000..00e5864
--- /dev/null
@@ -0,0 +1,8 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               plugin.xml,\
+               plugin.properties,\
+               about.html,\
+               .
+               
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core/plugin.properties b/org.eclipse.linuxtools.tmf.core/plugin.properties
new file mode 100644 (file)
index 0000000..d1662a8
--- /dev/null
@@ -0,0 +1,3 @@
+#Properties file for org.eclipse.linuxtools.tmf
+Bundle-Vendor = Eclipse Linux Tools
+Bundle-Name = TMF Core
diff --git a/org.eclipse.linuxtools.tmf.core/plugin.xml b/org.eclipse.linuxtools.tmf.core/plugin.xml
new file mode 100644 (file)
index 0000000..f4c52fd
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+   <extension-point id="org.eclipse.linuxtools.tmf.tracetype" name="TMF Trace Type" schema="schema/org.eclipse.linuxtools.tmf.tracetype.exsd"/>
+</plugin>
diff --git a/org.eclipse.linuxtools.tmf.core/pom.xml b/org.eclipse.linuxtools.tmf.core/pom.xml
new file mode 100644 (file)
index 0000000..b8fcf40
--- /dev/null
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Copyright (C) 2011, Red Hat, Inc.
+
+   All rights reserved. This program and the accompanying materials
+   are made available under the terms of the Eclipse Public License v1.0
+   which accompanies this distribution, and is available at
+   http://www.eclipse.org/legal/epl-v10.html
+-->
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>linuxtools-lttng-parent</artifactId>
+    <groupId>org.eclipse.linuxtools.lttng</groupId>
+    <version>0.10.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>org.eclipse.linuxtools.tmf.core</artifactId>
+  <version>0.4.0-SNAPSHOT</version>
+  <packaging>eclipse-plugin</packaging>
+
+  <name>Linux Tools LTTng TMF Core Plug-in</name>
+
+ <build>
+     <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
+     <resources>
+      <resource>
+        <directory>src</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-source-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+ <groupId>org.eclipse.linuxtools.tmf</groupId>
+</project>
diff --git a/org.eclipse.linuxtools.tmf.core/schema/org.eclipse.linuxtools.tmf.tracetype.exsd b/org.eclipse.linuxtools.tmf.core/schema/org.eclipse.linuxtools.tmf.tracetype.exsd
new file mode 100644 (file)
index 0000000..36d8429
--- /dev/null
@@ -0,0 +1,211 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.eclipse.linuxtools.tmf" xmlns="http://www.w3.org/2001/XMLSchema">
+<annotation>
+      <appinfo>
+         <meta.schema plugin="org.eclipse.linuxtools.tmf" id="org.eclipse.linuxtools.tmf.tracetype" name="TMF Trace Type"/>
+      </appinfo>
+      <documentation>
+         This extension point is used to contribute new trace types to the generic components of the TMF framework.
+      </documentation>
+   </annotation>
+
+   <element name="extension">
+      <annotation>
+         <appinfo>
+            <meta.element />
+         </appinfo>
+      </annotation>
+      <complexType>
+         <choice minOccurs="0" maxOccurs="unbounded">
+            <element ref="category"/>
+            <element ref="type"/>
+         </choice>
+         <attribute name="point" type="string" use="required">
+            <annotation>
+               <documentation>
+                  a fully qualified identifier of the target extension point
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="id" type="string">
+            <annotation>
+               <documentation>
+                  an optional identifier of the extension instance
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="name" type="string">
+            <annotation>
+               <documentation>
+                  an optional name of the extension instance
+               </documentation>
+               <appinfo>
+                  <meta.attribute translatable="true"/>
+               </appinfo>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <element name="category">
+      <complexType>
+         <attribute name="id" type="string" use="required">
+            <annotation>
+               <documentation>
+                  a unique name that will be used to identify this category
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="name" type="string" use="required">
+            <annotation>
+               <documentation>
+                  a translatable name that will be used in the UI for this category
+               </documentation>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <element name="type">
+      <complexType>
+         <sequence>
+            <element ref="defaultEditor" minOccurs="0" maxOccurs="1"/>
+            <element ref="eventsTableType" minOccurs="0" maxOccurs="1"/>
+         </sequence>
+         <attribute name="id" type="string" use="required">
+            <annotation>
+               <documentation>
+                  The unique ID that identifies this trace type.
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="name" type="string" use="required">
+            <annotation>
+               <documentation>
+                  The type name as it is displayed to the end user.
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="category" type="string">
+            <annotation>
+               <documentation>
+                  an optional attribute that is composed of the category ID. The referenced category must be declared in a corresponding category element.
+               </documentation>
+               <appinfo>
+                  <meta.attribute kind="identifier" basedOn="org.eclipse.linuxtools.tmf.tracetype/category/@id"/>
+               </appinfo>
+            </annotation>
+         </attribute>
+         <attribute name="trace_type" type="string" use="required">
+            <annotation>
+               <documentation>
+                  The fully qualified name of a class that implements the &lt;samp&gt;ITmfTrace&lt;/samp&gt; interface.
+               </documentation>
+               <appinfo>
+                  <meta.attribute kind="java" basedOn=":org.eclipse.linuxtools.tmf.trace.ITmfTrace"/>
+               </appinfo>
+            </annotation>
+         </attribute>
+         <attribute name="event_type" type="string" use="required">
+            <annotation>
+               <documentation>
+                  The fully qualified name of a class that extends &lt;samp&gt;TmfEvent&lt;/samp&gt; .
+               </documentation>
+               <appinfo>
+                  <meta.attribute kind="java" basedOn="org.eclipse.linuxtools.tmf.event.TmfEvent:"/>
+               </appinfo>
+            </annotation>
+         </attribute>
+         <attribute name="icon" type="string">
+            <annotation>
+               <documentation>
+                  The icon associated to the trace type.
+               </documentation>
+               <appinfo>
+                  <meta.attribute kind="resource"/>
+               </appinfo>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <element name="defaultEditor">
+      <annotation>
+         <documentation>
+            The default editor to use for this trace type.
+If omitted, the trace will open in the Events view.
+         </documentation>
+      </annotation>
+      <complexType>
+         <attribute name="id" type="string" use="default" value="org.eclipse.linuxtools.tmf.ui.editors.events">
+            <annotation>
+               <documentation>
+                  The id of the editor to use for this trace type.
+If empty, the trace will open in the Events view.
+               </documentation>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <element name="eventsTableType">
+      <annotation>
+         <documentation>
+            The events table to use for this trace type.
+If omitted, the default events table will be used.
+         </documentation>
+      </annotation>
+      <complexType>
+         <attribute name="class" type="string" use="default" value="org.eclipse.linuxtools.tmf.ui.viewers.events.TmfEventsTable">
+            <annotation>
+               <documentation>
+                  The fully qualified name of a class that extends &lt;samp&gt;TmfEventsTable&lt;/samp&gt; .
+If empty, the default events table will be used.
+               </documentation>
+               <appinfo>
+                  <meta.attribute kind="java" basedOn="org.eclipse.linuxtools.tmf.ui.viewers.events.TmfEventsTable:"/>
+               </appinfo>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <annotation>
+      <appinfo>
+         <meta.section type="since"/>
+      </appinfo>
+      <documentation>
+         0.9
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appinfo>
+         <meta.section type="examples"/>
+      </appinfo>
+      <documentation>
+         [Enter extension point usage example here.]
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appinfo>
+         <meta.section type="apiinfo"/>
+      </appinfo>
+      <documentation>
+         [Enter API information here.]
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appinfo>
+         <meta.section type="implementation"/>
+      </appinfo>
+      <documentation>
+         [Enter information about supplied implementation of this extension point.]
+      </documentation>
+   </annotation>
+
+
+</schema>
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/TmfCorePlugin.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/TmfCorePlugin.java
new file mode 100644 (file)
index 0000000..239b427
--- /dev/null
@@ -0,0 +1,74 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010, 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core;
+
+import org.eclipse.core.runtime.Plugin;
+import org.osgi.framework.BundleContext;
+
+/**
+ * <b><u>TmfCorePlugin</u></b>
+ * <p>
+ * The activator class controls the plug-in life cycle. No more than one such
+ * plug-in can exist at any time.
+ */
+public class TmfCorePlugin extends Plugin {
+
+       // ------------------------------------------------------------------------
+    // Attributes
+       // ------------------------------------------------------------------------
+
+       // The plug-in ID
+       public static final String PLUGIN_ID = "org.eclipse.linuxtools.tmf"; //$NON-NLS-1$
+
+       // The shared instance
+       private static TmfCorePlugin fPlugin;
+       
+       // ------------------------------------------------------------------------
+    // Constructors
+       // ------------------------------------------------------------------------
+
+       public TmfCorePlugin() {
+               setDefault(this);
+       }
+
+       // ------------------------------------------------------------------------
+    // Accessors
+       // ------------------------------------------------------------------------
+
+    public static TmfCorePlugin getDefault() {
+        return fPlugin;
+    }
+
+       private static void setDefault(TmfCorePlugin plugin) {
+               fPlugin = plugin;
+       }
+
+       // ------------------------------------------------------------------------
+    // Plugin
+       // ------------------------------------------------------------------------
+
+       @Override
+       public void start(BundleContext context) throws Exception {
+               super.start(context);
+               setDefault(this);
+               Tracer.init();
+       }
+
+       @Override
+       public void stop(BundleContext context) throws Exception {
+               Tracer.stop();
+               setDefault(null);
+               super.stop(context);
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/TmfProjectNature.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/TmfProjectNature.java
new file mode 100644 (file)
index 0000000..6d7c6e9
--- /dev/null
@@ -0,0 +1,48 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core;
+
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.resources.IProjectNature;
+import org.eclipse.core.runtime.CoreException;
+
+/**
+ * <b><u>TmfProjectNature</u></b>
+ * <p>
+ * This is really a marker for the tracing projects.
+ */
+public class TmfProjectNature implements IProjectNature {
+
+       public static final String ID = "org.eclipse.linuxtools.tmf.project.nature"; //$NON-NLS-1$
+
+       private IProject fProject;
+       
+       @Override
+       public void configure() throws CoreException {
+       }
+
+       @Override
+       public void deconfigure() throws CoreException {
+       }
+
+       @Override
+       public IProject getProject() {
+               return fProject;
+       }
+
+       @Override
+       public void setProject(IProject project) {
+               fProject = project;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/Tracer.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/Tracer.java
new file mode 100644 (file)
index 0000000..4881c79
--- /dev/null
@@ -0,0 +1,190 @@
+package org.eclipse.linuxtools.tmf.core;\r
+\r
+import java.io.BufferedWriter;\r
+import java.io.FileWriter;\r
+import java.io.IOException;\r
+\r
+import org.eclipse.core.runtime.Platform;\r
+import org.eclipse.linuxtools.tmf.core.component.ITmfComponent;\r
+import org.eclipse.linuxtools.tmf.core.component.ITmfDataProvider;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfData;\r
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;\r
+import org.eclipse.linuxtools.tmf.core.request.ITmfEventRequest;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignal;\r
+\r
+@SuppressWarnings("nls")\r
+public class Tracer {\r
+\r
+    private static String pluginID = TmfCorePlugin.PLUGIN_ID;\r
+\r
+    static Boolean ERROR = Boolean.FALSE;\r
+    static Boolean WARNING = Boolean.FALSE;\r
+    static Boolean INFO = Boolean.FALSE;\r
+\r
+    static Boolean COMPONENT = Boolean.FALSE;\r
+    static Boolean REQUEST = Boolean.FALSE;\r
+    static Boolean SIGNAL = Boolean.FALSE;\r
+    static Boolean EVENT = Boolean.FALSE;\r
+\r
+    private static String LOGNAME = "trace.log";\r
+    private static BufferedWriter fTraceLog = null;\r
+\r
+    private static BufferedWriter openLogFile(String filename) {\r
+        BufferedWriter outfile = null;\r
+        try {\r
+            outfile = new BufferedWriter(new FileWriter(filename));\r
+        } catch (IOException e) {\r
+            e.printStackTrace();\r
+        }\r
+        return outfile;\r
+    }\r
+\r
+    public static void init() {\r
+\r
+        String traceKey;\r
+        boolean isTracing = false;\r
+\r
+        traceKey = Platform.getDebugOption(pluginID + "/error");\r
+        if (traceKey != null) {\r
+            ERROR = (Boolean.valueOf(traceKey)).booleanValue();\r
+            isTracing |= ERROR;\r
+        }\r
+\r
+        traceKey = Platform.getDebugOption(pluginID + "/warning");\r
+        if (traceKey != null) {\r
+            WARNING = (Boolean.valueOf(traceKey)).booleanValue();\r
+            isTracing |= WARNING;\r
+        }\r
+\r
+        traceKey = Platform.getDebugOption(pluginID + "/info");\r
+        if (traceKey != null) {\r
+            INFO = (Boolean.valueOf(traceKey)).booleanValue();\r
+            isTracing |= INFO;\r
+        }\r
+\r
+        traceKey = Platform.getDebugOption(pluginID + "/component");\r
+        if (traceKey != null) {\r
+            COMPONENT = (Boolean.valueOf(traceKey)).booleanValue();\r
+            isTracing |= COMPONENT;\r
+        }\r
+\r
+        traceKey = Platform.getDebugOption(pluginID + "/request");\r
+        if (traceKey != null) {\r
+            REQUEST = (Boolean.valueOf(traceKey)).booleanValue();\r
+            isTracing |= REQUEST;\r
+        }\r
+\r
+        traceKey = Platform.getDebugOption(pluginID + "/signal");\r
+        if (traceKey != null) {\r
+            SIGNAL = (Boolean.valueOf(traceKey)).booleanValue();\r
+            isTracing |= SIGNAL;\r
+        }\r
+\r
+        traceKey = Platform.getDebugOption(pluginID + "/event");\r
+        if (traceKey != null) {\r
+            EVENT = (Boolean.valueOf(traceKey)).booleanValue();\r
+            isTracing |= EVENT;\r
+        }\r
+\r
+        // Create trace log file if needed\r
+        if (isTracing) {\r
+            fTraceLog = openLogFile(LOGNAME);\r
+        }\r
+    }\r
+\r
+    public static void stop() {\r
+        if (fTraceLog == null)\r
+            return;\r
+\r
+        try {\r
+            fTraceLog.close();\r
+            fTraceLog = null;\r
+        } catch (IOException e) {\r
+            e.printStackTrace();\r
+        }\r
+    }\r
+\r
+    // Predicates\r
+    public static boolean isErrorTraced() {\r
+        return ERROR;\r
+    }\r
+\r
+    public static boolean isComponentTraced() {\r
+        return COMPONENT;\r
+    }\r
+\r
+    public static boolean isRequestTraced() {\r
+        return REQUEST;\r
+    }\r
+\r
+    public static boolean isSignalTraced() {\r
+        return SIGNAL;\r
+    }\r
+\r
+    public static boolean isEventTraced() {\r
+        return EVENT;\r
+    }\r
+\r
+    // Tracers\r
+    public static void trace(String msg) {\r
+        long currentTime = System.currentTimeMillis();\r
+        StringBuilder message = new StringBuilder("[");\r
+        message.append(currentTime / 1000);\r
+        message.append(".");\r
+        message.append(String.format("%1$03d", currentTime % 1000));\r
+        message.append("] ");\r
+        message.append(msg);\r
+//             System.out.println(message);\r
+\r
+        if (fTraceLog != null) {\r
+            try {\r
+                fTraceLog.write(message.toString());\r
+                fTraceLog.newLine();\r
+                fTraceLog.flush();\r
+            } catch (IOException e) {\r
+                e.printStackTrace();\r
+            }\r
+        }\r
+    }\r
+\r
+    public static void traceComponent(ITmfComponent component, String msg) {\r
+        String message = ("[CMP] Thread=" + Thread.currentThread().getId() + " Cmp=" + component.getName() + " " + msg);\r
+        trace(message);\r
+    }\r
+\r
+    public static void traceRequest(ITmfDataRequest<?> request, String msg) {\r
+        String message = ("[REQ] Req=" + request.getRequestId()\r
+                + (request.getExecType() == ITmfDataRequest.ExecutionType.BACKGROUND ? " (BG)" : " (FG)") + " Thread="\r
+                + Thread.currentThread().getId() + " Type=" + simpleType(request.getClass().getName()) + " Index="\r
+                + request.getIndex() + " NbReq=" + request.getNbRequested()\r
+                + (request instanceof ITmfEventRequest ? " Range=" + ((ITmfEventRequest<?>) request).getRange() : "")\r
+                + " DataType=" + request.getDataType().getSimpleName() + " " + msg);\r
+        trace(message);\r
+    }\r
+\r
+    private static String simpleType(String type) {\r
+        return type.substring(type.lastIndexOf('.') + 1);\r
+    }\r
+\r
+    public static void traceSignal(TmfSignal signal, String msg) {\r
+        String message = ("[SIG] Type=" + signal.getClass().getSimpleName() + " Target=" + msg);\r
+        trace(message);\r
+    }\r
+\r
+    public static void traceEvent(ITmfDataProvider<?> provider, ITmfDataRequest<?> request, TmfData data) {\r
+        String message = ("[EVT] Provider=" + provider.toString() + ", Req=" + request.getRequestId() + ", Event=" + data\r
+                .toString());\r
+        trace(message);\r
+    }\r
+\r
+    public static void traceError(String msg) {\r
+        String message = ("[ERR] Thread=" + Thread.currentThread().getId() + " " + msg);\r
+        trace(message);\r
+    }\r
+\r
+    public static void traceInfo(String msg) {\r
+        String message = ("[INF] Thread=" + Thread.currentThread().getId() + " " + msg);\r
+        trace(message);\r
+    }\r
+\r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/ITmfComponent.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/ITmfComponent.java
new file mode 100644 (file)
index 0000000..e904050
--- /dev/null
@@ -0,0 +1,43 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.component;
+
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignal;
+
+/**
+ * <b><u>ITmfComponent</u></b>
+ * <p>
+ * This is the basic interface of all the TMF components.
+ * <p>
+ *  Currently, it only addresses the inter-component signaling.
+ */
+public interface ITmfComponent {
+
+       /**
+        * Get the component ID
+        */
+       public String getName();
+
+       /**
+        * Dispose of the component
+        */
+       public void dispose();
+
+       /**
+        * Broadcast a signal to all the interested listeners.
+        * 
+        * @param signal
+        */
+       public void broadcast(TmfSignal signal);
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/ITmfDataProvider.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/ITmfDataProvider.java
new file mode 100644 (file)
index 0000000..d0b3063
--- /dev/null
@@ -0,0 +1,35 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.component;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfData;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+
+/**
+ * <b><u>ITmfDataRequest</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public interface ITmfDataProvider<T extends TmfData> {
+
+    /**
+     * Queues the request for processing.
+     * 
+     * If the request can't be serviced, it will fail (i.e. isFailed() will be set).
+     * 
+        * @param request The request to process
+        */
+       public void sendRequest(ITmfDataRequest<T> request);
+       public void fireRequest();
+       public void notifyPendingRequest(boolean isIncrement);
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfComponent.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfComponent.java
new file mode 100644 (file)
index 0000000..58501a4
--- /dev/null
@@ -0,0 +1,82 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.component;
+
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalManager;
+
+/**
+ * <b><u>TmfComponent</u></b>
+ * <p>
+ * This is the base class of the TMF components.
+ * <p>
+ *  Currently, it only addresses the inter-component signaling.
+ */
+public abstract class TmfComponent implements ITmfComponent {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+       private String fName;
+       
+       // ------------------------------------------------------------------------
+       // Constructor
+       // ------------------------------------------------------------------------
+
+    public TmfComponent() {
+           this(""); //$NON-NLS-1$
+    }
+
+    public void init(String name) {
+        fName = name;
+        TmfSignalManager.register(this);
+    }
+
+       public TmfComponent(String name) {
+               init(name);
+       }
+       
+       public TmfComponent(TmfComponent other) {
+        init(other.fName);
+       }
+       
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+       protected void setName(String name) {
+               fName = name;
+       }
+
+       // ------------------------------------------------------------------------
+       // ITmfComponent
+       // ------------------------------------------------------------------------
+
+       @Override
+       public String getName() {
+               return fName;
+       }
+
+       @Override
+       public void dispose() {
+               TmfSignalManager.deregister(this);
+//             if (Tracer.isComponentTraced()) Tracer.traceComponent(this, "terminated");
+       }
+
+       @Override
+       public void broadcast(TmfSignal signal) {
+               TmfSignalManager.dispatchSignal(signal);
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfDataProvider.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfDataProvider.java
new file mode 100644 (file)
index 0000000..832ffbb
--- /dev/null
@@ -0,0 +1,418 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.component;
+
+import java.util.Vector;
+import java.util.concurrent.BlockingQueue;
+import java.util.concurrent.LinkedBlockingQueue;
+import java.util.concurrent.SynchronousQueue;
+
+import org.eclipse.linuxtools.tmf.core.Tracer;
+import org.eclipse.linuxtools.tmf.core.event.TmfData;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfCoalescedDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfRequestExecutor;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest.ExecutionType;
+import org.eclipse.linuxtools.tmf.core.signal.TmfEndSynchSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
+import org.eclipse.linuxtools.tmf.core.signal.TmfStartSynchSignal;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;
+
+/**
+ * <b><u>TmfProvider</u></b>
+ * <p>
+ * The TmfProvider<T> is a provider for a data of type <T>.
+ * <p>
+ * This abstract class implements the housekeeking methods to register/ deregister the event provider and to handle
+ * generically the event requests.
+ * <p>
+ * The concrete class can either re-implement processRequest() entirely or just implement the hooks (initializeContext()
+ * and getNext()).
+ * <p>
+ * TODO: Add support for providing multiple data types.
+ */
+public abstract class TmfDataProvider<T extends TmfData> extends TmfComponent implements ITmfDataProvider<T> {
+
+    // ------------------------------------------------------------------------
+    // Constants
+    // ------------------------------------------------------------------------
+
+    public static final int DEFAULT_BLOCK_SIZE = 50000;
+    public static final int DEFAULT_QUEUE_SIZE = 1000;
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+    protected Class<T> fType;
+    protected boolean fLogData;
+    protected boolean fLogError;
+
+    protected int fQueueSize = DEFAULT_QUEUE_SIZE;
+    protected BlockingQueue<T> fDataQueue;
+    protected TmfRequestExecutor fExecutor;
+
+    private int fSignalDepth = 0;
+    private final Object fLock = new Object();
+
+    private int fRequestPendingCounter = 0;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    public TmfDataProvider() {
+        super();
+        fQueueSize = DEFAULT_QUEUE_SIZE;
+        fDataQueue = new LinkedBlockingQueue<T>(fQueueSize);
+        fExecutor = new TmfRequestExecutor();
+    }
+
+    public void init(String name, Class<T> dataType) {
+        super.init(name);
+        fType = dataType;
+        fDataQueue = (fQueueSize > 1) ? new LinkedBlockingQueue<T>(fQueueSize) : new SynchronousQueue<T>();
+
+        fExecutor = new TmfRequestExecutor();
+        fSignalDepth = 0;
+
+        fLogData = Tracer.isEventTraced();
+        fLogError = Tracer.isErrorTraced();
+
+        TmfProviderManager.register(fType, this);
+    }
+
+    protected TmfDataProvider(String name, Class<T> type, int queueSize) {
+        this();
+        fQueueSize = queueSize;
+        init(name, type);
+    }
+
+    public TmfDataProvider(TmfDataProvider<T> other) {
+        this();
+        init(other.getName(), other.fType);
+    }
+
+    public TmfDataProvider(String name, Class<T> type) {
+        this(name, type, DEFAULT_QUEUE_SIZE);
+    }
+
+    @Override
+    public void dispose() {
+        TmfProviderManager.deregister(fType, this);
+        fExecutor.stop();
+        super.dispose();
+        // if (Tracer.isComponentTraced()) Tracer.traceComponent(this, "stopped");
+    }
+
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+    public int getQueueSize() {
+        return fQueueSize;
+    }
+
+    public Class<?> getType() {
+        return fType;
+    }
+
+    // ------------------------------------------------------------------------
+    // ITmfRequestHandler
+    // ------------------------------------------------------------------------
+
+    @Override
+    public void sendRequest(final ITmfDataRequest<T> request) {
+        synchronized (fLock) {
+            if (fSignalDepth > 0) {
+                coalesceDataRequest(request);
+            } else {
+                dispatchRequest(request);
+            }
+        }
+    }
+
+    /**
+     * This method queues the coalesced requests.
+     * 
+     * @param thread
+     */
+    @Override
+    public void fireRequest() {
+        synchronized (fLock) {
+            if (fRequestPendingCounter > 0) {
+                return;
+            }
+            if (fPendingCoalescedRequests.size() > 0) {
+                for (TmfDataRequest<T> request : fPendingCoalescedRequests) {
+                    dispatchRequest(request);
+                }
+                fPendingCoalescedRequests.clear();
+            }
+        }
+    }
+
+    /**
+     * Increments/decrements the pending requests counters and fires the request if necessary (counter == 0). Used for
+     * coalescing requests accross multiple TmfDataProvider.
+     * 
+     * @param isIncrement
+     */
+    @Override
+    public void notifyPendingRequest(boolean isIncrement) {
+        synchronized (fLock) {
+            if (isIncrement) {
+                if (fSignalDepth > 0) {
+                    fRequestPendingCounter++;
+                }
+            } else {
+                if (fRequestPendingCounter > 0) {
+                    fRequestPendingCounter--;
+                }
+
+                // fire request if all pending requests are received
+                if (fRequestPendingCounter == 0) {
+                    fireRequest();
+                }
+            }
+        }
+    }
+
+    // ------------------------------------------------------------------------
+    // Coalescing (primitive test...)
+    // ------------------------------------------------------------------------
+
+    protected Vector<TmfCoalescedDataRequest<T>> fPendingCoalescedRequests = new Vector<TmfCoalescedDataRequest<T>>();
+
+    protected void newCoalescedDataRequest(ITmfDataRequest<T> request) {
+        synchronized (fLock) {
+            TmfCoalescedDataRequest<T> coalescedRequest = new TmfCoalescedDataRequest<T>(fType, request.getIndex(),
+                    request.getNbRequested(), request.getBlockSize(), request.getExecType());
+            coalescedRequest.addRequest(request);
+            if (Tracer.isRequestTraced()) {
+                Tracer.traceRequest(request, "coalesced with " + coalescedRequest.getRequestId()); //$NON-NLS-1$
+            }
+            fPendingCoalescedRequests.add(coalescedRequest);
+        }
+    }
+
+    protected void coalesceDataRequest(ITmfDataRequest<T> request) {
+        synchronized (fLock) {
+            for (TmfCoalescedDataRequest<T> coalescedRequest : fPendingCoalescedRequests) {
+                if (coalescedRequest.isCompatible(request)) {
+                    coalescedRequest.addRequest(request);
+                    if (Tracer.isRequestTraced()) {
+                        Tracer.traceRequest(request, "coalesced with " + coalescedRequest.getRequestId()); //$NON-NLS-1$
+                    }
+                    return;
+                }
+            }
+            newCoalescedDataRequest(request);
+        }
+    }
+
+    // ------------------------------------------------------------------------
+    // Request processing
+    // ------------------------------------------------------------------------
+
+    private void dispatchRequest(final ITmfDataRequest<T> request) {
+        if (request.getExecType() == ExecutionType.FOREGROUND)
+            queueRequest(request);
+        else
+            queueBackgroundRequest(request, request.getBlockSize(), true);
+    }
+
+    protected void queueRequest(final ITmfDataRequest<T> request) {
+
+        if (fExecutor.isShutdown()) {
+            request.cancel();
+            return;
+        }
+
+        final TmfDataProvider<T> provider = this;
+
+        // Process the request
+        TmfThread thread = new TmfThread(request.getExecType()) {
+            
+            @Override
+            public void run() {
+
+                if (Tracer.isRequestTraced())
+                    Tracer.trace("Request #" + request.getRequestId() + " is being serviced by " + provider.getName()); //$NON-NLS-1$//$NON-NLS-2$
+
+                // Extract the generic information
+                request.start();
+                int nbRequested = request.getNbRequested();
+                int nbRead = 0;
+
+                // Initialize the execution
+                ITmfContext context = armRequest(request);
+                if (context == null) {
+                    request.cancel();
+                    return;
+                }
+
+                try {
+                    // Get the ordered events
+                    T data = getNext(context);
+                    if (Tracer.isRequestTraced())
+                        Tracer.trace("Request #" + request.getRequestId() + " read first event"); //$NON-NLS-1$ //$NON-NLS-2$
+                    while (data != null && !isCompleted(request, data, nbRead)) {
+                        if (fLogData)
+                            Tracer.traceEvent(provider, request, data);
+                        request.handleData(data);
+
+                        // To avoid an unnecessary read passed the last data
+                        // requested
+                        if (++nbRead < nbRequested) {
+                            data = getNext(context);
+                        }
+                    }
+                    if (Tracer.isRequestTraced())
+                        Tracer.trace("Request #" + request.getRequestId() + " finished"); //$NON-NLS-1$//$NON-NLS-2$
+
+                    if (request.isCancelled()) {
+                        request.cancel();
+                    } else {
+                        request.done();
+                    }
+                } catch (Exception e) {
+                    request.fail();
+                }
+
+                // Cleanup
+                context.dispose();
+            }
+
+            @Override
+            public void cancel() {
+                if (!request.isCompleted()) {
+                    request.cancel();
+                }
+            }
+        };
+
+        if (Tracer.isRequestTraced())
+            Tracer.traceRequest(request, "queued"); //$NON-NLS-1$
+        fExecutor.execute(thread);
+
+    }
+
+    protected void queueBackgroundRequest(final ITmfDataRequest<T> request, final int blockSize, final boolean indexing) {
+
+        Thread thread = new Thread() {
+            @Override
+            public void run() {
+                request.start();
+
+                final Integer[] CHUNK_SIZE = new Integer[1];
+                CHUNK_SIZE[0] = Math.min(request.getNbRequested(), blockSize + ((indexing) ? 1 : 0));
+
+                final Integer[] nbRead = new Integer[1];
+                nbRead[0] = 0;
+
+                final Boolean[] isFinished = new Boolean[1];
+                isFinished[0] = Boolean.FALSE;
+
+                while (!isFinished[0]) {
+
+                    TmfDataRequest<T> subRequest = new TmfDataRequest<T>(request.getDataType(), request.getIndex()
+                            + nbRead[0], CHUNK_SIZE[0], blockSize, ExecutionType.BACKGROUND) {
+                        @Override
+                        public void handleData(T data) {
+                            super.handleData(data);
+                            request.handleData(data);
+                            if (getNbRead() > CHUNK_SIZE[0]) {
+                                System.out.println("ERROR - Read too many events"); //$NON-NLS-1$
+                            }
+                        }
+
+                        @Override
+                        public void handleCompleted() {
+                            nbRead[0] += getNbRead();
+                            if (nbRead[0] >= request.getNbRequested() || (getNbRead() < CHUNK_SIZE[0])) {
+                                if (this.isCancelled()) {
+                                    request.cancel();
+                                } else if (this.isFailed()) {
+                                    request.fail();
+                                } else {
+                                    request.done();
+                                }
+                                isFinished[0] = Boolean.TRUE;
+                            }
+                            super.handleCompleted();
+                        }
+                    };
+
+                    if (!isFinished[0]) {
+                        queueRequest(subRequest);
+
+                        try {
+                            subRequest.waitForCompletion();
+                        } catch (InterruptedException e) {
+                            e.printStackTrace();
+                        }
+
+                        CHUNK_SIZE[0] = Math.min(request.getNbRequested() - nbRead[0], blockSize);
+                    }
+                }
+            }
+        };
+
+        thread.start();
+    }
+
+    /**
+     * Initialize the provider based on the request. The context is provider specific and will be updated by getNext().
+     * 
+     * @param request
+     * @return an application specific context; null if request can't be serviced
+     */
+    public abstract ITmfContext armRequest(ITmfDataRequest<T> request);
+
+    public abstract T getNext(ITmfContext context);
+
+    /**
+     * Checks if the data meets the request completion criteria.
+     * 
+     * @param request
+     * @param data
+     * @return
+     */
+    public boolean isCompleted(ITmfDataRequest<T> request, T data, int nbRead) {
+        return request.isCompleted() || nbRead >= request.getNbRequested() || data.isNullRef();
+    }
+
+    // ------------------------------------------------------------------------
+    // Signal handlers
+    // ------------------------------------------------------------------------
+
+    @TmfSignalHandler
+    public void startSynch(TmfStartSynchSignal signal) {
+        synchronized (fLock) {
+            fSignalDepth++;
+        }
+    }
+
+    @TmfSignalHandler
+    public void endSynch(TmfEndSynchSignal signal) {
+        synchronized (fLock) {
+            fSignalDepth--;
+            if (fSignalDepth == 0) {
+                fireRequest();
+            }
+        }
+    }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfEventProvider.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfEventProvider.java
new file mode 100644 (file)
index 0000000..1d73804
--- /dev/null
@@ -0,0 +1,158 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.component;
+
+import org.eclipse.linuxtools.tmf.core.Tracer;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.ITmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfCoalescedEventRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest.ExecutionType;
+
+/**
+ * <b><u>TmfEventProvider</u></b>
+ * <p>
+ */
+public abstract class TmfEventProvider<T extends TmfEvent> extends TmfDataProvider<T> {
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    public TmfEventProvider() {
+        super();
+    }
+
+    public void init(String name, Class<T> eventType) {
+        super.init(name, eventType);
+    }
+
+    public TmfEventProvider(String name, Class<T> type) {
+        super(name, type);
+    }
+
+    public TmfEventProvider(String name, Class<T> type, int queueSize) {
+        super(name, type, queueSize);
+    }
+
+    public TmfEventProvider(TmfEventProvider<T> other) {
+        super(other);
+    }
+
+    // ------------------------------------------------------------------------
+    // TmfDataProvider
+    // ------------------------------------------------------------------------
+
+    @Override
+    public boolean isCompleted(ITmfDataRequest<T> request, T data, int nbRead) {
+        boolean requestCompleted = super.isCompleted(request, data, nbRead);
+        if (!requestCompleted && request instanceof ITmfEventRequest<?> && !data.isNullRef()) {
+            TmfTimestamp endTime = ((ITmfEventRequest<?>) request).getRange().getEndTime();
+            return data.getTimestamp().compareTo(endTime, false) > 0;
+        }
+        return requestCompleted;
+    }
+
+    @Override
+    protected synchronized void newCoalescedDataRequest(ITmfDataRequest<T> request) {
+        if (request instanceof ITmfEventRequest<?>) {
+            ITmfEventRequest<T> eventRequest = (ITmfEventRequest<T>) request;
+            TmfCoalescedEventRequest<T> coalescedRequest = new TmfCoalescedEventRequest<T>(fType, eventRequest.getRange(),
+                    eventRequest.getIndex(), eventRequest.getNbRequested(), eventRequest.getBlockSize(), eventRequest.getExecType());
+            coalescedRequest.addRequest(eventRequest);
+            if (Tracer.isRequestTraced()) {
+                Tracer.traceRequest(request, "coalesced with " + coalescedRequest.getRequestId()); //$NON-NLS-1$
+            }
+            fPendingCoalescedRequests.add(coalescedRequest);
+        } else {
+            super.newCoalescedDataRequest(request);
+        }
+    }
+
+       @Override
+       protected void queueBackgroundRequest(final ITmfDataRequest<T> request, final int blockSize, final boolean indexing) {
+
+               if (! (request instanceof ITmfEventRequest)) {
+                       super.queueBackgroundRequest(request, blockSize, indexing);
+                       return;
+               }
+
+               Thread thread = new Thread() {
+                       @Override
+                       public void run() {
+                               request.start();
+
+                               final Integer[] CHUNK_SIZE = new Integer[1];
+                               CHUNK_SIZE[0] = Math.min(request.getNbRequested(), blockSize + ((indexing) ? 1 : 0));
+                               
+                               final Integer[] nbRead = new Integer[1];
+                               nbRead[0] = 0;
+
+                               final Boolean[] isFinished = new Boolean[1];
+                               isFinished[0] = Boolean.FALSE;
+
+                               int startIndex = request.getIndex();
+                               
+                               while (!isFinished[0]) {
+
+                                       TmfEventRequest<T> subRequest= new TmfEventRequest<T>(request.getDataType(), ((ITmfEventRequest<?>) request).getRange(), startIndex + nbRead[0], CHUNK_SIZE[0], blockSize, ExecutionType.BACKGROUND)
+                                       {
+                                               @Override
+                                               public void handleData(T data) {
+                                                       super.handleData(data);
+                                                       request.handleData(data);
+                                                       if (this.getNbRead() > CHUNK_SIZE[0]) {
+                                                               System.out.println("ERROR - Read too many events"); //$NON-NLS-1$
+                                                       }
+                                               }
+
+                                               @Override
+                                               public void handleCompleted() {
+                                                       nbRead[0] += this.getNbRead();
+                                                       if (nbRead[0] >= request.getNbRequested() || (this.getNbRead() < CHUNK_SIZE[0])) {
+                                                               if (this.isCancelled()) { 
+                                                                       request.cancel();
+                                                               } else if (this.isFailed()) {
+                                                                   request.fail();  
+                                                               } else {
+                                                                       request.done();
+                                                               }
+                                                               isFinished[0] = Boolean.TRUE;
+                                                       }
+                                                       super.handleCompleted();
+                                               }
+                                       };
+
+                                       if (!isFinished[0]) {
+                                               queueRequest(subRequest);
+
+                                               try {
+                                                       subRequest.waitForCompletion();
+                                               } catch (InterruptedException e) {
+                                                       e.printStackTrace();
+                                               }
+
+                                               if (startIndex == 0 && nbRead[0] == CHUNK_SIZE[0]) { // do this only once if the event request index is unknown
+                                                       startIndex = subRequest.getIndex(); // update the start index with the index of the first subrequest's
+                                               }                                       // start time event which was set during the arm request
+                                               CHUNK_SIZE[0] = Math.min(request.getNbRequested() - nbRead[0], blockSize);
+                                       }
+                               }
+                       }
+               };
+
+               thread.start();
+       }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfProviderManager.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfProviderManager.java
new file mode 100644 (file)
index 0000000..7c9c285
--- /dev/null
@@ -0,0 +1,109 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.component;
+
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfData;
+
+/**
+ * <b><u>TmfProviderManager.java</u></b>
+ * <p>
+ * Singleton that keeps track of the event providers.
+ */
+public class TmfProviderManager {
+
+       // ------------------------------------------------------------------------
+       // No constructor
+       // ------------------------------------------------------------------------
+
+       private TmfProviderManager() {}
+       
+       // ------------------------------------------------------------------------
+       // Keeps track of the providers for each event type
+       // ------------------------------------------------------------------------
+       
+       private static Map<Class<? extends TmfData>, List<TmfDataProvider<? extends TmfData>>> fProviders =
+                  new HashMap<Class<? extends TmfData>, List<TmfDataProvider<? extends TmfData>>>();
+
+       /**
+        * Registers [provider] as a provider of [eventType]
+        * 
+        * @param eventType
+        * @param provider
+        */
+       public static <T extends TmfData> void register(Class<T> eventType, TmfDataProvider<? extends TmfData> provider) {
+               if (fProviders.get(eventType) == null)
+                       fProviders.put(eventType, new ArrayList<TmfDataProvider<? extends TmfData>>());
+               fProviders.get(eventType).add(provider);
+       }
+
+       /**
+        * Re-registers [provider] as a provider of [eventType]
+        * 
+        * @param dataClass
+        * @param provider
+        */
+       public static <T extends TmfData> void deregister(Class<T> dataClass, TmfDataProvider<? extends TmfData> provider) {
+               List<TmfDataProvider<? extends TmfData>> list = fProviders.get(dataClass);
+               if (list != null) {
+                       list.remove(provider);
+                       if (list.size() == 0)
+                               fProviders.remove(dataClass);
+               }
+       }
+
+       /**
+        * Returns the list of components that provide [eventType]
+        * 
+        * @param dataClass
+        * @return
+        */
+       @SuppressWarnings("unchecked")
+       public static TmfDataProvider<? extends TmfData>[] getProviders(Class<? extends TmfData> dataClass) {
+               List<TmfDataProvider<? extends TmfData>> list = fProviders.get(dataClass);
+               if (list == null)
+                       list = new ArrayList<TmfDataProvider<? extends TmfData>>(); 
+               TmfDataProvider<? extends TmfData>[] result = new TmfDataProvider[list.size()];
+               return list.toArray(result);
+       }
+
+       /**
+        * Returns the list of components of type [providerType] that provide [eventType]
+        * 
+        * @param type
+        * @param clazz
+        * @return
+        */
+       @SuppressWarnings("unchecked")
+       public static TmfDataProvider<? extends TmfData>[] getProviders(Class<? extends TmfData> dataClass, Class<? extends TmfDataProvider<? extends TmfData>> providerClass) {
+               if (providerClass == null) {
+                       return getProviders(dataClass);
+               }
+               TmfDataProvider<? extends TmfData>[] list = getProviders(dataClass);
+               List<TmfDataProvider<? extends TmfData>> result = new ArrayList<TmfDataProvider<? extends TmfData>>();
+               if (list != null) {
+                       for (TmfDataProvider<? extends TmfData> provider : list) {
+                               if (provider.getClass() == providerClass) {
+                                       result.add(provider);
+                               }
+                       }
+               }
+               TmfDataProvider<? extends TmfData>[] array = new TmfDataProvider[result.size()];
+               return result.toArray(array);
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfThread.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfThread.java
new file mode 100644 (file)
index 0000000..921b556
--- /dev/null
@@ -0,0 +1,20 @@
+package org.eclipse.linuxtools.tmf.core.component;
+
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest.ExecutionType;
+
+public class TmfThread extends Thread { // implements Comparator<ITmfDataRequest<?>> {
+
+       private final ExecutionType fExecType;
+       
+       public TmfThread(ExecutionType execType) {
+               fExecType = execType;
+       }
+       
+       public ExecutionType getExecType() {
+               return fExecType;
+       }
+
+       public void cancel() {
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfData.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfData.java
new file mode 100644 (file)
index 0000000..709d771
--- /dev/null
@@ -0,0 +1,25 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.event;
+
+/**
+ * <b><u>TmfData</u></b>
+ * <p>
+ * This is just an empty base class for the data meant to navigate in the
+ * framework.
+ */
+public abstract class TmfData {
+
+       public abstract boolean isNullRef();
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEvent.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEvent.java
new file mode 100644 (file)
index 0000000..7b89b45
--- /dev/null
@@ -0,0 +1,272 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.event;
+
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+
+/**
+ * <b><u>TmfEvent</u></b>
+ * <p>
+ * The basic event structure in the TMF. In its canonical form, an event has:
+ * <ul>
+ * <li> a normalized timestamp
+ * <li> a source (reporter)
+ * <li> a type
+ * <li> a content
+ * </ul>
+ * For convenience, a free-form reference field is also provided. It could be
+ * used as e.g. a location marker in the event stream to distinguish between
+ * otherwise identical events.
+ * 
+ * Notice that for performance reasons TmfEvent is NOT immutable. If a copy
+ * of the event is needed, use the copy constructor.
+ */
+public class TmfEvent extends TmfData implements Cloneable {
+
+    // ------------------------------------------------------------------------
+    // Constants
+    // ------------------------------------------------------------------------
+
+    public static final TmfEvent NullEvent = new TmfEvent();
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+       protected ITmfTrace<?>         fParentTrace;
+       protected long              fEventRank;
+       protected TmfTimestamp      fEffectiveTimestamp;
+       protected TmfTimestamp      fOriginalTimestamp;
+       protected TmfEventSource    fSource;
+       protected TmfEventType      fType;
+       protected TmfEventReference fReference;
+
+    // Content requires a reference to the parent event so it is initialized
+    // using setContent()
+    protected TmfEventContent fContent;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    /**
+     * @param trace the parent trace
+     * @param originalTS the original timestamp
+     * @param effectiveTS the effective timestamp
+     * @param source the event source (generator)
+     * @param type the event type
+     * @param reference a free-form reference field
+     */
+    public TmfEvent(ITmfTrace<?> trace, long rank, TmfTimestamp originalTS, TmfTimestamp effectiveTS,
+            TmfEventSource source, TmfEventType type, TmfEventReference reference)
+    {
+        fParentTrace        = trace;
+        fEventRank          = rank;
+        fOriginalTimestamp  = originalTS;
+        fEffectiveTimestamp = effectiveTS;
+        fSource             = source;
+        fType               = type;
+        fReference          = reference;
+    }
+
+       /**
+        * @param originalTS the original timestamp
+        * @param effectiveTS the effective timestamp
+        * @param source the event source (generator)
+        * @param type the event type
+        * @param reference a free-form reference field
+        */
+       public TmfEvent(TmfTimestamp originalTS, TmfTimestamp effectiveTS,
+                       TmfEventSource source, TmfEventType type, TmfEventReference reference)
+       {
+        this(null, -1, originalTS, effectiveTS, source, type, reference);
+       }
+
+    /**
+     * @param trace the parent trace
+     * @param timestamp the effective timestamp
+     * @param source the event source (generator)
+     * @param type the event type
+     * @param reference a free-form reference field
+     */
+    public TmfEvent(ITmfTrace<?> parentTrace, TmfTimestamp timestamp, TmfEventSource source,
+            TmfEventType type, TmfEventReference reference)
+    {
+        this(parentTrace, -1, timestamp, timestamp, source, type, reference);
+    }
+
+       /**
+        * @param timestamp the effective timestamp
+        * @param source the event source (generator)
+        * @param type the event type
+        * @param reference a free-form reference field
+        */
+       public TmfEvent(TmfTimestamp timestamp, TmfEventSource source,
+                       TmfEventType type, TmfEventReference reference)
+       {
+               this(null, -1, timestamp, timestamp, source, type, reference);
+       }
+
+       /**
+        * Copy constructor
+        * 
+        * @param other the original event
+        */
+       public TmfEvent(TmfEvent other) {
+       if (other == null)
+               throw new IllegalArgumentException();
+        fParentTrace        = other.fParentTrace;
+        fEventRank          = other.fEventRank;
+               fOriginalTimestamp  = new TmfTimestamp(other.fOriginalTimestamp);
+               fEffectiveTimestamp = new TmfTimestamp(other.fEffectiveTimestamp);
+               fSource                         = new TmfEventSource(other.fSource);
+               fType                           = new TmfEventType(other.fType);
+               fContent                        = new TmfEventContent(other.fContent);
+               fReference                      = new TmfEventReference(other.fReference);
+       }
+
+    public TmfEvent() {
+    }
+
+    @Override
+    public boolean isNullRef() {
+        return this == NullEvent;
+    }
+
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+    /**
+     * @return the parent trace
+     */
+    public ITmfTrace<?> getParentTrace() {
+        return fParentTrace;
+    }
+
+    /**
+     * @return the event rank
+     */
+    public long getEventRank() {
+        return fEventRank;
+    }
+
+    /**
+     * @return the effective event timestamp
+     */
+    public TmfTimestamp getTimestamp() {
+        return fEffectiveTimestamp;
+    }
+
+    /**
+     * @return the original event timestamp
+     */
+    public TmfTimestamp getOriginalTimestamp() {
+        return fOriginalTimestamp;
+    }
+
+    /**
+     * @return the event source
+     */
+    public TmfEventSource getSource() {
+        return fSource;
+    }
+
+    /**
+     * @return the event type
+     */
+    public TmfEventType getType() {
+        return fType;
+    }
+
+    /**
+     * @return the event content
+     */
+    public TmfEventContent getContent() {
+        return fContent;
+    }
+
+    /**
+     * @return the event reference
+     */
+    public TmfEventReference getReference() {
+        return fReference;
+    }
+
+    /**
+     * @param content
+     *            the new event content
+     */
+    public void setContent(TmfEventContent content) {
+        fContent = content;
+    }
+
+    /**
+     * @return the event raw text
+     */
+    public String getRawText() {
+        if (fContent != null && fContent.getContent() != null) {
+            return fContent.getContent().toString();
+        }
+        return ""; //$NON-NLS-1$
+    }
+
+    // ------------------------------------------------------------------------
+    // Object
+    // ------------------------------------------------------------------------
+
+    @Override
+    public int hashCode() {
+        int result = 17;
+        result = 37 * result + fSource.hashCode();
+        result = 37 * result + fType.hashCode();
+        result = 37 * result + fEffectiveTimestamp.hashCode();
+        return result;
+    }
+
+    @Override
+    public boolean equals(Object other) {
+        if (!(other instanceof TmfEvent))
+            return false;
+        TmfEvent o = (TmfEvent) other;
+        return fEffectiveTimestamp.equals(o.fEffectiveTimestamp) && fSource.equals(o.fSource) && fType.equals(o.fType) && fContent.equals(o.fContent);
+    }
+
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        return "[TmfEvent(" + fEffectiveTimestamp + "," + fSource + "," + fType + "," + fContent + ")]";
+    }
+
+       @Override
+       public TmfEvent clone() {
+               TmfEvent clone = null;
+               try {
+                       clone = (TmfEvent) super.clone();
+                       clone.fParentTrace        = fParentTrace;
+                       clone.fEventRank          = fEventRank;
+                       clone.fOriginalTimestamp  = fOriginalTimestamp.clone();
+                       clone.fEffectiveTimestamp = fEffectiveTimestamp.clone();
+                       clone.fSource             = fSource.clone();
+                       clone.fType               = fType.clone();
+                       clone.fReference          = fReference.clone();
+                       clone.fContent            = fContent.clone();
+               }
+               catch (CloneNotSupportedException e) {
+                       e.printStackTrace();
+               }
+
+        return clone;
+    }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventContent.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventContent.java
new file mode 100644 (file)
index 0000000..7ea4d30
--- /dev/null
@@ -0,0 +1,213 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.event;
+
+/**
+ * <b><u>TmfEventContent</u></b>
+ * <p>
+ * The event content.
+ */
+public class TmfEventContent implements Cloneable {
+
+       // Default field ids
+       public static final String FIELD_ID_TIMESTAMP = ":timestamp:"; //$NON-NLS-1$
+       public static final String FIELD_ID_SOURCE    = ":source:"; //$NON-NLS-1$
+       public static final String FIELD_ID_TYPE      = ":type:"; //$NON-NLS-1$
+       public static final String FIELD_ID_REFERENCE = ":reference:"; //$NON-NLS-1$
+       public static final String FIELD_ID_CONTENT   = ":content:"; //$NON-NLS-1$
+       
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+       protected TmfEvent fParentEvent;
+       protected Object   fRawContent;
+       protected Object[] fFields;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+       /**
+        * @param parent the parent event (owner)
+        * @param content the raw content
+        */
+       public TmfEventContent(TmfEvent parent, Object content) {
+               fParentEvent = parent;
+               fRawContent  = content;
+       }
+
+    /**
+     * @param other the original event content
+     */
+    public TmfEventContent(TmfEventContent other) {
+       if (other == null)
+               throw new IllegalArgumentException();
+       fParentEvent = other.fParentEvent;
+               fRawContent  = other.fRawContent;
+               fFields      = other.fFields;
+    }
+
+    @SuppressWarnings("unused")
+       private TmfEventContent() {
+               throw new AssertionError();
+    }
+
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+       /**
+        * @return the parent (containing) event
+        */
+       public TmfEvent getEvent() {
+               return fParentEvent;
+       }
+
+       /**
+        * @return the event type
+        */
+       public TmfEventType getType() {
+               return fParentEvent.getType();
+       }
+
+       /**
+        * @return the raw content
+        */
+       public Object getContent() {
+               return fRawContent;
+       }
+
+       /**
+        * Returns the list of fields in the same order as TmfEventType.getLabels()
+        * 
+        * @return the ordered set of fields (optional fields might be null)
+        */
+       public Object[] getFields() {
+               if (fFields == null) {
+                       parseContent();
+               }
+               return fFields;
+       }
+
+       /**
+        * @param id the field id
+        * @return the corresponding field
+        * @throws TmfNoSuchFieldException
+        */
+    public Object getField(String id) throws TmfNoSuchFieldException {
+        if (fFields == null) {
+            parseContent();
+        }
+        try {
+            return fFields[getType().getFieldIndex(id)];
+        } catch (TmfNoSuchFieldException e) {
+            // Required for filtering from default TmfEventsTable columns
+            if (id.equals(FIELD_ID_CONTENT)) {
+                return fParentEvent.getContent().toString();
+            } else if (id.equals(FIELD_ID_TIMESTAMP)) {
+                return new Long(fParentEvent.getTimestamp().getValue()).toString();
+            } else if (id.equals(FIELD_ID_SOURCE)) {
+                return fParentEvent.getSource().getSourceId().toString();
+            } else if (id.equals(FIELD_ID_TYPE)) {
+                return fParentEvent.getType().getTypeId().toString();
+            } else if (id.equals(FIELD_ID_REFERENCE)) {
+                return fParentEvent.getReference().getReference().toString();
+            }
+            throw e;
+        }
+    }
+
+       /**
+        * @param n the field index as per TmfEventType.getLabels()
+        * @return the corresponding field (null if non-existing)
+        */
+       public Object getField(int n) {
+               if (fFields == null) {
+                       parseContent();
+               }
+               if (n >= 0 && n < fFields.length)
+                       return fFields[n];
+
+               return null;
+       }
+
+    // ------------------------------------------------------------------------
+    // Operators
+    // ------------------------------------------------------------------------
+
+       /**
+        * @param event
+        */
+       public void setEvent(TmfEvent event) {
+               fParentEvent = event;
+       }
+
+       /**
+        * Parse the content into fields. By default, a single field (the raw
+        * content) is returned. 
+        * Should be overridden.
+        */
+       protected void parseContent() {
+               fFields = new Object[1];
+               fFields[0] = fRawContent;
+       }
+       
+    // ------------------------------------------------------------------------
+    // Object
+    // ------------------------------------------------------------------------
+
+       @Override
+    public int hashCode() {
+               int result = 17;
+               result = 37 * result + ((fParentEvent != null) ? fParentEvent.hashCode() : 0);
+               result = 37 * result + ((fRawContent  != null) ? fRawContent.hashCode()  : 0);
+        return result;
+    }
+
+       @Override
+    public boolean equals(Object other) {
+               if (!(other instanceof TmfEventContent))
+                       return false;
+               TmfEventContent o = (TmfEventContent) other;
+        return fRawContent.equals(o.fRawContent);
+    }
+
+    @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+       Object[] fields = getFields();
+       StringBuilder result = new StringBuilder("[TmfEventContent(");
+       for (int i = 0; i < fields.length; i++) {
+               if (i > 0) result.append(",");
+               result.append(fields[i]);
+       }
+       result.append(")]");
+       return result.toString();
+    }
+
+       @Override
+       public TmfEventContent clone() {
+               TmfEventContent clone = null;
+               try {
+                       clone = (TmfEventContent) super.clone();
+                       clone.fParentEvent = fParentEvent;
+                       clone.fRawContent = fRawContent;
+                       clone.fFields = fFields;
+               }
+               catch (CloneNotSupportedException e) {
+                       e.printStackTrace();
+               }
+               return clone;
+       }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventField.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventField.java
new file mode 100644 (file)
index 0000000..b85fb24
--- /dev/null
@@ -0,0 +1,138 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.event;
+
+/**
+ * <b><u>TmfEventField</u></b>
+ * <p>
+ * A basic event field.
+ * 
+ * TODO: Add support for field hierarchy.
+ */
+public class TmfEventField implements Cloneable {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+       protected TmfEventContent fParent;
+       protected String fFieldId;
+       protected Object fValue;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    @SuppressWarnings("unused")
+       private TmfEventField() {
+               throw new AssertionError();
+    }
+
+    /**
+     * @param parent
+     * @param id
+     * @param value
+     */
+    public TmfEventField(TmfEventContent parent, String id, Object value) {
+       if (id == null) {
+               throw new IllegalArgumentException();
+       }
+       fParent  = parent;
+       fFieldId = id;
+        fValue   = value;
+    }
+
+    /**
+     * @param other
+     */
+    public TmfEventField(TmfEventField other) {
+       if (other == null)
+               throw new IllegalArgumentException();
+       fParent  = other.fParent;
+       fFieldId = other.fFieldId;
+               fValue   = other.fValue;
+    }
+
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+    /**
+     * @return
+     */
+    public TmfEventContent getParent() {
+        return fParent;
+    }
+
+    /**
+     * @return
+     */
+    public String getId() {
+        return fFieldId;
+    }
+
+    /**
+     * @return
+     */
+    public Object getValue() {
+        return fValue;
+    }
+
+    /**
+     * @param value new field value
+     */
+    protected void setValue(Object value) {
+        fValue = value;
+    }
+
+    // ------------------------------------------------------------------------
+    // Object
+    // ------------------------------------------------------------------------
+
+    @Override
+    public int hashCode() {
+               int result = 17;
+               result = 37 * result + fFieldId.hashCode();
+               result = 37 * result + fValue.hashCode();
+        return result;
+    }
+
+       @Override
+       public boolean equals(Object other) {
+       if (!(other instanceof TmfEventField))
+               return false;
+               TmfEventField o = (TmfEventField) other;
+               return fParent.equals(o.fParent) && fFieldId.equals(o.fFieldId) && fValue.equals(o.fValue); 
+    }
+
+    @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+        return "[TmfEventField(" + fFieldId + ":" + fValue.toString() + ")]";
+    }
+    @Override
+       public TmfEventField clone() {
+       TmfEventField clone = null;
+       try {
+                       clone = (TmfEventField) super.clone();
+                       clone.fParent = fParent;
+                       clone.fFieldId = new String(fFieldId);
+                       clone.fValue = null;                    
+               } catch (CloneNotSupportedException e) {
+                       e.printStackTrace();
+               }
+               return clone;
+    }
+
+
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventReference.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventReference.java
new file mode 100644 (file)
index 0000000..c5dc917
--- /dev/null
@@ -0,0 +1,103 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.event;
+
+/**
+ * <b><u>TmfEventReference</u></b>
+ * <p>
+ * An application-defined event reference.
+ */
+public class TmfEventReference implements Cloneable {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+       protected Object fReference;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+       /**
+        * The default constructor
+        */
+       public TmfEventReference() {
+               fReference = null;
+       }
+
+       /**
+        * @param reference the event reference
+        */
+       public TmfEventReference(Object reference) {
+               fReference = reference;
+       }
+
+       /**
+        * Copy constructor
+        * @param other the original event reference
+        */
+       public TmfEventReference(TmfEventReference other) {
+       if (other == null)
+               throw new IllegalArgumentException();
+       TmfEventReference o = (TmfEventReference) other;
+       fReference = o.fReference;
+       }
+
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+       /**
+        * @return the event reference
+        */
+       public Object getReference() {
+               return fReference;
+       }
+
+    // ------------------------------------------------------------------------
+    // Object
+    // ------------------------------------------------------------------------
+
+       @Override
+    public int hashCode() {
+        return (fReference != null) ? fReference.hashCode() : 0;
+    }
+
+       @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        return "[TmfEventReference(" + ((fReference != null) ? fReference.toString() : "null") + ")]";
+    }
+
+       @Override
+    public boolean equals(Object other) {
+               if (!(other instanceof TmfEventReference))
+                       return false;
+               TmfEventReference o = (TmfEventReference) other;
+        return fReference.equals(o.fReference);
+    }
+
+       @Override
+       public TmfEventReference clone() {
+               TmfEventReference clone = null;
+               try {
+                       clone = (TmfEventReference) super.clone();
+                       clone.fReference = fReference;
+               }
+               catch (CloneNotSupportedException e) {
+                       e.printStackTrace();
+               }
+               return clone;
+       }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventSource.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventSource.java
new file mode 100644 (file)
index 0000000..87a2171
--- /dev/null
@@ -0,0 +1,103 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.event;
+
+/**
+ * <b><u>TmfEventSource</u></b>
+ * <p>
+ * The event source.
+ */
+public class TmfEventSource implements Cloneable {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+       protected Object fSourceId;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    /**
+     * The default constructor
+     */
+    public TmfEventSource() {
+       fSourceId = null;
+    }
+
+       /**
+        * @param sourceId
+        */
+       public TmfEventSource(Object sourceId) {
+               fSourceId = sourceId;
+       }
+
+       /**
+        * Copy constructor
+        * @param other
+        */
+       public TmfEventSource(TmfEventSource other) {
+       if (other == null)
+               throw new IllegalArgumentException();
+       TmfEventSource o = (TmfEventSource) other;
+       fSourceId = o.fSourceId;
+       }
+
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+       /**
+        * @return
+        */
+       public Object getSourceId() {
+               return fSourceId;
+       }
+
+    // ------------------------------------------------------------------------
+    // Object
+    // ------------------------------------------------------------------------
+
+       @Override
+    public int hashCode() {
+        return (fSourceId != null) ? fSourceId.hashCode() : 0;
+    }
+
+       @Override
+    public boolean equals(Object other) {
+               if (!(other instanceof TmfEventSource))
+                       return false;
+               TmfEventSource o = (TmfEventSource) other;
+        return fSourceId.equals(o.fSourceId);
+    }
+
+       @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        return "[TmfEventSource(" + ((fSourceId != null) ? fSourceId.toString() : "null") + ")]";
+    }
+
+       @Override
+       public TmfEventSource clone() {
+               TmfEventSource clone = null;
+               try {
+                       clone = (TmfEventSource) super.clone();
+                       clone.fSourceId = fSourceId;
+               }
+               catch (CloneNotSupportedException e) {
+                       e.printStackTrace();
+               }
+               return clone;
+       }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventType.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventType.java
new file mode 100644 (file)
index 0000000..2ff674b
--- /dev/null
@@ -0,0 +1,170 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.event;
+
+import java.util.HashMap;
+
+/**
+ * <b><u>TmfEventType</u></b>
+ * <p>
+ * The event type.
+ */
+public class TmfEventType implements Cloneable {
+
+    // ------------------------------------------------------------------------
+    // Constants
+    // ------------------------------------------------------------------------
+
+       public static final String DEFAULT_TYPE_ID  = "TMF Default Type"; //$NON-NLS-1$
+       public static final String[] DEFAULT_LABELS = new String[] { "Content" }; //$NON-NLS-1$
+       
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+       private String   fTypeId;
+       private String[] fFieldLabels;
+       private int      fNbFields;
+       private HashMap<String, Integer> fFieldMap;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+       /**
+        * Default constructor
+        */
+       public TmfEventType() {
+               this(DEFAULT_TYPE_ID, DEFAULT_LABELS);
+       }
+
+       /**
+        * @param type
+        * @param format
+        */
+       public TmfEventType(String typeId, String[] labels) {
+               if (typeId == null || labels == null)
+               throw new IllegalArgumentException();
+               fTypeId      = typeId;
+               fFieldLabels = labels;
+               fNbFields    = fFieldLabels.length;
+               fFieldMap    = new HashMap<String, Integer>();
+               for (int i = 0; i < fNbFields; i++) {
+                       fFieldMap.put(fFieldLabels[i], i);
+               }
+       }
+
+       /**
+        * Copy constructor
+        * @param other
+        */
+       public TmfEventType(TmfEventType other) {
+       if (other == null)
+               throw new IllegalArgumentException();
+               fTypeId      = other.fTypeId;
+               fFieldLabels = other.fFieldLabels;
+               fNbFields    = other.fNbFields;
+               fFieldMap    = other.fFieldMap;
+       }
+
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+       /**
+        * @return
+        */
+       public String getTypeId() {
+               return fTypeId;
+       }
+
+       /**
+        * @return
+        */
+       public int getNbFields() {
+               return fNbFields;
+       }
+
+       /**
+        * @return
+        */
+       public int getFieldIndex(String id) throws TmfNoSuchFieldException {
+               Integer index = fFieldMap.get(id);
+               if (index == null)
+                       throw(new TmfNoSuchFieldException(id));
+               return index;
+       }
+
+       /**
+        * @return
+        */
+       public String[] getLabels() {
+               return fFieldLabels;
+       }
+
+       /**
+        * @return
+        */
+       public String getLabel(int i) throws TmfNoSuchFieldException {
+               if (i >= 0 && i < fNbFields)
+                       return fFieldLabels[i];
+               throw new TmfNoSuchFieldException("Bad index (" + i + ")");  //$NON-NLS-1$//$NON-NLS-2$
+       }
+
+    // ------------------------------------------------------------------------
+    // Object
+    // ------------------------------------------------------------------------
+
+       @Override
+    public int hashCode() {
+        return fTypeId.hashCode();
+    }
+
+       @Override
+    public boolean equals(Object other) {
+               if (!(other instanceof TmfEventType))
+                       return false;
+               TmfEventType o = (TmfEventType) other;
+        return fTypeId.equals(o.fTypeId);
+    }
+
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+       return "[TmfEventType:" + fTypeId + "]";
+    }
+
+       @Override
+       public TmfEventType clone() {
+               TmfEventType clone = null;
+               try {
+                       clone = (TmfEventType) super.clone();
+                       clone.fTypeId = new String(fTypeId);
+                       clone.fNbFields = fNbFields;
+                       // Clone the field labels
+                       clone.fFieldLabels = new String[fFieldLabels.length];
+                       for (int i = 0; i < fFieldLabels.length; i++) {
+                               clone.fFieldLabels[i] = new String(fFieldLabels[i]);
+                       }
+                       // Clone the fields
+                       clone.fFieldMap = new HashMap<String, Integer>();
+                       for (String key : fFieldMap.keySet()) {
+                               clone.fFieldMap.put(new String(key), new Integer(fFieldMap.get(key)));
+                       }
+               }
+               catch (CloneNotSupportedException e) {
+                       e.printStackTrace();
+               }
+               return clone;
+       }
+}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfNoSuchFieldException.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfNoSuchFieldException.java
new file mode 100644 (file)
index 0000000..b7420a6
--- /dev/null
@@ -0,0 +1,30 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.event;
+
+/**
+ * <b><u>TmfNoSuchFieldException</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public class TmfNoSuchFieldException extends Exception {
+
+       /**
+        * 
+        */
+       private static final long serialVersionUID = 2504826473032522133L;
+
+       public TmfNoSuchFieldException(String message) {
+               super(message);
+       }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfTimeRange.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfTimeRange.java
new file mode 100644 (file)
index 0000000..544d564
--- /dev/null
@@ -0,0 +1,158 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.event;
+
+/**
+ * <b><u>TmfTimeRange</u></b>
+ * <p>
+ * A utility class to define time ranges.
+ */
+public class TmfTimeRange {
+
+       // ------------------------------------------------------------------------
+    // Constants
+       // ------------------------------------------------------------------------
+
+       public static final TmfTimeRange Eternity = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
+       public static final TmfTimeRange Null = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigBang);
+       
+       // ------------------------------------------------------------------------
+    // Attributes
+       // ------------------------------------------------------------------------
+
+       private final TmfTimestamp fStartTime;
+       private final TmfTimestamp fEndTime;
+
+       // ------------------------------------------------------------------------
+    // Constructors
+       // ------------------------------------------------------------------------
+
+       @SuppressWarnings("unused")
+       private TmfTimeRange() {
+               throw new AssertionError();
+       }
+
+       /**
+        * @param startTime
+        * @param endTime
+        */
+       public TmfTimeRange(TmfTimestamp startTime, TmfTimestamp endTime) {
+               if (startTime == null || endTime == null) {
+               throw new IllegalArgumentException();
+               }
+               fStartTime =  new TmfTimestamp(startTime);
+               fEndTime   =  new TmfTimestamp(endTime);
+       }
+       
+       /**
+        * Copy constructor
+        * @param other
+        */
+       public TmfTimeRange(TmfTimeRange other) {
+       if (other == null) {
+               throw new IllegalArgumentException();
+       }
+               fStartTime = new TmfTimestamp(other.fStartTime);
+               fEndTime   = new TmfTimestamp(other.fEndTime);
+       }
+
+       // ------------------------------------------------------------------------
+    // Accessors
+       // ------------------------------------------------------------------------
+
+       /**
+        * @return The time range start time
+        */
+       public TmfTimestamp getStartTime() {
+               return new TmfTimestamp(fStartTime);
+       }
+
+       /**
+        * @return The time range end time
+        */
+       public TmfTimestamp getEndTime() {
+               return new TmfTimestamp(fEndTime);
+       }
+
+       // ------------------------------------------------------------------------
+    // Predicates
+       // ------------------------------------------------------------------------
+
+       /**
+        * Check if the timestamp is within the time range
+        * 
+        * @param ts
+        * @return
+        */
+       public boolean contains(TmfTimestamp ts) {
+               // Zero acts as a "universal donor" timestamp
+               if (ts.equals(TmfTimestamp.Zero)) return true;
+               return (fStartTime.compareTo(ts, true) <= 0) && (fEndTime.compareTo(ts, true) >= 0);
+       }
+
+       /**
+        * Get intersection of two time ranges
+        * 
+        * @param other
+        *            the other time range
+        * @return the intersection time range, or null if no intersection exists
+        */
+       public TmfTimeRange getIntersection(TmfTimeRange other)
+       {
+               if (fStartTime.compareTo(other.fEndTime, true) > 0 || fEndTime.compareTo(other.fStartTime, true) < 0)
+                       return null; // no intersection
+
+               return new TmfTimeRange(
+                       fStartTime.compareTo(other.fStartTime, true) < 0 ? other.fStartTime : fStartTime,
+                       fEndTime.compareTo(other.fEndTime, true) > 0 ? other.fEndTime : fEndTime);
+       }
+       
+       /**
+        * Check if the time range is within the time range
+        * 
+        * @param range
+        * @return
+        */
+       public boolean contains(TmfTimeRange range) {
+               TmfTimestamp startTime = range.getStartTime();
+               TmfTimestamp endTime   = range.getEndTime();
+               return (fStartTime.compareTo(startTime, true) <= 0) && (fEndTime.compareTo(endTime, true) >= 0);
+       }
+
+       // ------------------------------------------------------------------------
+    // Object
+       // ------------------------------------------------------------------------
+
+       @Override
+    public int hashCode() {
+               int result = 17;
+               result = 37 * result + fStartTime.hashCode();
+               result = 37 * result + fEndTime.hashCode();
+        return result;
+    }
+
+       @Override
+    public boolean equals(Object other) {
+       if (!(other instanceof TmfTimeRange))
+               return false;
+               TmfTimeRange range = (TmfTimeRange) other;
+               return range.fStartTime.equals(fStartTime) && range.fEndTime.equals(fEndTime);
+    }
+
+       @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+               return "[TmfTimeRange(" + fStartTime + ":" + fEndTime + ")]";
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfTimestamp.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfTimestamp.java
new file mode 100644 (file)
index 0000000..4ecf903
--- /dev/null
@@ -0,0 +1,397 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *   Thomas Gatterweh  - Updated scaling / synchronization
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.event;
+
+/**
+ * <b><u>TmfTimestamp</u></b>
+ * <p>
+ * The fundamental time reference in the TMF.
+ * <p>
+ * It provides a generic timestamp implementation in its most basic form:
+ * <ul>
+ * <li>timestamp = [value] * 10**[scale] +/- [precision]
+ * </ul>
+ * Where:
+ * <ul>
+ * <li>[value] is an unstructured integer value
+ * <li>[scale] is the magnitude of the value wrt some application-specific
+ * base unit (e.g. the second)
+ * <li>[precision] indicates the error on the value (useful for comparing
+ * timestamps in different scales). Default: 0.
+ * </ul>
+ * In short:
+ * <ul>
+ * </ul>
+ * To allow synchronization of timestamps from different reference clocks,
+ * there is a possibility to "adjust" the timestamp by changing its scale
+ * (traces of different time scale) and/or by adding an offset to its value
+ * (clock drift between traces).
+ * <p>
+ * Notice that the adjusted timestamp value could be negative e.g. for events
+ * that occurred before t0 wrt the reference clock.
+ */
+public class TmfTimestamp implements Cloneable, Comparable<TmfTimestamp> {
+
+       // ------------------------------------------------------------------------
+    // Attributes
+       // ------------------------------------------------------------------------
+
+    protected long fValue;             // The timestamp raw value
+    protected byte fScale;             // The time scale
+    protected long fPrecision;         // The value precision (tolerance)
+
+       // ------------------------------------------------------------------------
+    // Constants
+       // ------------------------------------------------------------------------
+
+    // The beginning and end of time
+    public static final TmfTimestamp BigBang   = new TmfTimestamp(Long.MIN_VALUE, Byte.MAX_VALUE, 0);
+    public static final TmfTimestamp BigCrunch = new TmfTimestamp(Long.MAX_VALUE, Byte.MAX_VALUE, 0);
+    public static final TmfTimestamp Zero      = new TmfTimestamp(0, (byte) 0, 0);
+
+       // ------------------------------------------------------------------------
+    // Constructors
+       // ------------------------------------------------------------------------
+
+    /**
+     * Default constructor
+     */
+    public TmfTimestamp() {
+        this(0, (byte) 0, 0);
+    }
+
+    /**
+     * Simple constructor with value only
+     */
+    public TmfTimestamp(long value) {
+        this(value, (byte) 0, 0);
+    }
+
+    /**
+     * Simple constructor with value and scale
+     * 
+     * @param value
+     * @param scale
+     */
+    public TmfTimestamp(long value, byte scale) {
+        this(value, scale, 0);
+    }
+
+    /**
+     * Constructor with value, scale and precision
+     * 
+     * @param value
+     * @param scale
+     * @param precision
+     */
+    public TmfTimestamp(long value, byte scale, long precision) {
+        fValue = value;
+        fScale = scale;
+        fPrecision = Math.abs(precision);
+    }
+
+    /**
+     * Copy constructor
+     * 
+     * @param other
+     */
+    public TmfTimestamp(TmfTimestamp other) {
+       if (other == null)
+               throw new IllegalArgumentException();
+        fValue = other.fValue;
+        fScale = other.fScale;
+        fPrecision = other.fPrecision;
+    }
+
+       // ------------------------------------------------------------------------
+    // Accessors
+       // ------------------------------------------------------------------------
+
+    /**
+     * @return the timestamp value
+     */
+    public long getValue() {
+        return fValue;
+    }
+
+    /**
+     * @return the timestamp scale
+     */
+    public byte getScale() {
+        return fScale;
+    }
+
+    /**
+     * @return the timestamp value precision
+     */
+    public long getPrecision() {
+        return fPrecision;
+    }
+
+       // ------------------------------------------------------------------------
+    // Operators
+       // ------------------------------------------------------------------------
+
+    /**
+     * Return a shifted and scaled timestamp.
+     * 
+     * Limitation: The scaling is limited to MAX_SCALING orders of magnitude.
+     * The main reason is that the 64 bits value starts to lose any significance
+     * meaning beyond that scale difference and it's not even worth the trouble
+     * to switch to BigDecimal arithmetics.
+     * 
+     * @param offset the shift value (in the same scale as newScale)
+     * @param newScale the new timestamp scale
+     * @return the synchronized timestamp in the new scale
+     * @throws ArithmeticException
+     */
+    public TmfTimestamp synchronize(long offset, byte newScale) throws ArithmeticException {
+
+        long newValue = fValue;
+        long newPrecision = fPrecision;
+
+        // Handle the easy case
+        if (fScale == newScale && offset == 0)
+               return this;
+        
+        // Determine the scaling factor
+        if (fScale != newScale) {
+            int scaleDiff = Math.abs(fScale - newScale);
+            // Let's try to be realistic...
+            if (scaleDiff >= scalingFactors.length) {
+                throw new ArithmeticException("Scaling exception"); //$NON-NLS-1$
+            }
+            // Adjust the timestamp
+            long scalingFactor = scalingFactors[scaleDiff];
+            if (newScale < fScale) {
+                newValue *= scalingFactor;
+                newPrecision *= scalingFactor;
+            } else {
+                newValue /= scalingFactor;
+                newPrecision /= scalingFactor;
+            }
+        }
+
+        if (offset < 0) {
+               newValue = (newValue < Long.MIN_VALUE - offset) ? Long.MIN_VALUE : newValue + offset;
+        } else {
+               newValue = (newValue > Long.MAX_VALUE - offset) ? Long.MAX_VALUE : newValue + offset;
+        }
+
+        return new TmfTimestamp(newValue, newScale, newPrecision);
+    }
+
+    private static final long scalingFactors[] = new long[] {
+       1L,
+       10L,
+       100L,
+       1000L,
+       10000L,
+       100000L,
+       1000000L,
+       10000000L,
+       100000000L,
+       1000000000L,
+       10000000000L,
+       100000000000L,
+       1000000000000L,
+       10000000000000L,
+       100000000000000L,
+       1000000000000000L,
+       10000000000000000L,
+       100000000000000000L,
+       1000000000000000000L,
+    };
+
+    private static final long scalingLimits[] = new long[] {
+       Long.MAX_VALUE / 1L,
+       Long.MAX_VALUE / 10L,
+       Long.MAX_VALUE / 100L,
+       Long.MAX_VALUE / 1000L,
+       Long.MAX_VALUE / 10000L,
+       Long.MAX_VALUE / 100000L,
+       Long.MAX_VALUE / 1000000L,
+       Long.MAX_VALUE / 10000000L,
+       Long.MAX_VALUE / 100000000L,
+       Long.MAX_VALUE / 1000000000L,
+       Long.MAX_VALUE / 10000000000L,
+       Long.MAX_VALUE / 100000000000L,
+       Long.MAX_VALUE / 1000000000000L,
+       Long.MAX_VALUE / 10000000000000L,
+       Long.MAX_VALUE / 100000000000000L,
+       Long.MAX_VALUE / 1000000000000000L,
+       Long.MAX_VALUE / 10000000000000000L,
+       Long.MAX_VALUE / 100000000000000000L,
+       Long.MAX_VALUE / 1000000000000000000L,
+    };
+
+    public static long getScalingFactor(byte scale)
+    {
+       return scalingFactors[scale];
+    }
+    
+    /**
+     * Compute the adjustment, in the reference scale, needed to synchronize
+     * this timestamp with a reference timestamp.
+     * 
+     * @param reference the reference timestamp to synchronize with
+     * @param scale the scale of the adjustment
+     * @return the adjustment term in the reference time scale
+     * @throws ArithmeticException
+     */
+    public long getAdjustment(TmfTimestamp reference, byte scale) throws ArithmeticException {
+        TmfTimestamp ts1 = synchronize(0, scale);
+        TmfTimestamp ts2 = reference.synchronize(0, scale);
+        return ts2.fValue - ts1.fValue;
+    }
+
+    /**
+     * Compute the delta between two timestamps (adjusted to scale of current timestamp).
+     * 
+     * @param reference the reference timestamp to synchronize with
+     * @return the delta timestamp 
+     * @throws ArithmeticException
+     */
+    public TmfTimestamp getDelta(TmfTimestamp other) throws ArithmeticException {
+        TmfTimestamp newSecond = other;
+        if ((fScale != other.fScale) || (fPrecision != other.fPrecision)) {
+            newSecond = other.synchronize(0, fScale);
+        }
+        return new TmfTimestamp(fValue - newSecond.fValue,
+                                fScale, 
+                                newSecond.fPrecision > fPrecision ? newSecond.fPrecision : fPrecision);
+    }
+
+    /**
+     * Compare with another timestamp
+     * 
+     * @param other the other timestamp
+     * @param withinPrecision indicates if precision is to be take into consideration
+     * @return -1: this timestamp is lower (i.e. anterior)
+     *          0: timestamps are equal (within precision if requested)
+     *          1: this timestamp is higher (i.e. posterior)
+     */
+    public int compareTo(final TmfTimestamp other, boolean withinPrecision) {
+
+               // If values have the same time scale, perform the comparison
+               if (fScale == other.fScale) {
+                       if (withinPrecision)
+                               return compareWithinPrecision(this.fValue, this.fPrecision, other.fValue, other.fPrecision);
+                       else
+                               return compareNoPrecision(this.fValue, other.fValue);
+               }
+
+               // If values have different time scales, adjust to the finest one and
+               // then compare. If the scaling difference is too large, revert to
+               // some heuristics. Hopefully, nobody will try to compare galactic and
+               // quantic clock events...
+               int scaleDiff = Math.abs(fScale - other.fScale);
+               long factor, limit;
+               if (scaleDiff < scalingFactors.length) {
+                       factor = scalingFactors[scaleDiff];
+                       limit = scalingLimits[scaleDiff];
+               } else {
+                       factor = 0;
+                       limit = 0; // !!! 0 can always be scaled!!!
+               }
+
+               if (fScale < other.fScale) {
+                       // this has finer scale, so other should be scaled
+                       if (withinPrecision)
+                               if (other.fValue > limit || other.fValue < -limit
+                                               || other.fPrecision > limit
+                                               || other.fPrecision < -limit)
+                                       return other.fValue > 0 ? -1 : +1; // other exceeds scaling limit
+                               else
+                                       return compareWithinPrecision(this.fValue, this.fPrecision,
+                                                       other.fValue * factor, other.fPrecision * factor);
+                       else if (other.fValue > limit || other.fValue < -limit)
+                               return other.fValue > 0 ? -1 : +1; // other exceeds scaling limit
+                       else
+                               return compareNoPrecision(this.fValue, other.fValue * factor);
+               } else {
+                       // other has finer scale, so this should be scaled
+                       if (withinPrecision)
+                               if (this.fValue > limit || this.fValue < -limit
+                                               || this.fPrecision > limit || this.fPrecision < -limit)
+                                       return this.fValue > 0 ? +1 : -1; // we exceed scaling limit
+                               else
+                                       return compareWithinPrecision(this.fValue * factor,
+                                                       this.fPrecision * factor, other.fValue,
+                                                       other.fPrecision);
+                       else if (this.fValue > limit || this.fValue < -limit)
+                               return this.fValue > 0 ? +1 : -1; // we exceed scaling limit
+                       else
+                               return compareNoPrecision(this.fValue * factor, other.fValue);
+               }
+    }
+
+       private static int compareNoPrecision(long thisValue, long otherValue) {
+               return (thisValue == otherValue) ? 0 : (thisValue < otherValue) ? -1 : 1;
+       }
+
+       private static int compareWithinPrecision(long thisValue, long thisPrecision, long otherValue, long otherPrecision) {
+               if ((thisValue + thisPrecision) < (otherValue - otherPrecision))
+                       return -1;
+               if ((thisValue - thisPrecision) > (otherValue + otherPrecision))
+                       return 1;
+               return 0;
+       }
+
+       // ------------------------------------------------------------------------
+    // Object
+       // ------------------------------------------------------------------------
+
+    @Override
+    public int hashCode() {
+               int result = 17;
+               result = 37 * result + (int) (fValue ^ (fValue >>> 32));
+               result = 37 * result + fScale;
+               result = 37 * result + (int) (fPrecision ^ (fPrecision >>> 32));
+        return result;
+    }
+
+       @Override
+    public boolean equals(Object other) {
+        if (!(other instanceof TmfTimestamp))
+               return false;
+        TmfTimestamp o = (TmfTimestamp) other;
+        return compareTo(o, false) == 0;
+    }
+
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+       return "[TmfTimestamp(" + fValue + "," + fScale + "," + fPrecision + ")]";
+    }
+
+    @Override
+    public TmfTimestamp clone() {
+       TmfTimestamp clone = null;
+               try {
+                       clone = (TmfTimestamp) super.clone();
+               clone.fValue = fValue;
+               clone.fScale = fScale;
+               clone.fPrecision = fPrecision;
+               } catch (CloneNotSupportedException e) {
+               }
+               return clone;
+    }
+
+       @Override
+       public int compareTo(TmfTimestamp o) {
+               return compareTo(o, false);
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfTraceEvent.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfTraceEvent.java
new file mode 100644 (file)
index 0000000..065c673
--- /dev/null
@@ -0,0 +1,148 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.event;
+
+/**
+ * <b><u>TmfTraceEvent</u></b>
+ * <p>
+ * A trace event associates a source code line to an event. The intent is to
+ * provide the capability to open an editor at the line of code that produced
+ * the event.
+ * <p>
+ * TODO: Concept is still a bit vague and should be aligned with the CDT
+ * source lookup service.
+ * TODO: Consider composition instead of extension
+ */
+public class TmfTraceEvent extends TmfEvent {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+    private final String fSourcePath;
+    private final String fFileName;
+    private final int    fLineNumber;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+       /**
+        * @param originalTS
+        * @param effectiveTS
+        * @param source
+        * @param type
+        * @param content
+        * @param reference
+        * @param path
+        * @param file
+        * @param line
+        */
+       public TmfTraceEvent(TmfTimestamp originalTS, TmfTimestamp effectiveTS, TmfEventSource source,
+                       TmfEventType type, TmfEventReference reference, String path, String file, int line)
+       {
+               super(originalTS, effectiveTS, source, type, reference);
+               fSourcePath = path;
+               fFileName   = file;
+               fLineNumber = line;
+       }
+
+       /**
+        * @param timestamp
+        * @param source
+        * @param type
+        * @param content
+        * @param reference
+        * @param path
+        * @param file
+        * @param line
+        */
+       public TmfTraceEvent(TmfTimestamp timestamp, TmfEventSource source, TmfEventType type,
+                       TmfEventReference reference, String path, String file, int line)
+       {
+               super(timestamp, source, type, reference);
+               fSourcePath = path;
+               fFileName   = file;
+               fLineNumber = line;
+       }
+
+       /**
+        * @param other
+        */
+       public TmfTraceEvent(TmfTraceEvent other) {
+               super(other);
+               fSourcePath = other.fSourcePath;
+               fFileName   = other.fFileName;
+               fLineNumber = other.fLineNumber;
+       }
+
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+    /**
+     * @return
+     */
+    public String getSourcePath() {
+        return fSourcePath;
+    }
+
+    /**
+     * @return
+     */
+    public String getFileName() {
+        return fFileName;
+    }
+
+    /**
+     * @return
+     */
+    public int getLineNumber() {
+        return fLineNumber;
+    }
+
+    // ------------------------------------------------------------------------
+    // Object
+    // ------------------------------------------------------------------------
+
+    @Override
+    public int hashCode() {
+               int result = super.hashCode();
+               result = 37 * result + ((fSourcePath != null) ? fSourcePath.hashCode() : 0);
+               result = 37 * result + ((fFileName   != null) ? fFileName.hashCode()   : 0);
+               result = 37 * result + fLineNumber;
+        return result;
+    }
+
+    @Override
+       public boolean equals(Object other) {
+       if (other instanceof TmfEvent) {
+               return super.equals(other); 
+       }
+       if (!(other instanceof TmfTraceEvent)) {
+               return false; 
+       }
+               TmfTraceEvent o = (TmfTraceEvent) other;
+        return super.equals((TmfEvent) o) && fSourcePath.equals(o.fSourcePath) &&
+                       fFileName.equals(o.fFileName) && fLineNumber == o.fLineNumber;
+
+    }
+
+    // TODO: Proper format
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+               return "[TmfTraceEvent(" + fSourcePath + "," + fFileName + "," + fLineNumber + ")]";
+    }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/experiment/TmfExperiment.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/experiment/TmfExperiment.java
new file mode 100644 (file)
index 0000000..0def339
--- /dev/null
@@ -0,0 +1,900 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.experiment;
+
+import java.io.FileNotFoundException;
+import java.util.Collections;
+import java.util.Vector;
+
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.core.runtime.IStatus;
+import org.eclipse.core.runtime.Status;
+import org.eclipse.core.runtime.jobs.Job;
+import org.eclipse.linuxtools.tmf.core.component.TmfEventProvider;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.ITmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentDisposedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentRangeUpdatedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentUpdatedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalManager;
+import org.eclipse.linuxtools.tmf.core.signal.TmfTraceUpdatedSignal;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfCheckpoint;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+
+/**
+ * <b><u>TmfExperiment</u></b>
+ * <p>
+ * TmfExperiment presents a time-ordered, unified view of a set of TmfTraces that are part of a tracing experiment.
+ * <p>
+ */
+public class TmfExperiment<T extends TmfEvent> extends TmfEventProvider<T> implements ITmfTrace<T> {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+    // The currently selected experiment
+    protected static TmfExperiment<?> fCurrentExperiment = null;
+
+    // The set of traces that constitute the experiment
+    protected ITmfTrace<T>[] fTraces;
+
+    // The total number of events
+    protected long fNbEvents;
+
+    // The experiment time range
+    protected TmfTimeRange fTimeRange;
+
+    // The experiment reference timestamp (default: Zero)
+    protected TmfTimestamp fEpoch;
+
+    // The experiment index
+    protected Vector<TmfCheckpoint> fCheckpoints = new Vector<TmfCheckpoint>();
+
+    // The current experiment context
+    protected TmfExperimentContext fExperimentContext;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    @Override
+    public boolean validate(IProject project, String path) {
+        return true;
+    }
+
+    @Override
+    public void initTrace(String path, Class<T> eventType) throws FileNotFoundException {
+    }
+
+    @Override
+    public void initTrace(String path, Class<T> eventType, boolean indexTrace) throws FileNotFoundException {
+    }
+
+    @Override
+    public void initTrace(String path, Class<T> eventType, int cacheSize) throws FileNotFoundException {
+    }
+
+    @Override
+    public void initTrace(String path, Class<T> eventType, int cacheSize, boolean indexTrace) throws FileNotFoundException {
+    }
+
+    /**
+     * @param type
+     * @param id
+     * @param traces
+     * @param epoch
+     * @param indexPageSize
+     */
+    public TmfExperiment(Class<T> type, String id, ITmfTrace<T>[] traces, TmfTimestamp epoch, int indexPageSize) {
+        this(type, id, traces, TmfTimestamp.Zero, indexPageSize, false);
+    }
+
+    public TmfExperiment(Class<T> type, String id, ITmfTrace<T>[] traces, TmfTimestamp epoch, int indexPageSize, boolean preIndexExperiment) {
+        super(id, type);
+
+        fTraces = traces;
+        fEpoch = epoch;
+        fIndexPageSize = indexPageSize;
+        fTimeRange = TmfTimeRange.Null;
+
+        if (preIndexExperiment) {
+            indexExperiment(true);
+            updateTimeRange();
+        }
+
+    }
+
+    protected TmfExperiment(String id, Class<T> type) {
+        super(id, type);
+    }
+
+    /**
+     * @param type
+     * @param id
+     * @param traces
+     */
+    public TmfExperiment(Class<T> type, String id, ITmfTrace<T>[] traces) {
+        this(type, id, traces, TmfTimestamp.Zero, DEFAULT_INDEX_PAGE_SIZE);
+    }
+
+    /**
+     * @param type
+     * @param id
+     * @param traces
+     * @param indexPageSize
+     */
+    public TmfExperiment(Class<T> type, String id, ITmfTrace<T>[] traces, int indexPageSize) {
+        this(type, id, traces, TmfTimestamp.Zero, indexPageSize);
+    }
+
+    /**
+     * Copy constructor
+     * 
+     * @param other
+     */
+    @SuppressWarnings("unchecked")
+    public TmfExperiment(TmfExperiment<T> other) {
+        super(other.getName() + "(clone)", other.fType); //$NON-NLS-1$
+
+        fEpoch = other.fEpoch;
+        fIndexPageSize = other.fIndexPageSize;
+
+        fTraces = new ITmfTrace[other.fTraces.length];
+        for (int trace = 0; trace < other.fTraces.length; trace++) {
+            fTraces[trace] = other.fTraces[trace].copy();
+        }
+
+        fNbEvents = other.fNbEvents;
+        fTimeRange = other.fTimeRange;
+    }
+
+    @Override
+    public TmfExperiment<T> copy() {
+        TmfExperiment<T> experiment = new TmfExperiment<T>(this);
+        TmfSignalManager.deregister(experiment);
+        return experiment;
+    }
+
+    /**
+     * Clears the experiment
+     */
+    @Override
+    @SuppressWarnings("rawtypes")
+    public synchronized void dispose() {
+
+        TmfExperimentDisposedSignal<T> signal = new TmfExperimentDisposedSignal<T>(this, this);
+        broadcast(signal);
+
+        if (fTraces != null) {
+            for (ITmfTrace trace : fTraces) {
+                trace.dispose();
+            }
+            fTraces = null;
+        }
+        if (fCheckpoints != null) {
+            fCheckpoints.clear();
+        }
+        super.dispose();
+    }
+
+    // ------------------------------------------------------------------------
+    // ITmfTrace
+    // ------------------------------------------------------------------------
+
+    @Override
+    public long getNbEvents() {
+        return fNbEvents;
+    }
+
+    @Override
+    public int getCacheSize() {
+        return fIndexPageSize;
+    }
+
+    @Override
+    public TmfTimeRange getTimeRange() {
+        return fTimeRange;
+    }
+
+    @Override
+    public TmfTimestamp getStartTime() {
+        return fTimeRange.getStartTime();
+    }
+
+    @Override
+    public TmfTimestamp getEndTime() {
+        return fTimeRange.getEndTime();
+    }
+
+    public Vector<TmfCheckpoint> getCheckpoints() {
+        return fCheckpoints;
+    }
+
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+    public static void setCurrentExperiment(TmfExperiment<?> experiment) {
+        fCurrentExperiment = experiment;
+    }
+
+    public static TmfExperiment<?> getCurrentExperiment() {
+        return fCurrentExperiment;
+    }
+
+    public TmfTimestamp getEpoch() {
+        return fEpoch;
+    }
+
+    public ITmfTrace<T>[] getTraces() {
+        return fTraces;
+    }
+
+    /**
+     * Returns the rank of the first event with the requested timestamp. If none, returns the index of the next event
+     * (if any).
+     * 
+     * @param timestamp
+     * @return
+     */
+    @Override
+    public long getRank(TmfTimestamp timestamp) {
+        TmfExperimentContext context = seekEvent(timestamp);
+        return context.getRank();
+    }
+
+    /**
+     * Returns the timestamp of the event at the requested index. If none, returns null.
+     * 
+     * @param index
+     * @return
+     */
+    public TmfTimestamp getTimestamp(int index) {
+        TmfExperimentContext context = seekEvent(index);
+        TmfEvent event = getNextEvent(context);
+        return (event != null) ? event.getTimestamp() : null;
+    }
+
+    // ------------------------------------------------------------------------
+    // Operators
+    // ------------------------------------------------------------------------
+
+    /**
+     * Update the global time range
+     */
+    protected void updateTimeRange() {
+        TmfTimestamp startTime = fTimeRange != TmfTimeRange.Null ? fTimeRange.getStartTime() : TmfTimestamp.BigCrunch;
+        TmfTimestamp endTime = fTimeRange != TmfTimeRange.Null ? fTimeRange.getEndTime() : TmfTimestamp.BigBang;
+
+        for (ITmfTrace<T> trace : fTraces) {
+            TmfTimestamp traceStartTime = trace.getStartTime();
+            if (traceStartTime.compareTo(startTime, true) < 0)
+                startTime = traceStartTime;
+            TmfTimestamp traceEndTime = trace.getEndTime();
+            if (traceEndTime.compareTo(endTime, true) > 0)
+                endTime = traceEndTime;
+        }
+        fTimeRange = new TmfTimeRange(startTime, endTime);
+    }
+
+    // ------------------------------------------------------------------------
+    // TmfProvider
+    // ------------------------------------------------------------------------
+    @Override
+    public ITmfContext armRequest(ITmfDataRequest<T> request) {
+//             Tracer.trace("Ctx: Arming request - start");
+        TmfTimestamp timestamp = (request instanceof ITmfEventRequest<?>) ? ((ITmfEventRequest<T>) request).getRange().getStartTime()
+                : null;
+
+        if (TmfTimestamp.BigBang.equals(timestamp) || request.getIndex() > 0) {
+            timestamp = null; // use request index
+        }
+
+        TmfExperimentContext context = null;
+        if (timestamp != null) {
+            // seek by timestamp
+            context = seekEvent(timestamp);
+            ((ITmfEventRequest<T>) request).setStartIndex((int) context.getRank());
+        } else {
+            // Seek by rank
+            if ((fExperimentContext != null) && fExperimentContext.getRank() == request.getIndex()) {
+                // We are already at the right context -> no need to seek
+                context = fExperimentContext;
+            } else {
+                context = seekEvent(request.getIndex());
+            }
+        }
+//             Tracer.trace("Ctx: Arming request - done");
+        return context;
+    }
+
+    @SuppressWarnings("unchecked")
+    @Override
+    public T getNext(ITmfContext context) {
+        if (context instanceof TmfExperimentContext) {
+            return (T) getNextEvent((TmfExperimentContext) context);
+        }
+        return null;
+    }
+
+    // ------------------------------------------------------------------------
+    // ITmfTrace trace positioning
+    // ------------------------------------------------------------------------
+
+    // Returns a brand new context based on the location provided
+    // and initializes the event queues
+    @Override
+    public synchronized TmfExperimentContext seekLocation(ITmfLocation<?> location) {
+        // Validate the location
+        if (location != null && !(location instanceof TmfExperimentLocation)) {
+            return null; // Throw an exception?
+        }
+
+        if (fTraces == null) { // experiment has been disposed
+            return null;
+        }
+
+        // Instantiate the location
+        TmfExperimentLocation expLocation = (location == null) ? new TmfExperimentLocation(new TmfLocationArray(
+                new ITmfLocation<?>[fTraces.length]), new long[fTraces.length]) : (TmfExperimentLocation) location.clone();
+
+        // Create and populate the context's traces contexts
+        TmfExperimentContext context = new TmfExperimentContext(fTraces, new TmfContext[fTraces.length]);
+//             Tracer.trace("Ctx: SeekLocation - start");
+
+        long rank = 0;
+        for (int i = 0; i < fTraces.length; i++) {
+            // Get the relevant trace attributes
+            ITmfLocation<?> traceLocation = expLocation.getLocation().locations[i];
+            long traceRank = expLocation.getRanks()[i];
+
+            // Set the corresponding sub-context
+            context.getContexts()[i] = fTraces[i].seekLocation(traceLocation);
+            context.getContexts()[i].setRank(traceRank);
+            rank += traceRank;
+
+            // Set the trace location and read the corresponding event
+            expLocation.getLocation().locations[i] = context.getContexts()[i].getLocation();
+            context.getEvents()[i] = fTraces[i].getNextEvent(context.getContexts()[i]);
+        }
+
+//             Tracer.trace("Ctx: SeekLocation - done");
+
+        // Finalize context
+        context.setLocation(expLocation);
+        context.setLastTrace(TmfExperimentContext.NO_TRACE);
+        context.setRank(rank);
+
+        fExperimentContext = context;
+
+        return context;
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#seekEvent(org.eclipse.linuxtools .tmf.event.TmfTimestamp)
+     */
+    @Override
+    public synchronized TmfExperimentContext seekEvent(TmfTimestamp timestamp) {
+
+//             Tracer.trace("Ctx: seekEvent(TS) - start");
+
+        if (timestamp == null) {
+            timestamp = TmfTimestamp.BigBang;
+        }
+
+        // First, find the right checkpoint
+        int index = Collections.binarySearch(fCheckpoints, new TmfCheckpoint(timestamp, null));
+
+        // In the very likely case that the checkpoint was not found, bsearch
+        // returns its negated would-be location (not an offset...). From that
+        // index, we can then position the stream and get the event.
+        if (index < 0) {
+            index = Math.max(0, -(index + 2));
+        }
+
+        // Position the experiment at the checkpoint
+        ITmfLocation<?> location;
+        synchronized (fCheckpoints) {
+            if (fCheckpoints.size() > 0) {
+                if (index >= fCheckpoints.size()) {
+                    index = fCheckpoints.size() - 1;
+                }
+                location = fCheckpoints.elementAt(index).getLocation();
+            } else {
+                location = null;
+            }
+        }
+
+        TmfExperimentContext context = seekLocation(location);
+        context.setRank((long) index * fIndexPageSize);
+
+        // And locate the event
+        TmfEvent event = parseEvent(context);
+        while (event != null && event.getTimestamp().compareTo(timestamp, false) < 0) {
+            getNextEvent(context);
+            event = parseEvent(context);
+        }
+
+        if (event == null) {
+            context.setLocation(null);
+            context.setRank(ITmfContext.UNKNOWN_RANK);
+        }
+
+        return context;
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#seekEvent(long)
+     */
+    @Override
+    public synchronized TmfExperimentContext seekEvent(long rank) {
+
+//             Tracer.trace("Ctx: seekEvent(rank) - start");
+
+        // Position the stream at the previous checkpoint
+        int index = (int) rank / fIndexPageSize;
+        ITmfLocation<?> location;
+        synchronized (fCheckpoints) {
+            if (fCheckpoints.size() == 0) {
+                location = null;
+            } else {
+                if (index >= fCheckpoints.size()) {
+                    index = fCheckpoints.size() - 1;
+                }
+                location = fCheckpoints.elementAt(index).getLocation();
+            }
+        }
+
+        TmfExperimentContext context = seekLocation(location);
+        context.setRank((long) index * fIndexPageSize);
+
+        // And locate the event
+        TmfEvent event = parseEvent(context);
+        long pos = context.getRank();
+        while (event != null && pos++ < rank) {
+            getNextEvent(context);
+            event = parseEvent(context);
+        }
+
+        if (event == null) {
+            context.setLocation(null);
+            context.setRank(ITmfContext.UNKNOWN_RANK);
+        }
+
+        return context;
+    }
+
+    @Override
+    public TmfContext seekLocation(double ratio) {
+        TmfContext context = seekEvent((long) (ratio * getNbEvents()));
+        return context;
+    }
+
+    @Override
+    public double getLocationRatio(ITmfLocation<?> location) {
+        if (location instanceof TmfExperimentLocation) {
+            return (double) seekLocation(location).getRank() / getNbEvents();
+        }
+        return 0;
+    }
+
+    @Override
+    public ITmfLocation<?> getCurrentLocation() {
+        if (fExperimentContext != null) {
+            return fExperimentContext.getLocation();
+        }
+        return null;
+    }
+
+    /**
+     * Scan the next events from all traces and return the next one in chronological order.
+     * 
+     * @param context
+     * @return
+     */
+
+//     private void dumpContext(TmfExperimentContext context, boolean isBefore) {
+
+//             TmfContext context0 = context.getContexts()[0];
+//             TmfEvent   event0   = context.getEvents()[0];
+//             TmfExperimentLocation location0 = (TmfExperimentLocation) context.getLocation();
+//             long       rank0    = context.getRank();
+//             int        trace    = context.getLastTrace();
+//
+//             StringBuffer result = new StringBuffer("Ctx: " + (isBefore ? "B " : "A "));
+//             
+//             result.append("[Ctx: fLoc= " + context0.getLocation().toString() + ", fRnk= " + context0.getRank() + "] ");
+//             result.append("[Evt: " + event0.getTimestamp().toString() + "] ");
+//             result.append("[Loc: fLoc= " + location0.getLocation()[0].toString() + ", fRnk= " + location0.getRanks()[0] + "] ");
+//             result.append("[Rnk: " + rank0 + "], [Trc: " + trace + "]");
+//             Tracer.trace(result.toString());
+//     }
+
+    @Override
+    public synchronized TmfEvent getNextEvent(TmfContext context) {
+
+        // Validate the context
+        if (!(context instanceof TmfExperimentContext)) {
+            return null; // Throw an exception?
+        }
+
+        if (!context.equals(fExperimentContext)) {
+//             Tracer.trace("Ctx: Restoring context");
+            fExperimentContext = seekLocation(context.getLocation());
+        }
+
+        TmfExperimentContext expContext = (TmfExperimentContext) context;
+
+//             dumpContext(expContext, true);
+
+        // If an event was consumed previously, get the next one from that trace
+        int lastTrace = expContext.getLastTrace();
+        if (lastTrace != TmfExperimentContext.NO_TRACE) {
+            TmfContext traceContext = expContext.getContexts()[lastTrace];
+            expContext.getEvents()[lastTrace] = expContext.getTraces()[lastTrace].getNextEvent(traceContext);
+            expContext.setLastTrace(TmfExperimentContext.NO_TRACE);
+        }
+
+        // Scan the candidate events and identify the "next" trace to read from
+        TmfEvent eventArray[] = expContext.getEvents();
+        if (eventArray == null) {
+            return null;
+        }
+        int trace = TmfExperimentContext.NO_TRACE;
+        TmfTimestamp timestamp = TmfTimestamp.BigCrunch;
+        if (eventArray.length == 1) {
+            if (eventArray[0] != null) {
+                timestamp = eventArray[0].getTimestamp();
+                trace = 0;
+            }
+        } else {
+            for (int i = 0; i < eventArray.length; i++) {
+                TmfEvent event = eventArray[i];
+                if (event != null && event.getTimestamp() != null) {
+                    TmfTimestamp otherTS = event.getTimestamp();
+                    if (otherTS.compareTo(timestamp, true) < 0) {
+                        trace = i;
+                        timestamp = otherTS;
+                    }
+                }
+            }
+        }
+        // Update the experiment context and set the "next" event
+        TmfEvent event = null;
+        if (trace != TmfExperimentContext.NO_TRACE) {
+            updateIndex(expContext, timestamp);
+
+            TmfContext traceContext = expContext.getContexts()[trace];
+            TmfExperimentLocation expLocation = (TmfExperimentLocation) expContext.getLocation();
+//             expLocation.getLocation()[trace] = traceContext.getLocation().clone();
+            expLocation.getLocation().locations[trace] = traceContext.getLocation();
+
+//             updateIndex(expContext, timestamp);
+
+            expLocation.getRanks()[trace] = traceContext.getRank();
+            expContext.setLastTrace(trace);
+            expContext.updateRank(1);
+            event = expContext.getEvents()[trace];
+            fExperimentContext = expContext;
+        }
+
+//             if (event != null) {
+//             Tracer.trace("Exp: " + (expContext.getRank() - 1) + ": " + event.getTimestamp().toString());
+//             dumpContext(expContext, false);
+//             Tracer.trace("Ctx: Event returned= " + event.getTimestamp().toString());
+//             }
+
+        return event;
+    }
+
+    public synchronized void updateIndex(ITmfContext context, TmfTimestamp timestamp) {
+        // Build the index as we go along
+        long rank = context.getRank();
+        if (context.isValidRank() && (rank % fIndexPageSize) == 0) {
+            // Determine the table position
+            long position = rank / fIndexPageSize;
+            // Add new entry at proper location (if empty)
+            if (fCheckpoints.size() == position) {
+                ITmfLocation<?> location = context.getLocation().clone();
+                fCheckpoints.add(new TmfCheckpoint(timestamp.clone(), location));
+//                System.out.println(this + "[" + (fCheckpoints.size() - 1) + "] " + timestamp + ", "
+//                        + location.toString());
+            }
+        }
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#parseEvent(org.eclipse.linuxtools .tmf.trace.TmfContext)
+     */
+    @Override
+    public TmfEvent parseEvent(TmfContext context) {
+
+        // Validate the context
+        if (!(context instanceof TmfExperimentContext)) {
+            return null; // Throw an exception?
+        }
+
+        if (!context.equals(fExperimentContext)) {
+//             Tracer.trace("Ctx: Restoring context");
+            seekLocation(context.getLocation());
+        }
+
+        TmfExperimentContext expContext = (TmfExperimentContext) context;
+
+        // If an event was consumed previously, get the next one from that trace
+        int lastTrace = expContext.getLastTrace();
+        if (lastTrace != TmfExperimentContext.NO_TRACE) {
+            TmfContext traceContext = expContext.getContexts()[lastTrace];
+            expContext.getEvents()[lastTrace] = expContext.getTraces()[lastTrace].getNextEvent(traceContext);
+            expContext.setLastTrace(TmfExperimentContext.NO_TRACE);
+            fExperimentContext = (TmfExperimentContext) context;
+        }
+
+        // Scan the candidate events and identify the "next" trace to read from
+        int trace = TmfExperimentContext.NO_TRACE;
+        TmfTimestamp timestamp = TmfTimestamp.BigCrunch;
+        for (int i = 0; i < expContext.getTraces().length; i++) {
+            TmfEvent event = expContext.getEvents()[i];
+            if (event != null && event.getTimestamp() != null) {
+                TmfTimestamp otherTS = event.getTimestamp();
+                if (otherTS.compareTo(timestamp, true) < 0) {
+                    trace = i;
+                    timestamp = otherTS;
+                }
+            }
+        }
+
+        TmfEvent event = null;
+        if (trace != TmfExperimentContext.NO_TRACE) {
+            event = expContext.getEvents()[trace];
+        }
+
+        return event;
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see java.lang.Object#toString()
+     */
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        return "[TmfExperiment (" + getName() + ")]";
+    }
+
+    // ------------------------------------------------------------------------
+    // Indexing
+    // ------------------------------------------------------------------------
+
+    /*
+     * The experiment holds the globally ordered events of its set of traces. It is expected to provide access to each
+     * individual event by index i.e. it must be possible to request the Nth event of the experiment.
+     * 
+     * The purpose of the index is to keep the information needed to rapidly restore the traces contexts at regular
+     * intervals (every INDEX_PAGE_SIZE event).
+     */
+
+    // The index page size
+    private static final int DEFAULT_INDEX_PAGE_SIZE = 5000;
+    protected int fIndexPageSize;
+    protected boolean fIndexing = false;
+    protected TmfTimeRange fIndexingPendingRange = TmfTimeRange.Null;
+
+//     private static BufferedWriter fEventLog = null;
+//     private static BufferedWriter openLogFile(String filename) {
+//             BufferedWriter outfile = null;
+//             try {
+//                     outfile = new BufferedWriter(new FileWriter(filename));
+//             } catch (IOException e) {
+//                     e.printStackTrace();
+//             }
+//             return outfile;
+//     }
+
+    protected boolean isIndexingBusy() {
+        synchronized (fCheckpoints) {
+            return fIndexing;
+        }
+    }
+
+    protected void indexExperiment(boolean waitForCompletion) {
+        indexExperiment(waitForCompletion, 0, TmfTimeRange.Eternity);
+    }
+
+    @SuppressWarnings("unchecked")
+    protected void indexExperiment(boolean waitForCompletion, final int index, final TmfTimeRange timeRange) {
+
+        synchronized (fCheckpoints) {
+            if (fIndexing) {
+                return;
+            }
+            fIndexing = true;
+        }
+
+        final Job job = new Job("Indexing " + getName() + "...") { //$NON-NLS-1$ //$NON-NLS-2$
+            @Override
+            protected IStatus run(IProgressMonitor monitor) {
+                while (!monitor.isCanceled()) {
+                    try {
+                        Thread.sleep(100);
+                    } catch (InterruptedException e) {
+                        return Status.OK_STATUS;
+                    }
+                }
+                monitor.done();
+                return Status.OK_STATUS;
+            }
+        };
+        job.schedule();
+
+//             fEventLog = openLogFile("TraceEvent.log");
+//        System.out.println(System.currentTimeMillis() + ": Experiment indexing started");
+
+        ITmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, timeRange, index, TmfDataRequest.ALL_DATA,
+                fIndexPageSize, ITmfDataRequest.ExecutionType.BACKGROUND) { // PATA FOREGROUND
+
+//            long indexingStart = System.nanoTime();
+
+            TmfTimestamp startTime = (fTimeRange == TmfTimeRange.Null) ? null : fTimeRange.getStartTime();
+            TmfTimestamp lastTime = (fTimeRange == TmfTimeRange.Null) ? null : fTimeRange.getEndTime();
+            long initialNbEvents = fNbEvents;
+
+            @Override
+            public void handleStarted() {
+                super.handleStarted();
+            }
+
+            @Override
+            public void handleData(TmfEvent event) {
+                super.handleData(event);
+                if (event != null) {
+                    TmfTimestamp ts = event.getTimestamp();
+                    if (startTime == null)
+                        startTime = new TmfTimestamp(ts);
+                    lastTime = new TmfTimestamp(ts);
+                    if ((getNbRead() % fIndexPageSize) == 1 && getNbRead() != 1) {
+                        updateExperiment();
+                    }
+                }
+            }
+
+            @Override
+            public void handleSuccess() {
+//                long indexingEnd = System.nanoTime();
+
+                if (getRange() != TmfTimeRange.Eternity) {
+                    lastTime = getRange().getEndTime();
+                }
+                updateExperiment();
+//                System.out.println(System.currentTimeMillis() + ": Experiment indexing completed");
+
+//                long average = (indexingEnd - indexingStart) / fNbEvents;
+//                System.out.println(getName() + ": start=" + startTime + ", end=" + lastTime + ", elapsed="
+//                        + (indexingEnd * 1.0 - indexingStart) / 1000000000);
+//                System.out.println(getName() + ": nbEvents=" + fNbEvents + " (" + (average / 1000) + "."
+//                        + (average % 1000) + " us/evt)");
+                super.handleSuccess();
+            }
+
+            @Override
+            public void handleCompleted() {
+                job.cancel();
+                super.handleCompleted();
+                synchronized (fCheckpoints) {
+                    fIndexing = false;
+                    if (fIndexingPendingRange != TmfTimeRange.Null) {
+                        indexExperiment(false, (int) fNbEvents, fIndexingPendingRange);
+                        fIndexingPendingRange = TmfTimeRange.Null;
+                    }
+                }
+            }
+
+            private void updateExperiment() {
+                int nbRead = getNbRead();
+                if (startTime != null) {
+                    fTimeRange = new TmfTimeRange(startTime, new TmfTimestamp(lastTime));
+                }
+                if (nbRead != 0) {
+//                                     updateTimeRange();
+//                                     updateNbEvents();
+                    fNbEvents = initialNbEvents + nbRead;
+                    notifyListeners();
+                }
+            }
+        };
+
+        sendRequest((ITmfDataRequest<T>) request);
+        if (waitForCompletion)
+            try {
+                request.waitForCompletion();
+            } catch (InterruptedException e) {
+                e.printStackTrace();
+            }
+    }
+
+    protected void notifyListeners() {
+        broadcast(new TmfExperimentUpdatedSignal(this, this)); // , null));
+        broadcast(new TmfExperimentRangeUpdatedSignal(this, this, fTimeRange)); // , null));
+    }
+
+    // ------------------------------------------------------------------------
+    // Signal handlers
+    // ------------------------------------------------------------------------
+
+    @TmfSignalHandler
+    public void experimentSelected(TmfExperimentSelectedSignal<T> signal) {
+        TmfExperiment<?> experiment = signal.getExperiment();
+        if (experiment == this) {
+            setCurrentExperiment(experiment);
+            indexExperiment(false);
+        }
+    }
+
+    @TmfSignalHandler
+    public void experimentUpdated(TmfExperimentUpdatedSignal signal) {
+    }
+
+    @TmfSignalHandler
+    public void traceUpdated(TmfTraceUpdatedSignal signal) {
+        for (ITmfTrace<T> trace : fTraces) {
+            if (trace == signal.getTrace()) {
+                synchronized (fCheckpoints) {
+                    if (fIndexing) {
+                        if (fIndexingPendingRange == TmfTimeRange.Null) {
+                            fIndexingPendingRange = signal.getRange();
+                        } else {
+                            TmfTimestamp startTime = fIndexingPendingRange.getStartTime();
+                            TmfTimestamp endTime = fIndexingPendingRange.getEndTime();
+                            if (signal.getRange().getStartTime().compareTo(startTime) < 0) {
+                                startTime = signal.getRange().getStartTime();
+                            }
+                            if (signal.getRange().getEndTime().compareTo(endTime) > 0) {
+                                endTime = signal.getRange().getEndTime();
+                            }
+                            fIndexingPendingRange = new TmfTimeRange(startTime, endTime);
+                        }
+                        return;
+                    }
+                }
+                indexExperiment(false, (int) fNbEvents, signal.getRange());
+                return;
+            }
+        }
+    }
+
+    @Override
+    public String getPath() {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/experiment/TmfExperimentCheckpoint.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/experiment/TmfExperimentCheckpoint.java
new file mode 100644 (file)
index 0000000..c3d8d1e
--- /dev/null
@@ -0,0 +1,92 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.experiment;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+
+/**
+ * <b><u>TmfExperimentCheckpoint</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public class TmfExperimentCheckpoint implements Comparable<TmfExperimentCheckpoint> {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+    
+    private final TmfTimestamp fTimestamp;
+    private final TmfContext[] fContexts;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    /**
+     * @param ts
+     * @param location
+     */
+    public TmfExperimentCheckpoint(TmfTimestamp ts, TmfContext[] contexts) {
+        fTimestamp = ts;
+        fContexts = contexts;
+    }
+
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+    /**
+     * @return the checkpoint event timestamp
+     */
+    public TmfTimestamp getTimestamp() {
+        return fTimestamp;
+    }
+
+    /**
+     * @return the checkpoint event stream location
+     */
+    public TmfContext[] getContexts() {
+        return fContexts;
+    }
+
+    // ------------------------------------------------------------------------
+    // Object
+    // ------------------------------------------------------------------------
+
+    @Override
+    public int hashCode() {
+       int result = 37;
+       result = 17 * result + fTimestamp.hashCode();
+       return result;
+    }
+    @Override
+    public boolean equals(Object other) {
+       if (!(other instanceof TmfExperimentCheckpoint)) {
+               return false;
+       }
+       TmfExperimentCheckpoint o = (TmfExperimentCheckpoint) other;
+       return fTimestamp.equals(o.fTimestamp);
+    }
+    // ------------------------------------------------------------------------
+    // Comparable
+    // ------------------------------------------------------------------------
+
+       @Override
+       public int compareTo(TmfExperimentCheckpoint other) {
+               return fTimestamp.compareTo(other.fTimestamp, false);
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/experiment/TmfExperimentContext.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/experiment/TmfExperimentContext.java
new file mode 100644 (file)
index 0000000..72b22b1
--- /dev/null
@@ -0,0 +1,151 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.experiment;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+
+/**
+ * <b><u>TmfExperimentContext</u></b>
+ * <p>
+ * The experiment keeps track of the next event from each of its traces so
+ * it can pick the next one in chronological order.
+ * <p>
+ * This implies that the "next" event from each trace has already been
+ * read and that we at least know its timestamp. This doesn't imply that a
+ * full parse of the event content was performed (read: LTTng works like 
+ * this).
+ * <p>
+ * The last trace refers to the trace from which the last event was
+ * "consumed" at the experiment level.
+ */
+public class TmfExperimentContext extends TmfContext {
+
+       // ------------------------------------------------------------------------
+       // Constants
+       // ------------------------------------------------------------------------
+       
+        public static final int NO_TRACE = -1;
+
+       // ------------------------------------------------------------------------
+       // Attributes
+       // ------------------------------------------------------------------------
+
+       private ITmfTrace[]  fTraces = new ITmfTrace[0];
+       private TmfContext[] fContexts;
+       private TmfEvent[]   fEvents;
+       private int lastTraceRead;
+
+       // ------------------------------------------------------------------------
+       // Constructors
+       // ------------------------------------------------------------------------
+
+       public TmfExperimentContext(ITmfTrace[] traces, TmfContext[] contexts) {
+               super();
+               fTraces   = traces;
+               fContexts = contexts;
+               fEvents   = new TmfEvent[fTraces.length];
+
+               ITmfLocation<?>[] locations = new ITmfLocation[fTraces.length];
+               long[] ranks = new long[fTraces.length];
+               long rank = 0;
+               for (int i = 0; i < fTraces.length; i++) {
+                       if (contexts[i] != null) {
+                               locations[i] = contexts[i].getLocation();
+                               ranks[i] = contexts[i].getRank();
+                               rank += contexts[i].getRank();
+                       }
+               }
+               
+               setLocation(new TmfExperimentLocation(new TmfLocationArray(locations), ranks));
+               setRank(rank);
+               lastTraceRead = NO_TRACE;
+       }
+
+       public TmfExperimentContext(ITmfTrace[] traces) {
+               this(traces, new TmfContext[traces.length]);
+       }
+
+       public TmfExperimentContext(TmfExperimentContext other) {
+               this(other.fTraces, other.cloneContexts());
+               fEvents = other.fEvents;
+               if (other.getLocation() != null)
+                       setLocation(other.getLocation().clone());
+               setRank(other.getRank());
+               setLastTrace(other.lastTraceRead);
+       }
+
+       private TmfContext[] cloneContexts() {
+               TmfContext[] contexts = new TmfContext[fContexts.length];
+               for (int i = 0; i < fContexts.length; i++)
+                       contexts[i] = fContexts[i].clone();
+               return contexts;
+       }
+
+       // ------------------------------------------------------------------------
+       // Accessors
+       // ------------------------------------------------------------------------
+
+       public ITmfTrace[] getTraces() {
+               return fTraces;
+       }
+
+       public TmfContext[] getContexts() {
+               return fContexts;
+       }
+
+       public TmfEvent[] getEvents() {
+               return fEvents;
+       }
+
+       public int getLastTrace() {
+               return lastTraceRead;
+       }
+
+       public void setLastTrace(int newIndex) {
+               lastTraceRead = newIndex;
+       }
+
+       // ------------------------------------------------------------------------
+       // Object
+       // ------------------------------------------------------------------------
+
+    @Override
+    public int hashCode() {
+               int result = 17;
+       for (int i = 0; i < fTraces.length; i++) {
+               result = 37 * result + fTraces[i].hashCode();
+               result = 37 * result + fContexts[i].hashCode();
+       }
+       return result;
+    }
+    @Override
+    public boolean equals(Object other) {
+       if (!(other instanceof TmfExperimentContext)) {
+               return false;
+       }
+       TmfExperimentContext o = (TmfExperimentContext) other;
+       boolean isEqual = true;
+       int i = 0;
+       while (isEqual && i < fTraces.length) {
+               isEqual &= fTraces[i].equals(o.fTraces[i]);
+               isEqual &= fContexts[i].equals(o.fContexts[i]);
+               i++;
+       }
+       return isEqual;
+    }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/experiment/TmfExperimentLocation.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/experiment/TmfExperimentLocation.java
new file mode 100644 (file)
index 0000000..1e901b5
--- /dev/null
@@ -0,0 +1,54 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.experiment;
+
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;
+
+/**
+ * <b><u>TmfExperimentLocation</u></b>
+ * <p>
+ * The experiment location is the set of its traces' locations.
+ */
+public class TmfExperimentLocation extends TmfLocation<TmfLocationArray> {
+
+    private long[] fRanks;
+
+       public TmfExperimentLocation(TmfLocationArray locations, long[] ranks) {
+               super(locations);
+               fRanks = ranks;
+       }
+
+       @Override
+       public TmfExperimentLocation clone() {
+               super.clone();  // To keep FindBugs happy
+               TmfLocationArray array = (TmfLocationArray) getLocation();
+               TmfLocationArray clones = array.clone();
+               return new TmfExperimentLocation(clones, fRanks.clone());
+       }
+
+       @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+               StringBuilder result = new StringBuilder("[TmfExperimentLocation");
+               TmfLocationArray array = (TmfLocationArray) getLocation();
+               for (int i = 0; i < array.locations.length; i++) {
+                       result.append("[" + array.locations[i].toString() + "," + fRanks[i] + "]");
+               }
+               result.append("]");
+               return result.toString();
+       }
+
+       public long[] getRanks() {
+        return fRanks;
+    }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/experiment/TmfLocationArray.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/experiment/TmfLocationArray.java
new file mode 100644 (file)
index 0000000..3210d97
--- /dev/null
@@ -0,0 +1,51 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Patrick Tasse - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.experiment;
+
+import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;
+
+public class TmfLocationArray implements Comparable<TmfLocationArray>, Cloneable {
+       public ITmfLocation<? extends Comparable<?>>[] locations;
+       
+       public TmfLocationArray(ITmfLocation<? extends Comparable<?>>[] locations) {
+               this.locations = locations;
+       }
+       
+       @SuppressWarnings({ "unchecked", "rawtypes" })
+       @Override
+       public int compareTo(TmfLocationArray o) {
+               for (int i = 0; i < locations.length; i++) {
+                       ITmfLocation<? extends Comparable> l1 = (ITmfLocation<? extends Comparable>) locations[i].getLocation();
+                       ITmfLocation<? extends Comparable> l2 = (ITmfLocation<? extends Comparable>) o.locations[i].getLocation();
+                       int result = l1.getLocation().compareTo(l2.getLocation());
+                       if (result != 0) {
+                               return result;
+                       }
+               }
+               return 0;
+       }
+
+       /* (non-Javadoc)
+        * @see java.lang.Object#clone()
+        */
+       @Override
+       protected TmfLocationArray clone() {
+               ITmfLocation<? extends Comparable<?>>[] clones = (ITmfLocation<? extends Comparable<?>>[]) new ITmfLocation<?>[locations.length];
+               for (int i = 0; i < locations.length; i++) {
+                       clones[i] = locations[i].clone();
+               }
+               return new TmfLocationArray(clones);
+       }
+       
+}
+
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/ITmfFilter.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/ITmfFilter.java
new file mode 100644 (file)
index 0000000..1c01af8
--- /dev/null
@@ -0,0 +1,28 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Patrick Tasse - Initial API and implementation\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.filter;\r
+\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+\r
+\r
+public interface ITmfFilter {\r
+\r
+       /**\r
+        * Verify the filter conditions on an event\r
+        * \r
+        * @param event The event to verify.\r
+        * @return True if the event matches the filter conditions.\r
+        */\r
+       public boolean matches(TmfEvent event);\r
+       \r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/ITmfFilterTreeNode.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/ITmfFilterTreeNode.java
new file mode 100644 (file)
index 0000000..f3fe069
--- /dev/null
@@ -0,0 +1,122 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Francois Godin (copelnug@gmail.com) - Initial API\r
+ *   Yuriy Vashchuk (yvashchuk@gmail.com) - Initial implementation\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.filter.model;\r
+\r
+import java.util.List;\r
+\r
+import org.eclipse.linuxtools.tmf.core.filter.ITmfFilter;\r
+\r
+\r
+/**\r
+ * <h4>This is Node Interface in the Filter Tree</h4>\r
+ */\r
+public interface ITmfFilterTreeNode extends ITmfFilter {\r
+       \r
+       /**\r
+        * <h4>Get the parent node of current node</h4>\r
+        * \r
+        * @return The parent node (null when the node has no parent).\r
+        */\r
+       public ITmfFilterTreeNode getParent();\r
+       \r
+       /**\r
+        * <h4>Get the current node name</h4>\r
+        * \r
+        * @return The name of the current node.\r
+        */\r
+       public String getNodeName();\r
+       \r
+       /**\r
+        * <h4>Tell if the node has children</h4> \r
+        * \r
+        * @return True if the node has children.\r
+        */\r
+       public boolean hasChildren();\r
+       \r
+       /**\r
+        * <h4>Return the number of children</h4>\r
+        * \r
+        * @return The number of children.\r
+        */\r
+       public int getChildrenCount();\r
+       \r
+       /**\r
+        * <h4>Get the array of children</h4>\r
+        * \r
+        * @return The array (possibly empty) of children nodes.\r
+        */\r
+       public ITmfFilterTreeNode[] getChildren();\r
+       \r
+       /**\r
+        * <h4>Get the node by index</h4>\r
+        * \r
+        * @param index The index of node to return.\r
+        * @return The desired node (null if the node is not exists).\r
+        */\r
+       public ITmfFilterTreeNode getChild(int index);\r
+       \r
+       /**\r
+        * <h4>Remove the node from its parent</h4>\r
+        * \r
+        * <p>Shifts all nodes after the removed one to prevent having an empty spot. \r
+        * See {@link #replaceChildren(int, ITmfFilterTreeNode)} to replace a node.</p>\r
+        * \r
+        * @return The removed node. \r
+        */\r
+       public ITmfFilterTreeNode remove();\r
+       \r
+       /**\r
+        * <h4>Remove the child from the current node</h4>\r
+        * \r
+        * <p>Shifts all nodes after the removed one to prevent having an empty spot. \r
+        * See {@link #replaceChildren(int, ITmfFilterTreeNode)} to replace a node.</p>\r
+        * \r
+        * @return The removed node. \r
+        */\r
+       public ITmfFilterTreeNode removeChild(ITmfFilterTreeNode node);\r
+       \r
+       /**\r
+        * <h4>Append a node to the current children</h4>\r
+        * \r
+        * @param node Node to append.\r
+        * @return Index of added node (-1 if the node cannot be added).\r
+        */\r
+       public int addChild(ITmfFilterTreeNode node);\r
+       \r
+       /**\r
+        * <h4>Replace a child node</h4>\r
+        * \r
+        * @param index Index of the node to replace.\r
+        * @param node Node who will replace.\r
+        * @return Node replaced.\r
+        */\r
+       public ITmfFilterTreeNode replaceChild(int index, ITmfFilterTreeNode node);\r
+\r
+       /**\r
+        * <h4>Sets the parent of current node</h4>\r
+        * \r
+        * @param parent The parent of current node.\r
+        */\r
+       public void setParent(ITmfFilterTreeNode parent);\r
+       \r
+       /**\r
+        * <h4>Gets the list of valid children node names that could be added to the node</h4>\r
+        * \r
+        * @return The list of valid children node names.\r
+        */\r
+       public List<String> getValidChildren();\r
+\r
+       public ITmfFilterTreeNode clone();\r
+       \r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterAndNode.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterAndNode.java
new file mode 100644 (file)
index 0000000..549c54e
--- /dev/null
@@ -0,0 +1,74 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Patrick Tasse - Initial API and implementation\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.filter.model;\r
+\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+\r
+\r
+public class TmfFilterAndNode extends TmfFilterTreeNode {\r
+\r
+       public static final String NODE_NAME = "AND"; //$NON-NLS-1$\r
+       public static final String NOT_ATTR = "not"; //$NON-NLS-1$\r
+       \r
+       private boolean fNot = false;\r
+       \r
+       public TmfFilterAndNode(ITmfFilterTreeNode parent) {\r
+               super(parent);\r
+       }\r
+\r
+       public boolean isNot() {\r
+               return fNot;\r
+       }\r
+       \r
+       public void setNot(boolean not) {\r
+               this.fNot = not;\r
+       }\r
+       \r
+       @Override\r
+       public String getNodeName() {\r
+               return NODE_NAME;\r
+       }\r
+\r
+       @Override\r
+       public boolean matches(TmfEvent event) {\r
+               for (ITmfFilterTreeNode node : getChildren()) {\r
+                       if (! node.matches(event)) {\r
+                               return false ^ fNot;\r
+                       }\r
+               }\r
+               return true ^ fNot;\r
+       }\r
+\r
+       @Override\r
+       public String toString() {\r
+               StringBuffer buf = new StringBuffer();\r
+               if (fNot) {\r
+                       buf.append("not "); //$NON-NLS-1$\r
+               }\r
+               if (getParent() != null && !(getParent() instanceof TmfFilterRootNode) && !(getParent() instanceof TmfFilterNode)) {\r
+                       buf.append("( "); //$NON-NLS-1$\r
+               }\r
+               for (int i = 0; i < getChildrenCount(); i++) {\r
+                       ITmfFilterTreeNode node = getChildren()[i];\r
+                       buf.append(node.toString());\r
+                       if (i < getChildrenCount() - 1) {\r
+                               buf.append(" and "); //$NON-NLS-1$\r
+                       }\r
+               }\r
+               if (getParent() != null && !(getParent() instanceof TmfFilterRootNode) && !(getParent() instanceof TmfFilterNode)) {\r
+                       buf.append(" )"); //$NON-NLS-1$\r
+               }\r
+               return buf.toString();\r
+       }\r
+       \r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterCompareNode.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterCompareNode.java
new file mode 100644 (file)
index 0000000..fb9bb56
--- /dev/null
@@ -0,0 +1,176 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Patrick Tasse - Initial API and implementation\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.filter.model;\r
+\r
+import java.text.NumberFormat;\r
+import java.text.ParseException;\r
+import java.util.ArrayList;\r
+import java.util.List;\r
+\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfNoSuchFieldException;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;\r
+\r
+\r
+public class TmfFilterCompareNode extends TmfFilterTreeNode {\r
+\r
+       public static final String NODE_NAME = "COMPARE"; //$NON-NLS-1$\r
+       public static final String NOT_ATTR = "not"; //$NON-NLS-1$\r
+       public static final String FIELD_ATTR = "field"; //$NON-NLS-1$\r
+       public static final String RESULT_ATTR = "result"; //$NON-NLS-1$\r
+       public static final String TYPE_ATTR = "type"; //$NON-NLS-1$\r
+       public static final String VALUE_ATTR = "value"; //$NON-NLS-1$\r
+       \r
+       public static enum Type {\r
+               NUM,\r
+               ALPHA,\r
+               TIMESTAMP\r
+       }\r
+       \r
+       private boolean fNot = false;\r
+       private String fField;\r
+       private int fResult;\r
+       private Type fType = Type.NUM;\r
+       private String fValue;\r
+       private Number fValueNumber;\r
+       private TmfTimestamp fValueTimestamp;\r
+       \r
+       public TmfFilterCompareNode(ITmfFilterTreeNode parent) {\r
+               super(parent);\r
+       }\r
+\r
+       public boolean isNot() {\r
+               return fNot;\r
+       }\r
+       \r
+       public void setNot(boolean not) {\r
+               this.fNot = not;\r
+       }\r
+       \r
+       public String getField() {\r
+               return fField;\r
+       }\r
+\r
+       public void setField(String field) {\r
+               this.fField = field;\r
+       }\r
+\r
+       public int getResult() {\r
+               return fResult;\r
+       }\r
+       \r
+       public void setResult(int result) {\r
+               this.fResult = result;\r
+       }\r
+       \r
+       public Type getType() {\r
+               return fType;\r
+       }\r
+\r
+       public void setType(Type type) {\r
+               this.fType = type;\r
+               setValue(fValue);\r
+       }\r
+\r
+       public String getValue() {\r
+               return fValue;\r
+       }\r
+       \r
+       public void setValue(String value) {\r
+               this.fValue = value;\r
+               fValueNumber = null;\r
+               fValueTimestamp = null;\r
+               if (value == null) {\r
+                       return;\r
+               }\r
+               if (fType == Type.NUM) {\r
+                       try {\r
+                               fValueNumber = NumberFormat.getInstance().parse(value).doubleValue();\r
+                       } catch (ParseException e) {\r
+                       }\r
+               } else if (fType == Type.TIMESTAMP) {\r
+                       try {\r
+                               fValueTimestamp = new TmfTimestamp((long) (1E9 * NumberFormat.getInstance().parse(value.toString()).doubleValue()));\r
+                       } catch (ParseException e) {\r
+                       }\r
+               }\r
+       }\r
+       \r
+       @Override\r
+       public String getNodeName() {\r
+               return NODE_NAME;\r
+       }\r
+\r
+       @Override\r
+       public boolean matches(TmfEvent event) {\r
+               try {\r
+                       Object value = event.getContent().getField(fField);\r
+                       if (value == null) {\r
+                               return false ^ fNot;\r
+                       }\r
+                       if (fType == Type.NUM) {\r
+                               if (fValueNumber instanceof Number) {\r
+                                       if (value instanceof Number) {\r
+                                               Double valueDouble = ((Number) value).doubleValue();\r
+                                               return (valueDouble.compareTo(fValueNumber.doubleValue()) == fResult) ^ fNot;\r
+                                       } else {\r
+                                               try {\r
+                                                       Double valueDouble = NumberFormat.getInstance().parse(value.toString()).doubleValue();\r
+                                                       return (valueDouble.compareTo(fValueNumber.doubleValue()) == fResult) ^ fNot;\r
+                                               } catch (ParseException e) {\r
+                                               }\r
+                                       }\r
+                               }\r
+                       } else if (fType == Type.ALPHA) {\r
+                               String valueString = value.toString();\r
+                               return (valueString.compareTo(fValue.toString()) == fResult) ^ fNot;\r
+                       } else if (fType == Type.TIMESTAMP) {\r
+                               if (fValueTimestamp instanceof TmfTimestamp) {\r
+                                       if (value instanceof TmfTimestamp) {\r
+                                               TmfTimestamp valueTimestamp = (TmfTimestamp) value;\r
+                                               return (valueTimestamp.compareTo(fValueTimestamp, false) == fResult) ^ fNot;\r
+                                       } else {\r
+                                               try {\r
+                                                       TmfTimestamp valueTimestamp = new TmfTimestamp((long) (1E9 * NumberFormat.getInstance().parse(value.toString()).doubleValue()));\r
+                                                       return (valueTimestamp.compareTo(fValueTimestamp, false) == fResult) ^ fNot;\r
+                                               } catch (ParseException e) {\r
+                                               }\r
+                                       }\r
+                               }\r
+                       }\r
+               } catch (TmfNoSuchFieldException e) {\r
+               }\r
+               return false ^ fNot;\r
+       }\r
+\r
+       @Override\r
+       public List<String> getValidChildren() {\r
+               return new ArrayList<String>(0);\r
+       }\r
+\r
+       @Override\r
+       public String toString() {\r
+               String result = (fResult == 0 ? "= " : fResult < 0 ? "< " : "> "); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
+               String open = (fType == Type.NUM ? "" : fType == Type.ALPHA ? "\"" : "["); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
+               String close = (fType == Type.NUM ? "" : fType == Type.ALPHA ? "\"" : "]"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
+               return fField + (fNot ? " not " : " ") + result + open + fValue + close; //$NON-NLS-1$ //$NON-NLS-2$\r
+       }\r
+\r
+       @Override\r
+       public ITmfFilterTreeNode clone() {\r
+               TmfFilterCompareNode clone = (TmfFilterCompareNode) super.clone();\r
+               clone.fField = new String(fField);\r
+               clone.setValue(new String(fValue));\r
+               return clone;\r
+       }\r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterContainsNode.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterContainsNode.java
new file mode 100644 (file)
index 0000000..01a7c04
--- /dev/null
@@ -0,0 +1,113 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Patrick Tasse - Initial API and implementation\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.filter.model;\r
+\r
+import java.util.ArrayList;\r
+import java.util.List;\r
+\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfNoSuchFieldException;\r
+\r
+\r
+public class TmfFilterContainsNode extends TmfFilterTreeNode {\r
+\r
+       public static final String NODE_NAME = "CONTAINS"; //$NON-NLS-1$\r
+       public static final String NOT_ATTR = "not"; //$NON-NLS-1$\r
+       public static final String FIELD_ATTR = "field"; //$NON-NLS-1$\r
+       public static final String VALUE_ATTR = "value"; //$NON-NLS-1$\r
+       public static final String IGNORECASE_ATTR = "ignorecase"; //$NON-NLS-1$\r
+       \r
+       private boolean fNot = false;\r
+       private String fField;\r
+       private String fValue;\r
+       private String fValueUpperCase;\r
+       private boolean fIgnoreCase = false;\r
+       \r
+       public TmfFilterContainsNode(ITmfFilterTreeNode parent) {\r
+               super(parent);\r
+       }\r
+\r
+       public boolean isNot() {\r
+               return fNot;\r
+       }\r
+       \r
+       public void setNot(boolean not) {\r
+               this.fNot = not;\r
+       }\r
+       \r
+       public String getField() {\r
+               return fField;\r
+       }\r
+\r
+       public void setField(String field) {\r
+               this.fField = field;\r
+       }\r
+\r
+       public String getValue() {\r
+               return fValue;\r
+       }\r
+\r
+       public void setValue(String value) {\r
+               this.fValue = value;\r
+               fValueUpperCase = value.toUpperCase();\r
+       }\r
+\r
+       public boolean isIgnoreCase() {\r
+               return fIgnoreCase;\r
+       }\r
+       \r
+       public void setIgnoreCase(boolean ignoreCase) {\r
+               this.fIgnoreCase = ignoreCase;\r
+       }\r
+       \r
+       @Override\r
+       public String getNodeName() {\r
+               return NODE_NAME;\r
+       }\r
+\r
+       @Override\r
+       public boolean matches(TmfEvent event) {\r
+               try {\r
+                       Object value = event.getContent().getField(fField);\r
+                       if (value == null) {\r
+                               return false ^ fNot;\r
+                       }\r
+                       String valueString = value.toString();\r
+                       if (fIgnoreCase) {\r
+                               return valueString.toUpperCase().contains(fValueUpperCase) ^ fNot;\r
+                       } else {\r
+                               return valueString.contains(fValue) ^ fNot;\r
+                       }\r
+               } catch (TmfNoSuchFieldException e) {\r
+                       return false ^ fNot;\r
+               }\r
+       }\r
+\r
+       @Override\r
+       public List<String> getValidChildren() {\r
+               return new ArrayList<String>(0);\r
+       }\r
+\r
+       @Override\r
+       public String toString() {\r
+               return fField + (fNot ? " not" : "") + " contains \"" + fValue + "\""; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$\r
+       }\r
+\r
+       @Override\r
+       public ITmfFilterTreeNode clone() {\r
+               TmfFilterContainsNode clone = (TmfFilterContainsNode) super.clone();\r
+               clone.fField = new String(fField);\r
+               clone.setValue(new String(fValue));\r
+               return clone;\r
+       }\r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterEqualsNode.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterEqualsNode.java
new file mode 100644 (file)
index 0000000..d7781b5
--- /dev/null
@@ -0,0 +1,114 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Patrick Tasse - Initial API and implementation\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.filter.model;\r
+\r
+import java.util.ArrayList;\r
+import java.util.List;\r
+\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfNoSuchFieldException;\r
+\r
+\r
+public class TmfFilterEqualsNode extends TmfFilterTreeNode {\r
+\r
+       public static final String NODE_NAME = "EQUALS"; //$NON-NLS-1$\r
+       public static final String NOT_ATTR = "not"; //$NON-NLS-1$\r
+       public static final String FIELD_ATTR = "field"; //$NON-NLS-1$\r
+       public static final String VALUE_ATTR = "value"; //$NON-NLS-1$\r
+       public static final String IGNORECASE_ATTR = "ignorecase"; //$NON-NLS-1$\r
+       \r
+       private boolean fNot = false;\r
+       private String fField;\r
+       private String fValue;\r
+       private boolean fIgnoreCase = false;\r
+       \r
+       public TmfFilterEqualsNode(ITmfFilterTreeNode parent) {\r
+               super(parent);\r
+       }\r
+\r
+       public boolean isNot() {\r
+               return fNot;\r
+       }\r
+       \r
+       public void setNot(boolean not) {\r
+               this.fNot = not;\r
+       }\r
+       \r
+       public String getField() {\r
+               return fField;\r
+       }\r
+\r
+       public void setField(String field) {\r
+               this.fField = field;\r
+       }\r
+\r
+       public String getValue() {\r
+               return fValue;\r
+       }\r
+\r
+       public void setValue(String value) {\r
+               this.fValue = value;\r
+       }\r
+\r
+       public boolean isIgnoreCase() {\r
+               return fIgnoreCase;\r
+       }\r
+       \r
+       public void setIgnoreCase(boolean ignoreCase) {\r
+               this.fIgnoreCase = ignoreCase;\r
+       }\r
+       \r
+       @Override\r
+       public String getNodeName() {\r
+               return NODE_NAME;\r
+       }\r
+\r
+       @Override\r
+       public boolean matches(TmfEvent event) {\r
+               try {\r
+                       Object value = event.getContent().getField(fField);\r
+                       if (value == null) {\r
+                               return false ^ fNot;\r
+                       }\r
+                       String valueString = value.toString();\r
+                       if (valueString == null) {\r
+                               return false ^ fNot;\r
+                       }\r
+                       if (fIgnoreCase) {\r
+                               return valueString.equalsIgnoreCase(fValue) ^ fNot;\r
+                       } else {\r
+                               return valueString.equals(fValue) ^ fNot;\r
+                       }\r
+               } catch (TmfNoSuchFieldException e) {\r
+                       return false ^ fNot;\r
+               }\r
+       }\r
+\r
+       @Override\r
+       public List<String> getValidChildren() {\r
+               return new ArrayList<String>(0);\r
+       }\r
+\r
+       @Override\r
+       public String toString() {\r
+               return fField + (fNot ? " not" : "") + " equals \"" + fValue + "\""; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$\r
+       }\r
+\r
+       @Override\r
+       public ITmfFilterTreeNode clone() {\r
+               TmfFilterEqualsNode clone = (TmfFilterEqualsNode) super.clone();\r
+               clone.fField = new String(fField);\r
+               clone.fValue = new String(fValue);\r
+               return clone;\r
+       }\r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterEventTypeNode.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterEventTypeNode.java
new file mode 100644 (file)
index 0000000..8175ad3
--- /dev/null
@@ -0,0 +1,113 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Patrick Tasse - Initial API and implementation\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.filter.model;\r
+\r
+import java.util.ArrayList;\r
+import java.util.List;\r
+\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+\r
+\r
+public class TmfFilterEventTypeNode extends TmfFilterTreeNode {\r
+\r
+       public static final String NODE_NAME = "EVENTTYPE"; //$NON-NLS-1$\r
+       public static final String TYPE_ATTR = "type"; //$NON-NLS-1$\r
+       public static final String NAME_ATTR = "name"; //$NON-NLS-1$\r
+       \r
+       private String fType;\r
+       private String fName;\r
+       \r
+       public TmfFilterEventTypeNode(ITmfFilterTreeNode parent) {\r
+               super(parent);\r
+       }\r
+\r
+       @Override\r
+       public String getNodeName() {\r
+               return NODE_NAME;\r
+       }\r
+\r
+       public String getEventType() {\r
+               return fType;\r
+       }\r
+\r
+       public void setEventType(String type) {\r
+               this.fType = type;\r
+       }\r
+\r
+       public String getName() {\r
+               return fName;\r
+       }\r
+\r
+       public void setName(String name) {\r
+               this.fName = name;\r
+       }\r
+\r
+    @Override\r
+    public boolean matches(TmfEvent event) {\r
+        boolean match = false;\r
+        if (fType.contains(":")) { //$NON-NLS-1$\r
+            // special case for custom parsers\r
+            if (fType.startsWith(event.getClass().getCanonicalName())) {\r
+                if (fType.endsWith(event.getType().getTypeId())) {\r
+                    match = true;\r
+                }\r
+            }\r
+        } else {\r
+            if (event.getClass().getCanonicalName().equals(fType)) {\r
+                match = true;\r
+            }\r
+        }\r
+        if (match) {\r
+            // There should be at most one child\r
+            for (ITmfFilterTreeNode node : getChildren()) {\r
+                if (! node.matches(event)) {\r
+                    return false;\r
+                }\r
+            }\r
+            return true;\r
+        }\r
+        return false;\r
+    }\r
+\r
+       @Override\r
+       public List<String> getValidChildren() {\r
+               if (getChildrenCount() == 0) {\r
+                       return super.getValidChildren();\r
+               } else {\r
+                       return new ArrayList<String>(0); // only one child allowed\r
+               }\r
+       }\r
+\r
+       @Override\r
+       public String toString() {\r
+               StringBuffer buf = new StringBuffer();\r
+               buf.append("EventType is " + fName); //$NON-NLS-1$\r
+               if (getChildrenCount() > 0) {\r
+                       buf.append(" and "); //$NON-NLS-1$\r
+               }\r
+               if (getChildrenCount() > 1) {\r
+                       buf.append("( "); //$NON-NLS-1$\r
+               }\r
+               for (int i = 0; i < getChildrenCount(); i++) {\r
+                       ITmfFilterTreeNode node = getChildren()[i];\r
+                       buf.append(node.toString());\r
+                       if (i < getChildrenCount() - 1) {\r
+                               buf.append(" and "); //$NON-NLS-1$\r
+                       }\r
+               }\r
+               if (getChildrenCount() > 1) {\r
+                       buf.append(" )"); //$NON-NLS-1$\r
+               }\r
+               return buf.toString();\r
+       }\r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterMatchesNode.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterMatchesNode.java
new file mode 100644 (file)
index 0000000..828de83
--- /dev/null
@@ -0,0 +1,118 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Patrick Tasse - Initial API and implementation\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.filter.model;\r
+\r
+import java.util.ArrayList;\r
+import java.util.List;\r
+import java.util.regex.Pattern;\r
+import java.util.regex.PatternSyntaxException;\r
+\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfNoSuchFieldException;\r
+\r
+\r
+public class TmfFilterMatchesNode extends TmfFilterTreeNode {\r
+\r
+       public static final String NODE_NAME = "MATCHES"; //$NON-NLS-1$\r
+       public static final String NOT_ATTR = "not"; //$NON-NLS-1$\r
+       public static final String FIELD_ATTR = "field"; //$NON-NLS-1$\r
+       public static final String REGEX_ATTR = "regex"; //$NON-NLS-1$\r
+       \r
+       private boolean fNot = false;\r
+       private String fField;\r
+       private String fRegex;\r
+       private Pattern fPattern;\r
+       \r
+       public TmfFilterMatchesNode(ITmfFilterTreeNode parent) {\r
+               super(parent);\r
+       }\r
+\r
+       public boolean isNot() {\r
+               return fNot;\r
+       }\r
+       \r
+       public void setNot(boolean not) {\r
+               this.fNot = not;\r
+       }\r
+       \r
+       public String getField() {\r
+               return fField;\r
+       }\r
+\r
+       public void setField(String field) {\r
+               this.fField = field;\r
+       }\r
+\r
+       public String getRegex() {\r
+               return fRegex;\r
+       }\r
+\r
+       public void setRegex(String regex) {\r
+               this.fRegex = regex;\r
+               try {\r
+                       this.fPattern = Pattern.compile(regex);\r
+               } catch (PatternSyntaxException e) {\r
+                       this.fPattern = null;\r
+               }\r
+       }\r
+\r
+       @Override\r
+       public String getNodeName() {\r
+               return NODE_NAME;\r
+       }\r
+\r
+       @Override\r
+       public boolean matches(TmfEvent event) {\r
+               if (fPattern == null) {\r
+                       return false ^ fNot;\r
+               }\r
+               try {\r
+                       Object value = event.getContent().getField(fField);\r
+                       if (value == null) {\r
+                               return false ^ fNot;\r
+                       }\r
+                       String valueString = value.toString();\r
+                       return fPattern.matcher(valueString).matches() ^ fNot;\r
+               } catch (TmfNoSuchFieldException e) {\r
+                       return false ^ fNot;\r
+               }\r
+       }\r
+\r
+       @Override\r
+       public List<String> getValidChildren() {\r
+               return new ArrayList<String>(0);\r
+       }\r
+\r
+       @Override\r
+       public String toString() {\r
+               return fField + (fNot ? " not" : "") + " matches \"" + fRegex + "\""; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$\r
+       }\r
+\r
+       @Override\r
+       public ITmfFilterTreeNode clone() {\r
+               TmfFilterMatchesNode clone = (TmfFilterMatchesNode) super.clone();\r
+               clone.fField = new String(fField);\r
+               clone.setRegex(new String(fRegex));\r
+               return clone;\r
+       }\r
+       \r
+       public static String regexFix(String pattern) {\r
+               // if the pattern does not contain one of the expressions .* !^\r
+               // (at the beginning) $ (at the end), then a .* is added at the\r
+               // beginning and at the end of the pattern\r
+               if (!(pattern.indexOf(".*") >= 0 || pattern.charAt(0) == '^' || pattern.charAt(pattern.length() - 1) == '$')) { //$NON-NLS-1$\r
+                       pattern = ".*" + pattern + ".*"; //$NON-NLS-1$ //$NON-NLS-2$\r
+               }\r
+               return pattern;\r
+       }\r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterNode.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterNode.java
new file mode 100644 (file)
index 0000000..0ed8af5
--- /dev/null
@@ -0,0 +1,89 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Patrick Tasse - Initial API and implementation\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.filter.model;\r
+\r
+import java.util.ArrayList;\r
+import java.util.List;\r
+\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+\r
+\r
+public class TmfFilterNode extends TmfFilterTreeNode {\r
+       \r
+       public static final String NODE_NAME = "FILTER"; //$NON-NLS-1$\r
+       public static final String NAME_ATTR = "name"; //$NON-NLS-1$\r
+       \r
+       String fFilterName;\r
+       \r
+       public TmfFilterNode(String filterName) {\r
+               super(null);\r
+               fFilterName = filterName;\r
+       }\r
+\r
+       public TmfFilterNode(ITmfFilterTreeNode parent, String filterName) {\r
+               super(parent);\r
+               fFilterName = filterName;\r
+       }\r
+\r
+       public String getFilterName() {\r
+               return fFilterName;\r
+       }\r
+\r
+       public void setFilterName(String filterName) {\r
+               fFilterName = filterName;\r
+       }\r
+\r
+       @Override\r
+       public String getNodeName() {\r
+               return NODE_NAME;\r
+       }\r
+\r
+       @Override\r
+       public boolean matches(TmfEvent event) {\r
+               // There should be at most one child\r
+               for (ITmfFilterTreeNode node : getChildren()) {\r
+                       if (node.matches(event)) {\r
+                               return true;\r
+                       }\r
+               }\r
+               return false;\r
+       }\r
+\r
+       @Override\r
+       public List<String> getValidChildren() {\r
+               if (getChildrenCount() == 0) {\r
+                       return super.getValidChildren();\r
+               } else {\r
+                       return new ArrayList<String>(0); // only one child allowed\r
+               }\r
+       }\r
+\r
+       @Override\r
+       public String toString() {\r
+               StringBuffer buf = new StringBuffer();\r
+               if (getChildrenCount() > 1) {\r
+                       buf.append("( "); //$NON-NLS-1$\r
+               }\r
+               for (int i = 0; i < getChildrenCount(); i++) {\r
+                       ITmfFilterTreeNode node = getChildren()[i];\r
+                       buf.append(node.toString());\r
+                       if (i < getChildrenCount() - 1) {\r
+                               buf.append(" and "); //$NON-NLS-1$\r
+                       }\r
+               }\r
+               if (getChildrenCount() > 1) {\r
+                       buf.append(" )"); //$NON-NLS-1$\r
+               }\r
+               return buf.toString();\r
+       }\r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterOrNode.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterOrNode.java
new file mode 100644 (file)
index 0000000..c81a6f3
--- /dev/null
@@ -0,0 +1,73 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Patrick Tasse - Initial API and implementation\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.filter.model;\r
+\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+\r
+\r
+public class TmfFilterOrNode extends TmfFilterTreeNode {\r
+\r
+       public static final String NODE_NAME = "OR"; //$NON-NLS-1$\r
+       public static final String NOT_ATTR = "not"; //$NON-NLS-1$\r
+       \r
+       private boolean fNot = false;\r
+       \r
+       public TmfFilterOrNode(ITmfFilterTreeNode parent) {\r
+               super(parent);\r
+       }\r
+\r
+       @Override\r
+       public String getNodeName() {\r
+               return NODE_NAME;\r
+       }\r
+\r
+       public boolean isNot() {\r
+               return fNot;\r
+       }\r
+       \r
+       public void setNot(boolean not) {\r
+               this.fNot = not;\r
+       }\r
+       \r
+       @Override\r
+       public boolean matches(TmfEvent event) {\r
+               for (ITmfFilterTreeNode node : getChildren()) {\r
+                       if (node.matches(event)) {\r
+                               return true ^ fNot;\r
+                       }\r
+               }\r
+               return false & fNot;\r
+       }\r
+\r
+       @Override\r
+       public String toString() {\r
+               StringBuffer buf = new StringBuffer();\r
+               if (fNot) {\r
+                       buf.append("not "); //$NON-NLS-1$\r
+               }\r
+               if (getParent() != null && !(getParent() instanceof TmfFilterRootNode) && !(getParent() instanceof TmfFilterNode)) {\r
+                       buf.append("( "); //$NON-NLS-1$\r
+               }\r
+               for (int i = 0; i < getChildrenCount(); i++) {\r
+                       ITmfFilterTreeNode node = getChildren()[i];\r
+                       buf.append(node.toString());\r
+                       if (i < getChildrenCount() - 1) {\r
+                               buf.append(" or "); //$NON-NLS-1$\r
+                       }\r
+               }\r
+               if (getParent() != null && !(getParent() instanceof TmfFilterRootNode) && !(getParent() instanceof TmfFilterNode)) {\r
+                       buf.append(" )"); //$NON-NLS-1$\r
+               }\r
+               return buf.toString();\r
+       }\r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterRootNode.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterRootNode.java
new file mode 100644 (file)
index 0000000..5a48144
--- /dev/null
@@ -0,0 +1,53 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Patrick Tasse - Initial API and implementation\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.filter.model;\r
+\r
+import java.util.Arrays;\r
+import java.util.List;\r
+\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+\r
+\r
+public class TmfFilterRootNode extends TmfFilterTreeNode {\r
+       \r
+       public static final String NODE_NAME = "ROOT"; //$NON-NLS-1$\r
+       \r
+       private static final String[] VALID_CHILDREN = {\r
+               TmfFilterNode.NODE_NAME\r
+       };\r
+       \r
+       public TmfFilterRootNode() {\r
+               super(null);\r
+       }\r
+\r
+       @Override\r
+       public String getNodeName() {\r
+               return NODE_NAME;\r
+       }\r
+\r
+       @Override\r
+       public boolean matches(TmfEvent event) {\r
+               for (ITmfFilterTreeNode node : getChildren()) {\r
+                       if (! node.matches(event)) {\r
+                               return false;\r
+                       }\r
+               }\r
+               return true;\r
+       }\r
+\r
+       @Override\r
+       public List<String> getValidChildren() {\r
+               return Arrays.asList(VALID_CHILDREN);\r
+       }\r
+\r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterTreeNode.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/model/TmfFilterTreeNode.java
new file mode 100644 (file)
index 0000000..cd260f4
--- /dev/null
@@ -0,0 +1,177 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Yuriy Vashchuk (yvashchuk@gmail.com) - Initial API and implementation\r
+ *   Patrick Tasse - Refactoring\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.filter.model;\r
+\r
+import java.util.ArrayList;\r
+import java.util.Arrays;\r
+import java.util.List;\r
+\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+\r
+/**\r
+ * <b><u>TmfFilterTreeNode</u></b>\r
+ * <p>\r
+ * The Filter Tree node\r
+ * <p>\r
+ */\r
+public abstract class TmfFilterTreeNode implements ITmfFilterTreeNode, Cloneable {\r
+       \r
+       private static final String[] VALID_CHILDREN = {\r
+               TmfFilterEventTypeNode.NODE_NAME,\r
+               TmfFilterAndNode.NODE_NAME,\r
+               TmfFilterOrNode.NODE_NAME,\r
+               TmfFilterContainsNode.NODE_NAME,\r
+               TmfFilterEqualsNode.NODE_NAME,\r
+               TmfFilterMatchesNode.NODE_NAME,\r
+               TmfFilterCompareNode.NODE_NAME\r
+       };\r
+       \r
+       private ITmfFilterTreeNode parent = null;\r
+       private ArrayList<ITmfFilterTreeNode> children = new ArrayList<ITmfFilterTreeNode>();\r
+\r
+    public TmfFilterTreeNode(final ITmfFilterTreeNode parent) {\r
+       if (parent != null) {\r
+               parent.addChild(this);\r
+       }\r
+    }\r
+    \r
+       /* (non-Javadoc)\r
+        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#getParent()\r
+        */\r
+       @Override\r
+       public ITmfFilterTreeNode getParent() {\r
+               return parent;\r
+       }\r
+\r
+       /* (non-Javadoc)\r
+        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#getNodeName()\r
+        */\r
+       @Override\r
+       public abstract String getNodeName();\r
+\r
+       /* (non-Javadoc)\r
+        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#hasChildren()\r
+        */\r
+       @Override\r
+       public boolean hasChildren() {\r
+               return (children.size() > 0);\r
+       }\r
+\r
+       /* (non-Javadoc)\r
+        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#getChildrenCount()\r
+        */\r
+       @Override\r
+       public int getChildrenCount() {\r
+               return children.size();\r
+       }\r
+\r
+       /* (non-Javadoc)\r
+        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#getChildren()\r
+        */\r
+       @Override\r
+       public ITmfFilterTreeNode[] getChildren() {\r
+               return children.toArray(new ITmfFilterTreeNode[0]);\r
+       }\r
+\r
+       /* (non-Javadoc)\r
+        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#getChild(int)\r
+        */\r
+       @Override\r
+       public ITmfFilterTreeNode getChild(final int index) throws IndexOutOfBoundsException {\r
+               return children.get(index);\r
+       }\r
+\r
+       /* (non-Javadoc)\r
+        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#remove()\r
+        */\r
+       @Override\r
+       public ITmfFilterTreeNode remove() {\r
+               if (getParent() != null) {\r
+                       getParent().removeChild(this);\r
+               }\r
+               return this;\r
+       }\r
+\r
+       /*\r
+        * (non-Javadoc)\r
+        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#removeChild(org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode)\r
+        */\r
+       @Override\r
+       public ITmfFilterTreeNode removeChild(ITmfFilterTreeNode node) {\r
+               children.remove(node);\r
+               node.setParent(null);\r
+               return node;\r
+       }\r
+\r
+       /* (non-Javadoc)\r
+        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#addChild(org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode)\r
+        */\r
+       @Override\r
+       public int addChild(final ITmfFilterTreeNode node) {\r
+               node.setParent(this);\r
+               if(children.add(node)) {\r
+                       return (children.size() - 1);\r
+               }\r
+               return -1;\r
+       }\r
+\r
+       /* (non-Javadoc)\r
+        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#replaceChild(int, org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode)\r
+        */\r
+       @Override\r
+       public ITmfFilterTreeNode replaceChild(final int index, final ITmfFilterTreeNode node) throws IndexOutOfBoundsException {\r
+               node.setParent(this);\r
+               return children.set(index, node);\r
+       }\r
+\r
+       /* (non-Javadoc)\r
+        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#setParent(org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode)\r
+        */\r
+       @Override\r
+       public void setParent(final ITmfFilterTreeNode parent) {\r
+               this.parent = parent;\r
+       }\r
+\r
+       \r
+       /* (non-Javadoc)\r
+        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#matches(org.eclipse.linuxtools.tmf.event.TmfEvent)\r
+        */\r
+       @Override\r
+       public abstract boolean matches(TmfEvent event);\r
+\r
+       /* (non-Javadoc)\r
+        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#getValidChildren()\r
+        * \r
+        * By default, all node types are valid children. Override if different.\r
+        */\r
+       @Override\r
+       public List<String> getValidChildren() {\r
+               return Arrays.asList(VALID_CHILDREN);\r
+       }\r
+\r
+       @Override\r
+       public ITmfFilterTreeNode clone() {\r
+               try {\r
+                       TmfFilterTreeNode clone = (TmfFilterTreeNode) super.clone();\r
+                       clone.parent = null;\r
+                       clone.children = new ArrayList<ITmfFilterTreeNode>(children.size());\r
+                       for (ITmfFilterTreeNode child : getChildren()) {\r
+                               clone.addChild(child.clone());\r
+                       }\r
+                       return clone;\r
+               } catch (CloneNotSupportedException e) {\r
+                       return null;\r
+               }\r
+       }\r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/xml/TmfFilterContentHandler.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/xml/TmfFilterContentHandler.java
new file mode 100644 (file)
index 0000000..f3ecc79
--- /dev/null
@@ -0,0 +1,185 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Yuriy Vashchuk (yvashchuk@gmail.com) - Initial API and implementation\r
+ *       based on http://smeric.developpez.com/java/cours/xml/sax/\r
+ *   Patrick Tasse - Refactoring\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.filter.xml;\r
+\r
+import java.util.Stack;\r
+\r
+import org.eclipse.linuxtools.tmf.core.filter.model.ITmfFilterTreeNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterAndNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterCompareNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterContainsNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterEqualsNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterEventTypeNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterMatchesNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterOrNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterRootNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterTreeNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterCompareNode.Type;\r
+import org.xml.sax.Attributes;\r
+import org.xml.sax.SAXException;\r
+import org.xml.sax.helpers.DefaultHandler;\r
+\r
+/**\r
+ * <b><u>FilterContentHandler</u></b>\r
+ * <p>\r
+ * The Filter SAX Content Handler\r
+ * <p>\r
+ */\r
+public class TmfFilterContentHandler extends DefaultHandler {\r
+       \r
+       private ITmfFilterTreeNode fRoot = null;\r
+       private Stack<ITmfFilterTreeNode> fFilterTreeStack = null;\r
+\r
+       /**\r
+        * The default constructor\r
+        */ \r
+       public TmfFilterContentHandler() {\r
+               super();\r
+               fFilterTreeStack = new Stack<ITmfFilterTreeNode>();\r
+       }\r
+\r
+       /**\r
+        * Getter of tree\r
+        * \r
+        * @return The builded tree\r
+        */ \r
+       public ITmfFilterTreeNode getTree() {\r
+               return fRoot;\r
+       }\r
+       \r
+       /*\r
+        * (non-Javadoc)\r
+        * @see org.xml.sax.ContentHandler#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)\r
+        */\r
+       @Override\r
+       public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException {\r
+               ITmfFilterTreeNode node = null;\r
+               \r
+               if (localName.equalsIgnoreCase(TmfFilterRootNode.NODE_NAME)) {\r
+                       \r
+                       node = new TmfFilterRootNode();\r
+                       \r
+               } else if (localName.equals(TmfFilterNode.NODE_NAME)) {\r
+                       \r
+                       node = new TmfFilterNode(atts.getValue(TmfFilterNode.NAME_ATTR));\r
+                       \r
+               } else if (localName.equals(TmfFilterEventTypeNode.NODE_NAME)) {\r
+                       \r
+                       node = new TmfFilterEventTypeNode(null);\r
+                       ((TmfFilterEventTypeNode) node).setEventType(atts.getValue(TmfFilterEventTypeNode.TYPE_ATTR));\r
+                       ((TmfFilterEventTypeNode) node).setName(atts.getValue(TmfFilterEventTypeNode.NAME_ATTR));\r
+                       \r
+               } else if (localName.equals(TmfFilterAndNode.NODE_NAME)) {\r
+                       \r
+                       node = new TmfFilterAndNode(null);\r
+                       String value = atts.getValue(TmfFilterAndNode.NOT_ATTR);\r
+                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
+                               ((TmfFilterAndNode) node).setNot(true);\r
+                       }\r
+                       \r
+               } else if (localName.equals(TmfFilterOrNode.NODE_NAME)) {\r
+                       \r
+                       node = new TmfFilterOrNode(null);\r
+                       String value = atts.getValue(TmfFilterOrNode.NOT_ATTR);\r
+                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
+                               ((TmfFilterOrNode) node).setNot(true);\r
+                       }\r
+                       \r
+               } else if (localName.equals(TmfFilterContainsNode.NODE_NAME)) {\r
+                       \r
+                       node = new TmfFilterContainsNode(null);\r
+                       String value = atts.getValue(TmfFilterContainsNode.NOT_ATTR);\r
+                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
+                               ((TmfFilterContainsNode) node).setNot(true);\r
+                       }\r
+                       ((TmfFilterContainsNode) node).setField(atts.getValue(TmfFilterContainsNode.FIELD_ATTR));\r
+                       ((TmfFilterContainsNode) node).setValue(atts.getValue(TmfFilterContainsNode.VALUE_ATTR));\r
+                       value = atts.getValue(TmfFilterContainsNode.IGNORECASE_ATTR);\r
+                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
+                               ((TmfFilterContainsNode) node).setIgnoreCase(true);\r
+                       }\r
+                       \r
+               } else if (localName.equals(TmfFilterEqualsNode.NODE_NAME)) {\r
+                       \r
+                       node = new TmfFilterEqualsNode(null);\r
+                       String value = atts.getValue(TmfFilterEqualsNode.NOT_ATTR);\r
+                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
+                               ((TmfFilterEqualsNode) node).setNot(true);\r
+                       }\r
+                       ((TmfFilterEqualsNode) node).setField(atts.getValue(TmfFilterEqualsNode.FIELD_ATTR));\r
+                       ((TmfFilterEqualsNode) node).setValue(atts.getValue(TmfFilterEqualsNode.VALUE_ATTR));\r
+                       value = atts.getValue(TmfFilterEqualsNode.IGNORECASE_ATTR);\r
+                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
+                               ((TmfFilterEqualsNode) node).setIgnoreCase(true);\r
+                       }\r
+                       \r
+               } else if (localName.equals(TmfFilterMatchesNode.NODE_NAME)) {\r
+                       \r
+                       node = new TmfFilterMatchesNode(null);\r
+                       String value = atts.getValue(TmfFilterMatchesNode.NOT_ATTR);\r
+                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
+                               ((TmfFilterMatchesNode) node).setNot(true);\r
+                       }\r
+                       ((TmfFilterMatchesNode) node).setField(atts.getValue(TmfFilterMatchesNode.FIELD_ATTR));\r
+                       ((TmfFilterMatchesNode) node).setRegex(atts.getValue(TmfFilterMatchesNode.REGEX_ATTR));\r
+                       \r
+               } else if (localName.equals(TmfFilterCompareNode.NODE_NAME)) {\r
+                       \r
+                       node = new TmfFilterCompareNode(null);\r
+                       String value = atts.getValue(TmfFilterCompareNode.NOT_ATTR);\r
+                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
+                               ((TmfFilterCompareNode) node).setNot(true);\r
+                       }\r
+                       ((TmfFilterCompareNode) node).setField(atts.getValue(TmfFilterCompareNode.FIELD_ATTR));\r
+                       value = atts.getValue(TmfFilterCompareNode.TYPE_ATTR);\r
+                       if (value != null) {\r
+                               ((TmfFilterCompareNode) node).setType(Type.valueOf(value));\r
+                       }\r
+                       value = atts.getValue(TmfFilterCompareNode.RESULT_ATTR);\r
+                       if (value != null) {\r
+                               if (value.equals(Integer.toString(-1))) {\r
+                                       ((TmfFilterCompareNode) node).setResult(-1);\r
+                               } else if (value.equals(Integer.toString(1))) {\r
+                                       ((TmfFilterCompareNode) node).setResult(1);\r
+                               } else {\r
+                                       ((TmfFilterCompareNode) node).setResult(0);\r
+                               }\r
+                       }\r
+                       ((TmfFilterCompareNode) node).setValue(atts.getValue(TmfFilterCompareNode.VALUE_ATTR));\r
+                       \r
+               }\r
+\r
+               fFilterTreeStack.push(node);\r
+       }\r
+\r
+       /*\r
+        * (non-Javadoc)\r
+        * @see org.xml.sax.ContentHandler#endElement(java.lang.String, java.lang.String, java.lang.String)\r
+        */\r
+       @Override\r
+       public void endElement(String uri, String localName, String qName) throws SAXException {\r
+               ITmfFilterTreeNode node = fFilterTreeStack.pop();\r
+\r
+               if (fFilterTreeStack.isEmpty()) {\r
+                       fRoot = node;\r
+               } else if (fFilterTreeStack.lastElement() instanceof TmfFilterTreeNode &&\r
+                               node instanceof TmfFilterTreeNode) {\r
+                       fFilterTreeStack.lastElement().addChild(node);\r
+               }\r
+                       \r
+       }\r
+\r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/xml/TmfFilterXMLParser.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/xml/TmfFilterXMLParser.java
new file mode 100644 (file)
index 0000000..b56a5d2
--- /dev/null
@@ -0,0 +1,70 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Yuriy Vashchuk (yvashchuk@gmail.com) - Initial API and implementation\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.filter.xml;\r
+\r
+import java.io.IOException;\r
+\r
+import javax.xml.parsers.ParserConfigurationException;\r
+import javax.xml.parsers.SAXParserFactory;\r
+\r
+import org.eclipse.linuxtools.tmf.core.filter.model.ITmfFilterTreeNode;\r
+\r
+import org.xml.sax.SAXException;\r
+import org.xml.sax.XMLReader;\r
+\r
+/**\r
+ * <b><u>FilterXMLParser</u></b>\r
+ * <p>\r
+ * This is SAX based XML parser\r
+ * <p>\r
+ */\r
+public class TmfFilterXMLParser {\r
+       \r
+       private static ITmfFilterTreeNode fRoot = null;\r
+       \r
+       /**\r
+        * The XMLParser constructor\r
+        * \r
+        * @param uri The XML file to parse\r
+        */ \r
+       public TmfFilterXMLParser(final String uri) throws SAXException, IOException {\r
+               \r
+               SAXParserFactory m_parserFactory = null;\r
+               if (m_parserFactory == null) { \r
+            m_parserFactory = SAXParserFactory.newInstance(); \r
+            m_parserFactory.setNamespaceAware(true); \r
+        } \r
+\r
+               XMLReader saxReader = null;\r
+               try {\r
+                       \r
+                       saxReader = m_parserFactory.newSAXParser().getXMLReader();\r
+               saxReader.setContentHandler(new TmfFilterContentHandler());\r
+               saxReader.parse(uri);\r
+               \r
+               fRoot = ((TmfFilterContentHandler) saxReader.getContentHandler()).getTree();\r
+               \r
+               } catch (ParserConfigurationException e) {\r
+                       e.printStackTrace();\r
+               }\r
+       }\r
+\r
+       /**\r
+        * Getter of tree\r
+        * \r
+        * @return The builded tree\r
+        */ \r
+       public ITmfFilterTreeNode getTree() {\r
+               return fRoot;\r
+       }\r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/xml/TmfFilterXMLWriter.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/filter/xml/TmfFilterXMLWriter.java
new file mode 100644 (file)
index 0000000..3e54249
--- /dev/null
@@ -0,0 +1,161 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Yuriy Vashchuk (yvashchuk@gmail.com) - Initial API and implementation\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.filter.xml;\r
+\r
+import java.io.File;\r
+import java.io.IOException;\r
+\r
+import javax.xml.parsers.DocumentBuilder;\r
+import javax.xml.parsers.DocumentBuilderFactory;\r
+import javax.xml.parsers.ParserConfigurationException;\r
+import javax.xml.transform.Transformer;\r
+import javax.xml.transform.TransformerConfigurationException;\r
+import javax.xml.transform.TransformerException;\r
+import javax.xml.transform.TransformerFactory;\r
+import javax.xml.transform.dom.DOMSource;\r
+import javax.xml.transform.stream.StreamResult;\r
+\r
+import org.eclipse.linuxtools.tmf.core.filter.model.ITmfFilterTreeNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterAndNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterCompareNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterContainsNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterEqualsNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterEventTypeNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterMatchesNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterOrNode;\r
+import org.w3c.dom.Document;\r
+import org.w3c.dom.Element;\r
+\r
+/**\r
+ * <b><u>FilterXMLParser</u></b>\r
+ * <p>\r
+ * This is SAX based XML parser\r
+ * <p>\r
+ */\r
+public class TmfFilterXMLWriter {\r
+       \r
+       private Document document = null;\r
+       \r
+       /**\r
+        * The XMLParser constructor\r
+        * \r
+        * @param uri The XML file to parse\r
+        * @throws ParserConfigurationException \r
+        */ \r
+       public TmfFilterXMLWriter(final ITmfFilterTreeNode root) throws IOException, ParserConfigurationException {\r
+               DocumentBuilderFactory documentBuilderFactory = DocumentBuilderFactory.newInstance();\r
+               DocumentBuilder documentBuilder = documentBuilderFactory.newDocumentBuilder();\r
+               document = documentBuilder.newDocument();\r
+               \r
+               Element rootElement = document.createElement(root.getNodeName());\r
+               document.appendChild(rootElement);\r
+\r
+               for (ITmfFilterTreeNode node : root.getChildren()) {\r
+                       buildXMLTree(document, node, rootElement);\r
+               }\r
+       }\r
+\r
+       /**\r
+        * The Tree to XML parser\r
+        * \r
+        * @param document The XML document\r
+        * @param treenode The node to write\r
+        * @param parentElement The XML element of the parent\r
+        */ \r
+       public static void buildXMLTree(final Document document, final ITmfFilterTreeNode treenode, Element parentElement) {\r
+               Element element = document.createElement(treenode.getNodeName());\r
+               \r
+               if (treenode instanceof TmfFilterNode) {\r
+                       \r
+                       TmfFilterNode node = (TmfFilterNode) treenode;\r
+                       element.setAttribute(TmfFilterNode.NAME_ATTR, node.getFilterName());\r
+                       \r
+               } else if (treenode instanceof TmfFilterEventTypeNode) {\r
+                       \r
+                       TmfFilterEventTypeNode node = (TmfFilterEventTypeNode) treenode;\r
+                       element.setAttribute(TmfFilterEventTypeNode.TYPE_ATTR, node.getEventType());\r
+                       element.setAttribute(TmfFilterEventTypeNode.NAME_ATTR, node.getName());\r
+                       \r
+               } else if (treenode instanceof TmfFilterAndNode) {\r
+                       \r
+                       TmfFilterAndNode node = (TmfFilterAndNode) treenode;\r
+                       element.setAttribute(TmfFilterAndNode.NOT_ATTR, Boolean.toString(node.isNot()));\r
+                       \r
+               } else if (treenode instanceof TmfFilterOrNode) {\r
+                       \r
+                       TmfFilterOrNode node = (TmfFilterOrNode) treenode;\r
+                       element.setAttribute(TmfFilterOrNode.NOT_ATTR, Boolean.toString(node.isNot()));\r
+                       \r
+               } else if (treenode instanceof TmfFilterContainsNode) {\r
+                       \r
+                       TmfFilterContainsNode node = (TmfFilterContainsNode) treenode;\r
+                       element.setAttribute(TmfFilterContainsNode.NOT_ATTR, Boolean.toString(node.isNot()));\r
+                       element.setAttribute(TmfFilterContainsNode.FIELD_ATTR, node.getField());\r
+                       element.setAttribute(TmfFilterContainsNode.VALUE_ATTR, node.getValue());\r
+                       element.setAttribute(TmfFilterContainsNode.IGNORECASE_ATTR, Boolean.toString(node.isIgnoreCase()));\r
+                       \r
+               } else if (treenode instanceof TmfFilterEqualsNode) {\r
+                       \r
+                       TmfFilterEqualsNode node = (TmfFilterEqualsNode) treenode;\r
+                       element.setAttribute(TmfFilterEqualsNode.NOT_ATTR, Boolean.toString(node.isNot()));\r
+                       element.setAttribute(TmfFilterEqualsNode.FIELD_ATTR, node.getField());\r
+                       element.setAttribute(TmfFilterEqualsNode.VALUE_ATTR, node.getValue());\r
+                       element.setAttribute(TmfFilterEqualsNode.IGNORECASE_ATTR, Boolean.toString(node.isIgnoreCase()));\r
+                       \r
+               } else if (treenode instanceof TmfFilterMatchesNode) {\r
+                       \r
+                       TmfFilterMatchesNode node = (TmfFilterMatchesNode) treenode;\r
+                       element.setAttribute(TmfFilterMatchesNode.NOT_ATTR, Boolean.toString(node.isNot()));\r
+                       element.setAttribute(TmfFilterMatchesNode.FIELD_ATTR, node.getField());\r
+                       element.setAttribute(TmfFilterMatchesNode.REGEX_ATTR, node.getRegex());\r
+                       \r
+               } else if (treenode instanceof TmfFilterCompareNode) {\r
+                       \r
+                       TmfFilterCompareNode node = (TmfFilterCompareNode) treenode;\r
+                       element.setAttribute(TmfFilterCompareNode.NOT_ATTR, Boolean.toString(node.isNot()));\r
+                       element.setAttribute(TmfFilterCompareNode.FIELD_ATTR, node.getField());\r
+                       element.setAttribute(TmfFilterCompareNode.RESULT_ATTR, Integer.toString(node.getResult()));\r
+                       element.setAttribute(TmfFilterCompareNode.TYPE_ATTR, node.getType().toString());\r
+                       element.setAttribute(TmfFilterCompareNode.VALUE_ATTR, node.getValue());\r
+                       \r
+               }\r
+               \r
+               parentElement.appendChild(element);\r
+               \r
+               for (int i = 0; i < treenode.getChildrenCount(); i++) {\r
+                       buildXMLTree(document, treenode.getChild(i), element);\r
+               }\r
+       }\r
+       \r
+       /**\r
+        * Save the tree \r
+        * \r
+        * @param uri The new Filter XML path\r
+        */ \r
+       public void saveTree(final String uri) {\r
+               TransformerFactory transformerFactory = TransformerFactory.newInstance();\r
+               \r
+               try {\r
+                       Transformer transformer = transformerFactory.newTransformer();\r
+               DOMSource source = new DOMSource(document);\r
+               StreamResult result =  new StreamResult(new File(uri));\r
+                       transformer.transform(source, result);\r
+               } catch (TransformerConfigurationException e) {\r
+                       e.printStackTrace();\r
+               } catch (TransformerException e) {\r
+                       e.printStackTrace();\r
+               }\r
+       }\r
+       \r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/io/BufferedRandomAccessFile.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/io/BufferedRandomAccessFile.java
new file mode 100644 (file)
index 0000000..c2980d2
--- /dev/null
@@ -0,0 +1,157 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Patrick Tasse - Initial API and implementation, based on article by Nick Zhang\r
+ *                   (http://www.javaworld.com/javatips/jw-javatip26.html)\r
+ ******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.io;\r
+\r
+import java.io.File;\r
+import java.io.IOException;\r
+import java.io.RandomAccessFile;\r
+import java.nio.charset.Charset;\r
+\r
+public class BufferedRandomAccessFile extends RandomAccessFile {\r
+\r
+       private static final int DEFAULT_BUF_SIZE = 8192;\r
+       private static final Charset CHARSET_UTF8 = Charset.forName("UTF-8"); //$NON-NLS-1$\r
+       \r
+       final int BUF_SIZE;\r
+       byte buffer[];\r
+       int buf_end = 0;\r
+       int buf_pos = 0;\r
+       long real_pos = 0;\r
+       StringBuilder sb = new StringBuilder();\r
+       \r
+       public BufferedRandomAccessFile(String name, String mode) throws IOException {\r
+               this(name, mode, DEFAULT_BUF_SIZE);\r
+       }\r
+       \r
+       public BufferedRandomAccessFile(File file, String mode) throws IOException {\r
+               this(file, mode, DEFAULT_BUF_SIZE);\r
+       }\r
+       \r
+       public BufferedRandomAccessFile(String name, String mode, int bufsize) throws IOException {\r
+           super(name, mode);\r
+           invalidate();\r
+           BUF_SIZE = bufsize;\r
+           buffer = new byte[BUF_SIZE];\r
+    }\r
+\r
+       public BufferedRandomAccessFile(File file, String mode, int bufsize) throws IOException {\r
+           super(file, mode);\r
+           invalidate();\r
+           BUF_SIZE = bufsize;\r
+           buffer = new byte[BUF_SIZE];\r
+    }\r
+\r
+       @Override\r
+    public final int read() throws IOException{\r
+               if (buf_pos >= buf_end) {\r
+                       if (fillBuffer() < 0) {\r
+                               return -1;\r
+                       }\r
+               }\r
+               if (buf_end == 0) {\r
+                       return -1;\r
+               } else {\r
+                       return buffer[buf_pos++];\r
+               }\r
+       }\r
+       \r
+       @Override\r
+    public int read(byte b[], int off, int len) throws IOException {\r
+               int leftover = buf_end - buf_pos;\r
+               if (len <= leftover) {\r
+                       System.arraycopy(buffer, buf_pos, b, off, len);\r
+                       buf_pos += len;\r
+                       return len;\r
+               }\r
+               for(int i = 0; i < len; i++) {\r
+                       int c = this.read();\r
+                       if (c != -1) {\r
+                               b[off+i] = (byte) c;\r
+                       } else {\r
+                               return i;\r
+                       }\r
+               }\r
+               return len;\r
+       }\r
+       \r
+       @Override\r
+    public long getFilePointer() throws IOException{\r
+               long l = real_pos;\r
+               return (l - buf_end + buf_pos);\r
+       }\r
+\r
+       @Override\r
+    public void seek(long pos) throws IOException {\r
+               int n = (int) (real_pos - pos);\r
+               if(n >= 0 && n <= buf_end) {\r
+                       buf_pos = buf_end - n;\r
+               } else {\r
+                       super.seek(pos);\r
+                       invalidate();\r
+               }\r
+       }\r
+\r
+       public final String getNextLine() throws IOException {\r
+               String str = null;\r
+               if (buf_end - buf_pos <= 0) {\r
+                       if (fillBuffer() < 0) {\r
+                               return null;\r
+                       }\r
+               }\r
+               int lineend = -1;\r
+               for (int i = buf_pos; i < buf_end; i++) {\r
+                       if (buffer[i] == '\n') {\r
+                               lineend = i;\r
+                               break;\r
+                       }\r
+               }\r
+               if (lineend < 0) {\r
+                       sb.delete(0, sb.length());\r
+                       int c;\r
+                       while (((c = read()) != -1) && (c != '\n')) {\r
+                               sb.append((char) c);\r
+                       }\r
+                       if ((c == -1) && (sb.length() == 0)) {\r
+                               return null;\r
+                       }\r
+                       if (sb.charAt(sb.length() - 1) == '\r') {\r
+                               sb.deleteCharAt(sb.length() - 1);\r
+                       }\r
+                       return sb.toString();\r
+               }\r
+               if (lineend > 0 && buffer[lineend - 1] == '\r' && lineend > buf_pos) {\r
+                       str = new String(buffer, buf_pos, lineend - buf_pos - 1, CHARSET_UTF8);\r
+               } else {\r
+                       str = new String(buffer, buf_pos, lineend - buf_pos, CHARSET_UTF8);\r
+               }\r
+               buf_pos = lineend + 1;\r
+               return str;\r
+       }\r
+         \r
+       private int fillBuffer() throws IOException {\r
+               int n = super.read(buffer, 0, BUF_SIZE);\r
+               if (n >= 0) {\r
+                       real_pos += n;\r
+                       buf_end = n;\r
+                       buf_pos = 0;\r
+               }\r
+               return n;\r
+       }\r
+       \r
+       private void invalidate() throws IOException {\r
+               buf_end = 0;\r
+               buf_pos = 0;\r
+               real_pos = super.getFilePointer();\r
+       }\r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/parser/ITmfEventParser.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/parser/ITmfEventParser.java
new file mode 100644 (file)
index 0000000..910db14
--- /dev/null
@@ -0,0 +1,33 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.parser;
+
+import java.io.IOException;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+
+/**
+ * <b><u>ITmfEventParser</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public interface ITmfEventParser {
+
+    /**
+     * @return
+     * @throws IOException 
+     */
+       public TmfEvent parseNextEvent(ITmfTrace<?> stream, TmfContext context) throws IOException;
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/ITmfDataRequest.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/ITmfDataRequest.java
new file mode 100644 (file)
index 0000000..feec21c
--- /dev/null
@@ -0,0 +1,108 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.request;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfData;
+
+/**
+ * <b><u>ITmfDataRequest</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public interface ITmfDataRequest<T extends TmfData> {
+
+       // ------------------------------------------------------------------------
+       // Constants
+       // ------------------------------------------------------------------------
+
+    public enum ExecutionType { BACKGROUND, FOREGROUND };
+    
+       // ------------------------------------------------------------------------
+       // Accessors
+       // ------------------------------------------------------------------------
+
+    /**
+     * @return request data type (T)
+     */
+    public Class<T> getDataType();
+
+    /**
+     * @return request ID
+     */
+    public int getRequestId();
+
+    /**
+     * @return request ID
+     */
+    public ExecutionType getExecType();
+
+    /**
+        * @return the index of the first event requested
+     */
+    public int getIndex();
+
+    /**
+     * @return the number of requested events
+     */
+    public int getNbRequested();
+
+    /**
+     * @return the block size (for BG requests)
+     */
+    public int getBlockSize();
+
+    /**
+     * @return the number of events read so far
+     */
+    public int getNbRead();
+
+       // ------------------------------------------------------------------------
+       // Request state
+       // ------------------------------------------------------------------------
+
+    public boolean isRunning();
+    public boolean isCompleted();
+    public boolean isFailed();
+    public boolean isCancelled();
+
+       // ------------------------------------------------------------------------
+       // Data handling
+       // ------------------------------------------------------------------------
+
+    public void handleData(T data);
+
+       // ------------------------------------------------------------------------
+       // Request handling
+       // ------------------------------------------------------------------------
+
+    public void handleStarted();
+    public void handleCompleted();
+    public void handleSuccess();
+    public void handleFailure();
+    public void handleCancel();
+
+    /**
+     * To suspend the client thread until the request completes
+     * (or is canceled).
+     */
+    public void waitForCompletion() throws InterruptedException;
+
+       // ------------------------------------------------------------------------
+       // Request state modifiers
+       // ------------------------------------------------------------------------
+
+    public void start();
+    public void done();
+    public void fail();
+    public void cancel();
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/ITmfEventRequest.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/ITmfEventRequest.java
new file mode 100644 (file)
index 0000000..9014380
--- /dev/null
@@ -0,0 +1,36 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.request;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+
+/**
+ * <b><u>ITmfEventRequest</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public interface ITmfEventRequest<T extends TmfEvent> extends ITmfDataRequest<T> {
+
+    /**
+     * @return the requested time range
+     */
+    public TmfTimeRange getRange();
+
+    /**
+     * this method is called by the event provider to set the index corresponding to the time range start time
+     * @param index the start time index
+     */
+       public void setStartIndex(int index);
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfCoalescedDataRequest.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfCoalescedDataRequest.java
new file mode 100644 (file)
index 0000000..fc923b5
--- /dev/null
@@ -0,0 +1,233 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.request;
+
+import java.util.Vector;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfData;
+
+/**
+ * <b><u>TmfCoalescedDataRequest</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public class TmfCoalescedDataRequest<T extends TmfData> extends TmfDataRequest<T> {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+       protected Vector<ITmfDataRequest<T>> fRequests = new Vector<ITmfDataRequest<T>>();
+
+    // ------------------------------------------------------------------------
+    // Constructor
+    // ------------------------------------------------------------------------
+
+    /**
+     * Default constructor
+     */
+    public TmfCoalescedDataRequest(Class<T> dataType) {
+        this(dataType, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
+    }
+
+    public TmfCoalescedDataRequest(Class<T> dataType, ExecutionType execType) {
+        this(dataType, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
+    }
+
+    /**
+     * @param nbRequested
+     */
+    public TmfCoalescedDataRequest(Class<T> dataType, int index) {
+        this(dataType, index, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
+    }
+
+    public TmfCoalescedDataRequest(Class<T> dataType, int index, ExecutionType execType) {
+        this(dataType, index, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
+    }
+
+    /**
+     * @param index
+     * @param nbRequested
+     */
+    public TmfCoalescedDataRequest(Class<T> dataType, int index, int nbRequested) {
+        this(dataType, index, nbRequested, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
+    }
+
+    public TmfCoalescedDataRequest(Class<T> dataType, int index, int nbRequested, ExecutionType execType) {
+        this(dataType, index, nbRequested, DEFAULT_BLOCK_SIZE, execType);
+    }
+
+    /**
+     * @param index
+     * @param nbRequested
+     * @param blockSize
+     */
+    public TmfCoalescedDataRequest(Class<T> dataType, int index, int nbRequested, int blockSize) {
+        super(dataType, index, nbRequested, blockSize, ExecutionType.FOREGROUND);
+    }
+
+    public TmfCoalescedDataRequest(Class<T> dataType, int index, int nbRequested, int blockSize, ExecutionType execType) {
+        super(dataType, index, nbRequested, blockSize, execType);
+    }
+
+    // ------------------------------------------------------------------------
+    // Management
+    // ------------------------------------------------------------------------
+
+       public void addRequest(ITmfDataRequest<T> request) {
+               fRequests.add(request);
+       }
+
+       public boolean isCompatible(ITmfDataRequest<T> request) {
+
+               boolean ok = request.getIndex() == getIndex();
+               ok &= request.getNbRequested()  == getNbRequested();
+               ok &= request.getExecType()     == getExecType();
+               
+               return ok;
+       }
+
+    // ------------------------------------------------------------------------
+    // ITmfDataRequest
+    // ------------------------------------------------------------------------
+
+    @Override
+       public void handleData(T data) {
+               super.handleData(data);
+       // Don't call sub-requests handleData() unless this is a
+               // TmfCoalescedDataRequest; extended classes should call
+               // the sub-requests handleData().
+               if (getClass() == TmfCoalescedDataRequest.class) {
+               for (ITmfDataRequest<T> request : fRequests) {
+                   if (!request.isCompleted()) {
+                       request.handleData(data);
+                   }
+               }
+               }
+    }
+
+    @Override
+    public void start() {
+        for (ITmfDataRequest<T> request : fRequests) {
+            if (!request.isCompleted()) {
+                request.start();
+            }
+        }
+        super.start();
+    }
+    
+       @Override
+    public void done() {
+       for (ITmfDataRequest<T> request : fRequests) {
+           if (!request.isCompleted()) {
+               request.done();
+           }
+       }
+       super.done();
+    }
+
+    @Override
+    public void fail() {
+       for (ITmfDataRequest<T> request : fRequests) {
+               request.fail();
+       }
+       super.fail();
+    }
+
+    @Override
+    public void cancel() {
+       for (ITmfDataRequest<T> request : fRequests) {
+           if (!request.isCompleted()) {
+               request.cancel();
+           }
+       }
+       super.cancel();
+    }
+    
+    @Override
+    public boolean isCompleted() {
+        // Firstly, check if coalescing request is completed
+        if (super.isCompleted()) {
+            return true;
+        }
+
+        // Secondly, check if all sub-requests are finished
+        if (fRequests.size() > 0) {
+            // If all sub requests are completed the coalesced request is 
+            // treated as completed, too.
+            for (ITmfDataRequest<T> request : fRequests) {
+                if (!request.isCompleted()) {
+                    return false;
+                }
+            }
+            return true;
+        }
+
+        // Coalescing request is not finished if there are no sub-requests
+        return false;
+    }
+
+    @Override
+    public boolean isCancelled() {
+        // Firstly, check if coalescing request is canceled
+        if (super.isCancelled()) {
+            return true;
+        }
+
+        // Secondly, check if all sub-requests are canceled
+        if (fRequests.size() > 0) {
+            // If all sub requests are canceled the coalesced request is 
+            // treated as completed, too.
+            for (ITmfDataRequest<T> request : fRequests) {
+                if (!request.isCancelled()) {
+                    return false;
+                }
+            }
+            return true;
+        }
+
+        // Coalescing request is not canceled if there are no sub-requests
+        return false;
+
+    }
+
+    
+    // ------------------------------------------------------------------------
+    // Object
+    // ------------------------------------------------------------------------
+
+    @Override
+    // All requests have a unique id
+    public int hashCode() {
+       return super.hashCode();
+    }
+
+    @Override
+    public boolean equals(Object other) {
+       if (other instanceof TmfCoalescedDataRequest<?>) {
+               TmfCoalescedDataRequest<?> request = (TmfCoalescedDataRequest<?>) other;
+                       return  (request.getDataType()    == getDataType())   &&
+                                       (request.getIndex()       == getIndex())      &&
+                                       (request.getNbRequested() == getNbRequested() &&
+                               (request.getExecType()    == getExecType()));
+               }
+               return false;
+    }
+
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+               return "[TmfCoalescedDataRequest(" + getRequestId() + "," + getDataType().getSimpleName() 
+                       + "," + getIndex() + "," + getNbRequested() + "," + getBlockSize() + ")]";
+    }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfCoalescedEventRequest.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfCoalescedEventRequest.java
new file mode 100644 (file)
index 0000000..1332706
--- /dev/null
@@ -0,0 +1,189 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.request;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+/**
+ * <b><u>TmfCoalescedEventRequest</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public class TmfCoalescedEventRequest<T extends TmfEvent> extends TmfCoalescedDataRequest<T> implements ITmfEventRequest<T> {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+       private TmfTimeRange fRange;    // The requested events time range
+
+    // ------------------------------------------------------------------------
+    // Constructor
+    // ------------------------------------------------------------------------
+
+    /**
+     * @param range
+     */
+    public TmfCoalescedEventRequest(Class<T> dataType) {
+        this(dataType, TmfTimeRange.Eternity, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
+    }
+
+    public TmfCoalescedEventRequest(Class<T> dataType, ExecutionType execType) {
+        this(dataType, TmfTimeRange.Eternity, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
+    }
+
+    /**
+     * @param range
+     */
+    public TmfCoalescedEventRequest(Class<T> dataType, TmfTimeRange range) {
+        this(dataType, range, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
+    }
+
+    public TmfCoalescedEventRequest(Class<T> dataType, TmfTimeRange range, ExecutionType execType) {
+        this(dataType, range, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
+    }
+
+    /**
+     * @param range
+     * @param nbRequested
+     */
+    public TmfCoalescedEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested) {
+        this(dataType, range, nbRequested, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
+    }
+    
+    public TmfCoalescedEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested, ExecutionType execType) {
+        this(dataType, range, nbRequested, DEFAULT_BLOCK_SIZE, execType);
+    }
+    
+    /**
+     * @param range
+     * @param nbRequested
+     * @param blockSize Size of the largest blocks expected
+     */
+    public TmfCoalescedEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested, int blockSize) {
+       super(dataType, 0, nbRequested, blockSize, ExecutionType.FOREGROUND);
+       fRange = range;
+    }
+
+    public TmfCoalescedEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested, int blockSize, ExecutionType execType) {
+       super(dataType, 0, nbRequested, blockSize, execType);
+       fRange = range;
+    }
+
+    public TmfCoalescedEventRequest(Class<T> dataType, TmfTimeRange range, int index, int nbRequested, int blockSize, ExecutionType execType) {
+       super(dataType, index, nbRequested, blockSize, execType);
+       fRange = range;
+    }
+
+    // ------------------------------------------------------------------------
+    // Management
+    // ------------------------------------------------------------------------
+
+       @Override
+       public boolean isCompatible(ITmfDataRequest<T> request) {
+               if (request instanceof ITmfEventRequest<?>) {
+                       boolean ok = getNbRequested() == request.getNbRequested();
+                       ok &= getIndex() == request.getIndex();
+                       ok &= getExecType() == request.getExecType();
+                       if (ok) {
+                               TmfTimestamp startTime = ((ITmfEventRequest<T>) request).getRange().getStartTime();
+                               TmfTimestamp endTime   = ((ITmfEventRequest<T>) request).getRange().getEndTime();
+                               if (!fRange.contains(startTime))
+                                       fRange = new TmfTimeRange(startTime, fRange.getEndTime());
+                               if (!fRange.contains(endTime))
+                                       fRange = new TmfTimeRange(fRange.getStartTime(), endTime);
+                       }
+                       return ok;
+               }
+               return false;
+       }
+
+    // ------------------------------------------------------------------------
+    // ITmfDataRequest
+    // ------------------------------------------------------------------------
+
+    @Override
+       public void handleData(T data) {
+       super.handleData(data);
+       for (ITmfDataRequest<T> request : fRequests) {
+               if (data == null) {
+                       request.handleData(null);
+               } else {
+                       if (request instanceof TmfEventRequest<?>) {
+                               TmfEventRequest<T> req = (TmfEventRequest<T>) request;
+                                       if (!req.isCompleted()) {
+                                               TmfTimestamp ts = data.getTimestamp();
+                                       if (req.getRange().contains(ts)) {
+                                               req.handleData(data);
+                                       }
+                               }
+                       }
+                       else {
+                               TmfDataRequest<T> req = (TmfDataRequest<T>) request;
+                               if (!req.isCompleted()) {
+                                       req.handleData(data);
+                               }
+                       }
+               }
+       }
+    }
+
+    // ------------------------------------------------------------------------
+    // ITmfEventRequest
+    // ------------------------------------------------------------------------
+
+       @Override
+       public TmfTimeRange getRange() {
+               return fRange;
+       }
+       
+       @Override
+       public void setStartIndex(int index) {
+               setIndex(index);
+       }
+       
+    // ------------------------------------------------------------------------
+    // Object
+    // ------------------------------------------------------------------------
+
+    @Override
+    // All requests have a unique id
+    public int hashCode() {
+       return super.hashCode();
+    }
+
+    @Override
+    public boolean equals(Object other) {
+       if (other instanceof TmfCoalescedEventRequest<?>) {
+               TmfCoalescedEventRequest<?> request = (TmfCoalescedEventRequest<?>) other;
+                       return  (request.getDataType()    == getDataType()) &&
+                                       (request.getIndex()       == getIndex())    &&
+                                       (request.getNbRequested() == getNbRequested()) &&
+                               (request.getRange().equals(getRange()));
+               }
+       if (other instanceof TmfCoalescedDataRequest<?>) {
+                       return super.equals(other);
+       }
+               return false;
+    }
+
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+               return "[TmfCoalescedEventRequest(" + getRequestId() + "," + getDataType().getSimpleName() 
+                       + "," + getRange() + "," + getIndex() + "," + getNbRequested() + "," + getBlockSize() + ")]";
+    }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfDataRequest.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfDataRequest.java
new file mode 100644 (file)
index 0000000..9f06934
--- /dev/null
@@ -0,0 +1,477 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.request;
+
+import java.util.concurrent.CountDownLatch;
+
+import org.eclipse.linuxtools.tmf.core.Tracer;
+import org.eclipse.linuxtools.tmf.core.event.TmfData;
+
+/**
+ * <b><u>TmfDataRequest</u></b>
+ * <p>
+ * TmfDataRequests are used to obtain blocks of contiguous data from a data provider. Open ranges can be used,
+ * especially for continuous streaming.
+ * <p>
+ * The request is processed asynchronously by a TmfProvider and, as blocks of data become available, handleData() is
+ * invoked synchronously for each block. Upon return, the data instances go out of scope and become eligible for gc. It
+ * is is thus the responsibility of the requester to either clone or keep a reference to the data it wishes to track
+ * specifically.
+ * <p>
+ * This data block approach is used to avoid busting the heap for very large trace files. The block size is
+ * configurable.
+ * <p>
+ * The TmfProvider indicates that the request is completed by calling done(). The request can be canceled at any time
+ * with cancel().
+ * <p>
+ * Typical usage:
+ * 
+ * <pre>
+ * <code><i>TmfTimeWindow range = new TmfTimewindow(...);
+ * TmfDataRequest&lt;DataType[]&gt; request = new TmfDataRequest&lt;DataType[]&gt;(DataType.class, 0, NB_EVENTS, BLOCK_SIZE) {
+ *     public void handleData() {
+ *          DataType[] data = request.getData();
+ *          for (DataType e : data) {
+ *              // do something
+ *          }
+ *     }
+ *     public void handleSuccess() {
+ *          // do something
+ *          }
+ *     }
+ *     public void handleFailure() {
+ *          // do something
+ *          }
+ *     }
+ *     public void handleCancel() {
+ *          // do something
+ *          }
+ *     }
+ * };
+ * fProcessor.process(request, true);
+ * </i></code>
+ * </pre>
+ * 
+ * TODO: Consider decoupling from "time range", "rank", etc and for the more generic notion of "criteria". This would
+ * allow to extend for "time range", etc instead of providing specialized constructors. This also means removing the
+ * criteria info from the data structure (with the possible exception of fNbRequested). The nice thing about it is that
+ * it would prepare us well for the coming generation of analysis tools.
+ * 
+ * TODO: Implement request failures (codes, etc...)
+ */
+public abstract class TmfDataRequest<T extends TmfData> implements ITmfDataRequest<T> {
+
+    // ------------------------------------------------------------------------
+    // Constants
+    // ------------------------------------------------------------------------
+
+    // The default maximum number of events per chunk
+    public static final int DEFAULT_BLOCK_SIZE = 1000;
+
+    // The request count for all the events
+    public static final int ALL_DATA = Integer.MAX_VALUE;
+
+    private static int fRequestNumber = 0;
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+    private final Class<T> fDataType;
+    private final ExecutionType fExecType;
+    private final int fRequestId; // A unique request ID
+    private int fIndex; // The index (rank) of the requested event
+    private final int fNbRequested; // The number of requested events (ALL_DATA for all)
+    private final int fBlockSize; // The block size (for BG requests)
+    private int fNbRead; // The number of reads so far
+
+    private CountDownLatch startedLatch = new CountDownLatch(1);
+    private CountDownLatch completedLatch = new CountDownLatch(1);
+    private boolean fRequestRunning = false;
+    private boolean fRequestCompleted = false;
+    private boolean fRequestFailed = false;
+    private boolean fRequestCanceled = false;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    /**
+     * Resets the request counter (used for testing)
+     */
+    public static void reset() {
+        fRequestNumber = 0;
+    }
+
+    /**
+     * Default constructor
+     * 
+     * @param dataType
+     *            the requested data type
+     */
+    public TmfDataRequest(Class<T> dataType) {
+        this(dataType, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
+    }
+
+    public TmfDataRequest(Class<T> dataType, ExecutionType execType) {
+        this(dataType, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
+    }
+
+    /**
+     * @param dataType
+     *            the requested data type
+     * @param nbRequested
+     *            the number of data items requested
+     */
+    public TmfDataRequest(Class<T> dataType, int index) {
+        this(dataType, index, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
+    }
+
+    public TmfDataRequest(Class<T> dataType, int index, ExecutionType execType) {
+        this(dataType, index, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
+    }
+
+    /**
+     * @param dataType
+     *            the requested data type
+     * @param index
+     *            the index (rank) of the first event requested
+     * @param blockSize
+     *            the number of data items per block
+     */
+    public TmfDataRequest(Class<T> dataType, int index, int nbRequested) {
+        this(dataType, index, nbRequested, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
+    }
+
+    public TmfDataRequest(Class<T> dataType, int index, int nbRequested, ExecutionType execType) {
+        this(dataType, index, nbRequested, DEFAULT_BLOCK_SIZE, execType);
+    }
+
+    /**
+     * @param dataType
+     *            the requested data type
+     * @param index
+     *            the index (rank) of the first event requested
+     * @param nbRequested
+     *            the number of data items requested
+     * @param blockSize
+     *            the number of data items per block
+     */
+    public TmfDataRequest(Class<T> dataType, int index, int nbRequested, int blockSize) {
+        this(dataType, index, nbRequested, blockSize, ExecutionType.FOREGROUND);
+    }
+
+    public TmfDataRequest(Class<T> dataType, int index, int nbRequested, int blockSize, ExecutionType execType) {
+        fRequestId = fRequestNumber++;
+        fDataType = dataType;
+        fIndex = index;
+        fNbRequested = nbRequested;
+        fBlockSize = blockSize;
+        fExecType = execType;
+        fNbRead = 0;
+        if (Tracer.isRequestTraced())
+            Tracer.traceRequest(this, "created"); //$NON-NLS-1$
+    }
+
+    /**
+     * Copy constructor
+     */
+    @SuppressWarnings("unused")
+    private TmfDataRequest(TmfDataRequest<T> other) {
+        this(null, 0, ALL_DATA, DEFAULT_BLOCK_SIZE);
+    }
+
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+    /**
+     * @return the request ID
+     */
+    @Override
+    public int getRequestId() {
+        return fRequestId;
+    }
+
+    /**
+     * @return the index of the first event requested
+     */
+    @Override
+    public int getIndex() {
+        return fIndex;
+    }
+
+    /**
+     * @return the index of the first event requested
+     */
+    @Override
+    public ExecutionType getExecType() {
+        return fExecType;
+    }
+
+    /**
+     * @return the number of requested events (ALL_DATA = all)
+     */
+    @Override
+    public int getNbRequested() {
+        return fNbRequested;
+    }
+
+    /**
+     * @return the block size (for BG requests)
+     */
+    @Override
+    public int getBlockSize() {
+        return fBlockSize;
+    }
+
+    /**
+     * @return the number of events read so far
+     */
+    @Override
+    public synchronized int getNbRead() {
+        return fNbRead;
+    }
+
+    /**
+     * @return indicates if the request is completed
+     */
+    @Override
+    public synchronized boolean isRunning() {
+        return fRequestRunning;
+    }
+
+    /**
+     * @return indicates if the request is completed
+     */
+    @Override
+    public synchronized boolean isCompleted() {
+        return fRequestCompleted;
+    }
+
+    /**
+     * @return indicates if the request is canceled
+     */
+    @Override
+    public synchronized boolean isFailed() {
+        return fRequestFailed;
+    }
+
+    /**
+     * @return indicates if the request is canceled
+     */
+    @Override
+    public synchronized boolean isCancelled() {
+        return fRequestCanceled;
+    }
+
+    /**
+     * @return the requested data type
+     */
+    @Override
+    public Class<T> getDataType() {
+        return fDataType;
+    }
+
+    // ------------------------------------------------------------------------
+    // Setters
+    // ------------------------------------------------------------------------
+
+    /**
+     * this method is called by the event provider to set the index corresponding to the time range start time
+     * 
+     * @param index
+     *            the start time index
+     */
+    protected void setIndex(int index) {
+        fIndex = index;
+    }
+
+    // ------------------------------------------------------------------------
+    // Operators
+    // ------------------------------------------------------------------------
+
+    /**
+     * Sets the data object to specified value. To be called by the asynchronous method implementor.
+     * 
+     * @param data
+     *            Data value to set.
+     */
+
+    /**
+     * Handle a block of incoming data. This method is called every time a block of data becomes available.
+     * 
+     * - Data items are received in the order they appear in the stream. - Called by the request processor, in its
+     * execution thread, every time a block of data becomes available. - Request processor performs a synchronous call
+     * to handlePartialResult() i.e. its execution threads holds until handlePartialData() returns. - Original data
+     * items are disposed of on return i.e. keep a reference (or a copy) if some persistence is needed between
+     * invocations. - When there is no more data, done() is called.
+     * 
+     * @param events
+     *            - an events
+     */
+    @Override
+    public void handleData(T data) {
+        if (data != null) {
+            fNbRead++;
+        }
+    }
+
+    @Override
+    public void handleStarted() {
+        if (Tracer.isRequestTraced())
+            Tracer.traceRequest(this, "started"); //$NON-NLS-1$
+    }
+
+    /**
+     * Handle the completion of the request. It is called when there is no more data available either because: - the
+     * request completed normally - the request failed - the request was canceled
+     * 
+     * As a convenience, handleXXXX methods are provided. They are meant to be overridden by the application if it needs
+     * to handle these conditions.
+     */
+    @Override
+    public void handleCompleted() {
+        if (fRequestFailed) {
+            handleFailure();
+        } else if (fRequestCanceled) {
+            handleCancel();
+        } else {
+            handleSuccess();
+        }
+        if (Tracer.isRequestTraced())
+            Tracer.traceRequest(this, "completed (" + fNbRead + " events read)"); //$NON-NLS-1$
+    }
+
+    @Override
+    public void handleSuccess() {
+        if (Tracer.isRequestTraced())
+            Tracer.traceRequest(this, "succeeded"); //$NON-NLS-1$
+    }
+
+    @Override
+    public void handleFailure() {
+        if (Tracer.isRequestTraced())
+            Tracer.traceRequest(this, "failed"); //$NON-NLS-1$
+    }
+
+    @Override
+    public void handleCancel() {
+        if (Tracer.isRequestTraced())
+            Tracer.traceRequest(this, "cancelled"); //$NON-NLS-1$
+    }
+
+    /**
+     * To suspend the client thread until the request starts (or is canceled).
+     * 
+     * @throws InterruptedException
+     */
+    public void waitForStart() throws InterruptedException {
+        while (!fRequestRunning) {
+            startedLatch.await();
+        }
+    }
+
+    /**
+     * To suspend the client thread until the request completes (or is canceled).
+     * 
+     * @throws InterruptedException
+     */
+    @Override
+    public void waitForCompletion() throws InterruptedException {
+        while (!fRequestCompleted) {
+            completedLatch.await();
+        }
+    }
+
+    /**
+     * Called by the request processor upon starting to service the request.
+     */
+    @Override
+    public void start() {
+        synchronized (this) {
+            fRequestRunning = true;
+        }
+        handleStarted();
+        startedLatch.countDown();
+    }
+
+    /**
+     * Called by the request processor upon completion.
+     */
+    @Override
+    public void done() {
+        synchronized (this) {
+            if (!fRequestCompleted) {
+                fRequestRunning = false;
+                fRequestCompleted = true;
+            } else {
+                return;
+            }
+        }
+        try {
+            handleCompleted();
+        } finally {
+            completedLatch.countDown();
+        }
+    }
+
+    /**
+     * Called by the request processor upon failure.
+     */
+    @Override
+    public void fail() {
+        synchronized (this) {
+            fRequestFailed = true;
+        }
+        done();
+    }
+
+    /**
+     * Called by the request processor upon cancellation.
+     */
+    @Override
+    public void cancel() {
+        synchronized (this) {
+            fRequestCanceled = true;
+        }
+        done();
+    }
+
+    // ------------------------------------------------------------------------
+    // Object
+    // ------------------------------------------------------------------------
+
+    @Override
+    // All requests have a unique id
+    public int hashCode() {
+        return getRequestId();
+    }
+
+    @Override
+    public boolean equals(Object other) {
+        if (other instanceof TmfDataRequest<?>) {
+            TmfDataRequest<?> request = (TmfDataRequest<?>) other;
+            return (request.fDataType == fDataType) && (request.fIndex == fIndex)
+                    && (request.fNbRequested == fNbRequested);
+        }
+        return false;
+    }
+
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        return "[TmfDataRequest(" + fRequestId + "," + fDataType.getSimpleName() + "," + fIndex + "," + fNbRequested
+                + "," + getBlockSize() + ")]";
+    }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfEventRequest.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfEventRequest.java
new file mode 100644 (file)
index 0000000..e34f39b
--- /dev/null
@@ -0,0 +1,139 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.request;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+
+/**
+ * <b><u>TmfEventRequest</u></b>
+ * <p>
+ * Implement me. Please.
+ */
+public abstract class TmfEventRequest<T extends TmfEvent> extends TmfDataRequest<T> implements ITmfEventRequest<T> {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+    private final TmfTimeRange fRange; // The requested events time range
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    /**
+     * @param range
+     */
+    public TmfEventRequest(Class<T> dataType) {
+        this(dataType, TmfTimeRange.Eternity, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
+    }
+
+    public TmfEventRequest(Class<T> dataType, ExecutionType execType) {
+        this(dataType, TmfTimeRange.Eternity, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
+    }
+
+    /**
+     * @param range
+     */
+    public TmfEventRequest(Class<T> dataType, TmfTimeRange range) {
+        this(dataType, range, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
+    }
+
+    public TmfEventRequest(Class<T> dataType, TmfTimeRange range, ExecutionType execType) {
+        this(dataType, range, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
+    }
+
+    /**
+     * @param range
+     * @param nbRequested
+     */
+    public TmfEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested) {
+        this(dataType, range, 0, nbRequested, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
+    }
+    
+    public TmfEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested, ExecutionType execType) {
+        this(dataType, range, 0, nbRequested, DEFAULT_BLOCK_SIZE, execType);
+    }
+    
+    /**
+     * @param range
+     * @param nbRequested
+     * @param blockSize Size of the largest blocks expected
+     */
+    public TmfEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested, int blockSize) {
+       this(dataType, range, 0, nbRequested, blockSize, ExecutionType.FOREGROUND);
+    }
+
+    public TmfEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested, int blockSize, ExecutionType execType) {
+       this(dataType, range, 0, nbRequested, blockSize, execType);
+    }
+
+    public TmfEventRequest(Class<T> dataType, TmfTimeRange range, int index, int nbRequested, int blockSize, ExecutionType execType) {
+       super(dataType, index, nbRequested, blockSize, execType);
+       fRange = range;
+    }
+
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+    /**
+     * @return the requested time range
+     */
+    @Override
+       public TmfTimeRange getRange() {
+        return fRange;
+    }
+
+    // ------------------------------------------------------------------------
+    // Setters
+    // ------------------------------------------------------------------------
+
+    /**
+     * this method is called by the event provider to set the index corresponding
+     * to the time range start time once it is known
+     * @param index the start time index
+     */
+    @Override
+       public void setStartIndex(int index) {
+       setIndex(index);
+    }
+
+    // ------------------------------------------------------------------------
+    // Object
+    // ------------------------------------------------------------------------
+
+    @Override
+    // All requests have a unique id
+    public int hashCode() {
+       return getRequestId();
+    }
+
+    @Override
+    public boolean equals(Object other) {
+       if (other instanceof TmfEventRequest<?>) {
+               TmfEventRequest<?> request = (TmfEventRequest<?>) other;
+               return super.equals(other) && request.fRange.equals(fRange);
+       }
+       return false;
+    }
+
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+               return "[TmfEventRequest(" + getRequestId() + "," + getDataType().getSimpleName() 
+                       + "," + getRange() + "," + getIndex() + "," + getNbRequested() + "," + getBlockSize() + ")]";
+    }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfRequestExecutor.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/request/TmfRequestExecutor.java
new file mode 100644 (file)
index 0000000..ef406dc
--- /dev/null
@@ -0,0 +1,146 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.request;
+
+import java.util.Comparator;
+import java.util.concurrent.Executor;
+import java.util.concurrent.ExecutorService;
+import java.util.concurrent.Executors;
+import java.util.concurrent.PriorityBlockingQueue;
+
+import org.eclipse.linuxtools.tmf.core.Tracer;
+import org.eclipse.linuxtools.tmf.core.component.TmfThread;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest.ExecutionType;
+
+/**
+ * <b><u>TmfRequestExecutor</u></b>
+ *
+ * A simple, straightforward request executor.
+ */
+public class TmfRequestExecutor implements Executor {
+
+       private final ExecutorService fExecutor;
+       private final String fExecutorName;
+       private final PriorityBlockingQueue<TmfThread> fRequestQueue = new PriorityBlockingQueue<TmfThread>(100, new Comparator<TmfThread>() {
+               @Override
+               public int compare(TmfThread o1, TmfThread o2) {
+                       if (o1.getExecType() == o2.getExecType())
+                               return 0;
+                       if (o1.getExecType() == ExecutionType.BACKGROUND)
+                               return 1;
+                       return -1;
+               }
+       });
+       private TmfThread fCurrentRequest;
+       
+       // ------------------------------------------------------------------------
+       // Constructors
+       // ------------------------------------------------------------------------
+       
+       public TmfRequestExecutor() {
+               this(Executors.newSingleThreadExecutor());
+       }
+
+       public TmfRequestExecutor(ExecutorService executor) {
+               fExecutor = executor;
+               String canonicalName = fExecutor.getClass().getCanonicalName();
+               fExecutorName = canonicalName.substring(canonicalName.lastIndexOf('.') + 1);
+               if (Tracer.isComponentTraced()) Tracer.trace(fExecutor + " created"); //$NON-NLS-1$
+       }
+
+       /**
+        * @return the number of pending requests
+        */
+       public synchronized int getNbPendingRequests() {
+               return fRequestQueue.size();
+       }
+       
+       /**
+        * @return the shutdown state (i.e. if it is accepting new requests)
+        */
+       public synchronized boolean isShutdown() {
+               return fExecutor.isShutdown();
+       }
+       
+       /**
+        * @return the termination state
+        */
+       public synchronized boolean isTerminated() {
+               return fExecutor.isTerminated();
+       }
+       
+       /**
+        * Stops the executor
+        */
+       public synchronized void stop() {
+           if (fCurrentRequest != null) {
+               fCurrentRequest.cancel();
+           }
+           
+           while ((fCurrentRequest = fRequestQueue.poll()) != null) {
+               fCurrentRequest.cancel();
+           }
+
+               fExecutor.shutdown();
+               if (Tracer.isComponentTraced()) Tracer.trace(fExecutor + " terminated"); //$NON-NLS-1$
+       }
+       
+       // ------------------------------------------------------------------------
+       // Operations
+       // ------------------------------------------------------------------------
+       
+       /* (non-Javadoc)
+        * @see java.util.concurrent.Executor#execute(java.lang.Runnable)
+        */
+       @Override
+       public synchronized void execute(final Runnable requestThread) {
+               fRequestQueue.offer(new TmfThread(((TmfThread) requestThread).getExecType()) {
+                       @Override
+                       public void run() {
+                               try {
+                                       requestThread.run();
+                               } finally {
+                                       scheduleNext();
+                               }
+                       }
+            @Override
+            public void cancel() {
+                ((TmfThread) requestThread).cancel();
+            }
+               });
+               if (fCurrentRequest == null) {
+                       scheduleNext();
+               }
+       }
+
+       /**
+        * Executes the next pending request, if applicable.
+        */
+       protected synchronized void scheduleNext() {
+               if ((fCurrentRequest = fRequestQueue.poll()) != null) {
+                       if (!isShutdown())
+                               fExecutor.execute(fCurrentRequest);
+               }
+       }
+
+       // ------------------------------------------------------------------------
+       // Object
+       // ------------------------------------------------------------------------
+
+       @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+               return "[TmfRequestExecutor(" + fExecutorName + ")]";
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfEndSynchSignal.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfEndSynchSignal.java
new file mode 100644 (file)
index 0000000..e824e83
--- /dev/null
@@ -0,0 +1,26 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.signal;
+
+/**
+ * <b><u>TmfEndSynchSignal</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public class TmfEndSynchSignal extends TmfSignal {
+
+       public TmfEndSynchSignal(int synchId) {
+               super(null, synchId);
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfExperimentDisposedSignal.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfExperimentDisposedSignal.java
new file mode 100644 (file)
index 0000000..efa66b3
--- /dev/null
@@ -0,0 +1,41 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.signal;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+
+/**
+ * <b><u>TmfExperimentDisposedSignal</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public class TmfExperimentDisposedSignal<T extends TmfEvent> extends TmfSignal {
+
+       private final TmfExperiment<T> fExperiment;
+       
+       public TmfExperimentDisposedSignal(Object source, TmfExperiment<T> experiment) {
+               super(source);
+               fExperiment = experiment;
+       }
+
+       public TmfExperiment<? extends TmfEvent> getExperiment() {
+               return fExperiment;
+       }
+
+       @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+               return "[TmfExperimentDisposedSignal (" + fExperiment.getName() + ")]";
+       }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfExperimentRangeUpdatedSignal.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfExperimentRangeUpdatedSignal.java
new file mode 100644 (file)
index 0000000..cb08b29
--- /dev/null
@@ -0,0 +1,51 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Patrick Tasse - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.signal;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+
+/**
+ * <b><u>TmfExperimentRangeUpdatedSignal</u></b>
+ * <p>
+ */
+public class TmfExperimentRangeUpdatedSignal extends TmfSignal {
+
+       private final TmfExperiment<? extends TmfEvent> fExperiment;
+       private final TmfTimeRange fTimeRange;
+       
+       public TmfExperimentRangeUpdatedSignal(Object source, TmfExperiment<? extends TmfEvent> experiment, TmfTimeRange range) { // , ITmfTrace trace) {
+               super(source);
+               fExperiment = experiment;
+               fTimeRange = range;
+       }
+
+       public TmfExperiment<? extends TmfEvent> getExperiment() {
+               return fExperiment;
+       }
+
+       public TmfTimeRange getRange() {
+               return fTimeRange;
+       }
+
+       /* (non-Javadoc)
+        * @see java.lang.Object#toString()
+        */
+       @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+               return "[TmfExperimentRangeUpdatedSignal (" + fExperiment.toString() + ", " + fTimeRange.toString() + ")]";
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfExperimentSelectedSignal.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfExperimentSelectedSignal.java
new file mode 100644 (file)
index 0000000..a476d76
--- /dev/null
@@ -0,0 +1,41 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.signal;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+
+/**
+ * <b><u>TmfExperimentSelectedSignal</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public class TmfExperimentSelectedSignal<T extends TmfEvent> extends TmfSignal {
+
+       private final TmfExperiment<T> fExperiment;
+       
+       public TmfExperimentSelectedSignal(Object source, TmfExperiment<T> experiment) {
+               super(source);
+               fExperiment = experiment;
+       }
+
+       public TmfExperiment<? extends TmfEvent> getExperiment() {
+               return fExperiment;
+       }
+
+       @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+               return "[TmfExperimentSelectedSignal (" + fExperiment.getName() + ")]";
+       }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfExperimentUpdatedSignal.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfExperimentUpdatedSignal.java
new file mode 100644 (file)
index 0000000..738a88f
--- /dev/null
@@ -0,0 +1,51 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.signal;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+
+/**
+ * <b><u>TmfExperimentUpdatedSignal</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public class TmfExperimentUpdatedSignal extends TmfSignal {
+
+       private final TmfExperiment<? extends TmfEvent> fExperiment;
+//     private final ITmfTrace fTrace;
+       
+       public TmfExperimentUpdatedSignal(Object source, TmfExperiment<? extends TmfEvent> experiment) { // , ITmfTrace trace) {
+               super(source);
+               fExperiment = experiment;
+//             fTrace = trace;
+       }
+
+       public TmfExperiment<? extends TmfEvent> getExperiment() {
+               return fExperiment;
+       }
+
+//     public ITmfTrace getTrace() {
+//             return fTrace;
+//     }
+
+       /* (non-Javadoc)
+        * @see java.lang.Object#toString()
+        */
+       @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+               return "[TmfExperimentUpdatedSignal (" + fExperiment.toString() /*+ ", " + fTrace.toString()*/ + ")]";
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfRangeSynchSignal.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfRangeSynchSignal.java
new file mode 100644 (file)
index 0000000..1892b3c
--- /dev/null
@@ -0,0 +1,41 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.signal;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+/**
+ * <b><u>TmfRangeSynchSignal</u></b>
+ * <p>
+ */
+public class TmfRangeSynchSignal extends TmfSignal {
+
+    private final TmfTimeRange fCurrentRange;
+    private final TmfTimestamp fCurrentTime;
+
+    public TmfRangeSynchSignal(Object source, TmfTimeRange range, TmfTimestamp ts) {
+        super(source);
+        fCurrentRange = range;
+        fCurrentTime = ts;
+    }
+
+    public TmfTimeRange getCurrentRange() {
+        return fCurrentRange;
+    }
+
+    public TmfTimestamp getCurrentTime() {
+        return fCurrentTime;
+    }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfSignal.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfSignal.java
new file mode 100644 (file)
index 0000000..ebf3210
--- /dev/null
@@ -0,0 +1,48 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.signal;
+
+/**
+ * <b><u>TmfSignal</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public abstract class TmfSignal {
+
+       // The signal originator
+       private final Object fSource;
+
+       private int fReference;
+
+       public TmfSignal(Object source) {
+               this(source, 0);
+       }
+
+       public TmfSignal(Object source, int reference) {
+               fSource = source;
+               fReference = reference;
+       }
+
+       public Object getSource() {
+               return fSource;
+       }
+
+       public void setReference(int reference) {
+               fReference = reference;
+       }
+
+       public int getReference() {
+               return fReference;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfSignalHandler.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfSignalHandler.java
new file mode 100644 (file)
index 0000000..c0486ca
--- /dev/null
@@ -0,0 +1,29 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.signal;
+
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+
+/**
+ * <b><u>TmfSignalHandler</u></b>
+ * <p>
+ * Marker for TMF signal handlers.
+ */
+@Retention(RetentionPolicy.RUNTIME)
+@Target(ElementType.METHOD)
+public @interface TmfSignalHandler {
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfSignalManager.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfSignalManager.java
new file mode 100644 (file)
index 0000000..46581eb
--- /dev/null
@@ -0,0 +1,154 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.signal;
+
+import java.lang.reflect.InvocationTargetException;
+import java.lang.reflect.Method;
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+
+import org.eclipse.linuxtools.tmf.core.Tracer;
+
+/**
+ * <b><u>TmfSignalHandler</u></b>
+ * <p>
+ * This class manages the set of signal listeners and the signals they are
+ * interested in. When a signal is broadcasted, the appropriate listeners
+ * signal handlers are invoked.
+ * <p>
+ */
+public class TmfSignalManager {
+
+       // The set of event listeners and their corresponding handler methods.
+       // Note: listeners could be restricted to ITmfComponents but there is no
+       // harm in letting anyone use this since it is not tied to anything but
+       // the signal data type.
+       static private Map<Object, Method[]> fListeners = new HashMap<Object, Method[]>();
+    static private Map<Object, Method[]> fVIPListeners = new HashMap<Object, Method[]>();
+
+       // If requested, add universal signal tracer
+       // TODO: Temporary solution: should be enabled/disabled dynamically 
+       private static boolean fTraceIsActive = false;
+       private static TmfSignalTracer fSignalTracer;
+       static {
+               if (fTraceIsActive) {
+                       fSignalTracer = TmfSignalTracer.getInstance();
+                       register(fSignalTracer);
+               }
+       }
+
+       public static synchronized void register(Object listener) {
+               Method[] methods = getSignalHandlerMethods(listener);
+               if (methods.length > 0)
+                       fListeners.put(listener, methods);
+       }
+
+    public static synchronized void registerVIP(Object listener) {
+        Method[] methods = getSignalHandlerMethods(listener);
+        if (methods.length > 0)
+            fVIPListeners.put(listener, methods);
+    }
+
+       public static synchronized void deregister(Object listener) {
+               fVIPListeners.remove(listener);
+        fListeners.remove(listener);
+       }
+
+       /**
+        * Returns the list of signal handlers in the listener. Signal handler name
+        * is irrelevant; only the annotation (@TmfSignalHandler) is important.
+        * 
+        * @param listener
+        * @return
+        */
+       static private Method[] getSignalHandlerMethods(Object listener) {
+               List<Method> handlers = new ArrayList<Method>();
+               Method[] methods = listener.getClass().getMethods();
+               for (Method method : methods) {
+                       if (method.isAnnotationPresent(TmfSignalHandler.class)) {
+                               handlers.add(method);
+                       }
+               }
+               return handlers.toArray(new Method[handlers.size()]);
+       }
+
+       /**
+        * Invokes the handling methods that listens to signals of a given type.
+        * 
+        * The list of handlers is built on-the-fly to allow for the dynamic
+        * creation/deletion of signal handlers. Since the number of signal
+        * handlers shouldn't be too high, this is not a big performance issue
+        * to pay for the flexibility.
+        * 
+        * For synchronization purposes, the signal is bracketed by two synch signals.
+        * 
+        * @param signal the signal to dispatch
+        */
+       static int fSignalId = 0;
+       static public synchronized void dispatchSignal(TmfSignal signal) {
+               fSignalId++;
+               sendSignal(new TmfStartSynchSignal(fSignalId));
+               signal.setReference(fSignalId);
+               sendSignal(signal);
+               sendSignal(new TmfEndSynchSignal(fSignalId));
+       }
+
+    static private void sendSignal(TmfSignal signal) {
+        sendSignal(fVIPListeners, signal);
+        sendSignal(fListeners, signal);
+    }
+
+    static private void sendSignal(Map<Object, Method[]> listeners, TmfSignal signal) {
+
+        if (Tracer.isSignalTraced()) Tracer.traceSignal(signal, "(start)"); //$NON-NLS-1$
+
+        // Build the list of listener methods that are registered for this signal
+        Class<?> signalClass = signal.getClass();
+        Map<Object, List<Method>> targets = new HashMap<Object, List<Method>>();
+        targets.clear();
+        for (Map.Entry<Object, Method[]> entry : listeners.entrySet()) {
+            List<Method> matchingMethods = new ArrayList<Method>();
+            for (Method method : entry.getValue()) {
+                if (method.getParameterTypes()[0].isAssignableFrom(signalClass)) {
+                    matchingMethods.add(method);
+                }
+            }
+            if (!matchingMethods.isEmpty()) {
+                targets.put(entry.getKey(), matchingMethods);
+            }
+        }
+
+        // Call the signal handlers 
+        for (Map.Entry<Object, List<Method>> entry : targets.entrySet()) {
+            for (Method method : entry.getValue()) {
+                try {
+                    method.invoke(entry.getKey(), new Object[] { signal });
+                    if (Tracer.isSignalTraced()) {
+                        Object key = entry.getKey();
+                        String hash = String.format("%1$08X", entry.getKey().hashCode()); //$NON-NLS-1$
+                        String target = "[" + hash + "] " + key.getClass().getSimpleName() + ":" + method.getName();   //$NON-NLS-1$//$NON-NLS-2$//$NON-NLS-3$
+                        Tracer.traceSignal(signal, target);                     
+                    }
+                } catch (IllegalArgumentException e) {
+                } catch (IllegalAccessException e) {
+                } catch (InvocationTargetException e) {
+                }
+            }
+        }
+
+        if (Tracer.isSignalTraced()) Tracer.traceSignal(signal, "(end)"); //$NON-NLS-1$
+    }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfSignalTracer.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfSignalTracer.java
new file mode 100644 (file)
index 0000000..2c58b51
--- /dev/null
@@ -0,0 +1,38 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.signal;
+
+/**
+ * <b><u>TmfSignalTracer</u></b>
+ * <p>
+ * This object (singleton) traces all TmfSignals in the application.
+ */
+public class TmfSignalTracer {
+
+       static TmfSignalTracer fInstance;
+
+       static public TmfSignalTracer getInstance() {
+               if (fInstance == null) {
+                       fInstance = new TmfSignalTracer();
+               }
+               return fInstance;
+       }
+
+       private TmfSignalTracer() {
+       }
+
+       @TmfSignalHandler
+       public void traceSignal(TmfSignal signal) {
+               System.out.println(signal.getSource().toString() + ": " + signal.toString()); //$NON-NLS-1$
+       }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfStartSynchSignal.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfStartSynchSignal.java
new file mode 100644 (file)
index 0000000..6415e1c
--- /dev/null
@@ -0,0 +1,27 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.signal;
+
+/**
+ * <b><u>TmfStartSynchSignal</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public class TmfStartSynchSignal extends TmfSignal {
+
+
+       public TmfStartSynchSignal(int synchId) {
+               super(null, synchId);
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfTimeSynchSignal.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfTimeSynchSignal.java
new file mode 100644 (file)
index 0000000..1b7cb09
--- /dev/null
@@ -0,0 +1,44 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.signal;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+/**
+ * <b><u>TmfTimeSynchSignal</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public class TmfTimeSynchSignal extends TmfSignal {
+
+       private final TmfTimestamp fCurrentTime;
+
+       public TmfTimeSynchSignal(Object source, TmfTimestamp ts) {
+               super(source);
+               fCurrentTime = ts;
+       }
+
+       public TmfTimestamp getCurrentTime() {
+               return fCurrentTime;
+       }
+
+       /* (non-Javadoc)
+        * @see java.lang.Object#toString()
+        */
+       @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+               return "[TmfTimeSynchSignal (" + fCurrentTime.toString() + ")]";
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfTraceSelectedSignal.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfTraceSelectedSignal.java
new file mode 100644 (file)
index 0000000..3b2a995
--- /dev/null
@@ -0,0 +1,38 @@
+/*******************************************************************************\r
+ * Copyright (c) 2010 Ericsson\r
+ * \r
+ * All rights reserved. This program and the accompanying materials are\r
+ * made available under the terms of the Eclipse Public License v1.0 which\r
+ * accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ * \r
+ * Contributors:\r
+ *   Patrick Tasse - Initial API and implementation\r
+ *******************************************************************************/\r
+\r
+package org.eclipse.linuxtools.tmf.core.signal;\r
+\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
+\r
+/**\r
+ * <b><u>TmfTraceSelectedSignal</u></b>\r
+ */\r
+public class TmfTraceSelectedSignal extends TmfSignal {\r
+\r
+    private final ITmfTrace fTrace;\r
+    \r
+    public TmfTraceSelectedSignal(Object source, ITmfTrace trace) {\r
+        super(source);\r
+        fTrace = trace;\r
+    }\r
+\r
+    public ITmfTrace getTrace() {\r
+        return fTrace;\r
+    }\r
+\r
+    @Override\r
+    @SuppressWarnings("nls")\r
+    public String toString() {\r
+        return "[TmfTraceSelectedSignal (" + fTrace.getName() + ")]";\r
+    }\r
+}\r
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfTraceUpdatedSignal.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfTraceUpdatedSignal.java
new file mode 100644 (file)
index 0000000..7539433
--- /dev/null
@@ -0,0 +1,51 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.signal;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+
+/**
+ * <b><u>TmfTraceUpdatedSignal</u></b>
+ * <p>
+ * TODO: Implement me. Please.
+ */
+public class TmfTraceUpdatedSignal extends TmfSignal {
+
+       private final ITmfTrace<?> fTrace;
+       private final TmfTimeRange fTimeRange;
+       
+       public TmfTraceUpdatedSignal(Object source, ITmfTrace<?> trace, TmfTimeRange range) {
+               super(source);
+               fTrace = trace;
+               fTimeRange = range;
+       }
+
+       public ITmfTrace<?> getTrace() {
+               return fTrace;
+       }
+
+       public TmfTimeRange getRange() {
+               return fTimeRange;
+       }
+
+       /* (non-Javadoc)
+        * @see java.lang.Object#toString()
+        */
+       @Override
+    @SuppressWarnings("nls")
+       public String toString() {
+               return "[TmfTraceUpdatedSignal (" + fTrace.toString() + ", " + fTimeRange.toString() + ")]";
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/ITmfContext.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/ITmfContext.java
new file mode 100644 (file)
index 0000000..caca47b
--- /dev/null
@@ -0,0 +1,39 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.trace;
+
+/**
+ * <b><u>ITmfContext</u></b>
+ * <p>
+ * This is a place-holder for the context objects.
+ */
+public interface ITmfContext {
+
+    public long UNKNOWN_RANK = -2L;
+    public long INITIAL_RANK = -1L;
+
+    public void dispose();
+
+    public void setLocation(ITmfLocation<?> location);
+
+    @SuppressWarnings("rawtypes")
+    public ITmfLocation<? extends Comparable> getLocation();
+
+    public void setRank(long rank);
+
+    public long getRank();
+
+    public void updateRank(int rank);
+
+    public boolean isValidRank();
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/ITmfLocation.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/ITmfLocation.java
new file mode 100644 (file)
index 0000000..09ef798
--- /dev/null
@@ -0,0 +1,28 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.trace;
+
+/**
+ * <b><u>ITmfLocation</u></b>
+ * <p>
+ * This is a place-holder for the location objects.
+ */
+public interface ITmfLocation<L extends Comparable<?>> extends Cloneable {
+
+       public void setLocation(L location);
+
+       public L getLocation();
+
+       public ITmfLocation<L> clone();
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/ITmfTrace.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/ITmfTrace.java
new file mode 100644 (file)
index 0000000..ce589ec
--- /dev/null
@@ -0,0 +1,135 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.trace;
+
+import java.io.FileNotFoundException;
+
+import org.eclipse.core.resources.IProject;
+import org.eclipse.linuxtools.tmf.core.component.ITmfComponent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+/**
+ * <b><u>ITmfTrace</u></b>
+ * <p>
+ */
+public interface ITmfTrace<T extends TmfEvent> extends ITmfComponent {
+
+    // initTrace variants
+    public void initTrace(String path, Class<T> eventType) throws FileNotFoundException;
+
+    public void initTrace(String path, Class<T> eventType, int cacheSize) throws FileNotFoundException;
+
+    public void initTrace(String path, Class<T> eventType, boolean indexTrace) throws FileNotFoundException;
+
+    public void initTrace(String path, Class<T> eventType, int cacheSize, boolean indexTrace) throws FileNotFoundException;
+
+    // Trace type validation
+    public boolean validate(IProject project, String path);
+
+    public ITmfTrace<T> copy();
+
+    /**
+     * @return the trace path
+     */
+    public String getPath();
+
+    /**
+     * @return the trace name
+     */
+    @Override
+    public String getName();
+
+    /**
+     * @return the cache size
+     */
+    public int getCacheSize();
+
+    /**
+     * @return the number of events in the trace
+     */
+    public long getNbEvents();
+
+    /**
+     * Trace time range accesses
+     */
+    public TmfTimeRange getTimeRange();
+
+    public TmfTimestamp getStartTime();
+
+    public TmfTimestamp getEndTime();
+
+    /**
+     * Positions the trace at the first event with the specified timestamp or index (i.e. the nth event in the trace).
+     * 
+     * Returns a context which can later be used to read the event.
+     * 
+     * @param location
+     * @param timestamp
+     * @param rank
+     * @return a context object for subsequent reads
+     */
+    public TmfContext seekLocation(ITmfLocation<?> location);
+
+    public TmfContext seekEvent(TmfTimestamp timestamp);
+
+    public TmfContext seekEvent(long rank);
+
+    /**
+     * Positions the trace at the event located at the specified ratio.
+     * 
+     * Returns a context which can later be used to read the event.
+     * 
+     * @param ratio
+     *            a floating-point number between 0.0 (beginning) and 1.0 (end)
+     * @return a context object for subsequent reads
+     */
+    public TmfContext seekLocation(double ratio);
+
+    /**
+     * Returns the ratio corresponding to the specified location.
+     * 
+     * @param location
+     *            a trace location
+     * @return a floating-point number between 0.0 (beginning) and 1.0 (end)
+     */
+    public double getLocationRatio(ITmfLocation<?> location);
+
+    public ITmfLocation<?> getCurrentLocation();
+
+    /**
+     * Returns the rank of the first event with the requested timestamp. If none, returns the index of the next event
+     * (if any).
+     * 
+     * @param timestamp
+     * @return
+     */
+    public long getRank(TmfTimestamp timestamp);
+
+    /**
+     * Return the event pointed by the supplied context (or null if no event left) and updates the context to the next
+     * event.
+     * 
+     * @return the next event in the stream
+     */
+    public TmfEvent getNextEvent(TmfContext context);
+
+    /**
+     * Return the event pointed by the supplied context (or null if no event left) and *does not* update the context.
+     * 
+     * @return the next event in the stream
+     */
+    public TmfEvent parseEvent(TmfContext context);
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfCheckpoint.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfCheckpoint.java
new file mode 100644 (file)
index 0000000..4e0881d
--- /dev/null
@@ -0,0 +1,131 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.trace;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+/**
+ * <b><u>TmfCheckpoint</u></b>
+ * <p>
+ * This class maps an event timestamp to a generic location.
+ */
+@SuppressWarnings("rawtypes")
+public class TmfCheckpoint implements Comparable<TmfCheckpoint>, Cloneable {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+    
+    private TmfTimestamp fTimestamp;
+       private ITmfLocation<? extends Comparable> fLocation;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    @SuppressWarnings("unused")
+       private TmfCheckpoint() {
+        fTimestamp = null;
+        fLocation  = null;
+    }
+
+    /**
+     * @param ts the checkpoint timestamp
+     * @param location the corresponding trace location
+     */
+    public TmfCheckpoint(TmfTimestamp ts, ITmfLocation<? extends Comparable> location) {
+        fTimestamp = ts;
+        fLocation = location;
+    }
+
+    /**
+     * Deep copy constructor
+     * @param other the other checkpoint
+     */
+    public TmfCheckpoint(TmfCheckpoint other) {
+       if (other == null)
+               throw new IllegalArgumentException();
+        fTimestamp = (TmfTimestamp) other.fTimestamp.clone();
+        fLocation  = other.fLocation.clone();
+    }
+
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+    /**
+     * @return the checkpoint timestamp
+     */
+    public TmfTimestamp getTimestamp() {
+        return fTimestamp;
+    }
+
+    /**
+     * @return the checkpoint stream location
+     */
+    public ITmfLocation<?> getLocation() {
+        return fLocation;
+    }
+
+    // ------------------------------------------------------------------------
+    // Object
+    // ------------------------------------------------------------------------
+
+    @Override
+    public TmfCheckpoint clone() {
+       TmfCheckpoint result = null;
+               try {
+                       result = (TmfCheckpoint) super.clone();
+               result.fTimestamp = new TmfTimestamp(fTimestamp);
+               result.fLocation  = fLocation.clone();
+               return result;
+               } catch (CloneNotSupportedException e) {
+                       e.printStackTrace();
+               }
+               return result;
+    }
+    @Override
+    public int hashCode() {
+       return fTimestamp.hashCode();
+    }
+    @Override
+    public boolean equals(Object other) {
+       if (!(other instanceof TmfCheckpoint)) {
+               return false;
+       }
+       TmfCheckpoint o = (TmfCheckpoint) other;
+       return fTimestamp.equals(o.fTimestamp);
+    }
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+       return "[TmfCheckpoint(" + fTimestamp +  "," + fLocation + ")]";
+    }
+    // ------------------------------------------------------------------------
+    // Comparable
+    // ------------------------------------------------------------------------
+
+       @SuppressWarnings("unchecked")
+       @Override
+       public int compareTo(TmfCheckpoint other) {
+       if (fTimestamp == null || other.fTimestamp == null) {
+               return fLocation.getLocation().compareTo(other.fLocation.getLocation());
+       }
+        return fTimestamp.compareTo(other.fTimestamp, false);
+    }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfContext.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfContext.java
new file mode 100644 (file)
index 0000000..bd5b10e
--- /dev/null
@@ -0,0 +1,130 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.trace;
+
+/**
+ * <b><u>TmfContext</u></b>
+ * <p>
+ * Trace context structure. It ties a trace location to an event rank. The
+ * context should be enough to restore the trace state so the corresponding
+ * event can be read.
+ */
+public class TmfContext implements ITmfContext, Cloneable {
+
+    private ITmfLocation<? extends Comparable<?>> fLocation;
+    private long fRank;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    public TmfContext(ITmfLocation<? extends Comparable<?>> loc, long rank) {
+        fLocation = loc;
+        fRank = rank;
+    }
+
+    public TmfContext(ITmfLocation<? extends Comparable<?>> location) {
+        this(location, UNKNOWN_RANK);
+    }
+
+    public TmfContext(TmfContext other) {
+        this(other.fLocation, other.fRank);
+    }
+
+    public TmfContext() {
+        this(null, UNKNOWN_RANK);
+    }
+
+    // ------------------------------------------------------------------------
+    // ITmfContext
+    // ------------------------------------------------------------------------
+
+    @Override
+    public void dispose() {
+        // override if necessary
+    }
+
+    @Override
+    public void setLocation(ITmfLocation<? extends Comparable<?>> location) {
+        fLocation = location;
+    }
+
+    @Override
+    public ITmfLocation<? extends Comparable<?>> getLocation() {
+        return fLocation;
+    }
+
+    @Override
+    public void setRank(long rank) {
+        fRank = rank;
+    }
+
+    @Override
+    public long getRank() {
+        return fRank;
+    }
+
+    @Override
+    public void updateRank(int delta) {
+        if (isValidRank())
+            fRank += delta;
+    }
+
+    @Override
+    public boolean isValidRank() {
+        return fRank != UNKNOWN_RANK;
+    }
+
+    // ------------------------------------------------------------------------
+    // Object
+    // ------------------------------------------------------------------------
+
+    @Override
+    public int hashCode() {
+        int result = 17;
+        result = 37 * result + fLocation.hashCode();
+        result = 37 * result + (int) (fRank ^ (fRank >>> 32));
+        return result;
+    }
+
+    @Override
+    public boolean equals(Object other) {
+        if (other == this) {
+            return true;
+        }
+        if (!(other instanceof TmfContext)) {
+            return false;
+        }
+        TmfContext o = (TmfContext) other;
+        return fLocation.equals(o.fLocation) && (fRank == o.fRank);
+    }
+
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        return "[TmfContext(" + fLocation.toString() + "," + fRank + ")]";
+    }
+
+    @Override
+    public TmfContext clone() {
+        TmfContext clone = null;
+        try {
+            clone = (TmfContext) super.clone();
+            clone.fLocation = fLocation.clone();
+            clone.fRank = fRank;
+        } catch (CloneNotSupportedException e) {
+        }
+        return clone;
+    }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfLocation.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfLocation.java
new file mode 100644 (file)
index 0000000..55c5a8a
--- /dev/null
@@ -0,0 +1,100 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.trace;
+
+import java.lang.reflect.Method;
+
+/**
+ * <b><u>TmfLocation</u></b>
+ * <p>
+ * A generic implementation of ITmfLocation
+ */
+@SuppressWarnings("rawtypes")
+public class TmfLocation<L extends Comparable> implements ITmfLocation<L> {
+
+       private L fLocation;
+       
+       @SuppressWarnings("unused")
+       private TmfLocation() {
+       }
+
+       public TmfLocation(L location) {
+               fLocation = location;
+       }
+
+       public TmfLocation(TmfLocation<L> other) {
+       if (other == null)
+               throw new IllegalArgumentException();
+       fLocation = other.fLocation;
+       }
+
+       @Override
+       public void setLocation(L location) {
+               fLocation = location;
+       }
+
+       @Override
+       public L getLocation() {
+               return fLocation;
+       }
+
+       // ------------------------------------------------------------------------
+    // Object
+    // ------------------------------------------------------------------------
+
+       @Override
+    public int hashCode() {
+           if (fLocation == null)
+               return -1;
+               return fLocation.hashCode();
+    }
+
+    @Override
+    public boolean equals(Object other) {
+        if (!(other instanceof TmfLocation<?>))
+               return false;
+        TmfLocation<?> o = (TmfLocation<?>) other;
+        if (fLocation == null)
+            return (o.fLocation == null);
+        return fLocation.equals(o.fLocation);
+    }
+
+       @Override
+       @SuppressWarnings("nls")
+       public String toString() {
+           if (fLocation == null)
+               return "null";
+               return fLocation.toString();
+       }
+
+       @Override
+       @SuppressWarnings({ "nls", "unchecked" })
+       public TmfLocation<L> clone() {
+               TmfLocation<L> clone = null;
+               try {
+                       clone = (TmfLocation<L>) super.clone();
+                       if (this.fLocation != null) {
+                           Class<?> clazz  = this.fLocation.getClass(); 
+                           Method   method = clazz.getMethod("clone", new Class[0]);
+                           Object   duplic = method.invoke(this.fLocation, new Object[0]);
+                           clone.fLocation = (L) duplic;
+                       }
+               } catch (NoSuchMethodException e) { 
+                     // exception suppressed 
+               } catch (Exception e) {
+                       throw new InternalError(e.toString());
+               }
+               return clone;
+       }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfTrace.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfTrace.java
new file mode 100644 (file)
index 0000000..b1e9b80
--- /dev/null
@@ -0,0 +1,535 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2010 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.trace;
+
+import java.io.File;
+import java.io.FileNotFoundException;
+import java.util.Collections;
+import java.util.Vector;
+
+import org.eclipse.core.resources.IProject;
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.core.runtime.IStatus;
+import org.eclipse.core.runtime.Status;
+import org.eclipse.core.runtime.jobs.Job;
+import org.eclipse.linuxtools.tmf.core.component.TmfEventProvider;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.ITmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.signal.TmfTraceUpdatedSignal;
+
+/**
+ * <b><u>TmfTrace</u></b>
+ * <p>
+ * Abstract implementation of ITmfTrace. It should be sufficient to extend this class and provide implementation for
+ * <code>getCurrentLocation()</code> and <code>seekLocation()</code>, as well as a proper parser, to have a working
+ * concrete implementation.
+ * <p>
+ * Note: The notion of event rank is still under heavy discussion. Although used by the Events View and probably useful
+ * in the general case, there is no easy way to implement it for LTTng (actually a strong case is being made that this
+ * is useless).
+ * <p>
+ * That it is not supported by LTTng does by no mean indicate that it is not useful for (just about) every other tracing
+ * tool. Therefore, this class provides a minimal (and partial) implementation of rank. However, the current
+ * implementation should not be relied on in the general case.
+ * 
+ * TODO: Add support for live streaming (notifications, incremental indexing, ...)
+ */
+public abstract class TmfTrace<T extends TmfEvent> extends TmfEventProvider<T> implements ITmfTrace<T>, Cloneable {
+
+    // ------------------------------------------------------------------------
+    // Constants
+    // ------------------------------------------------------------------------
+
+    // The default number of events to cache
+    // TODO: Make the DEFAULT_CACHE_SIZE a preference
+    public static final int DEFAULT_INDEX_PAGE_SIZE = 50000;
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+
+    // The trace path
+    private String fPath;
+
+    // The trace name
+    private String fTraceName;
+
+    // The cache page size AND checkpoints interval
+    protected int fIndexPageSize = DEFAULT_INDEX_PAGE_SIZE;
+
+    // The set of event stream checkpoints (for random access)
+    protected Vector<TmfCheckpoint> fCheckpoints = new Vector<TmfCheckpoint>();
+
+    // The number of events collected
+    protected long fNbEvents = 0;
+
+    // The time span of the event stream
+    private TmfTimestamp fStartTime = TmfTimestamp.BigCrunch;
+    private TmfTimestamp fEndTime = TmfTimestamp.BigBang;
+
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------
+
+    public TmfTrace() {
+        super();
+    }
+
+    @Override
+    public void initTrace(String path, Class<T> eventType) throws FileNotFoundException {
+        initTmfTrace(path, eventType, DEFAULT_INDEX_PAGE_SIZE, false);
+    }
+
+    @Override
+    public void initTrace(String path, Class<T> eventType, int cacheSize) throws FileNotFoundException {
+        initTmfTrace(path, eventType, cacheSize, false);
+    }
+
+    @Override
+    public void initTrace(String path, Class<T> eventType, boolean indexTrace) throws FileNotFoundException {
+        initTmfTrace(path, eventType, DEFAULT_INDEX_PAGE_SIZE, indexTrace);
+    }
+
+    @Override
+    public void initTrace(String path, Class<T> eventType, int cacheSize, boolean indexTrace) throws FileNotFoundException {
+        initTmfTrace(path, eventType, cacheSize, indexTrace);
+    }
+
+    private void initTmfTrace(String path, Class<T> eventType, int cacheSize, boolean indexTrace) throws FileNotFoundException {
+        fPath = path;
+        if (fTraceName == null) {
+            fTraceName = ""; //$NON-NLS-1$
+            if (path != null) {
+                int sep = path.lastIndexOf(File.separator);
+                fTraceName = (sep >= 0) ? path.substring(sep + 1) : path;
+            }
+        }
+        super.init(fTraceName, eventType);
+        fIndexPageSize = (cacheSize > 0) ? cacheSize : DEFAULT_INDEX_PAGE_SIZE;
+        if (indexTrace)
+            indexTrace(false);
+    }
+
+    @Override
+    public boolean validate(IProject project, String path) {
+        File file = new File(path);
+        return file.exists();
+    }
+
+    /**
+     * @param path
+     * @throws FileNotFoundException
+     */
+    protected TmfTrace(String name, Class<T> type, String path) throws FileNotFoundException {
+        this(name, type, path, DEFAULT_INDEX_PAGE_SIZE, true);
+    }
+
+    /**
+     * @param path
+     * @param cacheSize
+     * @throws FileNotFoundException
+     */
+    protected TmfTrace(String name, Class<T> type, String path, int cacheSize) throws FileNotFoundException {
+        this(name, type, path, cacheSize, true);
+    }
+
+    /**
+     * @param path
+     * @param indexTrace
+     * @throws FileNotFoundException
+     */
+    protected TmfTrace(String name, Class<T> type, String path, boolean indexTrace) throws FileNotFoundException {
+        this(name, type, path, DEFAULT_INDEX_PAGE_SIZE, indexTrace);
+    }
+
+    /**
+     * @param path
+     * @param cacheSize
+     * @param indexTrace
+     * @throws FileNotFoundException
+     */
+    protected TmfTrace(String name, Class<T> type, String path, int cacheSize, boolean indexTrace) throws FileNotFoundException {
+        super();
+        fTraceName = name;
+        initTrace(path, type, cacheSize, indexTrace);
+    }
+
+    @SuppressWarnings("unchecked")
+    @Override
+    public TmfTrace<T> clone() throws CloneNotSupportedException {
+        TmfTrace<T> clone = (TmfTrace<T>) super.clone();
+        clone.fCheckpoints = fCheckpoints;
+        clone.fStartTime = new TmfTimestamp(fStartTime);
+        clone.fEndTime = new TmfTimestamp(fEndTime);
+        return clone;
+    }
+
+    // ------------------------------------------------------------------------
+    // Accessors
+    // ------------------------------------------------------------------------
+
+    /**
+     * @return the trace path
+     */
+    @Override
+    public String getPath() {
+        return fPath;
+    }
+
+    /* (non-Javadoc)
+     * @see org.eclipse.linuxtools.tmf.stream.ITmfEventStream#getNbEvents()
+     */
+    @Override
+    public long getNbEvents() {
+        return fNbEvents;
+    }
+
+    /**
+     * @return the size of the cache
+     */
+    @Override
+    public int getCacheSize() {
+        return fIndexPageSize;
+    }
+
+    /* (non-Javadoc)
+     * @see org.eclipse.linuxtools.tmf.stream.ITmfEventStream#getTimeRange()
+     */
+    @Override
+    public TmfTimeRange getTimeRange() {
+        return new TmfTimeRange(fStartTime, fEndTime);
+    }
+
+    /* (non-Javadoc)
+     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#getStartTime()
+     */
+    @Override
+    public TmfTimestamp getStartTime() {
+        return fStartTime;
+    }
+
+    /* (non-Javadoc)
+     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#getEndTime()
+     */
+    @Override
+    public TmfTimestamp getEndTime() {
+        return fEndTime;
+    }
+
+    @SuppressWarnings("unchecked")
+    public Vector<TmfCheckpoint> getCheckpoints() {
+        return (Vector<TmfCheckpoint>) fCheckpoints.clone();
+    }
+
+    /**
+     * Returns the rank of the first event with the requested timestamp. If none, returns the index of the next event
+     * (if any).
+     * 
+     * @param timestamp
+     * @return
+     */
+    @Override
+    public long getRank(TmfTimestamp timestamp) {
+        TmfContext context = seekEvent(timestamp);
+        return context.getRank();
+    }
+
+    // ------------------------------------------------------------------------
+    // Operators
+    // ------------------------------------------------------------------------
+
+    protected void setTimeRange(TmfTimeRange range) {
+        fStartTime = range.getStartTime();
+        fEndTime = range.getEndTime();
+    }
+
+    protected void setStartTime(TmfTimestamp startTime) {
+        fStartTime = startTime;
+    }
+
+    protected void setEndTime(TmfTimestamp endTime) {
+        fEndTime = endTime;
+    }
+
+    // ------------------------------------------------------------------------
+    // TmfProvider
+    // ------------------------------------------------------------------------
+
+    @Override
+    public ITmfContext armRequest(ITmfDataRequest<T> request) {
+        if (request instanceof ITmfEventRequest<?>
+                && !TmfTimestamp.BigBang.equals(((ITmfEventRequest<T>) request).getRange().getStartTime()) && request.getIndex() == 0) {
+            ITmfContext context = seekEvent(((ITmfEventRequest<T>) request).getRange().getStartTime());
+            ((ITmfEventRequest<T>) request).setStartIndex((int) context.getRank());
+            return context;
+
+        }
+        return seekEvent(request.getIndex());
+    }
+
+    /**
+     * Return the next piece of data based on the context supplied. The context would typically be updated for the
+     * subsequent read.
+     * 
+     * @param context
+     * @return
+     */
+    @SuppressWarnings("unchecked")
+    @Override
+    public T getNext(ITmfContext context) {
+        if (context instanceof TmfContext) {
+            return (T) getNextEvent((TmfContext) context);
+        }
+        return null;
+    }
+
+    // ------------------------------------------------------------------------
+    // ITmfTrace
+    // ------------------------------------------------------------------------
+
+    /* (non-Javadoc)
+     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#seekEvent(org.eclipse.linuxtools.tmf.event.TmfTimestamp)
+     */
+    @Override
+    public TmfContext seekEvent(TmfTimestamp timestamp) {
+
+        if (timestamp == null) {
+            timestamp = TmfTimestamp.BigBang;
+        }
+
+        // First, find the right checkpoint
+        int index = Collections.binarySearch(fCheckpoints, new TmfCheckpoint(timestamp, null));
+
+        // In the very likely case that the checkpoint was not found, bsearch
+        // returns its negated would-be location (not an offset...). From that
+        // index, we can then position the stream and get the event.
+        if (index < 0) {
+            index = Math.max(0, -(index + 2));
+        }
+
+        // Position the stream at the checkpoint
+        ITmfLocation<?> location;
+        synchronized (fCheckpoints) {
+            if (fCheckpoints.size() > 0) {
+                if (index >= fCheckpoints.size()) {
+                    index = fCheckpoints.size() - 1;
+                }
+                location = fCheckpoints.elementAt(index).getLocation();
+            } else {
+                location = null;
+            }
+        }
+        TmfContext context = seekLocation(location);
+        context.setRank(index * fIndexPageSize);
+
+        // And locate the event
+        TmfContext nextEventContext = context.clone(); // Must use clone() to get the right subtype...
+        TmfEvent event = getNextEvent(nextEventContext);
+        while (event != null && event.getTimestamp().compareTo(timestamp, false) < 0) {
+            context.setLocation(nextEventContext.getLocation().clone());
+            context.updateRank(1);
+            event = getNextEvent(nextEventContext);
+        }
+
+        return context;
+    }
+
+    /* (non-Javadoc)
+     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#seekEvent(int)
+     */
+    @Override
+    public TmfContext seekEvent(long rank) {
+
+        // Position the stream at the previous checkpoint
+        int index = (int) rank / fIndexPageSize;
+        ITmfLocation<?> location;
+        synchronized (fCheckpoints) {
+            if (fCheckpoints.size() == 0) {
+                location = null;
+            } else {
+                if (index >= fCheckpoints.size()) {
+                    index = fCheckpoints.size() - 1;
+                }
+                location = fCheckpoints.elementAt(index).getLocation();
+            }
+        }
+
+        TmfContext context = seekLocation(location);
+        long pos = index * fIndexPageSize;
+        context.setRank(pos);
+
+        if (pos < rank) {
+            TmfEvent event = getNextEvent(context);
+            while (event != null && ++pos < rank) {
+                event = getNextEvent(context);
+            }
+        }
+
+        return context;
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#getNextEvent(org.eclipse.
+     * linuxtools.tmf.trace.ITmfTrace.TraceContext)
+     */
+    @Override
+    public synchronized TmfEvent getNextEvent(TmfContext context) {
+        // parseEvent() does not update the context
+        TmfEvent event = parseEvent(context);
+        if (event != null) {
+            updateIndex(context, context.getRank(), event.getTimestamp());
+            context.setLocation(getCurrentLocation());
+            context.updateRank(1);
+            processEvent(event);
+        }
+        return event;
+    }
+
+    protected synchronized void updateIndex(ITmfContext context, long rank, TmfTimestamp timestamp) {
+        if (fStartTime.compareTo(timestamp, false) > 0)
+            fStartTime = timestamp;
+        if (fEndTime.compareTo(timestamp, false) < 0)
+            fEndTime = timestamp;
+        if (context.isValidRank()) {
+            if (fNbEvents <= rank)
+                fNbEvents = rank + 1;
+            // Build the index as we go along
+            if ((rank % fIndexPageSize) == 0) {
+                // Determine the table position
+                long position = rank / fIndexPageSize;
+                // Add new entry at proper location (if empty)
+                if (fCheckpoints.size() == position) {
+                    ITmfLocation<?> location = context.getLocation().clone();
+                    fCheckpoints.add(new TmfCheckpoint(timestamp.clone(), location));
+                    // System.out.println(getName() + "[" + (fCheckpoints.size()
+                    // - 1) + "] " + timestamp + ", " + location.toString());
+                }
+            }
+        }
+    }
+
+    /**
+     * Hook for special processing by the concrete class (called by getNextEvent())
+     * 
+     * @param event
+     */
+    protected void processEvent(TmfEvent event) {
+        // Do nothing by default
+    }
+
+    // ------------------------------------------------------------------------
+    // toString
+    // ------------------------------------------------------------------------
+
+    /* (non-Javadoc)
+     * @see java.lang.Object#toString()
+     */
+    @Override
+    @SuppressWarnings("nls")
+    public String toString() {
+        return "[TmfTrace (" + getName() + ")]";
+    }
+
+    // ------------------------------------------------------------------------
+    // Indexing
+    // ------------------------------------------------------------------------
+
+    /*
+     * The purpose of the index is to keep the information needed to rapidly
+     * restore the traces contexts at regular intervals (every INDEX_PAGE_SIZE
+     * event).
+     */
+
+    @SuppressWarnings({ "unchecked" })
+    protected void indexTrace(boolean waitForCompletion) {
+
+        final Job job = new Job("Indexing " + getName() + "...") { //$NON-NLS-1$ //$NON-NLS-2$
+            @Override
+            protected IStatus run(IProgressMonitor monitor) {
+                while (!monitor.isCanceled()) {
+                    try {
+                        Thread.sleep(100);
+                    } catch (InterruptedException e) {
+                        return Status.OK_STATUS;
+                    }
+                }
+                monitor.done();
+                return Status.OK_STATUS;
+            }
+        };
+        job.schedule();
+
+        fCheckpoints.clear();
+        ITmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, TmfTimeRange.Eternity, TmfDataRequest.ALL_DATA,
+                fIndexPageSize, ITmfDataRequest.ExecutionType.BACKGROUND) {
+
+            TmfTimestamp startTime = null;
+            TmfTimestamp lastTime = null;
+
+            @Override
+            public void handleData(TmfEvent event) {
+                super.handleData(event);
+                if (event != null) {
+                    TmfTimestamp ts = event.getTimestamp();
+                    if (startTime == null)
+                        startTime = new TmfTimestamp(ts);
+                    lastTime = new TmfTimestamp(ts);
+
+                    if ((getNbRead() % fIndexPageSize) == 0) {
+                        updateTrace();
+                    }
+                }
+            }
+
+            @Override
+            public void handleSuccess() {
+                updateTrace();
+            }
+
+            @Override
+            public void handleCompleted() {
+                job.cancel();
+                super.handleCompleted();
+            }
+
+            private void updateTrace() {
+                int nbRead = getNbRead();
+                if (nbRead != 0) {
+                    fStartTime = startTime;
+                    fEndTime = lastTime;
+                    fNbEvents = nbRead;
+                    notifyListeners();
+                }
+            }
+        };
+
+        sendRequest((ITmfDataRequest<T>) request);
+        if (waitForCompletion)
+            try {
+                request.waitForCompletion();
+            } catch (InterruptedException e) {
+                e.printStackTrace();
+            }
+    }
+
+    protected void notifyListeners() {
+        broadcast(new TmfTraceUpdatedSignal(this, this, new TmfTimeRange(fStartTime, fEndTime)));
+    }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/uml2sd/ITmfAsyncSequenceDiagramEvent.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/uml2sd/ITmfAsyncSequenceDiagramEvent.java
new file mode 100644 (file)
index 0000000..74b7ac4
--- /dev/null
@@ -0,0 +1,21 @@
+/**********************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors: 
+ *   Bernd Hufmann - Initial API and implementation
+ **********************************************************************/
+package org.eclipse.linuxtools.tmf.core.uml2sd;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+public interface ITmfAsyncSequenceDiagramEvent extends ITmfSyncSequenceDiagramEvent {
+    /**
+     * @return End timestamp of message (i.e. receive time)
+     */
+    public TmfTimestamp getEndTime();
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/uml2sd/ITmfSyncSequenceDiagramEvent.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/uml2sd/ITmfSyncSequenceDiagramEvent.java
new file mode 100644 (file)
index 0000000..e13b007
--- /dev/null
@@ -0,0 +1,37 @@
+/**********************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors: 
+ *   Bernd Hufmann - Initial API and implementation
+ **********************************************************************/
+package org.eclipse.linuxtools.tmf.core.uml2sd;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+public interface ITmfSyncSequenceDiagramEvent {
+    
+    /**
+     * @return Name of message
+     */
+    public String getName();
+    
+    /**
+     * @return name of sender of message
+     */
+    public String getSender();
+    
+    /**
+     * @return Name of receiver of message
+     */
+    public String getReceiver();
+
+    /**
+     * @return Start timestamp of message (i.e. send time)
+     */
+    public TmfTimestamp getStartTime();
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/uml2sd/TmfAsyncSequenceDiagramEvent.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/uml2sd/TmfAsyncSequenceDiagramEvent.java
new file mode 100644 (file)
index 0000000..0ddee4e
--- /dev/null
@@ -0,0 +1,54 @@
+/**********************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors: 
+ *   Bernd Hufmann - Initial API and implementation
+ **********************************************************************/
+package org.eclipse.linuxtools.tmf.core.uml2sd;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+/**
+ * <b><u>TmfAsyncSequenceDiagramEvent</u></b>
+ * <p>
+ * Sample implementation of the ITmfAsyncSequenceDiagramEvent
+ * </p>
+ */
+public class TmfAsyncSequenceDiagramEvent extends TmfSyncSequenceDiagramEvent implements ITmfAsyncSequenceDiagramEvent {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+    final protected TmfTimestamp fEndTime;
+    
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------    
+    public TmfAsyncSequenceDiagramEvent(TmfEvent startEvent, TmfEvent endEvent, String sender, String receiver, String name) {
+        super(startEvent, sender, receiver, name);
+        
+        if (endEvent == null) {
+            throw new IllegalArgumentException("TmfAsyncSequenceDiagramEvent constructor: endEvent=null"); //$NON-NLS-1$
+        }
+        fEndTime = endEvent.getTimestamp().clone(); 
+    }
+
+    // ------------------------------------------------------------------------
+    // Operations
+    // ------------------------------------------------------------------------    
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.tmf.uml2sd.ITmfAsyncSequenceDiagramEvent#getEndTime()
+     */
+    @Override
+    public TmfTimestamp getEndTime() {
+        return fEndTime;
+    }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/uml2sd/TmfSyncSequenceDiagramEvent.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/uml2sd/TmfSyncSequenceDiagramEvent.java
new file mode 100644 (file)
index 0000000..4a16c78
--- /dev/null
@@ -0,0 +1,92 @@
+/**********************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors: 
+ *   Bernd Hufmann - Initial API and implementation
+ **********************************************************************/
+package org.eclipse.linuxtools.tmf.core.uml2sd;
+
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+
+/**
+ * <b><u>TmfSyncSequenceDiagramEvent</u></b>
+ * <p>
+ * Sample implementation of the ITmfSyncSequenceDiagramEvent
+ * </p>
+ */
+public class TmfSyncSequenceDiagramEvent implements ITmfSyncSequenceDiagramEvent {
+
+    // ------------------------------------------------------------------------
+    // Attributes
+    // ------------------------------------------------------------------------
+    final protected TmfTimestamp fStartTime;
+    final protected String fSender;
+    final protected String fReceiver;
+    final protected String fName;
+    
+    // ------------------------------------------------------------------------
+    // Constructors
+    // ------------------------------------------------------------------------    
+    public TmfSyncSequenceDiagramEvent(TmfEvent startEvent, String sender, String receiver, String name) {
+
+        if (startEvent == null || sender == null || receiver == null || name == null) {
+            throw new IllegalArgumentException("TmfSyncSequenceDiagramEvent constructor: " +  //$NON-NLS-1$
+                    (startEvent == null ? ", startEvent=null" : "") + //$NON-NLS-1$ //$NON-NLS-2$
+                    (sender == null ? ", sender=null" : "") + //$NON-NLS-1$ //$NON-NLS-2$
+                    (receiver == null ? ", receiver=null" : "") + //$NON-NLS-1$ //$NON-NLS-2$
+                    (name == null ? ", name=null" : "")); //$NON-NLS-1$ //$NON-NLS-2$
+        }
+
+        fStartTime = startEvent.getTimestamp().clone();
+
+        fSender = sender;
+        fReceiver = receiver;
+        
+        fName = name;
+    }
+
+    // ------------------------------------------------------------------------
+    // Operations
+    // ------------------------------------------------------------------------    
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.tmf.uml2sd.ITmfSyncSequenceDiagramEvent#getSender()
+     */
+    @Override
+    public String getSender() {
+        return fSender;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.tmf.uml2sd.ITmfSyncSequenceDiagramEvent#getReceiver()
+     */
+    @Override
+    public String getReceiver() {
+        return fReceiver;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.tmf.uml2sd.ITmfSyncSequenceDiagramEvent#getName()
+     */
+    @Override
+    public String getName() {
+        return fName;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.linuxtools.tmf.uml2sd.ITmfSyncSequenceDiagramEvent#getStartTime()
+     */
+    @Override
+    public TmfTimestamp getStartTime() {
+        return fStartTime;
+    }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/util/TmfFixedArray.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/util/TmfFixedArray.java
new file mode 100755 (executable)
index 0000000..140c799
--- /dev/null
@@ -0,0 +1,250 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Godin (copelnug@gmail.com)        - Initial design and implementation
+ *   Mathieu Denis  (mathieu.denis@polymtl.ca)  - Correction and refactoring
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.util;
+
+import java.lang.reflect.Array;
+import java.util.AbstractList;
+import java.util.Arrays;
+import java.util.List;
+import java.util.RandomAccess;
+
+/**
+ * <h4>Allow to create a List object that contain an already existing array.</h4>
+ * <p>Works like {@link java.util.Arrays#asList} but offers more functions : 
+ * <ul>
+ *  <li>{@link #hashCode()}</li>
+ *  <li>{@link #equals(Object)}</li>
+ * </ul></p>
+ * <p>Those functions allow to use the FixedArray as the key of a {@link java.util.HashMap}.</p>
+ *
+ * @param <T> Type of the array content.
+ */
+public final class TmfFixedArray<T> extends AbstractList<T> implements RandomAccess {
+    /**
+     * Replace {@link java.util.Arrays#copyOf(Object[], int)} that do not exist in java 5.
+     * @param <E> Content of the array.
+     * @param array Original array to copy from.
+     * @param newLength Length of the copy to be returned.
+     * @return A new array consisting of the elements specified.
+     */
+    @SuppressWarnings("unchecked")
+    private static <E> E[] copyOf(final E[] array, int newLength) {
+        E[] result = (E[])Array.newInstance(array.getClass().getComponentType(), newLength); // Is it useful to use newInstance?
+        System.arraycopy(array, 0, result, 0, Math.min(array.length, newLength));
+        return result;
+    }
+    /**
+     * Replace {@link java.util.Arrays#copyOf(Object[], int, Class)} that do not exist in java 5.
+     * @param <E> Content of the array.
+     * @param array Original array to copy from.
+     * @param newLength Length of the copy to be returned.
+     * @param newType Type of the array to be returned.
+     * @return A new array consisting of the elements specified.
+     */
+    @SuppressWarnings("unchecked")
+    private static <E, U> E[] copyOf(final U[] array, int newLength, Class<? extends E[]> newType) {
+        E[] result = (E[])Array.newInstance(newType.getComponentType(), newLength);
+        System.arraycopy(array, 0, result, 0, Math.min(array.length, newLength));
+        return result;
+    }
+    /**
+     * Replace {@link java.util.Arrays#copyOfRange(Object[], int, int)} that do not exist in java 5.
+     * @param <E> Content of the array.
+     * @param array Original array to copy from.
+     * @param start Starting position of the range, inclusive.
+     * @param end Ending position of the range, exclusive.
+     * @return A new array consisting of the elements specified. The length of the new array is equal to end-start
+     */
+    @SuppressWarnings("unchecked")
+    private static <E> E[] copyOfRange(final E[] array, int start, int end) {
+        E[] result = (E[])Array.newInstance(array.getClass().getComponentType(), end - start);
+        System.arraycopy(array, start, result, 0, end - start);
+        return result;
+    }
+    /**
+     * The array.
+     */
+    private final T[] fArray;
+    /**
+     * Constructor.
+     * @param array Array to use. WILL NOT BE COPIED.
+     */
+    public TmfFixedArray(final T... array) {
+        fArray = array; 
+    }
+    /**
+     * Append a FixedArray to this FixedArray.
+     * @param value The FixedArray to append.
+     * @return A new FixedArray with the elements of the two FixedArray.
+     */
+    public TmfFixedArray<T> append(final TmfFixedArray<T> value) {
+        TmfFixedArray<T> result = new TmfFixedArray<T>(copyOf(fArray, fArray.length + value.size()));
+        System.arraycopy(value.fArray, 0, result.fArray, fArray.length, value.fArray.length);
+        return result;
+    }
+    /**
+     * Append in order many FixedArray to this FixedArray.
+     * @param values The FixedArrays to append.
+     * @return A new FixedArray with the element of all the FixedArray.
+     */
+    public TmfFixedArray<T> append(final TmfFixedArray<T>... values) {
+        int newLength = 0;
+        for(TmfFixedArray<T> value : values)
+            newLength += value.size();
+                TmfFixedArray<T> result = new TmfFixedArray<T>(copyOf(fArray, fArray.length + newLength));
+        newLength = fArray.length;
+        for(TmfFixedArray<T> value : values)
+        {
+            System.arraycopy(value.fArray, 0, result.fArray, newLength, value.fArray.length);
+            newLength += value.fArray.length;
+        }
+        return result;
+    }
+    /**
+     * Append an element to the array.
+     * @param value Element to append.
+     * @return A new FixedArray with the element appended.
+     */
+    public TmfFixedArray<T> append(final T value) {
+        TmfFixedArray<T> result = new TmfFixedArray<T>(copyOf(fArray, fArray.length + 1));
+        result.set(fArray.length, value);
+        return result;
+    }
+    /**
+     * Append an array of element to the array.
+     * @param values Elements array to append.
+     * @return A new FixedArray with the elements appended.
+     */
+    public TmfFixedArray<T> append(final T... values) {
+        TmfFixedArray<T> result = new TmfFixedArray<T>(copyOf(fArray, fArray.length + values.length));
+        for(int i = 0; i < values.length; ++i)
+            result.set(fArray.length + i, values[i]);
+        return result;
+    }
+    /*
+     * (non-Javadoc)
+     * @see java.lang.Object#clone()
+     */
+    @Override
+    public Object clone()
+    {
+        return new TmfFixedArray<T>(copyOf(fArray, fArray.length));
+    }
+    /*
+     * (non-Javadoc)
+     * @see java.util.AbstractList#equals(java.lang.Object)
+     */
+    @Override
+    public boolean equals(Object o) {
+        if(o instanceof TmfFixedArray<?>)
+            return Arrays.equals(fArray, ((TmfFixedArray<?>)o).fArray);
+        if(!(o instanceof List))
+            return false;
+        for(int i = 0; i < fArray.length; ++i)
+            if(!fArray[i].equals((List<?>)o))
+                return false;
+        return true;
+    }
+    /*
+     * (non-Javadoc)
+     * @see java.util.AbstractList#get(int)
+     */
+    @Override
+    public T get(int index) {
+        return fArray[index];
+    }
+    /**
+     * Get the array reference.
+     * @return The array reference.
+     * @see #toArray FixedArray.toArray() to get a copy of the array.
+     */
+    public T[] getArray() {
+        return fArray;
+    }
+    /*
+     * (non-Javadoc)
+     * @see java.util.AbstractList#hashCode()
+     */
+    @Override
+    public int hashCode() {
+        return Arrays.hashCode(fArray);
+    }
+    /*
+     * (non-Javadoc)
+     * @see java.util.AbstractList#set(int, java.lang.Object)
+     */
+    @Override
+    public T set(int index, T element) {
+        T temp = fArray[index];
+        fArray[index] = element;
+        return temp;
+    }
+    /*
+     * (non-Javadoc)
+     * @see java.util.AbstractCollection#size()
+     */
+    @Override
+    public int size() {
+        return fArray.length;
+    }
+    /**
+     * Get a array covering only a part of the array.
+     * @param start Starting position of the new array.
+     * @return A new array covering the elements specified.
+     */
+    public TmfFixedArray<T> subArray(int start) {
+        return new TmfFixedArray<T>(copyOfRange(fArray, start, fArray.length));
+    }
+    /**
+     * Get a array covering only a part of the array.
+     * @param start Starting position of the new array.
+     * @param length Number of element to include in the new array.
+     * @return A new array covering the elements specified.
+     */
+    public TmfFixedArray<T> subArray(int start, int length) {
+        return new TmfFixedArray<T>(copyOfRange(fArray, start, length + start));
+    }
+    /*
+     * (non-Javadoc)
+     * @see java.util.AbstractCollection#toArray()
+     */
+    @Override
+    public T[] toArray()
+    {
+        return copyOf(fArray, fArray.length);
+    }
+    /*
+     * (non-Javadoc)
+     * @see java.util.AbstractCollection#toArray(T[])
+     */
+    @Override
+    @SuppressWarnings("unchecked")
+    public <E> E[] toArray(E[] array)
+    {
+        if(array.length < fArray.length)
+            return copyOf(fArray, fArray.length,(Class<? extends E[]>)array.getClass());
+        System.arraycopy(fArray, 0, array, 0, fArray.length);
+        if(array.length > fArray.length)
+            array[fArray.length] = null;
+        return array;
+    }
+    /*
+     * (non-Javadoc)
+     * @see java.util.AbstractCollection#toString()
+     */
+    @Override
+    public String toString() {
+        return Arrays.toString(fArray);
+    }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/util/TmfSortedArrayList.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/util/TmfSortedArrayList.java
new file mode 100644 (file)
index 0000000..fa52bdb
--- /dev/null
@@ -0,0 +1,36 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Francois Chouinard - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.util;
+
+import java.util.ArrayList;
+
+/**
+ * <b><u>TmfSortedArrayList</u></b>
+ * <p>
+ */
+
+public class TmfSortedArrayList<T> extends ArrayList<T> {
+    private static final long serialVersionUID = 1L;
+
+    @SuppressWarnings("unchecked")
+    public void insertSorted(T value) {
+        add(value);
+        Comparable<T> cmp = (Comparable<T>) value;
+        for (int pos = size() - 1; pos > 0 && cmp.compareTo(get(pos - 1)) < 0; pos--) {
+            T tmp = get(pos);
+            set(pos, get(pos - 1));
+            set(pos - 1, tmp);
+        }
+    }
+
+}
diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/util/TmfTraceType.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/util/TmfTraceType.java
new file mode 100644 (file)
index 0000000..305f958
--- /dev/null
@@ -0,0 +1,63 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Patrick Tasse - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.tmf.core.util;
+
+import java.util.LinkedList;
+import java.util.List;
+
+import org.eclipse.core.runtime.IConfigurationElement;
+import org.eclipse.core.runtime.Platform;
+
+public class TmfTraceType {
+
+    // Extension point ID
+    public static final String TMF_TRACE_TYPE_ID = "org.eclipse.linuxtools.tmf.tracetype"; //$NON-NLS-1$
+
+    // Extension point elements
+    public static final String CATEGORY_ELEM = "category"; //$NON-NLS-1$
+    public static final String TYPE_ELEM = "type"; //$NON-NLS-1$
+    public static final String DEFAULT_EDITOR_ELEM = "defaultEditor"; //$NON-NLS-1$
+    public static final String EVENTS_TABLE_TYPE_ELEM = "eventsTableType"; //$NON-NLS-1$
+
+    // Extension point attributes
+    public static final String ID_ATTR = "id"; //$NON-NLS-1$
+    public static final String NAME_ATTR = "name"; //$NON-NLS-1$
+    public static final String CATEGORY_ATTR = "category"; //$NON-NLS-1$
+    public static final String TRACE_TYPE_ATTR = "trace_type"; //$NON-NLS-1$
+    public static final String EVENT_TYPE_ATTR = "event_type"; //$NON-NLS-1$
+    public static final String ICON_ATTR = "icon"; //$NON-NLS-1$
+    public static final String CLASS_ATTR = "class"; //$NON-NLS-1$
+
+    public static String getCategoryName(String categoryId) {
+        IConfigurationElement[] elements = Platform.getExtensionRegistry()
+                .getConfigurationElementsFor(TMF_TRACE_TYPE_ID);
+        for (IConfigurationElement element : elements) {
+            if (element.getName().equals(CATEGORY_ELEM) && categoryId.equals(element.getAttribute(ID_ATTR))) {
+                return element.getAttribute(NAME_ATTR);
+            }
+        }
+        return ""; //$NON-NLS-1$
+    }
+
+    public static IConfigurationElement[] getTypeElements() {
+        IConfigurationElement[] elements = Platform.getExtensionRegistry()
+                .getConfigurationElementsFor(TMF_TRACE_TYPE_ID);
+        List<IConfigurationElement> typeElements = new LinkedList<IConfigurationElement>();
+        for (IConfigurationElement element : elements) {
+            if (element.getName().equals(TYPE_ELEM)) {
+                typeElements.add(element);
+            }
+        }
+        return typeElements.toArray(new IConfigurationElement[0]);
+    }
+}
diff --git a/org.eclipse.linuxtools.tmf.core/traceset/.gitignore b/org.eclipse.linuxtools.tmf.core/traceset/.gitignore
new file mode 100644 (file)
index 0000000..cbd138f
--- /dev/null
@@ -0,0 +1,2 @@
+/trace-15316events_nolost_newformat
+/trace-15471events_nolost_newformat
diff --git a/org.eclipse.linuxtools.tmf.tests/.classpath b/org.eclipse.linuxtools.tmf.tests/.classpath
deleted file mode 100644 (file)
index 2a987e2..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-       <classpathentry kind="src" path="src"/>
-       <classpathentry kind="src" path="stubs"/>
-       <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/org.eclipse.linuxtools.tmf.tests/.gitignore b/org.eclipse.linuxtools.tmf.tests/.gitignore
deleted file mode 100644 (file)
index 8d94ef8..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-bin
-@dot
-javaCompiler...args
-build.xml
-target
diff --git a/org.eclipse.linuxtools.tmf.tests/.options b/org.eclipse.linuxtools.tmf.tests/.options
deleted file mode 100644 (file)
index 290591c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-org.eclipse.linuxtools.tmf/error=false
-org.eclipse.linuxtools.tmf/warning=false
-org.eclipse.linuxtools.tmf/info=false
-
-org.eclipse.linuxtools.tmf/component=false
-org.eclipse.linuxtools.tmf/request=false
-org.eclipse.linuxtools.tmf/signals=false
-org.eclipse.linuxtools.tmf/event=false
diff --git a/org.eclipse.linuxtools.tmf.tests/.project b/org.eclipse.linuxtools.tmf.tests/.project
deleted file mode 100644 (file)
index 64d3b0f..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.eclipse.linuxtools.tmf.core.tests</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>
diff --git a/org.eclipse.linuxtools.tmf.tests/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.linuxtools.tmf.tests/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644 (file)
index d97d669..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#Thu Nov 18 17:15:23 EST 2010
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/org.eclipse.linuxtools.tmf.tests/ChangeLog b/org.eclipse.linuxtools.tmf.tests/ChangeLog
deleted file mode 100644 (file)
index abccc44..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-2010-11-09  Francois Chouinard  <fchouinard@gmail.com>
-
-    Suppress warning for non-externalized strings
-          * src/org/eclipse/linuxtools/tmf/tests/component/TmfEventProviderTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/component/TmfProviderManagerTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/event/AllTests.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/event/TmfEventContentTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/event/TmfEventFieldTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/event/TmfEventReferenceTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/event/TmfEventSourceTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/event/TmfEventTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/event/TmfEventTypeTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/event/TmfTimeRangeTest.java (TmfTimeRangeTest): 
-          * src/org/eclipse/linuxtools/tmf/tests/event/TmfTimestampTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/event/TmfTraceEventTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/experiment/AllTests.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/experiment/TmfExperimentTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/experiment/TmfMultiTraceExperimentTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/request/AllTests.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/request/TmfCoalescedDataRequestTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/request/TmfCoalescedEventRequestTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/request/TmfDataRequestTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/request/TmfEventRequestTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/request/TmfRequestExecutorTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/TmfCorePluginTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/TmfCoreTestPlugin.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/trace/AllTests.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/trace/TmfCheckpointTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/trace/TmfContextTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/trace/TmfExperimentTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/trace/TmfLocationTest.java: 
-          * src/org/eclipse/linuxtools/tmf/tests/trace/TmfTraceTest.java: 
-          * stubs/org/eclipse/linuxtools/tmf/component/TmfClientStub.java: 
-          * stubs/org/eclipse/linuxtools/tmf/component/TmfDataProviderStub.java: 
-          * stubs/org/eclipse/linuxtools/tmf/component/TmfEventProviderStub.java: 
-          * stubs/org/eclipse/linuxtools/tmf/component/TmfSyntheticEventProviderStub.java: 
-          * stubs/org/eclipse/linuxtools/tmf/CreateTestFiles.java: 
-          * stubs/org/eclipse/linuxtools/tmf/event/TmfEventContentStub.java: 
-          * stubs/org/eclipse/linuxtools/tmf/event/TmfEventTypeStub.java: 
-          * stubs/org/eclipse/linuxtools/tmf/trace/TmfEventParserStub.java: 
-          * stubs/org/eclipse/linuxtools/tmf/trace/TmfTraceStub.java: 
-
-2010-10-27  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/tests/component/TmfEventProviderTest.java: Augmented coalescing and cancelling tests 
-       * src/org/eclipse/linuxtools/tmf/tests/request/TmfCoalescedDataRequestTest.java: Ditto 
-
-2010-10-13  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/tests/event/TmfEventContentTest.java: Added unit test for setEvent() 
-       * src/org/eclipse/linuxtools/tmf/tests/event/TmfTimeRangeTest.java: Adde unit test for getIntersection() 
-
-2010-09-09  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/tests/experiment/TmfExperimentTest.java: Added a few checks
-
-2010-07-28  Francois Chouinard  <fchouinard@gmail.com>
-
-       * stubs/org/eclipse/linuxtools/tmf/component/TmfSyntheticEventProviderStub.java: Missing @Override
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/META-INF/MANIFEST.MF b/org.eclipse.linuxtools.tmf.tests/META-INF/MANIFEST.MF
deleted file mode 100644 (file)
index 40a47cb..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name
-Bundle-SymbolicName: org.eclipse.linuxtools.tmf.core.tests;singleton:=true
-Bundle-Version: 0.4.0.qualifier
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Bundle-Vendor: %Bundle-Vendor
-Require-Bundle: org.junit;bundle-version="3.8.2",
- org.eclipse.core.runtime;bundle-version="3.7.0",
- org.eclipse.core.resources;bundle-version="3.7.100",
- org.eclipse.linuxtools.tmf.core;bundle-version="0.4.0"
-Bundle-Localization: plugin
-Bundle-ActivationPolicy: lazy
-Bundle-Activator: org.eclipse.linuxtools.tmf.tests.TmfCoreTestPlugin
-Export-Package: org.eclipse.linuxtools.tmf.trace;x-friends:="org.eclipse.linuxtools.tmf.ui.tests"
diff --git a/org.eclipse.linuxtools.tmf.tests/build.properties b/org.eclipse.linuxtools.tmf.tests/build.properties
deleted file mode 100644 (file)
index 686ec8f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-source.. = stubs/,\
-           src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .,\
-               plugin.properties,\
-               test.xml,\
-               testfiles/
diff --git a/org.eclipse.linuxtools.tmf.tests/plugin.properties b/org.eclipse.linuxtools.tmf.tests/plugin.properties
deleted file mode 100644 (file)
index c92c109..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#Properties file for org.eclipse.linuxtools.tmf.tests
-Bundle-Vendor = Eclipse Linux Tools
-Bundle-Name = TMF Core Unit Test Suite
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/pom.xml b/org.eclipse.linuxtools.tmf.tests/pom.xml
deleted file mode 100644 (file)
index f3438d6..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Copyright (C) 2011, Red Hat, Inc. and others
-
-   All rights reserved. This program and the accompanying materials
-   are made available under the terms of the Eclipse Public License v1.0
-   which accompanies this distribution, and is available at
-   http://www.eclipse.org/legal/epl-v10.html
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>linuxtools-lttng-parent</artifactId>
-    <groupId>org.eclipse.linuxtools.lttng</groupId>
-    <version>0.10.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>org.eclipse.linuxtools.tmf.core.tests</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-
-  <name>Linux Tools LTTng TMF Core Unit Test Suite</name>
-
- <build>
-     <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
-     <resources>
-      <resource>
-        <directory>src</directory>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-surefire-plugin</artifactId>
-        <version>${tycho-version}</version>
-        <configuration>
-          <testSuite>org.eclipse.linuxtools.tmf.core.tests</testSuite>
-          <testClass>org.eclipse.linuxtools.tmf.tests.AllTmfCoreTests</testClass>
-          <useUIHarness>false</useUIHarness>
-          <useUIThread>false</useUIThread>
-          <product>org.eclipse.sdk.ide</product>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
- <groupId>org.eclipse.linuxtools.tmf</groupId>
-</project>
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/AllTmfCoreTests.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/AllTmfCoreTests.java
deleted file mode 100644 (file)
index c4ffe55..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-/**
- * <b><u>AllTmfCoreTests</u></b>
- * <p>
- * Master test suite for TMF Core.
- */
-public class AllTmfCoreTests {
-
-       public static Test suite() {
-               TestSuite suite = new TestSuite(AllTmfCoreTests.class.getName());
-               //$JUnit-BEGIN$
-               suite.addTestSuite(TmfCorePluginTest.class);
-               suite.addTest(org.eclipse.linuxtools.tmf.tests.event.AllTests.suite());
-               suite.addTest(org.eclipse.linuxtools.tmf.tests.request.AllTests.suite());
-               suite.addTest(org.eclipse.linuxtools.tmf.tests.component.AllTests.suite());
-               suite.addTest(org.eclipse.linuxtools.tmf.tests.trace.AllTests.suite());
-               suite.addTest(org.eclipse.linuxtools.tmf.tests.experiment.AllTests.suite());
-               suite.addTest(org.eclipse.linuxtools.tmf.tests.uml2sd.AllTests.suite());
-               suite.addTest(org.eclipse.linuxtools.tmf.tests.util.AllTests.suite());
-               //$JUnit-END$
-               return suite;
-       }
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/TmfCorePluginTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/TmfCorePluginTest.java
deleted file mode 100644 (file)
index 068ae1e..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests;
-
-import org.eclipse.linuxtools.tmf.TmfCorePlugin;
-
-import junit.framework.TestCase;
-
-/**
- * <b><u>TmfCorePluginTest</u></b>
- * <p>
- * Test the TMF core plug-in activator
- */
-@SuppressWarnings("nls")
-public class TmfCorePluginTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-    // Attributes
-       // ------------------------------------------------------------------------
-
-       // Plug-in instantiation
-       static final TmfCorePlugin fPlugin = new TmfCorePlugin();
-       
-       // ------------------------------------------------------------------------
-    // Housekeping
-       // ------------------------------------------------------------------------
-
-       /**
-        * @param name the test name
-        */
-       public TmfCorePluginTest(String name) {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-       // ------------------------------------------------------------------------
-    // Test cases
-       // ------------------------------------------------------------------------
-
-       public void testTmfCorePluginId() throws Exception {
-               assertEquals("Plugin ID", "org.eclipse.linuxtools.tmf", TmfCorePlugin.PLUGIN_ID);
-       }
-
-       public void testGetDefault() throws Exception {
-               TmfCorePlugin plugin = TmfCorePlugin.getDefault();
-               assertEquals("getDefault()", plugin, fPlugin);
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/TmfCoreTestPlugin.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/TmfCoreTestPlugin.java
deleted file mode 100644 (file)
index 316e7fc..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests;
-
-import org.eclipse.core.runtime.Plugin;
-import org.eclipse.linuxtools.tmf.Tracer;
-import org.osgi.framework.BundleContext;
-
-/**
- * <b><u>TmfTestPlugin</u></b>
- * <p>
- * The activator class controls the plug-in life cycle
- */
-@SuppressWarnings("nls")
-public class TmfCoreTestPlugin extends Plugin {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-       // The plug-in ID
-       public static final String PLUGIN_ID = "org.eclipse.linuxtools.tmf.tests";
-
-       // The shared instance
-       private static TmfCoreTestPlugin fPlugin;
-       
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-       /**
-        * The constructor
-        */
-       public TmfCoreTestPlugin() {
-               setDefault(this);
-       }
-
-       // ------------------------------------------------------------------------
-    // Accessors
-       // ------------------------------------------------------------------------
-
-    /**
-     * @return the shared instance
-     */
-    public static TmfCoreTestPlugin getDefault() {
-        return fPlugin;
-    }
-
-       /**
-        * @param plugin the shared instance
-        */
-       private static void setDefault(TmfCoreTestPlugin plugin) {
-               fPlugin = plugin;
-       }
-
-       // ------------------------------------------------------------------------
-    // Operations
-       // ------------------------------------------------------------------------
-
-       @Override
-       public void start(BundleContext context) throws Exception {
-               super.start(context);
-               setDefault(this);
-               Tracer.init();
-       }
-
-       @Override
-       public void stop(BundleContext context) throws Exception {
-               Tracer.stop();
-               setDefault(null);
-               super.stop(context);
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/component/AllTests.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/component/AllTests.java
deleted file mode 100644 (file)
index 78a0532..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-package org.eclipse.linuxtools.tmf.tests.component;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-public class AllTests {
-
-       public static Test suite() {
-               TestSuite suite = new TestSuite(AllTests.class.getName());
-               //$JUnit-BEGIN$
-               suite.addTestSuite(TmfProviderManagerTest.class);
-               suite.addTestSuite(TmfEventProviderTest.class);
-               //$JUnit-END$
-               return suite;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/component/TmfEventProviderTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/component/TmfEventProviderTest.java
deleted file mode 100644 (file)
index b4b3068..0000000
+++ /dev/null
@@ -1,358 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.component;
-
-import java.io.IOException;
-import java.util.Vector;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.component.ITmfDataProvider;
-import org.eclipse.linuxtools.tmf.component.TmfEventProviderStub;
-import org.eclipse.linuxtools.tmf.component.TmfProviderManager;
-import org.eclipse.linuxtools.tmf.component.TmfSyntheticEventProviderStub;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfSyntheticEventStub;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.signal.TmfEndSynchSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfStartSynchSignal;
-import org.eclipse.linuxtools.tmf.trace.TmfTraceStub;
-
-/**
- * <b><u>TmfClientTest</u></b>
- * <p>
- * Test suite for the TmfEventProvider class.
- */
-@SuppressWarnings("nls")
-public class TmfEventProviderTest extends TestCase {
-
-    TmfEventProviderStub fEventProvider;
-    TmfSyntheticEventProviderStub fSyntheticEventProvider;
-
-    public TmfEventProviderTest(String name) throws IOException {
-        super(name);
-    }
-
-    @Override
-    protected void setUp() throws Exception {
-        super.setUp();
-        fEventProvider = new TmfEventProviderStub();
-        fSyntheticEventProvider = new TmfSyntheticEventProviderStub();
-    }
-
-    @Override
-    protected void tearDown() throws Exception {
-        super.tearDown();
-        fEventProvider.dispose();
-        fSyntheticEventProvider.dispose();
-    }
-
-    // ------------------------------------------------------------------------
-    // getProviders (more a sanity check than a test)
-    // ------------------------------------------------------------------------
-
-    @SuppressWarnings("unchecked")
-    public void testGetProviders() {
-
-        // There should be 2 TmfEvent providers: a TmfTraceStub and a
-        // TmfEventProviderStub
-        ITmfDataProvider<TmfEvent>[] eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
-        assertEquals("getProviders", 2, eventProviders.length);
-
-        eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfTraceStub.class);
-        assertEquals("getProviders", 1, eventProviders.length);
-
-        eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfEventProviderStub.class);
-        assertEquals("getProviders", 1, eventProviders.length);
-
-        // There should be 1 TmfSyntheticEventStub provider
-        eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfSyntheticEventStub.class);
-        assertEquals("getProviders", 1, eventProviders.length);
-    }
-
-    // ------------------------------------------------------------------------
-    // getSyntheticEvent
-    // ------------------------------------------------------------------------
-
-    @SuppressWarnings("unchecked")
-    public void testGetPlainEvents() {
-
-        final int BLOCK_SIZE = 100;
-        final int NB_EVENTS = 1000;
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-
-        // Get the TmfSyntheticEventStub provider
-        ITmfDataProvider<TmfEvent>[] eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class,
-                TmfEventProviderStub.class);
-        ITmfDataProvider<TmfEvent> provider = eventProviders[0];
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
-            @Override
-            public void handleData(TmfEvent event) {
-                super.handleData(event);
-                requestedEvents.add(event);
-            }
-        };
-
-        provider.sendRequest(request);
-        try {
-            request.waitForCompletion();
-            assertEquals("nbEvents", NB_EVENTS, requestedEvents.size());
-            assertTrue("isCompleted", request.isCompleted());
-            assertFalse("isCancelled", request.isCancelled());
-
-            // Make that we have distinct events.
-            // Don't go overboard: we are not validating the stub!
-            for (int i = 0; i < NB_EVENTS; i++) {
-                assertEquals("Distinct events", i + 1, requestedEvents.get(i).getTimestamp().getValue());
-            }
-        } catch (InterruptedException e) {
-            fail();
-        }
-    }
-
-    @SuppressWarnings("unchecked")
-    public void testCancelRequests() {
-
-        final int BLOCK_SIZE = 100;
-        final int NB_EVENTS = 1000;
-        final int NUMBER_EVENTS_BEFORE_CANCEL_REQ1 = 10;
-        final int NUMBER_EVENTS_BEFORE_CANCEL_REQ2 = 800;
-
-        final Vector<TmfEvent> requestedEventsReq1 = new Vector<TmfEvent>();
-        final Vector<TmfEvent> requestedEventsReq2 = new Vector<TmfEvent>();
-
-        // Get the TmfSyntheticEventStub provider
-        ITmfDataProvider<TmfEvent>[] eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class,
-                TmfEventProviderStub.class);
-        ITmfDataProvider<TmfEvent> provider = eventProviders[0];
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-
-        // Create first request
-        final TmfEventRequest<TmfEvent> request1 = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
-            @Override
-            public void handleData(TmfEvent event) {
-                super.handleData(event);
-                requestedEventsReq1.add(event);
-
-                // cancel sub request
-                if (getNbRead() == NUMBER_EVENTS_BEFORE_CANCEL_REQ1) {
-                    cancel();
-                }
-            }
-        };
-
-        // Synchronize requests
-        ((TmfEventProviderStub) provider).startSynch(new TmfStartSynchSignal(0));
-
-        // Additionally, notify provider for up-coming requests
-        provider.notifyPendingRequest(true);
-
-        // Call sendRequest, which will create a coalescing request, but it
-        // doesn't send request1 yet
-        provider.sendRequest(request1);
-
-        // Check if request1 is not running yet.
-        assertFalse("isRunning", request1.isRunning());
-
-        // Create second request
-        final TmfEventRequest<TmfEvent> request2 = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
-            @Override
-            public void handleData(TmfEvent event) {
-                super.handleData(event);
-                requestedEventsReq2.add(event);
-
-                // cancel sub request which will cancel also main request
-                if (getNbRead() == NUMBER_EVENTS_BEFORE_CANCEL_REQ2) {
-                    cancel();
-                }
-            }
-        };
-
-        // Call sendRequest, which will create a coalescing request, but it
-        // doesn't send request2 yet
-        provider.sendRequest(request2);
-
-        // Check if request1/2 is not running yet.
-        assertFalse("isRunning", request1.isRunning());
-        assertFalse("isRunning", request2.isRunning());
-
-        // Send end synch signal, however requests won't be sent
-        ((TmfEventProviderStub) provider).endSynch(new TmfEndSynchSignal(0));
-
-        // Check if request1/2 is not running yet.
-        assertFalse("isRunning", request1.isRunning());
-        assertFalse("isRunning", request2.isRunning());
-
-        // Finally, trigger sending of requests
-        provider.notifyPendingRequest(false);
-
-        try {
-
-            // Wait until requests start
-            request1.waitForStart();
-            request2.waitForStart();
-
-//             // Verify that the requests are running
-//             assertTrue("isRunning", request1.isRunning());
-//             assertTrue("isRunning", request2.isRunning());
-
-            request1.waitForCompletion();
-
-//             // Check if request2 is still running
-//            assertTrue("isRunning",  request2.isRunning());
-
-            // Verify result (request1)
-            assertEquals("nbEvents", NUMBER_EVENTS_BEFORE_CANCEL_REQ1, requestedEventsReq1.size());
-            assertTrue("isCompleted", request1.isCompleted());
-            assertTrue("isCancelled", request1.isCancelled());
-
-            request2.waitForCompletion();
-
-            // Verify result (request2)
-            assertEquals("nbEvents", NUMBER_EVENTS_BEFORE_CANCEL_REQ2, requestedEventsReq2.size());
-            assertTrue("isCompleted", request2.isCompleted());
-            assertTrue("isCancelled", request2.isCancelled());
-
-        } catch (InterruptedException e) {
-            fail();
-        }
-    }
-
-    @SuppressWarnings("unchecked")
-    private void getSyntheticData(final TmfTimeRange range, final int nbEvents, final int blockSize) throws InterruptedException {
-
-        final Vector<TmfSyntheticEventStub> requestedEvents = new Vector<TmfSyntheticEventStub>();
-
-        // Get the event provider
-        ITmfDataProvider<TmfSyntheticEventStub>[] eventProviders = (ITmfDataProvider<TmfSyntheticEventStub>[]) TmfProviderManager
-                .getProviders(TmfSyntheticEventStub.class);
-        ITmfDataProvider<TmfSyntheticEventStub> provider = eventProviders[0];
-
-        final TmfEventRequest<TmfSyntheticEventStub> request = new TmfEventRequest<TmfSyntheticEventStub>(TmfSyntheticEventStub.class, range,
-                nbEvents, blockSize) {
-            @Override
-            public void handleData(TmfSyntheticEventStub event) {
-                super.handleData(event);
-                requestedEvents.add(event);
-            }
-        };
-        provider.sendRequest(request);
-
-        request.waitForCompletion();
-        if (nbEvents != -1)
-            assertEquals("nbEvents", nbEvents, requestedEvents.size());
-        assertTrue("isCompleted", request.isCompleted());
-        assertFalse("isCancelled", request.isCancelled());
-
-        // For each base event, the stub will queue 2 identical synthetic events
-        // Ensure that the events are queued properly.
-        // Don't go overboard: we are not validating the stub!
-        for (int i = 0; i < (nbEvents / 2); i++) {
-            assertEquals("Distinct events", i + 1, requestedEvents.get(2 * i + 0).getTimestamp().getValue());
-            assertEquals("Distinct events", i + 1, requestedEvents.get(2 * i + 1).getTimestamp().getValue());
-        }
-    }
-
-    // The following tests are the same but for the size of the requested blocks
-    // with regards to the size of the TmfSyntheticEventProviderStub block
-    public void testGetSyntheticEvents_EqualBlockSizes() {
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        try {
-            getSyntheticData(range, 1000, TmfSyntheticEventProviderStub.BLOCK_SIZE);
-        } catch (InterruptedException e) {
-            fail();
-        }
-    }
-
-    public void testGetSyntheticEvents_SmallerBlock() {
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        try {
-            getSyntheticData(range, 1000, TmfSyntheticEventProviderStub.BLOCK_SIZE / 2);
-        } catch (InterruptedException e) {
-            fail();
-        }
-    }
-
-    public void testGetSyntheticEvents_LargerBlock() {
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        try {
-            getSyntheticData(range, 1000, TmfSyntheticEventProviderStub.BLOCK_SIZE * 2);
-        } catch (InterruptedException e) {
-            fail();
-        }
-    }
-
-    public void testGetSyntheticEvents_TimeRange() {
-        TmfTimestamp start = new TmfTimestamp(1, (byte) -3, 0);
-        TmfTimestamp end = new TmfTimestamp(1000, (byte) -3, 0);
-        TmfTimeRange range = new TmfTimeRange(start, end);
-        try {
-            getSyntheticData(range, -1, TmfSyntheticEventProviderStub.BLOCK_SIZE);
-        } catch (InterruptedException e) {
-            fail();
-        }
-    }
-
-//    public void testGetSyntheticEvents_WeirdTimeRange1() {
-//        TmfTimestamp start = TmfTimestamp.BigBang;
-//        TmfTimestamp end = TmfTimestamp.Zero; // new TmfTimestamp(0, (byte) -3,
-//                                              // 0);
-//        TmfTimeRange range = new TmfTimeRange(start, end);
-//        try {
-//            getSyntheticData(range, -1, TmfSyntheticEventProviderStub.BLOCK_SIZE);
-//        } catch (InterruptedException e) {
-//            fail();
-//        }
-//    }
-
-//    public void testGetSyntheticEvents_WeirdTimeRange2() {
-//        TmfTimestamp start = TmfTimestamp.Zero; // new TmfTimestamp(0, (byte)
-//                                                // -3, 0);
-//        TmfTimestamp end = TmfTimestamp.BigCrunch;
-//        TmfTimeRange range = new TmfTimeRange(start, end);
-//        try {
-//            getSyntheticData(range, -1, TmfSyntheticEventProviderStub.BLOCK_SIZE);
-//        } catch (InterruptedException e) {
-//            fail();
-//        }
-//    }
-
-    // ------------------------------------------------------------------------
-    // getProviders (more a sanity check than a test)
-    // ------------------------------------------------------------------------
-
-    @SuppressWarnings("unchecked")
-    public void testGetProviders2() {
-
-        // There should be 2 TmfEvent providers: a TmfTraceStub and a
-        // TmfEventProviderStub
-        ITmfDataProvider<TmfEvent>[] eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
-        assertEquals("getProviders", 2, eventProviders.length);
-
-        eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfTraceStub.class);
-        assertEquals("getProviders", 1, eventProviders.length);
-
-        eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfEventProviderStub.class);
-        assertEquals("getProviders", 1, eventProviders.length);
-
-        // There should be 1 TmfSyntheticEventStub provider
-        eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfSyntheticEventStub.class);
-        assertEquals("getProviders", 1, eventProviders.length);
-    }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/component/TmfProviderManagerTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/component/TmfProviderManagerTest.java
deleted file mode 100644 (file)
index 366816f..0000000
+++ /dev/null
@@ -1,322 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.component;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.component.TmfDataProvider;
-import org.eclipse.linuxtools.tmf.component.TmfProviderManager;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-import org.eclipse.linuxtools.tmf.trace.ITmfContext;
-
-/**
- * <b><u>TmfProviderManagerTest</u></b>
- * <p>
- * Test suite for the TmfProviderManager class.
- */
-@SuppressWarnings("nls")
-public class TmfProviderManagerTest extends TestCase {
-
-       public TmfProviderManagerTest(String name) {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-       // ------------------------------------------------------------------------
-       // Dummy Providers
-       // ------------------------------------------------------------------------
-       
-       public class TestProvider1 extends TmfDataProvider<TmfEvent> {
-               public TestProvider1(Class<TmfEvent> type) {
-                       super("TestProvider1", type);
-               }
-               @Override
-               public ITmfContext armRequest(ITmfDataRequest<TmfEvent> request) {
-                       return null;
-               }
-               @Override
-               public TmfEvent getNext(ITmfContext context) {
-                       return null;
-               }
-               @Override
-               public boolean isCompleted(ITmfDataRequest<TmfEvent> request, TmfEvent data, int nbRead) {
-                       return false;
-               }
-       }
-
-       public class TestProvider2 extends TmfDataProvider<TmfEvent> {
-               public TestProvider2(Class<TmfEvent> type) {
-                       super("TestProvider2", type);
-               }
-               @Override
-               public ITmfContext armRequest(ITmfDataRequest<TmfEvent> request) {
-                       return null;
-               }
-               @Override
-               public TmfEvent getNext(ITmfContext context) {
-                       return null;
-               }
-               @Override
-               public boolean isCompleted(ITmfDataRequest<TmfEvent> request, TmfEvent data, int nbRead) {
-                       return false;
-               }
-       }
-
-       public class TmfEvent3 extends TmfEvent {
-               public TmfEvent3(TmfEvent3 other) {
-                       super(other);
-               }
-       }
-
-       public class TestProvider3 extends TmfDataProvider<TmfEvent3> {
-               public TestProvider3(Class<TmfEvent3> type) {
-                       super("TestProvider3", type);
-               }
-               @Override
-               public ITmfContext armRequest(ITmfDataRequest<TmfEvent3> request) {
-                       return null;
-               }
-               @Override
-               public TmfEvent3 getNext(ITmfContext context) {
-                       return null;
-               }
-               @Override
-               public boolean isCompleted(ITmfDataRequest<TmfEvent3> request, TmfEvent3 data, int nbRead) {
-                       return false;
-               }
-       }
-
-       // ------------------------------------------------------------------------
-       // register/dispose
-       // ------------------------------------------------------------------------
-
-       @SuppressWarnings("unchecked")
-       public void testRegister_0() {
-               TmfDataProvider<TmfEvent>[] providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
-               assertEquals("getProviders", 0, providers.length);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
-               assertEquals("getProviders", 0, providers.length);
-       }
-
-       @SuppressWarnings("unchecked")
-       public void testRegister_Unregister_1() {
-
-               // Register a single provider
-               TestProvider1 testProvider1 = new TestProvider1(TmfEvent.class);
-
-               TmfDataProvider<TmfEvent>[] providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
-               assertEquals("getProviders", 1, providers.length);
-               assertEquals("getProviders", testProvider1, providers[0]);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
-               assertEquals("getProviders", 1, providers.length);
-               assertEquals("getProviders", testProvider1, providers[0]);
-
-               // Unregister it
-               testProvider1.dispose();
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
-               assertEquals("getProviders", 0, providers.length);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
-               assertEquals("getProviders", 0, providers.length);
-       }
-
-       @SuppressWarnings("unchecked")
-       public void testRegister_Unregister_2() {
-
-               // Register 2 providers, same data type
-               TestProvider1 testProvider1 = new TestProvider1(TmfEvent.class);
-               TestProvider2 testProvider2 = new TestProvider2(TmfEvent.class);
-
-               TmfDataProvider<TmfEvent>[] providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
-               assertEquals("getProviders", 2, providers.length);
-               assertTrue(providers.length == 2);
-               if (providers[0] == testProvider1) {
-                       assertEquals("getProviders", testProvider2, providers[1]);
-               }
-               else {
-                       assertEquals("getProviders", testProvider2, providers[0]);
-                       assertEquals("getProviders", testProvider1, providers[1]);
-               }
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
-               assertEquals("getProviders", 1, providers.length);
-               assertEquals("getProviders", testProvider1, providers[0]);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider2.class);
-               assertEquals("getProviders", 1, providers.length);
-               assertEquals("getProviders", testProvider2, providers[0]);
-
-               // Remove one
-               testProvider1.dispose();
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
-               assertEquals("getProviders", 1, providers.length);
-               assertEquals("getProviders", testProvider2, providers[0]);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
-               assertEquals("getProviders", 0, providers.length);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider2.class);
-               assertEquals("getProviders", 1, providers.length);
-               assertEquals("getProviders", testProvider2, providers[0]);
-
-               // Remove the other
-               testProvider2.dispose();
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
-               assertEquals("getProviders", 0, providers.length);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
-               assertEquals("getProviders", 0, providers.length);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider2.class);
-               assertEquals("getProviders", 0, providers.length);
-       }
-
-       @SuppressWarnings("unchecked")
-       public void testRegister_Unregister_3() {
-
-               // Register 3 providers, mixed data types
-               TestProvider1 testProvider1 = new TestProvider1(TmfEvent.class);
-               TestProvider2 testProvider2 = new TestProvider2(TmfEvent.class);
-               TestProvider3 testProvider3 = new TestProvider3(TmfEvent3.class);
-
-               TmfDataProvider<TmfEvent>[] providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
-               assertEquals("getProviders", 2, providers.length);
-               if (providers[0] == testProvider1) {
-                       assertEquals("getProviders", testProvider2, providers[1]);
-               }
-               else {
-                       assertEquals("getProviders", testProvider2, providers[0]);
-                       assertEquals("getProviders", testProvider1, providers[1]);
-               }
-
-               TmfDataProvider<TmfEvent3>[] providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class);
-               assertEquals("getProviders", 1, providers3.length);
-               assertEquals("getProviders", testProvider3, providers3[0]);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
-               assertEquals("getProviders", 1, providers.length);
-               assertEquals("getProviders", testProvider1, providers[0]);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider2.class);
-               assertEquals("getProviders", 1, providers.length);
-               assertEquals("getProviders", testProvider2, providers[0]);
-
-               providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class, TestProvider3.class);
-               assertEquals("getProviders", 1, providers3.length);
-               assertEquals("getProviders", testProvider3, providers3[0]);
-
-               // Remove one
-               testProvider1.dispose();
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
-               assertEquals("getProviders", 1, providers.length);
-               assertEquals("getProviders", testProvider2, providers[0]);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
-               assertEquals("getProviders", 0, providers.length);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider2.class);
-               assertEquals("getProviders", 1, providers.length);
-               assertEquals("getProviders", testProvider2, providers[0]);
-
-               providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class);
-               assertEquals("getProviders", 1, providers3.length);
-               assertEquals("getProviders", testProvider3, providers3[0]);
-
-               providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class, TestProvider3.class);
-               assertEquals("getProviders", 1, providers3.length);
-               assertEquals("getProviders", testProvider3, providers3[0]);
-
-               // Remove another one
-               testProvider2.dispose();
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
-               assertEquals("getProviders", 0, providers.length);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
-               assertEquals("getProviders", 0, providers.length);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider2.class);
-               assertEquals("getProviders", 0, providers.length);
-
-               providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class);
-               assertTrue(providers3.length == 1);
-               assertTrue(providers3[0] == testProvider3);
-
-               providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class, TestProvider3.class);
-               assertEquals("getProviders", 1, providers3.length);
-               assertEquals("getProviders", testProvider3, providers3[0]);
-
-               // Remove the last one
-               testProvider3.dispose();
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class);
-               assertEquals("getProviders", 0, providers.length);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider1.class);
-               assertEquals("getProviders", 0, providers.length);
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TestProvider2.class);
-               assertEquals("getProviders", 0, providers.length);
-
-               providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class);
-               assertEquals("getProviders", 0, providers.length);
-
-               providers3 = (TmfDataProvider<TmfEvent3>[]) TmfProviderManager.getProviders(TmfEvent3.class, TestProvider3.class);
-               assertEquals("getProviders", 0, providers.length);
-       }
-
-       @SuppressWarnings("unchecked")
-       public void testGetProvider() {
-
-               // Register 3 providers, mixed data types
-               TestProvider1 testProvider1 = new TestProvider1(TmfEvent.class);
-               TestProvider2 testProvider2 = new TestProvider2(TmfEvent.class);
-               TestProvider3 testProvider3 = new TestProvider3(TmfEvent3.class);
-
-               TmfDataProvider<TmfEvent>[] providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, null);
-               assertEquals("getProviders", 2, providers.length);
-               if (providers[0] == testProvider1) {
-                       assertEquals("getProviders", testProvider2, providers[1]);
-               }
-               else {
-                       assertEquals("getProviders", testProvider2, providers[0]);
-                       assertEquals("getProviders", testProvider1, providers[1]);
-               }
-
-               providers = (TmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent3.class, null);
-               assertEquals("getProviders", 1, providers.length);
-               assertEquals("getProviders", testProvider3, providers[0]);
-
-               // Remove the providers
-               testProvider1.dispose();
-               testProvider2.dispose();
-               testProvider3.dispose();
-       }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/AllTests.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/AllTests.java
deleted file mode 100644 (file)
index f046694..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-package org.eclipse.linuxtools.tmf.tests.event;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import org.eclipse.linuxtools.tmf.TmfCorePlugin;
-
-@SuppressWarnings("nls")
-public class AllTests {
-
-       public static Test suite() {
-               TestSuite suite = new TestSuite("Test suite for " + TmfCorePlugin.PLUGIN_ID + ".event"); //$NON-NLS-1$);
-               //$JUnit-BEGIN$
-               suite.addTestSuite(TmfEventFieldTest.class);
-               suite.addTestSuite(TmfEventContentTest.class);
-               suite.addTestSuite(TmfEventTypeTest.class);
-               suite.addTestSuite(TmfEventSourceTest.class);
-               suite.addTestSuite(TmfTraceEventTest.class);
-               suite.addTestSuite(TmfEventReferenceTest.class);
-               suite.addTestSuite(TmfTimestampTest.class);
-               suite.addTestSuite(TmfTimeRangeTest.class);
-               suite.addTestSuite(TmfEventTest.class);
-               //$JUnit-END$
-               return suite;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventContentTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventContentTest.java
deleted file mode 100644 (file)
index fbfbf61..0000000
+++ /dev/null
@@ -1,300 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.event;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;
-import org.eclipse.linuxtools.tmf.event.TmfEventContentStub;
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.event.TmfEventType;
-import org.eclipse.linuxtools.tmf.event.TmfEventTypeStub;
-import org.eclipse.linuxtools.tmf.event.TmfNoSuchFieldException;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-/**
- * <b><u>TmfEventContentTest</u></b>
- * <p>
- * Test suite for the TmfEventContent class.
- */
-@SuppressWarnings("nls")
-public class TmfEventContentTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-       private final TmfTimestamp      fTimestamp;
-       private final TmfEventSource    fEventSource;
-       private final TmfEventType      fEventType;
-       private final TmfEventTypeStub  fEventTypeStub;
-       private final TmfEventReference fReference;
-       private final TmfEvent          fEvent;
-       private final TmfEvent          fEventStub;
-
-       private final Object fRawContent0 = new String("Some content");
-       private final Object fRawContent1 = new String("Some other content");
-
-       private final TmfEventContent     fBasicContent0;
-       private final TmfEventContent     fBasicContent1;
-       private final TmfEventContent     fBasicContent2;
-       private final TmfEventContentStub fStubContent;
-
-       // ------------------------------------------------------------------------
-       // Housekeeping
-       // ------------------------------------------------------------------------
-
-       /**
-        * @param name the test name
-        */
-       public TmfEventContentTest(String name) {
-               super(name);
-               fTimestamp     = new TmfTimestamp();
-               fEventSource   = new TmfEventSource(new Object());
-               fEventType     = new TmfEventType();
-               fEventTypeStub = new TmfEventTypeStub();
-               fReference     = new TmfEventReference();
-
-               fEvent         = new TmfEvent(fTimestamp, fEventSource, fEventType, fReference);
-               fBasicContent0 = new TmfEventContent(fEvent, fRawContent0);
-               fBasicContent1 = new TmfEventContent(fEvent, fRawContent0);
-               fBasicContent2 = new TmfEventContent(fEvent, fRawContent0);
-
-               fEventStub    = new TmfEvent(fTimestamp, fEventSource, fEventTypeStub, fReference);
-               fStubContent  = new TmfEventContentStub(fEventStub, fRawContent1);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-       // ------------------------------------------------------------------------
-       // Constructors
-       // ------------------------------------------------------------------------
-
-       public void testTmfEventContent() {
-               assertSame("getLabels",    fEvent,       fBasicContent0.getEvent());
-               assertEquals("getType",    fEventType,   fBasicContent0.getType());
-               assertEquals("getContent", fRawContent0, fBasicContent0.getContent());
-       }
-
-       public void testTmfEventContentCopy() {
-               TmfEventContent content  = new TmfEventContent(fBasicContent0);
-               assertSame("getLabels",    fEvent,       content.getEvent());
-               assertEquals("getType",    fEventType,   content.getType());
-               assertEquals("getContent", fRawContent0, content.getContent());
-       }
-
-       public void testTmfEventContentCopy2() {
-               try {
-                       new TmfEventContent(null);
-                       fail("null copy");
-               }
-               catch (IllegalArgumentException e) {
-                       // Success
-               }
-       }
-
-       // ------------------------------------------------------------------------
-       // setEvent
-       // ------------------------------------------------------------------------
-
-       public void testSetEvent() {
-               TmfEvent event = new TmfEvent(fTimestamp, fEventSource, fEventType, fReference);
-               TmfEventContent content1 = new TmfEventContent(event, fRawContent0);
-               event.setContent(content1);
-               TmfEventContent content2 = new TmfEventContent(null, fRawContent1);
-
-               content2.setEvent(event);
-
-               assertEquals("setEvent", event, content2.getEvent());
-//             assertEquals("setEvent", content2, event.getContent());
-//             assertEquals("setEvent", null, content1.getEvent());
-       }
-
-       // ------------------------------------------------------------------------
-       // equals
-       // ------------------------------------------------------------------------
-
-       public void testEqualsReflexivity() throws Exception {
-               @SuppressWarnings("unused")
-               Object[] fields1 = fBasicContent0.getFields(); 
-               @SuppressWarnings("unused")
-               Object[] fields2 = fStubContent.getFields(); 
-
-               assertTrue("equals", fBasicContent0.equals(fBasicContent0));
-               assertTrue("equals", fStubContent.equals(fStubContent));
-
-               assertTrue("equals", !fBasicContent0.equals(fStubContent));
-               assertTrue("equals", !fStubContent.equals(fBasicContent0));
-       }
-       
-       public void testEqualsSymmetry() throws Exception {
-               assertTrue("equals", fBasicContent0.equals(fBasicContent2));
-               assertTrue("equals", fBasicContent2.equals(fBasicContent0));
-
-               assertTrue("equals", !fBasicContent0.equals(fStubContent));
-               assertTrue("equals", !fStubContent.equals(fBasicContent0));
-       }
-       
-       public void testEqualsTransivity() throws Exception {
-               assertTrue("equals", fBasicContent0.equals(fBasicContent1));
-               assertTrue("equals", fBasicContent1.equals(fBasicContent2));
-               assertTrue("equals", fBasicContent0.equals(fBasicContent2));
-       }
-       
-       public void testEqualsNull() throws Exception {
-               assertTrue("equals", !fBasicContent0.equals(null));
-               assertTrue("equals", !fStubContent.equals(null));
-       }
-       
-       // ------------------------------------------------------------------------
-       // hashCode
-       // ------------------------------------------------------------------------
-
-       public void testHashCode() throws Exception {
-               assertTrue("hashCode", fBasicContent0.hashCode() == fBasicContent2.hashCode());
-               assertTrue("hashCode", fBasicContent0.hashCode() != fStubContent.hashCode());
-       }
-       
-       public void testHashCode2() throws Exception {
-               TmfEventContent basicContent0 = new TmfEventContent(null, fRawContent0);
-               TmfEventContent basicContent1 = new TmfEventContent(fEvent, null);
-               TmfEventContent basicContent2 = new TmfEventContent(null, null);
-
-               assertTrue("hashCode", fBasicContent0.hashCode() != basicContent0.hashCode());
-               assertTrue("hashCode", fBasicContent0.hashCode() != basicContent1.hashCode());
-               assertTrue("hashCode", fBasicContent0.hashCode() != basicContent2.hashCode());
-
-               assertTrue("hashCode", basicContent0.hashCode() != basicContent1.hashCode());
-               assertTrue("hashCode", basicContent0.hashCode() != basicContent2.hashCode());
-
-               assertTrue("hashCode", basicContent1.hashCode() != basicContent2.hashCode());
-       }
-       
-       // ------------------------------------------------------------------------
-       // toString
-       // ------------------------------------------------------------------------
-
-       public void testToString() {
-               String expected = "[TmfEventContent(" + fRawContent0 + ")]";
-               TmfEventContent content = new TmfEventContent(fEvent, fRawContent0);
-               assertEquals("toString", expected, content.toString());
-       }
-
-       public void testToString2() {
-               String expected = "[TmfEventContent(1,-10,true,some string,[TmfTimestamp(1,2,3)])]";
-               TmfEventContentStub content = new TmfEventContentStub(fEvent, fRawContent0);
-               assertEquals("toString", expected, content.toString());
-       }
-
-       // ------------------------------------------------------------------------
-       // Basic content parsing
-       // ------------------------------------------------------------------------
-
-       public void testGetFields() {
-               Object[] fields = fBasicContent0.getFields(); 
-               assertEquals("getFields", 1, fields.length);
-               assertEquals("getFields", fRawContent0, fields[0].toString());
-       }
-
-       public void testGetFieldFromId() {
-               Object field;
-               try {
-                       field = fBasicContent0.getField("Content");
-                       assertEquals("getField", fRawContent0, field.toString());
-               } catch (TmfNoSuchFieldException e) {
-                       fail("Field not found");
-               } 
-       }
-
-       public void testGetFieldFromIdFailed() {
-               try {
-                       fBasicContent0.getField("Dummy");
-                       fail("Found an inexisting field...");
-               } catch (TmfNoSuchFieldException e) {
-                       // Success
-               } 
-       }
-
-       public void testGetFieldFromPos() {
-               Object field = fBasicContent0.getField(0);
-               assertEquals("getField", fRawContent0, field.toString());
-       }
-
-       public void testGetFieldFromPosFailed() {
-               Object field = fBasicContent0.getField(10);
-               assertEquals("getField", null, field);
-       }
-
-       // ------------------------------------------------------------------------
-       // Standard content parsing
-       // ------------------------------------------------------------------------
-
-       public void testGetFields2() {
-               Object[] fields = fStubContent.getFields(); 
-               assertEquals("getFields", 5, fields.length);
-       }
-
-       public void testGetFieldFromId2() {
-               Object field;
-               try {
-                       field = fStubContent.getField("Field1");
-                       assertEquals("getField", new Integer(1), field);
-
-                       field = fStubContent.getField("Field2");
-                       assertEquals("getField", new Integer(-10), field);
-
-                       field = fStubContent.getField("Field3");
-                       assertEquals("getField", new Boolean(true), field);
-
-                       field = fStubContent.getField("Field4");
-                       assertEquals("getField", new String("some string"), field);
-
-                       field = fStubContent.getField("Field5");
-                       assertEquals("getField", new TmfTimestamp(1, (byte) 2, 3), field);
-
-               } catch (TmfNoSuchFieldException e) {
-                       fail("Field not found");
-               } 
-       }
-
-       public void testGetFieldFromPos2() {
-               TmfEventContentStub content = new TmfEventContentStub(fEvent, fRawContent0);
-
-               Object field;
-               field = content.getField(0);
-               assertEquals("getField", new Integer(1), field);
-
-               field = content.getField(1);
-               assertEquals("getField", new Integer(-10), field);
-
-               field = content.getField(2);
-               assertEquals("getField", new Boolean(true), field);
-
-               field = content.getField(3);
-               assertEquals("getField", new String("some string"), field);
-
-               field = content.getField(4);
-               assertEquals("getField", new TmfTimestamp(1, (byte) 2, 3), field);
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventFieldTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventFieldTest.java
deleted file mode 100644 (file)
index 8db6045..0000000
+++ /dev/null
@@ -1,201 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.event;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;
-import org.eclipse.linuxtools.tmf.event.TmfEventField;
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.event.TmfEventType;
-import org.eclipse.linuxtools.tmf.event.TmfEventTypeStub;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-/**
- * <b><u>TmfEventFieldTest</u></b>
- * <p>
- * Test suite for the TmfEventField class.
- */
-@SuppressWarnings("nls")
-public class TmfEventFieldTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-       private final TmfEventContent fContent;
-       private final String fFieldId = "Field";
-       private final Object fValue1  = new String("Value"); 
-       private final Object fValue2  = new Integer(10); 
-
-       private TmfEventField fField0;
-       private TmfEventField fField1;
-       private TmfEventField fField2;
-       private TmfEventField fField3;
-
-    // ------------------------------------------------------------------------
-       // Housekeeping
-    // ------------------------------------------------------------------------
-
-       /**
-        * @param name the test name
-        */
-       public TmfEventFieldTest(String name) {
-               super(name);
-               TmfTimestamp      fTimestamp   = new TmfTimestamp();
-               TmfEventSource    fEventSource = new TmfEventSource();
-               TmfEventType      fEventType   = new TmfEventTypeStub();
-               TmfEventReference fReference   = new TmfEventReference();
-               TmfEvent          fEvent       = new TmfEvent(fTimestamp, fEventSource, fEventType, fReference);
-
-               fContent = new TmfEventContent(fEvent, "Some content");
-
-               fField0 = new TmfEventField(fContent, fFieldId, fValue1);
-               fField1 = new TmfEventField(fContent, fFieldId, fValue1);
-               fField2 = new TmfEventField(fContent, fFieldId, fValue1);
-               fField3 = new TmfEventField(fContent, fFieldId, fValue2);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-    // ------------------------------------------------------------------------
-       // Constructors
-    // ------------------------------------------------------------------------
-
-       public void testTmfEventField() {
-               assertSame("getParent", fContent, fField0.getParent());
-               assertSame("getId",     fFieldId, fField0.getId());
-               assertSame("getValue",  fValue1,  fField0.getValue());
-       }
-
-       public void testTmfEventFieldBadArg() {
-               try {
-                       new TmfEventField(fContent, null, fValue1);
-                       fail("null copy");
-               }
-               catch (IllegalArgumentException e) {
-                       // Success
-               }
-       }
-
-       public void testTmfEventFieldCopy() {
-               TmfEventField original = new TmfEventField(fContent, fFieldId, fValue1);
-               TmfEventField field = new TmfEventField(original);
-               assertSame("getParent", fContent, field.getParent());
-               assertSame("getId",     fFieldId, field.getId());
-               assertSame("getValue",  fValue1,  field.getValue());
-       }
-
-       public void testTmfEventFieldCopy2() {
-               try {
-                       new TmfEventField(null);
-                       fail("null copy");
-               }
-               catch (IllegalArgumentException e) {
-                       // Success
-               }
-       }
-
-    // ------------------------------------------------------------------------
-       // Modifiers
-    // ------------------------------------------------------------------------
-
-       private class MyField extends TmfEventField {
-               public MyField(TmfEventContent parent, String id, Object value) {
-                       super(parent, id, value);
-               }
-           public MyField(TmfEventField field) {
-                       super(field);
-               }
-               @Override
-               public void setValue(Object value) {
-               super.setValue(value);
-           }
-       }
-
-       public void testSetValue() {
-               TmfEventField original = new TmfEventField(fContent, fFieldId, fValue1);
-               TmfEventField field = new TmfEventField(original);
-
-               MyField myField = new MyField(field);
-               assertSame("getValue", fValue1,  myField.getValue());
-
-               myField.setValue(fValue2);
-               assertSame("getValue", fValue2,  myField.getValue());
-       }
-
-    // ------------------------------------------------------------------------
-       // equals
-    // ------------------------------------------------------------------------
-
-       public void testEqualsReflexivity() throws Exception {
-               assertTrue("equals", fField0.equals(fField0));
-               assertTrue("equals", fField3.equals(fField3));
-
-               assertTrue("equals", !fField0.equals(fField3));
-               assertTrue("equals", !fField3.equals(fField0));
-       }
-       
-       public void testEqualsSymmetry() throws Exception {
-               assertTrue("equals", fField0.equals(fField1));
-               assertTrue("equals", fField1.equals(fField0));
-
-               assertTrue("equals", !fField0.equals(fField3));
-               assertTrue("equals", !fField3.equals(fField0));
-       }
-       
-       public void testEqualsTransivity() throws Exception {
-               assertTrue("equals", fField0.equals(fField1));
-               assertTrue("equals", fField1.equals(fField2));
-               assertTrue("equals", fField0.equals(fField2));
-       }
-       
-       public void testEqualsNull() throws Exception {
-               assertTrue("equals", !fField0.equals(null));
-               assertTrue("equals", !fField3.equals(null));
-       }
-       
-       // ------------------------------------------------------------------------
-       // hashCode
-       // ------------------------------------------------------------------------
-
-       public void testHashCode() throws Exception {
-               assertTrue("hashCode", fField0.hashCode() == fField1.hashCode());
-               assertTrue("hashCode", fField0.hashCode() != fField3.hashCode());
-       }
-       
-    // ------------------------------------------------------------------------
-       // toString
-    // ------------------------------------------------------------------------
-
-       public void testToString() {
-               String expected1 = "[TmfEventField(" + fFieldId + ":" + fValue1.toString() + ")]";
-               TmfEventField field = new TmfEventField(fContent, fFieldId, fValue1);
-               assertEquals("toString", expected1, field.toString());
-
-               String expected2 = "[TmfEventField(" + fFieldId + ":" + fValue2.toString() + ")]";
-               field = new TmfEventField(fContent, fFieldId, fValue2);
-               assertEquals("toString", expected2, field.toString());
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventReferenceTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventReferenceTest.java
deleted file mode 100644 (file)
index 1f350b6..0000000
+++ /dev/null
@@ -1,151 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.event;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;
-
-/**
- * <b><u>TmfEventReferenceTest</u></b>
- * <p>
- * Test suite for the TmfEventReference class.
- */
-@SuppressWarnings("nls")
-public class TmfEventReferenceTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-       private final Object reference0 = new String("Some reference");
-       private final Object reference2 = new String("Some other reference");
-
-       private TmfEventReference fReference0 = new TmfEventReference(reference0);
-       private TmfEventReference fReference1 = new TmfEventReference(reference0);
-       private TmfEventReference fReference2 = new TmfEventReference(reference0);
-       private TmfEventReference fReference3 = new TmfEventReference(reference2);
-
-       // ------------------------------------------------------------------------
-       // Housekeeping
-    // ------------------------------------------------------------------------
-
-       /**
-        * @param name the test name
-        */
-       public TmfEventReferenceTest(String name) {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-    // ------------------------------------------------------------------------
-       // Constructors
-    // ------------------------------------------------------------------------
-
-       public void testTmfEventReferenceDefault() {
-               TmfEventReference reference = new TmfEventReference();
-               assertEquals("getReference", null, reference.getReference());
-       }
-
-       public void testTmfEventReference() {
-               TmfEventReference reference = new TmfEventReference(reference0);
-               assertSame("getReference", reference0, reference.getReference());
-       }
-
-       public void testTmfEventReferenceCopy() {
-               TmfEventReference original = new TmfEventReference(reference0);
-               TmfEventReference reference = new TmfEventReference(original);
-               assertSame("getReference", reference0, reference.getReference());
-       }
-
-       public void testTmfEventReferenceCopy2() {
-               try {
-                       @SuppressWarnings("unused")
-                       TmfEventReference reference = new TmfEventReference(null);
-                       fail("null copy");
-               }
-               catch (IllegalArgumentException e) {
-                       // Success
-               }
-       }
-
-    // ------------------------------------------------------------------------
-       // equals
-    // ------------------------------------------------------------------------
-
-       public void testEqualsReflexivity() throws Exception {
-               assertTrue("equals", fReference0.equals(fReference0));
-               assertTrue("equals", fReference3.equals(fReference3));
-
-               assertTrue("equals", !fReference0.equals(fReference3));
-               assertTrue("equals", !fReference3.equals(fReference0));
-       }
-       
-       public void testEqualsSymmetry() throws Exception {
-               assertTrue("equals", fReference0.equals(fReference1));
-               assertTrue("equals", fReference1.equals(fReference0));
-
-               assertTrue("equals", !fReference0.equals(fReference3));
-               assertTrue("equals", !fReference3.equals(fReference0));
-       }
-       
-       public void testEqualsTransivity() throws Exception {
-               assertTrue("equals", fReference0.equals(fReference1));
-               assertTrue("equals", fReference1.equals(fReference2));
-               assertTrue("equals", fReference0.equals(fReference2));
-       }
-       
-       public void testEqualsNull() throws Exception {
-               assertTrue("equals", !fReference0.equals(null));
-               assertTrue("equals", !fReference3.equals(null));
-       }
-       
-       // ------------------------------------------------------------------------
-       // hashCode
-       // ------------------------------------------------------------------------
-
-       public void testHashCode() throws Exception {
-               assertTrue("hashCode", fReference0.hashCode() == fReference1.hashCode());
-               assertTrue("hashCode", fReference0.hashCode() != fReference3.hashCode());
-       }
-       
-       public void testHashCode2() throws Exception {
-               TmfEventReference reference0 = new TmfEventReference();
-               assertTrue("hashCode", fReference0.hashCode() != reference0.hashCode());
-               assertTrue("hashCode", fReference3.hashCode() != reference0.hashCode());
-       }
-       
-    // ------------------------------------------------------------------------
-       // toString
-    // ------------------------------------------------------------------------
-
-       public void testToString() {
-               String expected1 = "[TmfEventReference(" + "null" + ")]";
-               TmfEventReference reference1 = new TmfEventReference();
-               assertEquals("toString", expected1, reference1.toString());
-
-               String expected2 = "[TmfEventReference(" + reference0.toString() + ")]";
-               TmfEventReference reference2 = new TmfEventReference(reference0);
-               assertEquals("toString", expected2, reference2.toString());
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventSourceTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventSourceTest.java
deleted file mode 100644 (file)
index e2b7a6e..0000000
+++ /dev/null
@@ -1,145 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.event;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-
-/**
- * <b><u>TmfEventSourceTest</u></b>
- * <p>
- * Test suite for the TmfEventSource class.
- */
-@SuppressWarnings("nls")
-public class TmfEventSourceTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-       private final Object source1 = new String("Some source");
-       private final Object source2 = new String("Some other source");
-
-       private final TmfEventSource fSource0 = new TmfEventSource(source1);
-       private final TmfEventSource fSource1 = new TmfEventSource(source1);
-       private final TmfEventSource fSource2 = new TmfEventSource(source1);
-       private final TmfEventSource fSource3 = new TmfEventSource(source2);
-       
-       // ------------------------------------------------------------------------
-       // Housekeeping
-       // ------------------------------------------------------------------------
-
-       /**
-        * @param name the test name
-        */
-       public TmfEventSourceTest(String name) {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-       // ------------------------------------------------------------------------
-       // Constructors
-       // ------------------------------------------------------------------------
-
-       public void testTmfEventSourceDefault() {
-               TmfEventSource source = new TmfEventSource();
-               assertEquals("getSourceId", null, source.getSourceId());
-       }
-
-       public void testTmfEventSource() {
-               TmfEventSource source = new TmfEventSource(source1);
-               assertSame("getSourceId", source1, source.getSourceId());
-       }
-
-       public void testTmfEventSourceCopy() {
-               TmfEventSource original = new TmfEventSource(source1);
-               TmfEventSource source = new TmfEventSource(original);
-               assertSame("getSourceId", source1, source.getSourceId());
-       }
-
-       public void testTmfEventSourceCopy2() {
-               try {
-                       @SuppressWarnings("unused")
-                       TmfEventSource source = new TmfEventSource(null);
-                       fail("null copy");
-               }
-               catch (IllegalArgumentException e) {
-                       // Success
-               }
-       }
-
-       // ------------------------------------------------------------------------
-       // equals
-       // ------------------------------------------------------------------------
-
-       public void testEqualsReflexivity() throws Exception {
-               assertTrue("equals", fSource0.equals(fSource0));
-               assertTrue("equals", fSource3.equals(fSource3));
-
-               assertTrue("equals", !fSource0.equals(fSource3));
-               assertTrue("equals", !fSource3.equals(fSource0));
-       }
-       
-       public void testEqualsSymmetry() throws Exception {
-               assertTrue("equals", fSource0.equals(fSource2));
-               assertTrue("equals", fSource2.equals(fSource0));
-
-               assertTrue("equals", !fSource0.equals(fSource3));
-               assertTrue("equals", !fSource3.equals(fSource0));
-       }
-       
-       public void testEqualsTransivity() throws Exception {
-               assertTrue("equals", fSource0.equals(fSource1));
-               assertTrue("equals", fSource1.equals(fSource2));
-               assertTrue("equals", fSource0.equals(fSource2));
-       }
-       
-       public void testEqualsNull() throws Exception {
-               assertTrue("equals", !fSource0.equals(null));
-               assertTrue("equals", !fSource3.equals(null));
-       }
-       
-       // ------------------------------------------------------------------------
-       // hashCode
-       // ------------------------------------------------------------------------
-
-       public void testHashCode() throws Exception {
-               assertTrue("hashCode", fSource0.hashCode() == fSource1.hashCode());
-               assertTrue("hashCode", fSource0.hashCode() != fSource3.hashCode());
-       }
-       
-       // ------------------------------------------------------------------------
-       // toString
-       // ------------------------------------------------------------------------
-
-       public void testToString() {
-               String expected1 = "[TmfEventSource(" + "null" + ")]";
-               TmfEventSource nullSource = new TmfEventSource();
-               assertEquals("toString", expected1, nullSource.toString());
-
-               String expected2 = "[TmfEventSource(" + source1.toString() + ")]";
-               TmfEventSource source = new TmfEventSource(source1);
-               assertEquals("toString", expected2, source.toString());
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventTest.java
deleted file mode 100644 (file)
index 7691ba0..0000000
+++ /dev/null
@@ -1,204 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.event;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.event.TmfEventType;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-/**
- * <b><u>TmfEventTest</u></b>
- * <p>
- * Test suite for the TmfEvent class.
- */
-@SuppressWarnings("nls")
-public class TmfEventTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-       private final String   fTypeId = "Some type";
-       private final String   fLabel0 = "label1";
-       private final String   fLabel1 = "label2";
-       private final String[] fLabels = new String[] { fLabel0, fLabel1 };
-
-       private final TmfTimestamp      fTimestamp1 = new TmfTimestamp(12345, (byte) 2, 5);
-       private final TmfTimestamp      fTimestamp2 = new TmfTimestamp(12350, (byte) 2, 5);
-       private final TmfEventSource    fSource     = new TmfEventSource("Source");
-       private final TmfEventType      fType       = new TmfEventType(fTypeId, fLabels);
-       private final TmfEventReference fReference  = new TmfEventReference("Some reference");
-
-       private final TmfEvent fEvent1;
-       private final TmfEvent fEvent2;
-
-       private final TmfEventContent fContent1;
-       private final TmfEventContent fContent2;
-       
-       // ------------------------------------------------------------------------
-       // Housekeeping
-       // ------------------------------------------------------------------------
-
-       /**
-        * @param name the test name
-        */
-       public TmfEventTest(String name) {
-               super(name);
-
-               fEvent1 = new TmfEvent(fTimestamp1, fSource, fType, fReference);
-               fContent1 = new TmfEventContent(fEvent1, "Some content");
-               fEvent1.setContent(fContent1);
-
-               fEvent2 = new TmfEvent(fTimestamp1, fTimestamp2, fSource, fType, fReference);
-               fContent2 = new TmfEventContent(fEvent2, "Some other content");
-               fEvent2.setContent(fContent2);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-       // ------------------------------------------------------------------------
-       // Constructors
-       // ------------------------------------------------------------------------
-
-       public void testTmfEvent() {
-               assertEquals("getTimestamp",         fTimestamp1, fEvent1.getTimestamp());
-               assertEquals("getOriginalTimestamp", fTimestamp1, fEvent1.getOriginalTimestamp());
-               assertEquals("getSource",            fSource,     fEvent1.getSource());
-               assertEquals("getType",              fType,       fEvent1.getType());
-               assertEquals("getContent",           fContent1,   fEvent1.getContent());
-               assertEquals("getReference",         fReference,  fEvent1.getReference());
-       }
-
-       public void testTmfEvent2() {
-               assertEquals("getTimestamp",         fTimestamp2, fEvent2.getTimestamp());
-               assertEquals("getOriginalTimestamp", fTimestamp1, fEvent2.getOriginalTimestamp());
-               assertEquals("getSource",            fSource,     fEvent2.getSource());
-               assertEquals("getType",              fType,       fEvent2.getType());
-               assertEquals("getContent",           fContent2,   fEvent2.getContent());
-               assertEquals("getReference",         fReference,  fEvent2.getReference());
-       }
-
-       public void testTmfEventCopy() {
-               TmfEvent event = new TmfEvent(fEvent1);
-               assertEquals("getTimestamp",         fTimestamp1, event.getTimestamp());
-               assertEquals("getOriginalTimestamp", fTimestamp1, event.getOriginalTimestamp());
-               assertEquals("getSource",            fSource,     event.getSource());
-               assertEquals("getType",              fType,       event.getType());
-               assertEquals("getContent",           fContent1,   event.getContent());
-               assertEquals("getReference",         fReference,  event.getReference());
-       }
-
-       public void testEventCopy2() throws Exception {
-               try {
-                       new TmfEvent(null);
-                       fail("null copy");
-               }
-               catch (IllegalArgumentException e) {
-                       // Success
-               }
-       }
-
-       // ------------------------------------------------------------------------
-       // equals
-       // ------------------------------------------------------------------------
-
-       public void testEqualsReflexivity() throws Exception {
-               assertTrue("equals", fEvent1.equals(fEvent1));
-               assertTrue("equals", fEvent2.equals(fEvent2));
-
-               assertTrue("equals", !fEvent1.equals(fEvent2));
-               assertTrue("equals", !fEvent2.equals(fEvent1));
-       }
-       
-       public void testEqualsSymmetry() throws Exception {
-               TmfEvent event1 = new TmfEvent(fEvent1);
-               TmfEvent event2 = new TmfEvent(fEvent2);
-
-               assertTrue("equals", event1.equals(fEvent1));
-               assertTrue("equals", fEvent1.equals(event1));
-
-               assertTrue("equals", event2.equals(fEvent2));
-               assertTrue("equals", fEvent2.equals(event2));
-       }
-       
-       public void testEqualsTransivity() throws Exception {
-               TmfEvent event1 = new TmfEvent(fEvent1);
-               TmfEvent event2 = new TmfEvent(fEvent1);
-               TmfEvent event3 = new TmfEvent(fEvent1);
-
-               assertTrue("equals", event1.equals(event2));
-               assertTrue("equals", event2.equals(event3));
-               assertTrue("equals", event1.equals(event3));
-       }
-       
-       public void testEqualsNull() throws Exception {
-               assertTrue("equals", !fEvent1.equals(null));
-               assertTrue("equals", !fEvent2.equals(null));
-       }
-       
-       // ------------------------------------------------------------------------
-       // hashCode
-       // ------------------------------------------------------------------------
-
-       public void testHashCode() throws Exception {
-               TmfEvent event1 = new TmfEvent(fEvent1);
-               TmfEvent event2 = new TmfEvent(fEvent2);
-
-               assertTrue("hashCode", fEvent1.hashCode() == event1.hashCode());
-               assertTrue("hashCode", fEvent2.hashCode() == event2.hashCode());
-
-               assertTrue("hashCode", fEvent1.hashCode() != event2.hashCode());
-               assertTrue("hashCode", fEvent2.hashCode() != event1.hashCode());
-       }
-       
-       // ------------------------------------------------------------------------
-       // toString
-       // ------------------------------------------------------------------------
-
-       public void testToString() {
-               String expected1 = "[TmfEvent(" + fTimestamp1 + "," + fSource + "," + fType + "," + fContent1 + ")]";
-               assertEquals("toString", expected1, fEvent1.toString());
-
-               String expected2 = "[TmfEvent(" + fTimestamp2 + "," + fSource + "," + fType + "," + fContent2 + ")]";
-               assertEquals("toString", expected2, fEvent2.toString());
-       }
-
-       // ------------------------------------------------------------------------
-       // setContent
-       // ------------------------------------------------------------------------
-
-       public void testSetContent() {
-               TmfEvent event = new TmfEvent(fEvent1);
-               assertEquals("setContent", fContent1, event.getContent());
-
-               event.setContent(fContent2);
-               assertEquals("setContent", fContent2, event.getContent());
-
-               event.setContent(fContent1);
-               assertEquals("setContent", fContent1, event.getContent());
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventTypeTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfEventTypeTest.java
deleted file mode 100644 (file)
index 355e1ca..0000000
+++ /dev/null
@@ -1,204 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.event;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.event.TmfEventType;
-import org.eclipse.linuxtools.tmf.event.TmfNoSuchFieldException;
-
-/**
- * <b><u>TmfEventTypeTest</u></b>
- * <p>
- * JUnit test suite for the TmfEventType class.
- */
-@SuppressWarnings("nls")
-public class TmfEventTypeTest extends TestCase {
-
-    // ------------------------------------------------------------------------
-       // Variables
-    // ------------------------------------------------------------------------
-
-       private final String   fTypeId  = "Some type";
-       private final String   fTypeId2 = "Some other type";
-       private final String   fLabel0  = "label1";
-       private final String   fLabel1  = "label2";
-       private final String[] fLabels  = new String[] { fLabel0, fLabel1 };
-       private final String[] fLabels2 = new String[] { fLabel1, fLabel0 };
-
-       private final TmfEventType fType0 = new TmfEventType(fTypeId,  fLabels);
-       private final TmfEventType fType1 = new TmfEventType(fTypeId,  fLabels);
-       private final TmfEventType fType2 = new TmfEventType(fTypeId,  fLabels);
-       private final TmfEventType fType3 = new TmfEventType(fTypeId2, fLabels2);
-
-       // ------------------------------------------------------------------------
-       // Housekeeping
-    // ------------------------------------------------------------------------
-
-       /**
-        * @param name the test name
-        */
-       public TmfEventTypeTest(String name) {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-    // ------------------------------------------------------------------------
-       // Constructors
-    // ------------------------------------------------------------------------
-
-       public void testTmfEventTypeDefault() {
-               TmfEventType type = new TmfEventType();
-               try {
-                       assertEquals("getTypeId",     TmfEventType.DEFAULT_TYPE_ID, type.getTypeId());
-                       assertEquals("getNbFields",   1, type.getNbFields());
-                       assertEquals("getFieldIndex", 0, type.getFieldIndex(TmfEventType.DEFAULT_LABELS[0]));
-                       assertEquals("getLabels",     TmfEventType.DEFAULT_LABELS, type.getLabels());
-                       assertEquals("getLabel",      TmfEventType.DEFAULT_LABELS[0], type.getLabel(0));
-               } catch (TmfNoSuchFieldException e) {
-                       fail("getFieldIndex: no such field");
-               }
-       }
-
-       public void testTmfEventType() {
-               TmfEventType type = new TmfEventType(fTypeId, fLabels);
-               try {
-                       assertEquals("getTypeId",     fTypeId, type.getTypeId());
-                       assertEquals("getNbFields",   fLabels.length, type.getNbFields());
-                       assertEquals("getFieldIndex", 0, type.getFieldIndex(fLabel0));
-                       assertEquals("getFieldIndex", 1, type.getFieldIndex(fLabel1));
-                       assertEquals("getLabels",     fLabels, type.getLabels());
-                       assertEquals("getLabel",      fLabel0, type.getLabel(0));
-                       assertEquals("getLabel",      fLabel1, type.getLabel(1));
-               } catch (TmfNoSuchFieldException e) {
-                       fail("getFieldIndex: no such field");
-               }
-
-               try {
-                       assertEquals("getFieldIndex", 0, type.getFieldIndex("Dummy"));
-                       fail("getFieldIndex: inexistant field");
-               } catch (TmfNoSuchFieldException e) {
-                       // Success
-               }
-
-               try {
-                       type.getLabel(10);
-                       fail("getLabel: inexistant field");
-               } catch (TmfNoSuchFieldException e) {
-                       // Success
-               }
-       }
-
-       public void testTmfEventType2() {
-               try {
-                       @SuppressWarnings("unused")
-                       TmfEventType type = new TmfEventType(fTypeId, null);
-                       fail("TmfEventType: bad constructor");
-               } catch (IllegalArgumentException e) {
-                       // Success
-               }
-       }
-
-       public void testTmfEventType3() {
-               try {
-                       @SuppressWarnings("unused")
-                       TmfEventType type = new TmfEventType(null, fLabels);
-                       fail("TmfEventType: bad constructor");
-               } catch (IllegalArgumentException e) {
-                       // Success
-               }
-       }
-
-       public void testTmfEventTypeCopy() {
-               TmfEventType original = new TmfEventType(fTypeId, fLabels);
-               TmfEventType type = new TmfEventType(original);
-               assertEquals("getTypeId",     fTypeId, type.getTypeId());
-               assertEquals("getNbFields",   fLabels.length, type.getNbFields());
-               assertEquals("getLabels",     fLabels, type.getLabels());
-       }
-
-       public void testTmfEventSourceCopy2() {
-               try {
-                       @SuppressWarnings("unused")
-                       TmfEventType type = new TmfEventType(null);
-                       fail("null copy");
-               }
-               catch (IllegalArgumentException e) {
-                       // Success
-               }
-       }
-
-       // ------------------------------------------------------------------------
-       // equals
-       // ------------------------------------------------------------------------
-
-       public void testEqualsReflexivity() throws Exception {
-               assertTrue("equals", fType0.equals(fType0));
-               assertTrue("equals", fType3.equals(fType3));
-
-               assertTrue("equals", !fType0.equals(fType3));
-               assertTrue("equals", !fType3.equals(fType0));
-       }
-       
-       public void testEqualsSymmetry() throws Exception {
-               assertTrue("equals", fType0.equals(fType1));
-               assertTrue("equals", fType1.equals(fType0));
-
-               assertTrue("equals", !fType0.equals(fType3));
-               assertTrue("equals", !fType3.equals(fType0));
-       }
-       
-       public void testEqualsTransivity() throws Exception {
-               assertTrue("equals", fType0.equals(fType1));
-               assertTrue("equals", fType1.equals(fType2));
-               assertTrue("equals", fType0.equals(fType2));
-       }
-       
-       public void testEqualsNull() throws Exception {
-               assertTrue("equals", !fType0.equals(null));
-               assertTrue("equals", !fType3.equals(null));
-       }
-       
-       // ------------------------------------------------------------------------
-       // hashCode
-       // ------------------------------------------------------------------------
-
-       public void testHashCode() throws Exception {
-               assertTrue("hashCode", fType0.hashCode() == fType1.hashCode());
-               assertTrue("hashCode", fType0.hashCode() != fType3.hashCode());
-       }
-       
-       // ------------------------------------------------------------------------
-       // toString
-       // ------------------------------------------------------------------------
-
-       public void testToString() {
-               String expected1 = "[TmfEventType:" + TmfEventType.DEFAULT_TYPE_ID + "]";
-               TmfEventType type1 = new TmfEventType();
-               assertEquals("toString", expected1, type1.toString());
-
-               String expected2 = "[TmfEventType:" + fTypeId + "]";
-               TmfEventType type2 = new TmfEventType(fTypeId, fLabels);
-               assertEquals("toString", expected2, type2.toString());
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfTimeRangeTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfTimeRangeTest.java
deleted file mode 100644 (file)
index 1bf85eb..0000000
+++ /dev/null
@@ -1,282 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.event;
-
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-import junit.framework.TestCase;
-
-/**
- * <b><u>TmfTimeRangeTest</u></b>
- * <p>
- * Test suite for the TmfTimeRange class.
- */
-@SuppressWarnings("nls")
-public class TmfTimeRangeTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Housekeeping
-       // ------------------------------------------------------------------------
-
-       public TmfTimeRangeTest(String name) {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-       // ------------------------------------------------------------------------
-       // Constructors
-       // ------------------------------------------------------------------------
-
-       public void testConstructor() throws Exception {
-               TmfTimestamp ts1 = new TmfTimestamp(12345);
-               TmfTimestamp ts2 = new TmfTimestamp(12350);
-               TmfTimeRange range = new TmfTimeRange(ts1, ts2);
-               assertEquals("startTime", ts1, range.getStartTime());
-               assertEquals("endTime",   ts2, range.getEndTime());
-       }
-
-       public void testBadConstructor() throws Exception {
-               try {
-                       new TmfTimeRange(TmfTimestamp.BigBang, null);
-                       fail("null copy");
-               }
-               catch (IllegalArgumentException e) {
-                       // Success
-               }
-
-               try {
-                       new TmfTimeRange(null, TmfTimestamp.BigCrunch);
-                       fail("null copy");
-               }
-               catch (IllegalArgumentException e) {
-                       // Success
-               }
-       }
-
-       public void testOpenRange1() throws Exception {
-               TmfTimestamp ts2 = new TmfTimestamp(12350);
-               TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, ts2);
-               assertEquals("startTime", TmfTimestamp.BigBang, range.getStartTime());
-               assertEquals("endTime",   ts2, range.getEndTime());
-       }
-
-       public void testOpenRange2() throws Exception {
-               TmfTimestamp ts1 = new TmfTimestamp(12345);
-               TmfTimeRange range = new TmfTimeRange(ts1, TmfTimestamp.BigCrunch);
-               assertEquals("startTime", ts1, range.getStartTime());
-               assertEquals("endTime",   TmfTimestamp.BigCrunch, range.getEndTime());
-       }
-
-       public void testOpenRange3() throws Exception {
-               TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang,     TmfTimestamp.BigCrunch);
-               assertEquals("startTime", TmfTimestamp.BigBang,   range.getStartTime());
-               assertEquals("endTime",   TmfTimestamp.BigCrunch, range.getEndTime());
-       }
-       
-       public void testCopyConstructor() throws Exception {
-               TmfTimestamp ts1 = new TmfTimestamp(12345);
-               TmfTimestamp ts2 = new TmfTimestamp(12350);
-               TmfTimeRange range0 = new TmfTimeRange(ts1, ts2);
-               TmfTimeRange range1 = new TmfTimeRange(range0);
-
-               assertEquals("startTime", ts1, range1.getStartTime());
-               assertEquals("endTime",   ts2, range1.getEndTime());
-
-               TmfTimeRange range2 = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-               TmfTimeRange range3 = new TmfTimeRange(range2);
-               assertEquals("startTime", TmfTimestamp.BigBang,   range3.getStartTime());
-               assertEquals("endTime",   TmfTimestamp.BigCrunch, range3.getEndTime());
-       }
-
-       public void testCopyConstructor2() throws Exception {
-               try {
-                       new TmfTimeRange(null);
-                       fail("null copy");
-               }
-               catch (IllegalArgumentException e) {
-                       // Success
-               }
-       }
-
-       // ------------------------------------------------------------------------
-       // equals
-       // ------------------------------------------------------------------------
-
-       public void testEqualsReflexivity() throws Exception {
-               TmfTimestamp ts1 = new TmfTimestamp(12345);
-               TmfTimestamp ts2 = new TmfTimestamp(12350);
-               TmfTimeRange range1 = new TmfTimeRange(ts1, ts2);
-               TmfTimeRange range2 = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-
-               assertTrue("equals", range1.equals(range1));
-               assertTrue("equals", range2.equals(range2));
-
-               assertTrue("equals", !range1.equals(range2));
-               assertTrue("equals", !range2.equals(range1));
-       }
-       
-       public void testEqualsSymmetry() throws Exception {
-               TmfTimestamp ts1 = new TmfTimestamp(12345);
-               TmfTimestamp ts2 = new TmfTimestamp(12350);
-               TmfTimeRange range1a = new TmfTimeRange(ts1, ts2);
-               TmfTimeRange range1b = new TmfTimeRange(ts1, ts2);
-
-               TmfTimeRange range2a = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-               TmfTimeRange range2b = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-
-               assertTrue("equals", range1a.equals(range1b));
-               assertTrue("equals", range1b.equals(range1a));
-
-               assertTrue("equals", range2a.equals(range2b));
-               assertTrue("equals", range2b.equals(range2a));
-       }
-       
-       public void testEqualsTransivity() throws Exception {
-               TmfTimestamp ts1 = new TmfTimestamp(12345);
-               TmfTimestamp ts2 = new TmfTimestamp(12350);
-               TmfTimeRange range1a = new TmfTimeRange(ts1, ts2);
-               TmfTimeRange range1b = new TmfTimeRange(ts1, ts2);
-               TmfTimeRange range1c = new TmfTimeRange(ts1, ts2);
-
-               assertTrue("equals", range1a.equals(range1b));
-               assertTrue("equals", range1b.equals(range1c));
-               assertTrue("equals", range1a.equals(range1c));
-       }
-       
-       public void testEqualsNull() throws Exception {
-               TmfTimestamp ts1 = new TmfTimestamp(12345);
-               TmfTimestamp ts2 = new TmfTimestamp(12350);
-               TmfTimeRange range1 = new TmfTimeRange(ts1, ts2);
-
-               assertTrue("equals", !range1.equals(null));
-       }
-       
-       // ------------------------------------------------------------------------
-       // hashCode
-       // ------------------------------------------------------------------------
-
-       public void testHashCode() throws Exception {
-               TmfTimestamp ts1 = new TmfTimestamp(12345);
-               TmfTimestamp ts2 = new TmfTimestamp(12350);
-               TmfTimeRange range1 = new TmfTimeRange(ts1, ts2);
-               TmfTimeRange range1b = new TmfTimeRange(range1);
-               TmfTimeRange range2 = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-               TmfTimeRange range2b = new TmfTimeRange(range2);
-
-               assertTrue("hashCode", range1.hashCode() == range1b.hashCode());
-               assertTrue("hashCode", range2.hashCode() == range2b.hashCode());
-
-               assertTrue("hashCode", range1.hashCode() != range2.hashCode());
-       }
-       
-       // ------------------------------------------------------------------------
-       // toString
-       // ------------------------------------------------------------------------
-
-       public void testToString() throws Exception {
-               TmfTimestamp ts1 = new TmfTimestamp(12345);
-               TmfTimestamp ts2 = new TmfTimestamp(12350);
-               TmfTimeRange range = new TmfTimeRange(ts1, ts2);
-
-               String expected = "[TmfTimeRange(" + ts1 + ":" + ts2 + ")]";
-               assertEquals("toString", expected, range.toString());
-       }
-       
-       // ------------------------------------------------------------------------
-       // contains
-       // ------------------------------------------------------------------------
-
-       public void testContains() throws Exception {
-               TmfTimestamp ts1 = new TmfTimestamp(12345);
-               TmfTimestamp ts2 = new TmfTimestamp(12350);
-               TmfTimeRange range = new TmfTimeRange(ts1, ts2);
-
-               assertTrue("contains (lower bound)", range.contains(new TmfTimestamp(12345)));
-               assertTrue("contains (higher bound)", range.contains(new TmfTimestamp(12350)));
-               assertTrue("contains (within bounds)", range.contains(new TmfTimestamp(12346)));
-
-               assertFalse("contains (low value)", range.contains(new TmfTimestamp(12340)));
-               assertFalse("contains (high value)", range.contains(new TmfTimestamp(12351)));
-       }
-
-       // ------------------------------------------------------------------------
-       // getIntersection
-       // ------------------------------------------------------------------------
-
-       public void testGetIntersection() throws Exception {
-
-               TmfTimestamp ts1a = new TmfTimestamp(1000);
-               TmfTimestamp ts1b = new TmfTimestamp(2000);
-               TmfTimeRange range1 = new TmfTimeRange(ts1a, ts1b);
-
-               TmfTimestamp ts2a = new TmfTimestamp(2000);
-               TmfTimestamp ts2b = new TmfTimestamp(3000);
-               TmfTimeRange range2 = new TmfTimeRange(ts2a, ts2b);
-               
-               TmfTimestamp ts3a = new TmfTimestamp(3000);
-               TmfTimestamp ts3b = new TmfTimestamp(4000);
-               TmfTimeRange range3 = new TmfTimeRange(ts3a, ts3b);
-               
-               TmfTimestamp ts4a = new TmfTimestamp(1500);
-               TmfTimestamp ts4b = new TmfTimestamp(2500);
-               TmfTimeRange range4 = new TmfTimeRange(ts4a, ts4b);
-               
-               TmfTimestamp ts5a = new TmfTimestamp(1500);
-               TmfTimestamp ts5b = new TmfTimestamp(2000);
-               TmfTimeRange range5 = new TmfTimeRange(ts5a, ts5b);
-               
-               TmfTimestamp ts6a = new TmfTimestamp(2000);
-               TmfTimestamp ts6b = new TmfTimestamp(2500);
-               TmfTimeRange range6 = new TmfTimeRange(ts6a, ts6b);
-               
-               TmfTimestamp ts7a = new TmfTimestamp(1500);
-               TmfTimestamp ts7b = new TmfTimestamp(3500);
-               TmfTimeRange range7 = new TmfTimeRange(ts7a, ts7b);
-               
-               TmfTimestamp ts8a = new TmfTimestamp(2250);
-               TmfTimestamp ts8b = new TmfTimestamp(2750);
-               TmfTimeRange range8 = new TmfTimeRange(ts8a, ts8b);
-               
-               assertEquals("getIntersection (below - not contiguous)", null, range1.getIntersection(range3));
-               assertEquals("getIntersection (above - not contiguous)", null, range3.getIntersection(range1));
-
-               assertEquals("getIntersection (below - contiguous)", new TmfTimeRange(ts1b, ts1b), range1.getIntersection(range2));
-               assertEquals("getIntersection (above - contiguous)", new TmfTimeRange(ts3a, ts3a), range3.getIntersection(range2));
-
-               assertEquals("getIntersection (below - overlap)", new TmfTimeRange(ts2a, ts4b), range2.getIntersection(range4));
-               assertEquals("getIntersection (above - overlap)", new TmfTimeRange(ts2a, ts4b), range4.getIntersection(range2));
-
-               assertEquals("getIntersection (within - overlap1)", range6, range2.getIntersection(range6));
-               assertEquals("getIntersection (within - overlap2)", range6, range6.getIntersection(range2));
-
-               assertEquals("getIntersection (within - overlap3)", range5, range1.getIntersection(range5));
-               assertEquals("getIntersection (within - overlap4)", range5, range5.getIntersection(range1));
-       
-               assertEquals("getIntersection (within - overlap5)", range8, range2.getIntersection(range8));
-               assertEquals("getIntersection (within - overlap6)", range8, range8.getIntersection(range2));
-
-               assertEquals("getIntersection (accross1)", range2, range2.getIntersection(range7));
-               assertEquals("getIntersection (accross2)", range2, range7.getIntersection(range2));
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfTimestampTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfTimestampTest.java
deleted file mode 100644 (file)
index f3b7503..0000000
+++ /dev/null
@@ -1,495 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.event;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-/**
- * <b><u>TmfTimestampTest</u></b>
- * <p>
- * Test suite for the TmfTimestamp class.
- */
-@SuppressWarnings("nls")
-public class TmfTimestampTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-       private final TmfTimestamp ts0 = new TmfTimestamp();
-       private final TmfTimestamp ts1 = new TmfTimestamp(12345);
-       private final TmfTimestamp ts2 = new TmfTimestamp(12345, (byte) -1);
-       private final TmfTimestamp ts3 = new TmfTimestamp(12345, (byte)  2, 5);
-
-       private final TmfTimestamp ts0copy = new TmfTimestamp();
-       private final TmfTimestamp ts1copy = new TmfTimestamp(12345);
-
-       private final TmfTimestamp ts0copy2 = new TmfTimestamp();
-       private final TmfTimestamp ts1copy2 = new TmfTimestamp(12345);
-
-       private final TmfTimestamp bigBang   = new TmfTimestamp(TmfTimestamp.BigBang);
-       private final TmfTimestamp bigCrunch = new TmfTimestamp(TmfTimestamp.BigCrunch);
-
-       // ------------------------------------------------------------------------
-       // Housekeping
-       // ------------------------------------------------------------------------
-
-       /**
-        * @param name the test name
-        */
-       public TmfTimestampTest(String name) {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-       // ------------------------------------------------------------------------
-       // Constructors
-       // ------------------------------------------------------------------------
-
-       public void testDefaultConstructor() throws Exception {
-               assertEquals("getValue",     0, ts0.getValue());
-               assertEquals("getscale",     0, ts0.getScale());
-               assertEquals("getPrecision", 0, ts0.getPrecision());
-       }
-
-       public void testSimpleConstructor() throws Exception {
-               assertEquals("getValue", 12345, ts1.getValue());
-               assertEquals("getscale", 0,     ts1.getScale());
-               assertEquals("getPrecision", 0, ts1.getPrecision());
-       }
-
-       public void testSimpleConstructor2() throws Exception {
-               assertEquals("getValue", 12345, ts2.getValue());
-               assertEquals("getscale", -1,    ts2.getScale());
-               assertEquals("getPrecision", 0, ts2.getPrecision());
-       }
-
-       public void testFullConstructor() throws Exception {
-               assertEquals("getValue", 12345, ts3.getValue());
-               assertEquals("getscale", 2,     ts3.getScale());
-               assertEquals("getPrecision", 5, ts3.getPrecision());
-       }
-
-       public void testCopyConstructor() throws Exception {
-               TmfTimestamp ts0 = new TmfTimestamp(12345, (byte) 2, 5);
-               TmfTimestamp ts = new TmfTimestamp(ts0);
-               assertEquals("getValue", 12345, ts.getValue());
-               assertEquals("getscale", 2, ts.getScale());
-               assertEquals("getPrecision", 5, ts.getPrecision());
-       }
-
-       public void testCopyConstructor2() throws Exception {
-               try {
-                       @SuppressWarnings("unused")
-                       TmfTimestamp timestamp = new TmfTimestamp(null);
-                       fail("null copy");
-               }
-               catch (IllegalArgumentException e) {
-                       // Success
-               }
-       }
-
-       public void testCopyConstructorBigBang() throws Exception {
-               assertEquals("getValue", TmfTimestamp.BigBang.getValue(), bigBang.getValue());
-               assertEquals("getscale", TmfTimestamp.BigBang.getScale(), bigBang.getScale());
-               assertEquals("getPrecision", TmfTimestamp.BigBang.getPrecision(), bigBang.getPrecision());
-       }
-
-       public void testCopyConstructorBigCrunch() throws Exception {
-               assertEquals("getValue", TmfTimestamp.BigCrunch.getValue(), bigCrunch.getValue());
-               assertEquals("getscale", TmfTimestamp.BigCrunch.getScale(), bigCrunch.getScale());
-               assertEquals("getPrecision", TmfTimestamp.BigCrunch.getPrecision(), bigCrunch.getPrecision());
-       }
-
-       // ------------------------------------------------------------------------
-       // equals
-       // ------------------------------------------------------------------------
-
-       public void testEqualsReflexivity() throws Exception {
-               assertTrue("equals", ts0.equals(ts0));
-               assertTrue("equals", ts1.equals(ts1));
-
-               assertTrue("equals", !ts0.equals(ts1));
-               assertTrue("equals", !ts1.equals(ts0));
-       }
-       
-       public void testEqualsSymmetry() throws Exception {
-               assertTrue("equals", ts0.equals(ts0copy));
-               assertTrue("equals", ts0copy.equals(ts0));
-
-               assertTrue("equals", ts1.equals(ts1copy));
-               assertTrue("equals", ts1copy.equals(ts1));
-       }
-       
-       public void testEqualsTransivity() throws Exception {
-               assertTrue("equals", ts0.equals(ts0copy));
-               assertTrue("equals", ts0copy.equals(ts0copy2));
-               assertTrue("equals", ts0.equals(ts0copy2));
-               
-               assertTrue("equals", ts1.equals(ts1copy));
-               assertTrue("equals", ts1copy.equals(ts1copy2));
-               assertTrue("equals", ts1.equals(ts1copy2));
-       }
-       
-       public void testEqualsNull() throws Exception {
-               assertTrue("equals", !ts0.equals(null));
-               assertTrue("equals", !ts1.equals(null));
-       }
-       
-       // ------------------------------------------------------------------------
-       // hashCode
-       // ------------------------------------------------------------------------
-
-       public void testHashCode() throws Exception {
-               assertTrue("hashCode", ts0.hashCode() == ts0copy.hashCode());
-               assertTrue("hashCode", ts1.hashCode() == ts1copy.hashCode());
-
-               assertTrue("hashCode", ts0.hashCode() != ts1.hashCode());
-       }
-       
-       // ------------------------------------------------------------------------
-       // toString
-       // ------------------------------------------------------------------------
-
-       public void testToString() throws Exception {
-               assertEquals("toString", "[TmfTimestamp(0,0,0)]",      ts0.toString());
-               assertEquals("toString", "[TmfTimestamp(12345,0,0)]",  ts1.toString());
-               assertEquals("toString", "[TmfTimestamp(12345,-1,0)]", ts2.toString());
-               assertEquals("toString", "[TmfTimestamp(12345,2,5)]",  ts3.toString());
-       }
-
-       // ------------------------------------------------------------------------
-       // clone
-       // ------------------------------------------------------------------------
-
-       public class MyTimestamp extends TmfTimestamp {
-               @Override
-               public boolean equals(Object other) {
-                       return super.equals(other);
-               }
-               @Override
-               public MyTimestamp clone() {
-                       return (MyTimestamp) super.clone();
-               }
-       }
-
-       public void testClone() throws Exception {
-               TmfTimestamp timestamp = ts0.clone();
-               assertEquals("clone", timestamp, ts0);
-       }
-
-       public void testClone2() throws Exception {
-               MyTimestamp timestamp = new MyTimestamp();
-               MyTimestamp clone = timestamp.clone();
-               assertEquals("clone", clone, timestamp);
-       }
-
-       // ------------------------------------------------------------------------
-       // synchronize
-       // ------------------------------------------------------------------------
-
-       public void testSynchronizeOffset() throws Exception {
-
-               TmfTimestamp ts = ts0.synchronize(0, (byte) 0);
-               assertEquals("getValue",     0, ts.getValue());
-               assertEquals("getscale",     0, ts.getScale());
-               assertEquals("getPrecision", 0, ts.getPrecision());
-
-               ts = ts0.synchronize(12345, (byte) 0);
-               assertEquals("getValue", 12345, ts.getValue());
-               assertEquals("getscale",     0, ts.getScale());
-               assertEquals("getPrecision", 0, ts.getPrecision());
-
-               ts = ts0.synchronize(10, (byte) 0);
-               assertEquals("getValue",    10, ts.getValue());
-               assertEquals("getscale",     0, ts.getScale());
-               assertEquals("getPrecision", 0, ts.getPrecision());
-
-               ts = ts0.synchronize(-10, (byte) 0);
-               assertEquals("getValue",   -10, ts.getValue());
-               assertEquals("getscale",     0, ts.getScale());
-               assertEquals("getPrecision", 0, ts.getPrecision());
-       }
-
-       public void testSynchronizeScale() throws Exception {
-
-               TmfTimestamp ts = ts0.synchronize(0, (byte) 10);
-               assertEquals("getValue",     0, ts.getValue());
-               assertEquals("getscale",    10, ts.getScale());
-               assertEquals("getPrecision", 0, ts.getPrecision());
-
-               ts = ts0.synchronize(0, (byte) -10);
-               assertEquals("getValue",     0, ts.getValue());
-               assertEquals("getscale",   -10, ts.getScale());
-               assertEquals("getPrecision", 0, ts.getPrecision());
-       }
-
-       public void testSynchronizeOffsetAndScale() throws Exception {
-               byte SCALE = 12;
-
-               TmfTimestamp ts = ts0.synchronize(0, SCALE);
-               assertEquals("getValue",     0, ts.getValue());
-               assertEquals("getscale", SCALE, ts.getScale());
-               assertEquals("getPrecision", 0, ts.getPrecision());
-
-               ts = ts0.synchronize(12345, SCALE);
-               assertEquals("getValue", 12345, ts.getValue());
-               assertEquals("getscale", SCALE, ts.getScale());
-               assertEquals("getPrecision", 0, ts.getPrecision());
-
-               ts = ts0.synchronize(10, SCALE);
-               assertEquals("getValue",    10, ts.getValue());
-               assertEquals("getscale", SCALE, ts.getScale());
-               assertEquals("getPrecision", 0, ts.getPrecision());
-
-               ts = ts0.synchronize(-10, SCALE);
-               assertEquals("getValue",   -10, ts.getValue());
-               assertEquals("getscale", SCALE, ts.getScale());
-               assertEquals("getPrecision", 0, ts.getPrecision());
-       }       
-       
-       // ------------------------------------------------------------------------
-       // getAdjustment
-       // ------------------------------------------------------------------------
-
-       public void testGetAdjustmentSameScale() throws Exception {
-               long delta = ts0.getAdjustment(ts0 , ts0.getScale());
-               assertEquals("delta", 0, delta);
-
-               delta = ts1.getAdjustment(ts1, ts1.getScale());
-               assertEquals("delta", 0, delta);
-
-               delta = ts0.getAdjustment(ts1, ts1.getScale());
-               assertEquals("delta", 12345, delta);
-
-               delta = ts1.getAdjustment(ts0, ts0.getScale());
-               assertEquals("delta", -12345, delta);
-       }
-
-       public void testGetAdjustmentDifferentScales() throws Exception {
-               long delta = ts0.getAdjustment(ts2, ts2.getScale());
-               assertEquals("delta", 12345, delta);
-
-               delta = ts2.getAdjustment(ts0, ts0.getScale());
-               assertEquals("delta", -1234, delta);
-       }
-
-       // ------------------------------------------------------------------------
-       // CompareTo
-       // ------------------------------------------------------------------------
-
-       public void testCompareToSameScale() throws Exception {
-               TmfTimestamp ts1 = new TmfTimestamp(900,  (byte) 0, 50);
-               TmfTimestamp ts2 = new TmfTimestamp(1000, (byte) 0, 50);
-               TmfTimestamp ts3 = new TmfTimestamp(1100, (byte) 0, 50);
-               TmfTimestamp ts4 = new TmfTimestamp(1000, (byte) 0, 75);
-
-               assertTrue(ts1.compareTo(ts1, false) == 0);
-
-               assertTrue("CompareTo", ts1.compareTo(ts2, false) < 0);
-               assertTrue("CompareTo", ts1.compareTo(ts3, false) < 0);
-               assertTrue("CompareTo", ts1.compareTo(ts4, false) < 0);
-
-               assertTrue("CompareTo", ts2.compareTo(ts1, false) > 0);
-               assertTrue("CompareTo", ts2.compareTo(ts3, false) < 0);
-               assertTrue("CompareTo", ts2.compareTo(ts4, false) == 0);
-
-               assertTrue("CompareTo", ts3.compareTo(ts1, false) > 0);
-               assertTrue("CompareTo", ts3.compareTo(ts2, false) > 0);
-               assertTrue("CompareTo", ts3.compareTo(ts4, false) > 0);
-       }
-
-       public void testCompareToDifferentScale() throws Exception {
-               TmfTimestamp ts1 = new TmfTimestamp(9000, (byte) -1, 50);
-               TmfTimestamp ts2 = new TmfTimestamp(1000, (byte) 0, 50);
-               TmfTimestamp ts3 = new TmfTimestamp(110,  (byte) 1, 50);
-               TmfTimestamp ts4 = new TmfTimestamp(1,    (byte) 3, 75);
-
-               assertTrue("CompareTo", ts1.compareTo(ts1, false) == 0);
-
-               assertTrue("CompareTo", ts1.compareTo(ts2, false) < 0);
-               assertTrue("CompareTo", ts1.compareTo(ts3, false) < 0);
-               assertTrue("CompareTo", ts1.compareTo(ts4, false) < 0);
-
-               assertTrue("CompareTo", ts2.compareTo(ts1, false) > 0);
-               assertTrue("CompareTo", ts2.compareTo(ts3, false) < 0);
-               assertTrue("CompareTo", ts2.compareTo(ts4, false) == 0);
-
-               assertTrue("CompareTo", ts3.compareTo(ts1, false) > 0);
-               assertTrue("CompareTo", ts3.compareTo(ts2, false) > 0);
-               assertTrue("CompareTo", ts3.compareTo(ts4, false) > 0);
-       }
-
-       public void testCompareToWithinPrecision() throws Exception {
-               TmfTimestamp ts1 = new TmfTimestamp(900,  (byte) 0, 50);
-               TmfTimestamp ts2 = new TmfTimestamp(1000, (byte) 0, 50);
-               TmfTimestamp ts3 = new TmfTimestamp(1100, (byte) 0, 50);
-               TmfTimestamp ts4 = new TmfTimestamp(1000, (byte) 0, 75);
-
-               assertTrue("CompareTo", ts1.compareTo(ts1, true) == 0);
-
-               assertTrue("CompareTo", ts1.compareTo(ts2, true) == 0);
-               assertTrue("CompareTo", ts1.compareTo(ts3, true) < 0);
-               assertTrue("CompareTo", ts1.compareTo(ts4, true) == 0);
-
-               assertTrue("CompareTo", ts2.compareTo(ts1, true) == 0);
-               assertTrue("CompareTo", ts2.compareTo(ts3, true) == 0);
-               assertTrue("CompareTo", ts2.compareTo(ts4, true) == 0);
-
-               assertTrue("CompareTo", ts3.compareTo(ts1, true) > 0);
-               assertTrue("CompareTo", ts3.compareTo(ts2, true) == 0);
-               assertTrue("CompareTo", ts3.compareTo(ts4, true) == 0);
-       }
-
-       public void testCompareToLargeScale() throws Exception {
-               TmfTimestamp ts1 = new TmfTimestamp(-1,    (byte) 100);
-               TmfTimestamp ts2 = new TmfTimestamp(-1000, (byte) -100);
-               TmfTimestamp ts3 = new TmfTimestamp(1,     (byte) 100);
-               TmfTimestamp ts4 = new TmfTimestamp(1000,  (byte) -100);
-
-               assertTrue("CompareTo", ts1.compareTo(ts2, false) < 0);
-               assertTrue("CompareTo", ts1.compareTo(ts3, false) < 0);
-               assertTrue("CompareTo", ts1.compareTo(ts4, false) < 0);
-
-               assertTrue("CompareTo", ts2.compareTo(ts1, false) > 0);
-               assertTrue("CompareTo", ts2.compareTo(ts3, false) < 0);
-               assertTrue("CompareTo", ts2.compareTo(ts4, false) < 0);
-
-               assertTrue("CompareTo", ts3.compareTo(ts1, false) > 0);
-               assertTrue("CompareTo", ts3.compareTo(ts2, false) > 0);
-               assertTrue("CompareTo", ts3.compareTo(ts4, false) > 0);
-
-               assertTrue("CompareTo", ts4.compareTo(ts1, false) > 0);
-               assertTrue("CompareTo", ts4.compareTo(ts2, false) > 0);
-               assertTrue("CompareTo", ts4.compareTo(ts3, false) < 0);
-       }
-
-       public void testCompareToBigRanges() throws Exception {
-               TmfTimestamp ts0a = new TmfTimestamp( 0, Byte.MAX_VALUE);
-               TmfTimestamp ts0b = new TmfTimestamp( 0, Byte.MIN_VALUE);
-               TmfTimestamp ts1  = new TmfTimestamp(-1, Byte.MAX_VALUE);
-               TmfTimestamp ts2  = new TmfTimestamp(-1, Byte.MIN_VALUE);
-               TmfTimestamp ts3  = new TmfTimestamp( 1, Byte.MAX_VALUE);
-               TmfTimestamp ts4  = new TmfTimestamp( 1, Byte.MIN_VALUE);
-
-               assertEquals("CompareTo",  1, ts0a.compareTo(TmfTimestamp.BigBang,   false));
-               assertEquals("CompareTo", -1, ts0a.compareTo(TmfTimestamp.BigCrunch, false));
-
-               assertEquals("CompareTo",  1, ts0b.compareTo(TmfTimestamp.BigBang,   false));
-               assertEquals("CompareTo", -1, ts0b.compareTo(TmfTimestamp.BigCrunch, false));
-
-               assertEquals("CompareTo",  0, ts0a.compareTo(ts0b, false));
-               assertEquals("CompareTo",  0, ts0b.compareTo(ts0a, false));
-
-               assertEquals("CompareTo",  1, ts0a.compareTo(TmfTimestamp.BigBang,   false));
-               assertEquals("CompareTo", -1, ts0a.compareTo(TmfTimestamp.BigCrunch, false));
-
-               assertEquals("CompareTo",  1, ts1.compareTo(TmfTimestamp.BigBang,   false));
-               assertEquals("CompareTo", -1, ts1.compareTo(TmfTimestamp.BigCrunch, false));
-
-               assertEquals("CompareTo",  1, ts2.compareTo(TmfTimestamp.BigBang,   false));
-               assertEquals("CompareTo", -1, ts2.compareTo(TmfTimestamp.BigCrunch, false));
-
-               assertEquals("CompareTo",  1, ts3.compareTo(TmfTimestamp.BigBang,   false));
-               assertEquals("CompareTo", -1, ts3.compareTo(TmfTimestamp.BigCrunch, false));
-
-               assertEquals("CompareTo",  1, ts4.compareTo(TmfTimestamp.BigBang,   false));
-               assertEquals("CompareTo", -1, ts4.compareTo(TmfTimestamp.BigCrunch, false));
-       }
-
-    // ------------------------------------------------------------------------
-    // getDelta
-    // ------------------------------------------------------------------------
-       
-       public void testDelta() throws Exception {
-           // Delta for same scale and precision (delta > 0)
-           TmfTimestamp ts0 = new TmfTimestamp(10, (byte)9);
-           TmfTimestamp ts1 = new TmfTimestamp(5,  (byte)9);
-           TmfTimestamp exp = new TmfTimestamp(5,  (byte)9);
-           
-           TmfTimestamp delta = ts0.getDelta(ts1);
-           assertEquals("getDelta", 0, delta.compareTo(exp, false));
-           
-           // Delta for same scale and precision (delta < 0)
-           ts0 = new TmfTimestamp(5,  (byte)9);
-           ts1 = new TmfTimestamp(10, (byte)9);
-           exp = new TmfTimestamp(-5, (byte)9);
-
-           delta = ts0.getDelta(ts1);
-           assertEquals("getDelta", 0, delta.compareTo(exp, false));
-           
-           // Delta for different scale and same precision (delta > 0)
-        ts0 = new TmfTimestamp(5,  (byte)9);
-        ts1 = new TmfTimestamp(10, (byte)8);
-        exp = new TmfTimestamp(4,  (byte)9);
-
-        delta = ts0.getDelta(ts1);
-        assertEquals("getDelta", 0, delta.compareTo(exp, false));
-
-        // Delta for different scale and same precision (delta > 0)
-        ts0 = new TmfTimestamp(5,  (byte)9);
-        ts1 = new TmfTimestamp(10, (byte)7);
-        exp = new TmfTimestamp(5,  (byte)9);
-
-        delta = ts0.getDelta(ts1);
-        assertEquals("getDelta", 0, delta.compareTo(exp, false));
-
-        // Delta for different scale and same precision
-        ts0 = new TmfTimestamp(10, (byte)9);
-        ts1 = new TmfTimestamp(5,  (byte)8);
-        exp = new TmfTimestamp(10, (byte)9);
-
-        delta = ts0.getDelta(ts1);
-        assertEquals("getDelta", 0, delta.compareTo(exp, false));
-
-        // Delta for same scale and different precision
-        ts0 = new TmfTimestamp(10, (byte)9,1);
-        ts1 = new TmfTimestamp(5,  (byte)9, 2);
-        exp = new TmfTimestamp(5,  (byte)9, 2);
-
-        delta = ts0.getDelta(ts1);
-        assertEquals("getDelta", 0, delta.compareTo(exp, true));
-        assertEquals("precision", 2, delta.getPrecision());
-        
-        // Delta for same scale and different precision
-        ts0 = new TmfTimestamp(5,  (byte)9, 2);
-        ts1 = new TmfTimestamp(10, (byte)9, 1);
-        exp = new TmfTimestamp(-5, (byte)9, 2);
-
-        delta = ts0.getDelta(ts1);
-        assertEquals("getDelta", 0, delta.compareTo(exp, true));
-        assertEquals("precision", 2, delta.getPrecision());
-
-        // Delta for different scale and different precision
-        ts0 = new TmfTimestamp(5,  (byte)9, 2);
-        ts1 = new TmfTimestamp(10, (byte)8, 1);
-        exp = new TmfTimestamp(4,  (byte)9, 2);
-        assertEquals("precision", 2, delta.getPrecision());
-        assertEquals("precision", 2, delta.getPrecision());
-
-        delta = ts0.getDelta(ts1);
-        assertEquals("getDelta", 0, delta.compareTo(exp, true));
-        assertEquals("precision", 2, delta.getPrecision());
-       }
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfTraceEventTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/event/TmfTraceEventTest.java
deleted file mode 100644 (file)
index 6b3fd21..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.event;
-
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.event.TmfEventType;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.event.TmfTraceEvent;
-
-import junit.framework.TestCase;
-
-/**
- * <b><u>TmfTraceEventTest</u></b>
- * <p>
- * Test suite for the TmfTraceEvent class.
- */
-@SuppressWarnings("nls")
-public class TmfTraceEventTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-       private final String   fTypeId = "Some type";
-       private final String   fLabel0 = "label1";
-       private final String   fLabel1 = "label2";
-       private final String[] fLabels = new String[] { fLabel0, fLabel1 };
-
-       private final TmfTimestamp      fTimestamp1 = new TmfTimestamp(12345, (byte) 2, 5);
-       private final TmfTimestamp      fTimestamp2 = new TmfTimestamp(12350, (byte) 2, 5);
-       private final TmfEventSource    fSource     = new TmfEventSource("Source");
-       private final TmfEventType      fType       = new TmfEventType(fTypeId, fLabels);
-       private final TmfEventReference fReference  = new TmfEventReference("Some reference");
-
-       private final TmfTraceEvent fEvent1;
-       private final TmfTraceEvent fEvent2;
-
-       private final TmfEventContent fContent1;
-       private final TmfEventContent fContent2;
-
-       private final String fPath = "/some/path/";
-       private final String fFile = "filename";
-       private final int    fLine = 10;
-
-    // ------------------------------------------------------------------------
-       // Housekeeping
-    // ------------------------------------------------------------------------
-
-       /**
-        * @param name the test name
-        */
-       public TmfTraceEventTest(String name) {
-               super(name);
-
-               fEvent1 = new TmfTraceEvent(fTimestamp1, fSource, fType, fReference, fPath, fFile, fLine);
-               fContent1 = new TmfEventContent(fEvent1, "Some content");
-               fEvent1.setContent(fContent1);
-
-               fEvent2 = new TmfTraceEvent(fTimestamp1, fTimestamp2, fSource, fType, fReference, fPath, fFile, fLine);
-               fContent2 = new TmfEventContent(fEvent2, "Some other content");
-               fEvent2.setContent(fContent2);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-    // ------------------------------------------------------------------------
-       // Constructors
-    // ------------------------------------------------------------------------
-
-    public void testTmfTraceEvent() throws Exception {
-               assertEquals("getTimestamp",         fTimestamp1, fEvent1.getTimestamp());
-               assertEquals("getOriginalTimestamp", fTimestamp1, fEvent1.getOriginalTimestamp());
-               assertEquals("getSource",            fSource,     fEvent1.getSource());
-               assertEquals("getType",              fType,       fEvent1.getType());
-               assertEquals("getContent",           fContent1,   fEvent1.getContent());
-               assertEquals("getReference",         fReference,  fEvent1.getReference());
-               assertEquals("getSourcePath",        fPath,       fEvent1.getSourcePath());
-               assertEquals("getFileName",          fFile,       fEvent1.getFileName());
-               assertEquals("getLineNumber",        fLine,       fEvent1.getLineNumber());
-    }
-
-    public void testTmfTraceEvent2() throws Exception {
-               assertEquals("getTimestamp",         fTimestamp2, fEvent2.getTimestamp());
-               assertEquals("getOriginalTimestamp", fTimestamp1, fEvent2.getOriginalTimestamp());
-               assertEquals("getSource",            fSource,     fEvent2.getSource());
-               assertEquals("getType",              fType,       fEvent2.getType());
-               assertEquals("getContent",           fContent2,   fEvent2.getContent());
-               assertEquals("getReference",         fReference,  fEvent2.getReference());
-               assertEquals("getSourcePath",        fPath,       fEvent2.getSourcePath());
-               assertEquals("getFileName",          fFile,       fEvent2.getFileName());
-               assertEquals("getLineNumber",        fLine,       fEvent2.getLineNumber());
-    }
-
-    public void testTmfTraceEventCopy() throws Exception {
-       TmfTraceEvent event = new TmfTraceEvent(fEvent2);
-               assertEquals("getTimestamp",         fTimestamp2, event.getTimestamp());
-               assertEquals("getOriginalTimestamp", fTimestamp1, event.getOriginalTimestamp());
-               assertEquals("getSource",            fSource,     event.getSource());
-               assertEquals("getType",              fType,       event.getType());
-               assertEquals("getContent",           fContent2,   event.getContent());
-               assertEquals("getReference",         fReference,  event.getReference());
-               assertEquals("getSourcePath",        fPath,       event.getSourcePath());
-               assertEquals("getFileName",          fFile,       event.getFileName());
-               assertEquals("getLineNumber",        fLine,       event.getLineNumber());
-    }
-
-    // ------------------------------------------------------------------------
-       // equals
-    // ------------------------------------------------------------------------
-
-    // ------------------------------------------------------------------------
-       // toString
-    // ------------------------------------------------------------------------
-
-}
-
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/experiment/AllTests.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/experiment/AllTests.java
deleted file mode 100644 (file)
index 8f706c2..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-package org.eclipse.linuxtools.tmf.tests.experiment;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import org.eclipse.linuxtools.tmf.TmfCorePlugin;
-
-@SuppressWarnings("nls")
-public class AllTests {
-
-       public static Test suite() {
-               TestSuite suite = new TestSuite("Test suite for " + TmfCorePlugin.PLUGIN_ID + ".experiment"); //$NON-NLS-1$);
-               //$JUnit-BEGIN$
-               suite.addTestSuite(TmfExperimentTest.class);
-               suite.addTestSuite(TmfMultiTraceExperimentTest.class);
-               //$JUnit-END$
-               return suite;
-       }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/experiment/TmfExperimentTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/experiment/TmfExperimentTest.java
deleted file mode 100644 (file)
index 0ece3d3..0000000
+++ /dev/null
@@ -1,707 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.experiment;
-
-import java.io.File;
-import java.io.IOException;
-import java.net.URISyntaxException;
-import java.net.URL;
-import java.util.Vector;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperimentContext;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.tests.TmfCoreTestPlugin;
-import org.eclipse.linuxtools.tmf.trace.ITmfContext;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfCheckpoint;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfTraceStub;
-
-/**
- * <b><u>TmfExperimentTest</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-@SuppressWarnings("nls")
-public class TmfExperimentTest extends TestCase {
-
-    private static final String DIRECTORY   = "testfiles";
-    private static final String TEST_STREAM = "A-Test-10K";
-    private static final String EXPERIMENT  = "MyExperiment";
-    private static int          NB_EVENTS   = 10000;
-    private static int    fDefaultBlockSize = 1000;
-
-    private static ITmfTrace[] fTraces;
-    private static TmfExperiment<TmfEvent> fExperiment;
-
-    private static byte SCALE = (byte) -3;
-
-    // ------------------------------------------------------------------------
-    // Housekeeping
-    // ------------------------------------------------------------------------
-
-    private synchronized static ITmfTrace[] setupTrace(String path) {
-       if (fTraces == null) {
-               fTraces = new ITmfTrace[1];
-               try {
-               URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path), null);
-                       File test = new File(FileLocator.toFileURL(location).toURI());
-                       TmfTraceStub trace = new TmfTraceStub(test.getPath(), true);
-                       fTraces[0] = trace;
-               } catch (URISyntaxException e) {
-                       e.printStackTrace();
-               } catch (IOException e) {
-                       e.printStackTrace();
-               }
-       }
-       return fTraces;
-    }
-
-    private synchronized static void setupExperiment() {
-       if (fExperiment == null) {
-               fExperiment = new TmfExperiment<TmfEvent>(TmfEvent.class, EXPERIMENT, fTraces, TmfTimestamp.Zero, 1000, true);
-       }
-    }
-
-       public TmfExperimentTest(String name) throws Exception {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-               setupTrace(DIRECTORY + File.separator + TEST_STREAM);
-               setupExperiment();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-    // ------------------------------------------------------------------------
-    // Constructor
-    // ------------------------------------------------------------------------
-
-       public void testBasicTmfExperimentConstructor() {
-
-               assertEquals("GetId", EXPERIMENT, fExperiment.getName());
-        assertEquals("GetEpoch", TmfTimestamp.Zero, fExperiment.getEpoch());
-        assertEquals("GetNbEvents", NB_EVENTS, fExperiment.getNbEvents());
-
-        long nbTraceEvents = fExperiment.getTraces()[0].getNbEvents();
-        assertEquals("GetNbEvents", NB_EVENTS, nbTraceEvents);
-
-        TmfTimeRange timeRange = fExperiment.getTimeRange();
-        assertEquals("getStartTime", 1, timeRange.getStartTime().getValue());
-        assertEquals("getEndTime", NB_EVENTS, timeRange.getEndTime().getValue());
-       }
-
-    // ------------------------------------------------------------------------
-    // Verify checkpoints
-    // ------------------------------------------------------------------------
-
-    public void testValidateCheckpoints() throws Exception {
-
-       Vector<TmfCheckpoint> checkpoints = fExperiment.getCheckpoints();
-       int pageSize = fExperiment.getCacheSize();
-               assertTrue("Checkpoints exist", checkpoints != null);
-
-               // Validate that each checkpoint points to the right event
-               for (int i = 0; i < checkpoints.size(); i++) {
-                       TmfCheckpoint checkpoint = checkpoints.get(i);
-               TmfExperimentContext context = fExperiment.seekLocation(checkpoint.getLocation());
-                       TmfEvent event = fExperiment.parseEvent(context);
-                       assertEquals("Event rank", i * pageSize, context.getRank());
-                       assertTrue("Timestamp", (checkpoint.getTimestamp().compareTo(event.getTimestamp(), false) == 0));
-               }               
-    }
-
-    // ------------------------------------------------------------------------
-    // seekLocation
-    // ------------------------------------------------------------------------
-
-    public void testSeekLocationOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 0
-       TmfContext context = fExperiment.seekLocation(null);
-        assertEquals("Event rank", 0, context.getRank());
-
-        TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
-        assertEquals("Event rank", 2, context.getRank());
-
-       // Position trace at event rank 1000
-        TmfContext tmpContext = fExperiment.seekEvent(new TmfTimestamp(1001, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", 1000, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1002, context.getRank());
-
-       // Position trace at event rank 4000
-        tmpContext = fExperiment.seekEvent(new TmfTimestamp(4001, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", 4000, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4000, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4001, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4002, context.getRank());
-    }
-
-    public void testSeekLocationNotOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 9
-       TmfContext tmpContext = fExperiment.seekEvent(new TmfTimestamp(10, SCALE, 0));
-        TmfContext context = fExperiment.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", 9, context.getRank());
-       
-        TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 9, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 10, context.getRank());
-
-       // Position trace at event rank 999
-        tmpContext = fExperiment.seekEvent(new TmfTimestamp(1000, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", 999, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 999, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-
-       // Position trace at event rank 1001
-        tmpContext = fExperiment.seekEvent(new TmfTimestamp(1002, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", 1001, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1002, context.getRank());
-
-       // Position trace at event rank 4500
-        tmpContext = fExperiment.seekEvent(new TmfTimestamp(4501, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", 4500, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4500, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4501, context.getRank());
-    }
-
-    public void testSeekLocationOutOfScope() throws Exception {
-
-       // Position trace at beginning
-       TmfContext tmpContext = fExperiment.seekLocation(null);
-        TmfContext context = fExperiment.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", 0, context.getRank());
-       
-        TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event passed the end
-        tmpContext = fExperiment.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
-        assertEquals("Event location", null, tmpContext.getLocation());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, tmpContext.getRank());
-    }
-
-    // ------------------------------------------------------------------------
-    // seekEvent on timestamp
-    // ------------------------------------------------------------------------
-
-    public void testSeekEventOnTimestampOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 0
-       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(1, SCALE, 0));
-        assertEquals("Event rank", 0, context.getRank());
-       
-        TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event rank 1000
-        context = fExperiment.seekEvent(new TmfTimestamp(1001, SCALE, 0));
-        assertEquals("Event rank", 1000, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-
-       // Position trace at event rank 4000
-        context = fExperiment.seekEvent(new TmfTimestamp(4001, SCALE, 0));
-        assertEquals("Event rank", 4000, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4000, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4001, context.getRank());
-    }
-
-    public void testSeekEventOnTimestampNotOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 1
-       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(2, SCALE, 0));
-        assertEquals("Event rank", 1, context.getRank());
-       
-        TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
-        assertEquals("Event rank", 2, context.getRank());
-
-       // Position trace at event rank 9
-       context = fExperiment.seekEvent(new TmfTimestamp(10, SCALE, 0));
-        assertEquals("Event rank", 9, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 9, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 10, context.getRank());
-
-       // Position trace at event rank 999
-        context = fExperiment.seekEvent(new TmfTimestamp(1000, SCALE, 0));
-        assertEquals("Event rank", 999, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 999, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-
-       // Position trace at event rank 1001
-        context = fExperiment.seekEvent(new TmfTimestamp(1002, SCALE, 0));
-        assertEquals("Event rank", 1001, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1002, context.getRank());
-
-       // Position trace at event rank 4500
-        context = fExperiment.seekEvent(new TmfTimestamp(4501, SCALE, 0));
-        assertEquals("Event rank", 4500, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4500, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4501, context.getRank());
-    }
-
-    public void testSeekEventOnTimestampoutOfScope() throws Exception {
-
-       // Position trace at beginning
-       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(-1, SCALE, 0));
-        assertEquals("Event rank", 0, context.getRank());
-       
-        TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event passed the end
-        context = fExperiment.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
-        assertEquals("Event location", null, context.getLocation());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-    }
-
-    // ------------------------------------------------------------------------
-    // seekEvent on rank
-    // ------------------------------------------------------------------------
-
-    public void testSeekOnRankOnCacheBoundary() throws Exception {
-
-       // On lower bound, returns the first event (ts = 1)
-       TmfContext context = fExperiment.seekEvent(0);
-        assertEquals("Event rank", 0, context.getRank());
-       
-        TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event rank 1000
-        context = fExperiment.seekEvent(1000);
-        assertEquals("Event rank", 1000, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-
-       // Position trace at event rank 4000
-        context = fExperiment.seekEvent(4000);
-        assertEquals("Event rank", 4000, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4000, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4001, context.getRank());
-    }
-
-    public void testSeekOnRankNotOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 9
-       TmfContext context = fExperiment.seekEvent(9);
-        assertEquals("Event rank", 9, context.getRank());
-       
-        TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 9, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 10, context.getRank());
-
-       // Position trace at event rank 999
-        context = fExperiment.seekEvent(999);
-        assertEquals("Event rank", 999, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 999, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-
-       // Position trace at event rank 1001
-        context = fExperiment.seekEvent(1001);
-        assertEquals("Event rank", 1001, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1002, context.getRank());
-
-       // Position trace at event rank 4500
-        context = fExperiment.seekEvent(4500);
-        assertEquals("Event rank", 4500, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4500, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4501, context.getRank());
-    }
-
-    public void testSeekEventOnRankOutOfScope() throws Exception {
-
-       // Position trace at beginning
-       TmfContext context = fExperiment.seekEvent(-1);
-        assertEquals("Event rank", 0, context.getRank());
-       
-        TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event passed the end
-        context = fExperiment.seekEvent(NB_EVENTS);
-        assertEquals("Event location", null, context.getLocation());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-    }
-    
-    // ------------------------------------------------------------------------
-    // parseEvent - make sure parseEvent doesn't update the context
-    // Note: This test is essentially the same as the one from TmfTraceTest
-    // ------------------------------------------------------------------------
-
-    public void testParseEvent() throws Exception {
-
-       int NB_READS = 20;
-
-       // On lower bound, returns the first event (ts = 1)
-       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(0, SCALE, 0));
-
-       // Read NB_EVENTS
-       TmfEvent event = null;;
-        for (int i = 0; i < NB_READS; i++) {
-            event = fExperiment.getNextEvent(context);
-            assertEquals("Event timestamp", i + 1, event.getTimestamp().getValue());
-            assertEquals("Event rank", i + 1, context.getRank());
-        }
-
-        // Make sure we stay positioned
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", NB_READS + 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", NB_READS, context.getRank());
-    }
-
-    // ------------------------------------------------------------------------
-    // getNextEvent - updates the context
-    // ------------------------------------------------------------------------
-
-    public void testGetNextEvent() throws Exception {
-
-       // On lower bound, returns the first event (ts = 0)
-       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(0, SCALE, 0));
-        TmfEvent event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-
-        for (int i = 2; i < 20; i++) {
-            event = fExperiment.getNextEvent(context);
-            assertEquals("Event timestamp", i, event.getTimestamp().getValue());
-        }
-    }
-
-    // ------------------------------------------------------------------------
-    // processRequest
-    // ------------------------------------------------------------------------
-
-    public void testProcessRequestForNbEvents() throws Exception {
-
-               final int blockSize = 100;
-        final int nbEvents  = 1000;
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
-            @Override
-            public void handleData(TmfEvent event) {
-               super.handleData(event);
-                requestedEvents.add(event);
-            }
-        };
-        fExperiment.sendRequest(request);
-        request.waitForCompletion();
-
-        assertEquals("nbEvents", nbEvents, requestedEvents.size());
-        assertTrue("isCompleted",  request.isCompleted());
-        assertFalse("isCancelled", request.isCancelled());
-
-        // Ensure that we have distinct events.
-        // Don't go overboard: we are not validating the stub! 
-        for (int i = 0; i < nbEvents; i++) {
-            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
-        }
-    }
-    
-    public void testProcessRequestForNbEvents2() throws Exception {
-
-               final int blockSize = 2 * NB_EVENTS;
-        final int nbEvents = 1000;
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
-               @Override
-               public void handleData(TmfEvent event) {
-                       super.handleData(event);
-                       requestedEvents.add(event);
-               }
-        };
-        fExperiment.sendRequest(request);
-        request.waitForCompletion();
-
-        assertEquals("nbEvents", nbEvents, requestedEvents.size());
-        assertTrue("isCompleted",  request.isCompleted());
-        assertFalse("isCancelled", request.isCancelled());
-
-        // Ensure that we have distinct events.
-        // Don't go overboard: we are not validating the stub! 
-        for (int i = 0; i < nbEvents; i++) {
-            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
-        }
-    }
-    
-    public void testProcessRequestForAllEvents() throws Exception {
-
-               final int nbEvents  = TmfEventRequest.ALL_DATA;
-        final int blockSize =  1;
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-        long nbExpectedEvents = NB_EVENTS;
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
-               @Override
-               public void handleData(TmfEvent event) {
-                       super.handleData(event);
-                       requestedEvents.add(event);
-               }
-        };
-        fExperiment.sendRequest(request);
-        request.waitForCompletion();
-
-        assertEquals("nbEvents", nbExpectedEvents, requestedEvents.size());
-        assertTrue("isCompleted",  request.isCompleted());
-        assertFalse("isCancelled", request.isCancelled());
-
-        // Ensure that we have distinct events.
-        // Don't go overboard: we are not validating the stub! 
-        for (int i = 0; i < nbExpectedEvents; i++) {
-            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
-        }
-    }
-    
-    // ------------------------------------------------------------------------
-    // cancel
-    // ------------------------------------------------------------------------
-
-    public void testCancel() throws Exception {
-
-               final int nbEvents  = NB_EVENTS;
-        final int blockSize = fDefaultBlockSize;
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
-               int nbRead = 0;
-               @Override
-               public void handleData(TmfEvent event) {
-                       super.handleData(event);
-                       requestedEvents.add(event);
-                       if (++nbRead == blockSize)
-                               cancel();
-               }
-            @Override
-            public void handleCancel() {
-               if (requestedEvents.size() < blockSize) {
-                       System.out.println("aie");
-               }
-            }
-        };
-        fExperiment.sendRequest(request);
-        request.waitForCompletion();
-
-        assertEquals("nbEvents",  blockSize, requestedEvents.size());
-        assertTrue("isCompleted", request.isCompleted());
-        assertTrue("isCancelled", request.isCancelled());
-    }
-    
-    // ------------------------------------------------------------------------
-    // getRank
-    // ------------------------------------------------------------------------
-
-    public void testGetRank() throws Exception {
-
-               assertEquals("getRank",    0, fExperiment.getRank(new TmfTimestamp()));
-        assertEquals("getRank",    0, fExperiment.getRank(new TmfTimestamp(   1, (byte) -3)));
-        assertEquals("getRank",   10, fExperiment.getRank(new TmfTimestamp(  11, (byte) -3)));
-        assertEquals("getRank",  100, fExperiment.getRank(new TmfTimestamp( 101, (byte) -3)));
-        assertEquals("getRank", 1000, fExperiment.getRank(new TmfTimestamp(1001, (byte) -3)));
-        assertEquals("getRank", 2000, fExperiment.getRank(new TmfTimestamp(2001, (byte) -3)));
-        assertEquals("getRank", 2500, fExperiment.getRank(new TmfTimestamp(2501, (byte) -3)));
-    }
-
-    // ------------------------------------------------------------------------
-    // getTimestamp
-    // ------------------------------------------------------------------------
-
-    public void testGetTimestamp() throws Exception {
-
-               assertTrue("getTimestamp", fExperiment.getTimestamp(   0).equals(new TmfTimestamp(   1, (byte) -3)));
-        assertTrue("getTimestamp", fExperiment.getTimestamp(  10).equals(new TmfTimestamp(  11, (byte) -3)));
-        assertTrue("getTimestamp", fExperiment.getTimestamp( 100).equals(new TmfTimestamp( 101, (byte) -3)));
-        assertTrue("getTimestamp", fExperiment.getTimestamp(1000).equals(new TmfTimestamp(1001, (byte) -3)));
-        assertTrue("getTimestamp", fExperiment.getTimestamp(2000).equals(new TmfTimestamp(2001, (byte) -3)));
-        assertTrue("getTimestamp", fExperiment.getTimestamp(2500).equals(new TmfTimestamp(2501, (byte) -3)));
-    }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/experiment/TmfMultiTraceExperimentTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/experiment/TmfMultiTraceExperimentTest.java
deleted file mode 100644 (file)
index 98d8fb9..0000000
+++ /dev/null
@@ -1,711 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.experiment;
-
-import java.io.File;
-import java.io.IOException;
-import java.net.URISyntaxException;
-import java.net.URL;
-import java.util.Vector;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperimentContext;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.tests.TmfCoreTestPlugin;
-import org.eclipse.linuxtools.tmf.trace.ITmfContext;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfCheckpoint;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfTraceStub;
-
-/**
- * <b><u>TmfExperimentTest</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-@SuppressWarnings("nls")
-public class TmfMultiTraceExperimentTest extends TestCase {
-
-    private static final String DIRECTORY    = "testfiles";
-    private static final String TEST_STREAM1 = "O-Test-10K";
-    private static final String TEST_STREAM2 = "E-Test-10K";
-    private static final String EXPERIMENT   = "MyExperiment";
-    private static int          NB_EVENTS    = 20000;
-    private static int          BLOCK_SIZE   = 1000;
-
-    private static ITmfTrace[] fTraces;
-    private static TmfExperiment<TmfEvent> fExperiment;
-
-    private static byte SCALE = (byte) -3;
-
-    // ------------------------------------------------------------------------
-    // Housekeeping
-    // ------------------------------------------------------------------------
-
-    private synchronized static ITmfTrace[] setupTrace(String path1, String path2) {
-       if (fTraces == null) {
-               fTraces = new ITmfTrace[2];
-               try {
-               URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path1), null);
-                       File test = new File(FileLocator.toFileURL(location).toURI());
-                       TmfTraceStub trace1 = new TmfTraceStub(test.getPath(), true);
-                       fTraces[0] = trace1;
-               location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path2), null);
-                       test = new File(FileLocator.toFileURL(location).toURI());
-                       TmfTraceStub trace2 = new TmfTraceStub(test.getPath(), true);
-                       fTraces[1] = trace2;
-               } catch (URISyntaxException e) {
-                       e.printStackTrace();
-               } catch (IOException e) {
-                       e.printStackTrace();
-               }
-       }
-       return fTraces;
-    }
-
-    private synchronized static void setupExperiment() {
-       synchronized (TmfMultiTraceExperimentTest.class) {
-               if (fExperiment == null) {
-                       fExperiment = new TmfExperiment<TmfEvent>(TmfEvent.class, EXPERIMENT, fTraces, TmfTimestamp.Zero, BLOCK_SIZE, true);
-               }
-       }
-    }
-
-       public TmfMultiTraceExperimentTest(String name) throws Exception {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-               setupTrace(DIRECTORY + File.separator + TEST_STREAM1, DIRECTORY + File.separator + TEST_STREAM2);
-               setupExperiment();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-    // ------------------------------------------------------------------------
-    // Constructor
-    // ------------------------------------------------------------------------
-
-       public void testBasicTmfExperimentConstructor() {
-
-               assertEquals("GetId", EXPERIMENT, fExperiment.getName());
-        assertEquals("GetEpoch", TmfTimestamp.Zero, fExperiment.getEpoch());
-        assertEquals("GetNbEvents", NB_EVENTS, fExperiment.getNbEvents());
-
-        TmfTimeRange timeRange = fExperiment.getTimeRange();
-        assertEquals("getStartTime", 1, timeRange.getStartTime().getValue());
-        assertEquals("getEndTime", NB_EVENTS, timeRange.getEndTime().getValue());
-       }
-
-    // ------------------------------------------------------------------------
-    // Verify checkpoints
-    // ------------------------------------------------------------------------
-
-    public void testValidateCheckpoints() throws Exception {
-
-       Vector<TmfCheckpoint> checkpoints = fExperiment.getCheckpoints();
-       int pageSize = fExperiment.getCacheSize();
-               assertTrue("Checkpoints exist", checkpoints != null);
-
-               // Validate that each checkpoint points to the right event
-               for (int i = 0; i < checkpoints.size(); i++) {
-                       TmfCheckpoint checkpoint = checkpoints.get(i);
-               TmfExperimentContext context = fExperiment.seekLocation(checkpoint.getLocation());
-                       TmfEvent event = fExperiment.parseEvent(context);
-                       assertEquals("Event rank", context.getRank(), i * pageSize);
-                       assertTrue("Timestamp", (checkpoint.getTimestamp().compareTo(event.getTimestamp(), false) == 0));
-               }               
-    }
-
-    // ------------------------------------------------------------------------
-    // seekLocation
-    // ------------------------------------------------------------------------
-
-    public void testSeekLocationOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 0
-       TmfContext context = fExperiment.seekLocation(null);
-        assertEquals("Event rank", 0, context.getRank());
-
-        TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
-        assertEquals("Event rank", 2, context.getRank());
-
-       // Position trace at event rank 1000
-        TmfContext tmpContext = fExperiment.seekEvent(new TmfTimestamp(1001, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", 1000, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1002, context.getRank());
-
-       // Position trace at event rank 4000
-        tmpContext = fExperiment.seekEvent(new TmfTimestamp(4001, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", 4000, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4000, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4001, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4002, context.getRank());
-    }
-
-    public void testSeekLocationNotOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 9
-       TmfContext tmpContext = fExperiment.seekEvent(new TmfTimestamp(10, SCALE, 0));
-        TmfContext context = fExperiment.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", 9, context.getRank());
-       
-        TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 9, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 10, context.getRank());
-
-       // Position trace at event rank 999
-        tmpContext = fExperiment.seekEvent(new TmfTimestamp(1000, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", 999, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 999, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-
-       // Position trace at event rank 1001
-        tmpContext = fExperiment.seekEvent(new TmfTimestamp(1002, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", 1001, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1002, context.getRank());
-
-       // Position trace at event rank 4500
-        tmpContext = fExperiment.seekEvent(new TmfTimestamp(4501, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", 4500, context.getRank());
-       
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4500, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4501, context.getRank());
-    }
-
-    public void testSeekLocationOutOfScope() throws Exception {
-
-       // Position trace at beginning
-       TmfContext tmpContext = fExperiment.seekLocation(null);
-        TmfContext context = fExperiment.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", 0, context.getRank());
-       
-        TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       
-        event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event passed the end
-        tmpContext = fExperiment.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
-        assertEquals("Event location", null, tmpContext.getLocation());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, tmpContext.getRank());
-    }
-
-       // ------------------------------------------------------------------------
-       // seekEvent on timestamp
-       // ------------------------------------------------------------------------
-
-       public void testSeekEventOnTimestampOnCacheBoundary() throws Exception {
-
-               // Position trace at event rank 0
-               TmfContext context = fExperiment.seekEvent(new TmfTimestamp(1, SCALE, 0));
-               assertEquals("Event rank", 0, context.getRank());
-
-               TmfEvent event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-               assertEquals("Event rank", 0, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-               assertEquals("Event rank", 1, context.getRank());
-
-               // Position trace at event rank 1000
-               context = fExperiment.seekEvent(new TmfTimestamp(1001, SCALE, 0));
-               assertEquals("Event rank", 1000, context.getRank());
-               
-               event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-               assertEquals("Event rank", 1000, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-               assertEquals("Event rank", 1001, context.getRank());
-
-               // Position trace at event rank 4000
-               context = fExperiment.seekEvent(new TmfTimestamp(4001, SCALE, 0));
-               assertEquals("Event rank", 4000, context.getRank());
-               
-               event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-               assertEquals("Event rank", 4000, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-               assertEquals("Event rank", 4001, context.getRank());
-       }
-
-       public void testSeekEventOnTimestampNotOnCacheBoundary() throws Exception {
-
-               // Position trace at event rank 1
-               TmfContext context = fExperiment.seekEvent(new TmfTimestamp(2, SCALE, 0));
-               assertEquals("Event rank", 1, context.getRank());
-               
-               TmfEvent event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
-               assertEquals("Event rank", 1, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
-               assertEquals("Event rank", 2, context.getRank());
-
-               // Position trace at event rank 9
-               context = fExperiment.seekEvent(new TmfTimestamp(10, SCALE, 0));
-               assertEquals("Event rank", 9, context.getRank());
-               
-               event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-               assertEquals("Event rank", 9, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-               assertEquals("Event rank", 10, context.getRank());
-
-               // Position trace at event rank 999
-               context = fExperiment.seekEvent(new TmfTimestamp(1000, SCALE, 0));
-               assertEquals("Event rank", 999, context.getRank());
-               
-               event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-               assertEquals("Event rank", 999, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-               assertEquals("Event rank", 1000, context.getRank());
-
-               // Position trace at event rank 1001
-               context = fExperiment.seekEvent(new TmfTimestamp(1002, SCALE, 0));
-               assertEquals("Event rank", 1001, context.getRank());
-               
-               event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-               assertEquals("Event rank", 1001, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-               assertEquals("Event rank", 1002, context.getRank());
-
-               // Position trace at event rank 4500
-               context = fExperiment.seekEvent(new TmfTimestamp(4501, SCALE, 0));
-               assertEquals("Event rank", 4500, context.getRank());
-               
-               event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-               assertEquals("Event rank", 4500, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-               assertEquals("Event rank", 4501, context.getRank());
-       }
-
-       public void testSeekEventOnTimestampOutOfScope() throws Exception {
-
-               // Position trace at beginning
-               TmfContext context = fExperiment.seekEvent(new TmfTimestamp(-1, SCALE, 0));
-               assertEquals("Event rank", 0, context.getRank());
-               
-               TmfEvent event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-               assertEquals("Event rank", 0, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-               assertEquals("Event rank", 1, context.getRank());
-
-               // Position trace at event passed the end
-               context = fExperiment.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
-        assertEquals("Event location", null, context.getLocation());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-       }
-
-       // ------------------------------------------------------------------------
-       // seekEvent on rank
-       // ------------------------------------------------------------------------
-
-       public void testSeekOnRankOnCacheBoundary() throws Exception {
-
-               // On lower bound, returns the first event (ts = 1)
-               TmfContext context = fExperiment.seekEvent(0);
-               assertEquals("Event rank", 0, context.getRank());
-               
-               TmfEvent event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-               assertEquals("Event rank", 0, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-               assertEquals("Event rank", 1, context.getRank());
-
-               // Position trace at event rank 1000
-               context = fExperiment.seekEvent(1000);
-               assertEquals("Event rank", 1000, context.getRank());
-               
-               event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-               assertEquals("Event rank", 1000, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-               assertEquals("Event rank", 1001, context.getRank());
-
-               // Position trace at event rank 4000
-               context = fExperiment.seekEvent(4000);
-               assertEquals("Event rank", 4000, context.getRank());
-               
-               event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-               assertEquals("Event rank", 4000, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-               assertEquals("Event rank", 4001, context.getRank());
-       }
-
-       public void testSeekOnRankNotOnCacheBoundary() throws Exception {
-
-               // Position trace at event rank 9
-               TmfContext context = fExperiment.seekEvent(9);
-               assertEquals("Event rank", 9, context.getRank());
-               
-               TmfEvent event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-               assertEquals("Event rank", 9, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-               assertEquals("Event rank", 10, context.getRank());
-
-               // Position trace at event rank 999
-               context = fExperiment.seekEvent(999);
-               assertEquals("Event rank", 999, context.getRank());
-               
-               event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-               assertEquals("Event rank", 999, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-               assertEquals("Event rank", 1000, context.getRank());
-
-               // Position trace at event rank 1001
-               context = fExperiment.seekEvent(1001);
-               assertEquals("Event rank", 1001, context.getRank());
-               
-               event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-               assertEquals("Event rank", 1001, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-               assertEquals("Event rank", 1002, context.getRank());
-
-               // Position trace at event rank 4500
-               context = fExperiment.seekEvent(4500);
-               assertEquals("Event rank", 4500, context.getRank());
-               
-               event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-               assertEquals("Event rank", 4500, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-               assertEquals("Event rank", 4501, context.getRank());
-       }
-
-       public void testSeekEventOnRankOutOfScope() throws Exception {
-
-               // Position trace at beginning
-               TmfContext context = fExperiment.seekEvent(-1);
-               assertEquals("Event rank", 0, context.getRank());
-               
-               TmfEvent event = fExperiment.parseEvent(context);
-               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-               assertEquals("Event rank", 0, context.getRank());
-               
-               event = fExperiment.getNextEvent(context);
-               assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-               assertEquals("Event rank", 1, context.getRank());
-
-               // Position trace at event passed the end
-               context = fExperiment.seekEvent(NB_EVENTS);
-        assertEquals("Event location", null, context.getLocation());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-       }
-
-    // ------------------------------------------------------------------------
-    // parseEvent - make sure parseEvent doesn't update the context
-    // Note: This test is essentially the same as the one from TmfTraceTest
-    // ------------------------------------------------------------------------
-
-    public void testParseEvent() throws Exception {
-
-       int NB_READS = 20;
-
-       // On lower bound, returns the first event (ts = 1)
-       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(0, SCALE, 0));
-
-       // Read NB_EVENTS
-       TmfEvent event = null;;
-        for (int i = 0; i < NB_READS; i++) {
-            event = fExperiment.getNextEvent(context);
-            assertEquals("Event timestamp", i + 1, event.getTimestamp().getValue());
-            assertEquals("Event rank", i + 1, context.getRank());
-        }
-
-        // Make sure we stay positioned
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", NB_READS + 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", NB_READS, context.getRank());
-    }
-
-    // ------------------------------------------------------------------------
-    // getNextEvent - updates the context
-    // ------------------------------------------------------------------------
-
-    public void testGetNextEvent() throws Exception {
-
-       // On lower bound, returns the first event (ts = 0)
-       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(0, SCALE, 0));
-        TmfEvent event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-
-        for (int i = 2; i < 20; i++) {
-            event = fExperiment.getNextEvent(context);
-            assertEquals("Event timestamp", i, event.getTimestamp().getValue());
-        }
-    }
-
-    // ------------------------------------------------------------------------
-    // processRequest
-    // ------------------------------------------------------------------------
-
-    public void testProcessRequestForNbEvents() throws Exception {
-
-               final int blockSize = 100;
-        final int nbEvents  = 1000;
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
-               @Override
-               public void handleData(TmfEvent event) {
-                       super.handleData(event);
-                       requestedEvents.add(event);
-               }
-        };
-        fExperiment.sendRequest(request);
-        request.waitForCompletion();
-
-        assertEquals("nbEvents", nbEvents, requestedEvents.size());
-        assertTrue("isCompleted",  request.isCompleted());
-        assertFalse("isCancelled", request.isCancelled());
-
-        // Ensure that we have distinct events.
-        // Don't go overboard: we are not validating the stub! 
-        for (int i = 0; i < nbEvents; i++) {
-            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
-        }
-    }
-    
-    public void testProcessRequestForNbEvents2() throws Exception {
-
-               final int blockSize = 2 * NB_EVENTS;
-        final int nbEvents = 1000;
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
-               @Override
-               public void handleData(TmfEvent event) {
-                       super.handleData(event);
-                       requestedEvents.add(event);
-               }
-        };
-        fExperiment.sendRequest(request);
-        request.waitForCompletion();
-
-        assertEquals("nbEvents", nbEvents, requestedEvents.size());
-        assertTrue("isCompleted",  request.isCompleted());
-        assertFalse("isCancelled", request.isCancelled());
-
-        // Ensure that we have distinct events.
-        // Don't go overboard: we are not validating the stub! 
-        for (int i = 0; i < nbEvents; i++) {
-            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
-        }
-    }
-    
-    public void testProcessRequestForAllEvents() throws Exception {
-
-               final int nbEvents  = TmfEventRequest.ALL_DATA;
-        final int blockSize =  1;
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-        long nbExpectedEvents = NB_EVENTS;
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
-               @Override
-               public void handleData(TmfEvent event) {
-                       super.handleData(event);
-                       requestedEvents.add(event);
-               }
-        };
-        fExperiment.sendRequest(request);
-        request.waitForCompletion();
-
-        assertEquals("nbEvents", nbExpectedEvents, requestedEvents.size());
-        assertTrue("isCompleted",  request.isCompleted());
-        assertFalse("isCancelled", request.isCancelled());
-
-        // Ensure that we have distinct events.
-        // Don't go overboard: we are not validating the stub! 
-        for (int i = 0; i < nbExpectedEvents; i++) {
-            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
-        }
-    }
-    
-    // ------------------------------------------------------------------------
-    // cancel
-    // ------------------------------------------------------------------------
-
-    public void testCancel() throws Exception {
-
-               final int nbEvents  = NB_EVENTS;
-        final int blockSize = BLOCK_SIZE;
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
-               int nbRead = 0;
-               @Override
-               public void handleData(TmfEvent event) {
-                       super.handleData(event);
-                       requestedEvents.add(event);
-                       if (++nbRead == blockSize)
-                               cancel();
-               }
-            @Override
-            public void handleCancel() {
-               if (requestedEvents.size() < blockSize) {
-                       System.out.println("aie");
-               }
-            }
-        };
-        fExperiment.sendRequest(request);
-        request.waitForCompletion();
-
-        assertEquals("nbEvents",  blockSize, requestedEvents.size());
-        assertTrue("isCompleted", request.isCompleted());
-        assertTrue("isCancelled", request.isCancelled());
-    }
-    
-    // ------------------------------------------------------------------------
-    // getRank
-    // ------------------------------------------------------------------------
-
-    public void testGetRank() throws Exception {
-
-               assertEquals("getRank",    0, fExperiment.getRank(new TmfTimestamp()));
-        assertEquals("getRank",    0, fExperiment.getRank(new TmfTimestamp(   1, (byte) -3)));
-        assertEquals("getRank",   10, fExperiment.getRank(new TmfTimestamp(  11, (byte) -3)));
-        assertEquals("getRank",  100, fExperiment.getRank(new TmfTimestamp( 101, (byte) -3)));
-        assertEquals("getRank", 1000, fExperiment.getRank(new TmfTimestamp(1001, (byte) -3)));
-        assertEquals("getRank", 2000, fExperiment.getRank(new TmfTimestamp(2001, (byte) -3)));
-        assertEquals("getRank", 2500, fExperiment.getRank(new TmfTimestamp(2501, (byte) -3)));
-    }
-
-    // ------------------------------------------------------------------------
-    // getTimestamp
-    // ------------------------------------------------------------------------
-
-    public void testGetTimestamp() throws Exception {
-
-               assertTrue("getTimestamp", fExperiment.getTimestamp(   0).equals(new TmfTimestamp(   1, (byte) -3)));
-        assertTrue("getTimestamp", fExperiment.getTimestamp(  10).equals(new TmfTimestamp(  11, (byte) -3)));
-        assertTrue("getTimestamp", fExperiment.getTimestamp( 100).equals(new TmfTimestamp( 101, (byte) -3)));
-        assertTrue("getTimestamp", fExperiment.getTimestamp(1000).equals(new TmfTimestamp(1001, (byte) -3)));
-        assertTrue("getTimestamp", fExperiment.getTimestamp(2000).equals(new TmfTimestamp(2001, (byte) -3)));
-        assertTrue("getTimestamp", fExperiment.getTimestamp(2500).equals(new TmfTimestamp(2501, (byte) -3)));
-    }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/AllTests.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/AllTests.java
deleted file mode 100644 (file)
index 8fe1686..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-package org.eclipse.linuxtools.tmf.tests.request;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import org.eclipse.linuxtools.tmf.TmfCorePlugin;
-
-@SuppressWarnings("nls")
-public class AllTests {
-
-       public static Test suite() {
-               TestSuite suite = new TestSuite("Test suite for " + TmfCorePlugin.PLUGIN_ID + ".request"); //$NON-NLS-1$);
-               //$JUnit-BEGIN$
-               suite.addTestSuite(TmfDataRequestTest.class);
-               suite.addTestSuite(TmfEventRequestTest.class);
-               suite.addTestSuite(TmfCoalescedDataRequestTest.class);
-               suite.addTestSuite(TmfCoalescedEventRequestTest.class);
-               suite.addTestSuite(TmfRequestExecutorTest.class);
-               //$JUnit-END$
-               return suite;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/TmfCoalescedDataRequestTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/TmfCoalescedDataRequestTest.java
deleted file mode 100644 (file)
index db023ab..0000000
+++ /dev/null
@@ -1,404 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.request;
-
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.request.TmfCoalescedDataRequest;
-import org.eclipse.linuxtools.tmf.request.TmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.TmfDataRequestStub;
-
-/**
- * <b><u>TmfCoalescedDataRequestTest</u></b>
- * <p>
- * Test suite for the TmfCoalescedDataRequest class.
- */
-@SuppressWarnings("nls")
-public class TmfCoalescedDataRequestTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-       private static TmfCoalescedDataRequest<TmfEvent> fRequest1;
-       private static TmfCoalescedDataRequest<TmfEvent> fRequest2;
-       private static TmfCoalescedDataRequest<TmfEvent> fRequest3;
-       private static TmfCoalescedDataRequest<TmfEvent> fRequest4;
-
-       private static TmfCoalescedDataRequest<TmfEvent> fRequest1b;
-       private static TmfCoalescedDataRequest<TmfEvent> fRequest1c;
-
-       private static int fRequestCount;
-       
-       // ------------------------------------------------------------------------
-       // Housekeeping
-       // ------------------------------------------------------------------------
-
-       public TmfCoalescedDataRequestTest(String name) {
-               super(name);
-       }
-
-       @Override
-       public void setUp() throws Exception {
-               super.setUp();
-               TmfDataRequest.reset();
-               fRequest1  = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10, 100, 200);
-               fRequest2  = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 20, 100, 200);
-               fRequest3  = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 20, 200, 200);
-               fRequest4  = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 20, 200, 300);
-
-               fRequest1b = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10, 100, 200);
-               fRequest1c = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10, 100, 200);
-
-               fRequestCount = fRequest1c.getRequestId() + 1;
-       }
-
-       @Override
-       public void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-       private TmfCoalescedDataRequest<TmfEvent> setupTestRequest(final boolean[] flags) {
-               
-               TmfCoalescedDataRequest<TmfEvent> request = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10, 100, 200) {
-                   @Override
-                       public void handleCompleted() {
-                       super.handleCompleted();
-                       flags[0] = true;
-                   }
-                   @Override
-                   public void handleSuccess() {
-                       super.handleSuccess();
-                       flags[1] = true;
-                   }
-                   @Override
-                   public void handleFailure() {
-                       super.handleFailure();
-                       flags[2] = true;
-                   }
-                   @Override
-                   public void handleCancel() {
-                       super.handleCancel();
-                       flags[3] = true;
-                   }
-               };
-               return request;
-       }
-       
-       // ------------------------------------------------------------------------
-       // Constructors
-       // ------------------------------------------------------------------------
-
-       public void testTmfCoalescedDataRequest() {
-               TmfCoalescedDataRequest<TmfEvent> request = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("getIndex", 0, request.getIndex());
-        assertEquals("getNbRequestedEvents", TmfDataRequest.ALL_DATA, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       public void testTmfCoalescedDataRequestIndex() {
-               TmfCoalescedDataRequest<TmfEvent> request = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("getIndex", 10, request.getIndex());
-        assertEquals("getNbRequestedEvents", TmfDataRequest.ALL_DATA, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       public void testTmfCoalescedDataRequestIndexNbRequested() {
-               TmfCoalescedDataRequest<TmfEvent> request = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10, 100);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("getIndex", 10, request.getIndex());
-        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       public void testTmfCoalescedDataRequestIndexNbEventsBlocksize() {
-               TmfCoalescedDataRequest<TmfEvent> request = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10, 100, 200);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("getIndex", 10, request.getIndex());
-        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       // ------------------------------------------------------------------------
-       // equals
-       // ------------------------------------------------------------------------
-
-       public void testEqualsReflexivity() throws Exception {
-        assertTrue("equals", fRequest1.equals(fRequest1));
-        assertTrue("equals", fRequest2.equals(fRequest2));
-
-        assertFalse("equals", fRequest1.equals(fRequest2));
-        assertFalse("equals", fRequest2.equals(fRequest1));
-       }
-
-       public void testEqualsSymmetry() throws Exception {
-        assertTrue("equals", fRequest1.equals(fRequest1b));
-        assertTrue("equals", fRequest1b.equals(fRequest1));
-
-        assertFalse("equals", fRequest1.equals(fRequest3));
-        assertFalse("equals", fRequest2.equals(fRequest3));
-        assertFalse("equals", fRequest3.equals(fRequest1));
-        assertFalse("equals", fRequest3.equals(fRequest2));
-       }
-       
-       public void testEqualsTransivity() throws Exception {
-        assertTrue("equals", fRequest1.equals(fRequest1b));
-        assertTrue("equals", fRequest1b.equals(fRequest1c));
-        assertTrue("equals", fRequest1.equals(fRequest1c));
-       }
-       
-       public void testEqualsNull() throws Exception {
-        assertFalse("equals", fRequest1.equals(null));
-        assertFalse("equals", fRequest2.equals(null));
-       }
-
-       // ------------------------------------------------------------------------
-       // hashCode
-       // ------------------------------------------------------------------------
-
-       public void testHashCode() throws Exception {
-        assertTrue("hashCode", fRequest1.hashCode() == fRequest1.hashCode());
-        assertTrue("hashCode", fRequest2.hashCode() == fRequest2.hashCode());
-               assertTrue("hashCode", fRequest1.hashCode() != fRequest2.hashCode());
-       }
-       
-       // ------------------------------------------------------------------------
-       // toString
-       // ------------------------------------------------------------------------
-
-       public void testToString() {
-        String expected1 = "[TmfCoalescedDataRequest(0,TmfEvent,10,100,200)]";
-        String expected2 = "[TmfCoalescedDataRequest(1,TmfEvent,20,100,200)]";
-        String expected3 = "[TmfCoalescedDataRequest(2,TmfEvent,20,200,200)]";
-        String expected4 = "[TmfCoalescedDataRequest(3,TmfEvent,20,200,300)]";
-
-        assertEquals("toString", expected1, fRequest1.toString());
-        assertEquals("toString", expected2, fRequest2.toString());
-        assertEquals("toString", expected3, fRequest3.toString());
-        assertEquals("toString", expected4, fRequest4.toString());
-       }
-
-       // ------------------------------------------------------------------------
-       // isCompatible
-       // ------------------------------------------------------------------------
-
-       public void testIsCompatible() {
-               TmfCoalescedDataRequest<TmfEvent> coalescedRequest = new TmfCoalescedDataRequest<TmfEvent>(TmfEvent.class, 10, 100, 200);
-               TmfDataRequest<TmfEvent> request1 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
-               TmfDataRequest<TmfEvent> request2 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 11, 100, 200);
-               TmfDataRequest<TmfEvent> request3 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 101, 200);
-
-        assertTrue ("isCompatible", coalescedRequest.isCompatible(request1));
-        assertFalse("isCompatible", coalescedRequest.isCompatible(request2));
-        assertFalse("isCompatible", coalescedRequest.isCompatible(request3));
-       }
-
-       // ------------------------------------------------------------------------
-       // done
-       // ------------------------------------------------------------------------
-
-       public void testDone() {
-               
-               // Test request
-               final boolean[] crFlags = new boolean[4];
-               TmfCoalescedDataRequest<TmfEvent> request = setupTestRequest(crFlags);
-               TmfDataRequest<TmfEvent> subRequest1 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
-               TmfDataRequest<TmfEvent> subRequest2 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
-               request.addRequest(subRequest1);
-               request.addRequest(subRequest2);
-
-               request.done();
-
-               // Validate the coalescing request
-               assertTrue ("isCompleted", request.isCompleted());
-               assertFalse("isFailed",    request.isFailed());
-               assertFalse("isCancelled", request.isCancelled());
-
-               assertTrue ("handleCompleted", crFlags[0]);
-               assertTrue ("handleSuccess",   crFlags[1]);
-               assertFalse("handleFailure",   crFlags[2]);
-               assertFalse("handleCancel",    crFlags[3]);
-
-               // Validate the first coalesced request
-               assertTrue ("isCompleted", subRequest1.isCompleted());
-               assertFalse("isFailed",    subRequest1.isFailed());
-               assertFalse("isCancelled", subRequest1.isCancelled());
-
-               // Validate the second coalesced request
-               assertTrue ("isCompleted", subRequest2.isCompleted());
-               assertFalse("isFailed",    subRequest2.isFailed());
-               assertFalse("isCancelled", subRequest2.isCancelled());
-       }
-
-       // ------------------------------------------------------------------------
-       // fail
-       // ------------------------------------------------------------------------
-
-       public void testFail() {
-               
-               final boolean[] crFlags = new boolean[4];
-               TmfCoalescedDataRequest<TmfEvent> request = setupTestRequest(crFlags);
-               TmfDataRequest<TmfEvent> subRequest1 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
-               TmfDataRequest<TmfEvent> subRequest2 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
-               request.addRequest(subRequest1);
-               request.addRequest(subRequest2);
-
-               request.fail();
-
-               // Validate the coalescing request
-               assertTrue ("isCompleted", request.isCompleted());
-               assertTrue ("isFailed",    request.isFailed());
-               assertFalse("isCancelled", request.isCancelled());
-
-               assertTrue ("handleCompleted", crFlags[0]);
-               assertFalse("handleSuccess",   crFlags[1]);
-               assertTrue ("handleFailure",   crFlags[2]);
-               assertFalse("handleCancel",    crFlags[3]);
-
-               // Validate the first coalesced request
-               assertTrue ("isCompleted", subRequest1.isCompleted());
-               assertTrue ("isFailed",    subRequest1.isFailed());
-               assertFalse("isCancelled", subRequest1.isCancelled());
-
-               // Validate the second coalesced request
-               assertTrue ("isCompleted", subRequest2.isCompleted());
-               assertTrue ("isFailed",    subRequest2.isFailed());
-               assertFalse("isCancelled", subRequest2.isCancelled());
-       }
-
-       // ------------------------------------------------------------------------
-       // cancel
-       // ------------------------------------------------------------------------
-
-       public void testCancel() {
-
-               final boolean[] crFlags = new boolean[4];
-               TmfCoalescedDataRequest<TmfEvent> request = setupTestRequest(crFlags);
-               TmfDataRequest<TmfEvent> subRequest1 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
-               TmfDataRequest<TmfEvent> subRequest2 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
-               request.addRequest(subRequest1);
-               request.addRequest(subRequest2);
-
-               request.cancel();
-
-               // Validate the coalescing request
-               assertTrue ("isCompleted", request.isCompleted());
-               assertFalse("isFailed",    request.isFailed());
-               assertTrue ("isCancelled", request.isCancelled());
-
-               assertTrue ("handleCompleted", crFlags[0]);
-               assertFalse("handleSuccess",   crFlags[1]);
-               assertFalse("handleFailure",   crFlags[2]);
-               assertTrue ("handleCancel",    crFlags[3]);
-
-               // Validate the first coalesced request
-               assertTrue ("isCompleted", subRequest1.isCompleted());
-               assertFalse("isFailed",    subRequest1.isFailed());
-               assertTrue ("isCancelled", subRequest1.isCancelled());
-
-               // Validate the second coalesced request
-               assertTrue ("isCompleted", subRequest2.isCompleted());
-               assertFalse("isFailed",    subRequest2.isFailed());
-               assertTrue ("isCancelled", subRequest2.isCancelled());
-       }
-
-       
-       // ------------------------------------------------------------------------
-       // cancel sub-requests
-       // ------------------------------------------------------------------------
-
-    public void testCancelSubRequests() {
-
-               final boolean[] crFlags = new boolean[4];
-               TmfCoalescedDataRequest<TmfEvent> request = setupTestRequest(crFlags);
-               TmfDataRequest<TmfEvent> subRequest1 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
-               TmfDataRequest<TmfEvent> subRequest2 = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
-               request.addRequest(subRequest1);
-               request.addRequest(subRequest2);
-
-               subRequest1.cancel();
-
-               // Validate the first coalesced request
-               assertTrue ("isCompleted", subRequest1.isCompleted());
-               assertFalse("isFailed",    subRequest1.isFailed());
-               assertTrue ("isCancelled", subRequest1.isCancelled());
-
-               // Validate the coalescing request
-               assertFalse("isCompleted", request.isCompleted());
-               assertFalse("isFailed",     request.isFailed());
-               assertFalse("isCancelled", request.isCancelled());  
-
-               // Cancel second sub-request
-               subRequest2.cancel();
-
-               // Validate the second coalesced request
-               assertTrue ("isCompleted", subRequest2.isCompleted());
-               assertFalse("isFailed",    subRequest2.isFailed());
-               assertTrue ("isCancelled", subRequest2.isCancelled());
-
-               // Validate the coalescing request
-               assertTrue ("isCompleted", request.isCompleted());
-               assertFalse("isFailed",    request.isFailed());
-               assertTrue ("isCancelled", request.isCancelled());
-
-               // Finalize coalescing request - 
-               // Note: No need to check "request.isCancelled()" since it was verified above
-            request.cancel();
-
-               assertTrue ("handleCompleted", crFlags[0]);
-               assertFalse("handleSuccess",   crFlags[1]);
-               assertFalse("handleFailure",   crFlags[2]);
-               assertTrue ("handleCancel",   crFlags[3]);
-           }
-
-       // ------------------------------------------------------------------------
-       // waitForCompletion
-       // ------------------------------------------------------------------------
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/TmfCoalescedEventRequestTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/TmfCoalescedEventRequestTest.java
deleted file mode 100644 (file)
index d97af00..0000000
+++ /dev/null
@@ -1,555 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.request;
-
-import java.io.File;
-import java.io.IOException;
-import java.net.URISyntaxException;
-import java.net.URL;
-import java.util.Vector;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.tmf.component.ITmfDataProvider;
-import org.eclipse.linuxtools.tmf.component.TmfProviderManager;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.request.TmfCoalescedDataRequest;
-import org.eclipse.linuxtools.tmf.request.TmfCoalescedEventRequest;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequestStub;
-import org.eclipse.linuxtools.tmf.signal.TmfSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalManager;
-import org.eclipse.linuxtools.tmf.tests.TmfCoreTestPlugin;
-import org.eclipse.linuxtools.tmf.trace.TmfTraceStub;
-
-/**
- * <b><u>TmfCoalescedEventRequestTest</u></b>
- * <p>
- * Test suite for the TmfCoalescedEventRequest class.
- */
-@SuppressWarnings("nls")
-public class TmfCoalescedEventRequestTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-       private static TmfTimeRange range1 = new TmfTimeRange(TmfTimeRange.Eternity);
-       private static TmfTimeRange range2 = new TmfTimeRange(new TmfTimestamp(), TmfTimestamp.BigCrunch);
-       
-       private static TmfCoalescedEventRequest<TmfEvent> fRequest1;
-       private static TmfCoalescedEventRequest<TmfEvent> fRequest2;
-       private static TmfCoalescedEventRequest<TmfEvent> fRequest3;
-       private static TmfCoalescedEventRequest<TmfEvent> fRequest4;
-
-       private static TmfCoalescedEventRequest<TmfEvent> fRequest1b;
-       private static TmfCoalescedEventRequest<TmfEvent> fRequest1c;
-
-       private static int fRequestCount;
-       
-       // ------------------------------------------------------------------------
-       // Housekeeping
-       // ------------------------------------------------------------------------
-
-       public TmfCoalescedEventRequestTest(String name) {
-               super(name);
-       }
-
-       @Override
-       public void setUp() throws Exception {
-               super.setUp();
-               TmfEventRequest.reset();
-               fRequest1  = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1, 100, 200);
-               fRequest2  = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range2, 100, 200);
-               fRequest3  = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range2, 200, 200);
-               fRequest4  = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range2, 200, 300);
-
-               fRequest1b = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1, 100, 200);
-               fRequest1c = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1, 100, 200);
-
-               fRequestCount = fRequest1c.getRequestId() + 1;
-       }
-
-       @Override
-       public void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-       private TmfCoalescedEventRequest<TmfEvent> setupTestRequest(final boolean[] flags) {
-               
-               TmfCoalescedEventRequest<TmfEvent> request = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1, 100, 200) {
-                   @Override
-                       public void handleCompleted() {
-                       super.handleCompleted();
-                       flags[0] = true;
-                   }
-                   @Override
-                   public void handleSuccess() {
-                       super.handleSuccess();
-                       flags[1] = true;
-                   }
-                   @Override
-                   public void handleFailure() {
-                       super.handleFailure();
-                       flags[2] = true;
-                   }
-                   @Override
-                   public void handleCancel() {
-                       super.handleCancel();
-                       flags[3] = true;
-                   }
-               };
-               return request;
-       }
-       
-       // ------------------------------------------------------------------------
-       // Constructors
-       // ------------------------------------------------------------------------
-
-       public void testTmfCoalescedEventRequest() {
-               TmfCoalescedEventRequest<TmfEvent> request = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("getRange", range1, request.getRange());
-        assertEquals("getNbRequestedEvents", TmfEventRequest.ALL_DATA, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       public void testTmfCoalescedEventRequestIndex() {
-               TmfCoalescedEventRequest<TmfEvent> request = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("getRange", range1, request.getRange());
-        assertEquals("getNbRequestedEvents", TmfEventRequest.ALL_DATA, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       public void testTmfCoalescedEventRequestIndexNbRequested() {
-               TmfCoalescedEventRequest<TmfEvent> request = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1, 100);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("getRange", range1, request.getRange());
-        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       public void testTmfCoalescedEventRequestIndexNbEventsBlocksize() {
-               TmfCoalescedEventRequest<TmfEvent> request = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1, 100, 200);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("getRange", range1, request.getRange());
-        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       // ------------------------------------------------------------------------
-       // equals
-       // ------------------------------------------------------------------------
-
-       public void testEqualsReflexivity() throws Exception {
-        assertTrue("equals", fRequest1.equals(fRequest1));
-        assertTrue("equals", fRequest2.equals(fRequest2));
-
-        assertFalse("equals", fRequest1.equals(fRequest2));
-        assertFalse("equals", fRequest2.equals(fRequest1));
-       }
-
-       public void testEqualsSymmetry() throws Exception {
-        assertTrue("equals", fRequest1.equals(fRequest1b));
-        assertTrue("equals", fRequest1b.equals(fRequest1));
-
-        assertFalse("equals", fRequest1.equals(fRequest3));
-        assertFalse("equals", fRequest2.equals(fRequest3));
-        assertFalse("equals", fRequest3.equals(fRequest1));
-        assertFalse("equals", fRequest3.equals(fRequest2));
-       }
-       
-       public void testEqualsTransivity() throws Exception {
-        assertTrue("equals", fRequest1.equals(fRequest1b));
-        assertTrue("equals", fRequest1b.equals(fRequest1c));
-        assertTrue("equals", fRequest1.equals(fRequest1c));
-       }
-       
-       public void testEqualsNull() throws Exception {
-        assertFalse("equals", fRequest1.equals(null));
-        assertFalse("equals", fRequest2.equals(null));
-       }
-
-       public void testEqualsSuper() throws Exception {
-               TmfCoalescedDataRequest<TmfEvent> dataRequest1 = new TmfCoalescedDataRequest<TmfEvent>(
-                               fRequest1.getDataType(), fRequest1.getIndex(), fRequest1.getNbRequested());
-               TmfCoalescedDataRequest<TmfEvent> dataRequest2 = new TmfCoalescedDataRequest<TmfEvent>(
-                               fRequest1.getDataType(), fRequest1.getIndex(), fRequest1.getNbRequested());
-               TmfCoalescedDataRequest<TmfEvent> dataRequest3 = new TmfCoalescedDataRequest<TmfEvent>(
-                               fRequest3.getDataType(), fRequest3.getIndex(), fRequest3.getNbRequested());
-
-               assertTrue("equals", fRequest1.equals(dataRequest2));
-        assertTrue("equals", fRequest2.equals(dataRequest1));
-        assertFalse("equals", fRequest1.equals(dataRequest3));
-        assertFalse("equals", fRequest3.equals(dataRequest1));
-       }
-
-       // ------------------------------------------------------------------------
-       // hashCode
-       // ------------------------------------------------------------------------
-
-       public void testHashCode() throws Exception {
-        assertTrue("hashCode", fRequest1.hashCode() == fRequest1.hashCode());
-        assertTrue("hashCode", fRequest2.hashCode() == fRequest2.hashCode());
-               assertTrue("hashCode", fRequest1.hashCode() != fRequest2.hashCode());
-       }
-       
-       // ------------------------------------------------------------------------
-       // toString
-       // ------------------------------------------------------------------------
-
-       public void testToString() {
-        String expected1 = "[TmfCoalescedEventRequest(0,TmfEvent," + range1 + ",0,100,200)]";
-        String expected2 = "[TmfCoalescedEventRequest(1,TmfEvent," + range2 + ",0,100,200)]";
-        String expected3 = "[TmfCoalescedEventRequest(2,TmfEvent," + range2 + ",0,200,200)]";
-        String expected4 = "[TmfCoalescedEventRequest(3,TmfEvent," + range2 + ",0,200,300)]";
-
-        assertEquals("toString", expected1, fRequest1.toString());
-        assertEquals("toString", expected2, fRequest2.toString());
-        assertEquals("toString", expected3, fRequest3.toString());
-        assertEquals("toString", expected4, fRequest4.toString());
-       }
-
-       // ------------------------------------------------------------------------
-       // isCompatible
-       // ------------------------------------------------------------------------
-
-       public void testIsCompatible() {
-               TmfCoalescedEventRequest<TmfEvent> coalescedRequest = new TmfCoalescedEventRequest<TmfEvent>(TmfEvent.class, range1, 100, 200);
-               TmfEventRequest<TmfEvent> request1 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
-               TmfEventRequest<TmfEvent> request2 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range2, 100, 200);
-               TmfEventRequest<TmfEvent> request3 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 101, 200);
-
-        assertTrue ("isCompatible", coalescedRequest.isCompatible(request1));
-        assertTrue ("isCompatible", coalescedRequest.isCompatible(request2));
-        assertFalse("isCompatible", coalescedRequest.isCompatible(request3));
-       }
-
-       // ------------------------------------------------------------------------
-       // done
-       // ------------------------------------------------------------------------
-
-       public void testDone() {
-               
-               // Test request
-               final boolean[] crFlags = new boolean[4];
-               TmfCoalescedEventRequest<TmfEvent> request = setupTestRequest(crFlags);
-               TmfEventRequest<TmfEvent> subRequest1 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
-               TmfEventRequest<TmfEvent> subRequest2 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
-               request.addRequest(subRequest1);
-               request.addRequest(subRequest2);
-
-               request.done();
-
-               // Validate the coalescing request
-               assertTrue ("isCompleted", request.isCompleted());
-               assertFalse("isFailed",    request.isFailed());
-               assertFalse("isCancelled", request.isCancelled());
-
-               assertTrue ("handleCompleted", crFlags[0]);
-               assertTrue ("handleSuccess",   crFlags[1]);
-               assertFalse("handleFailure",   crFlags[2]);
-               assertFalse("handleCancel",    crFlags[3]);
-
-               // Validate the first coalesced request
-               assertTrue ("isCompleted", subRequest1.isCompleted());
-               assertFalse("isFailed",    subRequest1.isFailed());
-               assertFalse("isCancelled", subRequest1.isCancelled());
-
-               // Validate the second coalesced request
-               assertTrue ("isCompleted", subRequest2.isCompleted());
-               assertFalse("isFailed",    subRequest2.isFailed());
-               assertFalse("isCancelled", subRequest2.isCancelled());
-       }
-
-       // ------------------------------------------------------------------------
-       // fail
-       // ------------------------------------------------------------------------
-
-       public void testFail() {
-               
-               final boolean[] crFlags = new boolean[4];
-               TmfCoalescedEventRequest<TmfEvent> request = setupTestRequest(crFlags);
-               TmfEventRequest<TmfEvent> subRequest1 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
-               TmfEventRequest<TmfEvent> subRequest2 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
-               request.addRequest(subRequest1);
-               request.addRequest(subRequest2);
-
-               request.fail();
-
-               // Validate the coalescing request
-               assertTrue ("isCompleted", request.isCompleted());
-               assertTrue ("isFailed",    request.isFailed());
-               assertFalse("isCancelled", request.isCancelled());
-
-               assertTrue ("handleCompleted", crFlags[0]);
-               assertFalse("handleSuccess",   crFlags[1]);
-               assertTrue ("handleFailure",   crFlags[2]);
-               assertFalse("handleCancel",    crFlags[3]);
-
-               // Validate the first coalesced request
-               assertTrue ("isCompleted", subRequest1.isCompleted());
-               assertTrue ("isFailed",    subRequest1.isFailed());
-               assertFalse("isCancelled", subRequest1.isCancelled());
-
-               // Validate the second coalesced request
-               assertTrue ("isCompleted", subRequest2.isCompleted());
-               assertTrue ("isFailed",    subRequest2.isFailed());
-               assertFalse("isCancelled", subRequest2.isCancelled());
-       }
-
-       // ------------------------------------------------------------------------
-       // cancel
-       // ------------------------------------------------------------------------
-
-       public void testCancel() {
-
-               final boolean[] crFlags = new boolean[4];
-               TmfCoalescedEventRequest<TmfEvent> request = setupTestRequest(crFlags);
-               TmfEventRequest<TmfEvent> subRequest1 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
-               TmfEventRequest<TmfEvent> subRequest2 = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
-               request.addRequest(subRequest1);
-               request.addRequest(subRequest2);
-
-               request.cancel();
-
-               // Validate the coalescing request
-               assertTrue ("isCompleted", request.isCompleted());
-               assertFalse("isFailed",    request.isFailed());
-               assertTrue ("isCancelled", request.isCancelled());
-
-               assertTrue ("handleCompleted", crFlags[0]);
-               assertFalse("handleSuccess",   crFlags[1]);
-               assertFalse("handleFailure",   crFlags[2]);
-               assertTrue ("handleCancel",    crFlags[3]);
-
-               // Validate the first coalesced request
-               assertTrue ("isCompleted", subRequest1.isCompleted());
-               assertFalse("isFailed",    subRequest1.isFailed());
-               assertTrue ("isCancelled", subRequest1.isCancelled());
-
-               // Validate the second coalesced request
-               assertTrue ("isCompleted", subRequest2.isCompleted());
-               assertFalse("isFailed",    subRequest2.isFailed());
-               assertTrue ("isCancelled", subRequest2.isCancelled());
-       }
-
-       // ------------------------------------------------------------------------
-       // waitForCompletion
-       // ------------------------------------------------------------------------
-
-       // ------------------------------------------------------------------------
-       // Coalescing
-       // ------------------------------------------------------------------------
-
-    private static final String DIRECTORY   = "testfiles";
-    private static final String TEST_STREAM = "A-Test-10K";
-    private static final int    NB_EVENTS   = 10000;
-    private static final int    BLOCK_SIZE  = 100;
-
-    // Initialize the test trace
-    private static TmfTraceStub fTrace = null;
-    private synchronized TmfTraceStub setupTrace(String path) {
-       if (fTrace == null) {
-               try {
-               URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path), null);
-               File test = new File(FileLocator.toFileURL(location).toURI());
-               fTrace = new TmfTraceStub(test.getPath(), 500);
-               } catch (URISyntaxException e) {
-                       e.printStackTrace();
-               } catch (IOException e) {
-                       e.printStackTrace();
-               }
-       }
-       return fTrace;
-    }
-
-       Vector<TmfEvent> requestedEvents1;
-    Vector<TmfEvent> requestedEvents2;
-    Vector<TmfEvent> requestedEvents3;
-
-    TmfEventRequest<TmfEvent> request1;
-    TmfEventRequest<TmfEvent> request2;
-    TmfEventRequest<TmfEvent> request3;
-
-    ITmfDataProvider<TmfEvent>[] providers;
-
-    private class TmfTestTriggerSignal extends TmfSignal {
-       public final boolean forceCancel;
-               public TmfTestTriggerSignal(Object source, boolean cancel) {
-                       super(source);
-                       forceCancel = cancel;
-
-               }
-    }
-
-    @SuppressWarnings("unchecked")
-       @TmfSignalHandler
-    public void trigger(final TmfTestTriggerSignal signal) {
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-
-        requestedEvents1 = new Vector<TmfEvent>();
-        request1 = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
-               int nbRead = 0;
-            @Override
-            public void handleData(TmfEvent event) {
-                       super.handleData(event);
-               if (!isCompleted()) {
-                               requestedEvents1.add(event);
-                       if (++nbRead >= BLOCK_SIZE && signal.forceCancel)
-                               cancel();
-               }
-            }
-        };
-
-        requestedEvents2 = new Vector<TmfEvent>();
-        request2 = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
-            @Override
-            public void handleData(TmfEvent event) {
-                       super.handleData(event);
-               if (!isCompleted()) {
-                       requestedEvents2.add(event);
-               }
-            }
-        };
-
-        requestedEvents3 = new Vector<TmfEvent>();
-        request3 = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
-            @Override
-            public void handleData(TmfEvent event) {
-                       super.handleData(event);
-               if (!isCompleted()) {
-                       requestedEvents3.add(event);
-               }
-            }
-        };
-
-        providers = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfTraceStub.class);
-        providers[0].sendRequest(request1);
-        providers[0].sendRequest(request2);
-        providers[0].sendRequest(request3);
-    }
-
-    public void testCoalescedRequest() throws Exception {
-
-               fTrace = setupTrace(DIRECTORY + File.separator + TEST_STREAM);
-
-       TmfSignalManager.register(this);
-               TmfTestTriggerSignal signal = new TmfTestTriggerSignal(this, false);
-       TmfSignalManager.dispatchSignal(signal);
-
-        request1.waitForCompletion();
-        request2.waitForCompletion();
-        request3.waitForCompletion();
-
-        assertEquals("Request1: nbEvents", NB_EVENTS, requestedEvents1.size());
-        assertTrue  ("Request1: isCompleted", request1.isCompleted());
-        assertFalse ("Request1: isCancelled", request1.isCancelled());
-
-        assertEquals("Request2: nbEvents", NB_EVENTS, requestedEvents2.size());
-        assertTrue  ("Request2: isCompleted", request2.isCompleted());
-        assertFalse ("Request2: isCancelled", request2.isCancelled());
-
-        assertEquals("Request3: nbEvents", NB_EVENTS, requestedEvents3.size());
-        assertTrue  ("Request3: isCompleted", request3.isCompleted());
-        assertFalse ("Request3: isCancelled", request3.isCancelled());
-
-        // Ensure that we have distinct events.
-        // Don't go overboard: we are not validating the stub! 
-        for (int i = 0; i < NB_EVENTS; i++) {
-            assertEquals("Distinct events", i+1, requestedEvents1.get(i).getTimestamp().getValue());
-            assertEquals("Distinct events", i+1, requestedEvents2.get(i).getTimestamp().getValue());
-            assertEquals("Distinct events", i+1, requestedEvents3.get(i).getTimestamp().getValue());
-        }
-
-        TmfSignalManager.deregister(this);
-        fTrace.dispose();
-        fTrace = null;
-    }
-    
-       public void testCancelCoalescedRequest() throws Exception {
-
-               fTrace = setupTrace(DIRECTORY + File.separator + TEST_STREAM);
-
-       TmfSignalManager.register(this);
-               TmfTestTriggerSignal signal = new TmfTestTriggerSignal(this, true);
-       TmfSignalManager.dispatchSignal(signal);
-
-        request1.waitForCompletion();
-        request2.waitForCompletion();
-        request3.waitForCompletion();
-
-        assertEquals("Request1: nbEvents", BLOCK_SIZE, requestedEvents1.size());
-        assertTrue  ("Request1: isCompleted", request1.isCompleted());
-        assertTrue  ("Request1: isCancelled", request1.isCancelled());
-
-        assertEquals("Request2: nbEvents", NB_EVENTS, requestedEvents2.size());
-        assertTrue  ("Request2: isCompleted", request2.isCompleted());
-        assertFalse ("Request2: isCancelled", request2.isCancelled());
-
-        assertEquals("Request3: nbEvents", NB_EVENTS, requestedEvents3.size());
-        assertTrue  ("Request3: isCompleted", request3.isCompleted());
-        assertFalse ("Request3: isCancelled", request3.isCancelled());
-
-        // Ensure that we have distinct events.
-        // Don't go overboard: we are not validating the stub! 
-        for (int i = 0; i < NB_EVENTS; i++) {
-            assertEquals("Distinct events", i+1, requestedEvents2.get(i).getTimestamp().getValue());
-            assertEquals("Distinct events", i+1, requestedEvents3.get(i).getTimestamp().getValue());
-        }
-
-        TmfSignalManager.deregister(this);
-        fTrace.dispose();
-        fTrace = null;
-    }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/TmfDataRequestTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/TmfDataRequestTest.java
deleted file mode 100644 (file)
index 9f879da..0000000
+++ /dev/null
@@ -1,286 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.request;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.request.TmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.TmfDataRequestStub;
-
-/**
- * <b><u>TmfDataRequestTest</u></b>
- * <p>
- * Test suite for the TmfDataRequest class.
- */
-@SuppressWarnings("nls")
-public class TmfDataRequestTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-       private static TmfDataRequest<TmfEvent> fRequest1;
-       private static TmfDataRequest<TmfEvent> fRequest1b;
-       private static TmfDataRequest<TmfEvent> fRequest1c;
-       private static TmfDataRequest<TmfEvent> fRequest2;
-       private static TmfDataRequest<TmfEvent> fRequest3;
-       private static TmfDataRequest<TmfEvent> fRequest4;
-
-       private static int fRequestCount;
-       
-    // ------------------------------------------------------------------------
-       // Housekeeping
-       // ------------------------------------------------------------------------
-
-       public TmfDataRequestTest(String name) {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-               TmfDataRequest.reset();
-               fRequest1  = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
-               fRequest2  = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 20, 100, 200);
-               fRequest3  = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 20, 200, 200);
-               fRequest4  = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 20, 200, 300);
-       fRequest1b = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
-               fRequest1c = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
-               fRequestCount = fRequest1c.getRequestId() + 1;
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-       private TmfDataRequest<TmfEvent> setupTestRequest(final boolean[] flags) {
-               
-               TmfDataRequest<TmfEvent> request = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200) {
-                   @Override
-                       public void handleCompleted() {
-                       super.handleCompleted();
-                       flags[0] = true;
-                   }
-                   @Override
-                   public void handleSuccess() {
-                       super.handleSuccess();
-                       flags[1] = true;
-                   }
-                   @Override
-                   public void handleFailure() {
-                       super.handleFailure();
-                       flags[2] = true;
-                   }
-                   @Override
-                   public void handleCancel() {
-                       super.handleCancel();
-                       flags[3] = true;
-                   }
-               };
-               return request;
-       }
-       
-       // ------------------------------------------------------------------------
-       // Constructors
-       // ------------------------------------------------------------------------
-
-       public void testTmfDataRequest() {
-        TmfDataRequest<TmfEvent> request = new TmfDataRequestStub<TmfEvent>(TmfEvent.class);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("getIndex", 0, request.getIndex());
-        assertEquals("getNbRequestedEvents", TmfDataRequest.ALL_DATA, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       public void testTmfDataRequestIndex() {
-        TmfDataRequest<TmfEvent> request = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("getIndex", 10, request.getIndex());
-        assertEquals("getNbRequestedEvents", TmfDataRequest.ALL_DATA, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       public void testTmfDataRequestIndexNbRequested() {
-        TmfDataRequest<TmfEvent> request = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("getIndex", 10, request.getIndex());
-        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       public void testTmfDataRequestIndexNbEventsBlocksize() {
-        TmfDataRequest<TmfEvent> request = new TmfDataRequestStub<TmfEvent>(TmfEvent.class, 10, 100, 200);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("getIndex", 10, request.getIndex());
-        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       // ------------------------------------------------------------------------
-       // equals
-       // ------------------------------------------------------------------------
-
-       public void testEqualsReflexivity() throws Exception {
-        assertTrue("equals", fRequest1.equals(fRequest1));
-        assertTrue("equals", fRequest2.equals(fRequest2));
-
-        assertFalse("equals", fRequest1.equals(fRequest2));
-        assertFalse("equals", fRequest2.equals(fRequest1));
-       }
-
-       public void testEqualsSymmetry() throws Exception {
-        assertTrue("equals", fRequest1.equals(fRequest1b));
-        assertTrue("equals", fRequest1b.equals(fRequest1));
-
-        assertFalse("equals", fRequest1.equals(fRequest3));
-        assertFalse("equals", fRequest2.equals(fRequest3));
-        assertFalse("equals", fRequest3.equals(fRequest1));
-        assertFalse("equals", fRequest3.equals(fRequest2));
-       }
-       
-       public void testEqualsTransivity() throws Exception {
-        assertTrue("equals", fRequest1.equals(fRequest1b));
-        assertTrue("equals", fRequest1b.equals(fRequest1c));
-        assertTrue("equals", fRequest1.equals(fRequest1c));
-       }
-       
-       public void testEqualsNull() throws Exception {
-        assertFalse("equals", fRequest1.equals(null));
-        assertFalse("equals", fRequest2.equals(null));
-       }
-
-       // ------------------------------------------------------------------------
-       // hashCode
-       // ------------------------------------------------------------------------
-
-       public void testHashCode() throws Exception {
-        assertTrue("hashCode", fRequest1.hashCode() == fRequest1.hashCode());
-        assertTrue("hashCode", fRequest2.hashCode() == fRequest2.hashCode());
-               assertTrue("hashCode", fRequest1.hashCode() != fRequest2.hashCode());
-       }
-       
-       // ------------------------------------------------------------------------
-       // toString
-       // ------------------------------------------------------------------------
-
-       public void testToString() {
-        String expected1 = "[TmfDataRequest(0,TmfEvent,10,100,200)]";
-        String expected2 = "[TmfDataRequest(1,TmfEvent,20,100,200)]";
-        String expected3 = "[TmfDataRequest(2,TmfEvent,20,200,200)]";
-        String expected4 = "[TmfDataRequest(3,TmfEvent,20,200,300)]";
-
-        assertEquals("toString", expected1, fRequest1.toString());
-        assertEquals("toString", expected2, fRequest2.toString());
-        assertEquals("toString", expected3, fRequest3.toString());
-        assertEquals("toString", expected4, fRequest4.toString());
-       }
-
-       // ------------------------------------------------------------------------
-       // done
-       // ------------------------------------------------------------------------
-
-       public void testDone() {
-               
-               final boolean[] flags = new boolean[4];
-               TmfDataRequest<TmfEvent> request = setupTestRequest(flags);
-               request.done();
-
-               assertTrue ("isCompleted", request.isCompleted());
-               assertFalse("isFailed",    request.isFailed());
-               assertFalse("isCancelled", request.isCancelled());
-
-               assertTrue ("handleCompleted", flags[0]);
-               assertTrue ("handleSuccess",   flags[1]);
-               assertFalse("handleFailure",   flags[2]);
-               assertFalse("handleCancel",    flags[3]);
-       }
-
-       // ------------------------------------------------------------------------
-       // fail
-       // ------------------------------------------------------------------------
-
-       public void testFail() {
-               
-               final boolean[] flags = new boolean[4];
-               TmfDataRequest<TmfEvent> request = setupTestRequest(flags);
-               request.fail();
-
-               assertTrue ("isCompleted", request.isCompleted());
-               assertTrue ("isFailed",    request.isFailed());
-               assertFalse("isCancelled", request.isCancelled());
-
-               assertTrue ("handleCompleted", flags[0]);
-               assertFalse("handleSuccess",   flags[1]);
-               assertTrue ("handleFailure",   flags[2]);
-               assertFalse("handleCancel",    flags[3]);
-       }
-
-       // ------------------------------------------------------------------------
-       // cancel
-       // ------------------------------------------------------------------------
-
-       public void testCancel() {
-
-               final boolean[] flags = new boolean[4];
-               TmfDataRequest<TmfEvent> request = setupTestRequest(flags);
-               request.cancel();
-
-               assertTrue ("isCompleted", request.isCompleted());
-               assertFalse("isFailed",    request.isFailed());
-               assertTrue ("isCancelled", request.isCancelled());
-
-               assertTrue ("handleCompleted", flags[0]);
-               assertFalse("handleSuccess",   flags[1]);
-               assertFalse("handleFailure",   flags[2]);
-               assertTrue ("handleCancel",    flags[3]);
-       }
-
-       // ------------------------------------------------------------------------
-       // waitForCompletion
-       // ------------------------------------------------------------------------
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/TmfEventRequestTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/TmfEventRequestTest.java
deleted file mode 100644 (file)
index ec61701..0000000
+++ /dev/null
@@ -1,307 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.request;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.request.TmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequestStub;
-
-/**
- * <b><u>TmfEventRequestTest</u></b>
- * <p>
- * Test suite for the TmfEventRequest class.
- */
-@SuppressWarnings("nls")
-public class TmfEventRequestTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-       private static TmfTimeRange range1 = new TmfTimeRange(TmfTimeRange.Eternity);
-       private static TmfTimeRange range2 = new TmfTimeRange(new TmfTimestamp(), TmfTimestamp.BigCrunch);
-       
-       private static TmfEventRequest<TmfEvent> fRequest1;
-       private static TmfEventRequest<TmfEvent> fRequest1b;
-       private static TmfEventRequest<TmfEvent> fRequest1c;
-       private static TmfEventRequest<TmfEvent> fRequest2;
-       private static TmfEventRequest<TmfEvent> fRequest3;
-       private static TmfEventRequest<TmfEvent> fRequest4;
-
-       private static int fRequestCount;
-       
-       // ------------------------------------------------------------------------
-       // Housekeeping
-       // ------------------------------------------------------------------------
-
-       public TmfEventRequestTest(String name) {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-               TmfDataRequest.reset();
-               fRequest1  = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
-               fRequest2  = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range2, 100, 200);
-               fRequest3  = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range2, 200, 200);
-               fRequest4  = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range2, 200, 300);
-               fRequest1b = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
-               fRequest1c = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range1, 100, 200);
-               fRequestCount = fRequest1c.getRequestId() + 1;
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-       private TmfEventRequest<TmfEvent> setupTestRequest(final boolean[] flags) {
-               
-               TmfEventRequest<TmfEvent> request = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, new TmfTimeRange(TmfTimeRange.Eternity), 100, 200) {
-                   @Override
-                       public void handleCompleted() {
-                       super.handleCompleted();
-                       flags[0] = true;
-                   }
-                   @Override
-                   public void handleSuccess() {
-                       super.handleSuccess();
-                       flags[1] = true;
-                   }
-                   @Override
-                   public void handleFailure() {
-                       super.handleFailure();
-                       flags[2] = true;
-                   }
-                   @Override
-                   public void handleCancel() {
-                       super.handleCancel();
-                       flags[3] = true;
-                   }
-               };
-               return request;
-       }
-       
-       // ------------------------------------------------------------------------
-       // Constructors
-       // ------------------------------------------------------------------------
-
-       public void testTmfEventRequest() {
-        TmfEventRequest<TmfEvent> request = new TmfEventRequestStub<TmfEvent>(TmfEvent.class);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("StartTime", TmfTimestamp.BigBang,   request.getRange().getStartTime());
-        assertEquals("EndTime",   TmfTimestamp.BigCrunch, request.getRange().getEndTime());
-
-        assertEquals("getIndex", 0, request.getIndex());
-        assertEquals("getNbRequestedEvents", TmfDataRequest.ALL_DATA, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       public void testTmfEventRequestTimeRange() {
-        TmfTimeRange range = new TmfTimeRange(new TmfTimestamp(), TmfTimestamp.BigCrunch);
-        TmfEventRequest<TmfEvent> request = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("StartTime", new TmfTimestamp(), request.getRange().getStartTime());
-        assertEquals("EndTime",   TmfTimestamp.BigCrunch, request.getRange().getEndTime());
-
-        assertEquals("getIndex", 0, request.getIndex());
-        assertEquals("getNbRequestedEvents", TmfDataRequest.ALL_DATA, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       public void testTmfEventRequestTimeRangeNbRequested() {
-        TmfTimeRange range = new TmfTimeRange(new TmfTimestamp(), TmfTimestamp.BigCrunch);
-        TmfEventRequest<TmfEvent> request = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range, 100);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("StartTime", new TmfTimestamp(), request.getRange().getStartTime());
-        assertEquals("EndTime",   TmfTimestamp.BigCrunch, request.getRange().getEndTime());
-
-        assertEquals("getIndex", 0, request.getIndex());
-        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       public void testTmfEventRequestTimeRangeNbRequestedBlocksize() {
-        TmfTimeRange range = new TmfTimeRange(new TmfTimestamp(), TmfTimestamp.BigCrunch);
-        TmfEventRequest<TmfEvent> request = new TmfEventRequestStub<TmfEvent>(TmfEvent.class, range, 100, 200);
-
-        assertEquals("getRequestId", fRequestCount++, request.getRequestId());
-        assertEquals("getDataType",  TmfEvent.class, request.getDataType());
-
-        assertEquals("StartTime", new TmfTimestamp(), request.getRange().getStartTime());
-        assertEquals("EndTime",   TmfTimestamp.BigCrunch, request.getRange().getEndTime());
-
-        assertEquals("getIndex", 0, request.getIndex());
-        assertEquals("getNbRequestedEvents", 100, request.getNbRequested());
-
-        assertFalse("isCompleted", request.isCompleted());
-        assertFalse("isFailed", request.isFailed());
-        assertFalse("isCancelled", request.isCancelled());
-
-        assertEquals("getNbRead", 0, request.getNbRead());
-       }
-
-       // ------------------------------------------------------------------------
-       // equals
-       // ------------------------------------------------------------------------
-
-       public void testEqualsReflexivity() throws Exception {
-        assertTrue("equals", fRequest1.equals(fRequest1));
-        assertTrue("equals", fRequest2.equals(fRequest2));
-
-        assertFalse("equals", fRequest1.equals(fRequest2));
-        assertFalse("equals", fRequest2.equals(fRequest1));
-       }
-
-       public void testEqualsSymmetry() throws Exception {
-        assertTrue("equals", fRequest1.equals(fRequest1b));
-        assertTrue("equals", fRequest1b.equals(fRequest1));
-
-        assertFalse("equals", fRequest1.equals(fRequest3));
-        assertFalse("equals", fRequest2.equals(fRequest3));
-        assertFalse("equals", fRequest3.equals(fRequest1));
-        assertFalse("equals", fRequest3.equals(fRequest2));
-       }
-       
-       public void testEqualsTransivity() throws Exception {
-        assertTrue("equals", fRequest1.equals(fRequest1b));
-        assertTrue("equals", fRequest1b.equals(fRequest1c));
-        assertTrue("equals", fRequest1.equals(fRequest1c));
-       }
-       
-       public void testEqualsNull() throws Exception {
-        assertFalse("equals", fRequest1.equals(null));
-        assertFalse("equals", fRequest2.equals(null));
-       }
-
-       // ------------------------------------------------------------------------
-       // hashCode
-       // ------------------------------------------------------------------------
-
-       public void testHashCode() throws Exception {
-        assertTrue("hashCode", fRequest1.hashCode() == fRequest1.hashCode());
-        assertTrue("hashCode", fRequest2.hashCode() == fRequest2.hashCode());
-               assertTrue("hashCode", fRequest1.hashCode() != fRequest2.hashCode());
-       }
-       
-       // ------------------------------------------------------------------------
-       // toString
-       // ------------------------------------------------------------------------
-
-       public void testToString() {
-        String expected1 = "[TmfEventRequest(0,TmfEvent," + range1 + ",0,100,200)]";
-        String expected2 = "[TmfEventRequest(1,TmfEvent," + range2 + ",0,100,200)]";
-        String expected3 = "[TmfEventRequest(2,TmfEvent," + range2 + ",0,200,200)]";
-        String expected4 = "[TmfEventRequest(3,TmfEvent," + range2 + ",0,200,300)]";
-
-        assertEquals("toString", expected1, fRequest1.toString());
-        assertEquals("toString", expected2, fRequest2.toString());
-        assertEquals("toString", expected3, fRequest3.toString());
-        assertEquals("toString", expected4, fRequest4.toString());
-       }
-
-       // ------------------------------------------------------------------------
-       // done
-       // ------------------------------------------------------------------------
-
-       public void testDone() {
-               
-               final boolean[] flags = new boolean[4];
-               TmfEventRequest<TmfEvent> request = setupTestRequest(flags);
-               request.done();
-
-               assertTrue ("isCompleted", request.isCompleted());
-               assertFalse("isFailed",    request.isFailed());
-               assertFalse("isCancelled", request.isCancelled());
-
-               assertTrue ("handleCompleted", flags[0]);
-               assertTrue ("handleSuccess",   flags[1]);
-               assertFalse("handleFailure",   flags[2]);
-               assertFalse("handleCancel",    flags[3]);
-       }
-
-       // ------------------------------------------------------------------------
-       // fail
-       // ------------------------------------------------------------------------
-
-       public void testFail() {
-               
-               final boolean[] flags = new boolean[4];
-               TmfEventRequest<TmfEvent> request = setupTestRequest(flags);
-               request.fail();
-
-               assertTrue ("isCompleted", request.isCompleted());
-               assertTrue ("isFailed",    request.isFailed());
-               assertFalse("isCancelled", request.isCancelled());
-
-               assertTrue ("handleCompleted", flags[0]);
-               assertFalse("handleSuccess",   flags[1]);
-               assertTrue ("handleFailure",   flags[2]);
-               assertFalse("handleCancel",    flags[3]);
-       }
-
-       // ------------------------------------------------------------------------
-       // cancel
-       // ------------------------------------------------------------------------
-
-       public void testCancel() {
-
-               final boolean[] flags = new boolean[4];
-               TmfEventRequest<TmfEvent> request = setupTestRequest(flags);
-               request.cancel();
-
-               assertTrue ("isCompleted", request.isCompleted());
-               assertFalse("isFailed",    request.isFailed());
-               assertTrue ("isCancelled", request.isCancelled());
-
-               assertTrue ("handleCompleted", flags[0]);
-               assertFalse("handleSuccess",   flags[1]);
-               assertFalse("handleFailure",   flags[2]);
-               assertTrue ("handleCancel",    flags[3]);
-       }
-
-       // ------------------------------------------------------------------------
-       // waitForCompletion
-       // ------------------------------------------------------------------------
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/TmfRequestExecutorTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/request/TmfRequestExecutorTest.java
deleted file mode 100644 (file)
index d490435..0000000
+++ /dev/null
@@ -1,117 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.request;
-
-import java.util.concurrent.Executors;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.request.TmfRequestExecutor;
-
-/**
- * <b><u>TmfRequestExecutorTest</u></b>
- *
- * Test suite for the TmfRequestExecutor class.
- */
-@SuppressWarnings("nls")
-public class TmfRequestExecutorTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-       // ------------------------------------------------------------------------
-       // Housekeeping
-       // ------------------------------------------------------------------------
-
-       /**
-        * @param name the test name
-        */
-       public TmfRequestExecutorTest(String name) {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-       // ------------------------------------------------------------------------
-       // Constructors
-       // ------------------------------------------------------------------------
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.tmf.request.TmfRequestExecutor#TmfRequestExecutor()}.
-        */
-       public void testTmfRequestExecutor() {
-               TmfRequestExecutor executor = new TmfRequestExecutor();
-               assertEquals("nbPendingRequests", 0, executor.getNbPendingRequests());
-               assertFalse("isShutdown",   executor.isShutdown());
-               assertFalse("isTerminated", executor.isTerminated());
-       }
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.tmf.request.TmfRequestExecutor#TmfRequestExecutor(java.util.concurrent.ExecutorService)}.
-        */
-       public void testTmfRequestExecutorExecutorService() {
-               TmfRequestExecutor executor = new TmfRequestExecutor(Executors.newCachedThreadPool());
-               assertEquals("nbPendingRequests", 0, executor.getNbPendingRequests());
-               assertFalse("isShutdown",   executor.isShutdown());
-               assertFalse("isTerminated", executor.isTerminated());
-       }
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.tmf.request.TmfRequestExecutor#stop()}.
-        */
-       public void testStop() {
-               TmfRequestExecutor executor = new TmfRequestExecutor();
-               executor.stop();
-               assertEquals("nbPendingRequests", 0, executor.getNbPendingRequests());
-               assertTrue("isShutdown",   executor.isShutdown());
-               assertTrue("isTerminated", executor.isTerminated());
-       }
-
-       // ------------------------------------------------------------------------
-       // execute
-       // ------------------------------------------------------------------------
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.tmf.request.TmfRequestExecutor#execute(java.lang.Runnable)}.
-        */
-       public void testExecute() {
-//             fail("Not yet implemented");
-       }
-
-       // ------------------------------------------------------------------------
-       // toString
-       // ------------------------------------------------------------------------
-
-       /**
-        * Test method for {@link org.eclipse.linuxtools.tmf.request.TmfRequestExecutor#toString()}.
-        */
-       public void testToString() {
-//             TmfRequestExecutor executor1 = new TmfRequestExecutor();
-//             String expected1 = "[TmfRequestExecutor(DelegatedExecutorService)]";
-//             assertEquals("toString", expected1, executor1.toString());
-//
-//             TmfRequestExecutor executor2 = new TmfRequestExecutor(Executors.newCachedThreadPool());
-//             String expected2 = "[TmfRequestExecutor(ThreadPoolExecutor)]";
-//             assertEquals("toString", expected2, executor2.toString());
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/AllTests.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/AllTests.java
deleted file mode 100644 (file)
index 570f4ce..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-package org.eclipse.linuxtools.tmf.tests.trace;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import org.eclipse.linuxtools.tmf.TmfCorePlugin;
-
-@SuppressWarnings("nls")
-public class AllTests {
-
-       public static Test suite() {
-               TestSuite suite = new TestSuite("Test suite for " + TmfCorePlugin.PLUGIN_ID + ".trace"); //$NON-NLS-1$);
-               //$JUnit-BEGIN$
-               suite.addTestSuite(TmfLocationTest.class);
-               suite.addTestSuite(TmfCheckpointTest.class);
-               suite.addTestSuite(TmfContextTest.class);
-               suite.addTestSuite(TmfTraceTest.class);
-               //$JUnit-END$
-               return suite;
-       }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/TmfCheckpointTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/TmfCheckpointTest.java
deleted file mode 100644 (file)
index 5865a25..0000000
+++ /dev/null
@@ -1,183 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.trace;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.trace.TmfCheckpoint;
-import org.eclipse.linuxtools.tmf.trace.TmfLocation;
-
-/**
- * <b><u>TmfCheckpointTest</u></b>
- * <p>
- * Test suite for the TmfCheckpoint class.
- */
-@SuppressWarnings("nls")
-public class TmfCheckpointTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-       TmfTimestamp fTimestamp1 = new TmfTimestamp();
-       TmfTimestamp fTimestamp2 = TmfTimestamp.BigBang;
-       TmfTimestamp fTimestamp3 = TmfTimestamp.BigCrunch;
-
-       Long aLong1 = 12345L;
-       Long aLong2 = 23456L;
-       Long aLong3 = 34567L;
-       TmfLocation<Long> fLocation1 = new TmfLocation<Long>(aLong1);
-       TmfLocation<Long> fLocation2 = new TmfLocation<Long>(aLong2);
-       TmfLocation<Long> fLocation3 = new TmfLocation<Long>(aLong3);
-
-       TmfCheckpoint fCheckpoint1 = new TmfCheckpoint(fTimestamp1, fLocation1);
-       TmfCheckpoint fCheckpoint2 = new TmfCheckpoint(fTimestamp2, fLocation2);
-       TmfCheckpoint fCheckpoint3 = new TmfCheckpoint(fTimestamp3, fLocation3);
-       
-    // ------------------------------------------------------------------------
-    // Housekeeping
-    // ------------------------------------------------------------------------
-
-       /**
-        * @param name the test name
-        */
-       public TmfCheckpointTest(String name) {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-       public void testTmfCheckpoint() {
-               assertEquals("TmfCheckpoint", fTimestamp1, fCheckpoint1.getTimestamp());
-               assertEquals("TmfCheckpoint", fLocation1,  fCheckpoint1.getLocation());
-       }
-
-       public void testTmfLocationCopy() {
-               TmfCheckpoint checkpoint = new TmfCheckpoint(fCheckpoint1);
-
-               assertEquals("TmfCheckpoint", fTimestamp1, checkpoint.getTimestamp());
-               assertEquals("TmfCheckpoint", fLocation1,  checkpoint.getLocation());
-       }
-
-       public void testTmfLocationCopy2() throws Exception {
-               try {
-                       new TmfCheckpoint(null);
-                       fail("null copy");
-               }
-               catch (IllegalArgumentException e) {
-                       // Success
-               }
-       }
-
-    // ------------------------------------------------------------------------
-    // equals
-    // ------------------------------------------------------------------------
-
-       public void testEqualsReflexivity() throws Exception {
-               assertTrue("equals", fCheckpoint1.equals(fCheckpoint1));
-               assertTrue("equals", fCheckpoint2.equals(fCheckpoint2));
-
-               assertTrue("equals", !fCheckpoint1.equals(fCheckpoint2));
-               assertTrue("equals", !fCheckpoint2.equals(fCheckpoint1));
-       }
-       
-       public void testEqualsSymmetry() throws Exception {
-               TmfCheckpoint checkpoint1 = new TmfCheckpoint(fCheckpoint1);
-               TmfCheckpoint checkpoint2 = new TmfCheckpoint(fCheckpoint2);
-
-               assertTrue("equals", checkpoint1.equals(fCheckpoint1));
-               assertTrue("equals", fCheckpoint1.equals(checkpoint1));
-
-               assertTrue("equals", checkpoint2.equals(fCheckpoint2));
-               assertTrue("equals", fCheckpoint2.equals(checkpoint2));
-       }
-       
-       public void testEqualsTransivity() throws Exception {
-               TmfCheckpoint checkpoint1 = new TmfCheckpoint(fCheckpoint1);
-               TmfCheckpoint checkpoint2 = new TmfCheckpoint(checkpoint1);
-               TmfCheckpoint checkpoint3 = new TmfCheckpoint(checkpoint2);
-
-               assertTrue("equals", checkpoint1.equals(checkpoint2));
-               assertTrue("equals", checkpoint2.equals(checkpoint3));
-               assertTrue("equals", checkpoint1.equals(checkpoint3));
-       }
-       
-       public void testEqualsNull() throws Exception {
-               assertTrue("equals", !fCheckpoint1.equals(null));
-               assertTrue("equals", !fCheckpoint2.equals(null));
-       }
-       
-       // ------------------------------------------------------------------------
-       // hashCode
-       // ------------------------------------------------------------------------
-
-       public void testHashCode() throws Exception {
-               TmfCheckpoint checkpoint1 = new TmfCheckpoint(fCheckpoint1);
-               TmfCheckpoint checkpoint2 = new TmfCheckpoint(fCheckpoint2);
-
-               assertTrue("hashCode", fCheckpoint1.hashCode() == checkpoint1.hashCode());
-               assertTrue("hashCode", fCheckpoint2.hashCode() == checkpoint2.hashCode());
-
-               assertTrue("hashCode", fCheckpoint1.hashCode() != checkpoint2.hashCode());
-               assertTrue("hashCode", fCheckpoint2.hashCode() != checkpoint1.hashCode());
-       }
-       
-    // ------------------------------------------------------------------------
-    // toString
-    // ------------------------------------------------------------------------
-
-       public void testToString() {
-               String expected1 = "[TmfCheckpoint(" + fCheckpoint1.getTimestamp() +  "," + 
-                       fCheckpoint1.getLocation() + ")]";
-               String expected2 = "[TmfCheckpoint(" + fCheckpoint2.getTimestamp() +  "," + 
-                       fCheckpoint2.getLocation() + ")]";
-               String expected3 = "[TmfCheckpoint(" + fCheckpoint3.getTimestamp() +  "," + 
-                       fCheckpoint3.getLocation() + ")]";
-
-               assertEquals("toString", expected1, fCheckpoint1.toString());
-               assertEquals("toString", expected2, fCheckpoint2.toString());
-               assertEquals("toString", expected3, fCheckpoint3.toString());
-       }
-
-    // ------------------------------------------------------------------------
-    // compareTo
-    // ------------------------------------------------------------------------
-
-       public void testCompareTo() {
-               assertEquals("compareTo",  0, fCheckpoint1.compareTo(fCheckpoint1));
-               assertEquals("compareTo",  1, fCheckpoint1.compareTo(fCheckpoint2));
-               assertEquals("compareTo", -1, fCheckpoint1.compareTo(fCheckpoint3));
-
-               assertEquals("compareTo", -1, fCheckpoint2.compareTo(fCheckpoint1));
-               assertEquals("compareTo",  0, fCheckpoint2.compareTo(fCheckpoint2));
-               assertEquals("compareTo", -1, fCheckpoint2.compareTo(fCheckpoint3));
-
-               assertEquals("compareTo",  1, fCheckpoint3.compareTo(fCheckpoint1));
-               assertEquals("compareTo",  1, fCheckpoint3.compareTo(fCheckpoint2));
-               assertEquals("compareTo",  0, fCheckpoint3.compareTo(fCheckpoint3));
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/TmfContextTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/TmfContextTest.java
deleted file mode 100644 (file)
index 50bdc47..0000000
+++ /dev/null
@@ -1,237 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.trace;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfLocation;
-
-/**
- * <b><u>TmfContextTest</u></b>
- * <p>
- * Test suite for the TmfContext class.
- */
-@SuppressWarnings("nls")
-public class TmfContextTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-       final String       aString    = "some location";
-       final Long         aLong      = 12345L;
-       final TmfTimestamp aTimestamp = new TmfTimestamp();
-
-       final TmfLocation<String> fLocation1 = new TmfLocation<String>(aString);
-       final TmfLocation<Long>   fLocation2 = new TmfLocation<Long>(aLong);
-       final TmfLocation<TmfTimestamp> fLocation3 = new TmfLocation<TmfTimestamp>(aTimestamp);
-
-       final long fRank1 = 1;
-       final long fRank2 = 2;
-       final long fRank3 = 3;
-       
-       final TmfContext fContext1 = new TmfContext(fLocation1, fRank1);
-       final TmfContext fContext2 = new TmfContext(fLocation2, fRank2);
-       final TmfContext fContext3 = new TmfContext(fLocation3, fRank3);
-       
-    // ------------------------------------------------------------------------
-    // Housekeeping
-    // ------------------------------------------------------------------------
-
-       /**
-        * @param name the test name
-        */
-       public TmfContextTest(String name) {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-       public void testTmfContextDefault() {
-               TmfContext context = new TmfContext();
-               assertEquals("getLocation", null, context.getLocation());
-               assertEquals("getRank", TmfContext.UNKNOWN_RANK, context.getRank());
-       }
-
-       public void testTmfContextNoRank() {
-               TmfContext context1 = new TmfContext(fLocation1);
-               TmfContext context2 = new TmfContext(fLocation2);
-               TmfContext context3 = new TmfContext(fLocation3);
-
-               assertEquals("getLocation", fLocation1, context1.getLocation());
-               assertEquals("getLocation", fLocation2, context2.getLocation());
-               assertEquals("getLocation", fLocation3, context3.getLocation());
-
-               assertEquals("getRank", TmfContext.UNKNOWN_RANK, context1.getRank());
-               assertEquals("getRank", TmfContext.UNKNOWN_RANK, context2.getRank());
-               assertEquals("getRank", TmfContext.UNKNOWN_RANK, context3.getRank());
-       }
-
-       public void testTmfContext() {
-               assertEquals("getLocation", fLocation1, fContext1.getLocation());
-               assertEquals("getLocation", fLocation2, fContext2.getLocation());
-               assertEquals("getLocation", fLocation3, fContext3.getLocation());
-
-               assertEquals("getRank", fRank1, fContext1.getRank());
-               assertEquals("getRank", fRank2, fContext2.getRank());
-               assertEquals("getRank", fRank3, fContext3.getRank());
-       }
-
-       public void testTmfContextCopy() {
-               TmfContext context1 = new TmfContext(fContext1);
-               TmfContext context2 = new TmfContext(fContext2);
-               TmfContext context3 = new TmfContext(fContext3);
-
-               assertEquals("getLocation", fLocation1, context1.getLocation());
-               assertEquals("getLocation", fLocation2, context2.getLocation());
-               assertEquals("getLocation", fLocation3, context3.getLocation());
-
-               assertEquals("getRank", fRank1, context1.getRank());
-               assertEquals("getRank", fRank2, context2.getRank());
-               assertEquals("getRank", fRank3, context3.getRank());
-       }
-
-    // ------------------------------------------------------------------------
-    // equals
-    // ------------------------------------------------------------------------
-
-       public void testEqualsReflexivity() throws Exception {
-               assertTrue("equals", fContext1.equals(fContext1));
-               assertTrue("equals", fContext2.equals(fContext2));
-
-               assertTrue("equals", !fContext1.equals(fContext2));
-               assertTrue("equals", !fContext2.equals(fContext1));
-       }
-       
-       public void testEqualsSymmetry() throws Exception {
-               TmfContext context1 = new TmfContext(fContext1);
-               TmfContext context2 = new TmfContext(fContext2);
-
-               assertTrue("equals", context1.equals(fContext1));
-               assertTrue("equals", fContext1.equals(context1));
-
-               assertTrue("equals", context2.equals(fContext2));
-               assertTrue("equals", fContext2.equals(context2));
-       }
-       
-       public void testEqualsTransivity() throws Exception {
-               TmfContext context1 = new TmfContext(fContext1);
-               TmfContext context2 = new TmfContext(context1);
-               TmfContext context3 = new TmfContext(context2);
-
-               assertTrue("equals", context1.equals(context2));
-               assertTrue("equals", context2.equals(context3));
-               assertTrue("equals", context1.equals(context3));
-       }
-       
-       public void testEqualsNull() throws Exception {
-               assertTrue("equals", !fContext1.equals(null));
-               assertTrue("equals", !fContext2.equals(null));
-       }
-       
-       // ------------------------------------------------------------------------
-       // hashCode
-       // ------------------------------------------------------------------------
-
-       public void testHashCode() throws Exception {
-               TmfContext context1 = new TmfContext(fContext1);
-               TmfContext context2 = new TmfContext(fContext2);
-
-               assertTrue("hashCode", fContext1.hashCode() == context1.hashCode());
-               assertTrue("hashCode", fContext2.hashCode() == context2.hashCode());
-
-               assertTrue("hashCode", fContext1.hashCode() != context2.hashCode());
-               assertTrue("hashCode", fContext2.hashCode() != context1.hashCode());
-       }
-       
-    // ------------------------------------------------------------------------
-    // toString
-    // ------------------------------------------------------------------------
-
-       public void testToString() {
-               String expected1 = "[TmfContext(" + fLocation1 + "," + 1 + ")]";
-               String expected2 = "[TmfContext(" + fLocation2 + "," + 2 + ")]";
-               String expected3 = "[TmfContext(" + fLocation3 + "," + 3 + ")]";
-
-               assertEquals("toString", expected1, fContext1.toString());
-               assertEquals("toString", expected2, fContext2.toString());
-               assertEquals("toString", expected3, fContext3.toString());
-       }
-
-    // ------------------------------------------------------------------------
-    // clone
-    // ------------------------------------------------------------------------
-
-       public void testClone() {
-               try {
-                       TmfContext context1 = fContext1.clone();
-                       TmfContext context2 = fContext2.clone();
-                       TmfContext context3 = fContext3.clone();
-
-                       assertEquals("clone", context1, fContext1);
-                       assertEquals("clone", context2, fContext2);
-                       assertEquals("clone", context3, fContext3);
-               }
-               catch (InternalError e) {
-                       fail("clone()");
-               }
-       }
-
-    // ------------------------------------------------------------------------
-    // setLocation, setRank, updateRank
-    // ------------------------------------------------------------------------
-
-       public void testSetLocation() {
-               TmfContext context1 = new TmfContext(fContext1);
-               context1.setLocation(fContext2.getLocation());
-
-               assertEquals("getLocation", fLocation2, context1.getLocation());
-               assertEquals("getRank", 1, context1.getRank());
-       }
-
-       public void testSetRank() {
-               TmfContext context1 = new TmfContext(fContext1);
-               context1.setRank(fContext2.getRank());
-
-               assertEquals("getLocation", fLocation1, context1.getLocation());
-               assertEquals("getRank", fRank2, context1.getRank());
-       }
-
-       public void testUpdatetRank() {
-               TmfContext context1 = new TmfContext(fContext1);
-
-               context1.updateRank(0);
-               assertEquals("getRank", fRank1, context1.getRank());
-
-               context1.updateRank(-1);
-               assertEquals("getRank", fRank1 - 1, context1.getRank());
-
-               context1.updateRank(2);
-               assertEquals("getRank", fRank1 + 1, context1.getRank());
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/TmfExperimentTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/TmfExperimentTest.java
deleted file mode 100644 (file)
index 6ec86ce..0000000
+++ /dev/null
@@ -1,651 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.trace;
-
-import java.io.File;
-import java.io.IOException;
-import java.net.URISyntaxException;
-import java.net.URL;
-import java.util.Vector;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperimentContext;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.tests.TmfCoreTestPlugin;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfCheckpoint;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfTraceStub;
-
-/**
- * <b><u>TmfExperimentTest</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-@SuppressWarnings("nls")
-public class TmfExperimentTest extends TestCase {
-
-    private static final String DIRECTORY   = "testfiles";
-    private static final String TEST_STREAM = "A-Test-10K";
-    private static final String EXPERIMENT  = "MyExperiment";
-    private static int          NB_EVENTS   = 10000;
-    private static int    fDefaultBlockSize = 1000;
-
-    private static ITmfTrace[] fTraces;
-    private static TmfExperiment<TmfEvent> fExperiment;
-
-    private static byte SCALE = (byte) -3;
-
-    // ------------------------------------------------------------------------
-    // Housekeeping
-    // ------------------------------------------------------------------------
-
-    private ITmfTrace[] setupTrace(String path) {
-       if (fTraces == null) {
-               fTraces = new ITmfTrace[1];
-               try {
-               URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path), null);
-                       File test = new File(FileLocator.toFileURL(location).toURI());
-                       TmfTraceStub trace = new TmfTraceStub(test.getPath(), true);
-                       fTraces[0] = trace;
-               } catch (URISyntaxException e) {
-                       e.printStackTrace();
-               } catch (IOException e) {
-                       e.printStackTrace();
-               }
-       }
-       return fTraces;
-    }
-
-    private void setupExperiment() {
-       if (fExperiment == null) {
-            fExperiment = new TmfExperiment<TmfEvent>(TmfEvent.class, EXPERIMENT, fTraces);
-//            fExperiment.indexExperiment();
-       }
-    }
-
-       public TmfExperimentTest(String name) throws Exception {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-               setupTrace(DIRECTORY + File.separator + TEST_STREAM);
-               setupExperiment();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-    // ------------------------------------------------------------------------
-    // Constructor
-    // ------------------------------------------------------------------------
-
-       public void testBasicTmfExperimentConstructor() {
-               assertEquals("GetId", EXPERIMENT, fExperiment.getName());
-        assertEquals("GetEpoch", TmfTimestamp.Zero, fExperiment.getEpoch());
-        assertEquals("GetNbEvents", NB_EVENTS, fExperiment.getNbEvents());
-
-        TmfTimeRange timeRange = fExperiment.getTimeRange();
-        assertEquals("getStartTime", 1, timeRange.getStartTime().getValue());
-        assertEquals("getEndTime", NB_EVENTS, timeRange.getEndTime().getValue());
-       }
-
-    // ------------------------------------------------------------------------
-    // Verify checkpoints
-    // Note: seekLocation() does not reliably set the rank
-    // ------------------------------------------------------------------------
-
-    public void testValidateCheckpoints() throws Exception {
-
-       Vector<TmfCheckpoint> checkpoints = fExperiment.getCheckpoints();
-//     int pageSize = fExperiment.getCacheSize();
-               assertTrue("Checkpoints exist",  checkpoints != null);
-
-               // Validate that each checkpoint points to the right event
-               for (int i = 0; i < checkpoints.size(); i++) {
-                       TmfCheckpoint checkpoint = checkpoints.get(i);
-               TmfExperimentContext context = fExperiment.seekLocation(checkpoint.getLocation());
-                       TmfEvent event = fExperiment.parseEvent(context);
-//                     assertEquals("Event rank", context.getRank(), i * pageSize);
-                       assertTrue("Timestamp", (checkpoint.getTimestamp().compareTo(event.getTimestamp(), false) == 0));
-               }               
-    }
-
-    // ------------------------------------------------------------------------
-    // parseEvent - make sure parseEvent doesn't update the context
-    // ------------------------------------------------------------------------
-
-    public void testParseEvent() throws Exception {
-
-       // On lower bound, returns the first event (ts = 0)
-       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(0, SCALE, 0));
-
-       TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-
-        for (int i = 1; i < 20; i++) {
-            event = fExperiment.getNextEvent(context);
-            assertEquals("Event timestamp", i, event.getTimestamp().getValue());
-        }
-
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 20, event.getTimestamp().getValue());
-
-        event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 20, event.getTimestamp().getValue());
-    }
-
-    // ------------------------------------------------------------------------
-    // getNextEvent - updates the context
-    // ------------------------------------------------------------------------
-
-    public void testGetNextEvent() throws Exception {
-
-       // On lower bound, returns the first event (ts = 0)
-       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(0, SCALE, 0));
-        TmfEvent event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-
-        for (int i = 2; i < 20; i++) {
-            event = fExperiment.getNextEvent(context);
-            assertEquals("Event timestamp", i, event.getTimestamp().getValue());
-        }
-    }
-
-    // ------------------------------------------------------------------------
-    // seekLocation
-    // Note: seekLocation() does not reliably set the rank
-    // ------------------------------------------------------------------------
-
-    public void testSeekLocationOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 0
-       TmfContext context = fExperiment.seekLocation(null);
-//        assertEquals("Event rank", 0, context.getRank());
-       TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 0, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event rank 1000
-        TmfContext tmpContext = fExperiment.seekEvent(new TmfTimestamp(1001, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation().clone());
-//        assertEquals("Event rank", 1000, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 1000, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 1001, context.getRank());
-
-       // Position trace at event rank 4000
-        tmpContext = fExperiment.seekEvent(new TmfTimestamp(4001, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation().clone());
-//        assertEquals("Event rank", 4000, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 4000, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 4001, context.getRank());
-    }
-
-    public void testSeekLocationNotOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 9
-       TmfContext tmpContext = fExperiment.seekEvent(new TmfTimestamp(10, SCALE, 0));
-        TmfContext context = fExperiment.seekLocation(tmpContext.getLocation().clone());
-//        assertEquals("Event rank", 9, context.getRank());
-       TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 9, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 10, context.getRank());
-
-       // Position trace at event rank 999
-        tmpContext = fExperiment.seekEvent(new TmfTimestamp(1000, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation().clone());
-//        assertEquals("Event rank", 999, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 999, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 1000, context.getRank());
-
-       // Position trace at event rank 1001
-        tmpContext = fExperiment.seekEvent(new TmfTimestamp(1002, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation().clone());
-//        assertEquals("Event rank", 1001, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 1001, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 1002, context.getRank());
-
-       // Position trace at event rank 4500
-        tmpContext = fExperiment.seekEvent(new TmfTimestamp(4501, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation().clone());
-//        assertEquals("Event rank", 4500, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 4500, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 4501, context.getRank());
-    }
-
-    public void testSeekLocationOutOfScope() throws Exception {
-
-       // Position trace at beginning
-       TmfContext tmpContext = fExperiment.seekLocation(null);
-        TmfContext context = fExperiment.seekLocation(tmpContext.getLocation().clone());
-//        assertEquals("Event rank", 0, context.getRank());
-       TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 0, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-//        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event passed the end
-        tmpContext = fExperiment.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
-        context = fExperiment.seekLocation(tmpContext.getLocation().clone());
-//        assertEquals("Event rank", NB_EVENTS, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", null, event);
-//        assertEquals("Event rank", NB_EVENTS, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", null, event);
-//        assertEquals("Event rank", NB_EVENTS, context.getRank());
-    }
-
-    // ------------------------------------------------------------------------
-    // seekEvent on timestamp
-    // ------------------------------------------------------------------------
-
-    public void testSeekEventOnTimestampOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 0
-       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(1, SCALE, 0));
-        assertEquals("Event rank", 0, context.getRank());
-       TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event rank 1000
-        context = fExperiment.seekEvent(new TmfTimestamp(1001, SCALE, 0));
-        assertEquals("Event rank", 1000, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-
-       // Position trace at event rank 4000
-        context = fExperiment.seekEvent(new TmfTimestamp(4001, SCALE, 0));
-        assertEquals("Event rank", 4000, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4000, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4001, context.getRank());
-    }
-
-    public void testSeekEventOnTimestampNotOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 1
-       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(2, SCALE, 0));
-        assertEquals("Event rank", 1, context.getRank());
-       TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
-        assertEquals("Event rank", 2, context.getRank());
-
-       // Position trace at event rank 9
-       context = fExperiment.seekEvent(new TmfTimestamp(10, SCALE, 0));
-        assertEquals("Event rank", 9, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 9, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 10, context.getRank());
-
-       // Position trace at event rank 999
-        context = fExperiment.seekEvent(new TmfTimestamp(1000, SCALE, 0));
-        assertEquals("Event rank", 999, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 999, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-
-       // Position trace at event rank 1001
-        context = fExperiment.seekEvent(new TmfTimestamp(1002, SCALE, 0));
-        assertEquals("Event rank", 1001, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1002, context.getRank());
-
-       // Position trace at event rank 4500
-        context = fExperiment.seekEvent(new TmfTimestamp(4501, SCALE, 0));
-        assertEquals("Event rank", 4500, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4500, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4501, context.getRank());
-    }
-
-    public void testSeekEventOnTimestampoutOfScope() throws Exception {
-
-       // Position trace at beginning
-       TmfContext context = fExperiment.seekEvent(new TmfTimestamp(-1, SCALE, 0));
-        assertEquals("Event rank", 0, context.getRank());
-       TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event passed the end
-        context = fExperiment.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
-        assertEquals("Event rank", NB_EVENTS, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", null, event);
-        assertEquals("Event rank", NB_EVENTS, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", null, event);
-        assertEquals("Event rank", NB_EVENTS, context.getRank());
-    }
-
-    // ------------------------------------------------------------------------
-    // seekEvent on rank
-    // ------------------------------------------------------------------------
-
-    public void testSeekOnRankOnCacheBoundary() throws Exception {
-
-       // On lower bound, returns the first event (ts = 1)
-       TmfContext context = fExperiment.seekEvent(0);
-        assertEquals("Event rank", 0, context.getRank());
-       TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event rank 1000
-        context = fExperiment.seekEvent(1000);
-        assertEquals("Event rank", 1000, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-
-       // Position trace at event rank 4000
-        context = fExperiment.seekEvent(4000);
-        assertEquals("Event rank", 4000, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4000, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4001, context.getRank());
-    }
-
-    public void testSeekOnRankNotOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 9
-       TmfContext context = fExperiment.seekEvent(9);
-        assertEquals("Event rank", 9, context.getRank());
-       TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 9, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 10, context.getRank());
-
-       // Position trace at event rank 999
-        context = fExperiment.seekEvent(999);
-        assertEquals("Event rank", 999, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 999, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-
-       // Position trace at event rank 1001
-        context = fExperiment.seekEvent(1001);
-        assertEquals("Event rank", 1001, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1002, context.getRank());
-
-       // Position trace at event rank 4500
-        context = fExperiment.seekEvent(4500);
-        assertEquals("Event rank", 4500, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4500, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4501, context.getRank());
-    }
-
-    public void testSeekEventOnRankOfScope() throws Exception {
-
-       // Position trace at beginning
-       TmfContext context = fExperiment.seekEvent(-1);
-        assertEquals("Event rank", 0, context.getRank());
-       TmfEvent event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event passed the end
-        context = fExperiment.seekEvent(NB_EVENTS);
-        assertEquals("Event rank", NB_EVENTS, context.getRank());
-       event = fExperiment.parseEvent(context);
-        assertEquals("Event timestamp", null, event);
-        assertEquals("Event rank", NB_EVENTS, context.getRank());
-       event = fExperiment.getNextEvent(context);
-        assertEquals("Event timestamp", null, event);
-        assertEquals("Event rank", NB_EVENTS, context.getRank());
-    }
-    
-    // ------------------------------------------------------------------------
-    // processRequest
-    // ------------------------------------------------------------------------
-
-    public void testProcessRequestForNbEvents() throws Exception {
-        final int blockSize = 100;
-        final int nbEvents  = 1000;
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
-               @Override
-               public void handleData(TmfEvent event) {
-                       super.handleData(event);
-                       requestedEvents.add(event);
-               }
-        };
-        fExperiment.sendRequest(request);
-        request.waitForCompletion();
-
-        assertEquals("nbEvents", nbEvents, requestedEvents.size());
-        assertTrue("isCompleted",  request.isCompleted());
-        assertFalse("isCancelled", request.isCancelled());
-
-        // Ensure that we have distinct events.
-        // Don't go overboard: we are not validating the stub! 
-        for (int i = 0; i < nbEvents; i++) {
-            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
-        }
-    }
-    
-    public void testProcessRequestForNbEvents2() throws Exception {
-        final int blockSize = 2 * NB_EVENTS;
-        final int nbEvents = 1000;
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
-               @Override
-               public void handleData(TmfEvent event) {
-                       super.handleData(event);
-                       requestedEvents.add(event);
-               }
-        };
-        fExperiment.sendRequest(request);
-        request.waitForCompletion();
-
-        assertEquals("nbEvents", nbEvents, requestedEvents.size());
-        assertTrue("isCompleted",  request.isCompleted());
-        assertFalse("isCancelled", request.isCancelled());
-
-        // Ensure that we have distinct events.
-        // Don't go overboard: we are not validating the stub! 
-        for (int i = 0; i < nbEvents; i++) {
-            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
-        }
-    }
-    
-    public void testProcessRequestForAllEvents() throws Exception {
-        final int nbEvents  = TmfEventRequest.ALL_DATA;
-        final int blockSize =  1;
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-        long nbExpectedEvents = fExperiment.getNbEvents();
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
-               @Override
-               public void handleData(TmfEvent event) {
-                       super.handleData(event);
-                       requestedEvents.add(event);
-               }
-        };
-        fExperiment.sendRequest(request);
-        request.waitForCompletion();
-
-        assertEquals("nbEvents", nbExpectedEvents, requestedEvents.size());
-        assertTrue("isCompleted",  request.isCompleted());
-        assertFalse("isCancelled", request.isCancelled());
-
-        // Ensure that we have distinct events.
-        // Don't go overboard: we are not validating the stub! 
-        for (int i = 0; i < nbExpectedEvents; i++) {
-            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
-        }
-    }
-    
-    // ------------------------------------------------------------------------
-    // cancel
-    // ------------------------------------------------------------------------
-
-    public void testCancel() throws Exception {
-        final int nbEvents  = NB_EVENTS;
-        final int blockSize =  fDefaultBlockSize;
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, nbEvents, blockSize) {
-       int nbRead = 0;
-       @Override
-       public void handleData(TmfEvent event) {
-               super.handleData(event);
-               requestedEvents.add(event);
-               if (++nbRead == blockSize)
-                       cancel();
-       }
-        };
-        fExperiment.sendRequest(request);
-        request.waitForCompletion();
-
-        assertEquals("nbEvents",  blockSize, requestedEvents.size());
-        assertTrue("isCompleted", request.isCompleted());
-        assertTrue("isCancelled", request.isCancelled());
-    }
-    
-    // ------------------------------------------------------------------------
-    // getRank
-    // ------------------------------------------------------------------------
-
-    public void testGetRank() throws Exception {
-        assertEquals("getRank",    0, fExperiment.getRank(new TmfTimestamp()));
-        assertEquals("getRank",    0, fExperiment.getRank(new TmfTimestamp(   1, (byte) -3)));
-        assertEquals("getRank",   10, fExperiment.getRank(new TmfTimestamp(  11, (byte) -3)));
-        assertEquals("getRank",  100, fExperiment.getRank(new TmfTimestamp( 101, (byte) -3)));
-        assertEquals("getRank", 1000, fExperiment.getRank(new TmfTimestamp(1001, (byte) -3)));
-        assertEquals("getRank", 2000, fExperiment.getRank(new TmfTimestamp(2001, (byte) -3)));
-        assertEquals("getRank", 2500, fExperiment.getRank(new TmfTimestamp(2501, (byte) -3)));
-    }
-
-    // ------------------------------------------------------------------------
-    // getTimestamp
-    // ------------------------------------------------------------------------
-
-    public void testGetTimestamp() throws Exception {
-        assertTrue("getTimestamp", fExperiment.getTimestamp(   0).equals(new TmfTimestamp(   1, (byte) -3)));
-        assertTrue("getTimestamp", fExperiment.getTimestamp(  10).equals(new TmfTimestamp(  11, (byte) -3)));
-        assertTrue("getTimestamp", fExperiment.getTimestamp( 100).equals(new TmfTimestamp( 101, (byte) -3)));
-        assertTrue("getTimestamp", fExperiment.getTimestamp(1000).equals(new TmfTimestamp(1001, (byte) -3)));
-        assertTrue("getTimestamp", fExperiment.getTimestamp(2000).equals(new TmfTimestamp(2001, (byte) -3)));
-        assertTrue("getTimestamp", fExperiment.getTimestamp(2500).equals(new TmfTimestamp(2501, (byte) -3)));
-    }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/TmfLocationTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/TmfLocationTest.java
deleted file mode 100644 (file)
index d811ace..0000000
+++ /dev/null
@@ -1,271 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.trace;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.trace.TmfLocation;
-
-/**
- * <b><u>TmfLocationTest</u></b>
- * <p>
- * Test suite for the TmfLocation class.
- */
-@SuppressWarnings("nls")
-public class TmfLocationTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-       String       aString    = "some location";
-       Long         aLong      = 12345L;
-       TmfTimestamp aTimestamp = new TmfTimestamp();
-
-       TmfLocation<String>       fLocation1;
-       TmfLocation<Long>         fLocation2;
-       TmfLocation<TmfTimestamp> fLocation3;
-
-    // ------------------------------------------------------------------------
-    // Housekeeping
-    // ------------------------------------------------------------------------
-
-       /**
-        * @param name the test name
-        */
-       public TmfLocationTest(String name) {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();
-               fLocation1 = new TmfLocation<String>(aString);
-               fLocation2 = new TmfLocation<Long>(aLong);
-               fLocation3 = new TmfLocation<TmfTimestamp>(aTimestamp);
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-       }
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-       public void testTmfLocation() {
-               assertEquals("TmfLocation", aString,    fLocation1.getLocation());
-               assertEquals("TmfLocation", aLong,      fLocation2.getLocation());
-               assertEquals("TmfLocation", aTimestamp, fLocation3.getLocation());
-       }
-
-       public void testTmfLocationCopy() {
-               TmfLocation<String> location1 = new TmfLocation<String>(fLocation1);
-               TmfLocation<Long>   location2 = new TmfLocation<Long>(fLocation2);
-               TmfLocation<TmfTimestamp> location3 = new TmfLocation<TmfTimestamp>(fLocation3);
-
-               assertEquals("TmfLocation", aString,    location1.getLocation());
-               assertEquals("TmfLocation", aLong,      location2.getLocation());
-               assertEquals("TmfLocation", aTimestamp, location3.getLocation());
-       }
-
-       public void testTmfLocationCopy2() throws Exception {
-               try {
-                       new TmfLocation<Long>((TmfLocation<Long>) null);
-                       fail("null copy");
-               }
-               catch (IllegalArgumentException e) {
-                       // Success
-               }
-       }
-
-    // ------------------------------------------------------------------------
-    // setLocation
-    // ------------------------------------------------------------------------
-
-       public void testSetLocation() {
-               String       aString2    = "some other location";
-               Long         aLong2      = 1234567L;
-               TmfTimestamp aTimestamp2 = TmfTimestamp.BigBang;
-
-               fLocation1.setLocation(aString2);
-               fLocation2.setLocation(aLong2);
-               fLocation3.setLocation(aTimestamp2);
-               
-               assertEquals("TmfLocation", aString2,    fLocation1.getLocation());
-               assertEquals("TmfLocation", aLong2,      fLocation2.getLocation());
-               assertEquals("TmfLocation", aTimestamp2, fLocation3.getLocation());
-       }
-
-    // ------------------------------------------------------------------------
-    // toEquals
-    // ------------------------------------------------------------------------
-
-       public void testEqualsReflexivity() throws Exception {
-               assertTrue("equals", fLocation1.equals(fLocation1));
-               assertTrue("equals", fLocation2.equals(fLocation2));
-
-               assertTrue("equals", !fLocation1.equals(fLocation2));
-               assertTrue("equals", !fLocation2.equals(fLocation1));
-       }
-       
-       public void testEqualsSymmetry() throws Exception {
-               TmfLocation<String> location1 = new TmfLocation<String>(aString);
-               TmfLocation<Long>   location2 = new TmfLocation<Long>(aLong);
-
-               assertTrue("equals", location1.equals(fLocation1));
-               assertTrue("equals", fLocation1.equals(location1));
-
-               assertTrue("equals", location2.equals(fLocation2));
-               assertTrue("equals", fLocation2.equals(location2));
-       }
-       
-       public void testEqualsTransivity() throws Exception {
-               TmfLocation<String> location1 = new TmfLocation<String>(aString);
-               TmfLocation<String> location2 = new TmfLocation<String>(aString);
-               TmfLocation<String> location3 = new TmfLocation<String>(aString);
-
-               assertTrue("equals", location1.equals(location2));
-               assertTrue("equals", location2.equals(location3));
-               assertTrue("equals", location1.equals(location3));
-       }
-       
-       public void testEqualsNull() throws Exception {
-               assertTrue("equals", !fLocation1.equals(null));
-               assertTrue("equals", !fLocation1.equals(null));
-       }
-       
-       // ------------------------------------------------------------------------
-       // hashCode
-       // ------------------------------------------------------------------------
-
-       public void testHashCode() throws Exception {
-               TmfLocation<String> location1 = new TmfLocation<String>(aString);
-               TmfLocation<Long>   location2 = new TmfLocation<Long>(aLong);
-
-               assertTrue("hashCode", fLocation1.hashCode() == location1.hashCode());
-               assertTrue("hashCode", fLocation2.hashCode() == location2.hashCode());
-
-               assertTrue("hashCode", fLocation1.hashCode() != location2.hashCode());
-               assertTrue("hashCode", fLocation2.hashCode() != location1.hashCode());
-       }
-       
-    // ------------------------------------------------------------------------
-    // toString
-    // ------------------------------------------------------------------------
-
-       public void testToString() {
-               String       aString     = "some location";
-               Long         aLong       = 12345L;
-               TmfTimestamp aTimestamp  = new TmfTimestamp();
-
-               TmfLocation<String>       location1 = new TmfLocation<String>(aString);
-               TmfLocation<Long>         location2 = new TmfLocation<Long>(aLong);
-               TmfLocation<TmfTimestamp> location3 = new TmfLocation<TmfTimestamp>(aTimestamp);
-
-               assertEquals("TmfLocation", aString.toString(),    location1.toString());
-               assertEquals("TmfLocation", aLong.toString(),      location2.toString());
-               assertEquals("TmfLocation", aTimestamp.toString(), location3.toString());
-       }
-
-    // ------------------------------------------------------------------------
-    // clone
-    // ------------------------------------------------------------------------
-
-       public void testClone() {
-               try {
-                       TmfLocation<String> location1 = fLocation1.clone();
-                       TmfLocation<Long>   location2 = fLocation2.clone();
-                       TmfLocation<TmfTimestamp> location3 = fLocation3.clone();
-
-                       assertEquals("TmfLocation", aString.toString(), location1.toString());
-                       assertEquals("TmfLocation", aLong.toString(), location2.toString());
-                       assertEquals("TmfLocation", aTimestamp.toString(), location3.toString());
-               }
-               catch (InternalError e) {
-                       fail("clone()");
-               }
-       }
-
-       public class MyCloneableClass implements Cloneable, Comparable<MyCloneableClass> {
-               private String fName;
-               public MyCloneableClass(String name) {
-                       fName = name;
-               }
-               @Override
-               public String toString() {
-                       return fName;
-               }
-               @Override
-               public MyCloneableClass clone() {
-                       MyCloneableClass clone = null;
-                       try {
-                               clone = (MyCloneableClass) super.clone();
-                               clone.fName = fName;
-                       } catch (CloneNotSupportedException e) {
-                       }
-                       return clone;
-               }
-               @Override
-               public int compareTo(MyCloneableClass o) {
-                       return 0;
-               }
-       }
-
-       public void testCloneCloneable() {
-               try {
-                       MyCloneableClass myClass = new MyCloneableClass("myClass");
-                       TmfLocation<MyCloneableClass> myLocation = new TmfLocation<MyCloneableClass>(myClass);
-                       TmfLocation<MyCloneableClass> location4 = myLocation.clone();
-
-                       assertEquals("TmfLocation", myClass.toString(), location4.toString());
-               }
-               catch (InternalError e) {
-                       fail("clone()");
-               }
-       }
-
-       public class MyUnCloneableClass implements Comparable<MyUnCloneableClass> {
-               private String fName;
-               public MyUnCloneableClass(String name) {
-                       fName = name;
-               }
-               @Override
-               public String toString() {
-                       return fName;
-               }
-               @Override
-               public Object clone() throws CloneNotSupportedException {
-                       throw new CloneNotSupportedException();
-               }
-               @Override
-               public int compareTo(MyUnCloneableClass o) {
-                       return 0;
-               }
-       }
-
-       public void testCloneUnCloneable() {
-               try {
-                       MyUnCloneableClass myClass = new MyUnCloneableClass("myClass");
-                       TmfLocation<MyUnCloneableClass> myLocation = new TmfLocation<MyUnCloneableClass>(myClass);
-                       myLocation.clone();
-                       fail("clone()");
-               }
-               catch (InternalError e) {
-                       // Success
-               }
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/TmfTraceTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/trace/TmfTraceTest.java
deleted file mode 100644 (file)
index 2bc01e5..0000000
+++ /dev/null
@@ -1,787 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.trace;
-
-import java.io.File;
-import java.io.IOException;
-import java.net.URISyntaxException;
-import java.net.URL;
-import java.util.Vector;
-
-import junit.framework.TestCase;
-
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.tmf.component.ITmfDataProvider;
-import org.eclipse.linuxtools.tmf.component.TmfProviderManager;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.tests.TmfCoreTestPlugin;
-import org.eclipse.linuxtools.tmf.trace.ITmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfCheckpoint;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfTraceStub;
-
-/**
- * <b><u>TmfTraceTest</u></b>
- * <p>
- * Test suite for the TmfTrace class.
- */
-@SuppressWarnings("nls")
-public class TmfTraceTest extends TestCase {
-
-       // ------------------------------------------------------------------------
-       // Variables
-       // ------------------------------------------------------------------------
-
-    private static final String DIRECTORY   = "testfiles";
-    private static final String TEST_STREAM = "A-Test-10K";
-    private static final int    BLOCK_SIZE  = 500;
-    private static final int    NB_EVENTS   = 10000;
-    private static TmfTraceStub fTrace      = null;
-
-    private static byte SCALE = (byte) -3;
-
-    // ------------------------------------------------------------------------
-    // Housekeeping
-    // ------------------------------------------------------------------------
-
-    public TmfTraceTest(String name) throws Exception {
-               super(name);
-       }
-
-       @Override
-       protected void setUp() throws Exception {
-               super.setUp();  
-               fTrace = setupTrace(DIRECTORY + File.separator + TEST_STREAM);
-               // Dummy request to force the trace indexing
-       TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class) {
-                       @Override
-                       public void handleData(TmfEvent event) {
-                       super.handleData(event);
-                       }
-       };
-       fTrace.sendRequest(request);
-       request.waitForCompletion();
-       }
-
-       @Override
-       protected void tearDown() throws Exception {
-               super.tearDown();
-               fTrace.dispose();
-               fTrace = null;
-       }
-
-    // ------------------------------------------------------------------------
-    // Helper functions
-    // ------------------------------------------------------------------------
-
-    private TmfTraceStub setupTrace(String path) {
-       if (fTrace == null) {
-               try {
-               URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path), null);
-                       File test = new File(FileLocator.toFileURL(location).toURI());
-               fTrace = new TmfTraceStub(test.getPath(), BLOCK_SIZE, false);
-               } catch (URISyntaxException e) {
-                       e.printStackTrace();
-               } catch (IOException e) {
-                       e.printStackTrace();
-               }
-       }
-       return fTrace;
-    }
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    public void testTmfTraceDefault() throws Exception {
-               TmfTraceStub trace = null;
-               File testfile = null;
-               try {
-               URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(DIRECTORY + File.separator + TEST_STREAM), null);
-                       testfile = new File(FileLocator.toFileURL(location).toURI());
-                       trace = new TmfTraceStub(testfile.getPath());
-               } catch (URISyntaxException e) {
-                       fail("URISyntaxException");
-               } catch (IOException e) {
-                       fail("IOException");
-               }
-               assertTrue  ("Open trace",   trace != null);
-               assertEquals("getType",      TmfEvent.class, trace.getType());
-               assertEquals("getPath",      testfile.getPath(), trace.getPath());
-               assertEquals("getName",      TEST_STREAM, trace.getName());
-               assertEquals("getCacheSize", TmfTrace.DEFAULT_INDEX_PAGE_SIZE, trace.getCacheSize());
-    }
-
-    public void testTmfTraceDefaultCacheSize() throws Exception {
-               TmfTraceStub trace = null;
-               File testfile = null;
-               try {
-               URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(DIRECTORY + File.separator + TEST_STREAM), null);
-                       testfile = new File(FileLocator.toFileURL(location).toURI());
-                       trace = new TmfTraceStub(testfile.getPath(), 0);
-               } catch (URISyntaxException e) {
-                       fail("URISyntaxException");
-               } catch (IOException e) {
-                       fail("IOException");
-               }
-               assertTrue  ("Open trace",   trace != null);
-               assertEquals("getType",      TmfEvent.class, trace.getType());
-               assertEquals("getPath",      testfile.getPath(), trace.getPath());
-               assertEquals("getName",      TEST_STREAM, trace.getName());
-               assertEquals("getCacheSize", TmfTrace.DEFAULT_INDEX_PAGE_SIZE, trace.getCacheSize());
-    }
-
-    public void testTmfTrace() throws Exception {
-               assertEquals("getType",      TmfEvent.class, fTrace.getType());
-               assertEquals("getName",      TEST_STREAM,    fTrace.getName());
-               assertEquals("getCacheSize", BLOCK_SIZE,     fTrace.getCacheSize());
-    }
-
-    public void testClone() throws Exception {
-       TmfTraceStub trace = fTrace.clone();
-               assertEquals("getType",      TmfEvent.class,        trace.getType());
-               assertEquals("getPath",      fTrace.getPath(),      trace.getPath());
-               assertEquals("getName",      TEST_STREAM,           trace.getName());
-               assertEquals("getCacheSize", BLOCK_SIZE,            trace.getCacheSize());
-               assertEquals("getTimeRange", fTrace.getTimeRange(), trace.getTimeRange());
-    }
-
-    // ------------------------------------------------------------------------
-    // Get/Set time range
-    // ------------------------------------------------------------------------
-
-    public void testSetTimeRange() throws Exception {
-       TmfTraceStub trace = fTrace.clone();
-       
-        assertEquals("getRange-start", 1,         trace.getTimeRange().getStartTime().getValue());
-        assertEquals("getRange-end",   NB_EVENTS, trace.getTimeRange().getEndTime().getValue());
-        assertEquals("getStartTime",   1,         trace.getStartTime().getValue());
-        assertEquals("getEndTime",     NB_EVENTS, trace.getEndTime().getValue());
-
-        trace.setTimeRange(new TmfTimeRange(new TmfTimestamp(100), new TmfTimestamp(200)));
-        assertEquals("setTimeRange",   100, trace.getTimeRange().getStartTime().getValue());
-        assertEquals("setTimeRange",   200, trace.getTimeRange().getEndTime().getValue());
-        assertEquals("setTimeRange",   100, trace.getStartTime().getValue());
-        assertEquals("setTimeRange",   200, trace.getEndTime().getValue());
-    }
-    
-    public void testSetStartTime() throws Exception {
-       TmfTraceStub trace = fTrace.clone();
-       
-        assertEquals("getRange-start", 1,         trace.getTimeRange().getStartTime().getValue());
-        assertEquals("getRange-end",   NB_EVENTS, trace.getTimeRange().getEndTime().getValue());
-        assertEquals("getStartTime",   1,         trace.getStartTime().getValue());
-        assertEquals("getEndTime",     NB_EVENTS, trace.getEndTime().getValue());
-
-        trace.setStartTime(new TmfTimestamp(100));
-        assertEquals("setStartTime",   100,       trace.getTimeRange().getStartTime().getValue());
-        assertEquals("setStartTime",   NB_EVENTS, trace.getTimeRange().getEndTime().getValue());
-        assertEquals("setStartTime",   100,       trace.getStartTime().getValue());
-        assertEquals("setStartTime",   NB_EVENTS, trace.getEndTime().getValue());
-    }
-    
-    public void testSetEndTime() throws Exception {
-       TmfTraceStub trace = fTrace.clone();
-       
-        assertEquals("getRange-start", 1,         trace.getTimeRange().getStartTime().getValue());
-        assertEquals("getRange-end",   NB_EVENTS, trace.getTimeRange().getEndTime().getValue());
-        assertEquals("getStartTime",   1,         trace.getStartTime().getValue());
-        assertEquals("getEndTime",     NB_EVENTS, trace.getEndTime().getValue());
-
-        trace.setEndTime(new TmfTimestamp(100));
-        assertEquals("setEndTime",     1,   trace.getTimeRange().getStartTime().getValue());
-        assertEquals("setEndTime",     100, trace.getTimeRange().getEndTime().getValue());
-        assertEquals("setEndTime",     1,   trace.getStartTime().getValue());
-        assertEquals("setEndTime",     100, trace.getEndTime().getValue());
-    }
-    
-    // ------------------------------------------------------------------------
-    // Verify checkpoints
-    // ------------------------------------------------------------------------
-
-    public void testTmfTraceIndexing() throws Exception {
-        assertEquals("getCacheSize",   BLOCK_SIZE, fTrace.getCacheSize());
-        assertEquals("getTraceSize",   NB_EVENTS,  fTrace.getNbEvents());
-        assertEquals("getRange-start", 1,          fTrace.getTimeRange().getStartTime().getValue());
-        assertEquals("getRange-end",   NB_EVENTS,  fTrace.getTimeRange().getEndTime().getValue());
-        assertEquals("getStartTime",   1,          fTrace.getStartTime().getValue());
-        assertEquals("getEndTime",     NB_EVENTS,  fTrace.getEndTime().getValue());
-
-       Vector<TmfCheckpoint> checkpoints = fTrace.getCheckpoints();
-       int pageSize = fTrace.getCacheSize();
-               assertTrue("Checkpoints exist",  checkpoints != null);
-
-               // Validate that each checkpoint points to the right event
-               for (int i = 0; i < checkpoints.size(); i++) {
-                       TmfCheckpoint checkpoint = checkpoints.get(i);
-                       TmfContext context = new TmfContext(checkpoint.getLocation(), i * pageSize);
-                       TmfEvent event = fTrace.parseEvent(context);
-                       assertTrue(context.getRank() == i * pageSize);
-                       assertTrue((checkpoint.getTimestamp().compareTo(event.getTimestamp(), false) == 0));
-               }
-    }
-
-    // ------------------------------------------------------------------------
-    // parseEvent - make sure parseEvent doesn't update the context
-    // ------------------------------------------------------------------------
-
-    public void testParseEvent() throws Exception {
-
-       int NB_READS = 20;
-
-       // On lower bound, returns the first event (ts = 0)
-       TmfContext context = fTrace.seekEvent(new TmfTimestamp(0, SCALE, 0));
-       TmfContext svContext = new TmfContext(context);
-
-       TmfEvent event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-        assertTrue("parseEvent", context.equals(svContext));
-
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-        assertTrue("parseEvent", context.equals(svContext));
-
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-        assertTrue("parseEvent", context.equals(svContext));
-
-        // Position the trace at event NB_READS
-        for (int i = 1; i < NB_READS; i++) {
-            event = fTrace.getNextEvent(context);
-            assertEquals("Event timestamp", i, event.getTimestamp().getValue());
-        }
-
-       svContext = new TmfContext(context);
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", NB_READS, event.getTimestamp().getValue());
-        assertEquals("Event rank", NB_READS -1 , context.getRank());
-        assertTrue("parseEvent", context.equals(svContext));
-
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", NB_READS, event.getTimestamp().getValue());
-        assertEquals("Event rank", NB_READS - 1, context.getRank());
-        assertTrue("parseEvent", context.equals(svContext));
-    }
-
-    // ------------------------------------------------------------------------
-    // getNextEvent - updates the context
-    // ------------------------------------------------------------------------
-
-    public void testGetNextEvent() throws Exception {
-
-       int NB_READS = 20;
-
-       // On lower bound, returns the first event (ts = 1)
-       TmfContext context = fTrace.seekEvent(new TmfTimestamp(0, SCALE, 0));
-
-       // Read NB_EVENTS
-       TmfEvent event;
-        for (int i = 0; i < NB_READS; i++) {
-            event = fTrace.getNextEvent(context);
-            assertEquals("Event timestamp", i + 1, event.getTimestamp().getValue());
-            assertEquals("Event rank", i + 1, context.getRank());
-        }
-
-        // Make sure we stay positioned
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", NB_READS + 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", NB_READS, context.getRank());
-    }
-
-    // ------------------------------------------------------------------------
-    // seekLocation
-    // Note: seekLocation() does not reliably set the rank
-    // ------------------------------------------------------------------------
-
-    public void testSeekLocationOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 0
-       TmfContext context = fTrace.seekLocation(null);
-        TmfEvent event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-
-        context = fTrace.seekLocation(context.getLocation());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-
-       // Position trace at event rank 1000
-        TmfContext tmpContext = fTrace.seekEvent(new TmfTimestamp(1001, SCALE, 0));
-        context = fTrace.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-
-       // Position trace at event rank 4000
-        tmpContext = fTrace.seekEvent(new TmfTimestamp(4001, SCALE, 0));
-        context = fTrace.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-    }
-
-    public void testSeekLocationNotOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 9
-       TmfContext tmpContext = fTrace.seekEvent(new TmfTimestamp(10, SCALE, 0));
-        TmfContext context = fTrace.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-
-        TmfEvent event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-
-       // Position trace at event rank 999
-        tmpContext = fTrace.seekEvent(new TmfTimestamp(1000, SCALE, 0));
-        context = fTrace.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-
-       // Position trace at event rank 1001
-        tmpContext = fTrace.seekEvent(new TmfTimestamp(1002, SCALE, 0));
-        context = fTrace.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-
-       // Position trace at event rank 4500
-        tmpContext = fTrace.seekEvent(new TmfTimestamp(4501, SCALE, 0));
-        context = fTrace.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-    }
-
-    public void testSeekLocationOutOfScope() throws Exception {
-
-       // Position trace at beginning
-       TmfContext tmpContext = fTrace.seekLocation(null);
-        TmfContext context = fTrace.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-       
-        TmfEvent event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-
-       // Position trace at event passed the end
-        tmpContext = fTrace.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
-        context = fTrace.seekLocation(tmpContext.getLocation());
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", null, event);
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", null, event);
-        assertEquals("Event rank", ITmfContext.UNKNOWN_RANK, context.getRank());
-    }
-
-    // ------------------------------------------------------------------------
-    // seekEvent on timestamp
-    // ------------------------------------------------------------------------
-
-    public void testSeekEventOnTimestampOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 0
-       TmfContext context = fTrace.seekEvent(new TmfTimestamp(1, SCALE, 0));
-        assertEquals("Event rank", 0, context.getRank());
-
-        TmfEvent event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event rank 1000
-        context = fTrace.seekEvent(new TmfTimestamp(1001, SCALE, 0));
-        assertEquals("Event rank", 1000, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-
-       // Position trace at event rank 4000
-        context = fTrace.seekEvent(new TmfTimestamp(4001, SCALE, 0));
-        assertEquals("Event rank", 4000, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4000, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4001, context.getRank());
-    }
-
-    public void testSeekEventOnTimestampNotOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 1
-       TmfContext context = fTrace.seekEvent(new TmfTimestamp(2, SCALE, 0));
-        assertEquals("Event rank", 1, context.getRank());
-       
-        TmfEvent event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 2, event.getTimestamp().getValue());
-        assertEquals("Event rank", 2, context.getRank());
-
-       // Position trace at event rank 9
-       context = fTrace.seekEvent(new TmfTimestamp(10, SCALE, 0));
-        assertEquals("Event rank", 9, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 9, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 10, context.getRank());
-
-       // Position trace at event rank 999
-        context = fTrace.seekEvent(new TmfTimestamp(1000, SCALE, 0));
-        assertEquals("Event rank", 999, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 999, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-
-       // Position trace at event rank 1001
-        context = fTrace.seekEvent(new TmfTimestamp(1002, SCALE, 0));
-        assertEquals("Event rank", 1001, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1002, context.getRank());
-
-       // Position trace at event rank 4500
-        context = fTrace.seekEvent(new TmfTimestamp(4501, SCALE, 0));
-        assertEquals("Event rank", 4500, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4500, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4501, context.getRank());
-    }
-
-    public void testSeekEventOnTimestampOutOfScope() throws Exception {
-
-       // Position trace at beginning
-       TmfContext context = fTrace.seekEvent(new TmfTimestamp(-1, SCALE, 0));
-        assertEquals("Event rank", 0, context.getRank());
-       
-        TmfEvent event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event passed the end
-        context = fTrace.seekEvent(new TmfTimestamp(NB_EVENTS + 1, SCALE, 0));
-        assertEquals("Event rank", NB_EVENTS, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", null, event);
-        assertEquals("Event rank", NB_EVENTS, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", null, event);
-        assertEquals("Event rank", NB_EVENTS, context.getRank());
-    }
-
-    // ------------------------------------------------------------------------
-    // seekEvent on rank
-    // ------------------------------------------------------------------------
-
-    public void testSeekOnRankOnCacheBoundary() throws Exception {
-
-       // On lower bound, returns the first event (ts = 1)
-       TmfContext context = fTrace.seekEvent(0);
-        assertEquals("Event rank", 0, context.getRank());
-       
-        TmfEvent event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event rank 1000
-        context = fTrace.seekEvent(1000);
-        assertEquals("Event rank", 1000, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 1001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-
-       // Position trace at event rank 4000
-        context = fTrace.seekEvent(4000);
-        assertEquals("Event rank", 4000, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4000, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 4001, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4001, context.getRank());
-    }
-
-    public void testSeekOnRankNotOnCacheBoundary() throws Exception {
-
-       // Position trace at event rank 9
-       TmfContext context = fTrace.seekEvent(9);
-        assertEquals("Event rank", 9, context.getRank());
-       
-        TmfEvent event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 9, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 10, event.getTimestamp().getValue());
-        assertEquals("Event rank", 10, context.getRank());
-
-       // Position trace at event rank 999
-        context = fTrace.seekEvent(999);
-        assertEquals("Event rank", 999, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 999, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 1000, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1000, context.getRank());
-
-       // Position trace at event rank 1001
-        context = fTrace.seekEvent(1001);
-        assertEquals("Event rank", 1001, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1001, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 1002, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1002, context.getRank());
-
-       // Position trace at event rank 4500
-        context = fTrace.seekEvent(4500);
-        assertEquals("Event rank", 4500, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4500, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 4501, event.getTimestamp().getValue());
-        assertEquals("Event rank", 4501, context.getRank());
-    }
-
-    public void testSeekEventOnRankOfScope() throws Exception {
-
-       // Position trace at beginning
-       TmfContext context = fTrace.seekEvent(-1);
-        assertEquals("Event rank", 0, context.getRank());
-       
-        TmfEvent event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 0, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", 1, event.getTimestamp().getValue());
-        assertEquals("Event rank", 1, context.getRank());
-
-       // Position trace at event passed the end
-        context = fTrace.seekEvent(NB_EVENTS);
-        assertEquals("Event rank", NB_EVENTS, context.getRank());
-       
-        event = fTrace.parseEvent(context);
-        assertEquals("Event timestamp", null, event);
-        assertEquals("Event rank", NB_EVENTS, context.getRank());
-       
-        event = fTrace.getNextEvent(context);
-        assertEquals("Event timestamp", null, event);
-        assertEquals("Event rank", NB_EVENTS, context.getRank());
-    }
-    
-    // ------------------------------------------------------------------------
-    // processRequest
-    // ------------------------------------------------------------------------
-
-    @SuppressWarnings("unchecked")
-       public void testProcessRequestForNbEvents() throws Exception {
-        final int BLOCK_SIZE = 100;
-        final int NB_EVENTS  = 1000;
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
-               @Override
-               public void handleData(TmfEvent event) {
-                       super.handleData(event);
-                       requestedEvents.add(event);
-               }
-        };
-        ITmfDataProvider<TmfEvent>[] providers = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfTraceStub.class);
-        providers[0].sendRequest(request);
-        request.waitForCompletion();
-
-        assertEquals("nbEvents", NB_EVENTS, requestedEvents.size());
-        assertTrue("isCompleted",  request.isCompleted());
-        assertFalse("isCancelled", request.isCancelled());
-
-        // Ensure that we have distinct events.
-        // Don't go overboard: we are not validating the stub! 
-        for (int i = 0; i < NB_EVENTS; i++) {
-            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
-        }
-    }
-    
-    @SuppressWarnings("unchecked")
-       public void testProcessRequestForAllEvents() throws Exception {
-        final int BLOCK_SIZE =  1;
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
-               @Override
-               public void handleData(TmfEvent event) {
-                       super.handleData(event);
-                       requestedEvents.add(event);
-               }
-        };
-        ITmfDataProvider<TmfEvent>[] providers = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfTraceStub.class);
-        providers[0].sendRequest(request);
-        request.waitForCompletion();
-
-        assertEquals("nbEvents", NB_EVENTS, requestedEvents.size());
-        assertTrue("isCompleted",  request.isCompleted());
-        assertFalse("isCancelled", request.isCancelled());
-
-        // Ensure that we have distinct events.
-        // Don't go overboard: we are not validating the stub! 
-        for (int i = 0; i < NB_EVENTS; i++) {
-            assertEquals("Distinct events", i+1, requestedEvents.get(i).getTimestamp().getValue());
-        }
-    }
-    
-    // ------------------------------------------------------------------------
-    // cancel
-    // ------------------------------------------------------------------------
-
-    @SuppressWarnings("unchecked")
-       public void testCancel() throws Exception {
-        final Vector<TmfEvent> requestedEvents = new Vector<TmfEvent>();
-
-        TmfTimeRange range = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-        final TmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
-               int nbRead = 0;
-               @Override
-               public void handleData(TmfEvent event) {
-                       super.handleData(event);
-                       requestedEvents.add(event);
-                       if (++nbRead == BLOCK_SIZE)
-                               cancel();
-               }
-        };
-        ITmfDataProvider<TmfEvent>[] providers = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfTraceStub.class);
-        providers[0].sendRequest(request);
-        request.waitForCompletion();
-
-        assertEquals("nbEvents",  BLOCK_SIZE, requestedEvents.size());
-        assertTrue("isCompleted", request.isCompleted());
-        assertTrue("isCancelled", request.isCancelled());
-    }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/uml2sd/AllTests.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/uml2sd/AllTests.java
deleted file mode 100644 (file)
index dd62f3d..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-package org.eclipse.linuxtools.tmf.tests.uml2sd;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import org.eclipse.linuxtools.tmf.TmfCorePlugin;
-
-@SuppressWarnings("nls")
-public class AllTests {
-
-       public static Test suite() {
-               TestSuite suite = new TestSuite("Test suite for " + TmfCorePlugin.PLUGIN_ID + ".uml2sd"); //$NON-NLS-1$);
-               //$JUnit-BEGIN$
-               suite.addTestSuite(TmfSyncSequenceDiagramEventTest.class);
-               suite.addTestSuite(TmfAsyncSequenceDiagramEventTest.class);
-               //$JUnit-END$
-               return suite;
-       }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/uml2sd/TmfAsyncSequenceDiagramEventTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/uml2sd/TmfAsyncSequenceDiagramEventTest.java
deleted file mode 100644 (file)
index 2293130..0000000
+++ /dev/null
@@ -1,119 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Bernd Hufmann - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.tmf.tests.uml2sd;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.event.TmfEventType;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.uml2sd.TmfAsyncSequenceDiagramEvent;
-
-@SuppressWarnings("nls")
-public class TmfAsyncSequenceDiagramEventTest extends TestCase {
-
-    private final String   fTypeId = "Some type";
-    private final String   fLabel0 = "label1";
-    private final String   fLabel1 = "label2";
-    private final String[] fLabels = new String[] { fLabel0, fLabel1 };
-
-    private final TmfTimestamp      fTimestamp1 = new TmfTimestamp(12345, (byte) 2, 5);
-    private final TmfTimestamp      fTimestamp2 = new TmfTimestamp(12350, (byte) 2, 5);
-    private final TmfEventSource    fSource     = new TmfEventSource("Source");
-    private final TmfEventType      fType       = new TmfEventType(fTypeId, fLabels);
-    private final TmfEventReference fReference  = new TmfEventReference("Some reference");
-
-    private final TmfEvent fEvent1;
-    private final TmfEvent fEvent2;
-    private final TmfEventContent fContent1;
-    private final TmfEventContent fContent2;
-
-   
-    public TmfAsyncSequenceDiagramEventTest() {
-        fEvent1 = new TmfEvent(fTimestamp1, fSource, fType, fReference);
-        fContent1 = new TmfEventContent(fEvent1, "Some content");
-        fEvent1.setContent(fContent1);
-
-        fEvent2 = new TmfEvent(fTimestamp1, fTimestamp2, fSource, fType, fReference);
-        fContent2 = new TmfEventContent(fEvent2, "Some other content");
-        fEvent2.setContent(fContent2);
-    }
-    
-    @Override 
-    public void setUp() throws Exception {
-    }
-    
-    @Override
-    public void tearDown() throws Exception {
-    }
-    
-    public void testTmfAsyncSequenceDiagramEvent() {
-        TmfAsyncSequenceDiagramEvent event = null;
-        
-        // Check for illegal arguments (i.e. null for the parameters) 
-        try {
-            event = new TmfAsyncSequenceDiagramEvent(null, null, null, null, null);
-            fail();
-        } catch (IllegalArgumentException e) {
-            // success
-            assertTrue("TmfAsyncSequenceDiagramEvent", e.getMessage().contains("startEvent=null"));
-        }
-        
-        try {
-            event = new TmfAsyncSequenceDiagramEvent(fEvent1,  fEvent2, null, null, null);
-            fail();
-        } catch (IllegalArgumentException e) {
-            // success
-            assertTrue("TmfAsyncSequenceDiagramEvent", e.getMessage().contains("sender=null"));
-        }
-        
-        try {
-            event = new TmfAsyncSequenceDiagramEvent(fEvent1, fEvent2, null, null, null);
-            fail();
-        } catch (IllegalArgumentException e) {
-            // success
-            assertTrue("TmfAsyncSequenceDiagramEvent", e.getMessage().contains("receiver=null"));
-        }
-
-        try {
-            event = new TmfAsyncSequenceDiagramEvent(fEvent1, fEvent2, "sender", null, null);
-            fail();
-        } catch (IllegalArgumentException e) {
-            // success
-            assertTrue("TmfAsyncSequenceDiagramEvent", e.getMessage().contains("name=null"));
-        }
-        
-        try {
-            event = new TmfAsyncSequenceDiagramEvent(fEvent1, null, "sender", "receiver", "signal");
-            fail();
-        } catch (IllegalArgumentException e) {
-            // success
-            assertTrue("TmfAsyncSequenceDiagramEvent", e.getMessage().contains("endEvent=null"));
-        }
-
-        try {
-            event = new TmfAsyncSequenceDiagramEvent(fEvent1, fEvent2, "sender", "receiver", "signal");
-            // success
-            assertEquals("testTmfAsyncSequenceDiagramEvent", 0, event.getStartTime().compareTo(fTimestamp1, true));
-            assertEquals("testTmfAsyncSequenceDiagramEvent", 0, event.getEndTime().compareTo(fTimestamp2, true));
-            assertEquals("testTmfAsyncSequenceDiagramEvent", "sender", event.getSender());
-            assertEquals("testTmfAsyncSequenceDiagramEvent", "receiver", event.getReceiver());
-            assertEquals("testTmfAsyncSequenceDiagramEvent", "signal", event.getName());
-            
-        } catch (IllegalArgumentException e) {
-            fail();
-        }
-    }
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/uml2sd/TmfSyncSequenceDiagramEventTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/uml2sd/TmfSyncSequenceDiagramEventTest.java
deleted file mode 100644 (file)
index 7941aaf..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Bernd Hufmann - Initial API and implementation
- *******************************************************************************/
-package org.eclipse.linuxtools.tmf.tests.uml2sd;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.event.TmfEventType;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.uml2sd.TmfSyncSequenceDiagramEvent;
-
-@SuppressWarnings("nls")
-public class TmfSyncSequenceDiagramEventTest extends TestCase {
-
-    private final String   fTypeId = "Some type";
-    private final String   fLabel0 = "label1";
-    private final String   fLabel1 = "label2";
-    private final String[] fLabels = new String[] { fLabel0, fLabel1 };
-
-    private final TmfTimestamp      fTimestamp1 = new TmfTimestamp(12345, (byte) 2, 5);
-    private final TmfEventSource    fSource     = new TmfEventSource("Source");
-    private final TmfEventType      fType       = new TmfEventType(fTypeId, fLabels);
-    private final TmfEventReference fReference  = new TmfEventReference("Some reference");
-
-    private final TmfEvent fEvent1;
-    private final TmfEventContent fContent1;
-
-    public TmfSyncSequenceDiagramEventTest () {
-        fEvent1 = new TmfEvent(fTimestamp1, fSource, fType, fReference);
-        fContent1 = new TmfEventContent(fEvent1, "Some content");
-        fEvent1.setContent(fContent1);
-    }
-
-    @Override
-    public void setUp() throws Exception {
-    }
-
-    @Override
-    public void tearDown() throws Exception {
-    }
-    
-    public void testTmfSyncSequenceDiagramEvent() {
-        TmfSyncSequenceDiagramEvent event = null;
-        try {
-            event = new TmfSyncSequenceDiagramEvent(null, null, null, null);
-            fail();
-        } catch (IllegalArgumentException e) {
-            // success
-            assertTrue("testTmfSyncSequenceDiagramEvent", e.getMessage().contains("startEvent=null"));
-        }
-        
-        try {
-            event = new TmfSyncSequenceDiagramEvent(fEvent1, null, null, null);
-            fail();
-        } catch (IllegalArgumentException e) {
-            // success
-            assertTrue("testTmfSyncSequenceDiagramEvent", e.getMessage().contains("sender=null"));
-        }
-        
-        try {
-            event = new TmfSyncSequenceDiagramEvent(fEvent1, "sender", null, null);
-            fail();
-        } catch (IllegalArgumentException e) {
-            // success
-            assertTrue("testTmfSyncSequenceDiagramEvent", e.getMessage().contains("receiver=null"));
-        }
-
-        try {
-            event = new TmfSyncSequenceDiagramEvent(fEvent1, "sender", "receiver", null);
-            fail();
-        } catch (IllegalArgumentException e) {
-            // success
-            assertTrue("testTmfSyncSequenceDiagramEvent", e.getMessage().contains("name=null"));
-        }
-        
-        try {
-            event = new TmfSyncSequenceDiagramEvent(fEvent1, "sender", "receiver", "signal");
-            // success
-            assertEquals("testTmfSyncSequenceDiagramEvent", 0, event.getStartTime().compareTo(fTimestamp1, true));
-            assertEquals("testTmfSyncSequenceDiagramEvent", "sender", event.getSender());
-            assertEquals("testTmfSyncSequenceDiagramEvent", "receiver", event.getReceiver());
-            assertEquals("testTmfSyncSequenceDiagramEvent", "signal", event.getName());
-            
-        } catch (IllegalArgumentException e) {
-            fail();
-        }
-    }
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/util/AllTests.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/util/AllTests.java
deleted file mode 100644 (file)
index 537bdc5..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.eclipse.linuxtools.tmf.tests.util;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import org.eclipse.linuxtools.tmf.TmfCorePlugin;
-
-@SuppressWarnings("nls")
-public class AllTests {
-
-       public static Test suite() {
-               TestSuite suite = new TestSuite("Test suite for " + TmfCorePlugin.PLUGIN_ID + ".util"); //$NON-NLS-1$);
-               //$JUnit-BEGIN$
-               suite.addTestSuite(TmfFixedArrayTest.class);
-               //$JUnit-END$
-               return suite;
-       }
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/util/TmfFixedArrayTest.java b/org.eclipse.linuxtools.tmf.tests/src/org/eclipse/linuxtools/tmf/tests/util/TmfFixedArrayTest.java
deleted file mode 100755 (executable)
index 076a6c2..0000000
+++ /dev/null
@@ -1,266 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Mathieu Denis (mathieu.denis@polymtl.ca)  - Initial design and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.tests.util;
-
-import java.util.Arrays;
-
-import junit.framework.TestCase;
-
-import org.eclipse.linuxtools.tmf.util.TmfFixedArray;
-
-public class TmfFixedArrayTest extends TestCase {
-    
-    // ------------------------------------------------------------------------
-    // Field(s)
-    // ------------------------------------------------------------------------
-    TmfFixedArray<String> fFixedArray1 = null;
-    TmfFixedArray<String> fFixedArray2 = null;
-    String fString1, fString2, fString3, fString4, fString5;
-    
-    // ------------------------------------------------------------------------
-    // Housekeeping
-    // ------------------------------------------------------------------------
-    
-    public TmfFixedArrayTest() {
-        fString1 = "First String";
-        fString2 = "Second String";
-        fString3 = "Third String";
-        fString4 = "Fourth String";
-        fString5 = "Fifth String";
-        fFixedArray1 = new TmfFixedArray<String>(fString1, fString2, fString3);
-        fFixedArray2 = new TmfFixedArray<String>(); // Empty array at the beginning
-    }
-    
-    @Override
-    protected void setUp() throws Exception {
-        super.setUp();
-    }
-    
-    @Override
-    protected void tearDown() throws Exception {
-        super.tearDown();
-    }
-    
-    // ------------------------------------------------------------------------
-    // Get
-    // ------------------------------------------------------------------------
-    
-    public void testGet() throws Exception {
-        assertTrue("get", fString1.equals(fFixedArray1.get(0)));
-        assertTrue("get", fString2.equals(fFixedArray1.get(1)));
-        assertTrue("get", fString3.equals(fFixedArray1.get(2)));
-        
-        try {
-            fFixedArray2.get(0);
-            fail();
-        }
-        catch (ArrayIndexOutOfBoundsException e) {
-            // Success
-        }
-    }
-    
-    public void testGetArray() throws Exception {
-        String[] stringArray = fFixedArray1.getArray();
-        assertNotNull("getArray", stringArray);
-        assertTrue("getArray", fString1.equals(stringArray[0]));
-        assertTrue("getArray", fString2.equals(stringArray[1]));
-        assertTrue("getArray", fString3.equals(stringArray[2]));
-    }
-    
-    // ------------------------------------------------------------------------
-    // Equals
-    // ------------------------------------------------------------------------
-    
-    public void testEqualsReflexivity() throws Exception {
-        assertTrue("equals", fFixedArray1.equals(fFixedArray1));
-        assertTrue("equals", fFixedArray2.equals(fFixedArray2));
-        
-        assertTrue("equals", !fFixedArray1.equals(fFixedArray2));
-        assertTrue("equals", !fFixedArray2.equals(fFixedArray1));
-    }
-    
-    @SuppressWarnings("unchecked")
-    public void testEqualsSymmetry() throws Exception {
-        TmfFixedArray<String> fixedArray1 = (TmfFixedArray<String>) fFixedArray1.clone();
-        TmfFixedArray<String> fixedArray2 = (TmfFixedArray<String>) fFixedArray2.clone();
-
-        assertTrue("equals", fixedArray1.equals(fFixedArray1));
-        assertTrue("equals", fFixedArray1.equals(fixedArray1));
-
-        assertTrue("equals", fixedArray2.equals(fFixedArray2));
-        assertTrue("equals", fFixedArray2.equals(fixedArray2));
-    }
-    
-    @SuppressWarnings("unchecked")
-    public void testEqualsTransivity() throws Exception {
-        TmfFixedArray<String> fixedArray1 = (TmfFixedArray<String>) fFixedArray1.clone();
-        TmfFixedArray<String> fixedArray2 = (TmfFixedArray<String>) fFixedArray1.clone();
-        TmfFixedArray<String> fixedArray3 = (TmfFixedArray<String>) fFixedArray1.clone();
-
-        assertTrue("equals", fixedArray1.equals(fixedArray2));
-        assertTrue("equals", fixedArray2.equals(fixedArray3));
-        assertTrue("equals", fixedArray1.equals(fixedArray3));
-    }
-    
-    public void testEqualsNull() throws Exception {
-        assertTrue("equals", !fFixedArray1.equals(null));
-        assertTrue("equals", !fFixedArray2.equals(null));
-    }
-    
-    // ------------------------------------------------------------------------
-    // Append
-    // ------------------------------------------------------------------------
-
-    public void testAppend() {
-        TmfFixedArray<String> fixedArray         = new TmfFixedArray<String>();
-        
-        fixedArray = fixedArray.append(fString1, fString2, fString3);
-        assertEquals("append", 3, fixedArray.size());
-        assertTrue("append", fString1.equals(fixedArray.get(0)));
-        assertTrue("append", fString2.equals(fixedArray.get(1)));
-        assertTrue("append", fString3.equals(fixedArray.get(2)));
-
-        fixedArray = fixedArray.append(fString4);
-        assertEquals("append", 4, fixedArray.size());
-        assertTrue("append", fString4.equals(fixedArray.get(3)));
-    }
-    
-   
-    @SuppressWarnings("unchecked")
-    public void testAppendFixedArray() throws Exception {
-        TmfFixedArray<String> fixedArrayToAppend1 = new TmfFixedArray<String>(fString4);
-        TmfFixedArray<String> fixedArrayToAppend2 = new TmfFixedArray<String>(fString5);
-        TmfFixedArray<String> fixedArray         = new TmfFixedArray<String>();
-        
-        fixedArray = fixedArray.append(fFixedArray1, fixedArrayToAppend1);
-        assertEquals("append", 4, fixedArray.size());
-        assertTrue("append", fString1.equals(fixedArray.get(0)));
-        assertTrue("append", fString2.equals(fixedArray.get(1)));
-        assertTrue("append", fString3.equals(fixedArray.get(2)));
-        assertTrue("append", fString4.equals(fixedArray.get(3)));
-        
-        fixedArray = fixedArray.append(fixedArrayToAppend2);
-        assertEquals("append", 5, fixedArray.size());
-        assertTrue("append", fString5.equals(fixedArray.get(4)));
-    }
-    
-    // ------------------------------------------------------------------------
-    // hashCode
-    // ------------------------------------------------------------------------
-    
-    @SuppressWarnings("unchecked")
-    public void testHashCode() throws Exception {
-        TmfFixedArray<String> fixedArray1 = (TmfFixedArray<String>) fFixedArray1.clone();
-        TmfFixedArray<String> fixedArray2 = (TmfFixedArray<String>) fFixedArray2.clone();
-
-        assertTrue("hashCode", fixedArray1.hashCode() == fFixedArray1.hashCode());
-        assertTrue("hashCode", fFixedArray2.hashCode() == fixedArray2.hashCode());
-
-        assertTrue("hashCode", fFixedArray1.hashCode() != fixedArray2.hashCode());
-        assertTrue("hashCode", fFixedArray2.hashCode() != fixedArray1.hashCode());
-    }
-    
-    // ------------------------------------------------------------------------
-    // toArray
-    // ------------------------------------------------------------------------
-
-    public void testToArray() {
-        String[] expected1 = {fString1, fString2, fString3};
-        assertTrue("toArray", Arrays.equals(expected1, fFixedArray1.toArray()));
-        
-        String[] expected2 = {};
-        assertTrue("toArray", Arrays.equals(expected2, fFixedArray2.toArray()));
-    }
-
-    public void testToArrayArg() throws Exception {
-        String[] stringArray = new String[3];
-        fFixedArray1.toArray(stringArray);
-        assertTrue("toArrayArg", stringArray[0].equals(fFixedArray1.get(0)));
-        assertTrue("toArrayArg", stringArray[1].equals(fFixedArray1.get(1)));
-        assertTrue("toArrayArg", stringArray[2].equals(fFixedArray1.get(2)));
-        
-        String[] stringBigArray = new String[10];
-        fFixedArray1.toArray(stringBigArray);
-        assertNull("toArrayArg", stringBigArray[3]);
-        
-        TmfFixedArray<Object> fFixedArrayObject  = new TmfFixedArray<Object>(fString1);
-        stringArray = fFixedArrayObject.toArray(new String[0]);
-        assertTrue("toArrayArg", stringArray[0].equals(fString1));
-    }
-    
-    // ------------------------------------------------------------------------
-    // Size
-    // ------------------------------------------------------------------------
-
-    public void testSize() {
-        assertEquals("toArray", 3, fFixedArray1.size());
-        
-        assertEquals("toArray", 0, fFixedArray2.size());
-    }
-    
-    // ------------------------------------------------------------------------
-    // SubArray
-    // ------------------------------------------------------------------------
-
-    public void testSubArray() throws Exception {
-        TmfFixedArray<String> subArray = fFixedArray1.subArray(1);
-        
-        assertEquals("SubArray", 2, subArray.size());
-        assertTrue("SubArray", fString2.equals(subArray.get(0)));
-        assertTrue("SubArray", fString3.equals(subArray.get(1)));
-    }
-    
-    public void testSubArray2() {
-        TmfFixedArray<String> subArray = fFixedArray1.subArray(1, 2);
-        
-        assertEquals("SubArray", 2, subArray.size());
-        assertTrue("SubArray", fString2.equals(subArray.get(0)));
-        assertTrue("SubArray", fString3.equals(subArray.get(1)));
-    }
-    
-    // ------------------------------------------------------------------------
-    // Set
-    // ------------------------------------------------------------------------
-    
-    public void testSet() throws Exception {
-        String[] newString = {"new FirstString", "new SecondString", "new ThirdString"};
-        
-        fFixedArray1.set(0, newString[0]);
-        assertTrue("getArray", newString[0].equals(newString[0]));
-        
-        fFixedArray1.set(1, newString[1]);
-        assertTrue("getArray", newString[1].equals(newString[1]));
-        
-        fFixedArray1.set(2, newString[2]);
-        assertTrue("getArray", newString[2].equals(newString[2]));
-        
-        try {
-            fFixedArray2.set(0, "newString");
-            fail();
-        } catch (Exception e) {
-            // Success
-        }
-    }
-    
-    // ------------------------------------------------------------------------
-    // toString
-    // ------------------------------------------------------------------------
-
-    public void testToString() {
-        String expected1 = Arrays.asList(fString1, fString2, fString3).toString();
-        assertEquals("toString", expected1, fFixedArray1.toString());
-
-        String expected2 = Arrays.asList().toString();
-        assertEquals("toString", expected2, fFixedArray2.toString());
-    }
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/CreateTestFiles.java b/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/CreateTestFiles.java
deleted file mode 100644 (file)
index c4c438d..0000000
+++ /dev/null
@@ -1,112 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf;
-
-import java.io.BufferedOutputStream;
-import java.io.DataOutputStream;
-import java.io.File;
-import java.io.FileNotFoundException;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.util.Random;
-
-/**
- * <b><u>CreateTestFiles</u></b>
- * <p>
- * Create a number of event test files of various lengths.
- * <p>
- * Events have the following format:
- * <ul>
- * <li> [timestamp] [source] [type] [ref] [field]*
- * <li> There are NB_SOURCES sources and NB_TYPES types.
- * <li> The number of fields (0 .. NB_TYPES-1) depends on the event type.
- * </ul>
- */
-@SuppressWarnings("nls")
-public class CreateTestFiles {
-
-    // ========================================================================
-    // Constants
-    // ========================================================================
-
-       private static final String DIRECTORY = "testfiles";
-//     private static final String FILE_NAMES[] = { "Test-10", "Test-1K", "Test-10K", "Test-100K" };
-//    private static final int    FILE_SIZES[] = {       10 ,     1000 ,     10000 ,     100000  };
-       private static final String FILE_NAMES[] = { "Test-10K" };
-    private static final int    FILE_SIZES[] = {     10000  };
-
-    private static final int NB_SOURCES = 15;  
-    private static final int NB_TYPES   =  7;  
-
-    // ========================================================================
-    // Constructors
-    // ========================================================================
-
-   /**
-     * @param args
-     */
-    public static void main(String[] args) {
-        
-        try {
-            System.out.println("Creating test files in directory: " + new File(".").getCanonicalPath() + File.separator + DIRECTORY);
-        } catch (IOException e) {
-            e.printStackTrace();
-        }
-
-        for (int i = 0; i < FILE_SIZES.length; i++) {
-            try {
-               createTestFile("testfiles" + File.separator + "O-" + FILE_NAMES[i], FILE_SIZES[i], true,  true);
-               createTestFile("testfiles" + File.separator + "E-" + FILE_NAMES[i], FILE_SIZES[i], true,  false);
-                createTestFile("testfiles" + File.separator + "R-" + FILE_NAMES[i], FILE_SIZES[i], false, false);
-            } catch (Exception e) {
-            }
-        }
-
-               System.out.println("Done.");
-    }
-
-    // ========================================================================
-    // Operators
-    // ========================================================================
-
-    /**
-     * @param file
-     * @param size
-     * @param monotonic
-     * @throws FileNotFoundException
-     * @throws IOException
-     */
-    private static void createTestFile(String file, int size, boolean monotonic, boolean odd) throws FileNotFoundException, IOException {
-        DataOutputStream out;
-        System.out.println("Creating " + file);
-        out = new DataOutputStream(new BufferedOutputStream(new FileOutputStream(file)));
-
-        Random generator = new Random(19580427 + size);
-        long ts = (monotonic && odd) ? -1 : 0;
-        for (int i = 0; i < size; i++) {
-            ts += monotonic ? 2 : generator.nextInt(10);
-            int sourceIndex = i % NB_SOURCES;
-            int typeIndex   = i % NB_TYPES;
-            out.writeLong(ts);                      // Timestamp
-            out.writeUTF("Source-" + sourceIndex);  // Source
-            out.writeUTF("Type-"   + typeIndex);    // Type
-            out.writeInt(i + 1);                    // Reference (event #)
-            for (int j = 0; j < typeIndex; j++) {
-                out.writeUTF("Field-" + sourceIndex + "-" + j);
-            }
-        }
-        out.flush();
-        out.close();
-    }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/component/TmfClientStub.java b/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/component/TmfClientStub.java
deleted file mode 100644 (file)
index 8ce7973..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.component;
-
-import org.eclipse.linuxtools.tmf.event.TmfSyntheticEventStub;
-
-/**
- * <b><u>TmfClientStub</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-@SuppressWarnings("nls")
-public class TmfClientStub extends TmfComponent {
-
-       private TmfDataProvider<TmfSyntheticEventStub>[] fProviders;
-
-       public TmfClientStub() {
-               super("TmfClientStub");
-       }
-
-       @SuppressWarnings("unchecked")
-       public void findProvider() {
-               fProviders = (TmfDataProvider<TmfSyntheticEventStub>[]) TmfProviderManager.getProviders(TmfSyntheticEventStub.class, TmfSyntheticEventProviderStub.class);
-//             TmfEventRequest<TmfEventStub> request;
-               System.out.println(fProviders.length);
-       }
-
-       public void triggeRequest() {
-//             TmfEventRequest<TmfEventStub> request;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/component/TmfDataProviderStub.java b/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/component/TmfDataProviderStub.java
deleted file mode 100644 (file)
index 2df7db7..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.component;
-
-import java.io.File;
-import java.io.IOException;
-import java.net.URISyntaxException;
-import java.net.URL;
-
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.tmf.event.TmfData;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.ITmfEventRequest;
-import org.eclipse.linuxtools.tmf.tests.TmfCoreTestPlugin;
-import org.eclipse.linuxtools.tmf.trace.ITmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfTraceStub;
-
-/**
- * <b><u>TmfDataProviderStub</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-@SuppressWarnings("nls")
-public class TmfDataProviderStub extends TmfDataProvider<TmfData> {
-
-    private static final String DIRECTORY   = "testfiles";
-    private static final String TEST_STREAM = "M-Test-10K";
-
-    private TmfTraceStub fTrace;
-
-    public TmfDataProviderStub(String path) throws IOException {
-       super("TmfDataProviderStub", TmfData.class);
-        URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path), null);
-               try {
-                       File test = new File(FileLocator.toFileURL(location).toURI());
-                       fTrace = new TmfTraceStub(test.getPath(), true);
-               } catch (URISyntaxException e) {
-                       e.printStackTrace();
-               }
-    }
-
-    public TmfDataProviderStub() throws IOException {
-       this(DIRECTORY + File.separator + TEST_STREAM);
-    }
-    
-    // ------------------------------------------------------------------------
-    // TmfProvider
-    // ------------------------------------------------------------------------
-
-       @Override
-       public ITmfContext armRequest(ITmfDataRequest<TmfData> request) {
-               if (request instanceof ITmfEventRequest<?>) {
-                       ITmfContext context = fTrace.seekEvent(((ITmfEventRequest<?>) request).getRange().getStartTime());
-                       return context;
-               }
-               return null;
-       }
-
-       @Override
-       public TmfData getNext(ITmfContext context) {
-               return fTrace.getNext(context);
-       }
-
-       @Override
-       public boolean isCompleted(ITmfDataRequest<TmfData> request, TmfData data, int nbRead) {
-               return false;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/component/TmfEventProviderStub.java b/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/component/TmfEventProviderStub.java
deleted file mode 100644 (file)
index 10dbe9f..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.component;
-
-import java.io.File;
-import java.io.IOException;
-import java.net.URISyntaxException;
-import java.net.URL;
-
-import org.eclipse.core.runtime.FileLocator;
-import org.eclipse.core.runtime.Path;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.ITmfEventRequest;
-import org.eclipse.linuxtools.tmf.tests.TmfCoreTestPlugin;
-import org.eclipse.linuxtools.tmf.trace.ITmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfTraceStub;
-
-/**
- * <b><u>TmfEventProviderStub</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-@SuppressWarnings("nls")
-public class TmfEventProviderStub extends TmfEventProvider<TmfEvent> {
-
-    private static final String DIRECTORY   = "testfiles";
-    private static final String TEST_STREAM = "A-Test-10K";
-
-    private TmfTraceStub fTrace;
-
-    public TmfEventProviderStub(String path) throws IOException {
-       super(path, TmfEvent.class);
-        URL location = FileLocator.find(TmfCoreTestPlugin.getDefault().getBundle(), new Path(path), null);
-               try {
-                       File test = new File(FileLocator.toFileURL(location).toURI());
-                       fTrace = new TmfTraceStub(test.getPath(), true);
-               } catch (URISyntaxException e) {
-                       e.printStackTrace();
-               }
-    }
-
-    public TmfEventProviderStub() throws IOException {
-       this(DIRECTORY + File.separator + TEST_STREAM);
-    }
-
-    @Override
-    public void dispose() {
-       fTrace.dispose();
-       super.dispose();
-    }
-    
-    // ------------------------------------------------------------------------
-    // TmfEventProvider
-    // ------------------------------------------------------------------------
-
-       @Override
-       public ITmfContext armRequest(ITmfDataRequest<TmfEvent> request) {
-               if (request instanceof ITmfEventRequest<?>) {
-                       ITmfContext context = fTrace.seekEvent(((ITmfEventRequest<?>) request).getRange().getStartTime());
-                       return context;
-               }
-               return null;
-       }
-
-       @Override
-       public TmfEvent getNext(ITmfContext context) {
-               return fTrace.getNext(context);
-       }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/component/TmfSyntheticEventProviderStub.java b/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/component/TmfSyntheticEventProviderStub.java
deleted file mode 100644 (file)
index b1e0625..0000000
+++ /dev/null
@@ -1,108 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.component;
-
-import java.util.concurrent.TimeUnit;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfSyntheticEventStub;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.ITmfEventRequest;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.trace.ITmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-
-/**
- * <b><u>TmfSyntheticEventProviderStub</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-@SuppressWarnings("nls")
-public class TmfSyntheticEventProviderStub extends TmfEventProvider<TmfSyntheticEventStub> {
-
-    public static final int BLOCK_SIZE = 100;
-    public static final int NB_EVENTS  = 1000;
-
-    public TmfSyntheticEventProviderStub() {
-               super("TmfSyntheticEventProviderStub", TmfSyntheticEventStub.class);
-       }
-
-       @SuppressWarnings("unchecked")
-       @Override
-       public ITmfContext armRequest(final ITmfDataRequest<TmfSyntheticEventStub> request) {
-
-               // Get the TmfSyntheticEventStub provider
-               ITmfDataProvider<TmfEvent>[] eventProviders = (ITmfDataProvider<TmfEvent>[]) TmfProviderManager.getProviders(TmfEvent.class, TmfEventProviderStub.class);
-               ITmfDataProvider<TmfEvent> provider = eventProviders[0];
-
-               // make sure we have the right type of request
-               if (!(request instanceof ITmfEventRequest<?>)) {
-                       request.cancel();
-                       return null;
-               }
-
-               TmfEventRequest<TmfSyntheticEventStub> eventRequest = (TmfEventRequest<TmfSyntheticEventStub>) request;
-        TmfTimeRange range = eventRequest.getRange();
-        final TmfEventRequest<TmfEvent> subRequest =
-               new TmfEventRequest<TmfEvent>(TmfEvent.class, range, NB_EVENTS, BLOCK_SIZE) {
-                       @Override
-                       public void handleData(TmfEvent event) {
-                       super.handleData(event);
-                               if (event != null)
-                                       handleIncomingData(event);
-                               else
-                                       request.done();
-                       }
-               };
-        provider.sendRequest(subRequest);
-
-        // Return a dummy context
-        return new TmfContext();
-       }
-
-       // Queue 2 synthetic events per base event
-       private void handleIncomingData(TmfEvent e) {
-               queueResult(new TmfSyntheticEventStub(e));
-               queueResult(new TmfSyntheticEventStub(e));
-       }
-
-       private static final int TIMEOUT = 10000;
-
-       @Override
-       public TmfSyntheticEventStub getNext(ITmfContext context) {
-               TmfSyntheticEventStub data = null;
-               try {
-                       data = fDataQueue.poll(TIMEOUT, TimeUnit.MILLISECONDS);
-                       if (data == null) {
-                               throw new InterruptedException();
-                       }
-               }
-               catch (InterruptedException e) {
-               }
-               return data;
-       }
-
-       public void queueResult(TmfSyntheticEventStub data) {
-               boolean ok = false;
-               try {
-                       ok = fDataQueue.offer(data, TIMEOUT, TimeUnit.MILLISECONDS);
-                       if (!ok) {
-                               throw new InterruptedException();
-                       }
-               }
-               catch (InterruptedException e) {
-               }
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/event/TmfEventContentStub.java b/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/event/TmfEventContentStub.java
deleted file mode 100644 (file)
index 97f87cc..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.event;
-
-/**
- * <b><u>TmfEventContentStub</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-@SuppressWarnings("nls")
-public class TmfEventContentStub extends TmfEventContent {
-
-       public TmfEventContentStub(TmfEvent parent, Object content) {
-               super(parent, content);
-       }
-
-       public TmfEventContentStub(TmfEventContentStub other) {
-               super(other);
-       }
-
-       @Override
-       protected void parseContent() {
-        Object field1 = new Integer(1);
-        Object field2 = new Integer(-10);
-        Object field3 = new Boolean(true);
-        Object field4 = new String("some string");
-        Object field5 = new TmfTimestamp(1, (byte) 2, 3);
-        fFields = new Object[] { field1, field2, field3, field4, field5 };
-       }
-       
-    @Override
-    public TmfEventContent clone() {
-       TmfEventContentStub content = new TmfEventContentStub(this);
-       content.fRawContent = "Some content";
-       content.fFields = null;
-               return content;
-    }
-
-//    @Override
-//     public String toString() {
-//     Object[] fields = getFields();
-//     StringBuilder result = new StringBuilder("[TmfEventContent(");
-//     for (int i = 0; i < fields.length; i++) {
-//             if (i > 0) result.append(",");
-//             result.append(fields[i]);
-//     }
-//     result.append(")]");
-//     return result.toString();
-//    }
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/event/TmfEventTypeStub.java b/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/event/TmfEventTypeStub.java
deleted file mode 100644 (file)
index cdb05ee..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.event;
-
-/**
- * <b><u>TmfEventTypeStub</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-@SuppressWarnings("nls")
-public class TmfEventTypeStub extends TmfEventType {
-
-   public TmfEventTypeStub() {
-        super(
-               "TmfEventTypeStub",
-               new String[] { "Field1", "Field2", "Field3", "Field4", "Field5" }
-        );
-    }
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/event/TmfSyntheticEventStub.java b/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/event/TmfSyntheticEventStub.java
deleted file mode 100644 (file)
index 7254f35..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.event;
-
-/**
- * <b><u>TmfSyntheticEventStub</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public class TmfSyntheticEventStub extends TmfEvent {
-
-
-       public TmfSyntheticEventStub(TmfEvent event) {
-               super(event);
-       }
-       public TmfSyntheticEventStub(TmfSyntheticEventStub other) {
-               super(other);
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/request/TmfDataRequestStub.java b/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/request/TmfDataRequestStub.java
deleted file mode 100644 (file)
index bdf585f..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.request;
-
-import org.eclipse.linuxtools.tmf.event.TmfData;
-
-/**
- * <b><u>TmfDataRequestStub</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public class TmfDataRequestStub<T extends TmfData> extends TmfDataRequest<T> {
-
-    /**
-     * Default constructor
-     */
-    public TmfDataRequestStub(Class<T> dataType) {
-        super(dataType);
-    }
-
-    /**
-     * @param nbRequested
-     */
-    public TmfDataRequestStub(Class<T> dataType, int index) {
-        super(dataType, index);
-    }
-
-    /**
-     * @param index
-     * @param nbRequested
-     */
-    public TmfDataRequestStub(Class<T> dataType, int index, int nbRequested) {
-       super(dataType, index, nbRequested);
-    }
-
-    /**
-     * @param index
-     * @param nbRequested
-     * @param blockSize
-     */
-    public TmfDataRequestStub(Class<T> dataType, int index, int nbRequested, int blockSize) {
-        super(dataType, index, nbRequested, blockSize);
-    }
-
-       @Override
-       public void handleData(T data) {
-               super.handleData(data);
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/request/TmfEventRequestStub.java b/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/request/TmfEventRequestStub.java
deleted file mode 100644 (file)
index 73991de..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.request;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-
-/**
- * <b><u>TmfEventRequestStub</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public class TmfEventRequestStub<T extends TmfEvent> extends TmfEventRequest<T> {
-
-    /**
-     * @param range
-     */
-    public TmfEventRequestStub(Class<T> dataType) {
-       super(dataType);
-    }
-
-    /**
-     * @param range
-     */
-    public TmfEventRequestStub(Class<T> dataType, TmfTimeRange range) {
-       super(dataType, range);
-    }
-
-    /**
-     * @param range
-     * @param nbRequested
-     */
-    public TmfEventRequestStub(Class<T> dataType, TmfTimeRange range, int nbRequested) {
-       super(dataType, range, nbRequested);
-    }
-    
-    /**
-     * @param range
-     * @param nbRequested
-     * @param blockSize Size of the largest blocks expected
-     */
-    public TmfEventRequestStub(Class<T> dataType, TmfTimeRange range, int nbRequested, int blockSize) {
-       super(dataType, range, nbRequested, blockSize);
-    }
-
-       @Override
-       public void handleData(T data) {
-               super.handleData(data);
-       }
-}
diff --git a/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/trace/TmfEventParserStub.java b/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/trace/TmfEventParserStub.java
deleted file mode 100644 (file)
index eab0891..0000000
+++ /dev/null
@@ -1,118 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.trace;
-
-import java.io.EOFException;
-import java.io.IOException;
-import java.io.RandomAccessFile;
-import java.util.Vector;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.event.TmfEventType;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.parser.ITmfEventParser;
-
-/**
- * <b><u>TmfEventParserStub</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-@SuppressWarnings("nls")
-public class TmfEventParserStub implements ITmfEventParser {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-       private final int NB_TYPES = 10;
-    private final TmfEventType[] fTypes;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    public TmfEventParserStub() {
-       fTypes = new TmfEventType[NB_TYPES];
-       for (int i = 0; i < NB_TYPES; i++) {
-               Vector<String> format = new Vector<String>();
-               for (int j = 1; j <= i; j++) {
-                       format.add(new String("Fmt-" + i + "-Fld-" + j));
-               }
-               String[] fields = new String[i];
-               fTypes[i] = new TmfEventType("Type-" + i, format.toArray(fields));
-       }
-    }
-
-    // ------------------------------------------------------------------------
-    // Operators
-    // ------------------------------------------------------------------------
-
-    static final String typePrefix = "Type-";
-    @Override
-       @SuppressWarnings("unchecked")
-       public TmfEvent parseNextEvent(ITmfTrace eventStream, TmfContext context) throws IOException {
-
-        if (! (eventStream instanceof TmfTraceStub)) {
-            return null;
-        }
-
-               // Highly inefficient...
-               RandomAccessFile stream = ((TmfTraceStub) eventStream).getStream();
-               String name = eventStream.getName();
-               name = name.substring(name.lastIndexOf('/') + 1);
-
-               // no need to use synchronized since it's already cover by the calling method
-               
-               long location = 0;
-               if (context != null)
-                   location = ((TmfLocation<Long>) (context.getLocation())).getLocation();
-               stream.seek(location);
-
-               try {
-                   long ts        = stream.readLong();
-                   String source  = stream.readUTF();
-                   String type    = stream.readUTF();
-                   @SuppressWarnings("unused")
-                   int reference  = stream.readInt();
-                   int typeIndex  = Integer.parseInt(type.substring(typePrefix.length()));
-                   String[] fields = new String[typeIndex];
-                   for (int i = 0; i < typeIndex; i++) {
-                       fields[i] = stream.readUTF();
-                   }
-
-                   String content = "[";
-                   if (typeIndex > 0) {
-                       content += fields[0];
-                   }
-                   for (int i = 1; i < typeIndex; i++) {
-                       content += ", " + fields[i];
-                   }
-                   content += "]";
-
-                   TmfEvent event = new TmfEvent(
-                           new TmfTimestamp(ts, (byte) -3, 0),     // millisecs
-                           new TmfEventSource(source),
-                           fTypes[typeIndex],
-                           new TmfEventReference(name));
-                   TmfEventContent cnt = new TmfEventContent(event, content);
-                   event.setContent(cnt);
-                   return event;
-               } catch (EOFException e) {
-               }
-        return null;
-    }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/trace/TmfTraceStub.java b/org.eclipse.linuxtools.tmf.tests/stubs/org/eclipse/linuxtools/tmf/trace/TmfTraceStub.java
deleted file mode 100644 (file)
index e2cdcbc..0000000
+++ /dev/null
@@ -1,267 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.trace;
-
-import java.io.FileNotFoundException;
-import java.io.IOException;
-import java.io.RandomAccessFile;
-import java.util.concurrent.locks.ReentrantLock;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.parser.ITmfEventParser;
-
-/**
- * <b><u>TmfTraceStub</u></b>
- * <p>
- * Dummy test trace. Use in conjunction with TmfEventParserStub.
- */
-@SuppressWarnings("nls")
-public class TmfTraceStub extends TmfTrace<TmfEvent> {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-    // The actual stream
-    private RandomAccessFile fTrace;
-
-    // The associated event parser
-    private ITmfEventParser fParser;
-
-    // The synchronization lock
-    private ReentrantLock fLock = new ReentrantLock();
-    
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    /**
-     * @param filename
-     * @throws FileNotFoundException
-     */
-    public TmfTraceStub(String filename) throws FileNotFoundException {
-        this(filename, DEFAULT_INDEX_PAGE_SIZE, false);
-    }
-
-    /**
-     * @param filename
-     * @param cacheSize
-     * @throws FileNotFoundException
-     */
-    public TmfTraceStub(String filename, int cacheSize) throws FileNotFoundException {
-        this(filename, cacheSize, false);
-    }
-
-    /**
-     * @param filename
-     * @param waitForCompletion
-     * @throws FileNotFoundException
-     */
-    public TmfTraceStub(String filename, boolean waitForCompletion) throws FileNotFoundException {
-        this(filename, DEFAULT_INDEX_PAGE_SIZE, waitForCompletion);
-    }
-    
-    /**
-     * @param filename
-     * @param cacheSize
-     * @param waitForCompletion
-     * @throws FileNotFoundException
-     */
-    public TmfTraceStub(String filename, int cacheSize, boolean waitForCompletion) throws FileNotFoundException {
-        super(null, TmfEvent.class, filename, cacheSize, false);
-        fTrace = new RandomAccessFile(filename, "r");
-        fParser = new TmfEventParserStub();
-    }
-
-    
-    /**
-     * @param filename
-     * @param cacheSize
-     * @param waitForCompletion
-     * @param parser
-     * @throws FileNotFoundException
-     */
-    public TmfTraceStub(String filename, int cacheSize, boolean waitForCompletion, ITmfEventParser parser) throws FileNotFoundException {
-        super(filename, TmfEvent.class, filename, cacheSize, false);
-        fTrace = new RandomAccessFile(filename, "r");
-        fParser = parser;
-    }
-    
-    /**
-     */
-    @Override
-       public TmfTraceStub clone() {
-       TmfTraceStub clone = null;
-               try {
-                       clone = (TmfTraceStub) super.clone();
-               clone.fTrace  = new RandomAccessFile(getPath(), "r");
-               clone.fParser = new TmfEventParserStub();
-               } catch (CloneNotSupportedException e) {
-               } catch (FileNotFoundException e) {
-               }
-       return clone;
-    }
-    @Override
-       public ITmfTrace copy() {
-               ITmfTrace returnedValue = null;
-               returnedValue = clone();
-               return returnedValue;
-       }
-    
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-    public RandomAccessFile getStream() {
-        return fTrace;
-    }
-
-    // ------------------------------------------------------------------------
-    // Operators
-    // ------------------------------------------------------------------------
-
-       @Override
-       @SuppressWarnings("unchecked")
-       public TmfContext seekLocation(ITmfLocation location) {
-           fLock.lock();
-        try {
-            if (fTrace != null) {
-                // Position the trace at the requested location and
-                // returns the corresponding context
-                long loc  = 0;
-                long rank = 0;
-                if (location != null) {
-                    loc = ((TmfLocation<Long>) location).getLocation();
-                    rank = ITmfContext.UNKNOWN_RANK;
-                }
-                if (loc != fTrace.getFilePointer()) {
-                    fTrace.seek(loc);
-                }
-                TmfContext context = new TmfContext(getCurrentLocation(), rank);
-                return context;
-            }
-               } catch (IOException e) {
-                       e.printStackTrace();
-               }
-        finally{
-            fLock.unlock();
-        }
-               return null;
-    }
-
-
-       @Override
-    public TmfContext seekLocation(double ratio) {
-           fLock.lock();
-        try {
-            if (fTrace != null) {
-                ITmfLocation<?> location = new TmfLocation<Long>(new Long((long) (ratio * fTrace.length())));
-                TmfContext context = seekLocation(location);
-                context.setRank(ITmfContext.UNKNOWN_RANK);
-                return context;
-            }
-        } catch (IOException e) {
-            e.printStackTrace();
-        } finally {
-            fLock.unlock();
-        }
-        
-        return null;
-    }
-
-    @Override
-    @SuppressWarnings("rawtypes")
-    public double getLocationRatio(ITmfLocation location) {
-        fLock.lock();
-        try {
-            if (fTrace != null) {
-                if (location.getLocation() instanceof Long) {
-                    return (double) ((Long) location.getLocation()) / fTrace.length();
-                }
-            }
-        } catch (IOException e) {
-            e.printStackTrace();
-        } finally {
-            fLock.unlock();
-        }
-        return 0;
-    }
-
-    @Override
-       public TmfLocation<Long> getCurrentLocation() {
-        fLock.lock();
-        try {
-            if (fTrace != null) {
-                return new TmfLocation<Long>(fTrace.getFilePointer());
-            }
-        } catch (IOException e) {
-            e.printStackTrace();
-        } finally {
-            fLock.unlock();
-        }
-        return null;
-    }
-
-       @Override
-       public TmfEvent parseEvent(TmfContext context) {
-           fLock.lock();
-               try {
-                       // parseNextEvent will update the context
-                   if (fTrace != null) {
-                       TmfEvent event = fParser.parseNextEvent(this, context.clone());
-                       return event;
-                   }
-               }
-               catch (IOException e) {
-                       e.printStackTrace();
-               } finally {
-                   fLock.unlock();
-               }
-               return null;
-       }
-
-       @Override
-       public void setTimeRange(TmfTimeRange range) {
-       super.setTimeRange(range);
-    }
-
-       @Override
-       public void setStartTime(TmfTimestamp startTime) {
-       super.setStartTime(startTime);
-    }
-
-       @Override
-       public void setEndTime(TmfTimestamp endTime) {
-       super.setEndTime(endTime);
-    }
-       
-       @Override
-       public void dispose() {
-           fLock.lock();
-           try {
-               if (fTrace != null) {
-                   fTrace.close();
-                   fTrace = null;
-               }
-           } catch (IOException e) {
-               // Ignore
-           } finally {
-               fLock.unlock();  
-           }
-           super.dispose();
-       }
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf.tests/test.xml b/org.eclipse.linuxtools.tmf.tests/test.xml
deleted file mode 100644 (file)
index d654941..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="testsuite" default="run" basedir=".">
-       <property name="classname" value="org.eclipse.linuxtools.tmf.core.tests" />
-       <property name="tmf-event-test-suite-classname"   value="org.eclipse.linuxtools.tmf.tests.event.AllTests" />
-       <property name="tmf-request-test-suite-classname" value="org.eclipse.linuxtools.tmf.tests.request.AllTests" />
-       <property name="tmf-trace-test-suite-classname"   value="org.eclipse.linuxtools.tmf.tests.trace.AllTests" />
-       <property name="plugin-name" value="org.eclipse.linuxtools.tmf.tests" />
-
-       <!-- The property ${eclipse-home} should be passed into this script -->
-       <!-- Set a meaningful default value for when it is not. -->
-       <property name="eclipse-home" value="${basedir}/../../" />
-
-       <property name="library-file" value="${eclipse-home}/dropins/${subProjectName2}/plugins/org.eclipse.test/library.xml" />
-
-       <!-- This target holds all initialization code that needs to be done for -->
-       <!-- all tests that are to be run. Initialization for individual tests -->
-       <!-- should be done within the body of the suite target. -->
-       <target name="init">
-               <tstamp />
-               <delete>
-                       <fileset dir="${eclipse-home}" includes="org*.xml" />
-               </delete>
-       </target>
-
-       <!-- This target defines the tests that need to be run. -->
-       <target name="tmf_event_test_suite">
-               <property name="tmf-folder" value="${eclipse-home}/tmf_folder" />
-               <delete dir="${tmf-folder}" quiet="true" />
-               <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
-                       <property name="data-dir" value="${tmf-folder}" />
-                       <property name="plugin-name" value="${plugin-name}" />
-                       <property name="classname" value="${tmf-event-test-suite-classname}" />
-               </ant>
-       </target>
-
-       <target name="tmf_request_test_suite">
-               <property name="tmf-folder" value="${eclipse-home}/tmf_folder" />
-               <delete dir="${tmf-folder}" quiet="true" />
-               <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
-                       <property name="data-dir" value="${tmf-folder}" />
-                       <property name="plugin-name" value="${plugin-name}" />
-                       <property name="classname" value="${tmf-request-test-suite-classname}" />
-               </ant>
-       </target>
-
-       <target name="tmf_trace_test_suite">
-               <property name="tmf-folder" value="${eclipse-home}/tmf_folder" />
-               <delete dir="${tmf-folder}" quiet="true" />
-               <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
-                       <property name="data-dir" value="${tmf-folder}" />
-                       <property name="plugin-name" value="${plugin-name}" />
-                       <property name="classname" value="${tmf-trace-test-suite-classname}" />
-               </ant>
-       </target>
-
-       <!-- This target holds code to cleanup the testing environment after  -->
-       <!-- all of the tests have been run. You can use this target to -->
-       <!-- delete temporary files that have been created. -->
-       <target name="cleanup">
-               <mkdir dir="${results}/consolelogs" />
-               <copy failonerror="false" file="${eclipse-home}/results/${classname}.txt" tofile="${results}/consolelogs/${classname}_${platform}.metadata.log.txt" />
-       </target>
-
-       <!-- This target runs the test suite. Any actions that need to happen -->
-       <!-- after all the tests have been run should go here. -->
-       <target name="run" depends="init,tmf_event_test_suite,tmf_request_test_suite,tmf_trace_test_suite,cleanup">
-               <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
-                       <property name="includes" value="org*.xml" />
-                       <property name="output-file" value="${plugin-name}.xml" />
-               </ant>
-       </target>
-
-    <target name="all" depends="run" description="Dummy target to run all tests">
-    </target>
-
-</project>
diff --git a/org.eclipse.linuxtools.tmf.tests/testfiles/A-Test-10K b/org.eclipse.linuxtools.tmf.tests/testfiles/A-Test-10K
deleted file mode 100644 (file)
index cfb674a..0000000
Binary files a/org.eclipse.linuxtools.tmf.tests/testfiles/A-Test-10K and /dev/null differ
diff --git a/org.eclipse.linuxtools.tmf.tests/testfiles/E-Test-10K b/org.eclipse.linuxtools.tmf.tests/testfiles/E-Test-10K
deleted file mode 100644 (file)
index 08ab10d..0000000
Binary files a/org.eclipse.linuxtools.tmf.tests/testfiles/E-Test-10K and /dev/null differ
diff --git a/org.eclipse.linuxtools.tmf.tests/testfiles/O-Test-10K b/org.eclipse.linuxtools.tmf.tests/testfiles/O-Test-10K
deleted file mode 100644 (file)
index c7db621..0000000
Binary files a/org.eclipse.linuxtools.tmf.tests/testfiles/O-Test-10K and /dev/null differ
diff --git a/org.eclipse.linuxtools.tmf.tests/testfiles/R-Test-10K b/org.eclipse.linuxtools.tmf.tests/testfiles/R-Test-10K
deleted file mode 100644 (file)
index 3e1dcb7..0000000
Binary files a/org.eclipse.linuxtools.tmf.tests/testfiles/R-Test-10K and /dev/null differ
index c6bcbf316f3c2615df4a4e7839c5c65b0a2b9432..c5dbbaa789af216395e4826dc05293091af71943 100644 (file)
@@ -18,12 +18,13 @@ import junit.framework.TestCase;
 
 import org.eclipse.jface.viewers.ColumnLabelProvider;
 import org.eclipse.jface.viewers.ViewerComparator;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.event.TmfEventType;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.util.TmfFixedArray;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.ITmfExtraEventInfo;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.Messages;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfBaseColumnData;
@@ -31,7 +32,6 @@ import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfBaseColumnData.IT
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfBaseColumnDataProvider;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfBaseStatisticsTree;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfStatisticsTreeNode;
-import org.eclipse.linuxtools.tmf.util.TmfFixedArray;
 @SuppressWarnings("nls")
 public class TmfBaseColumnDataProviderTest extends TestCase {
 
index 7c55bd5fb0b168d7523fa9bbeebdd8f214f00ed3..e44ce0fe229b3bd7147a0c7a665a5c09b6efda19 100755 (executable)
@@ -17,11 +17,11 @@ import junit.framework.TestCase;
 import org.eclipse.jface.viewers.ColumnLabelProvider;
 import org.eclipse.jface.viewers.Viewer;
 import org.eclipse.jface.viewers.ViewerComparator;
+import org.eclipse.linuxtools.tmf.core.util.TmfFixedArray;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfBaseColumnData;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfBaseColumnData.ITmfColumnPercentageProvider;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfBaseStatisticsTree;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfStatisticsTreeNode;
-import org.eclipse.linuxtools.tmf.util.TmfFixedArray;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.graphics.Image;
 import org.eclipse.ui.ISharedImages;
index cfe1ae3c0854947207766874d20e37c7a571663b..f86c266682d9ba2c9aa4919113f09b326bb7fc52 100755 (executable)
@@ -19,18 +19,18 @@ import java.util.Vector;
 
 import junit.framework.TestCase;
 
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.event.TmfEventType;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.util.TmfFixedArray;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.ITmfExtraEventInfo;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.Messages;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfBaseStatisticsTree;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.AbsTmfStatisticsTree;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfStatisticsTreeNode;
-import org.eclipse.linuxtools.tmf.util.TmfFixedArray;
 
 @SuppressWarnings("nls")
 public class TmfBaseStatisticsDataTest extends TestCase {
index 73dbbfc048e96d654d4b8e8a466df68d6d17d3f7..0e98d8891d971248edcb16c531fe19f35aa5c9c4 100755 (executable)
@@ -19,18 +19,18 @@ import java.util.Vector;
 
 import junit.framework.TestCase;
 
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.event.TmfEventType;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.util.TmfFixedArray;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.ITmfExtraEventInfo;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.Messages;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfBaseStatisticsTree;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.AbsTmfStatisticsTree;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfStatisticsTreeNode;
-import org.eclipse.linuxtools.tmf.util.TmfFixedArray;
 
 @SuppressWarnings("nls")
 public class TmfStatisticsTreeNodeTest extends TestCase {
index 7457f2ba32cd9ab9743a69d702c53dd1777fe769..6f707521139a19268a21154cf7e88fdfcdd3e65e 100755 (executable)
@@ -19,19 +19,19 @@ import java.util.Vector;
 
 import junit.framework.TestCase;
 
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.event.TmfEventType;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.util.TmfFixedArray;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.ITmfExtraEventInfo;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.Messages;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfBaseStatisticsTree;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.AbsTmfStatisticsTree;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfStatisticsTreeNode;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.TmfTreeContentProvider;
-import org.eclipse.linuxtools.tmf.util.TmfFixedArray;
 
 @SuppressWarnings("nls")
 public class TmfTreeContentProviderTest extends TestCase {
index 26294efb4adf869f717989331de0fb52a5333f6e..82aa1c8535a3be1b4e303f698c572b8a09637179 100644 (file)
@@ -11,8 +11,8 @@
  *******************************************************************************/
 package org.eclipse.linuxtools.tmf.ui.tests.views.uml2sd.impl;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 
 /**
  *  Interface for testing signal handling within TmfUml2SD 
index 35ab759eda50d3ee15750ace694d074e01ea4e6f..c26c5e0464d738245a4ff73e15ddf79a6ec09090 100644 (file)
@@ -17,7 +17,7 @@ import junit.framework.Test;
 import junit.framework.TestCase;
 import junit.framework.TestSuite;
 
-import org.eclipse.linuxtools.tmf.signal.TmfSignalManager;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalManager;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider.ISDAdvancedPagingProvider;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider.ISDPagingProvider;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.widgets.FilterCriteria;
index 5b4b5db002e9544d9cc765ba5a607cf026280878..9fdf1a42c108d7c30b3164c4c1f1a9e3f3c4e08e 100644 (file)
@@ -17,8 +17,8 @@ import junit.framework.Test;
 import junit.framework.TestCase;
 import junit.framework.TestSuite;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.GraphNode;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.Lifeline;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider.ISDGraphNodeSupporter;
index e84190ac0c6066030bad787d4f47147e5b6e262b..94c19987b7909f39c6113e4d8d2e8f90dd67eeaa 100644 (file)
@@ -15,9 +15,9 @@ import junit.framework.Test;
 import junit.framework.TestCase;
 import junit.framework.TestSuite;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.signal.TmfRangeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.signal.TmfRangeSynchSignal;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.GraphNode;
 
 public class TmfUml2SDSyncLoaderSignalTest extends TestCase {
index da0e9b0cd8c2ce2c175aa153ee45fdc65db597c0..92a5ec8617e4c977192bbda94bcea0f109eb7c2d 100644 (file)
@@ -17,10 +17,10 @@ import junit.framework.Test;
 import junit.framework.TestCase;
 import junit.framework.TestSuite;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.signal.TmfRangeSynchSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfTimeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.signal.TmfRangeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfTimeSynchSignal;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.GraphNode;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.impl.TmfSyncMessage;
 
index 8a6870d16caf738f4a26bae9205533c68280b15d..ae159ce78d37ebdab83826682ab5ae9ad8c3161f 100644 (file)
  *******************************************************************************/
 package org.eclipse.linuxtools.tmf.ui.tests.views.uml2sd.impl;
 
-import org.eclipse.linuxtools.tmf.component.TmfComponent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.signal.TmfEndSynchSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfRangeSynchSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
-import org.eclipse.linuxtools.tmf.signal.TmfStartSynchSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfTimeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.component.TmfComponent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.signal.TmfEndSynchSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfRangeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
+import org.eclipse.linuxtools.tmf.core.signal.TmfStartSynchSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfTimeSynchSignal;
 
 /**
  *  Class to implement that certain signals are sent as well as are sent with correct content. 
index de169d334355e13d00a735ec08786d630e5665d5..7ea731cb423a605af185fb9297e7a0863ceaee0a 100644 (file)
@@ -21,12 +21,12 @@ import java.util.List;
 import org.eclipse.core.runtime.FileLocator;
 import org.eclipse.core.runtime.Path;
 import org.eclipse.core.runtime.jobs.Job;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.parser.ITmfEventParser;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfTraceStub;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.parser.ITmfEventParser;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.stubs.trace.TmfTraceStub;
 import org.eclipse.linuxtools.tmf.ui.tests.TmfUITestPlugin;
 import org.eclipse.linuxtools.tmf.ui.tests.uml2sd.trace.TmfUml2SDTestTrace;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDView;
index 0fda30cacadbefcfd3a1503eebdba9d77cc0d4df..c92d887a7d5cb7651887b7dcdf1c27e0fdde4297 100644 (file)
@@ -11,7 +11,7 @@
  *******************************************************************************/
 package org.eclipse.linuxtools.tmf.ui.tests.views.uml2sd.impl;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 
 public class Uml2SDTestTimestamp extends TmfTimestamp {
     // ------------------------------------------------------------------------
index 40881c8c55cb0f59505b9314da101506201d805a..9922b20fc3f4734ef1fe791683906739ec8b006b 100644 (file)
@@ -8,7 +8,7 @@ import org.eclipse.jface.action.Action;
 import org.eclipse.jface.resource.ImageDescriptor;
 import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.jface.viewers.StructuredSelection;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDView;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.AsyncMessageReturn;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.BasicExecutionOccurrence;
index dfd4b85c80de56aac43f6b8e955fa54aabc20bd1..4d6286719b881df2845d8aad7c404a555510c33e 100644 (file)
@@ -15,18 +15,18 @@ import java.io.EOFException;
 import java.io.IOException;
 import java.io.RandomAccessFile;
 
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;
-import org.eclipse.linuxtools.tmf.event.TmfEventField;
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;
-import org.eclipse.linuxtools.tmf.event.TmfEventType;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.parser.ITmfEventParser;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-import org.eclipse.linuxtools.tmf.trace.TmfLocation;
-import org.eclipse.linuxtools.tmf.trace.TmfTraceStub;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventField;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.parser.ITmfEventParser;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;
+import org.eclipse.linuxtools.tmf.stubs.trace.TmfTraceStub;
 
 public class TmfUml2SDTestTrace implements ITmfEventParser {
     
index a8d18243343dd1ba89178fe9690788b40dd72f99..bee5a3bb4ae3ef4559d16a4baa9a61d1cbf6b9ad 100644 (file)
@@ -13,7 +13,7 @@
 package org.eclipse.linuxtools.tmf.ui.editors;\r
 \r
 import org.eclipse.core.resources.IResource;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
 \r
 public interface ITmfTraceEditor {\r
 \r
index 958f19a2bf3753ee42d4fb1c18575b69a86851bf..cd1e3e9a0605109dc7483dcb960cbc037e61b19b 100644 (file)
@@ -12,9 +12,9 @@
 \r
 package org.eclipse.linuxtools.tmf.ui.editors;\r
 \r
-import org.eclipse.linuxtools.tmf.component.ITmfComponent;\r
-import org.eclipse.linuxtools.tmf.signal.TmfSignal;\r
-import org.eclipse.linuxtools.tmf.signal.TmfSignalManager;\r
+import org.eclipse.linuxtools.tmf.core.component.ITmfComponent;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignal;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalManager;\r
 import org.eclipse.ui.part.EditorPart;\r
 \r
 public abstract class TmfEditor extends EditorPart implements ITmfComponent {\r
index c98f9956c048fb24894694697432587c95f6f739..a6cff91dc973868645bf26afee6599d6ca0e1666 100644 (file)
@@ -16,7 +16,7 @@ import org.eclipse.core.resources.IFile;
 import org.eclipse.core.resources.IResource;\r
 import org.eclipse.core.runtime.content.IContentType;\r
 import org.eclipse.jface.resource.ImageDescriptor;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
 import org.eclipse.ui.IEditorInput;\r
 import org.eclipse.ui.IFileEditorInput;\r
 import org.eclipse.ui.IPersistableElement;\r
index 7912862f46ab1a71463aba0ed6c5e77fdf7dba51..8c0082980ed9ed5ff6045336428ba4abf1e8f597 100644 (file)
@@ -28,10 +28,11 @@ import org.eclipse.core.runtime.IConfigurationElement;
 import org.eclipse.core.runtime.IProgressMonitor;\r
 import org.eclipse.core.runtime.InvalidRegistryObjectException;\r
 import org.eclipse.core.runtime.Platform;\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;\r
-import org.eclipse.linuxtools.tmf.signal.TmfTraceSelectedSignal;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfTraceSelectedSignal;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.util.TmfTraceType;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomEventsTable;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTxtTrace;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomXmlTrace;\r
@@ -40,7 +41,6 @@ import org.eclipse.linuxtools.tmf.ui.signal.TmfTraceClosedSignal;
 import org.eclipse.linuxtools.tmf.ui.signal.TmfTraceOpenedSignal;\r
 import org.eclipse.linuxtools.tmf.ui.signal.TmfTraceParserUpdatedSignal;\r
 import org.eclipse.linuxtools.tmf.ui.viewers.events.TmfEventsTable;\r
-import org.eclipse.linuxtools.tmf.util.TmfTraceType;\r
 import org.eclipse.swt.widgets.Composite;\r
 import org.eclipse.swt.widgets.Display;\r
 import org.eclipse.ui.IEditorInput;\r
index ca4b90b28ce82056981cbdcbc77ce0ac71aa3f7d..3da8e36439881b8961cfea38c1ea54bbecf88407 100644 (file)
@@ -12,9 +12,9 @@
 \r
 package org.eclipse.linuxtools.tmf.ui.editors;\r
 \r
-import org.eclipse.linuxtools.tmf.component.ITmfComponent;\r
-import org.eclipse.linuxtools.tmf.signal.TmfSignal;\r
-import org.eclipse.linuxtools.tmf.signal.TmfSignalManager;\r
+import org.eclipse.linuxtools.tmf.core.component.ITmfComponent;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignal;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalManager;\r
 import org.eclipse.ui.part.MultiPageEditorPart;\r
 \r
 public abstract class TmfMultiPageEditorPart extends MultiPageEditorPart implements ITmfComponent {\r
index d6a04cf4da9d9752303c7c48dba07248cbf2f6bf..baebd5d0ff4975e0acd2bee3204f53409ae6f72a 100644 (file)
@@ -18,12 +18,12 @@ import java.util.Date;
 import java.util.HashMap;\r
 import java.util.Map;\r
 \r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventType;\r
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTraceDefinition.OutputColumn;\r
 \r
 public class CustomEvent extends TmfEvent {\r
index 3db049469333b19136c5352e741c2ada5017b6b1..42086dcd24af2dc93d4bba5e8e6f29782ddae3c3 100644 (file)
@@ -2,7 +2,7 @@ package org.eclipse.linuxtools.tmf.ui.parsers.custom;
 \r
 import java.util.Arrays;\r
 \r
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;\r
 \r
 public class CustomEventContent extends TmfEventContent {\r
 \r
index 1d07fef18d38dcb8d75710e1e59c509ff3e18734..8a6e4e7b246f54d18bb9562b64860e1e4fc3ec0c 100644 (file)
@@ -1,6 +1,6 @@
 package org.eclipse.linuxtools.tmf.ui.parsers.custom;\r
 \r
-import org.eclipse.linuxtools.tmf.event.TmfEventType;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;\r
 \r
 public abstract class CustomEventType extends TmfEventType {\r
     \r
index 89e31003b1aab3a2213f08f31a97ae75b35e8fea..1448eb77f10ab51b73334c3b6304bc3d8e3abee8 100644 (file)
@@ -15,7 +15,7 @@ package org.eclipse.linuxtools.tmf.ui.parsers.custom;
 import java.util.LinkedList;\r
 import java.util.List;\r
 \r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTraceDefinition.OutputColumn;\r
 import org.eclipse.linuxtools.tmf.ui.viewers.events.TmfEventsTable;\r
 import org.eclipse.linuxtools.tmf.ui.widgets.ColumnData;\r
index 5f00286d756788e902b095c23ca408529ade2f20..5c51d204fd9bccbd8348548f565028668f590ac3 100644 (file)
@@ -16,7 +16,7 @@ import java.text.SimpleDateFormat;
 import java.util.List;\r
 import java.util.TimeZone;\r
 \r
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;\r
 import org.eclipse.linuxtools.tmf.ui.internal.Messages;\r
 \r
 \r
index fa6833abca8152c135c877e8f6cad03fcd3bada8..c09612991a181f1c0758ae52f929e06a8720c066 100644 (file)
@@ -14,12 +14,12 @@ package org.eclipse.linuxtools.tmf.ui.parsers.custom;
 \r
 import java.util.regex.Matcher;\r
 \r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventType;\r
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTxtTraceDefinition.InputData;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTxtTraceDefinition.InputLine;\r
 \r
index ff5af68620b1a67f55b55112604a5e3e3212eb9f..e4bd564c76402c8d5b40253b35ed420c2010c6bd 100644 (file)
@@ -21,17 +21,17 @@ import java.util.List;
 import java.util.Map.Entry;\r
 import java.util.regex.Matcher;\r
 \r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;\r
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;\r
-import org.eclipse.linuxtools.tmf.io.BufferedRandomAccessFile;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfContext;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfLocation;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
-import org.eclipse.linuxtools.tmf.trace.TmfContext;\r
-import org.eclipse.linuxtools.tmf.trace.TmfLocation;\r
-import org.eclipse.linuxtools.tmf.trace.TmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;\r
+import org.eclipse.linuxtools.tmf.core.io.BufferedRandomAccessFile;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;\r
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;\r
+import org.eclipse.linuxtools.tmf.core.trace.TmfTrace;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTxtTraceDefinition.InputLine;\r
 \r
 public class CustomTxtTrace extends TmfTrace<CustomTxtEvent> {\r
index 3fac6ae810d30b1efe11b15ec1891baf51c57202..7c56eb296adc9e0b707893b6a5817affc2dc9fd4 100644 (file)
@@ -15,9 +15,9 @@ package org.eclipse.linuxtools.tmf.ui.parsers.custom;
 import java.io.IOException;\r
 import java.util.regex.Matcher;\r
 \r
-import org.eclipse.linuxtools.tmf.io.BufferedRandomAccessFile;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfLocation;\r
-import org.eclipse.linuxtools.tmf.trace.TmfContext;\r
+import org.eclipse.linuxtools.tmf.core.io.BufferedRandomAccessFile;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;\r
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTxtTraceDefinition.InputLine;\r
 \r
 public class CustomTxtTraceContext extends TmfContext {\r
index a553b0b752d61850c83c03aeb404bc92b393271a..706457b22824ece4d42f5e50c178853a71a011cc 100644 (file)
 \r
 package org.eclipse.linuxtools.tmf.ui.parsers.custom;\r
 \r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventType;\r
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
 \r
 public class CustomXmlEvent extends CustomEvent {\r
 \r
index 525a85f31846a4b18e7d12ac9bd4c80975c3ad1e..9f8f2931a982463e299b9dc22a033e11d99fe645 100644 (file)
@@ -22,17 +22,17 @@ import javax.xml.parsers.DocumentBuilder;
 import javax.xml.parsers.DocumentBuilderFactory;\r
 import javax.xml.parsers.ParserConfigurationException;\r
 \r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventReference;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventSource;\r
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;\r
-import org.eclipse.linuxtools.tmf.io.BufferedRandomAccessFile;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfContext;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfLocation;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
-import org.eclipse.linuxtools.tmf.trace.TmfContext;\r
-import org.eclipse.linuxtools.tmf.trace.TmfLocation;\r
-import org.eclipse.linuxtools.tmf.trace.TmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventReference;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventSource;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;\r
+import org.eclipse.linuxtools.tmf.core.io.BufferedRandomAccessFile;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;\r
+import org.eclipse.linuxtools.tmf.core.trace.TmfLocation;\r
+import org.eclipse.linuxtools.tmf.core.trace.TmfTrace;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomXmlTraceDefinition.InputAttribute;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomXmlTraceDefinition.InputElement;\r
 import org.w3c.dom.Document;\r
index f74b0687c181add8fc1acc26e95ed0c9d070eaee..9af06b6139728af478a1b3f92fb35e08b8228c02 100644 (file)
@@ -14,9 +14,9 @@ package org.eclipse.linuxtools.tmf.ui.parsers.custom;
 \r
 import java.io.IOException;\r
 \r
-import org.eclipse.linuxtools.tmf.io.BufferedRandomAccessFile;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfLocation;\r
-import org.eclipse.linuxtools.tmf.trace.TmfContext;\r
+import org.eclipse.linuxtools.tmf.core.io.BufferedRandomAccessFile;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;\r
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;\r
 \r
 public class CustomXmlTraceContext extends TmfContext {\r
     public BufferedRandomAccessFile raFile;\r
index 6e04ad72b6291e987b3cf06c99664d360e507240..55e93d3e41a159a5d33974664e5c7ac854126bec 100644 (file)
@@ -9,7 +9,7 @@ import java.util.Iterator;
 import java.util.List;\r
 \r
 import org.eclipse.jface.wizard.WizardPage;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
 import org.eclipse.linuxtools.tmf.ui.TmfUiPlugin;\r
 import org.eclipse.linuxtools.tmf.ui.internal.Messages;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomEventsTable;\r
index b383336a03de26e8695c8e4570ca239a52f46e94..71cbec8a2f4e405f1203f0aa89db20650e840f46 100644 (file)
@@ -9,7 +9,7 @@ import java.util.Iterator;
 import java.util.List;\r
 \r
 import org.eclipse.jface.wizard.WizardPage;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
 import org.eclipse.linuxtools.tmf.ui.TmfUiPlugin;\r
 import org.eclipse.linuxtools.tmf.ui.internal.Messages;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomEventsTable;\r
index 715ca40fc480795fd117acffe1024a07e4af7917..7700bad2be0cbb8a8d137d9d0f20d9b74cd39443 100644 (file)
@@ -21,11 +21,11 @@ import org.eclipse.core.commands.ExecutionException;
 import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.jface.viewers.ISelectionProvider;
 import org.eclipse.jface.viewers.TreeSelection;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalManager;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalManager;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
 import org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement;
 import org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement;
 import org.eclipse.swt.widgets.MessageBox;
index 213d4f509a4bbb2b18c67271f74876edd62c5e7a..d5c84b1c34df4ab225aee08545cadb2e3f7e0d83 100644 (file)
@@ -21,11 +21,11 @@ import org.eclipse.core.resources.IResource;
 import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.jface.viewers.ISelectionProvider;
 import org.eclipse.jface.viewers.TreeSelection;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalManager;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalManager;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
 import org.eclipse.linuxtools.tmf.ui.editors.TmfEditorInput;
 import org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement;
 import org.eclipse.swt.widgets.MessageBox;
index 8ca25eb18b5ffef8ca18ff5baa8948464184e8a9..0d9db2c4fe423b4812768b46b2fe4f0fc9606ae4 100644 (file)
@@ -24,13 +24,13 @@ import org.eclipse.jface.action.MenuManager;
 import org.eclipse.jface.resource.ImageDescriptor;
 import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.jface.viewers.StructuredSelection;
+import org.eclipse.linuxtools.tmf.core.util.TmfTraceType;
 import org.eclipse.linuxtools.tmf.ui.TmfUiPlugin;
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTxtTrace;
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTxtTraceDefinition;
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomXmlTrace;
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomXmlTraceDefinition;
 import org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement;
-import org.eclipse.linuxtools.tmf.util.TmfTraceType;
 import org.eclipse.ui.IWorkbenchPage;
 import org.eclipse.ui.IWorkbenchWindow;
 import org.eclipse.ui.PlatformUI;
index 2baa92595d7c35289580b9e577626e93c2e39138..07e195ce468f91b3677756eeb0505c6fd3c16c0d 100644 (file)
@@ -23,7 +23,7 @@ import org.eclipse.core.runtime.CoreException;
 import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.jface.viewers.ISelectionProvider;
 import org.eclipse.jface.viewers.TreeSelection;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
 import org.eclipse.linuxtools.tmf.ui.project.model.ITmfProjectModelElement;
 import org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentFolder;
 import org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement;
index c437a2234dd3aa21be537c9c139076867952e556..63c552ecd1423aff5b482f66c2d7bc3035e0f7db 100644 (file)
@@ -20,8 +20,9 @@ import org.eclipse.core.runtime.CoreException;
 import org.eclipse.core.runtime.IConfigurationElement;
 import org.eclipse.core.runtime.Platform;
 import org.eclipse.core.runtime.QualifiedName;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.util.TmfTraceType;
 import org.eclipse.linuxtools.tmf.ui.editors.TmfEventsEditor;
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTxtEvent;
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTxtTrace;
@@ -29,7 +30,6 @@ import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTxtTraceDefinition;
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomXmlEvent;
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomXmlTrace;
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomXmlTraceDefinition;
-import org.eclipse.linuxtools.tmf.util.TmfTraceType;
 import org.eclipse.ui.IActionFilter;
 import org.eclipse.ui.views.properties.IPropertyDescriptor;
 import org.eclipse.ui.views.properties.IPropertySource2;
index 2f88deafbcb3c3e3fc741e955f6def07743e61b3..3550de98c842862dc3ca4b61015e4acac383dce2 100644 (file)
@@ -43,8 +43,9 @@ import org.eclipse.jface.viewers.CheckboxTreeViewer;
 import org.eclipse.jface.viewers.ICheckStateListener;
 import org.eclipse.jface.viewers.IStructuredSelection;
 import org.eclipse.jface.viewers.ITreeContentProvider;
-import org.eclipse.linuxtools.tmf.TmfProjectNature;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.TmfProjectNature;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.util.TmfTraceType;
 import org.eclipse.linuxtools.tmf.ui.TmfUiPlugin;
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTxtTrace;
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTxtTraceDefinition;
@@ -52,7 +53,6 @@ import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomXmlTrace;
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomXmlTraceDefinition;
 import org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement;
 import org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceFolder;
-import org.eclipse.linuxtools.tmf.util.TmfTraceType;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.custom.BusyIndicator;
 import org.eclipse.swt.events.FocusEvent;
index 092ea3bf2474b6c42690cda5d6e67030468af056..d34eeb4036fd2b3245f335af6842567038953ead 100644 (file)
@@ -25,7 +25,7 @@ import org.eclipse.core.runtime.IConfigurationElement;
 import org.eclipse.core.runtime.IExecutableExtension;
 import org.eclipse.core.runtime.IProgressMonitor;
 import org.eclipse.core.runtime.NullProgressMonitor;
-import org.eclipse.linuxtools.tmf.TmfProjectNature;
+import org.eclipse.linuxtools.tmf.core.TmfProjectNature;
 import org.eclipse.linuxtools.tmf.ui.TmfUiPlugin;
 import org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentFolder;
 import org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceFolder;
index 7ffe61980f79afc357f9fd828c6acf4bfc44894a..e8a6f9665d93a239f4d3fe3a43324728d17aefc5 100644 (file)
@@ -12,8 +12,8 @@
 \r
 package org.eclipse.linuxtools.tmf.ui.signal;\r
 \r
-import org.eclipse.linuxtools.tmf.signal.TmfSignal;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignal;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
 \r
 /**\r
  * <b><u>TmfTraceClosedSignal</u></b>\r
index 557ee085bf41db3813dc0985f67f5f3d04379525..1f3a02198ec296cba98000e3e858127e4c1f33cd 100644 (file)
@@ -13,8 +13,8 @@
 package org.eclipse.linuxtools.tmf.ui.signal;\r
 \r
 import org.eclipse.core.resources.IResource;\r
-import org.eclipse.linuxtools.tmf.signal.TmfSignal;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignal;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
 import org.eclipse.linuxtools.tmf.ui.viewers.events.ITmfEventsFilterProvider;\r
 \r
 /**\r
index f614a9271c2302ec4fcbfad8f7c00c4ff78ed0df..081869e8d8bbc72e8f3eabaac30334384dfbfe3e 100644 (file)
@@ -13,7 +13,7 @@
 package org.eclipse.linuxtools.tmf.ui.signal;\r
 \r
 import org.eclipse.core.resources.IResource;\r
-import org.eclipse.linuxtools.tmf.signal.TmfSignal;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignal;\r
 \r
 /**\r
  * <b><u>TmfTraceParserUpdatedSignal</u></b>\r
index 3626936e5f66b6125b8dd3227418dee6b371277e..470afb136b367dde3178d5dea74fea122c7c3efc 100644 (file)
@@ -12,8 +12,8 @@
 \r
 package org.eclipse.linuxtools.tmf.ui.viewers.events;\r
 \r
-import org.eclipse.linuxtools.tmf.filter.ITmfFilter;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.filter.ITmfFilter;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
 \r
 public interface ITmfEventsFilterListener {\r
 \r
index 295f041e6535894533abf81be36a14439bc1f75b..a075fc2f541a53f15f360db93e783a4405d024ed 100644 (file)
@@ -18,11 +18,11 @@ import org.eclipse.core.runtime.IProgressMonitor;
 import org.eclipse.core.runtime.IStatus;\r
 import org.eclipse.core.runtime.Status;\r
 import org.eclipse.core.runtime.jobs.Job;\r
-import org.eclipse.linuxtools.tmf.component.ITmfDataProvider;\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.filter.ITmfFilter;\r
-import org.eclipse.linuxtools.tmf.request.TmfDataRequest;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.component.ITmfDataProvider;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.filter.ITmfFilter;\r
+import org.eclipse.linuxtools.tmf.core.request.TmfDataRequest;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
 \r
 public class TmfEventsCache {\r
 \r
index 02de0e61ad5fdc5b3853e5440dc4f2f4c39cebef..396760314a466bdd5f4e206dec7b51c6236445ae 100644 (file)
@@ -42,26 +42,26 @@ import org.eclipse.jface.dialogs.MessageDialog;
 import org.eclipse.jface.resource.FontDescriptor;\r
 import org.eclipse.jface.resource.JFaceResources;\r
 import org.eclipse.jface.resource.LocalResourceManager;\r
-import org.eclipse.linuxtools.tmf.component.ITmfDataProvider;\r
-import org.eclipse.linuxtools.tmf.component.TmfComponent;\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventContent;\r
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;\r
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;\r
-import org.eclipse.linuxtools.tmf.filter.ITmfFilter;\r
-import org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterAndNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterMatchesNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterNode;\r
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest.ExecutionType;\r
-import org.eclipse.linuxtools.tmf.request.TmfDataRequest;\r
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;\r
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentRangeUpdatedSignal;\r
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;\r
-import org.eclipse.linuxtools.tmf.signal.TmfTimeSynchSignal;\r
-import org.eclipse.linuxtools.tmf.signal.TmfTraceUpdatedSignal;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfLocation;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.component.ITmfDataProvider;\r
+import org.eclipse.linuxtools.tmf.core.component.TmfComponent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventContent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;\r
+import org.eclipse.linuxtools.tmf.core.filter.ITmfFilter;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.ITmfFilterTreeNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterAndNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterMatchesNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterNode;\r
+import org.eclipse.linuxtools.tmf.core.request.TmfDataRequest;\r
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;\r
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest.ExecutionType;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentRangeUpdatedSignal;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfTimeSynchSignal;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfTraceUpdatedSignal;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
 import org.eclipse.linuxtools.tmf.ui.TmfUiPlugin;\r
 import org.eclipse.linuxtools.tmf.ui.internal.Messages;\r
 import org.eclipse.linuxtools.tmf.ui.viewers.events.TmfEventsCache.CachedEvent;\r
index 094380f25ba621d2228eef2a0ba37867e2df905b..bf487fd32e8ec5d5c321fa9826ceb23e9f50d3e3 100644 (file)
@@ -12,9 +12,9 @@
 
 package org.eclipse.linuxtools.tmf.ui.views;
 
-import org.eclipse.linuxtools.tmf.component.ITmfComponent;
-import org.eclipse.linuxtools.tmf.signal.TmfSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalManager;
+import org.eclipse.linuxtools.tmf.core.component.ITmfComponent;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalManager;
 import org.eclipse.swt.widgets.Composite;
 import org.eclipse.ui.part.ViewPart;
 
index 6dbd01c7354d68f9dd6f85316996afd32c4d2295..f2e67aeed0972567bec8a60504c09e4ff8ad72b0 100644 (file)
@@ -12,7 +12,7 @@
 \r
 package org.eclipse.linuxtools.tmf.ui.views.colors;\r
 \r
-import org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.ITmfFilterTreeNode;\r
 import org.eclipse.swt.SWT;\r
 import org.eclipse.swt.graphics.Color;\r
 import org.eclipse.swt.graphics.RGB;\r
index b4c68621a6e5f8c958c99fee4f46653f089261a4..94c8b5e87c48356c45a273c42709ef23766cfcd2 100644 (file)
@@ -14,7 +14,7 @@ package org.eclipse.linuxtools.tmf.ui.views.colors;
 \r
 import java.util.ArrayList;\r
 \r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
 import org.eclipse.linuxtools.tmf.ui.TmfUiPlugin;\r
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.widgets.TraceColorScheme;\r
 import org.eclipse.swt.SWT;\r
index 6aaf5d2fa0baf0aa5987adf0bf382caf01a16d1f..ec069812053c4f63137c3c462f23dbba5f9602f5 100644 (file)
@@ -27,9 +27,9 @@ import javax.xml.transform.TransformerFactory;
 import javax.xml.transform.dom.DOMSource;\r
 import javax.xml.transform.stream.StreamResult;\r
 \r
-import org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode;\r
-import org.eclipse.linuxtools.tmf.filter.xml.TmfFilterContentHandler;\r
-import org.eclipse.linuxtools.tmf.filter.xml.TmfFilterXMLWriter;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.ITmfFilterTreeNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.xml.TmfFilterContentHandler;\r
+import org.eclipse.linuxtools.tmf.core.filter.xml.TmfFilterXMLWriter;\r
 import org.eclipse.swt.graphics.RGB;\r
 import org.w3c.dom.Document;\r
 import org.w3c.dom.Element;\r
index 9c10ad369c8f6a0f82a35cf7db219599f3e26fcd..77c96f51dfcfc679b602665b2c0b1bb5e9aaaad0 100644 (file)
 
 package org.eclipse.linuxtools.tmf.ui.views.events;
 
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentDisposedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentDisposedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
 import org.eclipse.linuxtools.tmf.ui.TmfUiPlugin;
 import org.eclipse.linuxtools.tmf.ui.viewers.events.TmfEventsTable;
 import org.eclipse.linuxtools.tmf.ui.views.TmfView;
index a1d8c0cf637ae618fdf473cbce29cfad87a714a4..4efcb6164a9c3ad3fecf050b4c715fac72dabf79 100644 (file)
@@ -13,8 +13,8 @@
 package org.eclipse.linuxtools.tmf.ui.views.filter;\r
 \r
 import org.eclipse.jface.dialogs.Dialog;\r
-import org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.ITmfFilterTreeNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterNode;\r
 import org.eclipse.linuxtools.tmf.ui.internal.Messages;\r
 import org.eclipse.swt.SWT;\r
 import org.eclipse.swt.widgets.Composite;\r
index a1849aa9d5e7667c00e568304aeeab3792754696..dd9e0282b8d4a5287d50e787ae360d7035430478 100644 (file)
@@ -17,10 +17,10 @@ import java.io.IOException;
 \r
 import javax.xml.parsers.ParserConfigurationException;\r
 \r
-import org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterRootNode;\r
-import org.eclipse.linuxtools.tmf.filter.xml.TmfFilterXMLParser;\r
-import org.eclipse.linuxtools.tmf.filter.xml.TmfFilterXMLWriter;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.ITmfFilterTreeNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterRootNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.xml.TmfFilterXMLParser;\r
+import org.eclipse.linuxtools.tmf.core.filter.xml.TmfFilterXMLWriter;\r
 import org.eclipse.linuxtools.tmf.ui.TmfUiPlugin;\r
 import org.xml.sax.SAXException;\r
 \r
index d5e349715dc22e4356442c6838e4d4cbdc4caf1a..5f5d67dc9e5737fb411d8d0f2fa57ec0fed77de0 100644 (file)
@@ -16,7 +16,7 @@ import java.util.ArrayList;
 \r
 import org.eclipse.jface.viewers.ITreeContentProvider;\r
 import org.eclipse.jface.viewers.Viewer;\r
-import org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.ITmfFilterTreeNode;\r
 \r
 /**\r
  * <b><u>FilterTreeContentProvider</u></b>\r
index fc61d2c49546fa4b385e281df0e08a9cc491d94a..2bc8707b7aa5173ba7161afdaad6fdbf9d98281a 100644 (file)
@@ -14,15 +14,15 @@ package org.eclipse.linuxtools.tmf.ui.views.filter;
 \r
 import org.eclipse.jface.viewers.ILabelProvider;\r
 import org.eclipse.jface.viewers.ILabelProviderListener;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterAndNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterCompareNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterCompareNode.Type;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterContainsNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterEqualsNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterEventTypeNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterMatchesNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterOrNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterAndNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterCompareNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterContainsNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterEqualsNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterEventTypeNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterMatchesNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterOrNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterCompareNode.Type;\r
 import org.eclipse.swt.graphics.Image;\r
 \r
 /**\r
index ea7cd81611968fbc13c64f7e8a37a4f3e1eb3cd7..923189b086ca90ea0ce5d51590e2eb68788617be 100644 (file)
@@ -28,11 +28,11 @@ import org.eclipse.jface.resource.ImageDescriptor;
 import org.eclipse.jface.viewers.ISelectionChangedListener;\r
 import org.eclipse.jface.viewers.IStructuredSelection;\r
 import org.eclipse.jface.viewers.SelectionChangedEvent;\r
-import org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterRootNode;\r
-import org.eclipse.linuxtools.tmf.filter.xml.TmfFilterXMLParser;\r
-import org.eclipse.linuxtools.tmf.filter.xml.TmfFilterXMLWriter;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.ITmfFilterTreeNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterRootNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.xml.TmfFilterXMLParser;\r
+import org.eclipse.linuxtools.tmf.core.filter.xml.TmfFilterXMLWriter;\r
 import org.eclipse.linuxtools.tmf.ui.TmfUiPlugin;\r
 import org.eclipse.linuxtools.tmf.ui.internal.Messages;\r
 import org.eclipse.linuxtools.tmf.ui.views.TmfView;\r
index 1d15d9dc80f139f5003f4f585fe1a4dcb11962cb..7845053da15396bad4c83064aeb2b4f545158e8f 100644 (file)
@@ -30,19 +30,20 @@ import org.eclipse.jface.viewers.IStructuredSelection;
 import org.eclipse.jface.viewers.SelectionChangedEvent;\r
 import org.eclipse.jface.viewers.StructuredSelection;\r
 import org.eclipse.jface.viewers.TreeViewer;\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.event.TmfEventType;\r
-import org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterAndNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterCompareNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterCompareNode.Type;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterContainsNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterEqualsNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterEventTypeNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterMatchesNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterOrNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterRootNode;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEventType;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.ITmfFilterTreeNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterAndNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterCompareNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterContainsNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterEqualsNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterEventTypeNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterMatchesNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterOrNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterRootNode;\r
+import org.eclipse.linuxtools.tmf.core.filter.model.TmfFilterCompareNode.Type;\r
+import org.eclipse.linuxtools.tmf.core.util.TmfTraceType;\r
 import org.eclipse.linuxtools.tmf.ui.internal.Messages;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTraceDefinition.OutputColumn;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTxtEvent;\r
@@ -51,7 +52,6 @@ import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomTxtTraceDefinition;
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomXmlEvent;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomXmlTrace;\r
 import org.eclipse.linuxtools.tmf.ui.parsers.custom.CustomXmlTraceDefinition;\r
-import org.eclipse.linuxtools.tmf.util.TmfTraceType;\r
 import org.eclipse.swt.SWT;\r
 import org.eclipse.swt.custom.SashForm;\r
 import org.eclipse.swt.events.FocusEvent;\r
index a564354a0d28cbe3bc080f13e7d37702debc2eea..d03d11b6dc19d98573f041288427b588d7a4cecb 100755 (executable)
@@ -19,19 +19,19 @@ import org.eclipse.jface.viewers.TreeViewer;
 import org.eclipse.jface.viewers.TreeViewerColumn;
 import org.eclipse.jface.viewers.Viewer;
 import org.eclipse.jface.viewers.ViewerComparator;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest.ExecutionType;
-import org.eclipse.linuxtools.tmf.request.ITmfEventRequest;
-import org.eclipse.linuxtools.tmf.request.TmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentDisposedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentRangeUpdatedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.ITmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest.ExecutionType;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentDisposedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentRangeUpdatedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
 import org.eclipse.linuxtools.tmf.ui.views.TmfView;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.AbsTmfStatisticsTree;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.model.ITmfColumnDataProvider;
index 06bd8db6ec17d4284195377a689955caef92bb9e..2e877fa887c208d2917350240052245884a60654 100755 (executable)
@@ -17,9 +17,9 @@ import java.util.HashMap;
 import java.util.Map;
 import java.util.Set;
 
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.util.TmfFixedArray;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.ITmfExtraEventInfo;
-import org.eclipse.linuxtools.tmf.util.TmfFixedArray;
 
 /**
  * <h4>Base class for the statistics storage.</h4>
index 4bf2bc1e42cd7082fb78813b9aebff335d1fc795..debac476fdbe94d6b6f8fb378d1b1dec0f3cb281 100755 (executable)
@@ -18,9 +18,9 @@ import java.util.LinkedList;
 import java.util.Map;
 import java.util.Set;
 
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.util.TmfFixedArray;
 import org.eclipse.linuxtools.tmf.ui.views.statistics.ITmfExtraEventInfo;
-import org.eclipse.linuxtools.tmf.util.TmfFixedArray;
 
 /**
  * <h4>Store information about base statistics data</h4>
index 3bbc197b75f51b705304e6b77187291169376cc9..cb7408336d86f7d8ab5f3810a5686fe2a2330edf 100755 (executable)
@@ -16,7 +16,7 @@ package org.eclipse.linuxtools.tmf.ui.views.statistics.model;
 
 import java.util.Collection;
 
-import org.eclipse.linuxtools.tmf.util.TmfFixedArray;
+import org.eclipse.linuxtools.tmf.core.util.TmfFixedArray;
 
 /**
  * <h4>A tree where nodes can be accessed efficiently using paths.</h4>
index 6f94b21e04d077deb7eebd7282adf518c22fe91f..6a1a131393b6da4b89c099882fded42c866d2655 100644 (file)
@@ -16,7 +16,7 @@ import java.util.Iterator;
 import java.util.NoSuchElementException;\r
 import java.util.Vector;\r
 \r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.model.ITimeEvent;\r
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.model.ITmfTimeAnalysisEntry;\r
 \r
index 0a56c6fa998189f77ca22f52e71cc61e88086512..e7f8d0a9eee0e884404295beec9907577c065f12 100644 (file)
@@ -18,8 +18,8 @@ import java.util.Set;
 import org.eclipse.core.resources.IMarker;\r
 import org.eclipse.core.resources.IResource;\r
 import org.eclipse.core.runtime.CoreException;\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.filter.ITmfFilter;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.filter.ITmfFilter;\r
 \r
 public class TimeChartDecorationProvider {\r
 \r
index e77d9f4b8678883ba48d3a5c324f1f9a26218245..4cce2bf60618b5385746ad43355947e735443935 100644 (file)
@@ -15,7 +15,7 @@ package org.eclipse.linuxtools.tmf.ui.views.timechart;
 import java.util.ArrayList;\r
 import java.util.Iterator;\r
 \r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.model.ITimeEvent;\r
 import org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.model.ITmfTimeAnalysisEntry;\r
 import org.eclipse.linuxtools.tmf.ui.views.colors.ColorSettingsManager;\r
index bc51be409baaaca153b18bf8a8c5f73e9a470fb0..30913efcc44a5be59b8469ef81f835c3ac28cf7e 100644 (file)
@@ -24,15 +24,15 @@ import org.eclipse.core.resources.IResourceChangeEvent;
 import org.eclipse.core.resources.IResourceChangeListener;\r
 import org.eclipse.core.resources.IResourceDelta;\r
 import org.eclipse.core.resources.ResourcesPlugin;\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;\r
-import org.eclipse.linuxtools.tmf.filter.ITmfFilter;\r
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;\r
-import org.eclipse.linuxtools.tmf.signal.TmfTimeSynchSignal;\r
-import org.eclipse.linuxtools.tmf.signal.TmfTraceSelectedSignal;\r
-import org.eclipse.linuxtools.tmf.signal.TmfTraceUpdatedSignal;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
-import org.eclipse.linuxtools.tmf.trace.TmfContext;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;\r
+import org.eclipse.linuxtools.tmf.core.filter.ITmfFilter;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfTimeSynchSignal;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfTraceSelectedSignal;\r
+import org.eclipse.linuxtools.tmf.core.signal.TmfTraceUpdatedSignal;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;\r
 import org.eclipse.linuxtools.tmf.ui.editors.ITmfTraceEditor;\r
 import org.eclipse.linuxtools.tmf.ui.signal.TmfTraceClosedSignal;\r
 import org.eclipse.linuxtools.tmf.ui.signal.TmfTraceOpenedSignal;\r
index ae75d2d294086c6bce33dd54e3afcb2503296a2a..1a5f92217b8f7cfbc936cc2d423be84bd20519fb 100755 (executable)
@@ -12,8 +12,8 @@
  **********************************************************************/
 package org.eclipse.linuxtools.tmf.ui.views.uml2sd;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.util.SDMessages;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.events.PaintEvent;
index 8e0aa0a30f861aa4d585d3d22befdbdb18b6d9eb..efaf6ae801d1703996b1a9d4ce4519a09672ffdc 100755 (executable)
@@ -23,7 +23,7 @@ import org.eclipse.jface.util.IPropertyChangeListener;
 import org.eclipse.jface.util.PropertyChangeEvent;
 import org.eclipse.jface.viewers.ISelectionProvider;
 import org.eclipse.jface.viewers.StructuredSelection;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 import org.eclipse.linuxtools.tmf.ui.ITmfImageConstants;
 import org.eclipse.linuxtools.tmf.ui.TmfUiPlugin;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.BaseMessage;
index b6c709f7114a80e1082714fa48e2b63e3b40ddad..6ee571ab3b00fb44998497bc04427a898a942f93 100755 (executable)
@@ -17,7 +17,7 @@ import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.List;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.AsyncMessage;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.AsyncMessageReturn;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.BaseMessage;
index 1aaf3926e2da9c895b4553b346450b95baf52b5b..1d11035ba4713e4b22955f1d15d43817d833029d 100755 (executable)
@@ -14,7 +14,7 @@ package org.eclipse.linuxtools.tmf.ui.views.uml2sd.core;
 
 import java.util.Comparator;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IGC;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.ISDPreferences;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.util.SortAsyncForBackward;
index 4dc1b8aef11de13ab63fb23de665b2c4d08ebb49..ecb9322a46225b33eeaa73ed5ddb3aca76b8be0b 100755 (executable)
@@ -16,7 +16,7 @@ import java.util.ArrayList;
 import java.util.Iterator;
 import java.util.List;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IGC;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.ISDPreferences;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences.SDViewPref;
index 5b28c32d3b814c822f687c2e4659cb55b757277d..f1c2edd199df89afcbfd71b00991a30d7d792495 100755 (executable)
@@ -12,7 +12,7 @@
  **********************************************************************/
 package org.eclipse.linuxtools.tmf.ui.views.uml2sd.core;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IColor;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IGC;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IImage;
index d3a17099d448cff6c03bdd9522019254364c7ed5..1c26438679e771bf192b3b7361937621d952e0fe 100755 (executable)
@@ -17,7 +17,7 @@ import java.util.Arrays;
 import java.util.Iterator;
 import java.util.List;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IColor;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IGC;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences.SDViewPref;
index f9b37e7f97ec0d25845a0d52db46976b6eb35f27..aadc49623491b3185ce6d2bbda51eb2208cf16bf 100755 (executable)
@@ -12,7 +12,7 @@
  **********************************************************************/
 package org.eclipse.linuxtools.tmf.ui.views.uml2sd.core;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 
 /**
  * @author sveyrier
index 17f541f8ab73e650ff974fce17caa8d9a9a4fd17..5b353b3ecbdeb8f5e451df1d0fa19bd7c666f8a8 100755 (executable)
@@ -12,7 +12,7 @@
  **********************************************************************/
 package org.eclipse.linuxtools.tmf.ui.views.uml2sd.core;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 
 /**
  * @author sveyrier
index c9c3fbdb010eb4fce631f1c4cb42b99c15189d8d..021666df572baf1078ff9e5d93f966ee7a353a16 100755 (executable)
@@ -14,7 +14,7 @@ package org.eclipse.linuxtools.tmf.ui.views.uml2sd.core;
 
 import java.util.Comparator;
 
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IGC;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.ISDPreferences;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.util.SortSyncMessageComparator;
index 6c21128c7b4896a1a933610189031a92b229caeb..cf141b9bee2803be9122fa1300e071a22cedd87b 100644 (file)
@@ -17,8 +17,8 @@ package org.eclipse.linuxtools.tmf.ui.views.uml2sd.impl;
  * Extends AsyncMessage class to provide additional information about the trace event.
  * </p>
  */
+import org.eclipse.linuxtools.tmf.core.uml2sd.ITmfAsyncSequenceDiagramEvent;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.AsyncMessage;
-import org.eclipse.linuxtools.tmf.uml2sd.ITmfAsyncSequenceDiagramEvent;
 
 public class TmfAsyncMessage extends AsyncMessage implements ITmfAsyncSequenceDiagramEvent {
 
index 557aca1f5333af145a99340fce6a9b51b89f081c..2c6a5a823dae2721dfd65ee52957cd66976179b1 100644 (file)
@@ -17,8 +17,8 @@ package org.eclipse.linuxtools.tmf.ui.views.uml2sd.impl;
  * Extends AsyncMessage class to provide additional information about the trace event.
  * </p>
  */
+import org.eclipse.linuxtools.tmf.core.uml2sd.ITmfSyncSequenceDiagramEvent;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.SyncMessage;
-import org.eclipse.linuxtools.tmf.uml2sd.ITmfSyncSequenceDiagramEvent;
 
 public class TmfSyncMessage extends SyncMessage implements ITmfSyncSequenceDiagramEvent {
 
index 6c75d5a4ea9199d354c454e5d3440bac49fb12b8..c9467ff89bc36059090e97c9ee612372912f96a2 100644 (file)
@@ -23,23 +23,25 @@ import org.eclipse.core.runtime.Status;
 import org.eclipse.core.runtime.jobs.Job;
 import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.jface.viewers.StructuredSelection;
-import org.eclipse.linuxtools.tmf.component.TmfComponent;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfEventField;
-import org.eclipse.linuxtools.tmf.event.TmfNoSuchFieldException;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.ITmfEventRequest;
-import org.eclipse.linuxtools.tmf.request.TmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentDisposedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfRangeSynchSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
-import org.eclipse.linuxtools.tmf.signal.TmfTimeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.component.TmfComponent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
+import org.eclipse.linuxtools.tmf.core.event.TmfEventField;
+import org.eclipse.linuxtools.tmf.core.event.TmfNoSuchFieldException;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimeRange;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.experiment.TmfExperiment;
+import org.eclipse.linuxtools.tmf.core.request.ITmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.ITmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfDataRequest;
+import org.eclipse.linuxtools.tmf.core.request.TmfEventRequest;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentDisposedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfExperimentSelectedSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfRangeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignal;
+import org.eclipse.linuxtools.tmf.core.signal.TmfSignalHandler;
+import org.eclipse.linuxtools.tmf.core.signal.TmfTimeSynchSignal;
+import org.eclipse.linuxtools.tmf.core.uml2sd.ITmfSyncSequenceDiagramEvent;
+import org.eclipse.linuxtools.tmf.core.uml2sd.TmfSyncSequenceDiagramEvent;
 import org.eclipse.linuxtools.tmf.ui.TmfUiPlugin;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDView;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.Frame;
@@ -53,8 +55,6 @@ import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.widgets.Criteria;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.widgets.FilterCriteria;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.widgets.FilterListDialog;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.load.IUml2SDLoader;
-import org.eclipse.linuxtools.tmf.uml2sd.ITmfSyncSequenceDiagramEvent;
-import org.eclipse.linuxtools.tmf.uml2sd.TmfSyncSequenceDiagramEvent;
 import org.eclipse.swt.widgets.Display;
 import org.eclipse.ui.ISelectionListener;
 import org.eclipse.ui.IWorkbenchPart;
index f71a44bbbaa8d2ba9ee484175b7098cb0efc5b46..582b54fd014cf586237d7c584699617b17b6a0fa 100755 (executable)
@@ -23,7 +23,7 @@ import org.eclipse.core.runtime.IExtension;
 import org.eclipse.core.runtime.IExtensionPoint;
 import org.eclipse.core.runtime.Platform;
 import org.eclipse.jface.preference.IPreferenceStore;
-import org.eclipse.linuxtools.tmf.Tracer;
+import org.eclipse.linuxtools.tmf.core.Tracer;
 import org.eclipse.linuxtools.tmf.ui.TmfUiPlugin;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDView;
 import org.eclipse.ui.IViewReference;
index cd2484714f8b933a0d953d391900485efe1573c2..b7e850ba49bb7c6873d5c51360e650c40bf6c575 100755 (executable)
@@ -15,7 +15,7 @@ package org.eclipse.linuxtools.tmf.ui.views.uml2sd.util;
 import org.eclipse.jface.dialogs.Dialog;
 import org.eclipse.jface.dialogs.IDialogConstants;
 import org.eclipse.jface.dialogs.MessageDialog;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDWidget;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.events.SelectionEvent;
index 91d41e502e64954e1accd36624b3d266fbfd666b..45159b9d323aa5d26fc441d49f3fe2789647f52c 100644 (file)
@@ -14,10 +14,10 @@ package org.eclipse.linuxtools.tmf.ui.widgets;
 \r
 import java.util.ArrayList;\r
 \r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfLocation;\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
-import org.eclipse.linuxtools.tmf.trace.TmfContext;\r
+import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;\r
+import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;\r
+import org.eclipse.linuxtools.tmf.core.trace.TmfContext;\r
 import org.eclipse.swt.SWT;\r
 import org.eclipse.swt.custom.CaretEvent;\r
 import org.eclipse.swt.custom.CaretListener;\r
diff --git a/org.eclipse.linuxtools.tmf/.classpath b/org.eclipse.linuxtools.tmf/.classpath
deleted file mode 100644 (file)
index 1fa3e68..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-       <classpathentry kind="src" path="src"/>
-       <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/org.eclipse.linuxtools.tmf/.options b/org.eclipse.linuxtools.tmf/.options
deleted file mode 100644 (file)
index dcc5d6b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-org.eclipse.linuxtools.tmf/error=false
-org.eclipse.linuxtools.tmf/warning=false
-org.eclipse.linuxtools.tmf/info=false
-
-org.eclipse.linuxtools.tmf/component=false
-org.eclipse.linuxtools.tmf/request=false
-org.eclipse.linuxtools.tmf/signal=false
-org.eclipse.linuxtools.tmf/event=false
index cd66d8b0f42f65ae48dd93d15b208d708d3be19e..edaa96d626663e00111383f5bf5a308958be9c73 100644 (file)
@@ -1,28 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-       <name>org.eclipse.linuxtools.tmf.core</name>
+       <name>org.eclipse.linuxtools.tmf</name>
        <comment></comment>
        <projects>
        </projects>
        <buildSpec>
                <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
+                       <name>org.eclipse.pde.FeatureBuilder</name>
                        <arguments>
                        </arguments>
                </buildCommand>
        </buildSpec>
        <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
+               <nature>org.eclipse.pde.FeatureNature</nature>
        </natures>
 </projectDescription>
diff --git a/org.eclipse.linuxtools.tmf/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.linuxtools.tmf/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644 (file)
index 6b89d83..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#Thu Nov 18 17:15:08 EST 2010
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
index 2ad58a7fcfcae3fb546738e67406bc05dba6ebd8..592ef772d36c9b3bdb18a9de38ae74ac18d4bf93 100644 (file)
@@ -1,204 +1,7 @@
-2011-03-10  Francois Chouinard  <fchouinard@gmail.com>
+2011-06-02  Andrew Overholt  <overholt@redhat.com>
 
-    * src/org/eclipse/linuxtools/tmf/.options: Fixed a typo
-       * src/org/eclipse/linuxtools/tmf/signal/TmfSignalManager.java: Improved request tracing
-       * src/org/eclipse/linuxtools/tmf/request/TmfRequestExecutor.java: Improved request tracing
-       * src/org/eclipse/linuxtools/tmf/request/TmfEventRequest.java: Streamlined constructor
-       * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java: Improved request tracing
-       * src/org/eclipse/linuxtools/tmf/component/TmfEventProvider.java: Improved request tracing
-       * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java: Improved request tracing
-       * src/org/eclipse/linuxtools/tmf/Tracer.java: Improved request tracing
-    * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Fixed request completion call
-       
-2010-12-13  Bernd Hufmann  <bhufmann@gmail.com>
+       * build.properties: Include license.html.
 
-       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java (armRequest): For data requests, seek only if necessary   
+2011-02-04  Jeff Johnston  <jjohnstn@redhat.com>
 
-2010-11-23  Francois Chouinard  <fchouinard@gmail.com> 
-
-       * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java: Adjusted background request block size
-       * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java: Adjusted buffering between checkpoints
-
-2010-11-10  Francois Chouinard  <fchouinard@gmail.com>
-
-    Suppress warning for non-externalized strings
-          * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: 
-
-2010-11-09  Francois Chouinard  <fchouinard@gmail.com>
-
-    * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java (getNextEvent): Fix for NullPointerException
-
-    Suppress warning for non-externalized strings
-          * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java (newCoalescedDataRequest): 
-              (coalesceDataRequest): 
-              (.run): 
-              (queueRequest): 
-          * src/org/eclipse/linuxtools/tmf/component/TmfEventProvider.java (newCoalescedDataRequest): 
-          * src/org/eclipse/linuxtools/tmf/event/TmfEvent.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/event/TmfEventContent.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/event/TmfEventField.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/event/TmfEventReference.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/event/TmfEventSource.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/event/TmfEventType.java (DEFAULT_TYPE_ID): 
-              (getLabel): 
-              (toString): 
-          * src/org/eclipse/linuxtools/tmf/event/TmfTimeRange.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/event/TmfTimestamp.java (synchronize): 
-              (toString): 
-          * src/org/eclipse/linuxtools/tmf/event/TmfTraceEvent.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java (TmfExperiment): 
-              (toString): 
-          * src/org/eclipse/linuxtools/tmf/experiment/TmfExperimentLocation.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedDataRequest.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedEventRequest.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java (TmfDataRequest): 
-              (handleCompleted): 
-              (start): 
-              (done): 
-              (toString): 
-          * src/org/eclipse/linuxtools/tmf/request/TmfEventRequest.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/request/TmfRequestExecutor.java (TmfRequestExecutor): 
-              (stop): 
-              (.run): 
-              (toString): 
-          * src/org/eclipse/linuxtools/tmf/signal/TmfExperimentSelectedSignal.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/signal/TmfExperimentUpdatedSignal.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/signal/TmfSignalTracer.java (traceSignal): 
-          * src/org/eclipse/linuxtools/tmf/signal/TmfTimeSynchSignal.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/signal/TmfTraceClosedSignal.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/signal/TmfTraceOpenedSignal.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/signal/TmfTraceParserUpdatedSignal.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/signal/TmfTraceSelectedSignal.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/signal/TmfTraceUpdatedSignal.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/TmfCorePlugin.java (PLUGIN_ID): 
-          * src/org/eclipse/linuxtools/tmf/trace/TmfCheckpoint.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/trace/TmfContext.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/trace/TmfLocation.java (toString): 
-              (clone): 
-          * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java (toString): 
-          * src/org/eclipse/linuxtools/tmf/Tracer.java: 
-
-2010-11-04  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Use the correct index page size 
-       * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java: Added indexTrace() and support code 
-
-2010-10-29  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java (getNextEvent): Removed an unnecessary clone() operation
-
-2010-10-27  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/component/ITmfDataProvider.java: Augmented API for coalescing (notifyPendingRequest) 
-       * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java: Request coalescing and cancelling 
-       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Augmented API 
-       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedDataRequest.java: Improved coalescing and cancelling
-       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedEventRequest.java: Ditto
-       * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java: Ditto
-       * src/org/eclipse/linuxtools/tmf/signal/TmfSignalManager.java: Renaming of a field
-
-2010-10-15  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/event/TmfEvent.java: Implement cloning
-       * src/org/eclipse/linuxtools/tmf/event/TmfEventContent.java: Implement cloning
-       * src/org/eclipse/linuxtools/tmf/event/TmfEventField.java: Implement cloning
-       * src/org/eclipse/linuxtools/tmf/event/TmfEventReference.java: Implement cloning
-       * src/org/eclipse/linuxtools/tmf/event/TmfEventSource.java: Implement cloning
-       * src/org/eclipse/linuxtools/tmf/event/TmfEventType.java: Implement cloning
-       * src/org/eclipse/linuxtools/tmf/event/TmfTimestamp.java: Implement cloning
-       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java (updateIndex): Fixed timestamp cloning
-       * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java: Replaced lock.wait() by CountDownLatch
-       * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java (updateIndex): Fixed timestamp cloning
-
-2010-10-13  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/request/TmfRequestExecutor.java: Added checks for disposed widget 
-       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Added checks for disposed widget 
-       * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java: Added waitForStart() API 
-       * src/org/eclipse/linuxtools/tmf/event/TmfEventContent.java: Added setEvent() 
-       * src/org/eclipse/linuxtools/tmf/event/TmfTimeRange.java: Added getIntersection() 
-       * src/org/eclipse/linuxtools/tmf/event/TmfTimestamp.java: Improved timestamp comparison 
-
-2010-09-17  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java: Adjusted to new handleData() API 
-       * src/org/eclipse/linuxtools/tmf/component/TmfEventProvider.java: Adjusted to new handleData() API 
-       * src/org/eclipse/linuxtools/tmf/event/TmfEvent.java: Support for single event 
-       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Adjusted to new handleData() API  
-       * src/org/eclipse/linuxtools/tmf/request/ITmfDataRequest.java: Adjusted to new handleData() API  
-       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedDataRequest.java: Adjusted to new handleData() API  
-       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedEventRequest.java: Adjusted to new handleData() API  
-       * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java: Adjusted to new handleData() API 
-       * src/org/eclipse/linuxtools/tmf/request/TmfEventRequest.java: Adjusted to new handleData() API 
-
-2010-09-17  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java: Adjusted to new handleData() API 
-       * src/org/eclipse/linuxtools/tmf/component/TmfEventProvider.java: Adjusted to new handleData() API 
-       * src/org/eclipse/linuxtools/tmf/event/TmfEvent.java: Support for single event 
-       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Adjusted to new handleData() API  
-       * src/org/eclipse/linuxtools/tmf/request/ITmfDataRequest.java: Adjusted to new handleData() API  
-       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedDataRequest.java: Adjusted to new handleData() API  
-       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedEventRequest.java: Adjusted to new handleData() API  
-       * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java: Adjusted to new handleData() API 
-       * src/org/eclipse/linuxtools/tmf/request/TmfEventRequest.java: Adjusted to new handleData() API 
-
-2010-09-15  Francois Chouinard  <fchouinard@gmail.com>
-
-    * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Optimized TmfExperimentContext handling 
-       * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java: ExecutionType update
-       * src/org/eclipse/linuxtools/tmf/trace/TmfContext.java: ExecutionType update
-       * src/org/eclipse/linuxtools/tmf/request/TmfRequestExecutor.java: ExecutionType update
-       * src/org/eclipse/linuxtools/tmf/request/TmfEventRequest.java: ExecutionType update
-       * src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java: ExecutionType update
-       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedEventRequest.java: ExecutionType update
-       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedDataRequest.java: ExecutionType update
-       * src/org/eclipse/linuxtools/tmf/request/ITmfDataRequest.java: ExecutionType update
-       * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java: ExecutionType update
-       * src/org/eclipse/linuxtools/tmf/Tracer.java: ExecutionType update
-
-2010-09-09  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/request/TmfCoalescedEventRequest.java: Fix in handleData()
-       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Made class extendable
-
-2010-07-20  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java:
-               - Use a specific lock object (instead of this) for synchronization
-               - Fix executor exception when request comes in immediately after dispose
-       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java:
-               - Fix constructor ignoring index page size
-               - Update saved context on parse to avoid unnecessary seeks
-
-2010-07-19  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java: Some modifications to make the experiment more generic.
-
-2010-07-13  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java (.updateExperiment): Added check for empty experiment
-       * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java (.updateTraceData): Added check for empty trace
-
-2010-07-12  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/signal/TmfTraceClosedSignal.java: New file.
-       * src/org/eclipse/linuxtools/tmf/signal/TmfTraceOpenedSignal.java: New file.
-       * src/org/eclipse/linuxtools/tmf/signal/TmfTraceParserUpdatedSignal.java: New file.
-       * src/org/eclipse/linuxtools/tmf/signal/TmfTraceSelectedSignal.java: New file.
-       * META-INF/MANIFEST.MF: Added a dependency on org.eclipse.core.resources
-       * src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java (seekEvent): Commented out useless statements
-       * src/org/eclipse/linuxtools/tmf/trace/ITmfContext.java: Added a constant
-       * src/org/eclipse/linuxtools/tmf/trace/ITmfTrace.java: Added APIs
-       * src/org/eclipse/linuxtools/tmf/trace/TmfLocation.java: Added validation on location
-       * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java (getRank): Added
-       (indexTrace): Cleaned up warning
-       (queueLongRequest): Added background process handling
-
-2010-07-08  Francois Chouinard  <fchouinard@gmail.com>
-
-       * src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java (indexTrace): New method + renamed a constant
-
-2009-06-16  Andrew Overholt  <overholt@redhat.com>
-
-       * META-INF/MANIFEST.MF: Change provider from Ericsson to Eclipse.
\ No newline at end of file
+       * feature.properties: Fix license to be consistent with other tools.
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf/META-INF/MANIFEST.MF b/org.eclipse.linuxtools.tmf/META-INF/MANIFEST.MF
deleted file mode 100644 (file)
index b31597c..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name
-Bundle-SymbolicName: org.eclipse.linuxtools.tmf.core;singleton:=true
-Bundle-Version: 0.4.0.qualifier
-Bundle-Activator: org.eclipse.linuxtools.tmf.TmfCorePlugin
-Bundle-Vendor: %Bundle-Vendor
-Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
- org.eclipse.core.resources;bundle-version="3.7.100"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Bundle-ActivationPolicy: lazy
-Export-Package: org.eclipse.linuxtools.tmf,
- org.eclipse.linuxtools.tmf.component,
- org.eclipse.linuxtools.tmf.event,
- org.eclipse.linuxtools.tmf.experiment,
- org.eclipse.linuxtools.tmf.filter,
- org.eclipse.linuxtools.tmf.filter.model,
- org.eclipse.linuxtools.tmf.filter.xml,
- org.eclipse.linuxtools.tmf.io,
- org.eclipse.linuxtools.tmf.parser,
- org.eclipse.linuxtools.tmf.request,
- org.eclipse.linuxtools.tmf.signal,
- org.eclipse.linuxtools.tmf.trace,
- org.eclipse.linuxtools.tmf.uml2sd,
- org.eclipse.linuxtools.tmf.util
-Bundle-Localization: plugin
-Import-Package: org.eclipse.core.filesystem.provider
diff --git a/org.eclipse.linuxtools.tmf/about.html b/org.eclipse.linuxtools.tmf/about.html
deleted file mode 100644 (file)
index c258ef5..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-<p>June 5, 2006</p>    
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content.  Check the Redistributor's license that was 
-provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
-
-</body>
-</html>
\ No newline at end of file
index 00e586480bb1f0866509c417b817ba8a4277269c..39b0777e501376fc3d8bb932f7e275653a712a8e 100644 (file)
@@ -1,8 +1,4 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               plugin.xml,\
-               plugin.properties,\
-               about.html,\
-               .
-               
\ No newline at end of file
+bin.includes = feature.xml,\
+               epl-v10.html,\
+               feature.properties,\
+               license.html
diff --git a/org.eclipse.linuxtools.tmf/epl-v10.html b/org.eclipse.linuxtools.tmf/epl-v10.html
new file mode 100644 (file)
index 0000000..9321f40
--- /dev/null
@@ -0,0 +1,256 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"><head>
+
+
+
+
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Eclipse Public License - Version 1.0</title>
+
+<style type="text/css">
+  body {
+    size: 8.5in 11.0in;
+    margin: 0.25in 0.5in 0.25in 0.5in;
+    tab-interval: 0.5in;
+    }
+  p {          
+    margin-left: auto;
+    margin-top:  0.5em;
+    margin-bottom: 0.5em;
+    }
+  p.list {
+       margin-left: 0.5in;
+    margin-top:  0.05em;
+    margin-bottom: 0.05em;
+    }
+  </style></head><body lang="EN-US">
+
+<p align="center"><b>Eclipse Public License - v 1.0</b></p>
+
+<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
+DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
+AGREEMENT.</p>
+
+<p><b>1. DEFINITIONS</b></p>
+
+<p>"Contribution" means:</p>
+
+<p class="list">a) in the case of the initial Contributor, the initial
+code and documentation distributed under this Agreement, and</p>
+<p class="list">b) in the case of each subsequent Contributor:</p>
+<p class="list">i) changes to the Program, and</p>
+<p class="list">ii) additions to the Program;</p>
+<p class="list">where such changes and/or additions to the Program
+originate from and are distributed by that particular Contributor. A
+Contribution 'originates' from a Contributor if it was added to the
+Program by such Contributor itself or anyone acting on such
+Contributor's behalf. Contributions do not include additions to the
+Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii)
+are not derivative works of the Program.</p>
+
+<p>"Contributor" means any person or entity that distributes
+the Program.</p>
+
+<p>"Licensed Patents" mean patent claims licensable by a
+Contributor which are necessarily infringed by the use or sale of its
+Contribution alone or when combined with the Program.</p>
+
+<p>"Program" means the Contributions distributed in accordance
+with this Agreement.</p>
+
+<p>"Recipient" means anyone who receives the Program under
+this Agreement, including all Contributors.</p>
+
+<p><b>2. GRANT OF RIGHTS</b></p>
+
+<p class="list">a) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free copyright license to reproduce, prepare derivative works
+of, publicly display, publicly perform, distribute and sublicense the
+Contribution of such Contributor, if any, and such derivative works, in
+source code and object code form.</p>
+
+<p class="list">b) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free patent license under Licensed Patents to make, use, sell,
+offer to sell, import and otherwise transfer the Contribution of such
+Contributor, if any, in source code and object code form. This patent
+license shall apply to the combination of the Contribution and the
+Program if, at the time the Contribution is added by the Contributor,
+such addition of the Contribution causes such combination to be covered
+by the Licensed Patents. The patent license shall not apply to any other
+combinations which include the Contribution. No hardware per se is
+licensed hereunder.</p>
+
+<p class="list">c) Recipient understands that although each Contributor
+grants the licenses to its Contributions set forth herein, no assurances
+are provided by any Contributor that the Program does not infringe the
+patent or other intellectual property rights of any other entity. Each
+Contributor disclaims any liability to Recipient for claims brought by
+any other entity based on infringement of intellectual property rights
+or otherwise. As a condition to exercising the rights and licenses
+granted hereunder, each Recipient hereby assumes sole responsibility to
+secure any other intellectual property rights needed, if any. For
+example, if a third party patent license is required to allow Recipient
+to distribute the Program, it is Recipient's responsibility to acquire
+that license before distributing the Program.</p>
+
+<p class="list">d) Each Contributor represents that to its knowledge it
+has sufficient copyright rights in its Contribution, if any, to grant
+the copyright license set forth in this Agreement.</p>
+
+<p><b>3. REQUIREMENTS</b></p>
+
+<p>A Contributor may choose to distribute the Program in object code
+form under its own license agreement, provided that:</p>
+
+<p class="list">a) it complies with the terms and conditions of this
+Agreement; and</p>
+
+<p class="list">b) its license agreement:</p>
+
+<p class="list">i) effectively disclaims on behalf of all Contributors
+all warranties and conditions, express and implied, including warranties
+or conditions of title and non-infringement, and implied warranties or
+conditions of merchantability and fitness for a particular purpose;</p>
+
+<p class="list">ii) effectively excludes on behalf of all Contributors
+all liability for damages, including direct, indirect, special,
+incidental and consequential damages, such as lost profits;</p>
+
+<p class="list">iii) states that any provisions which differ from this
+Agreement are offered by that Contributor alone and not by any other
+party; and</p>
+
+<p class="list">iv) states that source code for the Program is available
+from such Contributor, and informs licensees how to obtain it in a
+reasonable manner on or through a medium customarily used for software
+exchange.</p>
+
+<p>When the Program is made available in source code form:</p>
+
+<p class="list">a) it must be made available under this Agreement; and</p>
+
+<p class="list">b) a copy of this Agreement must be included with each
+copy of the Program.</p>
+
+<p>Contributors may not remove or alter any copyright notices contained
+within the Program.</p>
+
+<p>Each Contributor must identify itself as the originator of its
+Contribution, if any, in a manner that reasonably allows subsequent
+Recipients to identify the originator of the Contribution.</p>
+
+<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
+
+<p>Commercial distributors of software may accept certain
+responsibilities with respect to end users, business partners and the
+like. While this license is intended to facilitate the commercial use of
+the Program, the Contributor who includes the Program in a commercial
+product offering should do so in a manner which does not create
+potential liability for other Contributors. Therefore, if a Contributor
+includes the Program in a commercial product offering, such Contributor
+("Commercial Contributor") hereby agrees to defend and
+indemnify every other Contributor ("Indemnified Contributor")
+against any losses, damages and costs (collectively "Losses")
+arising from claims, lawsuits and other legal actions brought by a third
+party against the Indemnified Contributor to the extent caused by the
+acts or omissions of such Commercial Contributor in connection with its
+distribution of the Program in a commercial product offering. The
+obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property infringement. In
+order to qualify, an Indemnified Contributor must: a) promptly notify
+the Commercial Contributor in writing of such claim, and b) allow the
+Commercial Contributor to control, and cooperate with the Commercial
+Contributor in, the defense and any related settlement negotiations. The
+Indemnified Contributor may participate in any such claim at its own
+expense.</p>
+
+<p>For example, a Contributor might include the Program in a commercial
+product offering, Product X. That Contributor is then a Commercial
+Contributor. If that Commercial Contributor then makes performance
+claims, or offers warranties related to Product X, those performance
+claims and warranties are such Commercial Contributor's responsibility
+alone. Under this section, the Commercial Contributor would have to
+defend claims against the other Contributors related to those
+performance claims and warranties, and if a court requires any other
+Contributor to pay any damages as a result, the Commercial Contributor
+must pay those damages.</p>
+
+<p><b>5. NO WARRANTY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
+PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
+OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
+ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
+OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
+responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its
+exercise of rights under this Agreement , including but not limited to
+the risks and costs of program errors, compliance with applicable laws,
+damage to or loss of data, programs or equipment, and unavailability or
+interruption of operations.</p>
+
+<p><b>6. DISCLAIMER OF LIABILITY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
+NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
+WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
+DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
+HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
+
+<p><b>7. GENERAL</b></p>
+
+<p>If any provision of this Agreement is invalid or unenforceable under
+applicable law, it shall not affect the validity or enforceability of
+the remainder of the terms of this Agreement, and without further action
+by the parties hereto, such provision shall be reformed to the minimum
+extent necessary to make such provision valid and enforceable.</p>
+
+<p>If Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the
+Program itself (excluding combinations of the Program with other
+software or hardware) infringes such Recipient's patent(s), then such
+Recipient's rights granted under Section 2(b) shall terminate as of the
+date such litigation is filed.</p>
+
+<p>All Recipient's rights under this Agreement shall terminate if it
+fails to comply with any of the material terms or conditions of this
+Agreement and does not cure such failure in a reasonable period of time
+after becoming aware of such noncompliance. If all Recipient's rights
+under this Agreement terminate, Recipient agrees to cease use and
+distribution of the Program as soon as reasonably practicable. However,
+Recipient's obligations under this Agreement and any licenses granted by
+Recipient relating to the Program shall continue and survive.</p>
+
+<p>Everyone is permitted to copy and distribute copies of this
+Agreement, but in order to avoid inconsistency the Agreement is
+copyrighted and may only be modified in the following manner. The
+Agreement Steward reserves the right to publish new versions (including
+revisions) of this Agreement from time to time. No one other than the
+Agreement Steward has the right to modify this Agreement. The Eclipse
+Foundation is the initial Agreement Steward. The Eclipse Foundation may
+assign the responsibility to serve as the Agreement Steward to a
+suitable separate entity. Each new version of the Agreement will be
+given a distinguishing version number. The Program (including
+Contributions) may always be distributed subject to the version of the
+Agreement under which it was received. In addition, after a new version
+of the Agreement is published, Contributor may elect to distribute the
+Program (including its Contributions) under the new version. Except as
+expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
+rights or licenses to the intellectual property of any Contributor under
+this Agreement, whether expressly, by implication, estoppel or
+otherwise. All rights in the Program not expressly granted under this
+Agreement are reserved.</p>
+
+<p>This Agreement is governed by the laws of the State of New York and
+the intellectual property laws of the United States of America. No party
+to this Agreement will bring a legal action under this Agreement more
+than one year after the cause of action arose. Each party waives its
+rights to a jury trial in any resulting litigation.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf/feature.properties b/org.eclipse.linuxtools.tmf/feature.properties
new file mode 100644 (file)
index 0000000..4cea2c3
--- /dev/null
@@ -0,0 +1,145 @@
+#*******************************************************************************
+# Copyright (c) 2008 Red Hat, Inc.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+#    Ericsson - initial API and implementation
+#********************************************************************************
+
+featureName=TMF - Tracing and Monitoring Framework (Incubation)
+
+description=TMF plugins.
+
+featureProvider=Eclipse Linux Tools
+
+copyright=Copyright 2009 Ericsson
+
+licenseURL=epl-v10.html
+
+license=\
+Eclipse Foundation Software User Agreement\n\
+February 1, 2011\n\
+\n\
+Usage Of Content\n\
+\n\
+THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
+OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
+USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
+AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
+NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU\n\
+AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
+AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
+OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE\n\
+TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
+OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
+BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
+\n\
+Applicable Licenses\n\
+\n\
+Unless otherwise indicated, all Content made available by the\n\
+Eclipse Foundation is provided to you under the terms and conditions of\n\
+the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
+provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+For purposes of the EPL, "Program" will mean the Content.\n\
+\n\
+Content includes, but is not limited to, source code, object code,\n\
+documentation and other files maintained in the Eclipse Foundation source code\n\
+repository ("Repository") in software modules ("Modules") and made available\n\
+as downloadable archives ("Downloads").\n\
+\n\
+       - Content may be structured and packaged into modules to facilitate delivering,\n\
+         extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
+         plug-in fragments ("Fragments"), and features ("Features").\n\
+       - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
+         in a directory named "plugins".\n\
+       - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
+         Each Feature may be packaged as a sub-directory in a directory named "features".\n\
+         Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
+         numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
+       - Features may also include other Features ("Included Features"). Within a Feature, files\n\
+         named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
+\n\
+The terms and conditions governing Plug-ins and Fragments should be\n\
+contained in files named "about.html" ("Abouts"). The terms and\n\
+conditions governing Features and Included Features should be contained\n\
+in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
+Licenses may be located in any directory of a Download or Module\n\
+including, but not limited to the following locations:\n\
+\n\
+       - The top-level (root) directory\n\
+       - Plug-in and Fragment directories\n\
+       - Inside Plug-ins and Fragments packaged as JARs\n\
+       - Sub-directories of the directory named "src" of certain Plug-ins\n\
+       - Feature directories\n\
+\n\
+Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
+Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
+Update License") during the installation process. If the Feature contains\n\
+Included Features, the Feature Update License should either provide you\n\
+with the terms and conditions governing the Included Features or inform\n\
+you where you can locate them. Feature Update Licenses may be found in\n\
+the "license" property of files named "feature.properties" found within a Feature.\n\
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
+terms and conditions (or references to such terms and conditions) that\n\
+govern your use of the associated Content in that directory.\n\
+\n\
+THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
+TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
+SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
+\n\
+       - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\
+       - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
+       - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
+       - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
+       - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
+       - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
+\n\
+IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
+TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
+is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
+govern that particular Content.\n\
+\n\
+\n\Use of Provisioning Technology\n\
+\n\
+The Eclipse Foundation makes available provisioning software, examples of which include,\n\
+but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
+the purpose of allowing users to install software, documentation, information and/or\n\
+other materials (collectively "Installable Software"). This capability is provided with\n\
+the intent of allowing such users to install, extend and update Eclipse-based products.\n\
+Information about packaging Installable Software is available at\n\
+http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
+\n\
+You may use Provisioning Technology to allow other parties to install Installable Software.\n\
+You shall be responsible for enabling the applicable license agreements relating to the\n\
+Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
+in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
+making it available in accordance with the Specification, you further acknowledge your\n\
+agreement to, and the acquisition of all necessary rights to permit the following:\n\
+\n\
+       1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
+          the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
+          extending or updating the functionality of an Eclipse-based product.\n\
+       2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
+          Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
+       3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
+          govern the use of the Installable Software ("Installable Software Agreement") and such\n\
+          Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
+          with the Specification. Such Installable Software Agreement must inform the user of the\n\
+          terms and conditions that govern the Installable Software and must solicit acceptance by\n\
+          the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
+          indication of agreement by the user, the provisioning Technology will complete installation\n\
+          of the Installable Software.\n\
+\n\
+Cryptography\n\
+\n\
+Content may contain encryption software. The country in which you are\n\
+currently may have restrictions on the import, possession, and use,\n\
+and/or re-export to another country, of encryption software. BEFORE\n\
+using any encryption software, please check the country's laws,\n\
+regulations and policies concerning the import, possession, or use, and\n\
+re-export of encryption software, to see if this is permitted.\n\
+\n\
+Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf/feature.xml b/org.eclipse.linuxtools.tmf/feature.xml
new file mode 100644 (file)
index 0000000..c6c52ad
--- /dev/null
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.eclipse.linuxtools.tmf"
+      label="%featureName"
+      version="0.4.0.qualifier"
+      provider-name="%featureProvider">
+
+   <description>
+      %description
+   </description>
+
+   <copyright>
+      %copyright
+   </copyright>
+
+   <license url="%licenseURL">
+      %license
+   </license>
+
+   <url>
+      <update label="Linux Tools Update Site" url="http://download.eclipse.org/technology/linuxtools/update"/>
+   </url>
+
+   <requires>
+      <import plugin="org.eclipse.ui"/>
+      <import plugin="org.eclipse.core.runtime" version="3.7.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.core.resources" version="3.7.100" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.linuxtools.tmf.core" version="0.3.2" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.ui.ide" version="3.7.0" match="greaterOrEqual"/>
+   </requires>
+
+   <plugin
+         id="org.eclipse.linuxtools.tmf.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.linuxtools.tmf.ui"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>
diff --git a/org.eclipse.linuxtools.tmf/license.html b/org.eclipse.linuxtools.tmf/license.html
new file mode 100644 (file)
index 0000000..6e579a5
--- /dev/null
@@ -0,0 +1,164 @@
+<!--?xml version="1.0" encoding="ISO-8859-1" ?-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"><head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Eclipse Foundation Software User Agreement</title>
+</head>
+
+<body lang="EN-US">
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>February 1, 2011</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+   (COLLECTIVELY "CONTENT").  USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+   CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+   OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+   NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+   CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse
+ Foundation is provided to you under the terms and conditions of the 
+Eclipse Public License Version 1.0
+   ("EPL").  A copy of the EPL is provided with this Content and is also
+ available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+   For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code, 
+documentation and other files maintained in the Eclipse Foundation 
+source code
+   repository ("Repository") in software modules ("Modules") and made 
+available as downloadable archives ("Downloads").</p>
+
+<ul>
+       <li>Content may be structured and packaged into modules to 
+facilitate delivering, extending, and upgrading the Content.  Typical 
+modules may include plug-ins ("Plug-ins"), plug-in fragments 
+("Fragments"), and features ("Features").</li>
+       <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&#8482; ARchive) in a directory named "plugins".</li>
+       <li>A Feature is a bundle of one or more Plug-ins and/or 
+Fragments and associated material.  Each Feature may be packaged as a 
+sub-directory in a directory named "features".  Within a Feature, files 
+named "feature.xml" may contain a list of the names and version numbers 
+of the Plug-ins
+      and/or Fragments associated with that Feature.</li>
+       <li>Features may also include other Features ("Included 
+Features"). Within a Feature, files named "feature.xml" may contain a 
+list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be 
+contained in files named "about.html" ("Abouts"). The terms and 
+conditions governing Features and
+Included Features should be contained in files named "license.html" 
+("Feature Licenses").  Abouts and Feature Licenses may be located in any
+ directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+       <li>The top-level (root) directory</li>
+       <li>Plug-in and Fragment directories</li>
+       <li>Inside Plug-ins and Fragments packaged as JARs</li>
+       <li>Sub-directories of the directory named "src" of certain Plug-ins</li>
+       <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is 
+installed using the Provisioning Technology (as defined below), you must
+ agree to a license ("Feature Update License") during the
+installation process.  If the Feature contains Included Features, the 
+Feature Update License should either provide you with the terms and 
+conditions governing the Included Features or
+inform you where you can locate them.  Feature Update Licenses may be 
+found in the "license" property of files named "feature.properties" 
+found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the 
+terms and conditions (or references to such terms and conditions) that 
+govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER 
+TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.
+  SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+       <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
+       <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+       <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+       <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+       <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
+       <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND 
+CONDITIONS PRIOR TO USE OF THE CONTENT.  If no About, Feature License, 
+or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions 
+govern that particular Content.</p>
+
+
+<h3>Use of Provisioning Technology</h3>
+
+<p>The Eclipse Foundation makes available provisioning software, 
+examples of which include, but are not limited to, p2 and the Eclipse
+   Update Manager ("Provisioning Technology") for the purpose of 
+allowing users to install software, documentation, information and/or
+   other materials (collectively "Installable Software"). This 
+capability is provided with the intent of allowing such users to
+   install, extend and update Eclipse-based products. Information about 
+packaging Installable Software is available at <a href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
+   ("Specification").</p>
+
+<p>You may use Provisioning Technology to allow other parties to install
+ Installable Software. You shall be responsible for enabling the
+   applicable license agreements relating to the Installable Software to
+ be presented to, and accepted by, the users of the Provisioning 
+Technology
+   in accordance with the Specification. By using Provisioning 
+Technology in such a manner and making it available in accordance with 
+the
+   Specification, you further acknowledge your agreement to, and the 
+acquisition of all necessary rights to permit the following:</p>
+
+<ol>
+       <li>A series of actions may occur ("Provisioning Process") in 
+which a user may execute the Provisioning Technology
+       on a machine ("Target Machine") with the intent of installing, 
+extending or updating the functionality of an Eclipse-based
+       product.</li>
+       <li>During the Provisioning Process, the Provisioning Technology 
+may cause third party Installable Software or a portion thereof to be
+       accessed and copied to the Target Machine.</li>
+       <li>Pursuant to the Specification, you will provide to the user 
+the terms and conditions that govern the use of the Installable
+       Software ("Installable Software Agreement") and such Installable 
+Software Agreement shall be accessed from the Target
+       Machine in accordance with the Specification. Such Installable 
+Software Agreement must inform the user of the terms and conditions that
+ govern
+       the Installable Software and must solicit acceptance by the end 
+user in the manner prescribed in such Installable Software Agreement. 
+Upon such
+       indication of agreement by the user, the provisioning Technology 
+will complete installation of the Installable Software.</li>
+</ol>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are
+ currently may have restrictions on the import, possession, and use, 
+and/or re-export to
+   another country, of encryption software. BEFORE using any encryption 
+software, please check the country's laws, regulations and policies 
+concerning the import,
+   possession, or use, and re-export of encryption software, to see if 
+this is permitted.</p>
+
+<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
+
+
+</body></html>
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf/plugin.properties b/org.eclipse.linuxtools.tmf/plugin.properties
deleted file mode 100644 (file)
index d1662a8..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#Properties file for org.eclipse.linuxtools.tmf
-Bundle-Vendor = Eclipse Linux Tools
-Bundle-Name = TMF Core
diff --git a/org.eclipse.linuxtools.tmf/plugin.xml b/org.eclipse.linuxtools.tmf/plugin.xml
deleted file mode 100644 (file)
index f4c52fd..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
-   <extension-point id="org.eclipse.linuxtools.tmf.tracetype" name="TMF Trace Type" schema="schema/org.eclipse.linuxtools.tmf.tracetype.exsd"/>
-</plugin>
index b8fcf4084f4c9ccfa487757b9bcd1ee7ceda332b..fea4e7cd0ab8b855fa5435f6ac89ec5ce7e00e2b 100644 (file)
     <version>0.10.0-SNAPSHOT</version>
   </parent>
 
-  <artifactId>org.eclipse.linuxtools.tmf.core</artifactId>
+  <artifactId>org.eclipse.linuxtools.tmf</artifactId>
   <version>0.4.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
+  <packaging>eclipse-feature</packaging>
 
-  <name>Linux Tools LTTng TMF Core Plug-in</name>
+  <name>Linux Tools LTTng TMF (Tracing and Monitoring Framework)</name>
 
- <build>
-     <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
-     <resources>
-      <resource>
-        <directory>src</directory>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
- <groupId>org.eclipse.linuxtools.tmf</groupId>
+  <groupId>org.eclipse.linuxtools.tmf</groupId>
 </project>
diff --git a/org.eclipse.linuxtools.tmf/schema/org.eclipse.linuxtools.tmf.tracetype.exsd b/org.eclipse.linuxtools.tmf/schema/org.eclipse.linuxtools.tmf.tracetype.exsd
deleted file mode 100644 (file)
index 36d8429..0000000
+++ /dev/null
@@ -1,211 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.linuxtools.tmf" xmlns="http://www.w3.org/2001/XMLSchema">
-<annotation>
-      <appinfo>
-         <meta.schema plugin="org.eclipse.linuxtools.tmf" id="org.eclipse.linuxtools.tmf.tracetype" name="TMF Trace Type"/>
-      </appinfo>
-      <documentation>
-         This extension point is used to contribute new trace types to the generic components of the TMF framework.
-      </documentation>
-   </annotation>
-
-   <element name="extension">
-      <annotation>
-         <appinfo>
-            <meta.element />
-         </appinfo>
-      </annotation>
-      <complexType>
-         <choice minOccurs="0" maxOccurs="unbounded">
-            <element ref="category"/>
-            <element ref="type"/>
-         </choice>
-         <attribute name="point" type="string" use="required">
-            <annotation>
-               <documentation>
-                  a fully qualified identifier of the target extension point
-               </documentation>
-            </annotation>
-         </attribute>
-         <attribute name="id" type="string">
-            <annotation>
-               <documentation>
-                  an optional identifier of the extension instance
-               </documentation>
-            </annotation>
-         </attribute>
-         <attribute name="name" type="string">
-            <annotation>
-               <documentation>
-                  an optional name of the extension instance
-               </documentation>
-               <appinfo>
-                  <meta.attribute translatable="true"/>
-               </appinfo>
-            </annotation>
-         </attribute>
-      </complexType>
-   </element>
-
-   <element name="category">
-      <complexType>
-         <attribute name="id" type="string" use="required">
-            <annotation>
-               <documentation>
-                  a unique name that will be used to identify this category
-               </documentation>
-            </annotation>
-         </attribute>
-         <attribute name="name" type="string" use="required">
-            <annotation>
-               <documentation>
-                  a translatable name that will be used in the UI for this category
-               </documentation>
-            </annotation>
-         </attribute>
-      </complexType>
-   </element>
-
-   <element name="type">
-      <complexType>
-         <sequence>
-            <element ref="defaultEditor" minOccurs="0" maxOccurs="1"/>
-            <element ref="eventsTableType" minOccurs="0" maxOccurs="1"/>
-         </sequence>
-         <attribute name="id" type="string" use="required">
-            <annotation>
-               <documentation>
-                  The unique ID that identifies this trace type.
-               </documentation>
-            </annotation>
-         </attribute>
-         <attribute name="name" type="string" use="required">
-            <annotation>
-               <documentation>
-                  The type name as it is displayed to the end user.
-               </documentation>
-            </annotation>
-         </attribute>
-         <attribute name="category" type="string">
-            <annotation>
-               <documentation>
-                  an optional attribute that is composed of the category ID. The referenced category must be declared in a corresponding category element.
-               </documentation>
-               <appinfo>
-                  <meta.attribute kind="identifier" basedOn="org.eclipse.linuxtools.tmf.tracetype/category/@id"/>
-               </appinfo>
-            </annotation>
-         </attribute>
-         <attribute name="trace_type" type="string" use="required">
-            <annotation>
-               <documentation>
-                  The fully qualified name of a class that implements the &lt;samp&gt;ITmfTrace&lt;/samp&gt; interface.
-               </documentation>
-               <appinfo>
-                  <meta.attribute kind="java" basedOn=":org.eclipse.linuxtools.tmf.trace.ITmfTrace"/>
-               </appinfo>
-            </annotation>
-         </attribute>
-         <attribute name="event_type" type="string" use="required">
-            <annotation>
-               <documentation>
-                  The fully qualified name of a class that extends &lt;samp&gt;TmfEvent&lt;/samp&gt; .
-               </documentation>
-               <appinfo>
-                  <meta.attribute kind="java" basedOn="org.eclipse.linuxtools.tmf.event.TmfEvent:"/>
-               </appinfo>
-            </annotation>
-         </attribute>
-         <attribute name="icon" type="string">
-            <annotation>
-               <documentation>
-                  The icon associated to the trace type.
-               </documentation>
-               <appinfo>
-                  <meta.attribute kind="resource"/>
-               </appinfo>
-            </annotation>
-         </attribute>
-      </complexType>
-   </element>
-
-   <element name="defaultEditor">
-      <annotation>
-         <documentation>
-            The default editor to use for this trace type.
-If omitted, the trace will open in the Events view.
-         </documentation>
-      </annotation>
-      <complexType>
-         <attribute name="id" type="string" use="default" value="org.eclipse.linuxtools.tmf.ui.editors.events">
-            <annotation>
-               <documentation>
-                  The id of the editor to use for this trace type.
-If empty, the trace will open in the Events view.
-               </documentation>
-            </annotation>
-         </attribute>
-      </complexType>
-   </element>
-
-   <element name="eventsTableType">
-      <annotation>
-         <documentation>
-            The events table to use for this trace type.
-If omitted, the default events table will be used.
-         </documentation>
-      </annotation>
-      <complexType>
-         <attribute name="class" type="string" use="default" value="org.eclipse.linuxtools.tmf.ui.viewers.events.TmfEventsTable">
-            <annotation>
-               <documentation>
-                  The fully qualified name of a class that extends &lt;samp&gt;TmfEventsTable&lt;/samp&gt; .
-If empty, the default events table will be used.
-               </documentation>
-               <appinfo>
-                  <meta.attribute kind="java" basedOn="org.eclipse.linuxtools.tmf.ui.viewers.events.TmfEventsTable:"/>
-               </appinfo>
-            </annotation>
-         </attribute>
-      </complexType>
-   </element>
-
-   <annotation>
-      <appinfo>
-         <meta.section type="since"/>
-      </appinfo>
-      <documentation>
-         0.9
-      </documentation>
-   </annotation>
-
-   <annotation>
-      <appinfo>
-         <meta.section type="examples"/>
-      </appinfo>
-      <documentation>
-         [Enter extension point usage example here.]
-      </documentation>
-   </annotation>
-
-   <annotation>
-      <appinfo>
-         <meta.section type="apiinfo"/>
-      </appinfo>
-      <documentation>
-         [Enter API information here.]
-      </documentation>
-   </annotation>
-
-   <annotation>
-      <appinfo>
-         <meta.section type="implementation"/>
-      </appinfo>
-      <documentation>
-         [Enter information about supplied implementation of this extension point.]
-      </documentation>
-   </annotation>
-
-
-</schema>
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/TmfCorePlugin.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/TmfCorePlugin.java
deleted file mode 100644 (file)
index 949ac5b..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010, 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf;
-
-import org.eclipse.core.runtime.Plugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * <b><u>TmfCorePlugin</u></b>
- * <p>
- * The activator class controls the plug-in life cycle. No more than one such
- * plug-in can exist at any time.
- */
-public class TmfCorePlugin extends Plugin {
-
-       // ------------------------------------------------------------------------
-    // Attributes
-       // ------------------------------------------------------------------------
-
-       // The plug-in ID
-       public static final String PLUGIN_ID = "org.eclipse.linuxtools.tmf"; //$NON-NLS-1$
-
-       // The shared instance
-       private static TmfCorePlugin fPlugin;
-       
-       // ------------------------------------------------------------------------
-    // Constructors
-       // ------------------------------------------------------------------------
-
-       public TmfCorePlugin() {
-               setDefault(this);
-       }
-
-       // ------------------------------------------------------------------------
-    // Accessors
-       // ------------------------------------------------------------------------
-
-    public static TmfCorePlugin getDefault() {
-        return fPlugin;
-    }
-
-       private static void setDefault(TmfCorePlugin plugin) {
-               fPlugin = plugin;
-       }
-
-       // ------------------------------------------------------------------------
-    // Plugin
-       // ------------------------------------------------------------------------
-
-       @Override
-       public void start(BundleContext context) throws Exception {
-               super.start(context);
-               setDefault(this);
-               Tracer.init();
-       }
-
-       @Override
-       public void stop(BundleContext context) throws Exception {
-               Tracer.stop();
-               setDefault(null);
-               super.stop(context);
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/TmfProjectNature.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/TmfProjectNature.java
deleted file mode 100644 (file)
index d219c1a..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf;
-
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.resources.IProjectNature;
-import org.eclipse.core.runtime.CoreException;
-
-/**
- * <b><u>TmfProjectNature</u></b>
- * <p>
- * This is really a marker for the tracing projects.
- */
-public class TmfProjectNature implements IProjectNature {
-
-       public static final String ID = "org.eclipse.linuxtools.tmf.project.nature"; //$NON-NLS-1$
-
-       private IProject fProject;
-       
-       @Override
-       public void configure() throws CoreException {
-       }
-
-       @Override
-       public void deconfigure() throws CoreException {
-       }
-
-       @Override
-       public IProject getProject() {
-               return fProject;
-       }
-
-       @Override
-       public void setProject(IProject project) {
-               fProject = project;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/Tracer.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/Tracer.java
deleted file mode 100644 (file)
index bf86f2f..0000000
+++ /dev/null
@@ -1,190 +0,0 @@
-package org.eclipse.linuxtools.tmf;\r
-\r
-import java.io.BufferedWriter;\r
-import java.io.FileWriter;\r
-import java.io.IOException;\r
-\r
-import org.eclipse.core.runtime.Platform;\r
-import org.eclipse.linuxtools.tmf.component.ITmfComponent;\r
-import org.eclipse.linuxtools.tmf.component.ITmfDataProvider;\r
-import org.eclipse.linuxtools.tmf.event.TmfData;\r
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;\r
-import org.eclipse.linuxtools.tmf.request.ITmfEventRequest;\r
-import org.eclipse.linuxtools.tmf.signal.TmfSignal;\r
-\r
-@SuppressWarnings("nls")\r
-public class Tracer {\r
-\r
-    private static String pluginID = TmfCorePlugin.PLUGIN_ID;\r
-\r
-    static Boolean ERROR = Boolean.FALSE;\r
-    static Boolean WARNING = Boolean.FALSE;\r
-    static Boolean INFO = Boolean.FALSE;\r
-\r
-    static Boolean COMPONENT = Boolean.FALSE;\r
-    static Boolean REQUEST = Boolean.FALSE;\r
-    static Boolean SIGNAL = Boolean.FALSE;\r
-    static Boolean EVENT = Boolean.FALSE;\r
-\r
-    private static String LOGNAME = "trace.log";\r
-    private static BufferedWriter fTraceLog = null;\r
-\r
-    private static BufferedWriter openLogFile(String filename) {\r
-        BufferedWriter outfile = null;\r
-        try {\r
-            outfile = new BufferedWriter(new FileWriter(filename));\r
-        } catch (IOException e) {\r
-            e.printStackTrace();\r
-        }\r
-        return outfile;\r
-    }\r
-\r
-    public static void init() {\r
-\r
-        String traceKey;\r
-        boolean isTracing = false;\r
-\r
-        traceKey = Platform.getDebugOption(pluginID + "/error");\r
-        if (traceKey != null) {\r
-            ERROR = (Boolean.valueOf(traceKey)).booleanValue();\r
-            isTracing |= ERROR;\r
-        }\r
-\r
-        traceKey = Platform.getDebugOption(pluginID + "/warning");\r
-        if (traceKey != null) {\r
-            WARNING = (Boolean.valueOf(traceKey)).booleanValue();\r
-            isTracing |= WARNING;\r
-        }\r
-\r
-        traceKey = Platform.getDebugOption(pluginID + "/info");\r
-        if (traceKey != null) {\r
-            INFO = (Boolean.valueOf(traceKey)).booleanValue();\r
-            isTracing |= INFO;\r
-        }\r
-\r
-        traceKey = Platform.getDebugOption(pluginID + "/component");\r
-        if (traceKey != null) {\r
-            COMPONENT = (Boolean.valueOf(traceKey)).booleanValue();\r
-            isTracing |= COMPONENT;\r
-        }\r
-\r
-        traceKey = Platform.getDebugOption(pluginID + "/request");\r
-        if (traceKey != null) {\r
-            REQUEST = (Boolean.valueOf(traceKey)).booleanValue();\r
-            isTracing |= REQUEST;\r
-        }\r
-\r
-        traceKey = Platform.getDebugOption(pluginID + "/signal");\r
-        if (traceKey != null) {\r
-            SIGNAL = (Boolean.valueOf(traceKey)).booleanValue();\r
-            isTracing |= SIGNAL;\r
-        }\r
-\r
-        traceKey = Platform.getDebugOption(pluginID + "/event");\r
-        if (traceKey != null) {\r
-            EVENT = (Boolean.valueOf(traceKey)).booleanValue();\r
-            isTracing |= EVENT;\r
-        }\r
-\r
-        // Create trace log file if needed\r
-        if (isTracing) {\r
-            fTraceLog = openLogFile(LOGNAME);\r
-        }\r
-    }\r
-\r
-    public static void stop() {\r
-        if (fTraceLog == null)\r
-            return;\r
-\r
-        try {\r
-            fTraceLog.close();\r
-            fTraceLog = null;\r
-        } catch (IOException e) {\r
-            e.printStackTrace();\r
-        }\r
-    }\r
-\r
-    // Predicates\r
-    public static boolean isErrorTraced() {\r
-        return ERROR;\r
-    }\r
-\r
-    public static boolean isComponentTraced() {\r
-        return COMPONENT;\r
-    }\r
-\r
-    public static boolean isRequestTraced() {\r
-        return REQUEST;\r
-    }\r
-\r
-    public static boolean isSignalTraced() {\r
-        return SIGNAL;\r
-    }\r
-\r
-    public static boolean isEventTraced() {\r
-        return EVENT;\r
-    }\r
-\r
-    // Tracers\r
-    public static void trace(String msg) {\r
-        long currentTime = System.currentTimeMillis();\r
-        StringBuilder message = new StringBuilder("[");\r
-        message.append(currentTime / 1000);\r
-        message.append(".");\r
-        message.append(String.format("%1$03d", currentTime % 1000));\r
-        message.append("] ");\r
-        message.append(msg);\r
-//             System.out.println(message);\r
-\r
-        if (fTraceLog != null) {\r
-            try {\r
-                fTraceLog.write(message.toString());\r
-                fTraceLog.newLine();\r
-                fTraceLog.flush();\r
-            } catch (IOException e) {\r
-                e.printStackTrace();\r
-            }\r
-        }\r
-    }\r
-\r
-    public static void traceComponent(ITmfComponent component, String msg) {\r
-        String message = ("[CMP] Thread=" + Thread.currentThread().getId() + " Cmp=" + component.getName() + " " + msg);\r
-        trace(message);\r
-    }\r
-\r
-    public static void traceRequest(ITmfDataRequest<?> request, String msg) {\r
-        String message = ("[REQ] Req=" + request.getRequestId()\r
-                + (request.getExecType() == ITmfDataRequest.ExecutionType.BACKGROUND ? " (BG)" : " (FG)") + " Thread="\r
-                + Thread.currentThread().getId() + " Type=" + simpleType(request.getClass().getName()) + " Index="\r
-                + request.getIndex() + " NbReq=" + request.getNbRequested()\r
-                + (request instanceof ITmfEventRequest ? " Range=" + ((ITmfEventRequest<?>) request).getRange() : "")\r
-                + " DataType=" + request.getDataType().getSimpleName() + " " + msg);\r
-        trace(message);\r
-    }\r
-\r
-    private static String simpleType(String type) {\r
-        return type.substring(type.lastIndexOf('.') + 1);\r
-    }\r
-\r
-    public static void traceSignal(TmfSignal signal, String msg) {\r
-        String message = ("[SIG] Type=" + signal.getClass().getSimpleName() + " Target=" + msg);\r
-        trace(message);\r
-    }\r
-\r
-    public static void traceEvent(ITmfDataProvider<?> provider, ITmfDataRequest<?> request, TmfData data) {\r
-        String message = ("[EVT] Provider=" + provider.toString() + ", Req=" + request.getRequestId() + ", Event=" + data\r
-                .toString());\r
-        trace(message);\r
-    }\r
-\r
-    public static void traceError(String msg) {\r
-        String message = ("[ERR] Thread=" + Thread.currentThread().getId() + " " + msg);\r
-        trace(message);\r
-    }\r
-\r
-    public static void traceInfo(String msg) {\r
-        String message = ("[INF] Thread=" + Thread.currentThread().getId() + " " + msg);\r
-        trace(message);\r
-    }\r
-\r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/ITmfComponent.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/ITmfComponent.java
deleted file mode 100644 (file)
index b82ad6d..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.component;
-
-import org.eclipse.linuxtools.tmf.signal.TmfSignal;
-
-/**
- * <b><u>ITmfComponent</u></b>
- * <p>
- * This is the basic interface of all the TMF components.
- * <p>
- *  Currently, it only addresses the inter-component signaling.
- */
-public interface ITmfComponent {
-
-       /**
-        * Get the component ID
-        */
-       public String getName();
-
-       /**
-        * Dispose of the component
-        */
-       public void dispose();
-
-       /**
-        * Broadcast a signal to all the interested listeners.
-        * 
-        * @param signal
-        */
-       public void broadcast(TmfSignal signal);
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/ITmfDataProvider.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/ITmfDataProvider.java
deleted file mode 100644 (file)
index ab88ab5..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.component;
-
-import org.eclipse.linuxtools.tmf.event.TmfData;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-
-/**
- * <b><u>ITmfDataRequest</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public interface ITmfDataProvider<T extends TmfData> {
-
-    /**
-     * Queues the request for processing.
-     * 
-     * If the request can't be serviced, it will fail (i.e. isFailed() will be set).
-     * 
-        * @param request The request to process
-        */
-       public void sendRequest(ITmfDataRequest<T> request);
-       public void fireRequest();
-       public void notifyPendingRequest(boolean isIncrement);
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/TmfComponent.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/TmfComponent.java
deleted file mode 100644 (file)
index 62d863f..0000000
+++ /dev/null
@@ -1,82 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.component;
-
-import org.eclipse.linuxtools.tmf.signal.TmfSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalManager;
-
-/**
- * <b><u>TmfComponent</u></b>
- * <p>
- * This is the base class of the TMF components.
- * <p>
- *  Currently, it only addresses the inter-component signaling.
- */
-public abstract class TmfComponent implements ITmfComponent {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-       private String fName;
-       
-       // ------------------------------------------------------------------------
-       // Constructor
-       // ------------------------------------------------------------------------
-
-    public TmfComponent() {
-           this(""); //$NON-NLS-1$
-    }
-
-    public void init(String name) {
-        fName = name;
-        TmfSignalManager.register(this);
-    }
-
-       public TmfComponent(String name) {
-               init(name);
-       }
-       
-       public TmfComponent(TmfComponent other) {
-        init(other.fName);
-       }
-       
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-       protected void setName(String name) {
-               fName = name;
-       }
-
-       // ------------------------------------------------------------------------
-       // ITmfComponent
-       // ------------------------------------------------------------------------
-
-       @Override
-       public String getName() {
-               return fName;
-       }
-
-       @Override
-       public void dispose() {
-               TmfSignalManager.deregister(this);
-//             if (Tracer.isComponentTraced()) Tracer.traceComponent(this, "terminated");
-       }
-
-       @Override
-       public void broadcast(TmfSignal signal) {
-               TmfSignalManager.dispatchSignal(signal);
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/TmfDataProvider.java
deleted file mode 100644 (file)
index 4d476e9..0000000
+++ /dev/null
@@ -1,418 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.component;
-
-import java.util.Vector;
-import java.util.concurrent.BlockingQueue;
-import java.util.concurrent.LinkedBlockingQueue;
-import java.util.concurrent.SynchronousQueue;
-
-import org.eclipse.linuxtools.tmf.Tracer;
-import org.eclipse.linuxtools.tmf.event.TmfData;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest.ExecutionType;
-import org.eclipse.linuxtools.tmf.request.TmfCoalescedDataRequest;
-import org.eclipse.linuxtools.tmf.request.TmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.TmfRequestExecutor;
-import org.eclipse.linuxtools.tmf.signal.TmfEndSynchSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
-import org.eclipse.linuxtools.tmf.signal.TmfStartSynchSignal;
-import org.eclipse.linuxtools.tmf.trace.ITmfContext;
-
-/**
- * <b><u>TmfProvider</u></b>
- * <p>
- * The TmfProvider<T> is a provider for a data of type <T>.
- * <p>
- * This abstract class implements the housekeeking methods to register/ deregister the event provider and to handle
- * generically the event requests.
- * <p>
- * The concrete class can either re-implement processRequest() entirely or just implement the hooks (initializeContext()
- * and getNext()).
- * <p>
- * TODO: Add support for providing multiple data types.
- */
-public abstract class TmfDataProvider<T extends TmfData> extends TmfComponent implements ITmfDataProvider<T> {
-
-    // ------------------------------------------------------------------------
-    // Constants
-    // ------------------------------------------------------------------------
-
-    public static final int DEFAULT_BLOCK_SIZE = 50000;
-    public static final int DEFAULT_QUEUE_SIZE = 1000;
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-    protected Class<T> fType;
-    protected boolean fLogData;
-    protected boolean fLogError;
-
-    protected int fQueueSize = DEFAULT_QUEUE_SIZE;
-    protected BlockingQueue<T> fDataQueue;
-    protected TmfRequestExecutor fExecutor;
-
-    private int fSignalDepth = 0;
-    private final Object fLock = new Object();
-
-    private int fRequestPendingCounter = 0;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    public TmfDataProvider() {
-        super();
-        fQueueSize = DEFAULT_QUEUE_SIZE;
-        fDataQueue = new LinkedBlockingQueue<T>(fQueueSize);
-        fExecutor = new TmfRequestExecutor();
-    }
-
-    public void init(String name, Class<T> dataType) {
-        super.init(name);
-        fType = dataType;
-        fDataQueue = (fQueueSize > 1) ? new LinkedBlockingQueue<T>(fQueueSize) : new SynchronousQueue<T>();
-
-        fExecutor = new TmfRequestExecutor();
-        fSignalDepth = 0;
-
-        fLogData = Tracer.isEventTraced();
-        fLogError = Tracer.isErrorTraced();
-
-        TmfProviderManager.register(fType, this);
-    }
-
-    protected TmfDataProvider(String name, Class<T> type, int queueSize) {
-        this();
-        fQueueSize = queueSize;
-        init(name, type);
-    }
-
-    public TmfDataProvider(TmfDataProvider<T> other) {
-        this();
-        init(other.getName(), other.fType);
-    }
-
-    public TmfDataProvider(String name, Class<T> type) {
-        this(name, type, DEFAULT_QUEUE_SIZE);
-    }
-
-    @Override
-    public void dispose() {
-        TmfProviderManager.deregister(fType, this);
-        fExecutor.stop();
-        super.dispose();
-        // if (Tracer.isComponentTraced()) Tracer.traceComponent(this, "stopped");
-    }
-
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-    public int getQueueSize() {
-        return fQueueSize;
-    }
-
-    public Class<?> getType() {
-        return fType;
-    }
-
-    // ------------------------------------------------------------------------
-    // ITmfRequestHandler
-    // ------------------------------------------------------------------------
-
-    @Override
-    public void sendRequest(final ITmfDataRequest<T> request) {
-        synchronized (fLock) {
-            if (fSignalDepth > 0) {
-                coalesceDataRequest(request);
-            } else {
-                dispatchRequest(request);
-            }
-        }
-    }
-
-    /**
-     * This method queues the coalesced requests.
-     * 
-     * @param thread
-     */
-    @Override
-    public void fireRequest() {
-        synchronized (fLock) {
-            if (fRequestPendingCounter > 0) {
-                return;
-            }
-            if (fPendingCoalescedRequests.size() > 0) {
-                for (TmfDataRequest<T> request : fPendingCoalescedRequests) {
-                    dispatchRequest(request);
-                }
-                fPendingCoalescedRequests.clear();
-            }
-        }
-    }
-
-    /**
-     * Increments/decrements the pending requests counters and fires the request if necessary (counter == 0). Used for
-     * coalescing requests accross multiple TmfDataProvider.
-     * 
-     * @param isIncrement
-     */
-    @Override
-    public void notifyPendingRequest(boolean isIncrement) {
-        synchronized (fLock) {
-            if (isIncrement) {
-                if (fSignalDepth > 0) {
-                    fRequestPendingCounter++;
-                }
-            } else {
-                if (fRequestPendingCounter > 0) {
-                    fRequestPendingCounter--;
-                }
-
-                // fire request if all pending requests are received
-                if (fRequestPendingCounter == 0) {
-                    fireRequest();
-                }
-            }
-        }
-    }
-
-    // ------------------------------------------------------------------------
-    // Coalescing (primitive test...)
-    // ------------------------------------------------------------------------
-
-    protected Vector<TmfCoalescedDataRequest<T>> fPendingCoalescedRequests = new Vector<TmfCoalescedDataRequest<T>>();
-
-    protected void newCoalescedDataRequest(ITmfDataRequest<T> request) {
-        synchronized (fLock) {
-            TmfCoalescedDataRequest<T> coalescedRequest = new TmfCoalescedDataRequest<T>(fType, request.getIndex(),
-                    request.getNbRequested(), request.getBlockSize(), request.getExecType());
-            coalescedRequest.addRequest(request);
-            if (Tracer.isRequestTraced()) {
-                Tracer.traceRequest(request, "coalesced with " + coalescedRequest.getRequestId()); //$NON-NLS-1$
-            }
-            fPendingCoalescedRequests.add(coalescedRequest);
-        }
-    }
-
-    protected void coalesceDataRequest(ITmfDataRequest<T> request) {
-        synchronized (fLock) {
-            for (TmfCoalescedDataRequest<T> coalescedRequest : fPendingCoalescedRequests) {
-                if (coalescedRequest.isCompatible(request)) {
-                    coalescedRequest.addRequest(request);
-                    if (Tracer.isRequestTraced()) {
-                        Tracer.traceRequest(request, "coalesced with " + coalescedRequest.getRequestId()); //$NON-NLS-1$
-                    }
-                    return;
-                }
-            }
-            newCoalescedDataRequest(request);
-        }
-    }
-
-    // ------------------------------------------------------------------------
-    // Request processing
-    // ------------------------------------------------------------------------
-
-    private void dispatchRequest(final ITmfDataRequest<T> request) {
-        if (request.getExecType() == ExecutionType.FOREGROUND)
-            queueRequest(request);
-        else
-            queueBackgroundRequest(request, request.getBlockSize(), true);
-    }
-
-    protected void queueRequest(final ITmfDataRequest<T> request) {
-
-        if (fExecutor.isShutdown()) {
-            request.cancel();
-            return;
-        }
-
-        final TmfDataProvider<T> provider = this;
-
-        // Process the request
-        TmfThread thread = new TmfThread(request.getExecType()) {
-            
-            @Override
-            public void run() {
-
-                if (Tracer.isRequestTraced())
-                    Tracer.trace("Request #" + request.getRequestId() + " is being serviced by " + provider.getName()); //$NON-NLS-1$//$NON-NLS-2$
-
-                // Extract the generic information
-                request.start();
-                int nbRequested = request.getNbRequested();
-                int nbRead = 0;
-
-                // Initialize the execution
-                ITmfContext context = armRequest(request);
-                if (context == null) {
-                    request.cancel();
-                    return;
-                }
-
-                try {
-                    // Get the ordered events
-                    T data = getNext(context);
-                    if (Tracer.isRequestTraced())
-                        Tracer.trace("Request #" + request.getRequestId() + " read first event"); //$NON-NLS-1$ //$NON-NLS-2$
-                    while (data != null && !isCompleted(request, data, nbRead)) {
-                        if (fLogData)
-                            Tracer.traceEvent(provider, request, data);
-                        request.handleData(data);
-
-                        // To avoid an unnecessary read passed the last data
-                        // requested
-                        if (++nbRead < nbRequested) {
-                            data = getNext(context);
-                        }
-                    }
-                    if (Tracer.isRequestTraced())
-                        Tracer.trace("Request #" + request.getRequestId() + " finished"); //$NON-NLS-1$//$NON-NLS-2$
-
-                    if (request.isCancelled()) {
-                        request.cancel();
-                    } else {
-                        request.done();
-                    }
-                } catch (Exception e) {
-                    request.fail();
-                }
-
-                // Cleanup
-                context.dispose();
-            }
-
-            @Override
-            public void cancel() {
-                if (!request.isCompleted()) {
-                    request.cancel();
-                }
-            }
-        };
-
-        if (Tracer.isRequestTraced())
-            Tracer.traceRequest(request, "queued"); //$NON-NLS-1$
-        fExecutor.execute(thread);
-
-    }
-
-    protected void queueBackgroundRequest(final ITmfDataRequest<T> request, final int blockSize, final boolean indexing) {
-
-        Thread thread = new Thread() {
-            @Override
-            public void run() {
-                request.start();
-
-                final Integer[] CHUNK_SIZE = new Integer[1];
-                CHUNK_SIZE[0] = Math.min(request.getNbRequested(), blockSize + ((indexing) ? 1 : 0));
-
-                final Integer[] nbRead = new Integer[1];
-                nbRead[0] = 0;
-
-                final Boolean[] isFinished = new Boolean[1];
-                isFinished[0] = Boolean.FALSE;
-
-                while (!isFinished[0]) {
-
-                    TmfDataRequest<T> subRequest = new TmfDataRequest<T>(request.getDataType(), request.getIndex()
-                            + nbRead[0], CHUNK_SIZE[0], blockSize, ExecutionType.BACKGROUND) {
-                        @Override
-                        public void handleData(T data) {
-                            super.handleData(data);
-                            request.handleData(data);
-                            if (getNbRead() > CHUNK_SIZE[0]) {
-                                System.out.println("ERROR - Read too many events"); //$NON-NLS-1$
-                            }
-                        }
-
-                        @Override
-                        public void handleCompleted() {
-                            nbRead[0] += getNbRead();
-                            if (nbRead[0] >= request.getNbRequested() || (getNbRead() < CHUNK_SIZE[0])) {
-                                if (this.isCancelled()) {
-                                    request.cancel();
-                                } else if (this.isFailed()) {
-                                    request.fail();
-                                } else {
-                                    request.done();
-                                }
-                                isFinished[0] = Boolean.TRUE;
-                            }
-                            super.handleCompleted();
-                        }
-                    };
-
-                    if (!isFinished[0]) {
-                        queueRequest(subRequest);
-
-                        try {
-                            subRequest.waitForCompletion();
-                        } catch (InterruptedException e) {
-                            e.printStackTrace();
-                        }
-
-                        CHUNK_SIZE[0] = Math.min(request.getNbRequested() - nbRead[0], blockSize);
-                    }
-                }
-            }
-        };
-
-        thread.start();
-    }
-
-    /**
-     * Initialize the provider based on the request. The context is provider specific and will be updated by getNext().
-     * 
-     * @param request
-     * @return an application specific context; null if request can't be serviced
-     */
-    public abstract ITmfContext armRequest(ITmfDataRequest<T> request);
-
-    public abstract T getNext(ITmfContext context);
-
-    /**
-     * Checks if the data meets the request completion criteria.
-     * 
-     * @param request
-     * @param data
-     * @return
-     */
-    public boolean isCompleted(ITmfDataRequest<T> request, T data, int nbRead) {
-        return request.isCompleted() || nbRead >= request.getNbRequested() || data.isNullRef();
-    }
-
-    // ------------------------------------------------------------------------
-    // Signal handlers
-    // ------------------------------------------------------------------------
-
-    @TmfSignalHandler
-    public void startSynch(TmfStartSynchSignal signal) {
-        synchronized (fLock) {
-            fSignalDepth++;
-        }
-    }
-
-    @TmfSignalHandler
-    public void endSynch(TmfEndSynchSignal signal) {
-        synchronized (fLock) {
-            fSignalDepth--;
-            if (fSignalDepth == 0) {
-                fireRequest();
-            }
-        }
-    }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/TmfEventProvider.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/TmfEventProvider.java
deleted file mode 100644 (file)
index 37e8676..0000000
+++ /dev/null
@@ -1,158 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.component;
-
-import org.eclipse.linuxtools.tmf.Tracer;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest.ExecutionType;
-import org.eclipse.linuxtools.tmf.request.ITmfEventRequest;
-import org.eclipse.linuxtools.tmf.request.TmfCoalescedEventRequest;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-
-/**
- * <b><u>TmfEventProvider</u></b>
- * <p>
- */
-public abstract class TmfEventProvider<T extends TmfEvent> extends TmfDataProvider<T> {
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    public TmfEventProvider() {
-        super();
-    }
-
-    public void init(String name, Class<T> eventType) {
-        super.init(name, eventType);
-    }
-
-    public TmfEventProvider(String name, Class<T> type) {
-        super(name, type);
-    }
-
-    public TmfEventProvider(String name, Class<T> type, int queueSize) {
-        super(name, type, queueSize);
-    }
-
-    public TmfEventProvider(TmfEventProvider<T> other) {
-        super(other);
-    }
-
-    // ------------------------------------------------------------------------
-    // TmfDataProvider
-    // ------------------------------------------------------------------------
-
-    @Override
-    public boolean isCompleted(ITmfDataRequest<T> request, T data, int nbRead) {
-        boolean requestCompleted = super.isCompleted(request, data, nbRead);
-        if (!requestCompleted && request instanceof ITmfEventRequest<?> && !data.isNullRef()) {
-            TmfTimestamp endTime = ((ITmfEventRequest<?>) request).getRange().getEndTime();
-            return data.getTimestamp().compareTo(endTime, false) > 0;
-        }
-        return requestCompleted;
-    }
-
-    @Override
-    protected synchronized void newCoalescedDataRequest(ITmfDataRequest<T> request) {
-        if (request instanceof ITmfEventRequest<?>) {
-            ITmfEventRequest<T> eventRequest = (ITmfEventRequest<T>) request;
-            TmfCoalescedEventRequest<T> coalescedRequest = new TmfCoalescedEventRequest<T>(fType, eventRequest.getRange(),
-                    eventRequest.getIndex(), eventRequest.getNbRequested(), eventRequest.getBlockSize(), eventRequest.getExecType());
-            coalescedRequest.addRequest(eventRequest);
-            if (Tracer.isRequestTraced()) {
-                Tracer.traceRequest(request, "coalesced with " + coalescedRequest.getRequestId()); //$NON-NLS-1$
-            }
-            fPendingCoalescedRequests.add(coalescedRequest);
-        } else {
-            super.newCoalescedDataRequest(request);
-        }
-    }
-
-       @Override
-       protected void queueBackgroundRequest(final ITmfDataRequest<T> request, final int blockSize, final boolean indexing) {
-
-               if (! (request instanceof ITmfEventRequest)) {
-                       super.queueBackgroundRequest(request, blockSize, indexing);
-                       return;
-               }
-
-               Thread thread = new Thread() {
-                       @Override
-                       public void run() {
-                               request.start();
-
-                               final Integer[] CHUNK_SIZE = new Integer[1];
-                               CHUNK_SIZE[0] = Math.min(request.getNbRequested(), blockSize + ((indexing) ? 1 : 0));
-                               
-                               final Integer[] nbRead = new Integer[1];
-                               nbRead[0] = 0;
-
-                               final Boolean[] isFinished = new Boolean[1];
-                               isFinished[0] = Boolean.FALSE;
-
-                               int startIndex = request.getIndex();
-                               
-                               while (!isFinished[0]) {
-
-                                       TmfEventRequest<T> subRequest= new TmfEventRequest<T>(request.getDataType(), ((ITmfEventRequest<?>) request).getRange(), startIndex + nbRead[0], CHUNK_SIZE[0], blockSize, ExecutionType.BACKGROUND)
-                                       {
-                                               @Override
-                                               public void handleData(T data) {
-                                                       super.handleData(data);
-                                                       request.handleData(data);
-                                                       if (this.getNbRead() > CHUNK_SIZE[0]) {
-                                                               System.out.println("ERROR - Read too many events"); //$NON-NLS-1$
-                                                       }
-                                               }
-
-                                               @Override
-                                               public void handleCompleted() {
-                                                       nbRead[0] += this.getNbRead();
-                                                       if (nbRead[0] >= request.getNbRequested() || (this.getNbRead() < CHUNK_SIZE[0])) {
-                                                               if (this.isCancelled()) { 
-                                                                       request.cancel();
-                                                               } else if (this.isFailed()) {
-                                                                   request.fail();  
-                                                               } else {
-                                                                       request.done();
-                                                               }
-                                                               isFinished[0] = Boolean.TRUE;
-                                                       }
-                                                       super.handleCompleted();
-                                               }
-                                       };
-
-                                       if (!isFinished[0]) {
-                                               queueRequest(subRequest);
-
-                                               try {
-                                                       subRequest.waitForCompletion();
-                                               } catch (InterruptedException e) {
-                                                       e.printStackTrace();
-                                               }
-
-                                               if (startIndex == 0 && nbRead[0] == CHUNK_SIZE[0]) { // do this only once if the event request index is unknown
-                                                       startIndex = subRequest.getIndex(); // update the start index with the index of the first subrequest's
-                                               }                                       // start time event which was set during the arm request
-                                               CHUNK_SIZE[0] = Math.min(request.getNbRequested() - nbRead[0], blockSize);
-                                       }
-                               }
-                       }
-               };
-
-               thread.start();
-       }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/TmfProviderManager.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/TmfProviderManager.java
deleted file mode 100644 (file)
index 0b71a53..0000000
+++ /dev/null
@@ -1,109 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.component;
-
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-
-import org.eclipse.linuxtools.tmf.event.TmfData;
-
-/**
- * <b><u>TmfProviderManager.java</u></b>
- * <p>
- * Singleton that keeps track of the event providers.
- */
-public class TmfProviderManager {
-
-       // ------------------------------------------------------------------------
-       // No constructor
-       // ------------------------------------------------------------------------
-
-       private TmfProviderManager() {}
-       
-       // ------------------------------------------------------------------------
-       // Keeps track of the providers for each event type
-       // ------------------------------------------------------------------------
-       
-       private static Map<Class<? extends TmfData>, List<TmfDataProvider<? extends TmfData>>> fProviders =
-                  new HashMap<Class<? extends TmfData>, List<TmfDataProvider<? extends TmfData>>>();
-
-       /**
-        * Registers [provider] as a provider of [eventType]
-        * 
-        * @param eventType
-        * @param provider
-        */
-       public static <T extends TmfData> void register(Class<T> eventType, TmfDataProvider<? extends TmfData> provider) {
-               if (fProviders.get(eventType) == null)
-                       fProviders.put(eventType, new ArrayList<TmfDataProvider<? extends TmfData>>());
-               fProviders.get(eventType).add(provider);
-       }
-
-       /**
-        * Re-registers [provider] as a provider of [eventType]
-        * 
-        * @param dataClass
-        * @param provider
-        */
-       public static <T extends TmfData> void deregister(Class<T> dataClass, TmfDataProvider<? extends TmfData> provider) {
-               List<TmfDataProvider<? extends TmfData>> list = fProviders.get(dataClass);
-               if (list != null) {
-                       list.remove(provider);
-                       if (list.size() == 0)
-                               fProviders.remove(dataClass);
-               }
-       }
-
-       /**
-        * Returns the list of components that provide [eventType]
-        * 
-        * @param dataClass
-        * @return
-        */
-       @SuppressWarnings("unchecked")
-       public static TmfDataProvider<? extends TmfData>[] getProviders(Class<? extends TmfData> dataClass) {
-               List<TmfDataProvider<? extends TmfData>> list = fProviders.get(dataClass);
-               if (list == null)
-                       list = new ArrayList<TmfDataProvider<? extends TmfData>>(); 
-               TmfDataProvider<? extends TmfData>[] result = new TmfDataProvider[list.size()];
-               return list.toArray(result);
-       }
-
-       /**
-        * Returns the list of components of type [providerType] that provide [eventType]
-        * 
-        * @param type
-        * @param clazz
-        * @return
-        */
-       @SuppressWarnings("unchecked")
-       public static TmfDataProvider<? extends TmfData>[] getProviders(Class<? extends TmfData> dataClass, Class<? extends TmfDataProvider<? extends TmfData>> providerClass) {
-               if (providerClass == null) {
-                       return getProviders(dataClass);
-               }
-               TmfDataProvider<? extends TmfData>[] list = getProviders(dataClass);
-               List<TmfDataProvider<? extends TmfData>> result = new ArrayList<TmfDataProvider<? extends TmfData>>();
-               if (list != null) {
-                       for (TmfDataProvider<? extends TmfData> provider : list) {
-                               if (provider.getClass() == providerClass) {
-                                       result.add(provider);
-                               }
-                       }
-               }
-               TmfDataProvider<? extends TmfData>[] array = new TmfDataProvider[result.size()];
-               return result.toArray(array);
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/TmfThread.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/component/TmfThread.java
deleted file mode 100644 (file)
index 3ee41b7..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-package org.eclipse.linuxtools.tmf.component;
-
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest.ExecutionType;
-
-public class TmfThread extends Thread { // implements Comparator<ITmfDataRequest<?>> {
-
-       private final ExecutionType fExecType;
-       
-       public TmfThread(ExecutionType execType) {
-               fExecType = execType;
-       }
-       
-       public ExecutionType getExecType() {
-               return fExecType;
-       }
-
-       public void cancel() {
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfData.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfData.java
deleted file mode 100644 (file)
index 1576c01..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.event;
-
-/**
- * <b><u>TmfData</u></b>
- * <p>
- * This is just an empty base class for the data meant to navigate in the
- * framework.
- */
-public abstract class TmfData {
-
-       public abstract boolean isNullRef();
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEvent.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEvent.java
deleted file mode 100644 (file)
index be39574..0000000
+++ /dev/null
@@ -1,272 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.event;
-
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-
-/**
- * <b><u>TmfEvent</u></b>
- * <p>
- * The basic event structure in the TMF. In its canonical form, an event has:
- * <ul>
- * <li> a normalized timestamp
- * <li> a source (reporter)
- * <li> a type
- * <li> a content
- * </ul>
- * For convenience, a free-form reference field is also provided. It could be
- * used as e.g. a location marker in the event stream to distinguish between
- * otherwise identical events.
- * 
- * Notice that for performance reasons TmfEvent is NOT immutable. If a copy
- * of the event is needed, use the copy constructor.
- */
-public class TmfEvent extends TmfData implements Cloneable {
-
-    // ------------------------------------------------------------------------
-    // Constants
-    // ------------------------------------------------------------------------
-
-    public static final TmfEvent NullEvent = new TmfEvent();
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-       protected ITmfTrace<?>         fParentTrace;
-       protected long              fEventRank;
-       protected TmfTimestamp      fEffectiveTimestamp;
-       protected TmfTimestamp      fOriginalTimestamp;
-       protected TmfEventSource    fSource;
-       protected TmfEventType      fType;
-       protected TmfEventReference fReference;
-
-    // Content requires a reference to the parent event so it is initialized
-    // using setContent()
-    protected TmfEventContent fContent;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    /**
-     * @param trace the parent trace
-     * @param originalTS the original timestamp
-     * @param effectiveTS the effective timestamp
-     * @param source the event source (generator)
-     * @param type the event type
-     * @param reference a free-form reference field
-     */
-    public TmfEvent(ITmfTrace<?> trace, long rank, TmfTimestamp originalTS, TmfTimestamp effectiveTS,
-            TmfEventSource source, TmfEventType type, TmfEventReference reference)
-    {
-        fParentTrace        = trace;
-        fEventRank          = rank;
-        fOriginalTimestamp  = originalTS;
-        fEffectiveTimestamp = effectiveTS;
-        fSource             = source;
-        fType               = type;
-        fReference          = reference;
-    }
-
-       /**
-        * @param originalTS the original timestamp
-        * @param effectiveTS the effective timestamp
-        * @param source the event source (generator)
-        * @param type the event type
-        * @param reference a free-form reference field
-        */
-       public TmfEvent(TmfTimestamp originalTS, TmfTimestamp effectiveTS,
-                       TmfEventSource source, TmfEventType type, TmfEventReference reference)
-       {
-        this(null, -1, originalTS, effectiveTS, source, type, reference);
-       }
-
-    /**
-     * @param trace the parent trace
-     * @param timestamp the effective timestamp
-     * @param source the event source (generator)
-     * @param type the event type
-     * @param reference a free-form reference field
-     */
-    public TmfEvent(ITmfTrace<?> parentTrace, TmfTimestamp timestamp, TmfEventSource source,
-            TmfEventType type, TmfEventReference reference)
-    {
-        this(parentTrace, -1, timestamp, timestamp, source, type, reference);
-    }
-
-       /**
-        * @param timestamp the effective timestamp
-        * @param source the event source (generator)
-        * @param type the event type
-        * @param reference a free-form reference field
-        */
-       public TmfEvent(TmfTimestamp timestamp, TmfEventSource source,
-                       TmfEventType type, TmfEventReference reference)
-       {
-               this(null, -1, timestamp, timestamp, source, type, reference);
-       }
-
-       /**
-        * Copy constructor
-        * 
-        * @param other the original event
-        */
-       public TmfEvent(TmfEvent other) {
-       if (other == null)
-               throw new IllegalArgumentException();
-        fParentTrace        = other.fParentTrace;
-        fEventRank          = other.fEventRank;
-               fOriginalTimestamp  = new TmfTimestamp(other.fOriginalTimestamp);
-               fEffectiveTimestamp = new TmfTimestamp(other.fEffectiveTimestamp);
-               fSource                         = new TmfEventSource(other.fSource);
-               fType                           = new TmfEventType(other.fType);
-               fContent                        = new TmfEventContent(other.fContent);
-               fReference                      = new TmfEventReference(other.fReference);
-       }
-
-    public TmfEvent() {
-    }
-
-    @Override
-    public boolean isNullRef() {
-        return this == NullEvent;
-    }
-
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-    /**
-     * @return the parent trace
-     */
-    public ITmfTrace<?> getParentTrace() {
-        return fParentTrace;
-    }
-
-    /**
-     * @return the event rank
-     */
-    public long getEventRank() {
-        return fEventRank;
-    }
-
-    /**
-     * @return the effective event timestamp
-     */
-    public TmfTimestamp getTimestamp() {
-        return fEffectiveTimestamp;
-    }
-
-    /**
-     * @return the original event timestamp
-     */
-    public TmfTimestamp getOriginalTimestamp() {
-        return fOriginalTimestamp;
-    }
-
-    /**
-     * @return the event source
-     */
-    public TmfEventSource getSource() {
-        return fSource;
-    }
-
-    /**
-     * @return the event type
-     */
-    public TmfEventType getType() {
-        return fType;
-    }
-
-    /**
-     * @return the event content
-     */
-    public TmfEventContent getContent() {
-        return fContent;
-    }
-
-    /**
-     * @return the event reference
-     */
-    public TmfEventReference getReference() {
-        return fReference;
-    }
-
-    /**
-     * @param content
-     *            the new event content
-     */
-    public void setContent(TmfEventContent content) {
-        fContent = content;
-    }
-
-    /**
-     * @return the event raw text
-     */
-    public String getRawText() {
-        if (fContent != null && fContent.getContent() != null) {
-            return fContent.getContent().toString();
-        }
-        return ""; //$NON-NLS-1$
-    }
-
-    // ------------------------------------------------------------------------
-    // Object
-    // ------------------------------------------------------------------------
-
-    @Override
-    public int hashCode() {
-        int result = 17;
-        result = 37 * result + fSource.hashCode();
-        result = 37 * result + fType.hashCode();
-        result = 37 * result + fEffectiveTimestamp.hashCode();
-        return result;
-    }
-
-    @Override
-    public boolean equals(Object other) {
-        if (!(other instanceof TmfEvent))
-            return false;
-        TmfEvent o = (TmfEvent) other;
-        return fEffectiveTimestamp.equals(o.fEffectiveTimestamp) && fSource.equals(o.fSource) && fType.equals(o.fType) && fContent.equals(o.fContent);
-    }
-
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        return "[TmfEvent(" + fEffectiveTimestamp + "," + fSource + "," + fType + "," + fContent + ")]";
-    }
-
-       @Override
-       public TmfEvent clone() {
-               TmfEvent clone = null;
-               try {
-                       clone = (TmfEvent) super.clone();
-                       clone.fParentTrace        = fParentTrace;
-                       clone.fEventRank          = fEventRank;
-                       clone.fOriginalTimestamp  = fOriginalTimestamp.clone();
-                       clone.fEffectiveTimestamp = fEffectiveTimestamp.clone();
-                       clone.fSource             = fSource.clone();
-                       clone.fType               = fType.clone();
-                       clone.fReference          = fReference.clone();
-                       clone.fContent            = fContent.clone();
-               }
-               catch (CloneNotSupportedException e) {
-                       e.printStackTrace();
-               }
-
-        return clone;
-    }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEventContent.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEventContent.java
deleted file mode 100644 (file)
index bd9f701..0000000
+++ /dev/null
@@ -1,213 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.event;
-
-/**
- * <b><u>TmfEventContent</u></b>
- * <p>
- * The event content.
- */
-public class TmfEventContent implements Cloneable {
-
-       // Default field ids
-       public static final String FIELD_ID_TIMESTAMP = ":timestamp:"; //$NON-NLS-1$
-       public static final String FIELD_ID_SOURCE    = ":source:"; //$NON-NLS-1$
-       public static final String FIELD_ID_TYPE      = ":type:"; //$NON-NLS-1$
-       public static final String FIELD_ID_REFERENCE = ":reference:"; //$NON-NLS-1$
-       public static final String FIELD_ID_CONTENT   = ":content:"; //$NON-NLS-1$
-       
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-       protected TmfEvent fParentEvent;
-       protected Object   fRawContent;
-       protected Object[] fFields;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-       /**
-        * @param parent the parent event (owner)
-        * @param content the raw content
-        */
-       public TmfEventContent(TmfEvent parent, Object content) {
-               fParentEvent = parent;
-               fRawContent  = content;
-       }
-
-    /**
-     * @param other the original event content
-     */
-    public TmfEventContent(TmfEventContent other) {
-       if (other == null)
-               throw new IllegalArgumentException();
-       fParentEvent = other.fParentEvent;
-               fRawContent  = other.fRawContent;
-               fFields      = other.fFields;
-    }
-
-    @SuppressWarnings("unused")
-       private TmfEventContent() {
-               throw new AssertionError();
-    }
-
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-       /**
-        * @return the parent (containing) event
-        */
-       public TmfEvent getEvent() {
-               return fParentEvent;
-       }
-
-       /**
-        * @return the event type
-        */
-       public TmfEventType getType() {
-               return fParentEvent.getType();
-       }
-
-       /**
-        * @return the raw content
-        */
-       public Object getContent() {
-               return fRawContent;
-       }
-
-       /**
-        * Returns the list of fields in the same order as TmfEventType.getLabels()
-        * 
-        * @return the ordered set of fields (optional fields might be null)
-        */
-       public Object[] getFields() {
-               if (fFields == null) {
-                       parseContent();
-               }
-               return fFields;
-       }
-
-       /**
-        * @param id the field id
-        * @return the corresponding field
-        * @throws TmfNoSuchFieldException
-        */
-    public Object getField(String id) throws TmfNoSuchFieldException {
-        if (fFields == null) {
-            parseContent();
-        }
-        try {
-            return fFields[getType().getFieldIndex(id)];
-        } catch (TmfNoSuchFieldException e) {
-            // Required for filtering from default TmfEventsTable columns
-            if (id.equals(FIELD_ID_CONTENT)) {
-                return fParentEvent.getContent().toString();
-            } else if (id.equals(FIELD_ID_TIMESTAMP)) {
-                return new Long(fParentEvent.getTimestamp().getValue()).toString();
-            } else if (id.equals(FIELD_ID_SOURCE)) {
-                return fParentEvent.getSource().getSourceId().toString();
-            } else if (id.equals(FIELD_ID_TYPE)) {
-                return fParentEvent.getType().getTypeId().toString();
-            } else if (id.equals(FIELD_ID_REFERENCE)) {
-                return fParentEvent.getReference().getReference().toString();
-            }
-            throw e;
-        }
-    }
-
-       /**
-        * @param n the field index as per TmfEventType.getLabels()
-        * @return the corresponding field (null if non-existing)
-        */
-       public Object getField(int n) {
-               if (fFields == null) {
-                       parseContent();
-               }
-               if (n >= 0 && n < fFields.length)
-                       return fFields[n];
-
-               return null;
-       }
-
-    // ------------------------------------------------------------------------
-    // Operators
-    // ------------------------------------------------------------------------
-
-       /**
-        * @param event
-        */
-       public void setEvent(TmfEvent event) {
-               fParentEvent = event;
-       }
-
-       /**
-        * Parse the content into fields. By default, a single field (the raw
-        * content) is returned. 
-        * Should be overridden.
-        */
-       protected void parseContent() {
-               fFields = new Object[1];
-               fFields[0] = fRawContent;
-       }
-       
-    // ------------------------------------------------------------------------
-    // Object
-    // ------------------------------------------------------------------------
-
-       @Override
-    public int hashCode() {
-               int result = 17;
-               result = 37 * result + ((fParentEvent != null) ? fParentEvent.hashCode() : 0);
-               result = 37 * result + ((fRawContent  != null) ? fRawContent.hashCode()  : 0);
-        return result;
-    }
-
-       @Override
-    public boolean equals(Object other) {
-               if (!(other instanceof TmfEventContent))
-                       return false;
-               TmfEventContent o = (TmfEventContent) other;
-        return fRawContent.equals(o.fRawContent);
-    }
-
-    @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-       Object[] fields = getFields();
-       StringBuilder result = new StringBuilder("[TmfEventContent(");
-       for (int i = 0; i < fields.length; i++) {
-               if (i > 0) result.append(",");
-               result.append(fields[i]);
-       }
-       result.append(")]");
-       return result.toString();
-    }
-
-       @Override
-       public TmfEventContent clone() {
-               TmfEventContent clone = null;
-               try {
-                       clone = (TmfEventContent) super.clone();
-                       clone.fParentEvent = fParentEvent;
-                       clone.fRawContent = fRawContent;
-                       clone.fFields = fFields;
-               }
-               catch (CloneNotSupportedException e) {
-                       e.printStackTrace();
-               }
-               return clone;
-       }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEventField.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEventField.java
deleted file mode 100644 (file)
index 6729b77..0000000
+++ /dev/null
@@ -1,138 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.event;
-
-/**
- * <b><u>TmfEventField</u></b>
- * <p>
- * A basic event field.
- * 
- * TODO: Add support for field hierarchy.
- */
-public class TmfEventField implements Cloneable {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-       protected TmfEventContent fParent;
-       protected String fFieldId;
-       protected Object fValue;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    @SuppressWarnings("unused")
-       private TmfEventField() {
-               throw new AssertionError();
-    }
-
-    /**
-     * @param parent
-     * @param id
-     * @param value
-     */
-    public TmfEventField(TmfEventContent parent, String id, Object value) {
-       if (id == null) {
-               throw new IllegalArgumentException();
-       }
-       fParent  = parent;
-       fFieldId = id;
-        fValue   = value;
-    }
-
-    /**
-     * @param other
-     */
-    public TmfEventField(TmfEventField other) {
-       if (other == null)
-               throw new IllegalArgumentException();
-       fParent  = other.fParent;
-       fFieldId = other.fFieldId;
-               fValue   = other.fValue;
-    }
-
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-    /**
-     * @return
-     */
-    public TmfEventContent getParent() {
-        return fParent;
-    }
-
-    /**
-     * @return
-     */
-    public String getId() {
-        return fFieldId;
-    }
-
-    /**
-     * @return
-     */
-    public Object getValue() {
-        return fValue;
-    }
-
-    /**
-     * @param value new field value
-     */
-    protected void setValue(Object value) {
-        fValue = value;
-    }
-
-    // ------------------------------------------------------------------------
-    // Object
-    // ------------------------------------------------------------------------
-
-    @Override
-    public int hashCode() {
-               int result = 17;
-               result = 37 * result + fFieldId.hashCode();
-               result = 37 * result + fValue.hashCode();
-        return result;
-    }
-
-       @Override
-       public boolean equals(Object other) {
-       if (!(other instanceof TmfEventField))
-               return false;
-               TmfEventField o = (TmfEventField) other;
-               return fParent.equals(o.fParent) && fFieldId.equals(o.fFieldId) && fValue.equals(o.fValue); 
-    }
-
-    @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-        return "[TmfEventField(" + fFieldId + ":" + fValue.toString() + ")]";
-    }
-    @Override
-       public TmfEventField clone() {
-       TmfEventField clone = null;
-       try {
-                       clone = (TmfEventField) super.clone();
-                       clone.fParent = fParent;
-                       clone.fFieldId = new String(fFieldId);
-                       clone.fValue = null;                    
-               } catch (CloneNotSupportedException e) {
-                       e.printStackTrace();
-               }
-               return clone;
-    }
-
-
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEventReference.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEventReference.java
deleted file mode 100644 (file)
index d7a9319..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.event;
-
-/**
- * <b><u>TmfEventReference</u></b>
- * <p>
- * An application-defined event reference.
- */
-public class TmfEventReference implements Cloneable {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-       protected Object fReference;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-       /**
-        * The default constructor
-        */
-       public TmfEventReference() {
-               fReference = null;
-       }
-
-       /**
-        * @param reference the event reference
-        */
-       public TmfEventReference(Object reference) {
-               fReference = reference;
-       }
-
-       /**
-        * Copy constructor
-        * @param other the original event reference
-        */
-       public TmfEventReference(TmfEventReference other) {
-       if (other == null)
-               throw new IllegalArgumentException();
-       TmfEventReference o = (TmfEventReference) other;
-       fReference = o.fReference;
-       }
-
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-       /**
-        * @return the event reference
-        */
-       public Object getReference() {
-               return fReference;
-       }
-
-    // ------------------------------------------------------------------------
-    // Object
-    // ------------------------------------------------------------------------
-
-       @Override
-    public int hashCode() {
-        return (fReference != null) ? fReference.hashCode() : 0;
-    }
-
-       @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        return "[TmfEventReference(" + ((fReference != null) ? fReference.toString() : "null") + ")]";
-    }
-
-       @Override
-    public boolean equals(Object other) {
-               if (!(other instanceof TmfEventReference))
-                       return false;
-               TmfEventReference o = (TmfEventReference) other;
-        return fReference.equals(o.fReference);
-    }
-
-       @Override
-       public TmfEventReference clone() {
-               TmfEventReference clone = null;
-               try {
-                       clone = (TmfEventReference) super.clone();
-                       clone.fReference = fReference;
-               }
-               catch (CloneNotSupportedException e) {
-                       e.printStackTrace();
-               }
-               return clone;
-       }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEventSource.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEventSource.java
deleted file mode 100644 (file)
index eda1c77..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.event;
-
-/**
- * <b><u>TmfEventSource</u></b>
- * <p>
- * The event source.
- */
-public class TmfEventSource implements Cloneable {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-       protected Object fSourceId;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    /**
-     * The default constructor
-     */
-    public TmfEventSource() {
-       fSourceId = null;
-    }
-
-       /**
-        * @param sourceId
-        */
-       public TmfEventSource(Object sourceId) {
-               fSourceId = sourceId;
-       }
-
-       /**
-        * Copy constructor
-        * @param other
-        */
-       public TmfEventSource(TmfEventSource other) {
-       if (other == null)
-               throw new IllegalArgumentException();
-       TmfEventSource o = (TmfEventSource) other;
-       fSourceId = o.fSourceId;
-       }
-
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-       /**
-        * @return
-        */
-       public Object getSourceId() {
-               return fSourceId;
-       }
-
-    // ------------------------------------------------------------------------
-    // Object
-    // ------------------------------------------------------------------------
-
-       @Override
-    public int hashCode() {
-        return (fSourceId != null) ? fSourceId.hashCode() : 0;
-    }
-
-       @Override
-    public boolean equals(Object other) {
-               if (!(other instanceof TmfEventSource))
-                       return false;
-               TmfEventSource o = (TmfEventSource) other;
-        return fSourceId.equals(o.fSourceId);
-    }
-
-       @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        return "[TmfEventSource(" + ((fSourceId != null) ? fSourceId.toString() : "null") + ")]";
-    }
-
-       @Override
-       public TmfEventSource clone() {
-               TmfEventSource clone = null;
-               try {
-                       clone = (TmfEventSource) super.clone();
-                       clone.fSourceId = fSourceId;
-               }
-               catch (CloneNotSupportedException e) {
-                       e.printStackTrace();
-               }
-               return clone;
-       }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEventType.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfEventType.java
deleted file mode 100644 (file)
index 03f8030..0000000
+++ /dev/null
@@ -1,170 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.event;
-
-import java.util.HashMap;
-
-/**
- * <b><u>TmfEventType</u></b>
- * <p>
- * The event type.
- */
-public class TmfEventType implements Cloneable {
-
-    // ------------------------------------------------------------------------
-    // Constants
-    // ------------------------------------------------------------------------
-
-       public static final String DEFAULT_TYPE_ID  = "TMF Default Type"; //$NON-NLS-1$
-       public static final String[] DEFAULT_LABELS = new String[] { "Content" }; //$NON-NLS-1$
-       
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-       private String   fTypeId;
-       private String[] fFieldLabels;
-       private int      fNbFields;
-       private HashMap<String, Integer> fFieldMap;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-       /**
-        * Default constructor
-        */
-       public TmfEventType() {
-               this(DEFAULT_TYPE_ID, DEFAULT_LABELS);
-       }
-
-       /**
-        * @param type
-        * @param format
-        */
-       public TmfEventType(String typeId, String[] labels) {
-               if (typeId == null || labels == null)
-               throw new IllegalArgumentException();
-               fTypeId      = typeId;
-               fFieldLabels = labels;
-               fNbFields    = fFieldLabels.length;
-               fFieldMap    = new HashMap<String, Integer>();
-               for (int i = 0; i < fNbFields; i++) {
-                       fFieldMap.put(fFieldLabels[i], i);
-               }
-       }
-
-       /**
-        * Copy constructor
-        * @param other
-        */
-       public TmfEventType(TmfEventType other) {
-       if (other == null)
-               throw new IllegalArgumentException();
-               fTypeId      = other.fTypeId;
-               fFieldLabels = other.fFieldLabels;
-               fNbFields    = other.fNbFields;
-               fFieldMap    = other.fFieldMap;
-       }
-
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-       /**
-        * @return
-        */
-       public String getTypeId() {
-               return fTypeId;
-       }
-
-       /**
-        * @return
-        */
-       public int getNbFields() {
-               return fNbFields;
-       }
-
-       /**
-        * @return
-        */
-       public int getFieldIndex(String id) throws TmfNoSuchFieldException {
-               Integer index = fFieldMap.get(id);
-               if (index == null)
-                       throw(new TmfNoSuchFieldException(id));
-               return index;
-       }
-
-       /**
-        * @return
-        */
-       public String[] getLabels() {
-               return fFieldLabels;
-       }
-
-       /**
-        * @return
-        */
-       public String getLabel(int i) throws TmfNoSuchFieldException {
-               if (i >= 0 && i < fNbFields)
-                       return fFieldLabels[i];
-               throw new TmfNoSuchFieldException("Bad index (" + i + ")");  //$NON-NLS-1$//$NON-NLS-2$
-       }
-
-    // ------------------------------------------------------------------------
-    // Object
-    // ------------------------------------------------------------------------
-
-       @Override
-    public int hashCode() {
-        return fTypeId.hashCode();
-    }
-
-       @Override
-    public boolean equals(Object other) {
-               if (!(other instanceof TmfEventType))
-                       return false;
-               TmfEventType o = (TmfEventType) other;
-        return fTypeId.equals(o.fTypeId);
-    }
-
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-       return "[TmfEventType:" + fTypeId + "]";
-    }
-
-       @Override
-       public TmfEventType clone() {
-               TmfEventType clone = null;
-               try {
-                       clone = (TmfEventType) super.clone();
-                       clone.fTypeId = new String(fTypeId);
-                       clone.fNbFields = fNbFields;
-                       // Clone the field labels
-                       clone.fFieldLabels = new String[fFieldLabels.length];
-                       for (int i = 0; i < fFieldLabels.length; i++) {
-                               clone.fFieldLabels[i] = new String(fFieldLabels[i]);
-                       }
-                       // Clone the fields
-                       clone.fFieldMap = new HashMap<String, Integer>();
-                       for (String key : fFieldMap.keySet()) {
-                               clone.fFieldMap.put(new String(key), new Integer(fFieldMap.get(key)));
-                       }
-               }
-               catch (CloneNotSupportedException e) {
-                       e.printStackTrace();
-               }
-               return clone;
-       }
-}
\ No newline at end of file
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfNoSuchFieldException.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfNoSuchFieldException.java
deleted file mode 100644 (file)
index e28e933..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.event;
-
-/**
- * <b><u>TmfNoSuchFieldException</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public class TmfNoSuchFieldException extends Exception {
-
-       /**
-        * 
-        */
-       private static final long serialVersionUID = 2504826473032522133L;
-
-       public TmfNoSuchFieldException(String message) {
-               super(message);
-       }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfTimeRange.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfTimeRange.java
deleted file mode 100644 (file)
index ae1a670..0000000
+++ /dev/null
@@ -1,158 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.event;
-
-/**
- * <b><u>TmfTimeRange</u></b>
- * <p>
- * A utility class to define time ranges.
- */
-public class TmfTimeRange {
-
-       // ------------------------------------------------------------------------
-    // Constants
-       // ------------------------------------------------------------------------
-
-       public static final TmfTimeRange Eternity = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigCrunch);
-       public static final TmfTimeRange Null = new TmfTimeRange(TmfTimestamp.BigBang, TmfTimestamp.BigBang);
-       
-       // ------------------------------------------------------------------------
-    // Attributes
-       // ------------------------------------------------------------------------
-
-       private final TmfTimestamp fStartTime;
-       private final TmfTimestamp fEndTime;
-
-       // ------------------------------------------------------------------------
-    // Constructors
-       // ------------------------------------------------------------------------
-
-       @SuppressWarnings("unused")
-       private TmfTimeRange() {
-               throw new AssertionError();
-       }
-
-       /**
-        * @param startTime
-        * @param endTime
-        */
-       public TmfTimeRange(TmfTimestamp startTime, TmfTimestamp endTime) {
-               if (startTime == null || endTime == null) {
-               throw new IllegalArgumentException();
-               }
-               fStartTime =  new TmfTimestamp(startTime);
-               fEndTime   =  new TmfTimestamp(endTime);
-       }
-       
-       /**
-        * Copy constructor
-        * @param other
-        */
-       public TmfTimeRange(TmfTimeRange other) {
-       if (other == null) {
-               throw new IllegalArgumentException();
-       }
-               fStartTime = new TmfTimestamp(other.fStartTime);
-               fEndTime   = new TmfTimestamp(other.fEndTime);
-       }
-
-       // ------------------------------------------------------------------------
-    // Accessors
-       // ------------------------------------------------------------------------
-
-       /**
-        * @return The time range start time
-        */
-       public TmfTimestamp getStartTime() {
-               return new TmfTimestamp(fStartTime);
-       }
-
-       /**
-        * @return The time range end time
-        */
-       public TmfTimestamp getEndTime() {
-               return new TmfTimestamp(fEndTime);
-       }
-
-       // ------------------------------------------------------------------------
-    // Predicates
-       // ------------------------------------------------------------------------
-
-       /**
-        * Check if the timestamp is within the time range
-        * 
-        * @param ts
-        * @return
-        */
-       public boolean contains(TmfTimestamp ts) {
-               // Zero acts as a "universal donor" timestamp
-               if (ts.equals(TmfTimestamp.Zero)) return true;
-               return (fStartTime.compareTo(ts, true) <= 0) && (fEndTime.compareTo(ts, true) >= 0);
-       }
-
-       /**
-        * Get intersection of two time ranges
-        * 
-        * @param other
-        *            the other time range
-        * @return the intersection time range, or null if no intersection exists
-        */
-       public TmfTimeRange getIntersection(TmfTimeRange other)
-       {
-               if (fStartTime.compareTo(other.fEndTime, true) > 0 || fEndTime.compareTo(other.fStartTime, true) < 0)
-                       return null; // no intersection
-
-               return new TmfTimeRange(
-                       fStartTime.compareTo(other.fStartTime, true) < 0 ? other.fStartTime : fStartTime,
-                       fEndTime.compareTo(other.fEndTime, true) > 0 ? other.fEndTime : fEndTime);
-       }
-       
-       /**
-        * Check if the time range is within the time range
-        * 
-        * @param range
-        * @return
-        */
-       public boolean contains(TmfTimeRange range) {
-               TmfTimestamp startTime = range.getStartTime();
-               TmfTimestamp endTime   = range.getEndTime();
-               return (fStartTime.compareTo(startTime, true) <= 0) && (fEndTime.compareTo(endTime, true) >= 0);
-       }
-
-       // ------------------------------------------------------------------------
-    // Object
-       // ------------------------------------------------------------------------
-
-       @Override
-    public int hashCode() {
-               int result = 17;
-               result = 37 * result + fStartTime.hashCode();
-               result = 37 * result + fEndTime.hashCode();
-        return result;
-    }
-
-       @Override
-    public boolean equals(Object other) {
-       if (!(other instanceof TmfTimeRange))
-               return false;
-               TmfTimeRange range = (TmfTimeRange) other;
-               return range.fStartTime.equals(fStartTime) && range.fEndTime.equals(fEndTime);
-    }
-
-       @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-               return "[TmfTimeRange(" + fStartTime + ":" + fEndTime + ")]";
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfTimestamp.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfTimestamp.java
deleted file mode 100644 (file)
index 0708e27..0000000
+++ /dev/null
@@ -1,397 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *   Thomas Gatterweh  - Updated scaling / synchronization
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.event;
-
-/**
- * <b><u>TmfTimestamp</u></b>
- * <p>
- * The fundamental time reference in the TMF.
- * <p>
- * It provides a generic timestamp implementation in its most basic form:
- * <ul>
- * <li>timestamp = [value] * 10**[scale] +/- [precision]
- * </ul>
- * Where:
- * <ul>
- * <li>[value] is an unstructured integer value
- * <li>[scale] is the magnitude of the value wrt some application-specific
- * base unit (e.g. the second)
- * <li>[precision] indicates the error on the value (useful for comparing
- * timestamps in different scales). Default: 0.
- * </ul>
- * In short:
- * <ul>
- * </ul>
- * To allow synchronization of timestamps from different reference clocks,
- * there is a possibility to "adjust" the timestamp by changing its scale
- * (traces of different time scale) and/or by adding an offset to its value
- * (clock drift between traces).
- * <p>
- * Notice that the adjusted timestamp value could be negative e.g. for events
- * that occurred before t0 wrt the reference clock.
- */
-public class TmfTimestamp implements Cloneable, Comparable<TmfTimestamp> {
-
-       // ------------------------------------------------------------------------
-    // Attributes
-       // ------------------------------------------------------------------------
-
-    protected long fValue;             // The timestamp raw value
-    protected byte fScale;             // The time scale
-    protected long fPrecision;         // The value precision (tolerance)
-
-       // ------------------------------------------------------------------------
-    // Constants
-       // ------------------------------------------------------------------------
-
-    // The beginning and end of time
-    public static final TmfTimestamp BigBang   = new TmfTimestamp(Long.MIN_VALUE, Byte.MAX_VALUE, 0);
-    public static final TmfTimestamp BigCrunch = new TmfTimestamp(Long.MAX_VALUE, Byte.MAX_VALUE, 0);
-    public static final TmfTimestamp Zero      = new TmfTimestamp(0, (byte) 0, 0);
-
-       // ------------------------------------------------------------------------
-    // Constructors
-       // ------------------------------------------------------------------------
-
-    /**
-     * Default constructor
-     */
-    public TmfTimestamp() {
-        this(0, (byte) 0, 0);
-    }
-
-    /**
-     * Simple constructor with value only
-     */
-    public TmfTimestamp(long value) {
-        this(value, (byte) 0, 0);
-    }
-
-    /**
-     * Simple constructor with value and scale
-     * 
-     * @param value
-     * @param scale
-     */
-    public TmfTimestamp(long value, byte scale) {
-        this(value, scale, 0);
-    }
-
-    /**
-     * Constructor with value, scale and precision
-     * 
-     * @param value
-     * @param scale
-     * @param precision
-     */
-    public TmfTimestamp(long value, byte scale, long precision) {
-        fValue = value;
-        fScale = scale;
-        fPrecision = Math.abs(precision);
-    }
-
-    /**
-     * Copy constructor
-     * 
-     * @param other
-     */
-    public TmfTimestamp(TmfTimestamp other) {
-       if (other == null)
-               throw new IllegalArgumentException();
-        fValue = other.fValue;
-        fScale = other.fScale;
-        fPrecision = other.fPrecision;
-    }
-
-       // ------------------------------------------------------------------------
-    // Accessors
-       // ------------------------------------------------------------------------
-
-    /**
-     * @return the timestamp value
-     */
-    public long getValue() {
-        return fValue;
-    }
-
-    /**
-     * @return the timestamp scale
-     */
-    public byte getScale() {
-        return fScale;
-    }
-
-    /**
-     * @return the timestamp value precision
-     */
-    public long getPrecision() {
-        return fPrecision;
-    }
-
-       // ------------------------------------------------------------------------
-    // Operators
-       // ------------------------------------------------------------------------
-
-    /**
-     * Return a shifted and scaled timestamp.
-     * 
-     * Limitation: The scaling is limited to MAX_SCALING orders of magnitude.
-     * The main reason is that the 64 bits value starts to lose any significance
-     * meaning beyond that scale difference and it's not even worth the trouble
-     * to switch to BigDecimal arithmetics.
-     * 
-     * @param offset the shift value (in the same scale as newScale)
-     * @param newScale the new timestamp scale
-     * @return the synchronized timestamp in the new scale
-     * @throws ArithmeticException
-     */
-    public TmfTimestamp synchronize(long offset, byte newScale) throws ArithmeticException {
-
-        long newValue = fValue;
-        long newPrecision = fPrecision;
-
-        // Handle the easy case
-        if (fScale == newScale && offset == 0)
-               return this;
-        
-        // Determine the scaling factor
-        if (fScale != newScale) {
-            int scaleDiff = Math.abs(fScale - newScale);
-            // Let's try to be realistic...
-            if (scaleDiff >= scalingFactors.length) {
-                throw new ArithmeticException("Scaling exception"); //$NON-NLS-1$
-            }
-            // Adjust the timestamp
-            long scalingFactor = scalingFactors[scaleDiff];
-            if (newScale < fScale) {
-                newValue *= scalingFactor;
-                newPrecision *= scalingFactor;
-            } else {
-                newValue /= scalingFactor;
-                newPrecision /= scalingFactor;
-            }
-        }
-
-        if (offset < 0) {
-               newValue = (newValue < Long.MIN_VALUE - offset) ? Long.MIN_VALUE : newValue + offset;
-        } else {
-               newValue = (newValue > Long.MAX_VALUE - offset) ? Long.MAX_VALUE : newValue + offset;
-        }
-
-        return new TmfTimestamp(newValue, newScale, newPrecision);
-    }
-
-    private static final long scalingFactors[] = new long[] {
-       1L,
-       10L,
-       100L,
-       1000L,
-       10000L,
-       100000L,
-       1000000L,
-       10000000L,
-       100000000L,
-       1000000000L,
-       10000000000L,
-       100000000000L,
-       1000000000000L,
-       10000000000000L,
-       100000000000000L,
-       1000000000000000L,
-       10000000000000000L,
-       100000000000000000L,
-       1000000000000000000L,
-    };
-
-    private static final long scalingLimits[] = new long[] {
-       Long.MAX_VALUE / 1L,
-       Long.MAX_VALUE / 10L,
-       Long.MAX_VALUE / 100L,
-       Long.MAX_VALUE / 1000L,
-       Long.MAX_VALUE / 10000L,
-       Long.MAX_VALUE / 100000L,
-       Long.MAX_VALUE / 1000000L,
-       Long.MAX_VALUE / 10000000L,
-       Long.MAX_VALUE / 100000000L,
-       Long.MAX_VALUE / 1000000000L,
-       Long.MAX_VALUE / 10000000000L,
-       Long.MAX_VALUE / 100000000000L,
-       Long.MAX_VALUE / 1000000000000L,
-       Long.MAX_VALUE / 10000000000000L,
-       Long.MAX_VALUE / 100000000000000L,
-       Long.MAX_VALUE / 1000000000000000L,
-       Long.MAX_VALUE / 10000000000000000L,
-       Long.MAX_VALUE / 100000000000000000L,
-       Long.MAX_VALUE / 1000000000000000000L,
-    };
-
-    public static long getScalingFactor(byte scale)
-    {
-       return scalingFactors[scale];
-    }
-    
-    /**
-     * Compute the adjustment, in the reference scale, needed to synchronize
-     * this timestamp with a reference timestamp.
-     * 
-     * @param reference the reference timestamp to synchronize with
-     * @param scale the scale of the adjustment
-     * @return the adjustment term in the reference time scale
-     * @throws ArithmeticException
-     */
-    public long getAdjustment(TmfTimestamp reference, byte scale) throws ArithmeticException {
-        TmfTimestamp ts1 = synchronize(0, scale);
-        TmfTimestamp ts2 = reference.synchronize(0, scale);
-        return ts2.fValue - ts1.fValue;
-    }
-
-    /**
-     * Compute the delta between two timestamps (adjusted to scale of current timestamp).
-     * 
-     * @param reference the reference timestamp to synchronize with
-     * @return the delta timestamp 
-     * @throws ArithmeticException
-     */
-    public TmfTimestamp getDelta(TmfTimestamp other) throws ArithmeticException {
-        TmfTimestamp newSecond = other;
-        if ((fScale != other.fScale) || (fPrecision != other.fPrecision)) {
-            newSecond = other.synchronize(0, fScale);
-        }
-        return new TmfTimestamp(fValue - newSecond.fValue,
-                                fScale, 
-                                newSecond.fPrecision > fPrecision ? newSecond.fPrecision : fPrecision);
-    }
-
-    /**
-     * Compare with another timestamp
-     * 
-     * @param other the other timestamp
-     * @param withinPrecision indicates if precision is to be take into consideration
-     * @return -1: this timestamp is lower (i.e. anterior)
-     *          0: timestamps are equal (within precision if requested)
-     *          1: this timestamp is higher (i.e. posterior)
-     */
-    public int compareTo(final TmfTimestamp other, boolean withinPrecision) {
-
-               // If values have the same time scale, perform the comparison
-               if (fScale == other.fScale) {
-                       if (withinPrecision)
-                               return compareWithinPrecision(this.fValue, this.fPrecision, other.fValue, other.fPrecision);
-                       else
-                               return compareNoPrecision(this.fValue, other.fValue);
-               }
-
-               // If values have different time scales, adjust to the finest one and
-               // then compare. If the scaling difference is too large, revert to
-               // some heuristics. Hopefully, nobody will try to compare galactic and
-               // quantic clock events...
-               int scaleDiff = Math.abs(fScale - other.fScale);
-               long factor, limit;
-               if (scaleDiff < scalingFactors.length) {
-                       factor = scalingFactors[scaleDiff];
-                       limit = scalingLimits[scaleDiff];
-               } else {
-                       factor = 0;
-                       limit = 0; // !!! 0 can always be scaled!!!
-               }
-
-               if (fScale < other.fScale) {
-                       // this has finer scale, so other should be scaled
-                       if (withinPrecision)
-                               if (other.fValue > limit || other.fValue < -limit
-                                               || other.fPrecision > limit
-                                               || other.fPrecision < -limit)
-                                       return other.fValue > 0 ? -1 : +1; // other exceeds scaling limit
-                               else
-                                       return compareWithinPrecision(this.fValue, this.fPrecision,
-                                                       other.fValue * factor, other.fPrecision * factor);
-                       else if (other.fValue > limit || other.fValue < -limit)
-                               return other.fValue > 0 ? -1 : +1; // other exceeds scaling limit
-                       else
-                               return compareNoPrecision(this.fValue, other.fValue * factor);
-               } else {
-                       // other has finer scale, so this should be scaled
-                       if (withinPrecision)
-                               if (this.fValue > limit || this.fValue < -limit
-                                               || this.fPrecision > limit || this.fPrecision < -limit)
-                                       return this.fValue > 0 ? +1 : -1; // we exceed scaling limit
-                               else
-                                       return compareWithinPrecision(this.fValue * factor,
-                                                       this.fPrecision * factor, other.fValue,
-                                                       other.fPrecision);
-                       else if (this.fValue > limit || this.fValue < -limit)
-                               return this.fValue > 0 ? +1 : -1; // we exceed scaling limit
-                       else
-                               return compareNoPrecision(this.fValue * factor, other.fValue);
-               }
-    }
-
-       private static int compareNoPrecision(long thisValue, long otherValue) {
-               return (thisValue == otherValue) ? 0 : (thisValue < otherValue) ? -1 : 1;
-       }
-
-       private static int compareWithinPrecision(long thisValue, long thisPrecision, long otherValue, long otherPrecision) {
-               if ((thisValue + thisPrecision) < (otherValue - otherPrecision))
-                       return -1;
-               if ((thisValue - thisPrecision) > (otherValue + otherPrecision))
-                       return 1;
-               return 0;
-       }
-
-       // ------------------------------------------------------------------------
-    // Object
-       // ------------------------------------------------------------------------
-
-    @Override
-    public int hashCode() {
-               int result = 17;
-               result = 37 * result + (int) (fValue ^ (fValue >>> 32));
-               result = 37 * result + fScale;
-               result = 37 * result + (int) (fPrecision ^ (fPrecision >>> 32));
-        return result;
-    }
-
-       @Override
-    public boolean equals(Object other) {
-        if (!(other instanceof TmfTimestamp))
-               return false;
-        TmfTimestamp o = (TmfTimestamp) other;
-        return compareTo(o, false) == 0;
-    }
-
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-       return "[TmfTimestamp(" + fValue + "," + fScale + "," + fPrecision + ")]";
-    }
-
-    @Override
-    public TmfTimestamp clone() {
-       TmfTimestamp clone = null;
-               try {
-                       clone = (TmfTimestamp) super.clone();
-               clone.fValue = fValue;
-               clone.fScale = fScale;
-               clone.fPrecision = fPrecision;
-               } catch (CloneNotSupportedException e) {
-               }
-               return clone;
-    }
-
-       @Override
-       public int compareTo(TmfTimestamp o) {
-               return compareTo(o, false);
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfTraceEvent.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/event/TmfTraceEvent.java
deleted file mode 100644 (file)
index 25c05d1..0000000
+++ /dev/null
@@ -1,148 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.event;
-
-/**
- * <b><u>TmfTraceEvent</u></b>
- * <p>
- * A trace event associates a source code line to an event. The intent is to
- * provide the capability to open an editor at the line of code that produced
- * the event.
- * <p>
- * TODO: Concept is still a bit vague and should be aligned with the CDT
- * source lookup service.
- * TODO: Consider composition instead of extension
- */
-public class TmfTraceEvent extends TmfEvent {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-    private final String fSourcePath;
-    private final String fFileName;
-    private final int    fLineNumber;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-       /**
-        * @param originalTS
-        * @param effectiveTS
-        * @param source
-        * @param type
-        * @param content
-        * @param reference
-        * @param path
-        * @param file
-        * @param line
-        */
-       public TmfTraceEvent(TmfTimestamp originalTS, TmfTimestamp effectiveTS, TmfEventSource source,
-                       TmfEventType type, TmfEventReference reference, String path, String file, int line)
-       {
-               super(originalTS, effectiveTS, source, type, reference);
-               fSourcePath = path;
-               fFileName   = file;
-               fLineNumber = line;
-       }
-
-       /**
-        * @param timestamp
-        * @param source
-        * @param type
-        * @param content
-        * @param reference
-        * @param path
-        * @param file
-        * @param line
-        */
-       public TmfTraceEvent(TmfTimestamp timestamp, TmfEventSource source, TmfEventType type,
-                       TmfEventReference reference, String path, String file, int line)
-       {
-               super(timestamp, source, type, reference);
-               fSourcePath = path;
-               fFileName   = file;
-               fLineNumber = line;
-       }
-
-       /**
-        * @param other
-        */
-       public TmfTraceEvent(TmfTraceEvent other) {
-               super(other);
-               fSourcePath = other.fSourcePath;
-               fFileName   = other.fFileName;
-               fLineNumber = other.fLineNumber;
-       }
-
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-    /**
-     * @return
-     */
-    public String getSourcePath() {
-        return fSourcePath;
-    }
-
-    /**
-     * @return
-     */
-    public String getFileName() {
-        return fFileName;
-    }
-
-    /**
-     * @return
-     */
-    public int getLineNumber() {
-        return fLineNumber;
-    }
-
-    // ------------------------------------------------------------------------
-    // Object
-    // ------------------------------------------------------------------------
-
-    @Override
-    public int hashCode() {
-               int result = super.hashCode();
-               result = 37 * result + ((fSourcePath != null) ? fSourcePath.hashCode() : 0);
-               result = 37 * result + ((fFileName   != null) ? fFileName.hashCode()   : 0);
-               result = 37 * result + fLineNumber;
-        return result;
-    }
-
-    @Override
-       public boolean equals(Object other) {
-       if (other instanceof TmfEvent) {
-               return super.equals(other); 
-       }
-       if (!(other instanceof TmfTraceEvent)) {
-               return false; 
-       }
-               TmfTraceEvent o = (TmfTraceEvent) other;
-        return super.equals((TmfEvent) o) && fSourcePath.equals(o.fSourcePath) &&
-                       fFileName.equals(o.fFileName) && fLineNumber == o.fLineNumber;
-
-    }
-
-    // TODO: Proper format
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-               return "[TmfTraceEvent(" + fSourcePath + "," + fFileName + "," + fLineNumber + ")]";
-    }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfExperiment.java
deleted file mode 100644 (file)
index 82fcf99..0000000
+++ /dev/null
@@ -1,900 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.experiment;
-
-import java.io.FileNotFoundException;
-import java.util.Collections;
-import java.util.Vector;
-
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Status;
-import org.eclipse.core.runtime.jobs.Job;
-import org.eclipse.linuxtools.tmf.component.TmfEventProvider;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.ITmfEventRequest;
-import org.eclipse.linuxtools.tmf.request.TmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentDisposedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentRangeUpdatedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentSelectedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfExperimentUpdatedSignal;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalHandler;
-import org.eclipse.linuxtools.tmf.signal.TmfSignalManager;
-import org.eclipse.linuxtools.tmf.signal.TmfTraceUpdatedSignal;
-import org.eclipse.linuxtools.tmf.trace.ITmfContext;
-import org.eclipse.linuxtools.tmf.trace.ITmfLocation;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfCheckpoint;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-
-/**
- * <b><u>TmfExperiment</u></b>
- * <p>
- * TmfExperiment presents a time-ordered, unified view of a set of TmfTraces that are part of a tracing experiment.
- * <p>
- */
-public class TmfExperiment<T extends TmfEvent> extends TmfEventProvider<T> implements ITmfTrace<T> {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-    // The currently selected experiment
-    protected static TmfExperiment<?> fCurrentExperiment = null;
-
-    // The set of traces that constitute the experiment
-    protected ITmfTrace<T>[] fTraces;
-
-    // The total number of events
-    protected long fNbEvents;
-
-    // The experiment time range
-    protected TmfTimeRange fTimeRange;
-
-    // The experiment reference timestamp (default: Zero)
-    protected TmfTimestamp fEpoch;
-
-    // The experiment index
-    protected Vector<TmfCheckpoint> fCheckpoints = new Vector<TmfCheckpoint>();
-
-    // The current experiment context
-    protected TmfExperimentContext fExperimentContext;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    @Override
-    public boolean validate(IProject project, String path) {
-        return true;
-    }
-
-    @Override
-    public void initTrace(String path, Class<T> eventType) throws FileNotFoundException {
-    }
-
-    @Override
-    public void initTrace(String path, Class<T> eventType, boolean indexTrace) throws FileNotFoundException {
-    }
-
-    @Override
-    public void initTrace(String path, Class<T> eventType, int cacheSize) throws FileNotFoundException {
-    }
-
-    @Override
-    public void initTrace(String path, Class<T> eventType, int cacheSize, boolean indexTrace) throws FileNotFoundException {
-    }
-
-    /**
-     * @param type
-     * @param id
-     * @param traces
-     * @param epoch
-     * @param indexPageSize
-     */
-    public TmfExperiment(Class<T> type, String id, ITmfTrace<T>[] traces, TmfTimestamp epoch, int indexPageSize) {
-        this(type, id, traces, TmfTimestamp.Zero, indexPageSize, false);
-    }
-
-    public TmfExperiment(Class<T> type, String id, ITmfTrace<T>[] traces, TmfTimestamp epoch, int indexPageSize, boolean preIndexExperiment) {
-        super(id, type);
-
-        fTraces = traces;
-        fEpoch = epoch;
-        fIndexPageSize = indexPageSize;
-        fTimeRange = TmfTimeRange.Null;
-
-        if (preIndexExperiment) {
-            indexExperiment(true);
-            updateTimeRange();
-        }
-
-    }
-
-    protected TmfExperiment(String id, Class<T> type) {
-        super(id, type);
-    }
-
-    /**
-     * @param type
-     * @param id
-     * @param traces
-     */
-    public TmfExperiment(Class<T> type, String id, ITmfTrace<T>[] traces) {
-        this(type, id, traces, TmfTimestamp.Zero, DEFAULT_INDEX_PAGE_SIZE);
-    }
-
-    /**
-     * @param type
-     * @param id
-     * @param traces
-     * @param indexPageSize
-     */
-    public TmfExperiment(Class<T> type, String id, ITmfTrace<T>[] traces, int indexPageSize) {
-        this(type, id, traces, TmfTimestamp.Zero, indexPageSize);
-    }
-
-    /**
-     * Copy constructor
-     * 
-     * @param other
-     */
-    @SuppressWarnings("unchecked")
-    public TmfExperiment(TmfExperiment<T> other) {
-        super(other.getName() + "(clone)", other.fType); //$NON-NLS-1$
-
-        fEpoch = other.fEpoch;
-        fIndexPageSize = other.fIndexPageSize;
-
-        fTraces = new ITmfTrace[other.fTraces.length];
-        for (int trace = 0; trace < other.fTraces.length; trace++) {
-            fTraces[trace] = other.fTraces[trace].copy();
-        }
-
-        fNbEvents = other.fNbEvents;
-        fTimeRange = other.fTimeRange;
-    }
-
-    @Override
-    public TmfExperiment<T> copy() {
-        TmfExperiment<T> experiment = new TmfExperiment<T>(this);
-        TmfSignalManager.deregister(experiment);
-        return experiment;
-    }
-
-    /**
-     * Clears the experiment
-     */
-    @Override
-    @SuppressWarnings("rawtypes")
-    public synchronized void dispose() {
-
-        TmfExperimentDisposedSignal<T> signal = new TmfExperimentDisposedSignal<T>(this, this);
-        broadcast(signal);
-
-        if (fTraces != null) {
-            for (ITmfTrace trace : fTraces) {
-                trace.dispose();
-            }
-            fTraces = null;
-        }
-        if (fCheckpoints != null) {
-            fCheckpoints.clear();
-        }
-        super.dispose();
-    }
-
-    // ------------------------------------------------------------------------
-    // ITmfTrace
-    // ------------------------------------------------------------------------
-
-    @Override
-    public long getNbEvents() {
-        return fNbEvents;
-    }
-
-    @Override
-    public int getCacheSize() {
-        return fIndexPageSize;
-    }
-
-    @Override
-    public TmfTimeRange getTimeRange() {
-        return fTimeRange;
-    }
-
-    @Override
-    public TmfTimestamp getStartTime() {
-        return fTimeRange.getStartTime();
-    }
-
-    @Override
-    public TmfTimestamp getEndTime() {
-        return fTimeRange.getEndTime();
-    }
-
-    public Vector<TmfCheckpoint> getCheckpoints() {
-        return fCheckpoints;
-    }
-
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-    public static void setCurrentExperiment(TmfExperiment<?> experiment) {
-        fCurrentExperiment = experiment;
-    }
-
-    public static TmfExperiment<?> getCurrentExperiment() {
-        return fCurrentExperiment;
-    }
-
-    public TmfTimestamp getEpoch() {
-        return fEpoch;
-    }
-
-    public ITmfTrace<T>[] getTraces() {
-        return fTraces;
-    }
-
-    /**
-     * Returns the rank of the first event with the requested timestamp. If none, returns the index of the next event
-     * (if any).
-     * 
-     * @param timestamp
-     * @return
-     */
-    @Override
-    public long getRank(TmfTimestamp timestamp) {
-        TmfExperimentContext context = seekEvent(timestamp);
-        return context.getRank();
-    }
-
-    /**
-     * Returns the timestamp of the event at the requested index. If none, returns null.
-     * 
-     * @param index
-     * @return
-     */
-    public TmfTimestamp getTimestamp(int index) {
-        TmfExperimentContext context = seekEvent(index);
-        TmfEvent event = getNextEvent(context);
-        return (event != null) ? event.getTimestamp() : null;
-    }
-
-    // ------------------------------------------------------------------------
-    // Operators
-    // ------------------------------------------------------------------------
-
-    /**
-     * Update the global time range
-     */
-    protected void updateTimeRange() {
-        TmfTimestamp startTime = fTimeRange != TmfTimeRange.Null ? fTimeRange.getStartTime() : TmfTimestamp.BigCrunch;
-        TmfTimestamp endTime = fTimeRange != TmfTimeRange.Null ? fTimeRange.getEndTime() : TmfTimestamp.BigBang;
-
-        for (ITmfTrace<T> trace : fTraces) {
-            TmfTimestamp traceStartTime = trace.getStartTime();
-            if (traceStartTime.compareTo(startTime, true) < 0)
-                startTime = traceStartTime;
-            TmfTimestamp traceEndTime = trace.getEndTime();
-            if (traceEndTime.compareTo(endTime, true) > 0)
-                endTime = traceEndTime;
-        }
-        fTimeRange = new TmfTimeRange(startTime, endTime);
-    }
-
-    // ------------------------------------------------------------------------
-    // TmfProvider
-    // ------------------------------------------------------------------------
-    @Override
-    public ITmfContext armRequest(ITmfDataRequest<T> request) {
-//             Tracer.trace("Ctx: Arming request - start");
-        TmfTimestamp timestamp = (request instanceof ITmfEventRequest<?>) ? ((ITmfEventRequest<T>) request).getRange().getStartTime()
-                : null;
-
-        if (TmfTimestamp.BigBang.equals(timestamp) || request.getIndex() > 0) {
-            timestamp = null; // use request index
-        }
-
-        TmfExperimentContext context = null;
-        if (timestamp != null) {
-            // seek by timestamp
-            context = seekEvent(timestamp);
-            ((ITmfEventRequest<T>) request).setStartIndex((int) context.getRank());
-        } else {
-            // Seek by rank
-            if ((fExperimentContext != null) && fExperimentContext.getRank() == request.getIndex()) {
-                // We are already at the right context -> no need to seek
-                context = fExperimentContext;
-            } else {
-                context = seekEvent(request.getIndex());
-            }
-        }
-//             Tracer.trace("Ctx: Arming request - done");
-        return context;
-    }
-
-    @SuppressWarnings("unchecked")
-    @Override
-    public T getNext(ITmfContext context) {
-        if (context instanceof TmfExperimentContext) {
-            return (T) getNextEvent((TmfExperimentContext) context);
-        }
-        return null;
-    }
-
-    // ------------------------------------------------------------------------
-    // ITmfTrace trace positioning
-    // ------------------------------------------------------------------------
-
-    // Returns a brand new context based on the location provided
-    // and initializes the event queues
-    @Override
-    public synchronized TmfExperimentContext seekLocation(ITmfLocation<?> location) {
-        // Validate the location
-        if (location != null && !(location instanceof TmfExperimentLocation)) {
-            return null; // Throw an exception?
-        }
-
-        if (fTraces == null) { // experiment has been disposed
-            return null;
-        }
-
-        // Instantiate the location
-        TmfExperimentLocation expLocation = (location == null) ? new TmfExperimentLocation(new TmfLocationArray(
-                new ITmfLocation<?>[fTraces.length]), new long[fTraces.length]) : (TmfExperimentLocation) location.clone();
-
-        // Create and populate the context's traces contexts
-        TmfExperimentContext context = new TmfExperimentContext(fTraces, new TmfContext[fTraces.length]);
-//             Tracer.trace("Ctx: SeekLocation - start");
-
-        long rank = 0;
-        for (int i = 0; i < fTraces.length; i++) {
-            // Get the relevant trace attributes
-            ITmfLocation<?> traceLocation = expLocation.getLocation().locations[i];
-            long traceRank = expLocation.getRanks()[i];
-
-            // Set the corresponding sub-context
-            context.getContexts()[i] = fTraces[i].seekLocation(traceLocation);
-            context.getContexts()[i].setRank(traceRank);
-            rank += traceRank;
-
-            // Set the trace location and read the corresponding event
-            expLocation.getLocation().locations[i] = context.getContexts()[i].getLocation();
-            context.getEvents()[i] = fTraces[i].getNextEvent(context.getContexts()[i]);
-        }
-
-//             Tracer.trace("Ctx: SeekLocation - done");
-
-        // Finalize context
-        context.setLocation(expLocation);
-        context.setLastTrace(TmfExperimentContext.NO_TRACE);
-        context.setRank(rank);
-
-        fExperimentContext = context;
-
-        return context;
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#seekEvent(org.eclipse.linuxtools .tmf.event.TmfTimestamp)
-     */
-    @Override
-    public synchronized TmfExperimentContext seekEvent(TmfTimestamp timestamp) {
-
-//             Tracer.trace("Ctx: seekEvent(TS) - start");
-
-        if (timestamp == null) {
-            timestamp = TmfTimestamp.BigBang;
-        }
-
-        // First, find the right checkpoint
-        int index = Collections.binarySearch(fCheckpoints, new TmfCheckpoint(timestamp, null));
-
-        // In the very likely case that the checkpoint was not found, bsearch
-        // returns its negated would-be location (not an offset...). From that
-        // index, we can then position the stream and get the event.
-        if (index < 0) {
-            index = Math.max(0, -(index + 2));
-        }
-
-        // Position the experiment at the checkpoint
-        ITmfLocation<?> location;
-        synchronized (fCheckpoints) {
-            if (fCheckpoints.size() > 0) {
-                if (index >= fCheckpoints.size()) {
-                    index = fCheckpoints.size() - 1;
-                }
-                location = fCheckpoints.elementAt(index).getLocation();
-            } else {
-                location = null;
-            }
-        }
-
-        TmfExperimentContext context = seekLocation(location);
-        context.setRank((long) index * fIndexPageSize);
-
-        // And locate the event
-        TmfEvent event = parseEvent(context);
-        while (event != null && event.getTimestamp().compareTo(timestamp, false) < 0) {
-            getNextEvent(context);
-            event = parseEvent(context);
-        }
-
-        if (event == null) {
-            context.setLocation(null);
-            context.setRank(ITmfContext.UNKNOWN_RANK);
-        }
-
-        return context;
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#seekEvent(long)
-     */
-    @Override
-    public synchronized TmfExperimentContext seekEvent(long rank) {
-
-//             Tracer.trace("Ctx: seekEvent(rank) - start");
-
-        // Position the stream at the previous checkpoint
-        int index = (int) rank / fIndexPageSize;
-        ITmfLocation<?> location;
-        synchronized (fCheckpoints) {
-            if (fCheckpoints.size() == 0) {
-                location = null;
-            } else {
-                if (index >= fCheckpoints.size()) {
-                    index = fCheckpoints.size() - 1;
-                }
-                location = fCheckpoints.elementAt(index).getLocation();
-            }
-        }
-
-        TmfExperimentContext context = seekLocation(location);
-        context.setRank((long) index * fIndexPageSize);
-
-        // And locate the event
-        TmfEvent event = parseEvent(context);
-        long pos = context.getRank();
-        while (event != null && pos++ < rank) {
-            getNextEvent(context);
-            event = parseEvent(context);
-        }
-
-        if (event == null) {
-            context.setLocation(null);
-            context.setRank(ITmfContext.UNKNOWN_RANK);
-        }
-
-        return context;
-    }
-
-    @Override
-    public TmfContext seekLocation(double ratio) {
-        TmfContext context = seekEvent((long) (ratio * getNbEvents()));
-        return context;
-    }
-
-    @Override
-    public double getLocationRatio(ITmfLocation<?> location) {
-        if (location instanceof TmfExperimentLocation) {
-            return (double) seekLocation(location).getRank() / getNbEvents();
-        }
-        return 0;
-    }
-
-    @Override
-    public ITmfLocation<?> getCurrentLocation() {
-        if (fExperimentContext != null) {
-            return fExperimentContext.getLocation();
-        }
-        return null;
-    }
-
-    /**
-     * Scan the next events from all traces and return the next one in chronological order.
-     * 
-     * @param context
-     * @return
-     */
-
-//     private void dumpContext(TmfExperimentContext context, boolean isBefore) {
-
-//             TmfContext context0 = context.getContexts()[0];
-//             TmfEvent   event0   = context.getEvents()[0];
-//             TmfExperimentLocation location0 = (TmfExperimentLocation) context.getLocation();
-//             long       rank0    = context.getRank();
-//             int        trace    = context.getLastTrace();
-//
-//             StringBuffer result = new StringBuffer("Ctx: " + (isBefore ? "B " : "A "));
-//             
-//             result.append("[Ctx: fLoc= " + context0.getLocation().toString() + ", fRnk= " + context0.getRank() + "] ");
-//             result.append("[Evt: " + event0.getTimestamp().toString() + "] ");
-//             result.append("[Loc: fLoc= " + location0.getLocation()[0].toString() + ", fRnk= " + location0.getRanks()[0] + "] ");
-//             result.append("[Rnk: " + rank0 + "], [Trc: " + trace + "]");
-//             Tracer.trace(result.toString());
-//     }
-
-    @Override
-    public synchronized TmfEvent getNextEvent(TmfContext context) {
-
-        // Validate the context
-        if (!(context instanceof TmfExperimentContext)) {
-            return null; // Throw an exception?
-        }
-
-        if (!context.equals(fExperimentContext)) {
-//             Tracer.trace("Ctx: Restoring context");
-            fExperimentContext = seekLocation(context.getLocation());
-        }
-
-        TmfExperimentContext expContext = (TmfExperimentContext) context;
-
-//             dumpContext(expContext, true);
-
-        // If an event was consumed previously, get the next one from that trace
-        int lastTrace = expContext.getLastTrace();
-        if (lastTrace != TmfExperimentContext.NO_TRACE) {
-            TmfContext traceContext = expContext.getContexts()[lastTrace];
-            expContext.getEvents()[lastTrace] = expContext.getTraces()[lastTrace].getNextEvent(traceContext);
-            expContext.setLastTrace(TmfExperimentContext.NO_TRACE);
-        }
-
-        // Scan the candidate events and identify the "next" trace to read from
-        TmfEvent eventArray[] = expContext.getEvents();
-        if (eventArray == null) {
-            return null;
-        }
-        int trace = TmfExperimentContext.NO_TRACE;
-        TmfTimestamp timestamp = TmfTimestamp.BigCrunch;
-        if (eventArray.length == 1) {
-            if (eventArray[0] != null) {
-                timestamp = eventArray[0].getTimestamp();
-                trace = 0;
-            }
-        } else {
-            for (int i = 0; i < eventArray.length; i++) {
-                TmfEvent event = eventArray[i];
-                if (event != null && event.getTimestamp() != null) {
-                    TmfTimestamp otherTS = event.getTimestamp();
-                    if (otherTS.compareTo(timestamp, true) < 0) {
-                        trace = i;
-                        timestamp = otherTS;
-                    }
-                }
-            }
-        }
-        // Update the experiment context and set the "next" event
-        TmfEvent event = null;
-        if (trace != TmfExperimentContext.NO_TRACE) {
-            updateIndex(expContext, timestamp);
-
-            TmfContext traceContext = expContext.getContexts()[trace];
-            TmfExperimentLocation expLocation = (TmfExperimentLocation) expContext.getLocation();
-//             expLocation.getLocation()[trace] = traceContext.getLocation().clone();
-            expLocation.getLocation().locations[trace] = traceContext.getLocation();
-
-//             updateIndex(expContext, timestamp);
-
-            expLocation.getRanks()[trace] = traceContext.getRank();
-            expContext.setLastTrace(trace);
-            expContext.updateRank(1);
-            event = expContext.getEvents()[trace];
-            fExperimentContext = expContext;
-        }
-
-//             if (event != null) {
-//             Tracer.trace("Exp: " + (expContext.getRank() - 1) + ": " + event.getTimestamp().toString());
-//             dumpContext(expContext, false);
-//             Tracer.trace("Ctx: Event returned= " + event.getTimestamp().toString());
-//             }
-
-        return event;
-    }
-
-    public synchronized void updateIndex(ITmfContext context, TmfTimestamp timestamp) {
-        // Build the index as we go along
-        long rank = context.getRank();
-        if (context.isValidRank() && (rank % fIndexPageSize) == 0) {
-            // Determine the table position
-            long position = rank / fIndexPageSize;
-            // Add new entry at proper location (if empty)
-            if (fCheckpoints.size() == position) {
-                ITmfLocation<?> location = context.getLocation().clone();
-                fCheckpoints.add(new TmfCheckpoint(timestamp.clone(), location));
-//                System.out.println(this + "[" + (fCheckpoints.size() - 1) + "] " + timestamp + ", "
-//                        + location.toString());
-            }
-        }
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#parseEvent(org.eclipse.linuxtools .tmf.trace.TmfContext)
-     */
-    @Override
-    public TmfEvent parseEvent(TmfContext context) {
-
-        // Validate the context
-        if (!(context instanceof TmfExperimentContext)) {
-            return null; // Throw an exception?
-        }
-
-        if (!context.equals(fExperimentContext)) {
-//             Tracer.trace("Ctx: Restoring context");
-            seekLocation(context.getLocation());
-        }
-
-        TmfExperimentContext expContext = (TmfExperimentContext) context;
-
-        // If an event was consumed previously, get the next one from that trace
-        int lastTrace = expContext.getLastTrace();
-        if (lastTrace != TmfExperimentContext.NO_TRACE) {
-            TmfContext traceContext = expContext.getContexts()[lastTrace];
-            expContext.getEvents()[lastTrace] = expContext.getTraces()[lastTrace].getNextEvent(traceContext);
-            expContext.setLastTrace(TmfExperimentContext.NO_TRACE);
-            fExperimentContext = (TmfExperimentContext) context;
-        }
-
-        // Scan the candidate events and identify the "next" trace to read from
-        int trace = TmfExperimentContext.NO_TRACE;
-        TmfTimestamp timestamp = TmfTimestamp.BigCrunch;
-        for (int i = 0; i < expContext.getTraces().length; i++) {
-            TmfEvent event = expContext.getEvents()[i];
-            if (event != null && event.getTimestamp() != null) {
-                TmfTimestamp otherTS = event.getTimestamp();
-                if (otherTS.compareTo(timestamp, true) < 0) {
-                    trace = i;
-                    timestamp = otherTS;
-                }
-            }
-        }
-
-        TmfEvent event = null;
-        if (trace != TmfExperimentContext.NO_TRACE) {
-            event = expContext.getEvents()[trace];
-        }
-
-        return event;
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see java.lang.Object#toString()
-     */
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        return "[TmfExperiment (" + getName() + ")]";
-    }
-
-    // ------------------------------------------------------------------------
-    // Indexing
-    // ------------------------------------------------------------------------
-
-    /*
-     * The experiment holds the globally ordered events of its set of traces. It is expected to provide access to each
-     * individual event by index i.e. it must be possible to request the Nth event of the experiment.
-     * 
-     * The purpose of the index is to keep the information needed to rapidly restore the traces contexts at regular
-     * intervals (every INDEX_PAGE_SIZE event).
-     */
-
-    // The index page size
-    private static final int DEFAULT_INDEX_PAGE_SIZE = 5000;
-    protected int fIndexPageSize;
-    protected boolean fIndexing = false;
-    protected TmfTimeRange fIndexingPendingRange = TmfTimeRange.Null;
-
-//     private static BufferedWriter fEventLog = null;
-//     private static BufferedWriter openLogFile(String filename) {
-//             BufferedWriter outfile = null;
-//             try {
-//                     outfile = new BufferedWriter(new FileWriter(filename));
-//             } catch (IOException e) {
-//                     e.printStackTrace();
-//             }
-//             return outfile;
-//     }
-
-    protected boolean isIndexingBusy() {
-        synchronized (fCheckpoints) {
-            return fIndexing;
-        }
-    }
-
-    protected void indexExperiment(boolean waitForCompletion) {
-        indexExperiment(waitForCompletion, 0, TmfTimeRange.Eternity);
-    }
-
-    @SuppressWarnings("unchecked")
-    protected void indexExperiment(boolean waitForCompletion, final int index, final TmfTimeRange timeRange) {
-
-        synchronized (fCheckpoints) {
-            if (fIndexing) {
-                return;
-            }
-            fIndexing = true;
-        }
-
-        final Job job = new Job("Indexing " + getName() + "...") { //$NON-NLS-1$ //$NON-NLS-2$
-            @Override
-            protected IStatus run(IProgressMonitor monitor) {
-                while (!monitor.isCanceled()) {
-                    try {
-                        Thread.sleep(100);
-                    } catch (InterruptedException e) {
-                        return Status.OK_STATUS;
-                    }
-                }
-                monitor.done();
-                return Status.OK_STATUS;
-            }
-        };
-        job.schedule();
-
-//             fEventLog = openLogFile("TraceEvent.log");
-//        System.out.println(System.currentTimeMillis() + ": Experiment indexing started");
-
-        ITmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, timeRange, index, TmfDataRequest.ALL_DATA,
-                fIndexPageSize, ITmfDataRequest.ExecutionType.BACKGROUND) { // PATA FOREGROUND
-
-//            long indexingStart = System.nanoTime();
-
-            TmfTimestamp startTime = (fTimeRange == TmfTimeRange.Null) ? null : fTimeRange.getStartTime();
-            TmfTimestamp lastTime = (fTimeRange == TmfTimeRange.Null) ? null : fTimeRange.getEndTime();
-            long initialNbEvents = fNbEvents;
-
-            @Override
-            public void handleStarted() {
-                super.handleStarted();
-            }
-
-            @Override
-            public void handleData(TmfEvent event) {
-                super.handleData(event);
-                if (event != null) {
-                    TmfTimestamp ts = event.getTimestamp();
-                    if (startTime == null)
-                        startTime = new TmfTimestamp(ts);
-                    lastTime = new TmfTimestamp(ts);
-                    if ((getNbRead() % fIndexPageSize) == 1 && getNbRead() != 1) {
-                        updateExperiment();
-                    }
-                }
-            }
-
-            @Override
-            public void handleSuccess() {
-//                long indexingEnd = System.nanoTime();
-
-                if (getRange() != TmfTimeRange.Eternity) {
-                    lastTime = getRange().getEndTime();
-                }
-                updateExperiment();
-//                System.out.println(System.currentTimeMillis() + ": Experiment indexing completed");
-
-//                long average = (indexingEnd - indexingStart) / fNbEvents;
-//                System.out.println(getName() + ": start=" + startTime + ", end=" + lastTime + ", elapsed="
-//                        + (indexingEnd * 1.0 - indexingStart) / 1000000000);
-//                System.out.println(getName() + ": nbEvents=" + fNbEvents + " (" + (average / 1000) + "."
-//                        + (average % 1000) + " us/evt)");
-                super.handleSuccess();
-            }
-
-            @Override
-            public void handleCompleted() {
-                job.cancel();
-                super.handleCompleted();
-                synchronized (fCheckpoints) {
-                    fIndexing = false;
-                    if (fIndexingPendingRange != TmfTimeRange.Null) {
-                        indexExperiment(false, (int) fNbEvents, fIndexingPendingRange);
-                        fIndexingPendingRange = TmfTimeRange.Null;
-                    }
-                }
-            }
-
-            private void updateExperiment() {
-                int nbRead = getNbRead();
-                if (startTime != null) {
-                    fTimeRange = new TmfTimeRange(startTime, new TmfTimestamp(lastTime));
-                }
-                if (nbRead != 0) {
-//                                     updateTimeRange();
-//                                     updateNbEvents();
-                    fNbEvents = initialNbEvents + nbRead;
-                    notifyListeners();
-                }
-            }
-        };
-
-        sendRequest((ITmfDataRequest<T>) request);
-        if (waitForCompletion)
-            try {
-                request.waitForCompletion();
-            } catch (InterruptedException e) {
-                e.printStackTrace();
-            }
-    }
-
-    protected void notifyListeners() {
-        broadcast(new TmfExperimentUpdatedSignal(this, this)); // , null));
-        broadcast(new TmfExperimentRangeUpdatedSignal(this, this, fTimeRange)); // , null));
-    }
-
-    // ------------------------------------------------------------------------
-    // Signal handlers
-    // ------------------------------------------------------------------------
-
-    @TmfSignalHandler
-    public void experimentSelected(TmfExperimentSelectedSignal<T> signal) {
-        TmfExperiment<?> experiment = signal.getExperiment();
-        if (experiment == this) {
-            setCurrentExperiment(experiment);
-            indexExperiment(false);
-        }
-    }
-
-    @TmfSignalHandler
-    public void experimentUpdated(TmfExperimentUpdatedSignal signal) {
-    }
-
-    @TmfSignalHandler
-    public void traceUpdated(TmfTraceUpdatedSignal signal) {
-        for (ITmfTrace<T> trace : fTraces) {
-            if (trace == signal.getTrace()) {
-                synchronized (fCheckpoints) {
-                    if (fIndexing) {
-                        if (fIndexingPendingRange == TmfTimeRange.Null) {
-                            fIndexingPendingRange = signal.getRange();
-                        } else {
-                            TmfTimestamp startTime = fIndexingPendingRange.getStartTime();
-                            TmfTimestamp endTime = fIndexingPendingRange.getEndTime();
-                            if (signal.getRange().getStartTime().compareTo(startTime) < 0) {
-                                startTime = signal.getRange().getStartTime();
-                            }
-                            if (signal.getRange().getEndTime().compareTo(endTime) > 0) {
-                                endTime = signal.getRange().getEndTime();
-                            }
-                            fIndexingPendingRange = new TmfTimeRange(startTime, endTime);
-                        }
-                        return;
-                    }
-                }
-                indexExperiment(false, (int) fNbEvents, signal.getRange());
-                return;
-            }
-        }
-    }
-
-    @Override
-    public String getPath() {
-        // TODO Auto-generated method stub
-        return null;
-    }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfExperimentCheckpoint.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfExperimentCheckpoint.java
deleted file mode 100644 (file)
index d7257f6..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.experiment;
-
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-
-/**
- * <b><u>TmfExperimentCheckpoint</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public class TmfExperimentCheckpoint implements Comparable<TmfExperimentCheckpoint> {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-    
-    private final TmfTimestamp fTimestamp;
-    private final TmfContext[] fContexts;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    /**
-     * @param ts
-     * @param location
-     */
-    public TmfExperimentCheckpoint(TmfTimestamp ts, TmfContext[] contexts) {
-        fTimestamp = ts;
-        fContexts = contexts;
-    }
-
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-    /**
-     * @return the checkpoint event timestamp
-     */
-    public TmfTimestamp getTimestamp() {
-        return fTimestamp;
-    }
-
-    /**
-     * @return the checkpoint event stream location
-     */
-    public TmfContext[] getContexts() {
-        return fContexts;
-    }
-
-    // ------------------------------------------------------------------------
-    // Object
-    // ------------------------------------------------------------------------
-
-    @Override
-    public int hashCode() {
-       int result = 37;
-       result = 17 * result + fTimestamp.hashCode();
-       return result;
-    }
-    @Override
-    public boolean equals(Object other) {
-       if (!(other instanceof TmfExperimentCheckpoint)) {
-               return false;
-       }
-       TmfExperimentCheckpoint o = (TmfExperimentCheckpoint) other;
-       return fTimestamp.equals(o.fTimestamp);
-    }
-    // ------------------------------------------------------------------------
-    // Comparable
-    // ------------------------------------------------------------------------
-
-       @Override
-       public int compareTo(TmfExperimentCheckpoint other) {
-               return fTimestamp.compareTo(other.fTimestamp, false);
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfExperimentContext.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfExperimentContext.java
deleted file mode 100644 (file)
index 3d4981c..0000000
+++ /dev/null
@@ -1,151 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.experiment;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.trace.ITmfLocation;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-
-/**
- * <b><u>TmfExperimentContext</u></b>
- * <p>
- * The experiment keeps track of the next event from each of its traces so
- * it can pick the next one in chronological order.
- * <p>
- * This implies that the "next" event from each trace has already been
- * read and that we at least know its timestamp. This doesn't imply that a
- * full parse of the event content was performed (read: LTTng works like 
- * this).
- * <p>
- * The last trace refers to the trace from which the last event was
- * "consumed" at the experiment level.
- */
-public class TmfExperimentContext extends TmfContext {
-
-       // ------------------------------------------------------------------------
-       // Constants
-       // ------------------------------------------------------------------------
-       
-        public static final int NO_TRACE = -1;
-
-       // ------------------------------------------------------------------------
-       // Attributes
-       // ------------------------------------------------------------------------
-
-       private ITmfTrace[]  fTraces = new ITmfTrace[0];
-       private TmfContext[] fContexts;
-       private TmfEvent[]   fEvents;
-       private int lastTraceRead;
-
-       // ------------------------------------------------------------------------
-       // Constructors
-       // ------------------------------------------------------------------------
-
-       public TmfExperimentContext(ITmfTrace[] traces, TmfContext[] contexts) {
-               super();
-               fTraces   = traces;
-               fContexts = contexts;
-               fEvents   = new TmfEvent[fTraces.length];
-
-               ITmfLocation<?>[] locations = new ITmfLocation[fTraces.length];
-               long[] ranks = new long[fTraces.length];
-               long rank = 0;
-               for (int i = 0; i < fTraces.length; i++) {
-                       if (contexts[i] != null) {
-                               locations[i] = contexts[i].getLocation();
-                               ranks[i] = contexts[i].getRank();
-                               rank += contexts[i].getRank();
-                       }
-               }
-               
-               setLocation(new TmfExperimentLocation(new TmfLocationArray(locations), ranks));
-               setRank(rank);
-               lastTraceRead = NO_TRACE;
-       }
-
-       public TmfExperimentContext(ITmfTrace[] traces) {
-               this(traces, new TmfContext[traces.length]);
-       }
-
-       public TmfExperimentContext(TmfExperimentContext other) {
-               this(other.fTraces, other.cloneContexts());
-               fEvents = other.fEvents;
-               if (other.getLocation() != null)
-                       setLocation(other.getLocation().clone());
-               setRank(other.getRank());
-               setLastTrace(other.lastTraceRead);
-       }
-
-       private TmfContext[] cloneContexts() {
-               TmfContext[] contexts = new TmfContext[fContexts.length];
-               for (int i = 0; i < fContexts.length; i++)
-                       contexts[i] = fContexts[i].clone();
-               return contexts;
-       }
-
-       // ------------------------------------------------------------------------
-       // Accessors
-       // ------------------------------------------------------------------------
-
-       public ITmfTrace[] getTraces() {
-               return fTraces;
-       }
-
-       public TmfContext[] getContexts() {
-               return fContexts;
-       }
-
-       public TmfEvent[] getEvents() {
-               return fEvents;
-       }
-
-       public int getLastTrace() {
-               return lastTraceRead;
-       }
-
-       public void setLastTrace(int newIndex) {
-               lastTraceRead = newIndex;
-       }
-
-       // ------------------------------------------------------------------------
-       // Object
-       // ------------------------------------------------------------------------
-
-    @Override
-    public int hashCode() {
-               int result = 17;
-       for (int i = 0; i < fTraces.length; i++) {
-               result = 37 * result + fTraces[i].hashCode();
-               result = 37 * result + fContexts[i].hashCode();
-       }
-       return result;
-    }
-    @Override
-    public boolean equals(Object other) {
-       if (!(other instanceof TmfExperimentContext)) {
-               return false;
-       }
-       TmfExperimentContext o = (TmfExperimentContext) other;
-       boolean isEqual = true;
-       int i = 0;
-       while (isEqual && i < fTraces.length) {
-               isEqual &= fTraces[i].equals(o.fTraces[i]);
-               isEqual &= fContexts[i].equals(o.fContexts[i]);
-               i++;
-       }
-       return isEqual;
-    }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfExperimentLocation.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfExperimentLocation.java
deleted file mode 100644 (file)
index 2637fbe..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.experiment;
-
-import org.eclipse.linuxtools.tmf.trace.TmfLocation;
-
-/**
- * <b><u>TmfExperimentLocation</u></b>
- * <p>
- * The experiment location is the set of its traces' locations.
- */
-public class TmfExperimentLocation extends TmfLocation<TmfLocationArray> {
-
-    private long[] fRanks;
-
-       public TmfExperimentLocation(TmfLocationArray locations, long[] ranks) {
-               super(locations);
-               fRanks = ranks;
-       }
-
-       @Override
-       public TmfExperimentLocation clone() {
-               super.clone();  // To keep FindBugs happy
-               TmfLocationArray array = (TmfLocationArray) getLocation();
-               TmfLocationArray clones = array.clone();
-               return new TmfExperimentLocation(clones, fRanks.clone());
-       }
-
-       @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-               StringBuilder result = new StringBuilder("[TmfExperimentLocation");
-               TmfLocationArray array = (TmfLocationArray) getLocation();
-               for (int i = 0; i < array.locations.length; i++) {
-                       result.append("[" + array.locations[i].toString() + "," + fRanks[i] + "]");
-               }
-               result.append("]");
-               return result.toString();
-       }
-
-       public long[] getRanks() {
-        return fRanks;
-    }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfLocationArray.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/experiment/TmfLocationArray.java
deleted file mode 100644 (file)
index e5f7d70..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Patrick Tasse - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.experiment;
-
-import org.eclipse.linuxtools.tmf.trace.ITmfLocation;
-
-public class TmfLocationArray implements Comparable<TmfLocationArray>, Cloneable {
-       public ITmfLocation<? extends Comparable<?>>[] locations;
-       
-       public TmfLocationArray(ITmfLocation<? extends Comparable<?>>[] locations) {
-               this.locations = locations;
-       }
-       
-       @SuppressWarnings({ "unchecked", "rawtypes" })
-       @Override
-       public int compareTo(TmfLocationArray o) {
-               for (int i = 0; i < locations.length; i++) {
-                       ITmfLocation<? extends Comparable> l1 = (ITmfLocation<? extends Comparable>) locations[i].getLocation();
-                       ITmfLocation<? extends Comparable> l2 = (ITmfLocation<? extends Comparable>) o.locations[i].getLocation();
-                       int result = l1.getLocation().compareTo(l2.getLocation());
-                       if (result != 0) {
-                               return result;
-                       }
-               }
-               return 0;
-       }
-
-       /* (non-Javadoc)
-        * @see java.lang.Object#clone()
-        */
-       @Override
-       protected TmfLocationArray clone() {
-               ITmfLocation<? extends Comparable<?>>[] clones = (ITmfLocation<? extends Comparable<?>>[]) new ITmfLocation<?>[locations.length];
-               for (int i = 0; i < locations.length; i++) {
-                       clones[i] = locations[i].clone();
-               }
-               return new TmfLocationArray(clones);
-       }
-       
-}
-
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/ITmfFilter.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/ITmfFilter.java
deleted file mode 100644 (file)
index 02fa8d4..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Patrick Tasse - Initial API and implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.filter;\r
-\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-\r
-\r
-public interface ITmfFilter {\r
-\r
-       /**\r
-        * Verify the filter conditions on an event\r
-        * \r
-        * @param event The event to verify.\r
-        * @return True if the event matches the filter conditions.\r
-        */\r
-       public boolean matches(TmfEvent event);\r
-       \r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/ITmfFilterTreeNode.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/ITmfFilterTreeNode.java
deleted file mode 100644 (file)
index d77ffff..0000000
+++ /dev/null
@@ -1,122 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Francois Godin (copelnug@gmail.com) - Initial API\r
- *   Yuriy Vashchuk (yvashchuk@gmail.com) - Initial implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.filter.model;\r
-\r
-import java.util.List;\r
-\r
-import org.eclipse.linuxtools.tmf.filter.ITmfFilter;\r
-\r
-\r
-/**\r
- * <h4>This is Node Interface in the Filter Tree</h4>\r
- */\r
-public interface ITmfFilterTreeNode extends ITmfFilter {\r
-       \r
-       /**\r
-        * <h4>Get the parent node of current node</h4>\r
-        * \r
-        * @return The parent node (null when the node has no parent).\r
-        */\r
-       public ITmfFilterTreeNode getParent();\r
-       \r
-       /**\r
-        * <h4>Get the current node name</h4>\r
-        * \r
-        * @return The name of the current node.\r
-        */\r
-       public String getNodeName();\r
-       \r
-       /**\r
-        * <h4>Tell if the node has children</h4> \r
-        * \r
-        * @return True if the node has children.\r
-        */\r
-       public boolean hasChildren();\r
-       \r
-       /**\r
-        * <h4>Return the number of children</h4>\r
-        * \r
-        * @return The number of children.\r
-        */\r
-       public int getChildrenCount();\r
-       \r
-       /**\r
-        * <h4>Get the array of children</h4>\r
-        * \r
-        * @return The array (possibly empty) of children nodes.\r
-        */\r
-       public ITmfFilterTreeNode[] getChildren();\r
-       \r
-       /**\r
-        * <h4>Get the node by index</h4>\r
-        * \r
-        * @param index The index of node to return.\r
-        * @return The desired node (null if the node is not exists).\r
-        */\r
-       public ITmfFilterTreeNode getChild(int index);\r
-       \r
-       /**\r
-        * <h4>Remove the node from its parent</h4>\r
-        * \r
-        * <p>Shifts all nodes after the removed one to prevent having an empty spot. \r
-        * See {@link #replaceChildren(int, ITmfFilterTreeNode)} to replace a node.</p>\r
-        * \r
-        * @return The removed node. \r
-        */\r
-       public ITmfFilterTreeNode remove();\r
-       \r
-       /**\r
-        * <h4>Remove the child from the current node</h4>\r
-        * \r
-        * <p>Shifts all nodes after the removed one to prevent having an empty spot. \r
-        * See {@link #replaceChildren(int, ITmfFilterTreeNode)} to replace a node.</p>\r
-        * \r
-        * @return The removed node. \r
-        */\r
-       public ITmfFilterTreeNode removeChild(ITmfFilterTreeNode node);\r
-       \r
-       /**\r
-        * <h4>Append a node to the current children</h4>\r
-        * \r
-        * @param node Node to append.\r
-        * @return Index of added node (-1 if the node cannot be added).\r
-        */\r
-       public int addChild(ITmfFilterTreeNode node);\r
-       \r
-       /**\r
-        * <h4>Replace a child node</h4>\r
-        * \r
-        * @param index Index of the node to replace.\r
-        * @param node Node who will replace.\r
-        * @return Node replaced.\r
-        */\r
-       public ITmfFilterTreeNode replaceChild(int index, ITmfFilterTreeNode node);\r
-\r
-       /**\r
-        * <h4>Sets the parent of current node</h4>\r
-        * \r
-        * @param parent The parent of current node.\r
-        */\r
-       public void setParent(ITmfFilterTreeNode parent);\r
-       \r
-       /**\r
-        * <h4>Gets the list of valid children node names that could be added to the node</h4>\r
-        * \r
-        * @return The list of valid children node names.\r
-        */\r
-       public List<String> getValidChildren();\r
-\r
-       public ITmfFilterTreeNode clone();\r
-       \r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterAndNode.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterAndNode.java
deleted file mode 100644 (file)
index 673a373..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Patrick Tasse - Initial API and implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.filter.model;\r
-\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-\r
-\r
-public class TmfFilterAndNode extends TmfFilterTreeNode {\r
-\r
-       public static final String NODE_NAME = "AND"; //$NON-NLS-1$\r
-       public static final String NOT_ATTR = "not"; //$NON-NLS-1$\r
-       \r
-       private boolean fNot = false;\r
-       \r
-       public TmfFilterAndNode(ITmfFilterTreeNode parent) {\r
-               super(parent);\r
-       }\r
-\r
-       public boolean isNot() {\r
-               return fNot;\r
-       }\r
-       \r
-       public void setNot(boolean not) {\r
-               this.fNot = not;\r
-       }\r
-       \r
-       @Override\r
-       public String getNodeName() {\r
-               return NODE_NAME;\r
-       }\r
-\r
-       @Override\r
-       public boolean matches(TmfEvent event) {\r
-               for (ITmfFilterTreeNode node : getChildren()) {\r
-                       if (! node.matches(event)) {\r
-                               return false ^ fNot;\r
-                       }\r
-               }\r
-               return true ^ fNot;\r
-       }\r
-\r
-       @Override\r
-       public String toString() {\r
-               StringBuffer buf = new StringBuffer();\r
-               if (fNot) {\r
-                       buf.append("not "); //$NON-NLS-1$\r
-               }\r
-               if (getParent() != null && !(getParent() instanceof TmfFilterRootNode) && !(getParent() instanceof TmfFilterNode)) {\r
-                       buf.append("( "); //$NON-NLS-1$\r
-               }\r
-               for (int i = 0; i < getChildrenCount(); i++) {\r
-                       ITmfFilterTreeNode node = getChildren()[i];\r
-                       buf.append(node.toString());\r
-                       if (i < getChildrenCount() - 1) {\r
-                               buf.append(" and "); //$NON-NLS-1$\r
-                       }\r
-               }\r
-               if (getParent() != null && !(getParent() instanceof TmfFilterRootNode) && !(getParent() instanceof TmfFilterNode)) {\r
-                       buf.append(" )"); //$NON-NLS-1$\r
-               }\r
-               return buf.toString();\r
-       }\r
-       \r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterCompareNode.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterCompareNode.java
deleted file mode 100644 (file)
index d1f9adc..0000000
+++ /dev/null
@@ -1,176 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Patrick Tasse - Initial API and implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.filter.model;\r
-\r
-import java.text.NumberFormat;\r
-import java.text.ParseException;\r
-import java.util.ArrayList;\r
-import java.util.List;\r
-\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.event.TmfNoSuchFieldException;\r
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;\r
-\r
-\r
-public class TmfFilterCompareNode extends TmfFilterTreeNode {\r
-\r
-       public static final String NODE_NAME = "COMPARE"; //$NON-NLS-1$\r
-       public static final String NOT_ATTR = "not"; //$NON-NLS-1$\r
-       public static final String FIELD_ATTR = "field"; //$NON-NLS-1$\r
-       public static final String RESULT_ATTR = "result"; //$NON-NLS-1$\r
-       public static final String TYPE_ATTR = "type"; //$NON-NLS-1$\r
-       public static final String VALUE_ATTR = "value"; //$NON-NLS-1$\r
-       \r
-       public static enum Type {\r
-               NUM,\r
-               ALPHA,\r
-               TIMESTAMP\r
-       }\r
-       \r
-       private boolean fNot = false;\r
-       private String fField;\r
-       private int fResult;\r
-       private Type fType = Type.NUM;\r
-       private String fValue;\r
-       private Number fValueNumber;\r
-       private TmfTimestamp fValueTimestamp;\r
-       \r
-       public TmfFilterCompareNode(ITmfFilterTreeNode parent) {\r
-               super(parent);\r
-       }\r
-\r
-       public boolean isNot() {\r
-               return fNot;\r
-       }\r
-       \r
-       public void setNot(boolean not) {\r
-               this.fNot = not;\r
-       }\r
-       \r
-       public String getField() {\r
-               return fField;\r
-       }\r
-\r
-       public void setField(String field) {\r
-               this.fField = field;\r
-       }\r
-\r
-       public int getResult() {\r
-               return fResult;\r
-       }\r
-       \r
-       public void setResult(int result) {\r
-               this.fResult = result;\r
-       }\r
-       \r
-       public Type getType() {\r
-               return fType;\r
-       }\r
-\r
-       public void setType(Type type) {\r
-               this.fType = type;\r
-               setValue(fValue);\r
-       }\r
-\r
-       public String getValue() {\r
-               return fValue;\r
-       }\r
-       \r
-       public void setValue(String value) {\r
-               this.fValue = value;\r
-               fValueNumber = null;\r
-               fValueTimestamp = null;\r
-               if (value == null) {\r
-                       return;\r
-               }\r
-               if (fType == Type.NUM) {\r
-                       try {\r
-                               fValueNumber = NumberFormat.getInstance().parse(value).doubleValue();\r
-                       } catch (ParseException e) {\r
-                       }\r
-               } else if (fType == Type.TIMESTAMP) {\r
-                       try {\r
-                               fValueTimestamp = new TmfTimestamp((long) (1E9 * NumberFormat.getInstance().parse(value.toString()).doubleValue()));\r
-                       } catch (ParseException e) {\r
-                       }\r
-               }\r
-       }\r
-       \r
-       @Override\r
-       public String getNodeName() {\r
-               return NODE_NAME;\r
-       }\r
-\r
-       @Override\r
-       public boolean matches(TmfEvent event) {\r
-               try {\r
-                       Object value = event.getContent().getField(fField);\r
-                       if (value == null) {\r
-                               return false ^ fNot;\r
-                       }\r
-                       if (fType == Type.NUM) {\r
-                               if (fValueNumber instanceof Number) {\r
-                                       if (value instanceof Number) {\r
-                                               Double valueDouble = ((Number) value).doubleValue();\r
-                                               return (valueDouble.compareTo(fValueNumber.doubleValue()) == fResult) ^ fNot;\r
-                                       } else {\r
-                                               try {\r
-                                                       Double valueDouble = NumberFormat.getInstance().parse(value.toString()).doubleValue();\r
-                                                       return (valueDouble.compareTo(fValueNumber.doubleValue()) == fResult) ^ fNot;\r
-                                               } catch (ParseException e) {\r
-                                               }\r
-                                       }\r
-                               }\r
-                       } else if (fType == Type.ALPHA) {\r
-                               String valueString = value.toString();\r
-                               return (valueString.compareTo(fValue.toString()) == fResult) ^ fNot;\r
-                       } else if (fType == Type.TIMESTAMP) {\r
-                               if (fValueTimestamp instanceof TmfTimestamp) {\r
-                                       if (value instanceof TmfTimestamp) {\r
-                                               TmfTimestamp valueTimestamp = (TmfTimestamp) value;\r
-                                               return (valueTimestamp.compareTo(fValueTimestamp, false) == fResult) ^ fNot;\r
-                                       } else {\r
-                                               try {\r
-                                                       TmfTimestamp valueTimestamp = new TmfTimestamp((long) (1E9 * NumberFormat.getInstance().parse(value.toString()).doubleValue()));\r
-                                                       return (valueTimestamp.compareTo(fValueTimestamp, false) == fResult) ^ fNot;\r
-                                               } catch (ParseException e) {\r
-                                               }\r
-                                       }\r
-                               }\r
-                       }\r
-               } catch (TmfNoSuchFieldException e) {\r
-               }\r
-               return false ^ fNot;\r
-       }\r
-\r
-       @Override\r
-       public List<String> getValidChildren() {\r
-               return new ArrayList<String>(0);\r
-       }\r
-\r
-       @Override\r
-       public String toString() {\r
-               String result = (fResult == 0 ? "= " : fResult < 0 ? "< " : "> "); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
-               String open = (fType == Type.NUM ? "" : fType == Type.ALPHA ? "\"" : "["); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
-               String close = (fType == Type.NUM ? "" : fType == Type.ALPHA ? "\"" : "]"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$\r
-               return fField + (fNot ? " not " : " ") + result + open + fValue + close; //$NON-NLS-1$ //$NON-NLS-2$\r
-       }\r
-\r
-       @Override\r
-       public ITmfFilterTreeNode clone() {\r
-               TmfFilterCompareNode clone = (TmfFilterCompareNode) super.clone();\r
-               clone.fField = new String(fField);\r
-               clone.setValue(new String(fValue));\r
-               return clone;\r
-       }\r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterContainsNode.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterContainsNode.java
deleted file mode 100644 (file)
index e2db82d..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Patrick Tasse - Initial API and implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.filter.model;\r
-\r
-import java.util.ArrayList;\r
-import java.util.List;\r
-\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.event.TmfNoSuchFieldException;\r
-\r
-\r
-public class TmfFilterContainsNode extends TmfFilterTreeNode {\r
-\r
-       public static final String NODE_NAME = "CONTAINS"; //$NON-NLS-1$\r
-       public static final String NOT_ATTR = "not"; //$NON-NLS-1$\r
-       public static final String FIELD_ATTR = "field"; //$NON-NLS-1$\r
-       public static final String VALUE_ATTR = "value"; //$NON-NLS-1$\r
-       public static final String IGNORECASE_ATTR = "ignorecase"; //$NON-NLS-1$\r
-       \r
-       private boolean fNot = false;\r
-       private String fField;\r
-       private String fValue;\r
-       private String fValueUpperCase;\r
-       private boolean fIgnoreCase = false;\r
-       \r
-       public TmfFilterContainsNode(ITmfFilterTreeNode parent) {\r
-               super(parent);\r
-       }\r
-\r
-       public boolean isNot() {\r
-               return fNot;\r
-       }\r
-       \r
-       public void setNot(boolean not) {\r
-               this.fNot = not;\r
-       }\r
-       \r
-       public String getField() {\r
-               return fField;\r
-       }\r
-\r
-       public void setField(String field) {\r
-               this.fField = field;\r
-       }\r
-\r
-       public String getValue() {\r
-               return fValue;\r
-       }\r
-\r
-       public void setValue(String value) {\r
-               this.fValue = value;\r
-               fValueUpperCase = value.toUpperCase();\r
-       }\r
-\r
-       public boolean isIgnoreCase() {\r
-               return fIgnoreCase;\r
-       }\r
-       \r
-       public void setIgnoreCase(boolean ignoreCase) {\r
-               this.fIgnoreCase = ignoreCase;\r
-       }\r
-       \r
-       @Override\r
-       public String getNodeName() {\r
-               return NODE_NAME;\r
-       }\r
-\r
-       @Override\r
-       public boolean matches(TmfEvent event) {\r
-               try {\r
-                       Object value = event.getContent().getField(fField);\r
-                       if (value == null) {\r
-                               return false ^ fNot;\r
-                       }\r
-                       String valueString = value.toString();\r
-                       if (fIgnoreCase) {\r
-                               return valueString.toUpperCase().contains(fValueUpperCase) ^ fNot;\r
-                       } else {\r
-                               return valueString.contains(fValue) ^ fNot;\r
-                       }\r
-               } catch (TmfNoSuchFieldException e) {\r
-                       return false ^ fNot;\r
-               }\r
-       }\r
-\r
-       @Override\r
-       public List<String> getValidChildren() {\r
-               return new ArrayList<String>(0);\r
-       }\r
-\r
-       @Override\r
-       public String toString() {\r
-               return fField + (fNot ? " not" : "") + " contains \"" + fValue + "\""; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$\r
-       }\r
-\r
-       @Override\r
-       public ITmfFilterTreeNode clone() {\r
-               TmfFilterContainsNode clone = (TmfFilterContainsNode) super.clone();\r
-               clone.fField = new String(fField);\r
-               clone.setValue(new String(fValue));\r
-               return clone;\r
-       }\r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterEqualsNode.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterEqualsNode.java
deleted file mode 100644 (file)
index 16b8aa3..0000000
+++ /dev/null
@@ -1,114 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Patrick Tasse - Initial API and implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.filter.model;\r
-\r
-import java.util.ArrayList;\r
-import java.util.List;\r
-\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.event.TmfNoSuchFieldException;\r
-\r
-\r
-public class TmfFilterEqualsNode extends TmfFilterTreeNode {\r
-\r
-       public static final String NODE_NAME = "EQUALS"; //$NON-NLS-1$\r
-       public static final String NOT_ATTR = "not"; //$NON-NLS-1$\r
-       public static final String FIELD_ATTR = "field"; //$NON-NLS-1$\r
-       public static final String VALUE_ATTR = "value"; //$NON-NLS-1$\r
-       public static final String IGNORECASE_ATTR = "ignorecase"; //$NON-NLS-1$\r
-       \r
-       private boolean fNot = false;\r
-       private String fField;\r
-       private String fValue;\r
-       private boolean fIgnoreCase = false;\r
-       \r
-       public TmfFilterEqualsNode(ITmfFilterTreeNode parent) {\r
-               super(parent);\r
-       }\r
-\r
-       public boolean isNot() {\r
-               return fNot;\r
-       }\r
-       \r
-       public void setNot(boolean not) {\r
-               this.fNot = not;\r
-       }\r
-       \r
-       public String getField() {\r
-               return fField;\r
-       }\r
-\r
-       public void setField(String field) {\r
-               this.fField = field;\r
-       }\r
-\r
-       public String getValue() {\r
-               return fValue;\r
-       }\r
-\r
-       public void setValue(String value) {\r
-               this.fValue = value;\r
-       }\r
-\r
-       public boolean isIgnoreCase() {\r
-               return fIgnoreCase;\r
-       }\r
-       \r
-       public void setIgnoreCase(boolean ignoreCase) {\r
-               this.fIgnoreCase = ignoreCase;\r
-       }\r
-       \r
-       @Override\r
-       public String getNodeName() {\r
-               return NODE_NAME;\r
-       }\r
-\r
-       @Override\r
-       public boolean matches(TmfEvent event) {\r
-               try {\r
-                       Object value = event.getContent().getField(fField);\r
-                       if (value == null) {\r
-                               return false ^ fNot;\r
-                       }\r
-                       String valueString = value.toString();\r
-                       if (valueString == null) {\r
-                               return false ^ fNot;\r
-                       }\r
-                       if (fIgnoreCase) {\r
-                               return valueString.equalsIgnoreCase(fValue) ^ fNot;\r
-                       } else {\r
-                               return valueString.equals(fValue) ^ fNot;\r
-                       }\r
-               } catch (TmfNoSuchFieldException e) {\r
-                       return false ^ fNot;\r
-               }\r
-       }\r
-\r
-       @Override\r
-       public List<String> getValidChildren() {\r
-               return new ArrayList<String>(0);\r
-       }\r
-\r
-       @Override\r
-       public String toString() {\r
-               return fField + (fNot ? " not" : "") + " equals \"" + fValue + "\""; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$\r
-       }\r
-\r
-       @Override\r
-       public ITmfFilterTreeNode clone() {\r
-               TmfFilterEqualsNode clone = (TmfFilterEqualsNode) super.clone();\r
-               clone.fField = new String(fField);\r
-               clone.fValue = new String(fValue);\r
-               return clone;\r
-       }\r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterEventTypeNode.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterEventTypeNode.java
deleted file mode 100644 (file)
index 66ea257..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Patrick Tasse - Initial API and implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.filter.model;\r
-\r
-import java.util.ArrayList;\r
-import java.util.List;\r
-\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-\r
-\r
-public class TmfFilterEventTypeNode extends TmfFilterTreeNode {\r
-\r
-       public static final String NODE_NAME = "EVENTTYPE"; //$NON-NLS-1$\r
-       public static final String TYPE_ATTR = "type"; //$NON-NLS-1$\r
-       public static final String NAME_ATTR = "name"; //$NON-NLS-1$\r
-       \r
-       private String fType;\r
-       private String fName;\r
-       \r
-       public TmfFilterEventTypeNode(ITmfFilterTreeNode parent) {\r
-               super(parent);\r
-       }\r
-\r
-       @Override\r
-       public String getNodeName() {\r
-               return NODE_NAME;\r
-       }\r
-\r
-       public String getEventType() {\r
-               return fType;\r
-       }\r
-\r
-       public void setEventType(String type) {\r
-               this.fType = type;\r
-       }\r
-\r
-       public String getName() {\r
-               return fName;\r
-       }\r
-\r
-       public void setName(String name) {\r
-               this.fName = name;\r
-       }\r
-\r
-    @Override\r
-    public boolean matches(TmfEvent event) {\r
-        boolean match = false;\r
-        if (fType.contains(":")) { //$NON-NLS-1$\r
-            // special case for custom parsers\r
-            if (fType.startsWith(event.getClass().getCanonicalName())) {\r
-                if (fType.endsWith(event.getType().getTypeId())) {\r
-                    match = true;\r
-                }\r
-            }\r
-        } else {\r
-            if (event.getClass().getCanonicalName().equals(fType)) {\r
-                match = true;\r
-            }\r
-        }\r
-        if (match) {\r
-            // There should be at most one child\r
-            for (ITmfFilterTreeNode node : getChildren()) {\r
-                if (! node.matches(event)) {\r
-                    return false;\r
-                }\r
-            }\r
-            return true;\r
-        }\r
-        return false;\r
-    }\r
-\r
-       @Override\r
-       public List<String> getValidChildren() {\r
-               if (getChildrenCount() == 0) {\r
-                       return super.getValidChildren();\r
-               } else {\r
-                       return new ArrayList<String>(0); // only one child allowed\r
-               }\r
-       }\r
-\r
-       @Override\r
-       public String toString() {\r
-               StringBuffer buf = new StringBuffer();\r
-               buf.append("EventType is " + fName); //$NON-NLS-1$\r
-               if (getChildrenCount() > 0) {\r
-                       buf.append(" and "); //$NON-NLS-1$\r
-               }\r
-               if (getChildrenCount() > 1) {\r
-                       buf.append("( "); //$NON-NLS-1$\r
-               }\r
-               for (int i = 0; i < getChildrenCount(); i++) {\r
-                       ITmfFilterTreeNode node = getChildren()[i];\r
-                       buf.append(node.toString());\r
-                       if (i < getChildrenCount() - 1) {\r
-                               buf.append(" and "); //$NON-NLS-1$\r
-                       }\r
-               }\r
-               if (getChildrenCount() > 1) {\r
-                       buf.append(" )"); //$NON-NLS-1$\r
-               }\r
-               return buf.toString();\r
-       }\r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterMatchesNode.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterMatchesNode.java
deleted file mode 100644 (file)
index c0b09cd..0000000
+++ /dev/null
@@ -1,118 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Patrick Tasse - Initial API and implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.filter.model;\r
-\r
-import java.util.ArrayList;\r
-import java.util.List;\r
-import java.util.regex.Pattern;\r
-import java.util.regex.PatternSyntaxException;\r
-\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-import org.eclipse.linuxtools.tmf.event.TmfNoSuchFieldException;\r
-\r
-\r
-public class TmfFilterMatchesNode extends TmfFilterTreeNode {\r
-\r
-       public static final String NODE_NAME = "MATCHES"; //$NON-NLS-1$\r
-       public static final String NOT_ATTR = "not"; //$NON-NLS-1$\r
-       public static final String FIELD_ATTR = "field"; //$NON-NLS-1$\r
-       public static final String REGEX_ATTR = "regex"; //$NON-NLS-1$\r
-       \r
-       private boolean fNot = false;\r
-       private String fField;\r
-       private String fRegex;\r
-       private Pattern fPattern;\r
-       \r
-       public TmfFilterMatchesNode(ITmfFilterTreeNode parent) {\r
-               super(parent);\r
-       }\r
-\r
-       public boolean isNot() {\r
-               return fNot;\r
-       }\r
-       \r
-       public void setNot(boolean not) {\r
-               this.fNot = not;\r
-       }\r
-       \r
-       public String getField() {\r
-               return fField;\r
-       }\r
-\r
-       public void setField(String field) {\r
-               this.fField = field;\r
-       }\r
-\r
-       public String getRegex() {\r
-               return fRegex;\r
-       }\r
-\r
-       public void setRegex(String regex) {\r
-               this.fRegex = regex;\r
-               try {\r
-                       this.fPattern = Pattern.compile(regex);\r
-               } catch (PatternSyntaxException e) {\r
-                       this.fPattern = null;\r
-               }\r
-       }\r
-\r
-       @Override\r
-       public String getNodeName() {\r
-               return NODE_NAME;\r
-       }\r
-\r
-       @Override\r
-       public boolean matches(TmfEvent event) {\r
-               if (fPattern == null) {\r
-                       return false ^ fNot;\r
-               }\r
-               try {\r
-                       Object value = event.getContent().getField(fField);\r
-                       if (value == null) {\r
-                               return false ^ fNot;\r
-                       }\r
-                       String valueString = value.toString();\r
-                       return fPattern.matcher(valueString).matches() ^ fNot;\r
-               } catch (TmfNoSuchFieldException e) {\r
-                       return false ^ fNot;\r
-               }\r
-       }\r
-\r
-       @Override\r
-       public List<String> getValidChildren() {\r
-               return new ArrayList<String>(0);\r
-       }\r
-\r
-       @Override\r
-       public String toString() {\r
-               return fField + (fNot ? " not" : "") + " matches \"" + fRegex + "\""; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$\r
-       }\r
-\r
-       @Override\r
-       public ITmfFilterTreeNode clone() {\r
-               TmfFilterMatchesNode clone = (TmfFilterMatchesNode) super.clone();\r
-               clone.fField = new String(fField);\r
-               clone.setRegex(new String(fRegex));\r
-               return clone;\r
-       }\r
-       \r
-       public static String regexFix(String pattern) {\r
-               // if the pattern does not contain one of the expressions .* !^\r
-               // (at the beginning) $ (at the end), then a .* is added at the\r
-               // beginning and at the end of the pattern\r
-               if (!(pattern.indexOf(".*") >= 0 || pattern.charAt(0) == '^' || pattern.charAt(pattern.length() - 1) == '$')) { //$NON-NLS-1$\r
-                       pattern = ".*" + pattern + ".*"; //$NON-NLS-1$ //$NON-NLS-2$\r
-               }\r
-               return pattern;\r
-       }\r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterNode.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterNode.java
deleted file mode 100644 (file)
index 6346741..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Patrick Tasse - Initial API and implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.filter.model;\r
-\r
-import java.util.ArrayList;\r
-import java.util.List;\r
-\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-\r
-\r
-public class TmfFilterNode extends TmfFilterTreeNode {\r
-       \r
-       public static final String NODE_NAME = "FILTER"; //$NON-NLS-1$\r
-       public static final String NAME_ATTR = "name"; //$NON-NLS-1$\r
-       \r
-       String fFilterName;\r
-       \r
-       public TmfFilterNode(String filterName) {\r
-               super(null);\r
-               fFilterName = filterName;\r
-       }\r
-\r
-       public TmfFilterNode(ITmfFilterTreeNode parent, String filterName) {\r
-               super(parent);\r
-               fFilterName = filterName;\r
-       }\r
-\r
-       public String getFilterName() {\r
-               return fFilterName;\r
-       }\r
-\r
-       public void setFilterName(String filterName) {\r
-               fFilterName = filterName;\r
-       }\r
-\r
-       @Override\r
-       public String getNodeName() {\r
-               return NODE_NAME;\r
-       }\r
-\r
-       @Override\r
-       public boolean matches(TmfEvent event) {\r
-               // There should be at most one child\r
-               for (ITmfFilterTreeNode node : getChildren()) {\r
-                       if (node.matches(event)) {\r
-                               return true;\r
-                       }\r
-               }\r
-               return false;\r
-       }\r
-\r
-       @Override\r
-       public List<String> getValidChildren() {\r
-               if (getChildrenCount() == 0) {\r
-                       return super.getValidChildren();\r
-               } else {\r
-                       return new ArrayList<String>(0); // only one child allowed\r
-               }\r
-       }\r
-\r
-       @Override\r
-       public String toString() {\r
-               StringBuffer buf = new StringBuffer();\r
-               if (getChildrenCount() > 1) {\r
-                       buf.append("( "); //$NON-NLS-1$\r
-               }\r
-               for (int i = 0; i < getChildrenCount(); i++) {\r
-                       ITmfFilterTreeNode node = getChildren()[i];\r
-                       buf.append(node.toString());\r
-                       if (i < getChildrenCount() - 1) {\r
-                               buf.append(" and "); //$NON-NLS-1$\r
-                       }\r
-               }\r
-               if (getChildrenCount() > 1) {\r
-                       buf.append(" )"); //$NON-NLS-1$\r
-               }\r
-               return buf.toString();\r
-       }\r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterOrNode.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterOrNode.java
deleted file mode 100644 (file)
index 185508e..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Patrick Tasse - Initial API and implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.filter.model;\r
-\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-\r
-\r
-public class TmfFilterOrNode extends TmfFilterTreeNode {\r
-\r
-       public static final String NODE_NAME = "OR"; //$NON-NLS-1$\r
-       public static final String NOT_ATTR = "not"; //$NON-NLS-1$\r
-       \r
-       private boolean fNot = false;\r
-       \r
-       public TmfFilterOrNode(ITmfFilterTreeNode parent) {\r
-               super(parent);\r
-       }\r
-\r
-       @Override\r
-       public String getNodeName() {\r
-               return NODE_NAME;\r
-       }\r
-\r
-       public boolean isNot() {\r
-               return fNot;\r
-       }\r
-       \r
-       public void setNot(boolean not) {\r
-               this.fNot = not;\r
-       }\r
-       \r
-       @Override\r
-       public boolean matches(TmfEvent event) {\r
-               for (ITmfFilterTreeNode node : getChildren()) {\r
-                       if (node.matches(event)) {\r
-                               return true ^ fNot;\r
-                       }\r
-               }\r
-               return false & fNot;\r
-       }\r
-\r
-       @Override\r
-       public String toString() {\r
-               StringBuffer buf = new StringBuffer();\r
-               if (fNot) {\r
-                       buf.append("not "); //$NON-NLS-1$\r
-               }\r
-               if (getParent() != null && !(getParent() instanceof TmfFilterRootNode) && !(getParent() instanceof TmfFilterNode)) {\r
-                       buf.append("( "); //$NON-NLS-1$\r
-               }\r
-               for (int i = 0; i < getChildrenCount(); i++) {\r
-                       ITmfFilterTreeNode node = getChildren()[i];\r
-                       buf.append(node.toString());\r
-                       if (i < getChildrenCount() - 1) {\r
-                               buf.append(" or "); //$NON-NLS-1$\r
-                       }\r
-               }\r
-               if (getParent() != null && !(getParent() instanceof TmfFilterRootNode) && !(getParent() instanceof TmfFilterNode)) {\r
-                       buf.append(" )"); //$NON-NLS-1$\r
-               }\r
-               return buf.toString();\r
-       }\r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterRootNode.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterRootNode.java
deleted file mode 100644 (file)
index d31260f..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Patrick Tasse - Initial API and implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.filter.model;\r
-\r
-import java.util.Arrays;\r
-import java.util.List;\r
-\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-\r
-\r
-public class TmfFilterRootNode extends TmfFilterTreeNode {\r
-       \r
-       public static final String NODE_NAME = "ROOT"; //$NON-NLS-1$\r
-       \r
-       private static final String[] VALID_CHILDREN = {\r
-               TmfFilterNode.NODE_NAME\r
-       };\r
-       \r
-       public TmfFilterRootNode() {\r
-               super(null);\r
-       }\r
-\r
-       @Override\r
-       public String getNodeName() {\r
-               return NODE_NAME;\r
-       }\r
-\r
-       @Override\r
-       public boolean matches(TmfEvent event) {\r
-               for (ITmfFilterTreeNode node : getChildren()) {\r
-                       if (! node.matches(event)) {\r
-                               return false;\r
-                       }\r
-               }\r
-               return true;\r
-       }\r
-\r
-       @Override\r
-       public List<String> getValidChildren() {\r
-               return Arrays.asList(VALID_CHILDREN);\r
-       }\r
-\r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterTreeNode.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/model/TmfFilterTreeNode.java
deleted file mode 100644 (file)
index 88a2607..0000000
+++ /dev/null
@@ -1,177 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Yuriy Vashchuk (yvashchuk@gmail.com) - Initial API and implementation\r
- *   Patrick Tasse - Refactoring\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.filter.model;\r
-\r
-import java.util.ArrayList;\r
-import java.util.Arrays;\r
-import java.util.List;\r
-\r
-import org.eclipse.linuxtools.tmf.event.TmfEvent;\r
-\r
-/**\r
- * <b><u>TmfFilterTreeNode</u></b>\r
- * <p>\r
- * The Filter Tree node\r
- * <p>\r
- */\r
-public abstract class TmfFilterTreeNode implements ITmfFilterTreeNode, Cloneable {\r
-       \r
-       private static final String[] VALID_CHILDREN = {\r
-               TmfFilterEventTypeNode.NODE_NAME,\r
-               TmfFilterAndNode.NODE_NAME,\r
-               TmfFilterOrNode.NODE_NAME,\r
-               TmfFilterContainsNode.NODE_NAME,\r
-               TmfFilterEqualsNode.NODE_NAME,\r
-               TmfFilterMatchesNode.NODE_NAME,\r
-               TmfFilterCompareNode.NODE_NAME\r
-       };\r
-       \r
-       private ITmfFilterTreeNode parent = null;\r
-       private ArrayList<ITmfFilterTreeNode> children = new ArrayList<ITmfFilterTreeNode>();\r
-\r
-    public TmfFilterTreeNode(final ITmfFilterTreeNode parent) {\r
-       if (parent != null) {\r
-               parent.addChild(this);\r
-       }\r
-    }\r
-    \r
-       /* (non-Javadoc)\r
-        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#getParent()\r
-        */\r
-       @Override\r
-       public ITmfFilterTreeNode getParent() {\r
-               return parent;\r
-       }\r
-\r
-       /* (non-Javadoc)\r
-        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#getNodeName()\r
-        */\r
-       @Override\r
-       public abstract String getNodeName();\r
-\r
-       /* (non-Javadoc)\r
-        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#hasChildren()\r
-        */\r
-       @Override\r
-       public boolean hasChildren() {\r
-               return (children.size() > 0);\r
-       }\r
-\r
-       /* (non-Javadoc)\r
-        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#getChildrenCount()\r
-        */\r
-       @Override\r
-       public int getChildrenCount() {\r
-               return children.size();\r
-       }\r
-\r
-       /* (non-Javadoc)\r
-        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#getChildren()\r
-        */\r
-       @Override\r
-       public ITmfFilterTreeNode[] getChildren() {\r
-               return children.toArray(new ITmfFilterTreeNode[0]);\r
-       }\r
-\r
-       /* (non-Javadoc)\r
-        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#getChild(int)\r
-        */\r
-       @Override\r
-       public ITmfFilterTreeNode getChild(final int index) throws IndexOutOfBoundsException {\r
-               return children.get(index);\r
-       }\r
-\r
-       /* (non-Javadoc)\r
-        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#remove()\r
-        */\r
-       @Override\r
-       public ITmfFilterTreeNode remove() {\r
-               if (getParent() != null) {\r
-                       getParent().removeChild(this);\r
-               }\r
-               return this;\r
-       }\r
-\r
-       /*\r
-        * (non-Javadoc)\r
-        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#removeChild(org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode)\r
-        */\r
-       @Override\r
-       public ITmfFilterTreeNode removeChild(ITmfFilterTreeNode node) {\r
-               children.remove(node);\r
-               node.setParent(null);\r
-               return node;\r
-       }\r
-\r
-       /* (non-Javadoc)\r
-        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#addChild(org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode)\r
-        */\r
-       @Override\r
-       public int addChild(final ITmfFilterTreeNode node) {\r
-               node.setParent(this);\r
-               if(children.add(node)) {\r
-                       return (children.size() - 1);\r
-               }\r
-               return -1;\r
-       }\r
-\r
-       /* (non-Javadoc)\r
-        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#replaceChild(int, org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode)\r
-        */\r
-       @Override\r
-       public ITmfFilterTreeNode replaceChild(final int index, final ITmfFilterTreeNode node) throws IndexOutOfBoundsException {\r
-               node.setParent(this);\r
-               return children.set(index, node);\r
-       }\r
-\r
-       /* (non-Javadoc)\r
-        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#setParent(org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode)\r
-        */\r
-       @Override\r
-       public void setParent(final ITmfFilterTreeNode parent) {\r
-               this.parent = parent;\r
-       }\r
-\r
-       \r
-       /* (non-Javadoc)\r
-        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#matches(org.eclipse.linuxtools.tmf.event.TmfEvent)\r
-        */\r
-       @Override\r
-       public abstract boolean matches(TmfEvent event);\r
-\r
-       /* (non-Javadoc)\r
-        * @see org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode#getValidChildren()\r
-        * \r
-        * By default, all node types are valid children. Override if different.\r
-        */\r
-       @Override\r
-       public List<String> getValidChildren() {\r
-               return Arrays.asList(VALID_CHILDREN);\r
-       }\r
-\r
-       @Override\r
-       public ITmfFilterTreeNode clone() {\r
-               try {\r
-                       TmfFilterTreeNode clone = (TmfFilterTreeNode) super.clone();\r
-                       clone.parent = null;\r
-                       clone.children = new ArrayList<ITmfFilterTreeNode>(children.size());\r
-                       for (ITmfFilterTreeNode child : getChildren()) {\r
-                               clone.addChild(child.clone());\r
-                       }\r
-                       return clone;\r
-               } catch (CloneNotSupportedException e) {\r
-                       return null;\r
-               }\r
-       }\r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/xml/TmfFilterContentHandler.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/xml/TmfFilterContentHandler.java
deleted file mode 100644 (file)
index c405f72..0000000
+++ /dev/null
@@ -1,185 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Yuriy Vashchuk (yvashchuk@gmail.com) - Initial API and implementation\r
- *       based on http://smeric.developpez.com/java/cours/xml/sax/\r
- *   Patrick Tasse - Refactoring\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.filter.xml;\r
-\r
-import java.util.Stack;\r
-\r
-import org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterAndNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterCompareNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterCompareNode.Type;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterContainsNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterEqualsNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterEventTypeNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterMatchesNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterOrNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterRootNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterTreeNode;\r
-import org.xml.sax.Attributes;\r
-import org.xml.sax.SAXException;\r
-import org.xml.sax.helpers.DefaultHandler;\r
-\r
-/**\r
- * <b><u>FilterContentHandler</u></b>\r
- * <p>\r
- * The Filter SAX Content Handler\r
- * <p>\r
- */\r
-public class TmfFilterContentHandler extends DefaultHandler {\r
-       \r
-       private ITmfFilterTreeNode fRoot = null;\r
-       private Stack<ITmfFilterTreeNode> fFilterTreeStack = null;\r
-\r
-       /**\r
-        * The default constructor\r
-        */ \r
-       public TmfFilterContentHandler() {\r
-               super();\r
-               fFilterTreeStack = new Stack<ITmfFilterTreeNode>();\r
-       }\r
-\r
-       /**\r
-        * Getter of tree\r
-        * \r
-        * @return The builded tree\r
-        */ \r
-       public ITmfFilterTreeNode getTree() {\r
-               return fRoot;\r
-       }\r
-       \r
-       /*\r
-        * (non-Javadoc)\r
-        * @see org.xml.sax.ContentHandler#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)\r
-        */\r
-       @Override\r
-       public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException {\r
-               ITmfFilterTreeNode node = null;\r
-               \r
-               if (localName.equalsIgnoreCase(TmfFilterRootNode.NODE_NAME)) {\r
-                       \r
-                       node = new TmfFilterRootNode();\r
-                       \r
-               } else if (localName.equals(TmfFilterNode.NODE_NAME)) {\r
-                       \r
-                       node = new TmfFilterNode(atts.getValue(TmfFilterNode.NAME_ATTR));\r
-                       \r
-               } else if (localName.equals(TmfFilterEventTypeNode.NODE_NAME)) {\r
-                       \r
-                       node = new TmfFilterEventTypeNode(null);\r
-                       ((TmfFilterEventTypeNode) node).setEventType(atts.getValue(TmfFilterEventTypeNode.TYPE_ATTR));\r
-                       ((TmfFilterEventTypeNode) node).setName(atts.getValue(TmfFilterEventTypeNode.NAME_ATTR));\r
-                       \r
-               } else if (localName.equals(TmfFilterAndNode.NODE_NAME)) {\r
-                       \r
-                       node = new TmfFilterAndNode(null);\r
-                       String value = atts.getValue(TmfFilterAndNode.NOT_ATTR);\r
-                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
-                               ((TmfFilterAndNode) node).setNot(true);\r
-                       }\r
-                       \r
-               } else if (localName.equals(TmfFilterOrNode.NODE_NAME)) {\r
-                       \r
-                       node = new TmfFilterOrNode(null);\r
-                       String value = atts.getValue(TmfFilterOrNode.NOT_ATTR);\r
-                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
-                               ((TmfFilterOrNode) node).setNot(true);\r
-                       }\r
-                       \r
-               } else if (localName.equals(TmfFilterContainsNode.NODE_NAME)) {\r
-                       \r
-                       node = new TmfFilterContainsNode(null);\r
-                       String value = atts.getValue(TmfFilterContainsNode.NOT_ATTR);\r
-                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
-                               ((TmfFilterContainsNode) node).setNot(true);\r
-                       }\r
-                       ((TmfFilterContainsNode) node).setField(atts.getValue(TmfFilterContainsNode.FIELD_ATTR));\r
-                       ((TmfFilterContainsNode) node).setValue(atts.getValue(TmfFilterContainsNode.VALUE_ATTR));\r
-                       value = atts.getValue(TmfFilterContainsNode.IGNORECASE_ATTR);\r
-                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
-                               ((TmfFilterContainsNode) node).setIgnoreCase(true);\r
-                       }\r
-                       \r
-               } else if (localName.equals(TmfFilterEqualsNode.NODE_NAME)) {\r
-                       \r
-                       node = new TmfFilterEqualsNode(null);\r
-                       String value = atts.getValue(TmfFilterEqualsNode.NOT_ATTR);\r
-                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
-                               ((TmfFilterEqualsNode) node).setNot(true);\r
-                       }\r
-                       ((TmfFilterEqualsNode) node).setField(atts.getValue(TmfFilterEqualsNode.FIELD_ATTR));\r
-                       ((TmfFilterEqualsNode) node).setValue(atts.getValue(TmfFilterEqualsNode.VALUE_ATTR));\r
-                       value = atts.getValue(TmfFilterEqualsNode.IGNORECASE_ATTR);\r
-                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
-                               ((TmfFilterEqualsNode) node).setIgnoreCase(true);\r
-                       }\r
-                       \r
-               } else if (localName.equals(TmfFilterMatchesNode.NODE_NAME)) {\r
-                       \r
-                       node = new TmfFilterMatchesNode(null);\r
-                       String value = atts.getValue(TmfFilterMatchesNode.NOT_ATTR);\r
-                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
-                               ((TmfFilterMatchesNode) node).setNot(true);\r
-                       }\r
-                       ((TmfFilterMatchesNode) node).setField(atts.getValue(TmfFilterMatchesNode.FIELD_ATTR));\r
-                       ((TmfFilterMatchesNode) node).setRegex(atts.getValue(TmfFilterMatchesNode.REGEX_ATTR));\r
-                       \r
-               } else if (localName.equals(TmfFilterCompareNode.NODE_NAME)) {\r
-                       \r
-                       node = new TmfFilterCompareNode(null);\r
-                       String value = atts.getValue(TmfFilterCompareNode.NOT_ATTR);\r
-                       if (value != null && value.equalsIgnoreCase(Boolean.TRUE.toString())) {\r
-                               ((TmfFilterCompareNode) node).setNot(true);\r
-                       }\r
-                       ((TmfFilterCompareNode) node).setField(atts.getValue(TmfFilterCompareNode.FIELD_ATTR));\r
-                       value = atts.getValue(TmfFilterCompareNode.TYPE_ATTR);\r
-                       if (value != null) {\r
-                               ((TmfFilterCompareNode) node).setType(Type.valueOf(value));\r
-                       }\r
-                       value = atts.getValue(TmfFilterCompareNode.RESULT_ATTR);\r
-                       if (value != null) {\r
-                               if (value.equals(Integer.toString(-1))) {\r
-                                       ((TmfFilterCompareNode) node).setResult(-1);\r
-                               } else if (value.equals(Integer.toString(1))) {\r
-                                       ((TmfFilterCompareNode) node).setResult(1);\r
-                               } else {\r
-                                       ((TmfFilterCompareNode) node).setResult(0);\r
-                               }\r
-                       }\r
-                       ((TmfFilterCompareNode) node).setValue(atts.getValue(TmfFilterCompareNode.VALUE_ATTR));\r
-                       \r
-               }\r
-\r
-               fFilterTreeStack.push(node);\r
-       }\r
-\r
-       /*\r
-        * (non-Javadoc)\r
-        * @see org.xml.sax.ContentHandler#endElement(java.lang.String, java.lang.String, java.lang.String)\r
-        */\r
-       @Override\r
-       public void endElement(String uri, String localName, String qName) throws SAXException {\r
-               ITmfFilterTreeNode node = fFilterTreeStack.pop();\r
-\r
-               if (fFilterTreeStack.isEmpty()) {\r
-                       fRoot = node;\r
-               } else if (fFilterTreeStack.lastElement() instanceof TmfFilterTreeNode &&\r
-                               node instanceof TmfFilterTreeNode) {\r
-                       fFilterTreeStack.lastElement().addChild(node);\r
-               }\r
-                       \r
-       }\r
-\r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/xml/TmfFilterXMLParser.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/xml/TmfFilterXMLParser.java
deleted file mode 100644 (file)
index f58ed8c..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Yuriy Vashchuk (yvashchuk@gmail.com) - Initial API and implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.filter.xml;\r
-\r
-import java.io.IOException;\r
-\r
-import javax.xml.parsers.ParserConfigurationException;\r
-import javax.xml.parsers.SAXParserFactory;\r
-\r
-import org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode;\r
-\r
-import org.xml.sax.SAXException;\r
-import org.xml.sax.XMLReader;\r
-\r
-/**\r
- * <b><u>FilterXMLParser</u></b>\r
- * <p>\r
- * This is SAX based XML parser\r
- * <p>\r
- */\r
-public class TmfFilterXMLParser {\r
-       \r
-       private static ITmfFilterTreeNode fRoot = null;\r
-       \r
-       /**\r
-        * The XMLParser constructor\r
-        * \r
-        * @param uri The XML file to parse\r
-        */ \r
-       public TmfFilterXMLParser(final String uri) throws SAXException, IOException {\r
-               \r
-               SAXParserFactory m_parserFactory = null;\r
-               if (m_parserFactory == null) { \r
-            m_parserFactory = SAXParserFactory.newInstance(); \r
-            m_parserFactory.setNamespaceAware(true); \r
-        } \r
-\r
-               XMLReader saxReader = null;\r
-               try {\r
-                       \r
-                       saxReader = m_parserFactory.newSAXParser().getXMLReader();\r
-               saxReader.setContentHandler(new TmfFilterContentHandler());\r
-               saxReader.parse(uri);\r
-               \r
-               fRoot = ((TmfFilterContentHandler) saxReader.getContentHandler()).getTree();\r
-               \r
-               } catch (ParserConfigurationException e) {\r
-                       e.printStackTrace();\r
-               }\r
-       }\r
-\r
-       /**\r
-        * Getter of tree\r
-        * \r
-        * @return The builded tree\r
-        */ \r
-       public ITmfFilterTreeNode getTree() {\r
-               return fRoot;\r
-       }\r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/xml/TmfFilterXMLWriter.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/filter/xml/TmfFilterXMLWriter.java
deleted file mode 100644 (file)
index ffd5585..0000000
+++ /dev/null
@@ -1,161 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Yuriy Vashchuk (yvashchuk@gmail.com) - Initial API and implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.filter.xml;\r
-\r
-import java.io.File;\r
-import java.io.IOException;\r
-\r
-import javax.xml.parsers.DocumentBuilder;\r
-import javax.xml.parsers.DocumentBuilderFactory;\r
-import javax.xml.parsers.ParserConfigurationException;\r
-import javax.xml.transform.Transformer;\r
-import javax.xml.transform.TransformerConfigurationException;\r
-import javax.xml.transform.TransformerException;\r
-import javax.xml.transform.TransformerFactory;\r
-import javax.xml.transform.dom.DOMSource;\r
-import javax.xml.transform.stream.StreamResult;\r
-\r
-import org.eclipse.linuxtools.tmf.filter.model.ITmfFilterTreeNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterAndNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterCompareNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterContainsNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterEqualsNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterEventTypeNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterMatchesNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterNode;\r
-import org.eclipse.linuxtools.tmf.filter.model.TmfFilterOrNode;\r
-import org.w3c.dom.Document;\r
-import org.w3c.dom.Element;\r
-\r
-/**\r
- * <b><u>FilterXMLParser</u></b>\r
- * <p>\r
- * This is SAX based XML parser\r
- * <p>\r
- */\r
-public class TmfFilterXMLWriter {\r
-       \r
-       private Document document = null;\r
-       \r
-       /**\r
-        * The XMLParser constructor\r
-        * \r
-        * @param uri The XML file to parse\r
-        * @throws ParserConfigurationException \r
-        */ \r
-       public TmfFilterXMLWriter(final ITmfFilterTreeNode root) throws IOException, ParserConfigurationException {\r
-               DocumentBuilderFactory documentBuilderFactory = DocumentBuilderFactory.newInstance();\r
-               DocumentBuilder documentBuilder = documentBuilderFactory.newDocumentBuilder();\r
-               document = documentBuilder.newDocument();\r
-               \r
-               Element rootElement = document.createElement(root.getNodeName());\r
-               document.appendChild(rootElement);\r
-\r
-               for (ITmfFilterTreeNode node : root.getChildren()) {\r
-                       buildXMLTree(document, node, rootElement);\r
-               }\r
-       }\r
-\r
-       /**\r
-        * The Tree to XML parser\r
-        * \r
-        * @param document The XML document\r
-        * @param treenode The node to write\r
-        * @param parentElement The XML element of the parent\r
-        */ \r
-       public static void buildXMLTree(final Document document, final ITmfFilterTreeNode treenode, Element parentElement) {\r
-               Element element = document.createElement(treenode.getNodeName());\r
-               \r
-               if (treenode instanceof TmfFilterNode) {\r
-                       \r
-                       TmfFilterNode node = (TmfFilterNode) treenode;\r
-                       element.setAttribute(TmfFilterNode.NAME_ATTR, node.getFilterName());\r
-                       \r
-               } else if (treenode instanceof TmfFilterEventTypeNode) {\r
-                       \r
-                       TmfFilterEventTypeNode node = (TmfFilterEventTypeNode) treenode;\r
-                       element.setAttribute(TmfFilterEventTypeNode.TYPE_ATTR, node.getEventType());\r
-                       element.setAttribute(TmfFilterEventTypeNode.NAME_ATTR, node.getName());\r
-                       \r
-               } else if (treenode instanceof TmfFilterAndNode) {\r
-                       \r
-                       TmfFilterAndNode node = (TmfFilterAndNode) treenode;\r
-                       element.setAttribute(TmfFilterAndNode.NOT_ATTR, Boolean.toString(node.isNot()));\r
-                       \r
-               } else if (treenode instanceof TmfFilterOrNode) {\r
-                       \r
-                       TmfFilterOrNode node = (TmfFilterOrNode) treenode;\r
-                       element.setAttribute(TmfFilterOrNode.NOT_ATTR, Boolean.toString(node.isNot()));\r
-                       \r
-               } else if (treenode instanceof TmfFilterContainsNode) {\r
-                       \r
-                       TmfFilterContainsNode node = (TmfFilterContainsNode) treenode;\r
-                       element.setAttribute(TmfFilterContainsNode.NOT_ATTR, Boolean.toString(node.isNot()));\r
-                       element.setAttribute(TmfFilterContainsNode.FIELD_ATTR, node.getField());\r
-                       element.setAttribute(TmfFilterContainsNode.VALUE_ATTR, node.getValue());\r
-                       element.setAttribute(TmfFilterContainsNode.IGNORECASE_ATTR, Boolean.toString(node.isIgnoreCase()));\r
-                       \r
-               } else if (treenode instanceof TmfFilterEqualsNode) {\r
-                       \r
-                       TmfFilterEqualsNode node = (TmfFilterEqualsNode) treenode;\r
-                       element.setAttribute(TmfFilterEqualsNode.NOT_ATTR, Boolean.toString(node.isNot()));\r
-                       element.setAttribute(TmfFilterEqualsNode.FIELD_ATTR, node.getField());\r
-                       element.setAttribute(TmfFilterEqualsNode.VALUE_ATTR, node.getValue());\r
-                       element.setAttribute(TmfFilterEqualsNode.IGNORECASE_ATTR, Boolean.toString(node.isIgnoreCase()));\r
-                       \r
-               } else if (treenode instanceof TmfFilterMatchesNode) {\r
-                       \r
-                       TmfFilterMatchesNode node = (TmfFilterMatchesNode) treenode;\r
-                       element.setAttribute(TmfFilterMatchesNode.NOT_ATTR, Boolean.toString(node.isNot()));\r
-                       element.setAttribute(TmfFilterMatchesNode.FIELD_ATTR, node.getField());\r
-                       element.setAttribute(TmfFilterMatchesNode.REGEX_ATTR, node.getRegex());\r
-                       \r
-               } else if (treenode instanceof TmfFilterCompareNode) {\r
-                       \r
-                       TmfFilterCompareNode node = (TmfFilterCompareNode) treenode;\r
-                       element.setAttribute(TmfFilterCompareNode.NOT_ATTR, Boolean.toString(node.isNot()));\r
-                       element.setAttribute(TmfFilterCompareNode.FIELD_ATTR, node.getField());\r
-                       element.setAttribute(TmfFilterCompareNode.RESULT_ATTR, Integer.toString(node.getResult()));\r
-                       element.setAttribute(TmfFilterCompareNode.TYPE_ATTR, node.getType().toString());\r
-                       element.setAttribute(TmfFilterCompareNode.VALUE_ATTR, node.getValue());\r
-                       \r
-               }\r
-               \r
-               parentElement.appendChild(element);\r
-               \r
-               for (int i = 0; i < treenode.getChildrenCount(); i++) {\r
-                       buildXMLTree(document, treenode.getChild(i), element);\r
-               }\r
-       }\r
-       \r
-       /**\r
-        * Save the tree \r
-        * \r
-        * @param uri The new Filter XML path\r
-        */ \r
-       public void saveTree(final String uri) {\r
-               TransformerFactory transformerFactory = TransformerFactory.newInstance();\r
-               \r
-               try {\r
-                       Transformer transformer = transformerFactory.newTransformer();\r
-               DOMSource source = new DOMSource(document);\r
-               StreamResult result =  new StreamResult(new File(uri));\r
-                       transformer.transform(source, result);\r
-               } catch (TransformerConfigurationException e) {\r
-                       e.printStackTrace();\r
-               } catch (TransformerException e) {\r
-                       e.printStackTrace();\r
-               }\r
-       }\r
-       \r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/io/BufferedRandomAccessFile.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/io/BufferedRandomAccessFile.java
deleted file mode 100644 (file)
index 435952f..0000000
+++ /dev/null
@@ -1,157 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Patrick Tasse - Initial API and implementation, based on article by Nick Zhang\r
- *                   (http://www.javaworld.com/javatips/jw-javatip26.html)\r
- ******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.io;\r
-\r
-import java.io.File;\r
-import java.io.IOException;\r
-import java.io.RandomAccessFile;\r
-import java.nio.charset.Charset;\r
-\r
-public class BufferedRandomAccessFile extends RandomAccessFile {\r
-\r
-       private static final int DEFAULT_BUF_SIZE = 8192;\r
-       private static final Charset CHARSET_UTF8 = Charset.forName("UTF-8"); //$NON-NLS-1$\r
-       \r
-       final int BUF_SIZE;\r
-       byte buffer[];\r
-       int buf_end = 0;\r
-       int buf_pos = 0;\r
-       long real_pos = 0;\r
-       StringBuilder sb = new StringBuilder();\r
-       \r
-       public BufferedRandomAccessFile(String name, String mode) throws IOException {\r
-               this(name, mode, DEFAULT_BUF_SIZE);\r
-       }\r
-       \r
-       public BufferedRandomAccessFile(File file, String mode) throws IOException {\r
-               this(file, mode, DEFAULT_BUF_SIZE);\r
-       }\r
-       \r
-       public BufferedRandomAccessFile(String name, String mode, int bufsize) throws IOException {\r
-           super(name, mode);\r
-           invalidate();\r
-           BUF_SIZE = bufsize;\r
-           buffer = new byte[BUF_SIZE];\r
-    }\r
-\r
-       public BufferedRandomAccessFile(File file, String mode, int bufsize) throws IOException {\r
-           super(file, mode);\r
-           invalidate();\r
-           BUF_SIZE = bufsize;\r
-           buffer = new byte[BUF_SIZE];\r
-    }\r
-\r
-       @Override\r
-    public final int read() throws IOException{\r
-               if (buf_pos >= buf_end) {\r
-                       if (fillBuffer() < 0) {\r
-                               return -1;\r
-                       }\r
-               }\r
-               if (buf_end == 0) {\r
-                       return -1;\r
-               } else {\r
-                       return buffer[buf_pos++];\r
-               }\r
-       }\r
-       \r
-       @Override\r
-    public int read(byte b[], int off, int len) throws IOException {\r
-               int leftover = buf_end - buf_pos;\r
-               if (len <= leftover) {\r
-                       System.arraycopy(buffer, buf_pos, b, off, len);\r
-                       buf_pos += len;\r
-                       return len;\r
-               }\r
-               for(int i = 0; i < len; i++) {\r
-                       int c = this.read();\r
-                       if (c != -1) {\r
-                               b[off+i] = (byte) c;\r
-                       } else {\r
-                               return i;\r
-                       }\r
-               }\r
-               return len;\r
-       }\r
-       \r
-       @Override\r
-    public long getFilePointer() throws IOException{\r
-               long l = real_pos;\r
-               return (l - buf_end + buf_pos);\r
-       }\r
-\r
-       @Override\r
-    public void seek(long pos) throws IOException {\r
-               int n = (int) (real_pos - pos);\r
-               if(n >= 0 && n <= buf_end) {\r
-                       buf_pos = buf_end - n;\r
-               } else {\r
-                       super.seek(pos);\r
-                       invalidate();\r
-               }\r
-       }\r
-\r
-       public final String getNextLine() throws IOException {\r
-               String str = null;\r
-               if (buf_end - buf_pos <= 0) {\r
-                       if (fillBuffer() < 0) {\r
-                               return null;\r
-                       }\r
-               }\r
-               int lineend = -1;\r
-               for (int i = buf_pos; i < buf_end; i++) {\r
-                       if (buffer[i] == '\n') {\r
-                               lineend = i;\r
-                               break;\r
-                       }\r
-               }\r
-               if (lineend < 0) {\r
-                       sb.delete(0, sb.length());\r
-                       int c;\r
-                       while (((c = read()) != -1) && (c != '\n')) {\r
-                               sb.append((char) c);\r
-                       }\r
-                       if ((c == -1) && (sb.length() == 0)) {\r
-                               return null;\r
-                       }\r
-                       if (sb.charAt(sb.length() - 1) == '\r') {\r
-                               sb.deleteCharAt(sb.length() - 1);\r
-                       }\r
-                       return sb.toString();\r
-               }\r
-               if (lineend > 0 && buffer[lineend - 1] == '\r' && lineend > buf_pos) {\r
-                       str = new String(buffer, buf_pos, lineend - buf_pos - 1, CHARSET_UTF8);\r
-               } else {\r
-                       str = new String(buffer, buf_pos, lineend - buf_pos, CHARSET_UTF8);\r
-               }\r
-               buf_pos = lineend + 1;\r
-               return str;\r
-       }\r
-         \r
-       private int fillBuffer() throws IOException {\r
-               int n = super.read(buffer, 0, BUF_SIZE);\r
-               if (n >= 0) {\r
-                       real_pos += n;\r
-                       buf_end = n;\r
-                       buf_pos = 0;\r
-               }\r
-               return n;\r
-       }\r
-       \r
-       private void invalidate() throws IOException {\r
-               buf_end = 0;\r
-               buf_pos = 0;\r
-               real_pos = super.getFilePointer();\r
-       }\r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/parser/ITmfEventParser.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/parser/ITmfEventParser.java
deleted file mode 100644 (file)
index bf5f34d..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.parser;
-
-import java.io.IOException;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-import org.eclipse.linuxtools.tmf.trace.TmfContext;
-
-/**
- * <b><u>ITmfEventParser</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public interface ITmfEventParser {
-
-    /**
-     * @return
-     * @throws IOException 
-     */
-       public TmfEvent parseNextEvent(ITmfTrace<?> stream, TmfContext context) throws IOException;
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/ITmfDataRequest.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/ITmfDataRequest.java
deleted file mode 100644 (file)
index 9e3760f..0000000
+++ /dev/null
@@ -1,108 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.request;
-
-import org.eclipse.linuxtools.tmf.event.TmfData;
-
-/**
- * <b><u>ITmfDataRequest</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public interface ITmfDataRequest<T extends TmfData> {
-
-       // ------------------------------------------------------------------------
-       // Constants
-       // ------------------------------------------------------------------------
-
-    public enum ExecutionType { BACKGROUND, FOREGROUND };
-    
-       // ------------------------------------------------------------------------
-       // Accessors
-       // ------------------------------------------------------------------------
-
-    /**
-     * @return request data type (T)
-     */
-    public Class<T> getDataType();
-
-    /**
-     * @return request ID
-     */
-    public int getRequestId();
-
-    /**
-     * @return request ID
-     */
-    public ExecutionType getExecType();
-
-    /**
-        * @return the index of the first event requested
-     */
-    public int getIndex();
-
-    /**
-     * @return the number of requested events
-     */
-    public int getNbRequested();
-
-    /**
-     * @return the block size (for BG requests)
-     */
-    public int getBlockSize();
-
-    /**
-     * @return the number of events read so far
-     */
-    public int getNbRead();
-
-       // ------------------------------------------------------------------------
-       // Request state
-       // ------------------------------------------------------------------------
-
-    public boolean isRunning();
-    public boolean isCompleted();
-    public boolean isFailed();
-    public boolean isCancelled();
-
-       // ------------------------------------------------------------------------
-       // Data handling
-       // ------------------------------------------------------------------------
-
-    public void handleData(T data);
-
-       // ------------------------------------------------------------------------
-       // Request handling
-       // ------------------------------------------------------------------------
-
-    public void handleStarted();
-    public void handleCompleted();
-    public void handleSuccess();
-    public void handleFailure();
-    public void handleCancel();
-
-    /**
-     * To suspend the client thread until the request completes
-     * (or is canceled).
-     */
-    public void waitForCompletion() throws InterruptedException;
-
-       // ------------------------------------------------------------------------
-       // Request state modifiers
-       // ------------------------------------------------------------------------
-
-    public void start();
-    public void done();
-    public void fail();
-    public void cancel();
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/ITmfEventRequest.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/ITmfEventRequest.java
deleted file mode 100644 (file)
index 9e28b28..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.request;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-
-/**
- * <b><u>ITmfEventRequest</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public interface ITmfEventRequest<T extends TmfEvent> extends ITmfDataRequest<T> {
-
-    /**
-     * @return the requested time range
-     */
-    public TmfTimeRange getRange();
-
-    /**
-     * this method is called by the event provider to set the index corresponding to the time range start time
-     * @param index the start time index
-     */
-       public void setStartIndex(int index);
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/TmfCoalescedDataRequest.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/TmfCoalescedDataRequest.java
deleted file mode 100644 (file)
index 738e8f1..0000000
+++ /dev/null
@@ -1,233 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.request;
-
-import java.util.Vector;
-
-import org.eclipse.linuxtools.tmf.event.TmfData;
-
-/**
- * <b><u>TmfCoalescedDataRequest</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public class TmfCoalescedDataRequest<T extends TmfData> extends TmfDataRequest<T> {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-       protected Vector<ITmfDataRequest<T>> fRequests = new Vector<ITmfDataRequest<T>>();
-
-    // ------------------------------------------------------------------------
-    // Constructor
-    // ------------------------------------------------------------------------
-
-    /**
-     * Default constructor
-     */
-    public TmfCoalescedDataRequest(Class<T> dataType) {
-        this(dataType, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
-    }
-
-    public TmfCoalescedDataRequest(Class<T> dataType, ExecutionType execType) {
-        this(dataType, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
-    }
-
-    /**
-     * @param nbRequested
-     */
-    public TmfCoalescedDataRequest(Class<T> dataType, int index) {
-        this(dataType, index, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
-    }
-
-    public TmfCoalescedDataRequest(Class<T> dataType, int index, ExecutionType execType) {
-        this(dataType, index, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
-    }
-
-    /**
-     * @param index
-     * @param nbRequested
-     */
-    public TmfCoalescedDataRequest(Class<T> dataType, int index, int nbRequested) {
-        this(dataType, index, nbRequested, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
-    }
-
-    public TmfCoalescedDataRequest(Class<T> dataType, int index, int nbRequested, ExecutionType execType) {
-        this(dataType, index, nbRequested, DEFAULT_BLOCK_SIZE, execType);
-    }
-
-    /**
-     * @param index
-     * @param nbRequested
-     * @param blockSize
-     */
-    public TmfCoalescedDataRequest(Class<T> dataType, int index, int nbRequested, int blockSize) {
-        super(dataType, index, nbRequested, blockSize, ExecutionType.FOREGROUND);
-    }
-
-    public TmfCoalescedDataRequest(Class<T> dataType, int index, int nbRequested, int blockSize, ExecutionType execType) {
-        super(dataType, index, nbRequested, blockSize, execType);
-    }
-
-    // ------------------------------------------------------------------------
-    // Management
-    // ------------------------------------------------------------------------
-
-       public void addRequest(ITmfDataRequest<T> request) {
-               fRequests.add(request);
-       }
-
-       public boolean isCompatible(ITmfDataRequest<T> request) {
-
-               boolean ok = request.getIndex() == getIndex();
-               ok &= request.getNbRequested()  == getNbRequested();
-               ok &= request.getExecType()     == getExecType();
-               
-               return ok;
-       }
-
-    // ------------------------------------------------------------------------
-    // ITmfDataRequest
-    // ------------------------------------------------------------------------
-
-    @Override
-       public void handleData(T data) {
-               super.handleData(data);
-       // Don't call sub-requests handleData() unless this is a
-               // TmfCoalescedDataRequest; extended classes should call
-               // the sub-requests handleData().
-               if (getClass() == TmfCoalescedDataRequest.class) {
-               for (ITmfDataRequest<T> request : fRequests) {
-                   if (!request.isCompleted()) {
-                       request.handleData(data);
-                   }
-               }
-               }
-    }
-
-    @Override
-    public void start() {
-        for (ITmfDataRequest<T> request : fRequests) {
-            if (!request.isCompleted()) {
-                request.start();
-            }
-        }
-        super.start();
-    }
-    
-       @Override
-    public void done() {
-       for (ITmfDataRequest<T> request : fRequests) {
-           if (!request.isCompleted()) {
-               request.done();
-           }
-       }
-       super.done();
-    }
-
-    @Override
-    public void fail() {
-       for (ITmfDataRequest<T> request : fRequests) {
-               request.fail();
-       }
-       super.fail();
-    }
-
-    @Override
-    public void cancel() {
-       for (ITmfDataRequest<T> request : fRequests) {
-           if (!request.isCompleted()) {
-               request.cancel();
-           }
-       }
-       super.cancel();
-    }
-    
-    @Override
-    public boolean isCompleted() {
-        // Firstly, check if coalescing request is completed
-        if (super.isCompleted()) {
-            return true;
-        }
-
-        // Secondly, check if all sub-requests are finished
-        if (fRequests.size() > 0) {
-            // If all sub requests are completed the coalesced request is 
-            // treated as completed, too.
-            for (ITmfDataRequest<T> request : fRequests) {
-                if (!request.isCompleted()) {
-                    return false;
-                }
-            }
-            return true;
-        }
-
-        // Coalescing request is not finished if there are no sub-requests
-        return false;
-    }
-
-    @Override
-    public boolean isCancelled() {
-        // Firstly, check if coalescing request is canceled
-        if (super.isCancelled()) {
-            return true;
-        }
-
-        // Secondly, check if all sub-requests are canceled
-        if (fRequests.size() > 0) {
-            // If all sub requests are canceled the coalesced request is 
-            // treated as completed, too.
-            for (ITmfDataRequest<T> request : fRequests) {
-                if (!request.isCancelled()) {
-                    return false;
-                }
-            }
-            return true;
-        }
-
-        // Coalescing request is not canceled if there are no sub-requests
-        return false;
-
-    }
-
-    
-    // ------------------------------------------------------------------------
-    // Object
-    // ------------------------------------------------------------------------
-
-    @Override
-    // All requests have a unique id
-    public int hashCode() {
-       return super.hashCode();
-    }
-
-    @Override
-    public boolean equals(Object other) {
-       if (other instanceof TmfCoalescedDataRequest<?>) {
-               TmfCoalescedDataRequest<?> request = (TmfCoalescedDataRequest<?>) other;
-                       return  (request.getDataType()    == getDataType())   &&
-                                       (request.getIndex()       == getIndex())      &&
-                                       (request.getNbRequested() == getNbRequested() &&
-                               (request.getExecType()    == getExecType()));
-               }
-               return false;
-    }
-
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-               return "[TmfCoalescedDataRequest(" + getRequestId() + "," + getDataType().getSimpleName() 
-                       + "," + getIndex() + "," + getNbRequested() + "," + getBlockSize() + ")]";
-    }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/TmfCoalescedEventRequest.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/TmfCoalescedEventRequest.java
deleted file mode 100644 (file)
index efbb88a..0000000
+++ /dev/null
@@ -1,189 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.request;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-/**
- * <b><u>TmfCoalescedEventRequest</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public class TmfCoalescedEventRequest<T extends TmfEvent> extends TmfCoalescedDataRequest<T> implements ITmfEventRequest<T> {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-       private TmfTimeRange fRange;    // The requested events time range
-
-    // ------------------------------------------------------------------------
-    // Constructor
-    // ------------------------------------------------------------------------
-
-    /**
-     * @param range
-     */
-    public TmfCoalescedEventRequest(Class<T> dataType) {
-        this(dataType, TmfTimeRange.Eternity, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
-    }
-
-    public TmfCoalescedEventRequest(Class<T> dataType, ExecutionType execType) {
-        this(dataType, TmfTimeRange.Eternity, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
-    }
-
-    /**
-     * @param range
-     */
-    public TmfCoalescedEventRequest(Class<T> dataType, TmfTimeRange range) {
-        this(dataType, range, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
-    }
-
-    public TmfCoalescedEventRequest(Class<T> dataType, TmfTimeRange range, ExecutionType execType) {
-        this(dataType, range, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
-    }
-
-    /**
-     * @param range
-     * @param nbRequested
-     */
-    public TmfCoalescedEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested) {
-        this(dataType, range, nbRequested, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
-    }
-    
-    public TmfCoalescedEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested, ExecutionType execType) {
-        this(dataType, range, nbRequested, DEFAULT_BLOCK_SIZE, execType);
-    }
-    
-    /**
-     * @param range
-     * @param nbRequested
-     * @param blockSize Size of the largest blocks expected
-     */
-    public TmfCoalescedEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested, int blockSize) {
-       super(dataType, 0, nbRequested, blockSize, ExecutionType.FOREGROUND);
-       fRange = range;
-    }
-
-    public TmfCoalescedEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested, int blockSize, ExecutionType execType) {
-       super(dataType, 0, nbRequested, blockSize, execType);
-       fRange = range;
-    }
-
-    public TmfCoalescedEventRequest(Class<T> dataType, TmfTimeRange range, int index, int nbRequested, int blockSize, ExecutionType execType) {
-       super(dataType, index, nbRequested, blockSize, execType);
-       fRange = range;
-    }
-
-    // ------------------------------------------------------------------------
-    // Management
-    // ------------------------------------------------------------------------
-
-       @Override
-       public boolean isCompatible(ITmfDataRequest<T> request) {
-               if (request instanceof ITmfEventRequest<?>) {
-                       boolean ok = getNbRequested() == request.getNbRequested();
-                       ok &= getIndex() == request.getIndex();
-                       ok &= getExecType() == request.getExecType();
-                       if (ok) {
-                               TmfTimestamp startTime = ((ITmfEventRequest<T>) request).getRange().getStartTime();
-                               TmfTimestamp endTime   = ((ITmfEventRequest<T>) request).getRange().getEndTime();
-                               if (!fRange.contains(startTime))
-                                       fRange = new TmfTimeRange(startTime, fRange.getEndTime());
-                               if (!fRange.contains(endTime))
-                                       fRange = new TmfTimeRange(fRange.getStartTime(), endTime);
-                       }
-                       return ok;
-               }
-               return false;
-       }
-
-    // ------------------------------------------------------------------------
-    // ITmfDataRequest
-    // ------------------------------------------------------------------------
-
-    @Override
-       public void handleData(T data) {
-       super.handleData(data);
-       for (ITmfDataRequest<T> request : fRequests) {
-               if (data == null) {
-                       request.handleData(null);
-               } else {
-                       if (request instanceof TmfEventRequest<?>) {
-                               TmfEventRequest<T> req = (TmfEventRequest<T>) request;
-                                       if (!req.isCompleted()) {
-                                               TmfTimestamp ts = data.getTimestamp();
-                                       if (req.getRange().contains(ts)) {
-                                               req.handleData(data);
-                                       }
-                               }
-                       }
-                       else {
-                               TmfDataRequest<T> req = (TmfDataRequest<T>) request;
-                               if (!req.isCompleted()) {
-                                       req.handleData(data);
-                               }
-                       }
-               }
-       }
-    }
-
-    // ------------------------------------------------------------------------
-    // ITmfEventRequest
-    // ------------------------------------------------------------------------
-
-       @Override
-       public TmfTimeRange getRange() {
-               return fRange;
-       }
-       
-       @Override
-       public void setStartIndex(int index) {
-               setIndex(index);
-       }
-       
-    // ------------------------------------------------------------------------
-    // Object
-    // ------------------------------------------------------------------------
-
-    @Override
-    // All requests have a unique id
-    public int hashCode() {
-       return super.hashCode();
-    }
-
-    @Override
-    public boolean equals(Object other) {
-       if (other instanceof TmfCoalescedEventRequest<?>) {
-               TmfCoalescedEventRequest<?> request = (TmfCoalescedEventRequest<?>) other;
-                       return  (request.getDataType()    == getDataType()) &&
-                                       (request.getIndex()       == getIndex())    &&
-                                       (request.getNbRequested() == getNbRequested()) &&
-                               (request.getRange().equals(getRange()));
-               }
-       if (other instanceof TmfCoalescedDataRequest<?>) {
-                       return super.equals(other);
-       }
-               return false;
-    }
-
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-               return "[TmfCoalescedEventRequest(" + getRequestId() + "," + getDataType().getSimpleName() 
-                       + "," + getRange() + "," + getIndex() + "," + getNbRequested() + "," + getBlockSize() + ")]";
-    }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/TmfDataRequest.java
deleted file mode 100644 (file)
index d4329bd..0000000
+++ /dev/null
@@ -1,477 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.request;
-
-import java.util.concurrent.CountDownLatch;
-
-import org.eclipse.linuxtools.tmf.Tracer;
-import org.eclipse.linuxtools.tmf.event.TmfData;
-
-/**
- * <b><u>TmfDataRequest</u></b>
- * <p>
- * TmfDataRequests are used to obtain blocks of contiguous data from a data provider. Open ranges can be used,
- * especially for continuous streaming.
- * <p>
- * The request is processed asynchronously by a TmfProvider and, as blocks of data become available, handleData() is
- * invoked synchronously for each block. Upon return, the data instances go out of scope and become eligible for gc. It
- * is is thus the responsibility of the requester to either clone or keep a reference to the data it wishes to track
- * specifically.
- * <p>
- * This data block approach is used to avoid busting the heap for very large trace files. The block size is
- * configurable.
- * <p>
- * The TmfProvider indicates that the request is completed by calling done(). The request can be canceled at any time
- * with cancel().
- * <p>
- * Typical usage:
- * 
- * <pre>
- * <code><i>TmfTimeWindow range = new TmfTimewindow(...);
- * TmfDataRequest&lt;DataType[]&gt; request = new TmfDataRequest&lt;DataType[]&gt;(DataType.class, 0, NB_EVENTS, BLOCK_SIZE) {
- *     public void handleData() {
- *          DataType[] data = request.getData();
- *          for (DataType e : data) {
- *              // do something
- *          }
- *     }
- *     public void handleSuccess() {
- *          // do something
- *          }
- *     }
- *     public void handleFailure() {
- *          // do something
- *          }
- *     }
- *     public void handleCancel() {
- *          // do something
- *          }
- *     }
- * };
- * fProcessor.process(request, true);
- * </i></code>
- * </pre>
- * 
- * TODO: Consider decoupling from "time range", "rank", etc and for the more generic notion of "criteria". This would
- * allow to extend for "time range", etc instead of providing specialized constructors. This also means removing the
- * criteria info from the data structure (with the possible exception of fNbRequested). The nice thing about it is that
- * it would prepare us well for the coming generation of analysis tools.
- * 
- * TODO: Implement request failures (codes, etc...)
- */
-public abstract class TmfDataRequest<T extends TmfData> implements ITmfDataRequest<T> {
-
-    // ------------------------------------------------------------------------
-    // Constants
-    // ------------------------------------------------------------------------
-
-    // The default maximum number of events per chunk
-    public static final int DEFAULT_BLOCK_SIZE = 1000;
-
-    // The request count for all the events
-    public static final int ALL_DATA = Integer.MAX_VALUE;
-
-    private static int fRequestNumber = 0;
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-    private final Class<T> fDataType;
-    private final ExecutionType fExecType;
-    private final int fRequestId; // A unique request ID
-    private int fIndex; // The index (rank) of the requested event
-    private final int fNbRequested; // The number of requested events (ALL_DATA for all)
-    private final int fBlockSize; // The block size (for BG requests)
-    private int fNbRead; // The number of reads so far
-
-    private CountDownLatch startedLatch = new CountDownLatch(1);
-    private CountDownLatch completedLatch = new CountDownLatch(1);
-    private boolean fRequestRunning = false;
-    private boolean fRequestCompleted = false;
-    private boolean fRequestFailed = false;
-    private boolean fRequestCanceled = false;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    /**
-     * Resets the request counter (used for testing)
-     */
-    public static void reset() {
-        fRequestNumber = 0;
-    }
-
-    /**
-     * Default constructor
-     * 
-     * @param dataType
-     *            the requested data type
-     */
-    public TmfDataRequest(Class<T> dataType) {
-        this(dataType, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
-    }
-
-    public TmfDataRequest(Class<T> dataType, ExecutionType execType) {
-        this(dataType, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
-    }
-
-    /**
-     * @param dataType
-     *            the requested data type
-     * @param nbRequested
-     *            the number of data items requested
-     */
-    public TmfDataRequest(Class<T> dataType, int index) {
-        this(dataType, index, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
-    }
-
-    public TmfDataRequest(Class<T> dataType, int index, ExecutionType execType) {
-        this(dataType, index, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
-    }
-
-    /**
-     * @param dataType
-     *            the requested data type
-     * @param index
-     *            the index (rank) of the first event requested
-     * @param blockSize
-     *            the number of data items per block
-     */
-    public TmfDataRequest(Class<T> dataType, int index, int nbRequested) {
-        this(dataType, index, nbRequested, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
-    }
-
-    public TmfDataRequest(Class<T> dataType, int index, int nbRequested, ExecutionType execType) {
-        this(dataType, index, nbRequested, DEFAULT_BLOCK_SIZE, execType);
-    }
-
-    /**
-     * @param dataType
-     *            the requested data type
-     * @param index
-     *            the index (rank) of the first event requested
-     * @param nbRequested
-     *            the number of data items requested
-     * @param blockSize
-     *            the number of data items per block
-     */
-    public TmfDataRequest(Class<T> dataType, int index, int nbRequested, int blockSize) {
-        this(dataType, index, nbRequested, blockSize, ExecutionType.FOREGROUND);
-    }
-
-    public TmfDataRequest(Class<T> dataType, int index, int nbRequested, int blockSize, ExecutionType execType) {
-        fRequestId = fRequestNumber++;
-        fDataType = dataType;
-        fIndex = index;
-        fNbRequested = nbRequested;
-        fBlockSize = blockSize;
-        fExecType = execType;
-        fNbRead = 0;
-        if (Tracer.isRequestTraced())
-            Tracer.traceRequest(this, "created"); //$NON-NLS-1$
-    }
-
-    /**
-     * Copy constructor
-     */
-    @SuppressWarnings("unused")
-    private TmfDataRequest(TmfDataRequest<T> other) {
-        this(null, 0, ALL_DATA, DEFAULT_BLOCK_SIZE);
-    }
-
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-    /**
-     * @return the request ID
-     */
-    @Override
-    public int getRequestId() {
-        return fRequestId;
-    }
-
-    /**
-     * @return the index of the first event requested
-     */
-    @Override
-    public int getIndex() {
-        return fIndex;
-    }
-
-    /**
-     * @return the index of the first event requested
-     */
-    @Override
-    public ExecutionType getExecType() {
-        return fExecType;
-    }
-
-    /**
-     * @return the number of requested events (ALL_DATA = all)
-     */
-    @Override
-    public int getNbRequested() {
-        return fNbRequested;
-    }
-
-    /**
-     * @return the block size (for BG requests)
-     */
-    @Override
-    public int getBlockSize() {
-        return fBlockSize;
-    }
-
-    /**
-     * @return the number of events read so far
-     */
-    @Override
-    public synchronized int getNbRead() {
-        return fNbRead;
-    }
-
-    /**
-     * @return indicates if the request is completed
-     */
-    @Override
-    public synchronized boolean isRunning() {
-        return fRequestRunning;
-    }
-
-    /**
-     * @return indicates if the request is completed
-     */
-    @Override
-    public synchronized boolean isCompleted() {
-        return fRequestCompleted;
-    }
-
-    /**
-     * @return indicates if the request is canceled
-     */
-    @Override
-    public synchronized boolean isFailed() {
-        return fRequestFailed;
-    }
-
-    /**
-     * @return indicates if the request is canceled
-     */
-    @Override
-    public synchronized boolean isCancelled() {
-        return fRequestCanceled;
-    }
-
-    /**
-     * @return the requested data type
-     */
-    @Override
-    public Class<T> getDataType() {
-        return fDataType;
-    }
-
-    // ------------------------------------------------------------------------
-    // Setters
-    // ------------------------------------------------------------------------
-
-    /**
-     * this method is called by the event provider to set the index corresponding to the time range start time
-     * 
-     * @param index
-     *            the start time index
-     */
-    protected void setIndex(int index) {
-        fIndex = index;
-    }
-
-    // ------------------------------------------------------------------------
-    // Operators
-    // ------------------------------------------------------------------------
-
-    /**
-     * Sets the data object to specified value. To be called by the asynchronous method implementor.
-     * 
-     * @param data
-     *            Data value to set.
-     */
-
-    /**
-     * Handle a block of incoming data. This method is called every time a block of data becomes available.
-     * 
-     * - Data items are received in the order they appear in the stream. - Called by the request processor, in its
-     * execution thread, every time a block of data becomes available. - Request processor performs a synchronous call
-     * to handlePartialResult() i.e. its execution threads holds until handlePartialData() returns. - Original data
-     * items are disposed of on return i.e. keep a reference (or a copy) if some persistence is needed between
-     * invocations. - When there is no more data, done() is called.
-     * 
-     * @param events
-     *            - an events
-     */
-    @Override
-    public void handleData(T data) {
-        if (data != null) {
-            fNbRead++;
-        }
-    }
-
-    @Override
-    public void handleStarted() {
-        if (Tracer.isRequestTraced())
-            Tracer.traceRequest(this, "started"); //$NON-NLS-1$
-    }
-
-    /**
-     * Handle the completion of the request. It is called when there is no more data available either because: - the
-     * request completed normally - the request failed - the request was canceled
-     * 
-     * As a convenience, handleXXXX methods are provided. They are meant to be overridden by the application if it needs
-     * to handle these conditions.
-     */
-    @Override
-    public void handleCompleted() {
-        if (fRequestFailed) {
-            handleFailure();
-        } else if (fRequestCanceled) {
-            handleCancel();
-        } else {
-            handleSuccess();
-        }
-        if (Tracer.isRequestTraced())
-            Tracer.traceRequest(this, "completed (" + fNbRead + " events read)"); //$NON-NLS-1$
-    }
-
-    @Override
-    public void handleSuccess() {
-        if (Tracer.isRequestTraced())
-            Tracer.traceRequest(this, "succeeded"); //$NON-NLS-1$
-    }
-
-    @Override
-    public void handleFailure() {
-        if (Tracer.isRequestTraced())
-            Tracer.traceRequest(this, "failed"); //$NON-NLS-1$
-    }
-
-    @Override
-    public void handleCancel() {
-        if (Tracer.isRequestTraced())
-            Tracer.traceRequest(this, "cancelled"); //$NON-NLS-1$
-    }
-
-    /**
-     * To suspend the client thread until the request starts (or is canceled).
-     * 
-     * @throws InterruptedException
-     */
-    public void waitForStart() throws InterruptedException {
-        while (!fRequestRunning) {
-            startedLatch.await();
-        }
-    }
-
-    /**
-     * To suspend the client thread until the request completes (or is canceled).
-     * 
-     * @throws InterruptedException
-     */
-    @Override
-    public void waitForCompletion() throws InterruptedException {
-        while (!fRequestCompleted) {
-            completedLatch.await();
-        }
-    }
-
-    /**
-     * Called by the request processor upon starting to service the request.
-     */
-    @Override
-    public void start() {
-        synchronized (this) {
-            fRequestRunning = true;
-        }
-        handleStarted();
-        startedLatch.countDown();
-    }
-
-    /**
-     * Called by the request processor upon completion.
-     */
-    @Override
-    public void done() {
-        synchronized (this) {
-            if (!fRequestCompleted) {
-                fRequestRunning = false;
-                fRequestCompleted = true;
-            } else {
-                return;
-            }
-        }
-        try {
-            handleCompleted();
-        } finally {
-            completedLatch.countDown();
-        }
-    }
-
-    /**
-     * Called by the request processor upon failure.
-     */
-    @Override
-    public void fail() {
-        synchronized (this) {
-            fRequestFailed = true;
-        }
-        done();
-    }
-
-    /**
-     * Called by the request processor upon cancellation.
-     */
-    @Override
-    public void cancel() {
-        synchronized (this) {
-            fRequestCanceled = true;
-        }
-        done();
-    }
-
-    // ------------------------------------------------------------------------
-    // Object
-    // ------------------------------------------------------------------------
-
-    @Override
-    // All requests have a unique id
-    public int hashCode() {
-        return getRequestId();
-    }
-
-    @Override
-    public boolean equals(Object other) {
-        if (other instanceof TmfDataRequest<?>) {
-            TmfDataRequest<?> request = (TmfDataRequest<?>) other;
-            return (request.fDataType == fDataType) && (request.fIndex == fIndex)
-                    && (request.fNbRequested == fNbRequested);
-        }
-        return false;
-    }
-
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        return "[TmfDataRequest(" + fRequestId + "," + fDataType.getSimpleName() + "," + fIndex + "," + fNbRequested
-                + "," + getBlockSize() + ")]";
-    }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/TmfEventRequest.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/TmfEventRequest.java
deleted file mode 100644 (file)
index f5375a3..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.request;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-
-/**
- * <b><u>TmfEventRequest</u></b>
- * <p>
- * Implement me. Please.
- */
-public abstract class TmfEventRequest<T extends TmfEvent> extends TmfDataRequest<T> implements ITmfEventRequest<T> {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-    private final TmfTimeRange fRange; // The requested events time range
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    /**
-     * @param range
-     */
-    public TmfEventRequest(Class<T> dataType) {
-        this(dataType, TmfTimeRange.Eternity, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
-    }
-
-    public TmfEventRequest(Class<T> dataType, ExecutionType execType) {
-        this(dataType, TmfTimeRange.Eternity, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
-    }
-
-    /**
-     * @param range
-     */
-    public TmfEventRequest(Class<T> dataType, TmfTimeRange range) {
-        this(dataType, range, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
-    }
-
-    public TmfEventRequest(Class<T> dataType, TmfTimeRange range, ExecutionType execType) {
-        this(dataType, range, 0, ALL_DATA, DEFAULT_BLOCK_SIZE, execType);
-    }
-
-    /**
-     * @param range
-     * @param nbRequested
-     */
-    public TmfEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested) {
-        this(dataType, range, 0, nbRequested, DEFAULT_BLOCK_SIZE, ExecutionType.FOREGROUND);
-    }
-    
-    public TmfEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested, ExecutionType execType) {
-        this(dataType, range, 0, nbRequested, DEFAULT_BLOCK_SIZE, execType);
-    }
-    
-    /**
-     * @param range
-     * @param nbRequested
-     * @param blockSize Size of the largest blocks expected
-     */
-    public TmfEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested, int blockSize) {
-       this(dataType, range, 0, nbRequested, blockSize, ExecutionType.FOREGROUND);
-    }
-
-    public TmfEventRequest(Class<T> dataType, TmfTimeRange range, int nbRequested, int blockSize, ExecutionType execType) {
-       this(dataType, range, 0, nbRequested, blockSize, execType);
-    }
-
-    public TmfEventRequest(Class<T> dataType, TmfTimeRange range, int index, int nbRequested, int blockSize, ExecutionType execType) {
-       super(dataType, index, nbRequested, blockSize, execType);
-       fRange = range;
-    }
-
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-    /**
-     * @return the requested time range
-     */
-    @Override
-       public TmfTimeRange getRange() {
-        return fRange;
-    }
-
-    // ------------------------------------------------------------------------
-    // Setters
-    // ------------------------------------------------------------------------
-
-    /**
-     * this method is called by the event provider to set the index corresponding
-     * to the time range start time once it is known
-     * @param index the start time index
-     */
-    @Override
-       public void setStartIndex(int index) {
-       setIndex(index);
-    }
-
-    // ------------------------------------------------------------------------
-    // Object
-    // ------------------------------------------------------------------------
-
-    @Override
-    // All requests have a unique id
-    public int hashCode() {
-       return getRequestId();
-    }
-
-    @Override
-    public boolean equals(Object other) {
-       if (other instanceof TmfEventRequest<?>) {
-               TmfEventRequest<?> request = (TmfEventRequest<?>) other;
-               return super.equals(other) && request.fRange.equals(fRange);
-       }
-       return false;
-    }
-
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-               return "[TmfEventRequest(" + getRequestId() + "," + getDataType().getSimpleName() 
-                       + "," + getRange() + "," + getIndex() + "," + getNbRequested() + "," + getBlockSize() + ")]";
-    }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/TmfRequestExecutor.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/request/TmfRequestExecutor.java
deleted file mode 100644 (file)
index 56f967b..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.request;
-
-import java.util.Comparator;
-import java.util.concurrent.Executor;
-import java.util.concurrent.ExecutorService;
-import java.util.concurrent.Executors;
-import java.util.concurrent.PriorityBlockingQueue;
-
-import org.eclipse.linuxtools.tmf.Tracer;
-import org.eclipse.linuxtools.tmf.component.TmfThread;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest.ExecutionType;
-
-/**
- * <b><u>TmfRequestExecutor</u></b>
- *
- * A simple, straightforward request executor.
- */
-public class TmfRequestExecutor implements Executor {
-
-       private final ExecutorService fExecutor;
-       private final String fExecutorName;
-       private final PriorityBlockingQueue<TmfThread> fRequestQueue = new PriorityBlockingQueue<TmfThread>(100, new Comparator<TmfThread>() {
-               @Override
-               public int compare(TmfThread o1, TmfThread o2) {
-                       if (o1.getExecType() == o2.getExecType())
-                               return 0;
-                       if (o1.getExecType() == ExecutionType.BACKGROUND)
-                               return 1;
-                       return -1;
-               }
-       });
-       private TmfThread fCurrentRequest;
-       
-       // ------------------------------------------------------------------------
-       // Constructors
-       // ------------------------------------------------------------------------
-       
-       public TmfRequestExecutor() {
-               this(Executors.newSingleThreadExecutor());
-       }
-
-       public TmfRequestExecutor(ExecutorService executor) {
-               fExecutor = executor;
-               String canonicalName = fExecutor.getClass().getCanonicalName();
-               fExecutorName = canonicalName.substring(canonicalName.lastIndexOf('.') + 1);
-               if (Tracer.isComponentTraced()) Tracer.trace(fExecutor + " created"); //$NON-NLS-1$
-       }
-
-       /**
-        * @return the number of pending requests
-        */
-       public synchronized int getNbPendingRequests() {
-               return fRequestQueue.size();
-       }
-       
-       /**
-        * @return the shutdown state (i.e. if it is accepting new requests)
-        */
-       public synchronized boolean isShutdown() {
-               return fExecutor.isShutdown();
-       }
-       
-       /**
-        * @return the termination state
-        */
-       public synchronized boolean isTerminated() {
-               return fExecutor.isTerminated();
-       }
-       
-       /**
-        * Stops the executor
-        */
-       public synchronized void stop() {
-           if (fCurrentRequest != null) {
-               fCurrentRequest.cancel();
-           }
-           
-           while ((fCurrentRequest = fRequestQueue.poll()) != null) {
-               fCurrentRequest.cancel();
-           }
-
-               fExecutor.shutdown();
-               if (Tracer.isComponentTraced()) Tracer.trace(fExecutor + " terminated"); //$NON-NLS-1$
-       }
-       
-       // ------------------------------------------------------------------------
-       // Operations
-       // ------------------------------------------------------------------------
-       
-       /* (non-Javadoc)
-        * @see java.util.concurrent.Executor#execute(java.lang.Runnable)
-        */
-       @Override
-       public synchronized void execute(final Runnable requestThread) {
-               fRequestQueue.offer(new TmfThread(((TmfThread) requestThread).getExecType()) {
-                       @Override
-                       public void run() {
-                               try {
-                                       requestThread.run();
-                               } finally {
-                                       scheduleNext();
-                               }
-                       }
-            @Override
-            public void cancel() {
-                ((TmfThread) requestThread).cancel();
-            }
-               });
-               if (fCurrentRequest == null) {
-                       scheduleNext();
-               }
-       }
-
-       /**
-        * Executes the next pending request, if applicable.
-        */
-       protected synchronized void scheduleNext() {
-               if ((fCurrentRequest = fRequestQueue.poll()) != null) {
-                       if (!isShutdown())
-                               fExecutor.execute(fCurrentRequest);
-               }
-       }
-
-       // ------------------------------------------------------------------------
-       // Object
-       // ------------------------------------------------------------------------
-
-       @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-               return "[TmfRequestExecutor(" + fExecutorName + ")]";
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfEndSynchSignal.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfEndSynchSignal.java
deleted file mode 100644 (file)
index caeaff1..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.signal;
-
-/**
- * <b><u>TmfEndSynchSignal</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public class TmfEndSynchSignal extends TmfSignal {
-
-       public TmfEndSynchSignal(int synchId) {
-               super(null, synchId);
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfExperimentDisposedSignal.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfExperimentDisposedSignal.java
deleted file mode 100644 (file)
index 33bfe55..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.signal;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-
-/**
- * <b><u>TmfExperimentDisposedSignal</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public class TmfExperimentDisposedSignal<T extends TmfEvent> extends TmfSignal {
-
-       private final TmfExperiment<T> fExperiment;
-       
-       public TmfExperimentDisposedSignal(Object source, TmfExperiment<T> experiment) {
-               super(source);
-               fExperiment = experiment;
-       }
-
-       public TmfExperiment<? extends TmfEvent> getExperiment() {
-               return fExperiment;
-       }
-
-       @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-               return "[TmfExperimentDisposedSignal (" + fExperiment.getName() + ")]";
-       }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfExperimentRangeUpdatedSignal.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfExperimentRangeUpdatedSignal.java
deleted file mode 100644 (file)
index 80a94ad..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Patrick Tasse - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.signal;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-
-/**
- * <b><u>TmfExperimentRangeUpdatedSignal</u></b>
- * <p>
- */
-public class TmfExperimentRangeUpdatedSignal extends TmfSignal {
-
-       private final TmfExperiment<? extends TmfEvent> fExperiment;
-       private final TmfTimeRange fTimeRange;
-       
-       public TmfExperimentRangeUpdatedSignal(Object source, TmfExperiment<? extends TmfEvent> experiment, TmfTimeRange range) { // , ITmfTrace trace) {
-               super(source);
-               fExperiment = experiment;
-               fTimeRange = range;
-       }
-
-       public TmfExperiment<? extends TmfEvent> getExperiment() {
-               return fExperiment;
-       }
-
-       public TmfTimeRange getRange() {
-               return fTimeRange;
-       }
-
-       /* (non-Javadoc)
-        * @see java.lang.Object#toString()
-        */
-       @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-               return "[TmfExperimentRangeUpdatedSignal (" + fExperiment.toString() + ", " + fTimeRange.toString() + ")]";
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfExperimentSelectedSignal.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfExperimentSelectedSignal.java
deleted file mode 100644 (file)
index 9aa264f..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.signal;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-
-/**
- * <b><u>TmfExperimentSelectedSignal</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public class TmfExperimentSelectedSignal<T extends TmfEvent> extends TmfSignal {
-
-       private final TmfExperiment<T> fExperiment;
-       
-       public TmfExperimentSelectedSignal(Object source, TmfExperiment<T> experiment) {
-               super(source);
-               fExperiment = experiment;
-       }
-
-       public TmfExperiment<? extends TmfEvent> getExperiment() {
-               return fExperiment;
-       }
-
-       @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-               return "[TmfExperimentSelectedSignal (" + fExperiment.getName() + ")]";
-       }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfExperimentUpdatedSignal.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfExperimentUpdatedSignal.java
deleted file mode 100644 (file)
index f217f4c..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.signal;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.experiment.TmfExperiment;
-
-/**
- * <b><u>TmfExperimentUpdatedSignal</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public class TmfExperimentUpdatedSignal extends TmfSignal {
-
-       private final TmfExperiment<? extends TmfEvent> fExperiment;
-//     private final ITmfTrace fTrace;
-       
-       public TmfExperimentUpdatedSignal(Object source, TmfExperiment<? extends TmfEvent> experiment) { // , ITmfTrace trace) {
-               super(source);
-               fExperiment = experiment;
-//             fTrace = trace;
-       }
-
-       public TmfExperiment<? extends TmfEvent> getExperiment() {
-               return fExperiment;
-       }
-
-//     public ITmfTrace getTrace() {
-//             return fTrace;
-//     }
-
-       /* (non-Javadoc)
-        * @see java.lang.Object#toString()
-        */
-       @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-               return "[TmfExperimentUpdatedSignal (" + fExperiment.toString() /*+ ", " + fTrace.toString()*/ + ")]";
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfRangeSynchSignal.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfRangeSynchSignal.java
deleted file mode 100644 (file)
index b73b0d7..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.signal;
-
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-/**
- * <b><u>TmfRangeSynchSignal</u></b>
- * <p>
- */
-public class TmfRangeSynchSignal extends TmfSignal {
-
-    private final TmfTimeRange fCurrentRange;
-    private final TmfTimestamp fCurrentTime;
-
-    public TmfRangeSynchSignal(Object source, TmfTimeRange range, TmfTimestamp ts) {
-        super(source);
-        fCurrentRange = range;
-        fCurrentTime = ts;
-    }
-
-    public TmfTimeRange getCurrentRange() {
-        return fCurrentRange;
-    }
-
-    public TmfTimestamp getCurrentTime() {
-        return fCurrentTime;
-    }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfSignal.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfSignal.java
deleted file mode 100644 (file)
index 340bfc1..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.signal;
-
-/**
- * <b><u>TmfSignal</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public abstract class TmfSignal {
-
-       // The signal originator
-       private final Object fSource;
-
-       private int fReference;
-
-       public TmfSignal(Object source) {
-               this(source, 0);
-       }
-
-       public TmfSignal(Object source, int reference) {
-               fSource = source;
-               fReference = reference;
-       }
-
-       public Object getSource() {
-               return fSource;
-       }
-
-       public void setReference(int reference) {
-               fReference = reference;
-       }
-
-       public int getReference() {
-               return fReference;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfSignalHandler.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfSignalHandler.java
deleted file mode 100644 (file)
index 238cea9..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.signal;
-
-import java.lang.annotation.ElementType;
-import java.lang.annotation.Retention;
-import java.lang.annotation.RetentionPolicy;
-import java.lang.annotation.Target;
-
-/**
- * <b><u>TmfSignalHandler</u></b>
- * <p>
- * Marker for TMF signal handlers.
- */
-@Retention(RetentionPolicy.RUNTIME)
-@Target(ElementType.METHOD)
-public @interface TmfSignalHandler {
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfSignalManager.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfSignalManager.java
deleted file mode 100644 (file)
index 45a54a7..0000000
+++ /dev/null
@@ -1,154 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.signal;
-
-import java.lang.reflect.InvocationTargetException;
-import java.lang.reflect.Method;
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-
-import org.eclipse.linuxtools.tmf.Tracer;
-
-/**
- * <b><u>TmfSignalHandler</u></b>
- * <p>
- * This class manages the set of signal listeners and the signals they are
- * interested in. When a signal is broadcasted, the appropriate listeners
- * signal handlers are invoked.
- * <p>
- */
-public class TmfSignalManager {
-
-       // The set of event listeners and their corresponding handler methods.
-       // Note: listeners could be restricted to ITmfComponents but there is no
-       // harm in letting anyone use this since it is not tied to anything but
-       // the signal data type.
-       static private Map<Object, Method[]> fListeners = new HashMap<Object, Method[]>();
-    static private Map<Object, Method[]> fVIPListeners = new HashMap<Object, Method[]>();
-
-       // If requested, add universal signal tracer
-       // TODO: Temporary solution: should be enabled/disabled dynamically 
-       private static boolean fTraceIsActive = false;
-       private static TmfSignalTracer fSignalTracer;
-       static {
-               if (fTraceIsActive) {
-                       fSignalTracer = TmfSignalTracer.getInstance();
-                       register(fSignalTracer);
-               }
-       }
-
-       public static synchronized void register(Object listener) {
-               Method[] methods = getSignalHandlerMethods(listener);
-               if (methods.length > 0)
-                       fListeners.put(listener, methods);
-       }
-
-    public static synchronized void registerVIP(Object listener) {
-        Method[] methods = getSignalHandlerMethods(listener);
-        if (methods.length > 0)
-            fVIPListeners.put(listener, methods);
-    }
-
-       public static synchronized void deregister(Object listener) {
-               fVIPListeners.remove(listener);
-        fListeners.remove(listener);
-       }
-
-       /**
-        * Returns the list of signal handlers in the listener. Signal handler name
-        * is irrelevant; only the annotation (@TmfSignalHandler) is important.
-        * 
-        * @param listener
-        * @return
-        */
-       static private Method[] getSignalHandlerMethods(Object listener) {
-               List<Method> handlers = new ArrayList<Method>();
-               Method[] methods = listener.getClass().getMethods();
-               for (Method method : methods) {
-                       if (method.isAnnotationPresent(TmfSignalHandler.class)) {
-                               handlers.add(method);
-                       }
-               }
-               return handlers.toArray(new Method[handlers.size()]);
-       }
-
-       /**
-        * Invokes the handling methods that listens to signals of a given type.
-        * 
-        * The list of handlers is built on-the-fly to allow for the dynamic
-        * creation/deletion of signal handlers. Since the number of signal
-        * handlers shouldn't be too high, this is not a big performance issue
-        * to pay for the flexibility.
-        * 
-        * For synchronization purposes, the signal is bracketed by two synch signals.
-        * 
-        * @param signal the signal to dispatch
-        */
-       static int fSignalId = 0;
-       static public synchronized void dispatchSignal(TmfSignal signal) {
-               fSignalId++;
-               sendSignal(new TmfStartSynchSignal(fSignalId));
-               signal.setReference(fSignalId);
-               sendSignal(signal);
-               sendSignal(new TmfEndSynchSignal(fSignalId));
-       }
-
-    static private void sendSignal(TmfSignal signal) {
-        sendSignal(fVIPListeners, signal);
-        sendSignal(fListeners, signal);
-    }
-
-    static private void sendSignal(Map<Object, Method[]> listeners, TmfSignal signal) {
-
-        if (Tracer.isSignalTraced()) Tracer.traceSignal(signal, "(start)"); //$NON-NLS-1$
-
-        // Build the list of listener methods that are registered for this signal
-        Class<?> signalClass = signal.getClass();
-        Map<Object, List<Method>> targets = new HashMap<Object, List<Method>>();
-        targets.clear();
-        for (Map.Entry<Object, Method[]> entry : listeners.entrySet()) {
-            List<Method> matchingMethods = new ArrayList<Method>();
-            for (Method method : entry.getValue()) {
-                if (method.getParameterTypes()[0].isAssignableFrom(signalClass)) {
-                    matchingMethods.add(method);
-                }
-            }
-            if (!matchingMethods.isEmpty()) {
-                targets.put(entry.getKey(), matchingMethods);
-            }
-        }
-
-        // Call the signal handlers 
-        for (Map.Entry<Object, List<Method>> entry : targets.entrySet()) {
-            for (Method method : entry.getValue()) {
-                try {
-                    method.invoke(entry.getKey(), new Object[] { signal });
-                    if (Tracer.isSignalTraced()) {
-                        Object key = entry.getKey();
-                        String hash = String.format("%1$08X", entry.getKey().hashCode()); //$NON-NLS-1$
-                        String target = "[" + hash + "] " + key.getClass().getSimpleName() + ":" + method.getName();   //$NON-NLS-1$//$NON-NLS-2$//$NON-NLS-3$
-                        Tracer.traceSignal(signal, target);                     
-                    }
-                } catch (IllegalArgumentException e) {
-                } catch (IllegalAccessException e) {
-                } catch (InvocationTargetException e) {
-                }
-            }
-        }
-
-        if (Tracer.isSignalTraced()) Tracer.traceSignal(signal, "(end)"); //$NON-NLS-1$
-    }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfSignalTracer.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfSignalTracer.java
deleted file mode 100644 (file)
index 5b0b0d5..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.signal;
-
-/**
- * <b><u>TmfSignalTracer</u></b>
- * <p>
- * This object (singleton) traces all TmfSignals in the application.
- */
-public class TmfSignalTracer {
-
-       static TmfSignalTracer fInstance;
-
-       static public TmfSignalTracer getInstance() {
-               if (fInstance == null) {
-                       fInstance = new TmfSignalTracer();
-               }
-               return fInstance;
-       }
-
-       private TmfSignalTracer() {
-       }
-
-       @TmfSignalHandler
-       public void traceSignal(TmfSignal signal) {
-               System.out.println(signal.getSource().toString() + ": " + signal.toString()); //$NON-NLS-1$
-       }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfStartSynchSignal.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfStartSynchSignal.java
deleted file mode 100644 (file)
index a833a16..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.signal;
-
-/**
- * <b><u>TmfStartSynchSignal</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public class TmfStartSynchSignal extends TmfSignal {
-
-
-       public TmfStartSynchSignal(int synchId) {
-               super(null, synchId);
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfTimeSynchSignal.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfTimeSynchSignal.java
deleted file mode 100644 (file)
index 77fada3..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.signal;
-
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-/**
- * <b><u>TmfTimeSynchSignal</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public class TmfTimeSynchSignal extends TmfSignal {
-
-       private final TmfTimestamp fCurrentTime;
-
-       public TmfTimeSynchSignal(Object source, TmfTimestamp ts) {
-               super(source);
-               fCurrentTime = ts;
-       }
-
-       public TmfTimestamp getCurrentTime() {
-               return fCurrentTime;
-       }
-
-       /* (non-Javadoc)
-        * @see java.lang.Object#toString()
-        */
-       @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-               return "[TmfTimeSynchSignal (" + fCurrentTime.toString() + ")]";
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfTraceSelectedSignal.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfTraceSelectedSignal.java
deleted file mode 100644 (file)
index f98ec44..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2010 Ericsson\r
- * \r
- * All rights reserved. This program and the accompanying materials are\r
- * made available under the terms of the Eclipse Public License v1.0 which\r
- * accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
- * Contributors:\r
- *   Patrick Tasse - Initial API and implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.tmf.signal;\r
-\r
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;\r
-\r
-/**\r
- * <b><u>TmfTraceSelectedSignal</u></b>\r
- */\r
-public class TmfTraceSelectedSignal extends TmfSignal {\r
-\r
-    private final ITmfTrace fTrace;\r
-    \r
-    public TmfTraceSelectedSignal(Object source, ITmfTrace trace) {\r
-        super(source);\r
-        fTrace = trace;\r
-    }\r
-\r
-    public ITmfTrace getTrace() {\r
-        return fTrace;\r
-    }\r
-\r
-    @Override\r
-    @SuppressWarnings("nls")\r
-    public String toString() {\r
-        return "[TmfTraceSelectedSignal (" + fTrace.getName() + ")]";\r
-    }\r
-}\r
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfTraceUpdatedSignal.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/signal/TmfTraceUpdatedSignal.java
deleted file mode 100644 (file)
index db26c04..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.signal;
-
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.trace.ITmfTrace;
-
-/**
- * <b><u>TmfTraceUpdatedSignal</u></b>
- * <p>
- * TODO: Implement me. Please.
- */
-public class TmfTraceUpdatedSignal extends TmfSignal {
-
-       private final ITmfTrace<?> fTrace;
-       private final TmfTimeRange fTimeRange;
-       
-       public TmfTraceUpdatedSignal(Object source, ITmfTrace<?> trace, TmfTimeRange range) {
-               super(source);
-               fTrace = trace;
-               fTimeRange = range;
-       }
-
-       public ITmfTrace<?> getTrace() {
-               return fTrace;
-       }
-
-       public TmfTimeRange getRange() {
-               return fTimeRange;
-       }
-
-       /* (non-Javadoc)
-        * @see java.lang.Object#toString()
-        */
-       @Override
-    @SuppressWarnings("nls")
-       public String toString() {
-               return "[TmfTraceUpdatedSignal (" + fTrace.toString() + ", " + fTimeRange.toString() + ")]";
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/ITmfContext.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/ITmfContext.java
deleted file mode 100644 (file)
index 5536cf7..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.trace;
-
-/**
- * <b><u>ITmfContext</u></b>
- * <p>
- * This is a place-holder for the context objects.
- */
-public interface ITmfContext {
-
-    public long UNKNOWN_RANK = -2L;
-    public long INITIAL_RANK = -1L;
-
-    public void dispose();
-
-    public void setLocation(ITmfLocation<?> location);
-
-    @SuppressWarnings("rawtypes")
-    public ITmfLocation<? extends Comparable> getLocation();
-
-    public void setRank(long rank);
-
-    public long getRank();
-
-    public void updateRank(int rank);
-
-    public boolean isValidRank();
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/ITmfLocation.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/ITmfLocation.java
deleted file mode 100644 (file)
index 843b016..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.trace;
-
-/**
- * <b><u>ITmfLocation</u></b>
- * <p>
- * This is a place-holder for the location objects.
- */
-public interface ITmfLocation<L extends Comparable<?>> extends Cloneable {
-
-       public void setLocation(L location);
-
-       public L getLocation();
-
-       public ITmfLocation<L> clone();
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/ITmfTrace.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/ITmfTrace.java
deleted file mode 100644 (file)
index 4af6fd4..0000000
+++ /dev/null
@@ -1,135 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.trace;
-
-import java.io.FileNotFoundException;
-
-import org.eclipse.core.resources.IProject;
-import org.eclipse.linuxtools.tmf.component.ITmfComponent;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-/**
- * <b><u>ITmfTrace</u></b>
- * <p>
- */
-public interface ITmfTrace<T extends TmfEvent> extends ITmfComponent {
-
-    // initTrace variants
-    public void initTrace(String path, Class<T> eventType) throws FileNotFoundException;
-
-    public void initTrace(String path, Class<T> eventType, int cacheSize) throws FileNotFoundException;
-
-    public void initTrace(String path, Class<T> eventType, boolean indexTrace) throws FileNotFoundException;
-
-    public void initTrace(String path, Class<T> eventType, int cacheSize, boolean indexTrace) throws FileNotFoundException;
-
-    // Trace type validation
-    public boolean validate(IProject project, String path);
-
-    public ITmfTrace<T> copy();
-
-    /**
-     * @return the trace path
-     */
-    public String getPath();
-
-    /**
-     * @return the trace name
-     */
-    @Override
-    public String getName();
-
-    /**
-     * @return the cache size
-     */
-    public int getCacheSize();
-
-    /**
-     * @return the number of events in the trace
-     */
-    public long getNbEvents();
-
-    /**
-     * Trace time range accesses
-     */
-    public TmfTimeRange getTimeRange();
-
-    public TmfTimestamp getStartTime();
-
-    public TmfTimestamp getEndTime();
-
-    /**
-     * Positions the trace at the first event with the specified timestamp or index (i.e. the nth event in the trace).
-     * 
-     * Returns a context which can later be used to read the event.
-     * 
-     * @param location
-     * @param timestamp
-     * @param rank
-     * @return a context object for subsequent reads
-     */
-    public TmfContext seekLocation(ITmfLocation<?> location);
-
-    public TmfContext seekEvent(TmfTimestamp timestamp);
-
-    public TmfContext seekEvent(long rank);
-
-    /**
-     * Positions the trace at the event located at the specified ratio.
-     * 
-     * Returns a context which can later be used to read the event.
-     * 
-     * @param ratio
-     *            a floating-point number between 0.0 (beginning) and 1.0 (end)
-     * @return a context object for subsequent reads
-     */
-    public TmfContext seekLocation(double ratio);
-
-    /**
-     * Returns the ratio corresponding to the specified location.
-     * 
-     * @param location
-     *            a trace location
-     * @return a floating-point number between 0.0 (beginning) and 1.0 (end)
-     */
-    public double getLocationRatio(ITmfLocation<?> location);
-
-    public ITmfLocation<?> getCurrentLocation();
-
-    /**
-     * Returns the rank of the first event with the requested timestamp. If none, returns the index of the next event
-     * (if any).
-     * 
-     * @param timestamp
-     * @return
-     */
-    public long getRank(TmfTimestamp timestamp);
-
-    /**
-     * Return the event pointed by the supplied context (or null if no event left) and updates the context to the next
-     * event.
-     * 
-     * @return the next event in the stream
-     */
-    public TmfEvent getNextEvent(TmfContext context);
-
-    /**
-     * Return the event pointed by the supplied context (or null if no event left) and *does not* update the context.
-     * 
-     * @return the next event in the stream
-     */
-    public TmfEvent parseEvent(TmfContext context);
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/TmfCheckpoint.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/TmfCheckpoint.java
deleted file mode 100644 (file)
index 7cea1cb..0000000
+++ /dev/null
@@ -1,131 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.trace;
-
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-/**
- * <b><u>TmfCheckpoint</u></b>
- * <p>
- * This class maps an event timestamp to a generic location.
- */
-@SuppressWarnings("rawtypes")
-public class TmfCheckpoint implements Comparable<TmfCheckpoint>, Cloneable {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-    
-    private TmfTimestamp fTimestamp;
-       private ITmfLocation<? extends Comparable> fLocation;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    @SuppressWarnings("unused")
-       private TmfCheckpoint() {
-        fTimestamp = null;
-        fLocation  = null;
-    }
-
-    /**
-     * @param ts the checkpoint timestamp
-     * @param location the corresponding trace location
-     */
-    public TmfCheckpoint(TmfTimestamp ts, ITmfLocation<? extends Comparable> location) {
-        fTimestamp = ts;
-        fLocation = location;
-    }
-
-    /**
-     * Deep copy constructor
-     * @param other the other checkpoint
-     */
-    public TmfCheckpoint(TmfCheckpoint other) {
-       if (other == null)
-               throw new IllegalArgumentException();
-        fTimestamp = (TmfTimestamp) other.fTimestamp.clone();
-        fLocation  = other.fLocation.clone();
-    }
-
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-    /**
-     * @return the checkpoint timestamp
-     */
-    public TmfTimestamp getTimestamp() {
-        return fTimestamp;
-    }
-
-    /**
-     * @return the checkpoint stream location
-     */
-    public ITmfLocation<?> getLocation() {
-        return fLocation;
-    }
-
-    // ------------------------------------------------------------------------
-    // Object
-    // ------------------------------------------------------------------------
-
-    @Override
-    public TmfCheckpoint clone() {
-       TmfCheckpoint result = null;
-               try {
-                       result = (TmfCheckpoint) super.clone();
-               result.fTimestamp = new TmfTimestamp(fTimestamp);
-               result.fLocation  = fLocation.clone();
-               return result;
-               } catch (CloneNotSupportedException e) {
-                       e.printStackTrace();
-               }
-               return result;
-    }
-    @Override
-    public int hashCode() {
-       return fTimestamp.hashCode();
-    }
-    @Override
-    public boolean equals(Object other) {
-       if (!(other instanceof TmfCheckpoint)) {
-               return false;
-       }
-       TmfCheckpoint o = (TmfCheckpoint) other;
-       return fTimestamp.equals(o.fTimestamp);
-    }
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-       return "[TmfCheckpoint(" + fTimestamp +  "," + fLocation + ")]";
-    }
-    // ------------------------------------------------------------------------
-    // Comparable
-    // ------------------------------------------------------------------------
-
-       @SuppressWarnings("unchecked")
-       @Override
-       public int compareTo(TmfCheckpoint other) {
-       if (fTimestamp == null || other.fTimestamp == null) {
-               return fLocation.getLocation().compareTo(other.fLocation.getLocation());
-       }
-        return fTimestamp.compareTo(other.fTimestamp, false);
-    }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/TmfContext.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/TmfContext.java
deleted file mode 100644 (file)
index 4b93029..0000000
+++ /dev/null
@@ -1,130 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.trace;
-
-/**
- * <b><u>TmfContext</u></b>
- * <p>
- * Trace context structure. It ties a trace location to an event rank. The
- * context should be enough to restore the trace state so the corresponding
- * event can be read.
- */
-public class TmfContext implements ITmfContext, Cloneable {
-
-    private ITmfLocation<? extends Comparable<?>> fLocation;
-    private long fRank;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    public TmfContext(ITmfLocation<? extends Comparable<?>> loc, long rank) {
-        fLocation = loc;
-        fRank = rank;
-    }
-
-    public TmfContext(ITmfLocation<? extends Comparable<?>> location) {
-        this(location, UNKNOWN_RANK);
-    }
-
-    public TmfContext(TmfContext other) {
-        this(other.fLocation, other.fRank);
-    }
-
-    public TmfContext() {
-        this(null, UNKNOWN_RANK);
-    }
-
-    // ------------------------------------------------------------------------
-    // ITmfContext
-    // ------------------------------------------------------------------------
-
-    @Override
-    public void dispose() {
-        // override if necessary
-    }
-
-    @Override
-    public void setLocation(ITmfLocation<? extends Comparable<?>> location) {
-        fLocation = location;
-    }
-
-    @Override
-    public ITmfLocation<? extends Comparable<?>> getLocation() {
-        return fLocation;
-    }
-
-    @Override
-    public void setRank(long rank) {
-        fRank = rank;
-    }
-
-    @Override
-    public long getRank() {
-        return fRank;
-    }
-
-    @Override
-    public void updateRank(int delta) {
-        if (isValidRank())
-            fRank += delta;
-    }
-
-    @Override
-    public boolean isValidRank() {
-        return fRank != UNKNOWN_RANK;
-    }
-
-    // ------------------------------------------------------------------------
-    // Object
-    // ------------------------------------------------------------------------
-
-    @Override
-    public int hashCode() {
-        int result = 17;
-        result = 37 * result + fLocation.hashCode();
-        result = 37 * result + (int) (fRank ^ (fRank >>> 32));
-        return result;
-    }
-
-    @Override
-    public boolean equals(Object other) {
-        if (other == this) {
-            return true;
-        }
-        if (!(other instanceof TmfContext)) {
-            return false;
-        }
-        TmfContext o = (TmfContext) other;
-        return fLocation.equals(o.fLocation) && (fRank == o.fRank);
-    }
-
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        return "[TmfContext(" + fLocation.toString() + "," + fRank + ")]";
-    }
-
-    @Override
-    public TmfContext clone() {
-        TmfContext clone = null;
-        try {
-            clone = (TmfContext) super.clone();
-            clone.fLocation = fLocation.clone();
-            clone.fRank = fRank;
-        } catch (CloneNotSupportedException e) {
-        }
-        return clone;
-    }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/TmfLocation.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/TmfLocation.java
deleted file mode 100644 (file)
index 33bb230..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.trace;
-
-import java.lang.reflect.Method;
-
-/**
- * <b><u>TmfLocation</u></b>
- * <p>
- * A generic implementation of ITmfLocation
- */
-@SuppressWarnings("rawtypes")
-public class TmfLocation<L extends Comparable> implements ITmfLocation<L> {
-
-       private L fLocation;
-       
-       @SuppressWarnings("unused")
-       private TmfLocation() {
-       }
-
-       public TmfLocation(L location) {
-               fLocation = location;
-       }
-
-       public TmfLocation(TmfLocation<L> other) {
-       if (other == null)
-               throw new IllegalArgumentException();
-       fLocation = other.fLocation;
-       }
-
-       @Override
-       public void setLocation(L location) {
-               fLocation = location;
-       }
-
-       @Override
-       public L getLocation() {
-               return fLocation;
-       }
-
-       // ------------------------------------------------------------------------
-    // Object
-    // ------------------------------------------------------------------------
-
-       @Override
-    public int hashCode() {
-           if (fLocation == null)
-               return -1;
-               return fLocation.hashCode();
-    }
-
-    @Override
-    public boolean equals(Object other) {
-        if (!(other instanceof TmfLocation<?>))
-               return false;
-        TmfLocation<?> o = (TmfLocation<?>) other;
-        if (fLocation == null)
-            return (o.fLocation == null);
-        return fLocation.equals(o.fLocation);
-    }
-
-       @Override
-       @SuppressWarnings("nls")
-       public String toString() {
-           if (fLocation == null)
-               return "null";
-               return fLocation.toString();
-       }
-
-       @Override
-       @SuppressWarnings({ "nls", "unchecked" })
-       public TmfLocation<L> clone() {
-               TmfLocation<L> clone = null;
-               try {
-                       clone = (TmfLocation<L>) super.clone();
-                       if (this.fLocation != null) {
-                           Class<?> clazz  = this.fLocation.getClass(); 
-                           Method   method = clazz.getMethod("clone", new Class[0]);
-                           Object   duplic = method.invoke(this.fLocation, new Object[0]);
-                           clone.fLocation = (L) duplic;
-                       }
-               } catch (NoSuchMethodException e) { 
-                     // exception suppressed 
-               } catch (Exception e) {
-                       throw new InternalError(e.toString());
-               }
-               return clone;
-       }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/trace/TmfTrace.java
deleted file mode 100644 (file)
index 12a6b4c..0000000
+++ /dev/null
@@ -1,535 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.trace;
-
-import java.io.File;
-import java.io.FileNotFoundException;
-import java.util.Collections;
-import java.util.Vector;
-
-import org.eclipse.core.resources.IProject;
-import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Status;
-import org.eclipse.core.runtime.jobs.Job;
-import org.eclipse.linuxtools.tmf.component.TmfEventProvider;
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimeRange;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-import org.eclipse.linuxtools.tmf.request.ITmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.ITmfEventRequest;
-import org.eclipse.linuxtools.tmf.request.TmfDataRequest;
-import org.eclipse.linuxtools.tmf.request.TmfEventRequest;
-import org.eclipse.linuxtools.tmf.signal.TmfTraceUpdatedSignal;
-
-/**
- * <b><u>TmfTrace</u></b>
- * <p>
- * Abstract implementation of ITmfTrace. It should be sufficient to extend this class and provide implementation for
- * <code>getCurrentLocation()</code> and <code>seekLocation()</code>, as well as a proper parser, to have a working
- * concrete implementation.
- * <p>
- * Note: The notion of event rank is still under heavy discussion. Although used by the Events View and probably useful
- * in the general case, there is no easy way to implement it for LTTng (actually a strong case is being made that this
- * is useless).
- * <p>
- * That it is not supported by LTTng does by no mean indicate that it is not useful for (just about) every other tracing
- * tool. Therefore, this class provides a minimal (and partial) implementation of rank. However, the current
- * implementation should not be relied on in the general case.
- * 
- * TODO: Add support for live streaming (notifications, incremental indexing, ...)
- */
-public abstract class TmfTrace<T extends TmfEvent> extends TmfEventProvider<T> implements ITmfTrace<T>, Cloneable {
-
-    // ------------------------------------------------------------------------
-    // Constants
-    // ------------------------------------------------------------------------
-
-    // The default number of events to cache
-    // TODO: Make the DEFAULT_CACHE_SIZE a preference
-    public static final int DEFAULT_INDEX_PAGE_SIZE = 50000;
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-
-    // The trace path
-    private String fPath;
-
-    // The trace name
-    private String fTraceName;
-
-    // The cache page size AND checkpoints interval
-    protected int fIndexPageSize = DEFAULT_INDEX_PAGE_SIZE;
-
-    // The set of event stream checkpoints (for random access)
-    protected Vector<TmfCheckpoint> fCheckpoints = new Vector<TmfCheckpoint>();
-
-    // The number of events collected
-    protected long fNbEvents = 0;
-
-    // The time span of the event stream
-    private TmfTimestamp fStartTime = TmfTimestamp.BigCrunch;
-    private TmfTimestamp fEndTime = TmfTimestamp.BigBang;
-
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------
-
-    public TmfTrace() {
-        super();
-    }
-
-    @Override
-    public void initTrace(String path, Class<T> eventType) throws FileNotFoundException {
-        initTmfTrace(path, eventType, DEFAULT_INDEX_PAGE_SIZE, false);
-    }
-
-    @Override
-    public void initTrace(String path, Class<T> eventType, int cacheSize) throws FileNotFoundException {
-        initTmfTrace(path, eventType, cacheSize, false);
-    }
-
-    @Override
-    public void initTrace(String path, Class<T> eventType, boolean indexTrace) throws FileNotFoundException {
-        initTmfTrace(path, eventType, DEFAULT_INDEX_PAGE_SIZE, indexTrace);
-    }
-
-    @Override
-    public void initTrace(String path, Class<T> eventType, int cacheSize, boolean indexTrace) throws FileNotFoundException {
-        initTmfTrace(path, eventType, cacheSize, indexTrace);
-    }
-
-    private void initTmfTrace(String path, Class<T> eventType, int cacheSize, boolean indexTrace) throws FileNotFoundException {
-        fPath = path;
-        if (fTraceName == null) {
-            fTraceName = ""; //$NON-NLS-1$
-            if (path != null) {
-                int sep = path.lastIndexOf(File.separator);
-                fTraceName = (sep >= 0) ? path.substring(sep + 1) : path;
-            }
-        }
-        super.init(fTraceName, eventType);
-        fIndexPageSize = (cacheSize > 0) ? cacheSize : DEFAULT_INDEX_PAGE_SIZE;
-        if (indexTrace)
-            indexTrace(false);
-    }
-
-    @Override
-    public boolean validate(IProject project, String path) {
-        File file = new File(path);
-        return file.exists();
-    }
-
-    /**
-     * @param path
-     * @throws FileNotFoundException
-     */
-    protected TmfTrace(String name, Class<T> type, String path) throws FileNotFoundException {
-        this(name, type, path, DEFAULT_INDEX_PAGE_SIZE, true);
-    }
-
-    /**
-     * @param path
-     * @param cacheSize
-     * @throws FileNotFoundException
-     */
-    protected TmfTrace(String name, Class<T> type, String path, int cacheSize) throws FileNotFoundException {
-        this(name, type, path, cacheSize, true);
-    }
-
-    /**
-     * @param path
-     * @param indexTrace
-     * @throws FileNotFoundException
-     */
-    protected TmfTrace(String name, Class<T> type, String path, boolean indexTrace) throws FileNotFoundException {
-        this(name, type, path, DEFAULT_INDEX_PAGE_SIZE, indexTrace);
-    }
-
-    /**
-     * @param path
-     * @param cacheSize
-     * @param indexTrace
-     * @throws FileNotFoundException
-     */
-    protected TmfTrace(String name, Class<T> type, String path, int cacheSize, boolean indexTrace) throws FileNotFoundException {
-        super();
-        fTraceName = name;
-        initTrace(path, type, cacheSize, indexTrace);
-    }
-
-    @SuppressWarnings("unchecked")
-    @Override
-    public TmfTrace<T> clone() throws CloneNotSupportedException {
-        TmfTrace<T> clone = (TmfTrace<T>) super.clone();
-        clone.fCheckpoints = fCheckpoints;
-        clone.fStartTime = new TmfTimestamp(fStartTime);
-        clone.fEndTime = new TmfTimestamp(fEndTime);
-        return clone;
-    }
-
-    // ------------------------------------------------------------------------
-    // Accessors
-    // ------------------------------------------------------------------------
-
-    /**
-     * @return the trace path
-     */
-    @Override
-    public String getPath() {
-        return fPath;
-    }
-
-    /* (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.stream.ITmfEventStream#getNbEvents()
-     */
-    @Override
-    public long getNbEvents() {
-        return fNbEvents;
-    }
-
-    /**
-     * @return the size of the cache
-     */
-    @Override
-    public int getCacheSize() {
-        return fIndexPageSize;
-    }
-
-    /* (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.stream.ITmfEventStream#getTimeRange()
-     */
-    @Override
-    public TmfTimeRange getTimeRange() {
-        return new TmfTimeRange(fStartTime, fEndTime);
-    }
-
-    /* (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#getStartTime()
-     */
-    @Override
-    public TmfTimestamp getStartTime() {
-        return fStartTime;
-    }
-
-    /* (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#getEndTime()
-     */
-    @Override
-    public TmfTimestamp getEndTime() {
-        return fEndTime;
-    }
-
-    @SuppressWarnings("unchecked")
-    public Vector<TmfCheckpoint> getCheckpoints() {
-        return (Vector<TmfCheckpoint>) fCheckpoints.clone();
-    }
-
-    /**
-     * Returns the rank of the first event with the requested timestamp. If none, returns the index of the next event
-     * (if any).
-     * 
-     * @param timestamp
-     * @return
-     */
-    @Override
-    public long getRank(TmfTimestamp timestamp) {
-        TmfContext context = seekEvent(timestamp);
-        return context.getRank();
-    }
-
-    // ------------------------------------------------------------------------
-    // Operators
-    // ------------------------------------------------------------------------
-
-    protected void setTimeRange(TmfTimeRange range) {
-        fStartTime = range.getStartTime();
-        fEndTime = range.getEndTime();
-    }
-
-    protected void setStartTime(TmfTimestamp startTime) {
-        fStartTime = startTime;
-    }
-
-    protected void setEndTime(TmfTimestamp endTime) {
-        fEndTime = endTime;
-    }
-
-    // ------------------------------------------------------------------------
-    // TmfProvider
-    // ------------------------------------------------------------------------
-
-    @Override
-    public ITmfContext armRequest(ITmfDataRequest<T> request) {
-        if (request instanceof ITmfEventRequest<?>
-                && !TmfTimestamp.BigBang.equals(((ITmfEventRequest<T>) request).getRange().getStartTime()) && request.getIndex() == 0) {
-            ITmfContext context = seekEvent(((ITmfEventRequest<T>) request).getRange().getStartTime());
-            ((ITmfEventRequest<T>) request).setStartIndex((int) context.getRank());
-            return context;
-
-        }
-        return seekEvent(request.getIndex());
-    }
-
-    /**
-     * Return the next piece of data based on the context supplied. The context would typically be updated for the
-     * subsequent read.
-     * 
-     * @param context
-     * @return
-     */
-    @SuppressWarnings("unchecked")
-    @Override
-    public T getNext(ITmfContext context) {
-        if (context instanceof TmfContext) {
-            return (T) getNextEvent((TmfContext) context);
-        }
-        return null;
-    }
-
-    // ------------------------------------------------------------------------
-    // ITmfTrace
-    // ------------------------------------------------------------------------
-
-    /* (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#seekEvent(org.eclipse.linuxtools.tmf.event.TmfTimestamp)
-     */
-    @Override
-    public TmfContext seekEvent(TmfTimestamp timestamp) {
-
-        if (timestamp == null) {
-            timestamp = TmfTimestamp.BigBang;
-        }
-
-        // First, find the right checkpoint
-        int index = Collections.binarySearch(fCheckpoints, new TmfCheckpoint(timestamp, null));
-
-        // In the very likely case that the checkpoint was not found, bsearch
-        // returns its negated would-be location (not an offset...). From that
-        // index, we can then position the stream and get the event.
-        if (index < 0) {
-            index = Math.max(0, -(index + 2));
-        }
-
-        // Position the stream at the checkpoint
-        ITmfLocation<?> location;
-        synchronized (fCheckpoints) {
-            if (fCheckpoints.size() > 0) {
-                if (index >= fCheckpoints.size()) {
-                    index = fCheckpoints.size() - 1;
-                }
-                location = fCheckpoints.elementAt(index).getLocation();
-            } else {
-                location = null;
-            }
-        }
-        TmfContext context = seekLocation(location);
-        context.setRank(index * fIndexPageSize);
-
-        // And locate the event
-        TmfContext nextEventContext = context.clone(); // Must use clone() to get the right subtype...
-        TmfEvent event = getNextEvent(nextEventContext);
-        while (event != null && event.getTimestamp().compareTo(timestamp, false) < 0) {
-            context.setLocation(nextEventContext.getLocation().clone());
-            context.updateRank(1);
-            event = getNextEvent(nextEventContext);
-        }
-
-        return context;
-    }
-
-    /* (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#seekEvent(int)
-     */
-    @Override
-    public TmfContext seekEvent(long rank) {
-
-        // Position the stream at the previous checkpoint
-        int index = (int) rank / fIndexPageSize;
-        ITmfLocation<?> location;
-        synchronized (fCheckpoints) {
-            if (fCheckpoints.size() == 0) {
-                location = null;
-            } else {
-                if (index >= fCheckpoints.size()) {
-                    index = fCheckpoints.size() - 1;
-                }
-                location = fCheckpoints.elementAt(index).getLocation();
-            }
-        }
-
-        TmfContext context = seekLocation(location);
-        long pos = index * fIndexPageSize;
-        context.setRank(pos);
-
-        if (pos < rank) {
-            TmfEvent event = getNextEvent(context);
-            while (event != null && ++pos < rank) {
-                event = getNextEvent(context);
-            }
-        }
-
-        return context;
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see org.eclipse.linuxtools.tmf.trace.ITmfTrace#getNextEvent(org.eclipse.
-     * linuxtools.tmf.trace.ITmfTrace.TraceContext)
-     */
-    @Override
-    public synchronized TmfEvent getNextEvent(TmfContext context) {
-        // parseEvent() does not update the context
-        TmfEvent event = parseEvent(context);
-        if (event != null) {
-            updateIndex(context, context.getRank(), event.getTimestamp());
-            context.setLocation(getCurrentLocation());
-            context.updateRank(1);
-            processEvent(event);
-        }
-        return event;
-    }
-
-    protected synchronized void updateIndex(ITmfContext context, long rank, TmfTimestamp timestamp) {
-        if (fStartTime.compareTo(timestamp, false) > 0)
-            fStartTime = timestamp;
-        if (fEndTime.compareTo(timestamp, false) < 0)
-            fEndTime = timestamp;
-        if (context.isValidRank()) {
-            if (fNbEvents <= rank)
-                fNbEvents = rank + 1;
-            // Build the index as we go along
-            if ((rank % fIndexPageSize) == 0) {
-                // Determine the table position
-                long position = rank / fIndexPageSize;
-                // Add new entry at proper location (if empty)
-                if (fCheckpoints.size() == position) {
-                    ITmfLocation<?> location = context.getLocation().clone();
-                    fCheckpoints.add(new TmfCheckpoint(timestamp.clone(), location));
-                    // System.out.println(getName() + "[" + (fCheckpoints.size()
-                    // - 1) + "] " + timestamp + ", " + location.toString());
-                }
-            }
-        }
-    }
-
-    /**
-     * Hook for special processing by the concrete class (called by getNextEvent())
-     * 
-     * @param event
-     */
-    protected void processEvent(TmfEvent event) {
-        // Do nothing by default
-    }
-
-    // ------------------------------------------------------------------------
-    // toString
-    // ------------------------------------------------------------------------
-
-    /* (non-Javadoc)
-     * @see java.lang.Object#toString()
-     */
-    @Override
-    @SuppressWarnings("nls")
-    public String toString() {
-        return "[TmfTrace (" + getName() + ")]";
-    }
-
-    // ------------------------------------------------------------------------
-    // Indexing
-    // ------------------------------------------------------------------------
-
-    /*
-     * The purpose of the index is to keep the information needed to rapidly
-     * restore the traces contexts at regular intervals (every INDEX_PAGE_SIZE
-     * event).
-     */
-
-    @SuppressWarnings({ "unchecked" })
-    protected void indexTrace(boolean waitForCompletion) {
-
-        final Job job = new Job("Indexing " + getName() + "...") { //$NON-NLS-1$ //$NON-NLS-2$
-            @Override
-            protected IStatus run(IProgressMonitor monitor) {
-                while (!monitor.isCanceled()) {
-                    try {
-                        Thread.sleep(100);
-                    } catch (InterruptedException e) {
-                        return Status.OK_STATUS;
-                    }
-                }
-                monitor.done();
-                return Status.OK_STATUS;
-            }
-        };
-        job.schedule();
-
-        fCheckpoints.clear();
-        ITmfEventRequest<TmfEvent> request = new TmfEventRequest<TmfEvent>(TmfEvent.class, TmfTimeRange.Eternity, TmfDataRequest.ALL_DATA,
-                fIndexPageSize, ITmfDataRequest.ExecutionType.BACKGROUND) {
-
-            TmfTimestamp startTime = null;
-            TmfTimestamp lastTime = null;
-
-            @Override
-            public void handleData(TmfEvent event) {
-                super.handleData(event);
-                if (event != null) {
-                    TmfTimestamp ts = event.getTimestamp();
-                    if (startTime == null)
-                        startTime = new TmfTimestamp(ts);
-                    lastTime = new TmfTimestamp(ts);
-
-                    if ((getNbRead() % fIndexPageSize) == 0) {
-                        updateTrace();
-                    }
-                }
-            }
-
-            @Override
-            public void handleSuccess() {
-                updateTrace();
-            }
-
-            @Override
-            public void handleCompleted() {
-                job.cancel();
-                super.handleCompleted();
-            }
-
-            private void updateTrace() {
-                int nbRead = getNbRead();
-                if (nbRead != 0) {
-                    fStartTime = startTime;
-                    fEndTime = lastTime;
-                    fNbEvents = nbRead;
-                    notifyListeners();
-                }
-            }
-        };
-
-        sendRequest((ITmfDataRequest<T>) request);
-        if (waitForCompletion)
-            try {
-                request.waitForCompletion();
-            } catch (InterruptedException e) {
-                e.printStackTrace();
-            }
-    }
-
-    protected void notifyListeners() {
-        broadcast(new TmfTraceUpdatedSignal(this, this, new TmfTimeRange(fStartTime, fEndTime)));
-    }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/uml2sd/ITmfAsyncSequenceDiagramEvent.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/uml2sd/ITmfAsyncSequenceDiagramEvent.java
deleted file mode 100644 (file)
index b3ba7cc..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/**********************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors: 
- *   Bernd Hufmann - Initial API and implementation
- **********************************************************************/
-package org.eclipse.linuxtools.tmf.uml2sd;
-
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-public interface ITmfAsyncSequenceDiagramEvent extends ITmfSyncSequenceDiagramEvent {
-    /**
-     * @return End timestamp of message (i.e. receive time)
-     */
-    public TmfTimestamp getEndTime();
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/uml2sd/ITmfSyncSequenceDiagramEvent.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/uml2sd/ITmfSyncSequenceDiagramEvent.java
deleted file mode 100644 (file)
index b0db304..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/**********************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors: 
- *   Bernd Hufmann - Initial API and implementation
- **********************************************************************/
-package org.eclipse.linuxtools.tmf.uml2sd;
-
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-public interface ITmfSyncSequenceDiagramEvent {
-    
-    /**
-     * @return Name of message
-     */
-    public String getName();
-    
-    /**
-     * @return name of sender of message
-     */
-    public String getSender();
-    
-    /**
-     * @return Name of receiver of message
-     */
-    public String getReceiver();
-
-    /**
-     * @return Start timestamp of message (i.e. send time)
-     */
-    public TmfTimestamp getStartTime();
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/uml2sd/TmfAsyncSequenceDiagramEvent.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/uml2sd/TmfAsyncSequenceDiagramEvent.java
deleted file mode 100644 (file)
index 4227230..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-/**********************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors: 
- *   Bernd Hufmann - Initial API and implementation
- **********************************************************************/
-package org.eclipse.linuxtools.tmf.uml2sd;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-/**
- * <b><u>TmfAsyncSequenceDiagramEvent</u></b>
- * <p>
- * Sample implementation of the ITmfAsyncSequenceDiagramEvent
- * </p>
- */
-public class TmfAsyncSequenceDiagramEvent extends TmfSyncSequenceDiagramEvent implements ITmfAsyncSequenceDiagramEvent {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-    final protected TmfTimestamp fEndTime;
-    
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------    
-    public TmfAsyncSequenceDiagramEvent(TmfEvent startEvent, TmfEvent endEvent, String sender, String receiver, String name) {
-        super(startEvent, sender, receiver, name);
-        
-        if (endEvent == null) {
-            throw new IllegalArgumentException("TmfAsyncSequenceDiagramEvent constructor: endEvent=null"); //$NON-NLS-1$
-        }
-        fEndTime = endEvent.getTimestamp().clone(); 
-    }
-
-    // ------------------------------------------------------------------------
-    // Operations
-    // ------------------------------------------------------------------------    
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.uml2sd.ITmfAsyncSequenceDiagramEvent#getEndTime()
-     */
-    @Override
-    public TmfTimestamp getEndTime() {
-        return fEndTime;
-    }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/uml2sd/TmfSyncSequenceDiagramEvent.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/uml2sd/TmfSyncSequenceDiagramEvent.java
deleted file mode 100644 (file)
index 2b7375d..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-/**********************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors: 
- *   Bernd Hufmann - Initial API and implementation
- **********************************************************************/
-package org.eclipse.linuxtools.tmf.uml2sd;
-
-import org.eclipse.linuxtools.tmf.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.event.TmfTimestamp;
-
-/**
- * <b><u>TmfSyncSequenceDiagramEvent</u></b>
- * <p>
- * Sample implementation of the ITmfSyncSequenceDiagramEvent
- * </p>
- */
-public class TmfSyncSequenceDiagramEvent implements ITmfSyncSequenceDiagramEvent {
-
-    // ------------------------------------------------------------------------
-    // Attributes
-    // ------------------------------------------------------------------------
-    final protected TmfTimestamp fStartTime;
-    final protected String fSender;
-    final protected String fReceiver;
-    final protected String fName;
-    
-    // ------------------------------------------------------------------------
-    // Constructors
-    // ------------------------------------------------------------------------    
-    public TmfSyncSequenceDiagramEvent(TmfEvent startEvent, String sender, String receiver, String name) {
-
-        if (startEvent == null || sender == null || receiver == null || name == null) {
-            throw new IllegalArgumentException("TmfSyncSequenceDiagramEvent constructor: " +  //$NON-NLS-1$
-                    (startEvent == null ? ", startEvent=null" : "") + //$NON-NLS-1$ //$NON-NLS-2$
-                    (sender == null ? ", sender=null" : "") + //$NON-NLS-1$ //$NON-NLS-2$
-                    (receiver == null ? ", receiver=null" : "") + //$NON-NLS-1$ //$NON-NLS-2$
-                    (name == null ? ", name=null" : "")); //$NON-NLS-1$ //$NON-NLS-2$
-        }
-
-        fStartTime = startEvent.getTimestamp().clone();
-
-        fSender = sender;
-        fReceiver = receiver;
-        
-        fName = name;
-    }
-
-    // ------------------------------------------------------------------------
-    // Operations
-    // ------------------------------------------------------------------------    
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.uml2sd.ITmfSyncSequenceDiagramEvent#getSender()
-     */
-    @Override
-    public String getSender() {
-        return fSender;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.uml2sd.ITmfSyncSequenceDiagramEvent#getReceiver()
-     */
-    @Override
-    public String getReceiver() {
-        return fReceiver;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.uml2sd.ITmfSyncSequenceDiagramEvent#getName()
-     */
-    @Override
-    public String getName() {
-        return fName;
-    }
-
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.uml2sd.ITmfSyncSequenceDiagramEvent#getStartTime()
-     */
-    @Override
-    public TmfTimestamp getStartTime() {
-        return fStartTime;
-    }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/util/TmfFixedArray.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/util/TmfFixedArray.java
deleted file mode 100755 (executable)
index af26d3e..0000000
+++ /dev/null
@@ -1,250 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Godin (copelnug@gmail.com)        - Initial design and implementation
- *   Mathieu Denis  (mathieu.denis@polymtl.ca)  - Correction and refactoring
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.util;
-
-import java.lang.reflect.Array;
-import java.util.AbstractList;
-import java.util.Arrays;
-import java.util.List;
-import java.util.RandomAccess;
-
-/**
- * <h4>Allow to create a List object that contain an already existing array.</h4>
- * <p>Works like {@link java.util.Arrays#asList} but offers more functions : 
- * <ul>
- *  <li>{@link #hashCode()}</li>
- *  <li>{@link #equals(Object)}</li>
- * </ul></p>
- * <p>Those functions allow to use the FixedArray as the key of a {@link java.util.HashMap}.</p>
- *
- * @param <T> Type of the array content.
- */
-public final class TmfFixedArray<T> extends AbstractList<T> implements RandomAccess {
-    /**
-     * Replace {@link java.util.Arrays#copyOf(Object[], int)} that do not exist in java 5.
-     * @param <E> Content of the array.
-     * @param array Original array to copy from.
-     * @param newLength Length of the copy to be returned.
-     * @return A new array consisting of the elements specified.
-     */
-    @SuppressWarnings("unchecked")
-    private static <E> E[] copyOf(final E[] array, int newLength) {
-        E[] result = (E[])Array.newInstance(array.getClass().getComponentType(), newLength); // Is it useful to use newInstance?
-        System.arraycopy(array, 0, result, 0, Math.min(array.length, newLength));
-        return result;
-    }
-    /**
-     * Replace {@link java.util.Arrays#copyOf(Object[], int, Class)} that do not exist in java 5.
-     * @param <E> Content of the array.
-     * @param array Original array to copy from.
-     * @param newLength Length of the copy to be returned.
-     * @param newType Type of the array to be returned.
-     * @return A new array consisting of the elements specified.
-     */
-    @SuppressWarnings("unchecked")
-    private static <E, U> E[] copyOf(final U[] array, int newLength, Class<? extends E[]> newType) {
-        E[] result = (E[])Array.newInstance(newType.getComponentType(), newLength);
-        System.arraycopy(array, 0, result, 0, Math.min(array.length, newLength));
-        return result;
-    }
-    /**
-     * Replace {@link java.util.Arrays#copyOfRange(Object[], int, int)} that do not exist in java 5.
-     * @param <E> Content of the array.
-     * @param array Original array to copy from.
-     * @param start Starting position of the range, inclusive.
-     * @param end Ending position of the range, exclusive.
-     * @return A new array consisting of the elements specified. The length of the new array is equal to end-start
-     */
-    @SuppressWarnings("unchecked")
-    private static <E> E[] copyOfRange(final E[] array, int start, int end) {
-        E[] result = (E[])Array.newInstance(array.getClass().getComponentType(), end - start);
-        System.arraycopy(array, start, result, 0, end - start);
-        return result;
-    }
-    /**
-     * The array.
-     */
-    private final T[] fArray;
-    /**
-     * Constructor.
-     * @param array Array to use. WILL NOT BE COPIED.
-     */
-    public TmfFixedArray(final T... array) {
-        fArray = array; 
-    }
-    /**
-     * Append a FixedArray to this FixedArray.
-     * @param value The FixedArray to append.
-     * @return A new FixedArray with the elements of the two FixedArray.
-     */
-    public TmfFixedArray<T> append(final TmfFixedArray<T> value) {
-        TmfFixedArray<T> result = new TmfFixedArray<T>(copyOf(fArray, fArray.length + value.size()));
-        System.arraycopy(value.fArray, 0, result.fArray, fArray.length, value.fArray.length);
-        return result;
-    }
-    /**
-     * Append in order many FixedArray to this FixedArray.
-     * @param values The FixedArrays to append.
-     * @return A new FixedArray with the element of all the FixedArray.
-     */
-    public TmfFixedArray<T> append(final TmfFixedArray<T>... values) {
-        int newLength = 0;
-        for(TmfFixedArray<T> value : values)
-            newLength += value.size();
-                TmfFixedArray<T> result = new TmfFixedArray<T>(copyOf(fArray, fArray.length + newLength));
-        newLength = fArray.length;
-        for(TmfFixedArray<T> value : values)
-        {
-            System.arraycopy(value.fArray, 0, result.fArray, newLength, value.fArray.length);
-            newLength += value.fArray.length;
-        }
-        return result;
-    }
-    /**
-     * Append an element to the array.
-     * @param value Element to append.
-     * @return A new FixedArray with the element appended.
-     */
-    public TmfFixedArray<T> append(final T value) {
-        TmfFixedArray<T> result = new TmfFixedArray<T>(copyOf(fArray, fArray.length + 1));
-        result.set(fArray.length, value);
-        return result;
-    }
-    /**
-     * Append an array of element to the array.
-     * @param values Elements array to append.
-     * @return A new FixedArray with the elements appended.
-     */
-    public TmfFixedArray<T> append(final T... values) {
-        TmfFixedArray<T> result = new TmfFixedArray<T>(copyOf(fArray, fArray.length + values.length));
-        for(int i = 0; i < values.length; ++i)
-            result.set(fArray.length + i, values[i]);
-        return result;
-    }
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Object#clone()
-     */
-    @Override
-    public Object clone()
-    {
-        return new TmfFixedArray<T>(copyOf(fArray, fArray.length));
-    }
-    /*
-     * (non-Javadoc)
-     * @see java.util.AbstractList#equals(java.lang.Object)
-     */
-    @Override
-    public boolean equals(Object o) {
-        if(o instanceof TmfFixedArray<?>)
-            return Arrays.equals(fArray, ((TmfFixedArray<?>)o).fArray);
-        if(!(o instanceof List))
-            return false;
-        for(int i = 0; i < fArray.length; ++i)
-            if(!fArray[i].equals((List<?>)o))
-                return false;
-        return true;
-    }
-    /*
-     * (non-Javadoc)
-     * @see java.util.AbstractList#get(int)
-     */
-    @Override
-    public T get(int index) {
-        return fArray[index];
-    }
-    /**
-     * Get the array reference.
-     * @return The array reference.
-     * @see #toArray FixedArray.toArray() to get a copy of the array.
-     */
-    public T[] getArray() {
-        return fArray;
-    }
-    /*
-     * (non-Javadoc)
-     * @see java.util.AbstractList#hashCode()
-     */
-    @Override
-    public int hashCode() {
-        return Arrays.hashCode(fArray);
-    }
-    /*
-     * (non-Javadoc)
-     * @see java.util.AbstractList#set(int, java.lang.Object)
-     */
-    @Override
-    public T set(int index, T element) {
-        T temp = fArray[index];
-        fArray[index] = element;
-        return temp;
-    }
-    /*
-     * (non-Javadoc)
-     * @see java.util.AbstractCollection#size()
-     */
-    @Override
-    public int size() {
-        return fArray.length;
-    }
-    /**
-     * Get a array covering only a part of the array.
-     * @param start Starting position of the new array.
-     * @return A new array covering the elements specified.
-     */
-    public TmfFixedArray<T> subArray(int start) {
-        return new TmfFixedArray<T>(copyOfRange(fArray, start, fArray.length));
-    }
-    /**
-     * Get a array covering only a part of the array.
-     * @param start Starting position of the new array.
-     * @param length Number of element to include in the new array.
-     * @return A new array covering the elements specified.
-     */
-    public TmfFixedArray<T> subArray(int start, int length) {
-        return new TmfFixedArray<T>(copyOfRange(fArray, start, length + start));
-    }
-    /*
-     * (non-Javadoc)
-     * @see java.util.AbstractCollection#toArray()
-     */
-    @Override
-    public T[] toArray()
-    {
-        return copyOf(fArray, fArray.length);
-    }
-    /*
-     * (non-Javadoc)
-     * @see java.util.AbstractCollection#toArray(T[])
-     */
-    @Override
-    @SuppressWarnings("unchecked")
-    public <E> E[] toArray(E[] array)
-    {
-        if(array.length < fArray.length)
-            return copyOf(fArray, fArray.length,(Class<? extends E[]>)array.getClass());
-        System.arraycopy(fArray, 0, array, 0, fArray.length);
-        if(array.length > fArray.length)
-            array[fArray.length] = null;
-        return array;
-    }
-    /*
-     * (non-Javadoc)
-     * @see java.util.AbstractCollection#toString()
-     */
-    @Override
-    public String toString() {
-        return Arrays.toString(fArray);
-    }
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/util/TmfSortedArrayList.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/util/TmfSortedArrayList.java
deleted file mode 100644 (file)
index ceb39c5..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Francois Chouinard - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.util;
-
-import java.util.ArrayList;
-
-/**
- * <b><u>TmfSortedArrayList</u></b>
- * <p>
- */
-
-public class TmfSortedArrayList<T> extends ArrayList<T> {
-    private static final long serialVersionUID = 1L;
-
-    @SuppressWarnings("unchecked")
-    public void insertSorted(T value) {
-        add(value);
-        Comparable<T> cmp = (Comparable<T>) value;
-        for (int pos = size() - 1; pos > 0 && cmp.compareTo(get(pos - 1)) < 0; pos--) {
-            T tmp = get(pos);
-            set(pos, get(pos - 1));
-            set(pos - 1, tmp);
-        }
-    }
-
-}
diff --git a/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/util/TmfTraceType.java b/org.eclipse.linuxtools.tmf/src/org/eclipse/linuxtools/tmf/util/TmfTraceType.java
deleted file mode 100644 (file)
index 748e467..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 Ericsson
- * 
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors:
- *   Patrick Tasse - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.tmf.util;
-
-import java.util.LinkedList;
-import java.util.List;
-
-import org.eclipse.core.runtime.IConfigurationElement;
-import org.eclipse.core.runtime.Platform;
-
-public class TmfTraceType {
-
-    // Extension point ID
-    public static final String TMF_TRACE_TYPE_ID = "org.eclipse.linuxtools.tmf.tracetype"; //$NON-NLS-1$
-
-    // Extension point elements
-    public static final String CATEGORY_ELEM = "category"; //$NON-NLS-1$
-    public static final String TYPE_ELEM = "type"; //$NON-NLS-1$
-    public static final String DEFAULT_EDITOR_ELEM = "defaultEditor"; //$NON-NLS-1$
-    public static final String EVENTS_TABLE_TYPE_ELEM = "eventsTableType"; //$NON-NLS-1$
-
-    // Extension point attributes
-    public static final String ID_ATTR = "id"; //$NON-NLS-1$
-    public static final String NAME_ATTR = "name"; //$NON-NLS-1$
-    public static final String CATEGORY_ATTR = "category"; //$NON-NLS-1$
-    public static final String TRACE_TYPE_ATTR = "trace_type"; //$NON-NLS-1$
-    public static final String EVENT_TYPE_ATTR = "event_type"; //$NON-NLS-1$
-    public static final String ICON_ATTR = "icon"; //$NON-NLS-1$
-    public static final String CLASS_ATTR = "class"; //$NON-NLS-1$
-
-    public static String getCategoryName(String categoryId) {
-        IConfigurationElement[] elements = Platform.getExtensionRegistry()
-                .getConfigurationElementsFor(TMF_TRACE_TYPE_ID);
-        for (IConfigurationElement element : elements) {
-            if (element.getName().equals(CATEGORY_ELEM) && categoryId.equals(element.getAttribute(ID_ATTR))) {
-                return element.getAttribute(NAME_ATTR);
-            }
-        }
-        return ""; //$NON-NLS-1$
-    }
-
-    public static IConfigurationElement[] getTypeElements() {
-        IConfigurationElement[] elements = Platform.getExtensionRegistry()
-                .getConfigurationElementsFor(TMF_TRACE_TYPE_ID);
-        List<IConfigurationElement> typeElements = new LinkedList<IConfigurationElement>();
-        for (IConfigurationElement element : elements) {
-            if (element.getName().equals(TYPE_ELEM)) {
-                typeElements.add(element);
-            }
-        }
-        return typeElements.toArray(new IConfigurationElement[0]);
-    }
-}
diff --git a/org.eclipse.linuxtools.tmf/traceset/.gitignore b/org.eclipse.linuxtools.tmf/traceset/.gitignore
deleted file mode 100644 (file)
index cbd138f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/trace-15316events_nolost_newformat
-/trace-15471events_nolost_newformat
diff --git a/pom.xml b/pom.xml
index 49bdee1b37fc5823abe564371b0e8cda0c6fa3e4..f1151ae5004d4548f7aca708d6140b91f005923b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
   <profile>
     <id>lttngTests</id>
       <modules>
-        <module>org.eclipse.linuxtools.lttng.tests</module>
+        <module>org.eclipse.linuxtools.lttng.core.tests</module>
       </modules>
   </profile>
 
   </build>
 
   <modules>
-    <module>org.eclipse.linuxtools.tmf-feature</module>
     <module>org.eclipse.linuxtools.tmf</module>
-    <module>org.eclipse.linuxtools.tmf.tests</module>
+    <module>org.eclipse.linuxtools.tmf.core</module>
+    <module>org.eclipse.linuxtools.tmf.core.tests</module>
     <module>org.eclipse.linuxtools.tmf.ui</module>
     <module>org.eclipse.linuxtools.tmf.ui.tests</module>
     <!--<module>org.eclipse.linuxtools.tmf.doc</module>-->
-    <module>org.eclipse.linuxtools.lttng-feature</module>
     <module>org.eclipse.linuxtools.lttng</module>
-    <!--<module>org.eclipse.linuxtools.lttng.tests</module>-->
+    <module>org.eclipse.linuxtools.lttng.core</module>
+    <!--<module>org.eclipse.linuxtools.lttng.core.tests</module>-->
     <module>org.eclipse.linuxtools.lttng.help</module>
     <module>org.eclipse.linuxtools.lttng.jni</module>
     <module>org.eclipse.linuxtools.lttng.ui</module>
This page took 2.096978 seconds and 5 git commands to generate.